@sendbird/uikit-react 3.16.12 → 3.17.1
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 +89 -88
- package/App.js.map +1 -1
- package/CHANGELOG.md +30 -0
- package/Channel/components/ChannelHeader.js +34 -32
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +69 -68
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +32 -30
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +58 -57
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +45 -43
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageInputWrapper.js +45 -43
- package/Channel/components/MessageInputWrapper.js.map +1 -1
- package/Channel/components/MessageList.js +62 -61
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +31 -29
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +31 -29
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +9 -9
- package/Channel/components/UnreadCount.js +8 -8
- package/Channel/context.js +123 -94
- package/Channel/context.js.map +1 -1
- package/Channel/hooks/useHandleUploadFiles.js +18 -18
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +8 -8
- package/Channel/utils/getMessagePartsInfo.js +12 -10
- package/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/Channel.js +69 -68
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +89 -88
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +13 -13
- package/ChannelList/components/ChannelListUI.js +89 -88
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +32 -32
- package/ChannelList/components/ChannelPreviewAction.js +17 -17
- package/ChannelList/context.js +14 -14
- package/ChannelList.js +89 -88
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +23 -23
- package/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
- package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/ChannelSettings/components/ChannelSettingsUI.js +31 -31
- package/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/ChannelSettings/components/LeaveChannel.js +20 -20
- package/ChannelSettings/components/ModerationPanel.js +29 -29
- package/ChannelSettings/components/UserListItem.js +19 -19
- package/ChannelSettings/components/UserPanel.js +28 -28
- package/ChannelSettings/context.js +9 -9
- package/ChannelSettings/hooks/useMenuList.js +29 -29
- package/ChannelSettings.js +31 -31
- package/CreateChannel/components/CreateChannelUI.js +89 -88
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +89 -88
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +90 -89
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +89 -88
- package/CreateChannel/context.js.map +1 -1
- package/CreateChannel.js +89 -88
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
- package/CreateOpenChannel/context.js +4 -4
- package/CreateOpenChannel.js +15 -15
- package/EditUserProfile/components/EditUserProfileUI.js +15 -15
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +15 -15
- package/GroupChannel/components/FileViewer.js +29 -29
- package/GroupChannel/components/FrozenNotification.js +6 -6
- package/GroupChannel/components/GroupChannelHeader.js +29 -29
- package/GroupChannel/components/GroupChannelUI.js +63 -63
- package/GroupChannel/components/Message.js +56 -56
- package/GroupChannel/components/MessageInputWrapper.js +41 -41
- package/GroupChannel/components/MessageList.js +205 -71
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +27 -27
- package/GroupChannel/components/SuggestedMentionList.js +15 -15
- package/GroupChannel/components/TypingIndicator.js +9 -9
- package/GroupChannel/components/UnreadCount.js +8 -8
- package/GroupChannel/context.js +15 -15
- package/GroupChannel.js +63 -63
- package/GroupChannelList/components/AddGroupChannel.js +89 -88
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/GroupChannelList/components/GroupChannelListUI.js +90 -89
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
- package/GroupChannelList/context.js +10 -10
- package/GroupChannelList.js +89 -88
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +20 -20
- package/MessageSearch/context.js +6 -6
- package/MessageSearch.js +22 -22
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/OpenChannel/components/OpenChannelInput.js +29 -29
- package/OpenChannel/components/OpenChannelMessage.js +39 -39
- package/OpenChannel/components/OpenChannelMessageList.js +43 -43
- package/OpenChannel/components/OpenChannelUI.js +43 -43
- package/OpenChannel/context.js +19 -19
- package/OpenChannel.js +43 -43
- package/OpenChannelList/components/OpenChannelListUI.js +17 -17
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +6 -6
- package/OpenChannelList.js +17 -17
- package/OpenChannelSettings/components/EditDetailsModal.js +18 -18
- package/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
- package/OpenChannelSettings/components/OperatorUI.js +24 -24
- package/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/OpenChannelSettings/context.js +6 -6
- package/OpenChannelSettings.js +24 -24
- package/SendbirdProvider.js +33 -48
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +49 -49
- package/Thread/components/ParentMessageInfoItem.js +34 -34
- package/Thread/components/ThreadHeader.js +8 -8
- package/Thread/components/ThreadList.js +56 -56
- package/Thread/components/ThreadListItem.js +56 -56
- package/Thread/components/ThreadMessageInput.js +46 -46
- package/Thread/components/ThreadUI.js +62 -62
- package/Thread/context.js +15 -15
- package/Thread.js +62 -62
- package/VoicePlayer/context.js +6 -6
- package/VoicePlayer/useVoicePlayer.js +14 -14
- package/VoiceRecorder/context.js +13 -13
- package/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/chunks/{bundle-FheET-Q4.js → bundle-6CbOefr3.js} +1 -1
- package/chunks/bundle-6CbOefr3.js.map +1 -0
- package/chunks/{bundle-CdYBkjsA.js → bundle-81k6nCAY.js} +1 -1
- package/chunks/bundle-81k6nCAY.js.map +1 -0
- package/chunks/{bundle-B1vDwyVe.js → bundle-B1YFotAB.js} +1 -1
- package/chunks/bundle-B1YFotAB.js.map +1 -0
- package/chunks/bundle-B3KzihR-.js +22 -0
- package/chunks/bundle-B3KzihR-.js.map +1 -0
- package/chunks/{bundle-Bodsrtgn.js → bundle-B5Ep1QUA.js} +5 -5
- package/chunks/{bundle-Bodsrtgn.js.map → bundle-B5Ep1QUA.js.map} +1 -1
- package/chunks/{bundle-tjQ6eCtV.js → bundle-BB1fsSWl.js} +3 -3
- package/chunks/bundle-BB1fsSWl.js.map +1 -0
- package/chunks/{bundle-DaubzkRs.js → bundle-BHJfu8Yc.js} +9 -9
- package/chunks/{bundle-DaubzkRs.js.map → bundle-BHJfu8Yc.js.map} +1 -1
- package/chunks/{bundle-DE6FtXLw.js → bundle-BKEuuTFL.js} +2 -2
- package/chunks/bundle-BKEuuTFL.js.map +1 -0
- package/chunks/{bundle-DYb4lS8f.js → bundle-BQe83eGC.js} +3 -3
- package/chunks/{bundle-DYb4lS8f.js.map → bundle-BQe83eGC.js.map} +1 -1
- package/chunks/{bundle-BNN1I06d.js → bundle-BRZ_w9R-.js} +14 -13
- package/chunks/{bundle-D2CsheME.js.map → bundle-BRZ_w9R-.js.map} +1 -1
- package/chunks/{bundle-BJP26iyF.js → bundle-BST66vhg.js} +1 -1
- package/chunks/bundle-BST66vhg.js.map +1 -0
- package/chunks/{bundle-7upDXZ2x.js → bundle-BVnY-VzH.js} +1 -1
- package/chunks/bundle-BVnY-VzH.js.map +1 -0
- package/chunks/{bundle-ClaUOmc5.js → bundle-BbORJ4UM.js} +2 -2
- package/chunks/bundle-BbORJ4UM.js.map +1 -0
- package/chunks/{bundle-BrXCxpq-.js → bundle-BilLWOEA.js} +2 -2
- package/chunks/{bundle-BrXCxpq-.js.map → bundle-BilLWOEA.js.map} +1 -1
- package/chunks/{bundle-DPQUP26z.js → bundle-Bk_SPoMw.js} +1 -1
- package/chunks/bundle-Bk_SPoMw.js.map +1 -0
- package/chunks/{bundle-4iMyv8rL.js → bundle-BkzdUfPs.js} +1 -1
- package/chunks/bundle-BkzdUfPs.js.map +1 -0
- package/chunks/{bundle-DRWzTTjk.js → bundle-BmZABrRu.js} +4 -4
- package/chunks/bundle-BmZABrRu.js.map +1 -0
- package/chunks/{bundle-CchdgpX6.js → bundle-BoEsweMj.js} +4 -4
- package/chunks/{bundle-CchdgpX6.js.map → bundle-BoEsweMj.js.map} +1 -1
- package/chunks/{bundle-Bza4PDR2.js → bundle-BpN5DBcv.js} +1 -1
- package/chunks/bundle-BpN5DBcv.js.map +1 -0
- package/chunks/{bundle-BaDSfPc2.js → bundle-BrzrUUTr.js} +1 -1
- package/chunks/bundle-BrzrUUTr.js.map +1 -0
- package/chunks/{bundle-BU0BvnMh.js → bundle-Bux9ukQX.js} +8 -8
- package/chunks/{bundle-BU0BvnMh.js.map → bundle-Bux9ukQX.js.map} +1 -1
- package/chunks/{bundle-IZT8GYVx.js → bundle-Bw9-kM0p.js} +120 -39
- package/{cjs/chunks/bundle-DN33FixM.js.map → chunks/bundle-Bw9-kM0p.js.map} +1 -1
- package/chunks/{bundle-DfIuos0r.js → bundle-BxzrhGgR.js} +10 -10
- package/chunks/bundle-BxzrhGgR.js.map +1 -0
- package/chunks/{bundle-CxlbHSYb.js → bundle-C-JJ1V9E.js} +54 -15
- package/chunks/bundle-C-JJ1V9E.js.map +1 -0
- package/chunks/{bundle-yh_rhV-v.js → bundle-C-z1yB0B.js} +31 -10
- package/chunks/{bundle-CxlbHSYb.js.map → bundle-C-z1yB0B.js.map} +1 -1
- package/chunks/{bundle-DTco3u4-.js → bundle-C1y1hnWf.js} +1 -1
- package/chunks/bundle-C1y1hnWf.js.map +1 -0
- package/chunks/{bundle-BkQVRdgx.js → bundle-C2fpBb4K.js} +10 -10
- package/chunks/{bundle-BkQVRdgx.js.map → bundle-C2fpBb4K.js.map} +1 -1
- package/chunks/{bundle-BygaXL5p.js → bundle-C4TpCM_1.js} +17 -15
- package/chunks/{bundle-BygaXL5p.js.map → bundle-C4TpCM_1.js.map} +1 -1
- package/chunks/{bundle-DlvCS0eB.js → bundle-CDnQ-eiD.js} +9 -9
- package/chunks/bundle-CDnQ-eiD.js.map +1 -0
- package/chunks/{bundle-DGhqcmbm.js → bundle-CLQX7SEP.js} +5 -5
- package/chunks/{bundle-DGhqcmbm.js.map → bundle-CLQX7SEP.js.map} +1 -1
- package/chunks/{bundle-BEsTeVKi.js → bundle-CTIZ7Ykh.js} +1 -1
- package/chunks/bundle-CTIZ7Ykh.js.map +1 -0
- package/chunks/{bundle-DaUBVpp-.js → bundle-CTtlWLkl.js} +16 -16
- package/chunks/{bundle-DaUBVpp-.js.map → bundle-CTtlWLkl.js.map} +1 -1
- package/chunks/{bundle-P5nwZD8V.js → bundle-CUxfmOhh.js} +1 -1
- package/chunks/bundle-CUxfmOhh.js.map +1 -0
- package/chunks/{bundle-eJ-UusEp.js → bundle-C_L2blae.js} +7 -7
- package/chunks/bundle-C_L2blae.js.map +1 -0
- package/chunks/{bundle-DPyYquOn.js → bundle-C_fUxdCB.js} +7 -7
- package/chunks/{bundle-DPyYquOn.js.map → bundle-C_fUxdCB.js.map} +1 -1
- package/chunks/{bundle-CDrUVtmn.js → bundle-Ca-zYjr7.js} +1 -1
- package/chunks/{bundle-CDrUVtmn.js.map → bundle-Ca-zYjr7.js.map} +1 -1
- package/chunks/{bundle-DRWMVBdn.js → bundle-CbeZA5fG.js} +4 -4
- package/chunks/bundle-CbeZA5fG.js.map +1 -0
- package/chunks/{bundle-DEanwH0s.js → bundle-Cc3NyHSS.js} +4 -4
- package/chunks/bundle-Cc3NyHSS.js.map +1 -0
- package/chunks/{bundle-RuHd2ZCg.js → bundle-CgfPuvrT.js} +1 -1
- package/chunks/{bundle-RuHd2ZCg.js.map → bundle-CgfPuvrT.js.map} +1 -1
- package/chunks/{bundle-D2CsheME.js → bundle-CjXWTRFr.js} +7 -5
- package/chunks/{bundle-DLFRobAL.js.map → bundle-CjXWTRFr.js.map} +1 -1
- package/chunks/{bundle-C1GT9VW0.js → bundle-Ck1F12Yd.js} +3 -3
- package/chunks/bundle-Ck1F12Yd.js.map +1 -0
- package/chunks/{bundle-BCcSesWX.js → bundle-CoR272uX.js} +1 -1
- package/chunks/bundle-CoR272uX.js.map +1 -0
- package/chunks/{bundle-CO-raWw1.js → bundle-Cp4bgSfe.js} +8 -8
- package/chunks/bundle-Cp4bgSfe.js.map +1 -0
- package/chunks/{bundle-B2lzJfYh.js → bundle-CrjcKLbB.js} +1 -1
- package/chunks/bundle-CrjcKLbB.js.map +1 -0
- package/chunks/{bundle-ExMX5-sC.js → bundle-CuPdliCx.js} +3 -3
- package/chunks/bundle-CuPdliCx.js.map +1 -0
- package/chunks/{bundle-d5LRZz0u.js → bundle-D0r0ZDJu.js} +3 -3
- package/chunks/{bundle-d5LRZz0u.js.map → bundle-D0r0ZDJu.js.map} +1 -1
- package/chunks/{bundle-D2vnvNzv.js → bundle-D2stWbEd.js} +3 -3
- package/chunks/bundle-D2stWbEd.js.map +1 -0
- package/chunks/{bundle-B9WM87iE.js → bundle-D30uCNpI.js} +7 -3
- package/chunks/{bundle-B9WM87iE.js.map → bundle-D30uCNpI.js.map} +1 -1
- package/chunks/{bundle-CmwzHSrB.js → bundle-D5-vitmp.js} +6 -6
- package/chunks/bundle-D5-vitmp.js.map +1 -0
- package/chunks/{bundle-hX6wE_5D.js → bundle-DA6tsNcM.js} +12 -12
- package/chunks/{bundle-hX6wE_5D.js.map → bundle-DA6tsNcM.js.map} +1 -1
- package/chunks/{bundle-BdByFEV1.js → bundle-DA7UUCQx.js} +6 -6
- package/chunks/bundle-DA7UUCQx.js.map +1 -0
- package/chunks/{bundle-BcpczeF5.js → bundle-DBk7VbdD.js} +3 -3
- package/chunks/{bundle-BcpczeF5.js.map → bundle-DBk7VbdD.js.map} +1 -1
- package/chunks/{bundle-Iw_NfQB-.js → bundle-DCQgSBcI.js} +1 -1
- package/chunks/bundle-DCQgSBcI.js.map +1 -0
- package/chunks/{bundle-Debhp7OQ.js → bundle-DHR5uILI.js} +12 -12
- package/chunks/bundle-DHR5uILI.js.map +1 -0
- package/chunks/{bundle-B5NfIzw6.js → bundle-DJLzKbE2.js} +3 -3
- package/chunks/bundle-DJLzKbE2.js.map +1 -0
- package/chunks/{bundle-BIwdGWMT.js → bundle-DJQ6leiJ.js} +3 -3
- package/chunks/bundle-DJQ6leiJ.js.map +1 -0
- package/chunks/{bundle-q9ddBKNI.js → bundle-DJbjYe-m.js} +4 -4
- package/chunks/bundle-DJbjYe-m.js.map +1 -0
- package/chunks/{bundle-DoS7oWHM.js → bundle-DNFxWldO.js} +4 -4
- package/chunks/bundle-DNFxWldO.js.map +1 -0
- package/chunks/{bundle-D3Fuy4EO.js → bundle-DSeMc_Jc.js} +2 -2
- package/chunks/{bundle-D3Fuy4EO.js.map → bundle-DSeMc_Jc.js.map} +1 -1
- package/chunks/{bundle-CIo_6h4w.js → bundle-DWg31R7W.js} +5 -5
- package/chunks/{bundle-CIo_6h4w.js.map → bundle-DWg31R7W.js.map} +1 -1
- package/chunks/{bundle-C7Yokt84.js → bundle-DWyGbRq6.js} +3 -3
- package/chunks/bundle-DWyGbRq6.js.map +1 -0
- package/chunks/{bundle-B4vASmiS.js → bundle-DZoIAKuh.js} +1 -1
- package/chunks/{bundle-B4vASmiS.js.map → bundle-DZoIAKuh.js.map} +1 -1
- package/chunks/{bundle-B2wqOmn3.js → bundle-Dc17gneA.js} +5 -5
- package/chunks/{bundle-DcD-FILU.js.map → bundle-Dc17gneA.js.map} +1 -1
- package/chunks/{bundle-BjLWi0FR.js → bundle-Dcr0zhiH.js} +1 -1
- package/chunks/bundle-Dcr0zhiH.js.map +1 -0
- package/chunks/{bundle-CLGhkTnf.js → bundle-Di8fntPl.js} +4 -4
- package/chunks/bundle-Di8fntPl.js.map +1 -0
- package/chunks/{bundle-CzRkg0IM.js → bundle-DjbhNbPH.js} +1 -1
- package/chunks/bundle-DjbhNbPH.js.map +1 -0
- package/chunks/{bundle-gsWT87_Q.js → bundle-DkwXJBHp.js} +2 -2
- package/chunks/bundle-DkwXJBHp.js.map +1 -0
- package/chunks/{bundle-DypQPtk9.js → bundle-DlVm8C7Z.js} +12 -12
- package/chunks/bundle-DlVm8C7Z.js.map +1 -0
- package/chunks/{bundle-DLFRobAL.js → bundle-DmLI7ucd.js} +5 -5
- package/{cjs/chunks/bundle-cNHhPSGz.js.map → chunks/bundle-DmLI7ucd.js.map} +1 -1
- package/chunks/{bundle-DL6YPZS8.js → bundle-Drutexf2.js} +2 -2
- package/chunks/{bundle-DL6YPZS8.js.map → bundle-Drutexf2.js.map} +1 -1
- package/chunks/{bundle-Cfprk18z.js → bundle-DybRnbL5.js} +1 -1
- package/chunks/bundle-DybRnbL5.js.map +1 -0
- package/chunks/{bundle-QoZ0XMP0.js → bundle-EukGVDa2.js} +1 -1
- package/chunks/{bundle-QoZ0XMP0.js.map → bundle-EukGVDa2.js.map} +1 -1
- package/chunks/{bundle-DaQgvfV3.js → bundle-Lrin-QFd.js} +7 -7
- package/chunks/{bundle-DaQgvfV3.js.map → bundle-Lrin-QFd.js.map} +1 -1
- package/chunks/{bundle-BtNwQ8Bf.js → bundle-WDspxX04.js} +2 -2
- package/chunks/{bundle-BtNwQ8Bf.js.map → bundle-WDspxX04.js.map} +1 -1
- package/chunks/{bundle-DYNq2q2o.js → bundle-YJxSlZvf.js} +1 -1
- package/chunks/bundle-YJxSlZvf.js.map +1 -0
- package/chunks/{bundle-Dwcu4WDN.js → bundle-ZxcnKwI7.js} +4 -4
- package/chunks/bundle-ZxcnKwI7.js.map +1 -0
- package/chunks/{bundle-BBIiHpWB.js → bundle-b13Wg98Q.js} +4 -4
- package/chunks/{bundle-BBIiHpWB.js.map → bundle-b13Wg98Q.js.map} +1 -1
- package/chunks/{bundle-BIa01cUT.js → bundle-brbisaAM.js} +1 -1
- package/chunks/bundle-brbisaAM.js.map +1 -0
- package/chunks/{bundle-B9NM2q6d.js → bundle-hKkG9YQP.js} +1 -1
- package/chunks/bundle-hKkG9YQP.js.map +1 -0
- package/chunks/{bundle-DI0o43ul.js → bundle-mPTSPNOr.js} +1 -1
- package/chunks/{bundle-DI0o43ul.js.map → bundle-mPTSPNOr.js.map} +1 -1
- package/chunks/{bundle-BI4FzGRR.js → bundle-mv8ID75t.js} +1 -1
- package/chunks/bundle-mv8ID75t.js.map +1 -0
- package/chunks/{bundle-DcD-FILU.js → bundle-nBx3p9Xy.js} +4 -4
- package/chunks/{bundle-B2wqOmn3.js.map → bundle-nBx3p9Xy.js.map} +1 -1
- package/chunks/{bundle-BHVmxzEQ.js → bundle-o0clu6Og.js} +4 -3
- package/chunks/{bundle-BHVmxzEQ.js.map → bundle-o0clu6Og.js.map} +1 -1
- package/chunks/{bundle-BhVTrhDH.js → bundle-rILapw_J.js} +4 -4
- package/chunks/bundle-rILapw_J.js.map +1 -0
- package/chunks/{bundle-CUGxWHRO.js → bundle-s6UYxtBO.js} +7 -7
- package/chunks/bundle-s6UYxtBO.js.map +1 -0
- package/chunks/{bundle-Cc3I5CYX.js → bundle-vQs-w4TJ.js} +2 -2
- package/chunks/{bundle-Cc3I5CYX.js.map → bundle-vQs-w4TJ.js.map} +1 -1
- package/chunks/{bundle-DY70z44m.js → bundle-wofgifkF.js} +33 -33
- package/chunks/{bundle-DY70z44m.js.map → bundle-wofgifkF.js.map} +1 -1
- package/chunks/{bundle-DkwziETx.js → bundle-yCFo1UH9.js} +7 -7
- package/chunks/{bundle-DkwziETx.js.map → bundle-yCFo1UH9.js.map} +1 -1
- package/chunks/{bundle-B7tGV76S.js → bundle-yQ_w2v22.js} +14 -14
- package/chunks/{bundle-B7tGV76S.js.map → bundle-yQ_w2v22.js.map} +1 -1
- package/chunks/{bundle-BLz9BjN4.js → bundle-z5Nelqj0.js} +1 -1
- package/chunks/bundle-z5Nelqj0.js.map +1 -0
- package/chunks/{bundle-BwF929NT.js → bundle-zWWicuya.js} +11 -11
- package/chunks/{bundle-BwF929NT.js.map → bundle-zWWicuya.js.map} +1 -1
- package/chunks/{bundle-CmtsvUbO.js → bundle-zyamEgs-.js} +8 -8
- package/chunks/{bundle-CmtsvUbO.js.map → bundle-zyamEgs-.js.map} +1 -1
- package/cjs/App.js +89 -88
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +34 -32
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +69 -68
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +32 -30
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +58 -57
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +45 -43
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +45 -43
- package/cjs/Channel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +62 -61
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +31 -29
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +31 -29
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +9 -9
- package/cjs/Channel/components/UnreadCount.js +8 -8
- package/cjs/Channel/context.js +123 -94
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel/hooks/useHandleUploadFiles.js +18 -18
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +8 -8
- package/cjs/Channel/utils/getMessagePartsInfo.js +12 -10
- package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/cjs/Channel.js +69 -68
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +89 -88
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +13 -13
- package/cjs/ChannelList/components/ChannelListUI.js +89 -88
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +32 -32
- package/cjs/ChannelList/components/ChannelPreviewAction.js +17 -17
- package/cjs/ChannelList/context.js +14 -14
- package/cjs/ChannelList.js +89 -88
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +23 -23
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +31 -31
- package/cjs/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/cjs/ChannelSettings/components/LeaveChannel.js +20 -20
- package/cjs/ChannelSettings/components/ModerationPanel.js +29 -29
- package/cjs/ChannelSettings/components/UserListItem.js +19 -19
- package/cjs/ChannelSettings/components/UserPanel.js +28 -28
- package/cjs/ChannelSettings/context.js +9 -9
- package/cjs/ChannelSettings/hooks/useMenuList.js +29 -29
- package/cjs/ChannelSettings.js +31 -31
- package/cjs/CreateChannel/components/CreateChannelUI.js +89 -88
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +89 -88
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +90 -89
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +89 -88
- package/cjs/CreateChannel/context.js.map +1 -1
- package/cjs/CreateChannel.js +89 -88
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
- package/cjs/CreateOpenChannel/context.js +4 -4
- package/cjs/CreateOpenChannel.js +15 -15
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +15 -15
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +15 -15
- package/cjs/GroupChannel/components/FileViewer.js +29 -29
- package/cjs/GroupChannel/components/FrozenNotification.js +6 -6
- package/cjs/GroupChannel/components/GroupChannelHeader.js +29 -29
- package/cjs/GroupChannel/components/GroupChannelUI.js +63 -63
- package/cjs/GroupChannel/components/Message.js +56 -56
- package/cjs/GroupChannel/components/MessageInputWrapper.js +40 -40
- package/cjs/GroupChannel/components/MessageList.js +206 -72
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +27 -27
- package/cjs/GroupChannel/components/SuggestedMentionList.js +15 -15
- package/cjs/GroupChannel/components/TypingIndicator.js +9 -9
- package/cjs/GroupChannel/components/UnreadCount.js +8 -8
- package/cjs/GroupChannel/context.js +15 -15
- package/cjs/GroupChannel.js +63 -63
- package/cjs/GroupChannelList/components/AddGroupChannel.js +89 -88
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +90 -89
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
- package/cjs/GroupChannelList/context.js +10 -10
- package/cjs/GroupChannelList.js +89 -88
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +20 -20
- package/cjs/MessageSearch/context.js +6 -6
- package/cjs/MessageSearch.js +22 -22
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js +29 -29
- package/cjs/OpenChannel/components/OpenChannelMessage.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +43 -43
- package/cjs/OpenChannel/components/OpenChannelUI.js +43 -43
- package/cjs/OpenChannel/context.js +19 -19
- package/cjs/OpenChannel.js +43 -43
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +17 -17
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +6 -6
- package/cjs/OpenChannelList.js +17 -17
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +18 -18
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
- package/cjs/OpenChannelSettings/components/OperatorUI.js +24 -24
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/cjs/OpenChannelSettings/context.js +6 -6
- package/cjs/OpenChannelSettings.js +24 -24
- package/cjs/SendbirdProvider.js +34 -49
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +49 -49
- package/cjs/Thread/components/ParentMessageInfoItem.js +34 -34
- package/cjs/Thread/components/ThreadHeader.js +8 -8
- package/cjs/Thread/components/ThreadList.js +56 -56
- package/cjs/Thread/components/ThreadListItem.js +56 -56
- package/cjs/Thread/components/ThreadMessageInput.js +46 -46
- package/cjs/Thread/components/ThreadUI.js +62 -62
- package/cjs/Thread/context.js +15 -15
- package/cjs/Thread.js +62 -62
- package/cjs/VoicePlayer/context.js +6 -6
- package/cjs/VoicePlayer/useVoicePlayer.js +14 -14
- package/cjs/VoiceRecorder/context.js +13 -13
- package/cjs/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/cjs/chunks/bundle-46is36FA.js +24 -0
- package/cjs/chunks/bundle-46is36FA.js.map +1 -0
- package/cjs/chunks/{bundle-BUmN3EqF.js → bundle-6-ovigm2.js} +12 -12
- package/cjs/chunks/bundle-6-ovigm2.js.map +1 -0
- package/cjs/chunks/{bundle-DTWU-Vq1.js → bundle-ASE6fmig.js} +1 -1
- package/cjs/chunks/bundle-ASE6fmig.js.map +1 -0
- package/cjs/chunks/{bundle-CkcnoBm7.js → bundle-B-30ITyo.js} +11 -11
- package/cjs/chunks/{bundle-CkcnoBm7.js.map → bundle-B-30ITyo.js.map} +1 -1
- package/cjs/chunks/{bundle-BbEatRUZ.js → bundle-B1RM8e38.js} +6 -6
- package/cjs/chunks/bundle-B1RM8e38.js.map +1 -0
- package/cjs/chunks/{bundle-CKMUe2Il.js → bundle-B3MAwQtB.js} +1 -1
- package/cjs/chunks/bundle-B3MAwQtB.js.map +1 -0
- package/cjs/chunks/{bundle-CeXeJFhP.js → bundle-B5LuOSsn.js} +1 -1
- package/cjs/chunks/bundle-B5LuOSsn.js.map +1 -0
- package/cjs/chunks/{bundle-SGpUasmZ.js → bundle-B6UGynlW.js} +5 -5
- package/cjs/chunks/{bundle-SGpUasmZ.js.map → bundle-B6UGynlW.js.map} +1 -1
- package/cjs/chunks/{bundle-DIVV4uGd.js → bundle-B8_DM-YX.js} +1 -1
- package/cjs/chunks/{bundle-DIVV4uGd.js.map → bundle-B8_DM-YX.js.map} +1 -1
- package/cjs/chunks/{bundle-CmjgA2nm.js → bundle-BBFtSrR3.js} +8 -8
- package/cjs/chunks/bundle-BBFtSrR3.js.map +1 -0
- package/cjs/chunks/{bundle-BgrHmV0D.js → bundle-BDaFt1pR.js} +8 -8
- package/cjs/chunks/bundle-BDaFt1pR.js.map +1 -0
- package/cjs/chunks/{bundle-BwBcV8q1.js → bundle-BMgW7SOr.js} +2 -2
- package/cjs/chunks/bundle-BMgW7SOr.js.map +1 -0
- package/cjs/chunks/{bundle-CmeMJxeb.js → bundle-BPuBsYFZ.js} +17 -15
- package/cjs/chunks/bundle-BPuBsYFZ.js.map +1 -0
- package/cjs/chunks/{bundle-Cu969try.js → bundle-BUpi02ru.js} +3 -3
- package/cjs/chunks/{bundle-Cu969try.js.map → bundle-BUpi02ru.js.map} +1 -1
- package/cjs/chunks/{bundle-DATFC0E8.js → bundle-BVl8Zw5l.js} +1 -1
- package/cjs/chunks/bundle-BVl8Zw5l.js.map +1 -0
- package/cjs/chunks/{bundle-C-M_gAqm.js → bundle-BZNfpTWc.js} +4 -4
- package/cjs/chunks/bundle-BZNfpTWc.js.map +1 -0
- package/cjs/chunks/{bundle-cNHhPSGz.js → bundle-B_WOc0YZ.js} +5 -5
- package/cjs/chunks/{bundle-CUmbwwRx.js.map → bundle-B_WOc0YZ.js.map} +1 -1
- package/cjs/chunks/{bundle-CIjYa6CG.js → bundle-B_uRGLvf.js} +10 -10
- package/cjs/chunks/bundle-B_uRGLvf.js.map +1 -0
- package/cjs/chunks/{bundle-lh-EzNyM.js → bundle-BbF3lQUu.js} +4 -4
- package/cjs/chunks/bundle-BbF3lQUu.js.map +1 -0
- package/cjs/chunks/{bundle-DWFsWeVr.js → bundle-BcGpCLoL.js} +1 -1
- package/cjs/chunks/bundle-BcGpCLoL.js.map +1 -0
- package/cjs/chunks/{bundle-CzeSw_kf.js → bundle-Bec_UOp6.js} +1 -1
- package/cjs/chunks/bundle-Bec_UOp6.js.map +1 -0
- package/cjs/chunks/{bundle-DMRJszP_.js → bundle-BnUeis_k.js} +53 -14
- package/cjs/chunks/bundle-BnUeis_k.js.map +1 -0
- package/cjs/chunks/{bundle-CvX2lULC.js → bundle-BnuabfiD.js} +1 -1
- package/cjs/chunks/bundle-BnuabfiD.js.map +1 -0
- package/cjs/chunks/{bundle-CwOT98Nu.js → bundle-BqWdm1gk.js} +2 -2
- package/cjs/chunks/bundle-BqWdm1gk.js.map +1 -0
- package/cjs/chunks/{bundle-DAL6Y--L.js → bundle-BqZJwmkH.js} +7 -4
- package/cjs/chunks/bundle-BqZJwmkH.js.map +1 -0
- package/cjs/chunks/{bundle-CX5IsWff.js → bundle-Bqqq4QhW.js} +12 -12
- package/cjs/chunks/bundle-Bqqq4QhW.js.map +1 -0
- package/cjs/chunks/{bundle-OcZpFAI2.js → bundle-BrLCCz4_.js} +4 -4
- package/cjs/chunks/bundle-BrLCCz4_.js.map +1 -0
- package/cjs/chunks/{bundle-CZF0eYCK.js → bundle-Bt0i8vq1.js} +6 -6
- package/cjs/chunks/bundle-Bt0i8vq1.js.map +1 -0
- package/cjs/chunks/{bundle-CZN0hRTC.js → bundle-Bv2DwOVl.js} +2 -2
- package/cjs/chunks/bundle-Bv2DwOVl.js.map +1 -0
- package/cjs/chunks/{bundle-BGhotUV4.js → bundle-ByEhFGXy.js} +4 -4
- package/cjs/chunks/{bundle-BGhotUV4.js.map → bundle-ByEhFGXy.js.map} +1 -1
- package/cjs/chunks/{bundle-C1pS3XtL.js → bundle-BzMRFK0u.js} +1 -1
- package/cjs/chunks/{bundle-C1pS3XtL.js.map → bundle-BzMRFK0u.js.map} +1 -1
- package/cjs/chunks/{bundle-DHoGPvtu.js → bundle-BzumnXOL.js} +4 -4
- package/cjs/chunks/bundle-BzumnXOL.js.map +1 -0
- package/cjs/chunks/{bundle-DIxr8pTL.js → bundle-C0H4KZ9S.js} +16 -16
- package/cjs/chunks/{bundle-DIxr8pTL.js.map → bundle-C0H4KZ9S.js.map} +1 -1
- package/cjs/chunks/{bundle-vpR1VtKm.js → bundle-C0N0bp2w.js} +2 -2
- package/cjs/chunks/bundle-C0N0bp2w.js.map +1 -0
- package/cjs/chunks/{bundle-Dik18nKA.js → bundle-C4sCEj9U.js} +2 -2
- package/cjs/chunks/{bundle-Dik18nKA.js.map → bundle-C4sCEj9U.js.map} +1 -1
- package/cjs/chunks/{bundle-9gPTkX-g.js → bundle-C7n8LrUi.js} +4 -4
- package/cjs/chunks/bundle-C7n8LrUi.js.map +1 -0
- package/cjs/chunks/{bundle-B3FXQ2Tv.js → bundle-C80U8nrm.js} +1 -1
- package/cjs/chunks/{bundle-B3FXQ2Tv.js.map → bundle-C80U8nrm.js.map} +1 -1
- package/cjs/chunks/{bundle-1xkZXP5V.js → bundle-C8lkLb0n.js} +3 -3
- package/cjs/chunks/bundle-C8lkLb0n.js.map +1 -0
- package/cjs/chunks/{bundle-DbBt-U5A.js → bundle-CAwRq1zH.js} +4 -4
- package/cjs/chunks/bundle-CAwRq1zH.js.map +1 -0
- package/cjs/chunks/{bundle-DpK5fRLi.js → bundle-CBhNto56.js} +3 -3
- package/cjs/chunks/bundle-CBhNto56.js.map +1 -0
- package/cjs/chunks/{bundle-BE757tKv.js → bundle-CCtvCrdM.js} +3 -3
- package/cjs/chunks/bundle-CCtvCrdM.js.map +1 -0
- package/cjs/chunks/{bundle-CKm7qDYV.js → bundle-CErcIPsk.js} +1 -1
- package/cjs/chunks/bundle-CErcIPsk.js.map +1 -0
- package/cjs/chunks/{bundle-BFqDu77k.js → bundle-CHWgAgIq.js} +1 -1
- package/cjs/chunks/bundle-CHWgAgIq.js.map +1 -0
- package/cjs/chunks/{bundle-C9Ek6NtK.js → bundle-CItxocYz.js} +4 -4
- package/cjs/chunks/bundle-CItxocYz.js.map +1 -0
- package/cjs/chunks/{bundle-BzbvCQPE.js → bundle-CK67MiH0.js} +5 -5
- package/cjs/chunks/{bundle-BzbvCQPE.js.map → bundle-CK67MiH0.js.map} +1 -1
- package/cjs/chunks/{bundle-YT4lzINs.js → bundle-CM8d32oM.js} +14 -14
- package/cjs/chunks/{bundle-YT4lzINs.js.map → bundle-CM8d32oM.js.map} +1 -1
- package/cjs/chunks/{bundle-DrOZS9jL.js → bundle-CUg60AYF.js} +7 -7
- package/cjs/chunks/bundle-CUg60AYF.js.map +1 -0
- package/cjs/chunks/{bundle-DLWv0Bfo.js → bundle-Cc9XwsST.js} +14 -13
- package/cjs/chunks/{bundle-DLWv0Bfo.js.map → bundle-Cc9XwsST.js.map} +1 -1
- package/cjs/chunks/{bundle-DHcMGBjJ.js → bundle-Cdxcl2qE.js} +8 -8
- package/cjs/chunks/{bundle-DMRJszP_.js.map → bundle-Cdxcl2qE.js.map} +1 -1
- package/cjs/chunks/{bundle-Bf5ejboi.js → bundle-CeqOs9rc.js} +3 -3
- package/cjs/chunks/bundle-CeqOs9rc.js.map +1 -0
- package/cjs/chunks/{bundle-D7MJRfDI.js → bundle-Cm2BIrW9.js} +1 -1
- package/cjs/chunks/bundle-Cm2BIrW9.js.map +1 -0
- package/cjs/chunks/{bundle-Co3RDPK8.js → bundle-CpUm9yfX.js} +4 -4
- package/cjs/chunks/{bundle-Co3RDPK8.js.map → bundle-CpUm9yfX.js.map} +1 -1
- package/cjs/chunks/{bundle-C6rZw4Si.js → bundle-CpbtLdrl.js} +9 -9
- package/cjs/chunks/{bundle-C6rZw4Si.js.map → bundle-CpbtLdrl.js.map} +1 -1
- package/cjs/chunks/{bundle-CLdoei-Z.js → bundle-CsAikJnA.js} +31 -10
- package/cjs/chunks/{bundle-DHcMGBjJ.js.map → bundle-CsAikJnA.js.map} +1 -1
- package/cjs/chunks/{bundle-DrVsIHPY.js → bundle-Cs_jAq8c.js} +3 -3
- package/cjs/chunks/bundle-Cs_jAq8c.js.map +1 -0
- package/cjs/chunks/{bundle-DvZkBioZ.js → bundle-D2zPR3n9.js} +1 -1
- package/cjs/chunks/bundle-D2zPR3n9.js.map +1 -0
- package/cjs/chunks/{bundle-COwctOx9.js → bundle-D6g8YcWA.js} +7 -3
- package/cjs/chunks/bundle-D6g8YcWA.js.map +1 -0
- package/cjs/chunks/{bundle-Bwzi3QPW.js → bundle-DDj6wUvY.js} +1 -1
- package/cjs/chunks/bundle-DDj6wUvY.js.map +1 -0
- package/cjs/chunks/{bundle-CUmbwwRx.js → bundle-DDq6MQWL.js} +10 -10
- package/cjs/chunks/bundle-DDq6MQWL.js.map +1 -0
- package/cjs/chunks/{bundle-CuE1oE9C.js → bundle-DILj2PJa.js} +3 -3
- package/cjs/chunks/{bundle-CuE1oE9C.js.map → bundle-DILj2PJa.js.map} +1 -1
- package/cjs/chunks/{bundle-DWyP7Ln4.js → bundle-DIZCW97k.js} +1 -1
- package/cjs/chunks/bundle-DIZCW97k.js.map +1 -0
- package/cjs/chunks/{bundle-DivaNE7P.js → bundle-DNn9XPcE.js} +1 -1
- package/cjs/chunks/bundle-DNn9XPcE.js.map +1 -0
- package/cjs/chunks/{bundle-B_IV_G9J.js → bundle-DPnfLioG.js} +4 -4
- package/cjs/chunks/bundle-DPnfLioG.js.map +1 -0
- package/cjs/chunks/{bundle-m7OSJz-r.js → bundle-DSIvB_US.js} +4 -3
- package/cjs/chunks/{bundle-m7OSJz-r.js.map → bundle-DSIvB_US.js.map} +1 -1
- package/cjs/chunks/{bundle-4GZpNnMt.js → bundle-DV7U8vWY.js} +7 -7
- package/cjs/chunks/{bundle-4GZpNnMt.js.map → bundle-DV7U8vWY.js.map} +1 -1
- package/cjs/chunks/{bundle-yvA8mVvL.js → bundle-DexQoy0K.js} +1 -1
- package/cjs/chunks/bundle-DexQoy0K.js.map +1 -0
- package/cjs/chunks/{bundle-DT4Jubif.js → bundle-DhqZZjlS.js} +7 -7
- package/cjs/chunks/bundle-DhqZZjlS.js.map +1 -0
- package/cjs/chunks/{bundle-ODGXXyhJ.js → bundle-DieiW8wS.js} +1 -1
- package/cjs/chunks/bundle-DieiW8wS.js.map +1 -0
- package/cjs/chunks/{bundle-Dve2Llpg.js → bundle-Djw85O79.js} +6 -6
- package/cjs/chunks/{bundle-Dve2Llpg.js.map → bundle-Djw85O79.js.map} +1 -1
- package/cjs/chunks/{bundle-ZYV0nwXX.js → bundle-Dqbc_cCE.js} +1 -1
- package/cjs/chunks/bundle-Dqbc_cCE.js.map +1 -0
- package/cjs/chunks/{bundle-CYZAriK2.js → bundle-DqoxpGXj.js} +2 -2
- package/cjs/chunks/bundle-DqoxpGXj.js.map +1 -0
- package/cjs/chunks/{bundle-Bvh4Rdtz.js → bundle-DuA7sFZe.js} +2 -2
- package/cjs/chunks/bundle-DuA7sFZe.js.map +1 -0
- package/cjs/chunks/{bundle-BByyHwHI.js → bundle-DxV5Qh1E.js} +12 -12
- package/cjs/chunks/{bundle-BByyHwHI.js.map → bundle-DxV5Qh1E.js.map} +1 -1
- package/cjs/chunks/{bundle-1D9cnd5F.js → bundle-DytNBh2K.js} +33 -33
- package/cjs/chunks/{bundle-1D9cnd5F.js.map → bundle-DytNBh2K.js.map} +1 -1
- package/cjs/chunks/{bundle-DUBIkN2G.js → bundle-DzTcgMsy.js} +1 -1
- package/cjs/chunks/bundle-DzTcgMsy.js.map +1 -0
- package/cjs/chunks/{bundle-B_EJgRJD.js → bundle-G5pYcfQ0.js} +1 -1
- package/cjs/chunks/{bundle-B_EJgRJD.js.map → bundle-G5pYcfQ0.js.map} +1 -1
- package/cjs/chunks/{bundle-BRRaudPQ.js → bundle-HJt1Yipu.js} +1 -1
- package/cjs/chunks/bundle-HJt1Yipu.js.map +1 -0
- package/cjs/chunks/{bundle-CnzzsH6a.js → bundle-J4PITayI.js} +1 -1
- package/cjs/chunks/bundle-J4PITayI.js.map +1 -0
- package/cjs/chunks/{bundle-n2idgBee.js → bundle-MtsxCWcQ.js} +1 -1
- package/cjs/chunks/bundle-MtsxCWcQ.js.map +1 -0
- package/cjs/chunks/{bundle-DAZMzxUL.js → bundle-O4yXamot.js} +3 -3
- package/cjs/chunks/bundle-O4yXamot.js.map +1 -0
- package/cjs/chunks/{bundle-SFB88awK.js → bundle-O8irOHeT.js} +1 -1
- package/cjs/chunks/bundle-O8irOHeT.js.map +1 -0
- package/cjs/chunks/{bundle-D_UMNfoe.js → bundle-P2EgjC88.js} +3 -3
- package/cjs/chunks/bundle-P2EgjC88.js.map +1 -0
- package/cjs/chunks/{bundle-DgZ0_jtE.js → bundle-PBSOl0ql.js} +1 -1
- package/cjs/chunks/bundle-PBSOl0ql.js.map +1 -0
- package/cjs/chunks/{bundle-D_dQwbeh.js → bundle-Rt61eewU.js} +5 -5
- package/cjs/chunks/bundle-Rt61eewU.js.map +1 -0
- package/cjs/chunks/{bundle-BtOiexkT.js → bundle-TgWe9ifJ.js} +1 -1
- package/cjs/chunks/bundle-TgWe9ifJ.js.map +1 -0
- package/cjs/chunks/{bundle-DN33FixM.js → bundle-WEtJU7gK.js} +120 -39
- package/{chunks/bundle-IZT8GYVx.js.map → cjs/chunks/bundle-WEtJU7gK.js.map} +1 -1
- package/cjs/chunks/{bundle-dJSqzDl8.js → bundle-aaeKYURU.js} +4 -4
- package/cjs/chunks/bundle-aaeKYURU.js.map +1 -0
- package/cjs/chunks/{bundle-DjwXtb4A.js → bundle-g4w_s8FM.js} +1 -1
- package/cjs/chunks/{bundle-DjwXtb4A.js.map → bundle-g4w_s8FM.js.map} +1 -1
- package/cjs/chunks/{bundle-D0fvUv8J.js → bundle-hVHppoOg.js} +5 -5
- package/cjs/chunks/{bundle-D0fvUv8J.js.map → bundle-hVHppoOg.js.map} +1 -1
- package/cjs/chunks/{bundle-BagReBtY.js → bundle-i7zFaTrC.js} +7 -7
- package/cjs/chunks/bundle-i7zFaTrC.js.map +1 -0
- package/cjs/chunks/{bundle-BfowfMGA.js → bundle-uQGNO4S2.js} +1 -1
- package/cjs/chunks/bundle-uQGNO4S2.js.map +1 -0
- package/cjs/chunks/{bundle-Bob6o9tQ.js → bundle-w96MGdhZ.js} +9 -9
- package/cjs/chunks/{bundle-Bob6o9tQ.js.map → bundle-w96MGdhZ.js.map} +1 -1
- package/cjs/hooks/useConnectionState.js +5 -5
- package/cjs/hooks/useLocalization.js +4 -4
- package/cjs/hooks/useModal.js +13 -13
- package/cjs/index.js +90 -89
- 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 +2 -2
- package/cjs/ui/AccordionGroup.js +1 -1
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +13 -13
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +14 -14
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +23 -23
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
- package/cjs/ui/FileMessageItemBody.js +13 -13
- package/cjs/ui/FileViewer.js +19 -19
- package/cjs/ui/Header.js +6 -6
- package/cjs/ui/Icon.js +279 -242
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +4 -4
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/cjs/ui/MentionLabel.js +19 -19
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +46 -43
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +13 -13
- package/cjs/ui/MessageFeedbackModal.js +13 -13
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +20 -20
- package/cjs/ui/MessageItemMenu.js +15 -15
- package/cjs/ui/MessageItemReactionMenu.js +16 -16
- package/cjs/ui/MessageMenu.js +16 -16
- package/cjs/ui/MessageSearchFileItem.js +17 -17
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +15 -15
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +13 -13
- package/cjs/ui/MobileMenu.js +71 -30
- package/cjs/ui/MobileMenu.js.map +1 -1
- package/cjs/ui/Modal.js +12 -12
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +23 -23
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -8
- package/cjs/ui/OpenchannelConversationHeader.js +8 -8
- package/cjs/ui/OpenchannelFileMessage.js +24 -24
- package/cjs/ui/OpenchannelOGMessage.js +26 -26
- package/cjs/ui/OpenchannelThumbnailMessage.js +23 -23
- package/cjs/ui/OpenchannelUserMessage.js +24 -24
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +12 -12
- package/cjs/ui/QuoteMessageInput.js +12 -12
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +14 -14
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +22 -22
- package/cjs/ui/ThreadReplies.js +8 -8
- package/cjs/ui/ThumbnailMessageItemBody.js +10 -10
- package/cjs/ui/Toggle.js +4 -4
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +10 -10
- package/cjs/ui/UserListItem.js +19 -19
- package/cjs/ui/UserListItemMenu.js +16 -16
- package/cjs/ui/UserProfile.js +13 -13
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +14 -14
- package/cjs/ui/Word.js +19 -19
- package/cjs/useSendbirdStateContext.js +4 -4
- package/cjs/utils/message/isVoiceMessage.js +6 -6
- package/cjs/withSendbird.js +24 -23
- package/cjs/withSendbird.js.map +1 -1
- package/dist/index.css +248 -1
- package/hooks/useConnectionState.js +5 -5
- package/hooks/useLocalization.js +4 -4
- package/hooks/useModal.js +14 -14
- package/index.js +90 -89
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/Sendbird/context/SendbirdContext.d.ts +1 -0
- package/types/lib/Sendbird/types.d.ts +1 -0
- package/types/modules/Channel/components/NewMessageCountFloatingButton/index.d.ts +2 -0
- package/types/modules/Channel/components/UnreadCountFloatingButton/index.d.ts +2 -0
- package/types/modules/Channel/context/dux/actionTypes.d.ts +6 -0
- package/types/modules/GroupChannel/components/Message/MessageView.d.ts +6 -0
- package/types/modules/GroupChannel/components/MessageList/getMessagePartsInfo.d.ts +6 -1
- package/types/modules/GroupChannel/components/NewMessageCountFloatingButton/index.d.ts +9 -0
- package/types/modules/GroupChannel/components/UnreadCountFloatingButton/index.d.ts +10 -0
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +6 -0
- package/types/modules/GroupChannel/context/hooks/useGroupChannel.d.ts +4 -0
- package/types/modules/GroupChannel/context/types.d.ts +3 -0
- package/types/ui/Icon/index.d.ts +2 -0
- package/types/ui/Icon/type.d.ts +2 -0
- package/types/ui/Label/stringSet.d.ts +4 -0
- package/types/ui/MessageContent/index.d.ts +1 -0
- package/types/ui/MessageMenu/MessageMenu.d.ts +3 -1
- package/types/ui/MessageMenu/MessageMenuProvider.d.ts +1 -0
- package/types/ui/MessageMenu/menuItems/BottomSheetMenuItems.d.ts +1 -0
- package/types/ui/MessageMenu/menuItems/MessageMenuItems.d.ts +1 -0
- package/types/ui/MessageMenu/menuItems/MobileMenuItems.d.ts +1 -0
- package/types/ui/MobileMenu/types.d.ts +1 -0
- package/types/ui/NewMessageSeparator/index.d.ts +11 -0
- package/types/utils/menuConditions.d.ts +1 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +13 -13
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +14 -14
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +23 -23
- package/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
- package/ui/FileMessageItemBody.js +13 -13
- package/ui/FileViewer.js +19 -19
- package/ui/Header.js +6 -6
- package/ui/Icon.js +279 -242
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +4 -4
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/ui/MentionLabel.js +19 -19
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +46 -43
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +13 -13
- package/ui/MessageFeedbackModal.js +13 -13
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +20 -20
- package/ui/MessageItemMenu.js +15 -15
- package/ui/MessageItemReactionMenu.js +16 -16
- package/ui/MessageMenu.js +16 -16
- package/ui/MessageSearchFileItem.js +17 -17
- package/ui/MessageSearchItem.js +12 -12
- package/ui/MessageStatus.js +15 -15
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +13 -13
- package/ui/MobileMenu.js +71 -30
- package/ui/MobileMenu.js.map +1 -1
- package/ui/Modal.js +12 -12
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +23 -23
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +24 -24
- package/ui/OpenchannelOGMessage.js +26 -26
- package/ui/OpenchannelThumbnailMessage.js +23 -23
- package/ui/OpenchannelUserMessage.js +24 -24
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +12 -12
- package/ui/QuoteMessageInput.js +12 -12
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +14 -14
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +22 -22
- package/ui/ThreadReplies.js +8 -8
- package/ui/ThumbnailMessageItemBody.js +10 -10
- package/ui/Toggle.js +4 -4
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +10 -10
- package/ui/UserListItem.js +19 -19
- package/ui/UserListItemMenu.js +17 -17
- package/ui/UserProfile.js +13 -13
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +14 -14
- package/ui/Word.js +19 -19
- package/useSendbirdStateContext.js +4 -4
- package/utils/message/isVoiceMessage.js +6 -6
- package/withSendbird.js +24 -23
- package/withSendbird.js.map +1 -1
- package/chunks/bundle-4iMyv8rL.js.map +0 -1
- package/chunks/bundle-7upDXZ2x.js.map +0 -1
- package/chunks/bundle-B1vDwyVe.js.map +0 -1
- package/chunks/bundle-B2lzJfYh.js.map +0 -1
- package/chunks/bundle-B5NfIzw6.js.map +0 -1
- package/chunks/bundle-B9NM2q6d.js.map +0 -1
- package/chunks/bundle-BCcSesWX.js.map +0 -1
- package/chunks/bundle-BEsTeVKi.js.map +0 -1
- package/chunks/bundle-BI4FzGRR.js.map +0 -1
- package/chunks/bundle-BIa01cUT.js.map +0 -1
- package/chunks/bundle-BIwdGWMT.js.map +0 -1
- package/chunks/bundle-BJP26iyF.js.map +0 -1
- package/chunks/bundle-BLz9BjN4.js.map +0 -1
- package/chunks/bundle-BNN1I06d.js.map +0 -1
- package/chunks/bundle-BaDSfPc2.js.map +0 -1
- package/chunks/bundle-BdByFEV1.js.map +0 -1
- package/chunks/bundle-BhVTrhDH.js.map +0 -1
- package/chunks/bundle-BjLWi0FR.js.map +0 -1
- package/chunks/bundle-Bza4PDR2.js.map +0 -1
- package/chunks/bundle-C1GT9VW0.js.map +0 -1
- package/chunks/bundle-C7Yokt84.js.map +0 -1
- package/chunks/bundle-CLGhkTnf.js.map +0 -1
- package/chunks/bundle-CO-raWw1.js.map +0 -1
- package/chunks/bundle-CUGxWHRO.js.map +0 -1
- package/chunks/bundle-CdYBkjsA.js.map +0 -1
- package/chunks/bundle-Cfprk18z.js.map +0 -1
- package/chunks/bundle-ClaUOmc5.js.map +0 -1
- package/chunks/bundle-CmwzHSrB.js.map +0 -1
- package/chunks/bundle-CzRkg0IM.js.map +0 -1
- package/chunks/bundle-D2vnvNzv.js.map +0 -1
- package/chunks/bundle-DE6FtXLw.js.map +0 -1
- package/chunks/bundle-DEanwH0s.js.map +0 -1
- package/chunks/bundle-DPQUP26z.js.map +0 -1
- package/chunks/bundle-DRWMVBdn.js.map +0 -1
- package/chunks/bundle-DRWzTTjk.js.map +0 -1
- package/chunks/bundle-DTco3u4-.js.map +0 -1
- package/chunks/bundle-DYNq2q2o.js.map +0 -1
- package/chunks/bundle-Debhp7OQ.js.map +0 -1
- package/chunks/bundle-DfIuos0r.js.map +0 -1
- package/chunks/bundle-DlvCS0eB.js.map +0 -1
- package/chunks/bundle-DoS7oWHM.js.map +0 -1
- package/chunks/bundle-Dwcu4WDN.js.map +0 -1
- package/chunks/bundle-DypQPtk9.js.map +0 -1
- package/chunks/bundle-ExMX5-sC.js.map +0 -1
- package/chunks/bundle-FheET-Q4.js.map +0 -1
- package/chunks/bundle-Iw_NfQB-.js.map +0 -1
- package/chunks/bundle-P5nwZD8V.js.map +0 -1
- package/chunks/bundle-eJ-UusEp.js.map +0 -1
- package/chunks/bundle-gsWT87_Q.js.map +0 -1
- package/chunks/bundle-q9ddBKNI.js.map +0 -1
- package/chunks/bundle-tjQ6eCtV.js.map +0 -1
- package/chunks/bundle-yh_rhV-v.js.map +0 -1
- package/cjs/chunks/bundle-1xkZXP5V.js.map +0 -1
- package/cjs/chunks/bundle-9gPTkX-g.js.map +0 -1
- package/cjs/chunks/bundle-BE757tKv.js.map +0 -1
- package/cjs/chunks/bundle-BFqDu77k.js.map +0 -1
- package/cjs/chunks/bundle-BRRaudPQ.js.map +0 -1
- package/cjs/chunks/bundle-BUmN3EqF.js.map +0 -1
- package/cjs/chunks/bundle-B_IV_G9J.js.map +0 -1
- package/cjs/chunks/bundle-BagReBtY.js.map +0 -1
- package/cjs/chunks/bundle-BbEatRUZ.js.map +0 -1
- package/cjs/chunks/bundle-Bf5ejboi.js.map +0 -1
- package/cjs/chunks/bundle-BfowfMGA.js.map +0 -1
- package/cjs/chunks/bundle-BgrHmV0D.js.map +0 -1
- package/cjs/chunks/bundle-BtOiexkT.js.map +0 -1
- package/cjs/chunks/bundle-Bvh4Rdtz.js.map +0 -1
- package/cjs/chunks/bundle-BwBcV8q1.js.map +0 -1
- package/cjs/chunks/bundle-Bwzi3QPW.js.map +0 -1
- package/cjs/chunks/bundle-C-M_gAqm.js.map +0 -1
- package/cjs/chunks/bundle-C9Ek6NtK.js.map +0 -1
- package/cjs/chunks/bundle-CIjYa6CG.js.map +0 -1
- package/cjs/chunks/bundle-CKMUe2Il.js.map +0 -1
- package/cjs/chunks/bundle-CKm7qDYV.js.map +0 -1
- package/cjs/chunks/bundle-CLdoei-Z.js.map +0 -1
- package/cjs/chunks/bundle-COwctOx9.js.map +0 -1
- package/cjs/chunks/bundle-CX5IsWff.js.map +0 -1
- package/cjs/chunks/bundle-CYZAriK2.js.map +0 -1
- package/cjs/chunks/bundle-CZF0eYCK.js.map +0 -1
- package/cjs/chunks/bundle-CZN0hRTC.js.map +0 -1
- package/cjs/chunks/bundle-CeXeJFhP.js.map +0 -1
- package/cjs/chunks/bundle-CmeMJxeb.js.map +0 -1
- package/cjs/chunks/bundle-CmjgA2nm.js.map +0 -1
- package/cjs/chunks/bundle-CnzzsH6a.js.map +0 -1
- package/cjs/chunks/bundle-CvX2lULC.js.map +0 -1
- package/cjs/chunks/bundle-CwOT98Nu.js.map +0 -1
- package/cjs/chunks/bundle-CzeSw_kf.js.map +0 -1
- package/cjs/chunks/bundle-D7MJRfDI.js.map +0 -1
- package/cjs/chunks/bundle-DAL6Y--L.js.map +0 -1
- package/cjs/chunks/bundle-DATFC0E8.js.map +0 -1
- package/cjs/chunks/bundle-DAZMzxUL.js.map +0 -1
- package/cjs/chunks/bundle-DHoGPvtu.js.map +0 -1
- package/cjs/chunks/bundle-DT4Jubif.js.map +0 -1
- package/cjs/chunks/bundle-DTWU-Vq1.js.map +0 -1
- package/cjs/chunks/bundle-DUBIkN2G.js.map +0 -1
- package/cjs/chunks/bundle-DWFsWeVr.js.map +0 -1
- package/cjs/chunks/bundle-DWyP7Ln4.js.map +0 -1
- package/cjs/chunks/bundle-D_UMNfoe.js.map +0 -1
- package/cjs/chunks/bundle-D_dQwbeh.js.map +0 -1
- package/cjs/chunks/bundle-DbBt-U5A.js.map +0 -1
- package/cjs/chunks/bundle-DgZ0_jtE.js.map +0 -1
- package/cjs/chunks/bundle-DivaNE7P.js.map +0 -1
- package/cjs/chunks/bundle-DpK5fRLi.js.map +0 -1
- package/cjs/chunks/bundle-DrOZS9jL.js.map +0 -1
- package/cjs/chunks/bundle-DrVsIHPY.js.map +0 -1
- package/cjs/chunks/bundle-DvZkBioZ.js.map +0 -1
- package/cjs/chunks/bundle-ODGXXyhJ.js.map +0 -1
- package/cjs/chunks/bundle-OcZpFAI2.js.map +0 -1
- package/cjs/chunks/bundle-SFB88awK.js.map +0 -1
- package/cjs/chunks/bundle-ZYV0nwXX.js.map +0 -1
- package/cjs/chunks/bundle-dJSqzDl8.js.map +0 -1
- package/cjs/chunks/bundle-lh-EzNyM.js.map +0 -1
- package/cjs/chunks/bundle-n2idgBee.js.map +0 -1
- package/cjs/chunks/bundle-vpR1VtKm.js.map +0 -1
- package/cjs/chunks/bundle-yvA8mVvL.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { K } from './bundle-
|
|
1
|
+
import { K } from './bundle-CgfPuvrT.js';
|
|
2
2
|
|
|
3
3
|
var EmojiManager = /** @class */ (function () {
|
|
4
4
|
function EmojiManager(props) {
|
|
@@ -146,4 +146,4 @@ var mapColorKeys = function (colorSet) {
|
|
|
146
146
|
};
|
|
147
147
|
|
|
148
148
|
export { EmojiManager as E, mapColorKeys as m };
|
|
149
|
-
//# sourceMappingURL=bundle-
|
|
149
|
+
//# sourceMappingURL=bundle-BilLWOEA.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BilLWOEA.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -69,4 +69,4 @@ var MediaQueryProvider = function (props) {
|
|
|
69
69
|
var useMediaQueryContext = function () { return React__default.useContext(MediaQueryContext); };
|
|
70
70
|
|
|
71
71
|
export { MediaQueryProvider as M, useMediaQueryContext as u };
|
|
72
|
-
//# sourceMappingURL=bundle-
|
|
72
|
+
//# sourceMappingURL=bundle-Bk_SPoMw.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Bk_SPoMw.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BkzdUfPs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { TypingIndicator } from '../GroupChannel/components/TypingIndicator.js';
|
|
3
|
-
import { T as TypingIndicatorType } from './bundle-
|
|
3
|
+
import { T as TypingIndicatorType } from './bundle-Dcr0zhiH.js';
|
|
4
4
|
import ConnectionStatus from '../ui/ConnectionStatus.js';
|
|
5
5
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
6
|
-
import { d as deleteNullish } from './bundle-
|
|
7
|
-
import { u as useSendbird } from './bundle-
|
|
6
|
+
import { d as deleteNullish } from './bundle-CUxfmOhh.js';
|
|
7
|
+
import { u as useSendbird } from './bundle-DJbjYe-m.js';
|
|
8
8
|
|
|
9
9
|
var GroupChannelUIView = function (props) {
|
|
10
10
|
var _a, _b, _c, _d;
|
|
@@ -43,4 +43,4 @@ var GroupChannelUIView = function (props) {
|
|
|
43
43
|
};
|
|
44
44
|
|
|
45
45
|
export { GroupChannelUIView as G };
|
|
46
|
-
//# sourceMappingURL=bundle-
|
|
46
|
+
//# sourceMappingURL=bundle-BmZABrRu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BmZABrRu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback, useEffect, useContext, useReducer } from 'react';
|
|
2
|
-
import { p as pubSubTopics } from './bundle-
|
|
3
|
-
import { _ as __assign,
|
|
4
|
-
import { u as useSendbird } from './bundle-
|
|
2
|
+
import { p as pubSubTopics } from './bundle-CTIZ7Ykh.js';
|
|
3
|
+
import { _ as __assign, c as __spreadArray } from './bundle-vQs-w4TJ.js';
|
|
4
|
+
import { u as useSendbird } from './bundle-DJbjYe-m.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelListFetchingStatus;
|
|
7
7
|
(function (OpenChannelListFetchingStatus) {
|
|
@@ -332,4 +332,4 @@ var OpenChannelListProvider$1 = {
|
|
|
332
332
|
};
|
|
333
333
|
|
|
334
334
|
export { OpenChannelListProvider as O, OpenChannelListFetchingStatus as a, OpenChannelListActionTypes$1 as b, OpenChannelListProvider$1 as c, useOpenChannelListContext as u };
|
|
335
|
-
//# sourceMappingURL=bundle-
|
|
335
|
+
//# sourceMappingURL=bundle-BoEsweMj.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-BoEsweMj.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BpN5DBcv.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BrzrUUTr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as __spreadArray } from './bundle-vQs-w4TJ.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-D0r0ZDJu.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
5
|
+
import { c as LabelStringSet, L as Label, a as LabelTypography, b as LabelColors } from './bundle-Ck1F12Yd.js';
|
|
6
6
|
import Loader from '../ui/Loader.js';
|
|
7
|
-
import { a as isDefaultChannelName,
|
|
7
|
+
import { a as isDefaultChannelName, E as isTemplateMessage, l as isImage, B as isGif, k as isVideo, F as isAudio, G as isVoiceMessageMimeType, H as isSentStatus } from './bundle-C_fUxdCB.js';
|
|
8
8
|
import { OutgoingMessageStates, getOutgoingMessageState } from '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-
|
|
10
|
-
import { u as useLocalization } from './bundle-
|
|
11
|
-
import { c as classnames } from './bundle-
|
|
9
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-b13Wg98Q.js';
|
|
10
|
+
import { u as useLocalization } from './bundle-DNFxWldO.js';
|
|
11
|
+
import { c as classnames } from './bundle-CUxfmOhh.js';
|
|
12
12
|
|
|
13
13
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
14
14
|
var _a;
|
|
@@ -136,4 +136,4 @@ function MessageStatus(_a) {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
export { MessageStatus as M, getLastMessageText as a, getTotalMembers as b, getLastMessageCreatedAt as c, getChannelUnreadMessageCount as d, MessageStatusTypes as e, getChannelTitle as g };
|
|
139
|
-
//# sourceMappingURL=bundle-
|
|
139
|
+
//# sourceMappingURL=bundle-Bux9ukQX.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Bux9ukQX.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { _ as __assign,
|
|
1
|
+
import { _ as __assign, a as __awaiter, b as __generator } from './bundle-vQs-w4TJ.js';
|
|
2
2
|
import React__default, { useCallback, useContext, useMemo, useRef, useState, useLayoutEffect, createContext, useEffect } from 'react';
|
|
3
3
|
import { MessageMetaArray, ReplyType } from '@sendbird/chat/message';
|
|
4
4
|
import { MessageFilter } from '@sendbird/chat/groupChannel';
|
|
5
5
|
import { useIIFE, useGroupChannelMessages, useAsyncEffect, useAsyncLayoutEffect } from '@sendbird/uikit-tools';
|
|
6
|
-
import { U as UserProfileProvider } from './bundle-
|
|
7
|
-
import { p as pubSubFactory } from './bundle-
|
|
8
|
-
import { s as shimExports, u as useStore, c as createStore } from './bundle-
|
|
9
|
-
import {
|
|
10
|
-
import { u as useSendbird } from './bundle-
|
|
11
|
-
import { g as getIsReactionEnabled } from './bundle-
|
|
12
|
-
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './bundle-
|
|
13
|
-
import { P as PUBSUB_TOPICS, b as PublishingModuleType, p as pubSubTopics } from './bundle-
|
|
14
|
-
import { T as ThreadReplySelectType } from './bundle-
|
|
15
|
-
import { u as useDeepCompareEffect } from './bundle-
|
|
16
|
-
import { d as deleteNullish } from './bundle-
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
6
|
+
import { U as UserProfileProvider } from './bundle-DkwXJBHp.js';
|
|
7
|
+
import { p as pubSubFactory } from './bundle-DjbhNbPH.js';
|
|
8
|
+
import { s as shimExports, u as useStore, c as createStore } from './bundle-o0clu6Og.js';
|
|
9
|
+
import { g as getMessageTopOffset, d as isContextMenuClosed } from './bundle-D2stWbEd.js';
|
|
10
|
+
import { u as useSendbird } from './bundle-DJbjYe-m.js';
|
|
11
|
+
import { g as getIsReactionEnabled } from './bundle-z5Nelqj0.js';
|
|
12
|
+
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './bundle-mPTSPNOr.js';
|
|
13
|
+
import { P as PUBSUB_TOPICS, b as PublishingModuleType, p as pubSubTopics } from './bundle-CTIZ7Ykh.js';
|
|
14
|
+
import { T as ThreadReplySelectType } from './bundle-CrjcKLbB.js';
|
|
15
|
+
import { u as useDeepCompareEffect } from './bundle-BKEuuTFL.js';
|
|
16
|
+
import { d as deleteNullish } from './bundle-CUxfmOhh.js';
|
|
17
|
+
import { CollectionEventSource } from '@sendbird/chat';
|
|
18
|
+
import { K } from './bundle-CgfPuvrT.js';
|
|
19
|
+
import { a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, i as META_ARRAY_VOICE_DURATION_KEY, j as META_ARRAY_MESSAGE_TYPE_KEY, k as META_ARRAY_MESSAGE_TYPE_VALUE__VOICE } from './bundle-BbORJ4UM.js';
|
|
19
20
|
|
|
20
21
|
var pass = function (value) { return value; };
|
|
21
22
|
/**
|
|
@@ -83,7 +84,7 @@ function useMessageActions(params) {
|
|
|
83
84
|
}); }, [eventHandlers]);
|
|
84
85
|
return {
|
|
85
86
|
sendUserMessage: useCallback(function (params) { return __awaiter(_this, void 0, void 0, function () {
|
|
86
|
-
var internalParams, processedParams;
|
|
87
|
+
var internalParams, processedParams, message;
|
|
87
88
|
return __generator(this, function (_a) {
|
|
88
89
|
switch (_a.label) {
|
|
89
90
|
case 0:
|
|
@@ -91,12 +92,20 @@ function useMessageActions(params) {
|
|
|
91
92
|
return [4 /*yield*/, processParams(onBeforeSendUserMessage, internalParams, 'user')];
|
|
92
93
|
case 1:
|
|
93
94
|
processedParams = _a.sent();
|
|
94
|
-
return [
|
|
95
|
+
return [4 /*yield*/, sendUserMessage(processedParams, asyncScrollToBottom)];
|
|
96
|
+
case 2:
|
|
97
|
+
message = _a.sent();
|
|
98
|
+
pubSub.publish(PUBSUB_TOPICS.SEND_USER_MESSAGE, {
|
|
99
|
+
channel: currentChannel,
|
|
100
|
+
message: message,
|
|
101
|
+
publishingModules: [PublishingModuleType.CHANNEL],
|
|
102
|
+
});
|
|
103
|
+
return [2 /*return*/, message];
|
|
95
104
|
}
|
|
96
105
|
});
|
|
97
106
|
}); }, [buildInternalMessageParams, sendUserMessage, scrollToBottom, processParams]),
|
|
98
107
|
sendFileMessage: useCallback(function (params) { return __awaiter(_this, void 0, void 0, function () {
|
|
99
|
-
var internalParams, processedParams;
|
|
108
|
+
var internalParams, processedParams, message;
|
|
100
109
|
return __generator(this, function (_a) {
|
|
101
110
|
switch (_a.label) {
|
|
102
111
|
case 0:
|
|
@@ -104,12 +113,20 @@ function useMessageActions(params) {
|
|
|
104
113
|
return [4 /*yield*/, processParams(onBeforeSendFileMessage, internalParams, 'file')];
|
|
105
114
|
case 1:
|
|
106
115
|
processedParams = _a.sent();
|
|
107
|
-
return [
|
|
116
|
+
return [4 /*yield*/, sendFileMessage(processedParams, asyncScrollToBottom)];
|
|
117
|
+
case 2:
|
|
118
|
+
message = _a.sent();
|
|
119
|
+
pubSub.publish(PUBSUB_TOPICS.SEND_FILE_MESSAGE, {
|
|
120
|
+
channel: currentChannel,
|
|
121
|
+
message: message,
|
|
122
|
+
publishingModules: [PublishingModuleType.CHANNEL],
|
|
123
|
+
});
|
|
124
|
+
return [2 /*return*/, message];
|
|
108
125
|
}
|
|
109
126
|
});
|
|
110
127
|
}); }, [buildInternalMessageParams, sendFileMessage, scrollToBottom, processParams]),
|
|
111
128
|
sendMultipleFilesMessage: useCallback(function (params) { return __awaiter(_this, void 0, void 0, function () {
|
|
112
|
-
var internalParams, processedParams;
|
|
129
|
+
var internalParams, processedParams, message;
|
|
113
130
|
return __generator(this, function (_a) {
|
|
114
131
|
switch (_a.label) {
|
|
115
132
|
case 0:
|
|
@@ -117,7 +134,15 @@ function useMessageActions(params) {
|
|
|
117
134
|
return [4 /*yield*/, processParams(onBeforeSendMultipleFilesMessage, internalParams, 'multipleFiles')];
|
|
118
135
|
case 1:
|
|
119
136
|
processedParams = _a.sent();
|
|
120
|
-
return [
|
|
137
|
+
return [4 /*yield*/, sendMultipleFilesMessage(processedParams, asyncScrollToBottom)];
|
|
138
|
+
case 2:
|
|
139
|
+
message = _a.sent();
|
|
140
|
+
pubSub.publish(PUBSUB_TOPICS.SEND_FILE_MESSAGE, {
|
|
141
|
+
channel: currentChannel,
|
|
142
|
+
message: message,
|
|
143
|
+
publishingModules: [PublishingModuleType.CHANNEL],
|
|
144
|
+
});
|
|
145
|
+
return [2 /*return*/, message];
|
|
121
146
|
}
|
|
122
147
|
});
|
|
123
148
|
}); }, [buildInternalMessageParams, sendMultipleFilesMessage, scrollToBottom, processParams]),
|
|
@@ -202,14 +227,21 @@ var useGroupChannel = function () {
|
|
|
202
227
|
state.scrollPubSub.publish('scrollToBottom', { animated: animated });
|
|
203
228
|
if (state.currentChannel && !state.hasNext()) {
|
|
204
229
|
state.resetNewMessages();
|
|
205
|
-
if (!state.disableMarkAsRead
|
|
206
|
-
|
|
230
|
+
if (!state.disableMarkAsRead) {
|
|
231
|
+
if (!config.groupChannel.enableMarkAsUnread && state.currentChannel.myMemberState !== 'none') {
|
|
232
|
+
markAsReadScheduler.push(state.currentChannel);
|
|
233
|
+
}
|
|
207
234
|
}
|
|
208
235
|
}
|
|
209
236
|
return [2 /*return*/];
|
|
210
237
|
}
|
|
211
238
|
});
|
|
212
|
-
}); }, [state.scrollRef.current, config.isOnline, markAsReadScheduler]);
|
|
239
|
+
}); }, [state.scrollRef.current, config.isOnline, markAsReadScheduler, config.groupChannel.enableMarkAsUnread]);
|
|
240
|
+
var markAsReadAll = useCallback(function (channel) {
|
|
241
|
+
if (config.isOnline && !state.disableMarkAsRead && channel) {
|
|
242
|
+
markAsReadScheduler === null || markAsReadScheduler === void 0 ? void 0 : markAsReadScheduler.push(channel);
|
|
243
|
+
}
|
|
244
|
+
}, [config.isOnline, state.disableMarkAsRead]);
|
|
213
245
|
var scrollToMessage = useCallback(function (createdAt, messageId, messageFocusAnimated, scrollAnimated) { return __awaiter(void 0, void 0, void 0, function () {
|
|
214
246
|
var element, parentNode, clickHandler, message, topOffset;
|
|
215
247
|
return __generator(this, function (_a) {
|
|
@@ -301,11 +333,21 @@ var useGroupChannel = function () {
|
|
|
301
333
|
var setQuoteMessage = useCallback(function (message) {
|
|
302
334
|
store.setState(function (state) { return (__assign(__assign({}, state), { quoteMessage: message })); });
|
|
303
335
|
}, []);
|
|
336
|
+
var setReadStateChanged = useCallback(function (readState) {
|
|
337
|
+
store.setState(function (state) { return (__assign(__assign({}, state), { readState: readState })); });
|
|
338
|
+
}, []);
|
|
339
|
+
var setFirstUnreadMessageId = useCallback(function (messageId) {
|
|
340
|
+
store.setState(function (state) { return (__assign(__assign({}, state), { firstUnreadMessageId: messageId })); });
|
|
341
|
+
}, []);
|
|
304
342
|
var actions = useMemo(function () {
|
|
305
|
-
return __assign({ setCurrentChannel: setCurrentChannel, handleChannelError: handleChannelError, setQuoteMessage: setQuoteMessage, scrollToBottom: scrollToBottom, scrollToMessage: scrollToMessage, toggleReaction: toggleReaction, setAnimatedMessageId: setAnimatedMessageId, setIsScrollBottomReached: setIsScrollBottomReached }, messageActions);
|
|
343
|
+
return __assign({ setCurrentChannel: setCurrentChannel, handleChannelError: handleChannelError, markAsReadAll: markAsReadAll, markAsUnread: state.markAsUnread, setReadStateChanged: setReadStateChanged, setFirstUnreadMessageId: setFirstUnreadMessageId, setQuoteMessage: setQuoteMessage, scrollToBottom: scrollToBottom, scrollToMessage: scrollToMessage, toggleReaction: toggleReaction, setAnimatedMessageId: setAnimatedMessageId, setIsScrollBottomReached: setIsScrollBottomReached }, messageActions);
|
|
306
344
|
}, [
|
|
307
345
|
setCurrentChannel,
|
|
308
346
|
handleChannelError,
|
|
347
|
+
markAsReadAll,
|
|
348
|
+
state.markAsUnread,
|
|
349
|
+
setReadStateChanged,
|
|
350
|
+
setFirstUnreadMessageId,
|
|
309
351
|
setQuoteMessage,
|
|
310
352
|
scrollToBottom,
|
|
311
353
|
scrollToMessage,
|
|
@@ -406,7 +448,7 @@ function getScrollBehavior(behavior, animated) {
|
|
|
406
448
|
return behavior;
|
|
407
449
|
}
|
|
408
450
|
|
|
409
|
-
var initialState = {
|
|
451
|
+
var initialState = function () { return ({
|
|
410
452
|
currentChannel: null,
|
|
411
453
|
channelUrl: '',
|
|
412
454
|
fetchChannelError: null,
|
|
@@ -417,6 +459,7 @@ var initialState = {
|
|
|
417
459
|
quoteMessage: null,
|
|
418
460
|
animatedMessageId: null,
|
|
419
461
|
isScrollBottomReached: true,
|
|
462
|
+
readState: null,
|
|
420
463
|
scrollRef: { current: null },
|
|
421
464
|
scrollDistanceFromBottomRef: { current: 0 },
|
|
422
465
|
scrollPositionRef: { current: 0 },
|
|
@@ -430,9 +473,9 @@ var initialState = {
|
|
|
430
473
|
disableMarkAsRead: false,
|
|
431
474
|
scrollBehavior: 'auto',
|
|
432
475
|
scrollPubSub: null,
|
|
433
|
-
};
|
|
476
|
+
}); };
|
|
434
477
|
var GroupChannelContext = createContext(null);
|
|
435
|
-
var createGroupChannelStore = function (props) { return createStore(__assign(__assign({}, initialState), props)); };
|
|
478
|
+
var createGroupChannelStore = function (props) { return createStore(__assign(__assign({}, initialState()), props)); };
|
|
436
479
|
var InternalGroupChannelProvider = function (props) {
|
|
437
480
|
var children = props.children;
|
|
438
481
|
var defaultProps = deleteNullish({
|
|
@@ -477,7 +520,7 @@ var GroupChannelManager = function (props) {
|
|
|
477
520
|
var updateState = useGroupChannelStore().updateState;
|
|
478
521
|
var _h = useSendbird().state, config = _h.config, stores = _h.stores;
|
|
479
522
|
var sdkStore = stores.sdkStore;
|
|
480
|
-
var markAsReadScheduler = config.markAsReadScheduler, logger = config.logger, pubSub = config.pubSub;
|
|
523
|
+
var userId = config.userId, markAsReadScheduler = config.markAsReadScheduler, logger = config.logger, pubSub = config.pubSub;
|
|
481
524
|
// ScrollHandler initialization
|
|
482
525
|
var _j = useMessageListScroll(scrollBehavior, [(_a = state.currentChannel) === null || _a === void 0 ? void 0 : _a.url]), scrollRef = _j.scrollRef, scrollPubSub = _j.scrollPubSub, scrollDistanceFromBottomRef = _j.scrollDistanceFromBottomRef, scrollPositionRef = _j.scrollPositionRef;
|
|
483
526
|
var isScrollBottomReached = state.isScrollBottomReached;
|
|
@@ -495,6 +538,32 @@ var GroupChannelManager = function (props) {
|
|
|
495
538
|
return ReplyType.NONE;
|
|
496
539
|
return ReplyType.ONLY_REPLY_TO_CHANNEL;
|
|
497
540
|
});
|
|
541
|
+
var markAsUnreadSourceRef = useRef(undefined);
|
|
542
|
+
var markAsUnread = useCallback(function (message, source) {
|
|
543
|
+
var _a, _b, _c, _d;
|
|
544
|
+
if (!config.groupChannel.enableMarkAsUnread)
|
|
545
|
+
return;
|
|
546
|
+
if (!state.currentChannel) {
|
|
547
|
+
(_a = logger === null || logger === void 0 ? void 0 : logger.error) === null || _a === void 0 ? void 0 : _a.call(logger, 'GroupChannelProvider: channel is required for markAsUnread');
|
|
548
|
+
return;
|
|
549
|
+
}
|
|
550
|
+
try {
|
|
551
|
+
if (state.currentChannel.markAsUnread) {
|
|
552
|
+
state.currentChannel.markAsUnread(message);
|
|
553
|
+
(_b = logger === null || logger === void 0 ? void 0 : logger.info) === null || _b === void 0 ? void 0 : _b.call(logger, 'GroupChannelProvider: markAsUnread called for message', {
|
|
554
|
+
messageId: message.messageId,
|
|
555
|
+
source: source || 'unknown',
|
|
556
|
+
});
|
|
557
|
+
markAsUnreadSourceRef.current = source || 'internal';
|
|
558
|
+
}
|
|
559
|
+
else {
|
|
560
|
+
(_c = logger === null || logger === void 0 ? void 0 : logger.error) === null || _c === void 0 ? void 0 : _c.call(logger, 'GroupChannelProvider: markAsUnread method not available in current SDK version');
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
catch (error) {
|
|
564
|
+
(_d = logger === null || logger === void 0 ? void 0 : logger.error) === null || _d === void 0 ? void 0 : _d.call(logger, 'GroupChannelProvider: markAsUnread failed', error);
|
|
565
|
+
}
|
|
566
|
+
}, [state.currentChannel, logger, config.groupChannel.enableMarkAsUnread]);
|
|
498
567
|
// Message Collection setup
|
|
499
568
|
var messageDataSource = useGroupChannelMessages(sdkStore.sdk, state.currentChannel, {
|
|
500
569
|
startingPoint: startingPoint,
|
|
@@ -502,8 +571,10 @@ var GroupChannelManager = function (props) {
|
|
|
502
571
|
collectionCreator: getCollectionCreator(state.currentChannel, messageListQueryParams),
|
|
503
572
|
shouldCountNewMessages: function () { return !isScrollBottomReached; },
|
|
504
573
|
markAsRead: function (channels) {
|
|
505
|
-
if (
|
|
506
|
-
|
|
574
|
+
if (!config.groupChannel.enableMarkAsUnread) {
|
|
575
|
+
if (isScrollBottomReached && !disableMarkAsRead) {
|
|
576
|
+
channels.forEach(function (it) { return markAsReadScheduler.push(it); });
|
|
577
|
+
}
|
|
507
578
|
}
|
|
508
579
|
},
|
|
509
580
|
onMessagesReceived: function (messages) {
|
|
@@ -513,7 +584,9 @@ var GroupChannelManager = function (props) {
|
|
|
513
584
|
// even though the next messages and the current messages length are the same.
|
|
514
585
|
// So added this condition to check if they are the same to prevent unnecessary calling scrollToBottom action
|
|
515
586
|
&& messages.length !== state.messages.length) {
|
|
516
|
-
setTimeout(function () { return
|
|
587
|
+
setTimeout(function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
588
|
+
return [2 /*return*/, actions.scrollToBottom(true)];
|
|
589
|
+
}); }); }, 10);
|
|
517
590
|
}
|
|
518
591
|
},
|
|
519
592
|
onChannelDeleted: function () {
|
|
@@ -524,7 +597,15 @@ var GroupChannelManager = function (props) {
|
|
|
524
597
|
actions.setCurrentChannel(null);
|
|
525
598
|
onBackClick === null || onBackClick === void 0 ? void 0 : onBackClick();
|
|
526
599
|
},
|
|
527
|
-
onChannelUpdated: function (channel) {
|
|
600
|
+
onChannelUpdated: function (channel, ctx) {
|
|
601
|
+
if (ctx.source === CollectionEventSource.EVENT_CHANNEL_UNREAD
|
|
602
|
+
&& ctx.userIds.includes(userId)) {
|
|
603
|
+
actions.setReadStateChanged('unread');
|
|
604
|
+
}
|
|
605
|
+
if (ctx.source === CollectionEventSource.EVENT_CHANNEL_READ
|
|
606
|
+
&& ctx.userIds.includes(userId)) {
|
|
607
|
+
actions.setReadStateChanged('read');
|
|
608
|
+
}
|
|
528
609
|
actions.setCurrentChannel(channel);
|
|
529
610
|
},
|
|
530
611
|
logger: logger,
|
|
@@ -570,8 +651,8 @@ var GroupChannelManager = function (props) {
|
|
|
570
651
|
if ((pubSub === null || pubSub === void 0 ? void 0 : pubSub.subscribe) === undefined)
|
|
571
652
|
return [2 /*return*/];
|
|
572
653
|
subscriptions = [
|
|
573
|
-
|
|
574
|
-
|
|
654
|
+
pubSub.subscribe(pubSubTopics.SEND_USER_MESSAGE, handleExternalMessage),
|
|
655
|
+
pubSub.subscribe(pubSubTopics.SEND_FILE_MESSAGE, handleExternalMessage),
|
|
575
656
|
];
|
|
576
657
|
return [2 /*return*/, function () {
|
|
577
658
|
subscriptions.forEach(function (subscription) { return subscription.remove(); });
|
|
@@ -656,9 +737,9 @@ var GroupChannelManager = function (props) {
|
|
|
656
737
|
isScrollBottomReached,
|
|
657
738
|
]);
|
|
658
739
|
useDeepCompareEffect(function () {
|
|
659
|
-
updateState(__assign(__assign(__assign(__assign(__assign({
|
|
740
|
+
updateState(__assign(__assign(__assign(__assign(__assign(__assign({
|
|
660
741
|
// Channel state
|
|
661
|
-
channelUrl: channelUrl, currentChannel: state.currentChannel }, configurations), scrollState), eventHandlers), renderProps), messageDataSource));
|
|
742
|
+
channelUrl: channelUrl, currentChannel: state.currentChannel }, configurations), scrollState), eventHandlers), renderProps), messageDataSource), { markAsUnread: markAsUnread, markAsUnreadSourceRef: markAsUnreadSourceRef }));
|
|
662
743
|
}, [
|
|
663
744
|
channelUrl,
|
|
664
745
|
(_c = state.currentChannel) === null || _c === void 0 ? void 0 : _c.serialize(),
|
|
@@ -673,7 +754,7 @@ var GroupChannelManager = function (props) {
|
|
|
673
754
|
return children;
|
|
674
755
|
};
|
|
675
756
|
var GroupChannelProvider = function (props) {
|
|
676
|
-
return (React__default.createElement(InternalGroupChannelProvider, __assign({}, props),
|
|
757
|
+
return (React__default.createElement(InternalGroupChannelProvider, __assign({ key: props.channelUrl }, props),
|
|
677
758
|
React__default.createElement(GroupChannelManager, __assign({}, props),
|
|
678
759
|
React__default.createElement(UserProfileProvider, __assign({}, props), props.children))));
|
|
679
760
|
};
|
|
@@ -682,7 +763,7 @@ var GroupChannelProvider = function (props) {
|
|
|
682
763
|
* @returns {ReturnType<typeof createStore<GroupChannelState>>}
|
|
683
764
|
*/
|
|
684
765
|
var useGroupChannelStore = function () {
|
|
685
|
-
return useStore(GroupChannelContext, function (state) { return state; }, initialState);
|
|
766
|
+
return useStore(GroupChannelContext, function (state) { return state; }, initialState());
|
|
686
767
|
};
|
|
687
768
|
// Keep this function for backward compatibility.
|
|
688
769
|
var useGroupChannelContext = function () {
|
|
@@ -697,4 +778,4 @@ function getCollectionCreator(groupChannel, messageListQueryParams) {
|
|
|
697
778
|
}
|
|
698
779
|
|
|
699
780
|
export { GroupChannelContext as G, InternalGroupChannelProvider as I, GroupChannelProvider as a, useGroupChannelContext as b, GroupChannelManager as c, useGroupChannel as u };
|
|
700
|
-
//# sourceMappingURL=bundle-
|
|
781
|
+
//# sourceMappingURL=bundle-Bw9-kM0p.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Bw9-kM0p.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { _ as __assign,
|
|
1
|
+
import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray, d as __rest } from './bundle-vQs-w4TJ.js';
|
|
2
2
|
import React__default, { useState, useContext, useEffect, useMemo, useCallback } from 'react';
|
|
3
3
|
import { Role } from '@sendbird/chat';
|
|
4
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
4
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-DNFxWldO.js';
|
|
5
5
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
6
|
-
import { U as UserListItemMenu } from './bundle-
|
|
6
|
+
import { U as UserListItemMenu } from './bundle-CDnQ-eiD.js';
|
|
7
7
|
import { UserListItem } from '../ui/UserListItem.js';
|
|
8
|
-
import { M as Modal } from './bundle-
|
|
9
|
-
import { n as noop } from './bundle-
|
|
10
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
11
|
-
import { u as useChannelSettings } from './bundle-
|
|
12
|
-
import './bundle-
|
|
13
|
-
import { u as useSendbird } from './bundle-
|
|
8
|
+
import { M as Modal } from './bundle-Cp4bgSfe.js';
|
|
9
|
+
import { n as noop } from './bundle-CUxfmOhh.js';
|
|
10
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-Cc3NyHSS.js';
|
|
11
|
+
import { u as useChannelSettings } from './bundle-zyamEgs-.js';
|
|
12
|
+
import './bundle-Ck1F12Yd.js';
|
|
13
|
+
import { u as useSendbird } from './bundle-DJbjYe-m.js';
|
|
14
14
|
|
|
15
15
|
function MembersModal(_a) {
|
|
16
16
|
var _this = this;
|
|
@@ -260,4 +260,4 @@ var MemberList = function (_a) {
|
|
|
260
260
|
};
|
|
261
261
|
|
|
262
262
|
export { MemberList as M };
|
|
263
|
-
//# sourceMappingURL=bundle-
|
|
263
|
+
//# sourceMappingURL=bundle-BxzrhGgR.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-BxzrhGgR.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import React__default, { useState, useEffect, useRef, useLayoutEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
5
|
-
import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
6
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-vQs-w4TJ.js';
|
|
2
|
+
import React__default, { useState, useEffect, useRef, useCallback, useLayoutEffect, useMemo } from 'react';
|
|
3
|
+
import { f as format } from './bundle-D0r0ZDJu.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-DNFxWldO.js';
|
|
5
|
+
import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-CrjcKLbB.js';
|
|
6
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-D2stWbEd.js';
|
|
7
7
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
8
|
-
import { g as getSuggestedReplies } from './bundle-
|
|
8
|
+
import { g as getSuggestedReplies } from './bundle-C_fUxdCB.js';
|
|
9
9
|
import DateSeparator from '../ui/DateSeparator.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-Ck1F12Yd.js';
|
|
11
11
|
import MessageInput from '../ui/MessageInput.js';
|
|
12
|
-
import { M as MessageInputKeys } from './bundle-
|
|
12
|
+
import { M as MessageInputKeys } from './bundle-BVnY-VzH.js';
|
|
13
13
|
import { MessageContent } from '../ui/MessageContent.js';
|
|
14
14
|
import SuggestedReplies from '../GroupChannel/components/SuggestedReplies.js';
|
|
15
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
16
|
-
import { d as deleteNullish, c as classnames } from './bundle-
|
|
17
|
-
import { u as useSendbird } from './bundle-
|
|
15
|
+
import { S as SuggestedMentionListView } from './bundle-C2fpBb4K.js';
|
|
16
|
+
import { d as deleteNullish, c as classnames } from './bundle-CUxfmOhh.js';
|
|
17
|
+
import { u as useSendbird } from './bundle-DJbjYe-m.js';
|
|
18
|
+
import { C as Colors, c as changeColorToClassName } from './bundle-81k6nCAY.js';
|
|
18
19
|
|
|
19
20
|
var useDidMountEffect = function (func, deps) {
|
|
20
21
|
var _a = useState(false), didMount = _a[0], setDidMount = _a[1];
|
|
@@ -28,14 +29,48 @@ var useDidMountEffect = function (func, deps) {
|
|
|
28
29
|
}, deps);
|
|
29
30
|
};
|
|
30
31
|
|
|
32
|
+
var NewMessageIndicator = function (_a) {
|
|
33
|
+
var _b = _a.children, children = _b === void 0 ? undefined : _b, _c = _a.className, className = _c === void 0 ? '' : _c, onVisibilityChange = _a.onVisibilityChange, _d = _a.separatorColor, separatorColor = _d === void 0 ? Colors.PRIMARY : _d;
|
|
34
|
+
var separatorRef = useRef(null);
|
|
35
|
+
var handleVisibilityChange = useCallback(function (isVisible) {
|
|
36
|
+
onVisibilityChange === null || onVisibilityChange === void 0 ? void 0 : onVisibilityChange(isVisible);
|
|
37
|
+
}, [onVisibilityChange]);
|
|
38
|
+
useLayoutEffect(function () {
|
|
39
|
+
var element = separatorRef.current;
|
|
40
|
+
if (!element || !onVisibilityChange)
|
|
41
|
+
return;
|
|
42
|
+
var observer = new IntersectionObserver(function (entries) {
|
|
43
|
+
entries.forEach(function (entry) {
|
|
44
|
+
var visible = entry.isIntersecting;
|
|
45
|
+
handleVisibilityChange(visible);
|
|
46
|
+
});
|
|
47
|
+
}, {
|
|
48
|
+
threshold: 1.0,
|
|
49
|
+
rootMargin: '0px',
|
|
50
|
+
root: null,
|
|
51
|
+
});
|
|
52
|
+
observer.observe(element);
|
|
53
|
+
return function () {
|
|
54
|
+
observer.disconnect();
|
|
55
|
+
};
|
|
56
|
+
}, [handleVisibilityChange, onVisibilityChange]);
|
|
57
|
+
return (React__default.createElement("div", { ref: separatorRef, className: __spreadArray(__spreadArray([], (Array.isArray(className) ? className : [className]), true), [
|
|
58
|
+
'sendbird-separator',
|
|
59
|
+
], false).join(' ') },
|
|
60
|
+
React__default.createElement("div", { className: ['sendbird-separator__left', "".concat(changeColorToClassName(separatorColor), "--background-color")].join(' ') }),
|
|
61
|
+
React__default.createElement("div", { className: "sendbird-separator__text" }, children
|
|
62
|
+
|| (React__default.createElement(Label, { type: LabelTypography.CAPTION_2, color: LabelColors.PRIMARY }, "New Messages"))),
|
|
63
|
+
React__default.createElement("div", { className: ['sendbird-separator__right', "".concat(changeColorToClassName(separatorColor), "--background-color")].join(' ') })));
|
|
64
|
+
};
|
|
65
|
+
|
|
31
66
|
// TODO: Refactor this component, is too complex now
|
|
32
67
|
var MessageView = function (props) {
|
|
33
68
|
var _a, _b;
|
|
34
69
|
var
|
|
35
70
|
// MessageProps
|
|
36
|
-
message = props.message, children = props.children, hasSeparator = props.hasSeparator, chainTop = props.chainTop, chainBottom = props.chainBottom, handleScroll = props.handleScroll,
|
|
71
|
+
message = props.message, children = props.children, hasSeparator = props.hasSeparator, hasNewMessageSeparator = props.hasNewMessageSeparator, chainTop = props.chainTop, chainBottom = props.chainBottom, handleScroll = props.handleScroll, onNewMessageSeparatorVisibilityChange = props.onNewMessageSeparatorVisibilityChange,
|
|
37
72
|
// MessageViewProps
|
|
38
|
-
channel = props.channel, emojiContainer = props.emojiContainer, editInputDisabled = props.editInputDisabled, shouldRenderSuggestedReplies = props.shouldRenderSuggestedReplies, isReactionEnabled = props.isReactionEnabled, replyType = props.replyType, threadReplySelectType = props.threadReplySelectType, nicknamesMap = props.nicknamesMap, scrollToMessage = props.scrollToMessage, toggleReaction = props.toggleReaction, setQuoteMessage = props.setQuoteMessage, onQuoteMessageClick = props.onQuoteMessageClick, onReplyInThreadClick = props.onReplyInThreadClick, onBeforeDownloadFileMessage = props.onBeforeDownloadFileMessage, sendUserMessage = props.sendUserMessage, updateUserMessage = props.updateUserMessage, resendMessage = props.resendMessage, deleteMessage = props.deleteMessage, setAnimatedMessageId = props.setAnimatedMessageId, animatedMessageId = props.animatedMessageId, onMessageAnimated = props.onMessageAnimated, _c = props.usedInLegacy, usedInLegacy = _c === void 0 ? true : _c;
|
|
73
|
+
channel = props.channel, emojiContainer = props.emojiContainer, editInputDisabled = props.editInputDisabled, shouldRenderSuggestedReplies = props.shouldRenderSuggestedReplies, isReactionEnabled = props.isReactionEnabled, replyType = props.replyType, threadReplySelectType = props.threadReplySelectType, nicknamesMap = props.nicknamesMap, scrollToMessage = props.scrollToMessage, toggleReaction = props.toggleReaction, setQuoteMessage = props.setQuoteMessage, onQuoteMessageClick = props.onQuoteMessageClick, onReplyInThreadClick = props.onReplyInThreadClick, onBeforeDownloadFileMessage = props.onBeforeDownloadFileMessage, sendUserMessage = props.sendUserMessage, updateUserMessage = props.updateUserMessage, resendMessage = props.resendMessage, deleteMessage = props.deleteMessage, markAsUnread = props.markAsUnread, setAnimatedMessageId = props.setAnimatedMessageId, animatedMessageId = props.animatedMessageId, onMessageAnimated = props.onMessageAnimated, _c = props.usedInLegacy, usedInLegacy = _c === void 0 ? true : _c;
|
|
39
74
|
var _d = deleteNullish(props), renderUserMentionItem = _d.renderUserMentionItem, renderMessage = _d.renderMessage, _e = _d.renderMessageContent, renderMessageContent = _e === void 0 ? function (props) { return React__default.createElement(MessageContent, __assign({}, props)); } : _e, _f = _d.renderSuggestedReplies, renderSuggestedReplies = _f === void 0 ? function (props) { return React__default.createElement(SuggestedReplies, __assign({}, props)); } : _f, renderCustomSeparator = _d.renderCustomSeparator, renderEditInput = _d.renderEditInput, renderFileViewer = _d.renderFileViewer, renderRemoveMessageModal = _d.renderRemoveMessageModal, filterEmojiCategoryIds = _d.filterEmojiCategoryIds;
|
|
40
75
|
var _g = useLocalization(), dateLocale = _g.dateLocale, stringSet = _g.stringSet;
|
|
41
76
|
var state = useSendbird().state;
|
|
@@ -150,6 +185,7 @@ var MessageView = function (props) {
|
|
|
150
185
|
onMessageHeightChange: handleScroll,
|
|
151
186
|
onBeforeDownloadFileMessage: onBeforeDownloadFileMessage,
|
|
152
187
|
filterEmojiCategoryIds: filterEmojiCategoryIds,
|
|
188
|
+
markAsUnread: markAsUnread,
|
|
153
189
|
}),
|
|
154
190
|
shouldRenderSuggestedReplies && renderSuggestedReplies({
|
|
155
191
|
replyOptions: getSuggestedReplies(message),
|
|
@@ -221,8 +257,11 @@ var MessageView = function (props) {
|
|
|
221
257
|
React__default.createElement(Label, { type: LabelTypography.CAPTION_2, color: LabelColors.ONBACKGROUND_2 }, format(message.createdAt, stringSet.DATE_FORMAT__MESSAGE_LIST__DATE_SEPARATOR, {
|
|
222
258
|
locale: dateLocale,
|
|
223
259
|
}))))),
|
|
260
|
+
hasNewMessageSeparator
|
|
261
|
+
&& (React__default.createElement(NewMessageIndicator, { onVisibilityChange: onNewMessageSeparatorVisibilityChange },
|
|
262
|
+
React__default.createElement(Label, { type: LabelTypography.CAPTION_2, color: LabelColors.PRIMARY }, "New Messages"))),
|
|
224
263
|
renderChildren()));
|
|
225
264
|
};
|
|
226
265
|
|
|
227
266
|
export { MessageView as M };
|
|
228
|
-
//# sourceMappingURL=bundle-
|
|
267
|
+
//# sourceMappingURL=bundle-C-JJ1V9E.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C-JJ1V9E.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|