@sendbird/uikit-react 3.10.2-alpha.0 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +84 -81
- package/App.js.map +1 -1
- package/CHANGELOG.md +29 -2
- package/Channel/components/ChannelHeader.js +28 -28
- package/Channel/components/ChannelUI.js +67 -67
- package/Channel/components/FileViewer.js +27 -27
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +51 -51
- package/Channel/components/MessageFeedbackModal.js +9 -9
- package/Channel/components/MessageInput.js +54 -46
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +57 -57
- package/Channel/components/RemoveMessageModal.js +26 -26
- package/Channel/components/SuggestedMentionList.js +26 -26
- package/Channel/components/TypingIndicator.js +7 -7
- package/Channel/components/UnreadCount.js +8 -8
- package/Channel/context.js +18 -18
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/Channel/utils/getMessagePartsInfo.js +6 -6
- package/Channel.js +67 -67
- package/ChannelList/components/AddChannel.js +20 -20
- package/ChannelList/components/ChannelListHeader.js +9 -9
- package/ChannelList/components/ChannelListUI.js +38 -38
- package/ChannelList/components/ChannelPreview.js +29 -29
- package/ChannelList/components/ChannelPreviewAction.js +12 -12
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +38 -38
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +21 -21
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +20 -20
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +23 -23
- package/CreateChannel/components/CreateChannelUI.js +16 -16
- package/CreateChannel/components/InviteUsers.js +16 -16
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +16 -16
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +11 -11
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/MessageSearch/components/MessageSearchUI.js +14 -14
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +14 -14
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/OpenChannel/components/OpenChannelInput.js +25 -25
- package/OpenChannel/components/OpenChannelMessage.js +35 -35
- package/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/OpenChannel/components/OpenChannelUI.js +39 -39
- package/OpenChannel/context.js +17 -17
- package/OpenChannel.js +39 -39
- package/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +14 -14
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
- package/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +19 -19
- package/SendbirdProvider.js +27 -25
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +42 -42
- package/Thread/components/ParentMessageInfoItem.js +28 -28
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +46 -46
- package/Thread/components/ThreadListItem.js +46 -46
- package/Thread/components/ThreadMessageInput.js +45 -45
- package/Thread/components/ThreadUI.js +57 -57
- package/Thread/context.js +9 -9
- package/Thread.js +57 -57
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-agW9Hw66.js → bundle-0v0L0TbZ.js} +4 -4
- package/chunks/bundle-0v0L0TbZ.js.map +1 -0
- package/chunks/{bundle-GJ-4hPvC.js → bundle-143lYf48.js} +4 -4
- package/chunks/bundle-143lYf48.js.map +1 -0
- package/chunks/{bundle-bAY1j7eP.js → bundle-1nyUxr-Z.js} +6 -6
- package/chunks/bundle-1nyUxr-Z.js.map +1 -0
- package/chunks/{bundle-Qufz6_i_.js → bundle-2QckWBqt.js} +3 -3
- package/chunks/bundle-2QckWBqt.js.map +1 -0
- package/chunks/{bundle-8JX3bIpj.js → bundle-2d4_n6Eh.js} +3 -3
- package/chunks/{bundle-8JX3bIpj.js.map → bundle-2d4_n6Eh.js.map} +1 -1
- package/chunks/{bundle-uIetzCLw.js → bundle-2jWyEzHg.js} +4 -4
- package/chunks/bundle-2jWyEzHg.js.map +1 -0
- package/chunks/{bundle-tPCzzoc1.js → bundle-2mo18Chz.js} +1 -1
- package/chunks/bundle-2mo18Chz.js.map +1 -0
- package/chunks/{bundle-lVxQMV9H.js → bundle-2vQfu2KQ.js} +6 -6
- package/chunks/bundle-2vQfu2KQ.js.map +1 -0
- package/chunks/{bundle-lUrIOx9p.js → bundle-3cuuQsdK.js} +3 -3
- package/chunks/{bundle-lUrIOx9p.js.map → bundle-3cuuQsdK.js.map} +1 -1
- package/chunks/{bundle-YoWLsJ0C.js → bundle-4IsRvL2E.js} +1 -1
- package/chunks/bundle-4IsRvL2E.js.map +1 -0
- package/chunks/{bundle-zV8TJWvL.js → bundle-4l6RpXkL.js} +1 -1
- package/chunks/bundle-4l6RpXkL.js.map +1 -0
- package/chunks/{bundle-0J_EdUWI.js → bundle-7MnAkGtU.js} +2 -2
- package/chunks/bundle-7MnAkGtU.js.map +1 -0
- package/chunks/{bundle-zKBdD-J6.js → bundle-7jAH-Rav.js} +10 -10
- package/chunks/{bundle-zKBdD-J6.js.map → bundle-7jAH-Rav.js.map} +1 -1
- package/chunks/{bundle-GnFOVDL2.js → bundle-82c4Z7tx.js} +47 -26
- package/chunks/bundle-82c4Z7tx.js.map +1 -0
- package/chunks/{bundle-khgxDrnA.js → bundle-8CxBlReU.js} +6 -6
- package/chunks/bundle-8CxBlReU.js.map +1 -0
- package/chunks/{bundle-fQ1V_U8F.js → bundle-9lUB2eTP.js} +1 -1
- package/chunks/bundle-9lUB2eTP.js.map +1 -0
- package/chunks/{bundle-Wzk9dnsn.js → bundle-AnoUW9yQ.js} +14 -14
- package/chunks/{bundle-Wzk9dnsn.js.map → bundle-AnoUW9yQ.js.map} +1 -1
- package/chunks/{bundle-d5KevIXI.js → bundle-BbdMr4SL.js} +2 -2
- package/chunks/bundle-BbdMr4SL.js.map +1 -0
- package/chunks/{bundle-SlaQb7y0.js → bundle-Bph6KjZN.js} +2 -2
- package/chunks/{bundle-SlaQb7y0.js.map → bundle-Bph6KjZN.js.map} +1 -1
- package/chunks/{bundle-N9hMnIRl.js → bundle-GQt7EDbt.js} +4 -4
- package/chunks/{bundle-N9hMnIRl.js.map → bundle-GQt7EDbt.js.map} +1 -1
- package/chunks/{bundle-NjNqsDXb.js → bundle-GpRTDFGV.js} +1 -1
- package/chunks/bundle-GpRTDFGV.js.map +1 -0
- package/chunks/{bundle-3i31KNu7.js → bundle-HOZJLjST.js} +10 -10
- package/chunks/{bundle-3i31KNu7.js.map → bundle-HOZJLjST.js.map} +1 -1
- package/chunks/{bundle-VbkO6hwH.js → bundle-HRsLD2CW.js} +4 -4
- package/chunks/{bundle-VbkO6hwH.js.map → bundle-HRsLD2CW.js.map} +1 -1
- package/chunks/{bundle-x_yt1Yd5.js → bundle-IbFVsltH.js} +4 -4
- package/chunks/bundle-IbFVsltH.js.map +1 -0
- package/chunks/{bundle-iwZaUd9o.js → bundle-JHAEGHwc.js} +1 -1
- package/chunks/bundle-JHAEGHwc.js.map +1 -0
- package/chunks/{bundle-c1LUbaVa.js → bundle-Jm7rtWnz.js} +11 -11
- package/chunks/{bundle-c1LUbaVa.js.map → bundle-Jm7rtWnz.js.map} +1 -1
- package/chunks/{bundle-cvTUkQV_.js → bundle-K0s-Ect1.js} +6 -6
- package/chunks/bundle-K0s-Ect1.js.map +1 -0
- package/chunks/{bundle-vz3GEsoi.js → bundle-KWJtSpuF.js} +3 -3
- package/chunks/bundle-KWJtSpuF.js.map +1 -0
- package/chunks/{bundle-o1Ev7FSN.js → bundle-MGkFgiJm.js} +4 -4
- package/chunks/bundle-MGkFgiJm.js.map +1 -0
- package/chunks/{bundle-Rz5QaIhK.js → bundle-MvpO_S_k.js} +3 -3
- package/chunks/bundle-MvpO_S_k.js.map +1 -0
- package/chunks/{bundle-vOT5acXc.js → bundle-NQlEMhhs.js} +1 -1
- package/chunks/bundle-NQlEMhhs.js.map +1 -0
- package/chunks/{bundle-Q8kUKu5l.js → bundle-NeB2uoNn.js} +1 -1
- package/chunks/bundle-NeB2uoNn.js.map +1 -0
- package/chunks/{bundle-D1V3P366.js → bundle-NxSCk3As.js} +1 -1
- package/chunks/bundle-NxSCk3As.js.map +1 -0
- package/chunks/{bundle-Xytq6xaz.js → bundle-QOv6Bgtw.js} +7 -7
- package/chunks/{bundle-Xytq6xaz.js.map → bundle-QOv6Bgtw.js.map} +1 -1
- package/chunks/{bundle-nD2ZWBq4.js → bundle-QaBTXAtO.js} +2 -2
- package/chunks/{bundle-nD2ZWBq4.js.map → bundle-QaBTXAtO.js.map} +1 -1
- package/chunks/{bundle-jDjj3eHU.js → bundle-Rq3p335Q.js} +1 -1
- package/chunks/bundle-Rq3p335Q.js.map +1 -0
- package/chunks/{bundle-r9j_eCHc.js → bundle-SbHFlBY0.js} +1 -1
- package/chunks/bundle-SbHFlBY0.js.map +1 -0
- package/chunks/{bundle-NwZvowyL.js → bundle-T9LQyh_7.js} +1 -1
- package/chunks/bundle-T9LQyh_7.js.map +1 -0
- package/chunks/{bundle-bjEEGmYA.js → bundle-W8as0zrL.js} +3 -3
- package/chunks/{bundle-bjEEGmYA.js.map → bundle-W8as0zrL.js.map} +1 -1
- package/chunks/{bundle-ZOCAUrJO.js → bundle-WK57RaQR.js} +1 -1
- package/chunks/{bundle-ZOCAUrJO.js.map → bundle-WK57RaQR.js.map} +1 -1
- package/chunks/{bundle-4Ib7FkR6.js → bundle-WdOdwp-Y.js} +1 -1
- package/chunks/bundle-WdOdwp-Y.js.map +1 -0
- package/chunks/{bundle-poK2Vr1v.js → bundle-ZcOjo_4l.js} +1 -1
- package/chunks/bundle-ZcOjo_4l.js.map +1 -0
- package/chunks/{bundle-3GWXgoxj.js → bundle-aaseqnuB.js} +6 -6
- package/chunks/bundle-aaseqnuB.js.map +1 -0
- package/chunks/{bundle-otzUyFE_.js → bundle-areDE3aT.js} +10 -10
- package/chunks/{bundle-otzUyFE_.js.map → bundle-areDE3aT.js.map} +1 -1
- package/chunks/{bundle-DSoowPBh.js → bundle-b1IOVyYG.js} +19 -18
- package/chunks/{bundle-DSoowPBh.js.map → bundle-b1IOVyYG.js.map} +1 -1
- package/chunks/{bundle-ULVw0l0r.js → bundle-b6xyPdyj.js} +1 -1
- package/chunks/{bundle-ULVw0l0r.js.map → bundle-b6xyPdyj.js.map} +1 -1
- package/chunks/{bundle-wMP1pqZM.js → bundle-bTljiK8B.js} +10 -10
- package/chunks/bundle-bTljiK8B.js.map +1 -0
- package/chunks/{bundle-v3WxYU8s.js → bundle-byix4-_Z.js} +1 -1
- package/chunks/bundle-byix4-_Z.js.map +1 -0
- package/chunks/{bundle-IRlSmJVg.js → bundle-dVzhcuE8.js} +2 -2
- package/chunks/{bundle-IRlSmJVg.js.map → bundle-dVzhcuE8.js.map} +1 -1
- package/chunks/{bundle-drww6xht.js → bundle-eHUDbnaD.js} +3 -3
- package/chunks/bundle-eHUDbnaD.js.map +1 -0
- package/chunks/{bundle-79-Y-lX2.js → bundle-f6-Dp_Ka.js} +3 -3
- package/chunks/{bundle-79-Y-lX2.js.map → bundle-f6-Dp_Ka.js.map} +1 -1
- package/chunks/{bundle-BA7tv0JB.js → bundle-fgwje9pW.js} +1 -1
- package/chunks/{bundle-BA7tv0JB.js.map → bundle-fgwje9pW.js.map} +1 -1
- package/chunks/{bundle-YHAMs1sP.js → bundle-fsBmcKjs.js} +1 -1
- package/chunks/bundle-fsBmcKjs.js.map +1 -0
- package/chunks/{bundle-BBjosDA0.js → bundle-hOV701rb.js} +3 -3
- package/chunks/bundle-hOV701rb.js.map +1 -0
- package/chunks/{bundle-LWD0OLz8.js → bundle-j8bOxoFa.js} +1 -1
- package/chunks/bundle-j8bOxoFa.js.map +1 -0
- package/chunks/{bundle-0jbuC1o3.js → bundle-jXtqc1kU.js} +3 -3
- package/chunks/bundle-jXtqc1kU.js.map +1 -0
- package/chunks/{bundle-F6-2aFsp.js → bundle-kTQOM0SQ.js} +1 -1
- package/chunks/bundle-kTQOM0SQ.js.map +1 -0
- package/chunks/{bundle-I8JFwttJ.js → bundle-kVopRZZG.js} +3 -3
- package/chunks/bundle-kVopRZZG.js.map +1 -0
- package/chunks/{bundle-BVtLlpwZ.js → bundle-l3_ubbH6.js} +1 -1
- package/chunks/bundle-l3_ubbH6.js.map +1 -0
- package/chunks/{bundle-OFH4qWaN.js → bundle-lxPqhWGY.js} +4 -4
- package/chunks/{bundle-OFH4qWaN.js.map → bundle-lxPqhWGY.js.map} +1 -1
- package/chunks/{bundle-aKXnhi3A.js → bundle-n9wVwJwL.js} +1 -1
- package/chunks/{bundle-aKXnhi3A.js.map → bundle-n9wVwJwL.js.map} +1 -1
- package/chunks/{bundle-_cXVZn5n.js → bundle-nA9SX_Hi.js} +1 -1
- package/chunks/bundle-nA9SX_Hi.js.map +1 -0
- package/chunks/{bundle-cBbT3DlY.js → bundle-o1VHRKp9.js} +5 -5
- package/chunks/bundle-o1VHRKp9.js.map +1 -0
- package/chunks/{bundle-jy6_UG14.js → bundle-oRyfuopS.js} +1 -1
- package/chunks/{bundle-jy6_UG14.js.map → bundle-oRyfuopS.js.map} +1 -1
- package/chunks/{bundle-OAJaPWYb.js → bundle-oszCig8K.js} +2 -2
- package/chunks/bundle-oszCig8K.js.map +1 -0
- package/chunks/{bundle-nlOgiAcu.js → bundle-pfcIdF14.js} +1 -1
- package/chunks/bundle-pfcIdF14.js.map +1 -0
- package/chunks/{bundle-beMggMMW.js → bundle-qGLQQXlH.js} +18 -26
- package/chunks/bundle-qGLQQXlH.js.map +1 -0
- package/chunks/{bundle-laVKAiJ-.js → bundle-qLmDwx8F.js} +3 -3
- package/chunks/{bundle-laVKAiJ-.js.map → bundle-qLmDwx8F.js.map} +1 -1
- package/chunks/{bundle-62ej9afV.js → bundle-qXA8wWBC.js} +5 -5
- package/chunks/{bundle-62ej9afV.js.map → bundle-qXA8wWBC.js.map} +1 -1
- package/chunks/{bundle-4GPpeoNf.js → bundle-qvDlYEM_.js} +1 -1
- package/chunks/bundle-qvDlYEM_.js.map +1 -0
- package/chunks/{bundle-RZWoLRNe.js → bundle-rCo3Zf4a.js} +8 -8
- package/chunks/{bundle-RZWoLRNe.js.map → bundle-rCo3Zf4a.js.map} +1 -1
- package/chunks/{bundle-J3DrW9X2.js → bundle-rgUMi-vG.js} +7 -7
- package/chunks/{bundle-J3DrW9X2.js.map → bundle-rgUMi-vG.js.map} +1 -1
- package/chunks/{bundle-mn6nwwm3.js → bundle-s-yWiXW2.js} +2 -2
- package/chunks/bundle-s-yWiXW2.js.map +1 -0
- package/chunks/{bundle-cA_r9HRx.js → bundle-tOpyp2TM.js} +1 -1
- package/chunks/bundle-tOpyp2TM.js.map +1 -0
- package/chunks/{bundle-w1C-Xmf3.js → bundle-thvveea5.js} +3 -3
- package/chunks/bundle-thvveea5.js.map +1 -0
- package/chunks/{bundle-GGE6HRof.js → bundle-ueo2Sf-L.js} +1 -1
- package/chunks/bundle-ueo2Sf-L.js.map +1 -0
- package/chunks/{bundle-dOD0mfTw.js → bundle-vBXnDJn4.js} +7 -7
- package/chunks/bundle-vBXnDJn4.js.map +1 -0
- package/chunks/{bundle-AXNVQw91.js → bundle-wBOLbuH7.js} +1 -1
- package/chunks/bundle-wBOLbuH7.js.map +1 -0
- package/chunks/{bundle-1zn-WT_r.js → bundle-wsahaI_Z.js} +9 -9
- package/chunks/{bundle-1zn-WT_r.js.map → bundle-wsahaI_Z.js.map} +1 -1
- package/chunks/{bundle-YVEtWFVy.js → bundle-x1NoGtpJ.js} +2 -2
- package/chunks/bundle-x1NoGtpJ.js.map +1 -0
- package/chunks/{bundle-G7HnuZsw.js → bundle-xkOWTTW1.js} +3 -3
- package/chunks/bundle-xkOWTTW1.js.map +1 -0
- package/chunks/{bundle-hDx2-CRe.js → bundle-yE5T9BpV.js} +2 -2
- package/chunks/{bundle-hDx2-CRe.js.map → bundle-yE5T9BpV.js.map} +1 -1
- package/chunks/{bundle-ctAjRHDW.js → bundle-zJNJlM2H.js} +4 -4
- package/chunks/{bundle-ctAjRHDW.js.map → bundle-zJNJlM2H.js.map} +1 -1
- package/chunks/{bundle-OJ-0ytxX.js → bundle-zLlQw-jW.js} +1 -1
- package/chunks/bundle-zLlQw-jW.js.map +1 -0
- package/chunks/{bundle-MBrlu_LK.js → bundle-zpdae5WH.js} +1 -1
- package/chunks/bundle-zpdae5WH.js.map +1 -0
- package/chunks/{bundle-qAc60kip.js → bundle-zuRObww2.js} +3 -3
- package/chunks/bundle-zuRObww2.js.map +1 -0
- package/cjs/App.js +84 -81
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +28 -28
- package/cjs/Channel/components/ChannelUI.js +67 -67
- package/cjs/Channel/components/FileViewer.js +27 -27
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +51 -51
- package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
- package/cjs/Channel/components/MessageInput.js +54 -46
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +57 -57
- package/cjs/Channel/components/RemoveMessageModal.js +26 -26
- package/cjs/Channel/components/SuggestedMentionList.js +26 -26
- package/cjs/Channel/components/TypingIndicator.js +7 -7
- package/cjs/Channel/components/UnreadCount.js +8 -8
- package/cjs/Channel/context.js +18 -18
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/cjs/Channel/utils/getMessagePartsInfo.js +6 -6
- package/cjs/Channel.js +67 -67
- package/cjs/ChannelList/components/AddChannel.js +20 -20
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
- package/cjs/ChannelList/components/ChannelListUI.js +38 -38
- package/cjs/ChannelList/components/ChannelPreview.js +29 -29
- package/cjs/ChannelList/components/ChannelPreviewAction.js +12 -12
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +38 -38
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +21 -21
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +20 -20
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +23 -23
- package/cjs/CreateChannel/components/CreateChannelUI.js +16 -16
- package/cjs/CreateChannel/components/InviteUsers.js +16 -16
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +16 -16
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +11 -11
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -14
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +14 -14
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelInput.js +25 -25
- package/cjs/OpenChannel/components/OpenChannelMessage.js +35 -35
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelUI.js +39 -39
- package/cjs/OpenChannel/context.js +17 -17
- package/cjs/OpenChannel.js +39 -39
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +14 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +19 -19
- package/cjs/SendbirdProvider.js +27 -25
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +42 -42
- package/cjs/Thread/components/ParentMessageInfoItem.js +28 -28
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +46 -46
- package/cjs/Thread/components/ThreadListItem.js +46 -46
- package/cjs/Thread/components/ThreadMessageInput.js +45 -45
- package/cjs/Thread/components/ThreadUI.js +57 -57
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +57 -57
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-xM2DAzE6.js → bundle--RWWGoZo.js} +1 -1
- package/cjs/chunks/{bundle-xM2DAzE6.js.map → bundle--RWWGoZo.js.map} +1 -1
- package/cjs/chunks/{bundle-NZvAE9FS.js → bundle-1n4GnjYf.js} +1 -1
- package/cjs/chunks/bundle-1n4GnjYf.js.map +1 -0
- package/cjs/chunks/{bundle-3_XFLnnt.js → bundle-28M_gXGl.js} +4 -4
- package/cjs/chunks/bundle-28M_gXGl.js.map +1 -0
- package/cjs/chunks/{bundle-6zBNmPOP.js → bundle-2ToiwW-_.js} +1 -1
- package/cjs/chunks/bundle-2ToiwW-_.js.map +1 -0
- package/cjs/chunks/{bundle-NPzNlnHJ.js → bundle-3GWdY_5G.js} +10 -10
- package/cjs/chunks/bundle-3GWdY_5G.js.map +1 -0
- package/cjs/chunks/{bundle-TPy0gj60.js → bundle-3S8jBmCV.js} +1 -1
- package/cjs/chunks/bundle-3S8jBmCV.js.map +1 -0
- package/cjs/chunks/{bundle-KBZdi1sN.js → bundle-3VBtozeG.js} +4 -4
- package/cjs/chunks/{bundle-KBZdi1sN.js.map → bundle-3VBtozeG.js.map} +1 -1
- package/cjs/chunks/{bundle-s--ExKtj.js → bundle-4OXJViEd.js} +2 -2
- package/cjs/chunks/bundle-4OXJViEd.js.map +1 -0
- package/cjs/chunks/{bundle-ekyeVpZG.js → bundle-4RwXAyc6.js} +2 -2
- package/cjs/chunks/{bundle-ekyeVpZG.js.map → bundle-4RwXAyc6.js.map} +1 -1
- package/cjs/chunks/{bundle-JBbKwE7L.js → bundle-4hsD0CCh.js} +1 -1
- package/cjs/chunks/bundle-4hsD0CCh.js.map +1 -0
- package/cjs/chunks/{bundle-rcw3KtAu.js → bundle-5cpSg7Yt.js} +2 -2
- package/cjs/chunks/bundle-5cpSg7Yt.js.map +1 -0
- package/cjs/chunks/{bundle-YjNFrYVt.js → bundle-60IjeSgc.js} +1 -1
- package/cjs/chunks/bundle-60IjeSgc.js.map +1 -0
- package/cjs/chunks/{bundle-0zagc7hR.js → bundle-7IKA03Ad.js} +1 -1
- package/cjs/chunks/bundle-7IKA03Ad.js.map +1 -0
- package/cjs/chunks/{bundle-tntEm-Mv.js → bundle-7sO7MuTY.js} +2 -2
- package/cjs/chunks/{bundle-tntEm-Mv.js.map → bundle-7sO7MuTY.js.map} +1 -1
- package/cjs/chunks/{bundle-wZDX1pVR.js → bundle-7zgRAH2f.js} +3 -3
- package/cjs/chunks/bundle-7zgRAH2f.js.map +1 -0
- package/cjs/chunks/{bundle--1R8Yp9p.js → bundle-85DGianx.js} +10 -10
- package/cjs/chunks/{bundle--1R8Yp9p.js.map → bundle-85DGianx.js.map} +1 -1
- package/cjs/chunks/{bundle-Pzvqu5yR.js → bundle-8XyvQRnm.js} +7 -7
- package/cjs/chunks/bundle-8XyvQRnm.js.map +1 -0
- package/cjs/chunks/{bundle-zGSEOOdl.js → bundle-9ZxGYXTj.js} +10 -10
- package/cjs/chunks/{bundle-zGSEOOdl.js.map → bundle-9ZxGYXTj.js.map} +1 -1
- package/cjs/chunks/{bundle-1tu4OFP8.js → bundle-9fFxVdSK.js} +3 -3
- package/cjs/chunks/bundle-9fFxVdSK.js.map +1 -0
- package/cjs/chunks/{bundle-gW6qz9z9.js → bundle-BRRuC2D3.js} +1 -1
- package/cjs/chunks/bundle-BRRuC2D3.js.map +1 -0
- package/cjs/chunks/{bundle-qRiLsSwC.js → bundle-Bx0FCMKL.js} +5 -5
- package/cjs/chunks/bundle-Bx0FCMKL.js.map +1 -0
- package/cjs/chunks/{bundle-jcgWT1ad.js → bundle-C42WLw1z.js} +1 -1
- package/cjs/chunks/bundle-C42WLw1z.js.map +1 -0
- package/cjs/chunks/{bundle-u7wWilEW.js → bundle-GRS8tlu-.js} +3 -3
- package/cjs/chunks/bundle-GRS8tlu-.js.map +1 -0
- package/cjs/chunks/{bundle-NALzAgLv.js → bundle-HbkwcKgM.js} +10 -10
- package/cjs/chunks/bundle-HbkwcKgM.js.map +1 -0
- package/cjs/chunks/{bundle-haAptps1.js → bundle-JReI_QbA.js} +2 -2
- package/cjs/chunks/bundle-JReI_QbA.js.map +1 -0
- package/cjs/chunks/{bundle-KWR-0b7P.js → bundle-JVylXDBB.js} +3 -3
- package/cjs/chunks/bundle-JVylXDBB.js.map +1 -0
- package/cjs/chunks/{bundle-VxcYXhwp.js → bundle-JaD2Ao-u.js} +3 -3
- package/cjs/chunks/bundle-JaD2Ao-u.js.map +1 -0
- package/cjs/chunks/{bundle-Eqd9bAds.js → bundle-JwSYMgZa.js} +18 -26
- package/cjs/chunks/bundle-JwSYMgZa.js.map +1 -0
- package/cjs/chunks/{bundle-77qvrXp8.js → bundle-K8ngPNTR.js} +1 -1
- package/cjs/chunks/bundle-K8ngPNTR.js.map +1 -0
- package/cjs/chunks/{bundle-RquYsY0d.js → bundle-KUtVpakA.js} +2 -2
- package/cjs/chunks/{bundle-RquYsY0d.js.map → bundle-KUtVpakA.js.map} +1 -1
- package/cjs/chunks/{bundle--tki3Ejh.js → bundle-L5q_NWiq.js} +1 -1
- package/cjs/chunks/bundle-L5q_NWiq.js.map +1 -0
- package/cjs/chunks/{bundle-Oq2rnNn_.js → bundle-L9oXX97B.js} +1 -1
- package/cjs/chunks/bundle-L9oXX97B.js.map +1 -0
- package/cjs/chunks/{bundle-zRJE2NjU.js → bundle-LmzJA_0-.js} +6 -6
- package/cjs/chunks/bundle-LmzJA_0-.js.map +1 -0
- package/cjs/chunks/{bundle-fUWIw3RI.js → bundle-Mq0jUvZk.js} +4 -4
- package/cjs/chunks/bundle-Mq0jUvZk.js.map +1 -0
- package/cjs/chunks/{bundle-H9rcn1PJ.js → bundle-OBj337Le.js} +1 -1
- package/cjs/chunks/bundle-OBj337Le.js.map +1 -0
- package/cjs/chunks/{bundle-vMF9NM5u.js → bundle-Og0K_sLb.js} +1 -1
- package/cjs/chunks/bundle-Og0K_sLb.js.map +1 -0
- package/cjs/chunks/{bundle-OdZXNc-g.js → bundle-Oti8UWhr.js} +4 -4
- package/cjs/chunks/bundle-Oti8UWhr.js.map +1 -0
- package/cjs/chunks/{bundle-v5-SR4v4.js → bundle-QCo3MNRk.js} +2 -2
- package/cjs/chunks/bundle-QCo3MNRk.js.map +1 -0
- package/cjs/chunks/{bundle-pp7tp7GG.js → bundle-R3zWrV0l.js} +11 -11
- package/cjs/chunks/{bundle-pp7tp7GG.js.map → bundle-R3zWrV0l.js.map} +1 -1
- package/cjs/chunks/{bundle-t2GWOYzL.js → bundle-RC4m8KcZ.js} +5 -5
- package/cjs/chunks/bundle-RC4m8KcZ.js.map +1 -0
- package/cjs/chunks/{bundle-PhGdgkei.js → bundle-RPY1irFl.js} +3 -3
- package/cjs/chunks/{bundle-PhGdgkei.js.map → bundle-RPY1irFl.js.map} +1 -1
- package/cjs/chunks/{bundle-DhtZdKsr.js → bundle-RVs527mS.js} +1 -1
- package/cjs/chunks/bundle-RVs527mS.js.map +1 -0
- package/cjs/chunks/{bundle-UAspU0bH.js → bundle-SggLEV_z.js} +1 -1
- package/cjs/chunks/bundle-SggLEV_z.js.map +1 -0
- package/cjs/chunks/{bundle-66GvrL2V.js → bundle-UjIQqVUq.js} +2 -2
- package/cjs/chunks/bundle-UjIQqVUq.js.map +1 -0
- package/cjs/chunks/{bundle-ZvLEz_GA.js → bundle-W1vXanLo.js} +19 -18
- package/cjs/chunks/{bundle-ZvLEz_GA.js.map → bundle-W1vXanLo.js.map} +1 -1
- package/cjs/chunks/{bundle-6SzyBwQ5.js → bundle-WLD9KKbn.js} +3 -3
- package/cjs/chunks/bundle-WLD9KKbn.js.map +1 -0
- package/cjs/chunks/{bundle--QPuGnli.js → bundle-WuJcM_O3.js} +7 -7
- package/cjs/chunks/{bundle--QPuGnli.js.map → bundle-WuJcM_O3.js.map} +1 -1
- package/cjs/chunks/{bundle-bDQKUQ5r.js → bundle-XNa54U87.js} +8 -8
- package/{chunks/bundle-beMggMMW.js.map → cjs/chunks/bundle-XNa54U87.js.map} +1 -1
- package/cjs/chunks/{bundle-CZTvTAu-.js → bundle-YyXY-feT.js} +1 -1
- package/cjs/chunks/bundle-YyXY-feT.js.map +1 -0
- package/cjs/chunks/{bundle-zLoe4MOM.js → bundle-Z-IXQ2N3.js} +4 -4
- package/cjs/chunks/{bundle-zLoe4MOM.js.map → bundle-Z-IXQ2N3.js.map} +1 -1
- package/cjs/chunks/{bundle-VP5r38Gj.js → bundle-Z2aMvN9Y.js} +6 -6
- package/cjs/chunks/bundle-Z2aMvN9Y.js.map +1 -0
- package/cjs/chunks/{bundle-AN4eZ2xs.js → bundle-ZL4COF6I.js} +1 -1
- package/cjs/chunks/{bundle-AN4eZ2xs.js.map → bundle-ZL4COF6I.js.map} +1 -1
- package/cjs/chunks/{bundle-nYBtJl9e.js → bundle-ZqkDqz4X.js} +1 -1
- package/cjs/chunks/bundle-ZqkDqz4X.js.map +1 -0
- package/cjs/chunks/{bundle-zDh-X-Q4.js → bundle-_QsPNZ6J.js} +1 -1
- package/cjs/chunks/bundle-_QsPNZ6J.js.map +1 -0
- package/cjs/chunks/{bundle-zHDXCFIb.js → bundle-_TBSquwd.js} +4 -4
- package/cjs/chunks/bundle-_TBSquwd.js.map +1 -0
- package/cjs/chunks/{bundle-zAQuo6rI.js → bundle-_apVcG-_.js} +3 -3
- package/cjs/chunks/bundle-_apVcG-_.js.map +1 -0
- package/cjs/chunks/{bundle-CrbMqpah.js → bundle-a1nOrOrG.js} +2 -2
- package/cjs/chunks/bundle-a1nOrOrG.js.map +1 -0
- package/cjs/chunks/{bundle-PSEoX-EH.js → bundle-aAOHT0Qv.js} +3 -3
- package/cjs/chunks/bundle-aAOHT0Qv.js.map +1 -0
- package/cjs/chunks/{bundle-RUqSDidW.js → bundle-dLwo2XPj.js} +1 -1
- package/cjs/chunks/bundle-dLwo2XPj.js.map +1 -0
- package/cjs/chunks/{bundle-O6Mos2Xn.js → bundle-duGLRUrw.js} +1 -1
- package/cjs/chunks/bundle-duGLRUrw.js.map +1 -0
- package/cjs/chunks/{bundle-nox41MG6.js → bundle-fnv2bNo-.js} +3 -3
- package/cjs/chunks/{bundle-nox41MG6.js.map → bundle-fnv2bNo-.js.map} +1 -1
- package/cjs/chunks/{bundle-DfMlIvtm.js → bundle-fvz26Ije.js} +4 -4
- package/cjs/chunks/bundle-fvz26Ije.js.map +1 -0
- package/cjs/chunks/{bundle-jYLCAuUn.js → bundle-g2rKMwnQ.js} +7 -7
- package/cjs/chunks/bundle-g2rKMwnQ.js.map +1 -0
- package/cjs/chunks/{bundle-Njt4gDEW.js → bundle-guyZxs5x.js} +1 -1
- package/cjs/chunks/bundle-guyZxs5x.js.map +1 -0
- package/cjs/chunks/{bundle-eCBAJmJN.js → bundle-iRjY_BU4.js} +3 -3
- package/cjs/chunks/{bundle-eCBAJmJN.js.map → bundle-iRjY_BU4.js.map} +1 -1
- package/cjs/chunks/{bundle--A9iQL7y.js → bundle-iamCM7iG.js} +3 -3
- package/cjs/chunks/{bundle--A9iQL7y.js.map → bundle-iamCM7iG.js.map} +1 -1
- package/cjs/chunks/{bundle-iY19D_aw.js → bundle-lXjDRYAu.js} +1 -1
- package/cjs/chunks/bundle-lXjDRYAu.js.map +1 -0
- package/cjs/chunks/{bundle-fTMJH5JE.js → bundle-le086Dbq.js} +9 -9
- package/{chunks/bundle-GnFOVDL2.js.map → cjs/chunks/bundle-le086Dbq.js.map} +1 -1
- package/cjs/chunks/{bundle-6L4HCLmb.js → bundle-lnLwvZ7H.js} +6 -6
- package/cjs/chunks/bundle-lnLwvZ7H.js.map +1 -0
- package/cjs/chunks/{bundle-Y-_KhZFq.js → bundle-nQDclaWr.js} +1 -1
- package/cjs/chunks/bundle-nQDclaWr.js.map +1 -0
- package/cjs/chunks/{bundle-LsJ9u7uN.js → bundle-nTv23k8q.js} +6 -6
- package/cjs/chunks/bundle-nTv23k8q.js.map +1 -0
- package/cjs/chunks/{bundle-Cbklvbls.js → bundle-oTDe-k6e.js} +47 -25
- package/cjs/chunks/bundle-oTDe-k6e.js.map +1 -0
- package/cjs/chunks/{bundle--t85OO-4.js → bundle-p7twnCCD.js} +6 -6
- package/cjs/chunks/bundle-p7twnCCD.js.map +1 -0
- package/cjs/chunks/{bundle-Y86Tvf8p.js → bundle-plE_NeWt.js} +14 -14
- package/cjs/chunks/bundle-plE_NeWt.js.map +1 -0
- package/cjs/chunks/{bundle-UuftRMuc.js → bundle-rPjvPmtP.js} +1 -1
- package/cjs/chunks/bundle-rPjvPmtP.js.map +1 -0
- package/cjs/chunks/{bundle-w0ATt2gt.js → bundle-rUpy0DGt.js} +3 -3
- package/cjs/chunks/bundle-rUpy0DGt.js.map +1 -0
- package/cjs/chunks/{bundle-2hJhRu5W.js → bundle-rmOQxjwa.js} +3 -3
- package/cjs/chunks/bundle-rmOQxjwa.js.map +1 -0
- package/cjs/chunks/{bundle-TB_UEIPg.js → bundle-sW6CpN9W.js} +1 -1
- package/cjs/chunks/bundle-sW6CpN9W.js.map +1 -0
- package/cjs/chunks/{bundle-CDUgp575.js → bundle-v2kRYowu.js} +3 -3
- package/cjs/chunks/bundle-v2kRYowu.js.map +1 -0
- package/cjs/chunks/{bundle-fzSiKesI.js → bundle-vFjv8pGX.js} +3 -3
- package/cjs/chunks/bundle-vFjv8pGX.js.map +1 -0
- package/cjs/chunks/{bundle-Msh8rb3L.js → bundle-w4VdLYPs.js} +1 -1
- package/cjs/chunks/bundle-w4VdLYPs.js.map +1 -0
- package/cjs/chunks/{bundle-3eaFVTUX.js → bundle-wQUBcS0L.js} +1 -1
- package/cjs/chunks/bundle-wQUBcS0L.js.map +1 -0
- package/cjs/chunks/{bundle-HQAiUNev.js → bundle-wU4qxzey.js} +1 -1
- package/cjs/chunks/bundle-wU4qxzey.js.map +1 -0
- package/cjs/chunks/{bundle-MNUU2JEo.js → bundle-yf5herNq.js} +1 -1
- package/cjs/chunks/bundle-yf5herNq.js.map +1 -0
- package/cjs/chunks/{bundle-1dcvUZjP.js → bundle-z2YN8uJe.js} +1 -1
- package/cjs/chunks/bundle-z2YN8uJe.js.map +1 -0
- package/cjs/chunks/{bundle-5UyAossc.js → bundle-ziLsN5lV.js} +4 -4
- package/cjs/chunks/bundle-ziLsN5lV.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +84 -84
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +9 -9
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +6 -6
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +16 -16
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +15 -15
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/MentionLabel.js +13 -13
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +34 -34
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +10 -10
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +14 -14
- package/cjs/ui/MessageSearchItem.js +11 -11
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/MobileFeedbackMenu.js +9 -9
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +16 -16
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -8
- package/cjs/ui/OpenchannelConversationHeader.js +8 -8
- package/cjs/ui/OpenchannelFileMessage.js +18 -18
- package/cjs/ui/OpenchannelOGMessage.js +20 -20
- package/cjs/ui/OpenchannelThumbnailMessage.js +17 -17
- package/cjs/ui/OpenchannelUserMessage.js +18 -18
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -16
- package/cjs/ui/ThreadReplies.js +8 -8
- package/cjs/ui/ThumbnailMessageItemBody.js +7 -7
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +13 -13
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/Word.js +13 -13
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +84 -84
- package/package.json +2 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/types.d.ts +1 -0
- package/types/utils/index.d.ts +2 -2
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +6 -6
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +16 -16
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +15 -15
- package/ui/Icon.js +2 -2
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +3 -3
- package/ui/Loader.js +2 -2
- package/ui/MentionLabel.js +13 -13
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +34 -34
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +10 -10
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +14 -14
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +12 -12
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +16 -16
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +18 -18
- package/ui/OpenchannelOGMessage.js +20 -20
- package/ui/OpenchannelThumbnailMessage.js +17 -17
- package/ui/OpenchannelUserMessage.js +18 -18
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -16
- package/ui/ThreadReplies.js +8 -8
- package/ui/ThumbnailMessageItemBody.js +7 -7
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +13 -13
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +13 -13
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle-0J_EdUWI.js.map +0 -1
- package/chunks/bundle-0jbuC1o3.js.map +0 -1
- package/chunks/bundle-3GWXgoxj.js.map +0 -1
- package/chunks/bundle-4GPpeoNf.js.map +0 -1
- package/chunks/bundle-4Ib7FkR6.js.map +0 -1
- package/chunks/bundle-AXNVQw91.js.map +0 -1
- package/chunks/bundle-BBjosDA0.js.map +0 -1
- package/chunks/bundle-BVtLlpwZ.js.map +0 -1
- package/chunks/bundle-D1V3P366.js.map +0 -1
- package/chunks/bundle-F6-2aFsp.js.map +0 -1
- package/chunks/bundle-G7HnuZsw.js.map +0 -1
- package/chunks/bundle-GGE6HRof.js.map +0 -1
- package/chunks/bundle-GJ-4hPvC.js.map +0 -1
- package/chunks/bundle-I8JFwttJ.js.map +0 -1
- package/chunks/bundle-LWD0OLz8.js.map +0 -1
- package/chunks/bundle-MBrlu_LK.js.map +0 -1
- package/chunks/bundle-NjNqsDXb.js.map +0 -1
- package/chunks/bundle-NwZvowyL.js.map +0 -1
- package/chunks/bundle-OAJaPWYb.js.map +0 -1
- package/chunks/bundle-OJ-0ytxX.js.map +0 -1
- package/chunks/bundle-Q8kUKu5l.js.map +0 -1
- package/chunks/bundle-Qufz6_i_.js.map +0 -1
- package/chunks/bundle-Rz5QaIhK.js.map +0 -1
- package/chunks/bundle-YHAMs1sP.js.map +0 -1
- package/chunks/bundle-YVEtWFVy.js.map +0 -1
- package/chunks/bundle-YoWLsJ0C.js.map +0 -1
- package/chunks/bundle-_cXVZn5n.js.map +0 -1
- package/chunks/bundle-agW9Hw66.js.map +0 -1
- package/chunks/bundle-bAY1j7eP.js.map +0 -1
- package/chunks/bundle-cA_r9HRx.js.map +0 -1
- package/chunks/bundle-cBbT3DlY.js.map +0 -1
- package/chunks/bundle-cvTUkQV_.js.map +0 -1
- package/chunks/bundle-d5KevIXI.js.map +0 -1
- package/chunks/bundle-dOD0mfTw.js.map +0 -1
- package/chunks/bundle-drww6xht.js.map +0 -1
- package/chunks/bundle-fQ1V_U8F.js.map +0 -1
- package/chunks/bundle-iwZaUd9o.js.map +0 -1
- package/chunks/bundle-jDjj3eHU.js.map +0 -1
- package/chunks/bundle-khgxDrnA.js.map +0 -1
- package/chunks/bundle-lVxQMV9H.js.map +0 -1
- package/chunks/bundle-mn6nwwm3.js.map +0 -1
- package/chunks/bundle-nlOgiAcu.js.map +0 -1
- package/chunks/bundle-o1Ev7FSN.js.map +0 -1
- package/chunks/bundle-poK2Vr1v.js.map +0 -1
- package/chunks/bundle-qAc60kip.js.map +0 -1
- package/chunks/bundle-r9j_eCHc.js.map +0 -1
- package/chunks/bundle-tPCzzoc1.js.map +0 -1
- package/chunks/bundle-uIetzCLw.js.map +0 -1
- package/chunks/bundle-v3WxYU8s.js.map +0 -1
- package/chunks/bundle-vOT5acXc.js.map +0 -1
- package/chunks/bundle-vz3GEsoi.js.map +0 -1
- package/chunks/bundle-w1C-Xmf3.js.map +0 -1
- package/chunks/bundle-wMP1pqZM.js.map +0 -1
- package/chunks/bundle-x_yt1Yd5.js.map +0 -1
- package/chunks/bundle-zV8TJWvL.js.map +0 -1
- package/cjs/chunks/bundle--t85OO-4.js.map +0 -1
- package/cjs/chunks/bundle--tki3Ejh.js.map +0 -1
- package/cjs/chunks/bundle-0zagc7hR.js.map +0 -1
- package/cjs/chunks/bundle-1dcvUZjP.js.map +0 -1
- package/cjs/chunks/bundle-1tu4OFP8.js.map +0 -1
- package/cjs/chunks/bundle-2hJhRu5W.js.map +0 -1
- package/cjs/chunks/bundle-3_XFLnnt.js.map +0 -1
- package/cjs/chunks/bundle-3eaFVTUX.js.map +0 -1
- package/cjs/chunks/bundle-5UyAossc.js.map +0 -1
- package/cjs/chunks/bundle-66GvrL2V.js.map +0 -1
- package/cjs/chunks/bundle-6L4HCLmb.js.map +0 -1
- package/cjs/chunks/bundle-6SzyBwQ5.js.map +0 -1
- package/cjs/chunks/bundle-6zBNmPOP.js.map +0 -1
- package/cjs/chunks/bundle-77qvrXp8.js.map +0 -1
- package/cjs/chunks/bundle-CDUgp575.js.map +0 -1
- package/cjs/chunks/bundle-CZTvTAu-.js.map +0 -1
- package/cjs/chunks/bundle-Cbklvbls.js.map +0 -1
- package/cjs/chunks/bundle-CrbMqpah.js.map +0 -1
- package/cjs/chunks/bundle-DfMlIvtm.js.map +0 -1
- package/cjs/chunks/bundle-DhtZdKsr.js.map +0 -1
- package/cjs/chunks/bundle-Eqd9bAds.js.map +0 -1
- package/cjs/chunks/bundle-H9rcn1PJ.js.map +0 -1
- package/cjs/chunks/bundle-HQAiUNev.js.map +0 -1
- package/cjs/chunks/bundle-JBbKwE7L.js.map +0 -1
- package/cjs/chunks/bundle-KWR-0b7P.js.map +0 -1
- package/cjs/chunks/bundle-LsJ9u7uN.js.map +0 -1
- package/cjs/chunks/bundle-MNUU2JEo.js.map +0 -1
- package/cjs/chunks/bundle-Msh8rb3L.js.map +0 -1
- package/cjs/chunks/bundle-NALzAgLv.js.map +0 -1
- package/cjs/chunks/bundle-NPzNlnHJ.js.map +0 -1
- package/cjs/chunks/bundle-NZvAE9FS.js.map +0 -1
- package/cjs/chunks/bundle-Njt4gDEW.js.map +0 -1
- package/cjs/chunks/bundle-O6Mos2Xn.js.map +0 -1
- package/cjs/chunks/bundle-OdZXNc-g.js.map +0 -1
- package/cjs/chunks/bundle-Oq2rnNn_.js.map +0 -1
- package/cjs/chunks/bundle-PSEoX-EH.js.map +0 -1
- package/cjs/chunks/bundle-Pzvqu5yR.js.map +0 -1
- package/cjs/chunks/bundle-RUqSDidW.js.map +0 -1
- package/cjs/chunks/bundle-TB_UEIPg.js.map +0 -1
- package/cjs/chunks/bundle-TPy0gj60.js.map +0 -1
- package/cjs/chunks/bundle-UAspU0bH.js.map +0 -1
- package/cjs/chunks/bundle-UuftRMuc.js.map +0 -1
- package/cjs/chunks/bundle-VP5r38Gj.js.map +0 -1
- package/cjs/chunks/bundle-VxcYXhwp.js.map +0 -1
- package/cjs/chunks/bundle-Y-_KhZFq.js.map +0 -1
- package/cjs/chunks/bundle-Y86Tvf8p.js.map +0 -1
- package/cjs/chunks/bundle-YjNFrYVt.js.map +0 -1
- package/cjs/chunks/bundle-bDQKUQ5r.js.map +0 -1
- package/cjs/chunks/bundle-fTMJH5JE.js.map +0 -1
- package/cjs/chunks/bundle-fUWIw3RI.js.map +0 -1
- package/cjs/chunks/bundle-fzSiKesI.js.map +0 -1
- package/cjs/chunks/bundle-gW6qz9z9.js.map +0 -1
- package/cjs/chunks/bundle-haAptps1.js.map +0 -1
- package/cjs/chunks/bundle-iY19D_aw.js.map +0 -1
- package/cjs/chunks/bundle-jYLCAuUn.js.map +0 -1
- package/cjs/chunks/bundle-jcgWT1ad.js.map +0 -1
- package/cjs/chunks/bundle-nYBtJl9e.js.map +0 -1
- package/cjs/chunks/bundle-qRiLsSwC.js.map +0 -1
- package/cjs/chunks/bundle-rcw3KtAu.js.map +0 -1
- package/cjs/chunks/bundle-s--ExKtj.js.map +0 -1
- package/cjs/chunks/bundle-t2GWOYzL.js.map +0 -1
- package/cjs/chunks/bundle-u7wWilEW.js.map +0 -1
- package/cjs/chunks/bundle-v5-SR4v4.js.map +0 -1
- package/cjs/chunks/bundle-vMF9NM5u.js.map +0 -1
- package/cjs/chunks/bundle-w0ATt2gt.js.map +0 -1
- package/cjs/chunks/bundle-wZDX1pVR.js.map +0 -1
- package/cjs/chunks/bundle-zAQuo6rI.js.map +0 -1
- package/cjs/chunks/bundle-zDh-X-Q4.js.map +0 -1
- package/cjs/chunks/bundle-zHDXCFIb.js.map +0 -1
- package/cjs/chunks/bundle-zRJE2NjU.js.map +0 -1
- package/types/utils/omitObjectProperty.d.ts +0 -1
|
@@ -1,35 +1,34 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-fgwje9pW.js';
|
|
2
2
|
import React__default, { useEffect, useState } from 'react';
|
|
3
3
|
import { useChannelContext } from '../Channel/context.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import { G as GroupChannelHeaderView, C as ChannelHeader } from './bundle-
|
|
6
|
-
import { u as useGroupChannelContext } from './bundle-
|
|
5
|
+
import { G as GroupChannelHeaderView, C as ChannelHeader } from './bundle-aaseqnuB.js';
|
|
6
|
+
import { u as useGroupChannelContext } from './bundle-7jAH-Rav.js';
|
|
7
7
|
import { useIIFE, useGroupChannelHandler } from '@sendbird/uikit-tools';
|
|
8
|
-
import { T as TypingIndicatorType, M as MessageList$1 } from './bundle-
|
|
8
|
+
import { T as TypingIndicatorType, M as MessageList$1 } from './bundle-wsahaI_Z.js';
|
|
9
9
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import {
|
|
12
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted, c as getComponentKeyFromMessage } from './bundle-
|
|
13
|
-
import { a as MessageView } from './bundle-
|
|
14
|
-
import { a as FileViewerView } from './bundle-
|
|
15
|
-
import { a as RemoveMessageModalView } from './bundle-
|
|
11
|
+
import { g as getSuggestedReplies, Q as isSendableMessage } from './bundle-GQt7EDbt.js';
|
|
12
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted, c as getComponentKeyFromMessage } from './bundle-2mo18Chz.js';
|
|
13
|
+
import { a as MessageView } from './bundle-qGLQQXlH.js';
|
|
14
|
+
import { a as FileViewerView } from './bundle-8CxBlReU.js';
|
|
15
|
+
import { a as RemoveMessageModalView } from './bundle-1nyUxr-Z.js';
|
|
16
16
|
import { getMessagePartsInfo } from '../Channel/utils/getMessagePartsInfo.js';
|
|
17
|
-
import { U as UnreadCount } from './bundle-
|
|
18
|
-
import { F as FrozenNotification } from './bundle-
|
|
19
|
-
import { S as SCROLL_BUFFER } from './bundle-
|
|
17
|
+
import { U as UnreadCount } from './bundle-HRsLD2CW.js';
|
|
18
|
+
import { F as FrozenNotification } from './bundle-xkOWTTW1.js';
|
|
19
|
+
import { S as SCROLL_BUFFER } from './bundle-zpdae5WH.js';
|
|
20
20
|
import { MessageProvider } from '../Message/context.js';
|
|
21
21
|
import TypingIndicatorBubble from '../ui/TypingIndicatorBubble.js';
|
|
22
|
-
import { T as TypingIndicator } from './bundle-
|
|
22
|
+
import { T as TypingIndicator } from './bundle-2jWyEzHg.js';
|
|
23
23
|
import ConnectionStatus from '../ui/ConnectionStatus.js';
|
|
24
|
-
import { M as MessageInputWrapperView } from './bundle-
|
|
25
|
-
import './bundle-
|
|
26
|
-
import './bundle-
|
|
24
|
+
import { M as MessageInputWrapperView } from './bundle-b1IOVyYG.js';
|
|
25
|
+
import './bundle-hOV701rb.js';
|
|
26
|
+
import './bundle-eHUDbnaD.js';
|
|
27
27
|
import '../VoiceRecorder/context.js';
|
|
28
|
-
import '
|
|
29
|
-
import './bundle-
|
|
30
|
-
import './bundle-LWD0OLz8.js';
|
|
28
|
+
import './bundle-kVopRZZG.js';
|
|
29
|
+
import './bundle-j8bOxoFa.js';
|
|
31
30
|
import 'react-dom';
|
|
32
|
-
import './bundle-
|
|
31
|
+
import './bundle-SbHFlBY0.js';
|
|
33
32
|
import '../ui/IconButton.js';
|
|
34
33
|
import '../ui/Button.js';
|
|
35
34
|
import { MessageInputWrapper as MessageInputWrapper$1 } from '../Channel/components/MessageInput.js';
|
|
@@ -56,8 +55,10 @@ var Message = function (props) {
|
|
|
56
55
|
var message = props.message;
|
|
57
56
|
var initialized = !loading && Boolean(currentChannel);
|
|
58
57
|
var shouldRenderSuggestedReplies = useIIFE(function () {
|
|
59
|
-
var _a;
|
|
60
|
-
if (
|
|
58
|
+
var _a, _b;
|
|
59
|
+
if (!((_a = config === null || config === void 0 ? void 0 : config.groupChannel) === null || _a === void 0 ? void 0 : _a.enableSuggestedReplies))
|
|
60
|
+
return false;
|
|
61
|
+
if (message.messageId !== ((_b = currentChannel === null || currentChannel === void 0 ? void 0 : currentChannel.lastMessage) === null || _b === void 0 ? void 0 : _b.messageId))
|
|
61
62
|
return false;
|
|
62
63
|
if (getSuggestedReplies(message).length === 0)
|
|
63
64
|
return false;
|
|
@@ -181,8 +182,25 @@ var TypingIndicatorBubbleWrapper = function (props) {
|
|
|
181
182
|
};
|
|
182
183
|
|
|
183
184
|
var MessageInputWrapper = function (props) {
|
|
185
|
+
var _a;
|
|
186
|
+
var config = useSendbirdStateContext().config;
|
|
184
187
|
var context = useGroupChannelContext();
|
|
185
|
-
|
|
188
|
+
var messages = context.messages, currentChannel = context.currentChannel;
|
|
189
|
+
var lastMessage = currentChannel === null || currentChannel === void 0 ? void 0 : currentChannel.lastMessage;
|
|
190
|
+
var isLastMessageSuggestedRepliesEnabled = useIIFE(function () {
|
|
191
|
+
var _a;
|
|
192
|
+
if (!((_a = config === null || config === void 0 ? void 0 : config.groupChannel) === null || _a === void 0 ? void 0 : _a.enableSuggestedReplies))
|
|
193
|
+
return false;
|
|
194
|
+
if (getSuggestedReplies(lastMessage).length === 0)
|
|
195
|
+
return false;
|
|
196
|
+
var lastMessageInContext = messages[messages.length - 1];
|
|
197
|
+
if (isSendableMessage(lastMessageInContext) && lastMessageInContext.sendingStatus !== 'succeeded')
|
|
198
|
+
return false;
|
|
199
|
+
return true;
|
|
200
|
+
});
|
|
201
|
+
var disableMessageInput = props.disabled
|
|
202
|
+
|| isLastMessageSuggestedRepliesEnabled && !!((_a = lastMessage.extendedMessagePayload) === null || _a === void 0 ? void 0 : _a['disable_chat_input']);
|
|
203
|
+
return (React__default.createElement(MessageInputWrapperView, __assign({}, props, { disabled: disableMessageInput }, context)));
|
|
186
204
|
};
|
|
187
205
|
|
|
188
206
|
var GroupChannelUIView = function (props) {
|
|
@@ -223,8 +241,11 @@ var ChannelUI = function (props) {
|
|
|
223
241
|
var _a;
|
|
224
242
|
var context = useChannelContext();
|
|
225
243
|
var channelUrl = context.channelUrl, isInvalid = context.isInvalid, loading = context.loading;
|
|
226
|
-
return (React__default.createElement(GroupChannelUIView, __assign({}, props, context, { requestedChannelUrl: channelUrl, loading: (_a = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _a !== void 0 ? _a : loading, isInvalid: isInvalid, renderChannelHeader: function (props) { return (React__default.createElement(ChannelHeader, __assign({}, props))); }, renderMessageList: function (props) { return (React__default.createElement(MessageList$1, __assign({}, props))); }, renderMessageInput: function () {
|
|
244
|
+
return (React__default.createElement(GroupChannelUIView, __assign({}, props, context, { requestedChannelUrl: channelUrl, loading: (_a = props === null || props === void 0 ? void 0 : props.isLoading) !== null && _a !== void 0 ? _a : loading, isInvalid: isInvalid, renderChannelHeader: function (props) { return (React__default.createElement(ChannelHeader, __assign({}, props))); }, renderMessageList: function (props) { return (React__default.createElement(MessageList$1, __assign({}, props))); }, renderMessageInput: function () {
|
|
245
|
+
var _a, _b;
|
|
246
|
+
return ((_b = (_a = props.renderMessageInput) === null || _a === void 0 ? void 0 : _a.call(props)) !== null && _b !== void 0 ? _b : React__default.createElement(MessageInputWrapper$1, __assign({}, props)));
|
|
247
|
+
} })));
|
|
227
248
|
};
|
|
228
249
|
|
|
229
|
-
export { ChannelUI as C, GroupChannelUIView as G };
|
|
230
|
-
//# sourceMappingURL=bundle-
|
|
250
|
+
export { ChannelUI as C, GroupChannelUIView as G, MessageInputWrapper as M };
|
|
251
|
+
//# sourceMappingURL=bundle-82c4Z7tx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-82c4Z7tx.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-fgwje9pW.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
4
|
+
import { A as Avatar } from './bundle-2QckWBqt.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
7
|
-
import {
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-kVopRZZG.js';
|
|
7
|
+
import { F as isSupportedFileView, x as isVideo, v as isImage } from './bundle-GQt7EDbt.js';
|
|
8
8
|
import '../hooks/useModal.js';
|
|
9
9
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
10
|
-
import { a as MODAL_ROOT } from './bundle-
|
|
10
|
+
import { a as MODAL_ROOT } from './bundle-K0s-Ect1.js';
|
|
11
11
|
import { useChannelContext } from '../Channel/context.js';
|
|
12
12
|
|
|
13
13
|
var FileViewerView = function (_a) {
|
|
@@ -58,4 +58,4 @@ var FileViewer = function (props) {
|
|
|
58
58
|
};
|
|
59
59
|
|
|
60
60
|
export { FileViewer as F, FileViewerView as a };
|
|
61
|
-
//# sourceMappingURL=bundle-
|
|
61
|
+
//# sourceMappingURL=bundle-8CxBlReU.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-8CxBlReU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-9lUB2eTP.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import React__default, { useEffect, useState, useContext } from 'react';
|
|
2
2
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
3
|
-
import { u as useLocalization } from './bundle-
|
|
4
|
-
import { u as useChannelListContext } from './bundle-
|
|
5
|
-
import { g as getTotalMembers, M as MessageStatus, a as getLastMessageCreatedAt, b as getLastMessage, c as getChannelUnreadMessageCount, d as getChannelTitle } from './bundle-
|
|
6
|
-
import { _ as __assign } from './bundle-
|
|
3
|
+
import { u as useLocalization } from './bundle-hOV701rb.js';
|
|
4
|
+
import { u as useChannelListContext } from './bundle-areDE3aT.js';
|
|
5
|
+
import { g as getTotalMembers, M as MessageStatus, a as getLastMessageCreatedAt, b as getLastMessage, c as getChannelUnreadMessageCount, d as getChannelTitle } from './bundle-rgUMi-vG.js';
|
|
6
|
+
import { _ as __assign } from './bundle-fgwje9pW.js';
|
|
7
7
|
import { GroupChannelFilter } from '@sendbird/chat/groupChannel';
|
|
8
8
|
import { useGroupChannelList, useGroupChannelHandler } from '@sendbird/uikit-tools';
|
|
9
|
-
import { U as UserProfileProvider } from './bundle-
|
|
10
|
-
import { u as useOnlineStatus, a as useMarkAsDeliveredScheduler } from './bundle-
|
|
11
|
-
import { n as noop } from './bundle-
|
|
12
|
-
import { u as useLongPress } from './bundle-
|
|
13
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
14
|
-
import { i as isVoiceMessage } from './bundle-
|
|
15
|
-
import { a as TypingIndicatorText } from './bundle-
|
|
9
|
+
import { U as UserProfileProvider } from './bundle-NQlEMhhs.js';
|
|
10
|
+
import { u as useOnlineStatus, a as useMarkAsDeliveredScheduler } from './bundle-W8as0zrL.js';
|
|
11
|
+
import { n as noop } from './bundle-tOpyp2TM.js';
|
|
12
|
+
import { u as useLongPress } from './bundle-jXtqc1kU.js';
|
|
13
|
+
import { u as useMediaQueryContext } from './bundle-SbHFlBY0.js';
|
|
14
|
+
import { i as isVoiceMessage } from './bundle-GQt7EDbt.js';
|
|
15
|
+
import { a as TypingIndicatorText } from './bundle-2jWyEzHg.js';
|
|
16
16
|
import Badge from '../ui/Badge.js';
|
|
17
17
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
18
18
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
19
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
19
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-kVopRZZG.js';
|
|
20
20
|
import MentionUserLabel from '../ui/MentionUserLabel.js';
|
|
21
|
-
import { M as Modal } from './bundle-
|
|
21
|
+
import { M as Modal } from './bundle-K0s-Ect1.js';
|
|
22
22
|
import TextButton from '../ui/TextButton.js';
|
|
23
23
|
|
|
24
24
|
var GroupChannelListContext = React__default.createContext(null);
|
|
@@ -196,4 +196,4 @@ var ChannelPreview = function (_a) {
|
|
|
196
196
|
};
|
|
197
197
|
|
|
198
198
|
export { ChannelPreview as C, GroupChannelListItemView as G, GroupChannelListProvider as a, useGroupChannelListContext as u };
|
|
199
|
-
//# sourceMappingURL=bundle-
|
|
199
|
+
//# sourceMappingURL=bundle-AnoUW9yQ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-AnoUW9yQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __spreadArray } from './bundle-fgwje9pW.js';
|
|
2
2
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
3
3
|
|
|
4
4
|
var scrollToRenderedMessage = function (scrollRef, initialTimeStamp, setIsScrolled) {
|
|
@@ -120,4 +120,4 @@ var isAboutSame = function (a, b, px) {
|
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
export { scrollToRenderedMessage as a, isDisabledBecauseFrozen as b, isDisabledBecauseMuted as c, getNicknamesMapFromMembers as d, getAllEmojisMapFromEmojiContainer as g, isAboutSame as i, mergeAndSortMessages as m, passUnsuccessfullMessages as p, scrollIntoLast as s };
|
|
123
|
-
//# sourceMappingURL=bundle-
|
|
123
|
+
//# sourceMappingURL=bundle-BbdMr4SL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BbdMr4SL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
4
|
+
import { u as useLocalization } from './bundle-hOV701rb.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelMessageStatusTypes = {
|
|
7
7
|
NONE: 'none',
|
|
@@ -95,4 +95,4 @@ var OpenChannelMobileMenu = function (props) {
|
|
|
95
95
|
};
|
|
96
96
|
|
|
97
97
|
export { OpenChannelMobileMenu as O, isFineEdit as a, isFineResend as b, isFineDelete as c, checkIsPending as d, checkIsFailed as e, checkIsSent as f, getSenderFromMessage as g, isFineCopy as i, showMenuTrigger as s };
|
|
98
|
-
//# sourceMappingURL=bundle-
|
|
98
|
+
//# sourceMappingURL=bundle-Bph6KjZN.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Bph6KjZN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as __assign, a as __spreadArray } from './bundle-
|
|
1
|
+
import { _ as __assign, a as __spreadArray } from './bundle-fgwje9pW.js';
|
|
2
2
|
import { GroupChannelListOrder } from '@sendbird/chat/groupChannel';
|
|
3
3
|
import { OutgoingMessageStates, getOutgoingMessageState } from '../utils/message/getOutgoingMessageState.js';
|
|
4
|
-
import { K } from './bundle-
|
|
4
|
+
import { K } from './bundle-n9wVwJwL.js';
|
|
5
5
|
|
|
6
6
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
7
7
|
var SUPPORTED_MIMES = {
|
|
@@ -655,5 +655,5 @@ var isSendableMessage = function (message) {
|
|
|
655
655
|
return Boolean(message) && 'sender' in message;
|
|
656
656
|
};
|
|
657
657
|
|
|
658
|
-
export {
|
|
659
|
-
//# sourceMappingURL=bundle-
|
|
658
|
+
export { isAudio as A, isVoiceMessageMimeType as B, isSentStatus as C, arrayEqual as D, getMimeTypesUIKitAccepts as E, isSupportedFileView as F, isImageMessage as G, isImageFileInfo as H, isAudioMessage as I, isOGMessage as J, isTextMessage as K, isThreadMessage as L, getEmojiUrl as M, isReactedBy as N, getEmojiTooltipString as O, getEmojiMapAll as P, isSendableMessage as Q, filterChannelListParams as R, StringObjType as S, getChannelsWithUpsertedChannel as T, UIKitMessageTypes as U, filterMessageListParams as V, isTextuallyNull as W, isMultipleFilesMessage as a, isReadMessage as b, isFileMessage as c, isEditedMessage as d, getSenderName as e, isUserMessage as f, getSuggestedReplies as g, getUIKitMessageType as h, isVoiceMessage as i, getUIKitMessageTypes as j, getUIKitFileType as k, isThumbnailMessage as l, isSentMessage as m, isVideoMessage as n, isGifMessage as o, isFailedMessage as p, isPendingMessage as q, getClassName as r, copyToClipboard as s, truncateString as t, getEmojiListAll as u, isImage as v, getUIKitFileTypes as w, isVideo as x, isGif as y, convertWordToStringObj as z };
|
|
659
|
+
//# sourceMappingURL=bundle-GQt7EDbt.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-GQt7EDbt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-GpRTDFGV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __spreadArray } from './bundle-fgwje9pW.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect, useRef, useCallback } from 'react';
|
|
3
3
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
4
4
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
import IconButton from '../ui/IconButton.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
8
|
-
import { L as LocalizationContext } from './bundle-
|
|
9
|
-
import { a as UserProfileContext } from './bundle-
|
|
10
|
-
import './bundle-
|
|
11
|
-
import { A as Avatar } from './bundle-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-kVopRZZG.js';
|
|
8
|
+
import { L as LocalizationContext } from './bundle-hOV701rb.js';
|
|
9
|
+
import { a as UserProfileContext } from './bundle-NQlEMhhs.js';
|
|
10
|
+
import './bundle-x1NoGtpJ.js';
|
|
11
|
+
import { A as Avatar } from './bundle-2QckWBqt.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './bundle-
|
|
13
|
+
import './bundle-SbHFlBY0.js';
|
|
14
14
|
import MutedAvatarOverlay from '../ui/MutedAvatarOverlay.js';
|
|
15
15
|
import UserProfile from '../ui/UserProfile.js';
|
|
16
16
|
import { useOpenChannelSettingsContext } from '../OpenChannelSettings/context.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import { M as Modal } from './bundle-
|
|
18
|
+
import { M as Modal } from './bundle-K0s-Ect1.js';
|
|
19
19
|
import UserListItem$1 from '../ui/UserListItem.js';
|
|
20
|
-
import { n as noop } from './bundle-
|
|
20
|
+
import { n as noop } from './bundle-tOpyp2TM.js';
|
|
21
21
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
22
22
|
|
|
23
23
|
function ParticipantsModal(_a) {
|
|
@@ -232,4 +232,4 @@ function ParticipantList(_a) {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
export { ParticipantList as P, UserListItem as U };
|
|
235
|
-
//# sourceMappingURL=bundle-
|
|
235
|
+
//# sourceMappingURL=bundle-HOZJLjST.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-HOZJLjST.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
|
-
import { L as LocalizationContext } from './bundle-
|
|
3
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-
|
|
2
|
+
import { L as LocalizationContext } from './bundle-hOV701rb.js';
|
|
3
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-kVopRZZG.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { f as format } from './bundle-
|
|
5
|
+
import { f as format } from './bundle-yE5T9BpV.js';
|
|
6
6
|
|
|
7
7
|
var UnreadCount = function (_a) {
|
|
8
8
|
var _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.count, count = _c === void 0 ? 0 : _c, _d = _a.time, time = _d === void 0 ? '' : _d, onClick = _a.onClick, lastReadAt = _a.lastReadAt;
|
|
@@ -26,4 +26,4 @@ var UnreadCount = function (_a) {
|
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
export { UnreadCount as U };
|
|
29
|
-
//# sourceMappingURL=bundle-
|
|
29
|
+
//# sourceMappingURL=bundle-HRsLD2CW.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-HRsLD2CW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
3
|
-
import { u as useLocalization } from './bundle-
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
3
|
+
import { u as useLocalization } from './bundle-hOV701rb.js';
|
|
4
|
+
import { A as Avatar } from './bundle-2QckWBqt.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-kVopRZZG.js';
|
|
6
6
|
|
|
7
7
|
var GroupChannelListHeader = function (_a) {
|
|
8
8
|
var renderTitle = _a.renderTitle, renderIconButton = _a.renderIconButton, onEdit = _a.onEdit, allowProfileEdit = _a.allowProfileEdit;
|
|
@@ -27,4 +27,4 @@ var GroupChannelListHeader = function (_a) {
|
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
export { GroupChannelListHeader as G };
|
|
30
|
-
//# sourceMappingURL=bundle-
|
|
30
|
+
//# sourceMappingURL=bundle-IbFVsltH.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-IbFVsltH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-JHAEGHwc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
|
|
2
|
-
import { U as UserProfileProvider } from './bundle-
|
|
3
|
-
import { _ as __assign, a as __spreadArray, b as __awaiter, c as __generator } from './bundle-
|
|
4
|
-
import { c as compareIds } from './bundle-
|
|
5
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { U as UserProfileProvider } from './bundle-NQlEMhhs.js';
|
|
3
|
+
import { _ as __assign, a as __spreadArray, b as __awaiter, c as __generator } from './bundle-fgwje9pW.js';
|
|
4
|
+
import { c as compareIds } from './bundle-T9LQyh_7.js';
|
|
5
|
+
import { p as pubSubTopics } from './bundle-pfcIdF14.js';
|
|
6
6
|
import { ChannelType } from '@sendbird/chat';
|
|
7
7
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
8
|
-
import { u as uuidv4 } from './bundle-
|
|
9
|
-
import { c as compressImages } from './bundle-
|
|
8
|
+
import { u as uuidv4 } from './bundle-4IsRvL2E.js';
|
|
9
|
+
import { c as compressImages } from './bundle-2d4_n6Eh.js';
|
|
10
10
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
11
11
|
import { useGlobalModalContext } from '../hooks/useModal.js';
|
|
12
|
-
import { u as useLocalization } from './bundle-
|
|
13
|
-
import { O as ONE_MiB } from './bundle-
|
|
14
|
-
import { c as ModalFooter } from './bundle-
|
|
15
|
-
import './bundle-
|
|
12
|
+
import { u as useLocalization } from './bundle-hOV701rb.js';
|
|
13
|
+
import { O as ONE_MiB } from './bundle-zpdae5WH.js';
|
|
14
|
+
import { c as ModalFooter } from './bundle-K0s-Ect1.js';
|
|
15
|
+
import './bundle-kVopRZZG.js';
|
|
16
16
|
import { ButtonTypes } from '../ui/Button.js';
|
|
17
17
|
|
|
18
18
|
var shouldFetchMore = function (messageLength, maxMessages) {
|
|
@@ -1362,4 +1362,4 @@ var OpenChannelProvider = function (props) {
|
|
|
1362
1362
|
var useOpenChannelContext = function () { return React__default.useContext(OpenChannelContext); };
|
|
1363
1363
|
|
|
1364
1364
|
export { OpenChannelProvider as O, kFormatter as k, useOpenChannelContext as u };
|
|
1365
|
-
//# sourceMappingURL=bundle-
|
|
1365
|
+
//# sourceMappingURL=bundle-Jm7rtWnz.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Jm7rtWnz.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __spreadArray } from './bundle-fgwje9pW.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { n as noop } from './bundle-
|
|
5
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
4
|
+
import { n as noop } from './bundle-tOpyp2TM.js';
|
|
5
|
+
import { L as LocalizationContext } from './bundle-hOV701rb.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-SbHFlBY0.js';
|
|
7
7
|
import IconButton from '../ui/IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes } from '../ui/Button.js';
|
|
9
9
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-kVopRZZG.js';
|
|
11
11
|
|
|
12
12
|
// simple component to be used as modal root
|
|
13
13
|
var MODAL_ROOT = 'sendbird-modal-root';
|
|
@@ -62,4 +62,4 @@ function Modal(props) {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
export { Modal as M, MODAL_ROOT as a, ModalRoot as b, ModalFooter as c, ModalHeader as d, ModalBody as e };
|
|
65
|
-
//# sourceMappingURL=bundle-
|
|
65
|
+
//# sourceMappingURL=bundle-K0s-Ect1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-K0s-Ect1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as isMultipleFilesMessage } from './bundle-
|
|
2
|
-
import { K } from './bundle-
|
|
1
|
+
import { a as isMultipleFilesMessage } from './bundle-GQt7EDbt.js';
|
|
2
|
+
import { K } from './bundle-n9wVwJwL.js';
|
|
3
3
|
|
|
4
4
|
function getModalDeleteMessageTitle(stringSet, message) {
|
|
5
5
|
return K(message)
|
|
@@ -13,4 +13,4 @@ function getModalDeleteMessageTitle(stringSet, message) {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
export { getModalDeleteMessageTitle as g };
|
|
16
|
-
//# sourceMappingURL=bundle-
|
|
16
|
+
//# sourceMappingURL=bundle-KWJtSpuF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-KWJtSpuF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { S as SCROLL_BUFFER } from './bundle-
|
|
2
|
-
import { u as useThrottleCallback } from './bundle-
|
|
3
|
-
import { i as isAboutSame } from './bundle-
|
|
1
|
+
import { S as SCROLL_BUFFER } from './bundle-zpdae5WH.js';
|
|
2
|
+
import { u as useThrottleCallback } from './bundle-l3_ubbH6.js';
|
|
3
|
+
import { i as isAboutSame } from './bundle-BbdMr4SL.js';
|
|
4
4
|
import { usePreservedCallback } from '@sendbird/uikit-tools';
|
|
5
5
|
|
|
6
6
|
var DELAY = 100;
|
|
@@ -50,4 +50,4 @@ function useHandleOnScrollCallback(_a) {
|
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
export { useHandleOnScrollCallback as u };
|
|
53
|
-
//# sourceMappingURL=bundle-
|
|
53
|
+
//# sourceMappingURL=bundle-MGkFgiJm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-MGkFgiJm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-fgwje9pW.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
3
|
+
import { S as SuggestedMentionListView } from './bundle-QOv6Bgtw.js';
|
|
4
4
|
import { useThreadContext } from '../Thread/context.js';
|
|
5
5
|
|
|
6
6
|
var SuggestedMentionList = function (props) {
|
|
@@ -9,4 +9,4 @@ var SuggestedMentionList = function (props) {
|
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export { SuggestedMentionList as S };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-MvpO_S_k.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-MvpO_S_k.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-NQlEMhhs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-NeB2uoNn.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-NxSCk3As.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-kVopRZZG.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
5
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
6
|
-
import { u as uuidv4 } from './bundle-
|
|
4
|
+
import { A as Avatar } from './bundle-2QckWBqt.js';
|
|
5
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-hOV701rb.js';
|
|
6
|
+
import { u as uuidv4 } from './bundle-4IsRvL2E.js';
|
|
7
7
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
8
|
-
import { M as MessageInputKeys } from './bundle-
|
|
9
|
-
import { b as __awaiter, c as __generator } from './bundle-
|
|
8
|
+
import { M as MessageInputKeys } from './bundle-ueo2Sf-L.js';
|
|
9
|
+
import { b as __awaiter, c as __generator } from './bundle-fgwje9pW.js';
|
|
10
10
|
|
|
11
11
|
var MAX_USER_MENTION_COUNT = 10;
|
|
12
12
|
var MAX_USER_SUGGESTION_COUNT = 15;
|
|
@@ -176,4 +176,4 @@ var SuggestedMentionListView = function (props) {
|
|
|
176
176
|
};
|
|
177
177
|
|
|
178
178
|
export { MAX_USER_MENTION_COUNT as M, SuggestedMentionListView as S, MAX_USER_SUGGESTION_COUNT as a };
|
|
179
|
-
//# sourceMappingURL=bundle-
|
|
179
|
+
//# sourceMappingURL=bundle-QOv6Bgtw.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-QOv6Bgtw.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as requiredArgs, t as toDate } from './bundle-
|
|
1
|
+
import { r as requiredArgs, t as toDate } from './bundle-yE5T9BpV.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @name startOfDay
|
|
@@ -61,4 +61,4 @@ function isSameDay(dirtyDateLeft, dirtyDateRight) {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
export { isSameDay as i };
|
|
64
|
-
//# sourceMappingURL=bundle-
|
|
64
|
+
//# sourceMappingURL=bundle-QaBTXAtO.js.map
|