@sendbird/uikit-react 3.9.3-rc-0 → 3.9.3-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +56 -56
- package/CHANGELOG.md +31 -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-Gt-hdHTb.js → bundle--ItQfSTI.js} +5 -5
- package/chunks/{bundle-Gt-hdHTb.js.map → bundle--ItQfSTI.js.map} +1 -1
- package/chunks/{bundle-Nc3CgLMw.js → bundle--yRzbc9U.js} +3 -3
- package/chunks/{bundle-Nc3CgLMw.js.map → bundle--yRzbc9U.js.map} +1 -1
- package/chunks/{bundle-op5reery.js → bundle-0ALwnHNc.js} +3 -3
- package/chunks/bundle-0ALwnHNc.js.map +1 -0
- package/chunks/{bundle-wAk4n8_J.js → bundle-0LVBY1Kh.js} +6 -6
- package/chunks/bundle-0LVBY1Kh.js.map +1 -0
- package/chunks/{bundle-442ZifHc.js → bundle-0fMsVhUd.js} +3 -3
- package/chunks/bundle-0fMsVhUd.js.map +1 -0
- package/chunks/{bundle-bSqchLGB.js → bundle-1DDGx2zI.js} +10 -32
- package/chunks/bundle-1DDGx2zI.js.map +1 -0
- package/chunks/{bundle-Lwkqzb0b.js → bundle-4IJH7QEY.js} +4 -4
- package/chunks/bundle-4IJH7QEY.js.map +1 -0
- package/chunks/{bundle-n_jRVaG_.js → bundle-58DQiUD5.js} +1 -1
- package/chunks/bundle-58DQiUD5.js.map +1 -0
- package/chunks/{bundle-uZ3cCjNz.js → bundle-5OkWTjml.js} +1 -1
- package/chunks/bundle-5OkWTjml.js.map +1 -0
- package/chunks/{bundle-76TfTByX.js → bundle-78pBi79a.js} +1 -1
- package/chunks/bundle-78pBi79a.js.map +1 -0
- package/chunks/{bundle-r9tWURLe.js → bundle-7pl3B4SW.js} +9 -9
- package/chunks/{bundle-r9tWURLe.js.map → bundle-7pl3B4SW.js.map} +1 -1
- package/chunks/{bundle-FpzNzZJe.js → bundle-7zXnNfIQ.js} +2 -2
- package/chunks/bundle-7zXnNfIQ.js.map +1 -0
- package/chunks/{bundle-cOTYyV89.js → bundle-8RtzOyFC.js} +3 -3
- package/chunks/bundle-8RtzOyFC.js.map +1 -0
- package/chunks/{bundle-jAaenNES.js → bundle-A-MnkKwW.js} +3 -3
- package/chunks/{bundle-jAaenNES.js.map → bundle-A-MnkKwW.js.map} +1 -1
- package/chunks/{bundle-ZhiMeChf.js → bundle-AcAJGwBh.js} +1 -1
- package/chunks/bundle-AcAJGwBh.js.map +1 -0
- package/chunks/{bundle-BeVTS3Bd.js → bundle-AkASiaaY.js} +8 -8
- package/chunks/{bundle-BeVTS3Bd.js.map → bundle-AkASiaaY.js.map} +1 -1
- package/chunks/{bundle-QROPFDle.js → bundle-DRnzKt-b.js} +5 -5
- package/chunks/{bundle-QROPFDle.js.map → bundle-DRnzKt-b.js.map} +1 -1
- package/chunks/{bundle-L3wWojka.js → bundle-EL51Zjph.js} +3 -3
- package/chunks/{bundle-L3wWojka.js.map → bundle-EL51Zjph.js.map} +1 -1
- package/chunks/{bundle-9rcM31fD.js → bundle-EMSxA1Fh.js} +20 -14
- package/chunks/{bundle-9rcM31fD.js.map → bundle-EMSxA1Fh.js.map} +1 -1
- package/chunks/{bundle-okm6lFGI.js → bundle-H-0BE_Ym.js} +3 -12
- package/chunks/bundle-H-0BE_Ym.js.map +1 -0
- package/chunks/{bundle-jZN4I8YR.js → bundle-HyKeX972.js} +1 -1
- package/chunks/bundle-HyKeX972.js.map +1 -0
- package/chunks/{bundle-mIzXbj76.js → bundle-IKv9Z9_Y.js} +8 -4
- package/chunks/{bundle-mIzXbj76.js.map → bundle-IKv9Z9_Y.js.map} +1 -1
- package/chunks/{bundle-izXEaAzu.js → bundle-JhkOoTkQ.js} +1 -1
- package/chunks/{bundle-izXEaAzu.js.map → bundle-JhkOoTkQ.js.map} +1 -1
- package/chunks/{bundle-7X4gNGSL.js → bundle-KMF_Auff.js} +1 -1
- package/chunks/bundle-KMF_Auff.js.map +1 -0
- package/chunks/{bundle-Yw8SfpVI.js → bundle-Lh-vR1CZ.js} +4 -4
- package/chunks/{bundle-Yw8SfpVI.js.map → bundle-Lh-vR1CZ.js.map} +1 -1
- package/chunks/{bundle-A7XbXTsq.js → bundle-OrHk5n_A.js} +1 -1
- package/chunks/bundle-OrHk5n_A.js.map +1 -0
- package/chunks/{bundle-27GyiefI.js → bundle-P1wmnvy9.js} +1 -1
- package/chunks/bundle-P1wmnvy9.js.map +1 -0
- package/chunks/{bundle-lcNrWbsV.js → bundle-PLqfF7ux.js} +2 -2
- package/chunks/{bundle-lcNrWbsV.js.map → bundle-PLqfF7ux.js.map} +1 -1
- package/chunks/{bundle-gF9Zk7CT.js → bundle-T-S631y-.js} +4 -4
- package/chunks/bundle-T-S631y-.js.map +1 -0
- package/chunks/{bundle-cX8U_VhV.js → bundle-TsienPu3.js} +1 -1
- package/chunks/bundle-TsienPu3.js.map +1 -0
- package/chunks/{bundle-VS0auAdJ.js → bundle-VjG3_Cxe.js} +1 -1
- package/chunks/bundle-VjG3_Cxe.js.map +1 -0
- package/chunks/{bundle-r_k_oOHy.js → bundle-ZWAOldr9.js} +2 -2
- package/chunks/bundle-ZWAOldr9.js.map +1 -0
- package/chunks/{bundle-grwjdnuR.js → bundle-bDWAVmob.js} +1 -1
- package/chunks/bundle-bDWAVmob.js.map +1 -0
- package/chunks/{bundle-F-7fIVr5.js → bundle-brC7Asxc.js} +60 -199
- package/chunks/bundle-brC7Asxc.js.map +1 -0
- package/chunks/{bundle-ZVc6IN6u.js → bundle-czxH9r2i.js} +4 -4
- package/chunks/bundle-czxH9r2i.js.map +1 -0
- package/chunks/{bundle-vEgsgkZU.js → bundle-dNxyH8Er.js} +5 -5
- package/chunks/bundle-dNxyH8Er.js.map +1 -0
- package/chunks/{bundle-gLilEEG5.js → bundle-fnSnz19k.js} +2 -4
- package/chunks/bundle-fnSnz19k.js.map +1 -0
- package/chunks/{bundle--MiZG3Js.js → bundle-gKkAyMAQ.js} +3 -3
- package/chunks/bundle-gKkAyMAQ.js.map +1 -0
- package/chunks/{bundle--t8HI__x.js → bundle-gpPQ_Did.js} +1 -1
- package/chunks/bundle-gpPQ_Did.js.map +1 -0
- package/chunks/{bundle-VMKYsVyS.js → bundle-i1mS-JcY.js} +4 -4
- package/chunks/{bundle-VMKYsVyS.js.map → bundle-i1mS-JcY.js.map} +1 -1
- package/chunks/{bundle-f3fJ8rol.js → bundle-l4t9ThVv.js} +4 -4
- package/chunks/{bundle-f3fJ8rol.js.map → bundle-l4t9ThVv.js.map} +1 -1
- package/chunks/{bundle-gRSst73Y.js → bundle-lsEXnFwe.js} +1 -1
- package/chunks/bundle-lsEXnFwe.js.map +1 -0
- package/chunks/{bundle-C4qp0Rjl.js → bundle-mcex4MSM.js} +1 -1
- package/chunks/bundle-mcex4MSM.js.map +1 -0
- package/chunks/{bundle-tlmDc6Lb.js → bundle-nrm7--0q.js} +15 -15
- package/chunks/{bundle-tlmDc6Lb.js.map → bundle-nrm7--0q.js.map} +1 -1
- package/chunks/{bundle-18sxXz96.js → bundle-pUEPyEg9.js} +2 -2
- package/chunks/bundle-pUEPyEg9.js.map +1 -0
- package/chunks/{bundle-c9lGdHcW.js → bundle-pxrescev.js} +16 -13
- package/chunks/{bundle-c9lGdHcW.js.map → bundle-pxrescev.js.map} +1 -1
- package/chunks/{bundle-Eu9o4mDx.js → bundle-qVHH4JST.js} +7 -7
- package/chunks/{bundle-Eu9o4mDx.js.map → bundle-qVHH4JST.js.map} +1 -1
- package/chunks/{bundle-MCNLGc7G.js → bundle-st6t2DcW.js} +1 -1
- package/chunks/bundle-st6t2DcW.js.map +1 -0
- package/chunks/{bundle-bdchyPw2.js → bundle-u3j2nR-h.js} +4 -4
- package/chunks/{bundle-bdchyPw2.js.map → bundle-u3j2nR-h.js.map} +1 -1
- package/chunks/{bundle-ohZbnliW.js → bundle-uHZAUI7c.js} +1 -1
- package/chunks/bundle-uHZAUI7c.js.map +1 -0
- package/chunks/{bundle-UoyQlaRI.js → bundle-uI7_T-M6.js} +1 -1
- package/chunks/bundle-uI7_T-M6.js.map +1 -0
- package/chunks/{bundle-Ulft7jAF.js → bundle-udE7DsNo.js} +3 -3
- package/chunks/bundle-udE7DsNo.js.map +1 -0
- package/chunks/{bundle-HoEu_6S5.js → bundle-ui21vRGg.js} +1 -1
- package/chunks/bundle-ui21vRGg.js.map +1 -0
- package/chunks/{bundle-5MXMpsdy.js → bundle-vwWaTJzg.js} +1 -1
- package/chunks/{bundle-5MXMpsdy.js.map → bundle-vwWaTJzg.js.map} +1 -1
- package/chunks/{bundle-QvPkmWeZ.js → bundle-wNKgjzsO.js} +7 -7
- package/chunks/{bundle-QvPkmWeZ.js.map → bundle-wNKgjzsO.js.map} +1 -1
- package/chunks/{bundle-39Q2USX9.js → bundle-wwLAI-Tt.js} +1 -1
- package/chunks/bundle-wwLAI-Tt.js.map +1 -0
- package/chunks/{bundle-uZo9yT-4.js → bundle-xnF6_yRz.js} +19 -29
- package/chunks/{bundle-uZo9yT-4.js.map → bundle-xnF6_yRz.js.map} +1 -1
- package/chunks/{bundle-zF2UEFCC.js → bundle-yDQ7CB8I.js} +1 -1
- package/chunks/bundle-yDQ7CB8I.js.map +1 -0
- package/chunks/{bundle-U_oG_Fli.js → bundle-yeq5dlz7.js} +1 -1
- package/chunks/{bundle-U_oG_Fli.js.map → bundle-yeq5dlz7.js.map} +1 -1
- package/chunks/{bundle-0PyFB1mS.js → bundle-zNT2XhnG.js} +1 -1
- package/chunks/bundle-zNT2XhnG.js.map +1 -0
- package/chunks/{bundle-NKVaui__.js → bundle-zZ8I6zHr.js} +10 -10
- package/chunks/{bundle-NKVaui__.js.map → bundle-zZ8I6zHr.js.map} +1 -1
- package/chunks/{bundle-zZdwWoac.js → bundle-zqu04qTx.js} +3 -3
- package/chunks/bundle-zqu04qTx.js.map +1 -0
- 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-RO-wWe36.js → bundle--B0BQfa1.js} +2 -2
- package/cjs/chunks/bundle--B0BQfa1.js.map +1 -0
- package/cjs/chunks/{bundle-DVHlQYtd.js → bundle-1m2T6gM2.js} +7 -7
- package/cjs/chunks/bundle-1m2T6gM2.js.map +1 -0
- package/cjs/chunks/{bundle-gIvO-8jr.js → bundle-2GqJNnPm.js} +5 -5
- package/cjs/chunks/{bundle-gIvO-8jr.js.map → bundle-2GqJNnPm.js.map} +1 -1
- package/cjs/chunks/{bundle-u6wGl8M7.js → bundle-3HXTcxM8.js} +2 -2
- package/cjs/chunks/bundle-3HXTcxM8.js.map +1 -0
- package/cjs/chunks/{bundle--nSokLbs.js → bundle-3adobhLn.js} +4 -4
- package/cjs/chunks/{bundle--nSokLbs.js.map → bundle-3adobhLn.js.map} +1 -1
- package/cjs/chunks/{bundle-XQp_z25X.js → bundle-3mY1Vcz8.js} +1 -1
- package/cjs/chunks/bundle-3mY1Vcz8.js.map +1 -0
- package/cjs/chunks/{bundle-P9ECtUIg.js → bundle-5IkTX3IV.js} +1 -1
- package/cjs/chunks/bundle-5IkTX3IV.js.map +1 -0
- package/cjs/chunks/{bundle-6lzPsGGg.js → bundle-5LtRJi82.js} +1 -1
- package/cjs/chunks/bundle-5LtRJi82.js.map +1 -0
- package/cjs/chunks/{bundle-B2URBvLa.js → bundle-7W8pcL9W.js} +36 -30
- package/cjs/chunks/{bundle-B2URBvLa.js.map → bundle-7W8pcL9W.js.map} +1 -1
- package/cjs/chunks/{bundle-anz1RDDi.js → bundle-DqsSLklY.js} +1 -1
- package/cjs/chunks/bundle-DqsSLklY.js.map +1 -0
- package/cjs/chunks/{bundle-dRs-FBcA.js → bundle-E4uJdfwm.js} +23 -23
- package/cjs/chunks/{bundle-dRs-FBcA.js.map → bundle-E4uJdfwm.js.map} +1 -1
- package/cjs/chunks/{bundle-6Hhs3UDZ.js → bundle-EAk9kTGy.js} +7 -7
- package/cjs/chunks/bundle-EAk9kTGy.js.map +1 -0
- package/cjs/chunks/{bundle-2qeSCHXk.js → bundle-EYi_gu9z.js} +6 -6
- package/cjs/chunks/bundle-EYi_gu9z.js.map +1 -0
- package/cjs/chunks/{bundle-M_Oo35uA.js → bundle-G4vR952b.js} +15 -15
- package/cjs/chunks/bundle-G4vR952b.js.map +1 -0
- package/cjs/chunks/{bundle-obZkBbeC.js → bundle-Gz77Ky0z.js} +1 -1
- package/cjs/chunks/bundle-Gz77Ky0z.js.map +1 -0
- package/cjs/chunks/{bundle-83wda5U6.js → bundle-Ig-Usgj9.js} +5 -5
- package/cjs/chunks/bundle-Ig-Usgj9.js.map +1 -0
- package/cjs/chunks/{bundle-wavkc3Kq.js → bundle-Ix7R72D2.js} +1 -1
- package/cjs/chunks/bundle-Ix7R72D2.js.map +1 -0
- package/cjs/chunks/{bundle-enOQn3TL.js → bundle-KTyWOwG2.js} +4 -4
- package/cjs/chunks/bundle-KTyWOwG2.js.map +1 -0
- package/cjs/chunks/{bundle-t25WVQ0m.js → bundle-LsWcIQtv.js} +1 -1
- package/cjs/chunks/bundle-LsWcIQtv.js.map +1 -0
- package/cjs/chunks/{bundle-EBkO4aEF.js → bundle-MZJMdY3O.js} +1 -1
- package/cjs/chunks/bundle-MZJMdY3O.js.map +1 -0
- package/cjs/chunks/{bundle-RHjpe1Wn.js → bundle-N-Js4Fxv.js} +3 -3
- package/cjs/chunks/bundle-N-Js4Fxv.js.map +1 -0
- package/cjs/chunks/{bundle-2So6Wj07.js → bundle-NWDpK9e9.js} +3 -3
- package/cjs/chunks/bundle-NWDpK9e9.js.map +1 -0
- package/cjs/chunks/{bundle-MNJyfl5n.js → bundle-QPgc6MhZ.js} +4 -4
- package/cjs/chunks/{bundle-BfyJKMOR.js.map → bundle-QPgc6MhZ.js.map} +1 -1
- package/cjs/chunks/{bundle-AWGM3boV.js → bundle-R75Gdnq0.js} +1 -1
- package/cjs/chunks/bundle-R75Gdnq0.js.map +1 -0
- package/cjs/chunks/{bundle-zmeetFhM.js → bundle-S91bAZDa.js} +3 -3
- package/cjs/chunks/bundle-S91bAZDa.js.map +1 -0
- package/cjs/chunks/{bundle-Z_jxs6wq.js → bundle-UTLtv7Dc.js} +2 -4
- package/cjs/chunks/bundle-UTLtv7Dc.js.map +1 -0
- package/cjs/chunks/{bundle-Nn4mB-J9.js → bundle-UVCJl8Wc.js} +9 -9
- package/cjs/chunks/{bundle-Nn4mB-J9.js.map → bundle-UVCJl8Wc.js.map} +1 -1
- package/cjs/chunks/{bundle-8HbTOCEj.js → bundle-W9pnReTd.js} +1 -1
- package/cjs/chunks/bundle-W9pnReTd.js.map +1 -0
- package/cjs/chunks/{bundle-IxlbhmKT.js → bundle-WDwSeAW7.js} +1 -1
- package/cjs/chunks/bundle-WDwSeAW7.js.map +1 -0
- package/cjs/chunks/{bundle-21PdO49k.js → bundle-bDFqOczp.js} +3 -3
- package/cjs/chunks/bundle-bDFqOczp.js.map +1 -0
- package/cjs/chunks/{bundle-0IViyhgL.js → bundle-blD9urLX.js} +1 -1
- package/cjs/chunks/bundle-blD9urLX.js.map +1 -0
- package/cjs/chunks/{bundle-h5T4ARM_.js → bundle-c05SIazj.js} +1 -1
- package/cjs/chunks/bundle-c05SIazj.js.map +1 -0
- package/cjs/chunks/{bundle-U3sSR19H.js → bundle-ceCWOpd3.js} +1 -1
- package/cjs/chunks/bundle-ceCWOpd3.js.map +1 -0
- package/cjs/chunks/{bundle-4FAmtuEf.js → bundle-d_8vTVPc.js} +1 -1
- package/cjs/chunks/bundle-d_8vTVPc.js.map +1 -0
- package/cjs/chunks/{bundle-AxqAqeY_.js → bundle-fREzKsfC.js} +1 -1
- package/cjs/chunks/bundle-fREzKsfC.js.map +1 -0
- package/cjs/chunks/{bundle-l_xY0NCi.js → bundle-gnZHPm5v.js} +4 -4
- package/cjs/chunks/{bundle-l_xY0NCi.js.map → bundle-gnZHPm5v.js.map} +1 -1
- package/cjs/chunks/{bundle-2HKOrfvp.js → bundle-hOfoYdci.js} +8 -4
- package/cjs/chunks/bundle-hOfoYdci.js.map +1 -0
- package/cjs/chunks/{bundle-H4IfpZyd.js → bundle-ieMQqfwp.js} +1 -1
- package/cjs/chunks/bundle-ieMQqfwp.js.map +1 -0
- package/cjs/chunks/{bundle-2i_5f8Bs.js → bundle-lQOiJLzy.js} +1 -1
- package/cjs/chunks/bundle-lQOiJLzy.js.map +1 -0
- package/cjs/chunks/{bundle-sjXXbwtq.js → bundle-lYWFc2Ik.js} +1 -1
- package/cjs/chunks/bundle-lYWFc2Ik.js.map +1 -0
- package/cjs/chunks/{bundle-kt-dgPLv.js → bundle-m1U_9lcF.js} +1 -1
- package/cjs/chunks/bundle-m1U_9lcF.js.map +1 -0
- package/cjs/chunks/{bundle-O8LgB96u.js → bundle-n8Q70C50.js} +10 -32
- package/cjs/chunks/bundle-n8Q70C50.js.map +1 -0
- package/cjs/chunks/{bundle-dVgvU85H.js → bundle-nFbc6RgY.js} +10 -10
- package/cjs/chunks/{bundle-2HKOrfvp.js.map → bundle-nFbc6RgY.js.map} +1 -1
- package/cjs/chunks/{bundle-BfyJKMOR.js → bundle-nGJDRRrC.js} +4 -4
- package/cjs/chunks/{bundle-MNJyfl5n.js.map → bundle-nGJDRRrC.js.map} +1 -1
- package/cjs/chunks/{bundle-H1aRxaUU.js → bundle-oh8SSgcL.js} +5 -5
- package/cjs/chunks/bundle-oh8SSgcL.js.map +1 -0
- package/cjs/chunks/{bundle-MJ388liH.js → bundle-pOW_sYOg.js} +19 -29
- package/cjs/chunks/{bundle-MJ388liH.js.map → bundle-pOW_sYOg.js.map} +1 -1
- package/cjs/chunks/{bundle-9nTl8EO0.js → bundle-qZr8vEca.js} +2 -2
- package/cjs/chunks/bundle-qZr8vEca.js.map +1 -0
- package/cjs/chunks/{bundle-97AXZ3Aa.js → bundle-qjP8zW8Q.js} +60 -199
- package/cjs/chunks/bundle-qjP8zW8Q.js.map +1 -0
- package/cjs/chunks/{bundle-QdmOJFI0.js → bundle-qtCGPANY.js} +5 -5
- package/cjs/chunks/bundle-qtCGPANY.js.map +1 -0
- package/cjs/chunks/{bundle-X2ANxtXU.js → bundle-qwCQk6XG.js} +2 -2
- package/cjs/chunks/bundle-qwCQk6XG.js.map +1 -0
- package/cjs/chunks/{bundle-MKIuQx71.js → bundle-rv_NtPYp.js} +1 -1
- package/cjs/chunks/bundle-rv_NtPYp.js.map +1 -0
- package/cjs/chunks/{bundle-VHEAcTWW.js → bundle-tY4lGPo6.js} +8 -8
- package/cjs/chunks/bundle-tY4lGPo6.js.map +1 -0
- package/cjs/chunks/{bundle-TwEIwM-Y.js → bundle-ujrdT0TO.js} +3 -3
- package/cjs/chunks/bundle-ujrdT0TO.js.map +1 -0
- package/cjs/chunks/{bundle-A86YKdDD.js → bundle-ukb9g9IV.js} +3 -12
- package/cjs/chunks/bundle-ukb9g9IV.js.map +1 -0
- package/cjs/chunks/{bundle-Q4iSGja9.js → bundle-veo1t69W.js} +5 -5
- package/cjs/chunks/bundle-veo1t69W.js.map +1 -0
- package/cjs/chunks/{bundle-fiT-psl1.js → bundle-vhxtA1Qj.js} +1 -1
- package/cjs/chunks/bundle-vhxtA1Qj.js.map +1 -0
- package/cjs/chunks/{bundle-tbQlXoTS.js → bundle-vxKYA92Y.js} +16 -13
- package/cjs/chunks/bundle-vxKYA92Y.js.map +1 -0
- package/cjs/chunks/{bundle-PfAFx9_e.js → bundle-xPZ9sQmQ.js} +1 -1
- package/cjs/chunks/bundle-xPZ9sQmQ.js.map +1 -0
- package/cjs/chunks/{bundle-TYNh0h44.js → bundle-xsOBZoGj.js} +4 -4
- package/cjs/chunks/bundle-xsOBZoGj.js.map +1 -0
- package/cjs/chunks/{bundle-f1Y7sOmQ.js → bundle-yPs-mdmZ.js} +1 -1
- package/cjs/chunks/bundle-yPs-mdmZ.js.map +1 -0
- package/cjs/chunks/{bundle-mDmgt9SU.js → bundle-zqDt58bi.js} +5 -5
- package/cjs/chunks/bundle-zqDt58bi.js.map +1 -0
- package/cjs/chunks/{bundle-A3_rgrPH.js → bundle-zx3ATvGO.js} +3 -3
- package/cjs/chunks/{bundle-A3_rgrPH.js.map → bundle-zx3ATvGO.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/dist/index.css +60 -60
- package/dist/index.css.map +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-6lzPsGGg.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
package/hooks/useModal.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray, _ as __assign } from '../chunks/bundle-
|
|
1
|
+
import { a as __spreadArray, _ as __assign } from '../chunks/bundle-vwWaTJzg.js';
|
|
2
2
|
import React__default, { createContext, useState, useCallback, useMemo, useContext } from 'react';
|
|
3
|
-
import { K } from '../chunks/bundle-
|
|
4
|
-
import { n as noop } from '../chunks/bundle-
|
|
5
|
-
import { M as Modal } from '../chunks/bundle-
|
|
6
|
-
export { a as MODAL_ROOT, b as ModalRoot } from '../chunks/bundle-
|
|
3
|
+
import { K } from '../chunks/bundle-bDWAVmob.js';
|
|
4
|
+
import { n as noop } from '../chunks/bundle-wwLAI-Tt.js';
|
|
5
|
+
import { M as Modal } from '../chunks/bundle-dNxyH8Er.js';
|
|
6
|
+
export { a as MODAL_ROOT, b as ModalRoot } from '../chunks/bundle-dNxyH8Er.js';
|
|
7
7
|
import 'react-dom';
|
|
8
|
-
import '../chunks/bundle
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
11
|
-
import '../chunks/bundle-
|
|
8
|
+
import '../chunks/bundle-gKkAyMAQ.js';
|
|
9
|
+
import '../chunks/bundle-yeq5dlz7.js';
|
|
10
|
+
import '../chunks/bundle-1DDGx2zI.js';
|
|
11
|
+
import '../chunks/bundle-lsEXnFwe.js';
|
|
12
12
|
import '../ui/IconButton.js';
|
|
13
13
|
import '../ui/Button.js';
|
|
14
|
-
import '../chunks/bundle-
|
|
14
|
+
import '../chunks/bundle-udE7DsNo.js';
|
|
15
15
|
import '../ui/Icon.js';
|
|
16
16
|
|
|
17
17
|
var GlobalModalContext = createContext({
|
package/index.js
CHANGED
|
@@ -3,71 +3,71 @@ export { default as App } from './App.js';
|
|
|
3
3
|
export { default as ChannelSettings } from './ChannelSettings.js';
|
|
4
4
|
export { default as ChannelList } from './ChannelList.js';
|
|
5
5
|
export { default as Channel } from './Channel.js';
|
|
6
|
-
export { g as getStringSet } from './chunks/bundle-
|
|
6
|
+
export { g as getStringSet } from './chunks/bundle-yeq5dlz7.js';
|
|
7
7
|
export { default as OpenChannel } from './OpenChannel.js';
|
|
8
8
|
export { default as OpenChannelSettings } from './OpenChannelSettings.js';
|
|
9
9
|
export { default as MessageSearch } from './MessageSearch.js';
|
|
10
10
|
export { default as withSendBird } from './withSendbird.js';
|
|
11
11
|
export { default as sendBirdSelectors, default as sendbirdSelectors } from './sendbirdSelectors.js';
|
|
12
12
|
export { useSendbirdStateContext } from './useSendbirdStateContext.js';
|
|
13
|
-
export { T as TypingIndicatorType } from './chunks/bundle
|
|
14
|
-
import './chunks/bundle-
|
|
13
|
+
export { T as TypingIndicatorType } from './chunks/bundle--ItQfSTI.js';
|
|
14
|
+
import './chunks/bundle-vwWaTJzg.js';
|
|
15
15
|
import 'react';
|
|
16
16
|
import '@sendbird/uikit-tools';
|
|
17
17
|
import 'css-vars-ponyfill';
|
|
18
|
-
import './chunks/bundle-
|
|
19
|
-
import './chunks/bundle-
|
|
18
|
+
import './chunks/bundle-bDWAVmob.js';
|
|
19
|
+
import './chunks/bundle-AcAJGwBh.js';
|
|
20
20
|
import '@sendbird/chat';
|
|
21
|
-
import './chunks/bundle-
|
|
21
|
+
import './chunks/bundle-P1wmnvy9.js';
|
|
22
22
|
import '@sendbird/chat/openChannel';
|
|
23
23
|
import '@sendbird/chat/groupChannel';
|
|
24
|
-
import './chunks/bundle
|
|
24
|
+
import './chunks/bundle--yRzbc9U.js';
|
|
25
25
|
import './utils/message/getOutgoingMessageState.js';
|
|
26
|
-
import './chunks/bundle-
|
|
27
|
-
import './chunks/bundle-
|
|
28
|
-
import './chunks/bundle-
|
|
26
|
+
import './chunks/bundle-wwLAI-Tt.js';
|
|
27
|
+
import './chunks/bundle-IKv9Z9_Y.js';
|
|
28
|
+
import './chunks/bundle-78pBi79a.js';
|
|
29
29
|
import './VoiceRecorder/context.js';
|
|
30
|
-
import './chunks/bundle
|
|
31
|
-
import './chunks/bundle-
|
|
32
|
-
import './chunks/bundle-
|
|
30
|
+
import './chunks/bundle-gKkAyMAQ.js';
|
|
31
|
+
import './chunks/bundle-1DDGx2zI.js';
|
|
32
|
+
import './chunks/bundle-dNxyH8Er.js';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import './chunks/bundle-
|
|
34
|
+
import './chunks/bundle-lsEXnFwe.js';
|
|
35
35
|
import './ui/IconButton.js';
|
|
36
36
|
import './ui/Button.js';
|
|
37
|
-
import './chunks/bundle-
|
|
37
|
+
import './chunks/bundle-udE7DsNo.js';
|
|
38
38
|
import './ui/Icon.js';
|
|
39
|
-
import './chunks/bundle-
|
|
39
|
+
import './chunks/bundle-JhkOoTkQ.js';
|
|
40
40
|
import './hooks/useModal.js';
|
|
41
41
|
import './Thread.js';
|
|
42
42
|
import './Thread/context.js';
|
|
43
|
-
import './chunks/bundle-
|
|
44
|
-
import './chunks/bundle
|
|
45
|
-
import './chunks/bundle-
|
|
46
|
-
import './chunks/bundle-
|
|
43
|
+
import './chunks/bundle-u3j2nR-h.js';
|
|
44
|
+
import './chunks/bundle-gpPQ_Did.js';
|
|
45
|
+
import './chunks/bundle-T-S631y-.js';
|
|
46
|
+
import './chunks/bundle-brC7Asxc.js';
|
|
47
47
|
import '@sendbird/chat/message';
|
|
48
|
-
import './chunks/bundle-
|
|
48
|
+
import './chunks/bundle-uHZAUI7c.js';
|
|
49
49
|
import './Thread/context/types.js';
|
|
50
|
-
import './chunks/bundle-
|
|
51
|
-
import './chunks/bundle-
|
|
50
|
+
import './chunks/bundle-st6t2DcW.js';
|
|
51
|
+
import './chunks/bundle-KMF_Auff.js';
|
|
52
52
|
import './Thread/components/ThreadUI.js';
|
|
53
|
-
import './chunks/bundle-
|
|
53
|
+
import './chunks/bundle-pUEPyEg9.js';
|
|
54
54
|
import './Thread/components/ParentMessageInfo.js';
|
|
55
|
-
import './chunks/bundle-
|
|
56
|
-
import './chunks/bundle-
|
|
55
|
+
import './chunks/bundle-0LVBY1Kh.js';
|
|
56
|
+
import './chunks/bundle-8RtzOyFC.js';
|
|
57
57
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
58
58
|
import './ui/ImageRenderer.js';
|
|
59
59
|
import './ui/TextButton.js';
|
|
60
|
-
import './chunks/bundle-
|
|
60
|
+
import './chunks/bundle-58DQiUD5.js';
|
|
61
61
|
import './ui/EmojiReactions.js';
|
|
62
62
|
import './ui/ReactionBadge.js';
|
|
63
63
|
import './ui/ReactionButton.js';
|
|
64
|
-
import './chunks/bundle-
|
|
64
|
+
import './chunks/bundle-0fMsVhUd.js';
|
|
65
65
|
import './ui/ContextMenu.js';
|
|
66
66
|
import './ui/SortByRow.js';
|
|
67
67
|
import './ui/BottomSheet.js';
|
|
68
68
|
import './ui/UserListItem.js';
|
|
69
|
-
import './chunks/bundle-
|
|
70
|
-
import './chunks/bundle-
|
|
69
|
+
import './chunks/bundle-4IJH7QEY.js';
|
|
70
|
+
import './chunks/bundle-TsienPu3.js';
|
|
71
71
|
import './ui/MutedAvatarOverlay.js';
|
|
72
72
|
import './ui/Checkbox.js';
|
|
73
73
|
import './ui/UserProfile.js';
|
|
@@ -79,73 +79,73 @@ import './ui/ProgressBar.js';
|
|
|
79
79
|
import './VoicePlayer/useVoicePlayer.js';
|
|
80
80
|
import './ui/PlaybackTime.js';
|
|
81
81
|
import './ui/Loader.js';
|
|
82
|
-
import './chunks/bundle-
|
|
83
|
-
import './chunks/bundle-
|
|
82
|
+
import './chunks/bundle-czxH9r2i.js';
|
|
83
|
+
import './chunks/bundle-zqu04qTx.js';
|
|
84
84
|
import './ui/MentionLabel.js';
|
|
85
85
|
import './ui/LinkLabel.js';
|
|
86
|
-
import './chunks/bundle-
|
|
87
|
-
import './chunks/bundle-
|
|
88
|
-
import './chunks/bundle-
|
|
89
|
-
import './chunks/bundle-
|
|
86
|
+
import './chunks/bundle-l4t9ThVv.js';
|
|
87
|
+
import './chunks/bundle-7pl3B4SW.js';
|
|
88
|
+
import './chunks/bundle-nrm7--0q.js';
|
|
89
|
+
import './chunks/bundle-ui21vRGg.js';
|
|
90
90
|
import './Channel/hooks/useInitialMessagesFetch.js';
|
|
91
91
|
import './Channel/components/SuggestedMentionList.js';
|
|
92
|
-
import './chunks/bundle-
|
|
92
|
+
import './chunks/bundle-yDQ7CB8I.js';
|
|
93
93
|
import './ui/MessageItemMenu.js';
|
|
94
|
-
import './chunks/bundle-
|
|
94
|
+
import './chunks/bundle-OrHk5n_A.js';
|
|
95
95
|
import './ui/MessageItemReactionMenu.js';
|
|
96
96
|
import './ui/MessageInput.js';
|
|
97
|
-
import './chunks/bundle-
|
|
97
|
+
import './chunks/bundle-DRnzKt-b.js';
|
|
98
98
|
import 'dompurify';
|
|
99
|
-
import './chunks/bundle-
|
|
100
|
-
import './chunks/bundle-
|
|
101
|
-
import './chunks/bundle-
|
|
102
|
-
import './chunks/bundle-
|
|
99
|
+
import './chunks/bundle-mcex4MSM.js';
|
|
100
|
+
import './chunks/bundle-uI7_T-M6.js';
|
|
101
|
+
import './chunks/bundle-zNT2XhnG.js';
|
|
102
|
+
import './chunks/bundle-Lh-vR1CZ.js';
|
|
103
103
|
import './Message/hooks/useDirtyGetMentions.js';
|
|
104
104
|
import './Thread/components/ThreadHeader.js';
|
|
105
105
|
import './Thread/components/ThreadList.js';
|
|
106
106
|
import './Thread/components/ThreadListItem.js';
|
|
107
107
|
import './ui/DateSeparator.js';
|
|
108
|
-
import './chunks/bundle-
|
|
109
|
-
import './chunks/bundle-
|
|
110
|
-
import './chunks/bundle-
|
|
108
|
+
import './chunks/bundle-qVHH4JST.js';
|
|
109
|
+
import './chunks/bundle-H-0BE_Ym.js';
|
|
110
|
+
import './chunks/bundle-fnSnz19k.js';
|
|
111
111
|
import './ui/TextMessageItemBody.js';
|
|
112
112
|
import './ui/OGMessageItemBody.js';
|
|
113
113
|
import './ui/FileMessageItemBody.js';
|
|
114
114
|
import './ui/ThumbnailMessageItemBody.js';
|
|
115
|
-
import './chunks/bundle-
|
|
115
|
+
import './chunks/bundle-0ALwnHNc.js';
|
|
116
116
|
import './ui/UnknownMessageItemBody.js';
|
|
117
117
|
import 'date-fns';
|
|
118
118
|
import './Thread/components/ThreadMessageInput.js';
|
|
119
|
-
import './chunks/bundle-
|
|
119
|
+
import './chunks/bundle-AkASiaaY.js';
|
|
120
120
|
import './VoiceRecorder/useVoiceRecorder.js';
|
|
121
|
-
import './chunks/bundle-
|
|
121
|
+
import './chunks/bundle-i1mS-JcY.js';
|
|
122
122
|
import './Channel/hooks/useHandleUploadFiles.js';
|
|
123
|
-
import './chunks/bundle-
|
|
123
|
+
import './chunks/bundle-pxrescev.js';
|
|
124
124
|
import './ui/PlaceHolder.js';
|
|
125
125
|
import './ChannelSettings/components/ChannelSettingsUI.js';
|
|
126
126
|
import './ChannelSettings/context.js';
|
|
127
127
|
import './ChannelSettings/components/ChannelProfile.js';
|
|
128
128
|
import './ui/ChannelAvatar.js';
|
|
129
|
-
import './chunks/bundle-
|
|
129
|
+
import './chunks/bundle-HyKeX972.js';
|
|
130
130
|
import './ChannelSettings/components/EditDetailsModal.js';
|
|
131
131
|
import './ui/Input.js';
|
|
132
132
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
133
133
|
import './ui/Accordion.js';
|
|
134
134
|
import './ui/AccordionGroup.js';
|
|
135
|
-
import './chunks/bundle-
|
|
135
|
+
import './chunks/bundle-7zXnNfIQ.js';
|
|
136
136
|
import './ui/Badge.js';
|
|
137
137
|
import './ui/Toggle.js';
|
|
138
138
|
import './ChannelSettings/components/UserListItem.js';
|
|
139
|
-
import './chunks/bundle-
|
|
139
|
+
import './chunks/bundle-wNKgjzsO.js';
|
|
140
140
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
141
141
|
import './ChannelSettings/components/UserPanel.js';
|
|
142
|
-
import './chunks/bundle-
|
|
142
|
+
import './chunks/bundle-EMSxA1Fh.js';
|
|
143
143
|
import './ChannelList/components/ChannelListUI.js';
|
|
144
144
|
import './ChannelList/components/ChannelListHeader.js';
|
|
145
145
|
import './ChannelList/components/AddChannel.js';
|
|
146
146
|
import './CreateChannel.js';
|
|
147
147
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
148
|
-
import './chunks/bundle-
|
|
148
|
+
import './chunks/bundle-VjG3_Cxe.js';
|
|
149
149
|
import './CreateChannel/components/InviteUsers.js';
|
|
150
150
|
import './CreateChannel/components/SelectChannelType.js';
|
|
151
151
|
import './ChannelList/components/ChannelPreview.js';
|
|
@@ -161,27 +161,27 @@ import './Channel/components/ChannelHeader.js';
|
|
|
161
161
|
import './Channel/components/MessageInput.js';
|
|
162
162
|
import './ui/QuoteMessageInput.js';
|
|
163
163
|
import './OpenChannel/components/OpenChannelUI.js';
|
|
164
|
-
import './chunks/bundle-
|
|
164
|
+
import './chunks/bundle-xnF6_yRz.js';
|
|
165
165
|
import './OpenChannel/components/OpenChannelInput.js';
|
|
166
166
|
import './OpenChannel/components/FrozenChannelNotification.js';
|
|
167
167
|
import './OpenChannel/components/OpenChannelHeader.js';
|
|
168
168
|
import './OpenChannel/components/OpenChannelMessageList.js';
|
|
169
169
|
import './OpenChannel/components/OpenChannelMessage.js';
|
|
170
170
|
import './ui/OpenchannelUserMessage.js';
|
|
171
|
-
import './chunks/bundle-
|
|
172
|
-
import './chunks/bundle-
|
|
171
|
+
import './chunks/bundle-5OkWTjml.js';
|
|
172
|
+
import './chunks/bundle-PLqfF7ux.js';
|
|
173
173
|
import './ui/OpenChannelAdminMessage.js';
|
|
174
174
|
import './ui/OpenchannelOGMessage.js';
|
|
175
175
|
import './ui/OpenchannelThumbnailMessage.js';
|
|
176
176
|
import './ui/OpenchannelFileMessage.js';
|
|
177
|
-
import './chunks/bundle-
|
|
177
|
+
import './chunks/bundle-A-MnkKwW.js';
|
|
178
178
|
import './OpenChannelSettings/components/OpenChannelSettingsUI.js';
|
|
179
179
|
import './OpenChannelSettings/context.js';
|
|
180
180
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
181
181
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
182
182
|
import './ui/OpenChannelAvatar.js';
|
|
183
183
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
184
|
-
import './chunks/bundle-
|
|
184
|
+
import './chunks/bundle-zZ8I6zHr.js';
|
|
185
185
|
import './MessageSearch/components/MessageSearchUI.js';
|
|
186
186
|
import './MessageSearch/context.js';
|
|
187
187
|
import './ui/MessageSearchItem.js';
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"url": "https://community.sendbird.com"
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://sendbird.com",
|
|
39
|
-
"version": "3.9.3-rc
|
|
39
|
+
"version": "3.9.3-rc.0",
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^16.8.6 || ^17.0.0 || ^18.0.0",
|
|
42
42
|
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0"
|
package/pubSub/topics.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b as PUBSUB_TOPICS, P as PublishingModuleType, p as default } from '../chunks/bundle
|
|
1
|
+
export { b as PUBSUB_TOPICS, P as PublishingModuleType, p as default } from '../chunks/bundle-gpPQ_Did.js';
|
|
2
2
|
//# sourceMappingURL=topics.js.map
|
package/sendbirdSelectors.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as pubSubTopics } from './chunks/bundle
|
|
2
|
-
import { n as noop } from './chunks/bundle-
|
|
1
|
+
import { p as pubSubTopics } from './chunks/bundle-gpPQ_Did.js';
|
|
2
|
+
import { n as noop } from './chunks/bundle-wwLAI-Tt.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* 1. UIKit Instances
|
|
@@ -10,6 +10,6 @@ export type GlobalModalProviderProps = React.PropsWithChildren<unknown>;
|
|
|
10
10
|
export interface GlobalModalContextInterface {
|
|
11
11
|
openModal: (props: OpenGlobalModalProps) => void;
|
|
12
12
|
}
|
|
13
|
-
export declare const GlobalModalProvider: ({ children }: GlobalModalProviderProps) => JSX.Element;
|
|
13
|
+
export declare const GlobalModalProvider: ({ children }: GlobalModalProviderProps) => React.JSX.Element;
|
|
14
14
|
export declare const useGlobalModalContext: () => GlobalModalContextInterface;
|
|
15
15
|
export * from './ModalRoot';
|
package/types/lib/Sendbird.d.ts
CHANGED
|
@@ -61,5 +61,5 @@ export interface SendbirdProviderProps extends CommonUIKitConfigProps, React.Pro
|
|
|
61
61
|
isMultipleFilesMessageEnabled?: boolean;
|
|
62
62
|
eventHandlers?: SBUEventHandlers;
|
|
63
63
|
}
|
|
64
|
-
export declare function SendbirdProvider(props: SendbirdProviderProps): JSX.Element;
|
|
64
|
+
export declare function SendbirdProvider(props: SendbirdProviderProps): React.JSX.Element;
|
|
65
65
|
export default SendbirdProvider;
|
|
@@ -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-vwWaTJzg.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-7zXnNfIQ.js';
|
|
6
|
+
import '../chunks/bundle-wwLAI-Tt.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-7zXnNfIQ.js';
|
|
3
|
+
import '../chunks/bundle-wwLAI-Tt.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-vwWaTJzg.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-udE7DsNo.js';
|
|
4
|
+
import '../chunks/bundle-yeq5dlz7.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-vwWaTJzg.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-P1wmnvy9.js';
|
|
5
|
+
export { b as AvatarInner, A as default } from '../chunks/bundle-4IJH7QEY.js';
|
|
6
|
+
import '../chunks/bundle-TsienPu3.js';
|
|
7
7
|
import './Icon.js';
|
|
8
|
-
import '../chunks/bundle-
|
|
8
|
+
import '../chunks/bundle-wwLAI-Tt.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-vwWaTJzg.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-udE7DsNo.js';
|
|
4
|
+
import { L as LocalizationContext } from '../chunks/bundle-gKkAyMAQ.js';
|
|
5
|
+
import '../chunks/bundle-yeq5dlz7.js';
|
|
6
|
+
import '../chunks/bundle-1DDGx2zI.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;
|