ordify-chat-widget 1.1.1 → 1.1.3
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/CHANGELOG.md +16 -0
- package/README.md +8 -0
- package/dist/components/AssistantMessageContent.d.ts +13 -0
- package/dist/components/AssistantMessageContent.d.ts.map +1 -0
- package/dist/components/AttachmentPicker.d.ts.map +1 -1
- package/dist/components/ChatHeader.d.ts.map +1 -1
- package/dist/components/Conversation.d.ts +3 -1
- package/dist/components/Conversation.d.ts.map +1 -1
- package/dist/components/EmbeddedChat.d.ts.map +1 -1
- package/dist/components/FloatingChat.d.ts.map +1 -1
- package/dist/components/InlineChat.d.ts.map +1 -1
- package/dist/components/MarkdownRenderer.d.ts.map +1 -1
- package/dist/components/styled/ChatComponents.d.ts.map +1 -1
- package/dist/hooks/useOrdifyChat.d.ts.map +1 -1
- package/dist/hooks/useOrdifyConfig.d.ts +5 -0
- package/dist/hooks/useOrdifyConfig.d.ts.map +1 -1
- package/dist/index.cjs.js +159 -284
- package/dist/index.esm.js +1715 -1653
- package/dist/ordify-chat-widget.standalone.js +170 -295
- package/dist/ordify-chat-widget.standalone.js.map +1 -1
- package/dist/standalone.d.ts.map +1 -1
- package/dist/types/index.d.ts +17 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/api.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var _n=Object.defineProperty;var Pn=(e,t,r)=>t in e?_n(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var mt=(e,t,r)=>Pn(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("react");function On(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const zt=On(x);var Br={exports:{}},tt={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,72 +6,80 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var Dn=x,zn=Symbol.for("react.element"),Nn=Symbol.for("react.fragment"),Bn=Object.prototype.hasOwnProperty,Ln=Dn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Fn={key:!0,ref:!0,__self:!0,__source:!0};function Lr(e,t,r){var n,o={},c=null,u=null;r!==void 0&&(c=""+r),t.key!==void 0&&(c=""+t.key),t.ref!==void 0&&(u=t.ref);for(n in t)Bn.call(t,n)&&!Fn.hasOwnProperty(n)&&(o[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps,t)o[n]===void 0&&(o[n]=t[n]);return{$$typeof:zn,type:e,key:c,ref:u,props:o,_owner:Ln.current}}tt.Fragment=Nn;tt.jsx=Lr;tt.jsxs=Lr;Br.exports=tt;var l=Br.exports;function Pe(){return Math.random().toString(36).substr(2,9)}function Kn(e){return new Intl.DateTimeFormat("en-US",{hour:"2-digit",minute:"2-digit",hour12:!0}).format(e)}function Wn(e,t){let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>e(...n),t)}}function Un(e,t){let r;return(...n)=>{r||(e(...n),r=!0,setTimeout(()=>r=!1,t))}}function nr(e){let t=e.replace(/\r\n/g,`
|
|
10
10
|
`);return t=t.replace(/\n\nUsing [^\n]+\.{3}(?:\s*\n)+/g,`
|
|
11
11
|
|
|
12
12
|
`),t=t.replace(/\n\nAction completed(?:\s*\n)+/g,`
|
|
13
13
|
|
|
14
14
|
`),t=t.replace(/^Using [^\n]+\.{3}(?:\s*\n)+/m,""),t=t.replace(/^Action completed(?:\s*\n)+/m,""),t=t.replace(/\n{3,}/g,`
|
|
15
15
|
|
|
16
|
-
`),t}function
|
|
17
|
-
|
|
16
|
+
`),t}function Hn(e){const t=e.type;return t==="adk_tool"||t==="ADK_TOOL"}function qn(e){return{id:e.id,name:e.name,url:e.url,content_type:e.content_type,type:e.type,size:e.size??null,preview:null,oauth_token:null}}class Fr{constructor(t){mt(this,"config");mt(this,"warnedLegacyApiKey",!1);if(this.config=t,!this.config.publishableKey&&!this.config.apiKey)throw new Error("Either publishableKey or apiKey is required.");this.config.publishableKey&&this.config.apiKey&&console.warn("[Ordify] Both publishableKey and apiKey provided. publishableKey will be used.")}usePublishableKey(){return!!this.config.publishableKey}maybeWarnLegacyApiKey(){this.usePublishableKey()||this.warnedLegacyApiKey||(this.warnedLegacyApiKey=!0,console.warn("[Ordify] Using legacy apiKey in browser. For production embeds, use publishableKey from user settings."))}getAuthHeaders(t=!1){return this.usePublishableKey()?{...t?{"Content-Type":"application/json"}:{},"x-ordify-publishable-key":this.config.publishableKey,accept:"application/json"}:(this.maybeWarnLegacyApiKey(),{...t?{"Content-Type":"application/json"}:{},"api-key":this.config.apiKey,accept:"application/json"})}getAuthHeadersForPdfExport(){return this.usePublishableKey()?{"Content-Type":"application/json","x-ordify-publishable-key":this.config.publishableKey,accept:"application/pdf"}:(this.maybeWarnLegacyApiKey(),{"Content-Type":"application/json","api-key":this.config.apiKey,accept:"application/pdf"})}async exportMessagePdf(t,r){const n=`${this.config.apiBaseUrl}/document-conversion/pdf`,o=await fetch(n,{method:"POST",headers:this.getAuthHeadersForPdfExport(),body:JSON.stringify({content:t,filename:r??void 0,format:"A4",margin_top:"1cm",margin_bottom:"1cm",margin_left:"1cm",margin_right:"1cm",print_background:!0,display_header_footer:!1})});if(!o.ok){let p=`HTTP ${o.status}`;try{const v=await o.json();p=typeof v.detail=="string"?v.detail:p}catch{try{const v=await o.text();v&&(p=v.slice(0,500))}catch{}}throw new Error(`PDF export failed: ${p}`)}const c=await o.blob(),u=o.headers.get("Content-Disposition");let d=r!=null&&r.endsWith(".pdf")?r:`${r??"document"}.pdf`;const h=/filename\*?=(?:UTF-8''|")?([^";\n]+)/i.exec(u??"");if(h!=null&&h[1])try{d=decodeURIComponent(h[1].replace(/^"|"$/g,"").trim())}catch{d=h[1].replace(/^"|"$/g,"").trim()}d.endsWith(".pdf")||(d+=".pdf");const b=URL.createObjectURL(c),g=document.createElement("a");g.href=b,g.download=d,g.rel="noopener noreferrer",document.body.appendChild(g),g.click(),document.body.removeChild(g),URL.revokeObjectURL(b)}async sendMessage(t,r,n,o){const c=this.usePublishableKey()?`/widget/chat/${this.config.agentId}`:`/chat/agents/${this.config.agentId}`,u=`${this.config.apiBaseUrl}${c}`,d=o!=null&&o.length?o.map(qn):void 0,h={message:t,sessionId:r,context:n,use_thinking:!!this.config.useThinking};this.usePublishableKey()&&(h.enable_image_generation=this.config.enableImageGeneration===!0),d!=null&&d.length&&(h.attachments=d,h.use_document_understanding=d.some(g=>g.type==="document"||!g.type&&!String(g.content_type||"").startsWith("image/")));const b=await fetch(u,{method:"POST",headers:this.getAuthHeaders(!0),body:JSON.stringify(h)});if(!b.ok){const g=await b.json();throw new Error(`API Error: ${g.detail}`)}if(!b.body)throw new Error("No response body");return b.body}async uploadAttachment(t){if(!this.usePublishableKey())throw new Error("[Ordify] uploadAttachment requires publishableKey.");const r=`${this.config.apiBaseUrl}/widget/attachments`,n=new FormData;n.append("file",t);const o=await fetch(r,{method:"POST",headers:this.getAuthHeaders(!1),body:n});if(!o.ok){let u=`HTTP ${o.status}`;try{u=(await o.json()).detail||u}catch{}throw new Error(`API Error: ${u}`)}const c=await o.json();if(!(c!=null&&c.url)||!(c!=null&&c.content_type)||!(c!=null&&c.name))throw new Error("Invalid attachment response from server");return{id:c.id,name:c.name,type:c.type==="image"?"image":"document",url:c.url,content_type:c.content_type,size:c.size,preview:c.preview}}async createSession(){const t=this.usePublishableKey()?"/widget/sessions":"/sessions",r=`${this.config.apiBaseUrl}${t}`,n=await fetch(r,{method:"POST",headers:this.getAuthHeaders(!0),body:JSON.stringify({name:"Chat Session",agentConfig:{type:"chat",settings:null}})});if(!n.ok){const o=await n.json();throw new Error(`API Error: ${o.detail}`)}return n.json()}async getSessionWithMessages(t){const r=this.usePublishableKey()?`/widget/sessions/${t}/with-messages`:`/sessions/${t}/with-messages`,n=`${this.config.apiBaseUrl}${r}`,o=await fetch(n,{method:"GET",headers:this.getAuthHeaders()});if(!o.ok){const c=await o.json();throw new Error(`API Error: ${c.detail}`)}return o.json()}async getAgents(){if(!this.config.apiKey)throw new Error("[Ordify] getAgents() requires apiKey and is not supported with publishableKey.");const t=`${this.config.apiBaseUrl}/chat/agents`,r=await fetch(t,{method:"GET",headers:{"api-key":this.config.apiKey,accept:"application/json"}});if(!r.ok){const o=await r.json();throw new Error(`API Error: ${o.detail}`)}return(await r.json()).agents||[]}async getSessions(){if(!this.config.apiKey)throw new Error("[Ordify] getSessions() requires apiKey and is not supported with publishableKey.");const t=`${this.config.apiBaseUrl}/sessions`,r=await fetch(t,{method:"GET",headers:{"api-key":this.config.apiKey,accept:"application/json"}});if(!r.ok){const n=await r.json();throw new Error(`API Error: ${n.detail}`)}return r.json()}}function Kr(e){try{if(e.startsWith("data: ")){const t=e.slice(6).trim();if(t==="[DONE]"||t==="")return{text:"",sessionId:"",type:"done"};const r=JSON.parse(t);if(r.done)return{text:"",sessionId:r.sessionId||"",type:"done"};if(r.type==="turn_complete")return null;if(r.type==="adk_tool"){const n=typeof r.content=="string"?r.content.trim():"";return n?{type:"stream",text:`
|
|
17
|
+
|
|
18
|
+
${n}
|
|
19
|
+
|
|
20
|
+
`,sessionId:r.sessionId||"",agentName:r.agentName}:null}if(r.type==="image"){const n=typeof r.url=="string"?r.url.trim():"";return n&&(n.startsWith("https://")||n.startsWith("http://"))?{type:"stream",text:`
|
|
21
|
+
|
|
22
|
+

|
|
23
|
+
|
|
24
|
+
`,sessionId:r.sessionId||"",agentName:r.agentName}:null}return r}}catch(t){console.warn("Failed to parse streaming response:",t)}return null}function or(e){const t=(e.attachments||[]).map(r=>r.id).join("|");return`${e.role}:${e.content.trim()}:${t}`}function Gn(e){const t=e.attachments;if(!t||!Array.isArray(t)||t.length===0)return;const r=[];for(const n of t){const o=n.url||"";o&&r.push({id:n.id||Pe(),name:String(n.name||"attachment"),type:n.type==="image"?"image":"document",url:o,content_type:String(n.content_type||n.contentType||"application/octet-stream"),size:n.size,preview:n.preview})}return r.length?r:void 0}function Wr(e){const[t,r]=x.useState([]),[n,o]=x.useState(!1),[c,u]=x.useState(null),[d,h]=x.useState(e.sessionId||null),[b,g]=x.useState(!1),[p,v]=x.useState(!1),[w,C]=x.useState(!1),[I,$]=x.useState(!1),[a,i]=x.useState(!1),s=x.useRef(null),f=x.useRef(""),m=x.useRef(!1),k=x.useRef(!1),y=x.useRef(!1),A=`${e.publishableKey??""}|${e.apiKey??""}|${e.apiBaseUrl??""}|${e.agentId}|${e.useThinking===!0?"1":"0"}|img:${e.enableImageGeneration===!0?"1":e.enableImageGeneration===!1?"0":""}`;f.current!==A&&(s.current=null,f.current=A),s.current||(s.current=new Fr({publishableKey:e.publishableKey,apiKey:e.apiKey,apiBaseUrl:e.apiBaseUrl||"https://api.ordify.ai",agentId:e.agentId,useThinking:e.useThinking===!0,enableImageGeneration:e.enableImageGeneration}));const M=x.useRef(null),z=x.useRef(new Set);x.useEffect(()=>{if(e.sessionId&&e.sessionId!==d){const T=z.current.has(e.sessionId);h(e.sessionId),k.current=!1,M.current=null,C(!1),T||r([])}},[e.sessionId]),x.useEffect(()=>{(async()=>{const D=d||e.sessionId;if(y.current||n)return;if(!D){k.current=!0,M.current=null,C(!1);return}if(M.current===D)return;if(z.current.has(D)&&t.length>0&&!k.current){k.current=!0,M.current=D,$(!1);return}M.current=D,$(!0);try{const S=await s.current.getSessionWithMessages(D);if(S.messages&&S.messages.length>0){const O=S.messages.filter(N=>!Hn(N)).map(N=>{const F=N.role==="assistant"?"assistant":"user",_=String(N.content||"");return{id:N.id||Pe(),content:F==="assistant"?nr(_):_,role:F,timestamp:N.timestamp?new Date(N.timestamp):new Date,sessionId:D,attachments:Gn(N)}});r(N=>{if(N.length>0){const F=new Map,_=new Map;return N.forEach(B=>{F.set(B.id,B);const q=or(B);_.has(q)||_.set(q,B)}),O.forEach(B=>{const q=or(B);!F.has(B.id)&&!_.has(q)?(F.set(B.id,B),_.set(q,B)):F.has(B.id)&&F.set(B.id,B)}),Array.from(F.values()).sort((B,q)=>B.timestamp.getTime()-q.timestamp.getTime())}return O}),C(!0),i(!0)}else C(!1)}catch(S){console.warn("Failed to load session history:",S),C(!1),S instanceof Error&&S.message.includes("404")&&(h(null),M.current=null)}finally{$(!1),k.current=!0}})()},[d,e.sessionId]);const P=x.useCallback(()=>{u(null)},[]),K=x.useCallback(async T=>{if(!s.current)throw new Error("API client not initialized");return s.current.uploadAttachment(T)},[]),j=x.useCallback(async(T,D)=>{if(!s.current)throw new Error("API client not initialized");await s.current.exportMessagePdf(T,D)},[]),W=x.useCallback(async(T,D,H)=>{const S=T.trim(),O=!!(H&&H.length>0);if(!(!S&&!O||n)){o(!0),u(null);try{const N=H!=null&&H.length?H.map(Z=>({...Z})):void 0,F={id:Pe(),content:S,role:"user",timestamp:new Date,sessionId:d||void 0,attachments:N};r(Z=>[...Z,F]),i(!0);let _=d||e.sessionId||null;_?_!==d&&h(_):(_=(await s.current.createSession()).id,z.current.add(_),e.onSessionCreated&&e.onSessionCreated(_)),y.current=!0;const B=(await s.current.sendMessage(S||"(see attachments)",_,D,N)).getReader(),q=new TextDecoder;let V={id:Pe(),content:"",role:"assistant",timestamp:new Date,sessionId:_};for(r(Z=>[...Z,V]);;){const{done:Z,value:se}=await B.read();if(Z)break;const Ee=q.decode(se,{stream:!0}).split(`
|
|
25
|
+
`);for(const pe of Ee){if(!pe.trim())continue;const J=Kr(pe);if(J){if(J.type==="stream"&&J.text)V.content=nr(V.content+J.text),r(ht=>ht.find(Me=>Me.id===V.id)?ht.map(Me=>Me.id===V.id?{...Me,content:V.content}:Me):[...ht,{...V,content:V.content}]);else if(J.type==="done")break}}}_&&_!==d&&h(_),e.onMessage&&e.onMessage(V)}catch(N){const F=N instanceof Error?N.message:"Failed to send message";u(F),e.onError&&e.onError(N instanceof Error?N:new Error(F))}finally{y.current=!1,o(!1)}}},[e.onSessionCreated,e.onMessage,e.onError,e.sessionId,e.useThinking,n,d]);return x.useEffect(()=>{const D=!(d||e.sessionId)||!w,H=e.quickQuestions&&e.quickQuestions.length>0;if((e.initialMessage||e.initialContext)&&D&&!p&&!n&&!I&&!m.current&&k.current&&!H){v(!0),m.current=!0;let S,O;if(e.initialMessage&&e.initialContext)S=e.initialMessage,O=e.initialContext;else if(e.initialMessage)S=e.initialMessage,O=void 0;else if(e.initialContext)S="Hi",O=e.initialContext;else return;setTimeout(()=>{W(S,O)},0)}},[e.initialMessage,e.initialContext,p,n,I,w,d,e.sessionId,W]),{messages:t,sendMessage:W,uploadAttachment:K,exportMessagePdf:j,isLoading:n,error:c,clearError:P,sessionId:d,isOpen:b,setIsOpen:g,hasSessionStarted:a}}function Be(e){if(typeof process>"u"||!process.env)return;const t=process.env[e];return typeof t=="string"&&t.length>0?t:void 0}function Ur(e){return x.useMemo(()=>{const t=e.agentId||Be("ORDIFY_AGENT_ID"),r=e.publishableKey||Be("ORDIFY_PUBLISHABLE_KEY"),n=e.apiKey||Be("ORDIFY_API_KEY"),o=e.apiBaseUrl||Be("ORDIFY_API_BASE_URL")||"https://r.ordify.ai";if(!t)throw new Error("Ordify agent ID is required. Provide agentId prop or set ORDIFY_AGENT_ID environment variable.");if(!r&&!n)throw new Error("Ordify credentials are required. Provide publishableKey (recommended) or apiKey.");return{agentId:t,publishableKey:r,apiKey:n,apiBaseUrl:o,mode:e.mode||"floating",position:e.position||"bottom-right",theme:e.theme||"auto",placeholder:e.placeholder||"Type a message...",height:e.height||"500px",backgroundColor:e.backgroundColor,textColor:e.textColor,borderRadius:e.borderRadius,className:e.className||"",buttonStyle:e.buttonStyle||{},chatWindowStyle:e.chatWindowStyle||{},showHeader:e.showHeader!==!1,buttonText:e.buttonText,chatName:e.chatName,primaryColor:e.primaryColor,agentImage:e.agentImage,onMessage:e.onMessage,onError:e.onError,onClose:e.onClose,onSessionCreated:e.onSessionCreated,initialMessage:e.initialMessage,initialContext:e.initialContext,sessionId:e.sessionId,quickQuestions:e.quickQuestions,welcomeMessage:e.welcomeMessage,welcomeImage:e.welcomeImage,enableAttachments:e.enableAttachments,maxAttachmentSizeMB:e.maxAttachmentSizeMB,maxAttachments:e.maxAttachments,allowedAttachmentTypes:e.allowedAttachmentTypes,useThinking:e.useThinking===!0,enableImageGeneration:e.enableImageGeneration}},[e])}async function Qn(e){var r;if(typeof navigator<"u"&&((r=navigator.clipboard)!=null&&r.writeText))try{await navigator.clipboard.writeText(e);return}catch{}const t=document.createElement("textarea");t.value=e,t.setAttribute("readonly",""),t.style.position="fixed",t.style.left="-9999px",document.body.appendChild(t),t.select();try{document.execCommand("copy")}finally{document.body.removeChild(t)}}/**
|
|
18
26
|
* @license lucide-react v0.544.0 - ISC
|
|
19
27
|
*
|
|
20
28
|
* This source code is licensed under the ISC license.
|
|
21
29
|
* See the LICENSE file in the root directory of this source tree.
|
|
22
|
-
*/const
|
|
30
|
+
*/const Yn=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Vn=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,r,n)=>n?n.toUpperCase():r.toLowerCase()),ar=e=>{const t=Vn(e);return t.charAt(0).toUpperCase()+t.slice(1)},Hr=(...e)=>e.filter((t,r,n)=>!!t&&t.trim()!==""&&n.indexOf(t)===r).join(" ").trim(),Zn=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};/**
|
|
23
31
|
* @license lucide-react v0.544.0 - ISC
|
|
24
32
|
*
|
|
25
33
|
* This source code is licensed under the ISC license.
|
|
26
34
|
* See the LICENSE file in the root directory of this source tree.
|
|
27
|
-
*/var
|
|
35
|
+
*/var Jn={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
28
36
|
* @license lucide-react v0.544.0 - ISC
|
|
29
37
|
*
|
|
30
38
|
* This source code is licensed under the ISC license.
|
|
31
39
|
* See the LICENSE file in the root directory of this source tree.
|
|
32
|
-
*/const
|
|
40
|
+
*/const Xn=x.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:n,className:o="",children:c,iconNode:u,...d},h)=>x.createElement("svg",{ref:h,...Jn,width:t,height:t,stroke:e,strokeWidth:n?Number(r)*24/Number(t):r,className:Hr("lucide",o),...!c&&!Zn(d)&&{"aria-hidden":"true"},...d},[...u.map(([b,g])=>x.createElement(b,g)),...Array.isArray(c)?c:[c]]));/**
|
|
33
41
|
* @license lucide-react v0.544.0 - ISC
|
|
34
42
|
*
|
|
35
43
|
* This source code is licensed under the ISC license.
|
|
36
44
|
* See the LICENSE file in the root directory of this source tree.
|
|
37
|
-
*/const
|
|
45
|
+
*/const Te=(e,t)=>{const r=x.forwardRef(({className:n,...o},c)=>x.createElement(Xn,{ref:c,iconNode:t,className:Hr(`lucide-${Yn(ar(e))}`,`lucide-${e}`,n),...o}));return r.displayName=ar(e),r};/**
|
|
38
46
|
* @license lucide-react v0.544.0 - ISC
|
|
39
47
|
*
|
|
40
48
|
* This source code is licensed under the ISC license.
|
|
41
49
|
* See the LICENSE file in the root directory of this source tree.
|
|
42
|
-
*/const
|
|
50
|
+
*/const eo=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],to=Te("copy",eo);/**
|
|
43
51
|
* @license lucide-react v0.544.0 - ISC
|
|
44
52
|
*
|
|
45
53
|
* This source code is licensed under the ISC license.
|
|
46
54
|
* See the LICENSE file in the root directory of this source tree.
|
|
47
|
-
*/const
|
|
55
|
+
*/const ro=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]],no=Te("file-down",ro);/**
|
|
48
56
|
* @license lucide-react v0.544.0 - ISC
|
|
49
57
|
*
|
|
50
58
|
* This source code is licensed under the ISC license.
|
|
51
59
|
* See the LICENSE file in the root directory of this source tree.
|
|
52
|
-
*/const
|
|
60
|
+
*/const oo=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],ao=Te("file-text",oo);/**
|
|
53
61
|
* @license lucide-react v0.544.0 - ISC
|
|
54
62
|
*
|
|
55
63
|
* This source code is licensed under the ISC license.
|
|
56
64
|
* See the LICENSE file in the root directory of this source tree.
|
|
57
|
-
*/const
|
|
65
|
+
*/const so=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],io=Te("image",so);/**
|
|
58
66
|
* @license lucide-react v0.544.0 - ISC
|
|
59
67
|
*
|
|
60
68
|
* This source code is licensed under the ISC license.
|
|
61
69
|
* See the LICENSE file in the root directory of this source tree.
|
|
62
|
-
*/const
|
|
70
|
+
*/const co=[["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",key:"1miecu"}]],lo=Te("paperclip",co);/**
|
|
63
71
|
* @license lucide-react v0.544.0 - ISC
|
|
64
72
|
*
|
|
65
73
|
* This source code is licensed under the ISC license.
|
|
66
74
|
* See the LICENSE file in the root directory of this source tree.
|
|
67
|
-
*/const
|
|
68
|
-
`,Ze=typeof window<"u"&&typeof document<"u",Eo=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""&&process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY),st=Object.freeze([]),$e=Object.freeze({});function Mo(e,t,r){return r===void 0&&(r=$e),e.theme!==r.theme&&e.theme||t||r.theme}var en=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","track","u","ul","use","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]),_o=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Ro=/(^-|-$)/g;function cr(e){return e.replace(_o,"-").replace(Ro,"")}var Oo=/(a)(d)/gi,Be=52,lr=function(e){return String.fromCharCode(e+(e>25?39:97))};function _t(e){var t,r="";for(t=Math.abs(e);t>Be;t=t/Be|0)r=lr(t%Be)+r;return(lr(t%Be)+r).replace(Oo,"$1-$2")}var bt,tn=5381,xe=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},rn=function(e){return xe(tn,e)};function Po(e){return _t(rn(e)>>>0)}function Do(e){return e.displayName||e.name||"Component"}function yt(e){return typeof e=="string"&&!0}var nn=typeof Symbol=="function"&&Symbol.for,on=nn?Symbol.for("react.memo"):60115,zo=nn?Symbol.for("react.forward_ref"):60112,No={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},Bo={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},an={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Lo=((bt={})[zo]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},bt[on]=an,bt);function dr(e){return("type"in(t=e)&&t.type.$$typeof)===on?an:"$$typeof"in e?Lo[e.$$typeof]:No;var t}var Fo=Object.defineProperty,Wo=Object.getOwnPropertyNames,ur=Object.getOwnPropertySymbols,Ko=Object.getOwnPropertyDescriptor,Uo=Object.getPrototypeOf,pr=Object.prototype;function sn(e,t,r){if(typeof t!="string"){if(pr){var n=Uo(t);n&&n!==pr&&sn(e,n,r)}var a=Wo(t);ur&&(a=a.concat(ur(t)));for(var c=dr(e),u=dr(t),d=0;d<a.length;++d){var h=a[d];if(!(h in Bo||r&&r[h]||u&&h in u||c&&h in c)){var b=Ko(t,h);try{Fo(e,h,b)}catch{}}}}return e}function Se(e){return typeof e=="function"}function Ft(e){return typeof e=="object"&&"styledComponentId"in e}function he(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function fr(e,t){if(e.length===0)return"";for(var r=e[0],n=1;n<e.length;n++)r+=e[n];return r}function De(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function Rt(e,t,r){if(r===void 0&&(r=!1),!r&&!De(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(var n=0;n<t.length;n++)e[n]=Rt(e[n],t[n]);else if(De(t))for(var n in t)e[n]=Rt(e[n],t[n]);return e}function Wt(e,t){Object.defineProperty(e,"toString",{value:t})}function ze(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e," for more information.").concat(t.length>0?" Args: ".concat(t.join(", ")):""))}var Ho=function(){function e(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}return e.prototype.indexOfGroup=function(t){for(var r=0,n=0;n<t;n++)r+=this.groupSizes[n];return r},e.prototype.insertRules=function(t,r){if(t>=this.groupSizes.length){for(var n=this.groupSizes,a=n.length,c=a;t>=c;)if((c<<=1)<0)throw ze(16,"".concat(t));this.groupSizes=new Uint32Array(c),this.groupSizes.set(n),this.length=c;for(var u=a;u<c;u++)this.groupSizes[u]=0}for(var d=this.indexOfGroup(t+1),h=(u=0,r.length);u<h;u++)this.tag.insertRule(d,r[u])&&(this.groupSizes[t]++,d++)},e.prototype.clearGroup=function(t){if(t<this.length){var r=this.groupSizes[t],n=this.indexOfGroup(t),a=n+r;this.groupSizes[t]=0;for(var c=n;c<a;c++)this.tag.deleteRule(n)}},e.prototype.getGroup=function(t){var r="";if(t>=this.length||this.groupSizes[t]===0)return r;for(var n=this.groupSizes[t],a=this.indexOfGroup(t),c=a+n,u=a;u<c;u++)r+="".concat(this.tag.getRule(u)).concat(Lt);return r},e}(),He=new Map,Je=new Map,qe=1,Le=function(e){if(He.has(e))return He.get(e);for(;Je.has(qe);)qe++;var t=qe++;return He.set(e,t),Je.set(t,e),t},qo=function(e,t){qe=t+1,He.set(e,t),Je.set(t,e)},Go="style[".concat(ve,"][").concat(Xr,'="').concat(at,'"]'),Yo=new RegExp("^".concat(ve,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),Qo=function(e,t,r){for(var n,a=r.split(","),c=0,u=a.length;c<u;c++)(n=a[c])&&e.registerName(t,n)},Vo=function(e,t){for(var r,n=((r=t.textContent)!==null&&r!==void 0?r:"").split(Lt),a=[],c=0,u=n.length;c<u;c++){var d=n[c].trim();if(d){var h=d.match(Yo);if(h){var b=0|parseInt(h[1],10),g=h[2];b!==0&&(qo(g,b),Qo(e,g,h[3]),e.getTag().insertRules(b,a)),a.length=0}else a.push(d)}}},hr=function(e){for(var t=document.querySelectorAll(Go),r=0,n=t.length;r<n;r++){var a=t[r];a&&a.getAttribute(ve)!==Jr&&(Vo(e,a),a.parentNode&&a.parentNode.removeChild(a))}};function Zo(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var cn=function(e){var t=document.head,r=e||t,n=document.createElement("style"),a=function(d){var h=Array.from(d.querySelectorAll("style[".concat(ve,"]")));return h[h.length-1]}(r),c=a!==void 0?a.nextSibling:null;n.setAttribute(ve,Jr),n.setAttribute(Xr,at);var u=Zo();return u&&n.setAttribute("nonce",u),r.insertBefore(n,c),n},Jo=function(){function e(t){this.element=cn(t),this.element.appendChild(document.createTextNode("")),this.sheet=function(r){if(r.sheet)return r.sheet;for(var n=document.styleSheets,a=0,c=n.length;a<c;a++){var u=n[a];if(u.ownerNode===r)return u}throw ze(17)}(this.element),this.length=0}return e.prototype.insertRule=function(t,r){try{return this.sheet.insertRule(r,t),this.length++,!0}catch{return!1}},e.prototype.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.prototype.getRule=function(t){var r=this.sheet.cssRules[t];return r&&r.cssText?r.cssText:""},e}(),Xo=function(){function e(t){this.element=cn(t),this.nodes=this.element.childNodes,this.length=0}return e.prototype.insertRule=function(t,r){if(t<=this.length&&t>=0){var n=document.createTextNode(r);return this.element.insertBefore(n,this.nodes[t]||null),this.length++,!0}return!1},e.prototype.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.prototype.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},e}(),ea=function(){function e(t){this.rules=[],this.length=0}return e.prototype.insertRule=function(t,r){return t<=this.length&&(this.rules.splice(t,0,r),this.length++,!0)},e.prototype.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.prototype.getRule=function(t){return t<this.length?this.rules[t]:""},e}(),mr=Ze,ta={isServer:!Ze,useCSSOMInjection:!Eo},ln=function(){function e(t,r,n){t===void 0&&(t=$e),r===void 0&&(r={});var a=this;this.options=X(X({},ta),t),this.gs=r,this.names=new Map(n),this.server=!!t.isServer,!this.server&&Ze&&mr&&(mr=!1,hr(this)),Wt(this,function(){return function(c){for(var u=c.getTag(),d=u.length,h="",b=function(p){var v=function(o){return Je.get(o)}(p);if(v===void 0)return"continue";var w=c.names.get(v),C=u.getGroup(p);if(w===void 0||!w.size||C.length===0)return"continue";var j="".concat(ve,".g").concat(p,'[id="').concat(v,'"]'),$="";w!==void 0&&w.forEach(function(o){o.length>0&&($+="".concat(o,","))}),h+="".concat(C).concat(j,'{content:"').concat($,'"}').concat(Lt)},g=0;g<d;g++)b(g);return h}(a)})}return e.registerId=function(t){return Le(t)},e.prototype.rehydrate=function(){!this.server&&Ze&&hr(this)},e.prototype.reconstructWithOptions=function(t,r){return r===void 0&&(r=!0),new e(X(X({},this.options),t),this.gs,r&&this.names||void 0)},e.prototype.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.prototype.getTag=function(){return this.tag||(this.tag=(t=function(r){var n=r.useCSSOMInjection,a=r.target;return r.isServer?new ea(a):n?new Jo(a):new Xo(a)}(this.options),new Ho(t)));var t},e.prototype.hasNameForId=function(t,r){return this.names.has(t)&&this.names.get(t).has(r)},e.prototype.registerName=function(t,r){if(Le(t),this.names.has(t))this.names.get(t).add(r);else{var n=new Set;n.add(r),this.names.set(t,n)}},e.prototype.insertRules=function(t,r,n){this.registerName(t,r),this.getTag().insertRules(Le(t),n)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(Le(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),ra=/&/g,na=/^\s*\/\/.*$/gm;function dn(e,t){return e.map(function(r){return r.type==="rule"&&(r.value="".concat(t," ").concat(r.value),r.value=r.value.replaceAll(",",",".concat(t," ")),r.props=r.props.map(function(n){return"".concat(t," ").concat(n)})),Array.isArray(r.children)&&r.type!=="@keyframes"&&(r.children=dn(r.children,t)),r})}function oa(e){var t,r,n,a=$e,c=a.options,u=c===void 0?$e:c,d=a.plugins,h=d===void 0?st:d,b=function(v,w,C){return C.startsWith(r)&&C.endsWith(r)&&C.replaceAll(r,"").length>0?".".concat(t):v},g=h.slice();g.push(function(v){v.type===tt&&v.value.includes("&")&&(v.props[0]=v.props[0].replace(ra,r).replace(n,b))}),u.prefix&&g.push(Ao),g.push(Co);var p=function(v,w,C,j){w===void 0&&(w=""),C===void 0&&(C=""),j===void 0&&(j="&"),t=j,r=w,n=new RegExp("\\".concat(r,"\\b"),"g");var $=v.replace(na,""),o=$o(C||w?"".concat(C," ").concat(w," { ").concat($," }"):$);u.namespace&&(o=dn(o,u.namespace));var i=[];return Ve(o,jo(g.concat(Io(function(s){return i.push(s)})))),i};return p.hash=h.length?h.reduce(function(v,w){return w.name||ze(15),xe(v,w.name)},tn).toString():"",p}var aa=new ln,Ot=oa(),un=x.createContext({shouldForwardProp:void 0,styleSheet:aa,stylis:Ot});un.Consumer;x.createContext(void 0);function gr(){return x.useContext(un)}var sa=function(){function e(t,r){var n=this;this.inject=function(a,c){c===void 0&&(c=Ot);var u=n.name+c.hash;a.hasNameForId(n.id,u)||a.insertRules(n.id,u,c(n.rules,u,"@keyframes"))},this.name=t,this.id="sc-keyframes-".concat(t),this.rules=r,Wt(this,function(){throw ze(12,String(n.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=Ot),this.name+t.hash},e}(),ia=function(e){return e>="A"&&e<="Z"};function br(e){for(var t="",r=0;r<e.length;r++){var n=e[r];if(r===1&&n==="-"&&e[0]==="-")return e;ia(n)?t+="-"+n.toLowerCase():t+=n}return t.startsWith("ms-")?"-"+t:t}var pn=function(e){return e==null||e===!1||e===""},fn=function(e){var t,r,n=[];for(var a in e){var c=e[a];e.hasOwnProperty(a)&&!pn(c)&&(Array.isArray(c)&&c.isCss||Se(c)?n.push("".concat(br(a),":"),c,";"):De(c)?n.push.apply(n,Qe(Qe(["".concat(a," {")],fn(c),!1),["}"],!1)):n.push("".concat(br(a),": ").concat((t=a,(r=c)==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||t in To||t.startsWith("--")?String(r).trim():"".concat(r,"px")),";")))}return n};function ge(e,t,r,n){if(pn(e))return[];if(Ft(e))return[".".concat(e.styledComponentId)];if(Se(e)){if(!Se(c=e)||c.prototype&&c.prototype.isReactComponent||!t)return[e];var a=e(t);return ge(a,t,r,n)}var c;return e instanceof sa?r?(e.inject(r,n),[e.getName(n)]):[e]:De(e)?fn(e):Array.isArray(e)?Array.prototype.concat.apply(st,e.map(function(u){return ge(u,t,r,n)})):[e.toString()]}function ca(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(Se(r)&&!Ft(r))return!1}return!0}var la=rn(at),da=function(){function e(t,r,n){this.rules=t,this.staticRulesId="",this.isStatic=(n===void 0||n.isStatic)&&ca(t),this.componentId=r,this.baseHash=xe(la,r),this.baseStyle=n,ln.registerId(r)}return e.prototype.generateAndInjectStyles=function(t,r,n){var a=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,r,n):"";if(this.isStatic&&!n.hash)if(this.staticRulesId&&r.hasNameForId(this.componentId,this.staticRulesId))a=he(a,this.staticRulesId);else{var c=fr(ge(this.rules,t,r,n)),u=_t(xe(this.baseHash,c)>>>0);if(!r.hasNameForId(this.componentId,u)){var d=n(c,".".concat(u),void 0,this.componentId);r.insertRules(this.componentId,u,d)}a=he(a,u),this.staticRulesId=u}else{for(var h=xe(this.baseHash,n.hash),b="",g=0;g<this.rules.length;g++){var p=this.rules[g];if(typeof p=="string")b+=p;else if(p){var v=fr(ge(p,t,r,n));h=xe(h,v+g),b+=v}}if(b){var w=_t(h>>>0);r.hasNameForId(this.componentId,w)||r.insertRules(this.componentId,w,n(b,".".concat(w),void 0,this.componentId)),a=he(a,w)}}return a},e}(),hn=x.createContext(void 0);hn.Consumer;var xt={};function ua(e,t,r){var n=Ft(e),a=e,c=!yt(e),u=t.attrs,d=u===void 0?st:u,h=t.componentId,b=h===void 0?function(f,m){var k=typeof f!="string"?"sc":cr(f);xt[k]=(xt[k]||0)+1;var y="".concat(k,"-").concat(Po(at+k+xt[k]));return m?"".concat(m,"-").concat(y):y}(t.displayName,t.parentComponentId):h,g=t.displayName,p=g===void 0?function(f){return yt(f)?"styled.".concat(f):"Styled(".concat(Do(f),")")}(e):g,v=t.displayName&&t.componentId?"".concat(cr(t.displayName),"-").concat(t.componentId):t.componentId||b,w=n&&a.attrs?a.attrs.concat(d).filter(Boolean):d,C=t.shouldForwardProp;if(n&&a.shouldForwardProp){var j=a.shouldForwardProp;if(t.shouldForwardProp){var $=t.shouldForwardProp;C=function(f,m){return j(f,m)&&$(f,m)}}else C=j}var o=new da(r,v,n?a.componentStyle:void 0);function i(f,m){return function(k,y,T){var R=k.attrs,I=k.componentStyle,M=k.defaultProps,K=k.foldedComponentIds,F=k.styledComponentId,V=k.target,A=x.useContext(hn),D=gr(),U=k.shouldForwardProp||D.shouldForwardProp,S=Mo(y,A,M)||$e,P=function(H,Q,Z){for(var se,ie=X(X({},Q),{className:void 0,theme:Z}),Te=0;Te<H.length;Te+=1){var pe=Se(se=H[Te])?se(ie):se;for(var J in pe)ie[J]=J==="className"?he(ie[J],pe[J]):J==="style"?X(X({},ie[J]),pe[J]):pe[J]}return Q.className&&(ie.className=he(ie.className,Q.className)),ie}(R,y,S),z=P.as||V,L={};for(var O in P)P[O]===void 0||O[0]==="$"||O==="as"||O==="theme"&&P.theme===S||(O==="forwardedAs"?L.as=P.forwardedAs:U&&!U(O,z)||(L[O]=P[O]));var Y=function(H,Q){var Z=gr(),se=H.generateAndInjectStyles(Q,Z.styleSheet,Z.stylis);return se}(I,P),N=he(K,F);return Y&&(N+=" "+Y),P.className&&(N+=" "+P.className),L[yt(z)&&!en.has(z)?"class":"className"]=N,T&&(L.ref=T),x.createElement(z,L)}(s,f,m)}i.displayName=p;var s=x.forwardRef(i);return s.attrs=w,s.componentStyle=o,s.displayName=p,s.shouldForwardProp=C,s.foldedComponentIds=n?he(a.foldedComponentIds,a.styledComponentId):"",s.styledComponentId=v,s.target=n?a.target:e,Object.defineProperty(s,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(f){this._foldedDefaultProps=n?function(m){for(var k=[],y=1;y<arguments.length;y++)k[y-1]=arguments[y];for(var T=0,R=k;T<R.length;T++)Rt(m,R[T],!0);return m}({},a.defaultProps,f):f}}),Wt(s,function(){return".".concat(s.styledComponentId)}),c&&sn(s,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),s}function yr(e,t){for(var r=[e[0]],n=0,a=t.length;n<a;n+=1)r.push(t[n],e[n+1]);return r}var xr=function(e){return Object.assign(e,{isCss:!0})};function pa(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(Se(e)||De(e))return xr(ge(yr(st,Qe([e],t,!0))));var n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?ge(n):xr(ge(yr(n,t)))}function Pt(e,t,r){if(r===void 0&&(r=$e),!t)throw ze(1,t);var n=function(a){for(var c=[],u=1;u<arguments.length;u++)c[u-1]=arguments[u];return e(t,r,pa.apply(void 0,Qe([a],c,!1)))};return n.attrs=function(a){return Pt(e,t,X(X({},r),{attrs:Array.prototype.concat(r.attrs,a).filter(Boolean)}))},n.withConfig=function(a){return Pt(e,t,X(X({},r),a))},n}var mn=function(e){return Pt(ua,e)},E=mn;en.forEach(function(e){E[e]=mn(e)});const fa=E.div`
|
|
75
|
+
*/const uo=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],po=Te("x",uo);var X=function(){return X=Object.assign||function(t){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var c in r)Object.prototype.hasOwnProperty.call(r,c)&&(t[c]=r[c])}return t},X.apply(this,arguments)};function Ve(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,c;n<o;n++)(c||!(n in t))&&(c||(c=Array.prototype.slice.call(t,0,n)),c[n]=t[n]);return e.concat(c||Array.prototype.slice.call(t))}var U="-ms-",Oe="-moz-",L="-webkit-",qr="comm",rt="rule",Nt="decl",fo="@import",Gr="@keyframes",ho="@layer",Qr=Math.abs,Bt=String.fromCharCode,At=Object.assign;function mo(e,t){return Q(e,0)^45?(((t<<2^Q(e,0))<<2^Q(e,1))<<2^Q(e,2))<<2^Q(e,3):0}function Yr(e){return e.trim()}function ae(e,t){return(e=t.exec(e))?e[0]:e}function R(e,t,r){return e.replace(t,r)}function We(e,t,r){return e.indexOf(t,r)}function Q(e,t){return e.charCodeAt(t)|0}function ve(e,t,r){return e.slice(t,r)}function ne(e){return e.length}function Vr(e){return e.length}function _e(e,t){return t.push(e),e}function go(e,t){return e.map(t).join("")}function sr(e,t){return e.filter(function(r){return!ae(r,t)})}var nt=1,$e=1,Zr=0,ee=0,G=0,Ae="";function ot(e,t,r,n,o,c,u,d){return{value:e,root:t,parent:r,type:n,props:o,children:c,line:nt,column:$e,length:u,return:"",siblings:d}}function de(e,t){return At(ot("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function xe(e){for(;e.root;)e=de(e.root,{children:[e]});_e(e,e.siblings)}function bo(){return G}function yo(){return G=ee>0?Q(Ae,--ee):0,$e--,G===10&&($e=1,nt--),G}function te(){return G=ee<Zr?Q(Ae,ee++):0,$e++,G===10&&($e=1,nt++),G}function me(){return Q(Ae,ee)}function Ue(){return ee}function at(e,t){return ve(Ae,e,t)}function Et(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function xo(e){return nt=$e=1,Zr=ne(Ae=e),ee=0,[]}function ko(e){return Ae="",e}function gt(e){return Yr(at(ee-1,Mt(e===91?e+2:e===40?e+1:e)))}function wo(e){for(;(G=me())&&G<33;)te();return Et(e)>2||Et(G)>3?"":" "}function vo(e,t){for(;--t&&te()&&!(G<48||G>102||G>57&&G<65||G>70&&G<97););return at(e,Ue()+(t<6&&me()==32&&te()==32))}function Mt(e){for(;te();)switch(G){case e:return ee;case 34:case 39:e!==34&&e!==39&&Mt(G);break;case 40:e===41&&Mt(e);break;case 92:te();break}return ee}function $o(e,t){for(;te()&&e+G!==57;)if(e+G===84&&me()===47)break;return"/*"+at(t,ee-1)+"*"+Bt(e===47?e:te())}function So(e){for(;!Et(me());)te();return at(e,ee)}function Co(e){return ko(He("",null,null,null,[""],e=xo(e),0,[0],e))}function He(e,t,r,n,o,c,u,d,h){for(var b=0,g=0,p=u,v=0,w=0,C=0,I=1,$=1,a=1,i=0,s="",f=o,m=c,k=n,y=s;$;)switch(C=i,i=te()){case 40:if(C!=108&&Q(y,p-1)==58){We(y+=R(gt(i),"&","&\f"),"&\f",Qr(b?d[b-1]:0))!=-1&&(a=-1);break}case 34:case 39:case 91:y+=gt(i);break;case 9:case 10:case 13:case 32:y+=wo(C);break;case 92:y+=vo(Ue()-1,7);continue;case 47:switch(me()){case 42:case 47:_e(jo($o(te(),Ue()),t,r,h),h);break;default:y+="/"}break;case 123*I:d[b++]=ne(y)*a;case 125*I:case 59:case 0:switch(i){case 0:case 125:$=0;case 59+g:a==-1&&(y=R(y,/\f/g,"")),w>0&&ne(y)-p&&_e(w>32?cr(y+";",n,r,p-1,h):cr(R(y," ","")+";",n,r,p-2,h),h);break;case 59:y+=";";default:if(_e(k=ir(y,t,r,b,g,o,d,s,f=[],m=[],p,c),c),i===123)if(g===0)He(y,t,k,k,f,c,p,d,m);else switch(v===99&&Q(y,3)===110?100:v){case 100:case 108:case 109:case 115:He(e,k,k,n&&_e(ir(e,k,k,0,0,o,d,s,o,f=[],p,m),m),o,m,p,d,n?f:m);break;default:He(y,k,k,k,[""],m,0,d,m)}}b=g=w=0,I=a=1,s=y="",p=u;break;case 58:p=1+ne(y),w=C;default:if(I<1){if(i==123)--I;else if(i==125&&I++==0&&yo()==125)continue}switch(y+=Bt(i),i*I){case 38:a=g>0?1:(y+="\f",-1);break;case 44:d[b++]=(ne(y)-1)*a,a=1;break;case 64:me()===45&&(y+=gt(te())),v=me(),g=p=ne(s=y+=So(Ue())),i++;break;case 45:C===45&&ne(y)==2&&(I=0)}}return c}function ir(e,t,r,n,o,c,u,d,h,b,g,p){for(var v=o-1,w=o===0?c:[""],C=Vr(w),I=0,$=0,a=0;I<n;++I)for(var i=0,s=ve(e,v+1,v=Qr($=u[I])),f=e;i<C;++i)(f=Yr($>0?w[i]+" "+s:R(s,/&\f/g,w[i])))&&(h[a++]=f);return ot(e,t,r,o===0?rt:d,h,b,g,p)}function jo(e,t,r,n){return ot(e,t,r,qr,Bt(bo()),ve(e,2,-2),0,n)}function cr(e,t,r,n,o){return ot(e,t,r,Nt,ve(e,0,n),ve(e,n+1,-1),n,o)}function Jr(e,t,r){switch(mo(e,t)){case 5103:return L+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return L+e+e;case 4789:return Oe+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return L+e+Oe+e+U+e+e;case 5936:switch(Q(e,t+11)){case 114:return L+e+U+R(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return L+e+U+R(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return L+e+U+R(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return L+e+U+e+e;case 6165:return L+e+U+"flex-"+e+e;case 5187:return L+e+R(e,/(\w+).+(:[^]+)/,L+"box-$1$2"+U+"flex-$1$2")+e;case 5443:return L+e+U+"flex-item-"+R(e,/flex-|-self/g,"")+(ae(e,/flex-|baseline/)?"":U+"grid-row-"+R(e,/flex-|-self/g,""))+e;case 4675:return L+e+U+"flex-line-pack"+R(e,/align-content|flex-|-self/g,"")+e;case 5548:return L+e+U+R(e,"shrink","negative")+e;case 5292:return L+e+U+R(e,"basis","preferred-size")+e;case 6060:return L+"box-"+R(e,"-grow","")+L+e+U+R(e,"grow","positive")+e;case 4554:return L+R(e,/([^-])(transform)/g,"$1"+L+"$2")+e;case 6187:return R(R(R(e,/(zoom-|grab)/,L+"$1"),/(image-set)/,L+"$1"),e,"")+e;case 5495:case 3959:return R(e,/(image-set\([^]*)/,L+"$1$`$1");case 4968:return R(R(e,/(.+:)(flex-)?(.*)/,L+"box-pack:$3"+U+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+L+e+e;case 4200:if(!ae(e,/flex-|baseline/))return U+"grid-column-align"+ve(e,t)+e;break;case 2592:case 3360:return U+R(e,"template-","")+e;case 4384:case 3616:return r&&r.some(function(n,o){return t=o,ae(n.props,/grid-\w+-end/)})?~We(e+(r=r[t].value),"span",0)?e:U+R(e,"-start","")+e+U+"grid-row-span:"+(~We(r,"span",0)?ae(r,/\d+/):+ae(r,/\d+/)-+ae(e,/\d+/))+";":U+R(e,"-start","")+e;case 4896:case 4128:return r&&r.some(function(n){return ae(n.props,/grid-\w+-start/)})?e:U+R(R(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return R(e,/(.+)-inline(.+)/,L+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ne(e)-1-t>6)switch(Q(e,t+1)){case 109:if(Q(e,t+4)!==45)break;case 102:return R(e,/(.+:)(.+)-([^]+)/,"$1"+L+"$2-$3$1"+Oe+(Q(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~We(e,"stretch",0)?Jr(R(e,"stretch","fill-available"),t,r)+e:e}break;case 5152:case 5920:return R(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(n,o,c,u,d,h,b){return U+o+":"+c+b+(u?U+o+"-span:"+(d?h:+h-+c)+b:"")+e});case 4949:if(Q(e,t+6)===121)return R(e,":",":"+L)+e;break;case 6444:switch(Q(e,Q(e,14)===45?18:11)){case 120:return R(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+L+(Q(e,14)===45?"inline-":"")+"box$3$1"+L+"$2$3$1"+U+"$2box$3")+e;case 100:return R(e,":",":"+U)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return R(e,"scroll-","scroll-snap-")+e}return e}function Ze(e,t){for(var r="",n=0;n<e.length;n++)r+=t(e[n],n,e,t)||"";return r}function Io(e,t,r,n){switch(e.type){case ho:if(e.children.length)break;case fo:case Nt:return e.return=e.return||e.value;case qr:return"";case Gr:return e.return=e.value+"{"+Ze(e.children,n)+"}";case rt:if(!ne(e.value=e.props.join(",")))return""}return ne(r=Ze(e.children,n))?e.return=e.value+"{"+r+"}":""}function To(e){var t=Vr(e);return function(r,n,o,c){for(var u="",d=0;d<t;d++)u+=e[d](r,n,o,c)||"";return u}}function Ao(e){return function(t){t.root||(t=t.return)&&e(t)}}function Eo(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Nt:e.return=Jr(e.value,e.length,r);return;case Gr:return Ze([de(e,{value:R(e.value,"@","@"+L)})],n);case rt:if(e.length)return go(r=e.props,function(o){switch(ae(o,n=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":xe(de(e,{props:[R(o,/:(read-\w+)/,":"+Oe+"$1")]})),xe(de(e,{props:[o]})),At(e,{props:sr(r,n)});break;case"::placeholder":xe(de(e,{props:[R(o,/:(plac\w+)/,":"+L+"input-$1")]})),xe(de(e,{props:[R(o,/:(plac\w+)/,":"+Oe+"$1")]})),xe(de(e,{props:[R(o,/:(plac\w+)/,U+"input-$1")]})),xe(de(e,{props:[o]})),At(e,{props:sr(r,n)});break}return""})}}var Mo={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Se=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",Xr="active",en="data-styled-version",st="6.1.19",Lt=`/*!sc*/
|
|
76
|
+
`,Je=typeof window<"u"&&typeof document<"u",Ro=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""&&process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY),it=Object.freeze([]),Ce=Object.freeze({});function _o(e,t,r){return r===void 0&&(r=Ce),e.theme!==r.theme&&e.theme||t||r.theme}var tn=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","track","u","ul","use","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]),Po=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Oo=/(^-|-$)/g;function lr(e){return e.replace(Po,"-").replace(Oo,"")}var Do=/(a)(d)/gi,Le=52,dr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Rt(e){var t,r="";for(t=Math.abs(e);t>Le;t=t/Le|0)r=dr(t%Le)+r;return(dr(t%Le)+r).replace(Do,"$1-$2")}var bt,rn=5381,we=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},nn=function(e){return we(rn,e)};function zo(e){return Rt(nn(e)>>>0)}function No(e){return e.displayName||e.name||"Component"}function yt(e){return typeof e=="string"&&!0}var on=typeof Symbol=="function"&&Symbol.for,an=on?Symbol.for("react.memo"):60115,Bo=on?Symbol.for("react.forward_ref"):60112,Lo={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},Fo={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},sn={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Ko=((bt={})[Bo]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},bt[an]=sn,bt);function ur(e){return("type"in(t=e)&&t.type.$$typeof)===an?sn:"$$typeof"in e?Ko[e.$$typeof]:Lo;var t}var Wo=Object.defineProperty,Uo=Object.getOwnPropertyNames,pr=Object.getOwnPropertySymbols,Ho=Object.getOwnPropertyDescriptor,qo=Object.getPrototypeOf,fr=Object.prototype;function cn(e,t,r){if(typeof t!="string"){if(fr){var n=qo(t);n&&n!==fr&&cn(e,n,r)}var o=Uo(t);pr&&(o=o.concat(pr(t)));for(var c=ur(e),u=ur(t),d=0;d<o.length;++d){var h=o[d];if(!(h in Fo||r&&r[h]||u&&h in u||c&&h in c)){var b=Ho(t,h);try{Wo(e,h,b)}catch{}}}}return e}function je(e){return typeof e=="function"}function Ft(e){return typeof e=="object"&&"styledComponentId"in e}function he(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function hr(e,t){if(e.length===0)return"";for(var r=e[0],n=1;n<e.length;n++)r+=e[n];return r}function ze(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function _t(e,t,r){if(r===void 0&&(r=!1),!r&&!ze(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(var n=0;n<t.length;n++)e[n]=_t(e[n],t[n]);else if(ze(t))for(var n in t)e[n]=_t(e[n],t[n]);return e}function Kt(e,t){Object.defineProperty(e,"toString",{value:t})}function Ne(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e," for more information.").concat(t.length>0?" Args: ".concat(t.join(", ")):""))}var Go=function(){function e(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}return e.prototype.indexOfGroup=function(t){for(var r=0,n=0;n<t;n++)r+=this.groupSizes[n];return r},e.prototype.insertRules=function(t,r){if(t>=this.groupSizes.length){for(var n=this.groupSizes,o=n.length,c=o;t>=c;)if((c<<=1)<0)throw Ne(16,"".concat(t));this.groupSizes=new Uint32Array(c),this.groupSizes.set(n),this.length=c;for(var u=o;u<c;u++)this.groupSizes[u]=0}for(var d=this.indexOfGroup(t+1),h=(u=0,r.length);u<h;u++)this.tag.insertRule(d,r[u])&&(this.groupSizes[t]++,d++)},e.prototype.clearGroup=function(t){if(t<this.length){var r=this.groupSizes[t],n=this.indexOfGroup(t),o=n+r;this.groupSizes[t]=0;for(var c=n;c<o;c++)this.tag.deleteRule(n)}},e.prototype.getGroup=function(t){var r="";if(t>=this.length||this.groupSizes[t]===0)return r;for(var n=this.groupSizes[t],o=this.indexOfGroup(t),c=o+n,u=o;u<c;u++)r+="".concat(this.tag.getRule(u)).concat(Lt);return r},e}(),qe=new Map,Xe=new Map,Ge=1,Fe=function(e){if(qe.has(e))return qe.get(e);for(;Xe.has(Ge);)Ge++;var t=Ge++;return qe.set(e,t),Xe.set(t,e),t},Qo=function(e,t){Ge=t+1,qe.set(e,t),Xe.set(t,e)},Yo="style[".concat(Se,"][").concat(en,'="').concat(st,'"]'),Vo=new RegExp("^".concat(Se,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),Zo=function(e,t,r){for(var n,o=r.split(","),c=0,u=o.length;c<u;c++)(n=o[c])&&e.registerName(t,n)},Jo=function(e,t){for(var r,n=((r=t.textContent)!==null&&r!==void 0?r:"").split(Lt),o=[],c=0,u=n.length;c<u;c++){var d=n[c].trim();if(d){var h=d.match(Vo);if(h){var b=0|parseInt(h[1],10),g=h[2];b!==0&&(Qo(g,b),Zo(e,g,h[3]),e.getTag().insertRules(b,o)),o.length=0}else o.push(d)}}},mr=function(e){for(var t=document.querySelectorAll(Yo),r=0,n=t.length;r<n;r++){var o=t[r];o&&o.getAttribute(Se)!==Xr&&(Jo(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function Xo(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var ln=function(e){var t=document.head,r=e||t,n=document.createElement("style"),o=function(d){var h=Array.from(d.querySelectorAll("style[".concat(Se,"]")));return h[h.length-1]}(r),c=o!==void 0?o.nextSibling:null;n.setAttribute(Se,Xr),n.setAttribute(en,st);var u=Xo();return u&&n.setAttribute("nonce",u),r.insertBefore(n,c),n},ea=function(){function e(t){this.element=ln(t),this.element.appendChild(document.createTextNode("")),this.sheet=function(r){if(r.sheet)return r.sheet;for(var n=document.styleSheets,o=0,c=n.length;o<c;o++){var u=n[o];if(u.ownerNode===r)return u}throw Ne(17)}(this.element),this.length=0}return e.prototype.insertRule=function(t,r){try{return this.sheet.insertRule(r,t),this.length++,!0}catch{return!1}},e.prototype.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.prototype.getRule=function(t){var r=this.sheet.cssRules[t];return r&&r.cssText?r.cssText:""},e}(),ta=function(){function e(t){this.element=ln(t),this.nodes=this.element.childNodes,this.length=0}return e.prototype.insertRule=function(t,r){if(t<=this.length&&t>=0){var n=document.createTextNode(r);return this.element.insertBefore(n,this.nodes[t]||null),this.length++,!0}return!1},e.prototype.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.prototype.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},e}(),ra=function(){function e(t){this.rules=[],this.length=0}return e.prototype.insertRule=function(t,r){return t<=this.length&&(this.rules.splice(t,0,r),this.length++,!0)},e.prototype.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.prototype.getRule=function(t){return t<this.length?this.rules[t]:""},e}(),gr=Je,na={isServer:!Je,useCSSOMInjection:!Ro},dn=function(){function e(t,r,n){t===void 0&&(t=Ce),r===void 0&&(r={});var o=this;this.options=X(X({},na),t),this.gs=r,this.names=new Map(n),this.server=!!t.isServer,!this.server&&Je&&gr&&(gr=!1,mr(this)),Kt(this,function(){return function(c){for(var u=c.getTag(),d=u.length,h="",b=function(p){var v=function(a){return Xe.get(a)}(p);if(v===void 0)return"continue";var w=c.names.get(v),C=u.getGroup(p);if(w===void 0||!w.size||C.length===0)return"continue";var I="".concat(Se,".g").concat(p,'[id="').concat(v,'"]'),$="";w!==void 0&&w.forEach(function(a){a.length>0&&($+="".concat(a,","))}),h+="".concat(C).concat(I,'{content:"').concat($,'"}').concat(Lt)},g=0;g<d;g++)b(g);return h}(o)})}return e.registerId=function(t){return Fe(t)},e.prototype.rehydrate=function(){!this.server&&Je&&mr(this)},e.prototype.reconstructWithOptions=function(t,r){return r===void 0&&(r=!0),new e(X(X({},this.options),t),this.gs,r&&this.names||void 0)},e.prototype.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.prototype.getTag=function(){return this.tag||(this.tag=(t=function(r){var n=r.useCSSOMInjection,o=r.target;return r.isServer?new ra(o):n?new ea(o):new ta(o)}(this.options),new Go(t)));var t},e.prototype.hasNameForId=function(t,r){return this.names.has(t)&&this.names.get(t).has(r)},e.prototype.registerName=function(t,r){if(Fe(t),this.names.has(t))this.names.get(t).add(r);else{var n=new Set;n.add(r),this.names.set(t,n)}},e.prototype.insertRules=function(t,r,n){this.registerName(t,r),this.getTag().insertRules(Fe(t),n)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(Fe(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),oa=/&/g,aa=/^\s*\/\/.*$/gm;function un(e,t){return e.map(function(r){return r.type==="rule"&&(r.value="".concat(t," ").concat(r.value),r.value=r.value.replaceAll(",",",".concat(t," ")),r.props=r.props.map(function(n){return"".concat(t," ").concat(n)})),Array.isArray(r.children)&&r.type!=="@keyframes"&&(r.children=un(r.children,t)),r})}function sa(e){var t,r,n,o=Ce,c=o.options,u=c===void 0?Ce:c,d=o.plugins,h=d===void 0?it:d,b=function(v,w,C){return C.startsWith(r)&&C.endsWith(r)&&C.replaceAll(r,"").length>0?".".concat(t):v},g=h.slice();g.push(function(v){v.type===rt&&v.value.includes("&")&&(v.props[0]=v.props[0].replace(oa,r).replace(n,b))}),u.prefix&&g.push(Eo),g.push(Io);var p=function(v,w,C,I){w===void 0&&(w=""),C===void 0&&(C=""),I===void 0&&(I="&"),t=I,r=w,n=new RegExp("\\".concat(r,"\\b"),"g");var $=v.replace(aa,""),a=Co(C||w?"".concat(C," ").concat(w," { ").concat($," }"):$);u.namespace&&(a=un(a,u.namespace));var i=[];return Ze(a,To(g.concat(Ao(function(s){return i.push(s)})))),i};return p.hash=h.length?h.reduce(function(v,w){return w.name||Ne(15),we(v,w.name)},rn).toString():"",p}var ia=new dn,Pt=sa(),pn=x.createContext({shouldForwardProp:void 0,styleSheet:ia,stylis:Pt});pn.Consumer;x.createContext(void 0);function br(){return x.useContext(pn)}var ca=function(){function e(t,r){var n=this;this.inject=function(o,c){c===void 0&&(c=Pt);var u=n.name+c.hash;o.hasNameForId(n.id,u)||o.insertRules(n.id,u,c(n.rules,u,"@keyframes"))},this.name=t,this.id="sc-keyframes-".concat(t),this.rules=r,Kt(this,function(){throw Ne(12,String(n.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=Pt),this.name+t.hash},e}(),la=function(e){return e>="A"&&e<="Z"};function yr(e){for(var t="",r=0;r<e.length;r++){var n=e[r];if(r===1&&n==="-"&&e[0]==="-")return e;la(n)?t+="-"+n.toLowerCase():t+=n}return t.startsWith("ms-")?"-"+t:t}var fn=function(e){return e==null||e===!1||e===""},hn=function(e){var t,r,n=[];for(var o in e){var c=e[o];e.hasOwnProperty(o)&&!fn(c)&&(Array.isArray(c)&&c.isCss||je(c)?n.push("".concat(yr(o),":"),c,";"):ze(c)?n.push.apply(n,Ve(Ve(["".concat(o," {")],hn(c),!1),["}"],!1)):n.push("".concat(yr(o),": ").concat((t=o,(r=c)==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||t in Mo||t.startsWith("--")?String(r).trim():"".concat(r,"px")),";")))}return n};function ge(e,t,r,n){if(fn(e))return[];if(Ft(e))return[".".concat(e.styledComponentId)];if(je(e)){if(!je(c=e)||c.prototype&&c.prototype.isReactComponent||!t)return[e];var o=e(t);return ge(o,t,r,n)}var c;return e instanceof ca?r?(e.inject(r,n),[e.getName(n)]):[e]:ze(e)?hn(e):Array.isArray(e)?Array.prototype.concat.apply(it,e.map(function(u){return ge(u,t,r,n)})):[e.toString()]}function da(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(je(r)&&!Ft(r))return!1}return!0}var ua=nn(st),pa=function(){function e(t,r,n){this.rules=t,this.staticRulesId="",this.isStatic=(n===void 0||n.isStatic)&&da(t),this.componentId=r,this.baseHash=we(ua,r),this.baseStyle=n,dn.registerId(r)}return e.prototype.generateAndInjectStyles=function(t,r,n){var o=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,r,n):"";if(this.isStatic&&!n.hash)if(this.staticRulesId&&r.hasNameForId(this.componentId,this.staticRulesId))o=he(o,this.staticRulesId);else{var c=hr(ge(this.rules,t,r,n)),u=Rt(we(this.baseHash,c)>>>0);if(!r.hasNameForId(this.componentId,u)){var d=n(c,".".concat(u),void 0,this.componentId);r.insertRules(this.componentId,u,d)}o=he(o,u),this.staticRulesId=u}else{for(var h=we(this.baseHash,n.hash),b="",g=0;g<this.rules.length;g++){var p=this.rules[g];if(typeof p=="string")b+=p;else if(p){var v=hr(ge(p,t,r,n));h=we(h,v+g),b+=v}}if(b){var w=Rt(h>>>0);r.hasNameForId(this.componentId,w)||r.insertRules(this.componentId,w,n(b,".".concat(w),void 0,this.componentId)),o=he(o,w)}}return o},e}(),mn=x.createContext(void 0);mn.Consumer;var xt={};function fa(e,t,r){var n=Ft(e),o=e,c=!yt(e),u=t.attrs,d=u===void 0?it:u,h=t.componentId,b=h===void 0?function(f,m){var k=typeof f!="string"?"sc":lr(f);xt[k]=(xt[k]||0)+1;var y="".concat(k,"-").concat(zo(st+k+xt[k]));return m?"".concat(m,"-").concat(y):y}(t.displayName,t.parentComponentId):h,g=t.displayName,p=g===void 0?function(f){return yt(f)?"styled.".concat(f):"Styled(".concat(No(f),")")}(e):g,v=t.displayName&&t.componentId?"".concat(lr(t.displayName),"-").concat(t.componentId):t.componentId||b,w=n&&o.attrs?o.attrs.concat(d).filter(Boolean):d,C=t.shouldForwardProp;if(n&&o.shouldForwardProp){var I=o.shouldForwardProp;if(t.shouldForwardProp){var $=t.shouldForwardProp;C=function(f,m){return I(f,m)&&$(f,m)}}else C=I}var a=new pa(r,v,n?o.componentStyle:void 0);function i(f,m){return function(k,y,A){var M=k.attrs,z=k.componentStyle,P=k.defaultProps,K=k.foldedComponentIds,j=k.styledComponentId,W=k.target,T=x.useContext(mn),D=br(),H=k.shouldForwardProp||D.shouldForwardProp,S=_o(y,T,P)||Ce,O=function(q,V,Z){for(var se,ie=X(X({},V),{className:void 0,theme:Z}),Ee=0;Ee<q.length;Ee+=1){var pe=je(se=q[Ee])?se(ie):se;for(var J in pe)ie[J]=J==="className"?he(ie[J],pe[J]):J==="style"?X(X({},ie[J]),pe[J]):pe[J]}return V.className&&(ie.className=he(ie.className,V.className)),ie}(M,y,S),N=O.as||W,F={};for(var _ in O)O[_]===void 0||_[0]==="$"||_==="as"||_==="theme"&&O.theme===S||(_==="forwardedAs"?F.as=O.forwardedAs:H&&!H(_,N)||(F[_]=O[_]));var Y=function(q,V){var Z=br(),se=q.generateAndInjectStyles(V,Z.styleSheet,Z.stylis);return se}(z,O),B=he(K,j);return Y&&(B+=" "+Y),O.className&&(B+=" "+O.className),F[yt(N)&&!tn.has(N)?"class":"className"]=B,A&&(F.ref=A),x.createElement(N,F)}(s,f,m)}i.displayName=p;var s=x.forwardRef(i);return s.attrs=w,s.componentStyle=a,s.displayName=p,s.shouldForwardProp=C,s.foldedComponentIds=n?he(o.foldedComponentIds,o.styledComponentId):"",s.styledComponentId=v,s.target=n?o.target:e,Object.defineProperty(s,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(f){this._foldedDefaultProps=n?function(m){for(var k=[],y=1;y<arguments.length;y++)k[y-1]=arguments[y];for(var A=0,M=k;A<M.length;A++)_t(m,M[A],!0);return m}({},o.defaultProps,f):f}}),Kt(s,function(){return".".concat(s.styledComponentId)}),c&&cn(s,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),s}function xr(e,t){for(var r=[e[0]],n=0,o=t.length;n<o;n+=1)r.push(t[n],e[n+1]);return r}var kr=function(e){return Object.assign(e,{isCss:!0})};function ha(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(je(e)||ze(e))return kr(ge(xr(it,Ve([e],t,!0))));var n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?ge(n):kr(ge(xr(n,t)))}function Ot(e,t,r){if(r===void 0&&(r=Ce),!t)throw Ne(1,t);var n=function(o){for(var c=[],u=1;u<arguments.length;u++)c[u-1]=arguments[u];return e(t,r,ha.apply(void 0,Ve([o],c,!1)))};return n.attrs=function(o){return Ot(e,t,X(X({},r),{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},n.withConfig=function(o){return Ot(e,t,X(X({},r),o))},n}var gn=function(e){return Ot(fa,e)},E=gn;tn.forEach(function(e){E[e]=gn(e)});const ma=E.div`
|
|
69
77
|
display: flex;
|
|
70
78
|
align-items: center;
|
|
71
79
|
gap: 4px;
|
|
72
80
|
margin-top: 6px;
|
|
73
81
|
padding-left: 2px;
|
|
74
|
-
`,
|
|
82
|
+
`,wr=E.button`
|
|
75
83
|
cursor: pointer;
|
|
76
84
|
display: inline-flex;
|
|
77
85
|
align-items: center;
|
|
@@ -103,12 +111,12 @@
|
|
|
103
111
|
color: #f9fafb;
|
|
104
112
|
}
|
|
105
113
|
}
|
|
106
|
-
`;function
|
|
114
|
+
`;function bn({content:e,disabled:t,onExportPdf:r}){const[n,o]=x.useState(!1),c=()=>{Qn(e)},u=async()=>{o(!0);try{await r(e)}finally{o(!1)}};return l.jsxs(ma,{children:[l.jsx(wr,{type:"button",onClick:c,disabled:t,"aria-label":"Copy message",title:"Copy",children:l.jsx(to,{size:16,strokeWidth:1.75})}),l.jsx(wr,{type:"button",onClick:()=>void u(),disabled:t||n,"aria-label":"Download PDF",title:"Download PDF",children:l.jsx(no,{size:16,strokeWidth:1.75})})]})}const ga=E.div`
|
|
107
115
|
display: flex;
|
|
108
116
|
flex-wrap: wrap;
|
|
109
117
|
gap: 6px;
|
|
110
118
|
margin-bottom: 6px;
|
|
111
|
-
`,
|
|
119
|
+
`,ba=E.div`
|
|
112
120
|
display: inline-flex;
|
|
113
121
|
align-items: center;
|
|
114
122
|
gap: 6px;
|
|
@@ -125,18 +133,18 @@
|
|
|
125
133
|
border-color: #4b5563;
|
|
126
134
|
background: ${e=>e.$isImage?"rgba(59, 130, 246, 0.2)":"rgba(107, 114, 128, 0.25)"};
|
|
127
135
|
}
|
|
128
|
-
`,
|
|
136
|
+
`,ya=E.img`
|
|
129
137
|
width: 28px;
|
|
130
138
|
height: 28px;
|
|
131
139
|
object-fit: cover;
|
|
132
140
|
border-radius: 4px;
|
|
133
|
-
`,
|
|
141
|
+
`,xa=E.span`
|
|
134
142
|
overflow: hidden;
|
|
135
143
|
text-overflow: ellipsis;
|
|
136
144
|
white-space: nowrap;
|
|
137
145
|
flex: 1;
|
|
138
146
|
min-width: 0;
|
|
139
|
-
`,
|
|
147
|
+
`,ka=E.button`
|
|
140
148
|
display: flex;
|
|
141
149
|
align-items: center;
|
|
142
150
|
justify-content: center;
|
|
@@ -151,7 +159,59 @@
|
|
|
151
159
|
color: #ef4444;
|
|
152
160
|
background: rgba(239, 68, 68, 0.1);
|
|
153
161
|
}
|
|
154
|
-
`;function
|
|
162
|
+
`;function be({attachments:e,onRemove:t,readOnly:r}){return e.length?l.jsx(ga,{children:e.map(n=>{const o=n.type==="image",c=o&&(n.preview||n.url);return l.jsxs(ba,{$isImage:o,title:n.name,children:[c?l.jsx(ya,{src:n.preview||n.url,alt:"",loading:"lazy",decoding:"async"}):o?l.jsx(io,{size:16,"aria-hidden":!0}):l.jsx(ao,{size:16,"aria-hidden":!0}),l.jsx(xa,{children:n.name}),!r&&t&&l.jsx(ka,{type:"button",onClick:()=>t(n.id),"aria-label":`Remove ${n.name}`,children:l.jsx(po,{size:14})})]},n.id)})}):null}function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fe.apply(this,arguments)}const wa=["children","options"],vr=["allowFullScreen","allowTransparency","autoComplete","autoFocus","autoPlay","cellPadding","cellSpacing","charSet","classId","colSpan","contentEditable","contextMenu","crossOrigin","encType","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","hrefLang","inputMode","keyParams","keyType","marginHeight","marginWidth","maxLength","mediaGroup","minLength","noValidate","radioGroup","readOnly","rowSpan","spellCheck","srcDoc","srcLang","srcSet","tabIndex","useMap"].reduce((e,t)=>(e[t.toLowerCase()]=t,e),{class:"className",for:"htmlFor"}),$r={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},va=["style","script","pre"],$a=["src","href","data","formAction","srcDoc","action"],Sa=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,Ca=/mailto:/i,ja=/\n{2,}$/,Sr=/^(\s*>[\s\S]*?)(?=\n\n|$)/,Ia=/^ *> ?/gm,Ta=/^(?:\[!([^\]]*)\]\n)?([\s\S]*)/,Aa=/^ {2,}\n/,Ea=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,Cr=/^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/,jr=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,Ma=/^(`+)((?:\\`|(?!\1)`|[^`])+)\1/,Ra=/^(?:\n *)*\n/,_a=/\r\n?/g,Pa=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,Oa=/^\[\^([^\]]+)]/,Da=/\f/g,za=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,Na=/^\s*?\[(x|\s)\]/,Ir=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Tr=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Ar=/^([^\n]+)\n *(=|-){3,} *\n/,kt=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,Ba=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,Er=/^<!--[\s\S]*?(?:-->)/,La=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,wt=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,Fa=/^\{.*\}$/,Ka=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,Wa=/^<([^ >]+@[^ >]+)>/,Ua=/^<([^ >]+:\/[^ >]+)>/,Ha=/-([a-z])?/gi,Mr=/^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/,qa=/^[^\n]+(?: \n|\n{2,})/,Ga=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,Qa=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,Ya=/^\[([^\]]*)\] ?\[([^\]]*)\]/,Va=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,Za=/\t/g,Ja=/(^ *\||\| *$)/g,Xa=/^ *:-+: *$/,es=/^ *:-+ *$/,ts=/^ *-+: *$/,ct=e=>`(?=[\\s\\S]+?\\1${e?"\\1":""})`,lt="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)",rs=RegExp(`^([*_])\\1${ct(1)}${lt}\\1\\1(?!\\1)`),ns=RegExp(`^([*_])${ct(0)}${lt}\\1(?!\\1)`),os=RegExp(`^(==)${ct(0)}${lt}\\1`),as=RegExp(`^(~~)${ct(0)}${lt}\\1`),ss=/^(:[a-zA-Z0-9-_]+:)/,is=/^\\([^0-9A-Za-z\s])/,cs=/\\([^0-9A-Za-z\s])/g,ls=/^[\s\S](?:(?! \n|[0-9]\.|http)[^=*_~\-\n:<`\\\[!])*/,ds=/^\n+/,us=/^([ \t]*)/,ps=/(?:^|\n)( *)$/,Wt="(?:\\d+\\.)",Ut="(?:[*+-])";function yn(e){return"( *)("+(e===1?Wt:Ut)+") +"}const xn=yn(1),kn=yn(2);function wn(e){return RegExp("^"+(e===1?xn:kn))}const fs=wn(1),hs=wn(2);function vn(e){return RegExp("^"+(e===1?xn:kn)+"[^\\n]*(?:\\n(?!\\1"+(e===1?Wt:Ut)+" )[^\\n]*)*(\\n|$)","gm")}const ms=vn(1),gs=vn(2);function $n(e){const t=e===1?Wt:Ut;return RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}const Sn=$n(1),Cn=$n(2);function Rr(e,t){const r=t===1,n=r?Sn:Cn,o=r?ms:gs,c=r?fs:hs;return{t:u=>c.test(u),o:Ie(function(u,d){const h=ps.exec(d.prevCapture);return h&&(d.list||!d.inline&&!d.simple)?n.exec(u=h[1]+u):null}),i:1,u(u,d,h){const b=r?+u[2]:void 0,g=u[0].replace(ja,`
|
|
163
|
+
`).match(o);let p=!1;return{items:g.map(function(v,w){const C=c.exec(v)[0].length,I=RegExp("^ {1,"+C+"}","gm"),$=v.replace(I,"").replace(c,""),a=w===g.length-1,i=$.indexOf(`
|
|
164
|
+
|
|
165
|
+
`)!==-1||a&&p;p=i;const s=h.inline,f=h.list;let m;h.list=!0,i?(h.inline=!1,m=De($)+`
|
|
166
|
+
|
|
167
|
+
`):(h.inline=!0,m=De($));const k=d(m,h);return h.inline=s,h.list=f,k}),ordered:r,start:b}},l:(u,d,h)=>e(u.ordered?"ol":"ul",{key:h.key,start:u.type==="20"?u.start:void 0},u.items.map(function(b,g){return e("li",{key:g},d(b,h))}))}}const bs=RegExp(`^\\[((?:\\[[^\\[\\]]*(?:\\[[^\\[\\]]*\\][^\\[\\]]*)*\\]|[^\\[\\]])*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),ys=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/;function De(e){let t=e.length;for(;t>0&&e[t-1]<=" ";)t--;return e.slice(0,t)}function Qe(e,t){return e.startsWith(t)}function xs(e,t,r){if(Array.isArray(r)){for(let n=0;n<r.length;n++)if(Qe(e,r[n]))return!0;return!1}return r(e,t)}function Re(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function ks(e){return ts.test(e)?"right":Xa.test(e)?"center":es.test(e)?"left":null}function _r(e,t,r,n){const o=r.inTable;r.inTable=!0;let c=[[]],u="";function d(){if(!u)return;const h=c[c.length-1];h.push.apply(h,t(u,r)),u=""}return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((h,b,g)=>{h.trim()==="|"&&(d(),n)?b!==0&&b!==g.length-1&&c.push([]):u+=h}),d(),r.inTable=o,c}function ws(e,t,r){r.inline=!0;const n=e[2]?e[2].replace(Ja,"").split("|").map(ks):[],o=e[3]?function(u,d,h){return u.trim().split(`
|
|
168
|
+
`).map(function(b){return _r(b,d,h,!0)})}(e[3],t,r):[],c=_r(e[1],t,r,!!o.length);return r.inline=!1,o.length?{align:n,cells:o,header:c,type:"25"}:{children:c,type:"21"}}function Pr(e,t){return e.align[t]==null?{}:{textAlign:e.align[t]}}function Ie(e){return e.inline=1,e}function ce(e){return Ie(function(t,r){return r.inline?e.exec(t):null})}function le(e){return Ie(function(t,r){return r.inline||r.simple?e.exec(t):null})}function oe(e){return function(t,r){return r.inline||r.simple?null:e.exec(t)}}function Ke(e){return Ie(function(t){return e.exec(t)})}const vs=/(javascript|vbscript|data(?!:image)):/i;function $s(e){try{const t=decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"");if(vs.test(t))return null}catch{return null}return e}function re(e){return e&&e.replace(cs,"$1")}function Ye(e,t,r){const n=r.inline||!1,o=r.simple||!1;r.inline=!0,r.simple=!0;const c=e(t,r);return r.inline=n,r.simple=o,c}function Ss(e,t,r){const n=r.inline||!1,o=r.simple||!1;r.inline=!1,r.simple=!0;const c=e(t,r);return r.inline=n,r.simple=o,c}function Cs(e,t,r){const n=r.inline||!1;r.inline=!1;const o=e(t,r);return r.inline=n,o}const vt=(e,t,r)=>({children:Ye(t,e[2],r)});function $t(){return{}}function St(){return null}function js(...e){return e.filter(Boolean).join(" ")}function Ct(e,t,r){let n=e;const o=t.split(".");for(;o.length&&(n=n[o[0]],n!==void 0);)o.shift();return n||r}function Is(e="",t={}){t.overrides=t.overrides||{},t.namedCodesToUnicode=t.namedCodesToUnicode?fe({},$r,t.namedCodesToUnicode):$r;const r=t.slugify||Re,n=t.sanitizer||$s,o=t.createElement||zt.createElement,c=[Sr,Cr,jr,t.enforceAtxHeadings?Tr:Ir,Ar,Mr,Sn,Cn],u=[...c,qa,kt,Er,wt];function d(a,i,...s){const f=Ct(t.overrides,a+".props",{});return o(function(m,k){const y=Ct(k,m);return y?typeof y=="function"||typeof y=="object"&&"render"in y?y:Ct(k,m+".component",m):m}(a,t.overrides),fe({},i,f,{className:js(i==null?void 0:i.className,f.className)||void 0}),...s)}function h(a){a=a.replace(za,"");let i=!1;t.forceInline?i=!0:t.forceBlock||(i=Va.test(a)===!1);const s=C(w(i?a:De(a).replace(ds,"")+`
|
|
169
|
+
|
|
170
|
+
`,{inline:i}));for(;typeof s[s.length-1]=="string"&&!s[s.length-1].trim();)s.pop();if(t.wrapper===null)return s;const f=t.wrapper||(i?"span":"div");let m;if(s.length>1||t.forceWrapper)m=s;else{if(s.length===1)return m=s[0],typeof m=="string"?d("span",{key:"outer"},m):m;m=null}return o(f,{key:"outer"},m)}function b(a,i){if(!i||!i.trim())return null;const s=i.match(Sa);return s?s.reduce(function(f,m){const k=m.indexOf("=");if(k!==-1){const y=function(P){return P.indexOf("-")!==-1&&P.match(La)===null&&(P=P.replace(Ha,function(K,j){return j.toUpperCase()})),P}(m.slice(0,k)).trim(),A=function(P){const K=P[0];return(K==='"'||K==="'")&&P.length>=2&&P[P.length-1]===K?P.slice(1,-1):P}(m.slice(k+1).trim()),M=vr[y]||y;if(M==="ref")return f;const z=f[M]=function(P,K,j,W){return K==="style"?function(T){const D=[];let H="",S=!1,O=!1,N="";if(!T)return D;for(let _=0;_<T.length;_++){const Y=T[_];if(Y!=='"'&&Y!=="'"||S||(O?Y===N&&(O=!1,N=""):(O=!0,N=Y)),Y==="("&&H.endsWith("url")?S=!0:Y===")"&&S&&(S=!1),Y!==";"||O||S)H+=Y;else{const B=H.trim();if(B){const q=B.indexOf(":");if(q>0){const V=B.slice(0,q).trim(),Z=B.slice(q+1).trim();D.push([V,Z])}}H=""}}const F=H.trim();if(F){const _=F.indexOf(":");if(_>0){const Y=F.slice(0,_).trim(),B=F.slice(_+1).trim();D.push([Y,B])}}return D}(j).reduce(function(T,[D,H]){return T[D.replace(/(-[a-z])/g,S=>S[1].toUpperCase())]=W(H,P,D),T},{}):$a.indexOf(K)!==-1?W(re(j),P,K):(j.match(Fa)&&(j=re(j.slice(1,j.length-1))),j==="true"||j!=="false"&&j)}(a,y,A,n);typeof z=="string"&&(kt.test(z)||wt.test(z))&&(f[M]=h(z.trim()))}else m!=="style"&&(f[vr[m]||m]=!0);return f},{}):null}const g=[],p={},v={0:{t:[">"],o:oe(Sr),i:1,u(a,i,s){const[,f,m]=a[0].replace(Ia,"").match(Ta);return{alert:f,children:i(m,s)}},l(a,i,s){const f={key:s.key};return a.alert&&(f.className="markdown-alert-"+r(a.alert.toLowerCase(),Re),a.children.unshift({attrs:{},children:[{type:"27",text:a.alert}],noInnerParse:!0,type:"11",tag:"header"})),d("blockquote",f,i(a.children,s))}},1:{o:Ke(Aa),i:1,u:$t,l:(a,i,s)=>d("br",{key:s.key})},2:{t:a=>{const i=a[0];return i==="-"||i==="*"||i==="_"},o:oe(Ea),i:1,u:$t,l:(a,i,s)=>d("hr",{key:s.key})},3:{t:[" "],o:oe(jr),i:0,u:a=>({lang:void 0,text:re(De(a[0].replace(/^ {4}/gm,"")))}),l:(a,i,s)=>d("pre",{key:s.key},d("code",fe({},a.attrs,{className:a.lang?"lang-"+a.lang:""}),a.text))},4:{t:["```","~~~"],o:oe(Cr),i:0,u:a=>({attrs:b("code",a[3]||""),lang:a[2]||void 0,text:a[4],type:"3"})},5:{t:["`"],o:le(Ma),i:3,u:a=>({text:re(a[2])}),l:(a,i,s)=>d("code",{key:s.key},a.text)},6:{t:["[^"],o:oe(Pa),i:0,u:a=>(g.push({footnote:a[2],identifier:a[1]}),{}),l:St},7:{t:["[^"],o:ce(Oa),i:1,u:a=>({target:"#"+r(a[1],Re),text:a[1]}),l:(a,i,s)=>d("a",{key:s.key,href:n(a.target,"a","href")},d("sup",{key:s.key},a.text))},8:{t:["[ ]","[x]"],o:ce(Na),i:1,u:a=>({completed:a[1].toLowerCase()==="x"}),l:(a,i,s)=>d("input",{checked:a.completed,key:s.key,readOnly:!0,type:"checkbox"})},9:{t:["#"],o:oe(t.enforceAtxHeadings?Tr:Ir),i:1,u:(a,i,s)=>({children:Ye(i,a[2],s),id:r(a[2],Re),level:a[1].length}),l:(a,i,s)=>d("h"+a.level,{id:a.id,key:s.key},i(a.children,s))},10:{o:oe(Ar),i:0,u:(a,i,s)=>({children:Ye(i,a[1],s),level:a[2]==="="?1:2,type:"9"})},11:{t:["<"],o:Ke(kt),i:1,u(a,i,s){const[,f]=a[3].match(us),m=RegExp("^"+f,"gm"),k=a[3].replace(m,""),y=(A=k,u.some(j=>j.test(A))?Cs:Ye);var A;const M=a[1].toLowerCase(),z=va.indexOf(M)!==-1,P=(z?M:a[1]).trim(),K={attrs:b(P,a[2]),noInnerParse:z,tag:P};if(s.inAnchor=s.inAnchor||M==="a",z)K.text=a[3];else{const j=s.inHTML;s.inHTML=!0,K.children=y(i,k,s),s.inHTML=j}return s.inAnchor=!1,K},l:(a,i,s)=>d(a.tag,fe({key:s.key},a.attrs),a.text||(a.children?i(a.children,s):""))},13:{t:["<"],o:Ke(wt),i:1,u(a){const i=a[1].trim();return{attrs:b(i,a[2]||""),tag:i}},l:(a,i,s)=>d(a.tag,fe({},a.attrs,{key:s.key}))},12:{t:["<!--"],o:Ke(Er),i:1,u:()=>({}),l:St},14:{t:["!["],o:le(ys),i:1,u:a=>({alt:re(a[1]),target:re(a[2]),title:re(a[3])}),l:(a,i,s)=>d("img",{key:s.key,alt:a.alt||void 0,title:a.title||void 0,src:n(a.target,"img","src")})},15:{t:["["],o:ce(bs),i:3,u:(a,i,s)=>({children:Ss(i,a[1],s),target:re(a[2]),title:re(a[3])}),l:(a,i,s)=>d("a",{key:s.key,href:n(a.target,"a","href"),title:a.title},i(a.children,s))},16:{t:["<"],o:ce(Ua),i:0,u:a=>({children:[{text:a[1],type:"27"}],target:a[1],type:"15"})},17:{t:(a,i)=>!i.inAnchor&&!t.disableAutoLink&&(Qe(a,"http://")||Qe(a,"https://")),o:ce(Ka),i:0,u:a=>({children:[{text:a[1],type:"27"}],target:a[1],title:void 0,type:"15"})},18:{t:["<"],o:ce(Wa),i:0,u(a){let i=a[1],s=a[1];return Ca.test(s)||(s="mailto:"+s),{children:[{text:i.replace("mailto:",""),type:"27"}],target:s,type:"15"}}},20:Rr(d,1),33:Rr(d,2),19:{o:oe(Ra),i:3,u:$t,l:()=>`
|
|
171
|
+
`},21:{o:Ie(function(a,i){if(i.inline||i.simple||i.inHTML&&a.indexOf(`
|
|
172
|
+
|
|
173
|
+
`)===-1&&i.prevCapture.indexOf(`
|
|
174
|
+
|
|
175
|
+
`)===-1)return null;let s="";a.split(`
|
|
176
|
+
`).every(m=>(m+=`
|
|
177
|
+
`,!c.some(k=>k.test(m))&&(s+=m,!!m.trim())));const f=De(s);return f===""?null:[s,,f]}),i:3,u:vt,l:(a,i,s)=>d("p",{key:s.key},i(a.children,s))},22:{t:["["],o:ce(Ga),i:0,u:a=>(p[a[1]]={target:a[2],title:a[4]},{}),l:St},23:{t:["!["],o:le(Qa),i:0,u:a=>({alt:a[1]?re(a[1]):void 0,ref:a[2]}),l:(a,i,s)=>p[a.ref]?d("img",{key:s.key,alt:a.alt,src:n(p[a.ref].target,"img","src"),title:p[a.ref].title}):null},24:{t:a=>a[0]==="["&&a.indexOf("](")===-1,o:ce(Ya),i:0,u:(a,i,s)=>({children:i(a[1],s),fallbackChildren:a[0],ref:a[2]}),l:(a,i,s)=>p[a.ref]?d("a",{key:s.key,href:n(p[a.ref].target,"a","href"),title:p[a.ref].title},i(a.children,s)):d("span",{key:s.key},a.fallbackChildren)},25:{t:["|"],o:oe(Mr),i:1,u:ws,l(a,i,s){const f=a;return d("table",{key:s.key},d("thead",null,d("tr",null,f.header.map(function(m,k){return d("th",{key:k,style:Pr(f,k)},i(m,s))}))),d("tbody",null,f.cells.map(function(m,k){return d("tr",{key:k},m.map(function(y,A){return d("td",{key:A,style:Pr(f,A)},i(y,s))}))})))}},27:{o:Ie(function(a,i){let s;return Qe(a,":")&&(s=ss.exec(a)),s||ls.exec(a)}),i:4,u(a){const i=a[0];return{text:i.indexOf("&")===-1?i:i.replace(Ba,(s,f)=>t.namedCodesToUnicode[f]||s)}},l:a=>a.text},28:{t:["**","__"],o:le(rs),i:2,u:(a,i,s)=>({children:i(a[2],s)}),l:(a,i,s)=>d("strong",{key:s.key},i(a.children,s))},29:{t:a=>{const i=a[0];return(i==="*"||i==="_")&&a[1]!==i},o:le(ns),i:3,u:(a,i,s)=>({children:i(a[2],s)}),l:(a,i,s)=>d("em",{key:s.key},i(a.children,s))},30:{t:["\\"],o:le(is),i:1,u:a=>({text:a[1],type:"27"})},31:{t:["=="],o:le(os),i:3,u:vt,l:(a,i,s)=>d("mark",{key:s.key},i(a.children,s))},32:{t:["~~"],o:le(as),i:3,u:vt,l:(a,i,s)=>d("del",{key:s.key},i(a.children,s))}};t.disableParsingRawHTML===!0&&(delete v[11],delete v[13]);const w=function(a){var i=Object.keys(a);function s(f,m){var k=[];if(m.prevCapture=m.prevCapture||"",f.trim())for(;f;)for(var y=0;y<i.length;){var A=i[y],M=a[A];if(!M.t||xs(f,m,M.t)){var z=M.o(f,m);if(z&&z[0]){f=f.substring(z[0].length);var P=M.u(z,s,m);m.prevCapture+=z[0],P.type||(P.type=A),k.push(P);break}y++}else y++}return m.prevCapture="",k}return i.sort(function(f,m){return a[f].i-a[m].i||(f<m?-1:1)}),function(f,m){return s(function(k){return k.replace(_a,`
|
|
178
|
+
`).replace(Da,"").replace(Za," ")}(f),m)}}(v),C=(I=function(a,i){return function(s,f,m){const k=a[s.type].l;return i?i(()=>k(s,f,m),s,f,m):k(s,f,m)}}(v,t.renderRule),function a(i,s={}){if(Array.isArray(i)){const f=s.key,m=[];let k=!1;for(let y=0;y<i.length;y++){s.key=y;const A=a(i[y],s),M=typeof A=="string";M&&k?m[m.length-1]+=A:A!==null&&m.push(A),k=M}return s.key=f,m}return I(i,a,s)});var I;const $=h(e);return g.length?d("div",null,$,d("footer",{key:"footer"},g.map(function(a){return d("div",{id:r(a.identifier,Re),key:a.identifier},a.identifier,C(w(a.footnote,{inline:!0})))}))):$}const Ts=e=>{let{children:t="",options:r}=e,n=function(o,c){if(o==null)return{};var u,d,h={},b=Object.keys(o);for(d=0;d<b.length;d++)c.indexOf(u=b[d])>=0||(h[u]=o[u]);return h}(e,wa);return zt.cloneElement(Is(t,r),n)},As=E.div`
|
|
179
|
+
overflow-wrap: anywhere;
|
|
180
|
+
|
|
181
|
+
> *:first-child {
|
|
182
|
+
margin-top: 0 !important;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
> *:last-child {
|
|
186
|
+
margin-bottom: 0 !important;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
[data-theme='dark'] & code {
|
|
190
|
+
background-color: #374151 !important;
|
|
191
|
+
color: #e5e7eb !important;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
[data-theme='dark'] & pre {
|
|
195
|
+
background-color: #374151 !important;
|
|
196
|
+
color: #e5e7eb !important;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
[data-theme='dark'] & blockquote {
|
|
200
|
+
background-color: #1e3a8a !important;
|
|
201
|
+
border-left-color: #3b82f6 !important;
|
|
202
|
+
color: #e5e7eb !important;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
[data-theme='dark'] & table th,
|
|
206
|
+
[data-theme='dark'] & table td {
|
|
207
|
+
border-color: #4b5563 !important;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
[data-theme='dark'] & table th {
|
|
211
|
+
background-color: #374151 !important;
|
|
212
|
+
color: #f9fafb !important;
|
|
213
|
+
}
|
|
214
|
+
`,Es={marginTop:0,marginBottom:"12px",paddingLeft:"20px",listStyleType:"disc",listStylePosition:"outside",lineHeight:1.5},Ms={marginTop:0,marginBottom:"12px",paddingLeft:"20px",listStyleType:"decimal",listStylePosition:"outside",lineHeight:1.5},Rs={marginBottom:"4px",lineHeight:1.5,color:"inherit"},ke=e=>({fontSize:e,fontWeight:700,marginTop:"16px",marginBottom:"8px",color:"inherit"});function _s({children:e,...t}){return l.jsx("div",{style:{display:"block",overflowX:"auto",marginBottom:"12px",maxWidth:"100%",WebkitOverflowScrolling:"touch"},children:l.jsx("table",{...t,style:{borderCollapse:"collapse",width:"100%",fontSize:"inherit",color:"inherit"},children:e})})}function jn({content:e,className:t}){return l.jsx(As,{className:t,children:l.jsx(Ts,{options:{overrides:{p:{props:{style:{marginTop:0,marginBottom:"12px",lineHeight:1.5,color:"inherit"}}},strong:{props:{style:{fontWeight:700,color:"inherit"}}},em:{props:{style:{fontStyle:"italic",color:"inherit"}}},code:{props:{style:{backgroundColor:"#f3f4f6",padding:"2px 6px",borderRadius:"4px",fontSize:"14px",fontFamily:"monospace",color:"#111827"}}},pre:{props:{style:{backgroundColor:"#f3f4f6",padding:"12px",borderRadius:"6px",fontSize:"14px",fontFamily:"monospace",color:"#111827",overflowX:"auto",marginTop:0,marginBottom:"12px"}}},ul:{props:{style:Es}},ol:{props:{style:Ms}},li:{props:{style:Rs}},table:{component:_s},th:{props:{style:{border:"1px solid #e5e7eb",padding:"6px 8px",textAlign:"left",backgroundColor:"#f9fafb",fontWeight:600,color:"inherit"}}},td:{props:{style:{border:"1px solid #e5e7eb",padding:"6px 8px",textAlign:"left",verticalAlign:"top",color:"inherit"}}},tr:{props:{style:{backgroundColor:"transparent"}}},thead:{props:{style:{backgroundColor:"transparent"}}},tbody:{props:{style:{backgroundColor:"transparent"}}},blockquote:{props:{style:{borderLeft:"4px solid #93c5fd",padding:"8px",paddingLeft:"16px",fontStyle:"italic",marginTop:0,marginBottom:"12px",backgroundColor:"#eff6ff",borderRadius:"4px",color:"inherit"}}},h1:{props:{style:ke("20px")}},h2:{props:{style:ke("18px")}},h3:{props:{style:ke("16px")}},h4:{props:{style:ke("14px")}},h5:{props:{style:ke("14px")}},h6:{props:{style:ke("14px")}},hr:{props:{style:{margin:"16px 0",borderColor:"#e5e7eb",borderWidth:"1px",borderStyle:"solid"}}},a:{props:{style:{color:"#2563eb",textDecoration:"underline"},target:"_blank",rel:"noopener noreferrer"}},img:{props:{style:{maxWidth:"100%",height:"auto",borderRadius:"8px",display:"block",marginBottom:"10px"},loading:"lazy",decoding:"async"}}}},children:e})})}function Ht({message:e,className:t}){const r=e.attachments||[],n=r.filter(c=>c.type==="image"&&c.url),o=r.filter(c=>!(c.type==="image"&&c.url));return l.jsxs(l.Fragment,{children:[n.map(c=>l.jsx("img",{src:c.url,alt:c.name||"Generated image",loading:"lazy",decoding:"async",style:{maxWidth:"100%",height:"auto",borderRadius:8,marginBottom:10,display:"block"}},c.id)),o.length>0&&l.jsx(be,{attachments:o,readOnly:!0}),l.jsx(jn,{content:e.content,className:t})]})}const In=["application/pdf","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.ms-excel","text/csv","text/plain","text/markdown","application/json","image/png","image/jpeg","image/webp","image/gif"],Ps={".pdf":"application/pdf",".docx":"application/vnd.openxmlformats-officedocument.wordprocessingml.document",".xlsx":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",".xls":"application/vnd.ms-excel",".csv":"text/csv",".txt":"text/plain",".md":"text/markdown",".json":"application/json",".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".webp":"image/webp",".gif":"image/gif"};function Os(e){const t=e.lastIndexOf(".");if(!(t<0))return Ps[e.slice(t).toLowerCase()]}async function qt(e){var r;if(!e)return[];const t=[];if((r=e.files)!=null&&r.length)for(let n=0;n<e.files.length;n++)t.push(e.files[n]);return t}function Tn(e,t,r){if(e.size>t)return`File too large (max ${Math.floor(t/(1024*1024))}MB)`;if(r.includes(e.type))return null;const n=Os(e.name);return n&&r.includes(n)?null:"File type not allowed for attachments"}const Ds=E.button`
|
|
155
215
|
display: flex;
|
|
156
216
|
align-items: center;
|
|
157
217
|
justify-content: center;
|
|
@@ -182,7 +242,7 @@
|
|
|
182
242
|
border-color: #4b5563;
|
|
183
243
|
color: #e5e7eb;
|
|
184
244
|
}
|
|
185
|
-
`,
|
|
245
|
+
`,zs=E.button`
|
|
186
246
|
display: flex;
|
|
187
247
|
align-items: center;
|
|
188
248
|
justify-content: center;
|
|
@@ -208,15 +268,6 @@
|
|
|
208
268
|
cursor: not-allowed;
|
|
209
269
|
}
|
|
210
270
|
|
|
211
|
-
@media (prefers-color-scheme: dark) {
|
|
212
|
-
color: #94a3b8;
|
|
213
|
-
|
|
214
|
-
&:hover:not(:disabled) {
|
|
215
|
-
background: rgba(255, 255, 255, 0.08);
|
|
216
|
-
color: #e2e8f0;
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
|
|
220
271
|
[data-theme='dark'] & {
|
|
221
272
|
color: #94a3b8;
|
|
222
273
|
|
|
@@ -225,70 +276,18 @@
|
|
|
225
276
|
color: #e2e8f0;
|
|
226
277
|
}
|
|
227
278
|
}
|
|
228
|
-
`;function
|
|
229
|
-
`).match(a);let p=!1;return{items:g.map(function(v,w){const C=c.exec(v)[0].length,j=RegExp("^ {1,"+C+"}","gm"),$=v.replace(j,"").replace(c,""),o=w===g.length-1,i=$.indexOf(`
|
|
230
|
-
|
|
231
|
-
`)!==-1||o&&p;p=i;const s=h.inline,f=h.list;let m;h.list=!0,i?(h.inline=!1,m=Pe($)+`
|
|
232
|
-
|
|
233
|
-
`):(h.inline=!0,m=Pe($));const k=d(m,h);return h.inline=s,h.list=f,k}),ordered:r,start:b}},l:(u,d,h)=>e(u.ordered?"ol":"ul",{key:h.key,start:u.type==="20"?u.start:void 0},u.items.map(function(b,g){return e("li",{key:g},d(b,h))}))}}const xs=RegExp(`^\\[((?:\\[[^\\[\\]]*(?:\\[[^\\[\\]]*\\][^\\[\\]]*)*\\]|[^\\[\\]])*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),ks=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/;function Pe(e){let t=e.length;for(;t>0&&e[t-1]<=" ";)t--;return e.slice(0,t)}function Ge(e,t){return e.startsWith(t)}function ws(e,t,r){if(Array.isArray(r)){for(let n=0;n<r.length;n++)if(Ge(e,r[n]))return!0;return!1}return r(e,t)}function Me(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function vs(e){return ns.test(e)?"right":ts.test(e)?"center":rs.test(e)?"left":null}function _r(e,t,r,n){const a=r.inTable;r.inTable=!0;let c=[[]],u="";function d(){if(!u)return;const h=c[c.length-1];h.push.apply(h,t(u,r)),u=""}return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((h,b,g)=>{h.trim()==="|"&&(d(),n)?b!==0&&b!==g.length-1&&c.push([]):u+=h}),d(),r.inTable=a,c}function $s(e,t,r){r.inline=!0;const n=e[2]?e[2].replace(es,"").split("|").map(vs):[],a=e[3]?function(u,d,h){return u.trim().split(`
|
|
234
|
-
`).map(function(b){return _r(b,d,h,!0)})}(e[3],t,r):[],c=_r(e[1],t,r,!!a.length);return r.inline=!1,a.length?{align:n,cells:a,header:c,type:"25"}:{children:c,type:"21"}}function Rr(e,t){return e.align[t]==null?{}:{textAlign:e.align[t]}}function je(e){return e.inline=1,e}function ce(e){return je(function(t,r){return r.inline?e.exec(t):null})}function le(e){return je(function(t,r){return r.inline||r.simple?e.exec(t):null})}function oe(e){return function(t,r){return r.inline||r.simple?null:e.exec(t)}}function Fe(e){return je(function(t){return e.exec(t)})}const Ss=/(javascript|vbscript|data(?!:image)):/i;function Cs(e){try{const t=decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"");if(Ss.test(t))return null}catch{return null}return e}function re(e){return e&&e.replace(ds,"$1")}function Ye(e,t,r){const n=r.inline||!1,a=r.simple||!1;r.inline=!0,r.simple=!0;const c=e(t,r);return r.inline=n,r.simple=a,c}function js(e,t,r){const n=r.inline||!1,a=r.simple||!1;r.inline=!1,r.simple=!0;const c=e(t,r);return r.inline=n,r.simple=a,c}function Is(e,t,r){const n=r.inline||!1;r.inline=!1;const a=e(t,r);return r.inline=n,a}const vt=(e,t,r)=>({children:Ye(t,e[2],r)});function $t(){return{}}function St(){return null}function As(...e){return e.filter(Boolean).join(" ")}function Ct(e,t,r){let n=e;const a=t.split(".");for(;a.length&&(n=n[a[0]],n!==void 0);)a.shift();return n||r}function Ts(e="",t={}){t.overrides=t.overrides||{},t.namedCodesToUnicode=t.namedCodesToUnicode?fe({},vr,t.namedCodesToUnicode):vr;const r=t.slugify||Me,n=t.sanitizer||Cs,a=t.createElement||zt.createElement,c=[$r,Sr,Cr,t.enforceAtxHeadings?Ir:jr,Ar,Er,Cn,jn],u=[...c,Ya,kt,Tr,wt];function d(o,i,...s){const f=Ct(t.overrides,o+".props",{});return a(function(m,k){const y=Ct(k,m);return y?typeof y=="function"||typeof y=="object"&&"render"in y?y:Ct(k,m+".component",m):m}(o,t.overrides),fe({},i,f,{className:As(i==null?void 0:i.className,f.className)||void 0}),...s)}function h(o){o=o.replace(Ba,"");let i=!1;t.forceInline?i=!0:t.forceBlock||(i=Ja.test(o)===!1);const s=C(w(i?o:Pe(o).replace(ps,"")+`
|
|
235
|
-
|
|
236
|
-
`,{inline:i}));for(;typeof s[s.length-1]=="string"&&!s[s.length-1].trim();)s.pop();if(t.wrapper===null)return s;const f=t.wrapper||(i?"span":"div");let m;if(s.length>1||t.forceWrapper)m=s;else{if(s.length===1)return m=s[0],typeof m=="string"?d("span",{key:"outer"},m):m;m=null}return a(f,{key:"outer"},m)}function b(o,i){if(!i||!i.trim())return null;const s=i.match(ja);return s?s.reduce(function(f,m){const k=m.indexOf("=");if(k!==-1){const y=function(M){return M.indexOf("-")!==-1&&M.match(Wa)===null&&(M=M.replace(Ga,function(K,F){return F.toUpperCase()})),M}(m.slice(0,k)).trim(),T=function(M){const K=M[0];return(K==='"'||K==="'")&&M.length>=2&&M[M.length-1]===K?M.slice(1,-1):M}(m.slice(k+1).trim()),R=wr[y]||y;if(R==="ref")return f;const I=f[R]=function(M,K,F,V){return K==="style"?function(A){const D=[];let U="",S=!1,P=!1,z="";if(!A)return D;for(let O=0;O<A.length;O++){const Y=A[O];if(Y!=='"'&&Y!=="'"||S||(P?Y===z&&(P=!1,z=""):(P=!0,z=Y)),Y==="("&&U.endsWith("url")?S=!0:Y===")"&&S&&(S=!1),Y!==";"||P||S)U+=Y;else{const N=U.trim();if(N){const H=N.indexOf(":");if(H>0){const Q=N.slice(0,H).trim(),Z=N.slice(H+1).trim();D.push([Q,Z])}}U=""}}const L=U.trim();if(L){const O=L.indexOf(":");if(O>0){const Y=L.slice(0,O).trim(),N=L.slice(O+1).trim();D.push([Y,N])}}return D}(F).reduce(function(A,[D,U]){return A[D.replace(/(-[a-z])/g,S=>S[1].toUpperCase())]=V(U,M,D),A},{}):Ca.indexOf(K)!==-1?V(re(F),M,K):(F.match(Ka)&&(F=re(F.slice(1,F.length-1))),F==="true"||F!=="false"&&F)}(o,y,T,n);typeof I=="string"&&(kt.test(I)||wt.test(I))&&(f[R]=h(I.trim()))}else m!=="style"&&(f[wr[m]||m]=!0);return f},{}):null}const g=[],p={},v={0:{t:[">"],o:oe($r),i:1,u(o,i,s){const[,f,m]=o[0].replace(Ta,"").match(Ea);return{alert:f,children:i(m,s)}},l(o,i,s){const f={key:s.key};return o.alert&&(f.className="markdown-alert-"+r(o.alert.toLowerCase(),Me),o.children.unshift({attrs:{},children:[{type:"27",text:o.alert}],noInnerParse:!0,type:"11",tag:"header"})),d("blockquote",f,i(o.children,s))}},1:{o:Fe(Ma),i:1,u:$t,l:(o,i,s)=>d("br",{key:s.key})},2:{t:o=>{const i=o[0];return i==="-"||i==="*"||i==="_"},o:oe(_a),i:1,u:$t,l:(o,i,s)=>d("hr",{key:s.key})},3:{t:[" "],o:oe(Cr),i:0,u:o=>({lang:void 0,text:re(Pe(o[0].replace(/^ {4}/gm,"")))}),l:(o,i,s)=>d("pre",{key:s.key},d("code",fe({},o.attrs,{className:o.lang?"lang-"+o.lang:""}),o.text))},4:{t:["```","~~~"],o:oe(Sr),i:0,u:o=>({attrs:b("code",o[3]||""),lang:o[2]||void 0,text:o[4],type:"3"})},5:{t:["`"],o:le(Ra),i:3,u:o=>({text:re(o[2])}),l:(o,i,s)=>d("code",{key:s.key},o.text)},6:{t:["[^"],o:oe(Da),i:0,u:o=>(g.push({footnote:o[2],identifier:o[1]}),{}),l:St},7:{t:["[^"],o:ce(za),i:1,u:o=>({target:"#"+r(o[1],Me),text:o[1]}),l:(o,i,s)=>d("a",{key:s.key,href:n(o.target,"a","href")},d("sup",{key:s.key},o.text))},8:{t:["[ ]","[x]"],o:ce(La),i:1,u:o=>({completed:o[1].toLowerCase()==="x"}),l:(o,i,s)=>d("input",{checked:o.completed,key:s.key,readOnly:!0,type:"checkbox"})},9:{t:["#"],o:oe(t.enforceAtxHeadings?Ir:jr),i:1,u:(o,i,s)=>({children:Ye(i,o[2],s),id:r(o[2],Me),level:o[1].length}),l:(o,i,s)=>d("h"+o.level,{id:o.id,key:s.key},i(o.children,s))},10:{o:oe(Ar),i:0,u:(o,i,s)=>({children:Ye(i,o[1],s),level:o[2]==="="?1:2,type:"9"})},11:{t:["<"],o:Fe(kt),i:1,u(o,i,s){const[,f]=o[3].match(fs),m=RegExp("^"+f,"gm"),k=o[3].replace(m,""),y=(T=k,u.some(F=>F.test(T))?Is:Ye);var T;const R=o[1].toLowerCase(),I=Sa.indexOf(R)!==-1,M=(I?R:o[1]).trim(),K={attrs:b(M,o[2]),noInnerParse:I,tag:M};if(s.inAnchor=s.inAnchor||R==="a",I)K.text=o[3];else{const F=s.inHTML;s.inHTML=!0,K.children=y(i,k,s),s.inHTML=F}return s.inAnchor=!1,K},l:(o,i,s)=>d(o.tag,fe({key:s.key},o.attrs),o.text||(o.children?i(o.children,s):""))},13:{t:["<"],o:Fe(wt),i:1,u(o){const i=o[1].trim();return{attrs:b(i,o[2]||""),tag:i}},l:(o,i,s)=>d(o.tag,fe({},o.attrs,{key:s.key}))},12:{t:["<!--"],o:Fe(Tr),i:1,u:()=>({}),l:St},14:{t:["!["],o:le(ks),i:1,u:o=>({alt:re(o[1]),target:re(o[2]),title:re(o[3])}),l:(o,i,s)=>d("img",{key:s.key,alt:o.alt||void 0,title:o.title||void 0,src:n(o.target,"img","src")})},15:{t:["["],o:ce(xs),i:3,u:(o,i,s)=>({children:js(i,o[1],s),target:re(o[2]),title:re(o[3])}),l:(o,i,s)=>d("a",{key:s.key,href:n(o.target,"a","href"),title:o.title},i(o.children,s))},16:{t:["<"],o:ce(qa),i:0,u:o=>({children:[{text:o[1],type:"27"}],target:o[1],type:"15"})},17:{t:(o,i)=>!i.inAnchor&&!t.disableAutoLink&&(Ge(o,"http://")||Ge(o,"https://")),o:ce(Ua),i:0,u:o=>({children:[{text:o[1],type:"27"}],target:o[1],title:void 0,type:"15"})},18:{t:["<"],o:ce(Ha),i:0,u(o){let i=o[1],s=o[1];return Ia.test(s)||(s="mailto:"+s),{children:[{text:i.replace("mailto:",""),type:"27"}],target:s,type:"15"}}},20:Mr(d,1),33:Mr(d,2),19:{o:oe(Oa),i:3,u:$t,l:()=>`
|
|
237
|
-
`},21:{o:je(function(o,i){if(i.inline||i.simple||i.inHTML&&o.indexOf(`
|
|
238
|
-
|
|
239
|
-
`)===-1&&i.prevCapture.indexOf(`
|
|
240
|
-
|
|
241
|
-
`)===-1)return null;let s="";o.split(`
|
|
242
|
-
`).every(m=>(m+=`
|
|
243
|
-
`,!c.some(k=>k.test(m))&&(s+=m,!!m.trim())));const f=Pe(s);return f===""?null:[s,,f]}),i:3,u:vt,l:(o,i,s)=>d("p",{key:s.key},i(o.children,s))},22:{t:["["],o:ce(Qa),i:0,u:o=>(p[o[1]]={target:o[2],title:o[4]},{}),l:St},23:{t:["!["],o:le(Va),i:0,u:o=>({alt:o[1]?re(o[1]):void 0,ref:o[2]}),l:(o,i,s)=>p[o.ref]?d("img",{key:s.key,alt:o.alt,src:n(p[o.ref].target,"img","src"),title:p[o.ref].title}):null},24:{t:o=>o[0]==="["&&o.indexOf("](")===-1,o:ce(Za),i:0,u:(o,i,s)=>({children:i(o[1],s),fallbackChildren:o[0],ref:o[2]}),l:(o,i,s)=>p[o.ref]?d("a",{key:s.key,href:n(p[o.ref].target,"a","href"),title:p[o.ref].title},i(o.children,s)):d("span",{key:s.key},o.fallbackChildren)},25:{t:["|"],o:oe(Er),i:1,u:$s,l(o,i,s){const f=o;return d("table",{key:s.key},d("thead",null,d("tr",null,f.header.map(function(m,k){return d("th",{key:k,style:Rr(f,k)},i(m,s))}))),d("tbody",null,f.cells.map(function(m,k){return d("tr",{key:k},m.map(function(y,T){return d("td",{key:T,style:Rr(f,T)},i(y,s))}))})))}},27:{o:je(function(o,i){let s;return Ge(o,":")&&(s=cs.exec(o)),s||us.exec(o)}),i:4,u(o){const i=o[0];return{text:i.indexOf("&")===-1?i:i.replace(Fa,(s,f)=>t.namedCodesToUnicode[f]||s)}},l:o=>o.text},28:{t:["**","__"],o:le(os),i:2,u:(o,i,s)=>({children:i(o[2],s)}),l:(o,i,s)=>d("strong",{key:s.key},i(o.children,s))},29:{t:o=>{const i=o[0];return(i==="*"||i==="_")&&o[1]!==i},o:le(as),i:3,u:(o,i,s)=>({children:i(o[2],s)}),l:(o,i,s)=>d("em",{key:s.key},i(o.children,s))},30:{t:["\\"],o:le(ls),i:1,u:o=>({text:o[1],type:"27"})},31:{t:["=="],o:le(ss),i:3,u:vt,l:(o,i,s)=>d("mark",{key:s.key},i(o.children,s))},32:{t:["~~"],o:le(is),i:3,u:vt,l:(o,i,s)=>d("del",{key:s.key},i(o.children,s))}};t.disableParsingRawHTML===!0&&(delete v[11],delete v[13]);const w=function(o){var i=Object.keys(o);function s(f,m){var k=[];if(m.prevCapture=m.prevCapture||"",f.trim())for(;f;)for(var y=0;y<i.length;){var T=i[y],R=o[T];if(!R.t||ws(f,m,R.t)){var I=R.o(f,m);if(I&&I[0]){f=f.substring(I[0].length);var M=R.u(I,s,m);m.prevCapture+=I[0],M.type||(M.type=T),k.push(M);break}y++}else y++}return m.prevCapture="",k}return i.sort(function(f,m){return o[f].i-o[m].i||(f<m?-1:1)}),function(f,m){return s(function(k){return k.replace(Pa,`
|
|
244
|
-
`).replace(Na,"").replace(Xa," ")}(f),m)}}(v),C=(j=function(o,i){return function(s,f,m){const k=o[s.type].l;return i?i(()=>k(s,f,m),s,f,m):k(s,f,m)}}(v,t.renderRule),function o(i,s={}){if(Array.isArray(i)){const f=s.key,m=[];let k=!1;for(let y=0;y<i.length;y++){s.key=y;const T=o(i[y],s),R=typeof T=="string";R&&k?m[m.length-1]+=T:T!==null&&m.push(T),k=R}return s.key=f,m}return j(i,o,s)});var j;const $=h(e);return g.length?d("div",null,$,d("footer",{key:"footer"},g.map(function(o){return d("div",{id:r(o.identifier,Me),key:o.identifier},o.identifier,C(w(o.footnote,{inline:!0})))}))):$}const Es=e=>{let{children:t="",options:r}=e,n=function(a,c){if(a==null)return{};var u,d,h={},b=Object.keys(a);for(d=0;d<b.length;d++)c.indexOf(u=b[d])>=0||(h[u]=a[u]);return h}(e,$a);return zt.cloneElement(Ts(t,r),n)},Ms=E.div`
|
|
245
|
-
code {
|
|
246
|
-
@media (prefers-color-scheme: dark) {
|
|
247
|
-
background-color: #374151 !important;
|
|
248
|
-
color: #e5e7eb !important;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
[data-theme="dark"] & {
|
|
252
|
-
background-color: #374151 !important;
|
|
253
|
-
color: #e5e7eb !important;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
pre {
|
|
258
|
-
@media (prefers-color-scheme: dark) {
|
|
259
|
-
background-color: #374151 !important;
|
|
260
|
-
color: #e5e7eb !important;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
[data-theme="dark"] & {
|
|
264
|
-
background-color: #374151 !important;
|
|
265
|
-
color: #e5e7eb !important;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
blockquote {
|
|
270
|
-
@media (prefers-color-scheme: dark) {
|
|
271
|
-
background-color: #1e3a8a !important;
|
|
272
|
-
border-left-color: #3b82f6 !important;
|
|
273
|
-
color: #e5e7eb !important;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
[data-theme="dark"] & {
|
|
277
|
-
background-color: #1e3a8a !important;
|
|
278
|
-
border-left-color: #3b82f6 !important;
|
|
279
|
-
color: #e5e7eb !important;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
`;function lt({content:e,className:t}){return l.jsx(Ms,{className:t,children:l.jsx(Es,{options:{overrides:{p:{props:{style:{marginBottom:"12px",lineHeight:"1.5",color:"inherit"}}},strong:{props:{style:{fontWeight:700,color:"inherit"}}},em:{props:{style:{fontStyle:"italic",color:"inherit"}}},code:{props:{style:{backgroundColor:"#f3f4f6",padding:"2px 6px",borderRadius:"4px",fontSize:"14px",fontFamily:"monospace",color:"#111827"}}},pre:{props:{style:{backgroundColor:"#f3f4f6",padding:"12px",borderRadius:"6px",fontSize:"14px",fontFamily:"monospace",color:"#111827",overflowX:"auto",marginBottom:"12px"}}},ul:{props:{className:"list-disc list-inside mb-3 space-y-1 ml-2"}},ol:{props:{className:"list-decimal list-inside mb-3 space-y-1 ml-2"}},li:{props:{className:"leading-relaxed"}},blockquote:{props:{style:{borderLeft:"4px solid #93c5fd",paddingLeft:"16px",padding:"8px",fontStyle:"italic",marginBottom:"12px",backgroundColor:"#eff6ff",borderRadius:"4px",color:"inherit"}}},h1:{props:{style:{fontSize:"20px",fontWeight:700,marginBottom:"12px",color:"inherit"}}},h2:{props:{style:{fontSize:"18px",fontWeight:700,marginBottom:"8px",color:"inherit"}}},h3:{props:{style:{fontSize:"16px",fontWeight:700,marginBottom:"8px",color:"inherit"}}},h4:{props:{style:{fontSize:"14px",fontWeight:700,marginBottom:"8px",color:"inherit"}}},h5:{props:{style:{fontSize:"14px",fontWeight:700,marginBottom:"8px",color:"inherit"}}},h6:{props:{style:{fontSize:"14px",fontWeight:700,marginBottom:"8px",color:"inherit"}}},hr:{props:{style:{margin:"16px 0",borderColor:"#e5e7eb",borderWidth:"1px",borderStyle:"solid"}}},a:{props:{style:{color:"#2563eb",textDecoration:"underline"},target:"_blank",rel:"noopener noreferrer"}}}},children:e})})}const In=E.div`
|
|
279
|
+
`;function Gt({disabled:e,integrated:t=!1,maxFileBytes:r,maxFiles:n,allowedMime:o=In,currentCount:c,uploadAttachment:u,onUploaded:d,onError:h}){const b=x.useRef(null),[g,p]=x.useState(!1),v=x.useMemo(()=>[".pdf,.docx,.xlsx,.xls,.csv,.txt,.md,.json","image/png,image/jpeg,image/webp,image/gif"].join(","),[]),w=x.useCallback(async i=>{const s=Array.from(i);if(!s.length)return;let f=0;for(const m of s){if(c+f>=n){h==null||h(`You can attach at most ${n} files per message.`);break}const k=Tn(m,r,o);if(k){h==null||h(`${m.name}: ${k}`);continue}try{p(!0);const y=await u(m);d(y),f+=1}catch(y){const A=y instanceof Error?y.message:"Upload failed";h==null||h(A)}finally{p(!1)}}},[o,c,r,n,h,d,u]),C=i=>{const s=i.target.files;s!=null&&s.length&&w(s),i.target.value=""},I=c>=n,$=!!(e||g||I),a=t?zs:Ds;return l.jsxs(l.Fragment,{children:[l.jsx("input",{ref:b,type:"file",multiple:!0,accept:v,style:{display:"none"},onChange:C}),l.jsx(a,{type:"button",disabled:$,"aria-label":"Attach file",title:"Attach file",onClick:()=>{var i;return(i=b.current)==null?void 0:i.click()},children:l.jsx(lo,{size:16,strokeWidth:2})})]})}const An=E.div`
|
|
283
280
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
284
281
|
background-color: white;
|
|
285
282
|
border: 1px solid #e5e7eb;
|
|
286
283
|
min-height: 0;
|
|
287
284
|
|
|
288
|
-
/* Scoped CSS reset to prevent host page style leakage
|
|
285
|
+
/* Scoped CSS reset to prevent host page style leakage.
|
|
286
|
+
* Do not include textarea in this selector: it zeroed padding and beat our
|
|
287
|
+
* composer/welcome textarea styles in embedded mode (ChatWidget), while floating
|
|
288
|
+
* (ChatWindow) looked fine. Textareas are styled via ComposerInnerInput / ProfessionalInput. */
|
|
289
289
|
& button,
|
|
290
290
|
& input,
|
|
291
|
-
& textarea,
|
|
292
291
|
& select {
|
|
293
292
|
margin: 0;
|
|
294
293
|
padding: 0;
|
|
@@ -305,17 +304,17 @@
|
|
|
305
304
|
appearance: none;
|
|
306
305
|
}
|
|
307
306
|
|
|
308
|
-
/* Try both media query approaches */
|
|
309
|
-
@media (prefers-color-scheme: dark) {
|
|
310
|
-
background-color: #1f2937;
|
|
311
|
-
border-color: #374151;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
/* Alternative approach using data attribute */
|
|
315
307
|
&[data-theme="dark"] {
|
|
316
308
|
background-color: #1f2937;
|
|
317
309
|
border-color: #374151;
|
|
318
310
|
}
|
|
311
|
+
|
|
312
|
+
/* Prefer explicit embed theme over OS dark mode so inline/embedded stays readable on colored pages */
|
|
313
|
+
&[data-theme="light"] {
|
|
314
|
+
background-color: #ffffff;
|
|
315
|
+
border-color: #e5e7eb;
|
|
316
|
+
color: #111827;
|
|
317
|
+
}
|
|
319
318
|
`,ue=E.div`
|
|
320
319
|
max-width: 80%;
|
|
321
320
|
padding: 12px;
|
|
@@ -336,8 +335,7 @@
|
|
|
336
335
|
color: inherit;
|
|
337
336
|
}
|
|
338
337
|
|
|
339
|
-
|
|
340
|
-
@media (prefers-color-scheme: dark) {
|
|
338
|
+
[data-theme="dark"] & {
|
|
341
339
|
background-color: ${e=>e.$isUser?"#3b82f6":"transparent"};
|
|
342
340
|
color: ${e=>e.$isUser?"#ffffff":"#e5e7eb"};
|
|
343
341
|
|
|
@@ -346,18 +344,17 @@
|
|
|
346
344
|
font-weight: 700;
|
|
347
345
|
}
|
|
348
346
|
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
347
|
+
|
|
348
|
+
[data-theme="light"] & {
|
|
349
|
+
background-color: ${e=>e.$isUser?"#3b82f6":"#f3f4f6"};
|
|
350
|
+
color: ${e=>e.$isUser?"#ffffff":"#111827"};
|
|
351
|
+
|
|
355
352
|
strong, b {
|
|
356
|
-
|
|
357
|
-
|
|
353
|
+
font-weight: 600;
|
|
354
|
+
color: inherit;
|
|
358
355
|
}
|
|
359
356
|
}
|
|
360
|
-
`,
|
|
357
|
+
`,Qt=E.div`
|
|
361
358
|
display: flex;
|
|
362
359
|
flex-direction: column;
|
|
363
360
|
flex: 1;
|
|
@@ -373,15 +370,6 @@
|
|
|
373
370
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
374
371
|
}
|
|
375
372
|
|
|
376
|
-
@media (prefers-color-scheme: dark) {
|
|
377
|
-
background-color: #18181b;
|
|
378
|
-
border-color: rgba(255, 255, 255, 0.1);
|
|
379
|
-
|
|
380
|
-
&:focus-within {
|
|
381
|
-
border-color: rgba(255, 255, 255, 0.3);
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
|
|
385
373
|
[data-theme='dark'] & {
|
|
386
374
|
background-color: #18181b;
|
|
387
375
|
border-color: rgba(255, 255, 255, 0.1);
|
|
@@ -394,28 +382,24 @@
|
|
|
394
382
|
display: flex;
|
|
395
383
|
align-items: center;
|
|
396
384
|
justify-content: space-between;
|
|
397
|
-
gap:
|
|
385
|
+
gap: 8px;
|
|
398
386
|
flex-shrink: 0;
|
|
399
|
-
padding:
|
|
387
|
+
padding: 8px 16px 10px;
|
|
400
388
|
border-top: 1px solid #e5e7eb;
|
|
401
389
|
background-color: #f9fafb;
|
|
402
390
|
|
|
403
|
-
@media (prefers-color-scheme: dark) {
|
|
404
|
-
border-top-color: #52525b;
|
|
405
|
-
background-color: #3f3f46;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
391
|
[data-theme='dark'] & {
|
|
409
392
|
border-top-color: #52525b;
|
|
410
393
|
background-color: #3f3f46;
|
|
411
394
|
}
|
|
412
|
-
`,
|
|
395
|
+
`,Ns=E.textarea`
|
|
413
396
|
display: block;
|
|
414
397
|
width: 100%;
|
|
415
398
|
min-width: 0;
|
|
399
|
+
margin: 0;
|
|
416
400
|
min-height: 42px;
|
|
417
401
|
max-height: 96px;
|
|
418
|
-
padding:
|
|
402
|
+
padding: 12px 18px;
|
|
419
403
|
border: none;
|
|
420
404
|
border-radius: 0;
|
|
421
405
|
background-color: transparent;
|
|
@@ -438,14 +422,6 @@
|
|
|
438
422
|
cursor: not-allowed;
|
|
439
423
|
}
|
|
440
424
|
|
|
441
|
-
@media (prefers-color-scheme: dark) {
|
|
442
|
-
color: #f9fafb;
|
|
443
|
-
|
|
444
|
-
&::placeholder {
|
|
445
|
-
color: #9ca3af;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
|
|
449
425
|
[data-theme='dark'] & {
|
|
450
426
|
color: #f9fafb;
|
|
451
427
|
|
|
@@ -453,26 +429,22 @@
|
|
|
453
429
|
color: #9ca3af;
|
|
454
430
|
}
|
|
455
431
|
}
|
|
456
|
-
`,
|
|
432
|
+
`,Vt=E.div`
|
|
457
433
|
display: flex;
|
|
458
434
|
align-items: center;
|
|
459
435
|
gap: 8px;
|
|
460
|
-
padding:
|
|
436
|
+
padding: 10px 16px 12px;
|
|
461
437
|
border-top: 1px solid #e5e7eb;
|
|
462
438
|
background-color: #ffffff;
|
|
463
439
|
|
|
464
|
-
@media (prefers-color-scheme: dark) {
|
|
465
|
-
background-color: #1f2937;
|
|
466
|
-
border-top-color: #374151;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
440
|
[data-theme="dark"] & {
|
|
470
441
|
background-color: #1f2937;
|
|
471
442
|
border-top-color: #374151;
|
|
472
443
|
}
|
|
473
|
-
`,
|
|
444
|
+
`,Bs=E.textarea`
|
|
474
445
|
flex: 1;
|
|
475
446
|
width: 100%;
|
|
447
|
+
margin: 0;
|
|
476
448
|
min-height: 40px;
|
|
477
449
|
max-height: 120px;
|
|
478
450
|
padding: 8px 12px;
|
|
@@ -500,21 +472,6 @@
|
|
|
500
472
|
cursor: not-allowed;
|
|
501
473
|
}
|
|
502
474
|
|
|
503
|
-
@media (prefers-color-scheme: dark) {
|
|
504
|
-
background-color: #374151;
|
|
505
|
-
color: #f9fafb;
|
|
506
|
-
border-color: #4b5563;
|
|
507
|
-
|
|
508
|
-
&::placeholder {
|
|
509
|
-
color: #9ca3af;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
&:focus {
|
|
513
|
-
border-color: #3b82f6;
|
|
514
|
-
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
|
|
518
475
|
[data-theme="dark"] & {
|
|
519
476
|
background-color: #374151;
|
|
520
477
|
color: #f9fafb;
|
|
@@ -529,7 +486,7 @@
|
|
|
529
486
|
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
|
|
530
487
|
}
|
|
531
488
|
}
|
|
532
|
-
`,
|
|
489
|
+
`,Ls=E.button`
|
|
533
490
|
width: 32px;
|
|
534
491
|
height: 32px;
|
|
535
492
|
min-width: 32px;
|
|
@@ -577,19 +534,6 @@
|
|
|
577
534
|
visibility: visible !important;
|
|
578
535
|
}
|
|
579
536
|
|
|
580
|
-
@media (prefers-color-scheme: dark) {
|
|
581
|
-
border-color: #60a5fa;
|
|
582
|
-
color: #60a5fa;
|
|
583
|
-
&:hover:not(:disabled) {
|
|
584
|
-
background: #2563eb;
|
|
585
|
-
color: white;
|
|
586
|
-
}
|
|
587
|
-
&:disabled {
|
|
588
|
-
border-color: #6b7280;
|
|
589
|
-
color: #6b7280;
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
|
|
593
537
|
[data-theme="dark"] & {
|
|
594
538
|
border-color: #60a5fa;
|
|
595
539
|
color: #60a5fa;
|
|
@@ -602,7 +546,7 @@
|
|
|
602
546
|
color: #6b7280;
|
|
603
547
|
}
|
|
604
548
|
}
|
|
605
|
-
`,
|
|
549
|
+
`,Zt=E.button`
|
|
606
550
|
width: 26px;
|
|
607
551
|
height: 26px;
|
|
608
552
|
min-width: 26px;
|
|
@@ -658,26 +602,6 @@
|
|
|
658
602
|
visibility: visible !important;
|
|
659
603
|
}
|
|
660
604
|
|
|
661
|
-
@media (prefers-color-scheme: dark) {
|
|
662
|
-
border-color: #60a5fa;
|
|
663
|
-
color: #60a5fa;
|
|
664
|
-
|
|
665
|
-
&:hover:not(:disabled) {
|
|
666
|
-
background: rgba(96, 165, 250, 0.14);
|
|
667
|
-
color: #93c5fd;
|
|
668
|
-
border-color: #93c5fd;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
&:focus-visible {
|
|
672
|
-
box-shadow: 0 0 0 2px #18181b, 0 0 0 4px rgba(96, 165, 250, 0.45);
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
&:disabled {
|
|
676
|
-
border-color: #6b7280;
|
|
677
|
-
color: #6b7280;
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
|
|
681
605
|
[data-theme='dark'] & {
|
|
682
606
|
border-color: #60a5fa;
|
|
683
607
|
color: #60a5fa;
|
|
@@ -697,7 +621,7 @@
|
|
|
697
621
|
color: #6b7280;
|
|
698
622
|
}
|
|
699
623
|
}
|
|
700
|
-
`,jt=(e,t=.15)=>{if(e&&e.startsWith("#")){const r=e.replace("#",""),n=parseInt(r,16);if(isNaN(n))return e;const
|
|
624
|
+
`,jt=(e,t=.15)=>{if(e&&e.startsWith("#")){const r=e.replace("#",""),n=parseInt(r,16);if(isNaN(n))return e;const o=Math.max(0,Math.min(255,n>>16&255)*(1-t)),c=Math.max(0,Math.min(255,n>>8&255)*(1-t)),u=Math.max(0,Math.min(255,n&255)*(1-t));return`#${Math.floor(o).toString(16).padStart(2,"0")}${Math.floor(c).toString(16).padStart(2,"0")}${Math.floor(u).toString(16).padStart(2,"0")}`}return e||"#2563eb"},Fs=E.button`
|
|
701
625
|
position: fixed;
|
|
702
626
|
z-index: 50;
|
|
703
627
|
height: 48px;
|
|
@@ -734,7 +658,7 @@
|
|
|
734
658
|
align-items: center;
|
|
735
659
|
justify-content: center;
|
|
736
660
|
}
|
|
737
|
-
`,
|
|
661
|
+
`,Ks=E.div`
|
|
738
662
|
position: fixed;
|
|
739
663
|
z-index: 50;
|
|
740
664
|
width: 320px;
|
|
@@ -748,15 +672,16 @@
|
|
|
748
672
|
/* Position based on prop */
|
|
749
673
|
${e=>{switch(e.$position){case"bottom-left":return"bottom: 24px; left: 24px;";case"top-right":return"top: 24px; right: 24px;";case"top-left":return"top: 24px; left: 24px;";default:return"bottom: 24px; right: 24px;"}}}
|
|
750
674
|
|
|
751
|
-
@media (prefers-color-scheme: dark) {
|
|
752
|
-
background: #1f2937;
|
|
753
|
-
border-color: #374151;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
675
|
&[data-theme="dark"] {
|
|
757
676
|
background: #1f2937;
|
|
758
677
|
border-color: #374151;
|
|
759
678
|
}
|
|
679
|
+
|
|
680
|
+
&[data-theme="light"] {
|
|
681
|
+
background: #ffffff;
|
|
682
|
+
border-color: #e5e7eb;
|
|
683
|
+
color: #111827;
|
|
684
|
+
}
|
|
760
685
|
|
|
761
686
|
@media (min-width: 640px) {
|
|
762
687
|
width: 384px;
|
|
@@ -832,20 +757,6 @@
|
|
|
832
757
|
background: #94a3b8;
|
|
833
758
|
}
|
|
834
759
|
|
|
835
|
-
@media (prefers-color-scheme: dark) {
|
|
836
|
-
&::-webkit-scrollbar-track {
|
|
837
|
-
background: #374151;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
&::-webkit-scrollbar-thumb {
|
|
841
|
-
background: #6b7280;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
845
|
-
background: #9ca3af;
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
|
|
849
760
|
[data-theme="dark"] & {
|
|
850
761
|
&::-webkit-scrollbar-track {
|
|
851
762
|
background: #374151;
|
|
@@ -859,7 +770,7 @@
|
|
|
859
770
|
background: #9ca3af;
|
|
860
771
|
}
|
|
861
772
|
}
|
|
862
|
-
`;const
|
|
773
|
+
`;const Jt=E.div`
|
|
863
774
|
display: flex;
|
|
864
775
|
gap: 4px;
|
|
865
776
|
align-items: center;
|
|
@@ -885,7 +796,7 @@
|
|
|
885
796
|
}
|
|
886
797
|
}
|
|
887
798
|
|
|
888
|
-
|
|
799
|
+
[data-theme="dark"] & {
|
|
889
800
|
.dot {
|
|
890
801
|
background: #9ca3af;
|
|
891
802
|
}
|
|
@@ -895,24 +806,20 @@
|
|
|
895
806
|
margin-top: 4px;
|
|
896
807
|
color: ${e=>e.$isUser?"rgba(255, 255, 255, 0.8)":"#6b7280"};
|
|
897
808
|
|
|
898
|
-
@media (prefers-color-scheme: dark) {
|
|
899
|
-
color: ${e=>e.$isUser?"rgba(255, 255, 255, 0.8)":"#d1d5db"};
|
|
900
|
-
}
|
|
901
|
-
|
|
902
809
|
[data-theme="dark"] & {
|
|
903
810
|
color: ${e=>e.$isUser?"rgba(255, 255, 255, 0.8)":"#d1d5db"};
|
|
904
811
|
}
|
|
905
|
-
`;const
|
|
812
|
+
`;const Xt=E.div`
|
|
906
813
|
font-size: 14px;
|
|
907
814
|
color: #dc2626;
|
|
908
815
|
text-align: center;
|
|
909
816
|
padding: 8px;
|
|
910
817
|
margin: 16px 0;
|
|
911
818
|
|
|
912
|
-
|
|
819
|
+
[data-theme="dark"] & {
|
|
913
820
|
color: #f87171;
|
|
914
821
|
}
|
|
915
|
-
`,
|
|
822
|
+
`,Ws=E.div`
|
|
916
823
|
position: absolute;
|
|
917
824
|
${e=>e.$position==="top"?"top: 0;":"bottom: 0;"}
|
|
918
825
|
left: 0;
|
|
@@ -929,14 +836,14 @@
|
|
|
929
836
|
background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 50%, #3b82f6 100%);
|
|
930
837
|
}
|
|
931
838
|
|
|
932
|
-
|
|
839
|
+
[data-theme="dark"] & {
|
|
933
840
|
background: linear-gradient(90deg, #374151 0%, #3b82f6 50%, #374151 100%);
|
|
934
841
|
|
|
935
842
|
&:hover {
|
|
936
843
|
background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 50%, #3b82f6 100%);
|
|
937
844
|
}
|
|
938
845
|
}
|
|
939
|
-
`,
|
|
846
|
+
`,ye=E.img`
|
|
940
847
|
width: ${e=>e.$size||"32px"};
|
|
941
848
|
height: ${e=>e.$size||"32px"};
|
|
942
849
|
border-radius: 50%;
|
|
@@ -944,7 +851,7 @@
|
|
|
944
851
|
flex-shrink: 0;
|
|
945
852
|
border: 2px solid rgba(255, 255, 255, 0.2);
|
|
946
853
|
background-color: rgba(255, 255, 255, 0.1);
|
|
947
|
-
`,
|
|
854
|
+
`,Us=E.div`
|
|
948
855
|
display: flex;
|
|
949
856
|
flex-direction: column;
|
|
950
857
|
align-items: center;
|
|
@@ -957,30 +864,30 @@
|
|
|
957
864
|
position: relative;
|
|
958
865
|
|
|
959
866
|
/* Gradient background - starts with full primary color at top, fades to background color */
|
|
960
|
-
background: ${e=>e.$primaryColor?`linear-gradient(to bottom, ${e.$primaryColor} 0%, ${e.$primaryColor} 20%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 1) 100%)`:"
|
|
961
|
-
|
|
962
|
-
@media (prefers-color-scheme: dark) {
|
|
963
|
-
background: ${e=>e.$primaryColor?`linear-gradient(to bottom, ${e.$primaryColor} 0%, ${e.$primaryColor} 20%, rgba(31, 41, 55, 0.3) 45%, rgba(31, 41, 55, 0.7) 65%, rgba(31, 41, 55, 1) 100%)`:"transparent"};
|
|
964
|
-
}
|
|
867
|
+
background: ${e=>e.$primaryColor?`linear-gradient(to bottom, ${e.$primaryColor} 0%, ${e.$primaryColor} 20%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 1) 100%)`:"#ffffff"};
|
|
965
868
|
|
|
966
869
|
[data-theme="dark"] & {
|
|
967
|
-
background: ${e=>e.$primaryColor?`linear-gradient(to bottom, ${e.$primaryColor} 0%, ${e.$primaryColor} 20%, rgba(31, 41, 55, 0.3) 45%, rgba(31, 41, 55, 0.7) 65%, rgba(31, 41, 55, 1) 100%)`:"
|
|
870
|
+
background: ${e=>e.$primaryColor?`linear-gradient(to bottom, ${e.$primaryColor} 0%, ${e.$primaryColor} 20%, rgba(31, 41, 55, 0.3) 45%, rgba(31, 41, 55, 0.7) 65%, rgba(31, 41, 55, 1) 100%)`:"#1f2937"};
|
|
968
871
|
}
|
|
969
|
-
|
|
872
|
+
|
|
873
|
+
[data-theme="light"] & {
|
|
874
|
+
background: ${e=>e.$primaryColor?`linear-gradient(to bottom, ${e.$primaryColor} 0%, ${e.$primaryColor} 20%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 1) 100%)`:"#ffffff"};
|
|
875
|
+
}
|
|
876
|
+
`,Hs=E.div`
|
|
970
877
|
font-size: 18px;
|
|
971
878
|
font-weight: 600;
|
|
972
879
|
text-align: center;
|
|
973
880
|
color: #111827;
|
|
974
881
|
margin-bottom: 8px;
|
|
975
882
|
|
|
976
|
-
@media (prefers-color-scheme: dark) {
|
|
977
|
-
color: #f9fafb;
|
|
978
|
-
}
|
|
979
|
-
|
|
980
883
|
[data-theme="dark"] & {
|
|
981
884
|
color: #f9fafb;
|
|
982
885
|
}
|
|
983
|
-
|
|
886
|
+
|
|
887
|
+
[data-theme="light"] & {
|
|
888
|
+
color: #111827;
|
|
889
|
+
}
|
|
890
|
+
`,qs=E.img`
|
|
984
891
|
max-width: 120px;
|
|
985
892
|
max-height: 120px;
|
|
986
893
|
width: auto;
|
|
@@ -988,14 +895,14 @@
|
|
|
988
895
|
object-fit: contain;
|
|
989
896
|
margin-bottom: 8px;
|
|
990
897
|
border-radius: 8px;
|
|
991
|
-
`,
|
|
898
|
+
`,Gs=E.div`
|
|
992
899
|
display: flex;
|
|
993
900
|
flex-direction: column;
|
|
994
901
|
gap: 12px;
|
|
995
902
|
width: 100%;
|
|
996
903
|
max-width: 100%;
|
|
997
904
|
margin-bottom: 16px;
|
|
998
|
-
`,
|
|
905
|
+
`,Qs=E.button`
|
|
999
906
|
width: 100%;
|
|
1000
907
|
padding: 12px 16px;
|
|
1001
908
|
box-sizing: border-box;
|
|
@@ -1026,17 +933,6 @@
|
|
|
1026
933
|
cursor: not-allowed;
|
|
1027
934
|
}
|
|
1028
935
|
|
|
1029
|
-
@media (prefers-color-scheme: dark) {
|
|
1030
|
-
background-color: #374151;
|
|
1031
|
-
color: #f9fafb;
|
|
1032
|
-
border-color: #4b5563;
|
|
1033
|
-
|
|
1034
|
-
&:hover:not(:disabled) {
|
|
1035
|
-
background-color: ${e=>e.$primaryColor?`${e.$primaryColor}25`:"#4b5563"};
|
|
1036
|
-
border-color: ${e=>e.$primaryColor||"#6b7280"};
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
936
|
[data-theme="dark"] & {
|
|
1041
937
|
background-color: #374151;
|
|
1042
938
|
color: #f9fafb;
|
|
@@ -1047,7 +943,7 @@
|
|
|
1047
943
|
border-color: ${e=>e.$primaryColor||"#6b7280"};
|
|
1048
944
|
}
|
|
1049
945
|
}
|
|
1050
|
-
`,
|
|
946
|
+
`,Ys=E.div`
|
|
1051
947
|
display: flex;
|
|
1052
948
|
align-items: center;
|
|
1053
949
|
gap: 8px;
|
|
@@ -1056,23 +952,20 @@
|
|
|
1056
952
|
padding-top: 16px;
|
|
1057
953
|
border-top: 1px solid #e5e7eb;
|
|
1058
954
|
|
|
1059
|
-
@media (prefers-color-scheme: dark) {
|
|
1060
|
-
border-top-color: #374151;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
955
|
[data-theme="dark"] & {
|
|
1064
956
|
border-top-color: #374151;
|
|
1065
957
|
}
|
|
1066
|
-
`,dt=x.forwardRef(function({value:t,onChange:r,onKeyDown:n,placeholder:
|
|
958
|
+
`,dt=x.forwardRef(function({value:t,onChange:r,onKeyDown:n,placeholder:o="Type a message...",disabled:c=!1,className:u,maxLength:d=2e3,variant:h="default"},b){const g=w=>{r(w.target.value)},p=w=>{w.key==="Enter"&&!w.shiftKey&&w.preventDefault(),n(w)},v=h==="composer"?Ns:Bs;return l.jsx(v,{ref:b,value:t,onChange:g,onKeyDown:p,placeholder:o,disabled:c,maxLength:d,className:u,onInput:w=>{const C=w.target;C.style.height="auto";const I=h==="composer"?96:120;C.style.height=`${Math.min(C.scrollHeight,I)}px`}})});function ut({size:e=16}){return l.jsxs("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[l.jsx("path",{d:"M22 2L11 13"}),l.jsx("path",{d:"M22 2L15 22L11 13L2 9L22 2Z"})]})}function er({config:e,onQuestionClick:t,onSendMessage:r,isLoading:n}){const[o,c]=x.useState(""),u=x.useRef(null),d=async()=>{!o.trim()||n||(await r(o.trim()),c(""))},h=g=>{g.key==="Enter"&&!g.shiftKey&&(g.preventDefault(),d())},b=e.welcomeMessage||"Hi there 👋 How can we help?";return l.jsxs(Us,{$primaryColor:e.primaryColor,children:[e.welcomeImage&&l.jsx(qs,{src:e.welcomeImage,alt:"Welcome"}),l.jsx(Hs,{children:b}),e.quickQuestions&&e.quickQuestions.length>0&&l.jsx(Gs,{children:e.quickQuestions.map((g,p)=>l.jsx(Qs,{onClick:()=>t(g),disabled:n,$primaryColor:e.primaryColor,children:g},p))}),l.jsxs(Ys,{children:[l.jsx(dt,{ref:u,value:o,onChange:c,onKeyDown:h,placeholder:e.placeholder||"Type a message...",disabled:n}),l.jsx(Ls,{onClick:d,disabled:n||!o.trim(),children:l.jsx(ut,{size:16})})]})]})}function pt(e,t){var I;const r=(e.maxAttachmentSizeMB??10)*1024*1024,n=e.maxAttachments??3,o=(I=e.allowedAttachmentTypes)!=null&&I.length?e.allowedAttachmentTypes:In,c=!!(e.enableAttachments&&e.publishableKey),[u,d]=x.useState([]),[h,b]=x.useState(null),g=x.useRef([]);x.useEffect(()=>{g.current=u},[u]);const p=x.useCallback(async $=>{if(c){b(null);for(const a of $){if(g.current.length>=n){b(`At most ${n} attachments per message.`);break}const i=Tn(a,r,o);if(i){b(`${a.name}: ${i}`);continue}try{const s=await t(a);d(f=>{if(f.length>=n)return f;const m=[...f,s];return g.current=m,m})}catch(s){b(s instanceof Error?s.message:"Upload failed")}}}},[o,c,r,n,t]),v=x.useCallback($=>{d(a=>{const i=a.filter(s=>s.id!==$);return g.current=i,i})},[]),w=x.useCallback(()=>{d([]),g.current=[],b(null)},[]),C=x.useCallback($=>{b(null),d(a=>{if(a.length>=n)return a;const i=[...a,$];return g.current=i,i})},[n]);return{enabled:c,staged:u,attachmentError:h,setAttachmentError:b,addFiles:p,appendStaged:C,removeStaged:v,clearStaged:w,maxFiles:n,maxBytes:r,allowed:o}}function En(e,t,r){if(e.role!=="assistant"||!e.content.trim())return!1;const n=t[t.length-1];return n?!(r&&n.role==="assistant"&&n.id===e.id):!0}function Vs({size:e=16}){return l.jsx("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:l.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})})}function Zs({size:e=16}){return l.jsxs("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[l.jsx("path",{d:"M18 6 6 18"}),l.jsx("path",{d:"m6 6 12 12"})]})}/*!---------------------------------------------------------------------------------------------
|
|
1067
959
|
* Copyright (c) StackBlitz. All rights reserved.
|
|
1068
960
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
1069
|
-
*--------------------------------------------------------------------------------------------*/const
|
|
961
|
+
*--------------------------------------------------------------------------------------------*/const Js={damping:.7,stiffness:.05,mass:1.25},Xs=70,ei=1e3/60,ti=350;let ft=!1;var Dr;(Dr=globalThis.document)==null||Dr.addEventListener("mousedown",()=>{ft=!0});var zr;(zr=globalThis.document)==null||zr.addEventListener("mouseup",()=>{ft=!1});var Nr;(Nr=globalThis.document)==null||Nr.addEventListener("click",()=>{ft=!1});const ri=(e={})=>{const[t,r]=x.useState(!1),[n,o]=x.useState(e.initial!==!1),[c,u]=x.useState(!1),d=x.useRef(null);d.current=e;const h=x.useCallback(()=>{var f;if(!ft)return!1;const i=window.getSelection();if(!i||!i.rangeCount)return!1;const s=i.getRangeAt(0);return s.commonAncestorContainer.contains($.current)||((f=$.current)==null?void 0:f.contains(s.commonAncestorContainer))},[]),b=x.useCallback(i=>{p.isAtBottom=i,o(i)},[]),g=x.useCallback(i=>{p.escapedFromLock=i,r(i)},[]),p=x.useMemo(()=>{let i;return{escapedFromLock:t,isAtBottom:n,resizeDifference:0,accumulated:0,velocity:0,listeners:new Set,get scrollTop(){var s;return((s=$.current)==null?void 0:s.scrollTop)??0},set scrollTop(s){$.current&&($.current.scrollTop=s,p.ignoreScrollToTop=$.current.scrollTop)},get targetScrollTop(){return!$.current||!a.current?0:$.current.scrollHeight-1-$.current.clientHeight},get calculatedTargetScrollTop(){if(!$.current||!a.current)return 0;const{targetScrollTop:s}=this;if(!e.targetScrollTop)return s;if((i==null?void 0:i.targetScrollTop)===s)return i.calculatedScrollTop;const f=Math.max(Math.min(e.targetScrollTop(s,{scrollElement:$.current,contentElement:a.current}),s),0);return i={targetScrollTop:s,calculatedScrollTop:f},requestAnimationFrame(()=>{i=void 0}),f},get scrollDifference(){return this.calculatedTargetScrollTop-this.scrollTop},get isNearBottom(){return this.scrollDifference<=Xs}}},[]),v=x.useCallback((i={})=>{var M;typeof i=="string"&&(i={animation:i}),i.preserveScrollPosition||b(!0);const s=Date.now()+(Number(i.wait)||0),f=Tt(d.current,i.animation),{ignoreEscapes:m=!1}=i;let k,y=p.calculatedTargetScrollTop;i.duration instanceof Promise?i.duration.finally(()=>{k=Date.now()}):k=s+(i.duration??0);const A=async()=>{const z=new Promise(requestAnimationFrame).then(()=>{var W;if(!p.isAtBottom)return p.animation=void 0,!1;const{scrollTop:P}=p,K=performance.now(),j=(K-(p.lastTick??K))/ei;if(p.animation||(p.animation={behavior:f,promise:z,ignoreEscapes:m}),p.animation.behavior===f&&(p.lastTick=K),h()||s>Date.now())return A();if(P<Math.min(y,p.calculatedTargetScrollTop)){if(((W=p.animation)==null?void 0:W.behavior)===f){if(f==="instant")return p.scrollTop=p.calculatedTargetScrollTop,A();p.velocity=(f.damping*p.velocity+f.stiffness*p.scrollDifference)/f.mass,p.accumulated+=p.velocity*j,p.scrollTop+=p.accumulated,p.scrollTop!==P&&(p.accumulated=0)}return A()}return k>Date.now()?(y=p.calculatedTargetScrollTop,A()):(p.animation=void 0,p.scrollTop<p.calculatedTargetScrollTop?v({animation:Tt(d.current,d.current.resize),ignoreEscapes:m,duration:Math.max(0,k-Date.now())||void 0}):p.isAtBottom)});return z.then(P=>(requestAnimationFrame(()=>{p.animation||(p.lastTick=void 0,p.velocity=0)}),P))};return i.wait!==!0&&(p.animation=void 0),((M=p.animation)==null?void 0:M.behavior)===f?p.animation.promise:A()},[b,h,p]),w=x.useCallback(()=>{g(!0),b(!1)},[g,b]),C=x.useCallback(({target:i})=>{if(i!==$.current)return;const{scrollTop:s,ignoreScrollToTop:f}=p;let{lastScrollTop:m=s}=p;p.lastScrollTop=s,p.ignoreScrollToTop=void 0,f&&f>s&&(m=f),u(p.isNearBottom),setTimeout(()=>{var A;if(p.resizeDifference||s===f)return;if(h()){g(!0),b(!1);return}const k=s>m,y=s<m;if((A=p.animation)!=null&&A.ignoreEscapes){p.scrollTop=m;return}y&&(g(!0),b(!1)),k&&g(!1),!p.escapedFromLock&&p.isNearBottom&&b(!0)},1)},[g,b,h,p]),I=x.useCallback(({target:i,deltaY:s})=>{var m;let f=i;for(;!["scroll","auto"].includes(getComputedStyle(f).overflow);){if(!f.parentElement)return;f=f.parentElement}f===$.current&&s<0&&$.current.scrollHeight>$.current.clientHeight&&!((m=p.animation)!=null&&m.ignoreEscapes)&&(g(!0),b(!1))},[g,b,p]),$=Or(i=>{var s,f;(s=$.current)==null||s.removeEventListener("scroll",C),(f=$.current)==null||f.removeEventListener("wheel",I),i==null||i.addEventListener("scroll",C,{passive:!0}),i==null||i.addEventListener("wheel",I,{passive:!0})},[]),a=Or(i=>{var f,m;if((f=p.resizeObserver)==null||f.disconnect(),!i)return;let s;p.resizeObserver=new ResizeObserver(([k])=>{const{height:y}=k.contentRect,A=y-(s??y);if(p.resizeDifference=A,p.scrollTop>p.targetScrollTop&&(p.scrollTop=p.targetScrollTop),u(p.isNearBottom),A>=0){const M=Tt(d.current,s?d.current.resize:d.current.initial);v({animation:M,wait:!0,preserveScrollPosition:!0,duration:M==="instant"?void 0:ti})}else p.isNearBottom&&(g(!1),b(!0));s=y,requestAnimationFrame(()=>{setTimeout(()=>{p.resizeDifference===A&&(p.resizeDifference=0)},1)})}),(m=p.resizeObserver)==null||m.observe(i)},[]);return{contentRef:a,scrollRef:$,scrollToBottom:v,stopScroll:w,isAtBottom:n||c,isNearBottom:c,escapedFromLock:t,state:p}};function Or(e,t){const r=x.useCallback(n=>(r.current=n,e(n)),t);return r}const It=new Map;function Tt(...e){const t={...Js};let r=!1;for(const o of e){if(o==="instant"){r=!0;continue}typeof o=="object"&&(r=!1,t.damping=o.damping??t.damping,t.stiffness=o.stiffness??t.stiffness,t.mass=o.mass??t.mass)}const n=JSON.stringify(t);return It.has(n)||It.set(n,Object.freeze(t)),r?"instant":It.get(n)}const Mn=x.createContext(null),ni=typeof window<"u"?x.useLayoutEffect:x.useEffect;function et({instance:e,children:t,resize:r,initial:n,mass:o,damping:c,stiffness:u,targetScrollTop:d,contextRef:h,...b}){const g=x.useRef(null),p=zt.useCallback((m,k)=>{const y=(f==null?void 0:f.targetScrollTop)??d;return(y==null?void 0:y(m,k))??m},[d]),v=ri({mass:o,damping:c,stiffness:u,resize:r,initial:n,targetScrollTop:p}),{scrollRef:w,contentRef:C,scrollToBottom:I,stopScroll:$,isAtBottom:a,escapedFromLock:i,state:s}=e??v,f=x.useMemo(()=>({scrollToBottom:I,stopScroll:$,scrollRef:w,isAtBottom:a,escapedFromLock:i,contentRef:C,state:s,get targetScrollTop(){return g.current},set targetScrollTop(m){g.current=m}}),[I,a,C,w,$,i,s]);return x.useImperativeHandle(h,()=>f,[f]),ni(()=>{w.current&&getComputedStyle(w.current).overflow==="visible"&&(w.current.style.overflow="auto")},[]),l.jsx(Mn.Provider,{value:f,children:l.jsx("div",{...b,children:typeof t=="function"?t(f):t})})}(function(e){function t({children:r,...n}){const o=oi();return l.jsx("div",{ref:o.scrollRef,style:{height:"100%",width:"100%"},children:l.jsx("div",{...n,ref:o.contentRef,children:typeof r=="function"?r(o):r})})}e.Content=t})(et||(et={}));function oi(){const e=x.useContext(Mn);if(!e)throw new Error("use-stick-to-bottom component context must be used within a StickToBottom component");return e}const ai=E(et)`
|
|
1070
962
|
position: relative;
|
|
1071
963
|
flex: 1;
|
|
1072
964
|
overflow-y: auto;
|
|
1073
965
|
scroll-behavior: smooth;
|
|
1074
966
|
scrollbar-width: thin;
|
|
1075
967
|
scrollbar-color: rgba(148, 163, 184, 0.55) transparent;
|
|
968
|
+
background-color: ${e=>e.$surfaceTheme==="dark"?"#1f2937":"#ffffff"};
|
|
1076
969
|
|
|
1077
970
|
&::-webkit-scrollbar {
|
|
1078
971
|
width: 8px;
|
|
@@ -1093,18 +986,6 @@
|
|
|
1093
986
|
background-color: rgba(100, 116, 139, 0.55);
|
|
1094
987
|
}
|
|
1095
988
|
|
|
1096
|
-
@media (prefers-color-scheme: dark) {
|
|
1097
|
-
scrollbar-color: rgba(71, 85, 105, 0.75) transparent;
|
|
1098
|
-
|
|
1099
|
-
&::-webkit-scrollbar-thumb {
|
|
1100
|
-
background-color: rgba(71, 85, 105, 0.65);
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
1104
|
-
background-color: rgba(100, 116, 139, 0.75);
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
989
|
[data-theme='dark'] & {
|
|
1109
990
|
scrollbar-color: rgba(71, 85, 105, 0.75) transparent;
|
|
1110
991
|
|
|
@@ -1116,7 +997,7 @@
|
|
|
1116
997
|
background-color: rgba(100, 116, 139, 0.75);
|
|
1117
998
|
}
|
|
1118
999
|
}
|
|
1119
|
-
`,
|
|
1000
|
+
`,si=E(et.Content)`
|
|
1120
1001
|
padding: 16px;
|
|
1121
1002
|
`;E.button`
|
|
1122
1003
|
position: absolute;
|
|
@@ -1147,7 +1028,7 @@
|
|
|
1147
1028
|
height: 16px;
|
|
1148
1029
|
}
|
|
1149
1030
|
|
|
1150
|
-
|
|
1031
|
+
[data-theme='dark'] & {
|
|
1151
1032
|
background: #1f2937;
|
|
1152
1033
|
border-color: #374151;
|
|
1153
1034
|
color: #9ca3af;
|
|
@@ -1158,7 +1039,7 @@
|
|
|
1158
1039
|
color: #d1d5db;
|
|
1159
1040
|
}
|
|
1160
1041
|
}
|
|
1161
|
-
`;function
|
|
1042
|
+
`;function tr({className:e,children:t,style:r,surfaceTheme:n="light",onDragOver:o,onDragLeave:c,onDrop:u}){const d=n==="dark"?"dark":"light";return l.jsx(ai,{className:e,style:r,$surfaceTheme:d,initial:"smooth",resize:"smooth",role:"log",onDragOver:o,onDragLeave:c,onDrop:u,children:t})}function rr({className:e,children:t}){return l.jsx(si,{className:e,children:t})}function Rn({config:e,chat:t}){const{messages:r,sendMessage:n,uploadAttachment:o,exportMessagePdf:c,isLoading:u,error:d,hasSessionStarted:h}=t,[b,g]=x.useState(""),[p,v]=x.useState(!1),w=x.useRef(null),{enabled:C,staged:I,attachmentError:$,setAttachmentError:a,addFiles:i,appendStaged:s,removeStaged:f,clearStaged:m,maxFiles:k,maxBytes:y,allowed:A}=pt(e,o),M=()=>e.theme==="dark"?"dark":e.theme==="light"?"light":p?"dark":"light";x.useEffect(()=>{if(e.theme==="auto"||!e.theme){const T=()=>{v(window.matchMedia("(prefers-color-scheme: dark)").matches)};T();const D=window.matchMedia("(prefers-color-scheme: dark)");return D.addEventListener("change",T),()=>D.removeEventListener("change",T)}else v(e.theme==="dark")},[e.theme]);const z=async()=>{const T=b.trim();!T&&I.length===0||u||(await n(T,void 0,I.length?I:void 0),g(""),m(),setTimeout(()=>{var D;(D=w.current)==null||D.focus()},100))},P=T=>{T.key==="Enter"&&!T.shiftKey&&(T.preventDefault(),z())},K=x.useMemo(()=>e.height==="100%"||e.height==="100vh"?{height:"100%",minHeight:0,display:"flex",flexDirection:"column",borderRadius:"8px"}:{height:e.height,display:"flex",flexDirection:"column",borderRadius:"8px"},[e.height]),j=T=>{C&&(T.preventDefault(),T.dataTransfer.dropEffect="copy")},W=async T=>{if(!C)return;T.preventDefault();const D=await qt(T.dataTransfer);D.length&&await i(D)};return l.jsx(An,{"data-theme":M(),style:{...K,...e.backgroundColor?{backgroundColor:e.backgroundColor}:{},...e.textColor?{color:e.textColor}:{},...e.borderRadius!=null&&e.borderRadius!==""?{borderRadius:e.borderRadius}:{}},children:e.quickQuestions&&e.quickQuestions.length>0&&!h?l.jsx(er,{config:e,onQuestionClick:async T=>{await n(T)},onSendMessage:n,isLoading:u}):l.jsxs(l.Fragment,{children:[l.jsx(tr,{style:{flex:1},surfaceTheme:M(),onDragOver:j,onDrop:W,children:l.jsxs(rr,{children:[r.map(T=>l.jsxs("div",{style:{display:"flex",marginBottom:"16px",justifyContent:T.role==="user"?"flex-end":"flex-start",alignItems:"flex-start",gap:"8px"},children:[T.role==="assistant"&&e.agentImage&&l.jsx(ye,{src:e.agentImage,alt:e.chatName||"Agent",$size:"28px"}),T.role==="assistant"?l.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"flex-start",maxWidth:"80%"},children:[l.jsx(ue,{$isUser:!1,children:l.jsx(Ht,{message:T})}),En(T,r,u)&&l.jsx(bn,{content:T.content,disabled:u,onExportPdf:D=>c(D)})]}):l.jsx(ue,{$isUser:!0,children:l.jsxs(l.Fragment,{children:[T.attachments&&T.attachments.length>0&&l.jsx(be,{attachments:T.attachments,readOnly:!0}),T.content?T.content:null]})})]},T.id)),u&&l.jsxs("div",{style:{display:"flex",justifyContent:"flex-start",alignItems:"flex-start",gap:"8px",marginBottom:"16px"},children:[e.agentImage&&l.jsx(ye,{src:e.agentImage,alt:e.chatName||"Agent",$size:"28px"}),l.jsx(ue,{$isUser:!1,children:l.jsxs(Jt,{children:[l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"})]})})]}),d&&l.jsx(Xt,{children:d})]})}),l.jsxs(Vt,{style:{flexDirection:"column",alignItems:"stretch",gap:0},children:[($||C&&I.length>0)&&l.jsxs("div",{style:{paddingBottom:8},children:[$&&l.jsx("div",{style:{fontSize:12,color:"#dc2626",marginBottom:4},children:$}),C&&I.length>0&&l.jsx(be,{attachments:I,onRemove:f})]}),l.jsx("div",{style:{width:"100%"},children:l.jsxs(Qt,{children:[l.jsx(dt,{ref:w,variant:"composer",value:b,onChange:g,onKeyDown:P,placeholder:e.placeholder,disabled:u}),l.jsxs(Yt,{children:[l.jsx("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0},children:C&&l.jsx(Gt,{integrated:!0,disabled:u,maxFileBytes:y,maxFiles:k,allowedMime:A,currentCount:I.length,uploadAttachment:o,onUploaded:s,onError:a})}),l.jsx(Zt,{type:"button",onClick:z,disabled:u||!b.trim()&&I.length===0,"aria-label":"Send message",children:l.jsx(ut,{size:13})})]})]})})]})]})})}const ii=E.div`
|
|
1162
1043
|
display: flex;
|
|
1163
1044
|
align-items: center;
|
|
1164
1045
|
justify-content: space-between;
|
|
@@ -1169,12 +1050,6 @@
|
|
|
1169
1050
|
border-bottom: none;
|
|
1170
1051
|
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1171
1052
|
|
|
1172
|
-
@media (prefers-color-scheme: dark) {
|
|
1173
|
-
background: ${e=>e.$showWelcomeScreen&&e.$primaryColor?e.$primaryColor:"#1f2937"};
|
|
1174
|
-
color: ${e=>e.$showWelcomeScreen&&e.$primaryColor?"white":"#f9fafb"};
|
|
1175
|
-
border-bottom: none;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
1053
|
[data-theme="dark"] & {
|
|
1179
1054
|
background: ${e=>e.$showWelcomeScreen&&e.$primaryColor?e.$primaryColor:"#1f2937"};
|
|
1180
1055
|
color: ${e=>e.$showWelcomeScreen&&e.$primaryColor?"white":"#f9fafb"};
|
|
@@ -1184,15 +1059,15 @@
|
|
|
1184
1059
|
background: ${e=>e.$showWelcomeScreen&&e.$primaryColor?e.$primaryColor:"#ffffff"};
|
|
1185
1060
|
color: ${e=>e.$showWelcomeScreen&&e.$primaryColor?"white":"#111827"};
|
|
1186
1061
|
}
|
|
1187
|
-
`,
|
|
1062
|
+
`,ci=E.div`
|
|
1188
1063
|
display: flex;
|
|
1189
1064
|
align-items: center;
|
|
1190
1065
|
gap: 12px;
|
|
1191
|
-
`,
|
|
1066
|
+
`,li=E.div`
|
|
1192
1067
|
display: flex;
|
|
1193
1068
|
align-items: center;
|
|
1194
1069
|
gap: 8px;
|
|
1195
|
-
`,
|
|
1070
|
+
`,di=E.div`
|
|
1196
1071
|
width: 8px;
|
|
1197
1072
|
height: 8px;
|
|
1198
1073
|
background: #10b981;
|
|
@@ -1207,14 +1082,14 @@
|
|
|
1207
1082
|
opacity: 0.5;
|
|
1208
1083
|
}
|
|
1209
1084
|
}
|
|
1210
|
-
`,
|
|
1085
|
+
`,ui=E.span`
|
|
1211
1086
|
font-weight: 500;
|
|
1212
1087
|
font-size: 14px;
|
|
1213
|
-
`,
|
|
1088
|
+
`,pi=E.div`
|
|
1214
1089
|
display: flex;
|
|
1215
1090
|
align-items: center;
|
|
1216
1091
|
gap: 4px;
|
|
1217
|
-
`,
|
|
1092
|
+
`,fi=E.button`
|
|
1218
1093
|
padding: 4px;
|
|
1219
1094
|
background: transparent;
|
|
1220
1095
|
border: none;
|
|
@@ -1234,4 +1109,4 @@
|
|
|
1234
1109
|
width: 16px;
|
|
1235
1110
|
height: 16px;
|
|
1236
1111
|
}
|
|
1237
|
-
`;function
|
|
1112
|
+
`;function hi({chatName:e="Chat Assistant",showCloseButton:t=!0,onClose:r,agentImage:n,className:o,primaryColor:c,showWelcomeScreen:u=!1}){return l.jsxs(ii,{className:o,$primaryColor:c,$showWelcomeScreen:u,children:[l.jsxs(ci,{children:[n&&l.jsx(ye,{src:n,alt:e||"Agent",$size:"32px"}),l.jsxs(li,{children:[l.jsx(di,{}),l.jsx(ui,{children:e})]})]}),l.jsx(pi,{children:t&&l.jsx(fi,{onClick:r,"aria-label":"Close",children:l.jsx(Zs,{size:16})})})]})}function Dt({config:e,chat:t}){const{messages:r,sendMessage:n,uploadAttachment:o,exportMessagePdf:c,isLoading:u,error:d,isOpen:h,setIsOpen:b,hasSessionStarted:g}=t,[p,v]=x.useState(""),[w,C]=x.useState(e.height||600),[I,$]=x.useState(!1),a=x.useRef(null),{enabled:i,staged:s,attachmentError:f,setAttachmentError:m,addFiles:k,appendStaged:y,removeStaged:A,clearStaged:M,maxFiles:z,maxBytes:P,allowed:K}=pt(e,o),j=()=>e.theme==="dark"?"dark":e.theme==="light"?"light":I?"dark":"light";x.useEffect(()=>{if(e.theme==="auto"||!e.theme){const S=()=>{$(window.matchMedia("(prefers-color-scheme: dark)").matches)};S();const O=window.matchMedia("(prefers-color-scheme: dark)");return O.addEventListener("change",S),()=>O.removeEventListener("change",S)}else $(e.theme==="dark")},[e.theme]);const W=async()=>{const S=p.trim();!S&&s.length===0||u||(await n(S,void 0,s.length?s:void 0),v(""),M(),setTimeout(()=>{var O;(O=a.current)==null||O.focus()},100))},T=S=>{S.key==="Enter"&&!S.shiftKey&&(S.preventDefault(),W())},D=S=>{i&&(S.preventDefault(),S.dataTransfer.dropEffect="copy")},H=async S=>{if(!i)return;S.preventDefault();const O=await qt(S.dataTransfer);O.length&&await k(O)};return h?l.jsxs(Ks,{$position:e.position||"bottom-right","data-theme":j(),style:{height:w,...e.backgroundColor?{backgroundColor:e.backgroundColor}:{},...e.textColor?{color:e.textColor}:{},...e.chatWindowStyle},children:[e.resizable!==!1&&l.jsx(Ws,{$position:"top",onMouseDown:S=>{S.preventDefault();const O=S.clientY,N=typeof w=="number"?w:600,F=Y=>{const B=Y.clientY-O,q=N-B;C(Math.max(200,Math.min(600,q)))},_=()=>{document.removeEventListener("mousemove",F),document.removeEventListener("mouseup",_)};document.addEventListener("mousemove",F),document.addEventListener("mouseup",_)}}),e.showHeader!==!1&&l.jsx(hi,{agentImage:e.agentImage,chatName:e.chatName,onClose:()=>b(!1),primaryColor:e.primaryColor,showWelcomeScreen:e.quickQuestions&&e.quickQuestions.length>0&&!g}),e.quickQuestions&&e.quickQuestions.length>0&&!g?l.jsx(er,{config:e,onQuestionClick:async S=>{await n(S)},onSendMessage:n,isLoading:u}):l.jsxs(l.Fragment,{children:[l.jsx(tr,{surfaceTheme:j(),onDragOver:D,onDrop:H,children:l.jsxs(rr,{children:[r.map(S=>l.jsxs("div",{style:{display:"flex",marginBottom:"16px",justifyContent:S.role==="user"?"flex-end":"flex-start",alignItems:"flex-start",gap:"8px"},children:[S.role==="assistant"&&e.agentImage&&l.jsx(ye,{src:e.agentImage,alt:e.chatName||"Agent",$size:"28px"}),S.role==="assistant"?l.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"flex-start",maxWidth:"80%"},children:[l.jsx(ue,{$isUser:!1,children:l.jsx(Ht,{message:S})}),En(S,r,u)&&l.jsx(bn,{content:S.content,disabled:u,onExportPdf:O=>c(O)})]}):l.jsx(ue,{$isUser:!0,children:l.jsxs(l.Fragment,{children:[S.attachments&&S.attachments.length>0&&l.jsx(be,{attachments:S.attachments,readOnly:!0}),S.content?S.content:null]})})]},S.id)),u&&l.jsxs("div",{style:{display:"flex",justifyContent:"flex-start",alignItems:"flex-start",gap:"8px",marginBottom:"16px"},children:[e.agentImage&&l.jsx(ye,{src:e.agentImage,alt:e.chatName||"Agent",$size:"28px"}),l.jsx(ue,{$isUser:!1,children:l.jsxs(Jt,{children:[l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"})]})})]}),d&&l.jsx(Xt,{children:d})]})}),l.jsxs(Vt,{style:{flexDirection:"column",alignItems:"stretch",gap:0},children:[(f||i&&s.length>0)&&l.jsxs("div",{style:{paddingBottom:8},children:[f&&l.jsx("div",{style:{fontSize:12,color:"#dc2626",marginBottom:4},children:f}),i&&s.length>0&&l.jsx(be,{attachments:s,onRemove:A})]}),l.jsx("div",{style:{width:"100%"},children:l.jsxs(Qt,{children:[l.jsx(dt,{ref:a,variant:"composer",value:p,onChange:v,onKeyDown:T,placeholder:e.placeholder,disabled:u}),l.jsxs(Yt,{children:[l.jsx("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0},children:i&&l.jsx(Gt,{integrated:!0,disabled:u,maxFileBytes:P,maxFiles:z,allowedMime:K,currentCount:s.length,uploadAttachment:o,onUploaded:y,onError:m})}),l.jsx(Zt,{type:"button",onClick:W,disabled:u||!p.trim()&&s.length===0,"aria-label":"Send message",children:l.jsx(ut,{size:13})})]})]})})]})]})]}):l.jsxs(Fs,{onClick:()=>b(!0),style:e.buttonStyle,$position:e.position||"bottom-right",$primaryColor:e.primaryColor,"aria-label":"Open chat",children:[l.jsx("div",{className:"icon-container",children:l.jsx(Vs,{size:16})}),l.jsx("span",{children:e.buttonText||e.chatName||"AI Chat"})]})}function mi(e){const t=Ur(e),r=Wr(t);switch(t.mode){case"floating":return l.jsx(Dt,{config:t,chat:r});case"embedded":return l.jsx(Rn,{config:t,chat:r});default:return l.jsx(Dt,{config:t,chat:r})}}function gi({config:e,chat:t}){const{messages:r,sendMessage:n,uploadAttachment:o,isLoading:c,error:u,hasSessionStarted:d}=t,[h,b]=x.useState(""),g=x.useRef(null),{enabled:p,staged:v,attachmentError:w,setAttachmentError:C,addFiles:I,appendStaged:$,removeStaged:a,clearStaged:i,maxFiles:s,maxBytes:f,allowed:m}=pt(e,o),[k,y]=x.useState(!1),A=()=>e.theme==="dark"?"dark":e.theme==="light"?"light":k?"dark":"light";x.useEffect(()=>{if(e.theme==="auto"||!e.theme){const j=()=>{y(window.matchMedia("(prefers-color-scheme: dark)").matches)};j();const W=window.matchMedia("(prefers-color-scheme: dark)");return W.addEventListener("change",j),()=>W.removeEventListener("change",j)}else y(e.theme==="dark")},[e.theme]);const M=async()=>{const j=h.trim();!j&&v.length===0||c||(await n(j,void 0,v.length?v:void 0),b(""),i(),setTimeout(()=>{var W;(W=g.current)==null||W.focus()},100))},z=j=>{j.key==="Enter"&&!j.shiftKey&&(j.preventDefault(),M())},P=j=>{p&&(j.preventDefault(),j.dataTransfer.dropEffect="copy")},K=async j=>{if(!p)return;j.preventDefault();const W=await qt(j.dataTransfer);W.length&&await I(W)};return l.jsx(An,{"data-theme":A(),style:{height:e.height,display:"flex",flexDirection:"column",borderRadius:"8px"},children:e.quickQuestions&&e.quickQuestions.length>0&&!d?l.jsx(er,{config:e,onQuestionClick:async j=>{await n(j)},onSendMessage:n,isLoading:c}):l.jsxs(l.Fragment,{children:[l.jsx(tr,{style:{flex:1},surfaceTheme:A(),onDragOver:P,onDrop:K,children:l.jsxs(rr,{children:[r.map(j=>l.jsxs("div",{style:{display:"flex",marginBottom:"12px",justifyContent:j.role==="user"?"flex-end":"flex-start",alignItems:"flex-start",gap:"8px"},children:[j.role==="assistant"&&e.agentImage&&l.jsx(ye,{src:e.agentImage,alt:e.chatName||"Agent",$size:"28px"}),l.jsx(ue,{$isUser:j.role==="user",children:j.role==="assistant"?l.jsx(Ht,{message:j}):l.jsxs(l.Fragment,{children:[j.attachments&&j.attachments.length>0&&l.jsx(be,{attachments:j.attachments,readOnly:!0}),j.content?j.content:null]})})]},j.id)),c&&l.jsxs("div",{style:{display:"flex",justifyContent:"flex-start",alignItems:"flex-start",gap:"8px",marginBottom:"12px"},children:[e.agentImage&&l.jsx(ye,{src:e.agentImage,alt:e.chatName||"Agent",$size:"28px"}),l.jsx(ue,{$isUser:!1,children:l.jsxs(Jt,{children:[l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"})]})})]}),u&&l.jsx(Xt,{children:u})]})}),l.jsxs(Vt,{style:{flexDirection:"column",alignItems:"stretch",gap:0},children:[(w||p&&v.length>0)&&l.jsxs("div",{style:{paddingBottom:8},children:[w&&l.jsx("div",{style:{fontSize:12,color:"#dc2626",marginBottom:4},children:w}),p&&v.length>0&&l.jsx(be,{attachments:v,onRemove:a})]}),l.jsx("div",{style:{width:"100%"},children:l.jsxs(Qt,{children:[l.jsx(dt,{ref:g,variant:"composer",value:h,onChange:b,onKeyDown:z,placeholder:e.placeholder,disabled:c}),l.jsxs(Yt,{children:[l.jsx("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0},children:p&&l.jsx(Gt,{integrated:!0,disabled:c,maxFileBytes:f,maxFiles:s,allowedMime:m,currentCount:v.length,uploadAttachment:o,onUploaded:$,onError:C})}),l.jsx(Zt,{type:"button",onClick:M,disabled:c||!h.trim()&&v.length===0,"aria-label":"Send message",children:l.jsx(ut,{size:13})})]})]})})]})]})})}exports.EmbeddedChat=Rn;exports.FloatingChat=Dt;exports.InlineChat=gi;exports.MarkdownRenderer=jn;exports.OrdifyApiClient=Fr;exports.OrdifyChat=mi;exports.debounce=Wn;exports.formatTime=Kn;exports.generateId=Pe;exports.parseStreamingResponse=Kr;exports.throttle=Un;exports.useOrdifyChat=Wr;exports.useOrdifyConfig=Ur;exports.useWidgetAttachmentStaging=pt;
|