teodor-new-chat-ui 4.3.508 → 4.3.509

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.
@@ -34,3 +34,4 @@ export interface ToolComponentProps {
34
34
  expandable?: boolean;
35
35
  }
36
36
  export declare function ToolComponent({ message, viewMode, isStreaming, toolRenderers, toolArtifactRenderers, expandable, }: ToolComponentProps): import("react/jsx-runtime").JSX.Element;
37
+ export declare function createExpandableToolRenderer(renderer: ToolRenderer): ToolRenderer;
package/dist/index.esm.js CHANGED
@@ -14665,7 +14665,7 @@ function IE({
14665
14665
  message: e,
14666
14666
  toolMeta: a,
14667
14667
  toolPayload: d,
14668
- viewMode: "expanded",
14668
+ viewMode: t,
14669
14669
  isStreaming: n
14670
14670
  })) ?? null, y = ((L = (() => {
14671
14671
  if (!o)
@@ -14682,12 +14682,12 @@ function IE({
14682
14682
  message: e,
14683
14683
  toolPayload: d,
14684
14684
  isStreaming: n
14685
- })) ?? null, T = x(), E = S ?? T, I = s && t === "preview", N = !s || t === "expanded";
14685
+ })) ?? null, T = x(), E = s && t === "preview", I = !s || t === "expanded", N = S ?? (s ? null : T);
14686
14686
  return /* @__PURE__ */ u.jsxs("div", { className: "space-y-2", children: [
14687
14687
  i && (y ?? /* @__PURE__ */ u.jsx(xE, { artifact: i, idx: 0 })),
14688
14688
  /* @__PURE__ */ u.jsx(wE, { message: e, isStreaming: n }),
14689
- I && T,
14690
- N && E
14689
+ E ? T : null,
14690
+ I ? N : null
14691
14691
  ] });
14692
14692
  }
