@sendbird/uikit-react 3.13.3 → 3.14.0-beta.2
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 +78 -78
- package/CHANGELOG.md +11 -72
- package/Channel/components/ChannelHeader.js +29 -29
- package/Channel/components/ChannelUI.js +64 -64
- package/Channel/components/FileViewer.js +28 -28
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +54 -53
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageFeedbackModal.js +9 -9
- package/Channel/components/MessageInput.js +41 -41
- package/Channel/components/MessageInputWrapper.js +41 -41
- package/Channel/components/MessageList.js +57 -57
- package/Channel/components/RemoveMessageModal.js +27 -27
- package/Channel/components/SuggestedMentionList.js +27 -27
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +19 -19
- 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 +64 -64
- package/ChannelList/components/AddChannel.js +20 -20
- package/ChannelList/components/ChannelListHeader.js +8 -8
- package/ChannelList/components/ChannelListUI.js +34 -34
- package/ChannelList/components/ChannelPreview.js +27 -27
- package/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +34 -34
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +6 -6
- 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/GroupChannel/components/FileViewer.js +27 -56
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +5 -5
- package/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/GroupChannel/components/GroupChannelUI.js +59 -59
- package/GroupChannel/components/Message.js +53 -52
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +52 -52
- package/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +7 -7
- package/GroupChannel/context.js +13 -13
- package/GroupChannel.js +59 -59
- package/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +33 -33
- 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 +133 -79
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +46 -75
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +34 -73
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +46 -46
- package/Thread/components/ThreadListItem.js +52 -109
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +42 -42
- package/Thread/components/ThreadUI.js +56 -56
- package/Thread/context.js +10 -11
- package/Thread/context.js.map +1 -1
- package/Thread.js +56 -56
- 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-DI3fL4Xw.js → bundle-5okwu0-4.js} +58 -4
- package/{cjs/chunks/bundle-Tx6vw4BY.js.map → chunks/bundle-5okwu0-4.js.map} +1 -1
- package/chunks/{bundle-ts_i6oEg.js → bundle-87W4GPnC.js} +1 -1
- package/chunks/bundle-87W4GPnC.js.map +1 -0
- package/chunks/{bundle-CmdUup8N.js → bundle-B0azZJiA.js} +14 -14
- package/chunks/{bundle-CmdUup8N.js.map → bundle-B0azZJiA.js.map} +1 -1
- package/chunks/{bundle-DIEAFe_F.js → bundle-B1s46xJT.js} +2 -2
- package/chunks/bundle-B1s46xJT.js.map +1 -0
- package/chunks/{bundle-GRqvZZ2N.js → bundle-B2pNgmzq.js} +3 -3
- package/chunks/bundle-B2pNgmzq.js.map +1 -0
- package/chunks/{bundle-Cvm8Ag45.js → bundle-B5kwbUC5.js} +1 -1
- package/chunks/bundle-B5kwbUC5.js.map +1 -0
- package/chunks/{bundle-CkInAxxb.js → bundle-BFDyBk4r.js} +1 -1
- package/chunks/bundle-BFDyBk4r.js.map +1 -0
- package/chunks/{bundle-D47WMGAq.js → bundle-BH5rbsxO.js} +1 -1
- package/chunks/{bundle-D47WMGAq.js.map → bundle-BH5rbsxO.js.map} +1 -1
- package/chunks/{bundle-BlHQV-25.js → bundle-BJ9OAqWz.js} +1 -1
- package/chunks/bundle-BJ9OAqWz.js.map +1 -0
- package/chunks/{bundle-Bm_WZS3a.js → bundle-BJgNc4do.js} +2 -2
- package/chunks/{bundle-Bm_WZS3a.js.map → bundle-BJgNc4do.js.map} +1 -1
- package/chunks/{bundle-Dypl_pLH.js → bundle-BJs_5v6q.js} +2 -2
- package/chunks/{bundle-Dypl_pLH.js.map → bundle-BJs_5v6q.js.map} +1 -1
- package/chunks/{bundle-DQnpJfyk.js → bundle-BKG2cvZ9.js} +3 -3
- package/chunks/bundle-BKG2cvZ9.js.map +1 -0
- package/chunks/{bundle-BntzGGYb.js → bundle-BNeRxCQA.js} +1 -1
- package/chunks/bundle-BNeRxCQA.js.map +1 -0
- package/chunks/{bundle-SvqLmXeF.js → bundle-BNydv1KA.js} +6 -6
- package/chunks/bundle-BNydv1KA.js.map +1 -0
- package/chunks/{bundle-BVGlC_pg.js → bundle-BPclYGwz.js} +1 -1
- package/chunks/bundle-BPclYGwz.js.map +1 -0
- package/chunks/{bundle-CCUBCV04.js → bundle-BSPBjwR6.js} +6 -6
- package/chunks/bundle-BSPBjwR6.js.map +1 -0
- package/chunks/{bundle-DYJilNov.js → bundle-BUy5u56K.js} +1 -1
- package/chunks/bundle-BUy5u56K.js.map +1 -0
- package/chunks/{bundle-jd7__XU_.js → bundle-BdZAuvN7.js} +7 -7
- package/chunks/bundle-BdZAuvN7.js.map +1 -0
- package/chunks/{bundle-DEqxoG9B.js → bundle-Bf5VthYV.js} +1 -1
- package/chunks/bundle-Bf5VthYV.js.map +1 -0
- package/chunks/{bundle-BAsn0CBE.js → bundle-BhjXV0mk.js} +1 -1
- package/chunks/bundle-BhjXV0mk.js.map +1 -0
- package/chunks/{bundle-fvRtOX6P.js → bundle-BmPxXQ_C.js} +5 -5
- package/chunks/bundle-BmPxXQ_C.js.map +1 -0
- package/chunks/{bundle-CYtZF1xr.js → bundle-BoezGGkX.js} +11 -11
- package/chunks/{bundle-CYtZF1xr.js.map → bundle-BoezGGkX.js.map} +1 -1
- package/chunks/{bundle-CLqgMCvn.js → bundle-BuIxT5aZ.js} +1 -1
- package/chunks/bundle-BuIxT5aZ.js.map +1 -0
- package/chunks/{bundle-WrvoTlHQ.js → bundle-BvQAepkJ.js} +1 -1
- package/chunks/bundle-BvQAepkJ.js.map +1 -0
- package/chunks/{bundle-CS4RK0T7.js → bundle-By4sE23W.js} +8 -8
- package/chunks/{bundle-CS4RK0T7.js.map → bundle-By4sE23W.js.map} +1 -1
- package/chunks/{bundle-aE9efllI.js → bundle-Bys5RwQj.js} +2 -2
- package/chunks/bundle-Bys5RwQj.js.map +1 -0
- package/chunks/{bundle-DPhbbRZE.js → bundle-C-_RpFyM.js} +8 -7
- package/chunks/bundle-C-_RpFyM.js.map +1 -0
- package/chunks/{bundle-DxdGwARh.js → bundle-C0LxowmB.js} +3 -3
- package/chunks/{bundle-DxdGwARh.js.map → bundle-C0LxowmB.js.map} +1 -1
- package/chunks/{bundle-BkM4cdOJ.js → bundle-C1RngQCJ.js} +9 -9
- package/chunks/bundle-C1RngQCJ.js.map +1 -0
- package/chunks/{bundle-BXpzbAbi.js → bundle-C4sUzPGS.js} +5 -4
- package/chunks/bundle-C4sUzPGS.js.map +1 -0
- package/chunks/{bundle-VttuSapS.js → bundle-C8TvjQ68.js} +10 -10
- package/chunks/{bundle-VttuSapS.js.map → bundle-C8TvjQ68.js.map} +1 -1
- package/chunks/{bundle-Di7baNGv.js → bundle-CF6PMu9B.js} +1 -1
- package/chunks/bundle-CF6PMu9B.js.map +1 -0
- package/chunks/{bundle-BX0LQWqY.js → bundle-CJIPD7gN.js} +3 -3
- package/chunks/bundle-CJIPD7gN.js.map +1 -0
- package/chunks/{bundle-IuZ6uyzU.js → bundle-COGPgRK-.js} +1 -1
- package/chunks/bundle-COGPgRK-.js.map +1 -0
- package/chunks/{bundle-CAki7JUf.js → bundle-CPszRkFg.js} +1 -1
- package/chunks/bundle-CPszRkFg.js.map +1 -0
- package/chunks/{bundle-DTywBX7q.js → bundle-CRLJsnLv.js} +10 -10
- package/chunks/{bundle-DTywBX7q.js.map → bundle-CRLJsnLv.js.map} +1 -1
- package/chunks/{bundle-BIvhXCoF.js → bundle-CS7t26su.js} +1 -1
- package/chunks/bundle-CS7t26su.js.map +1 -0
- package/chunks/{bundle-CfZFWZM3.js → bundle-CTyr18ZN.js} +3 -3
- package/chunks/{bundle-CfZFWZM3.js.map → bundle-CTyr18ZN.js.map} +1 -1
- package/chunks/{bundle-1ymLj4Og.js → bundle-C_n2Emjx.js} +1 -1
- package/chunks/bundle-C_n2Emjx.js.map +1 -0
- package/chunks/{bundle-Ds2X6Fjs.js → bundle-CbBN2HTx.js} +10 -10
- package/chunks/bundle-CbBN2HTx.js.map +1 -0
- package/chunks/{bundle-BxBdkxXV.js → bundle-CcTHgZqq.js} +1 -1
- package/chunks/{bundle-BxBdkxXV.js.map → bundle-CcTHgZqq.js.map} +1 -1
- package/chunks/{bundle-CMKCY3ba.js → bundle-CcVFQEGF.js} +3 -3
- package/chunks/{bundle-CMKCY3ba.js.map → bundle-CcVFQEGF.js.map} +1 -1
- package/chunks/{bundle-DHp0VTVS.js → bundle-CfKGkWtT.js} +1 -1
- package/chunks/bundle-CfKGkWtT.js.map +1 -0
- package/chunks/{bundle-5HwGq_hd.js → bundle-Cvk0UZLW.js} +4 -4
- package/chunks/{bundle-5HwGq_hd.js.map → bundle-Cvk0UZLW.js.map} +1 -1
- package/chunks/{bundle-CT3xDvIx.js → bundle-CwofYH9U.js} +1 -1
- package/chunks/bundle-CwofYH9U.js.map +1 -0
- package/chunks/{bundle-DoJNLxY9.js → bundle-D-cpJ5MP.js} +1 -1
- package/chunks/bundle-D-cpJ5MP.js.map +1 -0
- package/chunks/{bundle-C6fuKmVo.js → bundle-D56MXYqF.js} +4 -4
- package/chunks/bundle-D56MXYqF.js.map +1 -0
- package/chunks/{bundle-BpDuHeEB.js → bundle-DCjOFMcr.js} +4 -4
- package/chunks/bundle-DCjOFMcr.js.map +1 -0
- package/chunks/{bundle-rl7Rvf_6.js → bundle-DRIvYDIu.js} +12 -13
- package/chunks/bundle-DRIvYDIu.js.map +1 -0
- package/chunks/{bundle-CJ9_QDKY.js → bundle-DRL21d0s.js} +1 -1
- package/chunks/bundle-DRL21d0s.js.map +1 -0
- package/chunks/{bundle-C6ZXjQ1L.js → bundle-DTDkmegk.js} +1 -1
- package/chunks/bundle-DTDkmegk.js.map +1 -0
- package/chunks/{bundle-j5EP0k3D.js → bundle-DUTTSKO5.js} +3 -3
- package/chunks/bundle-DUTTSKO5.js.map +1 -0
- package/chunks/{bundle-DaQK1Cox.js → bundle-DXhynnjn.js} +1 -1
- package/chunks/{bundle-DaQK1Cox.js.map → bundle-DXhynnjn.js.map} +1 -1
- package/chunks/{bundle-CVDtzU3E.js → bundle-D_KO6Orc.js} +1 -1
- package/chunks/{bundle-CVDtzU3E.js.map → bundle-D_KO6Orc.js.map} +1 -1
- package/chunks/{bundle-DqNfXH8L.js → bundle-D_X2Bqh-.js} +2 -2
- package/chunks/bundle-D_X2Bqh-.js.map +1 -0
- package/chunks/{bundle-DuNr1Njk.js → bundle-DcOT2xg0.js} +1 -1
- package/chunks/bundle-DcOT2xg0.js.map +1 -0
- package/chunks/{bundle-D45e30Hl.js → bundle-DgJrJ2xn.js} +4 -4
- package/chunks/bundle-DgJrJ2xn.js.map +1 -0
- package/chunks/{bundle-aJhoAKLH.js → bundle-Dicb9Y5f.js} +6 -6
- package/chunks/bundle-Dicb9Y5f.js.map +1 -0
- package/chunks/{bundle-CIhbNReG.js → bundle-DkRogqRS.js} +3 -3
- package/chunks/bundle-DkRogqRS.js.map +1 -0
- package/chunks/{bundle-yNfnN0a6.js → bundle-DnFiUPoR.js} +1 -1
- package/chunks/bundle-DnFiUPoR.js.map +1 -0
- package/chunks/{bundle-CZYvKysu.js → bundle-DoLed6JB.js} +1 -1
- package/chunks/bundle-DoLed6JB.js.map +1 -0
- package/chunks/{bundle-DavEbLba.js → bundle-DrfdRrEf.js} +2 -2
- package/chunks/bundle-DrfdRrEf.js.map +1 -0
- package/chunks/{bundle-C2vpr4DU.js → bundle-DvI4QhV3.js} +3 -3
- package/chunks/{bundle-C2vpr4DU.js.map → bundle-DvI4QhV3.js.map} +1 -1
- package/chunks/{bundle-oLhQai93.js → bundle-DzuAq6CR.js} +2 -2
- package/chunks/bundle-DzuAq6CR.js.map +1 -0
- package/chunks/{bundle-COR7gPrO.js → bundle-GKCJ2hC_.js} +3 -3
- package/chunks/{bundle-COR7gPrO.js.map → bundle-GKCJ2hC_.js.map} +1 -1
- package/chunks/{bundle-CP1hwfFC.js → bundle-GQqssfTX.js} +1 -1
- package/chunks/bundle-GQqssfTX.js.map +1 -0
- package/chunks/{bundle-BOrV2z_R.js → bundle-N_XkA5JB.js} +52 -54
- package/chunks/bundle-N_XkA5JB.js.map +1 -0
- package/chunks/{bundle-CVFMpKJZ.js → bundle-PsMmoXV_.js} +4 -4
- package/chunks/{bundle-CVFMpKJZ.js.map → bundle-PsMmoXV_.js.map} +1 -1
- package/chunks/{bundle-BHOxoDJO.js → bundle-RpPfSzD9.js} +1 -1
- package/chunks/{bundle-BHOxoDJO.js.map → bundle-RpPfSzD9.js.map} +1 -1
- package/chunks/{bundle-HsrPpAtd.js → bundle-WwYLGAen.js} +2 -2
- package/chunks/bundle-WwYLGAen.js.map +1 -0
- package/chunks/{bundle-D6kFzMhH.js → bundle-XGYpSNOg.js} +5 -5
- package/chunks/{bundle-D6kFzMhH.js.map → bundle-XGYpSNOg.js.map} +1 -1
- package/chunks/{bundle-4a9M9y8N.js → bundle-aH4n4ipp.js} +1 -1
- package/chunks/{bundle-4a9M9y8N.js.map → bundle-aH4n4ipp.js.map} +1 -1
- package/chunks/{bundle-CjW6ZQ1k.js → bundle-azFrmmyK.js} +10 -10
- package/chunks/bundle-azFrmmyK.js.map +1 -0
- package/chunks/{bundle-DNq8IoOw.js → bundle-cjTAVQxr.js} +7 -7
- package/chunks/{bundle-DNq8IoOw.js.map → bundle-cjTAVQxr.js.map} +1 -1
- package/chunks/{bundle-DBzkkIf1.js → bundle-dw1OtCIz.js} +2 -2
- package/chunks/{bundle-DBzkkIf1.js.map → bundle-dw1OtCIz.js.map} +1 -1
- package/chunks/{bundle-B8HW06Fl.js → bundle-gSQF3Ob-.js} +1 -1
- package/chunks/bundle-gSQF3Ob-.js.map +1 -0
- package/chunks/{bundle-CilkBcv-.js → bundle-l_8hg8H3.js} +2 -2
- package/chunks/bundle-l_8hg8H3.js.map +1 -0
- package/chunks/{bundle-BMvaJoQA.js → bundle-rSEP1XoB.js} +9 -40
- package/chunks/bundle-rSEP1XoB.js.map +1 -0
- package/chunks/{bundle-CIO0N9hp.js → bundle-rfEyWmAm.js} +1 -1
- package/chunks/bundle-rfEyWmAm.js.map +1 -0
- package/chunks/{bundle-D3OeBr-9.js → bundle-ynxAt7xC.js} +1 -1
- package/chunks/bundle-ynxAt7xC.js.map +1 -0
- package/chunks/{bundle-Dj4HLKX0.js → bundle-zf2ni0YJ.js} +16 -16
- package/chunks/bundle-zf2ni0YJ.js.map +1 -0
- package/cjs/App.js +78 -78
- package/cjs/Channel/components/ChannelHeader.js +29 -29
- package/cjs/Channel/components/ChannelUI.js +64 -64
- package/cjs/Channel/components/FileViewer.js +28 -28
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +54 -53
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
- package/cjs/Channel/components/MessageInput.js +41 -41
- package/cjs/Channel/components/MessageInputWrapper.js +41 -41
- package/cjs/Channel/components/MessageList.js +58 -58
- package/cjs/Channel/components/RemoveMessageModal.js +27 -27
- package/cjs/Channel/components/SuggestedMentionList.js +27 -27
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +19 -19
- 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 +64 -64
- package/cjs/ChannelList/components/AddChannel.js +20 -20
- package/cjs/ChannelList/components/ChannelListHeader.js +8 -8
- package/cjs/ChannelList/components/ChannelListUI.js +34 -34
- package/cjs/ChannelList/components/ChannelPreview.js +27 -27
- package/cjs/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +34 -34
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +6 -6
- 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/GroupChannel/components/FileViewer.js +27 -56
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
- package/cjs/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/cjs/GroupChannel/components/GroupChannelUI.js +59 -59
- package/cjs/GroupChannel/components/Message.js +53 -52
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
- package/cjs/GroupChannel/components/MessageList.js +53 -53
- package/cjs/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
- package/cjs/GroupChannel/components/UnreadCount.js +7 -7
- package/cjs/GroupChannel/context.js +13 -13
- package/cjs/GroupChannel.js +59 -59
- package/cjs/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/cjs/GroupChannelList/context.js +5 -5
- package/cjs/GroupChannelList.js +33 -33
- 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 +133 -79
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +46 -75
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +34 -73
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +46 -46
- package/cjs/Thread/components/ThreadListItem.js +52 -109
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +42 -42
- package/cjs/Thread/components/ThreadUI.js +56 -56
- package/cjs/Thread/context.js +10 -11
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +56 -56
- 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-HXyGAP9T.js → bundle--ToWZ9cj.js} +1 -1
- package/cjs/chunks/bundle--ToWZ9cj.js.map +1 -0
- package/cjs/chunks/{bundle-B_BPxhrG.js → bundle-03LrACV2.js} +6 -6
- package/cjs/chunks/bundle-03LrACV2.js.map +1 -0
- package/cjs/chunks/{bundle-D_qbYkHk.js → bundle-1hCsXfVb.js} +1 -1
- package/cjs/chunks/{bundle-D_qbYkHk.js.map → bundle-1hCsXfVb.js.map} +1 -1
- package/cjs/chunks/{bundle-YUHup5bR.js → bundle-6eXm5bOG.js} +1 -1
- package/cjs/chunks/bundle-6eXm5bOG.js.map +1 -0
- package/cjs/chunks/{bundle-DskQULoR.js → bundle-7FLBAmYO.js} +2 -2
- package/cjs/chunks/{bundle-DskQULoR.js.map → bundle-7FLBAmYO.js.map} +1 -1
- package/cjs/chunks/{bundle-pVDX6G_q.js → bundle-7GCXhi1c.js} +3 -3
- package/cjs/chunks/bundle-7GCXhi1c.js.map +1 -0
- package/cjs/chunks/{bundle-DKspFBdx.js → bundle-8oxVWV_9.js} +1 -1
- package/cjs/chunks/bundle-8oxVWV_9.js.map +1 -0
- package/cjs/chunks/{bundle-BJjQQMo0.js → bundle-9K7l85xj.js} +4 -4
- package/cjs/chunks/bundle-9K7l85xj.js.map +1 -0
- package/cjs/chunks/{bundle-CEcY1I0M.js → bundle-B-dy_WYW.js} +8 -8
- package/cjs/chunks/{bundle-CEcY1I0M.js.map → bundle-B-dy_WYW.js.map} +1 -1
- package/cjs/chunks/{bundle-Tx6vw4BY.js → bundle-B1Nml3ap.js} +60 -3
- package/{chunks/bundle-DI3fL4Xw.js.map → cjs/chunks/bundle-B1Nml3ap.js.map} +1 -1
- package/cjs/chunks/{bundle-BO1-msX2.js → bundle-B2cSnWcr.js} +1 -1
- package/cjs/chunks/bundle-B2cSnWcr.js.map +1 -0
- package/cjs/chunks/{bundle-CoTIkHcU.js → bundle-B8jj7upa.js} +4 -4
- package/{chunks/bundle-BMvaJoQA.js.map → cjs/chunks/bundle-B8jj7upa.js.map} +1 -1
- package/cjs/chunks/{bundle-tbYf0yOX.js → bundle-BF04PgMH.js} +1 -1
- package/cjs/chunks/bundle-BF04PgMH.js.map +1 -0
- package/cjs/chunks/{bundle-d3t3a2vc.js → bundle-BH87xcnc.js} +1 -1
- package/cjs/chunks/bundle-BH87xcnc.js.map +1 -0
- package/cjs/chunks/{bundle-B6FFmfTl.js → bundle-BLh1DOSs.js} +2 -2
- package/cjs/chunks/bundle-BLh1DOSs.js.map +1 -0
- package/cjs/chunks/{bundle-DcVYwXP-.js → bundle-BMsGwLym.js} +1 -1
- package/cjs/chunks/bundle-BMsGwLym.js.map +1 -0
- package/cjs/chunks/{bundle-DIfKPcm_.js → bundle-BR1tsZpK.js} +1 -1
- package/cjs/chunks/bundle-BR1tsZpK.js.map +1 -0
- package/cjs/chunks/{bundle-DtroGUKx.js → bundle-BR23SbdZ.js} +3 -3
- package/cjs/chunks/{bundle-DtroGUKx.js.map → bundle-BR23SbdZ.js.map} +1 -1
- package/cjs/chunks/{bundle-DmPl_3ye.js → bundle-BUOuk2jo.js} +2 -2
- package/cjs/chunks/bundle-BUOuk2jo.js.map +1 -0
- package/cjs/chunks/{bundle-Vn-fJ6dU.js → bundle-BVLguSfh.js} +4 -4
- package/cjs/chunks/{bundle-Vn-fJ6dU.js.map → bundle-BVLguSfh.js.map} +1 -1
- package/cjs/chunks/{bundle-CN0vR-TH.js → bundle-BVgN7Stu.js} +2 -2
- package/cjs/chunks/{bundle-CN0vR-TH.js.map → bundle-BVgN7Stu.js.map} +1 -1
- package/cjs/chunks/{bundle-8uCH3epo.js → bundle-BVuqbZx2.js} +11 -11
- package/cjs/chunks/{bundle-8uCH3epo.js.map → bundle-BVuqbZx2.js.map} +1 -1
- package/cjs/chunks/{bundle-DRT94QO5.js → bundle-BdHrSYl1.js} +4 -4
- package/cjs/chunks/bundle-BdHrSYl1.js.map +1 -0
- package/cjs/chunks/{bundle-D1mv8BUm.js → bundle-BgLtZgZ_.js} +1 -1
- package/cjs/chunks/bundle-BgLtZgZ_.js.map +1 -0
- package/cjs/chunks/{bundle-D_RomXCz.js → bundle-BlvFC-Rm.js} +1 -1
- package/cjs/chunks/bundle-BlvFC-Rm.js.map +1 -0
- package/cjs/chunks/{bundle-CXDp72cg.js → bundle-Bm5ysFU-.js} +10 -10
- package/cjs/chunks/bundle-Bm5ysFU-.js.map +1 -0
- package/cjs/chunks/{bundle-DeOn9o6F.js → bundle-BpOxHgfP.js} +3 -3
- package/cjs/chunks/bundle-BpOxHgfP.js.map +1 -0
- package/cjs/chunks/{bundle-DkGYX29W.js → bundle-BsGXZt6G.js} +5 -4
- package/cjs/chunks/bundle-BsGXZt6G.js.map +1 -0
- package/cjs/chunks/{bundle-CKC-b4Bw.js → bundle-BwO19Jro.js} +3 -3
- package/cjs/chunks/bundle-BwO19Jro.js.map +1 -0
- package/cjs/chunks/{bundle-CbATYgnP.js → bundle-BxaGZqGJ.js} +3 -3
- package/cjs/chunks/bundle-BxaGZqGJ.js.map +1 -0
- package/cjs/chunks/{bundle-DdS-jEnE.js → bundle-C2v2lxLx.js} +3 -3
- package/cjs/chunks/bundle-C2v2lxLx.js.map +1 -0
- package/cjs/chunks/{bundle-B-njjZtk.js → bundle-C88DsCNB.js} +9 -7
- package/cjs/chunks/bundle-C88DsCNB.js.map +1 -0
- package/cjs/chunks/{bundle-BElidCBa.js → bundle-C8cnT2au.js} +9 -9
- package/cjs/chunks/bundle-C8cnT2au.js.map +1 -0
- package/cjs/chunks/{bundle-BzBRoraS.js → bundle-C9YHSQ4e.js} +1 -1
- package/cjs/chunks/bundle-C9YHSQ4e.js.map +1 -0
- package/cjs/chunks/{bundle-ChQ3Q-GS.js → bundle-C9jXxNI1.js} +7 -7
- package/cjs/chunks/bundle-C9jXxNI1.js.map +1 -0
- package/cjs/chunks/{bundle-CqTg15Dn.js → bundle-CCVRe_w3.js} +1 -1
- package/cjs/chunks/bundle-CCVRe_w3.js.map +1 -0
- package/cjs/chunks/{bundle-DOmB6XkC.js → bundle-CD9H6RqJ.js} +52 -54
- package/{chunks/bundle-BOrV2z_R.js.map → cjs/chunks/bundle-CD9H6RqJ.js.map} +1 -1
- package/cjs/chunks/{bundle-Bc6y_vRE.js → bundle-CDBTt08y.js} +1 -1
- package/cjs/chunks/bundle-CDBTt08y.js.map +1 -0
- package/cjs/chunks/{bundle-BNCNRHux.js → bundle-CIswYN43.js} +3 -3
- package/cjs/chunks/bundle-CIswYN43.js.map +1 -0
- package/cjs/chunks/{bundle-CEiDcA9X.js → bundle-CS644BJp.js} +1 -1
- package/cjs/chunks/{bundle-CEiDcA9X.js.map → bundle-CS644BJp.js.map} +1 -1
- package/cjs/chunks/{bundle-BXQqL0gU.js → bundle-CW9QUnWM.js} +1 -1
- package/cjs/chunks/bundle-CW9QUnWM.js.map +1 -0
- package/cjs/chunks/{bundle-DvduWWQk.js → bundle-CmFB08Wf.js} +3 -3
- package/cjs/chunks/bundle-CmFB08Wf.js.map +1 -0
- package/cjs/chunks/{bundle-HOuE7syZ.js → bundle-Cmmi9pdk.js} +1 -1
- package/cjs/chunks/{bundle-HOuE7syZ.js.map → bundle-Cmmi9pdk.js.map} +1 -1
- package/cjs/chunks/{bundle-prE7SKQr.js → bundle-CqF06THu.js} +1 -1
- package/cjs/chunks/{bundle-prE7SKQr.js.map → bundle-CqF06THu.js.map} +1 -1
- package/cjs/chunks/{bundle-1FXPxsfD.js → bundle-CsvKRjaK.js} +1 -1
- package/cjs/chunks/bundle-CsvKRjaK.js.map +1 -0
- package/cjs/chunks/{bundle-DiER49ZF.js → bundle-Cyr1aQpR.js} +1 -1
- package/cjs/chunks/bundle-Cyr1aQpR.js.map +1 -0
- package/cjs/chunks/{bundle-knUfDzC9.js → bundle-D1duSVks.js} +14 -14
- package/cjs/chunks/{bundle-knUfDzC9.js.map → bundle-D1duSVks.js.map} +1 -1
- package/cjs/chunks/{bundle-r8oxykjl.js → bundle-DAVdWPDx.js} +10 -10
- package/cjs/chunks/bundle-DAVdWPDx.js.map +1 -0
- package/cjs/chunks/{bundle-BBdLSx_x.js → bundle-DJxxPTK5.js} +3 -3
- package/cjs/chunks/{bundle-BBdLSx_x.js.map → bundle-DJxxPTK5.js.map} +1 -1
- package/cjs/chunks/{bundle-DuHJq3hs.js → bundle-DNP731Dg.js} +16 -16
- package/cjs/chunks/bundle-DNP731Dg.js.map +1 -0
- package/cjs/chunks/{bundle-Dm7xuKwW.js → bundle-DREyIwSt.js} +10 -10
- package/cjs/chunks/{bundle-Dm7xuKwW.js.map → bundle-DREyIwSt.js.map} +1 -1
- package/cjs/chunks/{bundle-_D9xt-bK.js → bundle-DRFWOXrL.js} +1 -1
- package/cjs/chunks/bundle-DRFWOXrL.js.map +1 -0
- package/cjs/chunks/{bundle-BnTCpa1X.js → bundle-DTjdtS4A.js} +12 -13
- package/cjs/chunks/bundle-DTjdtS4A.js.map +1 -0
- package/cjs/chunks/{bundle-P5AI1HkP.js → bundle-DUP4cxoZ.js} +1 -1
- package/cjs/chunks/bundle-DUP4cxoZ.js.map +1 -0
- package/cjs/chunks/{bundle-C36gEKFp.js → bundle-DX2BaZv_.js} +2 -2
- package/cjs/chunks/bundle-DX2BaZv_.js.map +1 -0
- package/cjs/chunks/{bundle-BSLZ5pEu.js → bundle-DcPTVUQJ.js} +3 -3
- package/cjs/chunks/bundle-DcPTVUQJ.js.map +1 -0
- package/cjs/chunks/{bundle-S09sS9Ub.js → bundle-DfYperTC.js} +1 -1
- package/cjs/chunks/bundle-DfYperTC.js.map +1 -0
- package/cjs/chunks/{bundle-C1j0QNr3.js → bundle-DgY0qwTL.js} +5 -5
- package/cjs/chunks/bundle-DgY0qwTL.js.map +1 -0
- package/cjs/chunks/{bundle-CAyt7i0X.js → bundle-DjB9bkvD.js} +1 -1
- package/cjs/chunks/bundle-DjB9bkvD.js.map +1 -0
- package/cjs/chunks/{bundle-BBS4PSSm.js → bundle-Dpu1gg5r.js} +1 -1
- package/cjs/chunks/bundle-Dpu1gg5r.js.map +1 -0
- package/cjs/chunks/{bundle-DsDhHgmF.js → bundle-DxdzDF19.js} +2 -2
- package/cjs/chunks/bundle-DxdzDF19.js.map +1 -0
- package/cjs/chunks/{bundle-Bpm6PJIl.js → bundle-Dy6Gn-sd.js} +7 -7
- package/cjs/chunks/bundle-Dy6Gn-sd.js.map +1 -0
- package/cjs/chunks/{bundle-2ATovRxE.js → bundle-FD0n8tOs.js} +4 -4
- package/cjs/chunks/bundle-FD0n8tOs.js.map +1 -0
- package/cjs/chunks/{bundle-QSgOdsGM.js → bundle-INETVVGE.js} +1 -1
- package/cjs/chunks/bundle-INETVVGE.js.map +1 -0
- package/cjs/chunks/{bundle-vxdq428L.js → bundle-JNAedgrE.js} +1 -1
- package/cjs/chunks/bundle-JNAedgrE.js.map +1 -0
- package/cjs/chunks/{bundle-CncTMWLv.js → bundle-MFvyy6ar.js} +10 -10
- package/cjs/chunks/{bundle-CncTMWLv.js.map → bundle-MFvyy6ar.js.map} +1 -1
- package/cjs/chunks/{bundle-CfEubbCT.js → bundle-NU2voiKZ.js} +3 -3
- package/cjs/chunks/bundle-NU2voiKZ.js.map +1 -0
- package/cjs/chunks/{bundle-urLzDFXK.js → bundle-ORLbcTP_.js} +1 -1
- package/cjs/chunks/bundle-ORLbcTP_.js.map +1 -0
- package/cjs/chunks/{bundle-B3Lu20wG.js → bundle-Q5_I3n-8.js} +1 -1
- package/cjs/chunks/bundle-Q5_I3n-8.js.map +1 -0
- package/cjs/chunks/{bundle-BpwSTA3F.js → bundle-SIHqK2VF.js} +1 -1
- package/cjs/chunks/bundle-SIHqK2VF.js.map +1 -0
- package/cjs/chunks/{bundle-CXaKbxhR.js → bundle-Y_FLyDnc.js} +9 -40
- package/cjs/chunks/bundle-Y_FLyDnc.js.map +1 -0
- package/cjs/chunks/{bundle-p3gZAjMS.js → bundle-cf3-zuo6.js} +1 -1
- package/cjs/chunks/bundle-cf3-zuo6.js.map +1 -0
- package/cjs/chunks/{bundle-BJD09510.js → bundle-dNtU9_eg.js} +6 -6
- package/cjs/chunks/bundle-dNtU9_eg.js.map +1 -0
- package/cjs/chunks/{bundle-QsOyTCMH.js → bundle-djPmP6bl.js} +5 -5
- package/cjs/chunks/{bundle-QsOyTCMH.js.map → bundle-djPmP6bl.js.map} +1 -1
- package/cjs/chunks/{bundle-IVxSH9N4.js → bundle-e6crA6HI.js} +1 -1
- package/cjs/chunks/bundle-e6crA6HI.js.map +1 -0
- package/cjs/chunks/{bundle-B7TedQKS.js → bundle-f6dhmXLj.js} +2 -2
- package/cjs/chunks/bundle-f6dhmXLj.js.map +1 -0
- package/cjs/chunks/{bundle-BiEQOJHh.js → bundle-jdEKrUGh.js} +1 -1
- package/cjs/chunks/bundle-jdEKrUGh.js.map +1 -0
- package/cjs/chunks/{bundle-VIGS3UfE.js → bundle-qgvbJv89.js} +2 -2
- package/cjs/chunks/bundle-qgvbJv89.js.map +1 -0
- package/cjs/chunks/{bundle-CfRX00vQ.js → bundle-tHnRbr7F.js} +1 -1
- package/cjs/chunks/bundle-tHnRbr7F.js.map +1 -0
- package/cjs/chunks/{bundle-CQiNKK2y.js → bundle-tOZCSmZj.js} +2 -2
- package/cjs/chunks/bundle-tOZCSmZj.js.map +1 -0
- package/cjs/chunks/{bundle-kzleXCM7.js → bundle-xvNVoWia.js} +6 -6
- package/cjs/chunks/bundle-xvNVoWia.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/Carousel.js +254 -0
- package/cjs/ui/Carousel.js.map +1 -0
- 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/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +12 -50
- package/cjs/ui/FileMessageItemBody.js.map +1 -1
- 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 +4 -3
- package/cjs/ui/Label.js.map +1 -1
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/cjs/ui/MentionLabel.js +13 -13
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +235 -222
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +26 -63
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- 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/MessageTemplate.js +1 -1
- 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 +17 -18
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- 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/TemplateMessageItemBody.js +198 -85
- package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -16
- package/cjs/ui/ThreadReplies.js +16 -12
- package/cjs/ui/ThreadReplies.js.map +1 -1
- 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 +15 -16
- package/cjs/ui/UserListItem.js.map +1 -1
- 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/dist/index.css +156 -112
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +83 -83
- package/package.json +11 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/dux/appInfo/actionTypes.d.ts +9 -8
- package/types/lib/dux/appInfo/initialState.d.ts +1 -1
- package/types/lib/dux/appInfo/utils.d.ts +1 -1
- package/types/lib/hooks/useMessageTemplateUtils.d.ts +1 -1
- package/types/lib/types.d.ts +1 -1
- package/types/modules/GroupChannel/components/FileViewer/FileViewerView.d.ts +3 -5
- package/types/modules/GroupChannel/components/Message/MessageView.d.ts +0 -6
- package/types/modules/GroupChannel/components/MessageTemplateWrapper/index.d.ts +2 -2
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +1 -6
- package/types/modules/Thread/components/ParentMessageInfo/ParentMessageInfoItem.d.ts +1 -3
- package/types/modules/Thread/context/ThreadProvider.d.ts +0 -2
- package/types/types.d.ts +5 -0
- package/types/ui/Avatar/index.d.ts +1 -0
- package/types/ui/Carousel/index.d.ts +10 -0
- package/types/ui/FileMessageItemBody/index.d.ts +1 -3
- package/types/ui/FileViewer/index.d.ts +1 -2
- package/types/ui/FileViewer/types.d.ts +2 -4
- package/types/ui/Label/index.d.ts +4 -2
- package/types/ui/MessageContent/MessageBody/index.d.ts +1 -3
- package/types/ui/MessageContent/MessageProfile/index.d.ts +1 -0
- package/types/ui/MessageContent/index.d.ts +2 -4
- package/types/ui/MessageItemMenu/index.d.ts +2 -10
- package/types/ui/MobileMenu/types.d.ts +1 -2
- package/types/ui/MultipleFilesMessageItemBody/index.d.ts +1 -3
- package/types/ui/TemplateMessageItemBody/index.d.ts +1 -0
- package/types/ui/TemplateMessageItemBody/types.d.ts +13 -3
- package/types/ui/TemplateMessageItemBody/utils/selectColorVariablesByTheme.d.ts +2 -2
- package/types/ui/ThreadReplies/index.d.ts +4 -2
- package/types/ui/UserListItem/index.d.ts +1 -2
- package/types/utils/index.d.ts +13 -0
- 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/Carousel.js +249 -0
- package/ui/Carousel.js.map +1 -0
- 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/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/ui/FileMessageItemBody.js +12 -50
- package/ui/FileMessageItemBody.js.map +1 -1
- 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/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/ui/MentionLabel.js +13 -13
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +236 -223
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +26 -63
- package/ui/MessageItemMenu.js.map +1 -1
- 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/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +17 -18
- package/ui/OGMessageItemBody.js.map +1 -1
- 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/TemplateMessageItemBody.js +198 -85
- package/ui/TemplateMessageItemBody.js.map +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -16
- package/ui/ThreadReplies.js +13 -12
- package/ui/ThreadReplies.js.map +1 -1
- 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 +15 -16
- package/ui/UserListItem.js.map +1 -1
- 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-1ymLj4Og.js.map +0 -1
- package/chunks/bundle-B8HW06Fl.js.map +0 -1
- package/chunks/bundle-BAsn0CBE.js.map +0 -1
- package/chunks/bundle-BIvhXCoF.js.map +0 -1
- package/chunks/bundle-BVGlC_pg.js.map +0 -1
- package/chunks/bundle-BX0LQWqY.js.map +0 -1
- package/chunks/bundle-BXpzbAbi.js.map +0 -1
- package/chunks/bundle-BkM4cdOJ.js.map +0 -1
- package/chunks/bundle-BlHQV-25.js.map +0 -1
- package/chunks/bundle-BntzGGYb.js.map +0 -1
- package/chunks/bundle-BpDuHeEB.js.map +0 -1
- package/chunks/bundle-C6ZXjQ1L.js.map +0 -1
- package/chunks/bundle-C6fuKmVo.js.map +0 -1
- package/chunks/bundle-CAki7JUf.js.map +0 -1
- package/chunks/bundle-CCUBCV04.js.map +0 -1
- package/chunks/bundle-CIO0N9hp.js.map +0 -1
- package/chunks/bundle-CIhbNReG.js.map +0 -1
- package/chunks/bundle-CJ9_QDKY.js.map +0 -1
- package/chunks/bundle-CLqgMCvn.js.map +0 -1
- package/chunks/bundle-CP1hwfFC.js.map +0 -1
- package/chunks/bundle-CT3xDvIx.js.map +0 -1
- package/chunks/bundle-CZYvKysu.js.map +0 -1
- package/chunks/bundle-CilkBcv-.js.map +0 -1
- package/chunks/bundle-CjW6ZQ1k.js.map +0 -1
- package/chunks/bundle-CkInAxxb.js.map +0 -1
- package/chunks/bundle-Cvm8Ag45.js.map +0 -1
- package/chunks/bundle-D3OeBr-9.js.map +0 -1
- package/chunks/bundle-D45e30Hl.js.map +0 -1
- package/chunks/bundle-DEqxoG9B.js.map +0 -1
- package/chunks/bundle-DHp0VTVS.js.map +0 -1
- package/chunks/bundle-DIEAFe_F.js.map +0 -1
- package/chunks/bundle-DPhbbRZE.js.map +0 -1
- package/chunks/bundle-DQnpJfyk.js.map +0 -1
- package/chunks/bundle-DYJilNov.js.map +0 -1
- package/chunks/bundle-DavEbLba.js.map +0 -1
- package/chunks/bundle-Di7baNGv.js.map +0 -1
- package/chunks/bundle-Dj4HLKX0.js.map +0 -1
- package/chunks/bundle-DlHudqve.js +0 -8
- package/chunks/bundle-DlHudqve.js.map +0 -1
- package/chunks/bundle-DoJNLxY9.js.map +0 -1
- package/chunks/bundle-DqNfXH8L.js.map +0 -1
- package/chunks/bundle-Ds2X6Fjs.js.map +0 -1
- package/chunks/bundle-DuNr1Njk.js.map +0 -1
- package/chunks/bundle-GRqvZZ2N.js.map +0 -1
- package/chunks/bundle-HsrPpAtd.js.map +0 -1
- package/chunks/bundle-IuZ6uyzU.js.map +0 -1
- package/chunks/bundle-SvqLmXeF.js.map +0 -1
- package/chunks/bundle-WrvoTlHQ.js.map +0 -1
- package/chunks/bundle-aE9efllI.js.map +0 -1
- package/chunks/bundle-aJhoAKLH.js.map +0 -1
- package/chunks/bundle-fvRtOX6P.js.map +0 -1
- package/chunks/bundle-j5EP0k3D.js.map +0 -1
- package/chunks/bundle-jd7__XU_.js.map +0 -1
- package/chunks/bundle-oLhQai93.js.map +0 -1
- package/chunks/bundle-rl7Rvf_6.js.map +0 -1
- package/chunks/bundle-ts_i6oEg.js.map +0 -1
- package/chunks/bundle-yNfnN0a6.js.map +0 -1
- package/cjs/chunks/bundle-1FXPxsfD.js.map +0 -1
- package/cjs/chunks/bundle-2ATovRxE.js.map +0 -1
- package/cjs/chunks/bundle-B-njjZtk.js.map +0 -1
- package/cjs/chunks/bundle-B3Lu20wG.js.map +0 -1
- package/cjs/chunks/bundle-B6FFmfTl.js.map +0 -1
- package/cjs/chunks/bundle-B7TedQKS.js.map +0 -1
- package/cjs/chunks/bundle-BBS4PSSm.js.map +0 -1
- package/cjs/chunks/bundle-BElidCBa.js.map +0 -1
- package/cjs/chunks/bundle-BJD09510.js.map +0 -1
- package/cjs/chunks/bundle-BJjQQMo0.js.map +0 -1
- package/cjs/chunks/bundle-BNCNRHux.js.map +0 -1
- package/cjs/chunks/bundle-BO1-msX2.js.map +0 -1
- package/cjs/chunks/bundle-BSLZ5pEu.js.map +0 -1
- package/cjs/chunks/bundle-BXEAjuTY.js +0 -8
- package/cjs/chunks/bundle-BXEAjuTY.js.map +0 -1
- package/cjs/chunks/bundle-BXQqL0gU.js.map +0 -1
- package/cjs/chunks/bundle-B_BPxhrG.js.map +0 -1
- package/cjs/chunks/bundle-Bc6y_vRE.js.map +0 -1
- package/cjs/chunks/bundle-BiEQOJHh.js.map +0 -1
- package/cjs/chunks/bundle-BnTCpa1X.js.map +0 -1
- package/cjs/chunks/bundle-Bpm6PJIl.js.map +0 -1
- package/cjs/chunks/bundle-BpwSTA3F.js.map +0 -1
- package/cjs/chunks/bundle-BzBRoraS.js.map +0 -1
- package/cjs/chunks/bundle-C1j0QNr3.js.map +0 -1
- package/cjs/chunks/bundle-C36gEKFp.js.map +0 -1
- package/cjs/chunks/bundle-CAyt7i0X.js.map +0 -1
- package/cjs/chunks/bundle-CKC-b4Bw.js.map +0 -1
- package/cjs/chunks/bundle-CQiNKK2y.js.map +0 -1
- package/cjs/chunks/bundle-CXDp72cg.js.map +0 -1
- package/cjs/chunks/bundle-CXaKbxhR.js.map +0 -1
- package/cjs/chunks/bundle-CbATYgnP.js.map +0 -1
- package/cjs/chunks/bundle-CfEubbCT.js.map +0 -1
- package/cjs/chunks/bundle-CfRX00vQ.js.map +0 -1
- package/cjs/chunks/bundle-ChQ3Q-GS.js.map +0 -1
- package/cjs/chunks/bundle-CoTIkHcU.js.map +0 -1
- package/cjs/chunks/bundle-CqTg15Dn.js.map +0 -1
- package/cjs/chunks/bundle-D1mv8BUm.js.map +0 -1
- package/cjs/chunks/bundle-DIfKPcm_.js.map +0 -1
- package/cjs/chunks/bundle-DKspFBdx.js.map +0 -1
- package/cjs/chunks/bundle-DOmB6XkC.js.map +0 -1
- package/cjs/chunks/bundle-DRT94QO5.js.map +0 -1
- package/cjs/chunks/bundle-D_RomXCz.js.map +0 -1
- package/cjs/chunks/bundle-DcVYwXP-.js.map +0 -1
- package/cjs/chunks/bundle-DdS-jEnE.js.map +0 -1
- package/cjs/chunks/bundle-DeOn9o6F.js.map +0 -1
- package/cjs/chunks/bundle-DiER49ZF.js.map +0 -1
- package/cjs/chunks/bundle-DkGYX29W.js.map +0 -1
- package/cjs/chunks/bundle-DmPl_3ye.js.map +0 -1
- package/cjs/chunks/bundle-DsDhHgmF.js.map +0 -1
- package/cjs/chunks/bundle-DuHJq3hs.js.map +0 -1
- package/cjs/chunks/bundle-DvduWWQk.js.map +0 -1
- package/cjs/chunks/bundle-HXyGAP9T.js.map +0 -1
- package/cjs/chunks/bundle-IVxSH9N4.js.map +0 -1
- package/cjs/chunks/bundle-P5AI1HkP.js.map +0 -1
- package/cjs/chunks/bundle-QSgOdsGM.js.map +0 -1
- package/cjs/chunks/bundle-S09sS9Ub.js.map +0 -1
- package/cjs/chunks/bundle-VIGS3UfE.js.map +0 -1
- package/cjs/chunks/bundle-YUHup5bR.js.map +0 -1
- package/cjs/chunks/bundle-_D9xt-bK.js.map +0 -1
- package/cjs/chunks/bundle-d3t3a2vc.js.map +0 -1
- package/cjs/chunks/bundle-kzleXCM7.js.map +0 -1
- package/cjs/chunks/bundle-p3gZAjMS.js.map +0 -1
- package/cjs/chunks/bundle-pVDX6G_q.js.map +0 -1
- package/cjs/chunks/bundle-r8oxykjl.js.map +0 -1
- package/cjs/chunks/bundle-tbYf0yOX.js.map +0 -1
- package/cjs/chunks/bundle-urLzDFXK.js.map +0 -1
- package/cjs/chunks/bundle-vxdq428L.js.map +0 -1
|
@@ -34,4 +34,4 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
34
34
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
35
35
|
|
|
36
36
|
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DELIVERY_RECEIPT as D, META_ARRAY_VOICE_DURATION_KEY as M, ONE_MiB as O, SCROLL_BUFFER as S, VOICE_RECORDER_AUDIO_BIT_RATE as V, VOICE_MESSAGE_FILE_NAME as a, VOICE_MESSAGE_MIME_TYPE as b, VOICE_RECORDER_AUDIO_SAMPLE_RATE as c, SCROLL_BOTTOM_DELAY_FOR_FETCH as d, SCROLL_BOTTOM_DELAY_FOR_SEND as e, VOICE_PLAYER_AUDIO_ID as f, VOICE_RECORDER_DEFAULT_MIN as g, VOICE_RECORDER_CLICK_BUFFER_TIME as h, VOICE_PLAYER_ROOT_ID as i, META_ARRAY_MESSAGE_TYPE_KEY as j, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as k, SLIDER_BUTTON_ICON_SIDE_LENGTH as l, CACHED_MESSAGE_TEMPLATES_KEY as m, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as n, VOICE_RECORDER_DEFAULT_MAX as o };
|
|
37
|
-
//# sourceMappingURL=bundle-
|
|
37
|
+
//# sourceMappingURL=bundle-BJ9OAqWz.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BJ9OAqWz.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-dw1OtCIz.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-BJgNc4do.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BJgNc4do.js","sources":["../../node_modules/date-fns/esm/startOfDay/index.js","../../node_modules/date-fns/esm/isSameDay/index.js"],"sourcesContent":["import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name startOfDay\n * @category Day Helpers\n * @summary Return the start of a day for the given date.\n *\n * @description\n * Return the start of a day for the given date.\n * The result will be in the local timezone.\n *\n * @param {Date|Number} date - the original date\n * @returns {Date} the start of a day\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // The start of a day for 2 September 2014 11:55:00:\n * const result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))\n * //=> Tue Sep 02 2014 00:00:00\n */\nexport default function startOfDay(dirtyDate) {\n requiredArgs(1, arguments);\n var date = toDate(dirtyDate);\n date.setHours(0, 0, 0, 0);\n return date;\n}","import startOfDay from \"../startOfDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameDay\n * @category Day Helpers\n * @summary Are the given dates in the same day (and year and month)?\n *\n * @description\n * Are the given dates in the same day (and year and month)?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same day (and year and month)\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 4 September 06:00:00 and 4 September 18:00:00 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4, 6, 0), new Date(2014, 8, 4, 18, 0))\n * //=> true\n *\n * @example\n * // Are 4 September and 4 October in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2014, 9, 4))\n * //=> false\n *\n * @example\n * // Are 4 September, 2014 and 4 September, 2015 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2015, 8, 4))\n * //=> false\n */\nexport default function isSameDay(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeftStartOfDay = startOfDay(dirtyDateLeft);\n var dateRightStartOfDay = startOfDay(dirtyDateRight);\n return dateLeftStartOfDay.getTime() === dateRightStartOfDay.getTime();\n}"],"names":[],"mappings":";;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,SAAS,EAAE;AAC9C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAC5B,EAAE,OAAO,IAAI,CAAC;AACd;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,SAAS,CAAC,aAAa,EAAE,cAAc,EAAE;AACjE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,kBAAkB,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AACrD,EAAE,IAAI,mBAAmB,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AACvD,EAAE,OAAO,kBAAkB,CAAC,OAAO,EAAE,KAAK,mBAAmB,CAAC,OAAO,EAAE,CAAC;AACxE;;;;","x_google_ignoreList":[0,1]}
|
|
@@ -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-CJIPD7gN.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-BJs_5v6q.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BJs_5v6q.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-D_KO6Orc.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
3
|
+
import { S as SuggestedMentionListView } from './bundle-By4sE23W.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-BKG2cvZ9.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BKG2cvZ9.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BNeRxCQA.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-BSPBjwR6.js';
|
|
3
|
+
import './bundle-D_KO6Orc.js';
|
|
4
|
+
import './bundle-C-_RpFyM.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
7
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-CJIPD7gN.js';
|
|
7
|
+
import { g as getModalDeleteMessageTitle } from './bundle-DkRogqRS.js';
|
|
8
8
|
|
|
9
9
|
var RemoveMessageModalView = function (props) {
|
|
10
10
|
var _a;
|
|
@@ -25,4 +25,4 @@ var RemoveMessageModalView = function (props) {
|
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export { RemoveMessageModalView as R };
|
|
28
|
-
//# sourceMappingURL=bundle-
|
|
28
|
+
//# sourceMappingURL=bundle-BNydv1KA.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BNydv1KA.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BPclYGwz.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-D_KO6Orc.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-CwofYH9U.js';
|
|
5
|
+
import { L as LocalizationContext } from './bundle-CJIPD7gN.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-BuIxT5aZ.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-C-_RpFyM.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-BSPBjwR6.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BSPBjwR6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BUy5u56K.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-D_KO6Orc.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-dw1OtCIz.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
5
|
+
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-C-_RpFyM.js';
|
|
6
6
|
import Loader from '../ui/Loader.js';
|
|
7
|
-
import { C as isTemplateMessage, k as isImage, A as isGif, j as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-
|
|
7
|
+
import { C as isTemplateMessage, k as isImage, A as isGif, j as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-5okwu0-4.js';
|
|
8
8
|
import { getOutgoingMessageState, OutgoingMessageStates } from '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-
|
|
10
|
-
import { u as useLocalization } from './bundle-
|
|
9
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-CcVFQEGF.js';
|
|
10
|
+
import { u as useLocalization } from './bundle-CJIPD7gN.js';
|
|
11
11
|
|
|
12
12
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
13
13
|
var _a;
|
|
@@ -131,4 +131,4 @@ function MessageStatus(_a) {
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
export { MessageStatus as M, getTotalMembers as a, getLastMessageCreatedAt as b, getLastMessage as c, getChannelUnreadMessageCount as d, MessageStatusTypes as e, getChannelTitle as g };
|
|
134
|
-
//# sourceMappingURL=bundle-
|
|
134
|
+
//# sourceMappingURL=bundle-BdZAuvN7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BdZAuvN7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -39,4 +39,4 @@ var PUBSUB_TOPICS;
|
|
|
39
39
|
var pubSubTopics = PUBSUB_TOPICS;
|
|
40
40
|
|
|
41
41
|
export { PublishingModuleType as P, shouldPubSubPublishToThread as a, PUBSUB_TOPICS as b, pubSubTopics as p, shouldPubSubPublishToChannel as s };
|
|
42
|
-
//# sourceMappingURL=bundle-
|
|
42
|
+
//# sourceMappingURL=bundle-Bf5VthYV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Bf5VthYV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BhjXV0mk.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import IconButton from '../ui/IconButton.js';
|
|
3
3
|
import Icon, { IconColors, IconTypes } from '../ui/Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-C-_RpFyM.js';
|
|
5
5
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
6
|
-
import { g as getChannelTitle } from './bundle-
|
|
7
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
6
|
+
import { g as getChannelTitle } from './bundle-Bys5RwQj.js';
|
|
7
|
+
import { u as useMediaQueryContext } from './bundle-BuIxT5aZ.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useLocalization } from './bundle-
|
|
9
|
+
import { u as useLocalization } from './bundle-CJIPD7gN.js';
|
|
10
10
|
|
|
11
11
|
var GroupChannelHeaderView = function (_a) {
|
|
12
12
|
var _b;
|
|
@@ -33,4 +33,4 @@ var GroupChannelHeaderView = function (_a) {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { GroupChannelHeaderView as G };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-BmPxXQ_C.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BmPxXQ_C.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, c as __spreadArray, a as __awaiter, b 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-DnFiUPoR.js';
|
|
3
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-D_KO6Orc.js';
|
|
4
|
+
import { c as compareIds } from './bundle-CPszRkFg.js';
|
|
5
|
+
import { p as pubSubTopics } from './bundle-Bf5VthYV.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-BFDyBk4r.js';
|
|
9
|
+
import { c as compressImages } from './bundle-CTyr18ZN.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-CJIPD7gN.js';
|
|
13
|
+
import { O as ONE_MiB } from './bundle-BJ9OAqWz.js';
|
|
14
|
+
import { c as ModalFooter } from './bundle-BSPBjwR6.js';
|
|
15
|
+
import './bundle-C-_RpFyM.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-BoezGGkX.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BoezGGkX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -73,4 +73,4 @@ var MediaQueryProvider = function (props) {
|
|
|
73
73
|
var useMediaQueryContext = function () { return React__default.useContext(MediaQueryContext); };
|
|
74
74
|
|
|
75
75
|
export { MediaQueryProvider as M, useMediaQueryContext as u };
|
|
76
|
-
//# sourceMappingURL=bundle-
|
|
76
|
+
//# sourceMappingURL=bundle-BuIxT5aZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BuIxT5aZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BvQAepkJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
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-C-_RpFyM.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-C4sUzPGS.js';
|
|
5
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-CJIPD7gN.js';
|
|
6
|
+
import { u as uuidv4 } from './bundle-BFDyBk4r.js';
|
|
7
7
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
8
|
-
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
9
|
-
import { M as MessageInputKeys } from './bundle-
|
|
10
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
8
|
+
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-DoLed6JB.js';
|
|
9
|
+
import { M as MessageInputKeys } from './bundle-87W4GPnC.js';
|
|
10
|
+
import { a as __awaiter, b as __generator } from './bundle-D_KO6Orc.js';
|
|
11
11
|
|
|
12
12
|
function SuggestedUserMentionItem(props) {
|
|
13
13
|
var member = props.member, _a = props.isFocused, isFocused = _a === void 0 ? false : _a, parentScrollRef = props.parentScrollRef, onClick = props.onClick, onMouseOver = props.onMouseOver, onMouseMove = props.onMouseMove, renderUserMentionItem = props.renderUserMentionItem;
|
|
@@ -168,4 +168,4 @@ var SuggestedMentionListView = function (props) {
|
|
|
168
168
|
};
|
|
169
169
|
|
|
170
170
|
export { SuggestedMentionListView as S };
|
|
171
|
-
//# sourceMappingURL=bundle-
|
|
171
|
+
//# sourceMappingURL=bundle-By4sE23W.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-By4sE23W.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-C-_RpFyM.js';
|
|
2
2
|
|
|
3
3
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
4
4
|
var _a;
|
|
@@ -22,4 +22,4 @@ var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { getChannelTitle as g };
|
|
25
|
-
//# sourceMappingURL=bundle-
|
|
25
|
+
//# sourceMappingURL=bundle-Bys5RwQj.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Bys5RwQj.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-D_KO6Orc.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { g as getStringSet } from './bundle-
|
|
3
|
+
import { g as getStringSet } from './bundle-DXhynnjn.js';
|
|
4
4
|
|
|
5
5
|
var Typography = {
|
|
6
6
|
H_1: 'H_1',
|
|
@@ -64,7 +64,7 @@ function changeColorToClassName(color) {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
function Label(_a) {
|
|
67
|
+
function Label(_a, ref) {
|
|
68
68
|
var _b = _a.className, className = _b === void 0 ? [] : _b, type = _a.type, color = _a.color, _c = _a.children, children = _c === void 0 ? null : _c;
|
|
69
69
|
return (
|
|
70
70
|
// Donot make this into div
|
|
@@ -74,11 +74,12 @@ function Label(_a) {
|
|
|
74
74
|
'sendbird-label',
|
|
75
75
|
changeTypographyToClassName(type),
|
|
76
76
|
changeColorToClassName(color),
|
|
77
|
-
], false).join(' ') }, children));
|
|
77
|
+
], false).join(' '), ref: ref }, children));
|
|
78
78
|
}
|
|
79
79
|
var LabelTypography = Typography;
|
|
80
80
|
var LabelColors = Colors;
|
|
81
|
-
var LabelStringSet = getStringSet('en');
|
|
81
|
+
var LabelStringSet = getStringSet('en');
|
|
82
|
+
var Label$1 = React__default.forwardRef(Label);
|
|
82
83
|
|
|
83
|
-
export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
|
|
84
|
-
//# sourceMappingURL=bundle-
|
|
84
|
+
export { Label$1 as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d, Label as e };
|
|
85
|
+
//# sourceMappingURL=bundle-C-_RpFyM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C-_RpFyM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { createContext, useReducer, useContext } from 'react';
|
|
2
|
-
import { _ as __assign } from './bundle-
|
|
3
|
-
import { i as VOICE_PLAYER_ROOT_ID, f as VOICE_PLAYER_AUDIO_ID, a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE } from './bundle-
|
|
2
|
+
import { _ as __assign } from './bundle-D_KO6Orc.js';
|
|
3
|
+
import { i as VOICE_PLAYER_ROOT_ID, f as VOICE_PLAYER_AUDIO_ID, a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE } from './bundle-BJ9OAqWz.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
5
|
|
|
6
6
|
var INITIALIZE_AUDIO_UNIT = 'INITIALIZE_AUDIO_UNIT';
|
|
@@ -243,4 +243,4 @@ var VoicePlayerProvider = function (_a) {
|
|
|
243
243
|
var useVoicePlayerContext = function () { return useContext(Context); };
|
|
244
244
|
|
|
245
245
|
export { AudioUnitDefaultValue as A, VOICE_PLAYER_STATUS as V, ALL as a, VoicePlayerProvider as b, useVoicePlayerContext as u };
|
|
246
|
-
//# sourceMappingURL=bundle-
|
|
246
|
+
//# sourceMappingURL=bundle-C0LxowmB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C0LxowmB.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { A as Avatar } from './bundle-
|
|
3
|
+
import { A as Avatar } from './bundle-C4sUzPGS.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
-
import { h as isSupportedFileView, j as isVideo, k as isImage } from './bundle-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-C-_RpFyM.js';
|
|
6
|
+
import { h as isSupportedFileView, j as isVideo, k as isImage } from './bundle-5okwu0-4.js';
|
|
7
7
|
import '../hooks/useModal.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
|
-
import { a as MODAL_ROOT } from './bundle-
|
|
9
|
+
import { a as MODAL_ROOT } from './bundle-BSPBjwR6.js';
|
|
10
10
|
|
|
11
11
|
var FileViewerView = function (_a) {
|
|
12
|
-
var message = _a.message, onCancel = _a.onCancel, deleteMessage = _a.deleteMessage
|
|
12
|
+
var message = _a.message, onCancel = _a.onCancel, deleteMessage = _a.deleteMessage;
|
|
13
13
|
var sender = message.sender, type = message.type, url = message.url, _b = message.name, name = _b === void 0 ? '' : _b, threadInfo = message.threadInfo;
|
|
14
14
|
var profileUrl = sender.profileUrl, nickname = sender.nickname, userId = sender.userId;
|
|
15
15
|
var config = useSendbirdStateContext().config;
|
|
16
|
-
return createPortal(React__default.createElement(FileViewerComponent, { profileUrl: profileUrl, nickname: nickname, type: type, url: url, name: name, onCancel: onCancel, onDelete: function () { return deleteMessage(message).then(function () { return onCancel(); }); }, isByMe: config.userId === userId, disableDelete: (threadInfo === null || threadInfo === void 0 ? void 0 : threadInfo.replyCount) > 0
|
|
16
|
+
return createPortal(React__default.createElement(FileViewerComponent, { profileUrl: profileUrl, nickname: nickname, type: type, url: url, name: name, onCancel: onCancel, onDelete: function () { return deleteMessage(message).then(function () { return onCancel(); }); }, isByMe: config.userId === userId, disableDelete: (threadInfo === null || threadInfo === void 0 ? void 0 : threadInfo.replyCount) > 0 }), document.getElementById(MODAL_ROOT));
|
|
17
17
|
};
|
|
18
18
|
var FileViewerComponent = function (_a) {
|
|
19
19
|
var
|
|
@@ -22,7 +22,7 @@ var FileViewerComponent = function (_a) {
|
|
|
22
22
|
// file
|
|
23
23
|
name = _a.name, type = _a.type, url = _a.url,
|
|
24
24
|
// others
|
|
25
|
-
isByMe = _a.isByMe, onCancel = _a.onCancel, onDelete = _a.onDelete, disableDelete = _a.disableDelete
|
|
25
|
+
isByMe = _a.isByMe, onCancel = _a.onCancel, onDelete = _a.onDelete, disableDelete = _a.disableDelete;
|
|
26
26
|
return (React__default.createElement("div", { className: "sendbird-fileviewer" },
|
|
27
27
|
React__default.createElement("div", { className: "sendbird-fileviewer__header" },
|
|
28
28
|
React__default.createElement("div", { className: "sendbird-fileviewer__header__left" },
|
|
@@ -32,7 +32,7 @@ var FileViewerComponent = function (_a) {
|
|
|
32
32
|
React__default.createElement(Label, { className: "sendbird-fileviewer__header__left__sender-name", type: LabelTypography.BODY_1, color: LabelColors.ONBACKGROUND_2 }, nickname)),
|
|
33
33
|
React__default.createElement("div", { className: "sendbird-fileviewer__header__right" },
|
|
34
34
|
isSupportedFileView(type) && (React__default.createElement("div", { className: "sendbird-fileviewer__header__right__actions" },
|
|
35
|
-
React__default.createElement("a", { className: "sendbird-fileviewer__header__right__actions__download", rel: "noopener noreferrer", href: url, target: "_blank"
|
|
35
|
+
React__default.createElement("a", { className: "sendbird-fileviewer__header__right__actions__download", rel: "noopener noreferrer", href: url, target: "_blank" },
|
|
36
36
|
React__default.createElement(Icon, { type: IconTypes.DOWNLOAD, fillColor: IconColors.ON_BACKGROUND_1, height: "24px", width: "24px" })),
|
|
37
37
|
onDelete && isByMe && (React__default.createElement("div", { className: "sendbird-fileviewer__header__right__actions__delete" },
|
|
38
38
|
React__default.createElement(Icon, { className: disableDelete ? 'disabled' : '', type: IconTypes.DELETE, fillColor: disableDelete ? IconColors.GRAY : IconColors.ON_BACKGROUND_1, height: "24px", width: "24px", onClick: function () {
|
|
@@ -51,4 +51,4 @@ var FileViewerComponent = function (_a) {
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
export { FileViewerView as F };
|
|
54
|
-
//# sourceMappingURL=bundle-
|
|
54
|
+
//# sourceMappingURL=bundle-C1RngQCJ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C1RngQCJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-D_KO6Orc.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
4
|
-
import { p as pxToNumber } from './bundle-
|
|
4
|
+
import { p as pxToNumber } from './bundle-BUy5u56K.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
|
|
7
7
|
var AvatarDefault = function (props) {
|
|
@@ -52,7 +52,7 @@ var AvatarInner = function (_a) {
|
|
|
52
52
|
return (React__default.createElement(ImageRenderer, { className: imageRendererClassName, url: "", height: height, width: width, alt: alt, defaultComponent: defaultComponent }));
|
|
53
53
|
};
|
|
54
54
|
function Avatar(_a, ref) {
|
|
55
|
-
var _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.src, src = _c === void 0 ? '' : _c, _d = _a.alt, alt = _d === void 0 ? '' : _d, _e = _a.width, width = _e === void 0 ? '56px' : _e, _f = _a.height, height = _f === void 0 ? '56px' : _f, _g = _a.zIndex, zIndex = _g === void 0 ? 0 : _g, _h = _a.left, left = _h === void 0 ? '' : _h, onClick = _a.onClick, customDefaultComponent = _a.customDefaultComponent;
|
|
55
|
+
var _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.src, src = _c === void 0 ? '' : _c, _d = _a.alt, alt = _d === void 0 ? '' : _d, _e = _a.width, width = _e === void 0 ? '56px' : _e, _f = _a.height, height = _f === void 0 ? '56px' : _f, _g = _a.zIndex, zIndex = _g === void 0 ? 0 : _g, _h = _a.left, left = _h === void 0 ? '' : _h, _j = _a.bottom, bottom = _j === void 0 ? '' : _j, onClick = _a.onClick, customDefaultComponent = _a.customDefaultComponent;
|
|
56
56
|
return (React__default.createElement("div", { className: __spreadArray(__spreadArray([], (Array.isArray(className) ? className : [className]), true), [
|
|
57
57
|
'sendbird-avatar',
|
|
58
58
|
], false).join(' '), role: "button", ref: ref, style: {
|
|
@@ -60,10 +60,11 @@ function Avatar(_a, ref) {
|
|
|
60
60
|
width: width,
|
|
61
61
|
zIndex: zIndex,
|
|
62
62
|
left: left,
|
|
63
|
+
bottom: bottom,
|
|
63
64
|
}, onClick: onClick, onKeyDown: onClick, tabIndex: 0 },
|
|
64
65
|
React__default.createElement(AvatarInner, { src: src, width: width, height: height, alt: alt, customDefaultComponent: customDefaultComponent })));
|
|
65
66
|
}
|
|
66
67
|
var Avatar$1 = React__default.forwardRef(Avatar);
|
|
67
68
|
|
|
68
69
|
export { Avatar$1 as A, AvatarDefault as a, AvatarInner as b };
|
|
69
|
-
//# sourceMappingURL=bundle-
|
|
70
|
+
//# sourceMappingURL=bundle-C4sUzPGS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C4sUzPGS.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-
|
|
1
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-D_KO6Orc.js';
|
|
2
2
|
import React__default, { useEffect, useCallback, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler, GroupChannelListOrder } from '@sendbird/chat/groupChannel';
|
|
4
|
-
import { p as pubSubTopics } from './bundle-
|
|
5
|
-
import { u as uuidv4 } from './bundle-
|
|
6
|
-
import { n as noop } from './bundle-
|
|
7
|
-
import { D as DELIVERY_RECEIPT$1 } from './bundle-
|
|
8
|
-
import { U as UserProfileProvider } from './bundle-
|
|
4
|
+
import { p as pubSubTopics } from './bundle-Bf5VthYV.js';
|
|
5
|
+
import { u as uuidv4 } from './bundle-BFDyBk4r.js';
|
|
6
|
+
import { n as noop } from './bundle-CwofYH9U.js';
|
|
7
|
+
import { D as DELIVERY_RECEIPT$1 } from './bundle-BJ9OAqWz.js';
|
|
8
|
+
import { U as UserProfileProvider } from './bundle-DnFiUPoR.js';
|
|
9
9
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
10
|
-
import { K, S } from './bundle-
|
|
11
|
-
import {
|
|
12
|
-
import { u as useReconnectOnIdle } from './bundle-
|
|
10
|
+
import { K, S } from './bundle-aH4n4ipp.js';
|
|
11
|
+
import { Z as filterChannelListParams, _ as getChannelsWithUpsertedChannel } from './bundle-5okwu0-4.js';
|
|
12
|
+
import { u as useReconnectOnIdle } from './bundle-ynxAt7xC.js';
|
|
13
13
|
|
|
14
14
|
var RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
15
15
|
var CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -943,4 +943,4 @@ function useChannelListContext() {
|
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
export { ChannelListProvider as C, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, useChannelListContext as u };
|
|
946
|
-
//# sourceMappingURL=bundle-
|
|
946
|
+
//# sourceMappingURL=bundle-C8TvjQ68.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C8TvjQ68.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -34,4 +34,4 @@ var CreateChannelProvider = function (props) {
|
|
|
34
34
|
var useCreateChannelContext = function () { return (React__default.useContext(CreateChannelContext)); };
|
|
35
35
|
|
|
36
36
|
export { CreateChannelProvider as C, CHANNEL_TYPE as a, useCreateChannelContext as u };
|
|
37
|
-
//# sourceMappingURL=bundle-
|
|
37
|
+
//# sourceMappingURL=bundle-CF6PMu9B.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CF6PMu9B.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { g as getStringSet } from './bundle-
|
|
3
|
-
import { d as defaultLocale } from './bundle-
|
|
2
|
+
import { g as getStringSet } from './bundle-DXhynnjn.js';
|
|
3
|
+
import { d as defaultLocale } from './bundle-CcTHgZqq.js';
|
|
4
4
|
|
|
5
5
|
var LocalizationContext = React__default.createContext({
|
|
6
6
|
stringSet: getStringSet('en'),
|
|
@@ -13,4 +13,4 @@ var LocalizationProvider = function (props) {
|
|
|
13
13
|
var useLocalization = function () { return React__default.useContext(LocalizationContext); };
|
|
14
14
|
|
|
15
15
|
export { LocalizationContext as L, LocalizationProvider as a, useLocalization as u };
|
|
16
|
-
//# sourceMappingURL=bundle-
|
|
16
|
+
//# sourceMappingURL=bundle-CJIPD7gN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CJIPD7gN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -31,4 +31,4 @@ var isDisabledBecauseMuted = function (groupChannel) {
|
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
export { isDisabledBecauseMuted as a, isContextMenuClosed as b, getMessageTopOffset as c, getComponentKeyFromMessage as g, isDisabledBecauseFrozen as i };
|
|
34
|
-
//# sourceMappingURL=bundle-
|
|
34
|
+
//# sourceMappingURL=bundle-COGPgRK-.js.map
|