@maebgch/rcs-emulator 0.1.5 → 0.1.7

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.
@@ -1,218 +1,214 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("react/jsx-runtime"),S=require("react");var ae={exports:{}},de={};var pe;function Ee(){if(pe)return de;pe=1;var c=S.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;return de.c=function(t){return c.H.useMemoCache(t)},de}var fe={};var be;function De(){return be||(be=1,process.env.NODE_ENV!=="production"&&(function(){var c=S.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;fe.c=function(t){var e=c.H;return e===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
2
- 1. You might have mismatching versions of React and the renderer (such as React DOM)
3
- 2. You might be breaking the Rules of Hooks
4
- 3. You might have more than one copy of React in the same app
5
- See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),e.useMemoCache(t)}})()),fe}var ye;function Be(){return ye||(ye=1,process.env.NODE_ENV==="production"?ae.exports=Ee():ae.exports=De()),ae.exports}var D=Be();function ge(c){return"reply"in c}function se(c){return"action"in c}function We(c){if(!se(c))return!1;const{urlAction:t}=c.action;return t?.openUrl?.application==="WEBVIEW"}function _e(c){const{urlAction:t}=c.action;return t?.openUrl?.application==="WEBVIEW"?t.openUrl:null}const Ve={name:"Business",verified:!1},Ue={currentMessageId:null,chatHistory:[],isTyping:!1,error:null},Le=S.createContext(null);function Se(c){const t=D.c(20),{children:e,theme:n,device:l,businessInfo:i,state:x,showSuggestions:r,isProfileOpen:o,toggleProfile:a,onReply:f,onAction:h,webView:d,openWebView:u,closeWebView:m}=c;let g;t[0]!==i?(g={...Ve,...i},t[0]=i,t[1]=g):g=t[1];let p;t[2]!==x?(p={...Ue,...x},t[2]=x,t[3]=p):p=t[3];let y;t[4]!==m||t[5]!==l||t[6]!==o||t[7]!==h||t[8]!==f||t[9]!==u||t[10]!==r||t[11]!==g||t[12]!==p||t[13]!==n||t[14]!==a||t[15]!==d?(y={theme:n,device:l,businessInfo:g,state:p,showSuggestions:r,isProfileOpen:o,toggleProfile:a,handleReply:f,handleAction:h,webView:d,openWebView:u,closeWebView:m},t[4]=m,t[5]=l,t[6]=o,t[7]=h,t[8]=f,t[9]=u,t[10]=r,t[11]=g,t[12]=p,t[13]=n,t[14]=a,t[15]=d,t[16]=y):y=t[16];const j=y;let b;return t[17]!==e||t[18]!==j?(b=s.jsx(Le.Provider,{value:j,children:e}),t[17]=e,t[18]=j,t[19]=b):b=t[19],b}function Z(){const c=S.useContext(Le);if(!c)throw new Error("useEmulator must be used within an EmulatorProvider");return c}function Me(c){const t=Object.values(c.messages);return t.find(e=>e.is_first)||t[0]||null}function ce(c,t){return c.messages[t]||null}function je(c,t){const e=c.responses?.keyword?.keyword_response?.choices;return e&&e[t]?.next_message||null}function me(c,t){const e=c.parts,n=He(e),l=Pe(e);return{id:`${c.id}-${t}-${Date.now()}`,sender:"business",content:n,timestamp:Date.now(),suggestions:l}}function He(c){for(const t of c){const e=t.RCSMessage;if(e.textMessage)return{type:"text",text:e.textMessage};const n=e.richcardMessage?.message?.generalPurposeCard;if(n)return{type:"richcard",card:ve(n.content,n.layout)};const l=e.richcardMessage?.message?.generalPurposeCardCarousel;if(l)return{type:"carousel",cards:l.content.map(i=>ve(i,{cardOrientation:"VERTICAL",cardWidth:l.layout.cardWidth}))}}return{type:"text",text:"[Unsupported message type]"}}function ve(c,t){const e=()=>{if(c.media){if(c.media.mediaUrl)return c.media.mediaUrl;if(c.media.contentInfo?.fileUrl)return c.media.contentInfo.fileUrl}},n=()=>{if(c.media){if(c.media.thumbnailUri)return c.media.thumbnailUri;if(c.media.contentInfo?.thumbnailUrl)return c.media.contentInfo.thumbnailUrl}},l=e();return{title:c.title,description:c.description,media:l?{url:l,height:Oe(c.media?.height||"MEDIUM_HEIGHT"),thumbnailUrl:n()}:void 0,suggestions:c.suggestions,layout:{orientation:t.cardOrientation==="HORIZONTAL"?"horizontal":"vertical",width:t.cardWidth==="SMALL_WIDTH"?"small":"medium",imageAlignment:t.imageAlignment==="RIGHT"?"right":"left"}}}function Oe(c){switch(c){case"SHORT_HEIGHT":return"short";case"TALL_HEIGHT":return"tall";default:return"medium"}}function Pe(c){const t=[];for(const e of c){const n=e.RCSMessage;n.suggestedChipList?.suggestions&&t.push(...n.suggestedChipList.suggestions)}return t}function Ge(c){return{id:`user-${Date.now()}`,sender:"user",content:{type:"userReply",text:c},timestamp:Date.now()}}function $e(c){if(!c||typeof c!="object")return!1;const t=c;if(typeof t.name!="string"||!t.messages||typeof t.messages!="object")return!1;const e=Object.values(t.messages);if(e.length===0)return!1;for(const n of e){if(!n||typeof n!="object")return!1;const l=n;if(typeof l.id!="string"||!Array.isArray(l.parts))return!1}return!0}function ze(c){const t=Me(c);if(!t||!t.parts.length)return"New message";const n=t.parts[0].RCSMessage;if(n.textMessage)return n.textMessage.slice(0,50)+(n.textMessage.length>50?"...":"");const l=n.richcardMessage?.message?.generalPurposeCard;if(l?.content.title)return l.content.title;const i=n.richcardMessage?.message?.generalPurposeCardCarousel;return i?.content[0]?.title?i.content[0].title:"New message"}const Re={currentMessageId:null,chatHistory:[],isTyping:!1,error:null};function Fe(c,t){switch(t.type){case"INIT":return{...c,currentMessageId:t.messageId,error:null};case"ADD_BUSINESS_MESSAGE":return{...c,chatHistory:[...c.chatHistory,t.message],isTyping:!1};case"ADD_USER_REPLY":{const e=Ge(t.text),n=c.chatHistory.map((l,i)=>i===c.chatHistory.length-1?{...l,suggestions:void 0}:l);return{...c,chatHistory:[...n,e]}}case"SET_TYPING":return{...c,isTyping:t.isTyping};case"NAVIGATE_TO":return{...c,currentMessageId:t.messageId};case"SET_ERROR":return{...c,error:t.error,isTyping:!1};case"RESET":return Re;default:return c}}function qe(c){const t=D.c(18),{flow:e,onUserReply:n,typingDelay:l}=c,i=l===void 0?800:l,[x,r]=S.useReducer(Fe,Re),o=S.useRef(0),a=S.useRef(!1);let f,h;t[0]!==e?(f=()=>{if(a.current)return;a.current=!0;const b=Me(e);if(!b){r({type:"SET_ERROR",error:"No first message found in conversation flow"});return}r({type:"INIT",messageId:b.id}),o.current=o.current+1;const w=me(b,o.current);r({type:"ADD_BUSINESS_MESSAGE",message:w})},h=[e],t[0]=e,t[1]=f,t[2]=h):(f=t[1],h=t[2]),S.useEffect(f,h);let d;t[3]!==e||t[4]!==n||t[5]!==x.currentMessageId||t[6]!==i?(d=b=>{if(!ge(b))return;const{displayText:w,postback:v}=b.reply,k=v.data;r({type:"ADD_USER_REPLY",text:w,postbackData:k});const N={type:"reply",postbackData:k,displayText:w,timestamp:Date.now()};n(N);const L=x.currentMessageId?ce(e,x.currentMessageId):null;if(!L){r({type:"SET_ERROR",error:"Current message not found"});return}const C=je(L,k);if(!C)return;const R=ce(e,C);if(!R){r({type:"SET_ERROR",error:`Next message "${C}" not found`});return}r({type:"SET_TYPING",isTyping:!0}),r({type:"NAVIGATE_TO",messageId:C}),setTimeout(()=>{o.current=o.current+1;const $=me(R,o.current);r({type:"ADD_BUSINESS_MESSAGE",message:$})},i)},t[3]=e,t[4]=n,t[5]=x.currentMessageId,t[6]=i,t[7]=d):d=t[7];const u=d;let m;t[8]!==e||t[9]!==n||t[10]!==x.currentMessageId||t[11]!==i?(m=b=>{if(!se(b))return;const{displayText:w,postback:v,openUrlAction:k,dialAction:N,dialerAction:L,mapAction:C,viewLocationAction:R}=b.action,$=v.data,_=N?.phoneNumber||L?.dialPhoneNumber?.phoneNumber,M=C?.showLocation?.location||R?.latLong;let z;k?z={type:"openUrl",url:k.url}:_?z={type:"dial",phoneNumber:_}:M&&(z={type:"viewLocation",latitude:M.latitude,longitude:M.longitude,query:R?.query});const I={type:"action",postbackData:$,displayText:w,timestamp:Date.now(),actionData:z};if(n(I),k)window.open(k.url,"_blank","noopener,noreferrer");else if(_)window.location.href=`tel:${_}`;else if(M){const A=C?.showLocation?.location?.label||R?.label||"",O=`https://www.google.com/maps/search/?api=1&query=${M.latitude},${M.longitude}${A?`&query_place_id=${encodeURIComponent(A)}`:""}`;window.open(O,"_blank","noopener,noreferrer")}const B=x.currentMessageId?ce(e,x.currentMessageId):null;if(B){const A=je(B,$);if(A){const O=ce(e,A);O&&(r({type:"ADD_USER_REPLY",text:w,postbackData:$}),r({type:"SET_TYPING",isTyping:!0}),r({type:"NAVIGATE_TO",messageId:A}),setTimeout(()=>{o.current=o.current+1;const F=me(O,o.current);r({type:"ADD_BUSINESS_MESSAGE",message:F})},i))}}},t[8]=e,t[9]=n,t[10]=x.currentMessageId,t[11]=i,t[12]=m):m=t[12];const g=m;let p;t[13]===Symbol.for("react.memo_cache_sentinel")?(p=()=>{a.current=!1,o.current=0,r({type:"RESET"})},t[13]=p):p=t[13];const y=p;let j;return t[14]!==g||t[15]!==u||t[16]!==x?(j={state:x,handleReply:u,handleAction:g,reset:y},t[14]=g,t[15]=u,t[16]=x,t[17]=j):j=t[17],j}function Ie(c){const[t,e]=S.useState(null),[n,l]=S.useState(!1),[i,x]=S.useState(null),r=S.useCallback(async()=>{if(!c){e(null),x(null);return}l(!0),x(null);try{const o=await fetch(c,{method:"GET",headers:{Accept:"application/json"}});if(!o.ok)throw new Error(`HTTP ${o.status}: ${o.statusText}`);const a=await o.json();if(!a||typeof a!="object")throw new Error("Invalid JSON: Expected an object");if(!a.messages||typeof a.messages!="object")throw new Error("Invalid RBM JSON: Missing 'messages' object");e(a)}catch(o){const a=o instanceof Error?o.message:"Failed to fetch JSON";x(a),e(null)}finally{l(!1)}},[c]);return S.useEffect(()=>{r()},[r]),{data:t,isLoading:n,error:i,refetch:r}}function Ye(c){const t=D.c(3),e=S.useRef(null);let n;t[0]===Symbol.for("react.memo_cache_sentinel")?(n=()=>{e.current&&e.current.scrollTo({top:e.current.scrollHeight,behavior:"smooth"})},t[0]=n):n=t[0];let l;return t[1]!==c?(l=[c],t[1]=c,t[2]=l):l=t[2],S.useEffect(n,l),e}const Je=S.memo(function(){const t=D.c(34),{theme:e,businessInfo:n,toggleProfile:l}=Z(),i=e==="dark",x=n.brandColor||"#0084ff",r=`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),l=require("react");function W(n){return"reply"in n}function C(n){return"action"in n}function te(n){if(!C(n))return!1;const{urlAction:t}=n.action;return t?.openUrl?.application==="WEBVIEW"}function P(n){const{urlAction:t}=n.action;return t?.openUrl?.application==="WEBVIEW"?t.openUrl:null}const se={name:"Business",verified:!1},ne={currentMessageId:null,chatHistory:[],isTyping:!1,error:null},G=l.createContext(null);function F({children:n,theme:t,device:s,businessInfo:r,state:o,showSuggestions:a,isProfileOpen:i,toggleProfile:u,onReply:c,onAction:d,webView:h,openWebView:m,closeWebView:y}){const g={theme:t,device:s,businessInfo:{...se,...r},state:{...ne,...o},showSuggestions:a,isProfileOpen:i,toggleProfile:u,handleReply:c,handleAction:d,webView:h,openWebView:m,closeWebView:y};return e.jsx(G.Provider,{value:g,children:n})}function v(){const n=l.useContext(G);if(!n)throw new Error("useEmulator must be used within an EmulatorProvider");return n}function q(n){const t=Object.values(n.messages);return t.find(s=>s.is_first)||t[0]||null}function S(n,t){return n.messages[t]||null}function V(n,t){const s=n.responses?.keyword?.keyword_response?.choices;return s&&s[t]?.next_message||null}function T(n,t){const s=n.parts,r=re(s),o=ie(s);return{id:`${n.id}-${t}-${Date.now()}`,sender:"business",content:r,timestamp:Date.now(),suggestions:o}}function re(n){for(const t of n){const s=t.RCSMessage;if(s.textMessage)return{type:"text",text:s.textMessage};const r=s.richcardMessage?.message?.generalPurposeCard;if(r)return{type:"richcard",card:H(r.content,r.layout)};const o=s.richcardMessage?.message?.generalPurposeCardCarousel;if(o)return{type:"carousel",cards:o.content.map(a=>H(a,{cardOrientation:"VERTICAL",cardWidth:o.layout.cardWidth}))}}return{type:"text",text:"[Unsupported message type]"}}function H(n,t){const s=()=>{if(n.media){if(n.media.mediaUrl)return n.media.mediaUrl;if(n.media.contentInfo?.fileUrl)return n.media.contentInfo.fileUrl}},r=()=>{if(n.media){if(n.media.thumbnailUri)return n.media.thumbnailUri;if(n.media.contentInfo?.thumbnailUrl)return n.media.contentInfo.thumbnailUrl}},o=s();return{title:n.title,description:n.description,media:o?{url:o,height:oe(n.media?.height||"MEDIUM_HEIGHT"),thumbnailUrl:r()}:void 0,suggestions:n.suggestions,layout:{orientation:t.cardOrientation==="HORIZONTAL"?"horizontal":"vertical",width:t.cardWidth==="SMALL_WIDTH"?"small":"medium",imageAlignment:t.imageAlignment==="RIGHT"?"right":"left"}}}function oe(n){switch(n){case"SHORT_HEIGHT":return"short";case"TALL_HEIGHT":return"tall";default:return"medium"}}function ie(n){const t=[];for(const s of n){const r=s.RCSMessage;r.suggestedChipList?.suggestions&&t.push(...r.suggestedChipList.suggestions)}return t}function ae(n){return{id:`user-${Date.now()}`,sender:"user",content:{type:"userReply",text:n},timestamp:Date.now()}}function J(n){if(!n||typeof n!="object")return!1;const t=n;if(typeof t.name!="string"||!t.messages||typeof t.messages!="object")return!1;const s=Object.values(t.messages);if(s.length===0)return!1;for(const r of s){if(!r||typeof r!="object")return!1;const o=r;if(typeof o.id!="string"||!Array.isArray(o.parts))return!1}return!0}function Y(n){const t=q(n);if(!t||!t.parts.length)return"New message";const r=t.parts[0].RCSMessage;if(r.textMessage)return r.textMessage.slice(0,50)+(r.textMessage.length>50?"...":"");const o=r.richcardMessage?.message?.generalPurposeCard;if(o?.content.title)return o.content.title;const a=r.richcardMessage?.message?.generalPurposeCardCarousel;return a?.content[0]?.title?a.content[0].title:"New message"}const Q={currentMessageId:null,chatHistory:[],isTyping:!1,error:null};function le(n,t){switch(t.type){case"INIT":return{...n,currentMessageId:t.messageId,error:null};case"ADD_BUSINESS_MESSAGE":return{...n,chatHistory:[...n.chatHistory,t.message],isTyping:!1};case"ADD_USER_REPLY":{const s=ae(t.text),r=n.chatHistory.map((o,a)=>a===n.chatHistory.length-1?{...o,suggestions:void 0}:o);return{...n,chatHistory:[...r,s]}}case"SET_TYPING":return{...n,isTyping:t.isTyping};case"NAVIGATE_TO":return{...n,currentMessageId:t.messageId};case"SET_ERROR":return{...n,error:t.error,isTyping:!1};case"RESET":return Q;default:return n}}function ce({flow:n,onUserReply:t,typingDelay:s=800}){const[r,o]=l.useReducer(le,Q),a=l.useRef(0),i=l.useRef(!1);l.useEffect(()=>{if(i.current)return;i.current=!0;const h=q(n);if(!h){o({type:"SET_ERROR",error:"No first message found in conversation flow"});return}o({type:"INIT",messageId:h.id});const m=T(h,a.current++);o({type:"ADD_BUSINESS_MESSAGE",message:m})},[n]);const u=l.useCallback(h=>{if(!W(h))return;const{displayText:m,postback:y}=h.reply,g=y.data;o({type:"ADD_USER_REPLY",text:m,postbackData:g});const k={type:"reply",postbackData:g,displayText:m,timestamp:Date.now()};t(k);const p=r.currentMessageId?S(n,r.currentMessageId):null;if(!p){o({type:"SET_ERROR",error:"Current message not found"});return}const f=V(p,g);if(!f)return;const b=S(n,f);if(!b){o({type:"SET_ERROR",error:`Next message "${f}" not found`});return}o({type:"SET_TYPING",isTyping:!0}),o({type:"NAVIGATE_TO",messageId:f}),setTimeout(()=>{const x=T(b,a.current++);o({type:"ADD_BUSINESS_MESSAGE",message:x})},s)},[n,r.currentMessageId,t,s]),c=l.useCallback(h=>{if(!C(h))return;const{displayText:m,postback:y,openUrlAction:g,dialAction:k,dialerAction:p,mapAction:f,viewLocationAction:b}=h.action,x=y.data,j=k?.phoneNumber||p?.dialPhoneNumber?.phoneNumber,N=f?.showLocation?.location||b?.latLong;let M;g?M={type:"openUrl",url:g.url}:j?M={type:"dial",phoneNumber:j}:N&&(M={type:"viewLocation",latitude:N.latitude,longitude:N.longitude,query:b?.query});const w={type:"action",postbackData:x,displayText:m,timestamp:Date.now(),actionData:M};if(t(w),g)window.open(g.url,"_blank","noopener,noreferrer");else if(j)window.location.href=`tel:${j}`;else if(N){const z=f?.showLocation?.location?.label||b?.label||"",I=`https://www.google.com/maps/search/?api=1&query=${N.latitude},${N.longitude}${z?`&query_place_id=${encodeURIComponent(z)}`:""}`;window.open(I,"_blank","noopener,noreferrer")}const L=r.currentMessageId?S(n,r.currentMessageId):null;if(L){const z=V(L,x);if(z){const I=S(n,z);I&&(o({type:"ADD_USER_REPLY",text:m,postbackData:x}),o({type:"SET_TYPING",isTyping:!0}),o({type:"NAVIGATE_TO",messageId:z}),setTimeout(()=>{const ee=T(I,a.current++);o({type:"ADD_BUSINESS_MESSAGE",message:ee})},s))}}},[n,r.currentMessageId,t,s]),d=l.useCallback(()=>{i.current=!1,a.current=0,o({type:"RESET"})},[]);return{state:r,handleReply:u,handleAction:c,reset:d}}function X(n){const[t,s]=l.useState(null),[r,o]=l.useState(!1),[a,i]=l.useState(null),u=l.useCallback(async()=>{if(!n){s(null),i(null);return}o(!0),i(null);try{const c=await fetch(n,{method:"GET",headers:{Accept:"application/json"}});if(!c.ok)throw new Error(`HTTP ${c.status}: ${c.statusText}`);const d=await c.json();if(!d||typeof d!="object")throw new Error("Invalid JSON: Expected an object");if(!d.messages||typeof d.messages!="object")throw new Error("Invalid RBM JSON: Missing 'messages' object");s(d)}catch(c){const d=c instanceof Error?c.message:"Failed to fetch JSON";i(d),s(null)}finally{o(!1)}},[n]);return l.useEffect(()=>{u()},[u]),{data:t,isLoading:r,error:a,refetch:u}}function de(n){const t=l.useRef(null);return l.useEffect(()=>{t.current&&t.current.scrollTo({top:t.current.scrollHeight,behavior:"smooth"})},[n]),t}const ue=l.memo(function(){const{theme:t,businessInfo:s,toggleProfile:r}=v(),o=t==="dark",a=s.brandColor||"#0084ff";return e.jsxs("header",{className:`
6
2
  flex items-center gap-3 px-3 py-2.5 border-b
7
- ${i?"bg-zinc-900 border-zinc-800":"bg-white border-gray-100"}
8
- `,o=`Chat with ${n.name}`,a=`
3
+ ${o?"bg-zinc-900 border-zinc-800":"bg-white border-gray-100"}
4
+ `,role:"banner","aria-label":`Chat with ${s.name}`,children:[e.jsx("button",{type:"button",className:`
9
5
  p-1.5 -ml-1 rounded-full transition-colors
10
- ${i?"hover:bg-zinc-800 text-white":"hover:bg-gray-100 text-gray-700"}
11
- `;let f;t[0]===Symbol.for("react.memo_cache_sentinel")?(f=s.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})}),t[0]=f):f=t[0];let h;t[1]!==a?(h=s.jsx("button",{type:"button",className:a,"aria-label":"Go back",children:f}),t[1]=a,t[2]=h):h=t[2];const d=`
6
+ ${o?"hover:bg-zinc-800 text-white":"hover:bg-gray-100 text-gray-700"}
7
+ `,"aria-label":"Go back",children:e.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})}),e.jsxs("button",{onClick:r,className:"flex items-center gap-2.5 flex-1 min-w-0 text-left","aria-label":"View business info",children:[e.jsx("div",{className:`
12
8
  relative w-9 h-9 rounded-full overflow-hidden flex-shrink-0
13
- ${i?"bg-zinc-800":"bg-gray-100"}
14
- `,u=n.logo?void 0:x;let m;t[3]!==u?(m={backgroundColor:u},t[3]=u,t[4]=m):m=t[4];let g;t[5]!==n.logo||t[6]!==n.name?(g=n.logo?s.jsx("img",{src:n.logo,alt:`${n.name} logo`,className:"w-full h-full object-cover"}):s.jsx("div",{className:"w-full h-full flex items-center justify-center text-sm font-bold text-white",children:n.name.charAt(0).toUpperCase()}),t[5]=n.logo,t[6]=n.name,t[7]=g):g=t[7];let p;t[8]!==d||t[9]!==m||t[10]!==g?(p=s.jsx("div",{className:d,style:m,children:g}),t[8]=d,t[9]=m,t[10]=g,t[11]=p):p=t[11];const y=`
9
+ ${o?"bg-zinc-800":"bg-gray-100"}
10
+ `,style:{backgroundColor:s.logo?void 0:a},children:s.logo?e.jsx("img",{src:s.logo,alt:`${s.name} logo`,className:"w-full h-full object-cover"}):e.jsx("div",{className:"w-full h-full flex items-center justify-center text-sm font-bold text-white",children:s.name.charAt(0).toUpperCase()})}),e.jsx("h1",{className:`
15
11
  text-base font-medium truncate
16
- ${i?"text-white":"text-gray-900"}
17
- `;let j;t[12]!==n.name||t[13]!==y?(j=s.jsx("h1",{className:y,children:n.name}),t[12]=n.name,t[13]=y,t[14]=j):j=t[14];let b;t[15]!==j||t[16]!==p||t[17]!==l?(b=s.jsxs("button",{onClick:l,className:"flex items-center gap-2.5 flex-1 min-w-0 text-left","aria-label":"View business info",children:[p,j]}),t[15]=j,t[16]=p,t[17]=l,t[18]=b):b=t[18];let w;t[19]!==n.verified||t[20]!==i?(w=n.verified&&s.jsx("button",{type:"button",className:`
12
+ ${o?"text-white":"text-gray-900"}
13
+ `,children:s.name})]}),e.jsxs("div",{className:"flex items-center gap-0.5",children:[s.verified&&e.jsx("button",{type:"button",className:`
18
14
  p-2 rounded-full transition-colors
19
- ${i?"hover:bg-zinc-800":"hover:bg-gray-100"}
20
- `,"aria-label":"Verified business",children:s.jsxs("svg",{className:"w-5 h-5",viewBox:"0 0 24 24",fill:"none",children:[s.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z",stroke:i?"#9ca3af":"#6b7280",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),s.jsx("path",{d:"M9 12l2 2 4-4",stroke:"#3b82f6",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})]})}),t[19]=n.verified,t[20]=i,t[21]=w):w=t[21];const v=`
15
+ ${o?"hover:bg-zinc-800":"hover:bg-gray-100"}
16
+ `,"aria-label":"Verified business",children:e.jsxs("svg",{className:"w-5 h-5",viewBox:"0 0 24 24",fill:"none",children:[e.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z",stroke:o?"#9ca3af":"#6b7280",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M9 12l2 2 4-4",stroke:"#3b82f6",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})]})}),e.jsx("button",{type:"button",className:`
21
17
  p-2 rounded-full transition-colors
22
- ${i?"hover:bg-zinc-800 text-zinc-400":"hover:bg-gray-100 text-gray-500"}
23
- `;let k;t[22]===Symbol.for("react.memo_cache_sentinel")?(k=s.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"})}),t[22]=k):k=t[22];let N;t[23]!==v?(N=s.jsx("button",{type:"button",className:v,"aria-label":"More options",children:k}),t[23]=v,t[24]=N):N=t[24];let L;t[25]!==w||t[26]!==N?(L=s.jsxs("div",{className:"flex items-center gap-0.5",children:[w,N]}),t[25]=w,t[26]=N,t[27]=L):L=t[27];let C;return t[28]!==r||t[29]!==o||t[30]!==b||t[31]!==L||t[32]!==h?(C=s.jsxs("header",{className:r,role:"banner","aria-label":o,children:[h,b,L]}),t[28]=r,t[29]=o,t[30]=b,t[31]=L,t[32]=h,t[33]=C):C=t[33],C}),Qe=S.memo(function(){const t=D.c(24),{theme:e,businessInfo:n}=Z(),l=e==="dark",i=n.brandColor||"#0084ff",x=`
18
+ ${o?"hover:bg-zinc-800 text-zinc-400":"hover:bg-gray-100 text-gray-500"}
19
+ `,"aria-label":"More options",children:e.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"})})})]})]})}),xe=l.memo(function(){const{theme:t,businessInfo:s}=v(),r=t==="dark",o=s.brandColor||"#0084ff";return e.jsxs("div",{className:"flex flex-col items-center py-4 px-4",children:[e.jsxs("div",{className:"relative mb-3",children:[e.jsx("div",{className:`
24
20
  w-16 h-16 rounded-full overflow-hidden
25
- ${l?"bg-zinc-800":"bg-gray-100"}
21
+ ${r?"bg-zinc-800":"bg-gray-100"}
26
22
  shadow-lg
27
- `,r=n.logo?void 0:i;let o;t[0]!==r?(o={backgroundColor:r},t[0]=r,t[1]=o):o=t[1];let a;t[2]!==n.logo||t[3]!==n.name?(a=n.logo?s.jsx("img",{src:n.logo,alt:`${n.name} logo`,className:"w-full h-full object-cover"}):s.jsx("div",{className:"w-full h-full flex items-center justify-center text-2xl font-bold text-white",children:n.name.charAt(0).toUpperCase()}),t[2]=n.logo,t[3]=n.name,t[4]=a):a=t[4];let f;t[5]!==x||t[6]!==o||t[7]!==a?(f=s.jsx("div",{className:x,style:o,children:a}),t[5]=x,t[6]=o,t[7]=a,t[8]=f):f=t[8];let h;t[9]!==n.verified?(h=n.verified&&s.jsx("div",{className:"absolute -bottom-0.5 -right-0.5 w-5 h-5 rounded-full bg-blue-500 flex items-center justify-center border-2 border-white shadow-sm",children:s.jsx("svg",{className:"w-3 h-3 text-white",viewBox:"0 0 24 24",fill:"currentColor",children:s.jsx("path",{d:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"})})}),t[9]=n.verified,t[10]=h):h=t[10];let d;t[11]!==f||t[12]!==h?(d=s.jsxs("div",{className:"relative mb-3",children:[f,h]}),t[11]=f,t[12]=h,t[13]=d):d=t[13];const u=`
23
+ `,style:{backgroundColor:s.logo?void 0:o},children:s.logo?e.jsx("img",{src:s.logo,alt:`${s.name} logo`,className:"w-full h-full object-cover"}):e.jsx("div",{className:"w-full h-full flex items-center justify-center text-2xl font-bold text-white",children:s.name.charAt(0).toUpperCase()})}),s.verified&&e.jsx("div",{className:"absolute -bottom-0.5 -right-0.5 w-5 h-5 rounded-full bg-blue-500 flex items-center justify-center border-2 border-white shadow-sm",children:e.jsx("svg",{className:"w-3 h-3 text-white",viewBox:"0 0 24 24",fill:"currentColor",children:e.jsx("path",{d:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"})})})]}),e.jsx("h1",{className:`
28
24
  text-lg font-semibold text-center
29
- ${l?"text-white":"text-gray-900"}
30
- `;let m;t[14]!==n.name||t[15]!==u?(m=s.jsx("h1",{className:u,children:n.name}),t[14]=n.name,t[15]=u,t[16]=m):m=t[16];let g;t[17]!==n.description||t[18]!==l?(g=n.description&&s.jsx("p",{className:`
25
+ ${r?"text-white":"text-gray-900"}
26
+ `,children:s.name}),s.description&&e.jsx("p",{className:`
31
27
  text-sm text-center mt-0.5
32
- ${l?"text-zinc-400":"text-gray-500"}
33
- `,children:n.description}),t[17]=n.description,t[18]=l,t[19]=g):g=t[19];let p;return t[20]!==d||t[21]!==m||t[22]!==g?(p=s.jsxs("div",{className:"flex flex-col items-center py-4 px-4",children:[d,m,g]}),t[20]=d,t[21]=m,t[22]=g,t[23]=p):p=t[23],p}),Xe=S.memo(function(t){const e=D.c(26),{text:n,sender:l,timestamp:i}=t,{theme:x,businessInfo:r}=Z(),o=x==="dark",a=l==="business",f=r.brandColor||"#0084ff";let h;e[0]!==i?(h=new Date(i).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),e[0]=i,e[1]=h):h=e[1];const d=h;if(a){const w=`
28
+ ${r?"text-zinc-400":"text-gray-500"}
29
+ `,children:s.description})]})}),he=l.memo(function({text:t,sender:s,timestamp:r}){const{theme:o,businessInfo:a}=v(),i=o==="dark",u=s==="business",c=a.brandColor||"#0084ff",d=new Date(r).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"});return u?e.jsxs("div",{className:"max-w-[90%]",children:[e.jsx("div",{className:`
34
30
  px-4 py-3 rounded-2xl text-sm leading-relaxed
35
- ${o?"bg-zinc-800 text-white":"bg-gray-100 text-gray-900"}
36
- `;let v;e[2]!==w||e[3]!==n?(v=s.jsx("div",{className:w,children:n}),e[2]=w,e[3]=n,e[4]=v):v=e[4];let k;e[5]!==d?(k=s.jsx("span",{className:"sr-only",children:d}),e[5]=d,e[6]=k):k=e[6];let N;return e[7]!==v||e[8]!==k?(N=s.jsxs("div",{className:"max-w-[90%]",children:[v,k]}),e[7]=v,e[8]=k,e[9]=N):N=e[9],N}let u;e[10]!==f?(u={backgroundColor:f},e[10]=f,e[11]=u):u=e[11];let m;e[12]!==u||e[13]!==n?(m=s.jsx("div",{className:"px-4 py-2.5 rounded-full text-white text-sm leading-relaxed",style:u,children:n}),e[12]=u,e[13]=n,e[14]=m):m=e[14];let g;e[15]!==f?(g={backgroundColor:f},e[15]=f,e[16]=g):g=e[16];let p;e[17]===Symbol.for("react.memo_cache_sentinel")?(p=s.jsx("svg",{className:"w-3 h-3 text-white",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:3,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),e[17]=p):p=e[17];let y;e[18]!==g?(y=s.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center flex-shrink-0",style:g,children:p}),e[18]=g,e[19]=y):y=e[19];let j;e[20]!==d?(j=s.jsx("span",{className:"sr-only",children:d}),e[20]=d,e[21]=j):j=e[21];let b;return e[22]!==m||e[23]!==y||e[24]!==j?(b=s.jsxs("div",{className:"flex items-end gap-1.5 max-w-[85%] ml-auto",children:[m,y,j]}),e[22]=m,e[23]=y,e[24]=j,e[25]=b):b=e[25],b}),Ze=S.memo(function(t){const e=D.c(18),{text:n,timestamp:l}=t,{businessInfo:i}=Z(),x=i.brandColor||"#0084ff";let r;e[0]!==l?(r=new Date(l).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),e[0]=l,e[1]=r):r=e[1];const o=r;let a;e[2]!==x?(a={backgroundColor:x},e[2]=x,e[3]=a):a=e[3];let f;e[4]!==a||e[5]!==n?(f=s.jsx("div",{className:"px-4 py-2.5 rounded-full text-white text-sm leading-relaxed shadow-sm",style:a,children:n}),e[4]=a,e[5]=n,e[6]=f):f=e[6];let h;e[7]!==x?(h={backgroundColor:x},e[7]=x,e[8]=h):h=e[8];let d;e[9]===Symbol.for("react.memo_cache_sentinel")?(d=s.jsx("svg",{className:"w-3 h-3 text-white",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:3,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),e[9]=d):d=e[9];let u;e[10]!==h?(u=s.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center flex-shrink-0",style:h,children:d}),e[10]=h,e[11]=u):u=e[11];let m;e[12]!==o?(m=s.jsx("span",{className:"sr-only",children:o}),e[12]=o,e[13]=m):m=e[13];let g;return e[14]!==f||e[15]!==u||e[16]!==m?(g=s.jsxs("div",{className:"flex items-end gap-1.5 max-w-[85%] ml-auto",children:[f,u,m]}),e[14]=f,e[15]=u,e[16]=m,e[17]=g):g=e[17],g}),Ke=S.memo(function(t){const e=D.c(32),{card:n,timestamp:l}=t,{theme:i,handleReply:x,handleAction:r}=Z(),o=i==="dark";let a;e[0]!==l?(a=new Date(l).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),e[0]=l,e[1]=a):a=e[1];const f=a;let h;e[2]!==r||e[3]!==x?(h=C=>{"reply"in C?x(C):r(C)},e[2]=r,e[3]=x,e[4]=h):h=e[4];const d=h;let u;e[5]===Symbol.for("react.memo_cache_sentinel")?(u={short:"h-36",medium:"h-44",tall:"h-56"},e[5]=u):u=e[5];const m=u,p=`
31
+ ${i?"bg-zinc-800 text-white":"bg-gray-100 text-gray-900"}
32
+ `,children:t}),e.jsx("span",{className:"sr-only",children:d})]}):e.jsxs("div",{className:"flex items-end gap-1.5 max-w-[85%] ml-auto",children:[e.jsx("div",{className:"px-4 py-2.5 rounded-full text-white text-sm leading-relaxed",style:{backgroundColor:c},children:t}),e.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center flex-shrink-0",style:{backgroundColor:c},children:e.jsx("svg",{className:"w-3 h-3 text-white",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:3,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),e.jsx("span",{className:"sr-only",children:d})]})}),me=l.memo(function({text:t,timestamp:s}){const{businessInfo:r}=v(),o=r.brandColor||"#0084ff",a=new Date(s).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"});return e.jsxs("div",{className:"flex items-end gap-1.5 max-w-[85%] ml-auto",children:[e.jsx("div",{className:"px-4 py-2.5 rounded-full text-white text-sm leading-relaxed shadow-sm",style:{backgroundColor:o},children:t}),e.jsx("div",{className:"w-5 h-5 rounded-full flex items-center justify-center flex-shrink-0",style:{backgroundColor:o},children:e.jsx("svg",{className:"w-3 h-3 text-white",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:3,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),e.jsx("span",{className:"sr-only",children:a})]})}),fe=l.memo(function({card:t,timestamp:s}){const{theme:r,handleReply:o,handleAction:a}=v(),i=r==="dark",u=new Date(s).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),c=m=>{"reply"in m?o(m):a(m)},d={short:"h-36",medium:"h-44",tall:"h-56"},h=i?"bg-zinc-800":"bg-[#e8f5e9]";return e.jsxs("div",{className:"w-full",children:[e.jsxs("div",{className:`
37
33
  overflow-hidden rounded-2xl w-full shadow-sm
38
- ${o?"bg-zinc-800":"bg-[#e8f5e9]"}
39
- `;let y;e[6]!==n.media||e[7]!==n.title?(y=n.media&&s.jsx("div",{className:`
34
+ ${h}
35
+ `,children:[t.media&&e.jsx("div",{className:`
40
36
  w-full overflow-hidden
41
- ${m[n.media.height]}
42
- `,children:s.jsx("img",{src:n.media.url,alt:n.title||"Rich card media",className:"w-full h-full object-cover",loading:"lazy"})}),e[6]=n.media,e[7]=n.title,e[8]=y):y=e[8];let j;e[9]!==n.title||e[10]!==o?(j=n.title&&s.jsx("h3",{className:`
37
+ ${d[t.media.height]}
38
+ `,children:e.jsx("img",{src:t.media.url,alt:t.title||"Rich card media",className:"w-full h-full object-cover",loading:"lazy"})}),e.jsxs("div",{className:"p-4",children:[t.title&&e.jsx("h3",{className:`
43
39
  text-base font-semibold leading-snug
44
- ${o?"text-white":"text-gray-900"}
45
- `,children:n.title}),e[9]=n.title,e[10]=o,e[11]=j):j=e[11];let b;e[12]!==n.description||e[13]!==o?(b=n.description&&s.jsx("p",{className:`
40
+ ${i?"text-white":"text-gray-900"}
41
+ `,children:t.title}),t.description&&e.jsx("p",{className:`
46
42
  text-sm leading-relaxed mt-1.5
47
- ${o?"text-zinc-300":"text-gray-700"}
48
- `,children:n.description}),e[12]=n.description,e[13]=o,e[14]=b):b=e[14];let w;e[15]!==n.suggestions||e[16]!==d||e[17]!==o?(w=n.suggestions&&n.suggestions.length>0&&s.jsx("div",{className:`
43
+ ${i?"text-zinc-300":"text-gray-700"}
44
+ `,children:t.description}),t.suggestions&&t.suggestions.length>0&&e.jsx("div",{className:`
49
45
  mt-4 rounded-xl overflow-hidden divide-y
50
- ${o?"divide-zinc-700 bg-zinc-800":"divide-gray-100 bg-white"}
51
- `,children:n.suggestions.map((C,R)=>s.jsx(lt,{suggestion:C,onClick:()=>d(C),isDark:o},R))}),e[15]=n.suggestions,e[16]=d,e[17]=o,e[18]=w):w=e[18];let v;e[19]!==j||e[20]!==b||e[21]!==w?(v=s.jsxs("div",{className:"p-4",children:[j,b,w]}),e[19]=j,e[20]=b,e[21]=w,e[22]=v):v=e[22];let k;e[23]!==p||e[24]!==y||e[25]!==v?(k=s.jsxs("div",{className:p,children:[y,v]}),e[23]=p,e[24]=y,e[25]=v,e[26]=k):k=e[26];let N;e[27]!==f?(N=s.jsx("span",{className:"sr-only",children:f}),e[27]=f,e[28]=N):N=e[28];let L;return e[29]!==k||e[30]!==N?(L=s.jsxs("div",{className:"w-full",children:[k,N]}),e[29]=k,e[30]=N,e[31]=L):L=e[31],L}),re="w-5 h-5 text-gray-400",et=()=>{const c=D.c(1);let t;return c[0]===Symbol.for("react.memo_cache_sentinel")?(t=s.jsx("svg",{className:re,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"})}),c[0]=t):t=c[0],t},tt=()=>{const c=D.c(1);let t;return c[0]===Symbol.for("react.memo_cache_sentinel")?(t=s.jsx("svg",{className:re,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}),c[0]=t):t=c[0],t},st=()=>{const c=D.c(1);let t;return c[0]===Symbol.for("react.memo_cache_sentinel")?(t=s.jsxs("svg",{className:re,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}),c[0]=t):t=c[0],t},nt=()=>{const c=D.c(1);let t;return c[0]===Symbol.for("react.memo_cache_sentinel")?(t=s.jsx("svg",{className:re,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})}),c[0]=t):t=c[0],t},we=()=>{const c=D.c(1);let t;return c[0]===Symbol.for("react.memo_cache_sentinel")?(t=s.jsx("svg",{className:re,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})}),c[0]=t):t=c[0],t},lt=S.memo(function(t){const e=D.c(15),{suggestion:n,onClick:l,isDark:i}=t;let x;e[0]!==n?(x=se(n),e[0]=n,e[1]=x):x=e[1];const r=x,o=r?n.action.displayText:n.reply.displayText;let a;e[2]!==r||e[3]!==n?(a=()=>{if(!r)return s.jsx(we,{});const{action:p}=n;return p.urlAction||p.openUrlAction?s.jsx(et,{}):p.dialerAction||p.dialAction?s.jsx(tt,{}):p.mapAction||p.viewLocationAction?s.jsx(st,{}):p.calendarAction||p.createCalendarEventAction?s.jsx(nt,{}):s.jsx(we,{})},e[2]=r,e[3]=n,e[4]=a):a=e[4];const f=a,h=`
46
+ ${i?"divide-zinc-700 bg-zinc-800":"divide-gray-100 bg-white"}
47
+ `,children:t.suggestions.map((m,y)=>e.jsx(ye,{suggestion:m,onClick:()=>c(m),isDark:i},y))})]})]}),e.jsx("span",{className:"sr-only",children:u})]})}),A="w-5 h-5 text-gray-400",ge=()=>e.jsx("svg",{className:A,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"})}),pe=()=>e.jsx("svg",{className:A,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}),be=()=>e.jsxs("svg",{className:A,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}),je=()=>e.jsx("svg",{className:A,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})}),_=()=>e.jsx("svg",{className:A,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})}),ye=l.memo(function({suggestion:t,onClick:s,isDark:r}){const o=C(t),a=o?t.action.displayText:t.reply.displayText,i=()=>{if(!o)return e.jsx(_,{});const{action:u}=t;return u.urlAction||u.openUrlAction?e.jsx(ge,{}):u.dialerAction||u.dialAction?e.jsx(pe,{}):u.mapAction||u.viewLocationAction?e.jsx(be,{}):u.calendarAction||u.createCalendarEventAction?e.jsx(je,{}):e.jsx(_,{})};return e.jsxs("button",{onClick:s,className:`
52
48
  w-full flex items-center gap-3 px-4 py-3 text-left transition-colors
53
- ${i?"hover:bg-zinc-700":"hover:bg-gray-50"}
54
- `;let d;e[5]!==f?(d=s.jsx("span",{className:"flex-shrink-0",children:f()}),e[5]=f,e[6]=d):d=e[6];const u=`text-sm ${i?"text-white":"text-gray-900"}`;let m;e[7]!==o||e[8]!==u?(m=s.jsx("span",{className:u,children:o}),e[7]=o,e[8]=u,e[9]=m):m=e[9];let g;return e[10]!==l||e[11]!==h||e[12]!==d||e[13]!==m?(g=s.jsxs("button",{onClick:l,className:h,children:[d,m]}),e[10]=l,e[11]=h,e[12]=d,e[13]=m,e[14]=g):g=e[14],g}),rt=S.memo(function(t){const e=D.c(32),{cards:n,timestamp:l}=t,{theme:i,handleReply:x,handleAction:r}=Z(),o=S.useRef(null),[a,f]=S.useState(!1),[h,d]=S.useState(n.length>1),u=i==="dark";let m;e[0]!==l?(m=new Date(l).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),e[0]=l,e[1]=m):m=e[1];const g=m;let p;e[2]!==r||e[3]!==x?(p=z=>{"reply"in z?x(z):r(z)},e[2]=r,e[3]=x,e[4]=p):p=e[4];const y=p;let j;e[5]===Symbol.for("react.memo_cache_sentinel")?(j=()=>{if(o.current){const{scrollLeft:z,scrollWidth:I,clientWidth:B}=o.current;f(z>0),d(z<I-B-10)}},e[5]=j):j=e[5];const b=j;let w;e[6]===Symbol.for("react.memo_cache_sentinel")?(w=z=>{o.current&&o.current.scrollBy({left:z==="left"?-200:200,behavior:"smooth"})},e[6]=w):w=e[6];const v=w;let k;e[7]!==a||e[8]!==u?(k=a&&s.jsx("button",{onClick:()=>v("left"),className:`
49
+ ${r?"hover:bg-zinc-700":"hover:bg-gray-50"}
50
+ `,children:[e.jsx("span",{className:"flex-shrink-0",children:i()}),e.jsx("span",{className:`text-sm ${r?"text-white":"text-gray-900"}`,children:a})]})}),we=l.memo(function({cards:t,timestamp:s}){const{theme:r,handleReply:o,handleAction:a}=v(),i=l.useRef(null),[u,c]=l.useState(!1),[d,h]=l.useState(t.length>1),m=r==="dark",y=new Date(s).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),g=f=>{"reply"in f?o(f):a(f)},k=l.useCallback(()=>{if(i.current){const{scrollLeft:f,scrollWidth:b,clientWidth:x}=i.current;c(f>0),h(f<b-x-10)}},[]),p=f=>{i.current&&i.current.scrollBy({left:f==="left"?-200:200,behavior:"smooth"})};return e.jsxs("div",{className:"w-full -mx-3",children:[e.jsxs("div",{className:"relative",children:[u&&e.jsx("button",{onClick:()=>p("left"),className:`
55
51
  absolute left-2 top-1/2 -translate-y-1/2 z-10
56
52
  w-8 h-8 rounded-full flex items-center justify-center
57
53
  shadow-lg transition-opacity
58
- ${u?"bg-zinc-700 text-white":"bg-white text-gray-700"}
59
- `,"aria-label":"Scroll left",children:s.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})}),e[7]=a,e[8]=u,e[9]=k):k=e[9];let N;e[10]===Symbol.for("react.memo_cache_sentinel")?(N={scrollbarWidth:"none",msOverflowStyle:"none"},e[10]=N):N=e[10];let L;if(e[11]!==n||e[12]!==y||e[13]!==u){let z;e[15]!==y||e[16]!==u?(z=(I,B)=>s.jsx(it,{card:I,isDark:u,onSuggestionClick:y},B),e[15]=y,e[16]=u,e[17]=z):z=e[17],L=n.map(z),e[11]=n,e[12]=y,e[13]=u,e[14]=L}else L=e[14];let C;e[18]!==L?(C=s.jsx("div",{ref:o,onScroll:b,className:"flex gap-2.5 overflow-x-auto py-1 px-3 snap-x snap-mandatory",style:N,children:L}),e[18]=L,e[19]=C):C=e[19];let R;e[20]!==h||e[21]!==u?(R=h&&s.jsx("button",{onClick:()=>v("right"),className:`
54
+ ${m?"bg-zinc-700 text-white":"bg-white text-gray-700"}
55
+ `,"aria-label":"Scroll left",children:e.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})}),e.jsx("div",{ref:i,onScroll:k,className:"flex gap-2.5 overflow-x-auto py-1 px-3 snap-x snap-mandatory",style:{scrollbarWidth:"none",msOverflowStyle:"none"},children:t.map((f,b)=>e.jsx(ke,{card:f,isDark:m,onSuggestionClick:g},b))}),d&&e.jsx("button",{onClick:()=>p("right"),className:`
60
56
  absolute right-2 top-1/2 -translate-y-1/2 z-10
61
57
  w-8 h-8 rounded-full flex items-center justify-center
62
58
  shadow-lg transition-opacity
63
- ${u?"bg-zinc-700 text-white":"bg-white text-gray-700"}
64
- `,"aria-label":"Scroll right",children:s.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})}),e[20]=h,e[21]=u,e[22]=R):R=e[22];let $;e[23]!==k||e[24]!==C||e[25]!==R?($=s.jsxs("div",{className:"relative",children:[k,C,R]}),e[23]=k,e[24]=C,e[25]=R,e[26]=$):$=e[26];let _;e[27]!==g?(_=s.jsx("span",{className:"sr-only",children:g}),e[27]=g,e[28]=_):_=e[28];let M;return e[29]!==$||e[30]!==_?(M=s.jsxs("div",{className:"w-full -mx-3",children:[$,_]}),e[29]=$,e[30]=_,e[31]=M):M=e[31],M}),le="w-4 h-4 text-gray-400",ot=c=>{if(!se(c))return s.jsx("svg",{className:le,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})});const{action:t}=c;return t.urlAction||t.openUrlAction?s.jsx("svg",{className:le,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"})}):t.dialerAction||t.dialAction?s.jsx("svg",{className:le,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}):t.mapAction||t.viewLocationAction?s.jsxs("svg",{className:le,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}):t.calendarAction||t.createCalendarEventAction?s.jsx("svg",{className:le,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})}):s.jsx("svg",{className:le,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})})},it=S.memo(function(t){const e=D.c(21),{card:n,isDark:l,onSuggestionClick:i}=t,r=`
59
+ ${m?"bg-zinc-700 text-white":"bg-white text-gray-700"}
60
+ `,"aria-label":"Scroll right",children:e.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})})]}),e.jsx("span",{className:"sr-only",children:y})]})}),$="w-4 h-4 text-gray-400",ve=n=>{if(!C(n))return e.jsx("svg",{className:$,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})});const{action:t}=n;return t.urlAction||t.openUrlAction?e.jsx("svg",{className:$,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"})}):t.dialerAction||t.dialAction?e.jsx("svg",{className:$,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}):t.mapAction||t.viewLocationAction?e.jsxs("svg",{className:$,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}):t.calendarAction||t.createCalendarEventAction?e.jsx("svg",{className:$,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})}):e.jsx("svg",{className:$,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})})},ke=l.memo(function({card:t,isDark:s,onSuggestionClick:r}){const o=t.layout.width==="small"?"w-44":"w-52";return e.jsxs("div",{className:`
65
61
  flex-shrink-0 snap-start rounded-2xl overflow-hidden shadow-sm
66
- ${n.layout.width==="small"?"w-44":"w-52"}
67
- ${l?"bg-zinc-800":"bg-[#e8f5e9]"}
68
- `;let o;e[0]!==n.media||e[1]!==n.title?(o=n.media&&s.jsx("div",{className:"w-full h-32 bg-gray-200 overflow-hidden",children:s.jsx("img",{src:n.media.url,alt:n.title||"Carousel card media",className:"w-full h-full object-cover",loading:"lazy"})}),e[0]=n.media,e[1]=n.title,e[2]=o):o=e[2];let a;e[3]!==n.title||e[4]!==l?(a=n.title&&s.jsx("h4",{className:`
62
+ ${o}
63
+ ${s?"bg-zinc-800":"bg-[#e8f5e9]"}
64
+ `,children:[t.media&&e.jsx("div",{className:"w-full h-32 bg-gray-200 overflow-hidden",children:e.jsx("img",{src:t.media.url,alt:t.title||"Carousel card media",className:"w-full h-full object-cover",loading:"lazy"})}),e.jsxs("div",{className:"p-3",children:[t.title&&e.jsx("h4",{className:`
69
65
  text-sm font-semibold leading-tight mb-1 line-clamp-2
70
- ${l?"text-white":"text-gray-900"}
71
- `,children:n.title}),e[3]=n.title,e[4]=l,e[5]=a):a=e[5];let f;e[6]!==n.description||e[7]!==l?(f=n.description&&s.jsx("p",{className:`
66
+ ${s?"text-white":"text-gray-900"}
67
+ `,children:t.title}),t.description&&e.jsx("p",{className:`
72
68
  text-xs leading-relaxed line-clamp-3
73
- ${l?"text-zinc-400":"text-gray-700"}
74
- `,children:n.description}),e[6]=n.description,e[7]=l,e[8]=f):f=e[8];let h;e[9]!==n.suggestions||e[10]!==l||e[11]!==i?(h=n.suggestions&&n.suggestions.length>0&&s.jsx("div",{className:`
69
+ ${s?"text-zinc-400":"text-gray-700"}
70
+ `,children:t.description}),t.suggestions&&t.suggestions.length>0&&e.jsx("div",{className:`
75
71
  mt-3 rounded-lg overflow-hidden divide-y
76
- ${l?"divide-zinc-600 bg-zinc-700":"divide-gray-100 bg-white"}
77
- `,children:n.suggestions.map((m,g)=>{const y=se(m)?m.action.displayText:m.reply.displayText;return s.jsxs("button",{onClick:()=>i(m),className:`
72
+ ${s?"divide-zinc-600 bg-zinc-700":"divide-gray-100 bg-white"}
73
+ `,children:t.suggestions.map((a,i)=>{const c=C(a)?a.action.displayText:a.reply.displayText;return e.jsxs("button",{onClick:()=>r(a),className:`
78
74
  w-full flex items-center gap-2 px-3 py-2.5
79
75
  text-xs transition-colors text-left
80
- ${l?"hover:bg-zinc-600 text-white":"hover:bg-gray-50 text-gray-900"}
81
- `,children:[s.jsx("span",{className:"flex-shrink-0",children:ot(m)}),s.jsx("span",{className:"truncate",children:y})]},g)})}),e[9]=n.suggestions,e[10]=l,e[11]=i,e[12]=h):h=e[12];let d;e[13]!==a||e[14]!==f||e[15]!==h?(d=s.jsxs("div",{className:"p-3",children:[a,f,h]}),e[13]=a,e[14]=f,e[15]=h,e[16]=d):d=e[16];let u;return e[17]!==r||e[18]!==o||e[19]!==d?(u=s.jsxs("div",{className:r,children:[o,d]}),e[17]=r,e[18]=o,e[19]=d,e[20]=u):u=e[20],u}),at={text:({content:c,sender:t,timestamp:e})=>c.type!=="text"?null:s.jsx(Xe,{text:c.text,sender:t,timestamp:e}),userReply:({content:c,timestamp:t})=>c.type!=="userReply"?null:s.jsx(Ze,{text:c.text,timestamp:t}),richcard:({content:c,timestamp:t})=>c.type!=="richcard"?null:s.jsx(Ke,{card:c.card,timestamp:t}),carousel:({content:c,timestamp:t})=>c.type!=="carousel"?null:s.jsx(rt,{cards:c.cards,timestamp:t})},ct=S.memo(function(t){const e=D.c(7),{message:n,isLast:l}=t,{content:i,sender:x,timestamp:r}=n,o=at[i.type];if(!o){console.warn(`Unknown message type: ${i.type}`);let h;return e[0]===Symbol.for("react.memo_cache_sentinel")?(h=s.jsx("div",{className:"px-4 py-2 text-gray-500 text-sm italic",children:"[Unsupported message type]"}),e[0]=h):h=e[0],h}const a=l&&x==="business";let f;return e[1]!==o||e[2]!==i||e[3]!==x||e[4]!==a||e[5]!==r?(f=s.jsx(o,{content:i,sender:x,timestamp:r,showSuggestions:a}),e[1]=o,e[2]=i,e[3]=x,e[4]=a,e[5]=r,e[6]=f):f=e[6],f}),dt=S.memo(function(){const t=D.c(11),{theme:e}=Z(),n=e==="dark",l=`
76
+ ${s?"hover:bg-zinc-600 text-white":"hover:bg-gray-50 text-gray-900"}
77
+ `,children:[e.jsx("span",{className:"flex-shrink-0",children:ve(a)}),e.jsx("span",{className:"truncate",children:c})]},i)})})]})]})}),Ne={text:({content:n,sender:t,timestamp:s})=>n.type!=="text"?null:e.jsx(he,{text:n.text,sender:t,timestamp:s}),userReply:({content:n,timestamp:t})=>n.type!=="userReply"?null:e.jsx(me,{text:n.text,timestamp:t}),richcard:({content:n,timestamp:t})=>n.type!=="richcard"?null:e.jsx(fe,{card:n.card,timestamp:t}),carousel:({content:n,timestamp:t})=>n.type!=="carousel"?null:e.jsx(we,{cards:n.cards,timestamp:t})},Ce=l.memo(function({message:t,isLast:s}){const{content:r,sender:o,timestamp:a}=t,i=Ne[r.type];return i?e.jsx(i,{content:r,sender:o,timestamp:a,showSuggestions:s&&o==="business"}):(console.warn(`Unknown message type: ${r.type}`),e.jsx("div",{className:"px-4 py-2 text-gray-500 text-sm italic",children:"[Unsupported message type]"}))}),Le=l.memo(function(){const{theme:t}=v(),s=t==="dark";return e.jsx("div",{className:"flex items-start gap-2 px-4 py-2",role:"status","aria-label":"Business is typing",children:e.jsxs("div",{className:`
82
78
  inline-flex items-center gap-1 px-4 py-3 rounded-2xl rounded-bl-sm
83
- ${n?"bg-zinc-800":"bg-gray-100"}
84
- `,i=`
79
+ ${s?"bg-zinc-800":"bg-gray-100"}
80
+ `,children:[e.jsx("span",{className:`
85
81
  rcs-typing-dot w-2 h-2 rounded-full
86
- ${n?"bg-zinc-500":"bg-gray-400"}
87
- `;let x;t[0]!==i?(x=s.jsx("span",{className:i}),t[0]=i,t[1]=x):x=t[1];const r=`
82
+ ${s?"bg-zinc-500":"bg-gray-400"}
83
+ `}),e.jsx("span",{className:`
88
84
  rcs-typing-dot w-2 h-2 rounded-full
89
- ${n?"bg-zinc-500":"bg-gray-400"}
90
- `;let o;t[2]!==r?(o=s.jsx("span",{className:r}),t[2]=r,t[3]=o):o=t[3];const a=`
85
+ ${s?"bg-zinc-500":"bg-gray-400"}
86
+ `}),e.jsx("span",{className:`
91
87
  rcs-typing-dot w-2 h-2 rounded-full
92
- ${n?"bg-zinc-500":"bg-gray-400"}
93
- `;let f;t[4]!==a?(f=s.jsx("span",{className:a}),t[4]=a,t[5]=f):f=t[5];let h;return t[6]!==l||t[7]!==x||t[8]!==o||t[9]!==f?(h=s.jsx("div",{className:"flex items-start gap-2 px-4 py-2",role:"status","aria-label":"Business is typing",children:s.jsxs("div",{className:l,children:[x,o,f]})}),t[6]=l,t[7]=x,t[8]=o,t[9]=f,t[10]=h):h=t[10],h}),ft=S.memo(function(){const t=D.c(25),{theme:e,state:n}=Z(),{chatHistory:l,isTyping:i}=n,x=e==="dark";let r;t[0]!==l.length||t[1]!==x?(r=l.length>0&&s.jsx("div",{className:"flex justify-center py-2",children:s.jsx("span",{className:`
88
+ ${s?"bg-zinc-500":"bg-gray-400"}
89
+ `})]})})}),Me=l.memo(function(){const{theme:t,state:s}=v(),{chatHistory:r,isTyping:o}=s,a=t==="dark";return e.jsxs("div",{className:"px-3 pb-3 space-y-3",role:"log","aria-label":"Chat messages","aria-live":"polite",children:[r.length>0&&e.jsx("div",{className:"flex justify-center py-2",children:e.jsx("span",{className:`
94
90
  text-xs font-medium px-3 py-1
95
- ${x?"text-zinc-500":"text-gray-500"}
96
- `,children:"Today"})}),t[0]=l.length,t[1]=x,t[2]=r):r=t[2];const o=`
91
+ ${a?"text-zinc-500":"text-gray-500"}
92
+ `,children:"Today"})}),e.jsxs("div",{className:`
97
93
  rounded-3xl overflow-hidden
98
- ${x?"bg-zinc-900":"bg-gray-50"}
99
- `;let a;t[3]!==l.length||t[4]!==x||t[5]!==i?(a=l.length===0&&!i&&s.jsx("div",{className:"flex items-center justify-center py-12",children:s.jsx("p",{className:`text-sm ${x?"text-zinc-500":"text-gray-400"}`,children:"No messages yet"})}),t[3]=l.length,t[4]=x,t[5]=i,t[6]=a):a=t[6];let f;if(t[7]!==l||t[8]!==i){let g;t[10]!==l.length||t[11]!==i?(g=(p,y)=>s.jsx("div",{className:`
100
- ${p.sender==="user"?"flex justify-end":"flex justify-start"}
101
- `,children:s.jsx(ct,{message:p,isLast:y===l.length-1&&!i})},p.id),t[10]=l.length,t[11]=i,t[12]=g):g=t[12],f=l.map(g),t[7]=l,t[8]=i,t[9]=f}else f=t[9];let h;t[13]!==i?(h=i&&s.jsx(dt,{}),t[13]=i,t[14]=h):h=t[14];let d;t[15]!==f||t[16]!==h?(d=s.jsxs("div",{className:"p-3 space-y-3",children:[f,h]}),t[15]=f,t[16]=h,t[17]=d):d=t[17];let u;t[18]!==o||t[19]!==a||t[20]!==d?(u=s.jsxs("div",{className:o,children:[a,d]}),t[18]=o,t[19]=a,t[20]=d,t[21]=u):u=t[21];let m;return t[22]!==r||t[23]!==u?(m=s.jsxs("div",{className:"px-3 pb-3 space-y-3",role:"log","aria-label":"Chat messages","aria-live":"polite",children:[r,u]}),t[22]=r,t[23]=u,t[24]=m):m=t[24],m}),mt=S.memo(function(t){const e=D.c(35),{suggestion:n,onClick:l,variant:i}=t,x=i===void 0?"bar":i,{theme:r,businessInfo:o}=Z(),a=r==="dark";let f;e[0]!==n?(f=se(n),e[0]=n,e[1]=f):f=e[1];const h=f,d=h?n.action.displayText:n.reply.displayText;let u;e[2]!==h||e[3]!==n?(u=h?ut(n):null,e[2]=h,e[3]=n,e[4]=u):u=e[4];const m=u,g=o.brandColor||"#0084ff";if(x==="bar"){const j=`
94
+ ${a?"bg-zinc-900":"bg-gray-50"}
95
+ `,children:[r.length===0&&!o&&e.jsx("div",{className:"flex items-center justify-center py-12",children:e.jsx("p",{className:`text-sm ${a?"text-zinc-500":"text-gray-400"}`,children:"No messages yet"})}),e.jsxs("div",{className:"p-3 space-y-3",children:[r.map((i,u)=>e.jsx("div",{className:`
96
+ ${i.sender==="user"?"flex justify-end":"flex justify-start"}
97
+ `,children:e.jsx(Ce,{message:i,isLast:u===r.length-1&&!o})},i.id)),o&&e.jsx(Le,{})]})]})]})}),ze=l.memo(function({suggestion:t,onClick:s,variant:r="bar"}){const{theme:o,businessInfo:a}=v(),i=o==="dark",u=C(t),c=u?t.action.displayText:t.reply.displayText,d=u?$e(t):null,h=a.brandColor||"#0084ff";return r==="bar"?e.jsxs("button",{type:"button",onClick:s,className:`
102
98
  inline-flex items-center gap-2 px-4 py-2 rounded-full text-sm font-medium
103
99
  whitespace-nowrap transition-colors flex-shrink-0
104
100
  border
105
- ${a?"bg-zinc-800 border-zinc-700 hover:bg-zinc-700 text-white":"bg-white border-gray-300 hover:bg-gray-50 text-gray-900"}
106
- `;let b;e[5]!==d||e[6]!==h||e[7]!==n?(b=h?`${ht(n)}: ${d}`:d,e[5]=d,e[6]=h,e[7]=n,e[8]=b):b=e[8];let w;e[9]!==m||e[10]!==g?(w=m&&s.jsx("span",{style:{color:g},children:s.jsx(m,{className:"w-4 h-4"})}),e[9]=m,e[10]=g,e[11]=w):w=e[11];let v;e[12]!==d?(v=s.jsx("span",{children:d}),e[12]=d,e[13]=v):v=e[13];let k;return e[14]!==l||e[15]!==j||e[16]!==b||e[17]!==w||e[18]!==v?(k=s.jsxs("button",{type:"button",onClick:l,className:j,"aria-label":b,children:[w,v]}),e[14]=l,e[15]=j,e[16]=b,e[17]=w,e[18]=v,e[19]=k):k=e[19],k}if(x==="card"){const j=`
101
+ ${i?"bg-zinc-800 border-zinc-700 hover:bg-zinc-700 text-white":"bg-white border-gray-300 hover:bg-gray-50 text-gray-900"}
102
+ `,"aria-label":u?`${Ae(t)}: ${c}`:c,children:[d&&e.jsx("span",{style:{color:h},children:e.jsx(d,{className:"w-4 h-4"})}),e.jsx("span",{children:c})]}):r==="card"?e.jsxs("button",{type:"button",onClick:s,className:`
107
103
  w-full flex items-center gap-3 px-3 py-2.5 text-left transition-colors rounded-lg
108
- ${a?"hover:bg-zinc-700":"hover:bg-gray-100"}
109
- `;let b;e[20]!==m||e[21]!==g?(b=m&&s.jsx("div",{className:"w-8 h-8 rounded-full flex items-center justify-center flex-shrink-0",style:{backgroundColor:`${g}15`},children:s.jsx(m,{className:"w-4 h-4",style:{color:g}})}),e[20]=m,e[21]=g,e[22]=b):b=e[22];const w=`text-sm font-medium ${a?"text-white":"text-gray-900"}`;let v;e[23]!==d||e[24]!==w?(v=s.jsx("span",{className:w,children:d}),e[23]=d,e[24]=w,e[25]=v):v=e[25];let k;return e[26]!==l||e[27]!==j||e[28]!==b||e[29]!==v?(k=s.jsxs("button",{type:"button",onClick:l,className:j,children:[b,v]}),e[26]=l,e[27]=j,e[28]=b,e[29]=v,e[30]=k):k=e[30],k}const p=`
104
+ ${i?"hover:bg-zinc-700":"hover:bg-gray-100"}
105
+ `,children:[d&&e.jsx("div",{className:"w-8 h-8 rounded-full flex items-center justify-center flex-shrink-0",style:{backgroundColor:`${h}15`},children:e.jsx(d,{className:"w-4 h-4",style:{color:h}})}),e.jsx("span",{className:`text-sm font-medium ${i?"text-white":"text-gray-900"}`,children:c})]}):e.jsx("button",{type:"button",onClick:s,className:`
110
106
  w-full px-3 py-2 rounded-lg text-xs font-medium text-center
111
107
  border transition-colors
112
- ${a?"border-zinc-600 hover:bg-zinc-700 text-white":"border-gray-300 hover:bg-gray-50 text-gray-900"}
113
- `;let y;return e[31]!==d||e[32]!==l||e[33]!==p?(y=s.jsx("button",{type:"button",onClick:l,className:p,children:d}),e[31]=d,e[32]=l,e[33]=p,e[34]=y):y=e[34],y});function ut(c){if(!se(c))return null;const{action:t}=c;return t.openUrlAction?({className:e,style:n})=>s.jsx("svg",{className:e,style:n,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"})}):t.dialAction?({className:e,style:n})=>s.jsx("svg",{className:e,style:n,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}):t.shareLocationAction?({className:e,style:n})=>s.jsxs("svg",{className:e,style:n,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}):t.viewLocationAction?({className:e,style:n})=>s.jsxs("svg",{className:e,style:n,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}):t.createCalendarEventAction?({className:e,style:n})=>s.jsx("svg",{className:e,style:n,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})}):null}function ht(c){if(!se(c))return"Reply";const{action:t}=c;return t.openUrlAction?"Open link":t.dialAction?"Call":t.shareLocationAction?"Share location":t.viewLocationAction?"View location":t.createCalendarEventAction?"Add to calendar":"Action"}const xt=S.memo(function(t){const e=D.c(14),{suggestions:n}=t,{theme:l,handleReply:i,handleAction:x}=Z(),r=l==="dark";if(!n||n.length===0)return null;let o;e[0]!==x||e[1]!==i?(o=g=>{ge(g)?i(g):se(g)&&x(g)},e[0]=x,e[1]=i,e[2]=o):o=e[2];const a=o,f=`
108
+ ${i?"border-zinc-600 hover:bg-zinc-700 text-white":"border-gray-300 hover:bg-gray-50 text-gray-900"}
109
+ `,children:c})});function $e(n){if(!C(n))return null;const{action:t}=n;return t.openUrlAction?({className:s,style:r})=>e.jsx("svg",{className:s,style:r,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"})}):t.dialAction?({className:s,style:r})=>e.jsx("svg",{className:s,style:r,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})}):t.shareLocationAction?({className:s,style:r})=>e.jsxs("svg",{className:s,style:r,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}):t.viewLocationAction?({className:s,style:r})=>e.jsxs("svg",{className:s,style:r,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}):t.createCalendarEventAction?({className:s,style:r})=>e.jsx("svg",{className:s,style:r,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})}):null}function Ae(n){if(!C(n))return"Reply";const{action:t}=n;return t.openUrlAction?"Open link":t.dialAction?"Call":t.shareLocationAction?"Share location":t.viewLocationAction?"View location":t.createCalendarEventAction?"Add to calendar":"Action"}const Ie=l.memo(function({suggestions:t}){const{theme:s,handleReply:r,handleAction:o}=v(),a=s==="dark";if(!t||t.length===0)return null;const i=u=>{W(u)?r(u):C(u)&&o(u)};return e.jsx("div",{className:`
114
110
  px-3 py-2
115
- ${r?"bg-zinc-900":"bg-white"}
116
- `;let h;e[3]===Symbol.for("react.memo_cache_sentinel")?(h={scrollbarWidth:"none",msOverflowStyle:"none"},e[3]=h):h=e[3];let d;if(e[4]!==a||e[5]!==n){let g;e[7]!==a?(g=(p,y)=>s.jsx(mt,{suggestion:p,onClick:()=>a(p),variant:"bar"},y),e[7]=a,e[8]=g):g=e[8],d=n.map(g),e[4]=a,e[5]=n,e[6]=d}else d=e[6];let u;e[9]!==d?(u=s.jsx("div",{className:"flex gap-2 overflow-x-auto pb-1 -mx-1 px-1",style:h,children:d}),e[9]=d,e[10]=u):u=e[10];let m;return e[11]!==f||e[12]!==u?(m=s.jsx("div",{className:f,role:"group","aria-label":"Quick replies",children:u}),e[11]=f,e[12]=u,e[13]=m):m=e[13],m}),gt=S.memo(function(){const t=D.c(39),{theme:e,state:n,showSuggestions:l}=Z(),{chatHistory:i,isTyping:x,error:r}=n;let o;t[0]!==i.length||t[1]!==x?(o=[i.length,x],t[0]=i.length,t[1]=x,t[2]=o):o=t[2];const a=Ye(o),f=e==="dark",h=i[i.length-1],d=l&&h?.sender==="business"&&!x?h.suggestions:void 0,u=`
111
+ ${a?"bg-zinc-900":"bg-white"}
112
+ `,role:"group","aria-label":"Quick replies",children:e.jsx("div",{className:"flex gap-2 overflow-x-auto pb-1 -mx-1 px-1",style:{scrollbarWidth:"none",msOverflowStyle:"none"},children:t.map((u,c)=>e.jsx(ze,{suggestion:u,onClick:()=>i(u),variant:"bar"},c))})})}),Se=l.memo(function(){const{theme:t,state:s,showSuggestions:r}=v(),{chatHistory:o,isTyping:a,error:i}=s,u=de([o.length,a]),c=t==="dark",d=o[o.length-1],h=r&&d?.sender==="business"&&!a?d.suggestions:void 0;return e.jsxs("div",{className:`
117
113
  flex flex-col h-full w-full overflow-hidden
118
- ${f?"bg-zinc-950":"bg-white"}
119
- `;let m;t[3]===Symbol.for("react.memo_cache_sentinel")?(m=s.jsx(Je,{}),t[3]=m):m=t[3];let g;t[4]!==r?(g=r&&s.jsx("div",{className:"px-4 py-2 bg-red-500/10 border-b border-red-500/20",role:"alert",children:s.jsx("p",{className:"text-sm text-red-500",children:r})}),t[4]=r,t[5]=g):g=t[5];let p,y;t[6]===Symbol.for("react.memo_cache_sentinel")?(p=s.jsx(Qe,{}),y=s.jsx(ft,{}),t[6]=p,t[7]=y):(p=t[6],y=t[7]);let j;t[8]!==a?(j=s.jsxs("div",{ref:a,className:"flex-1 overflow-y-auto rcs-scrollbar",children:[p,y]}),t[8]=a,t[9]=j):j=t[9];let b;t[10]!==d?(b=d&&d.length>0&&s.jsx(xt,{suggestions:d}),t[10]=d,t[11]=b):b=t[11];const w=`
114
+ ${c?"bg-zinc-950":"bg-white"}
115
+ `,children:[e.jsx(ue,{}),i&&e.jsx("div",{className:"px-4 py-2 bg-red-500/10 border-b border-red-500/20",role:"alert",children:e.jsx("p",{className:"text-sm text-red-500",children:i})}),e.jsxs("div",{ref:u,className:"flex-1 overflow-y-auto rcs-scrollbar",children:[e.jsx(xe,{}),e.jsx(Me,{})]}),h&&h.length>0&&e.jsx(Ie,{suggestions:h}),e.jsxs("div",{className:`
120
116
  px-3 py-2 flex items-center gap-2
121
- ${f?"bg-zinc-900":"bg-white"}
122
- `,v=`
117
+ ${c?"bg-zinc-900":"bg-white"}
118
+ `,children:[e.jsx("button",{type:"button",className:`
123
119
  w-9 h-9 flex items-center justify-center rounded-full flex-shrink-0
124
120
  border transition-colors
125
- ${f?"border-zinc-700 text-zinc-400 hover:bg-zinc-800":"border-gray-300 text-gray-500 hover:bg-gray-100"}
126
- `;let k;t[12]===Symbol.for("react.memo_cache_sentinel")?(k=s.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 4v16m8-8H4"})}),t[12]=k):k=t[12];let N;t[13]!==v?(N=s.jsx("button",{type:"button",className:v,"aria-label":"Add attachment",children:k}),t[13]=v,t[14]=N):N=t[14];const L=`
121
+ ${c?"border-zinc-700 text-zinc-400 hover:bg-zinc-800":"border-gray-300 text-gray-500 hover:bg-gray-100"}
122
+ `,"aria-label":"Add attachment",children:e.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 4v16m8-8H4"})})}),e.jsxs("div",{className:`
127
123
  flex-1 flex items-center gap-2 px-4 py-2 rounded-full
128
- ${f?"bg-zinc-800":"bg-gray-100"}
129
- `,C=`flex-1 text-sm ${f?"text-zinc-500":"text-gray-400"}`;let R;t[15]!==C?(R=s.jsx("span",{className:C,children:"RCS message"}),t[15]=C,t[16]=R):R=t[16];const $=`p-1 ${f?"text-zinc-500":"text-gray-400"}`;let _;t[17]===Symbol.for("react.memo_cache_sentinel")?(_=s.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),t[17]=_):_=t[17];let M;t[18]!==$?(M=s.jsx("button",{type:"button",className:$,"aria-label":"Emoji",children:_}),t[18]=$,t[19]=M):M=t[19];const z=`p-1 ${f?"text-zinc-500":"text-gray-400"}`;let I;t[20]===Symbol.for("react.memo_cache_sentinel")?(I=s.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"})}),t[20]=I):I=t[20];let B;t[21]!==z?(B=s.jsx("button",{type:"button",className:z,"aria-label":"Attach image",children:I}),t[21]=z,t[22]=B):B=t[22];let A;t[23]!==L||t[24]!==R||t[25]!==M||t[26]!==B?(A=s.jsxs("div",{className:L,children:[R,M,B]}),t[23]=L,t[24]=R,t[25]=M,t[26]=B,t[27]=A):A=t[27];let O;t[28]===Symbol.for("react.memo_cache_sentinel")?(O=s.jsx("button",{type:"button",className:"w-10 h-10 flex items-center justify-center rounded-full bg-green-100 text-green-600 flex-shrink-0","aria-label":"Voice message",children:s.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:s.jsx("path",{d:"M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1 1.93c-3.94-.49-7-3.85-7-7.93h2c0 3.31 2.69 6 6 6s6-2.69 6-6h2c0 4.08-3.06 7.44-7 7.93V20h4v2H8v-2h4v-4.07z"})})}),t[28]=O):O=t[28];let F;t[29]!==N||t[30]!==A||t[31]!==w?(F=s.jsxs("div",{className:w,children:[N,A,O]}),t[29]=N,t[30]=A,t[31]=w,t[32]=F):F=t[32];let V;return t[33]!==u||t[34]!==F||t[35]!==g||t[36]!==j||t[37]!==b?(V=s.jsxs("div",{className:u,children:[m,g,j,b,F]}),t[33]=u,t[34]=F,t[35]=g,t[36]=j,t[37]=b,t[38]=V):V=t[38],V}),pt=S.memo(function(){const t=D.c(73),{theme:e,businessInfo:n,toggleProfile:l}=Z(),[i,x]=S.useState("info"),r=e==="dark",o=n.bannerImage||"https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=800&q=80",a=n.brandColor||"#0084ff",f=`
124
+ ${c?"bg-zinc-800":"bg-gray-100"}
125
+ `,children:[e.jsx("span",{className:`flex-1 text-sm ${c?"text-zinc-500":"text-gray-400"}`,children:"RCS message"}),e.jsx("button",{type:"button",className:`p-1 ${c?"text-zinc-500":"text-gray-400"}`,"aria-label":"Emoji",children:e.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})}),e.jsx("button",{type:"button",className:`p-1 ${c?"text-zinc-500":"text-gray-400"}`,"aria-label":"Attach image",children:e.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"})})})]}),e.jsx("button",{type:"button",className:"w-10 h-10 flex items-center justify-center rounded-full bg-green-100 text-green-600 flex-shrink-0","aria-label":"Voice message",children:e.jsx("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:e.jsx("path",{d:"M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm-1 1.93c-3.94-.49-7-3.85-7-7.93h2c0 3.31 2.69 6 6 6s6-2.69 6-6h2c0 4.08-3.06 7.44-7 7.93V20h4v2H8v-2h4v-4.07z"})})})]})]})}),Te=l.memo(function(){const{theme:t,businessInfo:s,toggleProfile:r}=v(),[o,a]=l.useState("info"),i=t==="dark",u=s.bannerImage||"https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=800&q=80",c=s.brandColor||"#0084ff";return e.jsxs("div",{className:`
130
126
  absolute inset-0 z-50 flex flex-col
131
- ${r?"bg-zinc-950":"bg-white"}
132
- `,h=`
127
+ ${i?"bg-zinc-950":"bg-white"}
128
+ `,children:[e.jsxs("header",{className:`
133
129
  flex items-center gap-3 px-4 py-3 border-b
134
- ${r?"bg-zinc-900 border-zinc-800":"bg-white border-gray-200"}
135
- `,d=`
130
+ ${i?"bg-zinc-900 border-zinc-800":"bg-white border-gray-200"}
131
+ `,children:[e.jsx("button",{onClick:r,className:`
136
132
  p-1.5 -ml-1.5 rounded-full transition-colors
137
- ${r?"hover:bg-zinc-800 text-white":"hover:bg-gray-100 text-gray-900"}
138
- `;let u;t[0]===Symbol.for("react.memo_cache_sentinel")?(u=s.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})}),t[0]=u):u=t[0];let m;t[1]!==d||t[2]!==l?(m=s.jsx("button",{onClick:l,className:d,"aria-label":"Go back",children:u}),t[1]=d,t[2]=l,t[3]=m):m=t[3];const g=`text-base font-medium ${r?"text-white":"text-gray-900"}`;let p;t[4]!==g?(p=s.jsx("span",{className:g,children:"Info & options"}),t[4]=g,t[5]=p):p=t[5];let y;t[6]!==h||t[7]!==m||t[8]!==p?(y=s.jsxs("header",{className:h,children:[m,p]}),t[6]=h,t[7]=m,t[8]=p,t[9]=y):y=t[9];let j;t[10]!==o?(j=s.jsx("div",{className:"relative h-40 bg-gray-200",children:s.jsx("img",{src:o,alt:"Business banner",className:"w-full h-full object-cover"})}),t[10]=o,t[11]=j):j=t[11];const b=`
133
+ ${i?"hover:bg-zinc-800 text-white":"hover:bg-gray-100 text-gray-900"}
134
+ `,"aria-label":"Go back",children:e.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})}),e.jsx("span",{className:`text-base font-medium ${i?"text-white":"text-gray-900"}`,children:"Info & options"})]}),e.jsxs("div",{className:"flex-1 overflow-y-auto",children:[e.jsx("div",{className:"relative h-40 bg-gray-200",children:e.jsx("img",{src:u,alt:"Business banner",className:"w-full h-full object-cover"})}),e.jsx("div",{className:"relative px-4",children:e.jsx("div",{className:`
139
135
  absolute -top-10 left-1/2 -translate-x-1/2
140
136
  w-20 h-20 rounded-full overflow-hidden border-4
141
- ${r?"border-zinc-950 bg-zinc-800":"border-white bg-gray-100"}
137
+ ${i?"border-zinc-950 bg-zinc-800":"border-white bg-gray-100"}
142
138
  shadow-lg
143
- `;let w;t[12]!==a||t[13]!==n.logo||t[14]!==n.name?(w=n.logo?s.jsx("img",{src:n.logo,alt:`${n.name} logo`,className:"w-full h-full object-cover"}):s.jsx("div",{className:"w-full h-full flex items-center justify-center text-2xl font-bold text-white",style:{backgroundColor:a},children:n.name.charAt(0).toUpperCase()}),t[12]=a,t[13]=n.logo,t[14]=n.name,t[15]=w):w=t[15];let v;t[16]!==w||t[17]!==b?(v=s.jsx("div",{className:"relative px-4",children:s.jsx("div",{className:b,children:w})}),t[16]=w,t[17]=b,t[18]=v):v=t[18];const k=`text-xl font-semibold ${r?"text-white":"text-gray-900"}`;let N;t[19]!==n.name||t[20]!==k?(N=s.jsx("h1",{className:k,children:n.name}),t[19]=n.name,t[20]=k,t[21]=N):N=t[21];let L;t[22]!==n.description||t[23]!==r?(L=n.description&&s.jsx("p",{className:`text-sm mt-1 ${r?"text-zinc-400":"text-gray-500"}`,children:n.description}),t[22]=n.description,t[23]=r,t[24]=L):L=t[24];let C;t[25]!==N||t[26]!==L?(C=s.jsxs("div",{className:"pt-12 pb-4 px-4 text-center",children:[N,L]}),t[25]=N,t[26]=L,t[27]=C):C=t[27];let R;t[28]!==a||t[29]!==n.phoneNumbers||t[30]!==r?(R=n.phoneNumbers&&n.phoneNumbers.length>0&&s.jsx(ue,{icon:"phone",label:"Call",isDark:r,brandColor:a,onClick:()=>{const T=n.phoneNumbers?.[0]?.number;T&&(window.location.href=`tel:${T}`)}}),t[28]=a,t[29]=n.phoneNumbers,t[30]=r,t[31]=R):R=t[31];let $;t[32]!==a||t[33]!==n.websites||t[34]!==r?($=n.websites&&n.websites.length>0&&s.jsx(ue,{icon:"globe",label:"Website",isDark:r,brandColor:a,onClick:()=>{const T=n.websites?.[0]?.url;T&&window.open(T,"_blank","noopener,noreferrer")}}),t[32]=a,t[33]=n.websites,t[34]=r,t[35]=$):$=t[35];let _;t[36]!==a||t[37]!==n.emails||t[38]!==r?(_=n.emails&&n.emails.length>0&&s.jsx(ue,{icon:"mail",label:"Contact",isDark:r,brandColor:a,onClick:()=>{const T=n.emails?.[0]?.email;T&&(window.location.href=`mailto:${T}`)}}),t[36]=a,t[37]=n.emails,t[38]=r,t[39]=_):_=t[39];let M;t[40]!==R||t[41]!==$||t[42]!==_?(M=s.jsxs("div",{className:"flex justify-center gap-4 px-4 pb-4",children:[R,$,_]}),t[40]=R,t[41]=$,t[42]=_,t[43]=M):M=t[43];const z=`
139
+ `,children:s.logo?e.jsx("img",{src:s.logo,alt:`${s.name} logo`,className:"w-full h-full object-cover"}):e.jsx("div",{className:"w-full h-full flex items-center justify-center text-2xl font-bold text-white",style:{backgroundColor:c},children:s.name.charAt(0).toUpperCase()})})}),e.jsxs("div",{className:"pt-12 pb-4 px-4 text-center",children:[e.jsx("h1",{className:`text-xl font-semibold ${i?"text-white":"text-gray-900"}`,children:s.name}),s.description&&e.jsx("p",{className:`text-sm mt-1 ${i?"text-zinc-400":"text-gray-500"}`,children:s.description})]}),e.jsxs("div",{className:"flex justify-center gap-4 px-4 pb-4",children:[s.phoneNumbers&&s.phoneNumbers.length>0&&e.jsx(E,{icon:"phone",label:"Call",isDark:i,brandColor:c,onClick:()=>{const d=s.phoneNumbers?.[0]?.number;d&&(window.location.href=`tel:${d}`)}}),s.websites&&s.websites.length>0&&e.jsx(E,{icon:"globe",label:"Website",isDark:i,brandColor:c,onClick:()=>{const d=s.websites?.[0]?.url;d&&window.open(d,"_blank","noopener,noreferrer")}}),s.emails&&s.emails.length>0&&e.jsx(E,{icon:"mail",label:"Contact",isDark:i,brandColor:c,onClick:()=>{const d=s.emails?.[0]?.email;d&&(window.location.href=`mailto:${d}`)}})]}),e.jsxs("div",{className:`
144
140
  flex mx-4 rounded-lg overflow-hidden border
145
- ${r?"border-zinc-700 bg-zinc-800":"border-gray-200 bg-gray-100"}
146
- `,I=i==="info";let B;t[44]===Symbol.for("react.memo_cache_sentinel")?(B=()=>x("info"),t[44]=B):B=t[44];let A;t[45]!==a||t[46]!==r||t[47]!==I?(A=s.jsx(ke,{active:I,onClick:B,isDark:r,brandColor:a,children:"Info"}),t[45]=a,t[46]=r,t[47]=I,t[48]=A):A=t[48];const O=i==="options";let F;t[49]===Symbol.for("react.memo_cache_sentinel")?(F=()=>x("options"),t[49]=F):F=t[49];let V;t[50]!==a||t[51]!==r||t[52]!==O?(V=s.jsx(ke,{active:O,onClick:F,isDark:r,brandColor:a,children:"Options"}),t[50]=a,t[51]=r,t[52]=O,t[53]=V):V=t[53];let J;t[54]!==z||t[55]!==A||t[56]!==V?(J=s.jsxs("div",{className:z,children:[A,V]}),t[54]=z,t[55]=A,t[56]=V,t[57]=J):J=t[57];let P;t[58]!==i||t[59]!==a||t[60]!==r?(P=s.jsx("div",{className:"p-4",children:i==="info"?s.jsx(bt,{isDark:r,brandColor:a}):s.jsx(yt,{isDark:r})}),t[58]=i,t[59]=a,t[60]=r,t[61]=P):P=t[61];let q;t[62]!==v||t[63]!==C||t[64]!==M||t[65]!==J||t[66]!==P||t[67]!==j?(q=s.jsxs("div",{className:"flex-1 overflow-y-auto",children:[j,v,C,M,J,P]}),t[62]=v,t[63]=C,t[64]=M,t[65]=J,t[66]=P,t[67]=j,t[68]=q):q=t[68];let K;return t[69]!==f||t[70]!==q||t[71]!==y?(K=s.jsxs("div",{className:f,children:[y,q]}),t[69]=f,t[70]=q,t[71]=y,t[72]=K):K=t[72],K}),ue=S.memo(function(t){const e=D.c(12),{icon:n,label:l,isDark:i,brandColor:x,onClick:r}=t;let o;e[0]===Symbol.for("react.memo_cache_sentinel")?(o={phone:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"}),globe:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"}),mail:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"})},e[0]=o):o=e[0];const a=o,f=`
141
+ ${i?"border-zinc-700 bg-zinc-800":"border-gray-200 bg-gray-100"}
142
+ `,children:[e.jsx(U,{active:o==="info",onClick:()=>a("info"),isDark:i,brandColor:c,children:"Info"}),e.jsx(U,{active:o==="options",onClick:()=>a("options"),isDark:i,brandColor:c,children:"Options"})]}),e.jsx("div",{className:"p-4",children:o==="info"?e.jsx(Ee,{isDark:i,brandColor:c}):e.jsx(Re,{isDark:i})})]})]})}),E=l.memo(function({icon:t,label:s,isDark:r,brandColor:o,onClick:a}){const i={phone:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"}),globe:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"}),mail:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"})};return e.jsxs("button",{onClick:a,className:`
147
143
  flex flex-col items-center gap-2 px-6 py-3 rounded-xl border transition-colors
148
- ${i?"bg-zinc-800 border-zinc-700 hover:bg-zinc-700":"bg-white border-gray-200 hover:bg-gray-50"}
149
- `,h=a[n];let d;e[1]!==x||e[2]!==h?(d=s.jsx("svg",{className:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:x,children:h}),e[1]=x,e[2]=h,e[3]=d):d=e[3];const u=`text-xs font-medium ${i?"text-zinc-300":"text-gray-600"}`;let m;e[4]!==l||e[5]!==u?(m=s.jsx("span",{className:u,children:l}),e[4]=l,e[5]=u,e[6]=m):m=e[6];let g;return e[7]!==r||e[8]!==f||e[9]!==d||e[10]!==m?(g=s.jsxs("button",{onClick:r,className:f,children:[d,m]}),e[7]=r,e[8]=f,e[9]=d,e[10]=m,e[11]=g):g=e[11],g}),ke=S.memo(function(t){const e=D.c(8),{active:n,onClick:l,isDark:i,brandColor:x,children:r}=t,o=`
144
+ ${r?"bg-zinc-800 border-zinc-700 hover:bg-zinc-700":"bg-white border-gray-200 hover:bg-gray-50"}
145
+ `,children:[e.jsx("svg",{className:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:o,children:i[t]}),e.jsx("span",{className:`text-xs font-medium ${r?"text-zinc-300":"text-gray-600"}`,children:s})]})}),U=l.memo(function({active:t,onClick:s,isDark:r,brandColor:o,children:a}){return e.jsx("button",{onClick:s,className:`
150
146
  flex-1 py-2.5 text-sm font-medium transition-colors rounded-lg
151
- ${n?"text-white":i?"text-zinc-400 hover:text-zinc-200":"text-gray-500 hover:text-gray-700"}
152
- `;let a;e[0]!==n||e[1]!==x?(a=n?{backgroundColor:x}:void 0,e[0]=n,e[1]=x,e[2]=a):a=e[2];let f;return e[3]!==r||e[4]!==l||e[5]!==o||e[6]!==a?(f=s.jsx("button",{onClick:l,className:o,style:a,children:r}),e[3]=r,e[4]=l,e[5]=o,e[6]=a,e[7]=f):f=e[7],f}),bt=S.memo(function(t){const e=D.c(19),{isDark:n,brandColor:l}=t,{businessInfo:i}=Z();if(!(i.phoneNumbers&&i.phoneNumbers.length>0||i.websites&&i.websites.length>0||i.emails&&i.emails.length>0)){const d=`text-center py-8 ${n?"text-zinc-500":"text-gray-400"}`;let u;return e[0]!==d?(u=s.jsx("div",{className:d,children:"No contact information available"}),e[0]=d,e[1]=u):u=e[1],u}const r=`
147
+ ${t?"text-white":r?"text-zinc-400 hover:text-zinc-200":"text-gray-500 hover:text-gray-700"}
148
+ `,style:t?{backgroundColor:o}:void 0,children:a})}),Ee=l.memo(function({isDark:t,brandColor:s}){const{businessInfo:r}=v();return r.phoneNumbers&&r.phoneNumbers.length>0||r.websites&&r.websites.length>0||r.emails&&r.emails.length>0?e.jsxs("div",{className:`
153
149
  rounded-xl overflow-hidden border divide-y
154
- ${n?"bg-zinc-900 border-zinc-800 divide-zinc-800":"bg-gray-50 border-gray-200 divide-gray-200"}
155
- `;let o;e[2]!==l||e[3]!==i.phoneNumbers||e[4]!==n?(o=i.phoneNumbers?.map((d,u)=>s.jsx(he,{icon:"phone",primary:d.number,secondary:d.label,isDark:n,brandColor:l,onClick:()=>window.location.href=`tel:${d.number}`},`phone-${u}`)),e[2]=l,e[3]=i.phoneNumbers,e[4]=n,e[5]=o):o=e[5];let a;e[6]!==l||e[7]!==i.websites||e[8]!==n?(a=i.websites?.map((d,u)=>s.jsx(he,{icon:"globe",primary:d.url.replace(/^https?:\/\//,""),secondary:d.label||"Website",isDark:n,brandColor:l,onClick:()=>window.open(d.url,"_blank","noopener,noreferrer")},`web-${u}`)),e[6]=l,e[7]=i.websites,e[8]=n,e[9]=a):a=e[9];let f;e[10]!==l||e[11]!==i.emails||e[12]!==n?(f=i.emails?.map((d,u)=>s.jsx(he,{icon:"mail",primary:d.email,secondary:d.label||"Email",isDark:n,brandColor:l,onClick:()=>window.location.href=`mailto:${d.email}`},`email-${u}`)),e[10]=l,e[11]=i.emails,e[12]=n,e[13]=f):f=e[13];let h;return e[14]!==r||e[15]!==o||e[16]!==a||e[17]!==f?(h=s.jsxs("div",{className:r,children:[o,a,f]}),e[14]=r,e[15]=o,e[16]=a,e[17]=f,e[18]=h):h=e[18],h}),he=S.memo(function(t){const e=D.c(20),{icon:n,primary:l,secondary:i,isDark:x,onClick:r}=t;let o;e[0]===Symbol.for("react.memo_cache_sentinel")?(o={phone:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z",globe:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9",mail:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"},e[0]=o):o=e[0];const a=o,f=`
150
+ ${t?"bg-zinc-900 border-zinc-800 divide-zinc-800":"bg-gray-50 border-gray-200 divide-gray-200"}
151
+ `,children:[r.phoneNumbers?.map((a,i)=>e.jsx(R,{icon:"phone",primary:a.number,secondary:a.label,isDark:t,brandColor:s,onClick:()=>window.location.href=`tel:${a.number}`},`phone-${i}`)),r.websites?.map((a,i)=>e.jsx(R,{icon:"globe",primary:a.url.replace(/^https?:\/\//,""),secondary:a.label||"Website",isDark:t,brandColor:s,onClick:()=>window.open(a.url,"_blank","noopener,noreferrer")},`web-${i}`)),r.emails?.map((a,i)=>e.jsx(R,{icon:"mail",primary:a.email,secondary:a.label||"Email",isDark:t,brandColor:s,onClick:()=>window.location.href=`mailto:${a.email}`},`email-${i}`))]}):e.jsx("div",{className:`text-center py-8 ${t?"text-zinc-500":"text-gray-400"}`,children:"No contact information available"})}),R=l.memo(function({icon:t,primary:s,secondary:r,isDark:o,onClick:a}){const i={phone:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z",globe:"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9",mail:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"};return e.jsxs("button",{onClick:a,className:`
156
152
  w-full flex items-center gap-4 px-4 py-3.5 text-left transition-colors
157
- ${x?"hover:bg-zinc-800":"hover:bg-gray-100"}
158
- `,h=`w-5 h-5 flex-shrink-0 ${x?"text-zinc-500":"text-gray-400"}`,d=a[n];let u;e[1]!==d?(u=s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d}),e[1]=d,e[2]=u):u=e[2];let m;e[3]!==h||e[4]!==u?(m=s.jsx("svg",{className:h,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:u}),e[3]=h,e[4]=u,e[5]=m):m=e[5];const g=`text-sm font-medium truncate ${x?"text-white":"text-gray-900"}`;let p;e[6]!==l||e[7]!==g?(p=s.jsx("p",{className:g,children:l}),e[6]=l,e[7]=g,e[8]=p):p=e[8];let y;e[9]!==x||e[10]!==i?(y=i&&s.jsx("p",{className:`text-xs truncate ${x?"text-zinc-500":"text-gray-500"}`,children:i}),e[9]=x,e[10]=i,e[11]=y):y=e[11];let j;e[12]!==p||e[13]!==y?(j=s.jsxs("div",{className:"flex-1 min-w-0",children:[p,y]}),e[12]=p,e[13]=y,e[14]=j):j=e[14];let b;return e[15]!==r||e[16]!==j||e[17]!==f||e[18]!==m?(b=s.jsxs("button",{onClick:r,className:f,children:[m,j]}),e[15]=r,e[16]=j,e[17]=f,e[18]=m,e[19]=b):b=e[19],b}),yt=S.memo(function(t){const e=D.c(9),{isDark:n}=t,l=`
153
+ ${o?"hover:bg-zinc-800":"hover:bg-gray-100"}
154
+ `,children:[e.jsx("svg",{className:`w-5 h-5 flex-shrink-0 ${o?"text-zinc-500":"text-gray-400"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:i[t]})}),e.jsxs("div",{className:"flex-1 min-w-0",children:[e.jsx("p",{className:`text-sm font-medium truncate ${o?"text-white":"text-gray-900"}`,children:s}),r&&e.jsx("p",{className:`text-xs truncate ${o?"text-zinc-500":"text-gray-500"}`,children:r})]})]})}),Re=l.memo(function({isDark:t}){return e.jsxs("div",{className:`
159
155
  rounded-xl overflow-hidden border divide-y
160
- ${n?"bg-zinc-900 border-zinc-800 divide-zinc-800":"bg-gray-50 border-gray-200 divide-gray-200"}
161
- `;let i,x,r;e[0]!==n?(i=s.jsx(xe,{icon:"bell",label:"Notifications",isDark:n}),x=s.jsx(xe,{icon:"block",label:"Block & report spam",isDark:n}),r=s.jsx(xe,{icon:"info",label:"About RCS",isDark:n}),e[0]=n,e[1]=i,e[2]=x,e[3]=r):(i=e[1],x=e[2],r=e[3]);let o;return e[4]!==l||e[5]!==i||e[6]!==x||e[7]!==r?(o=s.jsxs("div",{className:l,children:[i,x,r]}),e[4]=l,e[5]=i,e[6]=x,e[7]=r,e[8]=o):o=e[8],o}),xe=S.memo(function(t){const e=D.c(13),{icon:n,label:l,isDark:i}=t;let x;e[0]===Symbol.for("react.memo_cache_sentinel")?(x={bell:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",block:"M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636",info:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"},e[0]=x):x=e[0];const r=x,o=`
156
+ ${t?"bg-zinc-900 border-zinc-800 divide-zinc-800":"bg-gray-50 border-gray-200 divide-gray-200"}
157
+ `,children:[e.jsx(B,{icon:"bell",label:"Notifications",isDark:t}),e.jsx(B,{icon:"block",label:"Block & report spam",isDark:t}),e.jsx(B,{icon:"info",label:"About RCS",isDark:t})]})}),B=l.memo(function({icon:t,label:s,isDark:r}){const o={bell:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",block:"M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636",info:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"};return e.jsxs("button",{className:`
162
158
  w-full flex items-center gap-4 px-4 py-3.5 text-left transition-colors
163
- ${i?"hover:bg-zinc-800":"hover:bg-gray-100"}
164
- `,a=`w-5 h-5 flex-shrink-0 ${i?"text-zinc-500":"text-gray-400"}`,f=r[n];let h;e[1]!==f?(h=s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:f}),e[1]=f,e[2]=h):h=e[2];let d;e[3]!==a||e[4]!==h?(d=s.jsx("svg",{className:a,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:h}),e[3]=a,e[4]=h,e[5]=d):d=e[5];const u=`text-sm font-medium ${i?"text-white":"text-gray-900"}`;let m;e[6]!==l||e[7]!==u?(m=s.jsx("span",{className:u,children:l}),e[6]=l,e[7]=u,e[8]=m):m=e[8];let g;return e[9]!==o||e[10]!==d||e[11]!==m?(g=s.jsxs("button",{className:o,children:[d,m]}),e[9]=o,e[10]=d,e[11]=m,e[12]=g):g=e[12],g}),Ne={FULL:"h-full",TALL:"h-[80%]",HALF:"h-[50%]"},Ae=S.memo(function(){const t=D.c(65),{theme:e,businessInfo:n,webView:l,closeWebView:i}=Z(),[x,r]=S.useState(!0),[o,a]=S.useState(!1),f=e==="dark",h=n.brandColor||"#0084ff";let d;t[0]!==l?.url?(d=()=>{l?.url&&(r(!0),a(!1))},t[0]=l?.url,t[1]=d):d=t[1];const u=l?.url;let m;t[2]!==u?(m=[u],t[2]=u,t[3]=m):m=t[3],S.useEffect(d,m);let g;t[4]===Symbol.for("react.memo_cache_sentinel")?(g=()=>{r(!1)},t[4]=g):g=t[4];const p=g;let y;t[5]===Symbol.for("react.memo_cache_sentinel")?(y=()=>{r(!1),a(!0)},t[5]=y):y=t[5];const j=y,b=jt;if(!l||!l.isOpen)return null;const{url:w,viewMode:v,title:k,postbackData:N}=l;let L;t[6]!==k||t[7]!==w?(L=k||b(w),t[6]=k,t[7]=w,t[8]=L):L=t[8];const C=L,R=v==="FULL",$=v==="TALL"||v==="HALF",_=Ne[v]||Ne.TALL,M=`
159
+ ${r?"hover:bg-zinc-800":"hover:bg-gray-100"}
160
+ `,children:[e.jsx("svg",{className:`w-5 h-5 flex-shrink-0 ${r?"text-zinc-500":"text-gray-400"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:o[t]})}),e.jsx("span",{className:`text-sm font-medium ${r?"text-white":"text-gray-900"}`,children:s})]})}),D={FULL:"h-full",TALL:"h-[80%]",HALF:"h-[50%]"},Z=l.memo(function(){const{theme:t,businessInfo:s,webView:r,closeWebView:o}=v(),[a,i]=l.useState(!0),[u,c]=l.useState(!1),d=t==="dark",h=s.brandColor||"#0084ff";l.useEffect(()=>{r?.url&&(i(!0),c(!1))},[r?.url]);const m=l.useCallback(()=>{i(!1)},[]),y=l.useCallback(()=>{i(!1),c(!0)},[]),g=w=>{try{return new URL(w).hostname}catch{return"Web Page"}};if(!r||!r.isOpen)return null;const{url:k,viewMode:p,title:f,postbackData:b}=r,x=f||g(k),j=p==="FULL",N=p==="TALL"||p==="HALF",M=D[p]||D.TALL;return e.jsxs("div",{className:`
165
161
  rcs-webview-overlay absolute inset-0 z-50 flex flex-col
166
- ${R?"":"justify-end"}
167
- ${f?"bg-black/60":"bg-black/40"}
168
- `,z=`WebView: ${C}`;let I;t[9]!==i||t[10]!==$?(I=$&&s.jsx("button",{type:"button",className:"absolute inset-0 w-full h-full cursor-default",onClick:i,"aria-label":"Close WebView"}),t[9]=i,t[10]=$,t[11]=I):I=t[11];const B=`
162
+ ${j?"":"justify-end"}
163
+ ${d?"bg-black/60":"bg-black/40"}
164
+ `,role:"dialog","aria-modal":"true","aria-label":`WebView: ${x}`,"data-postback":b,"data-view-mode":p,children:[N&&e.jsx("button",{type:"button",className:"absolute inset-0 w-full h-full cursor-default",onClick:o,"aria-label":"Close WebView"}),e.jsxs("div",{className:`
169
165
  rcs-webview-container relative flex flex-col overflow-hidden
170
- ${f?"bg-zinc-900":"bg-white"}
171
- ${_} w-full
172
- ${$?"rounded-t-2xl shadow-2xl":""}
173
- `;let A;t[12]===Symbol.for("react.memo_cache_sentinel")?(A={position:"relative",zIndex:1},t[12]=A):A=t[12];const O=`
166
+ ${d?"bg-zinc-900":"bg-white"}
167
+ ${M} w-full
168
+ ${N?"rounded-t-2xl shadow-2xl":""}
169
+ `,style:{position:"relative",zIndex:1},children:[e.jsxs("header",{className:`
174
170
  rcs-webview-header flex items-center gap-3 px-2 py-2 flex-shrink-0
175
171
  border-b
176
- ${f?"bg-zinc-900 border-zinc-800":"bg-white border-gray-200"}
177
- `,F=`
172
+ ${d?"bg-zinc-900 border-zinc-800":"bg-white border-gray-200"}
173
+ `,children:[e.jsx("button",{type:"button",onClick:o,className:`
178
174
  rcs-webview-close w-10 h-10 rounded-full flex items-center justify-center
179
175
  transition-colors
180
- ${f?"text-white hover:bg-zinc-800":"text-gray-700 hover:bg-gray-100"}
181
- `;let V;t[13]===Symbol.for("react.memo_cache_sentinel")?(V=s.jsx("svg",{className:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19l-7-7 7-7"})}),t[13]=V):V=t[13];let J;t[14]!==i||t[15]!==F?(J=s.jsx("button",{type:"button",onClick:i,className:F,"aria-label":"Close WebView",children:V}),t[14]=i,t[15]=F,t[16]=J):J=t[16];const P=`
176
+ ${d?"text-white hover:bg-zinc-800":"text-gray-700 hover:bg-gray-100"}
177
+ `,"aria-label":"Close WebView",children:e.jsx("svg",{className:"w-6 h-6",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19l-7-7 7-7"})})}),e.jsxs("div",{className:"flex-1 min-w-0",children:[e.jsx("h2",{className:`
182
178
  rcs-webview-title text-base font-medium truncate
183
- ${f?"text-white":"text-gray-900"}
184
- `;let q;t[17]!==C||t[18]!==P?(q=s.jsx("h2",{className:P,children:C}),t[17]=C,t[18]=P,t[19]=q):q=t[19];const K=`
179
+ ${d?"text-white":"text-gray-900"}
180
+ `,children:x}),e.jsx("p",{className:`
185
181
  rcs-webview-url text-xs truncate
186
- ${f?"text-zinc-400":"text-gray-500"}
187
- `;let T;t[20]!==w?(T=b(w),t[20]=w,t[21]=T):T=t[21];let G;t[22]!==K||t[23]!==T?(G=s.jsx("p",{className:K,children:T}),t[22]=K,t[23]=T,t[24]=G):G=t[24];let E;t[25]!==q||t[26]!==G?(E=s.jsxs("div",{className:"flex-1 min-w-0",children:[q,G]}),t[25]=q,t[26]=G,t[27]=E):E=t[27];const Y=`
182
+ ${d?"text-zinc-400":"text-gray-500"}
183
+ `,children:g(k)})]}),e.jsx("button",{type:"button",className:`
188
184
  w-10 h-10 rounded-full flex items-center justify-center
189
- ${f?"text-zinc-400 hover:bg-zinc-800":"text-gray-500 hover:bg-gray-100"}
190
- `;let W;t[28]===Symbol.for("react.memo_cache_sentinel")?(W=s.jsxs("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:[s.jsx("circle",{cx:"12",cy:"5",r:"2"}),s.jsx("circle",{cx:"12",cy:"12",r:"2"}),s.jsx("circle",{cx:"12",cy:"19",r:"2"})]}),t[28]=W):W=t[28];let U;t[29]!==Y?(U=s.jsx("button",{type:"button",className:Y,"aria-label":"More options",children:W}),t[29]=Y,t[30]=U):U=t[30];let H;t[31]!==O||t[32]!==J||t[33]!==E||t[34]!==U?(H=s.jsxs("header",{className:O,children:[J,E,U]}),t[31]=O,t[32]=J,t[33]=E,t[34]=U,t[35]=H):H=t[35];let Q;t[36]!==h||t[37]!==x?(Q=x&&s.jsx("div",{className:"rcs-webview-loading absolute top-14 left-0 right-0 h-1 overflow-hidden",style:{backgroundColor:`${h}20`},children:s.jsx("div",{className:"h-full animate-pulse",style:{backgroundColor:h,animation:"webview-loading 1.5s ease-in-out infinite",width:"30%"}})}),t[36]=h,t[37]=x,t[38]=Q):Q=t[38];let X;t[39]!==i||t[40]!==f||t[41]!==o?(X=o&&s.jsxs("div",{className:`
185
+ ${d?"text-zinc-400 hover:bg-zinc-800":"text-gray-500 hover:bg-gray-100"}
186
+ `,"aria-label":"More options",children:e.jsxs("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:[e.jsx("circle",{cx:"12",cy:"5",r:"2"}),e.jsx("circle",{cx:"12",cy:"12",r:"2"}),e.jsx("circle",{cx:"12",cy:"19",r:"2"})]})})]}),a&&e.jsx("div",{className:"rcs-webview-loading absolute top-14 left-0 right-0 h-1 overflow-hidden",style:{backgroundColor:`${h}20`},children:e.jsx("div",{className:"h-full animate-pulse",style:{backgroundColor:h,animation:"webview-loading 1.5s ease-in-out infinite",width:"30%"}})}),u&&e.jsxs("div",{className:`
191
187
  rcs-webview-error flex-1 flex flex-col items-center justify-center p-6 text-center
192
- ${f?"text-zinc-400":"text-gray-500"}
193
- `,children:[s.jsx("svg",{className:"w-16 h-16 mb-4 opacity-50",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})}),s.jsx("p",{className:"text-sm font-medium mb-2",children:"Unable to load page"}),s.jsx("p",{className:"text-xs opacity-75 mb-4",children:"This content cannot be displayed in the emulator"}),s.jsx("button",{type:"button",onClick:i,className:`
188
+ ${d?"text-zinc-400":"text-gray-500"}
189
+ `,children:[e.jsx("svg",{className:"w-16 h-16 mb-4 opacity-50",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})}),e.jsx("p",{className:"text-sm font-medium mb-2",children:"Unable to load page"}),e.jsx("p",{className:"text-xs opacity-75 mb-4",children:"This content cannot be displayed in the emulator"}),e.jsx("button",{type:"button",onClick:o,className:`
194
190
  px-4 py-2 rounded-full text-sm font-medium
195
- ${f?"bg-zinc-800 text-white hover:bg-zinc-700":"bg-gray-100 text-gray-700 hover:bg-gray-200"}
196
- `,children:"Go Back"})]}),t[39]=i,t[40]=f,t[41]=o,t[42]=X):X=t[42];let ee;t[43]!==C||t[44]!==o||t[45]!==w?(ee=!o&&s.jsx("div",{className:"rcs-webview-iframe-container flex-1 overflow-hidden",children:s.jsx("iframe",{src:w,title:C,className:"w-full h-full border-0",onLoad:p,onError:j,sandbox:"allow-scripts allow-same-origin allow-forms allow-popups",referrerPolicy:"no-referrer-when-downgrade",loading:"lazy"})}),t[43]=C,t[44]=o,t[45]=w,t[46]=ee):ee=t[46];let te;t[47]!==$||t[48]!==f?(te=$&&s.jsx("div",{className:`
191
+ ${d?"bg-zinc-800 text-white hover:bg-zinc-700":"bg-gray-100 text-gray-700 hover:bg-gray-200"}
192
+ `,children:"Go Back"})]}),!u&&e.jsx("div",{className:"rcs-webview-iframe-container flex-1 overflow-hidden",children:e.jsx("iframe",{src:k,title:x,className:"w-full h-full border-0",onLoad:m,onError:y,sandbox:"allow-scripts allow-same-origin allow-forms allow-popups",referrerPolicy:"no-referrer-when-downgrade",loading:"lazy"})}),N&&e.jsx("div",{className:`
197
193
  rcs-webview-safe-area h-2 flex-shrink-0
198
- ${f?"bg-zinc-900":"bg-white"}
199
- `}),t[47]=$,t[48]=f,t[49]=te):te=t[49];let ne;t[50]!==H||t[51]!==Q||t[52]!==X||t[53]!==ee||t[54]!==te||t[55]!==B?(ne=s.jsxs("div",{className:B,style:A,children:[H,Q,X,ee,te]}),t[50]=H,t[51]=Q,t[52]=X,t[53]=ee,t[54]=te,t[55]=B,t[56]=ne):ne=t[56];let oe;t[57]===Symbol.for("react.memo_cache_sentinel")?(oe=s.jsx("style",{children:`
194
+ ${d?"bg-zinc-900":"bg-white"}
195
+ `})]}),e.jsx("style",{children:`
200
196
  @keyframes webview-loading {
201
197
  0% { transform: translateX(-100%); }
202
198
  50% { transform: translateX(200%); }
203
199
  100% { transform: translateX(-100%); }
204
200
  }
205
- `}),t[57]=oe):oe=t[57];let ie;return t[58]!==N||t[59]!==ne||t[60]!==M||t[61]!==z||t[62]!==I||t[63]!==v?(ie=s.jsxs("div",{className:M,role:"dialog","aria-modal":"true","aria-label":z,"data-postback":N,"data-view-mode":v,children:[I,ne,oe]}),t[58]=N,t[59]=ne,t[60]=M,t[61]=z,t[62]=I,t[63]=v,t[64]=ie):ie=t[64],ie});function jt(c){try{return new URL(c).hostname}catch{return"Web Page"}}const vt=S.memo(function(t){const e=D.c(39),{onUnlock:n,messagePreview:l}=t,i=l===void 0?"New message":l,{theme:x,businessInfo:r}=Z();let o;e[0]===Symbol.for("react.memo_cache_sentinel")?(o=new Date,e[0]=o):o=e[0];const[a,f]=S.useState(o),h=x==="dark";let d,u;e[1]===Symbol.for("react.memo_cache_sentinel")?(d=()=>{const F=setInterval(()=>{f(new Date)},1e3);return()=>clearInterval(F)},u=[],e[1]=d,e[2]=u):(d=e[1],u=e[2]),S.useEffect(d,u);let m;e[3]!==a?(m=a.toLocaleTimeString([],{hour:"numeric",minute:"2-digit",hour12:!0}),e[3]=a,e[4]=m):m=e[4];const g=m;let p;e[5]!==a?(p=a.toLocaleDateString([],{weekday:"short",month:"long",day:"numeric"}),e[5]=a,e[6]=p):p=e[6];const y=p,j=`
201
+ `})]})}),Be=l.memo(function({onUnlock:t,messagePreview:s="New message"}){const{theme:r,businessInfo:o}=v(),[a,i]=l.useState(new Date),u=r==="dark";l.useEffect(()=>{const m=setInterval(()=>{i(new Date)},1e3);return()=>clearInterval(m)},[]);const c=a.toLocaleTimeString([],{hour:"numeric",minute:"2-digit",hour12:!0}),d=a.toLocaleDateString([],{weekday:"short",month:"long",day:"numeric"});return e.jsxs("div",{className:`
206
202
  lock-screen flex flex-col h-full w-full select-none
207
- ${h?"bg-zinc-900":"bg-zinc-800"}
208
- `;let b;e[7]===Symbol.for("react.memo_cache_sentinel")?(b=s.jsx("div",{className:"h-6"}),e[7]=b):b=e[7];let w;e[8]===Symbol.for("react.memo_cache_sentinel")?(w=s.jsx("div",{className:"flex justify-center mt-4",children:s.jsx("div",{className:"w-8 h-8 rounded-full bg-zinc-700 flex items-center justify-center",children:s.jsx("svg",{className:"w-4 h-4 text-zinc-400",fill:"currentColor",viewBox:"0 0 20 20",children:s.jsx("path",{fillRule:"evenodd",d:"M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z",clipRule:"evenodd"})})})}),e[8]=w):w=e[8];let v;e[9]!==g?(v=s.jsx("div",{className:"mt-6 text-center",children:s.jsx("h1",{className:"text-5xl font-light text-white tracking-tight",children:g})}),e[9]=g,e[10]=v):v=e[10];let k;e[11]!==y?(k=s.jsx("p",{className:"text-zinc-400 text-sm",children:y}),e[11]=y,e[12]=k):k=e[12];let N;e[13]===Symbol.for("react.memo_cache_sentinel")?(N=s.jsxs("div",{className:"flex items-center justify-center gap-1 mt-1 text-zinc-500 text-xs",children:[s.jsx("svg",{className:"w-3.5 h-3.5",fill:"currentColor",viewBox:"0 0 20 20",children:s.jsx("path",{d:"M5.5 16a3.5 3.5 0 01-.369-6.98 4 4 0 117.753-1.977A4.5 4.5 0 1113.5 16h-8z"})}),s.jsx("span",{children:"19°C"})]}),e[13]=N):N=e[13];let L;e[14]!==k?(L=s.jsxs("div",{className:"mt-2 text-center",children:[k,N]}),e[14]=k,e[15]=L):L=e[15];let C;e[16]===Symbol.for("react.memo_cache_sentinel")?(C=s.jsx("div",{className:"h-24"}),e[16]=C):C=e[16];let R;e[17]!==r.logo||e[18]!==r.name?(R=s.jsx("div",{className:"w-12 h-12 rounded-xl bg-zinc-900 flex items-center justify-center flex-shrink-0 overflow-hidden",children:r.logo?s.jsx("img",{src:r.logo,alt:r.name,className:"w-full h-full object-cover"}):s.jsx("div",{className:"text-white",children:s.jsxs("svg",{className:"w-7 h-7",viewBox:"0 0 24 24",fill:"currentColor",children:[s.jsx("circle",{cx:"12",cy:"12",r:"1.5"}),s.jsx("circle",{cx:"12",cy:"6",r:"1"}),s.jsx("circle",{cx:"12",cy:"18",r:"1"}),s.jsx("circle",{cx:"6",cy:"12",r:"1"}),s.jsx("circle",{cx:"18",cy:"12",r:"1"}),s.jsx("circle",{cx:"8",cy:"8",r:"0.8"}),s.jsx("circle",{cx:"16",cy:"8",r:"0.8"}),s.jsx("circle",{cx:"8",cy:"16",r:"0.8"}),s.jsx("circle",{cx:"16",cy:"16",r:"0.8"}),s.jsx("circle",{cx:"6",cy:"6",r:"0.5"}),s.jsx("circle",{cx:"18",cy:"6",r:"0.5"}),s.jsx("circle",{cx:"6",cy:"18",r:"0.5"}),s.jsx("circle",{cx:"18",cy:"18",r:"0.5"})]})})}),e[17]=r.logo,e[18]=r.name,e[19]=R):R=e[19];let $;e[20]!==r.name?($=s.jsx("p",{className:"text-sm font-semibold text-gray-900 truncate",children:r.name}),e[20]=r.name,e[21]=$):$=e[21];let _;e[22]!==i?(_=s.jsx("p",{className:"text-sm text-gray-500 truncate",children:i}),e[22]=i,e[23]=_):_=e[23];let M;e[24]!==$||e[25]!==_?(M=s.jsxs("div",{className:"flex-1 text-left min-w-0",children:[$,_]}),e[24]=$,e[25]=_,e[26]=M):M=e[26];let z;e[27]===Symbol.for("react.memo_cache_sentinel")?(z=s.jsx("span",{className:"text-xs text-gray-400 flex-shrink-0",children:"now"}),e[27]=z):z=e[27];let I;e[28]!==n||e[29]!==R||e[30]!==M?(I=s.jsx("div",{className:"px-4 pb-8",children:s.jsxs("button",{onClick:n,className:`w-full bg-white rounded-2xl p-3 flex items-center gap-3 shadow-lg
209
- transition-transform active:scale-[0.98] hover:shadow-xl`,children:[R,M,z]})}),e[28]=n,e[29]=R,e[30]=M,e[31]=I):I=e[31];let B;e[32]===Symbol.for("react.memo_cache_sentinel")?(B=s.jsx("div",{className:"flex-1"}),e[32]=B):B=e[32];let A;e[33]===Symbol.for("react.memo_cache_sentinel")?(A=s.jsx("div",{className:"flex justify-center pb-2",children:s.jsx("div",{className:"w-32 h-1 rounded-full bg-zinc-600"})}),e[33]=A):A=e[33];let O;return e[34]!==v||e[35]!==L||e[36]!==I||e[37]!==j?(O=s.jsxs("div",{className:j,children:[b,w,v,L,C,I,B,A]}),e[34]=v,e[35]=L,e[36]=I,e[37]=j,e[38]=O):O=e[38],O}),Ce={name:"Business",verified:!1},wt=S.memo(function(t){const e=D.c(24),{flow:n,onUserReply:l,theme:i,device:x,businessInfo:r,showSuggestions:o}=t;let a;e[0]!==n||e[1]!==l?(a={flow:n,onUserReply:l,typingDelay:800},e[0]=n,e[1]=l,e[2]=a):a=e[2];const{state:f,handleReply:h,handleAction:d}=qe(a),[u,m]=S.useState(!1);let g;e[3]===Symbol.for("react.memo_cache_sentinel")?(g=()=>{m(kt)},e[3]=g):g=e[3];const p=g,[y,j]=S.useState(null);let b;e[4]===Symbol.for("react.memo_cache_sentinel")?(b=M=>{j({...M,isOpen:!0})},e[4]=b):b=e[4];const w=b;let v;e[5]===Symbol.for("react.memo_cache_sentinel")?(v=()=>{j(null)},e[5]=v):v=e[5];const k=v;let N;e[6]!==d||e[7]!==l?(N=M=>{if(!se(M))return;const z=_e(M);if(z){w({url:z.url,viewMode:z.webviewViewMode||"TALL",title:z.description||"",postbackData:M.action.postback.data}),l({type:"action",postbackData:M.action.postback.data,displayText:M.action.displayText,timestamp:Date.now(),actionData:{type:"webview",url:z.url,viewMode:z.webviewViewMode||"TALL",description:z.description}});return}d(M)},e[6]=d,e[7]=l,e[8]=N):N=e[8];const L=N;let C;e[9]===Symbol.for("react.memo_cache_sentinel")?(C=s.jsx(gt,{}),e[9]=C):C=e[9];let R;e[10]!==u?(R=u&&s.jsx(pt,{}),e[10]=u,e[11]=R):R=e[11];let $;e[12]===Symbol.for("react.memo_cache_sentinel")?($=s.jsx(Ae,{}),e[12]=$):$=e[12];let _;return e[13]!==r||e[14]!==x||e[15]!==L||e[16]!==h||e[17]!==u||e[18]!==o||e[19]!==f||e[20]!==R||e[21]!==i||e[22]!==y?(_=s.jsxs(Se,{theme:i,device:x,businessInfo:r,state:f,showSuggestions:o,isProfileOpen:u,toggleProfile:p,onReply:h,onAction:L,webView:y,openWebView:w,closeWebView:k,children:[C,R,$]}),e[13]=r,e[14]=x,e[15]=L,e[16]=h,e[17]=u,e[18]=o,e[19]=f,e[20]=R,e[21]=i,e[22]=y,e[23]=_):_=e[23],_}),Te=S.memo(function(t){const e=D.c(84),{messages:n,jsonUrl:l,onUserReply:i,theme:x,device:r,businessInfo:o,className:a,width:f,height:h,showSuggestions:d,showLockScreen:u}=t,m=x===void 0?"light":x,g=r===void 0?"android":r,p=a===void 0?"":a,y=f===void 0?375:f,j=h===void 0?667:h,b=d===void 0?!0:d,w=u===void 0?!1:u,[v,k]=S.useState(w);let N;e[0]===Symbol.for("react.memo_cache_sentinel")?(N=()=>{k(!1)},e[0]=N):N=e[0];const L=N,{data:C,isLoading:R,error:$}=Ie(l),_=l?C:n;let M;e[1]!==_?(M=_?$e(_):!1,e[1]=_,e[2]=M):M=e[2];const z=M;let I;e[3]!==o||e[4]!==_?.name?(I=()=>({...Ce,...o,name:o?.name||_?.name||Ce.name}),e[3]=o,e[4]=_?.name,e[5]=I):I=e[5],_?.name;let B;e[6]!==I?(B=I(),e[6]=I,e[7]=B):B=e[7];const A=B;let O;e[8]!==_||e[9]!==z?(O=_&&z?ze(_):"New message",e[8]=_,e[9]=z,e[10]=O):O=e[10];const F=O,V=m==="dark";let J;e[11]!==p||e[12]!==g||e[13]!==j||e[14]!==V||e[15]!==m||e[16]!==y?(J=T=>{const{children:G}=T;return s.jsx("div",{className:`
203
+ ${u?"bg-zinc-900":"bg-zinc-800"}
204
+ `,children:[e.jsx("div",{className:"h-6"}),e.jsx("div",{className:"flex justify-center mt-4",children:e.jsx("div",{className:"w-8 h-8 rounded-full bg-zinc-700 flex items-center justify-center",children:e.jsx("svg",{className:"w-4 h-4 text-zinc-400",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{fillRule:"evenodd",d:"M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z",clipRule:"evenodd"})})})}),e.jsx("div",{className:"mt-6 text-center",children:e.jsx("h1",{className:"text-5xl font-light text-white tracking-tight",children:c})}),e.jsxs("div",{className:"mt-2 text-center",children:[e.jsx("p",{className:"text-zinc-400 text-sm",children:d}),e.jsxs("div",{className:"flex items-center justify-center gap-1 mt-1 text-zinc-500 text-xs",children:[e.jsx("svg",{className:"w-3.5 h-3.5",fill:"currentColor",viewBox:"0 0 20 20",children:e.jsx("path",{d:"M5.5 16a3.5 3.5 0 01-.369-6.98 4 4 0 117.753-1.977A4.5 4.5 0 1113.5 16h-8z"})}),e.jsx("span",{children:"19°C"})]})]}),e.jsx("div",{className:"h-24"}),e.jsx("div",{className:"px-4 pb-8",children:e.jsxs("button",{onClick:t,className:`w-full bg-white rounded-2xl p-3 flex items-center gap-3 shadow-lg
205
+ transition-transform active:scale-[0.98] hover:shadow-xl`,children:[e.jsx("div",{className:"w-12 h-12 rounded-xl bg-zinc-900 flex items-center justify-center flex-shrink-0 overflow-hidden",children:o.logo?e.jsx("img",{src:o.logo,alt:o.name,className:"w-full h-full object-cover"}):e.jsx("div",{className:"text-white",children:e.jsxs("svg",{className:"w-7 h-7",viewBox:"0 0 24 24",fill:"currentColor",children:[e.jsx("circle",{cx:"12",cy:"12",r:"1.5"}),e.jsx("circle",{cx:"12",cy:"6",r:"1"}),e.jsx("circle",{cx:"12",cy:"18",r:"1"}),e.jsx("circle",{cx:"6",cy:"12",r:"1"}),e.jsx("circle",{cx:"18",cy:"12",r:"1"}),e.jsx("circle",{cx:"8",cy:"8",r:"0.8"}),e.jsx("circle",{cx:"16",cy:"8",r:"0.8"}),e.jsx("circle",{cx:"8",cy:"16",r:"0.8"}),e.jsx("circle",{cx:"16",cy:"16",r:"0.8"}),e.jsx("circle",{cx:"6",cy:"6",r:"0.5"}),e.jsx("circle",{cx:"18",cy:"6",r:"0.5"}),e.jsx("circle",{cx:"6",cy:"18",r:"0.5"}),e.jsx("circle",{cx:"18",cy:"18",r:"0.5"})]})})}),e.jsxs("div",{className:"flex-1 text-left min-w-0",children:[e.jsx("p",{className:"text-sm font-semibold text-gray-900 truncate",children:o.name}),e.jsx("p",{className:"text-sm text-gray-500 truncate",children:s})]}),e.jsx("span",{className:"text-xs text-gray-400 flex-shrink-0",children:"now"})]})}),e.jsx("div",{className:"flex-1"}),e.jsx("div",{className:"flex justify-center pb-2",children:e.jsx("div",{className:"w-32 h-1 rounded-full bg-zinc-600"})})]})}),O={name:"Business",verified:!1},We=l.memo(function({flow:t,onUserReply:s,theme:r,device:o,businessInfo:a,showSuggestions:i}){const{state:u,handleReply:c,handleAction:d}=ce({flow:t,onUserReply:s,typingDelay:800}),[h,m]=l.useState(!1),y=l.useCallback(()=>{m(x=>!x)},[]),[g,k]=l.useState(null),p=l.useCallback(x=>{k({...x,isOpen:!0})},[]),f=l.useCallback(()=>{k(null)},[]),b=l.useCallback(x=>{if(!C(x))return;const j=P(x);if(j){p({url:j.url,viewMode:j.webviewViewMode||"TALL",title:j.description||"",postbackData:x.action.postback.data}),s({type:"action",postbackData:x.action.postback.data,displayText:x.action.displayText,timestamp:Date.now(),actionData:{type:"webview",url:j.url,viewMode:j.webviewViewMode||"TALL",description:j.description}});return}d(x)},[d,p,s]);return e.jsxs(F,{theme:r,device:o,businessInfo:a,state:u,showSuggestions:i,isProfileOpen:h,toggleProfile:y,onReply:c,onAction:b,webView:g,openWebView:p,closeWebView:f,children:[e.jsx(Se,{}),h&&e.jsx(Te,{}),e.jsx(Z,{})]})}),K=l.memo(function({messages:t,jsonUrl:s,onUserReply:r,theme:o="light",device:a="android",businessInfo:i,className:u="",width:c=375,height:d=667,showSuggestions:h=!0,showLockScreen:m=!1}){const[y,g]=l.useState(m),k=l.useCallback(()=>{g(!1)},[]),{data:p,isLoading:f,error:b}=X(s),x=s?p:t,j=l.useMemo(()=>x?J(x):!1,[x]),N=l.useMemo(()=>({...O,...i,name:i?.name||x?.name||O.name}),[i,x?.name]),M=l.useMemo(()=>x&&j?Y(x):"New message",[x,j]),w=o==="dark",L=({children:z})=>e.jsx("div",{className:`
210
206
  rcs-emulator relative overflow-hidden
211
207
  rounded-2xl shadow-2xl
212
- ${V?"bg-zinc-950":"bg-white"}
213
- ${p}
214
- `,style:{width:y,height:j},role:"application","aria-label":"RCS Message Emulator","data-theme":m,"data-device":g,children:G})},e[11]=p,e[12]=g,e[13]=j,e[14]=V,e[15]=m,e[16]=y,e[17]=J):J=e[17];const P=J;if(l&&R){const T=`
208
+ ${w?"bg-zinc-950":"bg-white"}
209
+ ${u}
210
+ `,style:{width:c,height:d},role:"application","aria-label":"RCS Message Emulator","data-theme":o,"data-device":a,children:z});return s&&f?e.jsx(L,{children:e.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6",children:[e.jsx("div",{className:`
215
211
  w-10 h-10 border-3 border-t-transparent rounded-full animate-spin mb-4
216
- ${V?"border-zinc-600":"border-gray-300"}
217
- `;let G;e[18]===Symbol.for("react.memo_cache_sentinel")?(G={borderTopColor:"transparent"},e[18]=G):G=e[18];let E;e[19]!==T?(E=s.jsx("div",{className:T,style:G}),e[19]=T,e[20]=E):E=e[20];const Y=`text-sm ${V?"text-zinc-400":"text-gray-500"}`;let W;e[21]!==Y?(W=s.jsx("p",{className:Y,children:"Loading conversation..."}),e[21]=Y,e[22]=W):W=e[22];let U;e[23]!==E||e[24]!==W?(U=s.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6",children:[E,W]}),e[23]=E,e[24]=W,e[25]=U):U=e[25];let H;return e[26]!==P||e[27]!==U?(H=s.jsx(P,{children:U}),e[26]=P,e[27]=U,e[28]=H):H=e[28],H}if(l&&$){let T;e[29]===Symbol.for("react.memo_cache_sentinel")?(T=s.jsx("svg",{className:"w-12 h-12 mx-auto mb-4 text-red-500",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),e[29]=T):T=e[29];const G=`text-lg font-medium mb-2 ${V?"text-white":"text-gray-900"}`;let E;e[30]!==G?(E=s.jsx("h3",{className:G,children:"Failed to Load"}),e[30]=G,e[31]=E):E=e[31];const Y=`text-sm ${V?"text-zinc-400":"text-gray-500"}`;let W;e[32]!==$||e[33]!==Y?(W=s.jsx("p",{className:Y,children:$}),e[32]=$,e[33]=Y,e[34]=W):W=e[34];const U=`text-xs mt-2 break-all max-w-full ${V?"text-zinc-500":"text-gray-400"}`;let H;e[35]!==l||e[36]!==U?(H=s.jsx("p",{className:U,children:l}),e[35]=l,e[36]=U,e[37]=H):H=e[37];let Q;e[38]!==E||e[39]!==W||e[40]!==H?(Q=s.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6 text-center",children:[T,E,W,H]}),e[38]=E,e[39]=W,e[40]=H,e[41]=Q):Q=e[41];let X;return e[42]!==P||e[43]!==Q?(X=s.jsx(P,{children:Q}),e[42]=P,e[43]=Q,e[44]=X):X=e[44],X}if(!_){const T=`w-12 h-12 mx-auto mb-4 ${V?"text-zinc-600":"text-gray-300"}`;let G;e[45]===Symbol.for("react.memo_cache_sentinel")?(G=s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"}),e[45]=G):G=e[45];let E;e[46]!==T?(E=s.jsx("svg",{className:T,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:G}),e[46]=T,e[47]=E):E=e[47];const Y=`text-lg font-medium mb-2 ${V?"text-white":"text-gray-900"}`;let W;e[48]!==Y?(W=s.jsx("h3",{className:Y,children:"No Conversation Data"}),e[48]=Y,e[49]=W):W=e[49];const U=`text-sm ${V?"text-zinc-400":"text-gray-500"}`;let H;e[50]===Symbol.for("react.memo_cache_sentinel")?(H=s.jsx("code",{className:"px-1 py-0.5 rounded bg-gray-100 dark:bg-zinc-800",children:"messages"}),e[50]=H):H=e[50];let Q;e[51]===Symbol.for("react.memo_cache_sentinel")?(Q=s.jsx("code",{className:"px-1 py-0.5 rounded bg-gray-100 dark:bg-zinc-800",children:"jsonUrl"}),e[51]=Q):Q=e[51];let X;e[52]!==U?(X=s.jsxs("p",{className:U,children:["Provide either"," ",H," ","or"," ",Q," ","prop"]}),e[52]=U,e[53]=X):X=e[53];let ee;e[54]!==E||e[55]!==W||e[56]!==X?(ee=s.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6 text-center",children:[E,W,X]}),e[54]=E,e[55]=W,e[56]=X,e[57]=ee):ee=e[57];let te;return e[58]!==P||e[59]!==ee?(te=s.jsx(P,{children:ee}),e[58]=P,e[59]=ee,e[60]=te):te=e[60],te}if(!z){let T;e[61]===Symbol.for("react.memo_cache_sentinel")?(T=s.jsx("svg",{className:"w-12 h-12 mx-auto mb-4 text-amber-500",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:s.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})}),e[61]=T):T=e[61];const G=`text-lg font-medium mb-2 ${V?"text-white":"text-gray-900"}`;let E;e[62]!==G?(E=s.jsx("h3",{className:G,children:"Invalid RBM JSON"}),e[62]=G,e[63]=E):E=e[63];const Y=`text-sm ${V?"text-zinc-400":"text-gray-500"}`;let W;e[64]!==Y?(W=s.jsx("p",{className:Y,children:"The conversation flow structure is not valid"}),e[64]=Y,e[65]=W):W=e[65];let U;e[66]!==E||e[67]!==W?(U=s.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6 text-center",children:[T,E,W]}),e[66]=E,e[67]=W,e[68]=U):U=e[68];let H;return e[69]!==P||e[70]!==U?(H=s.jsx(P,{children:U}),e[69]=P,e[70]=U,e[71]=H):H=e[71],H}let q;e[72]!==g||e[73]!==_||e[74]!==v||e[75]!==A||e[76]!==F||e[77]!==i||e[78]!==b||e[79]!==m?(q=v?s.jsx(Se,{theme:m,device:g,businessInfo:A,state:{currentMessageId:null,chatHistory:[],isTyping:!1,error:null},showSuggestions:!1,isProfileOpen:!1,toggleProfile:Nt,onReply:Ct,onAction:_t,webView:null,openWebView:Lt,closeWebView:St,children:s.jsx(vt,{onUnlock:L,messagePreview:F})}):s.jsx(wt,{flow:_,onUserReply:i,theme:m,device:g,businessInfo:A,showSuggestions:b}),e[72]=g,e[73]=_,e[74]=v,e[75]=A,e[76]=F,e[77]=i,e[78]=b,e[79]=m,e[80]=q):q=e[80];let K;return e[81]!==P||e[82]!==q?(K=s.jsx(P,{children:q}),e[81]=P,e[82]=q,e[83]=K):K=e[83],K});function kt(c){return!c}function Nt(){}function Ct(){}function _t(){}function Lt(){}function St(){}exports.RcsEmulator=Te;exports.WebViewRenderer=Ae;exports.default=Te;exports.getFirstMessagePreview=ze;exports.getWebViewConfig=_e;exports.isSuggestedAction=se;exports.isSuggestedReply=ge;exports.isWebViewAction=We;exports.useJsonFetch=Ie;exports.validateConversationFlow=$e;
212
+ ${w?"border-zinc-600":"border-gray-300"}
213
+ `,style:{borderTopColor:"transparent"}}),e.jsx("p",{className:`text-sm ${w?"text-zinc-400":"text-gray-500"}`,children:"Loading conversation..."})]})}):s&&b?e.jsx(L,{children:e.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6 text-center",children:[e.jsx("svg",{className:"w-12 h-12 mx-auto mb-4 text-red-500",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),e.jsx("h3",{className:`text-lg font-medium mb-2 ${w?"text-white":"text-gray-900"}`,children:"Failed to Load"}),e.jsx("p",{className:`text-sm ${w?"text-zinc-400":"text-gray-500"}`,children:b}),e.jsx("p",{className:`text-xs mt-2 break-all max-w-full ${w?"text-zinc-500":"text-gray-400"}`,children:s})]})}):x?j?e.jsx(L,{children:y?e.jsx(F,{theme:o,device:a,businessInfo:N,state:{currentMessageId:null,chatHistory:[],isTyping:!1,error:null},showSuggestions:!1,isProfileOpen:!1,toggleProfile:()=>{},onReply:()=>{},onAction:()=>{},webView:null,openWebView:()=>{},closeWebView:()=>{},children:e.jsx(Be,{onUnlock:k,messagePreview:M})}):e.jsx(We,{flow:x,onUserReply:r,theme:o,device:a,businessInfo:N,showSuggestions:h})}):e.jsx(L,{children:e.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6 text-center",children:[e.jsx("svg",{className:"w-12 h-12 mx-auto mb-4 text-amber-500",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})}),e.jsx("h3",{className:`text-lg font-medium mb-2 ${w?"text-white":"text-gray-900"}`,children:"Invalid RBM JSON"}),e.jsx("p",{className:`text-sm ${w?"text-zinc-400":"text-gray-500"}`,children:"The conversation flow structure is not valid"})]})}):e.jsx(L,{children:e.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-6 text-center",children:[e.jsx("svg",{className:`w-12 h-12 mx-auto mb-4 ${w?"text-zinc-600":"text-gray-300"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})}),e.jsx("h3",{className:`text-lg font-medium mb-2 ${w?"text-white":"text-gray-900"}`,children:"No Conversation Data"}),e.jsxs("p",{className:`text-sm ${w?"text-zinc-400":"text-gray-500"}`,children:["Provide either"," ",e.jsx("code",{className:"px-1 py-0.5 rounded bg-gray-100 dark:bg-zinc-800",children:"messages"})," ","or"," ",e.jsx("code",{className:"px-1 py-0.5 rounded bg-gray-100 dark:bg-zinc-800",children:"jsonUrl"})," ","prop"]})]})})});exports.RcsEmulator=K;exports.WebViewRenderer=Z;exports.default=K;exports.getFirstMessagePreview=Y;exports.getWebViewConfig=P;exports.isSuggestedAction=C;exports.isSuggestedReply=W;exports.isWebViewAction=te;exports.useJsonFetch=X;exports.validateConversationFlow=J;
218
214
  //# sourceMappingURL=rcs-emulator.cjs.js.map