@sendbird/uikit-react 3.15.3 → 3.15.4-rc-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +79 -80
- package/App.js.map +1 -1
- package/CHANGELOG.md +12 -0
- package/Channel/components/ChannelHeader.js +34 -35
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +65 -66
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +31 -32
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +5 -6
- package/Channel/components/FrozenNotification.js.map +1 -1
- package/Channel/components/Message.js +55 -56
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +43 -44
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageInputWrapper.js +43 -44
- package/Channel/components/MessageInputWrapper.js.map +1 -1
- package/Channel/components/MessageList.js +58 -59
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +30 -31
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +32 -33
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +5 -6
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +7 -8
- package/Channel/components/UnreadCount.js.map +1 -1
- package/Channel/context.js +30 -30
- package/Channel/hooks/useHandleUploadFiles.js +16 -17
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/Channel/hooks/useInitialMessagesFetch.js +8 -6
- package/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
- package/Channel/utils/compareMessagesForGrouping.js +12 -7
- package/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/Channel/utils/getMessagePartsInfo.js +9 -7
- package/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/Channel.js +65 -66
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +22 -23
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +9 -10
- package/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/ChannelList/components/ChannelListUI.js +37 -38
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +30 -31
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -15
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +18 -19
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +37 -38
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +20 -21
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingMenuList.js +17 -18
- package/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsHeader.js +7 -8
- package/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/ChannelSettings/components/ChannelSettingsUI.js +27 -28
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +20 -21
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +17 -18
- package/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/ChannelSettings/components/ModerationPanel.js +25 -26
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +18 -19
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +24 -25
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +16 -17
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings/hooks/useMenuList.js +25 -26
- package/ChannelSettings/hooks/useMenuList.js.map +1 -1
- package/ChannelSettings.js +27 -28
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +19 -20
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +19 -20
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +16 -17
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +19 -20
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -18
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +17 -18
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +18 -19
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +18 -19
- package/EditUserProfile.js.map +1 -1
- package/GroupChannel/components/FileViewer.js +26 -27
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +5 -6
- package/GroupChannel/components/FrozenNotification.js.map +1 -1
- package/GroupChannel/components/GroupChannelHeader.js +29 -30
- package/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/GroupChannel/components/GroupChannelUI.js +58 -59
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +50 -51
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -39
- package/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/GroupChannel/components/MessageList.js +51 -52
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +25 -26
- package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/GroupChannel/components/SuggestedMentionList.js +11 -12
- package/GroupChannel/components/SuggestedMentionList.js.map +1 -1
- package/GroupChannel/components/TypingIndicator.js +5 -6
- package/GroupChannel/components/TypingIndicator.js.map +1 -1
- package/GroupChannel/components/UnreadCount.js +7 -8
- package/GroupChannel/components/UnreadCount.js.map +1 -1
- package/GroupChannel/context.js +23 -24
- package/GroupChannel/context.js.map +1 -1
- package/GroupChannel.js +58 -59
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +21 -22
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +9 -10
- package/GroupChannelList/components/GroupChannelListHeader.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListItem.js +28 -29
- package/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListUI.js +36 -37
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +14 -15
- package/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/GroupChannelList/context.js +16 -17
- package/GroupChannelList/context.js.map +1 -1
- package/GroupChannelList.js +36 -37
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +14 -15
- package/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +16 -17
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +4 -5
- package/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/OpenChannel/components/OpenChannelHeader.js +21 -22
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +27 -28
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +36 -37
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +40 -41
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +40 -41
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +20 -21
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +40 -41
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +19 -20
- package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +19 -20
- package/OpenChannelList.js.map +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +20 -21
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +20 -21
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -22
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +21 -22
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +19 -20
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +15 -16
- package/OpenChannelSettings/context.js.map +1 -1
- package/OpenChannelSettings.js +21 -22
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +20 -21
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +59 -60
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +30 -31
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -8
- package/Thread/components/ThreadHeader.js.map +1 -1
- package/Thread/components/ThreadList.js +52 -53
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +57 -58
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +43 -44
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +58 -59
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +21 -22
- package/Thread/context.js.map +1 -1
- package/Thread.js +58 -59
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +4 -4
- package/VoicePlayer/useVoicePlayer.js +14 -15
- package/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/VoiceRecorder/context.js +14 -15
- package/VoiceRecorder/context.js.map +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +14 -15
- package/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/chunks/{bundle-CtTnENiS.js → bundle-1hAqqfBQ.js} +1 -1
- package/chunks/bundle-1hAqqfBQ.js.map +1 -0
- package/chunks/{bundle-DVXo9iAl.js → bundle-2tYCkWhM.js} +4 -4
- package/chunks/bundle-2tYCkWhM.js.map +1 -0
- package/chunks/{bundle-DeFYvx_v.js → bundle-3Va36z7c.js} +4 -4
- package/chunks/{bundle-DeFYvx_v.js.map → bundle-3Va36z7c.js.map} +1 -1
- package/chunks/{bundle-Dts0hetD.js → bundle-4c57dK2E.js} +1 -1
- package/chunks/bundle-4c57dK2E.js.map +1 -0
- package/chunks/{bundle-BjNcbTQh.js → bundle-B-jyg0W3.js} +1 -1
- package/chunks/bundle-B-jyg0W3.js.map +1 -0
- package/chunks/{bundle-BMkQOXmR.js → bundle-B3j6XWAY.js} +3 -3
- package/chunks/{bundle-BMkQOXmR.js.map → bundle-B3j6XWAY.js.map} +1 -1
- package/chunks/{bundle-BKzY9-gE.js → bundle-B4CyC9f1.js} +3 -3
- package/chunks/{bundle-BKzY9-gE.js.map → bundle-B4CyC9f1.js.map} +1 -1
- package/{cjs/chunks/bundle-BS-sUJMk.js → chunks/bundle-B4Wu6zpw.js} +16 -3
- package/chunks/{bundle-D0ZQD2jr.js.map → bundle-B4Wu6zpw.js.map} +1 -1
- package/chunks/{bundle-WMazN8J8.js → bundle-B9CFGx4t.js} +8 -8
- package/chunks/{bundle-WMazN8J8.js.map → bundle-B9CFGx4t.js.map} +1 -1
- package/chunks/{bundle-DFUr39FH.js → bundle-BGOcTmmy.js} +11 -11
- package/chunks/{bundle-DFUr39FH.js.map → bundle-BGOcTmmy.js.map} +1 -1
- package/chunks/{bundle-Cdu1sPBK.js → bundle-BKzfhrED.js} +1 -1
- package/chunks/bundle-BKzfhrED.js.map +1 -0
- package/chunks/{bundle-B2L1MePT.js → bundle-BPE9VU7E.js} +12 -12
- package/chunks/{bundle-B2L1MePT.js.map → bundle-BPE9VU7E.js.map} +1 -1
- package/chunks/{bundle-q1Wb9Xp1.js → bundle-BQevb061.js} +1 -1
- package/chunks/bundle-BQevb061.js.map +1 -0
- package/chunks/{bundle-uQe4Ocw5.js → bundle-BSdGr2nl.js} +2 -2
- package/chunks/bundle-BSdGr2nl.js.map +1 -0
- package/chunks/{bundle-BgijVwor.js → bundle-BVOs_zQv.js} +3 -2
- package/chunks/{bundle-BgijVwor.js.map → bundle-BVOs_zQv.js.map} +1 -1
- package/chunks/{bundle-B7oRNXym.js → bundle-BVStJ6ZM.js} +1 -1
- package/chunks/bundle-BVStJ6ZM.js.map +1 -0
- package/chunks/{bundle-CgEPTDHH.js → bundle-BWcoFtze.js} +5 -4
- package/chunks/{bundle-CgEPTDHH.js.map → bundle-BWcoFtze.js.map} +1 -1
- package/chunks/{bundle-DkSAqYsd.js → bundle-BchW3MJn.js} +12 -12
- package/chunks/{bundle-DkSAqYsd.js.map → bundle-BchW3MJn.js.map} +1 -1
- package/chunks/{bundle-BPPXxiH-.js → bundle-BjEa1vYW.js} +1 -1
- package/chunks/bundle-BjEa1vYW.js.map +1 -0
- package/chunks/{bundle-C7_QDPo2.js → bundle-BjSIVswK.js} +13 -13
- package/chunks/{bundle-C7_QDPo2.js.map → bundle-BjSIVswK.js.map} +1 -1
- package/chunks/{bundle-CzrsOIR1.js → bundle-BsuY9Ulo.js} +4 -4
- package/chunks/bundle-BsuY9Ulo.js.map +1 -0
- package/chunks/{bundle-Dkby8sz9.js → bundle-BwwN-f0G.js} +1 -1
- package/chunks/bundle-BwwN-f0G.js.map +1 -0
- package/chunks/{bundle-DqWVjRW7.js → bundle-ByXwPGyl.js} +2 -2
- package/chunks/{bundle-DqWVjRW7.js.map → bundle-ByXwPGyl.js.map} +1 -1
- package/chunks/{bundle-DZbkjNQq.js → bundle-BzXJUMPT.js} +2 -2
- package/chunks/bundle-BzXJUMPT.js.map +1 -0
- package/chunks/{bundle-BDAHpAtc.js → bundle-C5VRmpwP.js} +1 -1
- package/chunks/bundle-C5VRmpwP.js.map +1 -0
- package/chunks/{bundle-CIMqo6AR.js → bundle-C72wzHWH.js} +1 -1
- package/chunks/bundle-C72wzHWH.js.map +1 -0
- package/chunks/{bundle-JbJSqKu9.js → bundle-CIKQ-Yyq.js} +6 -6
- package/chunks/{bundle-JbJSqKu9.js.map → bundle-CIKQ-Yyq.js.map} +1 -1
- package/chunks/{bundle-C9kO1pys.js → bundle-CIX2HDmV.js} +5 -5
- package/chunks/bundle-CIX2HDmV.js.map +1 -0
- package/chunks/{bundle-BQEcjG5F.js → bundle-CPM2LsCg.js} +3 -3
- package/chunks/bundle-CPM2LsCg.js.map +1 -0
- package/chunks/{bundle-CCDOrYFe.js → bundle-CRwoyTg4.js} +2 -2
- package/chunks/bundle-CRwoyTg4.js.map +1 -0
- package/chunks/{bundle-dvBRcIr2.js → bundle-CSmQ9VvZ.js} +1 -1
- package/chunks/bundle-CSmQ9VvZ.js.map +1 -0
- package/chunks/{bundle-CsNiThJy.js → bundle-C_m8pNzJ.js} +11 -11
- package/chunks/bundle-C_m8pNzJ.js.map +1 -0
- package/chunks/{bundle-DxL12hnL.js → bundle-Cd3B-6aE.js} +3 -3
- package/chunks/{bundle-DxL12hnL.js.map → bundle-Cd3B-6aE.js.map} +1 -1
- package/chunks/{bundle-CWkmLLn2.js → bundle-CdBRSTqa.js} +1 -1
- package/chunks/bundle-CdBRSTqa.js.map +1 -0
- package/chunks/{bundle-BVPMkbXr.js → bundle-CdiaCa3o.js} +5 -5
- package/chunks/{bundle-BVPMkbXr.js.map → bundle-CdiaCa3o.js.map} +1 -1
- package/chunks/{bundle-EkU8Mahq.js → bundle-Ce5mO8Mm.js} +1 -1
- package/chunks/bundle-Ce5mO8Mm.js.map +1 -0
- package/chunks/{bundle-CKlbNu7R.js → bundle-CeHsvx8a.js} +1 -1
- package/chunks/bundle-CeHsvx8a.js.map +1 -0
- package/chunks/{bundle-EasEFat5.js → bundle-CezVWkkE.js} +3 -3
- package/chunks/bundle-CezVWkkE.js.map +1 -0
- package/chunks/{bundle-BvjeGog2.js → bundle-Cfc-bN20.js} +3 -3
- package/chunks/bundle-Cfc-bN20.js.map +1 -0
- package/chunks/{bundle-z29kvax5.js → bundle-CgX04_wJ.js} +9 -9
- package/chunks/bundle-CgX04_wJ.js.map +1 -0
- package/chunks/{bundle-CQlFz0Lw.js → bundle-Cj9JLYgm.js} +3 -3
- package/chunks/{bundle-CQlFz0Lw.js.map → bundle-Cj9JLYgm.js.map} +1 -1
- package/chunks/{bundle-DhHjS6GS.js → bundle-CmcaeR1s.js} +2 -2
- package/chunks/bundle-CmcaeR1s.js.map +1 -0
- package/chunks/{bundle-CT1B8kWZ.js → bundle-CrUrT1mo.js} +1 -1
- package/chunks/bundle-CrUrT1mo.js.map +1 -0
- package/chunks/{bundle-DSSONS5D.js → bundle-CsaoQzOt.js} +2 -2
- package/chunks/bundle-CsaoQzOt.js.map +1 -0
- package/chunks/{bundle-glN0KI0p.js → bundle-CtP-kIeu.js} +6 -6
- package/chunks/bundle-CtP-kIeu.js.map +1 -0
- package/chunks/{bundle-qLwm9kfO.js → bundle-CxcBef6b.js} +12 -12
- package/chunks/bundle-CxcBef6b.js.map +1 -0
- package/chunks/{bundle-Dow5hG5h.js → bundle-CykEF_Zd.js} +1 -1
- package/chunks/bundle-CykEF_Zd.js.map +1 -0
- package/chunks/{bundle-TuSWvL1C.js → bundle-CzbxD-uz.js} +2 -2
- package/chunks/bundle-CzbxD-uz.js.map +1 -0
- package/chunks/{bundle-ea-ugG4V.js → bundle-D-J1T0qW.js} +1 -1
- package/chunks/{bundle-ea-ugG4V.js.map → bundle-D-J1T0qW.js.map} +1 -1
- package/chunks/{bundle-C_VmHcHD.js → bundle-D9Du12l6.js} +1 -1
- package/chunks/bundle-D9Du12l6.js.map +1 -0
- package/chunks/{bundle-BrNGDC22.js → bundle-D9cuCJhx.js} +1 -1
- package/chunks/bundle-D9cuCJhx.js.map +1 -0
- package/chunks/{bundle-C5elgKr1.js → bundle-DANn7QX3.js} +4 -4
- package/chunks/bundle-DANn7QX3.js.map +1 -0
- package/chunks/{bundle-ce-U99Ad.js → bundle-DHFgdoeE.js} +6 -1
- package/chunks/{bundle-ce-U99Ad.js.map → bundle-DHFgdoeE.js.map} +1 -1
- package/chunks/{bundle-CeBbaU6Q.js → bundle-DIzDIKPg.js} +1 -1
- package/chunks/{bundle-CeBbaU6Q.js.map → bundle-DIzDIKPg.js.map} +1 -1
- package/chunks/{bundle-C2vTCLmr.js → bundle-DJD3mfVU.js} +4 -4
- package/chunks/{bundle-C2vTCLmr.js.map → bundle-DJD3mfVU.js.map} +1 -1
- package/chunks/{bundle-Dv9ZXW5R.js → bundle-DKL-hsRi.js} +1 -1
- package/chunks/bundle-DKL-hsRi.js.map +1 -0
- package/chunks/{bundle-BW1zmMtb.js → bundle-DLUfdii0.js} +7 -7
- package/chunks/{bundle-BW1zmMtb.js.map → bundle-DLUfdii0.js.map} +1 -1
- package/chunks/{bundle-BGt_fqi6.js → bundle-DN8lssbL.js} +11 -11
- package/chunks/{bundle-BGt_fqi6.js.map → bundle-DN8lssbL.js.map} +1 -1
- package/chunks/{bundle-DOd9Ue9Y.js → bundle-DPrRFTeq.js} +1 -1
- package/chunks/bundle-DPrRFTeq.js.map +1 -0
- package/chunks/{bundle-B52kQohh.js → bundle-DSCli45C.js} +4 -4
- package/chunks/bundle-DSCli45C.js.map +1 -0
- package/chunks/{bundle-gAP3oCa0.js → bundle-DSQiDoG5.js} +6 -6
- package/chunks/bundle-DSQiDoG5.js.map +1 -0
- package/chunks/{bundle-X6XhWV3M.js → bundle-DS_dGeqQ.js} +9 -9
- package/chunks/{bundle-X6XhWV3M.js.map → bundle-DS_dGeqQ.js.map} +1 -1
- package/chunks/{bundle-C9-Cb0qI.js → bundle-DWAHSVLa.js} +4 -4
- package/chunks/{bundle-C9-Cb0qI.js.map → bundle-DWAHSVLa.js.map} +1 -1
- package/chunks/{bundle-ocvg0jQH.js → bundle-DYMtGbGS.js} +9 -9
- package/chunks/{bundle-ocvg0jQH.js.map → bundle-DYMtGbGS.js.map} +1 -1
- package/chunks/{bundle-tJpMila8.js → bundle-DZSk7AVY.js} +1 -1
- package/chunks/bundle-DZSk7AVY.js.map +1 -0
- package/chunks/{bundle-Dsr-VDfN.js → bundle-Dfdr16pD.js} +6 -6
- package/chunks/{bundle-Dsr-VDfN.js.map → bundle-Dfdr16pD.js.map} +1 -1
- package/chunks/{bundle-nCGuGmbx.js → bundle-DlnJzruZ.js} +2 -2
- package/chunks/{bundle-nCGuGmbx.js.map → bundle-DlnJzruZ.js.map} +1 -1
- package/chunks/{bundle-Noch524y.js → bundle-DnJIlhgo.js} +6 -6
- package/chunks/bundle-DnJIlhgo.js.map +1 -0
- package/chunks/{bundle-C0lG2CiX.js → bundle-Dq_Ra0fc.js} +6 -6
- package/chunks/{bundle-C0lG2CiX.js.map → bundle-Dq_Ra0fc.js.map} +1 -1
- package/chunks/{bundle-DC3RurSG.js → bundle-DtMS6gDM.js} +8 -8
- package/chunks/{bundle-DC3RurSG.js.map → bundle-DtMS6gDM.js.map} +1 -1
- package/chunks/{bundle-cxgZVtDm.js → bundle-Famt5EYW.js} +1 -1
- package/chunks/bundle-Famt5EYW.js.map +1 -0
- package/chunks/{bundle-BzmojMJ_.js → bundle-JP84LATC.js} +1 -1
- package/chunks/{bundle-BzmojMJ_.js.map → bundle-JP84LATC.js.map} +1 -1
- package/chunks/{bundle-DgSmHrVC.js → bundle-NUvs8qqs.js} +1 -1
- package/chunks/bundle-NUvs8qqs.js.map +1 -0
- package/chunks/{bundle-3uxghzrR.js → bundle-OVfe2_7I.js} +12 -12
- package/chunks/{bundle-3uxghzrR.js.map → bundle-OVfe2_7I.js.map} +1 -1
- package/chunks/{bundle-BGnY658I.js → bundle-Rw8kw1V4.js} +3 -3
- package/chunks/{bundle-BGnY658I.js.map → bundle-Rw8kw1V4.js.map} +1 -1
- package/chunks/{bundle-C7Nmdzz2.js → bundle-YRUJIu92.js} +1 -1
- package/chunks/bundle-YRUJIu92.js.map +1 -0
- package/chunks/{bundle-Dh-x5LcL.js → bundle-epMbRhK-.js} +1 -1
- package/chunks/{bundle-Dh-x5LcL.js.map → bundle-epMbRhK-.js.map} +1 -1
- package/chunks/{bundle-JkWSm5yU.js → bundle-gqdrFMLR.js} +2 -2
- package/chunks/bundle-gqdrFMLR.js.map +1 -0
- package/chunks/{bundle-DfLIML7-.js → bundle-jOeMsYG2.js} +1 -1
- package/chunks/bundle-jOeMsYG2.js.map +1 -0
- package/chunks/{bundle-CKAmALDH.js → bundle-kXlS6SIR.js} +1 -1
- package/chunks/bundle-kXlS6SIR.js.map +1 -0
- package/chunks/{bundle-5p8nSTj7.js → bundle-mlMm7XAd.js} +1 -1
- package/chunks/bundle-mlMm7XAd.js.map +1 -0
- package/chunks/{bundle-9opLpk4p.js → bundle-q-Ess4nu.js} +3 -3
- package/chunks/{bundle-9opLpk4p.js.map → bundle-q-Ess4nu.js.map} +1 -1
- package/chunks/{bundle-CKfxyf9k.js → bundle-tp1BN9VJ.js} +1 -1
- package/chunks/bundle-tp1BN9VJ.js.map +1 -0
- package/chunks/{bundle-CXtXjJDZ.js → bundle-us_t9h3X.js} +3 -3
- package/chunks/bundle-us_t9h3X.js.map +1 -0
- package/chunks/{bundle-Dt78-os5.js → bundle-zzrZg7be.js} +5 -5
- package/chunks/{bundle-Dt78-os5.js.map → bundle-zzrZg7be.js.map} +1 -1
- package/cjs/App.js +79 -80
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +34 -35
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +65 -66
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +31 -32
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +5 -6
- package/cjs/Channel/components/FrozenNotification.js.map +1 -1
- package/cjs/Channel/components/Message.js +55 -56
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +43 -44
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +43 -44
- package/cjs/Channel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +58 -59
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +30 -31
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +32 -33
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +5 -6
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +7 -8
- package/cjs/Channel/components/UnreadCount.js.map +1 -1
- package/cjs/Channel/context.js +30 -30
- package/cjs/Channel/hooks/useHandleUploadFiles.js +16 -17
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -6
- package/cjs/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
- package/cjs/Channel/utils/compareMessagesForGrouping.js +12 -7
- package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/cjs/Channel/utils/getMessagePartsInfo.js +9 -7
- package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/cjs/Channel.js +65 -66
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +22 -23
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -10
- package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListUI.js +37 -38
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +30 -31
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -15
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +18 -19
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +37 -38
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +20 -21
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +17 -18
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +7 -8
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +27 -28
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +20 -21
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +17 -18
- package/cjs/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/cjs/ChannelSettings/components/ModerationPanel.js +25 -26
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +18 -19
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +24 -25
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +16 -17
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings/hooks/useMenuList.js +25 -26
- package/cjs/ChannelSettings/hooks/useMenuList.js.map +1 -1
- package/cjs/ChannelSettings.js +27 -28
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +19 -20
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +19 -20
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +16 -17
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +19 -20
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +17 -18
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +17 -18
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +18 -19
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +18 -19
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/GroupChannel/components/FileViewer.js +26 -27
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -6
- package/cjs/GroupChannel/components/FrozenNotification.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelHeader.js +29 -30
- package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelUI.js +58 -59
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +50 -51
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -38
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +51 -52
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +25 -26
- package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/GroupChannel/components/SuggestedMentionList.js +11 -12
- package/cjs/GroupChannel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/GroupChannel/components/TypingIndicator.js +5 -6
- package/cjs/GroupChannel/components/TypingIndicator.js.map +1 -1
- package/cjs/GroupChannel/components/UnreadCount.js +7 -8
- package/cjs/GroupChannel/components/UnreadCount.js.map +1 -1
- package/cjs/GroupChannel/context.js +23 -24
- package/cjs/GroupChannel/context.js.map +1 -1
- package/cjs/GroupChannel.js +58 -59
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +21 -22
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +9 -10
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +28 -29
- package/cjs/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +36 -37
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +14 -15
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/cjs/GroupChannelList/context.js +16 -17
- package/cjs/GroupChannelList/context.js.map +1 -1
- package/cjs/GroupChannelList.js +36 -37
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -15
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +16 -17
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -5
- package/cjs/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelHeader.js +21 -22
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +27 -28
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +36 -37
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +40 -41
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +40 -41
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +20 -21
- package/cjs/OpenChannel/context.js.map +1 -1
- package/cjs/OpenChannel.js +40 -41
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +19 -20
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +19 -20
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +20 -21
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +20 -21
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -22
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +21 -22
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +19 -20
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +15 -16
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +21 -22
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +20 -21
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +59 -60
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +30 -31
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -8
- package/cjs/Thread/components/ThreadHeader.js.map +1 -1
- package/cjs/Thread/components/ThreadList.js +52 -53
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +57 -58
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +43 -44
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +58 -59
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +21 -22
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +58 -59
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +4 -4
- package/cjs/VoicePlayer/useVoicePlayer.js +14 -15
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/cjs/VoiceRecorder/context.js +14 -15
- package/cjs/VoiceRecorder/context.js.map +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +14 -15
- package/cjs/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/cjs/chunks/{bundle-CDnbjALU.js → bundle--TaI7Ulw.js} +1 -1
- package/cjs/chunks/bundle--TaI7Ulw.js.map +1 -0
- package/cjs/chunks/{bundle-BJGugzi0.js → bundle-1gFd-ZLz.js} +1 -1
- package/cjs/chunks/bundle-1gFd-ZLz.js.map +1 -0
- package/cjs/chunks/{bundle-Cn2MxdgL.js → bundle-2DwHavR_.js} +1 -1
- package/cjs/chunks/{bundle-Cn2MxdgL.js.map → bundle-2DwHavR_.js.map} +1 -1
- package/cjs/chunks/{bundle-D0MK3u4m.js → bundle-4085YkwP.js} +1 -1
- package/cjs/chunks/bundle-4085YkwP.js.map +1 -0
- package/cjs/chunks/{bundle-VbOeuTUC.js → bundle-B2GrI8Q2.js} +1 -1
- package/cjs/chunks/bundle-B2GrI8Q2.js.map +1 -0
- package/cjs/chunks/{bundle-Bi19FDZ5.js → bundle-B4CjhFsg.js} +6 -6
- package/cjs/chunks/bundle-B4CjhFsg.js.map +1 -0
- package/cjs/chunks/{bundle-D4QxpqPl.js → bundle-B5geGuG1.js} +1 -1
- package/cjs/chunks/bundle-B5geGuG1.js.map +1 -0
- package/cjs/chunks/{bundle-zSEw-S-o.js → bundle-B7YDtix8.js} +1 -1
- package/cjs/chunks/bundle-B7YDtix8.js.map +1 -0
- package/cjs/chunks/{bundle-Jjn1-kKx.js → bundle-B8PZAN-G.js} +2 -2
- package/cjs/chunks/bundle-B8PZAN-G.js.map +1 -0
- package/cjs/chunks/{bundle-DSGwrVX4.js → bundle-BAog8cqv.js} +4 -4
- package/cjs/chunks/bundle-BAog8cqv.js.map +1 -0
- package/cjs/chunks/{bundle-CK24Puus.js → bundle-BBAPgA8C.js} +3 -3
- package/cjs/chunks/bundle-BBAPgA8C.js.map +1 -0
- package/cjs/chunks/{bundle-DSZ-HrKZ.js → bundle-BEdKIcuX.js} +9 -9
- package/cjs/chunks/bundle-BEdKIcuX.js.map +1 -0
- package/cjs/chunks/{bundle-DyTxGrps.js → bundle-BHjdlnT5.js} +6 -6
- package/cjs/chunks/bundle-BHjdlnT5.js.map +1 -0
- package/cjs/chunks/{bundle-D2sCPW_o.js → bundle-BK0w11Q2.js} +5 -4
- package/cjs/chunks/{bundle-BZ1AsdXl.js.map → bundle-BK0w11Q2.js.map} +1 -1
- package/cjs/chunks/{bundle-D_4c6SQ3.js → bundle-BMQtBEIY.js} +11 -11
- package/cjs/chunks/{bundle-D_4c6SQ3.js.map → bundle-BMQtBEIY.js.map} +1 -1
- package/cjs/chunks/{bundle-D-cvcxRz.js → bundle-BNQ7-qIr.js} +13 -13
- package/cjs/chunks/bundle-BNQ7-qIr.js.map +1 -0
- package/cjs/chunks/{bundle-r-AH2Yf0.js → bundle-BQbz4WeF.js} +1 -1
- package/cjs/chunks/bundle-BQbz4WeF.js.map +1 -0
- package/cjs/chunks/{bundle-Duwe0X6b.js → bundle-BR62np9l.js} +3 -3
- package/cjs/chunks/bundle-BR62np9l.js.map +1 -0
- package/cjs/chunks/{bundle-BkCYzDja.js → bundle-BRA-BCUF.js} +1 -1
- package/cjs/chunks/bundle-BRA-BCUF.js.map +1 -0
- package/cjs/chunks/{bundle-BFCyrBdj.js → bundle-BSejpiMG.js} +4 -4
- package/cjs/chunks/bundle-BSejpiMG.js.map +1 -0
- package/cjs/chunks/{bundle-DZhGPgbe.js → bundle-BYV0zoA-.js} +1 -1
- package/cjs/chunks/bundle-BYV0zoA-.js.map +1 -0
- package/cjs/chunks/{bundle-NYuw4y3f.js → bundle-BbN1pgPP.js} +11 -11
- package/cjs/chunks/{bundle-NYuw4y3f.js.map → bundle-BbN1pgPP.js.map} +1 -1
- package/cjs/chunks/{bundle-C3_8wOj2.js → bundle-BdLggxTX.js} +1 -1
- package/cjs/chunks/bundle-BdLggxTX.js.map +1 -0
- package/cjs/chunks/{bundle-ChqOrDsi.js → bundle-Bddfzzn3.js} +3 -3
- package/cjs/chunks/bundle-Bddfzzn3.js.map +1 -0
- package/cjs/chunks/{bundle-CCbWqQ-3.js → bundle-BfHy8_CX.js} +4 -4
- package/cjs/chunks/{bundle-CCbWqQ-3.js.map → bundle-BfHy8_CX.js.map} +1 -1
- package/cjs/chunks/{bundle-CHTSxTq-.js → bundle-Bg3GUD-n.js} +12 -12
- package/cjs/chunks/bundle-Bg3GUD-n.js.map +1 -0
- package/cjs/chunks/{bundle-DefhSWQN.js → bundle-Bg_sO3f8.js} +3 -3
- package/cjs/chunks/bundle-Bg_sO3f8.js.map +1 -0
- package/cjs/chunks/{bundle-DYJ51R7t.js → bundle-BgfdZQT5.js} +3 -3
- package/cjs/chunks/{bundle-DYJ51R7t.js.map → bundle-BgfdZQT5.js.map} +1 -1
- package/cjs/chunks/{bundle-CjvUzR14.js → bundle-BjqgC8yU.js} +5 -5
- package/cjs/chunks/bundle-BjqgC8yU.js.map +1 -0
- package/{chunks/bundle-D0ZQD2jr.js → cjs/chunks/bundle-BlVsZTGD.js} +26 -2
- package/cjs/chunks/{bundle-BS-sUJMk.js.map → bundle-BlVsZTGD.js.map} +1 -1
- package/cjs/chunks/{bundle-gFZm3ecb.js → bundle-BlfwNYyn.js} +3 -3
- package/cjs/chunks/bundle-BlfwNYyn.js.map +1 -0
- package/cjs/chunks/{bundle-_wHF5YgG.js → bundle-Bm8FPQR4.js} +1 -1
- package/cjs/chunks/bundle-Bm8FPQR4.js.map +1 -0
- package/cjs/chunks/{bundle-DQHejQcp.js → bundle-BuNORYzV.js} +5 -5
- package/cjs/chunks/bundle-BuNORYzV.js.map +1 -0
- package/cjs/chunks/{bundle-D9rW7LDo.js → bundle-BvVsjJlz.js} +1 -1
- package/cjs/chunks/bundle-BvVsjJlz.js.map +1 -0
- package/cjs/chunks/{bundle-nosQMs7L.js → bundle-BzFVWPTp.js} +8 -8
- package/cjs/chunks/{bundle-nosQMs7L.js.map → bundle-BzFVWPTp.js.map} +1 -1
- package/cjs/chunks/{bundle-nd8abqcL.js → bundle-C2fPMmQk.js} +2 -2
- package/cjs/chunks/bundle-C2fPMmQk.js.map +1 -0
- package/cjs/chunks/{bundle-B-ZuAKXZ.js → bundle-C8KvlljA.js} +2 -2
- package/cjs/chunks/bundle-C8KvlljA.js.map +1 -0
- package/cjs/chunks/{bundle-h8MYK1dT.js → bundle-CBpOJCdi.js} +12 -12
- package/cjs/chunks/{bundle-h8MYK1dT.js.map → bundle-CBpOJCdi.js.map} +1 -1
- package/cjs/chunks/{bundle-fNcBIidO.js → bundle-CDO3ek56.js} +1 -1
- package/cjs/chunks/bundle-CDO3ek56.js.map +1 -0
- package/cjs/chunks/{bundle-CaT-IFph.js → bundle-CFZ-Ku_2.js} +1 -1
- package/cjs/chunks/bundle-CFZ-Ku_2.js.map +1 -0
- package/cjs/chunks/{bundle-FWPTMDs0.js → bundle-CKav6mjK.js} +2 -2
- package/cjs/chunks/{bundle-FWPTMDs0.js.map → bundle-CKav6mjK.js.map} +1 -1
- package/cjs/chunks/{bundle-B3WfueeC.js → bundle-CT_3_E3e.js} +2 -2
- package/cjs/chunks/bundle-CT_3_E3e.js.map +1 -0
- package/cjs/chunks/{bundle-CfKorUhy.js → bundle-CU54WaiV.js} +2 -2
- package/cjs/chunks/bundle-CU54WaiV.js.map +1 -0
- package/cjs/chunks/{bundle-B-uHzt8g.js → bundle-CXI0Lvrd.js} +3 -3
- package/cjs/chunks/{bundle-B-uHzt8g.js.map → bundle-CXI0Lvrd.js.map} +1 -1
- package/cjs/chunks/{bundle-BpvugKBT.js → bundle-CbTOVB9G.js} +8 -8
- package/cjs/chunks/bundle-CbTOVB9G.js.map +1 -0
- package/cjs/chunks/{bundle-8epw-Y5R.js → bundle-CcIQ4qMG.js} +3 -2
- package/cjs/chunks/bundle-CcIQ4qMG.js.map +1 -0
- package/cjs/chunks/{bundle-CeNn7FyG.js → bundle-Ceshy9bs.js} +6 -6
- package/cjs/chunks/{bundle-CeNn7FyG.js.map → bundle-Ceshy9bs.js.map} +1 -1
- package/cjs/chunks/{bundle-BoINe66g.js → bundle-ChzVHCyp.js} +6 -6
- package/cjs/chunks/{bundle-BoINe66g.js.map → bundle-ChzVHCyp.js.map} +1 -1
- package/cjs/chunks/{bundle-BkLb-q-l.js → bundle-CibbR8uM.js} +3 -3
- package/cjs/chunks/bundle-CibbR8uM.js.map +1 -0
- package/cjs/chunks/{bundle-B2Kh3qhP.js → bundle-Co18OVW3.js} +12 -12
- package/cjs/chunks/{bundle-B2Kh3qhP.js.map → bundle-Co18OVW3.js.map} +1 -1
- package/cjs/chunks/{bundle-CVnXKW80.js → bundle-CoroK1F8.js} +7 -7
- package/cjs/chunks/bundle-CoroK1F8.js.map +1 -0
- package/cjs/chunks/{bundle-Ci7zmDys.js → bundle-Cq9aZY2F.js} +1 -1
- package/cjs/chunks/{bundle-Ci7zmDys.js.map → bundle-Cq9aZY2F.js.map} +1 -1
- package/cjs/chunks/{bundle-CbSs45FK.js → bundle-CuI0o7JQ.js} +4 -4
- package/cjs/chunks/{bundle-CbSs45FK.js.map → bundle-CuI0o7JQ.js.map} +1 -1
- package/cjs/chunks/{bundle-DA6glZdL.js → bundle-CugcJVJY.js} +6 -1
- package/cjs/chunks/bundle-CugcJVJY.js.map +1 -0
- package/cjs/chunks/{bundle-CAQKYsUp.js → bundle-D1pTGbhj.js} +4 -4
- package/cjs/chunks/bundle-D1pTGbhj.js.map +1 -0
- package/cjs/chunks/{bundle-BKmtlYa7.js → bundle-D2rjQXZb.js} +1 -1
- package/cjs/chunks/bundle-D2rjQXZb.js.map +1 -0
- package/cjs/chunks/{bundle-Bv6oJxhE.js → bundle-D6KWyomR.js} +1 -1
- package/cjs/chunks/bundle-D6KWyomR.js.map +1 -0
- package/cjs/chunks/{bundle-D5oK3Rp9.js → bundle-DAkCyDtv.js} +6 -6
- package/cjs/chunks/bundle-DAkCyDtv.js.map +1 -0
- package/cjs/chunks/{bundle-BwOCJSql.js → bundle-DB26WFSD.js} +1 -1
- package/cjs/chunks/bundle-DB26WFSD.js.map +1 -0
- package/cjs/chunks/{bundle-CesWsCl-.js → bundle-DCzvmjjc.js} +3 -3
- package/cjs/chunks/bundle-DCzvmjjc.js.map +1 -0
- package/cjs/chunks/{bundle-BCECJCat.js → bundle-DGFt23v5.js} +4 -4
- package/cjs/chunks/{bundle-BCECJCat.js.map → bundle-DGFt23v5.js.map} +1 -1
- package/cjs/chunks/{bundle-CCIePO3F.js → bundle-DWJ3s5HY.js} +2 -2
- package/cjs/chunks/bundle-DWJ3s5HY.js.map +1 -0
- package/cjs/chunks/{bundle-DvkXKWMW.js → bundle-DX-HQy6B.js} +1 -1
- package/cjs/chunks/bundle-DX-HQy6B.js.map +1 -0
- package/cjs/chunks/{bundle-VJBMgpVG.js → bundle-DZfDikNG.js} +1 -1
- package/cjs/chunks/bundle-DZfDikNG.js.map +1 -0
- package/cjs/chunks/{bundle-DQndGrzk.js → bundle-DcTqxaP7.js} +4 -4
- package/cjs/chunks/bundle-DcTqxaP7.js.map +1 -0
- package/cjs/chunks/{bundle-CALVF1pa.js → bundle-Dem2MjFi.js} +5 -5
- package/cjs/chunks/{bundle-CALVF1pa.js.map → bundle-Dem2MjFi.js.map} +1 -1
- package/cjs/chunks/{bundle-C-LjjSx1.js → bundle-DwcSZzO1.js} +2 -2
- package/cjs/chunks/{bundle-C-LjjSx1.js.map → bundle-DwcSZzO1.js.map} +1 -1
- package/cjs/chunks/{bundle-D-juTmuQ.js → bundle-DxBHiB3e.js} +11 -11
- package/cjs/chunks/{bundle-D-juTmuQ.js.map → bundle-DxBHiB3e.js.map} +1 -1
- package/cjs/chunks/{bundle-BLV8Ux93.js → bundle-DxuO5ERt.js} +9 -9
- package/cjs/chunks/{bundle-BLV8Ux93.js.map → bundle-DxuO5ERt.js.map} +1 -1
- package/cjs/chunks/{bundle-BZ1AsdXl.js → bundle-Ew9auzyP.js} +9 -9
- package/cjs/chunks/{bundle-D2sCPW_o.js.map → bundle-Ew9auzyP.js.map} +1 -1
- package/cjs/chunks/{bundle-BuiTr216.js → bundle-LC9swgmC.js} +1 -1
- package/cjs/chunks/bundle-LC9swgmC.js.map +1 -0
- package/cjs/chunks/{bundle-BEIWVk-r.js → bundle-LXp7HMSA.js} +1 -1
- package/cjs/chunks/bundle-LXp7HMSA.js.map +1 -0
- package/cjs/chunks/{bundle-CHzAypFw.js → bundle-LwqN3SWu.js} +6 -6
- package/cjs/chunks/bundle-LwqN3SWu.js.map +1 -0
- package/cjs/chunks/{bundle-IkyTbDYv.js → bundle-NrnRJdc9.js} +1 -1
- package/cjs/chunks/bundle-NrnRJdc9.js.map +1 -0
- package/cjs/chunks/{bundle-CjfX7wjN.js → bundle-R3S2nibM.js} +12 -12
- package/cjs/chunks/{bundle-CjfX7wjN.js.map → bundle-R3S2nibM.js.map} +1 -1
- package/cjs/chunks/{bundle-Btu2Blrn.js → bundle-W2h-71Om.js} +1 -1
- package/cjs/chunks/bundle-W2h-71Om.js.map +1 -0
- package/cjs/chunks/{bundle-Bnn_E8RA.js → bundle-YdogXrIE.js} +1 -1
- package/cjs/chunks/bundle-YdogXrIE.js.map +1 -0
- package/cjs/chunks/{bundle-CvFJXbOp.js → bundle-cLH5e58r.js} +1 -1
- package/cjs/chunks/bundle-cLH5e58r.js.map +1 -0
- package/cjs/chunks/{bundle-Bs9phdNx.js → bundle-dYqb8UKK.js} +1 -1
- package/cjs/chunks/bundle-dYqb8UKK.js.map +1 -0
- package/cjs/chunks/{bundle-DE_vZq5Z.js → bundle-foksjKcy.js} +1 -1
- package/cjs/chunks/bundle-foksjKcy.js.map +1 -0
- package/cjs/chunks/{bundle-C54spnkr.js → bundle-gz500Wyi.js} +2 -2
- package/cjs/chunks/bundle-gz500Wyi.js.map +1 -0
- package/cjs/chunks/{bundle-C9LFywjo.js → bundle-iSN5VN5J.js} +4 -4
- package/cjs/chunks/{bundle-C9LFywjo.js.map → bundle-iSN5VN5J.js.map} +1 -1
- package/cjs/chunks/{bundle-GfPIHkm3.js → bundle-oI-I09fc.js} +1 -1
- package/cjs/chunks/bundle-oI-I09fc.js.map +1 -0
- package/cjs/chunks/{bundle-DVOGI-Rc.js → bundle-ojGQe03d.js} +1 -1
- package/cjs/chunks/bundle-ojGQe03d.js.map +1 -0
- package/cjs/chunks/{bundle-L_3R_RO_.js → bundle-tg9D3b4v.js} +1 -1
- package/cjs/chunks/bundle-tg9D3b4v.js.map +1 -0
- package/cjs/hooks/useModal.js +14 -15
- package/cjs/hooks/useModal.js.map +1 -1
- package/cjs/index.js +83 -84
- 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 +4 -5
- package/cjs/ui/Badge.js.map +1 -1
- package/cjs/ui/BottomSheet.js +14 -15
- package/cjs/ui/BottomSheet.js.map +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +5 -6
- package/cjs/ui/ConnectionStatus.js.map +1 -1
- package/cjs/ui/ContextMenu.js +10 -11
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +20 -21
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +7 -8
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +9 -9
- package/cjs/ui/FileViewer.js +17 -18
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Header.js +6 -6
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +4 -4
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/cjs/ui/MentionLabel.js +18 -19
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +48 -50
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +15 -16
- package/cjs/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/cjs/ui/MessageFeedbackModal.js +15 -16
- package/cjs/ui/MessageFeedbackModal.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +15 -16
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +11 -12
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +12 -13
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageMenu.js +11 -12
- package/cjs/ui/MessageMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +18 -19
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +15 -16
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- package/cjs/ui/MessageStatus.js +12 -13
- package/cjs/ui/MessageStatus.js.map +1 -1
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +14 -15
- package/cjs/ui/MobileFeedbackMenu.js.map +1 -1
- package/cjs/ui/MobileMenu.js +15 -16
- package/cjs/ui/MobileMenu.js.map +1 -1
- package/cjs/ui/Modal.js +14 -15
- package/cjs/ui/Modal.js.map +1 -1
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +21 -22
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +7 -8
- package/cjs/ui/OpenChannelAvatar.js.map +1 -1
- package/cjs/ui/OpenchannelConversationHeader.js +7 -8
- package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
- package/cjs/ui/OpenchannelFileMessage.js +23 -24
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +25 -26
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +22 -23
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +23 -24
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +5 -6
- package/cjs/ui/PlaceHolder.js.map +1 -1
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +9 -10
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +9 -10
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- 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 +9 -10
- package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +21 -22
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +7 -8
- package/cjs/ui/ThreadReplies.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +8 -8
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +7 -8
- package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
- package/cjs/ui/UserListItem.js +18 -19
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserListItemMenu.js +11 -12
- package/cjs/ui/UserListItemMenu.js.map +1 -1
- package/cjs/ui/UserProfile.js +18 -19
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/VoiceMessageInput.js +8 -9
- package/cjs/ui/VoiceMessageInput.js.map +1 -1
- package/cjs/ui/VoiceMessageItemBody.js +14 -15
- package/cjs/ui/VoiceMessageItemBody.js.map +1 -1
- package/cjs/ui/Word.js +18 -19
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +4 -4
- package/cjs/withSendbird.js +1 -1
- package/hooks/useModal.js +14 -15
- package/hooks/useModal.js.map +1 -1
- package/index.js +83 -84
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/ui/Label/stringSet.d.ts +5 -0
- package/types/ui/MessageSearchFileItem/utils.d.ts +1 -1
- package/types/ui/MessageSearchItem/getCreatedAt.d.ts +1 -1
- 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 +4 -5
- package/ui/Badge.js.map +1 -1
- package/ui/BottomSheet.js +14 -15
- package/ui/BottomSheet.js.map +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +5 -6
- package/ui/ConnectionStatus.js.map +1 -1
- package/ui/ContextMenu.js +10 -11
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +20 -21
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FallbackTemplateMessageItemBody.tsx.js +7 -8
- package/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
- package/ui/FileMessageItemBody.js +9 -9
- package/ui/FileViewer.js +17 -18
- package/ui/FileViewer.js.map +1 -1
- package/ui/Header.js +6 -6
- package/ui/Icon.js +2 -2
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +4 -4
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/ui/MentionLabel.js +18 -19
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +49 -51
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +15 -16
- package/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/ui/MessageFeedbackModal.js +15 -16
- package/ui/MessageFeedbackModal.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +15 -16
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +11 -12
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +12 -13
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageMenu.js +11 -12
- package/ui/MessageMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +18 -19
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +15 -16
- package/ui/MessageSearchItem.js.map +1 -1
- package/ui/MessageStatus.js +12 -13
- package/ui/MessageStatus.js.map +1 -1
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +14 -15
- package/ui/MobileFeedbackMenu.js.map +1 -1
- package/ui/MobileMenu.js +15 -16
- package/ui/MobileMenu.js.map +1 -1
- package/ui/Modal.js +14 -15
- package/ui/Modal.js.map +1 -1
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +21 -22
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +7 -8
- package/ui/OpenChannelAvatar.js.map +1 -1
- package/ui/OpenchannelConversationHeader.js +7 -8
- package/ui/OpenchannelConversationHeader.js.map +1 -1
- package/ui/OpenchannelFileMessage.js +23 -24
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +25 -26
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +22 -23
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +23 -24
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +5 -6
- package/ui/PlaceHolder.js.map +1 -1
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +9 -10
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +9 -10
- package/ui/QuoteMessageInput.js.map +1 -1
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +9 -10
- package/ui/TemplateMessageItemBody.js.map +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +21 -22
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +7 -8
- package/ui/ThreadReplies.js.map +1 -1
- package/ui/ThumbnailMessageItemBody.js +8 -8
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +7 -8
- package/ui/UnknownMessageItemBody.js.map +1 -1
- package/ui/UserListItem.js +18 -19
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserListItemMenu.js +12 -13
- package/ui/UserListItemMenu.js.map +1 -1
- package/ui/UserProfile.js +18 -19
- package/ui/UserProfile.js.map +1 -1
- package/ui/VoiceMessageInput.js +8 -9
- package/ui/VoiceMessageInput.js.map +1 -1
- package/ui/VoiceMessageItemBody.js +14 -15
- package/ui/VoiceMessageItemBody.js.map +1 -1
- package/ui/Word.js +18 -19
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +4 -4
- package/withSendbird.js +1 -1
- package/chunks/bundle-5p8nSTj7.js.map +0 -1
- package/chunks/bundle-B52kQohh.js.map +0 -1
- package/chunks/bundle-B7oRNXym.js.map +0 -1
- package/chunks/bundle-BDAHpAtc.js.map +0 -1
- package/chunks/bundle-BPPXxiH-.js.map +0 -1
- package/chunks/bundle-BQEcjG5F.js.map +0 -1
- package/chunks/bundle-BjNcbTQh.js.map +0 -1
- package/chunks/bundle-BrNGDC22.js.map +0 -1
- package/chunks/bundle-BvjeGog2.js.map +0 -1
- package/chunks/bundle-C5elgKr1.js.map +0 -1
- package/chunks/bundle-C7Nmdzz2.js.map +0 -1
- package/chunks/bundle-C9kO1pys.js.map +0 -1
- package/chunks/bundle-CCDOrYFe.js.map +0 -1
- package/chunks/bundle-CIMqo6AR.js.map +0 -1
- package/chunks/bundle-CKAmALDH.js.map +0 -1
- package/chunks/bundle-CKfxyf9k.js.map +0 -1
- package/chunks/bundle-CKlbNu7R.js.map +0 -1
- package/chunks/bundle-CT1B8kWZ.js.map +0 -1
- package/chunks/bundle-CWkmLLn2.js.map +0 -1
- package/chunks/bundle-CXtXjJDZ.js.map +0 -1
- package/chunks/bundle-C_VmHcHD.js.map +0 -1
- package/chunks/bundle-Cdu1sPBK.js.map +0 -1
- package/chunks/bundle-CnjrquX2.js +0 -18
- package/chunks/bundle-CnjrquX2.js.map +0 -1
- package/chunks/bundle-CsNiThJy.js.map +0 -1
- package/chunks/bundle-CtTnENiS.js.map +0 -1
- package/chunks/bundle-CzrsOIR1.js.map +0 -1
- package/chunks/bundle-DOd9Ue9Y.js.map +0 -1
- package/chunks/bundle-DSSONS5D.js.map +0 -1
- package/chunks/bundle-DVXo9iAl.js.map +0 -1
- package/chunks/bundle-DZbkjNQq.js.map +0 -1
- package/chunks/bundle-DfLIML7-.js.map +0 -1
- package/chunks/bundle-DgSmHrVC.js.map +0 -1
- package/chunks/bundle-DhHjS6GS.js.map +0 -1
- package/chunks/bundle-Dkby8sz9.js.map +0 -1
- package/chunks/bundle-Dow5hG5h.js.map +0 -1
- package/chunks/bundle-Dts0hetD.js.map +0 -1
- package/chunks/bundle-Dv9ZXW5R.js.map +0 -1
- package/chunks/bundle-EasEFat5.js.map +0 -1
- package/chunks/bundle-EkU8Mahq.js.map +0 -1
- package/chunks/bundle-JkWSm5yU.js.map +0 -1
- package/chunks/bundle-Noch524y.js.map +0 -1
- package/chunks/bundle-TuSWvL1C.js.map +0 -1
- package/chunks/bundle-cxgZVtDm.js.map +0 -1
- package/chunks/bundle-dvBRcIr2.js.map +0 -1
- package/chunks/bundle-gAP3oCa0.js.map +0 -1
- package/chunks/bundle-glN0KI0p.js.map +0 -1
- package/chunks/bundle-q1Wb9Xp1.js.map +0 -1
- package/chunks/bundle-qLwm9kfO.js.map +0 -1
- package/chunks/bundle-tJpMila8.js.map +0 -1
- package/chunks/bundle-uQe4Ocw5.js.map +0 -1
- package/chunks/bundle-z29kvax5.js.map +0 -1
- package/cjs/chunks/bundle-8epw-Y5R.js.map +0 -1
- package/cjs/chunks/bundle-B-ZuAKXZ.js.map +0 -1
- package/cjs/chunks/bundle-B3WfueeC.js.map +0 -1
- package/cjs/chunks/bundle-BEIWVk-r.js.map +0 -1
- package/cjs/chunks/bundle-BFCyrBdj.js.map +0 -1
- package/cjs/chunks/bundle-BJGugzi0.js.map +0 -1
- package/cjs/chunks/bundle-BKmtlYa7.js.map +0 -1
- package/cjs/chunks/bundle-Bi19FDZ5.js.map +0 -1
- package/cjs/chunks/bundle-BkCYzDja.js.map +0 -1
- package/cjs/chunks/bundle-BkLb-q-l.js.map +0 -1
- package/cjs/chunks/bundle-Bnn_E8RA.js.map +0 -1
- package/cjs/chunks/bundle-BpvugKBT.js.map +0 -1
- package/cjs/chunks/bundle-Bs9phdNx.js.map +0 -1
- package/cjs/chunks/bundle-Btu2Blrn.js.map +0 -1
- package/cjs/chunks/bundle-BuiTr216.js.map +0 -1
- package/cjs/chunks/bundle-Bv6oJxhE.js.map +0 -1
- package/cjs/chunks/bundle-BwOCJSql.js.map +0 -1
- package/cjs/chunks/bundle-C3_8wOj2.js.map +0 -1
- package/cjs/chunks/bundle-C54spnkr.js.map +0 -1
- package/cjs/chunks/bundle-CAQKYsUp.js.map +0 -1
- package/cjs/chunks/bundle-CCIePO3F.js.map +0 -1
- package/cjs/chunks/bundle-CDnbjALU.js.map +0 -1
- package/cjs/chunks/bundle-CHTSxTq-.js.map +0 -1
- package/cjs/chunks/bundle-CHzAypFw.js.map +0 -1
- package/cjs/chunks/bundle-CK24Puus.js.map +0 -1
- package/cjs/chunks/bundle-CUvXppxT.js +0 -26
- package/cjs/chunks/bundle-CUvXppxT.js.map +0 -1
- package/cjs/chunks/bundle-CVnXKW80.js.map +0 -1
- package/cjs/chunks/bundle-CaT-IFph.js.map +0 -1
- package/cjs/chunks/bundle-CesWsCl-.js.map +0 -1
- package/cjs/chunks/bundle-CfKorUhy.js.map +0 -1
- package/cjs/chunks/bundle-ChqOrDsi.js.map +0 -1
- package/cjs/chunks/bundle-CjvUzR14.js.map +0 -1
- package/cjs/chunks/bundle-CvFJXbOp.js.map +0 -1
- package/cjs/chunks/bundle-D-cvcxRz.js.map +0 -1
- package/cjs/chunks/bundle-D0MK3u4m.js.map +0 -1
- package/cjs/chunks/bundle-D4QxpqPl.js.map +0 -1
- package/cjs/chunks/bundle-D5oK3Rp9.js.map +0 -1
- package/cjs/chunks/bundle-D9rW7LDo.js.map +0 -1
- package/cjs/chunks/bundle-DA6glZdL.js.map +0 -1
- package/cjs/chunks/bundle-DE_vZq5Z.js.map +0 -1
- package/cjs/chunks/bundle-DQHejQcp.js.map +0 -1
- package/cjs/chunks/bundle-DQndGrzk.js.map +0 -1
- package/cjs/chunks/bundle-DSGwrVX4.js.map +0 -1
- package/cjs/chunks/bundle-DSZ-HrKZ.js.map +0 -1
- package/cjs/chunks/bundle-DVOGI-Rc.js.map +0 -1
- package/cjs/chunks/bundle-DZhGPgbe.js.map +0 -1
- package/cjs/chunks/bundle-DefhSWQN.js.map +0 -1
- package/cjs/chunks/bundle-Duwe0X6b.js.map +0 -1
- package/cjs/chunks/bundle-DvkXKWMW.js.map +0 -1
- package/cjs/chunks/bundle-DyTxGrps.js.map +0 -1
- package/cjs/chunks/bundle-GfPIHkm3.js.map +0 -1
- package/cjs/chunks/bundle-IkyTbDYv.js.map +0 -1
- package/cjs/chunks/bundle-Jjn1-kKx.js.map +0 -1
- package/cjs/chunks/bundle-L_3R_RO_.js.map +0 -1
- package/cjs/chunks/bundle-VJBMgpVG.js.map +0 -1
- package/cjs/chunks/bundle-VbOeuTUC.js.map +0 -1
- package/cjs/chunks/bundle-_wHF5YgG.js.map +0 -1
- package/cjs/chunks/bundle-fNcBIidO.js.map +0 -1
- package/cjs/chunks/bundle-gFZm3ecb.js.map +0 -1
- package/cjs/chunks/bundle-nd8abqcL.js.map +0 -1
- package/cjs/chunks/bundle-r-AH2Yf0.js.map +0 -1
- package/cjs/chunks/bundle-zSEw-S-o.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DANn7QX3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -213,6 +213,11 @@ var stringSet = {
|
|
|
213
213
|
DATE_FORMAT__MESSAGE_LIST__NOTIFICATION__UNREAD_SINCE: 'p \'on\' MMM dd',
|
|
214
214
|
DATE_FORMAT__MESSAGE_LIST__DATE_SEPARATOR: 'MMMM dd, yyyy',
|
|
215
215
|
DATE_FORMAT__THREAD_LIST__DATE_SEPARATOR: 'MMM dd, yyyy',
|
|
216
|
+
DATE_FORMAT__MESSAGE_CREATED_AT: 'p',
|
|
217
|
+
DATE_FORMAT__UNREAD_SINCE: 'p MMM dd',
|
|
218
|
+
DATE_FORMAT__LAST_MESSAGE_CREATED_AT__TODAY: 'p',
|
|
219
|
+
DATE_FORMAT__LAST_MESSAGE_CREATED_AT__THIS_YEAR: 'MMM d',
|
|
220
|
+
DATE_FORMAT__LAST_MESSAGE_CREATED_AT__PREVIOUS_YEAR: 'yyyy/M/d',
|
|
216
221
|
// File upload
|
|
217
222
|
FILE_UPLOAD_NOTIFICATION__COUNT_LIMIT: 'Up to %d files can be attached.',
|
|
218
223
|
FILE_UPLOAD_NOTIFICATION__SIZE_LIMIT: 'The maximum size per file is %d MB.',
|
|
@@ -242,4 +247,4 @@ var getStringSet = function (lang) {
|
|
|
242
247
|
};
|
|
243
248
|
|
|
244
249
|
export { getStringSet as g };
|
|
245
|
-
//# sourceMappingURL=bundle-
|
|
250
|
+
//# sourceMappingURL=bundle-DHFgdoeE.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DHFgdoeE.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DIzDIKPg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { createContext, useReducer, useContext } from 'react';
|
|
2
|
-
import { _ as __assign } from './bundle-
|
|
3
|
-
import { k as VOICE_MESSAGE_FILE_NAME__XM4A, l as VOICE_MESSAGE_MIME_TYPE__XM4A, f as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, V as VOICE_PLAYER_ROOT_ID, a as VOICE_PLAYER_AUDIO_ID } from './bundle-
|
|
2
|
+
import { _ as __assign } from './bundle-JP84LATC.js';
|
|
3
|
+
import { k as VOICE_MESSAGE_FILE_NAME__XM4A, l as VOICE_MESSAGE_MIME_TYPE__XM4A, f as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, V as VOICE_PLAYER_ROOT_ID, a as VOICE_PLAYER_AUDIO_ID } from './bundle-B-jyg0W3.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import { a as isSafari } from './bundle-
|
|
5
|
+
import { a as isSafari } from './bundle-D9Du12l6.js';
|
|
6
6
|
|
|
7
7
|
var INITIALIZE_AUDIO_UNIT = 'INITIALIZE_AUDIO_UNIT';
|
|
8
8
|
var RESET_AUDIO_UNIT = 'RESET_AUDIO_UNIT';
|
|
@@ -277,4 +277,4 @@ var VoicePlayerProvider = function (_a) {
|
|
|
277
277
|
var useVoicePlayerContext = function () { return useContext(Context); };
|
|
278
278
|
|
|
279
279
|
export { AudioUnitDefaultValue as A, VOICE_PLAYER_STATUS as V, ALL as a, VoicePlayerProvider as b, generateGroupKey as g, useVoicePlayerContext as u };
|
|
280
|
-
//# sourceMappingURL=bundle-
|
|
280
|
+
//# sourceMappingURL=bundle-DJD3mfVU.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DJD3mfVU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DKL-hsRi.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
2
|
import DOMPurify from 'dompurify';
|
|
3
|
-
import { a as NodeNames, N as NodeTypes } from './bundle-
|
|
4
|
-
import { a as USER_MENTION_TEMP_CHAR } from './bundle-
|
|
5
|
-
import { c as __spreadArray } from './bundle-
|
|
6
|
-
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-
|
|
7
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
8
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
3
|
+
import { a as NodeNames, N as NodeTypes } from './bundle-BKzfhrED.js';
|
|
4
|
+
import { a as USER_MENTION_TEMP_CHAR } from './bundle-DZSk7AVY.js';
|
|
5
|
+
import { c as __spreadArray } from './bundle-JP84LATC.js';
|
|
6
|
+
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-Famt5EYW.js';
|
|
7
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-CdBRSTqa.js';
|
|
8
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-YRUJIu92.js';
|
|
9
9
|
|
|
10
10
|
function renderToString(_a) {
|
|
11
11
|
var userId = _a.userId, nickname = _a.nickname;
|
|
@@ -254,4 +254,4 @@ function getURIListText(e) {
|
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
export { extractTextAndMentions as e, isChannelTypeSupportsMultipleFilesMessage as i, nodeListToArray as n, renderToString as r, sanitizeString as s, usePaste as u };
|
|
257
|
-
//# sourceMappingURL=bundle-
|
|
257
|
+
//# sourceMappingURL=bundle-DLUfdii0.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DLUfdii0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { c as __spreadArray, _ as __assign } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-JP84LATC.js';
|
|
2
2
|
import React__default, { useState, useEffect, useRef, useLayoutEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-q-Ess4nu.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-B4Wu6zpw.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
7
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-
|
|
6
|
+
import { M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-DZSk7AVY.js';
|
|
7
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-gqdrFMLR.js';
|
|
8
8
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
9
|
-
import { g as getSuggestedReplies } from './bundle-
|
|
9
|
+
import { g as getSuggestedReplies } from './bundle-3Va36z7c.js';
|
|
10
10
|
import DateSeparator from '../ui/DateSeparator.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-CezVWkkE.js';
|
|
12
12
|
import MessageInput from '../ui/MessageInput.js';
|
|
13
|
-
import { M as MessageInputKeys } from './bundle-
|
|
13
|
+
import { M as MessageInputKeys } from './bundle-BKzfhrED.js';
|
|
14
14
|
import { MessageContent } from '../ui/MessageContent.js';
|
|
15
15
|
import SuggestedReplies from '../GroupChannel/components/SuggestedReplies.js';
|
|
16
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
17
|
-
import { d as deleteNullish, c as classnames } from './bundle-
|
|
16
|
+
import { S as SuggestedMentionListView } from './bundle-DYMtGbGS.js';
|
|
17
|
+
import { d as deleteNullish, c as classnames } from './bundle-NUvs8qqs.js';
|
|
18
18
|
|
|
19
19
|
var useDidMountEffect = function (func, deps) {
|
|
20
20
|
var _a = useState(false), didMount = _a[0], setDidmount = _a[1];
|
|
@@ -225,4 +225,4 @@ var MessageView = function (props) {
|
|
|
225
225
|
};
|
|
226
226
|
|
|
227
227
|
export { MessageView as M };
|
|
228
|
-
//# sourceMappingURL=bundle-
|
|
228
|
+
//# sourceMappingURL=bundle-DN8lssbL.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DN8lssbL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DPrRFTeq.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as SCROLL_BUFFER } from './bundle-
|
|
2
|
-
import { a as isAboutSame } from './bundle-
|
|
1
|
+
import { S as SCROLL_BUFFER } from './bundle-B-jyg0W3.js';
|
|
2
|
+
import { a as isAboutSame } from './bundle-BVOs_zQv.js';
|
|
3
3
|
import { usePreservedCallback } from '@sendbird/uikit-tools';
|
|
4
|
-
import { u as useThrottleCallback } from './bundle-
|
|
4
|
+
import { u as useThrottleCallback } from './bundle-jOeMsYG2.js';
|
|
5
5
|
|
|
6
6
|
var BUFFER_DELAY = 100;
|
|
7
7
|
function useOnScrollPositionChangeDetector(params) {
|
|
@@ -27,4 +27,4 @@ function useOnScrollPositionChangeDetector(params) {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
export { useOnScrollPositionChangeDetector as u };
|
|
30
|
-
//# sourceMappingURL=bundle-
|
|
30
|
+
//# sourceMappingURL=bundle-DSCli45C.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DSCli45C.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-BchW3MJn.js';
|
|
3
|
+
import './bundle-JP84LATC.js';
|
|
4
|
+
import './bundle-CezVWkkE.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-B4Wu6zpw.js';
|
|
7
7
|
import { useThreadContext } from '../Thread/context.js';
|
|
8
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
8
|
+
import { g as getModalDeleteMessageTitle } from './bundle-BSdGr2nl.js';
|
|
9
9
|
|
|
10
10
|
var RemoveMessage = function (props) {
|
|
11
11
|
var _a, _b;
|
|
@@ -21,4 +21,4 @@ var RemoveMessage = function (props) {
|
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
export { RemoveMessage as R };
|
|
24
|
-
//# sourceMappingURL=bundle-
|
|
24
|
+
//# sourceMappingURL=bundle-DSQiDoG5.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DSQiDoG5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-
|
|
1
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-JP84LATC.js';
|
|
2
2
|
import React__default, { useEffect, useCallback, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler, GroupChannelListOrder } from '@sendbird/chat/groupChannel';
|
|
4
|
-
import { p as pubSubTopics } from './bundle-
|
|
5
|
-
import { u as uuidv4 } from './bundle-
|
|
6
|
-
import { n as noop } from './bundle-
|
|
7
|
-
import { D as DELIVERY_RECEIPT$1 } from './bundle-
|
|
8
|
-
import { U as UserProfileProvider } from './bundle-
|
|
4
|
+
import { p as pubSubTopics } from './bundle-1hAqqfBQ.js';
|
|
5
|
+
import { u as uuidv4 } from './bundle-C5VRmpwP.js';
|
|
6
|
+
import { n as noop } from './bundle-NUvs8qqs.js';
|
|
7
|
+
import { D as DELIVERY_RECEIPT$1 } from './bundle-B-jyg0W3.js';
|
|
8
|
+
import { U as UserProfileProvider } from './bundle-CgX04_wJ.js';
|
|
9
9
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
10
|
-
import { K, a1 as filterChannelListParams, a2 as getChannelsWithUpsertedChannel, a3 as S, a4 as isChannelJustCreated } from './bundle-
|
|
11
|
-
import { u as useReconnectOnIdle } from './bundle-
|
|
10
|
+
import { K, a1 as filterChannelListParams, a2 as getChannelsWithUpsertedChannel, a3 as S, a4 as isChannelJustCreated } from './bundle-3Va36z7c.js';
|
|
11
|
+
import { u as useReconnectOnIdle } from './bundle-BwwN-f0G.js';
|
|
12
12
|
|
|
13
13
|
var RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
14
14
|
var CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -933,4 +933,4 @@ function useChannelListContext() {
|
|
|
933
933
|
}
|
|
934
934
|
|
|
935
935
|
export { ChannelListProvider as C, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, useChannelListContext as u };
|
|
936
|
-
//# sourceMappingURL=bundle-
|
|
936
|
+
//# sourceMappingURL=bundle-DS_dGeqQ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DS_dGeqQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { i as isSameDay } from './bundle-
|
|
2
|
-
import { r as requiredArgs, t as toDate } from './bundle-
|
|
3
|
-
import { t as toInteger } from './bundle-
|
|
1
|
+
import { i as isSameDay } from './bundle-ByXwPGyl.js';
|
|
2
|
+
import { r as requiredArgs, t as toDate } from './bundle-D-J1T0qW.js';
|
|
3
|
+
import { t as toInteger } from './bundle-q-Ess4nu.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @name isToday
|
|
@@ -163,4 +163,4 @@ function isYesterday(dirtyDate) {
|
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
export { isYesterday as a, isThisYear as b, isToday as i };
|
|
166
|
-
//# sourceMappingURL=bundle-
|
|
166
|
+
//# sourceMappingURL=bundle-DWAHSVLa.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DWAHSVLa.js","sources":["../../node_modules/date-fns/esm/isToday/index.js","../../node_modules/date-fns/esm/isSameYear/index.js","../../node_modules/date-fns/esm/isThisYear/index.js","../../node_modules/date-fns/esm/addDays/index.js","../../node_modules/date-fns/esm/subDays/index.js","../../node_modules/date-fns/esm/isYesterday/index.js"],"sourcesContent":["import isSameDay from \"../isSameDay/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isToday\n * @category Day Helpers\n * @summary Is the given date today?\n * @pure false\n *\n * @description\n * Is the given date today?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is today\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 6 October 14:00:00 today?\n * const result = isToday(new Date(2014, 9, 6, 14, 0))\n * //=> true\n */\nexport default function isToday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, Date.now());\n}","import toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isSameYear\n * @category Year Helpers\n * @summary Are the given dates in the same year?\n *\n * @description\n * Are the given dates in the same year?\n *\n * @param {Date|Number} dateLeft - the first date to check\n * @param {Date|Number} dateRight - the second date to check\n * @returns {Boolean} the dates are in the same year\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Are 2 September 2014 and 25 September 2014 in the same year?\n * const result = isSameYear(new Date(2014, 8, 2), new Date(2014, 8, 25))\n * //=> true\n */\nexport default function isSameYear(dirtyDateLeft, dirtyDateRight) {\n requiredArgs(2, arguments);\n var dateLeft = toDate(dirtyDateLeft);\n var dateRight = toDate(dirtyDateRight);\n return dateLeft.getFullYear() === dateRight.getFullYear();\n}","import isSameYear from \"../isSameYear/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isThisYear\n * @category Year Helpers\n * @summary Is the given date in the same year as the current date?\n * @pure false\n *\n * @description\n * Is the given date in the same year as the current date?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is in this year\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 25 September 2014, is 2 July 2014 in this year?\n * const result = isThisYear(new Date(2014, 6, 2))\n * //=> true\n */\nexport default function isThisYear(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameYear(dirtyDate, Date.now());\n}","import toInteger from \"../_lib/toInteger/index.js\";\nimport toDate from \"../toDate/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name addDays\n * @category Day Helpers\n * @summary Add the specified number of days to the given date.\n *\n * @description\n * Add the specified number of days to the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be added. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} - the new date with the days added\n * @throws {TypeError} - 2 arguments required\n *\n * @example\n * // Add 10 days to 1 September 2014:\n * const result = addDays(new Date(2014, 8, 1), 10)\n * //=> Thu Sep 11 2014 00:00:00\n */\nexport default function addDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var date = toDate(dirtyDate);\n var amount = toInteger(dirtyAmount);\n if (isNaN(amount)) {\n return new Date(NaN);\n }\n if (!amount) {\n // If 0 days, no-op to avoid changing times in the hour before end of DST\n return date;\n }\n date.setDate(date.getDate() + amount);\n return date;\n}","import addDays from \"../addDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\nimport toInteger from \"../_lib/toInteger/index.js\";\n/**\n * @name subDays\n * @category Day Helpers\n * @summary Subtract the specified number of days from the given date.\n *\n * @description\n * Subtract the specified number of days from the given date.\n *\n * @param {Date|Number} date - the date to be changed\n * @param {Number} amount - the amount of days to be subtracted. Positive decimals will be rounded using `Math.floor`, decimals less than zero will be rounded using `Math.ceil`.\n * @returns {Date} the new date with the days subtracted\n * @throws {TypeError} 2 arguments required\n *\n * @example\n * // Subtract 10 days from 1 September 2014:\n * const result = subDays(new Date(2014, 8, 1), 10)\n * //=> Fri Aug 22 2014 00:00:00\n */\nexport default function subDays(dirtyDate, dirtyAmount) {\n requiredArgs(2, arguments);\n var amount = toInteger(dirtyAmount);\n return addDays(dirtyDate, -amount);\n}","import isSameDay from \"../isSameDay/index.js\";\nimport subDays from \"../subDays/index.js\";\nimport requiredArgs from \"../_lib/requiredArgs/index.js\";\n/**\n * @name isYesterday\n * @category Day Helpers\n * @summary Is the given date yesterday?\n * @pure false\n *\n * @description\n * Is the given date yesterday?\n *\n * > ⚠️ Please note that this function is not present in the FP submodule as\n * > it uses `Date.now()` internally hence impure and can't be safely curried.\n *\n * @param {Date|Number} date - the date to check\n * @returns {Boolean} the date is yesterday\n * @throws {TypeError} 1 argument required\n *\n * @example\n * // If today is 6 October 2014, is 5 October 14:00:00 yesterday?\n * const result = isYesterday(new Date(2014, 9, 5, 14, 0))\n * //=> true\n */\nexport default function isYesterday(dirtyDate) {\n requiredArgs(1, arguments);\n return isSameDay(dirtyDate, subDays(Date.now(), 1));\n}"],"names":[],"mappings":";;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE;AAC3C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC1C;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE;AAClE,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,QAAQ,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;AACvC,EAAE,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC,CAAC;AACzC,EAAE,OAAO,QAAQ,CAAC,WAAW,EAAE,KAAK,SAAS,CAAC,WAAW,EAAE,CAAC;AAC5D;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,UAAU,CAAC,SAAS,EAAE;AAC9C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;AAC3C;;ACvBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;AAC/B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE;AACrB,IAAI,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,GAAG;AACH,EAAE,IAAI,CAAC,MAAM,EAAE;AACf;AACA,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,CAAC;AACxC,EAAE,OAAO,IAAI,CAAC;AACd;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE;AACxD,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,IAAI,MAAM,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;AACtC,EAAE,OAAO,OAAO,CAAC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;AACrC;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,WAAW,CAAC,SAAS,EAAE;AAC/C,EAAE,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;AAC7B,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;AACtD;;;;","x_google_ignoreList":[0,1,2,3,4,5]}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-CezVWkkE.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
5
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
6
|
-
import { u as uuidv4 } from './bundle-
|
|
7
|
-
import { c as classnames } from './bundle-
|
|
4
|
+
import { A as Avatar } from './bundle-2tYCkWhM.js';
|
|
5
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-B4Wu6zpw.js';
|
|
6
|
+
import { u as uuidv4 } from './bundle-C5VRmpwP.js';
|
|
7
|
+
import { c as classnames } from './bundle-NUvs8qqs.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
|
-
import { a as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
10
|
-
import { M as MessageInputKeys } from './bundle-
|
|
11
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
9
|
+
import { a as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, b as MAX_USER_SUGGESTION_COUNT } from './bundle-DZSk7AVY.js';
|
|
10
|
+
import { M as MessageInputKeys } from './bundle-BKzfhrED.js';
|
|
11
|
+
import { a as __awaiter, b as __generator } from './bundle-JP84LATC.js';
|
|
12
12
|
|
|
13
13
|
function SuggestedUserMentionItem(props) {
|
|
14
14
|
var member = props.member, _a = props.isFocused, isFocused = _a === void 0 ? false : _a, parentScrollRef = props.parentScrollRef, onClick = props.onClick, onMouseOver = props.onMouseOver, onMouseMove = props.onMouseMove, renderUserMentionItem = props.renderUserMentionItem;
|
|
@@ -169,4 +169,4 @@ var SuggestedMentionListView = function (props) {
|
|
|
169
169
|
};
|
|
170
170
|
|
|
171
171
|
export { SuggestedMentionListView as S };
|
|
172
|
-
//# sourceMappingURL=bundle-
|
|
172
|
+
//# sourceMappingURL=bundle-DYMtGbGS.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DYMtGbGS.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -9,4 +9,4 @@ var ThreadReplySelectType;
|
|
|
9
9
|
})(ThreadReplySelectType || (ThreadReplySelectType = {}));
|
|
10
10
|
|
|
11
11
|
export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, UIKIT_COMPATIBLE_FORM_VERSION as U, USER_MENTION_TEMP_CHAR as a, MAX_USER_SUGGESTION_COUNT as b };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-DZSk7AVY.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DZSk7AVY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { e as __extends, _ as __assign, c as __spreadArray } from './bundle-
|
|
1
|
+
import { e as __extends, _ as __assign, c as __spreadArray } from './bundle-JP84LATC.js';
|
|
2
2
|
import React__default, { useState, useRef, useCallback, useEffect, createContext, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { c as classnames } from './bundle-
|
|
4
|
+
import { c as classnames } from './bundle-NUvs8qqs.js';
|
|
5
5
|
import { Role } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannel } from '@sendbird/chat/openChannel';
|
|
7
7
|
import SortByRow from '../ui/SortByRow.js';
|
|
8
8
|
import '../withSendbird.js';
|
|
9
9
|
import '../ui/IconButton.js';
|
|
10
|
-
import './bundle-
|
|
11
|
-
import './bundle-
|
|
12
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
10
|
+
import './bundle-3Va36z7c.js';
|
|
11
|
+
import './bundle-B4Wu6zpw.js';
|
|
12
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-CezVWkkE.js';
|
|
13
13
|
|
|
14
14
|
var APP_LAYOUT_ROOT = 'sendbird-app__layout';
|
|
15
15
|
|
|
@@ -324,4 +324,4 @@ function ContextMenu(_a) {
|
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
export { APP_LAYOUT_ROOT as A, BottomSheetMenuItem as B, ContextMenu as C, EMOJI_MENU_ROOT_ID as E, MessageMenuProvider as M, OperatorMenuItem as O, MenuItem$1 as a, MenuItems as b, MenuItem as c, MENU_ROOT_ID as d, MENU_OBSERVING_CLASS_NAME as e, EmojiListItems as f, getObservingId as g, MuteMenuItem as h, EmojiReactionListRoot as i, MenuRoot as j, useMessageMenuContext as u };
|
|
327
|
-
//# sourceMappingURL=bundle-
|
|
327
|
+
//# sourceMappingURL=bundle-Dfdr16pD.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Dfdr16pD.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-JP84LATC.js';
|
|
2
2
|
|
|
3
3
|
var USER_MENTION_PREFIX = '@';
|
|
4
4
|
|
|
@@ -237,4 +237,4 @@ function getWhiteSpacePreservedText(text) {
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
export { TOKEN_TYPES as T, USER_MENTION_PREFIX as U, tokenizeMarkdown as a, getWhiteSpacePreservedText as b, getChannelPreviewMessage as g, tokenizeMessage as t };
|
|
240
|
-
//# sourceMappingURL=bundle-
|
|
240
|
+
//# sourceMappingURL=bundle-DlnJzruZ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DlnJzruZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-BchW3MJn.js';
|
|
3
|
+
import './bundle-JP84LATC.js';
|
|
4
|
+
import './bundle-CezVWkkE.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
7
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-B4Wu6zpw.js';
|
|
7
|
+
import { g as getModalDeleteMessageTitle } from './bundle-BSdGr2nl.js';
|
|
8
8
|
|
|
9
9
|
var RemoveMessageModalView = function (props) {
|
|
10
10
|
var _a;
|
|
@@ -25,4 +25,4 @@ var RemoveMessageModalView = function (props) {
|
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export { RemoveMessageModalView as R };
|
|
28
|
-
//# sourceMappingURL=bundle-
|
|
28
|
+
//# sourceMappingURL=bundle-DnJIlhgo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DnJIlhgo.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator, d as __rest, _ as __assign } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator, d as __rest, _ as __assign } from './bundle-JP84LATC.js';
|
|
2
2
|
import React__default, { useState, useRef, useCallback, createContext, useContext } from 'react';
|
|
3
3
|
import { Role } from '@sendbird/chat';
|
|
4
4
|
import { OpenChannel } from '@sendbird/chat/openChannel';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import { a as MenuItem, b as MenuItems } from './bundle-
|
|
7
|
+
import { a as MenuItem, b as MenuItems } from './bundle-Dfdr16pD.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import IconButton from '../ui/IconButton.js';
|
|
10
|
-
import './bundle-
|
|
11
|
-
import { u as useLocalization } from './bundle-
|
|
12
|
-
import { c as classnames } from './bundle-
|
|
10
|
+
import './bundle-3Va36z7c.js';
|
|
11
|
+
import { u as useLocalization } from './bundle-B4Wu6zpw.js';
|
|
12
|
+
import { c as classnames } from './bundle-NUvs8qqs.js';
|
|
13
13
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
14
14
|
|
|
15
15
|
// Utility function to handle processing state and promise execution
|
|
@@ -275,4 +275,4 @@ var UserListItemMenu = function (props) {
|
|
|
275
275
|
};
|
|
276
276
|
|
|
277
277
|
export { UserListItemMenu as U, UserListItemMenuProvider as a, useUserListItemMenuContext as u };
|
|
278
|
-
//# sourceMappingURL=bundle-
|
|
278
|
+
//# sourceMappingURL=bundle-Dq_Ra0fc.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Dq_Ra0fc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-
|
|
1
|
+
import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-JP84LATC.js';
|
|
2
2
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
3
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
3
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-B4Wu6zpw.js';
|
|
4
4
|
import { useChannelSettingsContext } from '../ChannelSettings/context.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-Dq_Ra0fc.js';
|
|
7
7
|
import { UserListItem } from '../ui/UserListItem.js';
|
|
8
|
-
import { M as Modal } from './bundle-
|
|
9
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
10
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-
|
|
8
|
+
import { M as Modal } from './bundle-BchW3MJn.js';
|
|
9
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-DSCli45C.js';
|
|
10
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-CezVWkkE.js';
|
|
11
11
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
12
|
-
import { n as noop } from './bundle-
|
|
12
|
+
import { n as noop } from './bundle-NUvs8qqs.js';
|
|
13
13
|
|
|
14
14
|
function OperatorsModal(_a) {
|
|
15
15
|
var _this = this;
|
|
@@ -357,4 +357,4 @@ var MutedMemberList = function (_a) {
|
|
|
357
357
|
};
|
|
358
358
|
|
|
359
359
|
export { BannedUserList as B, MutedMemberList as M, OperatorList as O };
|
|
360
|
-
//# sourceMappingURL=bundle-
|
|
360
|
+
//# sourceMappingURL=bundle-DtMS6gDM.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DtMS6gDM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Famt5EYW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -106,4 +106,4 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
106
106
|
};
|
|
107
107
|
|
|
108
108
|
export { __assign as _, __awaiter as a, __generator as b, __spreadArray as c, __rest as d, __extends as e };
|
|
109
|
-
//# sourceMappingURL=bundle-
|
|
109
|
+
//# sourceMappingURL=bundle-JP84LATC.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-JP84LATC.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-NUvs8qqs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-JP84LATC.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-q-Ess4nu.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-CezVWkkE.js';
|
|
6
6
|
import Loader from '../ui/Loader.js';
|
|
7
|
-
import { C as isTemplateMessage, j as isImage, z as isGif, h as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-
|
|
7
|
+
import { C as isTemplateMessage, j as isImage, z as isGif, h as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-3Va36z7c.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-DWAHSVLa.js';
|
|
10
|
+
import { u as useLocalization } from './bundle-B4Wu6zpw.js';
|
|
11
|
+
import { c as classnames } from './bundle-NUvs8qqs.js';
|
|
12
12
|
|
|
13
13
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
14
14
|
var _a;
|
|
@@ -42,15 +42,15 @@ var getLastMessageCreatedAt = function (_a) {
|
|
|
42
42
|
return '';
|
|
43
43
|
}
|
|
44
44
|
if (isToday(createdAt)) {
|
|
45
|
-
return format(createdAt,
|
|
45
|
+
return format(createdAt, stringSet.DATE_FORMAT__LAST_MESSAGE_CREATED_AT__TODAY, optionalParam);
|
|
46
46
|
}
|
|
47
47
|
if (isYesterday(createdAt)) {
|
|
48
48
|
return stringSet.MESSAGE_STATUS__YESTERDAY || 'Yesterday';
|
|
49
49
|
}
|
|
50
50
|
if (isThisYear(createdAt)) {
|
|
51
|
-
return format(createdAt,
|
|
51
|
+
return format(createdAt, stringSet.DATE_FORMAT__LAST_MESSAGE_CREATED_AT__THIS_YEAR, optionalParam);
|
|
52
52
|
}
|
|
53
|
-
return format(createdAt,
|
|
53
|
+
return format(createdAt, stringSet.DATE_FORMAT__LAST_MESSAGE_CREATED_AT__PREVIOUS_YEAR, optionalParam);
|
|
54
54
|
};
|
|
55
55
|
var getTotalMembers = function (channel) { return ((channel === null || channel === void 0 ? void 0 : channel.memberCount) ? channel.memberCount : 0); };
|
|
56
56
|
var getChannelPreviewFileDisplayString = function (mimeType, stringSet) {
|
|
@@ -131,9 +131,9 @@ function MessageStatus(_a) {
|
|
|
131
131
|
(status === OutgoingMessageStates.PENDING) ? (React__default.createElement(Loader, { className: "sendbird-message-status__icon", testID: "sendbird-message-status-icon", width: "16px", height: "16px" },
|
|
132
132
|
React__default.createElement(Icon, { type: IconTypes.SPINNER, fillColor: IconColors.PRIMARY, width: "16px", height: "16px" }))) : (React__default.createElement(Icon, { className: classnames('sendbird-message-status__icon', hideMessageStatusIcon && 'hide-icon', status !== OutgoingMessageStates.FAILED && 'sendbird-message-status--sent'), testID: "sendbird-message-status-icon", type: iconType[status] || IconTypes.ERROR, fillColor: iconColor[status], width: "16px", height: "16px" })),
|
|
133
133
|
isSentStatus(status) && (React__default.createElement(Label, { className: "sendbird-message-status__text", testID: "sendbird-message-status-text", type: LabelTypography.CAPTION_3, color: LabelColors.ONBACKGROUND_2 }, isDateSeparatorConsidered
|
|
134
|
-
? format((message === null || message === void 0 ? void 0 : message.createdAt) || 0,
|
|
134
|
+
? format((message === null || message === void 0 ? void 0 : message.createdAt) || 0, stringSet.DATE_FORMAT__MESSAGE_CREATED_AT, { locale: dateLocale })
|
|
135
135
|
: getLastMessageCreatedAt({ channel: channel, locale: dateLocale, stringSet: stringSet })))));
|
|
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-OVfe2_7I.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-OVfe2_7I.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|