@sendbird/uikit-react 3.9.3-rc-0 → 3.9.3
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 +56 -56
- package/CHANGELOG.md +28 -0
- package/Channel/components/ChannelHeader.js +25 -25
- package/Channel/components/ChannelUI.js +50 -50
- package/Channel/components/FileViewer.js +24 -24
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +43 -43
- package/Channel/components/MessageInput.js +36 -36
- package/Channel/components/MessageList.js +45 -45
- package/Channel/components/RemoveMessageModal.js +23 -23
- package/Channel/components/SuggestedMentionList.js +23 -23
- package/Channel/components/TypingIndicator.js +19 -19
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +16 -16
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +50 -50
- package/ChannelList/components/AddChannel.js +18 -18
- package/ChannelList/components/ChannelListHeader.js +9 -9
- package/ChannelList/components/ChannelListUI.js +34 -34
- package/ChannelList/components/ChannelPreview.js +32 -32
- package/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +34 -34
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsUI.js +19 -19
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +17 -17
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +16 -16
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +19 -19
- 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 +12 -12
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +12 -12
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/MessageSearch/components/MessageSearchUI.js +15 -15
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +15 -15
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +19 -19
- package/OpenChannel/components/OpenChannelInput.js +26 -26
- package/OpenChannel/components/OpenChannelMessage.js +34 -34
- package/OpenChannel/components/OpenChannelMessageList.js +37 -37
- package/OpenChannel/components/OpenChannelUI.js +37 -37
- package/OpenChannel/context.js +18 -18
- package/OpenChannel.js +37 -37
- package/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +15 -15
- 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/README.md +24 -22
- package/SendbirdProvider.js +21 -17
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +40 -40
- package/Thread/components/ParentMessageInfoItem.js +28 -28
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +44 -44
- package/Thread/components/ThreadListItem.js +44 -44
- package/Thread/components/ThreadMessageInput.js +36 -36
- package/Thread/components/ThreadUI.js +48 -48
- package/Thread/context.js +13 -13
- package/Thread.js +48 -48
- 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-NKVaui__.js → bundle-0-7ScOR7.js} +10 -10
- package/chunks/{bundle-NKVaui__.js.map → bundle-0-7ScOR7.js.map} +1 -1
- package/chunks/{bundle-c9lGdHcW.js → bundle-21p8ODP_.js} +16 -13
- package/chunks/{bundle-c9lGdHcW.js.map → bundle-21p8ODP_.js.map} +1 -1
- package/chunks/{bundle-grwjdnuR.js → bundle-2axFKCIx.js} +1 -1
- package/chunks/bundle-2axFKCIx.js.map +1 -0
- package/chunks/{bundle-gF9Zk7CT.js → bundle-4PBxOF7r.js} +4 -4
- package/chunks/bundle-4PBxOF7r.js.map +1 -0
- package/chunks/{bundle-ohZbnliW.js → bundle-79RbKDD4.js} +1 -1
- package/chunks/bundle-79RbKDD4.js.map +1 -0
- package/chunks/{bundle-ZhiMeChf.js → bundle-A36uZCDl.js} +1 -1
- package/chunks/bundle-A36uZCDl.js.map +1 -0
- package/chunks/{bundle-18sxXz96.js → bundle-DXjnvT3X.js} +2 -2
- package/chunks/bundle-DXjnvT3X.js.map +1 -0
- package/chunks/{bundle-izXEaAzu.js → bundle-EvZinAAd.js} +1 -1
- package/chunks/{bundle-izXEaAzu.js.map → bundle-EvZinAAd.js.map} +1 -1
- package/chunks/{bundle-442ZifHc.js → bundle-IHKKjTVb.js} +3 -3
- package/chunks/bundle-IHKKjTVb.js.map +1 -0
- package/chunks/{bundle-9rcM31fD.js → bundle-K0r8aWXg.js} +20 -14
- package/chunks/{bundle-9rcM31fD.js.map → bundle-K0r8aWXg.js.map} +1 -1
- package/chunks/{bundle--t8HI__x.js → bundle-KF1IhHsV.js} +1 -1
- package/chunks/bundle-KF1IhHsV.js.map +1 -0
- package/chunks/{bundle-wAk4n8_J.js → bundle-KVQUrA22.js} +6 -6
- package/chunks/bundle-KVQUrA22.js.map +1 -0
- package/chunks/{bundle--MiZG3Js.js → bundle-KjVIQqaY.js} +3 -3
- package/chunks/bundle-KjVIQqaY.js.map +1 -0
- package/chunks/{bundle-ZVc6IN6u.js → bundle-LFXAxMSp.js} +4 -4
- package/chunks/bundle-LFXAxMSp.js.map +1 -0
- package/chunks/{bundle-Gt-hdHTb.js → bundle-L_mUjiuK.js} +5 -5
- package/chunks/{bundle-Gt-hdHTb.js.map → bundle-L_mUjiuK.js.map} +1 -1
- package/chunks/{bundle-r9tWURLe.js → bundle-MtGjgUxA.js} +9 -9
- package/chunks/{bundle-r9tWURLe.js.map → bundle-MtGjgUxA.js.map} +1 -1
- package/chunks/{bundle-Nc3CgLMw.js → bundle-NZcldiSn.js} +3 -3
- package/chunks/{bundle-Nc3CgLMw.js.map → bundle-NZcldiSn.js.map} +1 -1
- package/chunks/{bundle-uZo9yT-4.js → bundle-OiOYIWNt.js} +19 -29
- package/chunks/{bundle-uZo9yT-4.js.map → bundle-OiOYIWNt.js.map} +1 -1
- package/chunks/{bundle-FpzNzZJe.js → bundle-PCj9QYWV.js} +2 -2
- package/chunks/bundle-PCj9QYWV.js.map +1 -0
- package/chunks/{bundle-L3wWojka.js → bundle-Pv7OUzJM.js} +3 -3
- package/chunks/{bundle-L3wWojka.js.map → bundle-Pv7OUzJM.js.map} +1 -1
- package/chunks/{bundle-UoyQlaRI.js → bundle-Q-3uYmLU.js} +1 -1
- package/chunks/bundle-Q-3uYmLU.js.map +1 -0
- package/chunks/{bundle-okm6lFGI.js → bundle-TSWaRDnP.js} +3 -12
- package/chunks/bundle-TSWaRDnP.js.map +1 -0
- package/chunks/{bundle-jAaenNES.js → bundle-W0Wz_roj.js} +3 -3
- package/chunks/{bundle-jAaenNES.js.map → bundle-W0Wz_roj.js.map} +1 -1
- package/chunks/{bundle-HoEu_6S5.js → bundle-XlrrUjEJ.js} +1 -1
- package/chunks/bundle-XlrrUjEJ.js.map +1 -0
- package/chunks/{bundle-Yw8SfpVI.js → bundle-Xp-L1BVs.js} +4 -4
- package/chunks/{bundle-Yw8SfpVI.js.map → bundle-Xp-L1BVs.js.map} +1 -1
- package/chunks/{bundle-lcNrWbsV.js → bundle-YknGoAU3.js} +2 -2
- package/chunks/{bundle-lcNrWbsV.js.map → bundle-YknGoAU3.js.map} +1 -1
- package/chunks/{bundle-jZN4I8YR.js → bundle-ZbGteG77.js} +1 -1
- package/chunks/bundle-ZbGteG77.js.map +1 -0
- package/chunks/{bundle-BeVTS3Bd.js → bundle-Zzg_Wc7p.js} +8 -8
- package/chunks/{bundle-BeVTS3Bd.js.map → bundle-Zzg_Wc7p.js.map} +1 -1
- package/chunks/{bundle-Eu9o4mDx.js → bundle-_nBy-aBx.js} +7 -7
- package/chunks/{bundle-Eu9o4mDx.js.map → bundle-_nBy-aBx.js.map} +1 -1
- package/chunks/{bundle-VS0auAdJ.js → bundle-amfimmWY.js} +1 -1
- package/chunks/bundle-amfimmWY.js.map +1 -0
- package/chunks/{bundle-39Q2USX9.js → bundle-f-bQSvmA.js} +1 -1
- package/chunks/bundle-f-bQSvmA.js.map +1 -0
- package/chunks/{bundle-bdchyPw2.js → bundle-fe2EF_iJ.js} +4 -4
- package/chunks/{bundle-bdchyPw2.js.map → bundle-fe2EF_iJ.js.map} +1 -1
- package/chunks/{bundle-cX8U_VhV.js → bundle-gdweDZjg.js} +1 -1
- package/chunks/bundle-gdweDZjg.js.map +1 -0
- package/chunks/{bundle-27GyiefI.js → bundle-hEvM6x_9.js} +1 -1
- package/chunks/bundle-hEvM6x_9.js.map +1 -0
- package/chunks/{bundle-cOTYyV89.js → bundle-hnbY99fx.js} +3 -3
- package/chunks/bundle-hnbY99fx.js.map +1 -0
- package/chunks/{bundle-0PyFB1mS.js → bundle-iGWTklyk.js} +1 -1
- package/chunks/bundle-iGWTklyk.js.map +1 -0
- package/chunks/{bundle-gRSst73Y.js → bundle-ior2BlUD.js} +1 -1
- package/chunks/bundle-ior2BlUD.js.map +1 -0
- package/chunks/{bundle-r_k_oOHy.js → bundle-j-DHjJge.js} +2 -2
- package/chunks/bundle-j-DHjJge.js.map +1 -0
- package/chunks/{bundle-F-7fIVr5.js → bundle-jJZAQH44.js} +60 -199
- package/chunks/bundle-jJZAQH44.js.map +1 -0
- package/chunks/{bundle-76TfTByX.js → bundle-joPrRU5E.js} +1 -1
- package/chunks/bundle-joPrRU5E.js.map +1 -0
- package/chunks/{bundle-mIzXbj76.js → bundle-jzsK-B6H.js} +8 -4
- package/chunks/{bundle-mIzXbj76.js.map → bundle-jzsK-B6H.js.map} +1 -1
- package/chunks/{bundle-7X4gNGSL.js → bundle-l9d09gzQ.js} +1 -1
- package/chunks/bundle-l9d09gzQ.js.map +1 -0
- package/chunks/{bundle-C4qp0Rjl.js → bundle-mO3J4SXS.js} +1 -1
- package/chunks/bundle-mO3J4SXS.js.map +1 -0
- package/chunks/{bundle-MCNLGc7G.js → bundle-mW5agIOj.js} +1 -1
- package/chunks/bundle-mW5agIOj.js.map +1 -0
- package/chunks/{bundle-Ulft7jAF.js → bundle-mxq273ll.js} +3 -3
- package/chunks/bundle-mxq273ll.js.map +1 -0
- package/chunks/{bundle-zZdwWoac.js → bundle-nyXhTs2k.js} +3 -3
- package/chunks/bundle-nyXhTs2k.js.map +1 -0
- package/chunks/{bundle-tlmDc6Lb.js → bundle-oaL-WZdX.js} +15 -15
- package/chunks/{bundle-tlmDc6Lb.js.map → bundle-oaL-WZdX.js.map} +1 -1
- package/chunks/{bundle-U_oG_Fli.js → bundle-olZmltOQ.js} +1 -1
- package/chunks/{bundle-U_oG_Fli.js.map → bundle-olZmltOQ.js.map} +1 -1
- package/chunks/{bundle-vEgsgkZU.js → bundle-q1M15U1p.js} +5 -5
- package/chunks/bundle-q1M15U1p.js.map +1 -0
- package/chunks/{bundle-QvPkmWeZ.js → bundle-qnTU06K7.js} +7 -7
- package/chunks/{bundle-QvPkmWeZ.js.map → bundle-qnTU06K7.js.map} +1 -1
- package/chunks/{bundle-zF2UEFCC.js → bundle-rcUMtSzr.js} +1 -1
- package/chunks/bundle-rcUMtSzr.js.map +1 -0
- package/chunks/{bundle-5MXMpsdy.js → bundle-t6JaUd1b.js} +1 -1
- package/chunks/{bundle-5MXMpsdy.js.map → bundle-t6JaUd1b.js.map} +1 -1
- package/chunks/{bundle-VMKYsVyS.js → bundle-uDxWy2vD.js} +4 -4
- package/chunks/{bundle-VMKYsVyS.js.map → bundle-uDxWy2vD.js.map} +1 -1
- package/chunks/{bundle-A7XbXTsq.js → bundle-uNgbgg3h.js} +1 -1
- package/chunks/bundle-uNgbgg3h.js.map +1 -0
- package/chunks/{bundle-uZ3cCjNz.js → bundle-v0nGdiTZ.js} +1 -1
- package/chunks/bundle-v0nGdiTZ.js.map +1 -0
- package/chunks/{bundle-op5reery.js → bundle-v7nqMv6h.js} +3 -3
- package/chunks/bundle-v7nqMv6h.js.map +1 -0
- package/chunks/{bundle-bSqchLGB.js → bundle-vAvSNdmj.js} +10 -32
- package/chunks/bundle-vAvSNdmj.js.map +1 -0
- package/chunks/{bundle-Lwkqzb0b.js → bundle-vVdAEhWk.js} +4 -4
- package/chunks/bundle-vVdAEhWk.js.map +1 -0
- package/chunks/{bundle-f3fJ8rol.js → bundle-wZlSE8gx.js} +4 -4
- package/chunks/{bundle-f3fJ8rol.js.map → bundle-wZlSE8gx.js.map} +1 -1
- package/chunks/{bundle-n_jRVaG_.js → bundle-yND4UFpN.js} +1 -1
- package/chunks/bundle-yND4UFpN.js.map +1 -0
- package/chunks/{bundle-gLilEEG5.js → bundle-yT-RH-aL.js} +2 -4
- package/chunks/bundle-yT-RH-aL.js.map +1 -0
- package/chunks/{bundle-QROPFDle.js → bundle-zL2GggA_.js} +5 -5
- package/chunks/{bundle-QROPFDle.js.map → bundle-zL2GggA_.js.map} +1 -1
- package/cjs/App.js +56 -56
- package/cjs/Channel/components/ChannelHeader.js +25 -25
- package/cjs/Channel/components/ChannelUI.js +50 -50
- package/cjs/Channel/components/FileViewer.js +24 -24
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +43 -43
- package/cjs/Channel/components/MessageInput.js +36 -36
- package/cjs/Channel/components/MessageList.js +45 -45
- package/cjs/Channel/components/RemoveMessageModal.js +23 -23
- package/cjs/Channel/components/SuggestedMentionList.js +23 -23
- package/cjs/Channel/components/TypingIndicator.js +19 -19
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +16 -16
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
- package/cjs/Channel.js +50 -50
- package/cjs/ChannelList/components/AddChannel.js +18 -18
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
- package/cjs/ChannelList/components/ChannelListUI.js +34 -34
- package/cjs/ChannelList/components/ChannelPreview.js +32 -32
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +34 -34
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +19 -19
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +17 -17
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +16 -16
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +19 -19
- 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 +12 -12
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +12 -12
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/MessageSearch/components/MessageSearchUI.js +15 -15
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +15 -15
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +19 -19
- package/cjs/OpenChannel/components/OpenChannelInput.js +26 -26
- package/cjs/OpenChannel/components/OpenChannelMessage.js +34 -34
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +37 -37
- package/cjs/OpenChannel/components/OpenChannelUI.js +37 -37
- package/cjs/OpenChannel/context.js +18 -18
- package/cjs/OpenChannel.js +37 -37
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +15 -15
- 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 +24 -20
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +40 -40
- package/cjs/Thread/components/ParentMessageInfoItem.js +28 -28
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +44 -44
- package/cjs/Thread/components/ThreadListItem.js +44 -44
- package/cjs/Thread/components/ThreadMessageInput.js +36 -36
- package/cjs/Thread/components/ThreadUI.js +48 -48
- package/cjs/Thread/context.js +13 -13
- package/cjs/Thread.js +48 -48
- 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-kt-dgPLv.js → bundle--EcmFAgY.js} +1 -1
- package/cjs/chunks/bundle--EcmFAgY.js.map +1 -0
- package/cjs/chunks/{bundle-zmeetFhM.js → bundle-4VdNtJoS.js} +3 -3
- package/cjs/chunks/bundle-4VdNtJoS.js.map +1 -0
- package/cjs/chunks/{bundle-4FAmtuEf.js → bundle-5MABXNJ2.js} +1 -1
- package/cjs/chunks/bundle-5MABXNJ2.js.map +1 -0
- package/cjs/chunks/{bundle-h5T4ARM_.js → bundle-5tXC271i.js} +1 -1
- package/cjs/chunks/bundle-5tXC271i.js.map +1 -0
- package/cjs/chunks/{bundle-TwEIwM-Y.js → bundle-5v9Bc23p.js} +3 -3
- package/cjs/chunks/bundle-5v9Bc23p.js.map +1 -0
- package/cjs/chunks/{bundle-6Hhs3UDZ.js → bundle-5x6xkP9v.js} +7 -7
- package/cjs/chunks/bundle-5x6xkP9v.js.map +1 -0
- package/cjs/chunks/{bundle-Q4iSGja9.js → bundle-69aUvlr0.js} +5 -5
- package/cjs/chunks/bundle-69aUvlr0.js.map +1 -0
- package/cjs/chunks/{bundle-H1aRxaUU.js → bundle-8xsZqXyY.js} +5 -5
- package/cjs/chunks/{bundle-6lzPsGGg.js.map → bundle-8xsZqXyY.js.map} +1 -1
- package/cjs/chunks/{bundle-VHEAcTWW.js → bundle-9XbbRH_M.js} +8 -8
- package/cjs/chunks/bundle-9XbbRH_M.js.map +1 -0
- package/cjs/chunks/{bundle-gIvO-8jr.js → bundle-AA3e_g5q.js} +5 -5
- package/cjs/chunks/{bundle-gIvO-8jr.js.map → bundle-AA3e_g5q.js.map} +1 -1
- package/cjs/chunks/{bundle-8HbTOCEj.js → bundle-BQTyUmzj.js} +1 -1
- package/cjs/chunks/bundle-BQTyUmzj.js.map +1 -0
- package/cjs/chunks/{bundle-XQp_z25X.js → bundle-BWHZlxBD.js} +1 -1
- package/cjs/chunks/bundle-BWHZlxBD.js.map +1 -0
- package/cjs/chunks/{bundle-6lzPsGGg.js → bundle-CUizz12L.js} +1 -1
- package/cjs/chunks/bundle-CUizz12L.js.map +1 -0
- package/cjs/chunks/{bundle-P9ECtUIg.js → bundle-CyWFkcBh.js} +1 -1
- package/cjs/chunks/bundle-CyWFkcBh.js.map +1 -0
- package/cjs/chunks/{bundle-MJ388liH.js → bundle-D0M3IH6J.js} +19 -29
- package/cjs/chunks/{bundle-MJ388liH.js.map → bundle-D0M3IH6J.js.map} +1 -1
- package/cjs/chunks/{bundle-A3_rgrPH.js → bundle-DaAowZN7.js} +3 -3
- package/cjs/chunks/{bundle-A3_rgrPH.js.map → bundle-DaAowZN7.js.map} +1 -1
- package/cjs/chunks/{bundle-X2ANxtXU.js → bundle-Doe4Xob7.js} +2 -2
- package/cjs/chunks/bundle-Doe4Xob7.js.map +1 -0
- package/cjs/chunks/{bundle--nSokLbs.js → bundle-E0v2C4b1.js} +4 -4
- package/cjs/chunks/{bundle--nSokLbs.js.map → bundle-E0v2C4b1.js.map} +1 -1
- package/cjs/chunks/{bundle-l_xY0NCi.js → bundle-EE-R19J8.js} +4 -4
- package/cjs/chunks/{bundle-l_xY0NCi.js.map → bundle-EE-R19J8.js.map} +1 -1
- package/cjs/chunks/{bundle-EBkO4aEF.js → bundle-ErBxWt-v.js} +1 -1
- package/cjs/chunks/bundle-ErBxWt-v.js.map +1 -0
- package/cjs/chunks/{bundle-anz1RDDi.js → bundle-F4Y7xmf1.js} +1 -1
- package/cjs/chunks/bundle-F4Y7xmf1.js.map +1 -0
- package/cjs/chunks/{bundle-mDmgt9SU.js → bundle-F74wrKkr.js} +5 -5
- package/cjs/chunks/bundle-F74wrKkr.js.map +1 -0
- package/cjs/chunks/{bundle-MNJyfl5n.js → bundle-GqhEUb4r.js} +4 -4
- package/cjs/chunks/{bundle-BfyJKMOR.js.map → bundle-GqhEUb4r.js.map} +1 -1
- package/cjs/chunks/{bundle-97AXZ3Aa.js → bundle-Guz_a7Pd.js} +60 -199
- package/cjs/chunks/bundle-Guz_a7Pd.js.map +1 -0
- package/cjs/chunks/{bundle-f1Y7sOmQ.js → bundle-Gz75GoMH.js} +1 -1
- package/cjs/chunks/bundle-Gz75GoMH.js.map +1 -0
- package/cjs/chunks/{bundle-MKIuQx71.js → bundle-KfrHCpUu.js} +1 -1
- package/cjs/chunks/bundle-KfrHCpUu.js.map +1 -0
- package/cjs/chunks/{bundle-O8LgB96u.js → bundle-L7Qg6fc_.js} +10 -32
- package/cjs/chunks/bundle-L7Qg6fc_.js.map +1 -0
- package/cjs/chunks/{bundle-IxlbhmKT.js → bundle-OauzEgdX.js} +1 -1
- package/cjs/chunks/bundle-OauzEgdX.js.map +1 -0
- package/cjs/chunks/{bundle-2qeSCHXk.js → bundle-P5uaoEp7.js} +6 -6
- package/cjs/chunks/bundle-P5uaoEp7.js.map +1 -0
- package/cjs/chunks/{bundle-fiT-psl1.js → bundle-R4oiSD0L.js} +1 -1
- package/cjs/chunks/bundle-R4oiSD0L.js.map +1 -0
- package/cjs/chunks/{bundle-RO-wWe36.js → bundle-T4vZ2tFS.js} +2 -2
- package/cjs/chunks/bundle-T4vZ2tFS.js.map +1 -0
- package/cjs/chunks/{bundle-83wda5U6.js → bundle-XyN4tk9V.js} +5 -5
- package/cjs/chunks/bundle-XyN4tk9V.js.map +1 -0
- package/cjs/chunks/{bundle-2i_5f8Bs.js → bundle-Z0z4XcoC.js} +1 -1
- package/cjs/chunks/bundle-Z0z4XcoC.js.map +1 -0
- package/cjs/chunks/{bundle-DVHlQYtd.js → bundle-Zhc5iYOj.js} +7 -7
- package/cjs/chunks/bundle-Zhc5iYOj.js.map +1 -0
- package/cjs/chunks/{bundle-QdmOJFI0.js → bundle-ZodVwNmU.js} +5 -5
- package/cjs/chunks/bundle-ZodVwNmU.js.map +1 -0
- package/cjs/chunks/{bundle-tbQlXoTS.js → bundle-_CS6i_H9.js} +16 -13
- package/cjs/chunks/bundle-_CS6i_H9.js.map +1 -0
- package/cjs/chunks/{bundle-2HKOrfvp.js → bundle-_c4Xia0x.js} +8 -4
- package/cjs/chunks/bundle-_c4Xia0x.js.map +1 -0
- package/cjs/chunks/{bundle-21PdO49k.js → bundle-aLBNZXTm.js} +3 -3
- package/cjs/chunks/bundle-aLBNZXTm.js.map +1 -0
- package/cjs/chunks/{bundle-B2URBvLa.js → bundle-agHXB3n2.js} +36 -30
- package/cjs/chunks/{bundle-B2URBvLa.js.map → bundle-agHXB3n2.js.map} +1 -1
- package/cjs/chunks/{bundle-wavkc3Kq.js → bundle-b7L7rtxl.js} +1 -1
- package/cjs/chunks/bundle-b7L7rtxl.js.map +1 -0
- package/cjs/chunks/{bundle-AWGM3boV.js → bundle-bXa0UWvD.js} +1 -1
- package/cjs/chunks/bundle-bXa0UWvD.js.map +1 -0
- package/cjs/chunks/{bundle-H4IfpZyd.js → bundle-cwoX1jzF.js} +1 -1
- package/cjs/chunks/bundle-cwoX1jzF.js.map +1 -0
- package/cjs/chunks/{bundle-Z_jxs6wq.js → bundle-f9YMFNAC.js} +2 -4
- package/cjs/chunks/bundle-f9YMFNAC.js.map +1 -0
- package/cjs/chunks/{bundle-A86YKdDD.js → bundle-fYGB5Ibr.js} +3 -12
- package/cjs/chunks/bundle-fYGB5Ibr.js.map +1 -0
- package/cjs/chunks/{bundle-obZkBbeC.js → bundle-j9zO3Qdj.js} +1 -1
- package/cjs/chunks/bundle-j9zO3Qdj.js.map +1 -0
- package/cjs/chunks/{bundle-9nTl8EO0.js → bundle-jOx4XDkO.js} +2 -2
- package/cjs/chunks/bundle-jOx4XDkO.js.map +1 -0
- package/cjs/chunks/{bundle-M_Oo35uA.js → bundle-ko9gtVkc.js} +15 -15
- package/cjs/chunks/bundle-ko9gtVkc.js.map +1 -0
- package/cjs/chunks/{bundle-dRs-FBcA.js → bundle-lDnBB9bN.js} +23 -23
- package/cjs/chunks/{bundle-dRs-FBcA.js.map → bundle-lDnBB9bN.js.map} +1 -1
- package/cjs/chunks/{bundle-BfyJKMOR.js → bundle-p-3ceZAU.js} +4 -4
- package/cjs/chunks/{bundle-MNJyfl5n.js.map → bundle-p-3ceZAU.js.map} +1 -1
- package/cjs/chunks/{bundle-Nn4mB-J9.js → bundle-pAGpMj4-.js} +9 -9
- package/cjs/chunks/{bundle-Nn4mB-J9.js.map → bundle-pAGpMj4-.js.map} +1 -1
- package/cjs/chunks/{bundle-2So6Wj07.js → bundle-rXVQ4vD5.js} +3 -3
- package/cjs/chunks/bundle-rXVQ4vD5.js.map +1 -0
- package/cjs/chunks/{bundle-AxqAqeY_.js → bundle-t3HW5lYr.js} +1 -1
- package/cjs/chunks/bundle-t3HW5lYr.js.map +1 -0
- package/cjs/chunks/{bundle-0IViyhgL.js → bundle-ur5aaH73.js} +1 -1
- package/cjs/chunks/bundle-ur5aaH73.js.map +1 -0
- package/cjs/chunks/{bundle-PfAFx9_e.js → bundle-wKifHXnJ.js} +1 -1
- package/cjs/chunks/bundle-wKifHXnJ.js.map +1 -0
- package/cjs/chunks/{bundle-sjXXbwtq.js → bundle-xKfD9-QM.js} +1 -1
- package/cjs/chunks/bundle-xKfD9-QM.js.map +1 -0
- package/cjs/chunks/{bundle-t25WVQ0m.js → bundle-xOGNakZW.js} +1 -1
- package/cjs/chunks/bundle-xOGNakZW.js.map +1 -0
- package/cjs/chunks/{bundle-u6wGl8M7.js → bundle-xunrnVEC.js} +2 -2
- package/cjs/chunks/bundle-xunrnVEC.js.map +1 -0
- package/cjs/chunks/{bundle-U3sSR19H.js → bundle-yDmAxC7s.js} +1 -1
- package/cjs/chunks/bundle-yDmAxC7s.js.map +1 -0
- package/cjs/chunks/{bundle-enOQn3TL.js → bundle-yTBDgBVp.js} +4 -4
- package/cjs/chunks/bundle-yTBDgBVp.js.map +1 -0
- package/cjs/chunks/{bundle-RHjpe1Wn.js → bundle-ymVHfRPV.js} +3 -3
- package/cjs/chunks/bundle-ymVHfRPV.js.map +1 -0
- package/cjs/chunks/{bundle-TYNh0h44.js → bundle-yqb-T4DB.js} +4 -4
- package/cjs/chunks/bundle-yqb-T4DB.js.map +1 -0
- package/cjs/chunks/{bundle-dVgvU85H.js → bundle-zFwFhCDW.js} +10 -10
- package/cjs/chunks/{bundle-2HKOrfvp.js.map → bundle-zFwFhCDW.js.map} +1 -1
- package/cjs/hooks/useModal.js +10 -10
- package/cjs/index.js +61 -61
- package/cjs/pubSub/topics.js +3 -3
- 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 +5 -5
- 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 +6 -6
- 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 +62 -62
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- 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 +42 -42
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +20 -20
- package/cjs/ui/MessageItemMenu.js +21 -21
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +15 -15
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +24 -19
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +9 -9
- package/cjs/ui/OpenchannelConversationHeader.js +9 -9
- 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 +9 -9
- 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 +5 -5
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +13 -13
- package/cjs/ui/UserProfile.js +11 -11
- 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 +60 -60
- package/package.json +1 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useModal/index.d.ts +1 -1
- package/types/lib/Sendbird.d.ts +1 -1
- package/types/lib/UserProfileContext.d.ts +1 -1
- package/types/lib/hooks/useConnect/setupConnection.d.ts +2 -2
- package/types/modules/App/index.d.ts +7 -2
- package/types/modules/Channel/components/SuggestedReplies/index.d.ts +2 -2
- package/types/modules/Channel/components/TypingIndicator.d.ts +1 -1
- package/types/modules/ChannelList/components/ChannelPreviewAction.d.ts +2 -2
- package/types/modules/ChannelList/components/Placeholder.d.ts +2 -2
- package/types/modules/EditUserProfile/components/EditUserProfileUI/EditUserProfileUIView.d.ts +2 -2
- package/types/modules/EditUserProfile/components/EditUserProfileUI/index.d.ts +1 -1
- package/types/modules/OpenChannel/context/hooks/useFileUploadCallback.d.ts +1 -1
- package/types/modules/OpenChannel/context/hooks/useSendMessageCallback.d.ts +1 -1
- package/types/modules/OpenChannelApp/assets/Icons.d.ts +7 -7
- package/types/ui/Avatar/AvatarDefault.d.ts +2 -2
- package/types/ui/EmojiReactions/ReactionItem.d.ts +1 -1
- package/types/ui/Icon/index.d.ts +1 -1
- package/types/ui/Label/index.d.ts +1 -1
- package/types/ui/LinkLabel/index.d.ts +2 -2
- package/types/ui/TypingIndicatorBubble/TypingDots.d.ts +2 -2
- package/types/ui/TypingIndicatorBubble/index.d.ts +2 -2
- package/types/utils/compressImages.d.ts +8 -0
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +5 -5
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +6 -6
- 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 +62 -62
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- 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 +39 -39
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +21 -21
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +15 -15
- package/ui/MessageSearchItem.js +12 -12
- package/ui/MessageStatus.js +12 -12
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +24 -19
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +9 -9
- package/ui/OpenchannelConversationHeader.js +9 -9
- 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 +9 -9
- 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 +5 -5
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +13 -13
- package/ui/UserProfile.js +11 -11
- 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--MiZG3Js.js.map +0 -1
- package/chunks/bundle--t8HI__x.js.map +0 -1
- package/chunks/bundle-0PyFB1mS.js.map +0 -1
- package/chunks/bundle-18sxXz96.js.map +0 -1
- package/chunks/bundle-27GyiefI.js.map +0 -1
- package/chunks/bundle-39Q2USX9.js.map +0 -1
- package/chunks/bundle-442ZifHc.js.map +0 -1
- package/chunks/bundle-76TfTByX.js.map +0 -1
- package/chunks/bundle-7X4gNGSL.js.map +0 -1
- package/chunks/bundle-A7XbXTsq.js.map +0 -1
- package/chunks/bundle-C4qp0Rjl.js.map +0 -1
- package/chunks/bundle-F-7fIVr5.js.map +0 -1
- package/chunks/bundle-FpzNzZJe.js.map +0 -1
- package/chunks/bundle-HoEu_6S5.js.map +0 -1
- package/chunks/bundle-Lwkqzb0b.js.map +0 -1
- package/chunks/bundle-MCNLGc7G.js.map +0 -1
- package/chunks/bundle-Ulft7jAF.js.map +0 -1
- package/chunks/bundle-UoyQlaRI.js.map +0 -1
- package/chunks/bundle-VS0auAdJ.js.map +0 -1
- package/chunks/bundle-ZVc6IN6u.js.map +0 -1
- package/chunks/bundle-ZhiMeChf.js.map +0 -1
- package/chunks/bundle-bSqchLGB.js.map +0 -1
- package/chunks/bundle-cOTYyV89.js.map +0 -1
- package/chunks/bundle-cX8U_VhV.js.map +0 -1
- package/chunks/bundle-gF9Zk7CT.js.map +0 -1
- package/chunks/bundle-gLilEEG5.js.map +0 -1
- package/chunks/bundle-gRSst73Y.js.map +0 -1
- package/chunks/bundle-grwjdnuR.js.map +0 -1
- package/chunks/bundle-jZN4I8YR.js.map +0 -1
- package/chunks/bundle-n_jRVaG_.js.map +0 -1
- package/chunks/bundle-ohZbnliW.js.map +0 -1
- package/chunks/bundle-okm6lFGI.js.map +0 -1
- package/chunks/bundle-op5reery.js.map +0 -1
- package/chunks/bundle-r_k_oOHy.js.map +0 -1
- package/chunks/bundle-uZ3cCjNz.js.map +0 -1
- package/chunks/bundle-vEgsgkZU.js.map +0 -1
- package/chunks/bundle-wAk4n8_J.js.map +0 -1
- package/chunks/bundle-zF2UEFCC.js.map +0 -1
- package/chunks/bundle-zZdwWoac.js.map +0 -1
- package/cjs/chunks/bundle-0IViyhgL.js.map +0 -1
- package/cjs/chunks/bundle-21PdO49k.js.map +0 -1
- package/cjs/chunks/bundle-2So6Wj07.js.map +0 -1
- package/cjs/chunks/bundle-2i_5f8Bs.js.map +0 -1
- package/cjs/chunks/bundle-2qeSCHXk.js.map +0 -1
- package/cjs/chunks/bundle-4FAmtuEf.js.map +0 -1
- package/cjs/chunks/bundle-6Hhs3UDZ.js.map +0 -1
- package/cjs/chunks/bundle-83wda5U6.js.map +0 -1
- package/cjs/chunks/bundle-8HbTOCEj.js.map +0 -1
- package/cjs/chunks/bundle-97AXZ3Aa.js.map +0 -1
- package/cjs/chunks/bundle-9nTl8EO0.js.map +0 -1
- package/cjs/chunks/bundle-A86YKdDD.js.map +0 -1
- package/cjs/chunks/bundle-AWGM3boV.js.map +0 -1
- package/cjs/chunks/bundle-AxqAqeY_.js.map +0 -1
- package/cjs/chunks/bundle-DVHlQYtd.js.map +0 -1
- package/cjs/chunks/bundle-EBkO4aEF.js.map +0 -1
- package/cjs/chunks/bundle-H1aRxaUU.js.map +0 -1
- package/cjs/chunks/bundle-H4IfpZyd.js.map +0 -1
- package/cjs/chunks/bundle-IxlbhmKT.js.map +0 -1
- package/cjs/chunks/bundle-MKIuQx71.js.map +0 -1
- package/cjs/chunks/bundle-M_Oo35uA.js.map +0 -1
- package/cjs/chunks/bundle-O8LgB96u.js.map +0 -1
- package/cjs/chunks/bundle-P9ECtUIg.js.map +0 -1
- package/cjs/chunks/bundle-PfAFx9_e.js.map +0 -1
- package/cjs/chunks/bundle-Q4iSGja9.js.map +0 -1
- package/cjs/chunks/bundle-QdmOJFI0.js.map +0 -1
- package/cjs/chunks/bundle-RHjpe1Wn.js.map +0 -1
- package/cjs/chunks/bundle-RO-wWe36.js.map +0 -1
- package/cjs/chunks/bundle-TYNh0h44.js.map +0 -1
- package/cjs/chunks/bundle-TwEIwM-Y.js.map +0 -1
- package/cjs/chunks/bundle-U3sSR19H.js.map +0 -1
- package/cjs/chunks/bundle-VHEAcTWW.js.map +0 -1
- package/cjs/chunks/bundle-X2ANxtXU.js.map +0 -1
- package/cjs/chunks/bundle-XQp_z25X.js.map +0 -1
- package/cjs/chunks/bundle-Z_jxs6wq.js.map +0 -1
- package/cjs/chunks/bundle-anz1RDDi.js.map +0 -1
- package/cjs/chunks/bundle-dVgvU85H.js.map +0 -1
- package/cjs/chunks/bundle-enOQn3TL.js.map +0 -1
- package/cjs/chunks/bundle-f1Y7sOmQ.js.map +0 -1
- package/cjs/chunks/bundle-fiT-psl1.js.map +0 -1
- package/cjs/chunks/bundle-h5T4ARM_.js.map +0 -1
- package/cjs/chunks/bundle-kt-dgPLv.js.map +0 -1
- package/cjs/chunks/bundle-mDmgt9SU.js.map +0 -1
- package/cjs/chunks/bundle-obZkBbeC.js.map +0 -1
- package/cjs/chunks/bundle-sjXXbwtq.js.map +0 -1
- package/cjs/chunks/bundle-t25WVQ0m.js.map +0 -1
- package/cjs/chunks/bundle-tbQlXoTS.js.map +0 -1
- package/cjs/chunks/bundle-u6wGl8M7.js.map +0 -1
- package/cjs/chunks/bundle-wavkc3Kq.js.map +0 -1
- package/cjs/chunks/bundle-zmeetFhM.js.map +0 -1
|
@@ -18,5 +18,5 @@ type UserProfileProviderProps = React.PropsWithChildren<{
|
|
|
18
18
|
renderUserProfile?: (props: RenderUserProfileProps) => React.ReactElement;
|
|
19
19
|
onUserProfileMessage?: (channel: GroupChannel) => void;
|
|
20
20
|
}>;
|
|
21
|
-
declare const UserProfileProvider: ({ isOpenChannel, disableUserProfile, renderUserProfile, onUserProfileMessage, children, }: UserProfileProviderProps) => JSX.Element;
|
|
21
|
+
declare const UserProfileProvider: ({ isOpenChannel, disableUserProfile, renderUserProfile, onUserProfileMessage, children, }: UserProfileProviderProps) => React.JSX.Element;
|
|
22
22
|
export { UserProfileContext, UserProfileProvider };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { SendbirdError } from '@sendbird/chat';
|
|
2
2
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
3
3
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
4
4
|
import { SetupConnectionTypes } from './types';
|
|
@@ -14,5 +14,5 @@ export declare function setUpParams({ appId, customApiHost, customWebSocketHost,
|
|
|
14
14
|
customWebSocketHost?: string;
|
|
15
15
|
sdkInitParams?: SendbirdChatInitParams;
|
|
16
16
|
customExtensionParams?: CustomExtensionParams;
|
|
17
|
-
}):
|
|
17
|
+
}): import("@sendbird/chat").SendbirdChatWith<import("@sendbird/chat/lib/__definition").Module[] & (GroupChannelModule | OpenChannelModule)[]>;
|
|
18
18
|
export declare function setUpConnection({ logger, sdkDispatcher, userDispatcher, initDashboardConfigs, userId, appId, customApiHost, customWebSocketHost, configureSession, nickname, profileUrl, accessToken, isUserIdUsedForNickname, sdkInitParams, customExtensionParams, isMobile, eventHandlers, }: SetupConnectionTypes): Promise<void>;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* This is a drop in Chat solution
|
|
3
|
+
* Can also be used as an example for creating
|
|
4
|
+
* default chat apps
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import { SendbirdProviderProps } from '../../lib/Sendbird';
|
|
3
8
|
import './index.scss';
|
|
4
9
|
import { AppLayoutProps } from './types';
|
|
@@ -40,5 +45,5 @@ interface AppProps {
|
|
|
40
45
|
disableAutoSelect?: AppLayoutProps['disableAutoSelect'];
|
|
41
46
|
onProfileEditSuccess?: AppLayoutProps['onProfileEditSuccess'];
|
|
42
47
|
}
|
|
43
|
-
export default function App(props: AppProps): JSX.Element;
|
|
48
|
+
export default function App(props: AppProps): React.JSX.Element;
|
|
44
49
|
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import './index.scss';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
interface Props {
|
|
4
4
|
replyOptions: string[];
|
|
5
5
|
onSendMessage: ({ message }: {
|
|
6
6
|
message: string;
|
|
7
7
|
}) => void;
|
|
8
8
|
}
|
|
9
|
-
declare const SuggestedReplies: ({ replyOptions, onSendMessage }: Props) => JSX.Element;
|
|
9
|
+
declare const SuggestedReplies: ({ replyOptions, onSendMessage }: Props) => React.JSX.Element;
|
|
10
10
|
export default SuggestedReplies;
|
|
@@ -3,6 +3,6 @@ import { Member } from '@sendbird/chat/groupChannel';
|
|
|
3
3
|
export interface TypingIndicatorTextProps {
|
|
4
4
|
members: Member[];
|
|
5
5
|
}
|
|
6
|
-
export declare const TypingIndicatorText: ({ members }: TypingIndicatorTextProps) => JSX.Element;
|
|
6
|
+
export declare const TypingIndicatorText: ({ members }: TypingIndicatorTextProps) => React.JSX.Element;
|
|
7
7
|
declare const TypingIndicator: React.FC;
|
|
8
8
|
export default TypingIndicator;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { GroupChannel } from '@sendbird/chat/groupChannel';
|
|
3
3
|
type ChannelPreviewActionProps = {
|
|
4
4
|
channel?: GroupChannel;
|
|
5
5
|
disabled: boolean;
|
|
6
6
|
onLeaveChannel(): void;
|
|
7
7
|
};
|
|
8
|
-
export default function ChannelPreviewAction({ channel, disabled, onLeaveChannel }: ChannelPreviewActionProps): JSX.Element;
|
|
8
|
+
export default function ChannelPreviewAction({ channel, disabled, onLeaveChannel }: ChannelPreviewActionProps): React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { PlaceHolderTypes } from '../../../ui/PlaceHolder';
|
|
3
3
|
type ChannelsPlaceholderProps = {
|
|
4
4
|
type: keyof typeof PlaceHolderTypes;
|
|
5
5
|
};
|
|
6
|
-
export default function ChannelsPlaceholder({ type }: ChannelsPlaceholderProps): JSX.Element;
|
|
6
|
+
export default function ChannelsPlaceholder({ type }: ChannelsPlaceholderProps): React.JSX.Element;
|
|
7
7
|
export {};
|
package/types/modules/EditUserProfile/components/EditUserProfileUI/EditUserProfileUIView.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type MutableRefObject, type Dispatch } from 'react';
|
|
1
|
+
import React, { type MutableRefObject, type Dispatch } from 'react';
|
|
2
2
|
export interface EditUserProfileUIViewProps {
|
|
3
3
|
formRef: MutableRefObject<any>;
|
|
4
4
|
inputRef: MutableRefObject<any>;
|
|
5
5
|
onThemeChange: (theme: string) => void;
|
|
6
6
|
setProfileImage: Dispatch<File | null>;
|
|
7
7
|
}
|
|
8
|
-
export declare const EditUserProfileUIView: ({ formRef, inputRef, onThemeChange, setProfileImage, }: EditUserProfileUIViewProps) => JSX.Element;
|
|
8
|
+
export declare const EditUserProfileUIView: ({ formRef, inputRef, onThemeChange, setProfileImage, }: EditUserProfileUIViewProps) => React.JSX.Element;
|
|
@@ -12,6 +12,6 @@ export declare const useEditUserProfileUISates: ({ onEditProfile, }: UseEditUser
|
|
|
12
12
|
profileImage: File;
|
|
13
13
|
setProfileImage: React.Dispatch<React.SetStateAction<File>>;
|
|
14
14
|
};
|
|
15
|
-
export declare const EditUserProfileUI: () => JSX.Element;
|
|
15
|
+
export declare const EditUserProfileUI: () => React.JSX.Element;
|
|
16
16
|
export { EditUserProfileUIView };
|
|
17
17
|
export default EditUserProfileUI;
|
|
@@ -23,5 +23,5 @@ interface StaticParams {
|
|
|
23
23
|
scrollRef: React.MutableRefObject<HTMLElement>;
|
|
24
24
|
}
|
|
25
25
|
type CallbackReturn = (files: Array<File> | File) => void;
|
|
26
|
-
declare function useFileUploadCallback({ currentOpenChannel,
|
|
26
|
+
declare function useFileUploadCallback({ currentOpenChannel, imageCompression, onBeforeSendFileMessage, }: DynamicParams, { sdk, logger, messagesDispatcher, scrollRef }: StaticParams): CallbackReturn;
|
|
27
27
|
export default useFileUploadCallback;
|
|
@@ -18,5 +18,5 @@ interface StaticParams {
|
|
|
18
18
|
}) => void;
|
|
19
19
|
scrollRef: React.RefObject<HTMLElement>;
|
|
20
20
|
}
|
|
21
|
-
declare function useSendMessageCallback({ currentOpenChannel, onBeforeSendUserMessage,
|
|
21
|
+
declare function useSendMessageCallback({ currentOpenChannel, onBeforeSendUserMessage, messageInputRef }: DynamicParams, { sdk, logger, messagesDispatcher, scrollRef }: StaticParams): () => void;
|
|
22
22
|
export default useSendMessageCallback;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Collapse: () => JSX.Element;
|
|
3
|
-
export declare const Freeze: () => JSX.Element;
|
|
4
|
-
export declare const Expand: () => JSX.Element;
|
|
5
|
-
export declare const Members: () => JSX.Element;
|
|
6
|
-
export declare const LiveBadge: () => JSX.Element;
|
|
7
|
-
export declare const ProfileAvatar: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Collapse: () => React.JSX.Element;
|
|
3
|
+
export declare const Freeze: () => React.JSX.Element;
|
|
4
|
+
export declare const Expand: () => React.JSX.Element;
|
|
5
|
+
export declare const Members: () => React.JSX.Element;
|
|
6
|
+
export declare const LiveBadge: () => React.JSX.Element;
|
|
7
|
+
export declare const ProfileAvatar: () => React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface AvatarDefaultProps {
|
|
3
3
|
width: string | number;
|
|
4
4
|
height: string | number;
|
|
5
5
|
text?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const AvatarDefault: (props: AvatarDefaultProps) => JSX.Element;
|
|
7
|
+
declare const AvatarDefault: (props: AvatarDefaultProps) => React.JSX.Element;
|
|
8
8
|
export default AvatarDefault;
|
|
@@ -14,5 +14,5 @@ type Props = {
|
|
|
14
14
|
channel: Nullable<GroupChannel | OpenChannel>;
|
|
15
15
|
message?: SendableMessageType;
|
|
16
16
|
};
|
|
17
|
-
export default function ReactionItem({ reaction, memberNicknamesMap, setEmojiKey, toggleReaction, emojisMap, channel, message, }: Props): JSX.Element;
|
|
17
|
+
export default function ReactionItem({ reaction, memberNicknamesMap, setEmojiKey, toggleReaction, emojisMap, channel, message, }: Props): React.JSX.Element;
|
|
18
18
|
export {};
|
package/types/ui/Icon/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ type IconProps = {
|
|
|
13
13
|
onClick?: React.MouseEventHandler<HTMLDivElement> & React.KeyboardEventHandler<HTMLDivElement>;
|
|
14
14
|
children?: React.ReactNode;
|
|
15
15
|
};
|
|
16
|
-
export default function Icon({ className, type, fillColor, width, height, onClick, children, }: IconProps): JSX.Element;
|
|
16
|
+
export default function Icon({ className, type, fillColor, width, height, onClick, children, }: IconProps): React.JSX.Element;
|
|
17
17
|
export declare const IconTypes: {
|
|
18
18
|
readonly ADD: "ADD";
|
|
19
19
|
readonly ARROW_LEFT: "ARROW_LEFT";
|
|
@@ -8,7 +8,7 @@ type LabelProps = {
|
|
|
8
8
|
color?: ObjectValues<typeof Colors>;
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
};
|
|
11
|
-
export default function Label({ className, type, color, children, }: LabelProps): JSX.Element;
|
|
11
|
+
export default function Label({ className, type, color, children, }: LabelProps): React.JSX.Element;
|
|
12
12
|
declare const LabelTypography: {
|
|
13
13
|
readonly H_1: "H_1";
|
|
14
14
|
readonly H_2: "H_2";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
2
|
import { LabelColors, LabelTypography } from '../Label';
|
|
3
3
|
import './index.scss';
|
|
4
4
|
import { ObjectValues } from '../../utils/typeHelpers/objectValues';
|
|
@@ -9,7 +9,7 @@ type LinkLabelProps = {
|
|
|
9
9
|
color?: ObjectValues<typeof LabelColors>;
|
|
10
10
|
children: ReactNode;
|
|
11
11
|
};
|
|
12
|
-
export default function LinkLabel({ className, src, type, color, children }: LinkLabelProps): JSX.Element;
|
|
12
|
+
export default function LinkLabel({ className, src, type, color, children }: LinkLabelProps): React.JSX.Element;
|
|
13
13
|
export declare const LinkLabelTypography: {
|
|
14
14
|
readonly H_1: "H_1";
|
|
15
15
|
readonly H_2: "H_2";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Member } from '@sendbird/chat/groupChannel';
|
|
3
3
|
export interface TypingIndicatorBubbleProps {
|
|
4
4
|
typingMembers: Member[];
|
|
@@ -8,5 +8,5 @@ export interface AvatarStackProps {
|
|
|
8
8
|
sources: string[];
|
|
9
9
|
max: number;
|
|
10
10
|
}
|
|
11
|
-
declare const TypingIndicatorBubble: (props: TypingIndicatorBubbleProps) => JSX.Element;
|
|
11
|
+
declare const TypingIndicatorBubble: (props: TypingIndicatorBubbleProps) => React.JSX.Element;
|
|
12
12
|
export default TypingIndicatorBubble;
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import { ImageCompressionOptions } from '../lib/Sendbird';
|
|
2
2
|
import { Logger } from '../lib/SendbirdState';
|
|
3
|
+
interface CompressImageParams {
|
|
4
|
+
imageFile: File;
|
|
5
|
+
compressionRate: number;
|
|
6
|
+
resizingWidth?: number;
|
|
7
|
+
resizingHeight?: number;
|
|
8
|
+
}
|
|
9
|
+
export declare const compressImage: ({ imageFile, compressionRate, resizingWidth, resizingHeight, }: CompressImageParams) => Promise<File>;
|
|
3
10
|
export interface CompressImagesParams {
|
|
4
11
|
files: File[];
|
|
5
12
|
imageCompression: ImageCompressionOptions;
|
|
@@ -9,3 +16,4 @@ export declare const compressImages: ({ files, logger, imageCompression, }: Comp
|
|
|
9
16
|
failedIndexes: number[];
|
|
10
17
|
compressedFiles: File[];
|
|
11
18
|
}>;
|
|
19
|
+
export {};
|
package/ui/Accordion.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { a as __spreadArray } from '../chunks/bundle-t6JaUd1b.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import Icon, { IconTypes } from './Icon.js';
|
|
4
4
|
import AccordionGroup$1 from './AccordionGroup.js';
|
|
5
|
-
import { C as Consumer } from '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
5
|
+
import { C as Consumer } from '../chunks/bundle-PCj9QYWV.js';
|
|
6
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
7
7
|
|
|
8
8
|
function Accordion(_a) {
|
|
9
9
|
var className = _a.className, id = _a.id, renderTitle = _a.renderTitle, renderContent = _a.renderContent, renderFooter = _a.renderFooter;
|
package/ui/AccordionGroup.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
|
-
import { P as Provider } from '../chunks/bundle-
|
|
3
|
-
import '../chunks/bundle-
|
|
2
|
+
import { P as Provider } from '../chunks/bundle-PCj9QYWV.js';
|
|
3
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
4
4
|
|
|
5
5
|
// Wraps all the accordions in an accordion set
|
|
6
6
|
// keep one accordion open at a time
|
package/ui/AdminMessage.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { a as __spreadArray } from '../chunks/bundle-t6JaUd1b.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
4
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
5
5
|
|
|
6
6
|
function AdminMessage(_a) {
|
|
7
7
|
var _b;
|
package/ui/Avatar.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import '../chunks/bundle-
|
|
1
|
+
import '../chunks/bundle-t6JaUd1b.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import './ImageRenderer.js';
|
|
4
|
-
import '../chunks/bundle-
|
|
5
|
-
export { b as AvatarInner, A as default } from '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
4
|
+
import '../chunks/bundle-hEvM6x_9.js';
|
|
5
|
+
export { b as AvatarInner, A as default } from '../chunks/bundle-vVdAEhWk.js';
|
|
6
|
+
import '../chunks/bundle-gdweDZjg.js';
|
|
7
7
|
import './Icon.js';
|
|
8
|
-
import '../chunks/bundle-
|
|
8
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
9
9
|
//# sourceMappingURL=Avatar.js.map
|
package/ui/Badge.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { a as __spreadArray } from '../chunks/bundle-t6JaUd1b.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import { L as LocalizationContext } from '../chunks/bundle
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
4
|
+
import { L as LocalizationContext } from '../chunks/bundle-KjVIQqaY.js';
|
|
5
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
6
|
+
import '../chunks/bundle-vAvSNdmj.js';
|
|
7
7
|
|
|
8
8
|
function Badge(_a) {
|
|
9
9
|
var count = _a.count, _b = _a.maxLevel, maxLevel = _b === void 0 ? 2 : _b, _c = _a.className, className = _c === void 0 ? '' : _c;
|
package/ui/BottomSheet.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useRef } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
3
|
import '../hooks/useModal.js';
|
|
4
|
-
import { a as MODAL_ROOT } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
8
|
-
import '../chunks/bundle
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
11
|
-
import '../chunks/bundle-
|
|
4
|
+
import { a as MODAL_ROOT } from '../chunks/bundle-q1M15U1p.js';
|
|
5
|
+
import '../chunks/bundle-t6JaUd1b.js';
|
|
6
|
+
import '../chunks/bundle-2axFKCIx.js';
|
|
7
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
8
|
+
import '../chunks/bundle-KjVIQqaY.js';
|
|
9
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
10
|
+
import '../chunks/bundle-vAvSNdmj.js';
|
|
11
|
+
import '../chunks/bundle-ior2BlUD.js';
|
|
12
12
|
import './IconButton.js';
|
|
13
13
|
import './Button.js';
|
|
14
|
-
import '../chunks/bundle-
|
|
14
|
+
import '../chunks/bundle-mxq273ll.js';
|
|
15
15
|
import './Icon.js';
|
|
16
16
|
|
|
17
17
|
var BottomSheet = function (props) {
|
package/ui/Button.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { a as __spreadArray } from '../chunks/bundle-t6JaUd1b.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
4
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
5
5
|
|
|
6
6
|
var ButtonTypes;
|
|
7
7
|
(function (ButtonTypes) {
|
package/ui/ChannelAvatar.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useMemo } from 'react';
|
|
2
|
-
import { A as Avatar } from '../chunks/bundle-
|
|
2
|
+
import { A as Avatar } from '../chunks/bundle-vVdAEhWk.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
4
|
+
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../chunks/bundle-ZbGteG77.js';
|
|
5
|
+
import '../chunks/bundle-t6JaUd1b.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
|
-
import '../chunks/bundle-
|
|
8
|
-
import '../chunks/bundle-
|
|
9
|
-
import '../chunks/bundle-
|
|
7
|
+
import '../chunks/bundle-hEvM6x_9.js';
|
|
8
|
+
import '../chunks/bundle-gdweDZjg.js';
|
|
9
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
10
10
|
|
|
11
11
|
function ChannelAvatar(_a) {
|
|
12
12
|
var channel = _a.channel, userId = _a.userId, theme = _a.theme, _b = _a.width, width = _b === void 0 ? 56 : _b, _c = _a.height, height = _c === void 0 ? 56 : _c;
|
package/ui/ConnectionStatus.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import { L as LocalizationContext } from '../chunks/bundle
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
8
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
4
|
+
import { L as LocalizationContext } from '../chunks/bundle-KjVIQqaY.js';
|
|
5
|
+
import '../chunks/bundle-t6JaUd1b.js';
|
|
6
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
7
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
8
|
+
import '../chunks/bundle-vAvSNdmj.js';
|
|
9
9
|
|
|
10
10
|
function ConnectionStatus() {
|
|
11
11
|
var stringSet = useContext(LocalizationContext).stringSet;
|
package/ui/ContextMenu.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { d as __extends, _ as __assign } from '../chunks/bundle-
|
|
2
|
+
import { d as __extends, _ as __assign } from '../chunks/bundle-t6JaUd1b.js';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
4
|
import SortByRow from './SortByRow.js';
|
|
5
|
-
import { n as getClassName } from '../chunks/bundle-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
5
|
+
import { n as getClassName } from '../chunks/bundle-NZcldiSn.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
7
|
+
import '../chunks/bundle-hEvM6x_9.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
9
|
+
import '../chunks/bundle-2axFKCIx.js';
|
|
10
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
11
11
|
|
|
12
12
|
// padding to handle height of last item in message-list
|
|
13
13
|
var HEIGHT_PADDING = 60;
|
package/ui/DateSeparator.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { a as __spreadArray } from '../chunks/bundle-t6JaUd1b.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../chunks/bundle-
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../chunks/bundle-yND4UFpN.js';
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
5
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
6
6
|
|
|
7
7
|
var DateSeparator = function (_a) {
|
|
8
8
|
var _b = _a.children, children = _b === void 0 ? null : _b, _c = _a.className, className = _c === void 0 ? '' : _c, _d = _a.separatorColor, separatorColor = _d === void 0 ? Colors.ONBACKGROUND_4 : _d;
|
package/ui/EmojiReactions.js
CHANGED
|
@@ -4,38 +4,38 @@ import ReactionButton from './ReactionButton.js';
|
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
6
6
|
import ContextMenu, { EmojiListItems } from './ContextMenu.js';
|
|
7
|
-
import { O as getEmojiUrl, P as isReactedBy, Q as getEmojiTooltipString, p as getEmojiListAll, R as getEmojiMapAll, n as getClassName } from '../chunks/bundle-
|
|
7
|
+
import { O as getEmojiUrl, P as isReactedBy, Q as getEmojiTooltipString, p as getEmojiListAll, R as getEmojiMapAll, n as getClassName } from '../chunks/bundle-NZcldiSn.js';
|
|
8
8
|
import BottomSheet from './BottomSheet.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
10
10
|
import UserListItem from './UserListItem.js';
|
|
11
|
-
import { _ as __assign } from '../chunks/bundle-
|
|
11
|
+
import { _ as __assign } from '../chunks/bundle-t6JaUd1b.js';
|
|
12
12
|
import Tooltip from './Tooltip.js';
|
|
13
13
|
import TooltipWrapper from './TooltipWrapper.js';
|
|
14
|
-
import { u as useMediaQueryContext } from '../chunks/bundle-
|
|
15
|
-
import { u as useLongPress } from '../chunks/bundle-
|
|
16
|
-
import { L as LocalizationContext } from '../chunks/bundle
|
|
14
|
+
import { u as useMediaQueryContext } from '../chunks/bundle-ior2BlUD.js';
|
|
15
|
+
import { u as useLongPress } from '../chunks/bundle-IHKKjTVb.js';
|
|
16
|
+
import { L as LocalizationContext } from '../chunks/bundle-KjVIQqaY.js';
|
|
17
17
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
18
18
|
import { useMessageContext } from '../Message/context.js';
|
|
19
|
-
import '../chunks/bundle-
|
|
20
|
-
import '../chunks/bundle-
|
|
19
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
20
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../chunks/bundle-
|
|
23
|
+
import '../chunks/bundle-hEvM6x_9.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../chunks/bundle-
|
|
25
|
+
import '../chunks/bundle-2axFKCIx.js';
|
|
26
26
|
import '../hooks/useModal.js';
|
|
27
|
-
import '../chunks/bundle-
|
|
27
|
+
import '../chunks/bundle-q1M15U1p.js';
|
|
28
28
|
import './IconButton.js';
|
|
29
29
|
import './Button.js';
|
|
30
|
-
import '../chunks/bundle-
|
|
31
|
-
import '../chunks/bundle-
|
|
32
|
-
import '../chunks/bundle-
|
|
33
|
-
import '../chunks/bundle-
|
|
30
|
+
import '../chunks/bundle-vAvSNdmj.js';
|
|
31
|
+
import '../chunks/bundle-79RbKDD4.js';
|
|
32
|
+
import '../chunks/bundle-vVdAEhWk.js';
|
|
33
|
+
import '../chunks/bundle-gdweDZjg.js';
|
|
34
34
|
import './MutedAvatarOverlay.js';
|
|
35
35
|
import './Checkbox.js';
|
|
36
36
|
import './UserProfile.js';
|
|
37
37
|
import '../sendbirdSelectors.js';
|
|
38
|
-
import '../chunks/bundle
|
|
38
|
+
import '../chunks/bundle-KF1IhHsV.js';
|
|
39
39
|
import '../withSendbird.js';
|
|
40
40
|
|
|
41
41
|
var ReactedMembersBottomSheet = function (_a) {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-mxq273ll.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import TextButton from './TextButton.js';
|
|
5
|
-
import { n as getClassName, u as getUIKitFileType, v as truncateString } from '../chunks/bundle-
|
|
6
|
-
import { C as Colors } from '../chunks/bundle-
|
|
7
|
-
import { u as useMediaQueryContext } from '../chunks/bundle-
|
|
8
|
-
import '../chunks/bundle-
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
5
|
+
import { n as getClassName, u as getUIKitFileType, v as truncateString } from '../chunks/bundle-NZcldiSn.js';
|
|
6
|
+
import { C as Colors } from '../chunks/bundle-yND4UFpN.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../chunks/bundle-ior2BlUD.js';
|
|
8
|
+
import '../chunks/bundle-t6JaUd1b.js';
|
|
9
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
10
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
|
-
import '../chunks/bundle-
|
|
12
|
+
import '../chunks/bundle-2axFKCIx.js';
|
|
13
13
|
|
|
14
14
|
function FileMessageItemBody(_a) {
|
|
15
15
|
var _b;
|
package/ui/FileViewer.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import '../chunks/bundle-
|
|
1
|
+
import '../chunks/bundle-t6JaUd1b.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react-dom';
|
|
4
|
-
import '../chunks/bundle
|
|
4
|
+
import '../chunks/bundle-KjVIQqaY.js';
|
|
5
5
|
import '../hooks/useModal.js';
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
8
|
-
import '../chunks/bundle-
|
|
9
|
-
import '../chunks/bundle-
|
|
6
|
+
import '../chunks/bundle-NZcldiSn.js';
|
|
7
|
+
import '../chunks/bundle-f-bQSvmA.js';
|
|
8
|
+
import '../chunks/bundle-vVdAEhWk.js';
|
|
9
|
+
import '../chunks/bundle-mxq273ll.js';
|
|
10
10
|
import './Icon.js';
|
|
11
|
-
export { b as FileViewerComponent, F as default } from '../chunks/bundle-
|
|
12
|
-
import '../chunks/bundle-
|
|
13
|
-
import '../chunks/bundle-
|
|
14
|
-
import '../chunks/bundle-
|
|
15
|
-
import '../chunks/bundle-
|
|
16
|
-
import '../chunks/bundle-
|
|
11
|
+
export { b as FileViewerComponent, F as default } from '../chunks/bundle-MtGjgUxA.js';
|
|
12
|
+
import '../chunks/bundle-q1M15U1p.js';
|
|
13
|
+
import '../chunks/bundle-olZmltOQ.js';
|
|
14
|
+
import '../chunks/bundle-vAvSNdmj.js';
|
|
15
|
+
import '../chunks/bundle-2axFKCIx.js';
|
|
16
|
+
import '../chunks/bundle-ior2BlUD.js';
|
|
17
17
|
import './IconButton.js';
|
|
18
18
|
import './Button.js';
|
|
19
19
|
import '../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './ImageRenderer.js';
|
|
21
|
-
import '../chunks/bundle-
|
|
22
|
-
import '../chunks/bundle-
|
|
23
|
-
import '../chunks/bundle-
|
|
21
|
+
import '../chunks/bundle-hEvM6x_9.js';
|
|
22
|
+
import '../chunks/bundle-gdweDZjg.js';
|
|
23
|
+
import '../chunks/bundle-joPrRU5E.js';
|
|
24
24
|
//# sourceMappingURL=FileViewer.js.map
|