@runtypelabs/persona 3.29.1 → 3.30.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/README.md +55 -0
- package/dist/codegen.cjs +6 -6
- package/dist/codegen.js +4 -4
- package/dist/index.cjs +47 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +112 -7
- package/dist/index.d.ts +112 -7
- package/dist/index.global.js +59 -59
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +47 -47
- package/dist/index.js.map +1 -1
- package/dist/launcher.global.js +2 -2
- package/dist/launcher.global.js.map +1 -1
- package/dist/plugin-kit.cjs +1 -0
- package/dist/plugin-kit.d.cts +98 -0
- package/dist/plugin-kit.d.ts +98 -0
- package/dist/plugin-kit.js +1 -0
- package/dist/smart-dom-reader.d.cts +107 -4
- package/dist/smart-dom-reader.d.ts +107 -4
- package/dist/theme-editor.cjs +38 -38
- package/dist/theme-editor.d.cts +111 -6
- package/dist/theme-editor.d.ts +111 -6
- package/dist/theme-editor.js +38 -38
- package/dist/theme-reference.cjs +1 -1
- package/dist/theme-reference.d.cts +2 -0
- package/dist/theme-reference.d.ts +2 -0
- package/dist/theme-reference.js +1 -1
- package/package.json +8 -2
- package/src/components/approval-bubble.test.ts +268 -0
- package/src/components/approval-bubble.ts +170 -20
- package/src/components/launcher.ts +6 -3
- package/src/components/tool-bubble.test.ts +39 -0
- package/src/components/tool-bubble.ts +4 -0
- package/src/index-core.ts +1 -0
- package/src/plugin-kit.test.ts +230 -0
- package/src/plugin-kit.ts +294 -0
- package/src/plugins/types.ts +49 -2
- package/src/session.test.ts +99 -0
- package/src/session.ts +14 -3
- package/src/theme-editor/preview-utils.test.ts +10 -0
- package/src/theme-editor/preview-utils.ts +29 -1
- package/src/theme-editor/sections.test.ts +17 -0
- package/src/theme-editor/sections.ts +31 -0
- package/src/theme-reference.ts +1 -1
- package/src/types/theme.ts +2 -0
- package/src/types.ts +59 -2
- package/src/ui.approval-plugin.test.ts +204 -0
- package/src/ui.ts +149 -16
- package/src/utils/theme.test.ts +6 -2
- package/src/utils/theme.ts +0 -8
- package/src/utils/tokens.ts +6 -1
- package/src/webmcp-bridge.test.ts +66 -0
- package/src/webmcp-bridge.ts +49 -0
package/dist/index.global.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
"use strict";var AgentWidget=(()=>{var _y=Object.create;var hs=Object.defineProperty;var Fy=Object.getOwnPropertyDescriptor;var $y=Object.getOwnPropertyNames;var Uy=Object.getPrototypeOf,qy=Object.prototype.hasOwnProperty;var Tg=t=>{throw TypeError(t)};var zy=(t,e,r)=>e in t?hs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r;var Gn=(t,e)=>()=>(t&&(e=t(t=0)),e);var Mg=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),kg=(t,e)=>{for(var r in e)hs(t,r,{get:e[r],enumerable:!0})},Eg=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of $y(e))!qy.call(t,o)&&o!==r&&hs(t,o,{get:()=>e[o],enumerable:!(n=Fy(e,o))||n.enumerable});return t};var ad=(t,e,r)=>(r=t!=null?_y(Uy(t)):{},Eg(e||!t||!t.__esModule?hs(r,"default",{value:t,enumerable:!0}):r,t)),Vy=t=>Eg(hs({},"__esModule",{value:!0}),t);var Ht=(t,e,r)=>zy(t,typeof e!="symbol"?e+"":e,r),jy=(t,e,r)=>e.has(t)||Tg("Cannot "+r);var Lg=(t,e,r)=>e.has(t)?Tg("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r);var Si=(t,e,r)=>(jy(t,e,"access private method"),r);function La(t,e){let r=typeof t;if(r!==typeof e)return!1;if(Array.isArray(t)){if(!Array.isArray(e))return!1;let n=t.length;if(n!==e.length)return!1;for(let o=0;o<n;o++)if(!La(t[o],e[o]))return!1;return!0}if(r==="object"){if(!t||!e)return t===e;let n=Object.keys(t),o=Object.keys(e);if(n.length!==o.length)return!1;for(let a of n)if(!La(t[a],e[a]))return!1;return!0}return t===e}var Sd=Gn(()=>{"use strict"});function xn(t){return encodeURI(Yb(t))}function Yb(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}var Wi=Gn(()=>{"use strict"});function uo(t,e=Object.create(null),r=r0,n=""){if(t&&typeof t=="object"&&!Array.isArray(t)){let s=t.$id||t.id;if(s){let a=new URL(s,r.href);a.hash.length>1?e[a.href]=t:(a.hash="",n===""?r=a:uo(t,e,r))}}else if(t!==!0&&t!==!1)return e;let o=r.href+(n?"#"+n:"");if(e[o]!==void 0)throw new Error(`Duplicate schema URI "${o}".`);if(e[o]=t,t===!0||t===!1)return e;if(t.__absolute_uri__===void 0&&Object.defineProperty(t,"__absolute_uri__",{enumerable:!1,value:o}),t.$ref&&t.__absolute_ref__===void 0){let s=new URL(t.$ref,r.href);s.hash=s.hash,Object.defineProperty(t,"__absolute_ref__",{enumerable:!1,value:s.href})}if(t.$recursiveRef&&t.__absolute_recursive_ref__===void 0){let s=new URL(t.$recursiveRef,r.href);s.hash=s.hash,Object.defineProperty(t,"__absolute_recursive_ref__",{enumerable:!1,value:s.href})}if(t.$anchor){let s=new URL("#"+t.$anchor,r.href);e[s.href]=t}for(let s in t){if(t0[s])continue;let a=`${n}/${xn(s)}`,i=t[s];if(Array.isArray(i)){if(Zb[s]){let d=i.length;for(let l=0;l<d;l++)uo(i[l],e,r,`${a}/${l}`)}}else if(e0[s])for(let d in i)uo(i[d],e,r,`${a}/${xn(d)}`);else uo(i,e,r,a)}return e}var Zb,e0,t0,r0,Bi=Gn(()=>{"use strict";Wi();Zb={prefixItems:!0,items:!0,allOf:!0,anyOf:!0,oneOf:!0},e0={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependentSchemas:!0},t0={id:!0,$id:!0,$ref:!0,$schema:!0,$anchor:!0,$vocabulary:!0,$comment:!0,default:!0,enum:!0,const:!0,required:!0,type:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0},r0=typeof self!="undefined"&&self.location&&self.location.origin!=="null"?new URL(self.location.origin+self.location.pathname+location.search):new URL("https://github.com/cfworker")});function Xn(t){return t.test.bind(t)}function y0(t){return t%4===0&&(t%100!==0||t%400===0)}function ch(t){let e=t.match(n0);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n==2&&y0(r)?29:o0[n])}function ph(t,e){let r=e.match(a0);if(!r)return!1;let n=+r[1],o=+r[2],s=+r[3],a=!!r[5];return(n<=23&&o<=59&&s<=59||n==23&&o==59&&s==60)&&(!t||a)}function w0(t){let e=t.split(b0);return e.length==2&&ch(e[0])&&ph(!0,e[1])}function A0(t){return v0.test(t)&&C0.test(t)}function T0(t){if(S0.test(t))return!1;try{return new RegExp(t,"u"),!0}catch{return!1}}var n0,o0,a0,s0,i0,l0,d0,c0,p0,u0,f0,m0,g0,h0,x0,Td,b0,v0,C0,S0,Md=Gn(()=>{"use strict";n0=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,o0=[0,31,28,31,30,31,30,31,31,30,31,30,31],a0=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i,s0=/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,i0=/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,l0=/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,d0=/^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u{00a1}-\u{ffff}0-9]+-?)*[a-z\u{00a1}-\u{ffff}0-9]+)(?:\.(?:[a-z\u{00a1}-\u{ffff}0-9]+-?)*[a-z\u{00a1}-\u{ffff}0-9]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,c0=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,p0=/^(?:\/(?:[^~/]|~0|~1)*)*$/,u0=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,f0=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,m0=t=>{if(t[0]==='"')return!1;let[e,r,...n]=t.split("@");return!e||!r||n.length!==0||e.length>64||r.length>253||e[0]==="."||e.endsWith(".")||e.includes("..")||!/^[a-z0-9.-]+$/i.test(r)||!/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+$/i.test(e)?!1:r.split(".").every(o=>/^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$/i.test(o))},g0=/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,h0=/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,x0=t=>t.length>1&&t.length<80&&(/^P\d+([.,]\d+)?W$/.test(t)||/^P[\dYMDTHS]*(\d[.,]\d+)?[YMDHS]$/.test(t)&&/^P([.,\d]+Y)?([.,\d]+M)?([.,\d]+D)?(T([.,\d]+H)?([.,\d]+M)?([.,\d]+S)?)?$/.test(t));Td={date:ch,time:ph.bind(void 0,!1),"date-time":w0,duration:x0,uri:A0,"uri-reference":Xn(i0),"uri-template":Xn(l0),url:Xn(d0),email:m0,hostname:Xn(s0),ipv4:Xn(g0),ipv6:Xn(h0),regex:T0,uuid:Xn(c0),"json-pointer":Xn(p0),"json-pointer-uri-fragment":Xn(u0),"relative-json-pointer":Xn(f0)};b0=/t|\s/i;v0=/\/|:/,C0=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;S0=/[^\\]\\Z/});var uh,fh=Gn(()=>{"use strict";(function(t){t[t.Flag=1]="Flag",t[t.Basic=2]="Basic",t[t.Detailed=4]="Detailed"})(uh||(uh={}))});function mh(t){let e=0,r=t.length,n=0,o;for(;n<r;)e++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<r&&(o=t.charCodeAt(n),(o&64512)==56320&&n++);return e}var kd=Gn(()=>{"use strict"});function ur(t,e,r="2019-09",n=uo(e),o=!0,s=null,a="#",i="#",d=Object.create(null)){if(e===!0)return{valid:!0,errors:[]};if(e===!1)return{valid:!1,errors:[{instanceLocation:a,keyword:"false",keywordLocation:a,error:"False boolean schema."}]};let l=typeof t,p;switch(l){case"boolean":case"number":case"string":p=l;break;case"object":t===null?p="null":Array.isArray(t)?p="array":p="object";break;default:throw new Error(`Instances of "${l}" type are not supported.`)}let{$ref:m,$recursiveRef:u,$recursiveAnchor:f,type:x,const:C,enum:S,required:k,not:T,anyOf:M,allOf:h,oneOf:w,if:y,then:E,else:B,format:P,properties:R,patternProperties:O,additionalProperties:V,unevaluatedProperties:ne,minProperties:be,maxProperties:Ye,propertyNames:Ge,dependentRequired:ve,dependentSchemas:Ee,dependencies:Ke,prefixItems:Ne,items:X,additionalItems:Ue,unevaluatedItems:K,contains:Te,minContains:oe,maxContains:xe,minItems:Me,maxItems:Xe,uniqueItems:ce,minimum:te,maximum:le,exclusiveMinimum:ut,exclusiveMaximum:Ce,multipleOf:he,minLength:rt,maxLength:_e,pattern:me,__absolute_ref__:J,__absolute_recursive_ref__:ze}=e,Z=[];if(f===!0&&s===null&&(s=e),u==="#"){let z=s===null?n[ze]:s,Re=`${i}/$recursiveRef`,Ae=ur(t,s===null?e:s,r,n,o,z,a,Re,d);Ae.valid||Z.push({instanceLocation:a,keyword:"$recursiveRef",keywordLocation:Re,error:"A subschema had errors."},...Ae.errors)}if(m!==void 0){let Re=n[J||m];if(Re===void 0){let pe=`Unresolved $ref "${m}".`;throw J&&J!==m&&(pe+=` Absolute URI "${J}".`),pe+=`
|
|
1
|
+
"use strict";var AgentWidget=(()=>{var Ky=Object.create;var vs=Object.defineProperty;var Xy=Object.getOwnPropertyDescriptor;var Jy=Object.getOwnPropertyNames;var Qy=Object.getPrototypeOf,Yy=Object.prototype.hasOwnProperty;var Lg=t=>{throw TypeError(t)};var Zy=(t,e,r)=>e in t?vs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r;var Yn=(t,e)=>()=>(t&&(e=t(t=0)),e);var Pg=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ig=(t,e)=>{for(var r in e)vs(t,r,{get:e[r],enumerable:!0})},Rg=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Jy(e))!Yy.call(t,o)&&o!==r&&vs(t,o,{get:()=>e[o],enumerable:!(n=Xy(e,o))||n.enumerable});return t};var ld=(t,e,r)=>(r=t!=null?Ky(Qy(t)):{},Rg(e||!t||!t.__esModule?vs(r,"default",{value:t,enumerable:!0}):r,t)),eb=t=>Rg(vs({},"__esModule",{value:!0}),t);var Ft=(t,e,r)=>Zy(t,typeof e!="symbol"?e+"":e,r),tb=(t,e,r)=>e.has(t)||Lg("Cannot "+r);var Wg=(t,e,r)=>e.has(t)?Lg("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r);var Si=(t,e,r)=>(tb(t,e,"access private method"),r);function Ba(t,e){let r=typeof t;if(r!==typeof e)return!1;if(Array.isArray(t)){if(!Array.isArray(e))return!1;let n=t.length;if(n!==e.length)return!1;for(let o=0;o<n;o++)if(!Ba(t[o],e[o]))return!1;return!0}if(r==="object"){if(!t||!e)return t===e;let n=Object.keys(t),o=Object.keys(e);if(n.length!==o.length)return!1;for(let a of n)if(!Ba(t[a],e[a]))return!1;return!0}return t===e}var kd=Yn(()=>{"use strict"});function bn(t){return encodeURI(i0(t))}function i0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}var Wi=Yn(()=>{"use strict"});function go(t,e=Object.create(null),r=p0,n=""){if(t&&typeof t=="object"&&!Array.isArray(t)){let s=t.$id||t.id;if(s){let a=new URL(s,r.href);a.hash.length>1?e[a.href]=t:(a.hash="",n===""?r=a:go(t,e,r))}}else if(t!==!0&&t!==!1)return e;let o=r.href+(n?"#"+n:"");if(e[o]!==void 0)throw new Error(`Duplicate schema URI "${o}".`);if(e[o]=t,t===!0||t===!1)return e;if(t.__absolute_uri__===void 0&&Object.defineProperty(t,"__absolute_uri__",{enumerable:!1,value:o}),t.$ref&&t.__absolute_ref__===void 0){let s=new URL(t.$ref,r.href);s.hash=s.hash,Object.defineProperty(t,"__absolute_ref__",{enumerable:!1,value:s.href})}if(t.$recursiveRef&&t.__absolute_recursive_ref__===void 0){let s=new URL(t.$recursiveRef,r.href);s.hash=s.hash,Object.defineProperty(t,"__absolute_recursive_ref__",{enumerable:!1,value:s.href})}if(t.$anchor){let s=new URL("#"+t.$anchor,r.href);e[s.href]=t}for(let s in t){if(c0[s])continue;let a=`${n}/${bn(s)}`,i=t[s];if(Array.isArray(i)){if(l0[s]){let d=i.length;for(let l=0;l<d;l++)go(i[l],e,r,`${a}/${l}`)}}else if(d0[s])for(let d in i)go(i[d],e,r,`${a}/${bn(d)}`);else go(i,e,r,a)}return e}var l0,d0,c0,p0,Bi=Yn(()=>{"use strict";Wi();l0={prefixItems:!0,items:!0,allOf:!0,anyOf:!0,oneOf:!0},d0={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependentSchemas:!0},c0={id:!0,$id:!0,$ref:!0,$schema:!0,$anchor:!0,$vocabulary:!0,$comment:!0,default:!0,enum:!0,const:!0,required:!0,type:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0},p0=typeof self!="undefined"&&self.location&&self.location.origin!=="null"?new URL(self.location.origin+self.location.pathname+location.search):new URL("https://github.com/cfworker")});function eo(t){return t.test.bind(t)}function k0(t){return t%4===0&&(t%100!==0||t%400===0)}function mh(t){let e=t.match(u0);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n==2&&k0(r)?29:f0[n])}function gh(t,e){let r=e.match(m0);if(!r)return!1;let n=+r[1],o=+r[2],s=+r[3],a=!!r[5];return(n<=23&&o<=59&&s<=59||n==23&&o==59&&s==60)&&(!t||a)}function L0(t){let e=t.split(E0);return e.length==2&&mh(e[0])&&gh(!0,e[1])}function R0(t){return P0.test(t)&&I0.test(t)}function B0(t){if(W0.test(t))return!1;try{return new RegExp(t,"u"),!0}catch{return!1}}var u0,f0,m0,g0,h0,x0,y0,b0,w0,v0,C0,A0,S0,T0,M0,Ed,E0,P0,I0,W0,Ld=Yn(()=>{"use strict";u0=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,f0=[0,31,28,31,30,31,30,31,31,30,31,30,31],m0=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i,g0=/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,h0=/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,x0=/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,y0=/^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u{00a1}-\u{ffff}0-9]+-?)*[a-z\u{00a1}-\u{ffff}0-9]+)(?:\.(?:[a-z\u{00a1}-\u{ffff}0-9]+-?)*[a-z\u{00a1}-\u{ffff}0-9]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,b0=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,w0=/^(?:\/(?:[^~/]|~0|~1)*)*$/,v0=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,C0=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,A0=t=>{if(t[0]==='"')return!1;let[e,r,...n]=t.split("@");return!e||!r||n.length!==0||e.length>64||r.length>253||e[0]==="."||e.endsWith(".")||e.includes("..")||!/^[a-z0-9.-]+$/i.test(r)||!/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+$/i.test(e)?!1:r.split(".").every(o=>/^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$/i.test(o))},S0=/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,T0=/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,M0=t=>t.length>1&&t.length<80&&(/^P\d+([.,]\d+)?W$/.test(t)||/^P[\dYMDTHS]*(\d[.,]\d+)?[YMDHS]$/.test(t)&&/^P([.,\d]+Y)?([.,\d]+M)?([.,\d]+D)?(T([.,\d]+H)?([.,\d]+M)?([.,\d]+S)?)?$/.test(t));Ed={date:mh,time:gh.bind(void 0,!1),"date-time":L0,duration:M0,uri:R0,"uri-reference":eo(h0),"uri-template":eo(x0),url:eo(y0),email:A0,hostname:eo(g0),ipv4:eo(S0),ipv6:eo(T0),regex:B0,uuid:eo(b0),"json-pointer":eo(w0),"json-pointer-uri-fragment":eo(v0),"relative-json-pointer":eo(C0)};E0=/t|\s/i;P0=/\/|:/,I0=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;W0=/[^\\]\\Z/});var hh,xh=Yn(()=>{"use strict";(function(t){t[t.Flag=1]="Flag",t[t.Basic=2]="Basic",t[t.Detailed=4]="Detailed"})(hh||(hh={}))});function yh(t){let e=0,r=t.length,n=0,o;for(;n<r;)e++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<r&&(o=t.charCodeAt(n),(o&64512)==56320&&n++);return e}var Pd=Yn(()=>{"use strict"});function mr(t,e,r="2019-09",n=go(e),o=!0,s=null,a="#",i="#",d=Object.create(null)){if(e===!0)return{valid:!0,errors:[]};if(e===!1)return{valid:!1,errors:[{instanceLocation:a,keyword:"false",keywordLocation:a,error:"False boolean schema."}]};let l=typeof t,p;switch(l){case"boolean":case"number":case"string":p=l;break;case"object":t===null?p="null":Array.isArray(t)?p="array":p="object";break;default:throw new Error(`Instances of "${l}" type are not supported.`)}let{$ref:u,$recursiveRef:f,$recursiveAnchor:m,type:y,const:x,enum:S,required:M,not:k,anyOf:T,allOf:h,oneOf:C,if:w,then:E,else:W,format:P,properties:R,patternProperties:N,additionalProperties:j,unevaluatedProperties:oe,minProperties:ve,maxProperties:nt,propertyNames:Te,dependentRequired:$e,dependentSchemas:Se,dependencies:Xe,prefixItems:He,items:V,additionalItems:be,unevaluatedItems:G,contains:Ae,minContains:J,maxContains:ie,minItems:Me,maxItems:Ge,uniqueItems:ce,minimum:re,maximum:le,exclusiveMinimum:gt,exclusiveMaximum:ke,multipleOf:ye,minLength:tt,maxLength:Ue,pattern:he,__absolute_ref__:Q,__absolute_recursive_ref__:Ve}=e,ee=[];if(m===!0&&s===null&&(s=e),f==="#"){let z=s===null?n[Ve]:s,De=`${i}/$recursiveRef`,Le=mr(t,s===null?e:s,r,n,o,z,a,De,d);Le.valid||ee.push({instanceLocation:a,keyword:"$recursiveRef",keywordLocation:De,error:"A subschema had errors."},...Le.errors)}if(u!==void 0){let De=n[Q||u];if(De===void 0){let ue=`Unresolved $ref "${u}".`;throw Q&&Q!==u&&(ue+=` Absolute URI "${Q}".`),ue+=`
|
|
2
2
|
Known schemas:
|
|
3
3
|
- ${Object.keys(n).join(`
|
|
4
|
-
- `)}`,new Error(pe)}let Ae=`${i}/$ref`,fe=ur(t,Re,r,n,o,s,a,Ae,d);if(fe.valid||Z.push({instanceLocation:a,keyword:"$ref",keywordLocation:Ae,error:"A subschema had errors."},...fe.errors),r==="4"||r==="7")return{valid:Z.length===0,errors:Z}}if(Array.isArray(x)){let z=x.length,Re=!1;for(let Ae=0;Ae<z;Ae++)if(p===x[Ae]||x[Ae]==="integer"&&p==="number"&&t%1===0&&t===t){Re=!0;break}Re||Z.push({instanceLocation:a,keyword:"type",keywordLocation:`${i}/type`,error:`Instance type "${p}" is invalid. Expected "${x.join('", "')}".`})}else x==="integer"?(p!=="number"||t%1||t!==t)&&Z.push({instanceLocation:a,keyword:"type",keywordLocation:`${i}/type`,error:`Instance type "${p}" is invalid. Expected "${x}".`}):x!==void 0&&p!==x&&Z.push({instanceLocation:a,keyword:"type",keywordLocation:`${i}/type`,error:`Instance type "${p}" is invalid. Expected "${x}".`});if(C!==void 0&&(p==="object"||p==="array"?La(t,C)||Z.push({instanceLocation:a,keyword:"const",keywordLocation:`${i}/const`,error:`Instance does not match ${JSON.stringify(C)}.`}):t!==C&&Z.push({instanceLocation:a,keyword:"const",keywordLocation:`${i}/const`,error:`Instance does not match ${JSON.stringify(C)}.`})),S!==void 0&&(p==="object"||p==="array"?S.some(z=>La(t,z))||Z.push({instanceLocation:a,keyword:"enum",keywordLocation:`${i}/enum`,error:`Instance does not match any of ${JSON.stringify(S)}.`}):S.some(z=>t===z)||Z.push({instanceLocation:a,keyword:"enum",keywordLocation:`${i}/enum`,error:`Instance does not match any of ${JSON.stringify(S)}.`})),T!==void 0){let z=`${i}/not`;ur(t,T,r,n,o,s,a,z).valid&&Z.push({instanceLocation:a,keyword:"not",keywordLocation:z,error:'Instance matched "not" schema.'})}let ge=[];if(M!==void 0){let z=`${i}/anyOf`,Re=Z.length,Ae=!1;for(let fe=0;fe<M.length;fe++){let pe=M[fe],Be=Object.create(d),Q=ur(t,pe,r,n,o,f===!0?s:null,a,`${z}/${fe}`,Be);Z.push(...Q.errors),Ae=Ae||Q.valid,Q.valid&&ge.push(Be)}Ae?Z.length=Re:Z.splice(Re,0,{instanceLocation:a,keyword:"anyOf",keywordLocation:z,error:"Instance does not match any subschemas."})}if(h!==void 0){let z=`${i}/allOf`,Re=Z.length,Ae=!0;for(let fe=0;fe<h.length;fe++){let pe=h[fe],Be=Object.create(d),Q=ur(t,pe,r,n,o,f===!0?s:null,a,`${z}/${fe}`,Be);Z.push(...Q.errors),Ae=Ae&&Q.valid,Q.valid&&ge.push(Be)}Ae?Z.length=Re:Z.splice(Re,0,{instanceLocation:a,keyword:"allOf",keywordLocation:z,error:"Instance does not match every subschema."})}if(w!==void 0){let z=`${i}/oneOf`,Re=Z.length,Ae=w.filter((fe,pe)=>{let Be=Object.create(d),Q=ur(t,fe,r,n,o,f===!0?s:null,a,`${z}/${pe}`,Be);return Z.push(...Q.errors),Q.valid&&ge.push(Be),Q.valid}).length;Ae===1?Z.length=Re:Z.splice(Re,0,{instanceLocation:a,keyword:"oneOf",keywordLocation:z,error:`Instance does not match exactly one subschema (${Ae} matches).`})}if((p==="object"||p==="array")&&Object.assign(d,...ge),y!==void 0){let z=`${i}/if`;if(ur(t,y,r,n,o,s,a,z,d).valid){if(E!==void 0){let Ae=ur(t,E,r,n,o,s,a,`${i}/then`,d);Ae.valid||Z.push({instanceLocation:a,keyword:"if",keywordLocation:z,error:'Instance does not match "then" schema.'},...Ae.errors)}}else if(B!==void 0){let Ae=ur(t,B,r,n,o,s,a,`${i}/else`,d);Ae.valid||Z.push({instanceLocation:a,keyword:"if",keywordLocation:z,error:'Instance does not match "else" schema.'},...Ae.errors)}}if(p==="object"){if(k!==void 0)for(let fe of k)fe in t||Z.push({instanceLocation:a,keyword:"required",keywordLocation:`${i}/required`,error:`Instance does not have required property "${fe}".`});let z=Object.keys(t);if(be!==void 0&&z.length<be&&Z.push({instanceLocation:a,keyword:"minProperties",keywordLocation:`${i}/minProperties`,error:`Instance does not have at least ${be} properties.`}),Ye!==void 0&&z.length>Ye&&Z.push({instanceLocation:a,keyword:"maxProperties",keywordLocation:`${i}/maxProperties`,error:`Instance does not have at least ${Ye} properties.`}),Ge!==void 0){let fe=`${i}/propertyNames`;for(let pe in t){let Be=`${a}/${xn(pe)}`,Q=ur(pe,Ge,r,n,o,s,Be,fe);Q.valid||Z.push({instanceLocation:a,keyword:"propertyNames",keywordLocation:fe,error:`Property name "${pe}" does not match schema.`},...Q.errors)}}if(ve!==void 0){let fe=`${i}/dependantRequired`;for(let pe in ve)if(pe in t){let Be=ve[pe];for(let Q of Be)Q in t||Z.push({instanceLocation:a,keyword:"dependentRequired",keywordLocation:fe,error:`Instance has "${pe}" but does not have "${Q}".`})}}if(Ee!==void 0)for(let fe in Ee){let pe=`${i}/dependentSchemas`;if(fe in t){let Be=ur(t,Ee[fe],r,n,o,s,a,`${pe}/${xn(fe)}`,d);Be.valid||Z.push({instanceLocation:a,keyword:"dependentSchemas",keywordLocation:pe,error:`Instance has "${fe}" but does not match dependant schema.`},...Be.errors)}}if(Ke!==void 0){let fe=`${i}/dependencies`;for(let pe in Ke)if(pe in t){let Be=Ke[pe];if(Array.isArray(Be))for(let Q of Be)Q in t||Z.push({instanceLocation:a,keyword:"dependencies",keywordLocation:fe,error:`Instance has "${pe}" but does not have "${Q}".`});else{let Q=ur(t,Be,r,n,o,s,a,`${fe}/${xn(pe)}`);Q.valid||Z.push({instanceLocation:a,keyword:"dependencies",keywordLocation:fe,error:`Instance has "${pe}" but does not match dependant schema.`},...Q.errors)}}}let Re=Object.create(null),Ae=!1;if(R!==void 0){let fe=`${i}/properties`;for(let pe in R){if(!(pe in t))continue;let Be=`${a}/${xn(pe)}`,Q=ur(t[pe],R[pe],r,n,o,s,Be,`${fe}/${xn(pe)}`);if(Q.valid)d[pe]=Re[pe]=!0;else if(Ae=o,Z.push({instanceLocation:a,keyword:"properties",keywordLocation:fe,error:`Property "${pe}" does not match schema.`},...Q.errors),Ae)break}}if(!Ae&&O!==void 0){let fe=`${i}/patternProperties`;for(let pe in O){let Be=new RegExp(pe,"u"),Q=O[pe];for(let _ in t){if(!Be.test(_))continue;let ke=`${a}/${xn(_)}`,He=ur(t[_],Q,r,n,o,s,ke,`${fe}/${xn(pe)}`);He.valid?d[_]=Re[_]=!0:(Ae=o,Z.push({instanceLocation:a,keyword:"patternProperties",keywordLocation:fe,error:`Property "${_}" matches pattern "${pe}" but does not match associated schema.`},...He.errors))}}}if(!Ae&&V!==void 0){let fe=`${i}/additionalProperties`;for(let pe in t){if(Re[pe])continue;let Be=`${a}/${xn(pe)}`,Q=ur(t[pe],V,r,n,o,s,Be,fe);Q.valid?d[pe]=!0:(Ae=o,Z.push({instanceLocation:a,keyword:"additionalProperties",keywordLocation:fe,error:`Property "${pe}" does not match additional properties schema.`},...Q.errors))}}else if(!Ae&&ne!==void 0){let fe=`${i}/unevaluatedProperties`;for(let pe in t)if(!d[pe]){let Be=`${a}/${xn(pe)}`,Q=ur(t[pe],ne,r,n,o,s,Be,fe);Q.valid?d[pe]=!0:Z.push({instanceLocation:a,keyword:"unevaluatedProperties",keywordLocation:fe,error:`Property "${pe}" does not match unevaluated properties schema.`},...Q.errors)}}}else if(p==="array"){Xe!==void 0&&t.length>Xe&&Z.push({instanceLocation:a,keyword:"maxItems",keywordLocation:`${i}/maxItems`,error:`Array has too many items (${t.length} > ${Xe}).`}),Me!==void 0&&t.length<Me&&Z.push({instanceLocation:a,keyword:"minItems",keywordLocation:`${i}/minItems`,error:`Array has too few items (${t.length} < ${Me}).`});let z=t.length,Re=0,Ae=!1;if(Ne!==void 0){let fe=`${i}/prefixItems`,pe=Math.min(Ne.length,z);for(;Re<pe;Re++){let Be=ur(t[Re],Ne[Re],r,n,o,s,`${a}/${Re}`,`${fe}/${Re}`);if(d[Re]=!0,!Be.valid&&(Ae=o,Z.push({instanceLocation:a,keyword:"prefixItems",keywordLocation:fe,error:"Items did not match schema."},...Be.errors),Ae))break}}if(X!==void 0){let fe=`${i}/items`;if(Array.isArray(X)){let pe=Math.min(X.length,z);for(;Re<pe;Re++){let Be=ur(t[Re],X[Re],r,n,o,s,`${a}/${Re}`,`${fe}/${Re}`);if(d[Re]=!0,!Be.valid&&(Ae=o,Z.push({instanceLocation:a,keyword:"items",keywordLocation:fe,error:"Items did not match schema."},...Be.errors),Ae))break}}else for(;Re<z;Re++){let pe=ur(t[Re],X,r,n,o,s,`${a}/${Re}`,fe);if(d[Re]=!0,!pe.valid&&(Ae=o,Z.push({instanceLocation:a,keyword:"items",keywordLocation:fe,error:"Items did not match schema."},...pe.errors),Ae))break}if(!Ae&&Ue!==void 0){let pe=`${i}/additionalItems`;for(;Re<z;Re++){let Be=ur(t[Re],Ue,r,n,o,s,`${a}/${Re}`,pe);d[Re]=!0,Be.valid||(Ae=o,Z.push({instanceLocation:a,keyword:"additionalItems",keywordLocation:pe,error:"Items did not match additional items schema."},...Be.errors))}}}if(Te!==void 0)if(z===0&&oe===void 0)Z.push({instanceLocation:a,keyword:"contains",keywordLocation:`${i}/contains`,error:"Array is empty. It must contain at least one item matching the schema."});else if(oe!==void 0&&z<oe)Z.push({instanceLocation:a,keyword:"minContains",keywordLocation:`${i}/minContains`,error:`Array has less items (${z}) than minContains (${oe}).`});else{let fe=`${i}/contains`,pe=Z.length,Be=0;for(let Q=0;Q<z;Q++){let _=ur(t[Q],Te,r,n,o,s,`${a}/${Q}`,fe);_.valid?(d[Q]=!0,Be++):Z.push(..._.errors)}Be>=(oe||0)&&(Z.length=pe),oe===void 0&&xe===void 0&&Be===0?Z.splice(pe,0,{instanceLocation:a,keyword:"contains",keywordLocation:fe,error:"Array does not contain item matching schema."}):oe!==void 0&&Be<oe?Z.push({instanceLocation:a,keyword:"minContains",keywordLocation:`${i}/minContains`,error:`Array must contain at least ${oe} items matching schema. Only ${Be} items were found.`}):xe!==void 0&&Be>xe&&Z.push({instanceLocation:a,keyword:"maxContains",keywordLocation:`${i}/maxContains`,error:`Array may contain at most ${xe} items matching schema. ${Be} items were found.`})}if(!Ae&&K!==void 0){let fe=`${i}/unevaluatedItems`;for(Re;Re<z;Re++){if(d[Re])continue;let pe=ur(t[Re],K,r,n,o,s,`${a}/${Re}`,fe);d[Re]=!0,pe.valid||Z.push({instanceLocation:a,keyword:"unevaluatedItems",keywordLocation:fe,error:"Items did not match unevaluated items schema."},...pe.errors)}}if(ce)for(let fe=0;fe<z;fe++){let pe=t[fe],Be=typeof pe=="object"&&pe!==null;for(let Q=0;Q<z;Q++){if(fe===Q)continue;let _=t[Q];(pe===_||Be&&(typeof _=="object"&&_!==null)&&La(pe,_))&&(Z.push({instanceLocation:a,keyword:"uniqueItems",keywordLocation:`${i}/uniqueItems`,error:`Duplicate items at indexes ${fe} and ${Q}.`}),fe=Number.MAX_SAFE_INTEGER,Q=Number.MAX_SAFE_INTEGER)}}}else if(p==="number"){if(r==="4"?(te!==void 0&&(ut===!0&&t<=te||t<te)&&Z.push({instanceLocation:a,keyword:"minimum",keywordLocation:`${i}/minimum`,error:`${t} is less than ${ut?"or equal to ":""} ${te}.`}),le!==void 0&&(Ce===!0&&t>=le||t>le)&&Z.push({instanceLocation:a,keyword:"maximum",keywordLocation:`${i}/maximum`,error:`${t} is greater than ${Ce?"or equal to ":""} ${le}.`})):(te!==void 0&&t<te&&Z.push({instanceLocation:a,keyword:"minimum",keywordLocation:`${i}/minimum`,error:`${t} is less than ${te}.`}),le!==void 0&&t>le&&Z.push({instanceLocation:a,keyword:"maximum",keywordLocation:`${i}/maximum`,error:`${t} is greater than ${le}.`}),ut!==void 0&&t<=ut&&Z.push({instanceLocation:a,keyword:"exclusiveMinimum",keywordLocation:`${i}/exclusiveMinimum`,error:`${t} is less than ${ut}.`}),Ce!==void 0&&t>=Ce&&Z.push({instanceLocation:a,keyword:"exclusiveMaximum",keywordLocation:`${i}/exclusiveMaximum`,error:`${t} is greater than or equal to ${Ce}.`})),he!==void 0){let z=t%he;Math.abs(0-z)>=11920929e-14&&Math.abs(he-z)>=11920929e-14&&Z.push({instanceLocation:a,keyword:"multipleOf",keywordLocation:`${i}/multipleOf`,error:`${t} is not a multiple of ${he}.`})}}else if(p==="string"){let z=rt===void 0&&_e===void 0?0:mh(t);rt!==void 0&&z<rt&&Z.push({instanceLocation:a,keyword:"minLength",keywordLocation:`${i}/minLength`,error:`String is too short (${z} < ${rt}).`}),_e!==void 0&&z>_e&&Z.push({instanceLocation:a,keyword:"maxLength",keywordLocation:`${i}/maxLength`,error:`String is too long (${z} > ${_e}).`}),me!==void 0&&!new RegExp(me,"u").test(t)&&Z.push({instanceLocation:a,keyword:"pattern",keywordLocation:`${i}/pattern`,error:"String does not match pattern."}),P!==void 0&&Td[P]&&!Td[P](t)&&Z.push({instanceLocation:a,keyword:"format",keywordLocation:`${i}/format`,error:`String does not match format "${P}".`})}return{valid:Z.length===0,errors:Z}}var Ed=Gn(()=>{"use strict";Sd();Bi();Md();Wi();kd()});var Hi,gh=Gn(()=>{"use strict";Bi();Ed();Hi=class{constructor(e,r="2019-09",n=!0){Ht(this,"schema");Ht(this,"draft");Ht(this,"shortCircuit");Ht(this,"lookup");this.schema=e,this.draft=r,this.shortCircuit=n,this.lookup=uo(e)}validate(e){return ur(e,this.schema,this.draft,this.lookup,this.shortCircuit)}addSchema(e,r){r&&(e={...e,$id:r}),uo(e,this.lookup)}}});var hh=Gn(()=>{"use strict";Sd();Bi();Md();Wi();fh();kd();Ed();gh()});var kh={};kg(kh,{cleanupWebMCPPolyfill:()=>Mh,initializeWebMCPPolyfill:()=>Th,initializeWebModelContextPolyfill:()=>Th,isPlainObject:()=>Hr,validateArgsWithSchema:()=>Ch});function Jn(t){try{return new DOMException(t,"UnknownError")}catch{let e=new Error(t);return e.name="UnknownError",e}}function P0(t){let e;try{e=JSON.parse(t)}catch{throw Jn(xh)}if(!e||typeof e!="object"||Array.isArray(e))throw Jn(xh);return e}function I0(t){if(typeof t=="string")return t;if(Hr(t)&&typeof t.name=="string")return t.name;throw new TypeError("Failed to execute 'unregisterTool' on 'ModelContext': parameter 1 must be a string or an object with a string name.")}function Hr(t){return!!t&&typeof t=="object"&&!Array.isArray(t)}function wh(t){if(!Hr(t))return null;let e=t["~standard"];return Hr(e)?e:null}function R0(t){let e=wh(t);return!!(e&&e.version===1&&typeof e.validate=="function")}function W0(t){let e=wh(t);return!e||e.version!==1||!Hr(e.jsonSchema)?!1:typeof e.jsonSchema.input=="function"}function Oi(t){return{"~standard":{version:1,vendor:"@mcp-b/webmcp-polyfill-json-schema",validate(e){if(!Hr(e))return{issues:[{message:"expected object arguments"}]};let r=Ch(e,t);return r?{issues:[r]}:{value:e}}}}}function B0(t){for(let e of M0)try{let r=t["~standard"].jsonSchema.input({target:e});return vh(r),r}catch(r){console.warn(`[WebMCPPolyfill] Standard JSON Schema conversion failed for target "${e}":`,r)}throw new Error("Failed to convert Standard JSON Schema inputSchema to a JSON Schema object")}function H0(t){if(t===void 0){let r=Di;return{inputSchema:r,standardValidator:Oi(r)}}if(W0(t)){let r=B0(t);return{inputSchema:r,standardValidator:Oi(r)}}if(R0(t))return{inputSchema:Di,standardValidator:t};if(vh(t),Object.keys(t).length===0)return{inputSchema:Di,standardValidator:Oi(Di)};let e=t.type===void 0?{type:"object",...t}:t;return{inputSchema:e,standardValidator:Oi(e)}}function vh(t){if(!Hr(t))throw new Error("inputSchema must be a JSON Schema object");Pa(t,"$")}function Pa(t,e){let r=t.type;if(r!==void 0&&typeof r!="string"&&!(Array.isArray(r)&&r.every(i=>typeof i=="string"&&i.length>0)))throw new Error(`Invalid JSON Schema at ${e}: "type" must be a string or string[]`);let n=t.required;if(n!==void 0&&!(Array.isArray(n)&&n.every(i=>typeof i=="string")))throw new Error(`Invalid JSON Schema at ${e}: "required" must be an array of strings`);let o=t.properties;if(o!==void 0){if(!Hr(o))throw new Error(`Invalid JSON Schema at ${e}: "properties" must be an object`);for(let[i,d]of Object.entries(o)){if(!Hr(d))throw new Error(`Invalid JSON Schema at ${e}.properties.${i}: expected object schema`);Pa(d,`${e}.properties.${i}`)}}let s=t.items;if(s!==void 0)if(Array.isArray(s))for(let[i,d]of s.entries()){if(!Hr(d))throw new Error(`Invalid JSON Schema at ${e}.items[${i}]: expected object schema`);Pa(d,`${e}.items[${i}]`)}else if(Hr(s))Pa(s,`${e}.items`);else throw new Error(`Invalid JSON Schema at ${e}: "items" must be an object or object[]`);for(let i of["allOf","anyOf","oneOf"]){let d=t[i];if(d!==void 0){if(!Array.isArray(d))throw new Error(`Invalid JSON Schema at ${e}: "${i}" must be an array`);for(let[l,p]of d.entries()){if(!Hr(p))throw new Error(`Invalid JSON Schema at ${e}.${i}[${l}]: expected object schema`);Pa(p,`${e}.${i}[${l}]`)}}}let a=t.not;if(a!==void 0){if(!Hr(a))throw new Error(`Invalid JSON Schema at ${e}: "not" must be an object schema`);Pa(a,`${e}.not`)}try{JSON.stringify(t)}catch{throw new Error(`Invalid JSON Schema at ${e}: schema must be JSON-serializable`)}}function D0(t,e){if(!t||typeof t!="object")throw new TypeError("registerTool(tool) requires a tool object");if(typeof t.name!="string"||t.name.length===0)throw new TypeError('Tool "name" must be a non-empty string');if(typeof t.description!="string"||t.description.length===0)throw new TypeError('Tool "description" must be a non-empty string');if(typeof t.execute!="function")throw new TypeError('Tool "execute" must be a function');if(e.has(t.name))throw new Error(`Tool already registered: ${t.name}`);let r=H0(t.inputSchema),n=t.annotations,o=n?{...n,...n.readOnlyHint==="true"?{readOnlyHint:!0}:n.readOnlyHint==="false"?{readOnlyHint:!1}:{},...n.destructiveHint==="true"?{destructiveHint:!0}:n.destructiveHint==="false"?{destructiveHint:!1}:{},...n.idempotentHint==="true"?{idempotentHint:!0}:n.idempotentHint==="false"?{idempotentHint:!1}:{},...n.openWorldHint==="true"?{openWorldHint:!0}:n.openWorldHint==="false"?{openWorldHint:!1}:{}}:void 0;return{...t,...o?{annotations:o}:{},inputSchema:r.inputSchema,[bh]:r.standardValidator}}function Ch(t,e){let r=new Hi(e,"2020-12",!0).validate(t);if(r.valid)return null;let n=r.errors[r.errors.length-1];return n?{message:n.error}:{message:"Input validation failed"}}function O0(t){if(!t||t.length===0)return null;let e=t.map(r=>Hr(r)&&"key"in r?r.key:r).map(r=>String(r)).filter(r=>r.length>0);return e.length===0?null:e.join(".")}async function N0(t,e){let r;try{r=await Promise.resolve(e["~standard"].validate(t))}catch(s){let a=s instanceof Error?`: ${s.message}`:"";return console.error("[WebMCPPolyfill] Standard Schema validation threw unexpectedly:",s),`Input validation error: schema validation failed${a}`}if(!r.issues||r.issues.length===0)return null;let n=r.issues[0];if(!n)return"Input validation error";let o=O0(n==null?void 0:n.path);return o?`Input validation error: ${n.message} at ${o}`:`Input validation error: ${n.message}`}async function _0(t,e){return N0(t,e[bh])}function F0(t){return Hr(t)&&Array.isArray(t.content)}function $0(t){return t===null||typeof t=="string"||typeof t=="number"||typeof t=="boolean"}function Pd(t){return $0(t)?Number.isFinite(t)||typeof t!="number":Array.isArray(t)?t.every(e=>Pd(e)):Hr(t)?Object.values(t).every(e=>Pd(e)):!1}function U0(t){if(!(!Hr(t)||!Pd(t)))return t}function q0(t){var e;if(typeof t=="string")return t;try{return(e=JSON.stringify(t))!=null?e:String(t)}catch{return String(t)}}function z0(t){if(F0(t))return t;let e=U0(t);return{content:[{type:"text",text:q0(t)}],...e?{structuredContent:e}:{},isError:!1}}function V0(t){var e;for(let r of(e=t.content)!=null?e:[])if(r.type==="text"&&"text"in r&&typeof r.text=="string")return r.text;return null}function j0(t){var r;if(t.isError)throw Jn(((r=V0(t))==null?void 0:r.replace(/^Error:\s*/i,"").trim())||Ni);let e=t.metadata;if(e&&typeof e=="object"&&e.willNavigate)return null;try{return JSON.stringify(t)}catch{throw Jn(Ni)}}function G0(t,e){return e?e.aborted?Promise.reject(Jn(Ld)):new Promise((r,n)=>{let o=()=>{s(),n(Jn(Ld))},s=()=>{e.removeEventListener("abort",o)};e.addEventListener("abort",o,{once:!0}),t.then(a=>{s(),r(a)},a=>{s(),n(a)})}):t}function Ah(){return typeof navigator!="undefined"?navigator:null}function Sh(){return typeof document!="undefined"?document:null}function K0(t,e,r){Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!1,value:r})}function yh(t,e){Object.defineProperty(t,"modelContext",{configurable:!0,enumerable:!0,writable:!1,value:e})}function X0(t,e){Object.defineProperty(t,"modelContext",{configurable:!0,enumerable:!0,get(){return _i||(_i=!0,console.warn("[WebMCPPolyfill] navigator.modelContext is deprecated. The May 27, 2026 WebMCP draft moved the modelContext getter from Navigator to Document \u2014 use document.modelContext instead. See https://github.com/webmachinelearning/webmcp/pull/184.")),e}})}function Th(t){var d;let e=Ah(),r=Sh();if(!e&&!r||(r==null?void 0:r.modelContext))return;let o=e==null?void 0:e.modelContext,s=!!o;if(lr.installed&&Mh(),r&&o){lr.previousDocumentModelContextDescriptor=Object.getOwnPropertyDescriptor(r,"modelContext"),yh(r,o),lr.installedDocumentModelContext=!0,lr.installed=!0;return}if(s)return;let a=new E0,i=a;if(i[k0]=!0,r&&(lr.previousDocumentModelContextDescriptor=Object.getOwnPropertyDescriptor(r,"modelContext"),yh(r,i),lr.installedDocumentModelContext=!0),e){lr.previousNavigatorModelContextDescriptor=Object.getOwnPropertyDescriptor(e,"modelContext"),lr.previousNavigatorModelContextTestingDescriptor=Object.getOwnPropertyDescriptor(e,"modelContextTesting"),_i=!1,X0(e,i),lr.installedNavigatorModelContext=!0;let l=(d=t==null?void 0:t.installTestingShim)!=null?d:"if-missing",p=!!e.modelContextTesting;(l==="always"||(l===!0||l==="if-missing")&&!p)&&(K0(e,"modelContextTesting",a.getTestingShim()),lr.installedNavigatorModelContextTesting=!0)}lr.installed=!0}function Mh(){if(!lr.installed)return;let t=(n,o,s)=>{if(s){Object.defineProperty(n,o,s);return}delete n[o]},e=Ah(),r=Sh();r&&lr.installedDocumentModelContext&&t(r,"modelContext",lr.previousDocumentModelContextDescriptor),e&&lr.installedNavigatorModelContext&&t(e,"modelContext",lr.previousNavigatorModelContextDescriptor),e&&lr.installedNavigatorModelContextTesting&&t(e,"modelContextTesting",lr.previousNavigatorModelContextTestingDescriptor),lr.installed=!1,lr.previousDocumentModelContextDescriptor=void 0,lr.previousNavigatorModelContextDescriptor=void 0,lr.previousNavigatorModelContextTestingDescriptor=void 0,lr.installedDocumentModelContext=!1,lr.installedNavigatorModelContext=!1,lr.installedNavigatorModelContextTesting=!1,_i=!1}var xh,Ni,Ld,Di,M0,k0,bh,lr,E0,L0,_i,Eh=Gn(()=>{"use strict";hh();xh="Failed to parse input arguments",Ni="Tool was executed but the invocation failed. For example, the script function threw an error",Ld="Tool was cancelled",Di={type:"object",properties:{}},M0=["draft-2020-12","draft-07"],k0="__isWebMCPPolyfill",bh=Symbol("standardValidator"),lr={installed:!1,previousNavigatorModelContextDescriptor:void 0,previousNavigatorModelContextTestingDescriptor:void 0,previousDocumentModelContextDescriptor:void 0,installedNavigatorModelContext:!1,installedNavigatorModelContextTesting:!1,installedDocumentModelContext:!1},E0=class extends EventTarget{constructor(){super(...arguments);Ht(this,"tools",new Map);Ht(this,"testingShim",null);Ht(this,"_ontoolchange",null);Ht(this,"unregisterToolDeprecationWarned",!1)}get ontoolchange(){return this._ontoolchange}set ontoolchange(e){this._ontoolchange=e}registerTool(e,r){var s;let n=r==null?void 0:r.signal;if(n!=null&&n.aborted){console.warn(`[WebMCPPolyfill] registerTool("${(s=e==null?void 0:e.name)!=null?s:"<unknown>"}") skipped: options.signal was already aborted.`);return}let o=D0(e,this.tools);this.tools.set(o.name,o),this.notifyToolsChanged(),n&&n.addEventListener("abort",()=>{this.tools.delete(o.name)&&this.notifyToolsChanged()},{once:!0})}unregisterTool(e){this.warnUnregisterToolDeprecationOnce();let r=I0(e);this.tools.delete(r)&&this.notifyToolsChanged()}getTools(){return Promise.resolve(this.getRegisteredToolInfos())}executeTool(e,r,n){return this.executeToolByName(e.name,r,n,!1)}getTestingShim(){return this.testingShim||(this.testingShim=new L0(this)),this.testingShim}getToolInfos(){return[...this.tools.values()].map(e=>{var n;let r;try{r=JSON.stringify((n=e.inputSchema)!=null?n:{type:"object"})}catch{r='{"type":"object"}'}return{name:e.name,description:e.description,inputSchema:r}})}getRegisteredToolInfos(){return this.getToolInfos().map(e=>{var n,o,s;let r=this.tools.get(e.name);return{...e,title:(n=r==null?void 0:r.title)!=null?n:"",origin:(s=(o=globalThis.location)==null?void 0:o.origin)!=null?s:"",window:globalThis.window}})}async executeToolForTesting(e,r,n){return this.executeToolByName(e,r,n,!0)}async executeToolByName(e,r,n,o){var p;if((p=n==null?void 0:n.signal)!=null&&p.aborted)throw Jn(Ld);let s=this.tools.get(e);if(!s)throw Jn(`Tool not found: ${e}`);let a=P0(r),i=await _0(a,s);if(i)throw Jn(i);let d=!0,l={requestUserInteraction:async m=>{if(!d)throw new Error(`ModelContextClient for tool "${e}" is no longer active after execute() resolved`);if(typeof m!="function")throw new TypeError("requestUserInteraction(callback) requires a function callback");return m()}};try{let m=s.execute(a,l),u=await G0(Promise.resolve(m),n==null?void 0:n.signal);if(o)return j0(z0(u));let f=JSON.stringify(u);return f===void 0?null:f}catch(m){throw Jn(m instanceof Error?`${Ni}: ${m.message}`:Ni)}finally{d=!1}}notifyToolsChanged(){queueMicrotask(()=>{var r,n;let e=new Event("toolchange");try{(r=this._ontoolchange)==null||r.call(this,e)}catch(o){console.warn("[WebMCPPolyfill] navigator.modelContext.ontoolchange handler threw:",o)}this.dispatchEvent(e),(n=this.testingShim)==null||n.dispatchToolChange()})}warnUnregisterToolDeprecationOnce(){this.unregisterToolDeprecationWarned||(this.unregisterToolDeprecationWarned=!0,console.warn("[WebMCPPolyfill] navigator.modelContext.unregisterTool() is deprecated. The April 23, 2026 WebMCP draft removed it in favor of registerTool(tool, { signal }) \u2014 pass an AbortSignal and abort it to unregister."))}},L0=class extends EventTarget{constructor(e){super();Ht(this,"context");Ht(this,"_ontoolchange",null);this.context=e}listTools(){return this.context.getToolInfos()}executeTool(e,r,n){return this.context.executeToolForTesting(e,r,n)}getCrossDocumentScriptToolResult(){return Promise.resolve("[]")}get ontoolchange(){return this._ontoolchange}set ontoolchange(e){this._ontoolchange=e}registerToolsChangedCallback(e){if(typeof e!="function")throw new TypeError("Failed to execute 'registerToolsChangedCallback' on 'ModelContextTesting': parameter 1 is not of type 'Function'.");this.addEventListener("toolchange",e)}dispatchToolChange(){var r;let e=new Event("toolchange");try{(r=this._ontoolchange)==null||r.call(this,e)}catch(n){console.warn("[WebMCPPolyfill] ontoolchange handler threw:",n)}this.dispatchEvent(e),this.dispatchEvent(new Event("toolschanged"))}};_i=!1;if(typeof window!="undefined"&&typeof document!="undefined"){let t=window.__webMCPPolyfillOptions;if((t==null?void 0:t.autoInitialize)!==!1)try{Th(t)}catch(e){console.error("[WebMCPPolyfill] Auto-initialization failed:",e)}}});var Rd=Mg(et=>{"use strict";Object.defineProperty(et,"__esModule",{value:!0});et.Allow=et.ALL=et.COLLECTION=et.ATOM=et.SPECIAL=et.INF=et._INFINITY=et.INFINITY=et.NAN=et.BOOL=et.NULL=et.OBJ=et.ARR=et.NUM=et.STR=void 0;et.STR=1;et.NUM=2;et.ARR=4;et.OBJ=8;et.NULL=16;et.BOOL=32;et.NAN=64;et.INFINITY=128;et._INFINITY=256;et.INF=et.INFINITY|et._INFINITY;et.SPECIAL=et.NULL|et.BOOL|et.INF|et.NAN;et.ATOM=et.STR|et.NUM|et.SPECIAL;et.COLLECTION=et.ARR|et.OBJ;et.ALL=et.ATOM|et.COLLECTION;et.Allow={STR:et.STR,NUM:et.NUM,ARR:et.ARR,OBJ:et.OBJ,NULL:et.NULL,BOOL:et.BOOL,NAN:et.NAN,INFINITY:et.INFINITY,_INFINITY:et._INFINITY,INF:et.INF,SPECIAL:et.SPECIAL,ATOM:et.ATOM,COLLECTION:et.COLLECTION,ALL:et.ALL};et.default=et.Allow});var qi=Mg(Dr=>{"use strict";var ow=Dr&&Dr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),aw=Dr&&Dr.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&ow(e,t,r)};Object.defineProperty(Dr,"__esModule",{value:!0});Dr.Allow=Dr.MalformedJSON=Dr.PartialJSON=Dr.parseJSON=Dr.parse=void 0;var Zr=Rd();Object.defineProperty(Dr,"Allow",{enumerable:!0,get:function(){return Zr.Allow}});aw(Rd(),Dr);var $i=class extends Error{};Dr.PartialJSON=$i;var Ui=class extends Error{};Dr.MalformedJSON=Ui;function Ih(t,e=Zr.Allow.ALL){if(typeof t!="string")throw new TypeError(`expecting str, got ${typeof t}`);if(!t.trim())throw new Error(`${t} is empty`);return sw(t.trim(),e)}Dr.parseJSON=Ih;var sw=(t,e)=>{let r=t.length,n=0,o=u=>{throw new $i(`${u} at position ${n}`)},s=u=>{throw new Ui(`${u} at position ${n}`)},a=()=>(m(),n>=r&&o("Unexpected end of input"),t[n]==='"'?i():t[n]==="{"?d():t[n]==="["?l():t.substring(n,n+4)==="null"||Zr.Allow.NULL&e&&r-n<4&&"null".startsWith(t.substring(n))?(n+=4,null):t.substring(n,n+4)==="true"||Zr.Allow.BOOL&e&&r-n<4&&"true".startsWith(t.substring(n))?(n+=4,!0):t.substring(n,n+5)==="false"||Zr.Allow.BOOL&e&&r-n<5&&"false".startsWith(t.substring(n))?(n+=5,!1):t.substring(n,n+8)==="Infinity"||Zr.Allow.INFINITY&e&&r-n<8&&"Infinity".startsWith(t.substring(n))?(n+=8,1/0):t.substring(n,n+9)==="-Infinity"||Zr.Allow._INFINITY&e&&1<r-n&&r-n<9&&"-Infinity".startsWith(t.substring(n))?(n+=9,-1/0):t.substring(n,n+3)==="NaN"||Zr.Allow.NAN&e&&r-n<3&&"NaN".startsWith(t.substring(n))?(n+=3,NaN):p()),i=()=>{let u=n,f=!1;for(n++;n<r&&(t[n]!=='"'||f&&t[n-1]==="\\");)f=t[n]==="\\"?!f:!1,n++;if(t.charAt(n)=='"')try{return JSON.parse(t.substring(u,++n-Number(f)))}catch(x){s(String(x))}else if(Zr.Allow.STR&e)try{return JSON.parse(t.substring(u,n-Number(f))+'"')}catch{return JSON.parse(t.substring(u,t.lastIndexOf("\\"))+'"')}o("Unterminated string literal")},d=()=>{n++,m();let u={};try{for(;t[n]!=="}";){if(m(),n>=r&&Zr.Allow.OBJ&e)return u;let f=i();m(),n++;try{let x=a();u[f]=x}catch(x){if(Zr.Allow.OBJ&e)return u;throw x}m(),t[n]===","&&n++}}catch{if(Zr.Allow.OBJ&e)return u;o("Expected '}' at end of object")}return n++,u},l=()=>{n++;let u=[];try{for(;t[n]!=="]";)u.push(a()),m(),t[n]===","&&n++}catch{if(Zr.Allow.ARR&e)return u;o("Expected ']' at end of array")}return n++,u},p=()=>{if(n===0){t==="-"&&s("Not sure what '-' is");try{return JSON.parse(t)}catch(f){if(Zr.Allow.NUM&e)try{return JSON.parse(t.substring(0,t.lastIndexOf("e")))}catch{}s(String(f))}}let u=n;for(t[n]==="-"&&n++;t[n]&&",]}".indexOf(t[n])===-1;)n++;n==r&&!(Zr.Allow.NUM&e)&&o("Unterminated number literal");try{return JSON.parse(t.substring(u,n))}catch{t.substring(u,n)==="-"&&o("Not sure what '-' is");try{return JSON.parse(t.substring(u,t.lastIndexOf("e")))}catch(x){s(String(x))}}},m=()=>{for(;n<r&&`
|
|
5
|
-
\r `.includes(t[n]);)n++};return a()},
|
|
4
|
+
- `)}`,new Error(ue)}let Le=`${i}/$ref`,ge=mr(t,De,r,n,o,s,a,Le,d);if(ge.valid||ee.push({instanceLocation:a,keyword:"$ref",keywordLocation:Le,error:"A subschema had errors."},...ge.errors),r==="4"||r==="7")return{valid:ee.length===0,errors:ee}}if(Array.isArray(y)){let z=y.length,De=!1;for(let Le=0;Le<z;Le++)if(p===y[Le]||y[Le]==="integer"&&p==="number"&&t%1===0&&t===t){De=!0;break}De||ee.push({instanceLocation:a,keyword:"type",keywordLocation:`${i}/type`,error:`Instance type "${p}" is invalid. Expected "${y.join('", "')}".`})}else y==="integer"?(p!=="number"||t%1||t!==t)&&ee.push({instanceLocation:a,keyword:"type",keywordLocation:`${i}/type`,error:`Instance type "${p}" is invalid. Expected "${y}".`}):y!==void 0&&p!==y&&ee.push({instanceLocation:a,keyword:"type",keywordLocation:`${i}/type`,error:`Instance type "${p}" is invalid. Expected "${y}".`});if(x!==void 0&&(p==="object"||p==="array"?Ba(t,x)||ee.push({instanceLocation:a,keyword:"const",keywordLocation:`${i}/const`,error:`Instance does not match ${JSON.stringify(x)}.`}):t!==x&&ee.push({instanceLocation:a,keyword:"const",keywordLocation:`${i}/const`,error:`Instance does not match ${JSON.stringify(x)}.`})),S!==void 0&&(p==="object"||p==="array"?S.some(z=>Ba(t,z))||ee.push({instanceLocation:a,keyword:"enum",keywordLocation:`${i}/enum`,error:`Instance does not match any of ${JSON.stringify(S)}.`}):S.some(z=>t===z)||ee.push({instanceLocation:a,keyword:"enum",keywordLocation:`${i}/enum`,error:`Instance does not match any of ${JSON.stringify(S)}.`})),k!==void 0){let z=`${i}/not`;mr(t,k,r,n,o,s,a,z).valid&&ee.push({instanceLocation:a,keyword:"not",keywordLocation:z,error:'Instance matched "not" schema.'})}let xe=[];if(T!==void 0){let z=`${i}/anyOf`,De=ee.length,Le=!1;for(let ge=0;ge<T.length;ge++){let ue=T[ge],Oe=Object.create(d),Z=mr(t,ue,r,n,o,m===!0?s:null,a,`${z}/${ge}`,Oe);ee.push(...Z.errors),Le=Le||Z.valid,Z.valid&&xe.push(Oe)}Le?ee.length=De:ee.splice(De,0,{instanceLocation:a,keyword:"anyOf",keywordLocation:z,error:"Instance does not match any subschemas."})}if(h!==void 0){let z=`${i}/allOf`,De=ee.length,Le=!0;for(let ge=0;ge<h.length;ge++){let ue=h[ge],Oe=Object.create(d),Z=mr(t,ue,r,n,o,m===!0?s:null,a,`${z}/${ge}`,Oe);ee.push(...Z.errors),Le=Le&&Z.valid,Z.valid&&xe.push(Oe)}Le?ee.length=De:ee.splice(De,0,{instanceLocation:a,keyword:"allOf",keywordLocation:z,error:"Instance does not match every subschema."})}if(C!==void 0){let z=`${i}/oneOf`,De=ee.length,Le=C.filter((ge,ue)=>{let Oe=Object.create(d),Z=mr(t,ge,r,n,o,m===!0?s:null,a,`${z}/${ue}`,Oe);return ee.push(...Z.errors),Z.valid&&xe.push(Oe),Z.valid}).length;Le===1?ee.length=De:ee.splice(De,0,{instanceLocation:a,keyword:"oneOf",keywordLocation:z,error:`Instance does not match exactly one subschema (${Le} matches).`})}if((p==="object"||p==="array")&&Object.assign(d,...xe),w!==void 0){let z=`${i}/if`;if(mr(t,w,r,n,o,s,a,z,d).valid){if(E!==void 0){let Le=mr(t,E,r,n,o,s,a,`${i}/then`,d);Le.valid||ee.push({instanceLocation:a,keyword:"if",keywordLocation:z,error:'Instance does not match "then" schema.'},...Le.errors)}}else if(W!==void 0){let Le=mr(t,W,r,n,o,s,a,`${i}/else`,d);Le.valid||ee.push({instanceLocation:a,keyword:"if",keywordLocation:z,error:'Instance does not match "else" schema.'},...Le.errors)}}if(p==="object"){if(M!==void 0)for(let ge of M)ge in t||ee.push({instanceLocation:a,keyword:"required",keywordLocation:`${i}/required`,error:`Instance does not have required property "${ge}".`});let z=Object.keys(t);if(ve!==void 0&&z.length<ve&&ee.push({instanceLocation:a,keyword:"minProperties",keywordLocation:`${i}/minProperties`,error:`Instance does not have at least ${ve} properties.`}),nt!==void 0&&z.length>nt&&ee.push({instanceLocation:a,keyword:"maxProperties",keywordLocation:`${i}/maxProperties`,error:`Instance does not have at least ${nt} properties.`}),Te!==void 0){let ge=`${i}/propertyNames`;for(let ue in t){let Oe=`${a}/${bn(ue)}`,Z=mr(ue,Te,r,n,o,s,Oe,ge);Z.valid||ee.push({instanceLocation:a,keyword:"propertyNames",keywordLocation:ge,error:`Property name "${ue}" does not match schema.`},...Z.errors)}}if($e!==void 0){let ge=`${i}/dependantRequired`;for(let ue in $e)if(ue in t){let Oe=$e[ue];for(let Z of Oe)Z in t||ee.push({instanceLocation:a,keyword:"dependentRequired",keywordLocation:ge,error:`Instance has "${ue}" but does not have "${Z}".`})}}if(Se!==void 0)for(let ge in Se){let ue=`${i}/dependentSchemas`;if(ge in t){let Oe=mr(t,Se[ge],r,n,o,s,a,`${ue}/${bn(ge)}`,d);Oe.valid||ee.push({instanceLocation:a,keyword:"dependentSchemas",keywordLocation:ue,error:`Instance has "${ge}" but does not match dependant schema.`},...Oe.errors)}}if(Xe!==void 0){let ge=`${i}/dependencies`;for(let ue in Xe)if(ue in t){let Oe=Xe[ue];if(Array.isArray(Oe))for(let Z of Oe)Z in t||ee.push({instanceLocation:a,keyword:"dependencies",keywordLocation:ge,error:`Instance has "${ue}" but does not have "${Z}".`});else{let Z=mr(t,Oe,r,n,o,s,a,`${ge}/${bn(ue)}`);Z.valid||ee.push({instanceLocation:a,keyword:"dependencies",keywordLocation:ge,error:`Instance has "${ue}" but does not match dependant schema.`},...Z.errors)}}}let De=Object.create(null),Le=!1;if(R!==void 0){let ge=`${i}/properties`;for(let ue in R){if(!(ue in t))continue;let Oe=`${a}/${bn(ue)}`,Z=mr(t[ue],R[ue],r,n,o,s,Oe,`${ge}/${bn(ue)}`);if(Z.valid)d[ue]=De[ue]=!0;else if(Le=o,ee.push({instanceLocation:a,keyword:"properties",keywordLocation:ge,error:`Property "${ue}" does not match schema.`},...Z.errors),Le)break}}if(!Le&&N!==void 0){let ge=`${i}/patternProperties`;for(let ue in N){let Oe=new RegExp(ue,"u"),Z=N[ue];for(let O in t){if(!Oe.test(O))continue;let Ie=`${a}/${bn(O)}`,Ne=mr(t[O],Z,r,n,o,s,Ie,`${ge}/${bn(ue)}`);Ne.valid?d[O]=De[O]=!0:(Le=o,ee.push({instanceLocation:a,keyword:"patternProperties",keywordLocation:ge,error:`Property "${O}" matches pattern "${ue}" but does not match associated schema.`},...Ne.errors))}}}if(!Le&&j!==void 0){let ge=`${i}/additionalProperties`;for(let ue in t){if(De[ue])continue;let Oe=`${a}/${bn(ue)}`,Z=mr(t[ue],j,r,n,o,s,Oe,ge);Z.valid?d[ue]=!0:(Le=o,ee.push({instanceLocation:a,keyword:"additionalProperties",keywordLocation:ge,error:`Property "${ue}" does not match additional properties schema.`},...Z.errors))}}else if(!Le&&oe!==void 0){let ge=`${i}/unevaluatedProperties`;for(let ue in t)if(!d[ue]){let Oe=`${a}/${bn(ue)}`,Z=mr(t[ue],oe,r,n,o,s,Oe,ge);Z.valid?d[ue]=!0:ee.push({instanceLocation:a,keyword:"unevaluatedProperties",keywordLocation:ge,error:`Property "${ue}" does not match unevaluated properties schema.`},...Z.errors)}}}else if(p==="array"){Ge!==void 0&&t.length>Ge&&ee.push({instanceLocation:a,keyword:"maxItems",keywordLocation:`${i}/maxItems`,error:`Array has too many items (${t.length} > ${Ge}).`}),Me!==void 0&&t.length<Me&&ee.push({instanceLocation:a,keyword:"minItems",keywordLocation:`${i}/minItems`,error:`Array has too few items (${t.length} < ${Me}).`});let z=t.length,De=0,Le=!1;if(He!==void 0){let ge=`${i}/prefixItems`,ue=Math.min(He.length,z);for(;De<ue;De++){let Oe=mr(t[De],He[De],r,n,o,s,`${a}/${De}`,`${ge}/${De}`);if(d[De]=!0,!Oe.valid&&(Le=o,ee.push({instanceLocation:a,keyword:"prefixItems",keywordLocation:ge,error:"Items did not match schema."},...Oe.errors),Le))break}}if(V!==void 0){let ge=`${i}/items`;if(Array.isArray(V)){let ue=Math.min(V.length,z);for(;De<ue;De++){let Oe=mr(t[De],V[De],r,n,o,s,`${a}/${De}`,`${ge}/${De}`);if(d[De]=!0,!Oe.valid&&(Le=o,ee.push({instanceLocation:a,keyword:"items",keywordLocation:ge,error:"Items did not match schema."},...Oe.errors),Le))break}}else for(;De<z;De++){let ue=mr(t[De],V,r,n,o,s,`${a}/${De}`,ge);if(d[De]=!0,!ue.valid&&(Le=o,ee.push({instanceLocation:a,keyword:"items",keywordLocation:ge,error:"Items did not match schema."},...ue.errors),Le))break}if(!Le&&be!==void 0){let ue=`${i}/additionalItems`;for(;De<z;De++){let Oe=mr(t[De],be,r,n,o,s,`${a}/${De}`,ue);d[De]=!0,Oe.valid||(Le=o,ee.push({instanceLocation:a,keyword:"additionalItems",keywordLocation:ue,error:"Items did not match additional items schema."},...Oe.errors))}}}if(Ae!==void 0)if(z===0&&J===void 0)ee.push({instanceLocation:a,keyword:"contains",keywordLocation:`${i}/contains`,error:"Array is empty. It must contain at least one item matching the schema."});else if(J!==void 0&&z<J)ee.push({instanceLocation:a,keyword:"minContains",keywordLocation:`${i}/minContains`,error:`Array has less items (${z}) than minContains (${J}).`});else{let ge=`${i}/contains`,ue=ee.length,Oe=0;for(let Z=0;Z<z;Z++){let O=mr(t[Z],Ae,r,n,o,s,`${a}/${Z}`,ge);O.valid?(d[Z]=!0,Oe++):ee.push(...O.errors)}Oe>=(J||0)&&(ee.length=ue),J===void 0&&ie===void 0&&Oe===0?ee.splice(ue,0,{instanceLocation:a,keyword:"contains",keywordLocation:ge,error:"Array does not contain item matching schema."}):J!==void 0&&Oe<J?ee.push({instanceLocation:a,keyword:"minContains",keywordLocation:`${i}/minContains`,error:`Array must contain at least ${J} items matching schema. Only ${Oe} items were found.`}):ie!==void 0&&Oe>ie&&ee.push({instanceLocation:a,keyword:"maxContains",keywordLocation:`${i}/maxContains`,error:`Array may contain at most ${ie} items matching schema. ${Oe} items were found.`})}if(!Le&&G!==void 0){let ge=`${i}/unevaluatedItems`;for(De;De<z;De++){if(d[De])continue;let ue=mr(t[De],G,r,n,o,s,`${a}/${De}`,ge);d[De]=!0,ue.valid||ee.push({instanceLocation:a,keyword:"unevaluatedItems",keywordLocation:ge,error:"Items did not match unevaluated items schema."},...ue.errors)}}if(ce)for(let ge=0;ge<z;ge++){let ue=t[ge],Oe=typeof ue=="object"&&ue!==null;for(let Z=0;Z<z;Z++){if(ge===Z)continue;let O=t[Z];(ue===O||Oe&&(typeof O=="object"&&O!==null)&&Ba(ue,O))&&(ee.push({instanceLocation:a,keyword:"uniqueItems",keywordLocation:`${i}/uniqueItems`,error:`Duplicate items at indexes ${ge} and ${Z}.`}),ge=Number.MAX_SAFE_INTEGER,Z=Number.MAX_SAFE_INTEGER)}}}else if(p==="number"){if(r==="4"?(re!==void 0&&(gt===!0&&t<=re||t<re)&&ee.push({instanceLocation:a,keyword:"minimum",keywordLocation:`${i}/minimum`,error:`${t} is less than ${gt?"or equal to ":""} ${re}.`}),le!==void 0&&(ke===!0&&t>=le||t>le)&&ee.push({instanceLocation:a,keyword:"maximum",keywordLocation:`${i}/maximum`,error:`${t} is greater than ${ke?"or equal to ":""} ${le}.`})):(re!==void 0&&t<re&&ee.push({instanceLocation:a,keyword:"minimum",keywordLocation:`${i}/minimum`,error:`${t} is less than ${re}.`}),le!==void 0&&t>le&&ee.push({instanceLocation:a,keyword:"maximum",keywordLocation:`${i}/maximum`,error:`${t} is greater than ${le}.`}),gt!==void 0&&t<=gt&&ee.push({instanceLocation:a,keyword:"exclusiveMinimum",keywordLocation:`${i}/exclusiveMinimum`,error:`${t} is less than ${gt}.`}),ke!==void 0&&t>=ke&&ee.push({instanceLocation:a,keyword:"exclusiveMaximum",keywordLocation:`${i}/exclusiveMaximum`,error:`${t} is greater than or equal to ${ke}.`})),ye!==void 0){let z=t%ye;Math.abs(0-z)>=11920929e-14&&Math.abs(ye-z)>=11920929e-14&&ee.push({instanceLocation:a,keyword:"multipleOf",keywordLocation:`${i}/multipleOf`,error:`${t} is not a multiple of ${ye}.`})}}else if(p==="string"){let z=tt===void 0&&Ue===void 0?0:yh(t);tt!==void 0&&z<tt&&ee.push({instanceLocation:a,keyword:"minLength",keywordLocation:`${i}/minLength`,error:`String is too short (${z} < ${tt}).`}),Ue!==void 0&&z>Ue&&ee.push({instanceLocation:a,keyword:"maxLength",keywordLocation:`${i}/maxLength`,error:`String is too long (${z} > ${Ue}).`}),he!==void 0&&!new RegExp(he,"u").test(t)&&ee.push({instanceLocation:a,keyword:"pattern",keywordLocation:`${i}/pattern`,error:"String does not match pattern."}),P!==void 0&&Ed[P]&&!Ed[P](t)&&ee.push({instanceLocation:a,keyword:"format",keywordLocation:`${i}/format`,error:`String does not match format "${P}".`})}return{valid:ee.length===0,errors:ee}}var Id=Yn(()=>{"use strict";kd();Bi();Ld();Wi();Pd()});var Hi,bh=Yn(()=>{"use strict";Bi();Id();Hi=class{constructor(e,r="2019-09",n=!0){Ft(this,"schema");Ft(this,"draft");Ft(this,"shortCircuit");Ft(this,"lookup");this.schema=e,this.draft=r,this.shortCircuit=n,this.lookup=go(e)}validate(e){return mr(e,this.schema,this.draft,this.lookup,this.shortCircuit)}addSchema(e,r){r&&(e={...e,$id:r}),go(e,this.lookup)}}});var wh=Yn(()=>{"use strict";kd();Bi();Ld();Wi();xh();Pd();Id();bh()});var Ih={};Ig(Ih,{cleanupWebMCPPolyfill:()=>Ph,initializeWebMCPPolyfill:()=>Lh,initializeWebModelContextPolyfill:()=>Lh,isPlainObject:()=>Fr,validateArgsWithSchema:()=>Mh});function to(t){try{return new DOMException(t,"UnknownError")}catch{let e=new Error(t);return e.name="UnknownError",e}}function _0(t){let e;try{e=JSON.parse(t)}catch{throw to(vh)}if(!e||typeof e!="object"||Array.isArray(e))throw to(vh);return e}function F0(t){if(typeof t=="string")return t;if(Fr(t)&&typeof t.name=="string")return t.name;throw new TypeError("Failed to execute 'unregisterTool' on 'ModelContext': parameter 1 must be a string or an object with a string name.")}function Fr(t){return!!t&&typeof t=="object"&&!Array.isArray(t)}function Sh(t){if(!Fr(t))return null;let e=t["~standard"];return Fr(e)?e:null}function $0(t){let e=Sh(t);return!!(e&&e.version===1&&typeof e.validate=="function")}function U0(t){let e=Sh(t);return!e||e.version!==1||!Fr(e.jsonSchema)?!1:typeof e.jsonSchema.input=="function"}function Oi(t){return{"~standard":{version:1,vendor:"@mcp-b/webmcp-polyfill-json-schema",validate(e){if(!Fr(e))return{issues:[{message:"expected object arguments"}]};let r=Mh(e,t);return r?{issues:[r]}:{value:e}}}}}function q0(t){for(let e of H0)try{let r=t["~standard"].jsonSchema.input({target:e});return Th(r),r}catch(r){console.warn(`[WebMCPPolyfill] Standard JSON Schema conversion failed for target "${e}":`,r)}throw new Error("Failed to convert Standard JSON Schema inputSchema to a JSON Schema object")}function z0(t){if(t===void 0){let r=Di;return{inputSchema:r,standardValidator:Oi(r)}}if(U0(t)){let r=q0(t);return{inputSchema:r,standardValidator:Oi(r)}}if($0(t))return{inputSchema:Di,standardValidator:t};if(Th(t),Object.keys(t).length===0)return{inputSchema:Di,standardValidator:Oi(Di)};let e=t.type===void 0?{type:"object",...t}:t;return{inputSchema:e,standardValidator:Oi(e)}}function Th(t){if(!Fr(t))throw new Error("inputSchema must be a JSON Schema object");Ha(t,"$")}function Ha(t,e){let r=t.type;if(r!==void 0&&typeof r!="string"&&!(Array.isArray(r)&&r.every(i=>typeof i=="string"&&i.length>0)))throw new Error(`Invalid JSON Schema at ${e}: "type" must be a string or string[]`);let n=t.required;if(n!==void 0&&!(Array.isArray(n)&&n.every(i=>typeof i=="string")))throw new Error(`Invalid JSON Schema at ${e}: "required" must be an array of strings`);let o=t.properties;if(o!==void 0){if(!Fr(o))throw new Error(`Invalid JSON Schema at ${e}: "properties" must be an object`);for(let[i,d]of Object.entries(o)){if(!Fr(d))throw new Error(`Invalid JSON Schema at ${e}.properties.${i}: expected object schema`);Ha(d,`${e}.properties.${i}`)}}let s=t.items;if(s!==void 0)if(Array.isArray(s))for(let[i,d]of s.entries()){if(!Fr(d))throw new Error(`Invalid JSON Schema at ${e}.items[${i}]: expected object schema`);Ha(d,`${e}.items[${i}]`)}else if(Fr(s))Ha(s,`${e}.items`);else throw new Error(`Invalid JSON Schema at ${e}: "items" must be an object or object[]`);for(let i of["allOf","anyOf","oneOf"]){let d=t[i];if(d!==void 0){if(!Array.isArray(d))throw new Error(`Invalid JSON Schema at ${e}: "${i}" must be an array`);for(let[l,p]of d.entries()){if(!Fr(p))throw new Error(`Invalid JSON Schema at ${e}.${i}[${l}]: expected object schema`);Ha(p,`${e}.${i}[${l}]`)}}}let a=t.not;if(a!==void 0){if(!Fr(a))throw new Error(`Invalid JSON Schema at ${e}: "not" must be an object schema`);Ha(a,`${e}.not`)}try{JSON.stringify(t)}catch{throw new Error(`Invalid JSON Schema at ${e}: schema must be JSON-serializable`)}}function V0(t,e){if(!t||typeof t!="object")throw new TypeError("registerTool(tool) requires a tool object");if(typeof t.name!="string"||t.name.length===0)throw new TypeError('Tool "name" must be a non-empty string');if(typeof t.description!="string"||t.description.length===0)throw new TypeError('Tool "description" must be a non-empty string');if(typeof t.execute!="function")throw new TypeError('Tool "execute" must be a function');if(e.has(t.name))throw new Error(`Tool already registered: ${t.name}`);let r=z0(t.inputSchema),n=t.annotations,o=n?{...n,...n.readOnlyHint==="true"?{readOnlyHint:!0}:n.readOnlyHint==="false"?{readOnlyHint:!1}:{},...n.destructiveHint==="true"?{destructiveHint:!0}:n.destructiveHint==="false"?{destructiveHint:!1}:{},...n.idempotentHint==="true"?{idempotentHint:!0}:n.idempotentHint==="false"?{idempotentHint:!1}:{},...n.openWorldHint==="true"?{openWorldHint:!0}:n.openWorldHint==="false"?{openWorldHint:!1}:{}}:void 0;return{...t,...o?{annotations:o}:{},inputSchema:r.inputSchema,[Ah]:r.standardValidator}}function Mh(t,e){let r=new Hi(e,"2020-12",!0).validate(t);if(r.valid)return null;let n=r.errors[r.errors.length-1];return n?{message:n.error}:{message:"Input validation failed"}}function j0(t){if(!t||t.length===0)return null;let e=t.map(r=>Fr(r)&&"key"in r?r.key:r).map(r=>String(r)).filter(r=>r.length>0);return e.length===0?null:e.join(".")}async function G0(t,e){let r;try{r=await Promise.resolve(e["~standard"].validate(t))}catch(s){let a=s instanceof Error?`: ${s.message}`:"";return console.error("[WebMCPPolyfill] Standard Schema validation threw unexpectedly:",s),`Input validation error: schema validation failed${a}`}if(!r.issues||r.issues.length===0)return null;let n=r.issues[0];if(!n)return"Input validation error";let o=j0(n==null?void 0:n.path);return o?`Input validation error: ${n.message} at ${o}`:`Input validation error: ${n.message}`}async function K0(t,e){return G0(t,e[Ah])}function X0(t){return Fr(t)&&Array.isArray(t.content)}function J0(t){return t===null||typeof t=="string"||typeof t=="number"||typeof t=="boolean"}function Wd(t){return J0(t)?Number.isFinite(t)||typeof t!="number":Array.isArray(t)?t.every(e=>Wd(e)):Fr(t)?Object.values(t).every(e=>Wd(e)):!1}function Q0(t){if(!(!Fr(t)||!Wd(t)))return t}function Y0(t){var e;if(typeof t=="string")return t;try{return(e=JSON.stringify(t))!=null?e:String(t)}catch{return String(t)}}function Z0(t){if(X0(t))return t;let e=Q0(t);return{content:[{type:"text",text:Y0(t)}],...e?{structuredContent:e}:{},isError:!1}}function ew(t){var e;for(let r of(e=t.content)!=null?e:[])if(r.type==="text"&&"text"in r&&typeof r.text=="string")return r.text;return null}function tw(t){var r;if(t.isError)throw to(((r=ew(t))==null?void 0:r.replace(/^Error:\s*/i,"").trim())||Ni);let e=t.metadata;if(e&&typeof e=="object"&&e.willNavigate)return null;try{return JSON.stringify(t)}catch{throw to(Ni)}}function rw(t,e){return e?e.aborted?Promise.reject(to(Rd)):new Promise((r,n)=>{let o=()=>{s(),n(to(Rd))},s=()=>{e.removeEventListener("abort",o)};e.addEventListener("abort",o,{once:!0}),t.then(a=>{s(),r(a)},a=>{s(),n(a)})}):t}function kh(){return typeof navigator!="undefined"?navigator:null}function Eh(){return typeof document!="undefined"?document:null}function nw(t,e,r){Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!1,value:r})}function Ch(t,e){Object.defineProperty(t,"modelContext",{configurable:!0,enumerable:!0,writable:!1,value:e})}function ow(t,e){Object.defineProperty(t,"modelContext",{configurable:!0,enumerable:!0,get(){return _i||(_i=!0,console.warn("[WebMCPPolyfill] navigator.modelContext is deprecated. The May 27, 2026 WebMCP draft moved the modelContext getter from Navigator to Document \u2014 use document.modelContext instead. See https://github.com/webmachinelearning/webmcp/pull/184.")),e}})}function Lh(t){var d;let e=kh(),r=Eh();if(!e&&!r||(r==null?void 0:r.modelContext))return;let o=e==null?void 0:e.modelContext,s=!!o;if(pr.installed&&Ph(),r&&o){pr.previousDocumentModelContextDescriptor=Object.getOwnPropertyDescriptor(r,"modelContext"),Ch(r,o),pr.installedDocumentModelContext=!0,pr.installed=!0;return}if(s)return;let a=new O0,i=a;if(i[D0]=!0,r&&(pr.previousDocumentModelContextDescriptor=Object.getOwnPropertyDescriptor(r,"modelContext"),Ch(r,i),pr.installedDocumentModelContext=!0),e){pr.previousNavigatorModelContextDescriptor=Object.getOwnPropertyDescriptor(e,"modelContext"),pr.previousNavigatorModelContextTestingDescriptor=Object.getOwnPropertyDescriptor(e,"modelContextTesting"),_i=!1,ow(e,i),pr.installedNavigatorModelContext=!0;let l=(d=t==null?void 0:t.installTestingShim)!=null?d:"if-missing",p=!!e.modelContextTesting;(l==="always"||(l===!0||l==="if-missing")&&!p)&&(nw(e,"modelContextTesting",a.getTestingShim()),pr.installedNavigatorModelContextTesting=!0)}pr.installed=!0}function Ph(){if(!pr.installed)return;let t=(n,o,s)=>{if(s){Object.defineProperty(n,o,s);return}delete n[o]},e=kh(),r=Eh();r&&pr.installedDocumentModelContext&&t(r,"modelContext",pr.previousDocumentModelContextDescriptor),e&&pr.installedNavigatorModelContext&&t(e,"modelContext",pr.previousNavigatorModelContextDescriptor),e&&pr.installedNavigatorModelContextTesting&&t(e,"modelContextTesting",pr.previousNavigatorModelContextTestingDescriptor),pr.installed=!1,pr.previousDocumentModelContextDescriptor=void 0,pr.previousNavigatorModelContextDescriptor=void 0,pr.previousNavigatorModelContextTestingDescriptor=void 0,pr.installedDocumentModelContext=!1,pr.installedNavigatorModelContext=!1,pr.installedNavigatorModelContextTesting=!1,_i=!1}var vh,Ni,Rd,Di,H0,D0,Ah,pr,O0,N0,_i,Rh=Yn(()=>{"use strict";wh();vh="Failed to parse input arguments",Ni="Tool was executed but the invocation failed. For example, the script function threw an error",Rd="Tool was cancelled",Di={type:"object",properties:{}},H0=["draft-2020-12","draft-07"],D0="__isWebMCPPolyfill",Ah=Symbol("standardValidator"),pr={installed:!1,previousNavigatorModelContextDescriptor:void 0,previousNavigatorModelContextTestingDescriptor:void 0,previousDocumentModelContextDescriptor:void 0,installedNavigatorModelContext:!1,installedNavigatorModelContextTesting:!1,installedDocumentModelContext:!1},O0=class extends EventTarget{constructor(){super(...arguments);Ft(this,"tools",new Map);Ft(this,"testingShim",null);Ft(this,"_ontoolchange",null);Ft(this,"unregisterToolDeprecationWarned",!1)}get ontoolchange(){return this._ontoolchange}set ontoolchange(e){this._ontoolchange=e}registerTool(e,r){var s;let n=r==null?void 0:r.signal;if(n!=null&&n.aborted){console.warn(`[WebMCPPolyfill] registerTool("${(s=e==null?void 0:e.name)!=null?s:"<unknown>"}") skipped: options.signal was already aborted.`);return}let o=V0(e,this.tools);this.tools.set(o.name,o),this.notifyToolsChanged(),n&&n.addEventListener("abort",()=>{this.tools.delete(o.name)&&this.notifyToolsChanged()},{once:!0})}unregisterTool(e){this.warnUnregisterToolDeprecationOnce();let r=F0(e);this.tools.delete(r)&&this.notifyToolsChanged()}getTools(){return Promise.resolve(this.getRegisteredToolInfos())}executeTool(e,r,n){return this.executeToolByName(e.name,r,n,!1)}getTestingShim(){return this.testingShim||(this.testingShim=new N0(this)),this.testingShim}getToolInfos(){return[...this.tools.values()].map(e=>{var n;let r;try{r=JSON.stringify((n=e.inputSchema)!=null?n:{type:"object"})}catch{r='{"type":"object"}'}return{name:e.name,description:e.description,inputSchema:r}})}getRegisteredToolInfos(){return this.getToolInfos().map(e=>{var n,o,s;let r=this.tools.get(e.name);return{...e,title:(n=r==null?void 0:r.title)!=null?n:"",origin:(s=(o=globalThis.location)==null?void 0:o.origin)!=null?s:"",window:globalThis.window}})}async executeToolForTesting(e,r,n){return this.executeToolByName(e,r,n,!0)}async executeToolByName(e,r,n,o){var p;if((p=n==null?void 0:n.signal)!=null&&p.aborted)throw to(Rd);let s=this.tools.get(e);if(!s)throw to(`Tool not found: ${e}`);let a=_0(r),i=await K0(a,s);if(i)throw to(i);let d=!0,l={requestUserInteraction:async u=>{if(!d)throw new Error(`ModelContextClient for tool "${e}" is no longer active after execute() resolved`);if(typeof u!="function")throw new TypeError("requestUserInteraction(callback) requires a function callback");return u()}};try{let u=s.execute(a,l),f=await rw(Promise.resolve(u),n==null?void 0:n.signal);if(o)return tw(Z0(f));let m=JSON.stringify(f);return m===void 0?null:m}catch(u){throw to(u instanceof Error?`${Ni}: ${u.message}`:Ni)}finally{d=!1}}notifyToolsChanged(){queueMicrotask(()=>{var r,n;let e=new Event("toolchange");try{(r=this._ontoolchange)==null||r.call(this,e)}catch(o){console.warn("[WebMCPPolyfill] navigator.modelContext.ontoolchange handler threw:",o)}this.dispatchEvent(e),(n=this.testingShim)==null||n.dispatchToolChange()})}warnUnregisterToolDeprecationOnce(){this.unregisterToolDeprecationWarned||(this.unregisterToolDeprecationWarned=!0,console.warn("[WebMCPPolyfill] navigator.modelContext.unregisterTool() is deprecated. The April 23, 2026 WebMCP draft removed it in favor of registerTool(tool, { signal }) \u2014 pass an AbortSignal and abort it to unregister."))}},N0=class extends EventTarget{constructor(e){super();Ft(this,"context");Ft(this,"_ontoolchange",null);this.context=e}listTools(){return this.context.getToolInfos()}executeTool(e,r,n){return this.context.executeToolForTesting(e,r,n)}getCrossDocumentScriptToolResult(){return Promise.resolve("[]")}get ontoolchange(){return this._ontoolchange}set ontoolchange(e){this._ontoolchange=e}registerToolsChangedCallback(e){if(typeof e!="function")throw new TypeError("Failed to execute 'registerToolsChangedCallback' on 'ModelContextTesting': parameter 1 is not of type 'Function'.");this.addEventListener("toolchange",e)}dispatchToolChange(){var r;let e=new Event("toolchange");try{(r=this._ontoolchange)==null||r.call(this,e)}catch(n){console.warn("[WebMCPPolyfill] ontoolchange handler threw:",n)}this.dispatchEvent(e),this.dispatchEvent(new Event("toolschanged"))}};_i=!1;if(typeof window!="undefined"&&typeof document!="undefined"){let t=window.__webMCPPolyfillOptions;if((t==null?void 0:t.autoInitialize)!==!1)try{Lh(t)}catch(e){console.error("[WebMCPPolyfill] Auto-initialization failed:",e)}}});var Dd=Pg(Qe=>{"use strict";Object.defineProperty(Qe,"__esModule",{value:!0});Qe.Allow=Qe.ALL=Qe.COLLECTION=Qe.ATOM=Qe.SPECIAL=Qe.INF=Qe._INFINITY=Qe.INFINITY=Qe.NAN=Qe.BOOL=Qe.NULL=Qe.OBJ=Qe.ARR=Qe.NUM=Qe.STR=void 0;Qe.STR=1;Qe.NUM=2;Qe.ARR=4;Qe.OBJ=8;Qe.NULL=16;Qe.BOOL=32;Qe.NAN=64;Qe.INFINITY=128;Qe._INFINITY=256;Qe.INF=Qe.INFINITY|Qe._INFINITY;Qe.SPECIAL=Qe.NULL|Qe.BOOL|Qe.INF|Qe.NAN;Qe.ATOM=Qe.STR|Qe.NUM|Qe.SPECIAL;Qe.COLLECTION=Qe.ARR|Qe.OBJ;Qe.ALL=Qe.ATOM|Qe.COLLECTION;Qe.Allow={STR:Qe.STR,NUM:Qe.NUM,ARR:Qe.ARR,OBJ:Qe.OBJ,NULL:Qe.NULL,BOOL:Qe.BOOL,NAN:Qe.NAN,INFINITY:Qe.INFINITY,_INFINITY:Qe._INFINITY,INF:Qe.INF,SPECIAL:Qe.SPECIAL,ATOM:Qe.ATOM,COLLECTION:Qe.COLLECTION,ALL:Qe.ALL};Qe.default=Qe.Allow});var zi=Pg($r=>{"use strict";var fw=$r&&$r.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),mw=$r&&$r.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&fw(e,t,r)};Object.defineProperty($r,"__esModule",{value:!0});$r.Allow=$r.MalformedJSON=$r.PartialJSON=$r.parseJSON=$r.parse=void 0;var tn=Dd();Object.defineProperty($r,"Allow",{enumerable:!0,get:function(){return tn.Allow}});mw(Dd(),$r);var Ui=class extends Error{};$r.PartialJSON=Ui;var qi=class extends Error{};$r.MalformedJSON=qi;function Dh(t,e=tn.Allow.ALL){if(typeof t!="string")throw new TypeError(`expecting str, got ${typeof t}`);if(!t.trim())throw new Error(`${t} is empty`);return gw(t.trim(),e)}$r.parseJSON=Dh;var gw=(t,e)=>{let r=t.length,n=0,o=f=>{throw new Ui(`${f} at position ${n}`)},s=f=>{throw new qi(`${f} at position ${n}`)},a=()=>(u(),n>=r&&o("Unexpected end of input"),t[n]==='"'?i():t[n]==="{"?d():t[n]==="["?l():t.substring(n,n+4)==="null"||tn.Allow.NULL&e&&r-n<4&&"null".startsWith(t.substring(n))?(n+=4,null):t.substring(n,n+4)==="true"||tn.Allow.BOOL&e&&r-n<4&&"true".startsWith(t.substring(n))?(n+=4,!0):t.substring(n,n+5)==="false"||tn.Allow.BOOL&e&&r-n<5&&"false".startsWith(t.substring(n))?(n+=5,!1):t.substring(n,n+8)==="Infinity"||tn.Allow.INFINITY&e&&r-n<8&&"Infinity".startsWith(t.substring(n))?(n+=8,1/0):t.substring(n,n+9)==="-Infinity"||tn.Allow._INFINITY&e&&1<r-n&&r-n<9&&"-Infinity".startsWith(t.substring(n))?(n+=9,-1/0):t.substring(n,n+3)==="NaN"||tn.Allow.NAN&e&&r-n<3&&"NaN".startsWith(t.substring(n))?(n+=3,NaN):p()),i=()=>{let f=n,m=!1;for(n++;n<r&&(t[n]!=='"'||m&&t[n-1]==="\\");)m=t[n]==="\\"?!m:!1,n++;if(t.charAt(n)=='"')try{return JSON.parse(t.substring(f,++n-Number(m)))}catch(y){s(String(y))}else if(tn.Allow.STR&e)try{return JSON.parse(t.substring(f,n-Number(m))+'"')}catch{return JSON.parse(t.substring(f,t.lastIndexOf("\\"))+'"')}o("Unterminated string literal")},d=()=>{n++,u();let f={};try{for(;t[n]!=="}";){if(u(),n>=r&&tn.Allow.OBJ&e)return f;let m=i();u(),n++;try{let y=a();f[m]=y}catch(y){if(tn.Allow.OBJ&e)return f;throw y}u(),t[n]===","&&n++}}catch{if(tn.Allow.OBJ&e)return f;o("Expected '}' at end of object")}return n++,f},l=()=>{n++;let f=[];try{for(;t[n]!=="]";)f.push(a()),u(),t[n]===","&&n++}catch{if(tn.Allow.ARR&e)return f;o("Expected ']' at end of array")}return n++,f},p=()=>{if(n===0){t==="-"&&s("Not sure what '-' is");try{return JSON.parse(t)}catch(m){if(tn.Allow.NUM&e)try{return JSON.parse(t.substring(0,t.lastIndexOf("e")))}catch{}s(String(m))}}let f=n;for(t[n]==="-"&&n++;t[n]&&",]}".indexOf(t[n])===-1;)n++;n==r&&!(tn.Allow.NUM&e)&&o("Unterminated number literal");try{return JSON.parse(t.substring(f,n))}catch{t.substring(f,n)==="-"&&o("Not sure what '-' is");try{return JSON.parse(t.substring(f,t.lastIndexOf("e")))}catch(y){s(String(y))}}},u=()=>{for(;n<r&&`
|
|
5
|
+
\r `.includes(t[n]);)n++};return a()},hw=Dh;$r.parse=hw});var mA={};Ig(mA,{ASK_USER_QUESTION_TOOL_NAME:()=>ru,AgentWidgetClient:()=>ca,AgentWidgetSession:()=>_a,AttachmentManager:()=>ma,DEFAULT_COMPONENTS:()=>Dp,DEFAULT_FLOATING_LAUNCHER_MAX_WIDTH:()=>xl,DEFAULT_FLOATING_LAUNCHER_WIDTH:()=>wn,DEFAULT_PALETTE:()=>Bp,DEFAULT_SEMANTIC:()=>Hp,DEFAULT_WIDGET_CONFIG:()=>nr,PRESETS:()=>Eu,PRESET_FULLSCREEN:()=>ku,PRESET_MINIMAL:()=>Mu,PRESET_SHOP:()=>Tu,THEME_ZONES:()=>ox,VERSION:()=>Py,WEBMCP_TOOL_PREFIX:()=>ho,WebMcpBridge:()=>Da,accessibilityPlugin:()=>Iy,animationsPlugin:()=>Ry,applyThemeVariables:()=>Do,attachHeaderToContainer:()=>ha,brandPlugin:()=>Wy,buildComposer:()=>za,buildDefaultHeader:()=>jp,buildHeader:()=>bo,buildHeaderWithLayout:()=>qa,buildMinimalHeader:()=>Gp,collectEnrichedPageContext:()=>ky,componentRegistry:()=>Co,createActionManager:()=>oi,createAgentExperience:()=>nd,createAskUserQuestionBubble:()=>Nx,createBestAvailableVoiceProvider:()=>al,createBubbleWithLayout:()=>Ax,createCSATFeedback:()=>ed,createComboButton:()=>Wl,createComponentMiddleware:()=>sy,createComponentStreamParser:()=>Jl,createDefaultSanitizer:()=>Md,createDirectivePostprocessor:()=>Zg,createDropdownMenu:()=>Fo,createFlexibleJsonStreamParser:()=>_h,createIconButton:()=>Wr,createImagePart:()=>jh,createJsonStreamParser:()=>Qi,createLabelButton:()=>Qs,createLocalStorageAdapter:()=>Xl,createMarkdownProcessor:()=>Es,createMarkdownProcessorFromConfig:()=>ia,createMessageActions:()=>Yp,createNPSFeedback:()=>td,createPlainTextParser:()=>Xi,createPlugin:()=>Dy,createRegexJsonParser:()=>Ji,createStandardBubble:()=>Va,createTextPart:()=>Ds,createTheme:()=>$a,createThemeObserver:()=>vl,createToggleGroup:()=>hx,createTypingIndicator:()=>xa,createVoiceProvider:()=>fa,createWidgetHostLayout:()=>ai,createXmlParser:()=>Yi,defaultActionHandlers:()=>wa,defaultJsonActionParser:()=>ni,defaultParseRules:()=>Au,detectColorScheme:()=>$s,directivePostprocessor:()=>eh,ensureAskUserQuestionSheet:()=>Ja,escapeHtml:()=>la,extractComponentDirectiveFromMessage:()=>Zl,fileToImagePart:()=>Gh,formatEnrichedContext:()=>Ey,generateAssistantMessageId:()=>pa,generateMessageId:()=>$h,generateStableSelector:()=>Su,generateUserMessageId:()=>Na,getActiveTheme:()=>Ua,getColorScheme:()=>Np,getDisplayText:()=>qh,getHeaderLayout:()=>Kp,getImageParts:()=>Vh,getPreset:()=>Ny,hasComponentDirective:()=>Yl,hasImages:()=>zh,headerLayouts:()=>Bl,highContrastPlugin:()=>Hy,initAgentWidget:()=>hy,isAskUserQuestionMessage:()=>wo,isComponentDirectiveType:()=>ay,isDockedMountMode:()=>kr,isVoiceSupported:()=>Ns,isWebMcpToolName:()=>Ho,listRegisteredStreamAnimations:()=>Up,markdownPostprocessor:()=>xd,mergeWithDefaults:()=>yl,normalizeContent:()=>Uh,parseAskUserQuestionPayload:()=>vo,pluginRegistry:()=>ri,reducedMotionPlugin:()=>By,registerStreamAnimationPlugin:()=>ga,removeAskUserQuestionSheet:()=>qo,renderComponentDirective:()=>Ql,renderLoadingIndicatorWithFallback:()=>Qp,renderLucideIcon:()=>Be,resolveDockConfig:()=>Wn,resolveSanitizer:()=>Wa,resolveTokens:()=>bl,stripWebMcpPrefix:()=>$i,themeToCssVariables:()=>wl,unregisterStreamAnimationPlugin:()=>$p,validateImageFile:()=>Kh,validateTheme:()=>Op});function pd(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var sa=pd();function _g(t){sa=t}var Fg=/[&<>"']/,rb=new RegExp(Fg.source,"g"),$g=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,nb=new RegExp($g.source,"g"),ob={"&":"&","<":"<",">":">",'"':""","'":"'"},Bg=t=>ob[t];function xn(t,e){if(e){if(Fg.test(t))return t.replace(rb,Bg)}else if($g.test(t))return t.replace(nb,Bg);return t}var ab=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function sb(t){return t.replace(ab,(e,r)=>(r=r.toLowerCase(),r==="colon"?":":r.charAt(0)==="#"?r.charAt(1)==="x"?String.fromCharCode(parseInt(r.substring(2),16)):String.fromCharCode(+r.substring(1)):""))}var ib=/(^|[^\[])\^/g;function ir(t,e){let r=typeof t=="string"?t:t.source;e=e||"";let n={replace:(o,s)=>{let a=typeof s=="string"?s:s.source;return a=a.replace(ib,"$1"),r=r.replace(o,a),n},getRegex:()=>new RegExp(r,e)};return n}function Hg(t){try{t=encodeURI(t).replace(/%25/g,"%")}catch{return null}return t}var As={exec:()=>null};function Dg(t,e){let r=t.replace(/\|/g,(s,a,i)=>{let d=!1,l=a;for(;--l>=0&&i[l]==="\\";)d=!d;return d?"|":" |"}),n=r.split(/ \|/),o=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),e)if(n.length>e)n.splice(e);else for(;n.length<e;)n.push("");for(;o<n.length;o++)n[o]=n[o].trim().replace(/\\\|/g,"|");return n}function Ti(t,e,r){let n=t.length;if(n===0)return"";let o=0;for(;o<n;){let s=t.charAt(n-o-1);if(s===e&&!r)o++;else if(s!==e&&r)o++;else break}return t.slice(0,n-o)}function lb(t,e){if(t.indexOf(e[1])===-1)return-1;let r=0;for(let n=0;n<t.length;n++)if(t[n]==="\\")n++;else if(t[n]===e[0])r++;else if(t[n]===e[1]&&(r--,r<0))return n;return-1}function Og(t,e,r,n){let o=e.href,s=e.title?xn(e.title):null,a=t[1].replace(/\\([\[\]])/g,"$1");if(t[0].charAt(0)!=="!"){n.state.inLink=!0;let i={type:"link",raw:r,href:o,title:s,text:a,tokens:n.inlineTokens(a)};return n.state.inLink=!1,i}return{type:"image",raw:r,href:o,title:s,text:xn(a)}}function db(t,e){let r=t.match(/^(\s+)(?:```)/);if(r===null)return e;let n=r[1];return e.split(`
|
|
6
6
|
`).map(o=>{let s=o.match(/^\s+/);if(s===null)return o;let[a]=s;return a.length>=n.length?o.slice(n.length):o}).join(`
|
|
7
|
-
`)}var
|
|
8
|
-
`)}}}fences(e){let r=this.rules.block.fences.exec(e);if(r){let n=r[0],o=
|
|
7
|
+
`)}var Ia=class{constructor(e){Ft(this,"options");Ft(this,"rules");Ft(this,"lexer");this.options=e||sa}space(e){let r=this.rules.block.newline.exec(e);if(r&&r[0].length>0)return{type:"space",raw:r[0]}}code(e){let r=this.rules.block.code.exec(e);if(r){let n=r[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:r[0],codeBlockStyle:"indented",text:this.options.pedantic?n:Ti(n,`
|
|
8
|
+
`)}}}fences(e){let r=this.rules.block.fences.exec(e);if(r){let n=r[0],o=db(n,r[3]||"");return{type:"code",raw:n,lang:r[2]?r[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):r[2],text:o}}}heading(e){let r=this.rules.block.heading.exec(e);if(r){let n=r[2].trim();if(/#$/.test(n)){let o=Ti(n,"#");(this.options.pedantic||!o||/ $/.test(o))&&(n=o.trim())}return{type:"heading",raw:r[0],depth:r[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(e){let r=this.rules.block.hr.exec(e);if(r)return{type:"hr",raw:r[0]}}blockquote(e){let r=this.rules.block.blockquote.exec(e);if(r){let n=r[0].replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,`
|
|
9
9
|
$1`);n=Ti(n.replace(/^ *>[ \t]?/gm,""),`
|
|
10
|
-
`);let o=this.lexer.state.top;this.lexer.state.top=!0;let s=this.lexer.blockTokens(n);return this.lexer.state.top=o,{type:"blockquote",raw:r[0],tokens:s,text:n}}}list(e){let r=this.rules.block.list.exec(e);if(r){let n=r[1].trim(),o=n.length>1,s={type:"list",raw:"",ordered:o,start:o?+n.slice(0,-1):"",loose:!1,items:[]};n=o?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=o?n:"[*+-]");let a=new RegExp(`^( {0,3}${n})((?:[ ][^\\n]*)?(?:\\n|$))`),i="",d="",l=!1;for(;e;){let p=!1;if(!(r=a.exec(e))||this.rules.block.hr.test(e))break;i=r[0],e=e.substring(i.length);let
|
|
11
|
-
`,1)[0].replace(/^\t+/,
|
|
12
|
-
`,1)[0],
|
|
13
|
-
`,e=e.substring(
|
|
14
|
-
`,1)[0];if(
|
|
15
|
-
`+
|
|
16
|
-
`+
|
|
17
|
-
`,e=e.substring(
|
|
18
|
-
`):[],a={type:"table",raw:r[0],header:[],align:[],rows:[]};if(n.length===o.length){for(let i of o)/^ *-+: *$/.test(i)?a.align.push("right"):/^ *:-+: *$/.test(i)?a.align.push("center"):/^ *:-+ *$/.test(i)?a.align.push("left"):a.align.push(null);for(let i of n)a.header.push({text:i,tokens:this.lexer.inline(i)});for(let i of s)a.rows.push(
|
|
19
|
-
`?r[1].slice(0,-1):r[1];return{type:"paragraph",raw:r[0],text:n,tokens:this.lexer.inline(n)}}}text(e){let r=this.rules.block.text.exec(e);if(r)return{type:"text",raw:r[0],text:r[0],tokens:this.lexer.inline(r[0])}}escape(e){let r=this.rules.inline.escape.exec(e);if(r)return{type:"escape",raw:r[0],text:
|
|
20
|
-
]`).replace("lheading",
|
|
10
|
+
`);let o=this.lexer.state.top;this.lexer.state.top=!0;let s=this.lexer.blockTokens(n);return this.lexer.state.top=o,{type:"blockquote",raw:r[0],tokens:s,text:n}}}list(e){let r=this.rules.block.list.exec(e);if(r){let n=r[1].trim(),o=n.length>1,s={type:"list",raw:"",ordered:o,start:o?+n.slice(0,-1):"",loose:!1,items:[]};n=o?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=o?n:"[*+-]");let a=new RegExp(`^( {0,3}${n})((?:[ ][^\\n]*)?(?:\\n|$))`),i="",d="",l=!1;for(;e;){let p=!1;if(!(r=a.exec(e))||this.rules.block.hr.test(e))break;i=r[0],e=e.substring(i.length);let u=r[2].split(`
|
|
11
|
+
`,1)[0].replace(/^\t+/,M=>" ".repeat(3*M.length)),f=e.split(`
|
|
12
|
+
`,1)[0],m=0;this.options.pedantic?(m=2,d=u.trimStart()):(m=r[2].search(/[^ ]/),m=m>4?1:m,d=u.slice(m),m+=r[1].length);let y=!1;if(!u&&/^ *$/.test(f)&&(i+=f+`
|
|
13
|
+
`,e=e.substring(f.length+1),p=!0),!p){let M=new RegExp(`^ {0,${Math.min(3,m-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),k=new RegExp(`^ {0,${Math.min(3,m-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),T=new RegExp(`^ {0,${Math.min(3,m-1)}}(?:\`\`\`|~~~)`),h=new RegExp(`^ {0,${Math.min(3,m-1)}}#`);for(;e;){let C=e.split(`
|
|
14
|
+
`,1)[0];if(f=C,this.options.pedantic&&(f=f.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),T.test(f)||h.test(f)||M.test(f)||k.test(e))break;if(f.search(/[^ ]/)>=m||!f.trim())d+=`
|
|
15
|
+
`+f.slice(m);else{if(y||u.search(/[^ ]/)>=4||T.test(u)||h.test(u)||k.test(u))break;d+=`
|
|
16
|
+
`+f}!y&&!f.trim()&&(y=!0),i+=C+`
|
|
17
|
+
`,e=e.substring(C.length+1),u=f.slice(m)}}s.loose||(l?s.loose=!0:/\n *\n *$/.test(i)&&(l=!0));let x=null,S;this.options.gfm&&(x=/^\[[ xX]\] /.exec(d),x&&(S=x[0]!=="[ ] ",d=d.replace(/^\[[ xX]\] +/,""))),s.items.push({type:"list_item",raw:i,task:!!x,checked:S,loose:!1,text:d,tokens:[]}),s.raw+=i}s.items[s.items.length-1].raw=i.trimEnd(),s.items[s.items.length-1].text=d.trimEnd(),s.raw=s.raw.trimEnd();for(let p=0;p<s.items.length;p++)if(this.lexer.state.top=!1,s.items[p].tokens=this.lexer.blockTokens(s.items[p].text,[]),!s.loose){let u=s.items[p].tokens.filter(m=>m.type==="space"),f=u.length>0&&u.some(m=>/\n.*\n/.test(m.raw));s.loose=f}if(s.loose)for(let p=0;p<s.items.length;p++)s.items[p].loose=!0;return s}}html(e){let r=this.rules.block.html.exec(e);if(r)return{type:"html",block:!0,raw:r[0],pre:r[1]==="pre"||r[1]==="script"||r[1]==="style",text:r[0]}}def(e){let r=this.rules.block.def.exec(e);if(r){let n=r[1].toLowerCase().replace(/\s+/g," "),o=r[2]?r[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",s=r[3]?r[3].substring(1,r[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):r[3];return{type:"def",tag:n,raw:r[0],href:o,title:s}}}table(e){let r=this.rules.block.table.exec(e);if(!r||!/[:|]/.test(r[2]))return;let n=Dg(r[1]),o=r[2].replace(/^\||\| *$/g,"").split("|"),s=r[3]&&r[3].trim()?r[3].replace(/\n[ \t]*$/,"").split(`
|
|
18
|
+
`):[],a={type:"table",raw:r[0],header:[],align:[],rows:[]};if(n.length===o.length){for(let i of o)/^ *-+: *$/.test(i)?a.align.push("right"):/^ *:-+: *$/.test(i)?a.align.push("center"):/^ *:-+ *$/.test(i)?a.align.push("left"):a.align.push(null);for(let i of n)a.header.push({text:i,tokens:this.lexer.inline(i)});for(let i of s)a.rows.push(Dg(i,a.header.length).map(d=>({text:d,tokens:this.lexer.inline(d)})));return a}}lheading(e){let r=this.rules.block.lheading.exec(e);if(r)return{type:"heading",raw:r[0],depth:r[2].charAt(0)==="="?1:2,text:r[1],tokens:this.lexer.inline(r[1])}}paragraph(e){let r=this.rules.block.paragraph.exec(e);if(r){let n=r[1].charAt(r[1].length-1)===`
|
|
19
|
+
`?r[1].slice(0,-1):r[1];return{type:"paragraph",raw:r[0],text:n,tokens:this.lexer.inline(n)}}}text(e){let r=this.rules.block.text.exec(e);if(r)return{type:"text",raw:r[0],text:r[0],tokens:this.lexer.inline(r[0])}}escape(e){let r=this.rules.inline.escape.exec(e);if(r)return{type:"escape",raw:r[0],text:xn(r[1])}}tag(e){let r=this.rules.inline.tag.exec(e);if(r)return!this.lexer.state.inLink&&/^<a /i.test(r[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(r[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(r[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(r[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:r[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:r[0]}}link(e){let r=this.rules.inline.link.exec(e);if(r){let n=r[2].trim();if(!this.options.pedantic&&/^</.test(n)){if(!/>$/.test(n))return;let a=Ti(n.slice(0,-1),"\\");if((n.length-a.length)%2===0)return}else{let a=lb(r[2],"()");if(a>-1){let d=(r[0].indexOf("!")===0?5:4)+r[1].length+a;r[2]=r[2].substring(0,a),r[0]=r[0].substring(0,d).trim(),r[3]=""}}let o=r[2],s="";if(this.options.pedantic){let a=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);a&&(o=a[1],s=a[3])}else s=r[3]?r[3].slice(1,-1):"";return o=o.trim(),/^</.test(o)&&(this.options.pedantic&&!/>$/.test(n)?o=o.slice(1):o=o.slice(1,-1)),Og(r,{href:o&&o.replace(this.rules.inline.anyPunctuation,"$1"),title:s&&s.replace(this.rules.inline.anyPunctuation,"$1")},r[0],this.lexer)}}reflink(e,r){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let o=(n[2]||n[1]).replace(/\s+/g," "),s=r[o.toLowerCase()];if(!s){let a=n[0].charAt(0);return{type:"text",raw:a,text:a}}return Og(n,s,n[0],this.lexer)}}emStrong(e,r,n=""){let o=this.rules.inline.emStrongLDelim.exec(e);if(!o||o[3]&&n.match(/[\p{L}\p{N}]/u))return;if(!(o[1]||o[2]||"")||!n||this.rules.inline.punctuation.exec(n)){let a=[...o[0]].length-1,i,d,l=a,p=0,u=o[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(u.lastIndex=0,r=r.slice(-1*e.length+a);(o=u.exec(r))!=null;){if(i=o[1]||o[2]||o[3]||o[4]||o[5]||o[6],!i)continue;if(d=[...i].length,o[3]||o[4]){l+=d;continue}else if((o[5]||o[6])&&a%3&&!((a+d)%3)){p+=d;continue}if(l-=d,l>0)continue;d=Math.min(d,d+l+p);let f=[...o[0]][0].length,m=e.slice(0,a+o.index+f+d);if(Math.min(a,d)%2){let x=m.slice(1,-1);return{type:"em",raw:m,text:x,tokens:this.lexer.inlineTokens(x)}}let y=m.slice(2,-2);return{type:"strong",raw:m,text:y,tokens:this.lexer.inlineTokens(y)}}}}codespan(e){let r=this.rules.inline.code.exec(e);if(r){let n=r[2].replace(/\n/g," "),o=/[^ ]/.test(n),s=/^ /.test(n)&&/ $/.test(n);return o&&s&&(n=n.substring(1,n.length-1)),n=xn(n,!0),{type:"codespan",raw:r[0],text:n}}}br(e){let r=this.rules.inline.br.exec(e);if(r)return{type:"br",raw:r[0]}}del(e){let r=this.rules.inline.del.exec(e);if(r)return{type:"del",raw:r[0],text:r[2],tokens:this.lexer.inlineTokens(r[2])}}autolink(e){let r=this.rules.inline.autolink.exec(e);if(r){let n,o;return r[2]==="@"?(n=xn(r[1]),o="mailto:"+n):(n=xn(r[1]),o=n),{type:"link",raw:r[0],text:n,href:o,tokens:[{type:"text",raw:n,text:n}]}}}url(e){var n,o;let r;if(r=this.rules.inline.url.exec(e)){let s,a;if(r[2]==="@")s=xn(r[0]),a="mailto:"+s;else{let i;do i=r[0],r[0]=(o=(n=this.rules.inline._backpedal.exec(r[0]))==null?void 0:n[0])!=null?o:"";while(i!==r[0]);s=xn(r[0]),r[1]==="www."?a="http://"+r[0]:a=r[0]}return{type:"link",raw:r[0],text:s,href:a,tokens:[{type:"text",raw:s,text:s}]}}}inlineText(e){let r=this.rules.inline.text.exec(e);if(r){let n;return this.lexer.state.inRawBlock?n=r[0]:n=xn(r[0]),{type:"text",raw:r[0],text:n}}}},cb=/^(?: *(?:\n|$))+/,pb=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,ub=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Ms=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,fb=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Ug=/(?:[*+-]|\d{1,9}[.)])/,qg=ir(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,Ug).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),ud=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,mb=/^[^\n]+/,fd=/(?!\s*\])(?:\\.|[^\[\]\\])+/,gb=ir(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",fd).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),hb=ir(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Ug).getRegex(),Ei="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",md=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,xb=ir("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",md).replace("tag",Ei).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),zg=ir(ud).replace("hr",Ms).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Ei).getRegex(),yb=ir(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",zg).getRegex(),gd={blockquote:yb,code:pb,def:gb,fences:ub,heading:fb,hr:Ms,html:xb,lheading:qg,list:hb,newline:cb,paragraph:zg,table:As,text:mb},Ng=ir("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Ms).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Ei).getRegex(),bb={...gd,table:Ng,paragraph:ir(ud).replace("hr",Ms).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",Ng).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Ei).getRegex()},wb={...gd,html:ir(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",md).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:As,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:ir(ud).replace("hr",Ms).replace("heading",` *#{1,6} *[^
|
|
20
|
+
]`).replace("lheading",qg).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},Vg=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,vb=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,jg=/^( {2,}|\\)\n(?!\s*$)/,Cb=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,ks="\\p{P}\\p{S}",Ab=ir(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,ks).getRegex(),Sb=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,Tb=ir(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,ks).getRegex(),Mb=ir("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,ks).getRegex(),kb=ir("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,ks).getRegex(),Eb=ir(/\\([punct])/,"gu").replace(/punct/g,ks).getRegex(),Lb=ir(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Pb=ir(md).replace("(?:-->|$)","-->").getRegex(),Ib=ir("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",Pb).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),ki=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Rb=ir(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",ki).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),Gg=ir(/^!?\[(label)\]\[(ref)\]/).replace("label",ki).replace("ref",fd).getRegex(),Kg=ir(/^!?\[(ref)\](?:\[\])?/).replace("ref",fd).getRegex(),Wb=ir("reflink|nolink(?!\\()","g").replace("reflink",Gg).replace("nolink",Kg).getRegex(),hd={_backpedal:As,anyPunctuation:Eb,autolink:Lb,blockSkip:Sb,br:jg,code:vb,del:As,emStrongLDelim:Tb,emStrongRDelimAst:Mb,emStrongRDelimUnd:kb,escape:Vg,link:Rb,nolink:Kg,punctuation:Ab,reflink:Gg,reflinkSearch:Wb,tag:Ib,text:Cb,url:As},Bb={...hd,link:ir(/^!?\[(label)\]\((.*?)\)/).replace("label",ki).getRegex(),reflink:ir(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",ki).getRegex()},dd={...hd,escape:ir(Vg).replace("])","~|])").getRegex(),url:ir(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},Hb={...dd,br:ir(jg).replace("{2,}","*").getRegex(),text:ir(dd.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},Mi={normal:gd,gfm:bb,pedantic:wb},Cs={normal:hd,gfm:dd,breaks:Hb,pedantic:Bb},fo=class t{constructor(e){Ft(this,"tokens");Ft(this,"options");Ft(this,"state");Ft(this,"tokenizer");Ft(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||sa,this.options.tokenizer=this.options.tokenizer||new Ia,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let r={block:Mi.normal,inline:Cs.normal};this.options.pedantic?(r.block=Mi.pedantic,r.inline=Cs.pedantic):this.options.gfm&&(r.block=Mi.gfm,this.options.breaks?r.inline=Cs.breaks:r.inline=Cs.gfm),this.tokenizer.rules=r}static get rules(){return{block:Mi,inline:Cs}}static lex(e,r){return new t(r).lex(e)}static lexInline(e,r){return new t(r).inlineTokens(e)}lex(e){e=e.replace(/\r\n|\r/g,`
|
|
21
21
|
`),this.blockTokens(e,this.tokens);for(let r=0;r<this.inlineQueue.length;r++){let n=this.inlineQueue[r];this.inlineTokens(n.src,n.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,r=[]){this.options.pedantic?e=e.replace(/\t/g," ").replace(/^ +$/gm,""):e=e.replace(/^( *)(\t+)/gm,(i,d,l)=>d+" ".repeat(l.length));let n,o,s,a;for(;e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(i=>(n=i.call({lexer:this},e,r))?(e=e.substring(n.raw.length),r.push(n),!0):!1))){if(n=this.tokenizer.space(e)){e=e.substring(n.raw.length),n.raw.length===1&&r.length>0?r[r.length-1].raw+=`
|
|
22
22
|
`:r.push(n);continue}if(n=this.tokenizer.code(e)){e=e.substring(n.raw.length),o=r[r.length-1],o&&(o.type==="paragraph"||o.type==="text")?(o.raw+=`
|
|
23
23
|
`+n.raw,o.text+=`
|
|
@@ -27,9 +27,9 @@ Known schemas:
|
|
|
27
27
|
`+n.raw,o.text+=`
|
|
28
28
|
`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=o.text):r.push(n),a=s.length!==e.length,e=e.substring(n.raw.length);continue}if(n=this.tokenizer.text(e)){e=e.substring(n.raw.length),o=r[r.length-1],o&&o.type==="text"?(o.raw+=`
|
|
29
29
|
`+n.raw,o.text+=`
|
|
30
|
-
`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=o.text):r.push(n);continue}if(e){let i="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(i);break}else throw new Error(i)}}return this.state.top=!0,r}inline(e,r=[]){return this.inlineQueue.push({src:e,tokens:r}),r}inlineTokens(e,r=[]){let n,o,s,a=e,i,d,l;if(this.tokens.links){let p=Object.keys(this.tokens.links);if(p.length>0)for(;(i=this.tokenizer.rules.inline.reflinkSearch.exec(a))!=null;)p.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(i=this.tokenizer.rules.inline.blockSkip.exec(a))!=null;)a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(i=this.tokenizer.rules.inline.anyPunctuation.exec(a))!=null;)a=a.slice(0,i.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(d||(l=""),d=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(p=>(n=p.call({lexer:this},e,r))?(e=e.substring(n.raw.length),r.push(n),!0):!1))){if(n=this.tokenizer.escape(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.tag(e)){e=e.substring(n.raw.length),o=r[r.length-1],o&&n.type==="text"&&o.type==="text"?(o.raw+=n.raw,o.text+=n.text):r.push(n);continue}if(n=this.tokenizer.link(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(n.raw.length),o=r[r.length-1],o&&n.type==="text"&&o.type==="text"?(o.raw+=n.raw,o.text+=n.text):r.push(n);continue}if(n=this.tokenizer.emStrong(e,a,l)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.codespan(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.br(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.del(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.autolink(e)){e=e.substring(n.raw.length),r.push(n);continue}if(!this.state.inLink&&(n=this.tokenizer.url(e))){e=e.substring(n.raw.length),r.push(n);continue}if(s=e,this.options.extensions&&this.options.extensions.startInline){let p=1/0,
|
|
31
|
-
`,o?'<pre><code class="language-'+
|
|
32
|
-
`:"<pre><code>"+(n?e:
|
|
30
|
+
`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=o.text):r.push(n);continue}if(e){let i="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(i);break}else throw new Error(i)}}return this.state.top=!0,r}inline(e,r=[]){return this.inlineQueue.push({src:e,tokens:r}),r}inlineTokens(e,r=[]){let n,o,s,a=e,i,d,l;if(this.tokens.links){let p=Object.keys(this.tokens.links);if(p.length>0)for(;(i=this.tokenizer.rules.inline.reflinkSearch.exec(a))!=null;)p.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(i=this.tokenizer.rules.inline.blockSkip.exec(a))!=null;)a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(i=this.tokenizer.rules.inline.anyPunctuation.exec(a))!=null;)a=a.slice(0,i.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(d||(l=""),d=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(p=>(n=p.call({lexer:this},e,r))?(e=e.substring(n.raw.length),r.push(n),!0):!1))){if(n=this.tokenizer.escape(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.tag(e)){e=e.substring(n.raw.length),o=r[r.length-1],o&&n.type==="text"&&o.type==="text"?(o.raw+=n.raw,o.text+=n.text):r.push(n);continue}if(n=this.tokenizer.link(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(n.raw.length),o=r[r.length-1],o&&n.type==="text"&&o.type==="text"?(o.raw+=n.raw,o.text+=n.text):r.push(n);continue}if(n=this.tokenizer.emStrong(e,a,l)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.codespan(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.br(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.del(e)){e=e.substring(n.raw.length),r.push(n);continue}if(n=this.tokenizer.autolink(e)){e=e.substring(n.raw.length),r.push(n);continue}if(!this.state.inLink&&(n=this.tokenizer.url(e))){e=e.substring(n.raw.length),r.push(n);continue}if(s=e,this.options.extensions&&this.options.extensions.startInline){let p=1/0,u=e.slice(1),f;this.options.extensions.startInline.forEach(m=>{f=m.call({lexer:this},u),typeof f=="number"&&f>=0&&(p=Math.min(p,f))}),p<1/0&&p>=0&&(s=e.substring(0,p+1))}if(n=this.tokenizer.inlineText(s)){e=e.substring(n.raw.length),n.raw.slice(-1)!=="_"&&(l=n.raw.slice(-1)),d=!0,o=r[r.length-1],o&&o.type==="text"?(o.raw+=n.raw,o.text+=n.text):r.push(n);continue}if(e){let p="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(p);break}else throw new Error(p)}}return r}},Ra=class{constructor(e){Ft(this,"options");this.options=e||sa}code(e,r,n){var s;let o=(s=(r||"").match(/^\S*/))==null?void 0:s[0];return e=e.replace(/\n$/,"")+`
|
|
31
|
+
`,o?'<pre><code class="language-'+xn(o)+'">'+(n?e:xn(e,!0))+`</code></pre>
|
|
32
|
+
`:"<pre><code>"+(n?e:xn(e,!0))+`</code></pre>
|
|
33
33
|
`}blockquote(e){return`<blockquote>
|
|
34
34
|
${e}</blockquote>
|
|
35
35
|
`}html(e,r){return e}heading(e,r,n){return`<h${r}>${e}</h${r}>
|
|
@@ -45,24 +45,24 @@ ${e}</blockquote>
|
|
|
45
45
|
`}tablerow(e){return`<tr>
|
|
46
46
|
${e}</tr>
|
|
47
47
|
`}tablecell(e,r){let n=r.header?"th":"td";return(r.align?`<${n} align="${r.align}">`:`<${n}>`)+e+`</${n}>
|
|
48
|
-
`}strong(e){return`<strong>${e}</strong>`}em(e){return`<em>${e}</em>`}codespan(e){return`<code>${e}</code>`}br(){return"<br>"}del(e){return`<del>${e}</del>`}link(e,r,n){let o=
|
|
49
|
-
`+(a.tokens?this.parseInline(a.tokens):a.text);n+=r?this.renderer.paragraph(i):i;continue}default:{let a='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return n}parseInline(e,r){r=r||this.renderer;let n="";for(let o=0;o<e.length;o++){let s=e[o];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type]){let a=this.options.extensions.renderers[s.type].call({parser:this},s);if(a!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(s.type)){n+=a||"";continue}}switch(s.type){case"escape":{let a=s;n+=r.text(a.text);break}case"html":{let a=s;n+=r.html(a.text);break}case"link":{let a=s;n+=r.link(a.href,a.title,this.parseInline(a.tokens,r));break}case"image":{let a=s;n+=r.image(a.href,a.title,a.text);break}case"strong":{let a=s;n+=r.strong(this.parseInline(a.tokens,r));break}case"em":{let a=s;n+=r.em(this.parseInline(a.tokens,r));break}case"codespan":{let a=s;n+=r.codespan(a.text);break}case"br":{n+=r.br();break}case"del":{let a=s;n+=r.del(this.parseInline(a.tokens,r));break}case"text":{let a=s;n+=r.text(a.text);break}default:{let a='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return n}},
|
|
50
|
-
Please report this to https://github.com/markedjs/marked.`,e){let o="<p>An error occurred:</p><pre>"+gn(n.message+"",!0)+"</pre>";return r?Promise.resolve(o):o}if(r)return Promise.reject(n);throw n}};var ea=new ws;function nr(t,e){return ea.parse(t,e)}nr.options=nr.setOptions=function(t){return ea.setOptions(t),nr.defaults=ea.defaults,Hg(nr.defaults),nr};nr.getDefaults=ld;nr.defaults=ra;nr.use=function(...t){return ea.use(...t),nr.defaults=ea.defaults,Hg(nr.defaults),nr};nr.walkTokens=function(t,e){return ea.walkTokens(t,e)};nr.parseInline=ea.parseInline;nr.Parser=po;nr.parser=po.parse;nr.Renderer=ka;nr.TextRenderer=bs;nr.Lexer=co;nr.lexer=co.lex;nr.Tokenizer=Ma;nr.Hooks=Zo;nr.parse=nr;var iA=nr.options,lA=nr.setOptions,dA=nr.use,cA=nr.walkTokens,pA=nr.parseInline;var uA=po.parse,fA=co.lex;var kb=t=>{if(t)return t},As=t=>{var o,s;let e=t==null?void 0:t.markedOptions,r=new ws({gfm:(o=e==null?void 0:e.gfm)!=null?o:!0,breaks:(s=e==null?void 0:e.breaks)!=null?s:!0,pedantic:e==null?void 0:e.pedantic,silent:e==null?void 0:e.silent}),n=kb(t==null?void 0:t.renderer);return n&&r.use({renderer:n}),a=>r.parse(a)},na=t=>t?As({markedOptions:t.options,renderer:t.renderer}):As(),Eb=As(),md=t=>Eb(t),oa=t=>t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),Gg=t=>t.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"),jg=t=>`%%FORM_PLACEHOLDER_${t}%%`,Kg=(t,e)=>{let r=t;return r=r.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(n,o)=>{try{let s=JSON.parse(o.trim());if(s&&typeof s=="object"&&s.component==="form"&&s.type){let a=jg(e.length);return e.push({token:a,type:String(s.type)}),a}}catch{return n}return n}),r=r.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(n,o)=>{let s=jg(e.length);return e.push({token:s,type:o}),s}),r},Xg=t=>{let e=na(t);return r=>{let n=[],o=Kg(r,n),s=e(o);return n.forEach(({token:a,type:i})=>{let d=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="persona-form-directive" data-tv-form="${Gg(i)}"></div>`;s=s.replace(d,p)}),s}},Jg=t=>{let e=[],r=Kg(t,e),n=md(r);return e.forEach(({token:o,type:s})=>{let a=new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="persona-form-directive" data-tv-form="${Gg(s)}"></div>`;n=n.replace(a,d)}),n};var{entries:ah,setPrototypeOf:Qg,isFrozen:Lb,getPrototypeOf:Pb,getOwnPropertyDescriptor:Ib}=Object,{freeze:Qr,seal:Mn,create:Ii}=Object,{apply:vd,construct:Cd}=typeof Reflect!="undefined"&&Reflect;Qr||(Qr=function(e){return e});Mn||(Mn=function(e){return e});vd||(vd=function(e,r){for(var n=arguments.length,o=new Array(n>2?n-2:0),s=2;s<n;s++)o[s-2]=arguments[s];return e.apply(r,o)});Cd||(Cd=function(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return new e(...n)});var Li=Yr(Array.prototype.forEach),Rb=Yr(Array.prototype.lastIndexOf),Yg=Yr(Array.prototype.pop),Ss=Yr(Array.prototype.push),Wb=Yr(Array.prototype.splice),Ri=Yr(String.prototype.toLowerCase),gd=Yr(String.prototype.toString),hd=Yr(String.prototype.match),Ts=Yr(String.prototype.replace),Bb=Yr(String.prototype.indexOf),Hb=Yr(String.prototype.trim),hn=Yr(Object.prototype.hasOwnProperty),Jr=Yr(RegExp.prototype.test),Ms=Db(TypeError);function Yr(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return vd(t,e,n)}}function Db(t){return function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Cd(t,r)}}function It(t,e){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Ri;Qg&&Qg(t,null);let n=e.length;for(;n--;){let o=e[n];if(typeof o=="string"){let s=r(o);s!==o&&(Lb(e)||(e[n]=s),o=s)}t[o]=!0}return t}function Ob(t){for(let e=0;e<t.length;e++)hn(t,e)||(t[e]=null);return t}function Kn(t){let e=Ii(null);for(let[r,n]of ah(t))hn(t,r)&&(Array.isArray(n)?e[r]=Ob(n):n&&typeof n=="object"&&n.constructor===Object?e[r]=Kn(n):e[r]=n);return e}function ks(t,e){for(;t!==null;){let n=Ib(t,e);if(n){if(n.get)return Yr(n.get);if(typeof n.value=="function")return Yr(n.value)}t=Pb(t)}function r(){return null}return r}var Zg=Qr(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),xd=Qr(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),yd=Qr(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Nb=Qr(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),bd=Qr(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),_b=Qr(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),eh=Qr(["#text"]),th=Qr(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),wd=Qr(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),rh=Qr(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Pi=Qr(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Fb=Mn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),$b=Mn(/<%[\w\W]*|[\w\W]*%>/gm),Ub=Mn(/\$\{[\w\W]*/gm),qb=Mn(/^data-[\-\w.\u00B7-\uFFFF]+$/),zb=Mn(/^aria-[\-\w]+$/),sh=Mn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Vb=Mn(/^(?:\w+script|data):/i),jb=Mn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ih=Mn(/^html$/i),Gb=Mn(/^[a-z][.\w]*(-[.\w]+)+$/i),nh=Object.freeze({__proto__:null,ARIA_ATTR:zb,ATTR_WHITESPACE:jb,CUSTOM_ELEMENT:Gb,DATA_ATTR:qb,DOCTYPE_NAME:ih,ERB_EXPR:$b,IS_ALLOWED_URI:sh,IS_SCRIPT_OR_DATA:Vb,MUSTACHE_EXPR:Fb,TMPLIT_EXPR:Ub}),Es={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},Kb=function(){return typeof window=="undefined"?null:window},Xb=function(e,r){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null,o="data-tt-policy-suffix";r&&r.hasAttribute(o)&&(n=r.getAttribute(o));let s="dompurify"+(n?"#"+n:"");try{return e.createPolicy(s,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+s+" could not be created."),null}},oh=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function lh(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Kb(),e=ue=>lh(ue);if(e.version="3.3.3",e.removed=[],!t||!t.document||t.document.nodeType!==Es.document||!t.Element)return e.isSupported=!1,e;let{document:r}=t,n=r,o=n.currentScript,{DocumentFragment:s,HTMLTemplateElement:a,Node:i,Element:d,NodeFilter:l,NamedNodeMap:p=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:m,DOMParser:u,trustedTypes:f}=t,x=d.prototype,C=ks(x,"cloneNode"),S=ks(x,"remove"),k=ks(x,"nextSibling"),T=ks(x,"childNodes"),M=ks(x,"parentNode");if(typeof a=="function"){let ue=r.createElement("template");ue.content&&ue.content.ownerDocument&&(r=ue.content.ownerDocument)}let h,w="",{implementation:y,createNodeIterator:E,createDocumentFragment:B,getElementsByTagName:P}=r,{importNode:R}=n,O=oh();e.isSupported=typeof ah=="function"&&typeof M=="function"&&y&&y.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:V,ERB_EXPR:ne,TMPLIT_EXPR:be,DATA_ATTR:Ye,ARIA_ATTR:Ge,IS_SCRIPT_OR_DATA:ve,ATTR_WHITESPACE:Ee,CUSTOM_ELEMENT:Ke}=nh,{IS_ALLOWED_URI:Ne}=nh,X=null,Ue=It({},[...Zg,...xd,...yd,...bd,...eh]),K=null,Te=It({},[...th,...wd,...rh,...Pi]),oe=Object.seal(Ii(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),xe=null,Me=null,Xe=Object.seal(Ii(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),ce=!0,te=!0,le=!1,ut=!0,Ce=!1,he=!0,rt=!1,_e=!1,me=!1,J=!1,ze=!1,Z=!1,ge=!0,z=!1,Re="user-content-",Ae=!0,fe=!1,pe={},Be=null,Q=It({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),_=null,ke=It({},["audio","video","img","source","image","track"]),He=null,Ve=It({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Je="http://www.w3.org/1998/Math/MathML",gt="http://www.w3.org/2000/svg",at="http://www.w3.org/1999/xhtml",Mt=at,Xt=!1,G=null,Jt=It({},[Je,gt,at],gd),st=It({},["mi","mo","mn","ms","mtext"]),_t=It({},["annotation-xml"]),de=It({},["title","style","font","a","script"]),ye=null,Rt=["application/xhtml+xml","text/html"],ar="text/html",kt=null,mr=null,Ot=r.createElement("form"),Wt=function(I){return I instanceof RegExp||I instanceof Function},St=function(){let I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(mr&&mr===I)){if((!I||typeof I!="object")&&(I={}),I=Kn(I),ye=Rt.indexOf(I.PARSER_MEDIA_TYPE)===-1?ar:I.PARSER_MEDIA_TYPE,kt=ye==="application/xhtml+xml"?gd:Ri,X=hn(I,"ALLOWED_TAGS")?It({},I.ALLOWED_TAGS,kt):Ue,K=hn(I,"ALLOWED_ATTR")?It({},I.ALLOWED_ATTR,kt):Te,G=hn(I,"ALLOWED_NAMESPACES")?It({},I.ALLOWED_NAMESPACES,gd):Jt,He=hn(I,"ADD_URI_SAFE_ATTR")?It(Kn(Ve),I.ADD_URI_SAFE_ATTR,kt):Ve,_=hn(I,"ADD_DATA_URI_TAGS")?It(Kn(ke),I.ADD_DATA_URI_TAGS,kt):ke,Be=hn(I,"FORBID_CONTENTS")?It({},I.FORBID_CONTENTS,kt):Q,xe=hn(I,"FORBID_TAGS")?It({},I.FORBID_TAGS,kt):Kn({}),Me=hn(I,"FORBID_ATTR")?It({},I.FORBID_ATTR,kt):Kn({}),pe=hn(I,"USE_PROFILES")?I.USE_PROFILES:!1,ce=I.ALLOW_ARIA_ATTR!==!1,te=I.ALLOW_DATA_ATTR!==!1,le=I.ALLOW_UNKNOWN_PROTOCOLS||!1,ut=I.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ce=I.SAFE_FOR_TEMPLATES||!1,he=I.SAFE_FOR_XML!==!1,rt=I.WHOLE_DOCUMENT||!1,J=I.RETURN_DOM||!1,ze=I.RETURN_DOM_FRAGMENT||!1,Z=I.RETURN_TRUSTED_TYPE||!1,me=I.FORCE_BODY||!1,ge=I.SANITIZE_DOM!==!1,z=I.SANITIZE_NAMED_PROPS||!1,Ae=I.KEEP_CONTENT!==!1,fe=I.IN_PLACE||!1,Ne=I.ALLOWED_URI_REGEXP||sh,Mt=I.NAMESPACE||at,st=I.MATHML_TEXT_INTEGRATION_POINTS||st,_t=I.HTML_INTEGRATION_POINTS||_t,oe=I.CUSTOM_ELEMENT_HANDLING||{},I.CUSTOM_ELEMENT_HANDLING&&Wt(I.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(oe.tagNameCheck=I.CUSTOM_ELEMENT_HANDLING.tagNameCheck),I.CUSTOM_ELEMENT_HANDLING&&Wt(I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(oe.attributeNameCheck=I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),I.CUSTOM_ELEMENT_HANDLING&&typeof I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(oe.allowCustomizedBuiltInElements=I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ce&&(te=!1),ze&&(J=!0),pe&&(X=It({},eh),K=Ii(null),pe.html===!0&&(It(X,Zg),It(K,th)),pe.svg===!0&&(It(X,xd),It(K,wd),It(K,Pi)),pe.svgFilters===!0&&(It(X,yd),It(K,wd),It(K,Pi)),pe.mathMl===!0&&(It(X,bd),It(K,rh),It(K,Pi))),hn(I,"ADD_TAGS")||(Xe.tagCheck=null),hn(I,"ADD_ATTR")||(Xe.attributeCheck=null),I.ADD_TAGS&&(typeof I.ADD_TAGS=="function"?Xe.tagCheck=I.ADD_TAGS:(X===Ue&&(X=Kn(X)),It(X,I.ADD_TAGS,kt))),I.ADD_ATTR&&(typeof I.ADD_ATTR=="function"?Xe.attributeCheck=I.ADD_ATTR:(K===Te&&(K=Kn(K)),It(K,I.ADD_ATTR,kt))),I.ADD_URI_SAFE_ATTR&&It(He,I.ADD_URI_SAFE_ATTR,kt),I.FORBID_CONTENTS&&(Be===Q&&(Be=Kn(Be)),It(Be,I.FORBID_CONTENTS,kt)),I.ADD_FORBID_CONTENTS&&(Be===Q&&(Be=Kn(Be)),It(Be,I.ADD_FORBID_CONTENTS,kt)),Ae&&(X["#text"]=!0),rt&&It(X,["html","head","body"]),X.table&&(It(X,["tbody"]),delete xe.tbody),I.TRUSTED_TYPES_POLICY){if(typeof I.TRUSTED_TYPES_POLICY.createHTML!="function")throw Ms('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof I.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Ms('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');h=I.TRUSTED_TYPES_POLICY,w=h.createHTML("")}else h===void 0&&(h=Xb(f,o)),h!==null&&typeof w=="string"&&(w=h.createHTML(""));Qr&&Qr(I),mr=I}},Et=It({},[...xd,...yd,...Nb]),sr=It({},[...bd,..._b]),ft=function(I){let ee=M(I);(!ee||!ee.tagName)&&(ee={namespaceURI:Mt,tagName:"template"});let Se=Ri(I.tagName),nt=Ri(ee.tagName);return G[I.namespaceURI]?I.namespaceURI===gt?ee.namespaceURI===at?Se==="svg":ee.namespaceURI===Je?Se==="svg"&&(nt==="annotation-xml"||st[nt]):!!Et[Se]:I.namespaceURI===Je?ee.namespaceURI===at?Se==="math":ee.namespaceURI===gt?Se==="math"&&_t[nt]:!!sr[Se]:I.namespaceURI===at?ee.namespaceURI===gt&&!_t[nt]||ee.namespaceURI===Je&&!st[nt]?!1:!sr[Se]&&(de[Se]||!Et[Se]):!!(ye==="application/xhtml+xml"&&G[I.namespaceURI]):!1},dr=function(I){Ss(e.removed,{element:I});try{M(I).removeChild(I)}catch{S(I)}},wr=function(I,ee){try{Ss(e.removed,{attribute:ee.getAttributeNode(I),from:ee})}catch{Ss(e.removed,{attribute:null,from:ee})}if(ee.removeAttribute(I),I==="is")if(J||ze)try{dr(ee)}catch{}else try{ee.setAttribute(I,"")}catch{}},Lr=function(I){let ee=null,Se=null;if(me)I="<remove></remove>"+I;else{let Ft=hd(I,/^[\r\n\t ]+/);Se=Ft&&Ft[0]}ye==="application/xhtml+xml"&&Mt===at&&(I='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+I+"</body></html>");let nt=h?h.createHTML(I):I;if(Mt===at)try{ee=new u().parseFromString(nt,ye)}catch{}if(!ee||!ee.documentElement){ee=y.createDocument(Mt,"template",null);try{ee.documentElement.innerHTML=Xt?w:nt}catch{}}let Qt=ee.body||ee.documentElement;return I&&Se&&Qt.insertBefore(r.createTextNode(Se),Qt.childNodes[0]||null),Mt===at?P.call(ee,rt?"html":"body")[0]:rt?ee.documentElement:Qt},Or=function(I){return E.call(I.ownerDocument||I,I,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},xt=function(I){return I instanceof m&&(typeof I.nodeName!="string"||typeof I.textContent!="string"||typeof I.removeChild!="function"||!(I.attributes instanceof p)||typeof I.removeAttribute!="function"||typeof I.setAttribute!="function"||typeof I.namespaceURI!="string"||typeof I.insertBefore!="function"||typeof I.hasChildNodes!="function")},sn=function(I){return typeof i=="function"&&I instanceof i};function fr(ue,I,ee){Li(ue,Se=>{Se.call(e,I,ee,mr)})}let Un=function(I){let ee=null;if(fr(O.beforeSanitizeElements,I,null),xt(I))return dr(I),!0;let Se=kt(I.nodeName);if(fr(O.uponSanitizeElement,I,{tagName:Se,allowedTags:X}),he&&I.hasChildNodes()&&!sn(I.firstElementChild)&&Jr(/<[/\w!]/g,I.innerHTML)&&Jr(/<[/\w!]/g,I.textContent)||I.nodeType===Es.progressingInstruction||he&&I.nodeType===Es.comment&&Jr(/<[/\w]/g,I.data))return dr(I),!0;if(!(Xe.tagCheck instanceof Function&&Xe.tagCheck(Se))&&(!X[Se]||xe[Se])){if(!xe[Se]&&Zn(Se)&&(oe.tagNameCheck instanceof RegExp&&Jr(oe.tagNameCheck,Se)||oe.tagNameCheck instanceof Function&&oe.tagNameCheck(Se)))return!1;if(Ae&&!Be[Se]){let nt=M(I)||I.parentNode,Qt=T(I)||I.childNodes;if(Qt&&nt){let Ft=Qt.length;for(let tr=Ft-1;tr>=0;--tr){let Pr=C(Qt[tr],!0);Pr.__removalCount=(I.__removalCount||0)+1,nt.insertBefore(Pr,k(I))}}}return dr(I),!0}return I instanceof d&&!ft(I)||(Se==="noscript"||Se==="noembed"||Se==="noframes")&&Jr(/<\/no(script|embed|frames)/i,I.innerHTML)?(dr(I),!0):(Ce&&I.nodeType===Es.text&&(ee=I.textContent,Li([V,ne,be],nt=>{ee=Ts(ee,nt," ")}),I.textContent!==ee&&(Ss(e.removed,{element:I.cloneNode()}),I.textContent=ee)),fr(O.afterSanitizeElements,I,null),!1)},Rr=function(I,ee,Se){if(Me[ee]||ge&&(ee==="id"||ee==="name")&&(Se in r||Se in Ot))return!1;if(!(te&&!Me[ee]&&Jr(Ye,ee))){if(!(ce&&Jr(Ge,ee))){if(!(Xe.attributeCheck instanceof Function&&Xe.attributeCheck(ee,I))){if(!K[ee]||Me[ee]){if(!(Zn(I)&&(oe.tagNameCheck instanceof RegExp&&Jr(oe.tagNameCheck,I)||oe.tagNameCheck instanceof Function&&oe.tagNameCheck(I))&&(oe.attributeNameCheck instanceof RegExp&&Jr(oe.attributeNameCheck,ee)||oe.attributeNameCheck instanceof Function&&oe.attributeNameCheck(ee,I))||ee==="is"&&oe.allowCustomizedBuiltInElements&&(oe.tagNameCheck instanceof RegExp&&Jr(oe.tagNameCheck,Se)||oe.tagNameCheck instanceof Function&&oe.tagNameCheck(Se))))return!1}else if(!He[ee]){if(!Jr(Ne,Ts(Se,Ee,""))){if(!((ee==="src"||ee==="xlink:href"||ee==="href")&&I!=="script"&&Bb(Se,"data:")===0&&_[I])){if(!(le&&!Jr(ve,Ts(Se,Ee,"")))){if(Se)return!1}}}}}}}return!0},Zn=function(I){return I!=="annotation-xml"&&hd(I,Ke)},Pn=function(I){fr(O.beforeSanitizeAttributes,I,null);let{attributes:ee}=I;if(!ee||xt(I))return;let Se={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:K,forceKeepAttr:void 0},nt=ee.length;for(;nt--;){let Qt=ee[nt],{name:Ft,namespaceURI:tr,value:Pr}=Qt,Nr=kt(Ft),wn=Pr,Vt=Ft==="value"?wn:Hb(wn);if(Se.attrName=Nr,Se.attrValue=Vt,Se.keepAttr=!0,Se.forceKeepAttr=void 0,fr(O.uponSanitizeAttribute,I,Se),Vt=Se.attrValue,z&&(Nr==="id"||Nr==="name")&&(wr(Ft,I),Vt=Re+Vt),he&&Jr(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Vt)){wr(Ft,I);continue}if(Nr==="attributename"&&hd(Vt,"href")){wr(Ft,I);continue}if(Se.forceKeepAttr)continue;if(!Se.keepAttr){wr(Ft,I);continue}if(!ut&&Jr(/\/>/i,Vt)){wr(Ft,I);continue}Ce&&Li([V,ne,be],Ir=>{Vt=Ts(Vt,Ir," ")});let $t=kt(I.nodeName);if(!Rr($t,Nr,Vt)){wr(Ft,I);continue}if(h&&typeof f=="object"&&typeof f.getAttributeType=="function"&&!tr)switch(f.getAttributeType($t,Nr)){case"TrustedHTML":{Vt=h.createHTML(Vt);break}case"TrustedScriptURL":{Vt=h.createScriptURL(Vt);break}}if(Vt!==wn)try{tr?I.setAttributeNS(tr,Ft,Vt):I.setAttribute(Ft,Vt),xt(I)?dr(I):Yg(e.removed)}catch{wr(Ft,I)}}fr(O.afterSanitizeAttributes,I,null)},In=function ue(I){let ee=null,Se=Or(I);for(fr(O.beforeSanitizeShadowDOM,I,null);ee=Se.nextNode();)fr(O.uponSanitizeShadowNode,ee,null),Un(ee),Pn(ee),ee.content instanceof s&&ue(ee.content);fr(O.afterSanitizeShadowDOM,I,null)};return e.sanitize=function(ue){let I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ee=null,Se=null,nt=null,Qt=null;if(Xt=!ue,Xt&&(ue="<!-->"),typeof ue!="string"&&!sn(ue))if(typeof ue.toString=="function"){if(ue=ue.toString(),typeof ue!="string")throw Ms("dirty is not a string, aborting")}else throw Ms("toString is not a function");if(!e.isSupported)return ue;if(_e||St(I),e.removed=[],typeof ue=="string"&&(fe=!1),fe){if(ue.nodeName){let Pr=kt(ue.nodeName);if(!X[Pr]||xe[Pr])throw Ms("root node is forbidden and cannot be sanitized in-place")}}else if(ue instanceof i)ee=Lr("<!---->"),Se=ee.ownerDocument.importNode(ue,!0),Se.nodeType===Es.element&&Se.nodeName==="BODY"||Se.nodeName==="HTML"?ee=Se:ee.appendChild(Se);else{if(!J&&!Ce&&!rt&&ue.indexOf("<")===-1)return h&&Z?h.createHTML(ue):ue;if(ee=Lr(ue),!ee)return J?null:Z?w:""}ee&&me&&dr(ee.firstChild);let Ft=Or(fe?ue:ee);for(;nt=Ft.nextNode();)Un(nt),Pn(nt),nt.content instanceof s&&In(nt.content);if(fe)return ue;if(J){if(ze)for(Qt=B.call(ee.ownerDocument);ee.firstChild;)Qt.appendChild(ee.firstChild);else Qt=ee;return(K.shadowroot||K.shadowrootmode)&&(Qt=R.call(n,Qt,!0)),Qt}let tr=rt?ee.outerHTML:ee.innerHTML;return rt&&X["!doctype"]&&ee.ownerDocument&&ee.ownerDocument.doctype&&ee.ownerDocument.doctype.name&&Jr(ih,ee.ownerDocument.doctype.name)&&(tr="<!DOCTYPE "+ee.ownerDocument.doctype.name+`>
|
|
51
|
-
`+
|
|
48
|
+
`}strong(e){return`<strong>${e}</strong>`}em(e){return`<em>${e}</em>`}codespan(e){return`<code>${e}</code>`}br(){return"<br>"}del(e){return`<del>${e}</del>`}link(e,r,n){let o=Hg(e);if(o===null)return n;e=o;let s='<a href="'+e+'"';return r&&(s+=' title="'+r+'"'),s+=">"+n+"</a>",s}image(e,r,n){let o=Hg(e);if(o===null)return n;e=o;let s=`<img src="${e}" alt="${n}"`;return r&&(s+=` title="${r}"`),s+=">",s}text(e){return e}},Ss=class{strong(e){return e}em(e){return e}codespan(e){return e}del(e){return e}html(e){return e}text(e){return e}link(e,r,n){return""+n}image(e,r,n){return""+n}br(){return""}},mo=class t{constructor(e){Ft(this,"options");Ft(this,"renderer");Ft(this,"textRenderer");this.options=e||sa,this.options.renderer=this.options.renderer||new Ra,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Ss}static parse(e,r){return new t(r).parse(e)}static parseInline(e,r){return new t(r).parseInline(e)}parse(e,r=!0){let n="";for(let o=0;o<e.length;o++){let s=e[o];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type]){let a=s,i=this.options.extensions.renderers[a.type].call({parser:this},a);if(i!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(a.type)){n+=i||"";continue}}switch(s.type){case"space":continue;case"hr":{n+=this.renderer.hr();continue}case"heading":{let a=s;n+=this.renderer.heading(this.parseInline(a.tokens),a.depth,sb(this.parseInline(a.tokens,this.textRenderer)));continue}case"code":{let a=s;n+=this.renderer.code(a.text,a.lang,!!a.escaped);continue}case"table":{let a=s,i="",d="";for(let p=0;p<a.header.length;p++)d+=this.renderer.tablecell(this.parseInline(a.header[p].tokens),{header:!0,align:a.align[p]});i+=this.renderer.tablerow(d);let l="";for(let p=0;p<a.rows.length;p++){let u=a.rows[p];d="";for(let f=0;f<u.length;f++)d+=this.renderer.tablecell(this.parseInline(u[f].tokens),{header:!1,align:a.align[f]});l+=this.renderer.tablerow(d)}n+=this.renderer.table(i,l);continue}case"blockquote":{let a=s,i=this.parse(a.tokens);n+=this.renderer.blockquote(i);continue}case"list":{let a=s,i=a.ordered,d=a.start,l=a.loose,p="";for(let u=0;u<a.items.length;u++){let f=a.items[u],m=f.checked,y=f.task,x="";if(f.task){let S=this.renderer.checkbox(!!m);l?f.tokens.length>0&&f.tokens[0].type==="paragraph"?(f.tokens[0].text=S+" "+f.tokens[0].text,f.tokens[0].tokens&&f.tokens[0].tokens.length>0&&f.tokens[0].tokens[0].type==="text"&&(f.tokens[0].tokens[0].text=S+" "+f.tokens[0].tokens[0].text)):f.tokens.unshift({type:"text",text:S+" "}):x+=S+" "}x+=this.parse(f.tokens,l),p+=this.renderer.listitem(x,y,!!m)}n+=this.renderer.list(p,i,d);continue}case"html":{let a=s;n+=this.renderer.html(a.text,a.block);continue}case"paragraph":{let a=s;n+=this.renderer.paragraph(this.parseInline(a.tokens));continue}case"text":{let a=s,i=a.tokens?this.parseInline(a.tokens):a.text;for(;o+1<e.length&&e[o+1].type==="text";)a=e[++o],i+=`
|
|
49
|
+
`+(a.tokens?this.parseInline(a.tokens):a.text);n+=r?this.renderer.paragraph(i):i;continue}default:{let a='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return n}parseInline(e,r){r=r||this.renderer;let n="";for(let o=0;o<e.length;o++){let s=e[o];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type]){let a=this.options.extensions.renderers[s.type].call({parser:this},s);if(a!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(s.type)){n+=a||"";continue}}switch(s.type){case"escape":{let a=s;n+=r.text(a.text);break}case"html":{let a=s;n+=r.html(a.text);break}case"link":{let a=s;n+=r.link(a.href,a.title,this.parseInline(a.tokens,r));break}case"image":{let a=s;n+=r.image(a.href,a.title,a.text);break}case"strong":{let a=s;n+=r.strong(this.parseInline(a.tokens,r));break}case"em":{let a=s;n+=r.em(this.parseInline(a.tokens,r));break}case"codespan":{let a=s;n+=r.codespan(a.text);break}case"br":{n+=r.br();break}case"del":{let a=s;n+=r.del(this.parseInline(a.tokens,r));break}case"text":{let a=s;n+=r.text(a.text);break}default:{let a='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(a),"";throw new Error(a)}}}return n}},na=class{constructor(e){Ft(this,"options");this.options=e||sa}preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}};Ft(na,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var aa,cd,Xg,Ts=class{constructor(...e){Wg(this,aa);Ft(this,"defaults",pd());Ft(this,"options",this.setOptions);Ft(this,"parse",Si(this,aa,cd).call(this,fo.lex,mo.parse));Ft(this,"parseInline",Si(this,aa,cd).call(this,fo.lexInline,mo.parseInline));Ft(this,"Parser",mo);Ft(this,"Renderer",Ra);Ft(this,"TextRenderer",Ss);Ft(this,"Lexer",fo);Ft(this,"Tokenizer",Ia);Ft(this,"Hooks",na);this.use(...e)}walkTokens(e,r){var o,s;let n=[];for(let a of e)switch(n=n.concat(r.call(this,a)),a.type){case"table":{let i=a;for(let d of i.header)n=n.concat(this.walkTokens(d.tokens,r));for(let d of i.rows)for(let l of d)n=n.concat(this.walkTokens(l.tokens,r));break}case"list":{let i=a;n=n.concat(this.walkTokens(i.items,r));break}default:{let i=a;(s=(o=this.defaults.extensions)==null?void 0:o.childTokens)!=null&&s[i.type]?this.defaults.extensions.childTokens[i.type].forEach(d=>{let l=i[d].flat(1/0);n=n.concat(this.walkTokens(l,r))}):i.tokens&&(n=n.concat(this.walkTokens(i.tokens,r)))}}return n}use(...e){let r=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(n=>{let o={...n};if(o.async=this.defaults.async||o.async||!1,n.extensions&&(n.extensions.forEach(s=>{if(!s.name)throw new Error("extension name required");if("renderer"in s){let a=r.renderers[s.name];a?r.renderers[s.name]=function(...i){let d=s.renderer.apply(this,i);return d===!1&&(d=a.apply(this,i)),d}:r.renderers[s.name]=s.renderer}if("tokenizer"in s){if(!s.level||s.level!=="block"&&s.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let a=r[s.level];a?a.unshift(s.tokenizer):r[s.level]=[s.tokenizer],s.start&&(s.level==="block"?r.startBlock?r.startBlock.push(s.start):r.startBlock=[s.start]:s.level==="inline"&&(r.startInline?r.startInline.push(s.start):r.startInline=[s.start]))}"childTokens"in s&&s.childTokens&&(r.childTokens[s.name]=s.childTokens)}),o.extensions=r),n.renderer){let s=this.defaults.renderer||new Ra(this.defaults);for(let a in n.renderer){if(!(a in s))throw new Error(`renderer '${a}' does not exist`);if(a==="options")continue;let i=a,d=n.renderer[i],l=s[i];s[i]=(...p)=>{let u=d.apply(s,p);return u===!1&&(u=l.apply(s,p)),u||""}}o.renderer=s}if(n.tokenizer){let s=this.defaults.tokenizer||new Ia(this.defaults);for(let a in n.tokenizer){if(!(a in s))throw new Error(`tokenizer '${a}' does not exist`);if(["options","rules","lexer"].includes(a))continue;let i=a,d=n.tokenizer[i],l=s[i];s[i]=(...p)=>{let u=d.apply(s,p);return u===!1&&(u=l.apply(s,p)),u}}o.tokenizer=s}if(n.hooks){let s=this.defaults.hooks||new na;for(let a in n.hooks){if(!(a in s))throw new Error(`hook '${a}' does not exist`);if(a==="options")continue;let i=a,d=n.hooks[i],l=s[i];na.passThroughHooks.has(a)?s[i]=p=>{if(this.defaults.async)return Promise.resolve(d.call(s,p)).then(f=>l.call(s,f));let u=d.call(s,p);return l.call(s,u)}:s[i]=(...p)=>{let u=d.apply(s,p);return u===!1&&(u=l.apply(s,p)),u}}o.hooks=s}if(n.walkTokens){let s=this.defaults.walkTokens,a=n.walkTokens;o.walkTokens=function(i){let d=[];return d.push(a.call(this,i)),s&&(d=d.concat(s.call(this,i))),d}}this.defaults={...this.defaults,...o}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,r){return fo.lex(e,r!=null?r:this.defaults)}parser(e,r){return mo.parse(e,r!=null?r:this.defaults)}};aa=new WeakSet,cd=function(e,r){return(n,o)=>{let s={...o},a={...this.defaults,...s};this.defaults.async===!0&&s.async===!1&&(a.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),a.async=!0);let i=Si(this,aa,Xg).call(this,!!a.silent,!!a.async);if(typeof n=="undefined"||n===null)return i(new Error("marked(): input parameter is undefined or null"));if(typeof n!="string")return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));if(a.hooks&&(a.hooks.options=a),a.async)return Promise.resolve(a.hooks?a.hooks.preprocess(n):n).then(d=>e(d,a)).then(d=>a.hooks?a.hooks.processAllTokens(d):d).then(d=>a.walkTokens?Promise.all(this.walkTokens(d,a.walkTokens)).then(()=>d):d).then(d=>r(d,a)).then(d=>a.hooks?a.hooks.postprocess(d):d).catch(i);try{a.hooks&&(n=a.hooks.preprocess(n));let d=e(n,a);a.hooks&&(d=a.hooks.processAllTokens(d)),a.walkTokens&&this.walkTokens(d,a.walkTokens);let l=r(d,a);return a.hooks&&(l=a.hooks.postprocess(l)),l}catch(d){return i(d)}}},Xg=function(e,r){return n=>{if(n.message+=`
|
|
50
|
+
Please report this to https://github.com/markedjs/marked.`,e){let o="<p>An error occurred:</p><pre>"+xn(n.message+"",!0)+"</pre>";return r?Promise.resolve(o):o}if(r)return Promise.reject(n);throw n}};var oa=new Ts;function sr(t,e){return oa.parse(t,e)}sr.options=sr.setOptions=function(t){return oa.setOptions(t),sr.defaults=oa.defaults,_g(sr.defaults),sr};sr.getDefaults=pd;sr.defaults=sa;sr.use=function(...t){return oa.use(...t),sr.defaults=oa.defaults,_g(sr.defaults),sr};sr.walkTokens=function(t,e){return oa.walkTokens(t,e)};sr.parseInline=oa.parseInline;sr.Parser=mo;sr.parser=mo.parse;sr.Renderer=Ra;sr.TextRenderer=Ss;sr.Lexer=fo;sr.lexer=fo.lex;sr.Tokenizer=Ia;sr.Hooks=na;sr.parse=sr;var xA=sr.options,yA=sr.setOptions,bA=sr.use,wA=sr.walkTokens,vA=sr.parseInline;var CA=mo.parse,AA=fo.lex;var Db=t=>{if(t)return t},Es=t=>{var o,s;let e=t==null?void 0:t.markedOptions,r=new Ts({gfm:(o=e==null?void 0:e.gfm)!=null?o:!0,breaks:(s=e==null?void 0:e.breaks)!=null?s:!0,pedantic:e==null?void 0:e.pedantic,silent:e==null?void 0:e.silent}),n=Db(t==null?void 0:t.renderer);return n&&r.use({renderer:n}),a=>r.parse(a)},ia=t=>t?Es({markedOptions:t.options,renderer:t.renderer}):Es(),Ob=Es(),xd=t=>Ob(t),la=t=>t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"),Qg=t=>t.replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"),Jg=t=>`%%FORM_PLACEHOLDER_${t}%%`,Yg=(t,e)=>{let r=t;return r=r.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(n,o)=>{try{let s=JSON.parse(o.trim());if(s&&typeof s=="object"&&s.component==="form"&&s.type){let a=Jg(e.length);return e.push({token:a,type:String(s.type)}),a}}catch{return n}return n}),r=r.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(n,o)=>{let s=Jg(e.length);return e.push({token:s,type:o}),s}),r},Zg=t=>{let e=ia(t);return r=>{let n=[],o=Yg(r,n),s=e(o);return n.forEach(({token:a,type:i})=>{let d=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="persona-form-directive" data-tv-form="${Qg(i)}"></div>`;s=s.replace(d,p)}),s}},eh=t=>{let e=[],r=Yg(t,e),n=xd(r);return e.forEach(({token:o,type:s})=>{let a=new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),d=`<div class="persona-form-directive" data-tv-form="${Qg(s)}"></div>`;n=n.replace(a,d)}),n};var{entries:dh,setPrototypeOf:th,isFrozen:Nb,getPrototypeOf:_b,getOwnPropertyDescriptor:Fb}=Object,{freeze:Zr,seal:Rn,create:Ii}=Object,{apply:Sd,construct:Td}=typeof Reflect!="undefined"&&Reflect;Zr||(Zr=function(e){return e});Rn||(Rn=function(e){return e});Sd||(Sd=function(e,r){for(var n=arguments.length,o=new Array(n>2?n-2:0),s=2;s<n;s++)o[s-2]=arguments[s];return e.apply(r,o)});Td||(Td=function(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return new e(...n)});var Li=en(Array.prototype.forEach),$b=en(Array.prototype.lastIndexOf),rh=en(Array.prototype.pop),Ls=en(Array.prototype.push),Ub=en(Array.prototype.splice),Ri=en(String.prototype.toLowerCase),yd=en(String.prototype.toString),bd=en(String.prototype.match),Ps=en(String.prototype.replace),qb=en(String.prototype.indexOf),zb=en(String.prototype.trim),yn=en(Object.prototype.hasOwnProperty),Yr=en(RegExp.prototype.test),Is=Vb(TypeError);function en(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return Sd(t,e,n)}}function Vb(t){return function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return Td(t,r)}}function Dt(t,e){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Ri;th&&th(t,null);let n=e.length;for(;n--;){let o=e[n];if(typeof o=="string"){let s=r(o);s!==o&&(Nb(e)||(e[n]=s),o=s)}t[o]=!0}return t}function jb(t){for(let e=0;e<t.length;e++)yn(t,e)||(t[e]=null);return t}function Zn(t){let e=Ii(null);for(let[r,n]of dh(t))yn(t,r)&&(Array.isArray(n)?e[r]=jb(n):n&&typeof n=="object"&&n.constructor===Object?e[r]=Zn(n):e[r]=n);return e}function Rs(t,e){for(;t!==null;){let n=Fb(t,e);if(n){if(n.get)return en(n.get);if(typeof n.value=="function")return en(n.value)}t=_b(t)}function r(){return null}return r}var nh=Zr(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),wd=Zr(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),vd=Zr(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Gb=Zr(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Cd=Zr(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Kb=Zr(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),oh=Zr(["#text"]),ah=Zr(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Ad=Zr(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),sh=Zr(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Pi=Zr(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Xb=Rn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Jb=Rn(/<%[\w\W]*|[\w\W]*%>/gm),Qb=Rn(/\$\{[\w\W]*/gm),Yb=Rn(/^data-[\-\w.\u00B7-\uFFFF]+$/),Zb=Rn(/^aria-[\-\w]+$/),ch=Rn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),e0=Rn(/^(?:\w+script|data):/i),t0=Rn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ph=Rn(/^html$/i),r0=Rn(/^[a-z][.\w]*(-[.\w]+)+$/i),ih=Object.freeze({__proto__:null,ARIA_ATTR:Zb,ATTR_WHITESPACE:t0,CUSTOM_ELEMENT:r0,DATA_ATTR:Yb,DOCTYPE_NAME:ph,ERB_EXPR:Jb,IS_ALLOWED_URI:ch,IS_SCRIPT_OR_DATA:e0,MUSTACHE_EXPR:Xb,TMPLIT_EXPR:Qb}),Ws={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},n0=function(){return typeof window=="undefined"?null:window},o0=function(e,r){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null,o="data-tt-policy-suffix";r&&r.hasAttribute(o)&&(n=r.getAttribute(o));let s="dompurify"+(n?"#"+n:"");try{return e.createPolicy(s,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+s+" could not be created."),null}},lh=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function uh(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:n0(),e=fe=>uh(fe);if(e.version="3.3.3",e.removed=[],!t||!t.document||t.document.nodeType!==Ws.document||!t.Element)return e.isSupported=!1,e;let{document:r}=t,n=r,o=n.currentScript,{DocumentFragment:s,HTMLTemplateElement:a,Node:i,Element:d,NodeFilter:l,NamedNodeMap:p=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:u,DOMParser:f,trustedTypes:m}=t,y=d.prototype,x=Rs(y,"cloneNode"),S=Rs(y,"remove"),M=Rs(y,"nextSibling"),k=Rs(y,"childNodes"),T=Rs(y,"parentNode");if(typeof a=="function"){let fe=r.createElement("template");fe.content&&fe.content.ownerDocument&&(r=fe.content.ownerDocument)}let h,C="",{implementation:w,createNodeIterator:E,createDocumentFragment:W,getElementsByTagName:P}=r,{importNode:R}=n,N=lh();e.isSupported=typeof dh=="function"&&typeof T=="function"&&w&&w.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:j,ERB_EXPR:oe,TMPLIT_EXPR:ve,DATA_ATTR:nt,ARIA_ATTR:Te,IS_SCRIPT_OR_DATA:$e,ATTR_WHITESPACE:Se,CUSTOM_ELEMENT:Xe}=ih,{IS_ALLOWED_URI:He}=ih,V=null,be=Dt({},[...nh,...wd,...vd,...Cd,...oh]),G=null,Ae=Dt({},[...ah,...Ad,...sh,...Pi]),J=Object.seal(Ii(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ie=null,Me=null,Ge=Object.seal(Ii(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),ce=!0,re=!0,le=!1,gt=!0,ke=!1,ye=!0,tt=!1,Ue=!1,he=!1,Q=!1,Ve=!1,ee=!1,xe=!0,z=!1,De="user-content-",Le=!0,ge=!1,ue={},Oe=null,Z=Dt({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),O=null,Ie=Dt({},["audio","video","img","source","image","track"]),Ne=null,je=Dt({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ke="http://www.w3.org/1998/Math/MathML",xt="http://www.w3.org/2000/svg",st="http://www.w3.org/1999/xhtml",Pt=st,Zt=!1,X=null,er=Dt({},[Ke,xt,st],yd),it=Dt({},["mi","mo","mn","ms","mtext"]),Vt=Dt({},["annotation-xml"]),de=Dt({},["title","style","font","a","script"]),we=null,Ot=["application/xhtml+xml","text/html"],lr="text/html",It=null,hr=null,Ut=r.createElement("form"),Nt=function(I){return I instanceof RegExp||I instanceof Function},Mt=function(){let I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(hr&&hr===I)){if((!I||typeof I!="object")&&(I={}),I=Zn(I),we=Ot.indexOf(I.PARSER_MEDIA_TYPE)===-1?lr:I.PARSER_MEDIA_TYPE,It=we==="application/xhtml+xml"?yd:Ri,V=yn(I,"ALLOWED_TAGS")?Dt({},I.ALLOWED_TAGS,It):be,G=yn(I,"ALLOWED_ATTR")?Dt({},I.ALLOWED_ATTR,It):Ae,X=yn(I,"ALLOWED_NAMESPACES")?Dt({},I.ALLOWED_NAMESPACES,yd):er,Ne=yn(I,"ADD_URI_SAFE_ATTR")?Dt(Zn(je),I.ADD_URI_SAFE_ATTR,It):je,O=yn(I,"ADD_DATA_URI_TAGS")?Dt(Zn(Ie),I.ADD_DATA_URI_TAGS,It):Ie,Oe=yn(I,"FORBID_CONTENTS")?Dt({},I.FORBID_CONTENTS,It):Z,ie=yn(I,"FORBID_TAGS")?Dt({},I.FORBID_TAGS,It):Zn({}),Me=yn(I,"FORBID_ATTR")?Dt({},I.FORBID_ATTR,It):Zn({}),ue=yn(I,"USE_PROFILES")?I.USE_PROFILES:!1,ce=I.ALLOW_ARIA_ATTR!==!1,re=I.ALLOW_DATA_ATTR!==!1,le=I.ALLOW_UNKNOWN_PROTOCOLS||!1,gt=I.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ke=I.SAFE_FOR_TEMPLATES||!1,ye=I.SAFE_FOR_XML!==!1,tt=I.WHOLE_DOCUMENT||!1,Q=I.RETURN_DOM||!1,Ve=I.RETURN_DOM_FRAGMENT||!1,ee=I.RETURN_TRUSTED_TYPE||!1,he=I.FORCE_BODY||!1,xe=I.SANITIZE_DOM!==!1,z=I.SANITIZE_NAMED_PROPS||!1,Le=I.KEEP_CONTENT!==!1,ge=I.IN_PLACE||!1,He=I.ALLOWED_URI_REGEXP||ch,Pt=I.NAMESPACE||st,it=I.MATHML_TEXT_INTEGRATION_POINTS||it,Vt=I.HTML_INTEGRATION_POINTS||Vt,J=I.CUSTOM_ELEMENT_HANDLING||{},I.CUSTOM_ELEMENT_HANDLING&&Nt(I.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(J.tagNameCheck=I.CUSTOM_ELEMENT_HANDLING.tagNameCheck),I.CUSTOM_ELEMENT_HANDLING&&Nt(I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(J.attributeNameCheck=I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),I.CUSTOM_ELEMENT_HANDLING&&typeof I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(J.allowCustomizedBuiltInElements=I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ke&&(re=!1),Ve&&(Q=!0),ue&&(V=Dt({},oh),G=Ii(null),ue.html===!0&&(Dt(V,nh),Dt(G,ah)),ue.svg===!0&&(Dt(V,wd),Dt(G,Ad),Dt(G,Pi)),ue.svgFilters===!0&&(Dt(V,vd),Dt(G,Ad),Dt(G,Pi)),ue.mathMl===!0&&(Dt(V,Cd),Dt(G,sh),Dt(G,Pi))),yn(I,"ADD_TAGS")||(Ge.tagCheck=null),yn(I,"ADD_ATTR")||(Ge.attributeCheck=null),I.ADD_TAGS&&(typeof I.ADD_TAGS=="function"?Ge.tagCheck=I.ADD_TAGS:(V===be&&(V=Zn(V)),Dt(V,I.ADD_TAGS,It))),I.ADD_ATTR&&(typeof I.ADD_ATTR=="function"?Ge.attributeCheck=I.ADD_ATTR:(G===Ae&&(G=Zn(G)),Dt(G,I.ADD_ATTR,It))),I.ADD_URI_SAFE_ATTR&&Dt(Ne,I.ADD_URI_SAFE_ATTR,It),I.FORBID_CONTENTS&&(Oe===Z&&(Oe=Zn(Oe)),Dt(Oe,I.FORBID_CONTENTS,It)),I.ADD_FORBID_CONTENTS&&(Oe===Z&&(Oe=Zn(Oe)),Dt(Oe,I.ADD_FORBID_CONTENTS,It)),Le&&(V["#text"]=!0),tt&&Dt(V,["html","head","body"]),V.table&&(Dt(V,["tbody"]),delete ie.tbody),I.TRUSTED_TYPES_POLICY){if(typeof I.TRUSTED_TYPES_POLICY.createHTML!="function")throw Is('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof I.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Is('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');h=I.TRUSTED_TYPES_POLICY,C=h.createHTML("")}else h===void 0&&(h=o0(m,o)),h!==null&&typeof C=="string"&&(C=h.createHTML(""));Zr&&Zr(I),hr=I}},Rt=Dt({},[...wd,...vd,...Gb]),dr=Dt({},[...Cd,...Kb]),ht=function(I){let te=T(I);(!te||!te.tagName)&&(te={namespaceURI:Pt,tagName:"template"});let Pe=Ri(I.tagName),Ze=Ri(te.tagName);return X[I.namespaceURI]?I.namespaceURI===xt?te.namespaceURI===st?Pe==="svg":te.namespaceURI===Ke?Pe==="svg"&&(Ze==="annotation-xml"||it[Ze]):!!Rt[Pe]:I.namespaceURI===Ke?te.namespaceURI===st?Pe==="math":te.namespaceURI===xt?Pe==="math"&&Vt[Ze]:!!dr[Pe]:I.namespaceURI===st?te.namespaceURI===xt&&!Vt[Ze]||te.namespaceURI===Ke&&!it[Ze]?!1:!dr[Pe]&&(de[Pe]||!Rt[Pe]):!!(we==="application/xhtml+xml"&&X[I.namespaceURI]):!1},ur=function(I){Ls(e.removed,{element:I});try{T(I).removeChild(I)}catch{S(I)}},Cr=function(I,te){try{Ls(e.removed,{attribute:te.getAttributeNode(I),from:te})}catch{Ls(e.removed,{attribute:null,from:te})}if(te.removeAttribute(I),I==="is")if(Q||Ve)try{ur(te)}catch{}else try{te.setAttribute(I,"")}catch{}},Br=function(I){let te=null,Pe=null;if(he)I="<remove></remove>"+I;else{let jt=bd(I,/^[\r\n\t ]+/);Pe=jt&&jt[0]}we==="application/xhtml+xml"&&Pt===st&&(I='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+I+"</body></html>");let Ze=h?h.createHTML(I):I;if(Pt===st)try{te=new f().parseFromString(Ze,we)}catch{}if(!te||!te.documentElement){te=w.createDocument(Pt,"template",null);try{te.documentElement.innerHTML=Zt?C:Ze}catch{}}let tr=te.body||te.documentElement;return I&&Pe&&tr.insertBefore(r.createTextNode(Pe),tr.childNodes[0]||null),Pt===st?P.call(te,tt?"html":"body")[0]:tt?te.documentElement:tr},Ur=function(I){return E.call(I.ownerDocument||I,I,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},bt=function(I){return I instanceof u&&(typeof I.nodeName!="string"||typeof I.textContent!="string"||typeof I.removeChild!="function"||!(I.attributes instanceof p)||typeof I.removeAttribute!="function"||typeof I.setAttribute!="function"||typeof I.namespaceURI!="string"||typeof I.insertBefore!="function"||typeof I.hasChildNodes!="function")},sn=function(I){return typeof i=="function"&&I instanceof i};function gr(fe,I,te){Li(fe,Pe=>{Pe.call(e,I,te,hr)})}let Kn=function(I){let te=null;if(gr(N.beforeSanitizeElements,I,null),bt(I))return ur(I),!0;let Pe=It(I.nodeName);if(gr(N.uponSanitizeElement,I,{tagName:Pe,allowedTags:V}),ye&&I.hasChildNodes()&&!sn(I.firstElementChild)&&Yr(/<[/\w!]/g,I.innerHTML)&&Yr(/<[/\w!]/g,I.textContent)||I.nodeType===Ws.progressingInstruction||ye&&I.nodeType===Ws.comment&&Yr(/<[/\w]/g,I.data))return ur(I),!0;if(!(Ge.tagCheck instanceof Function&&Ge.tagCheck(Pe))&&(!V[Pe]||ie[Pe])){if(!ie[Pe]&&oo(Pe)&&(J.tagNameCheck instanceof RegExp&&Yr(J.tagNameCheck,Pe)||J.tagNameCheck instanceof Function&&J.tagNameCheck(Pe)))return!1;if(Le&&!Oe[Pe]){let Ze=T(I)||I.parentNode,tr=k(I)||I.childNodes;if(tr&&Ze){let jt=tr.length;for(let or=jt-1;or>=0;--or){let Hr=x(tr[or],!0);Hr.__removalCount=(I.__removalCount||0)+1,Ze.insertBefore(Hr,M(I))}}}return ur(I),!0}return I instanceof d&&!ht(I)||(Pe==="noscript"||Pe==="noembed"||Pe==="noframes")&&Yr(/<\/no(script|embed|frames)/i,I.innerHTML)?(ur(I),!0):(ke&&I.nodeType===Ws.text&&(te=I.textContent,Li([j,oe,ve],Ze=>{te=Ps(te,Ze," ")}),I.textContent!==te&&(Ls(e.removed,{element:I.cloneNode()}),I.textContent=te)),gr(N.afterSanitizeElements,I,null),!1)},Nr=function(I,te,Pe){if(Me[te]||xe&&(te==="id"||te==="name")&&(Pe in r||Pe in Ut))return!1;if(!(re&&!Me[te]&&Yr(nt,te))){if(!(ce&&Yr(Te,te))){if(!(Ge.attributeCheck instanceof Function&&Ge.attributeCheck(te,I))){if(!G[te]||Me[te]){if(!(oo(I)&&(J.tagNameCheck instanceof RegExp&&Yr(J.tagNameCheck,I)||J.tagNameCheck instanceof Function&&J.tagNameCheck(I))&&(J.attributeNameCheck instanceof RegExp&&Yr(J.attributeNameCheck,te)||J.attributeNameCheck instanceof Function&&J.attributeNameCheck(te,I))||te==="is"&&J.allowCustomizedBuiltInElements&&(J.tagNameCheck instanceof RegExp&&Yr(J.tagNameCheck,Pe)||J.tagNameCheck instanceof Function&&J.tagNameCheck(Pe))))return!1}else if(!Ne[te]){if(!Yr(He,Ps(Pe,Se,""))){if(!((te==="src"||te==="xlink:href"||te==="href")&&I!=="script"&&qb(Pe,"data:")===0&&O[I])){if(!(le&&!Yr($e,Ps(Pe,Se,"")))){if(Pe)return!1}}}}}}}return!0},oo=function(I){return I!=="annotation-xml"&&bd(I,Xe)},Dn=function(I){gr(N.beforeSanitizeAttributes,I,null);let{attributes:te}=I;if(!te||bt(I))return;let Pe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:G,forceKeepAttr:void 0},Ze=te.length;for(;Ze--;){let tr=te[Ze],{name:jt,namespaceURI:or,value:Hr}=tr,qr=It(jt),Cn=Hr,Jt=jt==="value"?Cn:zb(Cn);if(Pe.attrName=qr,Pe.attrValue=Jt,Pe.keepAttr=!0,Pe.forceKeepAttr=void 0,gr(N.uponSanitizeAttribute,I,Pe),Jt=Pe.attrValue,z&&(qr==="id"||qr==="name")&&(Cr(jt,I),Jt=De+Jt),ye&&Yr(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Jt)){Cr(jt,I);continue}if(qr==="attributename"&&bd(Jt,"href")){Cr(jt,I);continue}if(Pe.forceKeepAttr)continue;if(!Pe.keepAttr){Cr(jt,I);continue}if(!gt&&Yr(/\/>/i,Jt)){Cr(jt,I);continue}ke&&Li([j,oe,ve],Dr=>{Jt=Ps(Jt,Dr," ")});let Gt=It(I.nodeName);if(!Nr(Gt,qr,Jt)){Cr(jt,I);continue}if(h&&typeof m=="object"&&typeof m.getAttributeType=="function"&&!or)switch(m.getAttributeType(Gt,qr)){case"TrustedHTML":{Jt=h.createHTML(Jt);break}case"TrustedScriptURL":{Jt=h.createScriptURL(Jt);break}}if(Jt!==Cn)try{or?I.setAttributeNS(or,jt,Jt):I.setAttribute(jt,Jt),bt(I)?ur(I):rh(e.removed)}catch{Cr(jt,I)}}gr(N.afterSanitizeAttributes,I,null)},On=function fe(I){let te=null,Pe=Ur(I);for(gr(N.beforeSanitizeShadowDOM,I,null);te=Pe.nextNode();)gr(N.uponSanitizeShadowNode,te,null),Kn(te),Dn(te),te.content instanceof s&&fe(te.content);gr(N.afterSanitizeShadowDOM,I,null)};return e.sanitize=function(fe){let I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},te=null,Pe=null,Ze=null,tr=null;if(Zt=!fe,Zt&&(fe="<!-->"),typeof fe!="string"&&!sn(fe))if(typeof fe.toString=="function"){if(fe=fe.toString(),typeof fe!="string")throw Is("dirty is not a string, aborting")}else throw Is("toString is not a function");if(!e.isSupported)return fe;if(Ue||Mt(I),e.removed=[],typeof fe=="string"&&(ge=!1),ge){if(fe.nodeName){let Hr=It(fe.nodeName);if(!V[Hr]||ie[Hr])throw Is("root node is forbidden and cannot be sanitized in-place")}}else if(fe instanceof i)te=Br("<!---->"),Pe=te.ownerDocument.importNode(fe,!0),Pe.nodeType===Ws.element&&Pe.nodeName==="BODY"||Pe.nodeName==="HTML"?te=Pe:te.appendChild(Pe);else{if(!Q&&!ke&&!tt&&fe.indexOf("<")===-1)return h&&ee?h.createHTML(fe):fe;if(te=Br(fe),!te)return Q?null:ee?C:""}te&&he&&ur(te.firstChild);let jt=Ur(ge?fe:te);for(;Ze=jt.nextNode();)Kn(Ze),Dn(Ze),Ze.content instanceof s&&On(Ze.content);if(ge)return fe;if(Q){if(Ve)for(tr=W.call(te.ownerDocument);te.firstChild;)tr.appendChild(te.firstChild);else tr=te;return(G.shadowroot||G.shadowrootmode)&&(tr=R.call(n,tr,!0)),tr}let or=tt?te.outerHTML:te.innerHTML;return tt&&V["!doctype"]&&te.ownerDocument&&te.ownerDocument.doctype&&te.ownerDocument.doctype.name&&Yr(ph,te.ownerDocument.doctype.name)&&(or="<!DOCTYPE "+te.ownerDocument.doctype.name+`>
|
|
51
|
+
`+or),ke&&Li([j,oe,ve],Hr=>{or=Ps(or,Hr," ")}),h&&ee?h.createHTML(or):or},e.setConfig=function(){let fe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Mt(fe),Ue=!0},e.clearConfig=function(){hr=null,Ue=!1},e.isValidAttribute=function(fe,I,te){hr||Mt({});let Pe=It(fe),Ze=It(I);return Nr(Pe,Ze,te)},e.addHook=function(fe,I){typeof I=="function"&&Ls(N[fe],I)},e.removeHook=function(fe,I){if(I!==void 0){let te=$b(N[fe],I);return te===-1?void 0:Ub(N[fe],te,1)[0]}return rh(N[fe])},e.removeHooks=function(fe){N[fe]=[]},e.removeAllHooks=function(){N=lh()},e}var fh=uh();var a0={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"]},s0=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,Md=()=>{let t=fh(typeof window!="undefined"?window:void 0);return t.addHook("uponSanitizeAttribute",(e,r)=>{if(r.attrName==="src"||r.attrName==="href"){let n=r.attrValue;n.toLowerCase().startsWith("data:")&&!s0.test(n)&&(r.attrValue="",r.keepAttr=!1)}}),e=>t.sanitize(e,a0)},Wa=t=>t===!1?null:typeof t=="function"?t:Md();var ho="webmcp:",Bd=new Map,Wh=t=>{var e;Bd.clear();for(let r of t){let n=(e=r.title)==null?void 0:e.trim();n&&Bd.set(r.name,n)}},Hd=t=>Bd.get($i(t)),Fi={warn(t,...e){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(`[Persona/WebMCP] ${t}`,...e)}};function Hh(t){if(t.length===0)return"0:empty";let e=t.map(r=>{var n,o;return[r.name,(n=r.description)!=null?n:"",r.parametersSchema?JSON.stringify(r.parametersSchema):"",(o=r.origin)!=null?o:"",r.annotations?JSON.stringify(r.annotations):""].join("")}).sort();return`${t.length}:${aw(e.join(""))}`}function Bh(t,e){let r=3735928559^e,n=1103547991^e;for(let o=0;o<t.length;o++){let s=t.charCodeAt(o);r=Math.imul(r^s,2654435761),n=Math.imul(n^s,1597334677)}return r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(n^n>>>13,3266489909),n=Math.imul(n^n>>>16,2246822507),n^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&n)+(r>>>0)}function aw(t){let e=Bh(t,0).toString(36),r=Bh(t,2654435761).toString(36);return`${e}.${r}`}var Da=class{constructor(e){this.config=e;this.installed=!1;this.readyPromise=null;this.incompatibleContextWarned=!1;var r;this.confirmHandler=(r=e.onConfirm)!=null?r:null,this.timeoutMs=3e4}setConfirmHandler(e){this.confirmHandler=e}isOperational(){return this.config.enabled!==!0||!this.installed?!1:this.getModelContext()!==null}async snapshotForDispatch(){if(await this.ensureReady(),this.config.enabled!==!0)return[];let e=this.getModelContext();if(!e)return[];let r;try{r=await e.getTools()}catch(o){return Fi.warn("getTools() threw \u2014 shipping an empty WebMCP snapshot.",o),[]}Wh(r);let n=typeof location!="undefined"?location.origin:"";return r.filter(o=>this.passesClientAllowlist(o.name)).map(o=>{let s={name:o.name,description:o.description,origin:"webmcp",...n?{pageOrigin:n}:{}},a=iw(o.inputSchema);return a&&(s.parametersSchema=a),s})}async executeToolCall(e,r,n){if(await this.ensureReady(),this.config.enabled!==!0)return jn("WebMCP is not enabled on this widget.");let o=this.getModelContext();if(!o){let y=typeof document!="undefined"&&!!document.modelContext;return jn(y?"WebMCP is not operational: document.modelContext is present but does not expose the strict getTools()/executeTool() surface (likely a different or older WebMCP polyfill).":"WebMCP bridge is not operational on this page (document.modelContext not available).")}let s=$i(e),a;try{a=await o.getTools()}catch(y){let x=y instanceof Error?y.message:String(y);return jn(`Failed to read WebMCP registry: ${x}`)}Wh(a);let i=a.find(y=>y.name===s);if(!i)return jn(`WebMCP tool not registered on this page: ${s}`);if(!this.passesClientAllowlist(s))return jn(`WebMCP tool not allowed by client allowlist: ${s}`);if(n!=null&&n.aborted)return jn("Aborted by cancel()");let d=Hd(s),l={toolName:s,args:r,description:i.description,...d?{title:d}:{},reason:"gate"};if(!await this.requestConfirm(l))return jn("User declined the tool call.");if(n!=null&&n.aborted)return jn("Aborted by cancel()");let p=new AbortController,u=!1,f=setTimeout(()=>{u=!0,p.abort()},this.timeoutMs),m=()=>p.abort();n&&(n.aborted?p.abort():n.addEventListener("abort",m,{once:!0}));try{let y=await o.executeTool(i,pw(r),{signal:p.signal});return lw(y)}catch(y){if(u)return jn(`WebMCP tool '${s}' timed out after ${this.timeoutMs}ms`);if(n!=null&&n.aborted)return jn("Aborted by cancel()");let x=y instanceof Error?y.message:String(y);return jn(x)}finally{clearTimeout(f),n&&n.removeEventListener("abort",m)}}ensureReady(){return this.config.enabled!==!0?Promise.resolve():(this.readyPromise||(this.readyPromise=this.install()),this.readyPromise)}async install(){try{(await Promise.resolve().then(()=>(Rh(),Ih))).initializeWebMCPPolyfill(),this.installed=!0}catch(e){Fi.warn("Failed to load @mcp-b/webmcp-polyfill \u2014 WebMCP consumption disabled.",e),this.installed=!1}}getModelContext(){if(typeof document=="undefined")return null;let e=document.modelContext;if(!e||typeof e!="object")return null;let r=e;return typeof r.getTools!="function"||typeof r.executeTool!="function"?(this.incompatibleContextWarned||(this.incompatibleContextWarned=!0,Fi.warn("document.modelContext is present but does not expose getTools()/executeTool() \u2014 WebMCP consumption is disabled. Another (incompatible or older) WebMCP polyfill likely installed document.modelContext before Persona. Remove it, or use a polyfill implementing the strict standard surface (e.g. @mcp-b/webmcp-polyfill).")),null):e}async requestConfirm(e){var n;let r=(n=this.confirmHandler)!=null?n:dw;try{return await r(e)}catch(o){return Fi.warn(`Confirm handler threw for WebMCP tool '${e.toolName}'; declining.`,o),!1}}passesClientAllowlist(e){let r=this.config.allowlist;return!r||r.length===0?!0:r.some(n=>sw(e,n))}},$i=t=>t.startsWith(ho)?t.slice(ho.length):t,Ho=t=>t.startsWith(ho),sw=(t,e)=>{if(e==="*")return!0;let r=e.replace(/[.+?^${}()|[\]\\]/g,"\\$&");return new RegExp("^"+r.replace(/\*/g,".*")+"$").test(t)},iw=t=>{if(!(t===void 0||t===""))try{let e=JSON.parse(t);return e!==null&&typeof e=="object"?e:void 0}catch{return}},lw=t=>{if(t==null)return{content:[{type:"text",text:""}]};let e;try{e=JSON.parse(t)}catch{return{content:[{type:"text",text:t}]}}return e!==null&&typeof e=="object"&&Array.isArray(e.content)?e:{content:[{type:"text",text:typeof e=="string"?e:uw(e)}]}},jn=t=>({isError:!0,content:[{type:"text",text:t}]}),dw=async t=>{if(typeof window=="undefined"||typeof window.confirm!="function")return!1;let e=cw(t.args),r=`Allow the AI to call ${t.toolName}`+(e?`
|
|
52
52
|
|
|
53
53
|
Arguments:
|
|
54
54
|
${e}`:"")+(t.description?`
|
|
55
55
|
|
|
56
|
-
${t.description}`:"");return window.confirm(r)},
|
|
57
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),
|
|
56
|
+
${t.description}`:"");return window.confirm(r)},cw=t=>{if(t==null)return"";try{let e=JSON.stringify(t,null,2);return e.length>500?e.slice(0,500)+"\u2026":e}catch{return String(t)}},pw=t=>{if(t===void 0)return"{}";try{let e=JSON.stringify(t);return e===void 0?"{}":e}catch{return"{}"}},uw=t=>{if(t===void 0)return"";try{return JSON.stringify(t)}catch{return String(t)}};var xo=ld(zi(),1),Vi=t=>t.replace(/\\n/g,`
|
|
57
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),Oa=t=>{if(t===null)return"null";if(t===void 0)return"";if(typeof t=="string")return t;if(typeof t=="number"||typeof t=="boolean")return String(t);try{return JSON.stringify(t,null,2)}catch{return String(t)}},xw=t=>{var a,i;let e=(a=t.completedAt)!=null?a:Date.now(),r=(i=t.startedAt)!=null?i:e,o=(t.durationMs!==void 0?t.durationMs:Math.max(0,e-r))/1e3;return o<.1?"Thought for <0.1 seconds":`Thought for ${o>=10?Math.round(o).toString():o.toFixed(1).replace(/\.0$/,"")} seconds`},Oh=t=>t.status==="complete"?xw(t):t.status==="pending"?"Waiting":"",yw=t=>{var o,s,a;let r=(typeof t.duration=="number"?t.duration:typeof t.durationMs=="number"?t.durationMs:Math.max(0,((o=t.completedAt)!=null?o:Date.now())-((a=(s=t.startedAt)!=null?s:t.completedAt)!=null?a:Date.now())))/1e3;return r<.1?"Used tool for <0.1 seconds":`Used tool for ${r>=10?Math.round(r).toString():r.toFixed(1).replace(/\.0$/,"")} seconds`};var Nh=t=>t.status==="complete"?yw(t):"Using tool...",ji=t=>{let e=t/1e3;return e<.1?"<0.1s":e>=10?`${Math.round(e)}s`:`${e.toFixed(1).replace(/\.0$/,"")}s`},Hs=t=>{var r,n,o;let e=typeof t.duration=="number"?t.duration:typeof t.durationMs=="number"?t.durationMs:Math.max(0,((r=t.completedAt)!=null?r:Date.now())-((o=(n=t.startedAt)!=null?n:t.completedAt)!=null?o:Date.now()));return ji(e)},Gi=t=>{var r,n,o;let e=t.durationMs!==void 0?t.durationMs:Math.max(0,((r=t.completedAt)!=null?r:Date.now())-((o=(n=t.startedAt)!=null?n:t.completedAt)!=null?o:Date.now()));return ji(e)},Od=(t,e,r)=>{var s;if(!e)return r;let n=((s=t.name)==null?void 0:s.trim())||"tool",o=Hs(t);return e.replace(/\{toolName\}/g,n).replace(/\{duration\}/g,o)},Ki=(t,e)=>{let r=t.replace(/\{toolName\}/g,e),n=[],o=/\*\*(.+?)\*\*|\*(.+?)\*|~(.+?)~/g,s=0,a;for(;(a=o.exec(r))!==null;)a.index>s&&Bs(n,r.slice(s,a.index),[]),a[1]!==void 0?Bs(n,a[1],["bold"]):a[2]!==void 0?Bs(n,a[2],["italic"]):a[3]!==void 0&&Bs(n,a[3],["dim"]),s=a.index+a[0].length;return s<r.length&&Bs(n,r.slice(s),[]),n},Bs=(t,e,r)=>{let n=e.split("{duration}");for(let o=0;o<n.length;o++)n[o]&&t.push({text:n[o],styles:r}),o<n.length-1&&t.push({text:"{duration}",styles:r,isDuration:!0})},bw=()=>{let t=null,e=0,r=n=>{let o=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,s=n.match(o);if(s&&s[1])try{return s[1].replace(/\\n/g,`
|
|
58
58
|
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return s[1]}let a=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,i=n.match(a);if(i&&i[1])try{return i[1].replace(/\\n/g,`
|
|
59
|
-
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>t,processChunk:async n=>{if(n.length<=e)return t!==null?{text:t,raw:n}:null;let o=n.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;let s=r(n);return s!==null&&(t=s),e=n.length,t!==null?{text:t,raw:n}:null},close:async()=>{}}},aa=t=>{try{let e=JSON.parse(t);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},Ki=()=>{let t={processChunk:e=>null,getExtractedText:()=>null};return t.__isPlainTextParser=!0,t},Xi=()=>{var e;let t=cw();return{processChunk:async r=>{let n=r.trim();return!n.startsWith("{")&&!n.startsWith("[")?null:t.processChunk(r)},getExtractedText:t.getExtractedText.bind(t),close:(e=t.close)==null?void 0:e.bind(t)}},Ji=()=>{let t=null,e=0;return{getExtractedText:()=>t,processChunk:r=>{let n=r.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(r.length<=e)return t!==null||t===""?{text:t||"",raw:r}:null;try{let o=(0,fo.parse)(r,fo.STR|fo.OBJ);o&&typeof o=="object"&&(o.component&&typeof o.component=="string"?t=typeof o.text=="string"?zi(o.text):"":o.type==="init"&&o.form?t="":typeof o.text=="string"&&(t=zi(o.text)))}catch{}return e=r.length,t!==null?{text:t,raw:r}:null},close:()=>{}}},Bh=t=>{let e=null,r=0,o=t||(s=>{if(!s||typeof s!="object")return null;let a=i=>typeof i=="string"?zi(i):null;if(s.component&&typeof s.component=="string")return typeof s.text=="string"?zi(s.text):"";if(s.type==="init"&&s.form)return"";if(s.action)switch(s.action){case"nav_then_click":return a(s.on_load_text)||a(s.text)||null;case"message":case"message_and_click":case"checkout":return a(s.text)||null;default:return a(s.text)||a(s.display_text)||a(s.message)||null}return a(s.text)||a(s.display_text)||a(s.message)||a(s.content)||null});return{getExtractedText:()=>e,processChunk:s=>{let a=s.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(s.length<=r)return e!==null?{text:e,raw:s}:null;try{let i=(0,fo.parse)(s,fo.STR|fo.OBJ),d=o(i);d!==null&&(e=d)}catch{}return r=s.length,{text:e||"",raw:s}},close:()=>{}}},Qi=()=>{let t=null;return{processChunk:e=>{if(!e.trim().startsWith("<"))return null;let n=e.match(/<text[^>]*>([\s\S]*?)<\/text>/);return n&&n[1]?(t=n[1],{text:t,raw:e}):null},getExtractedText:()=>t}};var Yi=class{constructor(e,r=50){this.nextExpectedSeq=null;this.buffer=new Map;this.flushTimer=null;this.emitter=e,this.gapTimeoutMs=r}push(e,r){var s,a,i;let n=(i=(s=r==null?void 0:r.seq)!=null?s:r==null?void 0:r.sequenceIndex)!=null?i:(a=r==null?void 0:r.agentContext)==null?void 0:a.seq;if(n==null){this.buffer.size>0&&this.flushAll(),this.emitter(e,r);return}if(this.nextExpectedSeq===null&&(this.nextExpectedSeq=1),n===this.nextExpectedSeq){this.emitter(e,r),this.nextExpectedSeq=n+1,this.drainConsecutive();return}if(n<this.nextExpectedSeq){this.emitter(e,r);return}let o=this.buffer.get(n);o!==void 0&&(typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(`[persona] SequenceReorderBuffer: duplicate seq=${n} (${o.payloadType} vs ${e}); emitting earlier event out-of-order to avoid loss`),this.emitter(o.payloadType,o.payload)),this.buffer.set(n,{payloadType:e,payload:r,seq:n}),this.startGapTimer()}drainConsecutive(){for(;this.buffer.has(this.nextExpectedSeq);){let e=this.buffer.get(this.nextExpectedSeq);this.buffer.delete(this.nextExpectedSeq),this.emitter(e.payloadType,e.payload),this.nextExpectedSeq++}this.buffer.size===0&&this.clearGapTimer()}startGapTimer(){this.flushTimer===null&&(this.flushTimer=setTimeout(()=>{this.flushAll()},this.gapTimeoutMs))}clearGapTimer(){this.flushTimer!==null&&(clearTimeout(this.flushTimer),this.flushTimer=null)}flushAll(){if(this.clearGapTimer(),this.buffer.size===0)return;let e=[...this.buffer.entries()].sort((r,n)=>r[0]-n[0]);for(let[r,n]of e)this.buffer.delete(r),this.emitter(n.payloadType,n.payload);e.length>0&&(this.nextExpectedSeq=e[e.length-1][0]+1)}destroy(){this.clearGapTimer(),this.buffer.clear()}flushPending(){this.flushAll()}};var pw="https://api.runtype.com/v1/dispatch",Zi="https://api.runtype.com";function uw(t){var s,a;let e=t.toLowerCase(),n={"application/pdf":"pdf","application/json":"json","application/zip":"zip","text/plain":"txt","text/csv":"csv","text/markdown":"md"}[e];if(n)return`attachment.${n}`;let o=e.indexOf("/");if(o>0){let i=(a=(s=e.slice(o+1).split(";")[0])==null?void 0:s.trim())!=null?a:"";if(i&&i!=="octet-stream"&&/^[a-z0-9.+-]+$/i.test(i))return`attachment.${i}`}return"attachment"}var Bd=t=>!!(t.contentParts&&t.contentParts.length>0||t.llmContent&&t.llmContent.trim().length>0||t.rawContent&&t.rawContent.trim().length>0||t.content&&t.content.trim().length>0);function fw(t){switch(t){case"json":return Ji;case"regex-json":return Xi;case"xml":return Qi;default:return Ki}}var Hh=t=>t.startsWith("{")||t.startsWith("[")||t.startsWith("<");function mw(t,e){if(!t)return e;let r=t.trim(),n=e.trim();if(r.length===0)return e;if(n.length===0)return t;let o=Hh(r);if(!Hh(n))return t;if(!o||n===r||n.startsWith(r))return e;let a=aa(t);return aa(e)!==null&&a===null?e:t}var sa=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;this.lastSentClientToolsFingerprint=null;this.clientToolsFingerprintSessionId=null;var r,n,o,s;this.apiUrl=(r=e.apiUrl)!=null?r:pw,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(n=e.streamParser)!=null?n:fw(e.parserType),this.contextProviders=(o=e.contextProviders)!=null?o:[],this.requestMiddleware=e.requestMiddleware,this.customFetch=e.customFetch,this.parseSSEEvent=e.parseSSEEvent,this.getHeaders=e.getHeaders,this.webMcpBridge=((s=e.webmcp)==null?void 0:s.enabled)===!0?new Ia(e.webmcp):null}setSSEEventCallback(e){this.onSSEEvent=e}setWebMcpConfirmHandler(e){var r;(r=this.webMcpBridge)==null||r.setConfirmHandler(e)}isWebMcpOperational(){var e;return((e=this.webMcpBridge)==null?void 0:e.isOperational())===!0}executeWebMcpToolCall(e,r,n){return this.webMcpBridge?this.webMcpBridge.executeToolCall(e,r,n):null}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(e){var n;return`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||Zi}/v1/client/${e}`}getClientSession(){return this.clientSession}async initSession(){var e,r;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,this.resetClientToolsFingerprint(),(r=(e=this.config).onSessionInit)==null||r.call(e,n),n}finally{this.sessionInitPromise=null}}async _doInitSession(){var s,a;let e=((a=(s=this.config).getStoredSessionId)==null?void 0:a.call(s))||null,r={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...e&&{sessionId:e}},n=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});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 o=await n.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(o.sessionId),{sessionId:o.sessionId,expiresAt:new Date(o.expiresAt),flow:o.flow,config:{welcomeMessage:o.config.welcomeMessage,placeholder:o.config.placeholder,theme:o.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null,this.resetClientToolsFingerprint()}resetClientToolsFingerprint(){this.lastSentClientToolsFingerprint=null,this.clientToolsFingerprintSessionId=null}getFeedbackApiUrl(){var r;return`${((r=this.config.apiUrl)==null?void 0:r.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||Zi}/v1/client/feedback`}async sendFeedback(e){var s,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(e.type)&&!e.messageId)throw new Error(`messageId is required for ${e.type} feedback type`);if(e.type==="csat"&&(e.rating===void 0||e.rating<1||e.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(e.type==="nps"&&(e.rating===void 0||e.rating<0||e.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",e);let o=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!o.ok){let i=await o.json().catch(()=>({error:"Feedback submission failed"}));throw o.status===401?(this.clientSession=null,(a=(s=this.config).onSessionExpired)==null||a.call(s),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(e,r){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,messageId:e,type:r})}async submitCSATFeedback(e,r){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:e,comment:r})}async submitNPSFeedback(e,r){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:e,comment:r})}async dispatch(e,r){return this.isAgentMode()?this.dispatchAgent(e,r):this.isClientTokenMode()?this.dispatchClientToken(e,r):this.dispatchProxy(e,r)}async dispatchClientToken(e,r){var o,s,a,i;let n=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>n.abort()),r({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clearClientSession(),(s=(o=this.config).onSessionExpired)==null||s.call(o);let h=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:h}),h}let l=await this.buildPayload(e.messages),p=l.metadata?Object.fromEntries(Object.entries(l.metadata).filter(([h])=>h!=="sessionId"&&h!=="session_id")):void 0,m={sessionId:d.sessionId,messages:e.messages.filter(Bd).map(h=>{var w,y,E;return{id:h.id,role:h.role,content:(E=(y=(w=h.contentParts)!=null?w:h.llmContent)!=null?y:h.rawContent)!=null?E:h.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...p&&Object.keys(p).length>0&&{metadata:p},...l.inputs&&Object.keys(l.inputs).length>0&&{inputs:l.inputs},...l.context&&{context:l.context}},u=l.clientTools,f=!!(u&&u.length>0),x=f?Ph(u):void 0,C=this.clientToolsFingerprintSessionId===d.sessionId,S=f&&C&&this.lastSentClientToolsFingerprint===x,k=!1,T=null,M;for(let h=0;;h++){let y={...m,...f&&(k||!S)&&u?{clientTools:u}:{},...x?{clientToolsFingerprint:x}:{}};if(this.debug&&console.debug("[AgentWidgetClient] client token dispatch",y),M=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(y),signal:n.signal}),M.status===409&&h===0&&f){let E=await M.json().catch(()=>null);if((E==null?void 0:E.error)==="client_tools_resend_required"){k=!0,this.lastSentClientToolsFingerprint=null;continue}T=E!=null?E:{error:"Chat request failed"}}break}if(!M.ok){let h=T!=null?T:await M.json().catch(()=>({error:"Chat request failed"}));if(M.status===401){this.clearClientSession(),(i=(a=this.config).onSessionExpired)==null||i.call(a);let y=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:y}),y}if(M.status===429){let y=new Error(h.hint||"Message limit reached for this session.");throw r({type:"error",error:y}),y}let w=new Error(h.error||"Failed to send message");throw r({type:"error",error:w}),w}if(!M.body){let h=new Error("No response body received");throw r({type:"error",error:h}),h}this.lastSentClientToolsFingerprint=x!=null?x:null,this.clientToolsFingerprintSessionId=d.sessionId,r({type:"status",status:"connected"});try{await this.streamResponse(M.body,r,e.assistantMessageId)}finally{r({type:"status",status:"idle"})}}catch(d){let l=d instanceof Error?d:new Error(String(d));throw!l.message.includes("Session expired")&&!l.message.includes("Message limit")&&r({type:"error",error:l}),l}}async dispatchProxy(e,r){let n=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>n.abort()),r({type:"status",status:"connecting"});let o=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...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:s,body:JSON.stringify(o),signal:n.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw r({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw r({type:"error",error:i}),i}r({type:"status",status:"connected"});try{await this.streamResponse(a.body,r)}finally{r({type:"status",status:"idle"})}}async dispatchAgent(e,r){let n=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>n.abort()),r({type:"status",status:"connecting"});let o=await this.buildAgentPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...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:s,body:JSON.stringify(o),signal:n.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw r({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Agent execution request failed: ${a.status} ${a.statusText}`);throw r({type:"error",error:i}),i}r({type:"status",status:"connected"});try{await this.streamResponse(a.body,r,e.assistantMessageId)}finally{r({type:"status",status:"idle"})}}async processStream(e,r,n){r({type:"status",status:"connected"});try{await this.streamResponse(e,r,n)}finally{r({type:"status",status:"idle"})}}async resolveApproval(e,r){var a;let o=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||Zi}/v1/agents/${e.agentId}/approve`,s={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(s,await this.getHeaders()),fetch(o,{method:"POST",headers:s,body:JSON.stringify({executionId:e.executionId,approvalId:e.approvalId,decision:r,streamResponse:!0})})}async resumeFlow(e,r,n){var l,p;let o=this.isClientTokenMode(),s=o?this.getClientApiUrl("resume"):`${((l=this.config.apiUrl)==null?void 0:l.replace(/\/+$/,""))||Zi}/resume`,a;o&&(a=(await this.initSession()).sessionId);let i={"Content-Type":"application/json",...this.headers};this.getHeaders&&Object.assign(i,await this.getHeaders());let d={executionId:e,toolOutputs:r,streamResponse:(p=n==null?void 0:n.streamResponse)!=null?p:!0};return a&&(d.sessionId=a),fetch(s,{method:"POST",headers:i,body:JSON.stringify(d),signal:n==null?void 0:n.signal})}async buildAgentPayload(e){var s;if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let r=e.slice().filter(Bd).filter(a=>a.role==="user"||a.role==="assistant"||a.role==="system").filter(a=>!a.variant||a.variant==="assistant").sort((a,i)=>{let d=new Date(a.createdAt).getTime(),l=new Date(i.createdAt).getTime();return d-l}).map(a=>{var i,d,l;return{role:a.role,content:(l=(d=(i=a.contentParts)!=null?i:a.llmContent)!=null?d:a.rawContent)!=null?l:a.content,createdAt:a.createdAt}}),n={agent:this.config.agent,messages:r,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}},o=await((s=this.webMcpBridge)==null?void 0:s.snapshotForDispatch());if(o&&o.length>0&&(n.clientTools=o),this.contextProviders.length){let a={};await Promise.all(this.contextProviders.map(async i=>{try{let d=await i({messages:e,config:this.config});d&&typeof d=="object"&&Object.assign(a,d)}catch(d){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",d)}})),Object.keys(a).length&&(n.context=a)}return n}async buildPayload(e){var s;let n={messages:e.slice().filter(Bd).sort((a,i)=>{let d=new Date(a.createdAt).getTime(),l=new Date(i.createdAt).getTime();return d-l}).map(a=>{var i,d,l;return{role:a.role,content:(l=(d=(i=a.contentParts)!=null?i:a.llmContent)!=null?d:a.rawContent)!=null?l:a.content,createdAt:a.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}},o=await((s=this.webMcpBridge)==null?void 0:s.snapshotForDispatch());if(o&&o.length>0&&(n.clientTools=o),this.contextProviders.length){let a={};await Promise.all(this.contextProviders.map(async i=>{try{let d=await i({messages:e,config:this.config});d&&typeof d=="object"&&Object.assign(a,d)}catch(d){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",d)}})),Object.keys(a).length&&(n.context=a)}if(this.requestMiddleware)try{let a=await this.requestMiddleware({payload:{...n},config:this.config});if(a&&typeof a=="object"){let i=a;return n.clientTools!==void 0&&!("clientTools"in i)&&(i.clientTools=n.clientTools),i}}catch(a){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",a)}return n}async handleCustomSSEEvent(e,r,n,o,s,a){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(e);if(i===null)return!1;let d=p=>{let m={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:s(),...p!==void 0&&{partId:p}};return n.current=m,o(m),m},l=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,o(n.current)),d(i.partId)),i.partId!==void 0&&(a.current=i.partId);let p=l(i.partId);i.partId!==void 0&&!p.partId&&(p.partId=i.partId),p.content+=i.text,o(p)}return i.done&&(n.current&&(n.current.streaming=!1,o(n.current)),a.current=null,r({type:"status",status:"idle"})),i.error&&(a.current=null,r({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(e,r,n){var fe,pe,Be,Q;let o=e.getReader(),s=new TextDecoder,a="",i=Date.now(),d=0,l=()=>i+d++,p=_=>{let ke=_.reasoning?{..._.reasoning,chunks:[..._.reasoning.chunks]}:void 0,He=_.toolCall?{..._.toolCall,chunks:_.toolCall.chunks?[..._.toolCall.chunks]:void 0}:void 0,Ve=_.tools?_.tools.map(Je=>({...Je,chunks:Je.chunks?[...Je.chunks]:void 0})):void 0;return{..._,reasoning:ke,toolCall:He,tools:Ve}},m=_=>{if(_.role!=="assistant"||_.variant)return!0;let ke=Array.isArray(_.contentParts)&&_.contentParts.length>0,He=typeof _.rawContent=="string"&&_.rawContent.trim()!=="";return typeof _.content=="string"&&_.content.trim()!==""||ke||He||!!_.stopReason},u=_=>{m(_)&&r({type:"message",message:p(_)})},f=null,x=null,C={current:null},S={current:null},k=!1,T=new Map,M=new Map,h=new Map,w=new Map,y={lastId:null,byStep:new Map},E={lastId:null,byCall:new Map},B=(_,ke,He="")=>`${_}::${ke}::${He}`,P=(_,ke)=>`${_}::${ke}::`,R=(_,ke,He,Ve)=>{let Je=B(_,ke,He),gt=h.get(Je);if(gt)return gt;let at=He?`-${He}`:"",Mt={id:`nested-${_}-${ke}${at}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),...He?{partId:He}:{},agentMetadata:{executionId:Ve,parentToolId:_,parentStepId:ke}};return h.set(Je,Mt),u(Mt),Mt},O=_=>{if(_==null)return null;try{return String(_)}catch{return null}},V=_=>{var ke,He,Ve,Je,gt;return O((gt=(Je=(Ve=(He=(ke=_.stepId)!=null?ke:_.step_id)!=null?He:_.step)!=null?Ve:_.parentId)!=null?Je:_.flowStepId)!=null?gt:_.flow_step_id)},ne=_=>{var ke,He,Ve,Je,gt,at,Mt;return O((Mt=(at=(gt=(Je=(Ve=(He=(ke=_.callId)!=null?ke:_.call_id)!=null?He:_.requestId)!=null?Ve:_.request_id)!=null?Je:_.toolCallId)!=null?gt:_.tool_call_id)!=null?at:_.stepId)!=null?Mt:_.step_id)},be=n,Ye=!1,Ge=()=>{if(f)return f;let _;return!Ye&&be?(_=be,Ye=!0):be&&S.current?_=`${be}_${S.current}`:_=`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,f={id:_,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l()},u(f),f},ve=(_,ke)=>{y.lastId=ke,_&&y.byStep.set(_,ke)},Ee=(_,ke)=>{var gt;let He=(gt=_.reasoningId)!=null?gt:_.id,Ve=V(_);if(He){let at=String(He);return ve(Ve,at),at}if(Ve){let at=y.byStep.get(Ve);if(at)return y.lastId=at,at}if(y.lastId&&!ke)return y.lastId;if(!ke)return null;let Je=`reason-${l()}`;return ve(Ve,Je),Je},Ke=_=>{let ke=T.get(_);if(ke)return ke;let He={id:`reason-${_}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:l(),reasoning:{id:_,status:"streaming",chunks:[]}};return T.set(_,He),u(He),He},Ne=(_,ke)=>{E.lastId=ke,_&&E.byCall.set(_,ke)},X=new Set,Ue=new Map,K=new Set,Te=new Map,oe=_=>{if(!_)return!1;let ke=_.replace(/_+/g,"_").replace(/^_|_$/g,"");return ke==="emit_artifact_markdown"||ke==="emit_artifact_component"},xe=(_,ke)=>{var gt;let He=(gt=_.toolId)!=null?gt:_.id,Ve=ne(_);if(He){let at=String(He);return Ne(Ve,at),at}if(Ve){let at=E.byCall.get(Ve);if(at)return E.lastId=at,at}if(E.lastId&&!ke)return E.lastId;if(!ke)return null;let Je=`tool-${l()}`;return Ne(Ve,Je),Je},Me=_=>{let ke=M.get(_);if(ke)return ke;let He={id:`tool-${_}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:l(),toolCall:{id:_,status:"pending"}};return M.set(_,He),u(He),He},Xe=_=>{if(typeof _=="number"&&Number.isFinite(_))return _;if(typeof _=="string"){let ke=Number(_);if(!Number.isNaN(ke)&&Number.isFinite(ke))return ke;let He=Date.parse(_);if(!Number.isNaN(He))return He}return Date.now()},ce=_=>{if(typeof _=="string")return _;if(_==null)return"";try{return JSON.stringify(_)}catch{return String(_)}},te=new Map,le=new Map,ut=new Map,Ce=new Map,he=null,rt=(_,ke,He)=>{var Mt;let Ve=ut.get(_);Ve||(Ve=[],ut.set(_,Ve));let Je=0,gt=Ve.length;for(;Je<gt;){let Xt=Je+gt>>>1;Ve[Xt].seq<ke?Je=Xt+1:gt=Xt}((Mt=Ve[Je])==null?void 0:Mt.seq)===ke?Ve[Je]={seq:ke,text:He}:Ve.splice(Je,0,{seq:ke,text:He});let at="";for(let Xt=0;Xt<Ve.length;Xt++)at+=Ve[Xt].text;return at},_e=(_,ke)=>{let He=ce(ke),Ve=le.get(_.id),Je=mw(Ve,He);_.rawContent=Je;let gt=te.get(_.id),at=st=>{var de;let _t=(de=_.content)!=null?de:"";st.trim()!==""&&(_t.trim().length===0||st.startsWith(_t)||st.trimStart().startsWith(_t.trim()))&&(_.content=st)},Mt=()=>{var st;if(gt){let _t=(st=gt.close)==null?void 0:st.call(gt);_t instanceof Promise&&_t.catch(()=>{})}te.delete(_.id),le.delete(_.id),_.streaming=!1,u(_)};if(!gt){at(He),Mt();return}let Xt=aa(Je);if(Xt!==null&&Xt.trim()!==""){at(Xt),Mt();return}let G=st=>{var ye;let _t=typeof st=="string"?st:(ye=st==null?void 0:st.text)!=null?ye:null;if(_t!==null&&_t.trim()!=="")return _t;let de=gt.getExtractedText();return de!==null&&de.trim()!==""?de:He},Jt;try{Jt=gt.processChunk(Je)}catch{at(He),Mt();return}if(Jt instanceof Promise){Jt.then(st=>{at(G(st)),Mt()}).catch(()=>{at(He),Mt()});return}at(G(Jt)),Mt()},me=[],J=!1,ze,Z=()=>{J||(J=!0,queueMicrotask(()=>{J=!1,ze()}))},ge=new Yi((_,ke)=>{me.push({payloadType:_,payload:ke}),Z()}),z=null,Re=new Map,Ae=(fe=this.config.iterationDisplay)!=null?fe:"separate";for(ze=()=>{var _,ke,He,Ve,Je,gt,at,Mt,Xt,G,Jt,st,_t,de,ye,Rt,ar,kt,mr,Ot,Wt,St,Et,sr,ft,dr,wr,Lr,Or,xt,sn,fr,Un,Rr,Zn,Pn,In,ue,I,ee,Se,nt,Qt,Ft,tr,Pr,Nr,wn,Vt,$t,Ir,vn,bo,eo,wo,qn,ln,Rn,Pt,gr,hr,dn,vo,Cn,Wn,cn,W,pn,Bn,to,zn,Ja,Hn,Dn,On,ro,$o,ni,Qa,oi,xa,Lt,Ya,An,tn,ai,si,ya,no,ii,Uo,Za,oo,es,Co,Ao,li,di,nd,qo,So,ci,ts,To,pi,rs,Mo,ns,ui,ao,fi,ko,Kt,ba,wa,os,Vn,mi,as,ss,gi,va,Ca,zo,hi,xi,is,ls,ds,cs,zr,un,so,yt,ps,Vo,Nn,yi;for(let Eo=0;Eo<me.length;Eo++){let it=me[Eo].payloadType,L=me[Eo].payload;if(it==="reason_start"){let q=(_=Ee(L,!0))!=null?_:`reason-${l()}`,N=Ke(q);N.reasoning=(ke=N.reasoning)!=null?ke:{id:q,status:"streaming",chunks:[]},N.reasoning.startedAt=(Ve=N.reasoning.startedAt)!=null?Ve:Xe((He=L.startedAt)!=null?He:L.timestamp),N.reasoning.completedAt=void 0,N.reasoning.durationMs=void 0,N.streaming=!0,N.reasoning.status="streaming",u(N)}else if(it==="reason_delta"||it==="reason_chunk"){let q=(gt=(Je=Ee(L,!1))!=null?Je:Ee(L,!0))!=null?gt:`reason-${l()}`,N=Ke(q);N.reasoning=(at=N.reasoning)!=null?at:{id:q,status:"streaming",chunks:[]},N.reasoning.startedAt=(Xt=N.reasoning.startedAt)!=null?Xt:Xe((Mt=L.startedAt)!=null?Mt:L.timestamp);let ae=(st=(Jt=(G=L.reasoningText)!=null?G:L.text)!=null?Jt:L.delta)!=null?st:"";if(ae&&L.hidden!==!0){let ie=typeof L.sequenceIndex=="number"?L.sequenceIndex:void 0;if(ie!==void 0){let Y=rt(q,ie,String(ae));N.reasoning.chunks=[Y]}else N.reasoning.chunks.push(String(ae))}if(N.reasoning.status=L.done?"complete":"streaming",L.done){N.reasoning.completedAt=Xe((_t=L.completedAt)!=null?_t:L.timestamp);let ie=(de=N.reasoning.startedAt)!=null?de:Date.now();N.reasoning.durationMs=Math.max(0,((ye=N.reasoning.completedAt)!=null?ye:Date.now())-ie)}N.streaming=N.reasoning.status!=="complete",u(N)}else if(it==="reason_complete"){let q=(ar=(Rt=Ee(L,!1))!=null?Rt:Ee(L,!0))!=null?ar:`reason-${l()}`,N=T.get(q);if(N!=null&&N.reasoning){N.reasoning.status="complete",N.reasoning.completedAt=Xe((kt=L.completedAt)!=null?kt:L.timestamp);let ie=(mr=N.reasoning.startedAt)!=null?mr:Date.now();N.reasoning.durationMs=Math.max(0,((Ot=N.reasoning.completedAt)!=null?Ot:Date.now())-ie),N.streaming=!1,u(N)}let ae=V(L);ae&&y.byStep.delete(ae)}else if(it==="tool_start"){let q=(Wt=xe(L,!0))!=null?Wt:`tool-${l()}`,N=(St=L.toolName)!=null?St:L.name;if(oe(N)){X.add(q);continue}let ae=Me(q),ie=(Et=ae.toolCall)!=null?Et:{id:q,status:"pending"};ie.name=N!=null?N:ie.name,ie.status="running",L.args!==void 0?ie.args=L.args:L.parameters!==void 0&&(ie.args=L.parameters),ie.startedAt=(ft=ie.startedAt)!=null?ft:Xe((sr=L.startedAt)!=null?sr:L.timestamp),ie.completedAt=void 0,ie.durationMs=void 0,ae.toolCall=ie,ae.streaming=!0;let Y=L.agentContext;(Y||L.executionId)&&(ae.agentMetadata={executionId:(dr=Y==null?void 0:Y.executionId)!=null?dr:L.executionId,iteration:(wr=Y==null?void 0:Y.iteration)!=null?wr:L.iteration}),u(ae)}else if(it==="tool_chunk"||it==="tool_delta"){let q=(Or=(Lr=xe(L,!1))!=null?Lr:xe(L,!0))!=null?Or:`tool-${l()}`;if(X.has(q))continue;let N=Me(q),ae=(xt=N.toolCall)!=null?xt:{id:q,status:"running"};ae.startedAt=(fr=ae.startedAt)!=null?fr:Xe((sn=L.startedAt)!=null?sn:L.timestamp);let ie=(Zn=(Rr=(Un=L.text)!=null?Un:L.delta)!=null?Rr:L.message)!=null?Zn:"";ie&&(ae.chunks=(Pn=ae.chunks)!=null?Pn:[],ae.chunks.push(String(ie))),ae.status="running",N.toolCall=ae,N.streaming=!0;let Y=L.agentContext;(Y||L.executionId)&&(N.agentMetadata=(I=N.agentMetadata)!=null?I:{executionId:(In=Y==null?void 0:Y.executionId)!=null?In:L.executionId,iteration:(ue=Y==null?void 0:Y.iteration)!=null?ue:L.iteration}),u(N)}else if(it==="tool_complete"){let q=(Se=(ee=xe(L,!1))!=null?ee:xe(L,!0))!=null?Se:`tool-${l()}`;if(X.has(q)){X.delete(q);continue}let N=Me(q),ae=(nt=N.toolCall)!=null?nt:{id:q,status:"running"};ae.status="complete",L.result!==void 0&&(ae.result=L.result),typeof L.duration=="number"&&(ae.duration=L.duration),ae.completedAt=Xe((Qt=L.completedAt)!=null?Qt:L.timestamp);let ie=(Ft=L.duration)!=null?Ft:L.executionTime;if(typeof ie=="number")ae.durationMs=ie;else{let tt=(tr=ae.startedAt)!=null?tr:Date.now();ae.durationMs=Math.max(0,((Pr=ae.completedAt)!=null?Pr:Date.now())-tt)}N.toolCall=ae,N.streaming=!1;let Y=L.agentContext;(Y||L.executionId)&&(N.agentMetadata=(Vt=N.agentMetadata)!=null?Vt:{executionId:(Nr=Y==null?void 0:Y.executionId)!=null?Nr:L.executionId,iteration:(wn=Y==null?void 0:Y.iteration)!=null?wn:L.iteration}),u(N);let je=ne(L);je&&E.byCall.delete(je)}else if(it==="step_await"&&L.awaitReason==="local_tool_required"&&L.toolName){let q=typeof L.toolCallId=="string"&&L.toolCallId.length>0?L.toolCallId:void 0,N=($t=q!=null?q:L.toolId)!=null?$t:`local-${l()}`,ae=Me(N),ie=L.toolName,Y=Io(ie),je=(Ir=ae.toolCall)!=null?Ir:{id:N,status:"pending"};je.name=ie,je.args=L.parameters,je.status=Y?"running":"complete",je.chunks=(vn=je.chunks)!=null?vn:[],je.startedAt=(eo=je.startedAt)!=null?eo:Xe((bo=L.startedAt)!=null?bo:L.timestamp),Y?(je.completedAt=void 0,je.duration=void 0,je.durationMs=void 0):je.completedAt=(wo=je.completedAt)!=null?wo:je.startedAt,ae.toolCall=je,ae.streaming=!1,ae.agentMetadata={...ae.agentMetadata,executionId:(ln=L.executionId)!=null?ln:(qn=ae.agentMetadata)==null?void 0:qn.executionId,awaitingLocalTool:!0,...q?{webMcpToolCallId:q}:{}},u(ae)}else if(it==="text_start"){if((Rn=L.toolContext)!=null&&Rn.toolId)continue;let q=L.partId;if(q!==void 0&&S.current!==null&&q!==S.current){let N=f;N&&(N.streaming=!1,u(N),he=N,f=null,k=!0)}q!==void 0&&(S.current=q)}else if(it==="text_end"){if((Pt=L.toolContext)!=null&&Pt.toolId)continue;let q=f;q&&(q.streaming=!1,u(q),he=q,f=null,k=!0)}else if(it==="step_chunk"||it==="step_delta"){let q=L.stepType,N=L.executionType;if(q==="tool"||N==="context")continue;let ae=L.toolContext;if(ae!=null&&ae.toolId){let tt=String((hr=(gr=L.id)!=null?gr:ae.stepId)!=null?hr:`step-${l()}`),mt=L.partId!==void 0&&L.partId!==null?String(L.partId):"",Fe=`${ae.toolId}::${tt}`,dt=w.get(Fe);if(mt!==""&&dt!==void 0&&dt!==""&&dt!==mt){let Nt=h.get(B(ae.toolId,tt,dt));Nt&&Nt.streaming!==!1&&(Nt.streaming=!1,u(Nt))}mt!==""&&w.set(Fe,mt);let jt=R(ae.toolId,tt,mt,ae.executionId),Sr=(Wn=(Cn=(vo=(dn=L.text)!=null?dn:L.delta)!=null?vo:L.content)!=null?Cn:L.chunk)!=null?Wn:"";Sr&&(jt.content+=String(Sr),jt.streaming=!0,u(jt)),L.isComplete&&(jt.streaming=!1,u(jt));continue}let ie=L.partId;if(ie!==void 0&&S.current!==null&&ie!==S.current){let tt=f;tt&&(tt.streaming=!1,u(tt),he=tt,f=null,k=!0)}ie!==void 0&&(S.current=ie);let Y=ie!==void 0&&(cn=Ce.get(ie))!=null?cn:Ge();ie!==void 0&&(Y.partId||(Y.partId=ie),Ce.set(ie,Y));let je=(to=(Bn=(pn=(W=L.text)!=null?W:L.delta)!=null?pn:L.content)!=null?Bn:L.chunk)!=null?to:"";if(je){let tt=typeof L.seq=="number"?L.seq:void 0,mt=ie!=null?ie:Y.id,Fe=tt!==void 0?rt(mt,tt,String(je)):((zn=le.get(Y.id))!=null?zn:"")+je;Y.rawContent=Fe,te.has(Y.id)||te.set(Y.id,this.createStreamParser());let dt=te.get(Y.id),jt=Fe.trim().startsWith("{")||Fe.trim().startsWith("[");if(jt&&le.set(Y.id,Fe),dt.__isPlainTextParser===!0){Y.content=tt!==void 0?Fe:Y.content+je,le.delete(Y.id),te.delete(Y.id),Y.rawContent=void 0,u(Y);continue}let Nt=dt.processChunk(Fe);if(Nt instanceof Promise)Nt.then(qt=>{var _r;let Tr=typeof qt=="string"?qt:(_r=qt==null?void 0:qt.text)!=null?_r:null;if(Tr!==null&&Tr.trim()!=="")Y.content=Tr,u(Y);else if(!jt&&!Fe.trim().startsWith("<")){let Vr=f,xr=Vr&&Vr.id===Y.id?Vr:Y;xr.id===Y.id&&(xr.content=tt!==void 0?Fe:xr.content+je,le.delete(xr.id),te.delete(xr.id),xr.rawContent=void 0,u(xr))}}).catch(()=>{Y.content=tt!==void 0?Fe:Y.content+je,le.delete(Y.id),te.delete(Y.id),Y.rawContent=void 0,u(Y)});else{let qt=typeof Nt=="string"?Nt:(Ja=Nt==null?void 0:Nt.text)!=null?Ja:null;qt!==null&&qt.trim()!==""?(Y.content=qt,u(Y)):!jt&&!Fe.trim().startsWith("<")&&(Y.content=tt!==void 0?Fe:Y.content+je,le.delete(Y.id),te.delete(Y.id),Y.rawContent=void 0,u(Y))}}if(L.isComplete){let tt=(Dn=(Hn=L.result)==null?void 0:Hn.response)!=null?Dn:Y.content;if(tt){let mt=le.get(Y.id),Fe=mt!=null?mt:ce(tt);Y.rawContent=Fe;let dt=te.get(Y.id),jt=null,Sr=!1;if(dt&&(jt=dt.getExtractedText(),jt===null&&(jt=aa(Fe)),jt===null)){let Nt=dt.processChunk(Fe);Nt instanceof Promise?(Sr=!0,Nt.then(qt=>{var _r;let Tr=typeof qt=="string"?qt:(_r=qt==null?void 0:qt.text)!=null?_r:null;if(Tr!==null){let Vr=f;Vr&&Vr.id===Y.id&&(Vr.content=Tr,Vr.streaming=!1,te.delete(Vr.id),le.delete(Vr.id),u(Vr))}})):jt=typeof Nt=="string"?Nt:(On=Nt==null?void 0:Nt.text)!=null?On:null}if(!Sr){jt!==null&&jt.trim()!==""?Y.content=jt:le.has(Y.id)||(Y.content=ce(tt));let Nt=te.get(Y.id);if(Nt){let qt=(ro=Nt.close)==null?void 0:ro.call(Nt);qt instanceof Promise&&qt.catch(()=>{}),te.delete(Y.id)}le.delete(Y.id),Y.streaming=!1,u(Y)}}}}else if(it==="step_complete"){let q=L.stepType,N=L.executionType;if(q==="tool"||N==="context")continue;let ae=L.toolContext;if(ae!=null&&ae.toolId){let tt=String((ni=($o=L.id)!=null?$o:ae.stepId)!=null?ni:"");if(tt){let mt=P(ae.toolId,tt);for(let[Fe,dt]of h)Fe.startsWith(mt)&&dt.streaming!==!1&&(dt.streaming=!1,u(dt));w.delete(`${ae.toolId}::${tt}`)}continue}let ie=L.stopReason;if(k){if(f!==null){let Fe=f;ie&&(Fe.stopReason=ie),te.delete(Fe.id),le.delete(Fe.id),Fe.streaming!==!1&&(Fe.streaming=!1,u(Fe))}let tt=(Qa=L.result)==null?void 0:Qa.response,mt=he;mt&&(ie&&(mt.stopReason=ie),tt!=null?_e(mt,tt):(te.delete(mt.id),le.delete(mt.id))),he=null;continue}let Y=(oi=L.result)==null?void 0:oi.response,je=Ge();if(ie&&(je.stopReason=ie),Y!=null){let tt=te.get(je.id),mt=!1,Fe=!1;if(tt){let dt=tt.getExtractedText(),jt=le.get(je.id),Sr=jt!=null?jt:ce(Y);if(je.rawContent=Sr,dt!==null&&dt.trim()!=="")je.content=dt,mt=!0;else{let Nt=aa(Sr);if(Nt!==null)je.content=Nt,mt=!0;else{let qt=tt.processChunk(Sr);if(qt instanceof Promise)Fe=!0,qt.then(Tr=>{var Vr;let _r=typeof Tr=="string"?Tr:(Vr=Tr==null?void 0:Tr.text)!=null?Vr:null;if(_r!==null&&_r.trim()!==""){let xr=f;xr&&xr.id===je.id&&(xr.content=_r,xr.streaming=!1,te.delete(xr.id),le.delete(xr.id),u(xr))}else{let xr=tt.getExtractedText(),Sn=f;Sn&&Sn.id===je.id&&(xr!==null&&xr.trim()!==""?Sn.content=xr:le.has(Sn.id)||(Sn.content=ce(Y)),Sn.streaming=!1,te.delete(Sn.id),le.delete(Sn.id),u(Sn))}});else{let Tr=typeof qt=="string"?qt:(xa=qt==null?void 0:qt.text)!=null?xa:null;if(Tr!==null&&Tr.trim()!=="")je.content=Tr,mt=!0;else{let _r=tt.getExtractedText();_r!==null&&_r.trim()!==""&&(je.content=_r,mt=!0)}}}}}if(!Fe){if(!je.rawContent){let dt=le.get(je.id);je.rawContent=dt!=null?dt:ce(Y)}if(!mt&&!le.has(je.id)&&(je.content=ce(Y)),tt){let dt=(Lt=tt.close)==null?void 0:Lt.call(tt);dt instanceof Promise&&dt.catch(()=>{})}te.delete(je.id),le.delete(je.id),je.streaming=!1,u(je)}}else te.delete(je.id),le.delete(je.id),je.streaming=!1,u(je)}else if(it==="flow_complete"){let q=(Ya=L.result)==null?void 0:Ya.response;if(k){if(f!==null){let N=f;te.delete(N.id),le.delete(N.id),N.streaming!==!1&&(N.streaming=!1,u(N))}}else if(q!=null){let N=Ge(),ae=le.get(N.id),ie=ae!=null?ae:ce(q);N.rawContent=ie;let Y=ce(q),je=te.get(N.id);if(je){let Fe=aa(ie);if(Fe!==null)Y=Fe;else{let dt=je.processChunk(ie);dt instanceof Promise&&dt.then(Sr=>{var qt;let Nt=typeof Sr=="string"?Sr:(qt=Sr==null?void 0:Sr.text)!=null?qt:null;Nt!==null&&(N.content=Nt,N.streaming=!1,u(N))});let jt=je.getExtractedText();jt!==null&&(Y=jt)}}te.delete(N.id),le.delete(N.id);let tt=Y!==N.content,mt=N.streaming!==!1;tt&&(N.content=Y),N.streaming=!1,(tt||mt)&&u(N)}else if(f!==null){let N=f;te.delete(N.id),le.delete(N.id),N.streaming!==!1&&(N.streaming=!1,u(N))}r({type:"status",status:"idle"})}else if(it==="agent_start")z={executionId:L.executionId,agentId:(An=L.agentId)!=null?An:"virtual",agentName:(tn=L.agentName)!=null?tn:"",status:"running",currentIteration:0,maxTurns:(ai=L.maxTurns)!=null?ai:1,startedAt:Xe(L.startedAt)};else if(it==="agent_iteration_start"){if(z&&(z.currentIteration=L.iteration),Ae==="separate"&&L.iteration>1){let q=f;q&&(q.streaming=!1,u(q),Re.set(L.iteration-1,q),f=null)}}else if(it==="agent_turn_start")x=null;else if(it==="agent_turn_delta"){if(L.contentType==="text"){let q=Ge();q.content+=(si=L.delta)!=null?si:"",q.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:L.turnId,agentName:z==null?void 0:z.agentName},x=q,u(q)}else if(L.contentType==="thinking"){let q=(ya=L.turnId)!=null?ya:`agent-think-${L.iteration}`,N=Ke(q);N.reasoning=(no=N.reasoning)!=null?no:{id:q,status:"streaming",chunks:[]},N.reasoning.chunks.push((ii=L.delta)!=null?ii:""),N.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:L.turnId},u(N)}else if(L.contentType==="tool_input"){let q=(Uo=L.toolCallId)!=null?Uo:E.lastId;if(q){let N=M.get(q);N!=null&&N.toolCall&&(N.toolCall.chunks=(Za=N.toolCall.chunks)!=null?Za:[],N.toolCall.chunks.push((oo=L.delta)!=null?oo:""),u(N))}}}else if(it==="agent_turn_complete"){let q=L.turnId;if(q){let ie=T.get(q);if(ie!=null&&ie.reasoning){ie.reasoning.status="complete",ie.reasoning.completedAt=Xe(L.completedAt);let Y=(es=ie.reasoning.startedAt)!=null?es:Date.now();ie.reasoning.durationMs=Math.max(0,((Co=ie.reasoning.completedAt)!=null?Co:Date.now())-Y),ie.streaming=!1,u(ie)}}let N=L.stopReason,ae=f!=null?f:x;if(N&&ae!==null){let ie=L.turnId;(!ie||((Ao=ae.agentMetadata)==null?void 0:Ao.turnId)===ie)&&(ae.stopReason=N,u(ae))}}else if(it==="agent_tool_start"){f&&(f.streaming=!1,u(f),f=null);let q=(li=L.toolCallId)!=null?li:`agent-tool-${l()}`;Ne(ne(L),q);let N=Me(q),ae=(di=N.toolCall)!=null?di:{id:q,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};ae.name=(qo=(nd=L.toolName)!=null?nd:L.name)!=null?qo:ae.name,ae.status="running",L.parameters!==void 0&&(ae.args=L.parameters),ae.startedAt=Xe((So=L.startedAt)!=null?So:L.timestamp),N.toolCall=ae,N.streaming=!0,N.agentMetadata={executionId:L.executionId,iteration:L.iteration},u(N)}else if(it==="agent_tool_delta"){let q=(ci=L.toolCallId)!=null?ci:E.lastId;if(q){let N=(ts=M.get(q))!=null?ts:Me(q);N.toolCall&&(N.toolCall.chunks=(To=N.toolCall.chunks)!=null?To:[],N.toolCall.chunks.push((pi=L.delta)!=null?pi:""),N.toolCall.status="running",N.streaming=!0,u(N))}}else if(it==="agent_tool_complete"){let q=(rs=L.toolCallId)!=null?rs:E.lastId;if(q){let N=(Mo=M.get(q))!=null?Mo:Me(q);if(N.toolCall){N.toolCall.status="complete",L.result!==void 0&&(N.toolCall.result=L.result),typeof L.executionTime=="number"&&(N.toolCall.durationMs=L.executionTime),N.toolCall.completedAt=Xe((ns=L.completedAt)!=null?ns:L.timestamp),N.streaming=!1,u(N);let ae=ne(L);ae&&E.byCall.delete(ae)}}}else if(it==="agent_media"){let q=Array.isArray(L.media)?L.media:[],N=[];for(let ae of q){if(!ae||typeof ae!="object")continue;let ie=ae,Y=typeof ie.type=="string"?ie.type:void 0,je=typeof ie.mediaType=="string"?ie.mediaType.toLowerCase():"",tt=null,mt="";if(Y==="media"){let Fe=typeof ie.data=="string"?ie.data:void 0;if(!Fe)continue;mt=je.length>0?je:"application/octet-stream",tt=`data:${mt};base64,${Fe}`}else if(Y==="image-url"){let Fe=typeof ie.url=="string"?ie.url:void 0;if(!Fe)continue;mt=je,tt=Fe}else if(Y==="file-url"){let Fe=typeof ie.url=="string"?ie.url:void 0;if(!Fe)continue;mt=je,tt=Fe}else continue;if(tt)if(Y==="image-url"||mt.startsWith("image/"))N.push({type:"image",image:tt,...mt?{mimeType:mt}:{}});else if(mt.startsWith("audio/"))N.push({type:"audio",audio:tt,mimeType:mt});else if(mt.startsWith("video/"))N.push({type:"video",video:tt,mimeType:mt});else{let Fe=mt||"application/octet-stream";N.push({type:"file",data:tt,mimeType:Fe,filename:uw(Fe)})}}if(N.length>0){let ae=l(),ie=L.toolCallId,je={id:`agent-media-${typeof ie=="string"&&ie.length>0?`${ie}-${ae}`:String(ae)}`,role:"assistant",content:"",contentParts:N,createdAt:new Date().toISOString(),streaming:!1,sequence:ae,agentMetadata:{executionId:L.executionId,iteration:L.iteration}};u(je);let tt=f;tt&&(tt.streaming=!1,u(tt)),f=null,C.current=null}}else if(it!=="agent_iteration_complete"){if(it==="agent_reflection"||it==="agent_reflect"){let q=`agent-reflection-${L.executionId}-${L.iteration}`,N={id:q,role:"assistant",content:(ui=L.reflection)!=null?ui:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:l(),reasoning:{id:q,status:"complete",chunks:[(ao=L.reflection)!=null?ao:""]},agentMetadata:{executionId:L.executionId,iteration:L.iteration}};u(N)}else if(it==="agent_complete"){z&&(z.status=L.success?"complete":"error",z.completedAt=Xe(L.completedAt),z.stopReason=L.stopReason);let q=f;q&&(q.streaming=!1,u(q)),r({type:"status",status:"idle"})}else if(it==="agent_error"){let q=typeof L.error=="string"?L.error:(ko=(fi=L.error)==null?void 0:fi.message)!=null?ko:"Agent execution error";L.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",q):r({type:"error",error:new Error(q)})}else if(it!=="agent_ping"){if(it==="agent_approval_start"){let q=(Kt=L.approvalId)!=null?Kt:`approval-${l()}`,N={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:q,status:"pending",agentId:(ba=z==null?void 0:z.agentId)!=null?ba:"virtual",executionId:(os=(wa=L.executionId)!=null?wa:z==null?void 0:z.executionId)!=null?os:"",toolName:(Vn=L.toolName)!=null?Vn:"",toolType:L.toolType,description:(as=L.description)!=null?as:`Execute ${(mi=L.toolName)!=null?mi:"tool"}`,parameters:L.parameters}};u(N)}else if(it==="step_await"&&L.awaitReason==="approval_required"){let q=(ss=L.approvalId)!=null?ss:`approval-${l()}`,N={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:q,status:"pending",agentId:(gi=z==null?void 0:z.agentId)!=null?gi:"virtual",executionId:(Ca=(va=L.executionId)!=null?va:z==null?void 0:z.executionId)!=null?Ca:"",toolName:(zo=L.toolName)!=null?zo:"",toolType:L.toolType,description:(xi=L.description)!=null?xi:`Execute ${(hi=L.toolName)!=null?hi:"tool"}`,parameters:L.parameters}};u(N)}else if(it==="agent_approval_complete"){let q=L.approvalId;if(q){let ae={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:q,status:(is=L.decision)!=null?is:"approved",agentId:(ls=z==null?void 0:z.agentId)!=null?ls:"virtual",executionId:(cs=(ds=L.executionId)!=null?ds:z==null?void 0:z.executionId)!=null?cs:"",toolName:(zr=L.toolName)!=null?zr:"",description:(un=L.description)!=null?un:"",resolvedAt:Date.now()}};u(ae)}}else if(it==="artifact_start"||it==="artifact_delta"||it==="artifact_update"||it==="artifact_complete"){if(it==="artifact_start"){let q=L.artifactType,N=String(L.id),ae=typeof L.title=="string"?L.title:void 0;if(r({type:"artifact_start",id:N,artifactType:q,title:ae,component:typeof L.component=="string"?L.component:void 0}),Te.set(N,{markdown:"",title:ae}),!K.has(N)){K.add(N);let ie={id:`artifact-ref-${N}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:N,title:ae,artifactType:q,status:"streaming"}})};Ue.set(N,ie),u(ie)}}else if(it==="artifact_delta"){let q=String(L.id),N=typeof L.delta=="string"?L.delta:String((so=L.delta)!=null?so:"");r({type:"artifact_delta",id:q,artDelta:N});let ae=Te.get(q);ae&&(ae.markdown+=N)}else if(it==="artifact_update"){let q=L.props&&typeof L.props=="object"&&!Array.isArray(L.props)?L.props:{};r({type:"artifact_update",id:String(L.id),props:q,component:typeof L.component=="string"?L.component:void 0})}else if(it==="artifact_complete"){let q=String(L.id);r({type:"artifact_complete",id:q});let N=Ue.get(q);if(N){N.streaming=!1;try{let ae=JSON.parse((yt=N.rawContent)!=null?yt:"{}");if(ae.props){ae.props.status="complete";let ie=Te.get(q);ie!=null&&ie.markdown&&(ae.props.markdown=ie.markdown)}N.rawContent=JSON.stringify(ae)}catch{}Te.delete(q),u(N),Ue.delete(q)}}}else if(it==="transcript_insert"){let q=L.message;if(!q||typeof q!="object")continue;let N=String((ps=q.id)!=null?ps:`msg-${l()}`),ae=q.role,Y={id:N,role:ae==="user"?"user":ae==="system"?"system":"assistant",content:typeof q.content=="string"?q.content:"",rawContent:typeof q.rawContent=="string"?q.rawContent:void 0,createdAt:typeof q.createdAt=="string"?q.createdAt:new Date().toISOString(),streaming:q.streaming===!0,...typeof q.variant=="string"?{variant:q.variant}:{},sequence:l()};if(u(Y),Y.rawContent)try{let je=JSON.parse(Y.rawContent),tt=(Vo=je==null?void 0:je.props)==null?void 0:Vo.artifactId;typeof tt=="string"&&K.add(tt)}catch{}f=null,C.current=null,te.delete(N),le.delete(N)}else if(it==="error"||it==="step_error"||it==="dispatch_error"||it==="flow_error"){let q=null;if(L.error instanceof Error)q=L.error;else if(it==="dispatch_error"){let N=(Nn=L.message)!=null?Nn:L.error;N!=null&&N!==""&&(q=new Error(String(N)))}else if(it==="step_error"||it==="flow_error"){let N=L.error;typeof N=="string"&&N!==""?q=new Error(N):N!=null&&typeof N=="object"&&"message"in N&&(q=new Error(String((yi=N.message)!=null?yi:N)))}else it==="error"&&L.error!=null&&L.error!==""&&(q=new Error(String(L.error)));if(q){r({type:"error",error:q});let N=f;N&&N.streaming&&(N.streaming=!1,u(N)),r({type:"status",status:"idle"})}}}}}me.length=0};;){let{done:_,value:ke}=await o.read();if(_)break;a+=s.decode(ke,{stream:!0});let He=a.split(`
|
|
59
|
+
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return i[1]}return null};return{getExtractedText:()=>t,processChunk:async n=>{if(n.length<=e)return t!==null?{text:t,raw:n}:null;let o=n.trim();if(!o.startsWith("{")&&!o.startsWith("["))return null;let s=r(n);return s!==null&&(t=s),e=n.length,t!==null?{text:t,raw:n}:null},close:async()=>{}}},da=t=>{try{let e=JSON.parse(t);if(e&&typeof e=="object"&&typeof e.text=="string")return e.text}catch{return null}return null},Xi=()=>{let t={processChunk:e=>null,getExtractedText:()=>null};return t.__isPlainTextParser=!0,t},Ji=()=>{var e;let t=bw();return{processChunk:async r=>{let n=r.trim();return!n.startsWith("{")&&!n.startsWith("[")?null:t.processChunk(r)},getExtractedText:t.getExtractedText.bind(t),close:(e=t.close)==null?void 0:e.bind(t)}},Qi=()=>{let t=null,e=0;return{getExtractedText:()=>t,processChunk:r=>{let n=r.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(r.length<=e)return t!==null||t===""?{text:t||"",raw:r}:null;try{let o=(0,xo.parse)(r,xo.STR|xo.OBJ);o&&typeof o=="object"&&(o.component&&typeof o.component=="string"?t=typeof o.text=="string"?Vi(o.text):"":o.type==="init"&&o.form?t="":typeof o.text=="string"&&(t=Vi(o.text)))}catch{}return e=r.length,t!==null?{text:t,raw:r}:null},close:()=>{}}},_h=t=>{let e=null,r=0,o=t||(s=>{if(!s||typeof s!="object")return null;let a=i=>typeof i=="string"?Vi(i):null;if(s.component&&typeof s.component=="string")return typeof s.text=="string"?Vi(s.text):"";if(s.type==="init"&&s.form)return"";if(s.action)switch(s.action){case"nav_then_click":return a(s.on_load_text)||a(s.text)||null;case"message":case"message_and_click":case"checkout":return a(s.text)||null;default:return a(s.text)||a(s.display_text)||a(s.message)||null}return a(s.text)||a(s.display_text)||a(s.message)||a(s.content)||null});return{getExtractedText:()=>e,processChunk:s=>{let a=s.trim();if(!a.startsWith("{")&&!a.startsWith("["))return null;if(s.length<=r)return e!==null?{text:e,raw:s}:null;try{let i=(0,xo.parse)(s,xo.STR|xo.OBJ),d=o(i);d!==null&&(e=d)}catch{}return r=s.length,{text:e||"",raw:s}},close:()=>{}}},Yi=()=>{let t=null;return{processChunk:e=>{if(!e.trim().startsWith("<"))return null;let n=e.match(/<text[^>]*>([\s\S]*?)<\/text>/);return n&&n[1]?(t=n[1],{text:t,raw:e}):null},getExtractedText:()=>t}};var Zi=class{constructor(e,r=50){this.nextExpectedSeq=null;this.buffer=new Map;this.flushTimer=null;this.emitter=e,this.gapTimeoutMs=r}push(e,r){var s,a,i;let n=(i=(s=r==null?void 0:r.seq)!=null?s:r==null?void 0:r.sequenceIndex)!=null?i:(a=r==null?void 0:r.agentContext)==null?void 0:a.seq;if(n==null){this.buffer.size>0&&this.flushAll(),this.emitter(e,r);return}if(this.nextExpectedSeq===null&&(this.nextExpectedSeq=1),n===this.nextExpectedSeq){this.emitter(e,r),this.nextExpectedSeq=n+1,this.drainConsecutive();return}if(n<this.nextExpectedSeq){this.emitter(e,r);return}let o=this.buffer.get(n);o!==void 0&&(typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(`[persona] SequenceReorderBuffer: duplicate seq=${n} (${o.payloadType} vs ${e}); emitting earlier event out-of-order to avoid loss`),this.emitter(o.payloadType,o.payload)),this.buffer.set(n,{payloadType:e,payload:r,seq:n}),this.startGapTimer()}drainConsecutive(){for(;this.buffer.has(this.nextExpectedSeq);){let e=this.buffer.get(this.nextExpectedSeq);this.buffer.delete(this.nextExpectedSeq),this.emitter(e.payloadType,e.payload),this.nextExpectedSeq++}this.buffer.size===0&&this.clearGapTimer()}startGapTimer(){this.flushTimer===null&&(this.flushTimer=setTimeout(()=>{this.flushAll()},this.gapTimeoutMs))}clearGapTimer(){this.flushTimer!==null&&(clearTimeout(this.flushTimer),this.flushTimer=null)}flushAll(){if(this.clearGapTimer(),this.buffer.size===0)return;let e=[...this.buffer.entries()].sort((r,n)=>r[0]-n[0]);for(let[r,n]of e)this.buffer.delete(r),this.emitter(n.payloadType,n.payload);e.length>0&&(this.nextExpectedSeq=e[e.length-1][0]+1)}destroy(){this.clearGapTimer(),this.buffer.clear()}flushPending(){this.flushAll()}};var ww="https://api.runtype.com/v1/dispatch",el="https://api.runtype.com";function vw(t){var s,a;let e=t.toLowerCase(),n={"application/pdf":"pdf","application/json":"json","application/zip":"zip","text/plain":"txt","text/csv":"csv","text/markdown":"md"}[e];if(n)return`attachment.${n}`;let o=e.indexOf("/");if(o>0){let i=(a=(s=e.slice(o+1).split(";")[0])==null?void 0:s.trim())!=null?a:"";if(i&&i!=="octet-stream"&&/^[a-z0-9.+-]+$/i.test(i))return`attachment.${i}`}return"attachment"}var Nd=t=>!!(t.contentParts&&t.contentParts.length>0||t.llmContent&&t.llmContent.trim().length>0||t.rawContent&&t.rawContent.trim().length>0||t.content&&t.content.trim().length>0);function Cw(t){switch(t){case"json":return Qi;case"regex-json":return Ji;case"xml":return Yi;default:return Xi}}var Fh=t=>t.startsWith("{")||t.startsWith("[")||t.startsWith("<");function Aw(t,e){if(!t)return e;let r=t.trim(),n=e.trim();if(r.length===0)return e;if(n.length===0)return t;let o=Fh(r);if(!Fh(n))return t;if(!o||n===r||n.startsWith(r))return e;let a=da(t);return da(e)!==null&&a===null?e:t}var ca=class{constructor(e={}){this.config=e;this.clientSession=null;this.sessionInitPromise=null;this.lastSentClientToolsFingerprint=null;this.clientToolsFingerprintSessionId=null;var r,n,o,s;this.apiUrl=(r=e.apiUrl)!=null?r:ww,this.headers={"Content-Type":"application/json",...e.headers},this.debug=!!e.debug,this.createStreamParser=(n=e.streamParser)!=null?n:Cw(e.parserType),this.contextProviders=(o=e.contextProviders)!=null?o:[],this.requestMiddleware=e.requestMiddleware,this.customFetch=e.customFetch,this.parseSSEEvent=e.parseSSEEvent,this.getHeaders=e.getHeaders,this.webMcpBridge=((s=e.webmcp)==null?void 0:s.enabled)===!0?new Da(e.webmcp):null}setSSEEventCallback(e){this.onSSEEvent=e}setWebMcpConfirmHandler(e){var r;(r=this.webMcpBridge)==null||r.setConfirmHandler(e)}isWebMcpOperational(){var e;return((e=this.webMcpBridge)==null?void 0:e.isOperational())===!0}executeWebMcpToolCall(e,r,n){return this.webMcpBridge?this.webMcpBridge.executeToolCall(e,r,n):null}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(e){var n;return`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||el}/v1/client/${e}`}getClientSession(){return this.clientSession}async initSession(){var e,r;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,this.resetClientToolsFingerprint(),(r=(e=this.config).onSessionInit)==null||r.call(e,n),n}finally{this.sessionInitPromise=null}}async _doInitSession(){var s,a;let e=((a=(s=this.config).getStoredSessionId)==null?void 0:a.call(s))||null,r={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...e&&{sessionId:e}},n=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});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 o=await n.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(o.sessionId),{sessionId:o.sessionId,expiresAt:new Date(o.expiresAt),flow:o.flow,config:{welcomeMessage:o.config.welcomeMessage,placeholder:o.config.placeholder,theme:o.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null,this.resetClientToolsFingerprint()}resetClientToolsFingerprint(){this.lastSentClientToolsFingerprint=null,this.clientToolsFingerprintSessionId=null}getFeedbackApiUrl(){var r;return`${((r=this.config.apiUrl)==null?void 0:r.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||el}/v1/client/feedback`}async sendFeedback(e){var s,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(e.type)&&!e.messageId)throw new Error(`messageId is required for ${e.type} feedback type`);if(e.type==="csat"&&(e.rating===void 0||e.rating<1||e.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(e.type==="nps"&&(e.rating===void 0||e.rating<0||e.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",e);let o=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!o.ok){let i=await o.json().catch(()=>({error:"Feedback submission failed"}));throw o.status===401?(this.clientSession=null,(a=(s=this.config).onSessionExpired)==null||a.call(s),new Error("Session expired. Please refresh to continue.")):new Error(i.error||"Failed to submit feedback")}}async submitMessageFeedback(e,r){let n=this.getClientSession();if(!n)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:n.sessionId,messageId:e,type:r})}async submitCSATFeedback(e,r){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:e,comment:r})}async submitNPSFeedback(e,r){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:e,comment:r})}async dispatch(e,r){return this.isAgentMode()?this.dispatchAgent(e,r):this.isClientTokenMode()?this.dispatchClientToken(e,r):this.dispatchProxy(e,r)}async dispatchClientToken(e,r){var o,s,a,i;let n=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>n.abort()),r({type:"status",status:"connecting"});try{let d=await this.initSession();if(new Date>=new Date(d.expiresAt.getTime()-6e4)){this.clearClientSession(),(s=(o=this.config).onSessionExpired)==null||s.call(o);let h=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:h}),h}let l=await this.buildPayload(e.messages),p=l.metadata?Object.fromEntries(Object.entries(l.metadata).filter(([h])=>h!=="sessionId"&&h!=="session_id")):void 0,u={sessionId:d.sessionId,messages:e.messages.filter(Nd).map(h=>{var C,w,E;return{id:h.id,role:h.role,content:(E=(w=(C=h.contentParts)!=null?C:h.llmContent)!=null?w:h.rawContent)!=null?E:h.content}}),...e.assistantMessageId&&{assistantMessageId:e.assistantMessageId},...p&&Object.keys(p).length>0&&{metadata:p},...l.inputs&&Object.keys(l.inputs).length>0&&{inputs:l.inputs},...l.context&&{context:l.context}},f=l.clientTools,m=!!(f&&f.length>0),y=m?Hh(f):void 0,x=this.clientToolsFingerprintSessionId===d.sessionId,S=m&&x&&this.lastSentClientToolsFingerprint===y,M=!1,k=null,T;for(let h=0;;h++){let w={...u,...m&&(M||!S)&&f?{clientTools:f}:{},...y?{clientToolsFingerprint:y}:{}};if(this.debug&&console.debug("[AgentWidgetClient] client token dispatch",w),T=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w),signal:n.signal}),T.status===409&&h===0&&m){let E=await T.json().catch(()=>null);if((E==null?void 0:E.error)==="client_tools_resend_required"){M=!0,this.lastSentClientToolsFingerprint=null;continue}k=E!=null?E:{error:"Chat request failed"}}break}if(!T.ok){let h=k!=null?k:await T.json().catch(()=>({error:"Chat request failed"}));if(T.status===401){this.clearClientSession(),(i=(a=this.config).onSessionExpired)==null||i.call(a);let w=new Error("Session expired. Please refresh to continue.");throw r({type:"error",error:w}),w}if(T.status===429){let w=new Error(h.hint||"Message limit reached for this session.");throw r({type:"error",error:w}),w}let C=new Error(h.error||"Failed to send message");throw r({type:"error",error:C}),C}if(!T.body){let h=new Error("No response body received");throw r({type:"error",error:h}),h}this.lastSentClientToolsFingerprint=y!=null?y:null,this.clientToolsFingerprintSessionId=d.sessionId,r({type:"status",status:"connected"});try{await this.streamResponse(T.body,r,e.assistantMessageId)}finally{r({type:"status",status:"idle"})}}catch(d){let l=d instanceof Error?d:new Error(String(d));throw!l.message.includes("Session expired")&&!l.message.includes("Message limit")&&r({type:"error",error:l}),l}}async dispatchProxy(e,r){let n=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>n.abort()),r({type:"status",status:"connecting"});let o=await this.buildPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...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:s,body:JSON.stringify(o),signal:n.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw r({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Chat backend request failed: ${a.status} ${a.statusText}`);throw r({type:"error",error:i}),i}r({type:"status",status:"connected"});try{await this.streamResponse(a.body,r)}finally{r({type:"status",status:"idle"})}}async dispatchAgent(e,r){let n=new AbortController;e.signal&&e.signal.addEventListener("abort",()=>n.abort()),r({type:"status",status:"connecting"});let o=await this.buildAgentPayload(e.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",o);let s={...this.headers};if(this.getHeaders)try{let i=await this.getHeaders();s={...s,...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:s,body:JSON.stringify(o),signal:n.signal},o)}catch(i){let d=i instanceof Error?i:new Error(String(i));throw r({type:"error",error:d}),d}else a=await fetch(this.apiUrl,{method:"POST",headers:s,body:JSON.stringify(o),signal:n.signal});if(!a.ok||!a.body){let i=new Error(`Agent execution request failed: ${a.status} ${a.statusText}`);throw r({type:"error",error:i}),i}r({type:"status",status:"connected"});try{await this.streamResponse(a.body,r,e.assistantMessageId)}finally{r({type:"status",status:"idle"})}}async processStream(e,r,n){r({type:"status",status:"connected"});try{await this.streamResponse(e,r,n)}finally{r({type:"status",status:"idle"})}}async resolveApproval(e,r){var a;let o=`${((a=this.config.apiUrl)==null?void 0:a.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||el}/v1/agents/${e.agentId}/approve`,s={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(s,await this.getHeaders()),fetch(o,{method:"POST",headers:s,body:JSON.stringify({executionId:e.executionId,approvalId:e.approvalId,decision:r,streamResponse:!0})})}async resumeFlow(e,r,n){var l,p;let o=this.isClientTokenMode(),s=o?this.getClientApiUrl("resume"):`${((l=this.config.apiUrl)==null?void 0:l.replace(/\/+$/,""))||el}/resume`,a;o&&(a=(await this.initSession()).sessionId);let i={"Content-Type":"application/json",...this.headers};this.getHeaders&&Object.assign(i,await this.getHeaders());let d={executionId:e,toolOutputs:r,streamResponse:(p=n==null?void 0:n.streamResponse)!=null?p:!0};return a&&(d.sessionId=a),fetch(s,{method:"POST",headers:i,body:JSON.stringify(d),signal:n==null?void 0:n.signal})}async buildAgentPayload(e){var s;if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let r=e.slice().filter(Nd).filter(a=>a.role==="user"||a.role==="assistant"||a.role==="system").filter(a=>!a.variant||a.variant==="assistant").sort((a,i)=>{let d=new Date(a.createdAt).getTime(),l=new Date(i.createdAt).getTime();return d-l}).map(a=>{var i,d,l;return{role:a.role,content:(l=(d=(i=a.contentParts)!=null?i:a.llmContent)!=null?d:a.rawContent)!=null?l:a.content,createdAt:a.createdAt}}),n={agent:this.config.agent,messages:r,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}},o=await((s=this.webMcpBridge)==null?void 0:s.snapshotForDispatch());if(o&&o.length>0&&(n.clientTools=o),this.contextProviders.length){let a={};await Promise.all(this.contextProviders.map(async i=>{try{let d=await i({messages:e,config:this.config});d&&typeof d=="object"&&Object.assign(a,d)}catch(d){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",d)}})),Object.keys(a).length&&(n.context=a)}return n}async buildPayload(e){var s;let n={messages:e.slice().filter(Nd).sort((a,i)=>{let d=new Date(a.createdAt).getTime(),l=new Date(i.createdAt).getTime();return d-l}).map(a=>{var i,d,l;return{role:a.role,content:(l=(d=(i=a.contentParts)!=null?i:a.llmContent)!=null?d:a.rawContent)!=null?l:a.content,createdAt:a.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}},o=await((s=this.webMcpBridge)==null?void 0:s.snapshotForDispatch());if(o&&o.length>0&&(n.clientTools=o),this.contextProviders.length){let a={};await Promise.all(this.contextProviders.map(async i=>{try{let d=await i({messages:e,config:this.config});d&&typeof d=="object"&&Object.assign(a,d)}catch(d){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",d)}})),Object.keys(a).length&&(n.context=a)}if(this.requestMiddleware)try{let a=await this.requestMiddleware({payload:{...n},config:this.config});if(a&&typeof a=="object"){let i=a;return n.clientTools!==void 0&&!("clientTools"in i)&&(i.clientTools=n.clientTools),i}}catch(a){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",a)}return n}async handleCustomSSEEvent(e,r,n,o,s,a){if(!this.parseSSEEvent)return!1;try{let i=await this.parseSSEEvent(e);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:s(),...p!==void 0&&{partId:p}};return n.current=u,o(u),u},l=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,o(n.current)),d(i.partId)),i.partId!==void 0&&(a.current=i.partId);let p=l(i.partId);i.partId!==void 0&&!p.partId&&(p.partId=i.partId),p.content+=i.text,o(p)}return i.done&&(n.current&&(n.current.streaming=!1,o(n.current)),a.current=null,r({type:"status",status:"idle"})),i.error&&(a.current=null,r({type:"error",error:new Error(i.error)})),!0}catch(i){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",i),!1}}async streamResponse(e,r,n){var ge,ue,Oe,Z;let o=e.getReader(),s=new TextDecoder,a="",i=Date.now(),d=0,l=()=>i+d++,p=O=>{let Ie=O.reasoning?{...O.reasoning,chunks:[...O.reasoning.chunks]}:void 0,Ne=O.toolCall?{...O.toolCall,chunks:O.toolCall.chunks?[...O.toolCall.chunks]:void 0}:void 0,je=O.tools?O.tools.map(Ke=>({...Ke,chunks:Ke.chunks?[...Ke.chunks]:void 0})):void 0;return{...O,reasoning:Ie,toolCall:Ne,tools:je}},u=O=>{if(O.role!=="assistant"||O.variant)return!0;let Ie=Array.isArray(O.contentParts)&&O.contentParts.length>0,Ne=typeof O.rawContent=="string"&&O.rawContent.trim()!=="";return typeof O.content=="string"&&O.content.trim()!==""||Ie||Ne||!!O.stopReason},f=O=>{u(O)&&r({type:"message",message:p(O)})},m=null,y=null,x={current:null},S={current:null},M=!1,k=new Map,T=new Map,h=new Map,C=new Map,w={lastId:null,byStep:new Map},E={lastId:null,byCall:new Map},W=(O,Ie,Ne="")=>`${O}::${Ie}::${Ne}`,P=(O,Ie)=>`${O}::${Ie}::`,R=(O,Ie,Ne,je)=>{let Ke=W(O,Ie,Ne),xt=h.get(Ke);if(xt)return xt;let st=Ne?`-${Ne}`:"",Pt={id:`nested-${O}-${Ie}${st}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),...Ne?{partId:Ne}:{},agentMetadata:{executionId:je,parentToolId:O,parentStepId:Ie}};return h.set(Ke,Pt),f(Pt),Pt},N=O=>{if(O==null)return null;try{return String(O)}catch{return null}},j=O=>{var Ie,Ne,je,Ke,xt;return N((xt=(Ke=(je=(Ne=(Ie=O.stepId)!=null?Ie:O.step_id)!=null?Ne:O.step)!=null?je:O.parentId)!=null?Ke:O.flowStepId)!=null?xt:O.flow_step_id)},oe=O=>{var Ie,Ne,je,Ke,xt,st,Pt;return N((Pt=(st=(xt=(Ke=(je=(Ne=(Ie=O.callId)!=null?Ie:O.call_id)!=null?Ne:O.requestId)!=null?je:O.request_id)!=null?Ke:O.toolCallId)!=null?xt:O.tool_call_id)!=null?st:O.stepId)!=null?Pt:O.step_id)},ve=n,nt=!1,Te=()=>{if(m)return m;let O;return!nt&&ve?(O=ve,nt=!0):ve&&S.current?O=`${ve}_${S.current}`:O=`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,m={id:O,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l()},f(m),m},$e=(O,Ie)=>{w.lastId=Ie,O&&w.byStep.set(O,Ie)},Se=(O,Ie)=>{var xt;let Ne=(xt=O.reasoningId)!=null?xt:O.id,je=j(O);if(Ne){let st=String(Ne);return $e(je,st),st}if(je){let st=w.byStep.get(je);if(st)return w.lastId=st,st}if(w.lastId&&!Ie)return w.lastId;if(!Ie)return null;let Ke=`reason-${l()}`;return $e(je,Ke),Ke},Xe=O=>{let Ie=k.get(O);if(Ie)return Ie;let Ne={id:`reason-${O}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:l(),reasoning:{id:O,status:"streaming",chunks:[]}};return k.set(O,Ne),f(Ne),Ne},He=(O,Ie)=>{E.lastId=Ie,O&&E.byCall.set(O,Ie)},V=new Set,be=new Map,G=new Set,Ae=new Map,J=O=>{if(!O)return!1;let Ie=O.replace(/_+/g,"_").replace(/^_|_$/g,"");return Ie==="emit_artifact_markdown"||Ie==="emit_artifact_component"},ie=(O,Ie)=>{var xt;let Ne=(xt=O.toolId)!=null?xt:O.id,je=oe(O);if(Ne){let st=String(Ne);return He(je,st),st}if(je){let st=E.byCall.get(je);if(st)return E.lastId=st,st}if(E.lastId&&!Ie)return E.lastId;if(!Ie)return null;let Ke=`tool-${l()}`;return He(je,Ke),Ke},Me=O=>{let Ie=T.get(O);if(Ie)return Ie;let Ne={id:`tool-${O}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:l(),toolCall:{id:O,status:"pending"}};return T.set(O,Ne),f(Ne),Ne},Ge=O=>{if(typeof O=="number"&&Number.isFinite(O))return O;if(typeof O=="string"){let Ie=Number(O);if(!Number.isNaN(Ie)&&Number.isFinite(Ie))return Ie;let Ne=Date.parse(O);if(!Number.isNaN(Ne))return Ne}return Date.now()},ce=O=>{if(typeof O=="string")return O;if(O==null)return"";try{return JSON.stringify(O)}catch{return String(O)}},re=new Map,le=new Map,gt=new Map,ke=new Map,ye=null,tt=(O,Ie,Ne)=>{var Pt;let je=gt.get(O);je||(je=[],gt.set(O,je));let Ke=0,xt=je.length;for(;Ke<xt;){let Zt=Ke+xt>>>1;je[Zt].seq<Ie?Ke=Zt+1:xt=Zt}((Pt=je[Ke])==null?void 0:Pt.seq)===Ie?je[Ke]={seq:Ie,text:Ne}:je.splice(Ke,0,{seq:Ie,text:Ne});let st="";for(let Zt=0;Zt<je.length;Zt++)st+=je[Zt].text;return st},Ue=(O,Ie)=>{let Ne=ce(Ie),je=le.get(O.id),Ke=Aw(je,Ne);O.rawContent=Ke;let xt=re.get(O.id),st=it=>{var de;let Vt=(de=O.content)!=null?de:"";it.trim()!==""&&(Vt.trim().length===0||it.startsWith(Vt)||it.trimStart().startsWith(Vt.trim()))&&(O.content=it)},Pt=()=>{var it;if(xt){let Vt=(it=xt.close)==null?void 0:it.call(xt);Vt instanceof Promise&&Vt.catch(()=>{})}re.delete(O.id),le.delete(O.id),O.streaming=!1,f(O)};if(!xt){st(Ne),Pt();return}let Zt=da(Ke);if(Zt!==null&&Zt.trim()!==""){st(Zt),Pt();return}let X=it=>{var we;let Vt=typeof it=="string"?it:(we=it==null?void 0:it.text)!=null?we:null;if(Vt!==null&&Vt.trim()!=="")return Vt;let de=xt.getExtractedText();return de!==null&&de.trim()!==""?de:Ne},er;try{er=xt.processChunk(Ke)}catch{st(Ne),Pt();return}if(er instanceof Promise){er.then(it=>{st(X(it)),Pt()}).catch(()=>{st(Ne),Pt()});return}st(X(er)),Pt()},he=[],Q=!1,Ve,ee=()=>{Q||(Q=!0,queueMicrotask(()=>{Q=!1,Ve()}))},xe=new Zi((O,Ie)=>{he.push({payloadType:O,payload:Ie}),ee()}),z=null,De=new Map,Le=(ge=this.config.iterationDisplay)!=null?ge:"separate";for(Ve=()=>{var O,Ie,Ne,je,Ke,xt,st,Pt,Zt,X,er,it,Vt,de,we,Ot,lr,It,hr,Ut,Nt,Mt,Rt,dr,ht,ur,Cr,Br,Ur,bt,sn,gr,Kn,Nr,oo,Dn,On,fe,I,te,Pe,Ze,tr,jt,or,Hr,qr,Cn,Jt,Gt,Dr,An,Ao,ao,So,Xn,ln,Nn,Bt,xr,yr,dn,To,Sn,_n,cn,U,Tn,Ee,pn,Mn,Fn,ts,$n,Un,qn,so,Vo,ii,rs,li,va,Wt,ns,kn,nn,di,ci,Ca,io,pi,jo,os,lo,as,Mo,ko,ui,fi,sd,Go,Eo,mi,ss,Lo,gi,is,Po,ls,hi,co,xi,Io,Qt,Aa,Sa,ds,Jn,yi,cs,ps,bi,Ta,Ma,Ko,wi,vi,us,fs,ms,gs,Xr,un,po,Ct,hs,Xo,zn;for(let ka=0;ka<he.length;ka++){let lt=he[ka].payloadType,L=he[ka].payload;if(lt==="reason_start"){let q=(O=Se(L,!0))!=null?O:`reason-${l()}`,H=Xe(q);H.reasoning=(Ie=H.reasoning)!=null?Ie:{id:q,status:"streaming",chunks:[]},H.reasoning.startedAt=(je=H.reasoning.startedAt)!=null?je:Ge((Ne=L.startedAt)!=null?Ne:L.timestamp),H.reasoning.completedAt=void 0,H.reasoning.durationMs=void 0,H.streaming=!0,H.reasoning.status="streaming",f(H)}else if(lt==="reason_delta"||lt==="reason_chunk"){let q=(xt=(Ke=Se(L,!1))!=null?Ke:Se(L,!0))!=null?xt:`reason-${l()}`,H=Xe(q);H.reasoning=(st=H.reasoning)!=null?st:{id:q,status:"streaming",chunks:[]},H.reasoning.startedAt=(Zt=H.reasoning.startedAt)!=null?Zt:Ge((Pt=L.startedAt)!=null?Pt:L.timestamp);let ae=(it=(er=(X=L.reasoningText)!=null?X:L.text)!=null?er:L.delta)!=null?it:"";if(ae&&L.hidden!==!0){let me=typeof L.sequenceIndex=="number"?L.sequenceIndex:void 0;if(me!==void 0){let Y=tt(q,me,String(ae));H.reasoning.chunks=[Y]}else H.reasoning.chunks.push(String(ae))}if(H.reasoning.status=L.done?"complete":"streaming",L.done){H.reasoning.completedAt=Ge((Vt=L.completedAt)!=null?Vt:L.timestamp);let me=(de=H.reasoning.startedAt)!=null?de:Date.now();H.reasoning.durationMs=Math.max(0,((we=H.reasoning.completedAt)!=null?we:Date.now())-me)}H.streaming=H.reasoning.status!=="complete",f(H)}else if(lt==="reason_complete"){let q=(lr=(Ot=Se(L,!1))!=null?Ot:Se(L,!0))!=null?lr:`reason-${l()}`,H=k.get(q);if(H!=null&&H.reasoning){H.reasoning.status="complete",H.reasoning.completedAt=Ge((It=L.completedAt)!=null?It:L.timestamp);let me=(hr=H.reasoning.startedAt)!=null?hr:Date.now();H.reasoning.durationMs=Math.max(0,((Ut=H.reasoning.completedAt)!=null?Ut:Date.now())-me),H.streaming=!1,f(H)}let ae=j(L);ae&&w.byStep.delete(ae)}else if(lt==="tool_start"){let q=(Nt=ie(L,!0))!=null?Nt:`tool-${l()}`,H=(Mt=L.toolName)!=null?Mt:L.name;if(J(H)){V.add(q);continue}let ae=Me(q),me=(Rt=ae.toolCall)!=null?Rt:{id:q,status:"pending"};me.name=H!=null?H:me.name,me.status="running",L.args!==void 0?me.args=L.args:L.parameters!==void 0&&(me.args=L.parameters),me.startedAt=(ht=me.startedAt)!=null?ht:Ge((dr=L.startedAt)!=null?dr:L.timestamp),me.completedAt=void 0,me.durationMs=void 0,ae.toolCall=me,ae.streaming=!0;let Y=L.agentContext;(Y||L.executionId)&&(ae.agentMetadata={executionId:(ur=Y==null?void 0:Y.executionId)!=null?ur:L.executionId,iteration:(Cr=Y==null?void 0:Y.iteration)!=null?Cr:L.iteration}),f(ae)}else if(lt==="tool_chunk"||lt==="tool_delta"){let q=(Ur=(Br=ie(L,!1))!=null?Br:ie(L,!0))!=null?Ur:`tool-${l()}`;if(V.has(q))continue;let H=Me(q),ae=(bt=H.toolCall)!=null?bt:{id:q,status:"running"};ae.startedAt=(gr=ae.startedAt)!=null?gr:Ge((sn=L.startedAt)!=null?sn:L.timestamp);let me=(oo=(Nr=(Kn=L.text)!=null?Kn:L.delta)!=null?Nr:L.message)!=null?oo:"";me&&(ae.chunks=(Dn=ae.chunks)!=null?Dn:[],ae.chunks.push(String(me))),ae.status="running",H.toolCall=ae,H.streaming=!0;let Y=L.agentContext;(Y||L.executionId)&&(H.agentMetadata=(I=H.agentMetadata)!=null?I:{executionId:(On=Y==null?void 0:Y.executionId)!=null?On:L.executionId,iteration:(fe=Y==null?void 0:Y.iteration)!=null?fe:L.iteration}),f(H)}else if(lt==="tool_complete"){let q=(Pe=(te=ie(L,!1))!=null?te:ie(L,!0))!=null?Pe:`tool-${l()}`;if(V.has(q)){V.delete(q);continue}let H=Me(q),ae=(Ze=H.toolCall)!=null?Ze:{id:q,status:"running"};ae.status="complete",L.result!==void 0&&(ae.result=L.result),typeof L.duration=="number"&&(ae.duration=L.duration),ae.completedAt=Ge((tr=L.completedAt)!=null?tr:L.timestamp);let me=(jt=L.duration)!=null?jt:L.executionTime;if(typeof me=="number")ae.durationMs=me;else{let Ye=(or=ae.startedAt)!=null?or:Date.now();ae.durationMs=Math.max(0,((Hr=ae.completedAt)!=null?Hr:Date.now())-Ye)}H.toolCall=ae,H.streaming=!1;let Y=L.agentContext;(Y||L.executionId)&&(H.agentMetadata=(Jt=H.agentMetadata)!=null?Jt:{executionId:(qr=Y==null?void 0:Y.executionId)!=null?qr:L.executionId,iteration:(Cn=Y==null?void 0:Y.iteration)!=null?Cn:L.iteration}),f(H);let Fe=oe(L);Fe&&E.byCall.delete(Fe)}else if(lt==="step_await"&&L.awaitReason==="local_tool_required"&&L.toolName){let q=typeof L.toolCallId=="string"&&L.toolCallId.length>0?L.toolCallId:void 0,H=(Gt=q!=null?q:L.toolId)!=null?Gt:`local-${l()}`,ae=Me(H),me=L.toolName,Y=Ho(me),Fe=(Dr=ae.toolCall)!=null?Dr:{id:H,status:"pending"};Fe.name=me,Fe.args=L.parameters,Fe.status=Y?"running":"complete",Fe.chunks=(An=Fe.chunks)!=null?An:[],Fe.startedAt=(ao=Fe.startedAt)!=null?ao:Ge((Ao=L.startedAt)!=null?Ao:L.timestamp),Y?(Fe.completedAt=void 0,Fe.duration=void 0,Fe.durationMs=void 0):Fe.completedAt=(So=Fe.completedAt)!=null?So:Fe.startedAt,ae.toolCall=Fe,ae.streaming=!1,ae.agentMetadata={...ae.agentMetadata,executionId:(ln=L.executionId)!=null?ln:(Xn=ae.agentMetadata)==null?void 0:Xn.executionId,awaitingLocalTool:!0,...q?{webMcpToolCallId:q}:{}},f(ae)}else if(lt==="text_start"){if((Nn=L.toolContext)!=null&&Nn.toolId)continue;let q=L.partId;if(q!==void 0&&S.current!==null&&q!==S.current){let H=m;H&&(H.streaming=!1,f(H),ye=H,m=null,M=!0)}q!==void 0&&(S.current=q)}else if(lt==="text_end"){if((Bt=L.toolContext)!=null&&Bt.toolId)continue;let q=m;q&&(q.streaming=!1,f(q),ye=q,m=null,M=!0)}else if(lt==="step_chunk"||lt==="step_delta"){let q=L.stepType,H=L.executionType;if(q==="tool"||H==="context")continue;let ae=L.toolContext;if(ae!=null&&ae.toolId){let Ye=String((yr=(xr=L.id)!=null?xr:ae.stepId)!=null?yr:`step-${l()}`),At=L.partId!==void 0&&L.partId!==null?String(L.partId):"",dt=`${ae.toolId}::${Ye}`,ct=C.get(dt);if(At!==""&&ct!==void 0&&ct!==""&&ct!==At){let zt=h.get(W(ae.toolId,Ye,ct));zt&&zt.streaming!==!1&&(zt.streaming=!1,f(zt))}At!==""&&C.set(dt,At);let ut=R(ae.toolId,Ye,At,ae.executionId),br=(_n=(Sn=(To=(dn=L.text)!=null?dn:L.delta)!=null?To:L.content)!=null?Sn:L.chunk)!=null?_n:"";br&&(ut.content+=String(br),ut.streaming=!0,f(ut)),L.isComplete&&(ut.streaming=!1,f(ut));continue}let me=L.partId;if(me!==void 0&&S.current!==null&&me!==S.current){let Ye=m;Ye&&(Ye.streaming=!1,f(Ye),ye=Ye,m=null,M=!0)}me!==void 0&&(S.current=me);let Y=me!==void 0&&(cn=ke.get(me))!=null?cn:Te();me!==void 0&&(Y.partId||(Y.partId=me),ke.set(me,Y));let Fe=(pn=(Ee=(Tn=(U=L.text)!=null?U:L.delta)!=null?Tn:L.content)!=null?Ee:L.chunk)!=null?pn:"";if(Fe){let Ye=typeof L.seq=="number"?L.seq:void 0,At=me!=null?me:Y.id,dt=Ye!==void 0?tt(At,Ye,String(Fe)):((Mn=le.get(Y.id))!=null?Mn:"")+Fe;Y.rawContent=dt,re.has(Y.id)||re.set(Y.id,this.createStreamParser());let ct=re.get(Y.id),ut=dt.trim().startsWith("{")||dt.trim().startsWith("[");if(ut&&le.set(Y.id,dt),ct.__isPlainTextParser===!0){Y.content=Ye!==void 0?dt:Y.content+Fe,le.delete(Y.id),re.delete(Y.id),Y.rawContent=void 0,f(Y);continue}let zt=ct.processChunk(dt);if(zt instanceof Promise)zt.then(Xt=>{var zr;let Er=typeof Xt=="string"?Xt:(zr=Xt==null?void 0:Xt.text)!=null?zr:null;if(Er!==null&&Er.trim()!=="")Y.content=Er,f(Y);else if(!ut&&!dt.trim().startsWith("<")){let _r=m,Ar=_r&&_r.id===Y.id?_r:Y;Ar.id===Y.id&&(Ar.content=Ye!==void 0?dt:Ar.content+Fe,le.delete(Ar.id),re.delete(Ar.id),Ar.rawContent=void 0,f(Ar))}}).catch(()=>{Y.content=Ye!==void 0?dt:Y.content+Fe,le.delete(Y.id),re.delete(Y.id),Y.rawContent=void 0,f(Y)});else{let Xt=typeof zt=="string"?zt:(Fn=zt==null?void 0:zt.text)!=null?Fn:null;Xt!==null&&Xt.trim()!==""?(Y.content=Xt,f(Y)):!ut&&!dt.trim().startsWith("<")&&(Y.content=Ye!==void 0?dt:Y.content+Fe,le.delete(Y.id),re.delete(Y.id),Y.rawContent=void 0,f(Y))}}if(L.isComplete){let Ye=($n=(ts=L.result)==null?void 0:ts.response)!=null?$n:Y.content;if(Ye){let At=le.get(Y.id),dt=At!=null?At:ce(Ye);Y.rawContent=dt;let ct=re.get(Y.id),ut=null,br=!1;if(ct&&(ut=ct.getExtractedText(),ut===null&&(ut=da(dt)),ut===null)){let zt=ct.processChunk(dt);zt instanceof Promise?(br=!0,zt.then(Xt=>{var zr;let Er=typeof Xt=="string"?Xt:(zr=Xt==null?void 0:Xt.text)!=null?zr:null;if(Er!==null){let _r=m;_r&&_r.id===Y.id&&(_r.content=Er,_r.streaming=!1,re.delete(_r.id),le.delete(_r.id),f(_r))}})):ut=typeof zt=="string"?zt:(Un=zt==null?void 0:zt.text)!=null?Un:null}if(!br){ut!==null&&ut.trim()!==""?Y.content=ut:le.has(Y.id)||(Y.content=ce(Ye));let zt=re.get(Y.id);if(zt){let Xt=(qn=zt.close)==null?void 0:qn.call(zt);Xt instanceof Promise&&Xt.catch(()=>{}),re.delete(Y.id)}le.delete(Y.id),Y.streaming=!1,f(Y)}}}}else if(lt==="step_complete"){let q=L.stepType,H=L.executionType;if(q==="tool"||H==="context")continue;let ae=L.toolContext;if(ae!=null&&ae.toolId){let Ye=String((Vo=(so=L.id)!=null?so:ae.stepId)!=null?Vo:"");if(Ye){let At=P(ae.toolId,Ye);for(let[dt,ct]of h)dt.startsWith(At)&&ct.streaming!==!1&&(ct.streaming=!1,f(ct));C.delete(`${ae.toolId}::${Ye}`)}continue}let me=L.stopReason;if(M){if(m!==null){let dt=m;me&&(dt.stopReason=me),re.delete(dt.id),le.delete(dt.id),dt.streaming!==!1&&(dt.streaming=!1,f(dt))}let Ye=(ii=L.result)==null?void 0:ii.response,At=ye;At&&(me&&(At.stopReason=me),Ye!=null?Ue(At,Ye):(re.delete(At.id),le.delete(At.id))),ye=null;continue}let Y=(rs=L.result)==null?void 0:rs.response,Fe=Te();if(me&&(Fe.stopReason=me),Y!=null){let Ye=re.get(Fe.id),At=!1,dt=!1;if(Ye){let ct=Ye.getExtractedText(),ut=le.get(Fe.id),br=ut!=null?ut:ce(Y);if(Fe.rawContent=br,ct!==null&&ct.trim()!=="")Fe.content=ct,At=!0;else{let zt=da(br);if(zt!==null)Fe.content=zt,At=!0;else{let Xt=Ye.processChunk(br);if(Xt instanceof Promise)dt=!0,Xt.then(Er=>{var _r;let zr=typeof Er=="string"?Er:(_r=Er==null?void 0:Er.text)!=null?_r:null;if(zr!==null&&zr.trim()!==""){let Ar=m;Ar&&Ar.id===Fe.id&&(Ar.content=zr,Ar.streaming=!1,re.delete(Ar.id),le.delete(Ar.id),f(Ar))}else{let Ar=Ye.getExtractedText(),En=m;En&&En.id===Fe.id&&(Ar!==null&&Ar.trim()!==""?En.content=Ar:le.has(En.id)||(En.content=ce(Y)),En.streaming=!1,re.delete(En.id),le.delete(En.id),f(En))}});else{let Er=typeof Xt=="string"?Xt:(li=Xt==null?void 0:Xt.text)!=null?li:null;if(Er!==null&&Er.trim()!=="")Fe.content=Er,At=!0;else{let zr=Ye.getExtractedText();zr!==null&&zr.trim()!==""&&(Fe.content=zr,At=!0)}}}}}if(!dt){if(!Fe.rawContent){let ct=le.get(Fe.id);Fe.rawContent=ct!=null?ct:ce(Y)}if(!At&&!le.has(Fe.id)&&(Fe.content=ce(Y)),Ye){let ct=(va=Ye.close)==null?void 0:va.call(Ye);ct instanceof Promise&&ct.catch(()=>{})}re.delete(Fe.id),le.delete(Fe.id),Fe.streaming=!1,f(Fe)}}else re.delete(Fe.id),le.delete(Fe.id),Fe.streaming=!1,f(Fe)}else if(lt==="flow_complete"){let q=(Wt=L.result)==null?void 0:Wt.response;if(M){if(m!==null){let H=m;re.delete(H.id),le.delete(H.id),H.streaming!==!1&&(H.streaming=!1,f(H))}}else if(q!=null){let H=Te(),ae=le.get(H.id),me=ae!=null?ae:ce(q);H.rawContent=me;let Y=ce(q),Fe=re.get(H.id);if(Fe){let dt=da(me);if(dt!==null)Y=dt;else{let ct=Fe.processChunk(me);ct instanceof Promise&&ct.then(br=>{var Xt;let zt=typeof br=="string"?br:(Xt=br==null?void 0:br.text)!=null?Xt:null;zt!==null&&(H.content=zt,H.streaming=!1,f(H))});let ut=Fe.getExtractedText();ut!==null&&(Y=ut)}}re.delete(H.id),le.delete(H.id);let Ye=Y!==H.content,At=H.streaming!==!1;Ye&&(H.content=Y),H.streaming=!1,(Ye||At)&&f(H)}else if(m!==null){let H=m;re.delete(H.id),le.delete(H.id),H.streaming!==!1&&(H.streaming=!1,f(H))}r({type:"status",status:"idle"})}else if(lt==="agent_start")z={executionId:L.executionId,agentId:(ns=L.agentId)!=null?ns:"virtual",agentName:(kn=L.agentName)!=null?kn:"",status:"running",currentIteration:0,maxTurns:(nn=L.maxTurns)!=null?nn:1,startedAt:Ge(L.startedAt)};else if(lt==="agent_iteration_start"){if(z&&(z.currentIteration=L.iteration),Le==="separate"&&L.iteration>1){let q=m;q&&(q.streaming=!1,f(q),De.set(L.iteration-1,q),m=null)}}else if(lt==="agent_turn_start")y=null;else if(lt==="agent_turn_delta"){if(L.contentType==="text"){let q=Te();q.content+=(di=L.delta)!=null?di:"",q.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:L.turnId,agentName:z==null?void 0:z.agentName},y=q,f(q)}else if(L.contentType==="thinking"){let q=(ci=L.turnId)!=null?ci:`agent-think-${L.iteration}`,H=Xe(q);H.reasoning=(Ca=H.reasoning)!=null?Ca:{id:q,status:"streaming",chunks:[]},H.reasoning.chunks.push((io=L.delta)!=null?io:""),H.agentMetadata={executionId:L.executionId,iteration:L.iteration,turnId:L.turnId},f(H)}else if(L.contentType==="tool_input"){let q=(pi=L.toolCallId)!=null?pi:E.lastId;if(q){let H=T.get(q);H!=null&&H.toolCall&&(H.toolCall.chunks=(jo=H.toolCall.chunks)!=null?jo:[],H.toolCall.chunks.push((os=L.delta)!=null?os:""),f(H))}}}else if(lt==="agent_turn_complete"){let q=L.turnId;if(q){let me=k.get(q);if(me!=null&&me.reasoning){me.reasoning.status="complete",me.reasoning.completedAt=Ge(L.completedAt);let Y=(lo=me.reasoning.startedAt)!=null?lo:Date.now();me.reasoning.durationMs=Math.max(0,((as=me.reasoning.completedAt)!=null?as:Date.now())-Y),me.streaming=!1,f(me)}}let H=L.stopReason,ae=m!=null?m:y;if(H&&ae!==null){let me=L.turnId;(!me||((Mo=ae.agentMetadata)==null?void 0:Mo.turnId)===me)&&(ae.stopReason=H,f(ae))}}else if(lt==="agent_tool_start"){m&&(m.streaming=!1,f(m),m=null);let q=(ko=L.toolCallId)!=null?ko:`agent-tool-${l()}`;He(oe(L),q);let H=Me(q),ae=(ui=H.toolCall)!=null?ui:{id:q,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};ae.name=(sd=(fi=L.toolName)!=null?fi:L.name)!=null?sd:ae.name,ae.status="running",L.parameters!==void 0&&(ae.args=L.parameters),ae.startedAt=Ge((Go=L.startedAt)!=null?Go:L.timestamp),H.toolCall=ae,H.streaming=!0,H.agentMetadata={executionId:L.executionId,iteration:L.iteration},f(H)}else if(lt==="agent_tool_delta"){let q=(Eo=L.toolCallId)!=null?Eo:E.lastId;if(q){let H=(mi=T.get(q))!=null?mi:Me(q);H.toolCall&&(H.toolCall.chunks=(ss=H.toolCall.chunks)!=null?ss:[],H.toolCall.chunks.push((Lo=L.delta)!=null?Lo:""),H.toolCall.status="running",H.streaming=!0,f(H))}}else if(lt==="agent_tool_complete"){let q=(gi=L.toolCallId)!=null?gi:E.lastId;if(q){let H=(is=T.get(q))!=null?is:Me(q);if(H.toolCall){H.toolCall.status="complete",L.result!==void 0&&(H.toolCall.result=L.result),typeof L.executionTime=="number"&&(H.toolCall.durationMs=L.executionTime),H.toolCall.completedAt=Ge((Po=L.completedAt)!=null?Po:L.timestamp),H.streaming=!1,f(H);let ae=oe(L);ae&&E.byCall.delete(ae)}}}else if(lt==="agent_media"){let q=Array.isArray(L.media)?L.media:[],H=[];for(let ae of q){if(!ae||typeof ae!="object")continue;let me=ae,Y=typeof me.type=="string"?me.type:void 0,Fe=typeof me.mediaType=="string"?me.mediaType.toLowerCase():"",Ye=null,At="";if(Y==="media"){let dt=typeof me.data=="string"?me.data:void 0;if(!dt)continue;At=Fe.length>0?Fe:"application/octet-stream",Ye=`data:${At};base64,${dt}`}else if(Y==="image-url"){let dt=typeof me.url=="string"?me.url:void 0;if(!dt)continue;At=Fe,Ye=dt}else if(Y==="file-url"){let dt=typeof me.url=="string"?me.url:void 0;if(!dt)continue;At=Fe,Ye=dt}else continue;if(Ye)if(Y==="image-url"||At.startsWith("image/"))H.push({type:"image",image:Ye,...At?{mimeType:At}:{}});else if(At.startsWith("audio/"))H.push({type:"audio",audio:Ye,mimeType:At});else if(At.startsWith("video/"))H.push({type:"video",video:Ye,mimeType:At});else{let dt=At||"application/octet-stream";H.push({type:"file",data:Ye,mimeType:dt,filename:vw(dt)})}}if(H.length>0){let ae=l(),me=L.toolCallId,Fe={id:`agent-media-${typeof me=="string"&&me.length>0?`${me}-${ae}`:String(ae)}`,role:"assistant",content:"",contentParts:H,createdAt:new Date().toISOString(),streaming:!1,sequence:ae,agentMetadata:{executionId:L.executionId,iteration:L.iteration}};f(Fe);let Ye=m;Ye&&(Ye.streaming=!1,f(Ye)),m=null,x.current=null}}else if(lt!=="agent_iteration_complete"){if(lt==="agent_reflection"||lt==="agent_reflect"){let q=`agent-reflection-${L.executionId}-${L.iteration}`,H={id:q,role:"assistant",content:(ls=L.reflection)!=null?ls:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:l(),reasoning:{id:q,status:"complete",chunks:[(hi=L.reflection)!=null?hi:""]},agentMetadata:{executionId:L.executionId,iteration:L.iteration}};f(H)}else if(lt==="agent_complete"){z&&(z.status=L.success?"complete":"error",z.completedAt=Ge(L.completedAt),z.stopReason=L.stopReason);let q=m;q&&(q.streaming=!1,f(q)),r({type:"status",status:"idle"})}else if(lt==="agent_error"){let q=typeof L.error=="string"?L.error:(xi=(co=L.error)==null?void 0:co.message)!=null?xi:"Agent execution error";L.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",q):r({type:"error",error:new Error(q)})}else if(lt!=="agent_ping"){if(lt==="agent_approval_start"){let q=(Io=L.approvalId)!=null?Io:`approval-${l()}`,H={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:q,status:"pending",agentId:(Qt=z==null?void 0:z.agentId)!=null?Qt:"virtual",executionId:(Sa=(Aa=L.executionId)!=null?Aa:z==null?void 0:z.executionId)!=null?Sa:"",toolName:(ds=L.toolName)!=null?ds:"",toolType:L.toolType,description:(yi=L.description)!=null?yi:`Execute ${(Jn=L.toolName)!=null?Jn:"tool"}`,parameters:L.parameters}};f(H)}else if(lt==="step_await"&&L.awaitReason==="approval_required"){let q=(cs=L.approvalId)!=null?cs:`approval-${l()}`,H={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:q,status:"pending",agentId:(ps=z==null?void 0:z.agentId)!=null?ps:"virtual",executionId:(Ta=(bi=L.executionId)!=null?bi:z==null?void 0:z.executionId)!=null?Ta:"",toolName:(Ma=L.toolName)!=null?Ma:"",toolType:L.toolType,description:(wi=L.description)!=null?wi:`Execute ${(Ko=L.toolName)!=null?Ko:"tool"}`,parameters:L.parameters}};f(H)}else if(lt==="agent_approval_complete"){let q=L.approvalId;if(q){let ae={id:`approval-${q}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:l(),approval:{id:q,status:(vi=L.decision)!=null?vi:"approved",agentId:(us=z==null?void 0:z.agentId)!=null?us:"virtual",executionId:(ms=(fs=L.executionId)!=null?fs:z==null?void 0:z.executionId)!=null?ms:"",toolName:(gs=L.toolName)!=null?gs:"",description:(Xr=L.description)!=null?Xr:"",resolvedAt:Date.now()}};f(ae)}}else if(lt==="artifact_start"||lt==="artifact_delta"||lt==="artifact_update"||lt==="artifact_complete"){if(lt==="artifact_start"){let q=L.artifactType,H=String(L.id),ae=typeof L.title=="string"?L.title:void 0;if(r({type:"artifact_start",id:H,artifactType:q,title:ae,component:typeof L.component=="string"?L.component:void 0}),Ae.set(H,{markdown:"",title:ae}),!G.has(H)){G.add(H);let me={id:`artifact-ref-${H}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:l(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:H,title:ae,artifactType:q,status:"streaming"}})};be.set(H,me),f(me)}}else if(lt==="artifact_delta"){let q=String(L.id),H=typeof L.delta=="string"?L.delta:String((un=L.delta)!=null?un:"");r({type:"artifact_delta",id:q,artDelta:H});let ae=Ae.get(q);ae&&(ae.markdown+=H)}else if(lt==="artifact_update"){let q=L.props&&typeof L.props=="object"&&!Array.isArray(L.props)?L.props:{};r({type:"artifact_update",id:String(L.id),props:q,component:typeof L.component=="string"?L.component:void 0})}else if(lt==="artifact_complete"){let q=String(L.id);r({type:"artifact_complete",id:q});let H=be.get(q);if(H){H.streaming=!1;try{let ae=JSON.parse((po=H.rawContent)!=null?po:"{}");if(ae.props){ae.props.status="complete";let me=Ae.get(q);me!=null&&me.markdown&&(ae.props.markdown=me.markdown)}H.rawContent=JSON.stringify(ae)}catch{}Ae.delete(q),f(H),be.delete(q)}}}else if(lt==="transcript_insert"){let q=L.message;if(!q||typeof q!="object")continue;let H=String((Ct=q.id)!=null?Ct:`msg-${l()}`),ae=q.role,Y={id:H,role:ae==="user"?"user":ae==="system"?"system":"assistant",content:typeof q.content=="string"?q.content:"",rawContent:typeof q.rawContent=="string"?q.rawContent:void 0,createdAt:typeof q.createdAt=="string"?q.createdAt:new Date().toISOString(),streaming:q.streaming===!0,...typeof q.variant=="string"?{variant:q.variant}:{},sequence:l()};if(f(Y),Y.rawContent)try{let Fe=JSON.parse(Y.rawContent),Ye=(hs=Fe==null?void 0:Fe.props)==null?void 0:hs.artifactId;typeof Ye=="string"&&G.add(Ye)}catch{}m=null,x.current=null,re.delete(H),le.delete(H)}else if(lt==="error"||lt==="step_error"||lt==="dispatch_error"||lt==="flow_error"){let q=null;if(L.error instanceof Error)q=L.error;else if(lt==="dispatch_error"){let H=(Xo=L.message)!=null?Xo:L.error;H!=null&&H!==""&&(q=new Error(String(H)))}else if(lt==="step_error"||lt==="flow_error"){let H=L.error;typeof H=="string"&&H!==""?q=new Error(H):H!=null&&typeof H=="object"&&"message"in H&&(q=new Error(String((zn=H.message)!=null?zn:H)))}else lt==="error"&&L.error!=null&&L.error!==""&&(q=new Error(String(L.error)));if(q){r({type:"error",error:q});let H=m;H&&H.streaming&&(H.streaming=!1,f(H)),r({type:"status",status:"idle"})}}}}}he.length=0};;){let{done:O,value:Ie}=await o.read();if(O)break;a+=s.decode(Ie,{stream:!0});let Ne=a.split(`
|
|
60
60
|
|
|
61
|
-
`);a=(
|
|
62
|
-
`),gt="message",at="";for(let G of Je)G.startsWith("event:")?gt=G.replace("event:","").trim():G.startsWith("data:")&&(at+=G.replace("data:","").trim());if(!at)continue;let Mt;try{Mt=JSON.parse(at)}catch(G){r({type:"error",error:G instanceof Error?G:new Error("Failed to parse chat stream payload")});continue}let Xt=gt!=="message"?gt:(Be=Mt.type)!=null?Be:"message";if((Q=this.onSSEEvent)==null||Q.call(this,Xt,Mt),this.parseSSEEvent){C.current=f;let G=await this.handleCustomSSEEvent(Mt,r,C,u,l,S);if(C.current&&C.current!==f&&(f=C.current),G)continue}ge.push(Xt,Mt),ze()}}ge.flushPending(),ze(),ge.destroy()}};function Dh(){let t=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${t}_${e}`}function Wa(){let t=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${t}_${e}`}function ia(){let t=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${t}_${e}`}var el="[Image]";function Oh(t){return typeof t=="string"?[{type:"text",text:t}]:t}function Nh(t){return typeof t=="string"?t:t.filter(e=>e.type==="text").map(e=>e.text).join("")}function _h(t){return typeof t=="string"?!1:t.some(e=>e.type==="image")}function Fh(t){return typeof t=="string"?[]:t.filter(e=>e.type==="image")}function Rs(t){return{type:"text",text:t}}function $h(t,e){return{type:"image",image:t,...(e==null?void 0:e.mimeType)&&{mimeType:e.mimeType},...(e==null?void 0:e.alt)&&{alt:e.alt}}}async function Uh(t){return new Promise((e,r)=>{let n=new FileReader;n.onload=()=>{let o=n.result;e({type:"image",image:o,mimeType:t.type,alt:t.name})},n.onerror=()=>r(new Error("Failed to read file")),n.readAsDataURL(t)})}function qh(t,e=["image/png","image/jpeg","image/gif","image/webp"],r=10*1024*1024){return e.includes(t.type)?t.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${e.join(", ")}`}}var zh=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],gw=["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"],mo=[...zh,...gw];function hw(t){return zh.includes(t)||t.startsWith("image/")}function tl(t){return hw(t.type)}async function Vh(t){return new Promise((e,r)=>{let n=new FileReader;n.onload=()=>{let o=n.result;tl(t)?e({type:"image",image:o,mimeType:t.type,alt:t.name}):e({type:"file",data:o,mimeType:t.type,filename:t.name})},n.onerror=()=>r(new Error("Failed to read file")),n.readAsDataURL(t)})}function jh(t,e=mo,r=10*1024*1024){return e.includes(t.type)?t.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${t.type}". Accepted types: ${e.join(", ")}`}}function xw(t){let e=t.split(".");return e.length>1?e.pop().toLowerCase():""}function Gh(t,e){let r=xw(e).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"}[t]||r||"FILE"}var rl=class{constructor(e=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=e}ensureContext(){if(!this.ctx){let r=typeof window!="undefined"?window:void 0;if(!r)throw new Error("AudioPlaybackManager requires a browser environment");let n=r.AudioContext||r.webkitAudioContext;this.ctx=new n({sampleRate:this.sampleRate})}let e=this.ctx;return e.state==="suspended"&&e.resume(),e}enqueue(e){if(e.length===0)return;let r=e;if(this.remainder){let d=new Uint8Array(this.remainder.length+e.length);d.set(this.remainder),d.set(e,this.remainder.length),r=d,this.remainder=null}if(r.length%2!==0&&(this.remainder=new Uint8Array([r[r.length-1]]),r=r.subarray(0,r.length-1)),r.length===0)return;let n=this.ensureContext(),o=this.pcmToFloat32(r),s=n.createBuffer(1,o.length,this.sampleRate);s.getChannelData(0).set(o);let a=n.createBufferSource();a.buffer=s,a.connect(n.destination);let i=n.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=s.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 e of this.activeSources)try{e.stop(),e.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(e){this.finishedCallbacks.push(e)}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 e=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let r of e)r()}}pcmToFloat32(e){let r=Math.floor(e.length/2),n=new Float32Array(r),o=new DataView(e.buffer,e.byteOffset,e.byteLength);for(let s=0;s<r;s++){let a=o.getInt16(s*2,!0);n[s]=a/32768}return n}};var nl=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(e,r,n,o,s){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=e.createMediaStreamSource(r),this.analyserNode=e.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<o.threshold:d>=o.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=o.duration&&(this.fired=!0,s()):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 Ws=class{constructor(e){this.config=e;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 nl;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(e=>e.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var e,r,n;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let o=this.w;if(!o||!o.location)throw new Error("Window object or location not available");let s=o.location.protocol==="https:"?"wss:":"ws:",a=(e=this.config)==null?void 0:e.host,i=(r=this.config)==null?void 0:r.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 l=`${s}//${a}/ws/agents/${i}/voice?token=${d}`;this.ws=new WebSocket(l),this.setupWebSocketHandlers();let p=`${s}//${a}/ws/agents/${i}/voice?token=...`,m=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((u,f)=>{if(!this.ws)return f(new Error("WebSocket not created"));let x=!1,C=k=>{x||(x=!0,clearTimeout(S),f(new Error(k)))},S=setTimeout(()=>C("WebSocket connection timed out."+m),1e4);this.ws.addEventListener("open",()=>{x||(x=!0,clearTimeout(S),u())},{once:!0}),this.ws.addEventListener("error",()=>{C("WebSocket connection failed to "+p+"."+m)},{once:!0}),this.ws.addEventListener("close",k=>{if(!k.wasClean&&!x){let T=k.code!==1006?` (code ${k.code})`:"";C("WebSocket connection failed"+T+"."+m)}},{once:!0})}),this.sendHeartbeat()}catch(o){throw this.ws=null,this.errorCallbacks.forEach(s=>s(o)),this.statusCallbacks.forEach(s=>s("error")),o}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(e=>e("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(e=>e("disconnected"))},this.ws.onerror=e=>{this.errorCallbacks.forEach(r=>r(new Error("WebSocket error"))),this.statusCallbacks.forEach(r=>r("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=e=>{if(e.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(e.data));return}try{let r=JSON.parse(e.data);this.handleWebSocketMessage(r)}catch{this.errorCallbacks.forEach(n=>n(new Error("Message parsing failed")))}})}handleWebSocketMessage(e){var r,n;switch(e.type){case"session_config":e.interruptionMode&&(this.interruptionMode=e.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(o=>o({text:e.response.agentResponseText||e.response.transcript,transcript:e.response.transcript,audio:e.response.audio,confidence:.95,provider:"runtype"})),(r=e.response.audio)!=null&&r.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(o=>o("speaking")),this.playAudio(e.response.audio).catch(o=>this.errorCallbacks.forEach(s=>s(o instanceof Error?o:new Error(String(o)))))):(n=e.response.audio)!=null&&n.base64;break;case"audio_end":if(e.requestId&&e.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(o=>o("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(o=>o(new Error(e.error))),this.statusCallbacks.forEach(o=>o("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(e){e.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new rl(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(r=>r("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(r=>r("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(e))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(e=>e("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 e,r,n,o;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let l=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(l)}let s=this.w;this.audioContext||(this.audioContext=new(s.AudioContext||s.webkitAudioContext));let a=this.audioContext,i=(r=(e=this.config)==null?void 0:e.pauseDuration)!=null?r:2e3,d=(o=(n=this.config)==null?void 0:n.silenceThreshold)!=null?o:.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=l=>{l.data.size>0&&this.audioChunks.push(l.data)},this.mediaRecorder.onstop=async()=>{var l;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(u=>u("processing")),this.processingStartCallbacks.forEach(u=>u());let p=((l=this.mediaRecorder)==null?void 0:l.mimeType)||"audio/webm",m=new Blob(this.audioChunks,{type:p});await this.sendAudio(m),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(l=>l("listening"))}catch(s){throw this.errorCallbacks.forEach(a=>a(s)),this.statusCallbacks.forEach(a=>a("error")),s}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(e=>e.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(e=>e.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(e=>e("idle"))}async startBargeInMonitoring(){var s,a;if(this.interruptionMode!=="barge-in")return;let e=this.w;if(!this.mediaStream&&e&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&e&&(this.audioContext=new(e.AudioContext||e.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let r=this.audioContext,n=(a=(s=this.config)==null?void 0:s.silenceThreshold)!=null?a:.01;this.vad.start(r,this.mediaStream,"speech",{threshold:n,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(e=>{this.errorCallbacks.forEach(r=>r(e instanceof Error?e:new Error(String(e))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(e){var r;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(e),o=this.getFormatFromMimeType(e.type),s=this.generateRequestId();this.currentRequestId=s,this.ws.send(JSON.stringify({type:"audio_input",audio:n,format:o,sampleRate:16e3,voiceId:(r=this.config)==null?void 0:r.voiceId,requestId:s}))}catch(n){this.errorCallbacks.forEach(o=>o(n)),this.statusCallbacks.forEach(o=>o("error"))}}getFormatFromMimeType(e){return e.includes("wav")?"wav":e.includes("mpeg")||e.includes("mp3")?"mp3":"webm"}blobToBase64(e){return new Promise((r,n)=>{let o=new FileReader;o.onload=()=>{let a=o.result.split(",")[1];r(a)},o.onerror=n,o.readAsDataURL(e)})}async playAudio(e){if(!e.base64)return;let r=atob(e.base64),n=new Uint8Array(r.length);for(let l=0;l<r.length;l++)n[l]=r.charCodeAt(l);let o=e.format||"mp3",s=o==="mp3"?"audio/mpeg":`audio/${o}`,a=new Blob([n],{type:s}),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(l=>l("idle")))},await d.play()}onResult(e){this.resultCallbacks.push(e)}onError(e){this.errorCallbacks.push(e)}onStatusChange(e){this.statusCallbacks.push(e)}onProcessingStart(e){this.processingStartCallbacks.push(e)}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(e=>e.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(e=>e("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var la=class{constructor(e={}){this.config=e;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(e=>e("connected"))}async startListening(){var e,r;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=((e=this.config)==null?void 0:e.language)||"en-US",this.recognition.continuous=((r=this.config)==null?void 0:r.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=o=>{var i;let s=Array.from(o.results).map(d=>d[0]).map(d=>d.transcript).join(""),a=o.results[o.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({text:s,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=o=>{this.errorCallbacks.forEach(s=>s(new Error(o.error))),this.statusCallbacks.forEach(s=>s("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(o=>o("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(o=>o("idle"))},this.recognition.start()}catch(n){throw this.errorCallbacks.forEach(o=>o(n)),this.statusCallbacks.forEach(o=>o("error")),n}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(e=>e("idle"))}onResult(e){this.resultCallbacks.push(e)}onError(e){this.errorCallbacks.push(e)}onStatusChange(e){this.statusCallbacks.push(e)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(e=>e("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function da(t){switch(t.type){case"runtype":if(!t.runtype)throw new Error("Runtype voice provider requires configuration");return new Ws(t.runtype);case"browser":if(!la.isSupported())throw new Error("Browser speech recognition not supported");return new la(t.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${t.type}`)}}function ol(t){if((t==null?void 0:t.type)==="runtype"&&t.runtype)return da({type:"runtype",runtype:t.runtype});if(la.isSupported())return da({type:"browser",browser:(t==null?void 0:t.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Bs(t){try{return ol(t),!0}catch{return!1}}function Kh(t,e){let r=t instanceof Error?t:new Error(String(t));if(typeof e=="string")return e;if(typeof e=="function")return e(r);let n="Sorry \u2014 I couldn't reach the assistant. The chat service didn't respond. Please check that your proxy or backend is running and reachable, then try again.";return r.message?`${n}
|
|
61
|
+
`);a=(ue=Ne.pop())!=null?ue:"";for(let je of Ne){let Ke=je.split(`
|
|
62
|
+
`),xt="message",st="";for(let X of Ke)X.startsWith("event:")?xt=X.replace("event:","").trim():X.startsWith("data:")&&(st+=X.replace("data:","").trim());if(!st)continue;let Pt;try{Pt=JSON.parse(st)}catch(X){r({type:"error",error:X instanceof Error?X:new Error("Failed to parse chat stream payload")});continue}let Zt=xt!=="message"?xt:(Oe=Pt.type)!=null?Oe:"message";if((Z=this.onSSEEvent)==null||Z.call(this,Zt,Pt),this.parseSSEEvent){x.current=m;let X=await this.handleCustomSSEEvent(Pt,r,x,f,l,S);if(x.current&&x.current!==m&&(m=x.current),X)continue}xe.push(Zt,Pt),Ve()}}xe.flushPending(),Ve(),xe.destroy()}};function $h(){let t=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`msg_${t}_${e}`}function Na(){let t=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`usr_${t}_${e}`}function pa(){let t=Date.now().toString(36),e=Math.random().toString(36).substring(2,10);return`ast_${t}_${e}`}var tl="[Image]";function Uh(t){return typeof t=="string"?[{type:"text",text:t}]:t}function qh(t){return typeof t=="string"?t:t.filter(e=>e.type==="text").map(e=>e.text).join("")}function zh(t){return typeof t=="string"?!1:t.some(e=>e.type==="image")}function Vh(t){return typeof t=="string"?[]:t.filter(e=>e.type==="image")}function Ds(t){return{type:"text",text:t}}function jh(t,e){return{type:"image",image:t,...(e==null?void 0:e.mimeType)&&{mimeType:e.mimeType},...(e==null?void 0:e.alt)&&{alt:e.alt}}}async function Gh(t){return new Promise((e,r)=>{let n=new FileReader;n.onload=()=>{let o=n.result;e({type:"image",image:o,mimeType:t.type,alt:t.name})},n.onerror=()=>r(new Error("Failed to read file")),n.readAsDataURL(t)})}function Kh(t,e=["image/png","image/jpeg","image/gif","image/webp"],r=10*1024*1024){return e.includes(t.type)?t.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${e.join(", ")}`}}var Xh=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],Sw=["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"],yo=[...Xh,...Sw];function Tw(t){return Xh.includes(t)||t.startsWith("image/")}function rl(t){return Tw(t.type)}async function Jh(t){return new Promise((e,r)=>{let n=new FileReader;n.onload=()=>{let o=n.result;rl(t)?e({type:"image",image:o,mimeType:t.type,alt:t.name}):e({type:"file",data:o,mimeType:t.type,filename:t.name})},n.onerror=()=>r(new Error("Failed to read file")),n.readAsDataURL(t)})}function Qh(t,e=yo,r=10*1024*1024){return e.includes(t.type)?t.size>r?{valid:!1,error:`File too large. Maximum size: ${Math.round(r/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${t.type}". Accepted types: ${e.join(", ")}`}}function Mw(t){let e=t.split(".");return e.length>1?e.pop().toLowerCase():""}function Yh(t,e){let r=Mw(e).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"}[t]||r||"FILE"}var nl=class{constructor(e=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=e}ensureContext(){if(!this.ctx){let r=typeof window!="undefined"?window:void 0;if(!r)throw new Error("AudioPlaybackManager requires a browser environment");let n=r.AudioContext||r.webkitAudioContext;this.ctx=new n({sampleRate:this.sampleRate})}let e=this.ctx;return e.state==="suspended"&&e.resume(),e}enqueue(e){if(e.length===0)return;let r=e;if(this.remainder){let d=new Uint8Array(this.remainder.length+e.length);d.set(this.remainder),d.set(e,this.remainder.length),r=d,this.remainder=null}if(r.length%2!==0&&(this.remainder=new Uint8Array([r[r.length-1]]),r=r.subarray(0,r.length-1)),r.length===0)return;let n=this.ensureContext(),o=this.pcmToFloat32(r),s=n.createBuffer(1,o.length,this.sampleRate);s.getChannelData(0).set(o);let a=n.createBufferSource();a.buffer=s,a.connect(n.destination);let i=n.currentTime;this.nextStartTime<i&&(this.nextStartTime=i),a.start(this.nextStartTime),this.nextStartTime+=s.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 e of this.activeSources)try{e.stop(),e.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(e){this.finishedCallbacks.push(e)}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 e=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let r of e)r()}}pcmToFloat32(e){let r=Math.floor(e.length/2),n=new Float32Array(r),o=new DataView(e.buffer,e.byteOffset,e.byteLength);for(let s=0;s<r;s++){let a=o.getInt16(s*2,!0);n[s]=a/32768}return n}};var ol=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(e,r,n,o,s){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=e.createMediaStreamSource(r),this.analyserNode=e.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<o.threshold:d>=o.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=o.duration&&(this.fired=!0,s()):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 Os=class{constructor(e){this.config=e;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 ol;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(e=>e.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var e,r,n;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let o=this.w;if(!o||!o.location)throw new Error("Window object or location not available");let s=o.location.protocol==="https:"?"wss:":"ws:",a=(e=this.config)==null?void 0:e.host,i=(r=this.config)==null?void 0:r.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 l=`${s}//${a}/ws/agents/${i}/voice?token=${d}`;this.ws=new WebSocket(l),this.setupWebSocketHandlers();let p=`${s}//${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((f,m)=>{if(!this.ws)return m(new Error("WebSocket not created"));let y=!1,x=M=>{y||(y=!0,clearTimeout(S),m(new Error(M)))},S=setTimeout(()=>x("WebSocket connection timed out."+u),1e4);this.ws.addEventListener("open",()=>{y||(y=!0,clearTimeout(S),f())},{once:!0}),this.ws.addEventListener("error",()=>{x("WebSocket connection failed to "+p+"."+u)},{once:!0}),this.ws.addEventListener("close",M=>{if(!M.wasClean&&!y){let k=M.code!==1006?` (code ${M.code})`:"";x("WebSocket connection failed"+k+"."+u)}},{once:!0})}),this.sendHeartbeat()}catch(o){throw this.ws=null,this.errorCallbacks.forEach(s=>s(o)),this.statusCallbacks.forEach(s=>s("error")),o}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(e=>e("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(e=>e("disconnected"))},this.ws.onerror=e=>{this.errorCallbacks.forEach(r=>r(new Error("WebSocket error"))),this.statusCallbacks.forEach(r=>r("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=e=>{if(e.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(e.data));return}try{let r=JSON.parse(e.data);this.handleWebSocketMessage(r)}catch{this.errorCallbacks.forEach(n=>n(new Error("Message parsing failed")))}})}handleWebSocketMessage(e){var r,n;switch(e.type){case"session_config":e.interruptionMode&&(this.interruptionMode=e.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(o=>o({text:e.response.agentResponseText||e.response.transcript,transcript:e.response.transcript,audio:e.response.audio,confidence:.95,provider:"runtype"})),(r=e.response.audio)!=null&&r.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(o=>o("speaking")),this.playAudio(e.response.audio).catch(o=>this.errorCallbacks.forEach(s=>s(o instanceof Error?o:new Error(String(o)))))):(n=e.response.audio)!=null&&n.base64;break;case"audio_end":if(e.requestId&&e.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(o=>o("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(o=>o(new Error(e.error))),this.statusCallbacks.forEach(o=>o("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(e){e.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new nl(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(r=>r("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(r=>r("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(e))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(e=>e("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 e,r,n,o;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let l=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(l)}let s=this.w;this.audioContext||(this.audioContext=new(s.AudioContext||s.webkitAudioContext));let a=this.audioContext,i=(r=(e=this.config)==null?void 0:e.pauseDuration)!=null?r:2e3,d=(o=(n=this.config)==null?void 0:n.silenceThreshold)!=null?o:.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=l=>{l.data.size>0&&this.audioChunks.push(l.data)},this.mediaRecorder.onstop=async()=>{var l;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let p=((l=this.mediaRecorder)==null?void 0:l.mimeType)||"audio/webm",u=new Blob(this.audioChunks,{type:p});await this.sendAudio(u),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(l=>l("listening"))}catch(s){throw this.errorCallbacks.forEach(a=>a(s)),this.statusCallbacks.forEach(a=>a("error")),s}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(e=>e.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(e=>e.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(e=>e("idle"))}async startBargeInMonitoring(){var s,a;if(this.interruptionMode!=="barge-in")return;let e=this.w;if(!this.mediaStream&&e&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&e&&(this.audioContext=new(e.AudioContext||e.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let r=this.audioContext,n=(a=(s=this.config)==null?void 0:s.silenceThreshold)!=null?a:.01;this.vad.start(r,this.mediaStream,"speech",{threshold:n,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(e=>{this.errorCallbacks.forEach(r=>r(e instanceof Error?e:new Error(String(e))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(e){var r;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(e),o=this.getFormatFromMimeType(e.type),s=this.generateRequestId();this.currentRequestId=s,this.ws.send(JSON.stringify({type:"audio_input",audio:n,format:o,sampleRate:16e3,voiceId:(r=this.config)==null?void 0:r.voiceId,requestId:s}))}catch(n){this.errorCallbacks.forEach(o=>o(n)),this.statusCallbacks.forEach(o=>o("error"))}}getFormatFromMimeType(e){return e.includes("wav")?"wav":e.includes("mpeg")||e.includes("mp3")?"mp3":"webm"}blobToBase64(e){return new Promise((r,n)=>{let o=new FileReader;o.onload=()=>{let a=o.result.split(",")[1];r(a)},o.onerror=n,o.readAsDataURL(e)})}async playAudio(e){if(!e.base64)return;let r=atob(e.base64),n=new Uint8Array(r.length);for(let l=0;l<r.length;l++)n[l]=r.charCodeAt(l);let o=e.format||"mp3",s=o==="mp3"?"audio/mpeg":`audio/${o}`,a=new Blob([n],{type:s}),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(l=>l("idle")))},await d.play()}onResult(e){this.resultCallbacks.push(e)}onError(e){this.errorCallbacks.push(e)}onStatusChange(e){this.statusCallbacks.push(e)}onProcessingStart(e){this.processingStartCallbacks.push(e)}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(e=>e.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(e=>e("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var ua=class{constructor(e={}){this.config=e;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(e=>e("connected"))}async startListening(){var e,r;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=((e=this.config)==null?void 0:e.language)||"en-US",this.recognition.continuous=((r=this.config)==null?void 0:r.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=o=>{var i;let s=Array.from(o.results).map(d=>d[0]).map(d=>d.transcript).join(""),a=o.results[o.results.length-1].isFinal;this.resultCallbacks.forEach(d=>d({text:s,confidence:a?.8:.5,provider:"browser"})),a&&!((i=this.config)!=null&&i.continuous)&&this.stopListening()},this.recognition.onerror=o=>{this.errorCallbacks.forEach(s=>s(new Error(o.error))),this.statusCallbacks.forEach(s=>s("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(o=>o("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(o=>o("idle"))},this.recognition.start()}catch(n){throw this.errorCallbacks.forEach(o=>o(n)),this.statusCallbacks.forEach(o=>o("error")),n}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(e=>e("idle"))}onResult(e){this.resultCallbacks.push(e)}onError(e){this.errorCallbacks.push(e)}onStatusChange(e){this.statusCallbacks.push(e)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(e=>e("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function fa(t){switch(t.type){case"runtype":if(!t.runtype)throw new Error("Runtype voice provider requires configuration");return new Os(t.runtype);case"browser":if(!ua.isSupported())throw new Error("Browser speech recognition not supported");return new ua(t.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${t.type}`)}}function al(t){if((t==null?void 0:t.type)==="runtype"&&t.runtype)return fa({type:"runtype",runtype:t.runtype});if(ua.isSupported())return fa({type:"browser",browser:(t==null?void 0:t.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Ns(t){try{return al(t),!0}catch{return!1}}function Zh(t,e){let r=t instanceof Error?t:new Error(String(t));if(typeof e=="string")return e;if(typeof e=="function")return e(r);let n="Sorry \u2014 I couldn't reach the assistant. The chat service didn't respond. Please check that your proxy or backend is running and reachable, then try again.";return r.message?`${n}
|
|
63
63
|
|
|
64
|
-
_Details: ${r.message}_`:n}var Hs=t=>({isError:!0,content:[{type:"text",text:t}]}),Xh=(t,e="WebMCP tool execution failed.")=>t instanceof Error&&t.message?t.message:typeof t=="string"&&t?t:e,Ba=class t{constructor(e={},r){this.config=e;this.callbacks=r;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.webMcpInflightKeys=new Set;this.webMcpResolvedKeys=new Set;this.webMcpResolveControllers=new Set;this.webMcpEpoch=0;this.webMcpApprovalResolvers=new Map;this.webMcpApprovalSeq=0;this.webMcpAwaitBatches=new Map;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=e=>{var r,n,o,s,a,i,d,l;if(e.type==="message"){this.upsertMessage(e.message);let p=e.message.toolCall;((r=e.message.agentMetadata)==null?void 0:r.awaitingLocalTool)===!0&&(p!=null&&p.name)&&Io(p.name)&&this.enqueueWebMcpAwait(e.message),(n=e.message.agentMetadata)!=null&&n.executionId&&(this.agentExecution?e.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=e.message.agentMetadata.iteration):this.agentExecution={executionId:e.message.agentMetadata.executionId,agentId:"",agentName:(o=e.message.agentMetadata.agentName)!=null?o:"",status:"running",currentIteration:(s=e.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})}else if(e.type==="status"){if(this.setStatus(e.status),e.status==="connecting")this.setStreaming(!0);else if(e.status==="idle"||e.status==="error"){this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null);let p=this.webMcpAwaitBatches.size>0||this.webMcpResolveControllers.size>0;((a=this.agentExecution)==null?void 0:a.status)==="running"&&(e.status==="error"?this.agentExecution.status="error":p||(this.agentExecution.status="complete")),this.scheduleWebMcpBatchFlush()}}else e.type==="error"?(this.setStatus("error"),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),((i=this.agentExecution)==null?void 0:i.status)==="running"&&(this.agentExecution.status="error"),(l=(d=this.callbacks).onError)==null||l.call(d,e.error)):(e.type==="artifact_start"||e.type==="artifact_delta"||e.type==="artifact_update"||e.type==="artifact_complete")&&this.applyArtifactStreamEvent(e)};var n,o;this.messages=[...(n=e.initialMessages)!=null?n:[]].map(s=>{var a;return{...s,sequence:(a=s.sequence)!=null?a:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new sa(e),this.wireDefaultWebMcpConfirm();for(let s of(o=e.initialArtifacts)!=null?o:[])this.artifacts.set(s.id,{...s,status:"complete"});e.initialSelectedArtifactId!=null&&(this.selectedArtifactId=e.initialSelectedArtifactId),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.artifacts.size>0&&this.emitArtifactsState(),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(e){this.client.setSSEEventCallback(e)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var e;return((e=this.agentExecution)==null?void 0:e.status)==="running"}isVoiceSupported(){var e;return Bs((e=this.config.voiceRecognition)==null?void 0:e.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var e;return(e=this.voiceProvider)!=null&&e.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var e;(e=this.voiceProvider)!=null&&e.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var e,r,n;return(n=(r=(e=this.voiceProvider)==null?void 0:e.isBargeInActive)==null?void 0:r.call(e))!=null?n:!1}async deactivateBargeIn(){var e;(e=this.voiceProvider)!=null&&e.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(e){var r,n,o;try{let s=e||this.getVoiceConfigFromConfig();if(!s)throw new Error("Voice configuration not provided");this.voiceProvider=da(s);let a=(r=this.config.voiceRecognition)!=null?r:{},i=(n=a.processingText)!=null?n:"\u{1F3A4} Processing voice...",d=(o=a.processingErrorText)!=null?o:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let l=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=l.id;let p=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=p.id,this.setStreaming(!0)}),this.voiceProvider.onResult(l=>{var p,m,u,f,x,C;if(l.provider==="browser")l.text&&l.text.trim()&&this.sendMessage(l.text,{viaVoice:!0});else if(l.provider==="runtype"){this.pendingVoiceUserMessageId&&((p=l.transcript)!=null&&p.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:l.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(m=l.transcript)!=null&&m.trim()&&this.injectUserMessage({content:l.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((u=l.text)!=null&&u.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:l.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(f=l.text)!=null&&f.trim()&&this.injectAssistantMessage({content:l.text.trim()});{let S=(C=this.pendingVoiceAssistantMessageId)!=null?C:(x=[...this.messages].reverse().find(k=>k.role==="assistant"))==null?void 0:x.id;S&&this.ttsSpokenMessageIds.add(S)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(l=>{console.error("Voice error:",l),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(l=>{var p,m;this.voiceStatus=l,this.voiceActive=l==="listening",(m=(p=this.callbacks).onVoiceStatusChanged)==null||m.call(p,l)}),this.voiceProvider.connect()}catch(s){console.error("Failed to setup voice:",s)}}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(e){console.error("Failed to start voice:",e)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var r,n,o,s,a,i,d,l,p;if(!((r=this.config.voiceRecognition)!=null&&r.provider))return;let e=this.config.voiceRecognition.provider;switch(e.type){case"runtype":return{type:"runtype",runtype:{agentId:((n=e.runtype)==null?void 0:n.agentId)||"",clientToken:((o=e.runtype)==null?void 0:o.clientToken)||"",host:(s=e.runtype)==null?void 0:s.host,voiceId:(a=e.runtype)==null?void 0:a.voiceId,pauseDuration:(i=e.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(d=e.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((l=e.browser)==null?void 0:l.language)||"en-US",continuous:(p=e.browser)==null?void 0:p.continuous}};default:return}}async initClientSession(){var e,r;if(!this.isClientTokenMode())return null;try{let n=await this.client.initSession();return this.setClientSession(n),n}catch(n){return(r=(e=this.callbacks).onError)==null||r.call(e,n instanceof Error?n:new Error(String(n))),null}}setClientSession(e){if(this.clientSession=e,e.config.welcomeMessage&&this.messages.length===0){let r={id:`welcome-${Date.now()}`,role:"assistant",content:e.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(r)}}getClientSession(){var e;return(e=this.clientSession)!=null?e:this.client.getClientSession()}isSessionValid(){let e=this.getClientSession();return e?new Date<e.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(e,r){return this.client.submitMessageFeedback(e,r)}async submitCSATFeedback(e,r){return this.client.submitCSATFeedback(e,r)}async submitNPSFeedback(e,r){return this.client.submitNPSFeedback(e,r)}updateConfig(e){this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear();let r=this.client.getSSEEventCallback();this.config={...this.config,...e},this.client=new sa(this.config),this.wireDefaultWebMcpConfirm(),r&&this.client.setSSEEventCallback(r)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(e){this.handleEvent(e)}injectMessage(e){let{role:r,content:n,llmContent:o,contentParts:s,id:a,createdAt:i,sequence:d,streaming:l=!1,voiceProcessing:p,rawContent:m}=e,f={id:a!=null?a:r==="user"?Wa():r==="assistant"?ia():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:r,content:n,createdAt:i!=null?i:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:l,...o!==void 0&&{llmContent:o},...s!==void 0&&{contentParts:s},...p!==void 0&&{voiceProcessing:p},...m!==void 0&&{rawContent:m}};return this.upsertMessage(f),f}injectAssistantMessage(e){return this.injectMessage({...e,role:"assistant"})}injectUserMessage(e){return this.injectMessage({...e,role:"user"})}injectSystemMessage(e){return this.injectMessage({...e,role:"system"})}injectMessageBatch(e){let r=[];for(let n of e){let{role:o,content:s,llmContent:a,contentParts:i,id:d,createdAt:l,sequence:p,streaming:m=!1,voiceProcessing:u,rawContent:f}=n,C={id:d!=null?d:o==="user"?Wa():o==="assistant"?ia():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:o,content:s,createdAt:l!=null?l:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:m,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i},...u!==void 0&&{voiceProcessing:u},...f!==void 0&&{rawContent:f}};r.push(C)}return this.messages=this.sortMessages([...this.messages,...r]),this.callbacks.onMessagesChanged([...this.messages]),r}injectComponentDirective(e){let{component:r,props:n={},text:o="",llmContent:s,id:a,createdAt:i,sequence:d}=e,l={text:o,component:r,props:n};return this.injectMessage({role:"assistant",content:o,rawContent:JSON.stringify(l),...s!==void 0&&{llmContent:s},...a!==void 0&&{id:a},...i!==void 0&&{createdAt:i},...d!==void 0&&{sequence:d}})}async sendMessage(e,r){var l,p,m,u,f;let n=e.trim();if(!n&&(!(r!=null&&r.contentParts)||r.contentParts.length===0))return;this.stopSpeaking(),(l=this.abortController)==null||l.abort(),this.abortWebMcpResolves();let o=Wa(),s=ia(),a={id:o,role:"user",content:n||el,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(r==null?void 0:r.viaVoice)||!1,...(r==null?void 0:r.contentParts)&&r.contentParts.length>0&&{contentParts:r.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:s},this.handleEvent)}catch(x){let C=x instanceof Error&&(x.name==="AbortError"||x.message.includes("aborted")||x.message.includes("abort"));if(!C){let S=Kh(x,this.config.errorMessage);if(S){let k={id:s,role:"assistant",createdAt:new Date().toISOString(),content:S,sequence:this.nextSequence()};this.appendMessage(k)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,C||(x instanceof Error?(m=(p=this.callbacks).onError)==null||m.call(p,x):(f=(u=this.callbacks).onError)==null||f.call(u,new Error(String(x))))}}async continueConversation(){var o,s,a,i,d;if(this.streaming)return;(o=this.abortController)==null||o.abort();let e=ia();this.setStreaming(!0);let r=new AbortController;this.abortController=r;let n=[...this.messages];try{await this.client.dispatch({messages:n,signal:r.signal,assistantMessageId:e},this.handleEvent)}catch(l){let p=l instanceof Error&&(l.name==="AbortError"||l.message.includes("aborted")||l.message.includes("abort"));if(!p){let m=Kh(l,this.config.errorMessage);if(m){let u={id:e,role:"assistant",createdAt:new Date().toISOString(),content:m,sequence:this.nextSequence()};this.appendMessage(u)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,p||(l instanceof Error?(a=(s=this.callbacks).onError)==null||a.call(s,l):(d=(i=this.callbacks).onError)==null||d.call(i,new Error(String(l))))}}async connectStream(e,r){var o,s,a;if(this.streaming&&!(r!=null&&r.allowReentry))return;r!=null&&r.allowReentry||(o=this.abortController)==null||o.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(e,this.handleEvent,r==null?void 0:r.assistantMessageId)}catch(i){this.setStatus("error"),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),(a=(s=this.callbacks).onError)==null||a.call(s,i instanceof Error?i:new Error(String(i)))}}wireDefaultWebMcpConfirm(){let e=this.config.webmcp;(e==null?void 0:e.enabled)===!0&&!e.onConfirm&&this.client.setWebMcpConfirmHandler(r=>this.requestWebMcpApproval(r))}requestWebMcpApproval(e){var o,s,a;try{if(((s=(o=this.config.webmcp)==null?void 0:o.autoApprove)==null?void 0:s.call(o,e))===!0)return Promise.resolve(!0)}catch{}let r={id:`webmcp-${++this.webMcpApprovalSeq}`,status:"pending",agentId:"",executionId:"",toolName:e.toolName,toolType:"webmcp",description:(a=e.description)!=null?a:`Allow the assistant to run ${e.toolName}?`,parameters:e.args},n=`approval-${r.id}`;return this.upsertMessage({id:n,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:r}),new Promise(i=>{this.webMcpApprovalResolvers.set(n,i)})}resolveWebMcpApproval(e,r){let n=this.webMcpApprovalResolvers.get(e);if(!n)return;this.webMcpApprovalResolvers.delete(e);let o=this.messages.find(s=>s.id===e);o!=null&&o.approval&&this.upsertMessage({...o,approval:{...o.approval,status:r,resolvedAt:Date.now()}}),n(r==="approved")}async resolveApproval(e,r){var d,l,p,m;let n=`approval-${e.id}`,o={...e,status:r,resolvedAt:Date.now()},s={id:n,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:o};this.upsertMessage(s),(d=this.abortController)==null||d.abort(),this.abortController=new AbortController,this.setStreaming(!0);let a=this.config.approval,i=a&&typeof a=="object"?a.onDecision:void 0;try{let u;if(i?u=await i({approvalId:e.id,executionId:e.executionId,agentId:e.agentId,toolName:e.toolName},r):u=await this.client.resolveApproval({agentId:e.agentId,executionId:e.executionId,approvalId:e.id},r),u){let f=null;if(u instanceof Response){if(!u.ok){let x=await u.json().catch(()=>null);throw new Error((l=x==null?void 0:x.error)!=null?l:`Approval request failed: ${u.status}`)}f=u.body}else u instanceof ReadableStream&&(f=u);f?await this.connectStream(f,{allowReentry:!0}):(r==="denied"&&this.appendMessage({id:`denial-${e.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.setStreaming(!1),this.abortController=null)}else this.setStreaming(!1),this.abortController=null}catch(u){let f=u instanceof Error&&(u.name==="AbortError"||u.message.includes("aborted")||u.message.includes("abort"));this.setStreaming(!1),this.abortController=null,f||(m=(p=this.callbacks).onError)==null||m.call(p,u instanceof Error?u:new Error(String(u)))}}persistAskUserQuestionProgress(e,r){let n=this.messages.find(o=>o.id===e.id);n&&this.upsertMessage({...n,agentMetadata:{...n.agentMetadata,askUserQuestionAnswers:r.answers,askUserQuestionIndex:r.currentIndex}})}markAskUserQuestionResolved(e,r){let n=this.messages.find(o=>o.id===e.id);n&&this.upsertMessage({...n,agentMetadata:{...n.agentMetadata,awaitingLocalTool:!1,askUserQuestionAnswered:!0,...r?{askUserQuestionAnswers:r}:{}}})}async resolveAskUserQuestion(e,r){var p,m,u,f,x,C,S,k,T,M,h,w;let n=this.messages.find(y=>y.id===e.id);if(((p=n==null?void 0:n.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0)return;let o=(m=e.agentMetadata)==null?void 0:m.executionId,s=(u=e.toolCall)==null?void 0:u.name;if(!o||!s){(x=(f=this.callbacks).onError)==null||x.call(f,new Error("resolveAskUserQuestion: message is missing executionId or toolCall.name"));return}let a=typeof r=="string"?void 0:r;if(a===void 0&&typeof r=="string"){let y=(C=e.toolCall)==null?void 0:C.args,E=Array.isArray(y==null?void 0:y.questions)?y.questions:[];if(E.length===1){let B=typeof((S=E[0])==null?void 0:S.question)=="string"?E[0].question:"";B&&(a={[B]:r})}}this.markAskUserQuestionResolved(e,a),(k=this.abortController)==null||k.abort(),this.abortController=new AbortController,this.setStreaming(!0);let i=e.toolCall.id,d=(T=e.toolCall)==null?void 0:T.args,l=Array.isArray(d==null?void 0:d.questions)?d.questions:[];if(l.length===0){let y=typeof r=="string"?r:Object.entries(r).map(([E,B])=>`${E}: ${Array.isArray(B)?B.join(", "):B}`).join(" | ");this.appendMessage({id:`ask-user-answer-${i}`,role:"user",content:y,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}else{let y=a!=null?a:{};l.forEach((E,B)=>{let P=typeof(E==null?void 0:E.question)=="string"?E.question:"";if(!P)return;let R=y[P],O=Array.isArray(R)?R.join(", "):typeof R=="string"?R:"";this.appendMessage({id:`ask-user-q-${i}-${B}`,role:"assistant",content:P,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.appendMessage({id:`ask-user-a-${i}-${B}`,role:"user",content:O||"*Skipped*",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})})}try{let y=await this.client.resumeFlow(o,{[s]:r});if(!y.ok){let E=await y.json().catch(()=>null);throw new Error((M=E==null?void 0:E.error)!=null?M:`Resume failed: ${y.status}`)}y.body?await this.connectStream(y.body,{allowReentry:!0}):(this.setStreaming(!1),this.abortController=null)}catch(y){let E=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));this.setStreaming(!1),this.abortController=null,E||(w=(h=this.callbacks).onError)==null||w.call(h,y instanceof Error?y:new Error(String(y)))}}enqueueWebMcpAwait(e){var s,a;let r=(s=e.agentMetadata)==null?void 0:s.executionId,n=(a=e.toolCall)==null?void 0:a.id;if(!r||!n){let i=this.webMcpEpoch;queueMicrotask(()=>{i===this.webMcpEpoch&&this.resolveWebMcpToolCall(e)});return}let o=this.webMcpAwaitBatches.get(r);o||(o={snapshots:[],seen:new Set},this.webMcpAwaitBatches.set(r,o)),!o.seen.has(n)&&(o.seen.add(n),o.snapshots.push(e))}scheduleWebMcpBatchFlush(){if(this.webMcpAwaitBatches.size===0)return;let e=this.webMcpEpoch;queueMicrotask(()=>{if(e===this.webMcpEpoch)for(let r of[...this.webMcpAwaitBatches.keys()])this.flushWebMcpAwaitBatch(r)})}flushWebMcpAwaitBatch(e){let r=this.webMcpAwaitBatches.get(e);if(!r)return;this.webMcpAwaitBatches.delete(e);let{snapshots:n}=r;n.length===1?this.resolveWebMcpToolCall(n[0]):n.length>1&&this.resolveWebMcpToolCallBatch(e,n)}resolveWebMcpToolStartedAt(e){var o,s;let r=this.messages.find(a=>a.id===e.id),n=[(o=r==null?void 0:r.toolCall)==null?void 0:o.startedAt,(s=e.toolCall)==null?void 0:s.startedAt];for(let a of n)if(typeof a=="number"&&Number.isFinite(a))return a;return Date.now()}markWebMcpToolRunning(e){let r=this.resolveWebMcpToolStartedAt(e);return this.upsertMessage({...e,streaming:!0,agentMetadata:{...e.agentMetadata,awaitingLocalTool:!1},toolCall:e.toolCall?{...e.toolCall,status:"running",startedAt:r,completedAt:void 0,duration:void 0,durationMs:void 0}:e.toolCall}),r}markWebMcpToolComplete(e,r,n,o=Date.now()){this.messages.some(s=>s.id===e.id)&&this.upsertMessage({...e,streaming:!1,agentMetadata:{...e.agentMetadata,awaitingLocalTool:!1},toolCall:e.toolCall?{...e.toolCall,status:"complete",result:r,startedAt:n,completedAt:o,duration:void 0,durationMs:Math.max(0,o-n)}:e.toolCall})}async resolveWebMcpToolCallBatch(e,r){var d,l,p;let n=[],o=[],s=new AbortController;this.webMcpResolveControllers.add(s),this.setStreaming(!0);let a=await Promise.all(r.map(async m=>{var h,w,y,E,B,P,R;let u=(h=m.toolCall)==null?void 0:h.name,f=(w=m.toolCall)==null?void 0:w.id;if(!u||!f)return null;let x=`${e}:${f}`;if(this.webMcpInflightKeys.has(x)||this.webMcpResolvedKeys.has(x))return null;this.webMcpInflightKeys.add(x),n.push(x);let C=this.markWebMcpToolRunning(m),S=new AbortController;this.webMcpResolveControllers.add(S),o.push(S);let k=(E=(y=m.agentMetadata)==null?void 0:y.webMcpToolCallId)!=null?E:u,T=this.client.executeWebMcpToolCall(u,(B=m.toolCall)==null?void 0:B.args,S.signal),M;if(!T)M={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]};else try{M=await T}catch(O){let V=O instanceof Error&&(O.name==="AbortError"||O.message.includes("aborted")||O.message.includes("abort"));return V||(R=(P=this.callbacks).onError)==null||R.call(P,O instanceof Error?O:new Error(String(O))),this.markWebMcpToolComplete(m,Hs(V?"Aborted by cancel()":Xh(O)),C),this.webMcpInflightKeys.delete(x),null}return S.signal.aborted?(this.markWebMcpToolComplete(m,Hs("Aborted by cancel()"),C),this.webMcpInflightKeys.delete(x),null):{dedupeKey:x,resumeKey:k,output:M,toolMessage:m,startedAt:C,completedAt:Date.now()}})),i=[];try{if(i=a.filter(f=>f!==null),i.length===0)return;let m={};for(let f of i)m[f.resumeKey]=f.output;let u=await this.client.resumeFlow(e,m,{signal:s.signal});if(!u.ok){let f=await u.json().catch(()=>null);throw new Error((d=f==null?void 0:f.error)!=null?d:`Resume failed: ${u.status}`)}for(let f of i)this.webMcpResolvedKeys.add(f.dedupeKey),this.markWebMcpToolComplete(f.toolMessage,f.output,f.startedAt,f.completedAt);u.body&&await this.connectStream(u.body,{allowReentry:!0})}catch(m){if(!(m instanceof Error&&(m.name==="AbortError"||m.message.includes("aborted")||m.message.includes("abort"))))(p=(l=this.callbacks).onError)==null||p.call(l,m instanceof Error?m:new Error(String(m)));else for(let f of i)this.markWebMcpToolComplete(f.toolMessage,Hs("Aborted by cancel()"),f.startedAt)}finally{for(let m of n)this.webMcpInflightKeys.delete(m);for(let m of o)this.webMcpResolveControllers.delete(m);this.webMcpResolveControllers.delete(s),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resolveWebMcpToolCall(e){var f,x,C,S,k,T,M,h,w,y,E,B;let r=(f=e.agentMetadata)==null?void 0:f.executionId,n=(x=e.toolCall)==null?void 0:x.name,o=(C=e.toolCall)==null?void 0:C.id;if(!r){(k=(S=this.callbacks).onError)==null||k.call(S,new Error("WebMCP step_await missing executionId \u2014 dispatch left paused."));return}if(!n)return;if(!o){let P=`${r}:__no_tool_id__:${n}`;if(this.webMcpInflightKeys.has(P)||this.webMcpResolvedKeys.has(P))return;this.webMcpInflightKeys.add(P);try{await this.resumeWithToolOutput(r,n,{isError:!0,content:[{type:"text",text:"WebMCP step_await missing toolCall.id \u2014 cannot execute the page tool."}]}),this.webMcpResolvedKeys.add(P)}catch(R){(M=(T=this.callbacks).onError)==null||M.call(T,R instanceof Error?R:new Error(String(R)))}finally{this.webMcpInflightKeys.delete(P)}return}let s=`${r}:${o}`;if(this.webMcpInflightKeys.has(s)||this.webMcpResolvedKeys.has(s))return;this.webMcpInflightKeys.add(s);let a=this.markWebMcpToolRunning(e),i=new AbortController;this.webMcpResolveControllers.add(i);let{signal:d}=i;this.setStreaming(!0);let l=(h=e.toolCall)==null?void 0:h.args,p=this.client.executeWebMcpToolCall(n,l,d),m="execute",u=a;try{let P;if(p?P=await p:P={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]},u=Date.now(),d.aborted){this.markWebMcpToolComplete(e,Hs("Aborted by cancel()"),a);return}let R=(y=(w=e.agentMetadata)==null?void 0:w.webMcpToolCallId)!=null?y:n;m="resume",await this.resumeWithToolOutput(r,R,P,{onHttpOk:()=>{this.webMcpResolvedKeys.add(s),this.markWebMcpToolComplete(e,P,a,u)},signal:d})}catch(P){let R=P instanceof Error&&(P.name==="AbortError"||P.message.includes("aborted")||P.message.includes("abort"));(m==="execute"||R||d.aborted)&&this.markWebMcpToolComplete(e,Hs(R||d.aborted?"Aborted by cancel()":Xh(P)),a),R||(B=(E=this.callbacks).onError)==null||B.call(E,P instanceof Error?P:new Error(String(P)))}finally{this.webMcpInflightKeys.delete(s),this.webMcpResolveControllers.delete(i),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resumeWithToolOutput(e,r,n,o){var a,i;let s=await this.client.resumeFlow(e,{[r]:n},{signal:o==null?void 0:o.signal});if(!s.ok){let d=await s.json().catch(()=>null);throw new Error((a=d==null?void 0:d.error)!=null?a:`Resume failed: ${s.status}`)}(i=o==null?void 0:o.onHttpOk)==null||i.call(o),s.body?await this.connectStream(s.body,{allowReentry:!0}):this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null)}abortWebMcpResolves(){for(let e of this.webMcpResolveControllers)e.abort();this.webMcpResolveControllers.clear();for(let e of[...this.webMcpApprovalResolvers.keys()])this.resolveWebMcpApproval(e,"denied");this.webMcpAwaitBatches.clear(),this.webMcpEpoch++}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.stopSpeaking(),this.stopVoicePlayback(),this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;this.stopSpeaking(),(e=this.abortController)==null||e.abort(),this.abortController=null,this.abortWebMcpResolves(),this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.client.resetClientToolsFingerprint(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(e){return this.artifacts.get(e)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(e){this.selectedArtifactId=e,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(e){var o;let r=e.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(e.artifactType==="markdown"){let s={id:r,artifactType:"markdown",title:e.title,status:"complete",markdown:e.content};return this.artifacts.set(r,s),this.selectedArtifactId=r,this.emitArtifactsState(),s}let n={id:r,artifactType:"component",title:e.title,status:"complete",component:e.component,props:(o=e.props)!=null?o:{}};return this.artifacts.set(r,n),this.selectedArtifactId=r,this.emitArtifactsState(),n}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var e,r;(r=(e=this.callbacks).onArtifactsState)==null||r.call(e,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(e){var r,n;switch(e.type){case"artifact_start":{e.artifactType==="markdown"?this.artifacts.set(e.id,{id:e.id,artifactType:"markdown",title:e.title,status:"streaming",markdown:""}):this.artifacts.set(e.id,{id:e.id,artifactType:"component",title:e.title,status:"streaming",component:(r=e.component)!=null?r:"",props:{}}),this.selectedArtifactId=e.id;break}case"artifact_delta":{let o=this.artifacts.get(e.id);(o==null?void 0:o.artifactType)==="markdown"&&(o.markdown=((n=o.markdown)!=null?n:"")+e.artDelta);break}case"artifact_update":{let o=this.artifacts.get(e.id);(o==null?void 0:o.artifactType)==="component"&&(o.props={...o.props,...e.props},e.component&&(o.component=e.component));break}case"artifact_complete":{let o=this.artifacts.get(e.id);o&&(o.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(e){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.messages=this.sortMessages(e.map(n=>{var o;return{...n,streaming:!1,sequence:(o=n.sequence)!=null?o:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateArtifacts(e,r=null){this.artifacts.clear();for(let n of e)this.artifacts.set(n.id,{...n,status:"complete"});this.selectedArtifactId=r,this.emitArtifactsState()}setStatus(e){this.status!==e&&(this.status=e,this.callbacks.onStatusChanged(e))}setStreaming(e){if(this.streaming===e)return;let r=this.streaming;this.streaming=e,this.callbacks.onStreamingChanged(e),r&&!e&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let e=this.config.textToSpeech;if(!(e!=null&&e.enabled)||!(!e.provider||e.provider==="browser"||e.provider==="runtype"&&e.browserFallback))return;let n=[...this.messages].reverse().find(s=>s.role==="assistant"&&s.content&&!s.voiceProcessing);if(!n)return;if(this.ttsSpokenMessageIds.has(n.id)){this.ttsSpokenMessageIds.delete(n.id);return}let o=n.content;o.trim()&&this.speak(o,e)}speak(e,r){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let n=window.speechSynthesis;n.cancel();let o=new SpeechSynthesisUtterance(e),s=n.getVoices();if(r.voice){let a=s.find(i=>i.name===r.voice);a&&(o.voice=a)}else s.length>0&&(o.voice=r.pickVoice?r.pickVoice(s):t.pickBestVoice(s));r.rate!==void 0&&(o.rate=r.rate),r.pitch!==void 0&&(o.pitch=r.pitch),setTimeout(()=>n.speak(o),50)}static pickBestVoice(e){var n;let r=["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 o of r){let s=e.find(a=>a.name===o);if(s)return s}return(n=e.find(o=>o.lang.startsWith("en")))!=null?n:e[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(e){let r=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,r]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let r=this.ensureSequence(e),n=this.messages.findIndex(o=>o.id===r.id);if(n===-1){this.appendMessage(r);return}this.messages=this.messages.map((o,s)=>{var p,m,u,f,x,C,S,k,T,M;if(s!==n)return o;let a={...o,...r};((p=o.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0&&r.agentMetadata&&(a.agentMetadata={...r.agentMetadata,askUserQuestionAnswered:!0,...o.agentMetadata.askUserQuestionAnswers?{askUserQuestionAnswers:o.agentMetadata.askUserQuestionAnswers}:{},awaitingLocalTool:!1});let i=(m=r.toolCall)==null?void 0:m.name,d=(u=r.agentMetadata)==null?void 0:u.executionId,l=(f=r.toolCall)==null?void 0:f.id;if(i&&Io(i)&&d&&l&&((x=r.agentMetadata)==null?void 0:x.awaitingLocalTool)===!0){let h=`${d}:${l}`,w=this.webMcpInflightKeys.has(h),y=this.webMcpResolvedKeys.has(h),E=(C=o.toolCall)==null?void 0:C.name,B=((S=o.agentMetadata)==null?void 0:S.executionId)===d&&((k=o.toolCall)==null?void 0:k.id)===l&&E!==void 0&&Io(E)&&((T=o.toolCall)==null?void 0:T.status)==="complete";(w||y||B)&&(a.agentMetadata={...(M=a.agentMetadata)!=null?M:{},awaitingLocalTool:!1},a.toolCall=o.toolCall,a.streaming=o.streaming)}return a}),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(e){return e.sequence!==void 0?{...e}:{...e,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(e){return[...e].sort((r,n)=>{var d,l;let o=new Date(r.createdAt).getTime(),s=new Date(n.createdAt).getTime();if(!Number.isNaN(o)&&!Number.isNaN(s)&&o!==s)return o-s;let a=(d=r.sequence)!=null?d:0,i=(l=n.sequence)!=null?l:0;return a!==i?a-i:r.id.localeCompare(n.id)})}};var v=(t,e)=>{let r=document.createElement(t);return e&&(r.className=e),r},Qn=(t,e,r)=>{let n=t.createElement(e);return r&&(n.className=r),n};var Hd=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"}]];var Dd=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var Od=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Nd=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var _d=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var Fd=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var $d=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]];var Ud=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var qd=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}]];var zd=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var Vd=[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]];var jd=[["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M8 6h.01"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var Gd=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var Kd=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var Xd=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"}],["circle",{cx:"12",cy:"13",r:"3"}]];var Jd=[["path",{d:"M20 6 9 17l-5-5"}]];var Qd=[["path",{d:"m6 9 6 6 6-6"}]];var Yd=[["path",{d:"m15 18-6-6 6-6"}]];var Zd=[["path",{d:"m9 18 6-6-6-6"}]];var ec=[["path",{d:"m18 15-6-6-6 6"}]];var al=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var sl=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var tc=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]];var rc=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]];var nc=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var oc=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var ac=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var sc=[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]];var ic=[["path",{d:"M12 15V3"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["path",{d:"m7 10 5 5 5-5"}]];var il=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var ll=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var lc=[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]];var dc=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"}],["path",{d:"m2 2 20 20"}]];var cc=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"}],["circle",{cx:"12",cy:"12",r:"3"}]];var pc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var uc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var fc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var mc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}]];var gc=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1"}]];var hc=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]];var xc=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}]];var yc=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"}]];var bc=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]];var dl=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"}]];var wc=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1"}],["path",{d:"M12 8v13"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5"}]];var vc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]];var Cc=[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]];var Ac=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3"}]];var Sc=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}]];var Tc=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]];var cl=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var Mc=[["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}],["circle",{cx:"9",cy:"9",r:"2"}]];var kc=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var Ec=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var Lc=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4"}],["path",{d:"m21 2-9.6 9.6"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5"}]];var Pc=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]];var pl=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var Ic=[["path",{d:"M12 2v4"}],["path",{d:"m16.2 7.8 2.9-2.9"}],["path",{d:"M18 12h4"}],["path",{d:"m16.2 16.2 2.9 2.9"}],["path",{d:"M12 18v4"}],["path",{d:"m4.9 19.1 2.9-2.9"}],["path",{d:"M2 12h4"}],["path",{d:"m4.9 4.9 2.9 2.9"}]];var Rc=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var Wc=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var Bc=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"}],["circle",{cx:"12",cy:"10",r:"3"}]];var Hc=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]];var Dc=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var Oc=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var Nc=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}]];var _c=[["path",{d:"M12 19v3"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3"}]];var Fc=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]];var $c=[["path",{d:"M5 12h14"}]];var Uc=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]];var qc=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var zc=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"}],["path",{d:"M12 22V12"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["path",{d:"m7.5 4.27 9 5.15"}]];var Vc=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"}]];var jc=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var Gc=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"}],["path",{d:"m15 5 4 4"}]];var Kc=[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]];var Xc=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var Jc=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"}]];var Qc=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var Yc=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var Zc=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]];var ep=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]];var tp=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7"}]];var rp=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var np=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"}],["path",{d:"m21.854 2.147-10.94 10.939"}]];var op=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"}],["circle",{cx:"12",cy:"12",r:"3"}]];var ap=[["path",{d:"M12 2v13"}],["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}]];var sp=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var ip=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m9 12 2 2 4-4"}]];var ul=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"m9.5 9.5 5 5"}]];var lp=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}]];var dp=[["path",{d:"M16 10a4 4 0 0 1-8 0"}],["path",{d:"M3.103 6.034h17.794"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z"}]];var cp=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]];var pp=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var fl=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}],["path",{d:"M20 2v4"}],["path",{d:"M22 4h-4"}],["circle",{cx:"4",cy:"20",r:"2"}]];var up=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var fp=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"}]];var mp=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05"}]];var gp=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]];var hp=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var xp=[["path",{d:"M17 14V2"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"}]];var yp=[["path",{d:"M7 10v12"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"}]];var bp=[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]];var wp=[["path",{d:"M10 11v6"}],["path",{d:"M14 11v6"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var vp=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var ml=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var Cp=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var Ap=[["path",{d:"M12 3v12"}],["path",{d:"m17 8-5-5-5 5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}]];var Sp=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]];var Tp=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728"}]];var Mp=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]];var kp=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var Ep=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var Lp=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"}]];var yw={activity:Hd,"arrow-down":Dd,"arrow-up":Fd,"arrow-up-right":_d,bot:Vd,"chevron-down":Qd,"chevron-up":ec,"chevron-right":Zd,"chevron-left":Yd,check:Jd,clipboard:rc,"clipboard-copy":tc,copy:oc,file:mc,"file-code":pc,"file-spreadsheet":uc,"file-text":fc,"image-plus":Mc,loader:Ic,"loader-circle":pl,mic:_c,paperclip:Vc,"refresh-cw":Zc,search:rp,send:np,"shield-alert":sp,"shield-check":ip,"shield-x":ul,square:up,"thumbs-down":xp,"thumbs-up":yp,upload:Ap,"volume-2":Tp,x:Ep,user:Sp,mail:Wc,phone:Xc,calendar:Kd,clock:nc,building:jd,"map-pin":Bc,lock:Rc,key:Lc,"credit-card":ac,"at-sign":$d,hash:Cc,globe:vc,link:Pc,"circle-check":al,"circle-x":sl,"triangle-alert":ml,info:Ec,ban:Ud,shield:lp,"arrow-left":Od,"arrow-right":Nd,"external-link":lc,ellipsis:ll,"ellipsis-vertical":il,menu:Dc,house:cl,plus:Qc,minus:$c,pencil:Gc,trash:vp,"trash-2":wp,save:tp,download:ic,share:ap,funnel:dl,settings:op,"rotate-cw":ep,maximize:Hc,minimize:Fc,"shopping-cart":cp,"shopping-bag":dp,package:zc,truck:Cp,tag:hp,gift:wc,receipt:Yc,wallet:kp,store:mp,"dollar-sign":sc,percent:Kc,play:Jc,pause:jc,"volume-x":Mp,camera:Xd,image:kc,film:hc,headphones:Ac,"message-circle":Oc,"message-square":Nc,bell:qd,heart:Sc,star:fp,eye:cc,"eye-off":dc,bookmark:zd,"calendar-days":Gd,history:Tc,timer:bp,folder:bc,"folder-open":yc,files:gc,sparkles:fl,zap:Lp,sun:gp,moon:qc,flag:xc,monitor:Uc,smartphone:pp},Ie=(t,e=24,r="currentColor",n=2)=>{let o=yw[t];return o?bw(o,e,r,n):(console.warn(`Lucide icon "${t}" is not in the Persona registry. Add it to packages/widget/src/utils/icons.ts (see docs/icon-registry-shortlist.md).`),null)};function bw(t,e,r,n){if(!Array.isArray(t))return null;let o=document.createElementNS("http://www.w3.org/2000/svg","svg");return o.setAttribute("width",String(e)),o.setAttribute("height",String(e)),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke",r),o.setAttribute("stroke-width",String(n)),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),o.setAttribute("aria-hidden","true"),t.forEach(s=>{if(!Array.isArray(s)||s.length<2)return;let a=s[0],i=s[1];if(!i)return;let d=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([l,p])=>{l!=="stroke"&&d.setAttribute(l,String(p))}),o.appendChild(d)}),o}var gl={allowedTypes:mo,maxFileSize:10*1024*1024,maxFiles:4};function ww(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function vw(t){return t==="application/pdf"||t.startsWith("text/")||t.includes("word")?"file-text":t.includes("excel")||t.includes("spreadsheet")?"file-spreadsheet":t==="application/json"?"file-code":"file"}var ca=class t{constructor(e={}){this.attachments=[];this.previewsContainer=null;var r,n,o;this.config={allowedTypes:(r=e.allowedTypes)!=null?r:gl.allowedTypes,maxFileSize:(n=e.maxFileSize)!=null?n:gl.maxFileSize,maxFiles:(o=e.maxFiles)!=null?o:gl.maxFiles,onFileRejected:e.onFileRejected,onAttachmentsChange:e.onAttachmentsChange}}setPreviewsContainer(e){this.previewsContainer=e}updateConfig(e){e.allowedTypes!==void 0&&(this.config.allowedTypes=e.allowedTypes.length>0?e.allowedTypes:gl.allowedTypes),e.maxFileSize!==void 0&&(this.config.maxFileSize=e.maxFileSize),e.maxFiles!==void 0&&(this.config.maxFiles=e.maxFiles),e.onFileRejected!==void 0&&(this.config.onFileRejected=e.onFileRejected),e.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=e.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(e=>e.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(e){!e||e.length===0||await this.handleFiles(Array.from(e))}async handleFiles(e){var r,n,o,s,a,i,d;if(e.length){for(let l of e){if(this.attachments.length>=this.config.maxFiles){(n=(r=this.config).onFileRejected)==null||n.call(r,l,"count");continue}let p=jh(l,this.config.allowedTypes,this.config.maxFileSize);if(!p.valid){let m=(o=p.error)!=null&&o.includes("type")?"type":"size";(a=(s=this.config).onFileRejected)==null||a.call(s,l,m);continue}try{let m=await Vh(l),u=tl(l)?URL.createObjectURL(l):null,f={id:ww(),file:l,previewUrl:u,contentPart:m};this.attachments.push(f),this.renderPreview(f)}catch(m){console.error("[AttachmentManager] Failed to process file:",m)}}this.updatePreviewsVisibility(),(d=(i=this.config).onAttachmentsChange)==null||d.call(i,this.getAttachments())}}removeAttachment(e){var s,a,i;let r=this.attachments.findIndex(d=>d.id===e);if(r===-1)return;let n=this.attachments[r];n.previewUrl&&URL.revokeObjectURL(n.previewUrl),this.attachments.splice(r,1);let o=(s=this.previewsContainer)==null?void 0:s.querySelector(`[data-attachment-id="${e}"]`);o&&o.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var e,r;for(let n of this.attachments)n.previewUrl&&URL.revokeObjectURL(n.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(r=(e=this.config).onAttachmentsChange)==null||r.call(e,this.getAttachments())}renderPreview(e){if(!this.previewsContainer)return;let r=tl(e.file),n=v("div","persona-attachment-preview persona-relative persona-inline-block");if(n.setAttribute("data-attachment-id",e.id),n.style.width="48px",n.style.height="48px",r&&e.previewUrl){let a=v("img");a.src=e.previewUrl,a.alt=e.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=v("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=vw(e.file.type),d=Ie(i,20,"var(--persona-muted, #6b7280)",1.5);d&&a.appendChild(d);let l=v("span");l.textContent=Gh(e.file.type,e.file.name),l.style.fontSize="8px",l.style.fontWeight="600",l.style.color="var(--persona-muted, #6b7280)",l.style.textTransform="uppercase",l.style.lineHeight="1",a.appendChild(l),n.appendChild(a)}let o=v("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");o.type="button",o.setAttribute("aria-label","Remove attachment"),o.style.position="absolute",o.style.top="-4px",o.style.right="-4px",o.style.width="18px",o.style.height="18px",o.style.borderRadius="50%",o.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",o.style.border="none",o.style.cursor="pointer",o.style.display="flex",o.style.alignItems="center",o.style.justifyContent="center",o.style.padding="0";let s=Ie("x",10,"var(--persona-text-inverse, #ffffff)",2);s?o.appendChild(s):(o.textContent="\xD7",o.style.color="var(--persona-text-inverse, #ffffff)",o.style.fontSize="14px",o.style.lineHeight="1"),o.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(e.id)}),n.appendChild(o),this.previewsContainer.appendChild(n)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(e,r){return new t({allowedTypes:e==null?void 0:e.allowedTypes,maxFileSize:e==null?void 0:e.maxFileSize,maxFiles:e==null?void 0:e.maxFiles,onFileRejected:e==null?void 0:e.onFileRejected,onAttachmentsChange:r})}};var Jh=t=>typeof t=="object"&&t!==null&&!Array.isArray(t);function Ds(t,e){if(!t)return e;if(!e)return t;let r={...t};for(let[n,o]of Object.entries(e)){let s=r[n];Jh(s)&&Jh(o)?r[n]=Ds(s,o):r[n]=o}return r}var yn="min(440px, calc(100vw - 24px))",hl="440px",er={apiUrl:"https://api.runtype.com/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:yn,heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",closeButtonPaddingX:"0px",closeButtonPaddingY:"0px",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:""},toolCallDisplay:{collapsedMode:"tool-call",activePreview:!1,grouped:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},reasoningDisplay:{activePreview:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},streamAnimation:{type:"none",placeholder:"none",speed:120,duration:1800},askUserQuestion:{enabled:!0,slideInMs:180,freeTextLabel:"Other\u2026",freeTextPlaceholder:"Type your answer\u2026",submitLabel:"Send"}},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 Qh(t,e){if(!(!t&&!e))return t?e?Ds(t,e):t:e}function xl(t){var e,r,n,o,s,a,i,d,l,p,m,u,f,x,C,S,k,T,M,h,w;return t?{...er,...t,theme:Qh(er.theme,t.theme),darkTheme:Qh(er.darkTheme,t.darkTheme),launcher:{...er.launcher,...t.launcher,dock:{...(e=er.launcher)==null?void 0:e.dock,...(r=t.launcher)==null?void 0:r.dock},clearChat:{...(n=er.launcher)==null?void 0:n.clearChat,...(o=t.launcher)==null?void 0:o.clearChat}},copy:{...er.copy,...t.copy},sendButton:{...er.sendButton,...t.sendButton},statusIndicator:{...er.statusIndicator,...t.statusIndicator},voiceRecognition:{...er.voiceRecognition,...t.voiceRecognition},features:(()=>{var Ee,Ke,Ne,X,Ue,K,Te,oe;let y=(Ee=er.features)==null?void 0:Ee.artifacts,E=(Ke=t.features)==null?void 0:Ke.artifacts,B=(Ne=er.features)==null?void 0:Ne.scrollToBottom,P=(X=t.features)==null?void 0:X.scrollToBottom,R=(Ue=er.features)==null?void 0:Ue.streamAnimation,O=(K=t.features)==null?void 0:K.streamAnimation,V=(Te=er.features)==null?void 0:Te.askUserQuestion,ne=(oe=t.features)==null?void 0:oe.askUserQuestion,be=y===void 0&&E===void 0?void 0:{...y,...E,layout:{...y==null?void 0:y.layout,...E==null?void 0:E.layout}},Ye=B===void 0&&P===void 0?void 0:{...B,...P},Ge=R===void 0&&O===void 0?void 0:{...R,...O},ve=V===void 0&&ne===void 0?void 0:{...V,...ne,styles:{...V==null?void 0:V.styles,...ne==null?void 0:ne.styles}};return{...er.features,...t.features,...Ye!==void 0?{scrollToBottom:Ye}:{},...be!==void 0?{artifacts:be}:{},...Ge!==void 0?{streamAnimation:Ge}:{},...ve!==void 0?{askUserQuestion:ve}:{}}})(),suggestionChips:(s=t.suggestionChips)!=null?s:er.suggestionChips,suggestionChipsConfig:{...er.suggestionChipsConfig,...t.suggestionChipsConfig},layout:{...er.layout,...t.layout,header:{...(a=er.layout)==null?void 0:a.header,...(i=t.layout)==null?void 0:i.header},messages:{...(d=er.layout)==null?void 0:d.messages,...(l=t.layout)==null?void 0:l.messages,avatar:{...(m=(p=er.layout)==null?void 0:p.messages)==null?void 0:m.avatar,...(f=(u=t.layout)==null?void 0:u.messages)==null?void 0:f.avatar},timestamp:{...(C=(x=er.layout)==null?void 0:x.messages)==null?void 0:C.timestamp,...(k=(S=t.layout)==null?void 0:S.messages)==null?void 0:k.timestamp}},slots:{...(T=er.layout)==null?void 0:T.slots,...(M=t.layout)==null?void 0:M.slots}},markdown:{...er.markdown,...t.markdown,options:{...(h=er.markdown)==null?void 0:h.options,...(w=t.markdown)==null?void 0:w.options}},messageActions:{...er.messageActions,...t.messageActions}}:er}var Pp={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"}},Ip={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"}},Rp={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:yn,maxWidth:hl,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"},border:"semantic.colors.border"},introCard:{background:"semantic.colors.surface",borderRadius:"palette.radius.2xl",padding:"semantic.spacing.lg",shadow:"0 5px 15px rgba(15, 23, 42, 0.08)"},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"},codeBlock:{background:"semantic.colors.container",borderColor:"semantic.colors.border",textColor:"inherit"},table:{headerBackground:"semantic.colors.container",borderColor:"semantic.colors.border"},hr:{color:"semantic.colors.divider"},blockquote:{borderColor:"palette.colors.gray.900",background:"transparent",textColor:"palette.colors.gray.500"}},collapsibleWidget:{container:"palette.colors.gray.50",surface:"semantic.colors.surface",border:"semantic.colors.border"},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 Ha(t,e){if(!e.startsWith("palette.")&&!e.startsWith("semantic.")&&!e.startsWith("components."))return e;let r=e.split("."),n=t;for(let o of r){if(n==null)return;n=n[o]}return typeof n=="string"&&(n.startsWith("palette.")||n.startsWith("semantic.")||n.startsWith("components."))?Ha(t,n):n}function yl(t){let e={};function r(n,o){for(let[s,a]of Object.entries(n)){let i=`${o}.${s}`;if(typeof a=="string"){let d=Ha(t,a);d!==void 0&&(e[i]={path:i,value:d,type:o.includes("color")?"color":o.includes("spacing")?"spacing":o.includes("typography")?"typography":o.includes("shadow")?"shadow":o.includes("border")?"border":"color"})}else typeof a=="object"&&a!==null&&r(a,i)}}return r(t.palette,"palette"),r(t.semantic,"semantic"),r(t.components,"components"),e}function Wp(t){let e=[],r=[];return t.palette||e.push({path:"palette",message:"Theme must include a palette",severity:"error"}),t.semantic||r.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),t.components||r.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:e.length===0,errors:e,warnings:r}}function Yh(t,e){let r={...t};for(let[n,o]of Object.entries(e)){let s=r[n];s&&typeof s=="object"&&!Array.isArray(s)&&o&&typeof o=="object"&&!Array.isArray(o)?r[n]=Yh(s,o):r[n]=o}return r}function Cw(t,e){return e?Yh(t,e):t}function Da(t,e={}){var o,s,a,i,d,l,p,m,u,f,x,C,S;let r={palette:Pp,semantic:Ip,components:Rp},n={palette:{...r.palette,...t==null?void 0:t.palette,colors:{...r.palette.colors,...(o=t==null?void 0:t.palette)==null?void 0:o.colors},spacing:{...r.palette.spacing,...(s=t==null?void 0:t.palette)==null?void 0:s.spacing},typography:{...r.palette.typography,...(a=t==null?void 0:t.palette)==null?void 0:a.typography},shadows:{...r.palette.shadows,...(i=t==null?void 0:t.palette)==null?void 0:i.shadows},borders:{...r.palette.borders,...(d=t==null?void 0:t.palette)==null?void 0:d.borders},radius:{...r.palette.radius,...(l=t==null?void 0:t.palette)==null?void 0:l.radius}},semantic:{...r.semantic,...t==null?void 0:t.semantic,colors:{...r.semantic.colors,...(p=t==null?void 0:t.semantic)==null?void 0:p.colors,interactive:{...r.semantic.colors.interactive,...(u=(m=t==null?void 0:t.semantic)==null?void 0:m.colors)==null?void 0:u.interactive},feedback:{...r.semantic.colors.feedback,...(x=(f=t==null?void 0:t.semantic)==null?void 0:f.colors)==null?void 0:x.feedback}},spacing:{...r.semantic.spacing,...(C=t==null?void 0:t.semantic)==null?void 0:C.spacing},typography:{...r.semantic.typography,...(S=t==null?void 0:t.semantic)==null?void 0:S.typography}},components:Cw(r.components,t==null?void 0:t.components)};if(e.validate!==!1){let k=Wp(n);if(!k.valid)throw new Error(`Theme validation failed: ${k.errors.map(T=>T.message).join(", ")}`)}if(e.plugins)for(let k of e.plugins)n=k.transform(n);return n}function bl(t){var C,S,k,T,M,h,w,y,E,B,P,R,O,V,ne,be,Ye,Ge,ve,Ee,Ke,Ne,X,Ue,K,Te,oe,xe,Me,Xe,ce,te,le,ut,Ce,he,rt,_e,me,J,ze,Z,ge,z,Re,Ae,fe,pe,Be,Q,_,ke,He,Ve,Je,gt,at,Mt,Xt,G,Jt,st,_t,de,ye,Rt,ar,kt,mr,Ot,Wt,St,Et,sr,ft,dr,wr,Lr,Or,xt,sn,fr,Un,Rr,Zn,Pn,In,ue,I,ee,Se,nt,Qt,Ft,tr,Pr,Nr,wn,Vt,$t,Ir,vn,bo,eo,wo,qn,ln,Rn,Pt,gr,hr,dn,vo,Cn,Wn,cn;let e=yl(t),r={};for(let[W,pn]of Object.entries(e)){let Bn=W.replace(/\./g,"-");r[`--persona-${Bn}`]=pn.value}r["--persona-primary"]=(C=r["--persona-semantic-colors-primary"])!=null?C:r["--persona-palette-colors-primary-500"],r["--persona-secondary"]=(S=r["--persona-semantic-colors-secondary"])!=null?S:r["--persona-palette-colors-secondary-500"],r["--persona-accent"]=(k=r["--persona-semantic-colors-accent"])!=null?k:r["--persona-palette-colors-accent-500"],r["--persona-surface"]=(T=r["--persona-semantic-colors-surface"])!=null?T:r["--persona-palette-colors-gray-50"],r["--persona-background"]=(M=r["--persona-semantic-colors-background"])!=null?M:r["--persona-palette-colors-gray-50"],r["--persona-container"]=(h=r["--persona-semantic-colors-container"])!=null?h:r["--persona-palette-colors-gray-100"],r["--persona-text"]=(w=r["--persona-semantic-colors-text"])!=null?w:r["--persona-palette-colors-gray-900"],r["--persona-text-muted"]=(y=r["--persona-semantic-colors-text-muted"])!=null?y:r["--persona-palette-colors-gray-500"],r["--persona-text-inverse"]=(E=r["--persona-semantic-colors-text-inverse"])!=null?E:r["--persona-palette-colors-gray-50"],r["--persona-border"]=(B=r["--persona-semantic-colors-border"])!=null?B:r["--persona-palette-colors-gray-200"],r["--persona-divider"]=(P=r["--persona-semantic-colors-divider"])!=null?P:r["--persona-palette-colors-gray-200"],r["--persona-muted"]=r["--persona-text-muted"],r["--persona-voice-recording-indicator"]=(R=r["--persona-components-voice-recording-indicator"])!=null?R:r["--persona-palette-colors-error-500"],r["--persona-voice-recording-bg"]=(O=r["--persona-components-voice-recording-background"])!=null?O:r["--persona-palette-colors-error-50"],r["--persona-voice-processing-icon"]=(V=r["--persona-components-voice-processing-icon"])!=null?V:r["--persona-palette-colors-primary-500"],r["--persona-voice-speaking-icon"]=(ne=r["--persona-components-voice-speaking-icon"])!=null?ne:r["--persona-palette-colors-success-500"],r["--persona-approval-bg"]=(be=r["--persona-components-approval-requested-background"])!=null?be:r["--persona-palette-colors-warning-50"],r["--persona-approval-border"]=(Ye=r["--persona-components-approval-requested-border"])!=null?Ye:r["--persona-palette-colors-warning-200"],r["--persona-approval-text"]=(Ge=r["--persona-components-approval-requested-text"])!=null?Ge:r["--persona-palette-colors-gray-900"],r["--persona-approval-approve-bg"]=(ve=r["--persona-components-approval-approve-background"])!=null?ve:r["--persona-palette-colors-success-500"],r["--persona-approval-deny-bg"]=(Ee=r["--persona-components-approval-deny-background"])!=null?Ee:r["--persona-palette-colors-error-500"],r["--persona-attachment-image-bg"]=(Ke=r["--persona-components-attachment-image-background"])!=null?Ke:r["--persona-palette-colors-gray-100"],r["--persona-attachment-image-border"]=(Ne=r["--persona-components-attachment-image-border"])!=null?Ne:r["--persona-palette-colors-gray-200"],r["--persona-font-family"]=(X=r["--persona-semantic-typography-fontFamily"])!=null?X:r["--persona-palette-typography-fontFamily-sans"],r["--persona-font-size"]=(Ue=r["--persona-semantic-typography-fontSize"])!=null?Ue:r["--persona-palette-typography-fontSize-base"],r["--persona-font-weight"]=(K=r["--persona-semantic-typography-fontWeight"])!=null?K:r["--persona-palette-typography-fontWeight-normal"],r["--persona-line-height"]=(Te=r["--persona-semantic-typography-lineHeight"])!=null?Te:r["--persona-palette-typography-lineHeight-normal"],r["--persona-input-font-family"]=r["--persona-font-family"],r["--persona-input-font-weight"]=r["--persona-font-weight"],r["--persona-radius-sm"]=(oe=r["--persona-palette-radius-sm"])!=null?oe:"0.125rem",r["--persona-radius-md"]=(xe=r["--persona-palette-radius-md"])!=null?xe:"0.375rem",r["--persona-radius-lg"]=(Me=r["--persona-palette-radius-lg"])!=null?Me:"0.5rem",r["--persona-radius-xl"]=(Xe=r["--persona-palette-radius-xl"])!=null?Xe:"0.75rem",r["--persona-radius-full"]=(ce=r["--persona-palette-radius-full"])!=null?ce:"9999px",r["--persona-launcher-radius"]=(le=(te=r["--persona-components-launcher-borderRadius"])!=null?te:r["--persona-palette-radius-full"])!=null?le:"9999px",r["--persona-launcher-bg"]=(ut=r["--persona-components-launcher-background"])!=null?ut:r["--persona-primary"],r["--persona-launcher-fg"]=(Ce=r["--persona-components-launcher-foreground"])!=null?Ce:r["--persona-text-inverse"],r["--persona-launcher-border"]=(he=r["--persona-components-launcher-border"])!=null?he:r["--persona-border"],r["--persona-button-primary-bg"]=(rt=r["--persona-components-button-primary-background"])!=null?rt:r["--persona-primary"],r["--persona-button-primary-fg"]=(_e=r["--persona-components-button-primary-foreground"])!=null?_e:r["--persona-text-inverse"],r["--persona-button-radius"]=(J=(me=r["--persona-components-button-primary-borderRadius"])!=null?me:r["--persona-palette-radius-full"])!=null?J:"9999px",r["--persona-panel-radius"]=(Z=(ze=r["--persona-components-panel-borderRadius"])!=null?ze:r["--persona-radius-xl"])!=null?Z:"0.75rem",r["--persona-panel-border"]=(ge=r["--persona-components-panel-border"])!=null?ge:`1px solid ${r["--persona-border"]}`,r["--persona-panel-shadow"]=(Re=(z=r["--persona-components-panel-shadow"])!=null?z:r["--persona-palette-shadows-xl"])!=null?Re:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",r["--persona-input-radius"]=(fe=(Ae=r["--persona-components-input-borderRadius"])!=null?Ae:r["--persona-radius-lg"])!=null?fe:"0.5rem",r["--persona-message-user-radius"]=(Be=(pe=r["--persona-components-message-user-borderRadius"])!=null?pe:r["--persona-radius-lg"])!=null?Be:"0.5rem",r["--persona-message-assistant-radius"]=(_=(Q=r["--persona-components-message-assistant-borderRadius"])!=null?Q:r["--persona-radius-lg"])!=null?_:"0.5rem",r["--persona-header-bg"]=(ke=r["--persona-components-header-background"])!=null?ke:r["--persona-surface"],r["--persona-header-border"]=(He=r["--persona-components-header-border"])!=null?He:r["--persona-divider"],r["--persona-header-icon-bg"]=(Ve=r["--persona-components-header-iconBackground"])!=null?Ve:r["--persona-primary"],r["--persona-header-icon-fg"]=(Je=r["--persona-components-header-iconForeground"])!=null?Je:r["--persona-text-inverse"],r["--persona-header-title-fg"]=(gt=r["--persona-components-header-titleForeground"])!=null?gt:r["--persona-primary"],r["--persona-header-subtitle-fg"]=(at=r["--persona-components-header-subtitleForeground"])!=null?at:r["--persona-text-muted"],r["--persona-header-action-icon-fg"]=(Mt=r["--persona-components-header-actionIconForeground"])!=null?Mt:r["--persona-muted"];let n=(Xt=t.components)==null?void 0:Xt.header;n!=null&&n.shadow&&(r["--persona-header-shadow"]=n.shadow),n!=null&&n.borderBottom&&(r["--persona-header-border-bottom"]=n.borderBottom);let o=(G=t.components)==null?void 0:G.introCard;r["--persona-intro-card-bg"]=(Jt=r["--persona-components-introCard-background"])!=null?Jt:r["--persona-surface"],r["--persona-intro-card-radius"]=(st=r["--persona-components-introCard-borderRadius"])!=null?st:"1rem",r["--persona-intro-card-padding"]=(_t=r["--persona-components-introCard-padding"])!=null?_t:"1.5rem",r["--persona-intro-card-shadow"]=(ye=(de=o==null?void 0:o.shadow)!=null?de:r["--persona-components-introCard-shadow"])!=null?ye:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-input-background"]=(Rt=r["--persona-components-input-background"])!=null?Rt:r["--persona-surface"],r["--persona-input-placeholder"]=(ar=r["--persona-components-input-placeholder"])!=null?ar:r["--persona-text-muted"],r["--persona-message-user-bg"]=(kt=r["--persona-components-message-user-background"])!=null?kt:r["--persona-accent"],r["--persona-message-user-text"]=(mr=r["--persona-components-message-user-text"])!=null?mr:r["--persona-text-inverse"],r["--persona-message-user-shadow"]=(Ot=r["--persona-components-message-user-shadow"])!=null?Ot:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-message-assistant-bg"]=(Wt=r["--persona-components-message-assistant-background"])!=null?Wt:r["--persona-surface"],r["--persona-message-assistant-text"]=(St=r["--persona-components-message-assistant-text"])!=null?St:r["--persona-text"],r["--persona-message-assistant-border"]=(Et=r["--persona-components-message-assistant-border"])!=null?Et:r["--persona-border"],r["--persona-message-assistant-shadow"]=(sr=r["--persona-components-message-assistant-shadow"])!=null?sr:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-bg"]=(dr=(ft=r["--persona-components-scrollToBottom-background"])!=null?ft:r["--persona-button-primary-bg"])!=null?dr:r["--persona-accent"],r["--persona-scroll-to-bottom-fg"]=(Lr=(wr=r["--persona-components-scrollToBottom-foreground"])!=null?wr:r["--persona-button-primary-fg"])!=null?Lr:r["--persona-text-inverse"],r["--persona-scroll-to-bottom-border"]=(Or=r["--persona-components-scrollToBottom-border"])!=null?Or:r["--persona-primary"],r["--persona-scroll-to-bottom-size"]=(xt=r["--persona-components-scrollToBottom-size"])!=null?xt:"40px",r["--persona-scroll-to-bottom-radius"]=(Un=(fr=(sn=r["--persona-components-scrollToBottom-borderRadius"])!=null?sn:r["--persona-button-radius"])!=null?fr:r["--persona-radius-full"])!=null?Un:"9999px",r["--persona-scroll-to-bottom-shadow"]=(Zn=(Rr=r["--persona-components-scrollToBottom-shadow"])!=null?Rr:r["--persona-palette-shadows-sm"])!=null?Zn:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-padding"]=(Pn=r["--persona-components-scrollToBottom-padding"])!=null?Pn:"0.5rem 0.875rem",r["--persona-scroll-to-bottom-gap"]=(In=r["--persona-components-scrollToBottom-gap"])!=null?In:"0.5rem",r["--persona-scroll-to-bottom-font-size"]=(I=(ue=r["--persona-components-scrollToBottom-fontSize"])!=null?ue:r["--persona-palette-typography-fontSize-sm"])!=null?I:"0.875rem",r["--persona-scroll-to-bottom-icon-size"]=(ee=r["--persona-components-scrollToBottom-iconSize"])!=null?ee:"14px",r["--persona-tool-bubble-shadow"]=(Se=r["--persona-components-toolBubble-shadow"])!=null?Se:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-reasoning-bubble-shadow"]=(nt=r["--persona-components-reasoningBubble-shadow"])!=null?nt:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-composer-shadow"]=(Qt=r["--persona-components-composer-shadow"])!=null?Qt:"none",r["--persona-md-inline-code-bg"]=(Ft=r["--persona-components-markdown-inlineCode-background"])!=null?Ft:r["--persona-container"],r["--persona-md-inline-code-color"]=(tr=r["--persona-components-markdown-inlineCode-foreground"])!=null?tr:r["--persona-text"],r["--persona-md-link-color"]=(Nr=(Pr=r["--persona-components-markdown-link-foreground"])!=null?Pr:r["--persona-accent"])!=null?Nr:"#0f0f0f";let s=r["--persona-components-markdown-heading-h1-fontSize"];s&&(r["--persona-md-h1-size"]=s);let a=r["--persona-components-markdown-heading-h1-fontWeight"];a&&(r["--persona-md-h1-weight"]=a);let i=r["--persona-components-markdown-heading-h2-fontSize"];i&&(r["--persona-md-h2-size"]=i);let d=r["--persona-components-markdown-heading-h2-fontWeight"];d&&(r["--persona-md-h2-weight"]=d);let l=r["--persona-components-markdown-prose-fontFamily"];l&&l!=="inherit"&&(r["--persona-md-prose-font-family"]=l),r["--persona-md-code-block-bg"]=(wn=r["--persona-components-markdown-codeBlock-background"])!=null?wn:r["--persona-container"],r["--persona-md-code-block-border-color"]=(Vt=r["--persona-components-markdown-codeBlock-borderColor"])!=null?Vt:r["--persona-border"],r["--persona-md-code-block-text-color"]=($t=r["--persona-components-markdown-codeBlock-textColor"])!=null?$t:"inherit",r["--persona-md-table-header-bg"]=(Ir=r["--persona-components-markdown-table-headerBackground"])!=null?Ir:r["--persona-container"],r["--persona-md-table-border-color"]=(vn=r["--persona-components-markdown-table-borderColor"])!=null?vn:r["--persona-border"],r["--persona-md-hr-color"]=(bo=r["--persona-components-markdown-hr-color"])!=null?bo:r["--persona-divider"],r["--persona-md-blockquote-border-color"]=(eo=r["--persona-components-markdown-blockquote-borderColor"])!=null?eo:r["--persona-palette-colors-gray-900"],r["--persona-md-blockquote-bg"]=(wo=r["--persona-components-markdown-blockquote-background"])!=null?wo:"transparent",r["--persona-md-blockquote-text-color"]=(qn=r["--persona-components-markdown-blockquote-textColor"])!=null?qn:r["--persona-palette-colors-gray-500"],r["--cw-container"]=(ln=r["--persona-components-collapsibleWidget-container"])!=null?ln:r["--persona-surface"],r["--cw-surface"]=(Rn=r["--persona-components-collapsibleWidget-surface"])!=null?Rn:r["--persona-surface"],r["--cw-border"]=(Pt=r["--persona-components-collapsibleWidget-border"])!=null?Pt:r["--persona-border"],r["--persona-message-border"]=(gr=r["--persona-components-message-border"])!=null?gr:r["--persona-border"];let p=t.components,m=p==null?void 0:p.iconButton;m&&(m.background&&(r["--persona-icon-btn-bg"]=m.background),m.border&&(r["--persona-icon-btn-border"]=m.border),m.color&&(r["--persona-icon-btn-color"]=m.color),m.padding&&(r["--persona-icon-btn-padding"]=m.padding),m.borderRadius&&(r["--persona-icon-btn-radius"]=m.borderRadius),m.hoverBackground&&(r["--persona-icon-btn-hover-bg"]=m.hoverBackground),m.hoverColor&&(r["--persona-icon-btn-hover-color"]=m.hoverColor),m.activeBackground&&(r["--persona-icon-btn-active-bg"]=m.activeBackground),m.activeBorder&&(r["--persona-icon-btn-active-border"]=m.activeBorder));let u=p==null?void 0:p.labelButton;u&&(u.background&&(r["--persona-label-btn-bg"]=u.background),u.border&&(r["--persona-label-btn-border"]=u.border),u.color&&(r["--persona-label-btn-color"]=u.color),u.padding&&(r["--persona-label-btn-padding"]=u.padding),u.borderRadius&&(r["--persona-label-btn-radius"]=u.borderRadius),u.hoverBackground&&(r["--persona-label-btn-hover-bg"]=u.hoverBackground),u.fontSize&&(r["--persona-label-btn-font-size"]=u.fontSize),u.gap&&(r["--persona-label-btn-gap"]=u.gap));let f=p==null?void 0:p.toggleGroup;f&&(f.gap&&(r["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(r["--persona-toggle-group-radius"]=f.borderRadius));let x=p==null?void 0:p.artifact;if(x!=null&&x.toolbar){let W=x.toolbar;W.iconHoverColor&&(r["--persona-artifact-toolbar-icon-hover-color"]=W.iconHoverColor),W.iconHoverBackground&&(r["--persona-artifact-toolbar-icon-hover-bg"]=W.iconHoverBackground),W.iconPadding&&(r["--persona-artifact-toolbar-icon-padding"]=W.iconPadding),W.iconBorderRadius&&(r["--persona-artifact-toolbar-icon-radius"]=W.iconBorderRadius),W.iconBorder&&(r["--persona-artifact-toolbar-icon-border"]=W.iconBorder),W.toggleGroupGap&&(r["--persona-artifact-toolbar-toggle-group-gap"]=W.toggleGroupGap),W.toggleBorderRadius&&(r["--persona-artifact-toolbar-toggle-radius"]=W.toggleBorderRadius),W.copyBackground&&(r["--persona-artifact-toolbar-copy-bg"]=W.copyBackground),W.copyBorder&&(r["--persona-artifact-toolbar-copy-border"]=W.copyBorder),W.copyColor&&(r["--persona-artifact-toolbar-copy-color"]=W.copyColor),W.copyBorderRadius&&(r["--persona-artifact-toolbar-copy-radius"]=W.copyBorderRadius),W.copyPadding&&(r["--persona-artifact-toolbar-copy-padding"]=W.copyPadding),W.copyMenuBackground&&(r["--persona-artifact-toolbar-copy-menu-bg"]=W.copyMenuBackground,r["--persona-dropdown-bg"]=(hr=r["--persona-dropdown-bg"])!=null?hr:W.copyMenuBackground),W.copyMenuBorder&&(r["--persona-artifact-toolbar-copy-menu-border"]=W.copyMenuBorder,r["--persona-dropdown-border"]=(dn=r["--persona-dropdown-border"])!=null?dn:W.copyMenuBorder),W.copyMenuShadow&&(r["--persona-artifact-toolbar-copy-menu-shadow"]=W.copyMenuShadow,r["--persona-dropdown-shadow"]=(vo=r["--persona-dropdown-shadow"])!=null?vo:W.copyMenuShadow),W.copyMenuBorderRadius&&(r["--persona-artifact-toolbar-copy-menu-radius"]=W.copyMenuBorderRadius,r["--persona-dropdown-radius"]=(Cn=r["--persona-dropdown-radius"])!=null?Cn:W.copyMenuBorderRadius),W.copyMenuItemHoverBackground&&(r["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=W.copyMenuItemHoverBackground,r["--persona-dropdown-item-hover-bg"]=(Wn=r["--persona-dropdown-item-hover-bg"])!=null?Wn:W.copyMenuItemHoverBackground),W.iconBackground&&(r["--persona-artifact-toolbar-icon-bg"]=W.iconBackground),W.toolbarBorder&&(r["--persona-artifact-toolbar-border"]=W.toolbarBorder)}if(x!=null&&x.tab){let W=x.tab;W.background&&(r["--persona-artifact-tab-bg"]=W.background),W.activeBackground&&(r["--persona-artifact-tab-active-bg"]=W.activeBackground),W.activeBorder&&(r["--persona-artifact-tab-active-border"]=W.activeBorder),W.borderRadius&&(r["--persona-artifact-tab-radius"]=W.borderRadius),W.textColor&&(r["--persona-artifact-tab-color"]=W.textColor),W.hoverBackground&&(r["--persona-artifact-tab-hover-bg"]=W.hoverBackground),W.listBackground&&(r["--persona-artifact-tab-list-bg"]=W.listBackground),W.listBorderColor&&(r["--persona-artifact-tab-list-border-color"]=W.listBorderColor),W.listPadding&&(r["--persona-artifact-tab-list-padding"]=W.listPadding)}if(x!=null&&x.pane){let W=x.pane;if(W.toolbarBackground){let pn=(cn=Ha(t,W.toolbarBackground))!=null?cn:W.toolbarBackground;r["--persona-artifact-toolbar-bg"]=pn}}return r}var Zh={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 Aw={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"}}},ex=t=>{if(!(!t||typeof t!="object"||Array.isArray(t)))return t},Os=()=>{var t;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((t=window.matchMedia)!=null&&t.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},Sw=t=>{var r;let e=(r=t==null?void 0:t.colorScheme)!=null?r:"light";return e==="light"?"light":e==="dark"?"dark":Os()},Bp=t=>Sw(t),Tw=t=>Da(t),Mw=t=>{var r;let e=Da(void 0,{validate:!1});return Da({...t,palette:{...e.palette,colors:{...Aw.colors,...(r=t==null?void 0:t.palette)==null?void 0:r.colors}}},{validate:!1})},Oa=t=>{let e=Bp(t),r=ex(t==null?void 0:t.theme),n=ex(t==null?void 0:t.darkTheme);return e==="dark"?Mw(Ds(r!=null?r:{},n!=null?n:{})):Tw(r)},kw=t=>bl(t),Ro=(t,e)=>{var s;let r=Oa(e),n=kw(r);for(let[a,i]of Object.entries(n))t.style.setProperty(a,i);let o=(s=e==null?void 0:e.toolCall)==null?void 0:s.shadow;o!==void 0&&t.style.setProperty("--persona-tool-bubble-shadow",o.trim()===""?"none":o)},wl=t=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let r=new MutationObserver(()=>{t(Os())});r.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),e.push(()=>r.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let r=window.matchMedia("(prefers-color-scheme: dark)"),n=()=>t(Os());r.addEventListener?(r.addEventListener("change",n),e.push(()=>r.removeEventListener("change",n))):r.addListener&&(r.addListener(n),e.push(()=>r.removeListener(n)))}return()=>{e.forEach(r=>r())}};var tx=(function(){"use strict";let t=()=>{},e={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:t,afterNodeAdded:t,beforeNodeMorphed:t,afterNodeMorphed:t,beforeNodeRemoved:t,afterNodeRemoved:t,beforeAttributeUpdated:t},head:{style:"merge",shouldPreserve:u=>u.getAttribute("im-preserve")==="true",shouldReAppend:u=>u.getAttribute("im-re-append")==="true",shouldRemove:t,afterHeadMorphed:t},restoreFocus:!0};function r(u,f,x={}){u=p(u);let C=m(f),S=l(u,C,x),k=o(S,()=>i(S,u,C,T=>T.morphStyle==="innerHTML"?(s(T,u,C),Array.from(u.childNodes)):n(T,u,C)));return S.pantry.remove(),k}function n(u,f,x){let C=m(f);return s(u,C,x,f,f.nextSibling),Array.from(C.childNodes)}function o(u,f){var M;if(!u.config.restoreFocus)return f();let x=document.activeElement;if(!(x instanceof HTMLInputElement||x instanceof HTMLTextAreaElement))return f();let{id:C,selectionStart:S,selectionEnd:k}=x,T=f();return C&&C!==((M=document.activeElement)==null?void 0:M.getAttribute("id"))&&(x=u.target.querySelector(`[id="${C}"]`),x==null||x.focus()),x&&!x.selectionEnd&&k&&x.setSelectionRange(S,k),T}let s=(function(){function u(h,w,y,E=null,B=null){w instanceof HTMLTemplateElement&&y instanceof HTMLTemplateElement&&(w=w.content,y=y.content),E||(E=w.firstChild);for(let P of y.childNodes){if(E&&E!=B){let O=x(h,P,E,B);if(O){O!==E&&S(h,E,O),a(O,P,h),E=O.nextSibling;continue}}if(P instanceof Element){let O=P.getAttribute("id");if(h.persistentIds.has(O)){let V=k(w,O,E,h);a(V,P,h),E=V.nextSibling;continue}}let R=f(w,P,E,h);R&&(E=R.nextSibling)}for(;E&&E!=B;){let P=E;E=E.nextSibling,C(h,P)}}function f(h,w,y,E){if(E.callbacks.beforeNodeAdded(w)===!1)return null;if(E.idMap.has(w)){let B=document.createElement(w.tagName);return h.insertBefore(B,y),a(B,w,E),E.callbacks.afterNodeAdded(B),B}else{let B=document.importNode(w,!0);return h.insertBefore(B,y),E.callbacks.afterNodeAdded(B),B}}let x=(function(){function h(E,B,P,R){let O=null,V=B.nextSibling,ne=0,be=P;for(;be&&be!=R;){if(y(be,B)){if(w(E,be,B))return be;O===null&&(E.idMap.has(be)||(O=be))}if(O===null&&V&&y(be,V)&&(ne++,V=V.nextSibling,ne>=2&&(O=void 0)),E.activeElementAndParents.includes(be))break;be=be.nextSibling}return O||null}function w(E,B,P){let R=E.idMap.get(B),O=E.idMap.get(P);if(!O||!R)return!1;for(let V of R)if(O.has(V))return!0;return!1}function y(E,B){var O,V,ne;let P=E,R=B;return P.nodeType===R.nodeType&&P.tagName===R.tagName&&(!((O=P.getAttribute)!=null&&O.call(P,"id"))||((V=P.getAttribute)==null?void 0:V.call(P,"id"))===((ne=R.getAttribute)==null?void 0:ne.call(R,"id")))}return h})();function C(h,w){var y;if(h.idMap.has(w))M(h.pantry,w,null);else{if(h.callbacks.beforeNodeRemoved(w)===!1)return;(y=w.parentNode)==null||y.removeChild(w),h.callbacks.afterNodeRemoved(w)}}function S(h,w,y){let E=w;for(;E&&E!==y;){let B=E;E=E.nextSibling,C(h,B)}return E}function k(h,w,y,E){var P,R;let B=((R=(P=E.target).getAttribute)==null?void 0:R.call(P,"id"))===w&&E.target||E.target.querySelector(`[id="${w}"]`)||E.pantry.querySelector(`[id="${w}"]`);return T(B,E),M(h,B,y),B}function T(h,w){let y=h.getAttribute("id");for(;h=h.parentNode;){let E=w.idMap.get(h);E&&(E.delete(y),E.size||w.idMap.delete(h))}}function M(h,w,y){if(h.moveBefore)try{h.moveBefore(w,y)}catch{h.insertBefore(w,y)}else h.insertBefore(w,y)}return u})(),a=(function(){function u(T,M,h){return h.ignoreActive&&T===document.activeElement?null:(h.callbacks.beforeNodeMorphed(T,M)===!1||(T instanceof HTMLHeadElement&&h.head.ignore||(T instanceof HTMLHeadElement&&h.head.style!=="morph"?d(T,M,h):(f(T,M,h),k(T,h)||s(h,T,M))),h.callbacks.afterNodeMorphed(T,M)),T)}function f(T,M,h){let w=M.nodeType;if(w===1){let y=T,E=M,B=y.attributes,P=E.attributes;for(let R of P)S(R.name,y,"update",h)||y.getAttribute(R.name)!==R.value&&y.setAttribute(R.name,R.value);for(let R=B.length-1;0<=R;R--){let O=B[R];if(O&&!E.hasAttribute(O.name)){if(S(O.name,y,"remove",h))continue;y.removeAttribute(O.name)}}k(y,h)||x(y,E,h)}(w===8||w===3)&&T.nodeValue!==M.nodeValue&&(T.nodeValue=M.nodeValue)}function x(T,M,h){if(T instanceof HTMLInputElement&&M instanceof HTMLInputElement&&M.type!=="file"){let w=M.value,y=T.value;C(T,M,"checked",h),C(T,M,"disabled",h),M.hasAttribute("value")?y!==w&&(S("value",T,"update",h)||(T.setAttribute("value",w),T.value=w)):S("value",T,"remove",h)||(T.value="",T.removeAttribute("value"))}else if(T instanceof HTMLOptionElement&&M instanceof HTMLOptionElement)C(T,M,"selected",h);else if(T instanceof HTMLTextAreaElement&&M instanceof HTMLTextAreaElement){let w=M.value,y=T.value;if(S("value",T,"update",h))return;w!==y&&(T.value=w),T.firstChild&&T.firstChild.nodeValue!==w&&(T.firstChild.nodeValue=w)}}function C(T,M,h,w){let y=M[h],E=T[h];if(y!==E){let B=S(h,T,"update",w);B||(T[h]=M[h]),y?B||T.setAttribute(h,""):S(h,T,"remove",w)||T.removeAttribute(h)}}function S(T,M,h,w){return T==="value"&&w.ignoreActiveValue&&M===document.activeElement?!0:w.callbacks.beforeAttributeUpdated(T,M,h)===!1}function k(T,M){return!!M.ignoreActiveValue&&T===document.activeElement&&T!==document.body}return u})();function i(u,f,x,C){if(u.head.block){let S=f.querySelector("head"),k=x.querySelector("head");if(S&&k){let T=d(S,k,u);return Promise.all(T).then(()=>{let M=Object.assign(u,{head:{block:!1,ignore:!0}});return C(M)})}}return C(u)}function d(u,f,x){let C=[],S=[],k=[],T=[],M=new Map;for(let w of f.children)M.set(w.outerHTML,w);for(let w of u.children){let y=M.has(w.outerHTML),E=x.head.shouldReAppend(w),B=x.head.shouldPreserve(w);y||B?E?S.push(w):(M.delete(w.outerHTML),k.push(w)):x.head.style==="append"?E&&(S.push(w),T.push(w)):x.head.shouldRemove(w)!==!1&&S.push(w)}T.push(...M.values());let h=[];for(let w of T){let y=document.createRange().createContextualFragment(w.outerHTML).firstChild;if(x.callbacks.beforeNodeAdded(y)!==!1){if("href"in y&&y.href||"src"in y&&y.src){let E,B=new Promise(function(P){E=P});y.addEventListener("load",function(){E()}),h.push(B)}u.appendChild(y),x.callbacks.afterNodeAdded(y),C.push(y)}}for(let w of S)x.callbacks.beforeNodeRemoved(w)!==!1&&(u.removeChild(w),x.callbacks.afterNodeRemoved(w));return x.head.afterHeadMorphed(u,{added:C,kept:k,removed:S}),h}let l=(function(){function u(h,w,y){let{persistentIds:E,idMap:B}=T(h,w),P=f(y),R=P.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(R))throw`Do not understand how to morph style ${R}`;return{target:h,newContent:w,config:P,morphStyle:R,ignoreActive:P.ignoreActive,ignoreActiveValue:P.ignoreActiveValue,restoreFocus:P.restoreFocus,idMap:B,persistentIds:E,pantry:x(),activeElementAndParents:C(h),callbacks:P.callbacks,head:P.head}}function f(h){let w=Object.assign({},e);return Object.assign(w,h),w.callbacks=Object.assign({},e.callbacks,h.callbacks),w.head=Object.assign({},e.head,h.head),w}function x(){let h=document.createElement("div");return h.hidden=!0,document.body.insertAdjacentElement("afterend",h),h}function C(h){let w=[],y=document.activeElement;if((y==null?void 0:y.tagName)!=="BODY"&&h.contains(y))for(;y&&(w.push(y),y!==h);)y=y.parentElement;return w}function S(h){var y;let w=Array.from(h.querySelectorAll("[id]"));return(y=h.getAttribute)!=null&&y.call(h,"id")&&w.push(h),w}function k(h,w,y,E){for(let B of E){let P=B.getAttribute("id");if(w.has(P)){let R=B;for(;R;){let O=h.get(R);if(O==null&&(O=new Set,h.set(R,O)),O.add(P),R===y)break;R=R.parentElement}}}}function T(h,w){let y=S(h),E=S(w),B=M(y,E),P=new Map;k(P,B,h,y);let R=w.__idiomorphRoot||w;return k(P,B,R,E),{persistentIds:B,idMap:P}}function M(h,w){let y=new Set,E=new Map;for(let{id:P,tagName:R}of h)E.has(P)?y.add(P):E.set(P,R);let B=new Set;for(let{id:P,tagName:R}of w)B.has(P)?y.add(P):E.get(P)===R&&B.add(P);for(let P of y)B.delete(P);return B}return u})(),{normalizeElement:p,normalizeParent:m}=(function(){let u=new WeakSet;function f(k){return k instanceof Document?k.documentElement:k}function x(k){if(k==null)return document.createElement("div");if(typeof k=="string")return x(S(k));if(u.has(k))return k;if(k instanceof Node){if(k.parentNode)return new C(k);{let T=document.createElement("div");return T.append(k),T}}else{let T=document.createElement("div");for(let M of[...k])T.append(M);return T}}class C{constructor(T){this.originalNode=T,this.realParentNode=T.parentNode,this.previousSibling=T.previousSibling,this.nextSibling=T.nextSibling}get childNodes(){let T=[],M=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;M&&M!=this.nextSibling;)T.push(M),M=M.nextSibling;return T}querySelectorAll(T){return this.childNodes.reduce((M,h)=>{if(h instanceof Element){h.matches(T)&&M.push(h);let w=h.querySelectorAll(T);for(let y=0;y<w.length;y++)M.push(w[y])}return M},[])}insertBefore(T,M){return this.realParentNode.insertBefore(T,M)}moveBefore(T,M){return this.realParentNode.moveBefore(T,M)}get __idiomorphRoot(){return this.originalNode}}function S(k){let T=new DOMParser,M=k.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(M.match(/<\/html>/)||M.match(/<\/head>/)||M.match(/<\/body>/)){let h=T.parseFromString(k,"text/html");if(M.match(/<\/html>/))return u.add(h),h;{let w=h.firstChild;return w&&u.add(w),w}}else{let w=T.parseFromString("<body><template>"+k+"</template></body>","text/html").body.querySelector("template").content;return u.add(w),w}}return{normalizeElement:f,normalizeParent:x}})();return{morph:r,defaults:e}})();var vl=(t,e,r={})=>{let{preserveTypingAnimation:n=!0}=r;tx.morph(t,e.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(o,s){var a,i;if(o instanceof HTMLElement&&n){if(o.classList.contains("persona-animate-typing")||o.hasAttribute("data-preserve-runtime"))return!1;if(o.hasAttribute("data-preserve-animation")){if(s instanceof HTMLElement&&!s.hasAttribute("data-preserve-animation"))return;if(s instanceof HTMLElement&&s.hasAttribute("data-preserve-animation")){let d=(a=o.textContent)!=null?a:"",l=(i=s.textContent)!=null?i:"";if(d!==l)return}return!1}}}}})};var Cl={index:-1,draft:""};function rx(t){let{direction:e,history:r,currentValue:n,atStart:o,state:s}=t,a=s.index!==-1;if(r.length===0)return{handled:!1,state:s};if(e==="up"){if(!a&&!o)return{handled:!1,state:s};if(!a){let i=r.length-1;return{handled:!0,value:r[i],state:{index:i,draft:n}}}if(s.index>0){let i=s.index-1;return{handled:!0,value:r[i],state:{index:i,draft:s.draft}}}return{handled:!0,state:s}}if(!a)return{handled:!1,state:s};if(s.index<r.length-1){let i=s.index+1;return{handled:!0,value:r[i],state:{index:i,draft:s.draft}}}return{handled:!0,value:s.draft,state:{...Cl}}}function nx(t,e){var r,n,o,s,a,i,d,l,p,m,u,f,x,C,S,k,T,M,h,w,y,E,B,P,R,O,V,ne,be,Ye,Ge,ve,Ee,Ke,Ne,X,Ue,K;return[t.id,t.role,(n=(r=t.content)==null?void 0:r.length)!=null?n:0,(s=(o=t.content)==null?void 0:o.slice(-32))!=null?s:"",t.streaming?"1":"0",(a=t.variant)!=null?a:"",(d=(i=t.rawContent)==null?void 0:i.length)!=null?d:0,(p=(l=t.llmContent)==null?void 0:l.length)!=null?p:0,(u=(m=t.approval)==null?void 0:m.status)!=null?u:"",(x=(f=t.toolCall)==null?void 0:f.status)!=null?x:"",(S=(C=t.toolCall)==null?void 0:C.name)!=null?S:"",(M=(T=(k=t.toolCall)==null?void 0:k.chunks)==null?void 0:T.length)!=null?M:0,(E=(y=(w=(h=t.toolCall)==null?void 0:h.chunks)==null?void 0:w[t.toolCall.chunks.length-1])==null?void 0:y.slice(-32))!=null?E:"",typeof((B=t.toolCall)==null?void 0:B.args)=="string"?t.toolCall.args.length:(P=t.toolCall)!=null&&P.args?JSON.stringify(t.toolCall.args).length:0,(V=(O=(R=t.reasoning)==null?void 0:R.chunks)==null?void 0:O.length)!=null?V:0,(Ge=(Ye=(be=(ne=t.reasoning)==null?void 0:ne.chunks)==null?void 0:be[t.reasoning.chunks.length-1])==null?void 0:Ye.length)!=null?Ge:0,(Ne=(Ke=(Ee=(ve=t.reasoning)==null?void 0:ve.chunks)==null?void 0:Ee[t.reasoning.chunks.length-1])==null?void 0:Ke.slice(-32))!=null?Ne:"",(Ue=(X=t.contentParts)==null?void 0:X.length)!=null?Ue:0,(K=t.stopReason)!=null?K:"",e].join("\0")}function ox(){return new Map}function ax(t,e,r){let n=t.get(e);return n&&n.fingerprint===r?n.wrapper:null}function sx(t,e,r,n){t.set(e,{fingerprint:r,wrapper:n})}function ix(t,e){for(let r of t.keys())e.has(r)||t.delete(r)}function Al(t=!0){let e=t;return{isFollowing:()=>e,pause:()=>e?(e=!1,!0):!1,resume:()=>e?!1:(e=!0,!0)}}function Ns(t){return Math.max(0,t.scrollHeight-t.clientHeight)}function _s(t,e){return Ns(t)-t.scrollTop<=e}function Sl(t){let{following:e,currentScrollTop:r,lastScrollTop:n,nearBottom:o,userScrollThreshold:s,isAutoScrolling:a=!1,pauseOnUpwardScroll:i=!1,pauseWhenAwayFromBottom:d=!0,resumeRequiresDownwardScroll:l=!1}=t,p=r-n;return a||Math.abs(p)<s?{action:"none",delta:p,nextLastScrollTop:r}:!e&&o&&(!l||p>0)?{action:"resume",delta:p,nextLastScrollTop:r}:e&&i&&p<0?{action:"pause",delta:p,nextLastScrollTop:r}:e&&d&&!o?{action:"pause",delta:p,nextLastScrollTop:r}:{action:"none",delta:p,nextLastScrollTop:r}}function Tl(t){let{following:e,deltaY:r,nearBottom:n=!1,resumeWhenNearBottom:o=!1}=t;return e&&r<0?"pause":!e&&o&&r>0&&n?"resume":"none"}var Ur={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"},qr=1e5,Wo=qr+1;var Fs={type:"none",placeholder:"none",speed:120,duration:1800,buffer:"none"},Ew=["pre","code","a","script","style"],Ml=t=>{var e,r,n,o,s;return{type:(e=t==null?void 0:t.type)!=null?e:Fs.type,placeholder:(r=t==null?void 0:t.placeholder)!=null?r:Fs.placeholder,speed:(n=t==null?void 0:t.speed)!=null?n:Fs.speed,duration:(o=t==null?void 0:t.duration)!=null?o:Fs.duration,buffer:(s=t==null?void 0:t.buffer)!=null?s:Fs.buffer}},dx=[{name:"typewriter",containerClass:"persona-stream-typewriter",wrap:"char",useCaret:!0},{name:"pop-bubble",bubbleClass:"persona-stream-pop",wrap:"none"},{name:"letter-rise",containerClass:"persona-stream-letter-rise",wrap:"char"},{name:"word-fade",containerClass:"persona-stream-word-fade",wrap:"word"}],$s=new Map;for(let t of dx)$s.set(t.name,t);var pa=t=>{$s.set(t.name,t)},Op=t=>{dx.some(e=>e.name===t)||$s.delete(t)},Np=()=>Array.from($s.keys()),Us=(t,e)=>{var r,n;return t==="none"?null:e&&Object.prototype.hasOwnProperty.call(e,t)?(r=e[t])!=null?r:null:(n=$s.get(t))!=null?n:null},kl=(t,e,r,n,o)=>{if(!o)return t;if(r!=null&&r.bufferContent)return r.bufferContent(t,n);if(!t)return t;if(e==="word"){let s=t.search(/\s(?=\S*$)/);return s<0?"":t.slice(0,s)}if(e==="line"){let s=t.lastIndexOf(`
|
|
65
|
-
`);return s<0?"":t.slice(0,s)}return t},
|
|
64
|
+
_Details: ${r.message}_`:n}var _s=t=>({isError:!0,content:[{type:"text",text:t}]}),ex=(t,e="WebMCP tool execution failed.")=>t instanceof Error&&t.message?t.message:typeof t=="string"&&t?t:e,_a=class t{constructor(e={},r){this.config=e;this.callbacks=r;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.webMcpInflightKeys=new Set;this.webMcpResolvedKeys=new Set;this.webMcpResolveControllers=new Set;this.webMcpEpoch=0;this.webMcpApprovalResolvers=new Map;this.webMcpApprovalSeq=0;this.webMcpAwaitBatches=new Map;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=e=>{var r,n,o,s,a,i,d,l;if(e.type==="message"){this.upsertMessage(e.message);let p=e.message.toolCall;((r=e.message.agentMetadata)==null?void 0:r.awaitingLocalTool)===!0&&(p!=null&&p.name)&&Ho(p.name)&&this.enqueueWebMcpAwait(e.message),(n=e.message.agentMetadata)!=null&&n.executionId&&(this.agentExecution?e.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=e.message.agentMetadata.iteration):this.agentExecution={executionId:e.message.agentMetadata.executionId,agentId:"",agentName:(o=e.message.agentMetadata.agentName)!=null?o:"",status:"running",currentIteration:(s=e.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})}else if(e.type==="status"){if(this.setStatus(e.status),e.status==="connecting")this.setStreaming(!0);else if(e.status==="idle"||e.status==="error"){this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null);let p=this.webMcpAwaitBatches.size>0||this.webMcpResolveControllers.size>0;((a=this.agentExecution)==null?void 0:a.status)==="running"&&(e.status==="error"?this.agentExecution.status="error":p||(this.agentExecution.status="complete")),this.scheduleWebMcpBatchFlush()}}else e.type==="error"?(this.setStatus("error"),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),((i=this.agentExecution)==null?void 0:i.status)==="running"&&(this.agentExecution.status="error"),(l=(d=this.callbacks).onError)==null||l.call(d,e.error)):(e.type==="artifact_start"||e.type==="artifact_delta"||e.type==="artifact_update"||e.type==="artifact_complete")&&this.applyArtifactStreamEvent(e)};var n,o;this.messages=[...(n=e.initialMessages)!=null?n:[]].map(s=>{var a;return{...s,sequence:(a=s.sequence)!=null?a:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new ca(e),this.wireDefaultWebMcpConfirm();for(let s of(o=e.initialArtifacts)!=null?o:[])this.artifacts.set(s.id,{...s,status:"complete"});e.initialSelectedArtifactId!=null&&(this.selectedArtifactId=e.initialSelectedArtifactId),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.artifacts.size>0&&this.emitArtifactsState(),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(e){this.client.setSSEEventCallback(e)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var e;return((e=this.agentExecution)==null?void 0:e.status)==="running"}isVoiceSupported(){var e;return Ns((e=this.config.voiceRecognition)==null?void 0:e.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var e;return(e=this.voiceProvider)!=null&&e.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var e;(e=this.voiceProvider)!=null&&e.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var e,r,n;return(n=(r=(e=this.voiceProvider)==null?void 0:e.isBargeInActive)==null?void 0:r.call(e))!=null?n:!1}async deactivateBargeIn(){var e;(e=this.voiceProvider)!=null&&e.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(e){var r,n,o;try{let s=e||this.getVoiceConfigFromConfig();if(!s)throw new Error("Voice configuration not provided");this.voiceProvider=fa(s);let a=(r=this.config.voiceRecognition)!=null?r:{},i=(n=a.processingText)!=null?n:"\u{1F3A4} Processing voice...",d=(o=a.processingErrorText)!=null?o:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let l=this.injectMessage({role:"user",content:i,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=l.id;let p=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=p.id,this.setStreaming(!0)}),this.voiceProvider.onResult(l=>{var p,u,f,m,y,x;if(l.provider==="browser")l.text&&l.text.trim()&&this.sendMessage(l.text,{viaVoice:!0});else if(l.provider==="runtype"){this.pendingVoiceUserMessageId&&((p=l.transcript)!=null&&p.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:l.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(u=l.transcript)!=null&&u.trim()&&this.injectUserMessage({content:l.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=l.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:l.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(m=l.text)!=null&&m.trim()&&this.injectAssistantMessage({content:l.text.trim()});{let S=(x=this.pendingVoiceAssistantMessageId)!=null?x:(y=[...this.messages].reverse().find(M=>M.role==="assistant"))==null?void 0:y.id;S&&this.ttsSpokenMessageIds.add(S)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(l=>{console.error("Voice error:",l),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(l=>{var p,u;this.voiceStatus=l,this.voiceActive=l==="listening",(u=(p=this.callbacks).onVoiceStatusChanged)==null||u.call(p,l)}),this.voiceProvider.connect()}catch(s){console.error("Failed to setup voice:",s)}}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(e){console.error("Failed to start voice:",e)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var r,n,o,s,a,i,d,l,p;if(!((r=this.config.voiceRecognition)!=null&&r.provider))return;let e=this.config.voiceRecognition.provider;switch(e.type){case"runtype":return{type:"runtype",runtype:{agentId:((n=e.runtype)==null?void 0:n.agentId)||"",clientToken:((o=e.runtype)==null?void 0:o.clientToken)||"",host:(s=e.runtype)==null?void 0:s.host,voiceId:(a=e.runtype)==null?void 0:a.voiceId,pauseDuration:(i=e.runtype)==null?void 0:i.pauseDuration,silenceThreshold:(d=e.runtype)==null?void 0:d.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((l=e.browser)==null?void 0:l.language)||"en-US",continuous:(p=e.browser)==null?void 0:p.continuous}};default:return}}async initClientSession(){var e,r;if(!this.isClientTokenMode())return null;try{let n=await this.client.initSession();return this.setClientSession(n),n}catch(n){return(r=(e=this.callbacks).onError)==null||r.call(e,n instanceof Error?n:new Error(String(n))),null}}setClientSession(e){if(this.clientSession=e,e.config.welcomeMessage&&this.messages.length===0){let r={id:`welcome-${Date.now()}`,role:"assistant",content:e.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(r)}}getClientSession(){var e;return(e=this.clientSession)!=null?e:this.client.getClientSession()}isSessionValid(){let e=this.getClientSession();return e?new Date<e.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(e,r){return this.client.submitMessageFeedback(e,r)}async submitCSATFeedback(e,r){return this.client.submitCSATFeedback(e,r)}async submitNPSFeedback(e,r){return this.client.submitNPSFeedback(e,r)}updateConfig(e){this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear();let r=this.client.getSSEEventCallback();this.config={...this.config,...e},this.client=new ca(this.config),this.wireDefaultWebMcpConfirm(),r&&this.client.setSSEEventCallback(r)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(e){this.handleEvent(e)}injectMessage(e){let{role:r,content:n,llmContent:o,contentParts:s,id:a,createdAt:i,sequence:d,streaming:l=!1,voiceProcessing:p,rawContent:u}=e,m={id:a!=null?a:r==="user"?Na():r==="assistant"?pa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:r,content:n,createdAt:i!=null?i:new Date().toISOString(),sequence:d!=null?d:this.nextSequence(),streaming:l,...o!==void 0&&{llmContent:o},...s!==void 0&&{contentParts:s},...p!==void 0&&{voiceProcessing:p},...u!==void 0&&{rawContent:u}};return this.upsertMessage(m),m}injectAssistantMessage(e){return this.injectMessage({...e,role:"assistant"})}injectUserMessage(e){return this.injectMessage({...e,role:"user"})}injectSystemMessage(e){return this.injectMessage({...e,role:"system"})}injectMessageBatch(e){let r=[];for(let n of e){let{role:o,content:s,llmContent:a,contentParts:i,id:d,createdAt:l,sequence:p,streaming:u=!1,voiceProcessing:f,rawContent:m}=n,x={id:d!=null?d:o==="user"?Na():o==="assistant"?pa():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:o,content:s,createdAt:l!=null?l:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:u,...a!==void 0&&{llmContent:a},...i!==void 0&&{contentParts:i},...f!==void 0&&{voiceProcessing:f},...m!==void 0&&{rawContent:m}};r.push(x)}return this.messages=this.sortMessages([...this.messages,...r]),this.callbacks.onMessagesChanged([...this.messages]),r}injectComponentDirective(e){let{component:r,props:n={},text:o="",llmContent:s,id:a,createdAt:i,sequence:d}=e,l={text:o,component:r,props:n};return this.injectMessage({role:"assistant",content:o,rawContent:JSON.stringify(l),...s!==void 0&&{llmContent:s},...a!==void 0&&{id:a},...i!==void 0&&{createdAt:i},...d!==void 0&&{sequence:d}})}async sendMessage(e,r){var l,p,u,f,m;let n=e.trim();if(!n&&(!(r!=null&&r.contentParts)||r.contentParts.length===0))return;this.stopSpeaking(),(l=this.abortController)==null||l.abort(),this.abortWebMcpResolves();let o=Na(),s=pa(),a={id:o,role:"user",content:n||tl,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(r==null?void 0:r.viaVoice)||!1,...(r==null?void 0:r.contentParts)&&r.contentParts.length>0&&{contentParts:r.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:s},this.handleEvent)}catch(y){let x=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));if(!x){let S=Zh(y,this.config.errorMessage);if(S){let M={id:s,role:"assistant",createdAt:new Date().toISOString(),content:S,sequence:this.nextSequence()};this.appendMessage(M)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,x||(y instanceof Error?(u=(p=this.callbacks).onError)==null||u.call(p,y):(m=(f=this.callbacks).onError)==null||m.call(f,new Error(String(y))))}}async continueConversation(){var o,s,a,i,d;if(this.streaming)return;(o=this.abortController)==null||o.abort();let e=pa();this.setStreaming(!0);let r=new AbortController;this.abortController=r;let n=[...this.messages];try{await this.client.dispatch({messages:n,signal:r.signal,assistantMessageId:e},this.handleEvent)}catch(l){let p=l instanceof Error&&(l.name==="AbortError"||l.message.includes("aborted")||l.message.includes("abort"));if(!p){let u=Zh(l,this.config.errorMessage);if(u){let f={id:e,role:"assistant",createdAt:new Date().toISOString(),content:u,sequence:this.nextSequence()};this.appendMessage(f)}}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,p||(l instanceof Error?(a=(s=this.callbacks).onError)==null||a.call(s,l):(d=(i=this.callbacks).onError)==null||d.call(i,new Error(String(l))))}}async connectStream(e,r){var o,s,a;if(this.streaming&&!(r!=null&&r.allowReentry))return;r!=null&&r.allowReentry||(o=this.abortController)==null||o.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(e,this.handleEvent,r==null?void 0:r.assistantMessageId)}catch(i){this.setStatus("error"),this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null),(a=(s=this.callbacks).onError)==null||a.call(s,i instanceof Error?i:new Error(String(i)))}}wireDefaultWebMcpConfirm(){let e=this.config.webmcp;(e==null?void 0:e.enabled)===!0&&!e.onConfirm&&this.client.setWebMcpConfirmHandler(r=>this.requestWebMcpApproval(r))}requestWebMcpApproval(e){var o,s,a;try{if(((s=(o=this.config.webmcp)==null?void 0:o.autoApprove)==null?void 0:s.call(o,e))===!0)return Promise.resolve(!0)}catch{}let r={id:`webmcp-${++this.webMcpApprovalSeq}`,status:"pending",agentId:"",executionId:"",toolName:e.toolName,toolType:"webmcp",description:(a=e.description)!=null?a:`Allow the assistant to run ${e.toolName}?`,parameters:e.args},n=`approval-${r.id}`;return this.upsertMessage({id:n,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:r}),new Promise(i=>{this.webMcpApprovalResolvers.set(n,i)})}resolveWebMcpApproval(e,r){let n=this.webMcpApprovalResolvers.get(e);if(!n)return;this.webMcpApprovalResolvers.delete(e);let o=this.messages.find(s=>s.id===e);o!=null&&o.approval&&this.upsertMessage({...o,approval:{...o.approval,status:r,resolvedAt:Date.now()}}),n(r==="approved")}async resolveApproval(e,r,n){var p,u,f,m,y;let o=`approval-${e.id}`,s={...e,status:r,resolvedAt:Date.now()},a=this.messages.find(x=>x.id===o),i={id:o,role:"assistant",content:"",createdAt:(p=a==null?void 0:a.createdAt)!=null?p:new Date().toISOString(),...(a==null?void 0:a.sequence)!==void 0?{sequence:a.sequence}:{},streaming:!1,variant:"approval",approval:s};this.upsertMessage(i),(u=this.abortController)==null||u.abort(),this.abortController=new AbortController,this.setStreaming(!0);let d=this.config.approval,l=d&&typeof d=="object"?d.onDecision:void 0;try{let x;if(l?x=await l({approvalId:e.id,executionId:e.executionId,agentId:e.agentId,toolName:e.toolName},r,n):x=await this.client.resolveApproval({agentId:e.agentId,executionId:e.executionId,approvalId:e.id},r),x){let S=null;if(x instanceof Response){if(!x.ok){let M=await x.json().catch(()=>null);throw new Error((f=M==null?void 0:M.error)!=null?f:`Approval request failed: ${x.status}`)}S=x.body}else x instanceof ReadableStream&&(S=x);S?await this.connectStream(S,{allowReentry:!0}):(r==="denied"&&this.appendMessage({id:`denial-${e.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.setStreaming(!1),this.abortController=null)}else this.setStreaming(!1),this.abortController=null}catch(x){let S=x instanceof Error&&(x.name==="AbortError"||x.message.includes("aborted")||x.message.includes("abort"));this.setStreaming(!1),this.abortController=null,S||(y=(m=this.callbacks).onError)==null||y.call(m,x instanceof Error?x:new Error(String(x)))}}persistAskUserQuestionProgress(e,r){let n=this.messages.find(o=>o.id===e.id);n&&this.upsertMessage({...n,agentMetadata:{...n.agentMetadata,askUserQuestionAnswers:r.answers,askUserQuestionIndex:r.currentIndex}})}markAskUserQuestionResolved(e,r){let n=this.messages.find(o=>o.id===e.id);n&&this.upsertMessage({...n,agentMetadata:{...n.agentMetadata,awaitingLocalTool:!1,askUserQuestionAnswered:!0,...r?{askUserQuestionAnswers:r}:{}}})}async resolveAskUserQuestion(e,r){var p,u,f,m,y,x,S,M,k,T,h,C;let n=this.messages.find(w=>w.id===e.id);if(((p=n==null?void 0:n.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0)return;let o=(u=e.agentMetadata)==null?void 0:u.executionId,s=(f=e.toolCall)==null?void 0:f.name;if(!o||!s){(y=(m=this.callbacks).onError)==null||y.call(m,new Error("resolveAskUserQuestion: message is missing executionId or toolCall.name"));return}let a=typeof r=="string"?void 0:r;if(a===void 0&&typeof r=="string"){let w=(x=e.toolCall)==null?void 0:x.args,E=Array.isArray(w==null?void 0:w.questions)?w.questions:[];if(E.length===1){let W=typeof((S=E[0])==null?void 0:S.question)=="string"?E[0].question:"";W&&(a={[W]:r})}}this.markAskUserQuestionResolved(e,a),(M=this.abortController)==null||M.abort(),this.abortController=new AbortController,this.setStreaming(!0);let i=e.toolCall.id,d=(k=e.toolCall)==null?void 0:k.args,l=Array.isArray(d==null?void 0:d.questions)?d.questions:[];if(l.length===0){let w=typeof r=="string"?r:Object.entries(r).map(([E,W])=>`${E}: ${Array.isArray(W)?W.join(", "):W}`).join(" | ");this.appendMessage({id:`ask-user-answer-${i}`,role:"user",content:w,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}else{let w=a!=null?a:{};l.forEach((E,W)=>{let P=typeof(E==null?void 0:E.question)=="string"?E.question:"";if(!P)return;let R=w[P],N=Array.isArray(R)?R.join(", "):typeof R=="string"?R:"";this.appendMessage({id:`ask-user-q-${i}-${W}`,role:"assistant",content:P,createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()}),this.appendMessage({id:`ask-user-a-${i}-${W}`,role:"user",content:N||"*Skipped*",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})})}try{let w=await this.client.resumeFlow(o,{[s]:r});if(!w.ok){let E=await w.json().catch(()=>null);throw new Error((T=E==null?void 0:E.error)!=null?T:`Resume failed: ${w.status}`)}w.body?await this.connectStream(w.body,{allowReentry:!0}):(this.setStreaming(!1),this.abortController=null)}catch(w){let E=w instanceof Error&&(w.name==="AbortError"||w.message.includes("aborted")||w.message.includes("abort"));this.setStreaming(!1),this.abortController=null,E||(C=(h=this.callbacks).onError)==null||C.call(h,w instanceof Error?w:new Error(String(w)))}}enqueueWebMcpAwait(e){var s,a;let r=(s=e.agentMetadata)==null?void 0:s.executionId,n=(a=e.toolCall)==null?void 0:a.id;if(!r||!n){let i=this.webMcpEpoch;queueMicrotask(()=>{i===this.webMcpEpoch&&this.resolveWebMcpToolCall(e)});return}let o=this.webMcpAwaitBatches.get(r);o||(o={snapshots:[],seen:new Set},this.webMcpAwaitBatches.set(r,o)),!o.seen.has(n)&&(o.seen.add(n),o.snapshots.push(e))}scheduleWebMcpBatchFlush(){if(this.webMcpAwaitBatches.size===0)return;let e=this.webMcpEpoch;queueMicrotask(()=>{if(e===this.webMcpEpoch)for(let r of[...this.webMcpAwaitBatches.keys()])this.flushWebMcpAwaitBatch(r)})}flushWebMcpAwaitBatch(e){let r=this.webMcpAwaitBatches.get(e);if(!r)return;this.webMcpAwaitBatches.delete(e);let{snapshots:n}=r;n.length===1?this.resolveWebMcpToolCall(n[0]):n.length>1&&this.resolveWebMcpToolCallBatch(e,n)}resolveWebMcpToolStartedAt(e){var o,s;let r=this.messages.find(a=>a.id===e.id),n=[(o=r==null?void 0:r.toolCall)==null?void 0:o.startedAt,(s=e.toolCall)==null?void 0:s.startedAt];for(let a of n)if(typeof a=="number"&&Number.isFinite(a))return a;return Date.now()}markWebMcpToolRunning(e){let r=this.resolveWebMcpToolStartedAt(e);return this.upsertMessage({...e,streaming:!0,agentMetadata:{...e.agentMetadata,awaitingLocalTool:!1},toolCall:e.toolCall?{...e.toolCall,status:"running",startedAt:r,completedAt:void 0,duration:void 0,durationMs:void 0}:e.toolCall}),r}markWebMcpToolComplete(e,r,n,o=Date.now()){this.messages.some(s=>s.id===e.id)&&this.upsertMessage({...e,streaming:!1,agentMetadata:{...e.agentMetadata,awaitingLocalTool:!1},toolCall:e.toolCall?{...e.toolCall,status:"complete",result:r,startedAt:n,completedAt:o,duration:void 0,durationMs:Math.max(0,o-n)}:e.toolCall})}async resolveWebMcpToolCallBatch(e,r){var d,l,p;let n=[],o=[],s=new AbortController;this.webMcpResolveControllers.add(s),this.setStreaming(!0);let a=await Promise.all(r.map(async u=>{var h,C,w,E,W,P,R;let f=(h=u.toolCall)==null?void 0:h.name,m=(C=u.toolCall)==null?void 0:C.id;if(!f||!m)return null;let y=`${e}:${m}`;if(this.webMcpInflightKeys.has(y)||this.webMcpResolvedKeys.has(y))return null;this.webMcpInflightKeys.add(y),n.push(y);let x=this.markWebMcpToolRunning(u),S=new AbortController;this.webMcpResolveControllers.add(S),o.push(S);let M=(E=(w=u.agentMetadata)==null?void 0:w.webMcpToolCallId)!=null?E:f,k=this.client.executeWebMcpToolCall(f,(W=u.toolCall)==null?void 0:W.args,S.signal),T;if(!k)T={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]};else try{T=await k}catch(N){let j=N instanceof Error&&(N.name==="AbortError"||N.message.includes("aborted")||N.message.includes("abort"));return j||(R=(P=this.callbacks).onError)==null||R.call(P,N instanceof Error?N:new Error(String(N))),this.markWebMcpToolComplete(u,_s(j?"Aborted by cancel()":ex(N)),x),this.webMcpInflightKeys.delete(y),null}return S.signal.aborted?(this.markWebMcpToolComplete(u,_s("Aborted by cancel()"),x),this.webMcpInflightKeys.delete(y),null):{dedupeKey:y,resumeKey:M,output:T,toolMessage:u,startedAt:x,completedAt:Date.now()}})),i=[];try{if(i=a.filter(m=>m!==null),i.length===0)return;let u={};for(let m of i)u[m.resumeKey]=m.output;let f=await this.client.resumeFlow(e,u,{signal:s.signal});if(!f.ok){let m=await f.json().catch(()=>null);throw new Error((d=m==null?void 0:m.error)!=null?d:`Resume failed: ${f.status}`)}for(let m of i)this.webMcpResolvedKeys.add(m.dedupeKey),this.markWebMcpToolComplete(m.toolMessage,m.output,m.startedAt,m.completedAt);f.body&&await this.connectStream(f.body,{allowReentry:!0})}catch(u){if(!(u instanceof Error&&(u.name==="AbortError"||u.message.includes("aborted")||u.message.includes("abort"))))(p=(l=this.callbacks).onError)==null||p.call(l,u instanceof Error?u:new Error(String(u)));else for(let m of i)this.markWebMcpToolComplete(m.toolMessage,_s("Aborted by cancel()"),m.startedAt)}finally{for(let u of n)this.webMcpInflightKeys.delete(u);for(let u of o)this.webMcpResolveControllers.delete(u);this.webMcpResolveControllers.delete(s),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resolveWebMcpToolCall(e){var m,y,x,S,M,k,T,h,C,w,E,W;let r=(m=e.agentMetadata)==null?void 0:m.executionId,n=(y=e.toolCall)==null?void 0:y.name,o=(x=e.toolCall)==null?void 0:x.id;if(!r){(M=(S=this.callbacks).onError)==null||M.call(S,new Error("WebMCP step_await missing executionId \u2014 dispatch left paused."));return}if(!n)return;if(!o){let P=`${r}:__no_tool_id__:${n}`;if(this.webMcpInflightKeys.has(P)||this.webMcpResolvedKeys.has(P))return;this.webMcpInflightKeys.add(P);try{await this.resumeWithToolOutput(r,n,{isError:!0,content:[{type:"text",text:"WebMCP step_await missing toolCall.id \u2014 cannot execute the page tool."}]}),this.webMcpResolvedKeys.add(P)}catch(R){(T=(k=this.callbacks).onError)==null||T.call(k,R instanceof Error?R:new Error(String(R)))}finally{this.webMcpInflightKeys.delete(P)}return}let s=`${r}:${o}`;if(this.webMcpInflightKeys.has(s)||this.webMcpResolvedKeys.has(s))return;this.webMcpInflightKeys.add(s);let a=this.markWebMcpToolRunning(e),i=new AbortController;this.webMcpResolveControllers.add(i);let{signal:d}=i;this.setStreaming(!0);let l=(h=e.toolCall)==null?void 0:h.args,p=this.client.executeWebMcpToolCall(n,l,d),u="execute",f=a;try{let P;if(p?P=await p:P={isError:!0,content:[{type:"text",text:"WebMCP not enabled on this widget."}]},f=Date.now(),d.aborted){this.markWebMcpToolComplete(e,_s("Aborted by cancel()"),a);return}let R=(w=(C=e.agentMetadata)==null?void 0:C.webMcpToolCallId)!=null?w:n;u="resume",await this.resumeWithToolOutput(r,R,P,{onHttpOk:()=>{this.webMcpResolvedKeys.add(s),this.markWebMcpToolComplete(e,P,a,f)},signal:d})}catch(P){let R=P instanceof Error&&(P.name==="AbortError"||P.message.includes("aborted")||P.message.includes("abort"));(u==="execute"||R||d.aborted)&&this.markWebMcpToolComplete(e,_s(R||d.aborted?"Aborted by cancel()":ex(P)),a),R||(W=(E=this.callbacks).onError)==null||W.call(E,P instanceof Error?P:new Error(String(P)))}finally{this.webMcpInflightKeys.delete(s),this.webMcpResolveControllers.delete(i),this.webMcpResolveControllers.size===0&&!this.abortController&&this.setStreaming(!1)}}async resumeWithToolOutput(e,r,n,o){var a,i;let s=await this.client.resumeFlow(e,{[r]:n},{signal:o==null?void 0:o.signal});if(!s.ok){let d=await s.json().catch(()=>null);throw new Error((a=d==null?void 0:d.error)!=null?a:`Resume failed: ${s.status}`)}(i=o==null?void 0:o.onHttpOk)==null||i.call(o),s.body?await this.connectStream(s.body,{allowReentry:!0}):this.webMcpResolveControllers.size===0&&(this.setStreaming(!1),this.abortController=null)}abortWebMcpResolves(){for(let e of this.webMcpResolveControllers)e.abort();this.webMcpResolveControllers.clear();for(let e of[...this.webMcpApprovalResolvers.keys()])this.resolveWebMcpApproval(e,"denied");this.webMcpAwaitBatches.clear(),this.webMcpEpoch++}cancel(){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.stopSpeaking(),this.stopVoicePlayback(),this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var e;this.stopSpeaking(),(e=this.abortController)==null||e.abort(),this.abortController=null,this.abortWebMcpResolves(),this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.client.resetClientToolsFingerprint(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(e){return this.artifacts.get(e)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(e){this.selectedArtifactId=e,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(e){var o;let r=e.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(e.artifactType==="markdown"){let s={id:r,artifactType:"markdown",title:e.title,status:"complete",markdown:e.content};return this.artifacts.set(r,s),this.selectedArtifactId=r,this.emitArtifactsState(),s}let n={id:r,artifactType:"component",title:e.title,status:"complete",component:e.component,props:(o=e.props)!=null?o:{}};return this.artifacts.set(r,n),this.selectedArtifactId=r,this.emitArtifactsState(),n}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var e,r;(r=(e=this.callbacks).onArtifactsState)==null||r.call(e,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(e){var r,n;switch(e.type){case"artifact_start":{e.artifactType==="markdown"?this.artifacts.set(e.id,{id:e.id,artifactType:"markdown",title:e.title,status:"streaming",markdown:""}):this.artifacts.set(e.id,{id:e.id,artifactType:"component",title:e.title,status:"streaming",component:(r=e.component)!=null?r:"",props:{}}),this.selectedArtifactId=e.id;break}case"artifact_delta":{let o=this.artifacts.get(e.id);(o==null?void 0:o.artifactType)==="markdown"&&(o.markdown=((n=o.markdown)!=null?n:"")+e.artDelta);break}case"artifact_update":{let o=this.artifacts.get(e.id);(o==null?void 0:o.artifactType)==="component"&&(o.props={...o.props,...e.props},e.component&&(o.component=e.component));break}case"artifact_complete":{let o=this.artifacts.get(e.id);o&&(o.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(e){var r;(r=this.abortController)==null||r.abort(),this.abortController=null,this.abortWebMcpResolves(),this.webMcpInflightKeys.clear(),this.webMcpResolvedKeys.clear(),this.messages=this.sortMessages(e.map(n=>{var o;return{...n,streaming:!1,sequence:(o=n.sequence)!=null?o:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}hydrateArtifacts(e,r=null){this.artifacts.clear();for(let n of e)this.artifacts.set(n.id,{...n,status:"complete"});this.selectedArtifactId=r,this.emitArtifactsState()}setStatus(e){this.status!==e&&(this.status=e,this.callbacks.onStatusChanged(e))}setStreaming(e){if(this.streaming===e)return;let r=this.streaming;this.streaming=e,this.callbacks.onStreamingChanged(e),r&&!e&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let e=this.config.textToSpeech;if(!(e!=null&&e.enabled)||!(!e.provider||e.provider==="browser"||e.provider==="runtype"&&e.browserFallback))return;let n=[...this.messages].reverse().find(s=>s.role==="assistant"&&s.content&&!s.voiceProcessing);if(!n)return;if(this.ttsSpokenMessageIds.has(n.id)){this.ttsSpokenMessageIds.delete(n.id);return}let o=n.content;o.trim()&&this.speak(o,e)}speak(e,r){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let n=window.speechSynthesis;n.cancel();let o=new SpeechSynthesisUtterance(e),s=n.getVoices();if(r.voice){let a=s.find(i=>i.name===r.voice);a&&(o.voice=a)}else s.length>0&&(o.voice=r.pickVoice?r.pickVoice(s):t.pickBestVoice(s));r.rate!==void 0&&(o.rate=r.rate),r.pitch!==void 0&&(o.pitch=r.pitch),setTimeout(()=>n.speak(o),50)}static pickBestVoice(e){var n;let r=["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 o of r){let s=e.find(a=>a.name===o);if(s)return s}return(n=e.find(o=>o.lang.startsWith("en")))!=null?n:e[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(e){let r=this.ensureSequence(e);this.messages=this.sortMessages([...this.messages,r]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(e){let r=this.ensureSequence(e),n=this.messages.findIndex(o=>o.id===r.id);if(n===-1){this.appendMessage(r);return}this.messages=this.messages.map((o,s)=>{var p,u,f,m,y,x,S,M,k,T;if(s!==n)return o;let a={...o,...r};((p=o.agentMetadata)==null?void 0:p.askUserQuestionAnswered)===!0&&r.agentMetadata&&(a.agentMetadata={...r.agentMetadata,askUserQuestionAnswered:!0,...o.agentMetadata.askUserQuestionAnswers?{askUserQuestionAnswers:o.agentMetadata.askUserQuestionAnswers}:{},awaitingLocalTool:!1});let i=(u=r.toolCall)==null?void 0:u.name,d=(f=r.agentMetadata)==null?void 0:f.executionId,l=(m=r.toolCall)==null?void 0:m.id;if(i&&Ho(i)&&d&&l&&((y=r.agentMetadata)==null?void 0:y.awaitingLocalTool)===!0){let h=`${d}:${l}`,C=this.webMcpInflightKeys.has(h),w=this.webMcpResolvedKeys.has(h),E=(x=o.toolCall)==null?void 0:x.name,W=((S=o.agentMetadata)==null?void 0:S.executionId)===d&&((M=o.toolCall)==null?void 0:M.id)===l&&E!==void 0&&Ho(E)&&((k=o.toolCall)==null?void 0:k.status)==="complete";(C||w||W)&&(a.agentMetadata={...(T=a.agentMetadata)!=null?T:{},awaitingLocalTool:!1},a.toolCall=o.toolCall,a.streaming=o.streaming)}return a}),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(e){return e.sequence!==void 0?{...e}:{...e,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(e){return[...e].sort((r,n)=>{var d,l;let o=new Date(r.createdAt).getTime(),s=new Date(n.createdAt).getTime();if(!Number.isNaN(o)&&!Number.isNaN(s)&&o!==s)return o-s;let a=(d=r.sequence)!=null?d:0,i=(l=n.sequence)!=null?l:0;return a!==i?a-i:r.id.localeCompare(n.id)})}};var v=(t,e)=>{let r=document.createElement(t);return e&&(r.className=e),r},ro=(t,e,r)=>{let n=t.createElement(e);return r&&(n.className=r),n};var _d=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"}]];var Fd=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var $d=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Ud=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var qd=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var zd=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var Vd=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]];var jd=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Gd=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}]];var Kd=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var Xd=[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]];var Jd=[["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M8 6h.01"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var Qd=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var Yd=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var Zd=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"}],["circle",{cx:"12",cy:"13",r:"3"}]];var ec=[["path",{d:"M20 6 9 17l-5-5"}]];var tc=[["path",{d:"m6 9 6 6 6-6"}]];var rc=[["path",{d:"m15 18-6-6 6-6"}]];var nc=[["path",{d:"m9 18 6-6-6-6"}]];var oc=[["path",{d:"m18 15-6-6-6 6"}]];var sl=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var il=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var ac=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]];var sc=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}]];var ic=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var lc=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var dc=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var cc=[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]];var pc=[["path",{d:"M12 15V3"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["path",{d:"m7 10 5 5 5-5"}]];var ll=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var dl=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var uc=[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]];var fc=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"}],["path",{d:"m2 2 20 20"}]];var mc=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"}],["circle",{cx:"12",cy:"12",r:"3"}]];var gc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var hc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var xc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var yc=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}]];var bc=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1"}]];var wc=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]];var vc=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}]];var Cc=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"}]];var Ac=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"}]];var cl=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"}]];var Sc=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1"}],["path",{d:"M12 8v13"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5"}]];var Tc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]];var Mc=[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]];var kc=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3"}]];var Ec=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}]];var Lc=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]];var pl=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var Pc=[["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}],["circle",{cx:"9",cy:"9",r:"2"}]];var Ic=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var Rc=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var Wc=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4"}],["path",{d:"m21 2-9.6 9.6"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5"}]];var Bc=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]];var ul=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var Hc=[["path",{d:"M12 2v4"}],["path",{d:"m16.2 7.8 2.9-2.9"}],["path",{d:"M18 12h4"}],["path",{d:"m16.2 16.2 2.9 2.9"}],["path",{d:"M12 18v4"}],["path",{d:"m4.9 19.1 2.9-2.9"}],["path",{d:"M2 12h4"}],["path",{d:"m4.9 4.9 2.9 2.9"}]];var Dc=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var Oc=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var Nc=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"}],["circle",{cx:"12",cy:"10",r:"3"}]];var _c=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]];var Fc=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var $c=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var Uc=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}]];var qc=[["path",{d:"M12 19v3"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3"}]];var zc=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]];var Vc=[["path",{d:"M5 12h14"}]];var jc=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]];var Gc=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var Kc=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"}],["path",{d:"M12 22V12"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["path",{d:"m7.5 4.27 9 5.15"}]];var Xc=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"}]];var Jc=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var Qc=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"}],["path",{d:"m15 5 4 4"}]];var Yc=[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]];var Zc=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var ep=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"}]];var tp=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var rp=[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var np=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]];var op=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]];var ap=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7"}]];var sp=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var ip=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"}],["path",{d:"m21.854 2.147-10.94 10.939"}]];var lp=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"}],["circle",{cx:"12",cy:"12",r:"3"}]];var dp=[["path",{d:"M12 2v13"}],["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}]];var cp=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var pp=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m9 12 2 2 4-4"}]];var fl=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"m9.5 9.5 5 5"}]];var up=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}]];var fp=[["path",{d:"M16 10a4 4 0 0 1-8 0"}],["path",{d:"M3.103 6.034h17.794"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z"}]];var mp=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"}]];var gp=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var ml=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}],["path",{d:"M20 2v4"}],["path",{d:"M22 4h-4"}],["circle",{cx:"4",cy:"20",r:"2"}]];var hp=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var xp=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"}]];var yp=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05"}]];var bp=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]];var wp=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var vp=[["path",{d:"M17 14V2"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"}]];var Cp=[["path",{d:"M7 10v12"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"}]];var Ap=[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]];var Sp=[["path",{d:"M10 11v6"}],["path",{d:"M14 11v6"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var Tp=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var gl=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var Mp=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var kp=[["path",{d:"M12 3v12"}],["path",{d:"m17 8-5-5-5 5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}]];var Ep=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]];var Lp=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728"}]];var Pp=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]];var Ip=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var Rp=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var Wp=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"}]];var kw={activity:_d,"arrow-down":Fd,"arrow-up":zd,"arrow-up-right":qd,bot:Xd,"chevron-down":tc,"chevron-up":oc,"chevron-right":nc,"chevron-left":rc,check:ec,clipboard:sc,"clipboard-copy":ac,copy:lc,file:yc,"file-code":gc,"file-spreadsheet":hc,"file-text":xc,"image-plus":Pc,loader:Hc,"loader-circle":ul,mic:qc,paperclip:Xc,"refresh-cw":np,search:sp,send:ip,"shield-alert":cp,"shield-check":pp,"shield-x":fl,square:hp,"thumbs-down":vp,"thumbs-up":Cp,upload:kp,"volume-2":Lp,x:Rp,user:Ep,mail:Oc,phone:Zc,calendar:Yd,clock:ic,building:Jd,"map-pin":Nc,lock:Dc,key:Wc,"credit-card":dc,"at-sign":Vd,hash:Mc,globe:Tc,link:Bc,"circle-check":sl,"circle-x":il,"triangle-alert":gl,info:Rc,ban:jd,shield:up,"arrow-left":$d,"arrow-right":Ud,"external-link":uc,ellipsis:dl,"ellipsis-vertical":ll,menu:Fc,house:pl,plus:tp,minus:Vc,pencil:Qc,trash:Tp,"trash-2":Sp,save:ap,download:pc,share:dp,funnel:cl,settings:lp,"rotate-cw":op,maximize:_c,minimize:zc,"shopping-cart":mp,"shopping-bag":fp,package:Kc,truck:Mp,tag:wp,gift:Sc,receipt:rp,wallet:Ip,store:yp,"dollar-sign":cc,percent:Yc,play:ep,pause:Jc,"volume-x":Pp,camera:Zd,image:Ic,film:wc,headphones:kc,"message-circle":$c,"message-square":Uc,bell:Gd,heart:Ec,star:xp,eye:mc,"eye-off":fc,bookmark:Kd,"calendar-days":Qd,history:Lc,timer:Ap,folder:Ac,"folder-open":Cc,files:bc,sparkles:ml,zap:Wp,sun:bp,moon:Gc,flag:vc,monitor:jc,smartphone:gp},Be=(t,e=24,r="currentColor",n=2)=>{let o=kw[t];return o?Ew(o,e,r,n):(console.warn(`Lucide icon "${t}" is not in the Persona registry. Add it to packages/widget/src/utils/icons.ts (see docs/icon-registry-shortlist.md).`),null)};function Ew(t,e,r,n){if(!Array.isArray(t))return null;let o=document.createElementNS("http://www.w3.org/2000/svg","svg");return o.setAttribute("width",String(e)),o.setAttribute("height",String(e)),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke",r),o.setAttribute("stroke-width",String(n)),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),o.setAttribute("aria-hidden","true"),t.forEach(s=>{if(!Array.isArray(s)||s.length<2)return;let a=s[0],i=s[1];if(!i)return;let d=document.createElementNS("http://www.w3.org/2000/svg",a);Object.entries(i).forEach(([l,p])=>{l!=="stroke"&&d.setAttribute(l,String(p))}),o.appendChild(d)}),o}var hl={allowedTypes:yo,maxFileSize:10*1024*1024,maxFiles:4};function Lw(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function Pw(t){return t==="application/pdf"||t.startsWith("text/")||t.includes("word")?"file-text":t.includes("excel")||t.includes("spreadsheet")?"file-spreadsheet":t==="application/json"?"file-code":"file"}var ma=class t{constructor(e={}){this.attachments=[];this.previewsContainer=null;var r,n,o;this.config={allowedTypes:(r=e.allowedTypes)!=null?r:hl.allowedTypes,maxFileSize:(n=e.maxFileSize)!=null?n:hl.maxFileSize,maxFiles:(o=e.maxFiles)!=null?o:hl.maxFiles,onFileRejected:e.onFileRejected,onAttachmentsChange:e.onAttachmentsChange}}setPreviewsContainer(e){this.previewsContainer=e}updateConfig(e){e.allowedTypes!==void 0&&(this.config.allowedTypes=e.allowedTypes.length>0?e.allowedTypes:hl.allowedTypes),e.maxFileSize!==void 0&&(this.config.maxFileSize=e.maxFileSize),e.maxFiles!==void 0&&(this.config.maxFiles=e.maxFiles),e.onFileRejected!==void 0&&(this.config.onFileRejected=e.onFileRejected),e.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=e.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(e=>e.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(e){!e||e.length===0||await this.handleFiles(Array.from(e))}async handleFiles(e){var r,n,o,s,a,i,d;if(e.length){for(let l of e){if(this.attachments.length>=this.config.maxFiles){(n=(r=this.config).onFileRejected)==null||n.call(r,l,"count");continue}let p=Qh(l,this.config.allowedTypes,this.config.maxFileSize);if(!p.valid){let u=(o=p.error)!=null&&o.includes("type")?"type":"size";(a=(s=this.config).onFileRejected)==null||a.call(s,l,u);continue}try{let u=await Jh(l),f=rl(l)?URL.createObjectURL(l):null,m={id:Lw(),file:l,previewUrl:f,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(e){var s,a,i;let r=this.attachments.findIndex(d=>d.id===e);if(r===-1)return;let n=this.attachments[r];n.previewUrl&&URL.revokeObjectURL(n.previewUrl),this.attachments.splice(r,1);let o=(s=this.previewsContainer)==null?void 0:s.querySelector(`[data-attachment-id="${e}"]`);o&&o.remove(),this.updatePreviewsVisibility(),(i=(a=this.config).onAttachmentsChange)==null||i.call(a,this.getAttachments())}clearAttachments(){var e,r;for(let n of this.attachments)n.previewUrl&&URL.revokeObjectURL(n.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(r=(e=this.config).onAttachmentsChange)==null||r.call(e,this.getAttachments())}renderPreview(e){if(!this.previewsContainer)return;let r=rl(e.file),n=v("div","persona-attachment-preview persona-relative persona-inline-block");if(n.setAttribute("data-attachment-id",e.id),n.style.width="48px",n.style.height="48px",r&&e.previewUrl){let a=v("img");a.src=e.previewUrl,a.alt=e.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=v("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=Pw(e.file.type),d=Be(i,20,"var(--persona-muted, #6b7280)",1.5);d&&a.appendChild(d);let l=v("span");l.textContent=Yh(e.file.type,e.file.name),l.style.fontSize="8px",l.style.fontWeight="600",l.style.color="var(--persona-muted, #6b7280)",l.style.textTransform="uppercase",l.style.lineHeight="1",a.appendChild(l),n.appendChild(a)}let o=v("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");o.type="button",o.setAttribute("aria-label","Remove attachment"),o.style.position="absolute",o.style.top="-4px",o.style.right="-4px",o.style.width="18px",o.style.height="18px",o.style.borderRadius="50%",o.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",o.style.border="none",o.style.cursor="pointer",o.style.display="flex",o.style.alignItems="center",o.style.justifyContent="center",o.style.padding="0";let s=Be("x",10,"var(--persona-text-inverse, #ffffff)",2);s?o.appendChild(s):(o.textContent="\xD7",o.style.color="var(--persona-text-inverse, #ffffff)",o.style.fontSize="14px",o.style.lineHeight="1"),o.addEventListener("click",a=>{a.preventDefault(),a.stopPropagation(),this.removeAttachment(e.id)}),n.appendChild(o),this.previewsContainer.appendChild(n)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(e,r){return new t({allowedTypes:e==null?void 0:e.allowedTypes,maxFileSize:e==null?void 0:e.maxFileSize,maxFiles:e==null?void 0:e.maxFiles,onFileRejected:e==null?void 0:e.onFileRejected,onAttachmentsChange:r})}};var tx=t=>typeof t=="object"&&t!==null&&!Array.isArray(t);function Fs(t,e){if(!t)return e;if(!e)return t;let r={...t};for(let[n,o]of Object.entries(e)){let s=r[n];tx(s)&&tx(o)?r[n]=Fs(s,o):r[n]=o}return r}var wn="min(440px, calc(100vw - 24px))",xl="440px",nr={apiUrl:"https://api.runtype.com/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:wn,heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",closeButtonPaddingX:"0px",closeButtonPaddingY:"0px",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:""},toolCallDisplay:{collapsedMode:"tool-call",activePreview:!1,grouped:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},reasoningDisplay:{activePreview:!1,previewMaxLines:3,expandable:!0,loadingAnimation:"none"},streamAnimation:{type:"none",placeholder:"none",speed:120,duration:1800},askUserQuestion:{enabled:!0,slideInMs:180,freeTextLabel:"Other\u2026",freeTextPlaceholder:"Type your answer\u2026",submitLabel:"Send"}},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 rx(t,e){if(!(!t&&!e))return t?e?Fs(t,e):t:e}function yl(t){var e,r,n,o,s,a,i,d,l,p,u,f,m,y,x,S,M,k,T,h,C;return t?{...nr,...t,theme:rx(nr.theme,t.theme),darkTheme:rx(nr.darkTheme,t.darkTheme),launcher:{...nr.launcher,...t.launcher,dock:{...(e=nr.launcher)==null?void 0:e.dock,...(r=t.launcher)==null?void 0:r.dock},clearChat:{...(n=nr.launcher)==null?void 0:n.clearChat,...(o=t.launcher)==null?void 0:o.clearChat}},copy:{...nr.copy,...t.copy},sendButton:{...nr.sendButton,...t.sendButton},statusIndicator:{...nr.statusIndicator,...t.statusIndicator},voiceRecognition:{...nr.voiceRecognition,...t.voiceRecognition},features:(()=>{var Se,Xe,He,V,be,G,Ae,J;let w=(Se=nr.features)==null?void 0:Se.artifacts,E=(Xe=t.features)==null?void 0:Xe.artifacts,W=(He=nr.features)==null?void 0:He.scrollToBottom,P=(V=t.features)==null?void 0:V.scrollToBottom,R=(be=nr.features)==null?void 0:be.streamAnimation,N=(G=t.features)==null?void 0:G.streamAnimation,j=(Ae=nr.features)==null?void 0:Ae.askUserQuestion,oe=(J=t.features)==null?void 0:J.askUserQuestion,ve=w===void 0&&E===void 0?void 0:{...w,...E,layout:{...w==null?void 0:w.layout,...E==null?void 0:E.layout}},nt=W===void 0&&P===void 0?void 0:{...W,...P},Te=R===void 0&&N===void 0?void 0:{...R,...N},$e=j===void 0&&oe===void 0?void 0:{...j,...oe,styles:{...j==null?void 0:j.styles,...oe==null?void 0:oe.styles}};return{...nr.features,...t.features,...nt!==void 0?{scrollToBottom:nt}:{},...ve!==void 0?{artifacts:ve}:{},...Te!==void 0?{streamAnimation:Te}:{},...$e!==void 0?{askUserQuestion:$e}:{}}})(),suggestionChips:(s=t.suggestionChips)!=null?s:nr.suggestionChips,suggestionChipsConfig:{...nr.suggestionChipsConfig,...t.suggestionChipsConfig},layout:{...nr.layout,...t.layout,header:{...(a=nr.layout)==null?void 0:a.header,...(i=t.layout)==null?void 0:i.header},messages:{...(d=nr.layout)==null?void 0:d.messages,...(l=t.layout)==null?void 0:l.messages,avatar:{...(u=(p=nr.layout)==null?void 0:p.messages)==null?void 0:u.avatar,...(m=(f=t.layout)==null?void 0:f.messages)==null?void 0:m.avatar},timestamp:{...(x=(y=nr.layout)==null?void 0:y.messages)==null?void 0:x.timestamp,...(M=(S=t.layout)==null?void 0:S.messages)==null?void 0:M.timestamp}},slots:{...(k=nr.layout)==null?void 0:k.slots,...(T=t.layout)==null?void 0:T.slots}},markdown:{...nr.markdown,...t.markdown,options:{...(h=nr.markdown)==null?void 0:h.options,...(C=t.markdown)==null?void 0:C.options}},messageActions:{...nr.messageActions,...t.messageActions}}:nr}var Bp={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"}},Hp={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"}},Dp={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:wn,maxWidth:xl,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"},border:"semantic.colors.border"},introCard:{background:"semantic.colors.surface",borderRadius:"palette.radius.2xl",padding:"semantic.spacing.lg",shadow:"0 5px 15px rgba(15, 23, 42, 0.08)"},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"palette.shadows.none"},markdown:{inlineCode:{background:"palette.colors.gray.50",foreground:"palette.colors.gray.900"},link:{foreground:"palette.colors.primary.600"},prose:{fontFamily:"inherit"},codeBlock:{background:"semantic.colors.container",borderColor:"semantic.colors.border",textColor:"inherit"},table:{headerBackground:"semantic.colors.container",borderColor:"semantic.colors.border"},hr:{color:"semantic.colors.divider"},blockquote:{borderColor:"palette.colors.gray.900",background:"transparent",textColor:"palette.colors.gray.500"}},collapsibleWidget:{container:"palette.colors.gray.50",surface:"semantic.colors.surface",border:"semantic.colors.border"},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",shadow:"0 5px 15px rgba(15, 23, 42, 0.08)"},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 Fa(t,e){if(!e.startsWith("palette.")&&!e.startsWith("semantic.")&&!e.startsWith("components."))return e;let r=e.split("."),n=t;for(let o of r){if(n==null)return;n=n[o]}return typeof n=="string"&&(n.startsWith("palette.")||n.startsWith("semantic.")||n.startsWith("components."))?Fa(t,n):n}function bl(t){let e={};function r(n,o){for(let[s,a]of Object.entries(n)){let i=`${o}.${s}`;if(typeof a=="string"){let d=Fa(t,a);d!==void 0&&(e[i]={path:i,value:d,type:o.includes("color")?"color":o.includes("spacing")?"spacing":o.includes("typography")?"typography":o.includes("shadow")?"shadow":o.includes("border")?"border":"color"})}else typeof a=="object"&&a!==null&&r(a,i)}}return r(t.palette,"palette"),r(t.semantic,"semantic"),r(t.components,"components"),e}function Op(t){let e=[],r=[];return t.palette||e.push({path:"palette",message:"Theme must include a palette",severity:"error"}),t.semantic||r.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),t.components||r.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:e.length===0,errors:e,warnings:r}}function nx(t,e){let r={...t};for(let[n,o]of Object.entries(e)){let s=r[n];s&&typeof s=="object"&&!Array.isArray(s)&&o&&typeof o=="object"&&!Array.isArray(o)?r[n]=nx(s,o):r[n]=o}return r}function Iw(t,e){return e?nx(t,e):t}function $a(t,e={}){var o,s,a,i,d,l,p,u,f,m,y,x,S;let r={palette:Bp,semantic:Hp,components:Dp},n={palette:{...r.palette,...t==null?void 0:t.palette,colors:{...r.palette.colors,...(o=t==null?void 0:t.palette)==null?void 0:o.colors},spacing:{...r.palette.spacing,...(s=t==null?void 0:t.palette)==null?void 0:s.spacing},typography:{...r.palette.typography,...(a=t==null?void 0:t.palette)==null?void 0:a.typography},shadows:{...r.palette.shadows,...(i=t==null?void 0:t.palette)==null?void 0:i.shadows},borders:{...r.palette.borders,...(d=t==null?void 0:t.palette)==null?void 0:d.borders},radius:{...r.palette.radius,...(l=t==null?void 0:t.palette)==null?void 0:l.radius}},semantic:{...r.semantic,...t==null?void 0:t.semantic,colors:{...r.semantic.colors,...(p=t==null?void 0:t.semantic)==null?void 0:p.colors,interactive:{...r.semantic.colors.interactive,...(f=(u=t==null?void 0:t.semantic)==null?void 0:u.colors)==null?void 0:f.interactive},feedback:{...r.semantic.colors.feedback,...(y=(m=t==null?void 0:t.semantic)==null?void 0:m.colors)==null?void 0:y.feedback}},spacing:{...r.semantic.spacing,...(x=t==null?void 0:t.semantic)==null?void 0:x.spacing},typography:{...r.semantic.typography,...(S=t==null?void 0:t.semantic)==null?void 0:S.typography}},components:Iw(r.components,t==null?void 0:t.components)};if(e.validate!==!1){let M=Op(n);if(!M.valid)throw new Error(`Theme validation failed: ${M.errors.map(k=>k.message).join(", ")}`)}if(e.plugins)for(let M of e.plugins)n=M.transform(n);return n}function wl(t){var x,S,M,k,T,h,C,w,E,W,P,R,N,j,oe,ve,nt,Te,$e,Se,Xe,He,V,be,G,Ae,J,ie,Me,Ge,ce,re,le,gt,ke,ye,tt,Ue,he,Q,Ve,ee,xe,z,De,Le,ge,ue,Oe,Z,O,Ie,Ne,je,Ke,xt,st,Pt,Zt,X,er,it,Vt,de,we,Ot,lr,It,hr,Ut,Nt,Mt,Rt,dr,ht,ur,Cr,Br,Ur,bt,sn,gr,Kn,Nr,oo,Dn,On,fe,I,te,Pe,Ze,tr,jt,or,Hr,qr,Cn,Jt,Gt,Dr,An,Ao,ao,So,Xn,ln,Nn,Bt,xr,yr,dn,To,Sn,_n,cn,U,Tn;let e=bl(t),r={};for(let[Ee,pn]of Object.entries(e)){let Mn=Ee.replace(/\./g,"-");r[`--persona-${Mn}`]=pn.value}r["--persona-primary"]=(x=r["--persona-semantic-colors-primary"])!=null?x:r["--persona-palette-colors-primary-500"],r["--persona-secondary"]=(S=r["--persona-semantic-colors-secondary"])!=null?S:r["--persona-palette-colors-secondary-500"],r["--persona-accent"]=(M=r["--persona-semantic-colors-accent"])!=null?M:r["--persona-palette-colors-accent-500"],r["--persona-surface"]=(k=r["--persona-semantic-colors-surface"])!=null?k:r["--persona-palette-colors-gray-50"],r["--persona-background"]=(T=r["--persona-semantic-colors-background"])!=null?T:r["--persona-palette-colors-gray-50"],r["--persona-container"]=(h=r["--persona-semantic-colors-container"])!=null?h:r["--persona-palette-colors-gray-100"],r["--persona-text"]=(C=r["--persona-semantic-colors-text"])!=null?C:r["--persona-palette-colors-gray-900"],r["--persona-text-muted"]=(w=r["--persona-semantic-colors-text-muted"])!=null?w:r["--persona-palette-colors-gray-500"],r["--persona-text-inverse"]=(E=r["--persona-semantic-colors-text-inverse"])!=null?E:r["--persona-palette-colors-gray-50"],r["--persona-border"]=(W=r["--persona-semantic-colors-border"])!=null?W:r["--persona-palette-colors-gray-200"],r["--persona-divider"]=(P=r["--persona-semantic-colors-divider"])!=null?P:r["--persona-palette-colors-gray-200"],r["--persona-muted"]=r["--persona-text-muted"],r["--persona-voice-recording-indicator"]=(R=r["--persona-components-voice-recording-indicator"])!=null?R:r["--persona-palette-colors-error-500"],r["--persona-voice-recording-bg"]=(N=r["--persona-components-voice-recording-background"])!=null?N:r["--persona-palette-colors-error-50"],r["--persona-voice-processing-icon"]=(j=r["--persona-components-voice-processing-icon"])!=null?j:r["--persona-palette-colors-primary-500"],r["--persona-voice-speaking-icon"]=(oe=r["--persona-components-voice-speaking-icon"])!=null?oe:r["--persona-palette-colors-success-500"],r["--persona-approval-bg"]=(ve=r["--persona-components-approval-requested-background"])!=null?ve:r["--persona-palette-colors-warning-50"],r["--persona-approval-border"]=(nt=r["--persona-components-approval-requested-border"])!=null?nt:r["--persona-palette-colors-warning-200"],r["--persona-approval-text"]=(Te=r["--persona-components-approval-requested-text"])!=null?Te:r["--persona-palette-colors-gray-900"],r["--persona-approval-shadow"]=($e=r["--persona-components-approval-requested-shadow"])!=null?$e:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-approval-approve-bg"]=(Se=r["--persona-components-approval-approve-background"])!=null?Se:r["--persona-palette-colors-success-500"],r["--persona-approval-deny-bg"]=(Xe=r["--persona-components-approval-deny-background"])!=null?Xe:r["--persona-palette-colors-error-500"],r["--persona-attachment-image-bg"]=(He=r["--persona-components-attachment-image-background"])!=null?He:r["--persona-palette-colors-gray-100"],r["--persona-attachment-image-border"]=(V=r["--persona-components-attachment-image-border"])!=null?V:r["--persona-palette-colors-gray-200"],r["--persona-font-family"]=(be=r["--persona-semantic-typography-fontFamily"])!=null?be:r["--persona-palette-typography-fontFamily-sans"],r["--persona-font-size"]=(G=r["--persona-semantic-typography-fontSize"])!=null?G:r["--persona-palette-typography-fontSize-base"],r["--persona-font-weight"]=(Ae=r["--persona-semantic-typography-fontWeight"])!=null?Ae:r["--persona-palette-typography-fontWeight-normal"],r["--persona-line-height"]=(J=r["--persona-semantic-typography-lineHeight"])!=null?J:r["--persona-palette-typography-lineHeight-normal"],r["--persona-input-font-family"]=r["--persona-font-family"],r["--persona-input-font-weight"]=r["--persona-font-weight"],r["--persona-radius-sm"]=(ie=r["--persona-palette-radius-sm"])!=null?ie:"0.125rem",r["--persona-radius-md"]=(Me=r["--persona-palette-radius-md"])!=null?Me:"0.375rem",r["--persona-radius-lg"]=(Ge=r["--persona-palette-radius-lg"])!=null?Ge:"0.5rem",r["--persona-radius-xl"]=(ce=r["--persona-palette-radius-xl"])!=null?ce:"0.75rem",r["--persona-radius-full"]=(re=r["--persona-palette-radius-full"])!=null?re:"9999px",r["--persona-launcher-radius"]=(gt=(le=r["--persona-components-launcher-borderRadius"])!=null?le:r["--persona-palette-radius-full"])!=null?gt:"9999px",r["--persona-launcher-bg"]=(ke=r["--persona-components-launcher-background"])!=null?ke:r["--persona-primary"],r["--persona-launcher-fg"]=(ye=r["--persona-components-launcher-foreground"])!=null?ye:r["--persona-text-inverse"],r["--persona-launcher-border"]=(tt=r["--persona-components-launcher-border"])!=null?tt:r["--persona-border"],r["--persona-button-primary-bg"]=(Ue=r["--persona-components-button-primary-background"])!=null?Ue:r["--persona-primary"],r["--persona-button-primary-fg"]=(he=r["--persona-components-button-primary-foreground"])!=null?he:r["--persona-text-inverse"],r["--persona-button-radius"]=(Ve=(Q=r["--persona-components-button-primary-borderRadius"])!=null?Q:r["--persona-palette-radius-full"])!=null?Ve:"9999px",r["--persona-panel-radius"]=(xe=(ee=r["--persona-components-panel-borderRadius"])!=null?ee:r["--persona-radius-xl"])!=null?xe:"0.75rem",r["--persona-panel-border"]=(z=r["--persona-components-panel-border"])!=null?z:`1px solid ${r["--persona-border"]}`,r["--persona-panel-shadow"]=(Le=(De=r["--persona-components-panel-shadow"])!=null?De:r["--persona-palette-shadows-xl"])!=null?Le:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",r["--persona-launcher-shadow"]=(ge=r["--persona-components-launcher-shadow"])!=null?ge:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",r["--persona-input-radius"]=(Oe=(ue=r["--persona-components-input-borderRadius"])!=null?ue:r["--persona-radius-lg"])!=null?Oe:"0.5rem",r["--persona-message-user-radius"]=(O=(Z=r["--persona-components-message-user-borderRadius"])!=null?Z:r["--persona-radius-lg"])!=null?O:"0.5rem",r["--persona-message-assistant-radius"]=(Ne=(Ie=r["--persona-components-message-assistant-borderRadius"])!=null?Ie:r["--persona-radius-lg"])!=null?Ne:"0.5rem",r["--persona-header-bg"]=(je=r["--persona-components-header-background"])!=null?je:r["--persona-surface"],r["--persona-header-border"]=(Ke=r["--persona-components-header-border"])!=null?Ke:r["--persona-divider"],r["--persona-header-icon-bg"]=(xt=r["--persona-components-header-iconBackground"])!=null?xt:r["--persona-primary"],r["--persona-header-icon-fg"]=(st=r["--persona-components-header-iconForeground"])!=null?st:r["--persona-text-inverse"],r["--persona-header-title-fg"]=(Pt=r["--persona-components-header-titleForeground"])!=null?Pt:r["--persona-primary"],r["--persona-header-subtitle-fg"]=(Zt=r["--persona-components-header-subtitleForeground"])!=null?Zt:r["--persona-text-muted"],r["--persona-header-action-icon-fg"]=(X=r["--persona-components-header-actionIconForeground"])!=null?X:r["--persona-muted"];let n=(er=t.components)==null?void 0:er.header;n!=null&&n.shadow&&(r["--persona-header-shadow"]=n.shadow),n!=null&&n.borderBottom&&(r["--persona-header-border-bottom"]=n.borderBottom);let o=(it=t.components)==null?void 0:it.introCard;r["--persona-intro-card-bg"]=(Vt=r["--persona-components-introCard-background"])!=null?Vt:r["--persona-surface"],r["--persona-intro-card-radius"]=(de=r["--persona-components-introCard-borderRadius"])!=null?de:"1rem",r["--persona-intro-card-padding"]=(we=r["--persona-components-introCard-padding"])!=null?we:"1.5rem",r["--persona-intro-card-shadow"]=(lr=(Ot=o==null?void 0:o.shadow)!=null?Ot:r["--persona-components-introCard-shadow"])!=null?lr:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-input-background"]=(It=r["--persona-components-input-background"])!=null?It:r["--persona-surface"],r["--persona-input-placeholder"]=(hr=r["--persona-components-input-placeholder"])!=null?hr:r["--persona-text-muted"],r["--persona-message-user-bg"]=(Ut=r["--persona-components-message-user-background"])!=null?Ut:r["--persona-accent"],r["--persona-message-user-text"]=(Nt=r["--persona-components-message-user-text"])!=null?Nt:r["--persona-text-inverse"],r["--persona-message-user-shadow"]=(Mt=r["--persona-components-message-user-shadow"])!=null?Mt:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-message-assistant-bg"]=(Rt=r["--persona-components-message-assistant-background"])!=null?Rt:r["--persona-surface"],r["--persona-message-assistant-text"]=(dr=r["--persona-components-message-assistant-text"])!=null?dr:r["--persona-text"],r["--persona-message-assistant-border"]=(ht=r["--persona-components-message-assistant-border"])!=null?ht:r["--persona-border"],r["--persona-message-assistant-shadow"]=(ur=r["--persona-components-message-assistant-shadow"])!=null?ur:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-bg"]=(Br=(Cr=r["--persona-components-scrollToBottom-background"])!=null?Cr:r["--persona-button-primary-bg"])!=null?Br:r["--persona-accent"],r["--persona-scroll-to-bottom-fg"]=(bt=(Ur=r["--persona-components-scrollToBottom-foreground"])!=null?Ur:r["--persona-button-primary-fg"])!=null?bt:r["--persona-text-inverse"],r["--persona-scroll-to-bottom-border"]=(sn=r["--persona-components-scrollToBottom-border"])!=null?sn:r["--persona-primary"],r["--persona-scroll-to-bottom-size"]=(gr=r["--persona-components-scrollToBottom-size"])!=null?gr:"40px",r["--persona-scroll-to-bottom-radius"]=(oo=(Nr=(Kn=r["--persona-components-scrollToBottom-borderRadius"])!=null?Kn:r["--persona-button-radius"])!=null?Nr:r["--persona-radius-full"])!=null?oo:"9999px",r["--persona-scroll-to-bottom-shadow"]=(On=(Dn=r["--persona-components-scrollToBottom-shadow"])!=null?Dn:r["--persona-palette-shadows-sm"])!=null?On:"0 1px 2px 0 rgb(0 0 0 / 0.05)",r["--persona-scroll-to-bottom-padding"]=(fe=r["--persona-components-scrollToBottom-padding"])!=null?fe:"0.5rem 0.875rem",r["--persona-scroll-to-bottom-gap"]=(I=r["--persona-components-scrollToBottom-gap"])!=null?I:"0.5rem",r["--persona-scroll-to-bottom-font-size"]=(Pe=(te=r["--persona-components-scrollToBottom-fontSize"])!=null?te:r["--persona-palette-typography-fontSize-sm"])!=null?Pe:"0.875rem",r["--persona-scroll-to-bottom-icon-size"]=(Ze=r["--persona-components-scrollToBottom-iconSize"])!=null?Ze:"14px",r["--persona-tool-bubble-shadow"]=(tr=r["--persona-components-toolBubble-shadow"])!=null?tr:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-reasoning-bubble-shadow"]=(jt=r["--persona-components-reasoningBubble-shadow"])!=null?jt:"0 5px 15px rgba(15, 23, 42, 0.08)",r["--persona-composer-shadow"]=(or=r["--persona-components-composer-shadow"])!=null?or:"none",r["--persona-md-inline-code-bg"]=(Hr=r["--persona-components-markdown-inlineCode-background"])!=null?Hr:r["--persona-container"],r["--persona-md-inline-code-color"]=(qr=r["--persona-components-markdown-inlineCode-foreground"])!=null?qr:r["--persona-text"],r["--persona-md-link-color"]=(Jt=(Cn=r["--persona-components-markdown-link-foreground"])!=null?Cn:r["--persona-accent"])!=null?Jt:"#0f0f0f";let s=r["--persona-components-markdown-heading-h1-fontSize"];s&&(r["--persona-md-h1-size"]=s);let a=r["--persona-components-markdown-heading-h1-fontWeight"];a&&(r["--persona-md-h1-weight"]=a);let i=r["--persona-components-markdown-heading-h2-fontSize"];i&&(r["--persona-md-h2-size"]=i);let d=r["--persona-components-markdown-heading-h2-fontWeight"];d&&(r["--persona-md-h2-weight"]=d);let l=r["--persona-components-markdown-prose-fontFamily"];l&&l!=="inherit"&&(r["--persona-md-prose-font-family"]=l),r["--persona-md-code-block-bg"]=(Gt=r["--persona-components-markdown-codeBlock-background"])!=null?Gt:r["--persona-container"],r["--persona-md-code-block-border-color"]=(Dr=r["--persona-components-markdown-codeBlock-borderColor"])!=null?Dr:r["--persona-border"],r["--persona-md-code-block-text-color"]=(An=r["--persona-components-markdown-codeBlock-textColor"])!=null?An:"inherit",r["--persona-md-table-header-bg"]=(Ao=r["--persona-components-markdown-table-headerBackground"])!=null?Ao:r["--persona-container"],r["--persona-md-table-border-color"]=(ao=r["--persona-components-markdown-table-borderColor"])!=null?ao:r["--persona-border"],r["--persona-md-hr-color"]=(So=r["--persona-components-markdown-hr-color"])!=null?So:r["--persona-divider"],r["--persona-md-blockquote-border-color"]=(Xn=r["--persona-components-markdown-blockquote-borderColor"])!=null?Xn:r["--persona-palette-colors-gray-900"],r["--persona-md-blockquote-bg"]=(ln=r["--persona-components-markdown-blockquote-background"])!=null?ln:"transparent",r["--persona-md-blockquote-text-color"]=(Nn=r["--persona-components-markdown-blockquote-textColor"])!=null?Nn:r["--persona-palette-colors-gray-500"],r["--cw-container"]=(Bt=r["--persona-components-collapsibleWidget-container"])!=null?Bt:r["--persona-surface"],r["--cw-surface"]=(xr=r["--persona-components-collapsibleWidget-surface"])!=null?xr:r["--persona-surface"],r["--cw-border"]=(yr=r["--persona-components-collapsibleWidget-border"])!=null?yr:r["--persona-border"],r["--persona-message-border"]=(dn=r["--persona-components-message-border"])!=null?dn:r["--persona-border"];let p=t.components,u=p==null?void 0:p.iconButton;u&&(u.background&&(r["--persona-icon-btn-bg"]=u.background),u.border&&(r["--persona-icon-btn-border"]=u.border),u.color&&(r["--persona-icon-btn-color"]=u.color),u.padding&&(r["--persona-icon-btn-padding"]=u.padding),u.borderRadius&&(r["--persona-icon-btn-radius"]=u.borderRadius),u.hoverBackground&&(r["--persona-icon-btn-hover-bg"]=u.hoverBackground),u.hoverColor&&(r["--persona-icon-btn-hover-color"]=u.hoverColor),u.activeBackground&&(r["--persona-icon-btn-active-bg"]=u.activeBackground),u.activeBorder&&(r["--persona-icon-btn-active-border"]=u.activeBorder));let f=p==null?void 0:p.labelButton;f&&(f.background&&(r["--persona-label-btn-bg"]=f.background),f.border&&(r["--persona-label-btn-border"]=f.border),f.color&&(r["--persona-label-btn-color"]=f.color),f.padding&&(r["--persona-label-btn-padding"]=f.padding),f.borderRadius&&(r["--persona-label-btn-radius"]=f.borderRadius),f.hoverBackground&&(r["--persona-label-btn-hover-bg"]=f.hoverBackground),f.fontSize&&(r["--persona-label-btn-font-size"]=f.fontSize),f.gap&&(r["--persona-label-btn-gap"]=f.gap));let m=p==null?void 0:p.toggleGroup;m&&(m.gap&&(r["--persona-toggle-group-gap"]=m.gap),m.borderRadius&&(r["--persona-toggle-group-radius"]=m.borderRadius));let y=p==null?void 0:p.artifact;if(y!=null&&y.toolbar){let Ee=y.toolbar;Ee.iconHoverColor&&(r["--persona-artifact-toolbar-icon-hover-color"]=Ee.iconHoverColor),Ee.iconHoverBackground&&(r["--persona-artifact-toolbar-icon-hover-bg"]=Ee.iconHoverBackground),Ee.iconPadding&&(r["--persona-artifact-toolbar-icon-padding"]=Ee.iconPadding),Ee.iconBorderRadius&&(r["--persona-artifact-toolbar-icon-radius"]=Ee.iconBorderRadius),Ee.iconBorder&&(r["--persona-artifact-toolbar-icon-border"]=Ee.iconBorder),Ee.toggleGroupGap&&(r["--persona-artifact-toolbar-toggle-group-gap"]=Ee.toggleGroupGap),Ee.toggleBorderRadius&&(r["--persona-artifact-toolbar-toggle-radius"]=Ee.toggleBorderRadius),Ee.copyBackground&&(r["--persona-artifact-toolbar-copy-bg"]=Ee.copyBackground),Ee.copyBorder&&(r["--persona-artifact-toolbar-copy-border"]=Ee.copyBorder),Ee.copyColor&&(r["--persona-artifact-toolbar-copy-color"]=Ee.copyColor),Ee.copyBorderRadius&&(r["--persona-artifact-toolbar-copy-radius"]=Ee.copyBorderRadius),Ee.copyPadding&&(r["--persona-artifact-toolbar-copy-padding"]=Ee.copyPadding),Ee.copyMenuBackground&&(r["--persona-artifact-toolbar-copy-menu-bg"]=Ee.copyMenuBackground,r["--persona-dropdown-bg"]=(To=r["--persona-dropdown-bg"])!=null?To:Ee.copyMenuBackground),Ee.copyMenuBorder&&(r["--persona-artifact-toolbar-copy-menu-border"]=Ee.copyMenuBorder,r["--persona-dropdown-border"]=(Sn=r["--persona-dropdown-border"])!=null?Sn:Ee.copyMenuBorder),Ee.copyMenuShadow&&(r["--persona-artifact-toolbar-copy-menu-shadow"]=Ee.copyMenuShadow,r["--persona-dropdown-shadow"]=(_n=r["--persona-dropdown-shadow"])!=null?_n:Ee.copyMenuShadow),Ee.copyMenuBorderRadius&&(r["--persona-artifact-toolbar-copy-menu-radius"]=Ee.copyMenuBorderRadius,r["--persona-dropdown-radius"]=(cn=r["--persona-dropdown-radius"])!=null?cn:Ee.copyMenuBorderRadius),Ee.copyMenuItemHoverBackground&&(r["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=Ee.copyMenuItemHoverBackground,r["--persona-dropdown-item-hover-bg"]=(U=r["--persona-dropdown-item-hover-bg"])!=null?U:Ee.copyMenuItemHoverBackground),Ee.iconBackground&&(r["--persona-artifact-toolbar-icon-bg"]=Ee.iconBackground),Ee.toolbarBorder&&(r["--persona-artifact-toolbar-border"]=Ee.toolbarBorder)}if(y!=null&&y.tab){let Ee=y.tab;Ee.background&&(r["--persona-artifact-tab-bg"]=Ee.background),Ee.activeBackground&&(r["--persona-artifact-tab-active-bg"]=Ee.activeBackground),Ee.activeBorder&&(r["--persona-artifact-tab-active-border"]=Ee.activeBorder),Ee.borderRadius&&(r["--persona-artifact-tab-radius"]=Ee.borderRadius),Ee.textColor&&(r["--persona-artifact-tab-color"]=Ee.textColor),Ee.hoverBackground&&(r["--persona-artifact-tab-hover-bg"]=Ee.hoverBackground),Ee.listBackground&&(r["--persona-artifact-tab-list-bg"]=Ee.listBackground),Ee.listBorderColor&&(r["--persona-artifact-tab-list-border-color"]=Ee.listBorderColor),Ee.listPadding&&(r["--persona-artifact-tab-list-padding"]=Ee.listPadding)}if(y!=null&&y.pane){let Ee=y.pane;if(Ee.toolbarBackground){let pn=(Tn=Fa(t,Ee.toolbarBackground))!=null?Tn:Ee.toolbarBackground;r["--persona-artifact-toolbar-bg"]=pn}}return r}var ox={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 Rw={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"}}},ax=t=>{if(!(!t||typeof t!="object"||Array.isArray(t)))return t},$s=()=>{var t;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((t=window.matchMedia)!=null&&t.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},Ww=t=>{var r;let e=(r=t==null?void 0:t.colorScheme)!=null?r:"light";return e==="light"?"light":e==="dark"?"dark":$s()},Np=t=>Ww(t),Bw=t=>$a(t),Hw=t=>{var r;let e=$a(void 0,{validate:!1});return $a({...t,palette:{...e.palette,colors:{...Rw.colors,...(r=t==null?void 0:t.palette)==null?void 0:r.colors}}},{validate:!1})},Ua=t=>{let e=Np(t),r=ax(t==null?void 0:t.theme),n=ax(t==null?void 0:t.darkTheme);return e==="dark"?Hw(Fs(r!=null?r:{},n!=null?n:{})):Bw(r)},Dw=t=>wl(t),Do=(t,e)=>{let r=Ua(e),n=Dw(r);for(let[o,s]of Object.entries(n))t.style.setProperty(o,s)},vl=t=>{let e=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let r=new MutationObserver(()=>{t($s())});r.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),e.push(()=>r.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let r=window.matchMedia("(prefers-color-scheme: dark)"),n=()=>t($s());r.addEventListener?(r.addEventListener("change",n),e.push(()=>r.removeEventListener("change",n))):r.addListener&&(r.addListener(n),e.push(()=>r.removeListener(n)))}return()=>{e.forEach(r=>r())}};var sx=(function(){"use strict";let t=()=>{},e={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:t,afterNodeAdded:t,beforeNodeMorphed:t,afterNodeMorphed:t,beforeNodeRemoved:t,afterNodeRemoved:t,beforeAttributeUpdated:t},head:{style:"merge",shouldPreserve:f=>f.getAttribute("im-preserve")==="true",shouldReAppend:f=>f.getAttribute("im-re-append")==="true",shouldRemove:t,afterHeadMorphed:t},restoreFocus:!0};function r(f,m,y={}){f=p(f);let x=u(m),S=l(f,x,y),M=o(S,()=>i(S,f,x,k=>k.morphStyle==="innerHTML"?(s(k,f,x),Array.from(f.childNodes)):n(k,f,x)));return S.pantry.remove(),M}function n(f,m,y){let x=u(m);return s(f,x,y,m,m.nextSibling),Array.from(x.childNodes)}function o(f,m){var T;if(!f.config.restoreFocus)return m();let y=document.activeElement;if(!(y instanceof HTMLInputElement||y instanceof HTMLTextAreaElement))return m();let{id:x,selectionStart:S,selectionEnd:M}=y,k=m();return x&&x!==((T=document.activeElement)==null?void 0:T.getAttribute("id"))&&(y=f.target.querySelector(`[id="${x}"]`),y==null||y.focus()),y&&!y.selectionEnd&&M&&y.setSelectionRange(S,M),k}let s=(function(){function f(h,C,w,E=null,W=null){C instanceof HTMLTemplateElement&&w instanceof HTMLTemplateElement&&(C=C.content,w=w.content),E||(E=C.firstChild);for(let P of w.childNodes){if(E&&E!=W){let N=y(h,P,E,W);if(N){N!==E&&S(h,E,N),a(N,P,h),E=N.nextSibling;continue}}if(P instanceof Element){let N=P.getAttribute("id");if(h.persistentIds.has(N)){let j=M(C,N,E,h);a(j,P,h),E=j.nextSibling;continue}}let R=m(C,P,E,h);R&&(E=R.nextSibling)}for(;E&&E!=W;){let P=E;E=E.nextSibling,x(h,P)}}function m(h,C,w,E){if(E.callbacks.beforeNodeAdded(C)===!1)return null;if(E.idMap.has(C)){let W=document.createElement(C.tagName);return h.insertBefore(W,w),a(W,C,E),E.callbacks.afterNodeAdded(W),W}else{let W=document.importNode(C,!0);return h.insertBefore(W,w),E.callbacks.afterNodeAdded(W),W}}let y=(function(){function h(E,W,P,R){let N=null,j=W.nextSibling,oe=0,ve=P;for(;ve&&ve!=R;){if(w(ve,W)){if(C(E,ve,W))return ve;N===null&&(E.idMap.has(ve)||(N=ve))}if(N===null&&j&&w(ve,j)&&(oe++,j=j.nextSibling,oe>=2&&(N=void 0)),E.activeElementAndParents.includes(ve))break;ve=ve.nextSibling}return N||null}function C(E,W,P){let R=E.idMap.get(W),N=E.idMap.get(P);if(!N||!R)return!1;for(let j of R)if(N.has(j))return!0;return!1}function w(E,W){var N,j,oe;let P=E,R=W;return P.nodeType===R.nodeType&&P.tagName===R.tagName&&(!((N=P.getAttribute)!=null&&N.call(P,"id"))||((j=P.getAttribute)==null?void 0:j.call(P,"id"))===((oe=R.getAttribute)==null?void 0:oe.call(R,"id")))}return h})();function x(h,C){var w;if(h.idMap.has(C))T(h.pantry,C,null);else{if(h.callbacks.beforeNodeRemoved(C)===!1)return;(w=C.parentNode)==null||w.removeChild(C),h.callbacks.afterNodeRemoved(C)}}function S(h,C,w){let E=C;for(;E&&E!==w;){let W=E;E=E.nextSibling,x(h,W)}return E}function M(h,C,w,E){var P,R;let W=((R=(P=E.target).getAttribute)==null?void 0:R.call(P,"id"))===C&&E.target||E.target.querySelector(`[id="${C}"]`)||E.pantry.querySelector(`[id="${C}"]`);return k(W,E),T(h,W,w),W}function k(h,C){let w=h.getAttribute("id");for(;h=h.parentNode;){let E=C.idMap.get(h);E&&(E.delete(w),E.size||C.idMap.delete(h))}}function T(h,C,w){if(h.moveBefore)try{h.moveBefore(C,w)}catch{h.insertBefore(C,w)}else h.insertBefore(C,w)}return f})(),a=(function(){function f(k,T,h){return h.ignoreActive&&k===document.activeElement?null:(h.callbacks.beforeNodeMorphed(k,T)===!1||(k instanceof HTMLHeadElement&&h.head.ignore||(k instanceof HTMLHeadElement&&h.head.style!=="morph"?d(k,T,h):(m(k,T,h),M(k,h)||s(h,k,T))),h.callbacks.afterNodeMorphed(k,T)),k)}function m(k,T,h){let C=T.nodeType;if(C===1){let w=k,E=T,W=w.attributes,P=E.attributes;for(let R of P)S(R.name,w,"update",h)||w.getAttribute(R.name)!==R.value&&w.setAttribute(R.name,R.value);for(let R=W.length-1;0<=R;R--){let N=W[R];if(N&&!E.hasAttribute(N.name)){if(S(N.name,w,"remove",h))continue;w.removeAttribute(N.name)}}M(w,h)||y(w,E,h)}(C===8||C===3)&&k.nodeValue!==T.nodeValue&&(k.nodeValue=T.nodeValue)}function y(k,T,h){if(k instanceof HTMLInputElement&&T instanceof HTMLInputElement&&T.type!=="file"){let C=T.value,w=k.value;x(k,T,"checked",h),x(k,T,"disabled",h),T.hasAttribute("value")?w!==C&&(S("value",k,"update",h)||(k.setAttribute("value",C),k.value=C)):S("value",k,"remove",h)||(k.value="",k.removeAttribute("value"))}else if(k instanceof HTMLOptionElement&&T instanceof HTMLOptionElement)x(k,T,"selected",h);else if(k instanceof HTMLTextAreaElement&&T instanceof HTMLTextAreaElement){let C=T.value,w=k.value;if(S("value",k,"update",h))return;C!==w&&(k.value=C),k.firstChild&&k.firstChild.nodeValue!==C&&(k.firstChild.nodeValue=C)}}function x(k,T,h,C){let w=T[h],E=k[h];if(w!==E){let W=S(h,k,"update",C);W||(k[h]=T[h]),w?W||k.setAttribute(h,""):S(h,k,"remove",C)||k.removeAttribute(h)}}function S(k,T,h,C){return k==="value"&&C.ignoreActiveValue&&T===document.activeElement?!0:C.callbacks.beforeAttributeUpdated(k,T,h)===!1}function M(k,T){return!!T.ignoreActiveValue&&k===document.activeElement&&k!==document.body}return f})();function i(f,m,y,x){if(f.head.block){let S=m.querySelector("head"),M=y.querySelector("head");if(S&&M){let k=d(S,M,f);return Promise.all(k).then(()=>{let T=Object.assign(f,{head:{block:!1,ignore:!0}});return x(T)})}}return x(f)}function d(f,m,y){let x=[],S=[],M=[],k=[],T=new Map;for(let C of m.children)T.set(C.outerHTML,C);for(let C of f.children){let w=T.has(C.outerHTML),E=y.head.shouldReAppend(C),W=y.head.shouldPreserve(C);w||W?E?S.push(C):(T.delete(C.outerHTML),M.push(C)):y.head.style==="append"?E&&(S.push(C),k.push(C)):y.head.shouldRemove(C)!==!1&&S.push(C)}k.push(...T.values());let h=[];for(let C of k){let w=document.createRange().createContextualFragment(C.outerHTML).firstChild;if(y.callbacks.beforeNodeAdded(w)!==!1){if("href"in w&&w.href||"src"in w&&w.src){let E,W=new Promise(function(P){E=P});w.addEventListener("load",function(){E()}),h.push(W)}f.appendChild(w),y.callbacks.afterNodeAdded(w),x.push(w)}}for(let C of S)y.callbacks.beforeNodeRemoved(C)!==!1&&(f.removeChild(C),y.callbacks.afterNodeRemoved(C));return y.head.afterHeadMorphed(f,{added:x,kept:M,removed:S}),h}let l=(function(){function f(h,C,w){let{persistentIds:E,idMap:W}=k(h,C),P=m(w),R=P.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(R))throw`Do not understand how to morph style ${R}`;return{target:h,newContent:C,config:P,morphStyle:R,ignoreActive:P.ignoreActive,ignoreActiveValue:P.ignoreActiveValue,restoreFocus:P.restoreFocus,idMap:W,persistentIds:E,pantry:y(),activeElementAndParents:x(h),callbacks:P.callbacks,head:P.head}}function m(h){let C=Object.assign({},e);return Object.assign(C,h),C.callbacks=Object.assign({},e.callbacks,h.callbacks),C.head=Object.assign({},e.head,h.head),C}function y(){let h=document.createElement("div");return h.hidden=!0,document.body.insertAdjacentElement("afterend",h),h}function x(h){let C=[],w=document.activeElement;if((w==null?void 0:w.tagName)!=="BODY"&&h.contains(w))for(;w&&(C.push(w),w!==h);)w=w.parentElement;return C}function S(h){var w;let C=Array.from(h.querySelectorAll("[id]"));return(w=h.getAttribute)!=null&&w.call(h,"id")&&C.push(h),C}function M(h,C,w,E){for(let W of E){let P=W.getAttribute("id");if(C.has(P)){let R=W;for(;R;){let N=h.get(R);if(N==null&&(N=new Set,h.set(R,N)),N.add(P),R===w)break;R=R.parentElement}}}}function k(h,C){let w=S(h),E=S(C),W=T(w,E),P=new Map;M(P,W,h,w);let R=C.__idiomorphRoot||C;return M(P,W,R,E),{persistentIds:W,idMap:P}}function T(h,C){let w=new Set,E=new Map;for(let{id:P,tagName:R}of h)E.has(P)?w.add(P):E.set(P,R);let W=new Set;for(let{id:P,tagName:R}of C)W.has(P)?w.add(P):E.get(P)===R&&W.add(P);for(let P of w)W.delete(P);return W}return f})(),{normalizeElement:p,normalizeParent:u}=(function(){let f=new WeakSet;function m(M){return M instanceof Document?M.documentElement:M}function y(M){if(M==null)return document.createElement("div");if(typeof M=="string")return y(S(M));if(f.has(M))return M;if(M instanceof Node){if(M.parentNode)return new x(M);{let k=document.createElement("div");return k.append(M),k}}else{let k=document.createElement("div");for(let T of[...M])k.append(T);return k}}class x{constructor(k){this.originalNode=k,this.realParentNode=k.parentNode,this.previousSibling=k.previousSibling,this.nextSibling=k.nextSibling}get childNodes(){let k=[],T=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;T&&T!=this.nextSibling;)k.push(T),T=T.nextSibling;return k}querySelectorAll(k){return this.childNodes.reduce((T,h)=>{if(h instanceof Element){h.matches(k)&&T.push(h);let C=h.querySelectorAll(k);for(let w=0;w<C.length;w++)T.push(C[w])}return T},[])}insertBefore(k,T){return this.realParentNode.insertBefore(k,T)}moveBefore(k,T){return this.realParentNode.moveBefore(k,T)}get __idiomorphRoot(){return this.originalNode}}function S(M){let k=new DOMParser,T=M.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(T.match(/<\/html>/)||T.match(/<\/head>/)||T.match(/<\/body>/)){let h=k.parseFromString(M,"text/html");if(T.match(/<\/html>/))return f.add(h),h;{let C=h.firstChild;return C&&f.add(C),C}}else{let C=k.parseFromString("<body><template>"+M+"</template></body>","text/html").body.querySelector("template").content;return f.add(C),C}}return{normalizeElement:m,normalizeParent:y}})();return{morph:r,defaults:e}})();var Cl=(t,e,r={})=>{let{preserveTypingAnimation:n=!0}=r;sx.morph(t,e.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(o,s){var a,i;if(o instanceof HTMLElement&&n){if(o.classList.contains("persona-animate-typing")||o.hasAttribute("data-preserve-runtime"))return!1;if(o.hasAttribute("data-preserve-animation")){if(s instanceof HTMLElement&&!s.hasAttribute("data-preserve-animation"))return;if(s instanceof HTMLElement&&s.hasAttribute("data-preserve-animation")){let d=(a=o.textContent)!=null?a:"",l=(i=s.textContent)!=null?i:"";if(d!==l)return}return!1}}}}})};var Al={index:-1,draft:""};function ix(t){let{direction:e,history:r,currentValue:n,atStart:o,state:s}=t,a=s.index!==-1;if(r.length===0)return{handled:!1,state:s};if(e==="up"){if(!a&&!o)return{handled:!1,state:s};if(!a){let i=r.length-1;return{handled:!0,value:r[i],state:{index:i,draft:n}}}if(s.index>0){let i=s.index-1;return{handled:!0,value:r[i],state:{index:i,draft:s.draft}}}return{handled:!0,state:s}}if(!a)return{handled:!1,state:s};if(s.index<r.length-1){let i=s.index+1;return{handled:!0,value:r[i],state:{index:i,draft:s.draft}}}return{handled:!0,value:s.draft,state:{...Al}}}function lx(t,e){var r,n,o,s,a,i,d,l,p,u,f,m,y,x,S,M,k,T,h,C,w,E,W,P,R,N,j,oe,ve,nt,Te,$e,Se,Xe,He,V,be,G;return[t.id,t.role,(n=(r=t.content)==null?void 0:r.length)!=null?n:0,(s=(o=t.content)==null?void 0:o.slice(-32))!=null?s:"",t.streaming?"1":"0",(a=t.variant)!=null?a:"",(d=(i=t.rawContent)==null?void 0:i.length)!=null?d:0,(p=(l=t.llmContent)==null?void 0:l.length)!=null?p:0,(f=(u=t.approval)==null?void 0:u.status)!=null?f:"",(y=(m=t.toolCall)==null?void 0:m.status)!=null?y:"",(S=(x=t.toolCall)==null?void 0:x.name)!=null?S:"",(T=(k=(M=t.toolCall)==null?void 0:M.chunks)==null?void 0:k.length)!=null?T:0,(E=(w=(C=(h=t.toolCall)==null?void 0:h.chunks)==null?void 0:C[t.toolCall.chunks.length-1])==null?void 0:w.slice(-32))!=null?E:"",typeof((W=t.toolCall)==null?void 0:W.args)=="string"?t.toolCall.args.length:(P=t.toolCall)!=null&&P.args?JSON.stringify(t.toolCall.args).length:0,(j=(N=(R=t.reasoning)==null?void 0:R.chunks)==null?void 0:N.length)!=null?j:0,(Te=(nt=(ve=(oe=t.reasoning)==null?void 0:oe.chunks)==null?void 0:ve[t.reasoning.chunks.length-1])==null?void 0:nt.length)!=null?Te:0,(He=(Xe=(Se=($e=t.reasoning)==null?void 0:$e.chunks)==null?void 0:Se[t.reasoning.chunks.length-1])==null?void 0:Xe.slice(-32))!=null?He:"",(be=(V=t.contentParts)==null?void 0:V.length)!=null?be:0,(G=t.stopReason)!=null?G:"",e].join("\0")}function dx(){return new Map}function cx(t,e,r){let n=t.get(e);return n&&n.fingerprint===r?n.wrapper:null}function px(t,e,r,n){t.set(e,{fingerprint:r,wrapper:n})}function ux(t,e){for(let r of t.keys())e.has(r)||t.delete(r)}function Sl(t=!0){let e=t;return{isFollowing:()=>e,pause:()=>e?(e=!1,!0):!1,resume:()=>e?!1:(e=!0,!0)}}function Us(t){return Math.max(0,t.scrollHeight-t.clientHeight)}function qs(t,e){return Us(t)-t.scrollTop<=e}function Tl(t){let{following:e,currentScrollTop:r,lastScrollTop:n,nearBottom:o,userScrollThreshold:s,isAutoScrolling:a=!1,pauseOnUpwardScroll:i=!1,pauseWhenAwayFromBottom:d=!0,resumeRequiresDownwardScroll:l=!1}=t,p=r-n;return a||Math.abs(p)<s?{action:"none",delta:p,nextLastScrollTop:r}:!e&&o&&(!l||p>0)?{action:"resume",delta:p,nextLastScrollTop:r}:e&&i&&p<0?{action:"pause",delta:p,nextLastScrollTop:r}:e&&d&&!o?{action:"pause",delta:p,nextLastScrollTop:r}:{action:"none",delta:p,nextLastScrollTop:r}}function Ml(t){let{following:e,deltaY:r,nearBottom:n=!1,resumeWhenNearBottom:o=!1}=t;return e&&r<0?"pause":!e&&o&&r>0&&n?"resume":"none"}var Gr={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"},Kr=1e5,Oo=Kr+1;var zs={type:"none",placeholder:"none",speed:120,duration:1800,buffer:"none"},Ow=["pre","code","a","script","style"],kl=t=>{var e,r,n,o,s;return{type:(e=t==null?void 0:t.type)!=null?e:zs.type,placeholder:(r=t==null?void 0:t.placeholder)!=null?r:zs.placeholder,speed:(n=t==null?void 0:t.speed)!=null?n:zs.speed,duration:(o=t==null?void 0:t.duration)!=null?o:zs.duration,buffer:(s=t==null?void 0:t.buffer)!=null?s:zs.buffer}},mx=[{name:"typewriter",containerClass:"persona-stream-typewriter",wrap:"char",useCaret:!0},{name:"pop-bubble",bubbleClass:"persona-stream-pop",wrap:"none"},{name:"letter-rise",containerClass:"persona-stream-letter-rise",wrap:"char"},{name:"word-fade",containerClass:"persona-stream-word-fade",wrap:"word"}],Vs=new Map;for(let t of mx)Vs.set(t.name,t);var ga=t=>{Vs.set(t.name,t)},$p=t=>{mx.some(e=>e.name===t)||Vs.delete(t)},Up=()=>Array.from(Vs.keys()),js=(t,e)=>{var r,n;return t==="none"?null:e&&Object.prototype.hasOwnProperty.call(e,t)?(r=e[t])!=null?r:null:(n=Vs.get(t))!=null?n:null},El=(t,e,r,n,o)=>{if(!o)return t;if(r!=null&&r.bufferContent)return r.bufferContent(t,n);if(!t)return t;if(e==="word"){let s=t.search(/\s(?=\S*$)/);return s<0?"":t.slice(0,s)}if(e==="line"){let s=t.lastIndexOf(`
|
|
65
|
+
`);return s<0?"":t.slice(0,s)}return t},Nw=(t,e,r,n)=>{let o=t.createElement("span");return o.className="persona-stream-char",o.id=`stream-c-${r}-${n}`,o.style.setProperty("--char-index",String(n)),o.textContent=e,o},_w=(t,e,r,n)=>{let o=t.createElement("span");return o.className="persona-stream-word",o.id=`stream-w-${r}-${n}`,o.style.setProperty("--word-index",String(n)),o.textContent=e,o},_p=/\s/,Fw=(t,e)=>{let r=t.parentNode;for(;r;){if(r.nodeType===1){let n=r;if(e.has(n.tagName.toLowerCase()))return!0}r=r.parentNode}return!1},$w=(t,e,r)=>{var d;let n=t.ownerDocument,o=t.parentNode;if(!n||!o)return;let s=(d=t.nodeValue)!=null?d:"";if(!s)return;let a=n.createDocumentFragment(),i=0;for(;i<s.length;)if(_p.test(s[i])){let l=i;for(;l<s.length&&_p.test(s[l]);)l+=1;a.appendChild(n.createTextNode(s.slice(i,l))),i=l}else{let l=n.createElement("span");l.className="persona-stream-word-group";let p=i;for(;p<s.length&&!_p.test(s[p]);)l.appendChild(Nw(n,s[p],e,r.value)),r.value+=1,p+=1;a.appendChild(l),i=p}o.replaceChild(a,t)},Uw=(t,e,r)=>{var d;let n=t.ownerDocument,o=t.parentNode;if(!n||!o)return;let s=(d=t.nodeValue)!=null?d:"";if(!s)return;let a=n.createDocumentFragment(),i=s.split(/(\s+)/);for(let l of i)l&&(/^\s+$/.test(l)?a.appendChild(n.createTextNode(l)):(a.appendChild(_w(n,l,e,r.value)),r.value+=1));o.replaceChild(a,t)},Gs=(t,e,r,n)=>{var u,f;if(!t||typeof document=="undefined")return t;let o=document.createElement("div");o.innerHTML=t;let s=new Set(((u=n==null?void 0:n.skipTags)!=null?u:Ow).map(m=>m.toLowerCase())),a=document.createTreeWalker(o,NodeFilter.SHOW_TEXT,null),i=[],d=a.nextNode();for(;d;)Fw(d,s)||i.push(d),d=a.nextNode();let l={value:(f=n==null?void 0:n.startIndex)!=null?f:0},p=e==="char"?$w:Uw;for(let m of i)p(m,r,l);return o.innerHTML},Ll=(t=document)=>{let e=t.createElement("span");return e.className="persona-stream-caret",e.setAttribute("aria-hidden","true"),e.setAttribute("data-preserve-animation","stream-caret"),e},Ks=(t=document)=>{let e=t.createElement("div");e.className="persona-stream-skeleton",e.setAttribute("data-preserve-animation","stream-skeleton"),e.setAttribute("aria-hidden","true");let r=t.createElement("div");return r.className="persona-stream-skeleton-line",e.appendChild(r),e},fx=new WeakMap,qw=(t,e)=>{var s;if(!t.styles)return;let r=fx.get(e);if(r||(r=new Set,fx.set(e,r)),r.has(t.name)){let a=t.name.replace(/["\\]/g,"\\$&");if(e.querySelector(`style[data-persona-animation="${a}"]`))return;r.delete(t.name)}r.add(t.name);let o=(e instanceof ShadowRoot?e.ownerDocument:(s=e.ownerDocument)!=null?s:document).createElement("style");o.setAttribute("data-persona-animation",t.name),o.textContent=t.styles,e.appendChild(o)},Fp=new WeakMap,zw=(t,e)=>{if(!t.onAttach)return;let r=Fp.get(e);if(r||(r=new Map,Fp.set(e,r)),r.has(t.name))return;let n=t.onAttach(e);r.set(t.name,n)},gx=t=>{let e=Fp.get(t);if(e){for(let r of e.values())typeof r=="function"&&r();e.clear()}},qp=(t,e)=>{qw(t,e),zw(t,e)};function zp(t,e=Kr){let r=t.style.position,n=t.style.zIndex,o=t.style.isolation,s=getComputedStyle(t),a=s.position==="static"||s.position==="";return a&&(t.style.position="relative"),t.style.zIndex=String(e),t.style.isolation="isolate",()=>{a&&(t.style.position=r),t.style.zIndex=n,t.style.isolation=o}}var Xs=0,No=null;function Vp(t=document){var r;if(Xs++,Xs===1){let n=t.body,s=((r=t.defaultView)!=null?r:window).scrollY||t.documentElement.scrollTop;No={originalOverflow:n.style.overflow,originalPosition:n.style.position,originalTop:n.style.top,originalWidth:n.style.width,scrollY:s},n.style.overflow="hidden",n.style.position="fixed",n.style.top=`-${s}px`,n.style.width="100%"}let e=!1;return()=>{var n;if(!e&&(e=!0,Xs=Math.max(0,Xs-1),Xs===0&&No)){let o=t.body,s=(n=t.defaultView)!=null?n:window;o.style.overflow=No.originalOverflow,o.style.position=No.originalPosition,o.style.top=No.originalTop,o.style.width=No.originalWidth,s.scrollTo(0,No.scrollY),No=null}}}var Pl={side:"right",width:"420px",animate:!0,reveal:"resize"},kr=t=>{var e,r;return((r=(e=t==null?void 0:t.launcher)==null?void 0:e.mountMode)!=null?r:"floating")==="docked"},_o=t=>{var e,r;return((r=(e=t==null?void 0:t.launcher)==null?void 0:e.mountMode)!=null?r:"floating")==="composer-bar"},Wn=t=>{var r,n,o,s,a;let e=(r=t==null?void 0:t.launcher)==null?void 0:r.dock;return{side:(n=e==null?void 0:e.side)!=null?n:Pl.side,width:(o=e==null?void 0:e.width)!=null?o:Pl.width,animate:(s=e==null?void 0:e.animate)!=null?s:Pl.animate,reveal:(a=e==null?void 0:e.reveal)!=null?a:Pl.reveal}};var Gn={"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 Js=(t,e)=>{let r=v("button");r.type="button",r.innerHTML=`
|
|
66
66
|
<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>
|
|
67
67
|
<img data-role="launcher-image" class="persona-rounded-full persona-object-cover" alt="" style="display:none" />
|
|
68
68
|
<span class="persona-flex persona-min-w-0 persona-flex-1 persona-flex-col persona-items-start persona-text-left">
|
|
@@ -70,14 +70,14 @@ _Details: ${r.message}_`:n}var Hs=t=>({isError:!0,content:[{type:"text",text:t}]
|
|
|
70
70
|
<span class="persona-block persona-w-full persona-truncate persona-text-xs persona-text-persona-muted" data-role="launcher-subtitle"></span>
|
|
71
71
|
</span>
|
|
72
72
|
<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>
|
|
73
|
-
`,r.addEventListener("click",e);let n=s=>{var M,h,w,y,E,B,P,R,O,V,ne,be,Ye,Ge;let a=(M=s.launcher)!=null?M:{},i=Ar(s),d=r.querySelector("[data-role='launcher-title']");if(d){let ve=(h=a.title)!=null?h:"Chat Assistant";d.textContent=ve,d.setAttribute("title",ve)}let l=r.querySelector("[data-role='launcher-subtitle']");if(l){let ve=(w=a.subtitle)!=null?w:"Get answers fast";l.textContent=ve,l.setAttribute("title",ve)}let p=r.querySelector(".persona-flex-col");p&&(a.textHidden||i?p.style.display="none":p.style.display="");let m=r.querySelector("[data-role='launcher-icon']");if(m)if(a.agentIconHidden)m.style.display="none";else{let ve=(y=a.agentIconSize)!=null?y:"40px";if(m.style.height=ve,m.style.width=ve,m.innerHTML="",a.agentIconName){let Ee=parseFloat(ve)||24,Ke=Ie(a.agentIconName,Ee*.6,"var(--persona-text-inverse, #ffffff)",2);Ke?(m.appendChild(Ke),m.style.display=""):(m.textContent=(E=a.agentIconText)!=null?E:"\u{1F4AC}",m.style.display="")}else a.iconUrl?m.style.display="none":(m.textContent=(B=a.agentIconText)!=null?B:"\u{1F4AC}",m.style.display="")}let u=r.querySelector("[data-role='launcher-image']");if(u){let ve=(P=a.agentIconSize)!=null?P:"40px";u.style.height=ve,u.style.width=ve,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(u.src=a.iconUrl,u.style.display="block"):u.style.display="none"}let f=r.querySelector("[data-role='launcher-call-to-action-icon']");if(f){let ve=(R=a.callToActionIconSize)!=null?R:"32px";f.style.height=ve,f.style.width=ve,a.callToActionIconBackgroundColor?(f.style.backgroundColor=a.callToActionIconBackgroundColor,f.classList.remove("persona-bg-persona-primary")):(f.style.backgroundColor="",f.classList.add("persona-bg-persona-primary")),a.callToActionIconColor?(f.style.color=a.callToActionIconColor,f.classList.remove("persona-text-persona-call-to-action")):(f.style.color="",f.classList.add("persona-text-persona-call-to-action"));let Ee=0;if(a.callToActionIconPadding?(f.style.boxSizing="border-box",f.style.padding=a.callToActionIconPadding,Ee=(parseFloat(a.callToActionIconPadding)||0)*2):(f.style.boxSizing="",f.style.padding=""),a.callToActionIconHidden)f.style.display="none";else if(f.style.display=i?"none":"",f.innerHTML="",a.callToActionIconName){let Ke=parseFloat(ve)||24,Ne=Math.max(Ke-Ee,8),X=Ie(a.callToActionIconName,Ne,"currentColor",2);X?f.appendChild(X):f.textContent=(O=a.callToActionIconText)!=null?O:"\u2197"}else f.textContent=(V=a.callToActionIconText)!=null?V:"\u2197"}let x=a.position&&$n[a.position]?$n[a.position]:$n["bottom-right"],C="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",S="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";r.className=i?S:`${C} ${x}`,i||(r.style.zIndex=String((ne=a.zIndex)!=null?ne:qr));let k="1px solid var(--persona-border, #e5e7eb)",T="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";r.style.border=(be=a.border)!=null?be:k,r.style.boxShadow=(Ye=a.shadow)!=null?Ye:T,i?(r.style.width="0",r.style.minWidth="0",r.style.maxWidth="0",r.style.padding="0",r.style.overflow="hidden",r.style.border="none",r.style.boxShadow="none"):(r.style.width="",r.style.minWidth="",r.style.maxWidth=(Ge=a.collapsedMaxWidth)!=null?Ge:"",r.style.justifyContent="",r.style.padding="",r.style.overflow="")},o=()=>{r.removeEventListener("click",e),r.remove()};return t&&n(t),{element:r,update:n,destroy:o}};var Dw="persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",Pl=(t,e={})=>{var C,S,k,T,M,h;let{showClose:r=!0,wrapperClassName:n=Dw,buttonSize:o,iconSize:s="28px"}=e,a=(C=t==null?void 0:t.launcher)!=null?C:{},i=(S=o!=null?o:a.closeButtonSize)!=null?S:"32px",d=v("div",n),l=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");l.style.height=i,l.style.width=i,l.type="button";let p=(k=a.closeButtonTooltipText)!=null?k:"Close chat",m=(T=a.closeButtonShowTooltip)!=null?T:!0;l.setAttribute("aria-label",p),l.style.display=r?"":"none";let u=(M=a.closeButtonIconName)!=null?M:"x",f=(h=a.closeButtonIconText)!=null?h:"\xD7";l.style.color=a.closeButtonColor||en.actionIconColor;let x=Ie(u,s,"currentColor",1);if(x?(x.style.display="block",l.appendChild(x)):l.textContent=f,a.closeButtonBackgroundColor?(l.style.backgroundColor=a.closeButtonBackgroundColor,l.classList.remove("hover:persona-bg-gray-100")):(l.style.backgroundColor="",l.classList.add("hover:persona-bg-gray-100")),a.closeButtonBorderWidth||a.closeButtonBorderColor){let w=a.closeButtonBorderWidth||"0px",y=a.closeButtonBorderColor||"transparent";l.style.border=`${w} solid ${y}`,l.classList.remove("persona-border-none")}else l.style.border="",l.classList.add("persona-border-none");if(a.closeButtonBorderRadius?(l.style.borderRadius=a.closeButtonBorderRadius,l.classList.remove("persona-rounded-full")):(l.style.borderRadius="",l.classList.add("persona-rounded-full")),a.closeButtonPaddingX?(l.style.paddingLeft=a.closeButtonPaddingX,l.style.paddingRight=a.closeButtonPaddingX):(l.style.paddingLeft="",l.style.paddingRight=""),a.closeButtonPaddingY?(l.style.paddingTop=a.closeButtonPaddingY,l.style.paddingBottom=a.closeButtonPaddingY):(l.style.paddingTop="",l.style.paddingBottom=""),d.appendChild(l),m&&p){let w=null,y=()=>{if(w)return;let B=l.ownerDocument,P=B.body;if(!P)return;w=Qn(B,"div","persona-clear-chat-tooltip"),w.textContent=p;let R=Qn(B,"div");R.className="persona-clear-chat-tooltip-arrow",w.appendChild(R);let O=l.getBoundingClientRect();w.style.position="fixed",w.style.zIndex=String(Wo),w.style.left=`${O.left+O.width/2}px`,w.style.top=`${O.top-8}px`,w.style.transform="translate(-50%, -100%)",P.appendChild(w)},E=()=>{w&&w.parentNode&&(w.parentNode.removeChild(w),w=null)};d.addEventListener("mouseenter",y),d.addEventListener("mouseleave",E),l.addEventListener("focus",y),l.addEventListener("blur",E),d._cleanupTooltip=()=>{E(),d.removeEventListener("mouseenter",y),d.removeEventListener("mouseleave",E),l.removeEventListener("focus",y),l.removeEventListener("blur",E)}}return{button:l,wrapper:d}},Ow="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Il=(t,e={})=>{var w,y,E,B,P,R,O,V,ne,be,Ye,Ge,ve;let{wrapperClassName:r=Ow,buttonSize:n,iconSize:o="20px"}=e,a=(y=((w=t==null?void 0:t.launcher)!=null?w:{}).clearChat)!=null?y:{},i=(E=n!=null?n:a.size)!=null?E:"32px",d=(B=a.iconName)!=null?B:"refresh-cw",l=(P=a.iconColor)!=null?P:"",p=(R=a.backgroundColor)!=null?R:"",m=(O=a.borderWidth)!=null?O:"",u=(V=a.borderColor)!=null?V:"",f=(ne=a.borderRadius)!=null?ne:"",x=(be=a.paddingX)!=null?be:"",C=(Ye=a.paddingY)!=null?Ye:"",S=(Ge=a.tooltipText)!=null?Ge:"Clear chat",k=(ve=a.showTooltip)!=null?ve:!0,T=v("div",r),M=v("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=i,M.style.width=i,M.type="button",M.setAttribute("aria-label",S),M.style.color=l||en.actionIconColor;let h=Ie(d,o,"currentColor",1);if(h&&(h.style.display="block",M.appendChild(h)),p&&(M.style.backgroundColor=p,M.classList.remove("hover:persona-bg-gray-100")),m||u){let Ee=m||"0px",Ke=u||"transparent";M.style.border=`${Ee} solid ${Ke}`,M.classList.remove("persona-border-none")}if(f&&(M.style.borderRadius=f,M.classList.remove("persona-rounded-full")),x&&(M.style.paddingLeft=x,M.style.paddingRight=x),C&&(M.style.paddingTop=C,M.style.paddingBottom=C),T.appendChild(M),k&&S){let Ee=null,Ke=()=>{if(Ee)return;let X=M.ownerDocument,Ue=X.body;if(!Ue)return;Ee=Qn(X,"div","persona-clear-chat-tooltip"),Ee.textContent=S;let K=Qn(X,"div");K.className="persona-clear-chat-tooltip-arrow",Ee.appendChild(K);let Te=M.getBoundingClientRect();Ee.style.position="fixed",Ee.style.zIndex=String(Wo),Ee.style.left=`${Te.left+Te.width/2}px`,Ee.style.top=`${Te.top-8}px`,Ee.style.transform="translate(-50%, -100%)",Ue.appendChild(Ee)},Ne=()=>{Ee&&Ee.parentNode&&(Ee.parentNode.removeChild(Ee),Ee=null)};T.addEventListener("mouseenter",Ke),T.addEventListener("mouseleave",Ne),M.addEventListener("focus",Ke),M.addEventListener("blur",Ne),T._cleanupTooltip=()=>{Ne(),T.removeEventListener("mouseenter",Ke),T.removeEventListener("mouseleave",Ne),M.removeEventListener("focus",Ke),M.removeEventListener("blur",Ne)}}return{button:M,wrapper:T}};var en={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))"},go=t=>{var w,y,E,B,P,R,O,V,ne,be,Ye,Ge,ve,Ee,Ke,Ne;let{config:e,showClose:r=!0}=t,n=v("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 o=(w=e==null?void 0:e.launcher)!=null?w:{},s=(y=o.headerIconSize)!=null?y:"48px",a=(E=o.closeButtonPlacement)!=null?E:"inline",i=(B=o.headerIconHidden)!=null?B:!1,d=o.headerIconName,l=v("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(l.style.height=s,l.style.width=s,l.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",l.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!i)if(d){let X=parseFloat(s)||24,Ue=Ie(d,X*.6,"currentColor",1);Ue?l.replaceChildren(Ue):l.textContent=(R=(P=e==null?void 0:e.launcher)==null?void 0:P.agentIconText)!=null?R:"\u{1F4AC}"}else if((O=e==null?void 0:e.launcher)!=null&&O.iconUrl){let X=v("img");X.src=e.launcher.iconUrl,X.alt="",X.className="persona-rounded-xl persona-object-cover",X.style.height=s,X.style.width=s,l.replaceChildren(X)}else l.textContent=(ne=(V=e==null?void 0:e.launcher)==null?void 0:V.agentIconText)!=null?ne:"\u{1F4AC}";let p=v("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),m=v("span","persona-text-base persona-font-semibold");m.style.color=en.titleColor,m.textContent=(Ye=(be=e==null?void 0:e.launcher)==null?void 0:be.title)!=null?Ye:"Chat Assistant";let u=v("span","persona-text-xs");u.style.color=en.subtitleColor,u.textContent=(ve=(Ge=e==null?void 0:e.launcher)==null?void 0:Ge.subtitle)!=null?ve:"Here to help you get answers fast",p.append(m,u),i?n.append(p):n.append(l,p);let f=(Ee=o.clearChat)!=null?Ee:{},x=(Ke=f.enabled)!=null?Ke:!0,C=(Ne=f.placement)!=null?Ne:"inline",S=null,k=null;if(x){let Ue=Il(e,{wrapperClassName:C==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"});S=Ue.button,k=Ue.wrapper,C==="top-right"&&(k.style.right="48px"),C==="inline"&&n.appendChild(k)}let T=a==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":x&&C==="inline"?"persona-relative persona-inline-flex persona-items-center persona-justify-center":"persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",{button:M,wrapper:h}=Pl(e,{showClose:r,wrapperClassName:T});return a!=="top-right"&&n.appendChild(h),{header:n,iconHolder:l,headerTitle:m,headerSubtitle:u,closeButton:M,closeButtonWrapper:h,clearChatButton:S,clearChatButtonWrapper:k}},ua=(t,e,r)=>{var a,i,d,l;let n=(a=r==null?void 0:r.launcher)!=null?a:{},o=(i=n.closeButtonPlacement)!=null?i:"inline",s=(l=(d=n.clearChat)==null?void 0:d.placement)!=null?l:"inline";t.appendChild(e.header),o==="top-right"&&(t.style.position="relative",t.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&s==="top-right"&&(t.style.position="relative",t.appendChild(e.clearChatButtonWrapper))};function Do(t){let{items:e,onSelect:r,anchor:n,position:o="bottom-left",portal:s}=t,a=v("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),s?(a.style.position="fixed",a.style.zIndex=String(Wo)):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",o==="bottom-right"?a.style.right="0":a.style.left="0");for(let f of e){if(f.dividerBefore){let S=document.createElement("hr");a.appendChild(S)}let x=document.createElement("button");if(x.type="button",x.setAttribute("role","menuitem"),x.setAttribute("data-dropdown-item-id",f.id),f.destructive&&x.setAttribute("data-destructive",""),f.icon){let S=Ie(f.icon,16,"currentColor",1.5);S&&x.appendChild(S)}let C=document.createElement("span");C.textContent=f.label,x.appendChild(C),x.addEventListener("click",S=>{S.stopPropagation(),p(),r(f.id)}),a.appendChild(x)}let i=null;function d(){if(!s)return;let f=n.getBoundingClientRect();a.style.top=`${f.bottom+4}px`,o==="bottom-right"?(a.style.right=`${window.innerWidth-f.right}px`,a.style.left="auto"):(a.style.left=`${f.left}px`,a.style.right="auto")}function l(){d(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let f=x=>{!a.contains(x.target)&&!n.contains(x.target)&&p()};document.addEventListener("click",f,!0),i=()=>document.removeEventListener("click",f,!0)})}function p(){a.classList.add("persona-hidden"),i==null||i(),i=null}function m(){a.classList.contains("persona-hidden")?l():p()}function u(){p(),a.remove()}return s&&s.appendChild(a),{element:a,show:l,hide:p,toggle:m,destroy:u}}function Er(t){let{icon:e,label:r,size:n,strokeWidth:o,className:s,onClick:a,aria:i}=t,d=v("button","persona-icon-btn"+(s?" "+s:""));d.type="button",d.setAttribute("aria-label",r),d.title=r;let l=Ie(e,n!=null?n:16,"currentColor",o!=null?o:2);if(l&&d.appendChild(l),a&&d.addEventListener("click",a),i)for(let[p,m]of Object.entries(i))d.setAttribute(p,m);return d}function Gs(t){let{icon:e,label:r,variant:n="default",size:o="sm",iconSize:s,className:a,onClick:i,aria:d}=t,l="persona-label-btn";n!=="default"&&(l+=" persona-label-btn--"+n),l+=" persona-label-btn--"+o,a&&(l+=" "+a);let p=v("button",l);if(p.type="button",p.setAttribute("aria-label",r),e){let u=Ie(e,s!=null?s:14,"currentColor",2);u&&p.appendChild(u)}let m=v("span");if(m.textContent=r,p.appendChild(m),i&&p.addEventListener("click",i),d)for(let[u,f]of Object.entries(d))p.setAttribute(u,f);return p}function px(t){let{items:e,selectedId:r,onSelect:n,className:o}=t,s=v("div","persona-toggle-group"+(o?" "+o:""));s.setAttribute("role","group");let a=r,i=[];function d(){for(let p of i)p.btn.setAttribute("aria-pressed",p.id===a?"true":"false")}for(let p of e){let m;p.icon?m=Er({icon:p.icon,label:p.label,onClick:()=>{a=p.id,d(),n(p.id)}}):(m=v("button","persona-icon-btn"),m.type="button",m.setAttribute("aria-label",p.label),m.title=p.label,m.textContent=p.label,m.addEventListener("click",()=>{a=p.id,d(),n(p.id)})),m.setAttribute("aria-pressed",p.id===a?"true":"false"),i.push({id:p.id,btn:m}),s.appendChild(m)}function l(p){a=p,d()}return{element:s,setSelected:l}}function Rl(t){var f,x;let{label:e,icon:r="chevron-down",menuItems:n,onSelect:o,position:s="bottom-left",portal:a,className:i,hover:d}=t,l=v("div","persona-combo-btn"+(i?" "+i:""));l.style.position="relative",l.style.display="inline-flex",l.style.alignItems="center",l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0"),l.setAttribute("aria-haspopup","true"),l.setAttribute("aria-expanded","false"),l.setAttribute("aria-label",e);let p=v("span","persona-combo-btn-label");p.textContent=e,l.appendChild(p);let m=Ie(r,14,"currentColor",2);m&&(m.style.marginLeft="4px",m.style.opacity="0.6",l.appendChild(m)),d&&(l.style.borderRadius=(f=d.borderRadius)!=null?f:"10px",l.style.padding=(x=d.padding)!=null?x:"6px 4px 6px 12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.addEventListener("mouseenter",()=>{var C,S;l.style.backgroundColor=(C=d.background)!=null?C:"",l.style.borderColor=(S=d.border)!=null?S:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}));let u=Do({items:n,onSelect:C=>{l.setAttribute("aria-expanded","false"),o(C)},anchor:l,position:s,portal:a});return a||l.appendChild(u.element),l.addEventListener("click",C=>{C.stopPropagation();let S=!u.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",S?"false":"true"),u.toggle()}),l.addEventListener("keydown",C=>{(C.key==="Enter"||C.key===" ")&&(C.preventDefault(),l.click())}),{element:l,setLabel:C=>{p.textContent=C,l.setAttribute("aria-label",C)},open:()=>{l.setAttribute("aria-expanded","true"),u.show()},close:()=>{l.setAttribute("aria-expanded","false"),u.hide()},toggle:()=>{let C=!u.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",C?"false":"true"),u.toggle()},destroy:()=>{u.destroy(),l.remove()}}}var Up=t=>{var n;let e=go({config:t.config,showClose:t.showClose,onClose:t.onClose,onClearChat:t.onClearChat}),r=(n=t.layoutHeaderConfig)==null?void 0:n.onTitleClick;if(r){let o=e.headerTitle.parentElement;o&&(o.style.cursor="pointer",o.setAttribute("role","button"),o.setAttribute("tabindex","0"),o.addEventListener("click",()=>r()),o.addEventListener("keydown",s=>{(s.key==="Enter"||s.key===" ")&&(s.preventDefault(),r())}))}return e};function Nw(t,e,r){var n,o,s;if(e!=null&&e.length)for(let a of e){let i=v("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",(o=(n=a.ariaLabel)!=null?n:a.label)!=null?o:a.id),a.icon){let d=Ie(a.icon,14,"currentColor",2);d&&i.appendChild(d)}else a.label&&(i.textContent=a.label);if((s=a.menuItems)!=null&&s.length){let d=v("div","persona-relative");d.appendChild(i);let l=Do({items:a.menuItems,onSelect:p=>r==null?void 0:r(p),anchor:d,position:"bottom-left"});d.appendChild(l.element),i.addEventListener("click",p=>{p.stopPropagation(),l.toggle()}),t.appendChild(d)}else i.addEventListener("click",()=>r==null?void 0:r(a.id)),t.appendChild(i)}}var qp=t=>{var T,M,h,w,y,E,B,P,R;let{config:e,showClose:r=!0,onClose:n,layoutHeaderConfig:o,onHeaderAction:s}=t,a=(T=e==null?void 0:e.launcher)!=null?T:{},i=v("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=o==null?void 0:o.titleMenu,l,p;if(d)l=Rl({label:(M=a.title)!=null?M:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,l.style.color=en.titleColor,p=(h=l.querySelector(".persona-combo-btn-label"))!=null?h:l;else{if(l=v("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),p=v("span","persona-text-base persona-font-semibold persona-truncate"),p.style.color=en.titleColor,p.textContent=(w=a.title)!=null?w:"Chat Assistant",l.appendChild(p),Nw(l,o==null?void 0:o.trailingActions,(y=o==null?void 0:o.onAction)!=null?y:s),o!=null&&o.onTitleClick){l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0");let V=o.onTitleClick;l.addEventListener("click",ne=>{ne.target.closest("button")||V()}),l.addEventListener("keydown",ne=>{(ne.key==="Enter"||ne.key===" ")&&(ne.preventDefault(),V())})}let O=o==null?void 0:o.titleRowHover;O&&(l.style.borderRadius=(E=O.borderRadius)!=null?E:"10px",l.style.padding=(B=O.padding)!=null?B:"6px 4px 6px 12px",l.style.margin="-6px 0 -6px -12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.style.width="fit-content",l.style.flex="none",l.addEventListener("mouseenter",()=>{var V,ne;l.style.backgroundColor=(V=O.background)!=null?V:"",l.style.borderColor=(ne=O.border)!=null?ne:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}))}i.appendChild(l);let m=(P=a.closeButtonSize)!=null?P:"32px",u=v("div",""),f=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");f.style.height=m,f.style.width=m,f.type="button",f.setAttribute("aria-label","Close chat"),f.style.display=r?"":"none",f.style.color=a.closeButtonColor||en.actionIconColor;let x=(R=a.closeButtonIconName)!=null?R:"x",C=Ie(x,"28px","currentColor",1);C?f.appendChild(C):f.textContent="\xD7",n&&f.addEventListener("click",n),u.appendChild(f),i.appendChild(u);let S=v("div");S.style.display="none";let k=v("span");return k.style.display="none",{header:i,iconHolder:S,headerTitle:p,headerSubtitle:k,closeButton:f,closeButtonWrapper:u,clearChatButton:null,clearChatButtonWrapper:null}},Wl={default:Up,minimal:qp},zp=t=>{var e;return(e=Wl[t])!=null?e:Wl.default},Na=(t,e,r)=>{var a,i,d;if(e!=null&&e.render){let l=e.render({config:t,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,trailingActions:e.trailingActions,onAction:e.onAction}),p=v("div");p.style.display="none";let m=v("span"),u=v("span"),f=v("button");f.style.display="none";let x=v("div");return x.style.display="none",{header:l,iconHolder:p,headerTitle:m,headerSubtitle:u,closeButton:f,closeButtonWrapper:x,clearChatButton:null,clearChatButtonWrapper:null}}let n=(a=e==null?void 0:e.layout)!=null?a:"default",s=zp(n)({config:t,showClose:(d=(i=e==null?void 0:e.showCloseButton)!=null?i:r==null?void 0:r.showClose)!=null?d:!0,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,layoutHeaderConfig:e,onHeaderAction:e==null?void 0:e.onAction});return e&&(e.showIcon===!1&&(s.iconHolder.style.display="none"),e.showTitle===!1&&(s.headerTitle.style.display="none"),e.showSubtitle===!1&&(s.headerSubtitle.style.display="none"),e.showCloseButton===!1&&(s.closeButton.style.display="none"),e.showClearChat===!1&&s.clearChatButtonWrapper&&(s.clearChatButtonWrapper.style.display="none")),s};var Bl=t=>{var a,i;let e=v("textarea");e.setAttribute("data-persona-composer-input",""),e.placeholder=(i=(a=t==null?void 0:t.copy)==null?void 0:a.inputPlaceholder)!=null?i:"Type your message\u2026",e.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",e.rows=1,e.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',e.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let r=3,n=20;e.style.maxHeight=`${r*n}px`,e.style.overflowY="auto";let o=()=>{let d=parseFloat(e.style.maxHeight);return Number.isFinite(d)&&d>0?d:r*n},s=()=>{e.addEventListener("input",()=>{e.style.height="auto";let d=Math.min(e.scrollHeight,o());e.style.height=`${d}px`})};return e.style.border="none",e.style.outline="none",e.style.borderWidth="0",e.style.borderStyle="none",e.style.borderColor="transparent",e.addEventListener("focus",()=>{e.style.border="none",e.style.outline="none",e.style.borderWidth="0",e.style.borderStyle="none",e.style.borderColor="transparent",e.style.boxShadow="none"}),e.addEventListener("blur",()=>{e.style.border="none",e.style.outline="none"}),{textarea:e,attachAutoResize:s}},Hl=t=>{var w,y,E,B,P,R,O,V,ne,be,Ye,Ge;let e=(w=t==null?void 0:t.sendButton)!=null?w:{},r=(y=e.useIcon)!=null?y:!1,n=(E=e.iconText)!=null?E:"\u2191",o=e.iconName,s=(B=e.stopIconName)!=null?B:"square",a=(P=e.tooltipText)!=null?P:"Send message",i=(R=e.stopTooltipText)!=null?R:"Stop generating",d=(V=(O=t==null?void 0:t.copy)==null?void 0:O.sendButtonLabel)!=null?V:"Send",l=(be=(ne=t==null?void 0:t.copy)==null?void 0:ne.stopButtonLabel)!=null?be:"Stop",p=(Ye=e.showTooltip)!=null?Ye:!1,m=(Ge=e.size)!=null?Ge:"40px",u=e.backgroundColor,f=e.textColor,x=v("div","persona-send-button-wrapper"),C=v("button",r?"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");C.type="submit",C.setAttribute("data-persona-composer-submit","");let S=null,k=null;if(r){C.style.width=m,C.style.height=m,C.style.minWidth=m,C.style.minHeight=m,C.style.fontSize="18px",C.style.lineHeight="1",C.innerHTML="",f?C.style.color=f:C.style.color="var(--persona-button-primary-fg, #ffffff)";let ve=parseFloat(m)||24,Ee=(f==null?void 0:f.trim())||"currentColor";o?(S=Ie(o,ve,Ee,2),S?C.appendChild(S):C.textContent=n):C.textContent=n,k=Ie(s,ve,Ee,2),u?C.style.backgroundColor=u:C.classList.add("persona-bg-persona-primary")}else C.textContent=d,f?C.style.color=f:C.classList.add("persona-text-white");e.borderWidth&&(C.style.borderWidth=e.borderWidth,C.style.borderStyle="solid"),e.borderColor&&(C.style.borderColor=e.borderColor),e.paddingX?(C.style.paddingLeft=e.paddingX,C.style.paddingRight=e.paddingX):(C.style.paddingLeft="",C.style.paddingRight=""),e.paddingY?(C.style.paddingTop=e.paddingY,C.style.paddingBottom=e.paddingY):(C.style.paddingTop="",C.style.paddingBottom="");let T=null;p&&a&&(T=v("div","persona-send-button-tooltip"),T.textContent=a,x.appendChild(T)),C.setAttribute("aria-label",a),x.appendChild(C);let M="send";return{button:C,wrapper:x,setMode:ve=>{if(ve===M)return;M=ve;let Ee=ve==="stop"?i:a;if(C.setAttribute("aria-label",Ee),T&&(T.textContent=Ee),r){if(S&&k){let Ke=ve==="stop"?k:S;C.replaceChildren(Ke)}}else C.textContent=ve==="stop"?l:d}}},Dl=t=>{var T,M,h,w,y,E,B,P,R,O,V,ne;let e=(T=t==null?void 0:t.voiceRecognition)!=null?T:{};if(!(e.enabled===!0))return null;let n=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),o=((M=e.provider)==null?void 0:M.type)==="runtype";if(!(n||o))return null;let a=(w=(h=t==null?void 0:t.sendButton)==null?void 0:h.size)!=null?w:"40px",i=v("div","persona-send-button-wrapper"),d=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");d.type="button",d.setAttribute("data-persona-composer-mic",""),d.setAttribute("aria-label","Start voice recognition");let l=(y=e.iconName)!=null?y:"mic",p=(E=e.iconSize)!=null?E:a,m=parseFloat(p)||24,u=(P=e.backgroundColor)!=null?P:(B=t==null?void 0:t.sendButton)==null?void 0:B.backgroundColor,f=(O=e.iconColor)!=null?O:(R=t==null?void 0:t.sendButton)==null?void 0:R.textColor;d.style.width=p,d.style.height=p,d.style.minWidth=p,d.style.minHeight=p,d.style.fontSize="18px",d.style.lineHeight="1",f?d.style.color=f:d.style.color="var(--persona-text, #111827)";let C=Ie(l,m,f||"currentColor",1.5);C?d.appendChild(C):d.textContent="\u{1F3A4}",u&&(d.style.backgroundColor=u),e.borderWidth&&(d.style.borderWidth=e.borderWidth,d.style.borderStyle="solid"),e.borderColor&&(d.style.borderColor=e.borderColor),e.paddingX&&(d.style.paddingLeft=e.paddingX,d.style.paddingRight=e.paddingX),e.paddingY&&(d.style.paddingTop=e.paddingY,d.style.paddingBottom=e.paddingY),i.appendChild(d);let S=(V=e.tooltipText)!=null?V:"Start voice recognition";if(((ne=e.showTooltip)!=null?ne:!1)&&S){let be=v("div","persona-send-button-tooltip");be.textContent=S,i.appendChild(be)}return{button:d,wrapper:i}},Ol=t=>{var x,C,S,k,T,M,h,w;let e=(x=t==null?void 0:t.attachments)!=null?x:{};if(e.enabled!==!0)return null;let r=(S=(C=t==null?void 0:t.sendButton)==null?void 0:C.size)!=null?S:"40px",n=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2");n.style.display="none";let o=v("input");o.type="file",o.accept=((k=e.allowedTypes)!=null?k:mo).join(","),o.multiple=((T=e.maxFiles)!=null?T:4)>1,o.style.display="none",o.setAttribute("aria-label","Attach files");let s=v("div","persona-send-button-wrapper"),a=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button");a.type="button",a.setAttribute("aria-label",(M=e.buttonTooltipText)!=null?M:"Attach file");let i=(h=e.buttonIconName)!=null?h:"paperclip",d=r,l=parseFloat(d)||40,p=Math.round(l*.6);a.style.width=d,a.style.height=d,a.style.minWidth=d,a.style.minHeight=d,a.style.fontSize="18px",a.style.lineHeight="1",a.style.backgroundColor="transparent",a.style.color="var(--persona-primary, #111827)",a.style.border="none",a.style.borderRadius="6px",a.style.transition="background-color 0.15s ease",a.addEventListener("mouseenter",()=>{a.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),a.addEventListener("mouseleave",()=>{a.style.backgroundColor="transparent"});let m=Ie(i,p,"currentColor",1.5);m?a.appendChild(m):a.textContent="\u{1F4CE}",a.addEventListener("click",y=>{y.preventDefault(),o.click()}),s.appendChild(a);let u=(w=e.buttonTooltipText)!=null?w:"Attach file",f=v("div","persona-send-button-tooltip");return f.textContent=u,s.appendChild(f),{button:a,wrapper:s,input:o,previewsContainer:n}},Nl=t=>{var a,i,d;let e=(a=t==null?void 0:t.statusIndicator)!=null?a:{},r=e.align==="left"?"persona-text-left":e.align==="center"?"persona-text-center":"persona-text-right",n=v("div",`persona-mt-2 ${r} persona-text-xs persona-text-persona-muted`);n.setAttribute("data-persona-composer-status","");let o=(i=e.visible)!=null?i:!0;n.style.display=o?"":"none";let s=(d=e.idleText)!=null?d:"Online";if(e.idleLink){let l=v("a");l.href=e.idleLink,l.target="_blank",l.rel="noopener noreferrer",l.textContent=s,l.style.color="inherit",l.style.textDecoration="none",n.appendChild(l)}else n.textContent=s;return n},_l=()=>v("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2");var _a=t=>{var x,C,S,k,T,M;let{config:e}=t,r=v("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");r.setAttribute("data-persona-theme-zone","composer");let n=_l(),o=v("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");o.setAttribute("data-persona-composer-form",""),o.style.outline="none";let{textarea:s,attachAutoResize:a}=Bl(e);a();let i=Hl(e),d=Dl(e),l=Ol(e),p=Nl(e);l&&(l.previewsContainer.style.gap="8px",o.append(l.previewsContainer,l.input)),o.append(s);let m=v("div","persona-widget-composer__actions persona-flex persona-items-center persona-justify-between persona-w-full"),u=v("div","persona-widget-composer__left-actions persona-flex persona-items-center persona-gap-2"),f=v("div","persona-widget-composer__right-actions persona-flex persona-items-center persona-gap-1");return l&&u.append(l.wrapper),d&&f.append(d.wrapper),f.append(i.wrapper),m.append(u,f),o.append(m),o.addEventListener("click",h=>{h.target!==i.button&&h.target!==i.wrapper&&h.target!==(d==null?void 0:d.button)&&h.target!==(d==null?void 0:d.wrapper)&&h.target!==(l==null?void 0:l.button)&&h.target!==(l==null?void 0:l.wrapper)&&s.focus()}),r.append(n,o,p),{footer:r,suggestions:n,composerForm:o,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(x=d==null?void 0:d.button)!=null?x:null,micButtonWrapper:(C=d==null?void 0:d.wrapper)!=null?C:null,statusText:p,attachmentButton:(S=l==null?void 0:l.button)!=null?S:null,attachmentButtonWrapper:(k=l==null?void 0:l.wrapper)!=null?k:null,attachmentInput:(T=l==null?void 0:l.input)!=null?T:null,attachmentPreviewsContainer:(M=l==null?void 0:l.previewsContainer)!=null?M:null,actionsRow:m,leftActions:u,rightActions:f,setSendButtonMode:i.setMode}};var ux=()=>{let t=v("button","persona-pill-peek");t.type="button",t.setAttribute("data-persona-pill-peek",""),t.setAttribute("aria-label","Show conversation"),t.setAttribute("tabindex","-1");let e=v("span","persona-pill-peek__icon"),r=Ie("message-square",16,"currentColor",1.5);r&&e.appendChild(r);let n=v("span","persona-pill-peek__text"),o=v("span","persona-pill-peek__caret"),s=Ie("chevron-up",16,"currentColor",1.5);return s&&o.appendChild(s),t.append(e,n,o),{root:t,textNode:n}},fx=t=>{var x,C,S,k,T,M;let{config:e}=t,r=v("div","persona-widget-footer persona-widget-footer--pill");r.setAttribute("data-persona-theme-zone","composer");let n=_l();n.style.display="none";let o=Nl(e);o.style.display="none";let{textarea:s,attachAutoResize:a}=Bl(e);s.style.maxHeight="100px",a();let i=Hl(e),d=Dl(e),l=Ol(e);l&&l.previewsContainer.classList.add("persona-pill-composer__previews");let p=v("form","persona-widget-composer persona-pill-composer");p.setAttribute("data-persona-composer-form",""),p.style.outline="none";let m=v("div","persona-widget-composer__left-actions persona-pill-composer__left");l&&m.append(l.wrapper);let u=v("div","persona-widget-composer__right-actions persona-pill-composer__right");d&&u.append(d.wrapper),u.append(i.wrapper),p.addEventListener("click",h=>{h.target!==i.button&&h.target!==i.wrapper&&h.target!==(d==null?void 0:d.button)&&h.target!==(d==null?void 0:d.wrapper)&&h.target!==(l==null?void 0:l.button)&&h.target!==(l==null?void 0:l.wrapper)&&s.focus()}),l&&p.append(l.input),p.append(m,s,u),l&&r.append(l.previewsContainer),r.append(p,n,o);let f=p;return{footer:r,suggestions:n,composerForm:p,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(x=d==null?void 0:d.button)!=null?x:null,micButtonWrapper:(C=d==null?void 0:d.wrapper)!=null?C:null,statusText:o,attachmentButton:(S=l==null?void 0:l.button)!=null?S:null,attachmentButtonWrapper:(k=l==null?void 0:l.wrapper)!=null?k:null,attachmentInput:(T=l==null?void 0:l.input)!=null?T:null,attachmentPreviewsContainer:(M=l==null?void 0:l.previewsContainer)!=null?M:null,actionsRow:f,leftActions:m,rightActions:u,setSendButtonMode:i.setMode}};var mx=t=>{var p,m,u,f,x,C,S,k,T,M,h,w,y,E,B,P,R;let e=(m=(p=t==null?void 0:t.launcher)==null?void 0:p.enabled)!=null?m:!0,r=Ar(t);if(Ho(t)){let O=(f=(u=t==null?void 0:t.launcher)==null?void 0:u.composerBar)!=null?f:{},V=v("div","persona-widget-wrapper persona-fixed persona-transition");V.setAttribute("data-persona-composer-bar",""),V.dataset.state="collapsed",V.dataset.expandedSize=(x=O.expandedSize)!=null?x:"anchored",V.style.zIndex=String((S=(C=t==null?void 0:t.launcher)==null?void 0:C.zIndex)!=null?S:qr);let ne=v("div","persona-widget-panel persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");ne.style.width="100%",V.appendChild(ne);let be=v("div","persona-widget-pill-root");return be.setAttribute("data-persona-composer-bar",""),be.dataset.state="collapsed",be.dataset.expandedSize=(k=O.expandedSize)!=null?k:"anchored",be.style.zIndex=String((M=(T=t==null?void 0:t.launcher)==null?void 0:T.zIndex)!=null?M:qr),{wrapper:V,panel:ne,pillRoot:be}}if(r){let O=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),V=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return O.appendChild(V),{wrapper:O,panel:V}}if(!e){let O=v("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),V=v("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),ne=(w=(h=t==null?void 0:t.launcher)==null?void 0:h.width)!=null?w:"100%";return O.style.width=ne,V.style.width="100%",O.appendChild(V),{wrapper:O,panel:V}}let o=(y=t==null?void 0:t.launcher)!=null?y:{},s=o.position&&$n[o.position]?$n[o.position]:$n["bottom-right"],a=v("div",`persona-widget-wrapper persona-fixed ${s} persona-transition`);a.style.zIndex=String((B=(E=t==null?void 0:t.launcher)==null?void 0:E.zIndex)!=null?B:qr);let i=v("div","persona-widget-panel persona-relative persona-min-h-[320px]"),d=(R=(P=t==null?void 0:t.launcher)==null?void 0:P.width)!=null?R:t==null?void 0:t.launcherWidth,l=d!=null?d:yn;return i.style.width=l,i.style.maxWidth=l,a.appendChild(i),{wrapper:a,panel:i}},_w=(t,e)=>{var h,w,y,E,B,P,R,O,V;let r=v("div","persona-widget-container persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary");r.setAttribute("data-persona-theme-zone","container");let{button:n,wrapper:o}=Pl(t,{showClose:e,wrapperClassName:"persona-composer-bar-close",buttonSize:"16px",iconSize:"14px"});o.style.position="absolute",o.style.top="8px",o.style.right="8px",o.style.zIndex="10";let s=(y=(w=(h=t==null?void 0:t.launcher)==null?void 0:h.clearChat)==null?void 0:w.enabled)!=null?y:!0,a=null,i=null;if(s){let ne=Il(t,{wrapperClassName:"persona-composer-bar-clear-chat",buttonSize:"16px",iconSize:"14px"});a=ne.button,i=ne.wrapper,i.style.position="absolute",i.style.top="8px",i.style.right="32px",i.style.zIndex="10"}let d=v("span","persona-widget-header");d.setAttribute("data-persona-theme-zone","header"),d.style.display="none";let l=v("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");l.style.paddingTop="48px",l.id="persona-scroll-container",l.setAttribute("data-persona-theme-zone","messages");let p=v("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");p.style.boxShadow="var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",p.setAttribute("data-persona-intro-card","");let m=v("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");m.textContent=(B=(E=t==null?void 0:t.copy)==null?void 0:E.welcomeTitle)!=null?B:"Hello \u{1F44B}";let u=v("p","persona-mt-2 persona-text-sm persona-text-persona-muted");u.textContent=(R=(P=t==null?void 0:t.copy)==null?void 0:P.welcomeSubtitle)!=null?R:"Ask anything about your account or products.",p.append(m,u);let f=v("div","persona-flex persona-flex-col persona-gap-3"),x=(O=t==null?void 0:t.layout)==null?void 0:O.contentMaxWidth;x&&(f.style.maxWidth=x,f.style.marginLeft="auto",f.style.marginRight="auto",f.style.width="100%"),((V=t==null?void 0:t.copy)==null?void 0:V.showWelcomeCard)!==!1||(p.style.display="none",l.classList.remove("persona-gap-6"),l.classList.add("persona-gap-3")),l.append(p,f);let S=v("div","persona-composer-overlay persona-pointer-events-none");S.setAttribute("data-persona-composer-overlay",""),S.style.position="absolute",S.style.left="0",S.style.right="0",S.style.bottom="0",S.style.zIndex="20";let k=fx({config:t}),{root:T,textNode:M}=ux();return r.append(d,o,l,S),i&&r.appendChild(i),{container:r,body:l,messagesWrapper:f,composerOverlay:S,suggestions:k.suggestions,textarea:k.textarea,sendButton:k.sendButton,sendButtonWrapper:k.sendButtonWrapper,micButton:k.micButton,micButtonWrapper:k.micButtonWrapper,composerForm:k.composerForm,statusText:k.statusText,introTitle:m,introSubtitle:u,closeButton:n,closeButtonWrapper:o,clearChatButton:a,clearChatButtonWrapper:i,iconHolder:v("span"),headerTitle:v("span"),headerSubtitle:v("span"),header:d,footer:k.footer,attachmentButton:k.attachmentButton,attachmentButtonWrapper:k.attachmentButtonWrapper,attachmentInput:k.attachmentInput,attachmentPreviewsContainer:k.attachmentPreviewsContainer,actionsRow:k.actionsRow,leftActions:k.leftActions,rightActions:k.rightActions,setSendButtonMode:k.setSendButtonMode,peekBanner:T,peekTextNode:M}},gx=(t,e=!0)=>{var S,k,T,M,h,w,y,E,B;if(Ho(t))return _w(t,e);let r=v("div","persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary persona-bg-persona-surface persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");r.setAttribute("data-persona-theme-zone","container");let n=(S=t==null?void 0:t.layout)==null?void 0:S.header,o=((k=t==null?void 0:t.layout)==null?void 0:k.showHeader)!==!1,s=n?Na(t,n,{showClose:e}):go({config:t,showClose:e}),a=v("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=v("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");i.style.boxShadow=Ar(t)?"none":"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))";let d=v("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");d.textContent=(M=(T=t==null?void 0:t.copy)==null?void 0:T.welcomeTitle)!=null?M:"Hello \u{1F44B}";let l=v("p","persona-mt-2 persona-text-sm persona-text-persona-muted");l.textContent=(w=(h=t==null?void 0:t.copy)==null?void 0:h.welcomeSubtitle)!=null?w:"Ask anything about your account or products.",i.append(d,l);let p=v("div","persona-flex persona-flex-col persona-gap-3"),m=(y=t==null?void 0:t.layout)==null?void 0:y.contentMaxWidth;m&&(p.style.maxWidth=m,p.style.marginLeft="auto",p.style.marginRight="auto",p.style.width="100%"),i.setAttribute("data-persona-intro-card",""),((E=t==null?void 0:t.copy)==null?void 0:E.showWelcomeCard)!==!1||(i.style.display="none",a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3")),a.append(i,p);let f=_a({config:t}),x=((B=t==null?void 0:t.layout)==null?void 0:B.showFooter)!==!1;o?ua(r,s,t):(s.header.style.display="none",ua(r,s,t)),r.append(a);let C=v("div","persona-composer-overlay persona-pointer-events-none");return C.setAttribute("data-persona-composer-overlay",""),C.style.position="absolute",C.style.left="0",C.style.right="0",C.style.bottom="0",C.style.zIndex="20",x||(f.footer.style.display="none"),r.append(f.footer),r.append(C),{container:r,body:a,messagesWrapper:p,composerOverlay:C,suggestions:f.suggestions,textarea:f.textarea,sendButton:f.sendButton,sendButtonWrapper:f.sendButtonWrapper,micButton:f.micButton,micButtonWrapper:f.micButtonWrapper,composerForm:f.composerForm,statusText:f.statusText,introTitle:d,introSubtitle:l,closeButton:s.closeButton,closeButtonWrapper:s.closeButtonWrapper,clearChatButton:s.clearChatButton,clearChatButtonWrapper:s.clearChatButtonWrapper,iconHolder:s.iconHolder,headerTitle:s.headerTitle,headerSubtitle:s.headerSubtitle,header:s.header,footer:f.footer,attachmentButton:f.attachmentButton,attachmentButtonWrapper:f.attachmentButtonWrapper,attachmentInput:f.attachmentInput,attachmentPreviewsContainer:f.attachmentPreviewsContainer,actionsRow:f.actionsRow,leftActions:f.leftActions,rightActions:f.rightActions,setSendButtonMode:f.setSendButtonMode}};var Fw=t=>{switch(t){case"max_tool_calls":return"Stopped after calling a tool. Send a follow-up to continue.";case"length":return"Response cut off as max tokens reached. Ask for more to continue.";case"content_filter":return"The provider filtered this response.";case"error":return"Something went wrong generating this response.";default:return null}},$w=(t,e)=>{if(!t)return null;let r=Fw(t);if(r===null)return null;let n=e==null?void 0:e[t],o=n!==void 0?n:r;return o||null},Uw=(t,e)=>{let r=v("div","persona-message-stop-reason persona-text-xs persona-mt-2 persona-italic");return r.setAttribute("data-stop-reason",t),r.setAttribute("role","note"),r.style.opacity="0.75",r.textContent=e,r},qw=t=>{let e=t.toLowerCase();return e.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(t)||e.startsWith("data:image/")||!t.includes(":"))},Vp=t=>{let e=t.toLowerCase();return e.startsWith("javascript:")||e.startsWith("data:text/html")||e.startsWith("data:text/javascript")||e.startsWith("data:text/xml")||e.startsWith("data:application/xhtml")||e.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(t)||e.startsWith("data:")||!t.includes(":"))},jp=320,xx=320,zw=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="image"&&typeof e.image=="string"&&e.image.trim().length>0),Vw=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="audio"&&typeof e.audio=="string"&&e.audio.trim().length>0),jw=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="video"&&typeof e.video=="string"&&e.video.trim().length>0),Gw=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="file"&&typeof e.data=="string"&&e.data.trim().length>0),Kw=(t,e,r)=>{if(t.length===0)return null;try{let n=v("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","images"),e&&(n.style.marginBottom="8px");let o=0,s=!1,a=()=>{s||(s=!0,n.remove(),r==null||r())};return t.forEach((i,d)=>{var m;let l=v("img");l.alt=((m=i.alt)==null?void 0:m.trim())||`Attached image ${d+1}`,l.loading="lazy",l.decoding="async",l.referrerPolicy="no-referrer",l.style.display="block",l.style.width="100%",l.style.maxWidth=`${jp}px`,l.style.maxHeight=`${xx}px`,l.style.height="auto",l.style.objectFit="contain",l.style.borderRadius="10px",l.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",l.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let p=!1;o+=1,l.addEventListener("error",()=>{p||(p=!0,o=Math.max(0,o-1),l.remove(),o===0&&a())}),l.addEventListener("load",()=>{p=!0}),qw(i.image)?(l.src=i.image,n.appendChild(l)):(p=!0,o=Math.max(0,o-1),l.remove())}),o===0?(a(),null):n}catch{return r==null||r(),null}},Xw=t=>{if(t.length===0)return null;try{let e=v("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","audio");let r=0;return t.forEach(n=>{if(!Vp(n.audio))return;let o=v("audio");o.controls=!0,o.preload="metadata",o.src=n.audio,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${jp}px`,e.appendChild(o),r+=1}),r===0?(e.remove(),null):e}catch{return null}},Jw=t=>{if(t.length===0)return null;try{let e=v("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","video");let r=0;return t.forEach(n=>{if(!Vp(n.video))return;let o=v("video");o.controls=!0,o.preload="metadata",o.src=n.video,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${jp}px`,o.style.maxHeight=`${xx}px`,o.style.borderRadius="10px",o.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",e.appendChild(o),r+=1}),r===0?(e.remove(),null):e}catch{return null}},Qw=t=>{if(t.length===0)return null;try{let e=v("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","files");let r=0;return t.forEach(n=>{if(!Vp(n.data))return;let o=v("a");o.href=n.data,o.download=n.filename,o.target="_blank",o.rel="noopener noreferrer",o.textContent=n.filename,o.className="persona-message-file-attachment",o.style.display="inline-flex",o.style.alignItems="center",o.style.gap="6px",o.style.padding="6px 10px",o.style.borderRadius="8px",o.style.fontSize="0.875rem",o.style.textDecoration="underline",o.style.backgroundColor="var(--persona-attachment-file-bg, var(--persona-container, #f3f4f6))",o.style.border="1px solid var(--persona-attachment-file-border, var(--persona-border, #e5e7eb))",o.style.color="inherit",e.appendChild(o),r+=1}),r===0?(e.remove(),null):e}catch{return null}},fa=()=>{let t=document.createElement("div");t.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let e=document.createElement("div");e.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",e.style.backgroundColor="currentColor",e.style.opacity="0.4",e.style.animationDelay="0ms";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="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 o=document.createElement("span");return o.className="persona-sr-only",o.textContent="Loading",t.appendChild(e),t.appendChild(r),t.appendChild(n),t.appendChild(o),t},Gp=(t,e,r)=>{let n={config:r!=null?r:{},streaming:!0,location:t,defaultRenderer:fa};if(e){let o=e(n);if(o!==null)return o}return fa()},Yw=(t,e)=>{let r=v("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=e==="user"?t.userAvatar:t.assistantAvatar;if(n)if(n.startsWith("http")||n.startsWith("/")||n.startsWith("data:")){let o=v("img");o.src=n,o.alt=e==="user"?"User":"Assistant",o.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",r.appendChild(o)}else r.textContent=n,r.classList.add(e==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else r.textContent=e==="user"?"U":"A",r.classList.add(e==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return r},hx=(t,e)=>{let r=v("div","persona-text-xs persona-text-persona-muted"),n=new Date(t.createdAt);return e.format?r.textContent=e.format(n):r.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),r},Zw=(t,e="bubble")=>{let r=["persona-message-bubble","persona-max-w-[85%]"];switch(e){case"flat":t==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):r.push("persona-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":r.push("persona-text-sm","persona-leading-relaxed"),t==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):r.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:r.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),t==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):r.push("persona-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 r},Kp=(t,e,r)=>{var f,x,C,S,k,T;let n=(f=e.showCopy)!=null?f:!0,o=(x=e.showUpvote)!=null?x:!0,s=(C=e.showDownvote)!=null?C:!0;if(!n&&!o&&!s){let M=v("div");return M.style.display="none",M.id=`actions-${t.id}`,M.setAttribute("data-actions-for",t.id),M}let a=(S=e.visibility)!=null?S:"hover",i=(k=e.align)!=null?k:"right",d=(T=e.layout)!=null?T:"pill-inside",l={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],m=v("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${l} ${p} ${a==="hover"?"persona-message-actions-hover":""}`);m.id=`actions-${t.id}`,m.setAttribute("data-actions-for",t.id);let u=(M,h,w)=>{let y=Er({icon:M,label:h,size:14,className:"persona-message-action-btn"});return y.setAttribute("data-action",w),y};return n&&m.appendChild(u("copy","Copy message","copy")),o&&m.appendChild(u("thumbs-up","Upvote","upvote")),s&&m.appendChild(u("thumbs-down","Downvote","downvote")),m},Fa=(t,e,r,n,o,s)=>{var X,Ue,K,Te,oe,xe,Me,Xe,ce,te,le,ut,Ce,he,rt,_e,me;let a=r!=null?r:{},i=(X=a.layout)!=null?X:"bubble",d=a.avatar,l=a.timestamp,p=(Ue=d==null?void 0:d.show)!=null?Ue:!1,m=(K=l==null?void 0:l.show)!=null?K:!1,u=(Te=d==null?void 0:d.position)!=null?Te:"left",f=(oe=l==null?void 0:l.position)!=null?oe:"below",x=Zw(t.role,i),C=v("div",x.join(" "));C.id=`bubble-${t.id}`,C.setAttribute("data-message-id",t.id),C.setAttribute("data-persona-theme-zone",t.role==="user"?"user-message":"assistant-message"),t.role==="user"?(C.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",C.style.color="var(--persona-message-user-text, white)"):t.role==="assistant"&&(C.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",C.style.color="var(--persona-message-assistant-text, var(--persona-text))");let S=zw(t),k=(Me=(xe=t.content)==null?void 0:xe.trim())!=null?Me:"",M=S.length>0&&k===el,h=Ml((ce=(Xe=s==null?void 0:s.widgetConfig)==null?void 0:Xe.features)==null?void 0:ce.streamAnimation),w=(ut=(le=(te=s==null?void 0:s.widgetConfig)==null?void 0:te.features)==null?void 0:le.streamAnimation)==null?void 0:ut.plugins,y=t.role==="assistant"&&h.type!=="none"?Us(h.type,w):null,E=t.role==="assistant"&&((Ce=y==null?void 0:y.isAnimating)==null?void 0:Ce.call(y,t))===!0,B=t.role==="assistant"&&y!==null&&(!!t.streaming||E);B&&(y!=null&&y.bubbleClass)&&C.classList.add(y.bubbleClass);let P=document.createElement("div");P.classList.add("persona-message-content"),B&&y&&(y.containerClass&&P.classList.add(y.containerClass),P.style.setProperty("--persona-stream-step",`${h.speed}ms`),P.style.setProperty("--persona-stream-duration",`${h.duration}ms`));let R=B?kl((he=t.content)!=null?he:"",h.buffer,y,t,!!t.streaming):(rt=t.content)!=null?rt:"",O=e({text:R,message:t,streaming:!!t.streaming,raw:t.rawContent}),V=O;B&&(y==null?void 0:y.wrap)==="char"?V=qs(O,"char",t.id,{skipTags:y.skipTags}):B&&(y==null?void 0:y.wrap)==="word"&&(V=qs(O,"word",t.id,{skipTags:y.skipTags}));let ne=null;if(M?(ne=document.createElement("div"),ne.innerHTML=V,ne.style.display="none",P.appendChild(ne)):P.innerHTML=V,B&&(y!=null&&y.useCaret)&&!M&&k){let J=El(),ze=P.querySelectorAll(".persona-stream-char, .persona-stream-word"),Z=ze[ze.length-1];if(Z!=null&&Z.parentNode)Z.parentNode.insertBefore(J,Z.nextSibling);else{let ge=P.lastElementChild;ge?ge.appendChild(J):P.appendChild(J)}}if(m&&f==="inline"&&t.createdAt){let J=hx(t,l);J.classList.add("persona-ml-2","persona-inline"),P.appendChild(J)}if(S.length>0){let J=Kw(S,!M&&!!k,()=>{M&&ne&&(ne.style.display="")});J?C.appendChild(J):M&&ne&&(ne.style.display="")}let be=Vw(t);if(be.length>0){let J=Xw(be);J&&C.appendChild(J)}let Ye=jw(t);if(Ye.length>0){let J=Jw(Ye);J&&C.appendChild(J)}let Ge=Gw(t);if(Ge.length>0){let J=Qw(Ge);J&&C.appendChild(J)}if(C.appendChild(P),m&&f==="below"&&t.createdAt){let J=hx(t,l);J.classList.add("persona-mt-1"),C.appendChild(J)}let ve=t.role==="assistant"?$w(t.stopReason,(me=(_e=s==null?void 0:s.widgetConfig)==null?void 0:_e.copy)==null?void 0:me.stopReasonNotice):null;if(t.streaming&&t.role==="assistant"){let J=!!(R&&R.trim()),ze=h.placeholder==="skeleton",Z=ze&&h.buffer==="line"&&J;if(J)Z&&C.appendChild(zs());else if(ze)C.appendChild(zs());else{let ge=Gp("inline",s==null?void 0:s.loadingIndicatorRenderer,s==null?void 0:s.widgetConfig);ge&&C.appendChild(ge)}}if(ve&&t.stopReason&&!t.streaming&&(k||(P.style.display="none"),C.appendChild(Uw(t.stopReason,ve))),t.role==="assistant"&&!t.streaming&&t.content&&t.content.trim()&&(n==null?void 0:n.enabled)!==!1&&n){let J=Kp(t,n,o);C.appendChild(J)}if(!p||t.role==="system")return C;let Ke=v("div",`persona-flex persona-gap-2 ${t.role==="user"?"persona-flex-row-reverse":""}`),Ne=Yw(d,t.role);return u==="right"||u==="left"&&t.role==="user"?Ke.append(C,Ne):Ke.append(Ne,C),C.classList.remove("persona-max-w-[85%]"),C.classList.add("persona-max-w-[calc(85%-2.5rem)]"),Ke},yx=(t,e,r,n,o,s)=>{let a=r!=null?r:{};return t.role==="user"&&a.renderUserMessage?a.renderUserMessage({message:t,config:{},streaming:!!t.streaming}):t.role==="assistant"&&a.renderAssistantMessage?a.renderAssistantMessage({message:t,config:{},streaming:!!t.streaming}):Fa(t,e,r,n,o,s)};var $a=new Set,ev=(t,e)=>e==null?!1:typeof e=="string"?(t.textContent=e,!0):(t.appendChild(e),!0),tv=(t,e)=>{var n,o;let r=(o=(n=t.reasoning)==null?void 0:n.chunks.join("").trim())!=null?o:"";return r?r.split(/\r?\n/).map(s=>s.trim()).filter(Boolean).slice(0,e).join(`
|
|
74
|
-
`):""},
|
|
75
|
-
`);let o=
|
|
76
|
-
`):""},ov=(t,e)=>{var p,m,u,f,x;let r=t.toolCall,n=(p=e==null?void 0:e.features)==null?void 0:p.toolCallDisplay,o=(m=n==null?void 0:n.collapsedMode)!=null?m:"tool-call",s=nv(t,(u=n==null?void 0:n.previewMaxLines)!=null?u:3),a=r?Wh(r):"";if(!r)return{summary:a,previewText:s,isActive:!1};let i=r.status!=="complete",d=(f=e==null?void 0:e.toolCall)!=null?f:{},l=a;return o==="tool-name"?l=((x=r.name)==null?void 0:x.trim())||a:o==="tool-preview"&&s&&(l=s),i&&d.activeTextTemplate?l=Wd(r,d.activeTextTemplate,l):!i&&d.completeTextTemplate&&(l=Wd(r,d.completeTextTemplate,l)),{summary:l,previewText:s,isActive:i}},wx=(t,e,r)=>{var p;let n=Ua.has(t),o=(p=r==null?void 0:r.toolCall)!=null?p:{},s=e.querySelector('button[data-expand-header="true"]'),a=e.querySelector(".persona-border-t"),i=e.querySelector('[data-persona-collapsed-preview="tool"]');if(!s||!a)return;s.setAttribute("aria-expanded",n?"true":"false");let d=s.querySelector(".persona-ml-auto"),l=d==null?void 0:d.querySelector(":scope > .persona-flex.persona-items-center");if(l){l.innerHTML="";let m=o.toggleTextColor||o.headerTextColor||"currentColor",u=Ie(n?"chevron-up":"chevron-down",16,m,2);u?l.appendChild(u):l.textContent=n?"Hide":"Show"}a.style.display=n?"":"none",i&&(i.style.display=n?"none":i.textContent||i.childNodes.length?"":"none")},Jp=(t,e)=>{var V,ne,be,Ye,Ge,ve,Ee,Ke,Ne;let r=t.toolCall,n=(V=e==null?void 0:e.toolCall)!=null?V:{},o=v("div",["persona-message-bubble","persona-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(o.id=`bubble-${t.id}`,o.setAttribute("data-message-id",t.id),n.backgroundColor&&(o.style.backgroundColor=n.backgroundColor),n.borderColor&&(o.style.borderColor=n.borderColor),n.borderWidth&&(o.style.borderWidth=n.borderWidth),n.borderRadius&&(o.style.borderRadius=n.borderRadius),!r)return o;let s=(be=(ne=e==null?void 0:e.features)==null?void 0:ne.toolCallDisplay)!=null?be:{},a=s.expandable!==!1,i=a&&Ua.has(t.id),{summary:d,previewText:l,isActive:p}=ov(t,e),m=v("button",a?"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":"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-default persona-border-none");m.type="button",a&&(m.setAttribute("aria-expanded",i?"true":"false"),m.setAttribute("data-expand-header","true")),m.setAttribute("data-bubble-type","tool"),n.headerBackgroundColor&&(m.style.backgroundColor=n.headerBackgroundColor),n.headerPaddingX&&(m.style.paddingLeft=n.headerPaddingX,m.style.paddingRight=n.headerPaddingX),n.headerPaddingY&&(m.style.paddingTop=n.headerPaddingY,m.style.paddingBottom=n.headerPaddingY);let u=v("div","persona-flex persona-flex-col persona-text-left"),f=v("span","persona-text-xs persona-text-persona-primary");n.headerTextColor&&(f.style.color=n.headerTextColor);let x=String((Ye=r.startedAt)!=null?Ye:Date.now()),C=()=>{let X=v("span","");return X.setAttribute("data-tool-elapsed",x),X.textContent=Is(r),X},S=(ve=n.renderCollapsedSummary)==null?void 0:ve.call(n,{message:t,toolCall:r,defaultSummary:d,previewText:l,collapsedMode:(Ge=s.collapsedMode)!=null?Ge:"tool-call",isActive:p,config:e!=null?e:{},elapsed:Is(r),createElapsedElement:C});typeof S=="string"&&S.trim()?(f.textContent=S,u.appendChild(f)):S instanceof HTMLElement?u.appendChild(S):(f.textContent=d,u.appendChild(f));let k=(Ee=s.loadingAnimation)!=null?Ee:"none",T=n.activeTextTemplate,M=n.completeTextTemplate,h=p?T:M,w=S instanceof HTMLElement,y=(X,Ue,K)=>{let Te=K;for(let oe of Ue){let xe=v("span","persona-tool-char");xe.style.setProperty("--char-index",String(Te)),xe.textContent=oe===" "?"\xA0":oe,X.appendChild(xe),Te++}return Te},E=(X,Ue)=>{var xe;f.textContent="";let K=((xe=r.name)==null?void 0:xe.trim())||"tool",Te=Gi(X,K),oe=0;for(let Me of Te){let Xe=Me.styles.length>0?(()=>{let ce=v("span",Me.styles.map(te=>`persona-tool-text-${te}`).join(" "));return f.appendChild(ce),ce})():f;if(Me.isDuration&&p)Xe.appendChild(C());else{let ce=Me.isDuration?Is(r):Me.text;Ue?oe=y(Xe,ce,oe):Xe.appendChild(document.createTextNode(ce))}}};if(!w)if(p&&k!=="none"){let X=(Ke=n.loadingAnimationDuration)!=null?Ke:2e3;if(f.setAttribute("data-preserve-animation","true"),k==="pulse")f.classList.add("persona-tool-loading-pulse"),f.style.setProperty("--persona-tool-anim-duration",`${X}ms`),h&&E(h,!1);else if(f.classList.add(`persona-tool-loading-${k}`),f.style.setProperty("--persona-tool-anim-duration",`${X}ms`),k==="shimmer-color"&&(n.loadingAnimationColor&&f.style.setProperty("--persona-tool-anim-color",n.loadingAnimationColor),n.loadingAnimationSecondaryColor&&f.style.setProperty("--persona-tool-anim-secondary-color",n.loadingAnimationSecondaryColor)),h)E(h,!0);else{let Ue=f.textContent||d;f.textContent="",y(f,Ue,0)}}else h&&E(h,!1);let B=null;if(a){B=v("div","persona-flex persona-items-center");let X=n.toggleTextColor||n.headerTextColor||"currentColor",Ue=Ie(i?"chevron-up":"chevron-down",16,X,2);Ue?B.appendChild(Ue):B.textContent=i?"Hide":"Show";let K=v("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");K.append(B),m.append(u,K)}else m.append(u);let P=v("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(P.setAttribute("data-persona-collapsed-preview","tool"),P.style.display="none",P.style.whiteSpace="pre-wrap",!i&&p&&s.activePreview&&l){let X=(Ne=n.renderCollapsedPreview)==null?void 0:Ne.call(n,{message:t,toolCall:r,defaultPreview:l,isActive:p,config:e!=null?e:{}});rv(P,X)||(P.textContent=l),P.style.display=""}if(!i&&p&&s.activeMinHeight&&(o.style.minHeight=s.activeMinHeight),!a)return o.append(m,P),o;let R=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(R.style.display=i?"":"none",n.contentBackgroundColor&&(R.style.backgroundColor=n.contentBackgroundColor),n.contentTextColor&&(R.style.color=n.contentTextColor),n.contentPaddingX&&(R.style.paddingLeft=n.contentPaddingX,R.style.paddingRight=n.contentPaddingX),n.contentPaddingY&&(R.style.paddingTop=n.contentPaddingY,R.style.paddingBottom=n.contentPaddingY),r.name){let X=v("div","persona-text-xs persona-text-persona-muted persona-italic");n.contentTextColor?X.style.color=n.contentTextColor:n.headerTextColor&&(X.style.color=n.headerTextColor),X.textContent=r.name,R.appendChild(X)}if(r.args!==void 0){let X=v("div","persona-space-y-1"),Ue=v("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(Ue.style.color=n.labelTextColor),Ue.textContent="Arguments";let K=v("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");K.style.fontSize="0.75rem",K.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(K.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(K.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(K.style.color=n.codeBlockTextColor),K.textContent=Ra(r.args),X.append(Ue,K),R.appendChild(X)}if(r.chunks&&r.chunks.length){let X=v("div","persona-space-y-1"),Ue=v("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(Ue.style.color=n.labelTextColor),Ue.textContent="Activity";let K=v("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");K.style.fontSize="0.75rem",K.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(K.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(K.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(K.style.color=n.codeBlockTextColor),K.textContent=r.chunks.join(""),X.append(Ue,K),R.appendChild(X)}if(r.status==="complete"&&r.result!==void 0){let X=v("div","persona-space-y-1"),Ue=v("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(Ue.style.color=n.labelTextColor),Ue.textContent="Result";let K=v("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");K.style.fontSize="0.75rem",K.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(K.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(K.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(K.style.color=n.codeBlockTextColor),K.textContent=Ra(r.result),X.append(Ue,K),R.appendChild(X)}if(r.status==="complete"&&typeof r.duration=="number"){let X=v("div","persona-text-xs persona-text-persona-muted");n.contentTextColor&&(X.style.color=n.contentTextColor),X.textContent=`Duration: ${r.duration}ms`,R.appendChild(X)}return(()=>{if(m.setAttribute("aria-expanded",i?"true":"false"),B){B.innerHTML="";let X=n.toggleTextColor||n.headerTextColor||"currentColor",Ue=Ie(i?"chevron-up":"chevron-down",16,X,2);Ue?B.appendChild(Ue):B.textContent=i?"Hide":"Show"}R.style.display=i?"":"none",P.style.display=i?"none":P.textContent||P.childNodes.length?"":"none"})(),o.append(m,P,R),o};var Oo=ad(qi(),1);var Yp="ask_user_question",Qp=8,qa="data-persona-ask-sheet-for",av="Other",sv="Other\u2026",Cx="Type your own answer here",Ax="Send",iv="Next",lv="Back",dv="Submit all",cv="Skip",pv=3,Zp="data-ask-current-index",eu="data-ask-question-count",Sx="data-ask-answers",tu="data-ask-grouped",Tx="data-ask-layout",uv=t=>t.layout==="pills"?"pills":"rows",fv=t=>t.getAttribute(Tx)==="pills"?"pills":"rows",vx=!1,Mx=t=>t.replace(/["\\]/g,"\\$&"),ho=t=>t.variant==="tool"&&!!t.toolCall&&t.toolCall.name===Yp,Fl=t=>{var e,r;return(r=(e=t==null?void 0:t.features)==null?void 0:e.askUserQuestion)!=null?r:{}},xo=t=>{let e=t.toolCall;if(!e)return{payload:null,complete:!1};let r=e.status==="complete";if(e.args&&typeof e.args=="object")return{payload:e.args,complete:r};let n=e.chunks;if(!n||n.length===0)return{payload:null,complete:r};try{let o=n.join(""),s=(0,Oo.parse)(o,Oo.STR|Oo.OBJ|Oo.ARR);if(s&&typeof s=="object")return{payload:s,complete:r}}catch{}return{payload:null,complete:r}},Ks=t=>{let e=Array.isArray(t==null?void 0:t.questions)?t.questions:[];return e.length>Qp&&!vx&&(vx=!0,typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question received ${e.length} questions; truncating to ${Qp}.`)),e.slice(0,Qp)},mv=t=>{var e;return(e=Ks(t)[0])!=null?e:null},gv=(t,e)=>{var r;return(r=Ks(t)[e])!=null?r:null},kx=(t,e)=>{let r=e.styles;r&&(r.sheetBackground&&t.style.setProperty("--persona-ask-sheet-bg",r.sheetBackground),r.sheetBorder&&t.style.setProperty("--persona-ask-sheet-border",r.sheetBorder),r.sheetShadow&&t.style.setProperty("--persona-ask-sheet-shadow",r.sheetShadow),r.pillBackground&&t.style.setProperty("--persona-ask-pill-bg",r.pillBackground),r.pillBackgroundSelected&&t.style.setProperty("--persona-ask-pill-bg-selected",r.pillBackgroundSelected),r.pillTextColor&&t.style.setProperty("--persona-ask-pill-fg",r.pillTextColor),r.pillTextColorSelected&&t.style.setProperty("--persona-ask-pill-fg-selected",r.pillTextColorSelected),r.pillBorderRadius&&t.style.setProperty("--persona-ask-pill-radius",r.pillBorderRadius),r.customInputBackground&&t.style.setProperty("--persona-ask-input-bg",r.customInputBackground))},Ex=(t,e,r)=>{if(t!=="rows")return null;let n=v("span","persona-ask-row-affordance");if(n.setAttribute("aria-hidden","true"),e){let o=v("span","persona-ask-row-check");n.appendChild(o)}else{let o=v("span","persona-ask-row-badge");o.textContent=String(r+1),n.appendChild(o)}return n},hv=(t,e,r,n)=>{let s=v("button",r==="rows"?"persona-ask-pill persona-ask-row persona-pointer-events-auto":"persona-ask-pill persona-pointer-events-auto");if(s.type="button",s.setAttribute("role",n?"checkbox":"button"),s.setAttribute("aria-pressed","false"),s.setAttribute("data-ask-user-action","pick"),s.setAttribute("data-option-index",String(e)),s.setAttribute("data-option-label",t.label),r==="rows"){let a=v("span","persona-ask-row-content"),i=v("span","persona-ask-row-label");if(i.textContent=t.label,a.appendChild(i),t.description){let l=v("span","persona-ask-row-description");l.textContent=t.description,a.appendChild(l)}s.appendChild(a);let d=Ex(r,n,e);d&&s.appendChild(d)}else s.textContent=t.label,t.description&&(s.title=t.description);return s},xv=t=>{let r=v("span",t==="rows"?"persona-ask-pill persona-ask-row persona-ask-pill-skeleton persona-pointer-events-none":"persona-ask-pill persona-ask-pill-skeleton persona-pointer-events-none");return r.setAttribute("aria-hidden","true"),r},yv=(t,e,r,n)=>{var p,m,u;let s=v("div",n==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");s.setAttribute("role","group"),s.setAttribute("data-ask-pill-list","true");let a=!!(t!=null&&t.multiSelect),d=(Array.isArray(t==null?void 0:t.options)?t.options:[]).filter(f=>f&&typeof f.label=="string"&&f.label.length>0);if(d.length===0&&!r){for(let f=0;f<pv;f++)s.appendChild(xv(n));return s}if(d.forEach((f,x)=>{s.appendChild(hv(f,x,n,a))}),(t==null?void 0:t.allowFreeText)!==!1){let f=n==="rows"?av:sv;if(n==="rows"){let x=v("div","persona-ask-pill persona-ask-row persona-ask-row--other persona-ask-pill-custom persona-pointer-events-auto");x.setAttribute("data-ask-user-action","focus-free-text"),x.setAttribute("data-option-index",String(d.length)),x.setAttribute("data-ask-other-row","true");let C=v("span","persona-ask-row-content"),S=document.createElement("input");S.type="text",S.className="persona-ask-row-input persona-flex-1 persona-pointer-events-auto",S.placeholder=(p=e.freeTextPlaceholder)!=null?p:Cx,S.setAttribute("data-ask-free-text-input","true"),S.setAttribute("aria-label",(m=e.freeTextLabel)!=null?m:f),C.appendChild(S),x.appendChild(C);let k=Ex(n,a,d.length);k&&x.appendChild(k),s.appendChild(x)}else{let x=v("button","persona-ask-pill persona-ask-pill-custom persona-pointer-events-auto");x.type="button",x.setAttribute("data-ask-user-action","open-free-text"),x.textContent=(u=e.freeTextLabel)!=null?u:f,s.appendChild(x)}}return s},Lx=(t,e)=>{var s,a;let n=v("div",e==="rows"?"persona-ask-free-text persona-ask-free-text--rows persona-flex persona-gap-2 persona-mt-2":"persona-ask-free-text persona-hidden persona-flex persona-gap-2 persona-mt-2");n.setAttribute("data-ask-free-text-row","true");let o=document.createElement("input");if(o.type="text",o.className="persona-ask-free-text-input persona-flex-1 persona-pointer-events-auto",o.placeholder=(s=t.freeTextPlaceholder)!=null?s:Cx,o.setAttribute("data-ask-free-text-input","true"),n.appendChild(o),e!=="rows"){let i=v("button","persona-ask-free-text-submit persona-pointer-events-auto");i.type="button",i.textContent=(a=t.submitLabel)!=null?a:Ax,i.setAttribute("data-ask-user-action","submit-free-text"),n.appendChild(i)}return n},bv=t=>{var n;let e=v("div","persona-ask-multi-actions persona-flex persona-justify-end persona-mt-2");e.setAttribute("data-ask-multi-actions","true");let r=v("button","persona-ask-multi-submit persona-pointer-events-auto");return r.type="button",r.textContent=(n=t.submitLabel)!=null?n:Ax,r.setAttribute("data-ask-user-action","submit-multi"),r.disabled=!0,e.appendChild(r),e},wv=(t,e,r)=>{var l,p,m,u;let n=v("div","persona-ask-nav persona-flex persona-justify-between persona-items-center persona-gap-2 persona-mt-2");n.setAttribute("data-ask-nav-row","true");let o=v("button","persona-ask-nav-back persona-pointer-events-auto");o.type="button",o.textContent=(l=r.backLabel)!=null?l:lv,o.setAttribute("data-ask-user-action","back"),o.disabled=t===0,n.appendChild(o);let s=v("div","persona-ask-nav-right persona-flex persona-items-center persona-gap-2"),a=v("button","persona-ask-nav-skip persona-pointer-events-auto");a.type="button",a.textContent=(p=r.skipLabel)!=null?p:cv,a.setAttribute("data-ask-user-action","skip"),s.appendChild(a);let i=v("button","persona-ask-nav-next persona-pointer-events-auto");i.type="button";let d=t===e-1;return i.textContent=d?(m=r.submitAllLabel)!=null?m:dv:(u=r.nextLabel)!=null?u:iv,i.setAttribute("data-ask-user-action",d?"submit-all":"next"),i.disabled=!0,s.appendChild(i),n.appendChild(s),n},ma=t=>{let e=t.getAttribute(Sx);if(!e)return{};try{let r=JSON.parse(e);return r&&typeof r=="object"?r:{}}catch{return{}}},Px=(t,e)=>{t.setAttribute(Sx,JSON.stringify(e))},En=t=>{var r;let e=Number((r=t.getAttribute(Zp))!=null?r:"0");return Number.isFinite(e)?Math.max(0,Math.floor(e)):0},vv=(t,e)=>{t.setAttribute(Zp,String(Math.max(0,Math.floor(e))))},za=t=>{var r;let e=Number((r=t.getAttribute(eu))!=null?r:"1");return Number.isFinite(e)?Math.max(1,Math.floor(e)):1},No=t=>t.getAttribute(tu)==="true",Cv=(t,e)=>{var o;let r=(o=t.agentMetadata)==null?void 0:o.askUserQuestionAnswers;if(!r||typeof r!="object")return{};let n={};return e.forEach((s,a)=>{let i=typeof(s==null?void 0:s.question)=="string"?s.question:"";if(i&&Object.prototype.hasOwnProperty.call(r,i)){let d=r[i];(typeof d=="string"||Array.isArray(d))&&(n[a]=d)}}),n},Av=(t,e)=>{var n;let r=(n=t.agentMetadata)==null?void 0:n.askUserQuestionIndex;return typeof r!="number"||!Number.isFinite(r)?0:Math.max(0,Math.min(e-1,Math.floor(r)))},$l=(t,e)=>{let{payload:r}=xo(e),n=Ks(r),o=ma(t),s={},a=new Set;return n.forEach((i,d)=>{let l=typeof(i==null?void 0:i.question)=="string"?i.question:"";l&&(a.has(l)&&typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question has duplicate question text "${l}"; later answer wins.`),a.add(l),Object.prototype.hasOwnProperty.call(o,d)&&(s[l]=o[d]))}),s},Ix=t=>{let e=ma(t),r=En(t),n=e[r],o=new Set;typeof n=="string"?o.add(n):Array.isArray(n)&&n.forEach(d=>o.add(d));let s=t.querySelectorAll('[data-ask-user-action="pick"][data-option-label]');s.forEach(d=>{var m;let l=(m=d.getAttribute("data-option-label"))!=null?m:"",p=o.has(l);d.setAttribute("aria-pressed",p?"true":"false"),d.classList.toggle("persona-ask-pill-selected",p)});let a=new Set(Array.from(s).map(d=>{var l;return(l=d.getAttribute("data-option-label"))!=null?l:""})),i=t.querySelector('[data-ask-free-text-input="true"]');if(i)if(typeof n=="string"&&n.length>0&&!a.has(n)){i.value=n;let d=i.closest('[data-ask-free-text-row="true"]');d==null||d.classList.remove("persona-hidden")}else i.value=""},Rx=t=>{if(!No(t))return;let e=ma(t),r=En(t),n=e[r],o=typeof n=="string"&&n.length>0||Array.isArray(n)&&n.length>0,s=t.querySelector('[data-ask-user-action="next"], [data-ask-user-action="submit-all"]');s&&(s.disabled=!o);let a=t.querySelector('[data-ask-user-action="submit-multi"]');if(a){let i=Array.from(t.querySelectorAll('[aria-pressed="true"][data-option-label]'));a.disabled=i.length===0}},ru=(t,e,r)=>{let n=Fl(r),o=fv(t),{payload:s,complete:a}=xo(e),i=No(t),d=En(t),l=za(t),p=i?gv(s,d):mv(s),m=!!(p!=null&&p.multiSelect),u=t.querySelector('[data-ask-step-inline="true"]');u&&(u.textContent=i?`${d+1}/${l}`:"");let f=t.querySelector('[data-ask-stepper="true"]');f&&f.remove();let x=t.querySelector('[data-ask-question="true"]');if(x){let T=typeof(p==null?void 0:p.question)=="string"?p.question:"";x.textContent=T,x.classList.toggle("persona-ask-question-skeleton",!T&&!a)}let C=t.querySelector('[data-ask-pill-list="true"]');if(C){let T=yv(p,n,a,o);C.replaceWith(T)}if(o!=="rows"){let T=t.querySelector('[data-ask-free-text-row="true"]');T&&T.replaceWith(Lx(n,o))}let S=t.querySelector('[data-ask-multi-actions="true"]');!i&&m&&!S?t.appendChild(bv(n)):(!m||i)&&S&&S.remove(),t.setAttribute("data-multi-select",m?"true":"false");let k=t.querySelector('[data-ask-nav-row="true"]');if(i){let T=wv(d,l,n);k?k.replaceWith(T):t.appendChild(T)}else k&&k.remove();Ix(t),Rx(t)},Sv=(t,e,r)=>{let n=Fl(e),o=uv(n),s=t.toolCall.id,a=Ks(r),i=Math.max(1,a.length),d=i>1,l=Cv(t,a),p=d?Av(t,i):0,m=v("div",["persona-ask-sheet",`persona-ask-sheet--${o}`,"persona-pointer-events-auto","persona-ask-sheet-enter"].join(" "));m.setAttribute(qa,s),m.setAttribute("data-tool-call-id",s),m.setAttribute("data-message-id",t.id),m.setAttribute(eu,String(i)),m.setAttribute(Zp,String(p)),m.setAttribute(tu,d?"true":"false"),m.setAttribute(Tx,o),Px(m,l),m.setAttribute("role","group"),m.setAttribute("aria-label","Suggested answers"),n.slideInMs!==void 0&&m.style.setProperty("--persona-ask-sheet-duration",`${n.slideInMs}ms`),kx(m,n);let u=v("div","persona-ask-sheet-header persona-flex persona-items-center persona-gap-3"),f=v("div","persona-ask-sheet-question persona-flex-1");f.setAttribute("data-ask-question","true"),f.textContent="",u.appendChild(f);let x=v("span","persona-ask-sheet-step-inline");x.setAttribute("data-ask-step-inline","true"),x.textContent="",u.appendChild(x),m.appendChild(u);let S=v("div",o==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");return S.setAttribute("data-ask-pill-list","true"),S.setAttribute("role","group"),m.appendChild(S),o!=="rows"&&m.appendChild(Lx(n,o)),ru(m,t,e),requestAnimationFrame(()=>{requestAnimationFrame(()=>m.classList.remove("persona-ask-sheet-enter"))}),m},Tv=(t,e,r)=>{let{payload:n}=xo(e),o=Math.max(1,Ks(n).length);o>za(t)&&(t.setAttribute(eu,String(o)),o>1&&!No(t)&&t.setAttribute(tu,"true")),ru(t,e,r)},Wx=(t,e)=>{let r=v("div","persona-ask-stub persona-inline-flex persona-items-center persona-gap-2");r.id=`bubble-${t.id}`,r.setAttribute("data-message-id",t.id),r.setAttribute("data-bubble-type","ask-user-question");let n=Fl(e);kx(r,n);let o=v("span","persona-ask-stub-label"),{complete:s}=xo(t);return o.textContent=s?"Awaiting your response\u2026":"Preparing options\u2026",r.appendChild(o),r},Va=(t,e,r)=>{if(!r||!ho(t)||Fl(e).enabled===!1)return;let o=t.toolCall.id;r.querySelectorAll(`[${qa}]`).forEach(l=>{l.getAttribute(qa)!==o&&l.remove()});let a=r.querySelector(`[${qa}="${Mx(o)}"]`);if(a){Tv(a,t,e);return}let{payload:i}=xo(t),d=Sv(t,e,i);r.appendChild(d)},_o=(t,e)=>{if(!t)return;let r=e?`[${qa}="${Mx(e)}"]`:`[${qa}]`;t.querySelectorAll(r).forEach(o=>{o.classList.add("persona-ask-sheet-leave");let s=Number.parseInt(getComputedStyle(o).getPropertyValue("--persona-ask-sheet-duration")||"180",10);setTimeout(()=>o.remove(),Number.isFinite(s)?s:180)})},nu=t=>Array.from(t.querySelectorAll('[aria-pressed="true"][data-option-label]')).map(e=>e.getAttribute("data-option-label")).filter(e=>typeof e=="string"&&e.length>0),Fo=(t,e)=>{let r=ma(t),n=En(t);typeof e=="string"&&e.length===0||Array.isArray(e)&&e.length===0?delete r[n]:r[n]=e,Px(t,r),Ix(t),Rx(t)},Ul=(t,e,r,n)=>{let o=za(t),s=Math.max(0,Math.min(o-1,n));vv(t,s),ru(t,e,r)};var ou=(t,e)=>{var C,S,k,T,M,h,w,y,E,B,P,R;let r=t.approval,n=(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,o=(r==null?void 0:r.status)==="pending",s=v("div",["persona-approval-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(s.id=`bubble-${t.id}`,s.setAttribute("data-message-id",t.id),s.style.backgroundColor=(C=n==null?void 0:n.backgroundColor)!=null?C:"var(--persona-approval-bg, #fefce8)",s.style.borderColor=(S=n==null?void 0:n.borderColor)!=null?S:"var(--persona-approval-border, #fef08a)",!r)return s;let a=v("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=v("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let d=r.status==="denied"?"shield-x":r.status==="timeout"?"shield-alert":"shield-check",l=r.status==="approved"?"var(--persona-feedback-success, #16a34a)":r.status==="denied"?"var(--persona-feedback-error, #dc2626)":r.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(k=n==null?void 0:n.titleColor)!=null?k:"currentColor",p=Ie(d,20,l,2);p&&i.appendChild(p);let m=v("div","persona-flex-1 persona-min-w-0"),u=v("div","persona-flex persona-items-center persona-gap-2"),f=v("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(n!=null&&n.titleColor&&(f.style.color=n.titleColor),f.textContent=(T=n==null?void 0:n.title)!=null?T:"Approval Required",u.appendChild(f),!o){let O=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");O.setAttribute("data-approval-status",r.status),r.status==="approved"?(O.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",O.style.color="var(--persona-palette-colors-success-700, #15803d)",O.textContent="Approved"):r.status==="denied"?(O.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",O.style.color="var(--persona-palette-colors-error-700, #b91c1c)",O.textContent="Denied"):r.status==="timeout"&&(O.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",O.style.color="var(--persona-palette-colors-warning-700, #b45309)",O.textContent="Timeout"),u.appendChild(O)}m.appendChild(u);let x=v("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(n!=null&&n.descriptionColor&&(x.style.color=n.descriptionColor),x.textContent=r.description,m.appendChild(x),r.parameters){let O=v("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&&(O.style.backgroundColor=n.parameterBackgroundColor),n!=null&&n.parameterTextColor&&(O.style.color=n.parameterTextColor),O.style.fontSize="0.75rem",O.style.lineHeight="1rem",O.textContent=Ra(r.parameters),m.appendChild(O)}if(o){let O=v("div","persona-flex persona-gap-2 persona-mt-2");O.setAttribute("data-approval-buttons","true");let V=v("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");V.type="button",V.style.backgroundColor=(M=n==null?void 0:n.approveButtonColor)!=null?M:"var(--persona-approval-approve-bg, #22c55e)",V.style.color=(h=n==null?void 0:n.approveButtonTextColor)!=null?h:"#ffffff",V.setAttribute("data-approval-action","approve");let ne=Ie("shield-check",14,(w=n==null?void 0:n.approveButtonTextColor)!=null?w:"#ffffff",2);ne&&(ne.style.marginRight="4px",V.appendChild(ne));let be=document.createTextNode((y=n==null?void 0:n.approveLabel)!=null?y:"Approve");V.appendChild(be);let Ye=v("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");Ye.type="button",Ye.style.backgroundColor=(E=n==null?void 0:n.denyButtonColor)!=null?E:"transparent",Ye.style.color=(B=n==null?void 0:n.denyButtonTextColor)!=null?B:"var(--persona-feedback-error, #dc2626)",Ye.style.border=`1px solid ${n!=null&&n.denyButtonTextColor?n.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,Ye.setAttribute("data-approval-action","deny");let Ge=Ie("shield-x",14,(P=n==null?void 0:n.denyButtonTextColor)!=null?P:"var(--persona-feedback-error, #dc2626)",2);Ge&&(Ge.style.marginRight="4px",Ye.appendChild(Ge));let ve=document.createTextNode((R=n==null?void 0:n.denyLabel)!=null?R:"Deny");Ye.appendChild(ve),O.append(V,Ye),m.appendChild(O)}return a.append(i,m),s.appendChild(a),s};var Bx=t=>{let e=[];return{buttons:e,render:(n,o,s,a,i)=>{if(t.innerHTML="",e.length=0,!n||!n.length||(a!=null?a:o?o.getMessages():[]).some(f=>f.role==="user"))return;let p=document.createDocumentFragment(),m=o?o.isStreaming():!1,u=f=>{switch(f){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(f=>{let x=v("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");x.type="button",x.textContent=f,x.disabled=m,i!=null&&i.fontFamily&&(x.style.fontFamily=u(i.fontFamily)),i!=null&&i.fontWeight&&(x.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(x.style.paddingLeft=i.paddingX,x.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(x.style.paddingTop=i.paddingY,x.style.paddingBottom=i.paddingY),x.addEventListener("click",()=>{!o||o.isStreaming()||(s.value="",o.sendMessage(f))}),p.appendChild(x),e.push(x)}),t.appendChild(p)}}};var Xs=class{constructor(e=2e3,r=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=e,this.buffer=new Array(e),this.store=r}push(e){var r;this.buffer[this.head]=e,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(e.type),(r=this.store)==null||r.put(e)}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 e=await this.store.getAll();if(e.length===0)return 0;let r=e.length>this.maxSize?e.slice(e.length-this.maxSize):e;for(let n of r)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=e.length,r.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(e){let r=this.getAll();return e>=r.length?r:r.slice(r.length-e)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var e;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.clear()}destroy(){var e;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var Js=class{constructor(e="persona-event-stream",r="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=e,this.storeName=r}open(){return new Promise((e,r)=>{try{let n=indexedDB.open(this.dbName,1);n.onupgradeneeded=()=>{let o=n.result;o.objectStoreNames.contains(this.storeName)||o.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},n.onsuccess=()=>{this.db=n.result,e()},n.onerror=()=>{r(n.error)}}catch(n){r(n)}})}put(e){!this.db||this.isDestroyed||(this.pendingWrites.push(e),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(e){if(!(!this.db||this.isDestroyed||e.length===0))try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of e)n.put(o)}catch{}}getAll(){return new Promise((e,r)=>{if(!this.db){e([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{e(a.result)},a.onerror=()=>{r(a.error)}}catch(n){r(n)}})}getCount(){return new Promise((e,r)=>{if(!this.db){e(0);return}try{let s=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();s.onsuccess=()=>{e(s.result)},s.onerror=()=>{r(s.error)}}catch(n){r(n)}})}clear(){return new Promise((e,r)=>{if(!this.db){e();return}this.pendingWrites=[];try{let s=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();s.onsuccess=()=>{e()},s.onerror=()=>{r(s.error)}}catch(n){r(n)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((e,r)=>{try{let n=indexedDB.deleteDatabase(this.dbName);n.onsuccess=()=>{e()},n.onerror=()=>{r(n.error)}}catch(n){r(n)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let e=this.pendingWrites;this.pendingWrites=[];try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of e)n.put(o)}catch{}}};var Mv=new Set(["flow_start","flow_run_start","agent_start","dispatch_start","run_start"]),kv=new Set(["step_start","execution_start"]),Ev=new Set(["step_delta","step_chunk","chunk","agent_turn_delta"]),Lv=new Set(["step_complete","agent_turn_complete"]),Pv=new Set(["flow_complete","agent_complete"]),Hx=new Set(["step_error","flow_error","agent_error","dispatch_error","error"]),Ox=t=>typeof t=="object"&&t!==null&&!Array.isArray(t),bn=t=>typeof t=="number"&&Number.isFinite(t)?t:void 0,ga=(t,e)=>{let r=t[e];return Ox(r)?r:void 0};function au(t){return t>0?Math.max(1,Math.ceil(t/4)):0}function ql(t,e){if(!(t<=0||e===void 0||e<250))return t/(e/1e3)}function Iv(t,e){return typeof e.type=="string"?e.type:t}function Rv(t){return typeof t.text=="string"?t.text:typeof t.delta=="string"?t.delta:typeof t.content=="string"?t.content:typeof t.chunk=="string"?t.chunk:""}function Wv(t,e){return t==="step_delta"||t==="step_chunk"?e.stepType!=="tool"&&e.executionType!=="context":t!=="agent_turn_delta"?!0:(typeof e.contentType=="string"?e.contentType:typeof e.content_type=="string"?e.content_type:void 0)==="text"}function Dx(t){var n,o,s,a,i;let e=ga(t,"result"),r=[ga(t,"tokens"),ga(t,"totalTokens"),e?ga(e,"tokens"):void 0,ga(t,"usage"),e?ga(e,"usage"):void 0];for(let d of r){if(!d)continue;let l=(o=(n=bn(d.output))!=null?n:bn(d.outputTokens))!=null?o:bn(d.completionTokens);if(l!==void 0)return l}return(i=(s=bn(t.outputTokens))!=null?s:bn(t.completionTokens))!=null?i:e?(a=bn(e.outputTokens))!=null?a:bn(e.completionTokens):void 0}function Bv(t){var r,n,o,s,a;let e=ga(t,"result");return(a=(o=(n=(r=bn(t.executionTime))!=null?r:bn(t.executionTimeMs))!=null?n:bn(t.execution_time))!=null?o:bn(t.duration))!=null?a:e?(s=bn(e.executionTime))!=null?s:bn(e.executionTimeMs):void 0}function Hv(){return typeof performance!="undefined"&&typeof performance.now=="function"?performance.now():Date.now()}var Qs=class{constructor(e=Hv){this.metric={status:"idle"};this.run=null;this.now=e}getMetric(){let e=this.run;if(e&&this.metric.status==="running"&&e.firstDeltaAt!==void 0&&this.metric.outputTokens!==void 0){let r=this.now()-e.firstDeltaAt;return{...this.metric,durationMs:r,tokensPerSecond:ql(this.metric.outputTokens,r)}}return this.metric}reset(){this.run=null,this.metric={status:"idle"}}startRun(e){this.run={startedAt:e,visibleCharCount:0,exactOutputTokens:0},this.metric={status:"running"}}processEvent(e,r){var s;if(!Ox(r)){Hx.has(e)&&this.run&&(this.run=null,this.metric={status:"error"});return}let n=Iv(e,r),o=this.now();if(Mv.has(n)){this.startRun(o);return}if(kv.has(n)){this.run||this.startRun(o);return}if(Ev.has(n)){if(!Wv(n,r))return;let a=Rv(r);if(!a)return;this.run||this.startRun(o);let i=this.run;(s=i.firstDeltaAt)!=null||(i.firstDeltaAt=o),i.visibleCharCount+=a.length;let d=i.exactOutputTokens+au(i.visibleCharCount),l=o-i.firstDeltaAt;this.metric={status:"running",tokensPerSecond:ql(d,l),outputTokens:d,durationMs:l,source:i.exactOutputTokens>0?"usage":"estimate"};return}if(Lv.has(n)){if(!this.run)return;let a=this.run,i=Dx(r);i!==void 0&&(a.exactOutputTokens+=i,a.visibleCharCount=0);let d=a.exactOutputTokens>0,l=a.exactOutputTokens+au(a.visibleCharCount),p=this.resolveDuration(a,r,o);this.metric={status:"running",tokensPerSecond:ql(l,p),outputTokens:l,durationMs:p,source:d?"usage":"estimate"};return}if(Pv.has(n)){if(!this.run)return;let a=this.run,i=Dx(r),d=i!=null?i:a.exactOutputTokens+au(a.visibleCharCount),l=i!==void 0||a.exactOutputTokens>0?"usage":"estimate",p=this.resolveDuration(a,r,o);this.metric={status:"complete",tokensPerSecond:ql(d,p),outputTokens:d,durationMs:p,source:l},this.run=null;return}if(Hx.has(n)){if(!this.run)return;this.run=null,this.metric={status:"error"}}}resolveDuration(e,r,n){let o=e.firstDeltaAt!==void 0?n-e.firstDeltaAt:void 0;if(o!==void 0&&o>=250)return o;let s=Bv(r);return s!=null?s:n-e.startedAt}};function ja(t,e){e&&e.split(/\s+/).forEach(r=>r&&t.classList.add(r))}var Dv={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)"}},Ov={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},Nv=["flowName","stepName","reasoningText","text","name","tool","toolName"],_v=100;function Fv(t,e){let r={...Dv,...e};if(r[t])return r[t];for(let n of Object.keys(r))if(n.endsWith("_")&&t.startsWith(n))return r[n];return Ov}function $v(t,e){return`+${((t-e)/1e3).toFixed(3)}s`}function Uv(t){let e=new Date(t),r=String(e.getHours()).padStart(2,"0"),n=String(e.getMinutes()).padStart(2,"0"),o=String(e.getSeconds()).padStart(2,"0"),s=String(e.getMilliseconds()).padStart(3,"0");return`${r}:${n}:${o}.${s}`}function qv(t,e){try{let r=JSON.parse(t);if(typeof r!="object"||r===null)return null;for(let n of e){let o=n.split("."),s=r;for(let a of o)if(s&&typeof s=="object"&&s!==null)s=s[a];else{s=void 0;break}if(typeof s=="string"&&s.trim())return s.trim()}}catch{}return null}function zv(t){var e;return(e=navigator.clipboard)!=null&&e.writeText?navigator.clipboard.writeText(t):new Promise(r=>{let n=document.createElement("textarea");n.value=t,n.style.position="fixed",n.style.opacity="0",document.body.appendChild(n),n.select(),document.execCommand("copy"),document.body.removeChild(n),r()})}function Vv(t){let e;try{e=JSON.parse(t.payload)}catch{e=t.payload}return JSON.stringify({type:t.type,timestamp:new Date(t.timestamp).toISOString(),payload:e},null,2)}function jv(t){return t.tokensPerSecond===void 0||!Number.isFinite(t.tokensPerSecond)?"-- tok/s":`${t.tokensPerSecond.toFixed(1)} tok/s`}function Gv(t){let e=[];return t.outputTokens!==void 0&&e.push(`${t.outputTokens.toLocaleString()} tok`),t.durationMs!==void 0&&e.push(`${(t.durationMs/1e3).toFixed(2)}s`),t.source&&e.push(t.source),e.join(" \xB7 ")}function Kv(t,e,r){let n,o;try{o=JSON.parse(t.payload),n=JSON.stringify(o,null,2)}catch{o=t.payload,n=t.payload}let s=e.find(i=>i.renderEventStreamPayload);if(s!=null&&s.renderEventStreamPayload&&r){let i=s.renderEventStreamPayload({event:t,config:r,defaultRenderer:()=>a(),parsedPayload:o});if(i)return i}return a();function a(){let i=v("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=v("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 su(t,e,r,n,o,s,a,i){var u;let d=o.has(t.id),l=v("div","persona-border-b persona-border-persona-divider persona-text-xs");ja(l,(u=n.classNames)==null?void 0:u.eventRow);let p=a.find(f=>f.renderEventStreamRow);if(p!=null&&p.renderEventStreamRow&&i){let f=p.renderEventStreamRow({event:t,index:e,config:i,defaultRenderer:()=>m(),isExpanded:d,onToggleExpand:()=>s(t.id)});if(f)return l.appendChild(f),l}return l.appendChild(m()),l;function m(){var V,ne;let f=v("div",""),x=v("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");x.setAttribute("data-event-id",t.id);let C=v("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),S=Ie(d?"chevron-down":"chevron-right","14px","currentColor",2);S&&C.appendChild(S);let k=v("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),T=(V=n.timestampFormat)!=null?V:"relative";k.textContent=T==="relative"?$v(t.timestamp,r):Uv(t.timestamp);let M=null;n.showSequenceNumbers!==!1&&(M=v("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),M.textContent=String(e+1));let h=Fv(t.type,n.badgeColors),w=v("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");w.style.backgroundColor=h.bg,w.style.color=h.text,w.style.borderColor=h.text+"50",w.textContent=t.type;let y=(ne=n.descriptionFields)!=null?ne:Nv,E=qv(t.payload,y),B=null;E&&(B=v("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),B.textContent=E);let P=v("div","persona-flex-1 persona-min-w-0"),R=v("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"),O=Ie("clipboard","12px","currentColor",1.5);return O&&R.appendChild(O),R.addEventListener("click",async be=>{be.stopPropagation(),await zv(Vv(t)),R.innerHTML="";let Ye=Ie("check","12px","currentColor",1.5);Ye&&R.appendChild(Ye),setTimeout(()=>{R.innerHTML="";let Ge=Ie("clipboard","12px","currentColor",1.5);Ge&&R.appendChild(Ge)},1500)}),x.appendChild(C),x.appendChild(k),M&&x.appendChild(M),x.appendChild(w),B&&x.appendChild(B),x.appendChild(P),x.appendChild(R),f.appendChild(x),d&&f.appendChild(Kv(t,a,i)),f}}function Nx(t){var x,C,S,k,T;let{buffer:e,getFullHistory:r,onClose:n,config:o,plugins:s=[],getThroughput:a}=t,i=(x=o==null?void 0:o.features)==null?void 0:x.scrollToBottom,d=(i==null?void 0:i.enabled)!==!1,l=(C=i==null?void 0:i.iconName)!=null?C:"arrow-down",p=(S=i==null?void 0:i.label)!=null?S:"",m=(T=(k=o==null?void 0:o.features)==null?void 0:k.eventStream)!=null?T:{},u=s.find(M=>M.renderEventStreamView);if(u!=null&&u.renderEventStreamView&&o){let M=u.renderEventStreamView({config:o,events:e.getAll(),defaultRenderer:()=>f().element,onClose:n});if(M)return{element:M,update:()=>{},destroy:()=>{}}}return f();function f(){let M=m.classNames,h=v("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");ja(h,M==null?void 0:M.panel);let w=[],y="",E="",B=null,P=[],R={},O=0,V=Al(),ne=0,be=0,Ye=!1,Ge=null,ve=!1,Ee=0,Ke=new Set,Ne=new Map,X="",Ue="",K=null,Te,oe,xe,Me,Xe,ce=null,te=null,le=null;function ut(){let de=v("div","persona-relative persona-flex persona-flex-col persona-flex-shrink-0"),ye=v("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");ja(ye,M==null?void 0:M.headerBar);let Rt=v("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");if(Rt.textContent="Events",Te=v("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"),Te.textContent="0",a){te=v("div","persona-relative persona-flex persona-items-center persona-gap-1.5 persona-whitespace-nowrap persona-ml-1"),te.style.cursor="help";let dr=v("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");dr.textContent="Throughput",ce=v("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 persona-tabular-nums"),ce.textContent="-- tok/s",le=v("div","persona-absolute persona-z-50 persona-whitespace-nowrap persona-rounded persona-border persona-border-persona-border persona-bg-persona-container persona-text-persona-primary persona-text-[11px] persona-font-mono persona-px-2 persona-py-1 persona-shadow"),le.style.display="none",le.style.pointerEvents="none";let wr=te,Lr=le,Or=()=>{if(!Lr.textContent)return;let sn=wr.getBoundingClientRect(),fr=de.getBoundingClientRect();Lr.style.left=`${sn.left-fr.left}px`,Lr.style.top=`${sn.bottom-fr.top+4}px`,Lr.style.display="block"},xt=()=>{Lr.style.display="none"};te.addEventListener("mouseenter",Or),te.addEventListener("mouseleave",xt),te.appendChild(dr),te.appendChild(ce)}let ar=v("div","persona-flex-1");oe=v("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 kt=v("option","");kt.value="",kt.textContent="All events",oe.appendChild(kt),xe=v("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"),xe.type="button",xe.title="Copy All";let Ot=Ie("clipboard-copy","12px","currentColor",1.5);Ot&&xe.appendChild(Ot);let Wt=v("span","persona-text-xs");Wt.textContent="Copy All",xe.appendChild(Wt),ye.appendChild(Rt),ye.appendChild(Te),te&&ye.appendChild(te),ye.appendChild(ar),ye.appendChild(oe),ye.appendChild(xe);let St=v("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");ja(St,M==null?void 0:M.searchBar);let Et=Ie("search","14px","var(--persona-muted, #9ca3af)",1.5),sr=v("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Et&&sr.appendChild(Et),Me=v("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"),ja(Me,M==null?void 0:M.searchInput),Me.type="text",Me.placeholder="Search event payloads...",Xe=v("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"),Xe.type="button",Xe.style.display="none";let ft=Ie("x","12px","currentColor",2);return ft&&Xe.appendChild(ft),St.appendChild(sr),St.appendChild(Me),St.appendChild(Xe),de.appendChild(ye),de.appendChild(St),le&&de.appendChild(le),de}let Ce,he=s.find(de=>de.renderEventStreamToolbar);if(he!=null&&he.renderEventStreamToolbar&&o){let de=he.renderEventStreamToolbar({config:o,defaultRenderer:()=>ut(),eventCount:e.getSize(),filteredCount:0,onFilterChange:ye=>{y=ye,pe(),_()},onSearchChange:ye=>{E=ye,pe(),_()}});Ce=de!=null?de:ut()}else Ce=ut();let rt=v("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");rt.style.display="none";function _e(){if(!a||!ce||!te)return;let de=a();ce.textContent=jv(de);let ye=Gv(de);le&&(le.textContent=ye,ye||(le.style.display="none")),ye?te.setAttribute("aria-label",ye):te.removeAttribute("aria-label")}let me=v("div","persona-flex-1 persona-min-h-0 persona-relative"),J=v("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");J.style.height="100%";let ze=v("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");ja(ze,M==null?void 0:M.scrollIndicator),ze.style.display="none",ze.setAttribute("data-persona-scroll-to-bottom-has-label",p?"true":"false");let Z=Ie(l,"14px","currentColor",2);Z&&ze.appendChild(Z);let ge=v("span","");ge.textContent=p,ze.appendChild(ge);let z=v("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");z.style.display="none",me.appendChild(J),me.appendChild(z),me.appendChild(ze),h.setAttribute("tabindex","0"),h.appendChild(Ce),h.appendChild(rt),h.appendChild(me);function Re(){let de=e.getAll(),ye={};for(let Wt of de)ye[Wt.type]=(ye[Wt.type]||0)+1;let Rt=Object.keys(ye).sort(),ar=Rt.length!==P.length||!Rt.every((Wt,St)=>Wt===P[St]),kt=!ar&&Rt.some(Wt=>ye[Wt]!==R[Wt]),mr=de.length!==Object.values(R).reduce((Wt,St)=>Wt+St,0);if(!ar&&!kt&&!mr||(P=Rt,R=ye,!oe))return;let Ot=oe.value;if(oe.options[0].textContent="All events",ar){for(;oe.options.length>1;)oe.remove(1);for(let Wt of Rt){let St=v("option","");St.value=Wt,St.textContent=`${Wt} (${ye[Wt]||0})`,oe.appendChild(St)}Ot&&Rt.includes(Ot)?oe.value=Ot:Ot&&(oe.value="",y="")}else for(let Wt=1;Wt<oe.options.length;Wt++){let St=oe.options[Wt];St.textContent=`${St.value} (${ye[St.value]||0})`}}function Ae(){let de=e.getAll();if(y&&(de=de.filter(ye=>ye.type===y)),E){let ye=E.toLowerCase();de=de.filter(Rt=>Rt.type.toLowerCase().includes(ye)||Rt.payload.toLowerCase().includes(ye))}return de}function fe(){return y!==""||E!==""}function pe(){O=0,ne=0,V.resume(),ze.style.display="none"}function Be(de){Ke.has(de)?Ke.delete(de):Ke.add(de),K=de;let ye=J.scrollTop,Rt=V.isFollowing();ve=!0,V.pause(),_(),J.scrollTop=ye,Rt&&V.resume(),ve=!1}function Q(){return _s(J,50)}function _(){be=Date.now(),Ye=!1,_e(),Re();let de=e.getEvictedCount();de>0?(rt.textContent=`${de.toLocaleString()} older events truncated`,rt.style.display=""):rt.style.display="none",w=Ae();let ye=w.length,Rt=e.getSize()>0;Te&&(Te.textContent=String(e.getSize())),ye===0&&Rt&&fe()?(z.textContent=E?`No events matching '${E}'`:"No events matching filter",z.style.display="",J.style.display="none"):(z.style.display="none",J.style.display=""),xe&&(xe.title=fe()?`Copy Filtered (${ye})`:"Copy All"),d&&!V.isFollowing()&&ye>O&&(ne+=ye-O,ge.textContent=p?`${p}${ne>0?` (${ne})`:""}`:"",ze.style.display=""),O=ye;let ar=e.getAll(),kt=ar.length>0?ar[0].timestamp:0,mr=new Set(w.map(St=>St.id));for(let St of Ke)mr.has(St)||Ke.delete(St);let Ot=y!==X||E!==Ue,Wt=Ne.size===0&&w.length>0;if(Ot||Wt||w.length===0){J.innerHTML="",Ne.clear();let St=document.createDocumentFragment();for(let Et=0;Et<w.length;Et++){let sr=su(w[Et],Et,kt,m,Ke,Be,s,o);Ne.set(w[Et].id,sr),St.appendChild(sr)}J.appendChild(St),X=y,Ue=E,K=null}else{if(K!==null){let Et=Ne.get(K);if(Et&&Et.parentNode===J){let sr=w.findIndex(ft=>ft.id===K);if(sr>=0){let ft=su(w[sr],sr,kt,m,Ke,Be,s,o);J.insertBefore(ft,Et),Et.remove(),Ne.set(K,ft)}}K=null}let St=new Set(w.map(Et=>Et.id));for(let[Et,sr]of Ne)St.has(Et)||(sr.remove(),Ne.delete(Et));for(let Et=0;Et<w.length;Et++){let sr=w[Et];if(!Ne.has(sr.id)){let ft=su(sr,Et,kt,m,Ke,Be,s,o);Ne.set(sr.id,ft),J.appendChild(ft)}}}V.isFollowing()&&(J.scrollTop=J.scrollHeight)}function ke(){if(Date.now()-be>=_v){Ge!==null&&(cancelAnimationFrame(Ge),Ge=null),_();return}Ye||(Ye=!0,Ge=requestAnimationFrame(()=>{Ge=null,_()}))}let He=(de,ye)=>{if(!xe)return;xe.innerHTML="";let Rt=Ie(de,"12px","currentColor",1.5);Rt&&xe.appendChild(Rt);let ar=v("span","persona-text-xs");ar.textContent="Copy All",xe.appendChild(ar),setTimeout(()=>{xe.innerHTML="";let kt=Ie("clipboard-copy","12px","currentColor",1.5);kt&&xe.appendChild(kt);let mr=v("span","persona-text-xs");mr.textContent="Copy All",xe.appendChild(mr),xe.disabled=!1},ye)},Ve=async()=>{if(xe){xe.disabled=!0;try{let de;fe()?de=w:r?(de=await r(),de.length===0&&(de=e.getAll())):de=e.getAll();let ye=de.map(Rt=>{try{return JSON.parse(Rt.payload)}catch{return Rt.payload}});await navigator.clipboard.writeText(JSON.stringify(ye,null,2)),He("check",1500)}catch{He("x",1500)}}},Je=()=>{oe&&(y=oe.value,pe(),_())},gt=()=>{!Me||!Xe||(Xe.style.display=Me.value?"":"none",B&&clearTimeout(B),B=setTimeout(()=>{E=Me.value,pe(),_()},150))},at=()=>{!Me||!Xe||(Me.value="",E="",Xe.style.display="none",B&&clearTimeout(B),pe(),_())},Mt=()=>{if(ve)return;let de=J.scrollTop,{action:ye,nextLastScrollTop:Rt}=Sl({following:V.isFollowing(),currentScrollTop:de,lastScrollTop:Ee,nearBottom:Q(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});Ee=Rt,ye==="resume"?(V.resume(),ne=0,ze.style.display="none"):ye==="pause"&&(V.pause(),d&&(ge.textContent=p,ze.style.display=""))},Xt=de=>{let ye=Tl({following:V.isFollowing(),deltaY:de.deltaY,nearBottom:Q(),resumeWhenNearBottom:!0});ye==="pause"?(V.pause(),d&&(ge.textContent=p,ze.style.display="")):ye==="resume"&&(V.resume(),ne=0,ze.style.display="none")},G=()=>{d&&(J.scrollTop=J.scrollHeight,V.resume(),ne=0,ze.style.display="none")},Jt=de=>{let ye=de.target;if(!ye||ye.closest("button"))return;let Rt=ye.closest("[data-event-id]");if(!Rt)return;let ar=Rt.getAttribute("data-event-id");ar&&Be(ar)},st=de=>{if((de.metaKey||de.ctrlKey)&&de.key==="f"){de.preventDefault(),Me==null||Me.focus(),Me==null||Me.select();return}de.key==="Escape"&&(Me&&document.activeElement===Me?(at(),Me.blur(),h.focus()):n&&n())};xe&&xe.addEventListener("click",Ve),oe&&oe.addEventListener("change",Je),Me&&Me.addEventListener("input",gt),Xe&&Xe.addEventListener("click",at),J.addEventListener("scroll",Mt),J.addEventListener("wheel",Xt,{passive:!0}),J.addEventListener("click",Jt),ze.addEventListener("click",G),h.addEventListener("keydown",st);function _t(){B&&clearTimeout(B),Ge!==null&&(cancelAnimationFrame(Ge),Ge=null),Ye=!1,Ne.clear(),xe&&xe.removeEventListener("click",Ve),oe&&oe.removeEventListener("change",Je),Me&&Me.removeEventListener("input",gt),Xe&&Xe.removeEventListener("click",at),J.removeEventListener("scroll",Mt),J.removeEventListener("wheel",Xt),J.removeEventListener("click",Jt),ze.removeEventListener("click",G),h.removeEventListener("keydown",st)}return{element:h,update:ke,destroy:_t}}}function _x(t,e){let r=typeof t.title=="string"&&t.title?t.title:"Untitled artifact",n=typeof t.artifactId=="string"?t.artifactId:"",o=t.status==="streaming"?"streaming":"complete",a=(typeof t.artifactType=="string"?t.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-surface, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${r} 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 l=document.createElement("div");l.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=r;let m=document.createElement("div");if(m.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",m.style.color="var(--persona-muted, #9ca3af)",o==="streaming"){let u=document.createElement("span");u.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",u.style.backgroundColor="var(--persona-primary, #171717)",u.style.animation="persona-pulse 1.5s ease-in-out infinite",m.appendChild(u);let f=document.createElement("span");f.textContent=`Generating ${a.toLowerCase()}...`,m.appendChild(f)}else m.textContent=a;if(l.append(p,m),i.append(d,l),o==="complete"){let u=document.createElement("button");u.type="button",u.textContent="Download",u.title=`Download ${r}`,u.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",u.style.border="1px solid var(--persona-border, #e5e7eb)",u.style.color="var(--persona-text, #1f2937)",u.style.backgroundColor="transparent",u.style.cursor="pointer",u.setAttribute("data-download-artifact",n),i.append(u)}return i}var Fx=(t,e)=>{var n,o,s;let r=(s=(o=(n=e==null?void 0:e.config)==null?void 0:n.features)==null?void 0:o.artifacts)==null?void 0:s.renderCard;if(r){let a=typeof t.title=="string"&&t.title?t.title:"Untitled artifact",i=typeof t.artifactId=="string"?t.artifactId:"",d=t.status==="streaming"?"streaming":"complete",l=typeof t.artifactType=="string"?t.artifactType:"markdown",p=r({artifact:{artifactId:i,title:a,artifactType:l,status:d},config:e.config,defaultRenderer:()=>_x(t,e)});if(p)return p}return _x(t,e)};var iu=class{constructor(){this.components=new Map}register(e,r){this.components.has(e)&&console.warn(`[ComponentRegistry] Component "${e}" is already registered. Overwriting.`),this.components.set(e,r)}unregister(e){this.components.delete(e)}get(e){return this.components.get(e)}has(e){return this.components.has(e)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(e){Object.entries(e).forEach(([r,n])=>{this.register(r,n)})}},yo=new iu;yo.register("PersonaArtifactCard",Fx);function Xv(t){var o;let e=v("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),r=v("div","persona-font-semibold persona-text-sm persona-mb-2");r.textContent=t.component?`Component: ${t.component}`:"Component";let n=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return n.textContent=JSON.stringify((o=t.props)!=null?o:{},null,2),e.appendChild(r),e.appendChild(n),e}function $x(t,e){var oe,xe,Me,Xe;let r=(xe=(oe=t.features)==null?void 0:oe.artifacts)==null?void 0:xe.layout,o=((Me=r==null?void 0:r.toolbarPreset)!=null?Me:"default")==="document",s=(Xe=r==null?void 0:r.panePadding)==null?void 0:Xe.trim(),a=t.markdown?na(t.markdown):null,i=Ea(t.sanitize),d=ce=>{let te=a?a(ce):oa(ce);return i?i(te):te},l=typeof document!="undefined"?v("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,p=()=>{l==null||l.classList.add("persona-hidden"),m.classList.remove("persona-artifact-drawer-open"),O==null||O.hide()};l&&l.addEventListener("click",()=>{var ce;p(),(ce=e.onDismiss)==null||ce.call(e)});let m=v("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");m.setAttribute("data-persona-theme-zone","artifact-pane"),o&&m.classList.add("persona-artifact-pane-document");let u=v("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");u.setAttribute("data-persona-theme-zone","artifact-toolbar"),o&&u.classList.add("persona-artifact-toolbar-document");let f=v("span","persona-text-xs persona-font-medium persona-truncate");f.textContent="Artifacts";let x=v("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");x.type="button",x.textContent="Close",x.setAttribute("aria-label","Close artifacts panel"),x.addEventListener("click",()=>{var ce;p(),(ce=e.onDismiss)==null||ce.call(e)});let C="rendered",S=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),k=o?Er({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):Er({icon:"eye",label:"Rendered view"}),T=o?Er({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):Er({icon:"code-2",label:"Source"}),M=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),h=(r==null?void 0:r.documentToolbarShowCopyLabel)===!0,w=(r==null?void 0:r.documentToolbarShowCopyChevron)===!0,y=r==null?void 0:r.documentToolbarCopyMenuItems,E=!!(w&&y&&y.length>0),B=null,P,R=null,O=null;if(o&&(h||w)&&!E){if(P=h?Gs({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):Er({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),w){let ce=Ie("chevron-down",14,"currentColor",2);ce&&P.appendChild(ce)}}else o&&E?(B=v("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),P=h?Gs({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):Er({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),R=Er({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"}}),B.append(P,R)):o?P=Er({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):P=Er({icon:"copy",label:"Copy"});let V=o?Er({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):Er({icon:"refresh-cw",label:"Refresh"}),ne=o?Er({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):Er({icon:"x",label:"Close"}),be=()=>{var Ce,he,rt;let ce=(Ce=Ne.find(_e=>_e.id===X))!=null?Ce:Ne[Ne.length-1],te=(he=ce==null?void 0:ce.id)!=null?he:null,le=(ce==null?void 0:ce.artifactType)==="markdown"&&(rt=ce.markdown)!=null?rt:"",ut=ce?JSON.stringify({component:ce.component,props:ce.props},null,2):"";return{markdown:le,jsonPayload:ut,id:te}},Ye=async()=>{var Ce;let{markdown:ce,jsonPayload:te}=be(),le=(Ce=Ne.find(he=>he.id===X))!=null?Ce:Ne[Ne.length-1],ut=(le==null?void 0:le.artifactType)==="markdown"?ce:le?te:"";try{await navigator.clipboard.writeText(ut)}catch{}};if(P.addEventListener("click",async()=>{let ce=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;if(ce&&E){let{markdown:te,jsonPayload:le,id:ut}=be();try{await ce({actionId:"primary",artifactId:ut,markdown:te,jsonPayload:le})}catch{}return}await Ye()}),R&&(y!=null&&y.length)){let ce=()=>{var le;return(le=m.closest("[data-persona-root]"))!=null?le:document.body},te=()=>{O=Do({items:y.map(le=>({id:le.id,label:le.label})),onSelect:async le=>{let{markdown:ut,jsonPayload:Ce,id:he}=be(),rt=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;try{rt?await rt({actionId:le,artifactId:he,markdown:ut,jsonPayload:Ce}):le==="markdown"||le==="md"?await navigator.clipboard.writeText(ut):le==="json"||le==="source"?await navigator.clipboard.writeText(Ce):await navigator.clipboard.writeText(ut||Ce)}catch{}},anchor:B!=null?B:R,position:"bottom-right",portal:ce()})};m.isConnected?te():requestAnimationFrame(te),R.addEventListener("click",le=>{le.stopPropagation(),O==null||O.toggle()})}V.addEventListener("click",async()=>{var ce;try{await((ce=r==null?void 0:r.onDocumentToolbarRefresh)==null?void 0:ce.call(r))}catch{}K()}),ne.addEventListener("click",()=>{var ce;p(),(ce=e.onDismiss)==null||ce.call(e)});let Ge=()=>{o&&(k.setAttribute("aria-pressed",C==="rendered"?"true":"false"),T.setAttribute("aria-pressed",C==="source"?"true":"false"))};k.addEventListener("click",()=>{C="rendered",Ge(),K()}),T.addEventListener("click",()=>{C="source",Ge(),K()});let ve=v("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");o?(u.replaceChildren(),S.append(k,T),B?M.append(B,V,ne):M.append(P,V,ne),u.append(S,ve,M),Ge()):(u.appendChild(f),u.appendChild(x)),s&&(u.style.paddingLeft=s,u.style.paddingRight=s);let Ee=v("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=v("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");s&&(Ee.style.paddingLeft=s,Ee.style.paddingRight=s,Ke.style.padding=s),m.appendChild(u),m.appendChild(Ee),m.appendChild(Ke);let Ne=[],X=null,Ue=!1,K=()=>{var ut,Ce,he,rt;let ce=o&&Ne.length<=1;Ee.classList.toggle("persona-hidden",ce),Ee.replaceChildren();for(let _e of Ne){let me=v("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");me.type="button",me.textContent=_e.title||_e.id.slice(0,8),_e.id===X&&me.classList.add("persona-bg-persona-container","persona-border-persona-border"),me.addEventListener("click",()=>e.onSelect(_e.id)),Ee.appendChild(me)}Ke.replaceChildren();let te=X&&Ne.find(_e=>_e.id===X)||Ne[Ne.length-1];if(!te)return;if(o){let _e=te.artifactType==="markdown"?"MD":(ut=te.component)!=null?ut:"Component",J=(te.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";ve.textContent=`${J} \xB7 ${_e}`}else f.textContent="Artifacts";if(te.artifactType==="markdown"){if(o&&C==="source"){let me=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");me.textContent=(Ce=te.markdown)!=null?Ce:"",Ke.appendChild(me);return}let _e=v("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");_e.innerHTML=d((he=te.markdown)!=null?he:""),Ke.appendChild(_e);return}let le=te.component?yo.get(te.component):void 0;if(le){let me={message:{id:te.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:t,updateProps:()=>{}};try{let J=le((rt=te.props)!=null?rt:{},me);if(J){Ke.appendChild(J);return}}catch{}}Ke.appendChild(Xv(te))},Te=()=>{var te;let ce=Ne.length>0;if(m.classList.toggle("persona-hidden",!ce),l){let le=typeof m.closest=="function"?m.closest("[data-persona-root]"):null,Ce=((te=le==null?void 0:le.classList.contains("persona-artifact-narrow-host"))!=null?te:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;ce&&Ce&&Ue?(l.classList.remove("persona-hidden"),m.classList.add("persona-artifact-drawer-open")):(l.classList.add("persona-hidden"),m.classList.remove("persona-artifact-drawer-open"))}};return{element:m,backdrop:l,update(ce){var te,le,ut;Ne=ce.artifacts,X=(ut=(le=ce.selectedId)!=null?le:(te=ce.artifacts[ce.artifacts.length-1])==null?void 0:te.id)!=null?ut:null,Ne.length>0&&(Ue=!0),K(),Te()},setMobileOpen(ce){Ue=ce,!ce&&l?(l.classList.add("persona-hidden"),m.classList.remove("persona-artifact-drawer-open")):Te()}}}function Ln(t){var e,r;return((r=(e=t==null?void 0:t.features)==null?void 0:e.artifacts)==null?void 0:r.enabled)===!0}function Ux(t,e){var s,a,i,d;if(t.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),t.style.removeProperty("--persona-artifact-pane-border"),t.style.removeProperty("--persona-artifact-pane-border-left"),!Ln(e))return;let r=(a=(s=e.features)==null?void 0:s.artifacts)==null?void 0:a.layout,n=(i=r==null?void 0:r.paneBorder)==null?void 0:i.trim(),o=(d=r==null?void 0:r.paneBorderLeft)==null?void 0:d.trim();n?(t.classList.add("persona-artifact-border-full"),t.style.setProperty("--persona-artifact-pane-border",n)):o&&(t.classList.add("persona-artifact-border-left"),t.style.setProperty("--persona-artifact-pane-border-left",o))}function Jv(t){t.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),t.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),t.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function zl(t,e){var d,l,p,m,u,f,x,C,S,k;if(!Ln(e)){t.style.removeProperty("--persona-artifact-split-gap"),t.style.removeProperty("--persona-artifact-pane-width"),t.style.removeProperty("--persona-artifact-pane-max-width"),t.style.removeProperty("--persona-artifact-pane-min-width"),t.style.removeProperty("--persona-artifact-pane-bg"),t.style.removeProperty("--persona-artifact-pane-padding"),Jv(t),Ux(t,e);return}let r=(l=(d=e.features)==null?void 0:d.artifacts)==null?void 0:l.layout;t.style.setProperty("--persona-artifact-split-gap",(p=r==null?void 0:r.splitGap)!=null?p:"0.5rem"),t.style.setProperty("--persona-artifact-pane-width",(m=r==null?void 0:r.paneWidth)!=null?m:"40%"),t.style.setProperty("--persona-artifact-pane-max-width",(u=r==null?void 0:r.paneMaxWidth)!=null?u:"28rem"),r!=null&&r.paneMinWidth?t.style.setProperty("--persona-artifact-pane-min-width",r.paneMinWidth):t.style.removeProperty("--persona-artifact-pane-min-width");let n=(f=r==null?void 0:r.paneBackground)==null?void 0:f.trim();n?t.style.setProperty("--persona-artifact-pane-bg",n):t.style.removeProperty("--persona-artifact-pane-bg");let o=(x=r==null?void 0:r.panePadding)==null?void 0:x.trim();o?t.style.setProperty("--persona-artifact-pane-padding",o):t.style.removeProperty("--persona-artifact-pane-padding");let s=(C=r==null?void 0:r.documentToolbarIconColor)==null?void 0:C.trim();s?t.style.setProperty("--persona-artifact-doc-toolbar-icon-color",s):t.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(S=r==null?void 0:r.documentToolbarToggleActiveBackground)==null?void 0:S.trim();a?t.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):t.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(k=r==null?void 0:r.documentToolbarToggleActiveBorderColor)==null?void 0:k.trim();i?t.style.setProperty("--persona-artifact-doc-toggle-active-border",i):t.style.removeProperty("--persona-artifact-doc-toggle-active-border"),Ux(t,e)}var qx=["panel","seamless"];function Vl(t,e){var i,d,l,p,m,u;for(let f of qx)t.classList.remove(`persona-artifact-appearance-${f}`);if(t.classList.remove("persona-artifact-unified-split"),t.style.removeProperty("--persona-artifact-pane-radius"),t.style.removeProperty("--persona-artifact-pane-shadow"),t.style.removeProperty("--persona-artifact-unified-outer-radius"),!Ln(e))return;let r=(d=(i=e.features)==null?void 0:i.artifacts)==null?void 0:d.layout,n=(l=r==null?void 0:r.paneAppearance)!=null?l:"panel",o=qx.includes(n)?n:"panel";t.classList.add(`persona-artifact-appearance-${o}`);let s=(p=r==null?void 0:r.paneBorderRadius)==null?void 0:p.trim();s&&t.style.setProperty("--persona-artifact-pane-radius",s);let a=(m=r==null?void 0:r.paneShadow)==null?void 0:m.trim();if(a&&t.style.setProperty("--persona-artifact-pane-shadow",a),(r==null?void 0:r.unifiedSplitChrome)===!0){t.classList.add("persona-artifact-unified-split");let f=((u=r.unifiedSplitOuterRadius)==null?void 0:u.trim())||s;f&&t.style.setProperty("--persona-artifact-unified-outer-radius",f)}}function zx(t,e){var r,n,o;return!e||!Ln(t)?!1:((o=(n=(r=t.features)==null?void 0:r.artifacts)==null?void 0:n.layout)==null?void 0:o.expandLauncherPanelWhenOpen)!==!1}function Qv(t,e){if(!(t!=null&&t.trim()))return e;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(t.trim());return r?Math.max(0,Number(r[1])):e}function Yv(t){if(!(t!=null&&t.trim()))return null;let e=/^(\d+(?:\.\d+)?)px\s*$/i.exec(t.trim());return e?Math.max(0,Number(e[1])):null}function Zv(t,e,r){return r<e?e:Math.min(r,Math.max(e,t))}function eC(t,e,r,n){let o=t-n-2*e-r;return Math.max(0,o)}function Vx(t,e){var a;let n=(a=(e.getComputedStyle(t).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",o=/^([\d.]+)px$/i.exec(n);if(o)return Number(o[1]);let s=/^([\d.]+)/.exec(n);return s?Number(s[1]):8}function jx(t,e,r,n,o,s){let a=Qv(o,200),i=eC(e,r,n,200);i=Math.max(a,i);let d=Yv(s);return d!==null&&(i=Math.min(i,d)),Zv(t,a,i)}var Gx={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"}},lu=(t,e,r,n)=>{let o=t.querySelectorAll("[data-tv-form]");o.length&&o.forEach(s=>{var x,C,S;if(s.dataset.enhanced==="true")return;let a=(x=s.dataset.tvForm)!=null?x:"init";s.dataset.enhanced="true";let i=(C=Gx[a])!=null?C:Gx.init;s.classList.add("persona-form-card","persona-space-y-4");let d=v("div","persona-space-y-1"),l=v("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(l.textContent=i.title,d.appendChild(l),i.description){let k=v("p","persona-text-sm persona-text-persona-muted");k.textContent=i.description,d.appendChild(k)}let p=document.createElement("form");p.className="persona-form-grid persona-space-y-3",i.fields.forEach(k=>{var y,E;let T=v("label","persona-form-field persona-flex persona-flex-col persona-gap-1");T.htmlFor=`${e.id}-${a}-${k.name}`;let M=v("span","persona-text-xs persona-font-medium persona-text-persona-muted");M.textContent=k.label,T.appendChild(M);let h=(y=k.type)!=null?y:"text",w;h==="textarea"?(w=document.createElement("textarea"),w.rows=3):(w=document.createElement("input"),w.type=h),w.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",w.id=`${e.id}-${a}-${k.name}`,w.name=k.name,w.placeholder=(E=k.placeholder)!=null?E:"",k.required&&(w.required=!0),T.appendChild(w),p.appendChild(T)});let m=v("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),u=v("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),f=v("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");f.type="submit",f.textContent=(S=i.submitLabel)!=null?S:"Submit",m.appendChild(u),m.appendChild(f),p.appendChild(m),s.replaceChildren(d,p),p.addEventListener("submit",async k=>{var w,y;k.preventDefault();let T=(w=r.formEndpoint)!=null?w:"/form",M=new FormData(p),h={};M.forEach((E,B)=>{h[B]=E}),h.type=a,f.disabled=!0,u.textContent="Submitting\u2026";try{let E=await fetch(T,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h)});if(!E.ok)throw new Error(`Form submission failed (${E.status})`);let B=await E.json();u.textContent=(y=B.message)!=null?y:"Thanks! We'll be in touch soon.",B.success&&B.nextPrompt&&await n.sendMessage(String(B.nextPrompt))}catch(E){u.textContent=E instanceof Error?E.message:"Something went wrong. Please try again."}finally{f.disabled=!1}})})};var du=class{constructor(){this.plugins=new Map}register(e){var r;this.plugins.has(e.id)&&console.warn(`Plugin "${e.id}" is already registered. Overwriting.`),this.plugins.set(e.id,e),(r=e.onRegister)==null||r.call(e)}unregister(e){var n;let r=this.plugins.get(e);r&&((n=r.onUnregister)==null||n.call(r),this.plugins.delete(e))}getAll(){return Array.from(this.plugins.values()).sort((e,r)=>{var n,o;return((n=r.priority)!=null?n:0)-((o=e.priority)!=null?o:0)})}getForInstance(e){let r=this.getAll();if(!e||e.length===0)return r;let n=new Set(e.map(s=>s.id));return[...r.filter(s=>!n.has(s.id)),...e].sort((s,a)=>{var i,d;return((i=a.priority)!=null?i:0)-((d=s.priority)!=null?d:0)})}clear(){this.plugins.forEach(e=>{var r;return(r=e.onUnregister)==null?void 0:r.call(e)}),this.plugins.clear()}},Ys=new du;var Kx=()=>{let t=new Map,e=(o,s)=>(t.has(o)||t.set(o,new Set),t.get(o).add(s),()=>r(o,s)),r=(o,s)=>{var a;(a=t.get(o))==null||a.delete(s)};return{on:e,off:r,emit:(o,s)=>{var a;(a=t.get(o))==null||a.forEach(i=>{try{i(s)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var tC=t=>{let e=t.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:t},rC=t=>{let e=t.trim(),r=e.indexOf("{");if(r===-1)return null;let n=0;for(let o=r;o<e.length;o+=1){let s=e[o];if(s==="{"&&(n+=1),s==="}"&&(n-=1,n===0))return e.slice(r,o+1)}return null},Zs=({text:t})=>{if(!t||!t.includes("{"))return null;try{let e=tC(t),r=rC(e);if(!r)return null;let n=JSON.parse(r);if(!n||typeof n!="object"||!n.action)return null;let{action:o,...s}=n;return{type:String(o),payload:s,raw:n}}catch{return null}},cu=t=>typeof t=="string"?t:t==null?"":String(t),ha={message:t=>t.type!=="message"?void 0:{handled:!0,displayText:cu(t.payload.text)},messageAndClick:(t,e)=>{var o;if(t.type!=="message_and_click")return;let r=t.payload,n=cu(r.element);if(n&&((o=e.document)!=null&&o.querySelector)){let s=e.document.querySelector(n);s?setTimeout(()=>{s.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",n)}return{handled:!0,displayText:cu(r.text)}}},Xx=t=>Array.isArray(t)?t.map(e=>String(e)):[],ei=t=>{let e=new Set(Xx(t.getSessionMetadata().processedActionMessageIds)),r=()=>{e=new Set(Xx(t.getSessionMetadata().processedActionMessageIds))},n=()=>{let s=Array.from(e);t.updateSessionMetadata(a=>({...a,processedActionMessageIds:s}))};return{process:s=>{if(s.streaming||s.message.role!=="assistant"||!s.text||e.has(s.message.id))return null;let a=typeof s.raw=="string"&&s.raw||typeof s.message.rawContent=="string"&&s.message.rawContent||typeof s.text=="string"&&s.text||null;!a&&typeof s.text=="string"&&s.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?t.parsers.reduce((l,p)=>l||(p==null?void 0:p({text:a,message:s.message}))||null,null):null;if(!i)return null;e.add(s.message.id),n();let d={action:i,message:s.message};t.emit("action:detected",d);for(let l of t.handlers)if(l)try{let p=()=>{t.emit("action:resubmit",d)},m=l(i,{message:s.message,metadata:t.getSessionMetadata(),updateMetadata:t.updateSessionMetadata,document:t.documentRef,triggerResubmit:p});if(!m)continue;if(m.handled){let u=m.persistMessage!==!1;return{text:m.displayText!==void 0?m.displayText:"",persist:u,resubmit:m.resubmit}}}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",p)}return{text:"",persist:!0}},syncFromMetadata:r}};var nC=t=>{if(!t)return null;try{return JSON.parse(t)}catch(e){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",e),null}},oC=t=>t.map(e=>({...e,streaming:!1})),aC=t=>t.map(e=>({...e,status:"complete"})),jl=(t="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let r=e();return r?nC(r.getItem(t)):null},save:r=>{let n=e();if(n)try{let o={...r,messages:r.messages?oC(r.messages):void 0,artifacts:r.artifacts?aC(r.artifacts):void 0};n.setItem(t,JSON.stringify(o))}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",o)}},clear:()=>{let r=e();if(r)try{r.removeItem(t)}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",n)}}}};var Ga=ad(qi(),1);function sC(t){if(!t||typeof t!="object"||!("component"in t))return!1;let e=t.component;return typeof e=="string"&&e.length>0}function iC(t,e){if(!sC(t))return null;let r=t.props&&typeof t.props=="object"&&t.props!==null?t.props:{};return{component:t.component,props:r,raw:e}}function Gl(){let t=null,e=0;return{getExtractedDirective:()=>t,processChunk:r=>{let n=r.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(r.length<=e)return t;try{let o=(0,Ga.parse)(r,Ga.STR|Ga.OBJ),s=iC(o,r);s&&(t=s)}catch{}return e=r.length,t},reset:()=>{t=null,e=0}}}function Jx(t){return typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string"&&"props"in t&&typeof t.props=="object"}function Kl(t,e){let{config:r,message:n,onPropsUpdate:o}=e,s=yo.get(t.component);if(!s)return console.warn(`[ComponentMiddleware] Component "${t.component}" not found in registry. Falling back to default rendering.`),null;let a={message:n,config:r,updateProps:i=>{o&&o(i)}};try{return s(t.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${t.component}":`,i),null}}function Qx(){let t=Gl();return{processChunk:e=>t.processChunk(e),getDirective:()=>t.getExtractedDirective(),reset:()=>{t.reset()}}}function Yx(t){if(typeof t.rawContent=="string"&&t.rawContent.length>0)return t.rawContent;if(typeof t.content=="string"){let e=t.content.trim();if(e.startsWith("{")||e.startsWith("["))return t.content}return null}function Xl(t){let e=Yx(t);if(!e)return!1;try{let r=JSON.parse(e);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function Jl(t){let e=Yx(t);if(!e)return null;try{let r=JSON.parse(e);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"){let n=r;return{component:n.component,props:n.props&&typeof n.props=="object"&&n.props!==null?n.props:{},raw:e}}}catch{}return null}var lC=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function Ql(t){let{onSubmit:e,onDismiss:r,title:n="How satisfied are you?",subtitle:o="Please rate your experience",commentPlaceholder:s="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,ratingLabels:l=lC}=t,p=document.createElement("div");p.className="persona-feedback-container persona-feedback-csat",p.setAttribute("role","dialog"),p.setAttribute("aria-label","Customer satisfaction feedback");let m=null,u=document.createElement("div");u.className="persona-feedback-content";let f=document.createElement("div");f.className="persona-feedback-header";let x=document.createElement("h3");x.className="persona-feedback-title",x.textContent=n,f.appendChild(x);let C=document.createElement("p");C.className="persona-feedback-subtitle",C.textContent=o,f.appendChild(C),u.appendChild(f);let S=document.createElement("div");S.className="persona-feedback-rating persona-feedback-rating-csat",S.setAttribute("role","radiogroup"),S.setAttribute("aria-label","Satisfaction rating from 1 to 5");let k=[];for(let y=1;y<=5;y++){let E=document.createElement("button");E.type="button",E.className="persona-feedback-rating-btn persona-feedback-star-btn",E.setAttribute("role","radio"),E.setAttribute("aria-checked","false"),E.setAttribute("aria-label",`${y} star${y>1?"s":""}: ${l[y-1]}`),E.title=l[y-1],E.dataset.rating=String(y),E.innerHTML=`
|
|
73
|
+
`,r.addEventListener("click",e);let n=s=>{var T,h,C,w,E,W,P,R,N,j,oe,ve,nt;let a=(T=s.launcher)!=null?T:{},i=kr(s),d=r.querySelector("[data-role='launcher-title']");if(d){let Te=(h=a.title)!=null?h:"Chat Assistant";d.textContent=Te,d.setAttribute("title",Te)}let l=r.querySelector("[data-role='launcher-subtitle']");if(l){let Te=(C=a.subtitle)!=null?C:"Get answers fast";l.textContent=Te,l.setAttribute("title",Te)}let p=r.querySelector(".persona-flex-col");p&&(a.textHidden||i?p.style.display="none":p.style.display="");let u=r.querySelector("[data-role='launcher-icon']");if(u)if(a.agentIconHidden)u.style.display="none";else{let Te=(w=a.agentIconSize)!=null?w:"40px";if(u.style.height=Te,u.style.width=Te,u.innerHTML="",a.agentIconName){let $e=parseFloat(Te)||24,Se=Be(a.agentIconName,$e*.6,"var(--persona-text-inverse, #ffffff)",2);Se?(u.appendChild(Se),u.style.display=""):(u.textContent=(E=a.agentIconText)!=null?E:"\u{1F4AC}",u.style.display="")}else a.iconUrl?u.style.display="none":(u.textContent=(W=a.agentIconText)!=null?W:"\u{1F4AC}",u.style.display="")}let f=r.querySelector("[data-role='launcher-image']");if(f){let Te=(P=a.agentIconSize)!=null?P:"40px";f.style.height=Te,f.style.width=Te,a.iconUrl&&!a.agentIconName&&!a.agentIconHidden?(f.src=a.iconUrl,f.style.display="block"):f.style.display="none"}let m=r.querySelector("[data-role='launcher-call-to-action-icon']");if(m){let Te=(R=a.callToActionIconSize)!=null?R:"32px";m.style.height=Te,m.style.width=Te,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 $e=0;if(a.callToActionIconPadding?(m.style.boxSizing="border-box",m.style.padding=a.callToActionIconPadding,$e=(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 Se=parseFloat(Te)||24,Xe=Math.max(Se-$e,8),He=Be(a.callToActionIconName,Xe,"currentColor",2);He?m.appendChild(He):m.textContent=(N=a.callToActionIconText)!=null?N:"\u2197"}else m.textContent=(j=a.callToActionIconText)!=null?j:"\u2197"}let y=a.position&&Gn[a.position]?Gn[a.position]:Gn["bottom-right"],x="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",S="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";r.className=i?S:`${x} ${y}`,i||(r.style.zIndex=String((oe=a.zIndex)!=null?oe:Kr));let M="1px solid var(--persona-border, #e5e7eb)",k="var(--persona-launcher-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";r.style.border=(ve=a.border)!=null?ve:M,r.style.boxShadow=a.shadow!==void 0?a.shadow.trim()===""?"none":a.shadow:k,i?(r.style.width="0",r.style.minWidth="0",r.style.maxWidth="0",r.style.padding="0",r.style.overflow="hidden",r.style.border="none",r.style.boxShadow="none"):(r.style.width="",r.style.minWidth="",r.style.maxWidth=(nt=a.collapsedMaxWidth)!=null?nt:"",r.style.justifyContent="",r.style.padding="",r.style.overflow="")},o=()=>{r.removeEventListener("click",e),r.remove()};return t&&n(t),{element:r,update:n,destroy:o}};var Vw="persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",Il=(t,e={})=>{var x,S,M,k,T,h;let{showClose:r=!0,wrapperClassName:n=Vw,buttonSize:o,iconSize:s="28px"}=e,a=(x=t==null?void 0:t.launcher)!=null?x:{},i=(S=o!=null?o:a.closeButtonSize)!=null?S:"32px",d=v("div",n),l=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");l.style.height=i,l.style.width=i,l.type="button";let p=(M=a.closeButtonTooltipText)!=null?M:"Close chat",u=(k=a.closeButtonShowTooltip)!=null?k:!0;l.setAttribute("aria-label",p),l.style.display=r?"":"none";let f=(T=a.closeButtonIconName)!=null?T:"x",m=(h=a.closeButtonIconText)!=null?h:"\xD7";l.style.color=a.closeButtonColor||rn.actionIconColor;let y=Be(f,s,"currentColor",1);if(y?(y.style.display="block",l.appendChild(y)):l.textContent=m,a.closeButtonBackgroundColor?(l.style.backgroundColor=a.closeButtonBackgroundColor,l.classList.remove("hover:persona-bg-gray-100")):(l.style.backgroundColor="",l.classList.add("hover:persona-bg-gray-100")),a.closeButtonBorderWidth||a.closeButtonBorderColor){let C=a.closeButtonBorderWidth||"0px",w=a.closeButtonBorderColor||"transparent";l.style.border=`${C} solid ${w}`,l.classList.remove("persona-border-none")}else l.style.border="",l.classList.add("persona-border-none");if(a.closeButtonBorderRadius?(l.style.borderRadius=a.closeButtonBorderRadius,l.classList.remove("persona-rounded-full")):(l.style.borderRadius="",l.classList.add("persona-rounded-full")),a.closeButtonPaddingX?(l.style.paddingLeft=a.closeButtonPaddingX,l.style.paddingRight=a.closeButtonPaddingX):(l.style.paddingLeft="",l.style.paddingRight=""),a.closeButtonPaddingY?(l.style.paddingTop=a.closeButtonPaddingY,l.style.paddingBottom=a.closeButtonPaddingY):(l.style.paddingTop="",l.style.paddingBottom=""),d.appendChild(l),u&&p){let C=null,w=()=>{if(C)return;let W=l.ownerDocument,P=W.body;if(!P)return;C=ro(W,"div","persona-clear-chat-tooltip"),C.textContent=p;let R=ro(W,"div");R.className="persona-clear-chat-tooltip-arrow",C.appendChild(R);let N=l.getBoundingClientRect();C.style.position="fixed",C.style.zIndex=String(Oo),C.style.left=`${N.left+N.width/2}px`,C.style.top=`${N.top-8}px`,C.style.transform="translate(-50%, -100%)",P.appendChild(C)},E=()=>{C&&C.parentNode&&(C.parentNode.removeChild(C),C=null)};d.addEventListener("mouseenter",w),d.addEventListener("mouseleave",E),l.addEventListener("focus",w),l.addEventListener("blur",E),d._cleanupTooltip=()=>{E(),d.removeEventListener("mouseenter",w),d.removeEventListener("mouseleave",E),l.removeEventListener("focus",w),l.removeEventListener("blur",E)}}return{button:l,wrapper:d}},jw="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Rl=(t,e={})=>{var C,w,E,W,P,R,N,j,oe,ve,nt,Te,$e;let{wrapperClassName:r=jw,buttonSize:n,iconSize:o="20px"}=e,a=(w=((C=t==null?void 0:t.launcher)!=null?C:{}).clearChat)!=null?w:{},i=(E=n!=null?n:a.size)!=null?E:"32px",d=(W=a.iconName)!=null?W:"refresh-cw",l=(P=a.iconColor)!=null?P:"",p=(R=a.backgroundColor)!=null?R:"",u=(N=a.borderWidth)!=null?N:"",f=(j=a.borderColor)!=null?j:"",m=(oe=a.borderRadius)!=null?oe:"",y=(ve=a.paddingX)!=null?ve:"",x=(nt=a.paddingY)!=null?nt:"",S=(Te=a.tooltipText)!=null?Te:"Clear chat",M=($e=a.showTooltip)!=null?$e:!0,k=v("div",r),T=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");T.style.height=i,T.style.width=i,T.type="button",T.setAttribute("aria-label",S),T.style.color=l||rn.actionIconColor;let h=Be(d,o,"currentColor",1);if(h&&(h.style.display="block",T.appendChild(h)),p&&(T.style.backgroundColor=p,T.classList.remove("hover:persona-bg-gray-100")),u||f){let Se=u||"0px",Xe=f||"transparent";T.style.border=`${Se} solid ${Xe}`,T.classList.remove("persona-border-none")}if(m&&(T.style.borderRadius=m,T.classList.remove("persona-rounded-full")),y&&(T.style.paddingLeft=y,T.style.paddingRight=y),x&&(T.style.paddingTop=x,T.style.paddingBottom=x),k.appendChild(T),M&&S){let Se=null,Xe=()=>{if(Se)return;let V=T.ownerDocument,be=V.body;if(!be)return;Se=ro(V,"div","persona-clear-chat-tooltip"),Se.textContent=S;let G=ro(V,"div");G.className="persona-clear-chat-tooltip-arrow",Se.appendChild(G);let Ae=T.getBoundingClientRect();Se.style.position="fixed",Se.style.zIndex=String(Oo),Se.style.left=`${Ae.left+Ae.width/2}px`,Se.style.top=`${Ae.top-8}px`,Se.style.transform="translate(-50%, -100%)",be.appendChild(Se)},He=()=>{Se&&Se.parentNode&&(Se.parentNode.removeChild(Se),Se=null)};k.addEventListener("mouseenter",Xe),k.addEventListener("mouseleave",He),T.addEventListener("focus",Xe),T.addEventListener("blur",He),k._cleanupTooltip=()=>{He(),k.removeEventListener("mouseenter",Xe),k.removeEventListener("mouseleave",He),T.removeEventListener("focus",Xe),T.removeEventListener("blur",He)}}return{button:T,wrapper:k}};var rn={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))"},bo=t=>{var C,w,E,W,P,R,N,j,oe,ve,nt,Te,$e,Se,Xe,He;let{config:e,showClose:r=!0}=t,n=v("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 o=(C=e==null?void 0:e.launcher)!=null?C:{},s=(w=o.headerIconSize)!=null?w:"48px",a=(E=o.closeButtonPlacement)!=null?E:"inline",i=(W=o.headerIconHidden)!=null?W:!1,d=o.headerIconName,l=v("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(l.style.height=s,l.style.width=s,l.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",l.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!i)if(d){let V=parseFloat(s)||24,be=Be(d,V*.6,"currentColor",1);be?l.replaceChildren(be):l.textContent=(R=(P=e==null?void 0:e.launcher)==null?void 0:P.agentIconText)!=null?R:"\u{1F4AC}"}else if((N=e==null?void 0:e.launcher)!=null&&N.iconUrl){let V=v("img");V.src=e.launcher.iconUrl,V.alt="",V.className="persona-rounded-xl persona-object-cover",V.style.height=s,V.style.width=s,l.replaceChildren(V)}else l.textContent=(oe=(j=e==null?void 0:e.launcher)==null?void 0:j.agentIconText)!=null?oe:"\u{1F4AC}";let p=v("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),u=v("span","persona-text-base persona-font-semibold");u.style.color=rn.titleColor,u.textContent=(nt=(ve=e==null?void 0:e.launcher)==null?void 0:ve.title)!=null?nt:"Chat Assistant";let f=v("span","persona-text-xs");f.style.color=rn.subtitleColor,f.textContent=($e=(Te=e==null?void 0:e.launcher)==null?void 0:Te.subtitle)!=null?$e:"Here to help you get answers fast",p.append(u,f),i?n.append(p):n.append(l,p);let m=(Se=o.clearChat)!=null?Se:{},y=(Xe=m.enabled)!=null?Xe:!0,x=(He=m.placement)!=null?He:"inline",S=null,M=null;if(y){let be=Rl(e,{wrapperClassName:x==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"});S=be.button,M=be.wrapper,x==="top-right"&&(M.style.right="48px"),x==="inline"&&n.appendChild(M)}let k=a==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":y&&x==="inline"?"persona-relative persona-inline-flex persona-items-center persona-justify-center":"persona-relative persona-ml-auto persona-inline-flex persona-items-center persona-justify-center",{button:T,wrapper:h}=Il(e,{showClose:r,wrapperClassName:k});return a!=="top-right"&&n.appendChild(h),{header:n,iconHolder:l,headerTitle:u,headerSubtitle:f,closeButton:T,closeButtonWrapper:h,clearChatButton:S,clearChatButtonWrapper:M}},ha=(t,e,r)=>{var a,i,d,l;let n=(a=r==null?void 0:r.launcher)!=null?a:{},o=(i=n.closeButtonPlacement)!=null?i:"inline",s=(l=(d=n.clearChat)==null?void 0:d.placement)!=null?l:"inline";t.appendChild(e.header),o==="top-right"&&(t.style.position="relative",t.appendChild(e.closeButtonWrapper)),e.clearChatButtonWrapper&&s==="top-right"&&(t.style.position="relative",t.appendChild(e.clearChatButtonWrapper))};function Fo(t){let{items:e,onSelect:r,anchor:n,position:o="bottom-left",portal:s}=t,a=v("div","persona-dropdown-menu persona-hidden");a.setAttribute("role","menu"),a.setAttribute("data-persona-theme-zone","dropdown"),s?(a.style.position="fixed",a.style.zIndex=String(Oo)):(a.style.position="absolute",a.style.top="100%",a.style.marginTop="4px",o==="bottom-right"?a.style.right="0":a.style.left="0");for(let m of e){if(m.dividerBefore){let S=document.createElement("hr");a.appendChild(S)}let y=document.createElement("button");if(y.type="button",y.setAttribute("role","menuitem"),y.setAttribute("data-dropdown-item-id",m.id),m.destructive&&y.setAttribute("data-destructive",""),m.icon){let S=Be(m.icon,16,"currentColor",1.5);S&&y.appendChild(S)}let x=document.createElement("span");x.textContent=m.label,y.appendChild(x),y.addEventListener("click",S=>{S.stopPropagation(),p(),r(m.id)}),a.appendChild(y)}let i=null;function d(){if(!s)return;let m=n.getBoundingClientRect();a.style.top=`${m.bottom+4}px`,o==="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 l(){d(),a.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let m=y=>{!a.contains(y.target)&&!n.contains(y.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")?l():p()}function f(){p(),a.remove()}return s&&s.appendChild(a),{element:a,show:l,hide:p,toggle:u,destroy:f}}function Wr(t){let{icon:e,label:r,size:n,strokeWidth:o,className:s,onClick:a,aria:i}=t,d=v("button","persona-icon-btn"+(s?" "+s:""));d.type="button",d.setAttribute("aria-label",r),d.title=r;let l=Be(e,n!=null?n:16,"currentColor",o!=null?o:2);if(l&&d.appendChild(l),a&&d.addEventListener("click",a),i)for(let[p,u]of Object.entries(i))d.setAttribute(p,u);return d}function Qs(t){let{icon:e,label:r,variant:n="default",size:o="sm",iconSize:s,className:a,onClick:i,aria:d}=t,l="persona-label-btn";n!=="default"&&(l+=" persona-label-btn--"+n),l+=" persona-label-btn--"+o,a&&(l+=" "+a);let p=v("button",l);if(p.type="button",p.setAttribute("aria-label",r),e){let f=Be(e,s!=null?s:14,"currentColor",2);f&&p.appendChild(f)}let u=v("span");if(u.textContent=r,p.appendChild(u),i&&p.addEventListener("click",i),d)for(let[f,m]of Object.entries(d))p.setAttribute(f,m);return p}function hx(t){let{items:e,selectedId:r,onSelect:n,className:o}=t,s=v("div","persona-toggle-group"+(o?" "+o:""));s.setAttribute("role","group");let a=r,i=[];function d(){for(let p of i)p.btn.setAttribute("aria-pressed",p.id===a?"true":"false")}for(let p of e){let u;p.icon?u=Wr({icon:p.icon,label:p.label,onClick:()=>{a=p.id,d(),n(p.id)}}):(u=v("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}),s.appendChild(u)}function l(p){a=p,d()}return{element:s,setSelected:l}}function Wl(t){var m,y;let{label:e,icon:r="chevron-down",menuItems:n,onSelect:o,position:s="bottom-left",portal:a,className:i,hover:d}=t,l=v("div","persona-combo-btn"+(i?" "+i:""));l.style.position="relative",l.style.display="inline-flex",l.style.alignItems="center",l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0"),l.setAttribute("aria-haspopup","true"),l.setAttribute("aria-expanded","false"),l.setAttribute("aria-label",e);let p=v("span","persona-combo-btn-label");p.textContent=e,l.appendChild(p);let u=Be(r,14,"currentColor",2);u&&(u.style.marginLeft="4px",u.style.opacity="0.6",l.appendChild(u)),d&&(l.style.borderRadius=(m=d.borderRadius)!=null?m:"10px",l.style.padding=(y=d.padding)!=null?y:"6px 4px 6px 12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.addEventListener("mouseenter",()=>{var x,S;l.style.backgroundColor=(x=d.background)!=null?x:"",l.style.borderColor=(S=d.border)!=null?S:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}));let f=Fo({items:n,onSelect:x=>{l.setAttribute("aria-expanded","false"),o(x)},anchor:l,position:s,portal:a});return a||l.appendChild(f.element),l.addEventListener("click",x=>{x.stopPropagation();let S=!f.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",S?"false":"true"),f.toggle()}),l.addEventListener("keydown",x=>{(x.key==="Enter"||x.key===" ")&&(x.preventDefault(),l.click())}),{element:l,setLabel:x=>{p.textContent=x,l.setAttribute("aria-label",x)},open:()=>{l.setAttribute("aria-expanded","true"),f.show()},close:()=>{l.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let x=!f.element.classList.contains("persona-hidden");l.setAttribute("aria-expanded",x?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),l.remove()}}}var jp=t=>{var n;let e=bo({config:t.config,showClose:t.showClose,onClose:t.onClose,onClearChat:t.onClearChat}),r=(n=t.layoutHeaderConfig)==null?void 0:n.onTitleClick;if(r){let o=e.headerTitle.parentElement;o&&(o.style.cursor="pointer",o.setAttribute("role","button"),o.setAttribute("tabindex","0"),o.addEventListener("click",()=>r()),o.addEventListener("keydown",s=>{(s.key==="Enter"||s.key===" ")&&(s.preventDefault(),r())}))}return e};function Gw(t,e,r){var n,o,s;if(e!=null&&e.length)for(let a of e){let i=v("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",(o=(n=a.ariaLabel)!=null?n:a.label)!=null?o:a.id),a.icon){let d=Be(a.icon,14,"currentColor",2);d&&i.appendChild(d)}else a.label&&(i.textContent=a.label);if((s=a.menuItems)!=null&&s.length){let d=v("div","persona-relative");d.appendChild(i);let l=Fo({items:a.menuItems,onSelect:p=>r==null?void 0:r(p),anchor:d,position:"bottom-left"});d.appendChild(l.element),i.addEventListener("click",p=>{p.stopPropagation(),l.toggle()}),t.appendChild(d)}else i.addEventListener("click",()=>r==null?void 0:r(a.id)),t.appendChild(i)}}var Gp=t=>{var k,T,h,C,w,E,W,P,R;let{config:e,showClose:r=!0,onClose:n,layoutHeaderConfig:o,onHeaderAction:s}=t,a=(k=e==null?void 0:e.launcher)!=null?k:{},i=v("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=o==null?void 0:o.titleMenu,l,p;if(d)l=Wl({label:(T=a.title)!=null?T:"Chat Assistant",menuItems:d.menuItems,onSelect:d.onSelect,hover:d.hover,className:""}).element,l.style.color=rn.titleColor,p=(h=l.querySelector(".persona-combo-btn-label"))!=null?h:l;else{if(l=v("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),p=v("span","persona-text-base persona-font-semibold persona-truncate"),p.style.color=rn.titleColor,p.textContent=(C=a.title)!=null?C:"Chat Assistant",l.appendChild(p),Gw(l,o==null?void 0:o.trailingActions,(w=o==null?void 0:o.onAction)!=null?w:s),o!=null&&o.onTitleClick){l.style.cursor="pointer",l.setAttribute("role","button"),l.setAttribute("tabindex","0");let j=o.onTitleClick;l.addEventListener("click",oe=>{oe.target.closest("button")||j()}),l.addEventListener("keydown",oe=>{(oe.key==="Enter"||oe.key===" ")&&(oe.preventDefault(),j())})}let N=o==null?void 0:o.titleRowHover;N&&(l.style.borderRadius=(E=N.borderRadius)!=null?E:"10px",l.style.padding=(W=N.padding)!=null?W:"6px 4px 6px 12px",l.style.margin="-6px 0 -6px -12px",l.style.border="1px solid transparent",l.style.transition="background-color 0.15s ease, border-color 0.15s ease",l.style.width="fit-content",l.style.flex="none",l.addEventListener("mouseenter",()=>{var j,oe;l.style.backgroundColor=(j=N.background)!=null?j:"",l.style.borderColor=(oe=N.border)!=null?oe:""}),l.addEventListener("mouseleave",()=>{l.style.backgroundColor="",l.style.borderColor="transparent"}))}i.appendChild(l);let u=(P=a.closeButtonSize)!=null?P:"32px",f=v("div",""),m=v("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=r?"":"none",m.style.color=a.closeButtonColor||rn.actionIconColor;let y=(R=a.closeButtonIconName)!=null?R:"x",x=Be(y,"28px","currentColor",1);x?m.appendChild(x):m.textContent="\xD7",n&&m.addEventListener("click",n),f.appendChild(m),i.appendChild(f);let S=v("div");S.style.display="none";let M=v("span");return M.style.display="none",{header:i,iconHolder:S,headerTitle:p,headerSubtitle:M,closeButton:m,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},Bl={default:jp,minimal:Gp},Kp=t=>{var e;return(e=Bl[t])!=null?e:Bl.default},qa=(t,e,r)=>{var a,i,d;if(e!=null&&e.render){let l=e.render({config:t,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,trailingActions:e.trailingActions,onAction:e.onAction}),p=v("div");p.style.display="none";let u=v("span"),f=v("span"),m=v("button");m.style.display="none";let y=v("div");return y.style.display="none",{header:l,iconHolder:p,headerTitle:u,headerSubtitle:f,closeButton:m,closeButtonWrapper:y,clearChatButton:null,clearChatButtonWrapper:null}}let n=(a=e==null?void 0:e.layout)!=null?a:"default",s=Kp(n)({config:t,showClose:(d=(i=e==null?void 0:e.showCloseButton)!=null?i:r==null?void 0:r.showClose)!=null?d:!0,onClose:r==null?void 0:r.onClose,onClearChat:r==null?void 0:r.onClearChat,layoutHeaderConfig:e,onHeaderAction:e==null?void 0:e.onAction});return e&&(e.showIcon===!1&&(s.iconHolder.style.display="none"),e.showTitle===!1&&(s.headerTitle.style.display="none"),e.showSubtitle===!1&&(s.headerSubtitle.style.display="none"),e.showCloseButton===!1&&(s.closeButton.style.display="none"),e.showClearChat===!1&&s.clearChatButtonWrapper&&(s.clearChatButtonWrapper.style.display="none")),s};var Hl=t=>{var a,i;let e=v("textarea");e.setAttribute("data-persona-composer-input",""),e.placeholder=(i=(a=t==null?void 0:t.copy)==null?void 0:a.inputPlaceholder)!=null?i:"Type your message\u2026",e.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",e.rows=1,e.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',e.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let r=3,n=20;e.style.maxHeight=`${r*n}px`,e.style.overflowY="auto";let o=()=>{let d=parseFloat(e.style.maxHeight);return Number.isFinite(d)&&d>0?d:r*n},s=()=>{e.addEventListener("input",()=>{e.style.height="auto";let d=Math.min(e.scrollHeight,o());e.style.height=`${d}px`})};return e.style.border="none",e.style.outline="none",e.style.borderWidth="0",e.style.borderStyle="none",e.style.borderColor="transparent",e.addEventListener("focus",()=>{e.style.border="none",e.style.outline="none",e.style.borderWidth="0",e.style.borderStyle="none",e.style.borderColor="transparent",e.style.boxShadow="none"}),e.addEventListener("blur",()=>{e.style.border="none",e.style.outline="none"}),{textarea:e,attachAutoResize:s}},Dl=t=>{var C,w,E,W,P,R,N,j,oe,ve,nt,Te;let e=(C=t==null?void 0:t.sendButton)!=null?C:{},r=(w=e.useIcon)!=null?w:!1,n=(E=e.iconText)!=null?E:"\u2191",o=e.iconName,s=(W=e.stopIconName)!=null?W:"square",a=(P=e.tooltipText)!=null?P:"Send message",i=(R=e.stopTooltipText)!=null?R:"Stop generating",d=(j=(N=t==null?void 0:t.copy)==null?void 0:N.sendButtonLabel)!=null?j:"Send",l=(ve=(oe=t==null?void 0:t.copy)==null?void 0:oe.stopButtonLabel)!=null?ve:"Stop",p=(nt=e.showTooltip)!=null?nt:!1,u=(Te=e.size)!=null?Te:"40px",f=e.backgroundColor,m=e.textColor,y=v("div","persona-send-button-wrapper"),x=v("button",r?"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");x.type="submit",x.setAttribute("data-persona-composer-submit","");let S=null,M=null;if(r){x.style.width=u,x.style.height=u,x.style.minWidth=u,x.style.minHeight=u,x.style.fontSize="18px",x.style.lineHeight="1",x.innerHTML="",m?x.style.color=m:x.style.color="var(--persona-button-primary-fg, #ffffff)";let $e=parseFloat(u)||24,Se=(m==null?void 0:m.trim())||"currentColor";o?(S=Be(o,$e,Se,2),S?x.appendChild(S):x.textContent=n):x.textContent=n,M=Be(s,$e,Se,2),f?x.style.backgroundColor=f:x.classList.add("persona-bg-persona-primary")}else x.textContent=d,m?x.style.color=m:x.classList.add("persona-text-white");e.borderWidth&&(x.style.borderWidth=e.borderWidth,x.style.borderStyle="solid"),e.borderColor&&(x.style.borderColor=e.borderColor),e.paddingX?(x.style.paddingLeft=e.paddingX,x.style.paddingRight=e.paddingX):(x.style.paddingLeft="",x.style.paddingRight=""),e.paddingY?(x.style.paddingTop=e.paddingY,x.style.paddingBottom=e.paddingY):(x.style.paddingTop="",x.style.paddingBottom="");let k=null;p&&a&&(k=v("div","persona-send-button-tooltip"),k.textContent=a,y.appendChild(k)),x.setAttribute("aria-label",a),y.appendChild(x);let T="send";return{button:x,wrapper:y,setMode:$e=>{if($e===T)return;T=$e;let Se=$e==="stop"?i:a;if(x.setAttribute("aria-label",Se),k&&(k.textContent=Se),r){if(S&&M){let Xe=$e==="stop"?M:S;x.replaceChildren(Xe)}}else x.textContent=$e==="stop"?l:d}}},Ol=t=>{var k,T,h,C,w,E,W,P,R,N,j,oe;let e=(k=t==null?void 0:t.voiceRecognition)!=null?k:{};if(!(e.enabled===!0))return null;let n=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),o=((T=e.provider)==null?void 0:T.type)==="runtype";if(!(n||o))return null;let a=(C=(h=t==null?void 0:t.sendButton)==null?void 0:h.size)!=null?C:"40px",i=v("div","persona-send-button-wrapper"),d=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");d.type="button",d.setAttribute("data-persona-composer-mic",""),d.setAttribute("aria-label","Start voice recognition");let l=(w=e.iconName)!=null?w:"mic",p=(E=e.iconSize)!=null?E:a,u=parseFloat(p)||24,f=(P=e.backgroundColor)!=null?P:(W=t==null?void 0:t.sendButton)==null?void 0:W.backgroundColor,m=(N=e.iconColor)!=null?N:(R=t==null?void 0:t.sendButton)==null?void 0:R.textColor;d.style.width=p,d.style.height=p,d.style.minWidth=p,d.style.minHeight=p,d.style.fontSize="18px",d.style.lineHeight="1",m?d.style.color=m:d.style.color="var(--persona-text, #111827)";let x=Be(l,u,m||"currentColor",1.5);x?d.appendChild(x):d.textContent="\u{1F3A4}",f&&(d.style.backgroundColor=f),e.borderWidth&&(d.style.borderWidth=e.borderWidth,d.style.borderStyle="solid"),e.borderColor&&(d.style.borderColor=e.borderColor),e.paddingX&&(d.style.paddingLeft=e.paddingX,d.style.paddingRight=e.paddingX),e.paddingY&&(d.style.paddingTop=e.paddingY,d.style.paddingBottom=e.paddingY),i.appendChild(d);let S=(j=e.tooltipText)!=null?j:"Start voice recognition";if(((oe=e.showTooltip)!=null?oe:!1)&&S){let ve=v("div","persona-send-button-tooltip");ve.textContent=S,i.appendChild(ve)}return{button:d,wrapper:i}},Nl=t=>{var y,x,S,M,k,T,h,C;let e=(y=t==null?void 0:t.attachments)!=null?y:{};if(e.enabled!==!0)return null;let r=(S=(x=t==null?void 0:t.sendButton)==null?void 0:x.size)!=null?S:"40px",n=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2");n.style.display="none";let o=v("input");o.type="file",o.accept=((M=e.allowedTypes)!=null?M:yo).join(","),o.multiple=((k=e.maxFiles)!=null?k:4)>1,o.style.display="none",o.setAttribute("aria-label","Attach files");let s=v("div","persona-send-button-wrapper"),a=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button");a.type="button",a.setAttribute("aria-label",(T=e.buttonTooltipText)!=null?T:"Attach file");let i=(h=e.buttonIconName)!=null?h:"paperclip",d=r,l=parseFloat(d)||40,p=Math.round(l*.6);a.style.width=d,a.style.height=d,a.style.minWidth=d,a.style.minHeight=d,a.style.fontSize="18px",a.style.lineHeight="1",a.style.backgroundColor="transparent",a.style.color="var(--persona-primary, #111827)",a.style.border="none",a.style.borderRadius="6px",a.style.transition="background-color 0.15s ease",a.addEventListener("mouseenter",()=>{a.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),a.addEventListener("mouseleave",()=>{a.style.backgroundColor="transparent"});let u=Be(i,p,"currentColor",1.5);u?a.appendChild(u):a.textContent="\u{1F4CE}",a.addEventListener("click",w=>{w.preventDefault(),o.click()}),s.appendChild(a);let f=(C=e.buttonTooltipText)!=null?C:"Attach file",m=v("div","persona-send-button-tooltip");return m.textContent=f,s.appendChild(m),{button:a,wrapper:s,input:o,previewsContainer:n}},_l=t=>{var a,i,d;let e=(a=t==null?void 0:t.statusIndicator)!=null?a:{},r=e.align==="left"?"persona-text-left":e.align==="center"?"persona-text-center":"persona-text-right",n=v("div",`persona-mt-2 ${r} persona-text-xs persona-text-persona-muted`);n.setAttribute("data-persona-composer-status","");let o=(i=e.visible)!=null?i:!0;n.style.display=o?"":"none";let s=(d=e.idleText)!=null?d:"Online";if(e.idleLink){let l=v("a");l.href=e.idleLink,l.target="_blank",l.rel="noopener noreferrer",l.textContent=s,l.style.color="inherit",l.style.textDecoration="none",n.appendChild(l)}else n.textContent=s;return n},Fl=()=>v("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2");var za=t=>{var y,x,S,M,k,T;let{config:e}=t,r=v("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");r.setAttribute("data-persona-theme-zone","composer");let n=Fl(),o=v("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");o.setAttribute("data-persona-composer-form",""),o.style.outline="none";let{textarea:s,attachAutoResize:a}=Hl(e);a();let i=Dl(e),d=Ol(e),l=Nl(e),p=_l(e);l&&(l.previewsContainer.style.gap="8px",o.append(l.previewsContainer,l.input)),o.append(s);let u=v("div","persona-widget-composer__actions persona-flex persona-items-center persona-justify-between persona-w-full"),f=v("div","persona-widget-composer__left-actions persona-flex persona-items-center persona-gap-2"),m=v("div","persona-widget-composer__right-actions persona-flex persona-items-center persona-gap-1");return l&&f.append(l.wrapper),d&&m.append(d.wrapper),m.append(i.wrapper),u.append(f,m),o.append(u),o.addEventListener("click",h=>{h.target!==i.button&&h.target!==i.wrapper&&h.target!==(d==null?void 0:d.button)&&h.target!==(d==null?void 0:d.wrapper)&&h.target!==(l==null?void 0:l.button)&&h.target!==(l==null?void 0:l.wrapper)&&s.focus()}),r.append(n,o,p),{footer:r,suggestions:n,composerForm:o,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(y=d==null?void 0:d.button)!=null?y:null,micButtonWrapper:(x=d==null?void 0:d.wrapper)!=null?x:null,statusText:p,attachmentButton:(S=l==null?void 0:l.button)!=null?S:null,attachmentButtonWrapper:(M=l==null?void 0:l.wrapper)!=null?M:null,attachmentInput:(k=l==null?void 0:l.input)!=null?k:null,attachmentPreviewsContainer:(T=l==null?void 0:l.previewsContainer)!=null?T:null,actionsRow:u,leftActions:f,rightActions:m,setSendButtonMode:i.setMode}};var xx=()=>{let t=v("button","persona-pill-peek");t.type="button",t.setAttribute("data-persona-pill-peek",""),t.setAttribute("aria-label","Show conversation"),t.setAttribute("tabindex","-1");let e=v("span","persona-pill-peek__icon"),r=Be("message-square",16,"currentColor",1.5);r&&e.appendChild(r);let n=v("span","persona-pill-peek__text"),o=v("span","persona-pill-peek__caret"),s=Be("chevron-up",16,"currentColor",1.5);return s&&o.appendChild(s),t.append(e,n,o),{root:t,textNode:n}},yx=t=>{var y,x,S,M,k,T;let{config:e}=t,r=v("div","persona-widget-footer persona-widget-footer--pill");r.setAttribute("data-persona-theme-zone","composer");let n=Fl();n.style.display="none";let o=_l(e);o.style.display="none";let{textarea:s,attachAutoResize:a}=Hl(e);s.style.maxHeight="100px",a();let i=Dl(e),d=Ol(e),l=Nl(e);l&&l.previewsContainer.classList.add("persona-pill-composer__previews");let p=v("form","persona-widget-composer persona-pill-composer");p.setAttribute("data-persona-composer-form",""),p.style.outline="none";let u=v("div","persona-widget-composer__left-actions persona-pill-composer__left");l&&u.append(l.wrapper);let f=v("div","persona-widget-composer__right-actions persona-pill-composer__right");d&&f.append(d.wrapper),f.append(i.wrapper),p.addEventListener("click",h=>{h.target!==i.button&&h.target!==i.wrapper&&h.target!==(d==null?void 0:d.button)&&h.target!==(d==null?void 0:d.wrapper)&&h.target!==(l==null?void 0:l.button)&&h.target!==(l==null?void 0:l.wrapper)&&s.focus()}),l&&p.append(l.input),p.append(u,s,f),l&&r.append(l.previewsContainer),r.append(p,n,o);let m=p;return{footer:r,suggestions:n,composerForm:p,textarea:s,sendButton:i.button,sendButtonWrapper:i.wrapper,micButton:(y=d==null?void 0:d.button)!=null?y:null,micButtonWrapper:(x=d==null?void 0:d.wrapper)!=null?x:null,statusText:o,attachmentButton:(S=l==null?void 0:l.button)!=null?S:null,attachmentButtonWrapper:(M=l==null?void 0:l.wrapper)!=null?M:null,attachmentInput:(k=l==null?void 0:l.input)!=null?k:null,attachmentPreviewsContainer:(T=l==null?void 0:l.previewsContainer)!=null?T:null,actionsRow:m,leftActions:u,rightActions:f,setSendButtonMode:i.setMode}};var bx=t=>{var p,u,f,m,y,x,S,M,k,T,h,C,w,E,W,P,R;let e=(u=(p=t==null?void 0:t.launcher)==null?void 0:p.enabled)!=null?u:!0,r=kr(t);if(_o(t)){let N=(m=(f=t==null?void 0:t.launcher)==null?void 0:f.composerBar)!=null?m:{},j=v("div","persona-widget-wrapper persona-fixed persona-transition");j.setAttribute("data-persona-composer-bar",""),j.dataset.state="collapsed",j.dataset.expandedSize=(y=N.expandedSize)!=null?y:"anchored",j.style.zIndex=String((S=(x=t==null?void 0:t.launcher)==null?void 0:x.zIndex)!=null?S:Kr);let oe=v("div","persona-widget-panel persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");oe.style.width="100%",j.appendChild(oe);let ve=v("div","persona-widget-pill-root");return ve.setAttribute("data-persona-composer-bar",""),ve.dataset.state="collapsed",ve.dataset.expandedSize=(M=N.expandedSize)!=null?M:"anchored",ve.style.zIndex=String((T=(k=t==null?void 0:t.launcher)==null?void 0:k.zIndex)!=null?T:Kr),{wrapper:j,panel:oe,pillRoot:ve}}if(r){let N=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),j=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return N.appendChild(j),{wrapper:N,panel:j}}if(!e){let N=v("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),j=v("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),oe=(C=(h=t==null?void 0:t.launcher)==null?void 0:h.width)!=null?C:"100%";return N.style.width=oe,j.style.width="100%",N.appendChild(j),{wrapper:N,panel:j}}let o=(w=t==null?void 0:t.launcher)!=null?w:{},s=o.position&&Gn[o.position]?Gn[o.position]:Gn["bottom-right"],a=v("div",`persona-widget-wrapper persona-fixed ${s} persona-transition`);a.style.zIndex=String((W=(E=t==null?void 0:t.launcher)==null?void 0:E.zIndex)!=null?W:Kr);let i=v("div","persona-widget-panel persona-relative persona-min-h-[320px]"),d=(R=(P=t==null?void 0:t.launcher)==null?void 0:P.width)!=null?R:t==null?void 0:t.launcherWidth,l=d!=null?d:wn;return i.style.width=l,i.style.maxWidth=l,a.appendChild(i),{wrapper:a,panel:i}},Kw=(t,e)=>{var h,C,w,E,W,P,R,N,j;let r=v("div","persona-widget-container persona-relative persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary");r.setAttribute("data-persona-theme-zone","container");let{button:n,wrapper:o}=Il(t,{showClose:e,wrapperClassName:"persona-composer-bar-close",buttonSize:"16px",iconSize:"14px"});o.style.position="absolute",o.style.top="8px",o.style.right="8px",o.style.zIndex="10";let s=(w=(C=(h=t==null?void 0:t.launcher)==null?void 0:h.clearChat)==null?void 0:C.enabled)!=null?w:!0,a=null,i=null;if(s){let oe=Rl(t,{wrapperClassName:"persona-composer-bar-clear-chat",buttonSize:"16px",iconSize:"14px"});a=oe.button,i=oe.wrapper,i.style.position="absolute",i.style.top="8px",i.style.right="32px",i.style.zIndex="10"}let d=v("span","persona-widget-header");d.setAttribute("data-persona-theme-zone","header"),d.style.display="none";let l=v("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");l.style.paddingTop="48px",l.id="persona-scroll-container",l.setAttribute("data-persona-theme-zone","messages");let p=v("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");p.style.boxShadow="var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",p.setAttribute("data-persona-intro-card","");let u=v("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");u.textContent=(W=(E=t==null?void 0:t.copy)==null?void 0:E.welcomeTitle)!=null?W:"Hello \u{1F44B}";let f=v("p","persona-mt-2 persona-text-sm persona-text-persona-muted");f.textContent=(R=(P=t==null?void 0:t.copy)==null?void 0:P.welcomeSubtitle)!=null?R:"Ask anything about your account or products.",p.append(u,f);let m=v("div","persona-flex persona-flex-col persona-gap-3"),y=(N=t==null?void 0:t.layout)==null?void 0:N.contentMaxWidth;y&&(m.style.maxWidth=y,m.style.marginLeft="auto",m.style.marginRight="auto",m.style.width="100%"),((j=t==null?void 0:t.copy)==null?void 0:j.showWelcomeCard)!==!1||(p.style.display="none",l.classList.remove("persona-gap-6"),l.classList.add("persona-gap-3")),l.append(p,m);let S=v("div","persona-composer-overlay persona-pointer-events-none");S.setAttribute("data-persona-composer-overlay",""),S.style.position="absolute",S.style.left="0",S.style.right="0",S.style.bottom="0",S.style.zIndex="20";let M=yx({config:t}),{root:k,textNode:T}=xx();return r.append(d,o,l,S),i&&r.appendChild(i),{container:r,body:l,messagesWrapper:m,composerOverlay:S,suggestions:M.suggestions,textarea:M.textarea,sendButton:M.sendButton,sendButtonWrapper:M.sendButtonWrapper,micButton:M.micButton,micButtonWrapper:M.micButtonWrapper,composerForm:M.composerForm,statusText:M.statusText,introTitle:u,introSubtitle:f,closeButton:n,closeButtonWrapper:o,clearChatButton:a,clearChatButtonWrapper:i,iconHolder:v("span"),headerTitle:v("span"),headerSubtitle:v("span"),header:d,footer:M.footer,attachmentButton:M.attachmentButton,attachmentButtonWrapper:M.attachmentButtonWrapper,attachmentInput:M.attachmentInput,attachmentPreviewsContainer:M.attachmentPreviewsContainer,actionsRow:M.actionsRow,leftActions:M.leftActions,rightActions:M.rightActions,setSendButtonMode:M.setSendButtonMode,peekBanner:k,peekTextNode:T}},wx=(t,e=!0)=>{var S,M,k,T,h,C,w,E,W;if(_o(t))return Kw(t,e);let r=v("div","persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-text-persona-primary persona-bg-persona-surface persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");r.setAttribute("data-persona-theme-zone","container");let n=(S=t==null?void 0:t.layout)==null?void 0:S.header,o=((M=t==null?void 0:t.layout)==null?void 0:M.showHeader)!==!1,s=n?qa(t,n,{showClose:e}):bo({config:t,showClose:e}),a=v("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=v("div","persona-rounded-2xl persona-bg-persona-surface persona-p-6");i.style.boxShadow=kr(t)?"none":"var(--persona-intro-card-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))";let d=v("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");d.textContent=(T=(k=t==null?void 0:t.copy)==null?void 0:k.welcomeTitle)!=null?T:"Hello \u{1F44B}";let l=v("p","persona-mt-2 persona-text-sm persona-text-persona-muted");l.textContent=(C=(h=t==null?void 0:t.copy)==null?void 0:h.welcomeSubtitle)!=null?C:"Ask anything about your account or products.",i.append(d,l);let p=v("div","persona-flex persona-flex-col persona-gap-3"),u=(w=t==null?void 0:t.layout)==null?void 0:w.contentMaxWidth;u&&(p.style.maxWidth=u,p.style.marginLeft="auto",p.style.marginRight="auto",p.style.width="100%"),i.setAttribute("data-persona-intro-card",""),((E=t==null?void 0:t.copy)==null?void 0:E.showWelcomeCard)!==!1||(i.style.display="none",a.classList.remove("persona-gap-6"),a.classList.add("persona-gap-3")),a.append(i,p);let m=za({config:t}),y=((W=t==null?void 0:t.layout)==null?void 0:W.showFooter)!==!1;o?ha(r,s,t):(s.header.style.display="none",ha(r,s,t)),r.append(a);let x=v("div","persona-composer-overlay persona-pointer-events-none");return x.setAttribute("data-persona-composer-overlay",""),x.style.position="absolute",x.style.left="0",x.style.right="0",x.style.bottom="0",x.style.zIndex="20",y||(m.footer.style.display="none"),r.append(m.footer),r.append(x),{container:r,body:a,messagesWrapper:p,composerOverlay:x,suggestions:m.suggestions,textarea:m.textarea,sendButton:m.sendButton,sendButtonWrapper:m.sendButtonWrapper,micButton:m.micButton,micButtonWrapper:m.micButtonWrapper,composerForm:m.composerForm,statusText:m.statusText,introTitle:d,introSubtitle:l,closeButton:s.closeButton,closeButtonWrapper:s.closeButtonWrapper,clearChatButton:s.clearChatButton,clearChatButtonWrapper:s.clearChatButtonWrapper,iconHolder:s.iconHolder,headerTitle:s.headerTitle,headerSubtitle:s.headerSubtitle,header:s.header,footer:m.footer,attachmentButton:m.attachmentButton,attachmentButtonWrapper:m.attachmentButtonWrapper,attachmentInput:m.attachmentInput,attachmentPreviewsContainer:m.attachmentPreviewsContainer,actionsRow:m.actionsRow,leftActions:m.leftActions,rightActions:m.rightActions,setSendButtonMode:m.setSendButtonMode}};var Xw=t=>{switch(t){case"max_tool_calls":return"Stopped after calling a tool. Send a follow-up to continue.";case"length":return"Response cut off as max tokens reached. Ask for more to continue.";case"content_filter":return"The provider filtered this response.";case"error":return"Something went wrong generating this response.";default:return null}},Jw=(t,e)=>{if(!t)return null;let r=Xw(t);if(r===null)return null;let n=e==null?void 0:e[t],o=n!==void 0?n:r;return o||null},Qw=(t,e)=>{let r=v("div","persona-message-stop-reason persona-text-xs persona-mt-2 persona-italic");return r.setAttribute("data-stop-reason",t),r.setAttribute("role","note"),r.style.opacity="0.75",r.textContent=e,r},Yw=t=>{let e=t.toLowerCase();return e.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(t)||e.startsWith("data:image/")||!t.includes(":"))},Xp=t=>{let e=t.toLowerCase();return e.startsWith("javascript:")||e.startsWith("data:text/html")||e.startsWith("data:text/javascript")||e.startsWith("data:text/xml")||e.startsWith("data:application/xhtml")||e.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(t)||e.startsWith("data:")||!t.includes(":"))},Jp=320,Cx=320,Zw=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="image"&&typeof e.image=="string"&&e.image.trim().length>0),ev=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="audio"&&typeof e.audio=="string"&&e.audio.trim().length>0),tv=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="video"&&typeof e.video=="string"&&e.video.trim().length>0),rv=t=>!t.contentParts||t.contentParts.length===0?[]:t.contentParts.filter(e=>e.type==="file"&&typeof e.data=="string"&&e.data.trim().length>0),nv=(t,e,r)=>{if(t.length===0)return null;try{let n=v("div","persona-flex persona-flex-col persona-gap-2");n.setAttribute("data-message-attachments","images"),e&&(n.style.marginBottom="8px");let o=0,s=!1,a=()=>{s||(s=!0,n.remove(),r==null||r())};return t.forEach((i,d)=>{var u;let l=v("img");l.alt=((u=i.alt)==null?void 0:u.trim())||`Attached image ${d+1}`,l.loading="lazy",l.decoding="async",l.referrerPolicy="no-referrer",l.style.display="block",l.style.width="100%",l.style.maxWidth=`${Jp}px`,l.style.maxHeight=`${Cx}px`,l.style.height="auto",l.style.objectFit="contain",l.style.borderRadius="10px",l.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",l.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let p=!1;o+=1,l.addEventListener("error",()=>{p||(p=!0,o=Math.max(0,o-1),l.remove(),o===0&&a())}),l.addEventListener("load",()=>{p=!0}),Yw(i.image)?(l.src=i.image,n.appendChild(l)):(p=!0,o=Math.max(0,o-1),l.remove())}),o===0?(a(),null):n}catch{return r==null||r(),null}},ov=t=>{if(t.length===0)return null;try{let e=v("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","audio");let r=0;return t.forEach(n=>{if(!Xp(n.audio))return;let o=v("audio");o.controls=!0,o.preload="metadata",o.src=n.audio,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${Jp}px`,e.appendChild(o),r+=1}),r===0?(e.remove(),null):e}catch{return null}},av=t=>{if(t.length===0)return null;try{let e=v("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","video");let r=0;return t.forEach(n=>{if(!Xp(n.video))return;let o=v("video");o.controls=!0,o.preload="metadata",o.src=n.video,o.style.display="block",o.style.width="100%",o.style.maxWidth=`${Jp}px`,o.style.maxHeight=`${Cx}px`,o.style.borderRadius="10px",o.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",e.appendChild(o),r+=1}),r===0?(e.remove(),null):e}catch{return null}},sv=t=>{if(t.length===0)return null;try{let e=v("div","persona-flex persona-flex-col persona-gap-2");e.setAttribute("data-message-attachments","files");let r=0;return t.forEach(n=>{if(!Xp(n.data))return;let o=v("a");o.href=n.data,o.download=n.filename,o.target="_blank",o.rel="noopener noreferrer",o.textContent=n.filename,o.className="persona-message-file-attachment",o.style.display="inline-flex",o.style.alignItems="center",o.style.gap="6px",o.style.padding="6px 10px",o.style.borderRadius="8px",o.style.fontSize="0.875rem",o.style.textDecoration="underline",o.style.backgroundColor="var(--persona-attachment-file-bg, var(--persona-container, #f3f4f6))",o.style.border="1px solid var(--persona-attachment-file-border, var(--persona-border, #e5e7eb))",o.style.color="inherit",e.appendChild(o),r+=1}),r===0?(e.remove(),null):e}catch{return null}},xa=()=>{let t=document.createElement("div");t.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let e=document.createElement("div");e.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",e.style.backgroundColor="currentColor",e.style.opacity="0.4",e.style.animationDelay="0ms";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="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 o=document.createElement("span");return o.className="persona-sr-only",o.textContent="Loading",t.appendChild(e),t.appendChild(r),t.appendChild(n),t.appendChild(o),t},Qp=(t,e,r)=>{let n={config:r!=null?r:{},streaming:!0,location:t,defaultRenderer:xa};if(e){let o=e(n);if(o!==null)return o}return xa()},iv=(t,e)=>{let r=v("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=e==="user"?t.userAvatar:t.assistantAvatar;if(n)if(n.startsWith("http")||n.startsWith("/")||n.startsWith("data:")){let o=v("img");o.src=n,o.alt=e==="user"?"User":"Assistant",o.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",r.appendChild(o)}else r.textContent=n,r.classList.add(e==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else r.textContent=e==="user"?"U":"A",r.classList.add(e==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return r},vx=(t,e)=>{let r=v("div","persona-text-xs persona-text-persona-muted"),n=new Date(t.createdAt);return e.format?r.textContent=e.format(n):r.textContent=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),r},lv=(t,e="bubble")=>{let r=["persona-message-bubble","persona-max-w-[85%]"];switch(e){case"flat":t==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):r.push("persona-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":r.push("persona-text-sm","persona-leading-relaxed"),t==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):r.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:r.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),t==="user"?r.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):r.push("persona-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 r},Yp=(t,e,r)=>{var m,y,x,S,M,k;let n=(m=e.showCopy)!=null?m:!0,o=(y=e.showUpvote)!=null?y:!0,s=(x=e.showDownvote)!=null?x:!0;if(!n&&!o&&!s){let T=v("div");return T.style.display="none",T.id=`actions-${t.id}`,T.setAttribute("data-actions-for",t.id),T}let a=(S=e.visibility)!=null?S:"hover",i=(M=e.align)!=null?M:"right",d=(k=e.layout)!=null?k:"pill-inside",l={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=v("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${l} ${p} ${a==="hover"?"persona-message-actions-hover":""}`);u.id=`actions-${t.id}`,u.setAttribute("data-actions-for",t.id);let f=(T,h,C)=>{let w=Wr({icon:T,label:h,size:14,className:"persona-message-action-btn"});return w.setAttribute("data-action",C),w};return n&&u.appendChild(f("copy","Copy message","copy")),o&&u.appendChild(f("thumbs-up","Upvote","upvote")),s&&u.appendChild(f("thumbs-down","Downvote","downvote")),u},Va=(t,e,r,n,o,s)=>{var V,be,G,Ae,J,ie,Me,Ge,ce,re,le,gt,ke,ye,tt,Ue,he;let a=r!=null?r:{},i=(V=a.layout)!=null?V:"bubble",d=a.avatar,l=a.timestamp,p=(be=d==null?void 0:d.show)!=null?be:!1,u=(G=l==null?void 0:l.show)!=null?G:!1,f=(Ae=d==null?void 0:d.position)!=null?Ae:"left",m=(J=l==null?void 0:l.position)!=null?J:"below",y=lv(t.role,i),x=v("div",y.join(" "));x.id=`bubble-${t.id}`,x.setAttribute("data-message-id",t.id),x.setAttribute("data-persona-theme-zone",t.role==="user"?"user-message":"assistant-message"),t.role==="user"?(x.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",x.style.color="var(--persona-message-user-text, white)"):t.role==="assistant"&&(x.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",x.style.color="var(--persona-message-assistant-text, var(--persona-text))");let S=Zw(t),M=(Me=(ie=t.content)==null?void 0:ie.trim())!=null?Me:"",T=S.length>0&&M===tl,h=kl((ce=(Ge=s==null?void 0:s.widgetConfig)==null?void 0:Ge.features)==null?void 0:ce.streamAnimation),C=(gt=(le=(re=s==null?void 0:s.widgetConfig)==null?void 0:re.features)==null?void 0:le.streamAnimation)==null?void 0:gt.plugins,w=t.role==="assistant"&&h.type!=="none"?js(h.type,C):null,E=t.role==="assistant"&&((ke=w==null?void 0:w.isAnimating)==null?void 0:ke.call(w,t))===!0,W=t.role==="assistant"&&w!==null&&(!!t.streaming||E);W&&(w!=null&&w.bubbleClass)&&x.classList.add(w.bubbleClass);let P=document.createElement("div");P.classList.add("persona-message-content"),W&&w&&(w.containerClass&&P.classList.add(w.containerClass),P.style.setProperty("--persona-stream-step",`${h.speed}ms`),P.style.setProperty("--persona-stream-duration",`${h.duration}ms`));let R=W?El((ye=t.content)!=null?ye:"",h.buffer,w,t,!!t.streaming):(tt=t.content)!=null?tt:"",N=e({text:R,message:t,streaming:!!t.streaming,raw:t.rawContent}),j=N;W&&(w==null?void 0:w.wrap)==="char"?j=Gs(N,"char",t.id,{skipTags:w.skipTags}):W&&(w==null?void 0:w.wrap)==="word"&&(j=Gs(N,"word",t.id,{skipTags:w.skipTags}));let oe=null;if(T?(oe=document.createElement("div"),oe.innerHTML=j,oe.style.display="none",P.appendChild(oe)):P.innerHTML=j,W&&(w!=null&&w.useCaret)&&!T&&M){let Q=Ll(),Ve=P.querySelectorAll(".persona-stream-char, .persona-stream-word"),ee=Ve[Ve.length-1];if(ee!=null&&ee.parentNode)ee.parentNode.insertBefore(Q,ee.nextSibling);else{let xe=P.lastElementChild;xe?xe.appendChild(Q):P.appendChild(Q)}}if(u&&m==="inline"&&t.createdAt){let Q=vx(t,l);Q.classList.add("persona-ml-2","persona-inline"),P.appendChild(Q)}if(S.length>0){let Q=nv(S,!T&&!!M,()=>{T&&oe&&(oe.style.display="")});Q?x.appendChild(Q):T&&oe&&(oe.style.display="")}let ve=ev(t);if(ve.length>0){let Q=ov(ve);Q&&x.appendChild(Q)}let nt=tv(t);if(nt.length>0){let Q=av(nt);Q&&x.appendChild(Q)}let Te=rv(t);if(Te.length>0){let Q=sv(Te);Q&&x.appendChild(Q)}if(x.appendChild(P),u&&m==="below"&&t.createdAt){let Q=vx(t,l);Q.classList.add("persona-mt-1"),x.appendChild(Q)}let $e=t.role==="assistant"?Jw(t.stopReason,(he=(Ue=s==null?void 0:s.widgetConfig)==null?void 0:Ue.copy)==null?void 0:he.stopReasonNotice):null;if(t.streaming&&t.role==="assistant"){let Q=!!(R&&R.trim()),Ve=h.placeholder==="skeleton",ee=Ve&&h.buffer==="line"&&Q;if(Q)ee&&x.appendChild(Ks());else if(Ve)x.appendChild(Ks());else{let xe=Qp("inline",s==null?void 0:s.loadingIndicatorRenderer,s==null?void 0:s.widgetConfig);xe&&x.appendChild(xe)}}if($e&&t.stopReason&&!t.streaming&&(M||(P.style.display="none"),x.appendChild(Qw(t.stopReason,$e))),t.role==="assistant"&&!t.streaming&&t.content&&t.content.trim()&&(n==null?void 0:n.enabled)!==!1&&n){let Q=Yp(t,n,o);x.appendChild(Q)}if(!p||t.role==="system")return x;let Xe=v("div",`persona-flex persona-gap-2 ${t.role==="user"?"persona-flex-row-reverse":""}`),He=iv(d,t.role);return f==="right"||f==="left"&&t.role==="user"?Xe.append(x,He):Xe.append(He,x),x.classList.remove("persona-max-w-[85%]"),x.classList.add("persona-max-w-[calc(85%-2.5rem)]"),Xe},Ax=(t,e,r,n,o,s)=>{let a=r!=null?r:{};return t.role==="user"&&a.renderUserMessage?a.renderUserMessage({message:t,config:{},streaming:!!t.streaming}):t.role==="assistant"&&a.renderAssistantMessage?a.renderAssistantMessage({message:t,config:{},streaming:!!t.streaming}):Va(t,e,r,n,o,s)};var ja=new Set,dv=(t,e)=>e==null?!1:typeof e=="string"?(t.textContent=e,!0):(t.appendChild(e),!0),cv=(t,e)=>{var n,o;let r=(o=(n=t.reasoning)==null?void 0:n.chunks.join("").trim())!=null?o:"";return r?r.split(/\r?\n/).map(s=>s.trim()).filter(Boolean).slice(0,e).join(`
|
|
74
|
+
`):""},Sx=(t,e)=>{let r=ja.has(t),n=e.querySelector('button[data-expand-header="true"]'),o=e.querySelector(".persona-border-t"),s=e.querySelector('[data-persona-collapsed-preview="reasoning"]');if(!n||!o)return;n.setAttribute("aria-expanded",r?"true":"false");let a=n.querySelector(".persona-ml-auto"),i=a==null?void 0:a.querySelector(":scope > .persona-flex.persona-items-center");if(i){i.innerHTML="";let l=Be(r?"chevron-up":"chevron-down",16,"currentColor",2);l?i.appendChild(l):i.textContent=r?"Hide":"Show"}o.style.display=r?"":"none",s&&(s.style.display=r?"none":s.textContent||s.childNodes.length?"":"none")},Zp=(t,e)=>{var nt,Te,$e,Se,Xe,He,V,be,G,Ae,J;let r=t.reasoning,n=v("div",["persona-message-bubble","persona-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(n.id=`bubble-${t.id}`,n.setAttribute("data-message-id",t.id),!r)return n;let o=(Te=(nt=e==null?void 0:e.features)==null?void 0:nt.reasoningDisplay)!=null?Te:{},s=o.expandable!==!1,a=s&&ja.has(t.id),i=r.status!=="complete",d=cv(t,($e=o.previewMaxLines)!=null?$e:3),l=v("button",s?"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":"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-default persona-border-none");l.type="button",s&&(l.setAttribute("aria-expanded",a?"true":"false"),l.setAttribute("data-expand-header","true")),l.setAttribute("data-bubble-type","reasoning");let p=v("div","persona-flex persona-flex-col persona-text-left"),u=v("span","persona-text-xs persona-text-persona-primary"),f="Thinking...",m=(Se=e==null?void 0:e.reasoning)!=null?Se:{},y=String((Xe=r.startedAt)!=null?Xe:Date.now()),x=()=>{let ie=v("span","");return ie.setAttribute("data-tool-elapsed",y),ie.textContent=Gi(r),ie},S=(He=m.renderCollapsedSummary)==null?void 0:He.call(m,{message:t,reasoning:r,defaultSummary:f,previewText:d,isActive:i,config:e!=null?e:{},elapsed:Gi(r),createElapsedElement:x});typeof S=="string"&&S.trim()?(u.textContent=S,p.appendChild(u)):S instanceof HTMLElement?p.appendChild(S):(u.textContent=f,p.appendChild(u));let M=v("span","persona-text-xs persona-text-persona-primary");M.textContent=Oh(r),p.appendChild(M);let k=(V=o.loadingAnimation)!=null?V:"none",T=m.activeTextTemplate,h=m.completeTextTemplate,C=i?T:h,w=S instanceof HTMLElement,E=(ie,Me,Ge)=>{let ce=Ge;for(let re of Me){let le=v("span","persona-tool-char");le.style.setProperty("--char-index",String(ce)),le.textContent=re===" "?"\xA0":re,ie.appendChild(le),ce++}return ce},W=(ie,Me)=>{u.textContent="";let Ge=Ki(ie,""),ce=0;for(let re of Ge){let le=re.styles.length>0?(()=>{let gt=v("span",re.styles.map(ke=>`persona-tool-text-${ke}`).join(" "));return u.appendChild(gt),gt})():u;if(re.isDuration&&i)le.appendChild(x());else{let gt=re.isDuration?Gi(r):re.text;Me?ce=E(le,gt,ce):le.appendChild(document.createTextNode(gt))}}};if(!w&&C)if(M.style.display="none",u.style.display="",i&&k!=="none"){let ie=(be=m.loadingAnimationDuration)!=null?be:2e3;u.setAttribute("data-preserve-animation","true"),k==="pulse"?(u.classList.add("persona-tool-loading-pulse"),u.style.setProperty("--persona-tool-anim-duration",`${ie}ms`),W(C,!1)):(u.classList.add(`persona-tool-loading-${k}`),u.style.setProperty("--persona-tool-anim-duration",`${ie}ms`),k==="shimmer-color"&&(m.loadingAnimationColor&&u.style.setProperty("--persona-tool-anim-color",m.loadingAnimationColor),m.loadingAnimationSecondaryColor&&u.style.setProperty("--persona-tool-anim-secondary-color",m.loadingAnimationSecondaryColor)),W(C,!0))}else W(C,!1);else if(!w&&i&&k!=="none"){u.style.display="";let ie=(G=m.loadingAnimationDuration)!=null?G:2e3;if(u.setAttribute("data-preserve-animation","true"),k==="pulse")u.classList.add("persona-tool-loading-pulse"),u.style.setProperty("--persona-tool-anim-duration",`${ie}ms`);else{u.classList.add(`persona-tool-loading-${k}`),u.style.setProperty("--persona-tool-anim-duration",`${ie}ms`),k==="shimmer-color"&&(m.loadingAnimationColor&&u.style.setProperty("--persona-tool-anim-color",m.loadingAnimationColor),m.loadingAnimationSecondaryColor&&u.style.setProperty("--persona-tool-anim-secondary-color",m.loadingAnimationSecondaryColor));let Me=u.textContent||f;u.textContent="",E(u,Me,0)}r.status==="complete"&&(u.style.display="none")}else w||(r.status==="complete"?u.style.display="none":u.style.display="");let P=null;if(s){P=v("div","persona-flex persona-items-center");let Me=Be(a?"chevron-up":"chevron-down",16,"currentColor",2);Me?P.appendChild(Me):P.textContent=a?"Hide":"Show";let Ge=v("div","persona-flex persona-items-center persona-ml-auto");Ge.append(P),l.append(p,Ge)}else l.append(p);let R=v("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(R.setAttribute("data-persona-collapsed-preview","reasoning"),R.style.display="none",R.style.whiteSpace="pre-wrap",!a&&i&&o.activePreview&&d){let ie=(J=(Ae=e==null?void 0:e.reasoning)==null?void 0:Ae.renderCollapsedPreview)==null?void 0:J.call(Ae,{message:t,reasoning:r,defaultPreview:d,isActive:i,config:e!=null?e:{}});dv(R,ie)||(R.textContent=d),R.style.display=""}if(!a&&i&&o.activeMinHeight&&(n.style.minHeight=o.activeMinHeight),!s)return n.append(l,R),n;let N=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");N.style.display=a?"":"none";let j=r.chunks.join(""),oe=v("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return oe.textContent=j||(r.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),N.appendChild(oe),(()=>{if(l.setAttribute("aria-expanded",a?"true":"false"),P){P.innerHTML="";let Me=Be(a?"chevron-up":"chevron-down",16,"currentColor",2);Me?P.appendChild(Me):P.textContent=a?"Hide":"Show"}N.style.display=a?"":"none",R.style.display=a?"none":R.textContent||R.childNodes.length?"":"none"})(),n.append(l,R,N),n};var Ga=new Set,pv=(t,e)=>e==null?!1:typeof e=="string"?(t.textContent=e,!0):(t.appendChild(e),!0),uv=(t,e)=>{var s;let r=t.toolCall;if(!r)return"";let n=((s=r.chunks)!=null?s:[]).join("").trim();if(n)return n.split(/\r?\n/).map(i=>i.trim()).filter(Boolean).slice(-e).join(`
|
|
75
|
+
`);let o=Oa(r.args).trim();return o?o.split(/\r?\n/).map(a=>a.trim()).filter(Boolean).slice(0,e).join(`
|
|
76
|
+
`):""},fv=(t,e)=>{var p,u,f,m,y;let r=t.toolCall,n=(p=e==null?void 0:e.features)==null?void 0:p.toolCallDisplay,o=(u=n==null?void 0:n.collapsedMode)!=null?u:"tool-call",s=uv(t,(f=n==null?void 0:n.previewMaxLines)!=null?f:3),a=r?Nh(r):"";if(!r)return{summary:a,previewText:s,isActive:!1};let i=r.status!=="complete",d=(m=e==null?void 0:e.toolCall)!=null?m:{},l=a;return o==="tool-name"?l=((y=r.name)==null?void 0:y.trim())||a:o==="tool-preview"&&s&&(l=s),i&&d.activeTextTemplate?l=Od(r,d.activeTextTemplate,l):!i&&d.completeTextTemplate&&(l=Od(r,d.completeTextTemplate,l)),{summary:l,previewText:s,isActive:i}},Tx=(t,e,r)=>{var p;let n=Ga.has(t),o=(p=r==null?void 0:r.toolCall)!=null?p:{},s=e.querySelector('button[data-expand-header="true"]'),a=e.querySelector(".persona-border-t"),i=e.querySelector('[data-persona-collapsed-preview="tool"]');if(!s||!a)return;s.setAttribute("aria-expanded",n?"true":"false");let d=s.querySelector(".persona-ml-auto"),l=d==null?void 0:d.querySelector(":scope > .persona-flex.persona-items-center");if(l){l.innerHTML="";let u=o.toggleTextColor||o.headerTextColor||"currentColor",f=Be(n?"chevron-up":"chevron-down",16,u,2);f?l.appendChild(f):l.textContent=n?"Hide":"Show"}a.style.display=n?"":"none",i&&(i.style.display=n?"none":i.textContent||i.childNodes.length?"":"none")},eu=(t,e)=>{var j,oe,ve,nt,Te,$e,Se,Xe,He;let r=t.toolCall,n=(j=e==null?void 0:e.toolCall)!=null?j:{},o=v("div",["persona-message-bubble","persona-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(o.id=`bubble-${t.id}`,o.setAttribute("data-message-id",t.id),n.backgroundColor&&(o.style.backgroundColor=n.backgroundColor),n.borderColor&&(o.style.borderColor=n.borderColor),n.borderWidth&&(o.style.borderWidth=n.borderWidth),n.borderRadius&&(o.style.borderRadius=n.borderRadius),o.style.boxShadow=n.shadow!==void 0?n.shadow.trim()===""?"none":n.shadow:"var(--persona-tool-bubble-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",!r)return o;let s=(ve=(oe=e==null?void 0:e.features)==null?void 0:oe.toolCallDisplay)!=null?ve:{},a=s.expandable!==!1,i=a&&Ga.has(t.id),{summary:d,previewText:l,isActive:p}=fv(t,e),u=v("button",a?"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":"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-default persona-border-none");u.type="button",a&&(u.setAttribute("aria-expanded",i?"true":"false"),u.setAttribute("data-expand-header","true")),u.setAttribute("data-bubble-type","tool"),n.headerBackgroundColor&&(u.style.backgroundColor=n.headerBackgroundColor),n.headerPaddingX&&(u.style.paddingLeft=n.headerPaddingX,u.style.paddingRight=n.headerPaddingX),n.headerPaddingY&&(u.style.paddingTop=n.headerPaddingY,u.style.paddingBottom=n.headerPaddingY);let f=v("div","persona-flex persona-flex-col persona-text-left"),m=v("span","persona-text-xs persona-text-persona-primary");n.headerTextColor&&(m.style.color=n.headerTextColor);let y=String((nt=r.startedAt)!=null?nt:Date.now()),x=()=>{let V=v("span","");return V.setAttribute("data-tool-elapsed",y),V.textContent=Hs(r),V},S=($e=n.renderCollapsedSummary)==null?void 0:$e.call(n,{message:t,toolCall:r,defaultSummary:d,previewText:l,collapsedMode:(Te=s.collapsedMode)!=null?Te:"tool-call",isActive:p,config:e!=null?e:{},elapsed:Hs(r),createElapsedElement:x});typeof S=="string"&&S.trim()?(m.textContent=S,f.appendChild(m)):S instanceof HTMLElement?f.appendChild(S):(m.textContent=d,f.appendChild(m));let M=(Se=s.loadingAnimation)!=null?Se:"none",k=n.activeTextTemplate,T=n.completeTextTemplate,h=p?k:T,C=S instanceof HTMLElement,w=(V,be,G)=>{let Ae=G;for(let J of be){let ie=v("span","persona-tool-char");ie.style.setProperty("--char-index",String(Ae)),ie.textContent=J===" "?"\xA0":J,V.appendChild(ie),Ae++}return Ae},E=(V,be)=>{var ie;m.textContent="";let G=((ie=r.name)==null?void 0:ie.trim())||"tool",Ae=Ki(V,G),J=0;for(let Me of Ae){let Ge=Me.styles.length>0?(()=>{let ce=v("span",Me.styles.map(re=>`persona-tool-text-${re}`).join(" "));return m.appendChild(ce),ce})():m;if(Me.isDuration&&p)Ge.appendChild(x());else{let ce=Me.isDuration?Hs(r):Me.text;be?J=w(Ge,ce,J):Ge.appendChild(document.createTextNode(ce))}}};if(!C)if(p&&M!=="none"){let V=(Xe=n.loadingAnimationDuration)!=null?Xe:2e3;if(m.setAttribute("data-preserve-animation","true"),M==="pulse")m.classList.add("persona-tool-loading-pulse"),m.style.setProperty("--persona-tool-anim-duration",`${V}ms`),h&&E(h,!1);else if(m.classList.add(`persona-tool-loading-${M}`),m.style.setProperty("--persona-tool-anim-duration",`${V}ms`),M==="shimmer-color"&&(n.loadingAnimationColor&&m.style.setProperty("--persona-tool-anim-color",n.loadingAnimationColor),n.loadingAnimationSecondaryColor&&m.style.setProperty("--persona-tool-anim-secondary-color",n.loadingAnimationSecondaryColor)),h)E(h,!0);else{let be=m.textContent||d;m.textContent="",w(m,be,0)}}else h&&E(h,!1);let W=null;if(a){W=v("div","persona-flex persona-items-center");let V=n.toggleTextColor||n.headerTextColor||"currentColor",be=Be(i?"chevron-up":"chevron-down",16,V,2);be?W.appendChild(be):W.textContent=i?"Hide":"Show";let G=v("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");G.append(W),u.append(f,G)}else u.append(f);let P=v("div","persona-px-4 persona-py-3 persona-text-xs persona-leading-snug persona-text-persona-muted");if(P.setAttribute("data-persona-collapsed-preview","tool"),P.style.display="none",P.style.whiteSpace="pre-wrap",!i&&p&&s.activePreview&&l){let V=(He=n.renderCollapsedPreview)==null?void 0:He.call(n,{message:t,toolCall:r,defaultPreview:l,isActive:p,config:e!=null?e:{}});pv(P,V)||(P.textContent=l),P.style.display=""}if(!i&&p&&s.activeMinHeight&&(o.style.minHeight=s.activeMinHeight),!a)return o.append(u,P),o;let R=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(R.style.display=i?"":"none",n.contentBackgroundColor&&(R.style.backgroundColor=n.contentBackgroundColor),n.contentTextColor&&(R.style.color=n.contentTextColor),n.contentPaddingX&&(R.style.paddingLeft=n.contentPaddingX,R.style.paddingRight=n.contentPaddingX),n.contentPaddingY&&(R.style.paddingTop=n.contentPaddingY,R.style.paddingBottom=n.contentPaddingY),r.name){let V=v("div","persona-text-xs persona-text-persona-muted persona-italic");n.contentTextColor?V.style.color=n.contentTextColor:n.headerTextColor&&(V.style.color=n.headerTextColor),V.textContent=r.name,R.appendChild(V)}if(r.args!==void 0){let V=v("div","persona-space-y-1"),be=v("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(be.style.color=n.labelTextColor),be.textContent="Arguments";let G=v("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");G.style.fontSize="0.75rem",G.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(G.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(G.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(G.style.color=n.codeBlockTextColor),G.textContent=Oa(r.args),V.append(be,G),R.appendChild(V)}if(r.chunks&&r.chunks.length){let V=v("div","persona-space-y-1"),be=v("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(be.style.color=n.labelTextColor),be.textContent="Activity";let G=v("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");G.style.fontSize="0.75rem",G.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(G.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(G.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(G.style.color=n.codeBlockTextColor),G.textContent=r.chunks.join(""),V.append(be,G),R.appendChild(V)}if(r.status==="complete"&&r.result!==void 0){let V=v("div","persona-space-y-1"),be=v("div","persona-text-xs persona-text-persona-muted");n.labelTextColor&&(be.style.color=n.labelTextColor),be.textContent="Result";let G=v("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");G.style.fontSize="0.75rem",G.style.lineHeight="1rem",n.codeBlockBackgroundColor&&(G.style.backgroundColor=n.codeBlockBackgroundColor),n.codeBlockBorderColor&&(G.style.borderColor=n.codeBlockBorderColor),n.codeBlockTextColor&&(G.style.color=n.codeBlockTextColor),G.textContent=Oa(r.result),V.append(be,G),R.appendChild(V)}if(r.status==="complete"&&typeof r.duration=="number"){let V=v("div","persona-text-xs persona-text-persona-muted");n.contentTextColor&&(V.style.color=n.contentTextColor),V.textContent=`Duration: ${r.duration}ms`,R.appendChild(V)}return(()=>{if(u.setAttribute("aria-expanded",i?"true":"false"),W){W.innerHTML="";let V=n.toggleTextColor||n.headerTextColor||"currentColor",be=Be(i?"chevron-up":"chevron-down",16,V,2);be?W.appendChild(be):W.textContent=i?"Hide":"Show"}R.style.display=i?"":"none",P.style.display=i?"none":P.textContent||P.childNodes.length?"":"none"})(),o.append(u,P,R),o};var $o=ld(zi(),1);var ru="ask_user_question",tu=8,Ka="data-persona-ask-sheet-for",mv="Other",gv="Other\u2026",kx="Type your own answer here",Ex="Send",hv="Next",xv="Back",yv="Submit all",bv="Skip",wv=3,nu="data-ask-current-index",ou="data-ask-question-count",Lx="data-ask-answers",au="data-ask-grouped",Px="data-ask-layout",vv=t=>t.layout==="pills"?"pills":"rows",Cv=t=>t.getAttribute(Px)==="pills"?"pills":"rows",Mx=!1,Ix=t=>t.replace(/["\\]/g,"\\$&"),wo=t=>t.variant==="tool"&&!!t.toolCall&&t.toolCall.name===ru,$l=t=>{var e,r;return(r=(e=t==null?void 0:t.features)==null?void 0:e.askUserQuestion)!=null?r:{}},vo=t=>{let e=t.toolCall;if(!e)return{payload:null,complete:!1};let r=e.status==="complete";if(e.args&&typeof e.args=="object")return{payload:e.args,complete:r};let n=e.chunks;if(!n||n.length===0)return{payload:null,complete:r};try{let o=n.join(""),s=(0,$o.parse)(o,$o.STR|$o.OBJ|$o.ARR);if(s&&typeof s=="object")return{payload:s,complete:r}}catch{}return{payload:null,complete:r}},Ys=t=>{let e=Array.isArray(t==null?void 0:t.questions)?t.questions:[];return e.length>tu&&!Mx&&(Mx=!0,typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question received ${e.length} questions; truncating to ${tu}.`)),e.slice(0,tu)},Av=t=>{var e;return(e=Ys(t)[0])!=null?e:null},Sv=(t,e)=>{var r;return(r=Ys(t)[e])!=null?r:null},Rx=(t,e)=>{let r=e.styles;r&&(r.sheetBackground&&t.style.setProperty("--persona-ask-sheet-bg",r.sheetBackground),r.sheetBorder&&t.style.setProperty("--persona-ask-sheet-border",r.sheetBorder),r.sheetShadow&&t.style.setProperty("--persona-ask-sheet-shadow",r.sheetShadow),r.pillBackground&&t.style.setProperty("--persona-ask-pill-bg",r.pillBackground),r.pillBackgroundSelected&&t.style.setProperty("--persona-ask-pill-bg-selected",r.pillBackgroundSelected),r.pillTextColor&&t.style.setProperty("--persona-ask-pill-fg",r.pillTextColor),r.pillTextColorSelected&&t.style.setProperty("--persona-ask-pill-fg-selected",r.pillTextColorSelected),r.pillBorderRadius&&t.style.setProperty("--persona-ask-pill-radius",r.pillBorderRadius),r.customInputBackground&&t.style.setProperty("--persona-ask-input-bg",r.customInputBackground))},Wx=(t,e,r)=>{if(t!=="rows")return null;let n=v("span","persona-ask-row-affordance");if(n.setAttribute("aria-hidden","true"),e){let o=v("span","persona-ask-row-check");n.appendChild(o)}else{let o=v("span","persona-ask-row-badge");o.textContent=String(r+1),n.appendChild(o)}return n},Tv=(t,e,r,n)=>{let s=v("button",r==="rows"?"persona-ask-pill persona-ask-row persona-pointer-events-auto":"persona-ask-pill persona-pointer-events-auto");if(s.type="button",s.setAttribute("role",n?"checkbox":"button"),s.setAttribute("aria-pressed","false"),s.setAttribute("data-ask-user-action","pick"),s.setAttribute("data-option-index",String(e)),s.setAttribute("data-option-label",t.label),r==="rows"){let a=v("span","persona-ask-row-content"),i=v("span","persona-ask-row-label");if(i.textContent=t.label,a.appendChild(i),t.description){let l=v("span","persona-ask-row-description");l.textContent=t.description,a.appendChild(l)}s.appendChild(a);let d=Wx(r,n,e);d&&s.appendChild(d)}else s.textContent=t.label,t.description&&(s.title=t.description);return s},Mv=t=>{let r=v("span",t==="rows"?"persona-ask-pill persona-ask-row persona-ask-pill-skeleton persona-pointer-events-none":"persona-ask-pill persona-ask-pill-skeleton persona-pointer-events-none");return r.setAttribute("aria-hidden","true"),r},kv=(t,e,r,n)=>{var p,u,f;let s=v("div",n==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");s.setAttribute("role","group"),s.setAttribute("data-ask-pill-list","true");let a=!!(t!=null&&t.multiSelect),d=(Array.isArray(t==null?void 0:t.options)?t.options:[]).filter(m=>m&&typeof m.label=="string"&&m.label.length>0);if(d.length===0&&!r){for(let m=0;m<wv;m++)s.appendChild(Mv(n));return s}if(d.forEach((m,y)=>{s.appendChild(Tv(m,y,n,a))}),(t==null?void 0:t.allowFreeText)!==!1){let m=n==="rows"?mv:gv;if(n==="rows"){let y=v("div","persona-ask-pill persona-ask-row persona-ask-row--other persona-ask-pill-custom persona-pointer-events-auto");y.setAttribute("data-ask-user-action","focus-free-text"),y.setAttribute("data-option-index",String(d.length)),y.setAttribute("data-ask-other-row","true");let x=v("span","persona-ask-row-content"),S=document.createElement("input");S.type="text",S.className="persona-ask-row-input persona-flex-1 persona-pointer-events-auto",S.placeholder=(p=e.freeTextPlaceholder)!=null?p:kx,S.setAttribute("data-ask-free-text-input","true"),S.setAttribute("aria-label",(u=e.freeTextLabel)!=null?u:m),x.appendChild(S),y.appendChild(x);let M=Wx(n,a,d.length);M&&y.appendChild(M),s.appendChild(y)}else{let y=v("button","persona-ask-pill persona-ask-pill-custom persona-pointer-events-auto");y.type="button",y.setAttribute("data-ask-user-action","open-free-text"),y.textContent=(f=e.freeTextLabel)!=null?f:m,s.appendChild(y)}}return s},Bx=(t,e)=>{var s,a;let n=v("div",e==="rows"?"persona-ask-free-text persona-ask-free-text--rows persona-flex persona-gap-2 persona-mt-2":"persona-ask-free-text persona-hidden persona-flex persona-gap-2 persona-mt-2");n.setAttribute("data-ask-free-text-row","true");let o=document.createElement("input");if(o.type="text",o.className="persona-ask-free-text-input persona-flex-1 persona-pointer-events-auto",o.placeholder=(s=t.freeTextPlaceholder)!=null?s:kx,o.setAttribute("data-ask-free-text-input","true"),n.appendChild(o),e!=="rows"){let i=v("button","persona-ask-free-text-submit persona-pointer-events-auto");i.type="button",i.textContent=(a=t.submitLabel)!=null?a:Ex,i.setAttribute("data-ask-user-action","submit-free-text"),n.appendChild(i)}return n},Ev=t=>{var n;let e=v("div","persona-ask-multi-actions persona-flex persona-justify-end persona-mt-2");e.setAttribute("data-ask-multi-actions","true");let r=v("button","persona-ask-multi-submit persona-pointer-events-auto");return r.type="button",r.textContent=(n=t.submitLabel)!=null?n:Ex,r.setAttribute("data-ask-user-action","submit-multi"),r.disabled=!0,e.appendChild(r),e},Lv=(t,e,r)=>{var l,p,u,f;let n=v("div","persona-ask-nav persona-flex persona-justify-between persona-items-center persona-gap-2 persona-mt-2");n.setAttribute("data-ask-nav-row","true");let o=v("button","persona-ask-nav-back persona-pointer-events-auto");o.type="button",o.textContent=(l=r.backLabel)!=null?l:xv,o.setAttribute("data-ask-user-action","back"),o.disabled=t===0,n.appendChild(o);let s=v("div","persona-ask-nav-right persona-flex persona-items-center persona-gap-2"),a=v("button","persona-ask-nav-skip persona-pointer-events-auto");a.type="button",a.textContent=(p=r.skipLabel)!=null?p:bv,a.setAttribute("data-ask-user-action","skip"),s.appendChild(a);let i=v("button","persona-ask-nav-next persona-pointer-events-auto");i.type="button";let d=t===e-1;return i.textContent=d?(u=r.submitAllLabel)!=null?u:yv:(f=r.nextLabel)!=null?f:hv,i.setAttribute("data-ask-user-action",d?"submit-all":"next"),i.disabled=!0,s.appendChild(i),n.appendChild(s),n},ya=t=>{let e=t.getAttribute(Lx);if(!e)return{};try{let r=JSON.parse(e);return r&&typeof r=="object"?r:{}}catch{return{}}},Hx=(t,e)=>{t.setAttribute(Lx,JSON.stringify(e))},Bn=t=>{var r;let e=Number((r=t.getAttribute(nu))!=null?r:"0");return Number.isFinite(e)?Math.max(0,Math.floor(e)):0},Pv=(t,e)=>{t.setAttribute(nu,String(Math.max(0,Math.floor(e))))},Xa=t=>{var r;let e=Number((r=t.getAttribute(ou))!=null?r:"1");return Number.isFinite(e)?Math.max(1,Math.floor(e)):1},Uo=t=>t.getAttribute(au)==="true",Iv=(t,e)=>{var o;let r=(o=t.agentMetadata)==null?void 0:o.askUserQuestionAnswers;if(!r||typeof r!="object")return{};let n={};return e.forEach((s,a)=>{let i=typeof(s==null?void 0:s.question)=="string"?s.question:"";if(i&&Object.prototype.hasOwnProperty.call(r,i)){let d=r[i];(typeof d=="string"||Array.isArray(d))&&(n[a]=d)}}),n},Rv=(t,e)=>{var n;let r=(n=t.agentMetadata)==null?void 0:n.askUserQuestionIndex;return typeof r!="number"||!Number.isFinite(r)?0:Math.max(0,Math.min(e-1,Math.floor(r)))},Ul=(t,e)=>{let{payload:r}=vo(e),n=Ys(r),o=ya(t),s={},a=new Set;return n.forEach((i,d)=>{let l=typeof(i==null?void 0:i.question)=="string"?i.question:"";l&&(a.has(l)&&typeof console!="undefined"&&console.warn(`[AgentWidget] ask_user_question has duplicate question text "${l}"; later answer wins.`),a.add(l),Object.prototype.hasOwnProperty.call(o,d)&&(s[l]=o[d]))}),s},Dx=t=>{let e=ya(t),r=Bn(t),n=e[r],o=new Set;typeof n=="string"?o.add(n):Array.isArray(n)&&n.forEach(d=>o.add(d));let s=t.querySelectorAll('[data-ask-user-action="pick"][data-option-label]');s.forEach(d=>{var u;let l=(u=d.getAttribute("data-option-label"))!=null?u:"",p=o.has(l);d.setAttribute("aria-pressed",p?"true":"false"),d.classList.toggle("persona-ask-pill-selected",p)});let a=new Set(Array.from(s).map(d=>{var l;return(l=d.getAttribute("data-option-label"))!=null?l:""})),i=t.querySelector('[data-ask-free-text-input="true"]');if(i)if(typeof n=="string"&&n.length>0&&!a.has(n)){i.value=n;let d=i.closest('[data-ask-free-text-row="true"]');d==null||d.classList.remove("persona-hidden")}else i.value=""},Ox=t=>{if(!Uo(t))return;let e=ya(t),r=Bn(t),n=e[r],o=typeof n=="string"&&n.length>0||Array.isArray(n)&&n.length>0,s=t.querySelector('[data-ask-user-action="next"], [data-ask-user-action="submit-all"]');s&&(s.disabled=!o);let a=t.querySelector('[data-ask-user-action="submit-multi"]');if(a){let i=Array.from(t.querySelectorAll('[aria-pressed="true"][data-option-label]'));a.disabled=i.length===0}},su=(t,e,r)=>{let n=$l(r),o=Cv(t),{payload:s,complete:a}=vo(e),i=Uo(t),d=Bn(t),l=Xa(t),p=i?Sv(s,d):Av(s),u=!!(p!=null&&p.multiSelect),f=t.querySelector('[data-ask-step-inline="true"]');f&&(f.textContent=i?`${d+1}/${l}`:"");let m=t.querySelector('[data-ask-stepper="true"]');m&&m.remove();let y=t.querySelector('[data-ask-question="true"]');if(y){let k=typeof(p==null?void 0:p.question)=="string"?p.question:"";y.textContent=k,y.classList.toggle("persona-ask-question-skeleton",!k&&!a)}let x=t.querySelector('[data-ask-pill-list="true"]');if(x){let k=kv(p,n,a,o);x.replaceWith(k)}if(o!=="rows"){let k=t.querySelector('[data-ask-free-text-row="true"]');k&&k.replaceWith(Bx(n,o))}let S=t.querySelector('[data-ask-multi-actions="true"]');!i&&u&&!S?t.appendChild(Ev(n)):(!u||i)&&S&&S.remove(),t.setAttribute("data-multi-select",u?"true":"false");let M=t.querySelector('[data-ask-nav-row="true"]');if(i){let k=Lv(d,l,n);M?M.replaceWith(k):t.appendChild(k)}else M&&M.remove();Dx(t),Ox(t)},Wv=(t,e,r)=>{let n=$l(e),o=vv(n),s=t.toolCall.id,a=Ys(r),i=Math.max(1,a.length),d=i>1,l=Iv(t,a),p=d?Rv(t,i):0,u=v("div",["persona-ask-sheet",`persona-ask-sheet--${o}`,"persona-pointer-events-auto","persona-ask-sheet-enter"].join(" "));u.setAttribute(Ka,s),u.setAttribute("data-tool-call-id",s),u.setAttribute("data-message-id",t.id),u.setAttribute(ou,String(i)),u.setAttribute(nu,String(p)),u.setAttribute(au,d?"true":"false"),u.setAttribute(Px,o),Hx(u,l),u.setAttribute("role","group"),u.setAttribute("aria-label","Suggested answers"),n.slideInMs!==void 0&&u.style.setProperty("--persona-ask-sheet-duration",`${n.slideInMs}ms`),Rx(u,n);let f=v("div","persona-ask-sheet-header persona-flex persona-items-center persona-gap-3"),m=v("div","persona-ask-sheet-question persona-flex-1");m.setAttribute("data-ask-question","true"),m.textContent="",f.appendChild(m);let y=v("span","persona-ask-sheet-step-inline");y.setAttribute("data-ask-step-inline","true"),y.textContent="",f.appendChild(y),u.appendChild(f);let S=v("div",o==="rows"?"persona-ask-pills persona-ask-pills--rows persona-flex persona-flex-col persona-gap-2":"persona-ask-pills persona-flex persona-flex-wrap persona-gap-2");return S.setAttribute("data-ask-pill-list","true"),S.setAttribute("role","group"),u.appendChild(S),o!=="rows"&&u.appendChild(Bx(n,o)),su(u,t,e),requestAnimationFrame(()=>{requestAnimationFrame(()=>u.classList.remove("persona-ask-sheet-enter"))}),u},Bv=(t,e,r)=>{let{payload:n}=vo(e),o=Math.max(1,Ys(n).length);o>Xa(t)&&(t.setAttribute(ou,String(o)),o>1&&!Uo(t)&&t.setAttribute(au,"true")),su(t,e,r)},Nx=(t,e)=>{let r=v("div","persona-ask-stub persona-inline-flex persona-items-center persona-gap-2");r.id=`bubble-${t.id}`,r.setAttribute("data-message-id",t.id),r.setAttribute("data-bubble-type","ask-user-question");let n=$l(e);Rx(r,n);let o=v("span","persona-ask-stub-label"),{complete:s}=vo(t);return o.textContent=s?"Awaiting your response\u2026":"Preparing options\u2026",r.appendChild(o),r},Ja=(t,e,r)=>{if(!r||!wo(t)||$l(e).enabled===!1)return;let o=t.toolCall.id;r.querySelectorAll(`[${Ka}]`).forEach(l=>{l.getAttribute(Ka)!==o&&l.remove()});let a=r.querySelector(`[${Ka}="${Ix(o)}"]`);if(a){Bv(a,t,e);return}let{payload:i}=vo(t),d=Wv(t,e,i);r.appendChild(d)},qo=(t,e)=>{if(!t)return;let r=e?`[${Ka}="${Ix(e)}"]`:`[${Ka}]`;t.querySelectorAll(r).forEach(o=>{o.classList.add("persona-ask-sheet-leave");let s=Number.parseInt(getComputedStyle(o).getPropertyValue("--persona-ask-sheet-duration")||"180",10);setTimeout(()=>o.remove(),Number.isFinite(s)?s:180)})},iu=t=>Array.from(t.querySelectorAll('[aria-pressed="true"][data-option-label]')).map(e=>e.getAttribute("data-option-label")).filter(e=>typeof e=="string"&&e.length>0),zo=(t,e)=>{let r=ya(t),n=Bn(t);typeof e=="string"&&e.length===0||Array.isArray(e)&&e.length===0?delete r[n]:r[n]=e,Hx(t,r),Dx(t),Ox(t)},ql=(t,e,r,n)=>{let o=Xa(t),s=Math.max(0,Math.min(o-1,n));Pv(t,s),su(t,e,r)};var zl=new Map,Hv=t=>{let r=(t.startsWith(ho)?t.slice(ho.length):t).replace(/([a-z0-9])([A-Z])/g,"$1 $2").split(/[_\-\s.]+/).filter(Boolean);if(r.length===0)return t;let n=r.join(" ").toLowerCase();return n.charAt(0).toUpperCase()+n.slice(1)},_x=t=>(t==null?void 0:t.approval)!==!1?t==null?void 0:t.approval:void 0,Fx=(t,e)=>{var n,o,s;let r=(o=(n=_x(e))==null?void 0:n.detailsDisplay)!=null?o:"collapsed";return(s=zl.get(t))!=null?s:r==="expanded"},$x=(t,e,r)=>{var a,i;let n=_x(r);t.setAttribute("aria-expanded",e?"true":"false");let o=t.querySelector("[data-approval-details-label]");o&&(o.textContent=e?(a=n==null?void 0:n.hideDetailsLabel)!=null?a:"Hide details":(i=n==null?void 0:n.showDetailsLabel)!=null?i:"Show details");let s=t.querySelector("[data-approval-details-chevron]");if(s){s.innerHTML="";let d=Be(e?"chevron-up":"chevron-down",14,"currentColor",2);d&&s.appendChild(d)}},Ux=(t,e,r)=>{let n=e.querySelector('button[data-bubble-type="approval"]'),o=e.querySelector("[data-approval-details]");if(!n||!o)return;let s=Fx(t,r);$x(n,s,r),o.style.display=s?"":"none"};var Vl=(t,e)=>{var E,W,P,R,N,j,oe,ve,nt,Te,$e,Se,Xe,He;let r=t.approval,n=(e==null?void 0:e.approval)!==!1?e==null?void 0:e.approval:void 0,o=(r==null?void 0:r.status)==="pending",s=v("div",["persona-approval-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(s.id=`bubble-${t.id}`,s.setAttribute("data-message-id",t.id),s.style.backgroundColor=(E=n==null?void 0:n.backgroundColor)!=null?E:"var(--persona-approval-bg, #fefce8)",s.style.borderColor=(W=n==null?void 0:n.borderColor)!=null?W:"var(--persona-approval-border, #fef08a)",s.style.boxShadow=(n==null?void 0:n.shadow)!==void 0?n.shadow.trim()===""?"none":n.shadow:"var(--persona-approval-shadow, 0 5px 15px rgba(15, 23, 42, 0.08))",!r)return s;let a=v("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),i=v("div","persona-flex-shrink-0 persona-mt-0.5");i.setAttribute("data-approval-icon","true");let d=r.status==="denied"?"shield-x":r.status==="timeout"?"shield-alert":"shield-check",l=r.status==="approved"?"var(--persona-feedback-success, #16a34a)":r.status==="denied"?"var(--persona-feedback-error, #dc2626)":r.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(P=n==null?void 0:n.titleColor)!=null?P:"currentColor",p=Be(d,20,l,2);p&&i.appendChild(p);let u=v("div","persona-flex-1 persona-min-w-0"),f=v("div","persona-flex persona-items-center persona-gap-2"),m=v("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(n!=null&&n.titleColor&&(m.style.color=n.titleColor),m.textContent=(R=n==null?void 0:n.title)!=null?R:"Approval Required",f.appendChild(m),!o){let V=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");V.setAttribute("data-approval-status",r.status),r.status==="approved"?(V.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",V.style.color="var(--persona-palette-colors-success-700, #15803d)",V.textContent="Approved"):r.status==="denied"?(V.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",V.style.color="var(--persona-palette-colors-error-700, #b91c1c)",V.textContent="Denied"):r.status==="timeout"&&(V.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",V.style.color="var(--persona-palette-colors-warning-700, #b45309)",V.textContent="Timeout"),f.appendChild(V)}u.appendChild(f);let x=r.toolType==="webmcp"||r.toolName.startsWith(ho)?Hd(r.toolName):void 0,S=(N=n==null?void 0:n.formatDescription)==null?void 0:N.call(n,{toolName:r.toolName,toolType:r.toolType,description:r.description,parameters:r.parameters,...x?{displayTitle:x}:{}}),M=!r.toolName,k=S||(M?r.description:`The assistant wants to use \u201C${x!=null?x:Hv(r.toolName)}\u201D.`),T=v("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");T.setAttribute("data-approval-summary","true"),n!=null&&n.descriptionColor&&(T.style.color=n.descriptionColor),T.textContent=k,u.appendChild(T);let h=(j=n==null?void 0:n.detailsDisplay)!=null?j:"collapsed",C=!!r.description&&!M,w=C||!!r.parameters;if(h!=="hidden"&&w){let V=Fx(t.id,e),be=v("button","persona-inline-flex persona-items-center persona-gap-1 persona-mt-1 persona-p-0 persona-border-none persona-bg-transparent persona-text-xs persona-font-medium persona-cursor-pointer persona-text-persona-muted");be.type="button",be.setAttribute("data-expand-header","true"),be.setAttribute("data-bubble-type","approval"),n!=null&&n.descriptionColor&&(be.style.color=n.descriptionColor);let G=v("span");G.setAttribute("data-approval-details-label","true");let Ae=v("span","persona-inline-flex persona-items-center");Ae.setAttribute("data-approval-details-chevron","true"),be.append(G,Ae),$x(be,V,e),u.appendChild(be);let J=v("div");if(J.setAttribute("data-approval-details","true"),J.style.display=V?"":"none",C){let ie=v("p","persona-text-sm persona-mt-1 persona-text-persona-muted");n!=null&&n.descriptionColor&&(ie.style.color=n.descriptionColor),ie.textContent=r.description,J.appendChild(ie)}if(r.parameters){let ie=v("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&&(ie.style.backgroundColor=n.parameterBackgroundColor),n!=null&&n.parameterTextColor&&(ie.style.color=n.parameterTextColor),ie.style.fontSize="0.75rem",ie.style.lineHeight="1rem",ie.textContent=Oa(r.parameters),J.appendChild(ie)}u.appendChild(J)}if(o){let V=v("div","persona-flex persona-gap-2 persona-mt-2");V.setAttribute("data-approval-buttons","true");let be=v("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");be.type="button",be.style.backgroundColor=(oe=n==null?void 0:n.approveButtonColor)!=null?oe:"var(--persona-approval-approve-bg, #22c55e)",be.style.color=(ve=n==null?void 0:n.approveButtonTextColor)!=null?ve:"#ffffff",be.setAttribute("data-approval-action","approve");let G=Be("shield-check",14,(nt=n==null?void 0:n.approveButtonTextColor)!=null?nt:"#ffffff",2);G&&(G.style.marginRight="4px",be.appendChild(G));let Ae=document.createTextNode((Te=n==null?void 0:n.approveLabel)!=null?Te:"Approve");be.appendChild(Ae);let J=v("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");J.type="button",J.style.backgroundColor=($e=n==null?void 0:n.denyButtonColor)!=null?$e:"transparent",J.style.color=(Se=n==null?void 0:n.denyButtonTextColor)!=null?Se:"var(--persona-feedback-error, #dc2626)",J.style.border=`1px solid ${n!=null&&n.denyButtonTextColor?n.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,J.setAttribute("data-approval-action","deny");let ie=Be("shield-x",14,(Xe=n==null?void 0:n.denyButtonTextColor)!=null?Xe:"var(--persona-feedback-error, #dc2626)",2);ie&&(ie.style.marginRight="4px",J.appendChild(ie));let Me=document.createTextNode((He=n==null?void 0:n.denyLabel)!=null?He:"Deny");J.appendChild(Me),V.append(be,J),u.appendChild(V)}return a.append(i,u),s.appendChild(a),s};var qx=t=>{let e=[];return{buttons:e,render:(n,o,s,a,i)=>{if(t.innerHTML="",e.length=0,!n||!n.length||(a!=null?a:o?o.getMessages():[]).some(m=>m.role==="user"))return;let p=document.createDocumentFragment(),u=o?o.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 y=v("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");y.type="button",y.textContent=m,y.disabled=u,i!=null&&i.fontFamily&&(y.style.fontFamily=f(i.fontFamily)),i!=null&&i.fontWeight&&(y.style.fontWeight=i.fontWeight),i!=null&&i.paddingX&&(y.style.paddingLeft=i.paddingX,y.style.paddingRight=i.paddingX),i!=null&&i.paddingY&&(y.style.paddingTop=i.paddingY,y.style.paddingBottom=i.paddingY),y.addEventListener("click",()=>{!o||o.isStreaming()||(s.value="",o.sendMessage(m))}),p.appendChild(y),e.push(y)}),t.appendChild(p)}}};var Zs=class{constructor(e=2e3,r=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=e,this.buffer=new Array(e),this.store=r}push(e){var r;this.buffer[this.head]=e,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(e.type),(r=this.store)==null||r.put(e)}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 e=await this.store.getAll();if(e.length===0)return 0;let r=e.length>this.maxSize?e.slice(e.length-this.maxSize):e;for(let n of r)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=e.length,r.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(e){let r=this.getAll();return e>=r.length?r:r.slice(r.length-e)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var e;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.clear()}destroy(){var e;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(e=this.store)==null||e.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var ei=class{constructor(e="persona-event-stream",r="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=e,this.storeName=r}open(){return new Promise((e,r)=>{try{let n=indexedDB.open(this.dbName,1);n.onupgradeneeded=()=>{let o=n.result;o.objectStoreNames.contains(this.storeName)||o.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},n.onsuccess=()=>{this.db=n.result,e()},n.onerror=()=>{r(n.error)}}catch(n){r(n)}})}put(e){!this.db||this.isDestroyed||(this.pendingWrites.push(e),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(e){if(!(!this.db||this.isDestroyed||e.length===0))try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of e)n.put(o)}catch{}}getAll(){return new Promise((e,r)=>{if(!this.db){e([]);return}try{let a=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();a.onsuccess=()=>{e(a.result)},a.onerror=()=>{r(a.error)}}catch(n){r(n)}})}getCount(){return new Promise((e,r)=>{if(!this.db){e(0);return}try{let s=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();s.onsuccess=()=>{e(s.result)},s.onerror=()=>{r(s.error)}}catch(n){r(n)}})}clear(){return new Promise((e,r)=>{if(!this.db){e();return}this.pendingWrites=[];try{let s=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();s.onsuccess=()=>{e()},s.onerror=()=>{r(s.error)}}catch(n){r(n)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((e,r)=>{try{let n=indexedDB.deleteDatabase(this.dbName);n.onsuccess=()=>{e()},n.onerror=()=>{r(n.error)}}catch(n){r(n)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let e=this.pendingWrites;this.pendingWrites=[];try{let n=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let o of e)n.put(o)}catch{}}};var Dv=new Set(["flow_start","flow_run_start","agent_start","dispatch_start","run_start"]),Ov=new Set(["step_start","execution_start"]),Nv=new Set(["step_delta","step_chunk","chunk","agent_turn_delta"]),_v=new Set(["step_complete","agent_turn_complete"]),Fv=new Set(["flow_complete","agent_complete"]),zx=new Set(["step_error","flow_error","agent_error","dispatch_error","error"]),jx=t=>typeof t=="object"&&t!==null&&!Array.isArray(t),vn=t=>typeof t=="number"&&Number.isFinite(t)?t:void 0,ba=(t,e)=>{let r=t[e];return jx(r)?r:void 0};function lu(t){return t>0?Math.max(1,Math.ceil(t/4)):0}function jl(t,e){if(!(t<=0||e===void 0||e<250))return t/(e/1e3)}function $v(t,e){return typeof e.type=="string"?e.type:t}function Uv(t){return typeof t.text=="string"?t.text:typeof t.delta=="string"?t.delta:typeof t.content=="string"?t.content:typeof t.chunk=="string"?t.chunk:""}function qv(t,e){return t==="step_delta"||t==="step_chunk"?e.stepType!=="tool"&&e.executionType!=="context":t!=="agent_turn_delta"?!0:(typeof e.contentType=="string"?e.contentType:typeof e.content_type=="string"?e.content_type:void 0)==="text"}function Vx(t){var n,o,s,a,i;let e=ba(t,"result"),r=[ba(t,"tokens"),ba(t,"totalTokens"),e?ba(e,"tokens"):void 0,ba(t,"usage"),e?ba(e,"usage"):void 0];for(let d of r){if(!d)continue;let l=(o=(n=vn(d.output))!=null?n:vn(d.outputTokens))!=null?o:vn(d.completionTokens);if(l!==void 0)return l}return(i=(s=vn(t.outputTokens))!=null?s:vn(t.completionTokens))!=null?i:e?(a=vn(e.outputTokens))!=null?a:vn(e.completionTokens):void 0}function zv(t){var r,n,o,s,a;let e=ba(t,"result");return(a=(o=(n=(r=vn(t.executionTime))!=null?r:vn(t.executionTimeMs))!=null?n:vn(t.execution_time))!=null?o:vn(t.duration))!=null?a:e?(s=vn(e.executionTime))!=null?s:vn(e.executionTimeMs):void 0}function Vv(){return typeof performance!="undefined"&&typeof performance.now=="function"?performance.now():Date.now()}var ti=class{constructor(e=Vv){this.metric={status:"idle"};this.run=null;this.now=e}getMetric(){let e=this.run;if(e&&this.metric.status==="running"&&e.firstDeltaAt!==void 0&&this.metric.outputTokens!==void 0){let r=this.now()-e.firstDeltaAt;return{...this.metric,durationMs:r,tokensPerSecond:jl(this.metric.outputTokens,r)}}return this.metric}reset(){this.run=null,this.metric={status:"idle"}}startRun(e){this.run={startedAt:e,visibleCharCount:0,exactOutputTokens:0},this.metric={status:"running"}}processEvent(e,r){var s;if(!jx(r)){zx.has(e)&&this.run&&(this.run=null,this.metric={status:"error"});return}let n=$v(e,r),o=this.now();if(Dv.has(n)){this.startRun(o);return}if(Ov.has(n)){this.run||this.startRun(o);return}if(Nv.has(n)){if(!qv(n,r))return;let a=Uv(r);if(!a)return;this.run||this.startRun(o);let i=this.run;(s=i.firstDeltaAt)!=null||(i.firstDeltaAt=o),i.visibleCharCount+=a.length;let d=i.exactOutputTokens+lu(i.visibleCharCount),l=o-i.firstDeltaAt;this.metric={status:"running",tokensPerSecond:jl(d,l),outputTokens:d,durationMs:l,source:i.exactOutputTokens>0?"usage":"estimate"};return}if(_v.has(n)){if(!this.run)return;let a=this.run,i=Vx(r);i!==void 0&&(a.exactOutputTokens+=i,a.visibleCharCount=0);let d=a.exactOutputTokens>0,l=a.exactOutputTokens+lu(a.visibleCharCount),p=this.resolveDuration(a,r,o);this.metric={status:"running",tokensPerSecond:jl(l,p),outputTokens:l,durationMs:p,source:d?"usage":"estimate"};return}if(Fv.has(n)){if(!this.run)return;let a=this.run,i=Vx(r),d=i!=null?i:a.exactOutputTokens+lu(a.visibleCharCount),l=i!==void 0||a.exactOutputTokens>0?"usage":"estimate",p=this.resolveDuration(a,r,o);this.metric={status:"complete",tokensPerSecond:jl(d,p),outputTokens:d,durationMs:p,source:l},this.run=null;return}if(zx.has(n)){if(!this.run)return;this.run=null,this.metric={status:"error"}}}resolveDuration(e,r,n){let o=e.firstDeltaAt!==void 0?n-e.firstDeltaAt:void 0;if(o!==void 0&&o>=250)return o;let s=zv(r);return s!=null?s:n-e.startedAt}};function Qa(t,e){e&&e.split(/\s+/).forEach(r=>r&&t.classList.add(r))}var jv={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)"}},Gv={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},Kv=["flowName","stepName","reasoningText","text","name","tool","toolName"],Xv=100;function Jv(t,e){let r={...jv,...e};if(r[t])return r[t];for(let n of Object.keys(r))if(n.endsWith("_")&&t.startsWith(n))return r[n];return Gv}function Qv(t,e){return`+${((t-e)/1e3).toFixed(3)}s`}function Yv(t){let e=new Date(t),r=String(e.getHours()).padStart(2,"0"),n=String(e.getMinutes()).padStart(2,"0"),o=String(e.getSeconds()).padStart(2,"0"),s=String(e.getMilliseconds()).padStart(3,"0");return`${r}:${n}:${o}.${s}`}function Zv(t,e){try{let r=JSON.parse(t);if(typeof r!="object"||r===null)return null;for(let n of e){let o=n.split("."),s=r;for(let a of o)if(s&&typeof s=="object"&&s!==null)s=s[a];else{s=void 0;break}if(typeof s=="string"&&s.trim())return s.trim()}}catch{}return null}function eC(t){var e;return(e=navigator.clipboard)!=null&&e.writeText?navigator.clipboard.writeText(t):new Promise(r=>{let n=document.createElement("textarea");n.value=t,n.style.position="fixed",n.style.opacity="0",document.body.appendChild(n),n.select(),document.execCommand("copy"),document.body.removeChild(n),r()})}function tC(t){let e;try{e=JSON.parse(t.payload)}catch{e=t.payload}return JSON.stringify({type:t.type,timestamp:new Date(t.timestamp).toISOString(),payload:e},null,2)}function rC(t){return t.tokensPerSecond===void 0||!Number.isFinite(t.tokensPerSecond)?"-- tok/s":`${t.tokensPerSecond.toFixed(1)} tok/s`}function nC(t){let e=[];return t.outputTokens!==void 0&&e.push(`${t.outputTokens.toLocaleString()} tok`),t.durationMs!==void 0&&e.push(`${(t.durationMs/1e3).toFixed(2)}s`),t.source&&e.push(t.source),e.join(" \xB7 ")}function oC(t,e,r){let n,o;try{o=JSON.parse(t.payload),n=JSON.stringify(o,null,2)}catch{o=t.payload,n=t.payload}let s=e.find(i=>i.renderEventStreamPayload);if(s!=null&&s.renderEventStreamPayload&&r){let i=s.renderEventStreamPayload({event:t,config:r,defaultRenderer:()=>a(),parsedPayload:o});if(i)return i}return a();function a(){let i=v("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=v("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 du(t,e,r,n,o,s,a,i){var f;let d=o.has(t.id),l=v("div","persona-border-b persona-border-persona-divider persona-text-xs");Qa(l,(f=n.classNames)==null?void 0:f.eventRow);let p=a.find(m=>m.renderEventStreamRow);if(p!=null&&p.renderEventStreamRow&&i){let m=p.renderEventStreamRow({event:t,index:e,config:i,defaultRenderer:()=>u(),isExpanded:d,onToggleExpand:()=>s(t.id)});if(m)return l.appendChild(m),l}return l.appendChild(u()),l;function u(){var j,oe;let m=v("div",""),y=v("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");y.setAttribute("data-event-id",t.id);let x=v("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),S=Be(d?"chevron-down":"chevron-right","14px","currentColor",2);S&&x.appendChild(S);let M=v("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),k=(j=n.timestampFormat)!=null?j:"relative";M.textContent=k==="relative"?Qv(t.timestamp,r):Yv(t.timestamp);let T=null;n.showSequenceNumbers!==!1&&(T=v("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),T.textContent=String(e+1));let h=Jv(t.type,n.badgeColors),C=v("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");C.style.backgroundColor=h.bg,C.style.color=h.text,C.style.borderColor=h.text+"50",C.textContent=t.type;let w=(oe=n.descriptionFields)!=null?oe:Kv,E=Zv(t.payload,w),W=null;E&&(W=v("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),W.textContent=E);let P=v("div","persona-flex-1 persona-min-w-0"),R=v("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"),N=Be("clipboard","12px","currentColor",1.5);return N&&R.appendChild(N),R.addEventListener("click",async ve=>{ve.stopPropagation(),await eC(tC(t)),R.innerHTML="";let nt=Be("check","12px","currentColor",1.5);nt&&R.appendChild(nt),setTimeout(()=>{R.innerHTML="";let Te=Be("clipboard","12px","currentColor",1.5);Te&&R.appendChild(Te)},1500)}),y.appendChild(x),y.appendChild(M),T&&y.appendChild(T),y.appendChild(C),W&&y.appendChild(W),y.appendChild(P),y.appendChild(R),m.appendChild(y),d&&m.appendChild(oC(t,a,i)),m}}function Gx(t){var y,x,S,M,k;let{buffer:e,getFullHistory:r,onClose:n,config:o,plugins:s=[],getThroughput:a}=t,i=(y=o==null?void 0:o.features)==null?void 0:y.scrollToBottom,d=(i==null?void 0:i.enabled)!==!1,l=(x=i==null?void 0:i.iconName)!=null?x:"arrow-down",p=(S=i==null?void 0:i.label)!=null?S:"",u=(k=(M=o==null?void 0:o.features)==null?void 0:M.eventStream)!=null?k:{},f=s.find(T=>T.renderEventStreamView);if(f!=null&&f.renderEventStreamView&&o){let T=f.renderEventStreamView({config:o,events:e.getAll(),defaultRenderer:()=>m().element,onClose:n});if(T)return{element:T,update:()=>{},destroy:()=>{}}}return m();function m(){let T=u.classNames,h=v("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");Qa(h,T==null?void 0:T.panel);let C=[],w="",E="",W=null,P=[],R={},N=0,j=Sl(),oe=0,ve=0,nt=!1,Te=null,$e=!1,Se=0,Xe=new Set,He=new Map,V="",be="",G=null,Ae,J,ie,Me,Ge,ce=null,re=null,le=null;function gt(){let de=v("div","persona-relative persona-flex persona-flex-col persona-flex-shrink-0"),we=v("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");Qa(we,T==null?void 0:T.headerBar);let Ot=v("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");if(Ot.textContent="Events",Ae=v("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"),Ae.textContent="0",a){re=v("div","persona-relative persona-flex persona-items-center persona-gap-1.5 persona-whitespace-nowrap persona-ml-1"),re.style.cursor="help";let ur=v("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");ur.textContent="Throughput",ce=v("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 persona-tabular-nums"),ce.textContent="-- tok/s",le=v("div","persona-absolute persona-z-50 persona-whitespace-nowrap persona-rounded persona-border persona-border-persona-border persona-bg-persona-container persona-text-persona-primary persona-text-[11px] persona-font-mono persona-px-2 persona-py-1 persona-shadow"),le.style.display="none",le.style.pointerEvents="none";let Cr=re,Br=le,Ur=()=>{if(!Br.textContent)return;let sn=Cr.getBoundingClientRect(),gr=de.getBoundingClientRect();Br.style.left=`${sn.left-gr.left}px`,Br.style.top=`${sn.bottom-gr.top+4}px`,Br.style.display="block"},bt=()=>{Br.style.display="none"};re.addEventListener("mouseenter",Ur),re.addEventListener("mouseleave",bt),re.appendChild(ur),re.appendChild(ce)}let lr=v("div","persona-flex-1");J=v("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 It=v("option","");It.value="",It.textContent="All events",J.appendChild(It),ie=v("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"),ie.type="button",ie.title="Copy All";let Ut=Be("clipboard-copy","12px","currentColor",1.5);Ut&&ie.appendChild(Ut);let Nt=v("span","persona-text-xs");Nt.textContent="Copy All",ie.appendChild(Nt),we.appendChild(Ot),we.appendChild(Ae),re&&we.appendChild(re),we.appendChild(lr),we.appendChild(J),we.appendChild(ie);let Mt=v("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");Qa(Mt,T==null?void 0:T.searchBar);let Rt=Be("search","14px","var(--persona-muted, #9ca3af)",1.5),dr=v("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Rt&&dr.appendChild(Rt),Me=v("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"),Qa(Me,T==null?void 0:T.searchInput),Me.type="text",Me.placeholder="Search event payloads...",Ge=v("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"),Ge.type="button",Ge.style.display="none";let ht=Be("x","12px","currentColor",2);return ht&&Ge.appendChild(ht),Mt.appendChild(dr),Mt.appendChild(Me),Mt.appendChild(Ge),de.appendChild(we),de.appendChild(Mt),le&&de.appendChild(le),de}let ke,ye=s.find(de=>de.renderEventStreamToolbar);if(ye!=null&&ye.renderEventStreamToolbar&&o){let de=ye.renderEventStreamToolbar({config:o,defaultRenderer:()=>gt(),eventCount:e.getSize(),filteredCount:0,onFilterChange:we=>{w=we,ue(),O()},onSearchChange:we=>{E=we,ue(),O()}});ke=de!=null?de:gt()}else ke=gt();let tt=v("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");tt.style.display="none";function Ue(){if(!a||!ce||!re)return;let de=a();ce.textContent=rC(de);let we=nC(de);le&&(le.textContent=we,we||(le.style.display="none")),we?re.setAttribute("aria-label",we):re.removeAttribute("aria-label")}let he=v("div","persona-flex-1 persona-min-h-0 persona-relative"),Q=v("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");Q.style.height="100%";let Ve=v("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");Qa(Ve,T==null?void 0:T.scrollIndicator),Ve.style.display="none",Ve.setAttribute("data-persona-scroll-to-bottom-has-label",p?"true":"false");let ee=Be(l,"14px","currentColor",2);ee&&Ve.appendChild(ee);let xe=v("span","");xe.textContent=p,Ve.appendChild(xe);let z=v("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");z.style.display="none",he.appendChild(Q),he.appendChild(z),he.appendChild(Ve),h.setAttribute("tabindex","0"),h.appendChild(ke),h.appendChild(tt),h.appendChild(he);function De(){let de=e.getAll(),we={};for(let Nt of de)we[Nt.type]=(we[Nt.type]||0)+1;let Ot=Object.keys(we).sort(),lr=Ot.length!==P.length||!Ot.every((Nt,Mt)=>Nt===P[Mt]),It=!lr&&Ot.some(Nt=>we[Nt]!==R[Nt]),hr=de.length!==Object.values(R).reduce((Nt,Mt)=>Nt+Mt,0);if(!lr&&!It&&!hr||(P=Ot,R=we,!J))return;let Ut=J.value;if(J.options[0].textContent="All events",lr){for(;J.options.length>1;)J.remove(1);for(let Nt of Ot){let Mt=v("option","");Mt.value=Nt,Mt.textContent=`${Nt} (${we[Nt]||0})`,J.appendChild(Mt)}Ut&&Ot.includes(Ut)?J.value=Ut:Ut&&(J.value="",w="")}else for(let Nt=1;Nt<J.options.length;Nt++){let Mt=J.options[Nt];Mt.textContent=`${Mt.value} (${we[Mt.value]||0})`}}function Le(){let de=e.getAll();if(w&&(de=de.filter(we=>we.type===w)),E){let we=E.toLowerCase();de=de.filter(Ot=>Ot.type.toLowerCase().includes(we)||Ot.payload.toLowerCase().includes(we))}return de}function ge(){return w!==""||E!==""}function ue(){N=0,oe=0,j.resume(),Ve.style.display="none"}function Oe(de){Xe.has(de)?Xe.delete(de):Xe.add(de),G=de;let we=Q.scrollTop,Ot=j.isFollowing();$e=!0,j.pause(),O(),Q.scrollTop=we,Ot&&j.resume(),$e=!1}function Z(){return qs(Q,50)}function O(){ve=Date.now(),nt=!1,Ue(),De();let de=e.getEvictedCount();de>0?(tt.textContent=`${de.toLocaleString()} older events truncated`,tt.style.display=""):tt.style.display="none",C=Le();let we=C.length,Ot=e.getSize()>0;Ae&&(Ae.textContent=String(e.getSize())),we===0&&Ot&&ge()?(z.textContent=E?`No events matching '${E}'`:"No events matching filter",z.style.display="",Q.style.display="none"):(z.style.display="none",Q.style.display=""),ie&&(ie.title=ge()?`Copy Filtered (${we})`:"Copy All"),d&&!j.isFollowing()&&we>N&&(oe+=we-N,xe.textContent=p?`${p}${oe>0?` (${oe})`:""}`:"",Ve.style.display=""),N=we;let lr=e.getAll(),It=lr.length>0?lr[0].timestamp:0,hr=new Set(C.map(Mt=>Mt.id));for(let Mt of Xe)hr.has(Mt)||Xe.delete(Mt);let Ut=w!==V||E!==be,Nt=He.size===0&&C.length>0;if(Ut||Nt||C.length===0){Q.innerHTML="",He.clear();let Mt=document.createDocumentFragment();for(let Rt=0;Rt<C.length;Rt++){let dr=du(C[Rt],Rt,It,u,Xe,Oe,s,o);He.set(C[Rt].id,dr),Mt.appendChild(dr)}Q.appendChild(Mt),V=w,be=E,G=null}else{if(G!==null){let Rt=He.get(G);if(Rt&&Rt.parentNode===Q){let dr=C.findIndex(ht=>ht.id===G);if(dr>=0){let ht=du(C[dr],dr,It,u,Xe,Oe,s,o);Q.insertBefore(ht,Rt),Rt.remove(),He.set(G,ht)}}G=null}let Mt=new Set(C.map(Rt=>Rt.id));for(let[Rt,dr]of He)Mt.has(Rt)||(dr.remove(),He.delete(Rt));for(let Rt=0;Rt<C.length;Rt++){let dr=C[Rt];if(!He.has(dr.id)){let ht=du(dr,Rt,It,u,Xe,Oe,s,o);He.set(dr.id,ht),Q.appendChild(ht)}}}j.isFollowing()&&(Q.scrollTop=Q.scrollHeight)}function Ie(){if(Date.now()-ve>=Xv){Te!==null&&(cancelAnimationFrame(Te),Te=null),O();return}nt||(nt=!0,Te=requestAnimationFrame(()=>{Te=null,O()}))}let Ne=(de,we)=>{if(!ie)return;ie.innerHTML="";let Ot=Be(de,"12px","currentColor",1.5);Ot&&ie.appendChild(Ot);let lr=v("span","persona-text-xs");lr.textContent="Copy All",ie.appendChild(lr),setTimeout(()=>{ie.innerHTML="";let It=Be("clipboard-copy","12px","currentColor",1.5);It&&ie.appendChild(It);let hr=v("span","persona-text-xs");hr.textContent="Copy All",ie.appendChild(hr),ie.disabled=!1},we)},je=async()=>{if(ie){ie.disabled=!0;try{let de;ge()?de=C:r?(de=await r(),de.length===0&&(de=e.getAll())):de=e.getAll();let we=de.map(Ot=>{try{return JSON.parse(Ot.payload)}catch{return Ot.payload}});await navigator.clipboard.writeText(JSON.stringify(we,null,2)),Ne("check",1500)}catch{Ne("x",1500)}}},Ke=()=>{J&&(w=J.value,ue(),O())},xt=()=>{!Me||!Ge||(Ge.style.display=Me.value?"":"none",W&&clearTimeout(W),W=setTimeout(()=>{E=Me.value,ue(),O()},150))},st=()=>{!Me||!Ge||(Me.value="",E="",Ge.style.display="none",W&&clearTimeout(W),ue(),O())},Pt=()=>{if($e)return;let de=Q.scrollTop,{action:we,nextLastScrollTop:Ot}=Tl({following:j.isFollowing(),currentScrollTop:de,lastScrollTop:Se,nearBottom:Z(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});Se=Ot,we==="resume"?(j.resume(),oe=0,Ve.style.display="none"):we==="pause"&&(j.pause(),d&&(xe.textContent=p,Ve.style.display=""))},Zt=de=>{let we=Ml({following:j.isFollowing(),deltaY:de.deltaY,nearBottom:Z(),resumeWhenNearBottom:!0});we==="pause"?(j.pause(),d&&(xe.textContent=p,Ve.style.display="")):we==="resume"&&(j.resume(),oe=0,Ve.style.display="none")},X=()=>{d&&(Q.scrollTop=Q.scrollHeight,j.resume(),oe=0,Ve.style.display="none")},er=de=>{let we=de.target;if(!we||we.closest("button"))return;let Ot=we.closest("[data-event-id]");if(!Ot)return;let lr=Ot.getAttribute("data-event-id");lr&&Oe(lr)},it=de=>{if((de.metaKey||de.ctrlKey)&&de.key==="f"){de.preventDefault(),Me==null||Me.focus(),Me==null||Me.select();return}de.key==="Escape"&&(Me&&document.activeElement===Me?(st(),Me.blur(),h.focus()):n&&n())};ie&&ie.addEventListener("click",je),J&&J.addEventListener("change",Ke),Me&&Me.addEventListener("input",xt),Ge&&Ge.addEventListener("click",st),Q.addEventListener("scroll",Pt),Q.addEventListener("wheel",Zt,{passive:!0}),Q.addEventListener("click",er),Ve.addEventListener("click",X),h.addEventListener("keydown",it);function Vt(){W&&clearTimeout(W),Te!==null&&(cancelAnimationFrame(Te),Te=null),nt=!1,He.clear(),ie&&ie.removeEventListener("click",je),J&&J.removeEventListener("change",Ke),Me&&Me.removeEventListener("input",xt),Ge&&Ge.removeEventListener("click",st),Q.removeEventListener("scroll",Pt),Q.removeEventListener("wheel",Zt),Q.removeEventListener("click",er),Ve.removeEventListener("click",X),h.removeEventListener("keydown",it)}return{element:h,update:Ie,destroy:Vt}}}function Kx(t,e){let r=typeof t.title=="string"&&t.title?t.title:"Untitled artifact",n=typeof t.artifactId=="string"?t.artifactId:"",o=t.status==="streaming"?"streaming":"complete",a=(typeof t.artifactType=="string"?t.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-surface, #ffffff)",i.style.cursor="pointer",i.tabIndex=0,i.setAttribute("role","button"),i.setAttribute("aria-label",`Open ${r} 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 l=document.createElement("div");l.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=r;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)",o==="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, #171717)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",u.appendChild(f);let m=document.createElement("span");m.textContent=`Generating ${a.toLowerCase()}...`,u.appendChild(m)}else u.textContent=a;if(l.append(p,u),i.append(d,l),o==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${r}`,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 Xx=(t,e)=>{var n,o,s;let r=(s=(o=(n=e==null?void 0:e.config)==null?void 0:n.features)==null?void 0:o.artifacts)==null?void 0:s.renderCard;if(r){let a=typeof t.title=="string"&&t.title?t.title:"Untitled artifact",i=typeof t.artifactId=="string"?t.artifactId:"",d=t.status==="streaming"?"streaming":"complete",l=typeof t.artifactType=="string"?t.artifactType:"markdown",p=r({artifact:{artifactId:i,title:a,artifactType:l,status:d},config:e.config,defaultRenderer:()=>Kx(t,e)});if(p)return p}return Kx(t,e)};var cu=class{constructor(){this.components=new Map}register(e,r){this.components.has(e)&&console.warn(`[ComponentRegistry] Component "${e}" is already registered. Overwriting.`),this.components.set(e,r)}unregister(e){this.components.delete(e)}get(e){return this.components.get(e)}has(e){return this.components.has(e)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(e){Object.entries(e).forEach(([r,n])=>{this.register(r,n)})}},Co=new cu;Co.register("PersonaArtifactCard",Xx);function aC(t){var o;let e=v("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),r=v("div","persona-font-semibold persona-text-sm persona-mb-2");r.textContent=t.component?`Component: ${t.component}`:"Component";let n=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return n.textContent=JSON.stringify((o=t.props)!=null?o:{},null,2),e.appendChild(r),e.appendChild(n),e}function Jx(t,e){var J,ie,Me,Ge;let r=(ie=(J=t.features)==null?void 0:J.artifacts)==null?void 0:ie.layout,o=((Me=r==null?void 0:r.toolbarPreset)!=null?Me:"default")==="document",s=(Ge=r==null?void 0:r.panePadding)==null?void 0:Ge.trim(),a=t.markdown?ia(t.markdown):null,i=Wa(t.sanitize),d=ce=>{let re=a?a(ce):la(ce);return i?i(re):re},l=typeof document!="undefined"?v("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,p=()=>{l==null||l.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"),N==null||N.hide()};l&&l.addEventListener("click",()=>{var ce;p(),(ce=e.onDismiss)==null||ce.call(e)});let u=v("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"),o&&u.classList.add("persona-artifact-pane-document");let f=v("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"),o&&f.classList.add("persona-artifact-toolbar-document");let m=v("span","persona-text-xs persona-font-medium persona-truncate");m.textContent="Artifacts";let y=v("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");y.type="button",y.textContent="Close",y.setAttribute("aria-label","Close artifacts panel"),y.addEventListener("click",()=>{var ce;p(),(ce=e.onDismiss)==null||ce.call(e)});let x="rendered",S=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),M=o?Wr({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):Wr({icon:"eye",label:"Rendered view"}),k=o?Wr({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):Wr({icon:"code-2",label:"Source"}),T=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),h=(r==null?void 0:r.documentToolbarShowCopyLabel)===!0,C=(r==null?void 0:r.documentToolbarShowCopyChevron)===!0,w=r==null?void 0:r.documentToolbarCopyMenuItems,E=!!(C&&w&&w.length>0),W=null,P,R=null,N=null;if(o&&(h||C)&&!E){if(P=h?Qs({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):Wr({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),C){let ce=Be("chevron-down",14,"currentColor",2);ce&&P.appendChild(ce)}}else o&&E?(W=v("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),P=h?Qs({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):Wr({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),R=Wr({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"}}),W.append(P,R)):o?P=Wr({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):P=Wr({icon:"copy",label:"Copy"});let j=o?Wr({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):Wr({icon:"refresh-cw",label:"Refresh"}),oe=o?Wr({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):Wr({icon:"x",label:"Close"}),ve=()=>{var ke,ye,tt;let ce=(ke=He.find(Ue=>Ue.id===V))!=null?ke:He[He.length-1],re=(ye=ce==null?void 0:ce.id)!=null?ye:null,le=(ce==null?void 0:ce.artifactType)==="markdown"&&(tt=ce.markdown)!=null?tt:"",gt=ce?JSON.stringify({component:ce.component,props:ce.props},null,2):"";return{markdown:le,jsonPayload:gt,id:re}},nt=async()=>{var ke;let{markdown:ce,jsonPayload:re}=ve(),le=(ke=He.find(ye=>ye.id===V))!=null?ke:He[He.length-1],gt=(le==null?void 0:le.artifactType)==="markdown"?ce:le?re:"";try{await navigator.clipboard.writeText(gt)}catch{}};if(P.addEventListener("click",async()=>{let ce=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;if(ce&&E){let{markdown:re,jsonPayload:le,id:gt}=ve();try{await ce({actionId:"primary",artifactId:gt,markdown:re,jsonPayload:le})}catch{}return}await nt()}),R&&(w!=null&&w.length)){let ce=()=>{var le;return(le=u.closest("[data-persona-root]"))!=null?le:document.body},re=()=>{N=Fo({items:w.map(le=>({id:le.id,label:le.label})),onSelect:async le=>{let{markdown:gt,jsonPayload:ke,id:ye}=ve(),tt=r==null?void 0:r.onDocumentToolbarCopyMenuSelect;try{tt?await tt({actionId:le,artifactId:ye,markdown:gt,jsonPayload:ke}):le==="markdown"||le==="md"?await navigator.clipboard.writeText(gt):le==="json"||le==="source"?await navigator.clipboard.writeText(ke):await navigator.clipboard.writeText(gt||ke)}catch{}},anchor:W!=null?W:R,position:"bottom-right",portal:ce()})};u.isConnected?re():requestAnimationFrame(re),R.addEventListener("click",le=>{le.stopPropagation(),N==null||N.toggle()})}j.addEventListener("click",async()=>{var ce;try{await((ce=r==null?void 0:r.onDocumentToolbarRefresh)==null?void 0:ce.call(r))}catch{}G()}),oe.addEventListener("click",()=>{var ce;p(),(ce=e.onDismiss)==null||ce.call(e)});let Te=()=>{o&&(M.setAttribute("aria-pressed",x==="rendered"?"true":"false"),k.setAttribute("aria-pressed",x==="source"?"true":"false"))};M.addEventListener("click",()=>{x="rendered",Te(),G()}),k.addEventListener("click",()=>{x="source",Te(),G()});let $e=v("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");o?(f.replaceChildren(),S.append(M,k),W?T.append(W,j,oe):T.append(P,j,oe),f.append(S,$e,T),Te()):(f.appendChild(m),f.appendChild(y)),s&&(f.style.paddingLeft=s,f.style.paddingRight=s);let Se=v("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"),Xe=v("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");s&&(Se.style.paddingLeft=s,Se.style.paddingRight=s,Xe.style.padding=s),u.appendChild(f),u.appendChild(Se),u.appendChild(Xe);let He=[],V=null,be=!1,G=()=>{var gt,ke,ye,tt;let ce=o&&He.length<=1;Se.classList.toggle("persona-hidden",ce),Se.replaceChildren();for(let Ue of He){let he=v("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");he.type="button",he.textContent=Ue.title||Ue.id.slice(0,8),Ue.id===V&&he.classList.add("persona-bg-persona-container","persona-border-persona-border"),he.addEventListener("click",()=>e.onSelect(Ue.id)),Se.appendChild(he)}Xe.replaceChildren();let re=V&&He.find(Ue=>Ue.id===V)||He[He.length-1];if(!re)return;if(o){let Ue=re.artifactType==="markdown"?"MD":(gt=re.component)!=null?gt:"Component",Q=(re.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";$e.textContent=`${Q} \xB7 ${Ue}`}else m.textContent="Artifacts";if(re.artifactType==="markdown"){if(o&&x==="source"){let he=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");he.textContent=(ke=re.markdown)!=null?ke:"",Xe.appendChild(he);return}let Ue=v("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");Ue.innerHTML=d((ye=re.markdown)!=null?ye:""),Xe.appendChild(Ue);return}let le=re.component?Co.get(re.component):void 0;if(le){let he={message:{id:re.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:t,updateProps:()=>{}};try{let Q=le((tt=re.props)!=null?tt:{},he);if(Q){Xe.appendChild(Q);return}}catch{}}Xe.appendChild(aC(re))},Ae=()=>{var re;let ce=He.length>0;if(u.classList.toggle("persona-hidden",!ce),l){let le=typeof u.closest=="function"?u.closest("[data-persona-root]"):null,ke=((re=le==null?void 0:le.classList.contains("persona-artifact-narrow-host"))!=null?re:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;ce&&ke&&be?(l.classList.remove("persona-hidden"),u.classList.add("persona-artifact-drawer-open")):(l.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"))}};return{element:u,backdrop:l,update(ce){var re,le,gt;He=ce.artifacts,V=(gt=(le=ce.selectedId)!=null?le:(re=ce.artifacts[ce.artifacts.length-1])==null?void 0:re.id)!=null?gt:null,He.length>0&&(be=!0),G(),Ae()},setMobileOpen(ce){be=ce,!ce&&l?(l.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open")):Ae()}}}function Hn(t){var e,r;return((r=(e=t==null?void 0:t.features)==null?void 0:e.artifacts)==null?void 0:r.enabled)===!0}function Qx(t,e){var s,a,i,d;if(t.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),t.style.removeProperty("--persona-artifact-pane-border"),t.style.removeProperty("--persona-artifact-pane-border-left"),!Hn(e))return;let r=(a=(s=e.features)==null?void 0:s.artifacts)==null?void 0:a.layout,n=(i=r==null?void 0:r.paneBorder)==null?void 0:i.trim(),o=(d=r==null?void 0:r.paneBorderLeft)==null?void 0:d.trim();n?(t.classList.add("persona-artifact-border-full"),t.style.setProperty("--persona-artifact-pane-border",n)):o&&(t.classList.add("persona-artifact-border-left"),t.style.setProperty("--persona-artifact-pane-border-left",o))}function sC(t){t.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),t.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),t.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function Gl(t,e){var d,l,p,u,f,m,y,x,S,M;if(!Hn(e)){t.style.removeProperty("--persona-artifact-split-gap"),t.style.removeProperty("--persona-artifact-pane-width"),t.style.removeProperty("--persona-artifact-pane-max-width"),t.style.removeProperty("--persona-artifact-pane-min-width"),t.style.removeProperty("--persona-artifact-pane-bg"),t.style.removeProperty("--persona-artifact-pane-padding"),sC(t),Qx(t,e);return}let r=(l=(d=e.features)==null?void 0:d.artifacts)==null?void 0:l.layout;t.style.setProperty("--persona-artifact-split-gap",(p=r==null?void 0:r.splitGap)!=null?p:"0.5rem"),t.style.setProperty("--persona-artifact-pane-width",(u=r==null?void 0:r.paneWidth)!=null?u:"40%"),t.style.setProperty("--persona-artifact-pane-max-width",(f=r==null?void 0:r.paneMaxWidth)!=null?f:"28rem"),r!=null&&r.paneMinWidth?t.style.setProperty("--persona-artifact-pane-min-width",r.paneMinWidth):t.style.removeProperty("--persona-artifact-pane-min-width");let n=(m=r==null?void 0:r.paneBackground)==null?void 0:m.trim();n?t.style.setProperty("--persona-artifact-pane-bg",n):t.style.removeProperty("--persona-artifact-pane-bg");let o=(y=r==null?void 0:r.panePadding)==null?void 0:y.trim();o?t.style.setProperty("--persona-artifact-pane-padding",o):t.style.removeProperty("--persona-artifact-pane-padding");let s=(x=r==null?void 0:r.documentToolbarIconColor)==null?void 0:x.trim();s?t.style.setProperty("--persona-artifact-doc-toolbar-icon-color",s):t.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let a=(S=r==null?void 0:r.documentToolbarToggleActiveBackground)==null?void 0:S.trim();a?t.style.setProperty("--persona-artifact-doc-toggle-active-bg",a):t.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let i=(M=r==null?void 0:r.documentToolbarToggleActiveBorderColor)==null?void 0:M.trim();i?t.style.setProperty("--persona-artifact-doc-toggle-active-border",i):t.style.removeProperty("--persona-artifact-doc-toggle-active-border"),Qx(t,e)}var Yx=["panel","seamless"];function Kl(t,e){var i,d,l,p,u,f;for(let m of Yx)t.classList.remove(`persona-artifact-appearance-${m}`);if(t.classList.remove("persona-artifact-unified-split"),t.style.removeProperty("--persona-artifact-pane-radius"),t.style.removeProperty("--persona-artifact-pane-shadow"),t.style.removeProperty("--persona-artifact-unified-outer-radius"),!Hn(e))return;let r=(d=(i=e.features)==null?void 0:i.artifacts)==null?void 0:d.layout,n=(l=r==null?void 0:r.paneAppearance)!=null?l:"panel",o=Yx.includes(n)?n:"panel";t.classList.add(`persona-artifact-appearance-${o}`);let s=(p=r==null?void 0:r.paneBorderRadius)==null?void 0:p.trim();s&&t.style.setProperty("--persona-artifact-pane-radius",s);let a=(u=r==null?void 0:r.paneShadow)==null?void 0:u.trim();if(a&&t.style.setProperty("--persona-artifact-pane-shadow",a),(r==null?void 0:r.unifiedSplitChrome)===!0){t.classList.add("persona-artifact-unified-split");let m=((f=r.unifiedSplitOuterRadius)==null?void 0:f.trim())||s;m&&t.style.setProperty("--persona-artifact-unified-outer-radius",m)}}function Zx(t,e){var r,n,o;return!e||!Hn(t)?!1:((o=(n=(r=t.features)==null?void 0:r.artifacts)==null?void 0:n.layout)==null?void 0:o.expandLauncherPanelWhenOpen)!==!1}function iC(t,e){if(!(t!=null&&t.trim()))return e;let r=/^(\d+(?:\.\d+)?)px\s*$/i.exec(t.trim());return r?Math.max(0,Number(r[1])):e}function lC(t){if(!(t!=null&&t.trim()))return null;let e=/^(\d+(?:\.\d+)?)px\s*$/i.exec(t.trim());return e?Math.max(0,Number(e[1])):null}function dC(t,e,r){return r<e?e:Math.min(r,Math.max(e,t))}function cC(t,e,r,n){let o=t-n-2*e-r;return Math.max(0,o)}function ey(t,e){var a;let n=(a=(e.getComputedStyle(t).gap||"0px").trim().split(/\s+/)[0])!=null?a:"0px",o=/^([\d.]+)px$/i.exec(n);if(o)return Number(o[1]);let s=/^([\d.]+)/.exec(n);return s?Number(s[1]):8}function ty(t,e,r,n,o,s){let a=iC(o,200),i=cC(e,r,n,200);i=Math.max(a,i);let d=lC(s);return d!==null&&(i=Math.min(i,d)),dC(t,a,i)}var ry={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"}},pu=(t,e,r,n)=>{let o=t.querySelectorAll("[data-tv-form]");o.length&&o.forEach(s=>{var y,x,S;if(s.dataset.enhanced==="true")return;let a=(y=s.dataset.tvForm)!=null?y:"init";s.dataset.enhanced="true";let i=(x=ry[a])!=null?x:ry.init;s.classList.add("persona-form-card","persona-space-y-4");let d=v("div","persona-space-y-1"),l=v("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(l.textContent=i.title,d.appendChild(l),i.description){let M=v("p","persona-text-sm persona-text-persona-muted");M.textContent=i.description,d.appendChild(M)}let p=document.createElement("form");p.className="persona-form-grid persona-space-y-3",i.fields.forEach(M=>{var w,E;let k=v("label","persona-form-field persona-flex persona-flex-col persona-gap-1");k.htmlFor=`${e.id}-${a}-${M.name}`;let T=v("span","persona-text-xs persona-font-medium persona-text-persona-muted");T.textContent=M.label,k.appendChild(T);let h=(w=M.type)!=null?w:"text",C;h==="textarea"?(C=document.createElement("textarea"),C.rows=3):(C=document.createElement("input"),C.type=h),C.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",C.id=`${e.id}-${a}-${M.name}`,C.name=M.name,C.placeholder=(E=M.placeholder)!=null?E:"",M.required&&(C.required=!0),k.appendChild(C),p.appendChild(k)});let u=v("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=v("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),m=v("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=(S=i.submitLabel)!=null?S:"Submit",u.appendChild(f),u.appendChild(m),p.appendChild(u),s.replaceChildren(d,p),p.addEventListener("submit",async M=>{var C,w;M.preventDefault();let k=(C=r.formEndpoint)!=null?C:"/form",T=new FormData(p),h={};T.forEach((E,W)=>{h[W]=E}),h.type=a,m.disabled=!0,f.textContent="Submitting\u2026";try{let E=await fetch(k,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(h)});if(!E.ok)throw new Error(`Form submission failed (${E.status})`);let W=await E.json();f.textContent=(w=W.message)!=null?w:"Thanks! We'll be in touch soon.",W.success&&W.nextPrompt&&await n.sendMessage(String(W.nextPrompt))}catch(E){f.textContent=E instanceof Error?E.message:"Something went wrong. Please try again."}finally{m.disabled=!1}})})};var uu=class{constructor(){this.plugins=new Map}register(e){var r;this.plugins.has(e.id)&&console.warn(`Plugin "${e.id}" is already registered. Overwriting.`),this.plugins.set(e.id,e),(r=e.onRegister)==null||r.call(e)}unregister(e){var n;let r=this.plugins.get(e);r&&((n=r.onUnregister)==null||n.call(r),this.plugins.delete(e))}getAll(){return Array.from(this.plugins.values()).sort((e,r)=>{var n,o;return((n=r.priority)!=null?n:0)-((o=e.priority)!=null?o:0)})}getForInstance(e){let r=this.getAll();if(!e||e.length===0)return r;let n=new Set(e.map(s=>s.id));return[...r.filter(s=>!n.has(s.id)),...e].sort((s,a)=>{var i,d;return((i=a.priority)!=null?i:0)-((d=s.priority)!=null?d:0)})}clear(){this.plugins.forEach(e=>{var r;return(r=e.onUnregister)==null?void 0:r.call(e)}),this.plugins.clear()}},ri=new uu;var ny=()=>{let t=new Map,e=(o,s)=>(t.has(o)||t.set(o,new Set),t.get(o).add(s),()=>r(o,s)),r=(o,s)=>{var a;(a=t.get(o))==null||a.delete(s)};return{on:e,off:r,emit:(o,s)=>{var a;(a=t.get(o))==null||a.forEach(i=>{try{i(s)}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",d)}})}}};var pC=t=>{let e=t.match(/```(?:json)?\s*([\s\S]*?)```/i);return e?e[1]:t},uC=t=>{let e=t.trim(),r=e.indexOf("{");if(r===-1)return null;let n=0;for(let o=r;o<e.length;o+=1){let s=e[o];if(s==="{"&&(n+=1),s==="}"&&(n-=1,n===0))return e.slice(r,o+1)}return null},ni=({text:t})=>{if(!t||!t.includes("{"))return null;try{let e=pC(t),r=uC(e);if(!r)return null;let n=JSON.parse(r);if(!n||typeof n!="object"||!n.action)return null;let{action:o,...s}=n;return{type:String(o),payload:s,raw:n}}catch{return null}},fu=t=>typeof t=="string"?t:t==null?"":String(t),wa={message:t=>t.type!=="message"?void 0:{handled:!0,displayText:fu(t.payload.text)},messageAndClick:(t,e)=>{var o;if(t.type!=="message_and_click")return;let r=t.payload,n=fu(r.element);if(n&&((o=e.document)!=null&&o.querySelector)){let s=e.document.querySelector(n);s?setTimeout(()=>{s.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",n)}return{handled:!0,displayText:fu(r.text)}}},oy=t=>Array.isArray(t)?t.map(e=>String(e)):[],oi=t=>{let e=new Set(oy(t.getSessionMetadata().processedActionMessageIds)),r=()=>{e=new Set(oy(t.getSessionMetadata().processedActionMessageIds))},n=()=>{let s=Array.from(e);t.updateSessionMetadata(a=>({...a,processedActionMessageIds:s}))};return{process:s=>{if(s.streaming||s.message.role!=="assistant"||!s.text||e.has(s.message.id))return null;let a=typeof s.raw=="string"&&s.raw||typeof s.message.rawContent=="string"&&s.message.rawContent||typeof s.text=="string"&&s.text||null;!a&&typeof s.text=="string"&&s.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?t.parsers.reduce((l,p)=>l||(p==null?void 0:p({text:a,message:s.message}))||null,null):null;if(!i)return null;e.add(s.message.id),n();let d={action:i,message:s.message};t.emit("action:detected",d);for(let l of t.handlers)if(l)try{let p=()=>{t.emit("action:resubmit",d)},u=l(i,{message:s.message,metadata:t.getSessionMetadata(),updateMetadata:t.updateSessionMetadata,document:t.documentRef,triggerResubmit:p});if(!u)continue;if(u.handled){let f=u.persistMessage!==!1;return{text:u.displayText!==void 0?u.displayText:"",persist:f,resubmit:u.resubmit}}}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",p)}return{text:"",persist:!0}},syncFromMetadata:r}};var fC=t=>{if(!t)return null;try{return JSON.parse(t)}catch(e){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",e),null}},mC=t=>t.map(e=>({...e,streaming:!1})),gC=t=>t.map(e=>({...e,status:"complete"})),Xl=(t="persona-state")=>{let e=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let r=e();return r?fC(r.getItem(t)):null},save:r=>{let n=e();if(n)try{let o={...r,messages:r.messages?mC(r.messages):void 0,artifacts:r.artifacts?gC(r.artifacts):void 0};n.setItem(t,JSON.stringify(o))}catch(o){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",o)}},clear:()=>{let r=e();if(r)try{r.removeItem(t)}catch(n){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",n)}}}};var Ya=ld(zi(),1);function hC(t){if(!t||typeof t!="object"||!("component"in t))return!1;let e=t.component;return typeof e=="string"&&e.length>0}function xC(t,e){if(!hC(t))return null;let r=t.props&&typeof t.props=="object"&&t.props!==null?t.props:{};return{component:t.component,props:r,raw:e}}function Jl(){let t=null,e=0;return{getExtractedDirective:()=>t,processChunk:r=>{let n=r.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(r.length<=e)return t;try{let o=(0,Ya.parse)(r,Ya.STR|Ya.OBJ),s=xC(o,r);s&&(t=s)}catch{}return e=r.length,t},reset:()=>{t=null,e=0}}}function ay(t){return typeof t=="object"&&t!==null&&"component"in t&&typeof t.component=="string"&&"props"in t&&typeof t.props=="object"}function Ql(t,e){let{config:r,message:n,onPropsUpdate:o}=e,s=Co.get(t.component);if(!s)return console.warn(`[ComponentMiddleware] Component "${t.component}" not found in registry. Falling back to default rendering.`),null;let a={message:n,config:r,updateProps:i=>{o&&o(i)}};try{return s(t.props,a)}catch(i){return console.error(`[ComponentMiddleware] Error rendering component "${t.component}":`,i),null}}function sy(){let t=Jl();return{processChunk:e=>t.processChunk(e),getDirective:()=>t.getExtractedDirective(),reset:()=>{t.reset()}}}function iy(t){if(typeof t.rawContent=="string"&&t.rawContent.length>0)return t.rawContent;if(typeof t.content=="string"){let e=t.content.trim();if(e.startsWith("{")||e.startsWith("["))return t.content}return null}function Yl(t){let e=iy(t);if(!e)return!1;try{let r=JSON.parse(e);return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"}catch{return!1}}function Zl(t){let e=iy(t);if(!e)return null;try{let r=JSON.parse(e);if(typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"){let n=r;return{component:n.component,props:n.props&&typeof n.props=="object"&&n.props!==null?n.props:{},raw:e}}}catch{}return null}var yC=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function ed(t){let{onSubmit:e,onDismiss:r,title:n="How satisfied are you?",subtitle:o="Please rate your experience",commentPlaceholder:s="Share your thoughts (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,ratingLabels:l=yC}=t,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,f=document.createElement("div");f.className="persona-feedback-content";let m=document.createElement("div");m.className="persona-feedback-header";let y=document.createElement("h3");y.className="persona-feedback-title",y.textContent=n,m.appendChild(y);let x=document.createElement("p");x.className="persona-feedback-subtitle",x.textContent=o,m.appendChild(x),f.appendChild(m);let S=document.createElement("div");S.className="persona-feedback-rating persona-feedback-rating-csat",S.setAttribute("role","radiogroup"),S.setAttribute("aria-label","Satisfaction rating from 1 to 5");let M=[];for(let w=1;w<=5;w++){let E=document.createElement("button");E.type="button",E.className="persona-feedback-rating-btn persona-feedback-star-btn",E.setAttribute("role","radio"),E.setAttribute("aria-checked","false"),E.setAttribute("aria-label",`${w} star${w>1?"s":""}: ${l[w-1]}`),E.title=l[w-1],E.dataset.rating=String(w),E.innerHTML=`
|
|
77
77
|
<svg class="persona-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
78
78
|
<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>
|
|
79
79
|
</svg>
|
|
80
|
-
`,E.addEventListener("click",()=>{m=y,k.forEach((B,P)=>{let R=P<y;B.classList.toggle("selected",R),B.setAttribute("aria-checked",P===y-1?"true":"false")})}),k.push(E),S.appendChild(E)}u.appendChild(S);let T=null;if(d){let y=document.createElement("div");y.className="persona-feedback-comment-container",T=document.createElement("textarea"),T.className="persona-feedback-comment",T.placeholder=s,T.rows=3,T.setAttribute("aria-label","Additional comments"),y.appendChild(T),u.appendChild(y)}let M=document.createElement("div");M.className="persona-feedback-actions";let h=document.createElement("button");h.type="button",h.className="persona-feedback-btn persona-feedback-btn-skip",h.textContent=i,h.addEventListener("click",()=>{r==null||r(),p.remove()});let w=document.createElement("button");return w.type="button",w.className="persona-feedback-btn persona-feedback-btn-submit",w.textContent=a,w.addEventListener("click",async()=>{if(m===null){S.classList.add("persona-feedback-shake"),setTimeout(()=>S.classList.remove("persona-feedback-shake"),500);return}w.disabled=!0,w.textContent="Submitting...";try{let y=(T==null?void 0:T.value.trim())||void 0;await e(m,y),p.remove()}catch(y){w.disabled=!1,w.textContent=a,console.error("[CSAT Feedback] Failed to submit:",y)}}),M.appendChild(h),M.appendChild(w),u.appendChild(M),p.appendChild(u),p}function Yl(t){let{onSubmit:e,onDismiss:r,title:n="How likely are you to recommend us?",subtitle:o="On a scale of 0 to 10",commentPlaceholder:s="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,lowLabel:l="Not likely",highLabel:p="Very likely"}=t,m=document.createElement("div");m.className="persona-feedback-container persona-feedback-nps",m.setAttribute("role","dialog"),m.setAttribute("aria-label","Net Promoter Score feedback");let u=null,f=document.createElement("div");f.className="persona-feedback-content";let x=document.createElement("div");x.className="persona-feedback-header";let C=document.createElement("h3");C.className="persona-feedback-title",C.textContent=n,x.appendChild(C);let S=document.createElement("p");S.className="persona-feedback-subtitle",S.textContent=o,x.appendChild(S),f.appendChild(x);let k=document.createElement("div");k.className="persona-feedback-rating persona-feedback-rating-nps",k.setAttribute("role","radiogroup"),k.setAttribute("aria-label","Likelihood rating from 0 to 10");let T=document.createElement("div");T.className="persona-feedback-labels";let M=document.createElement("span");M.className="persona-feedback-label-low",M.textContent=l;let h=document.createElement("span");h.className="persona-feedback-label-high",h.textContent=p,T.appendChild(M),T.appendChild(h);let w=document.createElement("div");w.className="persona-feedback-numbers";let y=[];for(let O=0;O<=10;O++){let V=document.createElement("button");V.type="button",V.className="persona-feedback-rating-btn persona-feedback-number-btn",V.setAttribute("role","radio"),V.setAttribute("aria-checked","false"),V.setAttribute("aria-label",`Rating ${O} out of 10`),V.textContent=String(O),V.dataset.rating=String(O),O<=6?V.classList.add("persona-feedback-detractor"):O<=8?V.classList.add("persona-feedback-passive"):V.classList.add("persona-feedback-promoter"),V.addEventListener("click",()=>{u=O,y.forEach((ne,be)=>{ne.classList.toggle("selected",be===O),ne.setAttribute("aria-checked",be===O?"true":"false")})}),y.push(V),w.appendChild(V)}k.appendChild(T),k.appendChild(w),f.appendChild(k);let E=null;if(d){let O=document.createElement("div");O.className="persona-feedback-comment-container",E=document.createElement("textarea"),E.className="persona-feedback-comment",E.placeholder=s,E.rows=3,E.setAttribute("aria-label","Additional comments"),O.appendChild(E),f.appendChild(O)}let B=document.createElement("div");B.className="persona-feedback-actions";let P=document.createElement("button");P.type="button",P.className="persona-feedback-btn persona-feedback-btn-skip",P.textContent=i,P.addEventListener("click",()=>{r==null||r(),m.remove()});let R=document.createElement("button");return R.type="button",R.className="persona-feedback-btn persona-feedback-btn-submit",R.textContent=a,R.addEventListener("click",async()=>{if(u===null){w.classList.add("persona-feedback-shake"),setTimeout(()=>w.classList.remove("persona-feedback-shake"),500);return}R.disabled=!0,R.textContent="Submitting...";try{let O=(E==null?void 0:E.value.trim())||void 0;await e(u,O),m.remove()}catch(O){R.disabled=!1,R.textContent=a,console.error("[NPS Feedback] Failed to submit:",O)}}),B.appendChild(P),B.appendChild(R),f.appendChild(B),m.appendChild(f),m}var Ka="persona-chat-history",dC=30*1e3,cC={"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 pC(t){var n,o,s;if(!t)return[];let e=[],r=Array.from((n=t.items)!=null?n:[]);for(let a of r){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){e.push(i);continue}let d=(o=cC[i.type])!=null?o:"png";e.push(new File([i],`clipboard-image-${Date.now()}.${d}`,{type:i.type,lastModified:Date.now()}))}if(e.length>0)return e;for(let a of Array.from((s=t.files)!=null?s:[]))a.type.startsWith("image/")&&e.push(a);return e}function Zl(t){if(!t)return!1;let e=t.types;return e?typeof e.contains=="function"?e.contains("Files"):Array.from(e).includes("Files"):!1}function uC(t){var e,r,n,o,s,a,i,d,l;return t?t===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(e=t.storage)!=null?e:"session",keyPrefix:(r=t.keyPrefix)!=null?r:"persona-",persist:{openState:(o=(n=t.persist)==null?void 0:n.openState)!=null?o:!0,voiceState:(a=(s=t.persist)==null?void 0:s.voiceState)!=null?a:!0,focusInput:(d=(i=t.persist)==null?void 0:i.focusInput)!=null?d:!0},clearOnChatClear:(l=t.clearOnChatClear)!=null?l:!0}:null}function fC(t){try{let e=t==="local"?localStorage:sessionStorage,r="__persist_test__";return e.setItem(r,"1"),e.removeItem(r),e}catch{return null}}var pu=t=>!t||typeof t!="object"?{}:{...t},Zx=t=>t.map(e=>({...e,streaming:!1})),ey=(t,e,r)=>{let n=t!=null&&t.markdown?na(t.markdown):null,o=Ea(t==null?void 0:t.sanitize);return t!=null&&t.postprocessMessage&&o&&(t==null?void 0:t.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."),s=>{var l,p,m;let a=(l=s.text)!=null?l:"",i=(p=s.message.rawContent)!=null?p:null;if(e){let u=e.process({text:a,raw:i!=null?i:a,message:s.message,streaming:s.streaming});u!==null&&(a=u.text,u.persist||(s.message.__skipPersist=!0),u.resubmit&&!s.streaming&&r&&r())}let d;return t!=null&&t.postprocessMessage?d=t.postprocessMessage({...s,text:a,raw:(m=i!=null?i:s.text)!=null?m:""}):n?d=n(a):d=oa(a),o?o(d):d}};function ty(t){var i,d,l,p;let e=v("div","persona-attachment-drop-overlay");t!=null&&t.background&&e.style.setProperty("--persona-drop-overlay-bg",t.background),(t==null?void 0:t.backdropBlur)!==void 0&&e.style.setProperty("--persona-drop-overlay-blur",t.backdropBlur),t!=null&&t.border&&e.style.setProperty("--persona-drop-overlay-border",t.border),t!=null&&t.borderRadius&&e.style.setProperty("--persona-drop-overlay-radius",t.borderRadius),t!=null&&t.inset&&e.style.setProperty("--persona-drop-overlay-inset",t.inset),t!=null&&t.labelSize&&e.style.setProperty("--persona-drop-overlay-label-size",t.labelSize),t!=null&&t.labelColor&&e.style.setProperty("--persona-drop-overlay-label-color",t.labelColor);let r=(i=t==null?void 0:t.iconName)!=null?i:"upload",n=(d=t==null?void 0:t.iconSize)!=null?d:"48px",o=(l=t==null?void 0:t.iconColor)!=null?l:"rgba(59, 130, 246, 0.6)",s=(p=t==null?void 0:t.iconStrokeWidth)!=null?p:.5,a=Ie(r,n,o,s);if(a&&e.appendChild(a),t!=null&&t.label){let m=v("span","persona-drop-overlay-label");m.textContent=t.label,e.appendChild(m)}return e}var ed=(t,e,r)=>{var Bu,Hu,Du,Ou,Nu,_u,Fu,$u,Uu,qu,zu,Vu,ju,Gu,Ku,Xu,Ju,Qu,Yu,Zu,ef,tf,rf,nf,of,af,sf,lf,df,cf,pf,uf,ff,mf,gf,hf,xf,yf,bf,wf,vf,Cf,Af,Sf,Tf,Mf,kf,Ef;if(t==null)throw new Error('createAgentExperience: mount must be a non-null HTMLElement (e.g. pass document.getElementById("my-root") after the node exists).');t.id&&!t.getAttribute("data-persona-instance")&&t.setAttribute("data-persona-instance",t.id),t.hasAttribute("data-persona-root")||t.setAttribute("data-persona-root","true");let n=xl(e),o=Ys.getForInstance(n.plugins);n.components&&yo.registerAll(n.components);let s=Kx(),i=n.persistState===!1?null:(Bu=n.storageAdapter)!=null?Bu:jl(),d={},l=null,p=!1,m=c=>{if(n.onStateLoaded)try{let g=n.onStateLoaded(c);if(g&&typeof g=="object"&&"state"in g){let{state:b,open:A}=g;return A&&(p=!0),b}return g}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return c};if(i!=null&&i.load)try{let c=i.load();if(c&&typeof c.then=="function")l=c.then(g=>{let b=g!=null?g:{messages:[],metadata:{}};return m(b)});else{let g=c!=null?c:{messages:[],metadata:{}},b=m(g);b.metadata&&(d=pu(b.metadata)),(Hu=b.messages)!=null&&Hu.length&&(n={...n,initialMessages:b.messages}),(Du=b.artifacts)!=null&&Du.length&&(n={...n,initialArtifacts:b.artifacts,initialSelectedArtifactId:(Ou=b.selectedArtifactId)!=null?Ou:null})}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",c)}else if(n.onStateLoaded)try{let c=m({messages:[],metadata:{}});(Nu=c.messages)!=null&&Nu.length&&(n={...n,initialMessages:c.messages})}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",c)}let u=()=>d,f=c=>{var b;d=(b=c({...d}))!=null?b:{},ya()},x=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Zs],C=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[ha.message,ha.messageAndClick],S=ei({parsers:x,handlers:C,getSessionMetadata:u,updateSessionMetadata:f,emit:s.emit,documentRef:typeof document!="undefined"?document:null});S.syncFromMetadata();let k=(Fu=(_u=n.launcher)==null?void 0:_u.enabled)!=null?Fu:!0,T=(Uu=($u=n.launcher)==null?void 0:$u.autoExpand)!=null?Uu:!1,M=(qu=n.autoFocusInput)!=null?qu:!1,h=T,w=k,y=(Vu=(zu=n.layout)==null?void 0:zu.header)==null?void 0:Vu.layout,E=!1,B=()=>Ho(n),P=()=>k||B(),R=B()?!1:k?T:!0,O=!1,V=null,ne=()=>{O=!0,V&&clearTimeout(V),V=setTimeout(()=>{O&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),O=!1)},1e4)},be=ey(n,S,ne),Ye=(Gu=(ju=n.features)==null?void 0:ju.showReasoning)!=null?Gu:!0,Ge=(Xu=(Ku=n.features)==null?void 0:Ku.showToolCalls)!=null?Xu:!0,ve=(Qu=(Ju=n.features)==null?void 0:Ju.showEventStreamToggle)!=null?Qu:!1,Ee=(Zu=(Yu=n.features)==null?void 0:Yu.scrollToBottom)!=null?Zu:{},Ne=`${(tf=typeof n.persistState=="object"?(ef=n.persistState)==null?void 0:ef.keyPrefix:void 0)!=null?tf:"persona-"}event-stream`,X=ve?new Js(Ne):null,Ue=(of=(nf=(rf=n.features)==null?void 0:rf.eventStream)==null?void 0:nf.maxEvents)!=null?of:2e3,K=ve?new Xs(Ue,X):null,Te=ve?new Qs:null,oe=null,xe=!1,Me=null,Xe=0;X==null||X.open().then(()=>K==null?void 0:K.restore()).catch(c=>{n.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",c)});let ce={onCopy:c=>{var g,b;s.emit("message:copy",c),W!=null&&W.isClientTokenMode()&&W.submitMessageFeedback(c.id,"copy").catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",A)}),(b=(g=n.messageActions)==null?void 0:g.onCopy)==null||b.call(g,c)},onFeedback:c=>{var g,b;s.emit("message:feedback",c),W!=null&&W.isClientTokenMode()&&W.submitMessageFeedback(c.messageId,c.type).catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit feedback:",A)}),(b=(g=n.messageActions)==null?void 0:g.onFeedback)==null||b.call(g,c)}},te=(af=n.statusIndicator)!=null?af:{},le=c=>{var g,b,A,D;return c==="idle"?(g=te.idleText)!=null?g:Ur.idle:c==="connecting"?(b=te.connectingText)!=null?b:Ur.connecting:c==="connected"?(A=te.connectedText)!=null?A:Ur.connected:c==="error"?(D=te.errorText)!=null?D:Ur.error:Ur[c]};function ut(c,g,b,A){if(A==="idle"&&b.idleLink){c.textContent="";let D=document.createElement("a");D.href=b.idleLink,D.target="_blank",D.rel="noopener noreferrer",D.textContent=g,D.style.color="inherit",D.style.textDecoration="none",c.appendChild(D)}else c.textContent=g}let{wrapper:Ce,panel:he,pillRoot:rt}=mx(n),_e=gx(n,P()),{container:me,body:J,messagesWrapper:ze,suggestions:Z,textarea:ge,sendButton:z,sendButtonWrapper:Re,composerForm:Ae,statusText:fe,introTitle:pe,introSubtitle:Be,closeButton:Q,iconHolder:_,headerTitle:ke,headerSubtitle:He,header:Ve,footer:Je,actionsRow:gt,leftActions:at,rightActions:Mt}=_e,Xt=_e.setSendButtonMode,G=_e.micButton,Jt=_e.micButtonWrapper,st=_e.attachmentButton,_t=_e.attachmentButtonWrapper,de=_e.attachmentInput,ye=_e.attachmentPreviewsContainer;me.classList.add("persona-relative"),J.classList.add("persona-relative");let Rt=12,ar=()=>{var c;return(c=Ee.label)!=null?c:""},kt=()=>{var c;return(c=Ee.iconName)!=null?c:"arrow-down"},mr=()=>Ee.enabled!==!1,Ot=v("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");Ot.type="button",Ot.style.display="none",Ot.setAttribute("data-persona-scroll-to-bottom","true");let Wt=v("span","persona-flex persona-items-center"),St=v("span","");Ot.append(Wt,St),me.appendChild(Ot);let Et=()=>{let g=Je.style.display==="none"?0:Je.offsetHeight;Ot.style.bottom=`${g+Rt}px`};Et();let sr=()=>{let c=!!ar();Ot.setAttribute("aria-label",ar()||"Jump to latest"),Ot.title=ar(),Ot.setAttribute("data-persona-scroll-to-bottom-has-label",c?"true":"false"),Wt.innerHTML="";let g=Ie(kt(),"14px","currentColor",2);g?(Wt.appendChild(g),Wt.style.display=""):Wt.style.display="none",St.textContent=ar(),St.style.display=c?"":"none"};sr();let ft=null,dr=null,wr=o.find(c=>c.renderHeader);if(wr!=null&&wr.renderHeader){let c=wr.renderHeader({config:n,defaultRenderer:()=>{let g=go({config:n,showClose:P()});return ua(me,g,n),g.header},onClose:()=>Kt(!1,"user")});if(c){let g=me.querySelector(".persona-border-b-persona-divider");g&&(g.replaceWith(c),Ve=c)}}let Lr=()=>{var g,b,A,D;if(!K)return;if(xe=!0,!oe&&K&&(oe=Nx({buffer:K,getFullHistory:()=>K.getAllFromStore(),onClose:()=>Or(),config:n,plugins:o,getThroughput:()=>{var $;return($=Te==null?void 0:Te.getMetric())!=null?$:{status:"idle"}}})),oe&&(J.style.display="none",(g=Je.parentNode)==null||g.insertBefore(oe.element,Je),oe.update()),xt){xt.style.boxShadow=`inset 0 0 0 1.5px ${en.actionIconColor}`;let $=(D=(A=(b=n.features)==null?void 0:b.eventStream)==null?void 0:A.classNames)==null?void 0:D.toggleButtonActive;$&&$.split(/\s+/).forEach(U=>U&&xt.classList.add(U))}let c=()=>{if(!xe)return;let $=Date.now();$-Xe>=200&&(oe==null||oe.update(),Xe=$),Me=requestAnimationFrame(c)};Xe=0,Me=requestAnimationFrame(c),oo(),s.emit("eventStream:opened",{timestamp:Date.now()})},Or=()=>{var c,g,b;if(xe){if(xe=!1,oe&&oe.element.remove(),J.style.display="",xt){xt.style.boxShadow="";let A=(b=(g=(c=n.features)==null?void 0:c.eventStream)==null?void 0:g.classNames)==null?void 0:b.toggleButtonActive;A&&A.split(/\s+/).forEach(D=>D&&xt.classList.remove(D))}Me!==null&&(cancelAnimationFrame(Me),Me=null),oo(),s.emit("eventStream:closed",{timestamp:Date.now()})}},xt=null;if(ve){let c=(lf=(sf=n.features)==null?void 0:sf.eventStream)==null?void 0:lf.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"+(c!=null&&c.toggleButton?" "+c.toggleButton:"");xt=v("button",g),xt.style.width="28px",xt.style.height="28px",xt.style.color=en.actionIconColor,xt.type="button",xt.setAttribute("aria-label","Event Stream"),xt.title="Event Stream";let b=Ie("activity","18px","currentColor",1.5);b&&xt.appendChild(b);let A=_e.clearChatButtonWrapper,D=_e.closeButtonWrapper,$=A||D;$&&$.parentNode===Ve?Ve.insertBefore(xt,$):Ve.appendChild(xt),xt.addEventListener("click",()=>{xe?Or():Lr()})}let sn=c=>{var A,D,$;let g=n.attachments;if(!(g!=null&&g.enabled))return;let b=c.querySelector(".persona-attachment-previews");if(!b){b=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),b.style.display="none";let U=c.querySelector("[data-persona-composer-form]");U!=null&&U.parentNode?U.parentNode.insertBefore(b,U):c.insertBefore(b,c.firstChild)}if(!c.querySelector('input[type="file"]')){let U=v("input");U.type="file",U.accept=((A=g.allowedTypes)!=null?A:mo).join(","),U.multiple=((D=g.maxFiles)!=null?D:4)>1,U.style.display="none",U.setAttribute("aria-label",($=g.buttonTooltipText)!=null?$:"Attach files"),c.appendChild(U)}},fr=o.find(c=>c.renderComposer);if(fr!=null&&fr.renderComposer){let c=n.composer,g=fr.renderComposer({config:n,defaultRenderer:()=>_a({config:n}).footer,onSubmit:b=>{var U;if(!W||W.isStreaming())return;let A=b.trim(),D=(U=ft==null?void 0:ft.hasAttachments())!=null?U:!1;if(!A&&!D)return;as();let $;D&&($=[],$.push(...ft.getContentParts()),A&&$.push(Rs(A))),W.sendMessage(A,{contentParts:$}),D&&ft.clearAttachments()},streaming:!1,disabled:!1,openAttachmentPicker:()=>{de==null||de.click()},models:c==null?void 0:c.models,selectedModelId:c==null?void 0:c.selectedModelId,onModelChange:b=>{n.composer={...n.composer,selectedModelId:b},n.agent&&(n.agent={...n.agent,model:b})},onVoiceToggle:((df=n.voiceRecognition)==null?void 0:df.enabled)===!0?()=>{dr==null||dr()}:void 0});g&&(Je.replaceWith(g),Je=g)}let Un=c=>{let g=c.querySelector("[data-persona-composer-form]"),b=c.querySelector("[data-persona-composer-input]"),A=c.querySelector("[data-persona-composer-submit]"),D=c.querySelector("[data-persona-composer-mic]"),$=c.querySelector("[data-persona-composer-status]");g&&(Ae=g),b&&(ge=b),A&&(z=A),D&&(G=D,Jt=D.parentElement),$&&(fe=$);let U=c.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");U&&(Z=U);let j=c.querySelector(".persona-attachment-button");j&&(st=j,_t=j.parentElement),de=c.querySelector('input[type="file"]'),ye=c.querySelector(".persona-attachment-previews");let F=c.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");F&&(gt=F)};sn(Je),Un(Je);let Rr=(mf=(cf=n.layout)==null?void 0:cf.contentMaxWidth)!=null?mf:B()?(ff=(uf=(pf=n.launcher)==null?void 0:pf.composerBar)==null?void 0:uf.contentMaxWidth)!=null?ff:"720px":void 0;if(Rr&&(ze.style.maxWidth=Rr,ze.style.marginLeft="auto",ze.style.marginRight="auto",ze.style.width="100%"),Rr&&Ae&&!B()&&(Ae.style.maxWidth=Rr,Ae.style.marginLeft="auto",Ae.style.marginRight="auto"),Rr&&Z&&!B()&&(Z.style.maxWidth=Rr,Z.style.marginLeft="auto",Z.style.marginRight="auto"),Rr&&ye&&!B()&&(ye.style.maxWidth=Rr,ye.style.marginLeft="auto",ye.style.marginRight="auto"),(gf=n.attachments)!=null&&gf.enabled&&de&&ye){ft=ca.fromConfig(n.attachments),ft.setPreviewsContainer(ye),de.addEventListener("change",b=>{let A=b.target;ft==null||ft.handleFileSelect(A.files),A.value=""});let c=n.attachments.dropOverlay,g=ty(c);me.appendChild(g)}(()=>{var A,D;let c=(D=(A=n.layout)==null?void 0:A.slots)!=null?D:{},g=$=>{switch($){case"body-top":return me.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return ze;case"footer-top":return Z;case"composer":return Ae;case"footer-bottom":return fe;default:return null}},b=($,U)=>{var j;switch($){case"header-left":case"header-center":case"header-right":if($==="header-left")Ve.insertBefore(U,Ve.firstChild);else if($==="header-right")Ve.appendChild(U);else{let F=Ve.querySelector(".persona-flex-col");F?(j=F.parentNode)==null||j.insertBefore(U,F.nextSibling):Ve.appendChild(U)}break;case"body-top":{let F=J.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");F?F.replaceWith(U):J.insertBefore(U,J.firstChild);break}case"body-bottom":J.appendChild(U);break;case"footer-top":Z.replaceWith(U);break;case"footer-bottom":fe.replaceWith(U);break;default:break}};for(let[$,U]of Object.entries(c))if(U)try{let j=U({config:n,defaultContent:()=>g($)});j&&b($,j)}catch(j){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${$}":`,j)}})();let Pn=c=>{let b=c.target.closest('button[data-expand-header="true"]');if(!b)return;let A=b.closest(".persona-reasoning-bubble, .persona-tool-bubble");if(!A)return;let D=A.getAttribute("data-message-id");if(!D)return;let $=b.getAttribute("data-bubble-type");$==="reasoning"?($a.has(D)?$a.delete(D):$a.add(D),bx(D,A)):$==="tool"&&(Ua.has(D)?Ua.delete(D):Ua.add(D),wx(D,A,n)),Bn.delete(D)};ze.addEventListener("pointerdown",c=>{c.target.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Pn(c))}),ze.addEventListener("keydown",c=>{let g=c.target;(c.key==="Enter"||c.key===" ")&&g.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Pn(c))});let In=new Map;ze.addEventListener("click",c=>{var U;let b=c.target.closest(".persona-message-action-btn[data-action]");if(!b)return;c.preventDefault(),c.stopPropagation();let A=b.closest("[data-actions-for]");if(!A)return;let D=A.getAttribute("data-actions-for");if(!D)return;let $=b.getAttribute("data-action");if($==="copy"){let F=W.getMessages().find(We=>We.id===D);if(F&&ce.onCopy){let We=F.content||"";navigator.clipboard.writeText(We).then(()=>{b.classList.add("persona-message-action-success");let we=Ie("check",14,"currentColor",2);we&&(b.innerHTML="",b.appendChild(we)),setTimeout(()=>{b.classList.remove("persona-message-action-success");let se=Ie("copy",14,"currentColor",2);se&&(b.innerHTML="",b.appendChild(se))},2e3)}).catch(we=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",we)}),ce.onCopy(F)}}else if($==="upvote"||$==="downvote"){let F=((U=In.get(D))!=null?U:null)===$,We=$==="upvote"?"thumbs-up":"thumbs-down";if(F){In.delete(D),b.classList.remove("persona-message-action-active");let we=Ie(We,14,"currentColor",2);we&&(b.innerHTML="",b.appendChild(we))}else{let we=$==="upvote"?"downvote":"upvote",se=A.querySelector(`[data-action="${we}"]`);if(se){se.classList.remove("persona-message-action-active");let ct=Ie(we==="upvote"?"thumbs-up":"thumbs-down",14,"currentColor",2);ct&&(se.innerHTML="",se.appendChild(ct))}In.set(D,$),b.classList.add("persona-message-action-active");let Le=Ie(We,14,"currentColor",2);Le&&(Le.setAttribute("fill","currentColor"),b.innerHTML="",b.appendChild(Le)),b.classList.remove("persona-message-action-pop"),b.offsetWidth,b.classList.add("persona-message-action-pop");let Ze=W.getMessages().find(ht=>ht.id===D);Ze&&ce.onFeedback&&ce.onFeedback({type:$,messageId:Ze.id,message:Ze})}}}),ze.addEventListener("click",c=>{let b=c.target.closest("button[data-approval-action]");if(!b)return;c.preventDefault(),c.stopPropagation();let A=b.closest(".persona-approval-bubble");if(!A)return;let D=A.getAttribute("data-message-id");if(!D)return;let $=b.getAttribute("data-approval-action");if(!$)return;let U=$==="approve"?"approved":"denied",F=W.getMessages().find(we=>we.id===D);if(!(F!=null&&F.approval))return;let We=A.querySelector("[data-approval-buttons]");We&&We.querySelectorAll("button").forEach(se=>{se.disabled=!0,se.style.opacity="0.5",se.style.cursor="not-allowed"}),F.approval.toolType==="webmcp"?W.resolveWebMcpApproval(D,U):W.resolveApproval(F.approval,U)});let ue=null,I=null,ee={artifacts:[],selectedId:null},Se=!1,nt={current:null};ze.addEventListener("click",c=>{var se,Le,De,Ze,ht;let b=c.target.closest("[data-download-artifact]");if(!b)return;c.preventDefault(),c.stopPropagation();let A=b.getAttribute("data-download-artifact");if(!A||((De=(Le=(se=n.features)==null?void 0:se.artifacts)==null?void 0:Le.onArtifactAction)==null?void 0:De.call(Le,{type:"download",artifactId:A}))===!0)return;let $=W.getArtifactById(A),U=$==null?void 0:$.markdown,j=($==null?void 0:$.title)||"artifact";if(!U){let ct=b.closest("[data-open-artifact]"),wt=ct==null?void 0:ct.closest("[data-message-id]"),vt=wt==null?void 0:wt.getAttribute("data-message-id");if(vt){let $e=W.getMessages().find(ot=>ot.id===vt);if($e!=null&&$e.rawContent)try{let ot=JSON.parse($e.rawContent);U=(Ze=ot==null?void 0:ot.props)==null?void 0:Ze.markdown,j=((ht=ot==null?void 0:ot.props)==null?void 0:ht.title)||j}catch{}}}if(!U)return;let F=new Blob([U],{type:"text/markdown"}),We=URL.createObjectURL(F),we=document.createElement("a");we.href=We,we.download=`${j}.md`,we.click(),URL.revokeObjectURL(We)}),ze.addEventListener("click",c=>{var $,U,j;let b=c.target.closest("[data-open-artifact]");if(!b)return;let A=b.getAttribute("data-open-artifact");!A||((j=(U=($=n.features)==null?void 0:$.artifacts)==null?void 0:U.onArtifactAction)==null?void 0:j.call(U,{type:"open",artifactId:A}))===!0||(c.preventDefault(),c.stopPropagation(),Se=!1,W.selectArtifact(A),ln())}),ze.addEventListener("keydown",c=>{if(c.key!=="Enter"&&c.key!==" ")return;let g=c.target;g.hasAttribute("data-open-artifact")&&(c.preventDefault(),g.click())});let Qt=_e.composerOverlay,Ft=(c,g,b)=>{var j,F,We,we;let A=g.trim();if(!A||!nt.current)return;let D=(j=c.getAttribute("data-tool-call-id"))!=null?j:"",$=b.source==="free-text";t.dispatchEvent(new CustomEvent("persona:askUserQuestion:answered",{detail:{toolUseId:D,answer:A,answers:b.structured,values:(F=b.values)!=null?F:b.source==="multi"?A.split(", "):[A],isFreeText:$,source:b.source},bubbles:!0,composed:!0})),_o(Qt,D);let U=nt.current.getMessages().find(se=>{var Le;return((Le=se.toolCall)==null?void 0:Le.id)===D});(We=U==null?void 0:U.agentMetadata)!=null&&We.awaitingLocalTool?nt.current.resolveAskUserQuestion(U,(we=b.structured)!=null?we:A):nt.current.sendMessage(A)},tr=c=>{var D;let g=nt.current;if(!g)return;let b=(D=c.getAttribute("data-tool-call-id"))!=null?D:"",A=g.getMessages().find($=>{var U;return((U=$.toolCall)==null?void 0:U.id)===b});A&&g.persistAskUserQuestionProgress(A,{answers:$l(c,A),currentIndex:En(c)})},Pr=c=>Object.entries(c).map(([g,b])=>`${g}: ${Array.isArray(b)?b.join(", "):b}`).join(" | "),Nr=c=>{var D,$,U;if((($=(D=n.features)==null?void 0:D.askUserQuestion)==null?void 0:$.groupedAutoAdvance)===!1)return;let g=En(c),b=za(c);if(g>=b-1)return;let A=(U=nt.current)==null?void 0:U.getMessages().find(j=>{var F;return((F=j.toolCall)==null?void 0:F.id)===c.getAttribute("data-tool-call-id")});A&&(Ul(c,A,n,g+1),tr(c))};Qt.addEventListener("click",c=>{var $,U,j,F,We,we,se,Le,De,Ze,ht,ct,wt,vt;let b=c.target.closest("[data-ask-user-action]");if(!b)return;let A=b.closest("[data-persona-ask-sheet-for]");if(!A)return;let D=b.getAttribute("data-ask-user-action");if(c.preventDefault(),c.stopPropagation(),D==="dismiss"){let qe=($=A.getAttribute("data-tool-call-id"))!=null?$:"";t.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:qe},bubbles:!0,composed:!0})),_o(Qt,qe);let $e=(U=nt.current)==null?void 0:U.getMessages().find(ot=>{var H;return((H=ot.toolCall)==null?void 0:H.id)===qe});(j=$e==null?void 0:$e.agentMetadata)!=null&&j.awaitingLocalTool&&((F=nt.current)==null||F.markAskUserQuestionResolved($e),(We=nt.current)==null||We.resolveAskUserQuestion($e,"(dismissed)"));return}if(D==="pick"){let qe=b.getAttribute("data-option-label");if(!qe)return;let $e=A.getAttribute("data-multi-select")==="true",ot=No(A);if(ot&&$e){let H=ma(A)[En(A)],Oe=new Set(Array.isArray(H)?H:[]);Oe.has(qe)?Oe.delete(qe):Oe.add(qe),Fo(A,Array.from(Oe)),tr(A);return}if(ot){Fo(A,qe),tr(A),Nr(A);return}if($e){let H=b.getAttribute("aria-pressed")==="true";b.setAttribute("aria-pressed",H?"false":"true"),b.classList.toggle("persona-ask-pill-selected",!H);let Oe=A.querySelector('[data-ask-user-action="submit-multi"]');Oe&&(Oe.disabled=nu(A).length===0);return}Ft(A,qe,{source:"pick",values:[qe]});return}if(D==="submit-multi"){let qe=nu(A);if(qe.length===0)return;Ft(A,qe.join(", "),{source:"multi",values:qe});return}if(D==="open-free-text"){let qe=A.querySelector('[data-ask-free-text-row="true"]');if(qe){qe.classList.remove("persona-hidden");let $e=qe.querySelector('[data-ask-free-text-input="true"]');$e==null||$e.focus()}return}if(D==="focus-free-text"){let qe=A.querySelector('[data-ask-free-text-input="true"]');qe==null||qe.focus();return}if(D==="submit-free-text"){let qe=A.querySelector('[data-ask-free-text-input="true"]'),$e=(we=qe==null?void 0:qe.value)!=null?we:"";if(!$e.trim())return;if(No(A)){Fo(A,$e.trim()),tr(A),Nr(A);return}Ft(A,$e,{source:"free-text"});return}if(D==="next"||D==="back"){if(!nt.current)return;let qe=(se=A.getAttribute("data-tool-call-id"))!=null?se:"",$e=nt.current.getMessages().find(lt=>{var Pe;return((Pe=lt.toolCall)==null?void 0:Pe.id)===qe});if(!$e)return;let ot=A.querySelector('[data-ask-free-text-input="true"]'),H=(De=(Le=ot==null?void 0:ot.value)==null?void 0:Le.trim())!=null?De:"";if(H){let lt=ma(A)[En(A)];(typeof lt!="string"||lt!==H)&&Fo(A,H)}let Oe=D==="next"?1:-1,Qe=En(A)+Oe;Ul(A,$e,n,Qe),tr(A);return}if(D==="submit-all"){if(!nt.current)return;let qe=(Ze=A.getAttribute("data-tool-call-id"))!=null?Ze:"",$e=nt.current.getMessages().find(lt=>{var Pe;return((Pe=lt.toolCall)==null?void 0:Pe.id)===qe});if(!$e)return;let ot=A.querySelector('[data-ask-free-text-input="true"]'),H=(ct=(ht=ot==null?void 0:ot.value)==null?void 0:ht.trim())!=null?ct:"";H&&Fo(A,H);let Oe=$l(A,$e);nt.current.persistAskUserQuestionProgress($e,{answers:Oe,currentIndex:En(A)});let Qe=Pr(Oe);Ft(A,Qe||"(submitted)",{source:"submit-all",structured:Oe});return}if(D==="skip"){if(!nt.current)return;let qe=(wt=A.getAttribute("data-tool-call-id"))!=null?wt:"",$e=nt.current.getMessages().find(Pe=>{var zt;return((zt=Pe.toolCall)==null?void 0:zt.id)===qe});if(!$e)return;let ot=No(A),H=En(A),Oe=za(A),Qe=H>=Oe-1;if(!ot){t.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:qe},bubbles:!0,composed:!0})),_o(Qt,qe),(vt=$e.agentMetadata)!=null&&vt.awaitingLocalTool&&(nt.current.markAskUserQuestionResolved($e),nt.current.resolveAskUserQuestion($e,"(dismissed)"));return}Fo(A,"");let lt=A.querySelector('[data-ask-free-text-input="true"]');if(lt&&(lt.value=""),Qe){let Pe=$l(A,$e),zt=Pr(Pe);Ft(A,zt||"(skipped)",{source:"submit-all",structured:Pe});return}Ul(A,$e,n,H+1),tr(A);return}}),Qt.addEventListener("keydown",c=>{var $;if(c.key!=="Enter")return;let b=c.target;if(!(($=b.matches)!=null&&$.call(b,'[data-ask-free-text-input="true"]')))return;let A=b.closest("[data-persona-ask-sheet-for]");if(!A)return;c.preventDefault();let D=b.value;if(D.trim()){if(No(A)){Fo(A,D.trim()),tr(A),Nr(A);return}Ft(A,D,{source:"free-text"})}});let wn=c=>{if(!/^[1-9]$/.test(c.key)||c.metaKey||c.ctrlKey||c.altKey)return;let g=c.target;if((g==null?void 0:g.tagName)==="INPUT"||(g==null?void 0:g.tagName)==="TEXTAREA"||g!=null&&g.isContentEditable)return;let b=Qt.querySelector("[data-persona-ask-sheet-for]");if(!b||b.getAttribute("data-ask-layout")!=="rows"||b.getAttribute("data-multi-select")==="true")return;let A=Number(c.key),$=b.querySelectorAll('[data-ask-pill-list="true"] [data-ask-user-action="pick"], [data-ask-pill-list="true"] [data-ask-user-action="focus-free-text"]')[A-1];$&&(c.preventDefault(),$.click())};document.addEventListener("keydown",wn);let Vt=null,$t=null,Ir=null,vn=null,bo=()=>{};function eo(){vn==null||vn(),vn=null}let wo=()=>{var U;if(!Vt||!$t)return;let c=t.classList.contains("persona-artifact-appearance-seamless"),b=((U=t.ownerDocument.defaultView)!=null?U:window).innerWidth<=640;if(!c||t.classList.contains("persona-artifact-narrow-host")||b){$t.style.removeProperty("position"),$t.style.removeProperty("left"),$t.style.removeProperty("top"),$t.style.removeProperty("bottom"),$t.style.removeProperty("width"),$t.style.removeProperty("z-index");return}let A=Vt.firstElementChild;if(!A||A===$t)return;let D=10;$t.style.position="absolute",$t.style.top="0",$t.style.bottom="0",$t.style.width=`${D}px`,$t.style.zIndex="5";let $=A.offsetWidth-D/2;$t.style.left=`${Math.max(0,$)}px`},qn=()=>{},ln=()=>{var b,A,D,$,U;if(!ue||!Ln(n))return;zl(t,n),Vl(t,n),qn();let c=($=(D=(A=(b=n.features)==null?void 0:b.artifacts)==null?void 0:A.layout)==null?void 0:D.narrowHostMaxWidth)!=null?$:520,g=he.getBoundingClientRect().width||0;t.classList.toggle("persona-artifact-narrow-host",g>0&&g<=c),ue.update(ee),Se?(ue.setMobileOpen(!1),ue.element.classList.add("persona-hidden"),(U=ue.backdrop)==null||U.classList.add("persona-hidden")):ee.artifacts.length>0&&(ue.element.classList.remove("persona-hidden"),ue.setMobileOpen(!0)),bo()};if(Ln(n)){he.style.position="relative";let c=v("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),g=v("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");c.appendChild(me),ue=$x(n,{onSelect:b=>{var A;return(A=nt.current)==null?void 0:A.selectArtifact(b)},onDismiss:()=>{Se=!0,ln()}}),ue.element.classList.add("persona-hidden"),Vt=g,g.appendChild(c),g.appendChild(ue.element),ue.backdrop&&he.appendChild(ue.backdrop),he.appendChild(g),bo=()=>{var A,D,$,U;if(!Vt||!ue)return;if(!((($=(D=(A=n.features)==null?void 0:A.artifacts)==null?void 0:D.layout)==null?void 0:$.resizable)===!0)){Ir==null||Ir(),Ir=null,eo(),$t&&($t.remove(),$t=null),ue.element.style.removeProperty("width"),ue.element.style.removeProperty("maxWidth");return}if(!$t){let j=v("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 F=t.ownerDocument,We=(U=F.defaultView)!=null?U:window,we=se=>{var wt,vt;if(!ue||se.button!==0||t.classList.contains("persona-artifact-narrow-host")||We.innerWidth<=640)return;se.preventDefault(),eo();let Le=se.clientX,De=ue.element.getBoundingClientRect().width,Ze=(vt=(wt=n.features)==null?void 0:wt.artifacts)==null?void 0:vt.layout,ht=qe=>{let $e=Vt.getBoundingClientRect().width,ot=t.classList.contains("persona-artifact-appearance-seamless"),H=ot?0:Vx(Vt,We),Oe=ot?0:j.getBoundingClientRect().width||6,Qe=De-(qe.clientX-Le),lt=jx(Qe,$e,H,Oe,Ze==null?void 0:Ze.resizableMinWidth,Ze==null?void 0:Ze.resizableMaxWidth);ue.element.style.width=`${lt}px`,ue.element.style.maxWidth="none",wo()},ct=()=>{F.removeEventListener("pointermove",ht),F.removeEventListener("pointerup",ct),F.removeEventListener("pointercancel",ct),vn=null;try{j.releasePointerCapture(se.pointerId)}catch{}};vn=ct,F.addEventListener("pointermove",ht),F.addEventListener("pointerup",ct),F.addEventListener("pointercancel",ct);try{j.setPointerCapture(se.pointerId)}catch{}};j.addEventListener("pointerdown",we),$t=j,Vt.insertBefore(j,ue.element),Ir=()=>{j.removeEventListener("pointerdown",we)}}if($t){let j=ee.artifacts.length>0&&!Se;$t.classList.toggle("persona-hidden",!j),wo()}},qn=()=>{var We,we,se,Le,De,Ze,ht,ct,wt,vt,qe,$e,ot,H;if(!k||!ue||((we=(We=n.launcher)==null?void 0:We.sidebarMode)!=null?we:!1)||Ar(n)&&kn(n).reveal==="emerge")return;let A=(se=t.ownerDocument.defaultView)!=null?se:window,D=(De=(Le=n.launcher)==null?void 0:Le.mobileFullscreen)!=null?De:!0,$=(ht=(Ze=n.launcher)==null?void 0:Ze.mobileBreakpoint)!=null?ht:640;if(D&&A.innerWidth<=$||!zx(n,k))return;let U=(vt=(wt=(ct=n.launcher)==null?void 0:ct.width)!=null?wt:n.launcherWidth)!=null?vt:yn,j=(H=(ot=($e=(qe=n.features)==null?void 0:qe.artifacts)==null?void 0:$e.layout)==null?void 0:ot.expandedPanelWidth)!=null?H:"min(720px, calc(100vw - 24px))";ee.artifacts.length>0&&!Se?(he.style.width=j,he.style.maxWidth=j):(he.style.width=U,he.style.maxWidth=U)},typeof ResizeObserver!="undefined"&&(I=new ResizeObserver(()=>{ln()}),I.observe(he))}else he.appendChild(me),B()&&rt&&(_e.peekBanner&&rt.appendChild(_e.peekBanner),rt.appendChild(Je));t.appendChild(Ce),rt&&t.appendChild(rt);let Rn=()=>{var lt,Pe,zt,bt,yr,Wr,Gt,jr,Br,pt,Ct,Gr,Fr,jo,Go,Ko,Sa,Ta,cr,Xo,Po,Bt,rn,io,Kr,nn,Yt,ir;if(B()){he.style.width="100%",he.style.maxWidth="100%";let Zt=(Pe=(lt=n.launcher)==null?void 0:lt.composerBar)!=null?Pe:{},pr=Ce.dataset.state==="expanded",on=(zt=Zt.expandedSize)!=null?zt:"anchored";if(!(pr&&on!=="fullscreen")){me.style.background="",me.style.border="",me.style.borderRadius="",me.style.overflow="",me.style.boxShadow="";return}let Cr=(yr=(bt=n.theme)==null?void 0:bt.components)==null?void 0:yr.panel,jn=Oa(n),lo=(Jo,Ai)=>{var fs;return Jo==null||Jo===""?Ai:(fs=Ha(jn,Jo))!=null?fs:Jo},wi="1px solid var(--persona-border)",vi="var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))",Ci="var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))";me.style.background="var(--persona-surface, #ffffff)",me.style.border=lo(Cr==null?void 0:Cr.border,wi),me.style.borderRadius=lo(Cr==null?void 0:Cr.borderRadius,Ci),me.style.boxShadow=lo(Cr==null?void 0:Cr.shadow,vi),me.style.overflow="hidden";return}let c=Ar(n),g=(Gt=(Wr=n.launcher)==null?void 0:Wr.sidebarMode)!=null?Gt:!1,b=c||g||((Br=(jr=n.launcher)==null?void 0:jr.fullHeight)!=null?Br:!1),A=((pt=n.launcher)==null?void 0:pt.enabled)===!1,D=(Gr=(Ct=n.theme)==null?void 0:Ct.components)==null?void 0:Gr.panel,$=Oa(n),U=(Zt,pr)=>{var on;return Zt==null||Zt===""?pr:(on=Ha($,Zt))!=null?on:Zt},j=(Fr=t.ownerDocument.defaultView)!=null?Fr:window,F=(Go=(jo=n.launcher)==null?void 0:jo.mobileFullscreen)!=null?Go:!0,We=(Sa=(Ko=n.launcher)==null?void 0:Ko.mobileBreakpoint)!=null?Sa:640,we=j.innerWidth<=We,se=F&&we&&k,Le=(cr=(Ta=n.launcher)==null?void 0:Ta.position)!=null?cr:"bottom-left",De=Le==="bottom-left"||Le==="top-left",Ze=(Po=(Xo=n.launcher)==null?void 0:Xo.zIndex)!=null?Po:qr,ht=g||se?"none":"1px solid var(--persona-border)",ct=se?"none":g?De?"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))";c&&!se&&(ct="none",ht="none");let wt=g||se?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",vt=U(D==null?void 0:D.border,ht),qe=U(D==null?void 0:D.shadow,ct),$e=U(D==null?void 0:D.borderRadius,wt),ot=J.scrollTop;t.style.cssText="",Ce.style.cssText="",he.style.cssText="",me.style.cssText="",J.style.cssText="",Je.style.cssText="";let H=()=>{var pr;if(ot<=0)return;((pr=J.ownerDocument.defaultView)!=null?pr:window).requestAnimationFrame(()=>{if(J.scrollTop===ot)return;let on=J.scrollHeight-J.clientHeight;on<=0||(J.scrollTop=Math.min(ot,on))})};if(se){Ce.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"),Ce.style.cssText=`
|
|
80
|
+
`,E.addEventListener("click",()=>{u=w,M.forEach((W,P)=>{let R=P<w;W.classList.toggle("selected",R),W.setAttribute("aria-checked",P===w-1?"true":"false")})}),M.push(E),S.appendChild(E)}f.appendChild(S);let k=null;if(d){let w=document.createElement("div");w.className="persona-feedback-comment-container",k=document.createElement("textarea"),k.className="persona-feedback-comment",k.placeholder=s,k.rows=3,k.setAttribute("aria-label","Additional comments"),w.appendChild(k),f.appendChild(w)}let T=document.createElement("div");T.className="persona-feedback-actions";let h=document.createElement("button");h.type="button",h.className="persona-feedback-btn persona-feedback-btn-skip",h.textContent=i,h.addEventListener("click",()=>{r==null||r(),p.remove()});let C=document.createElement("button");return C.type="button",C.className="persona-feedback-btn persona-feedback-btn-submit",C.textContent=a,C.addEventListener("click",async()=>{if(u===null){S.classList.add("persona-feedback-shake"),setTimeout(()=>S.classList.remove("persona-feedback-shake"),500);return}C.disabled=!0,C.textContent="Submitting...";try{let w=(k==null?void 0:k.value.trim())||void 0;await e(u,w),p.remove()}catch(w){C.disabled=!1,C.textContent=a,console.error("[CSAT Feedback] Failed to submit:",w)}}),T.appendChild(h),T.appendChild(C),f.appendChild(T),p.appendChild(f),p}function td(t){let{onSubmit:e,onDismiss:r,title:n="How likely are you to recommend us?",subtitle:o="On a scale of 0 to 10",commentPlaceholder:s="What could we do better? (optional)...",submitText:a="Submit",skipText:i="Skip",showComment:d=!0,lowLabel:l="Not likely",highLabel:p="Very likely"}=t,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 f=null,m=document.createElement("div");m.className="persona-feedback-content";let y=document.createElement("div");y.className="persona-feedback-header";let x=document.createElement("h3");x.className="persona-feedback-title",x.textContent=n,y.appendChild(x);let S=document.createElement("p");S.className="persona-feedback-subtitle",S.textContent=o,y.appendChild(S),m.appendChild(y);let M=document.createElement("div");M.className="persona-feedback-rating persona-feedback-rating-nps",M.setAttribute("role","radiogroup"),M.setAttribute("aria-label","Likelihood rating from 0 to 10");let k=document.createElement("div");k.className="persona-feedback-labels";let T=document.createElement("span");T.className="persona-feedback-label-low",T.textContent=l;let h=document.createElement("span");h.className="persona-feedback-label-high",h.textContent=p,k.appendChild(T),k.appendChild(h);let C=document.createElement("div");C.className="persona-feedback-numbers";let w=[];for(let N=0;N<=10;N++){let j=document.createElement("button");j.type="button",j.className="persona-feedback-rating-btn persona-feedback-number-btn",j.setAttribute("role","radio"),j.setAttribute("aria-checked","false"),j.setAttribute("aria-label",`Rating ${N} out of 10`),j.textContent=String(N),j.dataset.rating=String(N),N<=6?j.classList.add("persona-feedback-detractor"):N<=8?j.classList.add("persona-feedback-passive"):j.classList.add("persona-feedback-promoter"),j.addEventListener("click",()=>{f=N,w.forEach((oe,ve)=>{oe.classList.toggle("selected",ve===N),oe.setAttribute("aria-checked",ve===N?"true":"false")})}),w.push(j),C.appendChild(j)}M.appendChild(k),M.appendChild(C),m.appendChild(M);let E=null;if(d){let N=document.createElement("div");N.className="persona-feedback-comment-container",E=document.createElement("textarea"),E.className="persona-feedback-comment",E.placeholder=s,E.rows=3,E.setAttribute("aria-label","Additional comments"),N.appendChild(E),m.appendChild(N)}let W=document.createElement("div");W.className="persona-feedback-actions";let P=document.createElement("button");P.type="button",P.className="persona-feedback-btn persona-feedback-btn-skip",P.textContent=i,P.addEventListener("click",()=>{r==null||r(),u.remove()});let R=document.createElement("button");return R.type="button",R.className="persona-feedback-btn persona-feedback-btn-submit",R.textContent=a,R.addEventListener("click",async()=>{if(f===null){C.classList.add("persona-feedback-shake"),setTimeout(()=>C.classList.remove("persona-feedback-shake"),500);return}R.disabled=!0,R.textContent="Submitting...";try{let N=(E==null?void 0:E.value.trim())||void 0;await e(f,N),u.remove()}catch(N){R.disabled=!1,R.textContent=a,console.error("[NPS Feedback] Failed to submit:",N)}}),W.appendChild(P),W.appendChild(R),m.appendChild(W),u.appendChild(m),u}var Za="persona-chat-history",bC=30*1e3,wC={"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 vC(t){var n,o,s;if(!t)return[];let e=[],r=Array.from((n=t.items)!=null?n:[]);for(let a of r){if(a.kind!=="file"||!a.type.startsWith("image/"))continue;let i=a.getAsFile();if(!i)continue;if(i.name){e.push(i);continue}let d=(o=wC[i.type])!=null?o:"png";e.push(new File([i],`clipboard-image-${Date.now()}.${d}`,{type:i.type,lastModified:Date.now()}))}if(e.length>0)return e;for(let a of Array.from((s=t.files)!=null?s:[]))a.type.startsWith("image/")&&e.push(a);return e}function rd(t){if(!t)return!1;let e=t.types;return e?typeof e.contains=="function"?e.contains("Files"):Array.from(e).includes("Files"):!1}function CC(t){var e,r,n,o,s,a,i,d,l;return t?t===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(e=t.storage)!=null?e:"session",keyPrefix:(r=t.keyPrefix)!=null?r:"persona-",persist:{openState:(o=(n=t.persist)==null?void 0:n.openState)!=null?o:!0,voiceState:(a=(s=t.persist)==null?void 0:s.voiceState)!=null?a:!0,focusInput:(d=(i=t.persist)==null?void 0:i.focusInput)!=null?d:!0},clearOnChatClear:(l=t.clearOnChatClear)!=null?l:!0}:null}function AC(t){try{let e=t==="local"?localStorage:sessionStorage,r="__persist_test__";return e.setItem(r,"1"),e.removeItem(r),e}catch{return null}}var mu=t=>!t||typeof t!="object"?{}:{...t},ly=t=>t.map(e=>({...e,streaming:!1})),dy=(t,e,r)=>{let n=t!=null&&t.markdown?ia(t.markdown):null,o=Wa(t==null?void 0:t.sanitize);return t!=null&&t.postprocessMessage&&o&&(t==null?void 0:t.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."),s=>{var l,p,u;let a=(l=s.text)!=null?l:"",i=(p=s.message.rawContent)!=null?p:null;if(e){let f=e.process({text:a,raw:i!=null?i:a,message:s.message,streaming:s.streaming});f!==null&&(a=f.text,f.persist||(s.message.__skipPersist=!0),f.resubmit&&!s.streaming&&r&&r())}let d;return t!=null&&t.postprocessMessage?d=t.postprocessMessage({...s,text:a,raw:(u=i!=null?i:s.text)!=null?u:""}):n?d=n(a):d=la(a),o?o(d):d}};function cy(t){var i,d,l,p;let e=v("div","persona-attachment-drop-overlay");t!=null&&t.background&&e.style.setProperty("--persona-drop-overlay-bg",t.background),(t==null?void 0:t.backdropBlur)!==void 0&&e.style.setProperty("--persona-drop-overlay-blur",t.backdropBlur),t!=null&&t.border&&e.style.setProperty("--persona-drop-overlay-border",t.border),t!=null&&t.borderRadius&&e.style.setProperty("--persona-drop-overlay-radius",t.borderRadius),t!=null&&t.inset&&e.style.setProperty("--persona-drop-overlay-inset",t.inset),t!=null&&t.labelSize&&e.style.setProperty("--persona-drop-overlay-label-size",t.labelSize),t!=null&&t.labelColor&&e.style.setProperty("--persona-drop-overlay-label-color",t.labelColor);let r=(i=t==null?void 0:t.iconName)!=null?i:"upload",n=(d=t==null?void 0:t.iconSize)!=null?d:"48px",o=(l=t==null?void 0:t.iconColor)!=null?l:"rgba(59, 130, 246, 0.6)",s=(p=t==null?void 0:t.iconStrokeWidth)!=null?p:.5,a=Be(r,n,o,s);if(a&&e.appendChild(a),t!=null&&t.label){let u=v("span","persona-drop-overlay-label");u.textContent=t.label,e.appendChild(u)}return e}var nd=(t,e,r)=>{var Nu,_u,Fu,$u,Uu,qu,zu,Vu,ju,Gu,Ku,Xu,Ju,Qu,Yu,Zu,ef,tf,rf,nf,of,af,sf,lf,df,cf,pf,uf,ff,mf,gf,hf,xf,yf,bf,wf,vf,Cf,Af,Sf,Tf,Mf,kf,Ef,Lf,Pf,If,Rf;if(t==null)throw new Error('createAgentExperience: mount must be a non-null HTMLElement (e.g. pass document.getElementById("my-root") after the node exists).');t.id&&!t.getAttribute("data-persona-instance")&&t.setAttribute("data-persona-instance",t.id),t.hasAttribute("data-persona-root")||t.setAttribute("data-persona-root","true");let n=yl(e),o=ri.getForInstance(n.plugins);n.components&&Co.registerAll(n.components);let s=ny(),i=n.persistState===!1?null:(Nu=n.storageAdapter)!=null?Nu:Xl(),d={},l=null,p=!1,u=c=>{if(n.onStateLoaded)try{let g=n.onStateLoaded(c);if(g&&typeof g=="object"&&"state"in g){let{state:b,open:A}=g;return A&&(p=!0),b}return g}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",g)}return c};if(i!=null&&i.load)try{let c=i.load();if(c&&typeof c.then=="function")l=c.then(g=>{let b=g!=null?g:{messages:[],metadata:{}};return u(b)});else{let g=c!=null?c:{messages:[],metadata:{}},b=u(g);b.metadata&&(d=mu(b.metadata)),(_u=b.messages)!=null&&_u.length&&(n={...n,initialMessages:b.messages}),(Fu=b.artifacts)!=null&&Fu.length&&(n={...n,initialArtifacts:b.artifacts,initialSelectedArtifactId:($u=b.selectedArtifactId)!=null?$u:null})}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",c)}else if(n.onStateLoaded)try{let c=u({messages:[],metadata:{}});(Uu=c.messages)!=null&&Uu.length&&(n={...n,initialMessages:c.messages})}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",c)}let f=()=>d,m=c=>{var b;d=(b=c({...d}))!=null?b:{},Ca()},y=n.actionParsers&&n.actionParsers.length?n.actionParsers:[ni],x=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[wa.message,wa.messageAndClick],S=oi({parsers:y,handlers:x,getSessionMetadata:f,updateSessionMetadata:m,emit:s.emit,documentRef:typeof document!="undefined"?document:null});S.syncFromMetadata();let M=(zu=(qu=n.launcher)==null?void 0:qu.enabled)!=null?zu:!0,k=(ju=(Vu=n.launcher)==null?void 0:Vu.autoExpand)!=null?ju:!1,T=(Gu=n.autoFocusInput)!=null?Gu:!1,h=k,C=M,w=(Xu=(Ku=n.layout)==null?void 0:Ku.header)==null?void 0:Xu.layout,E=!1,W=()=>_o(n),P=()=>M||W(),R=W()?!1:M?k:!0,N=!1,j=null,oe=()=>{N=!0,j&&clearTimeout(j),j=setTimeout(()=>{N&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),N=!1)},1e4)},ve=dy(n,S,oe),nt=(Qu=(Ju=n.features)==null?void 0:Ju.showReasoning)!=null?Qu:!0,Te=(Zu=(Yu=n.features)==null?void 0:Yu.showToolCalls)!=null?Zu:!0,$e=(tf=(ef=n.features)==null?void 0:ef.showEventStreamToggle)!=null?tf:!1,Se=(nf=(rf=n.features)==null?void 0:rf.scrollToBottom)!=null?nf:{},He=`${(af=typeof n.persistState=="object"?(of=n.persistState)==null?void 0:of.keyPrefix:void 0)!=null?af:"persona-"}event-stream`,V=$e?new ei(He):null,be=(df=(lf=(sf=n.features)==null?void 0:sf.eventStream)==null?void 0:lf.maxEvents)!=null?df:2e3,G=$e?new Zs(be,V):null,Ae=$e?new ti:null,J=null,ie=!1,Me=null,Ge=0;V==null||V.open().then(()=>G==null?void 0:G.restore()).catch(c=>{n.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",c)});let ce={onCopy:c=>{var g,b;s.emit("message:copy",c),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(c.id,"copy").catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",A)}),(b=(g=n.messageActions)==null?void 0:g.onCopy)==null||b.call(g,c)},onFeedback:c=>{var g,b;s.emit("message:feedback",c),U!=null&&U.isClientTokenMode()&&U.submitMessageFeedback(c.messageId,c.type).catch(A=>{n.debug&&console.error("[AgentWidget] Failed to submit feedback:",A)}),(b=(g=n.messageActions)==null?void 0:g.onFeedback)==null||b.call(g,c)}},re=(cf=n.statusIndicator)!=null?cf:{},le=c=>{var g,b,A,B;return c==="idle"?(g=re.idleText)!=null?g:Gr.idle:c==="connecting"?(b=re.connectingText)!=null?b:Gr.connecting:c==="connected"?(A=re.connectedText)!=null?A:Gr.connected:c==="error"?(B=re.errorText)!=null?B:Gr.error:Gr[c]};function gt(c,g,b,A){if(A==="idle"&&b.idleLink){c.textContent="";let B=document.createElement("a");B.href=b.idleLink,B.target="_blank",B.rel="noopener noreferrer",B.textContent=g,B.style.color="inherit",B.style.textDecoration="none",c.appendChild(B)}else c.textContent=g}let{wrapper:ke,panel:ye,pillRoot:tt}=bx(n),Ue=wx(n,P()),{container:he,body:Q,messagesWrapper:Ve,suggestions:ee,textarea:xe,sendButton:z,sendButtonWrapper:De,composerForm:Le,statusText:ge,introTitle:ue,introSubtitle:Oe,closeButton:Z,iconHolder:O,headerTitle:Ie,headerSubtitle:Ne,header:je,footer:Ke,actionsRow:xt,leftActions:st,rightActions:Pt}=Ue,Zt=Ue.setSendButtonMode,X=Ue.micButton,er=Ue.micButtonWrapper,it=Ue.attachmentButton,Vt=Ue.attachmentButtonWrapper,de=Ue.attachmentInput,we=Ue.attachmentPreviewsContainer;he.classList.add("persona-relative"),Q.classList.add("persona-relative");let Ot=12,lr=()=>{var c;return(c=Se.label)!=null?c:""},It=()=>{var c;return(c=Se.iconName)!=null?c:"arrow-down"},hr=()=>Se.enabled!==!1,Ut=v("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");Ut.type="button",Ut.style.display="none",Ut.setAttribute("data-persona-scroll-to-bottom","true");let Nt=v("span","persona-flex persona-items-center"),Mt=v("span","");Ut.append(Nt,Mt),he.appendChild(Ut);let Rt=()=>{let g=Ke.style.display==="none"?0:Ke.offsetHeight;Ut.style.bottom=`${g+Ot}px`};Rt();let dr=()=>{let c=!!lr();Ut.setAttribute("aria-label",lr()||"Jump to latest"),Ut.title=lr(),Ut.setAttribute("data-persona-scroll-to-bottom-has-label",c?"true":"false"),Nt.innerHTML="";let g=Be(It(),"14px","currentColor",2);g?(Nt.appendChild(g),Nt.style.display=""):Nt.style.display="none",Mt.textContent=lr(),Mt.style.display=c?"":"none"};dr();let ht=null,ur=null,Cr=o.find(c=>c.renderHeader);if(Cr!=null&&Cr.renderHeader){let c=Cr.renderHeader({config:n,defaultRenderer:()=>{let g=bo({config:n,showClose:P()});return ha(he,g,n),g.header},onClose:()=>Qt(!1,"user")});if(c){let g=he.querySelector(".persona-border-b-persona-divider");g&&(g.replaceWith(c),je=c)}}let Br=()=>{var g,b,A,B;if(!G)return;if(ie=!0,!J&&G&&(J=Gx({buffer:G,getFullHistory:()=>G.getAllFromStore(),onClose:()=>Ur(),config:n,plugins:o,getThroughput:()=>{var F;return(F=Ae==null?void 0:Ae.getMetric())!=null?F:{status:"idle"}}})),J&&(Q.style.display="none",(g=Ke.parentNode)==null||g.insertBefore(J.element,Ke),J.update()),bt){bt.style.boxShadow=`inset 0 0 0 1.5px ${rn.actionIconColor}`;let F=(B=(A=(b=n.features)==null?void 0:b.eventStream)==null?void 0:A.classNames)==null?void 0:B.toggleButtonActive;F&&F.split(/\s+/).forEach($=>$&&bt.classList.add($))}let c=()=>{if(!ie)return;let F=Date.now();F-Ge>=200&&(J==null||J.update(),Ge=F),Me=requestAnimationFrame(c)};Ge=0,Me=requestAnimationFrame(c),lo(),s.emit("eventStream:opened",{timestamp:Date.now()})},Ur=()=>{var c,g,b;if(ie){if(ie=!1,J&&J.element.remove(),Q.style.display="",bt){bt.style.boxShadow="";let A=(b=(g=(c=n.features)==null?void 0:c.eventStream)==null?void 0:g.classNames)==null?void 0:b.toggleButtonActive;A&&A.split(/\s+/).forEach(B=>B&&bt.classList.remove(B))}Me!==null&&(cancelAnimationFrame(Me),Me=null),lo(),s.emit("eventStream:closed",{timestamp:Date.now()})}},bt=null;if($e){let c=(uf=(pf=n.features)==null?void 0:pf.eventStream)==null?void 0:uf.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"+(c!=null&&c.toggleButton?" "+c.toggleButton:"");bt=v("button",g),bt.style.width="28px",bt.style.height="28px",bt.style.color=rn.actionIconColor,bt.type="button",bt.setAttribute("aria-label","Event Stream"),bt.title="Event Stream";let b=Be("activity","18px","currentColor",1.5);b&&bt.appendChild(b);let A=Ue.clearChatButtonWrapper,B=Ue.closeButtonWrapper,F=A||B;F&&F.parentNode===je?je.insertBefore(bt,F):je.appendChild(bt),bt.addEventListener("click",()=>{ie?Ur():Br()})}let sn=c=>{var A,B,F;let g=n.attachments;if(!(g!=null&&g.enabled))return;let b=c.querySelector(".persona-attachment-previews");if(!b){b=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),b.style.display="none";let $=c.querySelector("[data-persona-composer-form]");$!=null&&$.parentNode?$.parentNode.insertBefore(b,$):c.insertBefore(b,c.firstChild)}if(!c.querySelector('input[type="file"]')){let $=v("input");$.type="file",$.accept=((A=g.allowedTypes)!=null?A:yo).join(","),$.multiple=((B=g.maxFiles)!=null?B:4)>1,$.style.display="none",$.setAttribute("aria-label",(F=g.buttonTooltipText)!=null?F:"Attach files"),c.appendChild($)}},gr=o.find(c=>c.renderComposer);if(gr!=null&&gr.renderComposer){let c=n.composer,g=gr.renderComposer({config:n,defaultRenderer:()=>za({config:n}).footer,onSubmit:b=>{var $;if(!U||U.isStreaming())return;let A=b.trim(),B=($=ht==null?void 0:ht.hasAttachments())!=null?$:!1;if(!A&&!B)return;cs();let F;B&&(F=[],F.push(...ht.getContentParts()),A&&F.push(Ds(A))),U.sendMessage(A,{contentParts:F}),B&&ht.clearAttachments()},streaming:!1,disabled:!1,openAttachmentPicker:()=>{de==null||de.click()},models:c==null?void 0:c.models,selectedModelId:c==null?void 0:c.selectedModelId,onModelChange:b=>{n.composer={...n.composer,selectedModelId:b},n.agent&&(n.agent={...n.agent,model:b})},onVoiceToggle:((ff=n.voiceRecognition)==null?void 0:ff.enabled)===!0?()=>{ur==null||ur()}:void 0});g&&(Ke.replaceWith(g),Ke=g)}let Kn=c=>{let g=c.querySelector("[data-persona-composer-form]"),b=c.querySelector("[data-persona-composer-input]"),A=c.querySelector("[data-persona-composer-submit]"),B=c.querySelector("[data-persona-composer-mic]"),F=c.querySelector("[data-persona-composer-status]");g&&(Le=g),b&&(xe=b),A&&(z=A),B&&(X=B,er=B.parentElement),F&&(ge=F);let $=c.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");$&&(ee=$);let K=c.querySelector(".persona-attachment-button");K&&(it=K,Vt=K.parentElement),de=c.querySelector('input[type="file"]'),we=c.querySelector(".persona-attachment-previews");let _=c.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");_&&(xt=_)};sn(Ke),Kn(Ke);let Nr=(yf=(mf=n.layout)==null?void 0:mf.contentMaxWidth)!=null?yf:W()?(xf=(hf=(gf=n.launcher)==null?void 0:gf.composerBar)==null?void 0:hf.contentMaxWidth)!=null?xf:"720px":void 0;if(Nr&&(Ve.style.maxWidth=Nr,Ve.style.marginLeft="auto",Ve.style.marginRight="auto",Ve.style.width="100%"),Nr&&Le&&!W()&&(Le.style.maxWidth=Nr,Le.style.marginLeft="auto",Le.style.marginRight="auto"),Nr&&ee&&!W()&&(ee.style.maxWidth=Nr,ee.style.marginLeft="auto",ee.style.marginRight="auto"),Nr&&we&&!W()&&(we.style.maxWidth=Nr,we.style.marginLeft="auto",we.style.marginRight="auto"),(bf=n.attachments)!=null&&bf.enabled&&de&&we){ht=ma.fromConfig(n.attachments),ht.setPreviewsContainer(we),de.addEventListener("change",b=>{let A=b.target;ht==null||ht.handleFileSelect(A.files),A.value=""});let c=n.attachments.dropOverlay,g=cy(c);he.appendChild(g)}(()=>{var A,B;let c=(B=(A=n.layout)==null?void 0:A.slots)!=null?B:{},g=F=>{switch(F){case"body-top":return he.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return Ve;case"footer-top":return ee;case"composer":return Le;case"footer-bottom":return ge;default:return null}},b=(F,$)=>{var K;switch(F){case"header-left":case"header-center":case"header-right":if(F==="header-left")je.insertBefore($,je.firstChild);else if(F==="header-right")je.appendChild($);else{let _=je.querySelector(".persona-flex-col");_?(K=_.parentNode)==null||K.insertBefore($,_.nextSibling):je.appendChild($)}break;case"body-top":{let _=Q.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");_?_.replaceWith($):Q.insertBefore($,Q.firstChild);break}case"body-bottom":Q.appendChild($);break;case"footer-top":ee.replaceWith($);break;case"footer-bottom":ge.replaceWith($);break;default:break}};for(let[F,$]of Object.entries(c))if($)try{let K=$({config:n,defaultContent:()=>g(F)});K&&b(F,K)}catch(K){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${F}":`,K)}})();let Dn=c=>{var $,K;let b=c.target.closest('button[data-expand-header="true"]');if(!b)return;let A=b.closest(".persona-reasoning-bubble, .persona-tool-bubble, .persona-approval-bubble");if(!A)return;let B=A.getAttribute("data-message-id");if(!B)return;let F=b.getAttribute("data-bubble-type");if(F==="reasoning")ja.has(B)?ja.delete(B):ja.add(B),Sx(B,A);else if(F==="tool")Ga.has(B)?Ga.delete(B):Ga.add(B),Tx(B,A,n);else if(F==="approval"){let _=n.approval!==!1?n.approval:void 0,We=(($=_==null?void 0:_.detailsDisplay)!=null?$:"collapsed")==="expanded",Ce=(K=zl.get(B))!=null?K:We;zl.set(B,!Ce),Ux(B,A,n)}Ee.delete(B)};Ve.addEventListener("pointerdown",c=>{c.target.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Dn(c))}),Ve.addEventListener("keydown",c=>{let g=c.target;(c.key==="Enter"||c.key===" ")&&g.closest('button[data-expand-header="true"]')&&(c.preventDefault(),Dn(c))});let On=new Map;Ve.addEventListener("click",c=>{var $;let b=c.target.closest(".persona-message-action-btn[data-action]");if(!b)return;c.preventDefault(),c.stopPropagation();let A=b.closest("[data-actions-for]");if(!A)return;let B=A.getAttribute("data-actions-for");if(!B)return;let F=b.getAttribute("data-action");if(F==="copy"){let _=U.getMessages().find(We=>We.id===B);if(_&&ce.onCopy){let We=_.content||"";navigator.clipboard.writeText(We).then(()=>{b.classList.add("persona-message-action-success");let Ce=Be("check",14,"currentColor",2);Ce&&(b.innerHTML="",b.appendChild(Ce)),setTimeout(()=>{b.classList.remove("persona-message-action-success");let se=Be("copy",14,"currentColor",2);se&&(b.innerHTML="",b.appendChild(se))},2e3)}).catch(Ce=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",Ce)}),ce.onCopy(_)}}else if(F==="upvote"||F==="downvote"){let _=(($=On.get(B))!=null?$:null)===F,We=F==="upvote"?"thumbs-up":"thumbs-down";if(_){On.delete(B),b.classList.remove("persona-message-action-active");let Ce=Be(We,14,"currentColor",2);Ce&&(b.innerHTML="",b.appendChild(Ce))}else{let Ce=F==="upvote"?"downvote":"upvote",se=A.querySelector(`[data-action="${Ce}"]`);if(se){se.classList.remove("persona-message-action-active");let ot=Be(Ce==="upvote"?"thumbs-up":"thumbs-down",14,"currentColor",2);ot&&(se.innerHTML="",se.appendChild(ot))}On.set(B,F),b.classList.add("persona-message-action-active");let Re=Be(We,14,"currentColor",2);Re&&(Re.setAttribute("fill","currentColor"),b.innerHTML="",b.appendChild(Re)),b.classList.remove("persona-message-action-pop"),b.offsetWidth,b.classList.add("persona-message-action-pop");let et=U.getMessages().find(yt=>yt.id===B);et&&ce.onFeedback&&ce.onFeedback({type:F,messageId:et.id,message:et})}}}),Ve.addEventListener("click",c=>{let b=c.target.closest("button[data-approval-action]");if(!b)return;c.preventDefault(),c.stopPropagation();let A=b.closest(".persona-approval-bubble");if(!A)return;let B=A.getAttribute("data-message-id");if(!B)return;let F=b.getAttribute("data-approval-action");if(!F)return;let $=F==="approve"?"approved":"denied",_=U.getMessages().find(Ce=>Ce.id===B);if(!(_!=null&&_.approval))return;let We=A.querySelector("[data-approval-buttons]");We&&We.querySelectorAll("button").forEach(se=>{se.disabled=!0,se.style.opacity="0.5",se.style.cursor="not-allowed"}),_.approval.toolType==="webmcp"?U.resolveWebMcpApproval(B,$):U.resolveApproval(_.approval,$)});let fe=null,I=null,te={artifacts:[],selectedId:null},Pe=!1,Ze={current:null};Ve.addEventListener("click",c=>{var se,Re,_e,et,yt;let b=c.target.closest("[data-download-artifact]");if(!b)return;c.preventDefault(),c.stopPropagation();let A=b.getAttribute("data-download-artifact");if(!A||((_e=(Re=(se=n.features)==null?void 0:se.artifacts)==null?void 0:Re.onArtifactAction)==null?void 0:_e.call(Re,{type:"download",artifactId:A}))===!0)return;let F=U.getArtifactById(A),$=F==null?void 0:F.markdown,K=(F==null?void 0:F.title)||"artifact";if(!$){let ot=b.closest("[data-open-artifact]"),kt=ot==null?void 0:ot.closest("[data-message-id]"),St=kt==null?void 0:kt.getAttribute("data-message-id");if(St){let qe=U.getMessages().find(rt=>rt.id===St);if(qe!=null&&qe.rawContent)try{let rt=JSON.parse(qe.rawContent);$=(et=rt==null?void 0:rt.props)==null?void 0:et.markdown,K=((yt=rt==null?void 0:rt.props)==null?void 0:yt.title)||K}catch{}}}if(!$)return;let _=new Blob([$],{type:"text/markdown"}),We=URL.createObjectURL(_),Ce=document.createElement("a");Ce.href=We,Ce.download=`${K}.md`,Ce.click(),URL.revokeObjectURL(We)}),Ve.addEventListener("click",c=>{var F,$,K;let b=c.target.closest("[data-open-artifact]");if(!b)return;let A=b.getAttribute("data-open-artifact");!A||((K=($=(F=n.features)==null?void 0:F.artifacts)==null?void 0:$.onArtifactAction)==null?void 0:K.call($,{type:"open",artifactId:A}))===!0||(c.preventDefault(),c.stopPropagation(),Pe=!1,U.selectArtifact(A),ln())}),Ve.addEventListener("keydown",c=>{if(c.key!=="Enter"&&c.key!==" ")return;let g=c.target;g.hasAttribute("data-open-artifact")&&(c.preventDefault(),g.click())});let tr=Ue.composerOverlay,jt=(c,g,b)=>{var K,_,We,Ce;let A=g.trim();if(!A||!Ze.current)return;let B=(K=c.getAttribute("data-tool-call-id"))!=null?K:"",F=b.source==="free-text";t.dispatchEvent(new CustomEvent("persona:askUserQuestion:answered",{detail:{toolUseId:B,answer:A,answers:b.structured,values:(_=b.values)!=null?_:b.source==="multi"?A.split(", "):[A],isFreeText:F,source:b.source},bubbles:!0,composed:!0})),qo(tr,B);let $=Ze.current.getMessages().find(se=>{var Re;return((Re=se.toolCall)==null?void 0:Re.id)===B});(We=$==null?void 0:$.agentMetadata)!=null&&We.awaitingLocalTool?Ze.current.resolveAskUserQuestion($,(Ce=b.structured)!=null?Ce:A):Ze.current.sendMessage(A)},or=c=>{var B;let g=Ze.current;if(!g)return;let b=(B=c.getAttribute("data-tool-call-id"))!=null?B:"",A=g.getMessages().find(F=>{var $;return(($=F.toolCall)==null?void 0:$.id)===b});A&&g.persistAskUserQuestionProgress(A,{answers:Ul(c,A),currentIndex:Bn(c)})},Hr=c=>Object.entries(c).map(([g,b])=>`${g}: ${Array.isArray(b)?b.join(", "):b}`).join(" | "),qr=c=>{var B,F,$;if(((F=(B=n.features)==null?void 0:B.askUserQuestion)==null?void 0:F.groupedAutoAdvance)===!1)return;let g=Bn(c),b=Xa(c);if(g>=b-1)return;let A=($=Ze.current)==null?void 0:$.getMessages().find(K=>{var _;return((_=K.toolCall)==null?void 0:_.id)===c.getAttribute("data-tool-call-id")});A&&(ql(c,A,n,g+1),or(c))};tr.addEventListener("click",c=>{var F,$,K,_,We,Ce,se,Re,_e,et,yt,ot,kt,St;let b=c.target.closest("[data-ask-user-action]");if(!b)return;let A=b.closest("[data-persona-ask-sheet-for]");if(!A)return;let B=b.getAttribute("data-ask-user-action");if(c.preventDefault(),c.stopPropagation(),B==="dismiss"){let ze=(F=A.getAttribute("data-tool-call-id"))!=null?F:"";t.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:ze},bubbles:!0,composed:!0})),qo(tr,ze);let qe=($=Ze.current)==null?void 0:$.getMessages().find(rt=>{var pt;return((pt=rt.toolCall)==null?void 0:pt.id)===ze});(K=qe==null?void 0:qe.agentMetadata)!=null&&K.awaitingLocalTool&&((_=Ze.current)==null||_.markAskUserQuestionResolved(qe),(We=Ze.current)==null||We.resolveAskUserQuestion(qe,"(dismissed)"));return}if(B==="pick"){let ze=b.getAttribute("data-option-label");if(!ze)return;let qe=A.getAttribute("data-multi-select")==="true",rt=Uo(A);if(rt&&qe){let pt=ya(A)[Bn(A)],Ht=new Set(Array.isArray(pt)?pt:[]);Ht.has(ze)?Ht.delete(ze):Ht.add(ze),zo(A,Array.from(Ht)),or(A);return}if(rt){zo(A,ze),or(A),qr(A);return}if(qe){let pt=b.getAttribute("aria-pressed")==="true";b.setAttribute("aria-pressed",pt?"false":"true"),b.classList.toggle("persona-ask-pill-selected",!pt);let Ht=A.querySelector('[data-ask-user-action="submit-multi"]');Ht&&(Ht.disabled=iu(A).length===0);return}jt(A,ze,{source:"pick",values:[ze]});return}if(B==="submit-multi"){let ze=iu(A);if(ze.length===0)return;jt(A,ze.join(", "),{source:"multi",values:ze});return}if(B==="open-free-text"){let ze=A.querySelector('[data-ask-free-text-row="true"]');if(ze){ze.classList.remove("persona-hidden");let qe=ze.querySelector('[data-ask-free-text-input="true"]');qe==null||qe.focus()}return}if(B==="focus-free-text"){let ze=A.querySelector('[data-ask-free-text-input="true"]');ze==null||ze.focus();return}if(B==="submit-free-text"){let ze=A.querySelector('[data-ask-free-text-input="true"]'),qe=(Ce=ze==null?void 0:ze.value)!=null?Ce:"";if(!qe.trim())return;if(Uo(A)){zo(A,qe.trim()),or(A),qr(A);return}jt(A,qe,{source:"free-text"});return}if(B==="next"||B==="back"){if(!Ze.current)return;let ze=(se=A.getAttribute("data-tool-call-id"))!=null?se:"",qe=Ze.current.getMessages().find(Je=>{var pe;return((pe=Je.toolCall)==null?void 0:pe.id)===ze});if(!qe)return;let rt=A.querySelector('[data-ask-free-text-input="true"]'),pt=(_e=(Re=rt==null?void 0:rt.value)==null?void 0:Re.trim())!=null?_e:"";if(pt){let Je=ya(A)[Bn(A)];(typeof Je!="string"||Je!==pt)&&zo(A,pt)}let Ht=B==="next"?1:-1,D=Bn(A)+Ht;ql(A,qe,n,D),or(A);return}if(B==="submit-all"){if(!Ze.current)return;let ze=(et=A.getAttribute("data-tool-call-id"))!=null?et:"",qe=Ze.current.getMessages().find(Je=>{var pe;return((pe=Je.toolCall)==null?void 0:pe.id)===ze});if(!qe)return;let rt=A.querySelector('[data-ask-free-text-input="true"]'),pt=(ot=(yt=rt==null?void 0:rt.value)==null?void 0:yt.trim())!=null?ot:"";pt&&zo(A,pt);let Ht=Ul(A,qe);Ze.current.persistAskUserQuestionProgress(qe,{answers:Ht,currentIndex:Bn(A)});let D=Hr(Ht);jt(A,D||"(submitted)",{source:"submit-all",structured:Ht});return}if(B==="skip"){if(!Ze.current)return;let ze=(kt=A.getAttribute("data-tool-call-id"))!=null?kt:"",qe=Ze.current.getMessages().find(pe=>{var ft;return((ft=pe.toolCall)==null?void 0:ft.id)===ze});if(!qe)return;let rt=Uo(A),pt=Bn(A),Ht=Xa(A),D=pt>=Ht-1;if(!rt){t.dispatchEvent(new CustomEvent("persona:askUserQuestion:dismissed",{detail:{toolUseId:ze},bubbles:!0,composed:!0})),qo(tr,ze),(St=qe.agentMetadata)!=null&&St.awaitingLocalTool&&(Ze.current.markAskUserQuestionResolved(qe),Ze.current.resolveAskUserQuestion(qe,"(dismissed)"));return}zo(A,"");let Je=A.querySelector('[data-ask-free-text-input="true"]');if(Je&&(Je.value=""),D){let pe=Ul(A,qe),ft=Hr(pe);jt(A,ft||"(skipped)",{source:"submit-all",structured:pe});return}ql(A,qe,n,pt+1),or(A);return}}),tr.addEventListener("keydown",c=>{var F;if(c.key!=="Enter")return;let b=c.target;if(!((F=b.matches)!=null&&F.call(b,'[data-ask-free-text-input="true"]')))return;let A=b.closest("[data-persona-ask-sheet-for]");if(!A)return;c.preventDefault();let B=b.value;if(B.trim()){if(Uo(A)){zo(A,B.trim()),or(A),qr(A);return}jt(A,B,{source:"free-text"})}});let Cn=c=>{if(!/^[1-9]$/.test(c.key)||c.metaKey||c.ctrlKey||c.altKey)return;let g=c.target;if((g==null?void 0:g.tagName)==="INPUT"||(g==null?void 0:g.tagName)==="TEXTAREA"||g!=null&&g.isContentEditable)return;let b=tr.querySelector("[data-persona-ask-sheet-for]");if(!b||b.getAttribute("data-ask-layout")!=="rows"||b.getAttribute("data-multi-select")==="true")return;let A=Number(c.key),F=b.querySelectorAll('[data-ask-pill-list="true"] [data-ask-user-action="pick"], [data-ask-pill-list="true"] [data-ask-user-action="focus-free-text"]')[A-1];F&&(c.preventDefault(),F.click())};document.addEventListener("keydown",Cn);let Jt=null,Gt=null,Dr=null,An=null,Ao=()=>{};function ao(){An==null||An(),An=null}let So=()=>{var $;if(!Jt||!Gt)return;let c=t.classList.contains("persona-artifact-appearance-seamless"),b=(($=t.ownerDocument.defaultView)!=null?$:window).innerWidth<=640;if(!c||t.classList.contains("persona-artifact-narrow-host")||b){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=Jt.firstElementChild;if(!A||A===Gt)return;let B=10;Gt.style.position="absolute",Gt.style.top="0",Gt.style.bottom="0",Gt.style.width=`${B}px`,Gt.style.zIndex="5";let F=A.offsetWidth-B/2;Gt.style.left=`${Math.max(0,F)}px`},Xn=()=>{},ln=()=>{var b,A,B,F,$;if(!fe||!Hn(n))return;Gl(t,n),Kl(t,n),Xn();let c=(F=(B=(A=(b=n.features)==null?void 0:b.artifacts)==null?void 0:A.layout)==null?void 0:B.narrowHostMaxWidth)!=null?F:520,g=ye.getBoundingClientRect().width||0;t.classList.toggle("persona-artifact-narrow-host",g>0&&g<=c),fe.update(te),Pe?(fe.setMobileOpen(!1),fe.element.classList.add("persona-hidden"),($=fe.backdrop)==null||$.classList.add("persona-hidden")):te.artifacts.length>0&&(fe.element.classList.remove("persona-hidden"),fe.setMobileOpen(!0)),Ao()};if(Hn(n)){ye.style.position="relative";let c=v("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),g=v("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");c.appendChild(he),fe=Jx(n,{onSelect:b=>{var A;return(A=Ze.current)==null?void 0:A.selectArtifact(b)},onDismiss:()=>{Pe=!0,ln()}}),fe.element.classList.add("persona-hidden"),Jt=g,g.appendChild(c),g.appendChild(fe.element),fe.backdrop&&ye.appendChild(fe.backdrop),ye.appendChild(g),Ao=()=>{var A,B,F,$;if(!Jt||!fe)return;if(!(((F=(B=(A=n.features)==null?void 0:A.artifacts)==null?void 0:B.layout)==null?void 0:F.resizable)===!0)){Dr==null||Dr(),Dr=null,ao(),Gt&&(Gt.remove(),Gt=null),fe.element.style.removeProperty("width"),fe.element.style.removeProperty("maxWidth");return}if(!Gt){let K=v("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");K.setAttribute("role","separator"),K.setAttribute("aria-orientation","vertical"),K.setAttribute("aria-label","Resize artifacts panel"),K.tabIndex=0;let _=t.ownerDocument,We=($=_.defaultView)!=null?$:window,Ce=se=>{var kt,St;if(!fe||se.button!==0||t.classList.contains("persona-artifact-narrow-host")||We.innerWidth<=640)return;se.preventDefault(),ao();let Re=se.clientX,_e=fe.element.getBoundingClientRect().width,et=(St=(kt=n.features)==null?void 0:kt.artifacts)==null?void 0:St.layout,yt=ze=>{let qe=Jt.getBoundingClientRect().width,rt=t.classList.contains("persona-artifact-appearance-seamless"),pt=rt?0:ey(Jt,We),Ht=rt?0:K.getBoundingClientRect().width||6,D=_e-(ze.clientX-Re),Je=ty(D,qe,pt,Ht,et==null?void 0:et.resizableMinWidth,et==null?void 0:et.resizableMaxWidth);fe.element.style.width=`${Je}px`,fe.element.style.maxWidth="none",So()},ot=()=>{_.removeEventListener("pointermove",yt),_.removeEventListener("pointerup",ot),_.removeEventListener("pointercancel",ot),An=null;try{K.releasePointerCapture(se.pointerId)}catch{}};An=ot,_.addEventListener("pointermove",yt),_.addEventListener("pointerup",ot),_.addEventListener("pointercancel",ot);try{K.setPointerCapture(se.pointerId)}catch{}};K.addEventListener("pointerdown",Ce),Gt=K,Jt.insertBefore(K,fe.element),Dr=()=>{K.removeEventListener("pointerdown",Ce)}}if(Gt){let K=te.artifacts.length>0&&!Pe;Gt.classList.toggle("persona-hidden",!K),So()}},Xn=()=>{var We,Ce,se,Re,_e,et,yt,ot,kt,St,ze,qe,rt,pt;if(!M||!fe||((Ce=(We=n.launcher)==null?void 0:We.sidebarMode)!=null?Ce:!1)||kr(n)&&Wn(n).reveal==="emerge")return;let A=(se=t.ownerDocument.defaultView)!=null?se:window,B=(_e=(Re=n.launcher)==null?void 0:Re.mobileFullscreen)!=null?_e:!0,F=(yt=(et=n.launcher)==null?void 0:et.mobileBreakpoint)!=null?yt:640;if(B&&A.innerWidth<=F||!Zx(n,M))return;let $=(St=(kt=(ot=n.launcher)==null?void 0:ot.width)!=null?kt:n.launcherWidth)!=null?St:wn,K=(pt=(rt=(qe=(ze=n.features)==null?void 0:ze.artifacts)==null?void 0:qe.layout)==null?void 0:rt.expandedPanelWidth)!=null?pt:"min(720px, calc(100vw - 24px))";te.artifacts.length>0&&!Pe?(ye.style.width=K,ye.style.maxWidth=K):(ye.style.width=$,ye.style.maxWidth=$)},typeof ResizeObserver!="undefined"&&(I=new ResizeObserver(()=>{ln()}),I.observe(ye))}else ye.appendChild(he),W()&&tt&&(Ue.peekBanner&&tt.appendChild(Ue.peekBanner),tt.appendChild(Ke));t.appendChild(ke),tt&&t.appendChild(tt);let Nn=()=>{var Je,pe,ft,rr,Yt,cr,wt,Lr,fn,at,_t,mn,Tr,Pn,gn,Jo,La,Pa,fr,Qo,Wo,Bo,uo,Yo,mt,Vr,Or,Pr;if(W()){ye.style.width="100%",ye.style.maxWidth="100%";let Et=(pe=(Je=n.launcher)==null?void 0:Je.composerBar)!=null?pe:{},vt=ke.dataset.state==="expanded",qt=(ft=Et.expandedSize)!=null?ft:"anchored";if(!(vt&&qt!=="fullscreen")){he.style.background="",he.style.border="",he.style.borderRadius="",he.style.overflow="",he.style.boxShadow="";return}let vr=(Yt=(rr=n.theme)==null?void 0:rr.components)==null?void 0:Yt.panel,Qn=Ua(n),Mr=(ea,Ai)=>{var ys;return ea==null||ea===""?Ai:(ys=Fa(Qn,ea))!=null?ys:ea},Jr="1px solid var(--persona-border)",In="var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))",Zo="var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))";he.style.background="var(--persona-surface, #ffffff)",he.style.border=Mr(vr==null?void 0:vr.border,Jr),he.style.borderRadius=Mr(vr==null?void 0:vr.borderRadius,Zo),he.style.boxShadow=Mr(vr==null?void 0:vr.shadow,In),he.style.overflow="hidden";return}let c=kr(n),g=(wt=(cr=n.launcher)==null?void 0:cr.sidebarMode)!=null?wt:!1,b=c||g||((fn=(Lr=n.launcher)==null?void 0:Lr.fullHeight)!=null?fn:!1),A=((at=n.launcher)==null?void 0:at.enabled)===!1,B=(mn=(_t=n.theme)==null?void 0:_t.components)==null?void 0:mn.panel,F=Ua(n),$=(Et,vt)=>{var qt;return Et==null||Et===""?vt:(qt=Fa(F,Et))!=null?qt:Et},K=(Tr=t.ownerDocument.defaultView)!=null?Tr:window,_=(gn=(Pn=n.launcher)==null?void 0:Pn.mobileFullscreen)!=null?gn:!0,We=(La=(Jo=n.launcher)==null?void 0:Jo.mobileBreakpoint)!=null?La:640,Ce=K.innerWidth<=We,se=_&&Ce&&M,Re=(fr=(Pa=n.launcher)==null?void 0:Pa.position)!=null?fr:"bottom-left",_e=Re==="bottom-left"||Re==="top-left",et=(Wo=(Qo=n.launcher)==null?void 0:Qo.zIndex)!=null?Wo:Kr,yt=g||se?"none":"1px solid var(--persona-border)",ot=se?"none":g?_e?"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))";c&&!se&&(ot="none",yt="none");let kt=g||se?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",St=$(B==null?void 0:B.border,yt),ze=$(B==null?void 0:B.shadow,ot),qe=$(B==null?void 0:B.borderRadius,kt),rt=Q.scrollTop;t.style.cssText="",ke.style.cssText="",ye.style.cssText="",he.style.cssText="",Q.style.cssText="",Ke.style.cssText="";let pt=()=>{var vt;if(rt<=0)return;((vt=Q.ownerDocument.defaultView)!=null?vt:window).requestAnimationFrame(()=>{if(Q.scrollTop===rt)return;let qt=Q.scrollHeight-Q.clientHeight;qt<=0||(Q.scrollTop=Math.min(rt,qt))})};if(se){ke.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"),ke.style.cssText=`
|
|
81
81
|
position: fixed !important;
|
|
82
82
|
inset: 0 !important;
|
|
83
83
|
width: 100% !important;
|
|
@@ -87,9 +87,9 @@ _Details: ${r.message}_`:n}var Hs=t=>({isError:!0,content:[{type:"text",text:t}]
|
|
|
87
87
|
padding: 0 !important;
|
|
88
88
|
display: flex !important;
|
|
89
89
|
flex-direction: column !important;
|
|
90
|
-
z-index: ${
|
|
90
|
+
z-index: ${et} !important;
|
|
91
91
|
background-color: var(--persona-surface, #ffffff) !important;
|
|
92
|
-
`,
|
|
92
|
+
`,ye.style.cssText=`
|
|
93
93
|
position: relative !important;
|
|
94
94
|
display: flex !important;
|
|
95
95
|
flex-direction: column !important;
|
|
@@ -102,7 +102,7 @@ _Details: ${r.message}_`:n}var Hs=t=>({isError:!0,content:[{type:"text",text:t}]
|
|
|
102
102
|
padding: 0 !important;
|
|
103
103
|
box-shadow: none !important;
|
|
104
104
|
border-radius: 0 !important;
|
|
105
|
-
`,
|
|
105
|
+
`,he.style.cssText=`
|
|
106
106
|
display: flex !important;
|
|
107
107
|
flex-direction: column !important;
|
|
108
108
|
flex: 1 1 0% !important;
|
|
@@ -113,20 +113,20 @@ _Details: ${r.message}_`:n}var Hs=t=>({isError:!0,content:[{type:"text",text:t}]
|
|
|
113
113
|
overflow: hidden !important;
|
|
114
114
|
border-radius: 0 !important;
|
|
115
115
|
border: none !important;
|
|
116
|
-
`,
|
|
116
|
+
`,Q.style.flex="1 1 0%",Q.style.minHeight="0",Q.style.overflowY="auto",Ke.style.flexShrink="0",E=!0,pt();return}let Ht=(uo=(Bo=n==null?void 0:n.launcher)==null?void 0:Bo.width)!=null?uo:n==null?void 0:n.launcherWidth,D=Ht!=null?Ht:wn;if(!g&&!c)A&&b?(ye.style.width="100%",ye.style.maxWidth="100%"):(ye.style.width=D,ye.style.maxWidth=D);else if(c)if(Wn(n).reveal==="emerge"){let vt=Wn(n).width;ye.style.width=vt,ye.style.maxWidth=vt}else ye.style.width="100%",ye.style.maxWidth="100%";if(Xn(),ye.style.boxShadow=ze,ye.style.borderRadius=qe,he.style.border=St,he.style.borderRadius=qe,c&&!se&&(B==null?void 0:B.border)===void 0&&(he.style.border="none",Wn(n).side==="right"?he.style.borderLeft="1px solid var(--persona-border)":he.style.borderRight="1px solid var(--persona-border)"),b&&(t.style.display="flex",t.style.flexDirection="column",t.style.height="100%",t.style.minHeight="0",A&&(t.style.width="100%"),ke.style.display="flex",ke.style.flexDirection="column",ke.style.flex="1 1 0%",ke.style.minHeight="0",ke.style.maxHeight="100%",ke.style.height="100%",A&&(ke.style.overflow="hidden"),ye.style.display="flex",ye.style.flexDirection="column",ye.style.flex="1 1 0%",ye.style.minHeight="0",ye.style.maxHeight="100%",ye.style.height="100%",ye.style.overflow="hidden",he.style.display="flex",he.style.flexDirection="column",he.style.flex="1 1 0%",he.style.minHeight="0",he.style.maxHeight="100%",he.style.overflow="hidden",Q.style.flex="1 1 0%",Q.style.minHeight="0",Q.style.overflowY="auto",Ke.style.flexShrink="0"),ke.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&&!c&&((Yo=Gn[Re])!=null?Yo:Gn["bottom-right"]).split(" ").forEach(vt=>ke.classList.add(vt)),g){let Et=(Vr=(mt=n.launcher)==null?void 0:mt.sidebarWidth)!=null?Vr:"420px";ke.style.cssText=`
|
|
117
117
|
position: fixed !important;
|
|
118
118
|
top: 0 !important;
|
|
119
119
|
bottom: 0 !important;
|
|
120
|
-
width: ${
|
|
120
|
+
width: ${Et} !important;
|
|
121
121
|
height: 100vh !important;
|
|
122
122
|
max-height: 100vh !important;
|
|
123
123
|
margin: 0 !important;
|
|
124
124
|
padding: 0 !important;
|
|
125
125
|
display: flex !important;
|
|
126
126
|
flex-direction: column !important;
|
|
127
|
-
z-index: ${
|
|
128
|
-
${
|
|
129
|
-
`,
|
|
127
|
+
z-index: ${et} !important;
|
|
128
|
+
${_e?"left: 0 !important; right: auto !important;":"left: auto !important; right: 0 !important;"}
|
|
129
|
+
`,ye.style.cssText=`
|
|
130
130
|
position: relative !important;
|
|
131
131
|
display: flex !important;
|
|
132
132
|
flex-direction: column !important;
|
|
@@ -137,9 +137,9 @@ _Details: ${r.message}_`:n}var Hs=t=>({isError:!0,content:[{type:"text",text:t}]
|
|
|
137
137
|
min-height: 0 !important;
|
|
138
138
|
margin: 0 !important;
|
|
139
139
|
padding: 0 !important;
|
|
140
|
-
box-shadow: ${
|
|
141
|
-
border-radius: ${
|
|
142
|
-
`,
|
|
140
|
+
box-shadow: ${ze} !important;
|
|
141
|
+
border-radius: ${qe} !important;
|
|
142
|
+
`,ye.style.setProperty("width","100%","important"),ye.style.setProperty("max-width","100%","important"),he.style.cssText=`
|
|
143
143
|
display: flex !important;
|
|
144
144
|
flex-direction: column !important;
|
|
145
145
|
flex: 1 1 0% !important;
|
|
@@ -148,29 +148,29 @@ _Details: ${r.message}_`:n}var Hs=t=>({isError:!0,content:[{type:"text",text:t}]
|
|
|
148
148
|
min-height: 0 !important;
|
|
149
149
|
max-height: 100% !important;
|
|
150
150
|
overflow: hidden !important;
|
|
151
|
-
border-radius: ${
|
|
152
|
-
border: ${
|
|
153
|
-
`,
|
|
151
|
+
border-radius: ${qe} !important;
|
|
152
|
+
border: ${St} !important;
|
|
153
|
+
`,Ke.style.cssText=`
|
|
154
154
|
flex-shrink: 0 !important;
|
|
155
155
|
border-top: none !important;
|
|
156
156
|
padding: 8px 16px 12px 16px !important;
|
|
157
|
-
`}if(!A&&!c){let Zt="max-height: -moz-available !important; max-height: stretch !important;",pr=g?"":"padding-top: 1.25em !important;",on=g?"":`z-index: ${(ir=(Yt=n.launcher)==null?void 0:Yt.zIndex)!=null?ir:qr} !important;`;Ce.style.cssText+=Zt+pr+on}H()};Rn(),Ro(t,n),zl(t,n),Vl(t,n);let Pt=[];Pt.push(()=>{document.removeEventListener("keydown",wn)});let gr=null,hr=null;Pt.push(()=>{gr==null||gr(),gr=null,hr==null||hr(),hr=null}),I&&Pt.push(()=>{I==null||I.disconnect(),I=null}),Pt.push(()=>{Ir==null||Ir(),Ir=null,eo(),$t&&($t.remove(),$t=null),ue==null||ue.element.style.removeProperty("width"),ue==null||ue.element.style.removeProperty("maxWidth")}),ve&&Pt.push(()=>{Me!==null&&(cancelAnimationFrame(Me),Me=null),oe==null||oe.destroy(),oe=null,K==null||K.destroy(),K=null,X=null});let dn=null,vo=()=>{dn&&(dn(),dn=null),n.colorScheme==="auto"&&(dn=wl(()=>{Ro(t,n)}))};vo(),Pt.push(()=>{dn&&(dn(),dn=null)});let Cn=(hf=n.features)==null?void 0:hf.streamAnimation;if(Cn!=null&&Cn.type&&Cn.type!=="none"){let c=Us(Cn.type,Cn.plugins);c&&(_p(c,t),Pt.push(()=>cx(t)))}let Wn=Bx(Z),cn=null,W,pn=!1,Bn=ox(),to=new Map,zn=new Map,Ja=0,Hn=Al(),Dn=0,On=null,ro=!1,$o=!1,ni=4,Qa=24,oi=80,xa=new Map,Lt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Ya=(yf=(xf=n.voiceRecognition)==null?void 0:xf.autoResume)!=null?yf:!1,An=c=>{s.emit("voice:state",{active:Lt.active,source:c,timestamp:Date.now()})},tn=()=>{f(c=>({...c,voiceState:{active:Lt.active,timestamp:Date.now(),manuallyDeactivated:Lt.manuallyDeactivated}}))},ai=()=>{var A,D;if(((A=n.voiceRecognition)==null?void 0:A.enabled)===!1)return;let c=pu(d.voiceState),g=!!c.active,b=Number((D=c.timestamp)!=null?D:0);Lt.manuallyDeactivated=!!c.manuallyDeactivated,g&&Date.now()-b<dC&&setTimeout(()=>{var $,U;Lt.active||(Lt.manuallyDeactivated=!1,((U=($=n.voiceRecognition)==null?void 0:$.provider)==null?void 0:U.type)==="runtype"?W.toggleVoice().then(()=>{Lt.active=W.isVoiceActive(),An("restore"),W.isVoiceActive()&&q()}):Vo("restore"))},1e3)},si=()=>W?Zx(W.getMessages()).filter(c=>!c.__skipPersist):[];function ya(c){if(!(i!=null&&i.save))return;let b={messages:c?Zx(c):W?si():[],metadata:d,artifacts:ee.artifacts,selectedArtifactId:ee.selectedId};try{let A=i.save(b);A instanceof Promise&&A.catch(D=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",D)})}catch(A){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",A)}}let no=null,ii=()=>Ce.querySelector("#persona-scroll-container")||J,Uo=()=>{no!==null&&(cancelAnimationFrame(no),no=null),ro=!1},Za=()=>{On!==null&&(cancelAnimationFrame(On),On=null),$o=!1,Uo()},oo=()=>{if(!mr()||xe){Ot.parentNode&&Ot.remove(),Ot.style.display="none";return}Ot.parentNode!==me&&me.appendChild(Ot),Et();let c=Ns(J)>0;Ot.style.display=Hn.isFollowing()||!c?"none":""},es=()=>{Hn.pause()&&(Za(),oo())},Co=()=>{Hn.resume(),oo()},Ao=(c=!1)=>{Hn.isFollowing()&&(!c&&!pn||(On!==null&&(cancelAnimationFrame(On),On=null),$o=!0,On=requestAnimationFrame(()=>{On=null,$o=!1,Hn.isFollowing()&&li(ii(),c?220:140)})))},li=(c,g=500)=>{let b=c.scrollTop,A=Ns(c),D=A-b;if(Math.abs(D)<1){Dn=c.scrollTop;return}if(Math.abs(D)>=oi){Uo(),ro=!0,c.scrollTop=A,Dn=c.scrollTop,ro=!1;return}Uo();let $=performance.now();ro=!0;let U=F=>1-Math.pow(1-F,3),j=F=>{if(!Hn.isFollowing()){Uo();return}let We=Ns(c);We!==A&&(A=We,D=A-b);let we=F-$,se=Math.min(we/g,1),Le=U(se),De=b+D*Le;c.scrollTop=De,Dn=c.scrollTop,se<1?no=requestAnimationFrame(j):(c.scrollTop=A,Dn=c.scrollTop,no=null,ro=!1)};no=requestAnimationFrame(j)},di=c=>{let g=new Map;c.forEach(b=>{let A=xa.get(b.id);g.set(b.id,{streaming:b.streaming,role:b.role}),!A&&b.role==="assistant"&&s.emit("assistant:message",b),b.role==="assistant"&&(A!=null&&A.streaming)&&b.streaming===!1&&s.emit("assistant:complete",b),b.variant==="approval"&&b.approval&&(A?b.approval.status!=="pending"&&s.emit("approval:resolved",{approval:b.approval,decision:b.approval.status}):s.emit("approval:requested",{approval:b.approval,message:b}))}),xa.clear(),g.forEach((b,A)=>{xa.set(A,b)})},qo=(c,g,b)=>{var ct,wt,vt,qe,$e,ot;let A=document.createElement("div"),$=(()=>{var Oe;let H=o.find(Qe=>Qe.renderLoadingIndicator);if(H!=null&&H.renderLoadingIndicator)return H.renderLoadingIndicator;if((Oe=n.loadingIndicator)!=null&&Oe.render)return n.loadingIndicator.render})(),U=(H,Oe)=>Oe==null?!1:typeof Oe=="string"?(H.textContent=Oe,!0):(H.appendChild(Oe),!0),j=new Set,F=new Set,We=o.some(H=>H.renderAskUserQuestion),we=[],se=[],Le=n.enableComponentStreaming!==!1;if(g.forEach(H=>{var jr,Br,pt,Ct,Gr,Fr,jo,Go,Ko,Sa,Ta,cr,Xo,Po;j.add(H.id);let Oe=We&&ho(H),Qe=!Oe&&H.role==="assistant"&&!H.variant&&Le&&Xl(H);if(!Qe&&zn.has(H.id)){let Bt=c.querySelector(`#wrapper-${H.id}`);Bt==null||Bt.removeAttribute("data-preserve-runtime"),zn.delete(H.id)}let lt=ho(H)?`:${(jr=H.agentMetadata)!=null&&jr.askUserQuestionAnswered?"a":"u"}:${(Br=H.agentMetadata)!=null&&Br.askUserQuestionAnswers?Object.keys(H.agentMetadata.askUserQuestionAnswers).length:0}`:"",Pe=nx(H,Ja)+lt,zt=Oe||Qe?null:ax(Bn,H.id,Pe);if(zt){A.appendChild(zt.cloneNode(!0)),ho(H)&&((pt=H.toolCall)!=null&&pt.id)&&((Ct=H.agentMetadata)==null?void 0:Ct.awaitingLocalTool)===!0&&!((Gr=H.agentMetadata)!=null&&Gr.askUserQuestionAnswered)&&(F.add(H.toolCall.id),Va(H,n,_e.composerOverlay));return}let bt=null,yr=o.find(Bt=>!!(H.variant==="reasoning"&&Bt.renderReasoning||H.variant==="tool"&&Bt.renderToolCall||H.variant==="approval"&&Bt.renderApproval||!H.variant&&Bt.renderMessage)),Wr=(Fr=n.layout)==null?void 0:Fr.messages;if(ho(H)&&((jo=H.agentMetadata)==null?void 0:jo.askUserQuestionAnswered)===!0){to.delete(H.id);let Bt=c.querySelector(`#wrapper-${H.id}`);Bt==null||Bt.removeAttribute("data-preserve-runtime");return}if(ho(H)&&((Ko=(Go=n.features)==null?void 0:Go.askUserQuestion)==null?void 0:Ko.enabled)!==!1){let Bt=o.find(rn=>typeof rn.renderAskUserQuestion=="function");if(Bt&&nt.current){let rn=to.get(H.id),io=rn!==Pe,Kr=null;if(io){let{payload:ir,complete:Zt}=xo(H),pr=H.id,on=()=>{var fn;return(fn=nt.current)==null?void 0:fn.getMessages().find(Cr=>Cr.id===pr)};Kr=Bt.renderAskUserQuestion({message:H,payload:ir,complete:Zt,resolve:fn=>{var jn;let Cr=on();Cr&&((jn=nt.current)==null||jn.resolveAskUserQuestion(Cr,fn))},dismiss:()=>{var Cr,jn,lo;let fn=on();(Cr=fn==null?void 0:fn.agentMetadata)!=null&&Cr.awaitingLocalTool&&((jn=nt.current)==null||jn.markAskUserQuestionResolved(fn),(lo=nt.current)==null||lo.resolveAskUserQuestion(fn,"(dismissed)"))},config:n})}let nn=rn!=null;if(io&&Kr===null&&!nn){((Sa=H.agentMetadata)==null?void 0:Sa.awaitingLocalTool)===!0&&!((Ta=H.agentMetadata)!=null&&Ta.askUserQuestionAnswered)&&(F.add(H.toolCall.id),Va(H,n,_e.composerOverlay));return}let Yt=document.createElement("div");Yt.className="persona-flex",Yt.id=`wrapper-${H.id}`,Yt.setAttribute("data-wrapper-id",H.id),Yt.setAttribute("data-ask-plugin-stub","true"),Yt.setAttribute("data-preserve-runtime","true"),A.appendChild(Yt),we.push({messageId:H.id,fingerprint:Pe,bubble:Kr});return}else{((cr=H.agentMetadata)==null?void 0:cr.awaitingLocalTool)===!0&&!((Xo=H.agentMetadata)!=null&&Xo.askUserQuestionAnswered)&&(F.add(H.toolCall.id),Va(H,n,_e.composerOverlay));return}}else if(yr)if(H.variant==="reasoning"&&H.reasoning&&yr.renderReasoning){if(!Ye)return;bt=yr.renderReasoning({message:H,defaultRenderer:()=>Xp(H,n),config:n})}else if(H.variant==="tool"&&H.toolCall&&yr.renderToolCall){if(!Ge)return;bt=yr.renderToolCall({message:H,defaultRenderer:()=>Jp(H,n),config:n})}else if(H.variant==="approval"&&H.approval&&yr.renderApproval){if(n.approval===!1)return;bt=yr.renderApproval({message:H,defaultRenderer:()=>ou(H,n),config:n})}else yr.renderMessage&&(bt=yr.renderMessage({message:H,defaultRenderer:()=>{let Bt=Fa(H,b,Wr,n.messageActions,ce,{loadingIndicatorRenderer:$,widgetConfig:n});return H.role!=="user"&&lu(Bt,H,n,W),Bt},config:n}));if(!bt&&Qe){let Bt=Jl(H);if(Bt){let rn=zn.get(H.id),io=rn!==Pe,Kr=n.wrapComponentDirectiveInBubble!==!1,nn=null;if(io){let Yt=Kl(Bt,{config:n,message:H,transform:b});if(Yt)if(Kr){let ir=document.createElement("div");if(ir.className=["persona-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),ir.id=`bubble-${H.id}`,ir.setAttribute("data-message-id",H.id),H.content&&H.content.trim()){let Zt=document.createElement("div");Zt.className="persona-mb-3 persona-text-sm persona-leading-relaxed",Zt.innerHTML=b({text:H.content,message:H,streaming:!!H.streaming,raw:H.rawContent}),ir.appendChild(Zt)}ir.appendChild(Yt),nn=ir}else{let ir=document.createElement("div");if(ir.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",ir.id=`bubble-${H.id}`,ir.setAttribute("data-message-id",H.id),ir.setAttribute("data-persona-component-directive","true"),H.content&&H.content.trim()){let Zt=document.createElement("div");Zt.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",Zt.innerHTML=b({text:H.content,message:H,streaming:!!H.streaming,raw:H.rawContent}),ir.appendChild(Zt)}ir.appendChild(Yt),nn=ir}}if(nn||rn!=null){let Yt=document.createElement("div");Yt.className="persona-flex",Yt.id=`wrapper-${H.id}`,Yt.setAttribute("data-wrapper-id",H.id),Yt.setAttribute("data-component-directive-stub","true"),Yt.setAttribute("data-preserve-runtime","true"),Kr||Yt.classList.add("persona-w-full"),A.appendChild(Yt),se.push({messageId:H.id,fingerprint:Pe,bubble:nn});return}}}if(!bt)if(H.variant==="reasoning"&&H.reasoning){if(!Ye)return;bt=Xp(H,n)}else if(H.variant==="tool"&&H.toolCall){if(!Ge)return;bt=Jp(H,n)}else if(H.variant==="approval"&&H.approval){if(n.approval===!1)return;bt=ou(H,n)}else{let Bt=(Po=n.layout)==null?void 0:Po.messages;Bt!=null&&Bt.renderUserMessage&&H.role==="user"?bt=Bt.renderUserMessage({message:H,config:n,streaming:!!H.streaming}):Bt!=null&&Bt.renderAssistantMessage&&H.role==="assistant"?bt=Bt.renderAssistantMessage({message:H,config:n,streaming:!!H.streaming}):bt=Fa(H,b,Bt,n.messageActions,ce,{loadingIndicatorRenderer:$,widgetConfig:n}),H.role!=="user"&&bt&&lu(bt,H,n,W)}let Gt=document.createElement("div");Gt.className="persona-flex",Gt.id=`wrapper-${H.id}`,Gt.setAttribute("data-wrapper-id",H.id),H.role==="user"&&Gt.classList.add("persona-justify-end"),(bt==null?void 0:bt.getAttribute("data-persona-component-directive"))==="true"&&Gt.classList.add("persona-w-full"),Gt.appendChild(bt),sx(Bn,H.id,Pe,Gt),A.appendChild(Gt)}),_e.composerOverlay&&_e.composerOverlay.querySelectorAll("[data-persona-ask-sheet-for]").forEach(Oe=>{let Qe=Oe.getAttribute("data-persona-ask-sheet-for");Qe&&!F.has(Qe)&&_o(_e.composerOverlay,Qe)}),(wt=(ct=n.features)==null?void 0:ct.toolCallDisplay)!=null&&wt.grouped){let H=[],Oe=[];g.forEach(Qe=>{if(Qe.variant==="tool"&&Qe.toolCall&&Ge){Oe.push(Qe);return}Oe.length>1&&H.push(Oe),Oe=[]}),Oe.length>1&&H.push(Oe),H.forEach((Qe,lt)=>{var Br,pt;let Pe=Qe.map(Ct=>Array.from(A.children).find(Gr=>Gr instanceof HTMLElement&&Gr.getAttribute("data-wrapper-id")===Ct.id)).filter(Ct=>!!Ct);if(Pe.length<2)return;let zt=document.createElement("div");zt.className="persona-flex",zt.id=`wrapper-tool-group-${lt}-${Qe[0].id}`,zt.setAttribute("data-wrapper-id",`tool-group-${lt}-${Qe[0].id}`);let bt=document.createElement("div");bt.className="persona-tool-group persona-flex persona-w-full persona-flex-col persona-gap-2",bt.setAttribute("data-persona-tool-group","true");let yr=document.createElement("div");yr.className="persona-tool-group-summary persona-text-xs persona-text-persona-muted";let Wr=`Called ${Qe.length} tools`,Gt=(pt=(Br=n.toolCall)==null?void 0:Br.renderGroupedSummary)==null?void 0:pt.call(Br,{messages:Qe,toolCalls:Qe.map(Ct=>Ct.toolCall).filter(Ct=>!!Ct),defaultSummary:Wr,config:n});U(yr,Gt)||(yr.textContent=Wr);let jr=document.createElement("div");jr.className="persona-tool-group-stack persona-flex persona-flex-col",bt.append(yr,jr),zt.appendChild(bt),Pe[0].before(zt),Pe.forEach((Ct,Gr)=>{let Fr=document.createElement("div");Fr.className="persona-tool-group-item persona-relative",Fr.setAttribute("data-persona-tool-group-item","true"),Gr<Pe.length-1&&Fr.setAttribute("data-persona-tool-group-connector","true"),Fr.appendChild(Ct),jr.appendChild(Fr)})})}ix(Bn,j);let De=g.some(H=>H.role==="assistant"&&H.streaming),Ze=g[g.length-1],ht=(Ze==null?void 0:Ze.role)==="assistant"&&!Ze.streaming&&Ze.variant!=="approval";if(pn&&g.some(H=>H.role==="user")&&!De&&!ht){let H={config:n,streaming:!0,location:"standalone",defaultRenderer:fa},Oe=o.find(lt=>lt.renderLoadingIndicator),Qe=null;if(Oe!=null&&Oe.renderLoadingIndicator&&(Qe=Oe.renderLoadingIndicator(H)),Qe===null&&((vt=n.loadingIndicator)!=null&&vt.render)&&(Qe=n.loadingIndicator.render(H)),Qe===null&&(Qe=fa()),Qe){let lt=document.createElement("div"),Pe=((qe=n.loadingIndicator)==null?void 0:qe.showBubble)!==!1;lt.className=Pe?["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(" "),lt.setAttribute("data-typing-indicator","true"),lt.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",lt.appendChild(Qe);let zt=document.createElement("div");zt.className="persona-flex",zt.id="wrapper-typing-indicator",zt.setAttribute("data-wrapper-id","typing-indicator"),zt.appendChild(lt),A.appendChild(zt)}}if(!pn&&g.length>0){let H=g[g.length-1],Oe={config:n,lastMessage:H,messageCount:g.length},Qe=o.find(Pe=>Pe.renderIdleIndicator),lt=null;if(Qe!=null&&Qe.renderIdleIndicator&&(lt=Qe.renderIdleIndicator(Oe)),lt===null&&(($e=n.loadingIndicator)!=null&&$e.renderIdle)&&(lt=n.loadingIndicator.renderIdle(Oe)),lt){let Pe=document.createElement("div"),zt=((ot=n.loadingIndicator)==null?void 0:ot.showBubble)!==!1;Pe.className=zt?["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-idle-indicator","true"),Pe.appendChild(lt);let bt=document.createElement("div");bt.className="persona-flex",bt.id="wrapper-idle-indicator",bt.setAttribute("data-wrapper-id","idle-indicator"),bt.appendChild(Pe),A.appendChild(bt)}}if(vl(c,A),we.length>0)for(let{messageId:H,fingerprint:Oe,bubble:Qe}of we){let lt=c.querySelector(`#wrapper-${H}`);lt&&Qe!==null&&(lt.replaceChildren(Qe),lt.setAttribute("data-bubble-fp",Oe),to.set(H,Oe))}if(to.size>0)for(let H of to.keys())j.has(H)||to.delete(H);if(se.length>0)for(let{messageId:H,fingerprint:Oe,bubble:Qe}of se){let lt=c.querySelector(`#wrapper-${H}`);lt&&Qe!==null&&(lt.replaceChildren(Qe),lt.setAttribute("data-bubble-fp",Oe),zn.set(H,Oe))}if(zn.size>0)for(let H of zn.keys())j.has(H)||zn.delete(H)},So=null,ci=()=>{var b;if(So)return;let c=A=>{let D=A.composedPath();D.includes(Ce)||rt&&D.includes(rt)||Kt(!1,"user")};So=c,((b=t.ownerDocument)!=null?b:document).addEventListener("pointerdown",c,!0)},ts=()=>{var g;if(!So)return;((g=t.ownerDocument)!=null?g:document).removeEventListener("pointerdown",So,!0),So=null};Pt.push(()=>ts());let To=null,pi=()=>{var b;if(To)return;let c=A=>{A.key==="Escape"&&(A.isComposing||Kt(!1,"user"))};To=c,((b=t.ownerDocument)!=null?b:document).addEventListener("keydown",c,!0)},rs=()=>{var g;if(!To)return;((g=t.ownerDocument)!=null?g:document).removeEventListener("keydown",To,!0),To=null};Pt.push(()=>rs());let Mo=!1,ns=new Set,ui=()=>{var g,b,A,D;let c=(A=(b=(g=n.launcher)==null?void 0:g.composerBar)==null?void 0:b.peek)==null?void 0:A.streamAnimation;return c||((D=n.features)==null?void 0:D.streamAnimation)},ao=()=>{var wt,vt,qe,$e;if(!B())return;let c=_e.peekBanner,g=_e.peekTextNode;if(!c||!g)return;if(R){c.classList.remove("persona-pill-peek--visible");return}let b=(wt=W==null?void 0:W.getMessages())!=null?wt:[],A;for(let ot=b.length-1;ot>=0;ot--){let H=b[ot];if(H.role==="assistant"&&H.content){A=H;break}}if(!A){c.classList.remove("persona-pill-peek--visible");return}let D=A.content,$=!!A.streaming,U=ui(),j=Ml(U),F=j.type!=="none"?Us(j.type,U==null?void 0:U.plugins):null,We=((vt=F==null?void 0:F.isAnimating)==null?void 0:vt.call(F,A))===!0,we=F!==null&&($||We);we&&F&&!ns.has(F.name)&&(_p(F,t),ns.add(F.name));let se=we&&(F!=null&&F.containerClass)?F.containerClass:null,Le=(qe=g.dataset.personaPeekStreamClass)!=null?qe:null;Le&&Le!==se&&(g.classList.remove(Le),delete g.dataset.personaPeekStreamClass),se&&Le!==se&&(g.classList.add(se),g.dataset.personaPeekStreamClass=se),we?(g.style.setProperty("--persona-stream-step",`${j.speed}ms`),g.style.setProperty("--persona-stream-duration",`${j.duration}ms`)):(g.style.removeProperty("--persona-stream-step"),g.style.removeProperty("--persona-stream-duration"));let De=we?kl(D,j.buffer,F,A,$):D;if(we&&j.placeholder==="skeleton"&&$&&(!De||!De.trim())){let ot=document.createElement("div"),H=zs();H.classList.add("persona-pill-peek__skeleton"),ot.appendChild(H),vl(g,ot)}else{let ot=Math.max(0,De.length-100),H=De.length>100?De.slice(-100):De,Oe=oa(H);if(!we||!F){let Qe=De.length>100?`\u2026${H}`:H;g.textContent!==Qe&&(g.textContent=Qe)}else{let Qe=Oe;(F.wrap==="char"||F.wrap==="word")&&(Qe=qs(Oe,F.wrap,`peek-${A.id}`,{skipTags:F.skipTags,startIndex:ot}));let lt=document.createElement("div");if(lt.innerHTML=Qe,F.useCaret&&H.length>0){let Pe=El(),zt=lt.querySelectorAll(".persona-stream-char, .persona-stream-word"),bt=zt[zt.length-1];bt!=null&&bt.parentNode?bt.parentNode.insertBefore(Pe,bt.nextSibling):lt.appendChild(Pe)}vl(g,lt),($e=F.onAfterRender)==null||$e.call(F,{container:g,bubble:c,messageId:A.id,message:A,speed:j.speed,duration:j.duration})}}let ct=pn||Mo;c.classList.toggle("persona-pill-peek--visible",ct)};if(B()){let c=_e.peekBanner;if(c){let A=D=>{D.preventDefault(),D.stopPropagation(),Kt(!0,"user")};c.addEventListener("pointerdown",A),Pt.push(()=>{c.removeEventListener("pointerdown",A)})}let g=()=>{Mo||(Mo=!0,ao())},b=()=>{Mo&&(Mo=!1,ao())};he.addEventListener("pointerenter",g),he.addEventListener("pointerleave",b),Pt.push(()=>{he.removeEventListener("pointerenter",g),he.removeEventListener("pointerleave",b)}),rt&&(rt.addEventListener("pointerenter",g),rt.addEventListener("pointerleave",b),Pt.push(()=>{rt.removeEventListener("pointerenter",g),rt.removeEventListener("pointerleave",b)}))}let fi=c=>{var Le,De,Ze,ht,ct,wt,vt,qe;let g=(De=(Le=n.launcher)==null?void 0:Le.composerBar)!=null?De:{},b=(Ze=g.expandedSize)!=null?Ze:"anchored",A=(ht=g.bottomOffset)!=null?ht:"16px",D=g.collapsedMaxWidth,$=(ct=g.expandedMaxWidth)!=null?ct:"880px",U=(wt=g.expandedTopOffset)!=null?wt:"5vh",j=(vt=g.modalMaxWidth)!=null?vt:"880px",F=(qe=g.modalMaxHeight)!=null?qe:"min(90vh, 800px)",We="calc(100vw - 32px)",we="var(--persona-pill-area-height, 80px)",se=Ce.style;if(se.left="",se.right="",se.top="",se.bottom="",se.transform="",se.width="",se.maxWidth="",se.height="",se.maxHeight="",rt){let $e=rt.style;$e.bottom=A,$e.width=D!=null?D:""}if(c&&b!=="fullscreen"){if(b==="modal"){se.top="50%",se.left="50%",se.transform="translate(-50%, -50%)",se.bottom="auto",se.right="auto",se.width=j,se.maxWidth=We,se.maxHeight=F,se.height=F;return}se.left="50%",se.transform="translateX(-50%)",se.bottom=`calc(${A} + ${we})`,se.top=U,se.width=$,se.maxWidth=We}},ko=()=>{var F,We,we,se,Le,De,Ze,ht;if(!P())return;if(B()){let wt=(we=((We=(F=n.launcher)==null?void 0:F.composerBar)!=null?We:{}).expandedSize)!=null?we:"anchored",vt=R?"expanded":"collapsed";Ce.dataset.state=vt,Ce.dataset.expandedSize=wt,rt&&(rt.dataset.state=vt,rt.dataset.expandedSize=wt),Ce.style.removeProperty("display"),Ce.classList.remove("persona-pointer-events-none","persona-opacity-0"),he.classList.remove("persona-scale-95","persona-opacity-0","persona-scale-100","persona-opacity-100"),fi(R),me.style.display=R?"flex":"none",Rn(),R?(ci(),pi()):(ts(),rs()),ao();return}let c=Ar(n),g=(se=t.ownerDocument.defaultView)!=null?se:window,b=(De=(Le=n.launcher)==null?void 0:Le.mobileBreakpoint)!=null?De:640,A=(ht=(Ze=n.launcher)==null?void 0:Ze.mobileFullscreen)!=null?ht:!0,D=g.innerWidth<=b,$=A&&D&&k,U=kn(n).reveal;R?(Ce.style.removeProperty("display"),Ce.style.display=c?"flex":"",Ce.classList.remove("persona-pointer-events-none","persona-opacity-0"),he.classList.remove("persona-scale-95","persona-opacity-0"),he.classList.add("persona-scale-100","persona-opacity-100"),Fe?Fe.element.style.display="none":dt&&(dt.style.display="none")):(c?c&&(U==="overlay"||U==="push")&&!$?(Ce.style.removeProperty("display"),Ce.style.display="flex",Ce.classList.remove("persona-pointer-events-none","persona-opacity-0"),he.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(Ce.style.setProperty("display","none","important"),Ce.classList.remove("persona-pointer-events-none","persona-opacity-0"),he.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(Ce.style.display="",Ce.classList.add("persona-pointer-events-none","persona-opacity-0"),he.classList.remove("persona-scale-100","persona-opacity-100"),he.classList.add("persona-scale-95","persona-opacity-0")),Fe?Fe.element.style.display=c?"none":"":dt&&(dt.style.display=c?"none":""))},Kt=(c,g="user")=>{var $,U;if(!P()||R===c)return;let b=R;R=c,ko();let A=(()=>{var Ze,ht,ct,wt,vt,qe,$e,ot,H,Oe;let j=(ht=(Ze=n.launcher)==null?void 0:Ze.sidebarMode)!=null?ht:!1,F=(ct=t.ownerDocument.defaultView)!=null?ct:window,We=(vt=(wt=n.launcher)==null?void 0:wt.mobileFullscreen)!=null?vt:!0,we=($e=(qe=n.launcher)==null?void 0:qe.mobileBreakpoint)!=null?$e:640,se=F.innerWidth<=we,Le=Ar(n)&&We&&se,De=B()&&((Oe=(H=(ot=n.launcher)==null?void 0:ot.composerBar)==null?void 0:H.expandedSize)!=null?Oe:"fullscreen")==="fullscreen";return j||We&&se&&k||Le||De})();if(R&&A){if(!gr){let j=t.getRootNode(),F=j instanceof ShadowRoot?j.host:t.closest(".persona-host");F&&(gr=Fp(F,(U=($=n.launcher)==null?void 0:$.zIndex)!=null?U:qr))}hr||(hr=$p(t.ownerDocument))}else R||(gr==null||gr(),gr=null,hr==null||hr(),hr=null);R&&(jt(),Ao(!0));let D={open:R,source:g,timestamp:Date.now()};R&&!b?s.emit("widget:opened",D):!R&&b&&s.emit("widget:closed",D),s.emit("widget:state",{open:R,launcherEnabled:k,voiceActive:Lt.active,streaming:W.isStreaming()})},ba=c=>{Xt(c?"stop":"send"),G&&(G.disabled=c),Wn.buttons.forEach(g=>{g.disabled=c}),Je.dataset.personaComposerStreaming=c?"true":"false",Je.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(g=>{(g instanceof HTMLButtonElement||g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&(g.disabled=c)})},wa=()=>{Lt.active||ge&&ge.focus()};s.on("widget:opened",()=>{n.autoFocusInput&&setTimeout(()=>wa(),200)});let os=()=>{var b,A,D,$,U,j,F,We,we,se,Le;pe.textContent=(A=(b=n.copy)==null?void 0:b.welcomeTitle)!=null?A:"Hello \u{1F44B}",Be.textContent=($=(D=n.copy)==null?void 0:D.welcomeSubtitle)!=null?$:"Ask anything about your account or products.",ge.placeholder=(j=(U=n.copy)==null?void 0:U.inputPlaceholder)!=null?j:"How can I help...";let c=J.querySelector("[data-persona-intro-card]");if(c){let De=((F=n.copy)==null?void 0:F.showWelcomeCard)!==!1;c.style.display=De?"":"none",De?(J.classList.remove("persona-gap-3"),J.classList.add("persona-gap-6")):(J.classList.remove("persona-gap-6"),J.classList.add("persona-gap-3"))}!((we=(We=n.sendButton)==null?void 0:We.useIcon)!=null&&we)&&!(W!=null&&W.isStreaming())&&(z.textContent=(Le=(se=n.copy)==null?void 0:se.sendButtonLabel)!=null?Le:"Send"),ge.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',ge.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};n.clientToken&&(n={...n,getStoredSessionId:()=>{let c=d.sessionId;return typeof c=="string"?c:null},setStoredSessionId:c=>{f(g=>({...g,sessionId:c}))}});let Vn=null,mi=()=>{Vn==null&&(Vn=setInterval(()=>{let c=ze.querySelectorAll("[data-tool-elapsed]");if(c.length===0){clearInterval(Vn),Vn=null;return}let g=Date.now();c.forEach(b=>{let A=Number(b.getAttribute("data-tool-elapsed"));A&&(b.textContent=Vi(g-A))})},100))};if(W=new Ba(n,{onMessagesChanged(c){qo(ze,c,be),mi(),W&&(c.some(D=>D.role==="user")?Wn.render([],W,ge,c):Wn.render(n.suggestionChips,W,ge,c,n.suggestionChipsConfig)),Ao(!pn),di(c);let g=[...c].reverse().find(A=>A.role==="user"),b=Lt.lastUserMessageId;g&&g.id!==b&&(Lt.lastUserMessageId=g.id,s.emit("user:message",g)),Lt.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),ya(c),ao()},onStatusChanged(c){var A;let g=(A=n.statusIndicator)!=null?A:{};ut(fe,(D=>{var $,U,j,F;return D==="idle"?($=g.idleText)!=null?$:Ur.idle:D==="connecting"?(U=g.connectingText)!=null?U:Ur.connecting:D==="connected"?(j=g.connectedText)!=null?j:Ur.connected:D==="error"?(F=g.errorText)!=null?F:Ur.error:Ur[D]})(c),g,c)},onStreamingChanged(c){pn=c,ba(c),W&&qo(ze,W.getMessages(),be),c||Ao(!0),ao()},onVoiceStatusChanged(c){var g,b;if(((b=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:b.type)==="runtype")switch(c){case"listening":break;case"processing":ie(),N();break;case"speaking":ie(),ae();break;default:c==="idle"&&W.isBargeInActive()?(ie(),q(),G==null||G.setAttribute("aria-label","End voice session")):(Lt.active=!1,ie(),An("system"),tn());break}},onArtifactsState(c){ee=c,ln(),ya()}}),nt.current=W,((wf=(bf=n.voiceRecognition)==null?void 0:bf.provider)==null?void 0:wf.type)==="runtype")try{W.setupVoice()}catch(c){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",c)}n.clientToken&&W.initClientSession().catch(c=>{n.debug&&console.warn("[AgentWidget] Pre-init client session failed:",c)}),(K||n.onSSEEvent)&&W.setSSEEventCallback((c,g)=>{var b;(b=n.onSSEEvent)==null||b.call(n,c,g),Te==null||Te.processEvent(c,g),K==null||K.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c,timestamp:Date.now(),payload:JSON.stringify(g)})}),l&&l.then(c=>{var g,b,A;c&&(c.metadata&&(d=pu(c.metadata),S.syncFromMetadata()),(g=c.messages)!=null&&g.length&&W.hydrateMessages(c.messages),(b=c.artifacts)!=null&&b.length&&W.hydrateArtifacts(c.artifacts,(A=c.selectedArtifactId)!=null?A:null))}).catch(c=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",c)});let as=()=>{var g,b,A;!B()||R||!((A=(b=(g=n.launcher)==null?void 0:g.composerBar)==null?void 0:b.expandOnSubmit)==null||A)||Kt(!0,"auto")},ss=c=>{var D;if(c.preventDefault(),W.isStreaming()){W.cancel(),Te==null||Te.reset(),oe==null||oe.update();return}let g=ge.value.trim(),b=(D=ft==null?void 0:ft.hasAttachments())!=null?D:!1;if(!g&&!b)return;as();let A;b&&(A=[],A.push(...ft.getContentParts()),g&&A.push(Rs(g))),ge.value="",ge.style.height="auto",zo(),W.sendMessage(g,{contentParts:A}),b&&ft.clearAttachments()},gi=()=>{var c;return((c=n.features)==null?void 0:c.composerHistory)!==!1},va={...Cl},Ca=!1,zo=()=>{va={...Cl}},hi=()=>W.getMessages().filter(c=>c.role==="user").map(c=>{var g;return(g=c.content)!=null?g:""}).filter(c=>c.length>0),xi=c=>{if(!ge)return;Ca=!0,ge.value=c,ge.dispatchEvent(new Event("input",{bubbles:!0})),Ca=!1;let g=ge.value.length;ge.setSelectionRange(g,g)},is=()=>{Ca||zo()},ls=c=>{if(ge){if(gi()&&(c.key==="ArrowUp"||c.key==="ArrowDown")&&!c.shiftKey&&!c.metaKey&&!c.ctrlKey&&!c.altKey&&!c.isComposing){let g=ge.selectionStart===0&&ge.selectionEnd===0,b=rx({direction:c.key==="ArrowUp"?"up":"down",history:hi(),currentValue:ge.value,atStart:g,state:va});if(va=b.state,b.handled){c.preventDefault(),b.value!==void 0&&xi(b.value);return}}if(c.key==="Enter"&&!c.shiftKey){if(W.isStreaming()){c.preventDefault();return}zo(),c.preventDefault(),z.click()}}},ds=c=>{c.key!=="Escape"||c.isComposing||W.isStreaming()&&c.composedPath().includes(me)&&(W.cancel(),Te==null||Te.reset(),oe==null||oe.update(),zo(),c.preventDefault(),c.stopImmediatePropagation())},cs=async c=>{var b;if(((b=n.attachments)==null?void 0:b.enabled)!==!0||!ft)return;let g=pC(c.clipboardData);g.length!==0&&(c.preventDefault(),await ft.handleFiles(g))},zr=null,un=!1,so=null,yt=null,ps=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Vo=(c="user")=>{var $,U,j,F,We,we,se;if(un||W.isStreaming())return;let g=ps();if(!g)return;zr=new g;let A=(U=(($=n.voiceRecognition)!=null?$:{}).pauseDuration)!=null?U:2e3;zr.continuous=!0,zr.interimResults=!0,zr.lang="en-US";let D=ge.value;zr.onresult=Le=>{let De="",Ze="";for(let ct=0;ct<Le.results.length;ct++){let wt=Le.results[ct],vt=wt[0].transcript;wt.isFinal?De+=vt+" ":Ze=vt}let ht=D+De+Ze;ge.value=ht,so&&clearTimeout(so),(De||Ze)&&(so=window.setTimeout(()=>{let ct=ge.value.trim();ct&&zr&&un&&(Nn(),ge.value="",ge.style.height="auto",W.sendMessage(ct,{viaVoice:!0}))},A))},zr.onerror=Le=>{Le.error!=="no-speech"&&Nn()},zr.onend=()=>{if(un){let Le=ge.value.trim();Le&&Le!==D.trim()&&(ge.value="",ge.style.height="auto",W.sendMessage(Le,{viaVoice:!0})),Nn()}};try{if(zr.start(),un=!0,Lt.active=!0,c!=="system"&&(Lt.manuallyDeactivated=!1),An(c),tn(),G){let Le=(j=n.voiceRecognition)!=null?j:{};yt={backgroundColor:G.style.backgroundColor,color:G.style.color,borderColor:G.style.borderColor,iconName:(F=Le.iconName)!=null?F:"mic",iconSize:parseFloat((se=(we=Le.iconSize)!=null?we:(We=n.sendButton)==null?void 0:We.size)!=null?se:"40")||24};let De=Le.recordingBackgroundColor,Ze=Le.recordingIconColor,ht=Le.recordingBorderColor;if(G.classList.add("persona-voice-recording"),G.style.backgroundColor=De!=null?De:"var(--persona-voice-recording-bg, #ef4444)",G.style.color=Ze!=null?Ze:"var(--persona-voice-recording-indicator, #ffffff)",Ze){let ct=G.querySelector("svg");ct&&ct.setAttribute("stroke",Ze)}ht&&(G.style.borderColor=ht),G.setAttribute("aria-label","Stop voice recognition")}}catch{Nn("system")}},Nn=(c="user")=>{if(un){if(un=!1,so&&(clearTimeout(so),so=null),zr){try{zr.stop()}catch{}zr=null}if(Lt.active=!1,An(c),tn(),G){if(G.classList.remove("persona-voice-recording"),yt){G.style.backgroundColor=yt.backgroundColor,G.style.color=yt.color,G.style.borderColor=yt.borderColor;let g=G.querySelector("svg");g&&g.setAttribute("stroke",yt.color||"currentColor"),yt=null}G.setAttribute("aria-label","Start voice recognition")}}},yi=(c,g)=>{var wt,vt,qe,$e,ot,H,Oe,Qe;let b=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),A=((wt=c==null?void 0:c.provider)==null?void 0:wt.type)==="runtype";if(!(b||A))return null;let $=v("div","persona-send-button-wrapper"),U=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");U.type="button",U.setAttribute("aria-label","Start voice recognition");let j=(vt=c==null?void 0:c.iconName)!=null?vt:"mic",F=(qe=g==null?void 0:g.size)!=null?qe:"40px",We=($e=c==null?void 0:c.iconSize)!=null?$e:F,we=parseFloat(We)||24,se=(ot=c==null?void 0:c.backgroundColor)!=null?ot:g==null?void 0:g.backgroundColor,Le=(H=c==null?void 0:c.iconColor)!=null?H:g==null?void 0:g.textColor;U.style.width=We,U.style.height=We,U.style.minWidth=We,U.style.minHeight=We,U.style.fontSize="18px",U.style.lineHeight="1",Le?U.style.color=Le:U.style.color="var(--persona-text, #111827)";let Ze=Ie(j,we,Le||"currentColor",1.5);Ze?U.appendChild(Ze):U.textContent="\u{1F3A4}",se?U.style.backgroundColor=se:U.style.backgroundColor="",c!=null&&c.borderWidth&&(U.style.borderWidth=c.borderWidth,U.style.borderStyle="solid"),c!=null&&c.borderColor&&(U.style.borderColor=c.borderColor),c!=null&&c.paddingX&&(U.style.paddingLeft=c.paddingX,U.style.paddingRight=c.paddingX),c!=null&&c.paddingY&&(U.style.paddingTop=c.paddingY,U.style.paddingBottom=c.paddingY),$.appendChild(U);let ht=(Oe=c==null?void 0:c.tooltipText)!=null?Oe:"Start voice recognition";if(((Qe=c==null?void 0:c.showTooltip)!=null?Qe:!1)&&ht){let lt=v("div","persona-send-button-tooltip");lt.textContent=ht,$.appendChild(lt)}return{micButton:U,micButtonWrapper:$}},Eo=()=>{var g,b,A,D,$;if(!G||yt)return;let c=(g=n.voiceRecognition)!=null?g:{};yt={backgroundColor:G.style.backgroundColor,color:G.style.color,borderColor:G.style.borderColor,iconName:(b=c.iconName)!=null?b:"mic",iconSize:parseFloat(($=(D=c.iconSize)!=null?D:(A=n.sendButton)==null?void 0:A.size)!=null?$:"40")||24}},it=(c,g)=>{var $,U,j,F,We;if(!G)return;let b=G.querySelector("svg");b&&b.remove();let A=(We=yt==null?void 0:yt.iconSize)!=null?We:parseFloat((F=(j=($=n.voiceRecognition)==null?void 0:$.iconSize)!=null?j:(U=n.sendButton)==null?void 0:U.size)!=null?F:"40")||24,D=Ie(c,A,g,1.5);D&&G.appendChild(D)},L=()=>{G&&G.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},q=()=>{var D;if(!G)return;Eo();let c=(D=n.voiceRecognition)!=null?D:{},g=c.recordingBackgroundColor,b=c.recordingIconColor,A=c.recordingBorderColor;if(L(),G.classList.add("persona-voice-recording"),G.style.backgroundColor=g!=null?g:"var(--persona-voice-recording-bg, #ef4444)",G.style.color=b!=null?b:"var(--persona-voice-recording-indicator, #ffffff)",b){let $=G.querySelector("svg");$&&$.setAttribute("stroke",b)}A&&(G.style.borderColor=A),G.setAttribute("aria-label","Stop voice recognition")},N=()=>{var j,F,We,we,se,Le,De,Ze;if(!G)return;Eo();let c=(j=n.voiceRecognition)!=null?j:{},g=W.getVoiceInterruptionMode(),b=(F=c.processingIconName)!=null?F:"loader",A=(we=(We=c.processingIconColor)!=null?We:yt==null?void 0:yt.color)!=null?we:"",D=(Le=(se=c.processingBackgroundColor)!=null?se:yt==null?void 0:yt.backgroundColor)!=null?Le:"",$=(Ze=(De=c.processingBorderColor)!=null?De:yt==null?void 0:yt.borderColor)!=null?Ze:"";L(),G.classList.add("persona-voice-processing"),G.style.backgroundColor=D,G.style.borderColor=$;let U=A||"currentColor";G.style.color=U,it(b,U),G.setAttribute("aria-label","Processing voice input"),g==="none"&&(G.style.cursor="default")},ae=()=>{var We,we,se,Le,De,Ze,ht,ct,wt,vt,qe,$e;if(!G)return;Eo();let c=(We=n.voiceRecognition)!=null?We:{},g=W.getVoiceInterruptionMode(),b=g==="cancel"?"square":g==="barge-in"?"mic":"volume-2",A=(we=c.speakingIconName)!=null?we:b,D=(Ze=c.speakingIconColor)!=null?Ze:g==="barge-in"?(Le=(se=c.recordingIconColor)!=null?se:yt==null?void 0:yt.color)!=null?Le:"":(De=yt==null?void 0:yt.color)!=null?De:"",$=(wt=c.speakingBackgroundColor)!=null?wt:g==="barge-in"?(ht=c.recordingBackgroundColor)!=null?ht:"var(--persona-voice-recording-bg, #ef4444)":(ct=yt==null?void 0:yt.backgroundColor)!=null?ct:"",U=($e=c.speakingBorderColor)!=null?$e:g==="barge-in"?(vt=c.recordingBorderColor)!=null?vt:"":(qe=yt==null?void 0:yt.borderColor)!=null?qe:"";L(),G.classList.add("persona-voice-speaking"),G.style.backgroundColor=$,G.style.borderColor=U;let j=D||"currentColor";G.style.color=j,it(A,j);let F=g==="cancel"?"Stop playback and re-record":g==="barge-in"?"Speak to interrupt":"Agent is speaking";G.setAttribute("aria-label",F),g==="none"&&(G.style.cursor="default"),g==="barge-in"&&G.classList.add("persona-voice-recording")},ie=()=>{var c,g,b;G&&(L(),yt&&(G.style.backgroundColor=(c=yt.backgroundColor)!=null?c:"",G.style.color=(g=yt.color)!=null?g:"",G.style.borderColor=(b=yt.borderColor)!=null?b:"",it(yt.iconName,yt.color||"currentColor"),yt=null),G.style.cursor="",G.setAttribute("aria-label","Start voice recognition"))},Y=()=>{var c,g;if(((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"){let b=W.getVoiceStatus(),A=W.getVoiceInterruptionMode();if(A==="none"&&(b==="processing"||b==="speaking"))return;if(A==="cancel"&&(b==="processing"||b==="speaking")){W.stopVoicePlayback();return}if(W.isBargeInActive()){W.stopVoicePlayback(),W.deactivateBargeIn().then(()=>{Lt.active=!1,Lt.manuallyDeactivated=!0,tn(),An("user"),ie()});return}W.toggleVoice().then(()=>{Lt.active=W.isVoiceActive(),Lt.manuallyDeactivated=!W.isVoiceActive(),tn(),An("user"),W.isVoiceActive()?q():ie()});return}if(un){let b=ge.value.trim();Lt.manuallyDeactivated=!0,tn(),Nn("user"),b&&(ge.value="",ge.style.height="auto",W.sendMessage(b))}else Lt.manuallyDeactivated=!1,tn(),Vo("user")};dr=Y,G&&(G.addEventListener("click",Y),Pt.push(()=>{var c,g;((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?(W.isVoiceActive()&&W.toggleVoice(),ie()):Nn("system"),G&&G.removeEventListener("click",Y)}));let je=s.on("assistant:complete",()=>{Ya&&(Lt.active||Lt.manuallyDeactivated||Ya==="assistant"&&!Lt.lastUserMessageWasVoice||setTimeout(()=>{var c,g;!Lt.active&&!Lt.manuallyDeactivated&&(((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?W.toggleVoice().then(()=>{Lt.active=W.isVoiceActive(),An("auto"),W.isVoiceActive()&&q()}):Vo("auto"))},600))});Pt.push(je);let tt=s.on("action:resubmit",()=>{setTimeout(()=>{W&&!W.isStreaming()&&W.continueConversation()},100)});Pt.push(tt);let mt=()=>{Kt(!R,"user")},Fe=null,dt=null;if(k&&!B()){let c=o.find(g=>g.renderLauncher);if(c!=null&&c.renderLauncher){let g=c.renderLauncher({config:n,defaultRenderer:()=>js(n,mt).element,onToggle:mt});g&&(dt=g)}dt||(Fe=js(n,mt))}Fe?t.appendChild(Fe.element):dt&&t.appendChild(dt),ko(),Wn.render(n.suggestionChips,W,ge,void 0,n.suggestionChipsConfig),os(),ba(W.isStreaming()),Ao(!0),ai(),M&&(!k||B()?setTimeout(()=>wa(),0):R&&setTimeout(()=>wa(),200));let jt=()=>{var F,We,we,se,Le,De,Ze,ht,ct,wt,vt,qe,$e,ot,H,Oe,Qe,lt,Pe,zt,bt,yr;if(B()){Et(),ko();return}let c=Ar(n),g=(We=(F=n.launcher)==null?void 0:F.sidebarMode)!=null?We:!1,b=c||g||((se=(we=n.launcher)==null?void 0:we.fullHeight)!=null?se:!1),A=(Le=t.ownerDocument.defaultView)!=null?Le:window,D=(Ze=(De=n.launcher)==null?void 0:De.mobileFullscreen)!=null?Ze:!0,$=(ct=(ht=n.launcher)==null?void 0:ht.mobileBreakpoint)!=null?ct:640,U=A.innerWidth<=$,j=D&&U&&k;try{if(j){Rn(),Ro(t,n);return}if(E&&(E=!1,Rn(),Ro(t,n)),!k&&!c){he.style.height="",he.style.width="";return}if(!g&&!c){let Wr=(vt=(wt=n==null?void 0:n.launcher)==null?void 0:wt.width)!=null?vt:n==null?void 0:n.launcherWidth,Gt=Wr!=null?Wr:yn;he.style.width=Gt,he.style.maxWidth=Gt}if(qn(),!b){let Wr=A.innerHeight,Gt=64,jr=($e=(qe=n.launcher)==null?void 0:qe.heightOffset)!=null?$e:0,Br=Math.max(200,Wr-Gt),pt=Math.min(640,Br),Ct=Math.max(200,pt-jr);he.style.height=`${Ct}px`}}finally{if(Et(),ko(),R&&k){let Gt=((ot=t.ownerDocument.defaultView)!=null?ot:window).innerWidth<=((Oe=(H=n.launcher)==null?void 0:H.mobileBreakpoint)!=null?Oe:640),jr=(lt=(Qe=n.launcher)==null?void 0:Qe.sidebarMode)!=null?lt:!1,Br=(zt=(Pe=n.launcher)==null?void 0:Pe.mobileFullscreen)!=null?zt:!0,pt=Ar(n)&&Br&&Gt,Ct=jr||Br&&Gt&&k||pt;if(Ct&&!hr){let Gr=t.getRootNode(),Fr=Gr instanceof ShadowRoot?Gr.host:t.closest(".persona-host");Fr&&!gr&&(gr=Fp(Fr,(yr=(bt=n.launcher)==null?void 0:bt.zIndex)!=null?yr:qr)),hr=$p(t.ownerDocument)}else Ct||(gr==null||gr(),gr=null,hr==null||hr(),hr=null)}}};jt();let Sr=(vf=t.ownerDocument.defaultView)!=null?vf:window;if(Sr.addEventListener("resize",jt),Pt.push(()=>Sr.removeEventListener("resize",jt)),typeof ResizeObserver!="undefined"){let c=new ResizeObserver(()=>{Et()});c.observe(Je),Pt.push(()=>c.disconnect())}Dn=J.scrollTop;let Nt=J.scrollHeight,qt=()=>{let c=J.scrollTop,g=J.scrollHeight,b=g<Nt;Nt=g;let{action:A,nextLastScrollTop:D}=Sl({following:Hn.isFollowing(),currentScrollTop:c,lastScrollTop:Dn,nearBottom:_s(J,Qa),userScrollThreshold:ni,isAutoScrolling:ro||$o||b,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(Dn=D,A==="resume"){Co();return}A==="pause"&&es()};J.addEventListener("scroll",qt,{passive:!0}),Pt.push(()=>J.removeEventListener("scroll",qt));let Tr=c=>{let g=Tl({following:Hn.isFollowing(),deltaY:c.deltaY,nearBottom:_s(J,Qa),resumeWhenNearBottom:!0});g==="pause"?es():g==="resume"&&Co()};J.addEventListener("wheel",Tr,{passive:!0}),Pt.push(()=>J.removeEventListener("wheel",Tr)),Ot.addEventListener("click",()=>{J.scrollTop=J.scrollHeight,Dn=J.scrollTop,Co(),Ao(!0)}),Pt.push(()=>Ot.remove()),Pt.push(()=>{Za()});let _r=()=>{Q&&(cn&&(Q.removeEventListener("click",cn),cn=null),P()?(Q.style.display="",cn=()=>{Kt(!1,"user")},Q.addEventListener("click",cn)):Q.style.display="none")};_r(),(()=>{let{clearChatButton:c}=_e;c&&c.addEventListener("click",()=>{W.clearMessages(),Bn.clear(),Co(),_o(_e.composerOverlay);try{localStorage.removeItem(Ka),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ka}`)}catch(b){console.error("[AgentWidget] Failed to clear default localStorage:",b)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Ka)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(b){console.error("[AgentWidget] Failed to clear custom localStorage:",b)}let g=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(g),i!=null&&i.clear)try{let b=i.clear();b instanceof Promise&&b.catch(A=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)})}catch(b){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",b)}d={},S.syncFromMetadata(),K==null||K.clear(),Te==null||Te.reset(),oe==null||oe.update()})})(),Ae&&Ae.addEventListener("submit",ss),ge==null||ge.addEventListener("keydown",ls),ge==null||ge.addEventListener("input",is),ge==null||ge.addEventListener("paste",cs);let xr=(Cf=t.ownerDocument)!=null?Cf:document;xr.addEventListener("keydown",ds,!0);let Sn="persona-attachment-drop-active",us=0,od=()=>{us=0,me.classList.remove(Sn)},Aa=()=>{var c;return((c=n.attachments)==null?void 0:c.enabled)===!0&&ft!==null},Eu=c=>{!Zl(c.dataTransfer)||!Aa()||(us++,us===1&&me.classList.add(Sn))},Lu=c=>{!Zl(c.dataTransfer)||!Aa()||(us--,us<=0&&od())},Pu=c=>{!Zl(c.dataTransfer)||!Aa()||(c.preventDefault(),c.dataTransfer.dropEffect="copy")},Iu=c=>{var b;if(!Zl(c.dataTransfer)||!Aa())return;c.preventDefault(),c.stopPropagation(),od();let g=Array.from((b=c.dataTransfer.files)!=null?b:[]);g.length!==0&&ft.handleFiles(g)},Lo=!0;me.addEventListener("dragenter",Eu,Lo),me.addEventListener("dragleave",Lu,Lo),t.addEventListener("dragover",Pu,Lo),t.addEventListener("drop",Iu,Lo);let bi=t.ownerDocument,Ru=c=>{Aa()&&c.preventDefault()},Wu=c=>{Aa()&&c.preventDefault()};bi.addEventListener("dragover",Ru),bi.addEventListener("drop",Wu),Pt.push(()=>{Ae&&Ae.removeEventListener("submit",ss),ge==null||ge.removeEventListener("keydown",ls),ge==null||ge.removeEventListener("input",is),ge==null||ge.removeEventListener("paste",cs),xr.removeEventListener("keydown",ds,!0)}),Pt.push(()=>{me.removeEventListener("dragenter",Eu,Lo),me.removeEventListener("dragleave",Lu,Lo),t.removeEventListener("dragover",Pu,Lo),t.removeEventListener("drop",Iu,Lo),bi.removeEventListener("dragover",Ru),bi.removeEventListener("drop",Wu),od()}),Pt.push(()=>{W.cancel()}),Fe?Pt.push(()=>{Fe==null||Fe.destroy()}):dt&&Pt.push(()=>{dt==null||dt.remove()});let vr={update(c){var Cr,jn,lo,wi,vi,Ci,Jo,Ai,fs,Lf,Pf,If,Rf,Wf,Bf,Hf,Df,Of,Nf,_f,Ff,$f,Uf,qf,zf,Vf,jf,Gf,Kf,Xf,Jf,Qf,Yf,Zf,em,tm,rm,nm,om,am,sm,im,lm,dm,cm,pm,um,fm,mm,gm,hm,xm,ym,bm,wm,vm,Cm,Am,Sm,Tm,Mm,km,Em,Lm,Pm,Im,Rm,Wm,Bm,Hm,Dm,Om,Nm,_m,Fm,$m,Um,qm,zm,Vm,jm,Gm,Km,Xm,Jm,Qm,Ym,Zm,eg,tg,rg,ng,og,ag,sg,ig,lg,dg,cg,pg,ug,fg,mg,gg,hg,xg,yg,bg,wg,vg,Cg,Ag,Sg;let g=n.toolCall,b=n.messageActions,A=(Cr=n.layout)==null?void 0:Cr.messages,D=n.colorScheme,$=n.loadingIndicator,U=n.iterationDisplay,j=(jn=n.features)==null?void 0:jn.showReasoning,F=(lo=n.features)==null?void 0:lo.showToolCalls,We=(wi=n.features)==null?void 0:wi.toolCallDisplay,we=(vi=n.features)==null?void 0:vi.reasoningDisplay;n={...n,...c},Rn(),Ro(t,n),zl(t,n),Vl(t,n),ln(),n.colorScheme!==D&&vo();let se=Ys.getForInstance(n.plugins);o.length=0,o.push(...se),k=(Jo=(Ci=n.launcher)==null?void 0:Ci.enabled)!=null?Jo:!0,T=(fs=(Ai=n.launcher)==null?void 0:Ai.autoExpand)!=null?fs:!1,Ye=(Pf=(Lf=n.features)==null?void 0:Lf.showReasoning)!=null?Pf:!0,Ge=(Rf=(If=n.features)==null?void 0:If.showToolCalls)!=null?Rf:!0,Ee=(Bf=(Wf=n.features)==null?void 0:Wf.scrollToBottom)!=null?Bf:{},sr(),oo();let Le=ve;if(ve=(Df=(Hf=n.features)==null?void 0:Hf.showEventStreamToggle)!=null?Df:!1,ve&&!Le){if(K||(X=new Js(Ne),K=new Xs(Ue,X),Te=Te!=null?Te:new Qs,X.open().then(()=>K==null?void 0:K.restore()).catch(()=>{}),W.setSSEEventCallback((re,Dt)=>{var rr;(rr=n.onSSEEvent)==null||rr.call(n,re,Dt),Te==null||Te.processEvent(re,Dt),K.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:re,timestamp:Date.now(),payload:JSON.stringify(Dt)})})),!xt&&Ve){let re=(Nf=(Of=n.features)==null?void 0:Of.eventStream)==null?void 0:Nf.classNames,Dt="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"+(re!=null&&re.toggleButton?" "+re.toggleButton:"");xt=v("button",Dt),xt.style.width="28px",xt.style.height="28px",xt.style.color=en.actionIconColor,xt.type="button",xt.setAttribute("aria-label","Event Stream"),xt.title="Event Stream";let rr=Ie("activity","18px","currentColor",1.5);rr&&xt.appendChild(rr);let At=_e.clearChatButtonWrapper,Ut=_e.closeButtonWrapper,Mr=At||Ut;Mr&&Mr.parentNode===Ve?Ve.insertBefore(xt,Mr):Ve.appendChild(xt),xt.addEventListener("click",()=>{xe?Or():Lr()})}}else!ve&&Le&&(Or(),xt&&(xt.remove(),xt=null),K==null||K.clear(),X==null||X.destroy(),K=null,X=null,Te==null||Te.reset(),Te=null);if(((_f=n.launcher)==null?void 0:_f.enabled)===!1&&Fe&&(Fe.destroy(),Fe=null),((Ff=n.launcher)==null?void 0:Ff.enabled)===!1&&dt&&(dt.remove(),dt=null),(($f=n.launcher)==null?void 0:$f.enabled)!==!1&&!Fe&&!dt){let re=o.find(Dt=>Dt.renderLauncher);if(re!=null&&re.renderLauncher){let Dt=re.renderLauncher({config:n,defaultRenderer:()=>js(n,mt).element,onToggle:mt});Dt&&(dt=Dt,t.appendChild(dt))}dt||(Fe=js(n,mt),t.appendChild(Fe.element))}Fe&&Fe.update(n),ke&&((Uf=n.launcher)==null?void 0:Uf.title)!==void 0&&(ke.textContent=n.launcher.title),He&&((qf=n.launcher)==null?void 0:qf.subtitle)!==void 0&&(He.textContent=n.launcher.subtitle);let De=(zf=n.layout)==null?void 0:zf.header;if((De==null?void 0:De.layout)!==y&&Ve){let re=De?Na(n,De,{showClose:P(),onClose:()=>Kt(!1,"user")}):go({config:n,showClose:P(),onClose:()=>Kt(!1,"user")});Ve.replaceWith(re.header),Ve=re.header,_=re.iconHolder,ke=re.headerTitle,He=re.headerSubtitle,Q=re.closeButton,y=De==null?void 0:De.layout}else if(De&&(_&&(_.style.display=De.showIcon===!1?"none":""),ke&&(ke.style.display=De.showTitle===!1?"none":""),He&&(He.style.display=De.showSubtitle===!1?"none":""),Q&&(Q.style.display=De.showCloseButton===!1?"none":""),_e.clearChatButtonWrapper)){let re=De.showClearChat;if(re!==void 0){_e.clearChatButtonWrapper.style.display=re?"":"none";let{closeButtonWrapper:Dt}=_e;Dt&&!Dt.classList.contains("persona-absolute")&&(re?Dt.classList.remove("persona-ml-auto"):Dt.classList.add("persona-ml-auto"))}}let ht=((Vf=n.layout)==null?void 0:Vf.showHeader)!==!1;Ve&&(Ve.style.display=ht?"":"none");let ct=((jf=n.layout)==null?void 0:jf.showFooter)!==!1;Je&&(Je.style.display=ct?"":"none"),Et(),oo(),k!==w?k?Kt(T,"auto"):(R=!0,ko()):T!==h&&Kt(T,"auto"),h=T,w=k,jt(),_r();let qe=JSON.stringify(c.toolCall)!==JSON.stringify(g),$e=JSON.stringify(n.messageActions)!==JSON.stringify(b),ot=JSON.stringify((Gf=n.layout)==null?void 0:Gf.messages)!==JSON.stringify(A),H=((Kf=n.loadingIndicator)==null?void 0:Kf.render)!==($==null?void 0:$.render)||((Xf=n.loadingIndicator)==null?void 0:Xf.renderIdle)!==($==null?void 0:$.renderIdle)||((Jf=n.loadingIndicator)==null?void 0:Jf.showBubble)!==($==null?void 0:$.showBubble),Oe=n.iterationDisplay!==U,Qe=((Yf=(Qf=n.features)==null?void 0:Qf.showReasoning)!=null?Yf:!0)!==(j!=null?j:!0)||((em=(Zf=n.features)==null?void 0:Zf.showToolCalls)!=null?em:!0)!==(F!=null?F:!0)||JSON.stringify((tm=n.features)==null?void 0:tm.toolCallDisplay)!==JSON.stringify(We)||JSON.stringify((rm=n.features)==null?void 0:rm.reasoningDisplay)!==JSON.stringify(we);(qe||$e||ot||H||Oe||Qe)&&W&&(Ja++,qo(ze,W.getMessages(),be));let Pe=(nm=n.launcher)!=null?nm:{},zt=(om=Pe.headerIconHidden)!=null?om:!1,bt=(sm=(am=n.layout)==null?void 0:am.header)==null?void 0:sm.showIcon,yr=zt||bt===!1,Wr=Pe.headerIconName,Gt=(im=Pe.headerIconSize)!=null?im:"48px";if(_){let re=me.querySelector(".persona-border-b-persona-divider"),Dt=re==null?void 0:re.querySelector(".persona-flex-col");if(yr)_.style.display="none",re&&Dt&&!re.contains(Dt)&&re.insertBefore(Dt,re.firstChild);else{if(_.style.display="",_.style.height=Gt,_.style.width=Gt,re&&Dt&&(re.contains(_)?_.nextSibling!==Dt&&(_.remove(),re.insertBefore(_,Dt)):re.insertBefore(_,Dt)),Wr){let At=parseFloat(Gt)||24,Ut=Ie(Wr,At*.6,"#ffffff",2);Ut?_.replaceChildren(Ut):_.textContent=(lm=Pe.agentIconText)!=null?lm:"\u{1F4AC}"}else if(Pe.iconUrl){let At=_.querySelector("img");if(At)At.src=Pe.iconUrl,At.style.height=Gt,At.style.width=Gt;else{let Ut=document.createElement("img");Ut.src=Pe.iconUrl,Ut.alt="",Ut.className="persona-rounded-xl persona-object-cover",Ut.style.height=Gt,Ut.style.width=Gt,_.replaceChildren(Ut)}}else{let At=_.querySelector("svg"),Ut=_.querySelector("img");(At||Ut)&&_.replaceChildren(),_.textContent=(dm=Pe.agentIconText)!=null?dm:"\u{1F4AC}"}let rr=_.querySelector("img");rr&&(rr.style.height=Gt,rr.style.width=Gt)}}let jr=(pm=(cm=n.layout)==null?void 0:cm.header)==null?void 0:pm.showTitle,Br=(fm=(um=n.layout)==null?void 0:um.header)==null?void 0:fm.showSubtitle;if(ke&&(ke.style.display=jr===!1?"none":""),He&&(He.style.display=Br===!1?"none":""),Q){((gm=(mm=n.layout)==null?void 0:mm.header)==null?void 0:gm.showCloseButton)===!1?Q.style.display="none":Q.style.display="";let Dt=(hm=Pe.closeButtonSize)!=null?hm:"32px",rr=(xm=Pe.closeButtonPlacement)!=null?xm:"inline";Q.style.height=Dt,Q.style.width=Dt;let{closeButtonWrapper:At}=_e,Ut=rr==="top-right",Mr=At==null?void 0:At.classList.contains("persona-absolute");if(At&&Ut!==Mr)if(At.remove(),Ut)At.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",me.style.position="relative",me.appendChild(At);else{let Tt=(bm=(ym=Pe.clearChat)==null?void 0:ym.placement)!=null?bm:"inline",kr=(vm=(wm=Pe.clearChat)==null?void 0:wm.enabled)!=null?vm:!0;At.className=kr&&Tt==="inline"?"":"persona-ml-auto";let an=me.querySelector(".persona-border-b-persona-divider");an&&an.appendChild(At)}if(Q.style.color=Pe.closeButtonColor||en.actionIconColor,Pe.closeButtonBackgroundColor?(Q.style.backgroundColor=Pe.closeButtonBackgroundColor,Q.classList.remove("hover:persona-bg-gray-100")):(Q.style.backgroundColor="",Q.classList.add("hover:persona-bg-gray-100")),Pe.closeButtonBorderWidth||Pe.closeButtonBorderColor){let Tt=Pe.closeButtonBorderWidth||"0px",kr=Pe.closeButtonBorderColor||"transparent";Q.style.border=`${Tt} solid ${kr}`,Q.classList.remove("persona-border-none")}else Q.style.border="",Q.classList.add("persona-border-none");Pe.closeButtonBorderRadius?(Q.style.borderRadius=Pe.closeButtonBorderRadius,Q.classList.remove("persona-rounded-full")):(Q.style.borderRadius="",Q.classList.add("persona-rounded-full")),Pe.closeButtonPaddingX?(Q.style.paddingLeft=Pe.closeButtonPaddingX,Q.style.paddingRight=Pe.closeButtonPaddingX):(Q.style.paddingLeft="",Q.style.paddingRight=""),Pe.closeButtonPaddingY?(Q.style.paddingTop=Pe.closeButtonPaddingY,Q.style.paddingBottom=Pe.closeButtonPaddingY):(Q.style.paddingTop="",Q.style.paddingBottom="");let $r=(Cm=Pe.closeButtonIconName)!=null?Cm:"x",_n=(Am=Pe.closeButtonIconText)!=null?Am:"\xD7";Q.innerHTML="";let Xr=Ie($r,"28px","currentColor",1);Xr?Q.appendChild(Xr):Q.textContent=_n;let br=(Sm=Pe.closeButtonTooltipText)!=null?Sm:"Close chat",mn=(Tm=Pe.closeButtonShowTooltip)!=null?Tm:!0;if(Q.setAttribute("aria-label",br),At&&(At._cleanupTooltip&&(At._cleanupTooltip(),delete At._cleanupTooltip),mn&&br)){let Tt=null,kr=()=>{if(Tt||!Q)return;let Qo=Q.ownerDocument,ms=Qo.body;if(!ms)return;Tt=Qn(Qo,"div","persona-clear-chat-tooltip"),Tt.textContent=br;let gs=Qn(Qo,"div");gs.className="persona-clear-chat-tooltip-arrow",Tt.appendChild(gs);let Yo=Q.getBoundingClientRect();Tt.style.position="fixed",Tt.style.zIndex=String(Wo),Tt.style.left=`${Yo.left+Yo.width/2}px`,Tt.style.top=`${Yo.top-8}px`,Tt.style.transform="translate(-50%, -100%)",ms.appendChild(Tt)},an=()=>{Tt&&Tt.parentNode&&(Tt.parentNode.removeChild(Tt),Tt=null)};At.addEventListener("mouseenter",kr),At.addEventListener("mouseleave",an),Q.addEventListener("focus",kr),Q.addEventListener("blur",an),At._cleanupTooltip=()=>{an(),At&&(At.removeEventListener("mouseenter",kr),At.removeEventListener("mouseleave",an)),Q&&(Q.removeEventListener("focus",kr),Q.removeEventListener("blur",an))}}}let{clearChatButton:pt,clearChatButtonWrapper:Ct}=_e;if(pt){let re=(Mm=Pe.clearChat)!=null?Mm:{},Dt=(km=re.enabled)!=null?km:!0,rr=(Lm=(Em=n.layout)==null?void 0:Em.header)==null?void 0:Lm.showClearChat,At=rr!==void 0?rr:Dt,Ut=(Pm=re.placement)!=null?Pm:"inline";if(Ct){Ct.style.display=At?"":"none";let{closeButtonWrapper:Mr}=_e;!B()&&Mr&&!Mr.classList.contains("persona-absolute")&&(At?Mr.classList.remove("persona-ml-auto"):Mr.classList.add("persona-ml-auto"));let $r=Ut==="top-right",_n=Ct.classList.contains("persona-absolute");if(!B()&&$r!==_n&&At){if(Ct.remove(),$r)Ct.className="persona-absolute persona-top-4 persona-z-50",Ct.style.right="48px",me.style.position="relative",me.appendChild(Ct);else{Ct.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Ct.style.right="";let br=me.querySelector(".persona-border-b-persona-divider"),mn=_e.closeButtonWrapper;br&&mn&&mn.parentElement===br?br.insertBefore(Ct,mn):br&&br.appendChild(Ct)}let Xr=_e.closeButtonWrapper;Xr&&!Xr.classList.contains("persona-absolute")&&($r?Xr.classList.add("persona-ml-auto"):Xr.classList.remove("persona-ml-auto"))}}if(At){if(!B()){let Tt=(Im=re.size)!=null?Im:"32px";pt.style.height=Tt,pt.style.width=Tt}let Mr=(Rm=re.iconName)!=null?Rm:"refresh-cw",$r=(Wm=re.iconColor)!=null?Wm:"";pt.style.color=$r||en.actionIconColor,pt.innerHTML="";let _n=B()?"14px":"20px",Xr=Ie(Mr,_n,"currentColor",2);if(Xr&&pt.appendChild(Xr),re.backgroundColor?(pt.style.backgroundColor=re.backgroundColor,pt.classList.remove("hover:persona-bg-gray-100")):(pt.style.backgroundColor="",pt.classList.add("hover:persona-bg-gray-100")),re.borderWidth||re.borderColor){let Tt=re.borderWidth||"0px",kr=re.borderColor||"transparent";pt.style.border=`${Tt} solid ${kr}`,pt.classList.remove("persona-border-none")}else pt.style.border="",pt.classList.add("persona-border-none");re.borderRadius?(pt.style.borderRadius=re.borderRadius,pt.classList.remove("persona-rounded-full")):(pt.style.borderRadius="",pt.classList.add("persona-rounded-full")),re.paddingX?(pt.style.paddingLeft=re.paddingX,pt.style.paddingRight=re.paddingX):(pt.style.paddingLeft="",pt.style.paddingRight=""),re.paddingY?(pt.style.paddingTop=re.paddingY,pt.style.paddingBottom=re.paddingY):(pt.style.paddingTop="",pt.style.paddingBottom="");let br=(Bm=re.tooltipText)!=null?Bm:"Clear chat",mn=(Hm=re.showTooltip)!=null?Hm:!0;if(pt.setAttribute("aria-label",br),Ct&&(Ct._cleanupTooltip&&(Ct._cleanupTooltip(),delete Ct._cleanupTooltip),mn&&br)){let Tt=null,kr=()=>{if(Tt||!pt)return;let Qo=pt.ownerDocument,ms=Qo.body;if(!ms)return;Tt=Qn(Qo,"div","persona-clear-chat-tooltip"),Tt.textContent=br;let gs=Qn(Qo,"div");gs.className="persona-clear-chat-tooltip-arrow",Tt.appendChild(gs);let Yo=pt.getBoundingClientRect();Tt.style.position="fixed",Tt.style.zIndex=String(Wo),Tt.style.left=`${Yo.left+Yo.width/2}px`,Tt.style.top=`${Yo.top-8}px`,Tt.style.transform="translate(-50%, -100%)",ms.appendChild(Tt)},an=()=>{Tt&&Tt.parentNode&&(Tt.parentNode.removeChild(Tt),Tt=null)};Ct.addEventListener("mouseenter",kr),Ct.addEventListener("mouseleave",an),pt.addEventListener("focus",kr),pt.addEventListener("blur",an),Ct._cleanupTooltip=()=>{an(),Ct&&(Ct.removeEventListener("mouseenter",kr),Ct.removeEventListener("mouseleave",an)),pt&&(pt.removeEventListener("focus",kr),pt.removeEventListener("blur",an))}}}}let Gr=n.actionParsers&&n.actionParsers.length?n.actionParsers:[Zs],Fr=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[ha.message,ha.messageAndClick];S=ei({parsers:Gr,handlers:Fr,getSessionMetadata:u,updateSessionMetadata:f,emit:s.emit,documentRef:typeof document!="undefined"?document:null}),be=ey(n,S,ne),W.updateConfig(n),qo(ze,W.getMessages(),be),Wn.render(n.suggestionChips,W,ge,void 0,n.suggestionChipsConfig),os(),ba(W.isStreaming());let jo=((Dm=n.voiceRecognition)==null?void 0:Dm.enabled)===!0,Go=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Ko=((Nm=(Om=n.voiceRecognition)==null?void 0:Om.provider)==null?void 0:Nm.type)==="runtype";if(jo&&(Go||Ko))if(!G||!Jt){let re=yi(n.voiceRecognition,n.sendButton);re&&(G=re.micButton,Jt=re.micButtonWrapper,Mt.insertBefore(Jt,Re),G.addEventListener("click",Y),G.disabled=W.isStreaming())}else{let re=(_m=n.voiceRecognition)!=null?_m:{},Dt=(Fm=n.sendButton)!=null?Fm:{},rr=($m=re.iconName)!=null?$m:"mic",At=(Um=Dt.size)!=null?Um:"40px",Ut=(qm=re.iconSize)!=null?qm:At,Mr=parseFloat(Ut)||24;G.style.width=Ut,G.style.height=Ut,G.style.minWidth=Ut,G.style.minHeight=Ut;let $r=(Vm=(zm=re.iconColor)!=null?zm:Dt.textColor)!=null?Vm:"currentColor";G.innerHTML="";let _n=Ie(rr,Mr,$r,2);_n?G.appendChild(_n):G.textContent="\u{1F3A4}";let Xr=(jm=re.backgroundColor)!=null?jm:Dt.backgroundColor;Xr?G.style.backgroundColor=Xr:G.style.backgroundColor="",$r?G.style.color=$r:G.style.color="var(--persona-text, #111827)",re.borderWidth?(G.style.borderWidth=re.borderWidth,G.style.borderStyle="solid"):(G.style.borderWidth="",G.style.borderStyle=""),re.borderColor?G.style.borderColor=re.borderColor:G.style.borderColor="",re.paddingX?(G.style.paddingLeft=re.paddingX,G.style.paddingRight=re.paddingX):(G.style.paddingLeft="",G.style.paddingRight=""),re.paddingY?(G.style.paddingTop=re.paddingY,G.style.paddingBottom=re.paddingY):(G.style.paddingTop="",G.style.paddingBottom="");let br=Jt==null?void 0:Jt.querySelector(".persona-send-button-tooltip"),mn=(Gm=re.tooltipText)!=null?Gm:"Start voice recognition";if(((Km=re.showTooltip)!=null?Km:!1)&&mn)if(br)br.textContent=mn,br.style.display="";else{let kr=document.createElement("div");kr.className="persona-send-button-tooltip",kr.textContent=mn,Jt==null||Jt.insertBefore(kr,G)}else br&&(br.style.display="none");Jt.style.display="",G.disabled=W.isStreaming()}else G&&Jt&&(Jt.style.display="none",((Jm=(Xm=n.voiceRecognition)==null?void 0:Xm.provider)==null?void 0:Jm.type)==="runtype"?W.isVoiceActive()&&W.toggleVoice():un&&Nn());if(((Qm=n.attachments)==null?void 0:Qm.enabled)===!0)if(!_t||!st){let re=(Ym=n.attachments)!=null?Ym:{},rr=(eg=((Zm=n.sendButton)!=null?Zm:{}).size)!=null?eg:"40px";ye||(ye=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),ye.style.display="none",Ae.insertBefore(ye,ge)),de||(de=document.createElement("input"),de.type="file",de.accept=((tg=re.allowedTypes)!=null?tg:mo).join(","),de.multiple=((rg=re.maxFiles)!=null?rg:4)>1,de.style.display="none",de.setAttribute("aria-label","Attach files"),Ae.insertBefore(de,ge)),_t=v("div","persona-send-button-wrapper"),st=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),st.type="button",st.setAttribute("aria-label",(ng=re.buttonTooltipText)!=null?ng:"Attach file");let At=(og=re.buttonIconName)!=null?og:"paperclip",Ut=rr,Mr=parseFloat(Ut)||40,$r=Math.round(Mr*.6);st.style.width=Ut,st.style.height=Ut,st.style.minWidth=Ut,st.style.minHeight=Ut,st.style.fontSize="18px",st.style.lineHeight="1",st.style.backgroundColor="transparent",st.style.color="var(--persona-primary, #111827)",st.style.border="none",st.style.borderRadius="6px",st.style.transition="background-color 0.15s ease",st.addEventListener("mouseenter",()=>{st.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),st.addEventListener("mouseleave",()=>{st.style.backgroundColor="transparent"});let _n=Ie(At,$r,"currentColor",1.5);_n?st.appendChild(_n):st.textContent="\u{1F4CE}",st.addEventListener("click",mn=>{mn.preventDefault(),de==null||de.click()}),_t.appendChild(st);let Xr=(ag=re.buttonTooltipText)!=null?ag:"Attach file",br=v("div","persona-send-button-tooltip");br.textContent=Xr,_t.appendChild(br),at.append(_t),!ft&&de&&ye&&(ft=ca.fromConfig(re),ft.setPreviewsContainer(ye),de.addEventListener("change",async()=>{ft&&(de!=null&&de.files)&&(await ft.handleFileSelect(de.files),de.value="")})),me.querySelector(".persona-attachment-drop-overlay")||me.appendChild(ty(re.dropOverlay))}else{_t.style.display="";let re=(sg=n.attachments)!=null?sg:{};de&&(de.accept=((ig=re.allowedTypes)!=null?ig:mo).join(","),de.multiple=((lg=re.maxFiles)!=null?lg:4)>1),ft&&ft.updateConfig({allowedTypes:re.allowedTypes,maxFileSize:re.maxFileSize,maxFiles:re.maxFiles})}else _t&&(_t.style.display="none"),ft&&ft.clearAttachments(),(dg=me.querySelector(".persona-attachment-drop-overlay"))==null||dg.remove();let cr=(cg=n.sendButton)!=null?cg:{},Xo=(pg=cr.useIcon)!=null?pg:!1,Po=(ug=cr.iconText)!=null?ug:"\u2191",Bt=cr.iconName,rn=(fg=cr.tooltipText)!=null?fg:"Send message",io=(mg=cr.showTooltip)!=null?mg:!1,Kr=(gg=cr.size)!=null?gg:"40px",nn=cr.backgroundColor,Yt=cr.textColor;if(Xo){if(z.style.width=Kr,z.style.height=Kr,z.style.minWidth=Kr,z.style.minHeight=Kr,z.style.fontSize="18px",z.style.lineHeight="1",z.innerHTML="",Yt?z.style.color=Yt:z.style.color="var(--persona-button-primary-fg, #ffffff)",Bt){let re=parseFloat(Kr)||24,Dt=(Yt==null?void 0:Yt.trim())||"currentColor",rr=Ie(Bt,re,Dt,2);rr?z.appendChild(rr):z.textContent=Po}else z.textContent=Po;z.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",nn?(z.style.backgroundColor=nn,z.classList.remove("persona-bg-persona-primary")):(z.style.backgroundColor="",z.classList.add("persona-bg-persona-primary"))}else z.textContent=(xg=(hg=n.copy)==null?void 0:hg.sendButtonLabel)!=null?xg:"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",nn?(z.style.backgroundColor=nn,z.classList.remove("persona-bg-persona-accent")):z.classList.add("persona-bg-persona-accent"),Yt?z.style.color=Yt:z.classList.add("persona-text-white");cr.borderWidth?(z.style.borderWidth=cr.borderWidth,z.style.borderStyle="solid"):(z.style.borderWidth="",z.style.borderStyle=""),cr.borderColor?z.style.borderColor=cr.borderColor:z.style.borderColor="",cr.paddingX?(z.style.paddingLeft=cr.paddingX,z.style.paddingRight=cr.paddingX):(z.style.paddingLeft="",z.style.paddingRight=""),cr.paddingY?(z.style.paddingTop=cr.paddingY,z.style.paddingBottom=cr.paddingY):(z.style.paddingTop="",z.style.paddingBottom="");let ir=Re==null?void 0:Re.querySelector(".persona-send-button-tooltip");if(io&&rn)if(ir)ir.textContent=rn,ir.style.display="";else{let re=document.createElement("div");re.className="persona-send-button-tooltip",re.textContent=rn,Re==null||Re.insertBefore(re,z)}else ir&&(ir.style.display="none");let Zt=(Cg=(yg=n.layout)==null?void 0:yg.contentMaxWidth)!=null?Cg:B()?(vg=(wg=(bg=n.launcher)==null?void 0:bg.composerBar)==null?void 0:wg.contentMaxWidth)!=null?vg:"720px":void 0;Zt?(ze.style.maxWidth=Zt,ze.style.marginLeft="auto",ze.style.marginRight="auto",ze.style.width="100%",Ae&&(Ae.style.maxWidth=Zt,Ae.style.marginLeft="auto",Ae.style.marginRight="auto"),Z&&(Z.style.maxWidth=Zt,Z.style.marginLeft="auto",Z.style.marginRight="auto")):(ze.style.maxWidth="",ze.style.marginLeft="",ze.style.marginRight="",ze.style.width="",Ae&&(Ae.style.maxWidth="",Ae.style.marginLeft="",Ae.style.marginRight=""),Z&&(Z.style.maxWidth="",Z.style.marginLeft="",Z.style.marginRight=""));let pr=(Ag=n.statusIndicator)!=null?Ag:{},on=(Sg=pr.visible)!=null?Sg:!0;if(fe.style.display=on?"":"none",W){let re=W.getStatus();ut(fe,(rr=>{var At,Ut,Mr,$r;return rr==="idle"?(At=pr.idleText)!=null?At:Ur.idle:rr==="connecting"?(Ut=pr.connectingText)!=null?Ut:Ur.connecting:rr==="connected"?(Mr=pr.connectedText)!=null?Mr:Ur.connected:rr==="error"?($r=pr.errorText)!=null?$r:Ur.error:Ur[rr]})(re),pr,re)}fe.classList.remove("persona-text-left","persona-text-center","persona-text-right");let fn=pr.align==="left"?"persona-text-left":pr.align==="center"?"persona-text-center":"persona-text-right";fe.classList.add(fn)},open(){P()&&Kt(!0,"api")},close(){P()&&Kt(!1,"api")},toggle(){P()&&Kt(!R,"api")},clearChat(){Se=!1,W.clearMessages(),Bn.clear(),Co();try{localStorage.removeItem(Ka),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Ka}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Ka)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 c=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(c),i!=null&&i.clear)try{let g=i.clear();g instanceof Promise&&g.catch(b=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",b)})}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",g)}d={},S.syncFromMetadata(),K==null||K.clear(),Te==null||Te.reset(),oe==null||oe.update()},setMessage(c){return!ge||W.isStreaming()?!1:(!R&&P()&&Kt(!0,"system"),ge.value=c,ge.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(c){if(W.isStreaming())return!1;let g=(c==null?void 0:c.trim())||ge.value.trim();return g?(!R&&P()&&Kt(!0,"system"),ge.value="",ge.style.height="auto",W.sendMessage(g),!0):!1},startVoiceRecognition(){var g,b;return W.isStreaming()?!1:((b=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:b.type)==="runtype"?(W.isVoiceActive()||(!R&&P()&&Kt(!0,"system"),Lt.manuallyDeactivated=!1,tn(),W.toggleVoice().then(()=>{Lt.active=W.isVoiceActive(),An("user"),W.isVoiceActive()&&q()})),!0):un?!0:ps()?(!R&&P()&&Kt(!0,"system"),Lt.manuallyDeactivated=!1,tn(),Vo("user"),!0):!1},stopVoiceRecognition(){var c,g;return((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?W.isVoiceActive()?(W.toggleVoice().then(()=>{Lt.active=!1,Lt.manuallyDeactivated=!0,tn(),An("user"),ie()}),!0):!1:un?(Lt.manuallyDeactivated=!0,tn(),Nn("user"),!0):!1},injectMessage(c){return!R&&P()&&Kt(!0,"system"),W.injectMessage(c)},injectAssistantMessage(c){!R&&P()&&Kt(!0,"system");let g=W.injectAssistantMessage(c);return O&&(O=!1,V&&(clearTimeout(V),V=null),setTimeout(()=>{W&&!W.isStreaming()&&W.continueConversation()},100)),g},injectUserMessage(c){return!R&&P()&&Kt(!0,"system"),W.injectUserMessage(c)},injectSystemMessage(c){return!R&&P()&&Kt(!0,"system"),W.injectSystemMessage(c)},injectMessageBatch(c){return!R&&P()&&Kt(!0,"system"),W.injectMessageBatch(c)},injectComponentDirective(c){return!R&&P()&&Kt(!0,"system"),W.injectComponentDirective(c)},injectTestMessage(c){!R&&P()&&Kt(!0,"system"),W.injectTestEvent(c)},async connectStream(c,g){return W.connectStream(c,g)},__pushEventStreamEvent(c){K&&(Te==null||Te.processEvent(c.type,c.payload),K.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c.type,timestamp:Date.now(),payload:JSON.stringify(c.payload)}))},showEventStream(){!ve||!K||Lr()},hideEventStream(){xe&&Or()},isEventStreamVisible(){return xe},showArtifacts(){Ln(n)&&(Se=!1,ln(),ue==null||ue.setMobileOpen(!0))},hideArtifacts(){Ln(n)&&(Se=!0,ln())},upsertArtifact(c){return Ln(n)?(Se=!1,W.upsertArtifact(c)):null},selectArtifact(c){Ln(n)&&W.selectArtifact(c)},clearArtifacts(){Ln(n)&&W.clearArtifacts()},getArtifacts(){var c;return(c=W==null?void 0:W.getArtifacts())!=null?c:[]},getSelectedArtifactId(){var c;return(c=W==null?void 0:W.getSelectedArtifactId())!=null?c:null},focusInput(){return k&&!R&&!B()||!ge?!1:(ge.focus(),!0)},async resolveApproval(c,g){let A=W.getMessages().find(D=>{var $;return D.variant==="approval"&&(($=D.approval)==null?void 0:$.id)===c});if(!(A!=null&&A.approval))throw new Error(`Approval not found: ${c}`);if(A.approval.toolType==="webmcp"){W.resolveWebMcpApproval(A.id,g);return}return W.resolveApproval(A.approval,g)},getMessages(){return W.getMessages()},getStatus(){return W.getStatus()},getPersistentMetadata(){return{...d}},updatePersistentMetadata(c){f(c)},on(c,g){return s.on(c,g)},off(c,g){s.off(c,g)},isOpen(){return P()&&R},isVoiceActive(){return Lt.active},getState(){return{open:P()&&R,launcherEnabled:k,voiceActive:Lt.active,streaming:W.isStreaming()}},showCSATFeedback(c){!R&&P()&&Kt(!0,"system");let g=ze.querySelector(".persona-feedback-container");g&&g.remove();let b=Ql({onSubmit:async(A,D)=>{var $;W.isClientTokenMode()&&await W.submitCSATFeedback(A,D),($=c==null?void 0:c.onSubmit)==null||$.call(c,A,D)},onDismiss:c==null?void 0:c.onDismiss,...c});ze.appendChild(b),b.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(c){!R&&P()&&Kt(!0,"system");let g=ze.querySelector(".persona-feedback-container");g&&g.remove();let b=Yl({onSubmit:async(A,D)=>{var $;W.isClientTokenMode()&&await W.submitNPSFeedback(A,D),($=c==null?void 0:c.onSubmit)==null||$.call(c,A,D)},onDismiss:c==null?void 0:c.onDismiss,...c});ze.appendChild(b),b.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(c,g){return W.submitCSATFeedback(c,g)},async submitNPSFeedback(c,g){return W.submitNPSFeedback(c,g)},destroy(){Vn!=null&&(clearInterval(Vn),Vn=null),Pt.forEach(c=>c()),Ce.remove(),rt==null||rt.remove(),Fe==null||Fe.destroy(),dt==null||dt.remove(),cn&&Q.removeEventListener("click",cn)}};if((((Af=r==null?void 0:r.debugTools)!=null?Af:!1)||!!n.debug)&&typeof window!="undefined"){let c=window.AgentWidgetBrowser,g={controller:vr,getMessages:vr.getMessages,getStatus:vr.getStatus,getMetadata:vr.getPersistentMetadata,updateMetadata:vr.updatePersistentMetadata,clearHistory:()=>vr.clearChat(),setVoiceActive:b=>b?vr.startVoiceRecognition():vr.stopVoiceRecognition()};window.AgentWidgetBrowser=g,Pt.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=c)})}if(typeof window!="undefined"){let c=t.getAttribute("data-persona-instance")||t.id||"persona-"+Math.random().toString(36).slice(2,8),g=j=>{let F=j.detail;(!(F!=null&&F.instanceId)||F.instanceId===c)&&vr.focusInput()};if(window.addEventListener("persona:focusInput",g),Pt.push(()=>{window.removeEventListener("persona:focusInput",g)}),ve){let j=We=>{let we=We.detail;(!(we!=null&&we.instanceId)||we.instanceId===c)&&vr.showEventStream()},F=We=>{let we=We.detail;(!(we!=null&&we.instanceId)||we.instanceId===c)&&vr.hideEventStream()};window.addEventListener("persona:showEventStream",j),window.addEventListener("persona:hideEventStream",F),Pt.push(()=>{window.removeEventListener("persona:showEventStream",j),window.removeEventListener("persona:hideEventStream",F)})}let b=j=>{let F=j.detail;(!(F!=null&&F.instanceId)||F.instanceId===c)&&vr.showArtifacts()},A=j=>{let F=j.detail;(!(F!=null&&F.instanceId)||F.instanceId===c)&&vr.hideArtifacts()},D=j=>{let F=j.detail;F!=null&&F.instanceId&&F.instanceId!==c||F!=null&&F.artifact&&vr.upsertArtifact(F.artifact)},$=j=>{let F=j.detail;F!=null&&F.instanceId&&F.instanceId!==c||typeof(F==null?void 0:F.id)=="string"&&vr.selectArtifact(F.id)},U=j=>{let F=j.detail;(!(F!=null&&F.instanceId)||F.instanceId===c)&&vr.clearArtifacts()};window.addEventListener("persona:showArtifacts",b),window.addEventListener("persona:hideArtifacts",A),window.addEventListener("persona:upsertArtifact",D),window.addEventListener("persona:selectArtifact",$),window.addEventListener("persona:clearArtifacts",U),Pt.push(()=>{window.removeEventListener("persona:showArtifacts",b),window.removeEventListener("persona:hideArtifacts",A),window.removeEventListener("persona:upsertArtifact",D),window.removeEventListener("persona:selectArtifact",$),window.removeEventListener("persona:clearArtifacts",U)})}let Tn=uC(n.persistState);if(Tn&&P()){let c=fC(Tn.storage),g=`${Tn.keyPrefix}widget-open`,b=`${Tn.keyPrefix}widget-voice`,A=`${Tn.keyPrefix}widget-voice-mode`;if(c){let D=((Sf=Tn.persist)==null?void 0:Sf.openState)&&c.getItem(g)==="true",$=((Tf=Tn.persist)==null?void 0:Tf.voiceState)&&c.getItem(b)==="true",U=((Mf=Tn.persist)==null?void 0:Mf.voiceState)&&c.getItem(A)==="true";if(D&&setTimeout(()=>{vr.open(),setTimeout(()=>{var j;if($||U)vr.startVoiceRecognition();else if((j=Tn.persist)!=null&&j.focusInput){let F=t.querySelector("textarea");F&&F.focus()}},100)},0),(kf=Tn.persist)!=null&&kf.openState&&(s.on("widget:opened",()=>{c.setItem(g,"true")}),s.on("widget:closed",()=>{c.setItem(g,"false")})),(Ef=Tn.persist)!=null&&Ef.voiceState&&(s.on("voice:state",j=>{c.setItem(b,j.active?"true":"false")}),s.on("user:message",j=>{c.setItem(A,j.viaVoice?"true":"false")})),Tn.clearOnChatClear){let j=()=>{c.removeItem(g),c.removeItem(b),c.removeItem(A)},F=()=>j();window.addEventListener("persona:clear-chat",F),Pt.push(()=>{window.removeEventListener("persona:clear-chat",F)})}}}return p&&P()&&setTimeout(()=>{vr.open()},0),ao(),vr};var mC=(t,e)=>{let r=t.trim(),n=/^(\d+(?:\.\d+)?)px$/i.exec(r);if(n)return Math.max(0,parseFloat(n[1]));let o=/^(\d+(?:\.\d+)?)%$/i.exec(r);return o?Math.max(0,e*parseFloat(o[1])/100):420},ry=(t,e)=>{var n,o;let r=(o=(n=e==null?void 0:e.launcher)==null?void 0:n.enabled)!=null?o:!0;t.className="persona-host",t.style.height=r?"":"100%",t.style.display=r?"":"flex",t.style.flexDirection=r?"":"column",t.style.flex=r?"":"1 1 auto",t.style.minHeight=r?"":"0"},gu=t=>{t.style.position="",t.style.top="",t.style.bottom="",t.style.left="",t.style.right="",t.style.zIndex="",t.style.transform="",t.style.pointerEvents=""},ny=t=>{t.style.inset="",t.style.width="",t.style.height="",t.style.maxWidth="",t.style.minWidth="",gu(t)},uu=t=>{t.style.transition=""},fu=t=>{t.style.display="",t.style.flexDirection="",t.style.flex="",t.style.minHeight="",t.style.minWidth="",t.style.width="",t.style.height="",t.style.alignItems="",t.style.transition="",t.style.transform=""},mu=t=>{t.style.width="",t.style.maxWidth="",t.style.minWidth="",t.style.flex="1 1 auto"},td=(t,e)=>{t.style.width="",t.style.minWidth="",t.style.maxWidth="",t.style.boxSizing="",e.style.alignItems=""},gC=(t,e,r,n,o)=>{o?r.parentElement!==e&&(t.replaceChildren(),e.replaceChildren(r,n),t.appendChild(e)):r.parentElement===e&&(e.replaceChildren(),t.appendChild(r),t.appendChild(n))},hC=(t,e,r,n,o,s)=>{let a=s?e:t;o==="left"?a.firstElementChild!==n&&a.replaceChildren(n,r):a.lastElementChild!==n&&a.replaceChildren(r,n)},oy=(t,e,r,n,o,s,a)=>{var x,C,S,k,T,M;let i=kn(s),d=i.reveal==="push";gC(t,e,r,n,d),hC(t,e,r,n,i.side,d),t.dataset.personaHostLayout="docked",t.dataset.personaDockSide=i.side,t.dataset.personaDockOpen=a?"true":"false",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0",t.style.height="100%",t.style.minHeight="0",t.style.position="relative",r.style.display="flex",r.style.flexDirection="column",r.style.minHeight="0",r.style.position="relative",o.className="persona-host",o.style.height="100%",o.style.minHeight="0",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1 1 auto";let l=t.ownerDocument.defaultView,p=(C=(x=s==null?void 0:s.launcher)==null?void 0:x.mobileFullscreen)!=null?C:!0,m=(k=(S=s==null?void 0:s.launcher)==null?void 0:S.mobileBreakpoint)!=null?k:640,u=l!=null?l.innerWidth<=m:!1;if(p&&u&&a){t.dataset.personaDockMobileFullscreen="true",t.removeAttribute("data-persona-dock-reveal"),fu(e),uu(n),ny(n),mu(r),td(o,n),t.style.display="flex",t.style.flexDirection="column",t.style.alignItems="stretch",t.style.overflow="hidden",r.style.flex="1 1 auto",r.style.width="100%",r.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((M=(T=s==null?void 0:s.launcher)==null?void 0:T.zIndex)!=null?M:qr),n.style.transform="none",n.style.transition="none",n.style.pointerEvents="auto",n.style.flex="none",d&&(e.style.display="flex",e.style.flexDirection="column",e.style.width="100%",e.style.height="100%",e.style.minHeight="0",e.style.minWidth="0",e.style.flex="1 1 auto",e.style.alignItems="stretch",e.style.transform="none",e.style.transition="none",r.style.flex="1 1 auto",r.style.width="100%",r.style.maxWidth="100%",r.style.minWidth="0");return}if(t.removeAttribute("data-persona-dock-mobile-fullscreen"),ny(n),i.reveal==="overlay"){t.style.display="flex",t.style.flexDirection="row",t.style.alignItems="stretch",t.style.overflow="hidden",t.dataset.personaDockReveal="overlay",fu(e),uu(n),mu(r),td(o,n);let h=i.animate?"transform 180ms ease":"none",w=i.side==="right"?"translateX(100%)":"translateX(-100%)",y=a?"translateX(0)":w;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=h,n.style.transform=y,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"){t.style.display="flex",t.style.flexDirection="row",t.style.alignItems="stretch",t.style.overflow="hidden",t.dataset.personaDockReveal="push",uu(n),gu(n),td(o,n);let h=mC(i.width,t.clientWidth),w=Math.max(0,t.clientWidth),y=i.animate?"transform 180ms ease":"none",E=i.side==="right"?a?`translateX(-${h}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${h}px)`;e.style.display="flex",e.style.flexDirection="row",e.style.flex="0 0 auto",e.style.minHeight="0",e.style.minWidth="0",e.style.alignItems="stretch",e.style.height="100%",e.style.width=`${w+h}px`,e.style.transition=y,e.style.transform=E,r.style.flex="0 0 auto",r.style.flexGrow="0",r.style.flexShrink="0",r.style.width=`${w}px`,r.style.maxWidth=`${w}px`,r.style.minWidth=`${w}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{t.style.display="flex",t.style.flexDirection="row",t.style.alignItems="stretch",t.style.overflow="",fu(e),gu(n),mu(r),td(o,n);let h=i.reveal==="emerge";h?t.dataset.personaDockReveal="emerge":t.removeAttribute("data-persona-dock-reveal");let w=a?i.width:"0px",y=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",E=!a;n.style.display="flex",n.style.flexDirection="column",n.style.flex=`0 0 ${w}`,n.style.width=w,n.style.maxWidth=w,n.style.minWidth=w,n.style.minHeight="0",n.style.position="relative",n.style.overflow=h||E?"hidden":"visible",n.style.transition=y,h&&(n.style.alignItems=i.side==="right"?"flex-start":"flex-end",o.style.width=i.width,o.style.minWidth=i.width,o.style.maxWidth=i.width,o.style.boxSizing="border-box")}},xC=(t,e)=>{let r=t.ownerDocument.createElement("div");return ry(r,e),t.appendChild(r),{mode:"direct",host:r,shell:null,syncWidgetState:()=>{},updateConfig(n){ry(r,n)},destroy(){r.remove()}}},yC=(t,e)=>{var T,M,h,w;let{ownerDocument:r}=t,n=t.parentElement;if(!n)throw new Error("Docked widget target must be attached to the DOM");let o=t.tagName.toUpperCase();if(o==="BODY"||o==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let s=t.nextSibling,a=r.createElement("div"),i=r.createElement("div"),d=r.createElement("div"),l=r.createElement("aside"),p=r.createElement("div"),m=(M=(T=e==null?void 0:e.launcher)==null?void 0:T.enabled)==null||M?(w=(h=e==null?void 0:e.launcher)==null?void 0:h.autoExpand)!=null?w:!1:!0;i.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",l.dataset.personaDockRole="panel",p.dataset.personaDockRole="host",l.appendChild(p),n.insertBefore(a,t),d.appendChild(t);let u=null,f=()=>{u==null||u.disconnect(),u=null},x=()=>{f(),kn(e).reveal==="push"&&typeof ResizeObserver!="undefined"&&(u=new ResizeObserver(()=>{oy(a,i,d,l,p,e,m)}),u.observe(a))},C=()=>{oy(a,i,d,l,p,e,m),x()},S=a.ownerDocument.defaultView,k=()=>{C()};return S==null||S.addEventListener("resize",k),kn(e).reveal==="push"?(i.appendChild(d),i.appendChild(l),a.appendChild(i)):(a.appendChild(d),a.appendChild(l)),C(),{mode:"docked",host:p,shell:a,syncWidgetState(y){let E=y.launcherEnabled?y.open:!0;m!==E&&(m=E,C())},updateConfig(y){var E,B;e=y,((B=(E=e==null?void 0:e.launcher)==null?void 0:E.enabled)!=null?B:!0)===!1&&(m=!0),C()},destroy(){S==null||S.removeEventListener("resize",k),f(),n.isConnected&&(s&&s.parentNode===n?n.insertBefore(t,s):n.appendChild(t)),a.remove()}}},ti=(t,e)=>Ar(e)?yC(t,e):xC(t,e);var hu={},ay=!1,bC=t=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof t=="string"){let e=document.querySelector(t);if(!e)throw new Error(`Chat widget target "${t}" was not found`);return e}return t},wC=()=>{try{if(typeof hu!="undefined"&&hu.url)return new URL("../widget.css",hu.url).href}catch{}return null},sy=(t,e)=>{let r=wC(),n=()=>{if(!(t instanceof ShadowRoot)||t.querySelector("link[data-persona]"))return;let o=e.head.querySelector("link[data-persona]");if(!o)return;let s=o.cloneNode(!0);t.insertBefore(s,t.firstChild)};if(t instanceof ShadowRoot)if(r){let o=e.createElement("link");o.rel="stylesheet",o.href=r,o.setAttribute("data-persona","true"),t.insertBefore(o,t.firstChild)}else n();else if(!e.head.querySelector("link[data-persona]")&&r){let s=e.createElement("link");s.rel="stylesheet",s.href=r,s.setAttribute("data-persona","true"),e.head.appendChild(s)}},iy=t=>{let e=bC(t.target),r=t.useShadowDom===!0,n=e.ownerDocument,o=t.config,s=ti(e,o),a,i=[],d=(S,k)=>{var w,y;let M=!((y=(w=k==null?void 0:k.launcher)==null?void 0:w.enabled)!=null?y:!0)||Ar(k),h=n.createElement("div");if(h.setAttribute("data-persona-root","true"),M&&(h.style.height="100%",h.style.display="flex",h.style.flexDirection="column",h.style.flex="1",h.style.minHeight="0"),r){let E=S.attachShadow({mode:"open"});E.appendChild(h),sy(E,n)}else S.appendChild(h),sy(S,n);return e.id&&h.setAttribute("data-persona-instance",e.id),h},l=()=>{s.syncWidgetState(a.getState())},p=()=>{i.forEach(S=>S()),i=[a.on("widget:opened",l),a.on("widget:closed",l)],l()},m=()=>{let S=d(s.host,o);a=ed(S,o,{debugTools:t.debugTools}),p()},u=()=>{i.forEach(S=>S()),i=[],a.destroy()};m(),t.onChatReady?t.onChatReady():t.onReady&&(ay||(ay=!0,console.warn("[Persona] `onReady` is deprecated \u2014 use `onChatReady`. `onReady` still works but is removed in the next major.")),t.onReady());let f=S=>{u(),s.destroy(),s=ti(e,S),o=S,m()},x={update(S){var y,E,B,P,R,O;let k={...o,...S,launcher:{...(y=o==null?void 0:o.launcher)!=null?y:{},...(E=S==null?void 0:S.launcher)!=null?E:{},dock:{...(P=(B=o==null?void 0:o.launcher)==null?void 0:B.dock)!=null?P:{},...(O=(R=S==null?void 0:S.launcher)==null?void 0:R.dock)!=null?O:{}}}},T=Ar(o),M=Ar(k),h=Ho(o),w=Ho(k);if(T!==M||h!==w){f(k);return}o=k,s.updateConfig(o),a.update(S),l()},destroy(){u(),s.destroy(),t.windowKey&&typeof window!="undefined"&&delete window[t.windowKey]}},C=new Proxy(x,{get(S,k,T){if(k==="host")return s.host;if(k in S)return Reflect.get(S,k,T);let M=a[k];return typeof M=="function"?M.bind(a):M}});return t.windowKey&&typeof window!="undefined"&&(window[t.windowKey]=C),C};var uy=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),vC=new Set(["button","a","input","select","textarea","details","summary"]),CC=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),xu=/\b(product|card|item|listing|result)\b/i,bu=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,AC=3e3,SC=100;function fy(t){let e=typeof t.className=="string"?t.className:"";if(xu.test(e)||t.id&&xu.test(t.id))return!0;for(let r=0;r<t.attributes.length;r++){let n=t.attributes[r];if(n.name.startsWith("data-")&&xu.test(n.value))return!0}return!1}function my(t){var e;return bu.test(((e=t.textContent)!=null?e:"").trim())}function gy(t){var r;let e=t.querySelectorAll("a[href]");for(let n=0;n<e.length;n++){let o=(r=e[n].getAttribute("href"))!=null?r:"";if(o&&o!=="#"&&!o.toLowerCase().startsWith("javascript:"))return!0}return!1}function TC(t){return!!t.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function ly(t){let e=t.match(bu);return e?e[0]:null}function dy(t){var n,o,s;let e=(n=t.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?n:t.querySelector("a[href]");if(e&&((o=e.textContent)!=null&&o.trim())){let a=e.getAttribute("href");return{title:e.textContent.trim(),href:a&&a!=="#"?a:null}}let r=t.querySelector("h1, h2, h3, h4, h5, h6");return(s=r==null?void 0:r.textContent)!=null&&s.trim()?{title:r.textContent.trim(),href:null}:{title:"",href:null}}function MC(t){let e=[],r=n=>{let o=n.trim();o&&!e.includes(o)&&e.push(o)};return t.querySelectorAll("button").forEach(n=>{var o;return r((o=n.textContent)!=null?o:"")}),t.querySelectorAll('[role="button"]').forEach(n=>{var o;return r((o=n.textContent)!=null?o:"")}),t.querySelectorAll('input[type="submit"], input[type="button"]').forEach(n=>{var o;r((o=n.value)!=null?o:"")}),e.slice(0,6)}var kC="commerce-card",EC="result-card";function cy(t){return!fy(t)||!my(t)||!gy(t)&&!TC(t)?0:5200}function py(t){var n;return!fy(t)||my(t)||!gy(t)||((n=t.textContent)!=null?n:"").trim().length<20||!(!!t.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!t.querySelector(".snippet, .description, p"))?0:2800}var wu=[{id:kC,scoreElement(t){return cy(t)},shouldSuppressDescendant(t,e,r){if(e===t||!t.contains(e))return!1;if(r.interactivity==="static"){let n=r.text.trim();return!!(n.length===0||bu.test(n)&&n.length<32)}return!0},formatSummary(t,e){var d,l,p;if(cy(t)===0)return null;let{title:r,href:n}=dy(t),o=(p=(l=ly(((d=t.textContent)!=null?d:"").trim()))!=null?l:ly(e.text))!=null?p:"",s=MC(t);return[n&&r?`[${r}](${n})${o?` \u2014 ${o}`:""}`:r?`${r}${o?` \u2014 ${o}`:""}`:o||e.text.trim().slice(0,120),`selector: ${e.selector}`,s.length?`actions: ${s.join(", ")}`:""].filter(Boolean).join(`
|
|
158
|
-
`)}},{id:
|
|
159
|
-
`)}}];function
|
|
157
|
+
`}if(!A&&!c){let Et="max-height: -moz-available !important; max-height: stretch !important;",vt=g?"":"padding-top: 1.25em !important;",qt=g?"":`z-index: ${(Pr=(Or=n.launcher)==null?void 0:Or.zIndex)!=null?Pr:Kr} !important;`;ke.style.cssText+=Et+vt+qt}pt()};Nn(),Do(t,n),Gl(t,n),Kl(t,n);let Bt=[];Bt.push(()=>{document.removeEventListener("keydown",Cn)});let xr=null,yr=null;Bt.push(()=>{xr==null||xr(),xr=null,yr==null||yr(),yr=null}),I&&Bt.push(()=>{I==null||I.disconnect(),I=null}),Bt.push(()=>{Dr==null||Dr(),Dr=null,ao(),Gt&&(Gt.remove(),Gt=null),fe==null||fe.element.style.removeProperty("width"),fe==null||fe.element.style.removeProperty("maxWidth")}),$e&&Bt.push(()=>{Me!==null&&(cancelAnimationFrame(Me),Me=null),J==null||J.destroy(),J=null,G==null||G.destroy(),G=null,V=null});let dn=null,To=()=>{dn&&(dn(),dn=null),n.colorScheme==="auto"&&(dn=vl(()=>{Do(t,n)}))};To(),Bt.push(()=>{dn&&(dn(),dn=null)});let Sn=(wf=n.features)==null?void 0:wf.streamAnimation;if(Sn!=null&&Sn.type&&Sn.type!=="none"){let c=js(Sn.type,Sn.plugins);c&&(qp(c,t),Bt.push(()=>gx(t)))}let _n=qx(ee),cn=null,U,Tn=!1,Ee=dx(),pn=new Map,Mn=new Map,Fn=new Map,ts=0,$n=Sl(),Un=0,qn=null,so=!1,Vo=!1,ii=4,rs=24,li=80,va=new Map,Wt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},ns=(Cf=(vf=n.voiceRecognition)==null?void 0:vf.autoResume)!=null?Cf:!1,kn=c=>{s.emit("voice:state",{active:Wt.active,source:c,timestamp:Date.now()})},nn=()=>{m(c=>({...c,voiceState:{active:Wt.active,timestamp:Date.now(),manuallyDeactivated:Wt.manuallyDeactivated}}))},di=()=>{var A,B;if(((A=n.voiceRecognition)==null?void 0:A.enabled)===!1)return;let c=mu(d.voiceState),g=!!c.active,b=Number((B=c.timestamp)!=null?B:0);Wt.manuallyDeactivated=!!c.manuallyDeactivated,g&&Date.now()-b<bC&&setTimeout(()=>{var F,$;Wt.active||(Wt.manuallyDeactivated=!1,(($=(F=n.voiceRecognition)==null?void 0:F.provider)==null?void 0:$.type)==="runtype"?U.toggleVoice().then(()=>{Wt.active=U.isVoiceActive(),kn("restore"),U.isVoiceActive()&&H()}):Xo("restore"))},1e3)},ci=()=>U?ly(U.getMessages()).filter(c=>!c.__skipPersist):[];function Ca(c){if(!(i!=null&&i.save))return;let b={messages:c?ly(c):U?ci():[],metadata:d,artifacts:te.artifacts,selectedArtifactId:te.selectedId};try{let A=i.save(b);A instanceof Promise&&A.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)})}catch(A){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",A)}}let io=null,pi=()=>ke.querySelector("#persona-scroll-container")||Q,jo=()=>{io!==null&&(cancelAnimationFrame(io),io=null),so=!1},os=()=>{qn!==null&&(cancelAnimationFrame(qn),qn=null),Vo=!1,jo()},lo=()=>{if(!hr()||ie){Ut.parentNode&&Ut.remove(),Ut.style.display="none";return}Ut.parentNode!==he&&he.appendChild(Ut),Rt();let c=Us(Q)>0;Ut.style.display=$n.isFollowing()||!c?"none":""},as=()=>{$n.pause()&&(os(),lo())},Mo=()=>{$n.resume(),lo()},ko=(c=!1)=>{$n.isFollowing()&&(!c&&!Tn||(qn!==null&&(cancelAnimationFrame(qn),qn=null),Vo=!0,qn=requestAnimationFrame(()=>{qn=null,Vo=!1,$n.isFollowing()&&ui(pi(),c?220:140)})))},ui=(c,g=500)=>{let b=c.scrollTop,A=Us(c),B=A-b;if(Math.abs(B)<1){Un=c.scrollTop;return}if(Math.abs(B)>=li){jo(),so=!0,c.scrollTop=A,Un=c.scrollTop,so=!1;return}jo();let F=performance.now();so=!0;let $=_=>1-Math.pow(1-_,3),K=_=>{if(!$n.isFollowing()){jo();return}let We=Us(c);We!==A&&(A=We,B=A-b);let Ce=_-F,se=Math.min(Ce/g,1),Re=$(se),_e=b+B*Re;c.scrollTop=_e,Un=c.scrollTop,se<1?io=requestAnimationFrame(K):(c.scrollTop=A,Un=c.scrollTop,io=null,so=!1)};io=requestAnimationFrame(K)},fi=c=>{let g=new Map;c.forEach(b=>{let A=va.get(b.id);g.set(b.id,{streaming:b.streaming,role:b.role}),!A&&b.role==="assistant"&&s.emit("assistant:message",b),b.role==="assistant"&&(A!=null&&A.streaming)&&b.streaming===!1&&s.emit("assistant:complete",b),b.variant==="approval"&&b.approval&&(A?b.approval.status!=="pending"&&s.emit("approval:resolved",{approval:b.approval,decision:b.approval.status}):s.emit("approval:requested",{approval:b.approval,message:b}))}),va.clear(),g.forEach((b,A)=>{va.set(A,b)})},Go=(c,g,b)=>{var St,ze,qe,rt,pt,Ht;let A=document.createElement("div"),F=(()=>{var Je;let D=o.find(pe=>pe.renderLoadingIndicator);if(D!=null&&D.renderLoadingIndicator)return D.renderLoadingIndicator;if((Je=n.loadingIndicator)!=null&&Je.render)return n.loadingIndicator.render})(),$=(D,Je)=>Je==null?!1:typeof Je=="string"?(D.textContent=Je,!0):(D.appendChild(Je),!0),K=new Set,_=new Set,We=o.some(D=>D.renderAskUserQuestion),Ce=[],se=[],Re=n.enableComponentStreaming!==!1,_e=o.some(D=>D.renderApproval)&&n.approval!==!1,et=[];if(g.forEach(D=>{var _t,mn,Tr,Pn,gn,Jo,La,Pa,fr,Qo,Wo,Bo,uo,Yo;K.add(D.id);let Je=We&&wo(D),pe=_e&&D.variant==="approval"&&!!D.approval,ft=!Je&&D.role==="assistant"&&!D.variant&&Re&&Yl(D);if(!pe&&Fn.has(D.id)){let mt=c.querySelector(`#wrapper-${D.id}`);mt==null||mt.removeAttribute("data-preserve-runtime"),Fn.delete(D.id)}if(!ft&&Mn.has(D.id)){let mt=c.querySelector(`#wrapper-${D.id}`);mt==null||mt.removeAttribute("data-preserve-runtime"),Mn.delete(D.id)}let rr=wo(D)?`:${(_t=D.agentMetadata)!=null&&_t.askUserQuestionAnswered?"a":"u"}:${(mn=D.agentMetadata)!=null&&mn.askUserQuestionAnswers?Object.keys(D.agentMetadata.askUserQuestionAnswers).length:0}`:"",Yt=lx(D,ts)+rr,cr=Je||pe||ft?null:cx(Ee,D.id,Yt);if(cr){A.appendChild(cr.cloneNode(!0)),wo(D)&&((Tr=D.toolCall)!=null&&Tr.id)&&((Pn=D.agentMetadata)==null?void 0:Pn.awaitingLocalTool)===!0&&!((gn=D.agentMetadata)!=null&&gn.askUserQuestionAnswered)&&(_.add(D.toolCall.id),Ja(D,n,Ue.composerOverlay));return}let wt=null,Lr=o.find(mt=>!!(D.variant==="reasoning"&&mt.renderReasoning||D.variant==="tool"&&mt.renderToolCall||!D.variant&&mt.renderMessage)),fn=(Jo=n.layout)==null?void 0:Jo.messages;if(wo(D)&&((La=D.agentMetadata)==null?void 0:La.askUserQuestionAnswered)===!0){pn.delete(D.id);let mt=c.querySelector(`#wrapper-${D.id}`);mt==null||mt.removeAttribute("data-preserve-runtime");return}if(wo(D)&&((fr=(Pa=n.features)==null?void 0:Pa.askUserQuestion)==null?void 0:fr.enabled)!==!1){let mt=o.find(Vr=>typeof Vr.renderAskUserQuestion=="function");if(mt&&Ze.current){let Vr=pn.get(D.id),Or=Vr!==Yt,Pr=null;if(Or){let{payload:qt,complete:on}=vo(D),vr=D.id,Qn=()=>{var Mr;return(Mr=Ze.current)==null?void 0:Mr.getMessages().find(Jr=>Jr.id===vr)};Pr=mt.renderAskUserQuestion({message:D,payload:qt,complete:on,resolve:Mr=>{var In;let Jr=Qn();Jr&&((In=Ze.current)==null||In.resolveAskUserQuestion(Jr,Mr))},dismiss:()=>{var Jr,In,Zo;let Mr=Qn();(Jr=Mr==null?void 0:Mr.agentMetadata)!=null&&Jr.awaitingLocalTool&&((In=Ze.current)==null||In.markAskUserQuestionResolved(Mr),(Zo=Ze.current)==null||Zo.resolveAskUserQuestion(Mr,"(dismissed)"))},config:n})}let Et=Vr!=null;if(Or&&Pr===null&&!Et){((Qo=D.agentMetadata)==null?void 0:Qo.awaitingLocalTool)===!0&&!((Wo=D.agentMetadata)!=null&&Wo.askUserQuestionAnswered)&&(_.add(D.toolCall.id),Ja(D,n,Ue.composerOverlay));return}let vt=document.createElement("div");vt.className="persona-flex",vt.id=`wrapper-${D.id}`,vt.setAttribute("data-wrapper-id",D.id),vt.setAttribute("data-ask-plugin-stub","true"),vt.setAttribute("data-preserve-runtime","true"),A.appendChild(vt),Ce.push({messageId:D.id,fingerprint:Yt,bubble:Pr});return}else{((Bo=D.agentMetadata)==null?void 0:Bo.awaitingLocalTool)===!0&&!((uo=D.agentMetadata)!=null&&uo.askUserQuestionAnswered)&&(_.add(D.toolCall.id),Ja(D,n,Ue.composerOverlay));return}}else if(pe){let mt=o.find(Et=>typeof Et.renderApproval=="function"),Or=Fn.get(D.id)!==Yt,Pr=null;if(Or&&(mt!=null&&mt.renderApproval)){let Et=D.id,vt=(qt,on)=>{var Qn,Mr,Jr;let vr=(Qn=Ze.current)==null?void 0:Qn.getMessages().find(In=>In.id===Et);vr!=null&&vr.approval&&(vr.approval.toolType==="webmcp"?(Mr=Ze.current)==null||Mr.resolveWebMcpApproval(vr.id,qt):(Jr=Ze.current)==null||Jr.resolveApproval(vr.approval,qt,on))};Pr=mt.renderApproval({message:D,defaultRenderer:()=>Vl(D,n),config:n,approve:qt=>vt("approved",qt),deny:qt=>vt("denied",qt)})}if(Or&&Pr===null){let Et=c.querySelector(`#wrapper-${D.id}`);Et==null||Et.removeAttribute("data-preserve-runtime"),Fn.delete(D.id),wt=Vl(D,n)}else{let Et=document.createElement("div");Et.className="persona-flex",Et.id=`wrapper-${D.id}`,Et.setAttribute("data-wrapper-id",D.id),Et.setAttribute("data-approval-plugin-stub","true"),Et.setAttribute("data-preserve-runtime","true"),A.appendChild(Et),et.push({messageId:D.id,fingerprint:Yt,bubble:Pr});return}}else if(Lr)if(D.variant==="reasoning"&&D.reasoning&&Lr.renderReasoning){if(!nt)return;wt=Lr.renderReasoning({message:D,defaultRenderer:()=>Zp(D,n),config:n})}else if(D.variant==="tool"&&D.toolCall&&Lr.renderToolCall){if(!Te)return;wt=Lr.renderToolCall({message:D,defaultRenderer:()=>eu(D,n),config:n})}else Lr.renderMessage&&(wt=Lr.renderMessage({message:D,defaultRenderer:()=>{let mt=Va(D,b,fn,n.messageActions,ce,{loadingIndicatorRenderer:F,widgetConfig:n});return D.role!=="user"&&pu(mt,D,n,U),mt},config:n}));if(!wt&&ft){let mt=Zl(D);if(mt){let Vr=Mn.get(D.id),Or=Vr!==Yt,Pr=n.wrapComponentDirectiveInBubble!==!1,Et=null;if(Or){let vt=Ql(mt,{config:n,message:D,transform:b});if(vt)if(Pr){let qt=document.createElement("div");if(qt.className=["persona-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),qt.id=`bubble-${D.id}`,qt.setAttribute("data-message-id",D.id),D.content&&D.content.trim()){let on=document.createElement("div");on.className="persona-mb-3 persona-text-sm persona-leading-relaxed",on.innerHTML=b({text:D.content,message:D,streaming:!!D.streaming,raw:D.rawContent}),qt.appendChild(on)}qt.appendChild(vt),Et=qt}else{let qt=document.createElement("div");if(qt.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",qt.id=`bubble-${D.id}`,qt.setAttribute("data-message-id",D.id),qt.setAttribute("data-persona-component-directive","true"),D.content&&D.content.trim()){let on=document.createElement("div");on.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",on.innerHTML=b({text:D.content,message:D,streaming:!!D.streaming,raw:D.rawContent}),qt.appendChild(on)}qt.appendChild(vt),Et=qt}}if(Et||Vr!=null){let vt=document.createElement("div");vt.className="persona-flex",vt.id=`wrapper-${D.id}`,vt.setAttribute("data-wrapper-id",D.id),vt.setAttribute("data-component-directive-stub","true"),vt.setAttribute("data-preserve-runtime","true"),Pr||vt.classList.add("persona-w-full"),A.appendChild(vt),se.push({messageId:D.id,fingerprint:Yt,bubble:Et});return}}}if(!wt)if(D.variant==="reasoning"&&D.reasoning){if(!nt)return;wt=Zp(D,n)}else if(D.variant==="tool"&&D.toolCall){if(!Te)return;wt=eu(D,n)}else if(D.variant==="approval"&&D.approval){if(n.approval===!1)return;wt=Vl(D,n)}else{let mt=(Yo=n.layout)==null?void 0:Yo.messages;mt!=null&&mt.renderUserMessage&&D.role==="user"?wt=mt.renderUserMessage({message:D,config:n,streaming:!!D.streaming}):mt!=null&&mt.renderAssistantMessage&&D.role==="assistant"?wt=mt.renderAssistantMessage({message:D,config:n,streaming:!!D.streaming}):wt=Va(D,b,mt,n.messageActions,ce,{loadingIndicatorRenderer:F,widgetConfig:n}),D.role!=="user"&&wt&&pu(wt,D,n,U)}let at=document.createElement("div");at.className="persona-flex",at.id=`wrapper-${D.id}`,at.setAttribute("data-wrapper-id",D.id),D.role==="user"&&at.classList.add("persona-justify-end"),(wt==null?void 0:wt.getAttribute("data-persona-component-directive"))==="true"&&at.classList.add("persona-w-full"),at.appendChild(wt),px(Ee,D.id,Yt,at),A.appendChild(at)}),Ue.composerOverlay&&Ue.composerOverlay.querySelectorAll("[data-persona-ask-sheet-for]").forEach(Je=>{let pe=Je.getAttribute("data-persona-ask-sheet-for");pe&&!_.has(pe)&&qo(Ue.composerOverlay,pe)}),(ze=(St=n.features)==null?void 0:St.toolCallDisplay)!=null&&ze.grouped){let D=[],Je=[];g.forEach(pe=>{if(pe.variant==="tool"&&pe.toolCall&&Te){Je.push(pe);return}Je.length>1&&D.push(Je),Je=[]}),Je.length>1&&D.push(Je),D.forEach((pe,ft)=>{var _t,mn;let rr=pe.map(Tr=>Array.from(A.children).find(Pn=>Pn instanceof HTMLElement&&Pn.getAttribute("data-wrapper-id")===Tr.id)).filter(Tr=>!!Tr);if(rr.length<2)return;let Yt=document.createElement("div");Yt.className="persona-flex",Yt.id=`wrapper-tool-group-${ft}-${pe[0].id}`,Yt.setAttribute("data-wrapper-id",`tool-group-${ft}-${pe[0].id}`);let cr=document.createElement("div");cr.className="persona-tool-group persona-flex persona-w-full persona-flex-col persona-gap-2",cr.setAttribute("data-persona-tool-group","true");let wt=document.createElement("div");wt.className="persona-tool-group-summary persona-text-xs persona-text-persona-muted";let Lr=`Called ${pe.length} tools`,fn=(mn=(_t=n.toolCall)==null?void 0:_t.renderGroupedSummary)==null?void 0:mn.call(_t,{messages:pe,toolCalls:pe.map(Tr=>Tr.toolCall).filter(Tr=>!!Tr),defaultSummary:Lr,config:n});$(wt,fn)||(wt.textContent=Lr);let at=document.createElement("div");at.className="persona-tool-group-stack persona-flex persona-flex-col",cr.append(wt,at),Yt.appendChild(cr),rr[0].before(Yt),rr.forEach((Tr,Pn)=>{let gn=document.createElement("div");gn.className="persona-tool-group-item persona-relative",gn.setAttribute("data-persona-tool-group-item","true"),Pn<rr.length-1&&gn.setAttribute("data-persona-tool-group-connector","true"),gn.appendChild(Tr),at.appendChild(gn)})})}ux(Ee,K);let yt=g.some(D=>D.role==="assistant"&&D.streaming),ot=g[g.length-1],kt=(ot==null?void 0:ot.role)==="assistant"&&!ot.streaming&&ot.variant!=="approval";if(Tn&&g.some(D=>D.role==="user")&&!yt&&!kt){let D={config:n,streaming:!0,location:"standalone",defaultRenderer:xa},Je=o.find(ft=>ft.renderLoadingIndicator),pe=null;if(Je!=null&&Je.renderLoadingIndicator&&(pe=Je.renderLoadingIndicator(D)),pe===null&&((qe=n.loadingIndicator)!=null&&qe.render)&&(pe=n.loadingIndicator.render(D)),pe===null&&(pe=xa()),pe){let ft=document.createElement("div"),rr=((rt=n.loadingIndicator)==null?void 0:rt.showBubble)!==!1;ft.className=rr?["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(" "),ft.setAttribute("data-typing-indicator","true"),ft.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",ft.appendChild(pe);let Yt=document.createElement("div");Yt.className="persona-flex",Yt.id="wrapper-typing-indicator",Yt.setAttribute("data-wrapper-id","typing-indicator"),Yt.appendChild(ft),A.appendChild(Yt)}}if(!Tn&&g.length>0){let D=g[g.length-1],Je={config:n,lastMessage:D,messageCount:g.length},pe=o.find(rr=>rr.renderIdleIndicator),ft=null;if(pe!=null&&pe.renderIdleIndicator&&(ft=pe.renderIdleIndicator(Je)),ft===null&&((pt=n.loadingIndicator)!=null&&pt.renderIdle)&&(ft=n.loadingIndicator.renderIdle(Je)),ft){let rr=document.createElement("div"),Yt=((Ht=n.loadingIndicator)==null?void 0:Ht.showBubble)!==!1;rr.className=Yt?["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(" "),rr.setAttribute("data-idle-indicator","true"),rr.appendChild(ft);let cr=document.createElement("div");cr.className="persona-flex",cr.id="wrapper-idle-indicator",cr.setAttribute("data-wrapper-id","idle-indicator"),cr.appendChild(rr),A.appendChild(cr)}}if(Cl(c,A),Ce.length>0)for(let{messageId:D,fingerprint:Je,bubble:pe}of Ce){let ft=c.querySelector(`#wrapper-${D}`);ft&&pe!==null&&(ft.replaceChildren(pe),ft.setAttribute("data-bubble-fp",Je),pn.set(D,Je))}if(pn.size>0)for(let D of pn.keys())K.has(D)||pn.delete(D);if(se.length>0)for(let{messageId:D,fingerprint:Je,bubble:pe}of se){let ft=c.querySelector(`#wrapper-${D}`);ft&&pe!==null&&(ft.replaceChildren(pe),ft.setAttribute("data-bubble-fp",Je),Mn.set(D,Je))}if(Mn.size>0)for(let D of Mn.keys())K.has(D)||Mn.delete(D);if(et.length>0)for(let{messageId:D,fingerprint:Je,bubble:pe}of et){let ft=c.querySelector(`#wrapper-${D}`);ft&&pe!==null&&(ft.replaceChildren(pe),ft.setAttribute("data-bubble-fp",Je),Fn.set(D,Je))}if(Fn.size>0)for(let D of Fn.keys())K.has(D)||Fn.delete(D)},Eo=null,mi=()=>{var b;if(Eo)return;let c=A=>{let B=A.composedPath();B.includes(ke)||tt&&B.includes(tt)||Qt(!1,"user")};Eo=c,((b=t.ownerDocument)!=null?b:document).addEventListener("pointerdown",c,!0)},ss=()=>{var g;if(!Eo)return;((g=t.ownerDocument)!=null?g:document).removeEventListener("pointerdown",Eo,!0),Eo=null};Bt.push(()=>ss());let Lo=null,gi=()=>{var b;if(Lo)return;let c=A=>{A.key==="Escape"&&(A.isComposing||Qt(!1,"user"))};Lo=c,((b=t.ownerDocument)!=null?b:document).addEventListener("keydown",c,!0)},is=()=>{var g;if(!Lo)return;((g=t.ownerDocument)!=null?g:document).removeEventListener("keydown",Lo,!0),Lo=null};Bt.push(()=>is());let Po=!1,ls=new Set,hi=()=>{var g,b,A,B;let c=(A=(b=(g=n.launcher)==null?void 0:g.composerBar)==null?void 0:b.peek)==null?void 0:A.streamAnimation;return c||((B=n.features)==null?void 0:B.streamAnimation)},co=()=>{var kt,St,ze,qe;if(!W())return;let c=Ue.peekBanner,g=Ue.peekTextNode;if(!c||!g)return;if(R){c.classList.remove("persona-pill-peek--visible");return}let b=(kt=U==null?void 0:U.getMessages())!=null?kt:[],A;for(let rt=b.length-1;rt>=0;rt--){let pt=b[rt];if(pt.role==="assistant"&&pt.content){A=pt;break}}if(!A){c.classList.remove("persona-pill-peek--visible");return}let B=A.content,F=!!A.streaming,$=hi(),K=kl($),_=K.type!=="none"?js(K.type,$==null?void 0:$.plugins):null,We=((St=_==null?void 0:_.isAnimating)==null?void 0:St.call(_,A))===!0,Ce=_!==null&&(F||We);Ce&&_&&!ls.has(_.name)&&(qp(_,t),ls.add(_.name));let se=Ce&&(_!=null&&_.containerClass)?_.containerClass:null,Re=(ze=g.dataset.personaPeekStreamClass)!=null?ze:null;Re&&Re!==se&&(g.classList.remove(Re),delete g.dataset.personaPeekStreamClass),se&&Re!==se&&(g.classList.add(se),g.dataset.personaPeekStreamClass=se),Ce?(g.style.setProperty("--persona-stream-step",`${K.speed}ms`),g.style.setProperty("--persona-stream-duration",`${K.duration}ms`)):(g.style.removeProperty("--persona-stream-step"),g.style.removeProperty("--persona-stream-duration"));let _e=Ce?El(B,K.buffer,_,A,F):B;if(Ce&&K.placeholder==="skeleton"&&F&&(!_e||!_e.trim())){let rt=document.createElement("div"),pt=Ks();pt.classList.add("persona-pill-peek__skeleton"),rt.appendChild(pt),Cl(g,rt)}else{let rt=Math.max(0,_e.length-100),pt=_e.length>100?_e.slice(-100):_e,Ht=la(pt);if(!Ce||!_){let D=_e.length>100?`\u2026${pt}`:pt;g.textContent!==D&&(g.textContent=D)}else{let D=Ht;(_.wrap==="char"||_.wrap==="word")&&(D=Gs(Ht,_.wrap,`peek-${A.id}`,{skipTags:_.skipTags,startIndex:rt}));let Je=document.createElement("div");if(Je.innerHTML=D,_.useCaret&&pt.length>0){let pe=Ll(),ft=Je.querySelectorAll(".persona-stream-char, .persona-stream-word"),rr=ft[ft.length-1];rr!=null&&rr.parentNode?rr.parentNode.insertBefore(pe,rr.nextSibling):Je.appendChild(pe)}Cl(g,Je),(qe=_.onAfterRender)==null||qe.call(_,{container:g,bubble:c,messageId:A.id,message:A,speed:K.speed,duration:K.duration})}}let ot=Tn||Po;c.classList.toggle("persona-pill-peek--visible",ot)};if(W()){let c=Ue.peekBanner;if(c){let A=B=>{B.preventDefault(),B.stopPropagation(),Qt(!0,"user")};c.addEventListener("pointerdown",A),Bt.push(()=>{c.removeEventListener("pointerdown",A)})}let g=()=>{Po||(Po=!0,co())},b=()=>{Po&&(Po=!1,co())};ye.addEventListener("pointerenter",g),ye.addEventListener("pointerleave",b),Bt.push(()=>{ye.removeEventListener("pointerenter",g),ye.removeEventListener("pointerleave",b)}),tt&&(tt.addEventListener("pointerenter",g),tt.addEventListener("pointerleave",b),Bt.push(()=>{tt.removeEventListener("pointerenter",g),tt.removeEventListener("pointerleave",b)}))}let xi=c=>{var Re,_e,et,yt,ot,kt,St,ze;let g=(_e=(Re=n.launcher)==null?void 0:Re.composerBar)!=null?_e:{},b=(et=g.expandedSize)!=null?et:"anchored",A=(yt=g.bottomOffset)!=null?yt:"16px",B=g.collapsedMaxWidth,F=(ot=g.expandedMaxWidth)!=null?ot:"880px",$=(kt=g.expandedTopOffset)!=null?kt:"5vh",K=(St=g.modalMaxWidth)!=null?St:"880px",_=(ze=g.modalMaxHeight)!=null?ze:"min(90vh, 800px)",We="calc(100vw - 32px)",Ce="var(--persona-pill-area-height, 80px)",se=ke.style;if(se.left="",se.right="",se.top="",se.bottom="",se.transform="",se.width="",se.maxWidth="",se.height="",se.maxHeight="",tt){let qe=tt.style;qe.bottom=A,qe.width=B!=null?B:""}if(c&&b!=="fullscreen"){if(b==="modal"){se.top="50%",se.left="50%",se.transform="translate(-50%, -50%)",se.bottom="auto",se.right="auto",se.width=K,se.maxWidth=We,se.maxHeight=_,se.height=_;return}se.left="50%",se.transform="translateX(-50%)",se.bottom=`calc(${A} + ${Ce})`,se.top=$,se.width=F,se.maxWidth=We}},Io=()=>{var _,We,Ce,se,Re,_e,et,yt;if(!P())return;if(W()){let kt=(Ce=((We=(_=n.launcher)==null?void 0:_.composerBar)!=null?We:{}).expandedSize)!=null?Ce:"anchored",St=R?"expanded":"collapsed";ke.dataset.state=St,ke.dataset.expandedSize=kt,tt&&(tt.dataset.state=St,tt.dataset.expandedSize=kt),ke.style.removeProperty("display"),ke.classList.remove("persona-pointer-events-none","persona-opacity-0"),ye.classList.remove("persona-scale-95","persona-opacity-0","persona-scale-100","persona-opacity-100"),xi(R),he.style.display=R?"flex":"none",Nn(),R?(mi(),gi()):(ss(),is()),co();return}let c=kr(n),g=(se=t.ownerDocument.defaultView)!=null?se:window,b=(_e=(Re=n.launcher)==null?void 0:Re.mobileBreakpoint)!=null?_e:640,A=(yt=(et=n.launcher)==null?void 0:et.mobileFullscreen)!=null?yt:!0,B=g.innerWidth<=b,F=A&&B&&M,$=Wn(n).reveal;R?(ke.style.removeProperty("display"),ke.style.display=c?"flex":"",ke.classList.remove("persona-pointer-events-none","persona-opacity-0"),ye.classList.remove("persona-scale-95","persona-opacity-0"),ye.classList.add("persona-scale-100","persona-opacity-100"),ct?ct.element.style.display="none":ut&&(ut.style.display="none")):(c?c&&($==="overlay"||$==="push")&&!F?(ke.style.removeProperty("display"),ke.style.display="flex",ke.classList.remove("persona-pointer-events-none","persona-opacity-0"),ye.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(ke.style.setProperty("display","none","important"),ke.classList.remove("persona-pointer-events-none","persona-opacity-0"),ye.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(ke.style.display="",ke.classList.add("persona-pointer-events-none","persona-opacity-0"),ye.classList.remove("persona-scale-100","persona-opacity-100"),ye.classList.add("persona-scale-95","persona-opacity-0")),ct?ct.element.style.display=c?"none":"":ut&&(ut.style.display=c?"none":""))},Qt=(c,g="user")=>{var F,$;if(!P()||R===c)return;let b=R;R=c,Io();let A=(()=>{var et,yt,ot,kt,St,ze,qe,rt,pt,Ht;let K=(yt=(et=n.launcher)==null?void 0:et.sidebarMode)!=null?yt:!1,_=(ot=t.ownerDocument.defaultView)!=null?ot:window,We=(St=(kt=n.launcher)==null?void 0:kt.mobileFullscreen)!=null?St:!0,Ce=(qe=(ze=n.launcher)==null?void 0:ze.mobileBreakpoint)!=null?qe:640,se=_.innerWidth<=Ce,Re=kr(n)&&We&&se,_e=W()&&((Ht=(pt=(rt=n.launcher)==null?void 0:rt.composerBar)==null?void 0:pt.expandedSize)!=null?Ht:"fullscreen")==="fullscreen";return K||We&&se&&M||Re||_e})();if(R&&A){if(!xr){let K=t.getRootNode(),_=K instanceof ShadowRoot?K.host:t.closest(".persona-host");_&&(xr=zp(_,($=(F=n.launcher)==null?void 0:F.zIndex)!=null?$:Kr))}yr||(yr=Vp(t.ownerDocument))}else R||(xr==null||xr(),xr=null,yr==null||yr(),yr=null);R&&(br(),ko(!0));let B={open:R,source:g,timestamp:Date.now()};R&&!b?s.emit("widget:opened",B):!R&&b&&s.emit("widget:closed",B),s.emit("widget:state",{open:R,launcherEnabled:M,voiceActive:Wt.active,streaming:U.isStreaming()})},Aa=c=>{Zt(c?"stop":"send"),X&&(X.disabled=c),_n.buttons.forEach(g=>{g.disabled=c}),Ke.dataset.personaComposerStreaming=c?"true":"false",Ke.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(g=>{(g instanceof HTMLButtonElement||g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement||g instanceof HTMLSelectElement)&&(g.disabled=c)})},Sa=()=>{Wt.active||xe&&xe.focus()};s.on("widget:opened",()=>{n.autoFocusInput&&setTimeout(()=>Sa(),200)});let ds=()=>{var b,A,B,F,$,K,_,We,Ce,se,Re;ue.textContent=(A=(b=n.copy)==null?void 0:b.welcomeTitle)!=null?A:"Hello \u{1F44B}",Oe.textContent=(F=(B=n.copy)==null?void 0:B.welcomeSubtitle)!=null?F:"Ask anything about your account or products.",xe.placeholder=(K=($=n.copy)==null?void 0:$.inputPlaceholder)!=null?K:"How can I help...";let c=Q.querySelector("[data-persona-intro-card]");if(c){let _e=((_=n.copy)==null?void 0:_.showWelcomeCard)!==!1;c.style.display=_e?"":"none",_e?(Q.classList.remove("persona-gap-3"),Q.classList.add("persona-gap-6")):(Q.classList.remove("persona-gap-6"),Q.classList.add("persona-gap-3"))}!((Ce=(We=n.sendButton)==null?void 0:We.useIcon)!=null&&Ce)&&!(U!=null&&U.isStreaming())&&(z.textContent=(Re=(se=n.copy)==null?void 0:se.sendButtonLabel)!=null?Re:"Send"),xe.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',xe.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};n.clientToken&&(n={...n,getStoredSessionId:()=>{let c=d.sessionId;return typeof c=="string"?c:null},setStoredSessionId:c=>{m(g=>({...g,sessionId:c}))}});let Jn=null,yi=()=>{Jn==null&&(Jn=setInterval(()=>{let c=Ve.querySelectorAll("[data-tool-elapsed]");if(c.length===0){clearInterval(Jn),Jn=null;return}let g=Date.now();c.forEach(b=>{let A=Number(b.getAttribute("data-tool-elapsed"));A&&(b.textContent=ji(g-A))})},100))};if(U=new _a(n,{onMessagesChanged(c){Go(Ve,c,ve),yi(),U&&(c.some(B=>B.role==="user")?_n.render([],U,xe,c):_n.render(n.suggestionChips,U,xe,c,n.suggestionChipsConfig)),ko(!Tn),fi(c);let g=[...c].reverse().find(A=>A.role==="user"),b=Wt.lastUserMessageId;g&&g.id!==b&&(Wt.lastUserMessageId=g.id,s.emit("user:message",g)),Wt.lastUserMessageWasVoice=!!(g!=null&&g.viaVoice),Ca(c),co()},onStatusChanged(c){var A;let g=(A=n.statusIndicator)!=null?A:{};gt(ge,(B=>{var F,$,K,_;return B==="idle"?(F=g.idleText)!=null?F:Gr.idle:B==="connecting"?($=g.connectingText)!=null?$:Gr.connecting:B==="connected"?(K=g.connectedText)!=null?K:Gr.connected:B==="error"?(_=g.errorText)!=null?_:Gr.error:Gr[B]})(c),g,c)},onStreamingChanged(c){Tn=c,Aa(c),U&&Go(Ve,U.getMessages(),ve),c||ko(!0),co()},onVoiceStatusChanged(c){var g,b;if(((b=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:b.type)==="runtype")switch(c){case"listening":break;case"processing":Y(),ae();break;case"speaking":Y(),me();break;default:c==="idle"&&U.isBargeInActive()?(Y(),H(),X==null||X.setAttribute("aria-label","End voice session")):(Wt.active=!1,Y(),kn("system"),nn());break}},onArtifactsState(c){te=c,ln(),Ca()}}),Ze.current=U,((Sf=(Af=n.voiceRecognition)==null?void 0:Af.provider)==null?void 0:Sf.type)==="runtype")try{U.setupVoice()}catch(c){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",c)}n.clientToken&&U.initClientSession().catch(c=>{n.debug&&console.warn("[AgentWidget] Pre-init client session failed:",c)}),(G||n.onSSEEvent)&&U.setSSEEventCallback((c,g)=>{var b;(b=n.onSSEEvent)==null||b.call(n,c,g),Ae==null||Ae.processEvent(c,g),G==null||G.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c,timestamp:Date.now(),payload:JSON.stringify(g)})}),l&&l.then(c=>{var g,b,A;c&&(c.metadata&&(d=mu(c.metadata),S.syncFromMetadata()),(g=c.messages)!=null&&g.length&&U.hydrateMessages(c.messages),(b=c.artifacts)!=null&&b.length&&U.hydrateArtifacts(c.artifacts,(A=c.selectedArtifactId)!=null?A:null))}).catch(c=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",c)});let cs=()=>{var g,b,A;!W()||R||!((A=(b=(g=n.launcher)==null?void 0:g.composerBar)==null?void 0:b.expandOnSubmit)==null||A)||Qt(!0,"auto")},ps=c=>{var B;if(c.preventDefault(),U.isStreaming()){U.cancel(),Ae==null||Ae.reset(),J==null||J.update();return}let g=xe.value.trim(),b=(B=ht==null?void 0:ht.hasAttachments())!=null?B:!1;if(!g&&!b)return;cs();let A;b&&(A=[],A.push(...ht.getContentParts()),g&&A.push(Ds(g))),xe.value="",xe.style.height="auto",Ko(),U.sendMessage(g,{contentParts:A}),b&&ht.clearAttachments()},bi=()=>{var c;return((c=n.features)==null?void 0:c.composerHistory)!==!1},Ta={...Al},Ma=!1,Ko=()=>{Ta={...Al}},wi=()=>U.getMessages().filter(c=>c.role==="user").map(c=>{var g;return(g=c.content)!=null?g:""}).filter(c=>c.length>0),vi=c=>{if(!xe)return;Ma=!0,xe.value=c,xe.dispatchEvent(new Event("input",{bubbles:!0})),Ma=!1;let g=xe.value.length;xe.setSelectionRange(g,g)},us=()=>{Ma||Ko()},fs=c=>{if(xe){if(bi()&&(c.key==="ArrowUp"||c.key==="ArrowDown")&&!c.shiftKey&&!c.metaKey&&!c.ctrlKey&&!c.altKey&&!c.isComposing){let g=xe.selectionStart===0&&xe.selectionEnd===0,b=ix({direction:c.key==="ArrowUp"?"up":"down",history:wi(),currentValue:xe.value,atStart:g,state:Ta});if(Ta=b.state,b.handled){c.preventDefault(),b.value!==void 0&&vi(b.value);return}}if(c.key==="Enter"&&!c.shiftKey){if(U.isStreaming()){c.preventDefault();return}Ko(),c.preventDefault(),z.click()}}},ms=c=>{c.key!=="Escape"||c.isComposing||U.isStreaming()&&c.composedPath().includes(he)&&(U.cancel(),Ae==null||Ae.reset(),J==null||J.update(),Ko(),c.preventDefault(),c.stopImmediatePropagation())},gs=async c=>{var b;if(((b=n.attachments)==null?void 0:b.enabled)!==!0||!ht)return;let g=vC(c.clipboardData);g.length!==0&&(c.preventDefault(),await ht.handleFiles(g))},Xr=null,un=!1,po=null,Ct=null,hs=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,Xo=(c="user")=>{var F,$,K,_,We,Ce,se;if(un||U.isStreaming())return;let g=hs();if(!g)return;Xr=new g;let A=($=((F=n.voiceRecognition)!=null?F:{}).pauseDuration)!=null?$:2e3;Xr.continuous=!0,Xr.interimResults=!0,Xr.lang="en-US";let B=xe.value;Xr.onresult=Re=>{let _e="",et="";for(let ot=0;ot<Re.results.length;ot++){let kt=Re.results[ot],St=kt[0].transcript;kt.isFinal?_e+=St+" ":et=St}let yt=B+_e+et;xe.value=yt,po&&clearTimeout(po),(_e||et)&&(po=window.setTimeout(()=>{let ot=xe.value.trim();ot&&Xr&&un&&(zn(),xe.value="",xe.style.height="auto",U.sendMessage(ot,{viaVoice:!0}))},A))},Xr.onerror=Re=>{Re.error!=="no-speech"&&zn()},Xr.onend=()=>{if(un){let Re=xe.value.trim();Re&&Re!==B.trim()&&(xe.value="",xe.style.height="auto",U.sendMessage(Re,{viaVoice:!0})),zn()}};try{if(Xr.start(),un=!0,Wt.active=!0,c!=="system"&&(Wt.manuallyDeactivated=!1),kn(c),nn(),X){let Re=(K=n.voiceRecognition)!=null?K:{};Ct={backgroundColor:X.style.backgroundColor,color:X.style.color,borderColor:X.style.borderColor,iconName:(_=Re.iconName)!=null?_:"mic",iconSize:parseFloat((se=(Ce=Re.iconSize)!=null?Ce:(We=n.sendButton)==null?void 0:We.size)!=null?se:"40")||24};let _e=Re.recordingBackgroundColor,et=Re.recordingIconColor,yt=Re.recordingBorderColor;if(X.classList.add("persona-voice-recording"),X.style.backgroundColor=_e!=null?_e:"var(--persona-voice-recording-bg, #ef4444)",X.style.color=et!=null?et:"var(--persona-voice-recording-indicator, #ffffff)",et){let ot=X.querySelector("svg");ot&&ot.setAttribute("stroke",et)}yt&&(X.style.borderColor=yt),X.setAttribute("aria-label","Stop voice recognition")}}catch{zn("system")}},zn=(c="user")=>{if(un){if(un=!1,po&&(clearTimeout(po),po=null),Xr){try{Xr.stop()}catch{}Xr=null}if(Wt.active=!1,kn(c),nn(),X){if(X.classList.remove("persona-voice-recording"),Ct){X.style.backgroundColor=Ct.backgroundColor,X.style.color=Ct.color,X.style.borderColor=Ct.borderColor;let g=X.querySelector("svg");g&&g.setAttribute("stroke",Ct.color||"currentColor"),Ct=null}X.setAttribute("aria-label","Start voice recognition")}}},ka=(c,g)=>{var kt,St,ze,qe,rt,pt,Ht,D;let b=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),A=((kt=c==null?void 0:c.provider)==null?void 0:kt.type)==="runtype";if(!(b||A))return null;let F=v("div","persona-send-button-wrapper"),$=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");$.type="button",$.setAttribute("aria-label","Start voice recognition");let K=(St=c==null?void 0:c.iconName)!=null?St:"mic",_=(ze=g==null?void 0:g.size)!=null?ze:"40px",We=(qe=c==null?void 0:c.iconSize)!=null?qe:_,Ce=parseFloat(We)||24,se=(rt=c==null?void 0:c.backgroundColor)!=null?rt:g==null?void 0:g.backgroundColor,Re=(pt=c==null?void 0:c.iconColor)!=null?pt:g==null?void 0:g.textColor;$.style.width=We,$.style.height=We,$.style.minWidth=We,$.style.minHeight=We,$.style.fontSize="18px",$.style.lineHeight="1",Re?$.style.color=Re:$.style.color="var(--persona-text, #111827)";let et=Be(K,Ce,Re||"currentColor",1.5);et?$.appendChild(et):$.textContent="\u{1F3A4}",se?$.style.backgroundColor=se:$.style.backgroundColor="",c!=null&&c.borderWidth&&($.style.borderWidth=c.borderWidth,$.style.borderStyle="solid"),c!=null&&c.borderColor&&($.style.borderColor=c.borderColor),c!=null&&c.paddingX&&($.style.paddingLeft=c.paddingX,$.style.paddingRight=c.paddingX),c!=null&&c.paddingY&&($.style.paddingTop=c.paddingY,$.style.paddingBottom=c.paddingY),F.appendChild($);let yt=(Ht=c==null?void 0:c.tooltipText)!=null?Ht:"Start voice recognition";if(((D=c==null?void 0:c.showTooltip)!=null?D:!1)&&yt){let Je=v("div","persona-send-button-tooltip");Je.textContent=yt,F.appendChild(Je)}return{micButton:$,micButtonWrapper:F}},lt=()=>{var g,b,A,B,F;if(!X||Ct)return;let c=(g=n.voiceRecognition)!=null?g:{};Ct={backgroundColor:X.style.backgroundColor,color:X.style.color,borderColor:X.style.borderColor,iconName:(b=c.iconName)!=null?b:"mic",iconSize:parseFloat((F=(B=c.iconSize)!=null?B:(A=n.sendButton)==null?void 0:A.size)!=null?F:"40")||24}},L=(c,g)=>{var F,$,K,_,We;if(!X)return;let b=X.querySelector("svg");b&&b.remove();let A=(We=Ct==null?void 0:Ct.iconSize)!=null?We:parseFloat((_=(K=(F=n.voiceRecognition)==null?void 0:F.iconSize)!=null?K:($=n.sendButton)==null?void 0:$.size)!=null?_:"40")||24,B=Be(c,A,g,1.5);B&&X.appendChild(B)},q=()=>{X&&X.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},H=()=>{var B;if(!X)return;lt();let c=(B=n.voiceRecognition)!=null?B:{},g=c.recordingBackgroundColor,b=c.recordingIconColor,A=c.recordingBorderColor;if(q(),X.classList.add("persona-voice-recording"),X.style.backgroundColor=g!=null?g:"var(--persona-voice-recording-bg, #ef4444)",X.style.color=b!=null?b:"var(--persona-voice-recording-indicator, #ffffff)",b){let F=X.querySelector("svg");F&&F.setAttribute("stroke",b)}A&&(X.style.borderColor=A),X.setAttribute("aria-label","Stop voice recognition")},ae=()=>{var K,_,We,Ce,se,Re,_e,et;if(!X)return;lt();let c=(K=n.voiceRecognition)!=null?K:{},g=U.getVoiceInterruptionMode(),b=(_=c.processingIconName)!=null?_:"loader",A=(Ce=(We=c.processingIconColor)!=null?We:Ct==null?void 0:Ct.color)!=null?Ce:"",B=(Re=(se=c.processingBackgroundColor)!=null?se:Ct==null?void 0:Ct.backgroundColor)!=null?Re:"",F=(et=(_e=c.processingBorderColor)!=null?_e:Ct==null?void 0:Ct.borderColor)!=null?et:"";q(),X.classList.add("persona-voice-processing"),X.style.backgroundColor=B,X.style.borderColor=F;let $=A||"currentColor";X.style.color=$,L(b,$),X.setAttribute("aria-label","Processing voice input"),g==="none"&&(X.style.cursor="default")},me=()=>{var We,Ce,se,Re,_e,et,yt,ot,kt,St,ze,qe;if(!X)return;lt();let c=(We=n.voiceRecognition)!=null?We:{},g=U.getVoiceInterruptionMode(),b=g==="cancel"?"square":g==="barge-in"?"mic":"volume-2",A=(Ce=c.speakingIconName)!=null?Ce:b,B=(et=c.speakingIconColor)!=null?et:g==="barge-in"?(Re=(se=c.recordingIconColor)!=null?se:Ct==null?void 0:Ct.color)!=null?Re:"":(_e=Ct==null?void 0:Ct.color)!=null?_e:"",F=(kt=c.speakingBackgroundColor)!=null?kt:g==="barge-in"?(yt=c.recordingBackgroundColor)!=null?yt:"var(--persona-voice-recording-bg, #ef4444)":(ot=Ct==null?void 0:Ct.backgroundColor)!=null?ot:"",$=(qe=c.speakingBorderColor)!=null?qe:g==="barge-in"?(St=c.recordingBorderColor)!=null?St:"":(ze=Ct==null?void 0:Ct.borderColor)!=null?ze:"";q(),X.classList.add("persona-voice-speaking"),X.style.backgroundColor=F,X.style.borderColor=$;let K=B||"currentColor";X.style.color=K,L(A,K);let _=g==="cancel"?"Stop playback and re-record":g==="barge-in"?"Speak to interrupt":"Agent is speaking";X.setAttribute("aria-label",_),g==="none"&&(X.style.cursor="default"),g==="barge-in"&&X.classList.add("persona-voice-recording")},Y=()=>{var c,g,b;X&&(q(),Ct&&(X.style.backgroundColor=(c=Ct.backgroundColor)!=null?c:"",X.style.color=(g=Ct.color)!=null?g:"",X.style.borderColor=(b=Ct.borderColor)!=null?b:"",L(Ct.iconName,Ct.color||"currentColor"),Ct=null),X.style.cursor="",X.setAttribute("aria-label","Start voice recognition"))},Fe=()=>{var c,g;if(((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"){let b=U.getVoiceStatus(),A=U.getVoiceInterruptionMode();if(A==="none"&&(b==="processing"||b==="speaking"))return;if(A==="cancel"&&(b==="processing"||b==="speaking")){U.stopVoicePlayback();return}if(U.isBargeInActive()){U.stopVoicePlayback(),U.deactivateBargeIn().then(()=>{Wt.active=!1,Wt.manuallyDeactivated=!0,nn(),kn("user"),Y()});return}U.toggleVoice().then(()=>{Wt.active=U.isVoiceActive(),Wt.manuallyDeactivated=!U.isVoiceActive(),nn(),kn("user"),U.isVoiceActive()?H():Y()});return}if(un){let b=xe.value.trim();Wt.manuallyDeactivated=!0,nn(),zn("user"),b&&(xe.value="",xe.style.height="auto",U.sendMessage(b))}else Wt.manuallyDeactivated=!1,nn(),Xo("user")};ur=Fe,X&&(X.addEventListener("click",Fe),Bt.push(()=>{var c,g;((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?(U.isVoiceActive()&&U.toggleVoice(),Y()):zn("system"),X&&X.removeEventListener("click",Fe)}));let Ye=s.on("assistant:complete",()=>{ns&&(Wt.active||Wt.manuallyDeactivated||ns==="assistant"&&!Wt.lastUserMessageWasVoice||setTimeout(()=>{var c,g;!Wt.active&&!Wt.manuallyDeactivated&&(((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?U.toggleVoice().then(()=>{Wt.active=U.isVoiceActive(),kn("auto"),U.isVoiceActive()&&H()}):Xo("auto"))},600))});Bt.push(Ye);let At=s.on("action:resubmit",()=>{setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)});Bt.push(At);let dt=()=>{Qt(!R,"user")},ct=null,ut=null;if(M&&!W()){let c=o.find(g=>g.renderLauncher);if(c!=null&&c.renderLauncher){let g=c.renderLauncher({config:n,defaultRenderer:()=>Js(n,dt).element,onToggle:dt});g&&(ut=g)}ut||(ct=Js(n,dt))}ct?t.appendChild(ct.element):ut&&t.appendChild(ut),Io(),_n.render(n.suggestionChips,U,xe,void 0,n.suggestionChipsConfig),ds(),Aa(U.isStreaming()),ko(!0),di(),T&&(!M||W()?setTimeout(()=>Sa(),0):R&&setTimeout(()=>Sa(),200));let br=()=>{var _,We,Ce,se,Re,_e,et,yt,ot,kt,St,ze,qe,rt,pt,Ht,D,Je,pe,ft,rr,Yt;if(W()){Rt(),Io();return}let c=kr(n),g=(We=(_=n.launcher)==null?void 0:_.sidebarMode)!=null?We:!1,b=c||g||((se=(Ce=n.launcher)==null?void 0:Ce.fullHeight)!=null?se:!1),A=(Re=t.ownerDocument.defaultView)!=null?Re:window,B=(et=(_e=n.launcher)==null?void 0:_e.mobileFullscreen)!=null?et:!0,F=(ot=(yt=n.launcher)==null?void 0:yt.mobileBreakpoint)!=null?ot:640,$=A.innerWidth<=F,K=B&&$&&M;try{if(K){Nn(),Do(t,n);return}if(E&&(E=!1,Nn(),Do(t,n)),!M&&!c){ye.style.height="",ye.style.width="";return}if(!g&&!c){let cr=(St=(kt=n==null?void 0:n.launcher)==null?void 0:kt.width)!=null?St:n==null?void 0:n.launcherWidth,wt=cr!=null?cr:wn;ye.style.width=wt,ye.style.maxWidth=wt}if(Xn(),!b){let cr=A.innerHeight,wt=64,Lr=(qe=(ze=n.launcher)==null?void 0:ze.heightOffset)!=null?qe:0,fn=Math.max(200,cr-wt),at=Math.min(640,fn),_t=Math.max(200,at-Lr);ye.style.height=`${_t}px`}}finally{if(Rt(),Io(),R&&M){let wt=((rt=t.ownerDocument.defaultView)!=null?rt:window).innerWidth<=((Ht=(pt=n.launcher)==null?void 0:pt.mobileBreakpoint)!=null?Ht:640),Lr=(Je=(D=n.launcher)==null?void 0:D.sidebarMode)!=null?Je:!1,fn=(ft=(pe=n.launcher)==null?void 0:pe.mobileFullscreen)!=null?ft:!0,at=kr(n)&&fn&&wt,_t=Lr||fn&&wt&&M||at;if(_t&&!yr){let mn=t.getRootNode(),Tr=mn instanceof ShadowRoot?mn.host:t.closest(".persona-host");Tr&&!xr&&(xr=zp(Tr,(Yt=(rr=n.launcher)==null?void 0:rr.zIndex)!=null?Yt:Kr)),yr=Vp(t.ownerDocument)}else _t||(xr==null||xr(),xr=null,yr==null||yr(),yr=null)}}};br();let zt=(Tf=t.ownerDocument.defaultView)!=null?Tf:window;if(zt.addEventListener("resize",br),Bt.push(()=>zt.removeEventListener("resize",br)),typeof ResizeObserver!="undefined"){let c=new ResizeObserver(()=>{Rt()});c.observe(Ke),Bt.push(()=>c.disconnect())}Un=Q.scrollTop;let Xt=Q.scrollHeight,Er=()=>{let c=Q.scrollTop,g=Q.scrollHeight,b=g<Xt;Xt=g;let{action:A,nextLastScrollTop:B}=Tl({following:$n.isFollowing(),currentScrollTop:c,lastScrollTop:Un,nearBottom:qs(Q,rs),userScrollThreshold:ii,isAutoScrolling:so||Vo||b,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(Un=B,A==="resume"){Mo();return}A==="pause"&&as()};Q.addEventListener("scroll",Er,{passive:!0}),Bt.push(()=>Q.removeEventListener("scroll",Er));let zr=c=>{let g=Ml({following:$n.isFollowing(),deltaY:c.deltaY,nearBottom:qs(Q,rs),resumeWhenNearBottom:!0});g==="pause"?as():g==="resume"&&Mo()};Q.addEventListener("wheel",zr,{passive:!0}),Bt.push(()=>Q.removeEventListener("wheel",zr)),Ut.addEventListener("click",()=>{Q.scrollTop=Q.scrollHeight,Un=Q.scrollTop,Mo(),ko(!0)}),Bt.push(()=>Ut.remove()),Bt.push(()=>{os()});let _r=()=>{Z&&(cn&&(Z.removeEventListener("click",cn),cn=null),P()?(Z.style.display="",cn=()=>{Qt(!1,"user")},Z.addEventListener("click",cn)):Z.style.display="none")};_r(),(()=>{let{clearChatButton:c}=Ue;c&&c.addEventListener("click",()=>{U.clearMessages(),Ee.clear(),Mo(),qo(Ue.composerOverlay);try{localStorage.removeItem(Za),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Za}`)}catch(b){console.error("[AgentWidget] Failed to clear default localStorage:",b)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Za)try{localStorage.removeItem(n.clearChatHistoryStorageKey),n.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${n.clearChatHistoryStorageKey}`)}catch(b){console.error("[AgentWidget] Failed to clear custom localStorage:",b)}let g=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(g),i!=null&&i.clear)try{let b=i.clear();b instanceof Promise&&b.catch(A=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)})}catch(b){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",b)}d={},S.syncFromMetadata(),G==null||G.clear(),Ae==null||Ae.reset(),J==null||J.update()})})(),Le&&Le.addEventListener("submit",ps),xe==null||xe.addEventListener("keydown",fs),xe==null||xe.addEventListener("input",us),xe==null||xe.addEventListener("paste",gs);let En=(Mf=t.ownerDocument)!=null?Mf:document;En.addEventListener("keydown",ms,!0);let Iu="persona-attachment-drop-active",xs=0,id=()=>{xs=0,he.classList.remove(Iu)},Ea=()=>{var c;return((c=n.attachments)==null?void 0:c.enabled)===!0&&ht!==null},Ru=c=>{!rd(c.dataTransfer)||!Ea()||(xs++,xs===1&&he.classList.add(Iu))},Wu=c=>{!rd(c.dataTransfer)||!Ea()||(xs--,xs<=0&&id())},Bu=c=>{!rd(c.dataTransfer)||!Ea()||(c.preventDefault(),c.dataTransfer.dropEffect="copy")},Hu=c=>{var b;if(!rd(c.dataTransfer)||!Ea())return;c.preventDefault(),c.stopPropagation(),id();let g=Array.from((b=c.dataTransfer.files)!=null?b:[]);g.length!==0&&ht.handleFiles(g)},Ro=!0;he.addEventListener("dragenter",Ru,Ro),he.addEventListener("dragleave",Wu,Ro),t.addEventListener("dragover",Bu,Ro),t.addEventListener("drop",Hu,Ro);let Ci=t.ownerDocument,Du=c=>{Ea()&&c.preventDefault()},Ou=c=>{Ea()&&c.preventDefault()};Ci.addEventListener("dragover",Du),Ci.addEventListener("drop",Ou),Bt.push(()=>{Le&&Le.removeEventListener("submit",ps),xe==null||xe.removeEventListener("keydown",fs),xe==null||xe.removeEventListener("input",us),xe==null||xe.removeEventListener("paste",gs),En.removeEventListener("keydown",ms,!0)}),Bt.push(()=>{he.removeEventListener("dragenter",Ru,Ro),he.removeEventListener("dragleave",Wu,Ro),t.removeEventListener("dragover",Bu,Ro),t.removeEventListener("drop",Hu,Ro),Ci.removeEventListener("dragover",Du),Ci.removeEventListener("drop",Ou),id()}),Bt.push(()=>{U.cancel()}),ct?Bt.push(()=>{ct==null||ct.destroy()}):ut&&Bt.push(()=>{ut==null||ut.remove()});let Sr={update(c){var vr,Qn,Mr,Jr,In,Zo,ea,Ai,ys,Wf,Bf,Hf,Df,Of,Nf,_f,Ff,$f,Uf,qf,zf,Vf,jf,Gf,Kf,Xf,Jf,Qf,Yf,Zf,em,tm,rm,nm,om,am,sm,im,lm,dm,cm,pm,um,fm,mm,gm,hm,xm,ym,bm,wm,vm,Cm,Am,Sm,Tm,Mm,km,Em,Lm,Pm,Im,Rm,Wm,Bm,Hm,Dm,Om,Nm,_m,Fm,$m,Um,qm,zm,Vm,jm,Gm,Km,Xm,Jm,Qm,Ym,Zm,eg,tg,rg,ng,og,ag,sg,ig,lg,dg,cg,pg,ug,fg,mg,gg,hg,xg,yg,bg,wg,vg,Cg,Ag,Sg,Tg,Mg,kg,Eg;let g=n.toolCall,b=n.messageActions,A=(vr=n.layout)==null?void 0:vr.messages,B=n.colorScheme,F=n.loadingIndicator,$=n.iterationDisplay,K=(Qn=n.features)==null?void 0:Qn.showReasoning,_=(Mr=n.features)==null?void 0:Mr.showToolCalls,We=(Jr=n.features)==null?void 0:Jr.toolCallDisplay,Ce=(In=n.features)==null?void 0:In.reasoningDisplay;n={...n,...c},Nn(),Do(t,n),Gl(t,n),Kl(t,n),ln(),n.colorScheme!==B&&To();let se=ri.getForInstance(n.plugins);o.length=0,o.push(...se),M=(ea=(Zo=n.launcher)==null?void 0:Zo.enabled)!=null?ea:!0,k=(ys=(Ai=n.launcher)==null?void 0:Ai.autoExpand)!=null?ys:!1,nt=(Bf=(Wf=n.features)==null?void 0:Wf.showReasoning)!=null?Bf:!0,Te=(Df=(Hf=n.features)==null?void 0:Hf.showToolCalls)!=null?Df:!0,Se=(Nf=(Of=n.features)==null?void 0:Of.scrollToBottom)!=null?Nf:{},dr(),lo();let Re=$e;if($e=(Ff=(_f=n.features)==null?void 0:_f.showEventStreamToggle)!=null?Ff:!1,$e&&!Re){if(G||(V=new ei(He),G=new Zs(be,V),Ae=Ae!=null?Ae:new ti,V.open().then(()=>G==null?void 0:G.restore()).catch(()=>{}),U.setSSEEventCallback((ne,$t)=>{var ar;(ar=n.onSSEEvent)==null||ar.call(n,ne,$t),Ae==null||Ae.processEvent(ne,$t),G.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:ne,timestamp:Date.now(),payload:JSON.stringify($t)})})),!bt&&je){let ne=(Uf=($f=n.features)==null?void 0:$f.eventStream)==null?void 0:Uf.classNames,$t="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"+(ne!=null&&ne.toggleButton?" "+ne.toggleButton:"");bt=v("button",$t),bt.style.width="28px",bt.style.height="28px",bt.style.color=rn.actionIconColor,bt.type="button",bt.setAttribute("aria-label","Event Stream"),bt.title="Event Stream";let ar=Be("activity","18px","currentColor",1.5);ar&&bt.appendChild(ar);let Tt=Ue.clearChatButtonWrapper,Kt=Ue.closeButtonWrapper,Ir=Tt||Kt;Ir&&Ir.parentNode===je?je.insertBefore(bt,Ir):je.appendChild(bt),bt.addEventListener("click",()=>{ie?Ur():Br()})}}else!$e&&Re&&(Ur(),bt&&(bt.remove(),bt=null),G==null||G.clear(),V==null||V.destroy(),G=null,V=null,Ae==null||Ae.reset(),Ae=null);if(((qf=n.launcher)==null?void 0:qf.enabled)===!1&&ct&&(ct.destroy(),ct=null),((zf=n.launcher)==null?void 0:zf.enabled)===!1&&ut&&(ut.remove(),ut=null),((Vf=n.launcher)==null?void 0:Vf.enabled)!==!1&&!ct&&!ut){let ne=o.find($t=>$t.renderLauncher);if(ne!=null&&ne.renderLauncher){let $t=ne.renderLauncher({config:n,defaultRenderer:()=>Js(n,dt).element,onToggle:dt});$t&&(ut=$t,t.appendChild(ut))}ut||(ct=Js(n,dt),t.appendChild(ct.element))}ct&&ct.update(n),Ie&&((jf=n.launcher)==null?void 0:jf.title)!==void 0&&(Ie.textContent=n.launcher.title),Ne&&((Gf=n.launcher)==null?void 0:Gf.subtitle)!==void 0&&(Ne.textContent=n.launcher.subtitle);let _e=(Kf=n.layout)==null?void 0:Kf.header;if((_e==null?void 0:_e.layout)!==w&&je){let ne=_e?qa(n,_e,{showClose:P(),onClose:()=>Qt(!1,"user")}):bo({config:n,showClose:P(),onClose:()=>Qt(!1,"user")});je.replaceWith(ne.header),je=ne.header,O=ne.iconHolder,Ie=ne.headerTitle,Ne=ne.headerSubtitle,Z=ne.closeButton,w=_e==null?void 0:_e.layout}else if(_e&&(O&&(O.style.display=_e.showIcon===!1?"none":""),Ie&&(Ie.style.display=_e.showTitle===!1?"none":""),Ne&&(Ne.style.display=_e.showSubtitle===!1?"none":""),Z&&(Z.style.display=_e.showCloseButton===!1?"none":""),Ue.clearChatButtonWrapper)){let ne=_e.showClearChat;if(ne!==void 0){Ue.clearChatButtonWrapper.style.display=ne?"":"none";let{closeButtonWrapper:$t}=Ue;$t&&!$t.classList.contains("persona-absolute")&&(ne?$t.classList.remove("persona-ml-auto"):$t.classList.add("persona-ml-auto"))}}let yt=((Xf=n.layout)==null?void 0:Xf.showHeader)!==!1;je&&(je.style.display=yt?"":"none");let ot=((Jf=n.layout)==null?void 0:Jf.showFooter)!==!1;Ke&&(Ke.style.display=ot?"":"none"),Rt(),lo(),M!==C?M?Qt(k,"auto"):(R=!0,Io()):k!==h&&Qt(k,"auto"),h=k,C=M,br(),_r();let ze=JSON.stringify(c.toolCall)!==JSON.stringify(g),qe=JSON.stringify(n.messageActions)!==JSON.stringify(b),rt=JSON.stringify((Qf=n.layout)==null?void 0:Qf.messages)!==JSON.stringify(A),pt=((Yf=n.loadingIndicator)==null?void 0:Yf.render)!==(F==null?void 0:F.render)||((Zf=n.loadingIndicator)==null?void 0:Zf.renderIdle)!==(F==null?void 0:F.renderIdle)||((em=n.loadingIndicator)==null?void 0:em.showBubble)!==(F==null?void 0:F.showBubble),Ht=n.iterationDisplay!==$,D=((rm=(tm=n.features)==null?void 0:tm.showReasoning)!=null?rm:!0)!==(K!=null?K:!0)||((om=(nm=n.features)==null?void 0:nm.showToolCalls)!=null?om:!0)!==(_!=null?_:!0)||JSON.stringify((am=n.features)==null?void 0:am.toolCallDisplay)!==JSON.stringify(We)||JSON.stringify((sm=n.features)==null?void 0:sm.reasoningDisplay)!==JSON.stringify(Ce);(ze||qe||rt||pt||Ht||D)&&U&&(ts++,Go(Ve,U.getMessages(),ve));let pe=(im=n.launcher)!=null?im:{},ft=(lm=pe.headerIconHidden)!=null?lm:!1,rr=(cm=(dm=n.layout)==null?void 0:dm.header)==null?void 0:cm.showIcon,Yt=ft||rr===!1,cr=pe.headerIconName,wt=(pm=pe.headerIconSize)!=null?pm:"48px";if(O){let ne=he.querySelector(".persona-border-b-persona-divider"),$t=ne==null?void 0:ne.querySelector(".persona-flex-col");if(Yt)O.style.display="none",ne&&$t&&!ne.contains($t)&&ne.insertBefore($t,ne.firstChild);else{if(O.style.display="",O.style.height=wt,O.style.width=wt,ne&&$t&&(ne.contains(O)?O.nextSibling!==$t&&(O.remove(),ne.insertBefore(O,$t)):ne.insertBefore(O,$t)),cr){let Tt=parseFloat(wt)||24,Kt=Be(cr,Tt*.6,"#ffffff",2);Kt?O.replaceChildren(Kt):O.textContent=(um=pe.agentIconText)!=null?um:"\u{1F4AC}"}else if(pe.iconUrl){let Tt=O.querySelector("img");if(Tt)Tt.src=pe.iconUrl,Tt.style.height=wt,Tt.style.width=wt;else{let Kt=document.createElement("img");Kt.src=pe.iconUrl,Kt.alt="",Kt.className="persona-rounded-xl persona-object-cover",Kt.style.height=wt,Kt.style.width=wt,O.replaceChildren(Kt)}}else{let Tt=O.querySelector("svg"),Kt=O.querySelector("img");(Tt||Kt)&&O.replaceChildren(),O.textContent=(fm=pe.agentIconText)!=null?fm:"\u{1F4AC}"}let ar=O.querySelector("img");ar&&(ar.style.height=wt,ar.style.width=wt)}}let Lr=(gm=(mm=n.layout)==null?void 0:mm.header)==null?void 0:gm.showTitle,fn=(xm=(hm=n.layout)==null?void 0:hm.header)==null?void 0:xm.showSubtitle;if(Ie&&(Ie.style.display=Lr===!1?"none":""),Ne&&(Ne.style.display=fn===!1?"none":""),Z){((bm=(ym=n.layout)==null?void 0:ym.header)==null?void 0:bm.showCloseButton)===!1?Z.style.display="none":Z.style.display="";let $t=(wm=pe.closeButtonSize)!=null?wm:"32px",ar=(vm=pe.closeButtonPlacement)!=null?vm:"inline";Z.style.height=$t,Z.style.width=$t;let{closeButtonWrapper:Tt}=Ue,Kt=ar==="top-right",Ir=Tt==null?void 0:Tt.classList.contains("persona-absolute");if(Tt&&Kt!==Ir)if(Tt.remove(),Kt)Tt.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",he.style.position="relative",he.appendChild(Tt);else{let Lt=(Am=(Cm=pe.clearChat)==null?void 0:Cm.placement)!=null?Am:"inline",Rr=(Tm=(Sm=pe.clearChat)==null?void 0:Sm.enabled)!=null?Tm:!0;Tt.className=Rr&&Lt==="inline"?"":"persona-ml-auto";let an=he.querySelector(".persona-border-b-persona-divider");an&&an.appendChild(Tt)}if(Z.style.color=pe.closeButtonColor||rn.actionIconColor,pe.closeButtonBackgroundColor?(Z.style.backgroundColor=pe.closeButtonBackgroundColor,Z.classList.remove("hover:persona-bg-gray-100")):(Z.style.backgroundColor="",Z.classList.add("hover:persona-bg-gray-100")),pe.closeButtonBorderWidth||pe.closeButtonBorderColor){let Lt=pe.closeButtonBorderWidth||"0px",Rr=pe.closeButtonBorderColor||"transparent";Z.style.border=`${Lt} solid ${Rr}`,Z.classList.remove("persona-border-none")}else Z.style.border="",Z.classList.add("persona-border-none");pe.closeButtonBorderRadius?(Z.style.borderRadius=pe.closeButtonBorderRadius,Z.classList.remove("persona-rounded-full")):(Z.style.borderRadius="",Z.classList.add("persona-rounded-full")),pe.closeButtonPaddingX?(Z.style.paddingLeft=pe.closeButtonPaddingX,Z.style.paddingRight=pe.closeButtonPaddingX):(Z.style.paddingLeft="",Z.style.paddingRight=""),pe.closeButtonPaddingY?(Z.style.paddingTop=pe.closeButtonPaddingY,Z.style.paddingBottom=pe.closeButtonPaddingY):(Z.style.paddingTop="",Z.style.paddingBottom="");let jr=(Mm=pe.closeButtonIconName)!=null?Mm:"x",Vn=(km=pe.closeButtonIconText)!=null?km:"\xD7";Z.innerHTML="";let Qr=Be(jr,"28px","currentColor",1);Qr?Z.appendChild(Qr):Z.textContent=Vn;let wr=(Em=pe.closeButtonTooltipText)!=null?Em:"Close chat",hn=(Lm=pe.closeButtonShowTooltip)!=null?Lm:!0;if(Z.setAttribute("aria-label",wr),Tt&&(Tt._cleanupTooltip&&(Tt._cleanupTooltip(),delete Tt._cleanupTooltip),hn&&wr)){let Lt=null,Rr=()=>{if(Lt||!Z)return;let ta=Z.ownerDocument,bs=ta.body;if(!bs)return;Lt=ro(ta,"div","persona-clear-chat-tooltip"),Lt.textContent=wr;let ws=ro(ta,"div");ws.className="persona-clear-chat-tooltip-arrow",Lt.appendChild(ws);let ra=Z.getBoundingClientRect();Lt.style.position="fixed",Lt.style.zIndex=String(Oo),Lt.style.left=`${ra.left+ra.width/2}px`,Lt.style.top=`${ra.top-8}px`,Lt.style.transform="translate(-50%, -100%)",bs.appendChild(Lt)},an=()=>{Lt&&Lt.parentNode&&(Lt.parentNode.removeChild(Lt),Lt=null)};Tt.addEventListener("mouseenter",Rr),Tt.addEventListener("mouseleave",an),Z.addEventListener("focus",Rr),Z.addEventListener("blur",an),Tt._cleanupTooltip=()=>{an(),Tt&&(Tt.removeEventListener("mouseenter",Rr),Tt.removeEventListener("mouseleave",an)),Z&&(Z.removeEventListener("focus",Rr),Z.removeEventListener("blur",an))}}}let{clearChatButton:at,clearChatButtonWrapper:_t}=Ue;if(at){let ne=(Pm=pe.clearChat)!=null?Pm:{},$t=(Im=ne.enabled)!=null?Im:!0,ar=(Wm=(Rm=n.layout)==null?void 0:Rm.header)==null?void 0:Wm.showClearChat,Tt=ar!==void 0?ar:$t,Kt=(Bm=ne.placement)!=null?Bm:"inline";if(_t){_t.style.display=Tt?"":"none";let{closeButtonWrapper:Ir}=Ue;!W()&&Ir&&!Ir.classList.contains("persona-absolute")&&(Tt?Ir.classList.remove("persona-ml-auto"):Ir.classList.add("persona-ml-auto"));let jr=Kt==="top-right",Vn=_t.classList.contains("persona-absolute");if(!W()&&jr!==Vn&&Tt){if(_t.remove(),jr)_t.className="persona-absolute persona-top-4 persona-z-50",_t.style.right="48px",he.style.position="relative",he.appendChild(_t);else{_t.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",_t.style.right="";let wr=he.querySelector(".persona-border-b-persona-divider"),hn=Ue.closeButtonWrapper;wr&&hn&&hn.parentElement===wr?wr.insertBefore(_t,hn):wr&&wr.appendChild(_t)}let Qr=Ue.closeButtonWrapper;Qr&&!Qr.classList.contains("persona-absolute")&&(jr?Qr.classList.add("persona-ml-auto"):Qr.classList.remove("persona-ml-auto"))}}if(Tt){if(!W()){let Lt=(Hm=ne.size)!=null?Hm:"32px";at.style.height=Lt,at.style.width=Lt}let Ir=(Dm=ne.iconName)!=null?Dm:"refresh-cw",jr=(Om=ne.iconColor)!=null?Om:"";at.style.color=jr||rn.actionIconColor,at.innerHTML="";let Vn=W()?"14px":"20px",Qr=Be(Ir,Vn,"currentColor",2);if(Qr&&at.appendChild(Qr),ne.backgroundColor?(at.style.backgroundColor=ne.backgroundColor,at.classList.remove("hover:persona-bg-gray-100")):(at.style.backgroundColor="",at.classList.add("hover:persona-bg-gray-100")),ne.borderWidth||ne.borderColor){let Lt=ne.borderWidth||"0px",Rr=ne.borderColor||"transparent";at.style.border=`${Lt} solid ${Rr}`,at.classList.remove("persona-border-none")}else at.style.border="",at.classList.add("persona-border-none");ne.borderRadius?(at.style.borderRadius=ne.borderRadius,at.classList.remove("persona-rounded-full")):(at.style.borderRadius="",at.classList.add("persona-rounded-full")),ne.paddingX?(at.style.paddingLeft=ne.paddingX,at.style.paddingRight=ne.paddingX):(at.style.paddingLeft="",at.style.paddingRight=""),ne.paddingY?(at.style.paddingTop=ne.paddingY,at.style.paddingBottom=ne.paddingY):(at.style.paddingTop="",at.style.paddingBottom="");let wr=(Nm=ne.tooltipText)!=null?Nm:"Clear chat",hn=(_m=ne.showTooltip)!=null?_m:!0;if(at.setAttribute("aria-label",wr),_t&&(_t._cleanupTooltip&&(_t._cleanupTooltip(),delete _t._cleanupTooltip),hn&&wr)){let Lt=null,Rr=()=>{if(Lt||!at)return;let ta=at.ownerDocument,bs=ta.body;if(!bs)return;Lt=ro(ta,"div","persona-clear-chat-tooltip"),Lt.textContent=wr;let ws=ro(ta,"div");ws.className="persona-clear-chat-tooltip-arrow",Lt.appendChild(ws);let ra=at.getBoundingClientRect();Lt.style.position="fixed",Lt.style.zIndex=String(Oo),Lt.style.left=`${ra.left+ra.width/2}px`,Lt.style.top=`${ra.top-8}px`,Lt.style.transform="translate(-50%, -100%)",bs.appendChild(Lt)},an=()=>{Lt&&Lt.parentNode&&(Lt.parentNode.removeChild(Lt),Lt=null)};_t.addEventListener("mouseenter",Rr),_t.addEventListener("mouseleave",an),at.addEventListener("focus",Rr),at.addEventListener("blur",an),_t._cleanupTooltip=()=>{an(),_t&&(_t.removeEventListener("mouseenter",Rr),_t.removeEventListener("mouseleave",an)),at&&(at.removeEventListener("focus",Rr),at.removeEventListener("blur",an))}}}}let mn=n.actionParsers&&n.actionParsers.length?n.actionParsers:[ni],Tr=n.actionHandlers&&n.actionHandlers.length?n.actionHandlers:[wa.message,wa.messageAndClick];S=oi({parsers:mn,handlers:Tr,getSessionMetadata:f,updateSessionMetadata:m,emit:s.emit,documentRef:typeof document!="undefined"?document:null}),ve=dy(n,S,oe),U.updateConfig(n),Go(Ve,U.getMessages(),ve),_n.render(n.suggestionChips,U,xe,void 0,n.suggestionChipsConfig),ds(),Aa(U.isStreaming());let Pn=((Fm=n.voiceRecognition)==null?void 0:Fm.enabled)===!0,gn=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),Jo=((Um=($m=n.voiceRecognition)==null?void 0:$m.provider)==null?void 0:Um.type)==="runtype";if(Pn&&(gn||Jo))if(!X||!er){let ne=ka(n.voiceRecognition,n.sendButton);ne&&(X=ne.micButton,er=ne.micButtonWrapper,Pt.insertBefore(er,De),X.addEventListener("click",Fe),X.disabled=U.isStreaming())}else{let ne=(qm=n.voiceRecognition)!=null?qm:{},$t=(zm=n.sendButton)!=null?zm:{},ar=(Vm=ne.iconName)!=null?Vm:"mic",Tt=(jm=$t.size)!=null?jm:"40px",Kt=(Gm=ne.iconSize)!=null?Gm:Tt,Ir=parseFloat(Kt)||24;X.style.width=Kt,X.style.height=Kt,X.style.minWidth=Kt,X.style.minHeight=Kt;let jr=(Xm=(Km=ne.iconColor)!=null?Km:$t.textColor)!=null?Xm:"currentColor";X.innerHTML="";let Vn=Be(ar,Ir,jr,2);Vn?X.appendChild(Vn):X.textContent="\u{1F3A4}";let Qr=(Jm=ne.backgroundColor)!=null?Jm:$t.backgroundColor;Qr?X.style.backgroundColor=Qr:X.style.backgroundColor="",jr?X.style.color=jr:X.style.color="var(--persona-text, #111827)",ne.borderWidth?(X.style.borderWidth=ne.borderWidth,X.style.borderStyle="solid"):(X.style.borderWidth="",X.style.borderStyle=""),ne.borderColor?X.style.borderColor=ne.borderColor:X.style.borderColor="",ne.paddingX?(X.style.paddingLeft=ne.paddingX,X.style.paddingRight=ne.paddingX):(X.style.paddingLeft="",X.style.paddingRight=""),ne.paddingY?(X.style.paddingTop=ne.paddingY,X.style.paddingBottom=ne.paddingY):(X.style.paddingTop="",X.style.paddingBottom="");let wr=er==null?void 0:er.querySelector(".persona-send-button-tooltip"),hn=(Qm=ne.tooltipText)!=null?Qm:"Start voice recognition";if(((Ym=ne.showTooltip)!=null?Ym:!1)&&hn)if(wr)wr.textContent=hn,wr.style.display="";else{let Rr=document.createElement("div");Rr.className="persona-send-button-tooltip",Rr.textContent=hn,er==null||er.insertBefore(Rr,X)}else wr&&(wr.style.display="none");er.style.display="",X.disabled=U.isStreaming()}else X&&er&&(er.style.display="none",((eg=(Zm=n.voiceRecognition)==null?void 0:Zm.provider)==null?void 0:eg.type)==="runtype"?U.isVoiceActive()&&U.toggleVoice():un&&zn());if(((tg=n.attachments)==null?void 0:tg.enabled)===!0)if(!Vt||!it){let ne=(rg=n.attachments)!=null?rg:{},ar=(og=((ng=n.sendButton)!=null?ng:{}).size)!=null?og:"40px";we||(we=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),we.style.display="none",Le.insertBefore(we,xe)),de||(de=document.createElement("input"),de.type="file",de.accept=((ag=ne.allowedTypes)!=null?ag:yo).join(","),de.multiple=((sg=ne.maxFiles)!=null?sg:4)>1,de.style.display="none",de.setAttribute("aria-label","Attach files"),Le.insertBefore(de,xe)),Vt=v("div","persona-send-button-wrapper"),it=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),it.type="button",it.setAttribute("aria-label",(ig=ne.buttonTooltipText)!=null?ig:"Attach file");let Tt=(lg=ne.buttonIconName)!=null?lg:"paperclip",Kt=ar,Ir=parseFloat(Kt)||40,jr=Math.round(Ir*.6);it.style.width=Kt,it.style.height=Kt,it.style.minWidth=Kt,it.style.minHeight=Kt,it.style.fontSize="18px",it.style.lineHeight="1",it.style.backgroundColor="transparent",it.style.color="var(--persona-primary, #111827)",it.style.border="none",it.style.borderRadius="6px",it.style.transition="background-color 0.15s ease",it.addEventListener("mouseenter",()=>{it.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),it.addEventListener("mouseleave",()=>{it.style.backgroundColor="transparent"});let Vn=Be(Tt,jr,"currentColor",1.5);Vn?it.appendChild(Vn):it.textContent="\u{1F4CE}",it.addEventListener("click",hn=>{hn.preventDefault(),de==null||de.click()}),Vt.appendChild(it);let Qr=(dg=ne.buttonTooltipText)!=null?dg:"Attach file",wr=v("div","persona-send-button-tooltip");wr.textContent=Qr,Vt.appendChild(wr),st.append(Vt),!ht&&de&&we&&(ht=ma.fromConfig(ne),ht.setPreviewsContainer(we),de.addEventListener("change",async()=>{ht&&(de!=null&&de.files)&&(await ht.handleFileSelect(de.files),de.value="")})),he.querySelector(".persona-attachment-drop-overlay")||he.appendChild(cy(ne.dropOverlay))}else{Vt.style.display="";let ne=(cg=n.attachments)!=null?cg:{};de&&(de.accept=((pg=ne.allowedTypes)!=null?pg:yo).join(","),de.multiple=((ug=ne.maxFiles)!=null?ug:4)>1),ht&&ht.updateConfig({allowedTypes:ne.allowedTypes,maxFileSize:ne.maxFileSize,maxFiles:ne.maxFiles})}else Vt&&(Vt.style.display="none"),ht&&ht.clearAttachments(),(fg=he.querySelector(".persona-attachment-drop-overlay"))==null||fg.remove();let fr=(mg=n.sendButton)!=null?mg:{},Qo=(gg=fr.useIcon)!=null?gg:!1,Wo=(hg=fr.iconText)!=null?hg:"\u2191",Bo=fr.iconName,uo=(xg=fr.tooltipText)!=null?xg:"Send message",Yo=(yg=fr.showTooltip)!=null?yg:!1,mt=(bg=fr.size)!=null?bg:"40px",Vr=fr.backgroundColor,Or=fr.textColor;if(Qo){if(z.style.width=mt,z.style.height=mt,z.style.minWidth=mt,z.style.minHeight=mt,z.style.fontSize="18px",z.style.lineHeight="1",z.innerHTML="",Or?z.style.color=Or:z.style.color="var(--persona-button-primary-fg, #ffffff)",Bo){let ne=parseFloat(mt)||24,$t=(Or==null?void 0:Or.trim())||"currentColor",ar=Be(Bo,ne,$t,2);ar?z.appendChild(ar):z.textContent=Wo}else z.textContent=Wo;z.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",Vr?(z.style.backgroundColor=Vr,z.classList.remove("persona-bg-persona-primary")):(z.style.backgroundColor="",z.classList.add("persona-bg-persona-primary"))}else z.textContent=(vg=(wg=n.copy)==null?void 0:wg.sendButtonLabel)!=null?vg:"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",Vr?(z.style.backgroundColor=Vr,z.classList.remove("persona-bg-persona-accent")):z.classList.add("persona-bg-persona-accent"),Or?z.style.color=Or:z.classList.add("persona-text-white");fr.borderWidth?(z.style.borderWidth=fr.borderWidth,z.style.borderStyle="solid"):(z.style.borderWidth="",z.style.borderStyle=""),fr.borderColor?z.style.borderColor=fr.borderColor:z.style.borderColor="",fr.paddingX?(z.style.paddingLeft=fr.paddingX,z.style.paddingRight=fr.paddingX):(z.style.paddingLeft="",z.style.paddingRight=""),fr.paddingY?(z.style.paddingTop=fr.paddingY,z.style.paddingBottom=fr.paddingY):(z.style.paddingTop="",z.style.paddingBottom="");let Pr=De==null?void 0:De.querySelector(".persona-send-button-tooltip");if(Yo&&uo)if(Pr)Pr.textContent=uo,Pr.style.display="";else{let ne=document.createElement("div");ne.className="persona-send-button-tooltip",ne.textContent=uo,De==null||De.insertBefore(ne,z)}else Pr&&(Pr.style.display="none");let Et=(Mg=(Cg=n.layout)==null?void 0:Cg.contentMaxWidth)!=null?Mg:W()?(Tg=(Sg=(Ag=n.launcher)==null?void 0:Ag.composerBar)==null?void 0:Sg.contentMaxWidth)!=null?Tg:"720px":void 0;Et?(Ve.style.maxWidth=Et,Ve.style.marginLeft="auto",Ve.style.marginRight="auto",Ve.style.width="100%",Le&&(Le.style.maxWidth=Et,Le.style.marginLeft="auto",Le.style.marginRight="auto"),ee&&(ee.style.maxWidth=Et,ee.style.marginLeft="auto",ee.style.marginRight="auto")):(Ve.style.maxWidth="",Ve.style.marginLeft="",Ve.style.marginRight="",Ve.style.width="",Le&&(Le.style.maxWidth="",Le.style.marginLeft="",Le.style.marginRight=""),ee&&(ee.style.maxWidth="",ee.style.marginLeft="",ee.style.marginRight=""));let vt=(kg=n.statusIndicator)!=null?kg:{},qt=(Eg=vt.visible)!=null?Eg:!0;if(ge.style.display=qt?"":"none",U){let ne=U.getStatus();gt(ge,(ar=>{var Tt,Kt,Ir,jr;return ar==="idle"?(Tt=vt.idleText)!=null?Tt:Gr.idle:ar==="connecting"?(Kt=vt.connectingText)!=null?Kt:Gr.connecting:ar==="connected"?(Ir=vt.connectedText)!=null?Ir:Gr.connected:ar==="error"?(jr=vt.errorText)!=null?jr:Gr.error:Gr[ar]})(ne),vt,ne)}ge.classList.remove("persona-text-left","persona-text-center","persona-text-right");let on=vt.align==="left"?"persona-text-left":vt.align==="center"?"persona-text-center":"persona-text-right";ge.classList.add(on)},open(){P()&&Qt(!0,"api")},close(){P()&&Qt(!1,"api")},toggle(){P()&&Qt(!R,"api")},clearChat(){Pe=!1,U.clearMessages(),Ee.clear(),Mo();try{localStorage.removeItem(Za),n.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Za}`)}catch(g){console.error("[AgentWidget] Failed to clear default localStorage:",g)}if(n.clearChatHistoryStorageKey&&n.clearChatHistoryStorageKey!==Za)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 c=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(c),i!=null&&i.clear)try{let g=i.clear();g instanceof Promise&&g.catch(b=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",b)})}catch(g){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",g)}d={},S.syncFromMetadata(),G==null||G.clear(),Ae==null||Ae.reset(),J==null||J.update()},setMessage(c){return!xe||U.isStreaming()?!1:(!R&&P()&&Qt(!0,"system"),xe.value=c,xe.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(c){if(U.isStreaming())return!1;let g=(c==null?void 0:c.trim())||xe.value.trim();return g?(!R&&P()&&Qt(!0,"system"),xe.value="",xe.style.height="auto",U.sendMessage(g),!0):!1},startVoiceRecognition(){var g,b;return U.isStreaming()?!1:((b=(g=n.voiceRecognition)==null?void 0:g.provider)==null?void 0:b.type)==="runtype"?(U.isVoiceActive()||(!R&&P()&&Qt(!0,"system"),Wt.manuallyDeactivated=!1,nn(),U.toggleVoice().then(()=>{Wt.active=U.isVoiceActive(),kn("user"),U.isVoiceActive()&&H()})),!0):un?!0:hs()?(!R&&P()&&Qt(!0,"system"),Wt.manuallyDeactivated=!1,nn(),Xo("user"),!0):!1},stopVoiceRecognition(){var c,g;return((g=(c=n.voiceRecognition)==null?void 0:c.provider)==null?void 0:g.type)==="runtype"?U.isVoiceActive()?(U.toggleVoice().then(()=>{Wt.active=!1,Wt.manuallyDeactivated=!0,nn(),kn("user"),Y()}),!0):!1:un?(Wt.manuallyDeactivated=!0,nn(),zn("user"),!0):!1},injectMessage(c){return!R&&P()&&Qt(!0,"system"),U.injectMessage(c)},injectAssistantMessage(c){!R&&P()&&Qt(!0,"system");let g=U.injectAssistantMessage(c);return N&&(N=!1,j&&(clearTimeout(j),j=null),setTimeout(()=>{U&&!U.isStreaming()&&U.continueConversation()},100)),g},injectUserMessage(c){return!R&&P()&&Qt(!0,"system"),U.injectUserMessage(c)},injectSystemMessage(c){return!R&&P()&&Qt(!0,"system"),U.injectSystemMessage(c)},injectMessageBatch(c){return!R&&P()&&Qt(!0,"system"),U.injectMessageBatch(c)},injectComponentDirective(c){return!R&&P()&&Qt(!0,"system"),U.injectComponentDirective(c)},injectTestMessage(c){!R&&P()&&Qt(!0,"system"),U.injectTestEvent(c)},async connectStream(c,g){return U.connectStream(c,g)},__pushEventStreamEvent(c){G&&(Ae==null||Ae.processEvent(c.type,c.payload),G.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:c.type,timestamp:Date.now(),payload:JSON.stringify(c.payload)}))},showEventStream(){!$e||!G||Br()},hideEventStream(){ie&&Ur()},isEventStreamVisible(){return ie},showArtifacts(){Hn(n)&&(Pe=!1,ln(),fe==null||fe.setMobileOpen(!0))},hideArtifacts(){Hn(n)&&(Pe=!0,ln())},upsertArtifact(c){return Hn(n)?(Pe=!1,U.upsertArtifact(c)):null},selectArtifact(c){Hn(n)&&U.selectArtifact(c)},clearArtifacts(){Hn(n)&&U.clearArtifacts()},getArtifacts(){var c;return(c=U==null?void 0:U.getArtifacts())!=null?c:[]},getSelectedArtifactId(){var c;return(c=U==null?void 0:U.getSelectedArtifactId())!=null?c:null},focusInput(){return M&&!R&&!W()||!xe?!1:(xe.focus(),!0)},async resolveApproval(c,g,b){let B=U.getMessages().find(F=>{var $;return F.variant==="approval"&&(($=F.approval)==null?void 0:$.id)===c});if(!(B!=null&&B.approval))throw new Error(`Approval not found: ${c}`);if(B.approval.toolType==="webmcp"){U.resolveWebMcpApproval(B.id,g);return}return U.resolveApproval(B.approval,g,b)},getMessages(){return U.getMessages()},getStatus(){return U.getStatus()},getPersistentMetadata(){return{...d}},updatePersistentMetadata(c){m(c)},on(c,g){return s.on(c,g)},off(c,g){s.off(c,g)},isOpen(){return P()&&R},isVoiceActive(){return Wt.active},getState(){return{open:P()&&R,launcherEnabled:M,voiceActive:Wt.active,streaming:U.isStreaming()}},showCSATFeedback(c){!R&&P()&&Qt(!0,"system");let g=Ve.querySelector(".persona-feedback-container");g&&g.remove();let b=ed({onSubmit:async(A,B)=>{var F;U.isClientTokenMode()&&await U.submitCSATFeedback(A,B),(F=c==null?void 0:c.onSubmit)==null||F.call(c,A,B)},onDismiss:c==null?void 0:c.onDismiss,...c});Ve.appendChild(b),b.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(c){!R&&P()&&Qt(!0,"system");let g=Ve.querySelector(".persona-feedback-container");g&&g.remove();let b=td({onSubmit:async(A,B)=>{var F;U.isClientTokenMode()&&await U.submitNPSFeedback(A,B),(F=c==null?void 0:c.onSubmit)==null||F.call(c,A,B)},onDismiss:c==null?void 0:c.onDismiss,...c});Ve.appendChild(b),b.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(c,g){return U.submitCSATFeedback(c,g)},async submitNPSFeedback(c,g){return U.submitNPSFeedback(c,g)},destroy(){Jn!=null&&(clearInterval(Jn),Jn=null),Bt.forEach(c=>c()),ke.remove(),tt==null||tt.remove(),ct==null||ct.destroy(),ut==null||ut.remove(),cn&&Z.removeEventListener("click",cn)}};if((((kf=r==null?void 0:r.debugTools)!=null?kf:!1)||!!n.debug)&&typeof window!="undefined"){let c=window.AgentWidgetBrowser,g={controller:Sr,getMessages:Sr.getMessages,getStatus:Sr.getStatus,getMetadata:Sr.getPersistentMetadata,updateMetadata:Sr.updatePersistentMetadata,clearHistory:()=>Sr.clearChat(),setVoiceActive:b=>b?Sr.startVoiceRecognition():Sr.stopVoiceRecognition()};window.AgentWidgetBrowser=g,Bt.push(()=>{window.AgentWidgetBrowser===g&&(window.AgentWidgetBrowser=c)})}if(typeof window!="undefined"){let c=t.getAttribute("data-persona-instance")||t.id||"persona-"+Math.random().toString(36).slice(2,8),g=K=>{let _=K.detail;(!(_!=null&&_.instanceId)||_.instanceId===c)&&Sr.focusInput()};if(window.addEventListener("persona:focusInput",g),Bt.push(()=>{window.removeEventListener("persona:focusInput",g)}),$e){let K=We=>{let Ce=We.detail;(!(Ce!=null&&Ce.instanceId)||Ce.instanceId===c)&&Sr.showEventStream()},_=We=>{let Ce=We.detail;(!(Ce!=null&&Ce.instanceId)||Ce.instanceId===c)&&Sr.hideEventStream()};window.addEventListener("persona:showEventStream",K),window.addEventListener("persona:hideEventStream",_),Bt.push(()=>{window.removeEventListener("persona:showEventStream",K),window.removeEventListener("persona:hideEventStream",_)})}let b=K=>{let _=K.detail;(!(_!=null&&_.instanceId)||_.instanceId===c)&&Sr.showArtifacts()},A=K=>{let _=K.detail;(!(_!=null&&_.instanceId)||_.instanceId===c)&&Sr.hideArtifacts()},B=K=>{let _=K.detail;_!=null&&_.instanceId&&_.instanceId!==c||_!=null&&_.artifact&&Sr.upsertArtifact(_.artifact)},F=K=>{let _=K.detail;_!=null&&_.instanceId&&_.instanceId!==c||typeof(_==null?void 0:_.id)=="string"&&Sr.selectArtifact(_.id)},$=K=>{let _=K.detail;(!(_!=null&&_.instanceId)||_.instanceId===c)&&Sr.clearArtifacts()};window.addEventListener("persona:showArtifacts",b),window.addEventListener("persona:hideArtifacts",A),window.addEventListener("persona:upsertArtifact",B),window.addEventListener("persona:selectArtifact",F),window.addEventListener("persona:clearArtifacts",$),Bt.push(()=>{window.removeEventListener("persona:showArtifacts",b),window.removeEventListener("persona:hideArtifacts",A),window.removeEventListener("persona:upsertArtifact",B),window.removeEventListener("persona:selectArtifact",F),window.removeEventListener("persona:clearArtifacts",$)})}let Ln=CC(n.persistState);if(Ln&&P()){let c=AC(Ln.storage),g=`${Ln.keyPrefix}widget-open`,b=`${Ln.keyPrefix}widget-voice`,A=`${Ln.keyPrefix}widget-voice-mode`;if(c){let B=((Ef=Ln.persist)==null?void 0:Ef.openState)&&c.getItem(g)==="true",F=((Lf=Ln.persist)==null?void 0:Lf.voiceState)&&c.getItem(b)==="true",$=((Pf=Ln.persist)==null?void 0:Pf.voiceState)&&c.getItem(A)==="true";if(B&&setTimeout(()=>{Sr.open(),setTimeout(()=>{var K;if(F||$)Sr.startVoiceRecognition();else if((K=Ln.persist)!=null&&K.focusInput){let _=t.querySelector("textarea");_&&_.focus()}},100)},0),(If=Ln.persist)!=null&&If.openState&&(s.on("widget:opened",()=>{c.setItem(g,"true")}),s.on("widget:closed",()=>{c.setItem(g,"false")})),(Rf=Ln.persist)!=null&&Rf.voiceState&&(s.on("voice:state",K=>{c.setItem(b,K.active?"true":"false")}),s.on("user:message",K=>{c.setItem(A,K.viaVoice?"true":"false")})),Ln.clearOnChatClear){let K=()=>{c.removeItem(g),c.removeItem(b),c.removeItem(A)},_=()=>K();window.addEventListener("persona:clear-chat",_),Bt.push(()=>{window.removeEventListener("persona:clear-chat",_)})}}}return p&&P()&&setTimeout(()=>{Sr.open()},0),co(),Sr};var SC=(t,e)=>{let r=t.trim(),n=/^(\d+(?:\.\d+)?)px$/i.exec(r);if(n)return Math.max(0,parseFloat(n[1]));let o=/^(\d+(?:\.\d+)?)%$/i.exec(r);return o?Math.max(0,e*parseFloat(o[1])/100):420},py=(t,e)=>{var n,o;let r=(o=(n=e==null?void 0:e.launcher)==null?void 0:n.enabled)!=null?o:!0;t.className="persona-host",t.style.height=r?"":"100%",t.style.display=r?"":"flex",t.style.flexDirection=r?"":"column",t.style.flex=r?"":"1 1 auto",t.style.minHeight=r?"":"0"},yu=t=>{t.style.position="",t.style.top="",t.style.bottom="",t.style.left="",t.style.right="",t.style.zIndex="",t.style.transform="",t.style.pointerEvents=""},uy=t=>{t.style.inset="",t.style.width="",t.style.height="",t.style.maxWidth="",t.style.minWidth="",yu(t)},gu=t=>{t.style.transition=""},hu=t=>{t.style.display="",t.style.flexDirection="",t.style.flex="",t.style.minHeight="",t.style.minWidth="",t.style.width="",t.style.height="",t.style.alignItems="",t.style.transition="",t.style.transform=""},xu=t=>{t.style.width="",t.style.maxWidth="",t.style.minWidth="",t.style.flex="1 1 auto"},od=(t,e)=>{t.style.width="",t.style.minWidth="",t.style.maxWidth="",t.style.boxSizing="",e.style.alignItems=""},TC=(t,e,r,n,o)=>{o?r.parentElement!==e&&(t.replaceChildren(),e.replaceChildren(r,n),t.appendChild(e)):r.parentElement===e&&(e.replaceChildren(),t.appendChild(r),t.appendChild(n))},MC=(t,e,r,n,o,s)=>{let a=s?e:t;o==="left"?a.firstElementChild!==n&&a.replaceChildren(n,r):a.lastElementChild!==n&&a.replaceChildren(r,n)},fy=(t,e,r,n,o,s,a)=>{var y,x,S,M,k,T;let i=Wn(s),d=i.reveal==="push";TC(t,e,r,n,d),MC(t,e,r,n,i.side,d),t.dataset.personaHostLayout="docked",t.dataset.personaDockSide=i.side,t.dataset.personaDockOpen=a?"true":"false",t.style.width="100%",t.style.maxWidth="100%",t.style.minWidth="0",t.style.height="100%",t.style.minHeight="0",t.style.position="relative",r.style.display="flex",r.style.flexDirection="column",r.style.minHeight="0",r.style.position="relative",o.className="persona-host",o.style.height="100%",o.style.minHeight="0",o.style.display="flex",o.style.flexDirection="column",o.style.flex="1 1 auto";let l=t.ownerDocument.defaultView,p=(x=(y=s==null?void 0:s.launcher)==null?void 0:y.mobileFullscreen)!=null?x:!0,u=(M=(S=s==null?void 0:s.launcher)==null?void 0:S.mobileBreakpoint)!=null?M:640,f=l!=null?l.innerWidth<=u:!1;if(p&&f&&a){t.dataset.personaDockMobileFullscreen="true",t.removeAttribute("data-persona-dock-reveal"),hu(e),gu(n),uy(n),xu(r),od(o,n),t.style.display="flex",t.style.flexDirection="column",t.style.alignItems="stretch",t.style.overflow="hidden",r.style.flex="1 1 auto",r.style.width="100%",r.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((T=(k=s==null?void 0:s.launcher)==null?void 0:k.zIndex)!=null?T:Kr),n.style.transform="none",n.style.transition="none",n.style.pointerEvents="auto",n.style.flex="none",d&&(e.style.display="flex",e.style.flexDirection="column",e.style.width="100%",e.style.height="100%",e.style.minHeight="0",e.style.minWidth="0",e.style.flex="1 1 auto",e.style.alignItems="stretch",e.style.transform="none",e.style.transition="none",r.style.flex="1 1 auto",r.style.width="100%",r.style.maxWidth="100%",r.style.minWidth="0");return}if(t.removeAttribute("data-persona-dock-mobile-fullscreen"),uy(n),i.reveal==="overlay"){t.style.display="flex",t.style.flexDirection="row",t.style.alignItems="stretch",t.style.overflow="hidden",t.dataset.personaDockReveal="overlay",hu(e),gu(n),xu(r),od(o,n);let h=i.animate?"transform 180ms ease":"none",C=i.side==="right"?"translateX(100%)":"translateX(-100%)",w=a?"translateX(0)":C;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=h,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"){t.style.display="flex",t.style.flexDirection="row",t.style.alignItems="stretch",t.style.overflow="hidden",t.dataset.personaDockReveal="push",gu(n),yu(n),od(o,n);let h=SC(i.width,t.clientWidth),C=Math.max(0,t.clientWidth),w=i.animate?"transform 180ms ease":"none",E=i.side==="right"?a?`translateX(-${h}px)`:"translateX(0)":a?"translateX(0)":`translateX(-${h}px)`;e.style.display="flex",e.style.flexDirection="row",e.style.flex="0 0 auto",e.style.minHeight="0",e.style.minWidth="0",e.style.alignItems="stretch",e.style.height="100%",e.style.width=`${C+h}px`,e.style.transition=w,e.style.transform=E,r.style.flex="0 0 auto",r.style.flexGrow="0",r.style.flexShrink="0",r.style.width=`${C}px`,r.style.maxWidth=`${C}px`,r.style.minWidth=`${C}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{t.style.display="flex",t.style.flexDirection="row",t.style.alignItems="stretch",t.style.overflow="",hu(e),yu(n),xu(r),od(o,n);let h=i.reveal==="emerge";h?t.dataset.personaDockReveal="emerge":t.removeAttribute("data-persona-dock-reveal");let C=a?i.width:"0px",w=i.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",E=!a;n.style.display="flex",n.style.flexDirection="column",n.style.flex=`0 0 ${C}`,n.style.width=C,n.style.maxWidth=C,n.style.minWidth=C,n.style.minHeight="0",n.style.position="relative",n.style.overflow=h||E?"hidden":"visible",n.style.transition=w,h&&(n.style.alignItems=i.side==="right"?"flex-start":"flex-end",o.style.width=i.width,o.style.minWidth=i.width,o.style.maxWidth=i.width,o.style.boxSizing="border-box")}},kC=(t,e)=>{let r=t.ownerDocument.createElement("div");return py(r,e),t.appendChild(r),{mode:"direct",host:r,shell:null,syncWidgetState:()=>{},updateConfig(n){py(r,n)},destroy(){r.remove()}}},EC=(t,e)=>{var k,T,h,C;let{ownerDocument:r}=t,n=t.parentElement;if(!n)throw new Error("Docked widget target must be attached to the DOM");let o=t.tagName.toUpperCase();if(o==="BODY"||o==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let s=t.nextSibling,a=r.createElement("div"),i=r.createElement("div"),d=r.createElement("div"),l=r.createElement("aside"),p=r.createElement("div"),u=(T=(k=e==null?void 0:e.launcher)==null?void 0:k.enabled)==null||T?(C=(h=e==null?void 0:e.launcher)==null?void 0:h.autoExpand)!=null?C:!1:!0;i.dataset.personaDockRole="push-track",d.dataset.personaDockRole="content",l.dataset.personaDockRole="panel",p.dataset.personaDockRole="host",l.appendChild(p),n.insertBefore(a,t),d.appendChild(t);let f=null,m=()=>{f==null||f.disconnect(),f=null},y=()=>{m(),Wn(e).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{fy(a,i,d,l,p,e,u)}),f.observe(a))},x=()=>{fy(a,i,d,l,p,e,u),y()},S=a.ownerDocument.defaultView,M=()=>{x()};return S==null||S.addEventListener("resize",M),Wn(e).reveal==="push"?(i.appendChild(d),i.appendChild(l),a.appendChild(i)):(a.appendChild(d),a.appendChild(l)),x(),{mode:"docked",host:p,shell:a,syncWidgetState(w){let E=w.launcherEnabled?w.open:!0;u!==E&&(u=E,x())},updateConfig(w){var E,W;e=w,((W=(E=e==null?void 0:e.launcher)==null?void 0:E.enabled)!=null?W:!0)===!1&&(u=!0),x()},destroy(){S==null||S.removeEventListener("resize",M),m(),n.isConnected&&(s&&s.parentNode===n?n.insertBefore(t,s):n.appendChild(t)),a.remove()}}},ai=(t,e)=>kr(e)?EC(t,e):kC(t,e);var bu={},my=!1,LC=t=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof t=="string"){let e=document.querySelector(t);if(!e)throw new Error(`Chat widget target "${t}" was not found`);return e}return t},PC=()=>{try{if(typeof bu!="undefined"&&bu.url)return new URL("../widget.css",bu.url).href}catch{}return null},gy=(t,e)=>{let r=PC(),n=()=>{if(!(t instanceof ShadowRoot)||t.querySelector("link[data-persona]"))return;let o=e.head.querySelector("link[data-persona]");if(!o)return;let s=o.cloneNode(!0);t.insertBefore(s,t.firstChild)};if(t instanceof ShadowRoot)if(r){let o=e.createElement("link");o.rel="stylesheet",o.href=r,o.setAttribute("data-persona","true"),t.insertBefore(o,t.firstChild)}else n();else if(!e.head.querySelector("link[data-persona]")&&r){let s=e.createElement("link");s.rel="stylesheet",s.href=r,s.setAttribute("data-persona","true"),e.head.appendChild(s)}},hy=t=>{let e=LC(t.target),r=t.useShadowDom===!0,n=e.ownerDocument,o=t.config,s=ai(e,o),a,i=[],d=(S,M)=>{var C,w;let T=!((w=(C=M==null?void 0:M.launcher)==null?void 0:C.enabled)!=null?w:!0)||kr(M),h=n.createElement("div");if(h.setAttribute("data-persona-root","true"),T&&(h.style.height="100%",h.style.display="flex",h.style.flexDirection="column",h.style.flex="1",h.style.minHeight="0"),r){let E=S.attachShadow({mode:"open"});E.appendChild(h),gy(E,n)}else S.appendChild(h),gy(S,n);return e.id&&h.setAttribute("data-persona-instance",e.id),h},l=()=>{s.syncWidgetState(a.getState())},p=()=>{i.forEach(S=>S()),i=[a.on("widget:opened",l),a.on("widget:closed",l)],l()},u=()=>{let S=d(s.host,o);a=nd(S,o,{debugTools:t.debugTools}),p()},f=()=>{i.forEach(S=>S()),i=[],a.destroy()};u(),t.onChatReady?t.onChatReady():t.onReady&&(my||(my=!0,console.warn("[Persona] `onReady` is deprecated \u2014 use `onChatReady`. `onReady` still works but is removed in the next major.")),t.onReady());let m=S=>{f(),s.destroy(),s=ai(e,S),o=S,u()},y={update(S){var w,E,W,P,R,N;let M={...o,...S,launcher:{...(w=o==null?void 0:o.launcher)!=null?w:{},...(E=S==null?void 0:S.launcher)!=null?E:{},dock:{...(P=(W=o==null?void 0:o.launcher)==null?void 0:W.dock)!=null?P:{},...(N=(R=S==null?void 0:S.launcher)==null?void 0:R.dock)!=null?N:{}}}},k=kr(o),T=kr(M),h=_o(o),C=_o(M);if(k!==T||h!==C){m(M);return}o=M,s.updateConfig(o),a.update(S),l()},destroy(){f(),s.destroy(),t.windowKey&&typeof window!="undefined"&&delete window[t.windowKey]}},x=new Proxy(y,{get(S,M,k){if(M==="host")return s.host;if(M in S)return Reflect.get(S,M,k);let T=a[M];return typeof T=="function"?T.bind(a):T}});return t.windowKey&&typeof window!="undefined"&&(window[t.windowKey]=x),x};var vy=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),IC=new Set(["button","a","input","select","textarea","details","summary"]),RC=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),wu=/\b(product|card|item|listing|result)\b/i,Cu=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,WC=3e3,BC=100;function Cy(t){let e=typeof t.className=="string"?t.className:"";if(wu.test(e)||t.id&&wu.test(t.id))return!0;for(let r=0;r<t.attributes.length;r++){let n=t.attributes[r];if(n.name.startsWith("data-")&&wu.test(n.value))return!0}return!1}function Ay(t){var e;return Cu.test(((e=t.textContent)!=null?e:"").trim())}function Sy(t){var r;let e=t.querySelectorAll("a[href]");for(let n=0;n<e.length;n++){let o=(r=e[n].getAttribute("href"))!=null?r:"";if(o&&o!=="#"&&!o.toLowerCase().startsWith("javascript:"))return!0}return!1}function HC(t){return!!t.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function xy(t){let e=t.match(Cu);return e?e[0]:null}function yy(t){var n,o,s;let e=(n=t.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?n:t.querySelector("a[href]");if(e&&((o=e.textContent)!=null&&o.trim())){let a=e.getAttribute("href");return{title:e.textContent.trim(),href:a&&a!=="#"?a:null}}let r=t.querySelector("h1, h2, h3, h4, h5, h6");return(s=r==null?void 0:r.textContent)!=null&&s.trim()?{title:r.textContent.trim(),href:null}:{title:"",href:null}}function DC(t){let e=[],r=n=>{let o=n.trim();o&&!e.includes(o)&&e.push(o)};return t.querySelectorAll("button").forEach(n=>{var o;return r((o=n.textContent)!=null?o:"")}),t.querySelectorAll('[role="button"]').forEach(n=>{var o;return r((o=n.textContent)!=null?o:"")}),t.querySelectorAll('input[type="submit"], input[type="button"]').forEach(n=>{var o;r((o=n.value)!=null?o:"")}),e.slice(0,6)}var OC="commerce-card",NC="result-card";function by(t){return!Cy(t)||!Ay(t)||!Sy(t)&&!HC(t)?0:5200}function wy(t){var n;return!Cy(t)||Ay(t)||!Sy(t)||((n=t.textContent)!=null?n:"").trim().length<20||!(!!t.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!t.querySelector(".snippet, .description, p"))?0:2800}var Au=[{id:OC,scoreElement(t){return by(t)},shouldSuppressDescendant(t,e,r){if(e===t||!t.contains(e))return!1;if(r.interactivity==="static"){let n=r.text.trim();return!!(n.length===0||Cu.test(n)&&n.length<32)}return!0},formatSummary(t,e){var d,l,p;if(by(t)===0)return null;let{title:r,href:n}=yy(t),o=(p=(l=xy(((d=t.textContent)!=null?d:"").trim()))!=null?l:xy(e.text))!=null?p:"",s=DC(t);return[n&&r?`[${r}](${n})${o?` \u2014 ${o}`:""}`:r?`${r}${o?` \u2014 ${o}`:""}`:o||e.text.trim().slice(0,120),`selector: ${e.selector}`,s.length?`actions: ${s.join(", ")}`:""].filter(Boolean).join(`
|
|
158
|
+
`)}},{id:NC,scoreElement(t){return wy(t)},formatSummary(t,e){if(wy(t)===0)return null;let{title:r,href:n}=yy(t);return[n&&r?`[${r}](${n})`:r||e.text.trim().slice(0,120),`selector: ${e.selector}`].filter(Boolean).join(`
|
|
159
|
+
`)}}];function _C(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function FC(t){var p,u,f,m,y,x,S,M,k,T,h,C,w;let e=(p=t.options)!=null?p:{},r=(f=(u=e.maxElements)!=null?u:t.maxElements)!=null?f:80,n=(y=(m=e.excludeSelector)!=null?m:t.excludeSelector)!=null?y:".persona-host",o=(S=(x=e.maxTextLength)!=null?x:t.maxTextLength)!=null?S:200,s=(k=(M=e.visibleOnly)!=null?M:t.visibleOnly)!=null?k:!0,a=(T=e.root)!=null?T:t.root,i=(h=e.mode)!=null?h:"structured",d=(C=e.maxCandidates)!=null?C:Math.max(500,r*10),l=(w=t.rules)!=null?w:Au;return i==="simple"&&t.rules&&t.rules.length>0?(_C(),l=[]):i==="simple"&&(l=[]),{mode:i,maxElements:r,maxCandidates:d,excludeSelector:n,maxTextLength:o,visibleOnly:s,root:a,rules:l}}function vu(t){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(t):t.replace(/([^\w-])/g,"\\$1")}var $C=["data-testid","data-product","data-action","data-id","data-name","data-type"];function UC(t){let e=t.tagName.toLowerCase(),r=t.getAttribute("role");return e==="a"&&t.hasAttribute("href")?"navigable":e==="input"||e==="select"||e==="textarea"||r==="textbox"||r==="combobox"||r==="listbox"||r==="spinbutton"?"input":e==="button"||r==="button"||IC.has(e)||r&&RC.has(r)||t.hasAttribute("tabindex")||t.hasAttribute("onclick")||t.getAttribute("contenteditable")==="true"?"clickable":"static"}function Ty(t){if(t.hidden)return!1;try{let e=getComputedStyle(t);if(e.display==="none"||e.visibility==="hidden")return!1}catch{}return!(t.style.display==="none"||t.style.visibility==="hidden")}function qC(t){let e={},r=t.id;r&&(e.id=r);let n=t.getAttribute("href");n&&(e.href=n);let o=t.getAttribute("aria-label");o&&(e["aria-label"]=o);let s=t.getAttribute("type");s&&(e.type=s);let a=t.getAttribute("value");a&&(e.value=a);let i=t.getAttribute("name");i&&(e.name=i);let d=t.getAttribute("role");d&&(e.role=d);for(let l=0;l<t.attributes.length;l++){let p=t.attributes[l];p.name.startsWith("data-")&&(e[p.name]=p.value)}return e}function Su(t){let e=t.tagName.toLowerCase();if(t.id){let o=`#${vu(t.id)}`;try{if(t.ownerDocument.querySelectorAll(o).length===1)return o}catch{}}for(let o of $C){let s=t.getAttribute(o);if(s){let a=`${e}[${o}="${vu(s)}"]`;try{if(t.ownerDocument.querySelectorAll(a).length===1)return a}catch{}}}let r=Array.from(t.classList).filter(o=>o&&!o.startsWith("persona-")).slice(0,3);if(r.length>0){let o=`${e}.${r.map(a=>vu(a)).join(".")}`;try{if(t.ownerDocument.querySelectorAll(o).length===1)return o}catch{}let s=t.parentElement;if(s){let i=Array.from(s.querySelectorAll(`:scope > ${e}`)).indexOf(t);if(i>=0){let d=`${o}:nth-of-type(${i+1})`;try{if(t.ownerDocument.querySelectorAll(d).length===1)return d}catch{}}}}let n=t.parentElement;if(n){let s=Array.from(n.querySelectorAll(`:scope > ${e}`)).indexOf(t);if(s>=0)return`${e}:nth-of-type(${s+1})`}return e}function zC(t){return t==="static"?BC:WC}function My(t,e){var o;let r=t.tagName.toLowerCase(),n=((o=t.textContent)!=null?o:"").trim().substring(0,e);return{selector:Su(t),tagName:r,text:n,role:t.getAttribute("role"),interactivity:UC(t),attributes:qC(t)}}function VC(t,e,r,n){let o=zC(e.interactivity),s=null;for(let a of r){let i=a.scoreElement(t,e,n);i>0&&(o+=i,a.formatSummary&&!s&&(s=a))}return{score:o,formattingRule:s}}function jC(t,e){var r;for(let n of t)if(e.el!==n.el&&(r=n.formattingRule)!=null&&r.shouldSuppressDescendant&&n.el.contains(e.el)&&n.formattingRule.shouldSuppressDescendant(n.el,e.el,e.enriched))return!0;return!1}function GC(t,e){let r={doc:e.ownerDocument,maxTextLength:t.maxTextLength},n=new Set,o=[],s=0,a=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,null),i=a.currentNode;for(;i&&o.length<t.maxCandidates;){if(i.nodeType===Node.ELEMENT_NODE){let l=i,p=l.tagName.toLowerCase();if(vy.has(p)){i=a.nextNode();continue}if(t.excludeSelector)try{if(l.closest(t.excludeSelector)){i=a.nextNode();continue}}catch{}if(t.visibleOnly&&!Ty(l)){i=a.nextNode();continue}let u=My(l,t.maxTextLength),f=u.text.length>0,m=Object.keys(u.attributes).length>0&&!Object.keys(u.attributes).every(S=>S==="role");if(!f&&!m){i=a.nextNode();continue}if(n.has(u.selector)){i=a.nextNode();continue}n.add(u.selector);let{score:y,formattingRule:x}=VC(l,u,t.rules,r);o.push({el:l,domIndex:s,enriched:u,score:y,formattingRule:x}),s+=1}i=a.nextNode()}o.sort((l,p)=>{let u=l.enriched.interactivity==="static"?1:0,f=p.enriched.interactivity==="static"?1:0;return u!==f?u-f:p.score!==l.score?p.score-l.score:l.domIndex-p.domIndex});let d=[];for(let l of o){if(d.length>=t.maxElements)break;jC(d,l)||d.push(l)}return d.sort((l,p)=>{let u=l.enriched.interactivity==="static"?1:0,f=p.enriched.interactivity==="static"?1:0;return u!==f?u-f:u===1&&p.score!==l.score?p.score-l.score:l.domIndex-p.domIndex}),d.map(l=>{var f;let p;if((f=l.formattingRule)!=null&&f.formatSummary){let m=l.formattingRule.formatSummary(l.el,l.enriched,r);m&&(p=m)}let u={...l.enriched};return p&&(u.formattedSummary=p),u})}function KC(t,e){let r=[],n=new Set,o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,null),s=o.currentNode;for(;s&&r.length<t.maxElements;){if(s.nodeType===Node.ELEMENT_NODE){let d=s,l=d.tagName.toLowerCase();if(vy.has(l)){s=o.nextNode();continue}if(t.excludeSelector)try{if(d.closest(t.excludeSelector)){s=o.nextNode();continue}}catch{}if(t.visibleOnly&&!Ty(d)){s=o.nextNode();continue}let p=My(d,t.maxTextLength),u=p.text.length>0,f=Object.keys(p.attributes).length>0&&!Object.keys(p.attributes).every(m=>m==="role");if(!u&&!f){s=o.nextNode();continue}n.has(p.selector)||(n.add(p.selector),r.push(p))}s=o.nextNode()}let a=[],i=[];for(let d of r)d.interactivity!=="static"?a.push(d):i.push(d);return[...a,...i].slice(0,t.maxElements)}function ky(t={}){var n;let e=FC(t),r=(n=e.root)!=null?n:document.body;return r?e.mode==="simple"?KC(e,r):GC(e,r):[]}var ad=100;function Ey(t,e={}){var s;if(t.length===0)return"No page elements found.";let r=(s=e.mode)!=null?s:"structured",n=[];if(r==="structured"){let a=t.map(i=>i.formattedSummary).filter(i=>!!i&&i.length>0);a.length>0&&n.push(`Structured summaries:
|
|
160
160
|
${a.map(i=>`- ${i.split(`
|
|
161
161
|
`).join(`
|
|
162
162
|
`)}`).join(`
|
|
163
|
-
`)}`)}let o={clickable:[],navigable:[],input:[],static:[]};for(let a of t)r==="structured"&&a.formattedSummary||o[a.interactivity].push(a);if(o.clickable.length>0){let a=o.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,
|
|
163
|
+
`)}`)}let o={clickable:[],navigable:[],input:[],static:[]};for(let a of t)r==="structured"&&a.formattedSummary||o[a.interactivity].push(a);if(o.clickable.length>0){let a=o.clickable.map(i=>`- ${i.selector}: "${i.text.substring(0,ad)}" (clickable)`);n.push(`Interactive elements:
|
|
164
164
|
${a.join(`
|
|
165
|
-
`)}`)}if(o.navigable.length>0){let a=o.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,
|
|
165
|
+
`)}`)}if(o.navigable.length>0){let a=o.navigable.map(i=>`- ${i.selector}${i.attributes.href?`[href="${i.attributes.href}"]`:""}: "${i.text.substring(0,ad)}" (navigable)`);n.push(`Navigation links:
|
|
166
166
|
${a.join(`
|
|
167
|
-
`)}`)}if(o.input.length>0){let a=o.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,
|
|
167
|
+
`)}`)}if(o.input.length>0){let a=o.input.map(i=>`- ${i.selector}${i.attributes.type?`[type="${i.attributes.type}"]`:""}: "${i.text.substring(0,ad)}" (input)`);n.push(`Form inputs:
|
|
168
168
|
${a.join(`
|
|
169
|
-
`)}`)}if(o.static.length>0){let a=o.static.map(i=>`- ${i.selector}: "${i.text.substring(0,
|
|
169
|
+
`)}`)}if(o.static.length>0){let a=o.static.map(i=>`- ${i.selector}: "${i.text.substring(0,ad)}"`);n.push(`Content:
|
|
170
170
|
${a.join(`
|
|
171
171
|
`)}`)}return n.join(`
|
|
172
172
|
|
|
173
|
-
`)}var
|
|
173
|
+
`)}var Ly={name:"@runtypelabs/persona",version:"3.30.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"},"./codegen":{types:"./dist/codegen.d.ts",import:"./dist/codegen.js",require:"./dist/codegen.cjs"},"./theme-editor":{types:"./dist/theme-editor.d.ts",import:"./dist/theme-editor.js",require:"./dist/theme-editor.cjs"},"./testing":{types:"./dist/testing.d.ts",import:"./dist/testing.js",require:"./dist/testing.cjs"},"./smart-dom-reader":{types:"./dist/smart-dom-reader.d.ts",import:"./dist/smart-dom-reader.js",require:"./dist/smart-dom-reader.cjs"},"./plugin-kit":{types:"./dist/plugin-kit.d.ts",import:"./dist/plugin-kit.js",require:"./dist/plugin-kit.cjs"},"./animations/glyph-cycle":{types:"./dist/animations/glyph-cycle.d.ts",import:"./dist/animations/glyph-cycle.js",require:"./dist/animations/glyph-cycle.cjs"},"./animations/wipe":{types:"./dist/animations/wipe.d.ts",import:"./dist/animations/wipe.js",require:"./dist/animations/wipe.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:launcher && pnpm run build:theme-ref && pnpm run build:codegen && pnpm run build:theme-editor && pnpm run build:testing && pnpm run build:smart-dom-reader && pnpm run build:plugin-kit && pnpm run build:animations","build:plugin-kit":"tsup src/plugin-kit.ts --format esm,cjs --minify --dts --out-dir dist --no-splitting","build:theme-editor":"tsup src/theme-editor.ts --format esm,cjs --minify --dts --out-dir dist --no-splitting","build:testing":"tsup src/testing.ts --format esm,cjs --minify --dts --out-dir dist --no-splitting","build:smart-dom-reader":"tsup src/smart-dom-reader.ts --format esm,cjs --minify --dts --out-dir dist --no-splitting","build:animations":"tsup src/animations/glyph-cycle.ts src/animations/wipe.ts --format esm,cjs --minify --dts --out-dir dist/animations --no-splitting","build:theme-ref":"tsup src/theme-reference.ts --format esm,cjs --minify --dts","build:codegen":"tsup src/codegen.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 --minify --sourcemap --splitting false --dts --loader ".css=text" && tsup src/index-global.ts --format iife --global-name AgentWidget --minify --sourcemap --splitting false --out-dir dist --loader ".css=text" && node -e "const fs=require('fs');for(const ext of ['.global.js','.global.js.map']){const from='dist/index-global'+ext;if(fs.existsSync(from))fs.renameSync(from,'dist/index'+ext);}"`,"build:installer":"tsup src/install.ts --format iife --global-name SiteAgentInstaller --out-dir dist --minify --sourcemap --no-splitting","build:launcher":`tsup src/launcher-global.ts --format iife --global-name AgentWidgetLauncher --minify --sourcemap --splitting false --out-dir dist && node -e "const fs=require('fs');for(const ext of ['.global.js','.global.js.map']){const from='dist/launcher-global'+ext;if(fs.existsSync(from))fs.renameSync(from,'dist/launcher'+ext);}"`,lint:"eslint . --ext .ts",typecheck:"pnpm run check:runtype-types && tsc --noEmit",test:"vitest","test:ui":"vitest --ui","test:run":"vitest run",size:"size-limit","fetch:runtype-openapi":"node scripts/fetch-runtype-openapi.mjs","generate:runtype-types":"pnpm run fetch:runtype-openapi && node scripts/generate-runtype-openapi-types.mjs","check:runtype-types":"pnpm run fetch:runtype-openapi && node scripts/generate-runtype-openapi-types.mjs --check"},dependencies:{"@mcp-b/webmcp-polyfill":"^3.0.0",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:{"@size-limit/file":"^12.1.0","@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","size-limit":"^12.1.0",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 Py=Ly.version;function Iy(){return{name:"@persona/accessibility",version:"1.0.0",transform(t){return{...t,semantic:{...t.semantic,colors:{...t.semantic.colors,interactive:{...t.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 Ry(){return{name:"@persona/animations",version:"1.0.0",transform(t){return{...t,palette:{...t.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 Wy(t){return{name:"@persona/brand",version:"1.0.0",transform(e){var n;let r={...e.palette};return(n=t.colors)!=null&&n.primary&&(r.colors={...r.colors,primary:{50:no(t.colors.primary,.95),100:no(t.colors.primary,.9),200:no(t.colors.primary,.8),300:no(t.colors.primary,.7),400:no(t.colors.primary,.6),500:t.colors.primary,600:no(t.colors.primary,.8),700:no(t.colors.primary,.7),800:no(t.colors.primary,.6),900:no(t.colors.primary,.5),950:no(t.colors.primary,.45)}}),{...e,palette:r}}}}function By(){return{name:"@persona/reduced-motion",version:"1.0.0",transform(t){return{...t,palette:{...t.palette,transitions:{fast:"0ms",normal:"0ms",slow:"0ms",bounce:"0ms"}}}},afterResolve(t){return{...t,"--persona-transition-fast":"0ms","--persona-transition-normal":"0ms","--persona-transition-slow":"0ms"}}}}function Hy(){return{name:"@persona/high-contrast",version:"1.0.0",transform(t){return{...t,semantic:{...t.semantic,colors:{...t.semantic.colors,text:"palette.colors.gray.950",textMuted:"palette.colors.gray.700",border:"palette.colors.gray.900",divider:"palette.colors.gray.900"}}}}}}function no(t,e){let r=parseInt(t.slice(1,3),16),n=parseInt(t.slice(3,5),16),o=parseInt(t.slice(5,7),16),s=Math.round(r+(255-r)*(1-e)),a=Math.round(n+(255-n)*(1-e)),i=Math.round(o+(255-o)*(1-e));return`#${s.toString(16).padStart(2,"0")}${a.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`}function Dy(t){return{name:t.name,version:t.version,transform:t.transform||(e=>e),cssVariables:t.cssVariables,afterResolve:t.afterResolve}}var JC={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"}}},Oy={components:{panel:{borderRadius:"0",shadow:"none"}}},Tu={id:"shop",label:"Shopping Assistant",config:{theme:JC,launcher:{title:"Shopping Assistant",subtitle:"Here to help you find what you need",agentIconText:"\u{1F6CD}\uFE0F",position:"bottom-right",width:wn},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?"]}},Mu={id:"minimal",label:"Minimal",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},messages:{layout:"minimal"}},theme:Oy}},ku={id:"fullscreen",label:"Fullscreen Assistant",config:{launcher:{enabled:!1,fullHeight:!0},layout:{header:{layout:"minimal",showCloseButton:!1},contentMaxWidth:"72ch"},theme:Oy}},Eu={shop:Tu,minimal:Mu,fullscreen:ku};function Ny(t){return Eu[t]}var QC=`
|
|
174
174
|
@keyframes persona-stream-wipe {
|
|
175
175
|
from { -webkit-mask-position: 100% 0; mask-position: 100% 0; }
|
|
176
176
|
to { -webkit-mask-position: 0% 0; mask-position: 0% 0; }
|
|
@@ -206,7 +206,7 @@ ${a.join(`
|
|
|
206
206
|
mask-image: none !important;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
`.trim(),
|
|
209
|
+
`.trim(),YC={name:"wipe",containerClass:"persona-stream-wipe",wrap:"word",styles:QC};ga(YC);var ZC=`
|
|
210
210
|
[data-persona-root] .persona-stream-glyph-cycle .persona-stream-char {
|
|
211
211
|
animation: persona-stream-glyph-cycle-fade
|
|
212
212
|
calc(var(--persona-stream-step, 120ms) * 1.5) ease-out both;
|
|
@@ -224,7 +224,7 @@ ${a.join(`
|
|
|
224
224
|
opacity: 1 !important;
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
-
`.trim(),
|
|
227
|
+
`.trim(),si="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789#$%&@",eA=10,tA=120,Lu=120,rA=.4,nA=50,oA=t=>{var n;if(!t)return Lu;let r=((n=t.style.getPropertyValue("--persona-stream-step"))==null?void 0:n.trim()).match(/([\d.]+)\s*ms/);return r?parseFloat(r[1]):Lu},jy=t=>{let e=t.closest(".persona-stream-glyph-cycle"),r=oA(e);return tA*r/Lu},Pu=t=>{let e=si[Math.floor(Math.random()*si.length)];return t&&e===t&&(e=si[(si.indexOf(e)+1)%si.length]),e},aA=t=>{let e=t.closest(".persona-stream-glyph-cycle");if(!e)return;let r=e.querySelectorAll(".persona-stream-char[data-glyph-cycle-final]"),n=!1;for(let o of Array.from(r)){if(o===t){n=!0;continue}n&&Math.random()<rA&&(o.textContent=Pu())}},_y=new WeakMap,Fy=25,$y=.5,sA=6,Uy=.25,qy=new WeakMap,zy=new WeakMap,iA=(t,e)=>{var o;if(!t)return Fy*$y;let r=qy.get(t);qy.set(t,e);let n=(o=zy.get(t))!=null?o:Fy;if(r!==void 0){let s=e-r;s>1&&(n=n*(1-Uy)+s*Uy,zy.set(t,n))}return Math.max(sA,n*$y)},es=new Map,lA=t=>{var r;let e=t.closest("[data-message-id]");return(r=e==null?void 0:e.dataset.messageId)!=null?r:null},dA=t=>{var e;t&&es.set(t,((e=es.get(t))!=null?e:0)+1)},cA=t=>{var r;if(!t)return;let e=(r=es.get(t))!=null?r:0;e<=1?es.delete(t):es.set(t,e-1)},Gy=t=>{var l;if(t.dataset.glyphCycleScheduled==="true")return;let e=(l=t.textContent)!=null?l:"";if(!e||/\s/.test(e))return;t.dataset.glyphCycleScheduled="true",t.dataset.glyphCycleFinal=e,t.setAttribute("data-preserve-runtime","stream-glyph-cycle"),t.textContent=Pu();let r=lA(t);r&&(t.dataset.glyphCycleMessageId=r),dA(r);let n=t.closest(".persona-stream-glyph-cycle"),o=Date.now(),s=iA(n,o),a=jy(t),i=eA*a,d=o+i;if(n){let p=_y.get(n);p!==void 0&&(d=Math.max(d,p)),_y.set(n,d+s)}pA(t,e,d)},pA=(t,e,r)=>{var a;if(t.dataset.glyphCycleStarted==="true")return;t.dataset.glyphCycleStarted="true";let n=jy(t),o=(a=t.textContent)!=null?a:void 0,s=()=>{var d;if(!t.isConnected)return;if(Date.now()>=r){t.textContent=e,t.removeAttribute("data-preserve-runtime"),delete t.dataset.glyphCycleStarted,delete t.dataset.glyphCycleFinal,cA((d=t.dataset.glyphCycleMessageId)!=null?d:null),delete t.dataset.glyphCycleMessageId;return}let i=Pu(o);t.textContent=i,o=i,aA(t),setTimeout(s,n)};setTimeout(s,n)},Vy=t=>{var r;let e=(r=t.querySelectorAll)==null?void 0:r.call(t,".persona-stream-glyph-cycle .persona-stream-char:not([data-glyph-cycle-scheduled])");if(e)for(let n of Array.from(e))Gy(n)},uA=t=>t.nodeType===1,fA={name:"glyph-cycle",containerClass:"persona-stream-glyph-cycle",wrap:"char",skipTags:["a","script","style"],styles:ZC,bufferContent(t){if(t.length<nA)return"";let e=0,r=-1,n=0;for(;n<t.length;){if(t[n]==="*"&&t[n+1]==="*"){e+=1,n+=2;continue}/\s/.test(t[n])&&e%2===0&&(r=n),n+=1}return r<0?"":t.slice(0,r)},isAnimating(t){var e;return((e=es.get(t.id))!=null?e:0)>0},onAttach(t){Vy(t);let e=new MutationObserver(r=>{for(let n of r)for(let o of Array.from(n.addedNodes))uA(o)&&(o.classList.contains("persona-stream-char")&&o.closest(".persona-stream-glyph-cycle")?Gy(o):Vy(o))});return e.observe(t,{childList:!0,subtree:!0}),()=>e.disconnect()}};ga(fA);return eb(mA);})();
|
|
228
228
|
/*! Bundled license information:
|
|
229
229
|
|
|
230
230
|
dompurify/dist/purify.es.mjs:
|