@sendbird/uikit-react 3.9.1 → 3.9.2-rc-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 +64 -66
- package/App.js.map +1 -1
- package/CHANGELOG.md +18 -0
- package/Channel/components/ChannelHeader.js +25 -25
- package/Channel/components/ChannelUI.js +51 -51
- package/Channel/components/FileViewer.js +24 -24
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +46 -53
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +36 -36
- package/Channel/components/MessageList.js +45 -45
- package/Channel/components/RemoveMessageModal.js +23 -23
- package/Channel/components/SuggestedMentionList.js +23 -23
- package/Channel/components/TypingIndicator.js +19 -19
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +16 -16
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +51 -51
- package/ChannelList/components/AddChannel.js +18 -18
- package/ChannelList/components/ChannelListHeader.js +9 -9
- package/ChannelList/components/ChannelListUI.js +34 -34
- package/ChannelList/components/ChannelPreview.js +32 -32
- package/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +34 -34
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsUI.js +19 -19
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +17 -17
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +16 -16
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +19 -19
- 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 +12 -12
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +12 -12
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/MessageSearch/components/MessageSearchUI.js +15 -15
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +15 -15
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +19 -19
- package/OpenChannel/components/OpenChannelInput.js +26 -26
- package/OpenChannel/components/OpenChannelMessage.js +34 -34
- package/OpenChannel/components/OpenChannelMessageList.js +39 -36
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +39 -36
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +18 -18
- package/OpenChannel.js +39 -36
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +15 -15
- 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 +16 -16
- package/Thread/components/ParentMessageInfo.js +40 -40
- package/Thread/components/ParentMessageInfoItem.js +28 -28
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +44 -44
- package/Thread/components/ThreadListItem.js +44 -44
- package/Thread/components/ThreadMessageInput.js +36 -36
- package/Thread/components/ThreadUI.js +48 -48
- package/Thread/context.js +13 -13
- package/Thread.js +48 -48
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +16 -13
- package/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-KZXjN5v7.js → bundle--N20GcJ0.js} +1 -1
- package/chunks/{bundle-KZXjN5v7.js.map → bundle--N20GcJ0.js.map} +1 -1
- package/chunks/{bundle-vUampZQQ.js → bundle--ZKXX7Cw.js} +5 -5
- package/chunks/bundle--ZKXX7Cw.js.map +1 -0
- package/chunks/bundle-0ui3-tvv.js +95 -0
- package/chunks/{bundle-LKILWG-V.js.map → bundle-0ui3-tvv.js.map} +1 -1
- package/chunks/{bundle-tc0rEnB_.js → bundle-3JKIauDy.js} +1 -1
- package/chunks/bundle-3JKIauDy.js.map +1 -0
- package/chunks/{bundle-HbEA73mt.js → bundle-3Nywx_Dd.js} +4 -4
- package/chunks/bundle-3Nywx_Dd.js.map +1 -0
- package/chunks/bundle-3XB9OWfi.js +11 -0
- package/chunks/bundle-3XB9OWfi.js.map +1 -0
- package/chunks/{bundle-lcfgNAH-.js → bundle-3ZMhQs_e.js} +12 -12
- package/chunks/{bundle-lcfgNAH-.js.map → bundle-3ZMhQs_e.js.map} +1 -1
- package/chunks/{bundle-dJsyeOhk.js → bundle-3cbFgcyh.js} +1 -1
- package/chunks/bundle-3cbFgcyh.js.map +1 -0
- package/chunks/{bundle-J3Xwcu_c.js → bundle-4M7U4fS5.js} +1 -1
- package/chunks/bundle-4M7U4fS5.js.map +1 -0
- package/chunks/{bundle-HfYRQGkt.js → bundle-61LmwCyJ.js} +5 -5
- package/chunks/{bundle-HfYRQGkt.js.map → bundle-61LmwCyJ.js.map} +1 -1
- package/chunks/{bundle-yCtFACB5.js → bundle-66ay232X.js} +1 -1
- package/chunks/bundle-66ay232X.js.map +1 -0
- package/chunks/{bundle-XyLdN-Hr.js → bundle-8EUYVO1D.js} +3 -3
- package/chunks/{bundle-XyLdN-Hr.js.map → bundle-8EUYVO1D.js.map} +1 -1
- package/chunks/{bundle-jRxDZ3BJ.js → bundle-AGso0CrQ.js} +2 -2
- package/chunks/{bundle-jRxDZ3BJ.js.map → bundle-AGso0CrQ.js.map} +1 -1
- package/chunks/{bundle-hDMLfh4n.js → bundle-C3Q9j1VB.js} +8 -8
- package/chunks/bundle-C3Q9j1VB.js.map +1 -0
- package/chunks/{bundle-ZSLOjQvb.js → bundle-DE2stUpD.js} +3 -3
- package/chunks/bundle-DE2stUpD.js.map +1 -0
- package/chunks/{bundle-OQ0EWLYP.js → bundle-DzFxcw-C.js} +3 -3
- package/chunks/{bundle-OQ0EWLYP.js.map → bundle-DzFxcw-C.js.map} +1 -1
- package/chunks/{bundle-rMW82DKu.js → bundle-EWqnHHyU.js} +4 -4
- package/chunks/{bundle-rMW82DKu.js.map → bundle-EWqnHHyU.js.map} +1 -1
- package/chunks/{bundle-4nIx2RJD.js → bundle-E_0HzZmZ.js} +6 -6
- package/chunks/bundle-E_0HzZmZ.js.map +1 -0
- package/chunks/{bundle-rgIbMndg.js → bundle-FWmW913k.js} +1 -1
- package/chunks/bundle-FWmW913k.js.map +1 -0
- package/chunks/{bundle-5qCLkG6l.js → bundle-GcLhLhxD.js} +17 -31
- package/chunks/bundle-GcLhLhxD.js.map +1 -0
- package/chunks/{bundle-dwc9j36U.js → bundle-GjdnOj-r.js} +2 -2
- package/chunks/{bundle-dwc9j36U.js.map → bundle-GjdnOj-r.js.map} +1 -1
- package/chunks/{bundle-LdRGfmOs.js → bundle-HVBbeXSo.js} +1 -1
- package/chunks/{bundle-LdRGfmOs.js.map → bundle-HVBbeXSo.js.map} +1 -1
- package/chunks/{bundle-7JHtC_JJ.js → bundle-I8NaOT_e.js} +1 -1
- package/chunks/bundle-I8NaOT_e.js.map +1 -0
- package/chunks/{bundle-c944_BvY.js → bundle-Jk7uJTYx.js} +1 -1
- package/chunks/bundle-Jk7uJTYx.js.map +1 -0
- package/chunks/{bundle-DB4PuqmB.js → bundle-LUZcEu61.js} +9 -9
- package/chunks/{bundle-DB4PuqmB.js.map → bundle-LUZcEu61.js.map} +1 -1
- package/chunks/{bundle-GYn98g4i.js → bundle-Ob28YJR4.js} +1 -1
- package/chunks/bundle-Ob28YJR4.js.map +1 -0
- package/chunks/{bundle-5uv0Aei2.js → bundle-POWqsA08.js} +4 -4
- package/chunks/{bundle-5uv0Aei2.js.map → bundle-POWqsA08.js.map} +1 -1
- package/chunks/{bundle-fwLsGp6N.js → bundle-SbX0VKxZ.js} +1 -1
- package/chunks/bundle-SbX0VKxZ.js.map +1 -0
- package/chunks/{bundle-7jjAs2HK.js → bundle-T6yNcj8r.js} +3 -3
- package/chunks/bundle-T6yNcj8r.js.map +1 -0
- package/chunks/{bundle-Bjgxg83b.js → bundle-TuJfYJqE.js} +1 -1
- package/chunks/bundle-TuJfYJqE.js.map +1 -0
- package/chunks/{bundle-Lcy_97mA.js → bundle-VyEG8HSN.js} +10 -10
- package/chunks/{bundle-Lcy_97mA.js.map → bundle-VyEG8HSN.js.map} +1 -1
- package/chunks/{bundle-LKILWG-V.js → bundle-XKR29ib5.js} +4 -4
- package/chunks/{bundle-c5jegKUx.js.map → bundle-XKR29ib5.js.map} +1 -1
- package/chunks/{bundle-ZxBmutMJ.js → bundle-XogtGVTO.js} +1 -1
- package/chunks/bundle-XogtGVTO.js.map +1 -0
- package/chunks/{bundle-S1smGX8b.js → bundle-YTCXwI-0.js} +1 -1
- package/chunks/bundle-YTCXwI-0.js.map +1 -0
- package/chunks/{bundle-J87QWRh3.js → bundle-YrEf4HsK.js} +4 -4
- package/chunks/bundle-YrEf4HsK.js.map +1 -0
- package/chunks/{bundle-EQ2jMcm0.js → bundle-ZyGxxnL7.js} +1 -1
- package/chunks/bundle-ZyGxxnL7.js.map +1 -0
- package/chunks/{bundle-mAbwjJsi.js → bundle-_fQqcwCr.js} +1 -1
- package/chunks/bundle-_fQqcwCr.js.map +1 -0
- package/chunks/{bundle-u2CeAx57.js → bundle-aHZy_PSv.js} +3 -3
- package/chunks/bundle-aHZy_PSv.js.map +1 -0
- package/chunks/{bundle-okmgQKUZ.js → bundle-b1q2ozMe.js} +1 -1
- package/chunks/bundle-b1q2ozMe.js.map +1 -0
- package/chunks/{bundle-4wKb8u1C.js → bundle-bQ9YdFKp.js} +2 -2
- package/chunks/bundle-bQ9YdFKp.js.map +1 -0
- package/chunks/{bundle-FZryn4bz.js → bundle-cPuyOrmL.js} +3 -3
- package/chunks/{bundle-FZryn4bz.js.map → bundle-cPuyOrmL.js.map} +1 -1
- package/chunks/{bundle-SmfpNG66.js → bundle-cQJ5iUQh.js} +9 -9
- package/chunks/{bundle-SmfpNG66.js.map → bundle-cQJ5iUQh.js.map} +1 -1
- package/chunks/{bundle-kPskppps.js → bundle-d-4jSVGO.js} +29 -19
- package/{cjs/chunks/bundle-_PoeyBuz.js.map → chunks/bundle-d-4jSVGO.js.map} +1 -1
- package/chunks/{bundle-dBXZk5Y3.js → bundle-df46dsRk.js} +3 -3
- package/chunks/bundle-df46dsRk.js.map +1 -0
- package/chunks/{bundle-_43SdcJP.js → bundle-e2S3YaM8.js} +2 -2
- package/chunks/bundle-e2S3YaM8.js.map +1 -0
- package/chunks/{bundle-QScSctu4.js → bundle-gXxTJkeT.js} +4 -4
- package/chunks/{bundle-QScSctu4.js.map → bundle-gXxTJkeT.js.map} +1 -1
- package/chunks/{bundle-5HYqTaTr.js → bundle-gaTX1Jvh.js} +3 -3
- package/chunks/bundle-gaTX1Jvh.js.map +1 -0
- package/chunks/{bundle-qotlr2QN.js → bundle-ielQ0I06.js} +2 -2
- package/chunks/bundle-ielQ0I06.js.map +1 -0
- package/chunks/{bundle-Ha6WT0Hp.js → bundle-jeLV7B-a.js} +1 -1
- package/chunks/bundle-jeLV7B-a.js.map +1 -0
- package/chunks/{bundle-UwlFw2lK.js → bundle-jh4HKeSw.js} +7 -7
- package/chunks/{bundle-UwlFw2lK.js.map → bundle-jh4HKeSw.js.map} +1 -1
- package/chunks/{bundle-c5jegKUx.js → bundle-lZgskv5F.js} +1 -1
- package/{cjs/chunks/bundle-UuwNVlVV.js.map → chunks/bundle-lZgskv5F.js.map} +1 -1
- package/chunks/{bundle-ejXMvNVx.js → bundle-mbUta6LN.js} +5 -5
- package/chunks/{bundle-ejXMvNVx.js.map → bundle-mbUta6LN.js.map} +1 -1
- package/chunks/{bundle-f7C0xlTH.js → bundle-oXDdBHbW.js} +3 -3
- package/chunks/bundle-oXDdBHbW.js.map +1 -0
- package/chunks/{bundle-Izb-WW89.js → bundle-pyf-NLjR.js} +1 -1
- package/chunks/{bundle-Izb-WW89.js.map → bundle-pyf-NLjR.js.map} +1 -1
- package/chunks/{bundle-OwUIW9B_.js → bundle-qX4thf-l.js} +1 -1
- package/chunks/bundle-qX4thf-l.js.map +1 -0
- package/chunks/{bundle-DGEj-Zfy.js → bundle-qh7PdI4F.js} +1 -1
- package/chunks/bundle-qh7PdI4F.js.map +1 -0
- package/chunks/{bundle-OuijNFkl.js → bundle-rhbE1Oo5.js} +1 -1
- package/chunks/bundle-rhbE1Oo5.js.map +1 -0
- package/chunks/{bundle-9hVs1LFe.js → bundle-sErzo_yh.js} +2 -2
- package/chunks/{bundle-9hVs1LFe.js.map → bundle-sErzo_yh.js.map} +1 -1
- package/chunks/{bundle-b0USVddN.js → bundle-xzeUdepV.js} +7 -7
- package/chunks/{bundle-5qCLkG6l.js.map → bundle-xzeUdepV.js.map} +1 -1
- package/chunks/{bundle-v0zf-Toj.js → bundle-yIRMcNMY.js} +1 -1
- package/chunks/{bundle-v0zf-Toj.js.map → bundle-yIRMcNMY.js.map} +1 -1
- package/chunks/{bundle-CQMOLj5V.js → bundle-zVaypUQR.js} +3 -3
- package/chunks/{bundle-CQMOLj5V.js.map → bundle-zVaypUQR.js.map} +1 -1
- package/chunks/{bundle-GJfy3_LK.js → bundle-zl1Dni1k.js} +3 -3
- package/chunks/{bundle-GJfy3_LK.js.map → bundle-zl1Dni1k.js.map} +1 -1
- package/cjs/App.js +64 -66
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +25 -25
- package/cjs/Channel/components/ChannelUI.js +51 -51
- package/cjs/Channel/components/FileViewer.js +24 -24
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +51 -58
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +36 -36
- package/cjs/Channel/components/MessageList.js +45 -45
- package/cjs/Channel/components/RemoveMessageModal.js +23 -23
- package/cjs/Channel/components/SuggestedMentionList.js +23 -23
- package/cjs/Channel/components/TypingIndicator.js +19 -19
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +16 -16
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
- package/cjs/Channel.js +51 -51
- package/cjs/ChannelList/components/AddChannel.js +18 -18
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
- package/cjs/ChannelList/components/ChannelListUI.js +34 -34
- package/cjs/ChannelList/components/ChannelPreview.js +32 -32
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +34 -34
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +19 -19
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +17 -17
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +16 -16
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +19 -19
- 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 +12 -12
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +12 -12
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/MessageSearch/components/MessageSearchUI.js +15 -15
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +15 -15
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +19 -19
- package/cjs/OpenChannel/components/OpenChannelInput.js +26 -26
- package/cjs/OpenChannel/components/OpenChannelMessage.js +34 -34
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +39 -36
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +39 -36
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +18 -18
- package/cjs/OpenChannel.js +39 -36
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +15 -15
- 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 +16 -16
- package/cjs/Thread/components/ParentMessageInfo.js +40 -40
- package/cjs/Thread/components/ParentMessageInfoItem.js +28 -28
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +44 -44
- package/cjs/Thread/components/ThreadListItem.js +44 -44
- package/cjs/Thread/components/ThreadMessageInput.js +36 -36
- package/cjs/Thread/components/ThreadUI.js +48 -48
- package/cjs/Thread/context.js +13 -13
- package/cjs/Thread.js +48 -48
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +16 -13
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-ieJM2S-L.js → bundle-07TGdvZj.js} +4 -4
- package/cjs/chunks/{bundle-ieJM2S-L.js.map → bundle-07TGdvZj.js.map} +1 -1
- package/cjs/chunks/{bundle-P1tJL1VF.js → bundle-2OnH7DgT.js} +1 -1
- package/cjs/chunks/bundle-2OnH7DgT.js.map +1 -0
- package/cjs/chunks/{bundle-af-Vhz_F.js → bundle-7_j_MXEw.js} +1 -1
- package/cjs/chunks/bundle-7_j_MXEw.js.map +1 -0
- package/cjs/chunks/{bundle-_0eKxSxF.js → bundle-7v0SdsFC.js} +7 -7
- package/cjs/chunks/bundle-7v0SdsFC.js.map +1 -0
- package/cjs/chunks/{bundle-nnKzOqh3.js → bundle-A3LVVG-M.js} +3 -3
- package/cjs/chunks/bundle-A3LVVG-M.js.map +1 -0
- package/cjs/chunks/{bundle-NItu6zWb.js → bundle-ATHZQqvR.js} +1 -1
- package/cjs/chunks/bundle-ATHZQqvR.js.map +1 -0
- package/cjs/chunks/{bundle-lGiBWL17.js → bundle-ArWfJz7X.js} +1 -1
- package/cjs/chunks/bundle-ArWfJz7X.js.map +1 -0
- package/cjs/chunks/{bundle-lf2peGCY.js → bundle-BIRamOS_.js} +9 -9
- package/cjs/chunks/{bundle-lf2peGCY.js.map → bundle-BIRamOS_.js.map} +1 -1
- package/cjs/chunks/{bundle-R1cJCMsN.js → bundle-BTS2rqXP.js} +7 -7
- package/{chunks/bundle-b0USVddN.js.map → cjs/chunks/bundle-BTS2rqXP.js.map} +1 -1
- package/cjs/chunks/{bundle-nrZuUm2h.js → bundle-CLBTxImh.js} +1 -1
- package/cjs/chunks/bundle-CLBTxImh.js.map +1 -0
- package/cjs/chunks/{bundle-W4NFKk4o.js → bundle-D4JtMPBG.js} +10 -10
- package/cjs/chunks/bundle-D4JtMPBG.js.map +1 -0
- package/cjs/chunks/{bundle-fJhxctLh.js → bundle-EeGYXXXG.js} +17 -31
- package/cjs/chunks/bundle-EeGYXXXG.js.map +1 -0
- package/cjs/chunks/{bundle-dwV-KMKC.js → bundle-El1zBx-K.js} +1 -1
- package/cjs/chunks/bundle-El1zBx-K.js.map +1 -0
- package/cjs/chunks/{bundle-PKJPiCJF.js → bundle-EyvMpRLU.js} +4 -4
- package/cjs/chunks/{bundle-PKJPiCJF.js.map → bundle-EyvMpRLU.js.map} +1 -1
- package/cjs/chunks/{bundle-_gWcsZfN.js → bundle-Hfzth0WY.js} +3 -3
- package/cjs/chunks/{bundle-_gWcsZfN.js.map → bundle-Hfzth0WY.js.map} +1 -1
- package/cjs/chunks/{bundle-Xr9HRCcW.js → bundle-Ium8H2t1.js} +2 -2
- package/cjs/chunks/bundle-Ium8H2t1.js.map +1 -0
- package/cjs/chunks/{bundle-i9olAw4e.js → bundle-Ix5zcWWE.js} +6 -6
- package/cjs/chunks/bundle-Ix5zcWWE.js.map +1 -0
- package/cjs/chunks/{bundle-crXcinmk.js → bundle-J1ds6ucx.js} +1 -1
- package/cjs/chunks/bundle-J1ds6ucx.js.map +1 -0
- package/cjs/chunks/{bundle-6PamDVow.js → bundle-J_Zh-_3X.js} +1 -1
- package/cjs/chunks/bundle-J_Zh-_3X.js.map +1 -0
- package/cjs/chunks/{bundle-IJoXsg7h.js → bundle-K6pn8iv3.js} +5 -5
- package/cjs/chunks/bundle-K6pn8iv3.js.map +1 -0
- package/cjs/chunks/{bundle-LOvxZyn6.js → bundle-LLTvvD-i.js} +4 -4
- package/cjs/chunks/bundle-LLTvvD-i.js.map +1 -0
- package/cjs/chunks/{bundle-Csb8JrWu.js → bundle-Lwz8-T8n.js} +1 -1
- package/cjs/chunks/bundle-Lwz8-T8n.js.map +1 -0
- package/cjs/chunks/{bundle-I-kMnHYy.js → bundle-MP89qANV.js} +1 -1
- package/cjs/chunks/bundle-MP89qANV.js.map +1 -0
- package/cjs/chunks/{bundle-Ur6-okMD.js → bundle-N8LTRzsI.js} +3 -3
- package/cjs/chunks/bundle-N8LTRzsI.js.map +1 -0
- package/cjs/chunks/{bundle-EGiFBVbp.js → bundle-NCR5Impc.js} +1 -1
- package/cjs/chunks/{bundle-EGiFBVbp.js.map → bundle-NCR5Impc.js.map} +1 -1
- package/cjs/chunks/{bundle-R3WLzhtN.js → bundle-NT8wUMY9.js} +2 -2
- package/cjs/chunks/{bundle-R3WLzhtN.js.map → bundle-NT8wUMY9.js.map} +1 -1
- package/cjs/chunks/{bundle-dyoIaPov.js → bundle-OfCc_ig6.js} +2 -2
- package/cjs/chunks/bundle-OfCc_ig6.js.map +1 -0
- package/cjs/chunks/{bundle-e3fIFP60.js → bundle-PbqhPqQt.js} +1 -1
- package/cjs/chunks/bundle-PbqhPqQt.js.map +1 -0
- package/cjs/chunks/{bundle-Lbt6hR1g.js → bundle-Pe1zz7oB.js} +4 -4
- package/cjs/chunks/{bundle-Lbt6hR1g.js.map → bundle-Pe1zz7oB.js.map} +1 -1
- package/cjs/chunks/{bundle-GBjPe_zz.js → bundle-QII3jwoy.js} +3 -3
- package/cjs/chunks/bundle-QII3jwoy.js.map +1 -0
- package/cjs/chunks/{bundle-PLzI4mgo.js → bundle-Qy8uSNlD.js} +5 -5
- package/cjs/chunks/{bundle-PLzI4mgo.js.map → bundle-Qy8uSNlD.js.map} +1 -1
- package/cjs/chunks/{bundle-rXNfPqQR.js → bundle-R5olZrBa.js} +3 -3
- package/cjs/chunks/{bundle-rXNfPqQR.js.map → bundle-R5olZrBa.js.map} +1 -1
- package/cjs/chunks/{bundle-0Ja4l4WD.js → bundle-Rao2pKQF.js} +1 -1
- package/cjs/chunks/{bundle-0Ja4l4WD.js.map → bundle-Rao2pKQF.js.map} +1 -1
- package/cjs/chunks/{bundle-8vsXz_gj.js → bundle-STgibM-s.js} +1 -1
- package/cjs/chunks/bundle-STgibM-s.js.map +1 -0
- package/cjs/chunks/{bundle-x6GOQeyO.js → bundle-TP0Ow_zA.js} +1 -1
- package/cjs/chunks/bundle-TP0Ow_zA.js.map +1 -0
- package/cjs/chunks/{bundle-LTZh0NNq.js → bundle-UcRR619S.js} +1 -1
- package/cjs/chunks/bundle-UcRR619S.js.map +1 -0
- package/cjs/chunks/{bundle-R3Ze9NdG.js → bundle-WBfl_w0Y.js} +1 -1
- package/cjs/chunks/bundle-WBfl_w0Y.js.map +1 -0
- package/cjs/chunks/{bundle-LasQs8iu.js → bundle-XW4_nbP_.js} +3 -3
- package/cjs/chunks/{bundle-LasQs8iu.js.map → bundle-XW4_nbP_.js.map} +1 -1
- package/cjs/chunks/{bundle-q4_bj8Re.js → bundle-Z2HprnQ-.js} +1 -1
- package/cjs/chunks/bundle-Z2HprnQ-.js.map +1 -0
- package/cjs/chunks/{bundle-H1oA9eVZ.js → bundle-_tTZy-p5.js} +1 -1
- package/cjs/chunks/bundle-_tTZy-p5.js.map +1 -0
- package/cjs/chunks/{bundle-9ye-ND_Z.js → bundle-aLA9WW8m.js} +1 -1
- package/cjs/chunks/bundle-aLA9WW8m.js.map +1 -0
- package/cjs/chunks/{bundle-P__OxDCf.js → bundle-c1uYmoKp.js} +3 -3
- package/cjs/chunks/{bundle-P__OxDCf.js.map → bundle-c1uYmoKp.js.map} +1 -1
- package/cjs/chunks/{bundle-aNw5UWgi.js → bundle-eSyIOdEE.js} +3 -3
- package/cjs/chunks/bundle-eSyIOdEE.js.map +1 -0
- package/cjs/chunks/{bundle-tNyqNssI.js → bundle-eTyjhb-4.js} +8 -8
- package/cjs/chunks/bundle-eTyjhb-4.js.map +1 -0
- package/cjs/chunks/{bundle-Epp2z49V.js → bundle-eVOKZifo.js} +2 -2
- package/cjs/chunks/{bundle-Epp2z49V.js.map → bundle-eVOKZifo.js.map} +1 -1
- package/cjs/chunks/{bundle-4qgSZeT3.js → bundle-iQIktzxa.js} +3 -3
- package/cjs/chunks/bundle-iQIktzxa.js.map +1 -0
- package/cjs/chunks/{bundle-noiyvZaq.js → bundle-ipiZnVJF.js} +1 -1
- package/cjs/chunks/bundle-ipiZnVJF.js.map +1 -0
- package/cjs/chunks/{bundle-Vk8BUCRm.js → bundle-jTFNZbG6.js} +4 -4
- package/cjs/chunks/bundle-jTFNZbG6.js.map +1 -0
- package/cjs/chunks/{bundle-h09WWCLD.js → bundle-lPHr2Tpa.js} +3 -3
- package/cjs/chunks/bundle-lPHr2Tpa.js.map +1 -0
- package/cjs/chunks/{bundle-TLWExetX.js → bundle-nYVYsuYA.js} +2 -2
- package/cjs/chunks/bundle-nYVYsuYA.js.map +1 -0
- package/cjs/chunks/{bundle-GHF9IYi-.js → bundle-oJb9qC2I.js} +9 -9
- package/cjs/chunks/{bundle-GHF9IYi-.js.map → bundle-oJb9qC2I.js.map} +1 -1
- package/cjs/chunks/{bundle-YOewBep4.js → bundle-rDLCyjoC.js} +1 -1
- package/cjs/chunks/bundle-rDLCyjoC.js.map +1 -0
- package/cjs/chunks/{bundle-Pq-6iw-6.js → bundle-rHRZiS3k.js} +12 -12
- package/cjs/chunks/{bundle-Pq-6iw-6.js.map → bundle-rHRZiS3k.js.map} +1 -1
- package/cjs/chunks/bundle-s6afMDHG.js +15 -0
- package/cjs/chunks/bundle-s6afMDHG.js.map +1 -0
- package/cjs/chunks/bundle-sD1ocl9Z.js +98 -0
- package/cjs/chunks/bundle-sD1ocl9Z.js.map +1 -0
- package/cjs/chunks/{bundle-6ING8CcH.js → bundle-t5rBgLXK.js} +1 -1
- package/cjs/chunks/bundle-t5rBgLXK.js.map +1 -0
- package/cjs/chunks/{bundle-_PoeyBuz.js → bundle-tNo6AwV-.js} +29 -19
- package/{chunks/bundle-kPskppps.js.map → cjs/chunks/bundle-tNo6AwV-.js.map} +1 -1
- package/cjs/chunks/{bundle-otHh2GZm.js → bundle-tSDrLAHa.js} +1 -1
- package/cjs/chunks/bundle-tSDrLAHa.js.map +1 -0
- package/cjs/chunks/{bundle-6JxglfHi.js → bundle-uCfRxmHW.js} +3 -3
- package/cjs/chunks/bundle-uCfRxmHW.js.map +1 -0
- package/cjs/chunks/{bundle-GnjLS8Jn.js → bundle-vSQqrDll.js} +2 -2
- package/cjs/chunks/{bundle-GnjLS8Jn.js.map → bundle-vSQqrDll.js.map} +1 -1
- package/cjs/chunks/{bundle-_FZAAyq7.js → bundle-ygJlaXcT.js} +5 -5
- package/cjs/chunks/bundle-ygJlaXcT.js.map +1 -0
- package/cjs/chunks/{bundle-UuwNVlVV.js → bundle-z-huvoHB.js} +4 -4
- package/cjs/chunks/bundle-z-huvoHB.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +60 -60
- 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 +5 -5
- 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 +6 -6
- 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 +1 -1
- 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 +39 -39
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +25 -16
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +21 -21
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +15 -15
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +12 -12
- 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 +9 -9
- package/cjs/ui/OpenchannelConversationHeader.js +9 -9
- 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 +9 -9
- 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 +5 -5
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +13 -13
- package/cjs/ui/UserProfile.js +11 -11
- 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 +60 -60
- package/package.json +1 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useModal/index.d.ts +1 -1
- package/types/hooks/useThrottleCallback.d.ts +4 -0
- package/types/lib/Sendbird.d.ts +1 -1
- package/types/lib/hooks/useConnect/setupConnection.d.ts +2 -2
- package/types/modules/App/types.d.ts +1 -1
- package/types/modules/Channel/components/MessageList/hooks/useSetScrollToBottom.d.ts +3 -3
- package/types/modules/Channel/context/ChannelProvider.d.ts +2 -2
- package/types/modules/Channel/context/hooks/useScrollCallback.d.ts +1 -1
- package/types/utils/utils.d.ts +1 -0
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +5 -5
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +6 -6
- 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 +1 -1
- 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 +39 -39
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +25 -16
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +21 -21
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +15 -15
- package/ui/MessageSearchItem.js +12 -12
- package/ui/MessageStatus.js +12 -12
- 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 +9 -9
- package/ui/OpenchannelConversationHeader.js +9 -9
- 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 +9 -9
- 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 +5 -5
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +13 -13
- package/ui/UserProfile.js +11 -11
- 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-4nIx2RJD.js.map +0 -1
- package/chunks/bundle-4wKb8u1C.js.map +0 -1
- package/chunks/bundle-5HYqTaTr.js.map +0 -1
- package/chunks/bundle-7JHtC_JJ.js.map +0 -1
- package/chunks/bundle-7jjAs2HK.js.map +0 -1
- package/chunks/bundle-Bjgxg83b.js.map +0 -1
- package/chunks/bundle-DGEj-Zfy.js.map +0 -1
- package/chunks/bundle-EQ2jMcm0.js.map +0 -1
- package/chunks/bundle-GYn98g4i.js.map +0 -1
- package/chunks/bundle-Ha6WT0Hp.js.map +0 -1
- package/chunks/bundle-HbEA73mt.js.map +0 -1
- package/chunks/bundle-J3Xwcu_c.js.map +0 -1
- package/chunks/bundle-J87QWRh3.js.map +0 -1
- package/chunks/bundle-OuijNFkl.js.map +0 -1
- package/chunks/bundle-OwUIW9B_.js.map +0 -1
- package/chunks/bundle-S1smGX8b.js.map +0 -1
- package/chunks/bundle-XtwZ5oLQ.js +0 -5
- package/chunks/bundle-XtwZ5oLQ.js.map +0 -1
- package/chunks/bundle-ZSLOjQvb.js.map +0 -1
- package/chunks/bundle-ZxBmutMJ.js.map +0 -1
- package/chunks/bundle-_43SdcJP.js.map +0 -1
- package/chunks/bundle-bLXmqujU.js +0 -72
- package/chunks/bundle-bLXmqujU.js.map +0 -1
- package/chunks/bundle-c944_BvY.js.map +0 -1
- package/chunks/bundle-dBXZk5Y3.js.map +0 -1
- package/chunks/bundle-dJsyeOhk.js.map +0 -1
- package/chunks/bundle-f7C0xlTH.js.map +0 -1
- package/chunks/bundle-fwLsGp6N.js.map +0 -1
- package/chunks/bundle-hDMLfh4n.js.map +0 -1
- package/chunks/bundle-mAbwjJsi.js.map +0 -1
- package/chunks/bundle-okmgQKUZ.js.map +0 -1
- package/chunks/bundle-qotlr2QN.js.map +0 -1
- package/chunks/bundle-rgIbMndg.js.map +0 -1
- package/chunks/bundle-tc0rEnB_.js.map +0 -1
- package/chunks/bundle-u2CeAx57.js.map +0 -1
- package/chunks/bundle-vUampZQQ.js.map +0 -1
- package/chunks/bundle-yCtFACB5.js.map +0 -1
- package/cjs/chunks/bundle-4qgSZeT3.js.map +0 -1
- package/cjs/chunks/bundle-6ING8CcH.js.map +0 -1
- package/cjs/chunks/bundle-6JxglfHi.js.map +0 -1
- package/cjs/chunks/bundle-6PamDVow.js.map +0 -1
- package/cjs/chunks/bundle-6Zb-iZx5.js +0 -75
- package/cjs/chunks/bundle-6Zb-iZx5.js.map +0 -1
- package/cjs/chunks/bundle-8vsXz_gj.js.map +0 -1
- package/cjs/chunks/bundle-9ye-ND_Z.js.map +0 -1
- package/cjs/chunks/bundle-Csb8JrWu.js.map +0 -1
- package/cjs/chunks/bundle-GBjPe_zz.js.map +0 -1
- package/cjs/chunks/bundle-H1oA9eVZ.js.map +0 -1
- package/cjs/chunks/bundle-I-kMnHYy.js.map +0 -1
- package/cjs/chunks/bundle-IJoXsg7h.js.map +0 -1
- package/cjs/chunks/bundle-LOvxZyn6.js.map +0 -1
- package/cjs/chunks/bundle-LTZh0NNq.js.map +0 -1
- package/cjs/chunks/bundle-NItu6zWb.js.map +0 -1
- package/cjs/chunks/bundle-P1tJL1VF.js.map +0 -1
- package/cjs/chunks/bundle-R1cJCMsN.js.map +0 -1
- package/cjs/chunks/bundle-R3Ze9NdG.js.map +0 -1
- package/cjs/chunks/bundle-TLWExetX.js.map +0 -1
- package/cjs/chunks/bundle-Ur6-okMD.js.map +0 -1
- package/cjs/chunks/bundle-Vk8BUCRm.js.map +0 -1
- package/cjs/chunks/bundle-W4NFKk4o.js.map +0 -1
- package/cjs/chunks/bundle-Xr9HRCcW.js.map +0 -1
- package/cjs/chunks/bundle-YOewBep4.js.map +0 -1
- package/cjs/chunks/bundle-_0eKxSxF.js.map +0 -1
- package/cjs/chunks/bundle-_FZAAyq7.js.map +0 -1
- package/cjs/chunks/bundle-aNw5UWgi.js.map +0 -1
- package/cjs/chunks/bundle-af-Vhz_F.js.map +0 -1
- package/cjs/chunks/bundle-crXcinmk.js.map +0 -1
- package/cjs/chunks/bundle-dwV-KMKC.js.map +0 -1
- package/cjs/chunks/bundle-dyoIaPov.js.map +0 -1
- package/cjs/chunks/bundle-e3fIFP60.js.map +0 -1
- package/cjs/chunks/bundle-fJhxctLh.js.map +0 -1
- package/cjs/chunks/bundle-gEqE3TId.js +0 -8
- package/cjs/chunks/bundle-gEqE3TId.js.map +0 -1
- package/cjs/chunks/bundle-h09WWCLD.js.map +0 -1
- package/cjs/chunks/bundle-i9olAw4e.js.map +0 -1
- package/cjs/chunks/bundle-lGiBWL17.js.map +0 -1
- package/cjs/chunks/bundle-nnKzOqh3.js.map +0 -1
- package/cjs/chunks/bundle-noiyvZaq.js.map +0 -1
- package/cjs/chunks/bundle-nrZuUm2h.js.map +0 -1
- package/cjs/chunks/bundle-otHh2GZm.js.map +0 -1
- package/cjs/chunks/bundle-q4_bj8Re.js.map +0 -1
- package/cjs/chunks/bundle-tNyqNssI.js.map +0 -1
- package/cjs/chunks/bundle-x6GOQeyO.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { createContext, useReducer, useContext } from 'react';
|
|
2
|
-
import { _ as __assign } from './bundle-
|
|
3
|
-
import { g as VOICE_PLAYER_ROOT_ID, e 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-lZgskv5F.js';
|
|
3
|
+
import { g as VOICE_PLAYER_ROOT_ID, e as VOICE_PLAYER_AUDIO_ID, a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE } from './bundle-ZyGxxnL7.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
5
|
|
|
6
6
|
var INITIALIZE_AUDIO_UNIT = 'INITIALIZE_AUDIO_UNIT';
|
|
@@ -227,4 +227,4 @@ var VoicePlayerProvider = function (_a) {
|
|
|
227
227
|
var useVoicePlayerContext = function () { return useContext(Context); };
|
|
228
228
|
|
|
229
229
|
export { AudioUnitDefaultValue as A, VOICE_PLAYER_STATUS as V, ALL as a, VoicePlayerProvider as b, useVoicePlayerContext as u };
|
|
230
|
-
//# sourceMappingURL=bundle-
|
|
230
|
+
//# sourceMappingURL=bundle-DzFxcw-C.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DzFxcw-C.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,9 +2,9 @@ import React__default, { useState, useMemo, useEffect } from 'react';
|
|
|
2
2
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
3
3
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
4
4
|
import ImageRenderer, { getBorderRadiusForMultipleImageRenderer } from '../ui/ImageRenderer.js';
|
|
5
|
-
import { n as getClassName, s as isGif, b as isMultipleFilesMessage } from './bundle-
|
|
6
|
-
import { F as FileViewer } from './bundle-
|
|
7
|
-
import { K } from './bundle
|
|
5
|
+
import { n as getClassName, s as isGif, b as isMultipleFilesMessage } from './bundle-zVaypUQR.js';
|
|
6
|
+
import { F as FileViewer } from './bundle-LUZcEu61.js';
|
|
7
|
+
import { K } from './bundle--N20GcJ0.js';
|
|
8
8
|
|
|
9
9
|
function ImageGrid(_a) {
|
|
10
10
|
var _b;
|
|
@@ -171,4 +171,4 @@ var useStatefulFileInfoList = function (message) {
|
|
|
171
171
|
};
|
|
172
172
|
|
|
173
173
|
export { MultipleFilesMessageItemBody as M, ThreadMessageKind as T, useStatefulFileInfoList as a, useThreadMessageKindKeySelector as u };
|
|
174
|
-
//# sourceMappingURL=bundle-
|
|
174
|
+
//# sourceMappingURL=bundle-EWqnHHyU.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-EWqnHHyU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
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--ZKXX7Cw.js';
|
|
3
|
+
import './bundle-lZgskv5F.js';
|
|
4
|
+
import './bundle-aHZy_PSv.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-DE2stUpD.js';
|
|
7
7
|
import { useThreadContext } from '../Thread/context.js';
|
|
8
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
8
|
+
import { g as getModalDeleteMessageTitle } from './bundle-oXDdBHbW.js';
|
|
9
9
|
|
|
10
10
|
var RemoveMessage = function (props) {
|
|
11
11
|
var _a;
|
|
@@ -21,4 +21,4 @@ var RemoveMessage = function (props) {
|
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
export { RemoveMessage as R };
|
|
24
|
-
//# sourceMappingURL=bundle-
|
|
24
|
+
//# sourceMappingURL=bundle-E_0HzZmZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-E_0HzZmZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-FWmW913k.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
|
-
import { u as useChannelContext } from './bundle-
|
|
2
|
+
import { u as useChannelContext } from './bundle-d-4jSVGO.js';
|
|
3
3
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
5
|
import Message from '../Channel/components/Message.js';
|
|
6
|
-
import { e as isAboutSame
|
|
6
|
+
import { e as isAboutSame } from './bundle-61LmwCyJ.js';
|
|
7
7
|
import { getMessagePartsInfo } from '../Channel/utils/getMessagePartsInfo.js';
|
|
8
8
|
import UnreadCount from '../Channel/components/UnreadCount.js';
|
|
9
9
|
import FrozenNotification from '../Channel/components/FrozenNotification.js';
|
|
10
|
-
import { S as SCROLL_BUFFER } from './bundle-
|
|
10
|
+
import { S as SCROLL_BUFFER } from './bundle-ZyGxxnL7.js';
|
|
11
11
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
12
12
|
import { MessageProvider } from '../Message/context.js';
|
|
13
|
-
import { a as
|
|
13
|
+
import { a as useThrottleCallback, u as useHandleOnScrollCallback } from './bundle-0ui3-tvv.js';
|
|
14
14
|
import TypingIndicatorBubble from '../ui/TypingIndicatorBubble.js';
|
|
15
15
|
import { usePreservedCallback } from '@sendbird/uikit-tools';
|
|
16
16
|
|
|
@@ -20,7 +20,7 @@ var TypingIndicatorType;
|
|
|
20
20
|
TypingIndicatorType["Bubble"] = "bubble";
|
|
21
21
|
})(TypingIndicatorType || (TypingIndicatorType = {}));
|
|
22
22
|
|
|
23
|
-
var DELAY =
|
|
23
|
+
var DELAY = 100;
|
|
24
24
|
function useSetScrollToBottom(_a) {
|
|
25
25
|
var loading = _a.loading;
|
|
26
26
|
var _b = useState(0), scrollBottom = _b[0], setScrollBottom = _b[1];
|
|
@@ -40,7 +40,7 @@ function useSetScrollToBottom(_a) {
|
|
|
40
40
|
};
|
|
41
41
|
return {
|
|
42
42
|
scrollBottom: scrollBottom,
|
|
43
|
-
scrollToBottomHandler:
|
|
43
|
+
scrollToBottomHandler: useThrottleCallback(scrollCb, DELAY, { trailing: true }),
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -54,7 +54,7 @@ function useScrollBehavior() {
|
|
|
54
54
|
return null;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
var BUFFER_DELAY =
|
|
57
|
+
var BUFFER_DELAY = 100;
|
|
58
58
|
function useOnScrollPositionChangeDetector(props) {
|
|
59
59
|
var onReachedTop = props.onReachedTop, onReachedBottom = props.onReachedBottom, onInBetween = props.onInBetween;
|
|
60
60
|
var cb = usePreservedCallback(function (event) {
|
|
@@ -71,7 +71,7 @@ function useOnScrollPositionChangeDetector(props) {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
});
|
|
74
|
-
return
|
|
74
|
+
return useThrottleCallback(cb, BUFFER_DELAY, { trailing: true });
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
var SCROLL_BOTTOM_PADDING = 50;
|
|
@@ -86,34 +86,20 @@ var MessageList = function (_a) {
|
|
|
86
86
|
var markAsReadScheduler = store.config.markAsReadScheduler;
|
|
87
87
|
var _j = useState(false), isScrollBottom = _j[0], setIsScrollBottom = _j[1];
|
|
88
88
|
useScrollBehavior();
|
|
89
|
-
|
|
89
|
+
/**
|
|
90
|
+
* @param {function} callback callback from useHandleOnScrollCallback, it adjusts scroll position
|
|
91
|
+
* */
|
|
92
|
+
var onScroll = function (callback) {
|
|
90
93
|
var element = scrollRef === null || scrollRef === void 0 ? void 0 : scrollRef.current;
|
|
91
94
|
if (element == null) {
|
|
92
95
|
return;
|
|
93
96
|
}
|
|
94
97
|
var scrollTop = element.scrollTop, clientHeight = element.clientHeight, scrollHeight = element.scrollHeight;
|
|
95
|
-
if (isAboutSame(scrollTop, 0, SCROLL_BUFFER)) {
|
|
96
|
-
onScrollCallback();
|
|
98
|
+
if (hasMorePrev && isAboutSame(scrollTop, 0, SCROLL_BUFFER)) {
|
|
99
|
+
onScrollCallback(callback);
|
|
97
100
|
}
|
|
98
|
-
if (isAboutSame(clientHeight + scrollTop, scrollHeight, SCROLL_BUFFER)
|
|
99
|
-
onScrollDownCallback(
|
|
100
|
-
var messages = _a[0];
|
|
101
|
-
if (messages) {
|
|
102
|
-
try {
|
|
103
|
-
setTimeout(function () { return scrollIntoLast(0, scrollRef); },
|
|
104
|
-
/**
|
|
105
|
-
* Rendering MFM takes long time so we need this.
|
|
106
|
-
* But later we should find better solution.
|
|
107
|
-
*/
|
|
108
|
-
1000);
|
|
109
|
-
// element.scrollTop = scrollHeight - clientHeight;
|
|
110
|
-
// scrollRef.current.scrollTop = scrollHeight - clientHeight;
|
|
111
|
-
}
|
|
112
|
-
catch (error) {
|
|
113
|
-
//
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
});
|
|
101
|
+
if (hasMoreNext && isAboutSame(clientHeight + scrollTop, scrollHeight, SCROLL_BUFFER)) {
|
|
102
|
+
onScrollDownCallback(callback);
|
|
117
103
|
}
|
|
118
104
|
if (!disableMarkAsRead
|
|
119
105
|
&& isAboutSame(clientHeight + scrollTop, scrollHeight, SCROLL_BUFFER)
|
|
@@ -259,4 +245,4 @@ var MessageList = function (_a) {
|
|
|
259
245
|
};
|
|
260
246
|
|
|
261
247
|
export { MessageList as M, TypingIndicatorType as T };
|
|
262
|
-
//# sourceMappingURL=bundle-
|
|
248
|
+
//# sourceMappingURL=bundle-GcLhLhxD.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-GcLhLhxD.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-DE2stUpD.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-GjdnOj-r.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-GjdnOj-r.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-HVBbeXSo.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-I8NaOT_e.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Jk7uJTYx.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-lZgskv5F.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useCallback, useRef, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { L as LocalizationContext } from './bundle-
|
|
4
|
+
import { L as LocalizationContext } from './bundle-DE2stUpD.js';
|
|
5
5
|
import '../hooks/useModal.js';
|
|
6
|
-
import { b as isMultipleFilesMessage, d as isFileMessage, e as isSupportedFileView, f as isVideo$1, c as isImage$1 } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { A as Avatar } from './bundle-
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
+
import { b as isMultipleFilesMessage, d as isFileMessage, e as isSupportedFileView, f as isVideo$1, c as isImage$1 } from './bundle-zVaypUQR.js';
|
|
7
|
+
import { n as noop } from './bundle-3XB9OWfi.js';
|
|
8
|
+
import { A as Avatar } from './bundle-3Nywx_Dd.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-aHZy_PSv.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import { h as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-
|
|
12
|
-
import { a as MODAL_ROOT } from './bundle
|
|
11
|
+
import { h as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-ZyGxxnL7.js';
|
|
12
|
+
import { a as MODAL_ROOT } from './bundle--ZKXX7Cw.js';
|
|
13
13
|
|
|
14
14
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
15
15
|
var SUPPORTED_MIMES = {
|
|
@@ -173,4 +173,4 @@ function FileViewer(_a) {
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
export { FileViewer as F, isVideo as a, FileViewerComponent as b, isImage as i };
|
|
176
|
-
//# sourceMappingURL=bundle-
|
|
176
|
+
//# sourceMappingURL=bundle-LUZcEu61.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-LUZcEu61.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Ob28YJR4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
|
-
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-
|
|
3
|
-
import { s as scrollIntoLast$1 } from './bundle-
|
|
4
|
-
import { f as format } from './bundle-
|
|
2
|
+
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-qX4thf-l.js';
|
|
3
|
+
import { s as scrollIntoLast$1 } from './bundle-61LmwCyJ.js';
|
|
4
|
+
import { f as format } from './bundle-sErzo_yh.js';
|
|
5
5
|
import { getOutgoingMessageState, OutgoingMessageStates } from '../utils/message/getOutgoingMessageState.js';
|
|
6
6
|
|
|
7
7
|
var getNicknamesMapFromMembers = function (members) {
|
|
@@ -213,4 +213,4 @@ var useSendMultipleFilesMessage = function (_a, _b) {
|
|
|
213
213
|
};
|
|
214
214
|
|
|
215
215
|
export { compareIds as a, getNicknamesMapFromMembers as b, compareMessagesForGrouping as c, getParentMessageFrom as g, isAboutSame as i, scrollIntoLast as s, useSendMultipleFilesMessage as u };
|
|
216
|
-
//# sourceMappingURL=bundle-
|
|
216
|
+
//# sourceMappingURL=bundle-POWqsA08.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-POWqsA08.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -10,4 +10,4 @@ var ThreadReplySelectType;
|
|
|
10
10
|
})(ThreadReplySelectType || (ThreadReplySelectType = {}));
|
|
11
11
|
|
|
12
12
|
export { MAX_USER_MENTION_COUNT as M, NEXT_RESULT_SIZE as N, PREV_RESULT_SIZE as P, ThreadReplySelectType as T, USER_MENTION_TEMP_CHAR as U, MAX_USER_SUGGESTION_COUNT as a };
|
|
13
|
-
//# sourceMappingURL=bundle-
|
|
13
|
+
//# sourceMappingURL=bundle-SbX0VKxZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-SbX0VKxZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as isFileMessage, b as isMultipleFilesMessage } from './bundle-
|
|
2
|
-
import { K } from './bundle
|
|
1
|
+
import { d as isFileMessage, b as isMultipleFilesMessage } from './bundle-zVaypUQR.js';
|
|
2
|
+
import { K } from './bundle--N20GcJ0.js';
|
|
3
3
|
|
|
4
4
|
function getMessageFirstFileType(message) {
|
|
5
5
|
return K(message)
|
|
@@ -66,4 +66,4 @@ function getMessageFirstFileThumbnailUrl(message) {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
export { getMessageFirstFileType as a, getMessageFirstFileName as b, getMessageFirstFileThumbnailUrl as c, getMessageFirstFileUrl as g };
|
|
69
|
-
//# sourceMappingURL=bundle-
|
|
69
|
+
//# sourceMappingURL=bundle-T6yNcj8r.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-T6yNcj8r.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -54,4 +54,4 @@ var channelActions = /*#__PURE__*/Object.freeze({
|
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
export { FETCH_INITIAL_MESSAGES_START as F, MESSAGE_LIST_PARAMS_CHANGED as M, ON_MESSAGE_RECEIVED as O, RESET_MESSAGES as R, SEND_MESSAGE_START as S, FETCH_INITIAL_MESSAGES_SUCCESS as a, FETCH_INITIAL_MESSAGES_FAILURE as b, FETCH_PREV_MESSAGES_SUCCESS as c, FETCH_NEXT_MESSAGES_SUCCESS as d, FETCH_PREV_MESSAGES_FAILURE as e, FETCH_NEXT_MESSAGES_FAILURE as f, SEND_MESSAGE_SUCCESS as g, SEND_MESSAGE_FAILURE as h, SET_CURRENT_CHANNEL as i, SET_CHANNEL_INVALID as j, ON_MESSAGE_UPDATED as k, ON_MESSAGE_THREAD_INFO_UPDATED as l, RESEND_MESSAGE_START as m, MARK_AS_READ as n, ON_MESSAGE_DELETED as o, ON_MESSAGE_DELETED_BY_REQ_ID as p, SET_EMOJI_CONTAINER as q, ON_REACTION_UPDATED as r, ON_FILE_INFO_UPLOADED as s, ON_TYPING_STATUS_UPDATED as t, channelActions as u };
|
|
57
|
-
//# sourceMappingURL=bundle-
|
|
57
|
+
//# sourceMappingURL=bundle-TuJfYJqE.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-TuJfYJqE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __spreadArray } from './bundle-lZgskv5F.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-aHZy_PSv.js';
|
|
8
|
+
import { L as LocalizationContext } from './bundle-DE2stUpD.js';
|
|
9
|
+
import { a as UserProfileContext } from './bundle-4M7U4fS5.js';
|
|
10
|
+
import './bundle-bQ9YdFKp.js';
|
|
11
|
+
import { A as Avatar } from './bundle-3Nywx_Dd.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './bundle-
|
|
13
|
+
import './bundle-66ay232X.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--ZKXX7Cw.js';
|
|
19
19
|
import UserListItem$1 from '../ui/UserListItem.js';
|
|
20
|
-
import { n as noop } from './bundle-
|
|
20
|
+
import { n as noop } from './bundle-3XB9OWfi.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-VyEG8HSN.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-VyEG8HSN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -3,9 +3,9 @@ import { PlaybackTime } from '../ui/PlaybackTime.js';
|
|
|
3
3
|
import { ProgressBar } from '../ui/ProgressBar.js';
|
|
4
4
|
import TextButton from '../ui/TextButton.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
|
-
import { b as LabelColors, L as Label, a as LabelTypography } from './bundle-
|
|
7
|
-
import { u as useLocalization } from './bundle-
|
|
8
|
-
import { f as VOICE_RECORDER_CLICK_BUFFER_TIME, c as VOICE_RECORDER_DEFAULT_MIN } from './bundle-
|
|
6
|
+
import { b as LabelColors, L as Label, a as LabelTypography } from './bundle-aHZy_PSv.js';
|
|
7
|
+
import { u as useLocalization } from './bundle-DE2stUpD.js';
|
|
8
|
+
import { f as VOICE_RECORDER_CLICK_BUFFER_TIME, c as VOICE_RECORDER_DEFAULT_MIN } from './bundle-ZyGxxnL7.js';
|
|
9
9
|
|
|
10
10
|
/* eslint-disable no-redeclare */
|
|
11
11
|
var VoiceMessageInputStatus = {
|
|
@@ -93,4 +93,4 @@ var VoiceMessageInput = function (_a) {
|
|
|
93
93
|
};
|
|
94
94
|
|
|
95
95
|
export { VoiceMessageInputStatus as V, VoiceMessageInput as a };
|
|
96
|
-
//# sourceMappingURL=bundle-
|
|
96
|
+
//# sourceMappingURL=bundle-XKR29ib5.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-XKR29ib5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-XogtGVTO.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -33,4 +33,4 @@ var CreateChannelProvider = function (props) {
|
|
|
33
33
|
var useCreateChannelContext = function () { return (React__default.useContext(CreateChannelContext)); };
|
|
34
34
|
|
|
35
35
|
export { CreateChannelProvider as C, CHANNEL_TYPE as a, useCreateChannelContext as u };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-YTCXwI-0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-YTCXwI-0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { K } from './bundle
|
|
3
|
-
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-
|
|
2
|
+
import { K } from './bundle--N20GcJ0.js';
|
|
3
|
+
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-df46dsRk.js';
|
|
4
4
|
import { useMessageContext } from '../Message/context.js';
|
|
5
5
|
import MentionLabel from '../ui/MentionLabel.js';
|
|
6
6
|
import LinkLabel from '../ui/LinkLabel.js';
|
|
7
|
-
import { a as LabelTypography } from './bundle-
|
|
7
|
+
import { a as LabelTypography } from './bundle-aHZy_PSv.js';
|
|
8
8
|
|
|
9
9
|
// this function is used to generate a unique key for token in message
|
|
10
10
|
// it changes with updated time and index
|
|
@@ -33,4 +33,4 @@ function TextFragment(_a) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export { TextFragment as T };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-YrEf4HsK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-YrEf4HsK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -28,4 +28,4 @@ var SLIDER_BUTTON_ICON_SIDE_LENGTH = '32px';
|
|
|
28
28
|
var DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT = 10;
|
|
29
29
|
|
|
30
30
|
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, 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_DEFAULT_MIN as c, VOICE_RECORDER_AUDIO_SAMPLE_RATE as d, VOICE_PLAYER_AUDIO_ID as e, VOICE_RECORDER_CLICK_BUFFER_TIME as f, VOICE_PLAYER_ROOT_ID as g, SLIDER_BUTTON_ICON_SIDE_LENGTH as h, META_ARRAY_MESSAGE_TYPE_KEY as i, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as j, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as k, VOICE_RECORDER_DEFAULT_MAX as l };
|
|
31
|
-
//# sourceMappingURL=bundle-
|
|
31
|
+
//# sourceMappingURL=bundle-ZyGxxnL7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ZyGxxnL7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-_fQqcwCr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __spreadArray } from './bundle-lZgskv5F.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { g as getStringSet } from './bundle-
|
|
3
|
+
import { g as getStringSet } from './bundle-HVBbeXSo.js';
|
|
4
4
|
|
|
5
5
|
var Typography = {
|
|
6
6
|
H_1: 'H_1',
|
|
@@ -75,4 +75,4 @@ var LabelColors = Colors;
|
|
|
75
75
|
var LabelStringSet = getStringSet('en');
|
|
76
76
|
|
|
77
77
|
export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
|
|
78
|
-
//# sourceMappingURL=bundle-
|
|
78
|
+
//# sourceMappingURL=bundle-aHZy_PSv.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-aHZy_PSv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-b1q2ozMe.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { n as noop } from './bundle-
|
|
2
|
+
import { n as noop } from './bundle-3XB9OWfi.js';
|
|
3
3
|
|
|
4
4
|
var Context = React__default.createContext({
|
|
5
5
|
opened: '',
|
|
@@ -9,4 +9,4 @@ var Consumer = Context.Consumer;
|
|
|
9
9
|
var Provider = Context.Provider;
|
|
10
10
|
|
|
11
11
|
export { Consumer as C, Provider as P };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-bQ9YdFKp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-bQ9YdFKp.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback, useEffect, useContext, useMemo, useReducer } from 'react';
|
|
2
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { p as pubSubTopics } from './bundle-qX4thf-l.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { _ as __assign, a as __spreadArray } from './bundle-
|
|
4
|
+
import { _ as __assign, a as __spreadArray } from './bundle-lZgskv5F.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelListFetchingStatus;
|
|
7
7
|
(function (OpenChannelListFetchingStatus) {
|
|
@@ -352,4 +352,4 @@ var OpenChannelListProvider$1 = {
|
|
|
352
352
|
};
|
|
353
353
|
|
|
354
354
|
export { OpenChannelListProvider as O, OpenChannelListFetchingStatus as a, OpenChannelListActionTypes$1 as b, OpenChannelListProvider$1 as c, useOpenChannelListContext as u };
|
|
355
|
-
//# sourceMappingURL=bundle-
|
|
355
|
+
//# sourceMappingURL=bundle-cPuyOrmL.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-cPuyOrmL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { _ as __assign, a as __spreadArray, b as __awaiter, c as __generator } from './bundle-
|
|
1
|
+
import { _ as __assign, a as __spreadArray, b as __awaiter, c as __generator } from './bundle-lZgskv5F.js';
|
|
2
2
|
import React__default, { useEffect, useCallback, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler } 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-qX4thf-l.js';
|
|
5
|
+
import { u as uuidv4 } from './bundle-3cbFgcyh.js';
|
|
6
|
+
import { n as noop } from './bundle-3XB9OWfi.js';
|
|
7
|
+
import { D as DELIVERY_RECEIPT$1 } from './bundle-ZyGxxnL7.js';
|
|
8
|
+
import { U as UserProfileProvider } from './bundle-4M7U4fS5.js';
|
|
9
9
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
10
|
-
import { K, S } from './bundle
|
|
11
|
-
import { T as filterChannelListParams, V as getChannelsWithUpsertedChannel } from './bundle-
|
|
10
|
+
import { K, S } from './bundle--N20GcJ0.js';
|
|
11
|
+
import { T as filterChannelListParams, V as getChannelsWithUpsertedChannel } from './bundle-zVaypUQR.js';
|
|
12
12
|
|
|
13
13
|
var RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
14
14
|
var CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -831,4 +831,4 @@ function useChannelListContext() {
|
|
|
831
831
|
}
|
|
832
832
|
|
|
833
833
|
export { ChannelListProvider as C, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, useChannelListContext as u };
|
|
834
|
-
//# sourceMappingURL=bundle-
|
|
834
|
+
//# sourceMappingURL=bundle-cQJ5iUQh.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-cQJ5iUQh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|