@sendbird/uikit-react 3.8.2 → 3.9.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 +57 -54
- package/App.js.map +1 -1
- package/CHANGELOG.md +114 -0
- package/Channel/components/ChannelHeader.js +25 -24
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +59 -53
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +24 -23
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +45 -44
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +37 -35
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +57 -241
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +23 -23
- package/Channel/components/SuggestedMentionList.js +23 -22
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +19 -19
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +16 -16
- package/{chunks/bundle-tR2Ipjel.js → Channel/hooks/useHandleUploadFiles.js} +22 -138
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -0
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +53 -49
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +18 -17
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +9 -8
- package/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/ChannelList/components/ChannelListUI.js +38 -36
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +38 -32
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +34 -33
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +14 -13
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsUI.js +19 -18
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +14 -13
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +17 -16
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +13 -12
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +16 -15
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +19 -18
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +16 -15
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +16 -15
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +16 -15
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -11
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +12 -11
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +15 -14
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile.js +17 -16
- package/EditUserProfile.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +15 -14
- package/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +15 -14
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +15 -14
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +21 -21
- package/OpenChannel/components/OpenChannelMessage.js +33 -32
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +35 -34
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +35 -34
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +35 -34
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +15 -14
- package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/OpenChannelList/components/OpenChannelPreview.js +7 -6
- package/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +15 -14
- package/OpenChannelList.js.map +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -14
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -14
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -18
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +19 -18
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +17 -16
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +19 -18
- package/OpenChannelSettings.js.map +1 -1
- package/README.md +1 -1
- package/SendbirdProvider.js +45 -36
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +44 -43
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +28 -27
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +44 -43
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +50 -49
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +36 -34
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +48 -46
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +82 -53
- package/Thread/context.js.map +1 -1
- package/Thread.js +48 -46
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-qJVzRD5Y.js → bundle-0IelBspE.js} +3 -3
- package/chunks/bundle-0IelBspE.js.map +1 -0
- package/chunks/{bundle-WJ4T7o4h.js → bundle-0SIFukuT.js} +4 -4
- package/chunks/{bundle-WJ4T7o4h.js.map → bundle-0SIFukuT.js.map} +1 -1
- package/chunks/bundle-2AUp3oeN.js +15 -0
- package/chunks/bundle-2AUp3oeN.js.map +1 -0
- package/chunks/{bundle-dGdUFeGw.js → bundle-2YEsND5T.js} +1 -1
- package/chunks/bundle-2YEsND5T.js.map +1 -0
- package/chunks/{bundle-5WxplyP9.js → bundle-3WQuaADd.js} +1 -1
- package/chunks/bundle-3WQuaADd.js.map +1 -0
- package/chunks/{bundle-mg_7Exot.js → bundle-5JvP07dI.js} +5 -5
- package/chunks/bundle-5JvP07dI.js.map +1 -0
- package/chunks/{bundle-JJDjO0bj.js → bundle-6uVd8Nrl.js} +2 -2
- package/chunks/{bundle-JJDjO0bj.js.map → bundle-6uVd8Nrl.js.map} +1 -1
- package/chunks/{bundle-Ey2KFn-R.js → bundle-7x4clnC7.js} +4 -4
- package/chunks/bundle-7x4clnC7.js.map +1 -0
- package/chunks/{bundle-I0NSP9ei.js → bundle-89OkQYTj.js} +1 -1
- package/chunks/bundle-89OkQYTj.js.map +1 -0
- package/chunks/{bundle-LutukB6f.js → bundle-8VA5hO1c.js} +1 -1
- package/chunks/bundle-8VA5hO1c.js.map +1 -0
- package/chunks/{bundle-2zaLibl-.js → bundle-967zXkjf.js} +2 -2
- package/chunks/bundle-967zXkjf.js.map +1 -0
- package/chunks/{bundle-Zl59BqjG.js → bundle-96I4BbNe.js} +7 -7
- package/chunks/{bundle-Zl59BqjG.js.map → bundle-96I4BbNe.js.map} +1 -1
- package/chunks/{bundle-L1jL1HlF.js → bundle-EPtYsHAJ.js} +1 -1
- package/chunks/bundle-EPtYsHAJ.js.map +1 -0
- package/chunks/{bundle-n3JTobCF.js → bundle-EteEacTX.js} +4 -4
- package/chunks/{bundle-n3JTobCF.js.map → bundle-EteEacTX.js.map} +1 -1
- package/chunks/{bundle-GaBLtZQZ.js → bundle-GGcTNRCI.js} +1 -1
- package/chunks/bundle-GGcTNRCI.js.map +1 -0
- package/chunks/{bundle-grxc9ClY.js → bundle-GiSLT4lG.js} +4 -4
- package/chunks/bundle-GiSLT4lG.js.map +1 -0
- package/chunks/{bundle-4yQvKOnq.js → bundle-IeIHBN9i.js} +1 -1
- package/chunks/bundle-IeIHBN9i.js.map +1 -0
- package/chunks/{bundle-atKtJDZx.js → bundle-JSlDfYOF.js} +3 -3
- package/chunks/bundle-JSlDfYOF.js.map +1 -0
- package/chunks/{bundle-fBRojj0w.js → bundle-JhG5BHdE.js} +1 -1
- package/chunks/bundle-JhG5BHdE.js.map +1 -0
- package/chunks/{bundle-JGL7ecyE.js → bundle-JuKER7D_.js} +1 -1
- package/chunks/{bundle-JGL7ecyE.js.map → bundle-JuKER7D_.js.map} +1 -1
- package/chunks/{bundle-NRuB0VyT.js → bundle-Jw6D-oM_.js} +1 -1
- package/chunks/bundle-Jw6D-oM_.js.map +1 -0
- package/chunks/{bundle-zL8um0im.js → bundle-KOKqPpBq.js} +1 -1
- package/chunks/bundle-KOKqPpBq.js.map +1 -0
- package/chunks/{bundle-fiU7Tho8.js → bundle-Ku1a64TD.js} +3 -3
- package/chunks/{bundle-fiU7Tho8.js.map → bundle-Ku1a64TD.js.map} +1 -1
- package/chunks/{bundle-u_gMIDNK.js → bundle-LTnLzJFb.js} +9 -9
- package/chunks/{bundle-u_gMIDNK.js.map → bundle-LTnLzJFb.js.map} +1 -1
- package/chunks/{bundle-8Ct4JuXG.js → bundle-LhtrqZSE.js} +1 -1
- package/chunks/bundle-LhtrqZSE.js.map +1 -0
- package/chunks/{bundle-nB9Rk0Vg.js → bundle-Mn36ivpf.js} +1 -1
- package/chunks/bundle-Mn36ivpf.js.map +1 -0
- package/chunks/{bundle-mjC4Frm5.js → bundle-Nv1SlZSC.js} +2 -2
- package/chunks/bundle-Nv1SlZSC.js.map +1 -0
- package/chunks/{bundle-moPxtvhk.js → bundle-OiOp4RUP.js} +2 -2
- package/chunks/{bundle-moPxtvhk.js.map → bundle-OiOp4RUP.js.map} +1 -1
- package/chunks/{bundle-UvPIovuO.js → bundle-PwOQ689V.js} +1 -1
- package/chunks/bundle-PwOQ689V.js.map +1 -0
- package/chunks/{bundle-BgGUA_Do.js → bundle-QO9wq7-1.js} +18 -18
- package/chunks/{bundle-BgGUA_Do.js.map → bundle-QO9wq7-1.js.map} +1 -1
- package/chunks/{bundle-fRhlDZge.js → bundle-Sk3SXXP7.js} +2 -2
- package/chunks/bundle-Sk3SXXP7.js.map +1 -0
- package/chunks/{bundle-cTKDcBXH.js → bundle-Tep20T57.js} +23 -30
- package/chunks/bundle-Tep20T57.js.map +1 -0
- package/chunks/{bundle-9AVOtanU.js → bundle-WZvwkbYN.js} +3 -3
- package/chunks/bundle-WZvwkbYN.js.map +1 -0
- package/chunks/{bundle-1O7rPYFy.js → bundle-Xly_X4hP.js} +3 -3
- package/chunks/bundle-Xly_X4hP.js.map +1 -0
- package/chunks/{bundle-50blTGht.js → bundle-Xq25cpwP.js} +9 -9
- package/chunks/{bundle-50blTGht.js.map → bundle-Xq25cpwP.js.map} +1 -1
- package/chunks/{bundle-HUCZoqot.js → bundle-Y6TqPszM.js} +2 -2
- package/chunks/{bundle-HUCZoqot.js.map → bundle-Y6TqPszM.js.map} +1 -1
- package/chunks/{bundle-sTNKynXj.js → bundle-YQkYq090.js} +1 -1
- package/chunks/bundle-YQkYq090.js.map +1 -0
- package/chunks/{bundle-6Opy_RV-.js → bundle-YdRy5sj8.js} +3 -3
- package/chunks/{bundle-6Opy_RV-.js.map → bundle-YdRy5sj8.js.map} +1 -1
- package/chunks/{bundle-5asq-E-v.js → bundle-ZNwxfYJx.js} +6 -6
- package/chunks/bundle-ZNwxfYJx.js.map +1 -0
- package/chunks/{bundle-UW-TqfsF.js → bundle-ZT6XnGSN.js} +3 -3
- package/chunks/{bundle-UW-TqfsF.js.map → bundle-ZT6XnGSN.js.map} +1 -1
- package/chunks/{bundle-HTP_W562.js → bundle-cJc3JBZb.js} +3 -3
- package/chunks/bundle-cJc3JBZb.js.map +1 -0
- package/chunks/{bundle-ybonwZPt.js → bundle-dJBzT033.js} +1 -1
- package/chunks/bundle-dJBzT033.js.map +1 -0
- package/chunks/{bundle-kdRMkp9s.js → bundle-h4Ck6NLh.js} +2 -2
- package/chunks/bundle-h4Ck6NLh.js.map +1 -0
- package/chunks/{bundle-KkDaqYo6.js → bundle-hGeYEXGB.js} +2 -2
- package/chunks/{bundle-KkDaqYo6.js.map → bundle-hGeYEXGB.js.map} +1 -1
- package/chunks/{bundle-0QcaQ8yA.js → bundle-jw3t70tT.js} +10 -10
- package/chunks/{bundle-0QcaQ8yA.js.map → bundle-jw3t70tT.js.map} +1 -1
- package/chunks/bundle-jyTJAjUy.js +134 -0
- package/chunks/bundle-jyTJAjUy.js.map +1 -0
- package/chunks/{bundle-9YazFOHk.js → bundle-k4WuO78S.js} +4 -4
- package/chunks/{bundle-9YazFOHk.js.map → bundle-k4WuO78S.js.map} +1 -1
- package/chunks/{bundle-iTeulylJ.js → bundle-l0M5nN1Q.js} +7 -7
- package/chunks/{bundle-iTeulylJ.js.map → bundle-l0M5nN1Q.js.map} +1 -1
- package/chunks/{bundle-EaGyVrR8.js → bundle-lSKfBDuq.js} +3 -3
- package/chunks/{bundle-EaGyVrR8.js.map → bundle-lSKfBDuq.js.map} +1 -1
- package/chunks/{bundle-EoW7JC-6.js → bundle-menQ38z9.js} +6 -10
- package/chunks/bundle-menQ38z9.js.map +1 -0
- package/chunks/{bundle-RXyEKXFG.js → bundle-nHhZeAVb.js} +4 -4
- package/chunks/{bundle-RXyEKXFG.js.map → bundle-nHhZeAVb.js.map} +1 -1
- package/chunks/{bundle-0--XgUA7.js → bundle-oghsyfOE.js} +3 -3
- package/chunks/{bundle-0--XgUA7.js.map → bundle-oghsyfOE.js.map} +1 -1
- package/chunks/{bundle-j2oaAFR4.js → bundle-pCwi8C-K.js} +1 -1
- package/chunks/{bundle-j2oaAFR4.js.map → bundle-pCwi8C-K.js.map} +1 -1
- package/chunks/{bundle-o_MR5zP9.js → bundle-pmVgESW3.js} +2 -2
- package/chunks/{bundle-o_MR5zP9.js.map → bundle-pmVgESW3.js.map} +1 -1
- package/chunks/{bundle-iI1ssAAJ.js → bundle-s3qW-HFQ.js} +1 -1
- package/chunks/bundle-s3qW-HFQ.js.map +1 -0
- package/chunks/{bundle-rYiLt_kr.js → bundle-tUJWK_IX.js} +7 -7
- package/chunks/{bundle-rYiLt_kr.js.map → bundle-tUJWK_IX.js.map} +1 -1
- package/chunks/{bundle-zz-E8ZLu.js → bundle-vSJ8dTAZ.js} +5 -5
- package/chunks/{bundle-zz-E8ZLu.js.map → bundle-vSJ8dTAZ.js.map} +1 -1
- package/chunks/bundle-wRCPXISN.js +262 -0
- package/chunks/bundle-wRCPXISN.js.map +1 -0
- package/chunks/{bundle-FxBVAeu9.js → bundle-xgxXEKxk.js} +1 -1
- package/chunks/{bundle-FxBVAeu9.js.map → bundle-xgxXEKxk.js.map} +1 -1
- package/chunks/{bundle-WiQweU5U.js → bundle-zCWUhqT2.js} +1 -1
- package/chunks/bundle-zCWUhqT2.js.map +1 -0
- package/chunks/{bundle-qReOreYH.js → bundle-zz1eCYds.js} +1 -1
- package/chunks/{bundle-qReOreYH.js.map → bundle-zz1eCYds.js.map} +1 -1
- package/cjs/App.js +57 -54
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +25 -24
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +60 -54
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +24 -23
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +45 -44
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +42 -37
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +58 -238
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +23 -23
- package/cjs/Channel/components/SuggestedMentionList.js +23 -22
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- 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/{chunks/bundle-xXG5L42q.js → Channel/hooks/useHandleUploadFiles.js} +22 -139
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -0
- 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 +53 -49
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +18 -17
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -8
- package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListUI.js +37 -35
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +38 -32
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +34 -33
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -13
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +19 -18
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -13
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +17 -16
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +13 -12
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +16 -15
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +19 -18
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +16 -15
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +16 -15
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +16 -15
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -11
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +12 -11
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +15 -14
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile.js +15 -14
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +15 -14
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +15 -14
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +15 -14
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +21 -21
- package/cjs/OpenChannel/components/OpenChannelMessage.js +33 -32
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +35 -34
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +35 -34
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +35 -34
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -14
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +7 -6
- package/cjs/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +15 -14
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -14
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -18
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +19 -18
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +45 -36
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +42 -41
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +28 -27
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +44 -43
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +48 -47
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +38 -36
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +48 -46
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +82 -53
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +48 -46
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-1Rk5zlYY.js → bundle-0MHADZvF.js} +3 -3
- package/cjs/chunks/bundle-0MHADZvF.js.map +1 -0
- package/cjs/chunks/{bundle-7kVSLQPz.js → bundle-0bOWh2mP.js} +7 -7
- package/cjs/chunks/bundle-0bOWh2mP.js.map +1 -0
- package/cjs/chunks/{bundle-ONpNGzUN.js → bundle-0wbO-LdY.js} +4 -4
- package/cjs/chunks/bundle-0wbO-LdY.js.map +1 -0
- package/cjs/chunks/{bundle-6upaSfL9.js → bundle-5MVOBR4R.js} +3 -3
- package/cjs/chunks/bundle-5MVOBR4R.js.map +1 -0
- package/cjs/chunks/bundle-5NqynIJA.js +264 -0
- package/cjs/chunks/bundle-5NqynIJA.js.map +1 -0
- package/cjs/chunks/{bundle-vvpfLay7.js → bundle-5cuVj6Hi.js} +9 -9
- package/cjs/chunks/bundle-5cuVj6Hi.js.map +1 -0
- package/cjs/chunks/{bundle-4NrBnGEN.js → bundle-7gBYfQwU.js} +18 -18
- package/cjs/chunks/{bundle-4NrBnGEN.js.map → bundle-7gBYfQwU.js.map} +1 -1
- package/cjs/chunks/{bundle-z8FhI7RF.js → bundle-A4ywDIVT.js} +1 -1
- package/cjs/chunks/bundle-A4ywDIVT.js.map +1 -0
- package/cjs/chunks/{bundle-qnGmz8ai.js → bundle-AQhLE-Ci.js} +1 -1
- package/cjs/chunks/{bundle-qnGmz8ai.js.map → bundle-AQhLE-Ci.js.map} +1 -1
- package/cjs/chunks/{bundle-NXDlGjOm.js → bundle-AoaxviqO.js} +2 -2
- package/cjs/chunks/{bundle-NXDlGjOm.js.map → bundle-AoaxviqO.js.map} +1 -1
- package/cjs/chunks/{bundle-hBelyuMa.js → bundle-BA9K_smf.js} +3 -3
- package/{chunks/bundle-tR2Ipjel.js.map → cjs/chunks/bundle-BA9K_smf.js.map} +1 -1
- package/cjs/chunks/{bundle-9GSi_LkG.js → bundle-EVdeXpsD.js} +1 -1
- package/cjs/chunks/bundle-EVdeXpsD.js.map +1 -0
- package/cjs/chunks/{bundle-tFwEElQ4.js → bundle-F--qTOLe.js} +3 -3
- package/cjs/chunks/{bundle-tFwEElQ4.js.map → bundle-F--qTOLe.js.map} +1 -1
- package/cjs/chunks/{bundle-sVUGn8PI.js → bundle-FV9lCJz1.js} +9 -9
- package/cjs/chunks/{bundle-sVUGn8PI.js.map → bundle-FV9lCJz1.js.map} +1 -1
- package/cjs/chunks/{bundle-ww8_Dx5u.js → bundle-FpImAp7o.js} +3 -3
- package/cjs/chunks/bundle-FpImAp7o.js.map +1 -0
- package/cjs/chunks/{bundle-qtVxG8eL.js → bundle-GE1I3PNS.js} +1 -1
- package/cjs/chunks/bundle-GE1I3PNS.js.map +1 -0
- package/cjs/chunks/{bundle-mtATkaCS.js → bundle-HaufoaVC.js} +3 -3
- package/cjs/chunks/bundle-HaufoaVC.js.map +1 -0
- package/cjs/chunks/{bundle-jl7T2kDZ.js → bundle-HjwY9t7s.js} +5 -5
- package/cjs/chunks/bundle-HjwY9t7s.js.map +1 -0
- package/cjs/chunks/{bundle-UEKzL00k.js → bundle-IxIg8fhp.js} +4 -4
- package/cjs/chunks/{bundle-UEKzL00k.js.map → bundle-IxIg8fhp.js.map} +1 -1
- package/cjs/chunks/{bundle-6lAqYT4t.js → bundle-JragPpHy.js} +5 -5
- package/cjs/chunks/bundle-JragPpHy.js.map +1 -0
- package/cjs/chunks/{bundle-GJqVurdA.js → bundle-KKPmuuwX.js} +3 -3
- package/cjs/chunks/bundle-KKPmuuwX.js.map +1 -0
- package/cjs/chunks/{bundle-cIQlPA4P.js → bundle-KVlEj9_l.js} +7 -7
- package/cjs/chunks/{bundle-cIQlPA4P.js.map → bundle-KVlEj9_l.js.map} +1 -1
- package/cjs/chunks/{bundle-mLp_yP52.js → bundle-MBuX_zXW.js} +2 -2
- package/cjs/chunks/bundle-MBuX_zXW.js.map +1 -0
- package/cjs/chunks/bundle-MeuNh9Q9.js +17 -0
- package/cjs/chunks/bundle-MeuNh9Q9.js.map +1 -0
- package/cjs/chunks/{bundle-4ajshWV-.js → bundle-N1ipvkhN.js} +1 -1
- package/cjs/chunks/bundle-N1ipvkhN.js.map +1 -0
- package/cjs/chunks/{bundle--NEfAH1H.js → bundle-NYFm08XH.js} +1 -1
- package/cjs/chunks/bundle-NYFm08XH.js.map +1 -0
- package/cjs/chunks/{bundle--OdfDOjY.js → bundle-Pe-j2f1D.js} +1 -1
- package/cjs/chunks/bundle-Pe-j2f1D.js.map +1 -0
- package/cjs/chunks/{bundle-2s7rxLn3.js → bundle-QH7iLrPR.js} +1 -1
- package/cjs/chunks/{bundle-2s7rxLn3.js.map → bundle-QH7iLrPR.js.map} +1 -1
- package/cjs/chunks/{bundle-8YK4BV9m.js → bundle-SngxTjas.js} +1 -1
- package/cjs/chunks/bundle-SngxTjas.js.map +1 -0
- package/cjs/chunks/{bundle-S6CVN67K.js → bundle-VoZZnYtF.js} +3 -3
- package/cjs/chunks/bundle-VoZZnYtF.js.map +1 -0
- package/cjs/chunks/{bundle-IZeqjgE7.js → bundle-XoWonC_b.js} +2 -2
- package/cjs/chunks/bundle-XoWonC_b.js.map +1 -0
- package/cjs/chunks/{bundle-M4KuiFU1.js → bundle-YjWwnwWH.js} +3 -3
- package/cjs/chunks/{bundle-M4KuiFU1.js.map → bundle-YjWwnwWH.js.map} +1 -1
- package/cjs/chunks/{bundle-uOWwkmAr.js → bundle-YkzD-qec.js} +7 -7
- package/cjs/chunks/bundle-YkzD-qec.js.map +1 -0
- package/cjs/chunks/{bundle-3AvVQDMo.js → bundle-ZurhBjw4.js} +3 -3
- package/cjs/chunks/bundle-ZurhBjw4.js.map +1 -0
- package/cjs/chunks/{bundle-YXCUHkka.js → bundle-cV7uGK08.js} +1 -1
- package/cjs/chunks/{bundle-YXCUHkka.js.map → bundle-cV7uGK08.js.map} +1 -1
- package/cjs/chunks/{bundle-3PJj-XfK.js → bundle-fWyUHuJu.js} +1 -1
- package/cjs/chunks/bundle-fWyUHuJu.js.map +1 -0
- package/cjs/chunks/{bundle-r81ddDqP.js → bundle-gM8i5lGF.js} +1 -1
- package/cjs/chunks/bundle-gM8i5lGF.js.map +1 -0
- package/cjs/chunks/{bundle-X1dqH2Sm.js → bundle-hxGMLtWg.js} +1 -1
- package/cjs/chunks/bundle-hxGMLtWg.js.map +1 -0
- package/cjs/chunks/{bundle-veamuCpa.js → bundle-i5KLDxjz.js} +1 -1
- package/cjs/chunks/bundle-i5KLDxjz.js.map +1 -0
- package/cjs/chunks/{bundle-oCpY1j30.js → bundle-igY82TbB.js} +1 -1
- package/cjs/chunks/bundle-igY82TbB.js.map +1 -0
- package/cjs/chunks/{bundle-zNIQydjM.js → bundle-l92Ws-Rs.js} +1 -1
- package/cjs/chunks/bundle-l92Ws-Rs.js.map +1 -0
- package/cjs/chunks/{bundle-IpMpyY9U.js → bundle-mgmuHFWU.js} +6 -6
- package/cjs/chunks/bundle-mgmuHFWU.js.map +1 -0
- package/cjs/chunks/{bundle-KQyVyq1q.js → bundle-nGMCZjvM.js} +2 -2
- package/cjs/chunks/{bundle-KQyVyq1q.js.map → bundle-nGMCZjvM.js.map} +1 -1
- package/cjs/chunks/{bundle-iOLwSv4j.js → bundle-nuIgQkwQ.js} +2 -2
- package/cjs/chunks/bundle-nuIgQkwQ.js.map +1 -0
- package/cjs/chunks/{bundle-nsOL78qf.js → bundle-o1ta9AIa.js} +1 -1
- package/cjs/chunks/bundle-o1ta9AIa.js.map +1 -0
- package/cjs/chunks/{bundle-r1UVi2ak.js → bundle-omofvX-G.js} +4 -4
- package/cjs/chunks/{bundle-r1UVi2ak.js.map → bundle-omofvX-G.js.map} +1 -1
- package/cjs/chunks/{bundle-QkZHyxSs.js → bundle-ow5FLcVV.js} +1 -1
- package/cjs/chunks/bundle-ow5FLcVV.js.map +1 -0
- package/cjs/chunks/{bundle-DFBAN2Mi.js → bundle-pOTnhSyt.js} +2 -2
- package/cjs/chunks/bundle-pOTnhSyt.js.map +1 -0
- package/cjs/chunks/{bundle-1SeNKVYf.js → bundle-pVKke2mQ.js} +4 -4
- package/cjs/chunks/{bundle-1SeNKVYf.js.map → bundle-pVKke2mQ.js.map} +1 -1
- package/cjs/chunks/{bundle-5SOWNViS.js → bundle-pxBxPT0b.js} +6 -10
- package/cjs/chunks/{bundle-5SOWNViS.js.map → bundle-pxBxPT0b.js.map} +1 -1
- package/cjs/chunks/{bundle-L6ZM4yRd.js → bundle-tFuTz5CT.js} +4 -4
- package/cjs/chunks/{bundle-L6ZM4yRd.js.map → bundle-tFuTz5CT.js.map} +1 -1
- package/cjs/chunks/{bundle-ajGnEkbH.js → bundle-ugapct3R.js} +10 -10
- package/cjs/chunks/bundle-ugapct3R.js.map +1 -0
- package/cjs/chunks/{bundle-wvuQ096A.js → bundle-v8bBiJ_c.js} +1 -1
- package/cjs/chunks/bundle-v8bBiJ_c.js.map +1 -0
- package/cjs/chunks/{bundle-03qc56fX.js → bundle-vSdu8rrq.js} +25 -32
- package/cjs/chunks/bundle-vSdu8rrq.js.map +1 -0
- package/cjs/chunks/{bundle-K0D5qG0j.js → bundle-vWUmeH2R.js} +1 -1
- package/cjs/chunks/bundle-vWUmeH2R.js.map +1 -0
- package/cjs/chunks/{bundle-R4nsdVDF.js → bundle-vWlSj3_G.js} +1 -1
- package/cjs/chunks/bundle-vWlSj3_G.js.map +1 -0
- package/cjs/chunks/{bundle-0ugulztA.js → bundle-wN0CLPzM.js} +4 -4
- package/cjs/chunks/bundle-wN0CLPzM.js.map +1 -0
- package/cjs/chunks/bundle-x3a8KQ02.js +136 -0
- package/cjs/chunks/bundle-x3a8KQ02.js.map +1 -0
- package/cjs/chunks/{bundle-NS_si8Av.js → bundle-xeeBDhY6.js} +1 -1
- package/cjs/chunks/bundle-xeeBDhY6.js.map +1 -0
- package/cjs/chunks/{bundle-VQoPLYq1.js → bundle-xlnqnYUH.js} +2 -2
- package/cjs/chunks/bundle-xlnqnYUH.js.map +1 -0
- package/cjs/chunks/{bundle-DvBNc5Qi.js → bundle-yTYZiuXi.js} +1 -1
- package/cjs/chunks/bundle-yTYZiuXi.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +76 -69
- package/cjs/index.js.map +1 -1
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +5 -4
- package/cjs/ui/Avatar.js.map +1 -1
- 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 -5
- package/cjs/ui/ChannelAvatar.js.map +1 -1
- 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 -15
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +15 -14
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Icon.js +5 -7
- 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 -12
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +137 -84
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +26 -23
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +14 -11
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +15 -14
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +12 -11
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- 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 +18 -19
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +9 -8
- package/cjs/ui/OpenChannelAvatar.js.map +1 -1
- package/cjs/ui/OpenchannelConversationHeader.js +9 -8
- package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
- package/cjs/ui/OpenchannelFileMessage.js +18 -17
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +20 -19
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +17 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +18 -17
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -15
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +9 -8
- package/cjs/ui/ThreadReplies.js.map +1 -1
- 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 +69 -0
- package/cjs/ui/TypingIndicatorBubble.js.map +1 -0
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +13 -12
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +11 -10
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/VoiceMessageInput.js +21 -0
- package/cjs/ui/VoiceMessageInput.js.map +1 -0
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/Word.js +13 -12
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +146 -61
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +72 -69
- package/index.js.map +1 -1
- package/package.json +25 -7
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useOnScrollReachedEndDetector/index.d.ts +7 -0
- package/types/index.d.ts +1 -0
- package/types/lib/hooks/useConnect/connect.d.ts +1 -1
- package/types/lib/hooks/useConnect/setupConnection.d.ts +1 -1
- package/types/lib/hooks/useConnect/types.d.ts +2 -1
- package/types/lib/types.d.ts +5 -1
- package/types/modules/Channel/components/ChannelUI/index.d.ts +1 -0
- package/types/modules/Channel/components/MessageInput/index.d.ts +1 -0
- package/types/modules/Channel/components/MessageList/index.d.ts +1 -0
- package/types/modules/EditUserProfile/components/EditUserProfileUI/index.d.ts +1 -1
- package/types/modules/EditUserProfile/index.d.ts +2 -2
- package/types/types.d.ts +4 -0
- package/types/ui/Avatar/AvatarDefault.d.ts +8 -0
- package/types/ui/Avatar/index.d.ts +2 -0
- package/types/ui/EmojiReactions/index.d.ts +2 -2
- package/types/ui/MessageContent/MessageProfile/index.d.ts +1 -8
- package/types/ui/MessageContent/index.d.ts +6 -0
- package/types/ui/MessageItemMenu/index.d.ts +3 -3
- package/types/ui/MessageItemReactionMenu/index.d.ts +3 -3
- package/types/ui/TypingIndicatorBubble/index.d.ts +12 -0
- package/types/utils/typeHelpers/partialDeep.d.ts +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +5 -4
- package/ui/Avatar.js.map +1 -1
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +6 -5
- package/ui/ChannelAvatar.js.map +1 -1
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +6 -6
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +16 -15
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +15 -14
- package/ui/FileViewer.js.map +1 -1
- package/ui/Icon.js +5 -7
- 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 -12
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +139 -86
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +23 -23
- package/ui/MessageItemReactionMenu.js +11 -11
- package/ui/MessageSearchFileItem.js +15 -14
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +12 -11
- package/ui/MessageSearchItem.js.map +1 -1
- package/ui/MessageStatus.js +12 -12
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +18 -19
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +9 -8
- package/ui/OpenChannelAvatar.js.map +1 -1
- package/ui/OpenchannelConversationHeader.js +9 -8
- package/ui/OpenchannelConversationHeader.js.map +1 -1
- package/ui/OpenchannelFileMessage.js +18 -17
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +20 -19
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +17 -16
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +18 -17
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -15
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +9 -8
- package/ui/ThreadReplies.js.map +1 -1
- 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 +67 -0
- package/ui/TypingIndicatorBubble.js.map +1 -0
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +13 -12
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +11 -10
- package/ui/UserProfile.js.map +1 -1
- package/ui/VoiceMessageInput.js +15 -0
- package/ui/VoiceMessageInput.js.map +1 -0
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +13 -12
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle-1O7rPYFy.js.map +0 -1
- package/chunks/bundle-2zaLibl-.js.map +0 -1
- package/chunks/bundle-4yQvKOnq.js.map +0 -1
- package/chunks/bundle-5WxplyP9.js.map +0 -1
- package/chunks/bundle-5asq-E-v.js.map +0 -1
- package/chunks/bundle-8Ct4JuXG.js.map +0 -1
- package/chunks/bundle-9AVOtanU.js.map +0 -1
- package/chunks/bundle-EoW7JC-6.js.map +0 -1
- package/chunks/bundle-Ey2KFn-R.js.map +0 -1
- package/chunks/bundle-GaBLtZQZ.js.map +0 -1
- package/chunks/bundle-HTP_W562.js.map +0 -1
- package/chunks/bundle-I0NSP9ei.js.map +0 -1
- package/chunks/bundle-L1jL1HlF.js.map +0 -1
- package/chunks/bundle-LutukB6f.js.map +0 -1
- package/chunks/bundle-NRuB0VyT.js.map +0 -1
- package/chunks/bundle-UvPIovuO.js.map +0 -1
- package/chunks/bundle-WiQweU5U.js.map +0 -1
- package/chunks/bundle-atKtJDZx.js.map +0 -1
- package/chunks/bundle-cTKDcBXH.js.map +0 -1
- package/chunks/bundle-dGdUFeGw.js.map +0 -1
- package/chunks/bundle-fBRojj0w.js.map +0 -1
- package/chunks/bundle-fRhlDZge.js.map +0 -1
- package/chunks/bundle-grxc9ClY.js.map +0 -1
- package/chunks/bundle-iI1ssAAJ.js.map +0 -1
- package/chunks/bundle-kdRMkp9s.js.map +0 -1
- package/chunks/bundle-mg_7Exot.js.map +0 -1
- package/chunks/bundle-mjC4Frm5.js.map +0 -1
- package/chunks/bundle-nB9Rk0Vg.js.map +0 -1
- package/chunks/bundle-qJVzRD5Y.js.map +0 -1
- package/chunks/bundle-sTNKynXj.js.map +0 -1
- package/chunks/bundle-ybonwZPt.js.map +0 -1
- package/chunks/bundle-zL8um0im.js.map +0 -1
- package/cjs/chunks/bundle--NEfAH1H.js.map +0 -1
- package/cjs/chunks/bundle--OdfDOjY.js.map +0 -1
- package/cjs/chunks/bundle-03qc56fX.js.map +0 -1
- package/cjs/chunks/bundle-0ugulztA.js.map +0 -1
- package/cjs/chunks/bundle-1Rk5zlYY.js.map +0 -1
- package/cjs/chunks/bundle-3AvVQDMo.js.map +0 -1
- package/cjs/chunks/bundle-3PJj-XfK.js.map +0 -1
- package/cjs/chunks/bundle-4ajshWV-.js.map +0 -1
- package/cjs/chunks/bundle-6lAqYT4t.js.map +0 -1
- package/cjs/chunks/bundle-6upaSfL9.js.map +0 -1
- package/cjs/chunks/bundle-7kVSLQPz.js.map +0 -1
- package/cjs/chunks/bundle-8YK4BV9m.js.map +0 -1
- package/cjs/chunks/bundle-9GSi_LkG.js.map +0 -1
- package/cjs/chunks/bundle-DFBAN2Mi.js.map +0 -1
- package/cjs/chunks/bundle-DvBNc5Qi.js.map +0 -1
- package/cjs/chunks/bundle-GJqVurdA.js.map +0 -1
- package/cjs/chunks/bundle-IZeqjgE7.js.map +0 -1
- package/cjs/chunks/bundle-IpMpyY9U.js.map +0 -1
- package/cjs/chunks/bundle-K0D5qG0j.js.map +0 -1
- package/cjs/chunks/bundle-NS_si8Av.js.map +0 -1
- package/cjs/chunks/bundle-ONpNGzUN.js.map +0 -1
- package/cjs/chunks/bundle-QkZHyxSs.js.map +0 -1
- package/cjs/chunks/bundle-R4nsdVDF.js.map +0 -1
- package/cjs/chunks/bundle-S6CVN67K.js.map +0 -1
- package/cjs/chunks/bundle-VQoPLYq1.js.map +0 -1
- package/cjs/chunks/bundle-X1dqH2Sm.js.map +0 -1
- package/cjs/chunks/bundle-ajGnEkbH.js.map +0 -1
- package/cjs/chunks/bundle-hBelyuMa.js.map +0 -1
- package/cjs/chunks/bundle-iOLwSv4j.js.map +0 -1
- package/cjs/chunks/bundle-jl7T2kDZ.js.map +0 -1
- package/cjs/chunks/bundle-mLp_yP52.js.map +0 -1
- package/cjs/chunks/bundle-mtATkaCS.js.map +0 -1
- package/cjs/chunks/bundle-nsOL78qf.js.map +0 -1
- package/cjs/chunks/bundle-oCpY1j30.js.map +0 -1
- package/cjs/chunks/bundle-qtVxG8eL.js.map +0 -1
- package/cjs/chunks/bundle-r81ddDqP.js.map +0 -1
- package/cjs/chunks/bundle-uOWwkmAr.js.map +0 -1
- package/cjs/chunks/bundle-veamuCpa.js.map +0 -1
- package/cjs/chunks/bundle-vvpfLay7.js.map +0 -1
- package/cjs/chunks/bundle-wvuQ096A.js.map +0 -1
- package/cjs/chunks/bundle-ww8_Dx5u.js.map +0 -1
- package/cjs/chunks/bundle-xXG5L42q.js.map +0 -1
- package/cjs/chunks/bundle-z8FhI7RF.js.map +0 -1
- package/cjs/chunks/bundle-zNIQydjM.js.map +0 -1
- package/cjs/ui/VoiceMessgeInput.js +0 -21
- package/cjs/ui/VoiceMessgeInput.js.map +0 -1
- package/types/ui/TypingIndicatorMessage/index.d.ts +0 -6
- package/ui/VoiceMessgeInput.js +0 -15
- package/ui/VoiceMessgeInput.js.map +0 -1
- /package/types/ui/{TypingIndicatorMessage → TypingIndicatorBubble}/TypingDots.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __spreadArray } from './bundle-Y6TqPszM.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { g as getStringSet } from './bundle-
|
|
3
|
+
import { g as getStringSet } from './bundle-JuKER7D_.js';
|
|
4
4
|
|
|
5
5
|
var Typography = {
|
|
6
6
|
H_1: 'H_1',
|
|
@@ -75,4 +75,4 @@ var LabelColors = Colors;
|
|
|
75
75
|
var LabelStringSet = getStringSet('en');
|
|
76
76
|
|
|
77
77
|
export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
|
|
78
|
-
//# sourceMappingURL=bundle-
|
|
78
|
+
//# sourceMappingURL=bundle-0IelBspE.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-0IelBspE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,9 +2,9 @@ import React__default, { useState, useMemo, useEffect } from 'react';
|
|
|
2
2
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
3
3
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
4
4
|
import ImageRenderer, { getBorderRadiusForMultipleImageRenderer } from '../ui/ImageRenderer.js';
|
|
5
|
-
import { n as getClassName, s as isGif, b as isMultipleFilesMessage } from './bundle-
|
|
6
|
-
import { F as FileViewer } from './bundle-
|
|
7
|
-
import { K } from './bundle-
|
|
5
|
+
import { n as getClassName, s as isGif, b as isMultipleFilesMessage } from './bundle-ZT6XnGSN.js';
|
|
6
|
+
import { F as FileViewer } from './bundle-LTnLzJFb.js';
|
|
7
|
+
import { K } from './bundle-zz1eCYds.js';
|
|
8
8
|
|
|
9
9
|
function ImageGrid(_a) {
|
|
10
10
|
var _b;
|
|
@@ -170,4 +170,4 @@ var useStatefulFileInfoList = function (message) {
|
|
|
170
170
|
};
|
|
171
171
|
|
|
172
172
|
export { MultipleFilesMessageItemBody as M, ThreadMessageKind as T, useStatefulFileInfoList as a, useThreadMessageKindKeySelector as u };
|
|
173
|
-
//# sourceMappingURL=bundle-
|
|
173
|
+
//# sourceMappingURL=bundle-0SIFukuT.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-0SIFukuT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
var pxToNumber = function (px) {
|
|
2
|
+
if (typeof px === 'number') {
|
|
3
|
+
return px;
|
|
4
|
+
}
|
|
5
|
+
if (typeof px === 'string') {
|
|
6
|
+
var parsed = Number.parseFloat(px);
|
|
7
|
+
if (!Number.isNaN(parsed)) {
|
|
8
|
+
return parsed;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return NaN;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export { pxToNumber as p };
|
|
15
|
+
//# sourceMappingURL=bundle-2AUp3oeN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-2AUp3oeN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-2YEsND5T.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-3WQuaADd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { n as noop } from './bundle-
|
|
4
|
-
import { L as LocalizationContext } from './bundle-
|
|
5
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
3
|
+
import { n as noop } from './bundle-JhG5BHdE.js';
|
|
4
|
+
import { L as LocalizationContext } from './bundle-Xly_X4hP.js';
|
|
5
|
+
import { u as useMediaQueryContext } from './bundle-Mn36ivpf.js';
|
|
6
6
|
import IconButton from '../ui/IconButton.js';
|
|
7
7
|
import Button, { ButtonTypes } from '../ui/Button.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-0IelBspE.js';
|
|
10
10
|
|
|
11
11
|
// simple component to be used as modal root
|
|
12
12
|
var MODAL_ROOT = 'sendbird-modal-root';
|
|
@@ -59,4 +59,4 @@ function Modal(props) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
export { Modal as M, MODAL_ROOT as a, ModalRoot as b, ModalFooter as c, ModalHeader as d, ModalBody as e };
|
|
62
|
-
//# sourceMappingURL=bundle-
|
|
62
|
+
//# sourceMappingURL=bundle-5JvP07dI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-5JvP07dI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as requiredArgs, t as toDate } from './bundle-
|
|
1
|
+
import { r as requiredArgs, t as toDate } from './bundle-pmVgESW3.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @name startOfDay
|
|
@@ -63,4 +63,4 @@ function isSameDay(dirtyDateLeft, dirtyDateRight) {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
export { isSameDay as i };
|
|
66
|
-
//# sourceMappingURL=bundle-
|
|
66
|
+
//# sourceMappingURL=bundle-6uVd8Nrl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-6uVd8Nrl.js","sources":["../../node_modules/date-fns/esm/startOfDay/index.js","../../node_modules/date-fns/esm/isSameDay/index.js"],"sourcesContent":["import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name startOfDay\n * @category Day Helpers\n * @summary Return the start of a day for the given date.\n *\n * @description\n * Return the start of a day for the given date.\n * The result will be in the local timezone.\n *\n * @param {Date|Number} date - the original date\n * @returns {Date} the start of a day\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // The start of a day for 2 September 2014 11:55:00:\n * const result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))\n * //=> Tue Sep 02 2014 00:00:00\n */\n\nexport default function startOfDay(dirtyDate) {\n requiredArgs(1, arguments);\n var date = toDate(dirtyDate);\n date.setHours(0, 0, 0, 0);\n return date;\n}","import startOfDay from \"../startOfDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameDay\n * @category Day Helpers\n * @summary Are the given dates in the same day (and year and month)?\n *\n * @description\n * Are the given dates in the same day (and year and month)?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same day (and year and month)\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 4 September 06:00:00 and 4 September 18:00:00 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4, 6, 0), new Date(2014, 8, 4, 18, 0))\n * //=> true\n *\n * @example\n * // Are 4 September and 4 October in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2014, 9, 4))\n * //=> false\n *\n * @example\n * // Are 4 September, 2014 and 4 September, 2015 in the same day?\n * const result = isSameDay(new Date(2014, 8, 4), new Date(2015, 8, 4))\n * //=> false\n */\n\nexport default function isSameDay(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeftStartOfDay = startOfDay(dirtyDateLeft);\n var dateRightStartOfDay = startOfDay(dirtyDateRight);\n return dateLeftStartOfDay.getTime() === dateRightStartOfDay.getTime();\n}"],"names":[],"mappings":";;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,SAAS,EAAE;AAC9C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAC5B,EAAE,OAAO,IAAI,CAAC;AACd;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,SAAS,CAAC,aAAa,EAAE,cAAc,EAAE;AACjE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,kBAAkB,GAAG,UAAU,CAAC,aAAa,CAAC,CAAC;AACrD,EAAE,IAAI,mBAAmB,GAAG,UAAU,CAAC,cAAc,CAAC,CAAC;AACvD,EAAE,OAAO,kBAAkB,CAAC,OAAO,EAAE,KAAK,mBAAmB,CAAC,OAAO,EAAE,CAAC;AACxE;;;;","x_google_ignoreList":[0,1]}
|
|
@@ -6,17 +6,17 @@ var PublishingModuleType;
|
|
|
6
6
|
// NOTE: To maintain compatibility with the sendbirdSelector provided to customers
|
|
7
7
|
// this utility function ensures that if publishingModules is not provided or its length is zero
|
|
8
8
|
// it will maintain the same behavior as before.
|
|
9
|
-
var
|
|
9
|
+
var isTargetIncludedInModules = function (target, modules) {
|
|
10
10
|
if (!modules || modules.length === 0)
|
|
11
11
|
return true;
|
|
12
12
|
else
|
|
13
13
|
return modules.includes(target);
|
|
14
14
|
};
|
|
15
15
|
function shouldPubSubPublishToChannel(modules) {
|
|
16
|
-
return
|
|
16
|
+
return isTargetIncludedInModules(PublishingModuleType.CHANNEL, modules);
|
|
17
17
|
}
|
|
18
18
|
function shouldPubSubPublishToThread(modules) {
|
|
19
|
-
return
|
|
19
|
+
return isTargetIncludedInModules(PublishingModuleType.THREAD, modules);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
// NOTE: It seems not distinguish topics by channel type.
|
|
@@ -39,4 +39,4 @@ var PUBSUB_TOPICS;
|
|
|
39
39
|
var pubSubTopics = PUBSUB_TOPICS;
|
|
40
40
|
|
|
41
41
|
export { PublishingModuleType as P, shouldPubSubPublishToThread as a, PUBSUB_TOPICS as b, pubSubTopics as p, shouldPubSubPublishToChannel as s };
|
|
42
|
-
//# sourceMappingURL=bundle-
|
|
42
|
+
//# sourceMappingURL=bundle-7x4clnC7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-7x4clnC7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-89OkQYTj.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-8VA5hO1c.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { n as noop } from './bundle-
|
|
2
|
+
import { n as noop } from './bundle-JhG5BHdE.js';
|
|
3
3
|
|
|
4
4
|
var Context = React__default.createContext({
|
|
5
5
|
opened: '',
|
|
@@ -9,4 +9,4 @@ var Consumer = Context.Consumer;
|
|
|
9
9
|
var Provider = Context.Provider;
|
|
10
10
|
|
|
11
11
|
export { Consumer as C, Provider as P };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-967zXkjf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-967zXkjf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
|
|
2
|
-
import { f as format } from './bundle-
|
|
3
|
-
import { U as UserProfileProvider } from './bundle-
|
|
4
|
-
import { _ as __assign, a as __spreadArray } from './bundle-
|
|
5
|
-
import { c as compareIds } from './bundle-
|
|
6
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { f as format } from './bundle-pmVgESW3.js';
|
|
3
|
+
import { U as UserProfileProvider } from './bundle-3WQuaADd.js';
|
|
4
|
+
import { _ as __assign, a as __spreadArray } from './bundle-Y6TqPszM.js';
|
|
5
|
+
import { c as compareIds } from './bundle-EPtYsHAJ.js';
|
|
6
|
+
import { p as pubSubTopics } from './bundle-7x4clnC7.js';
|
|
7
7
|
import { ChannelType } from '@sendbird/chat';
|
|
8
8
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
9
|
-
import { u as uuidv4 } from './bundle-
|
|
9
|
+
import { u as uuidv4 } from './bundle-8VA5hO1c.js';
|
|
10
10
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
11
11
|
|
|
12
12
|
var getMessageCreatedAt = function (message) { return format(message.createdAt, 'p'); };
|
|
@@ -1452,4 +1452,4 @@ var OpenChannelProvider = function (props) {
|
|
|
1452
1452
|
var useOpenChannelContext = function () { return React__default.useContext(OpenChannelContext); };
|
|
1453
1453
|
|
|
1454
1454
|
export { OpenChannelProvider as O, compareMessagesForGrouping as c, kFormatter as k, useOpenChannelContext as u };
|
|
1455
|
-
//# sourceMappingURL=bundle-
|
|
1455
|
+
//# sourceMappingURL=bundle-96I4BbNe.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-96I4BbNe.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-EPtYsHAJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
|
-
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-
|
|
3
|
-
import { s as scrollIntoLast$1 } from './bundle-
|
|
4
|
-
import { f as format } from './bundle-
|
|
2
|
+
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-7x4clnC7.js';
|
|
3
|
+
import { s as scrollIntoLast$1 } from './bundle-menQ38z9.js';
|
|
4
|
+
import { f as format } from './bundle-pmVgESW3.js';
|
|
5
5
|
import { getOutgoingMessageState, OutgoingMessageStates } from '../utils/message/getOutgoingMessageState.js';
|
|
6
6
|
|
|
7
7
|
var getNicknamesMapFromMembers = function (members) {
|
|
@@ -217,4 +217,4 @@ var useSendMultipleFilesMessage = function (_a, _b) {
|
|
|
217
217
|
};
|
|
218
218
|
|
|
219
219
|
export { compareIds as a, getNicknamesMapFromMembers as b, compareMessagesForGrouping as c, getParentMessageFrom as g, isAboutSame as i, scrollIntoLast as s, useSendMultipleFilesMessage as u };
|
|
220
|
-
//# sourceMappingURL=bundle-
|
|
220
|
+
//# sourceMappingURL=bundle-EteEacTX.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-EteEacTX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -54,4 +54,4 @@ var channelActions = /*#__PURE__*/Object.freeze({
|
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
export { FETCH_INITIAL_MESSAGES_START as F, MESSAGE_LIST_PARAMS_CHANGED as M, ON_MESSAGE_RECEIVED as O, RESET_MESSAGES as R, SEND_MESSAGE_START as S, FETCH_INITIAL_MESSAGES_SUCCESS as a, FETCH_INITIAL_MESSAGES_FAILURE as b, FETCH_PREV_MESSAGES_SUCCESS as c, FETCH_NEXT_MESSAGES_SUCCESS as d, FETCH_PREV_MESSAGES_FAILURE as e, FETCH_NEXT_MESSAGES_FAILURE as f, SEND_MESSAGE_SUCCESS as g, SEND_MESSAGE_FAILURE as h, SET_CURRENT_CHANNEL as i, SET_CHANNEL_INVALID as j, ON_MESSAGE_UPDATED as k, ON_MESSAGE_THREAD_INFO_UPDATED as l, RESEND_MESSAGE_START as m, MARK_AS_READ as n, ON_MESSAGE_DELETED as o, ON_MESSAGE_DELETED_BY_REQ_ID as p, SET_EMOJI_CONTAINER as q, ON_REACTION_UPDATED as r, ON_FILE_INFO_UPLOADED as s, ON_TYPING_STATUS_UPDATED as t, channelActions as u };
|
|
57
|
-
//# sourceMappingURL=bundle-
|
|
57
|
+
//# sourceMappingURL=bundle-GGcTNRCI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-GGcTNRCI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { K } from './bundle-
|
|
3
|
-
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-
|
|
2
|
+
import { K } from './bundle-zz1eCYds.js';
|
|
3
|
+
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-lSKfBDuq.js';
|
|
4
4
|
import { useMessageContext } from '../Message/context.js';
|
|
5
5
|
import MentionLabel from '../ui/MentionLabel.js';
|
|
6
6
|
import LinkLabel from '../ui/LinkLabel.js';
|
|
7
|
-
import { a as LabelTypography } from './bundle-
|
|
7
|
+
import { a as LabelTypography } from './bundle-0IelBspE.js';
|
|
8
8
|
|
|
9
9
|
// this function is used to generate a unique key for token in message
|
|
10
10
|
// it changes with updated time and index
|
|
@@ -33,4 +33,4 @@ function TextFragment(_a) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export { TextFragment as T };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-GiSLT4lG.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-GiSLT4lG.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-IeIHBN9i.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as isMultipleFilesMessage } from './bundle-
|
|
2
|
-
import { K } from './bundle-
|
|
1
|
+
import { b as isMultipleFilesMessage } from './bundle-ZT6XnGSN.js';
|
|
2
|
+
import { K } from './bundle-zz1eCYds.js';
|
|
3
3
|
|
|
4
4
|
function getModalDeleteMessageTitle(stringSet, message) {
|
|
5
5
|
return K(message)
|
|
@@ -13,4 +13,4 @@ function getModalDeleteMessageTitle(stringSet, message) {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
export { getModalDeleteMessageTitle as g };
|
|
16
|
-
//# sourceMappingURL=bundle-
|
|
16
|
+
//# sourceMappingURL=bundle-JSlDfYOF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-JSlDfYOF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-JhG5BHdE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-JuKER7D_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Jw6D-oM_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-KOKqPpBq.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { createContext, useReducer, useContext } from 'react';
|
|
2
|
-
import { _ as __assign } from './bundle-
|
|
3
|
-
import { g as VOICE_PLAYER_ROOT_ID,
|
|
2
|
+
import { _ as __assign } from './bundle-Y6TqPszM.js';
|
|
3
|
+
import { g as VOICE_PLAYER_ROOT_ID, e as VOICE_PLAYER_AUDIO_ID, a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE } from './bundle-Sk3SXXP7.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
5
|
|
|
6
6
|
var INITIALIZE_AUDIO_UNIT = 'INITIALIZE_AUDIO_UNIT';
|
|
@@ -227,4 +227,4 @@ var VoicePlayerProvider = function (_a) {
|
|
|
227
227
|
var useVoicePlayerContext = function () { return useContext(Context); };
|
|
228
228
|
|
|
229
229
|
export { AudioUnitDefaultValue as A, VOICE_PLAYER_STATUS as V, ALL as a, VoicePlayerProvider as b, useVoicePlayerContext as u };
|
|
230
|
-
//# sourceMappingURL=bundle-
|
|
230
|
+
//# sourceMappingURL=bundle-Ku1a64TD.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Ku1a64TD.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-Y6TqPszM.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useCallback, useRef, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { L as LocalizationContext } from './bundle-
|
|
4
|
+
import { L as LocalizationContext } from './bundle-Xly_X4hP.js';
|
|
5
5
|
import '../hooks/useModal.js';
|
|
6
|
-
import { b as isMultipleFilesMessage, c as isFileMessage, d as isSupportedFileView, e as isVideo$1, f as isImage$1 } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { A as Avatar } from './bundle-
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
+
import { b as isMultipleFilesMessage, c as isFileMessage, d as isSupportedFileView, e as isVideo$1, f as isImage$1 } from './bundle-ZT6XnGSN.js';
|
|
7
|
+
import { n as noop } from './bundle-JhG5BHdE.js';
|
|
8
|
+
import { A as Avatar } from './bundle-Tep20T57.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-0IelBspE.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import { h as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-
|
|
12
|
-
import { a as MODAL_ROOT } from './bundle-
|
|
11
|
+
import { h as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-Sk3SXXP7.js';
|
|
12
|
+
import { a as MODAL_ROOT } from './bundle-5JvP07dI.js';
|
|
13
13
|
|
|
14
14
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
15
15
|
var SUPPORTED_MIMES = {
|
|
@@ -173,4 +173,4 @@ function FileViewer(_a) {
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
export { FileViewer as F, isVideo as a, FileViewerComponent as b, isImage as i };
|
|
176
|
-
//# sourceMappingURL=bundle-
|
|
176
|
+
//# sourceMappingURL=bundle-LTnLzJFb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-LTnLzJFb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-LhtrqZSE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -73,4 +73,4 @@ var MediaQueryProvider = function (props) {
|
|
|
73
73
|
var useMediaQueryContext = function () { return React__default.useContext(MediaQueryContext); };
|
|
74
74
|
|
|
75
75
|
export { MediaQueryProvider as M, useMediaQueryContext as u };
|
|
76
|
-
//# sourceMappingURL=bundle-
|
|
76
|
+
//# sourceMappingURL=bundle-Mn36ivpf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Mn36ivpf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useRef, useEffect, useCallback } from 'react';
|
|
2
|
-
import { S as SCROLL_BUFFER } from './bundle-
|
|
2
|
+
import { S as SCROLL_BUFFER } from './bundle-Sk3SXXP7.js';
|
|
3
3
|
|
|
4
4
|
function useDebounce(callback, delay) {
|
|
5
5
|
var timeoutRef = useRef(null);
|
|
@@ -69,4 +69,4 @@ function useHandleOnScrollCallback(_a) {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
export { useDebounce as a, useHandleOnScrollCallback as u };
|
|
72
|
-
//# sourceMappingURL=bundle-
|
|
72
|
+
//# sourceMappingURL=bundle-Nv1SlZSC.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Nv1SlZSC.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
4
|
+
import { u as useLocalization } from './bundle-Xly_X4hP.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelMessageStatusTypes = {
|
|
7
7
|
NONE: 'none',
|
|
@@ -95,4 +95,4 @@ var OpenChannelMobileMenu = function (props) {
|
|
|
95
95
|
};
|
|
96
96
|
|
|
97
97
|
export { OpenChannelMobileMenu as O, isFineEdit as a, isFineResend as b, isFineDelete as c, checkIsPending as d, checkIsFailed as e, checkIsSent as f, getSenderFromMessage as g, isFineCopy as i, showMenuTrigger as s };
|
|
98
|
-
//# sourceMappingURL=bundle-
|
|
98
|
+
//# sourceMappingURL=bundle-OiOp4RUP.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-OiOp4RUP.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-PwOQ689V.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useEffect, useState, useCallback, useRef, useReducer, useMemo } from 'react';
|
|
2
|
-
import { U as UserProfileProvider } from './bundle-
|
|
2
|
+
import { U as UserProfileProvider } from './bundle-3WQuaADd.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { P as PREV_RESULT_SIZE, N as NEXT_RESULT_SIZE, T as ThreadReplySelectType } from './bundle-
|
|
5
|
-
import { m as mergeAndSortMessages, p as passUnsuccessfullMessages, s as scrollIntoLast, a as scrollToRenderedMessage, g as getAllEmojisMapFromEmojiContainer, f as getNicknamesMapFromMembers } from './bundle-
|
|
6
|
-
import { _ as __assign, a as __spreadArray } from './bundle-
|
|
7
|
-
import { f as format } from './bundle-
|
|
4
|
+
import { P as PREV_RESULT_SIZE, N as NEXT_RESULT_SIZE, T as ThreadReplySelectType } from './bundle-YQkYq090.js';
|
|
5
|
+
import { m as mergeAndSortMessages, p as passUnsuccessfullMessages, s as scrollIntoLast, a as scrollToRenderedMessage, g as getAllEmojisMapFromEmojiContainer, f as getNicknamesMapFromMembers } from './bundle-menQ38z9.js';
|
|
6
|
+
import { _ as __assign, a as __spreadArray } from './bundle-Y6TqPszM.js';
|
|
7
|
+
import { f as format } from './bundle-pmVgESW3.js';
|
|
8
8
|
import { SendingStatus, ReplyType, MessageMetaArray } from '@sendbird/chat/message';
|
|
9
|
-
import { K, S } from './bundle-
|
|
10
|
-
import { R as RESET_MESSAGES, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, c as FETCH_PREV_MESSAGES_SUCCESS, d as FETCH_NEXT_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE, e as FETCH_PREV_MESSAGES_FAILURE, f as FETCH_NEXT_MESSAGES_FAILURE, S as SEND_MESSAGE_START, g as SEND_MESSAGE_SUCCESS, h as SEND_MESSAGE_FAILURE, i as SET_CURRENT_CHANNEL, j as SET_CHANNEL_INVALID, O as ON_MESSAGE_RECEIVED, k as ON_MESSAGE_UPDATED, l as ON_MESSAGE_THREAD_INFO_UPDATED, m as RESEND_MESSAGE_START, n as MARK_AS_READ, o as ON_MESSAGE_DELETED, p as ON_MESSAGE_DELETED_BY_REQ_ID, q as SET_EMOJI_CONTAINER, r as ON_REACTION_UPDATED, M as MESSAGE_LIST_PARAMS_CHANGED, s as ON_FILE_INFO_UPLOADED, t as ON_TYPING_STATUS_UPDATED, u as channelActions } from './bundle-
|
|
11
|
-
import { c as compareIds } from './bundle-
|
|
12
|
-
import { N as isSendableMessage, W as filterMessageListParams } from './bundle-
|
|
9
|
+
import { K, S } from './bundle-zz1eCYds.js';
|
|
10
|
+
import { R as RESET_MESSAGES, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, c as FETCH_PREV_MESSAGES_SUCCESS, d as FETCH_NEXT_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE, e as FETCH_PREV_MESSAGES_FAILURE, f as FETCH_NEXT_MESSAGES_FAILURE, S as SEND_MESSAGE_START, g as SEND_MESSAGE_SUCCESS, h as SEND_MESSAGE_FAILURE, i as SET_CURRENT_CHANNEL, j as SET_CHANNEL_INVALID, O as ON_MESSAGE_RECEIVED, k as ON_MESSAGE_UPDATED, l as ON_MESSAGE_THREAD_INFO_UPDATED, m as RESEND_MESSAGE_START, n as MARK_AS_READ, o as ON_MESSAGE_DELETED, p as ON_MESSAGE_DELETED_BY_REQ_ID, q as SET_EMOJI_CONTAINER, r as ON_REACTION_UPDATED, M as MESSAGE_LIST_PARAMS_CHANGED, s as ON_FILE_INFO_UPLOADED, t as ON_TYPING_STATUS_UPDATED, u as channelActions } from './bundle-GGcTNRCI.js';
|
|
11
|
+
import { c as compareIds } from './bundle-EPtYsHAJ.js';
|
|
12
|
+
import { N as isSendableMessage, W as filterMessageListParams } from './bundle-ZT6XnGSN.js';
|
|
13
13
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
14
|
-
import { u as uuidv4 } from './bundle-
|
|
14
|
+
import { u as uuidv4 } from './bundle-8VA5hO1c.js';
|
|
15
15
|
import useInitialMessagesFetch from '../Channel/hooks/useInitialMessagesFetch.js';
|
|
16
|
-
import { p as pubSubTopics, P as PublishingModuleType, b as PUBSUB_TOPICS, s as shouldPubSubPublishToChannel } from './bundle-
|
|
17
|
-
import { a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, M as META_ARRAY_VOICE_DURATION_KEY, i as META_ARRAY_MESSAGE_TYPE_KEY, j as META_ARRAY_MESSAGE_TYPE_VALUE__VOICE } from './bundle-
|
|
18
|
-
import { g as getCaseResolvedThreadReplySelectType } from './bundle-
|
|
19
|
-
import { u as useSendMultipleFilesMessage } from './bundle-
|
|
16
|
+
import { p as pubSubTopics, P as PublishingModuleType, b as PUBSUB_TOPICS, s as shouldPubSubPublishToChannel } from './bundle-7x4clnC7.js';
|
|
17
|
+
import { a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, M as META_ARRAY_VOICE_DURATION_KEY, i as META_ARRAY_MESSAGE_TYPE_KEY, j as META_ARRAY_MESSAGE_TYPE_VALUE__VOICE } from './bundle-Sk3SXXP7.js';
|
|
18
|
+
import { g as getCaseResolvedThreadReplySelectType } from './bundle-pCwi8C-K.js';
|
|
19
|
+
import { u as useSendMultipleFilesMessage } from './bundle-EteEacTX.js';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* This function helps consider the every condition
|
|
@@ -78,12 +78,12 @@ function channelReducer(state, action) {
|
|
|
78
78
|
return __assign(__assign({}, state), {
|
|
79
79
|
// when user switches channel, if the previous channel `hasMorePrev`
|
|
80
80
|
// the onScroll gets called twice, setting hasMorePrev false prevents this
|
|
81
|
-
hasMorePrev: false, hasMoreNext: false, allMessages: [] });
|
|
81
|
+
hasMorePrev: false, hasMoreNext: false, allMessages: [], localMessages: [] });
|
|
82
82
|
})
|
|
83
83
|
.with({ type: FETCH_INITIAL_MESSAGES_START }, function () {
|
|
84
84
|
return __assign(__assign({}, state), { loading: true, allMessages: state.allMessages.filter(function (m) { return isSendableMessage(m)
|
|
85
85
|
? m.sendingStatus !== SendingStatus.SUCCEEDED
|
|
86
|
-
: true; }) });
|
|
86
|
+
: true; }), localMessages: [] });
|
|
87
87
|
})
|
|
88
88
|
.with({ type: FETCH_INITIAL_MESSAGES_SUCCESS }, function (action) {
|
|
89
89
|
var _a;
|
|
@@ -170,7 +170,7 @@ function channelReducer(state, action) {
|
|
|
170
170
|
return __assign(__assign({}, state), { currentGroupChannel: action.payload, isInvalid: false });
|
|
171
171
|
})
|
|
172
172
|
.with({ type: SET_CHANNEL_INVALID }, function () {
|
|
173
|
-
return __assign(__assign({}, state), { currentGroupChannel: null, isInvalid: true });
|
|
173
|
+
return __assign(__assign({}, state), { currentGroupChannel: null, allMessages: [], localMessages: [], isInvalid: true });
|
|
174
174
|
})
|
|
175
175
|
.with({ type: ON_MESSAGE_RECEIVED }, function (action) {
|
|
176
176
|
var _a, _b;
|
|
@@ -1516,4 +1516,4 @@ var ChannelProvider = function (props) {
|
|
|
1516
1516
|
var useChannelContext = function () { return React__default.useContext(ChannelContext); };
|
|
1517
1517
|
|
|
1518
1518
|
export { ChannelProvider as C, getIsReactionEnabled as g, useChannelContext as u };
|
|
1519
|
-
//# sourceMappingURL=bundle-
|
|
1519
|
+
//# sourceMappingURL=bundle-QO9wq7-1.js.map
|