@sendbird/uikit-react 3.13.0 → 3.13.2-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +77 -76
- package/App.js.map +1 -1
- package/CHANGELOG.md +30 -0
- package/Channel/components/ChannelHeader.js +29 -29
- package/Channel/components/ChannelUI.js +66 -64
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +28 -28
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +55 -53
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageFeedbackModal.js +9 -9
- package/Channel/components/MessageInput.js +41 -41
- package/Channel/components/MessageInputWrapper.js +41 -41
- package/Channel/components/MessageList.js +59 -57
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +27 -27
- package/Channel/components/SuggestedMentionList.js +27 -27
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +19 -19
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/Channel/utils/getMessagePartsInfo.js +6 -6
- package/Channel.js +66 -64
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +22 -20
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +8 -8
- package/ChannelList/components/ChannelListUI.js +36 -34
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +27 -27
- package/ChannelList/components/ChannelPreviewAction.js +13 -11
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +36 -34
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +29 -0
- package/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -0
- package/ChannelSettings/components/ChannelSettingsUI.js +34 -41
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +86 -68
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +15 -13
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +22 -20
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +28 -25
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +18 -16
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +18 -16
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +18 -16
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +11 -11
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/GroupChannel/components/FileViewer.js +23 -23
- package/GroupChannel/components/FrozenNotification.js +5 -5
- package/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/GroupChannel/components/GroupChannelUI.js +60 -58
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +53 -51
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +59 -68
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +7 -7
- package/GroupChannel/context.js +89 -76
- package/GroupChannel/context.js.map +1 -1
- package/GroupChannel.js +60 -58
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +20 -19
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/GroupChannelList/components/GroupChannelListUI.js +34 -33
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +13 -11
- package/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +34 -33
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +14 -14
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +14 -14
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/OpenChannel/components/OpenChannelInput.js +25 -25
- package/OpenChannel/components/OpenChannelMessage.js +37 -37
- package/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/OpenChannel/components/OpenChannelUI.js +39 -39
- package/OpenChannel/context.js +17 -17
- package/OpenChannel.js +41 -41
- package/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +14 -14
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +24 -31
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +19 -18
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +21 -20
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +30 -26
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +44 -43
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +30 -29
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +48 -47
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +47 -46
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +42 -42
- package/Thread/components/ThreadUI.js +57 -56
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +9 -9
- package/Thread.js +57 -56
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-0QDb7-Y_.js → bundle-0Xv23Jlo.js} +1 -1
- package/chunks/{bundle-0QDb7-Y_.js.map → bundle-0Xv23Jlo.js.map} +1 -1
- package/chunks/{bundle-PdtvfqJT.js → bundle-2qPS-99f.js} +1 -1
- package/chunks/bundle-2qPS-99f.js.map +1 -0
- package/chunks/{bundle-39Y3yv8j.js → bundle-6c04eWHT.js} +1 -1
- package/chunks/bundle-6c04eWHT.js.map +1 -0
- package/chunks/{bundle-4gcxTdvH.js → bundle-6n4c-yxi.js} +1 -1
- package/chunks/bundle-6n4c-yxi.js.map +1 -0
- package/chunks/{bundle-wpc1Fted.js → bundle-97fd4oe2.js} +3 -3
- package/chunks/bundle-97fd4oe2.js.map +1 -0
- package/chunks/{bundle-da60Z7l5.js → bundle-B24GwCXx.js} +5 -5
- package/chunks/bundle-B24GwCXx.js.map +1 -0
- package/chunks/{bundle-DHw1C5gJ.js → bundle-B4CUv14M.js} +1 -1
- package/chunks/bundle-B4CUv14M.js.map +1 -0
- package/chunks/{bundle-0Vur_TKy.js → bundle-B4EY2YKu.js} +1 -1
- package/chunks/bundle-B4EY2YKu.js.map +1 -0
- package/chunks/{bundle-2AR3a1T9.js → bundle-BCeNaIWw.js} +3 -3
- package/chunks/bundle-BCeNaIWw.js.map +1 -0
- package/chunks/{bundle-jqQY8n8G.js → bundle-BGdbKz3x.js} +1 -1
- package/chunks/bundle-BGdbKz3x.js.map +1 -0
- package/chunks/{bundle-LQlIikHo.js → bundle-BPKrwLVZ.js} +11 -11
- package/chunks/{bundle-LQlIikHo.js.map → bundle-BPKrwLVZ.js.map} +1 -1
- package/chunks/{bundle-22Jw6ztq.js → bundle-BQntI2YH.js} +13 -13
- package/chunks/bundle-BQntI2YH.js.map +1 -0
- package/chunks/{bundle-rjBwVkDc.js → bundle-BTAzxMsc.js} +10 -10
- package/chunks/{bundle-rjBwVkDc.js.map → bundle-BTAzxMsc.js.map} +1 -1
- package/chunks/{bundle-MSFA1dPT.js → bundle-BTrdwUY4.js} +29 -59
- package/chunks/bundle-BTrdwUY4.js.map +1 -0
- package/chunks/{bundle-zy69cX9t.js → bundle-BY9JnLew.js} +7 -7
- package/chunks/{bundle-zy69cX9t.js.map → bundle-BY9JnLew.js.map} +1 -1
- package/chunks/{bundle-Sl-oiala.js → bundle-B_5nSVDN.js} +1 -1
- package/chunks/bundle-B_5nSVDN.js.map +1 -0
- package/chunks/{bundle-LjoHDFFW.js → bundle-BbEkZYpE.js} +1 -1
- package/chunks/bundle-BbEkZYpE.js.map +1 -0
- package/chunks/{bundle-NwEKq2eQ.js → bundle-BiQds65K.js} +4 -4
- package/chunks/{bundle-NwEKq2eQ.js.map → bundle-BiQds65K.js.map} +1 -1
- package/chunks/{bundle-Sm0-7tTm.js → bundle-Bjr0f1Zp.js} +2 -2
- package/chunks/bundle-Bjr0f1Zp.js.map +1 -0
- package/chunks/{bundle-9c5vLDe9.js → bundle-BnG5XETL.js} +3 -3
- package/chunks/bundle-BnG5XETL.js.map +1 -0
- package/chunks/{bundle-AaDwp4eU.js → bundle-Bsh5KSxb.js} +1 -1
- package/chunks/bundle-Bsh5KSxb.js.map +1 -0
- package/chunks/{bundle--WETJA_c.js → bundle-C0risNHg.js} +6 -6
- package/chunks/bundle-C0risNHg.js.map +1 -0
- package/chunks/{bundle-nXMckOlK.js → bundle-C3mD4WPX.js} +5 -5
- package/chunks/{bundle-nXMckOlK.js.map → bundle-C3mD4WPX.js.map} +1 -1
- package/chunks/{bundle-NntyZyeL.js → bundle-C5C8XKZl.js} +8 -8
- package/chunks/{bundle-NntyZyeL.js.map → bundle-C5C8XKZl.js.map} +1 -1
- package/chunks/{bundle-n2BmCgGV.js → bundle-C5ygMhyk.js} +1 -1
- package/chunks/bundle-C5ygMhyk.js.map +1 -0
- package/chunks/{bundle-_hGurAcC.js → bundle-C8Oe5QOQ.js} +1 -1
- package/chunks/bundle-C8Oe5QOQ.js.map +1 -0
- package/chunks/{bundle-xC7o7NLR.js → bundle-CAdKFBfs.js} +1 -1
- package/chunks/bundle-CAdKFBfs.js.map +1 -0
- package/chunks/{bundle-LTiCF37t.js → bundle-CCx8yXVd.js} +5 -4
- package/chunks/{bundle-LTiCF37t.js.map → bundle-CCx8yXVd.js.map} +1 -1
- package/chunks/{bundle-Aqr_4BjO.js → bundle-CE_8gK7h.js} +6 -6
- package/chunks/bundle-CE_8gK7h.js.map +1 -0
- package/chunks/{bundle-IH2e-Hbm.js → bundle-CHKEsMqU.js} +1 -1
- package/chunks/bundle-CHKEsMqU.js.map +1 -0
- package/chunks/{bundle-y9VJsc3H.js → bundle-CHaqW2Sj.js} +5 -5
- package/chunks/bundle-CHaqW2Sj.js.map +1 -0
- package/chunks/{bundle-9QigDxkR.js → bundle-CPRA25ls.js} +1 -1
- package/chunks/{bundle-9QigDxkR.js.map → bundle-CPRA25ls.js.map} +1 -1
- package/chunks/{bundle-BiPw1Sub.js → bundle-CQhhBQgY.js} +4 -4
- package/chunks/bundle-CQhhBQgY.js.map +1 -0
- package/chunks/{bundle-0DTNrbOf.js → bundle-CQxSmK2v.js} +1 -1
- package/chunks/bundle-CQxSmK2v.js.map +1 -0
- package/chunks/{bundle-gMH6Z6oi.js → bundle-CWxzg5Gh.js} +2 -2
- package/chunks/bundle-CWxzg5Gh.js.map +1 -0
- package/chunks/{bundle-hjFxrcMW.js → bundle-CanFPW6u.js} +1 -1
- package/chunks/bundle-CanFPW6u.js.map +1 -0
- package/chunks/{bundle-qouYngqR.js → bundle-Cbgk06HJ.js} +7 -7
- package/chunks/bundle-Cbgk06HJ.js.map +1 -0
- package/chunks/{bundle-6_zAh1Y3.js → bundle-CeN11uF4.js} +10 -10
- package/chunks/{bundle-6_zAh1Y3.js.map → bundle-CeN11uF4.js.map} +1 -1
- package/chunks/{bundle-b2jLXyrm.js → bundle-CeNRu1nh.js} +3 -3
- package/chunks/bundle-CeNRu1nh.js.map +1 -0
- package/chunks/{bundle-lZq_XDzb.js → bundle-Cg7eHJV0.js} +3 -3
- package/chunks/bundle-Cg7eHJV0.js.map +1 -0
- package/chunks/{bundle-3E-IANjq.js → bundle-CkCkzFFu.js} +1 -1
- package/chunks/bundle-CkCkzFFu.js.map +1 -0
- package/chunks/{bundle-Y3ZVN9yF.js → bundle-Cs0ZtBj7.js} +1 -1
- package/chunks/bundle-Cs0ZtBj7.js.map +1 -0
- package/chunks/{bundle-6yzuMtzi.js → bundle-CvuK4Gl-.js} +1 -1
- package/chunks/bundle-CvuK4Gl-.js.map +1 -0
- package/chunks/{bundle--GxLwo7q.js → bundle-CvvqaAH_.js} +4 -4
- package/chunks/{bundle--GxLwo7q.js.map → bundle-CvvqaAH_.js.map} +1 -1
- package/chunks/{bundle-a73hFmUC.js → bundle-CwQ5U5f7.js} +26 -25
- package/chunks/{bundle-a73hFmUC.js.map → bundle-CwQ5U5f7.js.map} +1 -1
- package/chunks/{bundle-fgpwMbpA.js → bundle-Cxjgwfwy.js} +10 -10
- package/chunks/bundle-Cxjgwfwy.js.map +1 -0
- package/chunks/{bundle-y909vBn9.js → bundle-CzNavr80.js} +3 -3
- package/chunks/bundle-CzNavr80.js.map +1 -0
- package/chunks/{bundle-C-Q3OKQW.js → bundle-Czh0_N3j.js} +1 -1
- package/chunks/bundle-Czh0_N3j.js.map +1 -0
- package/chunks/{bundle-9C7b_-hs.js → bundle-D1DIGSmr.js} +1 -1
- package/chunks/bundle-D1DIGSmr.js.map +1 -0
- package/chunks/{bundle-ubVU4exZ.js → bundle-D1vFAfKb.js} +3 -3
- package/chunks/{bundle-ubVU4exZ.js.map → bundle-D1vFAfKb.js.map} +1 -1
- package/chunks/{bundle-v3VMB7al.js → bundle-D4kbZg4e.js} +1 -1
- package/chunks/bundle-D4kbZg4e.js.map +1 -0
- package/chunks/{bundle-cilkeUXQ.js → bundle-D4mHGcWb.js} +5 -5
- package/chunks/bundle-D4mHGcWb.js.map +1 -0
- package/chunks/{bundle-7Mx2MtAL.js → bundle-DBy3c8gM.js} +2 -2
- package/chunks/bundle-DBy3c8gM.js.map +1 -0
- package/chunks/{bundle-JyjLgYxl.js → bundle-DCXp9q80.js} +2 -2
- package/chunks/{bundle-JyjLgYxl.js.map → bundle-DCXp9q80.js.map} +1 -1
- package/chunks/{bundle-bgVMRm8v.js → bundle-DMQ1a9pl.js} +4 -4
- package/chunks/{bundle-bgVMRm8v.js.map → bundle-DMQ1a9pl.js.map} +1 -1
- package/chunks/{bundle-BMZkoBS_.js → bundle-DRpQlFMu.js} +1 -1
- package/chunks/bundle-DRpQlFMu.js.map +1 -0
- package/chunks/{bundle-dUPYt-qi.js → bundle-DarlDWy7.js} +2 -2
- package/chunks/bundle-DarlDWy7.js.map +1 -0
- package/chunks/{bundle-DbZW44FD.js → bundle-DbYE20Ij.js} +14 -14
- package/chunks/{bundle-DbZW44FD.js.map → bundle-DbYE20Ij.js.map} +1 -1
- package/chunks/{bundle-XjJUjhN1.js → bundle-DcZ6VbHw.js} +3 -3
- package/chunks/bundle-DcZ6VbHw.js.map +1 -0
- package/chunks/{bundle-eC1SRuX3.js → bundle-Dj5aDnzf.js} +2 -2
- package/chunks/{bundle-eC1SRuX3.js.map → bundle-Dj5aDnzf.js.map} +1 -1
- package/chunks/{bundle-PTiTVbcu.js → bundle-DkTxVi3R.js} +3 -3
- package/chunks/{bundle-PTiTVbcu.js.map → bundle-DkTxVi3R.js.map} +1 -1
- package/chunks/{bundle-NQDEdVJA.js → bundle-DlBu0K2F.js} +2 -2
- package/chunks/{bundle-NQDEdVJA.js.map → bundle-DlBu0K2F.js.map} +1 -1
- package/chunks/{bundle-2194oWZc.js → bundle-DlHY-98U.js} +1 -1
- package/chunks/bundle-DlHY-98U.js.map +1 -0
- package/chunks/{bundle-yIputEl7.js → bundle-Ds5aQSz-.js} +1 -1
- package/chunks/bundle-Ds5aQSz-.js.map +1 -0
- package/chunks/{bundle-O7xTFAHP.js → bundle-DsU79j1A.js} +59 -91
- package/chunks/bundle-DsU79j1A.js.map +1 -0
- package/chunks/{bundle-PYv4lPO3.js → bundle-FDedpAl7.js} +2 -2
- package/chunks/{bundle-PYv4lPO3.js.map → bundle-FDedpAl7.js.map} +1 -1
- package/chunks/{bundle-hAyHXo9f.js → bundle-L4mF-vqf.js} +4 -4
- package/chunks/bundle-L4mF-vqf.js.map +1 -0
- package/chunks/{bundle-jzjtmtps.js → bundle-LIsneT-k.js} +2 -2
- package/chunks/bundle-LIsneT-k.js.map +1 -0
- package/chunks/{bundle-6KFri-1A.js → bundle-LUBbQW82.js} +1 -1
- package/chunks/{bundle-6KFri-1A.js.map → bundle-LUBbQW82.js.map} +1 -1
- package/chunks/{bundle-Drmg8_dh.js → bundle-OJu5PM7q.js} +1 -1
- package/chunks/bundle-OJu5PM7q.js.map +1 -0
- package/chunks/{bundle-6ruK1Zgw.js → bundle-_9XBB-ZS.js} +2 -2
- package/chunks/bundle-_9XBB-ZS.js.map +1 -0
- package/chunks/{bundle-KIf79auh.js → bundle-aAoUY1dC.js} +1 -1
- package/chunks/{bundle-KIf79auh.js.map → bundle-aAoUY1dC.js.map} +1 -1
- package/chunks/{bundle-6zdlkf2J.js → bundle-b4p8k2uf.js} +1 -1
- package/chunks/bundle-b4p8k2uf.js.map +1 -0
- package/chunks/{bundle-X7gl5vNX.js → bundle-caD0Cpiq.js} +1 -1
- package/chunks/bundle-caD0Cpiq.js.map +1 -0
- package/chunks/{bundle-XDy3Cf54.js → bundle-eNe8jUiS.js} +1 -1
- package/chunks/{bundle-XDy3Cf54.js.map → bundle-eNe8jUiS.js.map} +1 -1
- package/chunks/{bundle-bg3dRlK7.js → bundle-gO4JLOKo.js} +3 -3
- package/chunks/{bundle-bg3dRlK7.js.map → bundle-gO4JLOKo.js.map} +1 -1
- package/chunks/{bundle-npMrmwG6.js → bundle-gSigJ2qv.js} +1 -1
- package/chunks/bundle-gSigJ2qv.js.map +1 -0
- package/chunks/{bundle-wWnN6K3w.js → bundle-jYzea4Ke.js} +1 -1
- package/chunks/{bundle-wWnN6K3w.js.map → bundle-jYzea4Ke.js.map} +1 -1
- package/chunks/{bundle-Ueye8-sz.js → bundle-lYawLy67.js} +4 -4
- package/chunks/bundle-lYawLy67.js.map +1 -0
- package/chunks/{bundle-kLlb2TJ8.js → bundle-pISqEqOe.js} +3 -3
- package/chunks/{bundle-kLlb2TJ8.js.map → bundle-pISqEqOe.js.map} +1 -1
- package/chunks/{bundle-gQwzebOn.js → bundle-vVxTsDkS.js} +3 -3
- package/chunks/bundle-vVxTsDkS.js.map +1 -0
- package/chunks/{bundle-85rk09Bx.js → bundle-wKPuxvL-.js} +1 -1
- package/chunks/bundle-wKPuxvL-.js.map +1 -0
- package/cjs/App.js +77 -76
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +29 -29
- package/cjs/Channel/components/ChannelUI.js +66 -64
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +28 -28
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +55 -53
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
- package/cjs/Channel/components/MessageInput.js +41 -41
- package/cjs/Channel/components/MessageInputWrapper.js +41 -41
- package/cjs/Channel/components/MessageList.js +59 -57
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +27 -27
- package/cjs/Channel/components/SuggestedMentionList.js +27 -27
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +19 -19
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/cjs/Channel/utils/getMessagePartsInfo.js +6 -6
- package/cjs/Channel.js +66 -64
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +22 -20
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +8 -8
- package/cjs/ChannelList/components/ChannelListUI.js +36 -34
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +27 -27
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -11
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +36 -34
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +31 -0
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +34 -41
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +86 -68
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +15 -13
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +22 -20
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +28 -25
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +18 -16
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +18 -16
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +18 -16
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +11 -11
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/GroupChannel/components/FileViewer.js +23 -23
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
- package/cjs/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/cjs/GroupChannel/components/GroupChannelUI.js +60 -58
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +53 -51
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
- package/cjs/GroupChannel/components/MessageList.js +58 -67
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
- package/cjs/GroupChannel/components/UnreadCount.js +7 -7
- package/cjs/GroupChannel/context.js +89 -76
- package/cjs/GroupChannel/context.js.map +1 -1
- package/cjs/GroupChannel.js +60 -58
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +20 -19
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +34 -33
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +13 -11
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/cjs/GroupChannelList/context.js +5 -5
- package/cjs/GroupChannelList.js +34 -33
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -14
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +14 -14
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelInput.js +25 -25
- package/cjs/OpenChannel/components/OpenChannelMessage.js +37 -37
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelUI.js +39 -39
- package/cjs/OpenChannel/context.js +17 -17
- package/cjs/OpenChannel.js +41 -41
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +14 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +23 -30
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +19 -18
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +21 -20
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +30 -26
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +44 -43
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +30 -29
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +48 -47
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +47 -46
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +42 -42
- package/cjs/Thread/components/ThreadUI.js +57 -56
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +57 -56
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-5zZ25-q8.js → bundle-0q_scAND.js} +1 -1
- package/cjs/chunks/bundle-0q_scAND.js.map +1 -0
- package/cjs/chunks/{bundle-gaTYF6lz.js → bundle-2f5GwCzi.js} +3 -3
- package/cjs/chunks/bundle-2f5GwCzi.js.map +1 -0
- package/cjs/chunks/{bundle-zhrtSnPT.js → bundle-6dNjb6bq.js} +11 -11
- package/cjs/chunks/{bundle-zhrtSnPT.js.map → bundle-6dNjb6bq.js.map} +1 -1
- package/cjs/chunks/{bundle-A45IMFSi.js → bundle-B0sJ-8vm.js} +1 -1
- package/cjs/chunks/bundle-B0sJ-8vm.js.map +1 -0
- package/cjs/chunks/{bundle-rdAhtJum.js → bundle-B4TwDXre.js} +7 -7
- package/cjs/chunks/bundle-B4TwDXre.js.map +1 -0
- package/cjs/chunks/{bundle-xe1wuNko.js → bundle-B8q44rPm.js} +3 -3
- package/cjs/chunks/bundle-B8q44rPm.js.map +1 -0
- package/cjs/chunks/{bundle-1BET8ZYY.js → bundle-B9IeOTau.js} +1 -1
- package/cjs/chunks/bundle-B9IeOTau.js.map +1 -0
- package/cjs/chunks/{bundle-lREr-1Hy.js → bundle-BBWcxxM0.js} +26 -25
- package/cjs/chunks/bundle-BBWcxxM0.js.map +1 -0
- package/cjs/chunks/{bundle-DsdDiOQc.js → bundle-BFGQyFEj.js} +2 -2
- package/cjs/chunks/{bundle-DsdDiOQc.js.map → bundle-BFGQyFEj.js.map} +1 -1
- package/cjs/chunks/{bundle-qYN98FNj.js → bundle-BFmEadGJ.js} +1 -1
- package/cjs/chunks/{bundle-qYN98FNj.js.map → bundle-BFmEadGJ.js.map} +1 -1
- package/cjs/chunks/{bundle-eVmdXbX4.js → bundle-BGHVt4pv.js} +3 -3
- package/cjs/chunks/bundle-BGHVt4pv.js.map +1 -0
- package/cjs/chunks/{bundle-Sk9Qqzuj.js → bundle-BKeOSYnB.js} +2 -2
- package/cjs/chunks/bundle-BKeOSYnB.js.map +1 -0
- package/cjs/chunks/{bundle-EIBGC5ds.js → bundle-BLnYd3a5.js} +3 -3
- package/cjs/chunks/bundle-BLnYd3a5.js.map +1 -0
- package/cjs/chunks/{bundle-UOOPIGjG.js → bundle-BMtAL3gL.js} +1 -1
- package/cjs/chunks/bundle-BMtAL3gL.js.map +1 -0
- package/cjs/chunks/{bundle-unTPt0Np.js → bundle-BNrcDbpk.js} +1 -1
- package/cjs/chunks/bundle-BNrcDbpk.js.map +1 -0
- package/cjs/chunks/{bundle-qD5w2tyR.js → bundle-BNyi-HLe.js} +1 -1
- package/cjs/chunks/bundle-BNyi-HLe.js.map +1 -0
- package/cjs/chunks/{bundle-RceCnDam.js → bundle-BOhx1d6V.js} +4 -4
- package/cjs/chunks/{bundle-RceCnDam.js.map → bundle-BOhx1d6V.js.map} +1 -1
- package/cjs/chunks/{bundle-BdWL3kB4.js → bundle-BOxqoDK2.js} +1 -1
- package/cjs/chunks/bundle-BOxqoDK2.js.map +1 -0
- package/cjs/chunks/{bundle-xhP3_T1A.js → bundle-BSfsim6u.js} +6 -6
- package/cjs/chunks/bundle-BSfsim6u.js.map +1 -0
- package/cjs/chunks/{bundle-ZFhZ9UyN.js → bundle-BYRgBOOO.js} +3 -3
- package/cjs/chunks/bundle-BYRgBOOO.js.map +1 -0
- package/cjs/chunks/{bundle-_1OqWxYy.js → bundle-BZEyOKfd.js} +4 -4
- package/cjs/chunks/bundle-BZEyOKfd.js.map +1 -0
- package/cjs/chunks/{bundle-tMR11mG8.js → bundle-BZZfP00r.js} +1 -1
- package/cjs/chunks/bundle-BZZfP00r.js.map +1 -0
- package/cjs/chunks/{bundle-bOij3dXU.js → bundle-BeKLq9sl.js} +1 -1
- package/cjs/chunks/bundle-BeKLq9sl.js.map +1 -0
- package/cjs/chunks/{bundle-xbuS1NJI.js → bundle-BfU270mH.js} +1 -1
- package/cjs/chunks/bundle-BfU270mH.js.map +1 -0
- package/cjs/chunks/{bundle-hfoBchbF.js → bundle-BffOmMzm.js} +1 -1
- package/cjs/chunks/bundle-BffOmMzm.js.map +1 -0
- package/cjs/chunks/{bundle-0Io7rZH6.js → bundle-Bh1pBlFe.js} +3 -3
- package/cjs/chunks/bundle-Bh1pBlFe.js.map +1 -0
- package/cjs/chunks/{bundle-vj7Nj0B0.js → bundle-BiUFkVUS.js} +6 -6
- package/cjs/chunks/bundle-BiUFkVUS.js.map +1 -0
- package/cjs/chunks/{bundle-ctM9C4Ol.js → bundle-Bj5uGit3.js} +1 -1
- package/cjs/chunks/bundle-Bj5uGit3.js.map +1 -0
- package/cjs/chunks/{bundle-_Hwf9prH.js → bundle-BvRYyRnB.js} +1 -1
- package/cjs/chunks/bundle-BvRYyRnB.js.map +1 -0
- package/cjs/chunks/{bundle-sYYqa58y.js → bundle-BwNMzZfg.js} +14 -14
- package/cjs/chunks/{bundle-sYYqa58y.js.map → bundle-BwNMzZfg.js.map} +1 -1
- package/cjs/chunks/{bundle-2-AYfw-C.js → bundle-BwRgHhjl.js} +7 -7
- package/cjs/chunks/bundle-BwRgHhjl.js.map +1 -0
- package/cjs/chunks/{bundle-8JrMDacP.js → bundle-Bzy4_NRF.js} +3 -3
- package/cjs/chunks/bundle-Bzy4_NRF.js.map +1 -0
- package/cjs/chunks/{bundle-EPgJPeP5.js → bundle-C-FliXg3.js} +2 -2
- package/cjs/chunks/bundle-C-FliXg3.js.map +1 -0
- package/cjs/chunks/{bundle-zkMvSSgq.js → bundle-C58ONaz6.js} +5 -5
- package/cjs/chunks/bundle-C58ONaz6.js.map +1 -0
- package/cjs/chunks/{bundle-csbD2FCX.js → bundle-C8xia3yL.js} +1 -1
- package/cjs/chunks/{bundle-csbD2FCX.js.map → bundle-C8xia3yL.js.map} +1 -1
- package/cjs/chunks/{bundle-PXqEjKnZ.js → bundle-CEXaY05E.js} +1 -1
- package/cjs/chunks/bundle-CEXaY05E.js.map +1 -0
- package/cjs/chunks/{bundle-pc4CZYj5.js → bundle-CHRgMdqD.js} +3 -3
- package/cjs/chunks/{bundle-pc4CZYj5.js.map → bundle-CHRgMdqD.js.map} +1 -1
- package/cjs/chunks/{bundle-infYodZG.js → bundle-CK4e6MqD.js} +28 -58
- package/cjs/chunks/bundle-CK4e6MqD.js.map +1 -0
- package/cjs/chunks/{bundle-RK7_ZCh1.js → bundle-CRp1Zs4h.js} +1 -1
- package/cjs/chunks/bundle-CRp1Zs4h.js.map +1 -0
- package/cjs/chunks/{bundle-RngV4SHM.js → bundle-CTGfAwTJ.js} +3 -3
- package/cjs/chunks/{bundle-RngV4SHM.js.map → bundle-CTGfAwTJ.js.map} +1 -1
- package/cjs/chunks/{bundle-0X7q6NtR.js → bundle-CWXCI9cE.js} +5 -5
- package/cjs/chunks/bundle-CWXCI9cE.js.map +1 -0
- package/cjs/chunks/{bundle-3uSGqV8n.js → bundle-CYl2v3wW.js} +1 -1
- package/cjs/chunks/bundle-CYl2v3wW.js.map +1 -0
- package/cjs/chunks/{bundle-yQR_oAnV.js → bundle-CaSblzTL.js} +1 -1
- package/cjs/chunks/bundle-CaSblzTL.js.map +1 -0
- package/cjs/chunks/{bundle-0RoC5AKT.js → bundle-CbqU9Myv.js} +4 -4
- package/cjs/chunks/bundle-CbqU9Myv.js.map +1 -0
- package/cjs/chunks/{bundle-9oVHmbyo.js → bundle-Ccyujyp6.js} +5 -5
- package/cjs/chunks/{bundle-9oVHmbyo.js.map → bundle-Ccyujyp6.js.map} +1 -1
- package/cjs/chunks/{bundle-0FJbDLYK.js → bundle-CdthjbGs.js} +1 -1
- package/cjs/chunks/bundle-CdthjbGs.js.map +1 -0
- package/cjs/chunks/{bundle-SWOq3kxG.js → bundle-Cf4WLYFa.js} +1 -1
- package/cjs/chunks/{bundle-SWOq3kxG.js.map → bundle-Cf4WLYFa.js.map} +1 -1
- package/cjs/chunks/{bundle-5i9-ntZ5.js → bundle-Cimaz2Wz.js} +3 -3
- package/cjs/chunks/bundle-Cimaz2Wz.js.map +1 -0
- package/cjs/chunks/{bundle-uyvcZB8I.js → bundle-CooVtiK4.js} +1 -1
- package/cjs/chunks/bundle-CooVtiK4.js.map +1 -0
- package/cjs/chunks/{bundle-nR3C0oIw.js → bundle-CrjxrhRR.js} +2 -2
- package/cjs/chunks/bundle-CrjxrhRR.js.map +1 -0
- package/cjs/chunks/{bundle-Gw-7KmmG.js → bundle-CsTxv_Ia.js} +5 -4
- package/cjs/chunks/{bundle-Gw-7KmmG.js.map → bundle-CsTxv_Ia.js.map} +1 -1
- package/cjs/chunks/{bundle-JuSRYTO4.js → bundle-CsyBnNlx.js} +1 -1
- package/cjs/chunks/bundle-CsyBnNlx.js.map +1 -0
- package/cjs/chunks/{bundle-wbFvXCMi.js → bundle-CtUclh8a.js} +1 -1
- package/cjs/chunks/bundle-CtUclh8a.js.map +1 -0
- package/cjs/chunks/{bundle-Vsy2G1YZ.js → bundle-CxBq1p0s.js} +1 -1
- package/cjs/chunks/bundle-CxBq1p0s.js.map +1 -0
- package/cjs/chunks/{bundle-tBuSzzHI.js → bundle-D2ZB9EdF.js} +2 -2
- package/cjs/chunks/bundle-D2ZB9EdF.js.map +1 -0
- package/cjs/chunks/{bundle-xtUT3duD.js → bundle-D6wZDkwJ.js} +1 -1
- package/{chunks/bundle-MSFA1dPT.js.map → cjs/chunks/bundle-D6wZDkwJ.js.map} +1 -1
- package/cjs/chunks/{bundle-nNgkSlET.js → bundle-DDWWo4Ur.js} +1 -1
- package/cjs/chunks/bundle-DDWWo4Ur.js.map +1 -0
- package/cjs/chunks/{bundle-VBjH2Gyx.js → bundle-DOIvf0Sq.js} +2 -2
- package/cjs/chunks/{bundle-VBjH2Gyx.js.map → bundle-DOIvf0Sq.js.map} +1 -1
- package/cjs/chunks/{bundle-0SKvTM5F.js → bundle-DQ6EeiN7.js} +1 -1
- package/cjs/chunks/bundle-DQ6EeiN7.js.map +1 -0
- package/cjs/chunks/{bundle-KEItFRlq.js → bundle-DQPcs28F.js} +58 -90
- package/cjs/chunks/bundle-DQPcs28F.js.map +1 -0
- package/cjs/chunks/{bundle-QvRptclZ.js → bundle-DaHjWMxX.js} +2 -2
- package/cjs/chunks/bundle-DaHjWMxX.js.map +1 -0
- package/cjs/chunks/{bundle-FYiANS7I.js → bundle-DdUUl9AF.js} +1 -1
- package/cjs/chunks/bundle-DdUUl9AF.js.map +1 -0
- package/cjs/chunks/{bundle-2dTv415Y.js → bundle-DiOpJGh-.js} +3 -3
- package/cjs/chunks/bundle-DiOpJGh-.js.map +1 -0
- package/cjs/chunks/{bundle-NSfuzonk.js → bundle-DjzwlyX1.js} +8 -8
- package/cjs/chunks/{bundle-NSfuzonk.js.map → bundle-DjzwlyX1.js.map} +1 -1
- package/cjs/chunks/{bundle-5_1l38DN.js → bundle-DrvpXqH0.js} +2 -2
- package/cjs/chunks/bundle-DrvpXqH0.js.map +1 -0
- package/cjs/chunks/{bundle-Sxjv83JD.js → bundle-Dt0Ehz1U.js} +3 -3
- package/cjs/chunks/bundle-Dt0Ehz1U.js.map +1 -0
- package/cjs/chunks/{bundle-aCCpTlSC.js → bundle-Dt1ALnWb.js} +10 -10
- package/cjs/chunks/bundle-Dt1ALnWb.js.map +1 -0
- package/cjs/chunks/{bundle-9l41IWgC.js → bundle-Dtsa1X9i.js} +1 -1
- package/cjs/chunks/bundle-Dtsa1X9i.js.map +1 -0
- package/cjs/chunks/{bundle-Myh0hGtf.js → bundle-DveQNuEW.js} +13 -13
- package/cjs/chunks/bundle-DveQNuEW.js.map +1 -0
- package/cjs/chunks/{bundle-DKAurwqI.js → bundle-DxxDc_9W.js} +4 -4
- package/cjs/chunks/{bundle-DKAurwqI.js.map → bundle-DxxDc_9W.js.map} +1 -1
- package/cjs/chunks/{bundle-HdAqAQmQ.js → bundle-IX2NQYwk.js} +2 -2
- package/cjs/chunks/bundle-IX2NQYwk.js.map +1 -0
- package/cjs/chunks/{bundle-M7S2ba5_.js → bundle-a-KJqpeY.js} +10 -10
- package/cjs/chunks/bundle-a-KJqpeY.js.map +1 -0
- package/cjs/chunks/{bundle-aggH3_MP.js → bundle-aYP0bwh_.js} +1 -1
- package/cjs/chunks/bundle-aYP0bwh_.js.map +1 -0
- package/cjs/chunks/{bundle-nvUhM4Jt.js → bundle-iA0z-oXP.js} +1 -1
- package/cjs/chunks/bundle-iA0z-oXP.js.map +1 -0
- package/cjs/chunks/{bundle-W4lK9aC2.js → bundle-jG5ojZfP.js} +1 -1
- package/cjs/chunks/bundle-jG5ojZfP.js.map +1 -0
- package/cjs/chunks/{bundle-OypRlCX4.js → bundle-lF1xvz4H.js} +1 -1
- package/cjs/chunks/bundle-lF1xvz4H.js.map +1 -0
- package/cjs/chunks/{bundle-nTv4XhjL.js → bundle-o44Pbmy8.js} +1 -1
- package/cjs/chunks/bundle-o44Pbmy8.js.map +1 -0
- package/cjs/chunks/{bundle-WALfBkn-.js → bundle-tAANyqOj.js} +2 -2
- package/cjs/chunks/bundle-tAANyqOj.js.map +1 -0
- package/cjs/chunks/{bundle-AjEjAHAy.js → bundle-v3tXlTmz.js} +4 -4
- package/cjs/chunks/{bundle-AjEjAHAy.js.map → bundle-v3tXlTmz.js.map} +1 -1
- package/cjs/chunks/{bundle-4jhVxof3.js → bundle-vpFsS041.js} +10 -10
- package/cjs/chunks/{bundle-4jhVxof3.js.map → bundle-vpFsS041.js.map} +1 -1
- package/cjs/chunks/{bundle-b3QK79hX.js → bundle-wa4qpxjp.js} +4 -4
- package/cjs/chunks/bundle-wa4qpxjp.js.map +1 -0
- package/cjs/chunks/{bundle-xNnngzve.js → bundle-zArQW7NP.js} +5 -5
- package/cjs/chunks/bundle-zArQW7NP.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +81 -80
- 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 +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +9 -9
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +84 -6
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +19 -17
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +15 -15
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/cjs/ui/MentionLabel.js +15 -13
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +37 -35
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +24 -20
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +12 -10
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +11 -9
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +14 -14
- package/cjs/ui/MessageSearchItem.js +11 -11
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +9 -9
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +18 -16
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -8
- package/cjs/ui/OpenchannelConversationHeader.js +8 -8
- package/cjs/ui/OpenchannelFileMessage.js +20 -18
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +22 -20
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +19 -17
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +20 -18
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +9 -9
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +18 -16
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +8 -8
- package/cjs/ui/ThumbnailMessageItemBody.js +7 -7
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +18 -15
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/Word.js +15 -13
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +0 -5
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +81 -80
- package/index.js.map +1 -1
- package/package.json +10 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/hooks/useConnect/connect.d.ts +1 -1
- package/types/lib/hooks/useConnect/setupConnection.d.ts +3 -2
- package/types/lib/hooks/useConnect/types.d.ts +1 -0
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/ChannelSettingsHeader.d.ts +5 -0
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/index.d.ts +2 -0
- package/types/modules/GroupChannel/components/Message/MessageView.d.ts +1 -0
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +1 -1
- package/types/modules/GroupChannel/context/hooks/useMessageActions.d.ts +1 -1
- package/types/modules/GroupChannel/context/hooks/useMessageListScroll.d.ts +5 -2
- package/types/ui/ContextMenu/index.d.ts +3 -1
- package/types/ui/ContextMenu/items/MuteMenuItem.d.ts +15 -0
- package/types/ui/ContextMenu/items/OperatorMenuItem.d.ts +15 -0
- package/types/ui/Modal/index.d.ts +3 -2
- package/types/ui/UserListItem/index.d.ts +3 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +84 -8
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +19 -17
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +15 -15
- package/ui/Icon.js +2 -2
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +3 -3
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/ui/MentionLabel.js +15 -13
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +37 -35
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +25 -21
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +12 -10
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +11 -9
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +14 -14
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +12 -12
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +18 -16
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +20 -18
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +22 -20
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +19 -17
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +20 -18
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +9 -9
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +18 -16
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +8 -8
- package/ui/ThumbnailMessageItemBody.js +7 -7
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +18 -15
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +15 -13
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle--WETJA_c.js.map +0 -1
- package/chunks/bundle-0DTNrbOf.js.map +0 -1
- package/chunks/bundle-0Vur_TKy.js.map +0 -1
- package/chunks/bundle-2194oWZc.js.map +0 -1
- package/chunks/bundle-22Jw6ztq.js.map +0 -1
- package/chunks/bundle-2AR3a1T9.js.map +0 -1
- package/chunks/bundle-39Y3yv8j.js.map +0 -1
- package/chunks/bundle-3E-IANjq.js.map +0 -1
- package/chunks/bundle-4gcxTdvH.js.map +0 -1
- package/chunks/bundle-6ruK1Zgw.js.map +0 -1
- package/chunks/bundle-6yzuMtzi.js.map +0 -1
- package/chunks/bundle-6zdlkf2J.js.map +0 -1
- package/chunks/bundle-7Mx2MtAL.js.map +0 -1
- package/chunks/bundle-85rk09Bx.js.map +0 -1
- package/chunks/bundle-9C7b_-hs.js.map +0 -1
- package/chunks/bundle-9c5vLDe9.js.map +0 -1
- package/chunks/bundle-AaDwp4eU.js.map +0 -1
- package/chunks/bundle-Aqr_4BjO.js.map +0 -1
- package/chunks/bundle-BMZkoBS_.js.map +0 -1
- package/chunks/bundle-BiPw1Sub.js.map +0 -1
- package/chunks/bundle-C-Q3OKQW.js.map +0 -1
- package/chunks/bundle-DHw1C5gJ.js.map +0 -1
- package/chunks/bundle-Drmg8_dh.js.map +0 -1
- package/chunks/bundle-IH2e-Hbm.js.map +0 -1
- package/chunks/bundle-LjoHDFFW.js.map +0 -1
- package/chunks/bundle-O7xTFAHP.js.map +0 -1
- package/chunks/bundle-PdtvfqJT.js.map +0 -1
- package/chunks/bundle-Sl-oiala.js.map +0 -1
- package/chunks/bundle-Sm0-7tTm.js.map +0 -1
- package/chunks/bundle-Ueye8-sz.js.map +0 -1
- package/chunks/bundle-X7gl5vNX.js.map +0 -1
- package/chunks/bundle-XjJUjhN1.js.map +0 -1
- package/chunks/bundle-Y3ZVN9yF.js.map +0 -1
- package/chunks/bundle-_hGurAcC.js.map +0 -1
- package/chunks/bundle-b2jLXyrm.js.map +0 -1
- package/chunks/bundle-cilkeUXQ.js.map +0 -1
- package/chunks/bundle-dUPYt-qi.js.map +0 -1
- package/chunks/bundle-da60Z7l5.js.map +0 -1
- package/chunks/bundle-fgpwMbpA.js.map +0 -1
- package/chunks/bundle-gMH6Z6oi.js.map +0 -1
- package/chunks/bundle-gQwzebOn.js.map +0 -1
- package/chunks/bundle-hAyHXo9f.js.map +0 -1
- package/chunks/bundle-hjFxrcMW.js.map +0 -1
- package/chunks/bundle-jqQY8n8G.js.map +0 -1
- package/chunks/bundle-jzjtmtps.js.map +0 -1
- package/chunks/bundle-lZq_XDzb.js.map +0 -1
- package/chunks/bundle-n2BmCgGV.js.map +0 -1
- package/chunks/bundle-npMrmwG6.js.map +0 -1
- package/chunks/bundle-qouYngqR.js.map +0 -1
- package/chunks/bundle-v3VMB7al.js.map +0 -1
- package/chunks/bundle-wpc1Fted.js.map +0 -1
- package/chunks/bundle-xC7o7NLR.js.map +0 -1
- package/chunks/bundle-y909vBn9.js.map +0 -1
- package/chunks/bundle-y9VJsc3H.js.map +0 -1
- package/chunks/bundle-yIputEl7.js.map +0 -1
- package/cjs/chunks/bundle-0FJbDLYK.js.map +0 -1
- package/cjs/chunks/bundle-0Io7rZH6.js.map +0 -1
- package/cjs/chunks/bundle-0RoC5AKT.js.map +0 -1
- package/cjs/chunks/bundle-0SKvTM5F.js.map +0 -1
- package/cjs/chunks/bundle-0X7q6NtR.js.map +0 -1
- package/cjs/chunks/bundle-1BET8ZYY.js.map +0 -1
- package/cjs/chunks/bundle-2-AYfw-C.js.map +0 -1
- package/cjs/chunks/bundle-2dTv415Y.js.map +0 -1
- package/cjs/chunks/bundle-3uSGqV8n.js.map +0 -1
- package/cjs/chunks/bundle-5_1l38DN.js.map +0 -1
- package/cjs/chunks/bundle-5i9-ntZ5.js.map +0 -1
- package/cjs/chunks/bundle-5zZ25-q8.js.map +0 -1
- package/cjs/chunks/bundle-8JrMDacP.js.map +0 -1
- package/cjs/chunks/bundle-9l41IWgC.js.map +0 -1
- package/cjs/chunks/bundle-A45IMFSi.js.map +0 -1
- package/cjs/chunks/bundle-BdWL3kB4.js.map +0 -1
- package/cjs/chunks/bundle-EIBGC5ds.js.map +0 -1
- package/cjs/chunks/bundle-EPgJPeP5.js.map +0 -1
- package/cjs/chunks/bundle-FYiANS7I.js.map +0 -1
- package/cjs/chunks/bundle-HdAqAQmQ.js.map +0 -1
- package/cjs/chunks/bundle-JuSRYTO4.js.map +0 -1
- package/cjs/chunks/bundle-KEItFRlq.js.map +0 -1
- package/cjs/chunks/bundle-M7S2ba5_.js.map +0 -1
- package/cjs/chunks/bundle-Myh0hGtf.js.map +0 -1
- package/cjs/chunks/bundle-OypRlCX4.js.map +0 -1
- package/cjs/chunks/bundle-PXqEjKnZ.js.map +0 -1
- package/cjs/chunks/bundle-QvRptclZ.js.map +0 -1
- package/cjs/chunks/bundle-RK7_ZCh1.js.map +0 -1
- package/cjs/chunks/bundle-Sk9Qqzuj.js.map +0 -1
- package/cjs/chunks/bundle-Sxjv83JD.js.map +0 -1
- package/cjs/chunks/bundle-UOOPIGjG.js.map +0 -1
- package/cjs/chunks/bundle-Vsy2G1YZ.js.map +0 -1
- package/cjs/chunks/bundle-W4lK9aC2.js.map +0 -1
- package/cjs/chunks/bundle-WALfBkn-.js.map +0 -1
- package/cjs/chunks/bundle-ZFhZ9UyN.js.map +0 -1
- package/cjs/chunks/bundle-_1OqWxYy.js.map +0 -1
- package/cjs/chunks/bundle-_Hwf9prH.js.map +0 -1
- package/cjs/chunks/bundle-aCCpTlSC.js.map +0 -1
- package/cjs/chunks/bundle-aggH3_MP.js.map +0 -1
- package/cjs/chunks/bundle-b3QK79hX.js.map +0 -1
- package/cjs/chunks/bundle-bOij3dXU.js.map +0 -1
- package/cjs/chunks/bundle-ctM9C4Ol.js.map +0 -1
- package/cjs/chunks/bundle-eVmdXbX4.js.map +0 -1
- package/cjs/chunks/bundle-gaTYF6lz.js.map +0 -1
- package/cjs/chunks/bundle-hfoBchbF.js.map +0 -1
- package/cjs/chunks/bundle-infYodZG.js.map +0 -1
- package/cjs/chunks/bundle-lREr-1Hy.js.map +0 -1
- package/cjs/chunks/bundle-nNgkSlET.js.map +0 -1
- package/cjs/chunks/bundle-nR3C0oIw.js.map +0 -1
- package/cjs/chunks/bundle-nTv4XhjL.js.map +0 -1
- package/cjs/chunks/bundle-nvUhM4Jt.js.map +0 -1
- package/cjs/chunks/bundle-qD5w2tyR.js.map +0 -1
- package/cjs/chunks/bundle-rdAhtJum.js.map +0 -1
- package/cjs/chunks/bundle-tBuSzzHI.js.map +0 -1
- package/cjs/chunks/bundle-tMR11mG8.js.map +0 -1
- package/cjs/chunks/bundle-unTPt0Np.js.map +0 -1
- package/cjs/chunks/bundle-uyvcZB8I.js.map +0 -1
- package/cjs/chunks/bundle-vj7Nj0B0.js.map +0 -1
- package/cjs/chunks/bundle-wbFvXCMi.js.map +0 -1
- package/cjs/chunks/bundle-xNnngzve.js.map +0 -1
- package/cjs/chunks/bundle-xbuS1NJI.js.map +0 -1
- package/cjs/chunks/bundle-xe1wuNko.js.map +0 -1
- package/cjs/chunks/bundle-xhP3_T1A.js.map +0 -1
- package/cjs/chunks/bundle-xtUT3duD.js.map +0 -1
- package/cjs/chunks/bundle-yQR_oAnV.js.map +0 -1
- package/cjs/chunks/bundle-zkMvSSgq.js.map +0 -1
- package/types/modules/GroupChannel/components/MessageList/hooks/useScrollBehavior.d.ts +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { K } from './bundle-
|
|
3
|
-
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-
|
|
2
|
+
import { K } from './bundle-0Xv23Jlo.js';
|
|
3
|
+
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-Bjr0f1Zp.js';
|
|
4
4
|
import { useMessageContext } from '../Message/context.js';
|
|
5
5
|
import MentionLabel from '../ui/MentionLabel.js';
|
|
6
6
|
import LinkLabel from '../ui/LinkLabel.js';
|
|
7
|
-
import { a as LabelTypography } from './bundle-
|
|
7
|
+
import { a as LabelTypography } from './bundle-BnG5XETL.js';
|
|
8
8
|
|
|
9
9
|
// this function is used to generate a unique key for token in message
|
|
10
10
|
// it changes with updated time and index
|
|
@@ -33,4 +33,4 @@ function TextFragment(_a) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export { TextFragment as T };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-CQhhBQgY.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CQhhBQgY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CQxSmK2v.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-CAdKFBfs.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
|
|
@@ -122,4 +122,4 @@ function bufferToWav(abuffer, len) {
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
export { downsampleToWav, encodeMp3 };
|
|
125
|
-
//# sourceMappingURL=bundle-
|
|
125
|
+
//# sourceMappingURL=bundle-CWxzg5Gh.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CWxzg5Gh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CanFPW6u.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-Dj5aDnzf.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
5
|
+
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
6
6
|
import Loader from '../ui/Loader.js';
|
|
7
|
-
import { C as isTemplateMessage, k as isImage, A as isGif, j as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-
|
|
7
|
+
import { C as isTemplateMessage, k as isImage, A as isGif, j as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-CCx8yXVd.js';
|
|
8
8
|
import { getOutgoingMessageState, OutgoingMessageStates } from '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-
|
|
10
|
-
import { u as useLocalization } from './bundle-
|
|
9
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-D1vFAfKb.js';
|
|
10
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
11
11
|
|
|
12
12
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
13
13
|
var _a;
|
|
@@ -131,4 +131,4 @@ function MessageStatus(_a) {
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
export { MessageStatus as M, getTotalMembers as a, getLastMessageCreatedAt as b, getLastMessage as c, getChannelUnreadMessageCount as d, MessageStatusTypes as e, getChannelTitle as g };
|
|
134
|
-
//# sourceMappingURL=bundle-
|
|
134
|
+
//# sourceMappingURL=bundle-Cbgk06HJ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cbgk06HJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { L as LocalizationContext } from './bundle-
|
|
4
|
+
import { L as LocalizationContext } from './bundle-97fd4oe2.js';
|
|
5
5
|
import '../hooks/useModal.js';
|
|
6
|
-
import { c as isMultipleFilesMessage, b as isFileMessage, h as isSupportedFileView, j as isVideo$1, k as isImage$1 } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { A as Avatar } from './bundle-
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
+
import { c as isMultipleFilesMessage, b as isFileMessage, h as isSupportedFileView, j as isVideo$1, k as isImage$1 } from './bundle-CCx8yXVd.js';
|
|
7
|
+
import { n as noop } from './bundle-B4CUv14M.js';
|
|
8
|
+
import { A as Avatar } from './bundle-CeNRu1nh.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import { l as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-
|
|
12
|
-
import { u as useKeyDown } from './bundle-
|
|
13
|
-
import { a as MODAL_ROOT } from './bundle-
|
|
11
|
+
import { l as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-CAdKFBfs.js';
|
|
12
|
+
import { u as useKeyDown } from './bundle-BGdbKz3x.js';
|
|
13
|
+
import { a as MODAL_ROOT } from './bundle-BQntI2YH.js';
|
|
14
14
|
|
|
15
15
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
16
16
|
var SUPPORTED_MIMES = {
|
|
@@ -144,4 +144,4 @@ function FileViewer(_a) {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
export { FileViewer as F, isVideo as a, FileViewerComponent as b, isImage as i };
|
|
147
|
-
//# sourceMappingURL=bundle-
|
|
147
|
+
//# sourceMappingURL=bundle-CeN11uF4.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CeN11uF4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
4
|
-
import { p as pxToNumber } from './bundle-
|
|
4
|
+
import { p as pxToNumber } from './bundle-B_5nSVDN.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
|
|
7
7
|
var AvatarDefault = function (props) {
|
|
@@ -66,4 +66,4 @@ function Avatar(_a, ref) {
|
|
|
66
66
|
var Avatar$1 = React__default.forwardRef(Avatar);
|
|
67
67
|
|
|
68
68
|
export { Avatar$1 as A, AvatarDefault as a, AvatarInner as b };
|
|
69
|
-
//# sourceMappingURL=bundle-
|
|
69
|
+
//# sourceMappingURL=bundle-CeNRu1nh.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CeNRu1nh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import { useState, useRef, useCallback } from 'react';
|
|
3
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
3
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.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-Cg7eHJV0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cg7eHJV0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -39,4 +39,4 @@ var PUBSUB_TOPICS;
|
|
|
39
39
|
var pubSubTopics = PUBSUB_TOPICS;
|
|
40
40
|
|
|
41
41
|
export { PublishingModuleType as P, shouldPubSubPublishToThread as a, PUBSUB_TOPICS as b, pubSubTopics as p, shouldPubSubPublishToChannel as s };
|
|
42
|
-
//# sourceMappingURL=bundle-
|
|
42
|
+
//# sourceMappingURL=bundle-CkCkzFFu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CkCkzFFu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -73,4 +73,4 @@ var MediaQueryProvider = function (props) {
|
|
|
73
73
|
var useMediaQueryContext = function () { return React__default.useContext(MediaQueryContext); };
|
|
74
74
|
|
|
75
75
|
export { MediaQueryProvider as M, useMediaQueryContext as u };
|
|
76
|
-
//# sourceMappingURL=bundle-
|
|
76
|
+
//# sourceMappingURL=bundle-Cs0ZtBj7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cs0ZtBj7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -54,4 +54,4 @@ var channelActions = /*#__PURE__*/Object.freeze({
|
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
export { FETCH_INITIAL_MESSAGES_START as F, MESSAGE_LIST_PARAMS_CHANGED as M, ON_MESSAGE_RECEIVED as O, RESET_MESSAGES as R, SEND_MESSAGE_START as S, FETCH_INITIAL_MESSAGES_SUCCESS as a, FETCH_INITIAL_MESSAGES_FAILURE as b, FETCH_PREV_MESSAGES_SUCCESS as c, FETCH_NEXT_MESSAGES_SUCCESS as d, FETCH_PREV_MESSAGES_FAILURE as e, FETCH_NEXT_MESSAGES_FAILURE as f, SEND_MESSAGE_SUCCESS as g, SEND_MESSAGE_FAILURE as h, SET_CURRENT_CHANNEL as i, SET_CHANNEL_INVALID as j, ON_MESSAGE_UPDATED as k, ON_MESSAGE_THREAD_INFO_UPDATED as l, RESEND_MESSAGE_START as m, MARK_AS_READ as n, ON_MESSAGE_DELETED as o, ON_MESSAGE_DELETED_BY_REQ_ID as p, SET_EMOJI_CONTAINER as q, ON_REACTION_UPDATED as r, ON_FILE_INFO_UPLOADED as s, ON_TYPING_STATUS_UPDATED as t, channelActions as u };
|
|
57
|
-
//# sourceMappingURL=bundle-
|
|
57
|
+
//# sourceMappingURL=bundle-CvuK4Gl-.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CvuK4Gl-.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
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-CkCkzFFu.js';
|
|
3
|
+
import { s as scrollIntoLast$1 } from './bundle-DlBu0K2F.js';
|
|
4
4
|
import '../utils/message/getOutgoingMessageState.js';
|
|
5
|
-
import { e as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-
|
|
5
|
+
import { e as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-CAdKFBfs.js';
|
|
6
6
|
|
|
7
7
|
var getNicknamesMapFromMembers = function (members) {
|
|
8
8
|
if (members === void 0) { members = []; }
|
|
@@ -169,4 +169,4 @@ var useSendMultipleFilesMessage = function (_a, _b) {
|
|
|
169
169
|
};
|
|
170
170
|
|
|
171
171
|
export { getNicknamesMapFromMembers as a, compareIds as c, getParentMessageFrom as g, isAboutSame as i, scrollIntoLast as s, useSendMultipleFilesMessage as u };
|
|
172
|
-
//# sourceMappingURL=bundle
|
|
172
|
+
//# sourceMappingURL=bundle-CvvqaAH_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle
|
|
1
|
+
{"version":3,"file":"bundle-CvvqaAH_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { c as __spreadArray, _ as __assign } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-aAoUY1dC.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-Dj5aDnzf.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import { M as MAX_USER_MENTION_COUNT, a 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, a as MAX_USER_SUGGESTION_COUNT } from './bundle-Ds5aQSz-.js';
|
|
7
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-6c04eWHT.js';
|
|
8
8
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
9
|
-
import { w as getClassName, g as getSuggestedReplies } from './bundle-
|
|
9
|
+
import { w as getClassName, g as getSuggestedReplies } from './bundle-CCx8yXVd.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-BnG5XETL.js';
|
|
12
12
|
import MessageInput from '../ui/MessageInput.js';
|
|
13
|
-
import { M as MessageInputKeys } from './bundle-
|
|
13
|
+
import { M as MessageInputKeys } from './bundle-Bsh5KSxb.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-
|
|
16
|
+
import { S as SuggestedMentionListView } from './bundle-C5C8XKZl.js';
|
|
17
17
|
|
|
18
18
|
var useDidMountEffect = function (func, deps) {
|
|
19
19
|
var _a = useState(false), didMount = _a[0], setDidmount = _a[1];
|
|
@@ -34,22 +34,22 @@ var MessageView = function (props) {
|
|
|
34
34
|
// MessageProps
|
|
35
35
|
message = props.message, renderMessage = props.renderMessage, children = props.children, _c = props.renderMessageContent, renderMessageContent = _c === void 0 ? function (props) { return React__default.createElement(MessageContent, __assign({}, props)); } : _c, _d = props.renderSuggestedReplies, renderSuggestedReplies = _d === void 0 ? function (props) { return (React__default.createElement(SuggestedReplies, __assign({}, props))); } : _d, renderCustomSeparator = props.renderCustomSeparator, renderEditInput = props.renderEditInput, hasSeparator = props.hasSeparator, chainTop = props.chainTop, chainBottom = props.chainBottom, handleScroll = props.handleScroll,
|
|
36
36
|
// MessageViewProps
|
|
37
|
-
channel = props.channel, emojiContainer = props.emojiContainer, editInputDisabled = props.editInputDisabled, shouldRenderSuggestedReplies = props.shouldRenderSuggestedReplies, isReactionEnabled = props.isReactionEnabled, replyType = props.replyType, threadReplySelectType = props.threadReplySelectType, nicknamesMap = props.nicknamesMap, renderUserMentionItem = props.renderUserMentionItem, scrollToMessage = props.scrollToMessage, toggleReaction = props.toggleReaction, setQuoteMessage = props.setQuoteMessage, onQuoteMessageClick = props.onQuoteMessageClick, onReplyInThreadClick = props.onReplyInThreadClick, sendUserMessage = props.sendUserMessage, updateUserMessage = props.updateUserMessage, resendMessage = props.resendMessage, deleteMessage = props.deleteMessage, renderFileViewer = props.renderFileViewer, renderRemoveMessageModal = props.renderRemoveMessageModal, setAnimatedMessageId = props.setAnimatedMessageId, animatedMessageId = props.animatedMessageId, onMessageAnimated = props.onMessageAnimated;
|
|
38
|
-
var
|
|
37
|
+
channel = props.channel, emojiContainer = props.emojiContainer, editInputDisabled = props.editInputDisabled, shouldRenderSuggestedReplies = props.shouldRenderSuggestedReplies, isReactionEnabled = props.isReactionEnabled, replyType = props.replyType, threadReplySelectType = props.threadReplySelectType, nicknamesMap = props.nicknamesMap, renderUserMentionItem = props.renderUserMentionItem, scrollToMessage = props.scrollToMessage, toggleReaction = props.toggleReaction, setQuoteMessage = props.setQuoteMessage, onQuoteMessageClick = props.onQuoteMessageClick, onReplyInThreadClick = props.onReplyInThreadClick, sendUserMessage = props.sendUserMessage, updateUserMessage = props.updateUserMessage, resendMessage = props.resendMessage, deleteMessage = props.deleteMessage, renderFileViewer = props.renderFileViewer, renderRemoveMessageModal = props.renderRemoveMessageModal, setAnimatedMessageId = props.setAnimatedMessageId, animatedMessageId = props.animatedMessageId, onMessageAnimated = props.onMessageAnimated, _e = props.usedInLegacy, usedInLegacy = _e === void 0 ? true : _e;
|
|
38
|
+
var _f = useLocalization(), dateLocale = _f.dateLocale, stringSet = _f.stringSet;
|
|
39
39
|
var globalStore = useSendbirdStateContext();
|
|
40
|
-
var
|
|
40
|
+
var _g = globalStore.config, userId = _g.userId, isOnline = _g.isOnline, isMentionEnabled = _g.isMentionEnabled, userMention = _g.userMention, logger = _g.logger;
|
|
41
41
|
var maxUserMentionCount = (userMention === null || userMention === void 0 ? void 0 : userMention.maxMentionCount) || MAX_USER_MENTION_COUNT;
|
|
42
42
|
var maxUserSuggestionCount = (userMention === null || userMention === void 0 ? void 0 : userMention.maxSuggestionCount) || MAX_USER_SUGGESTION_COUNT;
|
|
43
|
-
var
|
|
44
|
-
var
|
|
45
|
-
var
|
|
46
|
-
var
|
|
47
|
-
var
|
|
48
|
-
var
|
|
49
|
-
var
|
|
50
|
-
var
|
|
51
|
-
var
|
|
52
|
-
var
|
|
43
|
+
var _h = useState(false), showEdit = _h[0], setShowEdit = _h[1];
|
|
44
|
+
var _j = useState(false), showRemove = _j[0], setShowRemove = _j[1];
|
|
45
|
+
var _k = useState(false), showFileViewer = _k[0], setShowFileViewer = _k[1];
|
|
46
|
+
var _l = useState(false), isAnimated = _l[0], setIsAnimated = _l[1];
|
|
47
|
+
var _m = useState(''), mentionNickname = _m[0], setMentionNickname = _m[1];
|
|
48
|
+
var _o = useState([]), mentionedUsers = _o[0], setMentionedUsers = _o[1];
|
|
49
|
+
var _p = useState([]), mentionedUserIds = _p[0], setMentionedUserIds = _p[1];
|
|
50
|
+
var _q = useState(null), messageInputEvent = _q[0], setMessageInputEvent = _q[1];
|
|
51
|
+
var _r = useState(null), selectedUser = _r[0], setSelectedUser = _r[1];
|
|
52
|
+
var _s = useState([]), mentionSuggestedUsers = _s[0], setMentionSuggestedUsers = _s[1];
|
|
53
53
|
var editMessageInputRef = useRef(null);
|
|
54
54
|
var messageScrollRef = useRef(null);
|
|
55
55
|
var displaySuggestedMentionList = isOnline && isMentionEnabled && mentionNickname.length > 0 && !isDisabledBecauseFrozen(channel) && !isDisabledBecauseMuted(channel);
|
|
@@ -79,8 +79,9 @@ var MessageView = function (props) {
|
|
|
79
79
|
handleScroll === null || handleScroll === void 0 ? void 0 : handleScroll(true);
|
|
80
80
|
}, [message === null || message === void 0 ? void 0 : message.updatedAt, message === null || message === void 0 ? void 0 : message.message]);
|
|
81
81
|
useLayoutEffect(function () {
|
|
82
|
-
// Keep the scrollBottom value after fetching new message list
|
|
83
|
-
|
|
82
|
+
// Keep the scrollBottom value after fetching new message list (but GroupChannel module is not needed.)
|
|
83
|
+
if (usedInLegacy)
|
|
84
|
+
handleScroll === null || handleScroll === void 0 ? void 0 : handleScroll(true);
|
|
84
85
|
}, []);
|
|
85
86
|
useLayoutEffect(function () {
|
|
86
87
|
var timeouts = [];
|
|
@@ -212,4 +213,4 @@ var MessageView = function (props) {
|
|
|
212
213
|
};
|
|
213
214
|
|
|
214
215
|
export { MessageView as M };
|
|
215
|
-
//# sourceMappingURL=bundle-
|
|
216
|
+
//# sourceMappingURL=bundle-CwQ5U5f7.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CwQ5U5f7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLongPress } from './bundle-
|
|
5
|
-
import { u as useLocalization } from './bundle-
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { i as isVoiceMessage } from './bundle-
|
|
9
|
-
import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-
|
|
4
|
+
import { u as useLongPress } from './bundle-Cg7eHJV0.js';
|
|
5
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.js';
|
|
7
|
+
import { n as noop } from './bundle-B4CUv14M.js';
|
|
8
|
+
import { i as isVoiceMessage } from './bundle-CCx8yXVd.js';
|
|
9
|
+
import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-Cbgk06HJ.js';
|
|
10
10
|
import { TypingIndicatorText } from '../GroupChannel/components/TypingIndicator.js';
|
|
11
11
|
import Badge from '../ui/Badge.js';
|
|
12
12
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
13
13
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
14
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
14
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
15
15
|
import MentionUserLabel from '../ui/MentionUserLabel.js';
|
|
16
|
-
import { M as Modal } from './bundle-
|
|
16
|
+
import { M as Modal } from './bundle-BQntI2YH.js';
|
|
17
17
|
import TextButton from '../ui/TextButton.js';
|
|
18
18
|
|
|
19
19
|
var GroupChannelListItemView = function (_a) {
|
|
@@ -83,4 +83,4 @@ var GroupChannelListItemView = function (_a) {
|
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
export { GroupChannelListItemView as G };
|
|
86
|
-
//# sourceMappingURL=bundle-
|
|
86
|
+
//# sourceMappingURL=bundle-Cxjgwfwy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cxjgwfwy.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-aAoUY1dC.js';
|
|
2
|
+
import { p as pxToNumber } from './bundle-B_5nSVDN.js';
|
|
3
3
|
|
|
4
4
|
var compressImage = function (_a) {
|
|
5
5
|
var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight;
|
|
@@ -112,4 +112,4 @@ var compressImages = function (_a) {
|
|
|
112
112
|
};
|
|
113
113
|
|
|
114
114
|
export { compressImages as c };
|
|
115
|
-
//# sourceMappingURL=bundle-
|
|
115
|
+
//# sourceMappingURL=bundle-CzNavr80.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CzNavr80.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Czh0_N3j.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D1DIGSmr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as isSameDay } from './bundle-
|
|
2
|
-
import { r as requiredArgs, t as toDate, a as toInteger } from './bundle-
|
|
1
|
+
import { i as isSameDay } from './bundle-FDedpAl7.js';
|
|
2
|
+
import { r as requiredArgs, t as toDate, a as toInteger } from './bundle-Dj5aDnzf.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* @name isToday
|
|
@@ -162,4 +162,4 @@ function isYesterday(dirtyDate) {
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
export { isYesterday as a, isThisYear as b, isToday as i };
|
|
165
|
-
//# sourceMappingURL=bundle-
|
|
165
|
+
//# sourceMappingURL=bundle-D1vFAfKb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-D1vFAfKb.js","sources":["../../node_modules/date-fns/esm/isToday/index.js","../../node_modules/date-fns/esm/isSameYear/index.js","../../node_modules/date-fns/esm/isThisYear/index.js","../../node_modules/date-fns/esm/addDays/index.js","../../node_modules/date-fns/esm/subDays/index.js","../../node_modules/date-fns/esm/isYesterday/index.js"],"sourcesContent":["import isSameDay from \"../isSameDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isToday\n * @category Day Helpers\n * @summary Is the given date today?\n * @pure false\n *\n * @description\n * Is the given date today?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is today\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 6 October 14:00:00 today?\n * const result = isToday(new Date(2014, 9, 6, 14, 0))\n * //=> true\n */\nexport default function isToday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, Date.now());\n}","import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameYear\n * @category Year Helpers\n * @summary Are the given dates in the same year?\n *\n * @description\n * Are the given dates in the same year?\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 year\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 2 September 2014 and 25 September 2014 in the same year?\n * const result = isSameYear(new Date(2014, 8, 2), new Date(2014, 8, 25))\n * //=> true\n */\nexport default function isSameYear(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeft = toDate(dirtyDateLeft);\n var dateRight = toDate(dirtyDateRight);\n return dateLeft.getFullYear() === dateRight.getFullYear();\n}","import isSameYear from \"../isSameYear/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isThisYear\n * @category Year Helpers\n * @summary Is the given date in the same year as the current date?\n * @pure false\n *\n * @description\n * Is the given date in the same year as the current date?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is in this year\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 25 September 2014, is 2 July 2014 in this year?\n * const result = isThisYear(new Date(2014, 6, 2))\n * //=> true\n */\nexport default function isThisYear(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameYear(dirtyDate, Date.now());\n}","import toInteger from \"../_lib/toInteger/index.js\";\nimport toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name addDays\n * @category Day Helpers\n * @summary Add the specified number of days to the given date.\n *\n * @description\n * Add the specified number of days to the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be added. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} - the new date with the days added\n * @throws {TypeError} - 2 arguments required\n *\n * @example\n * // Add 10 days to 1 September 2014:\n * const result = addDays(new Date(2014, 8, 1), 10)\n * //=> Thu Sep 11 2014 00:00:00\n */\nexport default function addDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var date = toDate(dirtyDate);\n var amount = toInteger(dirtyAmount);\n if (isNaN(amount)) {\n return new Date(NaN);\n }\n if (!amount) {\n // If 0 days, no-op to avoid changing times in the hour before end of DST\n return date;\n }\n date.setDate(date.getDate() + amount);\n return date;\n}","import addDays from \"../addDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\nimport toInteger from \"../_lib/toInteger/index.js\";\n/**\n * @name subDays\n * @category Day Helpers\n * @summary Subtract the specified number of days from the given date.\n *\n * @description\n * Subtract the specified number of days from the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be subtracted. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} the new date with the days subtracted\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Subtract 10 days from 1 September 2014:\n * const result = subDays(new Date(2014, 8, 1), 10)\n * //=> Fri Aug 22 2014 00:00:00\n */\nexport default function subDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var amount = toInteger(dirtyAmount);\n return addDays(dirtyDate, -amount);\n}","import isSameDay from \"../isSameDay/index.js\";\nimport subDays from \"../subDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isYesterday\n * @category Day Helpers\n * @summary Is the given date yesterday?\n * @pure false\n *\n * @description\n * Is the given date yesterday?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is yesterday\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 5 October 14:00:00 yesterday?\n * const result = isYesterday(new Date(2014, 9, 5, 14, 0))\n * //=> true\n */\nexport default function isYesterday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, subDays(Date.now(), 1));\n}"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE;AAC3C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC1C;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE;AAClE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,QAAQ,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;AACvC,EAAE,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC,CAAC;AACzC,EAAE,OAAO,QAAQ,CAAC,WAAW,EAAE,KAAK,SAAS,CAAC,WAAW,EAAE,CAAC;AAC5D;;ACvBA;AACA;AACA;AACA;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,OAAO,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC3C;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE;AACrB,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH,EAAE,IAAI,CAAC,MAAM,EAAE;AACf;AACA,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,CAAC;AACxC,EAAE,OAAO,IAAI,CAAC;AACd;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,OAAO,OAAO,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;AACrC;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,WAAW,CAAC,SAAS,EAAE;AAC/C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;AACtD;;;;","x_google_ignoreList":[0,1,2,3,4,5]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D4kbZg4e.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import IconButton from '../ui/IconButton.js';
|
|
3
3
|
import Icon, { IconColors, IconTypes } from '../ui/Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
5
5
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
6
|
-
import { g as getChannelTitle } from './bundle-
|
|
7
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
6
|
+
import { g as getChannelTitle } from './bundle-DBy3c8gM.js';
|
|
7
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useLocalization } from './bundle-
|
|
9
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
10
10
|
|
|
11
11
|
var GroupChannelHeaderView = function (_a) {
|
|
12
12
|
var _b;
|
|
@@ -33,4 +33,4 @@ var GroupChannelHeaderView = function (_a) {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { GroupChannelHeaderView as G };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-D4mHGcWb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D4mHGcWb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-BnG5XETL.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-DBy3c8gM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DBy3c8gM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
4
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelMessageStatusTypes = {
|
|
7
7
|
NONE: 'none',
|
|
@@ -95,4 +95,4 @@ var OpenChannelMobileMenu = function (props) {
|
|
|
95
95
|
};
|
|
96
96
|
|
|
97
97
|
export { OpenChannelMobileMenu as O, isFineEdit as a, isFineResend as b, isFineDelete as c, checkIsPending as d, checkIsFailed as e, checkIsSent as f, getSenderFromMessage as g, isFineCopy as i, showMenuTrigger as s };
|
|
98
|
-
//# sourceMappingURL=bundle-
|
|
98
|
+
//# sourceMappingURL=bundle-DCXp9q80.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DCXp9q80.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
|
-
import { l as isUserMessage, q as isSentMessage, u as isFailedMessage, v as isPendingMessage, b as isFileMessage, i as isVoiceMessage, N as isThreadMessage, x as copyToClipboard, y as getEmojiListAll } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
+
import { l as isUserMessage, q as isSentMessage, u as isFailedMessage, v as isPendingMessage, b as isFileMessage, i as isVoiceMessage, N as isThreadMessage, x as copyToClipboard, y as getEmojiListAll } from './bundle-CCx8yXVd.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
7
7
|
import BottomSheet from '../ui/BottomSheet.js';
|
|
8
8
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
9
9
|
import ReactionButton from '../ui/ReactionButton.js';
|
|
@@ -225,4 +225,4 @@ var MobileMenu = function (props) {
|
|
|
225
225
|
};
|
|
226
226
|
|
|
227
227
|
export { MobileMenu as M };
|
|
228
|
-
//# sourceMappingURL=bundle-
|
|
228
|
+
//# sourceMappingURL=bundle-DMQ1a9pl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DMQ1a9pl.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DRpQlFMu.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-lYawLy67.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-DarlDWy7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DarlDWy7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|