@linktr.ee/messaging-react 3.9.0-rc-1783580190 → 3.9.1-rc-1783576271
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Card-CyBRO0Ex.cjs +2 -0
- package/dist/Card-CyBRO0Ex.cjs.map +1 -0
- package/dist/Card-DYNxwKX6.js +132 -0
- package/dist/Card-DYNxwKX6.js.map +1 -0
- package/dist/Card-DmfP-4oF.cjs +2 -0
- package/dist/Card-DmfP-4oF.cjs.map +1 -0
- package/dist/Card-PBfzY620.cjs +2 -0
- package/dist/Card-PBfzY620.cjs.map +1 -0
- package/dist/Card-dZkL-om-.js +163 -0
- package/dist/Card-dZkL-om-.js.map +1 -0
- package/dist/Card-xR3OTXRB.js +107 -0
- package/dist/Card-xR3OTXRB.js.map +1 -0
- package/dist/LockedThumbnail-BblFdDJp.js +220 -0
- package/dist/LockedThumbnail-BblFdDJp.js.map +1 -0
- package/dist/LockedThumbnail-eE8ljauK.cjs +2 -0
- package/dist/LockedThumbnail-eE8ljauK.cjs.map +1 -0
- package/dist/assets/index.css +1 -1
- package/dist/index-Bxezkdl6.cjs +2 -0
- package/dist/index-Bxezkdl6.cjs.map +1 -0
- package/dist/{index-CmVOs9Jy.js → index-FY6hmphi.js} +1198 -1226
- package/dist/index-FY6hmphi.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +98 -161
- package/dist/index.js +1 -1
- package/dist/testing.d.ts +0 -1
- package/package.json +2 -2
- package/src/components/ChannelList/CustomChannelPreview.test.tsx +0 -95
- package/src/components/ChannelList/CustomChannelPreview.tsx +9 -21
- package/src/components/CustomMessage/CustomMessage.stories.tsx +1 -54
- package/src/components/CustomMessage/MessageTag.tsx +0 -8
- package/src/components/CustomMessage/SentMessageDeliveryStatus.test.tsx +29 -11
- package/src/components/CustomMessage/SentMessageDeliveryStatus.tsx +22 -26
- package/src/components/CustomMessage/context.tsx +1 -1
- package/src/components/CustomMessage/index.tsx +42 -76
- package/src/components/CustomMessageInput/CustomMessageInput.stories.tsx +3 -5
- package/src/components/LockedAttachment/LockedAttachment.stories.tsx +450 -0
- package/src/components/LockedAttachment/components/Composer/Card.tsx +221 -0
- package/src/components/LockedAttachment/components/Composer/index.ts +2 -0
- package/src/components/LockedAttachment/components/Received/Card.tsx +191 -0
- package/src/components/{CustomMessage/LockedAttachment/components/Media → LockedAttachment/components/Received}/CardActions.tsx +2 -9
- package/src/components/LockedAttachment/components/Received/index.ts +2 -0
- package/src/components/LockedAttachment/components/Sent/Card.tsx +177 -0
- package/src/components/LockedAttachment/components/Sent/index.ts +2 -0
- package/src/components/{CustomMessage/LockedAttachment → LockedAttachment}/components/_shared/CardBody.tsx +7 -8
- package/src/components/{CustomMessage/LockedAttachment → LockedAttachment}/components/_shared/GalleryThumbnail.tsx +39 -31
- package/src/components/LockedAttachment/components/_shared/LockBadge.tsx +39 -0
- package/src/components/{CustomMessage/LockedAttachment/components/_shared/MediaShell.tsx → LockedAttachment/components/_shared/LockedCardShell.tsx} +8 -8
- package/src/components/{CustomMessage/LockedAttachment/components/_shared/SingleThumbnail.tsx → LockedAttachment/components/_shared/LockedThumbnail.tsx} +7 -11
- package/src/components/LockedAttachment/index.tsx +63 -0
- package/src/components/LockedAttachment/types.ts +51 -0
- package/src/index.ts +8 -3
- package/src/stream-custom-data.ts +0 -1
- package/src/styles.css +0 -12
- package/src/types.ts +1 -1
- package/dist/Card-415OfRhw.cjs +0 -2
- package/dist/Card-415OfRhw.cjs.map +0 -1
- package/dist/Card-Q9e8pbMP.js +0 -694
- package/dist/Card-Q9e8pbMP.js.map +0 -1
- package/dist/Card-dg4NGPoC.cjs +0 -2
- package/dist/Card-dg4NGPoC.cjs.map +0 -1
- package/dist/Card-qS17qnN0.js +0 -103
- package/dist/Card-qS17qnN0.js.map +0 -1
- package/dist/LoadingDots-Ct3WmVlT.js +0 -59
- package/dist/LoadingDots-Ct3WmVlT.js.map +0 -1
- package/dist/LoadingDots-D9GGphgM.cjs +0 -2
- package/dist/LoadingDots-D9GGphgM.cjs.map +0 -1
- package/dist/index-ChRwg_g6.cjs +0 -2
- package/dist/index-ChRwg_g6.cjs.map +0 -1
- package/dist/index-CmVOs9Jy.js.map +0 -1
- package/src/components/CustomMessage/LockedAttachment/LockedAttachment.stories.tsx +0 -541
- package/src/components/CustomMessage/LockedAttachment/LockedAttachment.test.tsx +0 -117
- package/src/components/CustomMessage/LockedAttachment/components/Media/Card.tsx +0 -358
- package/src/components/CustomMessage/LockedAttachment/components/Media/types.ts +0 -79
- package/src/components/CustomMessage/LockedAttachment/components/Text/Card.tsx +0 -153
- package/src/components/CustomMessage/LockedAttachment/components/Text/types.ts +0 -58
- package/src/components/CustomMessage/LockedAttachment/components/_shared/CardThumbnail.tsx +0 -92
- package/src/components/CustomMessage/LockedAttachment/components/_shared/LoadingDots.tsx +0 -36
- package/src/components/CustomMessage/LockedAttachment/components/_shared/LockBadge.tsx +0 -63
- package/src/components/CustomMessage/LockedAttachment/components/_shared/PreviewToggle.tsx +0 -58
- package/src/components/CustomMessage/LockedAttachment/components/_shared/PriceLockRow.tsx +0 -21
- package/src/components/CustomMessage/LockedAttachment/components/_shared/PurchaseStatusBadge.tsx +0 -74
- package/src/components/CustomMessage/LockedAttachment/components/_shared/SkeletonTextLines.tsx +0 -29
- package/src/components/CustomMessage/LockedAttachment/components/_shared/TextShell.tsx +0 -28
- package/src/components/CustomMessage/LockedAttachment/components/_shared/usePreviewToggle.test.ts +0 -67
- package/src/components/CustomMessage/LockedAttachment/components/_shared/usePreviewToggle.ts +0 -89
- package/src/components/CustomMessage/LockedAttachment/components/_shared/useReceivedSource.ts +0 -83
- package/src/components/CustomMessage/LockedAttachment/index.tsx +0 -105
- package/src/components/CustomMessage/LockedAttachment/types.ts +0 -44
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const t=require("react/jsx-runtime"),u=require("react"),Es=require("@linktr.ee/messaging-core"),Oe=require("stream-chat"),_=require("stream-chat-react"),j=require("@phosphor-icons/react"),k=require("classnames"),He=require("stream-chat-react/experimental"),$t=u.createContext({service:null,client:null,isConnected:!1,isLoading:!1,error:null,capabilities:{},refreshConnection:async()=>{},debug:!1}),Ye=()=>u.useContext($t),Ts=({children:e,user:s,serviceConfig:n,apiKey:a,capabilities:r={},debug:i=!1,client:l})=>{var I,L;const o=u.useCallback((E,...z)=>{i&&console.log(`🔥 [MessagingProvider] ${E}`,...z)},[i]);o("🔄 RENDER START",{userId:s==null?void 0:s.id,apiKey:(a==null?void 0:a.substring(0,8))+"...",serviceConfig:!!n,capabilities:Object.keys(r)});const[d,m]=u.useState(null),[g,x]=u.useState(null),[h,c]=u.useState(!1),[b,w]=u.useState(!1),[p,f]=u.useState(null),v=u.useRef(!1),y=u.useRef(null),S=u.useRef(n);S.current=n;const M=u.useRef(i);M.current=i;const A=u.useRef({userId:s==null?void 0:s.id,apiKey:a,serviceConfig:n,capabilities:r}),D=u.useRef(0);D.current++,o("📊 RENDER INFO",{renderCount:D.current,currentProps:{userId:s==null?void 0:s.id,apiKey:(a==null?void 0:a.substring(0,8))+"..."},propChanges:{userChanged:A.current.userId!==(s==null?void 0:s.id),apiKeyChanged:A.current.apiKey!==a,serviceConfigChanged:A.current.serviceConfig!==n,capabilitiesChanged:A.current.capabilities!==r}}),A.current={userId:s==null?void 0:s.id,apiKey:a,serviceConfig:n,capabilities:r};const B=u.useRef(null);!l&&a&&((I=B.current)==null?void 0:I.apiKey)!==a&&(B.current={apiKey:a,client:new Oe.StreamChat(a)});const O=l||(a?((L=B.current)==null?void 0:L.client)??null:null);u.useEffect(()=>{const E=D.current,z=S.current;if(l){y.current=null,m(null),x(null),c(!1),f(null),w(!1);return}if(!a||!O||!z){o("⚠️ SERVICE INIT SKIPPED",{renderCount:E,reason:"Missing apiKey, client, or serviceConfig"});return}o("🚀 CREATING SERVICE",{renderCount:E,apiKey:(a==null?void 0:a.substring(0,8))+"..."});const $=new Es.StreamChatService({...z,apiKey:a,debug:M.current,client:O});y.current=$,m($),o("✅ SERVICE SET",{renderCount:E,serviceInstance:!!$})},[a,O,l]);const F=u.useRef(null);u.useEffect(()=>{var z,$;if(o("🔗 USER CONNECTION EFFECT TRIGGERED",{hasService:!!d,hasUser:!!s,userId:s==null?void 0:s.id,isConnecting:v.current,isConnected:h,dependencies:{service:!!d,userId:s==null?void 0:s.id}}),l)return;if(!d||!s){o("⚠️ USER CONNECTION SKIPPED","Missing service or user");return}if(v.current){o("⚠️ USER CONNECTION SKIPPED","Already connecting");return}if(((z=F.current)==null?void 0:z.serviceId)===d&&(($=F.current)==null?void 0:$.userId)===s.id){o("⚠️ USER CONNECTION SKIPPED","Already connected this user with this service");return}(async()=>{o("🚀 STARTING USER CONNECTION",{userId:s.id}),v.current=!0,w(!0),f(null);try{o("📞 CALLING SERVICE.CONNECTUSER",{userId:s.id});const V=await d.connectUser(s);x(V),c(!0),F.current={serviceId:d,userId:s.id},o("✅ USER CONNECTION SUCCESS",{userId:s.id,clientId:V.userID})}catch(V){const X=V instanceof Error?V.message:"Connection failed";f(X),o("❌ USER CONNECTION ERROR",{userId:s.id,error:X})}finally{w(!1),v.current=!1,o("🔄 USER CONNECTION FINISHED",{userId:s.id,isConnected:h})}})()},[d,s,o,h,l]),u.useEffect(()=>{const E=O;return()=>{var z;E&&(F.current=null,(z=y.current)==null||z.disconnectUser().catch(console.error))}},[O]);const C=u.useCallback(async()=>{if(o("🔄 REFRESH CONNECTION CALLED",{hasService:!!d,hasUser:!!s}),!l){if(!d||!s){o("⚠️ REFRESH CONNECTION SKIPPED","Missing service or user");return}o("🚀 STARTING CONNECTION REFRESH",{userId:s.id}),w(!0);try{o("🔌 DISCONNECTING FOR REFRESH"),await d.disconnectUser(),o("📞 RECONNECTING FOR REFRESH");const E=await d.connectUser(s);x(E),c(!0),f(null),o("✅ CONNECTION REFRESH SUCCESS",{userId:s.id})}catch(E){const z=E instanceof Error?E.message:"Refresh failed";f(z),o("❌ CONNECTION REFRESH ERROR",{userId:s.id,error:z})}finally{w(!1),o("🔄 CONNECTION REFRESH FINISHED",{userId:s.id})}}},[d,s,o,l]),T=u.useMemo(()=>(o("💫 CONTEXT VALUE MEMOIZATION",{hasService:!!d,hasClient:!!g,isConnected:h,isLoading:b,hasError:!!p,capabilitiesKeys:Object.keys(r)}),{service:l?null:d,client:l??g,isConnected:l?!0:h,isLoading:l?!1:b,error:l?null:p,capabilities:r,refreshConnection:C,debug:i}),[d,g,l,h,b,p,r,C,i,o]);return o("🔄 RENDER END",{renderCount:D.current,willRenderChat:!!O,contextValueReady:!!T}),t.jsx($t.Provider,{value:T,children:O?t.jsx(_.Chat,{client:O,customClasses:{channelList:"str-chat__channel-list str-chat__channel-list-react bg-transparent lg:border-r-2 border-r-0 border-[#0000000A]"},children:e}):e})},Bt=()=>Ye(),qe=e=>{var a,r;const[s,n]=u.useState(!!((r=(a=e==null?void 0:e.state)==null?void 0:a.membership)!=null&&r.pinned_at));return u.useEffect(()=>{var l;if(!e){n(!1);return}n(!!((l=e.state.membership)!=null&&l.pinned_at));const i=o=>{var d;n(o!=null&&o.member?!!o.member.pinned_at:!!((d=e.state.membership)!=null&&d.pinned_at))};return e.on("member.updated",i),()=>{e.off("member.updated",i)}},[e]),s},Ms="linktree-official",As="linktree-official-sender";function fe(e,s,n){const a=Object.values(e||{});if(n===Ms){const r=a.find(i=>{var l;return((l=i.user)==null?void 0:l.id)===As});if(r)return r}return a.find(r=>{var i;return((i=r.user)==null?void 0:i.id)&&r.user.id!==s})}const Rs=/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;function Ut(e){return Rs.test(e.trim())}function At(e,s){const n=e==null?void 0:e.trim();return!n||s&&n===s?!1:!Ut(n)}function Se(e){return At(e==null?void 0:e.name,e==null?void 0:e.id)?e.name.trim():At(e==null?void 0:e.username,e==null?void 0:e.id)?e.username.trim():"Unknown member"}const Rt=[{emoji:"🍎",bgColor:"#FFD1DD"},{emoji:"🍌",bgColor:"#FFF1C9"},{emoji:"🍇",bgColor:"#E6D9FF"},{emoji:"🍊",bgColor:"#D6F4FF"},{emoji:"🍓",bgColor:"#FFE0AE"},{emoji:"🥥",bgColor:"#F7E7D8"},{emoji:"🍒",bgColor:"#DFF4D8"},{emoji:"🥭",bgColor:"#FFD8C2"},{emoji:"🍉",bgColor:"#D6EBFF"},{emoji:"🍋",bgColor:"#CAEEB5"},{emoji:"🥝",bgColor:"#FFE7C7"},{emoji:"🫒",bgColor:"#F6E3B4"},{emoji:"🍈",bgColor:"#D9F7E1"}];function Ls(e){let s=0;for(let n=0;n<e.length;n++){const a=e.charCodeAt(n);s=(s<<5)-s+a,s=s&s}return Math.abs(s)}function Vt(e){return Rt[Ls(e)%Rt.length]}function Ds(e){return Vt(e).emoji}function Fs(e){return Vt(e).bgColor}const Z=({id:e,image:s,size:n=40,className:a,starred:r=!1,shape:i="squircle",dmAgentEnabled:l=!1})=>{const o=Ds(e),d=Fs(e),m=.45,x=n<32?Math.round(n*m):n<56?14:n<120?18:36,h=n>=40?2:1,c=i==="circle"?{borderRadius:"50%"}:{borderRadius:"1rem"},b=t.jsx("div",{className:"h-full w-full overflow-hidden",style:c,children:s?t.jsx("img",{src:s,alt:"",className:"h-full w-full object-cover"}):t.jsx("div",{"aria-hidden":"true",className:k("avatar-fallback flex h-full w-full items-center justify-center font-semibold select-none transition-colors"),style:{fontSize:x,lineHeight:1},children:o})});return t.jsxs("div",{className:k("relative flex-shrink-0",a),style:{"--str-chat__avatar-size":`${n}px`,width:`${n}px`,height:`${n}px`,backgroundColor:s?void 0:d,...c},children:[r&&t.jsx("div",{"aria-hidden":"true",className:"absolute -left-1.5 -top-1.5 z-10 flex size-5 items-center justify-center rounded-full bg-white shadow-[0_0_0_1px_rgba(0,0,0,0.04),0_4px_8px_rgba(0,0,0,0.06)]",children:t.jsx(j.StarIcon,{className:"size-3 text-yellow-600",weight:"duotone"})}),t.jsx("div",{"data-testid":"avatar-ring",className:k("h-full w-full","bg-transparent"),style:{...c,...l&&{borderWidth:`${h}px`,borderStyle:"solid",borderColor:"var(--AI-Gradient, #7F22FE)",boxShadow:"inset 0 1px 2px 0 rgba(255, 255, 255, 0.5)"}},children:b})]})},zs="https://linktr.ee/s/about/trust-center/report",Ps=({channel:e,participant:s,showBlockParticipant:n=!0,enabled:a=!0,onLeaveConversation:r,onBlockParticipant:i,onDeleteConversationClick:l,onBlockParticipantClick:o,onReportParticipantClick:d,onActionComplete:m,logLabel:g="useChannelModerationActions"})=>{var T;const{service:x,debug:h}=Ye(),c=(T=s==null?void 0:s.user)==null?void 0:T.id,b=!!(a&&n&&x&&c),[w,p]=u.useState(!1),[f,v]=u.useState(null),[y,S]=u.useState(!1),[M,A]=u.useState(!1),D=b&&((f==null?void 0:f.participantId)!==c||(f==null?void 0:f.service)!==x);return u.useEffect(()=>{if(!b||!x||!c){p(!1),v(null);return}let I=!1;return(async()=>{try{const L=await x.getBlockedUsers();if(I)return;p(L.some(E=>E.blocked_user_id===c))}catch(L){I||console.error(`[${g}] Failed to check blocked status:`,L)}finally{I||v({participantId:c,service:x})}})(),()=>{I=!0}},[b,x,c,g]),{isParticipantBlocked:w,isCheckingBlockedStatus:D,isLeaving:y,isUpdatingBlockStatus:M,handleLeaveConversation:async()=>{var I;if(!y){l==null||l(),h&&console.log(`[${g}] Leave conversation`,e.cid),S(!0);try{const L=((I=e._client)==null?void 0:I.userID)??null;await e.hide(L,!1),r&&await r(e),m==null||m()}catch(L){console.error(`[${g}] Failed to leave conversation`,L)}finally{S(!1)}}},handleBlockUser:async()=>{var I,L,E;if(!(M||!x)){o==null||o(),h&&console.log(`[${g}] Block member`,(I=s==null?void 0:s.user)==null?void 0:I.id),A(!0);try{await x.blockUser((L=s==null?void 0:s.user)==null?void 0:L.id),i&&await i((E=s==null?void 0:s.user)==null?void 0:E.id),m==null||m()}catch(z){console.error(`[${g}] Failed to block member`,z)}finally{A(!1)}}},handleUnblockUser:async()=>{var I,L,E;if(!(M||!x)){o==null||o(),h&&console.log(`[${g}] Unblock member`,(I=s==null?void 0:s.user)==null?void 0:I.id),A(!0);try{await x.unBlockUser((L=s==null?void 0:s.user)==null?void 0:L.id),i&&await i((E=s==null?void 0:s.user)==null?void 0:E.id),m==null||m()}catch(z){console.error(`[${g}] Failed to unblock member`,z)}finally{A(!1)}}},handleReportUser:()=>{d==null||d(),m==null||m(),window.open(zs,"_blank","noopener,noreferrer")}}},me=({variant:e="default",className:s,children:n,...a})=>{const r=e==="danger";return t.jsx("button",{type:"button",className:k("flex w-full items-center gap-3 rounded-lg px-4 py-3 text-left text-sm transition-colors focus-ring disabled:cursor-not-allowed disabled:opacity-60",r?"text-danger hover:bg-danger/50":"text-charcoal hover:bg-sand",s),...a,children:n})},$e=({channel:e,participant:s,showDeleteConversation:n=!0,showBlockParticipant:a=!0,showReportParticipant:r=!0,onLeaveConversation:i,onBlockParticipant:l,onDeleteConversationClick:o,onBlockParticipantClick:d,onReportParticipantClick:m,customChannelActions:g,triggerClassName:x})=>{const[h,c]=u.useState(!1),b=u.useRef(null),w=u.useId(),p=u.useCallback(()=>c(!1),[]),{isParticipantBlocked:f,isCheckingBlockedStatus:v,isLeaving:y,isUpdatingBlockStatus:S,handleLeaveConversation:M,handleBlockUser:A,handleUnblockUser:D,handleReportUser:B}=Ps({channel:e,participant:s,showBlockParticipant:a,enabled:h,onLeaveConversation:i,onBlockParticipant:l,onDeleteConversationClick:o,onBlockParticipantClick:d,onReportParticipantClick:m,onActionComplete:p,logLabel:"ChannelActionsMenu"});return u.useEffect(()=>{if(!h)return;const F=T=>{b.current&&!b.current.contains(T.target)&&c(!1)},C=T=>{T.key==="Escape"&&c(!1)};return document.addEventListener("mousedown",F),document.addEventListener("keydown",C),()=>{document.removeEventListener("mousedown",F),document.removeEventListener("keydown",C)}},[h]),!s||!(n||a||r||!!g)?null:t.jsxs("div",{ref:b,className:"relative",children:[t.jsxs("button",{className:x,type:"button","aria-haspopup":"true","aria-expanded":h,"aria-controls":h?w:void 0,onClick:()=>c(F=>!F),children:[t.jsx(j.DotsThreeIcon,{className:"size-5 text-black/90"}),t.jsx("span",{className:"sr-only",children:"More options"})]}),h&&t.jsx("div",{id:w,"aria-label":"Conversation options",className:k("absolute right-0 top-full z-50 mt-2 w-56 overflow-hidden","rounded-lg border border-sand bg-white p-1 shadow-max-elevation-light"),children:t.jsxs("ul",{className:"flex flex-col gap-1",children:[n&&t.jsx("li",{children:t.jsxs(me,{onClick:M,disabled:y,"aria-busy":y,children:[y?t.jsx(j.SpinnerGapIcon,{className:"h-5 w-5 animate-spin"}):t.jsx(j.SignOutIcon,{className:"h-5 w-5"}),t.jsx("span",{children:"Delete Conversation"})]})}),a&&t.jsx("li",{children:v?t.jsxs(me,{disabled:!0,"aria-busy":!0,children:[t.jsx(j.SpinnerGapIcon,{className:"h-5 w-5 animate-spin"}),t.jsx("span",{children:"Block"})]}):f?t.jsxs(me,{onClick:D,disabled:S,"aria-busy":S,children:[S?t.jsx(j.SpinnerGapIcon,{className:"h-5 w-5 animate-spin"}):t.jsx(j.ProhibitInsetIcon,{className:"h-5 w-5"}),t.jsx("span",{children:"Unblock"})]}):t.jsxs(me,{onClick:A,disabled:S,"aria-busy":S,children:[S?t.jsx(j.SpinnerGapIcon,{className:"h-5 w-5 animate-spin"}):t.jsx(j.ProhibitInsetIcon,{className:"h-5 w-5"}),t.jsx("span",{children:"Block"})]})}),r&&t.jsx("li",{children:t.jsxs(me,{variant:"danger",onClick:B,children:[t.jsx(j.FlagIcon,{className:"h-5 w-5"}),t.jsx("span",{children:"Report"})]})}),g]})})]})},Re="flex size-10 flex-shrink-0 items-center justify-center rounded-full bg-white/65 shadow-[0px_4px_8px_0px_rgba(0,0,0,0.06),0px_0px_0px_1px_rgba(0,0,0,0.04)] backdrop-blur-[40px] transition-filter duration-150 hover:brightness-95 aria-expanded:brightness-95 focus-ring",Os="CUSTOMER_PAID",$s="Replies instantly with AI assistant",Bs=e=>typeof e=="string"&&e.trim().replace(/[\s-]+/g,"_").toUpperCase()===Os,Us=e=>{const s=e;return[s==null?void 0:s.customerTag,s==null?void 0:s.customer_tag].some(Bs)},Vs=({onBack:e,showBackButton:s,showStarButton:n=!1,dmAgentEnabled:a=!1,onLeaveConversation:r,onBlockParticipant:i,showDeleteConversation:l=!0,showBlockParticipant:o=!0,showReportParticipant:d=!0,onDeleteConversationClick:m,onBlockParticipantClick:g,onReportParticipantClick:x,customChannelActions:h,renderChannelActions:c,showChannelInfo:b=!0,onParticipantNameClick:w})=>{var B,O,F;const{channel:p}=_.useChannelStateContext(),{client:f}=_.useChatContext(),v=u.useMemo(()=>{var C;return fe((C=p.state)==null?void 0:C.members,f==null?void 0:f.userID,p.type)},[(B=p.state)==null?void 0:B.members,f==null?void 0:f.userID,p.type]),y=Se(v==null?void 0:v.user),S=(O=v==null?void 0:v.user)==null?void 0:O.image,M=qe(p),A=Us(v),D=async()=>{try{M?await p.unpin():await p.pin()}catch(C){console.error("[ChannelHeaderRedesign] Failed to update pinned status:",C)}};return t.jsx("div",{className:"@container w-full bg-[linear-gradient(180deg,#FBFAF9_0%,rgba(251,250,249,0.92)_58%,rgba(251,250,249,0)_100%)]",children:t.jsxs("div",{className:"grid min-h-[100px] grid-cols-[minmax(40px,1fr)_auto_minmax(40px,1fr)] items-start pb-2 pt-5 @lg:min-h-[104px] @lg:pt-6",children:[t.jsx("div",{className:"flex items-start",children:s&&t.jsx("button",{className:k(Re,"messaging-channel-view-back-button-mobile messaging-channel-view-back-button-desktop"),onClick:e||(()=>{}),type:"button","aria-label":"Back to conversations",children:t.jsx(j.ArrowLeftIcon,{className:"size-5 text-black/90"})})}),t.jsx("div",{className:"flex min-w-0 justify-center","data-dd-privacy":"mask",children:t.jsxs("button",{type:"button",onClick:w,"aria-label":`View details for ${y}`,className:"group flex min-w-0 max-w-full appearance-none flex-col items-center border-0 bg-transparent px-2 focus-ring focus-visible:outline-none",children:[t.jsx(Z,{id:((F=v==null?void 0:v.user)==null?void 0:F.id)||p.id||"unknown",name:y,image:S,dmAgentEnabled:a,shape:"circle",size:48,className:"-mb-2"}),t.jsxs("span",{className:"relative z-10 flex max-w-full flex-col items-center justify-center rounded-full border border-white/10 bg-white/65 py-1.5 pl-3 pr-2 shadow-[0px_0px_0px_0px_rgba(0,0,0,0.04),0px_1px_2px_0px_rgba(0,0,0,0.04),0px_8px_32px_0px_rgba(0,0,0,0.1)] backdrop-blur-[2px] transition-filter duration-150 group-hover:brightness-95",children:[t.jsxs("span",{className:"flex max-w-full items-center justify-center",children:[t.jsx("span",{className:"min-w-0 truncate text-sm font-bold leading-[1.43] tracking-[0.28px] text-black/90",children:y}),t.jsxs("span",{className:"ml-2 flex gap-1",children:[A&&t.jsx("span",{"aria-label":"Paid customer",className:"flex size-4 shrink-0 items-center justify-center rounded-full bg-[#34C759] text-white",children:t.jsx(j.CurrencyDollarIcon,{className:"size-2.5",weight:"bold"})}),n&&M&&t.jsx("span",{"aria-label":"Starred conversation",className:"flex size-4 shrink-0 items-center justify-center rounded-full bg-[#FFD60A] text-white",children:t.jsx(j.StarIcon,{className:"size-2.5",weight:"fill"})}),t.jsx(j.CaretRightIcon,{"aria-hidden":"true",className:"size-4 shrink-0 text-black/65",weight:"bold"})]})]}),a&&t.jsxs("span",{className:"mt-1 flex items-center gap-1 px-1 pb-0.5 text-[10px] leading-3 text-black/55",children:[t.jsx(j.SparkleIcon,{className:"size-3 shrink-0 text-black/55"}),t.jsx("span",{children:$s})]})]})]})}),t.jsxs("div",{className:"flex items-start justify-end gap-2",children:[n&&t.jsx("button",{className:Re,onClick:D,type:"button","aria-pressed":M,"aria-label":M?"Unstar conversation":"Star conversation",children:t.jsx(j.StarIcon,{className:k("size-5",{"text-[#FFD60A]":M,"text-black/90":!M}),weight:M?"fill":"regular"})}),b&&(c!==void 0?c:t.jsx($e,{channel:p,participant:v,showDeleteConversation:l,showBlockParticipant:o,showReportParticipant:d,onLeaveConversation:r,onBlockParticipant:i,onDeleteConversationClick:m,onBlockParticipantClick:g,onReportParticipantClick:x,customChannelActions:h,triggerClassName:Re}))]})]})})},Gs=e=>t.jsx(_.DateSeparator,{...e,position:"center"}),Be="vote_up",Ue="vote_down";function Hs(e){return e!=null&&e.length?e.some(s=>s.type===Ue)?"down":e.some(s=>s.type===Be)?"up":null:null}function Gt(e){const{channel:s}=_.useChannelStateContext(),{client:n}=_.useChatContext("useMessageVote"),a=u.useMemo(()=>Hs(e.own_reactions),[e.own_reactions]),r=u.useCallback(async()=>{if(n!=null&&n.userID)try{a==="up"?await s.deleteReaction(e.id,Be):await s.sendReaction(e.id,{type:Be},{enforce_unique:!0,skip_push:!0})}catch{}},[s,n==null?void 0:n.userID,e.id,a]),i=u.useCallback(async()=>{if(n!=null&&n.userID)try{a==="down"?await s.deleteReaction(e.id,Ue):await s.sendReaction(e.id,{type:Ue},{enforce_unique:!0,skip_push:!0})}catch{}},[s,n==null?void 0:n.userID,e.id,a]);return{selected:a,voteUp:r,voteDown:i}}function Ht(e){return(e==null?void 0:e.trim().toLowerCase().split(/[-_]/)[0])||void 0}function Xe({message:e,viewerLanguage:s}){var r;const n=e==null?void 0:e.text,a=Ht(s);return a?((r=e==null?void 0:e.i18n)==null?void 0:r[`${a}_text`])??n:n}const Ys=u.lazy(()=>Promise.resolve().then(()=>require("./Card-CyBRO0Ex.cjs"))),qs=u.lazy(()=>Promise.resolve().then(()=>require("./Card-PBfzY620.cjs"))),Xs=u.lazy(()=>Promise.resolve().then(()=>require("./Card-DmfP-4oF.cjs"))),We=()=>t.jsx("div",{className:"w-[280px] min-h-[200px] animate-pulse rounded-md bg-black/[0.06] shadow-[0_0_0_1px_rgba(0,0,0,0.04),0_1px_2px_rgba(0,0,0,0.04),0_8px_32px_rgba(0,0,0,0.1)]","aria-hidden":!0}),Ws=e=>t.jsx(u.Suspense,{fallback:t.jsx(We,{}),children:t.jsx(Ys,{...e})}),Yt=e=>t.jsx(u.Suspense,{fallback:t.jsx(We,{}),children:t.jsx(qs,{...e})}),qt=e=>t.jsx(u.Suspense,{fallback:t.jsx(We,{}),children:t.jsx(Xs,{...e})}),Ks=Yt,Js=qt,Ve={Composer:Ws,Sent:Yt,Received:qt,Creator:Ks,Visitor:Js},Zs=[[/pdf/,"pdf"],[/wordprocessingml|msword|\.doc/,"doc"],[/spreadsheetml|ms-excel|\.xls/,"xls"],[/csv/,"csv"],[/presentationml|ms-powerpoint|\.ppt/,"ppt"],[/zip|x-rar|x-7z|x-tar|x-gzip/,"zip"],[/plain|rtf/,"text"],[/markdown/,"markdown"]];function te(e){return e.startsWith("video/")?"video":e.startsWith("audio/")?"audio":e.startsWith("image/")?"image":"document"}function Xt(e){const s=Zs.find(([n])=>n.test(e));return s?s[1]:"generic"}const Qs={video:j.VideoCameraIcon,audio:j.SpeakerHighIcon,image:j.ImageIcon,document:j.FileIcon},en={pdf:j.FilePdfIcon,doc:j.FileDocIcon,xls:j.FileXlsIcon,csv:j.FileCsvIcon,ppt:j.FilePptIcon,zip:j.FileZipIcon,text:j.FileTextIcon,markdown:j.FileMdIcon,generic:j.FileIcon};function tn(e){const s=te(e);return s!=="document"?Qs[s]:en[Xt(e)]}function ie(e,s){return u.createElement(tn(e),s)}const sn=e=>{var s,n;return"touches"in e?((s=e.touches[0])==null?void 0:s.clientX)??((n=e.changedTouches[0])==null?void 0:n.clientX)??0:e.clientX},nn=({source:e,mimeType:s,poster:n,autoPlay:a=!1,playing:r,loop:i=!1,controls:l=!0,showProgress:o=!1,muted:d=!1,onContainerClick:m})=>{const g=te(s),x=u.useRef(null),h=u.useRef(null),c=u.useRef(null),b=u.useRef(r),[w,p]=u.useState(a),[f,v]=u.useState(0),[y,S]=u.useState(!1),[M,A]=u.useState(!1),[D,B]=u.useState(!1),[O,F]=u.useState(!1),[C,T]=u.useState(!0),[I,L]=u.useState(null),E=u.useCallback(()=>{B(!1),p(!0)},[]),z=u.useCallback(N=>{const R=h.current;if(!R)return 0;const G=R.getBoundingClientRect();return Math.max(0,Math.min(1,(sn(N)-G.left)/G.width))},[]),$=u.useCallback(N=>{const R=x.current;R&&R.duration&&(R.currentTime=N*R.duration)},[]),V=N=>{N.stopPropagation(),S(!0);const R=z(N);v(R),$(R)};u.useEffect(()=>{r!==void 0&&r!==b.current&&(b.current=r,p(r))},[r]),u.useEffect(()=>{if(!w){c.current!==null&&(cancelAnimationFrame(c.current),c.current=null);return}const N=()=>{const R=x.current;R&&R.duration&&!y&&v(R.currentTime/R.duration),c.current=requestAnimationFrame(N)};return c.current=requestAnimationFrame(N),()=>{c.current!==null&&cancelAnimationFrame(c.current)}},[w,y]),u.useEffect(()=>{const N=x.current;N&&(w?N.play().catch(R=>{p(!1),B(!0)}):N.pause())},[w]),u.useEffect(()=>{if(!y)return;const N=G=>v(z(G)),R=G=>{S(!1),$(z(G))};return window.addEventListener("mousemove",N),window.addEventListener("mouseup",R),window.addEventListener("touchmove",N,{passive:!0}),window.addEventListener("touchend",R),()=>{window.removeEventListener("mousemove",N),window.removeEventListener("mouseup",R),window.removeEventListener("touchmove",N),window.removeEventListener("touchend",R)}},[y,z,$]);const X=I?{aspectRatio:String(I)}:void 0,J=I?"":" aspect-video",W=Math.round(f*100);return t.jsxs("div",{role:"button",tabIndex:0,className:`relative cursor-pointer overflow-hidden bg-black ${J}`,style:X,onClick:N=>{if(m){m(N);return}D||l&&p(R=>!R)},onKeyDown:N=>{if(!(N.key!=="Enter"&&N.key!==" ")){if(N.preventDefault(),m){m(N);return}D||l&&p(R=>!R)}},children:[n&&(g==="audio"||C)&&t.jsx("img",{src:n,alt:"",className:"absolute inset-0 h-full w-full object-cover"}),!n&&(g==="audio"||C)&&t.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:ie(s,{className:"size-12 text-black/20",weight:"regular"})}),t.jsx("div",{className:"absolute inset-0",children:g==="audio"?t.jsx("audio",{ref:x,src:e,loop:i,muted:d,style:{width:"100%",height:"100%"},onLoadStart:()=>F(!0),onCanPlay:()=>{F(!1),T(!1)},onWaiting:()=>F(!0),onPlay:()=>B(!1),onEnded:()=>{i||(p(!1),v(0))},children:t.jsx("track",{kind:"captions"})}):t.jsx("video",{ref:x,src:e,loop:i,muted:d,playsInline:!0,style:{width:"100%",height:"100%"},onLoadStart:()=>F(!0),onCanPlay:()=>{F(!1),T(!1)},onWaiting:()=>F(!0),onPlay:()=>B(!1),onLoadedMetadata:()=>{const N=x.current;N instanceof HTMLVideoElement&&N.videoWidth&&N.videoHeight&&L(N.videoWidth/N.videoHeight)},onEnded:()=>{i||(p(!1),v(0))},children:t.jsx("track",{kind:"captions"})})}),O&&!D&&t.jsx("div",{className:"absolute inset-0 z-10 flex items-center justify-center",children:t.jsx(j.CircleNotchIcon,{className:"size-8 animate-spin text-white/80",weight:"bold"})}),D&&!l&&t.jsx("div",{className:"absolute inset-0 z-30 flex cursor-pointer items-center justify-center bg-black/35",role:"button",tabIndex:0,"aria-label":"Play preview",onClick:N=>{N.stopPropagation(),E()},onKeyDown:N=>{N.key!=="Enter"&&N.key!==" "||(N.preventDefault(),N.stopPropagation(),E())},children:t.jsx("span",{className:"flex size-16 items-center justify-center rounded-full bg-white/20 text-white backdrop-blur-sm",children:t.jsx(j.PlayIcon,{className:"size-9 translate-x-0.5",weight:"fill"})})}),o&&!l&&t.jsx("div",{className:"absolute inset-x-0 bottom-0 px-3 pb-2.5 pt-6 bg-gradient-to-t from-black/40 to-transparent",children:t.jsx("div",{role:"slider","aria-label":"Playback position","aria-valuenow":W,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0,ref:h,className:"relative flex h-4 w-full cursor-pointer items-center",onMouseDown:V,onTouchStart:V,onClick:N=>N.stopPropagation(),onKeyDown:N=>{N.key==="ArrowRight"&&$(Math.min(1,f+.05)),N.key==="ArrowLeft"&&$(Math.max(0,f-.05))},children:t.jsx("div",{className:"w-full overflow-hidden rounded-full bg-white/30 h-1",children:t.jsx("div",{className:"h-full rounded-full bg-white",style:{width:`${W}%`}})})})}),l&&t.jsxs("div",{className:"absolute inset-x-0 bottom-0 flex items-center gap-2 bg-gradient-to-t from-black/60 to-transparent px-3 pb-2.5 pt-6 transition-all duration-200",children:[t.jsx("button",{type:"button",onClick:N=>{N.stopPropagation(),p(R=>!R)},className:"shrink-0 text-white","aria-label":w?"Pause":"Play",children:w?t.jsx(j.PauseIcon,{className:"size-5",weight:"fill"}):t.jsx(j.PlayIcon,{className:"size-5 translate-x-px",weight:"fill"})}),t.jsxs("div",{role:"slider","aria-label":"Playback position","aria-valuenow":W,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0,ref:h,className:"relative flex h-4 w-full cursor-pointer items-center",onMouseDown:V,onTouchStart:V,onClick:N=>N.stopPropagation(),onMouseEnter:()=>A(!0),onMouseLeave:()=>A(!1),onKeyDown:N=>{N.key==="ArrowRight"&&$(Math.min(1,f+.05)),N.key==="ArrowLeft"&&$(Math.max(0,f-.05))},children:[t.jsx("div",{className:`w-full overflow-hidden rounded-full bg-white/30 transition-all duration-200 ${M||y?"h-1.5":"h-1"}`,children:t.jsx("div",{className:"h-full rounded-full bg-white",style:{width:`${W}%`}})}),t.jsx("div",{className:`absolute size-3 -translate-x-1/2 rounded-full bg-white shadow transition-[opacity,transform] duration-200 ${M||y?"scale-100 opacity-100":"scale-0 opacity-0"}`,style:{left:`${W}%`}})]})]})]})},Lt=e=>e==="dark"?"size-12 text-white/20":"size-12 text-black/20",an=e=>e==="dark"?"aspect-video overflow-hidden bg-white/10":"aspect-video overflow-hidden bg-black/5",Ke=({mimeType:e,sourceUrl:s,thumbnailUrl:n,title:a,variant:r,mediaPlayerProps:i,containedImage:l=!1})=>{const o=te(e),[d,m]=u.useState(!1);return s&&(o==="video"||o==="audio")?t.jsx(nn,{source:s,mimeType:e,poster:n,controls:!0,...i}):s&&o==="image"?l?t.jsx("div",{className:"relative aspect-video overflow-hidden bg-black/5",children:t.jsx("img",{src:s,alt:a??"",className:`absolute inset-0 h-full w-full object-contain transition-opacity duration-300 ${d?"opacity-100":"opacity-0"}`,draggable:!1,onLoad:()=>m(!0)})}):t.jsx("img",{src:s,alt:a??"",className:"block w-full",draggable:!1}):s&&o==="document"?n?l?t.jsx("div",{className:"relative aspect-video overflow-hidden bg-black/5",children:t.jsx("img",{src:n,alt:a??"",className:`absolute inset-0 h-full w-full object-contain transition-opacity duration-300 ${d?"opacity-100":"opacity-0"}`,draggable:!1,onLoad:()=>m(!0)})}):t.jsx("img",{src:n,alt:"",className:"block w-full",draggable:!1}):t.jsx("div",{className:`flex aspect-video w-full items-center justify-center ${r==="dark"?"bg-white/10":"bg-black/5"}`,children:ie(e,{className:Lt(r),weight:"regular"})}):n?t.jsx("div",{className:`relative ${an(r)}`,children:t.jsx("img",{src:n,alt:a??"",draggable:!1,className:"absolute inset-0 h-full w-full object-cover"})}):t.jsx("div",{className:`flex aspect-video w-full items-center justify-center ${r==="dark"?"bg-white/10":"bg-black/5"}`,children:ie(e,{className:Lt(r),weight:"regular"})})},Wt=({variant:e,thumbnail:s,title:n,placeholderTitle:a="Attachment title",mimeType:r,detail:i,statusBadge:l,action:o,topLeft:d,topRight:m,rootRef:g,"data-testid":x})=>{const h=e==="dark",c=h?n??a:n??"",b=h&&!n;return t.jsxs("div",{ref:g,"data-testid":x,className:k("relative w-[280px] select-none overflow-hidden rounded-[24px] shadow-[0_0_0_1px_rgba(0,0,0,0.04),0_4px_8px_rgba(0,0,0,0.06)]",h?"bg-[#1e2330]":"bg-white"),children:[d?t.jsx("div",{className:"pointer-events-auto absolute left-3 top-3 z-50",children:d}):null,m?t.jsx("div",{className:"pointer-events-auto absolute right-3 top-3 z-50",children:m}):null,s,t.jsxs("div",{className:"px-4 pb-3 pt-3",children:[c.trim()!==""&&t.jsx("p",{className:k("mb-0.5 truncate text-base font-medium",{"text-black":!h,"text-white/30":h&&b,"text-white":h&&!b}),children:c}),t.jsxs("div",{className:"flex flex-wrap items-center gap-1",children:[ie(r,{className:k("size-5 shrink-0",h?"text-white/55":"text-black/55"),weight:"regular"}),i!=null&&i!==""&&t.jsx("span",{className:k("text-xs font-medium",h?"text-white/55":"text-black/55"),children:i}),l]}),o]})]})};function Kt(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:`${(e/(1024*1024)).toFixed(1)} MB`}function Je(e){return`w-[280px] select-none overflow-hidden rounded-[24px] ${e?"bg-[#1e2330]":"bg-[#F3F3F1]"} shadow-[0_0_0_1px_rgba(0,0,0,0.04),0_4px_8px_rgba(0,0,0,0.06)]`}function rn(e){return e?"bg-white/10":"bg-black/5"}function on(e){return e?"text-white":"text-black"}function ln(e){return e?"text-white/55":"text-black/55"}function cn(e){return e?"text-white/40":"text-black/40"}function dn(e){return e?"text-white/20":"text-black/20"}const Ze=({attachment:e,isMyMessage:s})=>{const{title:n,text:a,image_url:r,og_scrape_url:i,title_link:l}=e,o=i??l,d=typeof o=="string"&&o.trim()!==""?o:void 0,m=t.jsxs(u.Fragment,{children:[t.jsx("div",{className:"p-2",children:r?t.jsx("img",{src:r,alt:n??"",className:"aspect-video w-full rounded-[20px] object-cover"}):t.jsx("div",{className:`aspect-video w-full rounded-[20px] ${rn(s)} flex items-center justify-center`,children:t.jsx(j.LinkIcon,{className:`size-12 ${dn(s)}`})})}),t.jsxs("div",{className:"px-3 pb-3",children:[n&&t.jsx("p",{className:`truncate text-[14px] font-medium leading-5 ${on(s)}`,children:n}),a&&t.jsx("p",{className:`truncate text-[12px] leading-4 ${ln(s)}`,children:a}),d&&t.jsx("p",{className:`mt-1 truncate text-[12px] leading-4 ${cn(s)}`,children:d})]})]});return d?t.jsx("a",{href:d,target:"_blank",rel:"noopener noreferrer",className:"block no-underline",children:m}):t.jsx("div",{className:"block",children:m})};function Qe(e){return e.type==="link"||!!e.og_scrape_url&&!e.asset_url}function Ie(e){var s;return(s=e.attachments)==null?void 0:s.find(Qe)}async function un(e,s){let n;try{n=s??new URL(e).pathname.split("/").pop()??"download"}catch{n=s??"download"}const a=await fetch(e,{mode:"cors"});if(!a.ok)throw new Error(`HTTP ${a.status}`);const r=await a.blob(),i=URL.createObjectURL(r),l=document.createElement("a");l.href=i,l.download=n,l.style.display="none",document.body.appendChild(l),l.click(),document.body.removeChild(l),URL.revokeObjectURL(i)}const mn=({url:e,filename:s})=>{const[n,a]=u.useState(!1),r=i=>{i.stopPropagation();const l=window.open("","_blank","noopener,noreferrer");a(!0),un(e,s).then(()=>{l==null||l.close()}).catch(()=>{l&&(l.location.href=e)}).finally(()=>a(!1))};return t.jsx("button",{type:"button",onClick:r,disabled:n,className:"mt-3 inline-flex h-10 w-full items-center justify-center gap-2 rounded-full bg-[#121110] px-4 text-sm font-medium leading-none text-white hover:bg-[#2a2928] disabled:opacity-70",children:n?t.jsx(j.CircleNotchIcon,{className:"size-4 animate-spin text-white",weight:"bold"}):t.jsxs(u.Fragment,{children:[t.jsx(j.DownloadSimpleIcon,{className:"size-4 text-white",weight:"bold"}),"Download"]})})};function Ee(e){var x,h,c,b;const s=(x=e.attachments)==null?void 0:x.find(w=>w.type==="video"&&w.asset_url),n=(h=e.attachments)==null?void 0:h.find(w=>w.type==="image"&&w.image_url),a=(c=e.attachments)==null?void 0:c.find(w=>w.type==="audio"&&w.asset_url),r=(b=e.attachments)==null?void 0:b.find(w=>w.type==="file"&&w.asset_url),i=s??n??a??r,l=(s==null?void 0:s.asset_url)??(n==null?void 0:n.image_url)??(a==null?void 0:a.asset_url)??(r==null?void 0:r.asset_url);if(!l)return null;const o=(i==null?void 0:i.mime_type)??((i==null?void 0:i.type)==="image"?"image/jpeg":(i==null?void 0:i.type)==="video"?"video/mp4":(i==null?void 0:i.type)==="audio"?"audio/mpeg":"application/octet-stream"),d=i==null?void 0:i.title,m=i==null?void 0:i.file_size,g=s==null?void 0:s.thumb_url;return{resolvedUrl:l,resolvedType:o,title:d,fileSize:m,thumbnailUrl:g}}const Jt=({resolvedUrl:e,resolvedType:s,title:n,fileSize:a,thumbnailUrl:r})=>{const i=a!==void 0?Kt(a):void 0;return t.jsx(Wt,{variant:"dark",title:n,placeholderTitle:"",mimeType:s,detail:i,thumbnail:t.jsx(Ke,{mimeType:s,sourceUrl:e,thumbnailUrl:r,title:n,variant:"dark"})})},Zt=({resolvedUrl:e,resolvedType:s,title:n,fileSize:a,thumbnailUrl:r})=>{const i=te(s),l=a!==void 0?Kt(a):void 0;return t.jsx(Wt,{variant:"light",title:n,mimeType:s,detail:l,thumbnail:t.jsx(Ke,{mimeType:s,sourceUrl:e,thumbnailUrl:r,title:n,variant:"light",containedImage:i==="image"||i==="document"}),action:t.jsx(mn,{url:e,filename:n})})},xn=({message:e,isMyMessage:s=!1})=>{const n=Ie(e),a=Ee(e);if(!n&&!a)return null;const r=s?"str-chat__message str-chat__message-simple str-chat__message--me str-chat__message-simple--me":"str-chat__message str-chat__message-simple str-chat__message--other";return t.jsxs("div",{className:r,"data-dd-privacy":"mask",children:[!s&&e.user&&t.jsx(Z,{className:"str-chat__avatar str-chat__message-sender-avatar",id:e.user.id,image:e.user.image,name:e.user.name??e.user.id}),t.jsx("div",{className:"str-chat__message-inner",style:{marginInlineEnd:0,marginInlineStart:0},children:t.jsx("div",{className:"str-chat__message-bubble-wrapper",children:t.jsx("div",{className:"str-chat__message-bubble","data-attachment-bubble":"true",style:{padding:0,borderRadius:0,overflow:"visible",background:"transparent"},children:n?t.jsx("div",{className:Je(s),children:t.jsx(Ze,{attachment:n,isMyMessage:s})}):s?t.jsx(Jt,{...a}):t.jsx(Zt,{...a})})})})]})},hn=({message:e})=>{const s=Ie(e);if(s)return t.jsx("div",{className:Je(!0),"data-dd-privacy":"mask",children:t.jsx(Ze,{attachment:s,isMyMessage:!0})});const n=Ee(e);return n?t.jsx("div",{style:{display:"contents"},"data-dd-privacy":"mask",children:t.jsx(Jt,{...n})}):null},fn=({message:e})=>{const s=Ie(e);if(s)return t.jsx("div",{className:Je(!1),"data-dd-privacy":"mask",children:t.jsx(Ze,{attachment:s,isMyMessage:!1})});const n=Ee(e);return n?t.jsx("div",{style:{display:"contents"},"data-dd-privacy":"mask",children:t.jsx(Zt,{...n})}):null},gn=Object.assign(xn,{Creator:hn,Visitor:fn}),pn={dark:"bg-[#1e2330]",light:"bg-[#f2f1ef]"},bn={dark:"text-white",light:"text-[#000000]"},vn={dark:"border-white/[0.08]",light:"border-black/[0.08]"},jn=e=>e==="dark"?"sender":"receiver",wn={sender:{single:"rounded-tl-[18px] rounded-tr-[18px] rounded-bl-[18px] rounded-br-[18px]",first:"rounded-tl-[18px] rounded-tr-[18px] rounded-bl-[18px] rounded-br-[4px]",middle:"rounded-tl-[18px] rounded-tr-[4px] rounded-bl-[18px] rounded-br-[4px]",end:"rounded-tl-[18px] rounded-tr-[4px] rounded-bl-[18px] rounded-br-[18px]"},receiver:{single:"rounded-tl-[18px] rounded-tr-[18px] rounded-bl-[18px] rounded-br-[18px]",first:"rounded-tl-[18px] rounded-tr-[18px] rounded-bl-[4px] rounded-br-[18px]",middle:"rounded-tl-[4px] rounded-tr-[18px] rounded-bl-[4px] rounded-br-[18px]",end:"rounded-tl-[4px] rounded-tr-[18px] rounded-bl-[18px] rounded-br-[18px]"}},ge=({variant:e,text:s,bordered:n=!0,groupPosition:a="single",className:r,children:i,"data-testid":l})=>{const o=s!=null&&s!=="",d=wn[jn(e)][a];return t.jsxs("div",{"data-testid":l,"data-group-position":a,className:k("relative w-[280px] overflow-hidden px-2 py-2",d,pn[e],bn[e],n&&"border",n&&vn[e],r),children:[i,o?t.jsx("p",{className:k("whitespace-pre-wrap break-words leading-snug","pt-2","px-2"),children:s}):null]})},pe=({onClick:e,variant:s="overlay",ariaLabel:n="Dismiss attachment"})=>t.jsx("button",{type:"button",onClick:a=>{a.stopPropagation(),e()},"aria-label":n,className:k("flex size-6 items-center justify-center rounded-full text-white",s==="overlay"?"bg-[#121110]/85 backdrop-blur":"bg-white/15 hover:bg-white/25"),children:t.jsx(j.XIcon,{className:"size-3",weight:"bold"})}),be=e=>e==="received"?"light":"dark",Qt=({firstOfGroup:e,endOfGroup:s,groupedByUser:n})=>!n||e&&s?"single":e?"first":s?"end":"middle",_n=({src:e,mimeType:s,filename:n,items:a})=>a&&a.length>0?a:e?[{src:e,mimeType:s,filename:n}]:[],Nn=({item:e,preload:s,trailingAction:n})=>t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("audio",{src:e.src,controls:!0,preload:e.preload??s,className:"block min-w-0 flex-1",children:e.mimeType?t.jsx("source",{src:e.src,type:e.mimeType}):null}),n??null]}),et=({state:e,src:s,mimeType:n,filename:a,items:r,text:i,groupPosition:l,preload:o,onDismiss:d})=>{const m=be(e),g=e==="composer"&&!!d,x=_n({src:s,mimeType:n,filename:a,items:r});if(x.length===0)return null;const h=o??(x.length>1?"none":"metadata");return t.jsx(ge,{variant:m,text:i,groupPosition:l,"data-testid":"audio-attachment",children:t.jsx("div",{className:"flex flex-col gap-2",children:x.map((c,b)=>t.jsx(Nn,{item:c,preload:h,trailingAction:g&&b===0?t.jsx(pe,{onClick:d,variant:"inline"}):void 0},`${c.src}-${b}`))})})},yn=e=>t.jsx(et,{...e,state:"composer"}),Cn=e=>t.jsx(et,{...e,state:"sent"}),kn=e=>t.jsx(et,{...e,state:"received"}),Sn={Composer:yn,Sent:Cn,Received:kn};function es(e){return!Number.isFinite(e)||e<0?"":e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:e<1024*1024*1024?`${(e/(1024*1024)).toFixed(2)} MB`:`${(e/(1024*1024*1024)).toFixed(2)} GB`}const In={pdf:"PDF",doc:"DOC",xls:"XLS",csv:"CSV",ppt:"PPT",zip:"ZIP",text:"TXT",markdown:"MD"};function ts(e,s){if(s){const r=s.lastIndexOf(".");if(r>0&&r<s.length-1){const i=s.slice(r+1);if(i&&i.length<=5)return i.toUpperCase()}}if(!e)return;if(te(e)==="document"){const r=Xt(e),i=In[r];if(i)return i;if(e==="application/octet-stream")return}const a=e.split("/")[1];if(!(!a||a==="*"))return a.toUpperCase()}function ss(e,s,n){const a=ts(e,s),r=typeof n=="number"&&n>0?es(n):void 0;return[a,r].filter(Boolean).join(" · ")||void 0}function ee(e){try{const n=new URL(e).pathname.split("/").pop();return n&&n.length>0?decodeURIComponent(n):"download"}catch{return"download"}}const En={dark:"text-white/55",light:"text-black/65"},Tn={dark:"bg-white/10",light:"bg-black/5"},Mn={dark:"text-white/85",light:"text-black/85"},ns=({variant:e,filename:s,title:n,mimeType:a="application/octet-stream",fileSize:r,onActivate:i,activateLabel:l,trailingAction:o})=>{const d=n??s??"File",m=ss(a,s,r),g=t.jsx("div",{className:k("flex size-10 shrink-0 items-center justify-center rounded-sm",Tn[e]),"aria-hidden":!0,children:ie(a,{className:k("size-6",Mn[e]),weight:"regular"})}),x=t.jsxs("div",{className:"flex min-w-0 flex-1 flex-col text-left",children:[t.jsx("p",{className:"truncate font-medium leading-snug",children:d}),m?t.jsx("p",{className:k("truncate text-xs leading-4",En[e]),children:m}):null]}),h=i?t.jsxs("button",{type:"button",onClick:i,"aria-label":l,className:k("flex min-w-0 flex-1 items-center gap-3 rounded-sm text-left transition-colors",e==="dark"?"hover:bg-white/[0.04]":"hover:bg-black/[0.04]"),children:[g,x]}):t.jsxs(t.Fragment,{children:[g,x]});return t.jsxs("div",{className:"flex items-center gap-3 px-3 py-2",children:[h,o?t.jsx("div",{className:"shrink-0",children:o}):null]})};async function as(e,s){const n=s??ee(e);try{const a=await fetch(e,{mode:"cors"});if(!a.ok)throw new Error(`HTTP ${a.status}`);const r=await a.blob(),i=URL.createObjectURL(r),l=document.createElement("a");l.href=i,l.download=n,l.style.display="none",document.body.appendChild(l),l.click(),document.body.removeChild(l),URL.revokeObjectURL(i)}catch{if(!window.open(e,"_blank","noopener,noreferrer")){const r=document.createElement("a");r.href=e,r.download=n,r.target="_blank",r.rel="noopener noreferrer",r.style.display="none",document.body.appendChild(r),r.click(),document.body.removeChild(r)}}}const An=({src:e,filename:s,fileSize:n,mimeType:a,title:r,items:i})=>i&&i.length>0?i:e?[{src:e,filename:s,fileSize:n,mimeType:a,title:r}]:[],Rn=({variant:e,item:s,index:n,onActivate:a,trailingAction:r})=>{const i=s.filename??ee(s.src);return t.jsx(ns,{variant:e,filename:i,title:s.title,mimeType:s.mimeType??"application/octet-stream",fileSize:s.fileSize,onActivate:()=>a(n),activateLabel:`Download ${i}`,trailingAction:r})},tt=({state:e,src:s,filename:n,fileSize:a,mimeType:r,title:i,items:l,text:o,groupPosition:d,onClick:m,onDismiss:g})=>{const x=be(e),h=e==="composer"&&!!g,c=An({src:s,filename:n,fileSize:a,mimeType:r,title:i,items:l}),b=p=>{if((m==null?void 0:m(p))===!1)return;const f=c[p];if(!f)return;const v=f.filename??ee(f.src);as(f.src,v)};if(c.length===0)return null;const w=t.jsx("span",{className:k("flex size-8 items-center justify-center rounded-full",x==="dark"?"text-white/70":"text-black/70"),"aria-hidden":!0,children:t.jsx(j.DownloadSimpleIcon,{className:"size-5",weight:"bold"})});return t.jsx(ge,{variant:x,text:o,groupPosition:d,"data-testid":"file-attachment",children:t.jsx("div",{className:"flex flex-col gap-2",children:c.map((p,f)=>{const v=h&&f===0?t.jsx(pe,{onClick:g,variant:"inline"}):w;return t.jsx(Rn,{variant:x,item:p,index:f,onActivate:b,trailingAction:v},`${p.src}-${f}`)})})})},Ln=e=>t.jsx(tt,{...e,state:"composer"}),Dn=e=>t.jsx(tt,{...e,state:"sent"}),Fn=e=>t.jsx(tt,{...e,state:"received"}),zn={Composer:Ln,Sent:Dn,Received:Fn},st=({onPrev:e,onNext:s,prevLabel:n="Previous",nextLabel:a="Next"})=>t.jsxs(t.Fragment,{children:[t.jsx("button",{type:"button",onClick:e,"aria-label":n,className:"mes-media-viewer__nav mes-media-viewer__nav--prev",children:t.jsx(j.CaretLeftIcon,{size:20,weight:"bold","aria-hidden":!0})}),t.jsx("button",{type:"button",onClick:s,"aria-label":a,className:"mes-media-viewer__nav mes-media-viewer__nav--next",children:t.jsx(j.CaretRightIcon,{size:20,weight:"bold","aria-hidden":!0})})]}),rs=({url:e,filename:s,variant:n="pill",label:a="Download",iconOnly:r,tone:i="dark",onTriggered:l})=>{const[o,d]=u.useState(!1),m=u.useCallback(c=>{c.stopPropagation(),!o&&(d(!0),as(e,s).catch(()=>{}).finally(()=>{d(!1),l==null||l()}))},[o,e,s,l]),g=r??n!=="pill",h={className:k(n==="pill"?"size-4":"size-5","shrink-0"),weight:"bold"};if(n==="inline"){const c={dark:"text-white/70 hover:bg-white/[0.08] hover:text-white",light:"text-black/70 hover:bg-black/[0.08] hover:text-black"};return t.jsx("button",{type:"button",onClick:m,disabled:o,"aria-label":a,className:k("flex size-8 shrink-0 items-center justify-center rounded-full transition-colors disabled:opacity-70",c[i]),children:o?t.jsx(j.CircleNotchIcon,{className:"size-4 animate-spin",weight:"bold","aria-hidden":!0}):t.jsx(j.DownloadSimpleIcon,{className:"size-5 shrink-0",weight:"bold","aria-hidden":!0})})}return n==="viewer"?t.jsx("button",{type:"button",onClick:m,disabled:o,"aria-label":a,className:"mes-media-viewer__action",children:o?t.jsx(j.CircleNotchIcon,{size:20,weight:"bold","aria-hidden":!0}):t.jsx(j.DownloadSimpleIcon,{size:20,weight:"bold","aria-hidden":!0})}):t.jsxs("button",{type:"button",onClick:m,disabled:o,"aria-label":g?a:void 0,className:k("mt-3 inline-flex h-10 w-full items-center justify-center gap-2 rounded-full px-4 text-sm font-medium leading-none transition-colors disabled:opacity-70",i==="dark"?"bg-[#121110] text-white hover:bg-[#2a2928]":"bg-white text-[#121110] hover:bg-white/90"),children:[o?t.jsx(j.CircleNotchIcon,{className:"size-4 animate-spin",weight:"bold","aria-hidden":!0}):t.jsx(j.DownloadSimpleIcon,{...h,"aria-hidden":!0}),g?null:a]})},Le=(e,s,n)=>Math.min(Math.max(e,s),n),nt=({length:e,initialIndex:s,open:n})=>{const a=Le(s,0,Math.max(e-1,0)),[r,i]=u.useState(a);u.useEffect(()=>{n&&i(Le(s,0,Math.max(e-1,0)))},[n,s,e]),u.useEffect(()=>{i(d=>Le(d,0,Math.max(e-1,0)))},[e]);const l=u.useCallback(()=>{e<=1||i(d=>d<=0?e-1:d-1)},[e]),o=u.useCallback(()=>{e<=1||i(d=>d>=e-1?0:d+1)},[e]);return u.useEffect(()=>{if(!n||e<=1)return;const d=m=>{if(m.key!=="ArrowLeft"&&m.key!=="ArrowRight")return;const g=document.activeElement;g&&(g.tagName==="VIDEO"||g.tagName==="AUDIO")||(m.preventDefault(),m.key==="ArrowLeft"?l():o())};return window.addEventListener("keydown",d),()=>window.removeEventListener("keydown",d)},[n,e,l,o]),{index:r,prev:l,next:o}},at=({open:e,onClose:s,ariaLabel:n,counter:a,actions:r,children:i,"data-testid":l})=>{const o=u.useRef(null),d=u.useRef(null);u.useEffect(()=>{var h;const x=o.current;if(x){if(e){if(!x.open)if(typeof x.showModal=="function")try{x.showModal()}catch{x.setAttribute("open","")}else x.setAttribute("open","");const c=typeof document<"u"?document.activeElement:null;return(h=d.current)==null||h.focus(),()=>{if(x.open)if(typeof x.close=="function")try{x.close()}catch{x.removeAttribute("open")}else x.removeAttribute("open");c&&document.body.contains(c)&&c.focus()}}if(x.open)if(typeof x.close=="function")try{x.close()}catch{x.removeAttribute("open")}else x.removeAttribute("open")}},[e]);const m=()=>{s()},g=x=>{x.target===o.current&&s()};return t.jsxs("dialog",{ref:o,className:"mes-media-viewer","aria-label":n??"Attachment viewer","data-testid":l,onClose:m,onClick:g,children:[t.jsxs("div",{className:"mes-media-viewer__chrome",children:[a?t.jsx("span",{className:"mes-media-viewer__counter",children:a}):null,t.jsxs("div",{className:"mes-media-viewer__actions",children:[r,t.jsx("button",{ref:d,type:"button",onClick:s,"aria-label":"Close viewer",className:"mes-media-viewer__action",children:t.jsx(j.XIcon,{size:20,weight:"bold","aria-hidden":!0})})]})]}),t.jsx("div",{className:"mes-media-viewer__body",children:i})]})},is=({open:e,items:s,initialIndex:n=0,onClose:a})=>{const{index:r,prev:i,next:l}=nt({length:s.length,initialIndex:n,open:e}),o=s[r],d=u.useMemo(()=>(o==null?void 0:o.filename)??(o?ee(o.src):"image"),[o]);return o?t.jsxs(at,{open:e,onClose:a,ariaLabel:d,counter:s.length>1?`${r+1} / ${s.length}`:void 0,actions:t.jsx(rs,{url:o.src,filename:d,variant:"viewer",label:`Download ${d}`}),"data-testid":"image-viewer",children:[t.jsx("img",{src:o.src,alt:o.alt??d,draggable:!1,loading:"eager",decoding:"async",className:"mes-media-viewer__image"},`${r}:${o.src}`),s.length>1?t.jsx(st,{onPrev:i,onNext:l,prevLabel:"Previous image",nextLabel:"Next image"}):null]}):null},Pn="relative block size-full overflow-hidden bg-black/5 outline-none focus-visible:ring-2 focus-visible:ring-white/80 focus-visible:ring-offset-2 focus-visible:ring-offset-black",os=({tiles:e,onTileActivate:s,maxVisible:n=4,className:a})=>{const r=e.length;if(r===0)return null;const i=e.slice(0,Math.min(r,n)),l=r-i.length,o=(d,m,g)=>{const x=k(Pn,"h-full w-full");return s?t.jsxs("button",{type:"button",onClick:()=>s(m),"aria-label":d.ariaLabel??`Open media ${m+1}`,className:k(x,"cursor-zoom-in"),children:[d.content,g]},m):t.jsxs("div",{className:x,children:[d.content,g]},m)};return i.length===1?t.jsx("div",{className:k("aspect-square w-full",a),children:o(i[0],0)}):i.length===2?t.jsx("div",{className:k("grid aspect-[16/9] w-full grid-cols-2 gap-0.5",a),children:i.map((d,m)=>o(d,m))}):i.length===3?t.jsxs("div",{className:k("grid aspect-[4/3] w-full grid-cols-2 grid-rows-2 gap-0.5",a),children:[t.jsx("div",{className:"row-span-2",children:o(i[0],0)}),o(i[1],1),o(i[2],2)]}):t.jsx("div",{className:k("grid aspect-[4/3] w-full grid-cols-2 grid-rows-2 gap-0.5",a),children:i.map((d,m)=>{const g=l>0&&m===i.length-1;return o(d,m,g?t.jsxs("div",{className:"absolute inset-0 flex items-center justify-center bg-black/55 text-2xl font-semibold text-white",children:["+",l]}):null)})})},ve=e=>{const[s,n]=u.useState(!1),[a,r]=u.useState(0),i=u.useCallback(o=>{(e==null?void 0:e(o))!==!1&&(r(o),n(!0))},[e]),l=u.useCallback(()=>n(!1),[]);return{viewerOpen:s,viewerIndex:a,handleActivate:i,closeViewer:l}},On=(e,s,n,a)=>({ariaLabel:`Open image ${s+1} of ${n}`,content:t.jsx("img",{src:e.src,alt:e.alt??"",width:e.width,height:e.height,draggable:!1,loading:e.loading??a,decoding:"async",className:"absolute inset-0 size-full rounded-md object-cover"})}),$n=({src:e,alt:s,items:n})=>n&&n.length>0?n:e?[{src:e,alt:s}]:[],ls=(e,s)=>e.map((n,a)=>({src:n.src,alt:n.alt,filename:s&&e.length===1?s:s?`${s} (${a+1})`:void 0})),Bn=({src:e,alt:s,filename:n,loading:a="lazy",onClick:r,onDismiss:i})=>{const{viewerOpen:l,viewerIndex:o,handleActivate:d,closeViewer:m}=ve(r);return t.jsxs("div",{className:"relative w-fit",children:[t.jsx("button",{type:"button",onClick:()=>d(0),"aria-label":"Open image",className:"block size-[280px] cursor-zoom-in overflow-hidden rounded-md outline-none focus-visible:ring-2 focus-visible:ring-black/40",children:t.jsx("img",{src:e,alt:s??"",draggable:!1,loading:a,decoding:"async",className:"size-full object-cover"})}),i?t.jsx("div",{className:"absolute right-2 top-2 z-10",children:t.jsx(pe,{onClick:i})}):null,t.jsx(is,{open:l,items:ls([{src:e,alt:s}],n),initialIndex:o,onClose:m})]})},cs=({state:e,src:s,alt:n,filename:a,items:r,text:i,groupPosition:l,loading:o="lazy",onClick:d})=>{const m=$n({src:s,alt:n,items:r}),g=be(e),{viewerOpen:x,viewerIndex:h,handleActivate:c,closeViewer:b}=ve(d);if(m.length===0)return null;const w=m.map((p,f)=>On(p,f,m.length,o));return t.jsxs(ge,{variant:g,text:i,groupPosition:l,"data-testid":"image-attachment",children:[t.jsx("div",{className:"relative",children:t.jsx(os,{tiles:w,onTileActivate:c})}),t.jsx(is,{open:x,items:ls(m,a),initialIndex:h,onClose:b})]})},Un=e=>t.jsx(Bn,{...e}),Vn=e=>t.jsx(cs,{...e,state:"sent"}),Gn=e=>t.jsx(cs,{...e,state:"received"}),Hn={Composer:Un,Sent:Vn,Received:Gn},Yn=({open:e,items:s,initialIndex:n=0,onClose:a})=>{const{index:r,prev:i,next:l}=nt({length:s.length,initialIndex:n,open:e}),o=s[r],d=u.useMemo(()=>(o==null?void 0:o.filename)??(o?ee(o.src):"document"),[o]),m=u.useMemo(()=>o?qn(o.src):void 0,[o]);return!o||!m?null:t.jsxs(at,{open:e,onClose:a,ariaLabel:d,counter:s.length>1?`${r+1} / ${s.length}`:void 0,"data-testid":"pdf-viewer",children:[t.jsx("iframe",{src:m,title:d,className:"mes-media-viewer__iframe",sandbox:"allow-scripts allow-forms allow-popups allow-downloads"},`${r}:${o.src}`),s.length>1?t.jsx(st,{onPrev:i,onNext:l,prevLabel:"Previous document",nextLabel:"Next document"}):null]})},qn=e=>{const s=e.indexOf("#"),n=s===-1?e:e.slice(0,s),a=s===-1?"":e.slice(s+1),r=new URLSearchParams(a);return r.has("toolbar")||r.set("toolbar","0"),r.has("navpanes")||r.set("navpanes","0"),`${n}#${r.toString()}`},Xn=({src:e,filename:s,fileSize:n,title:a,items:r})=>r&&r.length>0?r:e?[{src:e,filename:s,fileSize:n,title:a}]:[],Wn=({variant:e,item:s,index:n,onActivate:a,trailingAction:r})=>{const i=s.filename??ee(s.src);return t.jsx(ns,{variant:e,filename:i,title:s.title,mimeType:"application/pdf",fileSize:s.fileSize,onActivate:()=>a(n),activateLabel:`Open ${i}`,trailingAction:r})},rt=({state:e,src:s,filename:n,fileSize:a,title:r,items:i,text:l,groupPosition:o,onClick:d,onDismiss:m})=>{const g=be(e),x=Xn({src:s,filename:n,fileSize:a,title:r,items:i}),{viewerOpen:h,viewerIndex:c,handleActivate:b,closeViewer:w}=ve(d),p=e==="composer"&&!!m;if(x.length===0)return null;const f=x.map(v=>({src:v.src,filename:v.filename??ee(v.src)}));return t.jsxs(ge,{variant:g,text:l,groupPosition:o,"data-testid":"pdf-attachment",children:[t.jsx("div",{className:"flex flex-col gap-2",children:x.map((v,y)=>{const S=v.filename??ee(v.src),M=p&&y===0?t.jsx(pe,{onClick:m,variant:"inline"}):e==="composer"?void 0:t.jsx(rs,{url:v.src,filename:S,variant:"inline",label:`Download ${S}`,tone:g});return t.jsx(Wn,{variant:g,item:v,index:y,onActivate:b,trailingAction:M},`${v.src}-${y}`)})}),t.jsx(Yn,{open:h,items:f,initialIndex:c,onClose:w})]})},Kn=e=>t.jsx(rt,{...e,state:"composer"}),Jn=e=>t.jsx(rt,{...e,state:"sent"}),Zn=e=>t.jsx(rt,{...e,state:"received"}),Qn={Composer:Kn,Sent:Jn,Received:Zn},ds=({open:e,items:s,initialIndex:n=0,onClose:a})=>{const{index:r,prev:i,next:l}=nt({length:s.length,initialIndex:n,open:e}),o=s[r],d=u.useMemo(()=>(o==null?void 0:o.filename)??(o?ee(o.src):"video"),[o]);return o?t.jsxs(at,{open:e,onClose:a,ariaLabel:d,counter:s.length>1?`${r+1} / ${s.length}`:void 0,"data-testid":"video-viewer",children:[t.jsx("video",{src:o.src,poster:o.poster,controls:!0,autoPlay:!0,muted:!0,playsInline:!0,preload:o.preload??"metadata",className:"mes-media-viewer__video",children:o.mimeType?t.jsx("source",{src:o.src,type:o.mimeType}):null},`${r}:${o.src}`),s.length>1?t.jsx(st,{onPrev:i,onNext:l,prevLabel:"Previous video",nextLabel:"Next video"}):null]}):null},ea=()=>t.jsx("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:t.jsx("span",{className:"flex size-12 items-center justify-center rounded-full bg-black/55 text-white backdrop-blur",children:t.jsx(j.PlayIcon,{className:"size-6",weight:"fill","aria-hidden":!0})})}),us=({item:e,index:s})=>t.jsxs("div",{className:"absolute inset-0 size-full bg-[#0d0d0d]",children:[e.poster?t.jsx("img",{src:e.poster,alt:`Video ${s+1} thumbnail`,draggable:!1,loading:"lazy",decoding:"async",className:"absolute inset-0 size-full rounded-md object-cover"}):t.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:t.jsx(j.VideoCameraIcon,{className:"size-16 rounded-md text-white/30",weight:"regular","aria-hidden":!0})}),t.jsx(ea,{})]}),ta=(e,s,n)=>({ariaLabel:`Play video ${s+1} of ${n}`,content:t.jsx(us,{item:e,index:s})}),sa=({src:e,poster:s,mimeType:n,preload:a,items:r})=>r&&r.length>0?a?r.map(i=>({...i,preload:i.preload??a})):r:e?[{src:e,poster:s,mimeType:n,preload:a}]:[],ms=(e,s)=>e.map((n,a)=>({src:n.src,poster:n.poster,mimeType:n.mimeType,preload:n.preload,filename:s&&e.length===1?s:s?`${s} (${a+1})`:void 0})),na=({src:e,poster:s,mimeType:n,filename:a,preload:r,onClick:i,onDismiss:l})=>{const{viewerOpen:o,viewerIndex:d,handleActivate:m,closeViewer:g}=ve(i);return t.jsxs("div",{className:"relative w-fit",children:[t.jsx("button",{type:"button",onClick:()=>m(0),"aria-label":"Play video",className:"relative block size-[280px] cursor-pointer overflow-hidden rounded-md outline-none focus-visible:ring-2 focus-visible:ring-black/40",children:t.jsx(us,{item:{src:e,poster:s,mimeType:n},index:0})}),l?t.jsx("div",{className:"absolute right-2 top-2 z-10",children:t.jsx(pe,{onClick:l})}):null,t.jsx(ds,{open:o,items:ms([{src:e,poster:s,mimeType:n,preload:r}],a),initialIndex:d,onClose:g})]})},xs=({state:e,src:s,poster:n,mimeType:a,filename:r,items:i,text:l,groupPosition:o,preload:d,onClick:m})=>{const g=sa({src:s,poster:n,mimeType:a,preload:d,items:i}),x=be(e),{viewerOpen:h,viewerIndex:c,handleActivate:b,closeViewer:w}=ve(m);if(g.length===0)return null;const p=g.map((f,v)=>ta(f,v,g.length));return t.jsxs(ge,{variant:x,text:l,groupPosition:o,"data-testid":"video-attachment",children:[t.jsx("div",{className:"relative",children:t.jsx(os,{tiles:p,onTileActivate:b,className:"overflow-hidden rounded-md"})}),t.jsx(ds,{open:h,items:ms(g,r),initialIndex:c,onClose:w})]})},aa=e=>t.jsx(na,{...e}),ra=e=>t.jsx(xs,{...e,state:"sent"}),ia=e=>t.jsx(xs,{...e,state:"received"}),oa={Composer:aa,Sent:ra,Received:ia},xe={Image:Hn,Video:oa,Audio:Sn,Pdf:Qn,File:zn},la={isUnlocking:()=>!1},ca={LockedAttachment:la},hs=u.createContext({}),da=hs.Provider;function fs(e){return u.useContext(hs)[e]??ca[e]}const ua=({size:e=15})=>t.jsx("svg",{width:e,height:e,viewBox:"0 0 15 15",fill:"none","aria-hidden":"true",children:t.jsx("path",{d:"M12.003 9a.985.985 0 0 1-.652.934l-3.223 1.191-1.188 3.226a.995.995 0 0 1-1.867 0l-1.195-3.226L.65 9.937a.995.995 0 0 1 0-1.867l3.227-1.195 1.187-3.226a.995.995 0 0 1 1.868 0l1.195 3.226 3.226 1.187a.99.99 0 0 1 .649.938m3-5.83a.52.52 0 0 1-.344.492l-1.702.63-.627 1.703a.525.525 0 0 1-.986 0l-.63-1.704-1.704-.627a.525.525 0 0 1 0-.986l1.703-.63.627-1.704a.526.526 0 0 1 .986 0l.631 1.703 1.704.627a.52.52 0 0 1 .342.495",fill:"currentColor",fillOpacity:.55})}),ma=e=>{var s;return((s=e.metadata)==null?void 0:s.custom_type)==="MESSAGE_TIP"},xa=e=>{var s;return((s=e.metadata)==null?void 0:s.custom_type)==="MESSAGE_PAID"},Ne=e=>{var s;return((s=e.metadata)==null?void 0:s.custom_type)==="MESSAGE_CHATBOT"},ha=e=>{var s;return((s=e.metadata)==null?void 0:s.custom_type)==="MESSAGE_ATTACHMENT"},gs=e=>ma(e)||xa(e),fa=e=>{var s;return gs(e)&&!((s=e.text)!=null&&s.trim())},De=({message:e,standalone:s=!1,isMyMessage:n=!1,hasAttachment:a=!1})=>{var x;const r=gs(e),i=Ne(e);if(!r&&!i)return null;if(r){const h=(x=e.metadata)==null?void 0:x.amount_text;if(!h)return null;const c=s?"message-tip-standalone":"message-tag message-tag--tip",b=s?`${h} tip`:`Delivered with ${h} tip`;return t.jsxs("div",{className:c,children:[t.jsx(j.GiftIcon,{size:s?14:12}),t.jsx("span",{children:b})]})}const l=n&&a,o=l?"Sent with AI":"Sent by AI Assistant",d=["message-chatbot-indicator",n?"message-chatbot-indicator--sender":"message-chatbot-indicator--receiver",l?"message-chatbot-indicator--attachment":"message-chatbot-indicator--text"].join(" "),m=t.jsx("span",{className:"message-chatbot-indicator__label",children:o}),g=t.jsx("span",{className:"message-chatbot-indicator__icon",children:t.jsx(ua,{size:l?12:15})});return t.jsx("div",{className:d,"data-testid":"message-chatbot-indicator",children:n&&!l?t.jsxs(t.Fragment,{children:[m,g]}):t.jsxs(t.Fragment,{children:[g,m]})})},ps=({selected:e,onVoteUp:s,onVoteDown:n})=>t.jsxs("div",{className:"message-vote-buttons",children:[t.jsx("button",{type:"button",className:k("message-vote-button focus-ring",{"message-vote-button--selected":e==="up"}),onClick:s,"aria-label":"Good response","aria-pressed":e==="up","data-tooltip":"Good response",children:t.jsx(j.ThumbsUpIcon,{size:16,weight:e==="up"?"fill":"regular"})}),t.jsx("button",{type:"button",className:k("message-vote-button focus-ring",{"message-vote-button--selected":e==="down"}),onClick:n,"aria-label":"Bad response","aria-pressed":e==="down","data-tooltip":"Bad response",children:t.jsx(j.ThumbsDownIcon,{size:16,weight:e==="down"?"fill":"regular"})})]}),Fe=()=>{const{message:e}=_.useMessageContext("SentMessageDeliveryStatus"),{messages:s}=_.useChannelStateContext("SentMessageDeliveryStatus"),n=u.useMemo(()=>{var a;return(a=s==null?void 0:s[s.length-1])==null?void 0:a.id},[s]);return e.id!==n?null:t.jsxs(t.Fragment,{children:[t.jsx(j.ChecksIcon,{weight:"bold","aria-hidden":"true"}),t.jsx("span",{"data-testid":"sent-message-delivery-status",children:"Delivered"})]})},ga=()=>null,pa=()=>t.jsx(_.MessageStatus,{MessageSentStatus:Fe,MessageDeliveredStatus:Fe,MessageReadStatus:Fe,MessageSendingStatus:ga}),ba=/^([a-z][a-z0-9+.-]*):/i,va=new Set(["http","https","mailto","tel","sms"]);function it(e){if(typeof e!="string")return;const s=e.trim();if(s==="")return;const n=ba.exec(s);if(n){const a=n[1].toLowerCase();return va.has(a)?s:void 0}return s.startsWith("//")||s.startsWith("/")?s:`https://${s}`}const ja={dark:"bg-white text-[#121110] hover:bg-white/90",light:"bg-[#121110] text-white hover:bg-[#2a2928]"},wa=({variant:e,cta:s})=>{const n=k("mt-2 inline-flex h-10 w-full items-center justify-center rounded-full px-4 text-sm font-medium leading-none transition-colors",ja[e]),a=it(s.href);return a?t.jsx("a",{href:a,target:"_blank",rel:"noopener noreferrer",onClick:r=>{var i;r.stopPropagation(),(i=s.onClick)==null||i.call(s)},className:`${n} no-underline`,children:s.label}):t.jsx("button",{type:"button",onClick:r=>{var i;r.stopPropagation(),(i=s.onClick)==null||i.call(s)},className:n,children:s.label})},_a={dark:"text-white",light:"text-black/90"},Na="text-white/30",ya={dark:"text-white/55",light:"text-black/55"},ot=({variant:e,title:s,placeholderTitle:n,description:a,url:r,appIcon:i,cta:l,trailingAction:o})=>{const d=e==="dark",m=s??(d?n:void 0)??"",g=m.trim()!=="",x=a!=null&&a.trim()!=="",h=typeof r=="string"?r.trim():"",c=h!=="",b=l!=null;if(!g&&!x&&!c&&!b)return null;const p=k("truncate text-base font-medium leading-6",d&&!s?Na:_a[e]),f=k("truncate text-xs leading-4",ya[e]);return t.jsxs("div",{className:"px-4 py-3",children:[t.jsxs("div",{className:"flex items-end gap-3",children:[t.jsxs("div",{className:"flex min-w-0 flex-1 flex-col gap-2",children:[t.jsxs("div",{className:"flex min-w-0 flex-col gap-1",children:[g&&t.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[i?t.jsx("span",{className:"shrink-0",children:i}):null,t.jsx("p",{className:k("min-w-0",p),children:m})]}),x&&t.jsx("p",{className:f,children:a})]}),!b&&c&&t.jsx("p",{className:f,children:h})]}),o&&t.jsx("div",{className:"shrink-0",children:o})]}),l&&t.jsx(wa,{variant:e,cta:l})]})},Ca=k("relative block w-[280px] select-none overflow-hidden rounded-md","border border-black/[0.08]","shadow-[0_1px_2px_rgba(0,0,0,0.04),0_8px_32px_rgba(0,0,0,0.1)]"),ye=({variant:e,children:s,href:n,onClick:a,ariaLabel:r,rootRef:i,topRight:l,bgClassName:o,"data-testid":d})=>{const m=n!=null||a!=null,g=k(Ca,o??(e==="dark"?"bg-[#1e2330]":"bg-white"),m?"cursor-pointer no-underline focus-ring":null),x=l?t.jsx("div",{className:"pointer-events-auto absolute right-3 top-3 z-10",children:l}):null;return n?t.jsxs("a",{ref:i,href:n,target:"_blank",rel:"noopener noreferrer",onClick:a,"data-testid":d,className:g,children:[s,x]}):a?t.jsxs("button",{ref:i,type:"button",onClick:a,"aria-label":r,"data-testid":d,className:k(g,"text-left"),children:[s,x]}):t.jsxs("div",{ref:i,"data-testid":d,className:g,children:[s,x]})},ka={dark:"bg-white/10",light:"bg-black/5"},Sa={dark:"size-16 text-white/25",light:"size-16 text-black/25"},Te=(e,s)=>!!s&&!!e&&te(e)==="audio",lt=(e,s)=>{if(!s||!e)return!1;const n=te(e);return n==="video"||n==="audio"},ct="bg-[#F2F3F4]",Ce=({variant:e,thumbnailUrl:s,sourceUrl:n,title:a,mimeType:r="image/*",topLeft:i,topRight:l})=>{const o=te(r),d=!!n&&o==="video";return Te(r,n)?t.jsx("div",{className:"p-3",children:t.jsx("audio",{src:n,controls:!0,preload:"metadata",className:"block w-full",children:t.jsx("track",{kind:"captions"})})}):t.jsxs("div",{className:k("relative h-[180px] w-full overflow-hidden",d&&"bg-black"),children:[d?t.jsx("video",{src:n,poster:s,controls:!0,playsInline:!0,preload:"metadata",className:"absolute inset-0 h-full w-full object-contain",children:t.jsx("track",{kind:"captions"})}):s?t.jsx("img",{src:s,alt:a??"",draggable:!1,className:"absolute inset-0 h-full w-full object-cover"}):t.jsx("div",{className:k("flex h-full w-full items-center justify-center",ka[e]),children:ie(r,{className:Sa[e],weight:"regular"})}),i?t.jsx("div",{className:"pointer-events-auto absolute left-3 top-3 z-10",children:i}):null,l?t.jsx("div",{className:"pointer-events-auto absolute right-3 top-3 z-10",children:l}):null]})},Ia=({title:e,placeholderTitle:s,description:n,url:a,mimeType:r,thumbnailUrl:i,sourceUrl:l,layout:o="featured",appIcon:d,cta:m,onDismiss:g,onEditClick:x})=>{const h=o==="classic",c=Te(r,l),b=g?t.jsx("button",{type:"button",onClick:g,"aria-label":"Dismiss attachment",className:"flex size-6 items-center justify-center rounded-full bg-[#121110] text-white",children:t.jsx(j.XIcon,{className:"size-3",weight:"bold"})}):void 0,w=x?t.jsx("button",{type:"button",onClick:x,"aria-label":"Edit attachment",className:"flex size-10 items-center justify-center rounded-full bg-white/10 text-white hover:bg-white/15",children:t.jsx(j.PencilSimpleIcon,{className:"size-5",weight:"regular"})}):void 0;return c?t.jsx(ye,{variant:"dark",bgClassName:ct,children:t.jsxs("div",{className:"flex items-center gap-2 pr-3",children:[t.jsx("div",{className:"min-w-0 flex-1",children:t.jsx(Ce,{variant:"dark",sourceUrl:l,title:e,mimeType:r})}),b&&t.jsx("div",{className:"shrink-0",children:b})]})}):t.jsxs(ye,{variant:"dark",topRight:h?b:void 0,children:[!h&&t.jsx(Ce,{variant:"dark",thumbnailUrl:i,sourceUrl:l,title:e,mimeType:r,topRight:b}),t.jsx(ot,{variant:"dark",title:e,placeholderTitle:s,description:n,url:a,appIcon:d,cta:m,trailingAction:w})]})},Ea=({title:e,description:s,url:n,mimeType:a,thumbnailUrl:r,sourceUrl:i,layout:l="featured",appIcon:o,cta:d,onClick:m})=>{const g=lt(a,i),x=it(n),h=d==null&&x!=null&&!g?x:void 0,c=d==null&&!g?m:void 0,b=Te(a,i)?ct:void 0,w=d&&m?{...d,onClick:()=>{var p;m(),(p=d.onClick)==null||p.call(d)}}:d;return t.jsxs(ye,{variant:"light",href:h,onClick:c,ariaLabel:e??"Open attachment preview",bgClassName:b,"data-testid":"link-attachment",children:[l==="featured"&&t.jsx(Ce,{variant:"light",thumbnailUrl:r,sourceUrl:i,title:e,mimeType:a}),t.jsx(ot,{variant:"light",title:e,description:s,url:n,appIcon:o,cta:w})]})},Ta=({title:e,placeholderTitle:s,description:n,url:a,mimeType:r,thumbnailUrl:i,sourceUrl:l,layout:o="featured",appIcon:d,cta:m,onClick:g})=>{const x=lt(r,l),h=it(a),c=m==null&&h!=null&&!x?h:void 0,b=m==null&&!x&&c!=null?g:void 0;return t.jsxs(ye,{variant:"dark",href:c,onClick:b,bgClassName:Te(r,l)?ct:void 0,children:[o==="featured"&&t.jsx(Ce,{variant:"dark",thumbnailUrl:i,sourceUrl:l,title:e,mimeType:r}),t.jsx(ot,{variant:"dark",title:e,placeholderTitle:s,description:n,url:a,appIcon:d,cta:m})]})},Ge={Composer:Ia,Sent:Ta,Received:Ea},Ma="mt-[2px] max-w-[280px] whitespace-pre-wrap break-words rounded-[18px] bg-[#121110] px-4 py-2 text-white",Aa="mt-[2px] max-w-[280px] whitespace-pre-wrap break-words rounded-[18px] bg-[#e9eaed] px-4 py-2 text-[#080707]";function P(e){const s=e==null?void 0:e.trim();return s||void 0}function Dt(e){return e.trim().replace(/^https?:\/\//i,"").replace(/\/+$/,"").toLowerCase()}function Ra(e,s){if(!(e!=null&&e.trim())||!(s!=null&&s.trim()))return!1;const n=Dt(e),a=Dt(s);if(n===a)return!0;if(!n.includes(a))return!1;const r=n.split(a).join("");return!/[^\p{P}\p{Z}\p{C}]/u.test(r)}function Ft(e){const s=P(e.og_scrape_url)??P(e.title_link),n=P(e.image_url)??P(e.thumb_url),a=P(e.asset_url),r=P(e.mime_type);return{title:P(e.title),description:P(e.text),url:s,thumbnailUrl:n,sourceUrl:a,layout:n||lt(r,a)?"featured":"classic",mimeType:r}}function La(e){var s;return bs(e)?null:e.type==="image"?e.image_url||e.asset_url?"image":null:e.type==="video"&&e.asset_url?"video":e.type==="audio"&&e.asset_url?"audio":e.type==="file"&&e.asset_url?e.mime_type==="application/pdf"?"pdf":(s=e.mime_type)!=null&&s.startsWith("audio/")?"audio":"file":null}function bs(e){const s=P(e.og_scrape_url);return e.type==="link"||!!s&&!e.asset_url}function vs(e){if(!(e!=null&&e.length))return[];const s=[],n=(r,i)=>{const l=s[s.length-1];if((l==null?void 0:l.type)==="media"&&l.kind===r){l.attachments.push(i);return}s.push({type:"media",kind:r,attachments:[i]})},a=r=>{const i=s[s.length-1];if((i==null?void 0:i.type)==="link"){i.attachments.push(r);return}s.push({type:"link",attachments:[r]})};for(const r of e){if(bs(r)){a(r);continue}const i=La(r);i&&n(i,r)}return s}function Da(e){let s=0;for(const n of e)s+=n.type==="link"?n.attachments.length:1;return s}function Fa(e){return e.filter(s=>s.type==="media").length}function za(e,s,n){return s<=1?n:e===0?"first":e===s-1?"end":"middle"}function zt(e){return P(e.image_url)??P(e.asset_url)??""}function Pa(e){switch(e){case"image":return xe.Image;case"video":return xe.Video;case"audio":return xe.Audio;case"pdf":return xe.Pdf;default:return xe.File}}function Oa(e,s){if(s.length>1)switch(e){case"image":return{items:s.map(a=>({src:zt(a),alt:P(a.title)}))};case"video":return{items:s.map(a=>({src:P(a.asset_url)??"",poster:P(a.thumb_url),mimeType:P(a.mime_type)}))};case"audio":return{items:s.map(a=>({src:P(a.asset_url)??"",mimeType:P(a.mime_type)??"audio/mpeg",filename:P(a.title)}))};case"pdf":return{items:s.map(a=>({src:P(a.asset_url)??"",filename:P(a.title),fileSize:a.file_size}))};case"file":return{items:s.map(a=>({src:P(a.asset_url)??"",filename:P(a.title),fileSize:a.file_size,mimeType:P(a.mime_type)??"application/octet-stream"}))}}const n=s[0];if(!n)return{};switch(e){case"image":return{src:zt(n),alt:P(n.title)};case"video":return{src:P(n.asset_url)??"",poster:P(n.thumb_url),mimeType:P(n.mime_type)};case"audio":return{src:P(n.asset_url)??"",mimeType:P(n.mime_type)??"audio/mpeg",filename:P(n.title)};case"pdf":return{src:P(n.asset_url)??"",filename:P(n.title),fileSize:n.file_size};case"file":return{src:P(n.asset_url)??"",filename:P(n.title),fileSize:n.file_size,mimeType:P(n.mime_type)??"application/octet-stream"}}}function $a({groupPosition:e,isMyMessage:s,segment:n,text:a}){const r=Pa(n.kind),i={...Oa(n.kind,n.attachments),groupPosition:e,...a?{text:a}:{}};return s?t.jsx(r.Sent,{...i}):t.jsx(r.Received,{...i})}const Ba=({groupPosition:e,isMyMessage:s,message:n})=>{var w;const a=vs(n.attachments);if(a.length===0)return null;const r=Da(a),i=Fa(a),l=(w=n.text)==null?void 0:w.trim(),o=a.find(p=>p.type==="link"),d=(o==null?void 0:o.type)==="link"?Ft(o.attachments[0]??{}).url:void 0,m=l&&Ra(l,d)?void 0:l;let g=0,x=0;const h=[],c=(p,f)=>{const v=g===r-1;g+=1;const y=s?Ge.Sent:Ge.Received;h.push(t.jsxs(u.Fragment,{children:[t.jsx(y,{...Ft(p)}),v&&m?t.jsx("div",{className:s?Ma:Aa,children:m}):null]},f))},b=(p,f)=>{const v=g===r-1,y=za(x,i,e);g+=1,x+=1,h.push(t.jsx($a,{groupPosition:y,isMyMessage:s,segment:p,text:v?m:void 0},f))};return a.forEach((p,f)=>{if(p.type==="link"){p.attachments.forEach((v,y)=>{c(v,`link-${f}-${y}`)});return}b(p,`media-${f}`)}),t.jsx(t.Fragment,{children:h})},Ua=e=>{var gt,pt,bt,vt,jt,wt,_t,Nt,yt,Ct,kt,St,It,Et;const{additionalMessageInputProps:s,chatbotVotingEnabled:n,editing:a,endOfGroup:r,firstOfGroup:i,groupedByUser:l,handleAction:o,handleOpenThread:d,handleRetry:m,highlighted:g,isMessageAIGenerated:x,isMyMessage:h,message:c,renderText:b,threadList:w,viewerLanguage:p}=e,{client:f}=_.useChatContext("CustomMessage"),{channel:v}=_.useChannelStateContext("CustomMessage"),{isUnlocking:y,onUnlockClick:S,onFetchSource:M,onDownloadClick:A}=fs("LockedAttachment"),[D,B]=u.useState(!1),O=_.useMessageReminder(c.id),{selected:F,voteUp:C,voteDown:T}=Gt(c),{Attachment:I=_.Attachment,EditMessageModal:L=_.EditMessageModal,MessageActions:E,MessageBlocked:z=_.MessageBlocked,MessageBouncePrompt:$=_.MessageBouncePrompt,MessageDeleted:V=_.MessageDeleted,MessageIsThreadReplyInChannelButtonIndicator:X=_.MessageIsThreadReplyInChannelButtonIndicator,MessageRepliesCountButton:J=_.MessageRepliesCountButton,ReminderNotification:W=_.ReminderNotification,StreamedMessageText:N=_.StreamedMessageText,PinIndicator:R}=_.useComponentContext("CustomMessage"),G=_.messageHasAttachments(c),Y=_.messageHasReactions(c),H=u.useMemo(()=>x==null?void 0:x(c),[x,c]),U=u.useMemo(()=>{const re=c.attachments??[],de=c.shared_location?[c.shared_location,...re]:re;if(!Ne(c))return de;const Tt=de.filter(Mt=>!("type"in Mt)||!Qe(Mt));return Tt.length===de.length?de:Tt},[c]),q=u.useMemo(()=>vs(U),[U]),K=u.useMemo(()=>{const re=Xe({message:c,viewerLanguage:p});return re===c.text?c:{...c,text:re}},[c,p]),ne=q.length>0,je=q.reduce((re,de)=>re+de.attachments.length,0)===((U==null?void 0:U.length)??0),we=Qt({endOfGroup:r,firstOfGroup:i,groupedByUser:l});if(_.isDateSeparatorMessage(c))return null;if(c.deleted_at||c.type==="deleted")return t.jsx(V,{message:c});if(_.isMessageBlocked(c))return t.jsx(z,{});const Q=!w&&!!c.reply_count,ae=!w&&c.show_in_channel&&c.parent_id,se=c.status==="failed"&&((gt=c.error)==null?void 0:gt.status)!==403,mt=_.isMessageBounced(c);let oe;se?oe=()=>m(c):mt&&(oe=()=>B(!0));const le=h(),Ss=k("str-chat__message str-chat__message-simple",`str-chat__message--${c.type}`,`str-chat__message--${c.status}`,le?"str-chat__message--me str-chat__message-simple--me":"str-chat__message--other",c.text?"str-chat__message--has-text":"has-no-text",{"str-chat__message--has-attachment":G,"str-chat__message--highlighted":g,"str-chat__message--pinned pinned-message":c.pinned,"str-chat__message--with-reactions":Y,"str-chat__message-send-can-be-retried":(c==null?void 0:c.status)==="failed"&&((pt=c==null?void 0:c.error)==null?void 0:pt.status)!==403,"str-chat__message-with-thread-link":Q||ae,"str-chat__virtual-message__wrapper--end":r,"str-chat__virtual-message__wrapper--first":i,"str-chat__virtual-message__wrapper--group":l}),Me=c.poll_id&&f.polls.fromState(c.poll_id),xt=fa(c),ce=Ne(c),ht=ha(c),Ae=!!(U!=null&&U.length&&!c.quoted_message),ft=ce&&le&&Ae,Is=ne&&je&&!c.quoted_message&&!Me&&!H&&!ce;return t.jsxs(t.Fragment,{children:[a&&t.jsx(L,{additionalMessageInputProps:s}),D&&t.jsx(_.MessageBounceModal,{MessageBouncePrompt:$,onClose:()=>B(!1),open:D}),t.jsxs("div",{className:Ss,"data-message-id":c.id,"data-dd-privacy":"mask",children:[R&&t.jsx(R,{}),!!O&&t.jsx(W,{reminder:O}),c.user&&t.jsx(Z,{className:"str-chat__avatar str-chat__message-sender-avatar",id:c.user.id,image:c.user.image,name:c.user.name||c.user.id,size:24,shape:"circle",dmAgentEnabled:ce}),t.jsx("div",{className:k("str-chat__message-inner",{"str-chat__simple-message--error-failed":se||mt}),"data-testid":"message-inner",onClick:oe,onKeyDown:oe,role:oe?"button":void 0,tabIndex:oe?0:void 0,style:{marginInlineEnd:0,marginInlineStart:0},children:ht?t.jsxs("div",{className:"str-chat__message-bubble-wrapper",children:[le?t.jsxs("div",{className:"flex items-center gap-2",children:[E&&t.jsx(E,{}),t.jsx(Ve.Sent,{title:(bt=c.metadata)==null?void 0:bt.attachment_title,mimeType:(vt=c.metadata)==null?void 0:vt.attachment_mime_type,thumbnailUrl:(jt=c.metadata)==null?void 0:jt.attachment_thumbnail,amountText:(wt=c.metadata)==null?void 0:wt.amount_text,detail:(_t=c.metadata)==null?void 0:_t.attachment_detail,paymentStatus:(Nt=c.metadata)==null?void 0:Nt.payment_status,onPreviewClick:()=>S==null?void 0:S(c,v),onFetchSource:async()=>await(M==null?void 0:M(c,v))})]}):t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(Ve.Received,{title:(yt=c.metadata)==null?void 0:yt.attachment_title,mimeType:(Ct=c.metadata)==null?void 0:Ct.attachment_mime_type,thumbnailUrl:(kt=c.metadata)==null?void 0:kt.attachment_thumbnail,amountText:(St=c.metadata)==null?void 0:St.amount_text,detail:(It=c.metadata)==null?void 0:It.attachment_detail,paymentStatus:(Et=c.metadata)==null?void 0:Et.payment_status,isUnlocking:y(c.id),onUnlockClick:()=>S==null?void 0:S(c,v),onFetchSource:async()=>await(M==null?void 0:M(c,v)),onDownloadClick:()=>A==null?void 0:A(c,v)}),E&&t.jsx(E,{})]}),c.text&&t.jsx("div",{className:"str-chat__message-bubble",children:t.jsx(_.MessageText,{message:K,renderText:b})})]}):xt?t.jsx(De,{message:c,standalone:!0}):Is?t.jsx("div",{className:"str-chat__message-bubble-wrapper",children:t.jsxs("div",{className:"str-chat__message-bubble",style:{background:"transparent",borderRadius:0,overflow:"visible",padding:0},children:[t.jsx(Ba,{groupPosition:we,isMyMessage:le,message:{attachments:U,text:K.text}}),t.jsx(_.MessageErrorIcon,{})]})}):t.jsx("div",{className:"str-chat__message-bubble-wrapper",children:t.jsxs("div",{className:"str-chat__message-bubble",children:[ce&&!ft&&t.jsx(De,{message:c,hasAttachment:Ae,isMyMessage:le}),Me&&t.jsx(_.Poll,{poll:Me}),U!=null&&U.length&&!c.quoted_message?t.jsx(I,{actionHandler:o,attachments:U}):null,H?t.jsx(N,{message:K,renderText:b}):t.jsx(_.MessageText,{message:K,renderText:b}),t.jsx(_.MessageErrorIcon,{})]})})}),!ht&&!xt&&t.jsxs("div",{className:"str-chat__message-footer",children:[(!ce||ft)&&t.jsx(De,{message:c,hasAttachment:Ae,isMyMessage:le}),n&&ce&&t.jsx(ps,{selected:F,onVoteUp:C,onVoteDown:T})]}),t.jsx(pa,{}),Q&&t.jsx(J,{onClick:d,reply_count:c.reply_count}),ae&&t.jsx(X,{})]},c.id)]})},Va=u.memo(Ua,(e,s)=>e.chatbotVotingEnabled!==s.chatbotVotingEnabled||e.viewerLanguage!==s.viewerLanguage?!1:_.areMessageUIPropsEqual(e,s)),Ga=e=>{const s=_.useMessageContext("CustomMessage");return t.jsx(Va,{...s,...e})},Ha=()=>{var n;const{handleDelete:e,message:s}=_.useMessageContext("CustomMessageActions");return((n=s.metadata)==null?void 0:n.payment_status)==="paid"?null:t.jsx(He.DefaultDropdownActionButton,{onClick:e,"aria-label":"Delete",title:"Delete",className:"bg-marble rounded-full p-2 hover:bg-sand transition-all",children:t.jsx(j.TrashSimpleIcon,{size:16,weight:"light","aria-hidden":!0})})},Ya=()=>{const{handleFlag:e}=_.useMessageContext("CustomMessageActions");return t.jsx(He.DefaultDropdownActionButton,{onClick:e,"aria-label":"Report",title:"Report",className:"bg-marble rounded-full p-2 hover:bg-sand transition-all",children:t.jsx(j.FlagIcon,{size:16,weight:"light","aria-hidden":!0})})},qa=()=>{var s;const{message:e}=_.useMessageContext("CustomMessageActions");return((s=e.metadata)==null?void 0:s.custom_type)!=="MESSAGE_ATTACHMENT"?null:t.jsx(He.MessageActions,{messageActionSet:[{Component:Ha,placement:"quick",type:"delete"},{Component:Ya,placement:"quick",type:"flag"}]})},Xa=({link:e,onDismiss:s})=>{const{og_scrape_url:n,title:a,image_url:r}=e,i=l=>{l.preventDefault(),s(n)};return t.jsxs("a",{href:n,target:"_blank",rel:"noopener noreferrer",className:"relative block w-full rounded-[24px] bg-[#1e2330] p-2 no-underline transition-opacity hover:opacity-90",children:[r&&t.jsx("img",{src:r,alt:a||"",className:"h-[180px] w-full rounded-[20px] object-cover"}),t.jsx("button",{type:"button",onClick:i,className:"absolute right-4 top-4 flex size-6 items-center justify-center rounded-full border border-white/40 bg-white/70 backdrop-blur-2xl focus-ring","aria-label":"Close link preview",children:t.jsx(j.XIcon,{className:"size-4 text-black/90"})}),t.jsxs("div",{className:"p-2",children:[a&&t.jsx("div",{className:"truncate text-[14px] font-medium leading-5 text-white",children:a}),t.jsx("div",{className:"truncate text-[12px] leading-4 text-white/55",children:n})]})]})},Wa=e=>({linkPreviews:Array.from(e.previews.values()).filter(s=>Oe.LinkPreviewsManager.previewIsLoaded(s)||Oe.LinkPreviewsManager.previewIsLoading(s))}),Ka=()=>{const{linkPreviewsManager:e}=_.useMessageComposer(),{linkPreviews:s}=_.useStateStore(e.state,Wa),n=r=>{e.dismissPreview(r)};return s.length>0?t.jsx("div",{className:"messaging-link-preview-list flex min-h-0 flex-col items-stretch w-full gap-2 mb-4 overflow-y-auto overscroll-contain",children:s.map(r=>t.jsx("div",{className:"w-full shrink-0",children:t.jsx(Xa,{link:r,onDismiss:n})},r.og_scrape_url))}):null},dt=u.createContext(!1),Ja=()=>u.useContext(dt),Za=({sendMessage:e,disabled:s,...n})=>t.jsx("button",{...n,type:"button","aria-label":"Send",disabled:s,onClick:e,children:t.jsx(j.ArrowUpIcon,{weight:"bold",className:"size-4"})}),Qa=()=>{const e=u.useContext(dt),{handleSubmit:s}=_.useMessageInputContext(),n=_.useMessageComposerHasSendableData(),a=e||!n,{SendButton:r=Za,AttachmentPreviewList:i=_.AttachmentPreviewList}=_.useComponentContext("CustomMessageInput");return t.jsxs("div",{className:"central-container flex min-h-0 flex-col gap-2 min-w-0 w-full self-stretch p-2 bg-white rounded-[1.5rem] shadow-[0_4px_16px_0_rgba(0,0,0,0.08),0_1px_2px_0_rgba(0,0,0,0.04),0_0_0_1px_rgba(0,0,0,0.04)]","data-dd-privacy":"mask",children:[t.jsx(_.QuotedMessagePreview,{}),t.jsx(Ka,{}),t.jsx(i,{}),t.jsxs("div",{className:"flex shrink-0",children:[t.jsx("div",{className:"w-full ml-2 mr-4 self-center leading-[0]",children:t.jsx(_.TextareaComposer,{"aria-disabled":e||void 0,className:"w-full resize-none outline-none leading-5 placeholder:text-black/30 text-sm",autoFocus:!e,enterKeyHint:"send",maxRows:4,readOnly:e,tabIndex:e?-1:void 0})}),t.jsx(r,{sendMessage:s,"aria-label":"Send",className:"str-chat__send-button mt-auto flex justify-center items-center flex-shrink-0 rounded-full size-8 bg-[#121110] disabled:bg-[#F1F0EE] disabled:text-black/20 text-white focus-ring","data-testid":"send-button",disabled:a,type:"button"})]})]})},er=({renderActions:e,renderFooter:s,disabled:n=!1,disabledReason:a,composerInput:r})=>{var o;const{channel:i}=_.useChannelStateContext(),l=((o=i==null?void 0:i.data)==null?void 0:o.frozen)===!0;return n?t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"messaging-composer-locked-panel flex w-full flex-col items-center justify-center gap-3 px-6 py-4",children:a?t.jsx("p",{className:"max-w-[345px] text-center text-xs font-normal leading-[1.3] tracking-[0.12px] text-black/40",children:a}):null}),s==null?void 0:s()]}):t.jsxs("div",{className:"flex min-h-0 flex-col gap-4 p-4",children:[t.jsxs("div",{inert:l?"":void 0,"aria-disabled":l||void 0,className:"message-input flex min-h-0 items-end gap-4 aria-disabled:opacity-40",children:[e&&t.jsx("div",{className:"flex h-12 shrink-0 items-center justify-center",children:e()}),t.jsx(dt.Provider,{value:l,children:t.jsx(_.MessageInput,{Input:r??Qa})})]}),s==null?void 0:s()]})},tr=["SYSTEM_DM_AGENT_PAUSED","SYSTEM_DM_AGENT_RESUMED"],sr={SYSTEM_DM_AGENT_PAUSED:"DM Agent has left the conversation",SYSTEM_DM_AGENT_RESUMED:"DM Agent has rejoined the conversation"},nr=["SYSTEM_AGE_SAFETY_BLOCKED"],ar={SYSTEM_AGE_SAFETY_BLOCKED:"This user isn’t able to reply because they don’t meet our age safety guidelines."},ze="age safety guidelines.",rr="https://linktr.ee/s/about/contact",Pt=e=>tr.includes(e),ir=e=>nr.includes(e),or=e=>{var a;const s=(a=e.metadata)==null?void 0:a.custom_type;if(Pt(s))return{kind:"dm-agent",type:s};if(ir(s))return{kind:"age-safety",type:s};const n=e.dm_agent_system_type;if(Pt(n))return{kind:"dm-agent",type:n}},lr=e=>{const s=e.indexOf(ze);if(s===-1)return e;const n=s+ze.length;return t.jsxs(t.Fragment,{children:[e.slice(0,s),t.jsx("a",{href:rr,target:"_blank",rel:"noopener noreferrer",className:"mes-age-safety-system-message__emphasis font-medium text-inherit underline",children:ze}),e.slice(n)]})},cr=e=>{var a,r;const s=e.message.hide_date===!0,n=or(e.message);if((n==null?void 0:n.kind)==="dm-agent"){const i=((a=e.message.text)==null?void 0:a.trim())||sr[n.type];return t.jsxs("div",{className:"str-chat__message--system","data-testid":"message-system",children:[t.jsxs("div",{className:"mes-dm-agent-system-message mx-auto mb-2 inline-flex w-fit max-w-[min(100%,480px)] items-center justify-center gap-[10px] rounded-[12px] border border-[rgba(0,0,0,0.08)] p-3 text-[rgba(0,0,0,0.55)]","data-testid":"dm-agent-system-message","data-dm-agent-system-type":n.type,children:[t.jsx(j.SparkleIcon,{size:16,weight:"regular","aria-hidden":!0,className:"mes-dm-agent-system-message__sparkle shrink-0"}),t.jsx("p",{className:"mes-dm-agent-system-message__text m-0 text-center text-[14px] font-normal leading-5 tracking-[0.21px]",children:i})]}),!s&&t.jsx(_.MessageTimestamp,{message:e.message})]})}if((n==null?void 0:n.kind)==="age-safety"){const i=((r=e.message.text)==null?void 0:r.trim())||ar[n.type];return t.jsxs("div",{className:"str-chat__message--system","data-testid":"message-system",children:[t.jsxs("div",{className:"mes-age-safety-system-message box-border mx-auto mb-2 flex w-full max-w-[329px] items-start justify-center gap-3 rounded-[12px] border border-[var(--border-secondary,rgba(0,0,0,0.08))] bg-[var(--bg-warning-subtle,#fef3c6)] px-2 py-4 pl-5 text-[color:var(--text-warning-on-warning,#894b00)]","data-testid":"age-safety-system-message","data-age-safety-system-type":n.type,children:[t.jsx(j.ProhibitIcon,{size:24,weight:"duotone","aria-hidden":!0,className:"mes-age-safety-system-message__icon shrink-0 text-[color:var(--text-warning-on-warning,#894b00)]","data-testid":"age-safety-system-message-icon"}),t.jsx("div",{className:"mes-age-safety-system-message__content min-w-0 flex-[1_0_0]",children:t.jsx("p",{className:"m-0 text-balance text-left text-[12px] font-normal leading-4 tracking-[0.21px] text-[color:var(--text-warning-on-warning,#894b00)]",children:lr(i)})})]}),!s&&t.jsx(_.MessageTimestamp,{message:e.message})]})}return t.jsxs("div",{className:"str-chat__message--system","data-testid":"message-system",children:[t.jsxs("div",{className:"str-chat__message--system__text",children:[t.jsx("div",{className:"str-chat__message--system__line"}),t.jsx("p",{children:e.message.text}),t.jsx("div",{className:"str-chat__message--system__line"})]}),!s&&t.jsx(_.MessageTimestamp,{message:e.message})]})},js=u.createContext(!1),Pe=({cx:e,index:s})=>t.jsx("circle",{cx:e,cy:"6.15",r:"3.9",fill:"#A0A0A0",children:t.jsx("animateTransform",{attributeName:"transform",type:"translate",values:"0 0; 0 -2.25; 0 0;",dur:"900ms",begin:`${120*s}ms`,repeatCount:"indefinite"})}),dr=new Set([_.AIStates.Thinking,_.AIStates.Generating,_.AIStates.ExternalSources]),ur=({threadList:e})=>{var b,w;const{channel:s,channelConfig:n,thread:a}=_.useChannelStateContext(),{client:r}=_.useChatContext(),{typing:i={}}=_.useTypingContext(),{aiState:l}=_.useAIState(s),o=u.useContext(js);if(!e&&o&&dr.has(l)){const p=mr(s,(b=r.user)==null?void 0:b.id);return t.jsx(Ot,{avatarId:(p==null?void 0:p.id)??"ai-agent",avatarName:(p==null?void 0:p.name)??(p==null?void 0:p.id)??"Agent",avatarImage:p==null?void 0:p.image,testId:"typing-indicator-ai"})}if((n==null?void 0:n.typing_events)===!1)return null;const m=e?[]:Object.values(i).filter(({parent_id:p,user:f})=>{var v;return(f==null?void 0:f.id)!==((v=r.user)==null?void 0:v.id)&&!p}),g=e?Object.values(i).filter(({parent_id:p,user:f})=>{var v;return(f==null?void 0:f.id)!==((v=r.user)==null?void 0:v.id)&&p===(a==null?void 0:a.id)}):[],x=e?g:m;if(!x.length)return null;const h=(w=x[0])==null?void 0:w.user,c=h!=null&&h.id&&s.state.members[h.id]?s.state.members[h.id].user:void 0;return t.jsx(Ot,{avatarId:(h==null?void 0:h.id)??(c==null?void 0:c.id)??"typing-user",avatarName:(h==null?void 0:h.name)??(c==null?void 0:c.name)??(h==null?void 0:h.id)??"Typing user",avatarImage:(h==null?void 0:h.image)??(c==null?void 0:c.image),testId:"typing-indicator"})},Ot=({avatarId:e,avatarName:s,avatarImage:n,testId:a})=>t.jsx("div",{className:"str-chat__li str-chat__li--single str-chat__typing-indicator !static","data-testid":a,style:{marginBottom:"var(--messaging-channel-input-spacer-height, 80px)"},children:t.jsxs("div",{className:"str-chat__message str-chat__message-simple str-chat__message--regular str-chat__message--received str-chat__message--other str-chat__message--has-text",children:[t.jsx(Z,{className:"str-chat__avatar str-chat__message-sender-avatar",id:e,name:s,image:n??void 0,size:24,shape:"circle"}),t.jsx("div",{className:"str-chat__message-inner mx-0",children:t.jsx("div",{className:"str-chat__message-bubble-wrapper",children:t.jsx("div",{className:"str-chat__message-bubble",children:t.jsx("div",{className:"str-chat__message-text min-h-11 flex items-center",children:t.jsx("div",{className:"str-chat__message-text-inner str-chat__message-simple-text-inner",children:t.jsxs("svg",{"aria-hidden":"true",className:"block overflow-visible",viewBox:"0 0 32 12.3",width:"32",height:"13",overflow:"visible",children:[t.jsx(Pe,{cx:"4",index:0}),t.jsx(Pe,{cx:"16",index:1}),t.jsx(Pe,{cx:"28",index:2})]})})})})})})]})});function mr(e,s){var a;const n=((a=e==null?void 0:e.state)==null?void 0:a.members)??{};for(const r of Object.values(n)){const i=r==null?void 0:r.user;if(i&&i.id!==s)return i}}const ws=()=>null,xr=({className:e,message:s})=>t.jsxs("div",{className:k("flex items-center justify-center h-full",e),children:[t.jsxs("svg",{viewBox:"0 0 100 100",className:"size-8 fill-pebble",stroke:"none",children:[t.jsx("circle",{cx:"6",cy:"50",r:"6",children:t.jsx("animateTransform",{attributeName:"transform",dur:"1s",type:"translate",values:"0 15 ; 0 -15; 0 15",repeatCount:"indefinite",begin:"0.1"})}),t.jsx("circle",{cx:"30",cy:"50",r:"6",children:t.jsx("animateTransform",{attributeName:"transform",dur:"1s",type:"translate",values:"0 10 ; 0 -10; 0 10",repeatCount:"indefinite",begin:"0.2"})}),t.jsx("circle",{cx:"54",cy:"50",r:"6",children:t.jsx("animateTransform",{attributeName:"transform",dur:"1s",type:"translate",values:"0 5 ; 0 -5; 0 5",repeatCount:"indefinite",begin:"0.3"})})]}),s&&t.jsx("span",{className:"text-stone",children:s})]}),ke=u.memo(()=>t.jsx("div",{className:"messaging-loading-state flex items-center justify-center h-full",children:t.jsxs("div",{className:"flex items-center",children:[t.jsx(xr,{className:"w-6 h-6"}),t.jsx("span",{className:"text-sm text-stone",children:"Loading messages"})]})}));ke.displayName="LoadingState";const ue="size-10 rounded-full hover:bg-[#E5E4E1] flex items-center justify-center transition-colors duration-150 focus-ring",_e="Replies instantly with AI assistant",hr=({onBack:e,showBackButton:s,showStarButton:n=!1,dmAgentEnabled:a=!1,onLeaveConversation:r,onBlockParticipant:i,showDeleteConversation:l=!0,showBlockParticipant:o=!0,showReportParticipant:d=!0,onDeleteConversationClick:m,onBlockParticipantClick:g,onReportParticipantClick:x,customChannelActions:h,renderChannelActions:c,showChannelInfo:b=!0,onParticipantNameClick:w,renderHeaderTitleBadges:p})=>{var T,I,L,E,z,$;const{channel:f}=_.useChannelStateContext(),{client:v}=_.useChatContext(),y=u.useMemo(()=>{var V;return fe((V=f.state)==null?void 0:V.members,v==null?void 0:v.userID,f.type)},[(T=f.state)==null?void 0:T.members,v==null?void 0:v.userID,f.type]),S=Se(y==null?void 0:y.user),M=(I=y==null?void 0:y.user)==null?void 0:I.image,A=qe(f),D=p==null?void 0:p({channel:f,participant:y}),B="flex max-w-full flex-col items-center gap-1 rounded-[12px] px-1 py-0.5 text-center text-xs font-medium text-black/90",O="flex min-w-0 max-w-full items-center gap-4 rounded-[12px] px-1 py-0.5 text-left text-black/90",F=t.jsxs(t.Fragment,{children:[t.jsx("span",{className:"min-w-0 truncate",children:S}),D&&t.jsx("span",{className:"shrink-0",children:D})]}),C=async()=>{try{A?await f.unpin():await f.pin()}catch(V){console.error("[CustomChannelHeader] Failed to update pinned status:",V)}};return t.jsxs("div",{className:"@container",children:[t.jsxs("div",{className:"grid grid-cols-[1fr_auto_1fr] w-full items-center @lg:hidden px-6 py-3",children:[t.jsx("div",{className:"flex items-center gap-2",children:s&&t.jsx("button",{className:k(ue,"messaging-channel-view-back-button-mobile bg-[#F1F0EE]"),onClick:e||(()=>{}),type:"button","aria-label":"Back to conversations",children:t.jsx(j.ArrowLeftIcon,{className:"size-5 text-black/90"})})}),t.jsx("div",{className:"flex flex-col gap-1 items-center","data-dd-privacy":"mask",children:w?t.jsxs("button",{type:"button",onClick:w,"aria-label":`View details for ${S}`,className:k(B,"appearance-none border-0 bg-transparent transition-opacity hover:opacity-70 focus-ring focus-visible:outline-none"),children:[t.jsx(Z,{id:((L=y==null?void 0:y.user)==null?void 0:L.id)||f.id||"unknown",name:S,image:M,starred:n&&A,dmAgentEnabled:a,size:48}),t.jsxs("span",{className:"flex max-w-full items-center gap-0.5",children:[F,t.jsx(j.CaretRightIcon,{className:"size-3 shrink-0",weight:"bold"})]}),a&&t.jsxs("div",{className:"flex items-center gap-1 text-[10px] leading-3 text-black/55",children:[t.jsx(j.SparkleIcon,{className:"size-3 shrink-0 text-black/55"}),t.jsx("span",{children:_e})]})]}):t.jsxs("div",{className:B,children:[t.jsx(Z,{id:((E=y==null?void 0:y.user)==null?void 0:E.id)||f.id||"unknown",name:S,image:M,starred:n&&A,dmAgentEnabled:a,size:48}),t.jsxs("p",{className:"flex max-w-full items-center justify-center gap-0.5",children:[F,t.jsx(j.CaretRightIcon,{className:"invisible size-3 shrink-0",weight:"bold"})]}),a&&t.jsxs("div",{className:"flex items-center gap-1 text-[10px] leading-3 text-black/55",children:[t.jsx(j.SparkleIcon,{className:"size-3 shrink-0 text-black/55"}),t.jsx("span",{children:_e})]})]})}),t.jsxs("div",{className:"flex justify-end items-center gap-2",children:[n&&t.jsx("button",{className:ue,onClick:C,type:"button","aria-label":A?"Unstar conversation":"Star conversation",children:t.jsx(j.StarIcon,{className:k("size-5",{"text-yellow-600":A,"text-black/90":!A}),weight:A?"duotone":"regular"})}),b&&(c!==void 0?c:t.jsx($e,{channel:f,participant:y,showDeleteConversation:l,showBlockParticipant:o,showReportParticipant:d,onLeaveConversation:r,onBlockParticipant:i,onDeleteConversationClick:m,onBlockParticipantClick:g,onReportParticipantClick:x,customChannelActions:h,triggerClassName:k(ue,"bg-[#F1F0EE]")}))]})]}),t.jsxs("div",{className:"px-6 py-3 hidden @lg:flex items-center justify-between gap-3 min-h-12 border-b border-b-black/[0.08]",children:[t.jsxs("div",{className:"flex items-center gap-4 min-w-0","data-dd-privacy":"mask",children:[s&&e&&t.jsx("button",{className:k(ue,"messaging-channel-view-back-button-desktop"),type:"button",onClick:e,"aria-label":"Back to conversations",children:t.jsx(j.ArrowLeftIcon,{className:"size-5 text-black/90"})}),w?t.jsxs("button",{type:"button",onClick:w,"aria-label":`View details for ${S}`,className:k(O,"appearance-none border-0 bg-transparent transition-opacity hover:opacity-70 focus-ring focus-visible:outline-none"),children:[t.jsx(Z,{id:((z=y==null?void 0:y.user)==null?void 0:z.id)||f.id||"unknown",name:S,image:M,starred:n&&A,dmAgentEnabled:a,size:48}),t.jsxs("div",{className:"min-w-0",children:[t.jsxs("h1",{className:"flex min-w-0 items-center gap-1 font-medium text-black/90",children:[F,t.jsx(j.CaretRightIcon,{className:"size-4 shrink-0",weight:"bold"})]}),a&&t.jsxs("div",{className:"mt-0.5 flex items-center gap-1 text-[10px] leading-3 text-black/55",children:[t.jsx(j.SparkleIcon,{className:"size-3 shrink-0 text-black/55"}),t.jsx("span",{className:"truncate",children:_e})]})]})]}):t.jsxs("div",{className:O,children:[t.jsx(Z,{id:(($=y==null?void 0:y.user)==null?void 0:$.id)||f.id||"unknown",name:S,image:M,starred:n&&A,dmAgentEnabled:a,size:48}),t.jsxs("div",{className:"min-w-0",children:[t.jsxs("h1",{className:"flex min-w-0 items-center gap-1 font-medium text-black/90",children:[F,t.jsx(j.CaretRightIcon,{className:"invisible size-4 shrink-0",weight:"bold"})]}),a&&t.jsxs("div",{className:"mt-0.5 flex items-center gap-1 text-[10px] leading-3 text-black/55",children:[t.jsx(j.SparkleIcon,{className:"size-3 shrink-0 text-black/55"}),t.jsx("span",{className:"truncate",children:_e})]})]})]})]}),t.jsxs("div",{className:"flex items-center gap-2",children:[n&&t.jsx("button",{className:ue,onClick:C,type:"button","aria-label":A?"Unstar conversation":"Star conversation",children:t.jsx(j.StarIcon,{className:k("size-6",{"text-yellow-600":A,"text-black/90":!A}),weight:A?"duotone":"regular"})}),b&&(c!==void 0?c:t.jsx($e,{channel:f,participant:y,showDeleteConversation:l,showBlockParticipant:o,showReportParticipant:d,onLeaveConversation:r,onBlockParticipant:i,onDeleteConversationClick:m,onBlockParticipantClick:g,onReportParticipantClick:x,customChannelActions:h,triggerClassName:ue}))]})]})]})},fr=({onBack:e,showBackButton:s,renderMessageInputActions:n,renderMessageInputFooter:a,renderConversationFooter:r,onLeaveConversation:i,onBlockParticipant:l,showDeleteConversation:o=!0,onDeleteConversationClick:d,onBlockParticipantClick:m,onReportParticipantClick:g,showBlockParticipant:x=!0,showReportParticipant:h=!0,composerDisabled:c=!1,composerDisabledReason:b,showStarButton:w=!1,chatbotVotingEnabled:p=!1,renderChannelBanner:f,renderHeaderTitleBadges:v,customChannelActions:y,renderChannelActions:S,renderMessage:M,dmAgentEnabled:A=!1,viewerLanguage:D,showChannelInfo:B=!0,onParticipantNameClick:O,composerInput:F})=>{var N,R,G,Y;const{channel:C}=_.useChannelStateContext(),{client:T}=_.useChatContext(),I=u.useMemo(()=>{var H;return fe((H=C.state)==null?void 0:H.members,T==null?void 0:T.userID,C.type)},[(N=C.state)==null?void 0:N.members,T==null?void 0:T.userID,C.type]),L=u.useMemo(()=>{var q;const H=T==null?void 0:T.userID;return H?Object.values(((q=C.state)==null?void 0:q.members)||{}).find(K=>{var ne;return((ne=K.user)==null?void 0:ne.id)===H}):void 0},[T==null?void 0:T.userID,(R=C.state)==null?void 0:R.members]),E=((G=L==null?void 0:L.user)==null?void 0:G.is_account)??(L==null?void 0:L.is_account),z=((Y=I==null?void 0:I.user)==null?void 0:Y.is_account)??(I==null?void 0:I.is_account),$=A&&E===!1&&z===!0,V=C.state.messages.some(H=>H.type!=="deleted"),X=f?t.jsx(u.Fragment,{children:f()},"lt-channel-banner"):null,J=O?t.jsx(Vs,{onBack:e,showBackButton:s,showChannelInfo:B,showStarButton:w,dmAgentEnabled:$,onLeaveConversation:i,onBlockParticipant:l,showDeleteConversation:o,showBlockParticipant:x,showReportParticipant:h,onDeleteConversationClick:d,onBlockParticipantClick:m,onReportParticipantClick:g,customChannelActions:y,renderChannelActions:S,onParticipantNameClick:O}):null,W=u.useCallback(H=>{const{message:U}=_.useMessageContext("ChannelView"),q=t.jsx(Ga,{...H,chatbotVotingEnabled:p,viewerLanguage:D});return!M||!U?q:M(q,U)},[p,M,D]);return t.jsx(t.Fragment,{children:t.jsx(_.WithComponents,{overrides:{Message:W,MessageActions:qa},children:t.jsxs(_.Window,{children:[!O&&t.jsxs(t.Fragment,{children:[t.jsx("div",{children:t.jsx(hr,{onBack:e,showBackButton:s,showChannelInfo:B,showStarButton:w,dmAgentEnabled:$,onLeaveConversation:i,onBlockParticipant:l,showDeleteConversation:o,showBlockParticipant:x,showReportParticipant:h,onDeleteConversationClick:d,onBlockParticipantClick:m,onReportParticipantClick:g,customChannelActions:y,renderChannelActions:S,renderHeaderTitleBadges:v})},"lt-channel-header"),X]}),O&&!V&&t.jsxs("div",{className:"px-4 @lg:px-6",children:[J,X]}),t.jsx("div",{className:"flex-1 overflow-hidden relative",children:t.jsx(_.MessageList,{head:O&&V?t.jsxs("div",{className:"sticky top-0 z-10",children:[J,X]}):void 0,hideDeletedMessages:!0,hideNewMessageSeparator:!1})},"lt-channel-message-list"),r?t.jsx(u.Fragment,{children:r(C)},"lt-channel-conversation-footer"):null,t.jsx(er,{...n&&{renderActions:()=>n==null?void 0:n(C)},renderFooter:()=>a==null?void 0:a(C),disabled:c,disabledReason:b,composerInput:F},"lt-channel-message-input")]})})})},ut=u.memo(({channel:e,onBack:s,showBackButton:n=!1,renderMessageInputActions:a,renderMessageInputFooter:r,renderConversationFooter:i,onLeaveConversation:l,onBlockParticipant:o,className:d,CustomChannelEmptyState:m=ws,showDeleteConversation:g=!0,onDeleteConversationClick:x,onBlockParticipantClick:h,onReportParticipantClick:c,showBlockParticipant:b=!0,showReportParticipant:w=!0,composerDisabled:p=!1,composerDisabledReason:f,dmAgentEnabled:v,messageMetadata:y,onMessageSent:S,showStarButton:M=!1,chatbotVotingEnabled:A=!1,renderChannelBanner:D,renderHeaderTitleBadges:B,customChannelActions:O,renderChannelActions:F,renderMessage:C,onMessageLinkClick:T,sendButton:I,attachmentPreviewList:L,viewerLanguage:E,showChannelInfo:z=!0,onParticipantNameClick:$,composerInput:V})=>{const X=u.useCallback(async(W,N,R)=>{var K;const G=((K=e.data)==null?void 0:K.chatbot_paused)===!0,Y=v&&!G,H={...N,...Y&&{silent:!0},...y&&{metadata:{...N.metadata??{},...y}}},U={...R,...Y&&{skip_push:!0}},q=await e.sendMessage(H,U);return S==null||S(q),q},[e,v,y,S]),J=u.useRef(null);return u.useEffect(()=>{if(!T)return;const W=J.current;if(!W)return;const N=R=>{const G=R.target,Y=G==null?void 0:G.closest("a[href]"),H=Y==null?void 0:Y.getAttribute("href");if(!H)return;const U=Y==null?void 0:Y.closest("[data-message-id]"),q=U==null?void 0:U.getAttribute("data-message-id"),K=q?e.state.messages.find(ne=>ne.id===q):void 0;T(H,K)};return W.addEventListener("click",N),()=>W.removeEventListener("click",N)},[T,e]),t.jsx("div",{ref:J,className:k("messaging-channel-view h-full flex flex-col",d),children:t.jsx(js.Provider,{value:v??!1,children:t.jsx(_.Channel,{channel:e,MessageSystem:cr,EmptyStateIndicator:m,LoadingIndicator:ke,DateSeparator:Gs,TypingIndicator:ur,doSendMessageRequest:X,...I?{SendButton:I}:{},...L?{AttachmentPreviewList:L}:{},children:t.jsx(fr,{onBack:s,showBackButton:n,renderMessageInputActions:a,renderMessageInputFooter:r,renderConversationFooter:i,onLeaveConversation:l,onBlockParticipant:o,CustomChannelEmptyState:m,showDeleteConversation:g,onDeleteConversationClick:x,onBlockParticipantClick:h,onReportParticipantClick:c,showBlockParticipant:b,showReportParticipant:w,composerDisabled:p,composerDisabledReason:f,showStarButton:M,dmAgentEnabled:v,chatbotVotingEnabled:A,renderChannelBanner:D,renderHeaderTitleBadges:B,customChannelActions:O,renderChannelActions:F,renderMessage:C,viewerLanguage:E,showChannelInfo:z,onParticipantNameClick:$,composerInput:V})})})})});ut.displayName="ChannelView";const he=u.memo(({message:e,onBack:s})=>t.jsx("div",{className:"messaging-error-state flex items-center justify-center h-full p-8",children:t.jsxs("div",{className:"text-center max-w-sm",children:[t.jsx("div",{className:"w-24 h-24 bg-danger-alt/20 rounded-full flex items-center justify-center mx-auto mb-6",children:t.jsx("span",{className:"text-4xl",children:"⚠️"})}),t.jsx("h2",{className:"font-semibold text-charcoal mb-2",children:"Oops!"}),t.jsx("p",{className:"text-stone text-sm mb-6",children:e}),s&&t.jsx("button",{type:"button",onClick:s,className:"inline-flex items-center gap-2 px-4 py-2 text-sm font-medium text-white bg-[#7f22fe] hover:bg-primary-alt rounded-lg transition-colors focus-ring",children:"Go Back"})]})}));he.displayName="ErrorState";const gr=({capabilities:e={},renderMessageInputActions:s,renderConversationFooter:n,onChannelSelect:a,onExitConversation:r,initialParticipantFilter:i,initialParticipantData:l,CustomChannelEmptyState:o,onBlockParticipantClick:d,onReportParticipantClick:m,dmAgentEnabled:g,onMessageSent:x,chatbotVotingEnabled:h=!1,viewerLanguage:c,renderHeaderTitleBadges:b,renderChannelBanner:w,customChannelActions:p,renderChannelActions:f,onParticipantNameClick:v,renderMessage:y,onMessageLinkClick:S,showChannelInfo:M,composerInput:A})=>{const{client:D,isConnected:B,isLoading:O,error:F,refreshConnection:C,service:T,debug:I}=Bt(),[L,E]=u.useState(null),[z,$]=u.useState(null),[V,X]=u.useState(!1),{showDeleteConversation:J=!0}=e,W=u.useRef(l);W.current=l;const N=u.useRef(a);N.current=a;const R=u.useRef(null),G=u.useRef(null);u.useEffect(()=>{G.current=L},[L]),u.useEffect(()=>{if(!D||!B)return;const U=D.userID;if(!U)return;const q=`${U}::${i}`;if(R.current===q)return;R.current=q;const K=()=>{R.current===q&&(R.current=null)};(async()=>{var je,we;try{I&&console.log("[MessagingShell] Loading initial conversation with:",i);const Q=await D.queryChannels({type:"messaging",members:{$eq:[U,i]}},{},{limit:1});if(Q.length>0){E(Q[0]),$(null),(je=N.current)==null||je.call(N,Q[0]),I&&console.log("[MessagingShell] Initial conversation loaded:",Q[0].id);return}const ae=W.current;if(!ae||!T){K(),$("No conversation found with this account"),I&&console.log("[MessagingShell] No conversation found for:",i);return}try{const se=await T.startChannelWithParticipant({id:ae.id,name:ae.name,phone:ae.phone});E(se),$(null),(we=N.current)==null||we.call(N,se),I&&console.log("[MessagingShell] Channel created and loaded:",se.id)}catch(se){console.error("[MessagingShell] Failed to create conversation:",se),K(),$("Failed to create conversation")}}catch(Q){console.error("[MessagingShell] Failed to load initial conversation:",Q),K(),G.current||$("Failed to load conversation")}})()},[i,D,B,T,I]);const Y=u.useRef(r);Y.current=r;const H=u.useCallback(()=>{var U;E(null),X(!0),(U=Y.current)==null||U.call(Y)},[]);return O?t.jsx(ke,{}):F?t.jsx(he,{message:F,onBack:C}):!B||!D?t.jsx(he,{message:"Not connected to messaging service",onBack:C}):z?t.jsx(he,{message:z}):V&&!L?t.jsx(he,{message:"Conversation ended"}):L?t.jsx("div",{className:"messaging-shell h-full bg-background-primary overflow-hidden",children:t.jsx("div",{className:"flex h-full min-h-0 flex-col",children:t.jsx(ut,{channel:L,renderMessageInputActions:s,renderConversationFooter:n,renderChannelBanner:w,onLeaveConversation:H,onBlockParticipant:H,CustomChannelEmptyState:o,showDeleteConversation:J,onBlockParticipantClick:d,onReportParticipantClick:m,dmAgentEnabled:g,onMessageSent:x,chatbotVotingEnabled:h,viewerLanguage:c,renderHeaderTitleBadges:b,customChannelActions:p,renderChannelActions:f,onParticipantNameClick:v,renderMessage:y,onMessageLinkClick:S,showChannelInfo:M,composerInput:A},L.id)})}):t.jsx(ke,{})};function pr(e){const s=e.state.pending_messages;if(s!=null&&s.length)for(const n of s)e.state.addMessageSorted(n.message)}const _s=u.createContext({selectedChannel:void 0,onChannelSelect:()=>{},debug:!1,renderMessagePreview:void 0,channelPreview:void 0,viewerLanguage:void 0}),br=_s.Provider,vr=()=>u.useContext(_s),jr=(e,s)=>{const n=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate())),r=new Date(Date.UTC(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate())).getTime()-n.getTime();return Math.floor(r/(1e3*60*60*24))},Ns=e=>{const s=new Date;if(Math.floor((s.getTime()-e.getTime())/1e3)<60)return"Just now";const a=jr(e,s);return a===0?e.toLocaleTimeString([],{hour:"numeric",minute:"2-digit",hour12:!0}):a===1?"Yesterday":a<7?`${a}d`:a<28?`${Math.floor(a/7)}w`:e.toLocaleDateString("en-US",{month:"numeric",day:"numeric",year:"2-digit"})},ys=u.memo(e=>{var B,O,F;const{channel:s,unread:n}=e,{selectedChannel:a,onChannelSelect:r,debug:i,channelPreview:l,renderMessagePreview:o,viewerLanguage:d}=vr(),{client:m}=_.useChatContext(),g=(a==null?void 0:a.id)===(s==null?void 0:s.id),x=qe(s);if(l){const C=l;return t.jsx(C,{...e,active:g,selectedChannel:a,onChannelSelect:r,viewerLanguage:d})}const h=()=>{s&&r(s)},c=C=>{const T=C.key==="Enter"||C.key===" ",I=C.repeat;!T||I||(C.preventDefault(),h())},b=fe((B=s==null?void 0:s.state)==null?void 0:B.members,m==null?void 0:m.userID,s==null?void 0:s.type),w=Se(b==null?void 0:b.user),p=(O=b==null?void 0:b.user)==null?void 0:O.image,f=(()=>{var T;const C=(T=s==null?void 0:s.state)==null?void 0:T.messages;if(C!=null&&C.length){for(let I=C.length-1;I>=0;I--)if(C[I].type!=="system")return C[I]}})(),y=(()=>{var z,$,V,X;const C=Xe({message:f,viewerLanguage:d});if(((z=f==null?void 0:f.metadata)==null?void 0:z.custom_type)==="MESSAGE_TIP")return C?`💵 ${C}`:"💵 Sent a tip";if((($=f==null?void 0:f.metadata)==null?void 0:$.custom_type)==="MESSAGE_PAID")return C?`💰 ${C}`:"💰 Sent a message";if(((V=f==null?void 0:f.metadata)==null?void 0:V.custom_type)==="MESSAGE_ATTACHMENT")return C?`📎 ${C}`:"📎 Sent an attachment";if(C)return C;const E=(X=f==null?void 0:f.attachments)==null?void 0:X[0];return E?E.og_scrape_url?E.og_scrape_url:E.type==="image"?"📷 Sent an image":E.type==="video"?"🎥 Sent a video":E.type==="audio"?"🎵 Sent audio":E.type==="file"?"📎 Sent a file":"📎 Sent an attachment":"No messages yet"})(),S=f!=null&&f.created_at?Ns(new Date(f.created_at)):"",M=f?Ne(f):!1,A=o?o(f,y):`${M?"✨ ":""}${y}`,D=n??0;return i&&console.log("📺 [ChannelList] 📋 CHANNEL PREVIEW RENDER",{channelId:s==null?void 0:s.id,isSelected:g,participantName:w,unreadCount:D,hasTimestamp:!!S}),t.jsx("div",{role:"button",tabIndex:0,onClick:h,onKeyDown:c,className:k("group w-full px-4 py-3 transition-colors text-left max-w-full overflow-hidden focus-ring rounded-[12px] [&+&]:mt-2",{"bg-black/[0.04]":g,"hover:bg-black/[0.02]":!g}),"data-dd-privacy":"mask",children:t.jsxs("div",{className:"flex items-start gap-4",children:[t.jsx(Z,{id:((F=b==null?void 0:b.user)==null?void 0:F.id)||s.id||"unknown",name:w,image:p,size:48,starred:x}),t.jsxs("div",{className:"flex-1 min-w-0 flex flex-col gap-1",children:[t.jsxs("div",{className:"flex items-center justify-between gap-2",children:[t.jsxs("h3",{className:k("text-sm font-medium truncate text-[#191918]"),children:[x&&t.jsx("span",{className:"sr-only",children:"Starred conversation. "}),w]}),S&&t.jsx("span",{className:"text-xs text-[#717070] flex-shrink-0",children:S})]}),t.jsxs("div",{className:"flex items-center justify-between gap-2 min-w-0",children:[t.jsx("p",{className:"text-sm text-[#717070] flex-1 line-clamp-1",children:A}),D>0&&t.jsx("span",{className:"bg-[#7f22fe] text-white text-[10px] rounded-full h-4 flex items-center justify-center p-1 min-w-4 text-center flex-shrink-0",children:D>99?"99+":D})]})]})]})})});ys.displayName="CustomChannelPreview";const wr={last_message_at:-1},Cs=u.memo(({onChannelSelect:e,selectedChannel:s,filters:n,allowNewMessagesFromUnfilteredChannels:a=!1,channelRenderFilterFn:r,sort:i=wr,className:l,customEmptyStateIndicator:o,channelListPaginator:d=_.InfiniteScroll,channelPreview:m,renderMessagePreview:g,viewerLanguage:x})=>{const h=u.useRef(0);h.current++;const{debug:c=!1}=Ye(),b=u.useCallback(p=>{for(const f of p)pr(f);return r?r(p):p},[r]);c&&console.log("📺 [ChannelList] 🔄 RENDER START",{renderCount:h.current,selectedChannelId:s==null?void 0:s.id,filters:n});const w=u.useMemo(()=>({selectedChannel:s,onChannelSelect:e,debug:c,channelPreview:m,renderMessagePreview:g,viewerLanguage:x}),[s,e,c,m,g,x]);return t.jsx("div",{className:k("messaging-channel-list h-full flex flex-col min-w-0 overflow-hidden",l),children:t.jsx("div",{className:"flex-1 overflow-hidden min-w-0",children:t.jsx(br,{value:w,children:t.jsx(_.ChannelList,{filters:n,sort:i,options:{limit:30},allowNewMessagesFromUnfilteredChannels:a,channelRenderFilterFn:b,Paginator:d,Preview:ys,EmptyStateIndicator:o},`${JSON.stringify(n)}:${JSON.stringify(i)}`)})})})});Cs.displayName="ChannelList";const ks=({question:e,onClick:s,loading:n=!1,className:a})=>t.jsx("button",{type:"button",onClick:s,disabled:n,style:{backgroundColor:"#E6E5E3"},className:k("w-full text-center p-4 rounded-xl text-charcoal font-medium transition-colors focus-ring",{"hover:brightness-95 active:brightness-90":!n,"opacity-50 cursor-not-allowed":n},a),children:e}),_r=({faqs:e,onFaqClick:s,loadingFaqId:n,headerText:a,className:r,avatarImage:i,avatarName:l})=>{const o=e.filter(d=>d.enabled).sort((d,m)=>(d.order??0)-(m.order??0));return o.length===0?null:t.jsx("div",{className:r,children:t.jsxs("div",{className:"flex gap-3 items-end",children:[(i||l)&&t.jsx("div",{className:"flex-none",children:t.jsx(Z,{id:l||"account",name:l||"Account",image:i,size:24,shape:"circle"})}),t.jsxs("div",{className:"flex-1 flex flex-col gap-3 rounded-lg p-4",style:{backgroundColor:"#F1F0EE"},children:[a&&t.jsx("p",{className:"text-md text-charcoal mb-4",children:a}),o.map(d=>t.jsx(ks,{question:d.question,onClick:()=>s(d.id),loading:n===d.id},d.id))]})]})})};exports.ActionButton=me;exports.AttachmentThumbnail=Ke;exports.Avatar=Z;exports.ChannelEmptyState=ws;exports.ChannelList=Cs;exports.ChannelView=ut;exports.CustomMessageProvider=da;exports.FaqList=_r;exports.FaqListItem=ks;exports.LinkAttachment=Ge;exports.LockedAttachment=Ve;exports.MediaMessage=gn;exports.MessageAttachment=xe;exports.MessageVoteButtons=ps;exports.MessagingProvider=Ts;exports.MessagingShell=gr;exports.bubbleGroupPositionFromStream=Qt;exports.buildCompactMetaLabel=ss;exports.formatFileSize=es;exports.formatRelativeTime=Ns;exports.getFileExtensionLabel=ts;exports.getMessageDisplayText=Xe;exports.getSourceType=te;exports.isLinkAttachment=Qe;exports.isUuidLike=Ut;exports.normalizeLanguageCode=Ht;exports.renderTypeIcon=ie;exports.resolveConversationParticipant=fe;exports.resolveLinkAttachment=Ie;exports.resolveMediaFromMessage=Ee;exports.resolveParticipantDisplayName=Se;exports.useComposerLocked=Ja;exports.useCustomMessage=fs;exports.useMessageVote=Gt;exports.useMessaging=Bt;
|
|
2
|
+
//# sourceMappingURL=index-Bxezkdl6.cjs.map
|