@sendbird/uikit-react 3.13.1 → 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 +24 -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 +52 -50
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +53 -51
- 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 +11 -11
- 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-ZcW4v7tz.js → bundle-0Xv23Jlo.js} +1 -1
- package/chunks/{bundle-ZcW4v7tz.js.map → bundle-0Xv23Jlo.js.map} +1 -1
- package/chunks/{bundle-1gwAtv3_.js → bundle-2qPS-99f.js} +1 -1
- package/chunks/bundle-2qPS-99f.js.map +1 -0
- package/chunks/{bundle-Ij2ogskR.js → bundle-6c04eWHT.js} +1 -1
- package/chunks/bundle-6c04eWHT.js.map +1 -0
- package/chunks/{bundle-lYHZR3jb.js → bundle-6n4c-yxi.js} +1 -1
- package/chunks/bundle-6n4c-yxi.js.map +1 -0
- package/chunks/{bundle-fGp6w98-.js → bundle-97fd4oe2.js} +3 -3
- package/chunks/bundle-97fd4oe2.js.map +1 -0
- package/chunks/{bundle-QzQ0Z1lc.js → bundle-B24GwCXx.js} +5 -5
- package/chunks/bundle-B24GwCXx.js.map +1 -0
- package/chunks/{bundle-LN_WdItn.js → bundle-B4CUv14M.js} +1 -1
- package/chunks/bundle-B4CUv14M.js.map +1 -0
- package/chunks/{bundle-Bq8FTiM8.js → bundle-B4EY2YKu.js} +1 -1
- package/chunks/bundle-B4EY2YKu.js.map +1 -0
- package/chunks/{bundle-vqMWfuob.js → bundle-BCeNaIWw.js} +3 -3
- package/chunks/bundle-BCeNaIWw.js.map +1 -0
- package/chunks/{bundle-4PIMbALe.js → bundle-BGdbKz3x.js} +1 -1
- package/chunks/bundle-BGdbKz3x.js.map +1 -0
- package/chunks/{bundle-b0LXFwC-.js → bundle-BPKrwLVZ.js} +11 -11
- package/chunks/{bundle-b0LXFwC-.js.map → bundle-BPKrwLVZ.js.map} +1 -1
- package/chunks/{bundle-ZxknBRho.js → bundle-BQntI2YH.js} +13 -13
- package/chunks/bundle-BQntI2YH.js.map +1 -0
- package/chunks/{bundle-5azogY3V.js → bundle-BTAzxMsc.js} +10 -10
- package/chunks/{bundle-5azogY3V.js.map → bundle-BTAzxMsc.js.map} +1 -1
- package/chunks/{bundle-sj91Fb-2.js → bundle-BTrdwUY4.js} +29 -59
- package/chunks/bundle-BTrdwUY4.js.map +1 -0
- package/chunks/{bundle-wAW5sK6g.js → bundle-BY9JnLew.js} +7 -7
- package/chunks/{bundle-wAW5sK6g.js.map → bundle-BY9JnLew.js.map} +1 -1
- package/chunks/{bundle-b3nJcKrD.js → bundle-B_5nSVDN.js} +1 -1
- package/chunks/bundle-B_5nSVDN.js.map +1 -0
- package/chunks/{bundle-9N8rxcU_.js → bundle-BbEkZYpE.js} +1 -1
- package/chunks/bundle-BbEkZYpE.js.map +1 -0
- package/chunks/{bundle-5j_LCcnI.js → bundle-BiQds65K.js} +4 -4
- package/chunks/{bundle-5j_LCcnI.js.map → bundle-BiQds65K.js.map} +1 -1
- package/chunks/{bundle-8FWrrAa9.js → bundle-Bjr0f1Zp.js} +2 -2
- package/chunks/{bundle-8FWrrAa9.js.map → bundle-Bjr0f1Zp.js.map} +1 -1
- package/chunks/{bundle-ueZaur75.js → bundle-BnG5XETL.js} +3 -3
- package/chunks/bundle-BnG5XETL.js.map +1 -0
- package/chunks/{bundle-YTNRflOw.js → bundle-Bsh5KSxb.js} +1 -1
- package/chunks/bundle-Bsh5KSxb.js.map +1 -0
- package/chunks/{bundle-CChs9z4I.js → bundle-C0risNHg.js} +6 -6
- package/chunks/bundle-C0risNHg.js.map +1 -0
- package/chunks/{bundle-Eyf4eJYC.js → bundle-C3mD4WPX.js} +5 -5
- package/chunks/{bundle-Eyf4eJYC.js.map → bundle-C3mD4WPX.js.map} +1 -1
- package/chunks/{bundle-EPOzCaN-.js → bundle-C5C8XKZl.js} +8 -8
- package/chunks/{bundle-EPOzCaN-.js.map → bundle-C5C8XKZl.js.map} +1 -1
- package/chunks/{bundle-pYQxFvty.js → bundle-C5ygMhyk.js} +1 -1
- package/chunks/bundle-C5ygMhyk.js.map +1 -0
- package/chunks/{bundle-V0xbpJPV.js → bundle-C8Oe5QOQ.js} +1 -1
- package/chunks/bundle-C8Oe5QOQ.js.map +1 -0
- package/chunks/{bundle-lQUghzL6.js → bundle-CAdKFBfs.js} +1 -1
- package/chunks/bundle-CAdKFBfs.js.map +1 -0
- package/chunks/{bundle-aRzA6Ar7.js → bundle-CCx8yXVd.js} +5 -4
- package/chunks/{bundle-aRzA6Ar7.js.map → bundle-CCx8yXVd.js.map} +1 -1
- package/chunks/{bundle-NKz1R5aS.js → bundle-CE_8gK7h.js} +6 -6
- package/chunks/bundle-CE_8gK7h.js.map +1 -0
- package/chunks/{bundle-Q0DCPBLF.js → bundle-CHKEsMqU.js} +1 -1
- package/chunks/bundle-CHKEsMqU.js.map +1 -0
- package/chunks/{bundle-8bj34OZZ.js → bundle-CHaqW2Sj.js} +5 -5
- package/chunks/{bundle-8bj34OZZ.js.map → bundle-CHaqW2Sj.js.map} +1 -1
- package/chunks/{bundle-iNwXYg8t.js → bundle-CPRA25ls.js} +1 -1
- package/chunks/{bundle-iNwXYg8t.js.map → bundle-CPRA25ls.js.map} +1 -1
- package/chunks/{bundle-26v6WTQh.js → bundle-CQhhBQgY.js} +4 -4
- package/chunks/bundle-CQhhBQgY.js.map +1 -0
- package/chunks/{bundle-OaODZhZ_.js → bundle-CQxSmK2v.js} +1 -1
- package/chunks/bundle-CQxSmK2v.js.map +1 -0
- package/chunks/{bundle-f5U_VL0z.js → bundle-CWxzg5Gh.js} +2 -2
- package/chunks/bundle-CWxzg5Gh.js.map +1 -0
- package/chunks/{bundle-a81-P2WI.js → bundle-CanFPW6u.js} +1 -1
- package/chunks/bundle-CanFPW6u.js.map +1 -0
- package/chunks/{bundle-XBlUtykQ.js → bundle-Cbgk06HJ.js} +7 -7
- package/chunks/{bundle-XBlUtykQ.js.map → bundle-Cbgk06HJ.js.map} +1 -1
- package/chunks/{bundle-ZA3vOSBy.js → bundle-CeN11uF4.js} +10 -10
- package/chunks/bundle-CeN11uF4.js.map +1 -0
- package/chunks/{bundle-o8w1wTMw.js → bundle-CeNRu1nh.js} +3 -3
- package/chunks/bundle-CeNRu1nh.js.map +1 -0
- package/chunks/{bundle-9eXfVBSj.js → bundle-Cg7eHJV0.js} +3 -3
- package/chunks/bundle-Cg7eHJV0.js.map +1 -0
- package/chunks/{bundle-kRkORTjK.js → bundle-CkCkzFFu.js} +1 -1
- package/chunks/bundle-CkCkzFFu.js.map +1 -0
- package/chunks/{bundle-726H1FcN.js → bundle-Cs0ZtBj7.js} +1 -1
- package/chunks/bundle-Cs0ZtBj7.js.map +1 -0
- package/chunks/{bundle--Lhu0g1K.js → bundle-CvuK4Gl-.js} +1 -1
- package/chunks/bundle-CvuK4Gl-.js.map +1 -0
- package/chunks/{bundle-FlHetJ-i.js → bundle-CvvqaAH_.js} +4 -4
- package/chunks/{bundle-FlHetJ-i.js.map → bundle-CvvqaAH_.js.map} +1 -1
- package/chunks/{bundle-3uSBAMCx.js → bundle-CwQ5U5f7.js} +10 -10
- package/chunks/{bundle-3uSBAMCx.js.map → bundle-CwQ5U5f7.js.map} +1 -1
- package/chunks/{bundle-t_Zp4HcK.js → bundle-Cxjgwfwy.js} +10 -10
- package/chunks/bundle-Cxjgwfwy.js.map +1 -0
- package/chunks/{bundle-yVnIU7yv.js → bundle-CzNavr80.js} +3 -3
- package/chunks/bundle-CzNavr80.js.map +1 -0
- package/chunks/{bundle-SQ9QacmP.js → bundle-Czh0_N3j.js} +1 -1
- package/chunks/bundle-Czh0_N3j.js.map +1 -0
- package/chunks/{bundle-rYMayCT3.js → bundle-D1DIGSmr.js} +1 -1
- package/chunks/bundle-D1DIGSmr.js.map +1 -0
- package/chunks/{bundle-C8lBzFe4.js → bundle-D1vFAfKb.js} +3 -3
- package/chunks/{bundle-C8lBzFe4.js.map → bundle-D1vFAfKb.js.map} +1 -1
- package/chunks/{bundle-4OgQJ7X4.js → bundle-D4kbZg4e.js} +1 -1
- package/chunks/bundle-D4kbZg4e.js.map +1 -0
- package/chunks/{bundle-7DsbNj8s.js → bundle-D4mHGcWb.js} +5 -5
- package/chunks/bundle-D4mHGcWb.js.map +1 -0
- package/chunks/{bundle-xJvVI8rO.js → bundle-DBy3c8gM.js} +2 -2
- package/chunks/bundle-DBy3c8gM.js.map +1 -0
- package/chunks/{bundle-dznvzWdZ.js → bundle-DCXp9q80.js} +2 -2
- package/chunks/{bundle-dznvzWdZ.js.map → bundle-DCXp9q80.js.map} +1 -1
- package/chunks/{bundle-m49aWDUM.js → bundle-DMQ1a9pl.js} +4 -4
- package/chunks/{bundle-m49aWDUM.js.map → bundle-DMQ1a9pl.js.map} +1 -1
- package/chunks/{bundle-3te2klPE.js → bundle-DRpQlFMu.js} +1 -1
- package/chunks/bundle-DRpQlFMu.js.map +1 -0
- package/chunks/{bundle-A92jjX29.js → bundle-DarlDWy7.js} +2 -2
- package/chunks/bundle-DarlDWy7.js.map +1 -0
- package/chunks/{bundle-tpQ4ZoL7.js → bundle-DbYE20Ij.js} +14 -14
- package/chunks/{bundle-tpQ4ZoL7.js.map → bundle-DbYE20Ij.js.map} +1 -1
- package/chunks/{bundle-I3SOpmVR.js → bundle-DcZ6VbHw.js} +3 -3
- package/chunks/bundle-DcZ6VbHw.js.map +1 -0
- package/chunks/{bundle-IaU6YF_5.js → bundle-Dj5aDnzf.js} +2 -2
- package/chunks/{bundle-IaU6YF_5.js.map → bundle-Dj5aDnzf.js.map} +1 -1
- package/chunks/{bundle-Q-LEE_gW.js → bundle-DkTxVi3R.js} +3 -3
- package/chunks/{bundle-Q-LEE_gW.js.map → bundle-DkTxVi3R.js.map} +1 -1
- package/chunks/{bundle-9JcU7WF6.js → bundle-DlBu0K2F.js} +2 -2
- package/chunks/{bundle-9JcU7WF6.js.map → bundle-DlBu0K2F.js.map} +1 -1
- package/chunks/{bundle-qGz9DwGC.js → bundle-DlHY-98U.js} +1 -1
- package/chunks/bundle-DlHY-98U.js.map +1 -0
- package/chunks/{bundle-jH1LTiaZ.js → bundle-Ds5aQSz-.js} +1 -1
- package/chunks/bundle-Ds5aQSz-.js.map +1 -0
- package/chunks/{bundle-_g4Ln2k-.js → bundle-DsU79j1A.js} +59 -91
- package/chunks/bundle-DsU79j1A.js.map +1 -0
- package/chunks/{bundle-YQzd7GID.js → bundle-FDedpAl7.js} +2 -2
- package/chunks/{bundle-YQzd7GID.js.map → bundle-FDedpAl7.js.map} +1 -1
- package/chunks/{bundle-qp8qrwgO.js → bundle-L4mF-vqf.js} +4 -4
- package/chunks/bundle-L4mF-vqf.js.map +1 -0
- package/chunks/{bundle-N-PDD2Cl.js → bundle-LIsneT-k.js} +2 -2
- package/chunks/bundle-LIsneT-k.js.map +1 -0
- package/chunks/{bundle-G8aQ8ldg.js → bundle-LUBbQW82.js} +1 -1
- package/chunks/{bundle-G8aQ8ldg.js.map → bundle-LUBbQW82.js.map} +1 -1
- package/chunks/{bundle-ni6pTUHE.js → bundle-OJu5PM7q.js} +1 -1
- package/chunks/bundle-OJu5PM7q.js.map +1 -0
- package/chunks/{bundle-1YZ1lMFm.js → bundle-_9XBB-ZS.js} +2 -2
- package/chunks/bundle-_9XBB-ZS.js.map +1 -0
- package/chunks/{bundle-XgKdQ_N6.js → bundle-aAoUY1dC.js} +1 -1
- package/chunks/{bundle-XgKdQ_N6.js.map → bundle-aAoUY1dC.js.map} +1 -1
- package/chunks/{bundle-Yfu3khe4.js → bundle-b4p8k2uf.js} +1 -1
- package/chunks/bundle-b4p8k2uf.js.map +1 -0
- package/chunks/{bundle--bY8mmDR.js → bundle-caD0Cpiq.js} +1 -1
- package/chunks/bundle-caD0Cpiq.js.map +1 -0
- package/chunks/{bundle-DpuIAEpN.js → bundle-eNe8jUiS.js} +1 -1
- package/chunks/{bundle-DpuIAEpN.js.map → bundle-eNe8jUiS.js.map} +1 -1
- package/chunks/{bundle-ILthLqdx.js → bundle-gO4JLOKo.js} +3 -3
- package/chunks/{bundle-ILthLqdx.js.map → bundle-gO4JLOKo.js.map} +1 -1
- package/chunks/{bundle-M-mPRQVf.js → bundle-gSigJ2qv.js} +1 -1
- package/chunks/bundle-gSigJ2qv.js.map +1 -0
- package/chunks/{bundle-vKBxT9Oa.js → bundle-jYzea4Ke.js} +1 -1
- package/chunks/{bundle-vKBxT9Oa.js.map → bundle-jYzea4Ke.js.map} +1 -1
- package/chunks/{bundle-9DSYjtTH.js → bundle-lYawLy67.js} +4 -4
- package/chunks/bundle-lYawLy67.js.map +1 -0
- package/chunks/{bundle-SWVZVzgr.js → bundle-pISqEqOe.js} +3 -3
- package/chunks/{bundle-SWVZVzgr.js.map → bundle-pISqEqOe.js.map} +1 -1
- package/chunks/{bundle-ORNtuGAK.js → bundle-vVxTsDkS.js} +3 -3
- package/chunks/bundle-vVxTsDkS.js.map +1 -0
- package/chunks/{bundle-v0F6T-gl.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 +52 -50
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
- package/cjs/GroupChannel/components/MessageList.js +53 -51
- 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 +11 -11
- 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-1MVKpHty.js → bundle-0q_scAND.js} +1 -1
- package/cjs/chunks/bundle-0q_scAND.js.map +1 -0
- package/cjs/chunks/{bundle-je5ERchd.js → bundle-2f5GwCzi.js} +3 -3
- package/cjs/chunks/bundle-2f5GwCzi.js.map +1 -0
- package/cjs/chunks/{bundle-rWYgBQd0.js → bundle-6dNjb6bq.js} +11 -11
- package/cjs/chunks/{bundle-rWYgBQd0.js.map → bundle-6dNjb6bq.js.map} +1 -1
- package/cjs/chunks/{bundle-mJdmd7Tl.js → bundle-B0sJ-8vm.js} +1 -1
- package/cjs/chunks/bundle-B0sJ-8vm.js.map +1 -0
- package/cjs/chunks/{bundle-tzC2Xgxv.js → bundle-B4TwDXre.js} +7 -7
- package/{chunks/bundle-sj91Fb-2.js.map → cjs/chunks/bundle-B4TwDXre.js.map} +1 -1
- package/cjs/chunks/{bundle-7ExxSDfG.js → bundle-B8q44rPm.js} +3 -3
- package/cjs/chunks/bundle-B8q44rPm.js.map +1 -0
- package/cjs/chunks/{bundle-l4hJRoVO.js → bundle-B9IeOTau.js} +1 -1
- package/cjs/chunks/bundle-B9IeOTau.js.map +1 -0
- package/cjs/chunks/{bundle-PP0rRODi.js → bundle-BBWcxxM0.js} +10 -10
- package/cjs/chunks/bundle-BBWcxxM0.js.map +1 -0
- package/cjs/chunks/{bundle-XXLu4E3k.js → bundle-BFGQyFEj.js} +2 -2
- package/cjs/chunks/{bundle-XXLu4E3k.js.map → bundle-BFGQyFEj.js.map} +1 -1
- package/cjs/chunks/{bundle-bRa1uu9u.js → bundle-BFmEadGJ.js} +1 -1
- package/cjs/chunks/{bundle-bRa1uu9u.js.map → bundle-BFmEadGJ.js.map} +1 -1
- package/cjs/chunks/{bundle-lhYJWwkC.js → bundle-BGHVt4pv.js} +3 -3
- package/cjs/chunks/bundle-BGHVt4pv.js.map +1 -0
- package/cjs/chunks/{bundle-5dL9a_On.js → bundle-BKeOSYnB.js} +2 -2
- package/cjs/chunks/bundle-BKeOSYnB.js.map +1 -0
- package/cjs/chunks/{bundle-c5UvSMFX.js → bundle-BLnYd3a5.js} +3 -3
- package/cjs/chunks/bundle-BLnYd3a5.js.map +1 -0
- package/cjs/chunks/{bundle-NlYqioOJ.js → bundle-BMtAL3gL.js} +1 -1
- package/cjs/chunks/bundle-BMtAL3gL.js.map +1 -0
- package/cjs/chunks/{bundle-XYYAUvuI.js → bundle-BNrcDbpk.js} +1 -1
- package/cjs/chunks/bundle-BNrcDbpk.js.map +1 -0
- package/cjs/chunks/{bundle-0OVYmgjV.js → bundle-BNyi-HLe.js} +1 -1
- package/cjs/chunks/bundle-BNyi-HLe.js.map +1 -0
- package/cjs/chunks/{bundle-AE4PYUbC.js → bundle-BOhx1d6V.js} +4 -4
- package/cjs/chunks/{bundle-AE4PYUbC.js.map → bundle-BOhx1d6V.js.map} +1 -1
- package/cjs/chunks/{bundle-h5InIJAx.js → bundle-BOxqoDK2.js} +1 -1
- package/cjs/chunks/bundle-BOxqoDK2.js.map +1 -0
- package/cjs/chunks/{bundle-mcTI4BFk.js → bundle-BSfsim6u.js} +6 -6
- package/cjs/chunks/bundle-BSfsim6u.js.map +1 -0
- package/cjs/chunks/{bundle-pA5gKXTy.js → bundle-BYRgBOOO.js} +3 -3
- package/cjs/chunks/bundle-BYRgBOOO.js.map +1 -0
- package/cjs/chunks/{bundle-n5-vItXT.js → bundle-BZEyOKfd.js} +4 -4
- package/cjs/chunks/bundle-BZEyOKfd.js.map +1 -0
- package/cjs/chunks/{bundle-DQ9pUAGg.js → bundle-BZZfP00r.js} +1 -1
- package/cjs/chunks/bundle-BZZfP00r.js.map +1 -0
- package/cjs/chunks/{bundle-46h-dSCc.js → bundle-BeKLq9sl.js} +1 -1
- package/cjs/chunks/bundle-BeKLq9sl.js.map +1 -0
- package/cjs/chunks/{bundle-cA3flg73.js → bundle-BfU270mH.js} +1 -1
- package/cjs/chunks/bundle-BfU270mH.js.map +1 -0
- package/cjs/chunks/{bundle-RRn1KMai.js → bundle-BffOmMzm.js} +1 -1
- package/cjs/chunks/bundle-BffOmMzm.js.map +1 -0
- package/cjs/chunks/{bundle--xYl15TK.js → bundle-Bh1pBlFe.js} +3 -3
- package/cjs/chunks/bundle-Bh1pBlFe.js.map +1 -0
- package/cjs/chunks/{bundle-bQNGnE7X.js → bundle-BiUFkVUS.js} +6 -6
- package/cjs/chunks/bundle-BiUFkVUS.js.map +1 -0
- package/cjs/chunks/{bundle-ZC8MXTCs.js → bundle-Bj5uGit3.js} +1 -1
- package/cjs/chunks/bundle-Bj5uGit3.js.map +1 -0
- package/cjs/chunks/{bundle-Sp5ymcaB.js → bundle-BvRYyRnB.js} +1 -1
- package/cjs/chunks/bundle-BvRYyRnB.js.map +1 -0
- package/cjs/chunks/{bundle-S1c_Ni06.js → bundle-BwNMzZfg.js} +14 -14
- package/cjs/chunks/{bundle-S1c_Ni06.js.map → bundle-BwNMzZfg.js.map} +1 -1
- package/cjs/chunks/{bundle-4Dfxs0kD.js → bundle-BwRgHhjl.js} +7 -7
- package/cjs/chunks/bundle-BwRgHhjl.js.map +1 -0
- package/cjs/chunks/{bundle-rp1PaeP0.js → bundle-Bzy4_NRF.js} +3 -3
- package/cjs/chunks/bundle-Bzy4_NRF.js.map +1 -0
- package/cjs/chunks/{bundle-CH14mCu1.js → bundle-C-FliXg3.js} +2 -2
- package/cjs/chunks/bundle-C-FliXg3.js.map +1 -0
- package/cjs/chunks/{bundle-Ve-UOjKy.js → bundle-C58ONaz6.js} +5 -5
- package/cjs/chunks/bundle-C58ONaz6.js.map +1 -0
- package/cjs/chunks/{bundle-e2Z-oeMk.js → bundle-C8xia3yL.js} +1 -1
- package/cjs/chunks/{bundle-e2Z-oeMk.js.map → bundle-C8xia3yL.js.map} +1 -1
- package/cjs/chunks/{bundle-752po9g5.js → bundle-CEXaY05E.js} +1 -1
- package/cjs/chunks/bundle-CEXaY05E.js.map +1 -0
- package/cjs/chunks/{bundle-a2N3BU-Q.js → bundle-CHRgMdqD.js} +3 -3
- package/cjs/chunks/{bundle-a2N3BU-Q.js.map → bundle-CHRgMdqD.js.map} +1 -1
- package/cjs/chunks/{bundle-BXHHHwCg.js → bundle-CK4e6MqD.js} +28 -58
- package/cjs/chunks/bundle-CK4e6MqD.js.map +1 -0
- package/cjs/chunks/{bundle-opuYK5G6.js → bundle-CRp1Zs4h.js} +1 -1
- package/cjs/chunks/bundle-CRp1Zs4h.js.map +1 -0
- package/cjs/chunks/{bundle-VKfq6Uaj.js → bundle-CTGfAwTJ.js} +3 -3
- package/cjs/chunks/{bundle-VKfq6Uaj.js.map → bundle-CTGfAwTJ.js.map} +1 -1
- package/cjs/chunks/{bundle-NXKv5Wxp.js → bundle-CWXCI9cE.js} +5 -5
- package/cjs/chunks/bundle-CWXCI9cE.js.map +1 -0
- package/cjs/chunks/{bundle-nLRPwYL5.js → bundle-CYl2v3wW.js} +1 -1
- package/cjs/chunks/bundle-CYl2v3wW.js.map +1 -0
- package/cjs/chunks/{bundle-Af1jmrRE.js → bundle-CaSblzTL.js} +1 -1
- package/cjs/chunks/bundle-CaSblzTL.js.map +1 -0
- package/cjs/chunks/{bundle-CkuwMWuJ.js → bundle-CbqU9Myv.js} +4 -4
- package/cjs/chunks/bundle-CbqU9Myv.js.map +1 -0
- package/cjs/chunks/{bundle-0hOdPCEp.js → bundle-Ccyujyp6.js} +5 -5
- package/cjs/chunks/{bundle-0hOdPCEp.js.map → bundle-Ccyujyp6.js.map} +1 -1
- package/cjs/chunks/{bundle-S7xHG-w3.js → bundle-CdthjbGs.js} +1 -1
- package/cjs/chunks/bundle-CdthjbGs.js.map +1 -0
- package/cjs/chunks/{bundle-0tffesFh.js → bundle-Cf4WLYFa.js} +1 -1
- package/cjs/chunks/{bundle-0tffesFh.js.map → bundle-Cf4WLYFa.js.map} +1 -1
- package/cjs/chunks/{bundle-y7M4yzjp.js → bundle-Cimaz2Wz.js} +3 -3
- package/cjs/chunks/bundle-Cimaz2Wz.js.map +1 -0
- package/cjs/chunks/{bundle-70cVUU6w.js → bundle-CooVtiK4.js} +1 -1
- package/cjs/chunks/bundle-CooVtiK4.js.map +1 -0
- package/cjs/chunks/{bundle-T32FV8l1.js → bundle-CrjxrhRR.js} +2 -2
- package/cjs/chunks/bundle-CrjxrhRR.js.map +1 -0
- package/cjs/chunks/{bundle-gCywzCVk.js → bundle-CsTxv_Ia.js} +5 -4
- package/cjs/chunks/{bundle-gCywzCVk.js.map → bundle-CsTxv_Ia.js.map} +1 -1
- package/cjs/chunks/{bundle-dCMQvAHA.js → bundle-CsyBnNlx.js} +1 -1
- package/cjs/chunks/bundle-CsyBnNlx.js.map +1 -0
- package/cjs/chunks/{bundle-xSEKQWBT.js → bundle-CtUclh8a.js} +1 -1
- package/cjs/chunks/bundle-CtUclh8a.js.map +1 -0
- package/cjs/chunks/{bundle-IgDRR9an.js → bundle-CxBq1p0s.js} +1 -1
- package/cjs/chunks/bundle-CxBq1p0s.js.map +1 -0
- package/cjs/chunks/{bundle-leOuFK1P.js → bundle-D2ZB9EdF.js} +2 -2
- package/cjs/chunks/bundle-D2ZB9EdF.js.map +1 -0
- package/cjs/chunks/{bundle-7WTXh7Qd.js → bundle-D6wZDkwJ.js} +1 -1
- package/cjs/chunks/{bundle-7WTXh7Qd.js.map → bundle-D6wZDkwJ.js.map} +1 -1
- package/cjs/chunks/{bundle-jXFyjqn6.js → bundle-DDWWo4Ur.js} +1 -1
- package/cjs/chunks/bundle-DDWWo4Ur.js.map +1 -0
- package/cjs/chunks/{bundle-boCcuPJ4.js → bundle-DOIvf0Sq.js} +2 -2
- package/cjs/chunks/{bundle-boCcuPJ4.js.map → bundle-DOIvf0Sq.js.map} +1 -1
- package/cjs/chunks/{bundle-ybuXM4li.js → bundle-DQ6EeiN7.js} +1 -1
- package/cjs/chunks/bundle-DQ6EeiN7.js.map +1 -0
- package/cjs/chunks/{bundle-UEx-yk0R.js → bundle-DQPcs28F.js} +58 -90
- package/cjs/chunks/bundle-DQPcs28F.js.map +1 -0
- package/cjs/chunks/{bundle-rEEpe9mU.js → bundle-DaHjWMxX.js} +2 -2
- package/cjs/chunks/bundle-DaHjWMxX.js.map +1 -0
- package/cjs/chunks/{bundle-FZzNP2xh.js → bundle-DdUUl9AF.js} +1 -1
- package/cjs/chunks/bundle-DdUUl9AF.js.map +1 -0
- package/cjs/chunks/{bundle-2mYNn3cL.js → bundle-DiOpJGh-.js} +3 -3
- package/cjs/chunks/bundle-DiOpJGh-.js.map +1 -0
- package/cjs/chunks/{bundle-0oACog1t.js → bundle-DjzwlyX1.js} +8 -8
- package/cjs/chunks/{bundle-0oACog1t.js.map → bundle-DjzwlyX1.js.map} +1 -1
- package/cjs/chunks/{bundle-GRnWhj5U.js → bundle-DrvpXqH0.js} +2 -2
- package/cjs/chunks/bundle-DrvpXqH0.js.map +1 -0
- package/cjs/chunks/{bundle-cdInBvCf.js → bundle-Dt0Ehz1U.js} +3 -3
- package/cjs/chunks/bundle-Dt0Ehz1U.js.map +1 -0
- package/cjs/chunks/{bundle-r6yUb5Ka.js → bundle-Dt1ALnWb.js} +10 -10
- package/cjs/chunks/bundle-Dt1ALnWb.js.map +1 -0
- package/cjs/chunks/{bundle-0_XeBL9s.js → bundle-Dtsa1X9i.js} +1 -1
- package/cjs/chunks/bundle-Dtsa1X9i.js.map +1 -0
- package/cjs/chunks/{bundle-21xpspuo.js → bundle-DveQNuEW.js} +13 -13
- package/cjs/chunks/bundle-DveQNuEW.js.map +1 -0
- package/cjs/chunks/{bundle-jdpEXM9v.js → bundle-DxxDc_9W.js} +4 -4
- package/cjs/chunks/{bundle-jdpEXM9v.js.map → bundle-DxxDc_9W.js.map} +1 -1
- package/cjs/chunks/{bundle-PApDK3ev.js → bundle-IX2NQYwk.js} +2 -2
- package/cjs/chunks/bundle-IX2NQYwk.js.map +1 -0
- package/cjs/chunks/{bundle-tNBLsc90.js → bundle-a-KJqpeY.js} +10 -10
- package/cjs/chunks/bundle-a-KJqpeY.js.map +1 -0
- package/cjs/chunks/{bundle-dW6ZClWz.js → bundle-aYP0bwh_.js} +1 -1
- package/cjs/chunks/bundle-aYP0bwh_.js.map +1 -0
- package/cjs/chunks/{bundle-4TLu25Dk.js → bundle-iA0z-oXP.js} +1 -1
- package/cjs/chunks/bundle-iA0z-oXP.js.map +1 -0
- package/cjs/chunks/{bundle-_MpChSYj.js → bundle-jG5ojZfP.js} +1 -1
- package/cjs/chunks/bundle-jG5ojZfP.js.map +1 -0
- package/cjs/chunks/{bundle-qna2pNgw.js → bundle-lF1xvz4H.js} +1 -1
- package/cjs/chunks/bundle-lF1xvz4H.js.map +1 -0
- package/cjs/chunks/{bundle-FJ9M-8s9.js → bundle-o44Pbmy8.js} +1 -1
- package/cjs/chunks/bundle-o44Pbmy8.js.map +1 -0
- package/cjs/chunks/{bundle-ur6RZdPS.js → bundle-tAANyqOj.js} +2 -2
- package/cjs/chunks/bundle-tAANyqOj.js.map +1 -0
- package/cjs/chunks/{bundle-OwbPEgXa.js → bundle-v3tXlTmz.js} +4 -4
- package/cjs/chunks/{bundle-OwbPEgXa.js.map → bundle-v3tXlTmz.js.map} +1 -1
- package/cjs/chunks/{bundle-vdxxxpUO.js → bundle-vpFsS041.js} +10 -10
- package/cjs/chunks/{bundle-vdxxxpUO.js.map → bundle-vpFsS041.js.map} +1 -1
- package/cjs/chunks/{bundle-iodh4Ass.js → bundle-wa4qpxjp.js} +4 -4
- package/cjs/chunks/bundle-wa4qpxjp.js.map +1 -0
- package/cjs/chunks/{bundle-ZAoex1pi.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 +15 -15
- 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/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 +15 -15
- 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--Lhu0g1K.js.map +0 -1
- package/chunks/bundle--bY8mmDR.js.map +0 -1
- package/chunks/bundle-1YZ1lMFm.js.map +0 -1
- package/chunks/bundle-1gwAtv3_.js.map +0 -1
- package/chunks/bundle-26v6WTQh.js.map +0 -1
- package/chunks/bundle-3te2klPE.js.map +0 -1
- package/chunks/bundle-4OgQJ7X4.js.map +0 -1
- package/chunks/bundle-4PIMbALe.js.map +0 -1
- package/chunks/bundle-726H1FcN.js.map +0 -1
- package/chunks/bundle-7DsbNj8s.js.map +0 -1
- package/chunks/bundle-9DSYjtTH.js.map +0 -1
- package/chunks/bundle-9N8rxcU_.js.map +0 -1
- package/chunks/bundle-9eXfVBSj.js.map +0 -1
- package/chunks/bundle-A92jjX29.js.map +0 -1
- package/chunks/bundle-Bq8FTiM8.js.map +0 -1
- package/chunks/bundle-CChs9z4I.js.map +0 -1
- package/chunks/bundle-I3SOpmVR.js.map +0 -1
- package/chunks/bundle-Ij2ogskR.js.map +0 -1
- package/chunks/bundle-LN_WdItn.js.map +0 -1
- package/chunks/bundle-M-mPRQVf.js.map +0 -1
- package/chunks/bundle-N-PDD2Cl.js.map +0 -1
- package/chunks/bundle-NKz1R5aS.js.map +0 -1
- package/chunks/bundle-ORNtuGAK.js.map +0 -1
- package/chunks/bundle-OaODZhZ_.js.map +0 -1
- package/chunks/bundle-Q0DCPBLF.js.map +0 -1
- package/chunks/bundle-QzQ0Z1lc.js.map +0 -1
- package/chunks/bundle-SQ9QacmP.js.map +0 -1
- package/chunks/bundle-V0xbpJPV.js.map +0 -1
- package/chunks/bundle-YTNRflOw.js.map +0 -1
- package/chunks/bundle-Yfu3khe4.js.map +0 -1
- package/chunks/bundle-ZA3vOSBy.js.map +0 -1
- package/chunks/bundle-ZxknBRho.js.map +0 -1
- package/chunks/bundle-_g4Ln2k-.js.map +0 -1
- package/chunks/bundle-a81-P2WI.js.map +0 -1
- package/chunks/bundle-b3nJcKrD.js.map +0 -1
- package/chunks/bundle-f5U_VL0z.js.map +0 -1
- package/chunks/bundle-fGp6w98-.js.map +0 -1
- package/chunks/bundle-jH1LTiaZ.js.map +0 -1
- package/chunks/bundle-kRkORTjK.js.map +0 -1
- package/chunks/bundle-lQUghzL6.js.map +0 -1
- package/chunks/bundle-lYHZR3jb.js.map +0 -1
- package/chunks/bundle-ni6pTUHE.js.map +0 -1
- package/chunks/bundle-o8w1wTMw.js.map +0 -1
- package/chunks/bundle-pYQxFvty.js.map +0 -1
- package/chunks/bundle-qGz9DwGC.js.map +0 -1
- package/chunks/bundle-qp8qrwgO.js.map +0 -1
- package/chunks/bundle-rYMayCT3.js.map +0 -1
- package/chunks/bundle-t_Zp4HcK.js.map +0 -1
- package/chunks/bundle-ueZaur75.js.map +0 -1
- package/chunks/bundle-v0F6T-gl.js.map +0 -1
- package/chunks/bundle-vqMWfuob.js.map +0 -1
- package/chunks/bundle-xJvVI8rO.js.map +0 -1
- package/chunks/bundle-yVnIU7yv.js.map +0 -1
- package/cjs/chunks/bundle--xYl15TK.js.map +0 -1
- package/cjs/chunks/bundle-0OVYmgjV.js.map +0 -1
- package/cjs/chunks/bundle-0_XeBL9s.js.map +0 -1
- package/cjs/chunks/bundle-1MVKpHty.js.map +0 -1
- package/cjs/chunks/bundle-21xpspuo.js.map +0 -1
- package/cjs/chunks/bundle-2mYNn3cL.js.map +0 -1
- package/cjs/chunks/bundle-46h-dSCc.js.map +0 -1
- package/cjs/chunks/bundle-4Dfxs0kD.js.map +0 -1
- package/cjs/chunks/bundle-4TLu25Dk.js.map +0 -1
- package/cjs/chunks/bundle-5dL9a_On.js.map +0 -1
- package/cjs/chunks/bundle-70cVUU6w.js.map +0 -1
- package/cjs/chunks/bundle-752po9g5.js.map +0 -1
- package/cjs/chunks/bundle-7ExxSDfG.js.map +0 -1
- package/cjs/chunks/bundle-Af1jmrRE.js.map +0 -1
- package/cjs/chunks/bundle-BXHHHwCg.js.map +0 -1
- package/cjs/chunks/bundle-CH14mCu1.js.map +0 -1
- package/cjs/chunks/bundle-CkuwMWuJ.js.map +0 -1
- package/cjs/chunks/bundle-DQ9pUAGg.js.map +0 -1
- package/cjs/chunks/bundle-FJ9M-8s9.js.map +0 -1
- package/cjs/chunks/bundle-FZzNP2xh.js.map +0 -1
- package/cjs/chunks/bundle-GRnWhj5U.js.map +0 -1
- package/cjs/chunks/bundle-IgDRR9an.js.map +0 -1
- package/cjs/chunks/bundle-NXKv5Wxp.js.map +0 -1
- package/cjs/chunks/bundle-NlYqioOJ.js.map +0 -1
- package/cjs/chunks/bundle-PApDK3ev.js.map +0 -1
- package/cjs/chunks/bundle-PP0rRODi.js.map +0 -1
- package/cjs/chunks/bundle-RRn1KMai.js.map +0 -1
- package/cjs/chunks/bundle-S7xHG-w3.js.map +0 -1
- package/cjs/chunks/bundle-Sp5ymcaB.js.map +0 -1
- package/cjs/chunks/bundle-T32FV8l1.js.map +0 -1
- package/cjs/chunks/bundle-UEx-yk0R.js.map +0 -1
- package/cjs/chunks/bundle-Ve-UOjKy.js.map +0 -1
- package/cjs/chunks/bundle-XYYAUvuI.js.map +0 -1
- package/cjs/chunks/bundle-ZAoex1pi.js.map +0 -1
- package/cjs/chunks/bundle-ZC8MXTCs.js.map +0 -1
- package/cjs/chunks/bundle-_MpChSYj.js.map +0 -1
- package/cjs/chunks/bundle-bQNGnE7X.js.map +0 -1
- package/cjs/chunks/bundle-c5UvSMFX.js.map +0 -1
- package/cjs/chunks/bundle-cA3flg73.js.map +0 -1
- package/cjs/chunks/bundle-cdInBvCf.js.map +0 -1
- package/cjs/chunks/bundle-dCMQvAHA.js.map +0 -1
- package/cjs/chunks/bundle-dW6ZClWz.js.map +0 -1
- package/cjs/chunks/bundle-h5InIJAx.js.map +0 -1
- package/cjs/chunks/bundle-iodh4Ass.js.map +0 -1
- package/cjs/chunks/bundle-jXFyjqn6.js.map +0 -1
- package/cjs/chunks/bundle-je5ERchd.js.map +0 -1
- package/cjs/chunks/bundle-l4hJRoVO.js.map +0 -1
- package/cjs/chunks/bundle-leOuFK1P.js.map +0 -1
- package/cjs/chunks/bundle-lhYJWwkC.js.map +0 -1
- package/cjs/chunks/bundle-mJdmd7Tl.js.map +0 -1
- package/cjs/chunks/bundle-mcTI4BFk.js.map +0 -1
- package/cjs/chunks/bundle-n5-vItXT.js.map +0 -1
- package/cjs/chunks/bundle-nLRPwYL5.js.map +0 -1
- package/cjs/chunks/bundle-opuYK5G6.js.map +0 -1
- package/cjs/chunks/bundle-pA5gKXTy.js.map +0 -1
- package/cjs/chunks/bundle-qna2pNgw.js.map +0 -1
- package/cjs/chunks/bundle-r6yUb5Ka.js.map +0 -1
- package/cjs/chunks/bundle-rEEpe9mU.js.map +0 -1
- package/cjs/chunks/bundle-rp1PaeP0.js.map +0 -1
- package/cjs/chunks/bundle-tNBLsc90.js.map +0 -1
- package/cjs/chunks/bundle-tzC2Xgxv.js.map +0 -1
- package/cjs/chunks/bundle-ur6RZdPS.js.map +0 -1
- package/cjs/chunks/bundle-xSEKQWBT.js.map +0 -1
- package/cjs/chunks/bundle-y7M4yzjp.js.map +0 -1
- package/cjs/chunks/bundle-ybuXM4li.js.map +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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|