ordify-chat-widget 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AttachmentChips.d.ts +4 -1
- package/dist/components/AttachmentChips.d.ts.map +1 -1
- package/dist/components/AttachmentPicker.d.ts.map +1 -1
- package/dist/components/ChatHeader.d.ts.map +1 -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/index.cjs.js +139 -282
- package/dist/index.esm.js +1541 -1386
- package/dist/ordify-chat-widget.standalone.js +147 -290
- package/dist/ordify-chat-widget.standalone.js.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 Pn=Object.defineProperty;var On=(e,t,r)=>t in e?Pn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var gt=(e,t,r)=>On(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("react");function Dn(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 Nt=Dn(x);var Lr={exports:{}},rt={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,14 +6,14 @@
|
|
|
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 zn=x,Nn=Symbol.for("react.element"),Bn=Symbol.for("react.fragment"),Ln=Object.prototype.hasOwnProperty,Fn=zn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,Kn={key:!0,ref:!0,__self:!0,__source:!0};function Fr(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)Ln.call(t,n)&&!Kn.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:Nn,type:e,key:c,ref:u,props:o,_owner:Fn.current}}rt.Fragment=Bn;rt.jsx=Fr;rt.jsxs=Fr;Lr.exports=rt;var l=Lr.exports;function Pe(){return Math.random().toString(36).substr(2,9)}function Wn(e){return new Intl.DateTimeFormat("en-US",{hour:"2-digit",minute:"2-digit",hour12:!0}).format(e)}function Un(e,t){let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>e(...n),t)}}function Hn(e,t){let r;return(...n)=>{r||(e(...n),r=!0,setTimeout(()=>r=!1,t))}}function or(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
|
|
16
|
+
`),t}function qn(e){const t=e.type;return t==="adk_tool"||t==="ADK_TOOL"}function Gn(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 Kr{constructor(t){gt(this,"config");gt(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(Gn):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 Wr(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
17
|
|
|
18
18
|
${n}
|
|
19
19
|
|
|
@@ -21,65 +21,65 @@ ${n}
|
|
|
21
21
|
|
|
22
22
|

|
|
23
23
|
|
|
24
|
-
`,sessionId:r.sessionId||"",agentName:r.agentName}:null}return r}}catch(t){console.warn("Failed to parse streaming response:",t)}return null}function
|
|
25
|
-
`);for(const pe of
|
|
24
|
+
`,sessionId:r.sessionId||"",agentName:r.agentName}:null}return r}}catch(t){console.warn("Failed to parse streaming response:",t)}return null}function ar(e){const t=(e.attachments||[]).map(r=>r.id).join("|");return`${e.role}:${e.content.trim()}:${t}`}function Qn(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 Ur(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 Kr({publishableKey:e.publishableKey,apiKey:e.apiKey,apiBaseUrl:e.apiBaseUrl||"https://api.ordify.ai",agentId:e.agentId,useThinking:e.useThinking===!0,enableImageGeneration:e.enableImageGeneration}));const R=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,R.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,R.current=null,C(!1);return}if(R.current===D)return;if(z.current.has(D)&&t.length>0&&!k.current){k.current=!0,R.current=D,$(!1);return}R.current=D,$(!0);try{const S=await s.current.getSessionWithMessages(D);if(S.messages&&S.messages.length>0){const O=S.messages.filter(N=>!qn(N)).map(N=>{const F=N.role==="assistant"?"assistant":"user",_=String(N.content||"");return{id:N.id||Pe(),content:F==="assistant"?or(_):_,role:F,timestamp:N.timestamp?new Date(N.timestamp):new Date,sessionId:D,attachments:Qn(N)}});r(N=>{if(N.length>0){const F=new Map,_=new Map;return N.forEach(B=>{F.set(B.id,B);const q=ar(B);_.has(q)||_.set(q,B)}),O.forEach(B=>{const q=ar(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),R.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=Wr(pe);if(J){if(J.type==="stream"&&J.text)V.content=or(V.content+J.text),r(mt=>mt.find(Re=>Re.id===V.id)?mt.map(Re=>Re.id===V.id?{...Re,content:V.content}:Re):[...mt,{...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 Le(e){if(typeof process>"u"||!process.env)return;const t=process.env[e];return typeof t=="string"&&t.length>0?t:void 0}function Hr(e){return x.useMemo(()=>{const t=e.agentId||Le("ORDIFY_AGENT_ID"),r=e.publishableKey||Le("ORDIFY_PUBLISHABLE_KEY"),n=e.apiKey||Le("ORDIFY_API_KEY"),o=e.apiBaseUrl||Le("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 Yn(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)}}/**
|
|
26
26
|
* @license lucide-react v0.544.0 - ISC
|
|
27
27
|
*
|
|
28
28
|
* This source code is licensed under the ISC license.
|
|
29
29
|
* See the LICENSE file in the root directory of this source tree.
|
|
30
|
-
*/const
|
|
30
|
+
*/const Vn=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Zn=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,r,n)=>n?n.toUpperCase():r.toLowerCase()),sr=e=>{const t=Zn(e);return t.charAt(0).toUpperCase()+t.slice(1)},qr=(...e)=>e.filter((t,r,n)=>!!t&&t.trim()!==""&&n.indexOf(t)===r).join(" ").trim(),Jn=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};/**
|
|
31
31
|
* @license lucide-react v0.544.0 - ISC
|
|
32
32
|
*
|
|
33
33
|
* This source code is licensed under the ISC license.
|
|
34
34
|
* See the LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/var
|
|
35
|
+
*/var Xn={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"};/**
|
|
36
36
|
* @license lucide-react v0.544.0 - ISC
|
|
37
37
|
*
|
|
38
38
|
* This source code is licensed under the ISC license.
|
|
39
39
|
* See the LICENSE file in the root directory of this source tree.
|
|
40
|
-
*/const
|
|
40
|
+
*/const eo=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,...Xn,width:t,height:t,stroke:e,strokeWidth:n?Number(r)*24/Number(t):r,className:qr("lucide",o),...!c&&!Jn(d)&&{"aria-hidden":"true"},...d},[...u.map(([b,g])=>x.createElement(b,g)),...Array.isArray(c)?c:[c]]));/**
|
|
41
41
|
* @license lucide-react v0.544.0 - ISC
|
|
42
42
|
*
|
|
43
43
|
* This source code is licensed under the ISC license.
|
|
44
44
|
* See the LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/const
|
|
45
|
+
*/const Te=(e,t)=>{const r=x.forwardRef(({className:n,...o},c)=>x.createElement(eo,{ref:c,iconNode:t,className:qr(`lucide-${Vn(sr(e))}`,`lucide-${e}`,n),...o}));return r.displayName=sr(e),r};/**
|
|
46
46
|
* @license lucide-react v0.544.0 - ISC
|
|
47
47
|
*
|
|
48
48
|
* This source code is licensed under the ISC license.
|
|
49
49
|
* See the LICENSE file in the root directory of this source tree.
|
|
50
|
-
*/const
|
|
50
|
+
*/const to=[["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"}]],ro=Te("copy",to);/**
|
|
51
51
|
* @license lucide-react v0.544.0 - ISC
|
|
52
52
|
*
|
|
53
53
|
* This source code is licensed under the ISC license.
|
|
54
54
|
* See the LICENSE file in the root directory of this source tree.
|
|
55
|
-
*/const
|
|
55
|
+
*/const no=[["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"}]],oo=Te("file-down",no);/**
|
|
56
56
|
* @license lucide-react v0.544.0 - ISC
|
|
57
57
|
*
|
|
58
58
|
* This source code is licensed under the ISC license.
|
|
59
59
|
* See the LICENSE file in the root directory of this source tree.
|
|
60
|
-
*/const
|
|
60
|
+
*/const ao=[["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"}]],so=Te("file-text",ao);/**
|
|
61
61
|
* @license lucide-react v0.544.0 - ISC
|
|
62
62
|
*
|
|
63
63
|
* This source code is licensed under the ISC license.
|
|
64
64
|
* See the LICENSE file in the root directory of this source tree.
|
|
65
|
-
*/const
|
|
65
|
+
*/const io=[["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"}]],co=Te("image",io);/**
|
|
66
66
|
* @license lucide-react v0.544.0 - ISC
|
|
67
67
|
*
|
|
68
68
|
* This source code is licensed under the ISC license.
|
|
69
69
|
* See the LICENSE file in the root directory of this source tree.
|
|
70
|
-
*/const
|
|
70
|
+
*/const lo=[["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"}]],uo=Te("paperclip",lo);/**
|
|
71
71
|
* @license lucide-react v0.544.0 - ISC
|
|
72
72
|
*
|
|
73
73
|
* This source code is licensed under the ISC license.
|
|
74
74
|
* See the LICENSE file in the root directory of this source tree.
|
|
75
|
-
*/const
|
|
76
|
-
`,Ze=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),st=Object.freeze([]),Se=Object.freeze({});function _o(e,t,r){return r===void 0&&(r=Se),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"]),Mo=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Po=/(^-|-$)/g;function cr(e){return e.replace(Mo,"-").replace(Po,"")}var Oo=/(a)(d)/gi,Be=52,lr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Rt(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 gt,tn=5381,ke=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},rn=function(e){return ke(tn,e)};function zo(e){return Rt(rn(e)>>>0)}function Do(e){return e.displayName||e.name||"Component"}function bt(e){return typeof e=="string"&&!0}var nn=typeof Symbol=="function"&&Symbol.for,on=nn?Symbol.for("react.memo"):60115,No=nn?Symbol.for("react.forward_ref"):60112,Bo={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},Lo={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},Fo=((gt={})[No]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},gt[on]=an,gt);function dr(e){return("type"in(t=e)&&t.type.$$typeof)===on?an:"$$typeof"in e?Fo[e.$$typeof]:Bo;var t}var Wo=Object.defineProperty,Ko=Object.getOwnPropertyNames,ur=Object.getOwnPropertySymbols,Uo=Object.getOwnPropertyDescriptor,Ho=Object.getPrototypeOf,pr=Object.prototype;function sn(e,t,r){if(typeof t!="string"){if(pr){var n=Ho(t);n&&n!==pr&&sn(e,n,r)}var o=Ko(t);ur&&(o=o.concat(ur(t)));for(var c=dr(e),u=dr(t),d=0;d<o.length;++d){var h=o[d];if(!(h in Lo||r&&r[h]||u&&h in u||c&&h in c)){var b=Uo(t,h);try{Wo(e,h,b)}catch{}}}}return e}function Ce(e){return typeof e=="function"}function Lt(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 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 Ft(e,t){Object.defineProperty(e,"toString",{value:t})}function De(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 qo=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 De(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(Bt);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},Go=function(e,t){qe=t+1,He.set(e,t),Je.set(t,e)},Yo="style[".concat($e,"][").concat(Xr,'="').concat(at,'"]'),Qo=new RegExp("^".concat($e,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),Vo=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)},Zo=function(e,t){for(var r,n=((r=t.textContent)!==null&&r!==void 0?r:"").split(Bt),o=[],c=0,u=n.length;c<u;c++){var d=n[c].trim();if(d){var h=d.match(Qo);if(h){var b=0|parseInt(h[1],10),g=h[2];b!==0&&(Go(g,b),Vo(e,g,h[3]),e.getTag().insertRules(b,o)),o.length=0}else o.push(d)}}},hr=function(e){for(var t=document.querySelectorAll(Yo),r=0,n=t.length;r<n;r++){var o=t[r];o&&o.getAttribute($e)!==Jr&&(Zo(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function Jo(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var cn=function(e){var t=document.head,r=e||t,n=document.createElement("style"),o=function(d){var h=Array.from(d.querySelectorAll("style[".concat($e,"]")));return h[h.length-1]}(r),c=o!==void 0?o.nextSibling:null;n.setAttribute($e,Jr),n.setAttribute(Xr,at);var u=Jo();return u&&n.setAttribute("nonce",u),r.insertBefore(n,c),n},Xo=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,o=0,c=n.length;o<c;o++){var u=n[o];if(u.ownerNode===r)return u}throw De(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}(),ea=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}(),ta=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,ra={isServer:!Ze,useCSSOMInjection:!Ro},ln=function(){function e(t,r,n){t===void 0&&(t=Se),r===void 0&&(r={});var o=this;this.options=X(X({},ra),t),this.gs=r,this.names=new Map(n),this.server=!!t.isServer,!this.server&&Ze&&mr&&(mr=!1,hr(this)),Ft(this,function(){return function(c){for(var u=c.getTag(),d=u.length,h="",b=function(p){var v=function(a){return Je.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 j="".concat($e,".g").concat(p,'[id="').concat(v,'"]'),$="";w!==void 0&&w.forEach(function(a){a.length>0&&($+="".concat(a,","))}),h+="".concat(C).concat(j,'{content:"').concat($,'"}').concat(Bt)},g=0;g<d;g++)b(g);return h}(o)})}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,o=r.target;return r.isServer?new ta(o):n?new Xo(o):new ea(o)}(this.options),new qo(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}(),na=/&/g,oa=/^\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 aa(e){var t,r,n,o=Se,c=o.options,u=c===void 0?Se:c,d=o.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(na,r).replace(n,b))}),u.prefix&&g.push(To),g.push(jo);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(oa,""),a=So(C||w?"".concat(C," ").concat(w," { ").concat($," }"):$);u.namespace&&(a=dn(a,u.namespace));var i=[];return Ve(a,Io(g.concat(Ao(function(s){return i.push(s)})))),i};return p.hash=h.length?h.reduce(function(v,w){return w.name||De(15),ke(v,w.name)},tn).toString():"",p}var sa=new ln,Mt=aa(),un=x.createContext({shouldForwardProp:void 0,styleSheet:sa,stylis:Mt});un.Consumer;x.createContext(void 0);function gr(){return x.useContext(un)}var ia=function(){function e(t,r){var n=this;this.inject=function(o,c){c===void 0&&(c=Mt);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,Ft(this,function(){throw De(12,String(n.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=Mt),this.name+t.hash},e}(),ca=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;ca(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 o in e){var c=e[o];e.hasOwnProperty(o)&&!pn(c)&&(Array.isArray(c)&&c.isCss||Ce(c)?n.push("".concat(br(o),":"),c,";"):ze(c)?n.push.apply(n,Qe(Qe(["".concat(o," {")],fn(c),!1),["}"],!1)):n.push("".concat(br(o),": ").concat((t=o,(r=c)==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||t in Eo||t.startsWith("--")?String(r).trim():"".concat(r,"px")),";")))}return n};function ge(e,t,r,n){if(pn(e))return[];if(Lt(e))return[".".concat(e.styledComponentId)];if(Ce(e)){if(!Ce(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 ia?r?(e.inject(r,n),[e.getName(n)]):[e]:ze(e)?fn(e):Array.isArray(e)?Array.prototype.concat.apply(st,e.map(function(u){return ge(u,t,r,n)})):[e.toString()]}function la(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(Ce(r)&&!Lt(r))return!1}return!0}var da=rn(at),ua=function(){function e(t,r,n){this.rules=t,this.staticRulesId="",this.isStatic=(n===void 0||n.isStatic)&&la(t),this.componentId=r,this.baseHash=ke(da,r),this.baseStyle=n,ln.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=fr(ge(this.rules,t,r,n)),u=Rt(ke(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=ke(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=ke(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}(),hn=x.createContext(void 0);hn.Consumer;var yt={};function pa(e,t,r){var n=Lt(e),o=e,c=!bt(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);yt[k]=(yt[k]||0)+1;var y="".concat(k,"-").concat(zo(at+k+yt[k]));return m?"".concat(m,"-").concat(y):y}(t.displayName,t.parentComponentId):h,g=t.displayName,p=g===void 0?function(f){return bt(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&&o.attrs?o.attrs.concat(d).filter(Boolean):d,C=t.shouldForwardProp;if(n&&o.shouldForwardProp){var j=o.shouldForwardProp;if(t.shouldForwardProp){var $=t.shouldForwardProp;C=function(f,m){return j(f,m)&&$(f,m)}}else C=j}var a=new ua(r,v,n?o.componentStyle:void 0);function i(f,m){return function(k,y,T){var _=k.attrs,I=k.componentStyle,R=k.defaultProps,K=k.foldedComponentIds,F=k.styledComponentId,V=k.target,A=x.useContext(hn),z=gr(),U=k.shouldForwardProp||z.shouldForwardProp,S=_o(y,A,R)||Se,O=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=Ce(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}(_,y,S),D=O.as||V,L={};for(var P in O)O[P]===void 0||P[0]==="$"||P==="as"||P==="theme"&&O.theme===S||(P==="forwardedAs"?L.as=O.forwardedAs:U&&!U(P,D)||(L[P]=O[P]));var Y=function(H,Q){var Z=gr(),se=H.generateAndInjectStyles(Q,Z.styleSheet,Z.stylis);return se}(I,O),N=he(K,F);return Y&&(N+=" "+Y),O.className&&(N+=" "+O.className),L[bt(D)&&!en.has(D)?"class":"className"]=N,T&&(L.ref=T),x.createElement(D,L)}(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 T=0,_=k;T<_.length;T++)_t(m,_[T],!0);return m}({},o.defaultProps,f):f}}),Ft(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,o=t.length;n<o;n+=1)r.push(t[n],e[n+1]);return r}var xr=function(e){return Object.assign(e,{isCss:!0})};function fa(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(Ce(e)||ze(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=Se),!t)throw De(1,t);var n=function(o){for(var c=[],u=1;u<arguments.length;u++)c[u-1]=arguments[u];return e(t,r,fa.apply(void 0,Qe([o],c,!1)))};return n.attrs=function(o){return Pt(e,t,X(X({},r),{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},n.withConfig=function(o){return Pt(e,t,X(X({},r),o))},n}var mn=function(e){return Pt(pa,e)},E=mn;en.forEach(function(e){E[e]=mn(e)});const ha=E.div`
|
|
75
|
+
*/const po=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],fo=Te("x",po);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 Ze(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-",Gr="comm",nt="rule",Bt="decl",ho="@import",Qr="@keyframes",mo="@layer",Yr=Math.abs,Lt=String.fromCharCode,Et=Object.assign;function go(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 Vr(e){return e.trim()}function ae(e,t){return(e=t.exec(e))?e[0]:e}function M(e,t,r){return e.replace(t,r)}function Ue(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 Zr(e){return e.length}function _e(e,t){return t.push(e),e}function bo(e,t){return e.map(t).join("")}function ir(e,t){return e.filter(function(r){return!ae(r,t)})}var ot=1,$e=1,Jr=0,ee=0,G=0,Ae="";function at(e,t,r,n,o,c,u,d){return{value:e,root:t,parent:r,type:n,props:o,children:c,line:ot,column:$e,length:u,return:"",siblings:d}}function de(e,t){return Et(at("",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 yo(){return G}function xo(){return G=ee>0?Q(Ae,--ee):0,$e--,G===10&&($e=1,ot--),G}function te(){return G=ee<Jr?Q(Ae,ee++):0,$e++,G===10&&($e=1,ot++),G}function me(){return Q(Ae,ee)}function He(){return ee}function st(e,t){return ve(Ae,e,t)}function Rt(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 ko(e){return ot=$e=1,Jr=ne(Ae=e),ee=0,[]}function wo(e){return Ae="",e}function bt(e){return Vr(st(ee-1,Mt(e===91?e+2:e===40?e+1:e)))}function vo(e){for(;(G=me())&&G<33;)te();return Rt(e)>2||Rt(G)>3?"":" "}function $o(e,t){for(;--t&&te()&&!(G<48||G>102||G>57&&G<65||G>70&&G<97););return st(e,He()+(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 So(e,t){for(;te()&&e+G!==57;)if(e+G===84&&me()===47)break;return"/*"+st(t,ee-1)+"*"+Lt(e===47?e:te())}function Co(e){for(;!Rt(me());)te();return st(e,ee)}function jo(e){return wo(qe("",null,null,null,[""],e=ko(e),0,[0],e))}function qe(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){Ue(y+=M(bt(i),"&","&\f"),"&\f",Yr(b?d[b-1]:0))!=-1&&(a=-1);break}case 34:case 39:case 91:y+=bt(i);break;case 9:case 10:case 13:case 32:y+=vo(C);break;case 92:y+=$o(He()-1,7);continue;case 47:switch(me()){case 42:case 47:_e(Io(So(te(),He()),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=M(y,/\f/g,"")),w>0&&ne(y)-p&&_e(w>32?lr(y+";",n,r,p-1,h):lr(M(y," ","")+";",n,r,p-2,h),h);break;case 59:y+=";";default:if(_e(k=cr(y,t,r,b,g,o,d,s,f=[],m=[],p,c),c),i===123)if(g===0)qe(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:qe(e,k,k,n&&_e(cr(e,k,k,0,0,o,d,s,o,f=[],p,m),m),o,m,p,d,n?f:m);break;default:qe(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&&xo()==125)continue}switch(y+=Lt(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+=bt(te())),v=me(),g=p=ne(s=y+=Co(He())),i++;break;case 45:C===45&&ne(y)==2&&(I=0)}}return c}function cr(e,t,r,n,o,c,u,d,h,b,g,p){for(var v=o-1,w=o===0?c:[""],C=Zr(w),I=0,$=0,a=0;I<n;++I)for(var i=0,s=ve(e,v+1,v=Yr($=u[I])),f=e;i<C;++i)(f=Vr($>0?w[i]+" "+s:M(s,/&\f/g,w[i])))&&(h[a++]=f);return at(e,t,r,o===0?nt:d,h,b,g,p)}function Io(e,t,r,n){return at(e,t,r,Gr,Lt(yo()),ve(e,2,-2),0,n)}function lr(e,t,r,n,o){return at(e,t,r,Bt,ve(e,0,n),ve(e,n+1,-1),n,o)}function Xr(e,t,r){switch(go(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+M(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return L+e+U+M(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return L+e+U+M(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+M(e,/(\w+).+(:[^]+)/,L+"box-$1$2"+U+"flex-$1$2")+e;case 5443:return L+e+U+"flex-item-"+M(e,/flex-|-self/g,"")+(ae(e,/flex-|baseline/)?"":U+"grid-row-"+M(e,/flex-|-self/g,""))+e;case 4675:return L+e+U+"flex-line-pack"+M(e,/align-content|flex-|-self/g,"")+e;case 5548:return L+e+U+M(e,"shrink","negative")+e;case 5292:return L+e+U+M(e,"basis","preferred-size")+e;case 6060:return L+"box-"+M(e,"-grow","")+L+e+U+M(e,"grow","positive")+e;case 4554:return L+M(e,/([^-])(transform)/g,"$1"+L+"$2")+e;case 6187:return M(M(M(e,/(zoom-|grab)/,L+"$1"),/(image-set)/,L+"$1"),e,"")+e;case 5495:case 3959:return M(e,/(image-set\([^]*)/,L+"$1$`$1");case 4968:return M(M(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+M(e,"template-","")+e;case 4384:case 3616:return r&&r.some(function(n,o){return t=o,ae(n.props,/grid-\w+-end/)})?~Ue(e+(r=r[t].value),"span",0)?e:U+M(e,"-start","")+e+U+"grid-row-span:"+(~Ue(r,"span",0)?ae(r,/\d+/):+ae(r,/\d+/)-+ae(e,/\d+/))+";":U+M(e,"-start","")+e;case 4896:case 4128:return r&&r.some(function(n){return ae(n.props,/grid-\w+-start/)})?e:U+M(M(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return M(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 M(e,/(.+:)(.+)-([^]+)/,"$1"+L+"$2-$3$1"+Oe+(Q(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Ue(e,"stretch",0)?Xr(M(e,"stretch","fill-available"),t,r)+e:e}break;case 5152:case 5920:return M(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 M(e,":",":"+L)+e;break;case 6444:switch(Q(e,Q(e,14)===45?18:11)){case 120:return M(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+L+(Q(e,14)===45?"inline-":"")+"box$3$1"+L+"$2$3$1"+U+"$2box$3")+e;case 100:return M(e,":",":"+U)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return M(e,"scroll-","scroll-snap-")+e}return e}function Je(e,t){for(var r="",n=0;n<e.length;n++)r+=t(e[n],n,e,t)||"";return r}function To(e,t,r,n){switch(e.type){case mo:if(e.children.length)break;case ho:case Bt:return e.return=e.return||e.value;case Gr:return"";case Qr:return e.return=e.value+"{"+Je(e.children,n)+"}";case nt:if(!ne(e.value=e.props.join(",")))return""}return ne(r=Je(e.children,n))?e.return=e.value+"{"+r+"}":""}function Ao(e){var t=Zr(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 Eo(e){return function(t){t.root||(t=t.return)&&e(t)}}function Ro(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Bt:e.return=Xr(e.value,e.length,r);return;case Qr:return Je([de(e,{value:M(e.value,"@","@"+L)})],n);case nt:if(e.length)return bo(r=e.props,function(o){switch(ae(o,n=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":xe(de(e,{props:[M(o,/:(read-\w+)/,":"+Oe+"$1")]})),xe(de(e,{props:[o]})),Et(e,{props:ir(r,n)});break;case"::placeholder":xe(de(e,{props:[M(o,/:(plac\w+)/,":"+L+"input-$1")]})),xe(de(e,{props:[M(o,/:(plac\w+)/,":"+Oe+"$1")]})),xe(de(e,{props:[M(o,/:(plac\w+)/,U+"input-$1")]})),xe(de(e,{props:[o]})),Et(e,{props:ir(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",en="active",tn="data-styled-version",it="6.1.19",Ft=`/*!sc*/
|
|
76
|
+
`,Xe=typeof window<"u"&&typeof document<"u",_o=!!(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),ct=Object.freeze([]),Ce=Object.freeze({});function Po(e,t,r){return r===void 0&&(r=Ce),e.theme!==r.theme&&e.theme||t||r.theme}var rn=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"]),Oo=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Do=/(^-|-$)/g;function dr(e){return e.replace(Oo,"-").replace(Do,"")}var zo=/(a)(d)/gi,Fe=52,ur=function(e){return String.fromCharCode(e+(e>25?39:97))};function _t(e){var t,r="";for(t=Math.abs(e);t>Fe;t=t/Fe|0)r=ur(t%Fe)+r;return(ur(t%Fe)+r).replace(zo,"$1-$2")}var yt,nn=5381,we=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},on=function(e){return we(nn,e)};function No(e){return _t(on(e)>>>0)}function Bo(e){return e.displayName||e.name||"Component"}function xt(e){return typeof e=="string"&&!0}var an=typeof Symbol=="function"&&Symbol.for,sn=an?Symbol.for("react.memo"):60115,Lo=an?Symbol.for("react.forward_ref"):60112,Fo={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},Ko={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},cn={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Wo=((yt={})[Lo]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},yt[sn]=cn,yt);function pr(e){return("type"in(t=e)&&t.type.$$typeof)===sn?cn:"$$typeof"in e?Wo[e.$$typeof]:Fo;var t}var Uo=Object.defineProperty,Ho=Object.getOwnPropertyNames,fr=Object.getOwnPropertySymbols,qo=Object.getOwnPropertyDescriptor,Go=Object.getPrototypeOf,hr=Object.prototype;function ln(e,t,r){if(typeof t!="string"){if(hr){var n=Go(t);n&&n!==hr&&ln(e,n,r)}var o=Ho(t);fr&&(o=o.concat(fr(t)));for(var c=pr(e),u=pr(t),d=0;d<o.length;++d){var h=o[d];if(!(h in Ko||r&&r[h]||u&&h in u||c&&h in c)){var b=qo(t,h);try{Uo(e,h,b)}catch{}}}}return e}function je(e){return typeof e=="function"}function Kt(e){return typeof e=="object"&&"styledComponentId"in e}function he(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function mr(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 Pt(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]=Pt(e[n],t[n]);else if(ze(t))for(var n in t)e[n]=Pt(e[n],t[n]);return e}function Wt(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 Qo=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(Ft);return r},e}(),Ge=new Map,et=new Map,Qe=1,Ke=function(e){if(Ge.has(e))return Ge.get(e);for(;et.has(Qe);)Qe++;var t=Qe++;return Ge.set(e,t),et.set(t,e),t},Yo=function(e,t){Qe=t+1,Ge.set(e,t),et.set(t,e)},Vo="style[".concat(Se,"][").concat(tn,'="').concat(it,'"]'),Zo=new RegExp("^".concat(Se,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),Jo=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)},Xo=function(e,t){for(var r,n=((r=t.textContent)!==null&&r!==void 0?r:"").split(Ft),o=[],c=0,u=n.length;c<u;c++){var d=n[c].trim();if(d){var h=d.match(Zo);if(h){var b=0|parseInt(h[1],10),g=h[2];b!==0&&(Yo(g,b),Jo(e,g,h[3]),e.getTag().insertRules(b,o)),o.length=0}else o.push(d)}}},gr=function(e){for(var t=document.querySelectorAll(Vo),r=0,n=t.length;r<n;r++){var o=t[r];o&&o.getAttribute(Se)!==en&&(Xo(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function ea(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var dn=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,en),n.setAttribute(tn,it);var u=ea();return u&&n.setAttribute("nonce",u),r.insertBefore(n,c),n},ta=function(){function e(t){this.element=dn(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}(),ra=function(){function e(t){this.element=dn(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}(),na=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}(),br=Xe,oa={isServer:!Xe,useCSSOMInjection:!_o},un=function(){function e(t,r,n){t===void 0&&(t=Ce),r===void 0&&(r={});var o=this;this.options=X(X({},oa),t),this.gs=r,this.names=new Map(n),this.server=!!t.isServer,!this.server&&Xe&&br&&(br=!1,gr(this)),Wt(this,function(){return function(c){for(var u=c.getTag(),d=u.length,h="",b=function(p){var v=function(a){return et.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(Ft)},g=0;g<d;g++)b(g);return h}(o)})}return e.registerId=function(t){return Ke(t)},e.prototype.rehydrate=function(){!this.server&&Xe&&gr(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 na(o):n?new ta(o):new ra(o)}(this.options),new Qo(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(Ke(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(Ke(t),n)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(Ke(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),aa=/&/g,sa=/^\s*\/\/.*$/gm;function pn(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=pn(r.children,t)),r})}function ia(e){var t,r,n,o=Ce,c=o.options,u=c===void 0?Ce:c,d=o.plugins,h=d===void 0?ct: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===nt&&v.value.includes("&")&&(v.props[0]=v.props[0].replace(aa,r).replace(n,b))}),u.prefix&&g.push(Ro),g.push(To);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(sa,""),a=jo(C||w?"".concat(C," ").concat(w," { ").concat($," }"):$);u.namespace&&(a=pn(a,u.namespace));var i=[];return Je(a,Ao(g.concat(Eo(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)},nn).toString():"",p}var ca=new un,Ot=ia(),fn=x.createContext({shouldForwardProp:void 0,styleSheet:ca,stylis:Ot});fn.Consumer;x.createContext(void 0);function yr(){return x.useContext(fn)}var la=function(){function e(t,r){var n=this;this.inject=function(o,c){c===void 0&&(c=Ot);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,Wt(this,function(){throw Ne(12,String(n.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=Ot),this.name+t.hash},e}(),da=function(e){return e>="A"&&e<="Z"};function xr(e){for(var t="",r=0;r<e.length;r++){var n=e[r];if(r===1&&n==="-"&&e[0]==="-")return e;da(n)?t+="-"+n.toLowerCase():t+=n}return t.startsWith("ms-")?"-"+t:t}var hn=function(e){return e==null||e===!1||e===""},mn=function(e){var t,r,n=[];for(var o in e){var c=e[o];e.hasOwnProperty(o)&&!hn(c)&&(Array.isArray(c)&&c.isCss||je(c)?n.push("".concat(xr(o),":"),c,";"):ze(c)?n.push.apply(n,Ze(Ze(["".concat(o," {")],mn(c),!1),["}"],!1)):n.push("".concat(xr(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(hn(e))return[];if(Kt(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 la?r?(e.inject(r,n),[e.getName(n)]):[e]:ze(e)?mn(e):Array.isArray(e)?Array.prototype.concat.apply(ct,e.map(function(u){return ge(u,t,r,n)})):[e.toString()]}function ua(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(je(r)&&!Kt(r))return!1}return!0}var pa=on(it),fa=function(){function e(t,r,n){this.rules=t,this.staticRulesId="",this.isStatic=(n===void 0||n.isStatic)&&ua(t),this.componentId=r,this.baseHash=we(pa,r),this.baseStyle=n,un.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=mr(ge(this.rules,t,r,n)),u=_t(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=mr(ge(p,t,r,n));h=we(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)),o=he(o,w)}}return o},e}(),gn=x.createContext(void 0);gn.Consumer;var kt={};function ha(e,t,r){var n=Kt(e),o=e,c=!xt(e),u=t.attrs,d=u===void 0?ct:u,h=t.componentId,b=h===void 0?function(f,m){var k=typeof f!="string"?"sc":dr(f);kt[k]=(kt[k]||0)+1;var y="".concat(k,"-").concat(No(it+k+kt[k]));return m?"".concat(m,"-").concat(y):y}(t.displayName,t.parentComponentId):h,g=t.displayName,p=g===void 0?function(f){return xt(f)?"styled.".concat(f):"Styled(".concat(Bo(f),")")}(e):g,v=t.displayName&&t.componentId?"".concat(dr(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 fa(r,v,n?o.componentStyle:void 0);function i(f,m){return function(k,y,A){var R=k.attrs,z=k.componentStyle,P=k.defaultProps,K=k.foldedComponentIds,j=k.styledComponentId,W=k.target,T=x.useContext(gn),D=yr(),H=k.shouldForwardProp||D.shouldForwardProp,S=Po(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}(R,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=yr(),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[xt(N)&&!rn.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,R=k;A<R.length;A++)Pt(m,R[A],!0);return m}({},o.defaultProps,f):f}}),Wt(s,function(){return".".concat(s.styledComponentId)}),c&&ln(s,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),s}function kr(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 wr=function(e){return Object.assign(e,{isCss:!0})};function Be(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(je(e)||ze(e))return wr(ge(kr(ct,Ze([e],t,!0))));var n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?ge(n):wr(ge(kr(n,t)))}function Dt(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,Be.apply(void 0,Ze([o],c,!1)))};return n.attrs=function(o){return Dt(e,t,X(X({},r),{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},n.withConfig=function(o){return Dt(e,t,X(X({},r),o))},n}var bn=function(e){return Dt(ha,e)},E=bn;rn.forEach(function(e){E[e]=bn(e)});const ma=E.div`
|
|
77
77
|
display: flex;
|
|
78
78
|
align-items: center;
|
|
79
79
|
gap: 4px;
|
|
80
80
|
margin-top: 6px;
|
|
81
81
|
padding-left: 2px;
|
|
82
|
-
`,
|
|
82
|
+
`,vr=E.button`
|
|
83
83
|
cursor: pointer;
|
|
84
84
|
display: inline-flex;
|
|
85
85
|
align-items: center;
|
|
@@ -111,19 +111,12 @@ ${n}
|
|
|
111
111
|
color: #f9fafb;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
`;function
|
|
114
|
+
`;function yn({content:e,disabled:t,onExportPdf:r}){const[n,o]=x.useState(!1),c=()=>{Yn(e)},u=async()=>{o(!0);try{await r(e)}finally{o(!1)}};return l.jsxs(ma,{children:[l.jsx(vr,{type:"button",onClick:c,disabled:t,"aria-label":"Copy message",title:"Copy",children:l.jsx(ro,{size:16,strokeWidth:1.75})}),l.jsx(vr,{type:"button",onClick:()=>void u(),disabled:t||n,"aria-label":"Download PDF",title:"Download PDF",children:l.jsx(oo,{size:16,strokeWidth:1.75})})]})}const ga=E.div`
|
|
115
115
|
display: flex;
|
|
116
116
|
flex-wrap: wrap;
|
|
117
117
|
gap: 6px;
|
|
118
118
|
margin-bottom: 6px;
|
|
119
|
-
`,
|
|
120
|
-
display: inline-flex;
|
|
121
|
-
align-items: center;
|
|
122
|
-
gap: 6px;
|
|
123
|
-
max-width: 220px;
|
|
124
|
-
padding: 4px 8px;
|
|
125
|
-
border-radius: 8px;
|
|
126
|
-
font-size: 12px;
|
|
119
|
+
`,ba=Be`
|
|
127
120
|
background: ${e=>e.$isImage?"rgba(59, 130, 246, 0.12)":"rgba(107, 114, 128, 0.12)"};
|
|
128
121
|
color: #374151;
|
|
129
122
|
border: 1px solid #e5e7eb;
|
|
@@ -133,18 +126,52 @@ ${n}
|
|
|
133
126
|
border-color: #4b5563;
|
|
134
127
|
background: ${e=>e.$isImage?"rgba(59, 130, 246, 0.2)":"rgba(107, 114, 128, 0.25)"};
|
|
135
128
|
}
|
|
136
|
-
`,
|
|
129
|
+
`,ya=Be`
|
|
130
|
+
background: ${e=>e.$isImage?"rgba(255, 255, 255, 0.22)":"rgba(255, 255, 255, 0.16)"};
|
|
131
|
+
color: #ffffff;
|
|
132
|
+
border: 1px solid rgba(255, 255, 255, 0.45);
|
|
133
|
+
`,xa=E.div`
|
|
134
|
+
display: inline-flex;
|
|
135
|
+
align-items: center;
|
|
136
|
+
gap: 6px;
|
|
137
|
+
max-width: 220px;
|
|
138
|
+
padding: 5px 10px;
|
|
139
|
+
border-radius: 8px;
|
|
140
|
+
font-size: 12px;
|
|
141
|
+
font-weight: 500;
|
|
142
|
+
line-height: 1.3;
|
|
143
|
+
transition:
|
|
144
|
+
background-color 0.2s ease,
|
|
145
|
+
border-color 0.2s ease;
|
|
146
|
+
|
|
147
|
+
${e=>e.$tone==="onPrimary"?ya:ba}
|
|
148
|
+
`,ka=E.img`
|
|
137
149
|
width: 28px;
|
|
138
150
|
height: 28px;
|
|
139
151
|
object-fit: cover;
|
|
140
152
|
border-radius: 4px;
|
|
141
|
-
|
|
153
|
+
flex-shrink: 0;
|
|
154
|
+
`,wa=E.span`
|
|
142
155
|
overflow: hidden;
|
|
143
156
|
text-overflow: ellipsis;
|
|
144
157
|
white-space: nowrap;
|
|
145
158
|
flex: 1;
|
|
146
159
|
min-width: 0;
|
|
147
|
-
`,
|
|
160
|
+
`,va=Be`
|
|
161
|
+
color: #6b7280;
|
|
162
|
+
|
|
163
|
+
&:hover {
|
|
164
|
+
color: #ef4444;
|
|
165
|
+
background: rgba(239, 68, 68, 0.1);
|
|
166
|
+
}
|
|
167
|
+
`,$a=Be`
|
|
168
|
+
color: rgba(255, 255, 255, 0.85);
|
|
169
|
+
|
|
170
|
+
&:hover {
|
|
171
|
+
color: #ffffff;
|
|
172
|
+
background: rgba(255, 255, 255, 0.2);
|
|
173
|
+
}
|
|
174
|
+
`,Sa=E.button`
|
|
148
175
|
display: flex;
|
|
149
176
|
align-items: center;
|
|
150
177
|
justify-content: center;
|
|
@@ -152,68 +179,65 @@ ${n}
|
|
|
152
179
|
border: none;
|
|
153
180
|
background: transparent;
|
|
154
181
|
cursor: pointer;
|
|
155
|
-
color: #6b7280;
|
|
156
182
|
border-radius: 4px;
|
|
183
|
+
transition:
|
|
184
|
+
color 0.2s ease,
|
|
185
|
+
background-color 0.2s ease;
|
|
157
186
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
}
|
|
162
|
-
`;function be({attachments:e,onRemove:t,readOnly:r}){return e.length?l.jsx(ma,{children:e.map(n=>{const o=n.type==="image",c=o&&(n.preview||n.url);return l.jsxs(ga,{$isImage:o,title:n.name,children:[c?l.jsx(ba,{src:n.preview||n.url,alt:"",loading:"lazy",decoding:"async"}):o?l.jsx(so,{size:16,"aria-hidden":!0}):l.jsx(oo,{size:16,"aria-hidden":!0}),l.jsx(ya,{children:n.name}),!r&&t&&l.jsx(xa,{type:"button",onClick:()=>t(n.id),"aria-label":`Remove ${n.name}`,children:l.jsx(uo,{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 ka=["children","options"],wr=["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"}),vr={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},wa=["style","script","pre"],va=["src","href","data","formAction","srcDoc","action"],$a=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,Sa=/mailto:/i,Ca=/\n{2,}$/,$r=/^(\s*>[\s\S]*?)(?=\n\n|$)/,ja=/^ *> ?/gm,Ia=/^(?:\[!([^\]]*)\]\n)?([\s\S]*)/,Aa=/^ {2,}\n/,Ta=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,Sr=/^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/,Cr=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,Ea=/^(`+)((?:\\`|(?!\1)`|[^`])+)\1/,Ra=/^(?:\n *)*\n/,_a=/\r\n?/g,Ma=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,Pa=/^\[\^([^\]]+)]/,Oa=/\f/g,za=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,Da=/^\s*?\[(x|\s)\]/,jr=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Ir=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Ar=/^([^\n]+)\n *(=|-){3,} *\n/,xt=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,Na=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,Tr=/^<!--[\s\S]*?(?:-->)/,Ba=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,kt=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,La=/^\{.*\}$/,Fa=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,Wa=/^<([^ >]+@[^ >]+)>/,Ka=/^<([^ >]+:\/[^ >]+)>/,Ua=/-([a-z])?/gi,Er=/^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/,Ha=/^[^\n]+(?: \n|\n{2,})/,qa=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,Ga=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,Ya=/^\[([^\]]*)\] ?\[([^\]]*)\]/,Qa=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,Va=/\t/g,Za=/(^ *\||\| *$)/g,Ja=/^ *:-+: *$/,Xa=/^ *:-+ *$/,es=/^ *-+: *$/,it=e=>`(?=[\\s\\S]+?\\1${e?"\\1":""})`,ct="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)",ts=RegExp(`^([*_])\\1${it(1)}${ct}\\1\\1(?!\\1)`),rs=RegExp(`^([*_])${it(0)}${ct}\\1(?!\\1)`),ns=RegExp(`^(==)${it(0)}${ct}\\1`),os=RegExp(`^(~~)${it(0)}${ct}\\1`),as=/^(:[a-zA-Z0-9-_]+:)/,ss=/^\\([^0-9A-Za-z\s])/,is=/\\([^0-9A-Za-z\s])/g,cs=/^[\s\S](?:(?! \n|[0-9]\.|http)[^=*_~\-\n:<`\\\[!])*/,ls=/^\n+/,ds=/^([ \t]*)/,us=/(?:^|\n)( *)$/,Wt="(?:\\d+\\.)",Kt="(?:[*+-])";function bn(e){return"( *)("+(e===1?Wt:Kt)+") +"}const yn=bn(1),xn=bn(2);function kn(e){return RegExp("^"+(e===1?yn:xn))}const ps=kn(1),fs=kn(2);function wn(e){return RegExp("^"+(e===1?yn:xn)+"[^\\n]*(?:\\n(?!\\1"+(e===1?Wt:Kt)+" )[^\\n]*)*(\\n|$)","gm")}const hs=wn(1),ms=wn(2);function vn(e){const t=e===1?Wt:Kt;return RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}const $n=vn(1),Sn=vn(2);function Rr(e,t){const r=t===1,n=r?$n:Sn,o=r?hs:ms,c=r?ps:fs;return{t:u=>c.test(u),o:je(function(u,d){const h=us.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(Ca,`
|
|
163
|
-
`).match(o);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,""),a=w===g.length-1,i=$.indexOf(`
|
|
187
|
+
${e=>e.$tone==="onPrimary"?$a:va}
|
|
188
|
+
`;function be({attachments:e,onRemove:t,readOnly:r,tone:n="default"}){return e.length?l.jsx(ga,{children:e.map(o=>{const c=o.type==="image",u=c&&(o.preview||o.url);return l.jsxs(xa,{$isImage:c,$tone:n,title:o.name,children:[u?l.jsx(ka,{src:o.preview||o.url,alt:"",loading:"lazy",decoding:"async"}):c?l.jsx(co,{size:16,"aria-hidden":!0}):l.jsx(so,{size:16,"aria-hidden":!0}),l.jsx(wa,{children:o.name}),!r&&t&&l.jsx(Sa,{type:"button",$tone:n,onClick:()=>t(o.id),"aria-label":`Remove ${o.name}`,children:l.jsx(fo,{size:14})})]},o.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 Ca=["children","options"],$r=["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"}),Sr={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},ja=["style","script","pre"],Ia=["src","href","data","formAction","srcDoc","action"],Ta=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,Aa=/mailto:/i,Ea=/\n{2,}$/,Cr=/^(\s*>[\s\S]*?)(?=\n\n|$)/,Ra=/^ *> ?/gm,Ma=/^(?:\[!([^\]]*)\]\n)?([\s\S]*)/,_a=/^ {2,}\n/,Pa=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,jr=/^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/,Ir=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,Oa=/^(`+)((?:\\`|(?!\1)`|[^`])+)\1/,Da=/^(?:\n *)*\n/,za=/\r\n?/g,Na=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,Ba=/^\[\^([^\]]+)]/,La=/\f/g,Fa=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,Ka=/^\s*?\[(x|\s)\]/,Tr=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Ar=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,Er=/^([^\n]+)\n *(=|-){3,} *\n/,wt=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,Wa=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,Rr=/^<!--[\s\S]*?(?:-->)/,Ua=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,vt=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,Ha=/^\{.*\}$/,qa=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,Ga=/^<([^ >]+@[^ >]+)>/,Qa=/^<([^ >]+:\/[^ >]+)>/,Ya=/-([a-z])?/gi,Mr=/^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/,Va=/^[^\n]+(?: \n|\n{2,})/,Za=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,Ja=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,Xa=/^\[([^\]]*)\] ?\[([^\]]*)\]/,es=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,ts=/\t/g,rs=/(^ *\||\| *$)/g,ns=/^ *:-+: *$/,os=/^ *:-+ *$/,as=/^ *-+: *$/,lt=e=>`(?=[\\s\\S]+?\\1${e?"\\1":""})`,dt="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)",ss=RegExp(`^([*_])\\1${lt(1)}${dt}\\1\\1(?!\\1)`),is=RegExp(`^([*_])${lt(0)}${dt}\\1(?!\\1)`),cs=RegExp(`^(==)${lt(0)}${dt}\\1`),ls=RegExp(`^(~~)${lt(0)}${dt}\\1`),ds=/^(:[a-zA-Z0-9-_]+:)/,us=/^\\([^0-9A-Za-z\s])/,ps=/\\([^0-9A-Za-z\s])/g,fs=/^[\s\S](?:(?! \n|[0-9]\.|http)[^=*_~\-\n:<`\\\[!])*/,hs=/^\n+/,ms=/^([ \t]*)/,gs=/(?:^|\n)( *)$/,Ut="(?:\\d+\\.)",Ht="(?:[*+-])";function xn(e){return"( *)("+(e===1?Ut:Ht)+") +"}const kn=xn(1),wn=xn(2);function vn(e){return RegExp("^"+(e===1?kn:wn))}const bs=vn(1),ys=vn(2);function $n(e){return RegExp("^"+(e===1?kn:wn)+"[^\\n]*(?:\\n(?!\\1"+(e===1?Ut:Ht)+" )[^\\n]*)*(\\n|$)","gm")}const xs=$n(1),ks=$n(2);function Sn(e){const t=e===1?Ut:Ht;return RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}const Cn=Sn(1),jn=Sn(2);function _r(e,t){const r=t===1,n=r?Cn:jn,o=r?xs:ks,c=r?bs:ys;return{t:u=>c.test(u),o:Ie(function(u,d){const h=gs.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(Ea,`
|
|
189
|
+
`).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
190
|
|
|
165
|
-
`)!==-1||a&&p;p=i;const s=h.inline,f=h.list;let m;h.list=!0,i?(h.inline=!1,m=
|
|
191
|
+
`)!==-1||a&&p;p=i;const s=h.inline,f=h.list;let m;h.list=!0,i?(h.inline=!1,m=De($)+`
|
|
166
192
|
|
|
167
|
-
`):(h.inline=!0,m=
|
|
168
|
-
`).map(function(b){return
|
|
193
|
+
`):(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 ws=RegExp(`^\\[((?:\\[[^\\[\\]]*(?:\\[[^\\[\\]]*\\][^\\[\\]]*)*\\]|[^\\[\\]])*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),vs=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/;function De(e){let t=e.length;for(;t>0&&e[t-1]<=" ";)t--;return e.slice(0,t)}function Ye(e,t){return e.startsWith(t)}function $s(e,t,r){if(Array.isArray(r)){for(let n=0;n<r.length;n++)if(Ye(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 Ss(e){return as.test(e)?"right":ns.test(e)?"center":os.test(e)?"left":null}function Pr(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 Cs(e,t,r){r.inline=!0;const n=e[2]?e[2].replace(rs,"").split("|").map(Ss):[],o=e[3]?function(u,d,h){return u.trim().split(`
|
|
194
|
+
`).map(function(b){return Pr(b,d,h,!0)})}(e[3],t,r):[],c=Pr(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 Or(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 We(e){return Ie(function(t){return e.exec(t)})}const js=/(javascript|vbscript|data(?!:image)):/i;function Is(e){try{const t=decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"");if(js.test(t))return null}catch{return null}return e}function re(e){return e&&e.replace(ps,"$1")}function Ve(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 Ts(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 As(e,t,r){const n=r.inline||!1;r.inline=!1;const o=e(t,r);return r.inline=n,o}const $t=(e,t,r)=>({children:Ve(t,e[2],r)});function St(){return{}}function Ct(){return null}function Es(...e){return e.filter(Boolean).join(" ")}function jt(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 Rs(e="",t={}){t.overrides=t.overrides||{},t.namedCodesToUnicode=t.namedCodesToUnicode?fe({},Sr,t.namedCodesToUnicode):Sr;const r=t.slugify||Me,n=t.sanitizer||Is,o=t.createElement||Nt.createElement,c=[Cr,jr,Ir,t.enforceAtxHeadings?Ar:Tr,Er,Mr,Cn,jn],u=[...c,Va,wt,Rr,vt];function d(a,i,...s){const f=jt(t.overrides,a+".props",{});return o(function(m,k){const y=jt(k,m);return y?typeof y=="function"||typeof y=="object"&&"render"in y?y:jt(k,m+".component",m):m}(a,t.overrides),fe({},i,f,{className:Es(i==null?void 0:i.className,f.className)||void 0}),...s)}function h(a){a=a.replace(Fa,"");let i=!1;t.forceInline?i=!0:t.forceBlock||(i=es.test(a)===!1);const s=C(w(i?a:De(a).replace(hs,"")+`
|
|
169
195
|
|
|
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(
|
|
171
|
-
`},21:{o:
|
|
196
|
+
`,{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(Ta);return s?s.reduce(function(f,m){const k=m.indexOf("=");if(k!==-1){const y=function(P){return P.indexOf("-")!==-1&&P.match(Ua)===null&&(P=P.replace(Ya,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()),R=$r[y]||y;if(R==="ref")return f;const z=f[R]=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},{}):Ia.indexOf(K)!==-1?W(re(j),P,K):(j.match(Ha)&&(j=re(j.slice(1,j.length-1))),j==="true"||j!=="false"&&j)}(a,y,A,n);typeof z=="string"&&(wt.test(z)||vt.test(z))&&(f[R]=h(z.trim()))}else m!=="style"&&(f[$r[m]||m]=!0);return f},{}):null}const g=[],p={},v={0:{t:[">"],o:oe(Cr),i:1,u(a,i,s){const[,f,m]=a[0].replace(Ra,"").match(Ma);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(),Me),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:We(_a),i:1,u:St,l:(a,i,s)=>d("br",{key:s.key})},2:{t:a=>{const i=a[0];return i==="-"||i==="*"||i==="_"},o:oe(Pa),i:1,u:St,l:(a,i,s)=>d("hr",{key:s.key})},3:{t:[" "],o:oe(Ir),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(jr),i:0,u:a=>({attrs:b("code",a[3]||""),lang:a[2]||void 0,text:a[4],type:"3"})},5:{t:["`"],o:le(Oa),i:3,u:a=>({text:re(a[2])}),l:(a,i,s)=>d("code",{key:s.key},a.text)},6:{t:["[^"],o:oe(Na),i:0,u:a=>(g.push({footnote:a[2],identifier:a[1]}),{}),l:Ct},7:{t:["[^"],o:ce(Ba),i:1,u:a=>({target:"#"+r(a[1],Me),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(Ka),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?Ar:Tr),i:1,u:(a,i,s)=>({children:Ve(i,a[2],s),id:r(a[2],Me),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(Er),i:0,u:(a,i,s)=>({children:Ve(i,a[1],s),level:a[2]==="="?1:2,type:"9"})},11:{t:["<"],o:We(wt),i:1,u(a,i,s){const[,f]=a[3].match(ms),m=RegExp("^"+f,"gm"),k=a[3].replace(m,""),y=(A=k,u.some(j=>j.test(A))?As:Ve);var A;const R=a[1].toLowerCase(),z=ja.indexOf(R)!==-1,P=(z?R:a[1]).trim(),K={attrs:b(P,a[2]),noInnerParse:z,tag:P};if(s.inAnchor=s.inAnchor||R==="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:We(vt),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:We(Rr),i:1,u:()=>({}),l:Ct},14:{t:["!["],o:le(vs),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(ws),i:3,u:(a,i,s)=>({children:Ts(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(Qa),i:0,u:a=>({children:[{text:a[1],type:"27"}],target:a[1],type:"15"})},17:{t:(a,i)=>!i.inAnchor&&!t.disableAutoLink&&(Ye(a,"http://")||Ye(a,"https://")),o:ce(qa),i:0,u:a=>({children:[{text:a[1],type:"27"}],target:a[1],title:void 0,type:"15"})},18:{t:["<"],o:ce(Ga),i:0,u(a){let i=a[1],s=a[1];return Aa.test(s)||(s="mailto:"+s),{children:[{text:i.replace("mailto:",""),type:"27"}],target:s,type:"15"}}},20:_r(d,1),33:_r(d,2),19:{o:oe(Da),i:3,u:St,l:()=>`
|
|
197
|
+
`},21:{o:Ie(function(a,i){if(i.inline||i.simple||i.inHTML&&a.indexOf(`
|
|
172
198
|
|
|
173
199
|
`)===-1&&i.prevCapture.indexOf(`
|
|
174
200
|
|
|
175
201
|
`)===-1)return null;let s="";a.split(`
|
|
176
202
|
`).every(m=>(m+=`
|
|
177
|
-
`,!c.some(k=>k.test(m))&&(s+=m,!!m.trim())));const f=
|
|
178
|
-
`).replace(
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
[data-theme="dark"] & {
|
|
186
|
-
background-color: #374151 !important;
|
|
187
|
-
color: #e5e7eb !important;
|
|
188
|
-
}
|
|
203
|
+
`,!c.some(k=>k.test(m))&&(s+=m,!!m.trim())));const f=De(s);return f===""?null:[s,,f]}),i:3,u:$t,l:(a,i,s)=>d("p",{key:s.key},i(a.children,s))},22:{t:["["],o:ce(Za),i:0,u:a=>(p[a[1]]={target:a[2],title:a[4]},{}),l:Ct},23:{t:["!["],o:le(Ja),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(Xa),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:Cs,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:Or(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:Or(f,A)},i(y,s))}))})))}},27:{o:Ie(function(a,i){let s;return Ye(a,":")&&(s=ds.exec(a)),s||fs.exec(a)}),i:4,u(a){const i=a[0];return{text:i.indexOf("&")===-1?i:i.replace(Wa,(s,f)=>t.namedCodesToUnicode[f]||s)}},l:a=>a.text},28:{t:["**","__"],o:le(ss),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(is),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(us),i:1,u:a=>({text:a[1],type:"27"})},31:{t:["=="],o:le(cs),i:3,u:$t,l:(a,i,s)=>d("mark",{key:s.key},i(a.children,s))},32:{t:["~~"],o:le(ls),i:3,u:$t,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],R=a[A];if(!R.t||$s(f,m,R.t)){var z=R.o(f,m);if(z&&z[0]){f=f.substring(z[0].length);var P=R.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(za,`
|
|
204
|
+
`).replace(La,"").replace(ts," ")}(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),R=typeof A=="string";R&&k?m[m.length-1]+=A:A!==null&&m.push(A),k=R}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,Me),key:a.identifier},a.identifier,C(w(a.footnote,{inline:!0})))}))):$}const Ms=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,Ca);return Nt.cloneElement(Rs(t,r),n)},_s=E.div`
|
|
205
|
+
overflow-wrap: anywhere;
|
|
206
|
+
|
|
207
|
+
> *:first-child {
|
|
208
|
+
margin-top: 0 !important;
|
|
189
209
|
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
background-color: #374151 !important;
|
|
194
|
-
color: #e5e7eb !important;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
[data-theme="dark"] & {
|
|
198
|
-
background-color: #374151 !important;
|
|
199
|
-
color: #e5e7eb !important;
|
|
200
|
-
}
|
|
210
|
+
|
|
211
|
+
> *:last-child {
|
|
212
|
+
margin-bottom: 0 !important;
|
|
201
213
|
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
214
|
+
|
|
215
|
+
[data-theme='dark'] & code {
|
|
216
|
+
background-color: #374151 !important;
|
|
217
|
+
color: #e5e7eb !important;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
[data-theme='dark'] & pre {
|
|
221
|
+
background-color: #374151 !important;
|
|
222
|
+
color: #e5e7eb !important;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
[data-theme='dark'] & blockquote {
|
|
226
|
+
background-color: #1e3a8a !important;
|
|
227
|
+
border-left-color: #3b82f6 !important;
|
|
228
|
+
color: #e5e7eb !important;
|
|
215
229
|
}
|
|
216
|
-
|
|
230
|
+
|
|
231
|
+
[data-theme='dark'] & table th,
|
|
232
|
+
[data-theme='dark'] & table td {
|
|
233
|
+
border-color: #4b5563 !important;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
[data-theme='dark'] & table th {
|
|
237
|
+
background-color: #374151 !important;
|
|
238
|
+
color: #f9fafb !important;
|
|
239
|
+
}
|
|
240
|
+
`,Ps={marginTop:0,marginBottom:"12px",paddingLeft:"20px",listStyleType:"disc",listStylePosition:"outside",lineHeight:1.5},Os={marginTop:0,marginBottom:"12px",paddingLeft:"20px",listStyleType:"decimal",listStylePosition:"outside",lineHeight:1.5},Ds={marginBottom:"4px",lineHeight:1.5,color:"inherit"},ke=e=>({fontSize:e,fontWeight:700,marginTop:"16px",marginBottom:"8px",color:"inherit"});function zs({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 In({content:e,className:t}){return l.jsx(_s,{className:t,children:l.jsx(Ms,{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:Ps}},ol:{props:{style:Os}},li:{props:{style:Ds}},table:{component:zs},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 qt({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(In,{content:e.content,className:t})]})}const Tn=["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"],Ns={".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 Bs(e){const t=e.lastIndexOf(".");if(!(t<0))return Ns[e.slice(t).toLowerCase()]}async function Gt(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 An(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=Bs(e.name);return n&&r.includes(n)?null:"File type not allowed for attachments"}const Ls=E.button`
|
|
217
241
|
display: flex;
|
|
218
242
|
align-items: center;
|
|
219
243
|
justify-content: center;
|
|
@@ -244,7 +268,7 @@ ${n}
|
|
|
244
268
|
border-color: #4b5563;
|
|
245
269
|
color: #e5e7eb;
|
|
246
270
|
}
|
|
247
|
-
`,
|
|
271
|
+
`,Fs=E.button`
|
|
248
272
|
display: flex;
|
|
249
273
|
align-items: center;
|
|
250
274
|
justify-content: center;
|
|
@@ -270,15 +294,6 @@ ${n}
|
|
|
270
294
|
cursor: not-allowed;
|
|
271
295
|
}
|
|
272
296
|
|
|
273
|
-
@media (prefers-color-scheme: dark) {
|
|
274
|
-
color: #94a3b8;
|
|
275
|
-
|
|
276
|
-
&:hover:not(:disabled) {
|
|
277
|
-
background: rgba(255, 255, 255, 0.08);
|
|
278
|
-
color: #e2e8f0;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
297
|
[data-theme='dark'] & {
|
|
283
298
|
color: #94a3b8;
|
|
284
299
|
|
|
@@ -287,7 +302,7 @@ ${n}
|
|
|
287
302
|
color: #e2e8f0;
|
|
288
303
|
}
|
|
289
304
|
}
|
|
290
|
-
`;function
|
|
305
|
+
`;function Qt({disabled:e,integrated:t=!1,maxFileBytes:r,maxFiles:n,allowedMime:o=Tn,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=An(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?Fs:Ls;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(uo,{size:16,strokeWidth:2})})]})}const En=E.div`
|
|
291
306
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
292
307
|
background-color: white;
|
|
293
308
|
border: 1px solid #e5e7eb;
|
|
@@ -315,13 +330,6 @@ ${n}
|
|
|
315
330
|
appearance: none;
|
|
316
331
|
}
|
|
317
332
|
|
|
318
|
-
/* Try both media query approaches */
|
|
319
|
-
@media (prefers-color-scheme: dark) {
|
|
320
|
-
background-color: #1f2937;
|
|
321
|
-
border-color: #374151;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/* Alternative approach using data attribute */
|
|
325
333
|
&[data-theme="dark"] {
|
|
326
334
|
background-color: #1f2937;
|
|
327
335
|
border-color: #374151;
|
|
@@ -353,18 +361,6 @@ ${n}
|
|
|
353
361
|
color: inherit;
|
|
354
362
|
}
|
|
355
363
|
|
|
356
|
-
/* Dark mode support - Media query */
|
|
357
|
-
@media (prefers-color-scheme: dark) {
|
|
358
|
-
background-color: ${e=>e.$isUser?"#3b82f6":"transparent"};
|
|
359
|
-
color: ${e=>e.$isUser?"#ffffff":"#e5e7eb"};
|
|
360
|
-
|
|
361
|
-
strong, b {
|
|
362
|
-
color: ${e=>(e.$isUser,"#ffffff")};
|
|
363
|
-
font-weight: 700;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
/* Dark mode support - Data attribute (for ChatWindow/ChatWidget parents) */
|
|
368
364
|
[data-theme="dark"] & {
|
|
369
365
|
background-color: ${e=>e.$isUser?"#3b82f6":"transparent"};
|
|
370
366
|
color: ${e=>e.$isUser?"#ffffff":"#e5e7eb"};
|
|
@@ -384,7 +380,7 @@ ${n}
|
|
|
384
380
|
color: inherit;
|
|
385
381
|
}
|
|
386
382
|
}
|
|
387
|
-
`,
|
|
383
|
+
`,Yt=E.div`
|
|
388
384
|
display: flex;
|
|
389
385
|
flex-direction: column;
|
|
390
386
|
flex: 1;
|
|
@@ -400,15 +396,6 @@ ${n}
|
|
|
400
396
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
401
397
|
}
|
|
402
398
|
|
|
403
|
-
@media (prefers-color-scheme: dark) {
|
|
404
|
-
background-color: #18181b;
|
|
405
|
-
border-color: rgba(255, 255, 255, 0.1);
|
|
406
|
-
|
|
407
|
-
&:focus-within {
|
|
408
|
-
border-color: rgba(255, 255, 255, 0.3);
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
|
|
412
399
|
[data-theme='dark'] & {
|
|
413
400
|
background-color: #18181b;
|
|
414
401
|
border-color: rgba(255, 255, 255, 0.1);
|
|
@@ -417,7 +404,7 @@ ${n}
|
|
|
417
404
|
border-color: rgba(255, 255, 255, 0.3);
|
|
418
405
|
}
|
|
419
406
|
}
|
|
420
|
-
`,
|
|
407
|
+
`,Vt=E.div`
|
|
421
408
|
display: flex;
|
|
422
409
|
align-items: center;
|
|
423
410
|
justify-content: space-between;
|
|
@@ -427,16 +414,11 @@ ${n}
|
|
|
427
414
|
border-top: 1px solid #e5e7eb;
|
|
428
415
|
background-color: #f9fafb;
|
|
429
416
|
|
|
430
|
-
@media (prefers-color-scheme: dark) {
|
|
431
|
-
border-top-color: #52525b;
|
|
432
|
-
background-color: #3f3f46;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
417
|
[data-theme='dark'] & {
|
|
436
418
|
border-top-color: #52525b;
|
|
437
419
|
background-color: #3f3f46;
|
|
438
420
|
}
|
|
439
|
-
`,
|
|
421
|
+
`,Ks=E.textarea`
|
|
440
422
|
display: block;
|
|
441
423
|
width: 100%;
|
|
442
424
|
min-width: 0;
|
|
@@ -466,14 +448,6 @@ ${n}
|
|
|
466
448
|
cursor: not-allowed;
|
|
467
449
|
}
|
|
468
450
|
|
|
469
|
-
@media (prefers-color-scheme: dark) {
|
|
470
|
-
color: #f9fafb;
|
|
471
|
-
|
|
472
|
-
&::placeholder {
|
|
473
|
-
color: #9ca3af;
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
|
|
477
451
|
[data-theme='dark'] & {
|
|
478
452
|
color: #f9fafb;
|
|
479
453
|
|
|
@@ -481,7 +455,7 @@ ${n}
|
|
|
481
455
|
color: #9ca3af;
|
|
482
456
|
}
|
|
483
457
|
}
|
|
484
|
-
`,
|
|
458
|
+
`,Zt=E.div`
|
|
485
459
|
display: flex;
|
|
486
460
|
align-items: center;
|
|
487
461
|
gap: 8px;
|
|
@@ -489,16 +463,11 @@ ${n}
|
|
|
489
463
|
border-top: 1px solid #e5e7eb;
|
|
490
464
|
background-color: #ffffff;
|
|
491
465
|
|
|
492
|
-
@media (prefers-color-scheme: dark) {
|
|
493
|
-
background-color: #1f2937;
|
|
494
|
-
border-top-color: #374151;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
466
|
[data-theme="dark"] & {
|
|
498
467
|
background-color: #1f2937;
|
|
499
468
|
border-top-color: #374151;
|
|
500
469
|
}
|
|
501
|
-
`,
|
|
470
|
+
`,Ws=E.textarea`
|
|
502
471
|
flex: 1;
|
|
503
472
|
width: 100%;
|
|
504
473
|
margin: 0;
|
|
@@ -529,21 +498,6 @@ ${n}
|
|
|
529
498
|
cursor: not-allowed;
|
|
530
499
|
}
|
|
531
500
|
|
|
532
|
-
@media (prefers-color-scheme: dark) {
|
|
533
|
-
background-color: #374151;
|
|
534
|
-
color: #f9fafb;
|
|
535
|
-
border-color: #4b5563;
|
|
536
|
-
|
|
537
|
-
&::placeholder {
|
|
538
|
-
color: #9ca3af;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
&:focus {
|
|
542
|
-
border-color: #3b82f6;
|
|
543
|
-
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
|
|
547
501
|
[data-theme="dark"] & {
|
|
548
502
|
background-color: #374151;
|
|
549
503
|
color: #f9fafb;
|
|
@@ -558,7 +512,7 @@ ${n}
|
|
|
558
512
|
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
|
|
559
513
|
}
|
|
560
514
|
}
|
|
561
|
-
`,
|
|
515
|
+
`,Us=E.button`
|
|
562
516
|
width: 32px;
|
|
563
517
|
height: 32px;
|
|
564
518
|
min-width: 32px;
|
|
@@ -606,19 +560,6 @@ ${n}
|
|
|
606
560
|
visibility: visible !important;
|
|
607
561
|
}
|
|
608
562
|
|
|
609
|
-
@media (prefers-color-scheme: dark) {
|
|
610
|
-
border-color: #60a5fa;
|
|
611
|
-
color: #60a5fa;
|
|
612
|
-
&:hover:not(:disabled) {
|
|
613
|
-
background: #2563eb;
|
|
614
|
-
color: white;
|
|
615
|
-
}
|
|
616
|
-
&:disabled {
|
|
617
|
-
border-color: #6b7280;
|
|
618
|
-
color: #6b7280;
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
|
|
622
563
|
[data-theme="dark"] & {
|
|
623
564
|
border-color: #60a5fa;
|
|
624
565
|
color: #60a5fa;
|
|
@@ -631,7 +572,7 @@ ${n}
|
|
|
631
572
|
color: #6b7280;
|
|
632
573
|
}
|
|
633
574
|
}
|
|
634
|
-
`,
|
|
575
|
+
`,Jt=E.button`
|
|
635
576
|
width: 26px;
|
|
636
577
|
height: 26px;
|
|
637
578
|
min-width: 26px;
|
|
@@ -687,26 +628,6 @@ ${n}
|
|
|
687
628
|
visibility: visible !important;
|
|
688
629
|
}
|
|
689
630
|
|
|
690
|
-
@media (prefers-color-scheme: dark) {
|
|
691
|
-
border-color: #60a5fa;
|
|
692
|
-
color: #60a5fa;
|
|
693
|
-
|
|
694
|
-
&:hover:not(:disabled) {
|
|
695
|
-
background: rgba(96, 165, 250, 0.14);
|
|
696
|
-
color: #93c5fd;
|
|
697
|
-
border-color: #93c5fd;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
&:focus-visible {
|
|
701
|
-
box-shadow: 0 0 0 2px #18181b, 0 0 0 4px rgba(96, 165, 250, 0.45);
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
&:disabled {
|
|
705
|
-
border-color: #6b7280;
|
|
706
|
-
color: #6b7280;
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
|
|
710
631
|
[data-theme='dark'] & {
|
|
711
632
|
border-color: #60a5fa;
|
|
712
633
|
color: #60a5fa;
|
|
@@ -726,14 +647,14 @@ ${n}
|
|
|
726
647
|
color: #6b7280;
|
|
727
648
|
}
|
|
728
649
|
}
|
|
729
|
-
`,
|
|
650
|
+
`,It=(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"},Hs=E.button`
|
|
730
651
|
position: fixed;
|
|
731
652
|
z-index: 50;
|
|
732
653
|
height: 48px;
|
|
733
654
|
padding: 0 16px;
|
|
734
655
|
box-sizing: border-box;
|
|
735
656
|
line-height: normal;
|
|
736
|
-
background: ${e=>{if(e.$primaryColor){const t=
|
|
657
|
+
background: ${e=>{if(e.$primaryColor){const t=It(e.$primaryColor,.1);return`linear-gradient(135deg, ${e.$primaryColor} 0%, ${t} 100%)`}return"linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%)"}};
|
|
737
658
|
color: white;
|
|
738
659
|
border: none;
|
|
739
660
|
border-radius: 24px;
|
|
@@ -750,7 +671,7 @@ ${n}
|
|
|
750
671
|
${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;"}}}
|
|
751
672
|
|
|
752
673
|
&:hover {
|
|
753
|
-
background: ${e=>{if(e.$primaryColor){const t=
|
|
674
|
+
background: ${e=>{if(e.$primaryColor){const t=It(e.$primaryColor,.2),r=It(e.$primaryColor,.3);return`linear-gradient(135deg, ${t} 0%, ${r} 100%)`}return"linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%)"}};
|
|
754
675
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
755
676
|
}
|
|
756
677
|
|
|
@@ -763,7 +684,7 @@ ${n}
|
|
|
763
684
|
align-items: center;
|
|
764
685
|
justify-content: center;
|
|
765
686
|
}
|
|
766
|
-
`,
|
|
687
|
+
`,qs=E.div`
|
|
767
688
|
position: fixed;
|
|
768
689
|
z-index: 50;
|
|
769
690
|
width: 320px;
|
|
@@ -777,11 +698,6 @@ ${n}
|
|
|
777
698
|
/* Position based on prop */
|
|
778
699
|
${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;"}}}
|
|
779
700
|
|
|
780
|
-
@media (prefers-color-scheme: dark) {
|
|
781
|
-
background: #1f2937;
|
|
782
|
-
border-color: #374151;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
701
|
&[data-theme="dark"] {
|
|
786
702
|
background: #1f2937;
|
|
787
703
|
border-color: #374151;
|
|
@@ -867,20 +783,6 @@ ${n}
|
|
|
867
783
|
background: #94a3b8;
|
|
868
784
|
}
|
|
869
785
|
|
|
870
|
-
@media (prefers-color-scheme: dark) {
|
|
871
|
-
&::-webkit-scrollbar-track {
|
|
872
|
-
background: #374151;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
&::-webkit-scrollbar-thumb {
|
|
876
|
-
background: #6b7280;
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
880
|
-
background: #9ca3af;
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
|
|
884
786
|
[data-theme="dark"] & {
|
|
885
787
|
&::-webkit-scrollbar-track {
|
|
886
788
|
background: #374151;
|
|
@@ -894,7 +796,7 @@ ${n}
|
|
|
894
796
|
background: #9ca3af;
|
|
895
797
|
}
|
|
896
798
|
}
|
|
897
|
-
`;const
|
|
799
|
+
`;const Xt=E.div`
|
|
898
800
|
display: flex;
|
|
899
801
|
gap: 4px;
|
|
900
802
|
align-items: center;
|
|
@@ -920,7 +822,7 @@ ${n}
|
|
|
920
822
|
}
|
|
921
823
|
}
|
|
922
824
|
|
|
923
|
-
|
|
825
|
+
[data-theme="dark"] & {
|
|
924
826
|
.dot {
|
|
925
827
|
background: #9ca3af;
|
|
926
828
|
}
|
|
@@ -930,24 +832,20 @@ ${n}
|
|
|
930
832
|
margin-top: 4px;
|
|
931
833
|
color: ${e=>e.$isUser?"rgba(255, 255, 255, 0.8)":"#6b7280"};
|
|
932
834
|
|
|
933
|
-
@media (prefers-color-scheme: dark) {
|
|
934
|
-
color: ${e=>e.$isUser?"rgba(255, 255, 255, 0.8)":"#d1d5db"};
|
|
935
|
-
}
|
|
936
|
-
|
|
937
835
|
[data-theme="dark"] & {
|
|
938
836
|
color: ${e=>e.$isUser?"rgba(255, 255, 255, 0.8)":"#d1d5db"};
|
|
939
837
|
}
|
|
940
|
-
`;const
|
|
838
|
+
`;const er=E.div`
|
|
941
839
|
font-size: 14px;
|
|
942
840
|
color: #dc2626;
|
|
943
841
|
text-align: center;
|
|
944
842
|
padding: 8px;
|
|
945
843
|
margin: 16px 0;
|
|
946
844
|
|
|
947
|
-
|
|
845
|
+
[data-theme="dark"] & {
|
|
948
846
|
color: #f87171;
|
|
949
847
|
}
|
|
950
|
-
`,
|
|
848
|
+
`,Gs=E.div`
|
|
951
849
|
position: absolute;
|
|
952
850
|
${e=>e.$position==="top"?"top: 0;":"bottom: 0;"}
|
|
953
851
|
left: 0;
|
|
@@ -964,7 +862,7 @@ ${n}
|
|
|
964
862
|
background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 50%, #3b82f6 100%);
|
|
965
863
|
}
|
|
966
864
|
|
|
967
|
-
|
|
865
|
+
[data-theme="dark"] & {
|
|
968
866
|
background: linear-gradient(90deg, #374151 0%, #3b82f6 50%, #374151 100%);
|
|
969
867
|
|
|
970
868
|
&:hover {
|
|
@@ -979,7 +877,7 @@ ${n}
|
|
|
979
877
|
flex-shrink: 0;
|
|
980
878
|
border: 2px solid rgba(255, 255, 255, 0.2);
|
|
981
879
|
background-color: rgba(255, 255, 255, 0.1);
|
|
982
|
-
`,
|
|
880
|
+
`,Qs=E.div`
|
|
983
881
|
display: flex;
|
|
984
882
|
flex-direction: column;
|
|
985
883
|
align-items: center;
|
|
@@ -994,10 +892,6 @@ ${n}
|
|
|
994
892
|
/* Gradient background - starts with full primary color at top, fades to background color */
|
|
995
893
|
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"};
|
|
996
894
|
|
|
997
|
-
@media (prefers-color-scheme: dark) {
|
|
998
|
-
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"};
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
895
|
[data-theme="dark"] & {
|
|
1002
896
|
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"};
|
|
1003
897
|
}
|
|
@@ -1005,17 +899,13 @@ ${n}
|
|
|
1005
899
|
[data-theme="light"] & {
|
|
1006
900
|
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"};
|
|
1007
901
|
}
|
|
1008
|
-
`,
|
|
902
|
+
`,Ys=E.div`
|
|
1009
903
|
font-size: 18px;
|
|
1010
904
|
font-weight: 600;
|
|
1011
905
|
text-align: center;
|
|
1012
906
|
color: #111827;
|
|
1013
907
|
margin-bottom: 8px;
|
|
1014
908
|
|
|
1015
|
-
@media (prefers-color-scheme: dark) {
|
|
1016
|
-
color: #f9fafb;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
909
|
[data-theme="dark"] & {
|
|
1020
910
|
color: #f9fafb;
|
|
1021
911
|
}
|
|
@@ -1023,7 +913,7 @@ ${n}
|
|
|
1023
913
|
[data-theme="light"] & {
|
|
1024
914
|
color: #111827;
|
|
1025
915
|
}
|
|
1026
|
-
`,
|
|
916
|
+
`,Vs=E.img`
|
|
1027
917
|
max-width: 120px;
|
|
1028
918
|
max-height: 120px;
|
|
1029
919
|
width: auto;
|
|
@@ -1031,14 +921,14 @@ ${n}
|
|
|
1031
921
|
object-fit: contain;
|
|
1032
922
|
margin-bottom: 8px;
|
|
1033
923
|
border-radius: 8px;
|
|
1034
|
-
`,
|
|
924
|
+
`,Zs=E.div`
|
|
1035
925
|
display: flex;
|
|
1036
926
|
flex-direction: column;
|
|
1037
927
|
gap: 12px;
|
|
1038
928
|
width: 100%;
|
|
1039
929
|
max-width: 100%;
|
|
1040
930
|
margin-bottom: 16px;
|
|
1041
|
-
`,
|
|
931
|
+
`,Js=E.button`
|
|
1042
932
|
width: 100%;
|
|
1043
933
|
padding: 12px 16px;
|
|
1044
934
|
box-sizing: border-box;
|
|
@@ -1069,17 +959,6 @@ ${n}
|
|
|
1069
959
|
cursor: not-allowed;
|
|
1070
960
|
}
|
|
1071
961
|
|
|
1072
|
-
@media (prefers-color-scheme: dark) {
|
|
1073
|
-
background-color: #374151;
|
|
1074
|
-
color: #f9fafb;
|
|
1075
|
-
border-color: #4b5563;
|
|
1076
|
-
|
|
1077
|
-
&:hover:not(:disabled) {
|
|
1078
|
-
background-color: ${e=>e.$primaryColor?`${e.$primaryColor}25`:"#4b5563"};
|
|
1079
|
-
border-color: ${e=>e.$primaryColor||"#6b7280"};
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
962
|
[data-theme="dark"] & {
|
|
1084
963
|
background-color: #374151;
|
|
1085
964
|
color: #f9fafb;
|
|
@@ -1090,7 +969,7 @@ ${n}
|
|
|
1090
969
|
border-color: ${e=>e.$primaryColor||"#6b7280"};
|
|
1091
970
|
}
|
|
1092
971
|
}
|
|
1093
|
-
`,
|
|
972
|
+
`,Xs=E.div`
|
|
1094
973
|
display: flex;
|
|
1095
974
|
align-items: center;
|
|
1096
975
|
gap: 8px;
|
|
@@ -1099,17 +978,13 @@ ${n}
|
|
|
1099
978
|
padding-top: 16px;
|
|
1100
979
|
border-top: 1px solid #e5e7eb;
|
|
1101
980
|
|
|
1102
|
-
@media (prefers-color-scheme: dark) {
|
|
1103
|
-
border-top-color: #374151;
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
981
|
[data-theme="dark"] & {
|
|
1107
982
|
border-top-color: #374151;
|
|
1108
983
|
}
|
|
1109
|
-
`,
|
|
984
|
+
`,ut=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"?Ks:Ws;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 pt({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 tr({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(Qs,{$primaryColor:e.primaryColor,children:[e.welcomeImage&&l.jsx(Vs,{src:e.welcomeImage,alt:"Welcome"}),l.jsx(Ys,{children:b}),e.quickQuestions&&e.quickQuestions.length>0&&l.jsx(Zs,{children:e.quickQuestions.map((g,p)=>l.jsx(Js,{onClick:()=>t(g),disabled:n,$primaryColor:e.primaryColor,children:g},p))}),l.jsxs(Xs,{children:[l.jsx(ut,{ref:u,value:o,onChange:c,onKeyDown:h,placeholder:e.placeholder||"Type a message...",disabled:n}),l.jsx(Us,{onClick:d,disabled:n||!o.trim(),children:l.jsx(pt,{size:16})})]})]})}function ft(e,t){var I;const r=(e.maxAttachmentSizeMB??10)*1024*1024,n=e.maxAttachments??3,o=(I=e.allowedAttachmentTypes)!=null&&I.length?e.allowedAttachmentTypes:Tn,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=An(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 Rn(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 ei({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 ti({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"})]})}/*!---------------------------------------------------------------------------------------------
|
|
1110
985
|
* Copyright (c) StackBlitz. All rights reserved.
|
|
1111
986
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
1112
|
-
*--------------------------------------------------------------------------------------------*/const
|
|
987
|
+
*--------------------------------------------------------------------------------------------*/const ri={damping:.7,stiffness:.05,mass:1.25},ni=70,oi=1e3/60,ai=350;let ht=!1;var zr;(zr=globalThis.document)==null||zr.addEventListener("mousedown",()=>{ht=!0});var Nr;(Nr=globalThis.document)==null||Nr.addEventListener("mouseup",()=>{ht=!1});var Br;(Br=globalThis.document)==null||Br.addEventListener("click",()=>{ht=!1});const si=(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(!ht)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<=ni}}},[]),v=x.useCallback((i={})=>{var R;typeof i=="string"&&(i={animation:i}),i.preserveScrollPosition||b(!0);const s=Date.now()+(Number(i.wait)||0),f=At(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))/oi;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:At(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),((R=p.animation)==null?void 0:R.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]),$=Dr(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=Dr(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 R=At(d.current,s?d.current.resize:d.current.initial);v({animation:R,wait:!0,preserveScrollPosition:!0,duration:R==="instant"?void 0:ai})}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 Dr(e,t){const r=x.useCallback(n=>(r.current=n,e(n)),t);return r}const Tt=new Map;function At(...e){const t={...ri};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 Tt.has(n)||Tt.set(n,Object.freeze(t)),r?"instant":Tt.get(n)}const Mn=x.createContext(null),ii=typeof window<"u"?x.useLayoutEffect:x.useEffect;function tt({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=Nt.useCallback((m,k)=>{const y=(f==null?void 0:f.targetScrollTop)??d;return(y==null?void 0:y(m,k))??m},[d]),v=si({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]),ii(()=>{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=ci();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})(tt||(tt={}));function ci(){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 li=E(tt)`
|
|
1113
988
|
position: relative;
|
|
1114
989
|
flex: 1;
|
|
1115
990
|
overflow-y: auto;
|
|
@@ -1137,18 +1012,6 @@ ${n}
|
|
|
1137
1012
|
background-color: rgba(100, 116, 139, 0.55);
|
|
1138
1013
|
}
|
|
1139
1014
|
|
|
1140
|
-
@media (prefers-color-scheme: dark) {
|
|
1141
|
-
scrollbar-color: rgba(71, 85, 105, 0.75) transparent;
|
|
1142
|
-
|
|
1143
|
-
&::-webkit-scrollbar-thumb {
|
|
1144
|
-
background-color: rgba(71, 85, 105, 0.65);
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
1148
|
-
background-color: rgba(100, 116, 139, 0.75);
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
1015
|
[data-theme='dark'] & {
|
|
1153
1016
|
scrollbar-color: rgba(71, 85, 105, 0.75) transparent;
|
|
1154
1017
|
|
|
@@ -1160,7 +1023,7 @@ ${n}
|
|
|
1160
1023
|
background-color: rgba(100, 116, 139, 0.75);
|
|
1161
1024
|
}
|
|
1162
1025
|
}
|
|
1163
|
-
`,
|
|
1026
|
+
`,di=E(tt.Content)`
|
|
1164
1027
|
padding: 16px;
|
|
1165
1028
|
`;E.button`
|
|
1166
1029
|
position: absolute;
|
|
@@ -1191,7 +1054,7 @@ ${n}
|
|
|
1191
1054
|
height: 16px;
|
|
1192
1055
|
}
|
|
1193
1056
|
|
|
1194
|
-
|
|
1057
|
+
[data-theme='dark'] & {
|
|
1195
1058
|
background: #1f2937;
|
|
1196
1059
|
border-color: #374151;
|
|
1197
1060
|
color: #9ca3af;
|
|
@@ -1202,7 +1065,7 @@ ${n}
|
|
|
1202
1065
|
color: #d1d5db;
|
|
1203
1066
|
}
|
|
1204
1067
|
}
|
|
1205
|
-
`;function
|
|
1068
|
+
`;function rr({className:e,children:t,style:r,surfaceTheme:n="light",onDragOver:o,onDragLeave:c,onDrop:u}){const d=n==="dark"?"dark":"light";return l.jsx(li,{className:e,style:r,$surfaceTheme:d,initial:"smooth",resize:"smooth",role:"log",onDragOver:o,onDragLeave:c,onDrop:u,children:t})}function nr({className:e,children:t}){return l.jsx(di,{className:e,children:t})}function _n({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}=ft(e,o),R=()=>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 Gt(T.dataTransfer);D.length&&await i(D)};return l.jsx(En,{"data-theme":R(),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(tr,{config:e,onQuestionClick:async T=>{await n(T)},onSendMessage:n,isLoading:u}):l.jsxs(l.Fragment,{children:[l.jsx(rr,{style:{flex:1},surfaceTheme:R(),onDragOver:j,onDrop:W,children:l.jsxs(nr,{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(qt,{message:T})}),Rn(T,r,u)&&l.jsx(yn,{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,tone:"onPrimary"}),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(Xt,{children:[l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"})]})})]}),d&&l.jsx(er,{children:d})]})}),l.jsxs(Zt,{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(Yt,{children:[l.jsx(ut,{ref:w,variant:"composer",value:b,onChange:g,onKeyDown:P,placeholder:e.placeholder,disabled:u}),l.jsxs(Vt,{children:[l.jsx("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0},children:C&&l.jsx(Qt,{integrated:!0,disabled:u,maxFileBytes:y,maxFiles:k,allowedMime:A,currentCount:I.length,uploadAttachment:o,onUploaded:s,onError:a})}),l.jsx(Jt,{type:"button",onClick:z,disabled:u||!b.trim()&&I.length===0,"aria-label":"Send message",children:l.jsx(pt,{size:13})})]})]})})]})]})})}const ui=E.div`
|
|
1206
1069
|
display: flex;
|
|
1207
1070
|
align-items: center;
|
|
1208
1071
|
justify-content: space-between;
|
|
@@ -1213,12 +1076,6 @@ ${n}
|
|
|
1213
1076
|
border-bottom: none;
|
|
1214
1077
|
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1215
1078
|
|
|
1216
|
-
@media (prefers-color-scheme: dark) {
|
|
1217
|
-
background: ${e=>e.$showWelcomeScreen&&e.$primaryColor?e.$primaryColor:"#1f2937"};
|
|
1218
|
-
color: ${e=>e.$showWelcomeScreen&&e.$primaryColor?"white":"#f9fafb"};
|
|
1219
|
-
border-bottom: none;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
1079
|
[data-theme="dark"] & {
|
|
1223
1080
|
background: ${e=>e.$showWelcomeScreen&&e.$primaryColor?e.$primaryColor:"#1f2937"};
|
|
1224
1081
|
color: ${e=>e.$showWelcomeScreen&&e.$primaryColor?"white":"#f9fafb"};
|
|
@@ -1228,15 +1085,15 @@ ${n}
|
|
|
1228
1085
|
background: ${e=>e.$showWelcomeScreen&&e.$primaryColor?e.$primaryColor:"#ffffff"};
|
|
1229
1086
|
color: ${e=>e.$showWelcomeScreen&&e.$primaryColor?"white":"#111827"};
|
|
1230
1087
|
}
|
|
1231
|
-
`,
|
|
1088
|
+
`,pi=E.div`
|
|
1232
1089
|
display: flex;
|
|
1233
1090
|
align-items: center;
|
|
1234
1091
|
gap: 12px;
|
|
1235
|
-
`,
|
|
1092
|
+
`,fi=E.div`
|
|
1236
1093
|
display: flex;
|
|
1237
1094
|
align-items: center;
|
|
1238
1095
|
gap: 8px;
|
|
1239
|
-
`,
|
|
1096
|
+
`,hi=E.div`
|
|
1240
1097
|
width: 8px;
|
|
1241
1098
|
height: 8px;
|
|
1242
1099
|
background: #10b981;
|
|
@@ -1251,14 +1108,14 @@ ${n}
|
|
|
1251
1108
|
opacity: 0.5;
|
|
1252
1109
|
}
|
|
1253
1110
|
}
|
|
1254
|
-
`,
|
|
1111
|
+
`,mi=E.span`
|
|
1255
1112
|
font-weight: 500;
|
|
1256
1113
|
font-size: 14px;
|
|
1257
|
-
`,
|
|
1114
|
+
`,gi=E.div`
|
|
1258
1115
|
display: flex;
|
|
1259
1116
|
align-items: center;
|
|
1260
1117
|
gap: 4px;
|
|
1261
|
-
`,
|
|
1118
|
+
`,bi=E.button`
|
|
1262
1119
|
padding: 4px;
|
|
1263
1120
|
background: transparent;
|
|
1264
1121
|
border: none;
|
|
@@ -1278,4 +1135,4 @@ ${n}
|
|
|
1278
1135
|
width: 16px;
|
|
1279
1136
|
height: 16px;
|
|
1280
1137
|
}
|
|
1281
|
-
`;function
|
|
1138
|
+
`;function yi({chatName:e="Chat Assistant",showCloseButton:t=!0,onClose:r,agentImage:n,className:o,primaryColor:c,showWelcomeScreen:u=!1}){return l.jsxs(ui,{className:o,$primaryColor:c,$showWelcomeScreen:u,children:[l.jsxs(pi,{children:[n&&l.jsx(ye,{src:n,alt:e||"Agent",$size:"32px"}),l.jsxs(fi,{children:[l.jsx(hi,{}),l.jsx(mi,{children:e})]})]}),l.jsx(gi,{children:t&&l.jsx(bi,{onClick:r,"aria-label":"Close",children:l.jsx(ti,{size:16})})})]})}function zt({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:R,maxFiles:z,maxBytes:P,allowed:K}=ft(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(""),R(),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 Gt(S.dataTransfer);O.length&&await k(O)};return h?l.jsxs(qs,{$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(Gs,{$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(yi,{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(tr,{config:e,onQuestionClick:async S=>{await n(S)},onSendMessage:n,isLoading:u}):l.jsxs(l.Fragment,{children:[l.jsx(rr,{surfaceTheme:j(),onDragOver:D,onDrop:H,children:l.jsxs(nr,{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(qt,{message:S})}),Rn(S,r,u)&&l.jsx(yn,{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,tone:"onPrimary"}),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(Xt,{children:[l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"})]})})]}),d&&l.jsx(er,{children:d})]})}),l.jsxs(Zt,{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(Yt,{children:[l.jsx(ut,{ref:a,variant:"composer",value:p,onChange:v,onKeyDown:T,placeholder:e.placeholder,disabled:u}),l.jsxs(Vt,{children:[l.jsx("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0},children:i&&l.jsx(Qt,{integrated:!0,disabled:u,maxFileBytes:P,maxFiles:z,allowedMime:K,currentCount:s.length,uploadAttachment:o,onUploaded:y,onError:m})}),l.jsx(Jt,{type:"button",onClick:W,disabled:u||!p.trim()&&s.length===0,"aria-label":"Send message",children:l.jsx(pt,{size:13})})]})]})})]})]})]}):l.jsxs(Hs,{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(ei,{size:16})}),l.jsx("span",{children:e.buttonText||e.chatName||"AI Chat"})]})}function xi(e){const t=Hr(e),r=Ur(t);switch(t.mode){case"floating":return l.jsx(zt,{config:t,chat:r});case"embedded":return l.jsx(_n,{config:t,chat:r});default:return l.jsx(zt,{config:t,chat:r})}}function ki({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}=ft(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 R=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(),R())},P=j=>{p&&(j.preventDefault(),j.dataTransfer.dropEffect="copy")},K=async j=>{if(!p)return;j.preventDefault();const W=await Gt(j.dataTransfer);W.length&&await I(W)};return l.jsx(En,{"data-theme":A(),style:{height:e.height,display:"flex",flexDirection:"column",borderRadius:"8px"},children:e.quickQuestions&&e.quickQuestions.length>0&&!d?l.jsx(tr,{config:e,onQuestionClick:async j=>{await n(j)},onSendMessage:n,isLoading:c}):l.jsxs(l.Fragment,{children:[l.jsx(rr,{style:{flex:1},surfaceTheme:A(),onDragOver:P,onDrop:K,children:l.jsxs(nr,{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(qt,{message:j}):l.jsxs(l.Fragment,{children:[j.attachments&&j.attachments.length>0&&l.jsx(be,{attachments:j.attachments,readOnly:!0,tone:"onPrimary"}),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(Xt,{children:[l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"}),l.jsx("div",{className:"dot"})]})})]}),u&&l.jsx(er,{children:u})]})}),l.jsxs(Zt,{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(Yt,{children:[l.jsx(ut,{ref:g,variant:"composer",value:h,onChange:b,onKeyDown:z,placeholder:e.placeholder,disabled:c}),l.jsxs(Vt,{children:[l.jsx("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0},children:p&&l.jsx(Qt,{integrated:!0,disabled:c,maxFileBytes:f,maxFiles:s,allowedMime:m,currentCount:v.length,uploadAttachment:o,onUploaded:$,onError:C})}),l.jsx(Jt,{type:"button",onClick:R,disabled:c||!h.trim()&&v.length===0,"aria-label":"Send message",children:l.jsx(pt,{size:13})})]})]})})]})]})})}exports.EmbeddedChat=_n;exports.FloatingChat=zt;exports.InlineChat=ki;exports.MarkdownRenderer=In;exports.OrdifyApiClient=Kr;exports.OrdifyChat=xi;exports.debounce=Un;exports.formatTime=Wn;exports.generateId=Pe;exports.parseStreamingResponse=Wr;exports.throttle=Hn;exports.useOrdifyChat=Ur;exports.useOrdifyConfig=Hr;exports.useWidgetAttachmentStaging=ft;
|