@sendbird/uikit-react 3.12.0-rc.0 → 3.12.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 +74 -74
- package/Channel/components/ChannelHeader.js +28 -28
- package/Channel/components/ChannelUI.js +62 -62
- package/Channel/components/FileViewer.js +27 -27
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +51 -51
- package/Channel/components/MessageFeedbackModal.js +9 -9
- package/Channel/components/MessageInput.js +40 -40
- package/Channel/components/MessageInputWrapper.js +40 -40
- package/Channel/components/MessageList.js +55 -55
- package/Channel/components/RemoveMessageModal.js +26 -26
- package/Channel/components/SuggestedMentionList.js +26 -26
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +18 -18
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +5 -5
- package/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/Channel/utils/getMessagePartsInfo.js +6 -6
- package/Channel.js +62 -62
- package/ChannelList/components/AddChannel.js +20 -20
- package/ChannelList/components/ChannelListHeader.js +8 -8
- package/ChannelList/components/ChannelListUI.js +34 -34
- package/ChannelList/components/ChannelPreview.js +27 -27
- package/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +34 -34
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +21 -21
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +20 -20
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +23 -23
- package/CreateChannel/components/CreateChannelUI.js +16 -16
- package/CreateChannel/components/InviteUsers.js +16 -16
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +16 -16
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +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 +57 -57
- package/GroupChannel/components/Message.js +49 -49
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +50 -50
- package/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/GroupChannel/components/SuggestedMentionList.js +11 -11
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +7 -7
- package/GroupChannel/context.js +11 -11
- package/GroupChannel.js +57 -57
- package/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +33 -33
- 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 +35 -35
- package/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/OpenChannel/components/OpenChannelUI.js +39 -39
- package/OpenChannel/context.js +17 -17
- package/OpenChannel.js +39 -39
- 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 +19 -19
- package/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +19 -19
- package/SendbirdProvider.js +52 -26
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +42 -42
- package/Thread/components/ParentMessageInfoItem.js +28 -28
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +46 -46
- package/Thread/components/ThreadListItem.js +46 -46
- package/Thread/components/ThreadMessageInput.js +42 -42
- package/Thread/components/ThreadUI.js +56 -56
- package/Thread/context.js +9 -9
- package/Thread.js +56 -56
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +30 -30
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-XL-KBWqW.js → bundle--bzcDcV7.js} +1 -1
- package/chunks/bundle--bzcDcV7.js.map +1 -0
- package/chunks/{bundle-cYprLCVV.js → bundle-0wv5nxcS.js} +2 -2
- package/chunks/{bundle-cYprLCVV.js.map → bundle-0wv5nxcS.js.map} +1 -1
- package/chunks/{bundle-ZfA8OpRJ.js → bundle-1Wok5yjx.js} +1 -1
- package/chunks/bundle-1Wok5yjx.js.map +1 -0
- package/chunks/{bundle-7nI0MJOs.js → bundle-29ZwEQCB.js} +1 -1
- package/chunks/bundle-29ZwEQCB.js.map +1 -0
- package/chunks/{bundle-jOlYtsGu.js → bundle-2ZdAkcAR.js} +5 -5
- package/chunks/bundle-2ZdAkcAR.js.map +1 -0
- package/chunks/{bundle-5FiMKfdx.js → bundle-42MD-_6f.js} +1 -1
- package/chunks/bundle-42MD-_6f.js.map +1 -0
- package/chunks/{bundle-nrzV0hwh.js → bundle-5cA2H0cQ.js} +1 -1
- package/chunks/bundle-5cA2H0cQ.js.map +1 -0
- package/chunks/{bundle-oesAmMyD.js → bundle-5qVfPYXm.js} +1 -1
- package/chunks/bundle-5qVfPYXm.js.map +1 -0
- package/chunks/{bundle-N_nx28TN.js → bundle-5waczf_5.js} +3 -3
- package/chunks/{bundle-N_nx28TN.js.map → bundle-5waczf_5.js.map} +1 -1
- package/chunks/{bundle-xHxKphkV.js → bundle-7-k9ar1S.js} +1 -1
- package/chunks/bundle-7-k9ar1S.js.map +1 -0
- package/chunks/{bundle--QWYYsI7.js → bundle-7gmFtphc.js} +2 -2
- package/chunks/bundle-7gmFtphc.js.map +1 -0
- package/chunks/{bundle--ORA9L0f.js → bundle-8msIvFyl.js} +10 -10
- package/chunks/{bundle--ORA9L0f.js.map → bundle-8msIvFyl.js.map} +1 -1
- package/chunks/{bundle-Br-kF2rc.js → bundle-B2cNVPIG.js} +5 -5
- package/chunks/{bundle-Br-kF2rc.js.map → bundle-B2cNVPIG.js.map} +1 -1
- package/chunks/{bundle-67KZd0Wh.js → bundle-B3ETdLpu.js} +1 -1
- package/chunks/bundle-B3ETdLpu.js.map +1 -0
- package/chunks/{bundle-MYBkZ28K.js → bundle-CBZRgcMe.js} +1 -1
- package/chunks/bundle-CBZRgcMe.js.map +1 -0
- package/chunks/{bundle-jKjzU1MT.js → bundle-Cl9FF01U.js} +1 -1
- package/chunks/{bundle-jKjzU1MT.js.map → bundle-Cl9FF01U.js.map} +1 -1
- package/chunks/{bundle-samkISwY.js → bundle-Eiortw-P.js} +8 -8
- package/chunks/{bundle-samkISwY.js.map → bundle-Eiortw-P.js.map} +1 -1
- package/chunks/{bundle-mGum5Avu.js → bundle-FMptIFTe.js} +3 -3
- package/chunks/bundle-FMptIFTe.js.map +1 -0
- package/chunks/{bundle-Z1D61u4a.js → bundle-FS7VoABk.js} +1 -1
- package/chunks/{bundle-Z1D61u4a.js.map → bundle-FS7VoABk.js.map} +1 -1
- package/chunks/{bundle-dlgSS-h4.js → bundle-GMuoHJM5.js} +3 -3
- package/chunks/{bundle-dlgSS-h4.js.map → bundle-GMuoHJM5.js.map} +1 -1
- package/chunks/{bundle-J-eeHkE5.js → bundle-H1vLRvsQ.js} +5 -5
- package/chunks/bundle-H1vLRvsQ.js.map +1 -0
- package/chunks/{bundle-OZuyNhMv.js → bundle-HIwSRGfa.js} +3 -3
- package/chunks/bundle-HIwSRGfa.js.map +1 -0
- package/chunks/{bundle-rwD6SAkU.js → bundle-IGjDRlEq.js} +5 -5
- package/chunks/bundle-IGjDRlEq.js.map +1 -0
- package/chunks/{bundle-8C68O5Qm.js → bundle-InXDhFjw.js} +7 -7
- package/chunks/{bundle-8C68O5Qm.js.map → bundle-InXDhFjw.js.map} +1 -1
- package/chunks/{bundle-zdgdWVyn.js → bundle-JVFq7QiY.js} +3 -3
- package/chunks/bundle-JVFq7QiY.js.map +1 -0
- package/chunks/{bundle-FVeeTX_F.js → bundle-MVZc-WX7.js} +10 -10
- package/chunks/bundle-MVZc-WX7.js.map +1 -0
- package/chunks/{bundle-rTlMQK8Z.js → bundle-Mj9lwGep.js} +4 -4
- package/chunks/{bundle-rTlMQK8Z.js.map → bundle-Mj9lwGep.js.map} +1 -1
- package/chunks/{bundle-TPqzf5St.js → bundle-NRvvlX8r.js} +1 -1
- package/chunks/bundle-NRvvlX8r.js.map +1 -0
- package/chunks/{bundle-Rik09YnB.js → bundle-OGLIDsv0.js} +1 -1
- package/chunks/bundle-OGLIDsv0.js.map +1 -0
- package/chunks/{bundle-7RxHW-e9.js → bundle-OdLkkyEZ.js} +2 -2
- package/chunks/{bundle-7RxHW-e9.js.map → bundle-OdLkkyEZ.js.map} +1 -1
- package/chunks/{bundle-9vFMqSQw.js → bundle-PXF29EwZ.js} +4 -4
- package/chunks/bundle-PXF29EwZ.js.map +1 -0
- package/chunks/{bundle-3DH6zZHH.js → bundle-PrPMpr0d.js} +4 -4
- package/chunks/bundle-PrPMpr0d.js.map +1 -0
- package/chunks/{bundle-wbu1BRph.js → bundle-QDjzCG-h.js} +3 -3
- package/chunks/bundle-QDjzCG-h.js.map +1 -0
- package/chunks/{bundle-qxRcOzlA.js → bundle-RFQg3r1K.js} +3 -3
- package/chunks/{bundle-qxRcOzlA.js.map → bundle-RFQg3r1K.js.map} +1 -1
- package/chunks/{bundle-RjOfwRD9.js → bundle-R_8mFuwU.js} +1 -1
- package/chunks/bundle-R_8mFuwU.js.map +1 -0
- package/chunks/{bundle-XekDAFCE.js → bundle-S3i59_HU.js} +1 -1
- package/chunks/bundle-S3i59_HU.js.map +1 -0
- package/chunks/{bundle-JlL_734C.js → bundle-TWhlUSzV.js} +6 -6
- package/chunks/bundle-TWhlUSzV.js.map +1 -0
- package/chunks/{bundle--rPLqx46.js → bundle-ThaFnyA3.js} +1 -1
- package/chunks/bundle-ThaFnyA3.js.map +1 -0
- package/chunks/{bundle-KUOX5P0q.js → bundle-VTgol5b8.js} +1 -1
- package/chunks/bundle-VTgol5b8.js.map +1 -0
- package/chunks/{bundle-9nrFshYX.js → bundle-VeP4ZGTy.js} +4 -4
- package/chunks/{bundle-9nrFshYX.js.map → bundle-VeP4ZGTy.js.map} +1 -1
- package/chunks/{bundle-8M13Uq7P.js → bundle-W5PUqymk.js} +2 -2
- package/chunks/{bundle-8M13Uq7P.js.map → bundle-W5PUqymk.js.map} +1 -1
- package/chunks/{bundle-yGuAYhYN.js → bundle-WJ0Rx9Vt.js} +2 -2
- package/chunks/bundle-WJ0Rx9Vt.js.map +1 -0
- package/chunks/{bundle-7cTKRmbK.js → bundle-WJbfhl8B.js} +6 -6
- package/chunks/bundle-WJbfhl8B.js.map +1 -0
- package/chunks/{bundle-UXAf5PuY.js → bundle-WkSXViPf.js} +2 -2
- package/chunks/bundle-WkSXViPf.js.map +1 -0
- package/chunks/{bundle-JkQoCKWv.js → bundle-XC9KBi8e.js} +3 -3
- package/chunks/{bundle-JkQoCKWv.js.map → bundle-XC9KBi8e.js.map} +1 -1
- package/chunks/{bundle-2atU-KVo.js → bundle-YK6gNh-t.js} +1 -1
- package/chunks/bundle-YK6gNh-t.js.map +1 -0
- package/chunks/{bundle-opleCLJP.js → bundle-Yc91ktUe.js} +1 -1
- package/chunks/bundle-Yc91ktUe.js.map +1 -0
- package/chunks/{bundle-VC1JO5-p.js → bundle-YcH_HSha.js} +3 -3
- package/chunks/bundle-YcH_HSha.js.map +1 -0
- package/chunks/{bundle-LG1mMxPr.js → bundle-ZOw_iEjI.js} +7 -7
- package/chunks/{bundle-LG1mMxPr.js.map → bundle-ZOw_iEjI.js.map} +1 -1
- package/chunks/{bundle-94myZnyI.js → bundle-ZrmeY8rp.js} +2 -2
- package/chunks/{bundle-94myZnyI.js.map → bundle-ZrmeY8rp.js.map} +1 -1
- package/chunks/{bundle-R2oWoix8.js → bundle-_jLAjElr.js} +10 -10
- package/chunks/{bundle-R2oWoix8.js.map → bundle-_jLAjElr.js.map} +1 -1
- package/chunks/{bundle-RX3fBZMu.js → bundle-aAXpX7Sl.js} +3 -3
- package/chunks/{bundle-RX3fBZMu.js.map → bundle-aAXpX7Sl.js.map} +1 -1
- package/chunks/{bundle-pSagaLQn.js → bundle-aU9DrOs1.js} +4 -4
- package/chunks/bundle-aU9DrOs1.js.map +1 -0
- package/chunks/{bundle-7h36Ded4.js → bundle-ammXYCNc.js} +1 -1
- package/chunks/bundle-ammXYCNc.js.map +1 -0
- package/chunks/{bundle-V1r4qRh7.js → bundle-bXxgZ3h3.js} +9 -9
- package/chunks/{bundle-V1r4qRh7.js.map → bundle-bXxgZ3h3.js.map} +1 -1
- package/chunks/{bundle-tmygoDRK.js → bundle-c-m52z_J.js} +4 -4
- package/chunks/{bundle-tmygoDRK.js.map → bundle-c-m52z_J.js.map} +1 -1
- package/chunks/{bundle-DDOXEDJp.js → bundle-dPtRdKjv.js} +1 -1
- package/chunks/bundle-dPtRdKjv.js.map +1 -0
- package/chunks/{bundle--XsvJ3hU.js → bundle-e_hMfMVC.js} +3 -3
- package/chunks/bundle-e_hMfMVC.js.map +1 -0
- package/chunks/{bundle-etzT3I0G.js → bundle-fIf1YwSi.js} +1 -1
- package/chunks/bundle-fIf1YwSi.js.map +1 -0
- package/chunks/{bundle-BvxbprFR.js → bundle-fdlrWGps.js} +2 -2
- package/chunks/bundle-fdlrWGps.js.map +1 -0
- package/chunks/{bundle-NOqfYbat.js → bundle-gb0MSpDp.js} +11 -11
- package/chunks/{bundle-NOqfYbat.js.map → bundle-gb0MSpDp.js.map} +1 -1
- package/chunks/{bundle-Lgn5J-2T.js → bundle-hTd1NizA.js} +1 -1
- package/chunks/bundle-hTd1NizA.js.map +1 -0
- package/chunks/{bundle-cqMRshaU.js → bundle-hwjo__1w.js} +6 -6
- package/chunks/bundle-hwjo__1w.js.map +1 -0
- package/chunks/{bundle-mPXz1Hjl.js → bundle-iRd3nywJ.js} +1 -1
- package/chunks/bundle-iRd3nywJ.js.map +1 -0
- package/chunks/{bundle-mN_8ZHp6.js → bundle-jIsbkecD.js} +1 -1
- package/chunks/bundle-jIsbkecD.js.map +1 -0
- package/chunks/{bundle-46qOcsB3.js → bundle-jnJfrZ-B.js} +1 -1
- package/chunks/{bundle-46qOcsB3.js.map → bundle-jnJfrZ-B.js.map} +1 -1
- package/chunks/{bundle-VwgVuCHi.js → bundle-kPmyq9ap.js} +14 -14
- package/chunks/{bundle-VwgVuCHi.js.map → bundle-kPmyq9ap.js.map} +1 -1
- package/chunks/{bundle-GM_JyB6p.js → bundle-lS2bdzD_.js} +2 -2
- package/chunks/{bundle-GM_JyB6p.js.map → bundle-lS2bdzD_.js.map} +1 -1
- package/chunks/{bundle-3f1my2Ir.js → bundle-laqNvtHc.js} +2 -2
- package/chunks/bundle-laqNvtHc.js.map +1 -0
- package/chunks/{bundle-7128atOc.js → bundle-mXxUWu6C.js} +1 -1
- package/chunks/bundle-mXxUWu6C.js.map +1 -0
- package/chunks/{bundle-UxZ7Yk8Z.js → bundle-mah5uoR7.js} +1 -1
- package/chunks/{bundle-UxZ7Yk8Z.js.map → bundle-mah5uoR7.js.map} +1 -1
- package/chunks/{bundle-8PbcZ5aj.js → bundle-mbVaGxy-.js} +1 -1
- package/chunks/bundle-mbVaGxy-.js.map +1 -0
- package/chunks/{bundle-BxGOQnDI.js → bundle-nuPs9AqY.js} +10 -10
- package/chunks/{bundle-BxGOQnDI.js.map → bundle-nuPs9AqY.js.map} +1 -1
- package/chunks/{bundle-bBs0-8AF.js → bundle-s7Jm-nQL.js} +1 -1
- package/chunks/{bundle-bBs0-8AF.js.map → bundle-s7Jm-nQL.js.map} +1 -1
- package/chunks/{bundle-Omjc0GuQ.js → bundle-sPCqUzdP.js} +1 -1
- package/chunks/bundle-sPCqUzdP.js.map +1 -0
- package/chunks/{bundle-5rAtBp8F.js → bundle-y9OFIxWO.js} +3 -3
- package/chunks/{bundle-5rAtBp8F.js.map → bundle-y9OFIxWO.js.map} +1 -1
- package/chunks/{bundle-VhCdB2-c.js → bundle-yMF6_bQS.js} +1 -1
- package/chunks/bundle-yMF6_bQS.js.map +1 -0
- package/chunks/{bundle-_IIBqN54.js → bundle-z995fH4M.js} +1 -1
- package/chunks/bundle-z995fH4M.js.map +1 -0
- package/chunks/{bundle-r8uICiMq.js → bundle-zftI06HH.js} +3 -3
- package/chunks/bundle-zftI06HH.js.map +1 -0
- package/chunks/{bundle-F-lMyjp-.js → bundle-zr28rXX0.js} +1 -1
- package/chunks/bundle-zr28rXX0.js.map +1 -0
- package/cjs/App.js +74 -74
- package/cjs/Channel/components/ChannelHeader.js +28 -28
- package/cjs/Channel/components/ChannelUI.js +62 -62
- package/cjs/Channel/components/FileViewer.js +27 -27
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +51 -51
- package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
- package/cjs/Channel/components/MessageInput.js +40 -40
- package/cjs/Channel/components/MessageInputWrapper.js +40 -40
- package/cjs/Channel/components/MessageList.js +55 -55
- package/cjs/Channel/components/RemoveMessageModal.js +26 -26
- package/cjs/Channel/components/SuggestedMentionList.js +26 -26
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +18 -18
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +5 -5
- package/cjs/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/cjs/Channel/utils/getMessagePartsInfo.js +6 -6
- package/cjs/Channel.js +62 -62
- package/cjs/ChannelList/components/AddChannel.js +20 -20
- package/cjs/ChannelList/components/ChannelListHeader.js +8 -8
- package/cjs/ChannelList/components/ChannelListUI.js +34 -34
- package/cjs/ChannelList/components/ChannelPreview.js +27 -27
- package/cjs/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +34 -34
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +21 -21
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +20 -20
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +23 -23
- package/cjs/CreateChannel/components/CreateChannelUI.js +16 -16
- package/cjs/CreateChannel/components/InviteUsers.js +16 -16
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +16 -16
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +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 +57 -57
- package/cjs/GroupChannel/components/Message.js +49 -49
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
- package/cjs/GroupChannel/components/MessageList.js +50 -50
- package/cjs/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/cjs/GroupChannel/components/SuggestedMentionList.js +11 -11
- 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 +57 -57
- package/cjs/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/cjs/GroupChannelList/context.js +5 -5
- package/cjs/GroupChannelList.js +33 -33
- 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 +35 -35
- 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 +39 -39
- 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 +19 -19
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +19 -19
- package/cjs/SendbirdProvider.js +51 -25
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +42 -42
- package/cjs/Thread/components/ParentMessageInfoItem.js +28 -28
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +46 -46
- package/cjs/Thread/components/ThreadListItem.js +46 -46
- package/cjs/Thread/components/ThreadMessageInput.js +42 -42
- package/cjs/Thread/components/ThreadUI.js +56 -56
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +56 -56
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +30 -30
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-p2ei7o2m.js → bundle-0Ju2qhN6.js} +11 -11
- package/cjs/chunks/{bundle-p2ei7o2m.js.map → bundle-0Ju2qhN6.js.map} +1 -1
- package/cjs/chunks/{bundle-SNQZJo5u.js → bundle-19RYdLTI.js} +3 -3
- package/cjs/chunks/{bundle-SNQZJo5u.js.map → bundle-19RYdLTI.js.map} +1 -1
- package/cjs/chunks/{bundle-tlScTb1q.js → bundle-2QTmv8Qr.js} +1 -1
- package/cjs/chunks/bundle-2QTmv8Qr.js.map +1 -0
- package/cjs/chunks/{bundle-SSVfUJDa.js → bundle-65WXfVqV.js} +2 -2
- package/cjs/chunks/{bundle-SSVfUJDa.js.map → bundle-65WXfVqV.js.map} +1 -1
- package/cjs/chunks/{bundle-ECik2x9q.js → bundle-6D2HDCsi.js} +4 -4
- package/cjs/chunks/bundle-6D2HDCsi.js.map +1 -0
- package/cjs/chunks/{bundle-hlXVvUFU.js → bundle-6JAbouBn.js} +1 -1
- package/cjs/chunks/bundle-6JAbouBn.js.map +1 -0
- package/cjs/chunks/{bundle-3my94NZb.js → bundle-6Ucv_cXK.js} +1 -1
- package/cjs/chunks/bundle-6Ucv_cXK.js.map +1 -0
- package/cjs/chunks/{bundle-nFCXCRnQ.js → bundle-7S9cQ7Sp.js} +2 -2
- package/cjs/chunks/bundle-7S9cQ7Sp.js.map +1 -0
- package/cjs/chunks/{bundle-PzNWj1Ya.js → bundle-8gAAE7I3.js} +1 -1
- package/cjs/chunks/bundle-8gAAE7I3.js.map +1 -0
- package/cjs/chunks/{bundle-NO9KjD6-.js → bundle-8sRp5L6V.js} +1 -1
- package/cjs/chunks/bundle-8sRp5L6V.js.map +1 -0
- package/cjs/chunks/{bundle-naQEIYGP.js → bundle-B3jNx9nI.js} +2 -2
- package/cjs/chunks/bundle-B3jNx9nI.js.map +1 -0
- package/cjs/chunks/{bundle-0JDC4wle.js → bundle-CQGJhJYV.js} +2 -2
- package/cjs/chunks/{bundle-0JDC4wle.js.map → bundle-CQGJhJYV.js.map} +1 -1
- package/cjs/chunks/{bundle-vx2itBKI.js → bundle-D_9GebqZ.js} +1 -1
- package/cjs/chunks/bundle-D_9GebqZ.js.map +1 -0
- package/cjs/chunks/{bundle-WnDkk4j0.js → bundle-EmZI0-j-.js} +1 -1
- package/cjs/chunks/bundle-EmZI0-j-.js.map +1 -0
- package/cjs/chunks/{bundle-GVX1pgQE.js → bundle-FnDHXB2d.js} +7 -7
- package/cjs/chunks/{bundle-GVX1pgQE.js.map → bundle-FnDHXB2d.js.map} +1 -1
- package/cjs/chunks/{bundle-_BACdERA.js → bundle-G4olPx81.js} +1 -1
- package/cjs/chunks/bundle-G4olPx81.js.map +1 -0
- package/cjs/chunks/{bundle-SY2qr3yT.js → bundle-GYpm7RtY.js} +1 -1
- package/cjs/chunks/bundle-GYpm7RtY.js.map +1 -0
- package/cjs/chunks/{bundle-qTpNvbyy.js → bundle-HQUEIVST.js} +1 -1
- package/cjs/chunks/{bundle-qTpNvbyy.js.map → bundle-HQUEIVST.js.map} +1 -1
- package/cjs/chunks/{bundle-y9eM9Vz6.js → bundle-HmF0Kwa_.js} +4 -4
- package/cjs/chunks/bundle-HmF0Kwa_.js.map +1 -0
- package/cjs/chunks/{bundle-zC9tSqim.js → bundle-JllM1Vt3.js} +10 -10
- package/cjs/chunks/bundle-JllM1Vt3.js.map +1 -0
- package/cjs/chunks/{bundle-BIo8a3gP.js → bundle-JutD2hKN.js} +3 -3
- package/cjs/chunks/{bundle-BIo8a3gP.js.map → bundle-JutD2hKN.js.map} +1 -1
- package/cjs/chunks/{bundle-KLiWyyBv.js → bundle-L3zb8Cu_.js} +3 -3
- package/cjs/chunks/bundle-L3zb8Cu_.js.map +1 -0
- package/cjs/chunks/{bundle-ttLl6tqv.js → bundle-LZMOuc2b.js} +1 -1
- package/cjs/chunks/{bundle-ttLl6tqv.js.map → bundle-LZMOuc2b.js.map} +1 -1
- package/cjs/chunks/{bundle-RjWuJw-3.js → bundle-M_3VvtOr.js} +10 -10
- package/cjs/chunks/bundle-M_3VvtOr.js.map +1 -0
- package/cjs/chunks/{bundle-h40wCyHM.js → bundle-O3DZBV2p.js} +1 -1
- package/cjs/chunks/bundle-O3DZBV2p.js.map +1 -0
- package/cjs/chunks/{bundle-G3wIPH8m.js → bundle-OLmZ2fUV.js} +2 -2
- package/cjs/chunks/bundle-OLmZ2fUV.js.map +1 -0
- package/cjs/chunks/{bundle-pnCKgq1p.js → bundle-OayM7MBH.js} +9 -9
- package/cjs/chunks/bundle-OayM7MBH.js.map +1 -0
- package/cjs/chunks/{bundle-wKMTgv_N.js → bundle-POnqXMLV.js} +2 -2
- package/cjs/chunks/{bundle-wKMTgv_N.js.map → bundle-POnqXMLV.js.map} +1 -1
- package/cjs/chunks/{bundle-B3exQvX0.js → bundle-RHwdkbbz.js} +1 -1
- package/cjs/chunks/bundle-RHwdkbbz.js.map +1 -0
- package/cjs/chunks/{bundle-G8VoSPnT.js → bundle-THKiylQP.js} +1 -1
- package/cjs/chunks/bundle-THKiylQP.js.map +1 -0
- package/cjs/chunks/{bundle-7hPt-3N9.js → bundle-UAlBT2_3.js} +7 -7
- package/cjs/chunks/bundle-UAlBT2_3.js.map +1 -0
- package/cjs/chunks/{bundle-aMzX7VhJ.js → bundle-Ulv5XabQ.js} +2 -2
- package/cjs/chunks/bundle-Ulv5XabQ.js.map +1 -0
- package/cjs/chunks/{bundle-L-INlcEY.js → bundle-WQOvDsOP.js} +1 -1
- package/cjs/chunks/bundle-WQOvDsOP.js.map +1 -0
- package/cjs/chunks/{bundle-cjPeUrcf.js → bundle-XSrDHwxE.js} +1 -1
- package/cjs/chunks/bundle-XSrDHwxE.js.map +1 -0
- package/cjs/chunks/{bundle-mPK9VGR0.js → bundle-XpwayjqP.js} +1 -1
- package/cjs/chunks/bundle-XpwayjqP.js.map +1 -0
- package/cjs/chunks/{bundle-kp4rHxFj.js → bundle-Y6oHbdhN.js} +3 -3
- package/cjs/chunks/bundle-Y6oHbdhN.js.map +1 -0
- package/cjs/chunks/{bundle-_P-b1GDT.js → bundle-YTPSevv5.js} +4 -4
- package/cjs/chunks/{bundle-_P-b1GDT.js.map → bundle-YTPSevv5.js.map} +1 -1
- package/cjs/chunks/{bundle-7S9yo7uc.js → bundle-Z9uYBAUt.js} +3 -3
- package/cjs/chunks/{bundle-7S9yo7uc.js.map → bundle-Z9uYBAUt.js.map} +1 -1
- package/cjs/chunks/{bundle-wVlRBt78.js → bundle-ZIC4K68f.js} +1 -1
- package/cjs/chunks/bundle-ZIC4K68f.js.map +1 -0
- package/cjs/chunks/{bundle-VSxKlJiY.js → bundle-_N5y1qEg.js} +1 -1
- package/cjs/chunks/bundle-_N5y1qEg.js.map +1 -0
- package/cjs/chunks/{bundle-9G4y8IUf.js → bundle-aLKN26Lx.js} +3 -3
- package/cjs/chunks/bundle-aLKN26Lx.js.map +1 -0
- package/cjs/chunks/{bundle-1q18oFrr.js → bundle-apUHizVu.js} +3 -3
- package/cjs/chunks/bundle-apUHizVu.js.map +1 -0
- package/cjs/chunks/{bundle-ac8CNkHD.js → bundle-bSoYSPA5.js} +1 -1
- package/cjs/chunks/bundle-bSoYSPA5.js.map +1 -0
- package/cjs/chunks/{bundle-U81js22j.js → bundle-bc3_Ej1J.js} +5 -5
- package/cjs/chunks/bundle-bc3_Ej1J.js.map +1 -0
- package/cjs/chunks/{bundle-TEAixAXm.js → bundle-d1u7R12O.js} +1 -1
- package/cjs/chunks/bundle-d1u7R12O.js.map +1 -0
- package/cjs/chunks/{bundle-L6Jk8Ayi.js → bundle-dibCo5Mv.js} +5 -5
- package/cjs/chunks/bundle-dibCo5Mv.js.map +1 -0
- package/cjs/chunks/{bundle-cuXn941P.js → bundle-do_4Y2S_.js} +1 -1
- package/cjs/chunks/{bundle-cuXn941P.js.map → bundle-do_4Y2S_.js.map} +1 -1
- package/cjs/chunks/{bundle-l18lIHqV.js → bundle-eg639gtv.js} +1 -1
- package/cjs/chunks/bundle-eg639gtv.js.map +1 -0
- package/cjs/chunks/{bundle-8jmUxywc.js → bundle-fE1EYcSx.js} +1 -1
- package/cjs/chunks/bundle-fE1EYcSx.js.map +1 -0
- package/cjs/chunks/{bundle-1Kqo8Utk.js → bundle-fWvwYg6I.js} +1 -1
- package/cjs/chunks/bundle-fWvwYg6I.js.map +1 -0
- package/cjs/chunks/{bundle-x15u4MXa.js → bundle-g3vASPp8.js} +2 -2
- package/cjs/chunks/bundle-g3vASPp8.js.map +1 -0
- package/cjs/chunks/{bundle-mYCCMkSO.js → bundle-gKpM7okd.js} +1 -1
- package/cjs/chunks/bundle-gKpM7okd.js.map +1 -0
- package/cjs/chunks/{bundle-pnXfU14e.js → bundle-hCnt57_4.js} +8 -8
- package/cjs/chunks/{bundle-pnXfU14e.js.map → bundle-hCnt57_4.js.map} +1 -1
- package/cjs/chunks/{bundle-cTA4XRQz.js → bundle-hdKCnGri.js} +3 -3
- package/cjs/chunks/{bundle-cTA4XRQz.js.map → bundle-hdKCnGri.js.map} +1 -1
- package/cjs/chunks/{bundle-zKwOBTKD.js → bundle-him8B6lQ.js} +6 -6
- package/cjs/chunks/bundle-him8B6lQ.js.map +1 -0
- package/cjs/chunks/{bundle-gKfBWs5Z.js → bundle-hyQekvQu.js} +1 -1
- package/cjs/chunks/bundle-hyQekvQu.js.map +1 -0
- package/cjs/chunks/{bundle-I85dteYT.js → bundle-ivu3uDBu.js} +3 -3
- package/cjs/chunks/bundle-ivu3uDBu.js.map +1 -0
- package/cjs/chunks/{bundle-MRTWQD0M.js → bundle-j2b4bxU3.js} +2 -2
- package/cjs/chunks/bundle-j2b4bxU3.js.map +1 -0
- package/cjs/chunks/{bundle-vN6Le9sy.js → bundle-j5InjWst.js} +1 -1
- package/cjs/chunks/bundle-j5InjWst.js.map +1 -0
- package/cjs/chunks/{bundle-Zjbgztcu.js → bundle-jI4fSOuZ.js} +1 -1
- package/cjs/chunks/bundle-jI4fSOuZ.js.map +1 -0
- package/cjs/chunks/{bundle-dRMOPP7T.js → bundle-jjYDBqPB.js} +4 -4
- package/cjs/chunks/{bundle-dRMOPP7T.js.map → bundle-jjYDBqPB.js.map} +1 -1
- package/cjs/chunks/{bundle-Pp2hAi9g.js → bundle-l9rAnwws.js} +1 -1
- package/cjs/chunks/bundle-l9rAnwws.js.map +1 -0
- package/cjs/chunks/{bundle-mCVRGUkl.js → bundle-lVg2xbe0.js} +2 -2
- package/cjs/chunks/bundle-lVg2xbe0.js.map +1 -0
- package/cjs/chunks/{bundle--ygAOWyl.js → bundle-lZm_4ToV.js} +3 -3
- package/cjs/chunks/bundle-lZm_4ToV.js.map +1 -0
- package/cjs/chunks/{bundle-Mku2L7HX.js → bundle-lqO2HtRG.js} +6 -6
- package/cjs/chunks/bundle-lqO2HtRG.js.map +1 -0
- package/cjs/chunks/{bundle-v-iEVf7X.js → bundle-nZsWuDxZ.js} +4 -4
- package/cjs/chunks/{bundle-v-iEVf7X.js.map → bundle-nZsWuDxZ.js.map} +1 -1
- package/cjs/chunks/{bundle-oMHrTlRN.js → bundle-oK2GZVsW.js} +3 -3
- package/cjs/chunks/bundle-oK2GZVsW.js.map +1 -0
- package/cjs/chunks/{bundle-83aDMaJz.js → bundle-pNPHZO_X.js} +5 -5
- package/cjs/chunks/bundle-pNPHZO_X.js.map +1 -0
- package/cjs/chunks/{bundle-7qCJ1BsN.js → bundle-qlTSWGy9.js} +5 -5
- package/cjs/chunks/bundle-qlTSWGy9.js.map +1 -0
- package/cjs/chunks/{bundle-AN2XvUtp.js → bundle-rGIlrKQw.js} +1 -1
- package/cjs/chunks/bundle-rGIlrKQw.js.map +1 -0
- package/cjs/chunks/{bundle-w450_AIz.js → bundle-tCIy9Pcv.js} +14 -14
- package/cjs/chunks/{bundle-w450_AIz.js.map → bundle-tCIy9Pcv.js.map} +1 -1
- package/cjs/chunks/{bundle-smspHY3g.js → bundle-uQ09rpIX.js} +10 -10
- package/cjs/chunks/bundle-uQ09rpIX.js.map +1 -0
- package/cjs/chunks/{bundle-40a4LzCe.js → bundle-v-P7N839.js} +3 -3
- package/cjs/chunks/bundle-v-P7N839.js.map +1 -0
- package/cjs/chunks/{bundle-4_qnUKIC.js → bundle-v6rdnF1q.js} +1 -1
- package/cjs/chunks/bundle-v6rdnF1q.js.map +1 -0
- package/cjs/chunks/{bundle-HxNp6IgG.js → bundle-vDdmiX8M.js} +10 -10
- package/cjs/chunks/{bundle-HxNp6IgG.js.map → bundle-vDdmiX8M.js.map} +1 -1
- package/cjs/chunks/{bundle-Sp0Vzjeq.js → bundle-w1sEa7O0.js} +1 -1
- package/cjs/chunks/bundle-w1sEa7O0.js.map +1 -0
- package/cjs/chunks/{bundle-szNiJOoj.js → bundle-xn7dyz1d.js} +3 -3
- package/cjs/chunks/bundle-xn7dyz1d.js.map +1 -0
- package/cjs/chunks/{bundle-31Znhf75.js → bundle-y0sGF4RD.js} +6 -6
- package/cjs/chunks/bundle-y0sGF4RD.js.map +1 -0
- package/cjs/chunks/{bundle-98I9HrXW.js → bundle-yyOx7Krk.js} +4 -4
- package/cjs/chunks/bundle-yyOx7Krk.js.map +1 -0
- package/cjs/chunks/{bundle-jL6J2ZGE.js → bundle-yzN-MQRB.js} +1 -1
- package/cjs/chunks/bundle-yzN-MQRB.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +78 -78
- 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 +6 -6
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +16 -16
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +15 -15
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +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/MentionLabel.js +13 -13
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +34 -34
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +10 -10
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +14 -14
- package/cjs/ui/MessageSearchItem.js +11 -11
- package/cjs/ui/MessageStatus.js +12 -12
- 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 +16 -16
- 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 +18 -18
- package/cjs/ui/OpenchannelOGMessage.js +20 -20
- package/cjs/ui/OpenchannelThumbnailMessage.js +17 -17
- package/cjs/ui/OpenchannelUserMessage.js +18 -18
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -16
- package/cjs/ui/ThreadReplies.js +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 +13 -13
- 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 +13 -13
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +78 -78
- package/package.json +1 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/VoiceMessageProvider.d.ts +1 -2
- package/types/lib/utils/uikitConfigStorage.d.ts +4 -0
- 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 +6 -6
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +16 -16
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +15 -15
- package/ui/Icon.js +2 -2
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +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/MentionLabel.js +13 -13
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +34 -34
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +10 -10
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +14 -14
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +12 -12
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +16 -16
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +18 -18
- package/ui/OpenchannelOGMessage.js +20 -20
- package/ui/OpenchannelThumbnailMessage.js +17 -17
- package/ui/OpenchannelUserMessage.js +18 -18
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -16
- package/ui/ThreadReplies.js +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 +13 -13
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +13 -13
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle--QWYYsI7.js.map +0 -1
- package/chunks/bundle--XsvJ3hU.js.map +0 -1
- package/chunks/bundle--rPLqx46.js.map +0 -1
- package/chunks/bundle-2atU-KVo.js.map +0 -1
- package/chunks/bundle-3DH6zZHH.js.map +0 -1
- package/chunks/bundle-3f1my2Ir.js.map +0 -1
- package/chunks/bundle-5FiMKfdx.js.map +0 -1
- package/chunks/bundle-67KZd0Wh.js.map +0 -1
- package/chunks/bundle-7128atOc.js.map +0 -1
- package/chunks/bundle-7cTKRmbK.js.map +0 -1
- package/chunks/bundle-7h36Ded4.js.map +0 -1
- package/chunks/bundle-7nI0MJOs.js.map +0 -1
- package/chunks/bundle-8PbcZ5aj.js.map +0 -1
- package/chunks/bundle-9vFMqSQw.js.map +0 -1
- package/chunks/bundle-BvxbprFR.js.map +0 -1
- package/chunks/bundle-DDOXEDJp.js.map +0 -1
- package/chunks/bundle-F-lMyjp-.js.map +0 -1
- package/chunks/bundle-FVeeTX_F.js.map +0 -1
- package/chunks/bundle-J-eeHkE5.js.map +0 -1
- package/chunks/bundle-JlL_734C.js.map +0 -1
- package/chunks/bundle-KUOX5P0q.js.map +0 -1
- package/chunks/bundle-Lgn5J-2T.js.map +0 -1
- package/chunks/bundle-MYBkZ28K.js.map +0 -1
- package/chunks/bundle-OZuyNhMv.js.map +0 -1
- package/chunks/bundle-Omjc0GuQ.js.map +0 -1
- package/chunks/bundle-Rik09YnB.js.map +0 -1
- package/chunks/bundle-RjOfwRD9.js.map +0 -1
- package/chunks/bundle-TPqzf5St.js.map +0 -1
- package/chunks/bundle-UXAf5PuY.js.map +0 -1
- package/chunks/bundle-VC1JO5-p.js.map +0 -1
- package/chunks/bundle-VhCdB2-c.js.map +0 -1
- package/chunks/bundle-XL-KBWqW.js.map +0 -1
- package/chunks/bundle-XekDAFCE.js.map +0 -1
- package/chunks/bundle-ZfA8OpRJ.js.map +0 -1
- package/chunks/bundle-_IIBqN54.js.map +0 -1
- package/chunks/bundle-cqMRshaU.js.map +0 -1
- package/chunks/bundle-etzT3I0G.js.map +0 -1
- package/chunks/bundle-jOlYtsGu.js.map +0 -1
- package/chunks/bundle-mGum5Avu.js.map +0 -1
- package/chunks/bundle-mN_8ZHp6.js.map +0 -1
- package/chunks/bundle-mPXz1Hjl.js.map +0 -1
- package/chunks/bundle-nrzV0hwh.js.map +0 -1
- package/chunks/bundle-oesAmMyD.js.map +0 -1
- package/chunks/bundle-opleCLJP.js.map +0 -1
- package/chunks/bundle-pSagaLQn.js.map +0 -1
- package/chunks/bundle-r8uICiMq.js.map +0 -1
- package/chunks/bundle-rwD6SAkU.js.map +0 -1
- package/chunks/bundle-wbu1BRph.js.map +0 -1
- package/chunks/bundle-xHxKphkV.js.map +0 -1
- package/chunks/bundle-yGuAYhYN.js.map +0 -1
- package/chunks/bundle-zdgdWVyn.js.map +0 -1
- package/cjs/chunks/bundle--ygAOWyl.js.map +0 -1
- package/cjs/chunks/bundle-1Kqo8Utk.js.map +0 -1
- package/cjs/chunks/bundle-1q18oFrr.js.map +0 -1
- package/cjs/chunks/bundle-31Znhf75.js.map +0 -1
- package/cjs/chunks/bundle-3my94NZb.js.map +0 -1
- package/cjs/chunks/bundle-40a4LzCe.js.map +0 -1
- package/cjs/chunks/bundle-4_qnUKIC.js.map +0 -1
- package/cjs/chunks/bundle-7hPt-3N9.js.map +0 -1
- package/cjs/chunks/bundle-7qCJ1BsN.js.map +0 -1
- package/cjs/chunks/bundle-83aDMaJz.js.map +0 -1
- package/cjs/chunks/bundle-8jmUxywc.js.map +0 -1
- package/cjs/chunks/bundle-98I9HrXW.js.map +0 -1
- package/cjs/chunks/bundle-9G4y8IUf.js.map +0 -1
- package/cjs/chunks/bundle-AN2XvUtp.js.map +0 -1
- package/cjs/chunks/bundle-B3exQvX0.js.map +0 -1
- package/cjs/chunks/bundle-ECik2x9q.js.map +0 -1
- package/cjs/chunks/bundle-G3wIPH8m.js.map +0 -1
- package/cjs/chunks/bundle-G8VoSPnT.js.map +0 -1
- package/cjs/chunks/bundle-I85dteYT.js.map +0 -1
- package/cjs/chunks/bundle-KLiWyyBv.js.map +0 -1
- package/cjs/chunks/bundle-L-INlcEY.js.map +0 -1
- package/cjs/chunks/bundle-L6Jk8Ayi.js.map +0 -1
- package/cjs/chunks/bundle-MRTWQD0M.js.map +0 -1
- package/cjs/chunks/bundle-Mku2L7HX.js.map +0 -1
- package/cjs/chunks/bundle-NO9KjD6-.js.map +0 -1
- package/cjs/chunks/bundle-Pp2hAi9g.js.map +0 -1
- package/cjs/chunks/bundle-PzNWj1Ya.js.map +0 -1
- package/cjs/chunks/bundle-RjWuJw-3.js.map +0 -1
- package/cjs/chunks/bundle-SY2qr3yT.js.map +0 -1
- package/cjs/chunks/bundle-Sp0Vzjeq.js.map +0 -1
- package/cjs/chunks/bundle-TEAixAXm.js.map +0 -1
- package/cjs/chunks/bundle-U81js22j.js.map +0 -1
- package/cjs/chunks/bundle-VSxKlJiY.js.map +0 -1
- package/cjs/chunks/bundle-WnDkk4j0.js.map +0 -1
- package/cjs/chunks/bundle-Zjbgztcu.js.map +0 -1
- package/cjs/chunks/bundle-_BACdERA.js.map +0 -1
- package/cjs/chunks/bundle-aMzX7VhJ.js.map +0 -1
- package/cjs/chunks/bundle-ac8CNkHD.js.map +0 -1
- package/cjs/chunks/bundle-cjPeUrcf.js.map +0 -1
- package/cjs/chunks/bundle-gKfBWs5Z.js.map +0 -1
- package/cjs/chunks/bundle-h40wCyHM.js.map +0 -1
- package/cjs/chunks/bundle-hlXVvUFU.js.map +0 -1
- package/cjs/chunks/bundle-jL6J2ZGE.js.map +0 -1
- package/cjs/chunks/bundle-kp4rHxFj.js.map +0 -1
- package/cjs/chunks/bundle-l18lIHqV.js.map +0 -1
- package/cjs/chunks/bundle-mCVRGUkl.js.map +0 -1
- package/cjs/chunks/bundle-mPK9VGR0.js.map +0 -1
- package/cjs/chunks/bundle-mYCCMkSO.js.map +0 -1
- package/cjs/chunks/bundle-nFCXCRnQ.js.map +0 -1
- package/cjs/chunks/bundle-naQEIYGP.js.map +0 -1
- package/cjs/chunks/bundle-oMHrTlRN.js.map +0 -1
- package/cjs/chunks/bundle-pnCKgq1p.js.map +0 -1
- package/cjs/chunks/bundle-smspHY3g.js.map +0 -1
- package/cjs/chunks/bundle-szNiJOoj.js.map +0 -1
- package/cjs/chunks/bundle-tlScTb1q.js.map +0 -1
- package/cjs/chunks/bundle-vN6Le9sy.js.map +0 -1
- package/cjs/chunks/bundle-vx2itBKI.js.map +0 -1
- package/cjs/chunks/bundle-wVlRBt78.js.map +0 -1
- package/cjs/chunks/bundle-x15u4MXa.js.map +0 -1
- package/cjs/chunks/bundle-y9eM9Vz6.js.map +0 -1
- package/cjs/chunks/bundle-zC9tSqim.js.map +0 -1
- package/cjs/chunks/bundle-zKwOBTKD.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-RFQg3r1K.js","sources":["../../node_modules/date-fns/esm/isToday/index.js","../../node_modules/date-fns/esm/isSameYear/index.js","../../node_modules/date-fns/esm/isThisYear/index.js","../../node_modules/date-fns/esm/addDays/index.js","../../node_modules/date-fns/esm/subDays/index.js","../../node_modules/date-fns/esm/isYesterday/index.js"],"sourcesContent":["import isSameDay from \"../isSameDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isToday\n * @category Day Helpers\n * @summary Is the given date today?\n * @pure false\n *\n * @description\n * Is the given date today?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is today\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 6 October 14:00:00 today?\n * const result = isToday(new Date(2014, 9, 6, 14, 0))\n * //=> true\n */\nexport default function isToday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, Date.now());\n}","import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameYear\n * @category Year Helpers\n * @summary Are the given dates in the same year?\n *\n * @description\n * Are the given dates in the same year?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same year\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 2 September 2014 and 25 September 2014 in the same year?\n * const result = isSameYear(new Date(2014, 8, 2), new Date(2014, 8, 25))\n * //=> true\n */\nexport default function isSameYear(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeft = toDate(dirtyDateLeft);\n var dateRight = toDate(dirtyDateRight);\n return dateLeft.getFullYear() === dateRight.getFullYear();\n}","import isSameYear from \"../isSameYear/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isThisYear\n * @category Year Helpers\n * @summary Is the given date in the same year as the current date?\n * @pure false\n *\n * @description\n * Is the given date in the same year as the current date?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is in this year\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 25 September 2014, is 2 July 2014 in this year?\n * const result = isThisYear(new Date(2014, 6, 2))\n * //=> true\n */\nexport default function isThisYear(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameYear(dirtyDate, Date.now());\n}","import toInteger from \"../_lib/toInteger/index.js\";\nimport toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name addDays\n * @category Day Helpers\n * @summary Add the specified number of days to the given date.\n *\n * @description\n * Add the specified number of days to the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be added. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} - the new date with the days added\n * @throws {TypeError} - 2 arguments required\n *\n * @example\n * // Add 10 days to 1 September 2014:\n * const result = addDays(new Date(2014, 8, 1), 10)\n * //=> Thu Sep 11 2014 00:00:00\n */\nexport default function addDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var date = toDate(dirtyDate);\n var amount = toInteger(dirtyAmount);\n if (isNaN(amount)) {\n return new Date(NaN);\n }\n if (!amount) {\n // If 0 days, no-op to avoid changing times in the hour before end of DST\n return date;\n }\n date.setDate(date.getDate() + amount);\n return date;\n}","import addDays from \"../addDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\nimport toInteger from \"../_lib/toInteger/index.js\";\n/**\n * @name subDays\n * @category Day Helpers\n * @summary Subtract the specified number of days from the given date.\n *\n * @description\n * Subtract the specified number of days from the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be subtracted. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} the new date with the days subtracted\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Subtract 10 days from 1 September 2014:\n * const result = subDays(new Date(2014, 8, 1), 10)\n * //=> Fri Aug 22 2014 00:00:00\n */\nexport default function subDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var amount = toInteger(dirtyAmount);\n return addDays(dirtyDate, -amount);\n}","import isSameDay from \"../isSameDay/index.js\";\nimport subDays from \"../subDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isYesterday\n * @category Day Helpers\n * @summary Is the given date yesterday?\n * @pure false\n *\n * @description\n * Is the given date yesterday?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is yesterday\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 5 October 14:00:00 yesterday?\n * const result = isYesterday(new Date(2014, 9, 5, 14, 0))\n * //=> true\n */\nexport default function isYesterday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, subDays(Date.now(), 1));\n}"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE;AAC3C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC1C;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE;AAClE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,QAAQ,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;AACvC,EAAE,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC,CAAC;AACzC,EAAE,OAAO,QAAQ,CAAC,WAAW,EAAE,KAAK,SAAS,CAAC,WAAW,EAAE,CAAC;AAC5D;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,SAAS,EAAE;AAC9C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC3C;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE;AACrB,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH,EAAE,IAAI,CAAC,MAAM,EAAE;AACf;AACA,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,CAAC;AACxC,EAAE,OAAO,IAAI,CAAC;AACd;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,OAAO,OAAO,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;AACrC;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,WAAW,CAAC,SAAS,EAAE;AAC/C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;AACtD;;;;","x_google_ignoreList":[0,1,2,3,4,5]}
|
|
@@ -73,4 +73,4 @@ var MediaQueryProvider = function (props) {
|
|
|
73
73
|
var useMediaQueryContext = function () { return React__default.useContext(MediaQueryContext); };
|
|
74
74
|
|
|
75
75
|
export { MediaQueryProvider as M, useMediaQueryContext as u };
|
|
76
|
-
//# sourceMappingURL=bundle-
|
|
76
|
+
//# sourceMappingURL=bundle-R_8mFuwU.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-R_8mFuwU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-S3i59_HU.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-hwjo__1w.js';
|
|
3
|
+
import './bundle-s7Jm-nQL.js';
|
|
4
|
+
import './bundle-YcH_HSha.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-QDjzCG-h.js';
|
|
7
|
+
import { g as getModalDeleteMessageTitle } from './bundle-HIwSRGfa.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-TWhlUSzV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-TWhlUSzV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ThaFnyA3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-VTgol5b8.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-YcH_HSha.js';
|
|
7
|
+
import { u as useLocalization } from './bundle-QDjzCG-h.js';
|
|
8
|
+
import { h as VOICE_RECORDER_CLICK_BUFFER_TIME, g as VOICE_RECORDER_DEFAULT_MIN } from './bundle-42MD-_6f.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-VeP4ZGTy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-VeP4ZGTy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-s7Jm-nQL.js';
|
|
2
2
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
3
3
|
|
|
4
4
|
var scrollToRenderedMessage = function (scrollRef, initialTimeStamp, setIsScrolled) {
|
|
@@ -120,4 +120,4 @@ var isAboutSame = function (a, b, px) {
|
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
export { scrollToRenderedMessage as a, isDisabledBecauseFrozen as b, isDisabledBecauseMuted as c, getNicknamesMapFromMembers as d, getAllEmojisMapFromEmojiContainer as g, isAboutSame as i, mergeAndSortMessages as m, passUnsuccessfullMessages as p, scrollIntoLast as s };
|
|
123
|
-
//# sourceMappingURL=bundle-
|
|
123
|
+
//# sourceMappingURL=bundle-W5PUqymk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-W5PUqymk.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-YcH_HSha.js';
|
|
2
2
|
|
|
3
3
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
4
4
|
var _a;
|
|
@@ -22,4 +22,4 @@ var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { getChannelTitle as g };
|
|
25
|
-
//# sourceMappingURL=bundle-
|
|
25
|
+
//# sourceMappingURL=bundle-WJ0Rx9Vt.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-WJ0Rx9Vt.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-hwjo__1w.js';
|
|
3
|
+
import './bundle-s7Jm-nQL.js';
|
|
4
|
+
import './bundle-YcH_HSha.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-QDjzCG-h.js';
|
|
7
7
|
import { useThreadContext } from '../Thread/context.js';
|
|
8
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
8
|
+
import { g as getModalDeleteMessageTitle } from './bundle-HIwSRGfa.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-WJbfhl8B.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-WJbfhl8B.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
3
3
|
import { TypingIndicator } from '../GroupChannel/components/TypingIndicator.js';
|
|
4
|
-
import { T as TypingIndicatorType } from './bundle-
|
|
4
|
+
import { T as TypingIndicatorType } from './bundle-VTgol5b8.js';
|
|
5
5
|
import ConnectionStatus from '../ui/ConnectionStatus.js';
|
|
6
6
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
7
7
|
|
|
@@ -40,4 +40,4 @@ var GroupChannelUIView = function (props) {
|
|
|
40
40
|
};
|
|
41
41
|
|
|
42
42
|
export { GroupChannelUIView as G };
|
|
43
|
-
//# sourceMappingURL=bundle-
|
|
43
|
+
//# sourceMappingURL=bundle-WkSXViPf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-WkSXViPf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback, useEffect, useContext, useMemo, useReducer } from 'react';
|
|
2
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { p as pubSubTopics } from './bundle-29ZwEQCB.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { _ as __assign, c as __spreadArray } from './bundle-
|
|
4
|
+
import { _ as __assign, c as __spreadArray } from './bundle-s7Jm-nQL.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelListFetchingStatus;
|
|
7
7
|
(function (OpenChannelListFetchingStatus) {
|
|
@@ -352,4 +352,4 @@ var OpenChannelListProvider$1 = {
|
|
|
352
352
|
};
|
|
353
353
|
|
|
354
354
|
export { OpenChannelListProvider as O, OpenChannelListFetchingStatus as a, OpenChannelListActionTypes$1 as b, OpenChannelListProvider$1 as c, useOpenChannelListContext as u };
|
|
355
|
-
//# sourceMappingURL=bundle-
|
|
355
|
+
//# sourceMappingURL=bundle-XC9KBi8e.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-XC9KBi8e.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-YK6gNh-t.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -34,4 +34,4 @@ var CreateChannelProvider = function (props) {
|
|
|
34
34
|
var useCreateChannelContext = function () { return (React__default.useContext(CreateChannelContext)); };
|
|
35
35
|
|
|
36
36
|
export { CreateChannelProvider as C, CHANNEL_TYPE as a, useCreateChannelContext as u };
|
|
37
|
-
//# sourceMappingURL=bundle-
|
|
37
|
+
//# sourceMappingURL=bundle-Yc91ktUe.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Yc91ktUe.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-s7Jm-nQL.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { g as getStringSet } from './bundle-
|
|
3
|
+
import { g as getStringSet } from './bundle-FS7VoABk.js';
|
|
4
4
|
|
|
5
5
|
var Typography = {
|
|
6
6
|
H_1: 'H_1',
|
|
@@ -77,4 +77,4 @@ var LabelColors = Colors;
|
|
|
77
77
|
var LabelStringSet = getStringSet('en');
|
|
78
78
|
|
|
79
79
|
export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
|
|
80
|
-
//# sourceMappingURL=bundle-
|
|
80
|
+
//# sourceMappingURL=bundle-YcH_HSha.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-YcH_HSha.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
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-YcH_HSha.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-JVFq7QiY.js';
|
|
5
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-QDjzCG-h.js';
|
|
6
|
+
import { u as uuidv4 } from './bundle-mXxUWu6C.js';
|
|
7
7
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
8
|
-
import { M as MessageInputKeys } from './bundle-
|
|
9
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
8
|
+
import { M as MessageInputKeys } from './bundle-iRd3nywJ.js';
|
|
9
|
+
import { a as __awaiter, b as __generator } from './bundle-s7Jm-nQL.js';
|
|
10
10
|
|
|
11
11
|
var MAX_USER_MENTION_COUNT = 10;
|
|
12
12
|
var MAX_USER_SUGGESTION_COUNT = 15;
|
|
@@ -176,4 +176,4 @@ var SuggestedMentionListView = function (props) {
|
|
|
176
176
|
};
|
|
177
177
|
|
|
178
178
|
export { MAX_USER_MENTION_COUNT as M, SuggestedMentionListView as S, MAX_USER_SUGGESTION_COUNT as a };
|
|
179
|
-
//# sourceMappingURL=bundle-
|
|
179
|
+
//# sourceMappingURL=bundle-ZOw_iEjI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-ZOw_iEjI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-
|
|
1
|
+
import { d as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-42MD-_6f.js';
|
|
2
2
|
import { WavHeader as ut, Mp3Encoder as ht } from '../lame.all.js';
|
|
3
3
|
|
|
4
4
|
// Thanks to https://codesandbox.io/s/media-recorder-api-downsampling-16k-mp3-encode-using-lame-js-forked-n1pblw
|
|
@@ -122,4 +122,4 @@ function bufferToWav(abuffer, len) {
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
export { downsampleToWav, encodeMp3 };
|
|
125
|
-
//# sourceMappingURL=bundle-
|
|
125
|
+
//# sourceMappingURL=bundle-ZrmeY8rp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-ZrmeY8rp.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-s7Jm-nQL.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect, useRef, useCallback } from 'react';
|
|
3
3
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
4
4
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
import IconButton from '../ui/IconButton.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
8
|
-
import { L as LocalizationContext } from './bundle-
|
|
9
|
-
import { a as UserProfileContext } from './bundle-
|
|
10
|
-
import './bundle-
|
|
11
|
-
import { A as Avatar } from './bundle-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-YcH_HSha.js';
|
|
8
|
+
import { L as LocalizationContext } from './bundle-QDjzCG-h.js';
|
|
9
|
+
import { a as UserProfileContext } from './bundle-7-k9ar1S.js';
|
|
10
|
+
import './bundle-laqNvtHc.js';
|
|
11
|
+
import { A as Avatar } from './bundle-JVFq7QiY.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './bundle-
|
|
13
|
+
import './bundle-R_8mFuwU.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-hwjo__1w.js';
|
|
19
19
|
import UserListItem$1 from '../ui/UserListItem.js';
|
|
20
|
-
import { n as noop } from './bundle-
|
|
20
|
+
import { n as noop } from './bundle-CBZRgcMe.js';
|
|
21
21
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
22
22
|
|
|
23
23
|
function ParticipantsModal(_a) {
|
|
@@ -232,4 +232,4 @@ function ParticipantList(_a) {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
export { ParticipantList as P, UserListItem as U };
|
|
235
|
-
//# sourceMappingURL=bundle-
|
|
235
|
+
//# sourceMappingURL=bundle-_jLAjElr.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-_jLAjElr.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-s7Jm-nQL.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-jnJfrZ-B.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 = {
|
|
@@ -668,4 +668,4 @@ var isSendableMessage = function (message) {
|
|
|
668
668
|
};
|
|
669
669
|
|
|
670
670
|
export { isGif as A, convertWordToStringObj as B, isAudio as C, isVoiceMessageMimeType as D, isSentStatus as E, arrayEqual as F, getMimeTypesUIKitAccepts as G, isImageMessage as H, isImageFileInfo as I, isAudioMessage as J, isOGMessage as K, isTextMessage as L, isThreadMessage as M, getEmojiUrl as N, isReactedBy as O, getEmojiTooltipString as P, getEmojiMapAll as Q, filterChannelListParams as R, StringObjType as S, getChannelsWithUpsertedChannel as T, UIKitMessageTypes as U, filterMessageListParams as V, isTextuallyNull as W, 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 };
|
|
671
|
-
//# sourceMappingURL=bundle-
|
|
671
|
+
//# sourceMappingURL=bundle-aAXpX7Sl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-aAXpX7Sl.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useRef, useLayoutEffect } from 'react';
|
|
2
|
-
import { c as SCROLL_BUFFER } from './bundle-
|
|
3
|
-
import { i as isAboutSame } from './bundle-
|
|
2
|
+
import { c as SCROLL_BUFFER } from './bundle-42MD-_6f.js';
|
|
3
|
+
import { i as isAboutSame } from './bundle-W5PUqymk.js';
|
|
4
4
|
import { usePreservedCallback } from '@sendbird/uikit-tools';
|
|
5
|
-
import { u as useThrottleCallback, t as throttle } from './bundle-
|
|
5
|
+
import { u as useThrottleCallback, t as throttle } from './bundle-hTd1NizA.js';
|
|
6
6
|
|
|
7
7
|
var BUFFER_DELAY = 100;
|
|
8
8
|
function useOnScrollPositionChangeDetector(params) {
|
|
@@ -54,4 +54,4 @@ function useOnScrollPositionChangeDetectorWithRef(scrollRef, params) {
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
export { useOnScrollPositionChangeDetectorWithRef as a, useOnScrollPositionChangeDetector as u };
|
|
57
|
-
//# sourceMappingURL=bundle-
|
|
57
|
+
//# sourceMappingURL=bundle-aU9DrOs1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-aU9DrOs1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -54,4 +54,4 @@ var channelActions = /*#__PURE__*/Object.freeze({
|
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
export { FETCH_INITIAL_MESSAGES_START as F, MESSAGE_LIST_PARAMS_CHANGED as M, ON_MESSAGE_RECEIVED as O, RESET_MESSAGES as R, SEND_MESSAGE_START as S, FETCH_INITIAL_MESSAGES_SUCCESS as a, FETCH_INITIAL_MESSAGES_FAILURE as b, FETCH_PREV_MESSAGES_SUCCESS as c, FETCH_NEXT_MESSAGES_SUCCESS as d, FETCH_PREV_MESSAGES_FAILURE as e, FETCH_NEXT_MESSAGES_FAILURE as f, SEND_MESSAGE_SUCCESS as g, SEND_MESSAGE_FAILURE as h, SET_CURRENT_CHANNEL as i, SET_CHANNEL_INVALID as j, ON_MESSAGE_UPDATED as k, ON_MESSAGE_THREAD_INFO_UPDATED as l, RESEND_MESSAGE_START as m, MARK_AS_READ as n, ON_MESSAGE_DELETED as o, ON_MESSAGE_DELETED_BY_REQ_ID as p, SET_EMOJI_CONTAINER as q, ON_REACTION_UPDATED as r, ON_FILE_INFO_UPLOADED as s, ON_TYPING_STATUS_UPDATED as t, channelActions as u };
|
|
57
|
-
//# sourceMappingURL=bundle-
|
|
57
|
+
//# sourceMappingURL=bundle-ammXYCNc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ammXYCNc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { c as __spreadArray, _ as __assign } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-s7Jm-nQL.js';
|
|
2
2
|
import React__default, { useState, useEffect, useRef, useLayoutEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-lS2bdzD_.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-QDjzCG-h.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT, S as SuggestedMentionListView } from './bundle-
|
|
7
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-
|
|
6
|
+
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT, S as SuggestedMentionListView } from './bundle-ZOw_iEjI.js';
|
|
7
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-5qVfPYXm.js';
|
|
8
8
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
9
|
-
import { w as getClassName, g as getSuggestedReplies } from './bundle-
|
|
9
|
+
import { w as getClassName, g as getSuggestedReplies } from './bundle-aAXpX7Sl.js';
|
|
10
10
|
import DateSeparator from '../ui/DateSeparator.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-YcH_HSha.js';
|
|
12
12
|
import MessageInput from '../ui/MessageInput.js';
|
|
13
|
-
import { M as MessageInputKeys } from './bundle-
|
|
13
|
+
import { M as MessageInputKeys } from './bundle-iRd3nywJ.js';
|
|
14
14
|
import MessageContent from '../ui/MessageContent.js';
|
|
15
15
|
import { SuggestedReplies } from '../GroupChannel/components/SuggestedReplies.js';
|
|
16
16
|
|
|
@@ -234,4 +234,4 @@ var MessageView = function (props) {
|
|
|
234
234
|
};
|
|
235
235
|
|
|
236
236
|
export { MessageView as M };
|
|
237
|
-
//# sourceMappingURL=bundle-
|
|
237
|
+
//# sourceMappingURL=bundle-bXxgZ3h3.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-bXxgZ3h3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
|
-
import { l as isUserMessage, q as isSentMessage, u as isFailedMessage, v as isPendingMessage, b as isFileMessage, i as isVoiceMessage, M as isThreadMessage, x as copyToClipboard, y as getEmojiListAll } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
+
import { l as isUserMessage, q as isSentMessage, u as isFailedMessage, v as isPendingMessage, b as isFileMessage, i as isVoiceMessage, M as isThreadMessage, x as copyToClipboard, y as getEmojiListAll } from './bundle-aAXpX7Sl.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-QDjzCG-h.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-YcH_HSha.js';
|
|
7
7
|
import BottomSheet from '../ui/BottomSheet.js';
|
|
8
8
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
9
9
|
import ReactionButton from '../ui/ReactionButton.js';
|
|
@@ -225,4 +225,4 @@ var MobileMenu = function (props) {
|
|
|
225
225
|
};
|
|
226
226
|
|
|
227
227
|
export { MobileMenu as M };
|
|
228
|
-
//# sourceMappingURL=bundle-
|
|
228
|
+
//# sourceMappingURL=bundle-c-m52z_J.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-c-m52z_J.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-dPtRdKjv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-s7Jm-nQL.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
3
|
+
import { S as SuggestedMentionListView } from './bundle-ZOw_iEjI.js';
|
|
4
4
|
import { useThreadContext } from '../Thread/context.js';
|
|
5
5
|
|
|
6
6
|
var SuggestedMentionList = function (props) {
|
|
@@ -9,4 +9,4 @@ var SuggestedMentionList = function (props) {
|
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export { SuggestedMentionList as S };
|
|
12
|
-
//# sourceMappingURL=bundle
|
|
12
|
+
//# sourceMappingURL=bundle-e_hMfMVC.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-e_hMfMVC.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-fIf1YwSi.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-s7Jm-nQL.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-fdlrWGps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-fdlrWGps.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
|
|
2
|
-
import { U as UserProfileProvider } from './bundle-
|
|
3
|
-
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-
|
|
4
|
-
import { c as compareIds } from './bundle-
|
|
5
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { U as UserProfileProvider } from './bundle-7-k9ar1S.js';
|
|
3
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-s7Jm-nQL.js';
|
|
4
|
+
import { c as compareIds } from './bundle-yMF6_bQS.js';
|
|
5
|
+
import { p as pubSubTopics } from './bundle-29ZwEQCB.js';
|
|
6
6
|
import { ChannelType } from '@sendbird/chat';
|
|
7
7
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
8
|
-
import { u as uuidv4 } from './bundle-
|
|
9
|
-
import { c as compressImages } from './bundle-
|
|
8
|
+
import { u as uuidv4 } from './bundle-mXxUWu6C.js';
|
|
9
|
+
import { c as compressImages } from './bundle-GMuoHJM5.js';
|
|
10
10
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
11
11
|
import { useGlobalModalContext } from '../hooks/useModal.js';
|
|
12
|
-
import { u as useLocalization } from './bundle-
|
|
13
|
-
import { O as ONE_MiB } from './bundle-
|
|
14
|
-
import { c as ModalFooter } from './bundle-
|
|
15
|
-
import './bundle-
|
|
12
|
+
import { u as useLocalization } from './bundle-QDjzCG-h.js';
|
|
13
|
+
import { O as ONE_MiB } from './bundle-42MD-_6f.js';
|
|
14
|
+
import { c as ModalFooter } from './bundle-hwjo__1w.js';
|
|
15
|
+
import './bundle-YcH_HSha.js';
|
|
16
16
|
import { ButtonTypes } from '../ui/Button.js';
|
|
17
17
|
|
|
18
18
|
var shouldFetchMore = function (messageLength, maxMessages) {
|
|
@@ -1362,4 +1362,4 @@ var OpenChannelProvider = function (props) {
|
|
|
1362
1362
|
var useOpenChannelContext = function () { return React__default.useContext(OpenChannelContext); };
|
|
1363
1363
|
|
|
1364
1364
|
export { OpenChannelProvider as O, kFormatter as k, useOpenChannelContext as u };
|
|
1365
|
-
//# sourceMappingURL=bundle-
|
|
1365
|
+
//# sourceMappingURL=bundle-gb0MSpDp.js.map
|