@sendbird/uikit-react 3.14.10-rc.0 → 3.14.11-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 +80 -79
- package/App.js.map +1 -1
- package/CHANGELOG.md +54 -0
- package/Channel/components/ChannelHeader.js +31 -31
- package/Channel/components/ChannelUI.js +64 -65
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +32 -31
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +54 -55
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +50 -57
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageInputWrapper.js +48 -47
- package/Channel/components/MessageInputWrapper.js.map +1 -1
- package/Channel/components/MessageList.js +57 -58
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +31 -30
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +28 -28
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +8 -8
- package/Channel/context.js +20 -20
- package/Channel/hooks/useHandleUploadFiles.js +18 -17
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +64 -65
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +24 -25
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +10 -10
- package/ChannelList/components/ChannelListUI.js +37 -38
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +31 -30
- 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 +11 -11
- package/ChannelList.js +38 -39
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +21 -20
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsHeader.js +8 -8
- package/ChannelSettings/components/ChannelSettingsUI.js +26 -27
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +21 -20
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +18 -17
- package/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/ChannelSettings/components/ModerationPanel.js +22 -23
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +14 -15
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +22 -23
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +26 -27
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +21 -22
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +21 -22
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +18 -17
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +21 -22
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +19 -18
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +19 -18
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +20 -19
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +20 -19
- package/EditUserProfile.js.map +1 -1
- package/GroupChannel/components/FileViewer.js +26 -25
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +6 -6
- package/GroupChannel/components/GroupChannelHeader.js +21 -21
- package/GroupChannel/components/GroupChannelUI.js +57 -58
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +49 -50
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +45 -61
- package/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/GroupChannel/components/MessageList.js +58 -53
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +25 -24
- package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +8 -8
- package/GroupChannel/context.js +9 -9
- package/GroupChannel.js +57 -58
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +23 -24
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +10 -10
- package/GroupChannelList/components/GroupChannelListItem.js +29 -28
- package/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListUI.js +37 -38
- 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 +5 -5
- package/GroupChannelList.js +37 -38
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +15 -15
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +17 -17
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +23 -22
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +29 -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 +42 -43
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +42 -43
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +22 -21
- package/OpenChannel/context.js.map +1 -1
- package/OpenChannel.js +40 -41
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +21 -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 +21 -20
- package/OpenChannelList.js.map +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +22 -21
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +22 -21
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +23 -24
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +22 -23
- 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 +3 -3
- package/OpenChannelSettings.js +22 -23
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +109 -108
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +45 -45
- package/Thread/components/ParentMessageInfoItem.js +31 -30
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +8 -8
- package/Thread/components/ThreadList.js +50 -50
- package/Thread/components/ThreadListItem.js +51 -51
- package/Thread/components/ThreadMessageInput.js +45 -44
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +57 -57
- package/Thread/context.js +9 -9
- package/Thread.js +57 -57
- package/VoicePlayer/context.js +4 -4
- package/VoicePlayer/useVoicePlayer.js +16 -15
- package/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/VoiceRecorder/context.js +16 -15
- package/VoiceRecorder/context.js.map +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +16 -15
- package/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/chunks/{bundle-ByOz6UaI.js → bundle-5suIscWh.js} +1 -1
- package/chunks/bundle-5suIscWh.js.map +1 -0
- package/chunks/{bundle-CoKBNINX.js → bundle-8B42nAj_.js} +2 -2
- package/chunks/bundle-8B42nAj_.js.map +1 -0
- package/chunks/{bundle-Bg_q4-JM.js → bundle-A2r1XSkU.js} +2 -2
- package/chunks/bundle-A2r1XSkU.js.map +1 -0
- package/chunks/{bundle-7aYnlE9g.js → bundle-B9dVXusF.js} +2 -2
- package/chunks/{bundle-7aYnlE9g.js.map → bundle-B9dVXusF.js.map} +1 -1
- package/chunks/{bundle-BJ4QFKK7.js → bundle-BBF0XCpb.js} +2 -2
- package/chunks/{bundle-BJ4QFKK7.js.map → bundle-BBF0XCpb.js.map} +1 -1
- package/chunks/{bundle-ySoO0NFU.js → bundle-BH16nLFs.js} +3 -3
- package/chunks/{bundle-ySoO0NFU.js.map → bundle-BH16nLFs.js.map} +1 -1
- package/chunks/bundle-BSk0V4c7.js +69 -0
- package/chunks/bundle-BSk0V4c7.js.map +1 -0
- package/chunks/{bundle-CVozsUjP.js → bundle-BTrGLGPQ.js} +5 -5
- package/chunks/{bundle-CVozsUjP.js.map → bundle-BTrGLGPQ.js.map} +1 -1
- package/chunks/{bundle-DZdtzdKh.js → bundle-BXf_Uoav.js} +1 -1
- package/chunks/bundle-BXf_Uoav.js.map +1 -0
- package/chunks/{bundle-CmkJzmJF.js → bundle-BZ0pRqJA.js} +34 -12
- package/chunks/{bundle-CmkJzmJF.js.map → bundle-BZ0pRqJA.js.map} +1 -1
- package/chunks/{bundle-DqRO_GUT.js → bundle-BhXBD0er.js} +2 -2
- package/chunks/bundle-BhXBD0er.js.map +1 -0
- package/chunks/{bundle-LTG1RsSu.js → bundle-Bimk6g75.js} +6 -2
- package/chunks/bundle-Bimk6g75.js.map +1 -0
- package/chunks/{bundle-DEtCTxPD.js → bundle-BlCc7_eN.js} +3 -3
- package/chunks/bundle-BlCc7_eN.js.map +1 -0
- package/chunks/{bundle-BJw3IA-I.js → bundle-Bng2gjGI.js} +3 -3
- package/chunks/{bundle-BJw3IA-I.js.map → bundle-Bng2gjGI.js.map} +1 -1
- package/chunks/{bundle-VXXJZkam.js → bundle-Bq0-bOfM.js} +5 -5
- package/chunks/{bundle-VXXJZkam.js.map → bundle-Bq0-bOfM.js.map} +1 -1
- package/chunks/{bundle-DhI4QWLh.js → bundle-BqDr8EF4.js} +3 -3
- package/chunks/bundle-BqDr8EF4.js.map +1 -0
- package/chunks/{bundle-DJ5w4Eoe.js → bundle-BuZc1iHN.js} +6 -6
- package/chunks/bundle-BuZc1iHN.js.map +1 -0
- package/chunks/{bundle-BdSPinDs.js → bundle-Bv0mCrgn.js} +11 -11
- package/chunks/{bundle-BdSPinDs.js.map → bundle-Bv0mCrgn.js.map} +1 -1
- package/chunks/{bundle-D8ed5Px8.js → bundle-Bx3HwK0O.js} +1 -1
- package/chunks/bundle-Bx3HwK0O.js.map +1 -0
- package/chunks/{bundle-wnzL460e.js → bundle-C20oLMaA.js} +1 -1
- package/chunks/bundle-C20oLMaA.js.map +1 -0
- package/chunks/{bundle-BMIlxeLF.js → bundle-CB91svgK.js} +1 -1
- package/chunks/bundle-CB91svgK.js.map +1 -0
- package/chunks/{bundle-DZj625VH.js → bundle-CENilyRu.js} +2 -2
- package/chunks/bundle-CENilyRu.js.map +1 -0
- package/chunks/{bundle-CzPQUoBY.js → bundle-CExXoiRc.js} +1 -1
- package/chunks/bundle-CExXoiRc.js.map +1 -0
- package/chunks/{bundle-DpdytzS4.js → bundle-CK_XaTIr.js} +3 -3
- package/chunks/{bundle-DpdytzS4.js.map → bundle-CK_XaTIr.js.map} +1 -1
- package/chunks/{bundle-DDmvUZXC.js → bundle-CNHyfb7V.js} +1 -1
- package/chunks/{bundle-DDmvUZXC.js.map → bundle-CNHyfb7V.js.map} +1 -1
- package/chunks/{bundle-VnrHQwUf.js → bundle-CNPvqIMP.js} +1 -1
- package/chunks/bundle-CNPvqIMP.js.map +1 -0
- package/chunks/{bundle-BnTQqt6n.js → bundle-CNlWxKpF.js} +2 -2
- package/chunks/{bundle-BnTQqt6n.js.map → bundle-CNlWxKpF.js.map} +1 -1
- package/chunks/{bundle-CCLbyHL5.js → bundle-CSldjYVo.js} +1 -1
- package/chunks/bundle-CSldjYVo.js.map +1 -0
- package/chunks/{bundle-DI7rfz5k.js → bundle-CT6oIowo.js} +1 -1
- package/chunks/bundle-CT6oIowo.js.map +1 -0
- package/chunks/{bundle-BNSIBEFq.js → bundle-CTGooW1o.js} +11 -11
- package/chunks/{bundle-BNSIBEFq.js.map → bundle-CTGooW1o.js.map} +1 -1
- package/chunks/{bundle-BkXs4vmC.js → bundle-CUa9CREe.js} +1 -1
- package/chunks/bundle-CUa9CREe.js.map +1 -0
- package/chunks/{bundle-YkcGOzNM.js → bundle-CUld9h31.js} +1 -1
- package/chunks/bundle-CUld9h31.js.map +1 -0
- package/chunks/{bundle-BPHZWcCv.js → bundle-CdRIsiQ1.js} +1 -1
- package/chunks/bundle-CdRIsiQ1.js.map +1 -0
- package/chunks/{bundle-D97UcpIe.js → bundle-CeB984LL.js} +1 -1
- package/chunks/bundle-CeB984LL.js.map +1 -0
- package/chunks/{bundle-BJuiDRhf.js → bundle-CjreAsCZ.js} +1 -1
- package/chunks/bundle-CjreAsCZ.js.map +1 -0
- package/chunks/{bundle-vrHvkBOt.js → bundle-CmPOY9Ut.js} +4 -4
- package/chunks/bundle-CmPOY9Ut.js.map +1 -0
- package/chunks/{bundle-3rbgyUFf.js → bundle-Co8Cn-Xy.js} +1 -1
- package/chunks/bundle-Co8Cn-Xy.js.map +1 -0
- package/chunks/{bundle-BEj59fUG.js → bundle-CpnV1F7K.js} +4 -4
- package/chunks/{bundle-BEj59fUG.js.map → bundle-CpnV1F7K.js.map} +1 -1
- package/chunks/{bundle-daosOR23.js → bundle-CsH_9kWB.js} +9 -9
- package/chunks/{bundle-daosOR23.js.map → bundle-CsH_9kWB.js.map} +1 -1
- package/chunks/{bundle-Cz3-2Iht.js → bundle-Cu1sEVqy.js} +5 -5
- package/chunks/{bundle-p7o7XIwK.js.map → bundle-Cu1sEVqy.js.map} +1 -1
- package/chunks/{bundle-wRih48eh.js → bundle-Cu9lMiME.js} +7 -7
- package/chunks/{bundle-wRih48eh.js.map → bundle-Cu9lMiME.js.map} +1 -1
- package/chunks/{bundle-B8TpflN6.js → bundle-D2r4zv_u.js} +5 -5
- package/chunks/bundle-D2r4zv_u.js.map +1 -0
- package/chunks/{bundle-C5TWIrbF.js → bundle-D3FJrZKH.js} +1 -1
- package/chunks/bundle-D3FJrZKH.js.map +1 -0
- package/chunks/{bundle-D66A0jl2.js → bundle-D7eYnlgm.js} +1 -1
- package/chunks/{bundle-D66A0jl2.js.map → bundle-D7eYnlgm.js.map} +1 -1
- package/chunks/{bundle-qeI43E3_.js → bundle-DBC1lykB.js} +1 -1
- package/chunks/bundle-DBC1lykB.js.map +1 -0
- package/chunks/{bundle-DEc9jVCz.js → bundle-DDA3KytI.js} +4 -4
- package/chunks/{bundle-DEc9jVCz.js.map → bundle-DDA3KytI.js.map} +1 -1
- package/chunks/{bundle-C0OqoVhE.js → bundle-DFHJryqD.js} +6 -6
- package/chunks/bundle-DFHJryqD.js.map +1 -0
- package/chunks/{bundle-B2jN9S8f.js → bundle-DHgDkkn9.js} +1 -1
- package/chunks/bundle-DHgDkkn9.js.map +1 -0
- package/chunks/{bundle-DdIo_zFs.js → bundle-DIOwxpcG.js} +2 -2
- package/chunks/{bundle-DdIo_zFs.js.map → bundle-DIOwxpcG.js.map} +1 -1
- package/chunks/{bundle-BOBvB-6E.js → bundle-DKbR0B7W.js} +1 -1
- package/chunks/{bundle-BOBvB-6E.js.map → bundle-DKbR0B7W.js.map} +1 -1
- package/chunks/{bundle-D62t4-mN.js → bundle-DM_G8NqJ.js} +9 -9
- package/chunks/{bundle-D62t4-mN.js.map → bundle-DM_G8NqJ.js.map} +1 -1
- package/chunks/{bundle-DhiRvnEl.js → bundle-DNCQ4u5R.js} +3 -3
- package/chunks/bundle-DNCQ4u5R.js.map +1 -0
- package/chunks/{bundle-BJytW_4B.js → bundle-DTdZiBrv.js} +16 -15
- package/{cjs/chunks/bundle-YjsUgjJP.js.map → chunks/bundle-DTdZiBrv.js.map} +1 -1
- package/chunks/bundle-DVk-GxJm.js +35 -0
- package/chunks/bundle-DVk-GxJm.js.map +1 -0
- package/chunks/{bundle-DT4DSBZo.js → bundle-DYYQHn6P.js} +4 -4
- package/chunks/bundle-DYYQHn6P.js.map +1 -0
- package/chunks/{bundle-CKHDZj3X.js → bundle-D_CNS70y.js} +4 -4
- package/chunks/bundle-D_CNS70y.js.map +1 -0
- package/chunks/bundle-DelNZG3a.js +215 -0
- package/chunks/bundle-DelNZG3a.js.map +1 -0
- package/chunks/{bundle-CorHVuoo.js → bundle-DgahgsvJ.js} +3 -3
- package/chunks/{bundle-CorHVuoo.js.map → bundle-DgahgsvJ.js.map} +1 -1
- package/chunks/{bundle-B9jaULeT.js → bundle-DjH4PXg3.js} +2 -2
- package/chunks/bundle-DjH4PXg3.js.map +1 -0
- package/chunks/{bundle-DOrP_yMR.js → bundle-DlZQhmnG.js} +6 -6
- package/chunks/bundle-DlZQhmnG.js.map +1 -0
- package/chunks/{bundle-6c1kf582.js → bundle-DmIUQle9.js} +1 -1
- package/chunks/bundle-DmIUQle9.js.map +1 -0
- package/chunks/{bundle-BpOEDk4N.js → bundle-DmtJDvJO.js} +1 -1
- package/chunks/bundle-DmtJDvJO.js.map +1 -0
- package/chunks/{bundle-DtJdiuLe.js → bundle-DuX-Qk0N.js} +4 -4
- package/chunks/bundle-DuX-Qk0N.js.map +1 -0
- package/chunks/{bundle-CFVWrfBk.js → bundle-DwvKuCVj.js} +1 -1
- package/chunks/bundle-DwvKuCVj.js.map +1 -0
- package/chunks/{bundle-BxHNvmlk.js → bundle-DzOZbhBa.js} +8 -8
- package/chunks/{bundle-BxHNvmlk.js.map → bundle-DzOZbhBa.js.map} +1 -1
- package/chunks/{bundle-D9c1bxJQ.js → bundle-DzwfznTL.js} +11 -11
- package/chunks/{bundle-D9c1bxJQ.js.map → bundle-DzwfznTL.js.map} +1 -1
- package/chunks/{bundle-uQmOP01H.js → bundle-HjRXtQVk.js} +8 -8
- package/chunks/bundle-HjRXtQVk.js.map +1 -0
- package/chunks/{bundle-BDRmRmBl.js → bundle-JEz3lgaG.js} +1 -1
- package/chunks/bundle-JEz3lgaG.js.map +1 -0
- package/chunks/{bundle-BU88BWC9.js → bundle-LJTd2kwV.js} +1 -1
- package/chunks/bundle-LJTd2kwV.js.map +1 -0
- package/chunks/{bundle-DXfHdLu7.js → bundle-PaTjZoup.js} +1 -1
- package/chunks/bundle-PaTjZoup.js.map +1 -0
- package/chunks/{bundle-CpcYL8Ew.js → bundle-QVgZ7Hdj.js} +3 -3
- package/chunks/{bundle-CpcYL8Ew.js.map → bundle-QVgZ7Hdj.js.map} +1 -1
- package/chunks/{bundle-CopNic9v.js → bundle-S6HEUDHq.js} +1 -1
- package/chunks/bundle-S6HEUDHq.js.map +1 -0
- package/chunks/{bundle-B8xX1Uqv.js → bundle-WXF4CSL3.js} +1 -1
- package/chunks/bundle-WXF4CSL3.js.map +1 -0
- package/chunks/{bundle-COi-bE-H.js → bundle-YLpFZFtY.js} +1 -1
- package/chunks/{bundle-COi-bE-H.js.map → bundle-YLpFZFtY.js.map} +1 -1
- package/chunks/{bundle-CjpdKqHs.js → bundle-_eyrDcfG.js} +82 -5
- package/{cjs/chunks/bundle-DpLeoU5M.js.map → chunks/bundle-_eyrDcfG.js.map} +1 -1
- package/chunks/bundle-bkcMncK1.js +368 -0
- package/chunks/{bundle-BJytW_4B.js.map → bundle-bkcMncK1.js.map} +1 -1
- package/chunks/{bundle-Cyq2ZaJb.js → bundle-cyqCJOXP.js} +1 -1
- package/chunks/bundle-cyqCJOXP.js.map +1 -0
- package/chunks/{bundle-Bt0C-BFZ.js → bundle-e2HPSZbM.js} +4 -4
- package/chunks/{bundle-Bt0C-BFZ.js.map → bundle-e2HPSZbM.js.map} +1 -1
- package/chunks/{bundle-CEQrkcG2.js → bundle-ifQmTDw0.js} +10 -10
- package/chunks/bundle-ifQmTDw0.js.map +1 -0
- package/chunks/{bundle-pgzH1a0T.js → bundle-l7d8-RbZ.js} +3 -3
- package/chunks/bundle-l7d8-RbZ.js.map +1 -0
- package/chunks/{bundle-C7vkuHMJ.js → bundle-se1hgaQ-.js} +106 -13
- package/{cjs/chunks/bundle-DxUgagG2.js.map → chunks/bundle-se1hgaQ-.js.map} +1 -1
- package/chunks/{bundle-BN9hrgMv.js → bundle-w4CjbNCf.js} +2 -2
- package/chunks/bundle-w4CjbNCf.js.map +1 -0
- package/cjs/App.js +80 -79
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +31 -31
- package/cjs/Channel/components/ChannelUI.js +64 -65
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +32 -31
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +54 -55
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +50 -57
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +48 -47
- package/cjs/Channel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +57 -58
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +31 -30
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +28 -28
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +8 -8
- package/cjs/Channel/context.js +20 -20
- package/cjs/Channel/hooks/useHandleUploadFiles.js +18 -17
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
- package/cjs/Channel.js +64 -65
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +24 -25
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +10 -10
- package/cjs/ChannelList/components/ChannelListUI.js +37 -38
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +31 -30
- 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 +11 -11
- package/cjs/ChannelList.js +38 -39
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +21 -20
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +8 -8
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +26 -27
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +21 -20
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +18 -17
- package/cjs/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/cjs/ChannelSettings/components/ModerationPanel.js +22 -23
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +14 -15
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +22 -23
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +26 -27
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +21 -22
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +21 -22
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +18 -17
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +21 -22
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +19 -18
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +19 -18
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +20 -19
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +20 -19
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/GroupChannel/components/FileViewer.js +26 -25
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +6 -6
- package/cjs/GroupChannel/components/GroupChannelHeader.js +21 -21
- package/cjs/GroupChannel/components/GroupChannelUI.js +57 -58
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +49 -50
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +44 -60
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +58 -53
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +25 -24
- package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
- package/cjs/GroupChannel/components/UnreadCount.js +8 -8
- package/cjs/GroupChannel/context.js +9 -9
- package/cjs/GroupChannel.js +57 -58
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +23 -24
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +10 -10
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +29 -28
- package/cjs/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +37 -38
- 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 +5 -5
- package/cjs/GroupChannelList.js +37 -38
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +15 -15
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +17 -17
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +23 -22
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +29 -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 +42 -43
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +42 -43
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +22 -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 +21 -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 +21 -20
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +22 -21
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +22 -21
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +23 -24
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +22 -23
- 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 +3 -3
- package/cjs/OpenChannelSettings.js +22 -23
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +109 -108
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +45 -45
- package/cjs/Thread/components/ParentMessageInfoItem.js +31 -30
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +8 -8
- package/cjs/Thread/components/ThreadList.js +50 -50
- package/cjs/Thread/components/ThreadListItem.js +51 -51
- package/cjs/Thread/components/ThreadMessageInput.js +45 -44
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +57 -57
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +57 -57
- package/cjs/VoicePlayer/context.js +4 -4
- package/cjs/VoicePlayer/useVoicePlayer.js +16 -15
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/cjs/VoiceRecorder/context.js +16 -15
- package/cjs/VoiceRecorder/context.js.map +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +16 -15
- package/cjs/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/cjs/chunks/{bundle-zmFINave.js → bundle-2ujy0Asq.js} +2 -2
- package/cjs/chunks/bundle-2ujy0Asq.js.map +1 -0
- package/cjs/chunks/{bundle-ChVQ484N.js → bundle-6kGpS9J5.js} +1 -1
- package/cjs/chunks/bundle-6kGpS9J5.js.map +1 -0
- package/cjs/chunks/{bundle-BWgaoz_w.js → bundle-7ZAMcgtS.js} +1 -1
- package/cjs/chunks/bundle-7ZAMcgtS.js.map +1 -0
- package/cjs/chunks/bundle-7bBl8kFn.js +217 -0
- package/cjs/chunks/bundle-7bBl8kFn.js.map +1 -0
- package/cjs/chunks/{bundle-CvRdW9yw.js → bundle-8BvxeS8W.js} +1 -1
- package/cjs/chunks/bundle-8BvxeS8W.js.map +1 -0
- package/cjs/chunks/{bundle-DnGEUKrZ.js → bundle-AvhIe9aa.js} +5 -5
- package/cjs/chunks/{bundle-CNLhvQ5S.js.map → bundle-AvhIe9aa.js.map} +1 -1
- package/cjs/chunks/{bundle-y6VzViQL.js → bundle-B-LZZD0l.js} +2 -2
- package/cjs/chunks/bundle-B-LZZD0l.js.map +1 -0
- package/cjs/chunks/{bundle-61s5Z4d7.js → bundle-B1HrIqoy.js} +4 -4
- package/cjs/chunks/{bundle-61s5Z4d7.js.map → bundle-B1HrIqoy.js.map} +1 -1
- package/cjs/chunks/{bundle-BO6yBZb4.js → bundle-B3H3XrhQ.js} +1 -1
- package/cjs/chunks/bundle-B3H3XrhQ.js.map +1 -0
- package/cjs/chunks/{bundle-O3NwtEP9.js → bundle-BHI75BT4.js} +1 -1
- package/cjs/chunks/bundle-BHI75BT4.js.map +1 -0
- package/cjs/chunks/{bundle-Bt0wKNUe.js → bundle-BU0AQyM-.js} +9 -9
- package/cjs/chunks/{bundle-Bt0wKNUe.js.map → bundle-BU0AQyM-.js.map} +1 -1
- package/cjs/chunks/{bundle-QiL8aTMC.js → bundle-BUaIciw0.js} +3 -3
- package/cjs/chunks/{bundle-QiL8aTMC.js.map → bundle-BUaIciw0.js.map} +1 -1
- package/cjs/chunks/{bundle-DeWZBEt-.js → bundle-BVK4ppI2.js} +4 -4
- package/cjs/chunks/bundle-BVK4ppI2.js.map +1 -0
- package/cjs/chunks/{bundle-Bd0RdeK2.js → bundle-BW9GG7kp.js} +1 -1
- package/cjs/chunks/bundle-BW9GG7kp.js.map +1 -0
- package/cjs/chunks/{bundle-BiLIbWF-.js → bundle-BWXKtpvo.js} +6 -6
- package/cjs/chunks/bundle-BWXKtpvo.js.map +1 -0
- package/cjs/chunks/{bundle-CXlUscvX.js → bundle-BapLXIgi.js} +82 -4
- package/{chunks/bundle-Dnuvu_jv.js.map → cjs/chunks/bundle-BapLXIgi.js.map} +1 -1
- package/cjs/chunks/{bundle-NVCMyfbx.js → bundle-BfUOGj5b.js} +1 -1
- package/cjs/chunks/bundle-BfUOGj5b.js.map +1 -0
- package/cjs/chunks/{bundle-DbH3qyAG.js → bundle-BhClvZOU.js} +1 -1
- package/cjs/chunks/{bundle-DbH3qyAG.js.map → bundle-BhClvZOU.js.map} +1 -1
- package/cjs/chunks/{bundle-j2NTrunF.js → bundle-BoVc1U1a.js} +4 -4
- package/cjs/chunks/{bundle-j2NTrunF.js.map → bundle-BoVc1U1a.js.map} +1 -1
- package/cjs/chunks/{bundle-BDK2QCjs.js → bundle-Boc_dyK4.js} +1 -1
- package/cjs/chunks/bundle-Boc_dyK4.js.map +1 -0
- package/cjs/chunks/{bundle-Du-tPfed.js → bundle-Bot6eEM6.js} +3 -3
- package/cjs/chunks/{bundle-Du-tPfed.js.map → bundle-Bot6eEM6.js.map} +1 -1
- package/cjs/chunks/{bundle-B_TBDUIo.js → bundle-BplDq0mq.js} +1 -1
- package/cjs/chunks/bundle-BplDq0mq.js.map +1 -0
- package/cjs/chunks/{bundle-eDh1f0yH.js → bundle-BtSKhSvX.js} +1 -1
- package/cjs/chunks/bundle-BtSKhSvX.js.map +1 -0
- package/cjs/chunks/{bundle-D-0kNmde.js → bundle-Bx2NBJSG.js} +5 -5
- package/{chunks/bundle-Cz3-2Iht.js.map → cjs/chunks/bundle-Bx2NBJSG.js.map} +1 -1
- package/cjs/chunks/{bundle-B1C0IbXD.js → bundle-Bzg43KEj.js} +2 -2
- package/cjs/chunks/bundle-Bzg43KEj.js.map +1 -0
- package/cjs/chunks/{bundle-DDEP4rF3.js → bundle-BzlnyS95.js} +10 -10
- package/cjs/chunks/bundle-BzlnyS95.js.map +1 -0
- package/cjs/chunks/{bundle-CpVQAeGa.js → bundle-C4uNbRfV.js} +2 -2
- package/cjs/chunks/bundle-C4uNbRfV.js.map +1 -0
- package/cjs/chunks/{bundle-CwrQm55R.js → bundle-CDWSB7nU.js} +8 -8
- package/{chunks/bundle-CjpdKqHs.js.map → cjs/chunks/bundle-CDWSB7nU.js.map} +1 -1
- package/cjs/chunks/{bundle-frFSZ6pE.js → bundle-CDnHMUZu.js} +8 -8
- package/cjs/chunks/{bundle-frFSZ6pE.js.map → bundle-CDnHMUZu.js.map} +1 -1
- package/cjs/chunks/bundle-CIkfoqlq.js +40 -0
- package/cjs/chunks/bundle-CIkfoqlq.js.map +1 -0
- package/cjs/chunks/{bundle-uizj_uI6.js → bundle-CJTaxunC.js} +3 -3
- package/cjs/chunks/bundle-CJTaxunC.js.map +1 -0
- package/cjs/chunks/{bundle-CTWNooAA.js → bundle-CL0YmYh3.js} +2 -2
- package/cjs/chunks/bundle-CL0YmYh3.js.map +1 -0
- package/cjs/chunks/{bundle-DOqEHJ-4.js → bundle-CMUxhnsA.js} +34 -12
- package/cjs/chunks/{bundle-DOqEHJ-4.js.map → bundle-CMUxhnsA.js.map} +1 -1
- package/cjs/chunks/{bundle-C9XFSTYf.js → bundle-CO36Q3X2.js} +1 -1
- package/cjs/chunks/bundle-CO36Q3X2.js.map +1 -0
- package/cjs/chunks/{bundle-DxUgagG2.js → bundle-COyzsE6d.js} +106 -12
- package/cjs/chunks/bundle-COyzsE6d.js.map +1 -0
- package/cjs/chunks/{bundle-DlOVETdD.js → bundle-CPwINN5n.js} +1 -1
- package/cjs/chunks/bundle-CPwINN5n.js.map +1 -0
- package/cjs/chunks/{bundle-DrzXaO_W.js → bundle-CSf78qge.js} +1 -1
- package/cjs/chunks/bundle-CSf78qge.js.map +1 -0
- package/cjs/chunks/{bundle-BoW1OyHH.js → bundle-CVg_YIhP.js} +1 -1
- package/cjs/chunks/bundle-CVg_YIhP.js.map +1 -0
- package/cjs/chunks/{bundle-oQe6hXee.js → bundle-CVwB8G1I.js} +1 -1
- package/cjs/chunks/bundle-CVwB8G1I.js.map +1 -0
- package/cjs/chunks/{bundle-Cbv_awE2.js → bundle-CWoHu9t0.js} +1 -1
- package/cjs/chunks/{bundle-Cbv_awE2.js.map → bundle-CWoHu9t0.js.map} +1 -1
- package/cjs/chunks/{bundle-9xV-yjpP.js → bundle-CYIQLQ3l.js} +2 -2
- package/cjs/chunks/bundle-CYIQLQ3l.js.map +1 -0
- package/cjs/chunks/{bundle-8AeXVjXK.js → bundle-CZ9QB5qN.js} +1 -1
- package/cjs/chunks/bundle-CZ9QB5qN.js.map +1 -0
- package/cjs/chunks/{bundle-BdYPdaVo.js → bundle-CdtcOWKE.js} +1 -1
- package/cjs/chunks/bundle-CdtcOWKE.js.map +1 -0
- package/cjs/chunks/{bundle-BZ_eywy9.js → bundle-CebiKkyn.js} +11 -11
- package/cjs/chunks/bundle-CebiKkyn.js.map +1 -0
- package/cjs/chunks/{bundle-YjsUgjJP.js → bundle-Cecz3QbJ.js} +16 -15
- package/cjs/chunks/bundle-Cecz3QbJ.js.map +1 -0
- package/cjs/chunks/{bundle-BygoI0yo.js → bundle-Ch_pAI0r.js} +1 -1
- package/cjs/chunks/bundle-Ch_pAI0r.js.map +1 -0
- package/cjs/chunks/{bundle-BoiQCySB.js → bundle-Cj_Ehg89.js} +4 -4
- package/cjs/chunks/{bundle-BoiQCySB.js.map → bundle-Cj_Ehg89.js.map} +1 -1
- package/cjs/chunks/{bundle-DsFiTdM1.js → bundle-Ck6xvF19.js} +1 -1
- package/cjs/chunks/bundle-Ck6xvF19.js.map +1 -0
- package/cjs/chunks/{bundle-3hsE4l1Y.js → bundle-CpCBPJ2z.js} +9 -9
- package/cjs/chunks/{bundle-3hsE4l1Y.js.map → bundle-CpCBPJ2z.js.map} +1 -1
- package/cjs/chunks/{bundle-DpLeoU5M.js → bundle-CuQfKsO_.js} +11 -11
- package/cjs/chunks/{bundle-CD36CC-P.js.map → bundle-CuQfKsO_.js.map} +1 -1
- package/cjs/chunks/{bundle-Z0hf3KQq.js → bundle-Cxe_rmKT.js} +6 -6
- package/cjs/chunks/bundle-Cxe_rmKT.js.map +1 -0
- package/cjs/chunks/{bundle-D4LXRhUD.js → bundle-CyN2-yzv.js} +2 -2
- package/cjs/chunks/{bundle-D4LXRhUD.js.map → bundle-CyN2-yzv.js.map} +1 -1
- package/cjs/chunks/{bundle-ClGYZFGc.js → bundle-D-RACIZM.js} +1 -1
- package/cjs/chunks/bundle-D-RACIZM.js.map +1 -0
- package/cjs/chunks/{bundle-DYfOAYVw.js → bundle-D47V4Obt.js} +4 -4
- package/cjs/chunks/bundle-D47V4Obt.js.map +1 -0
- package/cjs/chunks/{bundle-By5uXdBg.js → bundle-D4JztsBF.js} +1 -1
- package/cjs/chunks/bundle-D4JztsBF.js.map +1 -0
- package/cjs/chunks/{bundle-CQYaB08i.js → bundle-D4mbk6I8.js} +4 -4
- package/cjs/chunks/{bundle-CQYaB08i.js.map → bundle-D4mbk6I8.js.map} +1 -1
- package/cjs/chunks/bundle-D8yzgwQq.js +370 -0
- package/cjs/chunks/bundle-D8yzgwQq.js.map +1 -0
- package/cjs/chunks/{bundle-BfJXjRdq.js → bundle-DCTSWuu7.js} +1 -1
- package/cjs/chunks/bundle-DCTSWuu7.js.map +1 -0
- package/cjs/chunks/{bundle-UPXtcgsM.js → bundle-DEPVIREe.js} +3 -3
- package/cjs/chunks/bundle-DEPVIREe.js.map +1 -0
- package/cjs/chunks/{bundle-B9Ws-dQ9.js → bundle-DFMKBWZ-.js} +3 -3
- package/cjs/chunks/bundle-DFMKBWZ-.js.map +1 -0
- package/cjs/chunks/{bundle-CBRLDy3Y.js → bundle-DH_1RL2d.js} +1 -1
- package/cjs/chunks/bundle-DH_1RL2d.js.map +1 -0
- package/cjs/chunks/bundle-DJYmo2fi.js +71 -0
- package/cjs/chunks/bundle-DJYmo2fi.js.map +1 -0
- package/cjs/chunks/{bundle-reY2nEU9.js → bundle-DM_pqxu2.js} +3 -3
- package/cjs/chunks/bundle-DM_pqxu2.js.map +1 -0
- package/cjs/chunks/{bundle-B1-PvXu0.js → bundle-DO5hLS-7.js} +11 -11
- package/cjs/chunks/{bundle-B1-PvXu0.js.map → bundle-DO5hLS-7.js.map} +1 -1
- package/cjs/chunks/{bundle-wQzIFZ_d.js → bundle-DQg6x_7w.js} +3 -3
- package/cjs/chunks/bundle-DQg6x_7w.js.map +1 -0
- package/cjs/chunks/{bundle-CMAUG_fU.js → bundle-DSk_ov0w.js} +1 -1
- package/cjs/chunks/bundle-DSk_ov0w.js.map +1 -0
- package/cjs/chunks/{bundle-D45aVa7h.js → bundle-DUYGmcBc.js} +6 -6
- package/cjs/chunks/bundle-DUYGmcBc.js.map +1 -0
- package/cjs/chunks/{bundle-qyYR3zev.js → bundle-DW0GVQbx.js} +1 -1
- package/cjs/chunks/bundle-DW0GVQbx.js.map +1 -0
- package/cjs/chunks/{bundle-BLMQTUu9.js → bundle-DgmZoB_W.js} +3 -3
- package/cjs/chunks/bundle-DgmZoB_W.js.map +1 -0
- package/cjs/chunks/{bundle-DRlkodVP.js → bundle-Dl8ZJaN5.js} +2 -2
- package/cjs/chunks/bundle-Dl8ZJaN5.js.map +1 -0
- package/cjs/chunks/{bundle-CLRPURXv.js → bundle-Dq_BfgEB.js} +1 -1
- package/cjs/chunks/bundle-Dq_BfgEB.js.map +1 -0
- package/cjs/chunks/{bundle-CyTIW0JZ.js → bundle-Du4-Q-XI.js} +1 -1
- package/cjs/chunks/bundle-Du4-Q-XI.js.map +1 -0
- package/cjs/chunks/{bundle-B4ERFxve.js → bundle-DwjDowlR.js} +4 -4
- package/cjs/chunks/bundle-DwjDowlR.js.map +1 -0
- package/cjs/chunks/{bundle-CPVkXy9s.js → bundle-EkV09OtG.js} +1 -1
- package/cjs/chunks/bundle-EkV09OtG.js.map +1 -0
- package/cjs/chunks/{bundle-BW3lKCl2.js → bundle-FWmDID1m.js} +7 -7
- package/cjs/chunks/bundle-FWmDID1m.js.map +1 -0
- package/cjs/chunks/{bundle-vdG6AI-_.js → bundle-Jcyr7oF2.js} +5 -5
- package/cjs/chunks/bundle-Jcyr7oF2.js.map +1 -0
- package/cjs/chunks/{bundle-DjpWffuA.js → bundle-V3A8AaNp.js} +1 -1
- package/cjs/chunks/bundle-V3A8AaNp.js.map +1 -0
- package/cjs/chunks/{bundle-Be48lLMX.js → bundle-aMF7cjjX.js} +4 -4
- package/cjs/chunks/bundle-aMF7cjjX.js.map +1 -0
- package/cjs/chunks/{bundle-Bwspr896.js → bundle-mUzftbki.js} +6 -1
- package/cjs/chunks/bundle-mUzftbki.js.map +1 -0
- package/cjs/chunks/{bundle-DaMfuE8O.js → bundle-pbHgulpn.js} +3 -3
- package/cjs/chunks/bundle-pbHgulpn.js.map +1 -0
- package/cjs/chunks/{bundle-khkLB6lz.js → bundle-qn9zfxlD.js} +1 -1
- package/cjs/chunks/bundle-qn9zfxlD.js.map +1 -0
- package/cjs/chunks/{bundle-BrwM1NMi.js → bundle-vMl-hjKf.js} +1 -1
- package/cjs/chunks/bundle-vMl-hjKf.js.map +1 -0
- package/cjs/hooks/useModal.js +16 -15
- package/cjs/hooks/useModal.js.map +1 -1
- package/cjs/index.js +85 -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 +5 -5
- package/cjs/ui/BottomSheet.js +16 -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 +6 -6
- package/cjs/ui/ContextMenu.js +113 -15
- 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 +8 -8
- package/cjs/ui/FileMessageItemBody.js +9 -9
- package/cjs/ui/FileViewer.js +19 -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 +14 -15
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +102 -61
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +17 -16
- package/cjs/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/cjs/ui/MessageFeedbackModal.js +17 -16
- package/cjs/ui/MessageFeedbackModal.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +17 -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 +13 -21
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageMenu.js +35 -0
- package/cjs/ui/MessageMenu.js.map +1 -0
- package/cjs/ui/MessageSearchFileItem.js +15 -15
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +13 -13
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +16 -15
- package/cjs/ui/MobileFeedbackMenu.js.map +1 -1
- package/cjs/ui/Modal.js +16 -15
- package/cjs/ui/Modal.js.map +1 -1
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +22 -21
- 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 +19 -20
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +21 -22
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +18 -19
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +19 -20
- 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/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +10 -10
- package/cjs/ui/QuoteMessageInput.js +10 -10
- 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 +10 -10
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +20 -19
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +8 -8
- 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 +8 -8
- package/cjs/ui/UserListItem.js +14 -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 +16 -15
- package/cjs/ui/VoiceMessageItemBody.js.map +1 -1
- package/cjs/ui/Word.js +15 -16
- 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/dist/index.css +34 -2
- package/hooks/useModal.js +16 -15
- package/hooks/useModal.js.map +1 -1
- package/index.js +85 -84
- package/index.js.map +1 -1
- package/package.json +12 -3
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useElementObserver.d.ts +2 -0
- package/types/lib/hooks/useTheme.d.ts +2 -1
- package/types/lib/types.d.ts +1 -0
- package/types/lib/utils/colorMapper.d.ts +31 -0
- package/types/modules/GroupChannel/context/utils.d.ts +1 -0
- package/types/modules/Message/utils/tokens/asSafeURL.d.ts +1 -0
- package/types/modules/Message/utils/tokens/tokenize.d.ts +11 -1
- package/types/modules/Message/utils/tokens/types.d.ts +9 -1
- package/types/ui/ContextMenu/EmojiListItems.d.ts +2 -1
- package/types/ui/ContextMenu/MenuItems.d.ts +1 -0
- package/types/ui/ContextMenu/index.d.ts +5 -1
- package/types/ui/MessageContent/index.d.ts +1 -1
- package/types/ui/MessageItemReactionMenu/index.d.ts +1 -2
- package/types/ui/MessageMenu/MessageMenu.d.ts +37 -0
- package/types/ui/MessageMenu/MessageMenuProvider.d.ts +34 -0
- package/types/ui/MessageMenu/index.d.ts +4 -0
- package/types/ui/MessageMenu/menuItems/BasicItems.d.ts +11 -0
- package/types/ui/MessageMenu/menuItems/BottomSheetMenuItems.d.ts +9 -0
- package/types/ui/MessageMenu/menuItems/MessageMenuItems.d.ts +18 -0
- package/types/ui/MessageMenu/menuItems/MobileMenuItems.d.ts +9 -0
- package/types/ui/MobileMenu/types.d.ts +7 -1
- package/types/ui/OGMessageItemBody/index.d.ts +2 -1
- package/types/ui/TextMessageItemBody/index.d.ts +2 -1
- package/types/utils/menuConditions.d.ts +24 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +16 -15
- package/ui/BottomSheet.js.map +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +109 -15
- 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 +8 -8
- package/ui/FileMessageItemBody.js +9 -9
- package/ui/FileViewer.js +19 -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 +14 -15
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +103 -62
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +17 -16
- package/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/ui/MessageFeedbackModal.js +17 -16
- package/ui/MessageFeedbackModal.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +17 -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 +14 -22
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageMenu.js +25 -0
- package/ui/MessageMenu.js.map +1 -0
- package/ui/MessageSearchFileItem.js +15 -15
- package/ui/MessageSearchItem.js +12 -12
- package/ui/MessageStatus.js +13 -13
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +16 -15
- package/ui/MobileFeedbackMenu.js.map +1 -1
- package/ui/Modal.js +16 -15
- package/ui/Modal.js.map +1 -1
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +22 -21
- 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 +19 -20
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +21 -22
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +18 -19
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +19 -20
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +10 -10
- package/ui/QuoteMessageInput.js +10 -10
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +10 -10
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +20 -19
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +8 -8
- 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 +8 -8
- package/ui/UserListItem.js +14 -15
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +16 -15
- package/ui/VoiceMessageItemBody.js.map +1 -1
- package/ui/Word.js +15 -16
- 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-3rbgyUFf.js.map +0 -1
- package/chunks/bundle-6c1kf582.js.map +0 -1
- package/chunks/bundle-B2jN9S8f.js.map +0 -1
- package/chunks/bundle-B8TpflN6.js.map +0 -1
- package/chunks/bundle-B8xX1Uqv.js.map +0 -1
- package/chunks/bundle-B9jaULeT.js.map +0 -1
- package/chunks/bundle-BDRmRmBl.js.map +0 -1
- package/chunks/bundle-BJuiDRhf.js.map +0 -1
- package/chunks/bundle-BMIlxeLF.js.map +0 -1
- package/chunks/bundle-BN9hrgMv.js.map +0 -1
- package/chunks/bundle-BPHZWcCv.js.map +0 -1
- package/chunks/bundle-BU88BWC9.js.map +0 -1
- package/chunks/bundle-Bg_q4-JM.js.map +0 -1
- package/chunks/bundle-BkXs4vmC.js.map +0 -1
- package/chunks/bundle-BpOEDk4N.js.map +0 -1
- package/chunks/bundle-ByOz6UaI.js.map +0 -1
- package/chunks/bundle-C0OqoVhE.js.map +0 -1
- package/chunks/bundle-C5TWIrbF.js.map +0 -1
- package/chunks/bundle-C7vkuHMJ.js.map +0 -1
- package/chunks/bundle-CCLbyHL5.js.map +0 -1
- package/chunks/bundle-CEQrkcG2.js.map +0 -1
- package/chunks/bundle-CFVWrfBk.js.map +0 -1
- package/chunks/bundle-CKHDZj3X.js.map +0 -1
- package/chunks/bundle-CoKBNINX.js.map +0 -1
- package/chunks/bundle-CopNic9v.js.map +0 -1
- package/chunks/bundle-Cyq2ZaJb.js.map +0 -1
- package/chunks/bundle-CzPQUoBY.js.map +0 -1
- package/chunks/bundle-D8ed5Px8.js.map +0 -1
- package/chunks/bundle-D97UcpIe.js.map +0 -1
- package/chunks/bundle-DEtCTxPD.js.map +0 -1
- package/chunks/bundle-DHttsGgb.js +0 -36
- package/chunks/bundle-DHttsGgb.js.map +0 -1
- package/chunks/bundle-DI7rfz5k.js.map +0 -1
- package/chunks/bundle-DJ5w4Eoe.js.map +0 -1
- package/chunks/bundle-DOrP_yMR.js.map +0 -1
- package/chunks/bundle-DT4DSBZo.js.map +0 -1
- package/chunks/bundle-DXfHdLu7.js.map +0 -1
- package/chunks/bundle-DZdtzdKh.js.map +0 -1
- package/chunks/bundle-DZj625VH.js.map +0 -1
- package/chunks/bundle-DhI4QWLh.js.map +0 -1
- package/chunks/bundle-DhiRvnEl.js.map +0 -1
- package/chunks/bundle-Dnuvu_jv.js +0 -229
- package/chunks/bundle-DqRO_GUT.js.map +0 -1
- package/chunks/bundle-DtJdiuLe.js.map +0 -1
- package/chunks/bundle-LTG1RsSu.js.map +0 -1
- package/chunks/bundle-VnrHQwUf.js.map +0 -1
- package/chunks/bundle-YkcGOzNM.js.map +0 -1
- package/chunks/bundle-p7o7XIwK.js +0 -95
- package/chunks/bundle-pgzH1a0T.js.map +0 -1
- package/chunks/bundle-qeI43E3_.js.map +0 -1
- package/chunks/bundle-uQmOP01H.js.map +0 -1
- package/chunks/bundle-vrHvkBOt.js.map +0 -1
- package/chunks/bundle-wnzL460e.js.map +0 -1
- package/cjs/chunks/bundle-8AeXVjXK.js.map +0 -1
- package/cjs/chunks/bundle-9xV-yjpP.js.map +0 -1
- package/cjs/chunks/bundle-B1C0IbXD.js.map +0 -1
- package/cjs/chunks/bundle-B4ERFxve.js.map +0 -1
- package/cjs/chunks/bundle-B9Ws-dQ9.js.map +0 -1
- package/cjs/chunks/bundle-BDK2QCjs.js.map +0 -1
- package/cjs/chunks/bundle-BLMQTUu9.js.map +0 -1
- package/cjs/chunks/bundle-BO6yBZb4.js.map +0 -1
- package/cjs/chunks/bundle-BW3lKCl2.js.map +0 -1
- package/cjs/chunks/bundle-BWgaoz_w.js.map +0 -1
- package/cjs/chunks/bundle-BZ_eywy9.js.map +0 -1
- package/cjs/chunks/bundle-B_TBDUIo.js.map +0 -1
- package/cjs/chunks/bundle-Bd0RdeK2.js.map +0 -1
- package/cjs/chunks/bundle-BdYPdaVo.js.map +0 -1
- package/cjs/chunks/bundle-Be48lLMX.js.map +0 -1
- package/cjs/chunks/bundle-BfJXjRdq.js.map +0 -1
- package/cjs/chunks/bundle-BiLIbWF-.js.map +0 -1
- package/cjs/chunks/bundle-BoW1OyHH.js.map +0 -1
- package/cjs/chunks/bundle-BrwM1NMi.js.map +0 -1
- package/cjs/chunks/bundle-Bwspr896.js.map +0 -1
- package/cjs/chunks/bundle-By5uXdBg.js.map +0 -1
- package/cjs/chunks/bundle-BygoI0yo.js.map +0 -1
- package/cjs/chunks/bundle-C9XFSTYf.js.map +0 -1
- package/cjs/chunks/bundle-CBRLDy3Y.js.map +0 -1
- package/cjs/chunks/bundle-CD36CC-P.js +0 -231
- package/cjs/chunks/bundle-CLRPURXv.js.map +0 -1
- package/cjs/chunks/bundle-CMAUG_fU.js.map +0 -1
- package/cjs/chunks/bundle-CNLhvQ5S.js +0 -97
- package/cjs/chunks/bundle-CPVkXy9s.js.map +0 -1
- package/cjs/chunks/bundle-CTWNooAA.js.map +0 -1
- package/cjs/chunks/bundle-CXlUscvX.js.map +0 -1
- package/cjs/chunks/bundle-ChVQ484N.js.map +0 -1
- package/cjs/chunks/bundle-ClGYZFGc.js.map +0 -1
- package/cjs/chunks/bundle-CpVQAeGa.js.map +0 -1
- package/cjs/chunks/bundle-CvRdW9yw.js.map +0 -1
- package/cjs/chunks/bundle-CwrQm55R.js.map +0 -1
- package/cjs/chunks/bundle-CyTIW0JZ.js.map +0 -1
- package/cjs/chunks/bundle-D-0kNmde.js.map +0 -1
- package/cjs/chunks/bundle-D-9WWmQ7.js +0 -38
- package/cjs/chunks/bundle-D-9WWmQ7.js.map +0 -1
- package/cjs/chunks/bundle-D45aVa7h.js.map +0 -1
- package/cjs/chunks/bundle-DDEP4rF3.js.map +0 -1
- package/cjs/chunks/bundle-DRlkodVP.js.map +0 -1
- package/cjs/chunks/bundle-DYfOAYVw.js.map +0 -1
- package/cjs/chunks/bundle-DaMfuE8O.js.map +0 -1
- package/cjs/chunks/bundle-DeWZBEt-.js.map +0 -1
- package/cjs/chunks/bundle-DjpWffuA.js.map +0 -1
- package/cjs/chunks/bundle-DlOVETdD.js.map +0 -1
- package/cjs/chunks/bundle-DnGEUKrZ.js.map +0 -1
- package/cjs/chunks/bundle-DrzXaO_W.js.map +0 -1
- package/cjs/chunks/bundle-DsFiTdM1.js.map +0 -1
- package/cjs/chunks/bundle-NVCMyfbx.js.map +0 -1
- package/cjs/chunks/bundle-O3NwtEP9.js.map +0 -1
- package/cjs/chunks/bundle-UPXtcgsM.js.map +0 -1
- package/cjs/chunks/bundle-Z0hf3KQq.js.map +0 -1
- package/cjs/chunks/bundle-eDh1f0yH.js.map +0 -1
- package/cjs/chunks/bundle-khkLB6lz.js.map +0 -1
- package/cjs/chunks/bundle-oQe6hXee.js.map +0 -1
- package/cjs/chunks/bundle-qyYR3zev.js.map +0 -1
- package/cjs/chunks/bundle-reY2nEU9.js.map +0 -1
- package/cjs/chunks/bundle-uizj_uI6.js.map +0 -1
- package/cjs/chunks/bundle-vdG6AI-_.js.map +0 -1
- package/cjs/chunks/bundle-wQzIFZ_d.js.map +0 -1
- package/cjs/chunks/bundle-y6VzViQL.js.map +0 -1
- package/cjs/chunks/bundle-zmFINave.js.map +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { MouseEvent, ReactNode } from 'react';
|
|
2
|
+
export interface MenuItemProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
tabIndex?: number;
|
|
6
|
+
testID?: string;
|
|
7
|
+
onClick?: (e: MouseEvent<HTMLLIElement | HTMLDivElement>) => void;
|
|
8
|
+
children: ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare const MenuItem: ({ className, disabled, tabIndex, testID, onClick, children, }: MenuItemProps) => React.JSX.Element;
|
|
11
|
+
export declare const BottomSheetMenuItem: ({ className, disabled, tabIndex, testID, onClick, children, }: MenuItemProps) => React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { PrebuildMenuItemPropsType } from './MessageMenuItems';
|
|
3
|
+
export declare const CopyMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
4
|
+
export declare const EditMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
5
|
+
export declare const ResendMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
6
|
+
export declare const ReplyMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
7
|
+
export declare const ThreadMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
8
|
+
export declare const DeleteMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
9
|
+
export declare const DownloadMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React, { FocusEvent, MouseEvent, MutableRefObject, ReactNode } from 'react';
|
|
2
|
+
import { IconProps } from '../../Icon';
|
|
3
|
+
import { MenuItemProps } from './BasicItems';
|
|
4
|
+
export interface TriggerIconProps {
|
|
5
|
+
ref: MutableRefObject<any>;
|
|
6
|
+
onClick?: (e: MouseEvent) => void;
|
|
7
|
+
onBlur?: (e: FocusEvent) => void;
|
|
8
|
+
renderIcon?: (props: IconProps) => ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare const TriggerIcon: ({ ref, onClick, onBlur, renderIcon, }: TriggerIconProps) => React.JSX.Element;
|
|
11
|
+
export type PrebuildMenuItemPropsType = Omit<MenuItemProps, 'children'> & Partial<Pick<MenuItemProps, 'children'>>;
|
|
12
|
+
export declare const CopyMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
13
|
+
export declare const ReplyMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
14
|
+
export declare const ThreadMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
15
|
+
export declare const OpenInChannelMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
16
|
+
export declare const EditMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
17
|
+
export declare const ResendMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
18
|
+
export declare const DeleteMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { PrebuildMenuItemPropsType } from './MessageMenuItems';
|
|
3
|
+
export declare const CopyMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
4
|
+
export declare const ReplyMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
5
|
+
export declare const ThreadMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
6
|
+
export declare const EditMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
7
|
+
export declare const ResendMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
8
|
+
export declare const DeleteMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
9
|
+
export declare const DownloadMenuItem: (props: PrebuildMenuItemPropsType) => React.JSX.Element;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import React, { MouseEvent } from 'react';
|
|
1
|
+
import React, { MouseEvent, ReactNode } from 'react';
|
|
2
2
|
import type { EmojiContainer } from '@sendbird/chat';
|
|
3
3
|
import type { GroupChannel } from '@sendbird/chat/groupChannel';
|
|
4
4
|
import type { OpenChannel } from '@sendbird/chat/openChannel';
|
|
5
5
|
import { CoreMessageType, SendableMessageType } from '../../utils';
|
|
6
6
|
import { ReplyType } from '../../types';
|
|
7
|
+
import type { RenderMenuItemsParams } from '../MessageMenu/MessageMenu';
|
|
7
8
|
export type DeleteMenuStates = 'DISABLE' | 'HIDE' | 'ACTIVE';
|
|
9
|
+
type MobileRenderMenuItemsParams = {
|
|
10
|
+
items: Omit<RenderMenuItemsParams['items'], 'OpenInChannelMenuItem'>;
|
|
11
|
+
};
|
|
8
12
|
export interface BaseMenuProps {
|
|
9
13
|
channel: GroupChannel | OpenChannel;
|
|
10
14
|
message: SendableMessageType;
|
|
@@ -26,8 +30,10 @@ export interface BaseMenuProps {
|
|
|
26
30
|
}) => void;
|
|
27
31
|
isOpenedFromThread?: boolean;
|
|
28
32
|
onDownloadClick?: (e: MouseEvent) => Promise<void>;
|
|
33
|
+
renderMenuItems?: (params: MobileRenderMenuItemsParams) => ReactNode;
|
|
29
34
|
}
|
|
30
35
|
export interface MobileBottomSheetProps extends BaseMenuProps {
|
|
31
36
|
emojiContainer?: EmojiContainer;
|
|
32
37
|
toggleReaction?: (message: SendableMessageType, reactionKey: string, isReacted: boolean) => void;
|
|
33
38
|
}
|
|
39
|
+
export {};
|
|
@@ -8,7 +8,8 @@ interface Props {
|
|
|
8
8
|
mouseHover?: boolean;
|
|
9
9
|
isMentionEnabled?: boolean;
|
|
10
10
|
isReactionEnabled?: boolean;
|
|
11
|
+
isMarkdownEnabled?: boolean;
|
|
11
12
|
onMessageHeightChange?: () => void;
|
|
12
13
|
}
|
|
13
|
-
export default function OGMessageItemBody({ className, message, isByMe, mouseHover, isMentionEnabled, isReactionEnabled, onMessageHeightChange, }: Props): ReactElement;
|
|
14
|
+
export default function OGMessageItemBody({ className, message, isByMe, mouseHover, isMentionEnabled, isReactionEnabled, isMarkdownEnabled, onMessageHeightChange, }: Props): ReactElement;
|
|
14
15
|
export {};
|
|
@@ -8,6 +8,7 @@ interface Props {
|
|
|
8
8
|
mouseHover?: boolean;
|
|
9
9
|
isMentionEnabled?: boolean;
|
|
10
10
|
isReactionEnabled?: boolean;
|
|
11
|
+
isMarkdownEnabled?: boolean;
|
|
11
12
|
}
|
|
12
|
-
export default function TextMessageItemBody({ className, message, isByMe, mouseHover, isMentionEnabled, isReactionEnabled, }: Props): ReactElement;
|
|
13
|
+
export default function TextMessageItemBody({ className, message, isByMe, mouseHover, isMentionEnabled, isReactionEnabled, isMarkdownEnabled, }: Props): ReactElement;
|
|
13
14
|
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { GroupChannel } from '@sendbird/chat/groupChannel';
|
|
2
|
+
import type { OpenChannel } from '@sendbird/chat/openChannel';
|
|
3
|
+
import { SendableMessageType } from '.';
|
|
4
|
+
export declare const isReplyTypeMessageEnabled: ({ channel, message }: {
|
|
5
|
+
channel: any;
|
|
6
|
+
message: any;
|
|
7
|
+
}) => boolean;
|
|
8
|
+
export interface MenuConditionsParams {
|
|
9
|
+
message: SendableMessageType;
|
|
10
|
+
channel: GroupChannel | OpenChannel;
|
|
11
|
+
isByMe: boolean;
|
|
12
|
+
replyType: string;
|
|
13
|
+
onMoveToParentMessage?: (() => void) | null;
|
|
14
|
+
onReplyInThread?: (props: {
|
|
15
|
+
message: SendableMessageType;
|
|
16
|
+
}) => void;
|
|
17
|
+
}
|
|
18
|
+
export declare const showMenuItemCopy: ({ message }: MenuConditionsParams) => boolean;
|
|
19
|
+
export declare const showMenuItemEdit: ({ message, channel, isByMe }: MenuConditionsParams) => boolean;
|
|
20
|
+
export declare const showMenuItemResend: ({ message, isByMe }: MenuConditionsParams) => boolean;
|
|
21
|
+
export declare const showMenuItemDelete: ({ message, channel, isByMe }: MenuConditionsParams) => boolean;
|
|
22
|
+
export declare const showMenuItemOpenInChannel: ({ onMoveToParentMessage }: MenuConditionsParams) => boolean;
|
|
23
|
+
export declare const showMenuItemReply: ({ channel, message, replyType }: MenuConditionsParams) => boolean;
|
|
24
|
+
export declare const showMenuItemThread: ({ channel, message, replyType, onReplyInThread }: MenuConditionsParams) => boolean;
|
package/ui/Accordion.js
CHANGED
|
@@ -2,8 +2,8 @@ import React__default, { useMemo } from 'react';
|
|
|
2
2
|
import Icon, { IconTypes } from './Icon.js';
|
|
3
3
|
import { useAccordionGroupContext, AccordionGroupProvider } from './AccordionGroup.js';
|
|
4
4
|
export { AccordionGroupContext } from './AccordionGroup.js';
|
|
5
|
-
import { c as classnames } from '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
5
|
+
import { c as classnames } from '../chunks/bundle-CdRIsiQ1.js';
|
|
6
|
+
import '../chunks/bundle-DIOwxpcG.js';
|
|
7
7
|
|
|
8
8
|
var Accordion = function (_a) {
|
|
9
9
|
var className = _a.className, id = _a.id, renderTitle = _a.renderTitle, renderContent = _a.renderContent, renderFooter = _a.renderFooter;
|
package/ui/AccordionGroup.js
CHANGED
package/ui/AdminMessage.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { c as __spreadArray } from '../chunks/bundle-DIOwxpcG.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
4
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
5
5
|
|
|
6
6
|
function AdminMessage(_a) {
|
|
7
7
|
var _b;
|
package/ui/Avatar.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '../chunks/bundle-
|
|
1
|
+
import '../chunks/bundle-DIOwxpcG.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import './ImageRenderer.js';
|
|
4
|
-
export { b as AvatarInner, A as default } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
4
|
+
export { b as AvatarInner, A as default } from '../chunks/bundle-D_CNS70y.js';
|
|
5
|
+
import '../chunks/bundle-CdRIsiQ1.js';
|
|
6
|
+
import '../chunks/bundle-LJTd2kwV.js';
|
|
7
7
|
import './Icon.js';
|
|
8
8
|
//# sourceMappingURL=Avatar.js.map
|
package/ui/Badge.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { c as __spreadArray } from '../chunks/bundle-DIOwxpcG.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import { L as LocalizationContext } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
4
|
+
import { L as LocalizationContext } from '../chunks/bundle-DYYQHn6P.js';
|
|
5
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
6
|
+
import '../chunks/bundle-D7eYnlgm.js';
|
|
7
7
|
|
|
8
8
|
function Badge(_a) {
|
|
9
9
|
var count = _a.count, _b = _a.maxLevel, maxLevel = _b === void 0 ? 2 : _b, _c = _a.className, className = _c === void 0 ? '' : _c;
|
package/ui/BottomSheet.js
CHANGED
|
@@ -1,31 +1,32 @@
|
|
|
1
1
|
import React__default, { useRef } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { a as MODAL_ROOT } from '../chunks/bundle-
|
|
3
|
+
import { a as MODAL_ROOT } from '../chunks/bundle-se1hgaQ-.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
5
|
+
import '../chunks/bundle-DIOwxpcG.js';
|
|
6
|
+
import '../chunks/bundle-Bq0-bOfM.js';
|
|
7
7
|
import '@sendbird/chat/groupChannel';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
11
|
-
import '../chunks/bundle-
|
|
12
|
-
import '../chunks/bundle-
|
|
13
|
-
import '../chunks/bundle-
|
|
14
|
-
import '../chunks/bundle-
|
|
15
|
-
import '../chunks/bundle-
|
|
9
|
+
import '../chunks/bundle-CT6oIowo.js';
|
|
10
|
+
import '../chunks/bundle-DKbR0B7W.js';
|
|
11
|
+
import '../chunks/bundle-CdRIsiQ1.js';
|
|
12
|
+
import '../chunks/bundle-DYYQHn6P.js';
|
|
13
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
14
|
+
import '../chunks/bundle-D7eYnlgm.js';
|
|
15
|
+
import '../chunks/bundle-5suIscWh.js';
|
|
16
16
|
import './IconButton.js';
|
|
17
17
|
import './Button.js';
|
|
18
|
-
import '../chunks/bundle-
|
|
18
|
+
import '../chunks/bundle-BlCc7_eN.js';
|
|
19
19
|
import './Icon.js';
|
|
20
20
|
import '@sendbird/uikit-tools';
|
|
21
21
|
import '../withSendbird.js';
|
|
22
22
|
import 'css-vars-ponyfill';
|
|
23
23
|
import '@sendbird/chat';
|
|
24
|
-
import '../chunks/bundle-
|
|
24
|
+
import '../chunks/bundle-CjreAsCZ.js';
|
|
25
25
|
import '@sendbird/chat/openChannel';
|
|
26
|
-
import '../chunks/bundle-
|
|
27
|
-
import '../chunks/bundle-
|
|
28
|
-
import '
|
|
26
|
+
import '../chunks/bundle-DDA3KytI.js';
|
|
27
|
+
import '../chunks/bundle-DjH4PXg3.js';
|
|
28
|
+
import './ContextMenu.js';
|
|
29
|
+
import './SortByRow.js';
|
|
29
30
|
|
|
30
31
|
var BottomSheet = function (props) {
|
|
31
32
|
var _a, _b, _c;
|
package/ui/BottomSheet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomSheet.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BottomSheet.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/ui/Button.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { c as __spreadArray } from '../chunks/bundle-DIOwxpcG.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
4
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
5
5
|
|
|
6
6
|
var ButtonTypes;
|
|
7
7
|
(function (ButtonTypes) {
|
package/ui/ChannelAvatar.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useMemo } from 'react';
|
|
2
|
-
import { A as Avatar } from '../chunks/bundle-
|
|
2
|
+
import { A as Avatar } from '../chunks/bundle-D_CNS70y.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
4
|
+
import { g as generateDefaultAvatar, a as getChannelAvatarSource } from '../chunks/bundle-PaTjZoup.js';
|
|
5
|
+
import '../chunks/bundle-DIOwxpcG.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
|
-
import '../chunks/bundle-
|
|
8
|
-
import '../chunks/bundle-
|
|
7
|
+
import '../chunks/bundle-CdRIsiQ1.js';
|
|
8
|
+
import '../chunks/bundle-LJTd2kwV.js';
|
|
9
9
|
|
|
10
10
|
function ChannelAvatar(_a) {
|
|
11
11
|
var channel = _a.channel, userId = _a.userId, theme = _a.theme, _b = _a.width, width = _b === void 0 ? 56 : _b, _c = _a.height, height = _c === void 0 ? 56 : _c;
|
package/ui/ConnectionStatus.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
4
|
-
import { L as LocalizationContext } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
8
|
-
import '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
4
|
+
import { L as LocalizationContext } from '../chunks/bundle-DYYQHn6P.js';
|
|
5
|
+
import '../chunks/bundle-DIOwxpcG.js';
|
|
6
|
+
import '../chunks/bundle-CdRIsiQ1.js';
|
|
7
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
8
|
+
import '../chunks/bundle-D7eYnlgm.js';
|
|
9
9
|
|
|
10
10
|
function ConnectionStatus() {
|
|
11
11
|
var stringSet = useContext(LocalizationContext).stringSet;
|
package/ui/ContextMenu.js
CHANGED
|
@@ -1,18 +1,107 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useCallback, useEffect } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { e as __extends, _ as __assign } from '../chunks/bundle-DIOwxpcG.js';
|
|
3
|
+
import { createPortal } from 'react-dom';
|
|
4
|
+
import { c as classnames } from '../chunks/bundle-CdRIsiQ1.js';
|
|
3
5
|
import { Role } from '@sendbird/chat';
|
|
4
6
|
import { OpenChannel } from '@sendbird/chat/openChannel';
|
|
5
|
-
import { createPortal } from 'react-dom';
|
|
6
7
|
import SortByRow from './SortByRow.js';
|
|
7
|
-
import { w as getClassName } from '../chunks/bundle-
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-BJuiDRhf.js';
|
|
8
|
+
import { w as getClassName } from '../chunks/bundle-Bq0-bOfM.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
10
|
+
import '../chunks/bundle-CjreAsCZ.js';
|
|
11
11
|
import '@sendbird/chat/groupChannel';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
|
-
import '../chunks/bundle-
|
|
14
|
-
import '../chunks/bundle-
|
|
15
|
-
import '../chunks/bundle-
|
|
13
|
+
import '../chunks/bundle-CT6oIowo.js';
|
|
14
|
+
import '../chunks/bundle-DKbR0B7W.js';
|
|
15
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
16
|
+
|
|
17
|
+
// padding to handle height of last item in message-list
|
|
18
|
+
var HEIGHT_PADDING = 60;
|
|
19
|
+
var MenuItems$1 = /** @class */ (function (_super) {
|
|
20
|
+
__extends(MenuItems, _super);
|
|
21
|
+
function MenuItems(props) {
|
|
22
|
+
var _this = _super.call(this, props) || this;
|
|
23
|
+
_this.menuRef = React__default.createRef();
|
|
24
|
+
_this.setupEvents = function () {
|
|
25
|
+
var closeDropdown = _this.props.closeDropdown;
|
|
26
|
+
var menuRef = _this.menuRef;
|
|
27
|
+
var handleClickOutside = function (event) {
|
|
28
|
+
var _a, _b;
|
|
29
|
+
if ((menuRef === null || menuRef === void 0 ? void 0 : menuRef.current) && !((_b = (_a = menuRef === null || menuRef === void 0 ? void 0 : menuRef.current) === null || _a === void 0 ? void 0 : _a.contains) === null || _b === void 0 ? void 0 : _b.call(_a, event.target))) {
|
|
30
|
+
closeDropdown === null || closeDropdown === void 0 ? void 0 : closeDropdown();
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
_this.setState({
|
|
34
|
+
handleClickOutside: handleClickOutside,
|
|
35
|
+
});
|
|
36
|
+
document.addEventListener('mousedown', handleClickOutside);
|
|
37
|
+
};
|
|
38
|
+
_this.cleanUpEvents = function () {
|
|
39
|
+
var handleClickOutside = _this.state.handleClickOutside;
|
|
40
|
+
document.removeEventListener('mousedown', handleClickOutside);
|
|
41
|
+
};
|
|
42
|
+
_this.getMenuPosition = function () {
|
|
43
|
+
var _a, _b;
|
|
44
|
+
var _c = _this.props, parentRef = _c.parentRef, openLeft = _c.openLeft;
|
|
45
|
+
var parentRect = (_b = (_a = parentRef === null || parentRef === void 0 ? void 0 : parentRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect) === null || _b === void 0 ? void 0 : _b.call(_a);
|
|
46
|
+
var x = (parentRect === null || parentRect === void 0 ? void 0 : parentRect.x) || (parentRect === null || parentRect === void 0 ? void 0 : parentRect.left) || 0;
|
|
47
|
+
var y = (parentRect === null || parentRect === void 0 ? void 0 : parentRect.y) || (parentRect === null || parentRect === void 0 ? void 0 : parentRect.top) || 0;
|
|
48
|
+
var menuStyle = {
|
|
49
|
+
top: y,
|
|
50
|
+
left: x,
|
|
51
|
+
};
|
|
52
|
+
if (!_this.menuRef.current)
|
|
53
|
+
return menuStyle;
|
|
54
|
+
var innerWidth = window.innerWidth, innerHeight = window.innerHeight;
|
|
55
|
+
var rect = _this.menuRef.current.getBoundingClientRect();
|
|
56
|
+
if (y + rect.height + HEIGHT_PADDING > innerHeight) {
|
|
57
|
+
menuStyle.top -= rect.height;
|
|
58
|
+
}
|
|
59
|
+
if (x + rect.width > innerWidth && !openLeft) {
|
|
60
|
+
menuStyle.left -= rect.width;
|
|
61
|
+
}
|
|
62
|
+
if (menuStyle.top < 0) {
|
|
63
|
+
menuStyle.top = rect.height < innerHeight ? (innerHeight - rect.height) / 2 : 0;
|
|
64
|
+
}
|
|
65
|
+
menuStyle.top += 32;
|
|
66
|
+
if (openLeft) {
|
|
67
|
+
var padding = Number.isNaN(rect.width - 30)
|
|
68
|
+
? 108 // default
|
|
69
|
+
: rect.width - 30;
|
|
70
|
+
menuStyle.left -= padding;
|
|
71
|
+
}
|
|
72
|
+
// warning: this section has to be executed after the openLeft is calculated
|
|
73
|
+
// menu is outside viewport
|
|
74
|
+
if (menuStyle.left < 0) {
|
|
75
|
+
menuStyle.left = rect.width < innerWidth ? (innerWidth - rect.width) / 2 : 0;
|
|
76
|
+
}
|
|
77
|
+
_this.setState({ menuStyle: menuStyle });
|
|
78
|
+
return menuStyle;
|
|
79
|
+
};
|
|
80
|
+
_this.state = {
|
|
81
|
+
menuStyle: { top: 0, left: 0 },
|
|
82
|
+
handleClickOutside: function () { },
|
|
83
|
+
};
|
|
84
|
+
return _this;
|
|
85
|
+
}
|
|
86
|
+
MenuItems.prototype.componentDidMount = function () {
|
|
87
|
+
this.setupEvents();
|
|
88
|
+
this.getMenuPosition();
|
|
89
|
+
};
|
|
90
|
+
MenuItems.prototype.componentWillUnmount = function () {
|
|
91
|
+
this.cleanUpEvents();
|
|
92
|
+
};
|
|
93
|
+
MenuItems.prototype.render = function () {
|
|
94
|
+
var portalElement = document.getElementById('sendbird-dropdown-portal');
|
|
95
|
+
if (!portalElement)
|
|
96
|
+
return React__default.createElement(React__default.Fragment, null);
|
|
97
|
+
var menuStyle = this.state.menuStyle;
|
|
98
|
+
var _a = this.props, children = _a.children, style = _a.style, _b = _a.className, className = _b === void 0 ? '' : _b, testID = _a.testID, id = _a.id;
|
|
99
|
+
return (createPortal((React__default.createElement("div", { className: classnames(MENU_OBSERVING_CLASS_NAME, className), "data-testid": testID, id: id },
|
|
100
|
+
React__default.createElement("div", { className: "sendbird-dropdown__menu-backdrop" }),
|
|
101
|
+
React__default.createElement("ul", { className: "".concat(className, " sendbird-dropdown__menu"), ref: this.menuRef, style: __assign({ display: 'inline-block', position: 'fixed', left: "".concat(Math.round(menuStyle.left), "px"), top: "".concat(Math.round(menuStyle.top), "px") }, style), "data-testid": "sendbird-dropdown-menu" }, children))), portalElement));
|
|
102
|
+
};
|
|
103
|
+
return MenuItems;
|
|
104
|
+
}(React__default.Component));
|
|
16
105
|
|
|
17
106
|
var MuteMenuItem = function (_a) {
|
|
18
107
|
var channel = _a.channel, user = _a.user, _b = _a.className, className = _b === void 0 ? '' : _b, children = _a.children, _c = _a.disable, disable = _c === void 0 ? false : _c, _d = _a.dataSbId, dataSbId = _d === void 0 ? '' : _d, testID = _a.testID, _e = _a.onChange, onChange = _e === void 0 ? function () { } : _e, _f = _a.onError, onError = _f === void 0 ? function () { } : _f;
|
|
@@ -90,7 +179,7 @@ var OperatorMenuItem = function (_a) {
|
|
|
90
179
|
|
|
91
180
|
var defaultParentRect = { x: 0, y: 0, left: 0, top: 0, height: 0 };
|
|
92
181
|
var EmojiListItems$1 = function (_a) {
|
|
93
|
-
var children = _a.children, parentRef = _a.parentRef, parentContainRef = _a.parentContainRef, _b = _a.spaceFromTrigger, spaceFromTrigger = _b === void 0 ? { x: 0, y: 0 } : _b, closeDropdown = _a.closeDropdown;
|
|
182
|
+
var id = _a.id, children = _a.children, parentRef = _a.parentRef, parentContainRef = _a.parentContainRef, _b = _a.spaceFromTrigger, spaceFromTrigger = _b === void 0 ? { x: 0, y: 0 } : _b, closeDropdown = _a.closeDropdown;
|
|
94
183
|
var _c = useState({ left: 0, top: 0 }), reactionStyle = _c[0], setReactionStyle = _c[1];
|
|
95
184
|
var reactionRef = useRef(null);
|
|
96
185
|
/* showParent & hideParent */
|
|
@@ -155,9 +244,9 @@ var EmojiListItems$1 = function (_a) {
|
|
|
155
244
|
setReactionStyle(reactionStyle);
|
|
156
245
|
}
|
|
157
246
|
}, []);
|
|
158
|
-
var rootElement = document.getElementById(
|
|
247
|
+
var rootElement = document.getElementById(EMOJI_MENU_ROOT_ID);
|
|
159
248
|
if (rootElement) {
|
|
160
|
-
return (createPortal(React__default.createElement(
|
|
249
|
+
return (createPortal(React__default.createElement("div", { className: MENU_OBSERVING_CLASS_NAME, id: id },
|
|
161
250
|
React__default.createElement("div", { className: "sendbird-dropdown__menu-backdrop" }),
|
|
162
251
|
React__default.createElement("ul", { className: "sendbird-dropdown__reaction-bar", "data-testid": "sendbird-dropdown__reaction-bar", ref: reactionRef, style: {
|
|
163
252
|
display: 'inline-block',
|
|
@@ -171,6 +260,9 @@ var EmojiListItems$1 = function (_a) {
|
|
|
171
260
|
};
|
|
172
261
|
|
|
173
262
|
var ENTER_KEY = 13;
|
|
263
|
+
// # useElementObserve
|
|
264
|
+
var MENU_OBSERVING_CLASS_NAME = 'sendbird-observing-message-menu';
|
|
265
|
+
var getObservingId = function (txt) { return "m_".concat(txt); };
|
|
174
266
|
var MenuItems = MenuItems$1;
|
|
175
267
|
var EmojiListItems = EmojiListItems$1;
|
|
176
268
|
var MenuItem = function (_a) {
|
|
@@ -184,9 +276,11 @@ var MenuItem = function (_a) {
|
|
|
184
276
|
handleClickEvent(e); }, tabIndex: 0, "data-sb-id": testID !== null && testID !== void 0 ? testID : dataSbId, "data-testid": testID !== null && testID !== void 0 ? testID : dataSbId },
|
|
185
277
|
React__default.createElement(Label, { className: "sendbird-dropdown__menu-item__text", type: LabelTypography.SUBTITLE_2, color: disable ? LabelColors.ONBACKGROUND_4 : LabelColors.ONBACKGROUND_1 }, children)));
|
|
186
278
|
};
|
|
187
|
-
var
|
|
279
|
+
var MENU_ROOT_ID = 'sendbird-dropdown-portal';
|
|
280
|
+
var MenuRoot = function () { return (React__default.createElement("div", { id: MENU_ROOT_ID, className: MENU_ROOT_ID })); };
|
|
188
281
|
// For the test environment
|
|
189
|
-
var
|
|
282
|
+
var EMOJI_MENU_ROOT_ID = 'sendbird-emoji-list-portal';
|
|
283
|
+
var EmojiReactionListRoot = function () { return React__default.createElement("div", { id: EMOJI_MENU_ROOT_ID }); };
|
|
190
284
|
function ContextMenu(_a) {
|
|
191
285
|
var menuTrigger = _a.menuTrigger, menuItems = _a.menuItems, isOpen = _a.isOpen, onClick = _a.onClick;
|
|
192
286
|
var _b = useState(false), showMenu = _b[0], setShowMenu = _b[1];
|
|
@@ -195,5 +289,5 @@ function ContextMenu(_a) {
|
|
|
195
289
|
(showMenu || isOpen) && menuItems(function () { return setShowMenu(false); })));
|
|
196
290
|
}
|
|
197
291
|
|
|
198
|
-
export { EmojiListItems, EmojiReactionListRoot, MenuItem, MenuItems, MenuRoot, MuteMenuItem, OperatorMenuItem, ContextMenu as default };
|
|
292
|
+
export { EMOJI_MENU_ROOT_ID, EmojiListItems, EmojiReactionListRoot, MENU_OBSERVING_CLASS_NAME, MENU_ROOT_ID, MenuItem, MenuItems, MenuRoot, MuteMenuItem, OperatorMenuItem, ContextMenu as default, getObservingId };
|
|
199
293
|
//# sourceMappingURL=ContextMenu.js.map
|
package/ui/ContextMenu.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContextMenu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/ui/DateSeparator.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { c as __spreadArray } from '../chunks/bundle-
|
|
1
|
+
import { c as __spreadArray } from '../chunks/bundle-DIOwxpcG.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../chunks/bundle-
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../chunks/bundle-DmtJDvJO.js';
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
5
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
6
6
|
|
|
7
7
|
var DateSeparator = function (_a) {
|
|
8
8
|
var _b = _a.children, children = _b === void 0 ? undefined : _b, _c = _a.className, className = _c === void 0 ? '' : _c, _d = _a.separatorColor, separatorColor = _d === void 0 ? Colors.ONBACKGROUND_4 : _d;
|
package/ui/EmojiReactions.js
CHANGED
|
@@ -4,48 +4,47 @@ import ReactionButton from './ReactionButton.js';
|
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
6
6
|
import ContextMenu, { EmojiListItems } from './ContextMenu.js';
|
|
7
|
-
import {
|
|
7
|
+
import { P as getEmojiUrl, Q as isReactedBy, R as getEmojiTooltipString, y as getEmojiListAll, V as getEmojiMapAll, w as getClassName } from '../chunks/bundle-Bq0-bOfM.js';
|
|
8
8
|
import BottomSheet from './BottomSheet.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
10
10
|
import UserListItem from './UserListItem.js';
|
|
11
|
-
import { c as classnames } from '../chunks/bundle-
|
|
12
|
-
import { _ as __assign } from '../chunks/bundle-
|
|
11
|
+
import { c as classnames } from '../chunks/bundle-CdRIsiQ1.js';
|
|
12
|
+
import { _ as __assign } from '../chunks/bundle-DIOwxpcG.js';
|
|
13
13
|
import Tooltip from './Tooltip.js';
|
|
14
14
|
import TooltipWrapper from './TooltipWrapper.js';
|
|
15
|
-
import { u as useMediaQueryContext } from '../chunks/bundle-
|
|
16
|
-
import { u as useLongPress } from '../chunks/bundle-
|
|
17
|
-
import { L as LocalizationContext } from '../chunks/bundle-
|
|
15
|
+
import { u as useMediaQueryContext } from '../chunks/bundle-5suIscWh.js';
|
|
16
|
+
import { u as useLongPress } from '../chunks/bundle-BqDr8EF4.js';
|
|
17
|
+
import { L as LocalizationContext } from '../chunks/bundle-DYYQHn6P.js';
|
|
18
18
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
19
19
|
import { useMessageContext } from '../Message/context.js';
|
|
20
|
-
import { g as getIsReactionEnabled } from '../chunks/bundle-
|
|
21
|
-
import '../chunks/bundle-
|
|
22
|
-
import '../chunks/bundle-p7o7XIwK.js';
|
|
20
|
+
import { g as getIsReactionEnabled } from '../chunks/bundle-JEz3lgaG.js';
|
|
21
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
23
22
|
import 'react-dom';
|
|
24
23
|
import '@sendbird/chat';
|
|
25
24
|
import '@sendbird/chat/openChannel';
|
|
26
25
|
import './SortByRow.js';
|
|
27
|
-
import '../chunks/bundle-
|
|
26
|
+
import '../chunks/bundle-CjreAsCZ.js';
|
|
28
27
|
import '@sendbird/chat/groupChannel';
|
|
29
28
|
import '../utils/message/getOutgoingMessageState.js';
|
|
30
|
-
import '../chunks/bundle-
|
|
31
|
-
import '../chunks/bundle-
|
|
32
|
-
import '../chunks/bundle-
|
|
29
|
+
import '../chunks/bundle-CT6oIowo.js';
|
|
30
|
+
import '../chunks/bundle-DKbR0B7W.js';
|
|
31
|
+
import '../chunks/bundle-se1hgaQ-.js';
|
|
33
32
|
import './IconButton.js';
|
|
34
33
|
import './Button.js';
|
|
35
34
|
import '@sendbird/uikit-tools';
|
|
36
35
|
import '../withSendbird.js';
|
|
37
36
|
import 'css-vars-ponyfill';
|
|
38
|
-
import '../chunks/bundle-
|
|
39
|
-
import '../chunks/bundle-
|
|
40
|
-
import '../chunks/bundle-
|
|
41
|
-
import '../chunks/bundle-
|
|
42
|
-
import '../chunks/bundle-
|
|
43
|
-
import '../chunks/bundle-
|
|
37
|
+
import '../chunks/bundle-DDA3KytI.js';
|
|
38
|
+
import '../chunks/bundle-DjH4PXg3.js';
|
|
39
|
+
import '../chunks/bundle-D7eYnlgm.js';
|
|
40
|
+
import '../chunks/bundle-DwvKuCVj.js';
|
|
41
|
+
import '../chunks/bundle-D_CNS70y.js';
|
|
42
|
+
import '../chunks/bundle-LJTd2kwV.js';
|
|
44
43
|
import './MutedAvatarOverlay.js';
|
|
45
44
|
import './Checkbox.js';
|
|
46
45
|
import './UserProfile.js';
|
|
47
46
|
import '../sendbirdSelectors.js';
|
|
48
|
-
import '../chunks/bundle-
|
|
47
|
+
import '../chunks/bundle-DmIUQle9.js';
|
|
49
48
|
|
|
50
49
|
var ReactedMembersBottomSheet = function (_a) {
|
|
51
50
|
var _b, _c, _d;
|
package/ui/EmojiReactions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiReactions.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EmojiReactions.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as LocalizationContext } from '../chunks/bundle-
|
|
3
|
-
import { w as getClassName } from '../chunks/bundle-
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
2
|
+
import { L as LocalizationContext } from '../chunks/bundle-DYYQHn6P.js';
|
|
3
|
+
import { w as getClassName } from '../chunks/bundle-Bq0-bOfM.js';
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
5
|
+
import '../chunks/bundle-DIOwxpcG.js';
|
|
6
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
7
|
+
import '../chunks/bundle-D7eYnlgm.js';
|
|
8
8
|
import '@sendbird/chat/groupChannel';
|
|
9
9
|
import '../utils/message/getOutgoingMessageState.js';
|
|
10
|
-
import '../chunks/bundle-
|
|
11
|
-
import '../chunks/bundle-
|
|
10
|
+
import '../chunks/bundle-CT6oIowo.js';
|
|
11
|
+
import '../chunks/bundle-DKbR0B7W.js';
|
|
12
12
|
|
|
13
13
|
function FallbackTemplateMessageItemBody(_a) {
|
|
14
14
|
var className = _a.className, message = _a.message, isByMe = _a.isByMe;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator } from '../chunks/bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator } from '../chunks/bundle-DIOwxpcG.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../chunks/bundle-BlCc7_eN.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
5
|
import TextButton from './TextButton.js';
|
|
6
|
-
import { w as getClassName, o as getUIKitFileType, t as truncateString } from '../chunks/bundle-
|
|
7
|
-
import { C as Colors } from '../chunks/bundle-
|
|
8
|
-
import { u as useMediaQueryContext } from '../chunks/bundle-
|
|
6
|
+
import { w as getClassName, o as getUIKitFileType, t as truncateString } from '../chunks/bundle-Bq0-bOfM.js';
|
|
7
|
+
import { C as Colors } from '../chunks/bundle-DmtJDvJO.js';
|
|
8
|
+
import { u as useMediaQueryContext } from '../chunks/bundle-5suIscWh.js';
|
|
9
9
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
10
|
-
import { o as openURL } from '../chunks/bundle-
|
|
11
|
-
import '../chunks/bundle-
|
|
10
|
+
import { o as openURL } from '../chunks/bundle-CdRIsiQ1.js';
|
|
11
|
+
import '../chunks/bundle-CNHyfb7V.js';
|
|
12
12
|
import '@sendbird/chat/groupChannel';
|
|
13
13
|
import '../utils/message/getOutgoingMessageState.js';
|
|
14
|
-
import '../chunks/bundle-
|
|
15
|
-
import '../chunks/bundle-
|
|
14
|
+
import '../chunks/bundle-CT6oIowo.js';
|
|
15
|
+
import '../chunks/bundle-DKbR0B7W.js';
|
|
16
16
|
import '../withSendbird.js';
|
|
17
17
|
|
|
18
18
|
function FileMessageItemBody(_a) {
|