14693
14693
  const NE = {
package/dist/index.umd.js CHANGED
@@ -126,6 +126,6 @@ ${t}</tr>
126
126
  `}strong(t){return`<strong>${t}</strong>`}em(t){return`<em>${t}</em>`}codespan(t){return`<code>${t}</code>`}br(){return this.options.xhtml?"<br/>":"<br>"}del(t){return`<del>${t}</del>`}link(t,n,r){if(t=Ph(this.options.sanitize,this.options.baseUrl,t),t===null)return r;let o='<a href="'+t+'"';return n&&(o+=' title="'+n+'"'),o+=">"+r+"</a>",o}image(t,n,r){if(t=Ph(this.options.sanitize,this.options.baseUrl,t),t===null)return r;let o=`<img src="${t}" alt="${r}"`;return n&&(o+=` title="${n}"`),o+=this.options.xhtml?"/>":">",o}text(t){return t}}class Oh{strong(t){return t}em(t){return t}codespan(t){return t}del(t){return t}html(t){return t}text(t){return t}link(t,n,r){return""+r}image(t,n,r){return""+r}br(){return""}}class Dh{constructor(){this.seen={}}serialize(t){return t.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(t,n){let r=t,o=0;if(this.seen.hasOwnProperty(r)){o=this.seen[t];do o++,r=t+"-"+o;while(this.seen.hasOwnProperty(r))}return n||(this.seen[t]=o,this.seen[r]=0),r}slug(t,n={}){const r=this.serialize(t);return this.getNextSafeSlug(r,n.dryrun)}}class Vn{constructor(t){this.options=t||dr,this.options.renderer=this.options.renderer||new hl,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Oh,this.slugger=new Dh}static parse(t,n){return new Vn(n).parse(t)}static parseInline(t,n){return new Vn(n).parseInline(t)}parse(t,n=!0){let r="",o,s,i,a,l,c,d,p,m,f,v,g,x,y,b,C,k,S,T;const E=t.length;for(o=0;o<E;o++){if(f=t[o],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[f.type]&&(T=this.options.extensions.renderers[f.type].call({parser:this},f),T!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(f.type))){r+=T||"";continue}switch(f.type){case"space":continue;case"hr":{r+=this.renderer.hr();continue}case"heading":{r+=this.renderer.heading(this.parseInline(f.tokens),f.depth,Ah(this.parseInline(f.tokens,this.textRenderer)),this.slugger);continue}case"code":{r+=this.renderer.code(f.text,f.lang,f.escaped);continue}case"table":{for(p="",d="",a=f.header.length,s=0;s<a;s++)d+=this.renderer.tablecell(this.parseInline(f.header[s].tokens),{header:!0,align:f.align[s]});for(p+=this.renderer.tablerow(d),m="",a=f.rows.length,s=0;s<a;s++){for(c=f.rows[s],d="",l=c.length,i=0;i<l;i++)d+=this.renderer.tablecell(this.parseInline(c[i].tokens),{header:!1,align:f.align[i]});m+=this.renderer.tablerow(d)}r+=this.renderer.table(p,m);continue}case"blockquote":{m=this.parse(f.tokens),r+=this.renderer.blockquote(m);continue}case"list":{for(v=f.ordered,g=f.start,x=f.loose,a=f.items.length,m="",s=0;s<a;s++)b=f.items[s],C=b.checked,k=b.task,y="",b.task&&(S=this.renderer.checkbox(C),x?b.tokens.length>0&&b.tokens[0].type==="paragraph"?(b.tokens[0].text=S+" "+b.tokens[0].text,b.tokens[0].tokens&&b.tokens[0].tokens.length>0&&b.tokens[0].tokens[0].type==="text"&&(b.tokens[0].tokens[0].text=S+" "+b.tokens[0].tokens[0].text)):b.tokens.unshift({type:"text",text:S}):y+=S),y+=this.parse(b.tokens,x),m+=this.renderer.listitem(y,k,C);r+=this.renderer.list(m,v,g);continue}case"html":{r+=this.renderer.html(f.text);continue}case"paragraph":{r+=this.renderer.paragraph(this.parseInline(f.tokens));continue}case"text":{for(m=f.tokens?this.parseInline(f.tokens):f.text;o+1<E&&t[o+1].type==="text";)f=t[++o],m+=`
127
127
  `+(f.tokens?this.parseInline(f.tokens):f.text);r+=n?this.renderer.paragraph(m):m;continue}default:{const A='Token with "'+f.type+'" type was not found.';if(this.options.silent){console.error(A);return}else throw new Error(A)}}}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 Qs{constructor(t){this.options=t||dr}preprocess(t){return t}postprocess(t){return t}}xx(Qs,"passThroughHooks",new Set(["preprocess","postprocess"]));function UT(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 Lh(e,t){return(n,r,o)=>{typeof r=="function"&&(o=r,r=null);const s={...r};r={...ge.defaults,...s};const i=UT(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(BT(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 Lh(Wn.lex,Vn.parse)(e,t,n)}ge.options=ge.setOptions=function(e){return ge.defaults={...ge.defaults,...e},IT(ge.defaults),ge},ge.getDefaults=kh,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 hl;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 pl;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 Qs;for(const s in n.hooks){const i=o[s];Qs.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=Lh(Wn.lexInline,Vn.parseInline),ge.Parser=Vn,ge.parser=Vn.parse,ge.Renderer=hl,ge.TextRenderer=Oh,ge.Lexer=Wn,ge.lexer=Wn.lex,ge.Tokenizer=pl,ge.Slugger=Dh,ge.Hooks=Qs,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:ne("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 $h({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 Fh({artifact:e,idx:t=0}){const n=w.useMemo(()=>e?(Array.isArray(e.plots)?e.plots:[]).map(o=>ju(o)).filter(o=>o!==null):[],[e]);return n.length>0?u.jsx("div",{className:"space-y-2",children:n.map((r,o)=>u.jsx($h,{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 WT="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 ei({data:e}){return Array.isArray(e)?e.every(n=>n===null||["string","number","boolean"].includes(typeof n))?u.jsx("div",{className:WT,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 Bh({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(le.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 ml=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:ne("rounded-lg border bg-card text-card-foreground shadow-sm",e),...t}));ml.displayName="Card";const gl=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:ne("flex flex-col space-y-1.5 p-6",e),...t}));gl.displayName="CardHeader";const xl=h.forwardRef(({className:e,...t},n)=>u.jsx("h3",{ref:n,className:ne("text-2xl font-semibold leading-none tracking-tight",e),...t}));xl.displayName="CardTitle";const vl=h.forwardRef(({className:e,...t},n)=>u.jsx("p",{ref:n,className:ne("text-sm text-muted-foreground",e),...t}));vl.displayName="CardDescription";const ti=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:ne("p-6 pt-0",e),...t}));ti.displayName="CardContent";const zh=h.forwardRef(({className:e,...t},n)=>u.jsx("div",{ref:n,className:ne("flex items-center p-6 pt-0",e),...t}));zh.displayName="CardFooter";const VT=e=>!!e&&typeof e=="object"&&e.type==="user_choice"&&typeof e.question=="string"&&Array.isArray(e.alternatives);function wl({interruptPart:e,onApprove:t,onReject:n,onSelectAlternative:r,disabled:o,isActive:s,payload:i}){const a=VT(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(ml,{className:ne("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(gl,{className:"pb-3",children:[u.jsx(xl,{className:"text-blue-900 dark:text-blue-100 text-base",children:l}),u.jsx(vl,{className:"text-blue-700 dark:text-blue-300 text-sm",children:c})]}),a?u.jsx(ti,{className:"pt-0 pb-3",children:u.jsx("div",{className:"space-y-2",children:a.alternatives.map(p=>u.jsx(Ye,{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(ti,{className:"pt-0 pb-3",children:d}),!a&&u.jsx(zh,{className:"pt-0",children:u.jsxs("div",{className:"flex gap-2 ml-auto",children:[u.jsx(Ye,{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(Ye,{size:"sm",onClick:()=>t(e),className:"bg-blue-600 hover:bg-blue-700 text-white",disabled:o||!s,children:"Approve"})]})})]})}function Hh({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:ne("inline-block text-xs opacity-70 ml-1",e),children:"Is thinking"})}function Uh({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:ne("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:ne("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(Ye,{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(le.ChevronUp,{className:"h-3 w-3 mr-1"})," Show less"]}):u.jsxs(u.Fragment,{children:[u.jsx(le.ChevronDown,{className:"h-3 w-3 mr-1"})," Show more (",s," chars)"]})})]})}function Wh(e){const{allowFileOpen:t,currentThreadId:n}=e,{toast:r}=fl(),[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 cu(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 Vh(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:ku(r),toolMeta:Qo(n),imageParts:r.filter(s=>s.type==="image_url"),fileParts:r.filter(s=>s.type==="file"),interruptParts:r.filter(s=>s.type==="interrupt"),toolRaw:Eu(r),isToolStreaming:!!o.toolStreaming}},[e,t])}const Kh="data:";function KT(e){if(!e)return[];const t=[],n=e.split(/\r?\n/);for(const r of n){const o=r.trim();if(!o||!o.startsWith(Kh))continue;const s=o.slice(Kh.length).trim();if(!s||s.toLowerCase()==="[done]")continue;const i=Qn(s);i&&typeof i=="object"&&t.push(i)}return t}function qT(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 GT(e){return w.useMemo(()=>{const t=e.content.filter(c=>c.type==="text");if(!t.length)return null;let r=t.flatMap(c=>KT(c.text??""));if(!r.length){const c=t.map(p=>p.text??"").join(`
129
- `),d=Qn(c);d&&typeof d=="object"&&(r=[d])}if(!r.length)return null;const s=qT(r)??r[r.length-1];if(!s)return null;const i=s.output??s.payload??s,a=Cr(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 qh({message:e,viewMode:t,isStreaming:n=!1,toolRenderers:r,toolArtifactRenderers:o,expandable:s=!1}){var $;const i=Qo(e),a=e.artifact??null,l=GT(e),d=(l?_u(l):null)??l,p=e.content.find(L=>L.type!=="tool_call"),m=L=>{if(L==null)return null;const H=typeof L=="string"?Qn(L)??L:L;if(H&&typeof H=="object")return u.jsx(ei,{data:H});const Y=typeof H=="string"?H:(()=>{try{return er(H)}catch{return String(H??"")}})();return u.jsx("pre",{className:"whitespace-pre-wrap break-words font-sans text-sm text-foreground/90",children:Y})},f=L=>{if(L==null)return null;const{content:H,isMarkdown:Y}=Tu(L);return Y?u.jsx(fr,{content:H,className:"text-current"}):m(L)},v=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(ei,{data:L})]}),g=()=>{if((d==null?void 0:d.kind)==="generic")return f(d.value);if(!p)return null;if(p.type==="text"){const _=(p.text??"").trim();if(!_)return null;const V=tr(_);return f(V)}const L=Sr(p),H=tr(L);return f(H)},x=()=>(d==null?void 0:d.kind)==="dict"?v(d.data):g(),b=(()=>{if(!r)return;if(i.name){const H=r[i.name];if(H)return H}const L=(d==null?void 0:d.kind)??(l==null?void 0:l.kind);if(L){const H=r[L];if(H)return H}return r.default})(),C=(b==null?void 0:b({message:e,toolMeta:i,toolPayload:d,viewMode:"expanded",isStreaming:n}))??null,S=(($=(()=>{if(!o)return;const L=a==null?void 0:a.type;if(typeof L=="string"){const H=o[L];if(H)return H}return o.default})())==null?void 0:$({artifact:a,message:e,toolPayload:d,isStreaming:n}))??null,T=x(),E=C??T,A=s&&t==="preview",P=!s||t==="expanded";return u.jsxs("div",{className:"space-y-2",children:[a&&(S??u.jsx(Fh,{artifact:a,idx:0})),u.jsx(Bh,{message:e,isStreaming:n}),A&&T,P&&E]})}const YT={checkpoints:[],checkpointMetaByCheckpointId:new Map,timeline:[],messagePreviews:new Map,getLatest:()=>{},getCheckpoint:()=>{},getMessageAttempts:()=>[]},bl=(e,t)=>(e==null?void 0:e.id)??`message-${t}`,yl=w.memo(function({message:t,index:n,isStreaming:r,streamingAssistantId:o,streamingDebounceMs:s,layoutSize:i,enableMessageEditing:a,editingMessageId:l,onEdit:c,onRegenerate:d,onCancelEdit:p,showToolMessages:m,checkpointIndex:f,onSelectCheckpoint:v,getMessageCustomStyles:g,getInterruptOptions:x,toolRenderers:y,toolArtifactRenderers:b,getToolExpandable:C}){const k=bl(t,n),S=t.role==="default_message",E=!!t.__syntheticStreaming,A=f??YT,P=!S&&"checkpointId"in t?t.checkpointId??null:null,{attemptCount:$,attemptIndex:L,attempts:H}=w.useMemo(()=>cc(t.id,P,A),[t.id,P,A]),Y=g==null?void 0:g(t);return u.jsx("div",{className:"relative mb-4 last:mb-0","data-message-id":k,style:{minHeight:"60px",containIntrinsicSize:"auto 120px"},children:u.jsx(ni,{message:t,messageIndex:n,isStreamingMessage:E||r&&o===t.id&&t.role==="assistant",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:L,attemptMetas:H,onSelectCheckpoint:v,customStyles:Y,toolRenderers:y,toolArtifactRenderers:b,getToolExpandable:C})})});yl.displayName="MessageRow";function XT(e,t,n){const[r,o]=w.useState(e),s=w.useRef([]);return w.useEffect(()=>{if(!t){o(e),s.current=e.map(a=>a.type==="text"?a.text??"":void 0);return}const i=e.map((a,l)=>{if(a.type!=="text")return s.current[l]=void 0,a;const c=a.text??"",d=s.current[l];return n(c)?(s.current[l]=c,a):{...a,text:d??""}});o(i)},[e,t,n]),r}function JT({message:e,isToolMessage:t,showToolMessages:n,toolViewMode:r,toolExpandable:o,isToolStreaming:s,contentParts:i,textContent:a,imageParts:l,fileParts:c,interruptPart:d,isStreamingMessage:p,enableStreamingMarkdownBuffer:m,renderStreamingMarkdown:f,defaultMessage:v,handleFileClick:g,uploadingFiles:x,messageRole:y,truncateUserMessages:b,userMessagePreviewLength:C,isUserExpanded:k,setIsUserExpanded:S,isCompactLayout:T,iconForeground:E,toolRenderers:A,toolArtifactRenderers:P,handleInterruptApprove:$,handleInterruptReject:L,handleInterruptAlternative:H,disableInterruptActions:Y,isInterruptMessage:_}){const V=w.useCallback(()=>u.jsxs("div",{className:"flex items-center gap-2 p-2 bg-muted/30 rounded",children:[u.jsx(le.Loader,{className:"h-4 w-4 text-muted-foreground"}),u.jsx("span",{className:"text-sm text-muted-foreground",children:"File upload"})]}),[]),W=XT(i,(m??!0)&&p,Gh),D=w.useMemo(()=>W.filter(M=>M.type==="text"),[W]),I=w.useMemo(()=>D.map(M=>M.text??"").join(""),[D]),U=w.useMemo(()=>{if(!f)return null;const M=ZT(I);return{stablePart:I.slice(0,M),tailPart:I.slice(M)}},[I,f]),Z=w.useMemo(()=>{if(!U)return null;const{stablePart:M,tailPart:O}=U;return!M&&!O?null:u.jsxs("div",{className:"space-y-2",children:[M?u.jsx(fr,{content:M,allowHtml:!1}):null,O?u.jsx(fr,{content:O,allowHtml:!1}):null]})},[U]),R=w.useMemo(()=>{if(!f)return W;const M=[];let O=!1;for(const F of W){if(F.type==="text"){O||(M.push({type:"text",text:"",__streamingMarkdownAggregate:!0}),O=!0);continue}M.push(F)}return M},[W,f]),j=(f?R:W).filter(M=>M.type!=="interrupt"),B=w.useCallback(({part:M,i:O})=>{if(M.type==="text"){if(f)return null;const F=M.text??"",J=F.trim(),oe=Qn(J);return oe&&y!=="tool"?u.jsx(ei,{data:oe},O):y==="user"&&b&&J.length>C?u.jsx(Uh,{text:J,expanded:k,onExpandedChange:S,previewLength:C,isCompact:T},O):u.jsx(fr,{content:F,allowHtml:!1},O)}if(M.type==="image_url"){const F=M;return u.jsx("div",{className:"my-2",children:u.jsx("img",{src:F.url,alt:F.alt??"",loading:"lazy",className:"border rounded max-h-[420px] w-auto object-contain"})},O)}if(M.type==="file"){const F=M,J=F.name||"file";return u.jsxs("a",{href:F.url,onClick:oe=>g(oe,F,O),className:`inline-flex items-center gap-2 rounded px-2 py-1 text-xs bg-gray-100 border hover:bg-gray-200
129
+ `),d=Qn(c);d&&typeof d=="object"&&(r=[d])}if(!r.length)return null;const s=qT(r)??r[r.length-1];if(!s)return null;const i=s.output??s.payload??s,a=Cr(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 qh({message:e,viewMode:t,isStreaming:n=!1,toolRenderers:r,toolArtifactRenderers:o,expandable:s=!1}){var $;const i=Qo(e),a=e.artifact??null,l=GT(e),d=(l?_u(l):null)??l,p=e.content.find(L=>L.type!=="tool_call"),m=L=>{if(L==null)return null;const H=typeof L=="string"?Qn(L)??L:L;if(H&&typeof H=="object")return u.jsx(ei,{data:H});const Y=typeof H=="string"?H:(()=>{try{return er(H)}catch{return String(H??"")}})();return u.jsx("pre",{className:"whitespace-pre-wrap break-words font-sans text-sm text-foreground/90",children:Y})},f=L=>{if(L==null)return null;const{content:H,isMarkdown:Y}=Tu(L);return Y?u.jsx(fr,{content:H,className:"text-current"}):m(L)},v=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(ei,{data:L})]}),g=()=>{if((d==null?void 0:d.kind)==="generic")return f(d.value);if(!p)return null;if(p.type==="text"){const _=(p.text??"").trim();if(!_)return null;const V=tr(_);return f(V)}const L=Sr(p),H=tr(L);return f(H)},x=()=>(d==null?void 0:d.kind)==="dict"?v(d.data):g(),b=(()=>{if(!r)return;if(i.name){const H=r[i.name];if(H)return H}const L=(d==null?void 0:d.kind)??(l==null?void 0:l.kind);if(L){const H=r[L];if(H)return H}return r.default})(),C=(b==null?void 0:b({message:e,toolMeta:i,toolPayload:d,viewMode:t,isStreaming:n}))??null,S=(($=(()=>{if(!o)return;const L=a==null?void 0:a.type;if(typeof L=="string"){const H=o[L];if(H)return H}return o.default})())==null?void 0:$({artifact:a,message:e,toolPayload:d,isStreaming:n}))??null,T=x(),E=s&&t==="preview",A=!s||t==="expanded",P=C??(s?null:T);return u.jsxs("div",{className:"space-y-2",children:[a&&(S??u.jsx(Fh,{artifact:a,idx:0})),u.jsx(Bh,{message:e,isStreaming:n}),E?T:null,A?P:null]})}const YT={checkpoints:[],checkpointMetaByCheckpointId:new Map,timeline:[],messagePreviews:new Map,getLatest:()=>{},getCheckpoint:()=>{},getMessageAttempts:()=>[]},bl=(e,t)=>(e==null?void 0:e.id)??`message-${t}`,yl=w.memo(function({message:t,index:n,isStreaming:r,streamingAssistantId:o,streamingDebounceMs:s,layoutSize:i,enableMessageEditing:a,editingMessageId:l,onEdit:c,onRegenerate:d,onCancelEdit:p,showToolMessages:m,checkpointIndex:f,onSelectCheckpoint:v,getMessageCustomStyles:g,getInterruptOptions:x,toolRenderers:y,toolArtifactRenderers:b,getToolExpandable:C}){const k=bl(t,n),S=t.role==="default_message",E=!!t.__syntheticStreaming,A=f??YT,P=!S&&"checkpointId"in t?t.checkpointId??null:null,{attemptCount:$,attemptIndex:L,attempts:H}=w.useMemo(()=>cc(t.id,P,A),[t.id,P,A]),Y=g==null?void 0:g(t);return u.jsx("div",{className:"relative mb-4 last:mb-0","data-message-id":k,style:{minHeight:"60px",containIntrinsicSize:"auto 120px"},children:u.jsx(ni,{message:t,messageIndex:n,isStreamingMessage:E||r&&o===t.id&&t.role==="assistant",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:L,attemptMetas:H,onSelectCheckpoint:v,customStyles:Y,toolRenderers:y,toolArtifactRenderers:b,getToolExpandable:C})})});yl.displayName="MessageRow";function XT(e,t,n){const[r,o]=w.useState(e),s=w.useRef([]);return w.useEffect(()=>{if(!t){o(e),s.current=e.map(a=>a.type==="text"?a.text??"":void 0);return}const i=e.map((a,l)=>{if(a.type!=="text")return s.current[l]=void 0,a;const c=a.text??"",d=s.current[l];return n(c)?(s.current[l]=c,a):{...a,text:d??""}});o(i)},[e,t,n]),r}function JT({message:e,isToolMessage:t,showToolMessages:n,toolViewMode:r,toolExpandable:o,isToolStreaming:s,contentParts:i,textContent:a,imageParts:l,fileParts:c,interruptPart:d,isStreamingMessage:p,enableStreamingMarkdownBuffer:m,renderStreamingMarkdown:f,defaultMessage:v,handleFileClick:g,uploadingFiles:x,messageRole:y,truncateUserMessages:b,userMessagePreviewLength:C,isUserExpanded:k,setIsUserExpanded:S,isCompactLayout:T,iconForeground:E,toolRenderers:A,toolArtifactRenderers:P,handleInterruptApprove:$,handleInterruptReject:L,handleInterruptAlternative:H,disableInterruptActions:Y,isInterruptMessage:_}){const V=w.useCallback(()=>u.jsxs("div",{className:"flex items-center gap-2 p-2 bg-muted/30 rounded",children:[u.jsx(le.Loader,{className:"h-4 w-4 text-muted-foreground"}),u.jsx("span",{className:"text-sm text-muted-foreground",children:"File upload"})]}),[]),W=XT(i,(m??!0)&&p,Gh),D=w.useMemo(()=>W.filter(M=>M.type==="text"),[W]),I=w.useMemo(()=>D.map(M=>M.text??"").join(""),[D]),U=w.useMemo(()=>{if(!f)return null;const M=ZT(I);return{stablePart:I.slice(0,M),tailPart:I.slice(M)}},[I,f]),Z=w.useMemo(()=>{if(!U)return null;const{stablePart:M,tailPart:O}=U;return!M&&!O?null:u.jsxs("div",{className:"space-y-2",children:[M?u.jsx(fr,{content:M,allowHtml:!1}):null,O?u.jsx(fr,{content:O,allowHtml:!1}):null]})},[U]),R=w.useMemo(()=>{if(!f)return W;const M=[];let O=!1;for(const F of W){if(F.type==="text"){O||(M.push({type:"text",text:"",__streamingMarkdownAggregate:!0}),O=!0);continue}M.push(F)}return M},[W,f]),j=(f?R:W).filter(M=>M.type!=="interrupt"),B=w.useCallback(({part:M,i:O})=>{if(M.type==="text"){if(f)return null;const F=M.text??"",J=F.trim(),oe=Qn(J);return oe&&y!=="tool"?u.jsx(ei,{data:oe},O):y==="user"&&b&&J.length>C?u.jsx(Uh,{text:J,expanded:k,onExpandedChange:S,previewLength:C,isCompact:T},O):u.jsx(fr,{content:F,allowHtml:!1},O)}if(M.type==="image_url"){const F=M;return u.jsx("div",{className:"my-2",children:u.jsx("img",{src:F.url,alt:F.alt??"",loading:"lazy",className:"border rounded max-h-[420px] w-auto object-contain"})},O)}if(M.type==="file"){const F=M,J=F.name||"file";return u.jsxs("a",{href:F.url,onClick:oe=>g(oe,F,O),className:`inline-flex items-center gap-2 rounded px-2 py-1 text-xs bg-gray-100 border hover:bg-gray-200
130
130
  dark:bg-background/10 dark:border-border/30 dark:hover:bg-background/20`,children:[x[O]?u.jsx(le.Loader,{className:"h-4 w-4 animate-spin"}):null,u.jsxs("span",{className:"truncate max-w-[180px]",children:[J,x[O]?" (processing)":""]})]},O)}return null},[g,T,k,y,b,x,C,f,S]),Q=a.trim().length>0||l.length>0||c.length>0||j.length>0;if(!t&&c.length>0&&!p)return V();if(!t&&!Q&&!p)return null;if(t){if(!n)return null;if(_&&d){const M=d.value,O=!Y,F=$??(()=>{}),J=L??(()=>{});return u.jsx(wl,{interruptPart:d,payload:M,onApprove:F,onReject:J,onSelectAlternative:H,disabled:Y,isActive:O})}return u.jsx(qh,{message:e,viewMode:r,expandable:o,isStreaming:s,toolRenderers:A,toolArtifactRenderers:P},e.id)}if(!v){const M=u.jsx("div",{className:"space-y-2",children:j.map((O,F)=>f&&QT(O)?Z?u.jsx("div",{className:"space-y-2",children:Z},`streaming-md-${F}`):null:u.jsx(B,{part:O,i:F},F))});return p?u.jsxs("div",{"aria-busy":"true",role:"status",children:[M,u.jsx(Hh,{className:E})]}):M}return null}function Gh(e){return e?!(jo(e,/```/g)||jo(e,/`/g)||jo(e,/\*\*/g)||jo(e,/__/g)||jo(e,/~~/g)||/[^\\]\[[^\]]*$/.test(e)||/\[[^\]]*\]\([^)]*$/.test(e)):!0}function jo(e,t){const n=e.match(t);return((n==null?void 0:n.length)??0)%2!==0}function ZT(e){if(!e)return 0;for(let t=e.length;t>=0;t-=1)if(Gh(e.slice(0,t)))return t;return 0}function QT(e){return e.type==="text"&&!!e.__streamingMarkdownAggregate}const ek=Kr.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 Yh({className:e,variant:t,...n}){return u.jsx("div",{className:ne(ek({variant:t}),e),...n})}function tk({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:A,messageCreatedAt:P,copied:$}){return!e&&!t&&!n&&!r?null:u.jsxs("div",{className:ne("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:ne("font-medium",c?"text-xs":"text-sm"),children:s}),n&&!r&&u.jsxs(Yh,{variant:"outline",className:ne("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(le.ChevronUp,{className:"h-3 w-3"}):u.jsx(le.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:ne("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(le.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:ne("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||A()},"aria-label":"Newer attempt (forward in time)",disabled:T<=0,children:u.jsx(le.ChevronRight,{className:"h-3 w-3"})})]}),e&&P&&u.jsx("time",{className:ne("text-xs opacity-60",o,c&&"text-xs"),dateTime:new Date(P).toISOString(),title:new Date(P).toLocaleString(),children:new Intl.DateTimeFormat(void 0,{hour:"2-digit",minute:"2-digit"}).format(new Date(P))}),d&&!p&&u.jsxs("div",{className:ne("opacity-0 group-hover:opacity-100 transition-opacity","flex items-center gap-1",l),children:[u.jsx("div",{className:"relative",children:u.jsx(Ye,{variant:"ghost",size:"sm",onClick:y,className:ne("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(le.Copy,{className:ne($?"text-success":o,c?"h-3 w-3":"h-4 w-4")})})}),m==="user"&&b&&u.jsx(Ye,{variant:"ghost",size:"sm",onClick:b,className:ne("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Edit message",children:u.jsx(le.Edit,{className:ne(o,c?"h-3 w-3":"h-4 w-4")})}),m==="assistant"&&C&&u.jsx(Ye,{variant:"ghost",size:"sm",onClick:C,className:ne("h-6 w-6 p-0 hover:bg-foreground/10",o,c&&"h-5 w-5"),"aria-label":"Regenerate response",children:u.jsx(le.RotateCcw,{className:ne(o,c?"h-3 w-3":"h-4 w-4")})})]})]})]})}const ni=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,toolRenderers:m,toolArtifactRenderers:f,getToolExpandable:v,customStyles:g={},streamingDebounceMs:x=300,renderStreamingMarkdown:y=!1,enableStreamingMarkdownBuffer:b,onEdit:C,onRegenerate:k,onCopy:S,getInterruptOptions:T,attemptCount:E=1,attemptIndex:A=0,onSelectCheckpoint:P,attemptMetas:$=[]}){const[L,H]=w.useState(!1),[Y,_]=w.useState(!1),{currentThreadId:V}=yr(),{respondToInterrupt:G}=oo(),[W,D]=w.useState(!1),I=l==="phone"||l==="half-screen",U=t.role,Z=U==="interrupt",R=U==="tool"||Z,j=!(t.role==="default_message")&&t.expandable!==void 0?t.expandable!==!1:!0,B=w.useMemo(()=>!v||t.role!=="tool"?!1:v(t),[v,t.id,t.role]),[Q,M]=w.useState(B?"preview":"expanded");w.useEffect(()=>{M(B?"preview":"expanded")},[B,t.id]);const O=w.useMemo(()=>t.role==="default_message"?t:null,[t]),F=!!O,J=!(r&&U!=="user"),{uploadingFiles:oe,handleFileClick:ae,fileViewerOpen:Se,currentFileInfo:we,closeFileViewer:Re}=Wh({allowFileOpen:J,currentThreadId:V}),$e=w.useMemo(()=>{switch(U){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))]"}},[U]),Fe=Vh(t,O),{contentParts:Ge,imageParts:Je,fileParts:vt,textContent:ct,toolMeta:tt,toolRaw:Oe,isToolStreaming:Ve,interruptParts:He}=Fe,Te=b??x!==0,Ae=w.useMemo(()=>He.length?He[0]:null,[He]),ut=w.useCallback(async()=>{const de=R?Oe:ct;async function Pe(Me){if(navigator.clipboard&&typeof navigator.clipboard.writeText=="function"){await navigator.clipboard.writeText(Me);return}if(navigator.clipboard&&typeof navigator.clipboard.write=="function"&&typeof ClipboardItem<"u"){const Ze=new Blob([Me],{type:"text/plain"});await navigator.clipboard.write([new ClipboardItem({"text/plain":Ze})]);return}throw new Error("Clipboard API not supported in this context.")}try{await Pe(de),H(!0),setTimeout(()=>H(!1),2e3),S==null||S(de)}catch(Me){console.error("Failed to copy:",Me)}},[R,Oe,ct,S]),dt=w.useCallback(async(de,Pe)=>{if(!Ae)return;if(!Hi(Ae.id)){console.warn("Interrupt part missing id",Ae);return}D(!0);try{const Ze=T==null?void 0:T(t);await G(de,Pe,Ze)}catch(Ze){console.error("Failed to respond to interrupt:",Ze)}finally{D(!1)}},[Ae,G]),it=w.useCallback(()=>dt(!0),[dt]),At=w.useCallback(()=>dt(!1),[dt]),St=w.useCallback((de,Pe)=>{if(!Pe)return;const Me={alternativeId:Pe.id??Pe.label??void 0,alternativeLabel:Pe.label};dt(!0,Me)},[dt]),ft=w.useCallback(()=>{if(!C||!t.id)return;const de=(R?Oe:ct)??"",Pe="type"in t&&t.type==="default_message"?void 0:{checkpointId:t.checkpointId??null,checkpointNs:t.checkpointNs??null};C(t.id,de,Pe)},[C,R,Oe,ct,t]),Ct=w.useCallback(()=>{k==null||k(n)},[k,n]),Tt=w.useCallback(()=>{const Pe=ne(I?"h-3 w-3":"h-4 w-4","opacity-60 flex-shrink-0",$e);switch(U){case"user":return u.jsx(le.User,{className:Pe});case"assistant":return u.jsx(le.Bot,{className:Pe});case"tool":return u.jsx(le.Wrench,{className:Pe});case"interrupt":return u.jsx(le.Bot,{className:Pe});default:return u.jsx(le.Bot,{className:Pe})}},[I,$e,U]),It=w.useCallback(()=>{const de="group relative mb-4 flex w-full";switch(U){case"user":return ne(de,"justify-end");case"assistant":case"tool":case"system":case"interrupt":return ne(de,"justify-start");default:return de}},[U]),en=w.useCallback(()=>{const de=ne("rounded-lg px-4 py-3 relative min-w-0 max-w-full break-words",I&&"px-3 py-2 text-sm");if(F)return ne(de,"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(U){case"user":return ne(de,"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 ne(de,"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 ne(de,"w-full md:max-w-[95%] bg-secondary/50 text-secondary-foreground border border-dashed");case"system":return ne(de,"w-full md:max-w-[85%] bg-accent/40 text-muted-foreground border");default:return ne(de,"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")}},[I,F,U]),kt=B&&!Z&&j,Ie=w.useCallback(()=>{kt&&M(de=>de==="expanded"?"preview":"expanded")},[kt]),Nt=Z?"expanded":Q,te=(p||Z)&&j,xe=u.jsx(JT,{message:t,isToolMessage:R,showToolMessages:te,toolViewMode:Nt,toolExpandable:B,isToolStreaming:Ve,contentParts:Ge,textContent:ct,imageParts:Je,fileParts:vt,isStreamingMessage:r,defaultMessage:O,enableStreamingMarkdownBuffer:Te,renderStreamingMarkdown:y,handleFileClick:ae,uploadingFiles:oe,messageRole:U,truncateUserMessages:c,userMessagePreviewLength:d,isUserExpanded:Y,setIsUserExpanded:_,isCompactLayout:I,iconForeground:$e,toolRenderers:m,toolArtifactRenderers:f,interruptPart:Ae,handleInterruptApprove:it,handleInterruptReject:At,handleInterruptAlternative:St,disableInterruptActions:W,isInterruptMessage:Z}),nt=w.useMemo(()=>O?"Assistant":Iu(t),[O,t]),me=Tt(),Ne=U==="user"&&(E??1)>1&&typeof P=="function",Ue=($==null?void 0:$.length)??0,at=Ue>0&&A<Ue-1?$[A+1]:void 0,rt=Ue>0&&A>0?$[A-1]:void 0,wt=w.useCallback(()=>{!at||!P||P(at.id,void 0,!!at.isLatestAttempt)},[at,P]),Pt=w.useCallback(()=>{!rt||!P||P(rt.id,void 0,!!rt.isLatestAttempt)},[rt,P]);return R&&!p?null:F&&O?u.jsx("div",{className:ne(It(),g.container),children:u.jsxs("div",{className:ne(en(),g.content),children:[u.jsxs("div",{className:"flex items-center gap-2 mb-2 pb-2 border-b border-current/10",children:[u.jsx(le.Bot,{className:ne("h-4 w-4",$e)}),a&&u.jsx("span",{className:"font-medium text-sm",children:"Assistant"})]}),u.jsx(fr,{content:O.content,className:"text-current"})]})}):u.jsxs(u.Fragment,{children:[u.jsx("div",{className:ne(It(),g.container),children:u.jsxs("div",{className:ne(en(),g.content),children:[u.jsx(tk,{showTimestamp:i,showAgentName:a,isToolMessage:R,iconForeground:$e,agentName:nt,messageIcon:me,customHeaderClass:g.header,customActionsClass:g.actions,isCompactLayout:I,showActions:s,isEditing:o,messageRole:U,toolViewMode:Nt,toolExpandable:B,isInterruptMessage:Z,toolMeta:tt,onToggleToolView:Ie,onCopy:ut,onEdit:ft,onRegenerate:Ct,showCheckpointControls:Ne,attemptCount:E,attemptIndex:A,handleOlderAttemptSelect:wt,handleNewerAttemptSelect:Pt,messageCreatedAt:t.createdAt,copied:L}),u.jsx("div",{className:"relative",children:xe}),!(i||a||R)&&s&&!o&&u.jsxs("div",{className:ne("absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity","flex items-center gap-1",g.actions),children:[u.jsx(Ye,{variant:"ghost",size:"sm",onClick:()=>ut(),className:ne("h-6 w-6 p-0 hover:bg-background/50 text-current",I&&"h-5 w-5"),children:u.jsx(le.Copy,{className:ne(L?"text-success":"text-current",I?"h-3 w-3":"h-4 w-4")})}),U==="user"&&C&&u.jsx(Ye,{variant:"ghost",size:"sm",onClick:ft,className:ne("h-6 w-6 p-0 hover:bg-background/50 text-current",I&&"h-5 w-5"),children:u.jsx(le.Edit,{className:ne("text-current",I?"h-3 w-3":"h-4 w-4")})}),U==="assistant"&&k&&u.jsx(Ye,{variant:"ghost",size:"sm",onClick:Ct,className:ne("h-6 w-6 p-0 hover:bg-background/50 text-current",I&&"h-5 w-5"),children:u.jsx(le.RotateCcw,{className:ne("text-current",I?"h-3 w-3":"h-4 w-4")})})]})]})}),we&&u.jsx(Th,{isOpen:Se,onClose:Re,fileId:we.id,fileName:we.name,mimeType:we.mimeType})]})},(e,t)=>{var l,c,d,p,m,f,v,g;if(t.isStreamingMessage||e.isStreamingMessage||!(e.message.id===t.message.id&&Ui(e.message)===Ui(t.message)))return!1;const o=["isEditing","showActions","layoutSize","showTimestamp","showAgentName","truncateUserMessages","userMessagePreviewLength","showToolMessages","toolRenderers","toolArtifactRenderers"].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=Wi(e.message),a=Wi(t.message);return i.length===a.length});ni.displayName="MessageComponent";const Sl=w.forwardRef(({messages:e,isStreaming:t,streamingAssistantId:n,streamingDebounceMs:r,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,toolRenderers:C,toolArtifactRenderers:k,checkpointIndex:S,activeCheckpointId:T,onSelectCheckpoint:E,createSyntheticThinkingMessage:A=!0,forceSyntheticThinking:P=!1,getMessageCustomStyles:$,getToolExpandable:L,getInterruptOptions:H},Y)=>{const _=w.useRef(null),V=w.useRef(null),G=w.useRef(!1),W=w.useRef(!1),D=e,I=w.useMemo(()=>{const F=n&&D.some(oe=>oe.id===n);return A&&(t||P)&&!F&&D.length>0?[...D,{id:"thinking-assistant",role:"assistant",content:[{type:"text",text:""}],createdAt:new Date().toISOString(),__syntheticStreaming:!0}]:D},[D,t,n,A,P]),U=w.useMemo(()=>b?I:I.filter(F=>(F==null?void 0:F.role)!=="tool"),[I,b]),Z=w.useCallback(F=>{x&&x(!F),y&&y(F)},[x,y]),R=w.useMemo(()=>{if(a)return async()=>{if(!G.current){G.current=!0;try{await a()}finally{G.current=!1}}}},[a]),q=w.useMemo(()=>!v||g?!1:"auto",[v,g]),j=w.useMemo(()=>{if(typeof f!="string")return null;const F=f.trim();return!F||U&&U.length>0?null:{id:"default-message",role:"default_message",content:F,createdAt:new Date().toISOString()}},[f,U]),B=["flex h-full flex-col md:flex-row",p].filter(Boolean).join(" "),Q=()=>{if(j){const F=$==null?void 0:$(j);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(ni,{message:j,messageIndex:0,isStreamingMessage:!1,showActions:!1,showTimestamp:!1,showAgentName:!0,layoutSize:o,onEdit:()=>{},onRegenerate:()=>{},onCancelEdit:()=>{},customStyles:F,getInterruptOptions:H})})})}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!"})},M=U.length,O=M>0;return w.useEffect(()=>{var F,J;if(M===0){W.current=!1;return}if(!W.current)if(W.current=!0,_.current&&U.length>0){const oe=U.length-1;(J=(F=_.current).scrollToIndex)==null||J.call(F,{index:oe,align:"end",behavior:"auto"})}else V.current&&(V.current.scrollTop=V.current.scrollHeight)},[M,U.length]),w.useImperativeHandle(Y,()=>({scrollToLatest:()=>{var F,J;if(_.current&&U.length>0){const oe=U.length-1;(J=(F=_.current).scrollToIndex)==null||J.call(F,{index:oe,align:"end",behavior:"auto"})}else V.current&&(V.current.scrollTop=V.current.scrollHeight)},scrollToTop:()=>{var F,J;_.current&&U.length>0?(J=(F=_.current).scrollToIndex)==null||J.call(F,{index:0,align:"start",behavior:"auto"}):V.current&&(V.current.scrollTop=0)}}),[U]),u.jsx("div",{className:B,style:m,children:u.jsx("div",{className:"relative flex-1 min-h-0",children:O?u.jsx(YC,{ref:F=>{_.current=F},scrollerRef:F=>{V.current=F instanceof HTMLDivElement?F:null},data:U,followOutput:q,overscan:200,increaseViewportBy:{top:100,bottom:200},defaultItemHeight:80,atBottomThreshold:50,startReached:()=>{R&&R()},atBottomStateChange:Z,style:{height:"100%",overscrollBehavior:"contain"},computeItemKey:(F,J)=>bl(J,F),itemContent:(F,J)=>u.jsx(yl,{message:J,index:F,isStreaming:t,streamingAssistantId:n,streamingDebounceMs:r,layoutSize:o,enableMessageEditing:s,editingMessageId:i,onEdit:l,onRegenerate:c,onCancelEdit:d,showToolMessages:b,toolRenderers:C,toolArtifactRenderers:k,checkpointIndex:S,activeCheckpointId:T,onSelectCheckpoint:E,getMessageCustomStyles:$,getToolExpandable:L,getInterruptOptions:H})}):Q()})})});Sl.displayName="MessageList";const Xh={value:""};function Fr({className:e="",placeholder:t="Type your message...",autoFocus:n=!0,maxHeight:r=void 0,streamingDebounceMs:o=500,streamingThrottleMs:s,followNewMessages:i=!0,enableFileUpload:a=!0,enableExcelUpload:l=!1,enableMessageEditing:c=!0,showToolMessages:d=!0,toolRenderers:p,toolArtifactRenderers:m,payloadExtras:f={},customStyles:v={},messageCustomStyles:g,onMessageSent:x,onExcelUploadSuccess:y,onError:b,defaultMessage:C}){const{api:k}=no(),S=k.baseUrl,{currentThreadId:T}=yr(),{threadId:E,messages:A,isLoading:P,navigateToCheckpoint:$,returnToLatest:L,checkpoint:H,checkpoints:Y,interrupt:_,metadata:V,checkpointIndex:G,respondToInterrupt:W}=oo(),{isStreaming:D,error:I,connectionState:U,submit:Z,stop:R}=qi(),q=E??T??null,j=(H==null?void 0:H.id)??null,B=(H==null?void 0:H.namespace)??null,Q=(V==null?void 0:V.assemblingMessageId)??null,M=_,O=M?Hi(M.id):null,F=O!==null?{type:"interrupt",id:O}:null,[J,oe]=w.useState(!1),[ae,Se]=w.useState(!1);w.useEffect(()=>{M||oe(!1)},[M]);const we=w.useCallback(()=>{oe(!0)},[]),Re=w.useCallback(()=>{oe(!1)},[]),$e=w.useCallback(N=>{},[]),Fe=w.useCallback(async(N,X,re)=>{try{we(),await W(N,X,re)}catch(fe){console.error("Failed to respond to interrupt:",fe)}finally{Re()}},[Re,we,W]),Ge=w.useCallback(()=>Fe(!0),[Fe]),Je=w.useCallback(()=>Fe(!1),[Fe]),vt=w.useCallback((N,X)=>Fe(!0,X),[Fe]),ct=!!M||J,[tt,Oe]=w.useState(null),[Ve,He]=w.useState(""),[Te,Ae]=w.useState(null),[ut,dt]=w.useState(null),[it,At]=w.useState(!1),[St,ft]=w.useState(null),Ct=w.useRef(!1),[Tt,It]=w.useState(()=>Xh.value),en=w.useRef(Tt),kt=w.useRef(null),Ie=w.useCallback(N=>{Xh.value=N,It(N)},[]),[Ke,Nt]=w.useState(!1),te=w.useRef(null),xe=w.useCallback(N=>{Ie(N)},[Ie]);w.useEffect(()=>{D||Se(!1)},[D]),w.useEffect(()=>{V!=null&&V.assemblingMessageId&&Se(!1)},[V==null?void 0:V.assemblingMessageId]);const[nt,me]=w.useState("desktop");w.useEffect(()=>{const N=()=>{const X=window.innerWidth;me(X<640?"phone":X<1024?"tablet":"desktop")};return N(),window.addEventListener("resize",N),()=>window.removeEventListener("resize",N)},[]),w.useEffect(()=>{Ct.current=!1},[q]),w.useEffect(()=>{en.current=Tt},[Tt]),w.useEffect(()=>{if(!tt){kt.current=null;return}kt.current===null&&(kt.current=en.current),Ie(Ve??"")},[Ve,tt,Ie]),w.useEffect(()=>{if(C!==void 0){ft(C);return}(async()=>{if(!S){ft(null);return}try{const re=(await k.getAgent("default")).uiDefaultMessage||"";ft(re||null)}catch(X){console.warn("Failed to fetch default message:",X),ft(null)}})()},[k,S,C]),w.useEffect(()=>{I&&!it&&(b==null||b(I))},[I,it,b]);const Ne=async(N,X)=>{const re=N.trim();if(!(!re&&X.length===0))try{const fe=tt?(Te==null?void 0:Te.checkpointId)??j??void 0:j??void 0,De=tt?(Te==null?void 0:Te.checkpointNs)??B??void 0:B??void 0;await Z({text:re||"",attachments:X,payload:f},{checkpointId:fe,checkpointNs:De,edit:!!tt,originalMessageId:tt??void 0}),x==null||x(re),Se(!0),Ie(""),dt(null),Oe(null),He(""),Ae(null)}catch(fe){const De=(fe==null?void 0:fe.message)||"Failed to send message";dt(De),b==null||b(De),Se(!1)}},Ue=w.useCallback(async N=>{await Z({attachments:[N],payload:f},{checkpointId:j??void 0,checkpointNs:B??void 0}),y==null||y({file:N})},[j,B,f,y,Z]),at=w.useCallback((N,X,re)=>{c&&(kt.current=Tt,Oe(N),He(X),Ie(X),dt(null),Ae({checkpointId:(re==null?void 0:re.checkpointId)??null,checkpointNs:(re==null?void 0:re.checkpointNs)??null}))},[Tt,c,Ie]),rt=w.useCallback(()=>{Oe(null),He(""),Ae(null),dt(null),Ie(kt.current??Tt),kt.current=null},[Tt,Ie]),wt=w.useCallback((N,X,re)=>{at(N,X,re)},[at]),Pt=w.useCallback(N=>{let X=null;for(let Le=N-1;Le>=0;Le--)if(A[Le].role==="user"){X=A[Le];break}if(!X)return;const re=Array.isArray(X.content)?X.content:[],De=re.filter(Le=>(Le==null?void 0:Le.type)==="text").map(Le=>Le.text).join("")||(()=>{try{return JSON.stringify(re,null,2)}catch{return String(re)}})();De&&Z({text:De,payload:f},{checkpointId:j??void 0,checkpointNs:B??void 0,edit:!0,originalMessageId:X.id})},[A,Z,j,B,f]),de=w.useCallback(async N=>{if(T){Nt(!0);try{if(!N){await L(),requestAnimationFrame(()=>{var fe;(fe=te.current)==null||fe.scrollToLatest()});return}const X=Y.find(fe=>fe.checkpointId===N),re=(X==null?void 0:X.checkpointNs)??null;await $(N,re),requestAnimationFrame(()=>{var fe;(fe=te.current)==null||fe.scrollToTop()})}finally{Nt(!1)}}},[Y,T,te,$,L]),Pe=w.useCallback(async(N,X,re)=>{await de(re?null:N)},[de]),Me=`flex flex-1 w-full flex-col min-h-0 min-w-0 max-h-full overflow-hidden bg-transparent ${e} ${v.container||""}`,Ze=`flex-1 min-h-0 min-w-0 max-h-full w-full overflow-hidden overscroll-contain break-words break-anywhere p-4 ${M?"pb-32":""} bg-transparent ${v.messagesArea||""}`,sn=`relative flex-shrink-0 w-full border-t p-4 bg-transparent ${v.inputArea||""}`;return u.jsxs("div",{className:Me,children:[!!I&&!it&&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(Ye,{variant:"ghost",size:"sm",onClick:()=>At(!0),className:"text-red-800 hover:bg-red-100","aria-label":"Dismiss error",children:u.jsx(le.X,{size:16})})]}),u.jsxs("div",{className:`relative ${Ze}`,style:r?{maxHeight:r}:void 0,children:[u.jsx(Sl,{ref:te,className:"h-full",style:{height:"100%"},messages:A,isStreaming:D,streamingAssistantId:Q,streamingDebounceMs:typeof s=="number"?s:o,followNewMessages:i,layoutSize:nt,enableMessageEditing:c,editingMessageId:tt,onEdit:wt,onRegenerate:Pt,onCancelEdit:rt,emptyMessage:St??void 0,isNavigatingCheckpoint:Ke,showToolMessages:d,toolRenderers:p,toolArtifactRenderers:m,checkpointIndex:G,activeCheckpointId:j,onSelectCheckpoint:Pe,createSyntheticThinkingMessage:!0,forceSyntheticThinking:ae,getMessageCustomStyles:g,getInterruptOptions:$e}),(U==="reconnecting"||U==="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(le.Loader2,{className:"h-3 w-3 animate-spin"}),U==="reconnecting"?"Reconnecting…":"Connecting…"]})}),U==="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"}),P&&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(le.Loader2,{className:"h-6 w-6 animate-spin"}),u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",children:"Loading messages…"})]}),Ke&&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(le.Loader2,{className:"h-6 w-6 animate-spin"}),u.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide",children:"Loading checkpoint…"})]}),M&&F&&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(wl,{interruptPart:F,onApprove:Ge,onReject:Je,onSelectAlternative:vt,disabled:J,isActive:!0,payload:M.value})})})]}),u.jsxs("div",{className:sn,children:[tt&&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(le.Edit3,{size:16,className:"text-blue-600"}),u.jsx("span",{className:"text-sm font-medium text-blue-800",children:"Editing message"})]}),u.jsx(Ye,{variant:"ghost",size:"sm",onClick:rt,className:"text-blue-600 hover:bg-blue-100",children:u.jsx(le.X,{size:16})})]})}),ut&&u.jsx("div",{className:"mb-3 text-sm text-red-600 bg-red-50 border border-red-200 rounded px-3 py-2",children:ut}),u.jsx(FS,{composerValue:Tt,onComposerChange:xe,onSend:Ne,onCancelEdit:rt,onStop:R,editingMessageId:tt,editingInitialValue:Ve,placeholder:tt?"Edit your message...":t,isStreaming:D,disabled:ct,enableFileUpload:a,enableExcelUpload:l,onExcelUpload:Ue,onError:b,customStyles:v,textareaClassName:v.textarea||"",allowEmptySend:!1,inputError:ut})]})]})}var Jh=1,nk=.9,rk=.8,ok=.17,Cl=.1,Tl=.999,sk=.9999,ik=.99,ak=/[\\\/_+.#"@\[\(\{&]/,lk=/[\\\/_+.#"@\[\(\{&]/g,ck=/[\s-]/,Zh=/[\s-]/g;function kl(e,t,n,r,o,s,i){if(s===t.length)return o===e.length?Jh:ik;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=kl(e,t,n,r,c+1,s+1,i),p>d&&(c===o?p*=Jh:ak.test(e.charAt(c-1))?(p*=rk,f=e.slice(o,c-1).match(lk),f&&o>0&&(p*=Math.pow(Tl,f.length))):ck.test(e.charAt(c-1))?(p*=nk,v=e.slice(o,c-1).match(Zh),v&&o>0&&(p*=Math.pow(Tl,v.length))):(p*=ok,o>0&&(p*=Math.pow(Tl,c-o))),e.charAt(c)!==t.charAt(s)&&(p*=sk)),(p<Cl&&n.charAt(c-1)===r.charAt(s+1)||r.charAt(s+1)===r.charAt(s)&&n.charAt(c-1)!==r.charAt(s))&&(m=kl(e,t,n,r,c+1,s+2,i),m*Cl>p&&(p=m*Cl)),p>d&&(d=p),c=n.indexOf(l,c+1);return i[a]=d,d}function Qh(e){return e.toLowerCase().replace(Zh," ")}function uk(e,t,n){return e=n&&n.length>0?`${e+" "+n.join(" ")}`:e,kl(e,t,Qh(e),Qh(t),0,0,{})}var _o='[cmdk-group=""]',El='[cmdk-group-items=""]',dk='[cmdk-group-heading=""]',em='[cmdk-item=""]',tm=`${em}:not([aria-disabled="true"])`,Il="cmdk-item-select",Br="data-value",fk=(e,t,n)=>uk(e,t,n),nm=h.createContext(void 0),Ro=()=>h.useContext(nm),rm=h.createContext(void 0),Nl=()=>h.useContext(rm),om=h.createContext(void 0),sm=h.forwardRef((e,t)=>{let n=zr(()=>{var R,q;return{search:"",value:(q=(R=e.value)!=null?R:e.defaultValue)!=null?q:"",selectedItemId:void 0,filtered:{count:0,items:new Map,groups:new Set}}}),r=zr(()=>new Set),o=zr(()=>new Map),s=zr(()=>new Map),i=zr(()=>new Set),a=im(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=Ck();pr(()=>{if(d!==void 0){let R=d.trim();n.current.value=R,E.emit()}},[d]),pr(()=>{T(6,Y)},[]);let E=h.useMemo(()=>({subscribe:R=>(i.current.add(R),()=>i.current.delete(R)),snapshot:()=>n.current,setState:(R,q,j)=>{var B,Q,M,O;if(!Object.is(n.current[R],q)){if(n.current[R]=q,R==="search")H(),$(),T(1,L);else if(R==="value"){if(document.activeElement.hasAttribute("cmdk-input")||document.activeElement.hasAttribute("cmdk-root")){let F=document.getElementById(k);F?F.focus():(B=document.getElementById(b))==null||B.focus()}if(T(7,()=>{var F;n.current.selectedItemId=(F=_())==null?void 0:F.id,E.emit()}),j||T(5,Y),((Q=a.current)==null?void 0:Q.value)!==void 0){let F=q??"";(O=(M=a.current).onValueChange)==null||O.call(M,F);return}}E.emit()}},emit:()=>{i.current.forEach(R=>R())}}),[]),A=h.useMemo(()=>({value:(R,q,j)=>{var B;q!==((B=s.current.get(R))==null?void 0:B.value)&&(s.current.set(R,{value:q,keywords:j}),n.current.filtered.items.set(R,P(q,j)),T(2,()=>{$(),E.emit()}))},item:(R,q)=>(r.current.add(R),q&&(o.current.has(q)?o.current.get(q).add(R):o.current.set(q,new Set([R]))),T(3,()=>{H(),$(),n.current.value||L(),E.emit()}),()=>{s.current.delete(R),r.current.delete(R),n.current.filtered.items.delete(R);let j=_();T(4,()=>{H(),(j==null?void 0:j.getAttribute("id"))===R&&L(),E.emit()})}),group:R=>(o.current.has(R)||o.current.set(R,new Set),()=>{s.current.delete(R),o.current.delete(R)}),filter:()=>a.current.shouldFilter,label:l||e["aria-label"],getDisablePointerSelection:()=>a.current.disablePointerSelection,listId:b,inputId:k,labelId:C,listInnerRef:S}),[]);function P(R,q){var j,B;let Q=(B=(j=a.current)==null?void 0:j.filter)!=null?B:fk;return R?Q(R,n.current.search,q):0}function $(){if(!n.current.search||a.current.shouldFilter===!1)return;let R=n.current.filtered.items,q=[];n.current.filtered.groups.forEach(B=>{let Q=o.current.get(B),M=0;Q.forEach(O=>{let F=R.get(O);M=Math.max(F,M)}),q.push([B,M])});let j=S.current;V().sort((B,Q)=>{var M,O;let F=B.getAttribute("id"),J=Q.getAttribute("id");return((M=R.get(J))!=null?M:0)-((O=R.get(F))!=null?O:0)}).forEach(B=>{let Q=B.closest(El);Q?Q.appendChild(B.parentElement===Q?B:B.closest(`${El} > *`)):j.appendChild(B.parentElement===j?B:B.closest(`${El} > *`))}),q.sort((B,Q)=>Q[1]-B[1]).forEach(B=>{var Q;let M=(Q=S.current)==null?void 0:Q.querySelector(`${_o}[${Br}="${encodeURIComponent(B[0])}"]`);M==null||M.parentElement.appendChild(M)})}function L(){let R=V().find(j=>j.getAttribute("aria-disabled")!=="true"),q=R==null?void 0:R.getAttribute(Br);E.setState("value",q||void 0)}function H(){var R,q,j,B;if(!n.current.search||a.current.shouldFilter===!1){n.current.filtered.count=r.current.size;return}n.current.filtered.groups=new Set;let Q=0;for(let M of r.current){let O=(q=(R=s.current.get(M))==null?void 0:R.value)!=null?q:"",F=(B=(j=s.current.get(M))==null?void 0:j.keywords)!=null?B:[],J=P(O,F);n.current.filtered.items.set(M,J),J>0&&Q++}for(let[M,O]of o.current)for(let F of O)if(n.current.filtered.items.get(F)>0){n.current.filtered.groups.add(M);break}n.current.filtered.count=Q}function Y(){var R,q,j;let B=_();B&&(((R=B.parentElement)==null?void 0:R.firstChild)===B&&((j=(q=B.closest(_o))==null?void 0:q.querySelector(dk))==null||j.scrollIntoView({block:"nearest"})),B.scrollIntoView({block:"nearest"}))}function _(){var R;return(R=S.current)==null?void 0:R.querySelector(`${em}[aria-selected="true"]`)}function V(){var R;return Array.from(((R=S.current)==null?void 0:R.querySelectorAll(tm))||[])}function G(R){let q=V()[R];q&&E.setState("value",q.getAttribute(Br))}function W(R){var q;let j=_(),B=V(),Q=B.findIndex(O=>O===j),M=B[Q+R];(q=a.current)!=null&&q.loop&&(M=Q+R<0?B[B.length-1]:Q+R===B.length?B[0]:B[Q+R]),M&&E.setState("value",M.getAttribute(Br))}function D(R){let q=_(),j=q==null?void 0:q.closest(_o),B;for(;j&&!B;)j=R>0?yk(j,_o):Sk(j,_o),B=j==null?void 0:j.querySelector(tm);B?E.setState("value",B.getAttribute(Br)):W(R)}let I=()=>G(V().length-1),U=R=>{R.preventDefault(),R.metaKey?I():R.altKey?D(1):W(1)},Z=R=>{R.preventDefault(),R.metaKey?G(0):R.altKey?D(-1):W(-1)};return h.createElement(pe.div,{ref:t,tabIndex:-1,...y,"cmdk-root":"",onKeyDown:R=>{var q;(q=y.onKeyDown)==null||q.call(y,R);let j=R.nativeEvent.isComposing||R.keyCode===229;if(!(R.defaultPrevented||j))switch(R.key){case"n":case"j":{x&&R.ctrlKey&&U(R);break}case"ArrowDown":{U(R);break}case"p":case"k":{x&&R.ctrlKey&&Z(R);break}case"ArrowUp":{Z(R);break}case"Home":{R.preventDefault(),G(0);break}case"End":{R.preventDefault(),I();break}case"Enter":{R.preventDefault();let B=_();if(B){let Q=new Event(Il);B.dispatchEvent(Q)}}}}},h.createElement("label",{"cmdk-label":"",htmlFor:A.inputId,id:A.labelId,style:kk},l),ri(e,R=>h.createElement(rm.Provider,{value:E},h.createElement(nm.Provider,{value:A},R))))}),pk=h.forwardRef((e,t)=>{var n,r;let o=_t(),s=h.useRef(null),i=h.useContext(om),a=Ro(),l=im(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=am(o,s,[e.value,e.children,s],e.keywords),p=Nl(),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(Il,v),()=>T.removeEventListener(Il,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(pe.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)}),hk=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=Ro(),p=Kn(f=>o||d.filter()===!1?!0:f.search?f.filtered.groups.has(i):!0);pr(()=>d.group(i),[]),am(i,a,[e.value,e.heading,l]);let m=h.useMemo(()=>({id:i,forceMount:o}),[o]);return h.createElement(pe.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),ri(e,f=>h.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":n?c:void 0},h.createElement(om.Provider,{value:m},f))))}),mk=h.forwardRef((e,t)=>{let{alwaysRender:n,...r}=e,o=h.useRef(null),s=Kn(i=>!i.search);return!n&&!s?null:h.createElement(pe.div,{ref:Mn(o,t),...r,"cmdk-separator":"",role:"separator"})}),gk=h.forwardRef((e,t)=>{let{onValueChange:n,...r}=e,o=e.value!=null,s=Nl(),i=Kn(c=>c.search),a=Kn(c=>c.selectedItemId),l=Ro();return h.useEffect(()=>{e.value!=null&&s.setState("search",e.value)},[e.value]),h.createElement(pe.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)}})}),xk=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=Ro();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(pe.div,{ref:Mn(s,t),...o,"cmdk-list":"",role:"listbox",tabIndex:-1,"aria-activedescendant":a,"aria-label":r,id:l.listId},ri(e,c=>h.createElement("div",{ref:Mn(i,l.listInnerRef),"cmdk-list-sizer":""},c)))}),vk=h.forwardRef((e,t)=>{let{open:n,onOpenChange:r,overlayClassName:o,contentClassName:s,container:i,...a}=e;return h.createElement(al,{open:n,onOpenChange:r},h.createElement(ll,{container:i},h.createElement(No,{"cmdk-overlay":"",className:o}),h.createElement(Ao,{"aria-label":e.label,"cmdk-dialog":"",className:s},h.createElement(sm,{ref:t,...a}))))}),wk=h.forwardRef((e,t)=>Kn(n=>n.filtered.count===0)?h.createElement(pe.div,{ref:t,...e,"cmdk-empty":"",role:"presentation"}):null),bk=h.forwardRef((e,t)=>{let{progress:n,children:r,label:o="Loading...",...s}=e;return h.createElement(pe.div,{ref:t,...s,"cmdk-loading":"",role:"progressbar","aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":o},ri(e,i=>h.createElement("div",{"aria-hidden":!0},i)))}),Wt=Object.assign(sm,{List:xk,Item:pk,Input:gk,Group:hk,Separator:mk,Dialog:vk,Empty:wk,Loading:bk});function yk(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function Sk(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function im(e){let t=h.useRef(e);return pr(()=>{t.current=e}),t}var pr=typeof window>"u"?h.useEffect:h.useLayoutEffect;function zr(e){let t=h.useRef();return t.current===void 0&&(t.current=e()),t}function Kn(e){let t=Nl(),n=()=>e(t.snapshot());return h.useSyncExternalStore(t.subscribe,n,n)}function am(e,t,n,r=[]){let o=h.useRef(),s=Ro();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(Br,a),o.current=a}),o}var Ck=()=>{let[e,t]=h.useState(),n=zr(()=>new Map);return pr(()=>{n.current.forEach(r=>r()),n.current=new Map},[e]),(r,o)=>{n.current.set(r,o),t({})}};function Tk(e){let t=e.type;return typeof t=="function"?t(e.props):"render"in t?t.render(e.props):e}function ri({asChild:e,children:t},n){return e&&h.isValidElement(t)?h.cloneElement(Tk(t),{ref:t.ref},n(t.props.children)):n(t)}var kk={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const Al=h.forwardRef(({className:e,...t},n)=>u.jsx(Wt,{ref:n,className:ne("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",e),...t}));Al.displayName=Wt.displayName;const Pl=h.forwardRef(({className:e,...t},n)=>u.jsxs("div",{className:"flex items-center border-b px-3","cmdk-input-wrapper":"",children:[u.jsx(le.Search,{className:"mr-2 h-4 w-4 shrink-0 opacity-50"}),u.jsx(Wt.Input,{ref:n,className:ne("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})]}));Pl.displayName=Wt.Input.displayName;const jl=h.forwardRef(({className:e,...t},n)=>u.jsx(Wt.List,{ref:n,className:ne("max-h-[300px] overflow-y-auto overflow-x-hidden",e),...t}));jl.displayName=Wt.List.displayName;const _l=h.forwardRef((e,t)=>u.jsx(Wt.Empty,{ref:t,className:"py-6 text-center text-sm",...e}));_l.displayName=Wt.Empty.displayName;const Rl=h.forwardRef(({className:e,...t},n)=>u.jsx(Wt.Group,{ref:n,className:ne("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}));Rl.displayName=Wt.Group.displayName;const Ek=h.forwardRef(({className:e,...t},n)=>u.jsx(Wt.Separator,{ref:n,className:ne("-mx-1 h-px bg-border",e),...t}));Ek.displayName=Wt.Separator.displayName;const Ml=h.forwardRef(({className:e,...t},n)=>u.jsx(Wt.Item,{ref:n,className:ne("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}));Ml.displayName=Wt.Item.displayName;function Ol(e,[t,n]){return Math.min(n,Math.max(t,e))}function Ik(e,t){return h.useReducer((n,r)=>t[n][r]??n,e)}var Dl="ScrollArea",[lm,WN]=cn(Dl),[Nk,on]=lm(Dl),cm=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,A]=h.useState(!1),P=je(t,L=>l(L)),$=ts(o);return u.jsx(Nk,{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:A,onCornerWidthChange:b,onCornerHeightChange:k,children:u.jsx(pe.div,{dir:$,...i,ref:P,style:{position:"relative","--radix-scroll-area-corner-width":y+"px","--radix-scroll-area-corner-height":C+"px",...e.style}})})});cm.displayName=Dl;var um="ScrollAreaViewport",dm=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,children:r,nonce:o,...s}=e,i=on(um,n),a=h.useRef(null),l=je(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(pe.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})})]})});dm.displayName=um;var In="ScrollAreaScrollbar",Ll=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=on(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(Ak,{...r,ref:t,forceMount:n}):o.type==="scroll"?u.jsx(Pk,{...r,ref:t,forceMount:n}):o.type==="auto"?u.jsx(fm,{...r,ref:t,forceMount:n}):o.type==="always"?u.jsx($l,{...r,ref:t}):null});Ll.displayName=In;var Ak=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=on(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(Ht,{present:n||s,children:u.jsx(fm,{"data-state":s?"visible":"hidden",...r,ref:t})})}),Pk=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=on(In,e.__scopeScrollArea),s=e.orientation==="horizontal",i=ai(()=>l("SCROLL_END"),100),[a,l]=Ik("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(Ht,{present:n||a!=="hidden",children:u.jsx($l,{"data-state":a==="hidden"?"hidden":"visible",...r,ref:t,onPointerEnter:ie(e.onPointerEnter,()=>l("POINTER_ENTER")),onPointerLeave:ie(e.onPointerLeave,()=>l("POINTER_LEAVE"))})})}),fm=h.forwardRef((e,t)=>{const n=on(In,e.__scopeScrollArea),{forceMount:r,...o}=e,[s,i]=h.useState(!1),a=e.orientation==="horizontal",l=ai(()=>{if(n.viewport){const c=n.viewport.offsetWidth<n.viewport.scrollWidth,d=n.viewport.offsetHeight<n.viewport.scrollHeight;i(a?c:d)}},10);return Hr(n.viewport,l),Hr(n.content,l),u.jsx(Ht,{present:r||s,children:u.jsx($l,{"data-state":s?"visible":"hidden",...o,ref:t})})}),$l=h.forwardRef((e,t)=>{const{orientation:n="vertical",...r}=e,o=on(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=xm(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 Dk(m,i.current,a,f)}return n==="horizontal"?u.jsx(jk,{...d,ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const m=o.viewport.scrollLeft,f=vm(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(_k,{...d,ref:t,onThumbPositionChange:()=>{if(o.viewport&&s.current){const m=o.viewport.scrollTop,f=vm(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}),jk=h.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=on(In,e.__scopeScrollArea),[i,a]=h.useState(),l=h.useRef(null),c=je(t,l,s.onScrollbarXChange);return h.useEffect(()=>{l.current&&a(getComputedStyle(l.current))},[l]),u.jsx(hm,{"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":ii(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),bm(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:si(i.paddingLeft),paddingEnd:si(i.paddingRight)}})}})}),_k=h.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,s=on(In,e.__scopeScrollArea),[i,a]=h.useState(),l=h.useRef(null),c=je(t,l,s.onScrollbarYChange);return h.useEffect(()=>{l.current&&a(getComputedStyle(l.current))},[l]),u.jsx(hm,{"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":ii(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),bm(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:si(i.paddingTop),paddingEnd:si(i.paddingBottom)}})}})}),[Rk,pm]=lm(In),hm=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=on(In,n),[v,g]=h.useState(null),x=je(t,P=>g(P)),y=h.useRef(null),b=h.useRef(""),C=f.viewport,k=r.content-r.viewport,S=ht(d),T=ht(l),E=ai(p,10);function A(P){if(y.current){const $=P.clientX-y.current.left,L=P.clientY-y.current.top;c({x:$,y:L})}}return h.useEffect(()=>{const P=$=>{const L=$.target;(v==null?void 0:v.contains(L))&&S($,k)};return document.addEventListener("wheel",P,{passive:!1}),()=>document.removeEventListener("wheel",P,{passive:!1})},[C,v,k,S]),h.useEffect(T,[r,T]),Hr(v,E),Hr(f.content,E),u.jsx(Rk,{scope:n,scrollbar:v,hasThumb:o,onThumbChange:ht(s),onThumbPointerUp:ht(i),onThumbPositionChange:T,onThumbPointerDown:ht(a),children:u.jsx(pe.div,{...m,ref:x,style:{position:"absolute",...m.style},onPointerDown:ie(e.onPointerDown,P=>{P.button===0&&(P.target.setPointerCapture(P.pointerId),y.current=v.getBoundingClientRect(),b.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",f.viewport&&(f.viewport.style.scrollBehavior="auto"),A(P))}),onPointerMove:ie(e.onPointerMove,A),onPointerUp:ie(e.onPointerUp,P=>{const $=P.target;$.hasPointerCapture(P.pointerId)&&$.releasePointerCapture(P.pointerId),document.body.style.webkitUserSelect=b.current,f.viewport&&(f.viewport.style.scrollBehavior=""),y.current=null})})})}),oi="ScrollAreaThumb",mm=h.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=pm(oi,e.__scopeScrollArea);return u.jsx(Ht,{present:n||o.hasThumb,children:u.jsx(Mk,{ref:t,...r})})}),Mk=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,style:r,...o}=e,s=on(oi,n),i=pm(oi,n),{onThumbPositionChange:a}=i,l=je(t,p=>i.onThumbChange(p)),c=h.useRef(void 0),d=ai(()=>{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=Lk(p,a);c.current=f,a()}};return a(),p.addEventListener("scroll",m),()=>p.removeEventListener("scroll",m)}},[s.viewport,d,a]),u.jsx(pe.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)})});mm.displayName=oi;var Fl="ScrollAreaCorner",gm=h.forwardRef((e,t)=>{const n=on(Fl,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?u.jsx(Ok,{...e,ref:t}):null});gm.displayName=Fl;var Ok=h.forwardRef((e,t)=>{const{__scopeScrollArea:n,...r}=e,o=on(Fl,n),[s,i]=h.useState(0),[a,l]=h.useState(0),c=!!(s&&a);return Hr(o.scrollbarX,()=>{var p;const d=((p=o.scrollbarX)==null?void 0:p.offsetHeight)||0;o.onCornerHeightChange(d),l(d)}),Hr(o.scrollbarY,()=>{var p;const d=((p=o.scrollbarY)==null?void 0:p.offsetWidth)||0;o.onCornerWidthChange(d),i(d)}),c?u.jsx(pe.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 si(e){return e?parseInt(e,10):0}function xm(e,t){const n=e/t;return isNaN(n)?0:n}function ii(e){const t=xm(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function Dk(e,t,n,r="ltr"){const o=ii(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 wm([l,c],p)(e)}function vm(e,t,n="ltr"){const r=ii(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=Ol(e,l);return wm([0,i],[0,a])(c)}function wm(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 bm(e,t){return e>0&&e<t}var Lk=(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 ai(e,t){const n=ht(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 Hr(e,t){const n=ht(t);Et(()=>{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 ym=cm,$k=dm,Fk=gm;const Bl=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(ym,{ref:r,className:ne("relative overflow-hidden",e),...n,children:[u.jsx($k,{className:"h-full w-full rounded-[inherit] overflow-auto",children:t}),u.jsx(Sm,{}),u.jsx(Fk,{})]}));Bl.displayName=ym.displayName;const Sm=h.forwardRef(({className:e,orientation:t="vertical",...n},r)=>u.jsx(Ll,{ref:r,orientation:t,className:ne("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(mm,{className:"relative flex-1 rounded-full bg-border"})}));Sm.displayName=Ll.displayName;const zl=h.forwardRef(({className:e,type:t,...n},r)=>u.jsx("input",{type:t,className:ne("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}));zl.displayName="Input";const Bk="group relative p-3 rounded-lg cursor-pointer transition-colors border text-gray-900 dark:text-slate-100",zk="bg-slate-700 border-slate-600 hover:bg-slate-600",Hk="bg-slate-600 border-slate-500";function Cm({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??Hk}`:`${x??zk}`,k=S=>{S.stopPropagation(),o(e.threadId)};return u.jsxs("div",{onClick:k,className:`${Bk} ${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(zl,{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(Ye,{variant:"ghost",size:"sm",onClick:()=>a(e.threadId),className:"h-6 w-6 p-0",children:u.jsx(le.Check,{size:12})}),u.jsx(Ye,{variant:"ghost",size:"sm",onClick:l,className:"h-6 w-6 p-0",children:u.jsx(le.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(le.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(Is,{children:[u.jsx(Ns,{asChild:!0,children:u.jsx(Ye,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0",children:u.jsx(le.MoreHorizontal,{size:12})})}),u.jsxs(xo,{align:"end",sideOffset:6,className:"w-44",children:[u.jsxs(Fn,{onClick:S=>{S.preventDefault(),c(e.threadId)},children:[u.jsx(le.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(le.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(le.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 Tm=25,km="thread-manager-view",Uk=e=>e==="default"||e==="shared",Wk=()=>{if(typeof window>"u")return null;try{const e=window.localStorage.getItem(km);if(Uk(e))return e}catch{}return null};function Em({defaultView:e}={}){const[t,n]=w.useState(()=>Wk()??e??"default");w.useEffect(()=>{if(!(typeof window>"u"))try{window.localStorage.setItem(km,t)}catch{}},[t]);const r=w.useCallback(o=>{n(o)},[]);return{view:t,setView:r}}const Vk=[{key:"default",label:"My chats"},{key:"shared",label:"Shared with you"}];function li({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:A,isLoadingSharedThreads:P,actions:$,shareInFlight:L,shareStatus:H,clearShareStatus:Y}=yr(),{createThread:_,deleteThread:V,renameThread:G,shareThread:W}=$,{loadThread:D}=oo(),I=i??T,[U,Z]=w.useState(Array.isArray(k)?k:[]),R=w.useRef(U.length>0),q=w.useRef(null),j=w.useRef(0),[B,Q]=w.useState(null),[M,O]=w.useState(""),[F,J]=w.useState(!1),[oe,ae]=w.useState(!1),[Se,we]=w.useState(null),[Re,$e]=w.useState(""),Fe=v&&v.length>0?v:Vk,Ge=Em({defaultView:m}),Je=g??Ge,vt=p??Je.view,ct=w.useCallback(te=>{p||Je.setView(te),f==null||f(te)},[p,f,Je]),tt=Fe.find(te=>te.key===vt)??Fe[0],Oe=te=>{we(te),$e(""),ae(!0)},Ve=()=>{ae(!1),we(null),$e(""),Y()},He=w.useCallback(async te=>{if(!(!Se||L)&&te.id)try{await W(Se,te.id),setTimeout(()=>Ve(),600)}catch(xe){console.error("Failed to share thread:",xe)}},[Ve,L,Se,W]),Te=w.useMemo(()=>{const te=y??[],xe=Re.trim().toLowerCase();return xe?C?te.filter(nt=>C(nt,xe)):te.filter(nt=>`${nt.label} ${nt.secondaryLabel??""}`.toLowerCase().includes(xe)):te},[y,Re,C]),Ae=vt==="shared",ut=Ae?S:U,dt=Ae?P:A,it=Ae?"No shared conversations yet":"No conversations yet",At=te=>{const xe=te.sharedAt?` • ${Ie(te.sharedAt)}`:"";return`Shared by ${te.sharedByUserId}${xe}`},St=te=>"sharedByUserId"in te;w.useEffect(()=>{const te=Array.isArray(k)?k:[];if(te.length>0){R.current=!0,Z(te);return}A||(R.current=!1,Z(te))},[k,A]),w.useEffect(()=>{if(!q.current)return;const te=q.current.querySelector("[data-radix-scroll-area-viewport]");if(!te)return;let xe=null,nt=null;return xe=requestAnimationFrame(()=>{nt=requestAnimationFrame(()=>{te.scrollTop=j.current})}),()=>{xe!==null&&cancelAnimationFrame(xe),nt!==null&&cancelAnimationFrame(nt)}},[U]);const ft=async te=>{try{E(te),await D(te),a==null||a(te),l==null||l(te)}catch(xe){console.error("Failed to select thread:",xe)}},Ct=async()=>{try{J(!0);const te=await _();te&&(c==null||c(te),a==null||a(te))}catch(te){console.error("Failed to create thread:",te)}finally{J(!1)}},Tt=async(te,xe)=>{if(xe.stopPropagation(),!!confirm("Delete this thread?")){if(q.current){const nt=q.current.querySelector("[data-radix-scroll-area-viewport]");nt&&(j.current=nt.scrollTop)}try{await V(te),d==null||d(te)}catch(nt){console.error("Failed to delete thread:",nt)}}},It=(te,xe)=>{xe.stopPropagation(),Q(te.threadId),O(te.title||`Thread ${te.threadId.slice(0,8)}`)},en=async te=>{if(M.trim())try{await G(te,M.trim()),Q(null),O("")}catch(xe){console.error("Failed to update title:",xe)}},kt=()=>{Q(null),O("")},Ie=te=>{if(!te)return"";try{const xe=new Date(te),me=new Date().getTime()-xe.getTime(),Ne=Math.floor(me/(1e3*60*60*24));return Ne===0?xe.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):Ne===1?"Yesterday":Ne<7?`${Ne} days ago`:xe.toLocaleDateString()}catch{return""}},Ke=te=>te.title||`Thread ${te.threadId.slice(0,8)}`,Nt=te=>{const xe=Ke(te);return xe.length<=Tm?xe:`${xe.slice(0,Tm)}...`};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(Ye,{onClick:Ct,disabled:F||A,className:s.createButton||"px-3 py-2 gap-1",size:"sm",variant:"ghost",title:F?"Creating...":"New Chat",children:[u.jsx(le.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(Is,{children:[u.jsx(Ns,{asChild:!0,children:u.jsx(Ye,{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:tt.label})}),u.jsx(xo,{align:"start",sideOffset:6,className:"w-40",children:Fe.map(te=>u.jsxs(Fn,{className:"justify-between text-[12px]",onClick:xe=>{xe.preventDefault(),ct(te.key)},children:[u.jsx("span",{children:te.label}),vt===te.key&&u.jsx(le.Check,{className:"h-3 w-3"})]},te.key))})]})]})]}),u.jsx(Bl,{ref:q,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:dt?u.jsxs("div",{className:"flex flex-col items-center justify-center gap-2 py-8 text-slate-400",children:[u.jsx(le.Loader2,{className:"h-5 w-5 animate-spin"}),u.jsx("span",{className:"text-sm",children:"Loading threads…"})]}):ut.length===0?u.jsxs("div",{className:"text-center py-8 text-slate-400",children:[u.jsx(le.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:it})]}):ut.slice().sort((te,xe)=>new Date(xe.updatedAt||xe.createdAt||"").getTime()-new Date(te.updatedAt||te.createdAt||"").getTime()).map(te=>u.jsx(Cm,{thread:te,isActive:I===te.threadId,editingThreadId:B,editingTitle:M,onSelect:ft,onStartEditing:It,onEditingTitleChange:xe=>O(xe),onSaveEditing:en,onCancelEditing:kt,onShare:()=>Oe(te.threadId),onDelete:Tt,showEditTitle:r,showDeleteButton:n,formatDate:Ie,getDisplayThreadTitle:Nt,secondaryLine:Ae&&St(te)?At(te):void 0,itemClassName:s.threadItem,activeItemClassName:s.activeThread},te.threadId))})}),u.jsx(cl,{open:oe,onOpenChange:te=>!te&&Ve(),children:u.jsxs(Vs,{className:"max-w-md p-0",children:[u.jsx(Ks,{children:u.jsx(qs,{children:"Share thread"})}),u.jsxs(Al,{children:[u.jsx(Pl,{autoFocus:!0,value:Re,onValueChange:te=>$e(te),placeholder:"Search for recipients..."}),u.jsxs(jl,{children:[H&&u.jsxs("div",{className:"flex items-center gap-2 px-3 py-2 text-xs text-muted-foreground",children:[L&&u.jsx(le.Loader2,{className:"h-3 w-3 animate-spin"}),u.jsx("span",{className:H.startsWith("Failed")?"text-red-500":H.startsWith("Shared")?"text-emerald-500":"text-slate-600 dark:text-slate-400",children:H})]}),u.jsx(_l,{children:b?u.jsxs("span",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[u.jsx(le.Loader2,{className:"h-4 w-4 animate-spin"}),"Loading recipients…"]}):"No matching recipients found"}),Te.length>0&&u.jsx(Rl,{heading:"Recipients",children:Te.map(te=>u.jsx(Ml,{onSelect:()=>He(te),children:u.jsxs("div",{className:"flex flex-col items-start text-sm",children:[u.jsx("span",{className:"font-medium",children:te.label}),te.secondaryLabel&&u.jsx("span",{className:"text-xs text-muted-foreground",children:te.secondaryLabel})]})},te.id))})]})]})]})})]})}function Kk({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(Tr,{...s,onThreadChange:l,children:u.jsx("div",{className:`${i(t)} flex flex-col overflow-hidden ${r} ${o.container||""}`,style:a(t),children:u.jsx(Fr,{className:"flex-1",onError:s.onError,enableFileUpload:!0})})}):e==="tabs"?u.jsx(Tr,{...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(li,{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(Fr,{onError:s.onError,enableFileUpload:!0})})]})})}):u.jsx(Tr,{...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(li,{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(Fr,{onError:s.onError,enableFileUpload:!0})})]})})}function qk({apiConfig:e,className:t="",onError:n}){return u.jsx(Tr,{apiConfig:e,onError:n,children:u.jsx("div",{className:`h-full ${t}`,children:u.jsx(Fr,{})})})}function Gk({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(le.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(le.History,{size:14}),"History"]})})]}),u.jsx("div",{className:"flex-1 min-h-0",children:n==="chat"?u.jsx(Fr,{placeholder:e??"Ask Serti AI anything...",autoFocus:!0,className:"h-full",onMessageSent:t}):u.jsx(li,{showCreateButton:!0,className:"h-full",onThreadSelect:()=>r("chat")})})]})}function Yk({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(Tr,{...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(Ye,{variant:"ghost",size:"sm",className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:"Options",children:u.jsx(le.MoreHorizontal,{size:16})}),u.jsx(Ye,{variant:"ghost",size:"sm",className:"text-white hover:bg-white/10 h-8 w-8 p-0",title:"Compose",children:u.jsx(le.Edit3,{size:16})}),u.jsx(Ye,{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(le.Maximize2,{size:14}):u.jsx(le.Minimize2,{size:14})})]})]})}),!a&&u.jsx("div",{className:"h-96 flex flex-col",children:u.jsx(Gk,{placeholder:t,onMessageSent:r})})]})})}):null}function Xk({label:e="New chat",children:t,className:n,variant:r="ghost",size:o="sm",...s}){return u.jsxs(Ye,{variant:r,size:o,className:ne("gap-2 rounded-full px-3 font-semibold transition-all hover:scale-[1.01]",n),...s,children:[u.jsx(le.Edit3,{size:16}),t??e]})}var Jk="Label",Im=h.forwardRef((e,t)=>u.jsx(pe.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())}}));Im.displayName=Jk;var Nm=Im;const Zk=Kr.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),Am=h.forwardRef(({className:e,...t},n)=>u.jsx(Nm,{ref:n,className:ne(Zk(),e),...t}));Am.displayName=Nm.displayName;function Pm(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 jm=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"}),Qk="VisuallyHidden",ci=h.forwardRef((e,t)=>u.jsx(pe.span,{...e,ref:t,style:{...jm,...e.style}}));ci.displayName=Qk;var eE=ci,tE=[" ","Enter","ArrowUp","ArrowDown"],nE=[" ","Enter"],hr="Select",[ui,di,rE]=es(hr),[Ur,VN]=cn(hr,[rE,jr]),fi=jr(),[oE,qn]=Ur(hr),[sE,iE]=Ur(hr),_m=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=fi(t),[x,y]=h.useState(null),[b,C]=h.useState(null),[k,S]=h.useState(!1),T=ts(c),[E,A]=On({prop:r,defaultProp:o??!1,onChange:s,caller:hr}),[P,$]=On({prop:i,defaultProp:a,onChange:l,caller:hr}),L=h.useRef(null),H=x?v||!!x.closest("form"):!0,[Y,_]=h.useState(new Set),V=Array.from(Y).map(G=>G.props.value).join(";");return u.jsx(ha,{...g,children:u.jsxs(oE,{required:f,scope:t,trigger:x,onTriggerChange:y,valueNode:b,onValueNodeChange:C,valueNodeHasChildren:k,onValueNodeHasChildrenChange:S,contentId:_t(),value:P,onValueChange:$,open:E,onOpenChange:A,dir:T,triggerPointerDownPosRef:L,disabled:m,children:[u.jsx(ui.Provider,{scope:t,children:u.jsx(sE,{scope:e.__scopeSelect,onNativeOptionAdd:h.useCallback(G=>{_(W=>new Set(W).add(G))},[]),onNativeOptionRemove:h.useCallback(G=>{_(W=>{const D=new Set(W);return D.delete(G),D})},[]),children:n})}),H?u.jsxs(ng,{"aria-hidden":!0,required:f,tabIndex:-1,name:d,autoComplete:p,value:P,onChange:G=>$(G.target.value),disabled:m,form:v,children:[P===void 0?u.jsx("option",{value:""}):null,Array.from(Y)]},V):null]})})};_m.displayName=hr;var Rm="SelectTrigger",Mm=h.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:r=!1,...o}=e,s=fi(n),i=qn(Rm,n),a=i.disabled||r,l=je(t,i.onTriggerChange),c=di(n),d=h.useRef("touch"),[p,m,f]=og(g=>{const x=c().filter(C=>!C.disabled),y=x.find(C=>C.value===i.value),b=sg(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(ma,{asChild:!0,...s,children:u.jsx(pe.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":rg(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===" ")&&tE.includes(g.key)&&(v(),g.preventDefault())})})})});Mm.displayName=Rm;var Om="SelectValue",Dm=h.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,children:s,placeholder:i="",...a}=e,l=qn(Om,n),{onValueNodeHasChildrenChange:c}=l,d=s!==void 0,p=je(t,l.onValueNodeChange);return Et(()=>{c(d)},[c,d]),u.jsx(pe.span,{...a,ref:p,style:{pointerEvents:"none"},children:rg(l.value)?u.jsx(u.Fragment,{children:i}):s})});Dm.displayName=Om;var aE="SelectIcon",Lm=h.forwardRef((e,t)=>{const{__scopeSelect:n,children:r,...o}=e;return u.jsx(pe.span,{"aria-hidden":!0,...o,ref:t,children:r||"▼"})});Lm.displayName=aE;var lE="SelectPortal",$m=e=>u.jsx(co,{asChild:!0,...e});$m.displayName=lE;var mr="SelectContent",Fm=h.forwardRef((e,t)=>{const n=qn(mr,e.__scopeSelect),[r,o]=h.useState();if(Et(()=>{o(new DocumentFragment)},[]),!n.open){const s=r;return s?qr.createPortal(u.jsx(Bm,{scope:e.__scopeSelect,children:u.jsx(ui.Slot,{scope:e.__scopeSelect,children:u.jsx("div",{children:e.children})})}),s):null}return u.jsx(zm,{...e,ref:t})});Fm.displayName=mr;var mn=10,[Bm,Gn]=Ur(mr),cE="SelectContentImpl",uE=qt.createSlot("SelectContent.RemoveScroll"),zm=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=je(t,M=>k(M)),[A,P]=h.useState(null),[$,L]=h.useState(null),H=di(n),[Y,_]=h.useState(!1),V=h.useRef(!1);h.useEffect(()=>{if(C)return ya(C)},[C]),Zi();const G=h.useCallback(M=>{const[O,...F]=H().map(ae=>ae.ref.current),[J]=F.slice(-1),oe=document.activeElement;for(const ae of M)if(ae===oe||(ae==null||ae.scrollIntoView({block:"nearest"}),ae===O&&S&&(S.scrollTop=0),ae===J&&S&&(S.scrollTop=S.scrollHeight),ae==null||ae.focus(),document.activeElement!==oe))return},[H,S]),W=h.useCallback(()=>G([A,C]),[G,A,C]);h.useEffect(()=>{Y&&W()},[Y,W]);const{onOpenChange:D,triggerPointerDownPosRef:I}=b;h.useEffect(()=>{if(C){let M={x:0,y:0};const O=J=>{var oe,ae;M={x:Math.abs(Math.round(J.pageX)-(((oe=I.current)==null?void 0:oe.x)??0)),y:Math.abs(Math.round(J.pageY)-(((ae=I.current)==null?void 0:ae.y)??0))}},F=J=>{M.x<=10&&M.y<=10?J.preventDefault():C.contains(J.target)||D(!1),document.removeEventListener("pointermove",O),I.current=null};return I.current!==null&&(document.addEventListener("pointermove",O),document.addEventListener("pointerup",F,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",O),document.removeEventListener("pointerup",F,{capture:!0})}}},[C,D,I]),h.useEffect(()=>{const M=()=>D(!1);return window.addEventListener("blur",M),window.addEventListener("resize",M),()=>{window.removeEventListener("blur",M),window.removeEventListener("resize",M)}},[D]);const[U,Z]=og(M=>{const O=H().filter(oe=>!oe.disabled),F=O.find(oe=>oe.ref.current===document.activeElement),J=sg(O,M,F);J&&setTimeout(()=>J.ref.current.focus())}),R=h.useCallback((M,O,F)=>{const J=!V.current&&!F;(b.value!==void 0&&b.value===O||J)&&(P(M),J&&(V.current=!0))},[b.value]),q=h.useCallback(()=>C==null?void 0:C.focus(),[C]),j=h.useCallback((M,O,F)=>{const J=!V.current&&!F;(b.value!==void 0&&b.value===O||J)&&L(M)},[b.value]),B=r==="popper"?Hl:Hm,Q=B===Hl?{side:a,sideOffset:l,align:c,alignOffset:d,arrowPadding:p,collisionBoundary:m,collisionPadding:f,sticky:v,hideWhenDetached:g,avoidCollisions:x}:{};return u.jsx(Bm,{scope:n,content:C,viewport:S,onViewportChange:T,itemRefCallback:R,selectedItem:A,onItemLeave:q,itemTextRefCallback:j,focusSelectedItem:W,selectedItemText:$,position:r,isPositioned:Y,searchRef:U,children:u.jsx(ys,{as:uE,allowPinchZoom:!0,children:u.jsx(ns,{asChild:!0,trapped:b.open,onMountAutoFocus:M=>{M.preventDefault()},onUnmountAutoFocus:ie(o,M=>{var O;(O=b.trigger)==null||O.focus({preventScroll:!0}),M.preventDefault()}),children:u.jsx(Er,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:M=>M.preventDefault(),onDismiss:()=>b.onOpenChange(!1),children:u.jsx(B,{role:"listbox",id:b.contentId,"data-state":b.open?"open":"closed",dir:b.dir,onContextMenu:M=>M.preventDefault(),...y,...Q,onPlaced:()=>_(!0),ref:E,style:{display:"flex",flexDirection:"column",outline:"none",...y.style},onKeyDown:ie(y.onKeyDown,M=>{const O=M.ctrlKey||M.altKey||M.metaKey;if(M.key==="Tab"&&M.preventDefault(),!O&&M.key.length===1&&Z(M.key),["ArrowUp","ArrowDown","Home","End"].includes(M.key)){let J=H().filter(oe=>!oe.disabled).map(oe=>oe.ref.current);if(["ArrowUp","End"].includes(M.key)&&(J=J.slice().reverse()),["ArrowUp","ArrowDown"].includes(M.key)){const oe=M.target,ae=J.indexOf(oe);J=J.slice(ae+1)}setTimeout(()=>G(J)),M.preventDefault()}})})})})})})});zm.displayName=cE;var dE="SelectItemAlignedPosition",Hm=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=je(t,E=>d(E)),m=di(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(),A=c.getBoundingClientRect(),P=s.valueNode.getBoundingClientRect(),$=y.getBoundingClientRect();if(s.dir!=="rtl"){const oe=$.left-A.left,ae=P.left-oe,Se=E.left-ae,we=E.width+Se,Re=Math.max(we,A.width),$e=window.innerWidth-mn,Fe=Ol(ae,[mn,Math.max(mn,$e-Re)]);a.style.minWidth=we+"px",a.style.left=Fe+"px"}else{const oe=A.right-$.right,ae=window.innerWidth-P.right-oe,Se=window.innerWidth-E.right-ae,we=E.width+Se,Re=Math.max(we,A.width),$e=window.innerWidth-mn,Fe=Ol(ae,[mn,Math.max(mn,$e-Re)]);a.style.minWidth=we+"px",a.style.right=Fe+"px"}const L=m(),H=window.innerHeight-mn*2,Y=g.scrollHeight,_=window.getComputedStyle(c),V=parseInt(_.borderTopWidth,10),G=parseInt(_.paddingTop,10),W=parseInt(_.borderBottomWidth,10),D=parseInt(_.paddingBottom,10),I=V+G+Y+D+W,U=Math.min(x.offsetHeight*5,I),Z=window.getComputedStyle(g),R=parseInt(Z.paddingTop,10),q=parseInt(Z.paddingBottom,10),j=E.top+E.height/2-mn,B=H-j,Q=x.offsetHeight/2,M=x.offsetTop+Q,O=V+G+M,F=I-O;if(O<=j){const oe=L.length>0&&x===L[L.length-1].ref.current;a.style.bottom="0px";const ae=c.clientHeight-g.offsetTop-g.offsetHeight,Se=Math.max(B,Q+(oe?q:0)+ae+W),we=O+Se;a.style.height=we+"px"}else{const oe=L.length>0&&x===L[0].ref.current;a.style.top="0px";const Se=Math.max(j,V+g.offsetTop+(oe?R:0)+Q)+F;a.style.height=Se+"px",g.scrollTop=O-j+g.offsetTop}a.style.margin=`${mn}px 0`,a.style.minHeight=U+"px",a.style.maxHeight=H+"px",r==null||r(),requestAnimationFrame(()=>f.current=!0)}},[m,s.trigger,s.valueNode,a,c,g,x,y,s.dir,r]);Et(()=>C(),[C]);const[k,S]=h.useState();Et(()=>{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(pE,{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(pe.div,{...o,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...o.style}})})})});Hm.displayName=dE;var fE="SelectPopperPosition",Hl=h.forwardRef((e,t)=>{const{__scopeSelect:n,align:r="start",collisionPadding:o=mn,...s}=e,i=fi(n);return u.jsx(ga,{...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)"}})});Hl.displayName=fE;var[pE,Ul]=Ur(mr,{}),Wl="SelectViewport",Um=h.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:r,...o}=e,s=Gn(Wl,n),i=Ul(Wl,n),a=je(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(ui.Slot,{scope:n,children:u.jsx(pe.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})})})]})});Um.displayName=Wl;var Wm="SelectGroup",[hE,mE]=Ur(Wm),gE=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=_t();return u.jsx(hE,{scope:n,id:o,children:u.jsx(pe.div,{role:"group","aria-labelledby":o,...r,ref:t})})});gE.displayName=Wm;var Vm="SelectLabel",Km=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=mE(Vm,n);return u.jsx(pe.div,{id:o.id,...r,ref:t})});Km.displayName=Vm;var pi="SelectItem",[xE,qm]=Ur(pi),Gm=h.forwardRef((e,t)=>{const{__scopeSelect:n,value:r,disabled:o=!1,textValue:s,...i}=e,a=qn(pi,n),l=Gn(pi,n),c=a.value===r,[d,p]=h.useState(s??""),[m,f]=h.useState(!1),v=je(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(xE,{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(ui.ItemSlot,{scope:n,value:r,disabled:o,textValue:d,children:u.jsx(pe.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===" "||(nE.includes(b.key)&&y(),b.key===" "&&b.preventDefault())})})})})});Gm.displayName=pi;var Mo="SelectItemText",Ym=h.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,...s}=e,i=qn(Mo,n),a=Gn(Mo,n),l=qm(Mo,n),c=iE(Mo,n),[d,p]=h.useState(null),m=je(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 Et(()=>(g(v),()=>x(v)),[g,x,v]),u.jsxs(u.Fragment,{children:[u.jsx(pe.span,{id:l.textId,...s,ref:m}),l.isSelected&&i.valueNode&&!i.valueNodeHasChildren?qr.createPortal(s.children,i.valueNode):null]})});Ym.displayName=Mo;var Xm="SelectItemIndicator",Jm=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return qm(Xm,n).isSelected?u.jsx(pe.span,{"aria-hidden":!0,...r,ref:t}):null});Jm.displayName=Xm;var Vl="SelectScrollUpButton",Zm=h.forwardRef((e,t)=>{const n=Gn(Vl,e.__scopeSelect),r=Ul(Vl,e.__scopeSelect),[o,s]=h.useState(!1),i=je(t,r.onScrollButtonChange);return Et(()=>{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(eg,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop-l.offsetHeight)}}):null});Zm.displayName=Vl;var Kl="SelectScrollDownButton",Qm=h.forwardRef((e,t)=>{const n=Gn(Kl,e.__scopeSelect),r=Ul(Kl,e.__scopeSelect),[o,s]=h.useState(!1),i=je(t,r.onScrollButtonChange);return Et(()=>{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(eg,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop+l.offsetHeight)}}):null});Qm.displayName=Kl;var eg=h.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:r,...o}=e,s=Gn("SelectScrollButton",n),i=h.useRef(null),a=di(n),l=h.useCallback(()=>{i.current!==null&&(window.clearInterval(i.current),i.current=null)},[]);return h.useEffect(()=>()=>l(),[l]),Et(()=>{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(pe.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()})})}),vE="SelectSeparator",tg=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return u.jsx(pe.div,{"aria-hidden":!0,...r,ref:t})});tg.displayName=vE;var ql="SelectArrow",wE=h.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=fi(n),s=qn(ql,n),i=Gn(ql,n);return s.open&&i.position==="popper"?u.jsx(xa,{...o,...r,ref:t}):null});wE.displayName=ql;var bE="SelectBubbleInput",ng=h.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{const o=h.useRef(null),s=je(r,o),i=Pm(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(pe.select,{...n,style:{...jm,...n.style},ref:s,defaultValue:t})});ng.displayName=bE;function rg(e){return e===""||e===void 0}function og(e){const t=ht(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 sg(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=yE(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 yE(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var SE=_m,ig=Mm,CE=Dm,TE=Lm,kE=$m,ag=Fm,EE=Um,lg=Km,cg=Gm,IE=Ym,NE=Jm,ug=Zm,dg=Qm,fg=tg;const AE=SE,PE=CE,pg=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(ig,{ref:r,className:ne("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(TE,{asChild:!0,children:u.jsx(le.ChevronDown,{className:"h-4 w-4 opacity-50"})})]}));pg.displayName=ig.displayName;const hg=h.forwardRef(({className:e,...t},n)=>u.jsx(ug,{ref:n,className:ne("flex cursor-default items-center justify-center py-1",e),...t,children:u.jsx(le.ChevronUp,{className:"h-4 w-4"})}));hg.displayName=ug.displayName;const mg=h.forwardRef(({className:e,...t},n)=>u.jsx(dg,{ref:n,className:ne("flex cursor-default items-center justify-center py-1",e),...t,children:u.jsx(le.ChevronDown,{className:"h-4 w-4"})}));mg.displayName=dg.displayName;const gg=h.forwardRef(({className:e,children:t,position:n="popper",...r},o)=>u.jsx(kE,{children:u.jsxs(ag,{ref:o,className:ne("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(hg,{}),u.jsx(EE,{className:ne("p-1",n==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:t}),u.jsx(mg,{})]})}));gg.displayName=ag.displayName;const jE=h.forwardRef(({className:e,...t},n)=>u.jsx(lg,{ref:n,className:ne("py-1.5 pl-8 pr-2 text-sm font-semibold",e),...t}));jE.displayName=lg.displayName;const xg=h.forwardRef(({className:e,children:t,...n},r)=>u.jsxs(cg,{ref:r,className:ne("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(NE,{children:u.jsx(le.Check,{className:"h-4 w-4"})})}),u.jsx(IE,{children:t})]}));xg.displayName=cg.displayName;const _E=h.forwardRef(({className:e,...t},n)=>u.jsx(fg,{ref:n,className:ne("-mx-1 my-1 h-px bg-muted",e),...t}));_E.displayName=fg.displayName;var RE="Separator",vg="horizontal",ME=["horizontal","vertical"],wg=h.forwardRef((e,t)=>{const{decorative:n,orientation:r=vg,...o}=e,s=OE(r)?r:vg,a=n?{role:"none"}:{"aria-orientation":s==="vertical"?s:void 0,role:"separator"};return u.jsx(pe.div,{"data-orientation":s,...a,...o,ref:t})});wg.displayName=RE;function OE(e){return ME.includes(e)}var bg=wg;const yg=h.forwardRef(({className:e,orientation:t="horizontal",decorative:n=!0,...r},o)=>u.jsx(bg,{ref:o,decorative:n,orientation:t,className:ne("shrink-0 bg-border",t==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",e),...r}));yg.displayName=bg.displayName;var hi="Switch",[DE,KN]=cn(hi),[LE,$E]=DE(hi),Sg=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=je(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:hi});return u.jsxs(LE,{scope:n,checked:y,disabled:a,children:[u.jsx(pe.button,{type:"button",role:"switch","aria-checked":y,"aria-required":i,"data-state":Eg(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(kg,{control:m,bubbles:!g.current,name:r,value:l,checked:y,required:i,disabled:a,form:d,style:{transform:"translateX(-100%)"}})]})});Sg.displayName=hi;var Cg="SwitchThumb",Tg=h.forwardRef((e,t)=>{const{__scopeSwitch:n,...r}=e,o=$E(Cg,n);return u.jsx(pe.span,{"data-state":Eg(o.checked),"data-disabled":o.disabled?"":void 0,...r,ref:t})});Tg.displayName=Cg;var FE="SwitchBubbleInput",kg=h.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:r=!0,...o},s)=>{const i=h.useRef(null),a=je(i,s),l=Pm(n),c=Od(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}})});kg.displayName=FE;function Eg(e){return e?"checked":"unchecked"}var Ig=Sg,BE=Tg;const Ng=h.forwardRef(({className:e,...t},n)=>u.jsx(Ig,{className:ne("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(BE,{className:ne("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")})}));Ng.displayName=Ig.displayName;const zE=al,HE=wT,UE=ll,Ag=h.forwardRef(({className:e,...t},n)=>u.jsx(No,{className:ne("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}));Ag.displayName=No.displayName;const WE=Kr.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"}}),Pg=h.forwardRef(({side:e="right",className:t,children:n,...r},o)=>u.jsxs(UE,{children:[u.jsx(Ag,{}),u.jsxs(Ao,{ref:o,className:ne(WE({side:e}),t),...r,children:[n,u.jsxs(yh,{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(le.X,{className:"h-4 w-4"}),u.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));Pg.displayName=Ao.displayName;const jg=({className:e,...t})=>u.jsx("div",{className:ne("flex flex-col space-y-2 text-center sm:text-left",e),...t});jg.displayName="SheetHeader";const _g=h.forwardRef(({className:e,...t},n)=>u.jsx(ur,{ref:n,className:ne("text-lg font-semibold text-foreground",e),...t}));_g.displayName=ur.displayName;const Rg=h.forwardRef(({className:e,...t},n)=>u.jsx(Ws,{ref:n,className:ne("text-sm text-muted-foreground",e),...t}));Rg.displayName=Ws.displayName;var[mi,qN]=cn("Tooltip",[jr]),gi=jr(),Mg="TooltipProvider",VE=700,Gl="tooltip.open",[KE,Yl]=mi(Mg),Og=e=>{const{__scopeTooltip:t,delayDuration:n=VE,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(KE,{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})};Og.displayName=Mg;var Oo="Tooltip",[qE,xi]=mi(Oo),Dg=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:o,onOpenChange:s,disableHoverableContent:i,delayDuration:a}=e,l=Yl(Oo,e.__scopeTooltip),c=gi(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(Gl))):l.onClose(),s==null||s(E)},caller:Oo}),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(ha,{...c,children:u.jsx(qE,{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})})};Dg.displayName=Oo;var Xl="TooltipTrigger",Lg=h.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=xi(Xl,n),s=Yl(Xl,n),i=gi(n),a=h.useRef(null),l=je(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(ma,{asChild:!0,...i,children:u.jsx(pe.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)})})});Lg.displayName=Xl;var GE="TooltipPortal",[GN,YE]=mi(GE,{forceMount:void 0}),Wr="TooltipContent",$g=h.forwardRef((e,t)=>{const n=YE(Wr,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...s}=e,i=xi(Wr,e.__scopeTooltip);return u.jsx(Ht,{present:r||i.open,children:i.disableHoverableContent?u.jsx(Fg,{side:o,...s,ref:t}):u.jsx(XE,{side:o,...s,ref:t})})}),XE=h.forwardRef((e,t)=>{const n=xi(Wr,e.__scopeTooltip),r=Yl(Wr,e.__scopeTooltip),o=h.useRef(null),s=je(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=tI(y,x.getBoundingClientRect()),C=nI(y,b),k=rI(g.getBoundingClientRect()),S=sI([...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=!oI(y,i);b?m():C&&(m(),c())};return document.addEventListener("pointermove",v),()=>document.removeEventListener("pointermove",v)}},[l,d,i,c,m]),u.jsx(Fg,{...e,ref:s})}),[JE,ZE]=mi(Oo,{isInside:!1}),QE=qt.createSlottable("TooltipContent"),Fg=h.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:s,onPointerDownOutside:i,...a}=e,l=xi(Wr,n),c=gi(n),{onClose:d}=l;return h.useEffect(()=>(document.addEventListener(Gl,d),()=>document.removeEventListener(Gl,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(Er,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:p=>p.preventDefault(),onDismiss:d,children:u.jsxs(ga,{"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(QE,{children:r}),u.jsx(JE,{scope:n,isInside:!0,children:u.jsx(eE,{id:l.contentId,role:"tooltip",children:o||r})})]})})});$g.displayName=Wr;var Bg="TooltipArrow",eI=h.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=gi(n);return ZE(Bg,n).isInside?null:u.jsx(xa,{...o,...r,ref:t})});eI.displayName=Bg;function tI(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 nI(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 rI(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 oI(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 sI(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),iI(t)}function iI(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 aI=Og,lI=Dg,cI=Lg,zg=$g;const uI=aI,dI=lI,fI=cI,Hg=h.forwardRef(({className:e,sideOffset:t=4,...n},r)=>u.jsx(zg,{ref:r,sideOffset:t,className:ne("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}));Hg.displayName=zg.displayName;var Jl="ToastProvider",[Zl,pI,hI]=es("Toast"),[Ug,YN]=cn("Toast",[hI]),[mI,vi]=Ug(Jl),Wg=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 \`${Jl}\`. Expected non-empty \`string\`.`),u.jsx(Zl.Provider,{scope:t,children:u.jsx(mI,{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})})};Wg.displayName=Jl;var Vg="ToastViewport",gI=["F8"],Ql="toast.viewportPause",ec="toast.viewportResume",Kg=h.forwardRef((e,t)=>{const{__scopeToast:n,hotkey:r=gI,label:o="Notifications ({hotkey})",...s}=e,i=vi(Vg,n),a=pI(n),l=h.useRef(null),c=h.useRef(null),d=h.useRef(null),p=h.useRef(null),m=je(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(Ql);y.dispatchEvent(T),i.isClosePausedRef.current=!0}},C=()=>{if(i.isClosePausedRef.current){const T=new CustomEvent(ec);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,...AI(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 A=document.activeElement,P=b.shiftKey;if(b.target===x&&P){(S=c.current)==null||S.focus();return}const H=g({tabbingDirection:P?"backwards":"forwards"}),Y=H.findIndex(_=>_===A);rc(H.slice(Y+1))?b.preventDefault():P?(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(qw,{ref:l,role:"region","aria-label":o.replace("{hotkey}",f),tabIndex:-1,style:{pointerEvents:v?void 0:"none"},children:[v&&u.jsx(tc,{ref:c,onFocusFromOutsideViewport:()=>{const x=g({tabbingDirection:"forwards"});rc(x)}}),u.jsx(Zl.Slot,{scope:n,children:u.jsx(pe.ol,{tabIndex:-1,...s,ref:m})}),v&&u.jsx(tc,{ref:d,onFocusFromOutsideViewport:()=>{const x=g({tabbingDirection:"backwards"});rc(x)}})]})});Kg.displayName=Vg;var qg="ToastFocusProxy",tc=h.forwardRef((e,t)=>{const{__scopeToast:n,onFocusFromOutsideViewport:r,...o}=e,s=vi(qg,n);return u.jsx(ci,{tabIndex:0,...o,ref:t,style:{position:"fixed"},onFocus:i=>{var c;const a=i.relatedTarget;!((c=s.viewport)!=null&&c.contains(a))&&r()}})});tc.displayName=qg;var Do="Toast",xI="toast.swipeStart",vI="toast.swipeMove",wI="toast.swipeCancel",bI="toast.swipeEnd",Gg=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:Do});return u.jsx(Ht,{present:n||a,children:u.jsx(CI,{open:a,...i,ref:t,onClose:()=>l(!1),onPause:ht(e.onPause),onResume:ht(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)})})})});Gg.displayName=Do;var[yI,SI]=Ug(Do,{onClose(){}}),CI=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=vi(Do,n),[x,y]=h.useState(null),b=je(t,_=>y(_)),C=h.useRef(null),k=h.useRef(null),S=o||g.duration,T=h.useRef(0),E=h.useRef(S),A=h.useRef(0),{onToastAdd:P,onToastRemove:$}=g,L=ht(()=>{var V;(x==null?void 0:x.contains(document.activeElement))&&((V=g.viewport)==null||V.focus()),i()}),H=h.useCallback(_=>{!_||_===1/0||(window.clearTimeout(A.current),T.current=new Date().getTime(),A.current=window.setTimeout(L,_))},[L]);h.useEffect(()=>{const _=g.viewport;if(_){const V=()=>{H(E.current),c==null||c()},G=()=>{const W=new Date().getTime()-T.current;E.current=E.current-W,window.clearTimeout(A.current),l==null||l()};return _.addEventListener(Ql,G),_.addEventListener(ec,V),()=>{_.removeEventListener(Ql,G),_.removeEventListener(ec,V)}}},[g.viewport,S,l,c,H]),h.useEffect(()=>{s&&!g.isClosePausedRef.current&&H(S)},[s,S,g.isClosePausedRef,H]),h.useEffect(()=>(P(),()=>$()),[P,$]);const Y=h.useMemo(()=>x?tx(x):null,[x]);return g.viewport?u.jsxs(u.Fragment,{children:[Y&&u.jsx(TI,{__scopeToast:n,role:"status","aria-live":r==="foreground"?"assertive":"polite",children:Y}),u.jsx(yI,{scope:n,onClose:L,children:qr.createPortal(u.jsx(Zl.ItemSlot,{scope:n,children:u.jsx(Kw,{asChild:!0,onEscapeKeyDown:ie(a,()=>{g.isFocusedToastEscapeKeyDownRef.current||L(),g.isFocusedToastEscapeKeyDownRef.current=!1}),children:u.jsx(pe.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,_=>{_.key==="Escape"&&(a==null||a(_.nativeEvent),_.nativeEvent.defaultPrevented||(g.isFocusedToastEscapeKeyDownRef.current=!0,L()))}),onPointerDown:ie(e.onPointerDown,_=>{_.button===0&&(C.current={x:_.clientX,y:_.clientY})}),onPointerMove:ie(e.onPointerMove,_=>{if(!C.current)return;const V=_.clientX-C.current.x,G=_.clientY-C.current.y,W=!!k.current,D=["left","right"].includes(g.swipeDirection),I=["left","up"].includes(g.swipeDirection)?Math.min:Math.max,U=D?I(0,V):0,Z=D?0:I(0,G),R=_.pointerType==="touch"?10:2,q={x:U,y:Z},j={originalEvent:_,delta:q};W?(k.current=q,wi(vI,p,j,{discrete:!1})):nx(q,g.swipeDirection,R)?(k.current=q,wi(xI,d,j,{discrete:!1}),_.target.setPointerCapture(_.pointerId)):(Math.abs(V)>R||Math.abs(G)>R)&&(C.current=null)}),onPointerUp:ie(e.onPointerUp,_=>{const V=k.current,G=_.target;if(G.hasPointerCapture(_.pointerId)&&G.releasePointerCapture(_.pointerId),k.current=null,C.current=null,V){const W=_.currentTarget,D={originalEvent:_,delta:V};nx(V,g.swipeDirection,g.swipeThreshold)?wi(bI,f,D,{discrete:!0}):wi(wI,m,D,{discrete:!0}),W.addEventListener("click",I=>I.preventDefault(),{once:!0})}})})})}),g.viewport)})]}):null}),TI=e=>{const{__scopeToast:t,children:n,...r}=e,o=vi(Do,t),[s,i]=h.useState(!1),[a,l]=h.useState(!1);return II(()=>i(!0)),h.useEffect(()=>{const c=window.setTimeout(()=>l(!0),1e3);return()=>window.clearTimeout(c)},[]),a?null:u.jsx(co,{asChild:!0,children:u.jsx(ci,{...r,children:s&&u.jsxs(u.Fragment,{children:[o.label," ",n]})})})},kI="ToastTitle",Yg=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return u.jsx(pe.div,{...r,ref:t})});Yg.displayName=kI;var EI="ToastDescription",Xg=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return u.jsx(pe.div,{...r,ref:t})});Xg.displayName=EI;var Jg="ToastAction",Zg=h.forwardRef((e,t)=>{const{altText:n,...r}=e;return n.trim()?u.jsx(ex,{altText:n,asChild:!0,children:u.jsx(nc,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${Jg}\`. Expected non-empty \`string\`.`),null)});Zg.displayName=Jg;var Qg="ToastClose",nc=h.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e,o=SI(Qg,n);return u.jsx(ex,{asChild:!0,children:u.jsx(pe.button,{type:"button",...r,ref:t,onClick:ie(e.onClick,o.onClose)})})});nc.displayName=Qg;var ex=h.forwardRef((e,t)=>{const{__scopeToast:n,altText:r,...o}=e;return u.jsx(pe.div,{"data-radix-toast-announce-exclude":"","data-radix-toast-announce-alt":r||void 0,...o,ref:t})});function tx(e){const t=[];return Array.from(e.childNodes).forEach(r=>{if(r.nodeType===r.TEXT_NODE&&r.textContent&&t.push(r.textContent),NI(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(...tx(r))}}),t}function wi(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?Yi(o,s):o.dispatchEvent(s)}var nx=(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 II(e=()=>{}){const t=ht(e);Et(()=>{let n=0,r=0;return n=window.requestAnimationFrame(()=>r=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(n),window.cancelAnimationFrame(r)}},[t])}function NI(e){return e.nodeType===e.ELEMENT_NODE}function AI(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 rc(e){const t=document.activeElement;return e.some(n=>n===t?!0:(n.focus(),document.activeElement!==t))}var PI=Wg,rx=Kg,ox=Gg,sx=Yg,ix=Xg,ax=Zg,lx=nc;const jI=PI,cx=h.forwardRef(({className:e,...t},n)=>u.jsx(rx,{ref:n,className:ne("fixed bottom-0 right-0 z-[100] flex max-h-screen w-full flex-col p-4 md:max-w-[420px]",e),...t}));cx.displayName=rx.displayName;const _I=Kr.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"}}),ux=h.forwardRef(({className:e,variant:t,...n},r)=>u.jsx(ox,{ref:r,className:ne(_I({variant:t}),e),...n}));ux.displayName=ox.displayName;const RI=h.forwardRef(({className:e,...t},n)=>u.jsx(ax,{ref:n,className:ne("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}));RI.displayName=ax.displayName;const dx=h.forwardRef(({className:e,...t},n)=>u.jsx(lx,{ref:n,className:ne("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(le.X,{className:"h-4 w-4"})}));dx.displayName=lx.displayName;const fx=h.forwardRef(({className:e,...t},n)=>u.jsx(sx,{ref:n,className:ne("text-sm font-semibold",e),...t}));fx.displayName=sx.displayName;const px=h.forwardRef(({className:e,...t},n)=>u.jsx(ix,{ref:n,className:ne("text-sm opacity-90",e),...t}));px.displayName=ix.displayName;function MI(){const{toasts:e}=fl();return u.jsxs(jI,{children:[e.map(function({id:t,title:n,description:r,action:o,...s}){return u.jsxs(ux,{...s,children:[u.jsxs("div",{className:"grid gap-1",children:[n&&u.jsx(fx,{children:n}),r&&u.jsx(px,{children:r})]}),o,u.jsx(dx,{})]},t)}),u.jsx(cx,{})]})}var OI=(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{}},DI=h.createContext(void 0),LI={setTheme:e=>{},themes:[]},$I=()=>{var e;return(e=h.useContext(DI))!=null?e:LI};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:`(${OI.toString()})(${d})`}})});var FI=e=>{switch(e){case"success":return HI;case"info":return WI;case"warning":return UI;case"error":return VI;default:return null}},BI=Array(12).fill(0),zI=({visible:e,className:t})=>w.createElement("div",{className:["sonner-loading-wrapper",t].filter(Boolean).join(" "),"data-visible":e},w.createElement("div",{className:"sonner-spinner"},BI.map((n,r)=>w.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${r}`})))),HI=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"})),UI=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"})),WI=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"})),VI=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"})),KI=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"})),qI=()=>{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},oc=1,GI=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:oc++,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(XI(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)||oc++;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}},Vt=new GI,YI=(e,t)=>{let n=(t==null?void 0:t.id)||oc++;return Vt.addToast({title:e,...t,id:n}),n},XI=e=>e&&typeof e=="object"&&"ok"in e&&typeof e.ok=="boolean"&&"status"in e&&typeof e.status=="number",JI=YI,ZI=()=>Vt.toasts,QI=()=>Vt.getActiveToasts();Object.assign(JI,{success:Vt.success,info:Vt.info,warning:Vt.warning,error:Vt.error,custom:Vt.custom,message:Vt.message,promise:Vt.promise,dismiss:Vt.dismiss,loading:Vt.loading},{getHistory:ZI,getToasts:QI});function eN(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))}eN(`: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 bi(e){return e.label!==void 0}var tN=3,nN="32px",rN="16px",hx=4e3,oN=356,sN=14,iN=20,aN=200;function gn(...e){return e.filter(Boolean).join(" ")}function lN(e){let[t,n]=e.split("-"),r=[];return t&&r.push(t),n&&r.push(n),r}var cN=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:A,style:P,cancelButtonStyle:$,actionButtonStyle:L,className:H="",descriptionClassName:Y="",duration:_,position:V,gap:G,loadingIcon:W,expandByDefault:D,classNames:I,icons:U,closeButtonAriaLabel:Z="Close toast",pauseWhenPageIsHidden:R}=e,[q,j]=w.useState(null),[B,Q]=w.useState(null),[M,O]=w.useState(!1),[F,J]=w.useState(!1),[oe,ae]=w.useState(!1),[Se,we]=w.useState(!1),[Re,$e]=w.useState(!1),[Fe,Ge]=w.useState(0),[Je,vt]=w.useState(0),ct=w.useRef(f.duration||_||hx),tt=w.useRef(null),Oe=w.useRef(null),Ve=C===0,He=C+1<=y,Te=f.type,Ae=f.dismissible!==!1,ut=f.className||"",dt=f.descriptionClassName||"",it=w.useMemo(()=>b.findIndex(me=>me.toastId===f.id)||0,[b,f.id]),At=w.useMemo(()=>{var me;return(me=f.closeButton)!=null?me:A},[f.closeButton,A]),St=w.useMemo(()=>f.duration||_||hx,[f.duration,_]),ft=w.useRef(0),Ct=w.useRef(0),Tt=w.useRef(0),It=w.useRef(null),[en,kt]=V.split("-"),Ie=w.useMemo(()=>b.reduce((me,Ne,Ue)=>Ue>=it?me:me+Ne.height,0),[b,it]),Ke=qI(),Nt=f.invert||m,te=Te==="loading";Ct.current=w.useMemo(()=>it*G+Ie,[it,Ie]),w.useEffect(()=>{ct.current=St},[St]),w.useEffect(()=>{O(!0)},[]),w.useEffect(()=>{let me=Oe.current;if(me){let Ne=me.getBoundingClientRect().height;return vt(Ne),x(Ue=>[{toastId:f.id,height:Ne,position:f.position},...Ue]),()=>x(Ue=>Ue.filter(at=>at.toastId!==f.id))}},[x,f.id]),w.useLayoutEffect(()=>{if(!M)return;let me=Oe.current,Ne=me.style.height;me.style.height="auto";let Ue=me.getBoundingClientRect().height;me.style.height=Ne,vt(Ue),x(at=>at.find(rt=>rt.toastId===f.id)?at.map(rt=>rt.toastId===f.id?{...rt,height:Ue}:rt):[{toastId:f.id,height:Ue,position:f.position},...at])},[M,f.title,f.description,x,f.id]);let xe=w.useCallback(()=>{J(!0),Ge(Ct.current),x(me=>me.filter(Ne=>Ne.toastId!==f.id)),setTimeout(()=>{T(f)},aN)},[f,T,x,Ct]);w.useEffect(()=>{if(f.promise&&Te==="loading"||f.duration===1/0||f.type==="loading")return;let me;return S||g||R&&Ke?(()=>{if(Tt.current<ft.current){let Ne=new Date().getTime()-ft.current;ct.current=ct.current-Ne}Tt.current=new Date().getTime()})():ct.current!==1/0&&(ft.current=new Date().getTime(),me=setTimeout(()=>{var Ne;(Ne=f.onAutoClose)==null||Ne.call(f,f),xe()},ct.current)),()=>clearTimeout(me)},[S,g,f,Te,R,Ke,xe]),w.useEffect(()=>{f.delete&&xe()},[xe,f.delete]);function nt(){var me,Ne,Ue;return U!=null&&U.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":Te==="loading"},U.loading):W?w.createElement("div",{className:gn(I==null?void 0:I.loader,(Ne=f==null?void 0:f.classNames)==null?void 0:Ne.loader,"sonner-loader"),"data-visible":Te==="loading"},W):w.createElement(zI,{className:gn(I==null?void 0:I.loader,(Ue=f==null?void 0:f.classNames)==null?void 0:Ue.loader),visible:Te==="loading"})}return w.createElement("li",{tabIndex:0,ref:Oe,className:gn(H,ut,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[Te],(n=f==null?void 0:f.classNames)==null?void 0:n[Te]),"data-sonner-toast":"","data-rich-colors":(r=f.richColors)!=null?r:E,"data-styled":!(f.jsx||f.unstyled||v),"data-mounted":M,"data-promise":!!f.promise,"data-swiped":Re,"data-removed":F,"data-visible":He,"data-y-position":en,"data-x-position":kt,"data-index":C,"data-front":Ve,"data-swiping":oe,"data-dismissible":Ae,"data-type":Te,"data-invert":Nt,"data-swipe-out":Se,"data-swipe-direction":B,"data-expanded":!!(S||D&&M),style:{"--index":C,"--toasts-before":C,"--z-index":k.length-C,"--offset":`${F?Fe:Ct.current}px`,"--initial-height":D?"auto":`${Je}px`,...P,...f.style},onDragEnd:()=>{ae(!1),j(null),It.current=null},onPointerDown:me=>{te||!Ae||(tt.current=new Date,Ge(Ct.current),me.target.setPointerCapture(me.pointerId),me.target.tagName!=="BUTTON"&&(ae(!0),It.current={x:me.clientX,y:me.clientY}))},onPointerUp:()=>{var me,Ne,Ue,at;if(Se||!Ae)return;It.current=null;let rt=Number(((me=Oe.current)==null?void 0:me.style.getPropertyValue("--swipe-amount-x").replace("px",""))||0),wt=Number(((Ne=Oe.current)==null?void 0:Ne.style.getPropertyValue("--swipe-amount-y").replace("px",""))||0),Pt=new Date().getTime()-((Ue=tt.current)==null?void 0:Ue.getTime()),de=q==="x"?rt:wt,Pe=Math.abs(de)/Pt;if(Math.abs(de)>=iN||Pe>.11){Ge(Ct.current),(at=f.onDismiss)==null||at.call(f,f),Q(q==="x"?rt>0?"right":"left":wt>0?"down":"up"),xe(),we(!0),$e(!1);return}ae(!1),j(null)},onPointerMove:me=>{var Ne,Ue,at,rt;if(!It.current||!Ae||((Ne=window.getSelection())==null?void 0:Ne.toString().length)>0)return;let wt=me.clientY-It.current.y,Pt=me.clientX-It.current.x,de=(Ue=e.swipeDirections)!=null?Ue:lN(V);!q&&(Math.abs(Pt)>1||Math.abs(wt)>1)&&j(Math.abs(Pt)>Math.abs(wt)?"x":"y");let Pe={x:0,y:0};q==="y"?(de.includes("top")||de.includes("bottom"))&&(de.includes("top")&&wt<0||de.includes("bottom")&&wt>0)&&(Pe.y=wt):q==="x"&&(de.includes("left")||de.includes("right"))&&(de.includes("left")&&Pt<0||de.includes("right")&&Pt>0)&&(Pe.x=Pt),(Math.abs(Pe.x)>0||Math.abs(Pe.y)>0)&&$e(!0),(at=Oe.current)==null||at.style.setProperty("--swipe-amount-x",`${Pe.x}px`),(rt=Oe.current)==null||rt.style.setProperty("--swipe-amount-y",`${Pe.y}px`)}},At&&!f.jsx?w.createElement("button",{"aria-label":Z,"data-disabled":te,"data-close-button":!0,onClick:te||!Ae?()=>{}:()=>{var me;xe(),(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=U==null?void 0:U.close)!=null?s:KI):null,f.jsx||w.isValidElement(f.title)?f.jsx?f.jsx:typeof f.title=="function"?f.title():f.title:w.createElement(w.Fragment,null,Te||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||nt():null,f.type!=="loading"?f.icon||(U==null?void 0:U[Te])||FI(Te):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(Y,dt,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&&bi(f.cancel)?w.createElement("button",{"data-button":!0,"data-cancel":!0,style:f.cancelButtonStyle||$,onClick:me=>{var Ne,Ue;bi(f.cancel)&&Ae&&((Ue=(Ne=f.cancel).onClick)==null||Ue.call(Ne,me),xe())},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&&bi(f.action)?w.createElement("button",{"data-button":!0,"data-action":!0,style:f.actionButtonStyle||L,onClick:me=>{var Ne,Ue;bi(f.action)&&((Ue=(Ne=f.action).onClick)==null||Ue.call(Ne,me),!me.defaultPrevented&&xe())},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 mx(){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 uN(e,t){let n={};return[e,t].forEach((r,o)=>{let s=o===1,i=s?"--mobile-offset":"--offset",a=s?rN:nN;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 dN=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=tN,toastOptions:g,dir:x=mx(),gap:y=sN,loadingIcon:b,icons:C,containerAriaLabel:k="Notifications",pauseWhenPageIsHidden:S}=e,[T,E]=w.useState([]),A=w.useMemo(()=>Array.from(new Set([r].concat(T.filter(R=>R.position).map(R=>R.position)))),[T,r]),[P,$]=w.useState([]),[L,H]=w.useState(!1),[Y,_]=w.useState(!1),[V,G]=w.useState(d!=="system"?d:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),W=w.useRef(null),D=o.join("+").replace(/Key/g,"").replace(/Digit/g,""),I=w.useRef(null),U=w.useRef(!1),Z=w.useCallback(R=>{E(q=>{var j;return(j=q.find(B=>B.id===R.id))!=null&&j.delete||Vt.dismiss(R.id),q.filter(({id:B})=>B!==R.id)})},[]);return w.useEffect(()=>Vt.subscribe(R=>{if(R.dismiss){E(q=>q.map(j=>j.id===R.id?{...j,delete:!0}:j));return}setTimeout(()=>{Lo.flushSync(()=>{E(q=>{let j=q.findIndex(B=>B.id===R.id);return j!==-1?[...q.slice(0,j),{...q[j],...R},...q.slice(j+1)]:[R,...q]})})})}),[]),w.useEffect(()=>{if(d!=="system"){G(d);return}if(d==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?G("dark"):G("light")),typeof window>"u")return;let R=window.matchMedia("(prefers-color-scheme: dark)");try{R.addEventListener("change",({matches:q})=>{G(q?"dark":"light")})}catch{R.addListener(({matches:j})=>{try{G(j?"dark":"light")}catch(B){console.error(B)}})}},[d]),w.useEffect(()=>{T.length<=1&&H(!1)},[T]),w.useEffect(()=>{let R=q=>{var j,B;o.every(Q=>q[Q]||q.code===Q)&&(H(!0),(j=W.current)==null||j.focus()),q.code==="Escape"&&(document.activeElement===W.current||(B=W.current)!=null&&B.contains(document.activeElement))&&H(!1)};return document.addEventListener("keydown",R),()=>document.removeEventListener("keydown",R)},[o]),w.useEffect(()=>{if(W.current)return()=>{I.current&&(I.current.focus({preventScroll:!0}),I.current=null,U.current=!1)}},[W.current]),w.createElement("section",{ref:t,"aria-label":`${k} ${D}`,tabIndex:-1,"aria-live":"polite","aria-relevant":"additions text","aria-atomic":"false",suppressHydrationWarning:!0},A.map((R,q)=>{var j;let[B,Q]=R.split("-");return T.length?w.createElement("ol",{key:R,dir:x==="auto"?mx():x,tabIndex:-1,ref:W,className:a,"data-sonner-toaster":!0,"data-theme":V,"data-y-position":B,"data-lifted":L&&T.length>1&&!s,"data-x-position":Q,style:{"--front-toast-height":`${((j=P[0])==null?void 0:j.height)||0}px`,"--width":`${oN}px`,"--gap":`${y}px`,...f,...uN(l,c)},onBlur:M=>{U.current&&!M.currentTarget.contains(M.relatedTarget)&&(U.current=!1,I.current&&(I.current.focus({preventScroll:!0}),I.current=null))},onFocus:M=>{M.target instanceof HTMLElement&&M.target.dataset.dismissible==="false"||U.current||(U.current=!0,I.current=M.relatedTarget)},onMouseEnter:()=>H(!0),onMouseMove:()=>H(!0),onMouseLeave:()=>{Y||H(!1)},onDragEnd:()=>H(!1),onPointerDown:M=>{M.target instanceof HTMLElement&&M.target.dataset.dismissible==="false"||_(!0)},onPointerUp:()=>_(!1)},T.filter(M=>!M.position&&q===0||M.position===R).map((M,O)=>{var F,J;return w.createElement(cN,{key:M.id,icons:C,index:O,toast:M,defaultRichColors:p,duration:(F=g==null?void 0:g.duration)!=null?F:m,className:g==null?void 0:g.className,descriptionClassName:g==null?void 0:g.descriptionClassName,invert:n,visibleToasts:v,closeButton:(J=g==null?void 0:g.closeButton)!=null?J:i,interacting:Y,position:R,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:Z,toasts:T.filter(oe=>oe.position==M.position),heights:P.filter(oe=>oe.position==M.position),setHeights:$,expandByDefault:s,gap:y,loadingIcon:b,expanded:L,pauseWhenPageIsHidden:S,swipeDirections:e.swipeDirections})})):null}))});const fN=({...e})=>{const{theme:t="system"}=$I();return u.jsx(dN,{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=ow,z.ApiClient=rw,z.ApiProvider=du,z.ArtifactRenderer=Fh,z.Badge=Yh,z.Button=Ye,z.Card=ml,z.CardContent=ti,z.CardDescription=vl,z.CardHeader=gl,z.CardTitle=xl,z.ChatApi=Jo,z.ChatApp=Kk,z.ChatInput=sp,z.ChatInputRow=ip,z.ChatInterface=Fr,z.ChatProviders=Tr,z.ChatWidget=Yk,z.Command=Al,z.CommandEmpty=_l,z.CommandGroup=Rl,z.CommandInput=Pl,z.CommandItem=Ml,z.CommandList=jl,z.DEFAULT_TIMEOUT_MS=su,z.Dialog=cl,z.DialogContent=Vs,z.DialogHeader=Ks,z.DialogTitle=qs,z.DropdownMenu=Is,z.DropdownMenuContent=xo,z.DropdownMenuItem=Fn,z.DropdownMenuTrigger=Ns,z.FileViewerModal=Th,z.HISTORY_TIMEOUT_MS=iu,z.Input=zl,z.InterruptPartRenderer=wl,z.Label=Am,z.MarkdownContent=fr,z.MessageComponent=ni,z.MessageList=Sl,z.MessageRow=yl,z.NewChatButton=Xk,z.PlotArtifact=$h,z.SETTINGS_STORAGE_KEY=Gi,z.ScrollArea=Bl,z.Select=AE,z.SelectContent=gg,z.SelectItem=xg,z.SelectTrigger=pg,z.SelectValue=PE,z.Separator=yg,z.Sheet=zE,z.SheetContent=Pg,z.SheetDescription=Rg,z.SheetHeader=jg,z.SheetTitle=_g,z.SheetTrigger=HE,z.SimpleChat=qk,z.SimpleJsonView=ei,z.Sonner=fN,z.StreamProgress=Bh,z.Switch=Ng,z.Textarea=Ma,z.ThinkingIndicator=Hh,z.ThreadListItem=Cm,z.ThreadManager=li,z.ThreadStateProvider=zu,z.ThreadsProvider=Su,z.TimelineColumn=Mx,z.Toaster=MI,z.ToolComponent=qh,z.Tooltip=dI,z.TooltipContent=Hg,z.TooltipProvider=uI,z.TooltipTrigger=fI,z.UserTextContent=Uh,z.applySettings=Pw,z.buildCheckpointIndex=lc,z.buildCheckpointPreviewMap=Sx,z.buildLabelParts=Au,z.chatApiClient=Nn,z.collectText=ku,z.createArtifactPreviewFromPlot=ju,z.createArtifactPreviewFromSource=Pu,z.del=Li,z.downloadFileById=lu,z.extractConfigFields=Ci,z.extractToolContent=tr,z.extractToolMeta=Qo,z.fileToBase64=fu,z.formatToolOutput=Tu,z.get=Yt,z.getAgentNameFromMessage=Iu,z.getChatToken=ru,z.getCheckpointForMessage=Cx,z.getCurrentSettings=Aw,z.getDefaultApiConfig=Xu,z.getDefaultChatSettings=Ju,z.getFileContent=Fi,z.getFileInfo=iw,z.getMessageAttemptInfo=cc,z.getMessageDomKey=bl,z.getPreviewForMessage=Si,z.getToolProgress=Wi,z.httpClient=Gt,z.hydrateHistorySnapshots=Yn,z.isEnvelope=hu,z.isFileLike=zi,z.listFiles=cu,z.loadStoredSettings=Zu,z.looksLikeMarkdown=Cu,z.messageSignature=Ui,z.normalizeInterruptId=Hi,z.normalizeMimeType=Nu,z.normalizeToolPayload=_u,z.normalizeToolPayloadValue=Cr,z.onChatTokenChanged=ou,z.parseJsonSafe=Qn,z.post=Xo,z.pretty=er,z.processAttachments=pu,z.put=au,z.readNumber=dc,z.readString=Rn,z.resolveChatBaseUrl=vn,z.sanitizeForDisplay=Sr,z.saveSettings=Qu,z.setChatToken=Yo,z.stringifyTool=Eu,z.toPlainObject=_n,z.unwrap=Dt,z.useApi=no,z.useCheckpointIndex=uc,z.useFilePreview=Wh,z.useHasChatSession=Ew,z.useParsedMessageContent=Vh,z.useShallowStableValue=Ku,z.useStream=qi,z.useStreamingHook=qi,z.useThreadHistoryState=Lu,z.useThreadManagerViewState=Em,z.useThreadState=oo,z.useThreadStateUpdater=Bu,z.useThreads=yr,z.useThreadsState=bu,z.viewFileById=sw,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.508",
3
+ "version": "4.3.509",
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",