@runtypelabs/persona 3.5.2 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +46 -46
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +44 -0
- package/dist/index.d.ts +44 -0
- package/dist/index.global.js +70 -70
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +46 -46
- package/dist/index.js.map +1 -1
- package/dist/theme-editor.cjs +18015 -0
- package/dist/theme-editor.d.cts +3888 -0
- package/dist/theme-editor.d.ts +3888 -0
- package/dist/theme-editor.js +17909 -0
- package/dist/theme-reference.cjs +1 -1
- package/dist/theme-reference.d.cts +33 -0
- package/dist/theme-reference.d.ts +33 -0
- package/dist/theme-reference.js +1 -1
- package/dist/widget.css +69 -25
- package/package.json +9 -7
- package/src/components/artifact-card.ts +1 -1
- package/src/components/composer-builder.ts +16 -29
- package/src/components/demo-carousel.ts +5 -5
- package/src/components/event-stream-view.test.ts +142 -0
- package/src/components/event-stream-view.ts +68 -29
- package/src/components/header-builder.ts +2 -2
- package/src/components/launcher.ts +9 -0
- package/src/components/message-bubble.ts +9 -3
- package/src/components/suggestions.ts +1 -1
- package/src/defaults.ts +24 -9
- package/src/scroll-to-bottom-defaults.test.ts +13 -0
- package/src/styles/widget.css +69 -25
- package/src/theme-editor/color-utils.ts +252 -0
- package/src/theme-editor/index.ts +131 -0
- package/src/theme-editor/presets.ts +144 -0
- package/src/theme-editor/preview-utils.ts +265 -0
- package/src/theme-editor/preview.ts +445 -0
- package/src/theme-editor/role-mappings.ts +343 -0
- package/src/theme-editor/sections.test.ts +43 -0
- package/src/theme-editor/sections.ts +994 -0
- package/src/theme-editor/state.ts +298 -0
- package/src/theme-editor/types.ts +177 -0
- package/src/theme-editor.ts +2 -0
- package/src/theme-reference.ts +8 -0
- package/src/types/theme.ts +11 -0
- package/src/types.ts +22 -0
- package/src/ui.scroll.test.ts +554 -0
- package/src/ui.ts +223 -133
- package/src/utils/auto-follow.test.ts +110 -0
- package/src/utils/auto-follow.ts +112 -0
- package/src/utils/plugins.ts +1 -1
- package/src/utils/theme.test.ts +44 -8
- package/src/utils/theme.ts +11 -11
- package/src/utils/tokens.ts +137 -41
- package/widget.css +0 -1
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import{Marked as
|
|
2
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),
|
|
1
|
+
import{Marked as cd}from"marked";var dd=e=>{if(e)return e},Po=e=>{var s,o;let r=e==null?void 0:e.markedOptions,t=new cd({gfm:(s=r==null?void 0:r.gfm)!=null?s:!0,breaks:(o=r==null?void 0:r.breaks)!=null?o:!0,pedantic:r==null?void 0:r.pedantic,silent:r==null?void 0:r.silent}),n=dd(e==null?void 0:e.renderer);return n&&t.use({renderer:n}),a=>t.parse(a)},kr=e=>e?Po({markedOptions:e.options,renderer:e.renderer}):Po(),pd=Po(),kl=e=>pd(e),to=e=>e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),Ll=e=>e.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"),Ml=e=>`%%FORM_PLACEHOLDER_${e}%%`,Il=(e,r)=>{let t=e;return t=t.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(n,s)=>{try{let o=JSON.parse(s.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let a=Ml(r.length);return r.push({token:a,type:String(o.type)}),a}}catch{return n}return n}),t=t.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(n,s)=>{let o=Ml(r.length);return r.push({token:o,type:s}),o}),t},ud=e=>{let r=kr(e);return t=>{let n=[],s=Il(t,n),o=r(s);return n.forEach(({token:a,type:i})=>{let d=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="persona-form-directive" data-tv-form="${Ll(i)}"></div>`;o=o.replace(d,p)}),o}},gd=e=>{let r=[],t=Il(e,r),n=kl(t);return r.forEach(({token:s,type:o})=>{let a=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="persona-form-directive" data-tv-form="${Ll(o)}"></div>`;n=n.replace(a,d)}),n};import md from"dompurify";var fd={ALLOWED_TAGS:["h1","h2","h3","h4","h5","h6","p","br","hr","div","span","ul","ol","li","dl","dt","dd","strong","em","b","i","u","s","del","ins","mark","small","sub","sup","abbr","kbd","var","samp","code","a","img","blockquote","pre","details","summary","table","thead","tbody","tfoot","tr","th","td","caption","colgroup","col","input","label","select","option","textarea","button"],ALLOWED_ATTR:["href","src","alt","title","target","rel","loading","width","height","colspan","rowspan","scope","class","id","type","name","value","placeholder","disabled","checked","for","aria-label","aria-hidden","aria-expanded","role","tabindex","data-tv-form","data-message-id","data-persona-component-directive","data-preserve-animation","data-persona-instance"]},hd=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,Pl=()=>{let e=md(typeof window!="undefined"?window:void 0);return e.addHook("uponSanitizeAttribute",(r,t)=>{if(t.attrName==="src"||t.attrName==="href"){let n=t.attrValue;n.toLowerCase().startsWith("data:")&&!hd.test(n)&&(t.attrValue="",t.keepAttr=!1)}}),r=>e.sanitize(r,fd)},no=e=>e===!1?null:typeof e=="function"?e:Pl();import{parse as Wl,STR as Rl,OBJ as Hl}from"partial-json";var Wo=e=>e.replace(/\\n/g,`
|
|
2
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),ro=e=>{if(e===null)return"null";if(e===void 0)return"";if(typeof e=="string")return e;if(typeof e=="number"||typeof e=="boolean")return String(e);try{return JSON.stringify(e,null,2)}catch{return String(e)}},yd=e=>{var a,i;let r=(a=e.completedAt)!=null?a:Date.now(),t=(i=e.startedAt)!=null?i:r,s=(e.durationMs!==void 0?e.durationMs:Math.max(0,r-t))/1e3;return s<.1?"Thought for <0.1 seconds":`Thought for ${s>=10?Math.round(s).toString():s.toFixed(1).replace(/\.0$/,"")} seconds`},Bl=e=>e.status==="complete"?yd(e):e.status==="pending"?"Waiting":"",bd=e=>{var s,o,a;let t=(typeof e.duration=="number"?e.duration:typeof e.durationMs=="number"?e.durationMs:Math.max(0,((s=e.completedAt)!=null?s:Date.now())-((a=(o=e.startedAt)!=null?o:e.completedAt)!=null?a:Date.now())))/1e3;return t<.1?"Used tool for <0.1 seconds":`Used tool for ${t>=10?Math.round(t).toString():t.toFixed(1).replace(/\.0$/,"")} seconds`};var Dl=e=>e.status==="complete"?bd(e):"Using tool...",xd=()=>{let e=null,r=0,t=n=>{let s=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=n.match(s);if(o&&o[1])try{return o[1].replace(/\\n/g,`
|
|
3
3
|
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return o[1]}let a=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,i=n.match(a);if(i&&i[1])try{return i[1].replace(/\\n/g,`
|
|
4
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>e,processChunk:async n=>{if(n.length<=r)return e!==null?{text:e,raw:n}:null;let s=n.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=t(n);return o!==null&&(e=o),r=n.length,e!==null?{text:e,raw:n}:null},close:async()=>{}}},Wo=e=>{try{let r=JSON.parse(e);if(r&&typeof r=="object"&&typeof r.text=="string")return r.text}catch{return null}return null},is=()=>{let e={processChunk:r=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},ls=()=>{var r;let e=Qc();return{processChunk:async t=>{let n=t.trim();return!n.startsWith("{")&&!n.startsWith("[")?null:e.processChunk(t)},getExtractedText:e.getExtractedText.bind(e),close:(r=e.close)==null?void 0:r.bind(e)}},cs=()=>{let e=null,r=0;return{getExtractedText:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e!==null||e===""?{text:e||"",raw:t}:null;try{let s=ul(t,gl|ml);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?e=typeof s.text=="string"?Po(s.text):"":s.type==="init"&&s.form?e="":typeof s.text=="string"&&(e=Po(s.text)))}catch{}return r=t.length,e!==null?{text:e,raw:t}:null},close:()=>{}}},ed=e=>{let r=null,t=0,s=e||(o=>{if(!o||typeof o!="object")return null;let a=i=>typeof i=="string"?Po(i):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?Po(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return a(o.on_load_text)||a(o.text)||null;case"message":case"message_and_click":case"checkout":return a(o.text)||null;default:return a(o.text)||a(o.display_text)||a(o.message)||null}return a(o.text)||a(o.display_text)||a(o.message)||a(o.content)||null});return{getExtractedText:()=>r,processChunk:o=>{let a=o.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(o.length<=t)return r!==null?{text:r,raw:o}:null;try{let i=ul(o,gl|ml),p=s(i);p!==null&&(r=p)}catch{}return t=o.length,{text:r||"",raw:o}},close:()=>{}}},ds=()=>{let e=null;return{processChunk:r=>{if(!r.trim().startsWith("<"))return null;let n=r.match(/<text[^>]*>([\s\S]*?)<\/text>/);return n&&n[1]?(e=n[1],{text:e,raw:r}):null},getExtractedText:()=>e}};var td="https://api.runtype.com/v1/dispatch",ps="https://api.runtype.com",us=e=>!!(e.contentParts&&e.contentParts.length>0||e.llmContent&&e.llmContent.trim().length>0||e.rawContent&&e.rawContent.trim().length>0||e.content&&e.content.trim().length>0);function nd(e){switch(e){case"json":return cs;case"regex-json":return ls;case"xml":return ds;default:return is}}var vr=class{constructor(r={}){this.config=r;this.clientSession=null;this.sessionInitPromise=null;var t,n,s;this.apiUrl=(t=r.apiUrl)!=null?t:td,this.headers={"Content-Type":"application/json",...r.headers},this.debug=!!r.debug,this.createStreamParser=(n=r.streamParser)!=null?n:nd(r.parserType),this.contextProviders=(s=r.contextProviders)!=null?s:[],this.requestMiddleware=r.requestMiddleware,this.customFetch=r.customFetch,this.parseSSEEvent=r.parseSSEEvent,this.getHeaders=r.getHeaders}setSSEEventCallback(r){this.onSSEEvent=r}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(r){var n;let t=((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||ps;return r==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var r,t;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let n=await this.sessionInitPromise;return this.clientSession=n,(t=(r=this.config).onSessionInit)==null||t.call(r,n),n}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,a;let r=((a=(o=this.config).getStoredSessionId)==null?void 0:a.call(o))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...r&&{sessionId:r}},n=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!n.ok){let i=await n.json().catch(()=>({error:"Session initialization failed"}));throw n.status===401?new Error(`Invalid client token: ${i.hint||i.error}`):n.status===403?new Error(`Origin not allowed: ${i.hint||i.error}`):new Error(i.error||"Failed to initialize session")}let s=await n.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||ps}/v1/client/feedback`}async sendFeedback(r){var o,a;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(r.type)&&!r.messageId)throw new Error(`messageId is required for ${r.type} feedback type`);if(r.type==="csat"&&(r.rating===void 0||r.rating<1||r.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(r.type==="nps"&&(r.rating===void 0||r.rating<0||r.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",r);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok){let i=await s.json().catch(()=>({error:"Feedback submission failed"}));throw s.status===401?(this.clientSession=null,(a=(o=this.config).onSessionExpired)==null||a.call(o),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,messageId:r,type:t})}async submitCSATFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"csat",rating:r,comment:t})}async submitNPSFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"nps",rating:r,comment:t})}async dispatch(r,t){return this.isAgentMode()?this.dispatchAgent(r,t):this.isClientTokenMode()?this.dispatchClientToken(r,t):this.dispatchProxy(r,t)}async dispatchClientToken(r,t){var s,o,a,i;let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});try{let p=await this.initSession();if(new Date>=new Date(p.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let m=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:m}),m}let c=await this.buildPayload(r.messages),u=c.metadata?Object.fromEntries(Object.entries(c.metadata).filter(([m])=>m!=="sessionId"&&m!=="session_id")):void 0,d={sessionId:p.sessionId,messages:r.messages.filter(us).map(m=>{var v,A,b;return{id:m.id,role:m.role,content:(b=(A=(v=m.contentParts)!=null?v:m.llmContent)!=null?A:m.rawContent)!=null?b:m.content}}),...r.assistantMessageId&&{assistantMessageId:r.assistantMessageId},...u&&Object.keys(u).length>0&&{metadata:u},...c.inputs&&Object.keys(c.inputs).length>0&&{inputs:c.inputs},...c.context&&{context:c.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",d);let f=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(d),signal:n.signal});if(!f.ok){let m=await f.json().catch(()=>({error:"Chat request failed"}));if(f.status===401){this.clientSession=null,(i=(a=this.config).onSessionExpired)==null||i.call(a);let A=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:A}),A}if(f.status===429){let A=new Error(m.hint||"Message limit reached for this session.");throw t({type:"error",error:A}),A}let v=new Error(m.error||"Failed to send message");throw t({type:"error",error:v}),v}if(!f.body){let m=new Error("No response body received");throw t({type:"error",error:m}),m}t({type:"status",status:"connected"});try{await this.streamResponse(f.body,t,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(p){let c=p instanceof Error?p:new Error(String(p));throw!c.message.includes("Session expired")&&!c.message.includes("Message limit")&&t({type:"error",error:c}),c}}async dispatchProxy(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal},s)}catch(i){let p=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:p}),p}else a=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t)}finally{t({type:"status",status:"idle"})}}async dispatchAgent(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildAgentPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal},s)}catch(i){let p=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:p}),p}else a=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Agent execution request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(r,t,n){t({type:"status",status:"connected"});try{await this.streamResponse(r,t,n)}finally{t({type:"status",status:"idle"})}}async resolveApproval(r,t){var a;let s=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||ps}/v1/agents/${r.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:r.executionId,approvalId:r.approvalId,decision:t,streamResponse:!0})})}async buildAgentPayload(r){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=r.slice().filter(us).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),n={agent:this.config.agent,messages:t,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}return n}async buildPayload(r){let n={messages:r.slice().filter(us).sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...n},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return n}async handleCustomSSEEvent(r,t,n,s,o,a){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(r);if(i===null)return!1;let p=u=>{let d={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o(),...u!==void 0&&{partId:u}};return n.current=d,s(d),d},c=u=>n.current?n.current:p(u);if(i.text!==void 0){i.partId!==void 0&&a.current!==null&&i.partId!==a.current&&(n.current&&(n.current.streaming=!1,s(n.current)),p(i.partId)),i.partId!==void 0&&(a.current=i.partId);let u=c(i.partId);i.partId!==void 0&&!u.partId&&(u.partId=i.partId),u.content+=i.text,s(u)}return i.done&&(n.current&&(n.current.streaming=!1,s(n.current)),a.current=null,t({type:"status",status:"idle"})),i.error&&(a.current=null,t({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(r,t,n){var mt,Be,rt,Me,D,se,te,z,oe,Le,Z,J,ze,Ue,St,qt,Ut,K,Ie,ft,yt,Ze,it,Wt,Vt,ue,T,Ae,re,ye,Ce,Qe,he,Pe,Ne,ot,At,Oe,Jn,xn,Kn,Dn,cr,Nn,Mn,et,X,an,rn,Wr,vn,ht,ln,kn,Rr,dr,Hr,Gn,Cn,Yn,Et,wn,Br,On,Sn,H,$n,Fn,Dr,Ln,Xn,Nr,In,Pn,pr,ur,uo,go,mo,Or,gr,Ve,$r,cn,Qt,fo,ho,Fr,Zn,Wn,yo,bo,xo,rs,Qn,er,bt,mr,fr,_r,jr,zr,qr,Yt,on,Rn,$e,Ur,tr,gn,vo,hr,yr,nr,_n,Co,wo,mn,rr;let s=r.getReader(),o=new TextDecoder,a="",i=Date.now(),p=0,c=()=>i+p++,u=Q=>{let Ye=Q.reasoning?{...Q.reasoning,chunks:[...Q.reasoning.chunks]}:void 0,st=Q.toolCall?{...Q.toolCall,chunks:Q.toolCall.chunks?[...Q.toolCall.chunks]:void 0}:void 0,_e=Q.tools?Q.tools.map(qe=>({...qe,chunks:qe.chunks?[...qe.chunks]:void 0})):void 0;return{...Q,reasoning:Ye,toolCall:st,tools:_e}},d=Q=>{t({type:"message",message:u(Q)})},f=null,m={current:null},v={current:null},A=new Map,b=new Map,x={lastId:null,byStep:new Map},M={lastId:null,byCall:new Map},F=Q=>{if(Q==null)return null;try{return String(Q)}catch{return null}},S=Q=>{var Ye,st,_e,qe,Lt;return F((Lt=(qe=(_e=(st=(Ye=Q.stepId)!=null?Ye:Q.step_id)!=null?st:Q.step)!=null?_e:Q.parentId)!=null?qe:Q.flowStepId)!=null?Lt:Q.flow_step_id)},I=Q=>{var Ye,st,_e,qe,Lt,Tt,C;return F((C=(Tt=(Lt=(qe=(_e=(st=(Ye=Q.callId)!=null?Ye:Q.call_id)!=null?st:Q.requestId)!=null?_e:Q.request_id)!=null?qe:Q.toolCallId)!=null?Lt:Q.tool_call_id)!=null?Tt:Q.stepId)!=null?C:Q.step_id)},O=()=>f||(f={id:n!=null?n:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c()},d(f),f),k=(Q,Ye)=>{x.lastId=Ye,Q&&x.byStep.set(Q,Ye)},V=(Q,Ye)=>{var Lt;let st=(Lt=Q.reasoningId)!=null?Lt:Q.id,_e=S(Q);if(st){let Tt=String(st);return k(_e,Tt),Tt}if(_e){let Tt=x.byStep.get(_e);if(Tt)return x.lastId=Tt,Tt}if(x.lastId&&!Ye)return x.lastId;if(!Ye)return null;let qe=`reason-${c()}`;return k(_e,qe),qe},ge=Q=>{let Ye=A.get(Q);if(Ye)return Ye;let st={id:`reason-${Q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:c(),reasoning:{id:Q,status:"streaming",chunks:[]}};return A.set(Q,st),d(st),st},ie=(Q,Ye)=>{M.lastId=Ye,Q&&M.byCall.set(Q,Ye)},_=new Set,ne=new Map,Te=new Set,le=new Map,ke=Q=>{if(!Q)return!1;let Ye=Q.replace(/_+/g,"_").replace(/^_|_$/g,"");return Ye==="emit_artifact_markdown"||Ye==="emit_artifact_component"},de=(Q,Ye)=>{var Lt;let st=(Lt=Q.toolId)!=null?Lt:Q.id,_e=I(Q);if(st){let Tt=String(st);return ie(_e,Tt),Tt}if(_e){let Tt=M.byCall.get(_e);if(Tt)return M.lastId=Tt,Tt}if(M.lastId&&!Ye)return M.lastId;if(!Ye)return null;let qe=`tool-${c()}`;return ie(_e,qe),qe},Y=Q=>{let Ye=b.get(Q);if(Ye)return Ye;let st={id:`tool-${Q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:c(),toolCall:{id:Q,status:"pending"}};return b.set(Q,st),d(st),st},ce=Q=>{if(typeof Q=="number"&&Number.isFinite(Q))return Q;if(typeof Q=="string"){let Ye=Number(Q);if(!Number.isNaN(Ye)&&Number.isFinite(Ye))return Ye;let st=Date.parse(Q);if(!Number.isNaN(st))return st}return Date.now()},q=Q=>{if(typeof Q=="string")return Q;if(Q==null)return"";try{return JSON.stringify(Q)}catch{return String(Q)}},G=new Map,ve=new Map,xe=null,Ke=new Map,Xe=(mt=this.config.iterationDisplay)!=null?mt:"separate";for(;;){let{done:Q,value:Ye}=await s.read();if(Q)break;a+=o.decode(Ye,{stream:!0});let st=a.split(`
|
|
4
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>e,processChunk:async n=>{if(n.length<=r)return e!==null?{text:e,raw:n}:null;let s=n.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=t(n);return o!==null&&(e=o),r=n.length,e!==null?{text:e,raw:n}:null},close:async()=>{}}},Ro=e=>{try{let r=JSON.parse(e);if(r&&typeof r=="object"&&typeof r.text=="string")return r.text}catch{return null}return null},us=()=>{let e={processChunk:r=>null,getExtractedText:()=>null};return e.__isPlainTextParser=!0,e},gs=()=>{var r;let e=xd();return{processChunk:async t=>{let n=t.trim();return!n.startsWith("{")&&!n.startsWith("[")?null:e.processChunk(t)},getExtractedText:e.getExtractedText.bind(e),close:(r=e.close)==null?void 0:r.bind(e)}},ms=()=>{let e=null,r=0;return{getExtractedText:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e!==null||e===""?{text:e||"",raw:t}:null;try{let s=Wl(t,Rl|Hl);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?e=typeof s.text=="string"?Wo(s.text):"":s.type==="init"&&s.form?e="":typeof s.text=="string"&&(e=Wo(s.text)))}catch{}return r=t.length,e!==null?{text:e,raw:t}:null},close:()=>{}}},vd=e=>{let r=null,t=0,s=e||(o=>{if(!o||typeof o!="object")return null;let a=i=>typeof i=="string"?Wo(i):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?Wo(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return a(o.on_load_text)||a(o.text)||null;case"message":case"message_and_click":case"checkout":return a(o.text)||null;default:return a(o.text)||a(o.display_text)||a(o.message)||null}return a(o.text)||a(o.display_text)||a(o.message)||a(o.content)||null});return{getExtractedText:()=>r,processChunk:o=>{let a=o.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(o.length<=t)return r!==null?{text:r,raw:o}:null;try{let i=Wl(o,Rl|Hl),d=s(i);d!==null&&(r=d)}catch{}return t=o.length,{text:r||"",raw:o}},close:()=>{}}},fs=()=>{let e=null;return{processChunk:r=>{if(!r.trim().startsWith("<"))return null;let n=r.match(/<text[^>]*>([\s\S]*?)<\/text>/);return n&&n[1]?(e=n[1],{text:e,raw:r}):null},getExtractedText:()=>e}};var Cd="https://api.runtype.com/v1/dispatch",hs="https://api.runtype.com",ys=e=>!!(e.contentParts&&e.contentParts.length>0||e.llmContent&&e.llmContent.trim().length>0||e.rawContent&&e.rawContent.trim().length>0||e.content&&e.content.trim().length>0);function wd(e){switch(e){case"json":return ms;case"regex-json":return gs;case"xml":return fs;default:return us}}var Lr=class{constructor(r={}){this.config=r;this.clientSession=null;this.sessionInitPromise=null;var t,n,s;this.apiUrl=(t=r.apiUrl)!=null?t:Cd,this.headers={"Content-Type":"application/json",...r.headers},this.debug=!!r.debug,this.createStreamParser=(n=r.streamParser)!=null?n:wd(r.parserType),this.contextProviders=(s=r.contextProviders)!=null?s:[],this.requestMiddleware=r.requestMiddleware,this.customFetch=r.customFetch,this.parseSSEEvent=r.parseSSEEvent,this.getHeaders=r.getHeaders}setSSEEventCallback(r){this.onSSEEvent=r}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(r){var n;let t=((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||hs;return r==="init"?`${t}/v1/client/init`:`${t}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var r,t;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let n=await this.sessionInitPromise;return this.clientSession=n,(t=(r=this.config).onSessionInit)==null||t.call(r,n),n}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,a;let r=((a=(o=this.config).getStoredSessionId)==null?void 0:a.call(o))||null,t={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...r&&{sessionId:r}},n=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!n.ok){let i=await n.json().catch(()=>({error:"Session initialization failed"}));throw n.status===401?new Error(`Invalid client token: ${i.hint||i.error}`):n.status===403?new Error(`Origin not allowed: ${i.hint||i.error}`):new Error(i.error||"Failed to initialize session")}let s=await n.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var t;return`${((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||hs}/v1/client/feedback`}async sendFeedback(r){var o,a;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(r.type)&&!r.messageId)throw new Error(`messageId is required for ${r.type} feedback type`);if(r.type==="csat"&&(r.rating===void 0||r.rating<1||r.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(r.type==="nps"&&(r.rating===void 0||r.rating<0||r.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",r);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!s.ok){let i=await s.json().catch(()=>({error:"Feedback submission failed"}));throw s.status===401?(this.clientSession=null,(a=(o=this.config).onSessionExpired)==null||a.call(o),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,messageId:r,type:t})}async submitCSATFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"csat",rating:r,comment:t})}async submitNPSFeedback(r,t){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,type:"nps",rating:r,comment:t})}async dispatch(r,t){return this.isAgentMode()?this.dispatchAgent(r,t):this.isClientTokenMode()?this.dispatchClientToken(r,t):this.dispatchProxy(r,t)}async dispatchClientToken(r,t){var s,o,a,i;let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let m=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:m}),m}let c=await this.buildPayload(r.messages),p=c.metadata?Object.fromEntries(Object.entries(c.metadata).filter(([m])=>m!=="sessionId"&&m!=="session_id")):void 0,u={sessionId:d.sessionId,messages:r.messages.filter(ys).map(m=>{var C,T,b;return{id:m.id,role:m.role,content:(b=(T=(C=m.contentParts)!=null?C:m.llmContent)!=null?T:m.rawContent)!=null?b:m.content}}),...r.assistantMessageId&&{assistantMessageId:r.assistantMessageId},...p&&Object.keys(p).length>0&&{metadata:p},...c.inputs&&Object.keys(c.inputs).length>0&&{inputs:c.inputs},...c.context&&{context:c.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",u);let h=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(u),signal:n.signal});if(!h.ok){let m=await h.json().catch(()=>({error:"Chat request failed"}));if(h.status===401){this.clientSession=null,(i=(a=this.config).onSessionExpired)==null||i.call(a);let T=new Error("Session expired. Please refresh to continue.");throw t({type:"error",error:T}),T}if(h.status===429){let T=new Error(m.hint||"Message limit reached for this session.");throw t({type:"error",error:T}),T}let C=new Error(m.error||"Failed to send message");throw t({type:"error",error:C}),C}if(!h.body){let m=new Error("No response body received");throw t({type:"error",error:m}),m}t({type:"status",status:"connected"});try{await this.streamResponse(h.body,t,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}catch(d){let c=d instanceof Error?d:new Error(String(d));throw!c.message.includes("Session expired")&&!c.message.includes("Message limit")&&t({type:"error",error:c}),c}}async dispatchProxy(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal},s)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t)}finally{t({type:"status",status:"idle"})}}async dispatchAgent(r,t){let n=new AbortController;r.signal&&r.signal.addEventListener("abort",()=>n.abort()),t({type:"status",status:"connecting"});let s=await this.buildAgentPayload(r.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();o={...o,...i}}catch(i){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",i)}let a;if(this.customFetch)try{a=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal},s)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw t({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Agent execution request failed: ${a.status} ${a.statusText}`);throw t({type:"error",error:i}),i}t({type:"status",status:"connected"});try{await this.streamResponse(a.body,t,r.assistantMessageId)}finally{t({type:"status",status:"idle"})}}async processStream(r,t,n){t({type:"status",status:"connected"});try{await this.streamResponse(r,t,n)}finally{t({type:"status",status:"idle"})}}async resolveApproval(r,t){var a;let s=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||hs}/v1/agents/${r.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:r.executionId,approvalId:r.approvalId,decision:t,streamResponse:!0})})}async buildAgentPayload(r){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let t=r.slice().filter(ys).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),n={agent:this.config.agent,messages:t,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}return n}async buildPayload(r){let n={messages:r.slice().filter(ys).sort((s,o)=>{let a=new Date(s.createdAt).getTime(),i=new Date(o.createdAt).getTime();return a-i}).map(s=>{var o,a,i;return{role:s.role,content:(i=(a=(o=s.contentParts)!=null?o:s.llmContent)!=null?a:s.rawContent)!=null?i:s.content,createdAt:s.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let a=await o({messages:r,config:this.config});a&&typeof a=="object"&&Object.assign(s,a)}catch(a){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",a)}})),Object.keys(s).length&&(n.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...n},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return n}async handleCustomSSEEvent(r,t,n,s,o,a){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(r);if(i===null)return!1;let d=p=>{let u={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o(),...p!==void 0&&{partId:p}};return n.current=u,s(u),u},c=p=>n.current?n.current:d(p);if(i.text!==void 0){i.partId!==void 0&&a.current!==null&&i.partId!==a.current&&(n.current&&(n.current.streaming=!1,s(n.current)),d(i.partId)),i.partId!==void 0&&(a.current=i.partId);let p=c(i.partId);i.partId!==void 0&&!p.partId&&(p.partId=i.partId),p.content+=i.text,s(p)}return i.done&&(n.current&&(n.current.streaming=!1,s(n.current)),a.current=null,t({type:"status",status:"idle"})),i.error&&(a.current=null,t({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(r,t,n){var We,He,tt,Ct,j,U,re,_,z,ee,st,G,Z,xt,nt,Mt,zt,Fe,se,Ie,wt,St,Xe,Ze,Kt,Jt,Yt,F,Te,de,it,Be,Q,ye,Re,dt,Bt,rt,Dt,lt,ze,ct,Oe,Ft,In,$n,An,Ke,lr,Pn,cr,Wn,vr,Kn,_n,Qe,mn,En,an,Yn,fn,gt,nn,xn,Gn,jn,Xn,Rn,hn,Hn,V,ln,dr,Zn,Bn,B,Qn,er,_r,Tn,Dn,tr,pr,bo,jr,Cr,qe,zr,vn,cn,xo,vo,qr,zn,Co,wr,Sr,qn,Vr,Ar,nr,wo,So,ls,ur,gr,At,Er,Tr,Ur,Jr,Kr,Yr,rn,yn,Vn,$e,Gr,mr;let s=r.getReader(),o=new TextDecoder,a="",i=Date.now(),d=0,c=()=>i+d++,p=X=>{let Ge=X.reasoning?{...X.reasoning,chunks:[...X.reasoning.chunks]}:void 0,pt=X.toolCall?{...X.toolCall,chunks:X.toolCall.chunks?[...X.toolCall.chunks]:void 0}:void 0,Lt=X.tools?X.tools.map(Wt=>({...Wt,chunks:Wt.chunks?[...Wt.chunks]:void 0})):void 0;return{...X,reasoning:Ge,toolCall:pt,tools:Lt}},u=X=>{t({type:"message",message:p(X)})},h=null,m={current:null},C={current:null},T=new Map,b=new Map,x={lastId:null,byStep:new Map},S={lastId:null,byCall:new Map},O=X=>{if(X==null)return null;try{return String(X)}catch{return null}},w=X=>{var Ge,pt,Lt,Wt,Nt;return O((Nt=(Wt=(Lt=(pt=(Ge=X.stepId)!=null?Ge:X.step_id)!=null?pt:X.step)!=null?Lt:X.parentId)!=null?Wt:X.flowStepId)!=null?Nt:X.flow_step_id)},k=X=>{var Ge,pt,Lt,Wt,Nt,Rt,v;return O((v=(Rt=(Nt=(Wt=(Lt=(pt=(Ge=X.callId)!=null?Ge:X.call_id)!=null?pt:X.requestId)!=null?Lt:X.request_id)!=null?Wt:X.toolCallId)!=null?Nt:X.tool_call_id)!=null?Rt:X.stepId)!=null?v:X.step_id)},W=()=>h||(h={id:n!=null?n:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c()},u(h),h),M=(X,Ge)=>{x.lastId=Ge,X&&x.byStep.set(X,Ge)},Y=(X,Ge)=>{var Nt;let pt=(Nt=X.reasoningId)!=null?Nt:X.id,Lt=w(X);if(pt){let Rt=String(pt);return M(Lt,Rt),Rt}if(Lt){let Rt=x.byStep.get(Lt);if(Rt)return x.lastId=Rt,Rt}if(x.lastId&&!Ge)return x.lastId;if(!Ge)return null;let Wt=`reason-${c()}`;return M(Lt,Wt),Wt},ue=X=>{let Ge=T.get(X);if(Ge)return Ge;let pt={id:`reason-${X}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:c(),reasoning:{id:X,status:"streaming",chunks:[]}};return T.set(X,pt),u(pt),pt},oe=(X,Ge)=>{S.lastId=Ge,X&&S.byCall.set(X,Ge)},$=new Set,te=new Map,Se=new Set,ne=new Map,Ce=X=>{if(!X)return!1;let Ge=X.replace(/_+/g,"_").replace(/^_|_$/g,"");return Ge==="emit_artifact_markdown"||Ge==="emit_artifact_component"},he=(X,Ge)=>{var Nt;let pt=(Nt=X.toolId)!=null?Nt:X.id,Lt=k(X);if(pt){let Rt=String(pt);return oe(Lt,Rt),Rt}if(Lt){let Rt=S.byCall.get(Lt);if(Rt)return S.lastId=Rt,Rt}if(S.lastId&&!Ge)return S.lastId;if(!Ge)return null;let Wt=`tool-${c()}`;return oe(Lt,Wt),Wt},Ae=X=>{let Ge=b.get(X);if(Ge)return Ge;let pt={id:`tool-${X}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:c(),toolCall:{id:X,status:"pending"}};return b.set(X,pt),u(pt),pt},ge=X=>{if(typeof X=="number"&&Number.isFinite(X))return X;if(typeof X=="string"){let Ge=Number(X);if(!Number.isNaN(Ge)&&Number.isFinite(Ge))return Ge;let pt=Date.parse(X);if(!Number.isNaN(pt))return pt}return Date.now()},ke=X=>{if(typeof X=="string")return X;if(X==null)return"";try{return JSON.stringify(X)}catch{return String(X)}},K=new Map,ce=new Map,me=null,De=new Map,Pe=(We=this.config.iterationDisplay)!=null?We:"separate";for(;;){let{done:X,value:Ge}=await s.read();if(X)break;a+=o.decode(Ge,{stream:!0});let pt=a.split(`
|
|
5
5
|
|
|
6
|
-
`);a=(
|
|
7
|
-
`),Lt="message",Tt="";for(let B of qe)B.startsWith("event:")?Lt=B.replace("event:","").trim():B.startsWith("data:")&&(Tt+=B.replace("data:","").trim());if(!Tt)continue;let C;try{C=JSON.parse(Tt)}catch(B){t({type:"error",error:B instanceof Error?B:new Error("Failed to parse chat stream payload")});continue}let Fe=Lt!=="message"?Lt:(rt=C.type)!=null?rt:"message";if((Me=this.onSSEEvent)==null||Me.call(this,Fe,C),this.parseSSEEvent){m.current=f;let B=await this.handleCustomSSEEvent(C,t,m,d,c,v);if(m.current&&m.current!==f&&(f=m.current),B)continue}if(Fe==="reason_start"){let B=(D=V(C,!0))!=null?D:`reason-${c()}`,w=ge(B);w.reasoning=(se=w.reasoning)!=null?se:{id:B,status:"streaming",chunks:[]},w.reasoning.startedAt=(z=w.reasoning.startedAt)!=null?z:ce((te=C.startedAt)!=null?te:C.timestamp),w.reasoning.completedAt=void 0,w.reasoning.durationMs=void 0,w.streaming=!0,w.reasoning.status="streaming",d(w)}else if(Fe==="reason_delta"||Fe==="reason_chunk"){let B=(Le=(oe=V(C,!1))!=null?oe:V(C,!0))!=null?Le:`reason-${c()}`,w=ge(B);w.reasoning=(Z=w.reasoning)!=null?Z:{id:B,status:"streaming",chunks:[]},w.reasoning.startedAt=(ze=w.reasoning.startedAt)!=null?ze:ce((J=C.startedAt)!=null?J:C.timestamp);let $=(qt=(St=(Ue=C.reasoningText)!=null?Ue:C.text)!=null?St:C.delta)!=null?qt:"";if($&&C.hidden!==!0&&w.reasoning.chunks.push(String($)),w.reasoning.status=C.done?"complete":"streaming",C.done){w.reasoning.completedAt=ce((Ut=C.completedAt)!=null?Ut:C.timestamp);let ee=(K=w.reasoning.startedAt)!=null?K:Date.now();w.reasoning.durationMs=Math.max(0,((Ie=w.reasoning.completedAt)!=null?Ie:Date.now())-ee)}w.streaming=w.reasoning.status!=="complete",d(w)}else if(Fe==="reason_complete"){let B=(yt=(ft=V(C,!1))!=null?ft:V(C,!0))!=null?yt:`reason-${c()}`,w=A.get(B);if(w!=null&&w.reasoning){w.reasoning.status="complete",w.reasoning.completedAt=ce((Ze=C.completedAt)!=null?Ze:C.timestamp);let ee=(it=w.reasoning.startedAt)!=null?it:Date.now();w.reasoning.durationMs=Math.max(0,((Wt=w.reasoning.completedAt)!=null?Wt:Date.now())-ee),w.streaming=!1,d(w)}let $=S(C);$&&x.byStep.delete($)}else if(Fe==="tool_start"){let B=(Vt=de(C,!0))!=null?Vt:`tool-${c()}`,w=(ue=C.toolName)!=null?ue:C.name;if(ke(w)){_.add(B);continue}let $=Y(B),ee=(T=$.toolCall)!=null?T:{id:B,status:"pending"};ee.name=w!=null?w:ee.name,ee.status="running",C.args!==void 0?ee.args=C.args:C.parameters!==void 0&&(ee.args=C.parameters),ee.startedAt=(re=ee.startedAt)!=null?re:ce((Ae=C.startedAt)!=null?Ae:C.timestamp),ee.completedAt=void 0,ee.durationMs=void 0,$.toolCall=ee,$.streaming=!0;let Ee=C.agentContext;(Ee||C.executionId)&&($.agentMetadata={executionId:(ye=Ee==null?void 0:Ee.executionId)!=null?ye:C.executionId,iteration:(Ce=Ee==null?void 0:Ee.iteration)!=null?Ce:C.iteration}),d($)}else if(Fe==="tool_chunk"||Fe==="tool_delta"){let B=(he=(Qe=de(C,!1))!=null?Qe:de(C,!0))!=null?he:`tool-${c()}`;if(_.has(B))continue;let w=Y(B),$=(Pe=w.toolCall)!=null?Pe:{id:B,status:"running"};$.startedAt=(ot=$.startedAt)!=null?ot:ce((Ne=C.startedAt)!=null?Ne:C.timestamp);let ee=(Jn=(Oe=(At=C.text)!=null?At:C.delta)!=null?Oe:C.message)!=null?Jn:"";ee&&($.chunks=(xn=$.chunks)!=null?xn:[],$.chunks.push(String(ee))),$.status="running",w.toolCall=$,w.streaming=!0;let Ee=C.agentContext;(Ee||C.executionId)&&(w.agentMetadata=(cr=w.agentMetadata)!=null?cr:{executionId:(Kn=Ee==null?void 0:Ee.executionId)!=null?Kn:C.executionId,iteration:(Dn=Ee==null?void 0:Ee.iteration)!=null?Dn:C.iteration}),d(w)}else if(Fe==="tool_complete"){let B=(Mn=(Nn=de(C,!1))!=null?Nn:de(C,!0))!=null?Mn:`tool-${c()}`;if(_.has(B)){_.delete(B);continue}let w=Y(B),$=(et=w.toolCall)!=null?et:{id:B,status:"running"};$.status="complete",C.result!==void 0&&($.result=C.result),typeof C.duration=="number"&&($.duration=C.duration),$.completedAt=ce((X=C.completedAt)!=null?X:C.timestamp);let ee=(an=C.duration)!=null?an:C.executionTime;if(typeof ee=="number")$.durationMs=ee;else{let Rt=(rn=$.startedAt)!=null?rn:Date.now();$.durationMs=Math.max(0,((Wr=$.completedAt)!=null?Wr:Date.now())-Rt)}w.toolCall=$,w.streaming=!1;let Ee=C.agentContext;(Ee||C.executionId)&&(w.agentMetadata=(ln=w.agentMetadata)!=null?ln:{executionId:(vn=Ee==null?void 0:Ee.executionId)!=null?vn:C.executionId,iteration:(ht=Ee==null?void 0:Ee.iteration)!=null?ht:C.iteration}),d(w);let ct=I(C);ct&&M.byCall.delete(ct)}else if(Fe==="step_chunk"||Fe==="step_delta"){let B=C.stepType,w=C.executionType;if(B==="tool"||w==="context")continue;let $=O(),ee=(Hr=(dr=(Rr=(kn=C.text)!=null?kn:C.delta)!=null?Rr:C.content)!=null?dr:C.chunk)!=null?Hr:"";if(ee){let ct=((Gn=ve.get($.id))!=null?Gn:"")+ee;$.rawContent=ct,G.has($.id)||G.set($.id,this.createStreamParser());let Rt=G.get($.id),Mt=ct.trim().startsWith("{")||ct.trim().startsWith("[");if(Mt&&ve.set($.id,ct),Rt.__isPlainTextParser===!0){$.content+=ee,ve.delete($.id),G.delete($.id),$.rawContent=void 0,d($);continue}let Ht=Rt.processChunk(ct);if(Ht instanceof Promise)Ht.then(dt=>{var It;let ut=typeof dt=="string"?dt:(It=dt==null?void 0:dt.text)!=null?It:null;if(ut!==null&&ut.trim()!==""){let gt=f;gt&>.id===$.id&&(gt.content=ut,d(gt))}else if(!Mt&&!ct.trim().startsWith("<")){let gt=f;gt&>.id===$.id&&(gt.content+=ee,ve.delete(gt.id),G.delete(gt.id),gt.rawContent=void 0,d(gt))}}).catch(()=>{$.content+=ee,ve.delete($.id),G.delete($.id),$.rawContent=void 0,d($)});else{let dt=typeof Ht=="string"?Ht:(Cn=Ht==null?void 0:Ht.text)!=null?Cn:null;dt!==null&&dt.trim()!==""?($.content=dt,d($)):!Mt&&!ct.trim().startsWith("<")&&($.content+=ee,ve.delete($.id),G.delete($.id),$.rawContent=void 0,d($))}}if(C.isComplete){let Ee=(Et=(Yn=C.result)==null?void 0:Yn.response)!=null?Et:$.content;if(Ee){let ct=ve.get($.id),Rt=ct!=null?ct:q(Ee);$.rawContent=Rt;let Mt=G.get($.id),Nt=null,Ht=!1;if(Mt&&(Nt=Mt.getExtractedText(),Nt===null&&(Nt=Wo(Rt)),Nt===null)){let dt=Mt.processChunk(Rt);dt instanceof Promise?(Ht=!0,dt.then(ut=>{var gt;let It=typeof ut=="string"?ut:(gt=ut==null?void 0:ut.text)!=null?gt:null;if(It!==null){let Ot=f;Ot&&Ot.id===$.id&&(Ot.content=It,Ot.streaming=!1,G.delete(Ot.id),ve.delete(Ot.id),d(Ot))}})):Nt=typeof dt=="string"?dt:(wn=dt==null?void 0:dt.text)!=null?wn:null}if(!Ht){Nt!==null&&Nt.trim()!==""?$.content=Nt:ve.has($.id)||($.content=q(Ee));let dt=G.get($.id);if(dt){let ut=(Br=dt.close)==null?void 0:Br.call(dt);ut instanceof Promise&&ut.catch(()=>{}),G.delete($.id)}ve.delete($.id),$.streaming=!1,d($)}}}}else if(Fe==="step_complete"){let B=C.stepType,w=C.executionType;if(B==="tool"||w==="context")continue;let $=(On=C.result)==null?void 0:On.response,ee=O();if($!=null){let Ee=G.get(ee.id),ct=!1,Rt=!1;if(Ee){let Mt=Ee.getExtractedText(),Nt=ve.get(ee.id),Ht=Nt!=null?Nt:q($);if(ee.rawContent=Ht,Mt!==null&&Mt.trim()!=="")ee.content=Mt,ct=!0;else{let dt=Wo(Ht);if(dt!==null)ee.content=dt,ct=!0;else{let ut=Ee.processChunk(Ht);if(ut instanceof Promise)Rt=!0,ut.then(It=>{var Ot;let gt=typeof It=="string"?It:(Ot=It==null?void 0:It.text)!=null?Ot:null;if(gt!==null&>.trim()!==""){let en=f;en&&en.id===ee.id&&(en.content=gt,en.streaming=!1,G.delete(en.id),ve.delete(en.id),d(en))}else{let en=Ee.getExtractedText(),dn=f;dn&&dn.id===ee.id&&(en!==null&&en.trim()!==""?dn.content=en:ve.has(dn.id)||(dn.content=q($)),dn.streaming=!1,G.delete(dn.id),ve.delete(dn.id),d(dn))}});else{let It=typeof ut=="string"?ut:(Sn=ut==null?void 0:ut.text)!=null?Sn:null;if(It!==null&&It.trim()!=="")ee.content=It,ct=!0;else{let gt=Ee.getExtractedText();gt!==null&>.trim()!==""&&(ee.content=gt,ct=!0)}}}}}if(!Rt){if(!ee.rawContent){let Mt=ve.get(ee.id);ee.rawContent=Mt!=null?Mt:q($)}if(!ct&&!ve.has(ee.id)&&(ee.content=q($)),Ee){let Mt=(H=Ee.close)==null?void 0:H.call(Ee);Mt instanceof Promise&&Mt.catch(()=>{})}G.delete(ee.id),ve.delete(ee.id),ee.streaming=!1,d(ee)}}else G.delete(ee.id),ve.delete(ee.id),ee.streaming=!1,d(ee)}else if(Fe==="flow_complete"){let B=($n=C.result)==null?void 0:$n.response;if(B!=null){let w=O(),$=ve.get(w.id),ee=$!=null?$:q(B);w.rawContent=ee;let Ee=q(B),ct=G.get(w.id);if(ct){let Nt=Wo(ee);if(Nt!==null)Ee=Nt;else{let Ht=ct.processChunk(ee);Ht instanceof Promise&&Ht.then(ut=>{var gt;let It=typeof ut=="string"?ut:(gt=ut==null?void 0:ut.text)!=null?gt:null;if(It!==null){let Ot=f;Ot&&Ot.id===w.id&&(Ot.content=It,Ot.streaming=!1,d(Ot))}});let dt=ct.getExtractedText();dt!==null&&(Ee=dt)}}G.delete(w.id),ve.delete(w.id);let Rt=Ee!==w.content,Mt=w.streaming!==!1;Rt&&(w.content=Ee),w.streaming=!1,(Rt||Mt)&&d(w)}else if(f!==null){let w=f;G.delete(w.id),ve.delete(w.id),w.streaming!==!1&&(w.streaming=!1,d(w))}t({type:"status",status:"idle"})}else if(Fe==="agent_start")xe={executionId:C.executionId,agentId:(Fn=C.agentId)!=null?Fn:"virtual",agentName:(Dr=C.agentName)!=null?Dr:"",status:"running",currentIteration:0,maxTurns:(Ln=C.maxTurns)!=null?Ln:1,startedAt:ce(C.startedAt)};else if(Fe==="agent_iteration_start"){if(xe&&(xe.currentIteration=C.iteration),Xe==="separate"&&C.iteration>1){let B=f;B&&(B.streaming=!1,d(B),Ke.set(C.iteration-1,B),f=null)}}else if(Fe!=="agent_turn_start"){if(Fe==="agent_turn_delta"){if(C.contentType==="text"){let B=O();B.content+=(Xn=C.delta)!=null?Xn:"",B.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId,agentName:xe==null?void 0:xe.agentName},d(B)}else if(C.contentType==="thinking"){let B=(Nr=C.turnId)!=null?Nr:`agent-think-${C.iteration}`,w=ge(B);w.reasoning=(In=w.reasoning)!=null?In:{id:B,status:"streaming",chunks:[]},w.reasoning.chunks.push((Pn=C.delta)!=null?Pn:""),w.agentMetadata={executionId:C.executionId,iteration:C.iteration,turnId:C.turnId},d(w)}else if(C.contentType==="tool_input"){let B=(pr=C.toolCallId)!=null?pr:M.lastId;if(B){let w=b.get(B);w!=null&&w.toolCall&&(w.toolCall.chunks=(ur=w.toolCall.chunks)!=null?ur:[],w.toolCall.chunks.push((uo=C.delta)!=null?uo:""),d(w))}}}else if(Fe==="agent_turn_complete"){let B=C.turnId;if(B){let w=A.get(B);if(w!=null&&w.reasoning){w.reasoning.status="complete",w.reasoning.completedAt=ce(C.completedAt);let $=(go=w.reasoning.startedAt)!=null?go:Date.now();w.reasoning.durationMs=Math.max(0,((mo=w.reasoning.completedAt)!=null?mo:Date.now())-$),w.streaming=!1,d(w)}}}else if(Fe==="agent_tool_start"){let B=(Or=C.toolCallId)!=null?Or:`agent-tool-${c()}`;ie(I(C),B);let w=Y(B),$=(gr=w.toolCall)!=null?gr:{id:B,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};$.name=($r=(Ve=C.toolName)!=null?Ve:C.name)!=null?$r:$.name,$.status="running",C.parameters!==void 0&&($.args=C.parameters),$.startedAt=ce((cn=C.startedAt)!=null?cn:C.timestamp),w.toolCall=$,w.streaming=!0,w.agentMetadata={executionId:C.executionId,iteration:C.iteration},d(w)}else if(Fe==="agent_tool_delta"){let B=(Qt=C.toolCallId)!=null?Qt:M.lastId;if(B){let w=(fo=b.get(B))!=null?fo:Y(B);w.toolCall&&(w.toolCall.chunks=(ho=w.toolCall.chunks)!=null?ho:[],w.toolCall.chunks.push((Fr=C.delta)!=null?Fr:""),w.toolCall.status="running",w.streaming=!0,d(w))}}else if(Fe==="agent_tool_complete"){let B=(Zn=C.toolCallId)!=null?Zn:M.lastId;if(B){let w=(Wn=b.get(B))!=null?Wn:Y(B);if(w.toolCall){w.toolCall.status="complete",C.result!==void 0&&(w.toolCall.result=C.result),typeof C.executionTime=="number"&&(w.toolCall.durationMs=C.executionTime),w.toolCall.completedAt=ce((yo=C.completedAt)!=null?yo:C.timestamp),w.streaming=!1,d(w);let $=I(C);$&&M.byCall.delete($)}}}else if(Fe!=="agent_iteration_complete"){if(Fe==="agent_reflection"||Fe==="agent_reflect"){let B=`agent-reflection-${C.executionId}-${C.iteration}`,w={id:B,role:"assistant",content:(bo=C.reflection)!=null?bo:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:c(),reasoning:{id:B,status:"complete",chunks:[(xo=C.reflection)!=null?xo:""]},agentMetadata:{executionId:C.executionId,iteration:C.iteration}};d(w)}else if(Fe==="agent_complete"){xe&&(xe.status=C.success?"complete":"error",xe.completedAt=ce(C.completedAt),xe.stopReason=C.stopReason);let B=f;B&&(B.streaming=!1,d(B)),t({type:"status",status:"idle"})}else if(Fe==="agent_error"){let B=typeof C.error=="string"?C.error:(Qn=(rs=C.error)==null?void 0:rs.message)!=null?Qn:"Agent execution error";C.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",B):t({type:"error",error:new Error(B)})}else if(Fe!=="agent_ping")if(Fe==="agent_approval_start"){let B=(er=C.approvalId)!=null?er:`approval-${c()}`,w={id:`approval-${B}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:B,status:"pending",agentId:(bt=xe==null?void 0:xe.agentId)!=null?bt:"virtual",executionId:(fr=(mr=C.executionId)!=null?mr:xe==null?void 0:xe.executionId)!=null?fr:"",toolName:(_r=C.toolName)!=null?_r:"",toolType:C.toolType,description:(zr=C.description)!=null?zr:`Execute ${(jr=C.toolName)!=null?jr:"tool"}`,parameters:C.parameters}};d(w)}else if(Fe==="step_await"&&C.awaitReason==="approval_required"){let B=(qr=C.approvalId)!=null?qr:`approval-${c()}`,w={id:`approval-${B}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:B,status:"pending",agentId:(Yt=xe==null?void 0:xe.agentId)!=null?Yt:"virtual",executionId:(Rn=(on=C.executionId)!=null?on:xe==null?void 0:xe.executionId)!=null?Rn:"",toolName:($e=C.toolName)!=null?$e:"",toolType:C.toolType,description:(tr=C.description)!=null?tr:`Execute ${(Ur=C.toolName)!=null?Ur:"tool"}`,parameters:C.parameters}};d(w)}else if(Fe==="agent_approval_complete"){let B=C.approvalId;if(B){let $={id:`approval-${B}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:B,status:(gn=C.decision)!=null?gn:"approved",agentId:(vo=xe==null?void 0:xe.agentId)!=null?vo:"virtual",executionId:(yr=(hr=C.executionId)!=null?hr:xe==null?void 0:xe.executionId)!=null?yr:"",toolName:(nr=C.toolName)!=null?nr:"",description:(_n=C.description)!=null?_n:"",resolvedAt:Date.now()}};d($)}}else if(Fe==="artifact_start"||Fe==="artifact_delta"||Fe==="artifact_update"||Fe==="artifact_complete"){if(Fe==="artifact_start"){let B=C.artifactType,w=String(C.id),$=typeof C.title=="string"?C.title:void 0;if(t({type:"artifact_start",id:w,artifactType:B,title:$,component:typeof C.component=="string"?C.component:void 0}),le.set(w,{markdown:"",title:$}),!Te.has(w)){Te.add(w);let ee={id:`artifact-ref-${w}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:w,title:$,artifactType:B,status:"streaming"}})};ne.set(w,ee),d(ee)}}else if(Fe==="artifact_delta"){let B=String(C.id),w=typeof C.delta=="string"?C.delta:String((Co=C.delta)!=null?Co:"");t({type:"artifact_delta",id:B,artDelta:w});let $=le.get(B);$&&($.markdown+=w)}else if(Fe==="artifact_update"){let B=C.props&&typeof C.props=="object"&&!Array.isArray(C.props)?C.props:{};t({type:"artifact_update",id:String(C.id),props:B,component:typeof C.component=="string"?C.component:void 0})}else if(Fe==="artifact_complete"){let B=String(C.id);t({type:"artifact_complete",id:B});let w=ne.get(B);if(w){w.streaming=!1;try{let $=JSON.parse((wo=w.rawContent)!=null?wo:"{}");if($.props){$.props.status="complete";let ee=le.get(B);ee!=null&&ee.markdown&&($.props.markdown=ee.markdown)}w.rawContent=JSON.stringify($)}catch{}le.delete(B),d(w),ne.delete(B)}}}else if(Fe==="transcript_insert"){let B=C.message;if(!B||typeof B!="object")continue;let w=String((mn=B.id)!=null?mn:`msg-${c()}`),$=B.role,Ee={id:w,role:$==="user"?"user":$==="system"?"system":"assistant",content:typeof B.content=="string"?B.content:"",rawContent:typeof B.rawContent=="string"?B.rawContent:void 0,createdAt:typeof B.createdAt=="string"?B.createdAt:new Date().toISOString(),streaming:B.streaming===!0,...typeof B.variant=="string"?{variant:B.variant}:{},sequence:c()};if(d(Ee),Ee.rawContent)try{let ct=JSON.parse(Ee.rawContent),Rt=(rr=ct==null?void 0:ct.props)==null?void 0:rr.artifactId;typeof Rt=="string"&&Te.add(Rt)}catch{}f=null,m.current=null,G.delete(w),ve.delete(w)}else Fe==="error"&&C.error&&t({type:"error",error:C.error instanceof Error?C.error:new Error(String(C.error))})}}}}}};function rd(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`msg_${e}_${r}`}function Qr(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`usr_${e}_${r}`}function Cr(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`ast_${e}_${r}`}var Ro="[Image]";function od(e){return typeof e=="string"?[{type:"text",text:e}]:e}function sd(e){return typeof e=="string"?e:e.filter(r=>r.type==="text").map(r=>r.text).join("")}function ad(e){return typeof e=="string"?!1:e.some(r=>r.type==="image")}function id(e){return typeof e=="string"?[]:e.filter(r=>r.type==="image")}function gs(e){return{type:"text",text:e}}function ld(e,r){return{type:"image",image:e,...(r==null?void 0:r.mimeType)&&{mimeType:r.mimeType},...(r==null?void 0:r.alt)&&{alt:r.alt}}}async function cd(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;r({type:"image",image:s,mimeType:e.type,alt:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function dd(e,r=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return r.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${r.join(", ")}`}}var yl=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],pd=["application/pdf","text/plain","text/markdown","text/csv","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json"],Hn=[...yl,...pd];function ud(e){return yl.includes(e)||e.startsWith("image/")}function Ho(e){return ud(e.type)}async function bl(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;Ho(e)?r({type:"image",image:s,mimeType:e.type,alt:e.name}):r({type:"file",data:s,mimeType:e.type,filename:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function xl(e,r=Hn,t=10*1024*1024){return r.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${e.type}". Accepted types: ${r.join(", ")}`}}function gd(e){let r=e.split(".");return r.length>1?r.pop().toLowerCase():""}function vl(e,r){let t=gd(r).toUpperCase();return{"application/pdf":"PDF","text/plain":"TXT","text/markdown":"MD","text/csv":"CSV","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","application/json":"JSON"}[e]||t||"FILE"}var Bo=class{constructor(r=24e3){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.remainder=null;this.sampleRate=r}ensureContext(){if(!this.ctx){let t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let n=t.AudioContext||t.webkitAudioContext;this.ctx=new n({sampleRate:this.sampleRate})}let r=this.ctx;return r.state==="suspended"&&r.resume(),r}enqueue(r){if(r.length===0)return;let t=r;if(this.remainder){let p=new Uint8Array(this.remainder.length+r.length);p.set(this.remainder),p.set(r,this.remainder.length),t=p,this.remainder=null}if(t.length%2!==0&&(this.remainder=new Uint8Array([t[t.length-1]]),t=t.subarray(0,t.length-1)),t.length===0)return;let n=this.ensureContext(),s=this.pcmToFloat32(t),o=n.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let a=n.createBufferSource();a.buffer=o,a.connect(n.destination);let i=n.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=o.duration,this.activeSources.push(a),this.pendingCount++,this.playing=!0,a.onended=()=>{let p=this.activeSources.indexOf(a);p!==-1&&this.activeSources.splice(p,1),this.pendingCount--,this.checkFinished()}}markStreamEnd(){this.streamEnded=!0,this.checkFinished()}flush(){for(let r of this.activeSources)try{r.stop(),r.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.remainder=null}isPlaying(){return this.playing}onFinished(r){this.finishedCallbacks.push(r)}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.playing){this.playing=!1,this.streamEnded=!1;let r=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let t of r)t()}}pcmToFloat32(r){let t=Math.floor(r.length/2),n=new Float32Array(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength);for(let o=0;o<t;o++){let a=s.getInt16(o*2,!0);n[o]=a/32768}return n}};var Do=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(r,t,n,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=r.createMediaStreamSource(t),this.analyserNode=r.createAnalyser(),this.analyserNode.fftSize=2048,this.sourceNode.connect(this.analyserNode);let a=new Float32Array(this.analyserNode.fftSize);this.interval=setInterval(()=>{if(!this.analyserNode||this.fired)return;this.analyserNode.getFloatTimeDomainData(a);let i=0;for(let u=0;u<a.length;u++)i+=a[u]*a[u];let p=Math.sqrt(i/a.length);(n==="silence"?p<s.threshold:p>=s.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=s.duration&&(this.fired=!0,o()):this.conditionStart=null},100)}stop(){this.interval&&(clearInterval(this.interval),this.interval=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.analyserNode=null,this.conditionStart=null,this.fired=!1}};var eo=class{constructor(r){this.config=r;this.type="runtype";this.ws=null;this.audioContext=null;this.w=typeof window!="undefined"?window:void 0;this.mediaRecorder=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.processingStartCallbacks=[];this.audioChunks=[];this.isProcessing=!1;this.isSpeaking=!1;this.vad=new Do;this.mediaStream=null;this.currentAudio=null;this.currentAudioUrl=null;this.currentRequestId=null;this.interruptionMode="none";this.playbackManager=null}getInterruptionMode(){return this.interruptionMode}isBargeInActive(){return this.interruptionMode==="barge-in"&&this.mediaStream!==null}async deactivateBargeIn(){this.vad.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var r,t,n;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let s=this.w;if(!s||!s.location)throw new Error("Window object or location not available");let o=s.location.protocol==="https:"?"wss:":"ws:",a=(r=this.config)==null?void 0:r.host,i=(t=this.config)==null?void 0:t.agentId,p=(n=this.config)==null?void 0:n.clientToken;if(!i||!p)throw new Error("agentId and clientToken are required");if(!a)throw new Error("host must be provided in Runtype voice provider configuration");let c=`${o}//${a}/ws/agents/${i}/voice?token=${p}`;this.ws=new WebSocket(c),this.setupWebSocketHandlers();let u=`${o}//${a}/ws/agents/${i}/voice?token=...`,d=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((f,m)=>{if(!this.ws)return m(new Error("WebSocket not created"));let v=!1,A=x=>{v||(v=!0,clearTimeout(b),m(new Error(x)))},b=setTimeout(()=>A("WebSocket connection timed out."+d),1e4);this.ws.addEventListener("open",()=>{v||(v=!0,clearTimeout(b),f())},{once:!0}),this.ws.addEventListener("error",()=>{A("WebSocket connection failed to "+u+"."+d)},{once:!0}),this.ws.addEventListener("close",x=>{if(!x.wasClean&&!v){let M=x.code!==1006?` (code ${x.code})`:"";A("WebSocket connection failed"+M+"."+d)}},{once:!0})}),this.sendHeartbeat()}catch(s){throw this.ws=null,this.errorCallbacks.forEach(o=>o(s)),this.statusCallbacks.forEach(o=>o("error")),s}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(r=>r("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(r=>r("disconnected"))},this.ws.onerror=r=>{this.errorCallbacks.forEach(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=r=>{if(r.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(r.data));return}try{let t=JSON.parse(r.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(n=>n(new Error("Message parsing failed")))}})}handleWebSocketMessage(r){var t,n;switch(r.type){case"session_config":r.interruptionMode&&(this.interruptionMode=r.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(s=>s({text:r.response.agentResponseText||r.response.transcript,transcript:r.response.transcript,audio:r.response.audio,confidence:.95,provider:"runtype"})),(t=r.response.audio)!=null&&t.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(s=>s("speaking")),this.playAudio(r.response.audio).catch(s=>this.errorCallbacks.forEach(o=>o(s instanceof Error?s:new Error(String(s)))))):(n=r.response.audio)!=null&&n.base64;break;case"audio_end":if(r.requestId&&r.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(s=>s("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(s=>s(new Error(r.error))),this.statusCallbacks.forEach(s=>s("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(r){r.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new Bo(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(t=>t("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(t=>t("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(r))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(r=>r("idle")))}cancelCurrentPlayback(){this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(this.playbackManager.flush(),this.playbackManager=null),this.currentRequestId&&this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"cancel",requestId:this.currentRequestId})),this.currentRequestId=null,this.isProcessing=!1,this.isSpeaking=!1}async startListening(){var r,t,n,s;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let c=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(c)}let o=this.w;this.audioContext||(this.audioContext=new(o.AudioContext||o.webkitAudioContext));let a=this.audioContext,i=(t=(r=this.config)==null?void 0:r.pauseDuration)!=null?t:2e3,p=(s=(n=this.config)==null?void 0:n.silenceThreshold)!=null?s:.01;this.vad.start(a,this.mediaStream,"silence",{threshold:p,duration:i},()=>this.stopListening()),this.mediaRecorder=new MediaRecorder(this.mediaStream),this.audioChunks=[],this.mediaRecorder.ondataavailable=c=>{c.data.size>0&&this.audioChunks.push(c.data)},this.mediaRecorder.onstop=async()=>{var c;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let u=((c=this.mediaRecorder)==null?void 0:c.mimeType)||"audio/webm",d=new Blob(this.audioChunks,{type:u});await this.sendAudio(d),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(c=>c("listening"))}catch(o){throw this.errorCallbacks.forEach(a=>a(o)),this.statusCallbacks.forEach(a=>a("error")),o}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(r=>r.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(r=>r("idle"))}async startBargeInMonitoring(){var o,a;if(this.interruptionMode!=="barge-in")return;let r=this.w;if(!this.mediaStream&&r&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&r&&(this.audioContext=new(r.AudioContext||r.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let t=this.audioContext,n=(a=(o=this.config)==null?void 0:o.silenceThreshold)!=null?a:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:n,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(r=>{this.errorCallbacks.forEach(t=>t(r instanceof Error?r:new Error(String(r))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(r){var t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(n=>n(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(n=>n("error"));return}try{let n=await this.blobToBase64(r),s=this.getFormatFromMimeType(r.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:n,format:s,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:o}))}catch(n){this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error"))}}getFormatFromMimeType(r){return r.includes("wav")?"wav":r.includes("mpeg")||r.includes("mp3")?"mp3":"webm"}blobToBase64(r){return new Promise((t,n)=>{let s=new FileReader;s.onload=()=>{let a=s.result.split(",")[1];t(a)},s.onerror=n,s.readAsDataURL(r)})}async playAudio(r){if(!r.base64)return;let t=atob(r.base64),n=new Uint8Array(t.length);for(let c=0;c<t.length;c++)n[c]=t.charCodeAt(c);let s=r.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,a=new Blob([n],{type:o}),i=URL.createObjectURL(a),p=new Audio(i);this.currentAudio=p,this.currentAudioUrl=i,p.onended=()=>{URL.revokeObjectURL(i),this.currentAudio===p&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(c=>c("idle")))},await p.play()}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}onProcessingStart(r){this.processingStartCallbacks.push(r)}async disconnect(){if(this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(await this.playbackManager.destroy(),this.playbackManager=null),this.currentRequestId=null,this.isSpeaking=!1,this.vad.stop(),await this.stopListening(),this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null),this.ws){try{this.ws.close()}catch{}this.ws=null}this.statusCallbacks.forEach(r=>r("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var ar=class{constructor(r={}){this.config=r;this.type="browser";this.recognition=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.isListening=!1;this.w=typeof window!="undefined"?window:void 0}async connect(){this.statusCallbacks.forEach(r=>r("connected"))}async startListening(){var r,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let n=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!n)throw new Error("Browser speech recognition not supported");this.recognition=new n,this.recognition.lang=((r=this.config)==null?void 0:r.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var i;let o=Array.from(s.results).map(p=>p[0]).map(p=>p.transcript).join(""),a=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(p=>p({text:o,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=s=>{this.errorCallbacks.forEach(o=>o(new Error(s.error))),this.statusCallbacks.forEach(o=>o("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(s=>s("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(s=>s("idle"))},this.recognition.start()}catch(n){throw this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error")),n}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(r=>r("idle"))}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(r=>r("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function wr(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new eo(e.runtype);case"browser":if(!ar.isSupported())throw new Error("Browser speech recognition not supported");return new ar(e.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function ms(e){if((e==null?void 0:e.type)==="runtype"&&e.runtype)return wr({type:"runtype",runtype:e.runtype});if(ar.isSupported())return wr({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function No(e){try{return ms(e),!0}catch{return!1}}var to=class e{constructor(r={},t){this.config=r;this.callbacks=t;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.artifacts=new Map;this.selectedArtifactId=null;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=r=>{var t,n,s,o,a,i,p;r.type==="message"?(this.upsertMessage(r.message),(t=r.message.agentMetadata)!=null&&t.executionId&&(this.agentExecution?r.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=r.message.agentMetadata.iteration):this.agentExecution={executionId:r.message.agentMetadata.executionId,agentId:"",agentName:(n=r.message.agentMetadata.agentName)!=null?n:"",status:"running",currentIteration:(s=r.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})):r.type==="status"?(this.setStatus(r.status),r.status==="connecting"?this.setStreaming(!0):(r.status==="idle"||r.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=r.status==="error"?"error":"complete"))):r.type==="error"?(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((a=this.agentExecution)==null?void 0:a.status)==="running"&&(this.agentExecution.status="error"),(p=(i=this.callbacks).onError)==null||p.call(i,r.error)):(r.type==="artifact_start"||r.type==="artifact_delta"||r.type==="artifact_update"||r.type==="artifact_complete")&&this.applyArtifactStreamEvent(r)};var n;this.messages=[...(n=r.initialMessages)!=null?n:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new vr(r),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(r){this.client.setSSEEventCallback(r)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var r;return((r=this.agentExecution)==null?void 0:r.status)==="running"}isVoiceSupported(){var r;return No((r=this.config.voiceRecognition)==null?void 0:r.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var r;return(r=this.voiceProvider)!=null&&r.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var r;(r=this.voiceProvider)!=null&&r.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var r,t,n;return(n=(t=(r=this.voiceProvider)==null?void 0:r.isBargeInActive)==null?void 0:t.call(r))!=null?n:!1}async deactivateBargeIn(){var r;(r=this.voiceProvider)!=null&&r.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(r){var t,n,s;try{let o=r||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=wr(o);let a=(t=this.config.voiceRecognition)!=null?t:{},i=(n=a.processingText)!=null?n:"\u{1F3A4} Processing voice...",p=(s=a.processingErrorText)!=null?s:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let c=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=c.id;let u=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=u.id,this.setStreaming(!0)}),this.voiceProvider.onResult(c=>{var u,d,f,m,v,A;if(c.provider==="browser")c.text&&c.text.trim()&&this.sendMessage(c.text,{viaVoice:!0});else if(c.provider==="runtype"){this.pendingVoiceUserMessageId&&((u=c.transcript)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:c.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(d=c.transcript)!=null&&d.trim()&&this.injectUserMessage({content:c.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=c.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:c.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(m=c.text)!=null&&m.trim()&&this.injectAssistantMessage({content:c.text.trim()});{let b=(A=this.pendingVoiceAssistantMessageId)!=null?A:(v=[...this.messages].reverse().find(x=>x.role==="assistant"))==null?void 0:v.id;b&&this.ttsSpokenMessageIds.add(b)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(c=>{console.error("Voice error:",c),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:p,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(c=>{var u,d;this.voiceStatus=c,this.voiceActive=c==="listening",(d=(u=this.callbacks).onVoiceStatusChanged)==null||d.call(u,c)}),this.voiceProvider.connect()}catch(o){console.error("Failed to setup voice:",o)}}async toggleVoice(){if(!this.voiceProvider){console.error("Voice not configured");return}if(this.voiceActive)await this.voiceProvider.stopListening();else{this.stopSpeaking();try{await this.voiceProvider.startListening()}catch(r){console.error("Failed to start voice:",r)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var t,n,s,o,a,i,p,c,u;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let r=this.config.voiceRecognition.provider;switch(r.type){case"runtype":return{type:"runtype",runtype:{agentId:((n=r.runtype)==null?void 0:n.agentId)||"",clientToken:((s=r.runtype)==null?void 0:s.clientToken)||"",host:(o=r.runtype)==null?void 0:o.host,voiceId:(a=r.runtype)==null?void 0:a.voiceId,pauseDuration:(i=r.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(p=r.runtype)==null?void 0:p.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((c=r.browser)==null?void 0:c.language)||"en-US",continuous:(u=r.browser)==null?void 0:u.continuous}};default:return}}async initClientSession(){var r,t;if(!this.isClientTokenMode())return null;try{let n=await this.client.initSession();return this.setClientSession(n),n}catch(n){return(t=(r=this.callbacks).onError)==null||t.call(r,n instanceof Error?n:new Error(String(n))),null}}setClientSession(r){if(this.clientSession=r,r.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:r.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}getClientSession(){var r;return(r=this.clientSession)!=null?r:this.client.getClientSession()}isSessionValid(){let r=this.getClientSession();return r?new Date<r.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(r,t){return this.client.submitMessageFeedback(r,t)}async submitCSATFeedback(r,t){return this.client.submitCSATFeedback(r,t)}async submitNPSFeedback(r,t){return this.client.submitNPSFeedback(r,t)}updateConfig(r){let t=this.client.getSSEEventCallback();this.config={...this.config,...r},this.client=new vr(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(r){this.handleEvent(r)}injectMessage(r){let{role:t,content:n,llmContent:s,contentParts:o,id:a,createdAt:i,sequence:p,streaming:c=!1,voiceProcessing:u}=r,f={id:a!=null?a:t==="user"?Qr():t==="assistant"?Cr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:n,createdAt:i!=null?i:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:c,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...u!==void 0&&{voiceProcessing:u}};return this.upsertMessage(f),f}injectAssistantMessage(r){return this.injectMessage({...r,role:"assistant"})}injectUserMessage(r){return this.injectMessage({...r,role:"user"})}injectSystemMessage(r){return this.injectMessage({...r,role:"system"})}injectMessageBatch(r){let t=[];for(let n of r){let{role:s,content:o,llmContent:a,contentParts:i,id:p,createdAt:c,sequence:u,streaming:d=!1}=n,m={id:p!=null?p:s==="user"?Qr():s==="assistant"?Cr():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:c!=null?c:new Date().toISOString(),sequence:u!=null?u:this.nextSequence(),streaming:d,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i}};t.push(m)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}async sendMessage(r,t){var c,u,d,f,m;let n=r.trim();if(!n&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(c=this.abortController)==null||c.abort();let s=Qr(),o=Cr(),a={id:s,role:"user",content:n||Ro,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(t==null?void 0:t.viaVoice)||!1,...(t==null?void 0:t.contentParts)&&t.contentParts.length>0&&{contentParts:t.contentParts}};this.appendMessage(a),this.setStreaming(!0);let i=new AbortController;this.abortController=i;let p=[...this.messages];try{await this.client.dispatch({messages:p,signal:i.signal,assistantMessageId:o},this.handleEvent)}catch(v){let A=v instanceof Error&&(v.name==="AbortError"||v.message.includes("aborted")||v.message.includes("abort"));if(!A){let b={id:o,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(b)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,A||(v instanceof Error?(d=(u=this.callbacks).onError)==null||d.call(u,v):(m=(f=this.callbacks).onError)==null||m.call(f,new Error(String(v))))}}async continueConversation(){var s,o,a,i,p;if(this.streaming)return;(s=this.abortController)==null||s.abort();let r=Cr();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let n=[...this.messages];try{await this.client.dispatch({messages:n,signal:t.signal,assistantMessageId:r},this.handleEvent)}catch(c){let u={id:r,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(u),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,c instanceof Error?(a=(o=this.callbacks).onError)==null||a.call(o,c):(p=(i=this.callbacks).onError)==null||p.call(i,new Error(String(c)))}}async connectStream(r,t){var s,o,a;if(this.streaming)return;(s=this.abortController)==null||s.abort();let n=!1;for(let i of this.messages)i.streaming&&(i.streaming=!1,n=!0);n&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(r,this.handleEvent,t==null?void 0:t.assistantMessageId)}catch(i){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(a=(o=this.callbacks).onError)==null||a.call(o,i instanceof Error?i:new Error(String(i)))}}async resolveApproval(r,t){var p,c,u;let n=`approval-${r.id}`,s={...r,status:t,resolvedAt:Date.now()},o={id:n,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let a=this.config.approval,i=a&&typeof a=="object"?a.onDecision:void 0;try{let d;if(i?d=await i({approvalId:r.id,executionId:r.executionId,agentId:r.agentId,toolName:r.toolName},t):d=await this.client.resolveApproval({agentId:r.agentId,executionId:r.executionId,approvalId:r.id},t),d){let f=null;if(d instanceof Response){if(!d.ok){let m=await d.json().catch(()=>null);throw new Error((p=m==null?void 0:m.error)!=null?p:`Approval request failed: ${d.status}`)}f=d.body}else d instanceof ReadableStream&&(f=d);f?await this.connectStream(f):t==="denied"&&this.appendMessage({id:`denial-${r.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(d){(u=(c=this.callbacks).onError)==null||u.call(c,d instanceof Error?d:new Error(String(d)))}}cancel(){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var r;this.stopSpeaking(),(r=this.abortController)==null||r.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(r){return this.artifacts.get(r)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(r){this.selectedArtifactId=r,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(r){var s;let t=r.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(r.artifactType==="markdown"){let o={id:t,artifactType:"markdown",title:r.title,status:"complete",markdown:r.content};return this.artifacts.set(t,o),this.selectedArtifactId=t,this.emitArtifactsState(),o}let n={id:t,artifactType:"component",title:r.title,status:"complete",component:r.component,props:(s=r.props)!=null?s:{}};return this.artifacts.set(t,n),this.selectedArtifactId=t,this.emitArtifactsState(),n}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var r,t;(t=(r=this.callbacks).onArtifactsState)==null||t.call(r,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(r){var t,n;switch(r.type){case"artifact_start":{r.artifactType==="markdown"?this.artifacts.set(r.id,{id:r.id,artifactType:"markdown",title:r.title,status:"streaming",markdown:""}):this.artifacts.set(r.id,{id:r.id,artifactType:"component",title:r.title,status:"streaming",component:(t=r.component)!=null?t:"",props:{}}),this.selectedArtifactId=r.id;break}case"artifact_delta":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="markdown"&&(s.markdown=((n=s.markdown)!=null?n:"")+r.artDelta);break}case"artifact_update":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="component"&&(s.props={...s.props,...r.props},r.component&&(s.component=r.component));break}case"artifact_complete":{let s=this.artifacts.get(r.id);s&&(s.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(r){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(r.map(n=>{var s;return{...n,streaming:!1,sequence:(s=n.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(r){this.status!==r&&(this.status=r,this.callbacks.onStatusChanged(r))}setStreaming(r){if(this.streaming===r)return;let t=this.streaming;this.streaming=r,this.callbacks.onStreamingChanged(r),t&&!r&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let r=this.config.textToSpeech;if(!(r!=null&&r.enabled)||!(!r.provider||r.provider==="browser"||r.provider==="runtype"&&r.browserFallback))return;let n=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!n)return;if(this.ttsSpokenMessageIds.has(n.id)){this.ttsSpokenMessageIds.delete(n.id);return}let s=n.content;s.trim()&&this.speak(s,r)}speak(r,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let n=window.speechSynthesis;n.cancel();let s=new SpeechSynthesisUtterance(r),o=n.getVoices();if(t.voice){let a=o.find(i=>i.name===t.voice);a&&(s.voice=a)}else o.length>0&&(s.voice=t.pickVoice?t.pickVoice(o):e.pickBestVoice(o));t.rate!==void 0&&(s.rate=t.rate),t.pitch!==void 0&&(s.pitch=t.pitch),setTimeout(()=>n.speak(s),50)}static pickBestVoice(r){var n;let t=["Microsoft Jenny Online (Natural) - English (United States)","Microsoft Aria Online (Natural) - English (United States)","Microsoft Guy Online (Natural) - English (United States)","Google US English","Google UK English Female","Ava (Premium)","Evan (Enhanced)","Samantha (Enhanced)","Samantha","Daniel","Karen","Microsoft David Desktop - English (United States)","Microsoft Zira Desktop - English (United States)"];for(let s of t){let o=r.find(a=>a.name===s);if(o)return o}return(n=r.find(s=>s.lang.startsWith("en")))!=null?n:r[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(r){let t=this.ensureSequence(r);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(r){let t=this.ensureSequence(r),n=this.messages.findIndex(s=>s.id===t.id);if(n===-1){this.appendMessage(t);return}this.messages=this.messages.map((s,o)=>o===n?{...s,...t}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(r){return r.sequence!==void 0?{...r}:{...r,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(r){return[...r].sort((t,n)=>{var p,c;let s=new Date(t.createdAt).getTime(),o=new Date(n.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let a=(p=t.sequence)!=null?p:0,i=(c=n.sequence)!=null?c:0;return a!==i?a-i:t.id.localeCompare(n.id)})}};var h=(e,r)=>{let t=document.createElement(e);return r&&(t.className=r),t},En=(e,r,t)=>{let n=e.createElement(r);return t&&(n.className=t),n};import*as md from"lucide";var fe=(e,r=24,t="currentColor",n=2)=>{try{let s=e.split("-").map(a=>a.charAt(0).toUpperCase()+a.slice(1)).join(""),o=md[s];return o?fd(o,r,t,n):(console.warn(`Lucide icon "${e}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${e}":`,s),null}};function fd(e,r,t,n){if(!e||!Array.isArray(e))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(r)),s.setAttribute("height",String(r)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",t),s.setAttribute("stroke-width",String(n)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),e.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let a=o[0],i=o[1];if(i){let p=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([c,u])=>{c!=="stroke"&&p.setAttribute(c,String(u))}),s.appendChild(p)}}}),s}var Oo={allowedTypes:Hn,maxFileSize:10*1024*1024,maxFiles:4};function hd(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function yd(e){return e==="application/pdf"||e.startsWith("text/")||e.includes("word")?"file-text":e.includes("excel")||e.includes("spreadsheet")?"file-spreadsheet":e==="application/json"?"file-json":"file"}var Sr=class e{constructor(r={}){this.attachments=[];this.previewsContainer=null;var t,n,s;this.config={allowedTypes:(t=r.allowedTypes)!=null?t:Oo.allowedTypes,maxFileSize:(n=r.maxFileSize)!=null?n:Oo.maxFileSize,maxFiles:(s=r.maxFiles)!=null?s:Oo.maxFiles,onFileRejected:r.onFileRejected,onAttachmentsChange:r.onAttachmentsChange}}setPreviewsContainer(r){this.previewsContainer=r}updateConfig(r){r.allowedTypes!==void 0&&(this.config.allowedTypes=r.allowedTypes.length>0?r.allowedTypes:Oo.allowedTypes),r.maxFileSize!==void 0&&(this.config.maxFileSize=r.maxFileSize),r.maxFiles!==void 0&&(this.config.maxFiles=r.maxFiles),r.onFileRejected!==void 0&&(this.config.onFileRejected=r.onFileRejected),r.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=r.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(r=>r.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(r){!r||r.length===0||await this.handleFiles(Array.from(r))}async handleFiles(r){var t,n,s,o,a,i,p;if(r.length){for(let c of r){if(this.attachments.length>=this.config.maxFiles){(n=(t=this.config).onFileRejected)==null||n.call(t,c,"count");continue}let u=xl(c,this.config.allowedTypes,this.config.maxFileSize);if(!u.valid){let d=(s=u.error)!=null&&s.includes("type")?"type":"size";(a=(o=this.config).onFileRejected)==null||a.call(o,c,d);continue}try{let d=await bl(c),f=Ho(c)?URL.createObjectURL(c):null,m={id:hd(),file:c,previewUrl:f,contentPart:d};this.attachments.push(m),this.renderPreview(m)}catch(d){console.error("[AttachmentManager] Failed to process file:",d)}}this.updatePreviewsVisibility(),(p=(i=this.config).onAttachmentsChange)==null||p.call(i,this.getAttachments())}}removeAttachment(r){var o,a,i;let t=this.attachments.findIndex(p=>p.id===r);if(t===-1)return;let n=this.attachments[t];n.previewUrl&&URL.revokeObjectURL(n.previewUrl),this.attachments.splice(t,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${r}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var r,t;for(let n of this.attachments)n.previewUrl&&URL.revokeObjectURL(n.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(r=this.config).onAttachmentsChange)==null||t.call(r,this.getAttachments())}renderPreview(r){if(!this.previewsContainer)return;let t=Ho(r.file),n=h("div","persona-attachment-preview persona-relative persona-inline-block");if(n.setAttribute("data-attachment-id",r.id),n.style.width="48px",n.style.height="48px",t&&r.previewUrl){let a=h("img");a.src=r.previewUrl,a.alt=r.file.name,a.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",a.style.width="48px",a.style.height="48px",a.style.objectFit="cover",a.style.borderRadius="8px",n.appendChild(a)}else{let a=h("div");a.style.width="48px",a.style.height="48px",a.style.borderRadius="8px",a.style.backgroundColor="var(--persona-container, #f3f4f6)",a.style.border="1px solid var(--persona-border, #e5e7eb)",a.style.display="flex",a.style.flexDirection="column",a.style.alignItems="center",a.style.justifyContent="center",a.style.gap="2px",a.style.overflow="hidden";let i=yd(r.file.type),p=fe(i,20,"var(--persona-muted, #6b7280)",1.5);p&&a.appendChild(p);let c=h("span");c.textContent=vl(r.file.type,r.file.name),c.style.fontSize="8px",c.style.fontWeight="600",c.style.color="var(--persona-muted, #6b7280)",c.style.textTransform="uppercase",c.style.lineHeight="1",a.appendChild(c),n.appendChild(a)}let s=h("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=fe("x",10,"var(--persona-text-inverse, #ffffff)",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="var(--persona-text-inverse, #ffffff)",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(r.id)}),n.appendChild(s),this.previewsContainer.appendChild(n)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(r,t){return new e({allowedTypes:r==null?void 0:r.allowedTypes,maxFileSize:r==null?void 0:r.maxFileSize,maxFiles:r==null?void 0:r.maxFiles,onFileRejected:r==null?void 0:r.onFileRejected,onAttachmentsChange:t})}};var Cl={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"}},spacing:{0:"0px",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",8:"2rem",10:"2.5rem",12:"3rem",16:"4rem",20:"5rem",24:"6rem",32:"8rem",40:"10rem",48:"12rem",56:"14rem",64:"16rem"},typography:{fontFamily:{sans:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',serif:'Georgia, Cambria, "Times New Roman", Times, serif',mono:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",base:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem"},fontWeight:{normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeight:{tight:"1.25",normal:"1.5",relaxed:"1.625"}},shadows:{none:"none",sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)"},borders:{none:"none",sm:"1px solid",md:"2px solid",lg:"4px solid"},radius:{none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem",full:"9999px"}},wl={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.gray.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.100",text:"palette.colors.gray.900",textMuted:"palette.colors.gray.500",textInverse:"palette.colors.gray.50",border:"palette.colors.gray.200",divider:"palette.colors.gray.200",interactive:{default:"palette.colors.primary.500",hover:"palette.colors.primary.600",focus:"palette.colors.primary.700",active:"palette.colors.primary.800",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.primary.500"}},spacing:{xs:"palette.spacing.1",sm:"palette.spacing.2",md:"palette.spacing.4",lg:"palette.spacing.6",xl:"palette.spacing.8","2xl":"palette.spacing.10"},typography:{fontFamily:"palette.typography.fontFamily.sans",fontSize:"palette.typography.fontSize.base",fontWeight:"palette.typography.fontWeight.normal",lineHeight:"palette.typography.lineHeight.normal"}},Sl={button:{primary:{background:"semantic.colors.primary",foreground:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.text",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},ghost:{background:"transparent",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},input:{background:"semantic.colors.surface",placeholder:"semantic.colors.textMuted",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"semantic.colors.interactive.focus",ring:"semantic.colors.interactive.focus"}},launcher:{size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:"min(400px, calc(100vw - 24px))",maxWidth:"400px",height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"semantic.colors.surface",border:"semantic.colors.border",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"semantic.colors.primary",iconForeground:"semantic.colors.textInverse",titleForeground:"semantic.colors.primary",subtitleForeground:"semantic.colors.textMuted",actionIconForeground:"semantic.colors.textMuted"},message:{user:{background:"semantic.colors.primary",text:"semantic.colors.textInverse",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"semantic.colors.container",text:"semantic.colors.text",borderRadius:"palette.radius.lg",border:"semantic.colors.border",shadow:"palette.shadows.sm"}},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"semantic.colors.container",foreground:"semantic.colors.text"},link:{foreground:"semantic.colors.accent"},prose:{fontFamily:"inherit"}},voice:{recording:{indicator:"palette.colors.error.500",background:"palette.colors.error.50",border:"palette.colors.error.200"},processing:{icon:"palette.colors.primary.500",background:"palette.colors.primary.50"},speaking:{icon:"palette.colors.success.500"}},approval:{requested:{background:"palette.colors.warning.50",border:"palette.colors.warning.200",text:"palette.colors.gray.900"},approve:{background:"palette.colors.success.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"palette.colors.error.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},attachment:{image:{background:"palette.colors.gray.100",border:"palette.colors.gray.200"}},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function no(e,r){if(!r.startsWith("palette.")&&!r.startsWith("semantic.")&&!r.startsWith("components."))return r;let t=r.split("."),n=e;for(let s of t){if(n==null)return;n=n[s]}return typeof n=="string"&&(n.startsWith("palette.")||n.startsWith("semantic.")||n.startsWith("components."))?no(e,n):n}function fs(e){let r={};function t(n,s){for(let[o,a]of Object.entries(n)){let i=`${s}.${o}`;if(typeof a=="string"){let p=no(e,a);p!==void 0&&(r[i]={path:i,value:p,type:s.includes("color")?"color":s.includes("spacing")?"spacing":s.includes("typography")?"typography":s.includes("shadow")?"shadow":s.includes("border")?"border":"color"})}else typeof a=="object"&&a!==null&&t(a,i)}}return t(e.palette,"palette"),t(e.semantic,"semantic"),t(e.components,"components"),r}function Al(e){let r=[],t=[];return e.palette||r.push({path:"palette",message:"Theme must include a palette",severity:"error"}),e.semantic||t.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),e.components||t.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:r.length===0,errors:r,warnings:t}}function El(e,r){let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?t[n]=El(o,s):t[n]=s}return t}function bd(e,r){return r?El(e,r):e}function ro(e,r={}){var s,o,a,i,p,c,u,d,f,m,v,A,b;let t={palette:Cl,semantic:wl,components:Sl},n={palette:{...t.palette,...e==null?void 0:e.palette,colors:{...t.palette.colors,...(s=e==null?void 0:e.palette)==null?void 0:s.colors},spacing:{...t.palette.spacing,...(o=e==null?void 0:e.palette)==null?void 0:o.spacing},typography:{...t.palette.typography,...(a=e==null?void 0:e.palette)==null?void 0:a.typography},shadows:{...t.palette.shadows,...(i=e==null?void 0:e.palette)==null?void 0:i.shadows},borders:{...t.palette.borders,...(p=e==null?void 0:e.palette)==null?void 0:p.borders},radius:{...t.palette.radius,...(c=e==null?void 0:e.palette)==null?void 0:c.radius}},semantic:{...t.semantic,...e==null?void 0:e.semantic,colors:{...t.semantic.colors,...(u=e==null?void 0:e.semantic)==null?void 0:u.colors,interactive:{...t.semantic.colors.interactive,...(f=(d=e==null?void 0:e.semantic)==null?void 0:d.colors)==null?void 0:f.interactive},feedback:{...t.semantic.colors.feedback,...(v=(m=e==null?void 0:e.semantic)==null?void 0:m.colors)==null?void 0:v.feedback}},spacing:{...t.semantic.spacing,...(A=e==null?void 0:e.semantic)==null?void 0:A.spacing},typography:{...t.semantic.typography,...(b=e==null?void 0:e.semantic)==null?void 0:b.typography}},components:bd(t.components,e==null?void 0:e.components)};if(r.validate!==!1){let x=Al(n);if(!x.valid)throw new Error(`Theme validation failed: ${x.errors.map(M=>M.message).join(", ")}`)}if(r.plugins)for(let x of r.plugins)n=x.transform(n);return n}function hs(e){var v,A,b,x,M,F,S,I,O,k,V,ge,ie,_,ne,Te,le,ke,de,Y,ce,q,G,ve,xe,Ke,Xe,mt,Be,rt,Me,D,se,te,z,oe,Le,Z,J,ze,Ue,St,qt,Ut,K,Ie,ft,yt,Ze,it,Wt,Vt,ue,T,Ae,re,ye,Ce,Qe,he,Pe,Ne,ot,At,Oe,Jn,xn,Kn,Dn,cr,Nn,Mn,et;let r=fs(e),t={};for(let[X,an]of Object.entries(r)){let rn=X.replace(/\./g,"-");t[`--persona-${rn}`]=an.value}t["--persona-primary"]=(v=t["--persona-semantic-colors-primary"])!=null?v:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(A=t["--persona-semantic-colors-secondary"])!=null?A:t["--persona-palette-colors-secondary-500"],t["--persona-accent"]=(b=t["--persona-semantic-colors-accent"])!=null?b:t["--persona-palette-colors-accent-500"],t["--persona-surface"]=(x=t["--persona-semantic-colors-surface"])!=null?x:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(M=t["--persona-semantic-colors-background"])!=null?M:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(F=t["--persona-semantic-colors-container"])!=null?F:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(S=t["--persona-semantic-colors-text"])!=null?S:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(I=t["--persona-semantic-colors-text-muted"])!=null?I:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(O=t["--persona-semantic-colors-text-inverse"])!=null?O:t["--persona-palette-colors-gray-50"],t["--persona-border"]=(k=t["--persona-semantic-colors-border"])!=null?k:t["--persona-palette-colors-gray-200"],t["--persona-divider"]=(V=t["--persona-semantic-colors-divider"])!=null?V:t["--persona-palette-colors-gray-200"],t["--persona-muted"]=t["--persona-text-muted"],t["--persona-voice-recording-indicator"]=(ge=t["--persona-components-voice-recording-indicator"])!=null?ge:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(ie=t["--persona-components-voice-recording-background"])!=null?ie:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=(_=t["--persona-components-voice-processing-icon"])!=null?_:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(ne=t["--persona-components-voice-speaking-icon"])!=null?ne:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Te=t["--persona-components-approval-requested-background"])!=null?Te:t["--persona-palette-colors-warning-50"],t["--persona-approval-border"]=(le=t["--persona-components-approval-requested-border"])!=null?le:t["--persona-palette-colors-warning-200"],t["--persona-approval-text"]=(ke=t["--persona-components-approval-requested-text"])!=null?ke:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(de=t["--persona-components-approval-approve-background"])!=null?de:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(Y=t["--persona-components-approval-deny-background"])!=null?Y:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(ce=t["--persona-components-attachment-image-background"])!=null?ce:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=(q=t["--persona-components-attachment-image-border"])!=null?q:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(G=t["--persona-semantic-typography-fontFamily"])!=null?G:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(ve=t["--persona-semantic-typography-fontSize"])!=null?ve:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(xe=t["--persona-semantic-typography-fontWeight"])!=null?xe:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(Ke=t["--persona-semantic-typography-lineHeight"])!=null?Ke:t["--persona-palette-typography-lineHeight-normal"],t["--persona-input-font-family"]=t["--persona-font-family"],t["--persona-input-font-weight"]=t["--persona-font-weight"],t["--persona-radius-sm"]=(Xe=t["--persona-palette-radius-sm"])!=null?Xe:"0.125rem",t["--persona-radius-md"]=(mt=t["--persona-palette-radius-md"])!=null?mt:"0.375rem",t["--persona-radius-lg"]=(Be=t["--persona-palette-radius-lg"])!=null?Be:"0.5rem",t["--persona-radius-xl"]=(rt=t["--persona-palette-radius-xl"])!=null?rt:"0.75rem",t["--persona-launcher-radius"]=(D=(Me=t["--persona-components-launcher-borderRadius"])!=null?Me:t["--persona-palette-radius-full"])!=null?D:"9999px",t["--persona-button-radius"]=(te=(se=t["--persona-components-button-primary-borderRadius"])!=null?se:t["--persona-palette-radius-full"])!=null?te:"9999px",t["--persona-panel-radius"]=(oe=(z=t["--persona-components-panel-borderRadius"])!=null?z:t["--persona-radius-xl"])!=null?oe:"0.75rem",t["--persona-panel-border"]=(Le=t["--persona-components-panel-border"])!=null?Le:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(J=(Z=t["--persona-components-panel-shadow"])!=null?Z:t["--persona-palette-shadows-xl"])!=null?J:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(Ue=(ze=t["--persona-components-input-borderRadius"])!=null?ze:t["--persona-radius-lg"])!=null?Ue:"0.5rem",t["--persona-message-user-radius"]=(qt=(St=t["--persona-components-message-user-borderRadius"])!=null?St:t["--persona-radius-lg"])!=null?qt:"0.5rem",t["--persona-message-assistant-radius"]=(K=(Ut=t["--persona-components-message-assistant-borderRadius"])!=null?Ut:t["--persona-radius-lg"])!=null?K:"0.5rem",t["--persona-header-bg"]=(Ie=t["--persona-components-header-background"])!=null?Ie:t["--persona-surface"],t["--persona-header-border"]=(ft=t["--persona-components-header-border"])!=null?ft:t["--persona-divider"],t["--persona-header-icon-bg"]=(yt=t["--persona-components-header-iconBackground"])!=null?yt:t["--persona-primary"],t["--persona-header-icon-fg"]=(Ze=t["--persona-components-header-iconForeground"])!=null?Ze:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(it=t["--persona-components-header-titleForeground"])!=null?it:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(Wt=t["--persona-components-header-subtitleForeground"])!=null?Wt:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(Vt=t["--persona-components-header-actionIconForeground"])!=null?Vt:t["--persona-muted"];let n=(ue=e.components)==null?void 0:ue.header;n!=null&&n.shadow&&(t["--persona-header-shadow"]=n.shadow),n!=null&&n.borderBottom&&(t["--persona-header-border-bottom"]=n.borderBottom),t["--persona-message-user-bg"]=(T=t["--persona-components-message-user-background"])!=null?T:t["--persona-accent"],t["--persona-message-user-text"]=(Ae=t["--persona-components-message-user-text"])!=null?Ae:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(re=t["--persona-components-message-user-shadow"])!=null?re:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(ye=t["--persona-components-message-assistant-background"])!=null?ye:t["--persona-surface"],t["--persona-message-assistant-text"]=(Ce=t["--persona-components-message-assistant-text"])!=null?Ce:t["--persona-text"],t["--persona-message-assistant-border"]=(Qe=t["--persona-components-message-assistant-border"])!=null?Qe:t["--persona-border"],t["--persona-message-assistant-shadow"]=(he=t["--persona-components-message-assistant-shadow"])!=null?he:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-tool-bubble-shadow"]=(Pe=t["--persona-components-toolBubble-shadow"])!=null?Pe:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(Ne=t["--persona-components-reasoningBubble-shadow"])!=null?Ne:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(ot=t["--persona-components-composer-shadow"])!=null?ot:"none",t["--persona-md-inline-code-bg"]=(At=t["--persona-components-markdown-inlineCode-background"])!=null?At:t["--persona-container"],t["--persona-md-inline-code-color"]=(Oe=t["--persona-components-markdown-inlineCode-foreground"])!=null?Oe:t["--persona-text"],t["--persona-md-link-color"]=(xn=(Jn=t["--persona-components-markdown-link-foreground"])!=null?Jn:t["--persona-accent"])!=null?xn:"#3b82f6";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let o=t["--persona-components-markdown-heading-h1-fontWeight"];o&&(t["--persona-md-h1-weight"]=o);let a=t["--persona-components-markdown-heading-h2-fontSize"];a&&(t["--persona-md-h2-size"]=a);let i=t["--persona-components-markdown-heading-h2-fontWeight"];i&&(t["--persona-md-h2-weight"]=i);let p=t["--persona-components-markdown-prose-fontFamily"];p&&p!=="inherit"&&(t["--persona-md-prose-font-family"]=p);let c=e.components,u=c==null?void 0:c.iconButton;u&&(u.background&&(t["--persona-icon-btn-bg"]=u.background),u.border&&(t["--persona-icon-btn-border"]=u.border),u.color&&(t["--persona-icon-btn-color"]=u.color),u.padding&&(t["--persona-icon-btn-padding"]=u.padding),u.borderRadius&&(t["--persona-icon-btn-radius"]=u.borderRadius),u.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=u.hoverBackground),u.hoverColor&&(t["--persona-icon-btn-hover-color"]=u.hoverColor),u.activeBackground&&(t["--persona-icon-btn-active-bg"]=u.activeBackground),u.activeBorder&&(t["--persona-icon-btn-active-border"]=u.activeBorder));let d=c==null?void 0:c.labelButton;d&&(d.background&&(t["--persona-label-btn-bg"]=d.background),d.border&&(t["--persona-label-btn-border"]=d.border),d.color&&(t["--persona-label-btn-color"]=d.color),d.padding&&(t["--persona-label-btn-padding"]=d.padding),d.borderRadius&&(t["--persona-label-btn-radius"]=d.borderRadius),d.hoverBackground&&(t["--persona-label-btn-hover-bg"]=d.hoverBackground),d.fontSize&&(t["--persona-label-btn-font-size"]=d.fontSize),d.gap&&(t["--persona-label-btn-gap"]=d.gap));let f=c==null?void 0:c.toggleGroup;f&&(f.gap&&(t["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(t["--persona-toggle-group-radius"]=f.borderRadius));let m=c==null?void 0:c.artifact;if(m!=null&&m.toolbar){let X=m.toolbar;X.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=X.iconHoverColor),X.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=X.iconHoverBackground),X.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=X.iconPadding),X.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=X.iconBorderRadius),X.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=X.iconBorder),X.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=X.toggleGroupGap),X.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=X.toggleBorderRadius),X.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=X.copyBackground),X.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=X.copyBorder),X.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=X.copyColor),X.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=X.copyBorderRadius),X.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=X.copyPadding),X.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=X.copyMenuBackground,t["--persona-dropdown-bg"]=(Kn=t["--persona-dropdown-bg"])!=null?Kn:X.copyMenuBackground),X.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=X.copyMenuBorder,t["--persona-dropdown-border"]=(Dn=t["--persona-dropdown-border"])!=null?Dn:X.copyMenuBorder),X.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=X.copyMenuShadow,t["--persona-dropdown-shadow"]=(cr=t["--persona-dropdown-shadow"])!=null?cr:X.copyMenuShadow),X.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=X.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(Nn=t["--persona-dropdown-radius"])!=null?Nn:X.copyMenuBorderRadius),X.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=X.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(Mn=t["--persona-dropdown-item-hover-bg"])!=null?Mn:X.copyMenuItemHoverBackground),X.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=X.iconBackground),X.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=X.toolbarBorder)}if(m!=null&&m.tab){let X=m.tab;X.background&&(t["--persona-artifact-tab-bg"]=X.background),X.activeBackground&&(t["--persona-artifact-tab-active-bg"]=X.activeBackground),X.activeBorder&&(t["--persona-artifact-tab-active-border"]=X.activeBorder),X.borderRadius&&(t["--persona-artifact-tab-radius"]=X.borderRadius),X.textColor&&(t["--persona-artifact-tab-color"]=X.textColor),X.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=X.hoverBackground),X.listBackground&&(t["--persona-artifact-tab-list-bg"]=X.listBackground),X.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=X.listBorderColor),X.listPadding&&(t["--persona-artifact-tab-list-padding"]=X.listPadding)}if(m!=null&&m.pane){let X=m.pane;if(X.toolbarBackground){let an=(et=no(e,X.toolbarBackground))!=null?et:X.toolbarBackground;t["--persona-artifact-toolbar-bg"]=an}}return t}var xd={header:"Widget header bar",messages:"Message list area","user-message":"User message bubble","assistant-message":"Assistant message bubble",composer:"Footer / composer area",container:"Main widget container","artifact-pane":"Artifact sidebar","artifact-toolbar":"Artifact toolbar"};var Tl=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function oo(e,r){if(!e)return r;if(!r)return e;let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];Tl(o)&&Tl(s)?t[n]=oo(o,s):t[n]=s}return t}var vd={colors:{primary:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"}}},Ml=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},$o=()=>{var e;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((e=window.matchMedia)!=null&&e.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},Cd=e=>{var t;let r=(t=e==null?void 0:e.colorScheme)!=null?t:"light";return r==="light"?"light":r==="dark"?"dark":$o()},kl=e=>Cd(e),wd=e=>ro(e),Sd=e=>{var t;let r=ro(void 0,{validate:!1});return ro({...e,palette:{...r.palette,colors:{...vd.colors,...(t=e==null?void 0:e.palette)==null?void 0:t.colors}}},{validate:!1})},Fo=e=>{let r=kl(e),t=Ml(e==null?void 0:e.theme),n=Ml(e==null?void 0:e.darkTheme);return r==="dark"?Sd(oo(t!=null?t:{},n!=null?n:{})):wd(t)},Ad=e=>hs(e),ir=(e,r)=>{var o;let t=Fo(r),n=Ad(t);for(let[a,i]of Object.entries(n))e.style.setProperty(a,i);let s=(o=r==null?void 0:r.toolCall)==null?void 0:o.shadow;s!==void 0&&e.style.setProperty("--persona-tool-bubble-shadow",s.trim()===""?"none":s)},ys=e=>{let r=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{e($o())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),r.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),n=()=>e($o());t.addEventListener?(t.addEventListener("change",n),r.push(()=>t.removeEventListener("change",n))):t.addListener&&(t.addListener(n),r.push(()=>t.removeListener(n)))}return()=>{r.forEach(t=>t())}};import{Idiomorph as Ed}from"idiomorph";var Ll=(e,r,t={})=>{let{preserveTypingAnimation:n=!0}=t;Ed.morph(e,r.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&n&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function Il(e,r){var t,n,s,o,a,i,p,c,u,d,f,m,v,A,b,x,M,F;return[e.id,e.role,(n=(t=e.content)==null?void 0:t.length)!=null?n:0,(o=(s=e.content)==null?void 0:s.slice(-32))!=null?o:"",e.streaming?"1":"0",(a=e.variant)!=null?a:"",(p=(i=e.rawContent)==null?void 0:i.length)!=null?p:0,(u=(c=e.llmContent)==null?void 0:c.length)!=null?u:0,(f=(d=e.approval)==null?void 0:d.status)!=null?f:"",(v=(m=e.toolCall)==null?void 0:m.status)!=null?v:"",(x=(b=(A=e.reasoning)==null?void 0:A.chunks)==null?void 0:b.length)!=null?x:0,(F=(M=e.contentParts)==null?void 0:M.length)!=null?F:0,r].join("\0")}function Pl(){return new Map}function Wl(e,r,t){let n=e.get(r);return n&&n.fingerprint===t?n.wrapper:null}function Rl(e,r,t,n){e.set(r,{fingerprint:t,wrapper:n})}function Hl(e,r){for(let t of e.keys())r.has(t)||e.delete(t)}var Gt={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var _o={side:"right",width:"420px",animate:!0,reveal:"resize"},zt=e=>{var r,t;return((t=(r=e==null?void 0:e.launcher)==null?void 0:r.mountMode)!=null?t:"floating")==="docked"},hn=e=>{var t,n,s,o,a;let r=(t=e==null?void 0:e.launcher)==null?void 0:t.dock;return{side:(n=r==null?void 0:r.side)!=null?n:_o.side,width:(s=r==null?void 0:r.width)!=null?s:_o.width,animate:(o=r==null?void 0:r.animate)!=null?o:_o.animate,reveal:(a=r==null?void 0:r.reveal)!=null?a:_o.reveal}};var yn={"bottom-right":"persona-bottom-6 persona-right-6","bottom-left":"persona-bottom-6 persona-left-6","top-right":"persona-top-6 persona-right-6","top-left":"persona-top-6 persona-left-6"};var so=(e,r)=>{let t=h("button");t.type="button",t.innerHTML=`
|
|
6
|
+
`);a=(He=pt.pop())!=null?He:"";for(let Lt of pt){let Wt=Lt.split(`
|
|
7
|
+
`),Nt="message",Rt="";for(let R of Wt)R.startsWith("event:")?Nt=R.replace("event:","").trim():R.startsWith("data:")&&(Rt+=R.replace("data:","").trim());if(!Rt)continue;let v;try{v=JSON.parse(Rt)}catch(R){t({type:"error",error:R instanceof Error?R:new Error("Failed to parse chat stream payload")});continue}let Le=Nt!=="message"?Nt:(tt=v.type)!=null?tt:"message";if((Ct=this.onSSEEvent)==null||Ct.call(this,Le,v),this.parseSSEEvent){m.current=h;let R=await this.handleCustomSSEEvent(v,t,m,u,c,C);if(m.current&&m.current!==h&&(h=m.current),R)continue}if(Le==="reason_start"){let R=(j=Y(v,!0))!=null?j:`reason-${c()}`,E=ue(R);E.reasoning=(U=E.reasoning)!=null?U:{id:R,status:"streaming",chunks:[]},E.reasoning.startedAt=(_=E.reasoning.startedAt)!=null?_:ge((re=v.startedAt)!=null?re:v.timestamp),E.reasoning.completedAt=void 0,E.reasoning.durationMs=void 0,E.streaming=!0,E.reasoning.status="streaming",u(E)}else if(Le==="reason_delta"||Le==="reason_chunk"){let R=(ee=(z=Y(v,!1))!=null?z:Y(v,!0))!=null?ee:`reason-${c()}`,E=ue(R);E.reasoning=(st=E.reasoning)!=null?st:{id:R,status:"streaming",chunks:[]},E.reasoning.startedAt=(Z=E.reasoning.startedAt)!=null?Z:ge((G=v.startedAt)!=null?G:v.timestamp);let N=(Mt=(nt=(xt=v.reasoningText)!=null?xt:v.text)!=null?nt:v.delta)!=null?Mt:"";if(N&&v.hidden!==!0&&E.reasoning.chunks.push(String(N)),E.reasoning.status=v.done?"complete":"streaming",v.done){E.reasoning.completedAt=ge((zt=v.completedAt)!=null?zt:v.timestamp);let ae=(Fe=E.reasoning.startedAt)!=null?Fe:Date.now();E.reasoning.durationMs=Math.max(0,((se=E.reasoning.completedAt)!=null?se:Date.now())-ae)}E.streaming=E.reasoning.status!=="complete",u(E)}else if(Le==="reason_complete"){let R=(wt=(Ie=Y(v,!1))!=null?Ie:Y(v,!0))!=null?wt:`reason-${c()}`,E=T.get(R);if(E!=null&&E.reasoning){E.reasoning.status="complete",E.reasoning.completedAt=ge((St=v.completedAt)!=null?St:v.timestamp);let ae=(Xe=E.reasoning.startedAt)!=null?Xe:Date.now();E.reasoning.durationMs=Math.max(0,((Ze=E.reasoning.completedAt)!=null?Ze:Date.now())-ae),E.streaming=!1,u(E)}let N=w(v);N&&x.byStep.delete(N)}else if(Le==="tool_start"){let R=(Kt=he(v,!0))!=null?Kt:`tool-${c()}`,E=(Jt=v.toolName)!=null?Jt:v.name;if(Ce(E)){$.add(R);continue}let N=Ae(R),ae=(Yt=N.toolCall)!=null?Yt:{id:R,status:"pending"};ae.name=E!=null?E:ae.name,ae.status="running",v.args!==void 0?ae.args=v.args:v.parameters!==void 0&&(ae.args=v.parameters),ae.startedAt=(Te=ae.startedAt)!=null?Te:ge((F=v.startedAt)!=null?F:v.timestamp),ae.completedAt=void 0,ae.durationMs=void 0,N.toolCall=ae,N.streaming=!0;let ie=v.agentContext;(ie||v.executionId)&&(N.agentMetadata={executionId:(de=ie==null?void 0:ie.executionId)!=null?de:v.executionId,iteration:(it=ie==null?void 0:ie.iteration)!=null?it:v.iteration}),u(N)}else if(Le==="tool_chunk"||Le==="tool_delta"){let R=(Q=(Be=he(v,!1))!=null?Be:he(v,!0))!=null?Q:`tool-${c()}`;if($.has(R))continue;let E=Ae(R),N=(ye=E.toolCall)!=null?ye:{id:R,status:"running"};N.startedAt=(dt=N.startedAt)!=null?dt:ge((Re=v.startedAt)!=null?Re:v.timestamp);let ae=(Dt=(rt=(Bt=v.text)!=null?Bt:v.delta)!=null?rt:v.message)!=null?Dt:"";ae&&(N.chunks=(lt=N.chunks)!=null?lt:[],N.chunks.push(String(ae))),N.status="running",E.toolCall=N,E.streaming=!0;let ie=v.agentContext;(ie||v.executionId)&&(E.agentMetadata=(Oe=E.agentMetadata)!=null?Oe:{executionId:(ze=ie==null?void 0:ie.executionId)!=null?ze:v.executionId,iteration:(ct=ie==null?void 0:ie.iteration)!=null?ct:v.iteration}),u(E)}else if(Le==="tool_complete"){let R=(In=(Ft=he(v,!1))!=null?Ft:he(v,!0))!=null?In:`tool-${c()}`;if($.has(R)){$.delete(R);continue}let E=Ae(R),N=($n=E.toolCall)!=null?$n:{id:R,status:"running"};N.status="complete",v.result!==void 0&&(N.result=v.result),typeof v.duration=="number"&&(N.duration=v.duration),N.completedAt=ge((An=v.completedAt)!=null?An:v.timestamp);let ae=(Ke=v.duration)!=null?Ke:v.executionTime;if(typeof ae=="number")N.durationMs=ae;else{let It=(lr=N.startedAt)!=null?lr:Date.now();N.durationMs=Math.max(0,((Pn=N.completedAt)!=null?Pn:Date.now())-It)}E.toolCall=N,E.streaming=!1;let ie=v.agentContext;(ie||v.executionId)&&(E.agentMetadata=(vr=E.agentMetadata)!=null?vr:{executionId:(cr=ie==null?void 0:ie.executionId)!=null?cr:v.executionId,iteration:(Wn=ie==null?void 0:ie.iteration)!=null?Wn:v.iteration}),u(E);let Me=k(v);Me&&S.byCall.delete(Me)}else if(Le==="step_chunk"||Le==="step_delta"){let R=v.stepType,E=v.executionType;if(R==="tool"||E==="context")continue;let N=W(),ae=(mn=(Qe=(_n=(Kn=v.text)!=null?Kn:v.delta)!=null?_n:v.content)!=null?Qe:v.chunk)!=null?mn:"";if(ae){let Me=((En=ce.get(N.id))!=null?En:"")+ae;N.rawContent=Me,K.has(N.id)||K.set(N.id,this.createStreamParser());let It=K.get(N.id),Pt=Me.trim().startsWith("{")||Me.trim().startsWith("[");if(Pt&&ce.set(N.id,Me),It.__isPlainTextParser===!0){N.content+=ae,ce.delete(N.id),K.delete(N.id),N.rawContent=void 0,u(N);continue}let $t=It.processChunk(Me);if($t instanceof Promise)$t.then(ut=>{var Ve;let yt=typeof ut=="string"?ut:(Ve=ut==null?void 0:ut.text)!=null?Ve:null;if(yt!==null&&yt.trim()!==""){let bt=h;bt&&bt.id===N.id&&(bt.content=yt,u(bt))}else if(!Pt&&!Me.trim().startsWith("<")){let bt=h;bt&&bt.id===N.id&&(bt.content+=ae,ce.delete(bt.id),K.delete(bt.id),bt.rawContent=void 0,u(bt))}}).catch(()=>{N.content+=ae,ce.delete(N.id),K.delete(N.id),N.rawContent=void 0,u(N)});else{let ut=typeof $t=="string"?$t:(an=$t==null?void 0:$t.text)!=null?an:null;ut!==null&&ut.trim()!==""?(N.content=ut,u(N)):!Pt&&!Me.trim().startsWith("<")&&(N.content+=ae,ce.delete(N.id),K.delete(N.id),N.rawContent=void 0,u(N))}}if(v.isComplete){let ie=(fn=(Yn=v.result)==null?void 0:Yn.response)!=null?fn:N.content;if(ie){let Me=ce.get(N.id),It=Me!=null?Me:ke(ie);N.rawContent=It;let Pt=K.get(N.id),qt=null,$t=!1;if(Pt&&(qt=Pt.getExtractedText(),qt===null&&(qt=Ro(It)),qt===null)){let ut=Pt.processChunk(It);ut instanceof Promise?($t=!0,ut.then(yt=>{var bt;let Ve=typeof yt=="string"?yt:(bt=yt==null?void 0:yt.text)!=null?bt:null;if(Ve!==null){let ft=h;ft&&ft.id===N.id&&(ft.content=Ve,ft.streaming=!1,K.delete(ft.id),ce.delete(ft.id),u(ft))}})):qt=typeof ut=="string"?ut:(gt=ut==null?void 0:ut.text)!=null?gt:null}if(!$t){qt!==null&&qt.trim()!==""?N.content=qt:ce.has(N.id)||(N.content=ke(ie));let ut=K.get(N.id);if(ut){let yt=(nn=ut.close)==null?void 0:nn.call(ut);yt instanceof Promise&&yt.catch(()=>{}),K.delete(N.id)}ce.delete(N.id),N.streaming=!1,u(N)}}}}else if(Le==="step_complete"){let R=v.stepType,E=v.executionType;if(R==="tool"||E==="context")continue;let N=(xn=v.result)==null?void 0:xn.response,ae=W();if(N!=null){let ie=K.get(ae.id),Me=!1,It=!1;if(ie){let Pt=ie.getExtractedText(),qt=ce.get(ae.id),$t=qt!=null?qt:ke(N);if(ae.rawContent=$t,Pt!==null&&Pt.trim()!=="")ae.content=Pt,Me=!0;else{let ut=Ro($t);if(ut!==null)ae.content=ut,Me=!0;else{let yt=ie.processChunk($t);if(yt instanceof Promise)It=!0,yt.then(Ve=>{var ft;let bt=typeof Ve=="string"?Ve:(ft=Ve==null?void 0:Ve.text)!=null?ft:null;if(bt!==null&&bt.trim()!==""){let dn=h;dn&&dn.id===ae.id&&(dn.content=bt,dn.streaming=!1,K.delete(dn.id),ce.delete(dn.id),u(dn))}else{let dn=ie.getExtractedText(),Cn=h;Cn&&Cn.id===ae.id&&(dn!==null&&dn.trim()!==""?Cn.content=dn:ce.has(Cn.id)||(Cn.content=ke(N)),Cn.streaming=!1,K.delete(Cn.id),ce.delete(Cn.id),u(Cn))}});else{let Ve=typeof yt=="string"?yt:(Gn=yt==null?void 0:yt.text)!=null?Gn:null;if(Ve!==null&&Ve.trim()!=="")ae.content=Ve,Me=!0;else{let bt=ie.getExtractedText();bt!==null&&bt.trim()!==""&&(ae.content=bt,Me=!0)}}}}}if(!It){if(!ae.rawContent){let Pt=ce.get(ae.id);ae.rawContent=Pt!=null?Pt:ke(N)}if(!Me&&!ce.has(ae.id)&&(ae.content=ke(N)),ie){let Pt=(jn=ie.close)==null?void 0:jn.call(ie);Pt instanceof Promise&&Pt.catch(()=>{})}K.delete(ae.id),ce.delete(ae.id),ae.streaming=!1,u(ae)}}else K.delete(ae.id),ce.delete(ae.id),ae.streaming=!1,u(ae)}else if(Le==="flow_complete"){let R=(Xn=v.result)==null?void 0:Xn.response;if(R!=null){let E=W(),N=ce.get(E.id),ae=N!=null?N:ke(R);E.rawContent=ae;let ie=ke(R),Me=K.get(E.id);if(Me){let qt=Ro(ae);if(qt!==null)ie=qt;else{let $t=Me.processChunk(ae);$t instanceof Promise&&$t.then(yt=>{var bt;let Ve=typeof yt=="string"?yt:(bt=yt==null?void 0:yt.text)!=null?bt:null;if(Ve!==null){let ft=h;ft&&ft.id===E.id&&(ft.content=Ve,ft.streaming=!1,u(ft))}});let ut=Me.getExtractedText();ut!==null&&(ie=ut)}}K.delete(E.id),ce.delete(E.id);let It=ie!==E.content,Pt=E.streaming!==!1;It&&(E.content=ie),E.streaming=!1,(It||Pt)&&u(E)}else if(h!==null){let E=h;K.delete(E.id),ce.delete(E.id),E.streaming!==!1&&(E.streaming=!1,u(E))}t({type:"status",status:"idle"})}else if(Le==="agent_start")me={executionId:v.executionId,agentId:(Rn=v.agentId)!=null?Rn:"virtual",agentName:(hn=v.agentName)!=null?hn:"",status:"running",currentIteration:0,maxTurns:(Hn=v.maxTurns)!=null?Hn:1,startedAt:ge(v.startedAt)};else if(Le==="agent_iteration_start"){if(me&&(me.currentIteration=v.iteration),Pe==="separate"&&v.iteration>1){let R=h;R&&(R.streaming=!1,u(R),De.set(v.iteration-1,R),h=null)}}else if(Le!=="agent_turn_start"){if(Le==="agent_turn_delta"){if(v.contentType==="text"){let R=W();R.content+=(V=v.delta)!=null?V:"",R.agentMetadata={executionId:v.executionId,iteration:v.iteration,turnId:v.turnId,agentName:me==null?void 0:me.agentName},u(R)}else if(v.contentType==="thinking"){let R=(ln=v.turnId)!=null?ln:`agent-think-${v.iteration}`,E=ue(R);E.reasoning=(dr=E.reasoning)!=null?dr:{id:R,status:"streaming",chunks:[]},E.reasoning.chunks.push((Zn=v.delta)!=null?Zn:""),E.agentMetadata={executionId:v.executionId,iteration:v.iteration,turnId:v.turnId},u(E)}else if(v.contentType==="tool_input"){let R=(Bn=v.toolCallId)!=null?Bn:S.lastId;if(R){let E=b.get(R);E!=null&&E.toolCall&&(E.toolCall.chunks=(B=E.toolCall.chunks)!=null?B:[],E.toolCall.chunks.push((Qn=v.delta)!=null?Qn:""),u(E))}}}else if(Le==="agent_turn_complete"){let R=v.turnId;if(R){let E=T.get(R);if(E!=null&&E.reasoning){E.reasoning.status="complete",E.reasoning.completedAt=ge(v.completedAt);let N=(er=E.reasoning.startedAt)!=null?er:Date.now();E.reasoning.durationMs=Math.max(0,((_r=E.reasoning.completedAt)!=null?_r:Date.now())-N),E.streaming=!1,u(E)}}}else if(Le==="agent_tool_start"){let R=(Tn=v.toolCallId)!=null?Tn:`agent-tool-${c()}`;oe(k(v),R);let E=Ae(R),N=(Dn=E.toolCall)!=null?Dn:{id:R,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};N.name=(pr=(tr=v.toolName)!=null?tr:v.name)!=null?pr:N.name,N.status="running",v.parameters!==void 0&&(N.args=v.parameters),N.startedAt=ge((bo=v.startedAt)!=null?bo:v.timestamp),E.toolCall=N,E.streaming=!0,E.agentMetadata={executionId:v.executionId,iteration:v.iteration},u(E)}else if(Le==="agent_tool_delta"){let R=(jr=v.toolCallId)!=null?jr:S.lastId;if(R){let E=(Cr=b.get(R))!=null?Cr:Ae(R);E.toolCall&&(E.toolCall.chunks=(qe=E.toolCall.chunks)!=null?qe:[],E.toolCall.chunks.push((zr=v.delta)!=null?zr:""),E.toolCall.status="running",E.streaming=!0,u(E))}}else if(Le==="agent_tool_complete"){let R=(vn=v.toolCallId)!=null?vn:S.lastId;if(R){let E=(cn=b.get(R))!=null?cn:Ae(R);if(E.toolCall){E.toolCall.status="complete",v.result!==void 0&&(E.toolCall.result=v.result),typeof v.executionTime=="number"&&(E.toolCall.durationMs=v.executionTime),E.toolCall.completedAt=ge((xo=v.completedAt)!=null?xo:v.timestamp),E.streaming=!1,u(E);let N=k(v);N&&S.byCall.delete(N)}}}else if(Le!=="agent_iteration_complete"){if(Le==="agent_reflection"||Le==="agent_reflect"){let R=`agent-reflection-${v.executionId}-${v.iteration}`,E={id:R,role:"assistant",content:(vo=v.reflection)!=null?vo:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:c(),reasoning:{id:R,status:"complete",chunks:[(qr=v.reflection)!=null?qr:""]},agentMetadata:{executionId:v.executionId,iteration:v.iteration}};u(E)}else if(Le==="agent_complete"){me&&(me.status=v.success?"complete":"error",me.completedAt=ge(v.completedAt),me.stopReason=v.stopReason);let R=h;R&&(R.streaming=!1,u(R)),t({type:"status",status:"idle"})}else if(Le==="agent_error"){let R=typeof v.error=="string"?v.error:(Co=(zn=v.error)==null?void 0:zn.message)!=null?Co:"Agent execution error";v.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",R):t({type:"error",error:new Error(R)})}else if(Le!=="agent_ping")if(Le==="agent_approval_start"){let R=(wr=v.approvalId)!=null?wr:`approval-${c()}`,E={id:`approval-${R}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:R,status:"pending",agentId:(Sr=me==null?void 0:me.agentId)!=null?Sr:"virtual",executionId:(Vr=(qn=v.executionId)!=null?qn:me==null?void 0:me.executionId)!=null?Vr:"",toolName:(Ar=v.toolName)!=null?Ar:"",toolType:v.toolType,description:(wo=v.description)!=null?wo:`Execute ${(nr=v.toolName)!=null?nr:"tool"}`,parameters:v.parameters}};u(E)}else if(Le==="step_await"&&v.awaitReason==="approval_required"){let R=(So=v.approvalId)!=null?So:`approval-${c()}`,E={id:`approval-${R}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:R,status:"pending",agentId:(ls=me==null?void 0:me.agentId)!=null?ls:"virtual",executionId:(gr=(ur=v.executionId)!=null?ur:me==null?void 0:me.executionId)!=null?gr:"",toolName:(At=v.toolName)!=null?At:"",toolType:v.toolType,description:(Tr=v.description)!=null?Tr:`Execute ${(Er=v.toolName)!=null?Er:"tool"}`,parameters:v.parameters}};u(E)}else if(Le==="agent_approval_complete"){let R=v.approvalId;if(R){let N={id:`approval-${R}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:c(),approval:{id:R,status:(Ur=v.decision)!=null?Ur:"approved",agentId:(Jr=me==null?void 0:me.agentId)!=null?Jr:"virtual",executionId:(Yr=(Kr=v.executionId)!=null?Kr:me==null?void 0:me.executionId)!=null?Yr:"",toolName:(rn=v.toolName)!=null?rn:"",description:(yn=v.description)!=null?yn:"",resolvedAt:Date.now()}};u(N)}}else if(Le==="artifact_start"||Le==="artifact_delta"||Le==="artifact_update"||Le==="artifact_complete"){if(Le==="artifact_start"){let R=v.artifactType,E=String(v.id),N=typeof v.title=="string"?v.title:void 0;if(t({type:"artifact_start",id:E,artifactType:R,title:N,component:typeof v.component=="string"?v.component:void 0}),ne.set(E,{markdown:"",title:N}),!Se.has(E)){Se.add(E);let ae={id:`artifact-ref-${E}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:c(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:E,title:N,artifactType:R,status:"streaming"}})};te.set(E,ae),u(ae)}}else if(Le==="artifact_delta"){let R=String(v.id),E=typeof v.delta=="string"?v.delta:String((Vn=v.delta)!=null?Vn:"");t({type:"artifact_delta",id:R,artDelta:E});let N=ne.get(R);N&&(N.markdown+=E)}else if(Le==="artifact_update"){let R=v.props&&typeof v.props=="object"&&!Array.isArray(v.props)?v.props:{};t({type:"artifact_update",id:String(v.id),props:R,component:typeof v.component=="string"?v.component:void 0})}else if(Le==="artifact_complete"){let R=String(v.id);t({type:"artifact_complete",id:R});let E=te.get(R);if(E){E.streaming=!1;try{let N=JSON.parse(($e=E.rawContent)!=null?$e:"{}");if(N.props){N.props.status="complete";let ae=ne.get(R);ae!=null&&ae.markdown&&(N.props.markdown=ae.markdown)}E.rawContent=JSON.stringify(N)}catch{}ne.delete(R),u(E),te.delete(R)}}}else if(Le==="transcript_insert"){let R=v.message;if(!R||typeof R!="object")continue;let E=String((Gr=R.id)!=null?Gr:`msg-${c()}`),N=R.role,ie={id:E,role:N==="user"?"user":N==="system"?"system":"assistant",content:typeof R.content=="string"?R.content:"",rawContent:typeof R.rawContent=="string"?R.rawContent:void 0,createdAt:typeof R.createdAt=="string"?R.createdAt:new Date().toISOString(),streaming:R.streaming===!0,...typeof R.variant=="string"?{variant:R.variant}:{},sequence:c()};if(u(ie),ie.rawContent)try{let Me=JSON.parse(ie.rawContent),It=(mr=Me==null?void 0:Me.props)==null?void 0:mr.artifactId;typeof It=="string"&&Se.add(It)}catch{}h=null,m.current=null,K.delete(E),ce.delete(E)}else Le==="error"&&v.error&&t({type:"error",error:v.error instanceof Error?v.error:new Error(String(v.error))})}}}}}};function Sd(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`msg_${e}_${r}`}function oo(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`usr_${e}_${r}`}function Ir(){let e=Date.now().toString(36),r=Math.random().toString(36).substring(2,10);return`ast_${e}_${r}`}var Ho="[Image]";function Ad(e){return typeof e=="string"?[{type:"text",text:e}]:e}function Ed(e){return typeof e=="string"?e:e.filter(r=>r.type==="text").map(r=>r.text).join("")}function Td(e){return typeof e=="string"?!1:e.some(r=>r.type==="image")}function Md(e){return typeof e=="string"?[]:e.filter(r=>r.type==="image")}function bs(e){return{type:"text",text:e}}function kd(e,r){return{type:"image",image:e,...(r==null?void 0:r.mimeType)&&{mimeType:r.mimeType},...(r==null?void 0:r.alt)&&{alt:r.alt}}}async function Ld(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;r({type:"image",image:s,mimeType:e.type,alt:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function Id(e,r=["image/png","image/jpeg","image/gif","image/webp"],t=10*1024*1024){return r.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${r.join(", ")}`}}var Fl=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],Pd=["application/pdf","text/plain","text/markdown","text/csv","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json"],Un=[...Fl,...Pd];function Wd(e){return Fl.includes(e)||e.startsWith("image/")}function Bo(e){return Wd(e.type)}async function Nl(e){return new Promise((r,t)=>{let n=new FileReader;n.onload=()=>{let s=n.result;Bo(e)?r({type:"image",image:s,mimeType:e.type,alt:e.name}):r({type:"file",data:s,mimeType:e.type,filename:e.name})},n.onerror=()=>t(new Error("Failed to read file")),n.readAsDataURL(e)})}function Ol(e,r=Un,t=10*1024*1024){return r.includes(e.type)?e.size>t?{valid:!1,error:`File too large. Maximum size: ${Math.round(t/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${e.type}". Accepted types: ${r.join(", ")}`}}function Rd(e){let r=e.split(".");return r.length>1?r.pop().toLowerCase():""}function $l(e,r){let t=Rd(r).toUpperCase();return{"application/pdf":"PDF","text/plain":"TXT","text/markdown":"MD","text/csv":"CSV","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","application/json":"JSON"}[e]||t||"FILE"}var Do=class{constructor(r=24e3){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.remainder=null;this.sampleRate=r}ensureContext(){if(!this.ctx){let t=typeof window!="undefined"?window:void 0;if(!t)throw new Error("AudioPlaybackManager requires a browser environment");let n=t.AudioContext||t.webkitAudioContext;this.ctx=new n({sampleRate:this.sampleRate})}let r=this.ctx;return r.state==="suspended"&&r.resume(),r}enqueue(r){if(r.length===0)return;let t=r;if(this.remainder){let d=new Uint8Array(this.remainder.length+r.length);d.set(this.remainder),d.set(r,this.remainder.length),t=d,this.remainder=null}if(t.length%2!==0&&(this.remainder=new Uint8Array([t[t.length-1]]),t=t.subarray(0,t.length-1)),t.length===0)return;let n=this.ensureContext(),s=this.pcmToFloat32(t),o=n.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let a=n.createBufferSource();a.buffer=o,a.connect(n.destination);let i=n.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=o.duration,this.activeSources.push(a),this.pendingCount++,this.playing=!0,a.onended=()=>{let d=this.activeSources.indexOf(a);d!==-1&&this.activeSources.splice(d,1),this.pendingCount--,this.checkFinished()}}markStreamEnd(){this.streamEnded=!0,this.checkFinished()}flush(){for(let r of this.activeSources)try{r.stop(),r.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.remainder=null}isPlaying(){return this.playing}onFinished(r){this.finishedCallbacks.push(r)}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.playing){this.playing=!1,this.streamEnded=!1;let r=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let t of r)t()}}pcmToFloat32(r){let t=Math.floor(r.length/2),n=new Float32Array(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength);for(let o=0;o<t;o++){let a=s.getInt16(o*2,!0);n[o]=a/32768}return n}};var Fo=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(r,t,n,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=r.createMediaStreamSource(t),this.analyserNode=r.createAnalyser(),this.analyserNode.fftSize=2048,this.sourceNode.connect(this.analyserNode);let a=new Float32Array(this.analyserNode.fftSize);this.interval=setInterval(()=>{if(!this.analyserNode||this.fired)return;this.analyserNode.getFloatTimeDomainData(a);let i=0;for(let p=0;p<a.length;p++)i+=a[p]*a[p];let d=Math.sqrt(i/a.length);(n==="silence"?d<s.threshold:d>=s.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=s.duration&&(this.fired=!0,o()):this.conditionStart=null},100)}stop(){this.interval&&(clearInterval(this.interval),this.interval=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.analyserNode=null,this.conditionStart=null,this.fired=!1}};var so=class{constructor(r){this.config=r;this.type="runtype";this.ws=null;this.audioContext=null;this.w=typeof window!="undefined"?window:void 0;this.mediaRecorder=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.processingStartCallbacks=[];this.audioChunks=[];this.isProcessing=!1;this.isSpeaking=!1;this.vad=new Fo;this.mediaStream=null;this.currentAudio=null;this.currentAudioUrl=null;this.currentRequestId=null;this.interruptionMode="none";this.playbackManager=null}getInterruptionMode(){return this.interruptionMode}isBargeInActive(){return this.interruptionMode==="barge-in"&&this.mediaStream!==null}async deactivateBargeIn(){this.vad.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var r,t,n;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let s=this.w;if(!s||!s.location)throw new Error("Window object or location not available");let o=s.location.protocol==="https:"?"wss:":"ws:",a=(r=this.config)==null?void 0:r.host,i=(t=this.config)==null?void 0:t.agentId,d=(n=this.config)==null?void 0:n.clientToken;if(!i||!d)throw new Error("agentId and clientToken are required");if(!a)throw new Error("host must be provided in Runtype voice provider configuration");let c=`${o}//${a}/ws/agents/${i}/voice?token=${d}`;this.ws=new WebSocket(c),this.setupWebSocketHandlers();let p=`${o}//${a}/ws/agents/${i}/voice?token=...`,u=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((h,m)=>{if(!this.ws)return m(new Error("WebSocket not created"));let C=!1,T=x=>{C||(C=!0,clearTimeout(b),m(new Error(x)))},b=setTimeout(()=>T("WebSocket connection timed out."+u),1e4);this.ws.addEventListener("open",()=>{C||(C=!0,clearTimeout(b),h())},{once:!0}),this.ws.addEventListener("error",()=>{T("WebSocket connection failed to "+p+"."+u)},{once:!0}),this.ws.addEventListener("close",x=>{if(!x.wasClean&&!C){let S=x.code!==1006?` (code ${x.code})`:"";T("WebSocket connection failed"+S+"."+u)}},{once:!0})}),this.sendHeartbeat()}catch(s){throw this.ws=null,this.errorCallbacks.forEach(o=>o(s)),this.statusCallbacks.forEach(o=>o("error")),s}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(r=>r("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(r=>r("disconnected"))},this.ws.onerror=r=>{this.errorCallbacks.forEach(t=>t(new Error("WebSocket error"))),this.statusCallbacks.forEach(t=>t("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=r=>{if(r.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(r.data));return}try{let t=JSON.parse(r.data);this.handleWebSocketMessage(t)}catch{this.errorCallbacks.forEach(n=>n(new Error("Message parsing failed")))}})}handleWebSocketMessage(r){var t,n;switch(r.type){case"session_config":r.interruptionMode&&(this.interruptionMode=r.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(s=>s({text:r.response.agentResponseText||r.response.transcript,transcript:r.response.transcript,audio:r.response.audio,confidence:.95,provider:"runtype"})),(t=r.response.audio)!=null&&t.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(s=>s("speaking")),this.playAudio(r.response.audio).catch(s=>this.errorCallbacks.forEach(o=>o(s instanceof Error?s:new Error(String(s)))))):(n=r.response.audio)!=null&&n.base64;break;case"audio_end":if(r.requestId&&r.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(s=>s("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(s=>s(new Error(r.error))),this.statusCallbacks.forEach(s=>s("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(r){r.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new Do(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(t=>t("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(t=>t("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(r))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(r=>r("idle")))}cancelCurrentPlayback(){this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(this.playbackManager.flush(),this.playbackManager=null),this.currentRequestId&&this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"cancel",requestId:this.currentRequestId})),this.currentRequestId=null,this.isProcessing=!1,this.isSpeaking=!1}async startListening(){var r,t,n,s;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let c=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(c)}let o=this.w;this.audioContext||(this.audioContext=new(o.AudioContext||o.webkitAudioContext));let a=this.audioContext,i=(t=(r=this.config)==null?void 0:r.pauseDuration)!=null?t:2e3,d=(s=(n=this.config)==null?void 0:n.silenceThreshold)!=null?s:.01;this.vad.start(a,this.mediaStream,"silence",{threshold:d,duration:i},()=>this.stopListening()),this.mediaRecorder=new MediaRecorder(this.mediaStream),this.audioChunks=[],this.mediaRecorder.ondataavailable=c=>{c.data.size>0&&this.audioChunks.push(c.data)},this.mediaRecorder.onstop=async()=>{var c;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(h=>h("processing")),this.processingStartCallbacks.forEach(h=>h());let p=((c=this.mediaRecorder)==null?void 0:c.mimeType)||"audio/webm",u=new Blob(this.audioChunks,{type:p});await this.sendAudio(u),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(c=>c("listening"))}catch(o){throw this.errorCallbacks.forEach(a=>a(o)),this.statusCallbacks.forEach(a=>a("error")),o}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(r=>r.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(r=>r("idle"))}async startBargeInMonitoring(){var o,a;if(this.interruptionMode!=="barge-in")return;let r=this.w;if(!this.mediaStream&&r&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&r&&(this.audioContext=new(r.AudioContext||r.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let t=this.audioContext,n=(a=(o=this.config)==null?void 0:o.silenceThreshold)!=null?a:.01;this.vad.start(t,this.mediaStream,"speech",{threshold:n,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(r=>{this.errorCallbacks.forEach(t=>t(r instanceof Error?r:new Error(String(r))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(r){var t;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(n=>n(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(n=>n("error"));return}try{let n=await this.blobToBase64(r),s=this.getFormatFromMimeType(r.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:n,format:s,sampleRate:16e3,voiceId:(t=this.config)==null?void 0:t.voiceId,requestId:o}))}catch(n){this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error"))}}getFormatFromMimeType(r){return r.includes("wav")?"wav":r.includes("mpeg")||r.includes("mp3")?"mp3":"webm"}blobToBase64(r){return new Promise((t,n)=>{let s=new FileReader;s.onload=()=>{let a=s.result.split(",")[1];t(a)},s.onerror=n,s.readAsDataURL(r)})}async playAudio(r){if(!r.base64)return;let t=atob(r.base64),n=new Uint8Array(t.length);for(let c=0;c<t.length;c++)n[c]=t.charCodeAt(c);let s=r.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,a=new Blob([n],{type:o}),i=URL.createObjectURL(a),d=new Audio(i);this.currentAudio=d,this.currentAudioUrl=i,d.onended=()=>{URL.revokeObjectURL(i),this.currentAudio===d&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(c=>c("idle")))},await d.play()}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}onProcessingStart(r){this.processingStartCallbacks.push(r)}async disconnect(){if(this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(await this.playbackManager.destroy(),this.playbackManager=null),this.currentRequestId=null,this.isSpeaking=!1,this.vad.stop(),await this.stopListening(),this.mediaStream&&(this.mediaStream.getTracks().forEach(r=>r.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null),this.ws){try{this.ws.close()}catch{}this.ws=null}this.statusCallbacks.forEach(r=>r("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var yr=class{constructor(r={}){this.config=r;this.type="browser";this.recognition=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.isListening=!1;this.w=typeof window!="undefined"?window:void 0}async connect(){this.statusCallbacks.forEach(r=>r("connected"))}async startListening(){var r,t;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let n=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!n)throw new Error("Browser speech recognition not supported");this.recognition=new n,this.recognition.lang=((r=this.config)==null?void 0:r.language)||"en-US",this.recognition.continuous=((t=this.config)==null?void 0:t.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var i;let o=Array.from(s.results).map(d=>d[0]).map(d=>d.transcript).join(""),a=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({text:o,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=s=>{this.errorCallbacks.forEach(o=>o(new Error(s.error))),this.statusCallbacks.forEach(o=>o("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(s=>s("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(s=>s("idle"))},this.recognition.start()}catch(n){throw this.errorCallbacks.forEach(s=>s(n)),this.statusCallbacks.forEach(s=>s("error")),n}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(r=>r("idle"))}onResult(r){this.resultCallbacks.push(r)}onError(r){this.errorCallbacks.push(r)}onStatusChange(r){this.statusCallbacks.push(r)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(r=>r("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function Pr(e){switch(e.type){case"runtype":if(!e.runtype)throw new Error("Runtype voice provider requires configuration");return new so(e.runtype);case"browser":if(!yr.isSupported())throw new Error("Browser speech recognition not supported");return new yr(e.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${e.type}`)}}function xs(e){if((e==null?void 0:e.type)==="runtype"&&e.runtype)return Pr({type:"runtype",runtype:e.runtype});if(yr.isSupported())return Pr({type:"browser",browser:(e==null?void 0:e.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function No(e){try{return xs(e),!0}catch{return!1}}var ao=class e{constructor(r={},t){this.config=r;this.callbacks=t;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.artifacts=new Map;this.selectedArtifactId=null;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=r=>{var t,n,s,o,a,i,d;r.type==="message"?(this.upsertMessage(r.message),(t=r.message.agentMetadata)!=null&&t.executionId&&(this.agentExecution?r.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=r.message.agentMetadata.iteration):this.agentExecution={executionId:r.message.agentMetadata.executionId,agentId:"",agentName:(n=r.message.agentMetadata.agentName)!=null?n:"",status:"running",currentIteration:(s=r.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})):r.type==="status"?(this.setStatus(r.status),r.status==="connecting"?this.setStreaming(!0):(r.status==="idle"||r.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=r.status==="error"?"error":"complete"))):r.type==="error"?(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((a=this.agentExecution)==null?void 0:a.status)==="running"&&(this.agentExecution.status="error"),(d=(i=this.callbacks).onError)==null||d.call(i,r.error)):(r.type==="artifact_start"||r.type==="artifact_delta"||r.type==="artifact_update"||r.type==="artifact_complete")&&this.applyArtifactStreamEvent(r)};var n;this.messages=[...(n=r.initialMessages)!=null?n:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new Lr(r),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(r){this.client.setSSEEventCallback(r)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var r;return((r=this.agentExecution)==null?void 0:r.status)==="running"}isVoiceSupported(){var r;return No((r=this.config.voiceRecognition)==null?void 0:r.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var r;return(r=this.voiceProvider)!=null&&r.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var r;(r=this.voiceProvider)!=null&&r.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var r,t,n;return(n=(t=(r=this.voiceProvider)==null?void 0:r.isBargeInActive)==null?void 0:t.call(r))!=null?n:!1}async deactivateBargeIn(){var r;(r=this.voiceProvider)!=null&&r.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(r){var t,n,s;try{let o=r||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=Pr(o);let a=(t=this.config.voiceRecognition)!=null?t:{},i=(n=a.processingText)!=null?n:"\u{1F3A4} Processing voice...",d=(s=a.processingErrorText)!=null?s:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let c=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=c.id;let p=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=p.id,this.setStreaming(!0)}),this.voiceProvider.onResult(c=>{var p,u,h,m,C,T;if(c.provider==="browser")c.text&&c.text.trim()&&this.sendMessage(c.text,{viaVoice:!0});else if(c.provider==="runtype"){this.pendingVoiceUserMessageId&&((p=c.transcript)!=null&&p.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:c.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(u=c.transcript)!=null&&u.trim()&&this.injectUserMessage({content:c.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((h=c.text)!=null&&h.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:c.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(m=c.text)!=null&&m.trim()&&this.injectAssistantMessage({content:c.text.trim()});{let b=(T=this.pendingVoiceAssistantMessageId)!=null?T:(C=[...this.messages].reverse().find(x=>x.role==="assistant"))==null?void 0:C.id;b&&this.ttsSpokenMessageIds.add(b)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(c=>{console.error("Voice error:",c),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:d,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(c=>{var p,u;this.voiceStatus=c,this.voiceActive=c==="listening",(u=(p=this.callbacks).onVoiceStatusChanged)==null||u.call(p,c)}),this.voiceProvider.connect()}catch(o){console.error("Failed to setup voice:",o)}}async toggleVoice(){if(!this.voiceProvider){console.error("Voice not configured");return}if(this.voiceActive)await this.voiceProvider.stopListening();else{this.stopSpeaking();try{await this.voiceProvider.startListening()}catch(r){console.error("Failed to start voice:",r)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var t,n,s,o,a,i,d,c,p;if(!((t=this.config.voiceRecognition)!=null&&t.provider))return;let r=this.config.voiceRecognition.provider;switch(r.type){case"runtype":return{type:"runtype",runtype:{agentId:((n=r.runtype)==null?void 0:n.agentId)||"",clientToken:((s=r.runtype)==null?void 0:s.clientToken)||"",host:(o=r.runtype)==null?void 0:o.host,voiceId:(a=r.runtype)==null?void 0:a.voiceId,pauseDuration:(i=r.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(d=r.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((c=r.browser)==null?void 0:c.language)||"en-US",continuous:(p=r.browser)==null?void 0:p.continuous}};default:return}}async initClientSession(){var r,t;if(!this.isClientTokenMode())return null;try{let n=await this.client.initSession();return this.setClientSession(n),n}catch(n){return(t=(r=this.callbacks).onError)==null||t.call(r,n instanceof Error?n:new Error(String(n))),null}}setClientSession(r){if(this.clientSession=r,r.config.welcomeMessage&&this.messages.length===0){let t={id:`welcome-${Date.now()}`,role:"assistant",content:r.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(t)}}getClientSession(){var r;return(r=this.clientSession)!=null?r:this.client.getClientSession()}isSessionValid(){let r=this.getClientSession();return r?new Date<r.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(r,t){return this.client.submitMessageFeedback(r,t)}async submitCSATFeedback(r,t){return this.client.submitCSATFeedback(r,t)}async submitNPSFeedback(r,t){return this.client.submitNPSFeedback(r,t)}updateConfig(r){let t=this.client.getSSEEventCallback();this.config={...this.config,...r},this.client=new Lr(this.config),t&&this.client.setSSEEventCallback(t)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(r){this.handleEvent(r)}injectMessage(r){let{role:t,content:n,llmContent:s,contentParts:o,id:a,createdAt:i,sequence:d,streaming:c=!1,voiceProcessing:p}=r,h={id:a!=null?a:t==="user"?oo():t==="assistant"?Ir():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:t,content:n,createdAt:i!=null?i:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:c,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...p!==void 0&&{voiceProcessing:p}};return this.upsertMessage(h),h}injectAssistantMessage(r){return this.injectMessage({...r,role:"assistant"})}injectUserMessage(r){return this.injectMessage({...r,role:"user"})}injectSystemMessage(r){return this.injectMessage({...r,role:"system"})}injectMessageBatch(r){let t=[];for(let n of r){let{role:s,content:o,llmContent:a,contentParts:i,id:d,createdAt:c,sequence:p,streaming:u=!1}=n,m={id:d!=null?d:s==="user"?oo():s==="assistant"?Ir():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:c!=null?c:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:u,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i}};t.push(m)}return this.messages=this.sortMessages([...this.messages,...t]),this.callbacks.onMessagesChanged([...this.messages]),t}async sendMessage(r,t){var c,p,u,h,m;let n=r.trim();if(!n&&(!(t!=null&&t.contentParts)||t.contentParts.length===0))return;this.stopSpeaking(),(c=this.abortController)==null||c.abort();let s=oo(),o=Ir(),a={id:s,role:"user",content:n||Ho,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(t==null?void 0:t.viaVoice)||!1,...(t==null?void 0:t.contentParts)&&t.contentParts.length>0&&{contentParts:t.contentParts}};this.appendMessage(a),this.setStreaming(!0);let i=new AbortController;this.abortController=i;let d=[...this.messages];try{await this.client.dispatch({messages:d,signal:i.signal,assistantMessageId:o},this.handleEvent)}catch(C){let T=C instanceof Error&&(C.name==="AbortError"||C.message.includes("aborted")||C.message.includes("abort"));if(!T){let b={id:o,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(b)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,T||(C instanceof Error?(u=(p=this.callbacks).onError)==null||u.call(p,C):(m=(h=this.callbacks).onError)==null||m.call(h,new Error(String(C))))}}async continueConversation(){var s,o,a,i,d;if(this.streaming)return;(s=this.abortController)==null||s.abort();let r=Ir();this.setStreaming(!0);let t=new AbortController;this.abortController=t;let n=[...this.messages];try{await this.client.dispatch({messages:n,signal:t.signal,assistantMessageId:r},this.handleEvent)}catch(c){let p={id:r,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(p),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,c instanceof Error?(a=(o=this.callbacks).onError)==null||a.call(o,c):(d=(i=this.callbacks).onError)==null||d.call(i,new Error(String(c)))}}async connectStream(r,t){var s,o,a;if(this.streaming)return;(s=this.abortController)==null||s.abort();let n=!1;for(let i of this.messages)i.streaming&&(i.streaming=!1,n=!0);n&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(r,this.handleEvent,t==null?void 0:t.assistantMessageId)}catch(i){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(a=(o=this.callbacks).onError)==null||a.call(o,i instanceof Error?i:new Error(String(i)))}}async resolveApproval(r,t){var d,c,p;let n=`approval-${r.id}`,s={...r,status:t,resolvedAt:Date.now()},o={id:n,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let a=this.config.approval,i=a&&typeof a=="object"?a.onDecision:void 0;try{let u;if(i?u=await i({approvalId:r.id,executionId:r.executionId,agentId:r.agentId,toolName:r.toolName},t):u=await this.client.resolveApproval({agentId:r.agentId,executionId:r.executionId,approvalId:r.id},t),u){let h=null;if(u instanceof Response){if(!u.ok){let m=await u.json().catch(()=>null);throw new Error((d=m==null?void 0:m.error)!=null?d:`Approval request failed: ${u.status}`)}h=u.body}else u instanceof ReadableStream&&(h=u);h?await this.connectStream(h):t==="denied"&&this.appendMessage({id:`denial-${r.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(u){(p=(c=this.callbacks).onError)==null||p.call(c,u instanceof Error?u:new Error(String(u)))}}cancel(){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var r;this.stopSpeaking(),(r=this.abortController)==null||r.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(r){return this.artifacts.get(r)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(r){this.selectedArtifactId=r,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(r){var s;let t=r.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(r.artifactType==="markdown"){let o={id:t,artifactType:"markdown",title:r.title,status:"complete",markdown:r.content};return this.artifacts.set(t,o),this.selectedArtifactId=t,this.emitArtifactsState(),o}let n={id:t,artifactType:"component",title:r.title,status:"complete",component:r.component,props:(s=r.props)!=null?s:{}};return this.artifacts.set(t,n),this.selectedArtifactId=t,this.emitArtifactsState(),n}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var r,t;(t=(r=this.callbacks).onArtifactsState)==null||t.call(r,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(r){var t,n;switch(r.type){case"artifact_start":{r.artifactType==="markdown"?this.artifacts.set(r.id,{id:r.id,artifactType:"markdown",title:r.title,status:"streaming",markdown:""}):this.artifacts.set(r.id,{id:r.id,artifactType:"component",title:r.title,status:"streaming",component:(t=r.component)!=null?t:"",props:{}}),this.selectedArtifactId=r.id;break}case"artifact_delta":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="markdown"&&(s.markdown=((n=s.markdown)!=null?n:"")+r.artDelta);break}case"artifact_update":{let s=this.artifacts.get(r.id);(s==null?void 0:s.artifactType)==="component"&&(s.props={...s.props,...r.props},r.component&&(s.component=r.component));break}case"artifact_complete":{let s=this.artifacts.get(r.id);s&&(s.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(r){var t;(t=this.abortController)==null||t.abort(),this.abortController=null,this.messages=this.sortMessages(r.map(n=>{var s;return{...n,streaming:!1,sequence:(s=n.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(r){this.status!==r&&(this.status=r,this.callbacks.onStatusChanged(r))}setStreaming(r){if(this.streaming===r)return;let t=this.streaming;this.streaming=r,this.callbacks.onStreamingChanged(r),t&&!r&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let r=this.config.textToSpeech;if(!(r!=null&&r.enabled)||!(!r.provider||r.provider==="browser"||r.provider==="runtype"&&r.browserFallback))return;let n=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!n)return;if(this.ttsSpokenMessageIds.has(n.id)){this.ttsSpokenMessageIds.delete(n.id);return}let s=n.content;s.trim()&&this.speak(s,r)}speak(r,t){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let n=window.speechSynthesis;n.cancel();let s=new SpeechSynthesisUtterance(r),o=n.getVoices();if(t.voice){let a=o.find(i=>i.name===t.voice);a&&(s.voice=a)}else o.length>0&&(s.voice=t.pickVoice?t.pickVoice(o):e.pickBestVoice(o));t.rate!==void 0&&(s.rate=t.rate),t.pitch!==void 0&&(s.pitch=t.pitch),setTimeout(()=>n.speak(s),50)}static pickBestVoice(r){var n;let t=["Microsoft Jenny Online (Natural) - English (United States)","Microsoft Aria Online (Natural) - English (United States)","Microsoft Guy Online (Natural) - English (United States)","Google US English","Google UK English Female","Ava (Premium)","Evan (Enhanced)","Samantha (Enhanced)","Samantha","Daniel","Karen","Microsoft David Desktop - English (United States)","Microsoft Zira Desktop - English (United States)"];for(let s of t){let o=r.find(a=>a.name===s);if(o)return o}return(n=r.find(s=>s.lang.startsWith("en")))!=null?n:r[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(r){let t=this.ensureSequence(r);this.messages=this.sortMessages([...this.messages,t]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(r){let t=this.ensureSequence(r),n=this.messages.findIndex(s=>s.id===t.id);if(n===-1){this.appendMessage(t);return}this.messages=this.messages.map((s,o)=>o===n?{...s,...t}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(r){return r.sequence!==void 0?{...r}:{...r,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(r){return[...r].sort((t,n)=>{var d,c;let s=new Date(t.createdAt).getTime(),o=new Date(n.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let a=(d=t.sequence)!=null?d:0,i=(c=n.sequence)!=null?c:0;return a!==i?a-i:t.id.localeCompare(n.id)})}};var f=(e,r)=>{let t=document.createElement(e);return r&&(t.className=r),t},Nn=(e,r,t)=>{let n=e.createElement(r);return t&&(n.className=t),n};import*as Hd from"lucide";var pe=(e,r=24,t="currentColor",n=2)=>{try{let s=e.split("-").map(a=>a.charAt(0).toUpperCase()+a.slice(1)).join(""),o=Hd[s];return o?Bd(o,r,t,n):(console.warn(`Lucide icon "${e}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${e}":`,s),null}};function Bd(e,r,t,n){if(!e||!Array.isArray(e))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(r)),s.setAttribute("height",String(r)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",t),s.setAttribute("stroke-width",String(n)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),e.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let a=o[0],i=o[1];if(i){let d=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([c,p])=>{c!=="stroke"&&d.setAttribute(c,String(p))}),s.appendChild(d)}}}),s}var Oo={allowedTypes:Un,maxFileSize:10*1024*1024,maxFiles:4};function Dd(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function Fd(e){return e==="application/pdf"||e.startsWith("text/")||e.includes("word")?"file-text":e.includes("excel")||e.includes("spreadsheet")?"file-spreadsheet":e==="application/json"?"file-json":"file"}var Wr=class e{constructor(r={}){this.attachments=[];this.previewsContainer=null;var t,n,s;this.config={allowedTypes:(t=r.allowedTypes)!=null?t:Oo.allowedTypes,maxFileSize:(n=r.maxFileSize)!=null?n:Oo.maxFileSize,maxFiles:(s=r.maxFiles)!=null?s:Oo.maxFiles,onFileRejected:r.onFileRejected,onAttachmentsChange:r.onAttachmentsChange}}setPreviewsContainer(r){this.previewsContainer=r}updateConfig(r){r.allowedTypes!==void 0&&(this.config.allowedTypes=r.allowedTypes.length>0?r.allowedTypes:Oo.allowedTypes),r.maxFileSize!==void 0&&(this.config.maxFileSize=r.maxFileSize),r.maxFiles!==void 0&&(this.config.maxFiles=r.maxFiles),r.onFileRejected!==void 0&&(this.config.onFileRejected=r.onFileRejected),r.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=r.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(r=>r.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(r){!r||r.length===0||await this.handleFiles(Array.from(r))}async handleFiles(r){var t,n,s,o,a,i,d;if(r.length){for(let c of r){if(this.attachments.length>=this.config.maxFiles){(n=(t=this.config).onFileRejected)==null||n.call(t,c,"count");continue}let p=Ol(c,this.config.allowedTypes,this.config.maxFileSize);if(!p.valid){let u=(s=p.error)!=null&&s.includes("type")?"type":"size";(a=(o=this.config).onFileRejected)==null||a.call(o,c,u);continue}try{let u=await Nl(c),h=Bo(c)?URL.createObjectURL(c):null,m={id:Dd(),file:c,previewUrl:h,contentPart:u};this.attachments.push(m),this.renderPreview(m)}catch(u){console.error("[AttachmentManager] Failed to process file:",u)}}this.updatePreviewsVisibility(),(d=(i=this.config).onAttachmentsChange)==null||d.call(i,this.getAttachments())}}removeAttachment(r){var o,a,i;let t=this.attachments.findIndex(d=>d.id===r);if(t===-1)return;let n=this.attachments[t];n.previewUrl&&URL.revokeObjectURL(n.previewUrl),this.attachments.splice(t,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${r}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var r,t;for(let n of this.attachments)n.previewUrl&&URL.revokeObjectURL(n.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(t=(r=this.config).onAttachmentsChange)==null||t.call(r,this.getAttachments())}renderPreview(r){if(!this.previewsContainer)return;let t=Bo(r.file),n=f("div","persona-attachment-preview persona-relative persona-inline-block");if(n.setAttribute("data-attachment-id",r.id),n.style.width="48px",n.style.height="48px",t&&r.previewUrl){let a=f("img");a.src=r.previewUrl,a.alt=r.file.name,a.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",a.style.width="48px",a.style.height="48px",a.style.objectFit="cover",a.style.borderRadius="8px",n.appendChild(a)}else{let a=f("div");a.style.width="48px",a.style.height="48px",a.style.borderRadius="8px",a.style.backgroundColor="var(--persona-container, #f3f4f6)",a.style.border="1px solid var(--persona-border, #e5e7eb)",a.style.display="flex",a.style.flexDirection="column",a.style.alignItems="center",a.style.justifyContent="center",a.style.gap="2px",a.style.overflow="hidden";let i=Fd(r.file.type),d=pe(i,20,"var(--persona-muted, #6b7280)",1.5);d&&a.appendChild(d);let c=f("span");c.textContent=$l(r.file.type,r.file.name),c.style.fontSize="8px",c.style.fontWeight="600",c.style.color="var(--persona-muted, #6b7280)",c.style.textTransform="uppercase",c.style.lineHeight="1",a.appendChild(c),n.appendChild(a)}let s=f("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=pe("x",10,"var(--persona-text-inverse, #ffffff)",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="var(--persona-text-inverse, #ffffff)",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(r.id)}),n.appendChild(s),this.previewsContainer.appendChild(n)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(r,t){return new e({allowedTypes:r==null?void 0:r.allowedTypes,maxFileSize:r==null?void 0:r.maxFileSize,maxFiles:r==null?void 0:r.maxFiles,onFileRejected:r==null?void 0:r.onFileRejected,onAttachmentsChange:t})}};var _l={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},info:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"}},spacing:{0:"0px",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",8:"2rem",10:"2.5rem",12:"3rem",16:"4rem",20:"5rem",24:"6rem",32:"8rem",40:"10rem",48:"12rem",56:"14rem",64:"16rem"},typography:{fontFamily:{sans:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',serif:'Georgia, Cambria, "Times New Roman", Times, serif',mono:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",base:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem"},fontWeight:{normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeight:{tight:"1.25",normal:"1.5",relaxed:"1.625"}},shadows:{none:"none",sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)"},borders:{none:"none",sm:"1px solid",md:"2px solid",lg:"4px solid"},radius:{none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem",full:"9999px"}},jl={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.secondary.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.50",text:"palette.colors.gray.900",textMuted:"palette.colors.gray.500",textInverse:"palette.colors.gray.50",border:"palette.colors.gray.200",divider:"palette.colors.gray.200",interactive:{default:"palette.colors.primary.600",hover:"palette.colors.primary.700",focus:"palette.colors.primary.600",active:"palette.colors.primary.600",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.info.500"}},spacing:{xs:"palette.spacing.1",sm:"palette.spacing.2",md:"palette.spacing.4",lg:"palette.spacing.6",xl:"palette.spacing.8","2xl":"palette.spacing.10"},typography:{fontFamily:"palette.typography.fontFamily.sans",fontSize:"palette.typography.fontSize.base",fontWeight:"palette.typography.fontWeight.normal",lineHeight:"palette.typography.lineHeight.normal"}},zl={button:{primary:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.secondary",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},ghost:{background:"transparent",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},input:{background:"palette.colors.gray.50",placeholder:"palette.colors.gray.400",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"palette.colors.gray.400",ring:"palette.colors.gray.400"}},launcher:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",border:"palette.colors.gray.200",size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:"min(400px, calc(100vw - 24px))",maxWidth:"400px",height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"palette.colors.primary.500",border:"palette.colors.primary.600",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"palette.colors.primary.600",iconForeground:"palette.colors.primary.50",titleForeground:"palette.colors.primary.50",subtitleForeground:"palette.colors.primary.200",actionIconForeground:"palette.colors.primary.200"},message:{user:{background:"palette.colors.primary.500",text:"palette.colors.primary.50",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"palette.colors.gray.50",text:"palette.colors.gray.900",borderRadius:"palette.radius.lg",border:"palette.colors.gray.200",shadow:"palette.shadows.sm"}},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"palette.colors.gray.50",foreground:"palette.colors.gray.900"},link:{foreground:"palette.colors.primary.600"},prose:{fontFamily:"inherit"}},voice:{recording:{indicator:"palette.colors.error.500",background:"palette.colors.error.50",border:"palette.colors.error.200"},processing:{icon:"palette.colors.primary.500",background:"palette.colors.primary.50"},speaking:{icon:"palette.colors.success.500"}},approval:{requested:{background:"palette.colors.warning.50",border:"palette.colors.warning.200",text:"palette.colors.gray.900"},approve:{background:"palette.colors.success.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"palette.colors.error.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},attachment:{image:{background:"palette.colors.gray.100",border:"palette.colors.gray.200"}},scrollToBottom:{background:"components.button.primary.background",foreground:"components.button.primary.foreground",border:"semantic.colors.primary",size:"40px",borderRadius:"palette.radius.full",shadow:"palette.shadows.sm",padding:"0.5rem 0.875rem",gap:"0.5rem",fontSize:"0.875rem",iconSize:"14px"},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function io(e,r){if(!r.startsWith("palette.")&&!r.startsWith("semantic.")&&!r.startsWith("components."))return r;let t=r.split("."),n=e;for(let s of t){if(n==null)return;n=n[s]}return typeof n=="string"&&(n.startsWith("palette.")||n.startsWith("semantic.")||n.startsWith("components."))?io(e,n):n}function vs(e){let r={};function t(n,s){for(let[o,a]of Object.entries(n)){let i=`${s}.${o}`;if(typeof a=="string"){let d=io(e,a);d!==void 0&&(r[i]={path:i,value:d,type:s.includes("color")?"color":s.includes("spacing")?"spacing":s.includes("typography")?"typography":s.includes("shadow")?"shadow":s.includes("border")?"border":"color"})}else typeof a=="object"&&a!==null&&t(a,i)}}return t(e.palette,"palette"),t(e.semantic,"semantic"),t(e.components,"components"),r}function ql(e){let r=[],t=[];return e.palette||r.push({path:"palette",message:"Theme must include a palette",severity:"error"}),e.semantic||t.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),e.components||t.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:r.length===0,errors:r,warnings:t}}function Vl(e,r){let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?t[n]=Vl(o,s):t[n]=s}return t}function Nd(e,r){return r?Vl(e,r):e}function lo(e,r={}){var s,o,a,i,d,c,p,u,h,m,C,T,b;let t={palette:_l,semantic:jl,components:zl},n={palette:{...t.palette,...e==null?void 0:e.palette,colors:{...t.palette.colors,...(s=e==null?void 0:e.palette)==null?void 0:s.colors},spacing:{...t.palette.spacing,...(o=e==null?void 0:e.palette)==null?void 0:o.spacing},typography:{...t.palette.typography,...(a=e==null?void 0:e.palette)==null?void 0:a.typography},shadows:{...t.palette.shadows,...(i=e==null?void 0:e.palette)==null?void 0:i.shadows},borders:{...t.palette.borders,...(d=e==null?void 0:e.palette)==null?void 0:d.borders},radius:{...t.palette.radius,...(c=e==null?void 0:e.palette)==null?void 0:c.radius}},semantic:{...t.semantic,...e==null?void 0:e.semantic,colors:{...t.semantic.colors,...(p=e==null?void 0:e.semantic)==null?void 0:p.colors,interactive:{...t.semantic.colors.interactive,...(h=(u=e==null?void 0:e.semantic)==null?void 0:u.colors)==null?void 0:h.interactive},feedback:{...t.semantic.colors.feedback,...(C=(m=e==null?void 0:e.semantic)==null?void 0:m.colors)==null?void 0:C.feedback}},spacing:{...t.semantic.spacing,...(T=e==null?void 0:e.semantic)==null?void 0:T.spacing},typography:{...t.semantic.typography,...(b=e==null?void 0:e.semantic)==null?void 0:b.typography}},components:Nd(t.components,e==null?void 0:e.components)};if(r.validate!==!1){let x=ql(n);if(!x.valid)throw new Error(`Theme validation failed: ${x.errors.map(S=>S.message).join(", ")}`)}if(r.plugins)for(let x of r.plugins)n=x.transform(n);return n}function Cs(e){var C,T,b,x,S,O,w,k,W,M,Y,ue,oe,$,te,Se,ne,Ce,he,Ae,ge,ke,K,ce,me,De,Pe,We,He,tt,Ct,j,U,re,_,z,ee,st,G,Z,xt,nt,Mt,zt,Fe,se,Ie,wt,St,Xe,Ze,Kt,Jt,Yt,F,Te,de,it,Be,Q,ye,Re,dt,Bt,rt,Dt,lt,ze,ct,Oe,Ft,In,$n,An,Ke,lr,Pn,cr,Wn,vr,Kn,_n,Qe,mn,En,an,Yn,fn,gt,nn,xn,Gn,jn,Xn,Rn,hn,Hn;let r=vs(e),t={};for(let[V,ln]of Object.entries(r)){let dr=V.replace(/\./g,"-");t[`--persona-${dr}`]=ln.value}t["--persona-primary"]=(C=t["--persona-semantic-colors-primary"])!=null?C:t["--persona-palette-colors-primary-500"],t["--persona-secondary"]=(T=t["--persona-semantic-colors-secondary"])!=null?T:t["--persona-palette-colors-secondary-500"],t["--persona-accent"]=(b=t["--persona-semantic-colors-accent"])!=null?b:t["--persona-palette-colors-accent-500"],t["--persona-surface"]=(x=t["--persona-semantic-colors-surface"])!=null?x:t["--persona-palette-colors-gray-50"],t["--persona-background"]=(S=t["--persona-semantic-colors-background"])!=null?S:t["--persona-palette-colors-gray-50"],t["--persona-container"]=(O=t["--persona-semantic-colors-container"])!=null?O:t["--persona-palette-colors-gray-100"],t["--persona-text"]=(w=t["--persona-semantic-colors-text"])!=null?w:t["--persona-palette-colors-gray-900"],t["--persona-text-muted"]=(k=t["--persona-semantic-colors-text-muted"])!=null?k:t["--persona-palette-colors-gray-500"],t["--persona-text-inverse"]=(W=t["--persona-semantic-colors-text-inverse"])!=null?W:t["--persona-palette-colors-gray-50"],t["--persona-border"]=(M=t["--persona-semantic-colors-border"])!=null?M:t["--persona-palette-colors-gray-200"],t["--persona-divider"]=(Y=t["--persona-semantic-colors-divider"])!=null?Y:t["--persona-palette-colors-gray-200"],t["--persona-muted"]=t["--persona-text-muted"],t["--persona-voice-recording-indicator"]=(ue=t["--persona-components-voice-recording-indicator"])!=null?ue:t["--persona-palette-colors-error-500"],t["--persona-voice-recording-bg"]=(oe=t["--persona-components-voice-recording-background"])!=null?oe:t["--persona-palette-colors-error-50"],t["--persona-voice-processing-icon"]=($=t["--persona-components-voice-processing-icon"])!=null?$:t["--persona-palette-colors-primary-500"],t["--persona-voice-speaking-icon"]=(te=t["--persona-components-voice-speaking-icon"])!=null?te:t["--persona-palette-colors-success-500"],t["--persona-approval-bg"]=(Se=t["--persona-components-approval-requested-background"])!=null?Se:t["--persona-palette-colors-warning-50"],t["--persona-approval-border"]=(ne=t["--persona-components-approval-requested-border"])!=null?ne:t["--persona-palette-colors-warning-200"],t["--persona-approval-text"]=(Ce=t["--persona-components-approval-requested-text"])!=null?Ce:t["--persona-palette-colors-gray-900"],t["--persona-approval-approve-bg"]=(he=t["--persona-components-approval-approve-background"])!=null?he:t["--persona-palette-colors-success-500"],t["--persona-approval-deny-bg"]=(Ae=t["--persona-components-approval-deny-background"])!=null?Ae:t["--persona-palette-colors-error-500"],t["--persona-attachment-image-bg"]=(ge=t["--persona-components-attachment-image-background"])!=null?ge:t["--persona-palette-colors-gray-100"],t["--persona-attachment-image-border"]=(ke=t["--persona-components-attachment-image-border"])!=null?ke:t["--persona-palette-colors-gray-200"],t["--persona-font-family"]=(K=t["--persona-semantic-typography-fontFamily"])!=null?K:t["--persona-palette-typography-fontFamily-sans"],t["--persona-font-size"]=(ce=t["--persona-semantic-typography-fontSize"])!=null?ce:t["--persona-palette-typography-fontSize-base"],t["--persona-font-weight"]=(me=t["--persona-semantic-typography-fontWeight"])!=null?me:t["--persona-palette-typography-fontWeight-normal"],t["--persona-line-height"]=(De=t["--persona-semantic-typography-lineHeight"])!=null?De:t["--persona-palette-typography-lineHeight-normal"],t["--persona-input-font-family"]=t["--persona-font-family"],t["--persona-input-font-weight"]=t["--persona-font-weight"],t["--persona-radius-sm"]=(Pe=t["--persona-palette-radius-sm"])!=null?Pe:"0.125rem",t["--persona-radius-md"]=(We=t["--persona-palette-radius-md"])!=null?We:"0.375rem",t["--persona-radius-lg"]=(He=t["--persona-palette-radius-lg"])!=null?He:"0.5rem",t["--persona-radius-xl"]=(tt=t["--persona-palette-radius-xl"])!=null?tt:"0.75rem",t["--persona-radius-full"]=(Ct=t["--persona-palette-radius-full"])!=null?Ct:"9999px",t["--persona-launcher-radius"]=(U=(j=t["--persona-components-launcher-borderRadius"])!=null?j:t["--persona-palette-radius-full"])!=null?U:"9999px",t["--persona-launcher-bg"]=(re=t["--persona-components-launcher-background"])!=null?re:t["--persona-primary"],t["--persona-launcher-fg"]=(_=t["--persona-components-launcher-foreground"])!=null?_:t["--persona-text-inverse"],t["--persona-launcher-border"]=(z=t["--persona-components-launcher-border"])!=null?z:t["--persona-border"],t["--persona-button-primary-bg"]=(ee=t["--persona-components-button-primary-background"])!=null?ee:t["--persona-primary"],t["--persona-button-primary-fg"]=(st=t["--persona-components-button-primary-foreground"])!=null?st:t["--persona-text-inverse"],t["--persona-button-radius"]=(Z=(G=t["--persona-components-button-primary-borderRadius"])!=null?G:t["--persona-palette-radius-full"])!=null?Z:"9999px",t["--persona-panel-radius"]=(nt=(xt=t["--persona-components-panel-borderRadius"])!=null?xt:t["--persona-radius-xl"])!=null?nt:"0.75rem",t["--persona-panel-border"]=(Mt=t["--persona-components-panel-border"])!=null?Mt:`1px solid ${t["--persona-border"]}`,t["--persona-panel-shadow"]=(Fe=(zt=t["--persona-components-panel-shadow"])!=null?zt:t["--persona-palette-shadows-xl"])!=null?Fe:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",t["--persona-input-radius"]=(Ie=(se=t["--persona-components-input-borderRadius"])!=null?se:t["--persona-radius-lg"])!=null?Ie:"0.5rem",t["--persona-message-user-radius"]=(St=(wt=t["--persona-components-message-user-borderRadius"])!=null?wt:t["--persona-radius-lg"])!=null?St:"0.5rem",t["--persona-message-assistant-radius"]=(Ze=(Xe=t["--persona-components-message-assistant-borderRadius"])!=null?Xe:t["--persona-radius-lg"])!=null?Ze:"0.5rem",t["--persona-header-bg"]=(Kt=t["--persona-components-header-background"])!=null?Kt:t["--persona-surface"],t["--persona-header-border"]=(Jt=t["--persona-components-header-border"])!=null?Jt:t["--persona-divider"],t["--persona-header-icon-bg"]=(Yt=t["--persona-components-header-iconBackground"])!=null?Yt:t["--persona-primary"],t["--persona-header-icon-fg"]=(F=t["--persona-components-header-iconForeground"])!=null?F:t["--persona-text-inverse"],t["--persona-header-title-fg"]=(Te=t["--persona-components-header-titleForeground"])!=null?Te:t["--persona-primary"],t["--persona-header-subtitle-fg"]=(de=t["--persona-components-header-subtitleForeground"])!=null?de:t["--persona-text-muted"],t["--persona-header-action-icon-fg"]=(it=t["--persona-components-header-actionIconForeground"])!=null?it:t["--persona-muted"];let n=(Be=e.components)==null?void 0:Be.header;n!=null&&n.shadow&&(t["--persona-header-shadow"]=n.shadow),n!=null&&n.borderBottom&&(t["--persona-header-border-bottom"]=n.borderBottom),t["--persona-input-background"]=(Q=t["--persona-components-input-background"])!=null?Q:t["--persona-surface"],t["--persona-input-placeholder"]=(ye=t["--persona-components-input-placeholder"])!=null?ye:t["--persona-text-muted"],t["--persona-message-user-bg"]=(Re=t["--persona-components-message-user-background"])!=null?Re:t["--persona-accent"],t["--persona-message-user-text"]=(dt=t["--persona-components-message-user-text"])!=null?dt:t["--persona-text-inverse"],t["--persona-message-user-shadow"]=(Bt=t["--persona-components-message-user-shadow"])!=null?Bt:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-message-assistant-bg"]=(rt=t["--persona-components-message-assistant-background"])!=null?rt:t["--persona-surface"],t["--persona-message-assistant-text"]=(Dt=t["--persona-components-message-assistant-text"])!=null?Dt:t["--persona-text"],t["--persona-message-assistant-border"]=(lt=t["--persona-components-message-assistant-border"])!=null?lt:t["--persona-border"],t["--persona-message-assistant-shadow"]=(ze=t["--persona-components-message-assistant-shadow"])!=null?ze:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-scroll-to-bottom-bg"]=(Oe=(ct=t["--persona-components-scrollToBottom-background"])!=null?ct:t["--persona-button-primary-bg"])!=null?Oe:t["--persona-accent"],t["--persona-scroll-to-bottom-fg"]=(In=(Ft=t["--persona-components-scrollToBottom-foreground"])!=null?Ft:t["--persona-button-primary-fg"])!=null?In:t["--persona-text-inverse"],t["--persona-scroll-to-bottom-border"]=($n=t["--persona-components-scrollToBottom-border"])!=null?$n:t["--persona-primary"],t["--persona-scroll-to-bottom-size"]=(An=t["--persona-components-scrollToBottom-size"])!=null?An:"40px",t["--persona-scroll-to-bottom-radius"]=(Pn=(lr=(Ke=t["--persona-components-scrollToBottom-borderRadius"])!=null?Ke:t["--persona-button-radius"])!=null?lr:t["--persona-radius-full"])!=null?Pn:"9999px",t["--persona-scroll-to-bottom-shadow"]=(Wn=(cr=t["--persona-components-scrollToBottom-shadow"])!=null?cr:t["--persona-palette-shadows-sm"])!=null?Wn:"0 1px 2px 0 rgb(0 0 0 / 0.05)",t["--persona-scroll-to-bottom-padding"]=(vr=t["--persona-components-scrollToBottom-padding"])!=null?vr:"0.5rem 0.875rem",t["--persona-scroll-to-bottom-gap"]=(Kn=t["--persona-components-scrollToBottom-gap"])!=null?Kn:"0.5rem",t["--persona-scroll-to-bottom-font-size"]=(Qe=(_n=t["--persona-components-scrollToBottom-fontSize"])!=null?_n:t["--persona-palette-typography-fontSize-sm"])!=null?Qe:"0.875rem",t["--persona-scroll-to-bottom-icon-size"]=(mn=t["--persona-components-scrollToBottom-iconSize"])!=null?mn:"14px",t["--persona-tool-bubble-shadow"]=(En=t["--persona-components-toolBubble-shadow"])!=null?En:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-reasoning-bubble-shadow"]=(an=t["--persona-components-reasoningBubble-shadow"])!=null?an:"0 5px 15px rgba(15, 23, 42, 0.08)",t["--persona-composer-shadow"]=(Yn=t["--persona-components-composer-shadow"])!=null?Yn:"none",t["--persona-md-inline-code-bg"]=(fn=t["--persona-components-markdown-inlineCode-background"])!=null?fn:t["--persona-container"],t["--persona-md-inline-code-color"]=(gt=t["--persona-components-markdown-inlineCode-foreground"])!=null?gt:t["--persona-text"],t["--persona-md-link-color"]=(xn=(nn=t["--persona-components-markdown-link-foreground"])!=null?nn:t["--persona-accent"])!=null?xn:"#0f0f0f";let s=t["--persona-components-markdown-heading-h1-fontSize"];s&&(t["--persona-md-h1-size"]=s);let o=t["--persona-components-markdown-heading-h1-fontWeight"];o&&(t["--persona-md-h1-weight"]=o);let a=t["--persona-components-markdown-heading-h2-fontSize"];a&&(t["--persona-md-h2-size"]=a);let i=t["--persona-components-markdown-heading-h2-fontWeight"];i&&(t["--persona-md-h2-weight"]=i);let d=t["--persona-components-markdown-prose-fontFamily"];d&&d!=="inherit"&&(t["--persona-md-prose-font-family"]=d);let c=e.components,p=c==null?void 0:c.iconButton;p&&(p.background&&(t["--persona-icon-btn-bg"]=p.background),p.border&&(t["--persona-icon-btn-border"]=p.border),p.color&&(t["--persona-icon-btn-color"]=p.color),p.padding&&(t["--persona-icon-btn-padding"]=p.padding),p.borderRadius&&(t["--persona-icon-btn-radius"]=p.borderRadius),p.hoverBackground&&(t["--persona-icon-btn-hover-bg"]=p.hoverBackground),p.hoverColor&&(t["--persona-icon-btn-hover-color"]=p.hoverColor),p.activeBackground&&(t["--persona-icon-btn-active-bg"]=p.activeBackground),p.activeBorder&&(t["--persona-icon-btn-active-border"]=p.activeBorder));let u=c==null?void 0:c.labelButton;u&&(u.background&&(t["--persona-label-btn-bg"]=u.background),u.border&&(t["--persona-label-btn-border"]=u.border),u.color&&(t["--persona-label-btn-color"]=u.color),u.padding&&(t["--persona-label-btn-padding"]=u.padding),u.borderRadius&&(t["--persona-label-btn-radius"]=u.borderRadius),u.hoverBackground&&(t["--persona-label-btn-hover-bg"]=u.hoverBackground),u.fontSize&&(t["--persona-label-btn-font-size"]=u.fontSize),u.gap&&(t["--persona-label-btn-gap"]=u.gap));let h=c==null?void 0:c.toggleGroup;h&&(h.gap&&(t["--persona-toggle-group-gap"]=h.gap),h.borderRadius&&(t["--persona-toggle-group-radius"]=h.borderRadius));let m=c==null?void 0:c.artifact;if(m!=null&&m.toolbar){let V=m.toolbar;V.iconHoverColor&&(t["--persona-artifact-toolbar-icon-hover-color"]=V.iconHoverColor),V.iconHoverBackground&&(t["--persona-artifact-toolbar-icon-hover-bg"]=V.iconHoverBackground),V.iconPadding&&(t["--persona-artifact-toolbar-icon-padding"]=V.iconPadding),V.iconBorderRadius&&(t["--persona-artifact-toolbar-icon-radius"]=V.iconBorderRadius),V.iconBorder&&(t["--persona-artifact-toolbar-icon-border"]=V.iconBorder),V.toggleGroupGap&&(t["--persona-artifact-toolbar-toggle-group-gap"]=V.toggleGroupGap),V.toggleBorderRadius&&(t["--persona-artifact-toolbar-toggle-radius"]=V.toggleBorderRadius),V.copyBackground&&(t["--persona-artifact-toolbar-copy-bg"]=V.copyBackground),V.copyBorder&&(t["--persona-artifact-toolbar-copy-border"]=V.copyBorder),V.copyColor&&(t["--persona-artifact-toolbar-copy-color"]=V.copyColor),V.copyBorderRadius&&(t["--persona-artifact-toolbar-copy-radius"]=V.copyBorderRadius),V.copyPadding&&(t["--persona-artifact-toolbar-copy-padding"]=V.copyPadding),V.copyMenuBackground&&(t["--persona-artifact-toolbar-copy-menu-bg"]=V.copyMenuBackground,t["--persona-dropdown-bg"]=(Gn=t["--persona-dropdown-bg"])!=null?Gn:V.copyMenuBackground),V.copyMenuBorder&&(t["--persona-artifact-toolbar-copy-menu-border"]=V.copyMenuBorder,t["--persona-dropdown-border"]=(jn=t["--persona-dropdown-border"])!=null?jn:V.copyMenuBorder),V.copyMenuShadow&&(t["--persona-artifact-toolbar-copy-menu-shadow"]=V.copyMenuShadow,t["--persona-dropdown-shadow"]=(Xn=t["--persona-dropdown-shadow"])!=null?Xn:V.copyMenuShadow),V.copyMenuBorderRadius&&(t["--persona-artifact-toolbar-copy-menu-radius"]=V.copyMenuBorderRadius,t["--persona-dropdown-radius"]=(Rn=t["--persona-dropdown-radius"])!=null?Rn:V.copyMenuBorderRadius),V.copyMenuItemHoverBackground&&(t["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=V.copyMenuItemHoverBackground,t["--persona-dropdown-item-hover-bg"]=(hn=t["--persona-dropdown-item-hover-bg"])!=null?hn:V.copyMenuItemHoverBackground),V.iconBackground&&(t["--persona-artifact-toolbar-icon-bg"]=V.iconBackground),V.toolbarBorder&&(t["--persona-artifact-toolbar-border"]=V.toolbarBorder)}if(m!=null&&m.tab){let V=m.tab;V.background&&(t["--persona-artifact-tab-bg"]=V.background),V.activeBackground&&(t["--persona-artifact-tab-active-bg"]=V.activeBackground),V.activeBorder&&(t["--persona-artifact-tab-active-border"]=V.activeBorder),V.borderRadius&&(t["--persona-artifact-tab-radius"]=V.borderRadius),V.textColor&&(t["--persona-artifact-tab-color"]=V.textColor),V.hoverBackground&&(t["--persona-artifact-tab-hover-bg"]=V.hoverBackground),V.listBackground&&(t["--persona-artifact-tab-list-bg"]=V.listBackground),V.listBorderColor&&(t["--persona-artifact-tab-list-border-color"]=V.listBorderColor),V.listPadding&&(t["--persona-artifact-tab-list-padding"]=V.listPadding)}if(m!=null&&m.pane){let V=m.pane;if(V.toolbarBackground){let ln=(Hn=io(e,V.toolbarBackground))!=null?Hn:V.toolbarBackground;t["--persona-artifact-toolbar-bg"]=ln}}return t}var Od={header:"Widget header bar",messages:"Message list area","user-message":"User message bubble","assistant-message":"Assistant message bubble",composer:"Footer / composer area",container:"Main widget container","artifact-pane":"Artifact sidebar","artifact-toolbar":"Artifact toolbar"};var Ul=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function co(e,r){if(!e)return r;if(!r)return e;let t={...e};for(let[n,s]of Object.entries(r)){let o=t[n];Ul(o)&&Ul(s)?t[n]=co(o,s):t[n]=s}return t}var $d={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"}}},Jl=e=>{if(!(!e||typeof e!="object"||Array.isArray(e)))return e},$o=()=>{var e;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((e=window.matchMedia)!=null&&e.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},_d=e=>{var t;let r=(t=e==null?void 0:e.colorScheme)!=null?t:"light";return r==="light"?"light":r==="dark"?"dark":$o()},Kl=e=>_d(e),jd=e=>lo(e),zd=e=>{var t;let r=lo(void 0,{validate:!1});return lo({...e,palette:{...r.palette,colors:{...$d.colors,...(t=e==null?void 0:e.palette)==null?void 0:t.colors}}},{validate:!1})},_o=e=>{let r=Kl(e),t=Jl(e==null?void 0:e.theme),n=Jl(e==null?void 0:e.darkTheme);return r==="dark"?zd(co(t!=null?t:{},n!=null?n:{})):jd(t)},qd=e=>Cs(e),br=(e,r)=>{var o;let t=_o(r),n=qd(t);for(let[a,i]of Object.entries(n))e.style.setProperty(a,i);let s=(o=r==null?void 0:r.toolCall)==null?void 0:o.shadow;s!==void 0&&e.style.setProperty("--persona-tool-bubble-shadow",s.trim()===""?"none":s)},ws=e=>{let r=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let t=new MutationObserver(()=>{e($o())});t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),r.push(()=>t.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let t=window.matchMedia("(prefers-color-scheme: dark)"),n=()=>e($o());t.addEventListener?(t.addEventListener("change",n),r.push(()=>t.removeEventListener("change",n))):t.addListener&&(t.addListener(n),r.push(()=>t.removeListener(n)))}return()=>{r.forEach(t=>t())}};import{Idiomorph as Vd}from"idiomorph";var Yl=(e,r,t={})=>{let{preserveTypingAnimation:n=!0}=t;Vd.morph(e,r.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&n&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function Gl(e,r){var t,n,s,o,a,i,d,c,p,u,h,m,C,T,b,x,S,O;return[e.id,e.role,(n=(t=e.content)==null?void 0:t.length)!=null?n:0,(o=(s=e.content)==null?void 0:s.slice(-32))!=null?o:"",e.streaming?"1":"0",(a=e.variant)!=null?a:"",(d=(i=e.rawContent)==null?void 0:i.length)!=null?d:0,(p=(c=e.llmContent)==null?void 0:c.length)!=null?p:0,(h=(u=e.approval)==null?void 0:u.status)!=null?h:"",(C=(m=e.toolCall)==null?void 0:m.status)!=null?C:"",(x=(b=(T=e.reasoning)==null?void 0:T.chunks)==null?void 0:b.length)!=null?x:0,(O=(S=e.contentParts)==null?void 0:S.length)!=null?O:0,r].join("\0")}function Xl(){return new Map}function Zl(e,r,t){let n=e.get(r);return n&&n.fingerprint===t?n.wrapper:null}function Ql(e,r,t,n){e.set(r,{fingerprint:t,wrapper:n})}function ec(e,r){for(let t of e.keys())r.has(t)||e.delete(t)}function jo(e=!0){let r=e;return{isFollowing:()=>r,pause:()=>r?(r=!1,!0):!1,resume:()=>r?!1:(r=!0,!0)}}function zo(e){return Math.max(0,e.scrollHeight-e.clientHeight)}function po(e,r){return zo(e)-e.scrollTop<=r}function qo(e){let{following:r,currentScrollTop:t,lastScrollTop:n,nearBottom:s,userScrollThreshold:o,isAutoScrolling:a=!1,pauseOnUpwardScroll:i=!1,pauseWhenAwayFromBottom:d=!0,resumeRequiresDownwardScroll:c=!1}=e,p=t-n;return a||Math.abs(p)<o?{action:"none",delta:p,nextLastScrollTop:t}:!r&&s&&(!c||p>0)?{action:"resume",delta:p,nextLastScrollTop:t}:r&&i&&p<0?{action:"pause",delta:p,nextLastScrollTop:t}:r&&d&&!s?{action:"pause",delta:p,nextLastScrollTop:t}:{action:"none",delta:p,nextLastScrollTop:t}}function Vo(e){let{following:r,deltaY:t,nearBottom:n=!1,resumeWhenNearBottom:s=!1}=e;return r&&t<0?"pause":!r&&s&&t>0&&n?"resume":"none"}var tn={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"};var Uo={side:"right",width:"420px",animate:!0,reveal:"resize"},Gt=e=>{var r,t;return((t=(r=e==null?void 0:e.launcher)==null?void 0:r.mountMode)!=null?t:"floating")==="docked"},kn=e=>{var t,n,s,o,a;let r=(t=e==null?void 0:e.launcher)==null?void 0:t.dock;return{side:(n=r==null?void 0:r.side)!=null?n:Uo.side,width:(s=r==null?void 0:r.width)!=null?s:Uo.width,animate:(o=r==null?void 0:r.animate)!=null?o:Uo.animate,reveal:(a=r==null?void 0:r.reveal)!=null?a:Uo.reveal}};var Ln={"bottom-right":"persona-bottom-6 persona-right-6","bottom-left":"persona-bottom-6 persona-left-6","top-right":"persona-top-6 persona-right-6","top-left":"persona-top-6 persona-left-6"};var uo=(e,r)=>{let t=f("button");t.type="button",t.innerHTML=`
|
|
8
8
|
<span class="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-bg-persona-primary persona-text-white" data-role="launcher-icon">\u{1F4AC}</span>
|
|
9
9
|
<img data-role="launcher-image" class="persona-rounded-full persona-object-cover" alt="" style="display:none" />
|
|
10
10
|
<span class="persona-flex persona-min-w-0 persona-flex-1 persona-flex-col persona-items-start persona-text-left">
|
|
@@ -12,12 +12,12 @@ import{Marked as zc}from"marked";var qc=e=>{if(e)return e},Io=e=>{var s,o;let r=
|
|
|
12
12
|
<span class="persona-block persona-w-full persona-truncate persona-text-xs persona-text-persona-muted" data-role="launcher-subtitle"></span>
|
|
13
13
|
</span>
|
|
14
14
|
<span class="persona-ml-2 persona-grid persona-place-items-center persona-rounded-full persona-bg-persona-primary persona-text-persona-call-to-action" data-role="launcher-call-to-action-icon">\u2197</span>
|
|
15
|
-
`,t.addEventListener("click",r);let n=o=>{var F,S,I,O,k,V,ge,ie,_,ne,Te,le,ke;let a=(F=o.launcher)!=null?F:{},i=zt(o),p=t.querySelector("[data-role='launcher-title']");if(p){let de=(S=a.title)!=null?S:"Chat Assistant";p.textContent=de,p.setAttribute("title",de)}let c=t.querySelector("[data-role='launcher-subtitle']");if(c){let de=(I=a.subtitle)!=null?I:"Get answers fast";c.textContent=de,c.setAttribute("title",de)}let u=t.querySelector(".persona-flex-col");u&&(a.textHidden||i?u.style.display="none":u.style.display="");let d=t.querySelector("[data-role='launcher-icon']");if(d)if(a.agentIconHidden)d.style.display="none";else{let de=(O=a.agentIconSize)!=null?O:"40px";if(d.style.height=de,d.style.width=de,d.innerHTML="",a.agentIconName){let Y=parseFloat(de)||24,ce=fe(a.agentIconName,Y*.6,"var(--persona-text-inverse, #ffffff)",2);ce?(d.appendChild(ce),d.style.display=""):(d.textContent=(k=a.agentIconText)!=null?k:"\u{1F4AC}",d.style.display="")}else a.iconUrl?d.style.display="none":(d.textContent=(V=a.agentIconText)!=null?V:"\u{1F4AC}",d.style.display="")}let f=t.querySelector("[data-role='launcher-image']");if(f){let de=(ge=a.agentIconSize)!=null?ge:"40px";f.style.height=de,f.style.width=de,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(f.src=a.iconUrl,f.style.display="block"):f.style.display="none"}let m=t.querySelector("[data-role='launcher-call-to-action-icon']");if(m){let de=(ie=a.callToActionIconSize)!=null?ie:"32px";m.style.height=de,m.style.width=de,a.callToActionIconBackgroundColor?(m.style.backgroundColor=a.callToActionIconBackgroundColor,m.classList.remove("persona-bg-persona-primary")):(m.style.backgroundColor="",m.classList.add("persona-bg-persona-primary"));let Y=0;if(a.callToActionIconPadding?(m.style.boxSizing="border-box",m.style.padding=a.callToActionIconPadding,Y=(parseFloat(a.callToActionIconPadding)||0)*2):(m.style.boxSizing="",m.style.padding=""),a.callToActionIconHidden)m.style.display="none";else if(m.style.display=i?"none":"",m.innerHTML="",a.callToActionIconName){let ce=parseFloat(de)||24,q=Math.max(ce-Y,8),G=fe(a.callToActionIconName,q,"currentColor",2);G?m.appendChild(G):m.textContent=(_=a.callToActionIconText)!=null?_:"\u2197"}else m.textContent=(ne=a.callToActionIconText)!=null?ne:"\u2197"}let v=a.position&&yn[a.position]?yn[a.position]:yn["bottom-right"],A="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer persona-z-50",b="persona-relative persona-mt-4 persona-mb-4 persona-mx-auto persona-flex persona-items-center persona-justify-center persona-rounded-launcher persona-bg-persona-surface persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer";t.className=i?b:`${A} ${v}`;let x="1px solid var(--persona-border, #e5e7eb)",M="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";t.style.border=(Te=a.border)!=null?Te:x,t.style.boxShadow=(le=a.shadow)!=null?le:M,i?(t.style.width="0",t.style.minWidth="0",t.style.maxWidth="0",t.style.padding="0",t.style.overflow="hidden",t.style.border="none",t.style.boxShadow="none"):(t.style.width="",t.style.minWidth="",t.style.maxWidth=(ke=a.collapsedMaxWidth)!=null?ke:"",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},s=()=>{t.removeEventListener("click",r),t.remove()};return e&&n(e),{element:t,update:n,destroy:s}};var bn={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #2563eb))",subtitleColor:"var(--persona-header-subtitle-fg, var(--persona-text-muted, var(--persona-muted, #9ca3af)))",actionIconColor:"var(--persona-header-action-icon-fg, var(--persona-muted, #9ca3af))"},qn=e=>{var ie,_,ne,Te,le,ke,de,Y,ce,q,G,ve,xe,Ke,Xe,mt,Be,rt,Me,D,se,te,z,oe,Le,Z,J,ze,Ue,St,qt,Ut;let{config:r,showClose:t=!0}=e,n=h("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");n.setAttribute("data-persona-theme-zone","header"),n.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",n.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",n.style.boxShadow="var(--persona-header-shadow, none)",n.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(ie=r==null?void 0:r.launcher)!=null?ie:{},o=(_=s.headerIconSize)!=null?_:"48px",a=(ne=s.closeButtonSize)!=null?ne:"32px",i=(Te=s.closeButtonPlacement)!=null?Te:"inline",p=(le=s.headerIconHidden)!=null?le:!1,c=s.headerIconName,u=h("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(u.style.height=o,u.style.width=o,u.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #2563eb))",u.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!p)if(c){let K=parseFloat(o)||24,Ie=fe(c,K*.6,"currentColor",1);Ie?u.replaceChildren(Ie):u.textContent=(de=(ke=r==null?void 0:r.launcher)==null?void 0:ke.agentIconText)!=null?de:"\u{1F4AC}"}else if((Y=r==null?void 0:r.launcher)!=null&&Y.iconUrl){let K=h("img");K.src=r.launcher.iconUrl,K.alt="",K.className="persona-rounded-xl persona-object-cover",K.style.height=o,K.style.width=o,u.replaceChildren(K)}else u.textContent=(q=(ce=r==null?void 0:r.launcher)==null?void 0:ce.agentIconText)!=null?q:"\u{1F4AC}";let d=h("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),f=h("span","persona-text-base persona-font-semibold");f.style.color=bn.titleColor,f.textContent=(ve=(G=r==null?void 0:r.launcher)==null?void 0:G.title)!=null?ve:"Chat Assistant";let m=h("span","persona-text-xs");m.style.color=bn.subtitleColor,m.textContent=(Ke=(xe=r==null?void 0:r.launcher)==null?void 0:xe.subtitle)!=null?Ke:"Here to help you get answers fast",d.append(f,m),p?n.append(d):n.append(u,d);let v=(Xe=s.clearChat)!=null?Xe:{},A=(mt=v.enabled)!=null?mt:!0,b=(Be=v.placement)!=null?Be:"inline",x=null,M=null;if(A){let K=(rt=v.size)!=null?rt:"32px",Ie=(Me=v.iconName)!=null?Me:"refresh-cw",ft=(D=v.iconColor)!=null?D:"",yt=(se=v.backgroundColor)!=null?se:"",Ze=(te=v.borderWidth)!=null?te:"",it=(z=v.borderColor)!=null?z:"",Wt=(oe=v.borderRadius)!=null?oe:"",Vt=(Le=v.paddingX)!=null?Le:"",ue=(Z=v.paddingY)!=null?Z:"",T=(J=v.tooltipText)!=null?J:"Clear chat",Ae=(ze=v.showTooltip)!=null?ze:!0;M=h("div",b==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"),b==="top-right"&&(M.style.right="48px"),x=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none"),x.style.height=K,x.style.width=K,x.type="button",x.setAttribute("aria-label",T),x.style.color=ft||bn.actionIconColor;let re=fe(Ie,"20px","currentColor",1);if(re&&x.appendChild(re),yt&&(x.style.backgroundColor=yt,x.classList.remove("hover:persona-bg-gray-100")),Ze||it){let ye=Ze||"0px",Ce=it||"transparent";x.style.border=`${ye} solid ${Ce}`,x.classList.remove("persona-border-none")}if(Wt&&(x.style.borderRadius=Wt,x.classList.remove("persona-rounded-full")),Vt?(x.style.paddingLeft=Vt,x.style.paddingRight=Vt):(x.style.paddingLeft="",x.style.paddingRight=""),ue?(x.style.paddingTop=ue,x.style.paddingBottom=ue):(x.style.paddingTop="",x.style.paddingBottom=""),M.appendChild(x),Ae&&T&&x&&M){let ye=null,Ce=()=>{if(ye||!x)return;let he=x.ownerDocument,Pe=he.body;if(!Pe)return;ye=En(he,"div","persona-clear-chat-tooltip"),ye.textContent=T;let Ne=En(he,"div");Ne.className="persona-clear-chat-tooltip-arrow",ye.appendChild(Ne);let ot=x.getBoundingClientRect();ye.style.position="fixed",ye.style.left=`${ot.left+ot.width/2}px`,ye.style.top=`${ot.top-8}px`,ye.style.transform="translate(-50%, -100%)",Pe.appendChild(ye)},Qe=()=>{ye&&ye.parentNode&&(ye.parentNode.removeChild(ye),ye=null)};M.addEventListener("mouseenter",Ce),M.addEventListener("mouseleave",Qe),x.addEventListener("focus",Ce),x.addEventListener("blur",Qe),M._cleanupTooltip=()=>{Qe(),M&&(M.removeEventListener("mouseenter",Ce),M.removeEventListener("mouseleave",Qe)),x&&(x.removeEventListener("focus",Ce),x.removeEventListener("blur",Qe))}}b==="inline"&&n.appendChild(M)}let F=h("div",i==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":A&&b==="inline"?"":"persona-ml-auto"),S=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");S.style.height=a,S.style.width=a,S.type="button";let I=(Ue=s.closeButtonTooltipText)!=null?Ue:"Close chat",O=(St=s.closeButtonShowTooltip)!=null?St:!0;S.setAttribute("aria-label",I),S.style.display=t?"":"none";let k=(qt=s.closeButtonIconName)!=null?qt:"x",V=(Ut=s.closeButtonIconText)!=null?Ut:"\xD7";S.style.color=s.closeButtonColor||bn.actionIconColor;let ge=fe(k,"20px","currentColor",1);if(ge?S.appendChild(ge):S.textContent=V,s.closeButtonBackgroundColor?(S.style.backgroundColor=s.closeButtonBackgroundColor,S.classList.remove("hover:persona-bg-gray-100")):(S.style.backgroundColor="",S.classList.add("hover:persona-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let K=s.closeButtonBorderWidth||"0px",Ie=s.closeButtonBorderColor||"transparent";S.style.border=`${K} solid ${Ie}`,S.classList.remove("persona-border-none")}else S.style.border="",S.classList.add("persona-border-none");if(s.closeButtonBorderRadius?(S.style.borderRadius=s.closeButtonBorderRadius,S.classList.remove("persona-rounded-full")):(S.style.borderRadius="",S.classList.add("persona-rounded-full")),s.closeButtonPaddingX?(S.style.paddingLeft=s.closeButtonPaddingX,S.style.paddingRight=s.closeButtonPaddingX):(S.style.paddingLeft="",S.style.paddingRight=""),s.closeButtonPaddingY?(S.style.paddingTop=s.closeButtonPaddingY,S.style.paddingBottom=s.closeButtonPaddingY):(S.style.paddingTop="",S.style.paddingBottom=""),F.appendChild(S),O&&I){let K=null,Ie=()=>{if(K)return;let yt=S.ownerDocument,Ze=yt.body;if(!Ze)return;K=En(yt,"div","persona-clear-chat-tooltip"),K.textContent=I;let it=En(yt,"div");it.className="persona-clear-chat-tooltip-arrow",K.appendChild(it);let Wt=S.getBoundingClientRect();K.style.position="fixed",K.style.left=`${Wt.left+Wt.width/2}px`,K.style.top=`${Wt.top-8}px`,K.style.transform="translate(-50%, -100%)",Ze.appendChild(K)},ft=()=>{K&&K.parentNode&&(K.parentNode.removeChild(K),K=null)};F.addEventListener("mouseenter",Ie),F.addEventListener("mouseleave",ft),S.addEventListener("focus",Ie),S.addEventListener("blur",ft),F._cleanupTooltip=()=>{ft(),F.removeEventListener("mouseenter",Ie),F.removeEventListener("mouseleave",ft),S.removeEventListener("focus",Ie),S.removeEventListener("blur",ft)}}return i!=="top-right"&&n.appendChild(F),{header:n,iconHolder:u,headerTitle:f,headerSubtitle:m,closeButton:S,closeButtonWrapper:F,clearChatButton:x,clearChatButtonWrapper:M}},Ar=(e,r,t)=>{var a,i,p,c;let n=(a=t==null?void 0:t.launcher)!=null?a:{},s=(i=n.closeButtonPlacement)!=null?i:"inline",o=(c=(p=n.clearChat)==null?void 0:p.placement)!=null?c:"inline";e.appendChild(r.header),s==="top-right"&&(e.style.position="relative",e.appendChild(r.closeButtonWrapper)),r.clearChatButtonWrapper&&o==="top-right"&&(e.style.position="relative",e.appendChild(r.clearChatButtonWrapper))};function lr(e){let{items:r,onSelect:t,anchor:n,position:s="bottom-left",portal:o}=e,a=h("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),o?(a.style.position="fixed",a.style.zIndex="10000"):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",s==="bottom-right"?a.style.right="0":a.style.left="0");for(let m of r){if(m.dividerBefore){let b=document.createElement("hr");a.appendChild(b)}let v=document.createElement("button");if(v.type="button",v.setAttribute("role","menuitem"),v.setAttribute("data-dropdown-item-id",m.id),m.destructive&&v.setAttribute("data-destructive",""),m.icon){let b=fe(m.icon,16,"currentColor",1.5);b&&v.appendChild(b)}let A=document.createElement("span");A.textContent=m.label,v.appendChild(A),v.addEventListener("click",b=>{b.stopPropagation(),u(),t(m.id)}),a.appendChild(v)}let i=null;function p(){if(!o)return;let m=n.getBoundingClientRect();a.style.top=`${m.bottom+4}px`,s==="bottom-right"?(a.style.right=`${window.innerWidth-m.right}px`,a.style.left="auto"):(a.style.left=`${m.left}px`,a.style.right="auto")}function c(){p(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let m=v=>{!a.contains(v.target)&&!n.contains(v.target)&&u()};document.addEventListener("click",m,!0),i=()=>document.removeEventListener("click",m,!0)})}function u(){a.classList.add("persona-hidden"),i==null||i(),i=null}function d(){a.classList.contains("persona-hidden")?c():u()}function f(){u(),a.remove()}return o&&o.appendChild(a),{element:a,show:c,hide:u,toggle:d,destroy:f}}function vt(e){let{icon:r,label:t,size:n,strokeWidth:s,className:o,onClick:a,aria:i}=e,p=h("button","persona-icon-btn"+(o?" "+o:""));p.type="button",p.setAttribute("aria-label",t),p.title=t;let c=fe(r,n!=null?n:16,"currentColor",s!=null?s:2);if(c&&p.appendChild(c),a&&p.addEventListener("click",a),i)for(let[u,d]of Object.entries(i))p.setAttribute(u,d);return p}function jo(e){let{icon:r,label:t,variant:n="default",size:s="sm",iconSize:o,className:a,onClick:i,aria:p}=e,c="persona-label-btn";n!=="default"&&(c+=" persona-label-btn--"+n),c+=" persona-label-btn--"+s,a&&(c+=" "+a);let u=h("button",c);if(u.type="button",u.setAttribute("aria-label",t),r){let f=fe(r,o!=null?o:14,"currentColor",2);f&&u.appendChild(f)}let d=h("span");if(d.textContent=t,u.appendChild(d),i&&u.addEventListener("click",i),p)for(let[f,m]of Object.entries(p))u.setAttribute(f,m);return u}function zo(e){let{items:r,selectedId:t,onSelect:n,className:s}=e,o=h("div","persona-toggle-group"+(s?" "+s:""));o.setAttribute("role","group");let a=t,i=[];function p(){for(let u of i)u.btn.setAttribute("aria-pressed",u.id===a?"true":"false")}for(let u of r){let d;u.icon?d=vt({icon:u.icon,label:u.label,onClick:()=>{a=u.id,p(),n(u.id)}}):(d=h("button","persona-icon-btn"),d.type="button",d.setAttribute("aria-label",u.label),d.title=u.label,d.textContent=u.label,d.addEventListener("click",()=>{a=u.id,p(),n(u.id)})),d.setAttribute("aria-pressed",u.id===a?"true":"false"),i.push({id:u.id,btn:d}),o.appendChild(d)}function c(u){a=u,p()}return{element:o,setSelected:c}}function bs(e){var m,v;let{label:r,icon:t="chevron-down",menuItems:n,onSelect:s,position:o="bottom-left",portal:a,className:i,hover:p}=e,c=h("div","persona-combo-btn"+(i?" "+i:""));c.style.position="relative",c.style.display="inline-flex",c.style.alignItems="center",c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0"),c.setAttribute("aria-haspopup","true"),c.setAttribute("aria-expanded","false"),c.setAttribute("aria-label",r);let u=h("span","persona-combo-btn-label");u.textContent=r,c.appendChild(u);let d=fe(t,14,"currentColor",2);d&&(d.style.marginLeft="4px",d.style.opacity="0.6",c.appendChild(d)),p&&(c.style.borderRadius=(m=p.borderRadius)!=null?m:"10px",c.style.padding=(v=p.padding)!=null?v:"6px 4px 6px 12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.addEventListener("mouseenter",()=>{var A,b;c.style.backgroundColor=(A=p.background)!=null?A:"",c.style.borderColor=(b=p.border)!=null?b:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}));let f=lr({items:n,onSelect:A=>{c.setAttribute("aria-expanded","false"),s(A)},anchor:c,position:o,portal:a});return a||c.appendChild(f.element),c.addEventListener("click",A=>{A.stopPropagation();let b=!f.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",b?"false":"true"),f.toggle()}),c.addEventListener("keydown",A=>{(A.key==="Enter"||A.key===" ")&&(A.preventDefault(),c.click())}),{element:c,setLabel:A=>{u.textContent=A,c.setAttribute("aria-label",A)},open:()=>{c.setAttribute("aria-expanded","true"),f.show()},close:()=>{c.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let A=!f.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",A?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),c.remove()}}}var Bl=e=>{var n;let r=qn({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),t=(n=e.layoutHeaderConfig)==null?void 0:n.onTitleClick;if(t){let s=r.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>t()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),t())}))}return r};function Td(e,r,t){var n,s,o;if(r!=null&&r.length)for(let a of r){let i=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-md persona-border-none persona-bg-transparent persona-p-0 persona-text-persona-muted hover:persona-opacity-80");if(i.type="button",i.setAttribute("aria-label",(s=(n=a.ariaLabel)!=null?n:a.label)!=null?s:a.id),a.icon){let p=fe(a.icon,14,"currentColor",2);p&&i.appendChild(p)}else a.label&&(i.textContent=a.label);if((o=a.menuItems)!=null&&o.length){let p=h("div","persona-relative");p.appendChild(i);let c=lr({items:a.menuItems,onSelect:u=>t==null?void 0:t(u),anchor:p,position:"bottom-left"});p.appendChild(c.element),i.addEventListener("click",u=>{u.stopPropagation(),c.toggle()}),e.appendChild(p)}else i.addEventListener("click",()=>t==null?void 0:t(a.id)),e.appendChild(i)}}var Dl=e=>{var M,F,S,I,O,k,V,ge,ie;let{config:r,showClose:t=!0,onClose:n,layoutHeaderConfig:s,onHeaderAction:o}=e,a=(M=r==null?void 0:r.launcher)!=null?M:{},i=h("div","persona-flex persona-items-center persona-justify-between persona-px-6 persona-py-4");i.setAttribute("data-persona-theme-zone","header"),i.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",i.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",i.style.boxShadow="var(--persona-header-shadow, none)",i.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let p=s==null?void 0:s.titleMenu,c,u;if(p)c=bs({label:(F=a.title)!=null?F:"Chat Assistant",menuItems:p.menuItems,onSelect:p.onSelect,hover:p.hover,className:""}).element,c.style.color=bn.titleColor,u=(S=c.querySelector(".persona-combo-btn-label"))!=null?S:c;else{if(c=h("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),u=h("span","persona-text-base persona-font-semibold persona-truncate"),u.style.color=bn.titleColor,u.textContent=(I=a.title)!=null?I:"Chat Assistant",c.appendChild(u),Td(c,s==null?void 0:s.trailingActions,(O=s==null?void 0:s.onAction)!=null?O:o),s!=null&&s.onTitleClick){c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0");let ne=s.onTitleClick;c.addEventListener("click",Te=>{Te.target.closest("button")||ne()}),c.addEventListener("keydown",Te=>{(Te.key==="Enter"||Te.key===" ")&&(Te.preventDefault(),ne())})}let _=s==null?void 0:s.titleRowHover;_&&(c.style.borderRadius=(k=_.borderRadius)!=null?k:"10px",c.style.padding=(V=_.padding)!=null?V:"6px 4px 6px 12px",c.style.margin="-6px 0 -6px -12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.style.width="fit-content",c.style.flex="none",c.addEventListener("mouseenter",()=>{var ne,Te;c.style.backgroundColor=(ne=_.background)!=null?ne:"",c.style.borderColor=(Te=_.border)!=null?Te:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}))}i.appendChild(c);let d=(ge=a.closeButtonSize)!=null?ge:"32px",f=h("div",""),m=h("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");m.style.height=d,m.style.width=d,m.type="button",m.setAttribute("aria-label","Close chat"),m.style.display=t?"":"none",m.style.color=a.closeButtonColor||bn.actionIconColor;let v=(ie=a.closeButtonIconName)!=null?ie:"x",A=fe(v,"20px","currentColor",2);A?m.appendChild(A):m.textContent="\xD7",n&&m.addEventListener("click",n),f.appendChild(m),i.appendChild(f);let b=h("div");b.style.display="none";let x=h("span");return x.style.display="none",{header:i,iconHolder:b,headerTitle:u,headerSubtitle:x,closeButton:m,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},xs={default:Bl,minimal:Dl},Nl=e=>{var r;return(r=xs[e])!=null?r:xs.default},ao=(e,r,t)=>{var a,i,p;if(r!=null&&r.render){let c=r.render({config:e,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:r.trailingActions,onAction:r.onAction}),u=h("div");u.style.display="none";let d=h("span"),f=h("span"),m=h("button");m.style.display="none";let v=h("div");return v.style.display="none",{header:c,iconHolder:u,headerTitle:d,headerSubtitle:f,closeButton:m,closeButtonWrapper:v,clearChatButton:null,clearChatButtonWrapper:null}}let n=(a=r==null?void 0:r.layout)!=null?a:"default",o=Nl(n)({config:e,showClose:(p=(i=r==null?void 0:r.showCloseButton)!=null?i:t==null?void 0:t.showClose)!=null?p:!0,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,layoutHeaderConfig:r,onHeaderAction:r==null?void 0:r.onAction});return r&&(r.showIcon===!1&&(o.iconHolder.style.display="none"),r.showTitle===!1&&(o.headerTitle.style.display="none"),r.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),r.showCloseButton===!1&&(o.closeButton.style.display="none"),r.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var io=e=>{var Be,rt,Me,D,se,te,z,oe,Le,Z,J,ze,Ue,St,qt,Ut,K,Ie,ft,yt,Ze,it,Wt,Vt,ue,T,Ae;let{config:r}=e,t=h("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");t.setAttribute("data-persona-theme-zone","composer");let n=h("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=h("form","persona-widget-composer persona-flex persona-flex-col persona-gap-2 persona-rounded-2xl persona-border persona-border-gray-200 persona-bg-persona-input-background persona-px-4 persona-py-3");s.setAttribute("data-persona-composer-form",""),s.style.outline="none";let o=h("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(rt=(Be=r==null?void 0:r.copy)==null?void 0:Be.inputPlaceholder)!=null?rt:"Type your message\u2026",o.className="persona-w-full persona-min-h-[24px] persona-resize-none persona-border-none persona-bg-transparent persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-none persona-composer-textarea",o.rows=1,o.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',o.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let p=3*20;o.style.maxHeight=`${p}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let re=Math.min(o.scrollHeight,p);o.style.height=`${re}px`};o.addEventListener("input",c),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let u=(Me=r==null?void 0:r.sendButton)!=null?Me:{},d=(D=u.useIcon)!=null?D:!1,f=(se=u.iconText)!=null?se:"\u2191",m=u.iconName,v=(te=u.tooltipText)!=null?te:"Send message",A=(z=u.showTooltip)!=null?z:!1,b=(oe=u.size)!=null?oe:"40px",x=u.backgroundColor,M=u.textColor,F=h("div","persona-send-button-wrapper"),S=h("button",d?"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer":"persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold disabled:persona-opacity-50 persona-cursor-pointer");if(S.type="submit",S.setAttribute("data-persona-composer-submit",""),d){if(S.style.width=b,S.style.height=b,S.style.minWidth=b,S.style.minHeight=b,S.style.fontSize="18px",S.style.lineHeight="1",S.innerHTML="",m){let re=parseFloat(b)||24,ye=M&&typeof M=="string"&&M.trim()?M.trim():"currentColor",Ce=fe(m,re,ye,2);Ce?(S.appendChild(Ce),S.style.color=ye):(S.textContent=f,M?S.style.color=M:S.classList.add("persona-text-white"))}else S.textContent=f,M?S.style.color=M:S.classList.add("persona-text-white");x?S.style.backgroundColor=x:S.classList.add("persona-bg-persona-primary")}else S.textContent=(Z=(Le=r==null?void 0:r.copy)==null?void 0:Le.sendButtonLabel)!=null?Z:"Send",M?S.style.color=M:S.classList.add("persona-text-white");if(u.borderWidth&&(S.style.borderWidth=u.borderWidth,S.style.borderStyle="solid"),u.borderColor&&(S.style.borderColor=u.borderColor),u.paddingX?(S.style.paddingLeft=u.paddingX,S.style.paddingRight=u.paddingX):(S.style.paddingLeft="",S.style.paddingRight=""),u.paddingY?(S.style.paddingTop=u.paddingY,S.style.paddingBottom=u.paddingY):(S.style.paddingTop="",S.style.paddingBottom=""),A&&v){let re=h("div","persona-send-button-tooltip");re.textContent=v,F.appendChild(re)}F.appendChild(S);let I=(J=r==null?void 0:r.voiceRecognition)!=null?J:{},O=I.enabled===!0,k=null,V=null,ge=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),ie=((ze=I.provider)==null?void 0:ze.type)==="runtype";if(O&&(ge||ie)){V=h("div","persona-send-button-wrapper"),k=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer"),k.type="button",k.setAttribute("data-persona-composer-mic",""),k.setAttribute("aria-label","Start voice recognition");let re=(Ue=I.iconName)!=null?Ue:"mic",ye=(St=I.iconSize)!=null?St:b,Ce=parseFloat(ye)||24,Qe=(qt=I.backgroundColor)!=null?qt:x,he=(Ut=I.iconColor)!=null?Ut:M;k.style.width=ye,k.style.height=ye,k.style.minWidth=ye,k.style.minHeight=ye,k.style.fontSize="18px",k.style.lineHeight="1";let Pe=he||"currentColor",Ne=fe(re,Ce,Pe,1.5);Ne?(k.appendChild(Ne),k.style.color=Pe):(k.textContent="\u{1F3A4}",k.style.color=Pe),Qe?k.style.backgroundColor=Qe:k.classList.add("persona-bg-persona-primary"),he?k.style.color=he:!he&&!M&&k.classList.add("persona-text-white"),I.borderWidth&&(k.style.borderWidth=I.borderWidth,k.style.borderStyle="solid"),I.borderColor&&(k.style.borderColor=I.borderColor),I.paddingX&&(k.style.paddingLeft=I.paddingX,k.style.paddingRight=I.paddingX),I.paddingY&&(k.style.paddingTop=I.paddingY,k.style.paddingBottom=I.paddingY),V.appendChild(k);let ot=(K=I.tooltipText)!=null?K:"Start voice recognition";if(((Ie=I.showTooltip)!=null?Ie:!1)&&ot){let Oe=h("div","persona-send-button-tooltip");Oe.textContent=ot,V.appendChild(Oe)}}let ne=(ft=r==null?void 0:r.attachments)!=null?ft:{},Te=ne.enabled===!0,le=null,ke=null,de=null,Y=null;if(Te){Y=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Y.style.display="none",de=h("input"),de.type="file",de.accept=((yt=ne.allowedTypes)!=null?yt:Hn).join(","),de.multiple=((Ze=ne.maxFiles)!=null?Ze:4)>1,de.style.display="none",de.setAttribute("aria-label","Attach files"),ke=h("div","persona-send-button-wrapper"),le=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),le.type="button",le.setAttribute("aria-label",(it=ne.buttonTooltipText)!=null?it:"Attach file");let re=(Wt=ne.buttonIconName)!=null?Wt:"paperclip",ye=b,Ce=parseFloat(ye)||40,Qe=Math.round(Ce*.6);le.style.width=ye,le.style.height=ye,le.style.minWidth=ye,le.style.minHeight=ye,le.style.fontSize="18px",le.style.lineHeight="1",le.style.backgroundColor="transparent",le.style.color="var(--persona-primary, #111827)",le.style.border="none",le.style.borderRadius="6px",le.style.transition="background-color 0.15s ease",le.addEventListener("mouseenter",()=>{le.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),le.addEventListener("mouseleave",()=>{le.style.backgroundColor="transparent"});let he=fe(re,Qe,"currentColor",1.5);he?le.appendChild(he):le.textContent="\u{1F4CE}",le.addEventListener("click",ot=>{ot.preventDefault(),de==null||de.click()}),ke.appendChild(le);let Pe=(Vt=ne.buttonTooltipText)!=null?Vt:"Attach file",Ne=h("div","persona-send-button-tooltip");Ne.textContent=Pe,ke.appendChild(Ne)}s.addEventListener("click",re=>{re.target!==S&&re.target!==F&&re.target!==k&&re.target!==V&&re.target!==le&&re.target!==ke&&o.focus()}),Y&&(Y.style.gap="8px",s.append(Y)),de&&s.append(de),s.append(o);let ce=h("div","persona-flex persona-items-center persona-justify-between persona-w-full"),q=h("div","persona-flex persona-items-center persona-gap-2");ke&&q.append(ke);let G=h("div","persona-flex persona-items-center persona-gap-1");V&&G.append(V),G.append(F),ce.append(q,G),s.append(ce);let ve=(ue=r==null?void 0:r.statusIndicator)!=null?ue:{},xe=ve.align==="left"?"persona-text-left":ve.align==="center"?"persona-text-center":"persona-text-right",Ke=h("div",`persona-mt-2 ${xe} persona-text-xs persona-text-persona-muted`);Ke.setAttribute("data-persona-composer-status","");let Xe=(T=ve.visible)!=null?T:!0;Ke.style.display=Xe?"":"none";let mt=(Ae=ve.idleText)!=null?Ae:"Online";if(ve.idleLink){let re=h("a");re.href=ve.idleLink,re.target="_blank",re.rel="noopener noreferrer",re.textContent=mt,re.style.color="inherit",re.style.textDecoration="none",Ke.appendChild(re)}else Ke.textContent=mt;return t.append(n,s,Ke),{footer:t,suggestions:n,composerForm:s,textarea:o,sendButton:S,sendButtonWrapper:F,micButton:k,micButtonWrapper:V,statusText:Ke,attachmentButton:le,attachmentButtonWrapper:ke,attachmentInput:de,attachmentPreviewsContainer:Y,actionsRow:ce,leftActions:q,rightActions:G}};var Ol=e=>{var c,u,d,f,m,v,A;let r=(u=(c=e==null?void 0:e.launcher)==null?void 0:c.enabled)!=null?u:!0;if(zt(e)){let b=h("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),x=h("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return b.appendChild(x),{wrapper:b,panel:x}}if(!r){let b=h("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),x=h("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),M=(f=(d=e==null?void 0:e.launcher)==null?void 0:d.width)!=null?f:"100%";return b.style.width=M,x.style.width="100%",b.appendChild(x),{wrapper:b,panel:x}}let n=(m=e==null?void 0:e.launcher)!=null?m:{},s=n.position&&yn[n.position]?yn[n.position]:yn["bottom-right"],o=h("div",`persona-widget-wrapper persona-fixed ${s} persona-z-50 persona-transition`),a=h("div","persona-widget-panel persona-relative persona-min-h-[320px]"),i=(A=(v=e==null?void 0:e.launcher)==null?void 0:v.width)!=null?A:e==null?void 0:e.launcherWidth,p=i!=null?i:"min(400px, calc(100vw - 24px))";return a.style.width=p,a.style.maxWidth=p,o.appendChild(a),{wrapper:o,panel:a}},$l=(e,r=!0)=>{var b,x,M,F,S,I,O,k,V;let t=h("div","persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-bg-persona-surface persona-text-persona-primary persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");t.setAttribute("data-persona-theme-zone","container");let n=(b=e==null?void 0:e.layout)==null?void 0:b.header,s=((x=e==null?void 0:e.layout)==null?void 0:x.showHeader)!==!1,o=n?ao(e,n,{showClose:r}):qn({config:e,showClose:r}),a=h("div","persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6");a.id="persona-scroll-container",a.setAttribute("data-persona-theme-zone","messages");let i=zt(e)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",p=h("div",i),c=h("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");c.textContent=(F=(M=e==null?void 0:e.copy)==null?void 0:M.welcomeTitle)!=null?F:"Hello \u{1F44B}";let u=h("p","persona-mt-2 persona-text-sm persona-text-persona-muted");u.textContent=(I=(S=e==null?void 0:e.copy)==null?void 0:S.welcomeSubtitle)!=null?I:"Ask anything about your account or products.",p.append(c,u);let d=h("div","persona-flex persona-flex-col persona-gap-3"),f=(O=e==null?void 0:e.layout)==null?void 0:O.contentMaxWidth;f&&(d.style.maxWidth=f,d.style.marginLeft="auto",d.style.marginRight="auto",d.style.width="100%"),p.setAttribute("data-persona-intro-card",""),((k=e==null?void 0:e.copy)==null?void 0:k.showWelcomeCard)!==!1||(p.style.display="none",a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3")),a.append(p,d);let v=io({config:e}),A=((V=e==null?void 0:e.layout)==null?void 0:V.showFooter)!==!1;return s?Ar(t,o,e):(o.header.style.display="none",Ar(t,o,e)),t.append(a),A||(v.footer.style.display="none"),t.append(v.footer),{container:t,body:a,messagesWrapper:d,suggestions:v.suggestions,textarea:v.textarea,sendButton:v.sendButton,sendButtonWrapper:v.sendButtonWrapper,micButton:v.micButton,micButtonWrapper:v.micButtonWrapper,composerForm:v.composerForm,statusText:v.statusText,introTitle:c,introSubtitle:u,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:v.footer,attachmentButton:v.attachmentButton,attachmentButtonWrapper:v.attachmentButtonWrapper,attachmentInput:v.attachmentInput,attachmentPreviewsContainer:v.attachmentPreviewsContainer,actionsRow:v.actionsRow,leftActions:v.leftActions,rightActions:v.rightActions}};var Md=e=>{let r=e.toLowerCase();return r.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||r.startsWith("data:image/")||!e.includes(":"))},kd=320,Ld=320,Id=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(r=>r.type==="image"&&typeof r.image=="string"&&r.image.trim().length>0),Pd=(e,r,t)=>{if(e.length===0)return null;try{let n=h("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","images"),r&&(n.style.marginBottom="8px");let s=0,o=!1,a=()=>{o||(o=!0,n.remove(),t==null||t())};return e.forEach((i,p)=>{var d;let c=h("img");c.alt=((d=i.alt)==null?void 0:d.trim())||`Attached image ${p+1}`,c.loading="lazy",c.decoding="async",c.referrerPolicy="no-referrer",c.style.display="block",c.style.width="100%",c.style.maxWidth=`${kd}px`,c.style.maxHeight=`${Ld}px`,c.style.height="auto",c.style.objectFit="contain",c.style.borderRadius="10px",c.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",c.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let u=!1;s+=1,c.addEventListener("error",()=>{u||(u=!0,s=Math.max(0,s-1),c.remove(),s===0&&a())}),c.addEventListener("load",()=>{u=!0}),Md(i.image)?(c.src=i.image,n.appendChild(c)):(u=!0,s=Math.max(0,s-1),c.remove())}),s===0?(a(),null):n}catch{return t==null||t(),null}},Er=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let r=document.createElement("div");r.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",r.style.animationDelay="0ms";let t=document.createElement("div");t.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.animationDelay="250ms";let n=document.createElement("div");n.className="persona-bg-persona-primary persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",n.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",e.appendChild(r),e.appendChild(t),e.appendChild(n),e.appendChild(s),e},_l=(e,r,t)=>{let n={config:t!=null?t:{},streaming:!0,location:e,defaultRenderer:Er};if(r){let s=r(n);if(s!==null)return s}return Er()},Wd=(e,r)=>{let t=h("div","persona-flex-shrink-0 persona-w-8 persona-h-8 persona-rounded-full persona-flex persona-items-center persona-justify-center persona-text-sm"),n=r==="user"?e.userAvatar:e.assistantAvatar;if(n)if(n.startsWith("http")||n.startsWith("/")||n.startsWith("data:")){let s=h("img");s.src=n,s.alt=r==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(s)}else t.textContent=n,t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=r==="user"?"U":"A",t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},Fl=(e,r)=>{let t=h("div","persona-text-xs persona-text-persona-muted"),n=new Date(e.createdAt);return r.format?t.textContent=r.format(n):t.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},Rd=(e,r="bubble")=>{let t=["vanilla-message-bubble","persona-max-w-[85%]"];switch(r){case"flat":e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("vanilla-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":t.push("persona-text-sm","persona-leading-relaxed"),e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:t.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3");break}return t},jl=(e,r,t)=>{var m,v,A,b,x,M;let n=(m=r.showCopy)!=null?m:!0,s=(v=r.showUpvote)!=null?v:!0,o=(A=r.showDownvote)!=null?A:!0;if(!n&&!s&&!o){let F=h("div");return F.style.display="none",F.id=`actions-${e.id}`,F.setAttribute("data-actions-for",e.id),F}let a=(b=r.visibility)!=null?b:"hover",i=(x=r.align)!=null?x:"right",p=(M=r.layout)!=null?M:"pill-inside",c={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[i],u={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[p],d=h("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${c} ${u} ${a==="hover"?"persona-message-actions-hover":""}`);d.id=`actions-${e.id}`,d.setAttribute("data-actions-for",e.id);let f=(F,S,I)=>{let O=vt({icon:F,label:S,size:14,className:"persona-message-action-btn"});return O.setAttribute("data-action",I),O};return n&&d.appendChild(f("copy","Copy message","copy")),s&&d.appendChild(f("thumbs-up","Upvote","upvote")),o&&d.appendChild(f("thumbs-down","Downvote","downvote")),d},lo=(e,r,t,n,s,o)=>{var ie,_,ne,Te,le,ke,de;let a=t!=null?t:{},i=(ie=a.layout)!=null?ie:"bubble",p=a.avatar,c=a.timestamp,u=(_=p==null?void 0:p.show)!=null?_:!1,d=(ne=c==null?void 0:c.show)!=null?ne:!1,f=(Te=p==null?void 0:p.position)!=null?Te:"left",m=(le=c==null?void 0:c.position)!=null?le:"below",v=Rd(e.role,i),A=h("div",v.join(" "));A.id=`bubble-${e.id}`,A.setAttribute("data-message-id",e.id),A.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(A.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",A.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(A.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",A.style.color="var(--persona-message-assistant-text, var(--persona-text))");let b=Id(e),x=(de=(ke=e.content)==null?void 0:ke.trim())!=null?de:"",F=b.length>0&&x===Ro,S=document.createElement("div");S.classList.add("persona-message-content");let I=r({text:e.content,message:e,streaming:!!e.streaming,raw:e.rawContent}),O=null;if(F?(O=document.createElement("div"),O.innerHTML=I,O.style.display="none",S.appendChild(O)):S.innerHTML=I,d&&m==="inline"&&e.createdAt){let Y=Fl(e,c);Y.classList.add("persona-ml-2","persona-inline"),S.appendChild(Y)}if(b.length>0){let Y=Pd(b,!F&&!!x,()=>{F&&O&&(O.style.display="")});Y?A.appendChild(Y):F&&O&&(O.style.display="")}if(A.appendChild(S),d&&m==="below"&&e.createdAt){let Y=Fl(e,c);Y.classList.add("persona-mt-1"),A.appendChild(Y)}if(e.streaming&&e.role==="assistant"&&(!e.content||!e.content.trim())){let Y=_l("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);Y&&A.appendChild(Y)}if(e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(n==null?void 0:n.enabled)!==!1&&n){let Y=jl(e,n,s);A.appendChild(Y)}if(!u||e.role==="system")return A;let V=h("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),ge=Wd(p,e.role);return f==="right"||f==="left"&&e.role==="user"?V.append(A,ge):V.append(ge,A),A.classList.remove("persona-max-w-[85%]"),A.classList.add("persona-max-w-[calc(85%-2.5rem)]"),V},Hd=(e,r,t,n,s,o)=>{let a=t!=null?t:{};return e.role==="user"&&a.renderUserMessage?a.renderUserMessage({message:e,config:{},streaming:!!e.streaming}):e.role==="assistant"&&a.renderAssistantMessage?a.renderAssistantMessage({message:e,config:{},streaming:!!e.streaming}):lo(e,r,t,n,s,o)};var Tr=new Set,zl=(e,r)=>{let t=Tr.has(e),n=r.querySelector('button[data-expand-header="true"]'),s=r.querySelector(".persona-border-t");if(!n||!s)return;n.setAttribute("aria-expanded",t?"true":"false");let o=n.querySelector(".persona-ml-auto"),a=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(a){a.innerHTML="";let p=fe(t?"chevron-up":"chevron-down",16,"currentColor",2);p?a.appendChild(p):a.textContent=t?"Hide":"Show"}s.style.display=t?"":"none"},vs=e=>{let r=e.reasoning,t=h("div",["vanilla-message-bubble","vanilla-reasoning-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(t.id=`bubble-${e.id}`,t.setAttribute("data-message-id",e.id),!r)return t;let n=Tr.has(e.id),s=h("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");s.type="button",s.setAttribute("aria-expanded",n?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=h("div","persona-flex persona-flex-col persona-text-left"),a=h("span","persona-text-xs persona-text-persona-primary");a.textContent="Thinking...",o.appendChild(a);let i=h("span","persona-text-xs persona-text-persona-primary");i.textContent=fl(r),o.appendChild(i),r.status==="complete"?a.style.display="none":a.style.display="";let p=h("div","persona-flex persona-items-center"),u=fe(n?"chevron-up":"chevron-down",16,"currentColor",2);u?p.appendChild(u):p.textContent=n?"Hide":"Show";let d=h("div","persona-flex persona-items-center persona-ml-auto");d.append(p),s.append(o,d);let f=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");f.style.display=n?"":"none";let m=r.chunks.join(""),v=h("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return v.textContent=m||(r.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),f.appendChild(v),(()=>{s.setAttribute("aria-expanded",n?"true":"false"),p.innerHTML="";let x=fe(n?"chevron-up":"chevron-down",16,"currentColor",2);x?p.appendChild(x):p.textContent=n?"Hide":"Show",f.style.display=n?"":"none"})(),t.append(s,f),t};var Mr=new Set,ql=(e,r,t)=>{var c;let n=Mr.has(e),s=(c=t==null?void 0:t.toolCall)!=null?c:{},o=r.querySelector('button[data-expand-header="true"]'),a=r.querySelector(".persona-border-t");if(!o||!a)return;o.setAttribute("aria-expanded",n?"true":"false");let i=o.querySelector(".persona-ml-auto"),p=i==null?void 0:i.querySelector(":scope > .persona-flex.persona-items-center");if(p){p.innerHTML="";let u=s.toggleTextColor||s.headerTextColor||"currentColor",d=fe(n?"chevron-up":"chevron-down",16,u,2);d?p.appendChild(d):p.textContent=n?"Hide":"Show"}a.style.display=n?"":"none"},Cs=(e,r)=>{var A;let t=e.toolCall,n=(A=r==null?void 0:r.toolCall)!=null?A:{},s=h("div",["vanilla-message-bubble","vanilla-tool-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(s.id=`bubble-${e.id}`,s.setAttribute("data-message-id",e.id),n.backgroundColor&&(s.style.backgroundColor=n.backgroundColor),n.borderColor&&(s.style.borderColor=n.borderColor),n.borderWidth&&(s.style.borderWidth=n.borderWidth),n.borderRadius&&(s.style.borderRadius=n.borderRadius),!t)return s;let o=Mr.has(e.id),a=h("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");a.type="button",a.setAttribute("aria-expanded",o?"true":"false"),a.setAttribute("data-expand-header","true"),a.setAttribute("data-bubble-type","tool"),n.headerBackgroundColor&&(a.style.backgroundColor=n.headerBackgroundColor),n.headerPaddingX&&(a.style.paddingLeft=n.headerPaddingX,a.style.paddingRight=n.headerPaddingX),n.headerPaddingY&&(a.style.paddingTop=n.headerPaddingY,a.style.paddingBottom=n.headerPaddingY);let i=h("div","persona-flex persona-flex-col persona-text-left"),p=h("span","persona-text-xs persona-text-persona-primary");n.headerTextColor&&(p.style.color=n.headerTextColor),p.textContent=hl(t),i.appendChild(p);let c=h("div","persona-flex persona-items-center"),u=n.toggleTextColor||n.headerTextColor||"currentColor",d=fe(o?"chevron-up":"chevron-down",16,u,2);d?c.appendChild(d):c.textContent=o?"Hide":"Show";let f=h("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");f.append(c),a.append(i,f);let m=h("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(m.style.display=o?"":"none",n.contentBackgroundColor&&(m.style.backgroundColor=n.contentBackgroundColor),n.contentTextColor&&(m.style.color=n.contentTextColor),n.contentPaddingX&&(m.style.paddingLeft=n.contentPaddingX,m.style.paddingRight=n.contentPaddingX),n.contentPaddingY&&(m.style.paddingTop=n.contentPaddingY,m.style.paddingBottom=n.contentPaddingY),t.name){let b=h("div","persona-text-xs persona-text-persona-muted persona-italic");n.contentTextColor?b.style.color=n.contentTextColor:n.headerTextColor&&(b.style.color=n.headerTextColor),b.textContent=t.name,m.appendChild(b)}if(t.args!==void 0){let b=h("div","persona-space-y-1"),x=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(x.style.color=n.labelTextColor),x.textContent="Arguments";let M=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(M.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(M.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(M.style.color=n.codeBlockTextColor),M.textContent=Zr(t.args),b.append(x,M),m.appendChild(b)}if(t.chunks&&t.chunks.length){let b=h("div","persona-space-y-1"),x=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(x.style.color=n.labelTextColor),x.textContent="Activity";let M=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(M.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(M.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(M.style.color=n.codeBlockTextColor),M.textContent=t.chunks.join(`
|
|
16
|
-
`),b.append(x,M),m.appendChild(b)}if(t.status==="complete"&&t.result!==void 0){let b=h("div","persona-space-y-1"),x=h("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(x.style.color=n.labelTextColor),x.textContent="Result";let M=h("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");M.style.fontSize="0.75rem",M.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(M.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(M.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(M.style.color=n.codeBlockTextColor),M.textContent=Zr(t.result),b.append(x,M),m.appendChild(b)}if(t.status==="complete"&&typeof t.duration=="number"){let b=h("div","persona-text-xs persona-text-persona-muted");n.contentTextColor&&(b.style.color=n.contentTextColor),b.textContent=`Duration: ${t.duration}ms`,m.appendChild(b)}return(()=>{a.setAttribute("aria-expanded",o?"true":"false"),c.innerHTML="";let b=n.toggleTextColor||n.headerTextColor||"currentColor",x=fe(o?"chevron-up":"chevron-down",16,b,2);x?c.appendChild(x):c.textContent=o?"Hide":"Show",m.style.display=o?"":"none"})(),s.append(a,m),s};var ws=(e,r)=>{var A,b,x,M,F,S,I,O,k,V,ge,ie;let t=e.approval,n=(r==null?void 0:r.approval)!==!1?r==null?void 0:r.approval:void 0,s=(t==null?void 0:t.status)==="pending",o=h("div",["persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),o.style.backgroundColor=(A=n==null?void 0:n.backgroundColor)!=null?A:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(b=n==null?void 0:n.borderColor)!=null?b:"var(--persona-approval-border, #fef08a)",!t)return o;let a=h("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=h("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let p=t.status==="denied"?"shield-x":t.status==="timeout"?"shield-alert":"shield-check",c=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(x=n==null?void 0:n.titleColor)!=null?x:"currentColor",u=fe(p,20,c,2);u&&i.appendChild(u);let d=h("div","persona-flex-1 persona-min-w-0"),f=h("div","persona-flex persona-items-center persona-gap-2"),m=h("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(n!=null&&n.titleColor&&(m.style.color=n.titleColor),m.textContent=(M=n==null?void 0:n.title)!=null?M:"Approval Required",f.appendChild(m),!s){let _=h("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");_.setAttribute("data-approval-status",t.status),t.status==="approved"?(_.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",_.style.color="var(--persona-palette-colors-success-700, #15803d)",_.textContent="Approved"):t.status==="denied"?(_.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",_.style.color="var(--persona-palette-colors-error-700, #b91c1c)",_.textContent="Denied"):t.status==="timeout"&&(_.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",_.style.color="var(--persona-palette-colors-warning-700, #b45309)",_.textContent="Timeout"),f.appendChild(_)}d.appendChild(f);let v=h("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(n!=null&&n.descriptionColor&&(v.style.color=n.descriptionColor),v.textContent=t.description,d.appendChild(v),t.parameters){let _=h("pre","persona-mt-2 persona-text-xs persona-p-2 persona-rounded persona-overflow-x-auto persona-max-h-32 persona-bg-persona-container persona-text-persona-primary");n!=null&&n.parameterBackgroundColor&&(_.style.backgroundColor=n.parameterBackgroundColor),n!=null&&n.parameterTextColor&&(_.style.color=n.parameterTextColor),_.style.fontSize="0.75rem",_.style.lineHeight="1rem",_.textContent=Zr(t.parameters),d.appendChild(_)}if(s){let _=h("div","persona-flex persona-gap-2 persona-mt-2");_.setAttribute("data-approval-buttons","true");let ne=h("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-border-none persona-cursor-pointer");ne.type="button",ne.style.backgroundColor=(F=n==null?void 0:n.approveButtonColor)!=null?F:"var(--persona-approval-approve-bg, #22c55e)",ne.style.color=(S=n==null?void 0:n.approveButtonTextColor)!=null?S:"#ffffff",ne.setAttribute("data-approval-action","approve");let Te=fe("shield-check",14,(I=n==null?void 0:n.approveButtonTextColor)!=null?I:"#ffffff",2);Te&&(Te.style.marginRight="4px",ne.appendChild(Te));let le=document.createTextNode((O=n==null?void 0:n.approveLabel)!=null?O:"Approve");ne.appendChild(le);let ke=h("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-cursor-pointer");ke.type="button",ke.style.backgroundColor=(k=n==null?void 0:n.denyButtonColor)!=null?k:"transparent",ke.style.color=(V=n==null?void 0:n.denyButtonTextColor)!=null?V:"var(--persona-feedback-error, #dc2626)",ke.style.border=`1px solid ${n!=null&&n.denyButtonTextColor?n.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,ke.setAttribute("data-approval-action","deny");let de=fe("shield-x",14,(ge=n==null?void 0:n.denyButtonTextColor)!=null?ge:"var(--persona-feedback-error, #dc2626)",2);de&&(de.style.marginRight="4px",ke.appendChild(de));let Y=document.createTextNode((ie=n==null?void 0:n.denyLabel)!=null?ie:"Deny");ke.appendChild(Y),_.append(ne,ke),d.appendChild(_)}return a.append(i,d),o.appendChild(a),o};var Ul=e=>{let r=[];return{buttons:r,render:(n,s,o,a,i)=>{if(e.innerHTML="",r.length=0,!n||!n.length||(a!=null?a:s?s.getMessages():[]).some(m=>m.role==="user"))return;let u=document.createDocumentFragment(),d=s?s.isStreaming():!1,f=m=>{switch(m){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};n.forEach(m=>{let v=h("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-muted hover:persona-opacity-90 persona-cursor-pointer persona-border persona-border-gray-200");v.type="button",v.textContent=m,v.disabled=d,i!=null&&i.fontFamily&&(v.style.fontFamily=f(i.fontFamily)),i!=null&&i.fontWeight&&(v.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(v.style.paddingLeft=i.paddingX,v.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(v.style.paddingTop=i.paddingY,v.style.paddingBottom=i.paddingY),v.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(m))}),u.appendChild(v),r.push(v)}),e.appendChild(u)}}};var co=class{constructor(r=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=r,this.buffer=new Array(r),this.store=t}push(r){var t;this.buffer[this.head]=r,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(r.type),(t=this.store)==null||t.put(r)}getAll(){return this.count===0?[]:this.count<this.maxSize?this.buffer.slice(0,this.count):[...this.buffer.slice(this.head,this.maxSize),...this.buffer.slice(0,this.head)]}async restore(){if(!this.store)return 0;let r=await this.store.getAll();if(r.length===0)return 0;let t=r.length>this.maxSize?r.slice(r.length-this.maxSize):r;for(let n of t)this.buffer[this.head]=n,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(n.type);return this.totalCaptured=r.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(r){let t=this.getAll();return r>=t.length?t:t.slice(t.length-r)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var r;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.clear()}destroy(){var r;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var po=class{constructor(r="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=r,this.storeName=t}open(){return new Promise((r,t)=>{try{let n=indexedDB.open(this.dbName,1);n.onupgradeneeded=()=>{let s=n.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},n.onsuccess=()=>{this.db=n.result,r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}put(r){!this.db||this.isDestroyed||(this.pendingWrites.push(r),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(r){if(!(!this.db||this.isDestroyed||r.length===0))try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}getAll(){return new Promise((r,t)=>{if(!this.db){r([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{r(a.result)},a.onerror=()=>{t(a.error)}}catch(n){t(n)}})}getCount(){return new Promise((r,t)=>{if(!this.db){r(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{r(o.result)},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}clear(){return new Promise((r,t)=>{if(!this.db){r();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{r()},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((r,t)=>{try{let n=indexedDB.deleteDatabase(this.dbName);n.onsuccess=()=>{r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let r=this.pendingWrites;this.pendingWrites=[];try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}};function kr(e,r){r&&r.split(/\s+/).forEach(t=>t&&e.classList.add(t))}var Bd={flow_:{bg:"var(--persona-palette-colors-success-100, #dcfce7)",text:"var(--persona-palette-colors-success-700, #166534)"},step_:{bg:"var(--persona-palette-colors-primary-100, #dbeafe)",text:"var(--persona-palette-colors-primary-700, #1e40af)"},reason_:{bg:"var(--persona-palette-colors-warning-100, #ffedd5)",text:"var(--persona-palette-colors-warning-700, #9a3412)"},tool_:{bg:"var(--persona-palette-colors-purple-100, #f3e8ff)",text:"var(--persona-palette-colors-purple-700, #6b21a8)"},agent_:{bg:"var(--persona-palette-colors-teal-100, #ccfbf1)",text:"var(--persona-palette-colors-teal-700, #115e59)"},error:{bg:"var(--persona-palette-colors-error-100, #fecaca)",text:"var(--persona-palette-colors-error-700, #991b1b)"}},Dd={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},Nd=["flowName","stepName","reasoningText","text","name","tool","toolName"],Od=100;function $d(e,r){let t={...Bd,...r};if(t[e])return t[e];for(let n of Object.keys(t))if(n.endsWith("_")&&e.startsWith(n))return t[n];return Dd}function Fd(e,r){return`+${((e-r)/1e3).toFixed(3)}s`}function _d(e){let r=new Date(e),t=String(r.getHours()).padStart(2,"0"),n=String(r.getMinutes()).padStart(2,"0"),s=String(r.getSeconds()).padStart(2,"0"),o=String(r.getMilliseconds()).padStart(3,"0");return`${t}:${n}:${s}.${o}`}function jd(e,r){try{let t=JSON.parse(e);if(typeof t!="object"||t===null)return null;for(let n of r){let s=n.split("."),o=t;for(let a of s)if(o&&typeof o=="object"&&o!==null)o=o[a];else{o=void 0;break}if(typeof o=="string"&&o.trim())return o.trim()}}catch{}return null}function zd(e){var r;return(r=navigator.clipboard)!=null&&r.writeText?navigator.clipboard.writeText(e):new Promise(t=>{let n=document.createElement("textarea");n.value=e,n.style.position="fixed",n.style.opacity="0",document.body.appendChild(n),n.select(),document.execCommand("copy"),document.body.removeChild(n),t()})}function qd(e){let r;try{r=JSON.parse(e.payload)}catch{r=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:r},null,2)}function Ud(e,r,t){let n,s;try{s=JSON.parse(e.payload),n=JSON.stringify(s,null,2)}catch{s=e.payload,n=e.payload}let o=r.find(i=>i.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&t){let i=o.renderEventStreamPayload({event:e,config:t,defaultRenderer:()=>a(),parsedPayload:s});if(i)return i}return a();function a(){let i=h("div","persona-bg-persona-container persona-border-t persona-border-persona-divider persona-px-3 persona-py-2 persona-ml-4 persona-mr-3 persona-mb-1 persona-rounded-b persona-overflow-auto persona-max-h-[300px]"),p=h("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return p.textContent=n,i.appendChild(p),i}}function Ss(e,r,t,n,s,o,a,i){var f;let p=s.has(e.id),c=h("div","persona-border-b persona-border-persona-divider persona-text-xs");kr(c,(f=n.classNames)==null?void 0:f.eventRow);let u=a.find(m=>m.renderEventStreamRow);if(u!=null&&u.renderEventStreamRow&&i){let m=u.renderEventStreamRow({event:e,index:r,config:i,defaultRenderer:()=>d(),isExpanded:p,onToggleExpand:()=>o(e.id)});if(m)return c.appendChild(m),c}return c.appendChild(d()),c;function d(){var ne,Te;let m=h("div",""),v=h("div","persona-flex persona-items-center persona-gap-2 persona-px-3 persona-py-3 hover:persona-bg-persona-container persona-cursor-pointer persona-group");v.setAttribute("data-event-id",e.id);let A=h("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),b=fe(p?"chevron-down":"chevron-right","14px","currentColor",2);b&&A.appendChild(b);let x=h("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),M=(ne=n.timestampFormat)!=null?ne:"relative";x.textContent=M==="relative"?Fd(e.timestamp,t):_d(e.timestamp);let F=null;n.showSequenceNumbers!==!1&&(F=h("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),F.textContent=String(r+1));let S=$d(e.type,n.badgeColors),I=h("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded persona-text-[11px] persona-font-mono persona-font-medium persona-whitespace-nowrap persona-flex-shrink-0 persona-border");I.style.backgroundColor=S.bg,I.style.color=S.text,I.style.borderColor=S.text+"50",I.textContent=e.type;let O=(Te=n.descriptionFields)!=null?Te:Nd,k=jd(e.payload,O),V=null;k&&(V=h("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),V.textContent=k);let ge=h("div","persona-flex-1 persona-min-w-0"),ie=h("button","persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-flex-shrink-0 persona-border-none persona-bg-transparent persona-p-0"),_=fe("clipboard","12px","currentColor",1.5);return _&&ie.appendChild(_),ie.addEventListener("click",async le=>{le.stopPropagation(),await zd(qd(e)),ie.innerHTML="";let ke=fe("check","12px","currentColor",1.5);ke&&ie.appendChild(ke),setTimeout(()=>{ie.innerHTML="";let de=fe("clipboard","12px","currentColor",1.5);de&&ie.appendChild(de)},1500)}),v.appendChild(A),v.appendChild(x),F&&v.appendChild(F),v.appendChild(I),V&&v.appendChild(V),v.appendChild(ge),v.appendChild(ie),m.appendChild(v),p&&m.appendChild(Ud(e,a,i)),m}}function Vl(e){var c,u;let{buffer:r,getFullHistory:t,onClose:n,config:s,plugins:o=[]}=e,a=(u=(c=s==null?void 0:s.features)==null?void 0:c.eventStream)!=null?u:{},i=o.find(d=>d.renderEventStreamView);if(i!=null&&i.renderEventStreamView&&s){let d=i.renderEventStreamView({config:s,events:r.getAll(),defaultRenderer:()=>p().element,onClose:n});if(d)return{element:d,update:()=>{},destroy:()=>{}}}return p();function p(){let d=a.classNames,f=h("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");kr(f,d==null?void 0:d.panel);let m=[],v="",A="",b=null,x=[],M={},F=0,S=!1,I=0,O=0,k=!1,V=null,ge=!1,ie=0,_=new Set,ne=new Map,Te="",le="",ke=null,de,Y,ce,q,G;function ve(){let ue=h("div","persona-flex persona-flex-col persona-flex-shrink-0"),T=h("div","persona-flex persona-items-center persona-gap-2 persona-px-4 persona-py-3 persona-pb-0 persona-border-persona-divider persona-bg-persona-surface persona-overflow-hidden");kr(T,d==null?void 0:d.headerBar);let Ae=h("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");Ae.textContent="Events",de=h("span","persona-text-[11px] persona-font-mono persona-bg-persona-container persona-text-persona-muted persona-px-2 persona-py-0.5 persona-rounded persona-border persona-border-persona-border"),de.textContent="0";let re=h("div","persona-flex-1");Y=h("select","persona-text-xs persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded persona-px-2.5 persona-py-1 persona-text-persona-primary persona-cursor-pointer");let ye=h("option","");ye.value="",ye.textContent="All events",Y.appendChild(ye),ce=h("button","persona-inline-flex persona-items-center persona-gap-1.5 persona-rounded persona-text-xs persona-text-persona-muted hover:persona-bg-persona-container hover:persona-text-persona-primary persona-cursor-pointer persona-border persona-border-persona-border persona-bg-persona-surface persona-flex-shrink-0 persona-px-2.5 persona-py-1"),ce.type="button",ce.title="Copy All";let Qe=fe("clipboard-copy","12px","currentColor",1.5);Qe&&ce.appendChild(Qe);let he=h("span","persona-text-xs");he.textContent="Copy All",ce.appendChild(he),T.appendChild(Ae),T.appendChild(de),T.appendChild(re),T.appendChild(Y),T.appendChild(ce);let Pe=h("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");kr(Pe,d==null?void 0:d.searchBar);let Ne=fe("search","14px","var(--persona-muted, #9ca3af)",1.5),ot=h("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Ne&&ot.appendChild(Ne),q=h("input","persona-text-sm persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded-md persona-pl-8 persona-pr-3 persona-py-1 persona-w-full persona-text-persona-primary"),kr(q,d==null?void 0:d.searchInput),q.type="text",q.placeholder="Search event payloads...",G=h("button","persona-absolute persona-right-5 persona-top-1/2 persona--translate-y-1/2 persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-0 persona-leading-none"),G.type="button",G.style.display="none";let At=fe("x","12px","currentColor",2);return At&&G.appendChild(At),Pe.appendChild(ot),Pe.appendChild(q),Pe.appendChild(G),ue.appendChild(T),ue.appendChild(Pe),ue}let xe,Ke=o.find(ue=>ue.renderEventStreamToolbar);if(Ke!=null&&Ke.renderEventStreamToolbar&&s){let ue=Ke.renderEventStreamToolbar({config:s,defaultRenderer:()=>ve(),eventCount:r.getSize(),filteredCount:0,onFilterChange:T=>{v=T,Le(),ze()},onSearchChange:T=>{A=T,Le(),ze()}});xe=ue!=null?ue:ve()}else xe=ve();let Xe=h("div","persona-text-xs persona-text-persona-muted persona-text-center persona-py-0.5 persona-px-4 persona-bg-persona-container persona-border-b persona-border-persona-divider persona-italic persona-flex-shrink-0");Xe.style.display="none";let mt=h("div","persona-flex-1 persona-min-h-0 persona-relative"),Be=h("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");Be.style.height="100%";let rt=h("div","persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-bg-persona-accent persona-text-white persona-text-xs persona-px-3 persona-py-1.5 persona-rounded-full persona-cursor-pointer persona-shadow-md persona-z-10 persona-flex persona-items-center persona-gap-1");kr(rt,d==null?void 0:d.scrollIndicator),rt.style.display="none";let Me=fe("arrow-down","12px","currentColor",2);Me&&rt.appendChild(Me);let D=h("span","");rt.appendChild(D);let se=h("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");se.style.display="none",mt.appendChild(Be),mt.appendChild(se),mt.appendChild(rt),f.setAttribute("tabindex","0"),f.appendChild(xe),f.appendChild(Xe),f.appendChild(mt);function te(){let ue=r.getAll(),T={};for(let he of ue)T[he.type]=(T[he.type]||0)+1;let Ae=Object.keys(T).sort(),re=Ae.length!==x.length||!Ae.every((he,Pe)=>he===x[Pe]),ye=!re&&Ae.some(he=>T[he]!==M[he]),Ce=ue.length!==Object.values(M).reduce((he,Pe)=>he+Pe,0);if(!re&&!ye&&!Ce||(x=Ae,M=T,!Y))return;let Qe=Y.value;if(Y.options[0].textContent="All events",re){for(;Y.options.length>1;)Y.remove(1);for(let he of Ae){let Pe=h("option","");Pe.value=he,Pe.textContent=`${he} (${T[he]||0})`,Y.appendChild(Pe)}Qe&&Ae.includes(Qe)?Y.value=Qe:Qe&&(Y.value="",v="")}else for(let he=1;he<Y.options.length;he++){let Pe=Y.options[he];Pe.textContent=`${Pe.value} (${T[Pe.value]||0})`}}function z(){let ue=r.getAll();if(v&&(ue=ue.filter(T=>T.type===v)),A){let T=A.toLowerCase();ue=ue.filter(Ae=>Ae.type.toLowerCase().includes(T)||Ae.payload.toLowerCase().includes(T))}return ue}function oe(){return v!==""||A!==""}function Le(){F=0,I=0,S=!1,rt.style.display="none"}function Z(ue){_.has(ue)?_.delete(ue):_.add(ue),ke=ue;let T=Be.scrollTop,Ae=S;ge=!0,S=!0,ze(),Be.scrollTop=T,S=Ae,ge=!1}function J(){return Be.scrollHeight-Be.scrollTop-Be.clientHeight<=50}function ze(){O=Date.now(),k=!1,te();let ue=r.getEvictedCount();ue>0?(Xe.textContent=`${ue.toLocaleString()} older events truncated`,Xe.style.display=""):Xe.style.display="none",m=z();let T=m.length,Ae=r.getSize()>0;de&&(de.textContent=String(r.getSize())),T===0&&Ae&&oe()?(se.textContent=A?`No events matching '${A}'`:"No events matching filter",se.style.display="",Be.style.display="none"):(se.style.display="none",Be.style.display=""),ce&&(ce.title=oe()?`Copy Filtered (${T})`:"Copy All"),S&&T>F&&(I+=T-F,D.textContent=`${I} new event${I===1?"":"s"}`,rt.style.display=""),F=T;let re=r.getAll(),ye=re.length>0?re[0].timestamp:0,Ce=new Set(m.map(Pe=>Pe.id));for(let Pe of _)Ce.has(Pe)||_.delete(Pe);let Qe=v!==Te||A!==le,he=ne.size===0&&m.length>0;if(Qe||he||m.length===0){Be.innerHTML="",ne.clear();let Pe=document.createDocumentFragment();for(let Ne=0;Ne<m.length;Ne++){let ot=Ss(m[Ne],Ne,ye,a,_,Z,o,s);ne.set(m[Ne].id,ot),Pe.appendChild(ot)}Be.appendChild(Pe),Te=v,le=A,ke=null}else{if(ke!==null){let Ne=ne.get(ke);if(Ne&&Ne.parentNode===Be){let ot=m.findIndex(At=>At.id===ke);if(ot>=0){let At=Ss(m[ot],ot,ye,a,_,Z,o,s);Be.insertBefore(At,Ne),Ne.remove(),ne.set(ke,At)}}ke=null}let Pe=new Set(m.map(Ne=>Ne.id));for(let[Ne,ot]of ne)Pe.has(Ne)||(ot.remove(),ne.delete(Ne));for(let Ne=0;Ne<m.length;Ne++){let ot=m[Ne];if(!ne.has(ot.id)){let At=Ss(ot,Ne,ye,a,_,Z,o,s);ne.set(ot.id,At),Be.appendChild(At)}}}S||(Be.scrollTop=Be.scrollHeight)}function Ue(){if(Date.now()-O>=Od){V!==null&&(cancelAnimationFrame(V),V=null),ze();return}k||(k=!0,V=requestAnimationFrame(()=>{V=null,ze()}))}let St=(ue,T)=>{if(!ce)return;ce.innerHTML="";let Ae=fe(ue,"12px","currentColor",1.5);Ae&&ce.appendChild(Ae);let re=h("span","persona-text-xs");re.textContent="Copy All",ce.appendChild(re),setTimeout(()=>{ce.innerHTML="";let ye=fe("clipboard-copy","12px","currentColor",1.5);ye&&ce.appendChild(ye);let Ce=h("span","persona-text-xs");Ce.textContent="Copy All",ce.appendChild(Ce),ce.disabled=!1},T)},qt=async()=>{if(ce){ce.disabled=!0;try{let ue;oe()?ue=m:t?(ue=await t(),ue.length===0&&(ue=r.getAll())):ue=r.getAll();let T=ue.map(Ae=>{try{return JSON.parse(Ae.payload)}catch{return Ae.payload}});await navigator.clipboard.writeText(JSON.stringify(T,null,2)),St("check",1500)}catch{St("x",1500)}}},Ut=()=>{Y&&(v=Y.value,Le(),ze())},K=()=>{!q||!G||(G.style.display=q.value?"":"none",b&&clearTimeout(b),b=setTimeout(()=>{A=q.value,Le(),ze()},150))},Ie=()=>{!q||!G||(q.value="",A="",G.style.display="none",b&&clearTimeout(b),Le(),ze())},ft=()=>{if(ge)return;let ue=Be.scrollTop,T=ue>ie;ie=ue,J()&&T?(S=!1,I=0,rt.style.display="none"):J()||(S=!0)},yt=ue=>{ue.deltaY<0&&(S=!0)},Ze=()=>{Be.scrollTop=Be.scrollHeight,S=!1,I=0,rt.style.display="none"},it=ue=>{let T=ue.target;if(!T||T.closest("button"))return;let Ae=T.closest("[data-event-id]");if(!Ae)return;let re=Ae.getAttribute("data-event-id");re&&Z(re)},Wt=ue=>{if((ue.metaKey||ue.ctrlKey)&&ue.key==="f"){ue.preventDefault(),q==null||q.focus(),q==null||q.select();return}ue.key==="Escape"&&(q&&document.activeElement===q?(Ie(),q.blur(),f.focus()):n&&n())};ce&&ce.addEventListener("click",qt),Y&&Y.addEventListener("change",Ut),q&&q.addEventListener("input",K),G&&G.addEventListener("click",Ie),Be.addEventListener("scroll",ft),Be.addEventListener("wheel",yt,{passive:!0}),Be.addEventListener("click",it),rt.addEventListener("click",Ze),f.addEventListener("keydown",Wt);function Vt(){b&&clearTimeout(b),V!==null&&(cancelAnimationFrame(V),V=null),k=!1,ne.clear(),ce&&ce.removeEventListener("click",qt),Y&&Y.removeEventListener("change",Ut),q&&q.removeEventListener("input",K),G&&G.removeEventListener("click",Ie),Be.removeEventListener("scroll",ft),Be.removeEventListener("wheel",yt),Be.removeEventListener("click",it),rt.removeEventListener("click",Ze),f.removeEventListener("keydown",Wt)}return{element:f,update:Ue,destroy:Vt}}}function Jl(e,r){let t=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",n=typeof e.artifactId=="string"?e.artifactId:"",s=e.status==="streaming"?"streaming":"complete",a=(typeof e.artifactType=="string"?e.artifactType:"markdown")==="component"?"Component":"Document",i=document.createElement("div");i.className="persona-flex persona-w-full persona-max-w-full persona-items-center persona-gap-3 persona-rounded-xl persona-px-4 persona-py-3",i.style.border="1px solid var(--persona-border, #e5e7eb)",i.style.backgroundColor="var(--persona-bg, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${t} in artifact panel`),n&&i.setAttribute("data-open-artifact",n);let p=document.createElement("div");p.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",p.style.border="1px solid var(--persona-border, #e5e7eb)",p.style.color="var(--persona-muted, #9ca3af)",p.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"/><polyline points="14 2 14 8 20 8"/></svg>';let c=document.createElement("div");c.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let u=document.createElement("div");u.className="persona-truncate persona-text-sm persona-font-medium",u.style.color="var(--persona-text, #1f2937)",u.textContent=t;let d=document.createElement("div");if(d.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",d.style.color="var(--persona-muted, #9ca3af)",s==="streaming"){let f=document.createElement("span");f.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",f.style.backgroundColor="var(--persona-primary, #3b82f6)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",d.appendChild(f);let m=document.createElement("span");m.textContent=`Generating ${a.toLowerCase()}...`,d.appendChild(m)}else d.textContent=a;if(c.append(u,d),i.append(p,c),s==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${t}`,f.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",f.style.border="1px solid var(--persona-border, #e5e7eb)",f.style.color="var(--persona-text, #1f2937)",f.style.backgroundColor="transparent",f.style.cursor="pointer",f.setAttribute("data-download-artifact",n),i.append(f)}return i}var Kl=(e,r)=>{var n,s,o;let t=(o=(s=(n=r==null?void 0:r.config)==null?void 0:n.features)==null?void 0:s.artifacts)==null?void 0:o.renderCard;if(t){let a=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",i=typeof e.artifactId=="string"?e.artifactId:"",p=e.status==="streaming"?"streaming":"complete",c=typeof e.artifactType=="string"?e.artifactType:"markdown",u=t({artifact:{artifactId:i,title:a,artifactType:c,status:p},config:r.config,defaultRenderer:()=>Jl(e,r)});if(u)return u}return Jl(e,r)};var As=class{constructor(){this.components=new Map}register(r,t){this.components.has(r)&&console.warn(`[ComponentRegistry] Component "${r}" is already registered. Overwriting.`),this.components.set(r,t)}unregister(r){this.components.delete(r)}get(r){return this.components.get(r)}has(r){return this.components.has(r)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(r){Object.entries(r).forEach(([t,n])=>{this.register(t,n)})}},Un=new As;Un.register("PersonaArtifactCard",Kl);function Vd(e){var s;let r=h("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),t=h("div","persona-font-semibold persona-text-sm persona-mb-2");t.textContent=e.component?`Component: ${e.component}`:"Component";let n=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return n.textContent=JSON.stringify((s=e.props)!=null?s:{},null,2),r.appendChild(t),r.appendChild(n),r}function Gl(e,r){var mt,Be,rt,Me;let t=(Be=(mt=e.features)==null?void 0:mt.artifacts)==null?void 0:Be.layout,s=((rt=t==null?void 0:t.toolbarPreset)!=null?rt:"default")==="document",o=(Me=t==null?void 0:t.panePadding)==null?void 0:Me.trim(),a=e.markdown?xr(e.markdown):null,i=Xr(e.sanitize),p=D=>{let se=a?a(D):Yr(D);return i?i(se):se},c=typeof document!="undefined"?h("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,u=()=>{c==null||c.classList.add("persona-hidden"),d.classList.remove("persona-artifact-drawer-open"),_==null||_.hide()};c&&c.addEventListener("click",()=>{var D;u(),(D=r.onDismiss)==null||D.call(r)});let d=h("aside","persona-artifact-pane persona-flex persona-flex-col persona-min-h-0 persona-min-w-0 persona-bg-persona-surface persona-text-persona-primary persona-border-l persona-border-persona-border");d.setAttribute("data-persona-theme-zone","artifact-pane"),s&&d.classList.add("persona-artifact-pane-document");let f=h("div","persona-artifact-toolbar persona-flex persona-items-center persona-justify-between persona-gap-2 persona-px-2 persona-py-2 persona-border-b persona-border-persona-border persona-shrink-0");f.setAttribute("data-persona-theme-zone","artifact-toolbar"),s&&f.classList.add("persona-artifact-toolbar-document");let m=h("span","persona-text-xs persona-font-medium persona-truncate");m.textContent="Artifacts";let v=h("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");v.type="button",v.textContent="Close",v.setAttribute("aria-label","Close artifacts panel"),v.addEventListener("click",()=>{var D;u(),(D=r.onDismiss)==null||D.call(r)});let A="rendered",b=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),x=s?vt({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):vt({icon:"eye",label:"Rendered view"}),M=s?vt({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):vt({icon:"code-2",label:"Source"}),F=h("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),S=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,I=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,O=t==null?void 0:t.documentToolbarCopyMenuItems,k=!!(I&&O&&O.length>0),V=null,ge,ie=null,_=null;if(s&&(S||I)&&!k){if(ge=S?jo({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):vt({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),I){let D=fe("chevron-down",14,"currentColor",2);D&&ge.appendChild(D)}}else s&&k?(V=h("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),ge=S?jo({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):vt({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),ie=vt({icon:"chevron-down",label:"More copy options",size:14,className:"persona-artifact-doc-copy-menu-chevron persona-artifact-doc-icon-btn",aria:{"aria-haspopup":"true","aria-expanded":"false"}}),V.append(ge,ie)):s?ge=vt({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):ge=vt({icon:"copy",label:"Copy"});let ne=s?vt({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):vt({icon:"refresh-cw",label:"Refresh"}),Te=s?vt({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):vt({icon:"x",label:"Close"}),le=()=>{var oe,Le,Z;let D=(oe=G.find(J=>J.id===ve))!=null?oe:G[G.length-1],se=(Le=D==null?void 0:D.id)!=null?Le:null,te=(D==null?void 0:D.artifactType)==="markdown"&&(Z=D.markdown)!=null?Z:"",z=D?JSON.stringify({component:D.component,props:D.props},null,2):"";return{markdown:te,jsonPayload:z,id:se}},ke=async()=>{var oe;let{markdown:D,jsonPayload:se}=le(),te=(oe=G.find(Le=>Le.id===ve))!=null?oe:G[G.length-1],z=(te==null?void 0:te.artifactType)==="markdown"?D:te?se:"";try{await navigator.clipboard.writeText(z)}catch{}};if(ge.addEventListener("click",async()=>{let D=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(D&&k){let{markdown:se,jsonPayload:te,id:z}=le();try{await D({actionId:"primary",artifactId:z,markdown:se,jsonPayload:te})}catch{}return}await ke()}),ie&&(O!=null&&O.length)){let D=()=>{var te;return(te=d.closest("[data-persona-root]"))!=null?te:document.body},se=()=>{_=lr({items:O.map(te=>({id:te.id,label:te.label})),onSelect:async te=>{let{markdown:z,jsonPayload:oe,id:Le}=le(),Z=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{Z?await Z({actionId:te,artifactId:Le,markdown:z,jsonPayload:oe}):te==="markdown"||te==="md"?await navigator.clipboard.writeText(z):te==="json"||te==="source"?await navigator.clipboard.writeText(oe):await navigator.clipboard.writeText(z||oe)}catch{}},anchor:V!=null?V:ie,position:"bottom-right",portal:D()})};d.isConnected?se():requestAnimationFrame(se),ie.addEventListener("click",te=>{te.stopPropagation(),_==null||_.toggle()})}ne.addEventListener("click",async()=>{var D;try{await((D=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:D.call(t))}catch{}Ke()}),Te.addEventListener("click",()=>{var D;u(),(D=r.onDismiss)==null||D.call(r)});let de=()=>{s&&(x.setAttribute("aria-pressed",A==="rendered"?"true":"false"),M.setAttribute("aria-pressed",A==="source"?"true":"false"))};x.addEventListener("click",()=>{A="rendered",de(),Ke()}),M.addEventListener("click",()=>{A="source",de(),Ke()});let Y=h("span","persona-min-w-0 persona-flex-1 persona-text-xs persona-font-medium persona-text-persona-primary persona-truncate persona-text-center md:persona-text-left");s?(f.replaceChildren(),b.append(x,M),V?F.append(V,ne,Te):F.append(ge,ne,Te),f.append(b,Y,F),de()):(f.appendChild(m),f.appendChild(v)),o&&(f.style.paddingLeft=o,f.style.paddingRight=o);let ce=h("div","persona-artifact-list persona-shrink-0 persona-flex persona-gap-1 persona-overflow-x-auto persona-p-2 persona-border-b persona-border-persona-border"),q=h("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(ce.style.paddingLeft=o,ce.style.paddingRight=o,q.style.padding=o),d.appendChild(f),d.appendChild(ce),d.appendChild(q);let G=[],ve=null,xe=!1,Ke=()=>{var z,oe,Le,Z;let D=s&&G.length<=1;ce.classList.toggle("persona-hidden",D),ce.replaceChildren();for(let J of G){let ze=h("button","persona-artifact-tab persona-shrink-0 persona-rounded-lg persona-px-2 persona-py-1 persona-text-xs persona-border persona-border-transparent persona-text-persona-primary");ze.type="button",ze.textContent=J.title||J.id.slice(0,8),J.id===ve&&ze.classList.add("persona-bg-persona-container","persona-border-persona-border"),ze.addEventListener("click",()=>r.onSelect(J.id)),ce.appendChild(ze)}q.replaceChildren();let se=ve&&G.find(J=>J.id===ve)||G[G.length-1];if(!se)return;if(s){let J=se.artifactType==="markdown"?"MD":(z=se.component)!=null?z:"Component",Ue=(se.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";Y.textContent=`${Ue} \xB7 ${J}`}else m.textContent="Artifacts";if(se.artifactType==="markdown"){if(s&&A==="source"){let ze=h("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");ze.textContent=(oe=se.markdown)!=null?oe:"",q.appendChild(ze);return}let J=h("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");J.innerHTML=p((Le=se.markdown)!=null?Le:""),q.appendChild(J);return}let te=se.component?Un.get(se.component):void 0;if(te){let ze={message:{id:se.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let Ue=te((Z=se.props)!=null?Z:{},ze);if(Ue){q.appendChild(Ue);return}}catch{}}q.appendChild(Vd(se))},Xe=()=>{var se;let D=G.length>0;if(d.classList.toggle("persona-hidden",!D),c){let te=typeof d.closest=="function"?d.closest("[data-persona-root]"):null,oe=((se=te==null?void 0:te.classList.contains("persona-artifact-narrow-host"))!=null?se:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;D&&oe&&xe?(c.classList.remove("persona-hidden"),d.classList.add("persona-artifact-drawer-open")):(c.classList.add("persona-hidden"),d.classList.remove("persona-artifact-drawer-open"))}};return{element:d,backdrop:c,update(D){var se,te,z;G=D.artifacts,ve=(z=(te=D.selectedId)!=null?te:(se=D.artifacts[D.artifacts.length-1])==null?void 0:se.id)!=null?z:null,G.length>0&&(xe=!0),Ke(),Xe()},setMobileOpen(D){xe=D,!D&&c?(c.classList.add("persona-hidden"),d.classList.remove("persona-artifact-drawer-open")):Xe()}}}function un(e){var r,t;return((t=(r=e==null?void 0:e.features)==null?void 0:r.artifacts)==null?void 0:t.enabled)===!0}function Yl(e,r){var o,a,i,p;if(e.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),e.style.removeProperty("--persona-artifact-pane-border"),e.style.removeProperty("--persona-artifact-pane-border-left"),!un(r))return;let t=(a=(o=r.features)==null?void 0:o.artifacts)==null?void 0:a.layout,n=(i=t==null?void 0:t.paneBorder)==null?void 0:i.trim(),s=(p=t==null?void 0:t.paneBorderLeft)==null?void 0:p.trim();n?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",n)):s&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",s))}function Jd(e){e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),e.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),e.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function qo(e,r){var p,c,u,d,f,m,v,A,b,x;if(!un(r)){e.style.removeProperty("--persona-artifact-split-gap"),e.style.removeProperty("--persona-artifact-pane-width"),e.style.removeProperty("--persona-artifact-pane-max-width"),e.style.removeProperty("--persona-artifact-pane-min-width"),e.style.removeProperty("--persona-artifact-pane-bg"),e.style.removeProperty("--persona-artifact-pane-padding"),Jd(e),Yl(e,r);return}let t=(c=(p=r.features)==null?void 0:p.artifacts)==null?void 0:c.layout;e.style.setProperty("--persona-artifact-split-gap",(u=t==null?void 0:t.splitGap)!=null?u:"0.5rem"),e.style.setProperty("--persona-artifact-pane-width",(d=t==null?void 0:t.paneWidth)!=null?d:"40%"),e.style.setProperty("--persona-artifact-pane-max-width",(f=t==null?void 0:t.paneMaxWidth)!=null?f:"28rem"),t!=null&&t.paneMinWidth?e.style.setProperty("--persona-artifact-pane-min-width",t.paneMinWidth):e.style.removeProperty("--persona-artifact-pane-min-width");let n=(m=t==null?void 0:t.paneBackground)==null?void 0:m.trim();n?e.style.setProperty("--persona-artifact-pane-bg",n):e.style.removeProperty("--persona-artifact-pane-bg");let s=(v=t==null?void 0:t.panePadding)==null?void 0:v.trim();s?e.style.setProperty("--persona-artifact-pane-padding",s):e.style.removeProperty("--persona-artifact-pane-padding");let o=(A=t==null?void 0:t.documentToolbarIconColor)==null?void 0:A.trim();o?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(b=t==null?void 0:t.documentToolbarToggleActiveBackground)==null?void 0:b.trim();a?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(x=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:x.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),Yl(e,r)}var Xl=["panel","seamless"];function Uo(e,r){var i,p,c,u,d,f;for(let m of Xl)e.classList.remove(`persona-artifact-appearance-${m}`);if(e.classList.remove("persona-artifact-unified-split"),e.style.removeProperty("--persona-artifact-pane-radius"),e.style.removeProperty("--persona-artifact-pane-shadow"),e.style.removeProperty("--persona-artifact-unified-outer-radius"),!un(r))return;let t=(p=(i=r.features)==null?void 0:i.artifacts)==null?void 0:p.layout,n=(c=t==null?void 0:t.paneAppearance)!=null?c:"panel",s=Xl.includes(n)?n:"panel";e.classList.add(`persona-artifact-appearance-${s}`);let o=(u=t==null?void 0:t.paneBorderRadius)==null?void 0:u.trim();o&&e.style.setProperty("--persona-artifact-pane-radius",o);let a=(d=t==null?void 0:t.paneShadow)==null?void 0:d.trim();if(a&&e.style.setProperty("--persona-artifact-pane-shadow",a),(t==null?void 0:t.unifiedSplitChrome)===!0){e.classList.add("persona-artifact-unified-split");let m=((f=t.unifiedSplitOuterRadius)==null?void 0:f.trim())||o;m&&e.style.setProperty("--persona-artifact-unified-outer-radius",m)}}function Zl(e,r){var t,n,s;return!r||!un(e)?!1:((s=(n=(t=e.features)==null?void 0:t.artifacts)==null?void 0:n.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function Kd(e,r){if(!(e!=null&&e.trim()))return r;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):r}function Gd(e){if(!(e!=null&&e.trim()))return null;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return r?Math.max(0,Number(r[1])):null}function Yd(e,r,t){return t<r?r:Math.min(t,Math.max(r,e))}function Xd(e,r,t,n){let s=e-n-2*r-t;return Math.max(0,s)}function Ql(e,r){var a;let n=(a=(r.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",s=/^([\d.]+)px$/i.exec(n);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(n);return o?Number(o[1]):8}function ec(e,r,t,n,s,o){let a=Kd(s,200),i=Xd(r,t,n,200);i=Math.max(a,i);let p=Gd(o);return p!==null&&(i=Math.min(i,p)),Yd(e,a,i)}var tc={init:{title:"Schedule a Demo",description:"Share the basics and we'll follow up with a confirmation.",fields:[{name:"name",label:"Full name",placeholder:"Jane Doe",required:!0},{name:"email",label:"Work email",placeholder:"jane@example.com",type:"email",required:!0},{name:"notes",label:"What would you like to cover?",type:"textarea"}],submitLabel:"Submit details"},followup:{title:"Additional Information",description:"Provide any extra details to tailor the next steps.",fields:[{name:"company",label:"Company",placeholder:"Acme Inc."},{name:"context",label:"Context",type:"textarea",placeholder:"Share more about your use case"}],submitLabel:"Send"}},Es=(e,r,t,n)=>{let s=e.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var v,A,b;if(o.dataset.enhanced==="true")return;let a=(v=o.dataset.tvForm)!=null?v:"init";o.dataset.enhanced="true";let i=(A=tc[a])!=null?A:tc.init;o.classList.add("persona-form-card","persona-space-y-4");let p=h("div","persona-space-y-1"),c=h("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(c.textContent=i.title,p.appendChild(c),i.description){let x=h("p","persona-text-sm persona-text-persona-muted");x.textContent=i.description,p.appendChild(x)}let u=document.createElement("form");u.className="persona-form-grid persona-space-y-3",i.fields.forEach(x=>{var O,k;let M=h("label","persona-form-field persona-flex persona-flex-col persona-gap-1");M.htmlFor=`${r.id}-${a}-${x.name}`;let F=h("span","persona-text-xs persona-font-medium persona-text-persona-muted");F.textContent=x.label,M.appendChild(F);let S=(O=x.type)!=null?O:"text",I;S==="textarea"?(I=document.createElement("textarea"),I.rows=3):(I=document.createElement("input"),I.type=S),I.className="persona-rounded-xl persona-border persona-border-gray-200 persona-bg-white persona-px-3 persona-py-2 persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-persona-primary",I.id=`${r.id}-${a}-${x.name}`,I.name=x.name,I.placeholder=(k=x.placeholder)!=null?k:"",x.required&&(I.required=!0),M.appendChild(I),u.appendChild(M)});let d=h("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=h("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),m=h("button","persona-inline-flex persona-items-center persona-rounded-full persona-bg-persona-primary persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-60 persona-cursor-pointer");m.type="submit",m.textContent=(b=i.submitLabel)!=null?b:"Submit",d.appendChild(f),d.appendChild(m),u.appendChild(d),o.replaceChildren(p,u),u.addEventListener("submit",async x=>{var I,O;x.preventDefault();let M=(I=t.formEndpoint)!=null?I:"/form",F=new FormData(u),S={};F.forEach((k,V)=>{S[V]=k}),S.type=a,m.disabled=!0,f.textContent="Submitting\u2026";try{let k=await fetch(M,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(S)});if(!k.ok)throw new Error(`Form submission failed (${k.status})`);let V=await k.json();f.textContent=(O=V.message)!=null?O:"Thanks! We'll be in touch soon.",V.success&&V.nextPrompt&&await n.sendMessage(String(V.nextPrompt))}catch(k){f.textContent=k instanceof Error?k.message:"Something went wrong. Please try again."}finally{m.disabled=!1}})})};var Ts=class{constructor(){this.plugins=new Map}register(r){var t;this.plugins.has(r.id)&&console.warn(`Plugin "${r.id}" is already registered. Overwriting.`),this.plugins.set(r.id,r),(t=r.onRegister)==null||t.call(r)}unregister(r){var n;let t=this.plugins.get(r);t&&((n=t.onUnregister)==null||n.call(t),this.plugins.delete(r))}getAll(){return Array.from(this.plugins.values()).sort((r,t)=>{var n,s;return((n=t.priority)!=null?n:0)-((s=r.priority)!=null?s:0)})}getForInstance(r){let t=this.getAll();if(!r||r.length===0)return t;let n=new Set(r.map(o=>o.id));return[...t.filter(o=>!n.has(o.id)),...r].sort((o,a)=>{var i,p;return((i=a.priority)!=null?i:0)-((p=o.priority)!=null?p:0)})}clear(){this.plugins.forEach(r=>{var t;return(t=r.onUnregister)==null?void 0:t.call(r)}),this.plugins.clear()}},Vo=new Ts;var Ct={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:{enabled:!0,mountMode:"floating",dock:{side:"right",width:"420px"},title:"Chat Assistant",subtitle:"Here to help you get answers fast",agentIconText:"\u{1F4AC}",position:"bottom-right",width:"min(400px, calc(100vw - 24px))",heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:"#000000",callToActionIconBackgroundColor:"#ffffff",closeButtonBackgroundColor:"transparent",clearChat:{backgroundColor:"transparent",borderColor:"transparent",enabled:!0,placement:"inline",iconName:"refresh-cw",size:"32px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!1,border:"1px solid #e5e7eb",shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)"},copy:{welcomeTitle:"Hello \u{1F44B}",welcomeSubtitle:"Ask anything about your account or products.",inputPlaceholder:"How can I help...",sendButtonLabel:"Send"},sendButton:{borderWidth:"0px",paddingX:"12px",paddingY:"10px",backgroundColor:"#111827",textColor:"#ffffff",borderColor:"#60a5fa",useIcon:!0,iconText:"\u2191",size:"40px",showTooltip:!0,tooltipText:"Send message",iconName:"send"},statusIndicator:{visible:!0,idleText:"Online",connectingText:"Connecting\u2026",connectedText:"Streaming\u2026",errorText:"Offline"},voiceRecognition:{enabled:!0,pauseDuration:2e3,iconName:"mic",iconSize:"39px",borderWidth:"0px",paddingX:"9px",paddingY:"14px",iconColor:"#111827",backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:"#ffffff",recordingBackgroundColor:"#ef4444",recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"],suggestionChipsConfig:{fontFamily:"sans-serif",fontWeight:"500",paddingX:"12px",paddingY:"6px"},layout:{header:{layout:"default",showIcon:!0,showTitle:!0,showSubtitle:!0,showCloseButton:!0,showClearChat:!0},messages:{layout:"bubble",avatar:{show:!1,position:"left"},timestamp:{show:!1,position:"below"},groupConsecutive:!1},slots:{}},markdown:{options:{gfm:!0,breaks:!0},disableDefaultStyles:!1},messageActions:{enabled:!0,showCopy:!0,showUpvote:!1,showDownvote:!1,visibility:"hover",align:"right",layout:"pill-inside"},debug:!1};function nc(e,r){if(!(!e&&!r))return e?r?oo(e,r):e:r}function Ms(e){var r,t,n,s,o,a,i,p,c,u,d,f,m,v,A,b,x,M,F,S,I;return e?{...Ct,...e,theme:nc(Ct.theme,e.theme),darkTheme:nc(Ct.darkTheme,e.darkTheme),launcher:{...Ct.launcher,...e.launcher,dock:{...(r=Ct.launcher)==null?void 0:r.dock,...(t=e.launcher)==null?void 0:t.dock},clearChat:{...(n=Ct.launcher)==null?void 0:n.clearChat,...(s=e.launcher)==null?void 0:s.clearChat}},copy:{...Ct.copy,...e.copy},sendButton:{...Ct.sendButton,...e.sendButton},statusIndicator:{...Ct.statusIndicator,...e.statusIndicator},voiceRecognition:{...Ct.voiceRecognition,...e.voiceRecognition},features:(()=>{var ge,ie;let O=(ge=Ct.features)==null?void 0:ge.artifacts,k=(ie=e.features)==null?void 0:ie.artifacts,V=O===void 0&&k===void 0?void 0:{...O,...k,layout:{...O==null?void 0:O.layout,...k==null?void 0:k.layout}};return{...Ct.features,...e.features,...V!==void 0?{artifacts:V}:{}}})(),suggestionChips:(o=e.suggestionChips)!=null?o:Ct.suggestionChips,suggestionChipsConfig:{...Ct.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...Ct.layout,...e.layout,header:{...(a=Ct.layout)==null?void 0:a.header,...(i=e.layout)==null?void 0:i.header},messages:{...(p=Ct.layout)==null?void 0:p.messages,...(c=e.layout)==null?void 0:c.messages,avatar:{...(d=(u=Ct.layout)==null?void 0:u.messages)==null?void 0:d.avatar,...(m=(f=e.layout)==null?void 0:f.messages)==null?void 0:m.avatar},timestamp:{...(A=(v=Ct.layout)==null?void 0:v.messages)==null?void 0:A.timestamp,...(x=(b=e.layout)==null?void 0:b.messages)==null?void 0:x.timestamp}},slots:{...(M=Ct.layout)==null?void 0:M.slots,...(F=e.layout)==null?void 0:F.slots}},markdown:{...Ct.markdown,...e.markdown,options:{...(S=Ct.markdown)==null?void 0:S.options,...(I=e.markdown)==null?void 0:I.options}},messageActions:{...Ct.messageActions,...e.messageActions}}:Ct}var rc=()=>{let e=new Map,r=(s,o)=>(e.has(s)||e.set(s,new Set),e.get(s).add(o),()=>t(s,o)),t=(s,o)=>{var a;(a=e.get(s))==null||a.delete(o)};return{on:r,off:t,emit:(s,o)=>{var a;(a=e.get(s))==null||a.forEach(i=>{try{i(o)}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",p)}})}}};var Zd=e=>{let r=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return r?r[1]:e},Qd=e=>{let r=e.trim(),t=r.indexOf("{");if(t===-1)return null;let n=0;for(let s=t;s<r.length;s+=1){let o=r[s];if(o==="{"&&(n+=1),o==="}"&&(n-=1,n===0))return r.slice(t,s+1)}return null},Jo=({text:e})=>{if(!e||!e.includes("{"))return null;try{let r=Zd(e),t=Qd(r);if(!t)return null;let n=JSON.parse(t);if(!n||typeof n!="object"||!n.action)return null;let{action:s,...o}=n;return{type:String(s),payload:o,raw:n}}catch{return null}},ks=e=>typeof e=="string"?e:e==null?"":String(e),Lr={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:ks(e.payload.text)},messageAndClick:(e,r)=>{var s;if(e.type!=="message_and_click")return;let t=e.payload,n=ks(t.element);if(n&&((s=r.document)!=null&&s.querySelector)){let o=r.document.querySelector(n);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",n)}return{handled:!0,displayText:ks(t.text)}}},oc=e=>Array.isArray(e)?e.map(r=>String(r)):[],Ko=e=>{let r=new Set(oc(e.getSessionMetadata().processedActionMessageIds)),t=()=>{r=new Set(oc(e.getSessionMetadata().processedActionMessageIds))},n=()=>{let o=Array.from(r);e.updateSessionMetadata(a=>({...a,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||r.has(o.message.id))return null;let a=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!a&&typeof o.text=="string"&&o.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let i=a?e.parsers.reduce((c,u)=>c||(u==null?void 0:u({text:a,message:o.message}))||null,null):null;if(!i)return null;r.add(o.message.id),n();let p={action:i,message:o.message};e.emit("action:detected",p);for(let c of e.handlers)if(c)try{let u=()=>{e.emit("action:resubmit",p)},d=c(i,{message:o.message,metadata:e.getSessionMetadata(),updateMetadata:e.updateSessionMetadata,document:e.documentRef,triggerResubmit:u});if(!d)continue;if(d.handled){let f=d.persistMessage!==!1;return{text:d.displayText!==void 0?d.displayText:"",persist:f,resubmit:d.resubmit}}}catch(u){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",u)}return{text:"",persist:!0}},syncFromMetadata:t}};var ep=e=>{if(!e)return null;try{return JSON.parse(e)}catch(r){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",r),null}},tp=e=>e.map(r=>({...r,streaming:!1})),Ls=(e="persona-state")=>{let r=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=r();return t?ep(t.getItem(e)):null},save:t=>{let n=r();if(n)try{let s={...t,messages:t.messages?tp(t.messages):void 0};n.setItem(e,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let t=r();if(t)try{t.removeItem(e)}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",n)}}}};import{parse as np,STR as rp,OBJ as op}from"partial-json";function sp(e){if(!e||typeof e!="object"||!("component"in e))return!1;let r=e.component;return typeof r=="string"&&r.length>0}function ap(e,r){if(!sp(e))return null;let t=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:t,raw:r}}function Is(){let e=null,r=0;return{getExtractedDirective:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e;try{let s=np(t,rp|op),o=ap(s,t);o&&(e=o)}catch{}return r=t.length,e},reset:()=>{e=null,r=0}}}function ip(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function Ps(e,r){let{config:t,message:n,onPropsUpdate:s}=r,o=Un.get(e.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let a={message:n,config:t,updateProps:i=>{s&&s(i)}};try{return o(e.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function lp(){let e=Is();return{processChunk:r=>e.processChunk(r),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function Ws(e){if(!e.rawContent)return!1;try{let r=JSON.parse(e.rawContent);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function Rs(e){if(!e.rawContent)return null;try{let r=JSON.parse(e.rawContent);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string")return{component:r.component,props:r.props&&typeof r.props=="object"&&r.props!==null?r.props:{},raw:e.rawContent}}catch{}return null}var cp=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Hs(e){let{onSubmit:r,onDismiss:t,title:n="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:p=!0,ratingLabels:c=cp}=e,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-csat",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Customer satisfaction feedback");let d=null,f=document.createElement("div");f.className="persona-feedback-content";let m=document.createElement("div");m.className="persona-feedback-header";let v=document.createElement("h3");v.className="persona-feedback-title",v.textContent=n,m.appendChild(v);let A=document.createElement("p");A.className="persona-feedback-subtitle",A.textContent=s,m.appendChild(A),f.appendChild(m);let b=document.createElement("div");b.className="persona-feedback-rating persona-feedback-rating-csat",b.setAttribute("role","radiogroup"),b.setAttribute("aria-label","Satisfaction rating from 1 to 5");let x=[];for(let O=1;O<=5;O++){let k=document.createElement("button");k.type="button",k.className="persona-feedback-rating-btn persona-feedback-star-btn",k.setAttribute("role","radio"),k.setAttribute("aria-checked","false"),k.setAttribute("aria-label",`${O} star${O>1?"s":""}: ${c[O-1]}`),k.title=c[O-1],k.dataset.rating=String(O),k.innerHTML=`
|
|
15
|
+
`,t.addEventListener("click",r);let n=o=>{var O,w,k,W,M,Y,ue,oe,$,te,Se,ne,Ce;let a=(O=o.launcher)!=null?O:{},i=Gt(o),d=t.querySelector("[data-role='launcher-title']");if(d){let he=(w=a.title)!=null?w:"Chat Assistant";d.textContent=he,d.setAttribute("title",he)}let c=t.querySelector("[data-role='launcher-subtitle']");if(c){let he=(k=a.subtitle)!=null?k:"Get answers fast";c.textContent=he,c.setAttribute("title",he)}let p=t.querySelector(".persona-flex-col");p&&(a.textHidden||i?p.style.display="none":p.style.display="");let u=t.querySelector("[data-role='launcher-icon']");if(u)if(a.agentIconHidden)u.style.display="none";else{let he=(W=a.agentIconSize)!=null?W:"40px";if(u.style.height=he,u.style.width=he,u.innerHTML="",a.agentIconName){let Ae=parseFloat(he)||24,ge=pe(a.agentIconName,Ae*.6,"var(--persona-text-inverse, #ffffff)",2);ge?(u.appendChild(ge),u.style.display=""):(u.textContent=(M=a.agentIconText)!=null?M:"\u{1F4AC}",u.style.display="")}else a.iconUrl?u.style.display="none":(u.textContent=(Y=a.agentIconText)!=null?Y:"\u{1F4AC}",u.style.display="")}let h=t.querySelector("[data-role='launcher-image']");if(h){let he=(ue=a.agentIconSize)!=null?ue:"40px";h.style.height=he,h.style.width=he,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(h.src=a.iconUrl,h.style.display="block"):h.style.display="none"}let m=t.querySelector("[data-role='launcher-call-to-action-icon']");if(m){let he=(oe=a.callToActionIconSize)!=null?oe:"32px";m.style.height=he,m.style.width=he,a.callToActionIconBackgroundColor?(m.style.backgroundColor=a.callToActionIconBackgroundColor,m.classList.remove("persona-bg-persona-primary")):(m.style.backgroundColor="",m.classList.add("persona-bg-persona-primary")),a.callToActionIconColor?(m.style.color=a.callToActionIconColor,m.classList.remove("persona-text-persona-call-to-action")):(m.style.color="",m.classList.add("persona-text-persona-call-to-action"));let Ae=0;if(a.callToActionIconPadding?(m.style.boxSizing="border-box",m.style.padding=a.callToActionIconPadding,Ae=(parseFloat(a.callToActionIconPadding)||0)*2):(m.style.boxSizing="",m.style.padding=""),a.callToActionIconHidden)m.style.display="none";else if(m.style.display=i?"none":"",m.innerHTML="",a.callToActionIconName){let ge=parseFloat(he)||24,ke=Math.max(ge-Ae,8),K=pe(a.callToActionIconName,ke,"currentColor",2);K?m.appendChild(K):m.textContent=($=a.callToActionIconText)!=null?$:"\u2197"}else m.textContent=(te=a.callToActionIconText)!=null?te:"\u2197"}let C=a.position&&Ln[a.position]?Ln[a.position]:Ln["bottom-right"],T="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer persona-z-50",b="persona-relative persona-mt-4 persona-mb-4 persona-mx-auto persona-flex persona-items-center persona-justify-center persona-rounded-launcher persona-bg-persona-surface persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer";t.className=i?b:`${T} ${C}`;let x="1px solid var(--persona-border, #e5e7eb)",S="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";t.style.border=(Se=a.border)!=null?Se:x,t.style.boxShadow=(ne=a.shadow)!=null?ne:S,i?(t.style.width="0",t.style.minWidth="0",t.style.maxWidth="0",t.style.padding="0",t.style.overflow="hidden",t.style.border="none",t.style.boxShadow="none"):(t.style.width="",t.style.minWidth="",t.style.maxWidth=(Ce=a.collapsedMaxWidth)!=null?Ce:"",t.style.justifyContent="",t.style.padding="",t.style.overflow="")},s=()=>{t.removeEventListener("click",r),t.remove()};return e&&n(e),{element:t,update:n,destroy:s}};var gn={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #0f0f0f))",subtitleColor:"var(--persona-header-subtitle-fg, var(--persona-text-muted, var(--persona-muted, #9ca3af)))",actionIconColor:"var(--persona-header-action-icon-fg, var(--persona-muted, #9ca3af))"},sr=e=>{var oe,$,te,Se,ne,Ce,he,Ae,ge,ke,K,ce,me,De,Pe,We,He,tt,Ct,j,U,re,_,z,ee,st,G,Z,xt,nt,Mt,zt;let{config:r,showClose:t=!0}=e,n=f("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");n.setAttribute("data-persona-theme-zone","header"),n.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",n.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",n.style.boxShadow="var(--persona-header-shadow, none)",n.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(oe=r==null?void 0:r.launcher)!=null?oe:{},o=($=s.headerIconSize)!=null?$:"48px",a=(te=s.closeButtonSize)!=null?te:"32px",i=(Se=s.closeButtonPlacement)!=null?Se:"inline",d=(ne=s.headerIconHidden)!=null?ne:!1,c=s.headerIconName,p=f("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(p.style.height=o,p.style.width=o,p.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",p.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!d)if(c){let Fe=parseFloat(o)||24,se=pe(c,Fe*.6,"currentColor",1);se?p.replaceChildren(se):p.textContent=(he=(Ce=r==null?void 0:r.launcher)==null?void 0:Ce.agentIconText)!=null?he:"\u{1F4AC}"}else if((Ae=r==null?void 0:r.launcher)!=null&&Ae.iconUrl){let Fe=f("img");Fe.src=r.launcher.iconUrl,Fe.alt="",Fe.className="persona-rounded-xl persona-object-cover",Fe.style.height=o,Fe.style.width=o,p.replaceChildren(Fe)}else p.textContent=(ke=(ge=r==null?void 0:r.launcher)==null?void 0:ge.agentIconText)!=null?ke:"\u{1F4AC}";let u=f("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),h=f("span","persona-text-base persona-font-semibold");h.style.color=gn.titleColor,h.textContent=(ce=(K=r==null?void 0:r.launcher)==null?void 0:K.title)!=null?ce:"Chat Assistant";let m=f("span","persona-text-xs");m.style.color=gn.subtitleColor,m.textContent=(De=(me=r==null?void 0:r.launcher)==null?void 0:me.subtitle)!=null?De:"Here to help you get answers fast",u.append(h,m),d?n.append(u):n.append(p,u);let C=(Pe=s.clearChat)!=null?Pe:{},T=(We=C.enabled)!=null?We:!0,b=(He=C.placement)!=null?He:"inline",x=null,S=null;if(T){let Fe=(tt=C.size)!=null?tt:"32px",se=(Ct=C.iconName)!=null?Ct:"refresh-cw",Ie=(j=C.iconColor)!=null?j:"",wt=(U=C.backgroundColor)!=null?U:"",St=(re=C.borderWidth)!=null?re:"",Xe=(_=C.borderColor)!=null?_:"",Ze=(z=C.borderRadius)!=null?z:"",Kt=(ee=C.paddingX)!=null?ee:"",Jt=(st=C.paddingY)!=null?st:"",Yt=(G=C.tooltipText)!=null?G:"Clear chat",F=(Z=C.showTooltip)!=null?Z:!0;S=f("div",b==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"),b==="top-right"&&(S.style.right="48px"),x=f("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none"),x.style.height=Fe,x.style.width=Fe,x.type="button",x.setAttribute("aria-label",Yt),x.style.color=Ie||gn.actionIconColor;let Te=pe(se,"20px","currentColor",1);if(Te&&x.appendChild(Te),wt&&(x.style.backgroundColor=wt,x.classList.remove("hover:persona-bg-gray-100")),St||Xe){let de=St||"0px",it=Xe||"transparent";x.style.border=`${de} solid ${it}`,x.classList.remove("persona-border-none")}if(Ze&&(x.style.borderRadius=Ze,x.classList.remove("persona-rounded-full")),Kt?(x.style.paddingLeft=Kt,x.style.paddingRight=Kt):(x.style.paddingLeft="",x.style.paddingRight=""),Jt?(x.style.paddingTop=Jt,x.style.paddingBottom=Jt):(x.style.paddingTop="",x.style.paddingBottom=""),S.appendChild(x),F&&Yt&&x&&S){let de=null,it=()=>{if(de||!x)return;let Q=x.ownerDocument,ye=Q.body;if(!ye)return;de=Nn(Q,"div","persona-clear-chat-tooltip"),de.textContent=Yt;let Re=Nn(Q,"div");Re.className="persona-clear-chat-tooltip-arrow",de.appendChild(Re);let dt=x.getBoundingClientRect();de.style.position="fixed",de.style.left=`${dt.left+dt.width/2}px`,de.style.top=`${dt.top-8}px`,de.style.transform="translate(-50%, -100%)",ye.appendChild(de)},Be=()=>{de&&de.parentNode&&(de.parentNode.removeChild(de),de=null)};S.addEventListener("mouseenter",it),S.addEventListener("mouseleave",Be),x.addEventListener("focus",it),x.addEventListener("blur",Be),S._cleanupTooltip=()=>{Be(),S&&(S.removeEventListener("mouseenter",it),S.removeEventListener("mouseleave",Be)),x&&(x.removeEventListener("focus",it),x.removeEventListener("blur",Be))}}b==="inline"&&n.appendChild(S)}let O=f("div",i==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":T&&b==="inline"?"":"persona-ml-auto"),w=f("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");w.style.height=a,w.style.width=a,w.type="button";let k=(xt=s.closeButtonTooltipText)!=null?xt:"Close chat",W=(nt=s.closeButtonShowTooltip)!=null?nt:!0;w.setAttribute("aria-label",k),w.style.display=t?"":"none";let M=(Mt=s.closeButtonIconName)!=null?Mt:"x",Y=(zt=s.closeButtonIconText)!=null?zt:"\xD7";w.style.color=s.closeButtonColor||gn.actionIconColor;let ue=pe(M,"20px","currentColor",1);if(ue?w.appendChild(ue):w.textContent=Y,s.closeButtonBackgroundColor?(w.style.backgroundColor=s.closeButtonBackgroundColor,w.classList.remove("hover:persona-bg-gray-100")):(w.style.backgroundColor="",w.classList.add("hover:persona-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let Fe=s.closeButtonBorderWidth||"0px",se=s.closeButtonBorderColor||"transparent";w.style.border=`${Fe} solid ${se}`,w.classList.remove("persona-border-none")}else w.style.border="",w.classList.add("persona-border-none");if(s.closeButtonBorderRadius?(w.style.borderRadius=s.closeButtonBorderRadius,w.classList.remove("persona-rounded-full")):(w.style.borderRadius="",w.classList.add("persona-rounded-full")),s.closeButtonPaddingX?(w.style.paddingLeft=s.closeButtonPaddingX,w.style.paddingRight=s.closeButtonPaddingX):(w.style.paddingLeft="",w.style.paddingRight=""),s.closeButtonPaddingY?(w.style.paddingTop=s.closeButtonPaddingY,w.style.paddingBottom=s.closeButtonPaddingY):(w.style.paddingTop="",w.style.paddingBottom=""),O.appendChild(w),W&&k){let Fe=null,se=()=>{if(Fe)return;let wt=w.ownerDocument,St=wt.body;if(!St)return;Fe=Nn(wt,"div","persona-clear-chat-tooltip"),Fe.textContent=k;let Xe=Nn(wt,"div");Xe.className="persona-clear-chat-tooltip-arrow",Fe.appendChild(Xe);let Ze=w.getBoundingClientRect();Fe.style.position="fixed",Fe.style.left=`${Ze.left+Ze.width/2}px`,Fe.style.top=`${Ze.top-8}px`,Fe.style.transform="translate(-50%, -100%)",St.appendChild(Fe)},Ie=()=>{Fe&&Fe.parentNode&&(Fe.parentNode.removeChild(Fe),Fe=null)};O.addEventListener("mouseenter",se),O.addEventListener("mouseleave",Ie),w.addEventListener("focus",se),w.addEventListener("blur",Ie),O._cleanupTooltip=()=>{Ie(),O.removeEventListener("mouseenter",se),O.removeEventListener("mouseleave",Ie),w.removeEventListener("focus",se),w.removeEventListener("blur",Ie)}}return i!=="top-right"&&n.appendChild(O),{header:n,iconHolder:p,headerTitle:h,headerSubtitle:m,closeButton:w,closeButtonWrapper:O,clearChatButton:x,clearChatButtonWrapper:S}},Rr=(e,r,t)=>{var a,i,d,c;let n=(a=t==null?void 0:t.launcher)!=null?a:{},s=(i=n.closeButtonPlacement)!=null?i:"inline",o=(c=(d=n.clearChat)==null?void 0:d.placement)!=null?c:"inline";e.appendChild(r.header),s==="top-right"&&(e.style.position="relative",e.appendChild(r.closeButtonWrapper)),r.clearChatButtonWrapper&&o==="top-right"&&(e.style.position="relative",e.appendChild(r.clearChatButtonWrapper))};function xr(e){let{items:r,onSelect:t,anchor:n,position:s="bottom-left",portal:o}=e,a=f("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),o?(a.style.position="fixed",a.style.zIndex="10000"):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",s==="bottom-right"?a.style.right="0":a.style.left="0");for(let m of r){if(m.dividerBefore){let b=document.createElement("hr");a.appendChild(b)}let C=document.createElement("button");if(C.type="button",C.setAttribute("role","menuitem"),C.setAttribute("data-dropdown-item-id",m.id),m.destructive&&C.setAttribute("data-destructive",""),m.icon){let b=pe(m.icon,16,"currentColor",1.5);b&&C.appendChild(b)}let T=document.createElement("span");T.textContent=m.label,C.appendChild(T),C.addEventListener("click",b=>{b.stopPropagation(),p(),t(m.id)}),a.appendChild(C)}let i=null;function d(){if(!o)return;let m=n.getBoundingClientRect();a.style.top=`${m.bottom+4}px`,s==="bottom-right"?(a.style.right=`${window.innerWidth-m.right}px`,a.style.left="auto"):(a.style.left=`${m.left}px`,a.style.right="auto")}function c(){d(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let m=C=>{!a.contains(C.target)&&!n.contains(C.target)&&p()};document.addEventListener("click",m,!0),i=()=>document.removeEventListener("click",m,!0)})}function p(){a.classList.add("persona-hidden"),i==null||i(),i=null}function u(){a.classList.contains("persona-hidden")?c():p()}function h(){p(),a.remove()}return o&&o.appendChild(a),{element:a,show:c,hide:p,toggle:u,destroy:h}}function Tt(e){let{icon:r,label:t,size:n,strokeWidth:s,className:o,onClick:a,aria:i}=e,d=f("button","persona-icon-btn"+(o?" "+o:""));d.type="button",d.setAttribute("aria-label",t),d.title=t;let c=pe(r,n!=null?n:16,"currentColor",s!=null?s:2);if(c&&d.appendChild(c),a&&d.addEventListener("click",a),i)for(let[p,u]of Object.entries(i))d.setAttribute(p,u);return d}function Jo(e){let{icon:r,label:t,variant:n="default",size:s="sm",iconSize:o,className:a,onClick:i,aria:d}=e,c="persona-label-btn";n!=="default"&&(c+=" persona-label-btn--"+n),c+=" persona-label-btn--"+s,a&&(c+=" "+a);let p=f("button",c);if(p.type="button",p.setAttribute("aria-label",t),r){let h=pe(r,o!=null?o:14,"currentColor",2);h&&p.appendChild(h)}let u=f("span");if(u.textContent=t,p.appendChild(u),i&&p.addEventListener("click",i),d)for(let[h,m]of Object.entries(d))p.setAttribute(h,m);return p}function Ko(e){let{items:r,selectedId:t,onSelect:n,className:s}=e,o=f("div","persona-toggle-group"+(s?" "+s:""));o.setAttribute("role","group");let a=t,i=[];function d(){for(let p of i)p.btn.setAttribute("aria-pressed",p.id===a?"true":"false")}for(let p of r){let u;p.icon?u=Tt({icon:p.icon,label:p.label,onClick:()=>{a=p.id,d(),n(p.id)}}):(u=f("button","persona-icon-btn"),u.type="button",u.setAttribute("aria-label",p.label),u.title=p.label,u.textContent=p.label,u.addEventListener("click",()=>{a=p.id,d(),n(p.id)})),u.setAttribute("aria-pressed",p.id===a?"true":"false"),i.push({id:p.id,btn:u}),o.appendChild(u)}function c(p){a=p,d()}return{element:o,setSelected:c}}function Ss(e){var m,C;let{label:r,icon:t="chevron-down",menuItems:n,onSelect:s,position:o="bottom-left",portal:a,className:i,hover:d}=e,c=f("div","persona-combo-btn"+(i?" "+i:""));c.style.position="relative",c.style.display="inline-flex",c.style.alignItems="center",c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0"),c.setAttribute("aria-haspopup","true"),c.setAttribute("aria-expanded","false"),c.setAttribute("aria-label",r);let p=f("span","persona-combo-btn-label");p.textContent=r,c.appendChild(p);let u=pe(t,14,"currentColor",2);u&&(u.style.marginLeft="4px",u.style.opacity="0.6",c.appendChild(u)),d&&(c.style.borderRadius=(m=d.borderRadius)!=null?m:"10px",c.style.padding=(C=d.padding)!=null?C:"6px 4px 6px 12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.addEventListener("mouseenter",()=>{var T,b;c.style.backgroundColor=(T=d.background)!=null?T:"",c.style.borderColor=(b=d.border)!=null?b:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}));let h=xr({items:n,onSelect:T=>{c.setAttribute("aria-expanded","false"),s(T)},anchor:c,position:o,portal:a});return a||c.appendChild(h.element),c.addEventListener("click",T=>{T.stopPropagation();let b=!h.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",b?"false":"true"),h.toggle()}),c.addEventListener("keydown",T=>{(T.key==="Enter"||T.key===" ")&&(T.preventDefault(),c.click())}),{element:c,setLabel:T=>{p.textContent=T,c.setAttribute("aria-label",T)},open:()=>{c.setAttribute("aria-expanded","true"),h.show()},close:()=>{c.setAttribute("aria-expanded","false"),h.hide()},toggle:()=>{let T=!h.element.classList.contains("persona-hidden");c.setAttribute("aria-expanded",T?"false":"true"),h.toggle()},destroy:()=>{h.destroy(),c.remove()}}}var tc=e=>{var n;let r=sr({config:e.config,showClose:e.showClose,onClose:e.onClose,onClearChat:e.onClearChat}),t=(n=e.layoutHeaderConfig)==null?void 0:n.onTitleClick;if(t){let s=r.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>t()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),t())}))}return r};function Ud(e,r,t){var n,s,o;if(r!=null&&r.length)for(let a of r){let i=f("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-md persona-border-none persona-bg-transparent persona-p-0 persona-text-persona-muted hover:persona-opacity-80");if(i.type="button",i.setAttribute("aria-label",(s=(n=a.ariaLabel)!=null?n:a.label)!=null?s:a.id),a.icon){let d=pe(a.icon,14,"currentColor",2);d&&i.appendChild(d)}else a.label&&(i.textContent=a.label);if((o=a.menuItems)!=null&&o.length){let d=f("div","persona-relative");d.appendChild(i);let c=xr({items:a.menuItems,onSelect:p=>t==null?void 0:t(p),anchor:d,position:"bottom-left"});d.appendChild(c.element),i.addEventListener("click",p=>{p.stopPropagation(),c.toggle()}),e.appendChild(d)}else i.addEventListener("click",()=>t==null?void 0:t(a.id)),e.appendChild(i)}}var nc=e=>{var S,O,w,k,W,M,Y,ue,oe;let{config:r,showClose:t=!0,onClose:n,layoutHeaderConfig:s,onHeaderAction:o}=e,a=(S=r==null?void 0:r.launcher)!=null?S:{},i=f("div","persona-flex persona-items-center persona-justify-between persona-px-6 persona-py-4");i.setAttribute("data-persona-theme-zone","header"),i.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",i.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",i.style.boxShadow="var(--persona-header-shadow, none)",i.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let d=s==null?void 0:s.titleMenu,c,p;if(d)c=Ss({label:(O=a.title)!=null?O:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,c.style.color=gn.titleColor,p=(w=c.querySelector(".persona-combo-btn-label"))!=null?w:c;else{if(c=f("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),p=f("span","persona-text-base persona-font-semibold persona-truncate"),p.style.color=gn.titleColor,p.textContent=(k=a.title)!=null?k:"Chat Assistant",c.appendChild(p),Ud(c,s==null?void 0:s.trailingActions,(W=s==null?void 0:s.onAction)!=null?W:o),s!=null&&s.onTitleClick){c.style.cursor="pointer",c.setAttribute("role","button"),c.setAttribute("tabindex","0");let te=s.onTitleClick;c.addEventListener("click",Se=>{Se.target.closest("button")||te()}),c.addEventListener("keydown",Se=>{(Se.key==="Enter"||Se.key===" ")&&(Se.preventDefault(),te())})}let $=s==null?void 0:s.titleRowHover;$&&(c.style.borderRadius=(M=$.borderRadius)!=null?M:"10px",c.style.padding=(Y=$.padding)!=null?Y:"6px 4px 6px 12px",c.style.margin="-6px 0 -6px -12px",c.style.border="1px solid transparent",c.style.transition="background-color 0.15s ease, border-color 0.15s ease",c.style.width="fit-content",c.style.flex="none",c.addEventListener("mouseenter",()=>{var te,Se;c.style.backgroundColor=(te=$.background)!=null?te:"",c.style.borderColor=(Se=$.border)!=null?Se:""}),c.addEventListener("mouseleave",()=>{c.style.backgroundColor="",c.style.borderColor="transparent"}))}i.appendChild(c);let u=(ue=a.closeButtonSize)!=null?ue:"32px",h=f("div",""),m=f("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");m.style.height=u,m.style.width=u,m.type="button",m.setAttribute("aria-label","Close chat"),m.style.display=t?"":"none",m.style.color=a.closeButtonColor||gn.actionIconColor;let C=(oe=a.closeButtonIconName)!=null?oe:"x",T=pe(C,"20px","currentColor",2);T?m.appendChild(T):m.textContent="\xD7",n&&m.addEventListener("click",n),h.appendChild(m),i.appendChild(h);let b=f("div");b.style.display="none";let x=f("span");return x.style.display="none",{header:i,iconHolder:b,headerTitle:p,headerSubtitle:x,closeButton:m,closeButtonWrapper:h,clearChatButton:null,clearChatButtonWrapper:null}},As={default:tc,minimal:nc},rc=e=>{var r;return(r=As[e])!=null?r:As.default},go=(e,r,t)=>{var a,i,d;if(r!=null&&r.render){let c=r.render({config:e,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,trailingActions:r.trailingActions,onAction:r.onAction}),p=f("div");p.style.display="none";let u=f("span"),h=f("span"),m=f("button");m.style.display="none";let C=f("div");return C.style.display="none",{header:c,iconHolder:p,headerTitle:u,headerSubtitle:h,closeButton:m,closeButtonWrapper:C,clearChatButton:null,clearChatButtonWrapper:null}}let n=(a=r==null?void 0:r.layout)!=null?a:"default",o=rc(n)({config:e,showClose:(d=(i=r==null?void 0:r.showCloseButton)!=null?i:t==null?void 0:t.showClose)!=null?d:!0,onClose:t==null?void 0:t.onClose,onClearChat:t==null?void 0:t.onClearChat,layoutHeaderConfig:r,onHeaderAction:r==null?void 0:r.onAction});return r&&(r.showIcon===!1&&(o.iconHolder.style.display="none"),r.showTitle===!1&&(o.headerTitle.style.display="none"),r.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),r.showCloseButton===!1&&(o.closeButton.style.display="none"),r.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var mo=e=>{var He,tt,Ct,j,U,re,_,z,ee,st,G,Z,xt,nt,Mt,zt,Fe,se,Ie,wt,St,Xe,Ze,Kt,Jt,Yt,F;let{config:r}=e,t=f("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");t.setAttribute("data-persona-theme-zone","composer");let n=f("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=f("form","persona-widget-composer persona-flex persona-flex-col persona-gap-2 persona-rounded-2xl persona-border persona-border-gray-200 persona-bg-persona-input-background persona-px-4 persona-py-3");s.setAttribute("data-persona-composer-form",""),s.style.outline="none";let o=f("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(tt=(He=r==null?void 0:r.copy)==null?void 0:He.inputPlaceholder)!=null?tt:"Type your message\u2026",o.className="persona-w-full persona-min-h-[24px] persona-resize-none persona-border-none persona-bg-transparent persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-none persona-composer-textarea",o.rows=1,o.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',o.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let d=3*20;o.style.maxHeight=`${d}px`,o.style.overflowY="auto";let c=()=>{o.style.height="auto";let Te=Math.min(o.scrollHeight,d);o.style.height=`${Te}px`};o.addEventListener("input",c),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let p=(Ct=r==null?void 0:r.sendButton)!=null?Ct:{},u=(j=p.useIcon)!=null?j:!1,h=(U=p.iconText)!=null?U:"\u2191",m=p.iconName,C=(re=p.tooltipText)!=null?re:"Send message",T=(_=p.showTooltip)!=null?_:!1,b=(z=p.size)!=null?z:"40px",x=p.backgroundColor,S=p.textColor,O=f("div","persona-send-button-wrapper"),w=f("button",u?"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer":"persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold disabled:persona-opacity-50 persona-cursor-pointer");if(w.type="submit",w.setAttribute("data-persona-composer-submit",""),u){if(w.style.width=b,w.style.height=b,w.style.minWidth=b,w.style.minHeight=b,w.style.fontSize="18px",w.style.lineHeight="1",w.innerHTML="",S?w.style.color=S:w.style.color="var(--persona-button-primary-fg, #ffffff)",m){let Te=parseFloat(b)||24,de=(S==null?void 0:S.trim())||"currentColor",it=pe(m,Te,de,2);it?w.appendChild(it):w.textContent=h}else w.textContent=h;x?w.style.backgroundColor=x:w.classList.add("persona-bg-persona-primary")}else w.textContent=(st=(ee=r==null?void 0:r.copy)==null?void 0:ee.sendButtonLabel)!=null?st:"Send",S?w.style.color=S:w.classList.add("persona-text-white");if(p.borderWidth&&(w.style.borderWidth=p.borderWidth,w.style.borderStyle="solid"),p.borderColor&&(w.style.borderColor=p.borderColor),p.paddingX?(w.style.paddingLeft=p.paddingX,w.style.paddingRight=p.paddingX):(w.style.paddingLeft="",w.style.paddingRight=""),p.paddingY?(w.style.paddingTop=p.paddingY,w.style.paddingBottom=p.paddingY):(w.style.paddingTop="",w.style.paddingBottom=""),T&&C){let Te=f("div","persona-send-button-tooltip");Te.textContent=C,O.appendChild(Te)}O.appendChild(w);let k=(G=r==null?void 0:r.voiceRecognition)!=null?G:{},W=k.enabled===!0,M=null,Y=null,ue=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),oe=((Z=k.provider)==null?void 0:Z.type)==="runtype";if(W&&(ue||oe)){Y=f("div","persona-send-button-wrapper"),M=f("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer"),M.type="button",M.setAttribute("data-persona-composer-mic",""),M.setAttribute("aria-label","Start voice recognition");let Te=(xt=k.iconName)!=null?xt:"mic",de=(nt=k.iconSize)!=null?nt:b,it=parseFloat(de)||24,Be=(Mt=k.backgroundColor)!=null?Mt:x,Q=(zt=k.iconColor)!=null?zt:S;M.style.width=de,M.style.height=de,M.style.minWidth=de,M.style.minHeight=de,M.style.fontSize="18px",M.style.lineHeight="1",Q?M.style.color=Q:M.style.color="var(--persona-text, #111827)";let Re=pe(Te,it,Q||"currentColor",1.5);Re?M.appendChild(Re):M.textContent="\u{1F3A4}",Be&&(M.style.backgroundColor=Be),k.borderWidth&&(M.style.borderWidth=k.borderWidth,M.style.borderStyle="solid"),k.borderColor&&(M.style.borderColor=k.borderColor),k.paddingX&&(M.style.paddingLeft=k.paddingX,M.style.paddingRight=k.paddingX),k.paddingY&&(M.style.paddingTop=k.paddingY,M.style.paddingBottom=k.paddingY),Y.appendChild(M);let dt=(Fe=k.tooltipText)!=null?Fe:"Start voice recognition";if(((se=k.showTooltip)!=null?se:!1)&&dt){let rt=f("div","persona-send-button-tooltip");rt.textContent=dt,Y.appendChild(rt)}}let te=(Ie=r==null?void 0:r.attachments)!=null?Ie:{},Se=te.enabled===!0,ne=null,Ce=null,he=null,Ae=null;if(Se){Ae=f("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Ae.style.display="none",he=f("input"),he.type="file",he.accept=((wt=te.allowedTypes)!=null?wt:Un).join(","),he.multiple=((St=te.maxFiles)!=null?St:4)>1,he.style.display="none",he.setAttribute("aria-label","Attach files"),Ce=f("div","persona-send-button-wrapper"),ne=f("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ne.type="button",ne.setAttribute("aria-label",(Xe=te.buttonTooltipText)!=null?Xe:"Attach file");let Te=(Ze=te.buttonIconName)!=null?Ze:"paperclip",de=b,it=parseFloat(de)||40,Be=Math.round(it*.6);ne.style.width=de,ne.style.height=de,ne.style.minWidth=de,ne.style.minHeight=de,ne.style.fontSize="18px",ne.style.lineHeight="1",ne.style.backgroundColor="transparent",ne.style.color="var(--persona-primary, #111827)",ne.style.border="none",ne.style.borderRadius="6px",ne.style.transition="background-color 0.15s ease",ne.addEventListener("mouseenter",()=>{ne.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ne.addEventListener("mouseleave",()=>{ne.style.backgroundColor="transparent"});let Q=pe(Te,Be,"currentColor",1.5);Q?ne.appendChild(Q):ne.textContent="\u{1F4CE}",ne.addEventListener("click",dt=>{dt.preventDefault(),he==null||he.click()}),Ce.appendChild(ne);let ye=(Kt=te.buttonTooltipText)!=null?Kt:"Attach file",Re=f("div","persona-send-button-tooltip");Re.textContent=ye,Ce.appendChild(Re)}s.addEventListener("click",Te=>{Te.target!==w&&Te.target!==O&&Te.target!==M&&Te.target!==Y&&Te.target!==ne&&Te.target!==Ce&&o.focus()}),Ae&&(Ae.style.gap="8px",s.append(Ae)),he&&s.append(he),s.append(o);let ge=f("div","persona-flex persona-items-center persona-justify-between persona-w-full"),ke=f("div","persona-flex persona-items-center persona-gap-2");Ce&&ke.append(Ce);let K=f("div","persona-flex persona-items-center persona-gap-1");Y&&K.append(Y),K.append(O),ge.append(ke,K),s.append(ge);let ce=(Jt=r==null?void 0:r.statusIndicator)!=null?Jt:{},me=ce.align==="left"?"persona-text-left":ce.align==="center"?"persona-text-center":"persona-text-right",De=f("div",`persona-mt-2 ${me} persona-text-xs persona-text-persona-muted`);De.setAttribute("data-persona-composer-status","");let Pe=(Yt=ce.visible)!=null?Yt:!0;De.style.display=Pe?"":"none";let We=(F=ce.idleText)!=null?F:"Online";if(ce.idleLink){let Te=f("a");Te.href=ce.idleLink,Te.target="_blank",Te.rel="noopener noreferrer",Te.textContent=We,Te.style.color="inherit",Te.style.textDecoration="none",De.appendChild(Te)}else De.textContent=We;return t.append(n,s,De),{footer:t,suggestions:n,composerForm:s,textarea:o,sendButton:w,sendButtonWrapper:O,micButton:M,micButtonWrapper:Y,statusText:De,attachmentButton:ne,attachmentButtonWrapper:Ce,attachmentInput:he,attachmentPreviewsContainer:Ae,actionsRow:ge,leftActions:ke,rightActions:K}};var oc=e=>{var c,p,u,h,m,C,T;let r=(p=(c=e==null?void 0:e.launcher)==null?void 0:c.enabled)!=null?p:!0;if(Gt(e)){let b=f("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),x=f("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return b.appendChild(x),{wrapper:b,panel:x}}if(!r){let b=f("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),x=f("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),S=(h=(u=e==null?void 0:e.launcher)==null?void 0:u.width)!=null?h:"100%";return b.style.width=S,x.style.width="100%",b.appendChild(x),{wrapper:b,panel:x}}let n=(m=e==null?void 0:e.launcher)!=null?m:{},s=n.position&&Ln[n.position]?Ln[n.position]:Ln["bottom-right"],o=f("div",`persona-widget-wrapper persona-fixed ${s} persona-z-50 persona-transition`),a=f("div","persona-widget-panel persona-relative persona-min-h-[320px]"),i=(T=(C=e==null?void 0:e.launcher)==null?void 0:C.width)!=null?T:e==null?void 0:e.launcherWidth,d=i!=null?i:"min(400px, calc(100vw - 24px))";return a.style.width=d,a.style.maxWidth=d,o.appendChild(a),{wrapper:o,panel:a}},sc=(e,r=!0)=>{var b,x,S,O,w,k,W,M,Y;let t=f("div","persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-bg-persona-surface persona-text-persona-primary persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");t.setAttribute("data-persona-theme-zone","container");let n=(b=e==null?void 0:e.layout)==null?void 0:b.header,s=((x=e==null?void 0:e.layout)==null?void 0:x.showHeader)!==!1,o=n?go(e,n,{showClose:r}):sr({config:e,showClose:r}),a=f("div","persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6");a.id="persona-scroll-container",a.setAttribute("data-persona-theme-zone","messages");let i=Gt(e)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",d=f("div",i),c=f("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");c.textContent=(O=(S=e==null?void 0:e.copy)==null?void 0:S.welcomeTitle)!=null?O:"Hello \u{1F44B}";let p=f("p","persona-mt-2 persona-text-sm persona-text-persona-muted");p.textContent=(k=(w=e==null?void 0:e.copy)==null?void 0:w.welcomeSubtitle)!=null?k:"Ask anything about your account or products.",d.append(c,p);let u=f("div","persona-flex persona-flex-col persona-gap-3"),h=(W=e==null?void 0:e.layout)==null?void 0:W.contentMaxWidth;h&&(u.style.maxWidth=h,u.style.marginLeft="auto",u.style.marginRight="auto",u.style.width="100%"),d.setAttribute("data-persona-intro-card",""),((M=e==null?void 0:e.copy)==null?void 0:M.showWelcomeCard)!==!1||(d.style.display="none",a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3")),a.append(d,u);let C=mo({config:e}),T=((Y=e==null?void 0:e.layout)==null?void 0:Y.showFooter)!==!1;return s?Rr(t,o,e):(o.header.style.display="none",Rr(t,o,e)),t.append(a),T||(C.footer.style.display="none"),t.append(C.footer),{container:t,body:a,messagesWrapper:u,suggestions:C.suggestions,textarea:C.textarea,sendButton:C.sendButton,sendButtonWrapper:C.sendButtonWrapper,micButton:C.micButton,micButtonWrapper:C.micButtonWrapper,composerForm:C.composerForm,statusText:C.statusText,introTitle:c,introSubtitle:p,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:C.footer,attachmentButton:C.attachmentButton,attachmentButtonWrapper:C.attachmentButtonWrapper,attachmentInput:C.attachmentInput,attachmentPreviewsContainer:C.attachmentPreviewsContainer,actionsRow:C.actionsRow,leftActions:C.leftActions,rightActions:C.rightActions}};var Jd=e=>{let r=e.toLowerCase();return r.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(e)||r.startsWith("data:image/")||!e.includes(":"))},Kd=320,Yd=320,Gd=e=>!e.contentParts||e.contentParts.length===0?[]:e.contentParts.filter(r=>r.type==="image"&&typeof r.image=="string"&&r.image.trim().length>0),Xd=(e,r,t)=>{if(e.length===0)return null;try{let n=f("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","images"),r&&(n.style.marginBottom="8px");let s=0,o=!1,a=()=>{o||(o=!0,n.remove(),t==null||t())};return e.forEach((i,d)=>{var u;let c=f("img");c.alt=((u=i.alt)==null?void 0:u.trim())||`Attached image ${d+1}`,c.loading="lazy",c.decoding="async",c.referrerPolicy="no-referrer",c.style.display="block",c.style.width="100%",c.style.maxWidth=`${Kd}px`,c.style.maxHeight=`${Yd}px`,c.style.height="auto",c.style.objectFit="contain",c.style.borderRadius="10px",c.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",c.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let p=!1;s+=1,c.addEventListener("error",()=>{p||(p=!0,s=Math.max(0,s-1),c.remove(),s===0&&a())}),c.addEventListener("load",()=>{p=!0}),Jd(i.image)?(c.src=i.image,n.appendChild(c)):(p=!0,s=Math.max(0,s-1),c.remove())}),s===0?(a(),null):n}catch{return t==null||t(),null}},Hr=()=>{let e=document.createElement("div");e.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let r=document.createElement("div");r.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",r.style.backgroundColor="currentColor",r.style.opacity="0.4",r.style.animationDelay="0ms";let t=document.createElement("div");t.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.backgroundColor="currentColor",t.style.opacity="0.4",t.style.animationDelay="250ms";let n=document.createElement("div");n.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",n.style.backgroundColor="currentColor",n.style.opacity="0.4",n.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",e.appendChild(r),e.appendChild(t),e.appendChild(n),e.appendChild(s),e},ic=(e,r,t)=>{let n={config:t!=null?t:{},streaming:!0,location:e,defaultRenderer:Hr};if(r){let s=r(n);if(s!==null)return s}return Hr()},Zd=(e,r)=>{let t=f("div","persona-flex-shrink-0 persona-w-8 persona-h-8 persona-rounded-full persona-flex persona-items-center persona-justify-center persona-text-sm"),n=r==="user"?e.userAvatar:e.assistantAvatar;if(n)if(n.startsWith("http")||n.startsWith("/")||n.startsWith("data:")){let s=f("img");s.src=n,s.alt=r==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",t.appendChild(s)}else t.textContent=n,t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else t.textContent=r==="user"?"U":"A",t.classList.add(r==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return t},ac=(e,r)=>{let t=f("div","persona-text-xs persona-text-persona-muted"),n=new Date(e.createdAt);return r.format?t.textContent=r.format(n):t.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),t},Qd=(e,r="bubble")=>{let t=["vanilla-message-bubble","persona-max-w-[85%]"];switch(r){case"flat":e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):t.push("vanilla-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":t.push("persona-text-sm","persona-leading-relaxed"),e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):t.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:t.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),e==="user"?t.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):t.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3");break}return t},lc=(e,r,t)=>{var m,C,T,b,x,S;let n=(m=r.showCopy)!=null?m:!0,s=(C=r.showUpvote)!=null?C:!0,o=(T=r.showDownvote)!=null?T:!0;if(!n&&!s&&!o){let O=f("div");return O.style.display="none",O.id=`actions-${e.id}`,O.setAttribute("data-actions-for",e.id),O}let a=(b=r.visibility)!=null?b:"hover",i=(x=r.align)!=null?x:"right",d=(S=r.layout)!=null?S:"pill-inside",c={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[i],p={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[d],u=f("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${c} ${p} ${a==="hover"?"persona-message-actions-hover":""}`);u.id=`actions-${e.id}`,u.setAttribute("data-actions-for",e.id);let h=(O,w,k)=>{let W=Tt({icon:O,label:w,size:14,className:"persona-message-action-btn"});return W.setAttribute("data-action",k),W};return n&&u.appendChild(h("copy","Copy message","copy")),s&&u.appendChild(h("thumbs-up","Upvote","upvote")),o&&u.appendChild(h("thumbs-down","Downvote","downvote")),u},fo=(e,r,t,n,s,o)=>{var oe,$,te,Se,ne,Ce,he;let a=t!=null?t:{},i=(oe=a.layout)!=null?oe:"bubble",d=a.avatar,c=a.timestamp,p=($=d==null?void 0:d.show)!=null?$:!1,u=(te=c==null?void 0:c.show)!=null?te:!1,h=(Se=d==null?void 0:d.position)!=null?Se:"left",m=(ne=c==null?void 0:c.position)!=null?ne:"below",C=Qd(e.role,i),T=f("div",C.join(" "));T.id=`bubble-${e.id}`,T.setAttribute("data-message-id",e.id),T.setAttribute("data-persona-theme-zone",e.role==="user"?"user-message":"assistant-message"),e.role==="user"?(T.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",T.style.color="var(--persona-message-user-text, white)"):e.role==="assistant"&&(T.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",T.style.color="var(--persona-message-assistant-text, var(--persona-text))");let b=Gd(e),x=(he=(Ce=e.content)==null?void 0:Ce.trim())!=null?he:"",O=b.length>0&&x===Ho,w=document.createElement("div");w.classList.add("persona-message-content");let k=r({text:e.content,message:e,streaming:!!e.streaming,raw:e.rawContent}),W=null;if(O?(W=document.createElement("div"),W.innerHTML=k,W.style.display="none",w.appendChild(W)):w.innerHTML=k,u&&m==="inline"&&e.createdAt){let Ae=ac(e,c);Ae.classList.add("persona-ml-2","persona-inline"),w.appendChild(Ae)}if(b.length>0){let Ae=Xd(b,!O&&!!x,()=>{O&&W&&(W.style.display="")});Ae?T.appendChild(Ae):O&&W&&(W.style.display="")}if(T.appendChild(w),u&&m==="below"&&e.createdAt){let Ae=ac(e,c);Ae.classList.add("persona-mt-1"),T.appendChild(Ae)}if(e.streaming&&e.role==="assistant"&&(!e.content||!e.content.trim())){let Ae=ic("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);Ae&&T.appendChild(Ae)}if(e.role==="assistant"&&!e.streaming&&e.content&&e.content.trim()&&(n==null?void 0:n.enabled)!==!1&&n){let Ae=lc(e,n,s);T.appendChild(Ae)}if(!p||e.role==="system")return T;let Y=f("div",`persona-flex persona-gap-2 ${e.role==="user"?"persona-flex-row-reverse":""}`),ue=Zd(d,e.role);return h==="right"||h==="left"&&e.role==="user"?Y.append(T,ue):Y.append(ue,T),T.classList.remove("persona-max-w-[85%]"),T.classList.add("persona-max-w-[calc(85%-2.5rem)]"),Y},ep=(e,r,t,n,s,o)=>{let a=t!=null?t:{};return e.role==="user"&&a.renderUserMessage?a.renderUserMessage({message:e,config:{},streaming:!!e.streaming}):e.role==="assistant"&&a.renderAssistantMessage?a.renderAssistantMessage({message:e,config:{},streaming:!!e.streaming}):fo(e,r,t,n,s,o)};var Br=new Set,cc=(e,r)=>{let t=Br.has(e),n=r.querySelector('button[data-expand-header="true"]'),s=r.querySelector(".persona-border-t");if(!n||!s)return;n.setAttribute("aria-expanded",t?"true":"false");let o=n.querySelector(".persona-ml-auto"),a=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(a){a.innerHTML="";let d=pe(t?"chevron-up":"chevron-down",16,"currentColor",2);d?a.appendChild(d):a.textContent=t?"Hide":"Show"}s.style.display=t?"":"none"},Es=e=>{let r=e.reasoning,t=f("div",["vanilla-message-bubble","vanilla-reasoning-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(t.id=`bubble-${e.id}`,t.setAttribute("data-message-id",e.id),!r)return t;let n=Br.has(e.id),s=f("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");s.type="button",s.setAttribute("aria-expanded",n?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=f("div","persona-flex persona-flex-col persona-text-left"),a=f("span","persona-text-xs persona-text-persona-primary");a.textContent="Thinking...",o.appendChild(a);let i=f("span","persona-text-xs persona-text-persona-primary");i.textContent=Bl(r),o.appendChild(i),r.status==="complete"?a.style.display="none":a.style.display="";let d=f("div","persona-flex persona-items-center"),p=pe(n?"chevron-up":"chevron-down",16,"currentColor",2);p?d.appendChild(p):d.textContent=n?"Hide":"Show";let u=f("div","persona-flex persona-items-center persona-ml-auto");u.append(d),s.append(o,u);let h=f("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");h.style.display=n?"":"none";let m=r.chunks.join(""),C=f("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return C.textContent=m||(r.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),h.appendChild(C),(()=>{s.setAttribute("aria-expanded",n?"true":"false"),d.innerHTML="";let x=pe(n?"chevron-up":"chevron-down",16,"currentColor",2);x?d.appendChild(x):d.textContent=n?"Hide":"Show",h.style.display=n?"":"none"})(),t.append(s,h),t};var Dr=new Set,dc=(e,r,t)=>{var c;let n=Dr.has(e),s=(c=t==null?void 0:t.toolCall)!=null?c:{},o=r.querySelector('button[data-expand-header="true"]'),a=r.querySelector(".persona-border-t");if(!o||!a)return;o.setAttribute("aria-expanded",n?"true":"false");let i=o.querySelector(".persona-ml-auto"),d=i==null?void 0:i.querySelector(":scope > .persona-flex.persona-items-center");if(d){d.innerHTML="";let p=s.toggleTextColor||s.headerTextColor||"currentColor",u=pe(n?"chevron-up":"chevron-down",16,p,2);u?d.appendChild(u):d.textContent=n?"Hide":"Show"}a.style.display=n?"":"none"},Ts=(e,r)=>{var T;let t=e.toolCall,n=(T=r==null?void 0:r.toolCall)!=null?T:{},s=f("div",["vanilla-message-bubble","vanilla-tool-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(s.id=`bubble-${e.id}`,s.setAttribute("data-message-id",e.id),n.backgroundColor&&(s.style.backgroundColor=n.backgroundColor),n.borderColor&&(s.style.borderColor=n.borderColor),n.borderWidth&&(s.style.borderWidth=n.borderWidth),n.borderRadius&&(s.style.borderRadius=n.borderRadius),!t)return s;let o=Dr.has(e.id),a=f("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");a.type="button",a.setAttribute("aria-expanded",o?"true":"false"),a.setAttribute("data-expand-header","true"),a.setAttribute("data-bubble-type","tool"),n.headerBackgroundColor&&(a.style.backgroundColor=n.headerBackgroundColor),n.headerPaddingX&&(a.style.paddingLeft=n.headerPaddingX,a.style.paddingRight=n.headerPaddingX),n.headerPaddingY&&(a.style.paddingTop=n.headerPaddingY,a.style.paddingBottom=n.headerPaddingY);let i=f("div","persona-flex persona-flex-col persona-text-left"),d=f("span","persona-text-xs persona-text-persona-primary");n.headerTextColor&&(d.style.color=n.headerTextColor),d.textContent=Dl(t),i.appendChild(d);let c=f("div","persona-flex persona-items-center"),p=n.toggleTextColor||n.headerTextColor||"currentColor",u=pe(o?"chevron-up":"chevron-down",16,p,2);u?c.appendChild(u):c.textContent=o?"Hide":"Show";let h=f("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");h.append(c),a.append(i,h);let m=f("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(m.style.display=o?"":"none",n.contentBackgroundColor&&(m.style.backgroundColor=n.contentBackgroundColor),n.contentTextColor&&(m.style.color=n.contentTextColor),n.contentPaddingX&&(m.style.paddingLeft=n.contentPaddingX,m.style.paddingRight=n.contentPaddingX),n.contentPaddingY&&(m.style.paddingTop=n.contentPaddingY,m.style.paddingBottom=n.contentPaddingY),t.name){let b=f("div","persona-text-xs persona-text-persona-muted persona-italic");n.contentTextColor?b.style.color=n.contentTextColor:n.headerTextColor&&(b.style.color=n.headerTextColor),b.textContent=t.name,m.appendChild(b)}if(t.args!==void 0){let b=f("div","persona-space-y-1"),x=f("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(x.style.color=n.labelTextColor),x.textContent="Arguments";let S=f("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");S.style.fontSize="0.75rem",S.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(S.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(S.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(S.style.color=n.codeBlockTextColor),S.textContent=ro(t.args),b.append(x,S),m.appendChild(b)}if(t.chunks&&t.chunks.length){let b=f("div","persona-space-y-1"),x=f("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(x.style.color=n.labelTextColor),x.textContent="Activity";let S=f("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");S.style.fontSize="0.75rem",S.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(S.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(S.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(S.style.color=n.codeBlockTextColor),S.textContent=t.chunks.join(`
|
|
16
|
+
`),b.append(x,S),m.appendChild(b)}if(t.status==="complete"&&t.result!==void 0){let b=f("div","persona-space-y-1"),x=f("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(x.style.color=n.labelTextColor),x.textContent="Result";let S=f("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");S.style.fontSize="0.75rem",S.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(S.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(S.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(S.style.color=n.codeBlockTextColor),S.textContent=ro(t.result),b.append(x,S),m.appendChild(b)}if(t.status==="complete"&&typeof t.duration=="number"){let b=f("div","persona-text-xs persona-text-persona-muted");n.contentTextColor&&(b.style.color=n.contentTextColor),b.textContent=`Duration: ${t.duration}ms`,m.appendChild(b)}return(()=>{a.setAttribute("aria-expanded",o?"true":"false"),c.innerHTML="";let b=n.toggleTextColor||n.headerTextColor||"currentColor",x=pe(o?"chevron-up":"chevron-down",16,b,2);x?c.appendChild(x):c.textContent=o?"Hide":"Show",m.style.display=o?"":"none"})(),s.append(a,m),s};var Ms=(e,r)=>{var T,b,x,S,O,w,k,W,M,Y,ue,oe;let t=e.approval,n=(r==null?void 0:r.approval)!==!1?r==null?void 0:r.approval:void 0,s=(t==null?void 0:t.status)==="pending",o=f("div",["persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(o.id=`bubble-${e.id}`,o.setAttribute("data-message-id",e.id),o.style.backgroundColor=(T=n==null?void 0:n.backgroundColor)!=null?T:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(b=n==null?void 0:n.borderColor)!=null?b:"var(--persona-approval-border, #fef08a)",!t)return o;let a=f("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=f("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let d=t.status==="denied"?"shield-x":t.status==="timeout"?"shield-alert":"shield-check",c=t.status==="approved"?"var(--persona-feedback-success, #16a34a)":t.status==="denied"?"var(--persona-feedback-error, #dc2626)":t.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(x=n==null?void 0:n.titleColor)!=null?x:"currentColor",p=pe(d,20,c,2);p&&i.appendChild(p);let u=f("div","persona-flex-1 persona-min-w-0"),h=f("div","persona-flex persona-items-center persona-gap-2"),m=f("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(n!=null&&n.titleColor&&(m.style.color=n.titleColor),m.textContent=(S=n==null?void 0:n.title)!=null?S:"Approval Required",h.appendChild(m),!s){let $=f("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");$.setAttribute("data-approval-status",t.status),t.status==="approved"?($.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",$.style.color="var(--persona-palette-colors-success-700, #15803d)",$.textContent="Approved"):t.status==="denied"?($.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",$.style.color="var(--persona-palette-colors-error-700, #b91c1c)",$.textContent="Denied"):t.status==="timeout"&&($.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",$.style.color="var(--persona-palette-colors-warning-700, #b45309)",$.textContent="Timeout"),h.appendChild($)}u.appendChild(h);let C=f("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(n!=null&&n.descriptionColor&&(C.style.color=n.descriptionColor),C.textContent=t.description,u.appendChild(C),t.parameters){let $=f("pre","persona-mt-2 persona-text-xs persona-p-2 persona-rounded persona-overflow-x-auto persona-max-h-32 persona-bg-persona-container persona-text-persona-primary");n!=null&&n.parameterBackgroundColor&&($.style.backgroundColor=n.parameterBackgroundColor),n!=null&&n.parameterTextColor&&($.style.color=n.parameterTextColor),$.style.fontSize="0.75rem",$.style.lineHeight="1rem",$.textContent=ro(t.parameters),u.appendChild($)}if(s){let $=f("div","persona-flex persona-gap-2 persona-mt-2");$.setAttribute("data-approval-buttons","true");let te=f("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-border-none persona-cursor-pointer");te.type="button",te.style.backgroundColor=(O=n==null?void 0:n.approveButtonColor)!=null?O:"var(--persona-approval-approve-bg, #22c55e)",te.style.color=(w=n==null?void 0:n.approveButtonTextColor)!=null?w:"#ffffff",te.setAttribute("data-approval-action","approve");let Se=pe("shield-check",14,(k=n==null?void 0:n.approveButtonTextColor)!=null?k:"#ffffff",2);Se&&(Se.style.marginRight="4px",te.appendChild(Se));let ne=document.createTextNode((W=n==null?void 0:n.approveLabel)!=null?W:"Approve");te.appendChild(ne);let Ce=f("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-cursor-pointer");Ce.type="button",Ce.style.backgroundColor=(M=n==null?void 0:n.denyButtonColor)!=null?M:"transparent",Ce.style.color=(Y=n==null?void 0:n.denyButtonTextColor)!=null?Y:"var(--persona-feedback-error, #dc2626)",Ce.style.border=`1px solid ${n!=null&&n.denyButtonTextColor?n.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,Ce.setAttribute("data-approval-action","deny");let he=pe("shield-x",14,(ue=n==null?void 0:n.denyButtonTextColor)!=null?ue:"var(--persona-feedback-error, #dc2626)",2);he&&(he.style.marginRight="4px",Ce.appendChild(he));let Ae=document.createTextNode((oe=n==null?void 0:n.denyLabel)!=null?oe:"Deny");Ce.appendChild(Ae),$.append(te,Ce),u.appendChild($)}return a.append(i,u),o.appendChild(a),o};var pc=e=>{let r=[];return{buttons:r,render:(n,s,o,a,i)=>{if(e.innerHTML="",r.length=0,!n||!n.length||(a!=null?a:s?s.getMessages():[]).some(m=>m.role==="user"))return;let p=document.createDocumentFragment(),u=s?s.isStreaming():!1,h=m=>{switch(m){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};n.forEach(m=>{let C=f("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-primary hover:persona-opacity-80 persona-cursor-pointer persona-border persona-border-persona-border");C.type="button",C.textContent=m,C.disabled=u,i!=null&&i.fontFamily&&(C.style.fontFamily=h(i.fontFamily)),i!=null&&i.fontWeight&&(C.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(C.style.paddingLeft=i.paddingX,C.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(C.style.paddingTop=i.paddingY,C.style.paddingBottom=i.paddingY),C.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(m))}),p.appendChild(C),r.push(C)}),e.appendChild(p)}}};var ho=class{constructor(r=2e3,t=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=r,this.buffer=new Array(r),this.store=t}push(r){var t;this.buffer[this.head]=r,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(r.type),(t=this.store)==null||t.put(r)}getAll(){return this.count===0?[]:this.count<this.maxSize?this.buffer.slice(0,this.count):[...this.buffer.slice(this.head,this.maxSize),...this.buffer.slice(0,this.head)]}async restore(){if(!this.store)return 0;let r=await this.store.getAll();if(r.length===0)return 0;let t=r.length>this.maxSize?r.slice(r.length-this.maxSize):r;for(let n of t)this.buffer[this.head]=n,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(n.type);return this.totalCaptured=r.length,t.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(r){let t=this.getAll();return r>=t.length?t:t.slice(t.length-r)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var r;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.clear()}destroy(){var r;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(r=this.store)==null||r.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var yo=class{constructor(r="persona-event-stream",t="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=r,this.storeName=t}open(){return new Promise((r,t)=>{try{let n=indexedDB.open(this.dbName,1);n.onupgradeneeded=()=>{let s=n.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},n.onsuccess=()=>{this.db=n.result,r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}put(r){!this.db||this.isDestroyed||(this.pendingWrites.push(r),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(r){if(!(!this.db||this.isDestroyed||r.length===0))try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}getAll(){return new Promise((r,t)=>{if(!this.db){r([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{r(a.result)},a.onerror=()=>{t(a.error)}}catch(n){t(n)}})}getCount(){return new Promise((r,t)=>{if(!this.db){r(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{r(o.result)},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}clear(){return new Promise((r,t)=>{if(!this.db){r();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{r()},o.onerror=()=>{t(o.error)}}catch(n){t(n)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((r,t)=>{try{let n=indexedDB.deleteDatabase(this.dbName);n.onsuccess=()=>{r()},n.onerror=()=>{t(n.error)}}catch(n){t(n)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let r=this.pendingWrites;this.pendingWrites=[];try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of r)n.put(s)}catch{}}};function Fr(e,r){r&&r.split(/\s+/).forEach(t=>t&&e.classList.add(t))}var tp={flow_:{bg:"var(--persona-palette-colors-success-100, #dcfce7)",text:"var(--persona-palette-colors-success-700, #166534)"},step_:{bg:"var(--persona-palette-colors-primary-100, #f5f5f5)",text:"var(--persona-palette-colors-primary-700, #0a0a0a)"},reason_:{bg:"var(--persona-palette-colors-warning-100, #ffedd5)",text:"var(--persona-palette-colors-warning-700, #9a3412)"},tool_:{bg:"var(--persona-palette-colors-purple-100, #f3e8ff)",text:"var(--persona-palette-colors-purple-700, #6b21a8)"},agent_:{bg:"var(--persona-palette-colors-teal-100, #ccfbf1)",text:"var(--persona-palette-colors-teal-700, #115e59)"},error:{bg:"var(--persona-palette-colors-error-100, #fecaca)",text:"var(--persona-palette-colors-error-700, #991b1b)"}},np={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},rp=["flowName","stepName","reasoningText","text","name","tool","toolName"],op=100;function sp(e,r){let t={...tp,...r};if(t[e])return t[e];for(let n of Object.keys(t))if(n.endsWith("_")&&e.startsWith(n))return t[n];return np}function ap(e,r){return`+${((e-r)/1e3).toFixed(3)}s`}function ip(e){let r=new Date(e),t=String(r.getHours()).padStart(2,"0"),n=String(r.getMinutes()).padStart(2,"0"),s=String(r.getSeconds()).padStart(2,"0"),o=String(r.getMilliseconds()).padStart(3,"0");return`${t}:${n}:${s}.${o}`}function lp(e,r){try{let t=JSON.parse(e);if(typeof t!="object"||t===null)return null;for(let n of r){let s=n.split("."),o=t;for(let a of s)if(o&&typeof o=="object"&&o!==null)o=o[a];else{o=void 0;break}if(typeof o=="string"&&o.trim())return o.trim()}}catch{}return null}function cp(e){var r;return(r=navigator.clipboard)!=null&&r.writeText?navigator.clipboard.writeText(e):new Promise(t=>{let n=document.createElement("textarea");n.value=e,n.style.position="fixed",n.style.opacity="0",document.body.appendChild(n),n.select(),document.execCommand("copy"),document.body.removeChild(n),t()})}function dp(e){let r;try{r=JSON.parse(e.payload)}catch{r=e.payload}return JSON.stringify({type:e.type,timestamp:new Date(e.timestamp).toISOString(),payload:r},null,2)}function pp(e,r,t){let n,s;try{s=JSON.parse(e.payload),n=JSON.stringify(s,null,2)}catch{s=e.payload,n=e.payload}let o=r.find(i=>i.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&t){let i=o.renderEventStreamPayload({event:e,config:t,defaultRenderer:()=>a(),parsedPayload:s});if(i)return i}return a();function a(){let i=f("div","persona-bg-persona-container persona-border-t persona-border-persona-divider persona-px-3 persona-py-2 persona-ml-4 persona-mr-3 persona-mb-1 persona-rounded-b persona-overflow-auto persona-max-h-[300px]"),d=f("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return d.textContent=n,i.appendChild(d),i}}function ks(e,r,t,n,s,o,a,i){var h;let d=s.has(e.id),c=f("div","persona-border-b persona-border-persona-divider persona-text-xs");Fr(c,(h=n.classNames)==null?void 0:h.eventRow);let p=a.find(m=>m.renderEventStreamRow);if(p!=null&&p.renderEventStreamRow&&i){let m=p.renderEventStreamRow({event:e,index:r,config:i,defaultRenderer:()=>u(),isExpanded:d,onToggleExpand:()=>o(e.id)});if(m)return c.appendChild(m),c}return c.appendChild(u()),c;function u(){var te,Se;let m=f("div",""),C=f("div","persona-flex persona-items-center persona-gap-2 persona-px-3 persona-py-3 hover:persona-bg-persona-container persona-cursor-pointer persona-group");C.setAttribute("data-event-id",e.id);let T=f("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),b=pe(d?"chevron-down":"chevron-right","14px","currentColor",2);b&&T.appendChild(b);let x=f("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),S=(te=n.timestampFormat)!=null?te:"relative";x.textContent=S==="relative"?ap(e.timestamp,t):ip(e.timestamp);let O=null;n.showSequenceNumbers!==!1&&(O=f("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),O.textContent=String(r+1));let w=sp(e.type,n.badgeColors),k=f("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded persona-text-[11px] persona-font-mono persona-font-medium persona-whitespace-nowrap persona-flex-shrink-0 persona-border");k.style.backgroundColor=w.bg,k.style.color=w.text,k.style.borderColor=w.text+"50",k.textContent=e.type;let W=(Se=n.descriptionFields)!=null?Se:rp,M=lp(e.payload,W),Y=null;M&&(Y=f("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),Y.textContent=M);let ue=f("div","persona-flex-1 persona-min-w-0"),oe=f("button","persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-flex-shrink-0 persona-border-none persona-bg-transparent persona-p-0"),$=pe("clipboard","12px","currentColor",1.5);return $&&oe.appendChild($),oe.addEventListener("click",async ne=>{ne.stopPropagation(),await cp(dp(e)),oe.innerHTML="";let Ce=pe("check","12px","currentColor",1.5);Ce&&oe.appendChild(Ce),setTimeout(()=>{oe.innerHTML="";let he=pe("clipboard","12px","currentColor",1.5);he&&oe.appendChild(he)},1500)}),C.appendChild(T),C.appendChild(x),O&&C.appendChild(O),C.appendChild(k),Y&&C.appendChild(Y),C.appendChild(ue),C.appendChild(oe),m.appendChild(C),d&&m.appendChild(pp(e,a,i)),m}}function uc(e){var m,C,T,b,x;let{buffer:r,getFullHistory:t,onClose:n,config:s,plugins:o=[]}=e,a=(m=s==null?void 0:s.features)==null?void 0:m.scrollToBottom,i=(a==null?void 0:a.enabled)!==!1,d=(C=a==null?void 0:a.iconName)!=null?C:"arrow-down",c=(T=a==null?void 0:a.label)!=null?T:"",p=(x=(b=s==null?void 0:s.features)==null?void 0:b.eventStream)!=null?x:{},u=o.find(S=>S.renderEventStreamView);if(u!=null&&u.renderEventStreamView&&s){let S=u.renderEventStreamView({config:s,events:r.getAll(),defaultRenderer:()=>h().element,onClose:n});if(S)return{element:S,update:()=>{},destroy:()=>{}}}return h();function h(){let S=p.classNames,O=f("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Fr(O,S==null?void 0:S.panel);let w=[],k="",W="",M=null,Y=[],ue={},oe=0,$=jo(),te=0,Se=0,ne=!1,Ce=null,he=!1,Ae=0,ge=new Set,ke=new Map,K="",ce="",me=null,De,Pe,We,He,tt;function Ct(){let Q=f("div","persona-flex persona-flex-col persona-flex-shrink-0"),ye=f("div","persona-flex persona-items-center persona-gap-2 persona-px-4 persona-py-3 persona-pb-0 persona-border-persona-divider persona-bg-persona-surface persona-overflow-hidden");Fr(ye,S==null?void 0:S.headerBar);let Re=f("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");Re.textContent="Events",De=f("span","persona-text-[11px] persona-font-mono persona-bg-persona-container persona-text-persona-muted persona-px-2 persona-py-0.5 persona-rounded persona-border persona-border-persona-border"),De.textContent="0";let dt=f("div","persona-flex-1");Pe=f("select","persona-text-xs persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded persona-px-2.5 persona-py-1 persona-text-persona-primary persona-cursor-pointer");let Bt=f("option","");Bt.value="",Bt.textContent="All events",Pe.appendChild(Bt),We=f("button","persona-inline-flex persona-items-center persona-gap-1.5 persona-rounded persona-text-xs persona-text-persona-muted hover:persona-bg-persona-container hover:persona-text-persona-primary persona-cursor-pointer persona-border persona-border-persona-border persona-bg-persona-surface persona-flex-shrink-0 persona-px-2.5 persona-py-1"),We.type="button",We.title="Copy All";let Dt=pe("clipboard-copy","12px","currentColor",1.5);Dt&&We.appendChild(Dt);let lt=f("span","persona-text-xs");lt.textContent="Copy All",We.appendChild(lt),ye.appendChild(Re),ye.appendChild(De),ye.appendChild(dt),ye.appendChild(Pe),ye.appendChild(We);let ze=f("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Fr(ze,S==null?void 0:S.searchBar);let ct=pe("search","14px","var(--persona-muted, #9ca3af)",1.5),Oe=f("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");ct&&Oe.appendChild(ct),He=f("input","persona-text-sm persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded-md persona-pl-8 persona-pr-3 persona-py-1 persona-w-full persona-text-persona-primary"),Fr(He,S==null?void 0:S.searchInput),He.type="text",He.placeholder="Search event payloads...",tt=f("button","persona-absolute persona-right-5 persona-top-1/2 persona--translate-y-1/2 persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-0 persona-leading-none"),tt.type="button",tt.style.display="none";let Ft=pe("x","12px","currentColor",2);return Ft&&tt.appendChild(Ft),ze.appendChild(Oe),ze.appendChild(He),ze.appendChild(tt),Q.appendChild(ye),Q.appendChild(ze),Q}let j,U=o.find(Q=>Q.renderEventStreamToolbar);if(U!=null&&U.renderEventStreamToolbar&&s){let Q=U.renderEventStreamToolbar({config:s,defaultRenderer:()=>Ct(),eventCount:r.getSize(),filteredCount:0,onFilterChange:ye=>{k=ye,zt(),Ie()},onSearchChange:ye=>{W=ye,zt(),Ie()}});j=Q!=null?Q:Ct()}else j=Ct();let re=f("div","persona-text-xs persona-text-persona-muted persona-text-center persona-py-0.5 persona-px-4 persona-bg-persona-container persona-border-b persona-border-persona-divider persona-italic persona-flex-shrink-0");re.style.display="none";let _=f("div","persona-flex-1 persona-min-h-0 persona-relative"),z=f("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");z.style.height="100%";let ee=f("div","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-cursor-pointer persona-z-10 persona-text-xs");Fr(ee,S==null?void 0:S.scrollIndicator),ee.style.display="none",ee.setAttribute("data-persona-scroll-to-bottom-has-label",c?"true":"false");let st=pe(d,"14px","currentColor",2);st&&ee.appendChild(st);let G=f("span","");G.textContent=c,ee.appendChild(G);let Z=f("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");Z.style.display="none",_.appendChild(z),_.appendChild(Z),_.appendChild(ee),O.setAttribute("tabindex","0"),O.appendChild(j),O.appendChild(re),O.appendChild(_);function xt(){let Q=r.getAll(),ye={};for(let lt of Q)ye[lt.type]=(ye[lt.type]||0)+1;let Re=Object.keys(ye).sort(),dt=Re.length!==Y.length||!Re.every((lt,ze)=>lt===Y[ze]),Bt=!dt&&Re.some(lt=>ye[lt]!==ue[lt]),rt=Q.length!==Object.values(ue).reduce((lt,ze)=>lt+ze,0);if(!dt&&!Bt&&!rt||(Y=Re,ue=ye,!Pe))return;let Dt=Pe.value;if(Pe.options[0].textContent="All events",dt){for(;Pe.options.length>1;)Pe.remove(1);for(let lt of Re){let ze=f("option","");ze.value=lt,ze.textContent=`${lt} (${ye[lt]||0})`,Pe.appendChild(ze)}Dt&&Re.includes(Dt)?Pe.value=Dt:Dt&&(Pe.value="",k="")}else for(let lt=1;lt<Pe.options.length;lt++){let ze=Pe.options[lt];ze.textContent=`${ze.value} (${ye[ze.value]||0})`}}function nt(){let Q=r.getAll();if(k&&(Q=Q.filter(ye=>ye.type===k)),W){let ye=W.toLowerCase();Q=Q.filter(Re=>Re.type.toLowerCase().includes(ye)||Re.payload.toLowerCase().includes(ye))}return Q}function Mt(){return k!==""||W!==""}function zt(){oe=0,te=0,$.resume(),ee.style.display="none"}function Fe(Q){ge.has(Q)?ge.delete(Q):ge.add(Q),me=Q;let ye=z.scrollTop,Re=$.isFollowing();he=!0,$.pause(),Ie(),z.scrollTop=ye,Re&&$.resume(),he=!1}function se(){return po(z,50)}function Ie(){Se=Date.now(),ne=!1,xt();let Q=r.getEvictedCount();Q>0?(re.textContent=`${Q.toLocaleString()} older events truncated`,re.style.display=""):re.style.display="none",w=nt();let ye=w.length,Re=r.getSize()>0;De&&(De.textContent=String(r.getSize())),ye===0&&Re&&Mt()?(Z.textContent=W?`No events matching '${W}'`:"No events matching filter",Z.style.display="",z.style.display="none"):(Z.style.display="none",z.style.display=""),We&&(We.title=Mt()?`Copy Filtered (${ye})`:"Copy All"),i&&!$.isFollowing()&&ye>oe&&(te+=ye-oe,G.textContent=c?`${c}${te>0?` (${te})`:""}`:"",ee.style.display=""),oe=ye;let dt=r.getAll(),Bt=dt.length>0?dt[0].timestamp:0,rt=new Set(w.map(ze=>ze.id));for(let ze of ge)rt.has(ze)||ge.delete(ze);let Dt=k!==K||W!==ce,lt=ke.size===0&&w.length>0;if(Dt||lt||w.length===0){z.innerHTML="",ke.clear();let ze=document.createDocumentFragment();for(let ct=0;ct<w.length;ct++){let Oe=ks(w[ct],ct,Bt,p,ge,Fe,o,s);ke.set(w[ct].id,Oe),ze.appendChild(Oe)}z.appendChild(ze),K=k,ce=W,me=null}else{if(me!==null){let ct=ke.get(me);if(ct&&ct.parentNode===z){let Oe=w.findIndex(Ft=>Ft.id===me);if(Oe>=0){let Ft=ks(w[Oe],Oe,Bt,p,ge,Fe,o,s);z.insertBefore(Ft,ct),ct.remove(),ke.set(me,Ft)}}me=null}let ze=new Set(w.map(ct=>ct.id));for(let[ct,Oe]of ke)ze.has(ct)||(Oe.remove(),ke.delete(ct));for(let ct=0;ct<w.length;ct++){let Oe=w[ct];if(!ke.has(Oe.id)){let Ft=ks(Oe,ct,Bt,p,ge,Fe,o,s);ke.set(Oe.id,Ft),z.appendChild(Ft)}}}$.isFollowing()&&(z.scrollTop=z.scrollHeight)}function wt(){if(Date.now()-Se>=op){Ce!==null&&(cancelAnimationFrame(Ce),Ce=null),Ie();return}ne||(ne=!0,Ce=requestAnimationFrame(()=>{Ce=null,Ie()}))}let St=(Q,ye)=>{if(!We)return;We.innerHTML="";let Re=pe(Q,"12px","currentColor",1.5);Re&&We.appendChild(Re);let dt=f("span","persona-text-xs");dt.textContent="Copy All",We.appendChild(dt),setTimeout(()=>{We.innerHTML="";let Bt=pe("clipboard-copy","12px","currentColor",1.5);Bt&&We.appendChild(Bt);let rt=f("span","persona-text-xs");rt.textContent="Copy All",We.appendChild(rt),We.disabled=!1},ye)},Xe=async()=>{if(We){We.disabled=!0;try{let Q;Mt()?Q=w:t?(Q=await t(),Q.length===0&&(Q=r.getAll())):Q=r.getAll();let ye=Q.map(Re=>{try{return JSON.parse(Re.payload)}catch{return Re.payload}});await navigator.clipboard.writeText(JSON.stringify(ye,null,2)),St("check",1500)}catch{St("x",1500)}}},Ze=()=>{Pe&&(k=Pe.value,zt(),Ie())},Kt=()=>{!He||!tt||(tt.style.display=He.value?"":"none",M&&clearTimeout(M),M=setTimeout(()=>{W=He.value,zt(),Ie()},150))},Jt=()=>{!He||!tt||(He.value="",W="",tt.style.display="none",M&&clearTimeout(M),zt(),Ie())},Yt=()=>{if(he)return;let Q=z.scrollTop,{action:ye,nextLastScrollTop:Re}=qo({following:$.isFollowing(),currentScrollTop:Q,lastScrollTop:Ae,nearBottom:se(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});Ae=Re,ye==="resume"?($.resume(),te=0,ee.style.display="none"):ye==="pause"&&($.pause(),i&&(G.textContent=c,ee.style.display=""))},F=Q=>{let ye=Vo({following:$.isFollowing(),deltaY:Q.deltaY,nearBottom:se(),resumeWhenNearBottom:!0});ye==="pause"?($.pause(),i&&(G.textContent=c,ee.style.display="")):ye==="resume"&&($.resume(),te=0,ee.style.display="none")},Te=()=>{i&&(z.scrollTop=z.scrollHeight,$.resume(),te=0,ee.style.display="none")},de=Q=>{let ye=Q.target;if(!ye||ye.closest("button"))return;let Re=ye.closest("[data-event-id]");if(!Re)return;let dt=Re.getAttribute("data-event-id");dt&&Fe(dt)},it=Q=>{if((Q.metaKey||Q.ctrlKey)&&Q.key==="f"){Q.preventDefault(),He==null||He.focus(),He==null||He.select();return}Q.key==="Escape"&&(He&&document.activeElement===He?(Jt(),He.blur(),O.focus()):n&&n())};We&&We.addEventListener("click",Xe),Pe&&Pe.addEventListener("change",Ze),He&&He.addEventListener("input",Kt),tt&&tt.addEventListener("click",Jt),z.addEventListener("scroll",Yt),z.addEventListener("wheel",F,{passive:!0}),z.addEventListener("click",de),ee.addEventListener("click",Te),O.addEventListener("keydown",it);function Be(){M&&clearTimeout(M),Ce!==null&&(cancelAnimationFrame(Ce),Ce=null),ne=!1,ke.clear(),We&&We.removeEventListener("click",Xe),Pe&&Pe.removeEventListener("change",Ze),He&&He.removeEventListener("input",Kt),tt&&tt.removeEventListener("click",Jt),z.removeEventListener("scroll",Yt),z.removeEventListener("wheel",F),z.removeEventListener("click",de),ee.removeEventListener("click",Te),O.removeEventListener("keydown",it)}return{element:O,update:wt,destroy:Be}}}function gc(e,r){let t=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",n=typeof e.artifactId=="string"?e.artifactId:"",s=e.status==="streaming"?"streaming":"complete",a=(typeof e.artifactType=="string"?e.artifactType:"markdown")==="component"?"Component":"Document",i=document.createElement("div");i.className="persona-flex persona-w-full persona-max-w-full persona-items-center persona-gap-3 persona-rounded-xl persona-px-4 persona-py-3",i.style.border="1px solid var(--persona-border, #e5e7eb)",i.style.backgroundColor="var(--persona-bg, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${t} in artifact panel`),n&&i.setAttribute("data-open-artifact",n);let d=document.createElement("div");d.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",d.style.border="1px solid var(--persona-border, #e5e7eb)",d.style.color="var(--persona-muted, #9ca3af)",d.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"/><polyline points="14 2 14 8 20 8"/></svg>';let c=document.createElement("div");c.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let p=document.createElement("div");p.className="persona-truncate persona-text-sm persona-font-medium",p.style.color="var(--persona-text, #1f2937)",p.textContent=t;let u=document.createElement("div");if(u.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",u.style.color="var(--persona-muted, #9ca3af)",s==="streaming"){let h=document.createElement("span");h.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",h.style.backgroundColor="var(--persona-primary, #171717)",h.style.animation="persona-pulse 1.5s ease-in-out infinite",u.appendChild(h);let m=document.createElement("span");m.textContent=`Generating ${a.toLowerCase()}...`,u.appendChild(m)}else u.textContent=a;if(c.append(p,u),i.append(d,c),s==="complete"){let h=document.createElement("button");h.type="button",h.textContent="Download",h.title=`Download ${t}`,h.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",h.style.border="1px solid var(--persona-border, #e5e7eb)",h.style.color="var(--persona-text, #1f2937)",h.style.backgroundColor="transparent",h.style.cursor="pointer",h.setAttribute("data-download-artifact",n),i.append(h)}return i}var mc=(e,r)=>{var n,s,o;let t=(o=(s=(n=r==null?void 0:r.config)==null?void 0:n.features)==null?void 0:s.artifacts)==null?void 0:o.renderCard;if(t){let a=typeof e.title=="string"&&e.title?e.title:"Untitled artifact",i=typeof e.artifactId=="string"?e.artifactId:"",d=e.status==="streaming"?"streaming":"complete",c=typeof e.artifactType=="string"?e.artifactType:"markdown",p=t({artifact:{artifactId:i,title:a,artifactType:c,status:d},config:r.config,defaultRenderer:()=>gc(e,r)});if(p)return p}return gc(e,r)};var Ls=class{constructor(){this.components=new Map}register(r,t){this.components.has(r)&&console.warn(`[ComponentRegistry] Component "${r}" is already registered. Overwriting.`),this.components.set(r,t)}unregister(r){this.components.delete(r)}get(r){return this.components.get(r)}has(r){return this.components.has(r)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(r){Object.entries(r).forEach(([t,n])=>{this.register(t,n)})}},ar=new Ls;ar.register("PersonaArtifactCard",mc);function up(e){var s;let r=f("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),t=f("div","persona-font-semibold persona-text-sm persona-mb-2");t.textContent=e.component?`Component: ${e.component}`:"Component";let n=f("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return n.textContent=JSON.stringify((s=e.props)!=null?s:{},null,2),r.appendChild(t),r.appendChild(n),r}function fc(e,r){var We,He,tt,Ct;let t=(He=(We=e.features)==null?void 0:We.artifacts)==null?void 0:He.layout,s=((tt=t==null?void 0:t.toolbarPreset)!=null?tt:"default")==="document",o=(Ct=t==null?void 0:t.panePadding)==null?void 0:Ct.trim(),a=e.markdown?kr(e.markdown):null,i=no(e.sanitize),d=j=>{let U=a?a(j):to(j);return i?i(U):U},c=typeof document!="undefined"?f("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,p=()=>{c==null||c.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"),$==null||$.hide()};c&&c.addEventListener("click",()=>{var j;p(),(j=r.onDismiss)==null||j.call(r)});let u=f("aside","persona-artifact-pane persona-flex persona-flex-col persona-min-h-0 persona-min-w-0 persona-bg-persona-surface persona-text-persona-primary persona-border-l persona-border-persona-border");u.setAttribute("data-persona-theme-zone","artifact-pane"),s&&u.classList.add("persona-artifact-pane-document");let h=f("div","persona-artifact-toolbar persona-flex persona-items-center persona-justify-between persona-gap-2 persona-px-2 persona-py-2 persona-border-b persona-border-persona-border persona-shrink-0");h.setAttribute("data-persona-theme-zone","artifact-toolbar"),s&&h.classList.add("persona-artifact-toolbar-document");let m=f("span","persona-text-xs persona-font-medium persona-truncate");m.textContent="Artifacts";let C=f("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");C.type="button",C.textContent="Close",C.setAttribute("aria-label","Close artifacts panel"),C.addEventListener("click",()=>{var j;p(),(j=r.onDismiss)==null||j.call(r)});let T="rendered",b=f("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),x=s?Tt({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):Tt({icon:"eye",label:"Rendered view"}),S=s?Tt({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):Tt({icon:"code-2",label:"Source"}),O=f("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),w=(t==null?void 0:t.documentToolbarShowCopyLabel)===!0,k=(t==null?void 0:t.documentToolbarShowCopyChevron)===!0,W=t==null?void 0:t.documentToolbarCopyMenuItems,M=!!(k&&W&&W.length>0),Y=null,ue,oe=null,$=null;if(s&&(w||k)&&!M){if(ue=w?Jo({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):Tt({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),k){let j=pe("chevron-down",14,"currentColor",2);j&&ue.appendChild(j)}}else s&&M?(Y=f("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),ue=w?Jo({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):Tt({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),oe=Tt({icon:"chevron-down",label:"More copy options",size:14,className:"persona-artifact-doc-copy-menu-chevron persona-artifact-doc-icon-btn",aria:{"aria-haspopup":"true","aria-expanded":"false"}}),Y.append(ue,oe)):s?ue=Tt({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):ue=Tt({icon:"copy",label:"Copy"});let te=s?Tt({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):Tt({icon:"refresh-cw",label:"Refresh"}),Se=s?Tt({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):Tt({icon:"x",label:"Close"}),ne=()=>{var z,ee,st;let j=(z=K.find(G=>G.id===ce))!=null?z:K[K.length-1],U=(ee=j==null?void 0:j.id)!=null?ee:null,re=(j==null?void 0:j.artifactType)==="markdown"&&(st=j.markdown)!=null?st:"",_=j?JSON.stringify({component:j.component,props:j.props},null,2):"";return{markdown:re,jsonPayload:_,id:U}},Ce=async()=>{var z;let{markdown:j,jsonPayload:U}=ne(),re=(z=K.find(ee=>ee.id===ce))!=null?z:K[K.length-1],_=(re==null?void 0:re.artifactType)==="markdown"?j:re?U:"";try{await navigator.clipboard.writeText(_)}catch{}};if(ue.addEventListener("click",async()=>{let j=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;if(j&&M){let{markdown:U,jsonPayload:re,id:_}=ne();try{await j({actionId:"primary",artifactId:_,markdown:U,jsonPayload:re})}catch{}return}await Ce()}),oe&&(W!=null&&W.length)){let j=()=>{var re;return(re=u.closest("[data-persona-root]"))!=null?re:document.body},U=()=>{$=xr({items:W.map(re=>({id:re.id,label:re.label})),onSelect:async re=>{let{markdown:_,jsonPayload:z,id:ee}=ne(),st=t==null?void 0:t.onDocumentToolbarCopyMenuSelect;try{st?await st({actionId:re,artifactId:ee,markdown:_,jsonPayload:z}):re==="markdown"||re==="md"?await navigator.clipboard.writeText(_):re==="json"||re==="source"?await navigator.clipboard.writeText(z):await navigator.clipboard.writeText(_||z)}catch{}},anchor:Y!=null?Y:oe,position:"bottom-right",portal:j()})};u.isConnected?U():requestAnimationFrame(U),oe.addEventListener("click",re=>{re.stopPropagation(),$==null||$.toggle()})}te.addEventListener("click",async()=>{var j;try{await((j=t==null?void 0:t.onDocumentToolbarRefresh)==null?void 0:j.call(t))}catch{}De()}),Se.addEventListener("click",()=>{var j;p(),(j=r.onDismiss)==null||j.call(r)});let he=()=>{s&&(x.setAttribute("aria-pressed",T==="rendered"?"true":"false"),S.setAttribute("aria-pressed",T==="source"?"true":"false"))};x.addEventListener("click",()=>{T="rendered",he(),De()}),S.addEventListener("click",()=>{T="source",he(),De()});let Ae=f("span","persona-min-w-0 persona-flex-1 persona-text-xs persona-font-medium persona-text-persona-primary persona-truncate persona-text-center md:persona-text-left");s?(h.replaceChildren(),b.append(x,S),Y?O.append(Y,te,Se):O.append(ue,te,Se),h.append(b,Ae,O),he()):(h.appendChild(m),h.appendChild(C)),o&&(h.style.paddingLeft=o,h.style.paddingRight=o);let ge=f("div","persona-artifact-list persona-shrink-0 persona-flex persona-gap-1 persona-overflow-x-auto persona-p-2 persona-border-b persona-border-persona-border"),ke=f("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(ge.style.paddingLeft=o,ge.style.paddingRight=o,ke.style.padding=o),u.appendChild(h),u.appendChild(ge),u.appendChild(ke);let K=[],ce=null,me=!1,De=()=>{var _,z,ee,st;let j=s&&K.length<=1;ge.classList.toggle("persona-hidden",j),ge.replaceChildren();for(let G of K){let Z=f("button","persona-artifact-tab persona-shrink-0 persona-rounded-lg persona-px-2 persona-py-1 persona-text-xs persona-border persona-border-transparent persona-text-persona-primary");Z.type="button",Z.textContent=G.title||G.id.slice(0,8),G.id===ce&&Z.classList.add("persona-bg-persona-container","persona-border-persona-border"),Z.addEventListener("click",()=>r.onSelect(G.id)),ge.appendChild(Z)}ke.replaceChildren();let U=ce&&K.find(G=>G.id===ce)||K[K.length-1];if(!U)return;if(s){let G=U.artifactType==="markdown"?"MD":(_=U.component)!=null?_:"Component",xt=(U.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";Ae.textContent=`${xt} \xB7 ${G}`}else m.textContent="Artifacts";if(U.artifactType==="markdown"){if(s&&T==="source"){let Z=f("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");Z.textContent=(z=U.markdown)!=null?z:"",ke.appendChild(Z);return}let G=f("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");G.innerHTML=d((ee=U.markdown)!=null?ee:""),ke.appendChild(G);return}let re=U.component?ar.get(U.component):void 0;if(re){let Z={message:{id:U.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:e,updateProps:()=>{}};try{let xt=re((st=U.props)!=null?st:{},Z);if(xt){ke.appendChild(xt);return}}catch{}}ke.appendChild(up(U))},Pe=()=>{var U;let j=K.length>0;if(u.classList.toggle("persona-hidden",!j),c){let re=typeof u.closest=="function"?u.closest("[data-persona-root]"):null,z=((U=re==null?void 0:re.classList.contains("persona-artifact-narrow-host"))!=null?U:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;j&&z&&me?(c.classList.remove("persona-hidden"),u.classList.add("persona-artifact-drawer-open")):(c.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"))}};return{element:u,backdrop:c,update(j){var U,re,_;K=j.artifacts,ce=(_=(re=j.selectedId)!=null?re:(U=j.artifacts[j.artifacts.length-1])==null?void 0:U.id)!=null?_:null,K.length>0&&(me=!0),De(),Pe()},setMobileOpen(j){me=j,!j&&c?(c.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open")):Pe()}}}function Sn(e){var r,t;return((t=(r=e==null?void 0:e.features)==null?void 0:r.artifacts)==null?void 0:t.enabled)===!0}function hc(e,r){var o,a,i,d;if(e.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),e.style.removeProperty("--persona-artifact-pane-border"),e.style.removeProperty("--persona-artifact-pane-border-left"),!Sn(r))return;let t=(a=(o=r.features)==null?void 0:o.artifacts)==null?void 0:a.layout,n=(i=t==null?void 0:t.paneBorder)==null?void 0:i.trim(),s=(d=t==null?void 0:t.paneBorderLeft)==null?void 0:d.trim();n?(e.classList.add("persona-artifact-border-full"),e.style.setProperty("--persona-artifact-pane-border",n)):s&&(e.classList.add("persona-artifact-border-left"),e.style.setProperty("--persona-artifact-pane-border-left",s))}function gp(e){e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),e.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),e.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function Yo(e,r){var d,c,p,u,h,m,C,T,b,x;if(!Sn(r)){e.style.removeProperty("--persona-artifact-split-gap"),e.style.removeProperty("--persona-artifact-pane-width"),e.style.removeProperty("--persona-artifact-pane-max-width"),e.style.removeProperty("--persona-artifact-pane-min-width"),e.style.removeProperty("--persona-artifact-pane-bg"),e.style.removeProperty("--persona-artifact-pane-padding"),gp(e),hc(e,r);return}let t=(c=(d=r.features)==null?void 0:d.artifacts)==null?void 0:c.layout;e.style.setProperty("--persona-artifact-split-gap",(p=t==null?void 0:t.splitGap)!=null?p:"0.5rem"),e.style.setProperty("--persona-artifact-pane-width",(u=t==null?void 0:t.paneWidth)!=null?u:"40%"),e.style.setProperty("--persona-artifact-pane-max-width",(h=t==null?void 0:t.paneMaxWidth)!=null?h:"28rem"),t!=null&&t.paneMinWidth?e.style.setProperty("--persona-artifact-pane-min-width",t.paneMinWidth):e.style.removeProperty("--persona-artifact-pane-min-width");let n=(m=t==null?void 0:t.paneBackground)==null?void 0:m.trim();n?e.style.setProperty("--persona-artifact-pane-bg",n):e.style.removeProperty("--persona-artifact-pane-bg");let s=(C=t==null?void 0:t.panePadding)==null?void 0:C.trim();s?e.style.setProperty("--persona-artifact-pane-padding",s):e.style.removeProperty("--persona-artifact-pane-padding");let o=(T=t==null?void 0:t.documentToolbarIconColor)==null?void 0:T.trim();o?e.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):e.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(b=t==null?void 0:t.documentToolbarToggleActiveBackground)==null?void 0:b.trim();a?e.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):e.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(x=t==null?void 0:t.documentToolbarToggleActiveBorderColor)==null?void 0:x.trim();i?e.style.setProperty("--persona-artifact-doc-toggle-active-border",i):e.style.removeProperty("--persona-artifact-doc-toggle-active-border"),hc(e,r)}var yc=["panel","seamless"];function Go(e,r){var i,d,c,p,u,h;for(let m of yc)e.classList.remove(`persona-artifact-appearance-${m}`);if(e.classList.remove("persona-artifact-unified-split"),e.style.removeProperty("--persona-artifact-pane-radius"),e.style.removeProperty("--persona-artifact-pane-shadow"),e.style.removeProperty("--persona-artifact-unified-outer-radius"),!Sn(r))return;let t=(d=(i=r.features)==null?void 0:i.artifacts)==null?void 0:d.layout,n=(c=t==null?void 0:t.paneAppearance)!=null?c:"panel",s=yc.includes(n)?n:"panel";e.classList.add(`persona-artifact-appearance-${s}`);let o=(p=t==null?void 0:t.paneBorderRadius)==null?void 0:p.trim();o&&e.style.setProperty("--persona-artifact-pane-radius",o);let a=(u=t==null?void 0:t.paneShadow)==null?void 0:u.trim();if(a&&e.style.setProperty("--persona-artifact-pane-shadow",a),(t==null?void 0:t.unifiedSplitChrome)===!0){e.classList.add("persona-artifact-unified-split");let m=((h=t.unifiedSplitOuterRadius)==null?void 0:h.trim())||o;m&&e.style.setProperty("--persona-artifact-unified-outer-radius",m)}}function bc(e,r){var t,n,s;return!r||!Sn(e)?!1:((s=(n=(t=e.features)==null?void 0:t.artifacts)==null?void 0:n.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function mp(e,r){if(!(e!=null&&e.trim()))return r;let t=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return t?Math.max(0,Number(t[1])):r}function fp(e){if(!(e!=null&&e.trim()))return null;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(e.trim());return r?Math.max(0,Number(r[1])):null}function hp(e,r,t){return t<r?r:Math.min(t,Math.max(r,e))}function yp(e,r,t,n){let s=e-n-2*r-t;return Math.max(0,s)}function xc(e,r){var a;let n=(a=(r.getComputedStyle(e).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",s=/^([\d.]+)px$/i.exec(n);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(n);return o?Number(o[1]):8}function vc(e,r,t,n,s,o){let a=mp(s,200),i=yp(r,t,n,200);i=Math.max(a,i);let d=fp(o);return d!==null&&(i=Math.min(i,d)),hp(e,a,i)}var Cc={init:{title:"Schedule a Demo",description:"Share the basics and we'll follow up with a confirmation.",fields:[{name:"name",label:"Full name",placeholder:"Jane Doe",required:!0},{name:"email",label:"Work email",placeholder:"jane@example.com",type:"email",required:!0},{name:"notes",label:"What would you like to cover?",type:"textarea"}],submitLabel:"Submit details"},followup:{title:"Additional Information",description:"Provide any extra details to tailor the next steps.",fields:[{name:"company",label:"Company",placeholder:"Acme Inc."},{name:"context",label:"Context",type:"textarea",placeholder:"Share more about your use case"}],submitLabel:"Send"}},Is=(e,r,t,n)=>{let s=e.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var C,T,b;if(o.dataset.enhanced==="true")return;let a=(C=o.dataset.tvForm)!=null?C:"init";o.dataset.enhanced="true";let i=(T=Cc[a])!=null?T:Cc.init;o.classList.add("persona-form-card","persona-space-y-4");let d=f("div","persona-space-y-1"),c=f("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(c.textContent=i.title,d.appendChild(c),i.description){let x=f("p","persona-text-sm persona-text-persona-muted");x.textContent=i.description,d.appendChild(x)}let p=document.createElement("form");p.className="persona-form-grid persona-space-y-3",i.fields.forEach(x=>{var W,M;let S=f("label","persona-form-field persona-flex persona-flex-col persona-gap-1");S.htmlFor=`${r.id}-${a}-${x.name}`;let O=f("span","persona-text-xs persona-font-medium persona-text-persona-muted");O.textContent=x.label,S.appendChild(O);let w=(W=x.type)!=null?W:"text",k;w==="textarea"?(k=document.createElement("textarea"),k.rows=3):(k=document.createElement("input"),k.type=w),k.className="persona-rounded-xl persona-border persona-border-gray-200 persona-bg-white persona-px-3 persona-py-2 persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-persona-primary",k.id=`${r.id}-${a}-${x.name}`,k.name=x.name,k.placeholder=(M=x.placeholder)!=null?M:"",x.required&&(k.required=!0),S.appendChild(k),p.appendChild(S)});let u=f("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),h=f("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),m=f("button","persona-inline-flex persona-items-center persona-rounded-full persona-bg-persona-primary persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-60 persona-cursor-pointer");m.type="submit",m.textContent=(b=i.submitLabel)!=null?b:"Submit",u.appendChild(h),u.appendChild(m),p.appendChild(u),o.replaceChildren(d,p),p.addEventListener("submit",async x=>{var k,W;x.preventDefault();let S=(k=t.formEndpoint)!=null?k:"/form",O=new FormData(p),w={};O.forEach((M,Y)=>{w[Y]=M}),w.type=a,m.disabled=!0,h.textContent="Submitting\u2026";try{let M=await fetch(S,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w)});if(!M.ok)throw new Error(`Form submission failed (${M.status})`);let Y=await M.json();h.textContent=(W=Y.message)!=null?W:"Thanks! We'll be in touch soon.",Y.success&&Y.nextPrompt&&await n.sendMessage(String(Y.nextPrompt))}catch(M){h.textContent=M instanceof Error?M.message:"Something went wrong. Please try again."}finally{m.disabled=!1}})})};var Ps=class{constructor(){this.plugins=new Map}register(r){var t;this.plugins.has(r.id)&&console.warn(`Plugin "${r.id}" is already registered. Overwriting.`),this.plugins.set(r.id,r),(t=r.onRegister)==null||t.call(r)}unregister(r){var n;let t=this.plugins.get(r);t&&((n=t.onUnregister)==null||n.call(t),this.plugins.delete(r))}getAll(){return Array.from(this.plugins.values()).sort((r,t)=>{var n,s;return((n=t.priority)!=null?n:0)-((s=r.priority)!=null?s:0)})}getForInstance(r){let t=this.getAll();if(!r||r.length===0)return t;let n=new Set(r.map(o=>o.id));return[...t.filter(o=>!n.has(o.id)),...r].sort((o,a)=>{var i,d;return((i=a.priority)!=null?i:0)-((d=o.priority)!=null?d:0)})}clear(){this.plugins.forEach(r=>{var t;return(t=r.onUnregister)==null?void 0:t.call(r)}),this.plugins.clear()}},Xo=new Ps;var vt={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:{enabled:!0,mountMode:"floating",dock:{side:"right",width:"420px"},title:"Chat Assistant",subtitle:"Here to help you get answers fast",agentIconText:"\u{1F4AC}",agentIconName:"bot",headerIconName:"bot",position:"bottom-right",width:"min(400px, calc(100vw - 24px))",heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:void 0,callToActionIconBackgroundColor:void 0,closeButtonBackgroundColor:"transparent",clearChat:{backgroundColor:"transparent",borderColor:"transparent",enabled:!0,placement:"inline",iconName:"refresh-cw",size:"32px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!1,border:void 0,shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)"},copy:{welcomeTitle:"Hello \u{1F44B}",welcomeSubtitle:"Ask anything about your account or products.",inputPlaceholder:"How can I help...",sendButtonLabel:"Send"},sendButton:{borderWidth:"0px",paddingX:"12px",paddingY:"10px",borderColor:void 0,useIcon:!0,iconText:"\u2191",size:"40px",showTooltip:!0,tooltipText:"Send message",iconName:"send"},statusIndicator:{visible:!0,idleText:"Online",connectingText:"Connecting\u2026",connectedText:"Streaming\u2026",errorText:"Offline"},voiceRecognition:{enabled:!0,pauseDuration:2e3,iconName:"mic",iconSize:"39px",borderWidth:"0px",paddingX:"9px",paddingY:"14px",iconColor:void 0,backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:void 0,recordingBackgroundColor:void 0,recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0,scrollToBottom:{enabled:!0,iconName:"arrow-down",label:""}},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"],suggestionChipsConfig:{fontFamily:"sans-serif",fontWeight:"500",paddingX:"12px",paddingY:"6px"},layout:{header:{layout:"default",showIcon:!0,showTitle:!0,showSubtitle:!0,showCloseButton:!0,showClearChat:!0},messages:{layout:"bubble",avatar:{show:!1,position:"left"},timestamp:{show:!1,position:"below"},groupConsecutive:!1},slots:{}},markdown:{options:{gfm:!0,breaks:!0},disableDefaultStyles:!1},messageActions:{enabled:!0,showCopy:!0,showUpvote:!1,showDownvote:!1,visibility:"hover",align:"right",layout:"pill-inside"},debug:!1};function wc(e,r){if(!(!e&&!r))return e?r?co(e,r):e:r}function Ws(e){var r,t,n,s,o,a,i,d,c,p,u,h,m,C,T,b,x,S,O,w,k;return e?{...vt,...e,theme:wc(vt.theme,e.theme),darkTheme:wc(vt.darkTheme,e.darkTheme),launcher:{...vt.launcher,...e.launcher,dock:{...(r=vt.launcher)==null?void 0:r.dock,...(t=e.launcher)==null?void 0:t.dock},clearChat:{...(n=vt.launcher)==null?void 0:n.clearChat,...(s=e.launcher)==null?void 0:s.clearChat}},copy:{...vt.copy,...e.copy},sendButton:{...vt.sendButton,...e.sendButton},statusIndicator:{...vt.statusIndicator,...e.statusIndicator},voiceRecognition:{...vt.voiceRecognition,...e.voiceRecognition},features:(()=>{var te,Se,ne,Ce;let W=(te=vt.features)==null?void 0:te.artifacts,M=(Se=e.features)==null?void 0:Se.artifacts,Y=(ne=vt.features)==null?void 0:ne.scrollToBottom,ue=(Ce=e.features)==null?void 0:Ce.scrollToBottom,oe=W===void 0&&M===void 0?void 0:{...W,...M,layout:{...W==null?void 0:W.layout,...M==null?void 0:M.layout}},$=Y===void 0&&ue===void 0?void 0:{...Y,...ue};return{...vt.features,...e.features,...$!==void 0?{scrollToBottom:$}:{},...oe!==void 0?{artifacts:oe}:{}}})(),suggestionChips:(o=e.suggestionChips)!=null?o:vt.suggestionChips,suggestionChipsConfig:{...vt.suggestionChipsConfig,...e.suggestionChipsConfig},layout:{...vt.layout,...e.layout,header:{...(a=vt.layout)==null?void 0:a.header,...(i=e.layout)==null?void 0:i.header},messages:{...(d=vt.layout)==null?void 0:d.messages,...(c=e.layout)==null?void 0:c.messages,avatar:{...(u=(p=vt.layout)==null?void 0:p.messages)==null?void 0:u.avatar,...(m=(h=e.layout)==null?void 0:h.messages)==null?void 0:m.avatar},timestamp:{...(T=(C=vt.layout)==null?void 0:C.messages)==null?void 0:T.timestamp,...(x=(b=e.layout)==null?void 0:b.messages)==null?void 0:x.timestamp}},slots:{...(S=vt.layout)==null?void 0:S.slots,...(O=e.layout)==null?void 0:O.slots}},markdown:{...vt.markdown,...e.markdown,options:{...(w=vt.markdown)==null?void 0:w.options,...(k=e.markdown)==null?void 0:k.options}},messageActions:{...vt.messageActions,...e.messageActions}}:vt}var Sc=()=>{let e=new Map,r=(s,o)=>(e.has(s)||e.set(s,new Set),e.get(s).add(o),()=>t(s,o)),t=(s,o)=>{var a;(a=e.get(s))==null||a.delete(o)};return{on:r,off:t,emit:(s,o)=>{var a;(a=e.get(s))==null||a.forEach(i=>{try{i(o)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var bp=e=>{let r=e.match(/```(?:json)?\s*([\s\S]*?)```/i);return r?r[1]:e},xp=e=>{let r=e.trim(),t=r.indexOf("{");if(t===-1)return null;let n=0;for(let s=t;s<r.length;s+=1){let o=r[s];if(o==="{"&&(n+=1),o==="}"&&(n-=1,n===0))return r.slice(t,s+1)}return null},Zo=({text:e})=>{if(!e||!e.includes("{"))return null;try{let r=bp(e),t=xp(r);if(!t)return null;let n=JSON.parse(t);if(!n||typeof n!="object"||!n.action)return null;let{action:s,...o}=n;return{type:String(s),payload:o,raw:n}}catch{return null}},Rs=e=>typeof e=="string"?e:e==null?"":String(e),Nr={message:e=>e.type!=="message"?void 0:{handled:!0,displayText:Rs(e.payload.text)},messageAndClick:(e,r)=>{var s;if(e.type!=="message_and_click")return;let t=e.payload,n=Rs(t.element);if(n&&((s=r.document)!=null&&s.querySelector)){let o=r.document.querySelector(n);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",n)}return{handled:!0,displayText:Rs(t.text)}}},Ac=e=>Array.isArray(e)?e.map(r=>String(r)):[],Qo=e=>{let r=new Set(Ac(e.getSessionMetadata().processedActionMessageIds)),t=()=>{r=new Set(Ac(e.getSessionMetadata().processedActionMessageIds))},n=()=>{let o=Array.from(r);e.updateSessionMetadata(a=>({...a,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||r.has(o.message.id))return null;let a=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!a&&typeof o.text=="string"&&o.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let i=a?e.parsers.reduce((c,p)=>c||(p==null?void 0:p({text:a,message:o.message}))||null,null):null;if(!i)return null;r.add(o.message.id),n();let d={action:i,message:o.message};e.emit("action:detected",d);for(let c of e.handlers)if(c)try{let p=()=>{e.emit("action:resubmit",d)},u=c(i,{message:o.message,metadata:e.getSessionMetadata(),updateMetadata:e.updateSessionMetadata,document:e.documentRef,triggerResubmit:p});if(!u)continue;if(u.handled){let h=u.persistMessage!==!1;return{text:u.displayText!==void 0?u.displayText:"",persist:h,resubmit:u.resubmit}}}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",p)}return{text:"",persist:!0}},syncFromMetadata:t}};var vp=e=>{if(!e)return null;try{return JSON.parse(e)}catch(r){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",r),null}},Cp=e=>e.map(r=>({...r,streaming:!1})),Hs=(e="persona-state")=>{let r=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let t=r();return t?vp(t.getItem(e)):null},save:t=>{let n=r();if(n)try{let s={...t,messages:t.messages?Cp(t.messages):void 0};n.setItem(e,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let t=r();if(t)try{t.removeItem(e)}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",n)}}}};import{parse as wp,STR as Sp,OBJ as Ap}from"partial-json";function Ep(e){if(!e||typeof e!="object"||!("component"in e))return!1;let r=e.component;return typeof r=="string"&&r.length>0}function Tp(e,r){if(!Ep(e))return null;let t=e.props&&typeof e.props=="object"&&e.props!==null?e.props:{};return{component:e.component,props:t,raw:r}}function Bs(){let e=null,r=0;return{getExtractedDirective:()=>e,processChunk:t=>{let n=t.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(t.length<=r)return e;try{let s=wp(t,Sp|Ap),o=Tp(s,t);o&&(e=o)}catch{}return r=t.length,e},reset:()=>{e=null,r=0}}}function Mp(e){return typeof e=="object"&&e!==null&&"component"in e&&typeof e.component=="string"&&"props"in e&&typeof e.props=="object"}function Ds(e,r){let{config:t,message:n,onPropsUpdate:s}=r,o=ar.get(e.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${e.component}" not found in registry. Falling back to default rendering.`),null;let a={message:n,config:t,updateProps:i=>{s&&s(i)}};try{return o(e.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${e.component}":`,i),null}}function kp(){let e=Bs();return{processChunk:r=>e.processChunk(r),getDirective:()=>e.getExtractedDirective(),reset:()=>{e.reset()}}}function Fs(e){if(!e.rawContent)return!1;try{let r=JSON.parse(e.rawContent);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function Ns(e){if(!e.rawContent)return null;try{let r=JSON.parse(e.rawContent);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string")return{component:r.component,props:r.props&&typeof r.props=="object"&&r.props!==null?r.props:{},raw:e.rawContent}}catch{}return null}var Lp=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Os(e){let{onSubmit:r,onDismiss:t,title:n="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,ratingLabels:c=Lp}=e,p=document.createElement("div");p.className="persona-feedback-container persona-feedback-csat",p.setAttribute("role","dialog"),p.setAttribute("aria-label","Customer satisfaction feedback");let u=null,h=document.createElement("div");h.className="persona-feedback-content";let m=document.createElement("div");m.className="persona-feedback-header";let C=document.createElement("h3");C.className="persona-feedback-title",C.textContent=n,m.appendChild(C);let T=document.createElement("p");T.className="persona-feedback-subtitle",T.textContent=s,m.appendChild(T),h.appendChild(m);let b=document.createElement("div");b.className="persona-feedback-rating persona-feedback-rating-csat",b.setAttribute("role","radiogroup"),b.setAttribute("aria-label","Satisfaction rating from 1 to 5");let x=[];for(let W=1;W<=5;W++){let M=document.createElement("button");M.type="button",M.className="persona-feedback-rating-btn persona-feedback-star-btn",M.setAttribute("role","radio"),M.setAttribute("aria-checked","false"),M.setAttribute("aria-label",`${W} star${W>1?"s":""}: ${c[W-1]}`),M.title=c[W-1],M.dataset.rating=String(W),M.innerHTML=`
|
|
17
17
|
<svg class="persona-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
18
18
|
<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>
|
|
19
19
|
</svg>
|
|
20
|
-
`,k.addEventListener("click",()=>{d=O,x.forEach((V,ge)=>{let ie=ge<O;V.classList.toggle("selected",ie),V.setAttribute("aria-checked",ge===O-1?"true":"false")})}),x.push(k),b.appendChild(k)}f.appendChild(b);let M=null;if(p){let O=document.createElement("div");O.className="persona-feedback-comment-container",M=document.createElement("textarea"),M.className="persona-feedback-comment",M.placeholder=o,M.rows=3,M.setAttribute("aria-label","Additional comments"),O.appendChild(M),f.appendChild(O)}let F=document.createElement("div");F.className="persona-feedback-actions";let S=document.createElement("button");S.type="button",S.className="persona-feedback-btn persona-feedback-btn-skip",S.textContent=i,S.addEventListener("click",()=>{t==null||t(),u.remove()});let I=document.createElement("button");return I.type="button",I.className="persona-feedback-btn persona-feedback-btn-submit",I.textContent=a,I.addEventListener("click",async()=>{if(d===null){b.classList.add("persona-feedback-shake"),setTimeout(()=>b.classList.remove("persona-feedback-shake"),500);return}I.disabled=!0,I.textContent="Submitting...";try{let O=(M==null?void 0:M.value.trim())||void 0;await r(d,O),u.remove()}catch(O){I.disabled=!1,I.textContent=a,console.error("[CSAT Feedback] Failed to submit:",O)}}),F.appendChild(S),F.appendChild(I),f.appendChild(F),u.appendChild(f),u}function Bs(e){let{onSubmit:r,onDismiss:t,title:n="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:p=!0,lowLabel:c="Not likely",highLabel:u="Very likely"}=e,d=document.createElement("div");d.className="persona-feedback-container persona-feedback-nps",d.setAttribute("role","dialog"),d.setAttribute("aria-label","Net Promoter Score feedback");let f=null,m=document.createElement("div");m.className="persona-feedback-content";let v=document.createElement("div");v.className="persona-feedback-header";let A=document.createElement("h3");A.className="persona-feedback-title",A.textContent=n,v.appendChild(A);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,v.appendChild(b),m.appendChild(v);let x=document.createElement("div");x.className="persona-feedback-rating persona-feedback-rating-nps",x.setAttribute("role","radiogroup"),x.setAttribute("aria-label","Likelihood rating from 0 to 10");let M=document.createElement("div");M.className="persona-feedback-labels";let F=document.createElement("span");F.className="persona-feedback-label-low",F.textContent=c;let S=document.createElement("span");S.className="persona-feedback-label-high",S.textContent=u,M.appendChild(F),M.appendChild(S);let I=document.createElement("div");I.className="persona-feedback-numbers";let O=[];for(let _=0;_<=10;_++){let ne=document.createElement("button");ne.type="button",ne.className="persona-feedback-rating-btn persona-feedback-number-btn",ne.setAttribute("role","radio"),ne.setAttribute("aria-checked","false"),ne.setAttribute("aria-label",`Rating ${_} out of 10`),ne.textContent=String(_),ne.dataset.rating=String(_),_<=6?ne.classList.add("persona-feedback-detractor"):_<=8?ne.classList.add("persona-feedback-passive"):ne.classList.add("persona-feedback-promoter"),ne.addEventListener("click",()=>{f=_,O.forEach((Te,le)=>{Te.classList.toggle("selected",le===_),Te.setAttribute("aria-checked",le===_?"true":"false")})}),O.push(ne),I.appendChild(ne)}x.appendChild(M),x.appendChild(I),m.appendChild(x);let k=null;if(p){let _=document.createElement("div");_.className="persona-feedback-comment-container",k=document.createElement("textarea"),k.className="persona-feedback-comment",k.placeholder=o,k.rows=3,k.setAttribute("aria-label","Additional comments"),_.appendChild(k),m.appendChild(_)}let V=document.createElement("div");V.className="persona-feedback-actions";let ge=document.createElement("button");ge.type="button",ge.className="persona-feedback-btn persona-feedback-btn-skip",ge.textContent=i,ge.addEventListener("click",()=>{t==null||t(),d.remove()});let ie=document.createElement("button");return ie.type="button",ie.className="persona-feedback-btn persona-feedback-btn-submit",ie.textContent=a,ie.addEventListener("click",async()=>{if(f===null){I.classList.add("persona-feedback-shake"),setTimeout(()=>I.classList.remove("persona-feedback-shake"),500);return}ie.disabled=!0,ie.textContent="Submitting...";try{let _=(k==null?void 0:k.value.trim())||void 0;await r(f,_),d.remove()}catch(_){ie.disabled=!1,ie.textContent=a,console.error("[NPS Feedback] Failed to submit:",_)}}),V.appendChild(ge),V.appendChild(ie),m.appendChild(V),d.appendChild(m),d}var Ir="persona-chat-history",dp=30*1e3,pp={"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/svg+xml":"svg","image/bmp":"bmp","image/tiff":"tiff"};function up(e){var n,s,o;if(!e)return[];let r=[],t=Array.from((n=e.items)!=null?n:[]);for(let a of t){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){r.push(i);continue}let p=(s=pp[i.type])!=null?s:"png";r.push(new File([i],`clipboard-image-${Date.now()}.${p}`,{type:i.type,lastModified:Date.now()}))}if(r.length>0)return r;for(let a of Array.from((o=e.files)!=null?o:[]))a.type.startsWith("image/")&&r.push(a);return r}function gp(e){var r,t,n,s,o,a,i,p,c;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(r=e.storage)!=null?r:"session",keyPrefix:(t=e.keyPrefix)!=null?t:"persona-",persist:{openState:(s=(n=e.persist)==null?void 0:n.openState)!=null?s:!0,voiceState:(a=(o=e.persist)==null?void 0:o.voiceState)!=null?a:!0,focusInput:(p=(i=e.persist)==null?void 0:i.focusInput)!=null?p:!0},clearOnChatClear:(c=e.clearOnChatClear)!=null?c:!0}:null}function mp(e){try{let r=e==="local"?localStorage:sessionStorage,t="__persist_test__";return r.setItem(t,"1"),r.removeItem(t),r}catch{return null}}var Ds=e=>!e||typeof e!="object"?{}:{...e},sc=e=>e.map(r=>({...r,streaming:!1})),ac=(e,r,t)=>{let n=e!=null&&e.markdown?xr(e.markdown):null,s=Xr(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&s&&(e==null?void 0:e.sanitize)===void 0&&console.warn("[Persona] A custom postprocessMessage is active with the default HTML sanitizer. Tags or attributes not in the built-in allowlist will be stripped. To keep custom HTML, set `sanitize: false` or provide a custom sanitize function."),o=>{var c,u,d;let a=(c=o.text)!=null?c:"",i=(u=o.message.rawContent)!=null?u:null;if(r){let f=r.process({text:a,raw:i!=null?i:a,message:o.message,streaming:o.streaming});f!==null&&(a=f.text,f.persist||(o.message.__skipPersist=!0),f.resubmit&&!o.streaming&&t&&t())}let p;return e!=null&&e.postprocessMessage?p=e.postprocessMessage({...o,text:a,raw:(d=i!=null?i:o.text)!=null?d:""}):n?p=n(a):p=Yr(a),s?s(p):p}},Ns=(e,r,t)=>{var Ee,ct,Rt,Mt,Nt,Ht,dt,ut,It,gt,Ot,en,dn,Ks,Gs,Ys,Xs,Zs,Qs,ea,ta,na,ra,oa,sa,aa,ia,la,ca,da,pa,ua,ga,ma,fa,ha,ya,ba;e.id&&!e.getAttribute("data-persona-instance")&&e.setAttribute("data-persona-instance",e.id),e.hasAttribute("data-persona-root")||e.setAttribute("data-persona-root","true");let n=Ms(r),s=Vo.getForInstance(n.plugins);n.components&&Un.registerAll(n.components);let o=rc(),a=(Ee=n.storageAdapter)!=null?Ee:Ls(),i={},p=null,c=!1,u=l=>{if(n.onStateLoaded)try{let g=n.onStateLoaded(l);if(g&&typeof g=="object"&&"state"in g){let{state:y,open:E}=g;return E&&(c=!0),y}return g}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return l};if(a!=null&&a.load)try{let l=a.load();if(l&&typeof l.then=="function")p=l.then(g=>{let y=g!=null?g:{messages:[],metadata:{}};return u(y)});else{let g=l!=null?l:{messages:[],metadata:{}},y=u(g);y.metadata&&(i=Ds(y.metadata)),(ct=y.messages)!=null&&ct.length&&(n={...n,initialMessages:y.messages})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(n.onStateLoaded)try{let l=u({messages:[],metadata:{}});(Rt=l.messages)!=null&&Rt.length&&(n={...n,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let d=()=>i,f=l=>{var y;i=(y=l({...i}))!=null?y:{},Fr()},m=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Jo],v=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Lr.message,Lr.messageAndClick],A=Ko({parsers:m,handlers:v,getSessionMetadata:d,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null});A.syncFromMetadata();let b=(Nt=(Mt=n.launcher)==null?void 0:Mt.enabled)!=null?Nt:!0,x=(dt=(Ht=n.launcher)==null?void 0:Ht.autoExpand)!=null?dt:!1,M=(ut=n.autoFocusInput)!=null?ut:!1,F=x,S=b,I=(gt=(It=n.layout)==null?void 0:It.header)==null?void 0:gt.layout,O=!1,k=b?x:!0,V=!1,ge=null,ie=()=>{V=!0,ge&&clearTimeout(ge),ge=setTimeout(()=>{V&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),V=!1)},1e4)},_=ac(n,A,ie),ne=(en=(Ot=n.features)==null?void 0:Ot.showReasoning)!=null?en:!0,Te=(Ks=(dn=n.features)==null?void 0:dn.showToolCalls)!=null?Ks:!0,le=(Ys=(Gs=n.features)==null?void 0:Gs.showEventStreamToggle)!=null?Ys:!1,de=`${(Zs=typeof n.persistState=="object"?(Xs=n.persistState)==null?void 0:Xs.keyPrefix:void 0)!=null?Zs:"persona-"}event-stream`,Y=le?new po(de):null,ce=(ta=(ea=(Qs=n.features)==null?void 0:Qs.eventStream)==null?void 0:ea.maxEvents)!=null?ta:2e3,q=le?new co(ce,Y):null,G=null,ve=!1,xe=null,Ke=0;Y==null||Y.open().then(()=>q==null?void 0:q.restore()).catch(l=>{n.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let Xe={onCopy:l=>{var g,y;o.emit("message:copy",l),H!=null&&H.isClientTokenMode()&&H.submitMessageFeedback(l.id,"copy").catch(E=>{n.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",E)}),(y=(g=n.messageActions)==null?void 0:g.onCopy)==null||y.call(g,l)},onFeedback:l=>{var g,y;o.emit("message:feedback",l),H!=null&&H.isClientTokenMode()&&H.submitMessageFeedback(l.messageId,l.type).catch(E=>{n.debug&&console.error("[AgentWidget] Failed to submit feedback:",E)}),(y=(g=n.messageActions)==null?void 0:g.onFeedback)==null||y.call(g,l)}},mt=(na=n.statusIndicator)!=null?na:{},Be=l=>{var g,y,E,L;return l==="idle"?(g=mt.idleText)!=null?g:Gt.idle:l==="connecting"?(y=mt.connectingText)!=null?y:Gt.connecting:l==="connected"?(E=mt.connectedText)!=null?E:Gt.connected:l==="error"?(L=mt.errorText)!=null?L:Gt.error:Gt[l]};function rt(l,g,y,E){if(E==="idle"&&y.idleLink){l.textContent="";let L=document.createElement("a");L.href=y.idleLink,L.target="_blank",L.rel="noopener noreferrer",L.textContent=g,L.style.color="inherit",L.style.textDecoration="none",l.appendChild(L)}else l.textContent=g}let{wrapper:Me,panel:D}=Ol(n),se=$l(n,b),{container:te,body:z,messagesWrapper:oe,suggestions:Le,textarea:Z,sendButton:J,sendButtonWrapper:ze,composerForm:Ue,statusText:St,introTitle:qt,introSubtitle:Ut,closeButton:K,iconHolder:Ie,headerTitle:ft,headerSubtitle:yt,header:Ze,footer:it,actionsRow:Wt,leftActions:Vt,rightActions:ue}=se,T=se.micButton,Ae=se.micButtonWrapper,re=se.attachmentButton,ye=se.attachmentButtonWrapper,Ce=se.attachmentInput,Qe=se.attachmentPreviewsContainer,he=null,Pe=null,Ne=s.find(l=>l.renderHeader);if(Ne!=null&&Ne.renderHeader){let l=Ne.renderHeader({config:n,defaultRenderer:()=>{let g=qn({config:n,showClose:b});return Ar(te,g,n),g.header},onClose:()=>bt(!1,"user")});if(l){let g=te.querySelector(".persona-border-b-persona-divider");g&&(g.replaceWith(l),Ze=l)}}let ot=()=>{var g,y,E,L;if(!q)return;if(ve=!0,!G&&q&&(G=Vl({buffer:q,getFullHistory:()=>q.getAllFromStore(),onClose:()=>At(),config:n,plugins:s})),G&&(z.style.display="none",(g=it.parentNode)==null||g.insertBefore(G.element,it),G.update()),Oe){Oe.classList.remove("persona-text-persona-muted"),Oe.classList.add("persona-text-persona-accent"),Oe.style.boxShadow="inset 0 0 0 1.5px var(--persona-accent, #3b82f6)";let W=(L=(E=(y=n.features)==null?void 0:y.eventStream)==null?void 0:E.classNames)==null?void 0:L.toggleButtonActive;W&&W.split(/\s+/).forEach(P=>P&&Oe.classList.add(P))}let l=()=>{if(!ve)return;let W=Date.now();W-Ke>=200&&(G==null||G.update(),Ke=W),xe=requestAnimationFrame(l)};Ke=0,xe=requestAnimationFrame(l),o.emit("eventStream:opened",{timestamp:Date.now()})},At=()=>{var l,g,y;if(ve){if(ve=!1,G&&G.element.remove(),z.style.display="",Oe){Oe.classList.remove("persona-text-persona-accent"),Oe.classList.add("persona-text-persona-muted"),Oe.style.boxShadow="";let E=(y=(g=(l=n.features)==null?void 0:l.eventStream)==null?void 0:g.classNames)==null?void 0:y.toggleButtonActive;E&&E.split(/\s+/).forEach(L=>L&&Oe.classList.remove(L))}xe!==null&&(cancelAnimationFrame(xe),xe=null),o.emit("eventStream:closed",{timestamp:Date.now()})}},Oe=null;if(le){let l=(oa=(ra=n.features)==null?void 0:ra.eventStream)==null?void 0:oa.classNames,g="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");Oe=h("button",g),Oe.style.width="28px",Oe.style.height="28px",Oe.type="button",Oe.setAttribute("aria-label","Event Stream"),Oe.title="Event Stream";let y=fe("activity","18px","currentColor",1.5);y&&Oe.appendChild(y);let E=se.clearChatButtonWrapper,L=se.closeButtonWrapper,W=E||L;W&&W.parentNode===Ze?Ze.insertBefore(Oe,W):Ze.appendChild(Oe),Oe.addEventListener("click",()=>{ve?At():ot()})}let Jn=l=>{var E,L,W;let g=n.attachments;if(!(g!=null&&g.enabled))return;let y=l.querySelector(".persona-attachment-previews");if(!y){y=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),y.style.display="none";let P=l.querySelector("[data-persona-composer-form]");P!=null&&P.parentNode?P.parentNode.insertBefore(y,P):l.insertBefore(y,l.firstChild)}if(!l.querySelector('input[type="file"]')){let P=h("input");P.type="file",P.accept=((E=g.allowedTypes)!=null?E:Hn).join(","),P.multiple=((L=g.maxFiles)!=null?L:4)>1,P.style.display="none",P.setAttribute("aria-label",(W=g.buttonTooltipText)!=null?W:"Attach files"),l.appendChild(P)}},xn=s.find(l=>l.renderComposer);if(xn!=null&&xn.renderComposer){let l=n.composer,g=xn.renderComposer({config:n,defaultRenderer:()=>io({config:n}).footer,onSubmit:y=>{H&&!H.isStreaming()&&H.sendMessage(y)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{Ce==null||Ce.click()},models:l==null?void 0:l.models,selectedModelId:l==null?void 0:l.selectedModelId,onModelChange:y=>{n.composer={...n.composer,selectedModelId:y}},onVoiceToggle:((sa=n.voiceRecognition)==null?void 0:sa.enabled)===!0?()=>{Pe==null||Pe()}:void 0});g&&(it.replaceWith(g),it=g)}let Kn=l=>{let g=l.querySelector("[data-persona-composer-form]"),y=l.querySelector("[data-persona-composer-input]"),E=l.querySelector("[data-persona-composer-submit]"),L=l.querySelector("[data-persona-composer-mic]"),W=l.querySelector("[data-persona-composer-status]");g&&(Ue=g),y&&(Z=y),E&&(J=E),L&&(T=L,Ae=L.parentElement),W&&(St=W);let P=l.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");P&&(Le=P);let U=l.querySelector(".persona-attachment-button");U&&(re=U,ye=U.parentElement),Ce=l.querySelector('input[type="file"]'),Qe=l.querySelector(".persona-attachment-previews");let N=l.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");N&&(Wt=N)};Jn(it),Kn(it);let Dn=(aa=n.layout)==null?void 0:aa.contentMaxWidth;Dn&&Ue&&(Ue.style.maxWidth=Dn,Ue.style.marginLeft="auto",Ue.style.marginRight="auto"),(ia=n.attachments)!=null&&ia.enabled&&Ce&&Qe&&(he=Sr.fromConfig(n.attachments),he.setPreviewsContainer(Qe),Ce.addEventListener("change",l=>{let g=l.target;he==null||he.handleFileSelect(g.files),g.value=""})),(()=>{var E,L;let l=(L=(E=n.layout)==null?void 0:E.slots)!=null?L:{},g=W=>{switch(W){case"body-top":return te.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return oe;case"footer-top":return Le;case"composer":return Ue;case"footer-bottom":return St;default:return null}},y=(W,P)=>{var U;switch(W){case"header-left":case"header-center":case"header-right":if(W==="header-left")Ze.insertBefore(P,Ze.firstChild);else if(W==="header-right")Ze.appendChild(P);else{let N=Ze.querySelector(".persona-flex-col");N?(U=N.parentNode)==null||U.insertBefore(P,N.nextSibling):Ze.appendChild(P)}break;case"body-top":{let N=z.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");N?N.replaceWith(P):z.insertBefore(P,z.firstChild);break}case"body-bottom":z.appendChild(P);break;case"footer-top":Le.replaceWith(P);break;case"footer-bottom":St.replaceWith(P);break;default:break}};for(let[W,P]of Object.entries(l))if(P)try{let U=P({config:n,defaultContent:()=>g(W)});U&&y(W,U)}catch(U){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${W}":`,U)}})();let Nn=l=>{let y=l.target.closest('button[data-expand-header="true"]');if(!y)return;let E=y.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!E)return;let L=E.getAttribute("data-message-id");if(!L)return;let W=y.getAttribute("data-bubble-type");W==="reasoning"?(Tr.has(L)?Tr.delete(L):Tr.add(L),zl(L,E)):W==="tool"&&(Mr.has(L)?Mr.delete(L):Mr.add(L),ql(L,E,n))};oe.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Nn(l))}),oe.addEventListener("keydown",l=>{let g=l.target;(l.key==="Enter"||l.key===" ")&&g.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Nn(l))});let Mn=new Map;oe.addEventListener("click",l=>{var P;let y=l.target.closest(".persona-message-action-btn[data-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let E=y.closest("[data-actions-for]");if(!E)return;let L=E.getAttribute("data-actions-for");if(!L)return;let W=y.getAttribute("data-action");if(W==="copy"){let N=H.getMessages().find(ae=>ae.id===L);if(N&&Xe.onCopy){let ae=N.content||"";navigator.clipboard.writeText(ae).then(()=>{y.classList.add("persona-message-action-success");let be=fe("check",14,"currentColor",2);be&&(y.innerHTML="",y.appendChild(be)),setTimeout(()=>{y.classList.remove("persona-message-action-success");let we=fe("copy",14,"currentColor",2);we&&(y.innerHTML="",y.appendChild(we))},2e3)}).catch(be=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",be)}),Xe.onCopy(N)}}else if(W==="upvote"||W==="downvote")if(((P=Mn.get(L))!=null?P:null)===W)Mn.delete(L),y.classList.remove("persona-message-action-active");else{let ae=W==="upvote"?"downvote":"upvote",be=E.querySelector(`[data-action="${ae}"]`);be&&be.classList.remove("persona-message-action-active"),Mn.set(L,W),y.classList.add("persona-message-action-active");let We=H.getMessages().find(Se=>Se.id===L);We&&Xe.onFeedback&&Xe.onFeedback({type:W,messageId:We.id,message:We})}}),oe.addEventListener("click",l=>{let y=l.target.closest("button[data-approval-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let E=y.closest(".vanilla-approval-bubble");if(!E)return;let L=E.getAttribute("data-message-id");if(!L)return;let W=y.getAttribute("data-approval-action");if(!W)return;let P=W==="approve"?"approved":"denied",N=H.getMessages().find(be=>be.id===L);if(!(N!=null&&N.approval))return;let ae=E.querySelector("[data-approval-buttons]");ae&&ae.querySelectorAll("button").forEach(we=>{we.disabled=!0,we.style.opacity="0.5",we.style.cursor="not-allowed"}),H.resolveApproval(N.approval,P)});let et=null,X=null,an={artifacts:[],selectedId:null},rn=!1,Wr={current:null};oe.addEventListener("click",l=>{var we,We,Se,R,He;let y=l.target.closest("[data-download-artifact]");if(!y)return;l.preventDefault(),l.stopPropagation();let E=y.getAttribute("data-download-artifact");if(!E||((Se=(We=(we=n.features)==null?void 0:we.artifacts)==null?void 0:We.onArtifactAction)==null?void 0:Se.call(We,{type:"download",artifactId:E}))===!0)return;let W=H.getArtifactById(E),P=W==null?void 0:W.markdown,U=(W==null?void 0:W.title)||"artifact";if(!P){let Re=y.closest("[data-open-artifact]"),pe=Re==null?void 0:Re.closest("[data-message-id]"),De=pe==null?void 0:pe.getAttribute("data-message-id");if(De){let Je=H.getMessages().find(me=>me.id===De);if(Je!=null&&Je.rawContent)try{let me=JSON.parse(Je.rawContent);P=(R=me==null?void 0:me.props)==null?void 0:R.markdown,U=((He=me==null?void 0:me.props)==null?void 0:He.title)||U}catch{}}}if(!P)return;let N=new Blob([P],{type:"text/markdown"}),ae=URL.createObjectURL(N),be=document.createElement("a");be.href=ae,be.download=`${U}.md`,be.click(),URL.revokeObjectURL(ae)}),oe.addEventListener("click",l=>{var W,P,U;let y=l.target.closest("[data-open-artifact]");if(!y)return;let E=y.getAttribute("data-open-artifact");!E||((U=(P=(W=n.features)==null?void 0:W.artifacts)==null?void 0:P.onArtifactAction)==null?void 0:U.call(P,{type:"open",artifactId:E}))===!0||(l.preventDefault(),l.stopPropagation(),H.selectArtifact(E),Cn())}),oe.addEventListener("keydown",l=>{if(l.key!=="Enter"&&l.key!==" ")return;let g=l.target;g.hasAttribute("data-open-artifact")&&(l.preventDefault(),g.click())});let vn=null,ht=null,ln=null,kn=null,Rr=()=>{};function dr(){kn==null||kn(),kn=null}let Hr=()=>{var P;if(!vn||!ht)return;let l=e.classList.contains("persona-artifact-appearance-seamless"),y=((P=e.ownerDocument.defaultView)!=null?P:window).innerWidth<=640;if(!l||e.classList.contains("persona-artifact-narrow-host")||y){ht.style.removeProperty("position"),ht.style.removeProperty("left"),ht.style.removeProperty("top"),ht.style.removeProperty("bottom"),ht.style.removeProperty("width"),ht.style.removeProperty("z-index");return}let E=vn.firstElementChild;if(!E||E===ht)return;let L=10;ht.style.position="absolute",ht.style.top="0",ht.style.bottom="0",ht.style.width=`${L}px`,ht.style.zIndex="5";let W=E.offsetWidth-L/2;ht.style.left=`${Math.max(0,W)}px`},Gn=()=>{},Cn=()=>{var y,E,L,W,P;if(!et||!un(n))return;qo(e,n),Uo(e,n),Gn();let l=(W=(L=(E=(y=n.features)==null?void 0:y.artifacts)==null?void 0:E.layout)==null?void 0:L.narrowHostMaxWidth)!=null?W:520,g=D.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",g>0&&g<=l),et.update(an),rn?(et.setMobileOpen(!1),et.element.classList.add("persona-hidden"),(P=et.backdrop)==null||P.classList.add("persona-hidden")):an.artifacts.length>0&&(et.element.classList.remove("persona-hidden"),et.setMobileOpen(!0)),Rr()};if(un(n)){D.style.position="relative";let l=h("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),g=h("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");l.appendChild(te),et=Gl(n,{onSelect:y=>{var E;return(E=Wr.current)==null?void 0:E.selectArtifact(y)},onDismiss:()=>{rn=!0,Cn()}}),et.element.classList.add("persona-hidden"),vn=g,g.appendChild(l),g.appendChild(et.element),et.backdrop&&D.appendChild(et.backdrop),D.appendChild(g),Rr=()=>{var E,L,W,P;if(!vn||!et)return;if(!(((W=(L=(E=n.features)==null?void 0:E.artifacts)==null?void 0:L.layout)==null?void 0:W.resizable)===!0)){ln==null||ln(),ln=null,dr(),ht&&(ht.remove(),ht=null),et.element.style.removeProperty("width"),et.element.style.removeProperty("maxWidth");return}if(!ht){let U=h("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");U.setAttribute("role","separator"),U.setAttribute("aria-orientation","vertical"),U.setAttribute("aria-label","Resize artifacts panel"),U.tabIndex=0;let N=e.ownerDocument,ae=(P=N.defaultView)!=null?P:window,be=we=>{var pe,De;if(!et||we.button!==0||e.classList.contains("persona-artifact-narrow-host")||ae.innerWidth<=640)return;we.preventDefault(),dr();let We=we.clientX,Se=et.element.getBoundingClientRect().width,R=(De=(pe=n.features)==null?void 0:pe.artifacts)==null?void 0:De.layout,He=lt=>{let Je=vn.getBoundingClientRect().width,me=e.classList.contains("persona-artifact-appearance-seamless"),Bt=me?0:Ql(vn,ae),pt=me?0:U.getBoundingClientRect().width||6,tn=Se-(lt.clientX-We),Jt=ec(tn,Je,Bt,pt,R==null?void 0:R.resizableMinWidth,R==null?void 0:R.resizableMaxWidth);et.element.style.width=`${Jt}px`,et.element.style.maxWidth="none",Hr()},Re=()=>{N.removeEventListener("pointermove",He),N.removeEventListener("pointerup",Re),N.removeEventListener("pointercancel",Re),kn=null;try{U.releasePointerCapture(we.pointerId)}catch{}};kn=Re,N.addEventListener("pointermove",He),N.addEventListener("pointerup",Re),N.addEventListener("pointercancel",Re);try{U.setPointerCapture(we.pointerId)}catch{}};U.addEventListener("pointerdown",be),ht=U,vn.insertBefore(U,et.element),ln=()=>{U.removeEventListener("pointerdown",be)}}if(ht){let U=an.artifacts.length>0&&!rn;ht.classList.toggle("persona-hidden",!U),Hr()}},Gn=()=>{var ae,be,we,We,Se,R,He,Re,pe,De,lt,Je,me,Bt;if(!b||!et||((be=(ae=n.launcher)==null?void 0:ae.sidebarMode)!=null?be:!1)||zt(n)&&hn(n).reveal==="emerge")return;let E=(we=e.ownerDocument.defaultView)!=null?we:window,L=(Se=(We=n.launcher)==null?void 0:We.mobileFullscreen)!=null?Se:!0,W=(He=(R=n.launcher)==null?void 0:R.mobileBreakpoint)!=null?He:640;if(L&&E.innerWidth<=W||!Zl(n,b))return;let P=(De=(pe=(Re=n.launcher)==null?void 0:Re.width)!=null?pe:n.launcherWidth)!=null?De:"min(400px, calc(100vw - 24px))",U=(Bt=(me=(Je=(lt=n.features)==null?void 0:lt.artifacts)==null?void 0:Je.layout)==null?void 0:me.expandedPanelWidth)!=null?Bt:"min(720px, calc(100vw - 24px))";an.artifacts.length>0&&!rn?(D.style.width=U,D.style.maxWidth=U):(D.style.width=P,D.style.maxWidth=P)},typeof ResizeObserver!="undefined"&&(X=new ResizeObserver(()=>{Cn()}),X.observe(D))}else D.appendChild(te);e.appendChild(Me);let Yn=()=>{var pt,tn,Jt,Xt,$t,pn,Ge,wt,So,Ao,Eo,To,Mo,os,ss,Pt,ko,Vr,Jr,br,Lo,jn;let l=zt(n),g=(tn=(pt=n.launcher)==null?void 0:pt.sidebarMode)!=null?tn:!1,y=l||g||((Xt=(Jt=n.launcher)==null?void 0:Jt.fullHeight)!=null?Xt:!1),E=(($t=n.launcher)==null?void 0:$t.enabled)===!1,L=(Ge=(pn=n.theme)==null?void 0:pn.components)==null?void 0:Ge.panel,W=Fo(n),P=(Kt,Ft)=>{var An;return Kt==null||Kt===""?Ft:(An=no(W,Kt))!=null?An:Kt},U=(wt=e.ownerDocument.defaultView)!=null?wt:window,N=(Ao=(So=n.launcher)==null?void 0:So.mobileFullscreen)!=null?Ao:!0,ae=(To=(Eo=n.launcher)==null?void 0:Eo.mobileBreakpoint)!=null?To:640,be=U.innerWidth<=ae,we=N&&be&&b,We=(os=(Mo=n.launcher)==null?void 0:Mo.position)!=null?os:"bottom-left",Se=We==="bottom-left"||We==="top-left",R=(Pt=(ss=n.launcher)==null?void 0:ss.zIndex)!=null?Pt:9999,He=g||we?"none":"1px solid var(--persona-border)",Re=we?"none":g?Se?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";l&&!we&&(Re="none",He="none");let pe=g||we?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",De=P(L==null?void 0:L.border,He),lt=P(L==null?void 0:L.shadow,Re),Je=P(L==null?void 0:L.borderRadius,pe);if(e.style.cssText="",Me.style.cssText="",D.style.cssText="",te.style.cssText="",z.style.cssText="",it.style.cssText="",we){Me.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),Me.style.cssText=`
|
|
20
|
+
`,M.addEventListener("click",()=>{u=W,x.forEach((Y,ue)=>{let oe=ue<W;Y.classList.toggle("selected",oe),Y.setAttribute("aria-checked",ue===W-1?"true":"false")})}),x.push(M),b.appendChild(M)}h.appendChild(b);let S=null;if(d){let W=document.createElement("div");W.className="persona-feedback-comment-container",S=document.createElement("textarea"),S.className="persona-feedback-comment",S.placeholder=o,S.rows=3,S.setAttribute("aria-label","Additional comments"),W.appendChild(S),h.appendChild(W)}let O=document.createElement("div");O.className="persona-feedback-actions";let w=document.createElement("button");w.type="button",w.className="persona-feedback-btn persona-feedback-btn-skip",w.textContent=i,w.addEventListener("click",()=>{t==null||t(),p.remove()});let k=document.createElement("button");return k.type="button",k.className="persona-feedback-btn persona-feedback-btn-submit",k.textContent=a,k.addEventListener("click",async()=>{if(u===null){b.classList.add("persona-feedback-shake"),setTimeout(()=>b.classList.remove("persona-feedback-shake"),500);return}k.disabled=!0,k.textContent="Submitting...";try{let W=(S==null?void 0:S.value.trim())||void 0;await r(u,W),p.remove()}catch(W){k.disabled=!1,k.textContent=a,console.error("[CSAT Feedback] Failed to submit:",W)}}),O.appendChild(w),O.appendChild(k),h.appendChild(O),p.appendChild(h),p}function $s(e){let{onSubmit:r,onDismiss:t,title:n="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,lowLabel:c="Not likely",highLabel:p="Very likely"}=e,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-nps",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Net Promoter Score feedback");let h=null,m=document.createElement("div");m.className="persona-feedback-content";let C=document.createElement("div");C.className="persona-feedback-header";let T=document.createElement("h3");T.className="persona-feedback-title",T.textContent=n,C.appendChild(T);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,C.appendChild(b),m.appendChild(C);let x=document.createElement("div");x.className="persona-feedback-rating persona-feedback-rating-nps",x.setAttribute("role","radiogroup"),x.setAttribute("aria-label","Likelihood rating from 0 to 10");let S=document.createElement("div");S.className="persona-feedback-labels";let O=document.createElement("span");O.className="persona-feedback-label-low",O.textContent=c;let w=document.createElement("span");w.className="persona-feedback-label-high",w.textContent=p,S.appendChild(O),S.appendChild(w);let k=document.createElement("div");k.className="persona-feedback-numbers";let W=[];for(let $=0;$<=10;$++){let te=document.createElement("button");te.type="button",te.className="persona-feedback-rating-btn persona-feedback-number-btn",te.setAttribute("role","radio"),te.setAttribute("aria-checked","false"),te.setAttribute("aria-label",`Rating ${$} out of 10`),te.textContent=String($),te.dataset.rating=String($),$<=6?te.classList.add("persona-feedback-detractor"):$<=8?te.classList.add("persona-feedback-passive"):te.classList.add("persona-feedback-promoter"),te.addEventListener("click",()=>{h=$,W.forEach((Se,ne)=>{Se.classList.toggle("selected",ne===$),Se.setAttribute("aria-checked",ne===$?"true":"false")})}),W.push(te),k.appendChild(te)}x.appendChild(S),x.appendChild(k),m.appendChild(x);let M=null;if(d){let $=document.createElement("div");$.className="persona-feedback-comment-container",M=document.createElement("textarea"),M.className="persona-feedback-comment",M.placeholder=o,M.rows=3,M.setAttribute("aria-label","Additional comments"),$.appendChild(M),m.appendChild($)}let Y=document.createElement("div");Y.className="persona-feedback-actions";let ue=document.createElement("button");ue.type="button",ue.className="persona-feedback-btn persona-feedback-btn-skip",ue.textContent=i,ue.addEventListener("click",()=>{t==null||t(),u.remove()});let oe=document.createElement("button");return oe.type="button",oe.className="persona-feedback-btn persona-feedback-btn-submit",oe.textContent=a,oe.addEventListener("click",async()=>{if(h===null){k.classList.add("persona-feedback-shake"),setTimeout(()=>k.classList.remove("persona-feedback-shake"),500);return}oe.disabled=!0,oe.textContent="Submitting...";try{let $=(M==null?void 0:M.value.trim())||void 0;await r(h,$),u.remove()}catch($){oe.disabled=!1,oe.textContent=a,console.error("[NPS Feedback] Failed to submit:",$)}}),Y.appendChild(ue),Y.appendChild(oe),m.appendChild(Y),u.appendChild(m),u}var Or="persona-chat-history",Ip=30*1e3,Pp={"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/svg+xml":"svg","image/bmp":"bmp","image/tiff":"tiff"};function Wp(e){var n,s,o;if(!e)return[];let r=[],t=Array.from((n=e.items)!=null?n:[]);for(let a of t){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){r.push(i);continue}let d=(s=Pp[i.type])!=null?s:"png";r.push(new File([i],`clipboard-image-${Date.now()}.${d}`,{type:i.type,lastModified:Date.now()}))}if(r.length>0)return r;for(let a of Array.from((o=e.files)!=null?o:[]))a.type.startsWith("image/")&&r.push(a);return r}function Rp(e){var r,t,n,s,o,a,i,d,c;return e?e===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(r=e.storage)!=null?r:"session",keyPrefix:(t=e.keyPrefix)!=null?t:"persona-",persist:{openState:(s=(n=e.persist)==null?void 0:n.openState)!=null?s:!0,voiceState:(a=(o=e.persist)==null?void 0:o.voiceState)!=null?a:!0,focusInput:(d=(i=e.persist)==null?void 0:i.focusInput)!=null?d:!0},clearOnChatClear:(c=e.clearOnChatClear)!=null?c:!0}:null}function Hp(e){try{let r=e==="local"?localStorage:sessionStorage,t="__persist_test__";return r.setItem(t,"1"),r.removeItem(t),r}catch{return null}}var _s=e=>!e||typeof e!="object"?{}:{...e},Ec=e=>e.map(r=>({...r,streaming:!1})),Tc=(e,r,t)=>{let n=e!=null&&e.markdown?kr(e.markdown):null,s=no(e==null?void 0:e.sanitize);return e!=null&&e.postprocessMessage&&s&&(e==null?void 0:e.sanitize)===void 0&&console.warn("[Persona] A custom postprocessMessage is active with the default HTML sanitizer. Tags or attributes not in the built-in allowlist will be stripped. To keep custom HTML, set `sanitize: false` or provide a custom sanitize function."),o=>{var c,p,u;let a=(c=o.text)!=null?c:"",i=(p=o.message.rawContent)!=null?p:null;if(r){let h=r.process({text:a,raw:i!=null?i:a,message:o.message,streaming:o.streaming});h!==null&&(a=h.text,h.persist||(o.message.__skipPersist=!0),h.resubmit&&!o.streaming&&t&&t())}let d;return e!=null&&e.postprocessMessage?d=e.postprocessMessage({...o,text:a,raw:(u=i!=null?i:o.text)!=null?u:""}):n?d=n(a):d=to(a),s?s(d):d}},js=(e,r,t)=>{var dn,Cn,Qs,ea,ta,na,ra,oa,sa,aa,ia,la,ca,da,pa,ua,ga,ma,fa,ha,ya,ba,xa,va,Ca,wa,Sa,Aa,Ea,Ta,Ma,ka,La,Ia,Pa,Wa,Ra,Ha,Ba,Da;e.id&&!e.getAttribute("data-persona-instance")&&e.setAttribute("data-persona-instance",e.id),e.hasAttribute("data-persona-root")||e.setAttribute("data-persona-root","true");let n=Ws(r),s=Xo.getForInstance(n.plugins);n.components&&ar.registerAll(n.components);let o=Sc(),a=(dn=n.storageAdapter)!=null?dn:Hs(),i={},d=null,c=!1,p=l=>{if(n.onStateLoaded)try{let g=n.onStateLoaded(l);if(g&&typeof g=="object"&&"state"in g){let{state:y,open:A}=g;return A&&(c=!0),y}return g}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return l};if(a!=null&&a.load)try{let l=a.load();if(l&&typeof l.then=="function")d=l.then(g=>{let y=g!=null?g:{messages:[],metadata:{}};return p(y)});else{let g=l!=null?l:{messages:[],metadata:{}},y=p(g);y.metadata&&(i=_s(y.metadata)),(Cn=y.messages)!=null&&Cn.length&&(n={...n,initialMessages:y.messages})}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",l)}else if(n.onStateLoaded)try{let l=p({messages:[],metadata:{}});(Qs=l.messages)!=null&&Qs.length&&(n={...n,initialMessages:l.messages})}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",l)}let u=()=>i,h=l=>{var y;i=(y=l({...i}))!=null?y:{},qr()},m=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Zo],C=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Nr.message,Nr.messageAndClick],T=Qo({parsers:m,handlers:C,getSessionMetadata:u,updateSessionMetadata:h,emit:o.emit,documentRef:typeof document!="undefined"?document:null});T.syncFromMetadata();let b=(ta=(ea=n.launcher)==null?void 0:ea.enabled)!=null?ta:!0,x=(ra=(na=n.launcher)==null?void 0:na.autoExpand)!=null?ra:!1,S=(oa=n.autoFocusInput)!=null?oa:!1,O=x,w=b,k=(aa=(sa=n.layout)==null?void 0:sa.header)==null?void 0:aa.layout,W=!1,M=b?x:!0,Y=!1,ue=null,oe=()=>{Y=!0,ue&&clearTimeout(ue),ue=setTimeout(()=>{Y&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),Y=!1)},1e4)},$=Tc(n,T,oe),te=(la=(ia=n.features)==null?void 0:ia.showReasoning)!=null?la:!0,Se=(da=(ca=n.features)==null?void 0:ca.showToolCalls)!=null?da:!0,ne=(ua=(pa=n.features)==null?void 0:pa.showEventStreamToggle)!=null?ua:!1,Ce=(ma=(ga=n.features)==null?void 0:ga.scrollToBottom)!=null?ma:{},Ae=`${(ha=typeof n.persistState=="object"?(fa=n.persistState)==null?void 0:fa.keyPrefix:void 0)!=null?ha:"persona-"}event-stream`,ge=ne?new yo(Ae):null,ke=(xa=(ba=(ya=n.features)==null?void 0:ya.eventStream)==null?void 0:ba.maxEvents)!=null?xa:2e3,K=ne?new ho(ke,ge):null,ce=null,me=!1,De=null,Pe=0;ge==null||ge.open().then(()=>K==null?void 0:K.restore()).catch(l=>{n.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",l)});let We={onCopy:l=>{var g,y;o.emit("message:copy",l),B!=null&&B.isClientTokenMode()&&B.submitMessageFeedback(l.id,"copy").catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",A)}),(y=(g=n.messageActions)==null?void 0:g.onCopy)==null||y.call(g,l)},onFeedback:l=>{var g,y;o.emit("message:feedback",l),B!=null&&B.isClientTokenMode()&&B.submitMessageFeedback(l.messageId,l.type).catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit feedback:",A)}),(y=(g=n.messageActions)==null?void 0:g.onFeedback)==null||y.call(g,l)}},He=(va=n.statusIndicator)!=null?va:{},tt=l=>{var g,y,A,L;return l==="idle"?(g=He.idleText)!=null?g:tn.idle:l==="connecting"?(y=He.connectingText)!=null?y:tn.connecting:l==="connected"?(A=He.connectedText)!=null?A:tn.connected:l==="error"?(L=He.errorText)!=null?L:tn.error:tn[l]};function Ct(l,g,y,A){if(A==="idle"&&y.idleLink){l.textContent="";let L=document.createElement("a");L.href=y.idleLink,L.target="_blank",L.rel="noopener noreferrer",L.textContent=g,L.style.color="inherit",L.style.textDecoration="none",l.appendChild(L)}else l.textContent=g}let{wrapper:j,panel:U}=oc(n),re=sc(n,b),{container:_,body:z,messagesWrapper:ee,suggestions:st,textarea:G,sendButton:Z,sendButtonWrapper:xt,composerForm:nt,statusText:Mt,introTitle:zt,introSubtitle:Fe,closeButton:se,iconHolder:Ie,headerTitle:wt,headerSubtitle:St,header:Xe,footer:Ze,actionsRow:Kt,leftActions:Jt,rightActions:Yt}=re,F=re.micButton,Te=re.micButtonWrapper,de=re.attachmentButton,it=re.attachmentButtonWrapper,Be=re.attachmentInput,Q=re.attachmentPreviewsContainer;_.classList.add("persona-relative"),z.classList.add("persona-relative");let ye=12,Re=()=>{var l;return(l=Ce.label)!=null?l:""},dt=()=>{var l;return(l=Ce.iconName)!=null?l:"arrow-down"},Bt=()=>Ce.enabled!==!1,rt=f("button","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-z-10 persona-flex persona-items-center persona-gap-1 persona-text-xs persona-transform persona--translate-x-1/2 persona-cursor-pointer");rt.type="button",rt.style.display="none",rt.setAttribute("data-persona-scroll-to-bottom","true");let Dt=f("span","persona-flex persona-items-center"),lt=f("span","");rt.append(Dt,lt),_.appendChild(rt);let ze=()=>{let g=Ze.style.display==="none"?0:Ze.offsetHeight;rt.style.bottom=`${g+ye}px`};ze();let ct=()=>{let l=!!Re();rt.setAttribute("aria-label",Re()||"Jump to latest"),rt.title=Re(),rt.setAttribute("data-persona-scroll-to-bottom-has-label",l?"true":"false"),Dt.innerHTML="";let g=pe(dt(),"14px","currentColor",2);g?(Dt.appendChild(g),Dt.style.display=""):Dt.style.display="none",lt.textContent=Re(),lt.style.display=l?"":"none"};ct();let Oe=null,Ft=null,In=s.find(l=>l.renderHeader);if(In!=null&&In.renderHeader){let l=In.renderHeader({config:n,defaultRenderer:()=>{let g=sr({config:n,showClose:b});return Rr(_,g,n),g.header},onClose:()=>At(!1,"user")});if(l){let g=_.querySelector(".persona-border-b-persona-divider");g&&(g.replaceWith(l),Xe=l)}}let $n=()=>{var g,y,A,L;if(!K)return;if(me=!0,!ce&&K&&(ce=uc({buffer:K,getFullHistory:()=>K.getAllFromStore(),onClose:()=>An(),config:n,plugins:s})),ce&&(z.style.display="none",(g=Ze.parentNode)==null||g.insertBefore(ce.element,Ze),ce.update()),Ke){Ke.style.boxShadow=`inset 0 0 0 1.5px ${gn.actionIconColor}`;let I=(L=(A=(y=n.features)==null?void 0:y.eventStream)==null?void 0:A.classNames)==null?void 0:L.toggleButtonActive;I&&I.split(/\s+/).forEach(P=>P&&Ke.classList.add(P))}let l=()=>{if(!me)return;let I=Date.now();I-Pe>=200&&(ce==null||ce.update(),Pe=I),De=requestAnimationFrame(l)};Pe=0,De=requestAnimationFrame(l),qn(),o.emit("eventStream:opened",{timestamp:Date.now()})},An=()=>{var l,g,y;if(me){if(me=!1,ce&&ce.element.remove(),z.style.display="",Ke){Ke.style.boxShadow="";let A=(y=(g=(l=n.features)==null?void 0:l.eventStream)==null?void 0:g.classNames)==null?void 0:y.toggleButtonActive;A&&A.split(/\s+/).forEach(L=>L&&Ke.classList.remove(L))}De!==null&&(cancelAnimationFrame(De),De=null),qn(),o.emit("eventStream:closed",{timestamp:Date.now()})}},Ke=null;if(ne){let l=(wa=(Ca=n.features)==null?void 0:Ca.eventStream)==null?void 0:wa.classNames,g="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(l!=null&&l.toggleButton?" "+l.toggleButton:"");Ke=f("button",g),Ke.style.width="28px",Ke.style.height="28px",Ke.style.color=gn.actionIconColor,Ke.type="button",Ke.setAttribute("aria-label","Event Stream"),Ke.title="Event Stream";let y=pe("activity","18px","currentColor",1.5);y&&Ke.appendChild(y);let A=re.clearChatButtonWrapper,L=re.closeButtonWrapper,I=A||L;I&&I.parentNode===Xe?Xe.insertBefore(Ke,I):Xe.appendChild(Ke),Ke.addEventListener("click",()=>{me?An():$n()})}let lr=l=>{var A,L,I;let g=n.attachments;if(!(g!=null&&g.enabled))return;let y=l.querySelector(".persona-attachment-previews");if(!y){y=f("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),y.style.display="none";let P=l.querySelector("[data-persona-composer-form]");P!=null&&P.parentNode?P.parentNode.insertBefore(y,P):l.insertBefore(y,l.firstChild)}if(!l.querySelector('input[type="file"]')){let P=f("input");P.type="file",P.accept=((A=g.allowedTypes)!=null?A:Un).join(","),P.multiple=((L=g.maxFiles)!=null?L:4)>1,P.style.display="none",P.setAttribute("aria-label",(I=g.buttonTooltipText)!=null?I:"Attach files"),l.appendChild(P)}},Pn=s.find(l=>l.renderComposer);if(Pn!=null&&Pn.renderComposer){let l=n.composer,g=Pn.renderComposer({config:n,defaultRenderer:()=>mo({config:n}).footer,onSubmit:y=>{B&&!B.isStreaming()&&B.sendMessage(y)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{Be==null||Be.click()},models:l==null?void 0:l.models,selectedModelId:l==null?void 0:l.selectedModelId,onModelChange:y=>{n.composer={...n.composer,selectedModelId:y}},onVoiceToggle:((Sa=n.voiceRecognition)==null?void 0:Sa.enabled)===!0?()=>{Ft==null||Ft()}:void 0});g&&(Ze.replaceWith(g),Ze=g)}let cr=l=>{let g=l.querySelector("[data-persona-composer-form]"),y=l.querySelector("[data-persona-composer-input]"),A=l.querySelector("[data-persona-composer-submit]"),L=l.querySelector("[data-persona-composer-mic]"),I=l.querySelector("[data-persona-composer-status]");g&&(nt=g),y&&(G=y),A&&(Z=A),L&&(F=L,Te=L.parentElement),I&&(Mt=I);let P=l.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");P&&(st=P);let J=l.querySelector(".persona-attachment-button");J&&(de=J,it=J.parentElement),Be=l.querySelector('input[type="file"]'),Q=l.querySelector(".persona-attachment-previews");let D=l.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");D&&(Kt=D)};lr(Ze),cr(Ze);let Wn=(Aa=n.layout)==null?void 0:Aa.contentMaxWidth;Wn&&nt&&(nt.style.maxWidth=Wn,nt.style.marginLeft="auto",nt.style.marginRight="auto"),Wn&&Q&&(Q.style.maxWidth=Wn,Q.style.marginLeft="auto",Q.style.marginRight="auto"),(Ea=n.attachments)!=null&&Ea.enabled&&Be&&Q&&(Oe=Wr.fromConfig(n.attachments),Oe.setPreviewsContainer(Q),Be.addEventListener("change",l=>{let g=l.target;Oe==null||Oe.handleFileSelect(g.files),g.value=""})),(()=>{var A,L;let l=(L=(A=n.layout)==null?void 0:A.slots)!=null?L:{},g=I=>{switch(I){case"body-top":return _.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return ee;case"footer-top":return st;case"composer":return nt;case"footer-bottom":return Mt;default:return null}},y=(I,P)=>{var J;switch(I){case"header-left":case"header-center":case"header-right":if(I==="header-left")Xe.insertBefore(P,Xe.firstChild);else if(I==="header-right")Xe.appendChild(P);else{let D=Xe.querySelector(".persona-flex-col");D?(J=D.parentNode)==null||J.insertBefore(P,D.nextSibling):Xe.appendChild(P)}break;case"body-top":{let D=z.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");D?D.replaceWith(P):z.insertBefore(P,z.firstChild);break}case"body-bottom":z.appendChild(P);break;case"footer-top":st.replaceWith(P);break;case"footer-bottom":Mt.replaceWith(P);break;default:break}};for(let[I,P]of Object.entries(l))if(P)try{let J=P({config:n,defaultContent:()=>g(I)});J&&y(I,J)}catch(J){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${I}":`,J)}})();let Kn=l=>{let y=l.target.closest('button[data-expand-header="true"]');if(!y)return;let A=y.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!A)return;let L=A.getAttribute("data-message-id");if(!L)return;let I=y.getAttribute("data-bubble-type");I==="reasoning"?(Br.has(L)?Br.delete(L):Br.add(L),cc(L,A)):I==="tool"&&(Dr.has(L)?Dr.delete(L):Dr.add(L),dc(L,A,n))};ee.addEventListener("pointerdown",l=>{l.target.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Kn(l))}),ee.addEventListener("keydown",l=>{let g=l.target;(l.key==="Enter"||l.key===" ")&&g.closest('button[data-expand-header="true"]')&&(l.preventDefault(),Kn(l))});let _n=new Map;ee.addEventListener("click",l=>{var P;let y=l.target.closest(".persona-message-action-btn[data-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let A=y.closest("[data-actions-for]");if(!A)return;let L=A.getAttribute("data-actions-for");if(!L)return;let I=y.getAttribute("data-action");if(I==="copy"){let D=B.getMessages().find(le=>le.id===L);if(D&&We.onCopy){let le=D.content||"";navigator.clipboard.writeText(le).then(()=>{y.classList.add("persona-message-action-success");let ve=pe("check",14,"currentColor",2);ve&&(y.innerHTML="",y.appendChild(ve)),setTimeout(()=>{y.classList.remove("persona-message-action-success");let we=pe("copy",14,"currentColor",2);we&&(y.innerHTML="",y.appendChild(we))},2e3)}).catch(ve=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",ve)}),We.onCopy(D)}}else if(I==="upvote"||I==="downvote")if(((P=_n.get(L))!=null?P:null)===I)_n.delete(L),y.classList.remove("persona-message-action-active");else{let le=I==="upvote"?"downvote":"upvote",ve=A.querySelector(`[data-action="${le}"]`);ve&&ve.classList.remove("persona-message-action-active"),_n.set(L,I),y.classList.add("persona-message-action-active");let xe=B.getMessages().find(Ue=>Ue.id===L);xe&&We.onFeedback&&We.onFeedback({type:I,messageId:xe.id,message:xe})}}),ee.addEventListener("click",l=>{let y=l.target.closest("button[data-approval-action]");if(!y)return;l.preventDefault(),l.stopPropagation();let A=y.closest(".vanilla-approval-bubble");if(!A)return;let L=A.getAttribute("data-message-id");if(!L)return;let I=y.getAttribute("data-approval-action");if(!I)return;let P=I==="approve"?"approved":"denied",D=B.getMessages().find(ve=>ve.id===L);if(!(D!=null&&D.approval))return;let le=A.querySelector("[data-approval-buttons]");le&&le.querySelectorAll("button").forEach(we=>{we.disabled=!0,we.style.opacity="0.5",we.style.cursor="not-allowed"}),B.resolveApproval(D.approval,P)});let Qe=null,mn=null,En={artifacts:[],selectedId:null},an=!1,Yn={current:null};ee.addEventListener("click",l=>{var we,xe,Ue,H,je;let y=l.target.closest("[data-download-artifact]");if(!y)return;l.preventDefault(),l.stopPropagation();let A=y.getAttribute("data-download-artifact");if(!A||((Ue=(xe=(we=n.features)==null?void 0:we.artifacts)==null?void 0:xe.onArtifactAction)==null?void 0:Ue.call(xe,{type:"download",artifactId:A}))===!0)return;let I=B.getArtifactById(A),P=I==null?void 0:I.markdown,J=(I==null?void 0:I.title)||"artifact";if(!P){let Ee=y.closest("[data-open-artifact]"),be=Ee==null?void 0:Ee.closest("[data-message-id]"),Ne=be==null?void 0:be.getAttribute("data-message-id");if(Ne){let Je=B.getMessages().find(fe=>fe.id===Ne);if(Je!=null&&Je.rawContent)try{let fe=JSON.parse(Je.rawContent);P=(H=fe==null?void 0:fe.props)==null?void 0:H.markdown,J=((je=fe==null?void 0:fe.props)==null?void 0:je.title)||J}catch{}}}if(!P)return;let D=new Blob([P],{type:"text/markdown"}),le=URL.createObjectURL(D),ve=document.createElement("a");ve.href=le,ve.download=`${J}.md`,ve.click(),URL.revokeObjectURL(le)}),ee.addEventListener("click",l=>{var I,P,J;let y=l.target.closest("[data-open-artifact]");if(!y)return;let A=y.getAttribute("data-open-artifact");!A||((J=(P=(I=n.features)==null?void 0:I.artifacts)==null?void 0:P.onArtifactAction)==null?void 0:J.call(P,{type:"open",artifactId:A}))===!0||(l.preventDefault(),l.stopPropagation(),B.selectArtifact(A),hn())}),ee.addEventListener("keydown",l=>{if(l.key!=="Enter"&&l.key!==" ")return;let g=l.target;g.hasAttribute("data-open-artifact")&&(l.preventDefault(),g.click())});let fn=null,gt=null,nn=null,xn=null,Gn=()=>{};function jn(){xn==null||xn(),xn=null}let Xn=()=>{var P;if(!fn||!gt)return;let l=e.classList.contains("persona-artifact-appearance-seamless"),y=((P=e.ownerDocument.defaultView)!=null?P:window).innerWidth<=640;if(!l||e.classList.contains("persona-artifact-narrow-host")||y){gt.style.removeProperty("position"),gt.style.removeProperty("left"),gt.style.removeProperty("top"),gt.style.removeProperty("bottom"),gt.style.removeProperty("width"),gt.style.removeProperty("z-index");return}let A=fn.firstElementChild;if(!A||A===gt)return;let L=10;gt.style.position="absolute",gt.style.top="0",gt.style.bottom="0",gt.style.width=`${L}px`,gt.style.zIndex="5";let I=A.offsetWidth-L/2;gt.style.left=`${Math.max(0,I)}px`},Rn=()=>{},hn=()=>{var y,A,L,I,P;if(!Qe||!Sn(n))return;Yo(e,n),Go(e,n),Rn();let l=(I=(L=(A=(y=n.features)==null?void 0:y.artifacts)==null?void 0:A.layout)==null?void 0:L.narrowHostMaxWidth)!=null?I:520,g=U.getBoundingClientRect().width||0;e.classList.toggle("persona-artifact-narrow-host",g>0&&g<=l),Qe.update(En),an?(Qe.setMobileOpen(!1),Qe.element.classList.add("persona-hidden"),(P=Qe.backdrop)==null||P.classList.add("persona-hidden")):En.artifacts.length>0&&(Qe.element.classList.remove("persona-hidden"),Qe.setMobileOpen(!0)),Gn()};if(Sn(n)){U.style.position="relative";let l=f("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),g=f("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");l.appendChild(_),Qe=fc(n,{onSelect:y=>{var A;return(A=Yn.current)==null?void 0:A.selectArtifact(y)},onDismiss:()=>{an=!0,hn()}}),Qe.element.classList.add("persona-hidden"),fn=g,g.appendChild(l),g.appendChild(Qe.element),Qe.backdrop&&U.appendChild(Qe.backdrop),U.appendChild(g),Gn=()=>{var A,L,I,P;if(!fn||!Qe)return;if(!(((I=(L=(A=n.features)==null?void 0:A.artifacts)==null?void 0:L.layout)==null?void 0:I.resizable)===!0)){nn==null||nn(),nn=null,jn(),gt&&(gt.remove(),gt=null),Qe.element.style.removeProperty("width"),Qe.element.style.removeProperty("maxWidth");return}if(!gt){let J=f("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");J.setAttribute("role","separator"),J.setAttribute("aria-orientation","vertical"),J.setAttribute("aria-label","Resize artifacts panel"),J.tabIndex=0;let D=e.ownerDocument,le=(P=D.defaultView)!=null?P:window,ve=we=>{var be,Ne;if(!Qe||we.button!==0||e.classList.contains("persona-artifact-narrow-host")||le.innerWidth<=640)return;we.preventDefault(),jn();let xe=we.clientX,Ue=Qe.element.getBoundingClientRect().width,H=(Ne=(be=n.features)==null?void 0:be.artifacts)==null?void 0:Ne.layout,je=ht=>{let Je=fn.getBoundingClientRect().width,fe=e.classList.contains("persona-artifact-appearance-seamless"),_t=fe?0:xc(fn,le),mt=fe?0:J.getBoundingClientRect().width||6,pn=Ue-(ht.clientX-xe),Xt=vc(pn,Je,_t,mt,H==null?void 0:H.resizableMinWidth,H==null?void 0:H.resizableMaxWidth);Qe.element.style.width=`${Xt}px`,Qe.element.style.maxWidth="none",Xn()},Ee=()=>{D.removeEventListener("pointermove",je),D.removeEventListener("pointerup",Ee),D.removeEventListener("pointercancel",Ee),xn=null;try{J.releasePointerCapture(we.pointerId)}catch{}};xn=Ee,D.addEventListener("pointermove",je),D.addEventListener("pointerup",Ee),D.addEventListener("pointercancel",Ee);try{J.setPointerCapture(we.pointerId)}catch{}};J.addEventListener("pointerdown",ve),gt=J,fn.insertBefore(J,Qe.element),nn=()=>{J.removeEventListener("pointerdown",ve)}}if(gt){let J=En.artifacts.length>0&&!an;gt.classList.toggle("persona-hidden",!J),Xn()}},Rn=()=>{var le,ve,we,xe,Ue,H,je,Ee,be,Ne,ht,Je,fe,_t;if(!b||!Qe||((ve=(le=n.launcher)==null?void 0:le.sidebarMode)!=null?ve:!1)||Gt(n)&&kn(n).reveal==="emerge")return;let A=(we=e.ownerDocument.defaultView)!=null?we:window,L=(Ue=(xe=n.launcher)==null?void 0:xe.mobileFullscreen)!=null?Ue:!0,I=(je=(H=n.launcher)==null?void 0:H.mobileBreakpoint)!=null?je:640;if(L&&A.innerWidth<=I||!bc(n,b))return;let P=(Ne=(be=(Ee=n.launcher)==null?void 0:Ee.width)!=null?be:n.launcherWidth)!=null?Ne:"min(400px, calc(100vw - 24px))",J=(_t=(fe=(Je=(ht=n.features)==null?void 0:ht.artifacts)==null?void 0:Je.layout)==null?void 0:fe.expandedPanelWidth)!=null?_t:"min(720px, calc(100vw - 24px))";En.artifacts.length>0&&!an?(U.style.width=J,U.style.maxWidth=J):(U.style.width=P,U.style.maxWidth=P)},typeof ResizeObserver!="undefined"&&(mn=new ResizeObserver(()=>{hn()}),mn.observe(U))}else U.appendChild(_);e.appendChild(j);let Hn=()=>{var mt,pn,Xt,on,Vt,wn,Ye,kt,Ao,Eo,To,Mo,ko,cs,ds,Ot,Lo,Xr,Zr,Mr,Io,rr;let l=Gt(n),g=(pn=(mt=n.launcher)==null?void 0:mt.sidebarMode)!=null?pn:!1,y=l||g||((on=(Xt=n.launcher)==null?void 0:Xt.fullHeight)!=null?on:!1),A=((Vt=n.launcher)==null?void 0:Vt.enabled)===!1,L=(Ye=(wn=n.theme)==null?void 0:wn.components)==null?void 0:Ye.panel,I=_o(n),P=(Zt,Qt)=>{var Fn;return Zt==null||Zt===""?Qt:(Fn=io(I,Zt))!=null?Fn:Zt},J=(kt=e.ownerDocument.defaultView)!=null?kt:window,D=(Eo=(Ao=n.launcher)==null?void 0:Ao.mobileFullscreen)!=null?Eo:!0,le=(Mo=(To=n.launcher)==null?void 0:To.mobileBreakpoint)!=null?Mo:640,ve=J.innerWidth<=le,we=D&&ve&&b,xe=(cs=(ko=n.launcher)==null?void 0:ko.position)!=null?cs:"bottom-left",Ue=xe==="bottom-left"||xe==="top-left",H=(Ot=(ds=n.launcher)==null?void 0:ds.zIndex)!=null?Ot:9999,je=g||we?"none":"1px solid var(--persona-border)",Ee=we?"none":g?Ue?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";l&&!we&&(Ee="none",je="none");let be=g||we?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",Ne=P(L==null?void 0:L.border,je),ht=P(L==null?void 0:L.shadow,Ee),Je=P(L==null?void 0:L.borderRadius,be);if(e.style.cssText="",j.style.cssText="",U.style.cssText="",_.style.cssText="",z.style.cssText="",Ze.style.cssText="",we){j.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),j.style.cssText=`
|
|
21
21
|
position: fixed !important;
|
|
22
22
|
inset: 0 !important;
|
|
23
23
|
width: 100% !important;
|
|
@@ -27,9 +27,9 @@ import{Marked as zc}from"marked";var qc=e=>{if(e)return e},Io=e=>{var s,o;let r=
|
|
|
27
27
|
padding: 0 !important;
|
|
28
28
|
display: flex !important;
|
|
29
29
|
flex-direction: column !important;
|
|
30
|
-
z-index: ${
|
|
30
|
+
z-index: ${H} !important;
|
|
31
31
|
background-color: var(--persona-surface, #ffffff) !important;
|
|
32
|
-
`,
|
|
32
|
+
`,U.style.cssText=`
|
|
33
33
|
position: relative !important;
|
|
34
34
|
display: flex !important;
|
|
35
35
|
flex-direction: column !important;
|
|
@@ -42,7 +42,7 @@ import{Marked as zc}from"marked";var qc=e=>{if(e)return e},Io=e=>{var s,o;let r=
|
|
|
42
42
|
padding: 0 !important;
|
|
43
43
|
box-shadow: none !important;
|
|
44
44
|
border-radius: 0 !important;
|
|
45
|
-
`,
|
|
45
|
+
`,_.style.cssText=`
|
|
46
46
|
display: flex !important;
|
|
47
47
|
flex-direction: column !important;
|
|
48
48
|
flex: 1 1 0% !important;
|
|
@@ -53,20 +53,20 @@ import{Marked as zc}from"marked";var qc=e=>{if(e)return e},Io=e=>{var s,o;let r=
|
|
|
53
53
|
overflow: hidden !important;
|
|
54
54
|
border-radius: 0 !important;
|
|
55
55
|
border: none !important;
|
|
56
|
-
`,z.style.flex="1 1 0%",z.style.minHeight="0",z.style.overflowY="auto",
|
|
56
|
+
`,z.style.flex="1 1 0%",z.style.minHeight="0",z.style.overflowY="auto",Ze.style.flexShrink="0",W=!0;return}let fe=(Xr=(Lo=n==null?void 0:n.launcher)==null?void 0:Lo.width)!=null?Xr:n==null?void 0:n.launcherWidth,_t=fe!=null?fe:"min(400px, calc(100vw - 24px))";if(!g&&!l)A&&y?(U.style.width="100%",U.style.maxWidth="100%"):(U.style.width=_t,U.style.maxWidth=_t);else if(l)if(kn(n).reveal==="emerge"){let Qt=kn(n).width;U.style.width=Qt,U.style.maxWidth=Qt}else U.style.width="100%",U.style.maxWidth="100%";if(Rn(),U.style.boxShadow=ht,U.style.borderRadius=Je,_.style.border=Ne,_.style.borderRadius=Je,l&&!we&&(L==null?void 0:L.border)===void 0&&(_.style.border="none",kn(n).side==="right"?_.style.borderLeft="1px solid var(--persona-border)":_.style.borderRight="1px solid var(--persona-border)"),y&&(e.style.display="flex",e.style.flexDirection="column",e.style.height="100%",e.style.minHeight="0",A&&(e.style.width="100%"),j.style.display="flex",j.style.flexDirection="column",j.style.flex="1 1 0%",j.style.minHeight="0",j.style.maxHeight="100%",j.style.height="100%",A&&(j.style.overflow="hidden"),U.style.display="flex",U.style.flexDirection="column",U.style.flex="1 1 0%",U.style.minHeight="0",U.style.maxHeight="100%",U.style.height="100%",U.style.overflow="hidden",_.style.display="flex",_.style.flexDirection="column",_.style.flex="1 1 0%",_.style.minHeight="0",_.style.maxHeight="100%",_.style.overflow="hidden",z.style.flex="1 1 0%",z.style.minHeight="0",z.style.overflowY="auto",Ze.style.flexShrink="0"),j.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),!g&&!A&&!l&&((Zr=Ln[xe])!=null?Zr:Ln["bottom-right"]).split(" ").forEach(Qt=>j.classList.add(Qt)),g){let Zt=(Io=(Mr=n.launcher)==null?void 0:Mr.sidebarWidth)!=null?Io:"420px";j.style.cssText=`
|
|
57
57
|
position: fixed !important;
|
|
58
58
|
top: 0 !important;
|
|
59
59
|
bottom: 0 !important;
|
|
60
|
-
width: ${
|
|
60
|
+
width: ${Zt} !important;
|
|
61
61
|
height: 100vh !important;
|
|
62
62
|
max-height: 100vh !important;
|
|
63
63
|
margin: 0 !important;
|
|
64
64
|
padding: 0 !important;
|
|
65
65
|
display: flex !important;
|
|
66
66
|
flex-direction: column !important;
|
|
67
|
-
z-index: ${
|
|
68
|
-
${
|
|
69
|
-
`,
|
|
67
|
+
z-index: ${H} !important;
|
|
68
|
+
${Ue?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
|
|
69
|
+
`,U.style.cssText=`
|
|
70
70
|
position: relative !important;
|
|
71
71
|
display: flex !important;
|
|
72
72
|
flex-direction: column !important;
|
|
@@ -77,9 +77,9 @@ import{Marked as zc}from"marked";var qc=e=>{if(e)return e},Io=e=>{var s,o;let r=
|
|
|
77
77
|
min-height: 0 !important;
|
|
78
78
|
margin: 0 !important;
|
|
79
79
|
padding: 0 !important;
|
|
80
|
-
box-shadow: ${
|
|
80
|
+
box-shadow: ${ht} !important;
|
|
81
81
|
border-radius: ${Je} !important;
|
|
82
|
-
`,
|
|
82
|
+
`,U.style.setProperty("width","100%","important"),U.style.setProperty("max-width","100%","important"),_.style.cssText=`
|
|
83
83
|
display: flex !important;
|
|
84
84
|
flex-direction: column !important;
|
|
85
85
|
flex: 1 1 0% !important;
|
|
@@ -89,28 +89,28 @@ import{Marked as zc}from"marked";var qc=e=>{if(e)return e},Io=e=>{var s,o;let r=
|
|
|
89
89
|
max-height: 100% !important;
|
|
90
90
|
overflow: hidden !important;
|
|
91
91
|
border-radius: ${Je} !important;
|
|
92
|
-
border: ${
|
|
93
|
-
`,
|
|
92
|
+
border: ${Ne} !important;
|
|
93
|
+
`,Ze.style.cssText=`
|
|
94
94
|
flex-shrink: 0 !important;
|
|
95
95
|
border-top: none !important;
|
|
96
96
|
padding: 8px 16px 12px 16px !important;
|
|
97
|
-
`}if(!E&&!l){let Kt="max-height: -moz-available !important; max-height: stretch !important;",Ft=g?"":"padding-top: 1.25em !important;",An=!g&&((jn=n.launcher)==null?void 0:jn.zIndex)!=null?`z-index: ${n.launcher.zIndex} !important;`:"";Me.style.cssText+=Kt+Ft+An}};Yn(),ir(e,n),qo(e,n),Uo(e,n);let Et=[];X&&Et.push(()=>{X==null||X.disconnect(),X=null}),Et.push(()=>{ln==null||ln(),ln=null,dr(),ht&&(ht.remove(),ht=null),et==null||et.element.style.removeProperty("width"),et==null||et.element.style.removeProperty("maxWidth")}),le&&Et.push(()=>{xe!==null&&(cancelAnimationFrame(xe),xe=null),G==null||G.destroy(),G=null,q==null||q.destroy(),q=null,Y=null});let wn=null,Br=()=>{wn&&(wn(),wn=null),n.colorScheme==="auto"&&(wn=ys(()=>{ir(e,n)}))};Br(),Et.push(()=>{wn&&(wn(),wn=null)});let On=Ul(Le),Sn=null,H,$n=!1,Fn=Pl(),Dr=0,Ln=!0,Xn=0,Nr=0,In=null,Pn=!1,pr=0,ur=!1,uo=125,go=2e3,mo=5,Or=50,gr=new Map,Ve={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},$r=(ca=(la=n.voiceRecognition)==null?void 0:la.autoResume)!=null?ca:!1,cn=l=>{o.emit("voice:state",{active:Ve.active,source:l,timestamp:Date.now()})},Qt=()=>{f(l=>({...l,voiceState:{active:Ve.active,timestamp:Date.now(),manuallyDeactivated:Ve.manuallyDeactivated}}))},fo=()=>{var E,L;if(((E=n.voiceRecognition)==null?void 0:E.enabled)===!1)return;let l=Ds(i.voiceState),g=!!l.active,y=Number((L=l.timestamp)!=null?L:0);Ve.manuallyDeactivated=!!l.manuallyDeactivated,g&&Date.now()-y<dp&&setTimeout(()=>{var W,P;Ve.active||(Ve.manuallyDeactivated=!1,((P=(W=n.voiceRecognition)==null?void 0:W.provider)==null?void 0:P.type)==="runtype"?H.toggleVoice().then(()=>{Ve.active=H.isVoiceActive(),cn("restore"),H.isVoiceActive()&&_n()}):tr("restore"))},1e3)},ho=()=>H?sc(H.getMessages()).filter(l=>!l.__skipPersist):[];function Fr(l){if(!(a!=null&&a.save))return;let y={messages:l?sc(l):H?ho():[],metadata:i};try{let E=a.save(y);E instanceof Promise&&E.catch(L=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",L)})}catch(E){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",E)}}let Zn=(l=!1)=>{if(!Ln)return;let g=Date.now();Pn&&g<pr&&!l||(Pn&&g>=pr&&(Pn=!1),!(!l&&!$n)&&(g-Nr<uo||(Nr=g,In&&cancelAnimationFrame(In),In=requestAnimationFrame(()=>{Pn||!Ln||(ur=!0,z.scrollTop=z.scrollHeight,Xn=z.scrollTop,requestAnimationFrame(()=>{ur=!1}),In=null)}))))},Wn=null,yo=()=>Me.querySelector("#persona-scroll-container")||z,bo=(l,g=500)=>{let y=l.scrollTop,E=l.clientHeight,L=l.scrollHeight,W=L-y;if(y+E>=L-2||Math.abs(W)<5)return;Wn!==null&&(cancelAnimationFrame(Wn),Wn=null);let U=performance.now(),N=be=>1-Math.pow(1-be,3),ae=be=>{let we=l.scrollHeight;we!==L&&(L=we,W=L-y);let We=be-U,Se=Math.min(We/g,1),R=N(Se),He=y+W*R;l.scrollTop=He,Se<1?Wn=requestAnimationFrame(ae):(l.scrollTop=l.scrollHeight,Wn=null)};Wn=requestAnimationFrame(ae)},xo=l=>{let g=new Map;l.forEach(y=>{let E=gr.get(y.id);g.set(y.id,{streaming:y.streaming,role:y.role}),!E&&y.role==="assistant"&&o.emit("assistant:message",y),y.role==="assistant"&&(E!=null&&E.streaming)&&y.streaming===!1&&o.emit("assistant:complete",y),y.variant==="approval"&&y.approval&&(E?y.approval.status!=="pending"&&o.emit("approval:resolved",{approval:y.approval,decision:y.approval.status}):o.emit("approval:requested",{approval:y.approval,message:y}))}),gr.clear(),g.forEach((y,E)=>{gr.set(E,y)})},Qn=(l,g,y)=>{var be,we,We,Se;let E=document.createElement("div"),W=(()=>{var He;let R=s.find(Re=>Re.renderLoadingIndicator);if(R!=null&&R.renderLoadingIndicator)return R.renderLoadingIndicator;if((He=n.loadingIndicator)!=null&&He.render)return n.loadingIndicator.render})(),P=new Set;g.forEach(R=>{var me,Bt;P.add(R.id);let He=Il(R,Dr),Re=Wl(Fn,R.id,He);if(Re){E.appendChild(Re.cloneNode(!0));return}let pe=null,De=s.find(pt=>!!(R.variant==="reasoning"&&pt.renderReasoning||R.variant==="tool"&&pt.renderToolCall||R.variant==="approval"&&pt.renderApproval||!R.variant&&pt.renderMessage)),lt=(me=n.layout)==null?void 0:me.messages;if(De)if(R.variant==="reasoning"&&R.reasoning&&De.renderReasoning){if(!ne)return;pe=De.renderReasoning({message:R,defaultRenderer:()=>vs(R),config:n})}else if(R.variant==="tool"&&R.toolCall&&De.renderToolCall){if(!Te)return;pe=De.renderToolCall({message:R,defaultRenderer:()=>Cs(R,n),config:n})}else if(R.variant==="approval"&&R.approval&&De.renderApproval){if(n.approval===!1)return;pe=De.renderApproval({message:R,defaultRenderer:()=>ws(R,n),config:n})}else De.renderMessage&&(pe=De.renderMessage({message:R,defaultRenderer:()=>{let pt=lo(R,y,lt,n.messageActions,Xe,{loadingIndicatorRenderer:W,widgetConfig:n});return R.role!=="user"&&Es(pt,R,n,H),pt},config:n}));if(!pe&&R.role==="assistant"&&!R.variant&&n.enableComponentStreaming!==!1&&Ws(R)){let tn=Rs(R);if(tn){let Jt=Ps(tn,{config:n,message:R,transform:y});if(Jt)if(n.wrapComponentDirectiveInBubble!==!1){let $t=document.createElement("div");if($t.className=["vanilla-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),$t.id=`bubble-${R.id}`,$t.setAttribute("data-message-id",R.id),R.content&&R.content.trim()){let pn=document.createElement("div");pn.className="persona-mb-3 persona-text-sm persona-leading-relaxed",pn.innerHTML=y({text:R.content,message:R,streaming:!!R.streaming,raw:R.rawContent}),$t.appendChild(pn)}$t.appendChild(Jt),pe=$t}else{let $t=document.createElement("div");if($t.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",$t.id=`bubble-${R.id}`,$t.setAttribute("data-message-id",R.id),$t.setAttribute("data-persona-component-directive","true"),R.content&&R.content.trim()){let pn=document.createElement("div");pn.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",pn.innerHTML=y({text:R.content,message:R,streaming:!!R.streaming,raw:R.rawContent}),$t.appendChild(pn)}$t.appendChild(Jt),pe=$t}}}if(!pe)if(R.variant==="reasoning"&&R.reasoning){if(!ne)return;pe=vs(R)}else if(R.variant==="tool"&&R.toolCall){if(!Te)return;pe=Cs(R,n)}else if(R.variant==="approval"&&R.approval){if(n.approval===!1)return;pe=ws(R,n)}else{let pt=(Bt=n.layout)==null?void 0:Bt.messages;pt!=null&&pt.renderUserMessage&&R.role==="user"?pe=pt.renderUserMessage({message:R,config:n,streaming:!!R.streaming}):pt!=null&&pt.renderAssistantMessage&&R.role==="assistant"?pe=pt.renderAssistantMessage({message:R,config:n,streaming:!!R.streaming}):pe=lo(R,y,pt,n.messageActions,Xe,{loadingIndicatorRenderer:W,widgetConfig:n}),R.role!=="user"&&pe&&Es(pe,R,n,H)}let Je=document.createElement("div");Je.className="persona-flex",Je.id=`wrapper-${R.id}`,Je.setAttribute("data-wrapper-id",R.id),R.role==="user"&&Je.classList.add("persona-justify-end"),(pe==null?void 0:pe.getAttribute("data-persona-component-directive"))==="true"&&Je.classList.add("persona-w-full"),Je.appendChild(pe),Rl(Fn,R.id,He,Je),E.appendChild(Je)}),Hl(Fn,P);let U=g.some(R=>R.role==="assistant"&&R.streaming),N=g[g.length-1],ae=(N==null?void 0:N.role)==="assistant"&&!N.streaming&&N.variant!=="approval";if($n&&g.some(R=>R.role==="user")&&!U&&!ae){let R={config:n,streaming:!0,location:"standalone",defaultRenderer:Er},He=s.find(pe=>pe.renderLoadingIndicator),Re=null;if(He!=null&&He.renderLoadingIndicator&&(Re=He.renderLoadingIndicator(R)),Re===null&&((be=n.loadingIndicator)!=null&&be.render)&&(Re=n.loadingIndicator.render(R)),Re===null&&(Re=Er()),Re){let pe=document.createElement("div"),De=((we=n.loadingIndicator)==null?void 0:we.showBubble)!==!1;pe.className=De?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),pe.setAttribute("data-typing-indicator","true"),pe.appendChild(Re);let lt=document.createElement("div");lt.className="persona-flex",lt.id="wrapper-typing-indicator",lt.setAttribute("data-wrapper-id","typing-indicator"),lt.appendChild(pe),E.appendChild(lt)}}if(!$n&&g.length>0){let R=g[g.length-1],He={config:n,lastMessage:R,messageCount:g.length},Re=s.find(De=>De.renderIdleIndicator),pe=null;if(Re!=null&&Re.renderIdleIndicator&&(pe=Re.renderIdleIndicator(He)),pe===null&&((We=n.loadingIndicator)!=null&&We.renderIdle)&&(pe=n.loadingIndicator.renderIdle(He)),pe){let De=document.createElement("div"),lt=((Se=n.loadingIndicator)==null?void 0:Se.showBubble)!==!1;De.className=lt?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),De.setAttribute("data-idle-indicator","true"),De.appendChild(pe);let Je=document.createElement("div");Je.className="persona-flex",Je.id="wrapper-idle-indicator",Je.setAttribute("data-wrapper-id","idle-indicator"),Je.appendChild(De),E.appendChild(Je)}}Ll(l,E),requestAnimationFrame(()=>{requestAnimationFrame(()=>{let R=yo();bo(R)})})},er=()=>{var N,ae,be,we,We;if(!b)return;let l=zt(n),g=(N=e.ownerDocument.defaultView)!=null?N:window,y=(be=(ae=n.launcher)==null?void 0:ae.mobileBreakpoint)!=null?be:640,E=(We=(we=n.launcher)==null?void 0:we.mobileFullscreen)!=null?We:!0,L=g.innerWidth<=y,W=E&&L&&b,P=hn(n).reveal;k?(Me.style.removeProperty("display"),Me.style.display=l?"flex":"",Me.classList.remove("persona-pointer-events-none","persona-opacity-0"),D.classList.remove("persona-scale-95","persona-opacity-0"),D.classList.add("persona-scale-100","persona-opacity-100"),_e?_e.element.style.display="none":qe&&(qe.style.display="none")):(l?l&&(P==="overlay"||P==="push")&&!W?(Me.style.removeProperty("display"),Me.style.display="flex",Me.classList.remove("persona-pointer-events-none","persona-opacity-0"),D.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(Me.style.setProperty("display","none","important"),Me.classList.remove("persona-pointer-events-none","persona-opacity-0"),D.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(Me.style.display="",Me.classList.add("persona-pointer-events-none","persona-opacity-0"),D.classList.remove("persona-scale-100","persona-opacity-100"),D.classList.add("persona-scale-95","persona-opacity-0")),_e?_e.element.style.display=l?"none":"":qe&&(qe.style.display=l?"none":""))},bt=(l,g="user")=>{if(!b||k===l)return;let y=k;k=l,er(),k&&(Lt(),Zn(!0));let E={open:k,source:g,timestamp:Date.now()};k&&!y?o.emit("widget:opened",E):!k&&y&&o.emit("widget:closed",E),o.emit("widget:state",{open:k,launcherEnabled:b,voiceActive:Ve.active,streaming:H.isStreaming()})},mr=l=>{J.disabled=l,T&&(T.disabled=l),On.buttons.forEach(g=>{g.disabled=l}),it.dataset.personaComposerStreaming=l?"true":"false",it.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(g=>{(g instanceof HTMLButtonElement||g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&(g.disabled=l)})},fr=()=>{Ve.active||Z&&Z.focus()};o.on("widget:opened",()=>{n.autoFocusInput&&setTimeout(()=>fr(),200)});let _r=()=>{var y,E,L,W,P,U,N,ae,be,we,We;qt.textContent=(E=(y=n.copy)==null?void 0:y.welcomeTitle)!=null?E:"Hello \u{1F44B}",Ut.textContent=(W=(L=n.copy)==null?void 0:L.welcomeSubtitle)!=null?W:"Ask anything about your account or products.",Z.placeholder=(U=(P=n.copy)==null?void 0:P.inputPlaceholder)!=null?U:"How can I help...";let l=z.querySelector("[data-persona-intro-card]");if(l){let Se=((N=n.copy)==null?void 0:N.showWelcomeCard)!==!1;l.style.display=Se?"":"none",Se?(z.classList.remove("persona-gap-3"),z.classList.add("persona-gap-6")):(z.classList.remove("persona-gap-6"),z.classList.add("persona-gap-3"))}(be=(ae=n.sendButton)==null?void 0:ae.useIcon)!=null&&be||(J.textContent=(We=(we=n.copy)==null?void 0:we.sendButtonLabel)!=null?We:"Send"),Z.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',Z.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(n.clientToken&&(n={...n,getStoredSessionId:()=>{let l=i.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{f(g=>({...g,sessionId:l}))}}),H=new to(n,{onMessagesChanged(l){Qn(oe,l,_),H&&(l.some(L=>L.role==="user")?On.render([],H,Z,l):On.render(n.suggestionChips,H,Z,l,n.suggestionChipsConfig)),Zn(!$n),xo(l);let g=[...l].reverse().find(E=>E.role==="user"),y=Ve.lastUserMessageId;g&&g.id!==y&&(Ve.lastUserMessageId=g.id,o.emit("user:message",g)),Ve.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),Fr(l)},onStatusChanged(l){var E;let g=(E=n.statusIndicator)!=null?E:{};rt(St,(L=>{var W,P,U,N;return L==="idle"?(W=g.idleText)!=null?W:Gt.idle:L==="connecting"?(P=g.connectingText)!=null?P:Gt.connecting:L==="connected"?(U=g.connectedText)!=null?U:Gt.connected:L==="error"?(N=g.errorText)!=null?N:Gt.error:Gt[L]})(l),g,l)},onStreamingChanged(l){$n=l,mr(l),H&&Qn(oe,H.getMessages(),_),l||Zn(!0)},onVoiceStatusChanged(l){var g,y;if(((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype")switch(l){case"listening":break;case"processing":mn(),Co();break;case"speaking":mn(),wo();break;default:l==="idle"&&H.isBargeInActive()?(mn(),_n(),T==null||T.setAttribute("aria-label","End voice session")):(Ve.active=!1,mn(),cn("system"),Qt());break}},onArtifactsState(l){an=l,Cn()}}),Wr.current=H,((pa=(da=n.voiceRecognition)==null?void 0:da.provider)==null?void 0:pa.type)==="runtype")try{H.setupVoice()}catch(l){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",l)}n.clientToken&&H.initClientSession().catch(l=>{n.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),q&&H.setSSEEventCallback((l,g)=>{q==null||q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(g)})}),p&&p.then(l=>{var g;l&&(l.metadata&&(i=Ds(l.metadata),A.syncFromMetadata()),(g=l.messages)!=null&&g.length&&H.hydrateMessages(l.messages))}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)});let jr=l=>{var L;l.preventDefault();let g=Z.value.trim(),y=(L=he==null?void 0:he.hasAttachments())!=null?L:!1;if(!g&&!y)return;let E;y&&(E=[],E.push(...he.getContentParts()),g&&E.push(gs(g))),Z.value="",Z.style.height="auto",H.sendMessage(g,{contentParts:E}),y&&he.clearAttachments()},zr=l=>{l.key==="Enter"&&!l.shiftKey&&(l.preventDefault(),J.click())},qr=async l=>{var y;if(((y=n.attachments)==null?void 0:y.enabled)!==!0||!he)return;let g=up(l.clipboardData);g.length!==0&&(l.preventDefault(),await he.handleFiles(g))},Yt=null,on=!1,Rn=null,$e=null,Ur=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,tr=(l="user")=>{var W,P,U,N,ae,be,we,We;if(on||H.isStreaming())return;let g=Ur();if(!g)return;Yt=new g;let E=(P=((W=n.voiceRecognition)!=null?W:{}).pauseDuration)!=null?P:2e3;Yt.continuous=!0,Yt.interimResults=!0,Yt.lang="en-US";let L=Z.value;Yt.onresult=Se=>{let R="",He="";for(let pe=0;pe<Se.results.length;pe++){let De=Se.results[pe],lt=De[0].transcript;De.isFinal?R+=lt+" ":He=lt}let Re=L+R+He;Z.value=Re,Rn&&clearTimeout(Rn),(R||He)&&(Rn=window.setTimeout(()=>{let pe=Z.value.trim();pe&&Yt&&on&&(gn(),Z.value="",Z.style.height="auto",H.sendMessage(pe,{viaVoice:!0}))},E))},Yt.onerror=Se=>{Se.error!=="no-speech"&&gn()},Yt.onend=()=>{if(on){let Se=Z.value.trim();Se&&Se!==L.trim()&&(Z.value="",Z.style.height="auto",H.sendMessage(Se,{viaVoice:!0})),gn()}};try{if(Yt.start(),on=!0,Ve.active=!0,l!=="system"&&(Ve.manuallyDeactivated=!1),cn(l),Qt(),T){let Se=(U=n.voiceRecognition)!=null?U:{};$e={backgroundColor:T.style.backgroundColor,color:T.style.color,borderColor:T.style.borderColor,iconName:(N=Se.iconName)!=null?N:"mic",iconSize:parseFloat((we=(be=Se.iconSize)!=null?be:(ae=n.sendButton)==null?void 0:ae.size)!=null?we:"40")||24};let R=(We=Se.recordingBackgroundColor)!=null?We:"#ef4444",He=Se.recordingIconColor,Re=Se.recordingBorderColor;if(T.classList.add("persona-voice-recording"),T.style.backgroundColor=R,He){T.style.color=He;let pe=T.querySelector("svg");pe&&pe.setAttribute("stroke",He)}Re&&(T.style.borderColor=Re),T.setAttribute("aria-label","Stop voice recognition")}}catch{gn("system")}},gn=(l="user")=>{if(on){if(on=!1,Rn&&(clearTimeout(Rn),Rn=null),Yt){try{Yt.stop()}catch{}Yt=null}if(Ve.active=!1,cn(l),Qt(),T){if(T.classList.remove("persona-voice-recording"),$e){T.style.backgroundColor=$e.backgroundColor,T.style.color=$e.color,T.style.borderColor=$e.borderColor;let g=T.querySelector("svg");g&&g.setAttribute("stroke",$e.color||"currentColor"),$e=null}T.setAttribute("aria-label","Start voice recognition")}}},vo=(l,g)=>{var pe,De,lt,Je,me,Bt,pt,tn;let y=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),E=((pe=l==null?void 0:l.provider)==null?void 0:pe.type)==="runtype";if(!(y||E))return null;let W=h("div","persona-send-button-wrapper"),P=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");P.type="button",P.setAttribute("aria-label","Start voice recognition");let U=(De=l==null?void 0:l.iconName)!=null?De:"mic",N=(lt=g==null?void 0:g.size)!=null?lt:"40px",ae=(Je=l==null?void 0:l.iconSize)!=null?Je:N,be=parseFloat(ae)||24,we=(me=l==null?void 0:l.backgroundColor)!=null?me:g==null?void 0:g.backgroundColor,We=(Bt=l==null?void 0:l.iconColor)!=null?Bt:g==null?void 0:g.textColor;P.style.width=ae,P.style.height=ae,P.style.minWidth=ae,P.style.minHeight=ae,P.style.fontSize="18px",P.style.lineHeight="1";let Se=We||"currentColor",R=fe(U,be,Se,1.5);R?(P.appendChild(R),P.style.color=Se):(P.textContent="\u{1F3A4}",P.style.color=Se),we?P.style.backgroundColor=we:P.classList.add("persona-bg-persona-primary"),We?P.style.color=We:!We&&!(g!=null&&g.textColor)&&P.classList.add("persona-text-white"),l!=null&&l.borderWidth&&(P.style.borderWidth=l.borderWidth,P.style.borderStyle="solid"),l!=null&&l.borderColor&&(P.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(P.style.paddingLeft=l.paddingX,P.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(P.style.paddingTop=l.paddingY,P.style.paddingBottom=l.paddingY),W.appendChild(P);let He=(pt=l==null?void 0:l.tooltipText)!=null?pt:"Start voice recognition";if(((tn=l==null?void 0:l.showTooltip)!=null?tn:!1)&&He){let Jt=h("div","persona-send-button-tooltip");Jt.textContent=He,W.appendChild(Jt)}return{micButton:P,micButtonWrapper:W}},hr=()=>{var g,y,E,L,W;if(!T||$e)return;let l=(g=n.voiceRecognition)!=null?g:{};$e={backgroundColor:T.style.backgroundColor,color:T.style.color,borderColor:T.style.borderColor,iconName:(y=l.iconName)!=null?y:"mic",iconSize:parseFloat((W=(L=l.iconSize)!=null?L:(E=n.sendButton)==null?void 0:E.size)!=null?W:"40")||24}},yr=(l,g)=>{var W,P,U,N,ae;if(!T)return;let y=T.querySelector("svg");y&&y.remove();let E=(ae=$e==null?void 0:$e.iconSize)!=null?ae:parseFloat((N=(U=(W=n.voiceRecognition)==null?void 0:W.iconSize)!=null?U:(P=n.sendButton)==null?void 0:P.size)!=null?N:"40")||24,L=fe(l,E,g,1.5);L&&T.appendChild(L)},nr=()=>{T&&T.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},_n=()=>{var L,W;if(!T)return;hr();let l=(L=n.voiceRecognition)!=null?L:{},g=(W=l.recordingBackgroundColor)!=null?W:"#ef4444",y=l.recordingIconColor,E=l.recordingBorderColor;if(nr(),T.classList.add("persona-voice-recording"),T.style.backgroundColor=g,y){T.style.color=y;let P=T.querySelector("svg");P&&P.setAttribute("stroke",y)}E&&(T.style.borderColor=E),T.setAttribute("aria-label","Stop voice recognition")},Co=()=>{var U,N,ae,be,we,We,Se,R;if(!T)return;hr();let l=(U=n.voiceRecognition)!=null?U:{},g=H.getVoiceInterruptionMode(),y=(N=l.processingIconName)!=null?N:"loader",E=(be=(ae=l.processingIconColor)!=null?ae:$e==null?void 0:$e.color)!=null?be:"",L=(We=(we=l.processingBackgroundColor)!=null?we:$e==null?void 0:$e.backgroundColor)!=null?We:"",W=(R=(Se=l.processingBorderColor)!=null?Se:$e==null?void 0:$e.borderColor)!=null?R:"";nr(),T.classList.add("persona-voice-processing"),T.style.backgroundColor=L,T.style.borderColor=W;let P=E||"currentColor";T.style.color=P,yr(y,P),T.setAttribute("aria-label","Processing voice input"),g==="none"&&(T.style.cursor="default")},wo=()=>{var ae,be,we,We,Se,R,He,Re,pe,De,lt,Je;if(!T)return;hr();let l=(ae=n.voiceRecognition)!=null?ae:{},g=H.getVoiceInterruptionMode(),y=g==="cancel"?"square":g==="barge-in"?"mic":"volume-2",E=(be=l.speakingIconName)!=null?be:y,L=(R=l.speakingIconColor)!=null?R:g==="barge-in"?(We=(we=l.recordingIconColor)!=null?we:$e==null?void 0:$e.color)!=null?We:"":(Se=$e==null?void 0:$e.color)!=null?Se:"",W=(pe=l.speakingBackgroundColor)!=null?pe:g==="barge-in"?(He=l.recordingBackgroundColor)!=null?He:"#ef4444":(Re=$e==null?void 0:$e.backgroundColor)!=null?Re:"",P=(Je=l.speakingBorderColor)!=null?Je:g==="barge-in"?(De=l.recordingBorderColor)!=null?De:"":(lt=$e==null?void 0:$e.borderColor)!=null?lt:"";nr(),T.classList.add("persona-voice-speaking"),T.style.backgroundColor=W,T.style.borderColor=P;let U=L||"currentColor";T.style.color=U,yr(E,U);let N=g==="cancel"?"Stop playback and re-record":g==="barge-in"?"Speak to interrupt":"Agent is speaking";T.setAttribute("aria-label",N),g==="none"&&(T.style.cursor="default"),g==="barge-in"&&T.classList.add("persona-voice-recording")},mn=()=>{var l,g,y;T&&(nr(),$e&&(T.style.backgroundColor=(l=$e.backgroundColor)!=null?l:"",T.style.color=(g=$e.color)!=null?g:"",T.style.borderColor=(y=$e.borderColor)!=null?y:"",yr($e.iconName,$e.color||"currentColor"),$e=null),T.style.cursor="",T.setAttribute("aria-label","Start voice recognition"))},rr=()=>{var l,g;if(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"){let y=H.getVoiceStatus(),E=H.getVoiceInterruptionMode();if(E==="none"&&(y==="processing"||y==="speaking"))return;if(E==="cancel"&&(y==="processing"||y==="speaking")){H.stopVoicePlayback();return}if(H.isBargeInActive()){H.stopVoicePlayback(),H.deactivateBargeIn().then(()=>{Ve.active=!1,Ve.manuallyDeactivated=!0,Qt(),cn("user"),mn()});return}H.toggleVoice().then(()=>{Ve.active=H.isVoiceActive(),Ve.manuallyDeactivated=!H.isVoiceActive(),Qt(),cn("user"),H.isVoiceActive()?_n():mn()});return}if(on){let y=Z.value.trim();Ve.manuallyDeactivated=!0,Qt(),gn("user"),y&&(Z.value="",Z.style.height="auto",H.sendMessage(y))}else Ve.manuallyDeactivated=!1,Qt(),tr("user")};Pe=rr,T&&(T.addEventListener("click",rr),Et.push(()=>{var l,g;((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?(H.isVoiceActive()&&H.toggleVoice(),mn()):gn("system"),T&&T.removeEventListener("click",rr)}));let Q=o.on("assistant:complete",()=>{$r&&(Ve.active||Ve.manuallyDeactivated||$r==="assistant"&&!Ve.lastUserMessageWasVoice||setTimeout(()=>{var l,g;!Ve.active&&!Ve.manuallyDeactivated&&(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?H.toggleVoice().then(()=>{Ve.active=H.isVoiceActive(),cn("auto"),H.isVoiceActive()&&_n()}):tr("auto"))},600))});Et.push(Q);let Ye=o.on("action:resubmit",()=>{setTimeout(()=>{H&&!H.isStreaming()&&H.continueConversation()},100)});Et.push(Ye);let st=()=>{bt(!k,"user")},_e=null,qe=null;if(b){let l=s.find(g=>g.renderLauncher);if(l!=null&&l.renderLauncher){let g=l.renderLauncher({config:n,defaultRenderer:()=>so(n,st).element,onToggle:st});g&&(qe=g)}qe||(_e=so(n,st))}_e?e.appendChild(_e.element):qe&&e.appendChild(qe),er(),On.render(n.suggestionChips,H,Z,void 0,n.suggestionChipsConfig),_r(),mr(H.isStreaming()),Zn(!0),fo(),M&&(b?k&&setTimeout(()=>fr(),200):setTimeout(()=>fr(),0));let Lt=()=>{var N,ae,be,we,We,Se,R,He,Re,pe,De,lt,Je;let l=zt(n),g=(ae=(N=n.launcher)==null?void 0:N.sidebarMode)!=null?ae:!1,y=l||g||((we=(be=n.launcher)==null?void 0:be.fullHeight)!=null?we:!1),E=(We=e.ownerDocument.defaultView)!=null?We:window,L=(R=(Se=n.launcher)==null?void 0:Se.mobileFullscreen)!=null?R:!0,W=(Re=(He=n.launcher)==null?void 0:He.mobileBreakpoint)!=null?Re:640,P=E.innerWidth<=W,U=L&&P&&b;try{if(U){Yn(),ir(e,n);return}if(O&&(O=!1,Yn(),ir(e,n)),!b&&!l){D.style.height="",D.style.width="";return}if(!g&&!l){let me=(De=(pe=n==null?void 0:n.launcher)==null?void 0:pe.width)!=null?De:n==null?void 0:n.launcherWidth,Bt=me!=null?me:"min(400px, calc(100vw - 24px))";D.style.width=Bt,D.style.maxWidth=Bt}if(Gn(),!y){let me=E.innerHeight,Bt=64,pt=(Je=(lt=n.launcher)==null?void 0:lt.heightOffset)!=null?Je:0,tn=Math.max(200,me-Bt),Jt=Math.min(640,tn),Xt=Math.max(200,Jt-pt);D.style.height=`${Xt}px`}}finally{er()}};Lt();let Tt=(ua=e.ownerDocument.defaultView)!=null?ua:window;Tt.addEventListener("resize",Lt),Et.push(()=>Tt.removeEventListener("resize",Lt)),Xn=z.scrollTop;let C=()=>{let l=z.scrollTop,g=z.scrollHeight,y=z.clientHeight,E=g-l-y,L=Math.abs(l-Xn);if(Xn=l,!ur&&!(L<=mo)){if(!Ln&&E<Or){Pn=!1,Ln=!0;return}Ln&&E>Or&&(Pn=!0,pr=Date.now()+go,Ln=!1)}};z.addEventListener("scroll",C,{passive:!0}),Et.push(()=>z.removeEventListener("scroll",C)),Et.push(()=>{In&&cancelAnimationFrame(In)});let Fe=()=>{K&&(Sn&&(K.removeEventListener("click",Sn),Sn=null),b?(K.style.display="",Sn=()=>{bt(!1,"user")},K.addEventListener("click",Sn)):K.style.display="none")};Fe(),(()=>{let{clearChatButton:l}=se;l&&l.addEventListener("click",()=>{H.clearMessages(),Fn.clear();try{localStorage.removeItem(Ir),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ir}`)}catch(y){console.error("[AgentWidget] Failed to clear default localStorage:",y)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Ir)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(y){console.error("[AgentWidget] Failed to clear custom localStorage:",y)}let g=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(g),a!=null&&a.clear)try{let y=a.clear();y instanceof Promise&&y.catch(E=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",E)})}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)}i={},A.syncFromMetadata(),q==null||q.clear(),G==null||G.update()})})(),Ue&&Ue.addEventListener("submit",jr),Z==null||Z.addEventListener("keydown",zr),Z==null||Z.addEventListener("paste",qr),Et.push(()=>{Ue&&Ue.removeEventListener("submit",jr),Z==null||Z.removeEventListener("keydown",zr),Z==null||Z.removeEventListener("paste",qr)}),Et.push(()=>{H.cancel()}),_e?Et.push(()=>{_e==null||_e.destroy()}):qe&&Et.push(()=>{qe==null||qe.remove()});let w={update(l){var xa,va,Ca,wa,Sa,Aa,Ea,Ta,Ma,ka,La,Ia,Pa,Wa,Ra,Ha,Ba,Da,Na,Oa,$a,Fa,_a,ja,za,qa,Ua,Va,Ja,Ka,Ga,Ya,Xa,Za,Qa,ei,ti,ni,ri,oi,si,ai,ii,li,ci,di,pi,ui,gi,mi,fi,hi,yi,bi,xi,vi,Ci,wi,Si,Ai,Ei,Ti,Mi,ki,Li,Ii,Pi,Wi,Ri,Hi,Bi,Di,Ni,Oi,$i,Fi,_i,ji,zi,qi,Ui,Vi,Ji,Ki,Gi,Yi,Xi,Zi,Qi,el,tl,nl,rl,ol,sl,al;let g=n.toolCall,y=n.messageActions,E=(xa=n.layout)==null?void 0:xa.messages,L=n.colorScheme,W=n.loadingIndicator,P=n.iterationDisplay;n={...n,...l},Yn(),ir(e,n),qo(e,n),Uo(e,n),Cn(),n.colorScheme!==L&&Br();let U=Vo.getForInstance(n.plugins);s.length=0,s.push(...U),b=(Ca=(va=n.launcher)==null?void 0:va.enabled)!=null?Ca:!0,x=(Sa=(wa=n.launcher)==null?void 0:wa.autoExpand)!=null?Sa:!1,ne=(Ea=(Aa=n.features)==null?void 0:Aa.showReasoning)!=null?Ea:!0,Te=(Ma=(Ta=n.features)==null?void 0:Ta.showToolCalls)!=null?Ma:!0;let N=le;if(le=(La=(ka=n.features)==null?void 0:ka.showEventStreamToggle)!=null?La:!1,le&&!N){if(q||(Y=new po(de),q=new co(ce,Y),Y.open().then(()=>q==null?void 0:q.restore()).catch(()=>{}),H.setSSEEventCallback((j,tt)=>{q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:j,timestamp:Date.now(),payload:JSON.stringify(tt)})})),!Oe&&Ze){let j=(Pa=(Ia=n.features)==null?void 0:Ia.eventStream)==null?void 0:Pa.classNames,tt="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-text-persona-muted hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(j!=null&&j.toggleButton?" "+j.toggleButton:"");Oe=h("button",tt),Oe.style.width="28px",Oe.style.height="28px",Oe.type="button",Oe.setAttribute("aria-label","Event Stream"),Oe.title="Event Stream";let xt=fe("activity","18px","currentColor",1.5);xt&&Oe.appendChild(xt);let je=se.clearChatButtonWrapper,at=se.closeButtonWrapper,Dt=je||at;Dt&&Dt.parentNode===Ze?Ze.insertBefore(Oe,Dt):Ze.appendChild(Oe),Oe.addEventListener("click",()=>{ve?At():ot()})}}else!le&&N&&(At(),Oe&&(Oe.remove(),Oe=null),q==null||q.clear(),Y==null||Y.destroy(),q=null,Y=null);if(((Wa=n.launcher)==null?void 0:Wa.enabled)===!1&&_e&&(_e.destroy(),_e=null),((Ra=n.launcher)==null?void 0:Ra.enabled)===!1&&qe&&(qe.remove(),qe=null),((Ha=n.launcher)==null?void 0:Ha.enabled)!==!1&&!_e&&!qe){let j=s.find(tt=>tt.renderLauncher);if(j!=null&&j.renderLauncher){let tt=j.renderLauncher({config:n,defaultRenderer:()=>so(n,st).element,onToggle:st});tt&&(qe=tt,e.appendChild(qe))}qe||(_e=so(n,st),e.appendChild(_e.element))}_e&&_e.update(n),ft&&((Ba=n.launcher)==null?void 0:Ba.title)!==void 0&&(ft.textContent=n.launcher.title),yt&&((Da=n.launcher)==null?void 0:Da.subtitle)!==void 0&&(yt.textContent=n.launcher.subtitle);let ae=(Na=n.layout)==null?void 0:Na.header;if((ae==null?void 0:ae.layout)!==I&&Ze){let j=ae?ao(n,ae,{showClose:b,onClose:()=>bt(!1,"user")}):qn({config:n,showClose:b,onClose:()=>bt(!1,"user")});Ze.replaceWith(j.header),Ze=j.header,Ie=j.iconHolder,ft=j.headerTitle,yt=j.headerSubtitle,K=j.closeButton,I=ae==null?void 0:ae.layout}else if(ae&&(Ie&&(Ie.style.display=ae.showIcon===!1?"none":""),ft&&(ft.style.display=ae.showTitle===!1?"none":""),yt&&(yt.style.display=ae.showSubtitle===!1?"none":""),K&&(K.style.display=ae.showCloseButton===!1?"none":""),se.clearChatButtonWrapper)){let j=ae.showClearChat;if(j!==void 0){se.clearChatButtonWrapper.style.display=j?"":"none";let{closeButtonWrapper:tt}=se;tt&&!tt.classList.contains("persona-absolute")&&(j?tt.classList.remove("persona-ml-auto"):tt.classList.add("persona-ml-auto"))}}let we=((Oa=n.layout)==null?void 0:Oa.showHeader)!==!1;Ze&&(Ze.style.display=we?"":"none");let We=(($a=n.layout)==null?void 0:$a.showFooter)!==!1;it&&(it.style.display=We?"":"none"),b!==S?b?bt(x,"auto"):(k=!0,er()):x!==F&&bt(x,"auto"),F=x,S=b,Lt(),Fe();let He=JSON.stringify(l.toolCall)!==JSON.stringify(g),Re=JSON.stringify(n.messageActions)!==JSON.stringify(y),pe=JSON.stringify((Fa=n.layout)==null?void 0:Fa.messages)!==JSON.stringify(E),De=((_a=n.loadingIndicator)==null?void 0:_a.render)!==(W==null?void 0:W.render)||((ja=n.loadingIndicator)==null?void 0:ja.renderIdle)!==(W==null?void 0:W.renderIdle)||((za=n.loadingIndicator)==null?void 0:za.showBubble)!==(W==null?void 0:W.showBubble),lt=n.iterationDisplay!==P;(He||Re||pe||De||lt)&&H&&(Dr++,Qn(oe,H.getMessages(),_));let me=(qa=n.launcher)!=null?qa:{},Bt=(Ua=me.headerIconHidden)!=null?Ua:!1,pt=(Ja=(Va=n.layout)==null?void 0:Va.header)==null?void 0:Ja.showIcon,tn=Bt||pt===!1,Jt=me.headerIconName,Xt=(Ka=me.headerIconSize)!=null?Ka:"48px";if(Ie){let j=te.querySelector(".persona-border-b-persona-divider"),tt=j==null?void 0:j.querySelector(".persona-flex-col");if(tn)Ie.style.display="none",j&&tt&&!j.contains(tt)&&j.insertBefore(tt,j.firstChild);else{if(Ie.style.display="",Ie.style.height=Xt,Ie.style.width=Xt,j&&tt&&(j.contains(Ie)?Ie.nextSibling!==tt&&(Ie.remove(),j.insertBefore(Ie,tt)):j.insertBefore(Ie,tt)),Jt){let je=parseFloat(Xt)||24,at=fe(Jt,je*.6,"#ffffff",2);at?Ie.replaceChildren(at):Ie.textContent=(Ga=me.agentIconText)!=null?Ga:"\u{1F4AC}"}else if(me.iconUrl){let je=Ie.querySelector("img");if(je)je.src=me.iconUrl,je.style.height=Xt,je.style.width=Xt;else{let at=document.createElement("img");at.src=me.iconUrl,at.alt="",at.className="persona-rounded-xl persona-object-cover",at.style.height=Xt,at.style.width=Xt,Ie.replaceChildren(at)}}else{let je=Ie.querySelector("svg"),at=Ie.querySelector("img");(je||at)&&Ie.replaceChildren(),Ie.textContent=(Ya=me.agentIconText)!=null?Ya:"\u{1F4AC}"}let xt=Ie.querySelector("img");xt&&(xt.style.height=Xt,xt.style.width=Xt)}}let $t=(Za=(Xa=n.layout)==null?void 0:Xa.header)==null?void 0:Za.showTitle,pn=(ei=(Qa=n.layout)==null?void 0:Qa.header)==null?void 0:ei.showSubtitle;if(ft&&(ft.style.display=$t===!1?"none":""),yt&&(yt.style.display=pn===!1?"none":""),K){((ni=(ti=n.layout)==null?void 0:ti.header)==null?void 0:ni.showCloseButton)===!1?K.style.display="none":K.style.display="";let tt=(ri=me.closeButtonSize)!=null?ri:"32px",xt=(oi=me.closeButtonPlacement)!=null?oi:"inline";K.style.height=tt,K.style.width=tt;let{closeButtonWrapper:je}=se,at=xt==="top-right",Dt=je==null?void 0:je.classList.contains("persona-absolute");if(je&&at!==Dt)if(je.remove(),at)je.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",te.style.position="relative",te.appendChild(je);else{let nt=(ai=(si=me.clearChat)==null?void 0:si.placement)!=null?ai:"inline",_t=(li=(ii=me.clearChat)==null?void 0:ii.enabled)!=null?li:!0;je.className=_t&&nt==="inline"?"":"persona-ml-auto";let nn=te.querySelector(".persona-border-b-persona-divider");nn&&nn.appendChild(je)}if(K.style.color=me.closeButtonColor||bn.actionIconColor,me.closeButtonBackgroundColor?(K.style.backgroundColor=me.closeButtonBackgroundColor,K.classList.remove("hover:persona-bg-gray-100")):(K.style.backgroundColor="",K.classList.add("hover:persona-bg-gray-100")),me.closeButtonBorderWidth||me.closeButtonBorderColor){let nt=me.closeButtonBorderWidth||"0px",_t=me.closeButtonBorderColor||"transparent";K.style.border=`${nt} solid ${_t}`,K.classList.remove("persona-border-none")}else K.style.border="",K.classList.add("persona-border-none");me.closeButtonBorderRadius?(K.style.borderRadius=me.closeButtonBorderRadius,K.classList.remove("persona-rounded-full")):(K.style.borderRadius="",K.classList.add("persona-rounded-full")),me.closeButtonPaddingX?(K.style.paddingLeft=me.closeButtonPaddingX,K.style.paddingRight=me.closeButtonPaddingX):(K.style.paddingLeft="",K.style.paddingRight=""),me.closeButtonPaddingY?(K.style.paddingTop=me.closeButtonPaddingY,K.style.paddingBottom=me.closeButtonPaddingY):(K.style.paddingTop="",K.style.paddingBottom="");let jt=(ci=me.closeButtonIconName)!=null?ci:"x",fn=(di=me.closeButtonIconText)!=null?di:"\xD7";K.innerHTML="";let Zt=fe(jt,"20px","currentColor",2);Zt?K.appendChild(Zt):K.textContent=fn;let kt=(pi=me.closeButtonTooltipText)!=null?pi:"Close chat",sn=(ui=me.closeButtonShowTooltip)!=null?ui:!0;if(K.setAttribute("aria-label",kt),je&&(je._cleanupTooltip&&(je._cleanupTooltip(),delete je._cleanupTooltip),sn&&kt)){let nt=null,_t=()=>{if(nt||!K)return;let or=K.ownerDocument,Kr=or.body;if(!Kr)return;nt=En(or,"div","persona-clear-chat-tooltip"),nt.textContent=kt;let Gr=En(or,"div");Gr.className="persona-clear-chat-tooltip-arrow",nt.appendChild(Gr);let sr=K.getBoundingClientRect();nt.style.position="fixed",nt.style.left=`${sr.left+sr.width/2}px`,nt.style.top=`${sr.top-8}px`,nt.style.transform="translate(-50%, -100%)",Kr.appendChild(nt)},nn=()=>{nt&&nt.parentNode&&(nt.parentNode.removeChild(nt),nt=null)};je.addEventListener("mouseenter",_t),je.addEventListener("mouseleave",nn),K.addEventListener("focus",_t),K.addEventListener("blur",nn),je._cleanupTooltip=()=>{nn(),je&&(je.removeEventListener("mouseenter",_t),je.removeEventListener("mouseleave",nn)),K&&(K.removeEventListener("focus",_t),K.removeEventListener("blur",nn))}}}let{clearChatButton:Ge,clearChatButtonWrapper:wt}=se;if(Ge){let j=(gi=me.clearChat)!=null?gi:{},tt=(mi=j.enabled)!=null?mi:!0,xt=(hi=(fi=n.layout)==null?void 0:fi.header)==null?void 0:hi.showClearChat,je=xt!==void 0?xt:tt,at=(yi=j.placement)!=null?yi:"inline";if(wt){wt.style.display=je?"":"none";let{closeButtonWrapper:Dt}=se;Dt&&!Dt.classList.contains("persona-absolute")&&(je?Dt.classList.remove("persona-ml-auto"):Dt.classList.add("persona-ml-auto"));let jt=at==="top-right",fn=wt.classList.contains("persona-absolute");if(jt!==fn&&je){if(wt.remove(),jt)wt.className="persona-absolute persona-top-4 persona-z-50",wt.style.right="48px",te.style.position="relative",te.appendChild(wt);else{wt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",wt.style.right="";let kt=te.querySelector(".persona-border-b-persona-divider"),sn=se.closeButtonWrapper;kt&&sn&&sn.parentElement===kt?kt.insertBefore(wt,sn):kt&&kt.appendChild(wt)}let Zt=se.closeButtonWrapper;Zt&&!Zt.classList.contains("persona-absolute")&&(jt?Zt.classList.add("persona-ml-auto"):Zt.classList.remove("persona-ml-auto"))}}if(je){let Dt=(bi=j.size)!=null?bi:"32px";Ge.style.height=Dt,Ge.style.width=Dt;let jt=(xi=j.iconName)!=null?xi:"refresh-cw",fn=(vi=j.iconColor)!=null?vi:"";Ge.style.color=fn||bn.actionIconColor,Ge.innerHTML="";let Zt=fe(jt,"20px","currentColor",2);if(Zt&&Ge.appendChild(Zt),j.backgroundColor?(Ge.style.backgroundColor=j.backgroundColor,Ge.classList.remove("hover:persona-bg-gray-100")):(Ge.style.backgroundColor="",Ge.classList.add("hover:persona-bg-gray-100")),j.borderWidth||j.borderColor){let nt=j.borderWidth||"0px",_t=j.borderColor||"transparent";Ge.style.border=`${nt} solid ${_t}`,Ge.classList.remove("persona-border-none")}else Ge.style.border="",Ge.classList.add("persona-border-none");j.borderRadius?(Ge.style.borderRadius=j.borderRadius,Ge.classList.remove("persona-rounded-full")):(Ge.style.borderRadius="",Ge.classList.add("persona-rounded-full")),j.paddingX?(Ge.style.paddingLeft=j.paddingX,Ge.style.paddingRight=j.paddingX):(Ge.style.paddingLeft="",Ge.style.paddingRight=""),j.paddingY?(Ge.style.paddingTop=j.paddingY,Ge.style.paddingBottom=j.paddingY):(Ge.style.paddingTop="",Ge.style.paddingBottom="");let kt=(Ci=j.tooltipText)!=null?Ci:"Clear chat",sn=(wi=j.showTooltip)!=null?wi:!0;if(Ge.setAttribute("aria-label",kt),wt&&(wt._cleanupTooltip&&(wt._cleanupTooltip(),delete wt._cleanupTooltip),sn&&kt)){let nt=null,_t=()=>{if(nt||!Ge)return;let or=Ge.ownerDocument,Kr=or.body;if(!Kr)return;nt=En(or,"div","persona-clear-chat-tooltip"),nt.textContent=kt;let Gr=En(or,"div");Gr.className="persona-clear-chat-tooltip-arrow",nt.appendChild(Gr);let sr=Ge.getBoundingClientRect();nt.style.position="fixed",nt.style.left=`${sr.left+sr.width/2}px`,nt.style.top=`${sr.top-8}px`,nt.style.transform="translate(-50%, -100%)",Kr.appendChild(nt)},nn=()=>{nt&&nt.parentNode&&(nt.parentNode.removeChild(nt),nt=null)};wt.addEventListener("mouseenter",_t),wt.addEventListener("mouseleave",nn),Ge.addEventListener("focus",_t),Ge.addEventListener("blur",nn),wt._cleanupTooltip=()=>{nn(),wt&&(wt.removeEventListener("mouseenter",_t),wt.removeEventListener("mouseleave",nn)),Ge&&(Ge.removeEventListener("focus",_t),Ge.removeEventListener("blur",nn))}}}}let So=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Jo],Ao=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Lr.message,Lr.messageAndClick];A=Ko({parsers:So,handlers:Ao,getSessionMetadata:d,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),_=ac(n,A,ie),H.updateConfig(n),Qn(oe,H.getMessages(),_),On.render(n.suggestionChips,H,Z,void 0,n.suggestionChipsConfig),_r(),mr(H.isStreaming());let Eo=((Si=n.voiceRecognition)==null?void 0:Si.enabled)===!0,To=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Mo=((Ei=(Ai=n.voiceRecognition)==null?void 0:Ai.provider)==null?void 0:Ei.type)==="runtype";if(Eo&&(To||Mo))if(!T||!Ae){let j=vo(n.voiceRecognition,n.sendButton);j&&(T=j.micButton,Ae=j.micButtonWrapper,ue.insertBefore(Ae,ze),T.addEventListener("click",rr),T.disabled=H.isStreaming())}else{let j=(Ti=n.voiceRecognition)!=null?Ti:{},tt=(Mi=n.sendButton)!=null?Mi:{},xt=(ki=j.iconName)!=null?ki:"mic",je=(Li=tt.size)!=null?Li:"40px",at=(Ii=j.iconSize)!=null?Ii:je,Dt=parseFloat(at)||24;T.style.width=at,T.style.height=at,T.style.minWidth=at,T.style.minHeight=at;let jt=(Wi=(Pi=j.iconColor)!=null?Pi:tt.textColor)!=null?Wi:"currentColor";T.innerHTML="";let fn=fe(xt,Dt,jt,2);fn?T.appendChild(fn):T.textContent="\u{1F3A4}";let Zt=(Ri=j.backgroundColor)!=null?Ri:tt.backgroundColor;Zt?(T.style.backgroundColor=Zt,T.classList.remove("persona-bg-persona-primary")):(T.style.backgroundColor="",T.classList.add("persona-bg-persona-primary")),jt?(T.style.color=jt,T.classList.remove("persona-text-white")):!jt&&!tt.textColor&&(T.style.color="",T.classList.add("persona-text-white")),j.borderWidth?(T.style.borderWidth=j.borderWidth,T.style.borderStyle="solid"):(T.style.borderWidth="",T.style.borderStyle=""),j.borderColor?T.style.borderColor=j.borderColor:T.style.borderColor="",j.paddingX?(T.style.paddingLeft=j.paddingX,T.style.paddingRight=j.paddingX):(T.style.paddingLeft="",T.style.paddingRight=""),j.paddingY?(T.style.paddingTop=j.paddingY,T.style.paddingBottom=j.paddingY):(T.style.paddingTop="",T.style.paddingBottom="");let kt=Ae==null?void 0:Ae.querySelector(".persona-send-button-tooltip"),sn=(Hi=j.tooltipText)!=null?Hi:"Start voice recognition";if(((Bi=j.showTooltip)!=null?Bi:!1)&&sn)if(kt)kt.textContent=sn,kt.style.display="";else{let _t=document.createElement("div");_t.className="persona-send-button-tooltip",_t.textContent=sn,Ae==null||Ae.insertBefore(_t,T)}else kt&&(kt.style.display="none");Ae.style.display="",T.disabled=H.isStreaming()}else T&&Ae&&(Ae.style.display="none",((Ni=(Di=n.voiceRecognition)==null?void 0:Di.provider)==null?void 0:Ni.type)==="runtype"?H.isVoiceActive()&&H.toggleVoice():on&&gn());if(((Oi=n.attachments)==null?void 0:Oi.enabled)===!0)if(!ye||!re){let j=($i=n.attachments)!=null?$i:{},xt=(_i=((Fi=n.sendButton)!=null?Fi:{}).size)!=null?_i:"40px";Qe||(Qe=h("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Qe.style.display="none",Ue.insertBefore(Qe,Z)),Ce||(Ce=document.createElement("input"),Ce.type="file",Ce.accept=((ji=j.allowedTypes)!=null?ji:Hn).join(","),Ce.multiple=((zi=j.maxFiles)!=null?zi:4)>1,Ce.style.display="none",Ce.setAttribute("aria-label","Attach files"),Ue.insertBefore(Ce,Z)),ye=h("div","persona-send-button-wrapper"),re=h("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),re.type="button",re.setAttribute("aria-label",(qi=j.buttonTooltipText)!=null?qi:"Attach file");let je=(Ui=j.buttonIconName)!=null?Ui:"paperclip",at=xt,Dt=parseFloat(at)||40,jt=Math.round(Dt*.6);re.style.width=at,re.style.height=at,re.style.minWidth=at,re.style.minHeight=at,re.style.fontSize="18px",re.style.lineHeight="1",re.style.backgroundColor="transparent",re.style.color="var(--persona-primary, #111827)",re.style.border="none",re.style.borderRadius="6px",re.style.transition="background-color 0.15s ease",re.addEventListener("mouseenter",()=>{re.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),re.addEventListener("mouseleave",()=>{re.style.backgroundColor="transparent"});let fn=fe(je,jt,"currentColor",1.5);fn?re.appendChild(fn):re.textContent="\u{1F4CE}",re.addEventListener("click",sn=>{sn.preventDefault(),Ce==null||Ce.click()}),ye.appendChild(re);let Zt=(Vi=j.buttonTooltipText)!=null?Vi:"Attach file",kt=h("div","persona-send-button-tooltip");kt.textContent=Zt,ye.appendChild(kt),Vt.append(ye),!he&&Ce&&Qe&&(he=Sr.fromConfig(j),he.setPreviewsContainer(Qe),Ce.addEventListener("change",async()=>{he&&(Ce!=null&&Ce.files)&&(await he.handleFileSelect(Ce.files),Ce.value="")}))}else{ye.style.display="";let j=(Ji=n.attachments)!=null?Ji:{};Ce&&(Ce.accept=((Ki=j.allowedTypes)!=null?Ki:Hn).join(","),Ce.multiple=((Gi=j.maxFiles)!=null?Gi:4)>1),he&&he.updateConfig({allowedTypes:j.allowedTypes,maxFileSize:j.maxFileSize,maxFiles:j.maxFiles})}else ye&&(ye.style.display="none"),he&&he.clearAttachments();let Pt=(Yi=n.sendButton)!=null?Yi:{},ko=(Xi=Pt.useIcon)!=null?Xi:!1,Vr=(Zi=Pt.iconText)!=null?Zi:"\u2191",Jr=Pt.iconName,br=(Qi=Pt.tooltipText)!=null?Qi:"Send message",Lo=(el=Pt.showTooltip)!=null?el:!1,jn=(tl=Pt.size)!=null?tl:"40px",Kt=Pt.backgroundColor,Ft=Pt.textColor;if(ko){if(J.style.width=jn,J.style.height=jn,J.style.minWidth=jn,J.style.minHeight=jn,J.style.fontSize="18px",J.style.lineHeight="1",J.innerHTML="",Jr){let j=parseFloat(jn)||24,tt=Ft&&typeof Ft=="string"&&Ft.trim()?Ft.trim():"currentColor",xt=fe(Jr,j,tt,2);xt?(J.appendChild(xt),J.style.color=tt):(J.textContent=Vr,Ft?J.style.color=Ft:J.classList.add("persona-text-white"))}else J.textContent=Vr,Ft?J.style.color=Ft:J.classList.add("persona-text-white");J.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",Kt?(J.style.backgroundColor=Kt,J.classList.remove("persona-bg-persona-primary")):J.classList.add("persona-bg-persona-primary")}else J.textContent=(rl=(nl=n.copy)==null?void 0:nl.sendButtonLabel)!=null?rl:"Send",J.style.width="",J.style.height="",J.style.minWidth="",J.style.minHeight="",J.style.fontSize="",J.style.lineHeight="",J.className="persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-50 persona-cursor-pointer",Kt?(J.style.backgroundColor=Kt,J.classList.remove("persona-bg-persona-accent")):J.classList.add("persona-bg-persona-accent"),Ft?J.style.color=Ft:J.classList.add("persona-text-white");Pt.borderWidth?(J.style.borderWidth=Pt.borderWidth,J.style.borderStyle="solid"):(J.style.borderWidth="",J.style.borderStyle=""),Pt.borderColor?J.style.borderColor=Pt.borderColor:J.style.borderColor="",Pt.paddingX?(J.style.paddingLeft=Pt.paddingX,J.style.paddingRight=Pt.paddingX):(J.style.paddingLeft="",J.style.paddingRight=""),Pt.paddingY?(J.style.paddingTop=Pt.paddingY,J.style.paddingBottom=Pt.paddingY):(J.style.paddingTop="",J.style.paddingBottom="");let An=ze==null?void 0:ze.querySelector(".persona-send-button-tooltip");if(Lo&&br)if(An)An.textContent=br,An.style.display="";else{let j=document.createElement("div");j.className="persona-send-button-tooltip",j.textContent=br,ze==null||ze.insertBefore(j,J)}else An&&(An.style.display="none");let as=(ol=n.layout)==null?void 0:ol.contentMaxWidth;as?(oe.style.maxWidth=as,oe.style.marginLeft="auto",oe.style.marginRight="auto",oe.style.width="100%",Ue&&(Ue.style.maxWidth=as,Ue.style.marginLeft="auto",Ue.style.marginRight="auto")):(oe.style.maxWidth="",oe.style.marginLeft="",oe.style.marginRight="",oe.style.width="",Ue&&(Ue.style.maxWidth="",Ue.style.marginLeft="",Ue.style.marginRight=""));let zn=(sl=n.statusIndicator)!=null?sl:{},_c=(al=zn.visible)!=null?al:!0;if(St.style.display=_c?"":"none",H){let j=H.getStatus();rt(St,(xt=>{var je,at,Dt,jt;return xt==="idle"?(je=zn.idleText)!=null?je:Gt.idle:xt==="connecting"?(at=zn.connectingText)!=null?at:Gt.connecting:xt==="connected"?(Dt=zn.connectedText)!=null?Dt:Gt.connected:xt==="error"?(jt=zn.errorText)!=null?jt:Gt.error:Gt[xt]})(j),zn,j)}St.classList.remove("persona-text-left","persona-text-center","persona-text-right");let jc=zn.align==="left"?"persona-text-left":zn.align==="center"?"persona-text-center":"persona-text-right";St.classList.add(jc)},open(){b&&bt(!0,"api")},close(){b&&bt(!1,"api")},toggle(){b&&bt(!k,"api")},clearChat(){rn=!1,H.clearMessages(),Fn.clear();try{localStorage.removeItem(Ir),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ir}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Ir)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(g){console.error("[AgentWidget] Failed to clear custom localStorage:",g)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),a!=null&&a.clear)try{let g=a.clear();g instanceof Promise&&g.catch(y=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)})}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",g)}i={},A.syncFromMetadata(),q==null||q.clear(),G==null||G.update()},setMessage(l){return!Z||H.isStreaming()?!1:(!k&&b&&bt(!0,"system"),Z.value=l,Z.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if(H.isStreaming())return!1;let g=(l==null?void 0:l.trim())||Z.value.trim();return g?(!k&&b&&bt(!0,"system"),Z.value="",Z.style.height="auto",H.sendMessage(g),!0):!1},startVoiceRecognition(){var g,y;return H.isStreaming()?!1:((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype"?(H.isVoiceActive()||(!k&&b&&bt(!0,"system"),Ve.manuallyDeactivated=!1,Qt(),H.toggleVoice().then(()=>{Ve.active=H.isVoiceActive(),cn("user"),H.isVoiceActive()&&_n()})),!0):on?!0:Ur()?(!k&&b&&bt(!0,"system"),Ve.manuallyDeactivated=!1,Qt(),tr("user"),!0):!1},stopVoiceRecognition(){var l,g;return((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?H.isVoiceActive()?(H.toggleVoice().then(()=>{Ve.active=!1,Ve.manuallyDeactivated=!0,Qt(),cn("user"),mn()}),!0):!1:on?(Ve.manuallyDeactivated=!0,Qt(),gn("user"),!0):!1},injectMessage(l){return!k&&b&&bt(!0,"system"),H.injectMessage(l)},injectAssistantMessage(l){!k&&b&&bt(!0,"system");let g=H.injectAssistantMessage(l);return V&&(V=!1,ge&&(clearTimeout(ge),ge=null),setTimeout(()=>{H&&!H.isStreaming()&&H.continueConversation()},100)),g},injectUserMessage(l){return!k&&b&&bt(!0,"system"),H.injectUserMessage(l)},injectSystemMessage(l){return!k&&b&&bt(!0,"system"),H.injectSystemMessage(l)},injectMessageBatch(l){return!k&&b&&bt(!0,"system"),H.injectMessageBatch(l)},injectTestMessage(l){!k&&b&&bt(!0,"system"),H.injectTestEvent(l)},async connectStream(l,g){return H.connectStream(l,g)},__pushEventStreamEvent(l){q&&q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)})},showEventStream(){!le||!q||ot()},hideEventStream(){ve&&At()},isEventStreamVisible(){return ve},showArtifacts(){un(n)&&(rn=!1,Cn(),et==null||et.setMobileOpen(!0))},hideArtifacts(){un(n)&&(rn=!0,Cn())},upsertArtifact(l){return un(n)?(rn=!1,H.upsertArtifact(l)):null},selectArtifact(l){un(n)&&H.selectArtifact(l)},clearArtifacts(){un(n)&&H.clearArtifacts()},focusInput(){return b&&!k||!Z?!1:(Z.focus(),!0)},async resolveApproval(l,g){let E=H.getMessages().find(L=>{var W;return L.variant==="approval"&&((W=L.approval)==null?void 0:W.id)===l});if(!(E!=null&&E.approval))throw new Error(`Approval not found: ${l}`);return H.resolveApproval(E.approval,g)},getMessages(){return H.getMessages()},getStatus(){return H.getStatus()},getPersistentMetadata(){return{...i}},updatePersistentMetadata(l){f(l)},on(l,g){return o.on(l,g)},off(l,g){o.off(l,g)},isOpen(){return b&&k},isVoiceActive(){return Ve.active},getState(){return{open:b&&k,launcherEnabled:b,voiceActive:Ve.active,streaming:H.isStreaming()}},showCSATFeedback(l){!k&&b&&bt(!0,"system");let g=oe.querySelector(".persona-feedback-container");g&&g.remove();let y=Hs({onSubmit:async(E,L)=>{var W;H.isClientTokenMode()&&await H.submitCSATFeedback(E,L),(W=l==null?void 0:l.onSubmit)==null||W.call(l,E,L)},onDismiss:l==null?void 0:l.onDismiss,...l});oe.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!k&&b&&bt(!0,"system");let g=oe.querySelector(".persona-feedback-container");g&&g.remove();let y=Bs({onSubmit:async(E,L)=>{var W;H.isClientTokenMode()&&await H.submitNPSFeedback(E,L),(W=l==null?void 0:l.onSubmit)==null||W.call(l,E,L)},onDismiss:l==null?void 0:l.onDismiss,...l});oe.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,g){return H.submitCSATFeedback(l,g)},async submitNPSFeedback(l,g){return H.submitNPSFeedback(l,g)},destroy(){Et.forEach(l=>l()),Me.remove(),_e==null||_e.destroy(),qe==null||qe.remove(),Sn&&K.removeEventListener("click",Sn)}};if((((ga=t==null?void 0:t.debugTools)!=null?ga:!1)||!!n.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,g={controller:w,getMessages:w.getMessages,getStatus:w.getStatus,getMetadata:w.getPersistentMetadata,updateMetadata:w.updatePersistentMetadata,clearHistory:()=>w.clearChat(),setVoiceActive:y=>y?w.startVoiceRecognition():w.stopVoiceRecognition()};window.AgentWidgetBrowser=g,Et.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=l)})}if(typeof window!="undefined"){let l=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),g=U=>{let N=U.detail;(!(N!=null&&N.instanceId)||N.instanceId===l)&&w.focusInput()};if(window.addEventListener("persona:focusInput",g),Et.push(()=>{window.removeEventListener("persona:focusInput",g)}),le){let U=ae=>{let be=ae.detail;(!(be!=null&&be.instanceId)||be.instanceId===l)&&w.showEventStream()},N=ae=>{let be=ae.detail;(!(be!=null&&be.instanceId)||be.instanceId===l)&&w.hideEventStream()};window.addEventListener("persona:showEventStream",U),window.addEventListener("persona:hideEventStream",N),Et.push(()=>{window.removeEventListener("persona:showEventStream",U),window.removeEventListener("persona:hideEventStream",N)})}let y=U=>{let N=U.detail;(!(N!=null&&N.instanceId)||N.instanceId===l)&&w.showArtifacts()},E=U=>{let N=U.detail;(!(N!=null&&N.instanceId)||N.instanceId===l)&&w.hideArtifacts()},L=U=>{let N=U.detail;N!=null&&N.instanceId&&N.instanceId!==l||N!=null&&N.artifact&&w.upsertArtifact(N.artifact)},W=U=>{let N=U.detail;N!=null&&N.instanceId&&N.instanceId!==l||typeof(N==null?void 0:N.id)=="string"&&w.selectArtifact(N.id)},P=U=>{let N=U.detail;(!(N!=null&&N.instanceId)||N.instanceId===l)&&w.clearArtifacts()};window.addEventListener("persona:showArtifacts",y),window.addEventListener("persona:hideArtifacts",E),window.addEventListener("persona:upsertArtifact",L),window.addEventListener("persona:selectArtifact",W),window.addEventListener("persona:clearArtifacts",P),Et.push(()=>{window.removeEventListener("persona:showArtifacts",y),window.removeEventListener("persona:hideArtifacts",E),window.removeEventListener("persona:upsertArtifact",L),window.removeEventListener("persona:selectArtifact",W),window.removeEventListener("persona:clearArtifacts",P)})}let ee=gp(n.persistState);if(ee&&b){let l=mp(ee.storage),g=`${ee.keyPrefix}widget-open`,y=`${ee.keyPrefix}widget-voice`,E=`${ee.keyPrefix}widget-voice-mode`;if(l){let L=((ma=ee.persist)==null?void 0:ma.openState)&&l.getItem(g)==="true",W=((fa=ee.persist)==null?void 0:fa.voiceState)&&l.getItem(y)==="true",P=((ha=ee.persist)==null?void 0:ha.voiceState)&&l.getItem(E)==="true";if(L&&setTimeout(()=>{w.open(),setTimeout(()=>{var U;if(W||P)w.startVoiceRecognition();else if((U=ee.persist)!=null&&U.focusInput){let N=e.querySelector("textarea");N&&N.focus()}},100)},0),(ya=ee.persist)!=null&&ya.openState&&(o.on("widget:opened",()=>{l.setItem(g,"true")}),o.on("widget:closed",()=>{l.setItem(g,"false")})),(ba=ee.persist)!=null&&ba.voiceState&&(o.on("voice:state",U=>{l.setItem(y,U.active?"true":"false")}),o.on("user:message",U=>{l.setItem(E,U.viaVoice?"true":"false")})),ee.clearOnChatClear){let U=()=>{l.removeItem(g),l.removeItem(y),l.removeItem(E)},N=()=>U();window.addEventListener("persona:clear-chat",N),Et.push(()=>{window.removeEventListener("persona:clear-chat",N)})}}}return c&&b&&setTimeout(()=>{w.open()},0),w};var fp=(e,r)=>{let t=e.trim(),n=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(n)return Math.max(0,parseFloat(n[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(t);return s?Math.max(0,r*parseFloat(s[1])/100):420},ic=(e,r)=>{var n,s;let t=(s=(n=r==null?void 0:r.launcher)==null?void 0:n.enabled)!=null?s:!0;e.className="persona-host",e.style.height=t?"":"100%",e.style.display=t?"":"flex",e.style.flexDirection=t?"":"column",e.style.flex=t?"":"1 1 auto",e.style.minHeight=t?"":"0"},_s=e=>{e.style.position="",e.style.top="",e.style.bottom="",e.style.left="",e.style.right="",e.style.zIndex="",e.style.transform="",e.style.pointerEvents=""},lc=e=>{e.style.inset="",e.style.width="",e.style.height="",e.style.maxWidth="",e.style.minWidth="",_s(e)},Os=e=>{e.style.transition=""},$s=e=>{e.style.display="",e.style.flexDirection="",e.style.flex="",e.style.minHeight="",e.style.minWidth="",e.style.width="",e.style.height="",e.style.alignItems="",e.style.transition="",e.style.transform=""},Fs=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},Go=(e,r)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",r.style.alignItems=""},hp=(e,r,t,n,s)=>{s?t.parentElement!==r&&(e.replaceChildren(),r.replaceChildren(t,n),e.appendChild(r)):t.parentElement===r&&(r.replaceChildren(),e.appendChild(t),e.appendChild(n))},yp=(e,r,t,n,s,o)=>{let a=o?r:e;s==="left"?a.firstElementChild!==n&&a.replaceChildren(n,t):a.lastElementChild!==n&&a.replaceChildren(t,n)},cc=(e,r,t,n,s,o,a)=>{var v,A,b,x,M,F;let i=hn(o),p=i.reveal==="push";hp(e,r,t,n,p),yp(e,r,t,n,i.side,p),e.dataset.personaHostLayout="docked",e.dataset.personaDockSide=i.side,e.dataset.personaDockOpen=a?"true":"false",e.style.width="100%",e.style.maxWidth="100%",e.style.minWidth="0",e.style.height="100%",e.style.minHeight="0",e.style.position="relative",t.style.display="flex",t.style.flexDirection="column",t.style.minHeight="0",t.style.position="relative",s.className="persona-host",s.style.height="100%",s.style.minHeight="0",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1 1 auto";let c=e.ownerDocument.defaultView,u=(A=(v=o==null?void 0:o.launcher)==null?void 0:v.mobileFullscreen)!=null?A:!0,d=(x=(b=o==null?void 0:o.launcher)==null?void 0:b.mobileBreakpoint)!=null?x:640,f=c!=null?c.innerWidth<=d:!1;if(u&&f&&a){e.dataset.personaDockMobileFullscreen="true",e.removeAttribute("data-persona-dock-reveal"),$s(r),Os(n),lc(n),Fs(t),Go(s,n),e.style.display="flex",e.style.flexDirection="column",e.style.alignItems="stretch",e.style.overflow="hidden",t.style.flex="1 1 auto",t.style.width="100%",t.style.minWidth="0",n.style.display="flex",n.style.flexDirection="column",n.style.position="fixed",n.style.inset="0",n.style.width="100%",n.style.height="100%",n.style.maxWidth="100%",n.style.minWidth="0",n.style.minHeight="0",n.style.overflow="hidden",n.style.zIndex=String((F=(M=o==null?void 0:o.launcher)==null?void 0:M.zIndex)!=null?F:9999),n.style.transform="none",n.style.transition="none",n.style.pointerEvents="auto",n.style.flex="none",p&&(r.style.display="flex",r.style.flexDirection="column",r.style.width="100%",r.style.height="100%",r.style.minHeight="0",r.style.minWidth="0",r.style.flex="1 1 auto",r.style.alignItems="stretch",r.style.transform="none",r.style.transition="none",t.style.flex="1 1 auto",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0");return}if(e.removeAttribute("data-persona-dock-mobile-fullscreen"),lc(n),i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",$s(r),Os(n),Fs(t),Go(s,n);let S=i.animate?"transform 180ms ease":"none",I=i.side==="right"?"translateX(100%)":"translateX(-100%)",O=a?"translateX(0)":I;n.style.display="flex",n.style.flexDirection="column",n.style.flex="none",n.style.position="absolute",n.style.top="0",n.style.bottom="0",n.style.width=i.width,n.style.maxWidth=i.width,n.style.minWidth=i.width,n.style.minHeight="0",n.style.overflow="hidden",n.style.transition=S,n.style.transform=O,n.style.pointerEvents=a?"auto":"none",n.style.zIndex="2",i.side==="right"?(n.style.right="0",n.style.left=""):(n.style.left="0",n.style.right="")}else if(i.reveal==="push"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="push",Os(n),_s(n),Go(s,n);let S=fp(i.width,e.clientWidth),I=Math.max(0,e.clientWidth),O=i.animate?"transform 180ms ease":"none",k=i.side==="right"?a?`translateX(-${S}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${S}px)`;r.style.display="flex",r.style.flexDirection="row",r.style.flex="0 0 auto",r.style.minHeight="0",r.style.minWidth="0",r.style.alignItems="stretch",r.style.height="100%",r.style.width=`${I+S}px`,r.style.transition=O,r.style.transform=k,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${I}px`,t.style.maxWidth=`${I}px`,t.style.minWidth=`${I}px`,n.style.display="flex",n.style.flexDirection="column",n.style.flex="0 0 auto",n.style.flexShrink="0",n.style.width=i.width,n.style.minWidth=i.width,n.style.maxWidth=i.width,n.style.position="relative",n.style.overflow="hidden",n.style.transition="none",n.style.pointerEvents=a?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",$s(r),_s(n),Fs(t),Go(s,n);let S=i.reveal==="emerge";S?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let I=a?i.width:"0px",O=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",k=!a;n.style.display="flex",n.style.flexDirection="column",n.style.flex=`0 0 ${I}`,n.style.width=I,n.style.maxWidth=I,n.style.minWidth=I,n.style.minHeight="0",n.style.position="relative",n.style.overflow=S||k?"hidden":"visible",n.style.transition=O,S&&(n.style.alignItems=i.side==="right"?"flex-start":"flex-end",s.style.width=i.width,s.style.minWidth=i.width,s.style.maxWidth=i.width,s.style.boxSizing="border-box")}},bp=(e,r)=>{let t=e.ownerDocument.createElement("div");return ic(t,r),e.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(n){ic(t,n)},destroy(){t.remove()}}},xp=(e,r)=>{var M,F,S,I;let{ownerDocument:t}=e,n=e.parentElement;if(!n)throw new Error("Docked widget target must be attached to the DOM");let s=e.tagName.toUpperCase();if(s==="BODY"||s==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let o=e.nextSibling,a=t.createElement("div"),i=t.createElement("div"),p=t.createElement("div"),c=t.createElement("aside"),u=t.createElement("div"),d=(F=(M=r==null?void 0:r.launcher)==null?void 0:M.enabled)==null||F?(I=(S=r==null?void 0:r.launcher)==null?void 0:S.autoExpand)!=null?I:!1:!0;i.dataset.personaDockRole="push-track",p.dataset.personaDockRole="content",c.dataset.personaDockRole="panel",u.dataset.personaDockRole="host",c.appendChild(u),n.insertBefore(a,e),p.appendChild(e);let f=null,m=()=>{f==null||f.disconnect(),f=null},v=()=>{m(),hn(r).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{cc(a,i,p,c,u,r,d)}),f.observe(a))},A=()=>{cc(a,i,p,c,u,r,d),v()},b=a.ownerDocument.defaultView,x=()=>{A()};return b==null||b.addEventListener("resize",x),hn(r).reveal==="push"?(i.appendChild(p),i.appendChild(c),a.appendChild(i)):(a.appendChild(p),a.appendChild(c)),A(),{mode:"docked",host:u,shell:a,syncWidgetState(O){let k=O.launcherEnabled?O.open:!0;d!==k&&(d=k,A())},updateConfig(O){var k,V;r=O,((V=(k=r==null?void 0:r.launcher)==null?void 0:k.enabled)!=null?V:!0)===!1&&(d=!0),A()},destroy(){b==null||b.removeEventListener("resize",x),m(),n.isConnected&&(o&&o.parentNode===n?n.insertBefore(e,o):n.appendChild(e)),a.remove()}}},Yo=(e,r)=>zt(r)?xp(e,r):bp(e,r);var js={},vp=e=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof e=="string"){let r=document.querySelector(e);if(!r)throw new Error(`Chat widget target "${e}" was not found`);return r}return e},Cp=()=>{try{if(typeof js!="undefined"&&js.url)return new URL("../widget.css",js.url).href}catch{}return null},dc=(e,r)=>{let t=Cp(),n=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let s=r.head.querySelector("link[data-persona]");if(!s)return;let o=s.cloneNode(!0);e.insertBefore(o,e.firstChild)};if(e instanceof ShadowRoot)if(t){let s=r.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),e.insertBefore(s,e.firstChild)}else n();else if(!r.head.querySelector("link[data-persona]")&&t){let o=r.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),r.head.appendChild(o)}},pc=e=>{var b;let r=vp(e.target),t=e.useShadowDom===!0,n=r.ownerDocument,s=e.config,o=Yo(r,s),a,i=[],p=(x,M)=>{var O,k;let S=!((k=(O=M==null?void 0:M.launcher)==null?void 0:O.enabled)!=null?k:!0)||zt(M),I=n.createElement("div");if(I.setAttribute("data-persona-root","true"),S&&(I.style.height="100%",I.style.display="flex",I.style.flexDirection="column",I.style.flex="1",I.style.minHeight="0"),t){let V=x.attachShadow({mode:"open"});V.appendChild(I),dc(V,n)}else x.appendChild(I),dc(x,n);return r.id&&I.setAttribute("data-persona-instance",r.id),I},c=()=>{o.syncWidgetState(a.getState())},u=()=>{i.forEach(x=>x()),i=[a.on("widget:opened",c),a.on("widget:closed",c)],c()},d=()=>{let x=p(o.host,s);a=Ns(x,s,{debugTools:e.debugTools}),u()},f=()=>{i.forEach(x=>x()),i=[],a.destroy()};d(),(b=e.onReady)==null||b.call(e);let m=x=>{f(),o.destroy(),o=Yo(r,x),s=x,d()},v={update(x){var I,O,k,V,ge,ie;let M={...s,...x,launcher:{...(I=s==null?void 0:s.launcher)!=null?I:{},...(O=x==null?void 0:x.launcher)!=null?O:{},dock:{...(V=(k=s==null?void 0:s.launcher)==null?void 0:k.dock)!=null?V:{},...(ie=(ge=x==null?void 0:x.launcher)==null?void 0:ge.dock)!=null?ie:{}}}},F=zt(s),S=zt(M);if(F!==S){m(M);return}s=M,o.updateConfig(s),a.update(x),c()},destroy(){f(),o.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},A=new Proxy(v,{get(x,M,F){if(M==="host")return o.host;if(M in x)return Reflect.get(x,M,F);let S=a[M];return typeof S=="function"?S.bind(a):S}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=A),A};var hc=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),wp=new Set(["button","a","input","select","textarea","details","summary"]),Sp=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),zs=/\b(product|card|item|listing|result)\b/i,Us=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,Ap=3e3,Ep=100;function yc(e){let r=typeof e.className=="string"?e.className:"";if(zs.test(r)||e.id&&zs.test(e.id))return!0;for(let t=0;t<e.attributes.length;t++){let n=e.attributes[t];if(n.name.startsWith("data-")&&zs.test(n.value))return!0}return!1}function bc(e){var r;return Us.test(((r=e.textContent)!=null?r:"").trim())}function xc(e){var t;let r=e.querySelectorAll("a[href]");for(let n=0;n<r.length;n++){let s=(t=r[n].getAttribute("href"))!=null?t:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function Tp(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function uc(e){let r=e.match(Us);return r?r[0]:null}function gc(e){var n,s,o;let r=(n=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?n:e.querySelector("a[href]");if(r&&((s=r.textContent)!=null&&s.trim())){let a=r.getAttribute("href");return{title:r.textContent.trim(),href:a&&a!=="#"?a:null}}let t=e.querySelector("h1, h2, h3, h4, h5, h6");return(o=t==null?void 0:t.textContent)!=null&&o.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function Mp(e){let r=[],t=n=>{let s=n.trim();s&&!r.includes(s)&&r.push(s)};return e.querySelectorAll("button").forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('[role="button"]').forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(n=>{var s;t((s=n.value)!=null?s:"")}),r.slice(0,6)}var kp="commerce-card",Lp="result-card";function mc(e){return!yc(e)||!bc(e)||!xc(e)&&!Tp(e)?0:5200}function fc(e){var n;return!yc(e)||bc(e)||!xc(e)||((n=e.textContent)!=null?n:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var vc=[{id:kp,scoreElement(e){return mc(e)},shouldSuppressDescendant(e,r,t){if(r===e||!e.contains(r))return!1;if(t.interactivity==="static"){let n=t.text.trim();return!!(n.length===0||Us.test(n)&&n.length<32)}return!0},formatSummary(e,r){var p,c,u;if(mc(e)===0)return null;let{title:t,href:n}=gc(e),s=(u=(c=uc(((p=e.textContent)!=null?p:"").trim()))!=null?c:uc(r.text))!=null?u:"",o=Mp(e);return[n&&t?`[${t}](${n})${s?` \u2014 ${s}`:""}`:t?`${t}${s?` \u2014 ${s}`:""}`:s||r.text.trim().slice(0,120),`selector: ${r.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
|
|
98
|
-
`)}},{id:
|
|
99
|
-
`)}}];function
|
|
97
|
+
`}if(!A&&!l){let Zt="max-height: -moz-available !important; max-height: stretch !important;",Qt=g?"":"padding-top: 1.25em !important;",Fn=!g&&((rr=n.launcher)==null?void 0:rr.zIndex)!=null?`z-index: ${n.launcher.zIndex} !important;`:"";j.style.cssText+=Zt+Qt+Fn}};Hn(),br(e,n),Yo(e,n),Go(e,n);let V=[];mn&&V.push(()=>{mn==null||mn.disconnect(),mn=null}),V.push(()=>{nn==null||nn(),nn=null,jn(),gt&&(gt.remove(),gt=null),Qe==null||Qe.element.style.removeProperty("width"),Qe==null||Qe.element.style.removeProperty("maxWidth")}),ne&&V.push(()=>{De!==null&&(cancelAnimationFrame(De),De=null),ce==null||ce.destroy(),ce=null,K==null||K.destroy(),K=null,ge=null});let ln=null,dr=()=>{ln&&(ln(),ln=null),n.colorScheme==="auto"&&(ln=ws(()=>{br(e,n)}))};dr(),V.push(()=>{ln&&(ln(),ln=null)});let Zn=pc(st),Bn=null,B,Qn=!1,er=Xl(),_r=0,Tn=jo(),Dn=0,tr=null,pr=!1,bo=1,jr=8,Cr=new Map,qe={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},zr=(Ma=(Ta=n.voiceRecognition)==null?void 0:Ta.autoResume)!=null?Ma:!1,vn=l=>{o.emit("voice:state",{active:qe.active,source:l,timestamp:Date.now()})},cn=()=>{h(l=>({...l,voiceState:{active:qe.active,timestamp:Date.now(),manuallyDeactivated:qe.manuallyDeactivated}}))},xo=()=>{var A,L;if(((A=n.voiceRecognition)==null?void 0:A.enabled)===!1)return;let l=_s(i.voiceState),g=!!l.active,y=Number((L=l.timestamp)!=null?L:0);qe.manuallyDeactivated=!!l.manuallyDeactivated,g&&Date.now()-y<Ip&&setTimeout(()=>{var I,P;qe.active||(qe.manuallyDeactivated=!1,((P=(I=n.voiceRecognition)==null?void 0:I.provider)==null?void 0:P.type)==="runtype"?B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),vn("restore"),B.isVoiceActive()&&Nt()}):mr("restore"))},1e3)},vo=()=>B?Ec(B.getMessages()).filter(l=>!l.__skipPersist):[];function qr(l){if(!(a!=null&&a.save))return;let y={messages:l?Ec(l):B?vo():[],metadata:i};try{let A=a.save(y);A instanceof Promise&&A.catch(L=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",L)})}catch(A){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",A)}}let zn=null,Co=()=>j.querySelector("#persona-scroll-container")||z,wr=()=>{zn!==null&&(cancelAnimationFrame(zn),zn=null),pr=!1},Sr=()=>{tr!==null&&(cancelAnimationFrame(tr),tr=null),wr()},qn=()=>{if(!Bt()||me){rt.parentNode&&rt.remove(),rt.style.display="none";return}rt.parentNode!==_&&_.appendChild(rt),ze(),rt.style.display=Tn.isFollowing()?"none":""},Vr=()=>{Tn.pause()&&(Sr(),qn())},Ar=()=>{Tn.resume(),qn()},nr=(l=!1)=>{Tn.isFollowing()&&(!l&&!Qn||(Sr(),tr=requestAnimationFrame(()=>{tr=null,Tn.isFollowing()&&wo(Co(),l?220:140)})))},wo=(l,g=500)=>{let y=l.scrollTop,A=zo(l),L=A-y;if(Math.abs(L)<1){Dn=l.scrollTop;return}wr();let I=performance.now();pr=!0;let P=D=>1-Math.pow(1-D,3),J=D=>{if(!Tn.isFollowing()){wr();return}let le=zo(l);le!==A&&(A=le,L=A-y);let ve=D-I,we=Math.min(ve/g,1),xe=P(we),Ue=y+L*xe;l.scrollTop=Ue,Dn=l.scrollTop,we<1?zn=requestAnimationFrame(J):(l.scrollTop=A,Dn=l.scrollTop,zn=null,pr=!1)};zn=requestAnimationFrame(J)},So=l=>{let g=new Map;l.forEach(y=>{let A=Cr.get(y.id);g.set(y.id,{streaming:y.streaming,role:y.role}),!A&&y.role==="assistant"&&o.emit("assistant:message",y),y.role==="assistant"&&(A!=null&&A.streaming)&&y.streaming===!1&&o.emit("assistant:complete",y),y.variant==="approval"&&y.approval&&(A?y.approval.status!=="pending"&&o.emit("approval:resolved",{approval:y.approval,decision:y.approval.status}):o.emit("approval:requested",{approval:y.approval,message:y}))}),Cr.clear(),g.forEach((y,A)=>{Cr.set(A,y)})},ur=(l,g,y)=>{var ve,we,xe,Ue;let A=document.createElement("div"),I=(()=>{var je;let H=s.find(Ee=>Ee.renderLoadingIndicator);if(H!=null&&H.renderLoadingIndicator)return H.renderLoadingIndicator;if((je=n.loadingIndicator)!=null&&je.render)return n.loadingIndicator.render})(),P=new Set;g.forEach(H=>{var fe,_t;P.add(H.id);let je=Gl(H,_r),Ee=Zl(er,H.id,je);if(Ee){A.appendChild(Ee.cloneNode(!0));return}let be=null,Ne=s.find(mt=>!!(H.variant==="reasoning"&&mt.renderReasoning||H.variant==="tool"&&mt.renderToolCall||H.variant==="approval"&&mt.renderApproval||!H.variant&&mt.renderMessage)),ht=(fe=n.layout)==null?void 0:fe.messages;if(Ne)if(H.variant==="reasoning"&&H.reasoning&&Ne.renderReasoning){if(!te)return;be=Ne.renderReasoning({message:H,defaultRenderer:()=>Es(H),config:n})}else if(H.variant==="tool"&&H.toolCall&&Ne.renderToolCall){if(!Se)return;be=Ne.renderToolCall({message:H,defaultRenderer:()=>Ts(H,n),config:n})}else if(H.variant==="approval"&&H.approval&&Ne.renderApproval){if(n.approval===!1)return;be=Ne.renderApproval({message:H,defaultRenderer:()=>Ms(H,n),config:n})}else Ne.renderMessage&&(be=Ne.renderMessage({message:H,defaultRenderer:()=>{let mt=fo(H,y,ht,n.messageActions,We,{loadingIndicatorRenderer:I,widgetConfig:n});return H.role!=="user"&&Is(mt,H,n,B),mt},config:n}));if(!be&&H.role==="assistant"&&!H.variant&&n.enableComponentStreaming!==!1&&Fs(H)){let pn=Ns(H);if(pn){let Xt=Ds(pn,{config:n,message:H,transform:y});if(Xt)if(n.wrapComponentDirectiveInBubble!==!1){let Vt=document.createElement("div");if(Vt.className=["vanilla-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),Vt.id=`bubble-${H.id}`,Vt.setAttribute("data-message-id",H.id),H.content&&H.content.trim()){let wn=document.createElement("div");wn.className="persona-mb-3 persona-text-sm persona-leading-relaxed",wn.innerHTML=y({text:H.content,message:H,streaming:!!H.streaming,raw:H.rawContent}),Vt.appendChild(wn)}Vt.appendChild(Xt),be=Vt}else{let Vt=document.createElement("div");if(Vt.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",Vt.id=`bubble-${H.id}`,Vt.setAttribute("data-message-id",H.id),Vt.setAttribute("data-persona-component-directive","true"),H.content&&H.content.trim()){let wn=document.createElement("div");wn.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",wn.innerHTML=y({text:H.content,message:H,streaming:!!H.streaming,raw:H.rawContent}),Vt.appendChild(wn)}Vt.appendChild(Xt),be=Vt}}}if(!be)if(H.variant==="reasoning"&&H.reasoning){if(!te)return;be=Es(H)}else if(H.variant==="tool"&&H.toolCall){if(!Se)return;be=Ts(H,n)}else if(H.variant==="approval"&&H.approval){if(n.approval===!1)return;be=Ms(H,n)}else{let mt=(_t=n.layout)==null?void 0:_t.messages;mt!=null&&mt.renderUserMessage&&H.role==="user"?be=mt.renderUserMessage({message:H,config:n,streaming:!!H.streaming}):mt!=null&&mt.renderAssistantMessage&&H.role==="assistant"?be=mt.renderAssistantMessage({message:H,config:n,streaming:!!H.streaming}):be=fo(H,y,mt,n.messageActions,We,{loadingIndicatorRenderer:I,widgetConfig:n}),H.role!=="user"&&be&&Is(be,H,n,B)}let Je=document.createElement("div");Je.className="persona-flex",Je.id=`wrapper-${H.id}`,Je.setAttribute("data-wrapper-id",H.id),H.role==="user"&&Je.classList.add("persona-justify-end"),(be==null?void 0:be.getAttribute("data-persona-component-directive"))==="true"&&Je.classList.add("persona-w-full"),Je.appendChild(be),Ql(er,H.id,je,Je),A.appendChild(Je)}),ec(er,P);let J=g.some(H=>H.role==="assistant"&&H.streaming),D=g[g.length-1],le=(D==null?void 0:D.role)==="assistant"&&!D.streaming&&D.variant!=="approval";if(Qn&&g.some(H=>H.role==="user")&&!J&&!le){let H={config:n,streaming:!0,location:"standalone",defaultRenderer:Hr},je=s.find(be=>be.renderLoadingIndicator),Ee=null;if(je!=null&&je.renderLoadingIndicator&&(Ee=je.renderLoadingIndicator(H)),Ee===null&&((ve=n.loadingIndicator)!=null&&ve.render)&&(Ee=n.loadingIndicator.render(H)),Ee===null&&(Ee=Hr()),Ee){let be=document.createElement("div"),Ne=((we=n.loadingIndicator)==null?void 0:we.showBubble)!==!1;be.className=Ne?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),be.setAttribute("data-typing-indicator","true"),be.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",be.appendChild(Ee);let ht=document.createElement("div");ht.className="persona-flex",ht.id="wrapper-typing-indicator",ht.setAttribute("data-wrapper-id","typing-indicator"),ht.appendChild(be),A.appendChild(ht)}}if(!Qn&&g.length>0){let H=g[g.length-1],je={config:n,lastMessage:H,messageCount:g.length},Ee=s.find(Ne=>Ne.renderIdleIndicator),be=null;if(Ee!=null&&Ee.renderIdleIndicator&&(be=Ee.renderIdleIndicator(je)),be===null&&((xe=n.loadingIndicator)!=null&&xe.renderIdle)&&(be=n.loadingIndicator.renderIdle(je)),be){let Ne=document.createElement("div"),ht=((Ue=n.loadingIndicator)==null?void 0:Ue.showBubble)!==!1;Ne.className=ht?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),Ne.setAttribute("data-idle-indicator","true"),Ne.appendChild(be);let Je=document.createElement("div");Je.className="persona-flex",Je.id="wrapper-idle-indicator",Je.setAttribute("data-wrapper-id","idle-indicator"),Je.appendChild(Ne),A.appendChild(Je)}}Yl(l,A)},gr=()=>{var D,le,ve,we,xe;if(!b)return;let l=Gt(n),g=(D=e.ownerDocument.defaultView)!=null?D:window,y=(ve=(le=n.launcher)==null?void 0:le.mobileBreakpoint)!=null?ve:640,A=(xe=(we=n.launcher)==null?void 0:we.mobileFullscreen)!=null?xe:!0,L=g.innerWidth<=y,I=A&&L&&b,P=kn(n).reveal;M?(j.style.removeProperty("display"),j.style.display=l?"flex":"",j.classList.remove("persona-pointer-events-none","persona-opacity-0"),U.classList.remove("persona-scale-95","persona-opacity-0"),U.classList.add("persona-scale-100","persona-opacity-100"),ie?ie.element.style.display="none":Me&&(Me.style.display="none")):(l?l&&(P==="overlay"||P==="push")&&!I?(j.style.removeProperty("display"),j.style.display="flex",j.classList.remove("persona-pointer-events-none","persona-opacity-0"),U.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(j.style.setProperty("display","none","important"),j.classList.remove("persona-pointer-events-none","persona-opacity-0"),U.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(j.style.display="",j.classList.add("persona-pointer-events-none","persona-opacity-0"),U.classList.remove("persona-scale-100","persona-opacity-100"),U.classList.add("persona-scale-95","persona-opacity-0")),ie?ie.element.style.display=l?"none":"":Me&&(Me.style.display=l?"none":""))},At=(l,g="user")=>{if(!b||M===l)return;let y=M;M=l,gr(),M&&(It(),nr(!0));let A={open:M,source:g,timestamp:Date.now()};M&&!y?o.emit("widget:opened",A):!M&&y&&o.emit("widget:closed",A),o.emit("widget:state",{open:M,launcherEnabled:b,voiceActive:qe.active,streaming:B.isStreaming()})},Er=l=>{Z.disabled=l,F&&(F.disabled=l),Zn.buttons.forEach(g=>{g.disabled=l}),Ze.dataset.personaComposerStreaming=l?"true":"false",Ze.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(g=>{(g instanceof HTMLButtonElement||g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&(g.disabled=l)})},Tr=()=>{qe.active||G&&G.focus()};o.on("widget:opened",()=>{n.autoFocusInput&&setTimeout(()=>Tr(),200)});let Ur=()=>{var y,A,L,I,P,J,D,le,ve,we,xe;zt.textContent=(A=(y=n.copy)==null?void 0:y.welcomeTitle)!=null?A:"Hello \u{1F44B}",Fe.textContent=(I=(L=n.copy)==null?void 0:L.welcomeSubtitle)!=null?I:"Ask anything about your account or products.",G.placeholder=(J=(P=n.copy)==null?void 0:P.inputPlaceholder)!=null?J:"How can I help...";let l=z.querySelector("[data-persona-intro-card]");if(l){let Ue=((D=n.copy)==null?void 0:D.showWelcomeCard)!==!1;l.style.display=Ue?"":"none",Ue?(z.classList.remove("persona-gap-3"),z.classList.add("persona-gap-6")):(z.classList.remove("persona-gap-6"),z.classList.add("persona-gap-3"))}(ve=(le=n.sendButton)==null?void 0:le.useIcon)!=null&&ve||(Z.textContent=(xe=(we=n.copy)==null?void 0:we.sendButtonLabel)!=null?xe:"Send"),G.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',G.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(n.clientToken&&(n={...n,getStoredSessionId:()=>{let l=i.sessionId;return typeof l=="string"?l:null},setStoredSessionId:l=>{h(g=>({...g,sessionId:l}))}}),B=new ao(n,{onMessagesChanged(l){ur(ee,l,$),B&&(l.some(L=>L.role==="user")?Zn.render([],B,G,l):Zn.render(n.suggestionChips,B,G,l,n.suggestionChipsConfig)),nr(!Qn),So(l);let g=[...l].reverse().find(A=>A.role==="user"),y=qe.lastUserMessageId;g&&g.id!==y&&(qe.lastUserMessageId=g.id,o.emit("user:message",g)),qe.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),qr(l)},onStatusChanged(l){var A;let g=(A=n.statusIndicator)!=null?A:{};Ct(Mt,(L=>{var I,P,J,D;return L==="idle"?(I=g.idleText)!=null?I:tn.idle:L==="connecting"?(P=g.connectingText)!=null?P:tn.connecting:L==="connected"?(J=g.connectedText)!=null?J:tn.connected:L==="error"?(D=g.errorText)!=null?D:tn.error:tn[L]})(l),g,l)},onStreamingChanged(l){Qn=l,Er(l),B&&ur(ee,B.getMessages(),$),l||nr(!0)},onVoiceStatusChanged(l){var g,y;if(((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype")switch(l){case"listening":break;case"processing":Le(),Rt();break;case"speaking":Le(),v();break;default:l==="idle"&&B.isBargeInActive()?(Le(),Nt(),F==null||F.setAttribute("aria-label","End voice session")):(qe.active=!1,Le(),vn("system"),cn());break}},onArtifactsState(l){En=l,hn()}}),Yn.current=B,((La=(ka=n.voiceRecognition)==null?void 0:ka.provider)==null?void 0:La.type)==="runtype")try{B.setupVoice()}catch(l){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",l)}n.clientToken&&B.initClientSession().catch(l=>{n.debug&&console.warn("[AgentWidget] Pre-init client session failed:",l)}),K&&B.setSSEEventCallback((l,g)=>{K==null||K.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l,timestamp:Date.now(),payload:JSON.stringify(g)})}),d&&d.then(l=>{var g;l&&(l.metadata&&(i=_s(l.metadata),T.syncFromMetadata()),(g=l.messages)!=null&&g.length&&B.hydrateMessages(l.messages))}).catch(l=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",l)});let Jr=l=>{var L;l.preventDefault();let g=G.value.trim(),y=(L=Oe==null?void 0:Oe.hasAttachments())!=null?L:!1;if(!g&&!y)return;let A;y&&(A=[],A.push(...Oe.getContentParts()),g&&A.push(bs(g))),G.value="",G.style.height="auto",B.sendMessage(g,{contentParts:A}),y&&Oe.clearAttachments()},Kr=l=>{l.key==="Enter"&&!l.shiftKey&&(l.preventDefault(),Z.click())},Yr=async l=>{var y;if(((y=n.attachments)==null?void 0:y.enabled)!==!0||!Oe)return;let g=Wp(l.clipboardData);g.length!==0&&(l.preventDefault(),await Oe.handleFiles(g))},rn=null,yn=!1,Vn=null,$e=null,Gr=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,mr=(l="user")=>{var I,P,J,D,le,ve,we;if(yn||B.isStreaming())return;let g=Gr();if(!g)return;rn=new g;let A=(P=((I=n.voiceRecognition)!=null?I:{}).pauseDuration)!=null?P:2e3;rn.continuous=!0,rn.interimResults=!0,rn.lang="en-US";let L=G.value;rn.onresult=xe=>{let Ue="",H="";for(let Ee=0;Ee<xe.results.length;Ee++){let be=xe.results[Ee],Ne=be[0].transcript;be.isFinal?Ue+=Ne+" ":H=Ne}let je=L+Ue+H;G.value=je,Vn&&clearTimeout(Vn),(Ue||H)&&(Vn=window.setTimeout(()=>{let Ee=G.value.trim();Ee&&rn&&yn&&(X(),G.value="",G.style.height="auto",B.sendMessage(Ee,{viaVoice:!0}))},A))},rn.onerror=xe=>{xe.error!=="no-speech"&&X()},rn.onend=()=>{if(yn){let xe=G.value.trim();xe&&xe!==L.trim()&&(G.value="",G.style.height="auto",B.sendMessage(xe,{viaVoice:!0})),X()}};try{if(rn.start(),yn=!0,qe.active=!0,l!=="system"&&(qe.manuallyDeactivated=!1),vn(l),cn(),F){let xe=(J=n.voiceRecognition)!=null?J:{};$e={backgroundColor:F.style.backgroundColor,color:F.style.color,borderColor:F.style.borderColor,iconName:(D=xe.iconName)!=null?D:"mic",iconSize:parseFloat((we=(ve=xe.iconSize)!=null?ve:(le=n.sendButton)==null?void 0:le.size)!=null?we:"40")||24};let Ue=xe.recordingBackgroundColor,H=xe.recordingIconColor,je=xe.recordingBorderColor;if(F.classList.add("persona-voice-recording"),F.style.backgroundColor=Ue!=null?Ue:"var(--persona-voice-recording-bg, #ef4444)",F.style.color=H!=null?H:"var(--persona-voice-recording-indicator, #ffffff)",H){let Ee=F.querySelector("svg");Ee&&Ee.setAttribute("stroke",H)}je&&(F.style.borderColor=je),F.setAttribute("aria-label","Stop voice recognition")}}catch{X("system")}},X=(l="user")=>{if(yn){if(yn=!1,Vn&&(clearTimeout(Vn),Vn=null),rn){try{rn.stop()}catch{}rn=null}if(qe.active=!1,vn(l),cn(),F){if(F.classList.remove("persona-voice-recording"),$e){F.style.backgroundColor=$e.backgroundColor,F.style.color=$e.color,F.style.borderColor=$e.borderColor;let g=F.querySelector("svg");g&&g.setAttribute("stroke",$e.color||"currentColor"),$e=null}F.setAttribute("aria-label","Start voice recognition")}}},Ge=(l,g)=>{var be,Ne,ht,Je,fe,_t,mt,pn;let y=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),A=((be=l==null?void 0:l.provider)==null?void 0:be.type)==="runtype";if(!(y||A))return null;let I=f("div","persona-send-button-wrapper"),P=f("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");P.type="button",P.setAttribute("aria-label","Start voice recognition");let J=(Ne=l==null?void 0:l.iconName)!=null?Ne:"mic",D=(ht=g==null?void 0:g.size)!=null?ht:"40px",le=(Je=l==null?void 0:l.iconSize)!=null?Je:D,ve=parseFloat(le)||24,we=(fe=l==null?void 0:l.backgroundColor)!=null?fe:g==null?void 0:g.backgroundColor,xe=(_t=l==null?void 0:l.iconColor)!=null?_t:g==null?void 0:g.textColor;P.style.width=le,P.style.height=le,P.style.minWidth=le,P.style.minHeight=le,P.style.fontSize="18px",P.style.lineHeight="1",xe?P.style.color=xe:P.style.color="var(--persona-text, #111827)";let H=pe(J,ve,xe||"currentColor",1.5);H?P.appendChild(H):P.textContent="\u{1F3A4}",we?P.style.backgroundColor=we:P.style.backgroundColor="",l!=null&&l.borderWidth&&(P.style.borderWidth=l.borderWidth,P.style.borderStyle="solid"),l!=null&&l.borderColor&&(P.style.borderColor=l.borderColor),l!=null&&l.paddingX&&(P.style.paddingLeft=l.paddingX,P.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(P.style.paddingTop=l.paddingY,P.style.paddingBottom=l.paddingY),I.appendChild(P);let je=(mt=l==null?void 0:l.tooltipText)!=null?mt:"Start voice recognition";if(((pn=l==null?void 0:l.showTooltip)!=null?pn:!1)&&je){let Xt=f("div","persona-send-button-tooltip");Xt.textContent=je,I.appendChild(Xt)}return{micButton:P,micButtonWrapper:I}},pt=()=>{var g,y,A,L,I;if(!F||$e)return;let l=(g=n.voiceRecognition)!=null?g:{};$e={backgroundColor:F.style.backgroundColor,color:F.style.color,borderColor:F.style.borderColor,iconName:(y=l.iconName)!=null?y:"mic",iconSize:parseFloat((I=(L=l.iconSize)!=null?L:(A=n.sendButton)==null?void 0:A.size)!=null?I:"40")||24}},Lt=(l,g)=>{var I,P,J,D,le;if(!F)return;let y=F.querySelector("svg");y&&y.remove();let A=(le=$e==null?void 0:$e.iconSize)!=null?le:parseFloat((D=(J=(I=n.voiceRecognition)==null?void 0:I.iconSize)!=null?J:(P=n.sendButton)==null?void 0:P.size)!=null?D:"40")||24,L=pe(l,A,g,1.5);L&&F.appendChild(L)},Wt=()=>{F&&F.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},Nt=()=>{var L;if(!F)return;pt();let l=(L=n.voiceRecognition)!=null?L:{},g=l.recordingBackgroundColor,y=l.recordingIconColor,A=l.recordingBorderColor;if(Wt(),F.classList.add("persona-voice-recording"),F.style.backgroundColor=g!=null?g:"var(--persona-voice-recording-bg, #ef4444)",F.style.color=y!=null?y:"var(--persona-voice-recording-indicator, #ffffff)",y){let I=F.querySelector("svg");I&&I.setAttribute("stroke",y)}A&&(F.style.borderColor=A),F.setAttribute("aria-label","Stop voice recognition")},Rt=()=>{var J,D,le,ve,we,xe,Ue,H;if(!F)return;pt();let l=(J=n.voiceRecognition)!=null?J:{},g=B.getVoiceInterruptionMode(),y=(D=l.processingIconName)!=null?D:"loader",A=(ve=(le=l.processingIconColor)!=null?le:$e==null?void 0:$e.color)!=null?ve:"",L=(xe=(we=l.processingBackgroundColor)!=null?we:$e==null?void 0:$e.backgroundColor)!=null?xe:"",I=(H=(Ue=l.processingBorderColor)!=null?Ue:$e==null?void 0:$e.borderColor)!=null?H:"";Wt(),F.classList.add("persona-voice-processing"),F.style.backgroundColor=L,F.style.borderColor=I;let P=A||"currentColor";F.style.color=P,Lt(y,P),F.setAttribute("aria-label","Processing voice input"),g==="none"&&(F.style.cursor="default")},v=()=>{var le,ve,we,xe,Ue,H,je,Ee,be,Ne,ht,Je;if(!F)return;pt();let l=(le=n.voiceRecognition)!=null?le:{},g=B.getVoiceInterruptionMode(),y=g==="cancel"?"square":g==="barge-in"?"mic":"volume-2",A=(ve=l.speakingIconName)!=null?ve:y,L=(H=l.speakingIconColor)!=null?H:g==="barge-in"?(xe=(we=l.recordingIconColor)!=null?we:$e==null?void 0:$e.color)!=null?xe:"":(Ue=$e==null?void 0:$e.color)!=null?Ue:"",I=(be=l.speakingBackgroundColor)!=null?be:g==="barge-in"?(je=l.recordingBackgroundColor)!=null?je:"var(--persona-voice-recording-bg, #ef4444)":(Ee=$e==null?void 0:$e.backgroundColor)!=null?Ee:"",P=(Je=l.speakingBorderColor)!=null?Je:g==="barge-in"?(Ne=l.recordingBorderColor)!=null?Ne:"":(ht=$e==null?void 0:$e.borderColor)!=null?ht:"";Wt(),F.classList.add("persona-voice-speaking"),F.style.backgroundColor=I,F.style.borderColor=P;let J=L||"currentColor";F.style.color=J,Lt(A,J);let D=g==="cancel"?"Stop playback and re-record":g==="barge-in"?"Speak to interrupt":"Agent is speaking";F.setAttribute("aria-label",D),g==="none"&&(F.style.cursor="default"),g==="barge-in"&&F.classList.add("persona-voice-recording")},Le=()=>{var l,g,y;F&&(Wt(),$e&&(F.style.backgroundColor=(l=$e.backgroundColor)!=null?l:"",F.style.color=(g=$e.color)!=null?g:"",F.style.borderColor=(y=$e.borderColor)!=null?y:"",Lt($e.iconName,$e.color||"currentColor"),$e=null),F.style.cursor="",F.setAttribute("aria-label","Start voice recognition"))},R=()=>{var l,g;if(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"){let y=B.getVoiceStatus(),A=B.getVoiceInterruptionMode();if(A==="none"&&(y==="processing"||y==="speaking"))return;if(A==="cancel"&&(y==="processing"||y==="speaking")){B.stopVoicePlayback();return}if(B.isBargeInActive()){B.stopVoicePlayback(),B.deactivateBargeIn().then(()=>{qe.active=!1,qe.manuallyDeactivated=!0,cn(),vn("user"),Le()});return}B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),qe.manuallyDeactivated=!B.isVoiceActive(),cn(),vn("user"),B.isVoiceActive()?Nt():Le()});return}if(yn){let y=G.value.trim();qe.manuallyDeactivated=!0,cn(),X("user"),y&&(G.value="",G.style.height="auto",B.sendMessage(y))}else qe.manuallyDeactivated=!1,cn(),mr("user")};Ft=R,F&&(F.addEventListener("click",R),V.push(()=>{var l,g;((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?(B.isVoiceActive()&&B.toggleVoice(),Le()):X("system"),F&&F.removeEventListener("click",R)}));let E=o.on("assistant:complete",()=>{zr&&(qe.active||qe.manuallyDeactivated||zr==="assistant"&&!qe.lastUserMessageWasVoice||setTimeout(()=>{var l,g;!qe.active&&!qe.manuallyDeactivated&&(((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),vn("auto"),B.isVoiceActive()&&Nt()}):mr("auto"))},600))});V.push(E);let N=o.on("action:resubmit",()=>{setTimeout(()=>{B&&!B.isStreaming()&&B.continueConversation()},100)});V.push(N);let ae=()=>{At(!M,"user")},ie=null,Me=null;if(b){let l=s.find(g=>g.renderLauncher);if(l!=null&&l.renderLauncher){let g=l.renderLauncher({config:n,defaultRenderer:()=>uo(n,ae).element,onToggle:ae});g&&(Me=g)}Me||(ie=uo(n,ae))}ie?e.appendChild(ie.element):Me&&e.appendChild(Me),gr(),Zn.render(n.suggestionChips,B,G,void 0,n.suggestionChipsConfig),Ur(),Er(B.isStreaming()),nr(!0),xo(),S&&(b?M&&setTimeout(()=>Tr(),200):setTimeout(()=>Tr(),0));let It=()=>{var D,le,ve,we,xe,Ue,H,je,Ee,be,Ne,ht,Je;let l=Gt(n),g=(le=(D=n.launcher)==null?void 0:D.sidebarMode)!=null?le:!1,y=l||g||((we=(ve=n.launcher)==null?void 0:ve.fullHeight)!=null?we:!1),A=(xe=e.ownerDocument.defaultView)!=null?xe:window,L=(H=(Ue=n.launcher)==null?void 0:Ue.mobileFullscreen)!=null?H:!0,I=(Ee=(je=n.launcher)==null?void 0:je.mobileBreakpoint)!=null?Ee:640,P=A.innerWidth<=I,J=L&&P&&b;try{if(J){Hn(),br(e,n);return}if(W&&(W=!1,Hn(),br(e,n)),!b&&!l){U.style.height="",U.style.width="";return}if(!g&&!l){let fe=(Ne=(be=n==null?void 0:n.launcher)==null?void 0:be.width)!=null?Ne:n==null?void 0:n.launcherWidth,_t=fe!=null?fe:"min(400px, calc(100vw - 24px))";U.style.width=_t,U.style.maxWidth=_t}if(Rn(),!y){let fe=A.innerHeight,_t=64,mt=(Je=(ht=n.launcher)==null?void 0:ht.heightOffset)!=null?Je:0,pn=Math.max(200,fe-_t),Xt=Math.min(640,pn),on=Math.max(200,Xt-mt);U.style.height=`${on}px`}}finally{ze(),gr()}};It();let Pt=(Ia=e.ownerDocument.defaultView)!=null?Ia:window;if(Pt.addEventListener("resize",It),V.push(()=>Pt.removeEventListener("resize",It)),typeof ResizeObserver!="undefined"){let l=new ResizeObserver(()=>{ze()});l.observe(Ze),V.push(()=>l.disconnect())}Dn=z.scrollTop;let qt=()=>{let l=z.scrollTop,{action:g,nextLastScrollTop:y}=qo({following:Tn.isFollowing(),currentScrollTop:l,lastScrollTop:Dn,nearBottom:po(z,jr),userScrollThreshold:bo,isAutoScrolling:pr,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(Dn=y,g==="resume"){Ar();return}g==="pause"&&Vr()};z.addEventListener("scroll",qt,{passive:!0}),V.push(()=>z.removeEventListener("scroll",qt));let $t=l=>{let g=Vo({following:Tn.isFollowing(),deltaY:l.deltaY,nearBottom:po(z,jr),resumeWhenNearBottom:!0});g==="pause"?Vr():g==="resume"&&Ar()};z.addEventListener("wheel",$t,{passive:!0}),V.push(()=>z.removeEventListener("wheel",$t)),rt.addEventListener("click",()=>{z.scrollTop=z.scrollHeight,Dn=z.scrollTop,Ar(),nr(!0)}),V.push(()=>rt.remove()),V.push(()=>{Sr()});let ut=()=>{se&&(Bn&&(se.removeEventListener("click",Bn),Bn=null),b?(se.style.display="",Bn=()=>{At(!1,"user")},se.addEventListener("click",Bn)):se.style.display="none")};ut(),(()=>{let{clearChatButton:l}=re;l&&l.addEventListener("click",()=>{B.clearMessages(),er.clear();try{localStorage.removeItem(Or),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Or}`)}catch(y){console.error("[AgentWidget] Failed to clear default localStorage:",y)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Or)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(y){console.error("[AgentWidget] Failed to clear custom localStorage:",y)}let g=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(g),a!=null&&a.clear)try{let y=a.clear();y instanceof Promise&&y.catch(A=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)})}catch(y){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)}i={},T.syncFromMetadata(),K==null||K.clear(),ce==null||ce.update()})})(),nt&&nt.addEventListener("submit",Jr),G==null||G.addEventListener("keydown",Kr),G==null||G.addEventListener("paste",Yr),V.push(()=>{nt&&nt.removeEventListener("submit",Jr),G==null||G.removeEventListener("keydown",Kr),G==null||G.removeEventListener("paste",Yr)}),V.push(()=>{B.cancel()}),ie?V.push(()=>{ie==null||ie.destroy()}):Me&&V.push(()=>{Me==null||Me.remove()});let Ve={update(l){var Fa,Na,Oa,$a,_a,ja,za,qa,Va,Ua,Ja,Ka,Ya,Ga,Xa,Za,Qa,ei,ti,ni,ri,oi,si,ai,ii,li,ci,di,pi,ui,gi,mi,fi,hi,yi,bi,xi,vi,Ci,wi,Si,Ai,Ei,Ti,Mi,ki,Li,Ii,Pi,Wi,Ri,Hi,Bi,Di,Fi,Ni,Oi,$i,_i,ji,zi,qi,Vi,Ui,Ji,Ki,Yi,Gi,Xi,Zi,Qi,el,tl,nl,rl,ol,sl,al,il,ll,cl,dl,pl,ul,gl,ml,fl,hl,yl,bl,xl,vl,Cl,wl,Sl,Al,El,Tl;let g=n.toolCall,y=n.messageActions,A=(Fa=n.layout)==null?void 0:Fa.messages,L=n.colorScheme,I=n.loadingIndicator,P=n.iterationDisplay;n={...n,...l},Hn(),br(e,n),Yo(e,n),Go(e,n),hn(),n.colorScheme!==L&&dr();let J=Xo.getForInstance(n.plugins);s.length=0,s.push(...J),b=(Oa=(Na=n.launcher)==null?void 0:Na.enabled)!=null?Oa:!0,x=(_a=($a=n.launcher)==null?void 0:$a.autoExpand)!=null?_a:!1,te=(za=(ja=n.features)==null?void 0:ja.showReasoning)!=null?za:!0,Se=(Va=(qa=n.features)==null?void 0:qa.showToolCalls)!=null?Va:!0,Ce=(Ja=(Ua=n.features)==null?void 0:Ua.scrollToBottom)!=null?Ja:{},ct(),qn();let D=ne;if(ne=(Ya=(Ka=n.features)==null?void 0:Ka.showEventStreamToggle)!=null?Ya:!1,ne&&!D){if(K||(ge=new yo(Ae),K=new ho(ke,ge),ge.open().then(()=>K==null?void 0:K.restore()).catch(()=>{}),B.setSSEEventCallback((q,ot)=>{K.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:q,timestamp:Date.now(),payload:JSON.stringify(ot)})})),!Ke&&Xe){let q=(Xa=(Ga=n.features)==null?void 0:Ga.eventStream)==null?void 0:Xa.classNames,ot="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(q!=null&&q.toggleButton?" "+q.toggleButton:"");Ke=f("button",ot),Ke.style.width="28px",Ke.style.height="28px",Ke.style.color=gn.actionIconColor,Ke.type="button",Ke.setAttribute("aria-label","Event Stream"),Ke.title="Event Stream";let Et=pe("activity","18px","currentColor",1.5);Et&&Ke.appendChild(Et);let _e=re.clearChatButtonWrapper,at=re.closeButtonWrapper,jt=_e||at;jt&&jt.parentNode===Xe?Xe.insertBefore(Ke,jt):Xe.appendChild(Ke),Ke.addEventListener("click",()=>{me?An():$n()})}}else!ne&&D&&(An(),Ke&&(Ke.remove(),Ke=null),K==null||K.clear(),ge==null||ge.destroy(),K=null,ge=null);if(((Za=n.launcher)==null?void 0:Za.enabled)===!1&&ie&&(ie.destroy(),ie=null),((Qa=n.launcher)==null?void 0:Qa.enabled)===!1&&Me&&(Me.remove(),Me=null),((ei=n.launcher)==null?void 0:ei.enabled)!==!1&&!ie&&!Me){let q=s.find(ot=>ot.renderLauncher);if(q!=null&&q.renderLauncher){let ot=q.renderLauncher({config:n,defaultRenderer:()=>uo(n,ae).element,onToggle:ae});ot&&(Me=ot,e.appendChild(Me))}Me||(ie=uo(n,ae),e.appendChild(ie.element))}ie&&ie.update(n),wt&&((ti=n.launcher)==null?void 0:ti.title)!==void 0&&(wt.textContent=n.launcher.title),St&&((ni=n.launcher)==null?void 0:ni.subtitle)!==void 0&&(St.textContent=n.launcher.subtitle);let le=(ri=n.layout)==null?void 0:ri.header;if((le==null?void 0:le.layout)!==k&&Xe){let q=le?go(n,le,{showClose:b,onClose:()=>At(!1,"user")}):sr({config:n,showClose:b,onClose:()=>At(!1,"user")});Xe.replaceWith(q.header),Xe=q.header,Ie=q.iconHolder,wt=q.headerTitle,St=q.headerSubtitle,se=q.closeButton,k=le==null?void 0:le.layout}else if(le&&(Ie&&(Ie.style.display=le.showIcon===!1?"none":""),wt&&(wt.style.display=le.showTitle===!1?"none":""),St&&(St.style.display=le.showSubtitle===!1?"none":""),se&&(se.style.display=le.showCloseButton===!1?"none":""),re.clearChatButtonWrapper)){let q=le.showClearChat;if(q!==void 0){re.clearChatButtonWrapper.style.display=q?"":"none";let{closeButtonWrapper:ot}=re;ot&&!ot.classList.contains("persona-absolute")&&(q?ot.classList.remove("persona-ml-auto"):ot.classList.add("persona-ml-auto"))}}let we=((oi=n.layout)==null?void 0:oi.showHeader)!==!1;Xe&&(Xe.style.display=we?"":"none");let xe=((si=n.layout)==null?void 0:si.showFooter)!==!1;Ze&&(Ze.style.display=xe?"":"none"),ze(),qn(),b!==w?b?At(x,"auto"):(M=!0,gr()):x!==O&&At(x,"auto"),O=x,w=b,It(),ut();let je=JSON.stringify(l.toolCall)!==JSON.stringify(g),Ee=JSON.stringify(n.messageActions)!==JSON.stringify(y),be=JSON.stringify((ai=n.layout)==null?void 0:ai.messages)!==JSON.stringify(A),Ne=((ii=n.loadingIndicator)==null?void 0:ii.render)!==(I==null?void 0:I.render)||((li=n.loadingIndicator)==null?void 0:li.renderIdle)!==(I==null?void 0:I.renderIdle)||((ci=n.loadingIndicator)==null?void 0:ci.showBubble)!==(I==null?void 0:I.showBubble),ht=n.iterationDisplay!==P;(je||Ee||be||Ne||ht)&&B&&(_r++,ur(ee,B.getMessages(),$));let fe=(di=n.launcher)!=null?di:{},_t=(pi=fe.headerIconHidden)!=null?pi:!1,mt=(gi=(ui=n.layout)==null?void 0:ui.header)==null?void 0:gi.showIcon,pn=_t||mt===!1,Xt=fe.headerIconName,on=(mi=fe.headerIconSize)!=null?mi:"48px";if(Ie){let q=_.querySelector(".persona-border-b-persona-divider"),ot=q==null?void 0:q.querySelector(".persona-flex-col");if(pn)Ie.style.display="none",q&&ot&&!q.contains(ot)&&q.insertBefore(ot,q.firstChild);else{if(Ie.style.display="",Ie.style.height=on,Ie.style.width=on,q&&ot&&(q.contains(Ie)?Ie.nextSibling!==ot&&(Ie.remove(),q.insertBefore(Ie,ot)):q.insertBefore(Ie,ot)),Xt){let _e=parseFloat(on)||24,at=pe(Xt,_e*.6,"#ffffff",2);at?Ie.replaceChildren(at):Ie.textContent=(fi=fe.agentIconText)!=null?fi:"\u{1F4AC}"}else if(fe.iconUrl){let _e=Ie.querySelector("img");if(_e)_e.src=fe.iconUrl,_e.style.height=on,_e.style.width=on;else{let at=document.createElement("img");at.src=fe.iconUrl,at.alt="",at.className="persona-rounded-xl persona-object-cover",at.style.height=on,at.style.width=on,Ie.replaceChildren(at)}}else{let _e=Ie.querySelector("svg"),at=Ie.querySelector("img");(_e||at)&&Ie.replaceChildren(),Ie.textContent=(hi=fe.agentIconText)!=null?hi:"\u{1F4AC}"}let Et=Ie.querySelector("img");Et&&(Et.style.height=on,Et.style.width=on)}}let Vt=(bi=(yi=n.layout)==null?void 0:yi.header)==null?void 0:bi.showTitle,wn=(vi=(xi=n.layout)==null?void 0:xi.header)==null?void 0:vi.showSubtitle;if(wt&&(wt.style.display=Vt===!1?"none":""),St&&(St.style.display=wn===!1?"none":""),se){((wi=(Ci=n.layout)==null?void 0:Ci.header)==null?void 0:wi.showCloseButton)===!1?se.style.display="none":se.style.display="";let ot=(Si=fe.closeButtonSize)!=null?Si:"32px",Et=(Ai=fe.closeButtonPlacement)!=null?Ai:"inline";se.style.height=ot,se.style.width=ot;let{closeButtonWrapper:_e}=re,at=Et==="top-right",jt=_e==null?void 0:_e.classList.contains("persona-absolute");if(_e&&at!==jt)if(_e.remove(),at)_e.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",_.style.position="relative",_.appendChild(_e);else{let et=(Ti=(Ei=fe.clearChat)==null?void 0:Ei.placement)!=null?Ti:"inline",Ut=(ki=(Mi=fe.clearChat)==null?void 0:Mi.enabled)!=null?ki:!0;_e.className=Ut&&et==="inline"?"":"persona-ml-auto";let un=_.querySelector(".persona-border-b-persona-divider");un&&un.appendChild(_e)}if(se.style.color=fe.closeButtonColor||gn.actionIconColor,fe.closeButtonBackgroundColor?(se.style.backgroundColor=fe.closeButtonBackgroundColor,se.classList.remove("hover:persona-bg-gray-100")):(se.style.backgroundColor="",se.classList.add("hover:persona-bg-gray-100")),fe.closeButtonBorderWidth||fe.closeButtonBorderColor){let et=fe.closeButtonBorderWidth||"0px",Ut=fe.closeButtonBorderColor||"transparent";se.style.border=`${et} solid ${Ut}`,se.classList.remove("persona-border-none")}else se.style.border="",se.classList.add("persona-border-none");fe.closeButtonBorderRadius?(se.style.borderRadius=fe.closeButtonBorderRadius,se.classList.remove("persona-rounded-full")):(se.style.borderRadius="",se.classList.add("persona-rounded-full")),fe.closeButtonPaddingX?(se.style.paddingLeft=fe.closeButtonPaddingX,se.style.paddingRight=fe.closeButtonPaddingX):(se.style.paddingLeft="",se.style.paddingRight=""),fe.closeButtonPaddingY?(se.style.paddingTop=fe.closeButtonPaddingY,se.style.paddingBottom=fe.closeButtonPaddingY):(se.style.paddingTop="",se.style.paddingBottom="");let en=(Li=fe.closeButtonIconName)!=null?Li:"x",Mn=(Ii=fe.closeButtonIconText)!=null?Ii:"\xD7";se.innerHTML="";let sn=pe(en,"20px","currentColor",2);sn?se.appendChild(sn):se.textContent=Mn;let Ht=(Pi=fe.closeButtonTooltipText)!=null?Pi:"Close chat",bn=(Wi=fe.closeButtonShowTooltip)!=null?Wi:!0;if(se.setAttribute("aria-label",Ht),_e&&(_e._cleanupTooltip&&(_e._cleanupTooltip(),delete _e._cleanupTooltip),bn&&Ht)){let et=null,Ut=()=>{if(et||!se)return;let fr=se.ownerDocument,Qr=fr.body;if(!Qr)return;et=Nn(fr,"div","persona-clear-chat-tooltip"),et.textContent=Ht;let eo=Nn(fr,"div");eo.className="persona-clear-chat-tooltip-arrow",et.appendChild(eo);let hr=se.getBoundingClientRect();et.style.position="fixed",et.style.left=`${hr.left+hr.width/2}px`,et.style.top=`${hr.top-8}px`,et.style.transform="translate(-50%, -100%)",Qr.appendChild(et)},un=()=>{et&&et.parentNode&&(et.parentNode.removeChild(et),et=null)};_e.addEventListener("mouseenter",Ut),_e.addEventListener("mouseleave",un),se.addEventListener("focus",Ut),se.addEventListener("blur",un),_e._cleanupTooltip=()=>{un(),_e&&(_e.removeEventListener("mouseenter",Ut),_e.removeEventListener("mouseleave",un)),se&&(se.removeEventListener("focus",Ut),se.removeEventListener("blur",un))}}}let{clearChatButton:Ye,clearChatButtonWrapper:kt}=re;if(Ye){let q=(Ri=fe.clearChat)!=null?Ri:{},ot=(Hi=q.enabled)!=null?Hi:!0,Et=(Di=(Bi=n.layout)==null?void 0:Bi.header)==null?void 0:Di.showClearChat,_e=Et!==void 0?Et:ot,at=(Fi=q.placement)!=null?Fi:"inline";if(kt){kt.style.display=_e?"":"none";let{closeButtonWrapper:jt}=re;jt&&!jt.classList.contains("persona-absolute")&&(_e?jt.classList.remove("persona-ml-auto"):jt.classList.add("persona-ml-auto"));let en=at==="top-right",Mn=kt.classList.contains("persona-absolute");if(en!==Mn&&_e){if(kt.remove(),en)kt.className="persona-absolute persona-top-4 persona-z-50",kt.style.right="48px",_.style.position="relative",_.appendChild(kt);else{kt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",kt.style.right="";let Ht=_.querySelector(".persona-border-b-persona-divider"),bn=re.closeButtonWrapper;Ht&&bn&&bn.parentElement===Ht?Ht.insertBefore(kt,bn):Ht&&Ht.appendChild(kt)}let sn=re.closeButtonWrapper;sn&&!sn.classList.contains("persona-absolute")&&(en?sn.classList.add("persona-ml-auto"):sn.classList.remove("persona-ml-auto"))}}if(_e){let jt=(Ni=q.size)!=null?Ni:"32px";Ye.style.height=jt,Ye.style.width=jt;let en=(Oi=q.iconName)!=null?Oi:"refresh-cw",Mn=($i=q.iconColor)!=null?$i:"";Ye.style.color=Mn||gn.actionIconColor,Ye.innerHTML="";let sn=pe(en,"20px","currentColor",2);if(sn&&Ye.appendChild(sn),q.backgroundColor?(Ye.style.backgroundColor=q.backgroundColor,Ye.classList.remove("hover:persona-bg-gray-100")):(Ye.style.backgroundColor="",Ye.classList.add("hover:persona-bg-gray-100")),q.borderWidth||q.borderColor){let et=q.borderWidth||"0px",Ut=q.borderColor||"transparent";Ye.style.border=`${et} solid ${Ut}`,Ye.classList.remove("persona-border-none")}else Ye.style.border="",Ye.classList.add("persona-border-none");q.borderRadius?(Ye.style.borderRadius=q.borderRadius,Ye.classList.remove("persona-rounded-full")):(Ye.style.borderRadius="",Ye.classList.add("persona-rounded-full")),q.paddingX?(Ye.style.paddingLeft=q.paddingX,Ye.style.paddingRight=q.paddingX):(Ye.style.paddingLeft="",Ye.style.paddingRight=""),q.paddingY?(Ye.style.paddingTop=q.paddingY,Ye.style.paddingBottom=q.paddingY):(Ye.style.paddingTop="",Ye.style.paddingBottom="");let Ht=(_i=q.tooltipText)!=null?_i:"Clear chat",bn=(ji=q.showTooltip)!=null?ji:!0;if(Ye.setAttribute("aria-label",Ht),kt&&(kt._cleanupTooltip&&(kt._cleanupTooltip(),delete kt._cleanupTooltip),bn&&Ht)){let et=null,Ut=()=>{if(et||!Ye)return;let fr=Ye.ownerDocument,Qr=fr.body;if(!Qr)return;et=Nn(fr,"div","persona-clear-chat-tooltip"),et.textContent=Ht;let eo=Nn(fr,"div");eo.className="persona-clear-chat-tooltip-arrow",et.appendChild(eo);let hr=Ye.getBoundingClientRect();et.style.position="fixed",et.style.left=`${hr.left+hr.width/2}px`,et.style.top=`${hr.top-8}px`,et.style.transform="translate(-50%, -100%)",Qr.appendChild(et)},un=()=>{et&&et.parentNode&&(et.parentNode.removeChild(et),et=null)};kt.addEventListener("mouseenter",Ut),kt.addEventListener("mouseleave",un),Ye.addEventListener("focus",Ut),Ye.addEventListener("blur",un),kt._cleanupTooltip=()=>{un(),kt&&(kt.removeEventListener("mouseenter",Ut),kt.removeEventListener("mouseleave",un)),Ye&&(Ye.removeEventListener("focus",Ut),Ye.removeEventListener("blur",un))}}}}let Ao=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Zo],Eo=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[Nr.message,Nr.messageAndClick];T=Qo({parsers:Ao,handlers:Eo,getSessionMetadata:u,updateSessionMetadata:h,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),$=Tc(n,T,oe),B.updateConfig(n),ur(ee,B.getMessages(),$),Zn.render(n.suggestionChips,B,G,void 0,n.suggestionChipsConfig),Ur(),Er(B.isStreaming());let To=((zi=n.voiceRecognition)==null?void 0:zi.enabled)===!0,Mo=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),ko=((Vi=(qi=n.voiceRecognition)==null?void 0:qi.provider)==null?void 0:Vi.type)==="runtype";if(To&&(Mo||ko))if(!F||!Te){let q=Ge(n.voiceRecognition,n.sendButton);q&&(F=q.micButton,Te=q.micButtonWrapper,Yt.insertBefore(Te,xt),F.addEventListener("click",R),F.disabled=B.isStreaming())}else{let q=(Ui=n.voiceRecognition)!=null?Ui:{},ot=(Ji=n.sendButton)!=null?Ji:{},Et=(Ki=q.iconName)!=null?Ki:"mic",_e=(Yi=ot.size)!=null?Yi:"40px",at=(Gi=q.iconSize)!=null?Gi:_e,jt=parseFloat(at)||24;F.style.width=at,F.style.height=at,F.style.minWidth=at,F.style.minHeight=at;let en=(Zi=(Xi=q.iconColor)!=null?Xi:ot.textColor)!=null?Zi:"currentColor";F.innerHTML="";let Mn=pe(Et,jt,en,2);Mn?F.appendChild(Mn):F.textContent="\u{1F3A4}";let sn=(Qi=q.backgroundColor)!=null?Qi:ot.backgroundColor;sn?F.style.backgroundColor=sn:F.style.backgroundColor="",en?F.style.color=en:F.style.color="var(--persona-text, #111827)",q.borderWidth?(F.style.borderWidth=q.borderWidth,F.style.borderStyle="solid"):(F.style.borderWidth="",F.style.borderStyle=""),q.borderColor?F.style.borderColor=q.borderColor:F.style.borderColor="",q.paddingX?(F.style.paddingLeft=q.paddingX,F.style.paddingRight=q.paddingX):(F.style.paddingLeft="",F.style.paddingRight=""),q.paddingY?(F.style.paddingTop=q.paddingY,F.style.paddingBottom=q.paddingY):(F.style.paddingTop="",F.style.paddingBottom="");let Ht=Te==null?void 0:Te.querySelector(".persona-send-button-tooltip"),bn=(el=q.tooltipText)!=null?el:"Start voice recognition";if(((tl=q.showTooltip)!=null?tl:!1)&&bn)if(Ht)Ht.textContent=bn,Ht.style.display="";else{let Ut=document.createElement("div");Ut.className="persona-send-button-tooltip",Ut.textContent=bn,Te==null||Te.insertBefore(Ut,F)}else Ht&&(Ht.style.display="none");Te.style.display="",F.disabled=B.isStreaming()}else F&&Te&&(Te.style.display="none",((rl=(nl=n.voiceRecognition)==null?void 0:nl.provider)==null?void 0:rl.type)==="runtype"?B.isVoiceActive()&&B.toggleVoice():yn&&X());if(((ol=n.attachments)==null?void 0:ol.enabled)===!0)if(!it||!de){let q=(sl=n.attachments)!=null?sl:{},Et=(il=((al=n.sendButton)!=null?al:{}).size)!=null?il:"40px";Q||(Q=f("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),Q.style.display="none",nt.insertBefore(Q,G)),Be||(Be=document.createElement("input"),Be.type="file",Be.accept=((ll=q.allowedTypes)!=null?ll:Un).join(","),Be.multiple=((cl=q.maxFiles)!=null?cl:4)>1,Be.style.display="none",Be.setAttribute("aria-label","Attach files"),nt.insertBefore(Be,G)),it=f("div","persona-send-button-wrapper"),de=f("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),de.type="button",de.setAttribute("aria-label",(dl=q.buttonTooltipText)!=null?dl:"Attach file");let _e=(pl=q.buttonIconName)!=null?pl:"paperclip",at=Et,jt=parseFloat(at)||40,en=Math.round(jt*.6);de.style.width=at,de.style.height=at,de.style.minWidth=at,de.style.minHeight=at,de.style.fontSize="18px",de.style.lineHeight="1",de.style.backgroundColor="transparent",de.style.color="var(--persona-primary, #111827)",de.style.border="none",de.style.borderRadius="6px",de.style.transition="background-color 0.15s ease",de.addEventListener("mouseenter",()=>{de.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),de.addEventListener("mouseleave",()=>{de.style.backgroundColor="transparent"});let Mn=pe(_e,en,"currentColor",1.5);Mn?de.appendChild(Mn):de.textContent="\u{1F4CE}",de.addEventListener("click",bn=>{bn.preventDefault(),Be==null||Be.click()}),it.appendChild(de);let sn=(ul=q.buttonTooltipText)!=null?ul:"Attach file",Ht=f("div","persona-send-button-tooltip");Ht.textContent=sn,it.appendChild(Ht),Jt.append(it),!Oe&&Be&&Q&&(Oe=Wr.fromConfig(q),Oe.setPreviewsContainer(Q),Be.addEventListener("change",async()=>{Oe&&(Be!=null&&Be.files)&&(await Oe.handleFileSelect(Be.files),Be.value="")}))}else{it.style.display="";let q=(gl=n.attachments)!=null?gl:{};Be&&(Be.accept=((ml=q.allowedTypes)!=null?ml:Un).join(","),Be.multiple=((fl=q.maxFiles)!=null?fl:4)>1),Oe&&Oe.updateConfig({allowedTypes:q.allowedTypes,maxFileSize:q.maxFileSize,maxFiles:q.maxFiles})}else it&&(it.style.display="none"),Oe&&Oe.clearAttachments();let Ot=(hl=n.sendButton)!=null?hl:{},Lo=(yl=Ot.useIcon)!=null?yl:!1,Xr=(bl=Ot.iconText)!=null?bl:"\u2191",Zr=Ot.iconName,Mr=(xl=Ot.tooltipText)!=null?xl:"Send message",Io=(vl=Ot.showTooltip)!=null?vl:!1,rr=(Cl=Ot.size)!=null?Cl:"40px",Zt=Ot.backgroundColor,Qt=Ot.textColor;if(Lo){if(Z.style.width=rr,Z.style.height=rr,Z.style.minWidth=rr,Z.style.minHeight=rr,Z.style.fontSize="18px",Z.style.lineHeight="1",Z.innerHTML="",Qt?Z.style.color=Qt:Z.style.color="var(--persona-button-primary-fg, #ffffff)",Zr){let q=parseFloat(rr)||24,ot=(Qt==null?void 0:Qt.trim())||"currentColor",Et=pe(Zr,q,ot,2);Et?Z.appendChild(Et):Z.textContent=Xr}else Z.textContent=Xr;Z.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",Zt?(Z.style.backgroundColor=Zt,Z.classList.remove("persona-bg-persona-primary")):(Z.style.backgroundColor="",Z.classList.add("persona-bg-persona-primary"))}else Z.textContent=(Sl=(wl=n.copy)==null?void 0:wl.sendButtonLabel)!=null?Sl:"Send",Z.style.width="",Z.style.height="",Z.style.minWidth="",Z.style.minHeight="",Z.style.fontSize="",Z.style.lineHeight="",Z.className="persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-50 persona-cursor-pointer",Zt?(Z.style.backgroundColor=Zt,Z.classList.remove("persona-bg-persona-accent")):Z.classList.add("persona-bg-persona-accent"),Qt?Z.style.color=Qt:Z.classList.add("persona-text-white");Ot.borderWidth?(Z.style.borderWidth=Ot.borderWidth,Z.style.borderStyle="solid"):(Z.style.borderWidth="",Z.style.borderStyle=""),Ot.borderColor?Z.style.borderColor=Ot.borderColor:Z.style.borderColor="",Ot.paddingX?(Z.style.paddingLeft=Ot.paddingX,Z.style.paddingRight=Ot.paddingX):(Z.style.paddingLeft="",Z.style.paddingRight=""),Ot.paddingY?(Z.style.paddingTop=Ot.paddingY,Z.style.paddingBottom=Ot.paddingY):(Z.style.paddingTop="",Z.style.paddingBottom="");let Fn=xt==null?void 0:xt.querySelector(".persona-send-button-tooltip");if(Io&&Mr)if(Fn)Fn.textContent=Mr,Fn.style.display="";else{let q=document.createElement("div");q.className="persona-send-button-tooltip",q.textContent=Mr,xt==null||xt.insertBefore(q,Z)}else Fn&&(Fn.style.display="none");let ps=(Al=n.layout)==null?void 0:Al.contentMaxWidth;ps?(ee.style.maxWidth=ps,ee.style.marginLeft="auto",ee.style.marginRight="auto",ee.style.width="100%",nt&&(nt.style.maxWidth=ps,nt.style.marginLeft="auto",nt.style.marginRight="auto")):(ee.style.maxWidth="",ee.style.marginLeft="",ee.style.marginRight="",ee.style.width="",nt&&(nt.style.maxWidth="",nt.style.marginLeft="",nt.style.marginRight=""));let or=(El=n.statusIndicator)!=null?El:{},id=(Tl=or.visible)!=null?Tl:!0;if(Mt.style.display=id?"":"none",B){let q=B.getStatus();Ct(Mt,(Et=>{var _e,at,jt,en;return Et==="idle"?(_e=or.idleText)!=null?_e:tn.idle:Et==="connecting"?(at=or.connectingText)!=null?at:tn.connecting:Et==="connected"?(jt=or.connectedText)!=null?jt:tn.connected:Et==="error"?(en=or.errorText)!=null?en:tn.error:tn[Et]})(q),or,q)}Mt.classList.remove("persona-text-left","persona-text-center","persona-text-right");let ld=or.align==="left"?"persona-text-left":or.align==="center"?"persona-text-center":"persona-text-right";Mt.classList.add(ld)},open(){b&&At(!0,"api")},close(){b&&At(!1,"api")},toggle(){b&&At(!M,"api")},clearChat(){an=!1,B.clearMessages(),er.clear();try{localStorage.removeItem(Or),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Or}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Or)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(g){console.error("[AgentWidget] Failed to clear custom localStorage:",g)}let l=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(l),a!=null&&a.clear)try{let g=a.clear();g instanceof Promise&&g.catch(y=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",y)})}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",g)}i={},T.syncFromMetadata(),K==null||K.clear(),ce==null||ce.update()},setMessage(l){return!G||B.isStreaming()?!1:(!M&&b&&At(!0,"system"),G.value=l,G.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(l){if(B.isStreaming())return!1;let g=(l==null?void 0:l.trim())||G.value.trim();return g?(!M&&b&&At(!0,"system"),G.value="",G.style.height="auto",B.sendMessage(g),!0):!1},startVoiceRecognition(){var g,y;return B.isStreaming()?!1:((y=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:y.type)==="runtype"?(B.isVoiceActive()||(!M&&b&&At(!0,"system"),qe.manuallyDeactivated=!1,cn(),B.toggleVoice().then(()=>{qe.active=B.isVoiceActive(),vn("user"),B.isVoiceActive()&&Nt()})),!0):yn?!0:Gr()?(!M&&b&&At(!0,"system"),qe.manuallyDeactivated=!1,cn(),mr("user"),!0):!1},stopVoiceRecognition(){var l,g;return((g=(l=n.voiceRecognition)==null?void 0:l.provider)==null?void 0:g.type)==="runtype"?B.isVoiceActive()?(B.toggleVoice().then(()=>{qe.active=!1,qe.manuallyDeactivated=!0,cn(),vn("user"),Le()}),!0):!1:yn?(qe.manuallyDeactivated=!0,cn(),X("user"),!0):!1},injectMessage(l){return!M&&b&&At(!0,"system"),B.injectMessage(l)},injectAssistantMessage(l){!M&&b&&At(!0,"system");let g=B.injectAssistantMessage(l);return Y&&(Y=!1,ue&&(clearTimeout(ue),ue=null),setTimeout(()=>{B&&!B.isStreaming()&&B.continueConversation()},100)),g},injectUserMessage(l){return!M&&b&&At(!0,"system"),B.injectUserMessage(l)},injectSystemMessage(l){return!M&&b&&At(!0,"system"),B.injectSystemMessage(l)},injectMessageBatch(l){return!M&&b&&At(!0,"system"),B.injectMessageBatch(l)},injectTestMessage(l){!M&&b&&At(!0,"system"),B.injectTestEvent(l)},async connectStream(l,g){return B.connectStream(l,g)},__pushEventStreamEvent(l){K&&K.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:l.type,timestamp:Date.now(),payload:JSON.stringify(l.payload)})},showEventStream(){!ne||!K||$n()},hideEventStream(){me&&An()},isEventStreamVisible(){return me},showArtifacts(){Sn(n)&&(an=!1,hn(),Qe==null||Qe.setMobileOpen(!0))},hideArtifacts(){Sn(n)&&(an=!0,hn())},upsertArtifact(l){return Sn(n)?(an=!1,B.upsertArtifact(l)):null},selectArtifact(l){Sn(n)&&B.selectArtifact(l)},clearArtifacts(){Sn(n)&&B.clearArtifacts()},focusInput(){return b&&!M||!G?!1:(G.focus(),!0)},async resolveApproval(l,g){let A=B.getMessages().find(L=>{var I;return L.variant==="approval"&&((I=L.approval)==null?void 0:I.id)===l});if(!(A!=null&&A.approval))throw new Error(`Approval not found: ${l}`);return B.resolveApproval(A.approval,g)},getMessages(){return B.getMessages()},getStatus(){return B.getStatus()},getPersistentMetadata(){return{...i}},updatePersistentMetadata(l){h(l)},on(l,g){return o.on(l,g)},off(l,g){o.off(l,g)},isOpen(){return b&&M},isVoiceActive(){return qe.active},getState(){return{open:b&&M,launcherEnabled:b,voiceActive:qe.active,streaming:B.isStreaming()}},showCSATFeedback(l){!M&&b&&At(!0,"system");let g=ee.querySelector(".persona-feedback-container");g&&g.remove();let y=Os({onSubmit:async(A,L)=>{var I;B.isClientTokenMode()&&await B.submitCSATFeedback(A,L),(I=l==null?void 0:l.onSubmit)==null||I.call(l,A,L)},onDismiss:l==null?void 0:l.onDismiss,...l});ee.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(l){!M&&b&&At(!0,"system");let g=ee.querySelector(".persona-feedback-container");g&&g.remove();let y=$s({onSubmit:async(A,L)=>{var I;B.isClientTokenMode()&&await B.submitNPSFeedback(A,L),(I=l==null?void 0:l.onSubmit)==null||I.call(l,A,L)},onDismiss:l==null?void 0:l.onDismiss,...l});ee.appendChild(y),y.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(l,g){return B.submitCSATFeedback(l,g)},async submitNPSFeedback(l,g){return B.submitNPSFeedback(l,g)},destroy(){V.forEach(l=>l()),j.remove(),ie==null||ie.destroy(),Me==null||Me.remove(),Bn&&se.removeEventListener("click",Bn)}};if((((Pa=t==null?void 0:t.debugTools)!=null?Pa:!1)||!!n.debug)&&typeof window!="undefined"){let l=window.AgentWidgetBrowser,g={controller:Ve,getMessages:Ve.getMessages,getStatus:Ve.getStatus,getMetadata:Ve.getPersistentMetadata,updateMetadata:Ve.updatePersistentMetadata,clearHistory:()=>Ve.clearChat(),setVoiceActive:y=>y?Ve.startVoiceRecognition():Ve.stopVoiceRecognition()};window.AgentWidgetBrowser=g,V.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=l)})}if(typeof window!="undefined"){let l=e.getAttribute("data-persona-instance")||e.id||"persona-"+Math.random().toString(36).slice(2,8),g=J=>{let D=J.detail;(!(D!=null&&D.instanceId)||D.instanceId===l)&&Ve.focusInput()};if(window.addEventListener("persona:focusInput",g),V.push(()=>{window.removeEventListener("persona:focusInput",g)}),ne){let J=le=>{let ve=le.detail;(!(ve!=null&&ve.instanceId)||ve.instanceId===l)&&Ve.showEventStream()},D=le=>{let ve=le.detail;(!(ve!=null&&ve.instanceId)||ve.instanceId===l)&&Ve.hideEventStream()};window.addEventListener("persona:showEventStream",J),window.addEventListener("persona:hideEventStream",D),V.push(()=>{window.removeEventListener("persona:showEventStream",J),window.removeEventListener("persona:hideEventStream",D)})}let y=J=>{let D=J.detail;(!(D!=null&&D.instanceId)||D.instanceId===l)&&Ve.showArtifacts()},A=J=>{let D=J.detail;(!(D!=null&&D.instanceId)||D.instanceId===l)&&Ve.hideArtifacts()},L=J=>{let D=J.detail;D!=null&&D.instanceId&&D.instanceId!==l||D!=null&&D.artifact&&Ve.upsertArtifact(D.artifact)},I=J=>{let D=J.detail;D!=null&&D.instanceId&&D.instanceId!==l||typeof(D==null?void 0:D.id)=="string"&&Ve.selectArtifact(D.id)},P=J=>{let D=J.detail;(!(D!=null&&D.instanceId)||D.instanceId===l)&&Ve.clearArtifacts()};window.addEventListener("persona:showArtifacts",y),window.addEventListener("persona:hideArtifacts",A),window.addEventListener("persona:upsertArtifact",L),window.addEventListener("persona:selectArtifact",I),window.addEventListener("persona:clearArtifacts",P),V.push(()=>{window.removeEventListener("persona:showArtifacts",y),window.removeEventListener("persona:hideArtifacts",A),window.removeEventListener("persona:upsertArtifact",L),window.removeEventListener("persona:selectArtifact",I),window.removeEventListener("persona:clearArtifacts",P)})}let ft=Rp(n.persistState);if(ft&&b){let l=Hp(ft.storage),g=`${ft.keyPrefix}widget-open`,y=`${ft.keyPrefix}widget-voice`,A=`${ft.keyPrefix}widget-voice-mode`;if(l){let L=((Wa=ft.persist)==null?void 0:Wa.openState)&&l.getItem(g)==="true",I=((Ra=ft.persist)==null?void 0:Ra.voiceState)&&l.getItem(y)==="true",P=((Ha=ft.persist)==null?void 0:Ha.voiceState)&&l.getItem(A)==="true";if(L&&setTimeout(()=>{Ve.open(),setTimeout(()=>{var J;if(I||P)Ve.startVoiceRecognition();else if((J=ft.persist)!=null&&J.focusInput){let D=e.querySelector("textarea");D&&D.focus()}},100)},0),(Ba=ft.persist)!=null&&Ba.openState&&(o.on("widget:opened",()=>{l.setItem(g,"true")}),o.on("widget:closed",()=>{l.setItem(g,"false")})),(Da=ft.persist)!=null&&Da.voiceState&&(o.on("voice:state",J=>{l.setItem(y,J.active?"true":"false")}),o.on("user:message",J=>{l.setItem(A,J.viaVoice?"true":"false")})),ft.clearOnChatClear){let J=()=>{l.removeItem(g),l.removeItem(y),l.removeItem(A)},D=()=>J();window.addEventListener("persona:clear-chat",D),V.push(()=>{window.removeEventListener("persona:clear-chat",D)})}}}return c&&b&&setTimeout(()=>{Ve.open()},0),Ve};var Bp=(e,r)=>{let t=e.trim(),n=/^(\d+(?:\.\d+)?)px$/i.exec(t);if(n)return Math.max(0,parseFloat(n[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(t);return s?Math.max(0,r*parseFloat(s[1])/100):420},Mc=(e,r)=>{var n,s;let t=(s=(n=r==null?void 0:r.launcher)==null?void 0:n.enabled)!=null?s:!0;e.className="persona-host",e.style.height=t?"":"100%",e.style.display=t?"":"flex",e.style.flexDirection=t?"":"column",e.style.flex=t?"":"1 1 auto",e.style.minHeight=t?"":"0"},Us=e=>{e.style.position="",e.style.top="",e.style.bottom="",e.style.left="",e.style.right="",e.style.zIndex="",e.style.transform="",e.style.pointerEvents=""},kc=e=>{e.style.inset="",e.style.width="",e.style.height="",e.style.maxWidth="",e.style.minWidth="",Us(e)},zs=e=>{e.style.transition=""},qs=e=>{e.style.display="",e.style.flexDirection="",e.style.flex="",e.style.minHeight="",e.style.minWidth="",e.style.width="",e.style.height="",e.style.alignItems="",e.style.transition="",e.style.transform=""},Vs=e=>{e.style.width="",e.style.maxWidth="",e.style.minWidth="",e.style.flex="1 1 auto"},es=(e,r)=>{e.style.width="",e.style.minWidth="",e.style.maxWidth="",e.style.boxSizing="",r.style.alignItems=""},Dp=(e,r,t,n,s)=>{s?t.parentElement!==r&&(e.replaceChildren(),r.replaceChildren(t,n),e.appendChild(r)):t.parentElement===r&&(r.replaceChildren(),e.appendChild(t),e.appendChild(n))},Fp=(e,r,t,n,s,o)=>{let a=o?r:e;s==="left"?a.firstElementChild!==n&&a.replaceChildren(n,t):a.lastElementChild!==n&&a.replaceChildren(t,n)},Lc=(e,r,t,n,s,o,a)=>{var C,T,b,x,S,O;let i=kn(o),d=i.reveal==="push";Dp(e,r,t,n,d),Fp(e,r,t,n,i.side,d),e.dataset.personaHostLayout="docked",e.dataset.personaDockSide=i.side,e.dataset.personaDockOpen=a?"true":"false",e.style.width="100%",e.style.maxWidth="100%",e.style.minWidth="0",e.style.height="100%",e.style.minHeight="0",e.style.position="relative",t.style.display="flex",t.style.flexDirection="column",t.style.minHeight="0",t.style.position="relative",s.className="persona-host",s.style.height="100%",s.style.minHeight="0",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1 1 auto";let c=e.ownerDocument.defaultView,p=(T=(C=o==null?void 0:o.launcher)==null?void 0:C.mobileFullscreen)!=null?T:!0,u=(x=(b=o==null?void 0:o.launcher)==null?void 0:b.mobileBreakpoint)!=null?x:640,h=c!=null?c.innerWidth<=u:!1;if(p&&h&&a){e.dataset.personaDockMobileFullscreen="true",e.removeAttribute("data-persona-dock-reveal"),qs(r),zs(n),kc(n),Vs(t),es(s,n),e.style.display="flex",e.style.flexDirection="column",e.style.alignItems="stretch",e.style.overflow="hidden",t.style.flex="1 1 auto",t.style.width="100%",t.style.minWidth="0",n.style.display="flex",n.style.flexDirection="column",n.style.position="fixed",n.style.inset="0",n.style.width="100%",n.style.height="100%",n.style.maxWidth="100%",n.style.minWidth="0",n.style.minHeight="0",n.style.overflow="hidden",n.style.zIndex=String((O=(S=o==null?void 0:o.launcher)==null?void 0:S.zIndex)!=null?O:9999),n.style.transform="none",n.style.transition="none",n.style.pointerEvents="auto",n.style.flex="none",d&&(r.style.display="flex",r.style.flexDirection="column",r.style.width="100%",r.style.height="100%",r.style.minHeight="0",r.style.minWidth="0",r.style.flex="1 1 auto",r.style.alignItems="stretch",r.style.transform="none",r.style.transition="none",t.style.flex="1 1 auto",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0");return}if(e.removeAttribute("data-persona-dock-mobile-fullscreen"),kc(n),i.reveal==="overlay"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="overlay",qs(r),zs(n),Vs(t),es(s,n);let w=i.animate?"transform 180ms ease":"none",k=i.side==="right"?"translateX(100%)":"translateX(-100%)",W=a?"translateX(0)":k;n.style.display="flex",n.style.flexDirection="column",n.style.flex="none",n.style.position="absolute",n.style.top="0",n.style.bottom="0",n.style.width=i.width,n.style.maxWidth=i.width,n.style.minWidth=i.width,n.style.minHeight="0",n.style.overflow="hidden",n.style.transition=w,n.style.transform=W,n.style.pointerEvents=a?"auto":"none",n.style.zIndex="2",i.side==="right"?(n.style.right="0",n.style.left=""):(n.style.left="0",n.style.right="")}else if(i.reveal==="push"){e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="hidden",e.dataset.personaDockReveal="push",zs(n),Us(n),es(s,n);let w=Bp(i.width,e.clientWidth),k=Math.max(0,e.clientWidth),W=i.animate?"transform 180ms ease":"none",M=i.side==="right"?a?`translateX(-${w}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${w}px)`;r.style.display="flex",r.style.flexDirection="row",r.style.flex="0 0 auto",r.style.minHeight="0",r.style.minWidth="0",r.style.alignItems="stretch",r.style.height="100%",r.style.width=`${k+w}px`,r.style.transition=W,r.style.transform=M,t.style.flex="0 0 auto",t.style.flexGrow="0",t.style.flexShrink="0",t.style.width=`${k}px`,t.style.maxWidth=`${k}px`,t.style.minWidth=`${k}px`,n.style.display="flex",n.style.flexDirection="column",n.style.flex="0 0 auto",n.style.flexShrink="0",n.style.width=i.width,n.style.minWidth=i.width,n.style.maxWidth=i.width,n.style.position="relative",n.style.overflow="hidden",n.style.transition="none",n.style.pointerEvents=a?"auto":"none"}else{e.style.display="flex",e.style.flexDirection="row",e.style.alignItems="stretch",e.style.overflow="",qs(r),Us(n),Vs(t),es(s,n);let w=i.reveal==="emerge";w?e.dataset.personaDockReveal="emerge":e.removeAttribute("data-persona-dock-reveal");let k=a?i.width:"0px",W=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",M=!a;n.style.display="flex",n.style.flexDirection="column",n.style.flex=`0 0 ${k}`,n.style.width=k,n.style.maxWidth=k,n.style.minWidth=k,n.style.minHeight="0",n.style.position="relative",n.style.overflow=w||M?"hidden":"visible",n.style.transition=W,w&&(n.style.alignItems=i.side==="right"?"flex-start":"flex-end",s.style.width=i.width,s.style.minWidth=i.width,s.style.maxWidth=i.width,s.style.boxSizing="border-box")}},Np=(e,r)=>{let t=e.ownerDocument.createElement("div");return Mc(t,r),e.appendChild(t),{mode:"direct",host:t,shell:null,syncWidgetState:()=>{},updateConfig(n){Mc(t,n)},destroy(){t.remove()}}},Op=(e,r)=>{var S,O,w,k;let{ownerDocument:t}=e,n=e.parentElement;if(!n)throw new Error("Docked widget target must be attached to the DOM");let s=e.tagName.toUpperCase();if(s==="BODY"||s==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let o=e.nextSibling,a=t.createElement("div"),i=t.createElement("div"),d=t.createElement("div"),c=t.createElement("aside"),p=t.createElement("div"),u=(O=(S=r==null?void 0:r.launcher)==null?void 0:S.enabled)==null||O?(k=(w=r==null?void 0:r.launcher)==null?void 0:w.autoExpand)!=null?k:!1:!0;i.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",c.dataset.personaDockRole="panel",p.dataset.personaDockRole="host",c.appendChild(p),n.insertBefore(a,e),d.appendChild(e);let h=null,m=()=>{h==null||h.disconnect(),h=null},C=()=>{m(),kn(r).reveal==="push"&&typeof ResizeObserver!="undefined"&&(h=new ResizeObserver(()=>{Lc(a,i,d,c,p,r,u)}),h.observe(a))},T=()=>{Lc(a,i,d,c,p,r,u),C()},b=a.ownerDocument.defaultView,x=()=>{T()};return b==null||b.addEventListener("resize",x),kn(r).reveal==="push"?(i.appendChild(d),i.appendChild(c),a.appendChild(i)):(a.appendChild(d),a.appendChild(c)),T(),{mode:"docked",host:p,shell:a,syncWidgetState(W){let M=W.launcherEnabled?W.open:!0;u!==M&&(u=M,T())},updateConfig(W){var M,Y;r=W,((Y=(M=r==null?void 0:r.launcher)==null?void 0:M.enabled)!=null?Y:!0)===!1&&(u=!0),T()},destroy(){b==null||b.removeEventListener("resize",x),m(),n.isConnected&&(o&&o.parentNode===n?n.insertBefore(e,o):n.appendChild(e)),a.remove()}}},ts=(e,r)=>Gt(r)?Op(e,r):Np(e,r);var Js={},$p=e=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof e=="string"){let r=document.querySelector(e);if(!r)throw new Error(`Chat widget target "${e}" was not found`);return r}return e},_p=()=>{try{if(typeof Js!="undefined"&&Js.url)return new URL("../widget.css",Js.url).href}catch{}return null},Ic=(e,r)=>{let t=_p(),n=()=>{if(!(e instanceof ShadowRoot)||e.querySelector("link[data-persona]"))return;let s=r.head.querySelector("link[data-persona]");if(!s)return;let o=s.cloneNode(!0);e.insertBefore(o,e.firstChild)};if(e instanceof ShadowRoot)if(t){let s=r.createElement("link");s.rel="stylesheet",s.href=t,s.setAttribute("data-persona","true"),e.insertBefore(s,e.firstChild)}else n();else if(!r.head.querySelector("link[data-persona]")&&t){let o=r.createElement("link");o.rel="stylesheet",o.href=t,o.setAttribute("data-persona","true"),r.head.appendChild(o)}},Pc=e=>{var b;let r=$p(e.target),t=e.useShadowDom===!0,n=r.ownerDocument,s=e.config,o=ts(r,s),a,i=[],d=(x,S)=>{var W,M;let w=!((M=(W=S==null?void 0:S.launcher)==null?void 0:W.enabled)!=null?M:!0)||Gt(S),k=n.createElement("div");if(k.setAttribute("data-persona-root","true"),w&&(k.style.height="100%",k.style.display="flex",k.style.flexDirection="column",k.style.flex="1",k.style.minHeight="0"),t){let Y=x.attachShadow({mode:"open"});Y.appendChild(k),Ic(Y,n)}else x.appendChild(k),Ic(x,n);return r.id&&k.setAttribute("data-persona-instance",r.id),k},c=()=>{o.syncWidgetState(a.getState())},p=()=>{i.forEach(x=>x()),i=[a.on("widget:opened",c),a.on("widget:closed",c)],c()},u=()=>{let x=d(o.host,s);a=js(x,s,{debugTools:e.debugTools}),p()},h=()=>{i.forEach(x=>x()),i=[],a.destroy()};u(),(b=e.onReady)==null||b.call(e);let m=x=>{h(),o.destroy(),o=ts(r,x),s=x,u()},C={update(x){var k,W,M,Y,ue,oe;let S={...s,...x,launcher:{...(k=s==null?void 0:s.launcher)!=null?k:{},...(W=x==null?void 0:x.launcher)!=null?W:{},dock:{...(Y=(M=s==null?void 0:s.launcher)==null?void 0:M.dock)!=null?Y:{},...(oe=(ue=x==null?void 0:x.launcher)==null?void 0:ue.dock)!=null?oe:{}}}},O=Gt(s),w=Gt(S);if(O!==w){m(S);return}s=S,o.updateConfig(s),a.update(x),c()},destroy(){h(),o.destroy(),e.windowKey&&typeof window!="undefined"&&delete window[e.windowKey]}},T=new Proxy(C,{get(x,S,O){if(S==="host")return o.host;if(S in x)return Reflect.get(x,S,O);let w=a[S];return typeof w=="function"?w.bind(a):w}});return e.windowKey&&typeof window!="undefined"&&(window[e.windowKey]=T),T};var Dc=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),jp=new Set(["button","a","input","select","textarea","details","summary"]),zp=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),Ks=/\b(product|card|item|listing|result)\b/i,Gs=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,qp=3e3,Vp=100;function Fc(e){let r=typeof e.className=="string"?e.className:"";if(Ks.test(r)||e.id&&Ks.test(e.id))return!0;for(let t=0;t<e.attributes.length;t++){let n=e.attributes[t];if(n.name.startsWith("data-")&&Ks.test(n.value))return!0}return!1}function Nc(e){var r;return Gs.test(((r=e.textContent)!=null?r:"").trim())}function Oc(e){var t;let r=e.querySelectorAll("a[href]");for(let n=0;n<r.length;n++){let s=(t=r[n].getAttribute("href"))!=null?t:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function Up(e){return!!e.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function Wc(e){let r=e.match(Gs);return r?r[0]:null}function Rc(e){var n,s,o;let r=(n=e.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?n:e.querySelector("a[href]");if(r&&((s=r.textContent)!=null&&s.trim())){let a=r.getAttribute("href");return{title:r.textContent.trim(),href:a&&a!=="#"?a:null}}let t=e.querySelector("h1, h2, h3, h4, h5, h6");return(o=t==null?void 0:t.textContent)!=null&&o.trim()?{title:t.textContent.trim(),href:null}:{title:"",href:null}}function Jp(e){let r=[],t=n=>{let s=n.trim();s&&!r.includes(s)&&r.push(s)};return e.querySelectorAll("button").forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('[role="button"]').forEach(n=>{var s;return t((s=n.textContent)!=null?s:"")}),e.querySelectorAll('input[type="submit"], input[type="button"]').forEach(n=>{var s;t((s=n.value)!=null?s:"")}),r.slice(0,6)}var Kp="commerce-card",Yp="result-card";function Hc(e){return!Fc(e)||!Nc(e)||!Oc(e)&&!Up(e)?0:5200}function Bc(e){var n;return!Fc(e)||Nc(e)||!Oc(e)||((n=e.textContent)!=null?n:"").trim().length<20||!(!!e.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!e.querySelector(".snippet, .description, p"))?0:2800}var $c=[{id:Kp,scoreElement(e){return Hc(e)},shouldSuppressDescendant(e,r,t){if(r===e||!e.contains(r))return!1;if(t.interactivity==="static"){let n=t.text.trim();return!!(n.length===0||Gs.test(n)&&n.length<32)}return!0},formatSummary(e,r){var d,c,p;if(Hc(e)===0)return null;let{title:t,href:n}=Rc(e),s=(p=(c=Wc(((d=e.textContent)!=null?d:"").trim()))!=null?c:Wc(r.text))!=null?p:"",o=Jp(e);return[n&&t?`[${t}](${n})${s?` \u2014 ${s}`:""}`:t?`${t}${s?` \u2014 ${s}`:""}`:s||r.text.trim().slice(0,120),`selector: ${r.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
|
|
98
|
+
`)}},{id:Yp,scoreElement(e){return Bc(e)},formatSummary(e,r){if(Bc(e)===0)return null;let{title:t,href:n}=Rc(e);return[n&&t?`[${t}](${n})`:t||r.text.trim().slice(0,120),`selector: ${r.selector}`].filter(Boolean).join(`
|
|
99
|
+
`)}}];function Gp(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function Xp(e){var p,u,h,m,C,T,b,x,S,O,w,k,W;let r=(p=e.options)!=null?p:{},t=(h=(u=r.maxElements)!=null?u:e.maxElements)!=null?h:80,n=(C=(m=r.excludeSelector)!=null?m:e.excludeSelector)!=null?C:".persona-host",s=(b=(T=r.maxTextLength)!=null?T:e.maxTextLength)!=null?b:200,o=(S=(x=r.visibleOnly)!=null?x:e.visibleOnly)!=null?S:!0,a=(O=r.root)!=null?O:e.root,i=(w=r.mode)!=null?w:"structured",d=(k=r.maxCandidates)!=null?k:Math.max(500,t*10),c=(W=e.rules)!=null?W:$c;return i==="simple"&&e.rules&&e.rules.length>0?(Gp(),c=[]):i==="simple"&&(c=[]),{mode:i,maxElements:t,maxCandidates:d,excludeSelector:n,maxTextLength:s,visibleOnly:o,root:a,rules:c}}function Ys(e){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(e):e.replace(/([^\w-])/g,"\\$1")}var Zp=["data-testid","data-product","data-action","data-id","data-name","data-type"];function Qp(e){let r=e.tagName.toLowerCase(),t=e.getAttribute("role");return r==="a"&&e.hasAttribute("href")?"navigable":r==="input"||r==="select"||r==="textarea"||t==="textbox"||t==="combobox"||t==="listbox"||t==="spinbutton"?"input":r==="button"||t==="button"||jp.has(r)||t&&zp.has(t)||e.hasAttribute("tabindex")||e.hasAttribute("onclick")||e.getAttribute("contenteditable")==="true"?"clickable":"static"}function _c(e){if(e.hidden)return!1;try{let r=getComputedStyle(e);if(r.display==="none"||r.visibility==="hidden")return!1}catch{}return!(e.style.display==="none"||e.style.visibility==="hidden")}function eu(e){let r={},t=e.id;t&&(r.id=t);let n=e.getAttribute("href");n&&(r.href=n);let s=e.getAttribute("aria-label");s&&(r["aria-label"]=s);let o=e.getAttribute("type");o&&(r.type=o);let a=e.getAttribute("value");a&&(r.value=a);let i=e.getAttribute("name");i&&(r.name=i);let d=e.getAttribute("role");d&&(r.role=d);for(let c=0;c<e.attributes.length;c++){let p=e.attributes[c];p.name.startsWith("data-")&&(r[p.name]=p.value)}return r}function jc(e){let r=e.tagName.toLowerCase();if(e.id){let s=`#${Ys(e.id)}`;try{if(e.ownerDocument.querySelectorAll(s).length===1)return s}catch{}}for(let s of Zp){let o=e.getAttribute(s);if(o){let a=`${r}[${s}="${Ys(o)}"]`;try{if(e.ownerDocument.querySelectorAll(a).length===1)return a}catch{}}}let t=Array.from(e.classList).filter(s=>s&&!s.startsWith("persona-")).slice(0,3);if(t.length>0){let s=`${r}.${t.map(a=>Ys(a)).join(".")}`;try{if(e.ownerDocument.querySelectorAll(s).length===1)return s}catch{}let o=e.parentElement;if(o){let i=Array.from(o.querySelectorAll(`:scope > ${r}`)).indexOf(e);if(i>=0){let d=`${s}:nth-of-type(${i+1})`;try{if(e.ownerDocument.querySelectorAll(d).length===1)return d}catch{}}}}let n=e.parentElement;if(n){let o=Array.from(n.querySelectorAll(`:scope > ${r}`)).indexOf(e);if(o>=0)return`${r}:nth-of-type(${o+1})`}return r}function tu(e){return e==="static"?Vp:qp}function zc(e,r){var s;let t=e.tagName.toLowerCase(),n=((s=e.textContent)!=null?s:"").trim().substring(0,r);return{selector:jc(e),tagName:t,text:n,role:e.getAttribute("role"),interactivity:Qp(e),attributes:eu(e)}}function nu(e,r,t,n){let s=tu(r.interactivity),o=null;for(let a of t){let i=a.scoreElement(e,r,n);i>0&&(s+=i,a.formatSummary&&!o&&(o=a))}return{score:s,formattingRule:o}}function ru(e,r){var t;for(let n of e)if(r.el!==n.el&&(t=n.formattingRule)!=null&&t.shouldSuppressDescendant&&n.el.contains(r.el)&&n.formattingRule.shouldSuppressDescendant(n.el,r.el,r.enriched))return!0;return!1}function ou(e,r){let t={doc:r.ownerDocument,maxTextLength:e.maxTextLength},n=new Set,s=[],o=0,a=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),i=a.currentNode;for(;i&&s.length<e.maxCandidates;){if(i.nodeType===Node.ELEMENT_NODE){let c=i,p=c.tagName.toLowerCase();if(Dc.has(p)){i=a.nextNode();continue}if(e.excludeSelector)try{if(c.closest(e.excludeSelector)){i=a.nextNode();continue}}catch{}if(e.visibleOnly&&!_c(c)){i=a.nextNode();continue}let u=zc(c,e.maxTextLength),h=u.text.length>0,m=Object.keys(u.attributes).length>0&&!Object.keys(u.attributes).every(b=>b==="role");if(!h&&!m){i=a.nextNode();continue}if(n.has(u.selector)){i=a.nextNode();continue}n.add(u.selector);let{score:C,formattingRule:T}=nu(c,u,e.rules,t);s.push({el:c,domIndex:o,enriched:u,score:C,formattingRule:T}),o+=1}i=a.nextNode()}s.sort((c,p)=>{let u=c.enriched.interactivity==="static"?1:0,h=p.enriched.interactivity==="static"?1:0;return u!==h?u-h:p.score!==c.score?p.score-c.score:c.domIndex-p.domIndex});let d=[];for(let c of s){if(d.length>=e.maxElements)break;ru(d,c)||d.push(c)}return d.sort((c,p)=>{let u=c.enriched.interactivity==="static"?1:0,h=p.enriched.interactivity==="static"?1:0;return u!==h?u-h:u===1&&p.score!==c.score?p.score-c.score:c.domIndex-p.domIndex}),d.map(c=>{var h;let p;if((h=c.formattingRule)!=null&&h.formatSummary){let m=c.formattingRule.formatSummary(c.el,c.enriched,t);m&&(p=m)}let u={...c.enriched};return p&&(u.formattedSummary=p),u})}function su(e,r){let t=[],n=new Set,s=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,null),o=s.currentNode;for(;o&&t.length<e.maxElements;){if(o.nodeType===Node.ELEMENT_NODE){let d=o,c=d.tagName.toLowerCase();if(Dc.has(c)){o=s.nextNode();continue}if(e.excludeSelector)try{if(d.closest(e.excludeSelector)){o=s.nextNode();continue}}catch{}if(e.visibleOnly&&!_c(d)){o=s.nextNode();continue}let p=zc(d,e.maxTextLength),u=p.text.length>0,h=Object.keys(p.attributes).length>0&&!Object.keys(p.attributes).every(m=>m==="role");if(!u&&!h){o=s.nextNode();continue}n.has(p.selector)||(n.add(p.selector),t.push(p))}o=s.nextNode()}let a=[],i=[];for(let d of t)d.interactivity!=="static"?a.push(d):i.push(d);return[...a,...i].slice(0,e.maxElements)}function au(e={}){var n;let r=Xp(e),t=(n=r.root)!=null?n:document.body;return t?r.mode==="simple"?su(r,t):ou(r,t):[]}var ns=100;function iu(e,r={}){var o;if(e.length===0)return"No page elements found.";let t=(o=r.mode)!=null?o:"structured",n=[];if(t==="structured"){let a=e.map(i=>i.formattedSummary).filter(i=>!!i&&i.length>0);a.length>0&&n.push(`Structured summaries:
|
|
100
100
|
${a.map(i=>`- ${i.split(`
|
|
101
101
|
`).join(`
|
|
102
102
|
`)}`).join(`
|
|
103
|
-
`)}`)}let s={clickable:[],navigable:[],input:[],static:[]};for(let a of e)t==="structured"&&a.formattedSummary||s[a.interactivity].push(a);if(s.clickable.length>0){let a=s.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,
|
|
103
|
+
`)}`)}let s={clickable:[],navigable:[],input:[],static:[]};for(let a of e)t==="structured"&&a.formattedSummary||s[a.interactivity].push(a);if(s.clickable.length>0){let a=s.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,ns)}" (clickable)`);n.push(`Interactive elements:
|
|
104
104
|
${a.join(`
|
|
105
|
-
`)}`)}if(s.navigable.length>0){let a=s.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,
|
|
105
|
+
`)}`)}if(s.navigable.length>0){let a=s.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,ns)}" (navigable)`);n.push(`Navigation links:
|
|
106
106
|
${a.join(`
|
|
107
|
-
`)}`)}if(s.input.length>0){let a=s.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,
|
|
107
|
+
`)}`)}if(s.input.length>0){let a=s.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,ns)}" (input)`);n.push(`Form inputs:
|
|
108
108
|
${a.join(`
|
|
109
|
-
`)}`)}if(s.static.length>0){let a=s.static.map(i=>`- ${i.selector}: "${i.text.substring(0,
|
|
109
|
+
`)}`)}if(s.static.length>0){let a=s.static.map(i=>`- ${i.selector}: "${i.text.substring(0,ns)}"`);n.push(`Content:
|
|
110
110
|
${a.join(`
|
|
111
111
|
`)}`)}return n.join(`
|
|
112
112
|
|
|
113
|
-
`)}var
|
|
113
|
+
`)}var qc={name:"@runtypelabs/persona",version:"3.7.0",description:"Themeable, pluggable streaming agent widget for websites, in plain JS with support for voice input and reasoning / tool output.",type:"module",main:"dist/index.cjs",module:"dist/index.js",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./theme-reference":{types:"./dist/theme-reference.d.ts",import:"./dist/theme-reference.js",require:"./dist/theme-reference.cjs"},"./theme-editor":{types:"./dist/theme-editor.d.ts",import:"./dist/theme-editor.js",require:"./dist/theme-editor.cjs"},"./widget.css":"./dist/widget.css"},files:["dist","src"],scripts:{build:"rimraf dist && pnpm run build:styles && pnpm run build:client && pnpm run build:installer && pnpm run build:theme-ref && pnpm run build:theme-editor","build:theme-editor":"tsup src/theme-editor.ts --format esm,cjs --dts --out-dir dist --no-splitting","build:theme-ref":"tsup src/theme-reference.ts --format esm,cjs --minify --dts","build:styles":`node -e "const fs=require('fs');fs.mkdirSync('dist',{recursive:true});fs.copyFileSync('src/styles/widget.css','dist/widget.css');"`,"build:client":'tsup src/index.ts --format esm,cjs,iife --global-name AgentWidget --minify --sourcemap --splitting false --dts --loader ".css=text"',"build:installer":"tsup src/install.ts --format iife --global-name SiteAgentInstaller --out-dir dist --minify --sourcemap --no-splitting",lint:"eslint . --ext .ts",typecheck:"tsc --noEmit",test:"vitest","test:ui":"vitest --ui","test:run":"vitest run"},dependencies:{dompurify:"^3.3.3",idiomorph:"^0.7.4",lucide:"^0.552.0",marked:"^12.0.2","partial-json":"^0.1.7",zod:"^3.22.4"},devDependencies:{"@types/node":"^20.12.7","@typescript-eslint/eslint-plugin":"^7.0.0","@typescript-eslint/parser":"^7.0.0","@vitest/ui":"^4.0.9",eslint:"^8.57.0","eslint-config-prettier":"^9.1.0","fake-indexeddb":"^6.2.5",rimraf:"^5.0.5",tsup:"^8.0.1",typescript:"^5.4.5",vitest:"^4.0.9"},engines:{node:">=20.0.0"},author:"Runtype",license:"MIT",keywords:["ai","chat","widget","streaming","typescript","persona","agent"],repository:{type:"git",url:"git+https://github.com/runtypelabs/persona.git",directory:"packages/widget"},bugs:{url:"https://github.com/runtypelabs/persona/issues"},homepage:"https://github.com/runtypelabs/persona/tree/main/packages/widget#readme",publishConfig:{access:"public"}};var $r=qc.version;function Jn(e){if(e!==void 0)return typeof e=="string"?e:Array.isArray(e)?`[${e.map(r=>r.toString()).join(", ")}]`:e.toString()}function cu(e){if(e)return{getHeaders:Jn(e.getHeaders),onFeedback:Jn(e.onFeedback),onCopy:Jn(e.onCopy),requestMiddleware:Jn(e.requestMiddleware),actionHandlers:Jn(e.actionHandlers),actionParsers:Jn(e.actionParsers),postprocessMessage:Jn(e.postprocessMessage),contextProviders:Jn(e.contextProviders),streamParser:Jn(e.streamParser)}}var Vc=`({ text, message }: any) => {
|
|
114
114
|
const jsonSource = (message as any).rawContent || text || message.content;
|
|
115
115
|
if (!jsonSource || typeof jsonSource !== 'string') return null;
|
|
116
116
|
let cleanJson = jsonSource
|
|
@@ -123,7 +123,7 @@ ${a.join(`
|
|
|
123
123
|
if (parsed.action) return { type: parsed.action, payload: parsed };
|
|
124
124
|
} catch (e) { return null; }
|
|
125
125
|
return null;
|
|
126
|
-
}`,
|
|
126
|
+
}`,Uc=`function(ctx) {
|
|
127
127
|
var jsonSource = ctx.message.rawContent || ctx.text || ctx.message.content;
|
|
128
128
|
if (!jsonSource || typeof jsonSource !== 'string') return null;
|
|
129
129
|
var cleanJson = jsonSource
|
|
@@ -136,7 +136,7 @@ ${a.join(`
|
|
|
136
136
|
if (parsed.action) return { type: parsed.action, payload: parsed };
|
|
137
137
|
} catch (e) { return null; }
|
|
138
138
|
return null;
|
|
139
|
-
}`,
|
|
139
|
+
}`,Jc=`(action: any, context: any) => {
|
|
140
140
|
if (action.type !== 'nav_then_click') return;
|
|
141
141
|
const payload = action.payload || action.raw || {};
|
|
142
142
|
const url = payload?.page;
|
|
@@ -153,7 +153,7 @@ ${a.join(`
|
|
|
153
153
|
const targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
|
|
154
154
|
window.location.href = targetUrl;
|
|
155
155
|
return { handled: true, displayText: text };
|
|
156
|
-
}`,
|
|
156
|
+
}`,Kc=`function(action, context) {
|
|
157
157
|
if (action.type !== 'nav_then_click') return;
|
|
158
158
|
var payload = action.payload || action.raw || {};
|
|
159
159
|
var url = payload.page;
|
|
@@ -170,26 +170,26 @@ ${a.join(`
|
|
|
170
170
|
var targetUrl = url.startsWith('http') ? url : new URL(url, window.location.origin).toString();
|
|
171
171
|
window.location.href = targetUrl;
|
|
172
172
|
return { handled: true, displayText: text };
|
|
173
|
-
}`,
|
|
173
|
+
}`,du=`(parsed: any) => {
|
|
174
174
|
if (!parsed || typeof parsed !== 'object') return null;
|
|
175
175
|
if (parsed.action === 'nav_then_click') return 'Navigating...';
|
|
176
176
|
if (parsed.action === 'message') return parsed.text || '';
|
|
177
177
|
if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
|
|
178
178
|
return parsed.text || null;
|
|
179
|
-
}`,
|
|
179
|
+
}`,pu=`function(parsed) {
|
|
180
180
|
if (!parsed || typeof parsed !== 'object') return null;
|
|
181
181
|
if (parsed.action === 'nav_then_click') return 'Navigating...';
|
|
182
182
|
if (parsed.action === 'message') return parsed.text || '';
|
|
183
183
|
if (parsed.action === 'message_and_click') return parsed.text || 'Processing...';
|
|
184
184
|
return parsed.text || null;
|
|
185
|
-
}`;function
|
|
186
|
-
`)}function
|
|
187
|
-
`)}function Yp(e,r){let t=r==null?void 0:r.hooks,n=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","const STORAGE_KEY = 'chat-widget-state';","const PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';","","// Types for DOM elements","interface PageElement {"," type: string;"," tagName: string;"," selector: string;"," innerText: string;"," href?: string;","}","","interface DOMContext {"," page_elements: PageElement[];"," page_element_count: number;"," element_types: Record<string, number>;"," page_url: string;"," page_title: string;"," timestamp: string;","}","","// DOM context provider - extracts page elements for AI context","const collectDOMContext = (): DOMContext => {"," const selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," const elements: PageElement[] = [];"," Object.entries(selectors).forEach(([type, selector]) => {"," document.querySelectorAll(selector).forEach((element) => {"," if (!(element instanceof HTMLElement)) return;"," "," // Exclude elements within the widget"," const widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," "," const text = element.innerText?.trim();"," if (!text) return;",""," const selectorString ="," element.id ? `#${element.id}` :"," element.getAttribute('data-testid') ? `[data-testid=\"${element.getAttribute('data-testid')}\"]` :"," element.getAttribute('data-product-id') ? `[data-product-id=\"${element.getAttribute('data-product-id')}\"]` :"," element.tagName.toLowerCase();",""," const elementData: PageElement = {"," type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }",""," elements.push(elementData);"," });"," });",""," const counts = elements.reduce((acc, el) => {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {} as Record<string, number>);",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };","};","","export function ChatWidgetAdvanced() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," // Load saved state"," const loadSavedMessages = () => {"," const savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," const { messages } = JSON.parse(savedState);"," return messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }"," return [];"," };",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&n.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&n.push(` clientToken: "${e.clientToken}",`),e.flowId&&n.push(` flowId: "${e.flowId}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&Vn(n,"theme",e.theme," "),e.launcher&&Vn(n,"launcher",e.launcher," "),e.copy&&(n.push(" copy: {"),Object.entries(e.copy).forEach(([s,o])=>{n.push(` ${s}: "${o}",`)}),n.push(" },")),e.sendButton&&(n.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.voiceRecognition&&(n.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"?n.push(` ${s}: ${o},`):typeof o=="number"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.statusIndicator&&(n.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.features&&(n.push(" features: {"),Object.entries(e.features).forEach(([s,o])=>{n.push(` ${s}: ${o},`)}),n.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(n.push(" suggestionChips: ["),e.suggestionChips.forEach(s=>{n.push(` "${s}",`)}),n.push(" ],")),e.suggestionChipsConfig&&(n.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&n.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&n.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&n.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&n.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),n.push(" },")),n.push(...Qo(e," ")),n.push(...es(e," ",t)),n.push(...ts(e," ")),n.push(...ns(e," ")),t!=null&&t.getHeaders&&n.push(` getHeaders: ${t.getHeaders},`),t!=null&&t.contextProviders&&n.push(` contextProviders: ${t.contextProviders},`),e.debug&&n.push(` debug: ${e.debug},`),n.push(" initialMessages: loadSavedMessages(),"),t!=null&&t.streamParser?n.push(` streamParser: ${t.streamParser},`):(n.push(" // Flexible JSON stream parser for handling structured actions"),n.push(` streamParser: () => createFlexibleJsonStreamParser(${qp}),`)),t!=null&&t.actionParsers?(n.push(" // Action parsers (custom merged with defaults)"),n.push(` actionParsers: [...(${t.actionParsers}), defaultJsonActionParser,`),n.push(" // Built-in parser for markdown-wrapped JSON"),n.push(` ${Ec}`),n.push(" ],")):(n.push(" // Action parsers to detect JSON actions in responses"),n.push(" actionParsers: ["),n.push(" defaultJsonActionParser,"),n.push(" // Parser for markdown-wrapped JSON"),n.push(` ${Ec}`),n.push(" ],")),t!=null&&t.actionHandlers?(n.push(" // Action handlers (custom merged with defaults)"),n.push(` actionHandlers: [...(${t.actionHandlers}),`),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Built-in handler for nav_then_click action"),n.push(` ${Mc}`),n.push(" ],")):(n.push(" // Action handlers for navigation and other actions"),n.push(" actionHandlers: ["),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Handler for nav_then_click action"),n.push(` ${Mc}`),n.push(" ],")),t!=null&&t.postprocessMessage?n.push(` postprocessMessage: ${t.postprocessMessage},`):n.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),t!=null&&t.requestMiddleware?(n.push(" // Request middleware (custom merged with DOM context)"),n.push(" requestMiddleware: ({ payload, config }) => {"),n.push(` const customResult = (${t.requestMiddleware})({ payload, config });`),n.push(" const merged = customResult || payload;"),n.push(" return {"),n.push(" ...merged,"),n.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),n.push(" };"),n.push(" }")):(n.push(" requestMiddleware: ({ payload }) => {"),n.push(" return {"),n.push(" ...payload,"),n.push(" metadata: collectDOMContext()"),n.push(" };"),n.push(" }")),n.push(" }"),n.push(" });"),n.push(""),n.push(" // Save state on message events"),n.push(" const handleMessage = () => {"),n.push(" const session = handle?.getSession?.();"),n.push(" if (session) {"),n.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),n.push(" messages: session.messages,"),n.push(" timestamp: new Date().toISOString()"),n.push(" }));"),n.push(" }"),n.push(" };"),n.push(""),n.push(" // Clear state on clear chat"),n.push(" const handleClearChat = () => {"),n.push(" localStorage.removeItem(STORAGE_KEY);"),n.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),n.push(" };"),n.push(""),n.push(" window.addEventListener('persona:message', handleMessage);"),n.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),n.push(""),n.push(" // Cleanup on unmount"),n.push(" return () => {"),n.push(" window.removeEventListener('persona:message', handleMessage);"),n.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),n.push(" if (handle) {"),n.push(" handle.destroy();"),n.push(" }"),n.push(" };"),n.push(" }, []);"),n.push(""),n.push(" return null; // Widget injects itself into the DOM"),n.push("}"),n.push(""),n.push("// Usage: Collects DOM context for AI-powered navigation"),n.push("// Features:"),n.push("// - Extracts page elements (products, buttons, links)"),n.push("// - Persists chat history across page loads"),n.push("// - Handles navigation actions (nav_then_click)"),n.push("// - Processes structured JSON actions from AI"),n.push("//"),n.push("// Example usage in Next.js:"),n.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),n.push("//"),n.push("// export default function RootLayout({ children }) {"),n.push("// return ("),n.push('// <html lang="en">'),n.push("// <body>"),n.push("// {children}"),n.push("// <ChatWidgetAdvanced />"),n.push("// </body>"),n.push("// </html>"),n.push("// );"),n.push("// }"),n.join(`
|
|
188
|
-
`)}function
|
|
189
|
-
`)}function
|
|
185
|
+
}`;function uu(e){if(!e)return null;let r=e.toString();return r.includes("createJsonStreamParser")||r.includes("partial-json")?"json":r.includes("createRegexJsonParser")||r.includes("regex")?"regex-json":r.includes("createXmlParser")||r.includes("<text>")?"xml":null}function rs(e){var r,t;return(t=(r=e.parserType)!=null?r:uu(e.streamParser))!=null?t:"plain"}function os(e,r){let t=[];return e.toolCall&&(t.push(`${r}toolCall: {`),Object.entries(e.toolCall).forEach(([n,s])=>{typeof s=="string"&&t.push(`${r} ${n}: "${s}",`)}),t.push(`${r}},`)),t}function ss(e,r,t){let n=[],s=e.messageActions&&Object.entries(e.messageActions).some(([a,i])=>a!=="onFeedback"&&a!=="onCopy"&&i!==void 0),o=(t==null?void 0:t.onFeedback)||(t==null?void 0:t.onCopy);return(s||o)&&(n.push(`${r}messageActions: {`),e.messageActions&&Object.entries(e.messageActions).forEach(([a,i])=>{a==="onFeedback"||a==="onCopy"||(typeof i=="string"?n.push(`${r} ${a}: "${i}",`):typeof i=="boolean"&&n.push(`${r} ${a}: ${i},`))}),t!=null&&t.onFeedback&&n.push(`${r} onFeedback: ${t.onFeedback},`),t!=null&&t.onCopy&&n.push(`${r} onCopy: ${t.onCopy},`),n.push(`${r}},`)),n}function as(e,r){let t=[];if(e.markdown){let n=e.markdown.options&&Object.keys(e.markdown.options).length>0,s=e.markdown.disableDefaultStyles!==void 0;(n||s)&&(t.push(`${r}markdown: {`),n&&(t.push(`${r} options: {`),Object.entries(e.markdown.options).forEach(([o,a])=>{typeof a=="string"?t.push(`${r} ${o}: "${a}",`):typeof a=="boolean"&&t.push(`${r} ${o}: ${a},`)}),t.push(`${r} },`)),s&&t.push(`${r} disableDefaultStyles: ${e.markdown.disableDefaultStyles},`),t.push(`${r}},`))}return t}function is(e,r){let t=[];if(e.layout){let n=e.layout.header&&Object.keys(e.layout.header).some(o=>o!=="render"),s=e.layout.messages&&Object.keys(e.layout.messages).some(o=>o!=="renderUserMessage"&&o!=="renderAssistantMessage");(n||s)&&(t.push(`${r}layout: {`),n&&(t.push(`${r} header: {`),Object.entries(e.layout.header).forEach(([o,a])=>{o!=="render"&&(typeof a=="string"?t.push(`${r} ${o}: "${a}",`):typeof a=="boolean"&&t.push(`${r} ${o}: ${a},`))}),t.push(`${r} },`)),s&&(t.push(`${r} messages: {`),Object.entries(e.layout.messages).forEach(([o,a])=>{o==="renderUserMessage"||o==="renderAssistantMessage"||(o==="avatar"&&typeof a=="object"&&a!==null?(t.push(`${r} avatar: {`),Object.entries(a).forEach(([i,d])=>{typeof d=="string"?t.push(`${r} ${i}: "${d}",`):typeof d=="boolean"&&t.push(`${r} ${i}: ${d},`)}),t.push(`${r} },`)):o==="timestamp"&&typeof a=="object"&&a!==null?Object.entries(a).some(([d])=>d!=="format")&&(t.push(`${r} timestamp: {`),Object.entries(a).forEach(([d,c])=>{d!=="format"&&(typeof c=="string"?t.push(`${r} ${d}: "${c}",`):typeof c=="boolean"&&t.push(`${r} ${d}: ${c},`))}),t.push(`${r} },`)):typeof a=="string"?t.push(`${r} ${o}: "${a}",`):typeof a=="boolean"&&t.push(`${r} ${o}: ${a},`))}),t.push(`${r} },`)),t.push(`${r}},`))}return t}function Xs(e,r){let t=[];return e&&(e.getHeaders&&t.push(`${r}getHeaders: ${e.getHeaders},`),e.requestMiddleware&&t.push(`${r}requestMiddleware: ${e.requestMiddleware},`),e.actionParsers&&t.push(`${r}actionParsers: ${e.actionParsers},`),e.actionHandlers&&t.push(`${r}actionHandlers: ${e.actionHandlers},`),e.contextProviders&&t.push(`${r}contextProviders: ${e.contextProviders},`),e.streamParser&&t.push(`${r}streamParser: ${e.streamParser},`)),t}function Yc(e,r,t){Object.entries(r).forEach(([n,s])=>{if(!(s===void 0||typeof s=="function")){if(Array.isArray(s)){e.push(`${t}${n}: ${JSON.stringify(s)},`);return}if(s&&typeof s=="object"){e.push(`${t}${n}: {`),Yc(e,s,`${t} `),e.push(`${t}},`);return}e.push(`${t}${n}: ${JSON.stringify(s)},`)}})}function ir(e,r,t,n){t&&(e.push(`${n}${r}: {`),Yc(e,t,`${n} `),e.push(`${n}},`))}function gu(e,r="esm",t){let n={...e};delete n.postprocessMessage,delete n.initialMessages;let s=t?{...t,hooks:cu(t.hooks)}:void 0;return r==="esm"?mu(n,s):r==="script-installer"?yu(n):r==="script-advanced"?xu(n,s):r==="react-component"?fu(n,s):r==="react-advanced"?hu(n,s):bu(n,s)}function mu(e,r){let t=r==null?void 0:r.hooks,n=rs(e),s=n!=="plain",o=["import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","","initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&o.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&o.push(` clientToken: "${e.clientToken}",`),e.flowId&&o.push(` flowId: "${e.flowId}",`),s&&o.push(` parserType: "${n}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&ir(o,"theme",e.theme," "),e.launcher&&ir(o,"launcher",e.launcher," "),e.copy&&(o.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{o.push(` ${a}: "${i}",`)}),o.push(" },")),e.sendButton&&(o.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"?o.push(` ${a}: ${i},`):typeof i=="number"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.features&&(o.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{o.push(` ${a}: ${i},`)}),o.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(o.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{o.push(` "${a}",`)}),o.push(" ],")),e.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...os(e," ")),o.push(...ss(e," ",t)),o.push(...as(e," ")),o.push(...is(e," ")),o.push(...Xs(t," ")),e.debug&&o.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?o.push(` postprocessMessage: ${t.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),o.push(" }"),o.push("});"),o.join(`
|
|
186
|
+
`)}function fu(e,r){let t=r==null?void 0:r.hooks,n=rs(e),s=n!=="plain",o=["// ChatWidget.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import { initAgentWidget, markdownPostprocessor } from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","export function ChatWidget() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&o.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&o.push(` clientToken: "${e.clientToken}",`),e.flowId&&o.push(` flowId: "${e.flowId}",`),s&&o.push(` parserType: "${n}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&ir(o,"theme",e.theme," "),e.launcher&&ir(o,"launcher",e.launcher," "),e.copy&&(o.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{o.push(` ${a}: "${i}",`)}),o.push(" },")),e.sendButton&&(o.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"?o.push(` ${a}: ${i},`):typeof i=="number"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.features&&(o.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{o.push(` ${a}: ${i},`)}),o.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(o.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{o.push(` "${a}",`)}),o.push(" ],")),e.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...os(e," ")),o.push(...ss(e," ",t)),o.push(...as(e," ")),o.push(...is(e," ")),o.push(...Xs(t," ")),e.debug&&o.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?o.push(` postprocessMessage: ${t.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text)"),o.push(" }"),o.push(" });"),o.push(""),o.push(" // Cleanup on unmount"),o.push(" return () => {"),o.push(" if (handle) {"),o.push(" handle.destroy();"),o.push(" }"),o.push(" };"),o.push(" }, []);"),o.push(""),o.push(" return null; // Widget injects itself into the DOM"),o.push("}"),o.push(""),o.push("// Usage in your app:"),o.push("// import { ChatWidget } from './components/ChatWidget';"),o.push("//"),o.push("// export default function App() {"),o.push("// return ("),o.push("// <div>"),o.push("// {/* Your app content */}"),o.push("// <ChatWidget />"),o.push("// </div>"),o.push("// );"),o.push("// }"),o.join(`
|
|
187
|
+
`)}function hu(e,r){let t=r==null?void 0:r.hooks,n=["// ChatWidgetAdvanced.tsx","'use client'; // Required for Next.js - remove for Vite/CRA","","import { useEffect } from 'react';","import '@runtypelabs/persona/widget.css';","import {"," initAgentWidget,"," createFlexibleJsonStreamParser,"," defaultJsonActionParser,"," defaultActionHandlers,"," markdownPostprocessor","} from '@runtypelabs/persona';","import type { AgentWidgetInitHandle } from '@runtypelabs/persona';","","const STORAGE_KEY = 'chat-widget-state';","const PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';","","// Types for DOM elements","interface PageElement {"," type: string;"," tagName: string;"," selector: string;"," innerText: string;"," href?: string;","}","","interface DOMContext {"," page_elements: PageElement[];"," page_element_count: number;"," element_types: Record<string, number>;"," page_url: string;"," page_title: string;"," timestamp: string;","}","","// DOM context provider - extracts page elements for AI context","const collectDOMContext = (): DOMContext => {"," const selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," const elements: PageElement[] = [];"," Object.entries(selectors).forEach(([type, selector]) => {"," document.querySelectorAll(selector).forEach((element) => {"," if (!(element instanceof HTMLElement)) return;"," "," // Exclude elements within the widget"," const widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," "," const text = element.innerText?.trim();"," if (!text) return;",""," const selectorString ="," element.id ? `#${element.id}` :"," element.getAttribute('data-testid') ? `[data-testid=\"${element.getAttribute('data-testid')}\"]` :"," element.getAttribute('data-product-id') ? `[data-product-id=\"${element.getAttribute('data-product-id')}\"]` :"," element.tagName.toLowerCase();",""," const elementData: PageElement = {"," type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }",""," elements.push(elementData);"," });"," });",""," const counts = elements.reduce((acc, el) => {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {} as Record<string, number>);",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };","};","","export function ChatWidgetAdvanced() {"," useEffect(() => {"," let handle: AgentWidgetInitHandle | null = null;",""," // Load saved state"," const loadSavedMessages = () => {"," const savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," const { messages } = JSON.parse(savedState);"," return messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }"," return [];"," };",""," handle = initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&n.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&n.push(` clientToken: "${e.clientToken}",`),e.flowId&&n.push(` flowId: "${e.flowId}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&ir(n,"theme",e.theme," "),e.launcher&&ir(n,"launcher",e.launcher," "),e.copy&&(n.push(" copy: {"),Object.entries(e.copy).forEach(([s,o])=>{n.push(` ${s}: "${o}",`)}),n.push(" },")),e.sendButton&&(n.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.voiceRecognition&&(n.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"?n.push(` ${s}: ${o},`):typeof o=="number"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.statusIndicator&&(n.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([s,o])=>{typeof o=="string"?n.push(` ${s}: "${o}",`):typeof o=="boolean"&&n.push(` ${s}: ${o},`)}),n.push(" },")),e.features&&(n.push(" features: {"),Object.entries(e.features).forEach(([s,o])=>{n.push(` ${s}: ${o},`)}),n.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(n.push(" suggestionChips: ["),e.suggestionChips.forEach(s=>{n.push(` "${s}",`)}),n.push(" ],")),e.suggestionChipsConfig&&(n.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&n.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&n.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&n.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&n.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),n.push(" },")),n.push(...os(e," ")),n.push(...ss(e," ",t)),n.push(...as(e," ")),n.push(...is(e," ")),t!=null&&t.getHeaders&&n.push(` getHeaders: ${t.getHeaders},`),t!=null&&t.contextProviders&&n.push(` contextProviders: ${t.contextProviders},`),e.debug&&n.push(` debug: ${e.debug},`),n.push(" initialMessages: loadSavedMessages(),"),t!=null&&t.streamParser?n.push(` streamParser: ${t.streamParser},`):(n.push(" // Flexible JSON stream parser for handling structured actions"),n.push(` streamParser: () => createFlexibleJsonStreamParser(${du}),`)),t!=null&&t.actionParsers?(n.push(" // Action parsers (custom merged with defaults)"),n.push(` actionParsers: [...(${t.actionParsers}), defaultJsonActionParser,`),n.push(" // Built-in parser for markdown-wrapped JSON"),n.push(` ${Vc}`),n.push(" ],")):(n.push(" // Action parsers to detect JSON actions in responses"),n.push(" actionParsers: ["),n.push(" defaultJsonActionParser,"),n.push(" // Parser for markdown-wrapped JSON"),n.push(` ${Vc}`),n.push(" ],")),t!=null&&t.actionHandlers?(n.push(" // Action handlers (custom merged with defaults)"),n.push(` actionHandlers: [...(${t.actionHandlers}),`),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Built-in handler for nav_then_click action"),n.push(` ${Jc}`),n.push(" ],")):(n.push(" // Action handlers for navigation and other actions"),n.push(" actionHandlers: ["),n.push(" defaultActionHandlers.message,"),n.push(" defaultActionHandlers.messageAndClick,"),n.push(" // Handler for nav_then_click action"),n.push(` ${Jc}`),n.push(" ],")),t!=null&&t.postprocessMessage?n.push(` postprocessMessage: ${t.postprocessMessage},`):n.push(" postprocessMessage: ({ text }) => markdownPostprocessor(text),"),t!=null&&t.requestMiddleware?(n.push(" // Request middleware (custom merged with DOM context)"),n.push(" requestMiddleware: ({ payload, config }) => {"),n.push(` const customResult = (${t.requestMiddleware})({ payload, config });`),n.push(" const merged = customResult || payload;"),n.push(" return {"),n.push(" ...merged,"),n.push(" metadata: { ...merged.metadata, ...collectDOMContext() }"),n.push(" };"),n.push(" }")):(n.push(" requestMiddleware: ({ payload }) => {"),n.push(" return {"),n.push(" ...payload,"),n.push(" metadata: collectDOMContext()"),n.push(" };"),n.push(" }")),n.push(" }"),n.push(" });"),n.push(""),n.push(" // Save state on message events"),n.push(" const handleMessage = () => {"),n.push(" const session = handle?.getSession?.();"),n.push(" if (session) {"),n.push(" localStorage.setItem(STORAGE_KEY, JSON.stringify({"),n.push(" messages: session.messages,"),n.push(" timestamp: new Date().toISOString()"),n.push(" }));"),n.push(" }"),n.push(" };"),n.push(""),n.push(" // Clear state on clear chat"),n.push(" const handleClearChat = () => {"),n.push(" localStorage.removeItem(STORAGE_KEY);"),n.push(" localStorage.removeItem(PROCESSED_ACTIONS_KEY);"),n.push(" };"),n.push(""),n.push(" window.addEventListener('persona:message', handleMessage);"),n.push(" window.addEventListener('persona:clear-chat', handleClearChat);"),n.push(""),n.push(" // Cleanup on unmount"),n.push(" return () => {"),n.push(" window.removeEventListener('persona:message', handleMessage);"),n.push(" window.removeEventListener('persona:clear-chat', handleClearChat);"),n.push(" if (handle) {"),n.push(" handle.destroy();"),n.push(" }"),n.push(" };"),n.push(" }, []);"),n.push(""),n.push(" return null; // Widget injects itself into the DOM"),n.push("}"),n.push(""),n.push("// Usage: Collects DOM context for AI-powered navigation"),n.push("// Features:"),n.push("// - Extracts page elements (products, buttons, links)"),n.push("// - Persists chat history across page loads"),n.push("// - Handles navigation actions (nav_then_click)"),n.push("// - Processes structured JSON actions from AI"),n.push("//"),n.push("// Example usage in Next.js:"),n.push("// import { ChatWidgetAdvanced } from './components/ChatWidgetAdvanced';"),n.push("//"),n.push("// export default function RootLayout({ children }) {"),n.push("// return ("),n.push('// <html lang="en">'),n.push("// <body>"),n.push("// {children}"),n.push("// <ChatWidgetAdvanced />"),n.push("// </body>"),n.push("// </html>"),n.push("// );"),n.push("// }"),n.join(`
|
|
188
|
+
`)}function Gc(e){var s;let r=rs(e),t=r!=="plain",n={};if(e.apiUrl&&(n.apiUrl=e.apiUrl),e.clientToken&&(n.clientToken=e.clientToken),e.flowId&&(n.flowId=e.flowId),t&&(n.parserType=r),e.theme&&(n.theme=e.theme),e.launcher&&(n.launcher=e.launcher),e.copy&&(n.copy=e.copy),e.sendButton&&(n.sendButton=e.sendButton),e.voiceRecognition&&(n.voiceRecognition=e.voiceRecognition),e.statusIndicator&&(n.statusIndicator=e.statusIndicator),e.features&&(n.features=e.features),((s=e.suggestionChips)==null?void 0:s.length)>0&&(n.suggestionChips=e.suggestionChips),e.suggestionChipsConfig&&(n.suggestionChipsConfig=e.suggestionChipsConfig),e.debug&&(n.debug=e.debug),e.toolCall){let o={};Object.entries(e.toolCall).forEach(([a,i])=>{typeof i=="string"&&(o[a]=i)}),Object.keys(o).length>0&&(n.toolCall=o)}if(e.messageActions){let o={};Object.entries(e.messageActions).forEach(([a,i])=>{a!=="onFeedback"&&a!=="onCopy"&&i!==void 0&&(typeof i=="string"||typeof i=="boolean")&&(o[a]=i)}),Object.keys(o).length>0&&(n.messageActions=o)}if(e.markdown){let o={};e.markdown.options&&(o.options=e.markdown.options),e.markdown.disableDefaultStyles!==void 0&&(o.disableDefaultStyles=e.markdown.disableDefaultStyles),Object.keys(o).length>0&&(n.markdown=o)}if(e.layout){let o={};if(e.layout.header){let a={};Object.entries(e.layout.header).forEach(([i,d])=>{i!=="render"&&(typeof d=="string"||typeof d=="boolean")&&(a[i]=d)}),Object.keys(a).length>0&&(o.header=a)}if(e.layout.messages){let a={};Object.entries(e.layout.messages).forEach(([i,d])=>{if(i!=="renderUserMessage"&&i!=="renderAssistantMessage")if(i==="avatar"&&typeof d=="object"&&d!==null)a.avatar=d;else if(i==="timestamp"&&typeof d=="object"&&d!==null){let c={};Object.entries(d).forEach(([p,u])=>{p!=="format"&&(typeof u=="string"||typeof u=="boolean")&&(c[p]=u)}),Object.keys(c).length>0&&(a.timestamp=c)}else(typeof d=="string"||typeof d=="boolean")&&(a[i]=d)}),Object.keys(a).length>0&&(o.messages=a)}Object.keys(o).length>0&&(n.layout=o)}return n}function yu(e){let r=Gc(e),t=JSON.stringify(r,null,0).replace(/'/g,"'");return`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${$r}/dist/install.global.js" data-config='${t}'></script>`}function bu(e,r){let t=r==null?void 0:r.hooks,n=rs(e),s=n!=="plain",o=["<!-- Load CSS -->",`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${$r}/dist/widget.css" />`,"","<!-- Load JavaScript -->",`<script src="https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${$r}/dist/index.global.js"></script>`,"","<!-- Initialize widget -->","<script>"," window.AgentWidget.initAgentWidget({"," target: 'body',"," config: {"];return e.apiUrl&&o.push(` apiUrl: "${e.apiUrl}",`),e.clientToken&&o.push(` clientToken: "${e.clientToken}",`),e.flowId&&o.push(` flowId: "${e.flowId}",`),s&&o.push(` parserType: "${n}",`),e.theme&&typeof e.theme=="object"&&Object.keys(e.theme).length>0&&ir(o,"theme",e.theme," "),e.launcher&&ir(o,"launcher",e.launcher," "),e.copy&&(o.push(" copy: {"),Object.entries(e.copy).forEach(([a,i])=>{o.push(` ${a}: "${i}",`)}),o.push(" },")),e.sendButton&&(o.push(" sendButton: {"),Object.entries(e.sendButton).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.voiceRecognition&&(o.push(" voiceRecognition: {"),Object.entries(e.voiceRecognition).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"?o.push(` ${a}: ${i},`):typeof i=="number"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.statusIndicator&&(o.push(" statusIndicator: {"),Object.entries(e.statusIndicator).forEach(([a,i])=>{typeof i=="string"?o.push(` ${a}: "${i}",`):typeof i=="boolean"&&o.push(` ${a}: ${i},`)}),o.push(" },")),e.features&&(o.push(" features: {"),Object.entries(e.features).forEach(([a,i])=>{o.push(` ${a}: ${i},`)}),o.push(" },")),e.suggestionChips&&e.suggestionChips.length>0&&(o.push(" suggestionChips: ["),e.suggestionChips.forEach(a=>{o.push(` "${a}",`)}),o.push(" ],")),e.suggestionChipsConfig&&(o.push(" suggestionChipsConfig: {"),e.suggestionChipsConfig.fontFamily&&o.push(` fontFamily: "${e.suggestionChipsConfig.fontFamily}",`),e.suggestionChipsConfig.fontWeight&&o.push(` fontWeight: "${e.suggestionChipsConfig.fontWeight}",`),e.suggestionChipsConfig.paddingX&&o.push(` paddingX: "${e.suggestionChipsConfig.paddingX}",`),e.suggestionChipsConfig.paddingY&&o.push(` paddingY: "${e.suggestionChipsConfig.paddingY}",`),o.push(" },")),o.push(...os(e," ")),o.push(...ss(e," ",t)),o.push(...as(e," ")),o.push(...is(e," ")),o.push(...Xs(t," ")),e.debug&&o.push(` debug: ${e.debug},`),t!=null&&t.postprocessMessage?o.push(` postprocessMessage: ${t.postprocessMessage}`):o.push(" postprocessMessage: ({ text }) => window.AgentWidget.markdownPostprocessor(text)"),o.push(" }"),o.push(" });"),o.push("</script>"),o.join(`
|
|
189
|
+
`)}function xu(e,r){let t=r==null?void 0:r.hooks,n=Gc(e),o=["<script>","(function() {"," 'use strict';",""," // Configuration",` var CONFIG = ${JSON.stringify(n,null,2).split(`
|
|
190
190
|
`).map((a,i)=>i===0?a:" "+a).join(`
|
|
191
|
-
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${
|
|
192
|
-
`)}var
|
|
191
|
+
`)};`,""," // Constants",` var CDN_BASE = 'https://cdn.jsdelivr.net/npm/@runtypelabs/persona@${$r}/dist';`," var STORAGE_KEY = 'chat-widget-state';"," var PROCESSED_ACTIONS_KEY = 'chat-widget-processed-actions';",""," // DOM context provider - extracts page elements for AI context"," var domContextProvider = function() {"," var selectors = {",` products: '[data-product-id], .product-card, .product-item, [role="article"]',`,` buttons: 'button, [role="button"], .btn',`," links: 'a[href]',"," inputs: 'input, textarea, select'"," };",""," var elements = [];"," Object.entries(selectors).forEach(function(entry) {"," var type = entry[0], selector = entry[1];"," document.querySelectorAll(selector).forEach(function(element) {"," if (!(element instanceof HTMLElement)) return;"," var widgetHost = element.closest('.persona-host');"," if (widgetHost) return;"," var text = element.innerText ? element.innerText.trim() : '';"," if (!text) return;",""," var selectorString = element.id ? '#' + element.id :",` element.getAttribute('data-testid') ? '[data-testid="' + element.getAttribute('data-testid') + '"]' :`,` element.getAttribute('data-product-id') ? '[data-product-id="' + element.getAttribute('data-product-id') + '"]' :`," element.tagName.toLowerCase();",""," var elementData = {"," type: type,"," tagName: element.tagName.toLowerCase(),"," selector: selectorString,"," innerText: text.substring(0, 200)"," };",""," if (type === 'links' && element instanceof HTMLAnchorElement && element.href) {"," elementData.href = element.href;"," }"," elements.push(elementData);"," });"," });",""," var counts = elements.reduce(function(acc, el) {"," acc[el.type] = (acc[el.type] || 0) + 1;"," return acc;"," }, {});",""," return {"," page_elements: elements.slice(0, 50),"," page_element_count: elements.length,"," element_types: counts,"," page_url: window.location.href,"," page_title: document.title,"," timestamp: new Date().toISOString()"," };"," };",""," // Load CSS dynamically"," var loadCSS = function() {"," if (document.querySelector('link[data-persona]')) return;"," var link = document.createElement('link');"," link.rel = 'stylesheet';"," link.href = CDN_BASE + '/widget.css';"," link.setAttribute('data-persona', 'true');"," document.head.appendChild(link);"," };",""," // Load JS dynamically"," var loadJS = function(callback) {"," if (window.AgentWidget) { callback(); return; }"," var script = document.createElement('script');"," script.src = CDN_BASE + '/index.global.js';"," script.onload = callback;"," script.onerror = function() { console.error('Failed to load AgentWidget'); };"," document.head.appendChild(script);"," };",""," // Create widget config with advanced features"," var createWidgetConfig = function(agentWidget) {"," var widgetConfig = Object.assign({}, CONFIG);",""];return t!=null&&t.getHeaders&&(o.push(` widgetConfig.getHeaders = ${t.getHeaders};`),o.push("")),t!=null&&t.contextProviders&&(o.push(` widgetConfig.contextProviders = ${t.contextProviders};`),o.push("")),t!=null&&t.streamParser?o.push(` widgetConfig.streamParser = ${t.streamParser};`):(o.push(" // Flexible JSON stream parser for handling structured actions"),o.push(" widgetConfig.streamParser = function() {"),o.push(` return agentWidget.createFlexibleJsonStreamParser(${pu});`),o.push(" };")),o.push(""),t!=null&&t.actionParsers?(o.push(" // Action parsers (custom merged with defaults)"),o.push(` var customParsers = ${t.actionParsers};`),o.push(" widgetConfig.actionParsers = customParsers.concat(["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${Uc}`),o.push(" ]);")):(o.push(" // Action parsers to detect JSON actions in responses"),o.push(" widgetConfig.actionParsers = ["),o.push(" agentWidget.defaultJsonActionParser,"),o.push(` ${Uc}`),o.push(" ];")),o.push(""),t!=null&&t.actionHandlers?(o.push(" // Action handlers (custom merged with defaults)"),o.push(` var customHandlers = ${t.actionHandlers};`),o.push(" widgetConfig.actionHandlers = customHandlers.concat(["),o.push(" agentWidget.defaultActionHandlers.message,"),o.push(" agentWidget.defaultActionHandlers.messageAndClick,"),o.push(` ${Kc}`),o.push(" ]);")):(o.push(" // Action handlers for navigation and other actions"),o.push(" widgetConfig.actionHandlers = ["),o.push(" agentWidget.defaultActionHandlers.message,"),o.push(" agentWidget.defaultActionHandlers.messageAndClick,"),o.push(` ${Kc}`),o.push(" ];")),o.push(""),t!=null&&t.requestMiddleware?(o.push(" // Request middleware (custom merged with DOM context)"),o.push(" widgetConfig.requestMiddleware = function(ctx) {"),o.push(` var customResult = (${t.requestMiddleware})(ctx);`),o.push(" var merged = customResult || ctx.payload;"),o.push(" return Object.assign({}, merged, { metadata: Object.assign({}, merged.metadata, domContextProvider()) });"),o.push(" };")):(o.push(" // Send DOM context with each request"),o.push(" widgetConfig.requestMiddleware = function(ctx) {"),o.push(" return Object.assign({}, ctx.payload, { metadata: domContextProvider() });"),o.push(" };")),o.push(""),t!=null&&t.postprocessMessage?o.push(` widgetConfig.postprocessMessage = ${t.postprocessMessage};`):(o.push(" // Markdown postprocessor"),o.push(" widgetConfig.postprocessMessage = function(ctx) {"),o.push(" return agentWidget.markdownPostprocessor(ctx.text);"),o.push(" };")),o.push(""),(t!=null&&t.onFeedback||t!=null&&t.onCopy)&&(o.push(" // Message action callbacks"),o.push(" widgetConfig.messageActions = widgetConfig.messageActions || {};"),t!=null&&t.onFeedback&&o.push(` widgetConfig.messageActions.onFeedback = ${t.onFeedback};`),t!=null&&t.onCopy&&o.push(` widgetConfig.messageActions.onCopy = ${t.onCopy};`),o.push("")),o.push(" return widgetConfig;"," };",""," // Initialize widget"," var init = function() {"," var agentWidget = window.AgentWidget;"," if (!agentWidget) {"," console.error('AgentWidget not loaded');"," return;"," }",""," var widgetConfig = createWidgetConfig(agentWidget);",""," // Load saved state"," var savedState = localStorage.getItem(STORAGE_KEY);"," if (savedState) {"," try {"," var parsed = JSON.parse(savedState);"," widgetConfig.initialMessages = parsed.messages || [];"," } catch (e) {"," console.error('Failed to load saved state:', e);"," }"," }",""," // Initialize widget"," var handle = agentWidget.initAgentWidget({"," target: 'body',"," useShadowDom: false,"," config: widgetConfig"," });",""," // Save state on message events"," window.addEventListener('persona:message', function() {"," var session = handle.getSession ? handle.getSession() : null;"," if (session) {"," localStorage.setItem(STORAGE_KEY, JSON.stringify({"," messages: session.messages,"," timestamp: new Date().toISOString()"," }));"," }"," });",""," // Clear state on clear chat"," window.addEventListener('persona:clear-chat', function() {"," localStorage.removeItem(STORAGE_KEY);"," localStorage.removeItem(PROCESSED_ACTIONS_KEY);"," });"," };",""," // Wait for framework hydration to complete (Next.js, Nuxt, etc.)"," // This prevents the framework from removing dynamically added CSS during reconciliation"," var waitForHydration = function(callback) {"," var executed = false;"," "," var execute = function() {"," if (executed) return;"," executed = true;"," callback();"," };",""," var afterDom = function() {"," // Strategy 1: Use requestIdleCallback if available (best for detecting idle after hydration)"," if (typeof requestIdleCallback !== 'undefined') {"," requestIdleCallback(function() {"," // Double requestAnimationFrame ensures at least one full paint cycle completed"," requestAnimationFrame(function() {"," requestAnimationFrame(execute);"," });"," }, { timeout: 3000 }); // Max wait 3 seconds, then proceed anyway"," } else {"," // Strategy 2: Fallback for Safari (no requestIdleCallback)"," // 300ms is typically enough for hydration on most pages"," setTimeout(execute, 300);"," }"," };",""," if (document.readyState === 'loading') {"," document.addEventListener('DOMContentLoaded', afterDom);"," } else {"," // DOM already ready, but still wait for potential hydration"," afterDom();"," }"," };",""," // Boot sequence: wait for hydration, then load CSS and JS, then initialize"," // This prevents Next.js/Nuxt/etc. from removing dynamically added CSS during reconciliation"," waitForHydration(function() {"," loadCSS();"," loadJS(function() {"," init();"," });"," });","})();","</script>"),o.join(`
|
|
192
|
+
`)}var Xc={desktop:{w:1280,h:800},mobile:{w:390,h:844}},Zc=.1,Qc=.15,ed=1.5,Zs=24,td=40,vu=`
|
|
193
193
|
/* \u2500\u2500 Root \u2500\u2500 */
|
|
194
194
|
.persona-dc-root {
|
|
195
195
|
display: flex;
|
|
@@ -299,8 +299,8 @@ ${a.join(`
|
|
|
299
299
|
background: #f3f4f6;
|
|
300
300
|
}
|
|
301
301
|
.persona-dc-root .persona-dc-dropdown button.persona-dc-dropdown-item[aria-current="true"] {
|
|
302
|
-
background: #
|
|
303
|
-
color: #
|
|
302
|
+
background: #f5f5f5;
|
|
303
|
+
color: #0f0f0f;
|
|
304
304
|
}
|
|
305
305
|
.persona-dc-root .persona-dc-dropdown-desc {
|
|
306
306
|
font-weight: 400;
|
|
@@ -310,7 +310,7 @@ ${a.join(`
|
|
|
310
310
|
text-align: left;
|
|
311
311
|
}
|
|
312
312
|
.persona-dc-root .persona-dc-dropdown button.persona-dc-dropdown-item[aria-current="true"] .persona-dc-dropdown-desc {
|
|
313
|
-
color: #
|
|
313
|
+
color: #737373;
|
|
314
314
|
}
|
|
315
315
|
.persona-dc-counter {
|
|
316
316
|
font-size: 12px;
|
|
@@ -340,7 +340,7 @@ ${a.join(`
|
|
|
340
340
|
.persona-dc-stage {
|
|
341
341
|
height: 550px;
|
|
342
342
|
min-height: 400px;
|
|
343
|
-
padding: ${
|
|
343
|
+
padding: ${Zs}px;
|
|
344
344
|
overflow: auto;
|
|
345
345
|
background: #f0f1f3;
|
|
346
346
|
background-image: radial-gradient(circle, #e0e1e5 1px, transparent 1px);
|
|
@@ -394,7 +394,7 @@ ${a.join(`
|
|
|
394
394
|
background: #f3f4f6;
|
|
395
395
|
}
|
|
396
396
|
.persona-dc-root .persona-icon-btn:focus-visible {
|
|
397
|
-
outline: 2px solid #
|
|
397
|
+
outline: 2px solid #171717;
|
|
398
398
|
outline-offset: 2px;
|
|
399
399
|
}
|
|
400
400
|
.persona-dc-root .persona-icon-btn[aria-pressed="true"] {
|
|
@@ -430,5 +430,5 @@ ${a.join(`
|
|
|
430
430
|
min-height: 300px;
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
`;function tu(){if(document.querySelector("style[data-persona-dc-styles]"))return;let e=document.createElement("style");e.setAttribute("data-persona-dc-styles",""),e.textContent=eu,document.head.appendChild(e)}function nu(e,r){let t=e.clientWidth-Js*2-Bc,n=e.clientHeight-Js*2-Bc;return t<=0||n<=0?1:Math.min(t/r.w,n/r.h,1)}function ru(e,r,t,n,s){e.style.width=`${t.w*n}px`,e.style.height=`${t.h*n}px`,e.style.borderRadius=s==="mobile"?`${32*n}px`:"10px",r.style.width=`${t.w}px`,r.style.height=`${t.h}px`,r.style.transformOrigin="top left",r.style.transform=`scale(${n})`}function ou(e,r){let{items:t,initialIndex:n=0,initialDevice:s="desktop",initialColorScheme:o="light",showZoomControls:a=!0,showDeviceToggle:i=!0,showColorSchemeToggle:p=!0,onChange:c}=r;if(t.length===0)throw new Error("createDemoCarousel: items array must not be empty");tu();let u=Math.max(0,Math.min(n,t.length-1)),d=s,f=o,m=null,v=1,A=!1,b=h("div","persona-dc-root"),x=h("div","persona-dc-toolbar"),M=h("div","persona-dc-toolbar-lead"),F=h("div","persona-dc-toolbar-trail"),S=vt({icon:"chevron-left",label:"Previous demo",size:14,onClick:()=>rt(-1)}),I=h("div");I.style.position="relative";let O=h("button","persona-dc-title-btn");O.type="button",O.setAttribute("aria-expanded","false"),O.setAttribute("aria-haspopup","listbox");let k=h("span","persona-dc-title-text"),V=h("span","persona-dc-title-chevron"),ge=fe("chevron-down",12,"currentColor",2);ge&&V.appendChild(ge),O.append(k,V);let ie=h("div","persona-dc-dropdown");ie.setAttribute("role","listbox"),ie.style.display="none";let _=!1;function ne(){ie.innerHTML="";for(let z=0;z<t.length;z++){let oe=t[z],Le=h("button","persona-dc-dropdown-item");Le.type="button",Le.setAttribute("role","option"),Le.setAttribute("aria-current",z===u?"true":"false");let Z=h("span");if(Z.textContent=oe.title,Le.appendChild(Z),oe.description){let J=h("span","persona-dc-dropdown-desc");J.textContent=oe.description,Le.appendChild(J)}Le.addEventListener("click",()=>{le(),Me(z)}),ie.appendChild(Le)}}function Te(){_=!_,ie.style.display=_?"":"none",O.setAttribute("aria-expanded",_?"true":"false"),_&&ne()}function le(){_&&(_=!1,ie.style.display="none",O.setAttribute("aria-expanded","false"))}O.addEventListener("click",z=>{z.stopPropagation(),Te()});let ke=()=>le();document.addEventListener("click",ke),I.append(O,ie);let de=vt({icon:"chevron-right",label:"Next demo",size:14,onClick:()=>rt(1)}),Y=h("span","persona-dc-counter");M.append(S,I,de,Y);let ce=null;i&&(ce=zo({items:[{id:"desktop",icon:"monitor",label:"Desktop"},{id:"mobile",icon:"smartphone",label:"Mobile"}],selectedId:d,onSelect:z=>{d=z,Ke.dataset.device=d,m=null,D()}}),F.appendChild(ce.element));let q=null;if(a){let z=h("div","persona-dc-zoom-controls"),oe=vt({icon:"minus",label:"Zoom out",size:14,onClick:()=>{let J=m!=null?m:v;m=Math.max(Rc,J-Wc),D()}});q=h("span","persona-dc-zoom-level"),q.title="Reset to 100%",q.style.cursor="pointer",q.addEventListener("click",()=>{m=1,D()});let Le=vt({icon:"plus",label:"Zoom in",size:14,onClick:()=>{let J=m!=null?m:v;m=Math.min(Hc,J+Wc),D()}}),Z=vt({icon:"maximize",label:"Fit to view",size:14,onClick:()=>{m=null,D()}});z.append(oe,q,Le,Z),F.appendChild(z)}if(p){let z=h("div","persona-dc-separator");F.appendChild(z);let oe=zo({items:[{id:"light",icon:"sun",label:"Light"},{id:"dark",icon:"moon",label:"Dark"}],selectedId:f,onSelect:Le=>{f=Le,Ke.dataset.colorScheme=f,mt()}});F.appendChild(oe.element)}let G=h("div","persona-dc-separator");F.appendChild(G);let ve=vt({icon:"external-link",label:"Open in new tab",size:14,onClick:()=>{window.open(t[u].url,"_blank")}});F.appendChild(ve),x.append(M,F);let xe=h("div","persona-dc-stage"),Ke=h("div","persona-dc-iframe-wrapper");Ke.dataset.device=d,Ke.dataset.colorScheme=f;let Xe=h("iframe","persona-dc-iframe");Xe.setAttribute("sandbox","allow-scripts allow-same-origin"),Xe.setAttribute("loading","lazy"),Xe.title=t[u].title,Ke.appendChild(Xe),xe.appendChild(Ke),b.append(x,xe),e.appendChild(b);function mt(){var z;try{let oe=(z=Xe.contentDocument)==null?void 0:z.body;if(!oe)return;f==="dark"?oe.classList.add("theme-dark"):oe.classList.remove("theme-dark")}catch{}}Xe.addEventListener("load",()=>mt());function Be(){let z=t[u];k.textContent=z.title,Y.textContent=`${u+1} / ${t.length}`,Xe.title=z.title}function rt(z){let oe=((u+z)%t.length+t.length)%t.length;Me(oe)}function Me(z){z<0||z>=t.length||(u=z,Xe.src=t[u].url,Be(),c==null||c(u,t[u]))}function D(){var Le;if(A)return;let z=(Le=Pc[d])!=null?Le:Pc.desktop;v=nu(xe,z);let oe=Math.max(Rc,Math.min(Hc,m!=null?m:v));ru(Ke,Xe,z,oe,d),q&&(q.textContent=`${Math.round(oe*100)}%`)}let se=new ResizeObserver(()=>D());se.observe(xe),Be(),Xe.src=t[u].url,requestAnimationFrame(()=>D());function te(){A||(A=!0,se.disconnect(),document.removeEventListener("click",ke),b.remove())}return{element:b,goTo:Me,next:()=>rt(1),prev:()=>rt(-1),getIndex:()=>u,setDevice(z){d=z,Ke.dataset.device=z,ce==null||ce.setSelected(z),m=null,D()},setColorScheme(z){f=z,Ke.dataset.colorScheme=z},setZoom(z){m=z,D()},destroy:te}}function su(){return{name:"@persona/accessibility",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,interactive:{...e.semantic.colors.interactive,focus:"palette.colors.primary.700",disabled:"palette.colors.gray.300"}}}}},cssVariables:{"--persona-accessibility-focus-ring":"0 0 0 2px var(--persona-semantic-colors-surface, #fff), 0 0 0 4px var(--persona-semantic-colors-interactive-focus, #1d4ed8)"}}}function au(){return{name:"@persona/animations",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"150ms",normal:"200ms",slow:"300ms",bounce:"500ms cubic-bezier(0.68, -0.55, 0.265, 1.55)"},easings:{easeIn:"cubic-bezier(0.4, 0, 1, 1)",easeOut:"cubic-bezier(0, 0, 0.2, 1)",easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)"}}}},cssVariables:{"--persona-transition-fast":"150ms ease","--persona-transition-normal":"200ms ease","--persona-transition-slow":"300ms ease"}}}function iu(e){return{name:"@persona/brand",version:"1.0.0",transform(r){var n;let t={...r.palette};return(n=e.colors)!=null&&n.primary&&(t.colors={...t.colors,primary:{50:Tn(e.colors.primary,.95),100:Tn(e.colors.primary,.9),200:Tn(e.colors.primary,.8),300:Tn(e.colors.primary,.7),400:Tn(e.colors.primary,.6),500:e.colors.primary,600:Tn(e.colors.primary,.8),700:Tn(e.colors.primary,.7),800:Tn(e.colors.primary,.6),900:Tn(e.colors.primary,.5),950:Tn(e.colors.primary,.45)}}),{...r,palette:t}}}}function lu(){return{name:"@persona/reduced-motion",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"0ms",normal:"0ms",slow:"0ms",bounce:"0ms"}}}},afterResolve(e){return{...e,"--persona-transition-fast":"0ms","--persona-transition-normal":"0ms","--persona-transition-slow":"0ms"}}}}function cu(){return{name:"@persona/high-contrast",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,text:"palette.colors.gray.950",textMuted:"palette.colors.gray.700",border:"palette.colors.gray.900",divider:"palette.colors.gray.900"}}}}}}function Tn(e,r){let t=parseInt(e.slice(1,3),16),n=parseInt(e.slice(3,5),16),s=parseInt(e.slice(5,7),16),o=Math.round(t+(255-t)*(1-r)),a=Math.round(n+(255-n)*(1-r)),i=Math.round(s+(255-s)*(1-r));return`#${o.toString(16).padStart(2,"0")}${a.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function du(e){return{name:e.name,version:e.version,transform:e.transform||(r=>r),cssVariables:e.cssVariables,afterResolve:e.afterResolve}}var pu={palette:{colors:{primary:{500:"#111827"},accent:{600:"#1d4ed8"},gray:{50:"#ffffff",100:"#f8fafc",200:"#f1f5f9",500:"#6b7280",900:"#000000"}},radius:{sm:"0.75rem",md:"1rem",lg:"1.5rem",launcher:"9999px",button:"9999px"}},semantic:{colors:{primary:"palette.colors.primary.500",textInverse:"palette.colors.gray.50"}}},Dc={components:{panel:{borderRadius:"0",shadow:"none"}}},Nc={id:"shop",label:"Shopping Assistant",config:{theme:pu,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:"min(400px, calc(100vw - 24px))"},copy:{welcomeTitle:"Welcome to our shop!",welcomeSubtitle:"I can help you find products and answer questions",inputPlaceholder:"Ask me anything...",sendButtonLabel:"Send"},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"]}},Oc={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:Dc}},$c={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:Dc}},Fc={shop:Nc,minimal:Oc,fullscreen:$c};function uu(e){return Fc[e]}var Vf=pc;export{vr as AgentWidgetClient,to as AgentWidgetSession,Sr as AttachmentManager,Sl as DEFAULT_COMPONENTS,Cl as DEFAULT_PALETTE,wl as DEFAULT_SEMANTIC,Ct as DEFAULT_WIDGET_CONFIG,Fc as PRESETS,$c as PRESET_FULLSCREEN,Oc as PRESET_MINIMAL,Nc as PRESET_SHOP,xd as THEME_ZONES,Pr as VERSION,su as accessibilityPlugin,au as animationsPlugin,ir as applyThemeVariables,Ar as attachHeaderToContainer,iu as brandPlugin,io as buildComposer,Bl as buildDefaultHeader,qn as buildHeader,ao as buildHeaderWithLayout,Dl as buildMinimalHeader,Fp as collectEnrichedPageContext,Un as componentRegistry,Ko as createActionManager,Ns as createAgentExperience,ms as createBestAvailableVoiceProvider,Hd as createBubbleWithLayout,Hs as createCSATFeedback,bs as createComboButton,lp as createComponentMiddleware,Is as createComponentStreamParser,pl as createDefaultSanitizer,ou as createDemoCarousel,Vc as createDirectivePostprocessor,lr as createDropdownMenu,ed as createFlexibleJsonStreamParser,vt as createIconButton,ld as createImagePart,cs as createJsonStreamParser,jo as createLabelButton,Ls as createLocalStorageAdapter,Io as createMarkdownProcessor,xr as createMarkdownProcessorFromConfig,jl as createMessageActions,Bs as createNPSFeedback,is as createPlainTextParser,du as createPlugin,ls as createRegexJsonParser,lo as createStandardBubble,gs as createTextPart,ro as createTheme,ys as createThemeObserver,zo as createToggleGroup,Er as createTypingIndicator,wr as createVoiceProvider,Yo as createWidgetHostLayout,ds as createXmlParser,Vf as default,Lr as defaultActionHandlers,Jo as defaultJsonActionParser,vc as defaultParseRules,$o as detectColorScheme,Jc as directivePostprocessor,Yr as escapeHtml,Rs as extractComponentDirectiveFromMessage,cd as fileToImagePart,_p as formatEnrichedContext,Cr as generateAssistantMessageId,Jp as generateCodeSnippet,rd as generateMessageId,wc as generateStableSelector,Qr as generateUserMessageId,Fo as getActiveTheme,kl as getColorScheme,sd as getDisplayText,Nl as getHeaderLayout,id as getImageParts,uu as getPreset,Ws as hasComponentDirective,ad as hasImages,xs as headerLayouts,cu as highContrastPlugin,pc as initAgentWidget,ip as isComponentDirectiveType,zt as isDockedMountMode,No as isVoiceSupported,ll as markdownPostprocessor,Ms as mergeWithDefaults,od as normalizeContent,Vo as pluginRegistry,lu as reducedMotionPlugin,Ps as renderComponentDirective,_l as renderLoadingIndicatorWithFallback,hn as resolveDockConfig,Xr as resolveSanitizer,fs as resolveTokens,hs as themeToCssVariables,dd as validateImageFile,Al as validateTheme};
|
|
433
|
+
`;function Cu(){if(document.querySelector("style[data-persona-dc-styles]"))return;let e=document.createElement("style");e.setAttribute("data-persona-dc-styles",""),e.textContent=vu,document.head.appendChild(e)}function wu(e,r){let t=e.clientWidth-Zs*2-td,n=e.clientHeight-Zs*2-td;return t<=0||n<=0?1:Math.min(t/r.w,n/r.h,1)}function Su(e,r,t,n,s){e.style.width=`${t.w*n}px`,e.style.height=`${t.h*n}px`,e.style.borderRadius=s==="mobile"?`${32*n}px`:"10px",r.style.width=`${t.w}px`,r.style.height=`${t.h}px`,r.style.transformOrigin="top left",r.style.transform=`scale(${n})`}function Au(e,r){let{items:t,initialIndex:n=0,initialDevice:s="desktop",initialColorScheme:o="light",showZoomControls:a=!0,showDeviceToggle:i=!0,showColorSchemeToggle:d=!0,onChange:c}=r;if(t.length===0)throw new Error("createDemoCarousel: items array must not be empty");Cu();let p=Math.max(0,Math.min(n,t.length-1)),u=s,h=o,m=null,C=1,T=!1,b=f("div","persona-dc-root"),x=f("div","persona-dc-toolbar"),S=f("div","persona-dc-toolbar-lead"),O=f("div","persona-dc-toolbar-trail"),w=Tt({icon:"chevron-left",label:"Previous demo",size:14,onClick:()=>tt(-1)}),k=f("div");k.style.position="relative";let W=f("button","persona-dc-title-btn");W.type="button",W.setAttribute("aria-expanded","false"),W.setAttribute("aria-haspopup","listbox");let M=f("span","persona-dc-title-text"),Y=f("span","persona-dc-title-chevron"),ue=pe("chevron-down",12,"currentColor",2);ue&&Y.appendChild(ue),W.append(M,Y);let oe=f("div","persona-dc-dropdown");oe.setAttribute("role","listbox"),oe.style.display="none";let $=!1;function te(){oe.innerHTML="";for(let _=0;_<t.length;_++){let z=t[_],ee=f("button","persona-dc-dropdown-item");ee.type="button",ee.setAttribute("role","option"),ee.setAttribute("aria-current",_===p?"true":"false");let st=f("span");if(st.textContent=z.title,ee.appendChild(st),z.description){let G=f("span","persona-dc-dropdown-desc");G.textContent=z.description,ee.appendChild(G)}ee.addEventListener("click",()=>{ne(),Ct(_)}),oe.appendChild(ee)}}function Se(){$=!$,oe.style.display=$?"":"none",W.setAttribute("aria-expanded",$?"true":"false"),$&&te()}function ne(){$&&($=!1,oe.style.display="none",W.setAttribute("aria-expanded","false"))}W.addEventListener("click",_=>{_.stopPropagation(),Se()});let Ce=()=>ne();document.addEventListener("click",Ce),k.append(W,oe);let he=Tt({icon:"chevron-right",label:"Next demo",size:14,onClick:()=>tt(1)}),Ae=f("span","persona-dc-counter");S.append(w,k,he,Ae);let ge=null;i&&(ge=Ko({items:[{id:"desktop",icon:"monitor",label:"Desktop"},{id:"mobile",icon:"smartphone",label:"Mobile"}],selectedId:u,onSelect:_=>{u=_,De.dataset.device=u,m=null,j()}}),O.appendChild(ge.element));let ke=null;if(a){let _=f("div","persona-dc-zoom-controls"),z=Tt({icon:"minus",label:"Zoom out",size:14,onClick:()=>{let G=m!=null?m:C;m=Math.max(Qc,G-Zc),j()}});ke=f("span","persona-dc-zoom-level"),ke.title="Reset to 100%",ke.style.cursor="pointer",ke.addEventListener("click",()=>{m=1,j()});let ee=Tt({icon:"plus",label:"Zoom in",size:14,onClick:()=>{let G=m!=null?m:C;m=Math.min(ed,G+Zc),j()}}),st=Tt({icon:"maximize",label:"Fit to view",size:14,onClick:()=>{m=null,j()}});_.append(z,ke,ee,st),O.appendChild(_)}if(d){let _=f("div","persona-dc-separator");O.appendChild(_);let z=Ko({items:[{id:"light",icon:"sun",label:"Light"},{id:"dark",icon:"moon",label:"Dark"}],selectedId:h,onSelect:ee=>{h=ee,De.dataset.colorScheme=h,We()}});O.appendChild(z.element)}let K=f("div","persona-dc-separator");O.appendChild(K);let ce=Tt({icon:"external-link",label:"Open in new tab",size:14,onClick:()=>{window.open(t[p].url,"_blank")}});O.appendChild(ce),x.append(S,O);let me=f("div","persona-dc-stage"),De=f("div","persona-dc-iframe-wrapper");De.dataset.device=u,De.dataset.colorScheme=h;let Pe=f("iframe","persona-dc-iframe");Pe.setAttribute("sandbox","allow-scripts allow-same-origin allow-forms"),Pe.setAttribute("loading","lazy"),Pe.title=t[p].title,De.appendChild(Pe),me.appendChild(De),b.append(x,me),e.appendChild(b);function We(){var _;try{let z=(_=Pe.contentDocument)==null?void 0:_.body;if(!z)return;h==="dark"?z.classList.add("theme-dark"):z.classList.remove("theme-dark")}catch{}}Pe.addEventListener("load",()=>We());function He(){let _=t[p];M.textContent=_.title,Ae.textContent=`${p+1} / ${t.length}`,Pe.title=_.title}function tt(_){let z=((p+_)%t.length+t.length)%t.length;Ct(z)}function Ct(_){_<0||_>=t.length||(p=_,Pe.src=t[p].url,He(),c==null||c(p,t[p]))}function j(){var ee;if(T)return;let _=(ee=Xc[u])!=null?ee:Xc.desktop;C=wu(me,_);let z=Math.max(Qc,Math.min(ed,m!=null?m:C));Su(De,Pe,_,z,u),ke&&(ke.textContent=`${Math.round(z*100)}%`)}let U=new ResizeObserver(()=>j());U.observe(me),He(),Pe.src=t[p].url,requestAnimationFrame(()=>j());function re(){T||(T=!0,U.disconnect(),document.removeEventListener("click",Ce),b.remove())}return{element:b,goTo:Ct,next:()=>tt(1),prev:()=>tt(-1),getIndex:()=>p,setDevice(_){u=_,De.dataset.device=_,ge==null||ge.setSelected(_),m=null,j()},setColorScheme(_){h=_,De.dataset.colorScheme=_},setZoom(_){m=_,j()},destroy:re}}function Eu(){return{name:"@persona/accessibility",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,interactive:{...e.semantic.colors.interactive,focus:"palette.colors.primary.700",disabled:"palette.colors.gray.300"}}}}},cssVariables:{"--persona-accessibility-focus-ring":"0 0 0 2px var(--persona-semantic-colors-surface, #fff), 0 0 0 4px var(--persona-semantic-colors-interactive-focus, #0f0f0f)"}}}function Tu(){return{name:"@persona/animations",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"150ms",normal:"200ms",slow:"300ms",bounce:"500ms cubic-bezier(0.68, -0.55, 0.265, 1.55)"},easings:{easeIn:"cubic-bezier(0.4, 0, 1, 1)",easeOut:"cubic-bezier(0, 0, 0.2, 1)",easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)"}}}},cssVariables:{"--persona-transition-fast":"150ms ease","--persona-transition-normal":"200ms ease","--persona-transition-slow":"300ms ease"}}}function Mu(e){return{name:"@persona/brand",version:"1.0.0",transform(r){var n;let t={...r.palette};return(n=e.colors)!=null&&n.primary&&(t.colors={...t.colors,primary:{50:On(e.colors.primary,.95),100:On(e.colors.primary,.9),200:On(e.colors.primary,.8),300:On(e.colors.primary,.7),400:On(e.colors.primary,.6),500:e.colors.primary,600:On(e.colors.primary,.8),700:On(e.colors.primary,.7),800:On(e.colors.primary,.6),900:On(e.colors.primary,.5),950:On(e.colors.primary,.45)}}),{...r,palette:t}}}}function ku(){return{name:"@persona/reduced-motion",version:"1.0.0",transform(e){return{...e,palette:{...e.palette,transitions:{fast:"0ms",normal:"0ms",slow:"0ms",bounce:"0ms"}}}},afterResolve(e){return{...e,"--persona-transition-fast":"0ms","--persona-transition-normal":"0ms","--persona-transition-slow":"0ms"}}}}function Lu(){return{name:"@persona/high-contrast",version:"1.0.0",transform(e){return{...e,semantic:{...e.semantic,colors:{...e.semantic.colors,text:"palette.colors.gray.950",textMuted:"palette.colors.gray.700",border:"palette.colors.gray.900",divider:"palette.colors.gray.900"}}}}}}function On(e,r){let t=parseInt(e.slice(1,3),16),n=parseInt(e.slice(3,5),16),s=parseInt(e.slice(5,7),16),o=Math.round(t+(255-t)*(1-r)),a=Math.round(n+(255-n)*(1-r)),i=Math.round(s+(255-s)*(1-r));return`#${o.toString(16).padStart(2,"0")}${a.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function Iu(e){return{name:e.name,version:e.version,transform:e.transform||(r=>r),cssVariables:e.cssVariables,afterResolve:e.afterResolve}}var Pu={palette:{colors:{primary:{500:"#111827"},accent:{600:"#1d4ed8"},gray:{50:"#ffffff",100:"#f8fafc",200:"#f1f5f9",500:"#6b7280",900:"#000000"}},radius:{sm:"0.75rem",md:"1rem",lg:"1.5rem",launcher:"9999px",button:"9999px"}},semantic:{colors:{primary:"palette.colors.primary.500",textInverse:"palette.colors.gray.50"}}},nd={components:{panel:{borderRadius:"0",shadow:"none"}}},rd={id:"shop",label:"Shopping Assistant",config:{theme:Pu,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:"min(400px, calc(100vw - 24px))"},copy:{welcomeTitle:"Welcome to our shop!",welcomeSubtitle:"I can help you find products and answer questions",inputPlaceholder:"Ask me anything...",sendButtonLabel:"Send"},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"]}},od={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:nd}},sd={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:nd}},ad={shop:rd,minimal:od,fullscreen:sd};function Wu(e){return ad[e]}var fh=Pc;export{Lr as AgentWidgetClient,ao as AgentWidgetSession,Wr as AttachmentManager,zl as DEFAULT_COMPONENTS,_l as DEFAULT_PALETTE,jl as DEFAULT_SEMANTIC,vt as DEFAULT_WIDGET_CONFIG,ad as PRESETS,sd as PRESET_FULLSCREEN,od as PRESET_MINIMAL,rd as PRESET_SHOP,Od as THEME_ZONES,$r as VERSION,Eu as accessibilityPlugin,Tu as animationsPlugin,br as applyThemeVariables,Rr as attachHeaderToContainer,Mu as brandPlugin,mo as buildComposer,tc as buildDefaultHeader,sr as buildHeader,go as buildHeaderWithLayout,nc as buildMinimalHeader,au as collectEnrichedPageContext,ar as componentRegistry,Qo as createActionManager,js as createAgentExperience,xs as createBestAvailableVoiceProvider,ep as createBubbleWithLayout,Os as createCSATFeedback,Ss as createComboButton,kp as createComponentMiddleware,Bs as createComponentStreamParser,Pl as createDefaultSanitizer,Au as createDemoCarousel,ud as createDirectivePostprocessor,xr as createDropdownMenu,vd as createFlexibleJsonStreamParser,Tt as createIconButton,kd as createImagePart,ms as createJsonStreamParser,Jo as createLabelButton,Hs as createLocalStorageAdapter,Po as createMarkdownProcessor,kr as createMarkdownProcessorFromConfig,lc as createMessageActions,$s as createNPSFeedback,us as createPlainTextParser,Iu as createPlugin,gs as createRegexJsonParser,fo as createStandardBubble,bs as createTextPart,lo as createTheme,ws as createThemeObserver,Ko as createToggleGroup,Hr as createTypingIndicator,Pr as createVoiceProvider,ts as createWidgetHostLayout,fs as createXmlParser,fh as default,Nr as defaultActionHandlers,Zo as defaultJsonActionParser,$c as defaultParseRules,$o as detectColorScheme,gd as directivePostprocessor,to as escapeHtml,Ns as extractComponentDirectiveFromMessage,Ld as fileToImagePart,iu as formatEnrichedContext,Ir as generateAssistantMessageId,gu as generateCodeSnippet,Sd as generateMessageId,jc as generateStableSelector,oo as generateUserMessageId,_o as getActiveTheme,Kl as getColorScheme,Ed as getDisplayText,rc as getHeaderLayout,Md as getImageParts,Wu as getPreset,Fs as hasComponentDirective,Td as hasImages,As as headerLayouts,Lu as highContrastPlugin,Pc as initAgentWidget,Mp as isComponentDirectiveType,Gt as isDockedMountMode,No as isVoiceSupported,kl as markdownPostprocessor,Ws as mergeWithDefaults,Ad as normalizeContent,Xo as pluginRegistry,ku as reducedMotionPlugin,Ds as renderComponentDirective,ic as renderLoadingIndicatorWithFallback,kn as resolveDockConfig,no as resolveSanitizer,vs as resolveTokens,Cs as themeToCssVariables,Id as validateImageFile,ql as validateTheme};
|
|
434
434
|
//# sourceMappingURL=index.js.map
|