@sendbird/uikit-react 3.15.3 → 3.15.4
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 +79 -80
- package/App.js.map +1 -1
- package/CHANGELOG.md +12 -0
- package/Channel/components/ChannelHeader.js +34 -35
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +65 -66
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +31 -32
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +5 -6
- package/Channel/components/FrozenNotification.js.map +1 -1
- package/Channel/components/Message.js +55 -56
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +43 -44
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageInputWrapper.js +43 -44
- package/Channel/components/MessageInputWrapper.js.map +1 -1
- package/Channel/components/MessageList.js +58 -59
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +30 -31
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +32 -33
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +5 -6
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +7 -8
- package/Channel/components/UnreadCount.js.map +1 -1
- package/Channel/context.js +30 -30
- package/Channel/hooks/useHandleUploadFiles.js +16 -17
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/Channel/hooks/useInitialMessagesFetch.js +8 -6
- package/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
- package/Channel/utils/compareMessagesForGrouping.js +12 -7
- package/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/Channel/utils/getMessagePartsInfo.js +9 -7
- package/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/Channel.js +65 -66
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +22 -23
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +9 -10
- package/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/ChannelList/components/ChannelListUI.js +37 -38
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +30 -31
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -15
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +18 -19
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +37 -38
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +20 -21
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingMenuList.js +17 -18
- package/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsHeader.js +7 -8
- package/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/ChannelSettings/components/ChannelSettingsUI.js +27 -28
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +20 -21
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +17 -18
- package/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/ChannelSettings/components/ModerationPanel.js +25 -26
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +18 -19
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +24 -25
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +16 -17
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings/hooks/useMenuList.js +25 -26
- package/ChannelSettings/hooks/useMenuList.js.map +1 -1
- package/ChannelSettings.js +27 -28
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +19 -20
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +19 -20
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +16 -17
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +19 -20
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -18
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +17 -18
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +18 -19
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +18 -19
- package/EditUserProfile.js.map +1 -1
- package/GroupChannel/components/FileViewer.js +26 -27
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +5 -6
- package/GroupChannel/components/FrozenNotification.js.map +1 -1
- package/GroupChannel/components/GroupChannelHeader.js +29 -30
- package/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/GroupChannel/components/GroupChannelUI.js +58 -59
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +50 -51
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -39
- package/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/GroupChannel/components/MessageList.js +51 -52
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +25 -26
- package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/GroupChannel/components/SuggestedMentionList.js +11 -12
- package/GroupChannel/components/SuggestedMentionList.js.map +1 -1
- package/GroupChannel/components/TypingIndicator.js +5 -6
- package/GroupChannel/components/TypingIndicator.js.map +1 -1
- package/GroupChannel/components/UnreadCount.js +7 -8
- package/GroupChannel/components/UnreadCount.js.map +1 -1
- package/GroupChannel/context.js +23 -24
- package/GroupChannel/context.js.map +1 -1
- package/GroupChannel.js +58 -59
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +21 -22
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +9 -10
- package/GroupChannelList/components/GroupChannelListHeader.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListItem.js +28 -29
- package/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListUI.js +36 -37
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +14 -15
- package/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/GroupChannelList/context.js +16 -17
- package/GroupChannelList/context.js.map +1 -1
- package/GroupChannelList.js +36 -37
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +14 -15
- package/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +16 -17
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +4 -5
- package/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/OpenChannel/components/OpenChannelHeader.js +21 -22
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +27 -28
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +36 -37
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +40 -41
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +40 -41
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +20 -21
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +40 -41
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +19 -20
- package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +19 -20
- package/OpenChannelList.js.map +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +20 -21
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +20 -21
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -22
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +21 -22
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +19 -20
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +15 -16
- package/OpenChannelSettings/context.js.map +1 -1
- package/OpenChannelSettings.js +21 -22
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +20 -21
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +59 -60
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +30 -31
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -8
- package/Thread/components/ThreadHeader.js.map +1 -1
- package/Thread/components/ThreadList.js +52 -53
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +57 -58
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +43 -44
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +58 -59
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +21 -22
- package/Thread/context.js.map +1 -1
- package/Thread.js +58 -59
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +4 -4
- package/VoicePlayer/useVoicePlayer.js +14 -15
- package/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/VoiceRecorder/context.js +14 -15
- package/VoiceRecorder/context.js.map +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +14 -15
- package/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/chunks/{bundle-CWkmLLn2.js → bundle-02mU_mdQ.js} +1 -1
- package/chunks/bundle-02mU_mdQ.js.map +1 -0
- package/chunks/{bundle-CCDOrYFe.js → bundle-07bGaKDM.js} +2 -2
- package/chunks/bundle-07bGaKDM.js.map +1 -0
- package/chunks/{bundle-Dts0hetD.js → bundle-1AhxUDPU.js} +1 -1
- package/chunks/bundle-1AhxUDPU.js.map +1 -0
- package/chunks/{bundle-B7oRNXym.js → bundle-4FX6gpGw.js} +1 -1
- package/chunks/bundle-4FX6gpGw.js.map +1 -0
- package/{cjs/chunks/bundle-BS-sUJMk.js → chunks/bundle-B8FD5WDF.js} +16 -3
- package/chunks/{bundle-D0ZQD2jr.js.map → bundle-B8FD5WDF.js.map} +1 -1
- package/chunks/{bundle-C0lG2CiX.js → bundle-B9HB3GJk.js} +6 -6
- package/chunks/{bundle-C0lG2CiX.js.map → bundle-B9HB3GJk.js.map} +1 -1
- package/chunks/{bundle-BMkQOXmR.js → bundle-B9UrPiWj.js} +3 -3
- package/chunks/{bundle-BMkQOXmR.js.map → bundle-B9UrPiWj.js.map} +1 -1
- package/chunks/{bundle-cxgZVtDm.js → bundle-BAce4maL.js} +1 -1
- package/chunks/bundle-BAce4maL.js.map +1 -0
- package/chunks/{bundle-9opLpk4p.js → bundle-BE89xaRV.js} +3 -3
- package/chunks/{bundle-9opLpk4p.js.map → bundle-BE89xaRV.js.map} +1 -1
- package/chunks/{bundle-nCGuGmbx.js → bundle-BHGFStnL.js} +2 -2
- package/chunks/{bundle-nCGuGmbx.js.map → bundle-BHGFStnL.js.map} +1 -1
- package/chunks/{bundle-BKzY9-gE.js → bundle-BJ63dG1P.js} +3 -3
- package/chunks/{bundle-BKzY9-gE.js.map → bundle-BJ63dG1P.js.map} +1 -1
- package/chunks/{bundle-JbJSqKu9.js → bundle-BQ1z_avv.js} +6 -6
- package/chunks/{bundle-JbJSqKu9.js.map → bundle-BQ1z_avv.js.map} +1 -1
- package/chunks/{bundle-DSSONS5D.js → bundle-BR3hUG8u.js} +2 -2
- package/chunks/bundle-BR3hUG8u.js.map +1 -0
- package/chunks/{bundle-DFUr39FH.js → bundle-BafPumSi.js} +11 -11
- package/chunks/{bundle-DFUr39FH.js.map → bundle-BafPumSi.js.map} +1 -1
- package/chunks/{bundle-CgEPTDHH.js → bundle-BauMJKnf.js} +5 -4
- package/chunks/{bundle-CgEPTDHH.js.map → bundle-BauMJKnf.js.map} +1 -1
- package/chunks/{bundle-Dkby8sz9.js → bundle-BcUjwXyv.js} +1 -1
- package/chunks/bundle-BcUjwXyv.js.map +1 -0
- package/chunks/{bundle-DfLIML7-.js → bundle-BdMFvS48.js} +1 -1
- package/chunks/bundle-BdMFvS48.js.map +1 -0
- package/chunks/{bundle-BjNcbTQh.js → bundle-BoeyQYjc.js} +1 -1
- package/chunks/bundle-BoeyQYjc.js.map +1 -0
- package/chunks/{bundle-DqWVjRW7.js → bundle-BpEd5_0o.js} +2 -2
- package/chunks/{bundle-DqWVjRW7.js.map → bundle-BpEd5_0o.js.map} +1 -1
- package/chunks/{bundle-B2L1MePT.js → bundle-BqdQUkyf.js} +12 -12
- package/chunks/{bundle-B2L1MePT.js.map → bundle-BqdQUkyf.js.map} +1 -1
- package/chunks/{bundle-Dsr-VDfN.js → bundle-BtnCB-7T.js} +6 -6
- package/chunks/{bundle-Dsr-VDfN.js.map → bundle-BtnCB-7T.js.map} +1 -1
- package/chunks/{bundle-ce-U99Ad.js → bundle-BtoO5ttX.js} +6 -1
- package/chunks/{bundle-ce-U99Ad.js.map → bundle-BtoO5ttX.js.map} +1 -1
- package/chunks/{bundle-C9kO1pys.js → bundle-Bv0CLKmK.js} +5 -5
- package/chunks/bundle-Bv0CLKmK.js.map +1 -0
- package/chunks/{bundle-CKAmALDH.js → bundle-C3oeRQke.js} +1 -1
- package/chunks/bundle-C3oeRQke.js.map +1 -0
- package/chunks/{bundle-BGt_fqi6.js → bundle-C49aAsth.js} +11 -11
- package/chunks/{bundle-BGt_fqi6.js.map → bundle-C49aAsth.js.map} +1 -1
- package/chunks/{bundle-tJpMila8.js → bundle-C8gQKppc.js} +1 -1
- package/chunks/bundle-C8gQKppc.js.map +1 -0
- package/chunks/{bundle-C7_QDPo2.js → bundle-C8mlxyec.js} +13 -13
- package/chunks/{bundle-C7_QDPo2.js.map → bundle-C8mlxyec.js.map} +1 -1
- package/chunks/{bundle-DZbkjNQq.js → bundle-CAKtTn_6.js} +2 -2
- package/chunks/bundle-CAKtTn_6.js.map +1 -0
- package/chunks/{bundle-TuSWvL1C.js → bundle-CCC-fCd1.js} +2 -2
- package/chunks/bundle-CCC-fCd1.js.map +1 -0
- package/chunks/{bundle-Dt78-os5.js → bundle-CCOya1C2.js} +5 -5
- package/chunks/{bundle-Dt78-os5.js.map → bundle-CCOya1C2.js.map} +1 -1
- package/chunks/{bundle-CXtXjJDZ.js → bundle-CJW-g_-k.js} +3 -3
- package/chunks/bundle-CJW-g_-k.js.map +1 -0
- package/chunks/{bundle-BQEcjG5F.js → bundle-CM8k_MAe.js} +3 -3
- package/chunks/bundle-CM8k_MAe.js.map +1 -0
- package/chunks/{bundle-X6XhWV3M.js → bundle-CUQ997bd.js} +9 -9
- package/chunks/{bundle-X6XhWV3M.js.map → bundle-CUQ997bd.js.map} +1 -1
- package/chunks/{bundle-BzmojMJ_.js → bundle-CYvEzbcv.js} +1 -1
- package/chunks/{bundle-BzmojMJ_.js.map → bundle-CYvEzbcv.js.map} +1 -1
- package/chunks/{bundle-C2vTCLmr.js → bundle-CZxcoh5B.js} +4 -4
- package/chunks/{bundle-C2vTCLmr.js.map → bundle-CZxcoh5B.js.map} +1 -1
- package/chunks/{bundle-CzrsOIR1.js → bundle-C_9aMSZU.js} +4 -4
- package/chunks/bundle-C_9aMSZU.js.map +1 -0
- package/chunks/{bundle-ocvg0jQH.js → bundle-C_lEOEUK.js} +9 -9
- package/chunks/{bundle-ocvg0jQH.js.map → bundle-C_lEOEUK.js.map} +1 -1
- package/chunks/{bundle-C5elgKr1.js → bundle-C_xDLLUt.js} +4 -4
- package/chunks/bundle-C_xDLLUt.js.map +1 -0
- package/chunks/{bundle-DVXo9iAl.js → bundle-Cdoy9-UG.js} +4 -4
- package/chunks/bundle-Cdoy9-UG.js.map +1 -0
- package/chunks/{bundle-C9-Cb0qI.js → bundle-CgXWgHrU.js} +4 -4
- package/chunks/{bundle-C9-Cb0qI.js.map → bundle-CgXWgHrU.js.map} +1 -1
- package/chunks/{bundle-DhHjS6GS.js → bundle-Ch7HVLiB.js} +2 -2
- package/chunks/bundle-Ch7HVLiB.js.map +1 -0
- package/chunks/{bundle-5p8nSTj7.js → bundle-CiwJHy6g.js} +1 -1
- package/chunks/bundle-CiwJHy6g.js.map +1 -0
- package/chunks/{bundle-3uxghzrR.js → bundle-CkDGUIvh.js} +12 -12
- package/chunks/{bundle-3uxghzrR.js.map → bundle-CkDGUIvh.js.map} +1 -1
- package/chunks/{bundle-CIMqo6AR.js → bundle-Cl-vRzDr.js} +1 -1
- package/chunks/bundle-Cl-vRzDr.js.map +1 -0
- package/chunks/{bundle-uQe4Ocw5.js → bundle-CsHJ18W0.js} +2 -2
- package/chunks/bundle-CsHJ18W0.js.map +1 -0
- package/chunks/{bundle-CQlFz0Lw.js → bundle-CtFDB6uM.js} +3 -3
- package/chunks/{bundle-CQlFz0Lw.js.map → bundle-CtFDB6uM.js.map} +1 -1
- package/chunks/{bundle-BGnY658I.js → bundle-D3WudT0B.js} +3 -3
- package/chunks/{bundle-BGnY658I.js.map → bundle-D3WudT0B.js.map} +1 -1
- package/chunks/{bundle-CKfxyf9k.js → bundle-D48t2vTo.js} +1 -1
- package/chunks/bundle-D48t2vTo.js.map +1 -0
- package/chunks/{bundle-CsNiThJy.js → bundle-D4Oav06e.js} +11 -11
- package/chunks/bundle-D4Oav06e.js.map +1 -0
- package/chunks/{bundle-C7Nmdzz2.js → bundle-D5bkstmZ.js} +1 -1
- package/chunks/bundle-D5bkstmZ.js.map +1 -0
- package/chunks/{bundle-DgSmHrVC.js → bundle-D8l9-enQ.js} +1 -1
- package/chunks/bundle-D8l9-enQ.js.map +1 -0
- package/chunks/{bundle-Cdu1sPBK.js → bundle-DEIDkSEG.js} +1 -1
- package/chunks/bundle-DEIDkSEG.js.map +1 -0
- package/chunks/{bundle-dvBRcIr2.js → bundle-DFkvUVw1.js} +1 -1
- package/chunks/bundle-DFkvUVw1.js.map +1 -0
- package/chunks/{bundle-DOd9Ue9Y.js → bundle-DGc-w_0Y.js} +1 -1
- package/chunks/bundle-DGc-w_0Y.js.map +1 -0
- package/chunks/{bundle-Noch524y.js → bundle-DOVBsMiS.js} +6 -6
- package/chunks/bundle-DOVBsMiS.js.map +1 -0
- package/chunks/{bundle-BDAHpAtc.js → bundle-DPIvYZBS.js} +1 -1
- package/chunks/bundle-DPIvYZBS.js.map +1 -0
- package/chunks/{bundle-CeBbaU6Q.js → bundle-DSgx0Ssa.js} +1 -1
- package/chunks/{bundle-CeBbaU6Q.js.map → bundle-DSgx0Ssa.js.map} +1 -1
- package/chunks/{bundle-q1Wb9Xp1.js → bundle-DVOn95Bl.js} +1 -1
- package/chunks/bundle-DVOn95Bl.js.map +1 -0
- package/chunks/{bundle-BgijVwor.js → bundle-DZ92KGoS.js} +3 -2
- package/chunks/{bundle-BgijVwor.js.map → bundle-DZ92KGoS.js.map} +1 -1
- package/chunks/{bundle-BPPXxiH-.js → bundle-DZK4rg_Y.js} +1 -1
- package/chunks/bundle-DZK4rg_Y.js.map +1 -0
- package/chunks/{bundle-CT1B8kWZ.js → bundle-DbVGPg9d.js} +1 -1
- package/chunks/bundle-DbVGPg9d.js.map +1 -0
- package/chunks/{bundle-BW1zmMtb.js → bundle-Ddg2e7WW.js} +7 -7
- package/chunks/{bundle-BW1zmMtb.js.map → bundle-Ddg2e7WW.js.map} +1 -1
- package/chunks/{bundle-DxL12hnL.js → bundle-DsRjGWKb.js} +3 -3
- package/chunks/{bundle-DxL12hnL.js.map → bundle-DsRjGWKb.js.map} +1 -1
- package/chunks/{bundle-CtTnENiS.js → bundle-Dw-CkW5p.js} +1 -1
- package/chunks/bundle-Dw-CkW5p.js.map +1 -0
- package/chunks/{bundle-gAP3oCa0.js → bundle-Dw_-sD_V.js} +6 -6
- package/chunks/bundle-Dw_-sD_V.js.map +1 -0
- package/chunks/{bundle-B52kQohh.js → bundle-Dy0AI0rz.js} +4 -4
- package/chunks/bundle-Dy0AI0rz.js.map +1 -0
- package/chunks/{bundle-glN0KI0p.js → bundle-DyKHaG_F.js} +6 -6
- package/chunks/bundle-DyKHaG_F.js.map +1 -0
- package/chunks/{bundle-BrNGDC22.js → bundle-DzFqlsbR.js} +1 -1
- package/chunks/bundle-DzFqlsbR.js.map +1 -0
- package/chunks/{bundle-BVPMkbXr.js → bundle-KBGS7iEb.js} +5 -5
- package/chunks/{bundle-BVPMkbXr.js.map → bundle-KBGS7iEb.js.map} +1 -1
- package/chunks/{bundle-qLwm9kfO.js → bundle-Qa-OShfm.js} +12 -12
- package/chunks/bundle-Qa-OShfm.js.map +1 -0
- package/chunks/{bundle-ea-ugG4V.js → bundle-S77tFmNz.js} +1 -1
- package/chunks/{bundle-ea-ugG4V.js.map → bundle-S77tFmNz.js.map} +1 -1
- package/chunks/{bundle-BvjeGog2.js → bundle-WBTZOgwR.js} +3 -3
- package/chunks/bundle-WBTZOgwR.js.map +1 -0
- package/chunks/{bundle-EkU8Mahq.js → bundle-ZwPNoncU.js} +1 -1
- package/chunks/bundle-ZwPNoncU.js.map +1 -0
- package/chunks/{bundle-Dow5hG5h.js → bundle-f-kJq0yY.js} +1 -1
- package/chunks/bundle-f-kJq0yY.js.map +1 -0
- package/chunks/{bundle-z29kvax5.js → bundle-fSCONSew.js} +9 -9
- package/chunks/bundle-fSCONSew.js.map +1 -0
- package/chunks/{bundle-C_VmHcHD.js → bundle-g4f6DqPZ.js} +1 -1
- package/chunks/bundle-g4f6DqPZ.js.map +1 -0
- package/chunks/{bundle-JkWSm5yU.js → bundle-kAnCqJ1s.js} +2 -2
- package/chunks/bundle-kAnCqJ1s.js.map +1 -0
- package/chunks/{bundle-CKlbNu7R.js → bundle-kMS1-vHn.js} +1 -1
- package/chunks/bundle-kMS1-vHn.js.map +1 -0
- package/chunks/{bundle-WMazN8J8.js → bundle-piJ_EqHo.js} +8 -8
- package/chunks/{bundle-WMazN8J8.js.map → bundle-piJ_EqHo.js.map} +1 -1
- package/chunks/{bundle-DeFYvx_v.js → bundle-t_NHXb8k.js} +4 -4
- package/chunks/{bundle-DeFYvx_v.js.map → bundle-t_NHXb8k.js.map} +1 -1
- package/chunks/{bundle-Dv9ZXW5R.js → bundle-ub1P3ZHF.js} +1 -1
- package/chunks/bundle-ub1P3ZHF.js.map +1 -0
- package/chunks/{bundle-DkSAqYsd.js → bundle-v3c-9N0A.js} +12 -12
- package/chunks/{bundle-DkSAqYsd.js.map → bundle-v3c-9N0A.js.map} +1 -1
- package/chunks/{bundle-EasEFat5.js → bundle-xPkUUY0y.js} +3 -3
- package/chunks/bundle-xPkUUY0y.js.map +1 -0
- package/chunks/{bundle-DC3RurSG.js → bundle-zuweEiOJ.js} +8 -8
- package/chunks/{bundle-DC3RurSG.js.map → bundle-zuweEiOJ.js.map} +1 -1
- package/chunks/{bundle-Dh-x5LcL.js → bundle-zxooGkqM.js} +1 -1
- package/chunks/{bundle-Dh-x5LcL.js.map → bundle-zxooGkqM.js.map} +1 -1
- package/cjs/App.js +79 -80
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +34 -35
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +65 -66
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +31 -32
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +5 -6
- package/cjs/Channel/components/FrozenNotification.js.map +1 -1
- package/cjs/Channel/components/Message.js +55 -56
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +43 -44
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +43 -44
- package/cjs/Channel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +58 -59
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +30 -31
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +32 -33
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +5 -6
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +7 -8
- package/cjs/Channel/components/UnreadCount.js.map +1 -1
- package/cjs/Channel/context.js +30 -30
- package/cjs/Channel/hooks/useHandleUploadFiles.js +16 -17
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -6
- package/cjs/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
- package/cjs/Channel/utils/compareMessagesForGrouping.js +12 -7
- package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/cjs/Channel/utils/getMessagePartsInfo.js +9 -7
- package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/cjs/Channel.js +65 -66
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +22 -23
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -10
- package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListUI.js +37 -38
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +30 -31
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -15
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +18 -19
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +37 -38
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +20 -21
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +17 -18
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +7 -8
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +27 -28
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +20 -21
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +17 -18
- package/cjs/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/cjs/ChannelSettings/components/ModerationPanel.js +25 -26
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +18 -19
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +24 -25
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +16 -17
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings/hooks/useMenuList.js +25 -26
- package/cjs/ChannelSettings/hooks/useMenuList.js.map +1 -1
- package/cjs/ChannelSettings.js +27 -28
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +19 -20
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +19 -20
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +16 -17
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +19 -20
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -18
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +17 -18
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +18 -19
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +18 -19
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/GroupChannel/components/FileViewer.js +26 -27
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -6
- package/cjs/GroupChannel/components/FrozenNotification.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelHeader.js +29 -30
- package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelUI.js +58 -59
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +50 -51
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -38
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +51 -52
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +25 -26
- package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/GroupChannel/components/SuggestedMentionList.js +11 -12
- package/cjs/GroupChannel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/GroupChannel/components/TypingIndicator.js +5 -6
- package/cjs/GroupChannel/components/TypingIndicator.js.map +1 -1
- package/cjs/GroupChannel/components/UnreadCount.js +7 -8
- package/cjs/GroupChannel/components/UnreadCount.js.map +1 -1
- package/cjs/GroupChannel/context.js +23 -24
- package/cjs/GroupChannel/context.js.map +1 -1
- package/cjs/GroupChannel.js +58 -59
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +21 -22
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +9 -10
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +28 -29
- package/cjs/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +36 -37
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +14 -15
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/cjs/GroupChannelList/context.js +16 -17
- package/cjs/GroupChannelList/context.js.map +1 -1
- package/cjs/GroupChannelList.js +36 -37
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -15
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +16 -17
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -5
- package/cjs/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelHeader.js +21 -22
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +27 -28
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +36 -37
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +40 -41
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +40 -41
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +20 -21
- package/cjs/OpenChannel/context.js.map +1 -1
- package/cjs/OpenChannel.js +40 -41
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +19 -20
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +19 -20
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +20 -21
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +20 -21
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -22
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +21 -22
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +19 -20
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +15 -16
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +21 -22
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +20 -21
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +59 -60
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +30 -31
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -8
- package/cjs/Thread/components/ThreadHeader.js.map +1 -1
- package/cjs/Thread/components/ThreadList.js +52 -53
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +57 -58
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +43 -44
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +58 -59
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +21 -22
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +58 -59
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +4 -4
- package/cjs/VoicePlayer/useVoicePlayer.js +14 -15
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/cjs/VoiceRecorder/context.js +14 -15
- package/cjs/VoiceRecorder/context.js.map +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +14 -15
- package/cjs/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/cjs/chunks/{bundle-Bv6oJxhE.js → bundle-1hFPx8T-.js} +1 -1
- package/cjs/chunks/bundle-1hFPx8T-.js.map +1 -0
- package/cjs/chunks/{bundle-DSGwrVX4.js → bundle-2h0tunYE.js} +4 -4
- package/cjs/chunks/bundle-2h0tunYE.js.map +1 -0
- package/cjs/chunks/{bundle-8epw-Y5R.js → bundle-5IKXZjCM.js} +3 -2
- package/cjs/chunks/bundle-5IKXZjCM.js.map +1 -0
- package/cjs/chunks/{bundle-GfPIHkm3.js → bundle-7CPMX_TT.js} +1 -1
- package/cjs/chunks/bundle-7CPMX_TT.js.map +1 -0
- package/cjs/chunks/{bundle-C-LjjSx1.js → bundle-B-Lh9WrT.js} +2 -2
- package/cjs/chunks/{bundle-C-LjjSx1.js.map → bundle-B-Lh9WrT.js.map} +1 -1
- package/cjs/chunks/{bundle-D9rW7LDo.js → bundle-B1BFXAIQ.js} +1 -1
- package/cjs/chunks/bundle-B1BFXAIQ.js.map +1 -0
- package/cjs/chunks/{bundle-BLV8Ux93.js → bundle-B3vWGR_K.js} +9 -9
- package/cjs/chunks/{bundle-BLV8Ux93.js.map → bundle-B3vWGR_K.js.map} +1 -1
- package/cjs/chunks/{bundle-BkCYzDja.js → bundle-B4yvC9Hz.js} +1 -1
- package/cjs/chunks/bundle-B4yvC9Hz.js.map +1 -0
- package/cjs/chunks/{bundle-CjfX7wjN.js → bundle-BBJTtQpB.js} +12 -12
- package/cjs/chunks/{bundle-CjfX7wjN.js.map → bundle-BBJTtQpB.js.map} +1 -1
- package/cjs/chunks/{bundle-nd8abqcL.js → bundle-BCChjjwq.js} +2 -2
- package/cjs/chunks/bundle-BCChjjwq.js.map +1 -0
- package/cjs/chunks/{bundle-DSZ-HrKZ.js → bundle-BCxrXYI3.js} +9 -9
- package/cjs/chunks/bundle-BCxrXYI3.js.map +1 -0
- package/cjs/chunks/{bundle-D0MK3u4m.js → bundle-BH4jo8Br.js} +1 -1
- package/cjs/chunks/bundle-BH4jo8Br.js.map +1 -0
- package/cjs/chunks/{bundle-CaT-IFph.js → bundle-BIO_eBe4.js} +1 -1
- package/cjs/chunks/bundle-BIO_eBe4.js.map +1 -0
- package/cjs/chunks/{bundle-DQndGrzk.js → bundle-BJ0h7G0c.js} +4 -4
- package/cjs/chunks/bundle-BJ0h7G0c.js.map +1 -0
- package/cjs/chunks/{bundle-L_3R_RO_.js → bundle-BMhYApRu.js} +1 -1
- package/cjs/chunks/bundle-BMhYApRu.js.map +1 -0
- package/cjs/chunks/{bundle-DQHejQcp.js → bundle-BQUV_WAU.js} +5 -5
- package/cjs/chunks/bundle-BQUV_WAU.js.map +1 -0
- package/cjs/chunks/{bundle-CHTSxTq-.js → bundle-BWbn8TYb.js} +12 -12
- package/cjs/chunks/bundle-BWbn8TYb.js.map +1 -0
- package/cjs/chunks/{bundle-CCbWqQ-3.js → bundle-BXPOAoB6.js} +4 -4
- package/cjs/chunks/{bundle-CCbWqQ-3.js.map → bundle-BXPOAoB6.js.map} +1 -1
- package/cjs/chunks/{bundle-Btu2Blrn.js → bundle-BZ7JTELl.js} +1 -1
- package/cjs/chunks/bundle-BZ7JTELl.js.map +1 -0
- package/cjs/chunks/{bundle-B2Kh3qhP.js → bundle-B_WxxAei.js} +12 -12
- package/cjs/chunks/{bundle-B2Kh3qhP.js.map → bundle-B_WxxAei.js.map} +1 -1
- package/cjs/chunks/{bundle-zSEw-S-o.js → bundle-Bc9wvPCN.js} +1 -1
- package/cjs/chunks/bundle-Bc9wvPCN.js.map +1 -0
- package/cjs/chunks/{bundle-r-AH2Yf0.js → bundle-BdkNokVA.js} +1 -1
- package/cjs/chunks/bundle-BdkNokVA.js.map +1 -0
- package/cjs/chunks/{bundle-CesWsCl-.js → bundle-BgLxFRQk.js} +3 -3
- package/cjs/chunks/bundle-BgLxFRQk.js.map +1 -0
- package/cjs/chunks/{bundle-CCIePO3F.js → bundle-Blch0kG8.js} +2 -2
- package/cjs/chunks/bundle-Blch0kG8.js.map +1 -0
- package/cjs/chunks/{bundle-BoINe66g.js → bundle-BlctoPRq.js} +6 -6
- package/cjs/chunks/{bundle-BoINe66g.js.map → bundle-BlctoPRq.js.map} +1 -1
- package/cjs/chunks/{bundle-CjvUzR14.js → bundle-Bpkxxjt3.js} +5 -5
- package/cjs/chunks/bundle-Bpkxxjt3.js.map +1 -0
- package/cjs/chunks/{bundle-NYuw4y3f.js → bundle-BpwAPpI9.js} +11 -11
- package/cjs/chunks/{bundle-NYuw4y3f.js.map → bundle-BpwAPpI9.js.map} +1 -1
- package/cjs/chunks/{bundle-Cn2MxdgL.js → bundle-Bqw9YOBI.js} +1 -1
- package/cjs/chunks/{bundle-Cn2MxdgL.js.map → bundle-Bqw9YOBI.js.map} +1 -1
- package/cjs/chunks/{bundle-BuiTr216.js → bundle-BrQ2ZPGR.js} +1 -1
- package/cjs/chunks/bundle-BrQ2ZPGR.js.map +1 -0
- package/cjs/chunks/{bundle-VJBMgpVG.js → bundle-BuKwTuVv.js} +1 -1
- package/cjs/chunks/bundle-BuKwTuVv.js.map +1 -0
- package/cjs/chunks/{bundle-BCECJCat.js → bundle-BwE__yQ0.js} +4 -4
- package/cjs/chunks/{bundle-BCECJCat.js.map → bundle-BwE__yQ0.js.map} +1 -1
- package/cjs/chunks/{bundle-DE_vZq5Z.js → bundle-BwhU8sVU.js} +1 -1
- package/cjs/chunks/bundle-BwhU8sVU.js.map +1 -0
- package/cjs/chunks/{bundle-Bs9phdNx.js → bundle-By1Sf00B.js} +1 -1
- package/cjs/chunks/bundle-By1Sf00B.js.map +1 -0
- package/cjs/chunks/{bundle-C9LFywjo.js → bundle-ByanPeD0.js} +4 -4
- package/cjs/chunks/{bundle-C9LFywjo.js.map → bundle-ByanPeD0.js.map} +1 -1
- package/cjs/chunks/{bundle-BFCyrBdj.js → bundle-Bz09H9J_.js} +4 -4
- package/cjs/chunks/bundle-Bz09H9J_.js.map +1 -0
- package/cjs/chunks/{bundle-Bi19FDZ5.js → bundle-C5eIOPz0.js} +6 -6
- package/cjs/chunks/bundle-C5eIOPz0.js.map +1 -0
- package/cjs/chunks/{bundle-D2sCPW_o.js → bundle-C9ZOR9xa.js} +5 -4
- package/cjs/chunks/{bundle-BZ1AsdXl.js.map → bundle-C9ZOR9xa.js.map} +1 -1
- package/cjs/chunks/{bundle-D_4c6SQ3.js → bundle-CASJD9zh.js} +11 -11
- package/cjs/chunks/{bundle-D_4c6SQ3.js.map → bundle-CASJD9zh.js.map} +1 -1
- package/cjs/chunks/{bundle-CAQKYsUp.js → bundle-CF2nS6c6.js} +4 -4
- package/cjs/chunks/bundle-CF2nS6c6.js.map +1 -0
- package/cjs/chunks/{bundle-CDnbjALU.js → bundle-CIZAIkTO.js} +1 -1
- package/cjs/chunks/bundle-CIZAIkTO.js.map +1 -0
- package/cjs/chunks/{bundle-B-ZuAKXZ.js → bundle-CM9WiyJr.js} +2 -2
- package/cjs/chunks/bundle-CM9WiyJr.js.map +1 -0
- package/cjs/chunks/{bundle-_wHF5YgG.js → bundle-COihomAk.js} +1 -1
- package/cjs/chunks/bundle-COihomAk.js.map +1 -0
- package/cjs/chunks/{bundle-BpvugKBT.js → bundle-CW2Ejtnv.js} +8 -8
- package/cjs/chunks/bundle-CW2Ejtnv.js.map +1 -0
- package/cjs/chunks/{bundle-Duwe0X6b.js → bundle-CX437C0t.js} +3 -3
- package/cjs/chunks/bundle-CX437C0t.js.map +1 -0
- package/cjs/chunks/{bundle-C54spnkr.js → bundle-CYpPCSbs.js} +2 -2
- package/cjs/chunks/bundle-CYpPCSbs.js.map +1 -0
- package/cjs/chunks/{bundle-DZhGPgbe.js → bundle-CeLmQMmo.js} +1 -1
- package/cjs/chunks/bundle-CeLmQMmo.js.map +1 -0
- package/cjs/chunks/{bundle-BJGugzi0.js → bundle-CfM5CrA0.js} +1 -1
- package/cjs/chunks/bundle-CfM5CrA0.js.map +1 -0
- package/cjs/chunks/{bundle-BwOCJSql.js → bundle-CfZTR4zC.js} +1 -1
- package/cjs/chunks/bundle-CfZTR4zC.js.map +1 -0
- package/cjs/chunks/{bundle-VbOeuTUC.js → bundle-ClyzMwDC.js} +1 -1
- package/cjs/chunks/bundle-ClyzMwDC.js.map +1 -0
- package/cjs/chunks/{bundle-DVOGI-Rc.js → bundle-CsB_i6B0.js} +1 -1
- package/cjs/chunks/bundle-CsB_i6B0.js.map +1 -0
- package/cjs/chunks/{bundle-D4QxpqPl.js → bundle-Ctcafl75.js} +1 -1
- package/cjs/chunks/bundle-Ctcafl75.js.map +1 -0
- package/cjs/chunks/{bundle-Ci7zmDys.js → bundle-CuaaEAz6.js} +1 -1
- package/cjs/chunks/{bundle-Ci7zmDys.js.map → bundle-CuaaEAz6.js.map} +1 -1
- package/{chunks/bundle-D0ZQD2jr.js → cjs/chunks/bundle-D24hyvZV.js} +26 -2
- package/cjs/chunks/{bundle-BS-sUJMk.js.map → bundle-D24hyvZV.js.map} +1 -1
- package/cjs/chunks/{bundle-DA6glZdL.js → bundle-D2P6gVxf.js} +6 -1
- package/cjs/chunks/bundle-D2P6gVxf.js.map +1 -0
- package/cjs/chunks/{bundle-gFZm3ecb.js → bundle-D7z1mmDp.js} +3 -3
- package/cjs/chunks/bundle-D7z1mmDp.js.map +1 -0
- package/cjs/chunks/{bundle-D5oK3Rp9.js → bundle-DC7D5Jct.js} +6 -6
- package/cjs/chunks/bundle-DC7D5Jct.js.map +1 -0
- package/cjs/chunks/{bundle-Bnn_E8RA.js → bundle-DFT3H9MM.js} +1 -1
- package/cjs/chunks/bundle-DFT3H9MM.js.map +1 -0
- package/cjs/chunks/{bundle-B-uHzt8g.js → bundle-DJx1xhzu.js} +3 -3
- package/cjs/chunks/{bundle-B-uHzt8g.js.map → bundle-DJx1xhzu.js.map} +1 -1
- package/cjs/chunks/{bundle-nosQMs7L.js → bundle-DNMXfsO0.js} +8 -8
- package/cjs/chunks/{bundle-nosQMs7L.js.map → bundle-DNMXfsO0.js.map} +1 -1
- package/cjs/chunks/{bundle-CeNn7FyG.js → bundle-DRtpyy_k.js} +6 -6
- package/cjs/chunks/{bundle-CeNn7FyG.js.map → bundle-DRtpyy_k.js.map} +1 -1
- package/cjs/chunks/{bundle-h8MYK1dT.js → bundle-DU96Nzq-.js} +12 -12
- package/cjs/chunks/{bundle-h8MYK1dT.js.map → bundle-DU96Nzq-.js.map} +1 -1
- package/cjs/chunks/{bundle-CbSs45FK.js → bundle-DYmapMAd.js} +4 -4
- package/cjs/chunks/{bundle-CbSs45FK.js.map → bundle-DYmapMAd.js.map} +1 -1
- package/cjs/chunks/{bundle-D-juTmuQ.js → bundle-DZ7PcPyb.js} +11 -11
- package/cjs/chunks/{bundle-D-juTmuQ.js.map → bundle-DZ7PcPyb.js.map} +1 -1
- package/cjs/chunks/{bundle-fNcBIidO.js → bundle-D_lF37ye.js} +1 -1
- package/cjs/chunks/bundle-D_lF37ye.js.map +1 -0
- package/cjs/chunks/{bundle-C3_8wOj2.js → bundle-Db8YvH3q.js} +1 -1
- package/cjs/chunks/bundle-Db8YvH3q.js.map +1 -0
- package/cjs/chunks/{bundle-DefhSWQN.js → bundle-DfojQg99.js} +3 -3
- package/cjs/chunks/bundle-DfojQg99.js.map +1 -0
- package/cjs/chunks/{bundle-FWPTMDs0.js → bundle-DikxzL_d.js} +2 -2
- package/cjs/chunks/{bundle-FWPTMDs0.js.map → bundle-DikxzL_d.js.map} +1 -1
- package/cjs/chunks/{bundle-CfKorUhy.js → bundle-Dn0-m4mJ.js} +2 -2
- package/cjs/chunks/bundle-Dn0-m4mJ.js.map +1 -0
- package/cjs/chunks/{bundle-CALVF1pa.js → bundle-DnC1jVeG.js} +5 -5
- package/cjs/chunks/{bundle-CALVF1pa.js.map → bundle-DnC1jVeG.js.map} +1 -1
- package/cjs/chunks/{bundle-Jjn1-kKx.js → bundle-DncXV6Zi.js} +2 -2
- package/cjs/chunks/bundle-DncXV6Zi.js.map +1 -0
- package/cjs/chunks/{bundle-ChqOrDsi.js → bundle-DrfEImqs.js} +3 -3
- package/cjs/chunks/bundle-DrfEImqs.js.map +1 -0
- package/cjs/chunks/{bundle-IkyTbDYv.js → bundle-DtmJbh2k.js} +1 -1
- package/cjs/chunks/bundle-DtmJbh2k.js.map +1 -0
- package/cjs/chunks/{bundle-BKmtlYa7.js → bundle-DweV15BE.js} +1 -1
- package/cjs/chunks/bundle-DweV15BE.js.map +1 -0
- package/cjs/chunks/{bundle-BEIWVk-r.js → bundle-Ev0IfN_G.js} +1 -1
- package/cjs/chunks/bundle-Ev0IfN_G.js.map +1 -0
- package/cjs/chunks/{bundle-CK24Puus.js → bundle-Ezzvgnkr.js} +3 -3
- package/cjs/chunks/bundle-Ezzvgnkr.js.map +1 -0
- package/cjs/chunks/{bundle-CVnXKW80.js → bundle-LL9X-ZFA.js} +7 -7
- package/cjs/chunks/bundle-LL9X-ZFA.js.map +1 -0
- package/cjs/chunks/{bundle-DvkXKWMW.js → bundle-Omd3faBY.js} +1 -1
- package/cjs/chunks/bundle-Omd3faBY.js.map +1 -0
- package/cjs/chunks/{bundle-BkLb-q-l.js → bundle-Q8pO_OyW.js} +3 -3
- package/cjs/chunks/bundle-Q8pO_OyW.js.map +1 -0
- package/cjs/chunks/{bundle-DYJ51R7t.js → bundle-UrfGgm28.js} +3 -3
- package/cjs/chunks/{bundle-DYJ51R7t.js.map → bundle-UrfGgm28.js.map} +1 -1
- package/cjs/chunks/{bundle-DyTxGrps.js → bundle-Vbr70dS-.js} +6 -6
- package/cjs/chunks/bundle-Vbr70dS-.js.map +1 -0
- package/cjs/chunks/{bundle-CvFJXbOp.js → bundle-ZOmsvW3a.js} +1 -1
- package/cjs/chunks/bundle-ZOmsvW3a.js.map +1 -0
- package/cjs/chunks/{bundle-CHzAypFw.js → bundle-et2uTovT.js} +6 -6
- package/cjs/chunks/bundle-et2uTovT.js.map +1 -0
- package/cjs/chunks/{bundle-D-cvcxRz.js → bundle-lqC_6gBR.js} +13 -13
- package/cjs/chunks/bundle-lqC_6gBR.js.map +1 -0
- package/cjs/chunks/{bundle-B3WfueeC.js → bundle-pph4vfaO.js} +2 -2
- package/cjs/chunks/bundle-pph4vfaO.js.map +1 -0
- package/cjs/chunks/{bundle-BZ1AsdXl.js → bundle-tY97PA7n.js} +9 -9
- package/cjs/chunks/{bundle-D2sCPW_o.js.map → bundle-tY97PA7n.js.map} +1 -1
- package/cjs/hooks/useModal.js +14 -15
- package/cjs/hooks/useModal.js.map +1 -1
- package/cjs/index.js +83 -84
- package/cjs/index.js.map +1 -1
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +1 -1
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +4 -5
- package/cjs/ui/Badge.js.map +1 -1
- package/cjs/ui/BottomSheet.js +14 -15
- package/cjs/ui/BottomSheet.js.map +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +5 -6
- package/cjs/ui/ConnectionStatus.js.map +1 -1
- package/cjs/ui/ContextMenu.js +10 -11
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +20 -21
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +7 -8
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +9 -9
- package/cjs/ui/FileViewer.js +17 -18
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Header.js +6 -6
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +4 -4
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/cjs/ui/MentionLabel.js +18 -19
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +48 -50
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +15 -16
- package/cjs/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/cjs/ui/MessageFeedbackModal.js +15 -16
- package/cjs/ui/MessageFeedbackModal.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +15 -16
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +11 -12
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +12 -13
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageMenu.js +11 -12
- package/cjs/ui/MessageMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +18 -19
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +15 -16
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- package/cjs/ui/MessageStatus.js +12 -13
- package/cjs/ui/MessageStatus.js.map +1 -1
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +14 -15
- package/cjs/ui/MobileFeedbackMenu.js.map +1 -1
- package/cjs/ui/MobileMenu.js +15 -16
- package/cjs/ui/MobileMenu.js.map +1 -1
- package/cjs/ui/Modal.js +14 -15
- package/cjs/ui/Modal.js.map +1 -1
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +21 -22
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +7 -8
- package/cjs/ui/OpenChannelAvatar.js.map +1 -1
- package/cjs/ui/OpenchannelConversationHeader.js +7 -8
- package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
- package/cjs/ui/OpenchannelFileMessage.js +23 -24
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +25 -26
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +22 -23
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +23 -24
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +5 -6
- package/cjs/ui/PlaceHolder.js.map +1 -1
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +9 -10
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +9 -10
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- 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 +9 -10
- package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +21 -22
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +7 -8
- package/cjs/ui/ThreadReplies.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +8 -8
- 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 -8
- package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
- package/cjs/ui/UserListItem.js +18 -19
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserListItemMenu.js +11 -12
- package/cjs/ui/UserListItemMenu.js.map +1 -1
- package/cjs/ui/UserProfile.js +18 -19
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/VoiceMessageInput.js +8 -9
- package/cjs/ui/VoiceMessageInput.js.map +1 -1
- package/cjs/ui/VoiceMessageItemBody.js +14 -15
- package/cjs/ui/VoiceMessageItemBody.js.map +1 -1
- package/cjs/ui/Word.js +18 -19
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +4 -4
- package/cjs/withSendbird.js +1 -1
- package/hooks/useModal.js +14 -15
- package/hooks/useModal.js.map +1 -1
- package/index.js +83 -84
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/ui/Label/stringSet.d.ts +5 -0
- package/types/ui/MessageSearchFileItem/utils.d.ts +1 -1
- package/types/ui/MessageSearchItem/getCreatedAt.d.ts +1 -1
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +4 -5
- package/ui/Badge.js.map +1 -1
- package/ui/BottomSheet.js +14 -15
- package/ui/BottomSheet.js.map +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +5 -6
- package/ui/ConnectionStatus.js.map +1 -1
- package/ui/ContextMenu.js +10 -11
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +20 -21
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FallbackTemplateMessageItemBody.tsx.js +7 -8
- package/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
- package/ui/FileMessageItemBody.js +9 -9
- package/ui/FileViewer.js +17 -18
- package/ui/FileViewer.js.map +1 -1
- package/ui/Header.js +6 -6
- 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 +4 -4
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/ui/MentionLabel.js +18 -19
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +49 -51
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +15 -16
- package/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/ui/MessageFeedbackModal.js +15 -16
- package/ui/MessageFeedbackModal.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +15 -16
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +11 -12
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +12 -13
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageMenu.js +11 -12
- package/ui/MessageMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +18 -19
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +15 -16
- package/ui/MessageSearchItem.js.map +1 -1
- package/ui/MessageStatus.js +12 -13
- package/ui/MessageStatus.js.map +1 -1
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +14 -15
- package/ui/MobileFeedbackMenu.js.map +1 -1
- package/ui/MobileMenu.js +15 -16
- package/ui/MobileMenu.js.map +1 -1
- package/ui/Modal.js +14 -15
- package/ui/Modal.js.map +1 -1
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +21 -22
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +7 -8
- package/ui/OpenChannelAvatar.js.map +1 -1
- package/ui/OpenchannelConversationHeader.js +7 -8
- package/ui/OpenchannelConversationHeader.js.map +1 -1
- package/ui/OpenchannelFileMessage.js +23 -24
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +25 -26
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +22 -23
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +23 -24
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +5 -6
- package/ui/PlaceHolder.js.map +1 -1
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +9 -10
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +9 -10
- package/ui/QuoteMessageInput.js.map +1 -1
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +9 -10
- package/ui/TemplateMessageItemBody.js.map +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +21 -22
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +7 -8
- package/ui/ThreadReplies.js.map +1 -1
- package/ui/ThumbnailMessageItemBody.js +8 -8
- 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 -8
- package/ui/UnknownMessageItemBody.js.map +1 -1
- package/ui/UserListItem.js +18 -19
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserListItemMenu.js +12 -13
- package/ui/UserListItemMenu.js.map +1 -1
- package/ui/UserProfile.js +18 -19
- package/ui/UserProfile.js.map +1 -1
- package/ui/VoiceMessageInput.js +8 -9
- package/ui/VoiceMessageInput.js.map +1 -1
- package/ui/VoiceMessageItemBody.js +14 -15
- package/ui/VoiceMessageItemBody.js.map +1 -1
- package/ui/Word.js +18 -19
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +4 -4
- package/withSendbird.js +1 -1
- package/chunks/bundle-5p8nSTj7.js.map +0 -1
- package/chunks/bundle-B52kQohh.js.map +0 -1
- package/chunks/bundle-B7oRNXym.js.map +0 -1
- package/chunks/bundle-BDAHpAtc.js.map +0 -1
- package/chunks/bundle-BPPXxiH-.js.map +0 -1
- package/chunks/bundle-BQEcjG5F.js.map +0 -1
- package/chunks/bundle-BjNcbTQh.js.map +0 -1
- package/chunks/bundle-BrNGDC22.js.map +0 -1
- package/chunks/bundle-BvjeGog2.js.map +0 -1
- package/chunks/bundle-C5elgKr1.js.map +0 -1
- package/chunks/bundle-C7Nmdzz2.js.map +0 -1
- package/chunks/bundle-C9kO1pys.js.map +0 -1
- package/chunks/bundle-CCDOrYFe.js.map +0 -1
- package/chunks/bundle-CIMqo6AR.js.map +0 -1
- package/chunks/bundle-CKAmALDH.js.map +0 -1
- package/chunks/bundle-CKfxyf9k.js.map +0 -1
- package/chunks/bundle-CKlbNu7R.js.map +0 -1
- package/chunks/bundle-CT1B8kWZ.js.map +0 -1
- package/chunks/bundle-CWkmLLn2.js.map +0 -1
- package/chunks/bundle-CXtXjJDZ.js.map +0 -1
- package/chunks/bundle-C_VmHcHD.js.map +0 -1
- package/chunks/bundle-Cdu1sPBK.js.map +0 -1
- package/chunks/bundle-CnjrquX2.js +0 -18
- package/chunks/bundle-CnjrquX2.js.map +0 -1
- package/chunks/bundle-CsNiThJy.js.map +0 -1
- package/chunks/bundle-CtTnENiS.js.map +0 -1
- package/chunks/bundle-CzrsOIR1.js.map +0 -1
- package/chunks/bundle-DOd9Ue9Y.js.map +0 -1
- package/chunks/bundle-DSSONS5D.js.map +0 -1
- package/chunks/bundle-DVXo9iAl.js.map +0 -1
- package/chunks/bundle-DZbkjNQq.js.map +0 -1
- package/chunks/bundle-DfLIML7-.js.map +0 -1
- package/chunks/bundle-DgSmHrVC.js.map +0 -1
- package/chunks/bundle-DhHjS6GS.js.map +0 -1
- package/chunks/bundle-Dkby8sz9.js.map +0 -1
- package/chunks/bundle-Dow5hG5h.js.map +0 -1
- package/chunks/bundle-Dts0hetD.js.map +0 -1
- package/chunks/bundle-Dv9ZXW5R.js.map +0 -1
- package/chunks/bundle-EasEFat5.js.map +0 -1
- package/chunks/bundle-EkU8Mahq.js.map +0 -1
- package/chunks/bundle-JkWSm5yU.js.map +0 -1
- package/chunks/bundle-Noch524y.js.map +0 -1
- package/chunks/bundle-TuSWvL1C.js.map +0 -1
- package/chunks/bundle-cxgZVtDm.js.map +0 -1
- package/chunks/bundle-dvBRcIr2.js.map +0 -1
- package/chunks/bundle-gAP3oCa0.js.map +0 -1
- package/chunks/bundle-glN0KI0p.js.map +0 -1
- package/chunks/bundle-q1Wb9Xp1.js.map +0 -1
- package/chunks/bundle-qLwm9kfO.js.map +0 -1
- package/chunks/bundle-tJpMila8.js.map +0 -1
- package/chunks/bundle-uQe4Ocw5.js.map +0 -1
- package/chunks/bundle-z29kvax5.js.map +0 -1
- package/cjs/chunks/bundle-8epw-Y5R.js.map +0 -1
- package/cjs/chunks/bundle-B-ZuAKXZ.js.map +0 -1
- package/cjs/chunks/bundle-B3WfueeC.js.map +0 -1
- package/cjs/chunks/bundle-BEIWVk-r.js.map +0 -1
- package/cjs/chunks/bundle-BFCyrBdj.js.map +0 -1
- package/cjs/chunks/bundle-BJGugzi0.js.map +0 -1
- package/cjs/chunks/bundle-BKmtlYa7.js.map +0 -1
- package/cjs/chunks/bundle-Bi19FDZ5.js.map +0 -1
- package/cjs/chunks/bundle-BkCYzDja.js.map +0 -1
- package/cjs/chunks/bundle-BkLb-q-l.js.map +0 -1
- package/cjs/chunks/bundle-Bnn_E8RA.js.map +0 -1
- package/cjs/chunks/bundle-BpvugKBT.js.map +0 -1
- package/cjs/chunks/bundle-Bs9phdNx.js.map +0 -1
- package/cjs/chunks/bundle-Btu2Blrn.js.map +0 -1
- package/cjs/chunks/bundle-BuiTr216.js.map +0 -1
- package/cjs/chunks/bundle-Bv6oJxhE.js.map +0 -1
- package/cjs/chunks/bundle-BwOCJSql.js.map +0 -1
- package/cjs/chunks/bundle-C3_8wOj2.js.map +0 -1
- package/cjs/chunks/bundle-C54spnkr.js.map +0 -1
- package/cjs/chunks/bundle-CAQKYsUp.js.map +0 -1
- package/cjs/chunks/bundle-CCIePO3F.js.map +0 -1
- package/cjs/chunks/bundle-CDnbjALU.js.map +0 -1
- package/cjs/chunks/bundle-CHTSxTq-.js.map +0 -1
- package/cjs/chunks/bundle-CHzAypFw.js.map +0 -1
- package/cjs/chunks/bundle-CK24Puus.js.map +0 -1
- package/cjs/chunks/bundle-CUvXppxT.js +0 -26
- package/cjs/chunks/bundle-CUvXppxT.js.map +0 -1
- package/cjs/chunks/bundle-CVnXKW80.js.map +0 -1
- package/cjs/chunks/bundle-CaT-IFph.js.map +0 -1
- package/cjs/chunks/bundle-CesWsCl-.js.map +0 -1
- package/cjs/chunks/bundle-CfKorUhy.js.map +0 -1
- package/cjs/chunks/bundle-ChqOrDsi.js.map +0 -1
- package/cjs/chunks/bundle-CjvUzR14.js.map +0 -1
- package/cjs/chunks/bundle-CvFJXbOp.js.map +0 -1
- package/cjs/chunks/bundle-D-cvcxRz.js.map +0 -1
- package/cjs/chunks/bundle-D0MK3u4m.js.map +0 -1
- package/cjs/chunks/bundle-D4QxpqPl.js.map +0 -1
- package/cjs/chunks/bundle-D5oK3Rp9.js.map +0 -1
- package/cjs/chunks/bundle-D9rW7LDo.js.map +0 -1
- package/cjs/chunks/bundle-DA6glZdL.js.map +0 -1
- package/cjs/chunks/bundle-DE_vZq5Z.js.map +0 -1
- package/cjs/chunks/bundle-DQHejQcp.js.map +0 -1
- package/cjs/chunks/bundle-DQndGrzk.js.map +0 -1
- package/cjs/chunks/bundle-DSGwrVX4.js.map +0 -1
- package/cjs/chunks/bundle-DSZ-HrKZ.js.map +0 -1
- package/cjs/chunks/bundle-DVOGI-Rc.js.map +0 -1
- package/cjs/chunks/bundle-DZhGPgbe.js.map +0 -1
- package/cjs/chunks/bundle-DefhSWQN.js.map +0 -1
- package/cjs/chunks/bundle-Duwe0X6b.js.map +0 -1
- package/cjs/chunks/bundle-DvkXKWMW.js.map +0 -1
- package/cjs/chunks/bundle-DyTxGrps.js.map +0 -1
- package/cjs/chunks/bundle-GfPIHkm3.js.map +0 -1
- package/cjs/chunks/bundle-IkyTbDYv.js.map +0 -1
- package/cjs/chunks/bundle-Jjn1-kKx.js.map +0 -1
- package/cjs/chunks/bundle-L_3R_RO_.js.map +0 -1
- package/cjs/chunks/bundle-VJBMgpVG.js.map +0 -1
- package/cjs/chunks/bundle-VbOeuTUC.js.map +0 -1
- package/cjs/chunks/bundle-_wHF5YgG.js.map +0 -1
- package/cjs/chunks/bundle-fNcBIidO.js.map +0 -1
- package/cjs/chunks/bundle-gFZm3ecb.js.map +0 -1
- package/cjs/chunks/bundle-nd8abqcL.js.map +0 -1
- package/cjs/chunks/bundle-r-AH2Yf0.js.map +0 -1
- package/cjs/chunks/bundle-zSEw-S-o.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-CYvEzbcv.js';
|
|
2
2
|
|
|
3
3
|
var USER_MENTION_PREFIX = '@';
|
|
4
4
|
|
|
@@ -237,4 +237,4 @@ function getWhiteSpacePreservedText(text) {
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
export { TOKEN_TYPES as T, USER_MENTION_PREFIX as U, tokenizeMarkdown as a, getWhiteSpacePreservedText as b, getChannelPreviewMessage as g, tokenizeMessage as t };
|
|
240
|
-
//# sourceMappingURL=bundle-
|
|
240
|
+
//# sourceMappingURL=bundle-BHGFStnL.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BHGFStnL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
2
|
-
import { p as pxToNumber } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator } from './bundle-CYvEzbcv.js';
|
|
2
|
+
import { p as pxToNumber } from './bundle-D48t2vTo.js';
|
|
3
3
|
|
|
4
4
|
var compressImage = function (_a) {
|
|
5
5
|
var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight, outputFormat = _a.outputFormat;
|
|
@@ -118,4 +118,4 @@ var compressImages = function (_a) { return __awaiter(void 0, [_a], void 0, func
|
|
|
118
118
|
}); };
|
|
119
119
|
|
|
120
120
|
export { compressImages as c };
|
|
121
|
-
//# sourceMappingURL=bundle-
|
|
121
|
+
//# sourceMappingURL=bundle-BJ63dG1P.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BJ63dG1P.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useRef, useState } from 'react';
|
|
2
|
-
import { n as noop, c as classnames } from './bundle-
|
|
2
|
+
import { n as noop, c as classnames } from './bundle-D8l9-enQ.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useMessageMenuContext, a as MenuItem, M as MessageMenuProvider, b as MenuItems, g as getObservingId } from './bundle-
|
|
5
|
-
import { _ as __assign } from './bundle-
|
|
4
|
+
import { u as useMessageMenuContext, a as MenuItem, M as MessageMenuProvider, b as MenuItems, g as getObservingId } from './bundle-BtnCB-7T.js';
|
|
5
|
+
import { _ as __assign } from './bundle-CYvEzbcv.js';
|
|
6
6
|
import IconButton from '../ui/IconButton.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
8
|
-
import { l as isUserMessage, A as copyToClipboard, w as isFailedMessage, q as isSentMessage, v as isPendingMessage } from './bundle-
|
|
9
|
-
import { u as useLocalization } from './bundle-
|
|
8
|
+
import { l as isUserMessage, A as copyToClipboard, w as isFailedMessage, q as isSentMessage, v as isPendingMessage } from './bundle-t_NHXb8k.js';
|
|
9
|
+
import { u as useLocalization } from './bundle-B8FD5WDF.js';
|
|
10
10
|
import { Role } from '@sendbird/chat';
|
|
11
11
|
|
|
12
12
|
var TriggerIcon = function (_a) {
|
|
@@ -211,4 +211,4 @@ var MessageMenu = function (_a) {
|
|
|
211
211
|
};
|
|
212
212
|
|
|
213
213
|
export { MessageMenu as M };
|
|
214
|
-
//# sourceMappingURL=bundle-
|
|
214
|
+
//# sourceMappingURL=bundle-BQ1z_avv.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BQ1z_avv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-xPkUUY0y.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-BR3hUG8u.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BR3hUG8u.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { c as
|
|
5
|
-
import {
|
|
2
|
+
import { u as useLocalization } from './bundle-B8FD5WDF.js';
|
|
3
|
+
import { U as UserProfileProvider } from './bundle-fSCONSew.js';
|
|
4
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-CYvEzbcv.js';
|
|
5
|
+
import { c as compareIds } from './bundle-CiwJHy6g.js';
|
|
6
|
+
import { p as pubSubTopics } from './bundle-Dw-CkW5p.js';
|
|
6
7
|
import { ChannelType } from '@sendbird/chat';
|
|
7
8
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
8
|
-
import { u as uuidv4 } from './bundle-
|
|
9
|
-
import { c as compressImages } from './bundle-
|
|
9
|
+
import { u as uuidv4 } from './bundle-DPIvYZBS.js';
|
|
10
|
+
import { c as compressImages } from './bundle-BJ63dG1P.js';
|
|
10
11
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
11
|
-
import { b as useGlobalModalContext, c as ModalFooter } from './bundle-
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import './bundle-EasEFat5.js';
|
|
12
|
+
import { b as useGlobalModalContext, c as ModalFooter } from './bundle-v3c-9N0A.js';
|
|
13
|
+
import { O as ONE_MiB } from './bundle-BoeyQYjc.js';
|
|
14
|
+
import './bundle-xPkUUY0y.js';
|
|
15
15
|
import { ButtonTypes } from '../ui/Button.js';
|
|
16
16
|
|
|
17
17
|
var shouldFetchMore = function (messageLength, maxMessages) {
|
|
@@ -1355,4 +1355,4 @@ var useOpenChannelContext = function () {
|
|
|
1355
1355
|
};
|
|
1356
1356
|
|
|
1357
1357
|
export { OpenChannelProvider as O, kFormatter as k, useOpenChannelContext as u };
|
|
1358
|
-
//# sourceMappingURL=bundle-
|
|
1358
|
+
//# sourceMappingURL=bundle-BafPumSi.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BafPumSi.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,9 @@
|
|
|
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-
|
|
2
|
+
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-Dw-CkW5p.js';
|
|
3
|
+
import { s as scrollIntoLast$1 } from './bundle-DZ92KGoS.js';
|
|
4
4
|
import '../utils/message/getOutgoingMessageState.js';
|
|
5
|
-
import
|
|
5
|
+
import './bundle-B8FD5WDF.js';
|
|
6
|
+
import { e as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-BoeyQYjc.js';
|
|
6
7
|
|
|
7
8
|
var getNicknamesMapFromMembers = function (members) {
|
|
8
9
|
if (members === void 0) { members = []; }
|
|
@@ -167,4 +168,4 @@ var useSendMultipleFilesMessage = function (_a, _b) {
|
|
|
167
168
|
};
|
|
168
169
|
|
|
169
170
|
export { getNicknamesMapFromMembers as a, compareIds as c, getParentMessageFrom as g, isAboutSame as i, scrollIntoLast as s, useSendMultipleFilesMessage as u };
|
|
170
|
-
//# sourceMappingURL=bundle-
|
|
171
|
+
//# sourceMappingURL=bundle-BauMJKnf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BauMJKnf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BcUjwXyv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BdMFvS48.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -37,4 +37,4 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
37
37
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
38
38
|
|
|
39
39
|
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_PLAYER_ROOT_ID as V, VOICE_PLAYER_AUDIO_ID 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_MESSAGE_FILE_NAME as f, META_ARRAY_MESSAGE_TYPE_KEY as g, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as h, VOICE_RECORDER_CLICK_BUFFER_TIME as i, VOICE_RECORDER_DEFAULT_MIN as j, VOICE_MESSAGE_FILE_NAME__XM4A as k, VOICE_MESSAGE_MIME_TYPE__XM4A as l, SLIDER_BUTTON_ICON_SIDE_LENGTH as m, VOICE_RECORDER_AUDIO_BIT_RATE as n, CACHED_MESSAGE_TEMPLATES_KEY as o, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as p, DEFAULT_UPLOAD_SIZE_LIMIT as q, VOICE_RECORDER_DEFAULT_MAX as r };
|
|
40
|
-
//# sourceMappingURL=bundle-
|
|
40
|
+
//# sourceMappingURL=bundle-BoeyQYjc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BoeyQYjc.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-S77tFmNz.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-BpEd5_0o.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BpEd5_0o.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,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useState, useCallback } from 'react';
|
|
2
|
-
import { k as isSendableMessage, x as getClassName, n as getUIKitMessageTypes, K, N as isFormMessage, C as isTemplateMessage, P as isOGMessage, _ as isTextMessage, m as getUIKitMessageType, c as isMultipleFilesMessage, i as isVoiceMessage, p as isThumbnailMessage, e as getSenderName } from './bundle-
|
|
3
|
-
import { C as ContextMenu, b as MenuItems } from './bundle-
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
2
|
+
import { k as isSendableMessage, x as getClassName, n as getUIKitMessageTypes, K, N as isFormMessage, C as isTemplateMessage, P as isOGMessage, _ as isTextMessage, m as getUIKitMessageType, c as isMultipleFilesMessage, i as isVoiceMessage, p as isThumbnailMessage, e as getSenderName } from './bundle-t_NHXb8k.js';
|
|
3
|
+
import { C as ContextMenu, b as MenuItems } from './bundle-BtnCB-7T.js';
|
|
4
|
+
import { A as Avatar } from './bundle-Cdoy9-UG.js';
|
|
5
5
|
import UserProfile from '../ui/UserProfile.js';
|
|
6
|
-
import { u as useUserProfileContext } from './bundle-
|
|
7
|
-
import { c as classnames } from './bundle-
|
|
8
|
-
import { a as __awaiter, b as __generator, _ as __assign } from './bundle-
|
|
6
|
+
import { u as useUserProfileContext } from './bundle-fSCONSew.js';
|
|
7
|
+
import { c as classnames } from './bundle-D8l9-enQ.js';
|
|
8
|
+
import { a as __awaiter, b as __generator, _ as __assign } from './bundle-CYvEzbcv.js';
|
|
9
9
|
import OGMessageItemBody from '../ui/OGMessageItemBody.js';
|
|
10
10
|
import TextMessageItemBody from '../ui/TextMessageItemBody.js';
|
|
11
11
|
import FileMessageItemBody from '../ui/FileMessageItemBody.js';
|
|
12
|
-
import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-
|
|
12
|
+
import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-D3WudT0B.js';
|
|
13
13
|
import { VoiceMessageItemBody } from '../ui/VoiceMessageItemBody.js';
|
|
14
14
|
import ThumbnailMessageItemBody from '../ui/ThumbnailMessageItemBody.js';
|
|
15
15
|
import UnknownMessageItemBody from '../ui/UnknownMessageItemBody.js';
|
|
16
16
|
import { TemplateMessageItemBody } from '../ui/TemplateMessageItemBody.js';
|
|
17
17
|
import Button from '../ui/Button.js';
|
|
18
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
18
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-xPkUUY0y.js';
|
|
19
19
|
import MessageFeedbackFailedModal from '../ui/MessageFeedbackFailedModal.js';
|
|
20
|
-
import { L as LocalizationContext } from './bundle-
|
|
20
|
+
import { L as LocalizationContext } from './bundle-B8FD5WDF.js';
|
|
21
21
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
22
22
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
23
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
24
|
-
import { f as isFormVersionCompatible } from './bundle-
|
|
23
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-02mU_mdQ.js';
|
|
24
|
+
import { f as isFormVersionCompatible } from './bundle-kAnCqJ1s.js';
|
|
25
25
|
|
|
26
26
|
function MessageProfile(_a) {
|
|
27
27
|
var
|
|
@@ -368,4 +368,4 @@ var MessageHeader = function (props) {
|
|
|
368
368
|
};
|
|
369
369
|
|
|
370
370
|
export { MessageProfile as M, MessageBody as a, MessageHeader as b };
|
|
371
|
-
//# sourceMappingURL=bundle-
|
|
371
|
+
//# sourceMappingURL=bundle-BqdQUkyf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BqdQUkyf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { e as __extends, _ as __assign, c as __spreadArray } from './bundle-
|
|
1
|
+
import { e as __extends, _ as __assign, c as __spreadArray } from './bundle-CYvEzbcv.js';
|
|
2
2
|
import React__default, { useState, useRef, useCallback, useEffect, createContext, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { c as classnames } from './bundle-
|
|
4
|
+
import { c as classnames } from './bundle-D8l9-enQ.js';
|
|
5
5
|
import { Role } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannel } from '@sendbird/chat/openChannel';
|
|
7
7
|
import SortByRow from '../ui/SortByRow.js';
|
|
8
8
|
import '../withSendbird.js';
|
|
9
9
|
import '../ui/IconButton.js';
|
|
10
|
-
import './bundle-
|
|
11
|
-
import './bundle-
|
|
12
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
10
|
+
import './bundle-t_NHXb8k.js';
|
|
11
|
+
import './bundle-B8FD5WDF.js';
|
|
12
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-xPkUUY0y.js';
|
|
13
13
|
|
|
14
14
|
var APP_LAYOUT_ROOT = 'sendbird-app__layout';
|
|
15
15
|
|
|
@@ -324,4 +324,4 @@ function ContextMenu(_a) {
|
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
export { APP_LAYOUT_ROOT as A, BottomSheetMenuItem as B, ContextMenu as C, EMOJI_MENU_ROOT_ID as E, MessageMenuProvider as M, OperatorMenuItem as O, MenuItem$1 as a, MenuItems as b, MenuItem as c, MENU_ROOT_ID as d, MENU_OBSERVING_CLASS_NAME as e, EmojiListItems as f, getObservingId as g, MuteMenuItem as h, EmojiReactionListRoot as i, MenuRoot as j, useMessageMenuContext as u };
|
|
327
|
-
//# sourceMappingURL=bundle-
|
|
327
|
+
//# sourceMappingURL=bundle-BtnCB-7T.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BtnCB-7T.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -213,6 +213,11 @@ var stringSet = {
|
|
|
213
213
|
DATE_FORMAT__MESSAGE_LIST__NOTIFICATION__UNREAD_SINCE: 'p \'on\' MMM dd',
|
|
214
214
|
DATE_FORMAT__MESSAGE_LIST__DATE_SEPARATOR: 'MMMM dd, yyyy',
|
|
215
215
|
DATE_FORMAT__THREAD_LIST__DATE_SEPARATOR: 'MMM dd, yyyy',
|
|
216
|
+
DATE_FORMAT__MESSAGE_CREATED_AT: 'p',
|
|
217
|
+
DATE_FORMAT__UNREAD_SINCE: 'p MMM dd',
|
|
218
|
+
DATE_FORMAT__LAST_MESSAGE_CREATED_AT__TODAY: 'p',
|
|
219
|
+
DATE_FORMAT__LAST_MESSAGE_CREATED_AT__THIS_YEAR: 'MMM d',
|
|
220
|
+
DATE_FORMAT__LAST_MESSAGE_CREATED_AT__PREVIOUS_YEAR: 'yyyy/M/d',
|
|
216
221
|
// File upload
|
|
217
222
|
FILE_UPLOAD_NOTIFICATION__COUNT_LIMIT: 'Up to %d files can be attached.',
|
|
218
223
|
FILE_UPLOAD_NOTIFICATION__SIZE_LIMIT: 'The maximum size per file is %d MB.',
|
|
@@ -242,4 +247,4 @@ var getStringSet = function (lang) {
|
|
|
242
247
|
};
|
|
243
248
|
|
|
244
249
|
export { getStringSet as g };
|
|
245
|
-
//# sourceMappingURL=bundle-
|
|
250
|
+
//# sourceMappingURL=bundle-BtoO5ttX.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BtoO5ttX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
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-Cdoy9-UG.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors, c as LabelStringSet } from './bundle-
|
|
6
|
-
import { f as isSupportedFileView, h as isVideo, j as isImage } from './bundle-
|
|
7
|
-
import { a as MODAL_ROOT, M as Modal } from './bundle-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors, c as LabelStringSet } from './bundle-xPkUUY0y.js';
|
|
6
|
+
import { f as isSupportedFileView, h as isVideo, j as isImage } from './bundle-t_NHXb8k.js';
|
|
7
|
+
import { a as MODAL_ROOT, M as Modal } from './bundle-v3c-9N0A.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
9
|
|
|
10
10
|
var FileViewerView = function (_a) {
|
|
@@ -52,4 +52,4 @@ var FileViewerComponent = function (_a) {
|
|
|
52
52
|
};
|
|
53
53
|
|
|
54
54
|
export { FileViewerView as F };
|
|
55
|
-
//# sourceMappingURL=bundle-
|
|
55
|
+
//# sourceMappingURL=bundle-Bv0CLKmK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Bv0CLKmK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C3oeRQke.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { c as __spreadArray, _ as __assign } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-CYvEzbcv.js';
|
|
2
2
|
import React__default, { useState, useEffect, useRef, useLayoutEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-BE89xaRV.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-B8FD5WDF.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
7
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-
|
|
6
|
+
import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-C8gQKppc.js';
|
|
7
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-kAnCqJ1s.js';
|
|
8
8
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
9
|
-
import { g as getSuggestedReplies } from './bundle-
|
|
9
|
+
import { g as getSuggestedReplies } from './bundle-t_NHXb8k.js';
|
|
10
10
|
import DateSeparator from '../ui/DateSeparator.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-xPkUUY0y.js';
|
|
12
12
|
import MessageInput from '../ui/MessageInput.js';
|
|
13
|
-
import { M as MessageInputKeys } from './bundle-
|
|
13
|
+
import { M as MessageInputKeys } from './bundle-DEIDkSEG.js';
|
|
14
14
|
import { MessageContent } from '../ui/MessageContent.js';
|
|
15
15
|
import SuggestedReplies from '../GroupChannel/components/SuggestedReplies.js';
|
|
16
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
17
|
-
import { d as deleteNullish, c as classnames } from './bundle-
|
|
16
|
+
import { S as SuggestedMentionListView } from './bundle-C_lEOEUK.js';
|
|
17
|
+
import { d as deleteNullish, c as classnames } from './bundle-D8l9-enQ.js';
|
|
18
18
|
|
|
19
19
|
var useDidMountEffect = function (func, deps) {
|
|
20
20
|
var _a = useState(false), didMount = _a[0], setDidmount = _a[1];
|
|
@@ -225,4 +225,4 @@ var MessageView = function (props) {
|
|
|
225
225
|
};
|
|
226
226
|
|
|
227
227
|
export { MessageView as M };
|
|
228
|
-
//# sourceMappingURL=bundle-
|
|
228
|
+
//# sourceMappingURL=bundle-C49aAsth.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C49aAsth.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -9,4 +9,4 @@ var ThreadReplySelectType;
|
|
|
9
9
|
})(ThreadReplySelectType || (ThreadReplySelectType = {}));
|
|
10
10
|
|
|
11
11
|
export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, UIKIT_COMPATIBLE_FORM_VERSION as U, USER_MENTION_TEMP_CHAR as a, MAX_USER_SUGGESTION_COUNT as b };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-C8gQKppc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C8gQKppc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator, c as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator, c as __spreadArray } from './bundle-CYvEzbcv.js';
|
|
2
2
|
import React__default, { useRef, useState, useEffect, useCallback } from 'react';
|
|
3
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted, b as isDisabledBecauseSuggestedReplies, c as isDisabledBecauseMessageForm } from './bundle-
|
|
3
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted, b as isDisabledBecauseSuggestedReplies, c as isDisabledBecauseMessageForm } from './bundle-kAnCqJ1s.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import { u as useLocalization } from './bundle-
|
|
5
|
+
import { u as useLocalization } from './bundle-B8FD5WDF.js';
|
|
6
6
|
import { SuggestedMentionList } from '../GroupChannel/components/SuggestedMentionList.js';
|
|
7
7
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
8
8
|
import QuoteMessageInput from '../ui/QuoteMessageInput.js';
|
|
9
9
|
import { useVoicePlayer } from '../VoicePlayer/useVoicePlayer.js';
|
|
10
10
|
import { useVoiceRecorder, VoiceRecorderStatus } from '../VoiceRecorder/useVoiceRecorder.js';
|
|
11
|
-
import { V as VoiceMessageInputStatus, a as VoiceMessageInput } from './bundle-
|
|
12
|
-
import { M as Modal, b as useGlobalModalContext, c as ModalFooter } from './bundle-
|
|
11
|
+
import { V as VoiceMessageInputStatus, a as VoiceMessageInput } from './bundle-CCOya1C2.js';
|
|
12
|
+
import { M as Modal, b as useGlobalModalContext, c as ModalFooter } from './bundle-v3c-9N0A.js';
|
|
13
13
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
14
|
-
import { V as VOICE_PLAYER_STATUS } from './bundle-
|
|
15
|
-
import { u as uuidv4 } from './bundle-
|
|
14
|
+
import { V as VOICE_PLAYER_STATUS } from './bundle-CZxcoh5B.js';
|
|
15
|
+
import { u as uuidv4 } from './bundle-DPIvYZBS.js';
|
|
16
16
|
import MessageInput from '../ui/MessageInput.js';
|
|
17
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
18
|
-
import { M as MessageInputKeys } from './bundle-
|
|
19
|
-
import { j as isImage } from './bundle-
|
|
20
|
-
import './bundle-
|
|
21
|
-
import { c as compressImages } from './bundle-
|
|
17
|
+
import { u as useMediaQueryContext } from './bundle-DZK4rg_Y.js';
|
|
18
|
+
import { M as MessageInputKeys } from './bundle-DEIDkSEG.js';
|
|
19
|
+
import { j as isImage } from './bundle-t_NHXb8k.js';
|
|
20
|
+
import './bundle-xPkUUY0y.js';
|
|
21
|
+
import { c as compressImages } from './bundle-BJ63dG1P.js';
|
|
22
22
|
|
|
23
23
|
var VoiceMessageInputWrapper = function (_a) {
|
|
24
24
|
var channel = _a.channel, onCancelClick = _a.onCancelClick, onSubmitClick = _a.onSubmitClick;
|
|
@@ -391,4 +391,4 @@ var MessageInputWrapperView = React__default.forwardRef(function (props, ref) {
|
|
|
391
391
|
});
|
|
392
392
|
|
|
393
393
|
export { MessageInputWrapperView as M, VoiceMessageInputWrapper as V };
|
|
394
|
-
//# sourceMappingURL=bundle-
|
|
394
|
+
//# sourceMappingURL=bundle-C8mlxyec.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C8mlxyec.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-
|
|
1
|
+
import { c as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-BoeyQYjc.js';
|
|
2
2
|
import { WavHeader as ut, Mp3Encoder as ht } from '../lame.all.js';
|
|
3
3
|
|
|
4
4
|
// Thanks to https://codesandbox.io/s/media-recorder-api-downsampling-16k-mp3-encode-using-lame-js-forked-n1pblw
|
|
@@ -126,4 +126,4 @@ function bufferToWav(abuffer, len) {
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
export { downsampleToWav, encodeMp3 };
|
|
129
|
-
//# sourceMappingURL=bundle-
|
|
129
|
+
//# sourceMappingURL=bundle-CAKtTn_6.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CAKtTn_6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -3,7 +3,7 @@ import { GroupChannelListHeader } from '../GroupChannelList/components/GroupChan
|
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
4
|
import EditUserProfile from '../EditUserProfile.js';
|
|
5
5
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
6
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
6
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-Dy0AI0rz.js';
|
|
7
7
|
|
|
8
8
|
var GroupChannelListUIView = function (_a) {
|
|
9
9
|
var renderHeader = _a.renderHeader, renderPlaceHolderError = _a.renderPlaceHolderError, renderPlaceHolderLoading = _a.renderPlaceHolderLoading, renderPlaceHolderEmptyList = _a.renderPlaceHolderEmptyList, onChangeTheme = _a.onChangeTheme, onUserProfileUpdated = _a.onUserProfileUpdated, allowProfileEdit = _a.allowProfileEdit, channels = _a.channels, onLoadMore = _a.onLoadMore, initialized = _a.initialized, renderChannel = _a.renderChannel, renderAddChannel = _a.renderAddChannel;
|
|
@@ -64,4 +64,4 @@ var ChannelListComponent = function (props) {
|
|
|
64
64
|
};
|
|
65
65
|
|
|
66
66
|
export { GroupChannelListUIView as G };
|
|
67
|
-
//# sourceMappingURL=bundle-
|
|
67
|
+
//# sourceMappingURL=bundle-CCC-fCd1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CCC-fCd1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -3,10 +3,10 @@ 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 { i as VOICE_RECORDER_CLICK_BUFFER_TIME, j as VOICE_RECORDER_DEFAULT_MIN } from './bundle-
|
|
9
|
-
import { c as classnames } from './bundle-
|
|
6
|
+
import { b as LabelColors, L as Label, a as LabelTypography } from './bundle-xPkUUY0y.js';
|
|
7
|
+
import { u as useLocalization } from './bundle-B8FD5WDF.js';
|
|
8
|
+
import { i as VOICE_RECORDER_CLICK_BUFFER_TIME, j as VOICE_RECORDER_DEFAULT_MIN } from './bundle-BoeyQYjc.js';
|
|
9
|
+
import { c as classnames } from './bundle-D8l9-enQ.js';
|
|
10
10
|
|
|
11
11
|
/* eslint-disable no-redeclare */
|
|
12
12
|
var VoiceMessageInputStatus = {
|
|
@@ -94,4 +94,4 @@ var VoiceMessageInput = function (_a) {
|
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
export { VoiceMessageInputStatus as V, VoiceMessageInput as a };
|
|
97
|
-
//# sourceMappingURL=bundle-
|
|
97
|
+
//# sourceMappingURL=bundle-CCOya1C2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CCOya1C2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-CYvEzbcv.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
3
|
+
import { S as SuggestedMentionListView } from './bundle-C_lEOEUK.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-CJW-g_-k.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CJW-g_-k.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-CYvEzbcv.js';
|
|
2
2
|
import { useState, useRef, useCallback } from 'react';
|
|
3
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
3
|
+
import { u as useMediaQueryContext } from './bundle-DZK4rg_Y.js';
|
|
4
4
|
|
|
5
5
|
var DEFAULT_DURATION = 300;
|
|
6
6
|
function preventDefault(e) {
|
|
@@ -74,4 +74,4 @@ function useLongPress(_a, _b) {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
export { useLongPress as u };
|
|
77
|
-
//# sourceMappingURL=bundle-
|
|
77
|
+
//# sourceMappingURL=bundle-CM8k_MAe.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CM8k_MAe.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|