@sendbird/uikit-react 3.13.1 → 3.13.2-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 +77 -76
- package/App.js.map +1 -1
- package/CHANGELOG.md +24 -0
- package/Channel/components/ChannelHeader.js +29 -29
- package/Channel/components/ChannelUI.js +66 -64
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +28 -28
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +55 -53
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageFeedbackModal.js +9 -9
- package/Channel/components/MessageInput.js +41 -41
- package/Channel/components/MessageInputWrapper.js +41 -41
- package/Channel/components/MessageList.js +59 -57
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +27 -27
- package/Channel/components/SuggestedMentionList.js +27 -27
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +19 -19
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/Channel/utils/getMessagePartsInfo.js +6 -6
- package/Channel.js +66 -64
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +22 -20
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +8 -8
- package/ChannelList/components/ChannelListUI.js +36 -34
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +27 -27
- package/ChannelList/components/ChannelPreviewAction.js +13 -11
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +36 -34
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +29 -0
- package/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -0
- package/ChannelSettings/components/ChannelSettingsUI.js +34 -41
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +86 -68
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +15 -13
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +22 -20
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +28 -25
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +18 -16
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +18 -16
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +18 -16
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +11 -11
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/GroupChannel/components/FileViewer.js +23 -23
- package/GroupChannel/components/FrozenNotification.js +5 -5
- package/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/GroupChannel/components/GroupChannelUI.js +60 -58
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +52 -50
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +53 -51
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +7 -7
- package/GroupChannel/context.js +11 -11
- package/GroupChannel.js +60 -58
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +20 -19
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/GroupChannelList/components/GroupChannelListUI.js +34 -33
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +13 -11
- package/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +34 -33
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +14 -14
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +14 -14
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/OpenChannel/components/OpenChannelInput.js +25 -25
- package/OpenChannel/components/OpenChannelMessage.js +37 -37
- package/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/OpenChannel/components/OpenChannelUI.js +39 -39
- package/OpenChannel/context.js +17 -17
- package/OpenChannel.js +41 -41
- package/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +14 -14
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +24 -31
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +19 -18
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +21 -20
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +30 -26
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +44 -43
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +30 -29
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +48 -47
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +47 -46
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +42 -42
- package/Thread/components/ThreadUI.js +57 -56
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +9 -9
- package/Thread.js +57 -56
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-ZcW4v7tz.js → bundle-0Xv23Jlo.js} +1 -1
- package/chunks/{bundle-ZcW4v7tz.js.map → bundle-0Xv23Jlo.js.map} +1 -1
- package/chunks/{bundle-1gwAtv3_.js → bundle-2qPS-99f.js} +1 -1
- package/chunks/bundle-2qPS-99f.js.map +1 -0
- package/chunks/{bundle-Ij2ogskR.js → bundle-6c04eWHT.js} +1 -1
- package/chunks/bundle-6c04eWHT.js.map +1 -0
- package/chunks/{bundle-lYHZR3jb.js → bundle-6n4c-yxi.js} +1 -1
- package/chunks/bundle-6n4c-yxi.js.map +1 -0
- package/chunks/{bundle-fGp6w98-.js → bundle-97fd4oe2.js} +3 -3
- package/chunks/bundle-97fd4oe2.js.map +1 -0
- package/chunks/{bundle-QzQ0Z1lc.js → bundle-B24GwCXx.js} +5 -5
- package/chunks/bundle-B24GwCXx.js.map +1 -0
- package/chunks/{bundle-LN_WdItn.js → bundle-B4CUv14M.js} +1 -1
- package/chunks/bundle-B4CUv14M.js.map +1 -0
- package/chunks/{bundle-Bq8FTiM8.js → bundle-B4EY2YKu.js} +1 -1
- package/chunks/bundle-B4EY2YKu.js.map +1 -0
- package/chunks/{bundle-vqMWfuob.js → bundle-BCeNaIWw.js} +3 -3
- package/chunks/bundle-BCeNaIWw.js.map +1 -0
- package/chunks/{bundle-4PIMbALe.js → bundle-BGdbKz3x.js} +1 -1
- package/chunks/bundle-BGdbKz3x.js.map +1 -0
- package/chunks/{bundle-b0LXFwC-.js → bundle-BPKrwLVZ.js} +11 -11
- package/chunks/{bundle-b0LXFwC-.js.map → bundle-BPKrwLVZ.js.map} +1 -1
- package/chunks/{bundle-ZxknBRho.js → bundle-BQntI2YH.js} +13 -13
- package/chunks/bundle-BQntI2YH.js.map +1 -0
- package/chunks/{bundle-5azogY3V.js → bundle-BTAzxMsc.js} +10 -10
- package/chunks/{bundle-5azogY3V.js.map → bundle-BTAzxMsc.js.map} +1 -1
- package/chunks/{bundle-sj91Fb-2.js → bundle-BTrdwUY4.js} +29 -59
- package/chunks/bundle-BTrdwUY4.js.map +1 -0
- package/chunks/{bundle-wAW5sK6g.js → bundle-BY9JnLew.js} +7 -7
- package/chunks/{bundle-wAW5sK6g.js.map → bundle-BY9JnLew.js.map} +1 -1
- package/chunks/{bundle-b3nJcKrD.js → bundle-B_5nSVDN.js} +1 -1
- package/chunks/bundle-B_5nSVDN.js.map +1 -0
- package/chunks/{bundle-9N8rxcU_.js → bundle-BbEkZYpE.js} +1 -1
- package/chunks/bundle-BbEkZYpE.js.map +1 -0
- package/chunks/{bundle-5j_LCcnI.js → bundle-BiQds65K.js} +4 -4
- package/chunks/{bundle-5j_LCcnI.js.map → bundle-BiQds65K.js.map} +1 -1
- package/chunks/{bundle-8FWrrAa9.js → bundle-Bjr0f1Zp.js} +2 -2
- package/chunks/{bundle-8FWrrAa9.js.map → bundle-Bjr0f1Zp.js.map} +1 -1
- package/chunks/{bundle-ueZaur75.js → bundle-BnG5XETL.js} +3 -3
- package/chunks/bundle-BnG5XETL.js.map +1 -0
- package/chunks/{bundle-YTNRflOw.js → bundle-Bsh5KSxb.js} +1 -1
- package/chunks/bundle-Bsh5KSxb.js.map +1 -0
- package/chunks/{bundle-CChs9z4I.js → bundle-C0risNHg.js} +6 -6
- package/chunks/bundle-C0risNHg.js.map +1 -0
- package/chunks/{bundle-Eyf4eJYC.js → bundle-C3mD4WPX.js} +5 -5
- package/chunks/{bundle-Eyf4eJYC.js.map → bundle-C3mD4WPX.js.map} +1 -1
- package/chunks/{bundle-EPOzCaN-.js → bundle-C5C8XKZl.js} +8 -8
- package/chunks/{bundle-EPOzCaN-.js.map → bundle-C5C8XKZl.js.map} +1 -1
- package/chunks/{bundle-pYQxFvty.js → bundle-C5ygMhyk.js} +1 -1
- package/chunks/bundle-C5ygMhyk.js.map +1 -0
- package/chunks/{bundle-V0xbpJPV.js → bundle-C8Oe5QOQ.js} +1 -1
- package/chunks/bundle-C8Oe5QOQ.js.map +1 -0
- package/chunks/{bundle-lQUghzL6.js → bundle-CAdKFBfs.js} +1 -1
- package/chunks/bundle-CAdKFBfs.js.map +1 -0
- package/chunks/{bundle-aRzA6Ar7.js → bundle-CCx8yXVd.js} +5 -4
- package/chunks/{bundle-aRzA6Ar7.js.map → bundle-CCx8yXVd.js.map} +1 -1
- package/chunks/{bundle-NKz1R5aS.js → bundle-CE_8gK7h.js} +6 -6
- package/chunks/bundle-CE_8gK7h.js.map +1 -0
- package/chunks/{bundle-Q0DCPBLF.js → bundle-CHKEsMqU.js} +1 -1
- package/chunks/bundle-CHKEsMqU.js.map +1 -0
- package/chunks/{bundle-8bj34OZZ.js → bundle-CHaqW2Sj.js} +5 -5
- package/chunks/{bundle-8bj34OZZ.js.map → bundle-CHaqW2Sj.js.map} +1 -1
- package/chunks/{bundle-iNwXYg8t.js → bundle-CPRA25ls.js} +1 -1
- package/chunks/{bundle-iNwXYg8t.js.map → bundle-CPRA25ls.js.map} +1 -1
- package/chunks/{bundle-26v6WTQh.js → bundle-CQhhBQgY.js} +4 -4
- package/chunks/bundle-CQhhBQgY.js.map +1 -0
- package/chunks/{bundle-OaODZhZ_.js → bundle-CQxSmK2v.js} +1 -1
- package/chunks/bundle-CQxSmK2v.js.map +1 -0
- package/chunks/{bundle-f5U_VL0z.js → bundle-CWxzg5Gh.js} +2 -2
- package/chunks/bundle-CWxzg5Gh.js.map +1 -0
- package/chunks/{bundle-a81-P2WI.js → bundle-CanFPW6u.js} +1 -1
- package/chunks/bundle-CanFPW6u.js.map +1 -0
- package/chunks/{bundle-XBlUtykQ.js → bundle-Cbgk06HJ.js} +7 -7
- package/chunks/{bundle-XBlUtykQ.js.map → bundle-Cbgk06HJ.js.map} +1 -1
- package/chunks/{bundle-ZA3vOSBy.js → bundle-CeN11uF4.js} +10 -10
- package/chunks/bundle-CeN11uF4.js.map +1 -0
- package/chunks/{bundle-o8w1wTMw.js → bundle-CeNRu1nh.js} +3 -3
- package/chunks/bundle-CeNRu1nh.js.map +1 -0
- package/chunks/{bundle-9eXfVBSj.js → bundle-Cg7eHJV0.js} +3 -3
- package/chunks/bundle-Cg7eHJV0.js.map +1 -0
- package/chunks/{bundle-kRkORTjK.js → bundle-CkCkzFFu.js} +1 -1
- package/chunks/bundle-CkCkzFFu.js.map +1 -0
- package/chunks/{bundle-726H1FcN.js → bundle-Cs0ZtBj7.js} +1 -1
- package/chunks/bundle-Cs0ZtBj7.js.map +1 -0
- package/chunks/{bundle--Lhu0g1K.js → bundle-CvuK4Gl-.js} +1 -1
- package/chunks/bundle-CvuK4Gl-.js.map +1 -0
- package/chunks/{bundle-FlHetJ-i.js → bundle-CvvqaAH_.js} +4 -4
- package/chunks/{bundle-FlHetJ-i.js.map → bundle-CvvqaAH_.js.map} +1 -1
- package/chunks/{bundle-3uSBAMCx.js → bundle-CwQ5U5f7.js} +10 -10
- package/chunks/{bundle-3uSBAMCx.js.map → bundle-CwQ5U5f7.js.map} +1 -1
- package/chunks/{bundle-t_Zp4HcK.js → bundle-Cxjgwfwy.js} +10 -10
- package/chunks/bundle-Cxjgwfwy.js.map +1 -0
- package/chunks/{bundle-yVnIU7yv.js → bundle-CzNavr80.js} +3 -3
- package/chunks/bundle-CzNavr80.js.map +1 -0
- package/chunks/{bundle-SQ9QacmP.js → bundle-Czh0_N3j.js} +1 -1
- package/chunks/bundle-Czh0_N3j.js.map +1 -0
- package/chunks/{bundle-rYMayCT3.js → bundle-D1DIGSmr.js} +1 -1
- package/chunks/bundle-D1DIGSmr.js.map +1 -0
- package/chunks/{bundle-C8lBzFe4.js → bundle-D1vFAfKb.js} +3 -3
- package/chunks/{bundle-C8lBzFe4.js.map → bundle-D1vFAfKb.js.map} +1 -1
- package/chunks/{bundle-4OgQJ7X4.js → bundle-D4kbZg4e.js} +1 -1
- package/chunks/bundle-D4kbZg4e.js.map +1 -0
- package/chunks/{bundle-7DsbNj8s.js → bundle-D4mHGcWb.js} +5 -5
- package/chunks/bundle-D4mHGcWb.js.map +1 -0
- package/chunks/{bundle-xJvVI8rO.js → bundle-DBy3c8gM.js} +2 -2
- package/chunks/bundle-DBy3c8gM.js.map +1 -0
- package/chunks/{bundle-dznvzWdZ.js → bundle-DCXp9q80.js} +2 -2
- package/chunks/{bundle-dznvzWdZ.js.map → bundle-DCXp9q80.js.map} +1 -1
- package/chunks/{bundle-m49aWDUM.js → bundle-DMQ1a9pl.js} +4 -4
- package/chunks/{bundle-m49aWDUM.js.map → bundle-DMQ1a9pl.js.map} +1 -1
- package/chunks/{bundle-3te2klPE.js → bundle-DRpQlFMu.js} +1 -1
- package/chunks/bundle-DRpQlFMu.js.map +1 -0
- package/chunks/{bundle-A92jjX29.js → bundle-DarlDWy7.js} +2 -2
- package/chunks/bundle-DarlDWy7.js.map +1 -0
- package/chunks/{bundle-tpQ4ZoL7.js → bundle-DbYE20Ij.js} +14 -14
- package/chunks/{bundle-tpQ4ZoL7.js.map → bundle-DbYE20Ij.js.map} +1 -1
- package/chunks/{bundle-I3SOpmVR.js → bundle-DcZ6VbHw.js} +3 -3
- package/chunks/bundle-DcZ6VbHw.js.map +1 -0
- package/chunks/{bundle-IaU6YF_5.js → bundle-Dj5aDnzf.js} +2 -2
- package/chunks/{bundle-IaU6YF_5.js.map → bundle-Dj5aDnzf.js.map} +1 -1
- package/chunks/{bundle-Q-LEE_gW.js → bundle-DkTxVi3R.js} +3 -3
- package/chunks/{bundle-Q-LEE_gW.js.map → bundle-DkTxVi3R.js.map} +1 -1
- package/chunks/{bundle-9JcU7WF6.js → bundle-DlBu0K2F.js} +2 -2
- package/chunks/{bundle-9JcU7WF6.js.map → bundle-DlBu0K2F.js.map} +1 -1
- package/chunks/{bundle-qGz9DwGC.js → bundle-DlHY-98U.js} +1 -1
- package/chunks/bundle-DlHY-98U.js.map +1 -0
- package/chunks/{bundle-jH1LTiaZ.js → bundle-Ds5aQSz-.js} +1 -1
- package/chunks/bundle-Ds5aQSz-.js.map +1 -0
- package/chunks/{bundle-_g4Ln2k-.js → bundle-DsU79j1A.js} +59 -91
- package/chunks/bundle-DsU79j1A.js.map +1 -0
- package/chunks/{bundle-YQzd7GID.js → bundle-FDedpAl7.js} +2 -2
- package/chunks/{bundle-YQzd7GID.js.map → bundle-FDedpAl7.js.map} +1 -1
- package/chunks/{bundle-qp8qrwgO.js → bundle-L4mF-vqf.js} +4 -4
- package/chunks/bundle-L4mF-vqf.js.map +1 -0
- package/chunks/{bundle-N-PDD2Cl.js → bundle-LIsneT-k.js} +2 -2
- package/chunks/bundle-LIsneT-k.js.map +1 -0
- package/chunks/{bundle-G8aQ8ldg.js → bundle-LUBbQW82.js} +1 -1
- package/chunks/{bundle-G8aQ8ldg.js.map → bundle-LUBbQW82.js.map} +1 -1
- package/chunks/{bundle-ni6pTUHE.js → bundle-OJu5PM7q.js} +1 -1
- package/chunks/bundle-OJu5PM7q.js.map +1 -0
- package/chunks/{bundle-1YZ1lMFm.js → bundle-_9XBB-ZS.js} +2 -2
- package/chunks/bundle-_9XBB-ZS.js.map +1 -0
- package/chunks/{bundle-XgKdQ_N6.js → bundle-aAoUY1dC.js} +1 -1
- package/chunks/{bundle-XgKdQ_N6.js.map → bundle-aAoUY1dC.js.map} +1 -1
- package/chunks/{bundle-Yfu3khe4.js → bundle-b4p8k2uf.js} +1 -1
- package/chunks/bundle-b4p8k2uf.js.map +1 -0
- package/chunks/{bundle--bY8mmDR.js → bundle-caD0Cpiq.js} +1 -1
- package/chunks/bundle-caD0Cpiq.js.map +1 -0
- package/chunks/{bundle-DpuIAEpN.js → bundle-eNe8jUiS.js} +1 -1
- package/chunks/{bundle-DpuIAEpN.js.map → bundle-eNe8jUiS.js.map} +1 -1
- package/chunks/{bundle-ILthLqdx.js → bundle-gO4JLOKo.js} +3 -3
- package/chunks/{bundle-ILthLqdx.js.map → bundle-gO4JLOKo.js.map} +1 -1
- package/chunks/{bundle-M-mPRQVf.js → bundle-gSigJ2qv.js} +1 -1
- package/chunks/bundle-gSigJ2qv.js.map +1 -0
- package/chunks/{bundle-vKBxT9Oa.js → bundle-jYzea4Ke.js} +1 -1
- package/chunks/{bundle-vKBxT9Oa.js.map → bundle-jYzea4Ke.js.map} +1 -1
- package/chunks/{bundle-9DSYjtTH.js → bundle-lYawLy67.js} +4 -4
- package/chunks/bundle-lYawLy67.js.map +1 -0
- package/chunks/{bundle-SWVZVzgr.js → bundle-pISqEqOe.js} +3 -3
- package/chunks/{bundle-SWVZVzgr.js.map → bundle-pISqEqOe.js.map} +1 -1
- package/chunks/{bundle-ORNtuGAK.js → bundle-vVxTsDkS.js} +3 -3
- package/chunks/bundle-vVxTsDkS.js.map +1 -0
- package/chunks/{bundle-v0F6T-gl.js → bundle-wKPuxvL-.js} +1 -1
- package/chunks/bundle-wKPuxvL-.js.map +1 -0
- package/cjs/App.js +77 -76
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +29 -29
- package/cjs/Channel/components/ChannelUI.js +66 -64
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +28 -28
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +55 -53
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
- package/cjs/Channel/components/MessageInput.js +41 -41
- package/cjs/Channel/components/MessageInputWrapper.js +41 -41
- package/cjs/Channel/components/MessageList.js +59 -57
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +27 -27
- package/cjs/Channel/components/SuggestedMentionList.js +27 -27
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +19 -19
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/cjs/Channel/utils/getMessagePartsInfo.js +6 -6
- package/cjs/Channel.js +66 -64
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +22 -20
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +8 -8
- package/cjs/ChannelList/components/ChannelListUI.js +36 -34
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +27 -27
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -11
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +36 -34
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +31 -0
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +34 -41
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +86 -68
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +15 -13
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +22 -20
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +28 -25
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +18 -16
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +18 -16
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +18 -16
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +11 -11
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/GroupChannel/components/FileViewer.js +23 -23
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
- package/cjs/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/cjs/GroupChannel/components/GroupChannelUI.js +60 -58
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +52 -50
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
- package/cjs/GroupChannel/components/MessageList.js +53 -51
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
- package/cjs/GroupChannel/components/UnreadCount.js +7 -7
- package/cjs/GroupChannel/context.js +11 -11
- package/cjs/GroupChannel.js +60 -58
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +20 -19
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +34 -33
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +13 -11
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/cjs/GroupChannelList/context.js +5 -5
- package/cjs/GroupChannelList.js +34 -33
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -14
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +14 -14
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelInput.js +25 -25
- package/cjs/OpenChannel/components/OpenChannelMessage.js +37 -37
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelUI.js +39 -39
- package/cjs/OpenChannel/context.js +17 -17
- package/cjs/OpenChannel.js +41 -41
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +14 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +23 -30
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +19 -18
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +21 -20
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +30 -26
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +44 -43
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +30 -29
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +48 -47
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +47 -46
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +42 -42
- package/cjs/Thread/components/ThreadUI.js +57 -56
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +57 -56
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-1MVKpHty.js → bundle-0q_scAND.js} +1 -1
- package/cjs/chunks/bundle-0q_scAND.js.map +1 -0
- package/cjs/chunks/{bundle-je5ERchd.js → bundle-2f5GwCzi.js} +3 -3
- package/cjs/chunks/bundle-2f5GwCzi.js.map +1 -0
- package/cjs/chunks/{bundle-rWYgBQd0.js → bundle-6dNjb6bq.js} +11 -11
- package/cjs/chunks/{bundle-rWYgBQd0.js.map → bundle-6dNjb6bq.js.map} +1 -1
- package/cjs/chunks/{bundle-mJdmd7Tl.js → bundle-B0sJ-8vm.js} +1 -1
- package/cjs/chunks/bundle-B0sJ-8vm.js.map +1 -0
- package/cjs/chunks/{bundle-tzC2Xgxv.js → bundle-B4TwDXre.js} +7 -7
- package/{chunks/bundle-sj91Fb-2.js.map → cjs/chunks/bundle-B4TwDXre.js.map} +1 -1
- package/cjs/chunks/{bundle-7ExxSDfG.js → bundle-B8q44rPm.js} +3 -3
- package/cjs/chunks/bundle-B8q44rPm.js.map +1 -0
- package/cjs/chunks/{bundle-l4hJRoVO.js → bundle-B9IeOTau.js} +1 -1
- package/cjs/chunks/bundle-B9IeOTau.js.map +1 -0
- package/cjs/chunks/{bundle-PP0rRODi.js → bundle-BBWcxxM0.js} +10 -10
- package/cjs/chunks/bundle-BBWcxxM0.js.map +1 -0
- package/cjs/chunks/{bundle-XXLu4E3k.js → bundle-BFGQyFEj.js} +2 -2
- package/cjs/chunks/{bundle-XXLu4E3k.js.map → bundle-BFGQyFEj.js.map} +1 -1
- package/cjs/chunks/{bundle-bRa1uu9u.js → bundle-BFmEadGJ.js} +1 -1
- package/cjs/chunks/{bundle-bRa1uu9u.js.map → bundle-BFmEadGJ.js.map} +1 -1
- package/cjs/chunks/{bundle-lhYJWwkC.js → bundle-BGHVt4pv.js} +3 -3
- package/cjs/chunks/bundle-BGHVt4pv.js.map +1 -0
- package/cjs/chunks/{bundle-5dL9a_On.js → bundle-BKeOSYnB.js} +2 -2
- package/cjs/chunks/bundle-BKeOSYnB.js.map +1 -0
- package/cjs/chunks/{bundle-c5UvSMFX.js → bundle-BLnYd3a5.js} +3 -3
- package/cjs/chunks/bundle-BLnYd3a5.js.map +1 -0
- package/cjs/chunks/{bundle-NlYqioOJ.js → bundle-BMtAL3gL.js} +1 -1
- package/cjs/chunks/bundle-BMtAL3gL.js.map +1 -0
- package/cjs/chunks/{bundle-XYYAUvuI.js → bundle-BNrcDbpk.js} +1 -1
- package/cjs/chunks/bundle-BNrcDbpk.js.map +1 -0
- package/cjs/chunks/{bundle-0OVYmgjV.js → bundle-BNyi-HLe.js} +1 -1
- package/cjs/chunks/bundle-BNyi-HLe.js.map +1 -0
- package/cjs/chunks/{bundle-AE4PYUbC.js → bundle-BOhx1d6V.js} +4 -4
- package/cjs/chunks/{bundle-AE4PYUbC.js.map → bundle-BOhx1d6V.js.map} +1 -1
- package/cjs/chunks/{bundle-h5InIJAx.js → bundle-BOxqoDK2.js} +1 -1
- package/cjs/chunks/bundle-BOxqoDK2.js.map +1 -0
- package/cjs/chunks/{bundle-mcTI4BFk.js → bundle-BSfsim6u.js} +6 -6
- package/cjs/chunks/bundle-BSfsim6u.js.map +1 -0
- package/cjs/chunks/{bundle-pA5gKXTy.js → bundle-BYRgBOOO.js} +3 -3
- package/cjs/chunks/bundle-BYRgBOOO.js.map +1 -0
- package/cjs/chunks/{bundle-n5-vItXT.js → bundle-BZEyOKfd.js} +4 -4
- package/cjs/chunks/bundle-BZEyOKfd.js.map +1 -0
- package/cjs/chunks/{bundle-DQ9pUAGg.js → bundle-BZZfP00r.js} +1 -1
- package/cjs/chunks/bundle-BZZfP00r.js.map +1 -0
- package/cjs/chunks/{bundle-46h-dSCc.js → bundle-BeKLq9sl.js} +1 -1
- package/cjs/chunks/bundle-BeKLq9sl.js.map +1 -0
- package/cjs/chunks/{bundle-cA3flg73.js → bundle-BfU270mH.js} +1 -1
- package/cjs/chunks/bundle-BfU270mH.js.map +1 -0
- package/cjs/chunks/{bundle-RRn1KMai.js → bundle-BffOmMzm.js} +1 -1
- package/cjs/chunks/bundle-BffOmMzm.js.map +1 -0
- package/cjs/chunks/{bundle--xYl15TK.js → bundle-Bh1pBlFe.js} +3 -3
- package/cjs/chunks/bundle-Bh1pBlFe.js.map +1 -0
- package/cjs/chunks/{bundle-bQNGnE7X.js → bundle-BiUFkVUS.js} +6 -6
- package/cjs/chunks/bundle-BiUFkVUS.js.map +1 -0
- package/cjs/chunks/{bundle-ZC8MXTCs.js → bundle-Bj5uGit3.js} +1 -1
- package/cjs/chunks/bundle-Bj5uGit3.js.map +1 -0
- package/cjs/chunks/{bundle-Sp5ymcaB.js → bundle-BvRYyRnB.js} +1 -1
- package/cjs/chunks/bundle-BvRYyRnB.js.map +1 -0
- package/cjs/chunks/{bundle-S1c_Ni06.js → bundle-BwNMzZfg.js} +14 -14
- package/cjs/chunks/{bundle-S1c_Ni06.js.map → bundle-BwNMzZfg.js.map} +1 -1
- package/cjs/chunks/{bundle-4Dfxs0kD.js → bundle-BwRgHhjl.js} +7 -7
- package/cjs/chunks/bundle-BwRgHhjl.js.map +1 -0
- package/cjs/chunks/{bundle-rp1PaeP0.js → bundle-Bzy4_NRF.js} +3 -3
- package/cjs/chunks/bundle-Bzy4_NRF.js.map +1 -0
- package/cjs/chunks/{bundle-CH14mCu1.js → bundle-C-FliXg3.js} +2 -2
- package/cjs/chunks/bundle-C-FliXg3.js.map +1 -0
- package/cjs/chunks/{bundle-Ve-UOjKy.js → bundle-C58ONaz6.js} +5 -5
- package/cjs/chunks/bundle-C58ONaz6.js.map +1 -0
- package/cjs/chunks/{bundle-e2Z-oeMk.js → bundle-C8xia3yL.js} +1 -1
- package/cjs/chunks/{bundle-e2Z-oeMk.js.map → bundle-C8xia3yL.js.map} +1 -1
- package/cjs/chunks/{bundle-752po9g5.js → bundle-CEXaY05E.js} +1 -1
- package/cjs/chunks/bundle-CEXaY05E.js.map +1 -0
- package/cjs/chunks/{bundle-a2N3BU-Q.js → bundle-CHRgMdqD.js} +3 -3
- package/cjs/chunks/{bundle-a2N3BU-Q.js.map → bundle-CHRgMdqD.js.map} +1 -1
- package/cjs/chunks/{bundle-BXHHHwCg.js → bundle-CK4e6MqD.js} +28 -58
- package/cjs/chunks/bundle-CK4e6MqD.js.map +1 -0
- package/cjs/chunks/{bundle-opuYK5G6.js → bundle-CRp1Zs4h.js} +1 -1
- package/cjs/chunks/bundle-CRp1Zs4h.js.map +1 -0
- package/cjs/chunks/{bundle-VKfq6Uaj.js → bundle-CTGfAwTJ.js} +3 -3
- package/cjs/chunks/{bundle-VKfq6Uaj.js.map → bundle-CTGfAwTJ.js.map} +1 -1
- package/cjs/chunks/{bundle-NXKv5Wxp.js → bundle-CWXCI9cE.js} +5 -5
- package/cjs/chunks/bundle-CWXCI9cE.js.map +1 -0
- package/cjs/chunks/{bundle-nLRPwYL5.js → bundle-CYl2v3wW.js} +1 -1
- package/cjs/chunks/bundle-CYl2v3wW.js.map +1 -0
- package/cjs/chunks/{bundle-Af1jmrRE.js → bundle-CaSblzTL.js} +1 -1
- package/cjs/chunks/bundle-CaSblzTL.js.map +1 -0
- package/cjs/chunks/{bundle-CkuwMWuJ.js → bundle-CbqU9Myv.js} +4 -4
- package/cjs/chunks/bundle-CbqU9Myv.js.map +1 -0
- package/cjs/chunks/{bundle-0hOdPCEp.js → bundle-Ccyujyp6.js} +5 -5
- package/cjs/chunks/{bundle-0hOdPCEp.js.map → bundle-Ccyujyp6.js.map} +1 -1
- package/cjs/chunks/{bundle-S7xHG-w3.js → bundle-CdthjbGs.js} +1 -1
- package/cjs/chunks/bundle-CdthjbGs.js.map +1 -0
- package/cjs/chunks/{bundle-0tffesFh.js → bundle-Cf4WLYFa.js} +1 -1
- package/cjs/chunks/{bundle-0tffesFh.js.map → bundle-Cf4WLYFa.js.map} +1 -1
- package/cjs/chunks/{bundle-y7M4yzjp.js → bundle-Cimaz2Wz.js} +3 -3
- package/cjs/chunks/bundle-Cimaz2Wz.js.map +1 -0
- package/cjs/chunks/{bundle-70cVUU6w.js → bundle-CooVtiK4.js} +1 -1
- package/cjs/chunks/bundle-CooVtiK4.js.map +1 -0
- package/cjs/chunks/{bundle-T32FV8l1.js → bundle-CrjxrhRR.js} +2 -2
- package/cjs/chunks/bundle-CrjxrhRR.js.map +1 -0
- package/cjs/chunks/{bundle-gCywzCVk.js → bundle-CsTxv_Ia.js} +5 -4
- package/cjs/chunks/{bundle-gCywzCVk.js.map → bundle-CsTxv_Ia.js.map} +1 -1
- package/cjs/chunks/{bundle-dCMQvAHA.js → bundle-CsyBnNlx.js} +1 -1
- package/cjs/chunks/bundle-CsyBnNlx.js.map +1 -0
- package/cjs/chunks/{bundle-xSEKQWBT.js → bundle-CtUclh8a.js} +1 -1
- package/cjs/chunks/bundle-CtUclh8a.js.map +1 -0
- package/cjs/chunks/{bundle-IgDRR9an.js → bundle-CxBq1p0s.js} +1 -1
- package/cjs/chunks/bundle-CxBq1p0s.js.map +1 -0
- package/cjs/chunks/{bundle-leOuFK1P.js → bundle-D2ZB9EdF.js} +2 -2
- package/cjs/chunks/bundle-D2ZB9EdF.js.map +1 -0
- package/cjs/chunks/{bundle-7WTXh7Qd.js → bundle-D6wZDkwJ.js} +1 -1
- package/cjs/chunks/{bundle-7WTXh7Qd.js.map → bundle-D6wZDkwJ.js.map} +1 -1
- package/cjs/chunks/{bundle-jXFyjqn6.js → bundle-DDWWo4Ur.js} +1 -1
- package/cjs/chunks/bundle-DDWWo4Ur.js.map +1 -0
- package/cjs/chunks/{bundle-boCcuPJ4.js → bundle-DOIvf0Sq.js} +2 -2
- package/cjs/chunks/{bundle-boCcuPJ4.js.map → bundle-DOIvf0Sq.js.map} +1 -1
- package/cjs/chunks/{bundle-ybuXM4li.js → bundle-DQ6EeiN7.js} +1 -1
- package/cjs/chunks/bundle-DQ6EeiN7.js.map +1 -0
- package/cjs/chunks/{bundle-UEx-yk0R.js → bundle-DQPcs28F.js} +58 -90
- package/cjs/chunks/bundle-DQPcs28F.js.map +1 -0
- package/cjs/chunks/{bundle-rEEpe9mU.js → bundle-DaHjWMxX.js} +2 -2
- package/cjs/chunks/bundle-DaHjWMxX.js.map +1 -0
- package/cjs/chunks/{bundle-FZzNP2xh.js → bundle-DdUUl9AF.js} +1 -1
- package/cjs/chunks/bundle-DdUUl9AF.js.map +1 -0
- package/cjs/chunks/{bundle-2mYNn3cL.js → bundle-DiOpJGh-.js} +3 -3
- package/cjs/chunks/bundle-DiOpJGh-.js.map +1 -0
- package/cjs/chunks/{bundle-0oACog1t.js → bundle-DjzwlyX1.js} +8 -8
- package/cjs/chunks/{bundle-0oACog1t.js.map → bundle-DjzwlyX1.js.map} +1 -1
- package/cjs/chunks/{bundle-GRnWhj5U.js → bundle-DrvpXqH0.js} +2 -2
- package/cjs/chunks/bundle-DrvpXqH0.js.map +1 -0
- package/cjs/chunks/{bundle-cdInBvCf.js → bundle-Dt0Ehz1U.js} +3 -3
- package/cjs/chunks/bundle-Dt0Ehz1U.js.map +1 -0
- package/cjs/chunks/{bundle-r6yUb5Ka.js → bundle-Dt1ALnWb.js} +10 -10
- package/cjs/chunks/bundle-Dt1ALnWb.js.map +1 -0
- package/cjs/chunks/{bundle-0_XeBL9s.js → bundle-Dtsa1X9i.js} +1 -1
- package/cjs/chunks/bundle-Dtsa1X9i.js.map +1 -0
- package/cjs/chunks/{bundle-21xpspuo.js → bundle-DveQNuEW.js} +13 -13
- package/cjs/chunks/bundle-DveQNuEW.js.map +1 -0
- package/cjs/chunks/{bundle-jdpEXM9v.js → bundle-DxxDc_9W.js} +4 -4
- package/cjs/chunks/{bundle-jdpEXM9v.js.map → bundle-DxxDc_9W.js.map} +1 -1
- package/cjs/chunks/{bundle-PApDK3ev.js → bundle-IX2NQYwk.js} +2 -2
- package/cjs/chunks/bundle-IX2NQYwk.js.map +1 -0
- package/cjs/chunks/{bundle-tNBLsc90.js → bundle-a-KJqpeY.js} +10 -10
- package/cjs/chunks/bundle-a-KJqpeY.js.map +1 -0
- package/cjs/chunks/{bundle-dW6ZClWz.js → bundle-aYP0bwh_.js} +1 -1
- package/cjs/chunks/bundle-aYP0bwh_.js.map +1 -0
- package/cjs/chunks/{bundle-4TLu25Dk.js → bundle-iA0z-oXP.js} +1 -1
- package/cjs/chunks/bundle-iA0z-oXP.js.map +1 -0
- package/cjs/chunks/{bundle-_MpChSYj.js → bundle-jG5ojZfP.js} +1 -1
- package/cjs/chunks/bundle-jG5ojZfP.js.map +1 -0
- package/cjs/chunks/{bundle-qna2pNgw.js → bundle-lF1xvz4H.js} +1 -1
- package/cjs/chunks/bundle-lF1xvz4H.js.map +1 -0
- package/cjs/chunks/{bundle-FJ9M-8s9.js → bundle-o44Pbmy8.js} +1 -1
- package/cjs/chunks/bundle-o44Pbmy8.js.map +1 -0
- package/cjs/chunks/{bundle-ur6RZdPS.js → bundle-tAANyqOj.js} +2 -2
- package/cjs/chunks/bundle-tAANyqOj.js.map +1 -0
- package/cjs/chunks/{bundle-OwbPEgXa.js → bundle-v3tXlTmz.js} +4 -4
- package/cjs/chunks/{bundle-OwbPEgXa.js.map → bundle-v3tXlTmz.js.map} +1 -1
- package/cjs/chunks/{bundle-vdxxxpUO.js → bundle-vpFsS041.js} +10 -10
- package/cjs/chunks/{bundle-vdxxxpUO.js.map → bundle-vpFsS041.js.map} +1 -1
- package/cjs/chunks/{bundle-iodh4Ass.js → bundle-wa4qpxjp.js} +4 -4
- package/cjs/chunks/bundle-wa4qpxjp.js.map +1 -0
- package/cjs/chunks/{bundle-ZAoex1pi.js → bundle-zArQW7NP.js} +5 -5
- package/cjs/chunks/bundle-zArQW7NP.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +81 -80
- package/cjs/index.js.map +1 -1
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +9 -9
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +84 -6
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +19 -17
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +15 -15
- 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 +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/cjs/ui/MentionLabel.js +15 -13
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +37 -35
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +12 -10
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +11 -9
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +14 -14
- package/cjs/ui/MessageSearchItem.js +11 -11
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +9 -9
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +18 -16
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -8
- package/cjs/ui/OpenchannelConversationHeader.js +8 -8
- package/cjs/ui/OpenchannelFileMessage.js +20 -18
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +22 -20
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +19 -17
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +20 -18
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +9 -9
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +18 -16
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +8 -8
- package/cjs/ui/ThumbnailMessageItemBody.js +7 -7
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +18 -15
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/Word.js +15 -13
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +0 -5
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +81 -80
- package/index.js.map +1 -1
- package/package.json +10 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/hooks/useConnect/connect.d.ts +1 -1
- package/types/lib/hooks/useConnect/setupConnection.d.ts +3 -2
- package/types/lib/hooks/useConnect/types.d.ts +1 -0
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/ChannelSettingsHeader.d.ts +5 -0
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/index.d.ts +2 -0
- package/types/ui/ContextMenu/index.d.ts +3 -1
- package/types/ui/ContextMenu/items/MuteMenuItem.d.ts +15 -0
- package/types/ui/ContextMenu/items/OperatorMenuItem.d.ts +15 -0
- package/types/ui/Modal/index.d.ts +3 -2
- package/types/ui/UserListItem/index.d.ts +3 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +84 -8
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +19 -17
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +15 -15
- 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 +3 -3
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/ui/MentionLabel.js +15 -13
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +37 -35
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +12 -10
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +11 -9
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +14 -14
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +12 -12
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +18 -16
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +20 -18
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +22 -20
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +19 -17
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +20 -18
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +9 -9
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +18 -16
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +8 -8
- package/ui/ThumbnailMessageItemBody.js +7 -7
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +18 -15
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +15 -13
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle--Lhu0g1K.js.map +0 -1
- package/chunks/bundle--bY8mmDR.js.map +0 -1
- package/chunks/bundle-1YZ1lMFm.js.map +0 -1
- package/chunks/bundle-1gwAtv3_.js.map +0 -1
- package/chunks/bundle-26v6WTQh.js.map +0 -1
- package/chunks/bundle-3te2klPE.js.map +0 -1
- package/chunks/bundle-4OgQJ7X4.js.map +0 -1
- package/chunks/bundle-4PIMbALe.js.map +0 -1
- package/chunks/bundle-726H1FcN.js.map +0 -1
- package/chunks/bundle-7DsbNj8s.js.map +0 -1
- package/chunks/bundle-9DSYjtTH.js.map +0 -1
- package/chunks/bundle-9N8rxcU_.js.map +0 -1
- package/chunks/bundle-9eXfVBSj.js.map +0 -1
- package/chunks/bundle-A92jjX29.js.map +0 -1
- package/chunks/bundle-Bq8FTiM8.js.map +0 -1
- package/chunks/bundle-CChs9z4I.js.map +0 -1
- package/chunks/bundle-I3SOpmVR.js.map +0 -1
- package/chunks/bundle-Ij2ogskR.js.map +0 -1
- package/chunks/bundle-LN_WdItn.js.map +0 -1
- package/chunks/bundle-M-mPRQVf.js.map +0 -1
- package/chunks/bundle-N-PDD2Cl.js.map +0 -1
- package/chunks/bundle-NKz1R5aS.js.map +0 -1
- package/chunks/bundle-ORNtuGAK.js.map +0 -1
- package/chunks/bundle-OaODZhZ_.js.map +0 -1
- package/chunks/bundle-Q0DCPBLF.js.map +0 -1
- package/chunks/bundle-QzQ0Z1lc.js.map +0 -1
- package/chunks/bundle-SQ9QacmP.js.map +0 -1
- package/chunks/bundle-V0xbpJPV.js.map +0 -1
- package/chunks/bundle-YTNRflOw.js.map +0 -1
- package/chunks/bundle-Yfu3khe4.js.map +0 -1
- package/chunks/bundle-ZA3vOSBy.js.map +0 -1
- package/chunks/bundle-ZxknBRho.js.map +0 -1
- package/chunks/bundle-_g4Ln2k-.js.map +0 -1
- package/chunks/bundle-a81-P2WI.js.map +0 -1
- package/chunks/bundle-b3nJcKrD.js.map +0 -1
- package/chunks/bundle-f5U_VL0z.js.map +0 -1
- package/chunks/bundle-fGp6w98-.js.map +0 -1
- package/chunks/bundle-jH1LTiaZ.js.map +0 -1
- package/chunks/bundle-kRkORTjK.js.map +0 -1
- package/chunks/bundle-lQUghzL6.js.map +0 -1
- package/chunks/bundle-lYHZR3jb.js.map +0 -1
- package/chunks/bundle-ni6pTUHE.js.map +0 -1
- package/chunks/bundle-o8w1wTMw.js.map +0 -1
- package/chunks/bundle-pYQxFvty.js.map +0 -1
- package/chunks/bundle-qGz9DwGC.js.map +0 -1
- package/chunks/bundle-qp8qrwgO.js.map +0 -1
- package/chunks/bundle-rYMayCT3.js.map +0 -1
- package/chunks/bundle-t_Zp4HcK.js.map +0 -1
- package/chunks/bundle-ueZaur75.js.map +0 -1
- package/chunks/bundle-v0F6T-gl.js.map +0 -1
- package/chunks/bundle-vqMWfuob.js.map +0 -1
- package/chunks/bundle-xJvVI8rO.js.map +0 -1
- package/chunks/bundle-yVnIU7yv.js.map +0 -1
- package/cjs/chunks/bundle--xYl15TK.js.map +0 -1
- package/cjs/chunks/bundle-0OVYmgjV.js.map +0 -1
- package/cjs/chunks/bundle-0_XeBL9s.js.map +0 -1
- package/cjs/chunks/bundle-1MVKpHty.js.map +0 -1
- package/cjs/chunks/bundle-21xpspuo.js.map +0 -1
- package/cjs/chunks/bundle-2mYNn3cL.js.map +0 -1
- package/cjs/chunks/bundle-46h-dSCc.js.map +0 -1
- package/cjs/chunks/bundle-4Dfxs0kD.js.map +0 -1
- package/cjs/chunks/bundle-4TLu25Dk.js.map +0 -1
- package/cjs/chunks/bundle-5dL9a_On.js.map +0 -1
- package/cjs/chunks/bundle-70cVUU6w.js.map +0 -1
- package/cjs/chunks/bundle-752po9g5.js.map +0 -1
- package/cjs/chunks/bundle-7ExxSDfG.js.map +0 -1
- package/cjs/chunks/bundle-Af1jmrRE.js.map +0 -1
- package/cjs/chunks/bundle-BXHHHwCg.js.map +0 -1
- package/cjs/chunks/bundle-CH14mCu1.js.map +0 -1
- package/cjs/chunks/bundle-CkuwMWuJ.js.map +0 -1
- package/cjs/chunks/bundle-DQ9pUAGg.js.map +0 -1
- package/cjs/chunks/bundle-FJ9M-8s9.js.map +0 -1
- package/cjs/chunks/bundle-FZzNP2xh.js.map +0 -1
- package/cjs/chunks/bundle-GRnWhj5U.js.map +0 -1
- package/cjs/chunks/bundle-IgDRR9an.js.map +0 -1
- package/cjs/chunks/bundle-NXKv5Wxp.js.map +0 -1
- package/cjs/chunks/bundle-NlYqioOJ.js.map +0 -1
- package/cjs/chunks/bundle-PApDK3ev.js.map +0 -1
- package/cjs/chunks/bundle-PP0rRODi.js.map +0 -1
- package/cjs/chunks/bundle-RRn1KMai.js.map +0 -1
- package/cjs/chunks/bundle-S7xHG-w3.js.map +0 -1
- package/cjs/chunks/bundle-Sp5ymcaB.js.map +0 -1
- package/cjs/chunks/bundle-T32FV8l1.js.map +0 -1
- package/cjs/chunks/bundle-UEx-yk0R.js.map +0 -1
- package/cjs/chunks/bundle-Ve-UOjKy.js.map +0 -1
- package/cjs/chunks/bundle-XYYAUvuI.js.map +0 -1
- package/cjs/chunks/bundle-ZAoex1pi.js.map +0 -1
- package/cjs/chunks/bundle-ZC8MXTCs.js.map +0 -1
- package/cjs/chunks/bundle-_MpChSYj.js.map +0 -1
- package/cjs/chunks/bundle-bQNGnE7X.js.map +0 -1
- package/cjs/chunks/bundle-c5UvSMFX.js.map +0 -1
- package/cjs/chunks/bundle-cA3flg73.js.map +0 -1
- package/cjs/chunks/bundle-cdInBvCf.js.map +0 -1
- package/cjs/chunks/bundle-dCMQvAHA.js.map +0 -1
- package/cjs/chunks/bundle-dW6ZClWz.js.map +0 -1
- package/cjs/chunks/bundle-h5InIJAx.js.map +0 -1
- package/cjs/chunks/bundle-iodh4Ass.js.map +0 -1
- package/cjs/chunks/bundle-jXFyjqn6.js.map +0 -1
- package/cjs/chunks/bundle-je5ERchd.js.map +0 -1
- package/cjs/chunks/bundle-l4hJRoVO.js.map +0 -1
- package/cjs/chunks/bundle-leOuFK1P.js.map +0 -1
- package/cjs/chunks/bundle-lhYJWwkC.js.map +0 -1
- package/cjs/chunks/bundle-mJdmd7Tl.js.map +0 -1
- package/cjs/chunks/bundle-mcTI4BFk.js.map +0 -1
- package/cjs/chunks/bundle-n5-vItXT.js.map +0 -1
- package/cjs/chunks/bundle-nLRPwYL5.js.map +0 -1
- package/cjs/chunks/bundle-opuYK5G6.js.map +0 -1
- package/cjs/chunks/bundle-pA5gKXTy.js.map +0 -1
- package/cjs/chunks/bundle-qna2pNgw.js.map +0 -1
- package/cjs/chunks/bundle-r6yUb5Ka.js.map +0 -1
- package/cjs/chunks/bundle-rEEpe9mU.js.map +0 -1
- package/cjs/chunks/bundle-rp1PaeP0.js.map +0 -1
- package/cjs/chunks/bundle-tNBLsc90.js.map +0 -1
- package/cjs/chunks/bundle-tzC2Xgxv.js.map +0 -1
- package/cjs/chunks/bundle-ur6RZdPS.js.map +0 -1
- package/cjs/chunks/bundle-xSEKQWBT.js.map +0 -1
- package/cjs/chunks/bundle-y7M4yzjp.js.map +0 -1
- package/cjs/chunks/bundle-ybuXM4li.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { K } from './bundle-
|
|
3
|
-
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-
|
|
2
|
+
import { K } from './bundle-0Xv23Jlo.js';
|
|
3
|
+
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-Bjr0f1Zp.js';
|
|
4
4
|
import { useMessageContext } from '../Message/context.js';
|
|
5
5
|
import MentionLabel from '../ui/MentionLabel.js';
|
|
6
6
|
import LinkLabel from '../ui/LinkLabel.js';
|
|
7
|
-
import { a as LabelTypography } from './bundle-
|
|
7
|
+
import { a as LabelTypography } from './bundle-BnG5XETL.js';
|
|
8
8
|
|
|
9
9
|
// this function is used to generate a unique key for token in message
|
|
10
10
|
// it changes with updated time and index
|
|
@@ -33,4 +33,4 @@ function TextFragment(_a) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export { TextFragment as T };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-CQhhBQgY.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CQhhBQgY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CQxSmK2v.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-
|
|
1
|
+
import { c as VOICE_RECORDER_AUDIO_SAMPLE_RATE } from './bundle-CAdKFBfs.js';
|
|
2
2
|
import { WavHeader as ut, Mp3Encoder as ht } from '../lame.all.js';
|
|
3
3
|
|
|
4
4
|
// Thanks to https://codesandbox.io/s/media-recorder-api-downsampling-16k-mp3-encode-using-lame-js-forked-n1pblw
|
|
@@ -122,4 +122,4 @@ function bufferToWav(abuffer, len) {
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
export { downsampleToWav, encodeMp3 };
|
|
125
|
-
//# sourceMappingURL=bundle-
|
|
125
|
+
//# sourceMappingURL=bundle-CWxzg5Gh.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CWxzg5Gh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CanFPW6u.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-Dj5aDnzf.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-BnG5XETL.js';
|
|
6
6
|
import Loader from '../ui/Loader.js';
|
|
7
|
-
import { C as isTemplateMessage, k as isImage, A as isGif, j as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-
|
|
7
|
+
import { C as isTemplateMessage, k as isImage, A as isGif, j as isVideo, D as isAudio, E as isVoiceMessageMimeType, F as isSentStatus } from './bundle-CCx8yXVd.js';
|
|
8
8
|
import { getOutgoingMessageState, OutgoingMessageStates } 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-
|
|
9
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from './bundle-D1vFAfKb.js';
|
|
10
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
11
11
|
|
|
12
12
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
13
13
|
var _a;
|
|
@@ -131,4 +131,4 @@ function MessageStatus(_a) {
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
export { MessageStatus as M, getTotalMembers as a, getLastMessageCreatedAt as b, getLastMessage as c, getChannelUnreadMessageCount as d, MessageStatusTypes as e, getChannelTitle as g };
|
|
134
|
-
//# sourceMappingURL=bundle-
|
|
134
|
+
//# sourceMappingURL=bundle-Cbgk06HJ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Cbgk06HJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { L as LocalizationContext } from './bundle-
|
|
4
|
+
import { L as LocalizationContext } from './bundle-97fd4oe2.js';
|
|
5
5
|
import '../hooks/useModal.js';
|
|
6
|
-
import { c as isMultipleFilesMessage, b as isFileMessage, h as isSupportedFileView, j as isVideo$1, k as isImage$1 } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { A as Avatar } from './bundle-
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
+
import { c as isMultipleFilesMessage, b as isFileMessage, h as isSupportedFileView, j as isVideo$1, k as isImage$1 } from './bundle-CCx8yXVd.js';
|
|
7
|
+
import { n as noop } from './bundle-B4CUv14M.js';
|
|
8
|
+
import { A as Avatar } from './bundle-CeNRu1nh.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import { l as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-
|
|
12
|
-
import { u as useKeyDown } from './bundle-
|
|
13
|
-
import { a as MODAL_ROOT } from './bundle-
|
|
11
|
+
import { l as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-CAdKFBfs.js';
|
|
12
|
+
import { u as useKeyDown } from './bundle-BGdbKz3x.js';
|
|
13
|
+
import { a as MODAL_ROOT } from './bundle-BQntI2YH.js';
|
|
14
14
|
|
|
15
15
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
16
16
|
var SUPPORTED_MIMES = {
|
|
@@ -144,4 +144,4 @@ function FileViewer(_a) {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
export { FileViewer as F, isVideo as a, FileViewerComponent as b, isImage as i };
|
|
147
|
-
//# sourceMappingURL=bundle-
|
|
147
|
+
//# sourceMappingURL=bundle-CeN11uF4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CeN11uF4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
4
|
-
import { p as pxToNumber } from './bundle-
|
|
4
|
+
import { p as pxToNumber } from './bundle-B_5nSVDN.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
|
|
7
7
|
var AvatarDefault = function (props) {
|
|
@@ -66,4 +66,4 @@ function Avatar(_a, ref) {
|
|
|
66
66
|
var Avatar$1 = React__default.forwardRef(Avatar);
|
|
67
67
|
|
|
68
68
|
export { Avatar$1 as A, AvatarDefault as a, AvatarInner as b };
|
|
69
|
-
//# sourceMappingURL=bundle-
|
|
69
|
+
//# sourceMappingURL=bundle-CeNRu1nh.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CeNRu1nh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import { useState, useRef, useCallback } from 'react';
|
|
3
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
3
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.js';
|
|
4
4
|
|
|
5
5
|
var DEFAULT_DURATION = 300;
|
|
6
6
|
function preventDefault(e) {
|
|
@@ -74,4 +74,4 @@ function useLongPress(_a, _b) {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
export { useLongPress as u };
|
|
77
|
-
//# sourceMappingURL=bundle-
|
|
77
|
+
//# sourceMappingURL=bundle-Cg7eHJV0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cg7eHJV0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -39,4 +39,4 @@ var PUBSUB_TOPICS;
|
|
|
39
39
|
var pubSubTopics = PUBSUB_TOPICS;
|
|
40
40
|
|
|
41
41
|
export { PublishingModuleType as P, shouldPubSubPublishToThread as a, PUBSUB_TOPICS as b, pubSubTopics as p, shouldPubSubPublishToChannel as s };
|
|
42
|
-
//# sourceMappingURL=bundle-
|
|
42
|
+
//# sourceMappingURL=bundle-CkCkzFFu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CkCkzFFu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -73,4 +73,4 @@ var MediaQueryProvider = function (props) {
|
|
|
73
73
|
var useMediaQueryContext = function () { return React__default.useContext(MediaQueryContext); };
|
|
74
74
|
|
|
75
75
|
export { MediaQueryProvider as M, useMediaQueryContext as u };
|
|
76
|
-
//# sourceMappingURL=bundle-
|
|
76
|
+
//# sourceMappingURL=bundle-Cs0ZtBj7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cs0ZtBj7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -54,4 +54,4 @@ var channelActions = /*#__PURE__*/Object.freeze({
|
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
export { FETCH_INITIAL_MESSAGES_START as F, MESSAGE_LIST_PARAMS_CHANGED as M, ON_MESSAGE_RECEIVED as O, RESET_MESSAGES as R, SEND_MESSAGE_START as S, FETCH_INITIAL_MESSAGES_SUCCESS as a, FETCH_INITIAL_MESSAGES_FAILURE as b, FETCH_PREV_MESSAGES_SUCCESS as c, FETCH_NEXT_MESSAGES_SUCCESS as d, FETCH_PREV_MESSAGES_FAILURE as e, FETCH_NEXT_MESSAGES_FAILURE as f, SEND_MESSAGE_SUCCESS as g, SEND_MESSAGE_FAILURE as h, SET_CURRENT_CHANNEL as i, SET_CHANNEL_INVALID as j, ON_MESSAGE_UPDATED as k, ON_MESSAGE_THREAD_INFO_UPDATED as l, RESEND_MESSAGE_START as m, MARK_AS_READ as n, ON_MESSAGE_DELETED as o, ON_MESSAGE_DELETED_BY_REQ_ID as p, SET_EMOJI_CONTAINER as q, ON_REACTION_UPDATED as r, ON_FILE_INFO_UPLOADED as s, ON_TYPING_STATUS_UPDATED as t, channelActions as u };
|
|
57
|
-
//# sourceMappingURL=bundle
|
|
57
|
+
//# sourceMappingURL=bundle-CvuK4Gl-.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CvuK4Gl-.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
|
-
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-
|
|
3
|
-
import { s as scrollIntoLast$1 } from './bundle-
|
|
2
|
+
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, a as shouldPubSubPublishToThread } from './bundle-CkCkzFFu.js';
|
|
3
|
+
import { s as scrollIntoLast$1 } from './bundle-DlBu0K2F.js';
|
|
4
4
|
import '../utils/message/getOutgoingMessageState.js';
|
|
5
|
-
import { e as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-
|
|
5
|
+
import { e as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-CAdKFBfs.js';
|
|
6
6
|
|
|
7
7
|
var getNicknamesMapFromMembers = function (members) {
|
|
8
8
|
if (members === void 0) { members = []; }
|
|
@@ -169,4 +169,4 @@ var useSendMultipleFilesMessage = function (_a, _b) {
|
|
|
169
169
|
};
|
|
170
170
|
|
|
171
171
|
export { getNicknamesMapFromMembers as a, compareIds as c, getParentMessageFrom as g, isAboutSame as i, scrollIntoLast as s, useSendMultipleFilesMessage as u };
|
|
172
|
-
//# sourceMappingURL=bundle-
|
|
172
|
+
//# sourceMappingURL=bundle-CvvqaAH_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CvvqaAH_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { c as __spreadArray, _ as __assign } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-aAoUY1dC.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-Dj5aDnzf.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import { M as MAX_USER_MENTION_COUNT, a 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, a as MAX_USER_SUGGESTION_COUNT } from './bundle-Ds5aQSz-.js';
|
|
7
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-6c04eWHT.js';
|
|
8
8
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
9
|
-
import { w as getClassName, g as getSuggestedReplies } from './bundle-
|
|
9
|
+
import { w as getClassName, g as getSuggestedReplies } from './bundle-CCx8yXVd.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-BnG5XETL.js';
|
|
12
12
|
import MessageInput from '../ui/MessageInput.js';
|
|
13
|
-
import { M as MessageInputKeys } from './bundle-
|
|
13
|
+
import { M as MessageInputKeys } from './bundle-Bsh5KSxb.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-
|
|
16
|
+
import { S as SuggestedMentionListView } from './bundle-C5C8XKZl.js';
|
|
17
17
|
|
|
18
18
|
var useDidMountEffect = function (func, deps) {
|
|
19
19
|
var _a = useState(false), didMount = _a[0], setDidmount = _a[1];
|
|
@@ -213,4 +213,4 @@ var MessageView = function (props) {
|
|
|
213
213
|
};
|
|
214
214
|
|
|
215
215
|
export { MessageView as M };
|
|
216
|
-
//# sourceMappingURL=bundle-
|
|
216
|
+
//# sourceMappingURL=bundle-CwQ5U5f7.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CwQ5U5f7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLongPress } from './bundle-
|
|
5
|
-
import { u as useLocalization } from './bundle-
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { i as isVoiceMessage } from './bundle-
|
|
9
|
-
import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-
|
|
4
|
+
import { u as useLongPress } from './bundle-Cg7eHJV0.js';
|
|
5
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.js';
|
|
7
|
+
import { n as noop } from './bundle-B4CUv14M.js';
|
|
8
|
+
import { i as isVoiceMessage } from './bundle-CCx8yXVd.js';
|
|
9
|
+
import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-Cbgk06HJ.js';
|
|
10
10
|
import { TypingIndicatorText } from '../GroupChannel/components/TypingIndicator.js';
|
|
11
11
|
import Badge from '../ui/Badge.js';
|
|
12
12
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
13
13
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
14
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
14
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
15
15
|
import MentionUserLabel from '../ui/MentionUserLabel.js';
|
|
16
|
-
import { M as Modal } from './bundle-
|
|
16
|
+
import { M as Modal } from './bundle-BQntI2YH.js';
|
|
17
17
|
import TextButton from '../ui/TextButton.js';
|
|
18
18
|
|
|
19
19
|
var GroupChannelListItemView = function (_a) {
|
|
@@ -83,4 +83,4 @@ var GroupChannelListItemView = function (_a) {
|
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
export { GroupChannelListItemView as G };
|
|
86
|
-
//# sourceMappingURL=bundle-
|
|
86
|
+
//# sourceMappingURL=bundle-Cxjgwfwy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cxjgwfwy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
2
|
-
import { p as pxToNumber } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator } from './bundle-aAoUY1dC.js';
|
|
2
|
+
import { p as pxToNumber } from './bundle-B_5nSVDN.js';
|
|
3
3
|
|
|
4
4
|
var compressImage = function (_a) {
|
|
5
5
|
var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight;
|
|
@@ -112,4 +112,4 @@ var compressImages = function (_a) {
|
|
|
112
112
|
};
|
|
113
113
|
|
|
114
114
|
export { compressImages as c };
|
|
115
|
-
//# sourceMappingURL=bundle-
|
|
115
|
+
//# sourceMappingURL=bundle-CzNavr80.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CzNavr80.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Czh0_N3j.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D1DIGSmr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as isSameDay } from './bundle-
|
|
2
|
-
import { r as requiredArgs, t as toDate, a as toInteger } from './bundle-
|
|
1
|
+
import { i as isSameDay } from './bundle-FDedpAl7.js';
|
|
2
|
+
import { r as requiredArgs, t as toDate, a as toInteger } from './bundle-Dj5aDnzf.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* @name isToday
|
|
@@ -162,4 +162,4 @@ function isYesterday(dirtyDate) {
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
export { isYesterday as a, isThisYear as b, isToday as i };
|
|
165
|
-
//# sourceMappingURL=bundle-
|
|
165
|
+
//# sourceMappingURL=bundle-D1vFAfKb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-D1vFAfKb.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]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D4kbZg4e.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import IconButton from '../ui/IconButton.js';
|
|
3
3
|
import Icon, { IconColors, IconTypes } from '../ui/Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
5
5
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
6
|
-
import { g as getChannelTitle } from './bundle-
|
|
7
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
6
|
+
import { g as getChannelTitle } from './bundle-DBy3c8gM.js';
|
|
7
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useLocalization } from './bundle-
|
|
9
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
10
10
|
|
|
11
11
|
var GroupChannelHeaderView = function (_a) {
|
|
12
12
|
var _b;
|
|
@@ -33,4 +33,4 @@ var GroupChannelHeaderView = function (_a) {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { GroupChannelHeaderView as G };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-D4mHGcWb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D4mHGcWb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-BnG5XETL.js';
|
|
2
2
|
|
|
3
3
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
4
4
|
var _a;
|
|
@@ -22,4 +22,4 @@ var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { getChannelTitle as g };
|
|
25
|
-
//# sourceMappingURL=bundle-
|
|
25
|
+
//# sourceMappingURL=bundle-DBy3c8gM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DBy3c8gM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
4
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelMessageStatusTypes = {
|
|
7
7
|
NONE: 'none',
|
|
@@ -95,4 +95,4 @@ var OpenChannelMobileMenu = function (props) {
|
|
|
95
95
|
};
|
|
96
96
|
|
|
97
97
|
export { OpenChannelMobileMenu as O, isFineEdit as a, isFineResend as b, isFineDelete as c, checkIsPending as d, checkIsFailed as e, checkIsSent as f, getSenderFromMessage as g, isFineCopy as i, showMenuTrigger as s };
|
|
98
|
-
//# sourceMappingURL=bundle-
|
|
98
|
+
//# sourceMappingURL=bundle-DCXp9q80.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DCXp9q80.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
|
-
import { l as isUserMessage, q as isSentMessage, u as isFailedMessage, v as isPendingMessage, b as isFileMessage, i as isVoiceMessage, N as isThreadMessage, x as copyToClipboard, y as getEmojiListAll } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
+
import { l as isUserMessage, q as isSentMessage, u as isFailedMessage, v as isPendingMessage, b as isFileMessage, i as isVoiceMessage, N as isThreadMessage, x as copyToClipboard, y as getEmojiListAll } from './bundle-CCx8yXVd.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-BnG5XETL.js';
|
|
7
7
|
import BottomSheet from '../ui/BottomSheet.js';
|
|
8
8
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
9
9
|
import ReactionButton from '../ui/ReactionButton.js';
|
|
@@ -225,4 +225,4 @@ var MobileMenu = function (props) {
|
|
|
225
225
|
};
|
|
226
226
|
|
|
227
227
|
export { MobileMenu as M };
|
|
228
|
-
//# sourceMappingURL=bundle-
|
|
228
|
+
//# sourceMappingURL=bundle-DMQ1a9pl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DMQ1a9pl.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DRpQlFMu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -3,7 +3,7 @@ import { GroupChannelListHeader } from '../GroupChannelList/components/GroupChan
|
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
4
|
import EditUserProfile from '../EditUserProfile.js';
|
|
5
5
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
6
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
6
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-lYawLy67.js';
|
|
7
7
|
|
|
8
8
|
var GroupChannelListUIView = function (_a) {
|
|
9
9
|
var renderHeader = _a.renderHeader, renderPlaceHolderError = _a.renderPlaceHolderError, renderPlaceHolderLoading = _a.renderPlaceHolderLoading, renderPlaceHolderEmptyList = _a.renderPlaceHolderEmptyList, onChangeTheme = _a.onChangeTheme, onUserProfileUpdated = _a.onUserProfileUpdated, allowProfileEdit = _a.allowProfileEdit, channels = _a.channels, onLoadMore = _a.onLoadMore, initialized = _a.initialized, renderChannel = _a.renderChannel, renderAddChannel = _a.renderAddChannel;
|
|
@@ -64,4 +64,4 @@ var ChannelListComponent = function (props) {
|
|
|
64
64
|
};
|
|
65
65
|
|
|
66
66
|
export { GroupChannelListUIView as G };
|
|
67
|
-
//# sourceMappingURL=bundle-
|
|
67
|
+
//# sourceMappingURL=bundle-DarlDWy7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DarlDWy7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator, c as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator, c as __spreadArray } from './bundle-aAoUY1dC.js';
|
|
2
2
|
import React__default, { useRef, useState, useEffect, useCallback } from 'react';
|
|
3
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-
|
|
3
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-6c04eWHT.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import { u as useLocalization } from './bundle-
|
|
5
|
+
import { u as useLocalization } from './bundle-97fd4oe2.js';
|
|
6
6
|
import { SuggestedMentionList } from '../GroupChannel/components/SuggestedMentionList.js';
|
|
7
7
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
8
8
|
import QuoteMessageInput from '../ui/QuoteMessageInput.js';
|
|
9
9
|
import { useVoicePlayer } from '../VoicePlayer/useVoicePlayer.js';
|
|
10
10
|
import { useVoiceRecorder, VoiceRecorderStatus } from '../VoiceRecorder/useVoiceRecorder.js';
|
|
11
|
-
import { V as VoiceMessageInputStatus, a as VoiceMessageInput } from './bundle-
|
|
12
|
-
import { M as Modal, c as ModalFooter } from './bundle-
|
|
11
|
+
import { V as VoiceMessageInputStatus, a as VoiceMessageInput } from './bundle-BiQds65K.js';
|
|
12
|
+
import { M as Modal, c as ModalFooter } from './bundle-BQntI2YH.js';
|
|
13
13
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
14
|
-
import { g as VOICE_RECORDER_DEFAULT_MIN } from './bundle-
|
|
15
|
-
import { V as VOICE_PLAYER_STATUS } from './bundle-
|
|
16
|
-
import { u as uuidv4 } from './bundle-
|
|
14
|
+
import { g as VOICE_RECORDER_DEFAULT_MIN } from './bundle-CAdKFBfs.js';
|
|
15
|
+
import { V as VOICE_PLAYER_STATUS } from './bundle-gO4JLOKo.js';
|
|
16
|
+
import { u as uuidv4 } from './bundle-CanFPW6u.js';
|
|
17
17
|
import MessageInput from '../ui/MessageInput.js';
|
|
18
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
19
|
-
import { M as MessageInputKeys } from './bundle-
|
|
20
|
-
import { k as isImage } from './bundle-
|
|
18
|
+
import { u as useMediaQueryContext } from './bundle-Cs0ZtBj7.js';
|
|
19
|
+
import { M as MessageInputKeys } from './bundle-Bsh5KSxb.js';
|
|
20
|
+
import { k as isImage } from './bundle-CCx8yXVd.js';
|
|
21
21
|
import { useGlobalModalContext } from '../hooks/useModal.js';
|
|
22
|
-
import './bundle-
|
|
23
|
-
import { c as compressImages } from './bundle-
|
|
22
|
+
import './bundle-BnG5XETL.js';
|
|
23
|
+
import { c as compressImages } from './bundle-CzNavr80.js';
|
|
24
24
|
|
|
25
25
|
var VoiceMessageInputWrapper = function (_a) {
|
|
26
26
|
var _b;
|
|
@@ -382,4 +382,4 @@ var MessageInputWrapperView = React__default.forwardRef(function (props, ref) {
|
|
|
382
382
|
});
|
|
383
383
|
|
|
384
384
|
export { MessageInputWrapperView as M, VoiceMessageInputWrapper as V };
|
|
385
|
-
//# sourceMappingURL=bundle-
|
|
385
|
+
//# sourceMappingURL=bundle-DbYE20Ij.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DbYE20Ij.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|