@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,22 +1,25 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { n as noop } from './bundle-
|
|
5
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
4
|
+
import { n as noop } from './bundle-B4CUv14M.js';
|
|
5
|
+
import { L as LocalizationContext } from './bundle-97fd4oe2.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.js';
|
|
7
7
|
import IconButton from '../ui/IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes } from '../ui/Button.js';
|
|
9
9
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
11
11
|
|
|
12
12
|
// simple component to be used as modal root
|
|
13
13
|
var MODAL_ROOT = 'sendbird-modal-root';
|
|
14
14
|
var ModalRoot = function () { return (React__default.createElement("div", { id: MODAL_ROOT, className: MODAL_ROOT })); };
|
|
15
15
|
|
|
16
16
|
var ModalHeader = function (_a) {
|
|
17
|
-
var titleText = _a.titleText;
|
|
17
|
+
var titleText = _a.titleText, onCloseClick = _a.onCloseClick;
|
|
18
18
|
return (React__default.createElement("div", { className: "sendbird-modal__header" },
|
|
19
|
-
React__default.createElement(Label, { type: LabelTypography.H_1, color: LabelColors.ONBACKGROUND_1 }, titleText)
|
|
19
|
+
React__default.createElement(Label, { type: LabelTypography.H_1, color: LabelColors.ONBACKGROUND_1 }, titleText),
|
|
20
|
+
React__default.createElement("div", { className: "sendbird-modal__close" },
|
|
21
|
+
React__default.createElement(IconButton, { width: "32px", height: "32px", onClick: onCloseClick },
|
|
22
|
+
React__default.createElement(Icon, { type: IconTypes.CLOSE, fillColor: IconColors.DEFAULT, width: "24px", height: "24px" })))));
|
|
20
23
|
};
|
|
21
24
|
var ModalBody = function (_a) {
|
|
22
25
|
var children = _a.children;
|
|
@@ -47,12 +50,9 @@ function Modal(props) {
|
|
|
47
50
|
React__default.createElement("div", { className: __spreadArray([
|
|
48
51
|
'sendbird-modal__content'
|
|
49
52
|
], (Array.isArray(contentClassName) ? contentClassName : [contentClassName]), true).join(' ') },
|
|
50
|
-
(renderHeader === null || renderHeader === void 0 ? void 0 : renderHeader()) || (React__default.createElement(ModalHeader, { titleText: titleText !== null && titleText !== void 0 ? titleText : '' })),
|
|
53
|
+
(renderHeader === null || renderHeader === void 0 ? void 0 : renderHeader()) || (React__default.createElement(ModalHeader, { titleText: titleText !== null && titleText !== void 0 ? titleText : '', onCloseClick: handleClose })),
|
|
51
54
|
React__default.createElement(ModalBody, null, children),
|
|
52
|
-
!hideFooter && (customFooter !== null && customFooter !== void 0 ? customFooter : (React__default.createElement(ModalFooter, { disabled: disabled, onCancel: handleClose, onSubmit: onSubmit, submitText: submitText !== null && submitText !== void 0 ? submitText : '', type: type }))),
|
|
53
|
-
!isMobile && (React__default.createElement("div", { className: "sendbird-modal__close" },
|
|
54
|
-
React__default.createElement(IconButton, { width: "32px", height: "32px", onClick: handleClose },
|
|
55
|
-
React__default.createElement(Icon, { type: IconTypes.CLOSE, fillColor: IconColors.DEFAULT, width: "24px", height: "24px" }))))),
|
|
55
|
+
!hideFooter && (customFooter !== null && customFooter !== void 0 ? customFooter : (React__default.createElement(ModalFooter, { disabled: disabled, onCancel: handleClose, onSubmit: onSubmit, submitText: submitText !== null && submitText !== void 0 ? submitText : '', type: type })))),
|
|
56
56
|
React__default.createElement("div", { className: "\n sendbird-modal__backdrop\n ".concat(isCloseOnClickOutside && 'sendbird-modal__backdrop--clickoutside', "\n "), onClick: function (e) {
|
|
57
57
|
e === null || e === void 0 ? void 0 : e.stopPropagation();
|
|
58
58
|
if (isCloseOnClickOutside) {
|
|
@@ -62,4 +62,4 @@ function Modal(props) {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
export { Modal as M, MODAL_ROOT as a, ModalRoot as b, ModalFooter as c, ModalHeader as d, ModalBody as e };
|
|
65
|
-
//# sourceMappingURL=bundle-
|
|
65
|
+
//# sourceMappingURL=bundle-BQntI2YH.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BQntI2YH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-
|
|
1
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useEffect, useCallback, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler, GroupChannelListOrder } from '@sendbird/chat/groupChannel';
|
|
4
|
-
import { p as pubSubTopics } from './bundle-
|
|
5
|
-
import { u as uuidv4 } from './bundle-
|
|
6
|
-
import { n as noop } from './bundle-
|
|
7
|
-
import { D as DELIVERY_RECEIPT$1 } from './bundle-
|
|
8
|
-
import { U as UserProfileProvider } from './bundle-
|
|
4
|
+
import { p as pubSubTopics } from './bundle-CkCkzFFu.js';
|
|
5
|
+
import { u as uuidv4 } from './bundle-CanFPW6u.js';
|
|
6
|
+
import { n as noop } from './bundle-B4CUv14M.js';
|
|
7
|
+
import { D as DELIVERY_RECEIPT$1 } from './bundle-CAdKFBfs.js';
|
|
8
|
+
import { U as UserProfileProvider } from './bundle-C8Oe5QOQ.js';
|
|
9
9
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
10
|
-
import { K, S } from './bundle-
|
|
11
|
-
import { T as filterChannelListParams, V as getChannelsWithUpsertedChannel } from './bundle-
|
|
12
|
-
import { u as useReconnectOnIdle } from './bundle-
|
|
10
|
+
import { K, S } from './bundle-0Xv23Jlo.js';
|
|
11
|
+
import { T as filterChannelListParams, V as getChannelsWithUpsertedChannel } from './bundle-CCx8yXVd.js';
|
|
12
|
+
import { u as useReconnectOnIdle } from './bundle-BbEkZYpE.js';
|
|
13
13
|
|
|
14
14
|
var RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
15
15
|
var CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -943,4 +943,4 @@ function useChannelListContext() {
|
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
export { ChannelListProvider as C, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, useChannelListContext as u };
|
|
946
|
-
//# sourceMappingURL=bundle-
|
|
946
|
+
//# sourceMappingURL=bundle-BTAzxMsc.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BTAzxMsc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect, useRef, useCallback } from 'react';
|
|
3
3
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
4
|
-
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
4
|
+
import ContextMenu, { MenuItems, OperatorMenuItem, MuteMenuItem, MenuItem } from '../ui/ContextMenu.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
import IconButton from '../ui/IconButton.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
8
|
-
import { L as LocalizationContext } from './bundle-
|
|
9
|
-
import { a as UserProfileContext } from './bundle-
|
|
10
|
-
import './bundle-
|
|
11
|
-
import { A as Avatar } from './bundle-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
8
|
+
import { L as LocalizationContext } from './bundle-97fd4oe2.js';
|
|
9
|
+
import { a as UserProfileContext } from './bundle-C8Oe5QOQ.js';
|
|
10
|
+
import './bundle-_9XBB-ZS.js';
|
|
11
|
+
import { A as Avatar } from './bundle-CeNRu1nh.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './bundle-
|
|
13
|
+
import './bundle-Cs0ZtBj7.js';
|
|
14
14
|
import MutedAvatarOverlay from '../ui/MutedAvatarOverlay.js';
|
|
15
15
|
import UserProfile from '../ui/UserProfile.js';
|
|
16
16
|
import { useOpenChannelSettingsContext } from '../OpenChannelSettings/context.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import { M as Modal } from './bundle-
|
|
18
|
+
import { M as Modal } from './bundle-BQntI2YH.js';
|
|
19
19
|
import UserListItem$1 from '../ui/UserListItem.js';
|
|
20
|
-
import { n as noop } from './bundle-
|
|
20
|
+
import { n as noop } from './bundle-B4CUv14M.js';
|
|
21
21
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
22
22
|
|
|
23
23
|
function ParticipantsModal(_a) {
|
|
@@ -60,31 +60,15 @@ function ParticipantsModal(_a) {
|
|
|
60
60
|
var actionRef = _a.actionRef, parentRef = _a.parentRef;
|
|
61
61
|
return (React__default.createElement(ContextMenu, { menuTrigger: function (toggleDropdown) { return (React__default.createElement(IconButton, { className: "sendbird-user-message__more__menu", width: "32px", height: "32px", onClick: toggleDropdown },
|
|
62
62
|
React__default.createElement(Icon, { width: "24px", height: "24px", type: IconTypes.MORE, fillColor: IconColors.CONTENT_INVERSE }))); }, menuItems: function (closeDropdown) { return (React__default.createElement(MenuItems, { parentContainRef: parentRef, parentRef: actionRef, closeDropdown: closeDropdown, openLeft: true },
|
|
63
|
-
React__default.createElement(
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
closeDropdown();
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
else {
|
|
70
|
-
channel === null || channel === void 0 ? void 0 : channel.addOperators([p.userId]).then(function () {
|
|
71
|
-
closeDropdown();
|
|
72
|
-
});
|
|
73
|
-
}
|
|
63
|
+
React__default.createElement(OperatorMenuItem, { channel: channel, user: p, onChange: function () { return closeDropdown(); }, onError: function () {
|
|
64
|
+
// FIXME: handle error later
|
|
65
|
+
closeDropdown();
|
|
74
66
|
}, dataSbId: "open_channel_setting_participant_context_menu_".concat((isOperator) ? 'unregister_operator' : 'register_as_operator') }, isOperator
|
|
75
67
|
? stringSet.OPEN_CHANNEL_SETTING__MODERATION__UNREGISTER_OPERATOR
|
|
76
68
|
: stringSet.OPEN_CHANNEL_SETTING__MODERATION__REGISTER_AS_OPERATOR),
|
|
77
|
-
React__default.createElement(
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
closeDropdown();
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
else {
|
|
84
|
-
channel === null || channel === void 0 ? void 0 : channel.muteUser(p).then(function () {
|
|
85
|
-
closeDropdown();
|
|
86
|
-
});
|
|
87
|
-
}
|
|
69
|
+
React__default.createElement(MuteMenuItem, { channel: channel, user: p, onChange: function () { return closeDropdown(); }, onError: function () {
|
|
70
|
+
// FIXME: handle error later
|
|
71
|
+
closeDropdown();
|
|
88
72
|
}, dataSbId: "open_channel_setting_participant_context_menu_".concat(p.isMuted ? 'unmute' : 'mute') }, p.isMuted
|
|
89
73
|
? stringSet.OPEN_CHANNEL_SETTING__MODERATION__UNMUTE
|
|
90
74
|
: stringSet.OPEN_CHANNEL_SETTING__MODERATION__MUTE),
|
|
@@ -181,35 +165,21 @@ function ParticipantList(_a) {
|
|
|
181
165
|
return ((isOperatorView && currentUserId !== (p === null || p === void 0 ? void 0 : p.userId))
|
|
182
166
|
? (React__default.createElement(ContextMenu, { menuTrigger: function (toggleDropdown) { return (React__default.createElement(IconButton, { className: "sendbird-openchannel-participant-list__menu", width: "32px", height: "32px", onClick: toggleDropdown },
|
|
183
167
|
React__default.createElement(Icon, { width: "24px", height: "24px", type: IconTypes.MORE, fillColor: IconColors.CONTENT_INVERSE }))); }, menuItems: function (closeDropdown) { return (React__default.createElement(MenuItems, { parentRef: actionRef, closeDropdown: closeDropdown, openLeft: true },
|
|
184
|
-
React__default.createElement(
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}
|
|
191
|
-
else {
|
|
192
|
-
channel === null || channel === void 0 ? void 0 : channel.addOperators([p.userId]).then(function () {
|
|
193
|
-
closeDropdown();
|
|
194
|
-
refreshList();
|
|
195
|
-
});
|
|
196
|
-
}
|
|
168
|
+
React__default.createElement(OperatorMenuItem, { channel: channel, user: p, onChange: function () {
|
|
169
|
+
closeDropdown();
|
|
170
|
+
refreshList();
|
|
171
|
+
}, onError: function () {
|
|
172
|
+
// FIXME: handle error later
|
|
173
|
+
closeDropdown();
|
|
197
174
|
}, dataSbId: "open_channel_setting_partitipant_conext_menu_".concat((isOperator) ? 'unregister_operator' : 'register_as_operator') }, isOperator
|
|
198
175
|
? stringSet.OPEN_CHANNEL_SETTING__MODERATION__UNREGISTER_OPERATOR
|
|
199
176
|
: stringSet.OPEN_CHANNEL_SETTING__MODERATION__REGISTER_AS_OPERATOR),
|
|
200
|
-
React__default.createElement(
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
207
|
-
else {
|
|
208
|
-
channel === null || channel === void 0 ? void 0 : channel.muteUser(p).then(function () {
|
|
209
|
-
closeDropdown();
|
|
210
|
-
refreshList();
|
|
211
|
-
});
|
|
212
|
-
}
|
|
177
|
+
React__default.createElement(MuteMenuItem, { channel: channel, user: p, onChange: function () {
|
|
178
|
+
closeDropdown();
|
|
179
|
+
refreshList();
|
|
180
|
+
}, onError: function () {
|
|
181
|
+
// FIXME: handle error later
|
|
182
|
+
closeDropdown();
|
|
213
183
|
}, dataSbId: "open_channel_setting_partitipant_conext_menu_".concat(p.isMuted ? 'unmute' : 'mute') }, p.isMuted
|
|
214
184
|
? stringSet.OPEN_CHANNEL_SETTING__MODERATION__UNMUTE
|
|
215
185
|
: stringSet.OPEN_CHANNEL_SETTING__MODERATION__MUTE),
|
|
@@ -232,4 +202,4 @@ function ParticipantList(_a) {
|
|
|
232
202
|
}
|
|
233
203
|
|
|
234
204
|
export { ParticipantList as P, UserListItem as U };
|
|
235
|
-
//# sourceMappingURL=bundle-
|
|
205
|
+
//# sourceMappingURL=bundle-BTrdwUY4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BTrdwUY4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
2
|
import DOMPurify from 'dompurify';
|
|
3
|
-
import { a as NodeNames, N as NodeTypes } from './bundle-
|
|
4
|
-
import { U as USER_MENTION_TEMP_CHAR } from './bundle-
|
|
5
|
-
import { c as __spreadArray } from './bundle-
|
|
6
|
-
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-
|
|
7
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
8
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
3
|
+
import { a as NodeNames, N as NodeTypes } from './bundle-Bsh5KSxb.js';
|
|
4
|
+
import { U as USER_MENTION_TEMP_CHAR } from './bundle-Ds5aQSz-.js';
|
|
5
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
6
|
+
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-D1DIGSmr.js';
|
|
7
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-B4EY2YKu.js';
|
|
8
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-6n4c-yxi.js';
|
|
9
9
|
|
|
10
10
|
function renderToString(_a) {
|
|
11
11
|
var userId = _a.userId, nickname = _a.nickname;
|
|
@@ -242,4 +242,4 @@ function usePaste(_a) {
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
export { extractTextAndMentions as e, isChannelTypeSupportsMultipleFilesMessage as i, nodeListToArray as n, renderToString as r, sanitizeString as s, usePaste as u };
|
|
245
|
-
//# sourceMappingURL=bundle-
|
|
245
|
+
//# sourceMappingURL=bundle-BY9JnLew.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BY9JnLew.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-B_5nSVDN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BbEkZYpE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -3,9 +3,9 @@ import { PlaybackTime } from '../ui/PlaybackTime.js';
|
|
|
3
3
|
import { ProgressBar } from '../ui/ProgressBar.js';
|
|
4
4
|
import TextButton from '../ui/TextButton.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
|
-
import { b as LabelColors, L as Label, a as LabelTypography } from './bundle-
|
|
7
|
-
import { u as useLocalization } from './bundle-
|
|
8
|
-
import { h as VOICE_RECORDER_CLICK_BUFFER_TIME, g as VOICE_RECORDER_DEFAULT_MIN } from './bundle-
|
|
6
|
+
import { b as LabelColors, L as Label, a as LabelTypography } from './bundle-BnG5XETL.js';
|
|
7
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
8
|
+
import { h as VOICE_RECORDER_CLICK_BUFFER_TIME, g as VOICE_RECORDER_DEFAULT_MIN } from './bundle-CAdKFBfs.js';
|
|
9
9
|
|
|
10
10
|
/* eslint-disable no-redeclare */
|
|
11
11
|
var VoiceMessageInputStatus = {
|
|
@@ -93,4 +93,4 @@ var VoiceMessageInput = function (_a) {
|
|
|
93
93
|
};
|
|
94
94
|
|
|
95
95
|
export { VoiceMessageInputStatus as V, VoiceMessageInput as a };
|
|
96
|
-
//# sourceMappingURL=bundle-
|
|
96
|
+
//# sourceMappingURL=bundle-BiQds65K.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BiQds65K.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
|
|
3
3
|
var USER_MENTION_PREFIX = '@';
|
|
4
4
|
|
|
@@ -143,4 +143,4 @@ function getWhiteSpacePreservedText(text) {
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
export { TOKEN_TYPES as T, USER_MENTION_PREFIX as U, getWhiteSpacePreservedText as g, tokenizeMessage as t };
|
|
146
|
-
//# sourceMappingURL=bundle-
|
|
146
|
+
//# sourceMappingURL=bundle-Bjr0f1Zp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Bjr0f1Zp.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
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 { g as getStringSet } from './bundle-
|
|
3
|
+
import { g as getStringSet } from './bundle-eNe8jUiS.js';
|
|
4
4
|
|
|
5
5
|
var Typography = {
|
|
6
6
|
H_1: 'H_1',
|
|
@@ -81,4 +81,4 @@ var LabelColors = Colors;
|
|
|
81
81
|
var LabelStringSet = getStringSet('en');
|
|
82
82
|
|
|
83
83
|
export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
|
|
84
|
-
//# sourceMappingURL=bundle-
|
|
84
|
+
//# sourceMappingURL=bundle-BnG5XETL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BnG5XETL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Bsh5KSxb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-BQntI2YH.js';
|
|
3
|
+
import './bundle-aAoUY1dC.js';
|
|
4
|
+
import './bundle-BnG5XETL.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
7
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-97fd4oe2.js';
|
|
7
|
+
import { g as getModalDeleteMessageTitle } from './bundle-DcZ6VbHw.js';
|
|
8
8
|
|
|
9
9
|
var RemoveMessageModalView = function (props) {
|
|
10
10
|
var _a;
|
|
@@ -25,4 +25,4 @@ var RemoveMessageModalView = function (props) {
|
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export { RemoveMessageModalView as R };
|
|
28
|
-
//# sourceMappingURL=bundle
|
|
28
|
+
//# sourceMappingURL=bundle-C0risNHg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C0risNHg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useCallback, useEffect } from 'react';
|
|
2
2
|
import { ReplyType } from '@sendbird/chat/message';
|
|
3
|
-
import { s as scrollIntoLast, c as scrollToRenderedMessage } from './bundle-
|
|
4
|
-
import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from './bundle-
|
|
5
|
-
import './bundle-
|
|
6
|
-
import { d as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-
|
|
3
|
+
import { s as scrollIntoLast, c as scrollToRenderedMessage } from './bundle-DlBu0K2F.js';
|
|
4
|
+
import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from './bundle-CvuK4Gl-.js';
|
|
5
|
+
import './bundle-Ds5aQSz-.js';
|
|
6
|
+
import { d as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-CAdKFBfs.js';
|
|
7
7
|
|
|
8
8
|
// For legacy
|
|
9
9
|
// These are not used for collections(GroupChannel)
|
|
@@ -99,4 +99,4 @@ function useInitialMessagesFetch(_a, _b) {
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
export { NEXT_RESULT_SIZE as N, PREV_RESULT_SIZE as P, useInitialMessagesFetch as u };
|
|
102
|
-
//# sourceMappingURL=bundle-
|
|
102
|
+
//# sourceMappingURL=bundle-C3mD4WPX.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C3mD4WPX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
5
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
6
|
-
import { u as uuidv4 } from './bundle-
|
|
4
|
+
import { A as Avatar } from './bundle-CeNRu1nh.js';
|
|
5
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-97fd4oe2.js';
|
|
6
|
+
import { u as uuidv4 } from './bundle-CanFPW6u.js';
|
|
7
7
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
8
|
-
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
9
|
-
import { M as MessageInputKeys } from './bundle-
|
|
10
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
8
|
+
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-Ds5aQSz-.js';
|
|
9
|
+
import { M as MessageInputKeys } from './bundle-Bsh5KSxb.js';
|
|
10
|
+
import { a as __awaiter, b as __generator } from './bundle-aAoUY1dC.js';
|
|
11
11
|
|
|
12
12
|
function SuggestedUserMentionItem(props) {
|
|
13
13
|
var member = props.member, _a = props.isFocused, isFocused = _a === void 0 ? false : _a, parentScrollRef = props.parentScrollRef, onClick = props.onClick, onMouseOver = props.onMouseOver, onMouseMove = props.onMouseMove, renderUserMentionItem = props.renderUserMentionItem;
|
|
@@ -168,4 +168,4 @@ var SuggestedMentionListView = function (props) {
|
|
|
168
168
|
};
|
|
169
169
|
|
|
170
170
|
export { SuggestedMentionListView as S };
|
|
171
|
-
//# sourceMappingURL=bundle-
|
|
171
|
+
//# sourceMappingURL=bundle-C5C8XKZl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C5C8XKZl.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C5ygMhyk.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C8Oe5QOQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -34,4 +34,4 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
34
34
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
35
35
|
|
|
36
36
|
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DELIVERY_RECEIPT as D, META_ARRAY_VOICE_DURATION_KEY as M, ONE_MiB as O, SCROLL_BUFFER as S, VOICE_RECORDER_AUDIO_BIT_RATE as V, VOICE_MESSAGE_FILE_NAME as a, VOICE_MESSAGE_MIME_TYPE as b, VOICE_RECORDER_AUDIO_SAMPLE_RATE as c, SCROLL_BOTTOM_DELAY_FOR_FETCH as d, SCROLL_BOTTOM_DELAY_FOR_SEND as e, VOICE_PLAYER_AUDIO_ID as f, VOICE_RECORDER_DEFAULT_MIN as g, VOICE_RECORDER_CLICK_BUFFER_TIME as h, VOICE_PLAYER_ROOT_ID as i, META_ARRAY_MESSAGE_TYPE_KEY as j, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as k, SLIDER_BUTTON_ICON_SIDE_LENGTH as l, CACHED_MESSAGE_TEMPLATES_KEY as m, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as n, VOICE_RECORDER_DEFAULT_MAX as o };
|
|
37
|
-
//# sourceMappingURL=bundle-
|
|
37
|
+
//# sourceMappingURL=bundle-CAdKFBfs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CAdKFBfs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as __assign, c as __spreadArray } from './bundle-
|
|
1
|
+
import { _ as __assign, c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import { GroupChannelListOrder } from '@sendbird/chat/groupChannel';
|
|
3
3
|
import { OutgoingMessageStates, getOutgoingMessageState } from '../utils/message/getOutgoingMessageState.js';
|
|
4
|
-
import { K } from './bundle-
|
|
4
|
+
import { K } from './bundle-0Xv23Jlo.js';
|
|
5
5
|
|
|
6
6
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
7
7
|
var SUPPORTED_MIMES = {
|
|
@@ -18,7 +18,7 @@ var SUPPORTED_MIMES = {
|
|
|
18
18
|
'video/ogg',
|
|
19
19
|
'video/webm',
|
|
20
20
|
'video/mp4',
|
|
21
|
-
'video/quicktime', // .mov
|
|
21
|
+
// 'video/quicktime', // NOTE: Do not support ThumbnailMessage for the .mov video
|
|
22
22
|
],
|
|
23
23
|
AUDIO: [
|
|
24
24
|
'audio/aac',
|
|
@@ -41,6 +41,7 @@ var SUPPORTED_MIMES = {
|
|
|
41
41
|
'text/calendar',
|
|
42
42
|
'text/javascript',
|
|
43
43
|
'text/xml',
|
|
44
|
+
'video/quicktime', // NOTE: Assume this video is a normal file, not video
|
|
44
45
|
],
|
|
45
46
|
APPLICATION: [
|
|
46
47
|
'application/x-abiword',
|
|
@@ -672,4 +673,4 @@ var isSendableMessage = function (message) {
|
|
|
672
673
|
};
|
|
673
674
|
|
|
674
675
|
export { isGif as A, convertWordToStringObj as B, isTemplateMessage as C, isAudio as D, isVoiceMessageMimeType as E, isSentStatus as F, arrayEqual as G, getMimeTypesUIKitAccepts as H, isImageMessage as I, isImageFileInfo as J, isAudioMessage as K, isOGMessage as L, isTextMessage as M, isThreadMessage as N, getEmojiUrl as O, isReactedBy as P, getEmojiTooltipString as Q, getEmojiMapAll as R, StringObjType as S, filterChannelListParams as T, UIKitMessageTypes as U, getChannelsWithUpsertedChannel as V, filterMessageListParams as W, isTextuallyNull as X, isReadMessage as a, isFileMessage as b, isMultipleFilesMessage as c, isEditedMessage as d, isSendableMessage as e, getSenderName as f, getSuggestedReplies as g, isSupportedFileView as h, isVoiceMessage as i, isVideo as j, isImage as k, isUserMessage as l, getUIKitMessageType as m, getUIKitMessageTypes as n, getUIKitFileType as o, isThumbnailMessage as p, isSentMessage as q, isVideoMessage as r, isGifMessage as s, truncateString as t, isFailedMessage as u, isPendingMessage as v, getClassName as w, copyToClipboard as x, getEmojiListAll as y, getUIKitFileTypes as z };
|
|
675
|
-
//# sourceMappingURL=bundle-
|
|
676
|
+
//# sourceMappingURL=bundle-CCx8yXVd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CCx8yXVd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-BQntI2YH.js';
|
|
3
|
+
import './bundle-aAoUY1dC.js';
|
|
4
|
+
import './bundle-BnG5XETL.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-97fd4oe2.js';
|
|
7
7
|
import { useThreadContext } from '../Thread/context.js';
|
|
8
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
8
|
+
import { g as getModalDeleteMessageTitle } from './bundle-DcZ6VbHw.js';
|
|
9
9
|
|
|
10
10
|
var RemoveMessage = function (props) {
|
|
11
11
|
var _a;
|
|
@@ -21,4 +21,4 @@ var RemoveMessage = function (props) {
|
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
export { RemoveMessage as R };
|
|
24
|
-
//# sourceMappingURL=bundle-
|
|
24
|
+
//# sourceMappingURL=bundle-CE_8gK7h.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CE_8gK7h.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CHKEsMqU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -2,10 +2,10 @@ import React__default, { useState, useMemo, useRef, useEffect } from 'react';
|
|
|
2
2
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
3
3
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
4
4
|
import ImageRenderer, { getBorderRadiusForMultipleImageRenderer } from '../ui/ImageRenderer.js';
|
|
5
|
-
import { w as getClassName, A as isGif } from './bundle-
|
|
6
|
-
import { F as FileViewer } from './bundle-
|
|
7
|
-
import { K } from './bundle-
|
|
8
|
-
import { _ as __assign } from './bundle-
|
|
5
|
+
import { w as getClassName, A as isGif } from './bundle-CCx8yXVd.js';
|
|
6
|
+
import { F as FileViewer } from './bundle-CeN11uF4.js';
|
|
7
|
+
import { K } from './bundle-0Xv23Jlo.js';
|
|
8
|
+
import { _ as __assign } from './bundle-aAoUY1dC.js';
|
|
9
9
|
|
|
10
10
|
function ImageGrid(_a) {
|
|
11
11
|
var _b;
|
|
@@ -145,4 +145,4 @@ var useFileInfoListWithUploaded = function (message) {
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
export { MultipleFilesMessageItemBody as M, ThreadMessageKind as T, useFileInfoListWithUploaded as a, useThreadMessageKindKeySelector as u };
|
|
148
|
-
//# sourceMappingURL=bundle-
|
|
148
|
+
//# sourceMappingURL=bundle-CHaqW2Sj.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CHaqW2Sj.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CPRA25ls.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|