@sendbird/uikit-react 3.16.11 → 3.17.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 +89 -88
- package/App.js.map +1 -1
- package/CHANGELOG.md +30 -0
- package/Channel/components/ChannelHeader.js +34 -32
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +69 -68
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +32 -30
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +58 -57
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +45 -43
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageInputWrapper.js +45 -43
- package/Channel/components/MessageInputWrapper.js.map +1 -1
- package/Channel/components/MessageList.js +62 -61
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +31 -29
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +31 -29
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +9 -9
- package/Channel/components/UnreadCount.js +8 -8
- package/Channel/context.js +123 -94
- package/Channel/context.js.map +1 -1
- package/Channel/hooks/useHandleUploadFiles.js +18 -18
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +8 -8
- package/Channel/utils/getMessagePartsInfo.js +12 -10
- package/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/Channel.js +69 -68
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +89 -88
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +13 -13
- package/ChannelList/components/ChannelListUI.js +89 -88
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +32 -32
- package/ChannelList/components/ChannelPreviewAction.js +17 -17
- package/ChannelList/context.js +14 -14
- package/ChannelList.js +89 -88
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +23 -23
- package/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
- package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/ChannelSettings/components/ChannelSettingsUI.js +31 -31
- package/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/ChannelSettings/components/LeaveChannel.js +20 -20
- package/ChannelSettings/components/ModerationPanel.js +29 -29
- package/ChannelSettings/components/UserListItem.js +19 -19
- package/ChannelSettings/components/UserPanel.js +28 -28
- package/ChannelSettings/context.js +9 -9
- package/ChannelSettings/hooks/useMenuList.js +29 -29
- package/ChannelSettings.js +31 -31
- package/CreateChannel/components/CreateChannelUI.js +89 -88
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +89 -88
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +90 -89
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +89 -88
- package/CreateChannel/context.js.map +1 -1
- package/CreateChannel.js +89 -88
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
- package/CreateOpenChannel/context.js +4 -4
- package/CreateOpenChannel.js +15 -15
- package/EditUserProfile/components/EditUserProfileUI.js +15 -15
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +15 -15
- package/GroupChannel/components/FileViewer.js +29 -29
- package/GroupChannel/components/FrozenNotification.js +6 -6
- package/GroupChannel/components/GroupChannelHeader.js +29 -29
- package/GroupChannel/components/GroupChannelUI.js +63 -63
- package/GroupChannel/components/Message.js +56 -56
- package/GroupChannel/components/MessageInputWrapper.js +41 -41
- package/GroupChannel/components/MessageList.js +205 -71
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +27 -27
- package/GroupChannel/components/SuggestedMentionList.js +15 -15
- package/GroupChannel/components/TypingIndicator.js +9 -9
- package/GroupChannel/components/UnreadCount.js +8 -8
- package/GroupChannel/context.js +15 -15
- package/GroupChannel.js +63 -63
- package/GroupChannelList/components/AddGroupChannel.js +89 -88
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/GroupChannelList/components/GroupChannelListUI.js +90 -89
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
- package/GroupChannelList/context.js +10 -10
- package/GroupChannelList.js +89 -88
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +20 -20
- package/MessageSearch/context.js +6 -6
- package/MessageSearch.js +22 -22
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/OpenChannel/components/OpenChannelInput.js +29 -29
- package/OpenChannel/components/OpenChannelMessage.js +39 -39
- package/OpenChannel/components/OpenChannelMessageList.js +43 -43
- package/OpenChannel/components/OpenChannelUI.js +43 -43
- package/OpenChannel/context.js +19 -19
- package/OpenChannel.js +43 -43
- package/OpenChannelList/components/OpenChannelListUI.js +17 -17
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +6 -6
- package/OpenChannelList.js +17 -17
- package/OpenChannelSettings/components/EditDetailsModal.js +18 -18
- package/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
- package/OpenChannelSettings/components/OperatorUI.js +24 -24
- package/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/OpenChannelSettings/context.js +6 -6
- package/OpenChannelSettings.js +24 -24
- package/SendbirdProvider.js +33 -48
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +49 -49
- package/Thread/components/ParentMessageInfoItem.js +34 -34
- package/Thread/components/ThreadHeader.js +8 -8
- package/Thread/components/ThreadList.js +56 -56
- package/Thread/components/ThreadListItem.js +56 -56
- package/Thread/components/ThreadMessageInput.js +46 -46
- package/Thread/components/ThreadUI.js +62 -62
- package/Thread/context.js +15 -15
- package/Thread.js +62 -62
- package/VoicePlayer/context.js +6 -6
- package/VoicePlayer/useVoicePlayer.js +14 -14
- package/VoiceRecorder/context.js +13 -13
- package/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/chunks/{bundle-Bbic17W-.js → bundle-0vQ6L6RB.js} +9 -9
- package/chunks/{bundle-Bbic17W-.js.map → bundle-0vQ6L6RB.js.map} +1 -1
- package/chunks/{bundle-B--2jEB0.js → bundle-2U8QpYXo.js} +8 -8
- package/chunks/{bundle-B--2jEB0.js.map → bundle-2U8QpYXo.js.map} +1 -1
- package/chunks/{bundle-CZiyJYBm.js → bundle-B0s_McF0.js} +2 -2
- package/chunks/bundle-B0s_McF0.js.map +1 -0
- package/chunks/{bundle-CqmuPT65.js → bundle-B2BBbSEN.js} +1 -1
- package/chunks/bundle-B2BBbSEN.js.map +1 -0
- package/chunks/{bundle-DJDLoCXy.js → bundle-B6udMinl.js} +1 -1
- package/chunks/bundle-B6udMinl.js.map +1 -0
- package/chunks/{bundle-c7rLu_k3.js → bundle-BEx1sWnS.js} +1 -1
- package/chunks/bundle-BEx1sWnS.js.map +1 -0
- package/chunks/{bundle-CRZJggNA.js → bundle-BGCu7v8M.js} +4 -4
- package/chunks/bundle-BGCu7v8M.js.map +1 -0
- package/chunks/{bundle-DNaw1ZKt.js → bundle-BJYztm64.js} +1 -1
- package/chunks/{bundle-DNaw1ZKt.js.map → bundle-BJYztm64.js.map} +1 -1
- package/chunks/{bundle-CnGFywCk.js → bundle-BMfuf1lc.js} +2 -2
- package/chunks/{bundle-CnGFywCk.js.map → bundle-BMfuf1lc.js.map} +1 -1
- package/chunks/{bundle-Hlw432_S.js → bundle-BNjG_5V3.js} +7 -5
- package/chunks/{bundle-Bl5Rz2Yh.js.map → bundle-BNjG_5V3.js.map} +1 -1
- package/chunks/{bundle-CXM8hj4p.js → bundle-BNtO7aXk.js} +1 -1
- package/chunks/bundle-BNtO7aXk.js.map +1 -0
- package/chunks/{bundle-CRkzqUcm.js → bundle-BOykFtQ3.js} +1 -1
- package/chunks/bundle-BOykFtQ3.js.map +1 -0
- package/chunks/{bundle-utR756AD.js → bundle-BSy5MmTl.js} +1 -1
- package/chunks/bundle-BSy5MmTl.js.map +1 -0
- package/chunks/{bundle-Pi8D8X0p.js → bundle-BUYU9H94.js} +4 -3
- package/chunks/{bundle-Pi8D8X0p.js.map → bundle-BUYU9H94.js.map} +1 -1
- package/chunks/{bundle-CRimhTFL.js → bundle-BY2z9V57.js} +1 -1
- package/chunks/bundle-BY2z9V57.js.map +1 -0
- package/chunks/{bundle-D0GNokoe.js → bundle-BZGITC2g.js} +1 -1
- package/chunks/{bundle-D0GNokoe.js.map → bundle-BZGITC2g.js.map} +1 -1
- package/chunks/{bundle-Bfy1ZXXV.js → bundle-Ba_cV-Zm.js} +3 -3
- package/chunks/bundle-Ba_cV-Zm.js.map +1 -0
- package/chunks/{bundle-Hge7crLJ.js → bundle-Bch_Ry4S.js} +7 -7
- package/chunks/{bundle-Hge7crLJ.js.map → bundle-Bch_Ry4S.js.map} +1 -1
- package/chunks/{bundle-yFVGOx88.js → bundle-BdQWhaHB.js} +14 -14
- package/chunks/{bundle-yFVGOx88.js.map → bundle-BdQWhaHB.js.map} +1 -1
- package/chunks/{bundle-B6WP8kqn.js → bundle-BhhLSKSz.js} +4 -4
- package/chunks/{bundle-B6WP8kqn.js.map → bundle-BhhLSKSz.js.map} +1 -1
- package/chunks/{bundle-DazuWSOj.js → bundle-BiUltqE5.js} +33 -33
- package/chunks/{bundle-DazuWSOj.js.map → bundle-BiUltqE5.js.map} +1 -1
- package/chunks/{bundle-COT_8pQt.js → bundle-BmoSvBYM.js} +2 -2
- package/chunks/bundle-BmoSvBYM.js.map +1 -0
- package/chunks/{bundle-D7eceuN1.js → bundle-Bokm7tQ9.js} +1 -1
- package/chunks/bundle-Bokm7tQ9.js.map +1 -0
- package/chunks/{bundle-Lj21dphY.js → bundle-BpdtepPX.js} +1 -1
- package/chunks/bundle-BpdtepPX.js.map +1 -0
- package/chunks/{bundle-CGI7FGQ3.js → bundle-BrBLR_c-.js} +5 -5
- package/chunks/bundle-BrBLR_c-.js.map +1 -0
- package/chunks/{bundle-yjBEqUul.js → bundle-BtCCRSPc.js} +3 -3
- package/chunks/{bundle-yjBEqUul.js.map → bundle-BtCCRSPc.js.map} +1 -1
- package/chunks/{bundle-BqgOvZNO.js → bundle-BwvurfUT.js} +2 -2
- package/chunks/{bundle-BqgOvZNO.js.map → bundle-BwvurfUT.js.map} +1 -1
- package/chunks/{bundle-Bb-DXei6.js → bundle-BxzlMlCv.js} +3 -3
- package/chunks/bundle-BxzlMlCv.js.map +1 -0
- package/chunks/{bundle-DBzDfn76.js → bundle-C-onA3TP.js} +1 -1
- package/chunks/bundle-C-onA3TP.js.map +1 -0
- package/chunks/{bundle-B4JqClb8.js → bundle-C1dqPUnT.js} +7 -3
- package/chunks/{bundle-B4JqClb8.js.map → bundle-C1dqPUnT.js.map} +1 -1
- package/chunks/{bundle-BNL_xBfm.js → bundle-C25g6A23.js} +5 -5
- package/chunks/{bundle-BCIyWi2W.js.map → bundle-C25g6A23.js.map} +1 -1
- package/chunks/{bundle-BCIyWi2W.js → bundle-C876LFzk.js} +4 -4
- package/chunks/{bundle-BNL_xBfm.js.map → bundle-C876LFzk.js.map} +1 -1
- package/chunks/{bundle-CetM7tZt.js → bundle-C8U5aHBw.js} +1 -1
- package/chunks/bundle-C8U5aHBw.js.map +1 -0
- package/chunks/{bundle-Cbr_s9O3.js → bundle-C9akz570.js} +7 -7
- package/chunks/bundle-C9akz570.js.map +1 -0
- package/chunks/{bundle-BIjkVTPN.js → bundle-CAEBoiEz.js} +4 -4
- package/chunks/bundle-CAEBoiEz.js.map +1 -0
- package/chunks/{bundle-Bl5Rz2Yh.js → bundle-CIQCAe1h.js} +5 -5
- package/chunks/{bundle-B_rjSjbC.js.map → bundle-CIQCAe1h.js.map} +1 -1
- package/chunks/{bundle-DiuNEyCv.js → bundle-CM73CDTO.js} +1 -1
- package/chunks/bundle-CM73CDTO.js.map +1 -0
- package/chunks/{bundle-UNN_LgPW.js → bundle-CMi8r50C.js} +1 -1
- package/chunks/bundle-CMi8r50C.js.map +1 -0
- package/chunks/{bundle-DUgLRAHL.js → bundle-CN_mZmg1.js} +7 -7
- package/chunks/{bundle-DUgLRAHL.js.map → bundle-CN_mZmg1.js.map} +1 -1
- package/chunks/{bundle-cJShAJkO.js → bundle-CQ_-cyp9.js} +31 -10
- package/{cjs/chunks/bundle-Dyp1uFHV.js.map → chunks/bundle-CQ_-cyp9.js.map} +1 -1
- package/chunks/{bundle-BqABa95r.js → bundle-CRpOTB7B.js} +54 -15
- package/chunks/bundle-CRpOTB7B.js.map +1 -0
- package/chunks/{bundle-D37uTSCL.js → bundle-CVD_LLYN.js} +14 -13
- package/chunks/{bundle-Hlw432_S.js.map → bundle-CVD_LLYN.js.map} +1 -1
- package/chunks/{bundle-DFELlqx3.js → bundle-Cc1gzgza.js} +1 -1
- package/chunks/bundle-Cc1gzgza.js.map +1 -0
- package/chunks/{bundle-CNhJ48c2.js → bundle-Ck6kmFoK.js} +2 -2
- package/chunks/bundle-Ck6kmFoK.js.map +1 -0
- package/chunks/{bundle-otQQaCra.js → bundle-Cl9rtdlj.js} +2 -2
- package/chunks/{bundle-otQQaCra.js.map → bundle-Cl9rtdlj.js.map} +1 -1
- package/chunks/{bundle-CH17iDvf.js → bundle-CmmJVpwV.js} +121 -40
- package/chunks/{bundle-CH17iDvf.js.map → bundle-CmmJVpwV.js.map} +1 -1
- package/chunks/{bundle-CAC-g7DL.js → bundle-CnnonhFO.js} +12 -12
- package/chunks/bundle-CnnonhFO.js.map +1 -0
- package/chunks/{bundle-BPeFWEBC.js → bundle-Coe_wsHL.js} +4 -4
- package/chunks/bundle-Coe_wsHL.js.map +1 -0
- package/chunks/{bundle-DwUX_8pX.js → bundle-CqLLOVG5.js} +2 -2
- package/chunks/bundle-CqLLOVG5.js.map +1 -0
- package/chunks/{bundle-Vv-hPvqF.js → bundle-CtQtfJlT.js} +8 -8
- package/chunks/bundle-CtQtfJlT.js.map +1 -0
- package/chunks/{bundle-0x9HH0oi.js → bundle-CvsU5rx0.js} +16 -10
- package/chunks/{bundle-BqABa95r.js.map → bundle-CvsU5rx0.js.map} +1 -1
- package/chunks/{bundle-BPQwWHRF.js → bundle-CzwYTfhQ.js} +3 -3
- package/chunks/bundle-CzwYTfhQ.js.map +1 -0
- package/chunks/{bundle-DyqxlZ5H.js → bundle-D1OvmDcy.js} +7 -7
- package/chunks/bundle-D1OvmDcy.js.map +1 -0
- package/chunks/{bundle-DO39GevF.js → bundle-D1nuDKhb.js} +1 -1
- package/chunks/bundle-D1nuDKhb.js.map +1 -0
- package/chunks/{bundle-DMm4A8zZ.js → bundle-D5hQctFB.js} +12 -12
- package/chunks/{bundle-DMm4A8zZ.js.map → bundle-D5hQctFB.js.map} +1 -1
- package/chunks/{bundle-C2fRYQA7.js → bundle-D6b2YGeE.js} +1 -1
- package/chunks/bundle-D6b2YGeE.js.map +1 -0
- package/chunks/{bundle-DVe4vLri.js → bundle-DBhJIxHw.js} +1 -1
- package/chunks/bundle-DBhJIxHw.js.map +1 -0
- package/chunks/{bundle-jVso52Zj.js → bundle-DEuCwnTn.js} +1 -1
- package/chunks/{bundle-jVso52Zj.js.map → bundle-DEuCwnTn.js.map} +1 -1
- package/chunks/{bundle-DO3psIF-.js → bundle-DFni3Lhf.js} +3 -3
- package/chunks/{bundle-DO3psIF-.js.map → bundle-DFni3Lhf.js.map} +1 -1
- package/chunks/{bundle-BgnOPI6k.js → bundle-DGh2T5IL.js} +1 -1
- package/chunks/bundle-DGh2T5IL.js.map +1 -0
- package/chunks/{bundle-DPhArxeq.js → bundle-DK3-aB7E.js} +1 -1
- package/chunks/{bundle-DPhArxeq.js.map → bundle-DK3-aB7E.js.map} +1 -1
- package/chunks/{bundle-BfbC04tq.js → bundle-DP--Jqg5.js} +9 -9
- package/chunks/{bundle-BfbC04tq.js.map → bundle-DP--Jqg5.js.map} +1 -1
- package/chunks/{bundle-2gpPNxD4.js → bundle-DS1Ocu-E.js} +3 -3
- package/chunks/{bundle-2gpPNxD4.js.map → bundle-DS1Ocu-E.js.map} +1 -1
- package/chunks/{bundle-BcHjhDkq.js → bundle-DTnxJ2qz.js} +4 -4
- package/chunks/{bundle-BcHjhDkq.js.map → bundle-DTnxJ2qz.js.map} +1 -1
- package/chunks/{bundle-CAhOO7u4.js → bundle-DZ3gQWc4.js} +4 -4
- package/chunks/bundle-DZ3gQWc4.js.map +1 -0
- package/chunks/{bundle-B4lXe9Vx.js → bundle-DcLgcUpC.js} +4 -4
- package/chunks/bundle-DcLgcUpC.js.map +1 -0
- package/chunks/{bundle-DVsUiVO7.js → bundle-Del33VzI.js} +4 -4
- package/chunks/bundle-Del33VzI.js.map +1 -0
- package/chunks/{bundle-DtkcKd92.js → bundle-DfS7BDcp.js} +3 -3
- package/chunks/bundle-DfS7BDcp.js.map +1 -0
- package/chunks/{bundle-DHiHHi0U.js → bundle-DgosLQK9.js} +1 -1
- package/chunks/bundle-DgosLQK9.js.map +1 -0
- package/chunks/{bundle-sT3ilq3P.js → bundle-Dl_v8XoN.js} +1 -1
- package/chunks/bundle-Dl_v8XoN.js.map +1 -0
- package/chunks/{bundle-BvFpaSeC.js → bundle-Du8ejYW1.js} +12 -12
- package/chunks/bundle-Du8ejYW1.js.map +1 -0
- package/chunks/{bundle-rumAgd4Z.js → bundle-HVqdm8Dj.js} +5 -5
- package/chunks/{bundle-rumAgd4Z.js.map → bundle-HVqdm8Dj.js.map} +1 -1
- package/chunks/{bundle-x4EJpyZs.js → bundle-Ha1krmtK.js} +1 -1
- package/chunks/bundle-Ha1krmtK.js.map +1 -0
- package/chunks/{bundle-BkDFCuVL.js → bundle-HwtLrcpn.js} +5 -5
- package/chunks/{bundle-BkDFCuVL.js.map → bundle-HwtLrcpn.js.map} +1 -1
- package/chunks/{bundle-BsH3r84n.js → bundle-MlG9piGf.js} +1 -1
- package/chunks/bundle-MlG9piGf.js.map +1 -0
- package/chunks/{bundle-CZZDLe4D.js → bundle-NFCMnKfj.js} +4 -4
- package/chunks/bundle-NFCMnKfj.js.map +1 -0
- package/chunks/{bundle-C2m88Inl.js → bundle-PH_M6LwR.js} +1 -1
- package/chunks/bundle-PH_M6LwR.js.map +1 -0
- package/chunks/{bundle-DrY7Xn_q.js → bundle-So54Aj7k.js} +6 -6
- package/chunks/bundle-So54Aj7k.js.map +1 -0
- package/chunks/{bundle-DcJLjReA.js → bundle-XQQB24FY.js} +11 -11
- package/chunks/{bundle-DcJLjReA.js.map → bundle-XQQB24FY.js.map} +1 -1
- package/chunks/bundle-YKDbjcG6.js +22 -0
- package/chunks/bundle-YKDbjcG6.js.map +1 -0
- package/chunks/{bundle-B7Xss2Oi.js → bundle-a_zBi15q.js} +16 -16
- package/chunks/{bundle-B7Xss2Oi.js.map → bundle-a_zBi15q.js.map} +1 -1
- package/chunks/{bundle-CgpXjjQu.js → bundle-c7SN5XJA.js} +6 -6
- package/chunks/bundle-c7SN5XJA.js.map +1 -0
- package/chunks/{bundle-BGdOmHwC.js → bundle-fdEQfX2s.js} +1 -1
- package/chunks/{bundle-BGdOmHwC.js.map → bundle-fdEQfX2s.js.map} +1 -1
- package/chunks/{bundle-CJoV8IgX.js → bundle-g_iPnYTz.js} +10 -10
- package/chunks/{bundle-CJoV8IgX.js.map → bundle-g_iPnYTz.js.map} +1 -1
- package/chunks/{bundle-DN51BlH5.js → bundle-h6bAY7E9.js} +3 -3
- package/chunks/bundle-h6bAY7E9.js.map +1 -0
- package/chunks/{bundle-BwKOzdpa.js → bundle-i_3w58Zd.js} +4 -4
- package/chunks/{bundle-BwKOzdpa.js.map → bundle-i_3w58Zd.js.map} +1 -1
- package/chunks/{bundle-3nZUyzSE.js → bundle-mGsud0ec.js} +3 -3
- package/chunks/{bundle-3nZUyzSE.js.map → bundle-mGsud0ec.js.map} +1 -1
- package/chunks/{bundle-B_rjSjbC.js → bundle-sf0POh6_.js} +10 -10
- package/{cjs/chunks/bundle-_BZqVweC.js.map → chunks/bundle-sf0POh6_.js.map} +1 -1
- package/chunks/{bundle-sYB0sr_l.js → bundle-viBng0Kh.js} +3 -3
- package/chunks/bundle-viBng0Kh.js.map +1 -0
- package/chunks/{bundle-D4ssOJFH.js → bundle-vmZ9LoYK.js} +7 -7
- package/chunks/{bundle-D4ssOJFH.js.map → bundle-vmZ9LoYK.js.map} +1 -1
- package/chunks/{bundle-Dyof1gXA.js → bundle-xxejwSP0.js} +17 -15
- package/chunks/{bundle-Dyof1gXA.js.map → bundle-xxejwSP0.js.map} +1 -1
- package/chunks/{bundle-B7RvGM03.js → bundle-yl5d1NoZ.js} +2 -2
- package/chunks/{bundle-B7RvGM03.js.map → bundle-yl5d1NoZ.js.map} +1 -1
- package/cjs/App.js +89 -88
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +34 -32
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +69 -68
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +32 -30
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +58 -57
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +45 -43
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +45 -43
- package/cjs/Channel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +62 -61
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +31 -29
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +31 -29
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +9 -9
- package/cjs/Channel/components/UnreadCount.js +8 -8
- package/cjs/Channel/context.js +123 -94
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel/hooks/useHandleUploadFiles.js +18 -18
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +8 -8
- package/cjs/Channel/utils/getMessagePartsInfo.js +12 -10
- package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/cjs/Channel.js +69 -68
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +89 -88
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +13 -13
- package/cjs/ChannelList/components/ChannelListUI.js +89 -88
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +32 -32
- package/cjs/ChannelList/components/ChannelPreviewAction.js +17 -17
- package/cjs/ChannelList/context.js +14 -14
- package/cjs/ChannelList.js +89 -88
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +23 -23
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +31 -31
- package/cjs/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/cjs/ChannelSettings/components/LeaveChannel.js +20 -20
- package/cjs/ChannelSettings/components/ModerationPanel.js +29 -29
- package/cjs/ChannelSettings/components/UserListItem.js +19 -19
- package/cjs/ChannelSettings/components/UserPanel.js +28 -28
- package/cjs/ChannelSettings/context.js +9 -9
- package/cjs/ChannelSettings/hooks/useMenuList.js +29 -29
- package/cjs/ChannelSettings.js +31 -31
- package/cjs/CreateChannel/components/CreateChannelUI.js +89 -88
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +89 -88
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +90 -89
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +89 -88
- package/cjs/CreateChannel/context.js.map +1 -1
- package/cjs/CreateChannel.js +89 -88
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
- package/cjs/CreateOpenChannel/context.js +4 -4
- package/cjs/CreateOpenChannel.js +15 -15
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +15 -15
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +15 -15
- package/cjs/GroupChannel/components/FileViewer.js +29 -29
- package/cjs/GroupChannel/components/FrozenNotification.js +6 -6
- package/cjs/GroupChannel/components/GroupChannelHeader.js +29 -29
- package/cjs/GroupChannel/components/GroupChannelUI.js +63 -63
- package/cjs/GroupChannel/components/Message.js +56 -56
- package/cjs/GroupChannel/components/MessageInputWrapper.js +40 -40
- package/cjs/GroupChannel/components/MessageList.js +206 -72
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +27 -27
- package/cjs/GroupChannel/components/SuggestedMentionList.js +15 -15
- package/cjs/GroupChannel/components/TypingIndicator.js +9 -9
- package/cjs/GroupChannel/components/UnreadCount.js +8 -8
- package/cjs/GroupChannel/context.js +15 -15
- package/cjs/GroupChannel.js +63 -63
- package/cjs/GroupChannelList/components/AddGroupChannel.js +89 -88
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +90 -89
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
- package/cjs/GroupChannelList/context.js +10 -10
- package/cjs/GroupChannelList.js +89 -88
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +20 -20
- package/cjs/MessageSearch/context.js +6 -6
- package/cjs/MessageSearch.js +22 -22
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js +29 -29
- package/cjs/OpenChannel/components/OpenChannelMessage.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +43 -43
- package/cjs/OpenChannel/components/OpenChannelUI.js +43 -43
- package/cjs/OpenChannel/context.js +19 -19
- package/cjs/OpenChannel.js +43 -43
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +17 -17
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +6 -6
- package/cjs/OpenChannelList.js +17 -17
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +18 -18
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
- package/cjs/OpenChannelSettings/components/OperatorUI.js +24 -24
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/cjs/OpenChannelSettings/context.js +6 -6
- package/cjs/OpenChannelSettings.js +24 -24
- package/cjs/SendbirdProvider.js +34 -49
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +49 -49
- package/cjs/Thread/components/ParentMessageInfoItem.js +34 -34
- package/cjs/Thread/components/ThreadHeader.js +8 -8
- package/cjs/Thread/components/ThreadList.js +56 -56
- package/cjs/Thread/components/ThreadListItem.js +56 -56
- package/cjs/Thread/components/ThreadMessageInput.js +46 -46
- package/cjs/Thread/components/ThreadUI.js +62 -62
- package/cjs/Thread/context.js +15 -15
- package/cjs/Thread.js +62 -62
- package/cjs/VoicePlayer/context.js +6 -6
- package/cjs/VoicePlayer/useVoicePlayer.js +14 -14
- package/cjs/VoiceRecorder/context.js +13 -13
- package/cjs/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/cjs/chunks/{bundle-kCWC5zyl.js → bundle-19BZVS4G.js} +1 -1
- package/cjs/chunks/bundle-19BZVS4G.js.map +1 -0
- package/cjs/chunks/{bundle-Bx4XHbtR.js → bundle-2PCdBxVA.js} +1 -1
- package/cjs/chunks/bundle-2PCdBxVA.js.map +1 -0
- package/cjs/chunks/{bundle-s-PttD6D.js → bundle-8juyGk3c.js} +6 -6
- package/cjs/chunks/bundle-8juyGk3c.js.map +1 -0
- package/cjs/chunks/{bundle-C8VvVV0P.js → bundle-B19RHFpR.js} +4 -3
- package/cjs/chunks/{bundle-C8VvVV0P.js.map → bundle-B19RHFpR.js.map} +1 -1
- package/cjs/chunks/{bundle-BANDu-O5.js → bundle-B2b-r84m.js} +3 -3
- package/cjs/chunks/bundle-B2b-r84m.js.map +1 -0
- package/cjs/chunks/{bundle-CJU8YwbS.js → bundle-B4ZDxwge.js} +16 -10
- package/cjs/chunks/{bundle-CJU8YwbS.js.map → bundle-B4ZDxwge.js.map} +1 -1
- package/cjs/chunks/{bundle-w8GqiNwE.js → bundle-B78tdF27.js} +3 -3
- package/cjs/chunks/bundle-B78tdF27.js.map +1 -0
- package/cjs/chunks/{bundle-D604_AmM.js → bundle-B7KG10z2.js} +4 -4
- package/cjs/chunks/bundle-B7KG10z2.js.map +1 -0
- package/cjs/chunks/{bundle-BZf7AymF.js → bundle-B7tlFbQZ.js} +10 -10
- package/cjs/chunks/{bundle-BZf7AymF.js.map → bundle-B7tlFbQZ.js.map} +1 -1
- package/cjs/chunks/{bundle-CAYM7A1m.js → bundle-B9fRtMCR.js} +4 -4
- package/cjs/chunks/bundle-B9fRtMCR.js.map +1 -0
- package/cjs/chunks/{bundle-DOwgacpX.js → bundle-BC4SHck9.js} +17 -15
- package/cjs/chunks/bundle-BC4SHck9.js.map +1 -0
- package/cjs/chunks/{bundle-2hJkGghC.js → bundle-BG0LKEPR.js} +5 -5
- package/cjs/chunks/{bundle-2hJkGghC.js.map → bundle-BG0LKEPR.js.map} +1 -1
- package/cjs/chunks/{bundle-NzCKXn0y.js → bundle-BHp3N9Mz.js} +5 -5
- package/cjs/chunks/{bundle-NzCKXn0y.js.map → bundle-BHp3N9Mz.js.map} +1 -1
- package/cjs/chunks/{bundle-_BZqVweC.js → bundle-BLLzQxHS.js} +5 -5
- package/cjs/chunks/bundle-BLLzQxHS.js.map +1 -0
- package/cjs/chunks/{bundle-BN5Tg7TA.js → bundle-BLz2EOZ5.js} +1 -1
- package/cjs/chunks/bundle-BLz2EOZ5.js.map +1 -0
- package/cjs/chunks/{bundle-CSlBp8qu.js → bundle-BPUhuptz.js} +1 -1
- package/cjs/chunks/bundle-BPUhuptz.js.map +1 -0
- package/cjs/chunks/{bundle-CTORF8l2.js → bundle-BS4GiQtn.js} +1 -1
- package/cjs/chunks/bundle-BS4GiQtn.js.map +1 -0
- package/cjs/chunks/{bundle-BRqElheX.js → bundle-BaklVkXV.js} +10 -10
- package/cjs/chunks/bundle-BaklVkXV.js.map +1 -0
- package/cjs/chunks/{bundle-XZ8qGH7O.js → bundle-BbrBawlX.js} +7 -3
- package/cjs/chunks/bundle-BbrBawlX.js.map +1 -0
- package/cjs/chunks/{bundle-aHJaO-Je.js → bundle-BkgFGPs_.js} +1 -1
- package/cjs/chunks/bundle-BkgFGPs_.js.map +1 -0
- package/cjs/chunks/{bundle-Dsi0B6WF.js → bundle-Bnb8seJF.js} +2 -2
- package/cjs/chunks/bundle-Bnb8seJF.js.map +1 -0
- package/cjs/chunks/{bundle-BDsPujmF.js → bundle-Bomzwcdt.js} +1 -1
- package/cjs/chunks/bundle-Bomzwcdt.js.map +1 -0
- package/cjs/chunks/{bundle-Ca9F08jN.js → bundle-Bq15P9qk.js} +4 -4
- package/cjs/chunks/bundle-Bq15P9qk.js.map +1 -0
- package/cjs/chunks/{bundle-COP6DvmD.js → bundle-Bslx22kt.js} +9 -9
- package/cjs/chunks/{bundle-COP6DvmD.js.map → bundle-Bslx22kt.js.map} +1 -1
- package/cjs/chunks/{bundle-BDP80ZVi.js → bundle-Bt1qvip8.js} +1 -1
- package/cjs/chunks/{bundle-BDP80ZVi.js.map → bundle-Bt1qvip8.js.map} +1 -1
- package/cjs/chunks/{bundle-ByMyWV5o.js → bundle-Bvjprr6O.js} +1 -1
- package/cjs/chunks/bundle-Bvjprr6O.js.map +1 -0
- package/cjs/chunks/{bundle-BoPslgnn.js → bundle-BwwNS3QS.js} +1 -1
- package/cjs/chunks/bundle-BwwNS3QS.js.map +1 -0
- package/cjs/chunks/{bundle-CFWCM1mO.js → bundle-BzCZ_Let.js} +12 -12
- package/cjs/chunks/bundle-BzCZ_Let.js.map +1 -0
- package/cjs/chunks/{bundle-bti4bXDj.js → bundle-C0RMVFg8.js} +121 -40
- package/cjs/chunks/{bundle-bti4bXDj.js.map → bundle-C0RMVFg8.js.map} +1 -1
- package/cjs/chunks/{bundle-DEP1sxOT.js → bundle-C5D9vwVf.js} +4 -4
- package/cjs/chunks/bundle-C5D9vwVf.js.map +1 -0
- package/cjs/chunks/{bundle-DJtO7Gzg.js → bundle-C5p82xwC.js} +3 -3
- package/cjs/chunks/bundle-C5p82xwC.js.map +1 -0
- package/cjs/chunks/bundle-C6rru8Hj.js +24 -0
- package/cjs/chunks/bundle-C6rru8Hj.js.map +1 -0
- package/cjs/chunks/{bundle-CQ3azLOm.js → bundle-C8INNeGk.js} +1 -1
- package/cjs/chunks/bundle-C8INNeGk.js.map +1 -0
- package/cjs/chunks/{bundle-CcbqrlOG.js → bundle-C99t7tzf.js} +1 -1
- package/cjs/chunks/bundle-C99t7tzf.js.map +1 -0
- package/cjs/chunks/{bundle-Bho3lWXj.js → bundle-CHAKEXIJ.js} +3 -3
- package/cjs/chunks/{bundle-Bho3lWXj.js.map → bundle-CHAKEXIJ.js.map} +1 -1
- package/cjs/chunks/{bundle-C-0C7Jbn.js → bundle-CNwwuHHA.js} +4 -4
- package/cjs/chunks/bundle-CNwwuHHA.js.map +1 -0
- package/cjs/chunks/{bundle-DvZw2cgw.js → bundle-COgAaDxc.js} +6 -6
- package/cjs/chunks/bundle-COgAaDxc.js.map +1 -0
- package/cjs/chunks/{bundle-DvL8GqvC.js → bundle-CPW__Nwr.js} +3 -3
- package/cjs/chunks/bundle-CPW__Nwr.js.map +1 -0
- package/cjs/chunks/{bundle-Dyp1uFHV.js → bundle-CPoi7VvJ.js} +53 -14
- package/cjs/chunks/bundle-CPoi7VvJ.js.map +1 -0
- package/cjs/chunks/{bundle-CFrhiuX4.js → bundle-CSwFibbo.js} +9 -9
- package/cjs/chunks/{bundle-CFrhiuX4.js.map → bundle-CSwFibbo.js.map} +1 -1
- package/cjs/chunks/{bundle-CZ9HZzlb.js → bundle-CVJwHwWn.js} +1 -1
- package/cjs/chunks/{bundle-CZ9HZzlb.js.map → bundle-CVJwHwWn.js.map} +1 -1
- package/cjs/chunks/{bundle-DVyHgesS.js → bundle-CX7K4z2J.js} +4 -4
- package/cjs/chunks/bundle-CX7K4z2J.js.map +1 -0
- package/cjs/chunks/{bundle-D31IMJLu.js → bundle-CXbYckbN.js} +1 -1
- package/cjs/chunks/bundle-CXbYckbN.js.map +1 -0
- package/cjs/chunks/{bundle-NAQoIFKo.js → bundle-CYACBqrn.js} +14 -13
- package/cjs/chunks/{bundle-NAQoIFKo.js.map → bundle-CYACBqrn.js.map} +1 -1
- package/cjs/chunks/{bundle-D7LW79iA.js → bundle-CZ38Etcw.js} +1 -1
- package/cjs/chunks/bundle-CZ38Etcw.js.map +1 -0
- package/cjs/chunks/{bundle-CJV1ehy9.js → bundle-Cfh78Xnm.js} +1 -1
- package/cjs/chunks/bundle-Cfh78Xnm.js.map +1 -0
- package/cjs/chunks/{bundle-i-zSHE3T.js → bundle-CiIV14jC.js} +12 -12
- package/{chunks/bundle-0x9HH0oi.js.map → cjs/chunks/bundle-CiIV14jC.js.map} +1 -1
- package/cjs/chunks/{bundle-CFoLTSSR.js → bundle-CkQrhwR6.js} +1 -1
- package/cjs/chunks/bundle-CkQrhwR6.js.map +1 -0
- package/cjs/chunks/{bundle-t_oZmZ9n.js → bundle-Conb-pOy.js} +1 -1
- package/cjs/chunks/bundle-Conb-pOy.js.map +1 -0
- package/cjs/chunks/{bundle-BAXnlrl_.js → bundle-CvzQ7oQz.js} +2 -2
- package/cjs/chunks/bundle-CvzQ7oQz.js.map +1 -0
- package/cjs/chunks/{bundle-RBnTNdLq.js → bundle-CxArG0ag.js} +2 -2
- package/cjs/chunks/bundle-CxArG0ag.js.map +1 -0
- package/cjs/chunks/{bundle-mZOg8YmN.js → bundle-Cyl6_qLo.js} +1 -1
- package/cjs/chunks/{bundle-mZOg8YmN.js.map → bundle-Cyl6_qLo.js.map} +1 -1
- package/cjs/chunks/{bundle-DdIO1zva.js → bundle-CzkEKbFB.js} +2 -2
- package/cjs/chunks/bundle-CzkEKbFB.js.map +1 -0
- package/cjs/chunks/{bundle-BCMiXKl2.js → bundle-D1yaNUXR.js} +4 -4
- package/cjs/chunks/bundle-D1yaNUXR.js.map +1 -0
- package/cjs/chunks/{bundle-Dg6vwM1l.js → bundle-D36T0dOY.js} +3 -3
- package/cjs/chunks/bundle-D36T0dOY.js.map +1 -0
- package/cjs/chunks/{bundle-e5MsRmMy.js → bundle-D8HbGJZJ.js} +1 -1
- package/cjs/chunks/bundle-D8HbGJZJ.js.map +1 -0
- package/cjs/chunks/{bundle-D6RMUwXd.js → bundle-D9d0Qum8.js} +3 -3
- package/cjs/chunks/bundle-D9d0Qum8.js.map +1 -0
- package/cjs/chunks/{bundle-CiBS1Ovq.js → bundle-DAdgL6r8.js} +1 -1
- package/cjs/chunks/bundle-DAdgL6r8.js.map +1 -0
- package/cjs/chunks/{bundle-DHd7cttK.js → bundle-DBHia8pg.js} +7 -7
- package/cjs/chunks/bundle-DBHia8pg.js.map +1 -0
- package/cjs/chunks/{bundle-DTHYr0GL.js → bundle-DGV1BX0m.js} +7 -7
- package/cjs/chunks/{bundle-DTHYr0GL.js.map → bundle-DGV1BX0m.js.map} +1 -1
- package/cjs/chunks/{bundle-nLdWeLWU.js → bundle-DGb1FlkJ.js} +7 -4
- package/cjs/chunks/bundle-DGb1FlkJ.js.map +1 -0
- package/cjs/chunks/{bundle-C-wgvLHn.js → bundle-DHuNGmIj.js} +1 -1
- package/cjs/chunks/bundle-DHuNGmIj.js.map +1 -0
- package/cjs/chunks/{bundle-Di0sonBU.js → bundle-DNv-S_8I.js} +1 -1
- package/cjs/chunks/bundle-DNv-S_8I.js.map +1 -0
- package/cjs/chunks/{bundle-BnqYw5GQ.js → bundle-DO5FgbkI.js} +8 -8
- package/cjs/chunks/bundle-DO5FgbkI.js.map +1 -0
- package/cjs/chunks/{bundle-CpTDlea1.js → bundle-DPDyqKIJ.js} +4 -4
- package/cjs/chunks/bundle-DPDyqKIJ.js.map +1 -0
- package/cjs/chunks/{bundle-B6qO1gYJ.js → bundle-DQaXgp8o.js} +2 -2
- package/cjs/chunks/{bundle-B6qO1gYJ.js.map → bundle-DQaXgp8o.js.map} +1 -1
- package/cjs/chunks/{bundle-CzNBa9O0.js → bundle-DR7HusBx.js} +1 -1
- package/cjs/chunks/bundle-DR7HusBx.js.map +1 -0
- package/cjs/chunks/{bundle-L5eOUAHe.js → bundle-DUH3w6Kc.js} +33 -33
- package/cjs/chunks/{bundle-L5eOUAHe.js.map → bundle-DUH3w6Kc.js.map} +1 -1
- package/cjs/chunks/{bundle-B-qmXCIS.js → bundle-DX8YvrpL.js} +11 -11
- package/cjs/chunks/{bundle-B-qmXCIS.js.map → bundle-DX8YvrpL.js.map} +1 -1
- package/cjs/chunks/{bundle-omXNkxVs.js → bundle-DXySM280.js} +16 -16
- package/cjs/chunks/{bundle-omXNkxVs.js.map → bundle-DXySM280.js.map} +1 -1
- package/cjs/chunks/{bundle-j8srIVtL.js → bundle-DYon6O60.js} +14 -14
- package/cjs/chunks/{bundle-j8srIVtL.js.map → bundle-DYon6O60.js.map} +1 -1
- package/cjs/chunks/{bundle-YfPjtnJ0.js → bundle-DZlJeh0V.js} +8 -8
- package/cjs/chunks/bundle-DZlJeh0V.js.map +1 -0
- package/cjs/chunks/{bundle-BnaeZmJ7.js → bundle-Dhgx-4nj.js} +3 -3
- package/cjs/chunks/bundle-Dhgx-4nj.js.map +1 -0
- package/cjs/chunks/{bundle-BUge20iw.js → bundle-Dj4TnPsk.js} +7 -7
- package/cjs/chunks/bundle-Dj4TnPsk.js.map +1 -0
- package/cjs/chunks/{bundle-D0vvN7I4.js → bundle-Dobj18FB.js} +1 -1
- package/cjs/chunks/{bundle-D0vvN7I4.js.map → bundle-Dobj18FB.js.map} +1 -1
- package/cjs/chunks/{bundle-VL0Y8ChB.js → bundle-DsPceGve.js} +4 -4
- package/cjs/chunks/bundle-DsPceGve.js.map +1 -0
- package/cjs/chunks/{bundle-DXQdjkuu.js → bundle-DurllD3r.js} +1 -1
- package/cjs/chunks/bundle-DurllD3r.js.map +1 -0
- package/cjs/chunks/{bundle-CTarVwtF.js → bundle-Fv6PNPGZ.js} +1 -1
- package/cjs/chunks/bundle-Fv6PNPGZ.js.map +1 -0
- package/cjs/chunks/{bundle-BxbUgS51.js → bundle-KzwW_H6y.js} +5 -5
- package/cjs/chunks/bundle-KzwW_H6y.js.map +1 -0
- package/cjs/chunks/{bundle-BaMz3Fl9.js → bundle-PVDrKOjZ.js} +2 -2
- package/cjs/chunks/bundle-PVDrKOjZ.js.map +1 -0
- package/cjs/chunks/{bundle-BXM3R32T.js → bundle-VChMoNJa.js} +4 -4
- package/cjs/chunks/bundle-VChMoNJa.js.map +1 -0
- package/cjs/chunks/{bundle-CYWj37gJ.js → bundle-VKi81862.js} +7 -7
- package/cjs/chunks/bundle-VKi81862.js.map +1 -0
- package/cjs/chunks/{bundle-DllkwVOi.js → bundle-Y-wq3CF0.js} +31 -10
- package/cjs/chunks/bundle-Y-wq3CF0.js.map +1 -0
- package/cjs/chunks/{bundle-WCxtIirI.js → bundle-Yq_R9TAN.js} +1 -1
- package/cjs/chunks/bundle-Yq_R9TAN.js.map +1 -0
- package/cjs/chunks/{bundle-Dq_3Fsbm.js → bundle-dUH189qO.js} +1 -1
- package/cjs/chunks/bundle-dUH189qO.js.map +1 -0
- package/cjs/chunks/{bundle-CIID6mYw.js → bundle-djxmZVvC.js} +2 -2
- package/cjs/chunks/bundle-djxmZVvC.js.map +1 -0
- package/cjs/chunks/{bundle-D-jQ3JP_.js → bundle-fYxs1lss.js} +6 -6
- package/cjs/chunks/{bundle-D-jQ3JP_.js.map → bundle-fYxs1lss.js.map} +1 -1
- package/cjs/chunks/{bundle-62f4FWyg.js → bundle-loh9z8L6.js} +5 -5
- package/cjs/chunks/{bundle-62f4FWyg.js.map → bundle-loh9z8L6.js.map} +1 -1
- package/cjs/chunks/{bundle-Bo-9AMA_.js → bundle-ptQgj0WJ.js} +4 -4
- package/cjs/chunks/{bundle-Bo-9AMA_.js.map → bundle-ptQgj0WJ.js.map} +1 -1
- package/cjs/chunks/{bundle-DOU45JCK.js → bundle-t8BQsgL5.js} +1 -1
- package/cjs/chunks/bundle-t8BQsgL5.js.map +1 -0
- package/cjs/chunks/{bundle-Dwj-qhkX.js → bundle-xIRA27JP.js} +12 -12
- package/cjs/chunks/{bundle-Dwj-qhkX.js.map → bundle-xIRA27JP.js.map} +1 -1
- package/cjs/chunks/{bundle-BHzRqGq7.js → bundle-zgmRG2KL.js} +3 -3
- package/cjs/chunks/{bundle-BHzRqGq7.js.map → bundle-zgmRG2KL.js.map} +1 -1
- package/cjs/hooks/useConnectionState.js +5 -5
- package/cjs/hooks/useLocalization.js +4 -4
- package/cjs/hooks/useModal.js +13 -13
- package/cjs/index.js +90 -89
- package/cjs/index.js.map +1 -1
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +1 -1
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +13 -13
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +14 -14
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +23 -23
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
- package/cjs/ui/FileMessageItemBody.js +13 -13
- package/cjs/ui/FileViewer.js +19 -19
- package/cjs/ui/Header.js +6 -6
- package/cjs/ui/Icon.js +279 -242
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +4 -4
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/cjs/ui/MentionLabel.js +19 -19
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +46 -43
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +13 -13
- package/cjs/ui/MessageFeedbackModal.js +13 -13
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +20 -20
- package/cjs/ui/MessageItemMenu.js +15 -15
- package/cjs/ui/MessageItemReactionMenu.js +16 -16
- package/cjs/ui/MessageMenu.js +16 -16
- package/cjs/ui/MessageSearchFileItem.js +17 -17
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +15 -15
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +13 -13
- package/cjs/ui/MobileMenu.js +73 -31
- package/cjs/ui/MobileMenu.js.map +1 -1
- package/cjs/ui/Modal.js +12 -12
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +23 -23
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -8
- package/cjs/ui/OpenchannelConversationHeader.js +8 -8
- package/cjs/ui/OpenchannelFileMessage.js +24 -24
- package/cjs/ui/OpenchannelOGMessage.js +26 -26
- package/cjs/ui/OpenchannelThumbnailMessage.js +23 -23
- package/cjs/ui/OpenchannelUserMessage.js +24 -24
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +12 -12
- package/cjs/ui/QuoteMessageInput.js +12 -12
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +14 -14
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +22 -22
- package/cjs/ui/ThreadReplies.js +8 -8
- package/cjs/ui/ThumbnailMessageItemBody.js +10 -10
- package/cjs/ui/Toggle.js +4 -4
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +10 -10
- package/cjs/ui/UserListItem.js +19 -19
- package/cjs/ui/UserListItemMenu.js +16 -16
- package/cjs/ui/UserProfile.js +13 -13
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +14 -14
- package/cjs/ui/Word.js +19 -19
- package/cjs/useSendbirdStateContext.js +4 -4
- package/cjs/utils/message/isVoiceMessage.js +6 -6
- package/cjs/withSendbird.js +24 -23
- package/cjs/withSendbird.js.map +1 -1
- package/dist/index.css +248 -0
- package/hooks/useConnectionState.js +5 -5
- package/hooks/useLocalization.js +4 -4
- package/hooks/useModal.js +14 -14
- package/index.js +90 -89
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/Sendbird/context/SendbirdContext.d.ts +1 -0
- package/types/lib/Sendbird/types.d.ts +1 -0
- package/types/modules/Channel/components/NewMessageCountFloatingButton/index.d.ts +2 -0
- package/types/modules/Channel/components/UnreadCountFloatingButton/index.d.ts +2 -0
- package/types/modules/Channel/context/dux/actionTypes.d.ts +6 -0
- package/types/modules/GroupChannel/components/Message/MessageView.d.ts +6 -0
- package/types/modules/GroupChannel/components/MessageList/getMessagePartsInfo.d.ts +6 -1
- package/types/modules/GroupChannel/components/NewMessageCountFloatingButton/index.d.ts +9 -0
- package/types/modules/GroupChannel/components/UnreadCountFloatingButton/index.d.ts +10 -0
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +6 -0
- package/types/modules/GroupChannel/context/hooks/useGroupChannel.d.ts +4 -0
- package/types/modules/GroupChannel/context/types.d.ts +3 -0
- package/types/ui/Icon/index.d.ts +2 -0
- package/types/ui/Icon/type.d.ts +2 -0
- package/types/ui/Label/stringSet.d.ts +4 -0
- package/types/ui/MessageContent/index.d.ts +1 -0
- package/types/ui/MessageMenu/MessageMenu.d.ts +3 -1
- package/types/ui/MessageMenu/MessageMenuProvider.d.ts +1 -0
- package/types/ui/MessageMenu/menuItems/BottomSheetMenuItems.d.ts +1 -0
- package/types/ui/MessageMenu/menuItems/MessageMenuItems.d.ts +1 -0
- package/types/ui/MessageMenu/menuItems/MobileMenuItems.d.ts +1 -0
- package/types/ui/MobileMenu/types.d.ts +1 -0
- package/types/ui/NewMessageSeparator/index.d.ts +11 -0
- package/types/utils/menuConditions.d.ts +1 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +13 -13
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +14 -14
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +23 -23
- package/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
- package/ui/FileMessageItemBody.js +13 -13
- package/ui/FileViewer.js +19 -19
- package/ui/Header.js +6 -6
- package/ui/Icon.js +279 -242
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +4 -4
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/ui/MentionLabel.js +19 -19
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +46 -43
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +13 -13
- package/ui/MessageFeedbackModal.js +13 -13
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +20 -20
- package/ui/MessageItemMenu.js +15 -15
- package/ui/MessageItemReactionMenu.js +16 -16
- package/ui/MessageMenu.js +16 -16
- package/ui/MessageSearchFileItem.js +17 -17
- package/ui/MessageSearchItem.js +12 -12
- package/ui/MessageStatus.js +15 -15
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +13 -13
- package/ui/MobileMenu.js +73 -31
- package/ui/MobileMenu.js.map +1 -1
- package/ui/Modal.js +12 -12
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +23 -23
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +24 -24
- package/ui/OpenchannelOGMessage.js +26 -26
- package/ui/OpenchannelThumbnailMessage.js +23 -23
- package/ui/OpenchannelUserMessage.js +24 -24
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +12 -12
- package/ui/QuoteMessageInput.js +12 -12
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +14 -14
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +22 -22
- package/ui/ThreadReplies.js +8 -8
- package/ui/ThumbnailMessageItemBody.js +10 -10
- package/ui/Toggle.js +4 -4
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +10 -10
- package/ui/UserListItem.js +19 -19
- package/ui/UserListItemMenu.js +17 -17
- package/ui/UserProfile.js +13 -13
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +14 -14
- package/ui/Word.js +19 -19
- package/useSendbirdStateContext.js +4 -4
- package/utils/message/isVoiceMessage.js +6 -6
- package/withSendbird.js +24 -23
- package/withSendbird.js.map +1 -1
- package/chunks/bundle-B4lXe9Vx.js.map +0 -1
- package/chunks/bundle-BIjkVTPN.js.map +0 -1
- package/chunks/bundle-BPQwWHRF.js.map +0 -1
- package/chunks/bundle-BPeFWEBC.js.map +0 -1
- package/chunks/bundle-Bb-DXei6.js.map +0 -1
- package/chunks/bundle-Bfy1ZXXV.js.map +0 -1
- package/chunks/bundle-BgnOPI6k.js.map +0 -1
- package/chunks/bundle-BsH3r84n.js.map +0 -1
- package/chunks/bundle-BvFpaSeC.js.map +0 -1
- package/chunks/bundle-C2fRYQA7.js.map +0 -1
- package/chunks/bundle-C2m88Inl.js.map +0 -1
- package/chunks/bundle-CAC-g7DL.js.map +0 -1
- package/chunks/bundle-CAhOO7u4.js.map +0 -1
- package/chunks/bundle-CGI7FGQ3.js.map +0 -1
- package/chunks/bundle-CNhJ48c2.js.map +0 -1
- package/chunks/bundle-COT_8pQt.js.map +0 -1
- package/chunks/bundle-CRZJggNA.js.map +0 -1
- package/chunks/bundle-CRimhTFL.js.map +0 -1
- package/chunks/bundle-CRkzqUcm.js.map +0 -1
- package/chunks/bundle-CXM8hj4p.js.map +0 -1
- package/chunks/bundle-CZZDLe4D.js.map +0 -1
- package/chunks/bundle-CZiyJYBm.js.map +0 -1
- package/chunks/bundle-Cbr_s9O3.js.map +0 -1
- package/chunks/bundle-CetM7tZt.js.map +0 -1
- package/chunks/bundle-CgpXjjQu.js.map +0 -1
- package/chunks/bundle-CqmuPT65.js.map +0 -1
- package/chunks/bundle-D37uTSCL.js.map +0 -1
- package/chunks/bundle-D7eceuN1.js.map +0 -1
- package/chunks/bundle-DBzDfn76.js.map +0 -1
- package/chunks/bundle-DFELlqx3.js.map +0 -1
- package/chunks/bundle-DHiHHi0U.js.map +0 -1
- package/chunks/bundle-DJDLoCXy.js.map +0 -1
- package/chunks/bundle-DN51BlH5.js.map +0 -1
- package/chunks/bundle-DO39GevF.js.map +0 -1
- package/chunks/bundle-DVe4vLri.js.map +0 -1
- package/chunks/bundle-DVsUiVO7.js.map +0 -1
- package/chunks/bundle-DiuNEyCv.js.map +0 -1
- package/chunks/bundle-DrY7Xn_q.js.map +0 -1
- package/chunks/bundle-DtkcKd92.js.map +0 -1
- package/chunks/bundle-DwUX_8pX.js.map +0 -1
- package/chunks/bundle-DyqxlZ5H.js.map +0 -1
- package/chunks/bundle-Lj21dphY.js.map +0 -1
- package/chunks/bundle-UNN_LgPW.js.map +0 -1
- package/chunks/bundle-Vv-hPvqF.js.map +0 -1
- package/chunks/bundle-c7rLu_k3.js.map +0 -1
- package/chunks/bundle-cJShAJkO.js.map +0 -1
- package/chunks/bundle-sT3ilq3P.js.map +0 -1
- package/chunks/bundle-sYB0sr_l.js.map +0 -1
- package/chunks/bundle-utR756AD.js.map +0 -1
- package/chunks/bundle-x4EJpyZs.js.map +0 -1
- package/cjs/chunks/bundle-BANDu-O5.js.map +0 -1
- package/cjs/chunks/bundle-BAXnlrl_.js.map +0 -1
- package/cjs/chunks/bundle-BCMiXKl2.js.map +0 -1
- package/cjs/chunks/bundle-BDsPujmF.js.map +0 -1
- package/cjs/chunks/bundle-BN5Tg7TA.js.map +0 -1
- package/cjs/chunks/bundle-BRqElheX.js.map +0 -1
- package/cjs/chunks/bundle-BUge20iw.js.map +0 -1
- package/cjs/chunks/bundle-BXM3R32T.js.map +0 -1
- package/cjs/chunks/bundle-BaMz3Fl9.js.map +0 -1
- package/cjs/chunks/bundle-BnaeZmJ7.js.map +0 -1
- package/cjs/chunks/bundle-BnqYw5GQ.js.map +0 -1
- package/cjs/chunks/bundle-BoPslgnn.js.map +0 -1
- package/cjs/chunks/bundle-Bx4XHbtR.js.map +0 -1
- package/cjs/chunks/bundle-BxbUgS51.js.map +0 -1
- package/cjs/chunks/bundle-ByMyWV5o.js.map +0 -1
- package/cjs/chunks/bundle-C-0C7Jbn.js.map +0 -1
- package/cjs/chunks/bundle-C-wgvLHn.js.map +0 -1
- package/cjs/chunks/bundle-CAYM7A1m.js.map +0 -1
- package/cjs/chunks/bundle-CFWCM1mO.js.map +0 -1
- package/cjs/chunks/bundle-CFoLTSSR.js.map +0 -1
- package/cjs/chunks/bundle-CIID6mYw.js.map +0 -1
- package/cjs/chunks/bundle-CJV1ehy9.js.map +0 -1
- package/cjs/chunks/bundle-CQ3azLOm.js.map +0 -1
- package/cjs/chunks/bundle-CSlBp8qu.js.map +0 -1
- package/cjs/chunks/bundle-CTORF8l2.js.map +0 -1
- package/cjs/chunks/bundle-CTarVwtF.js.map +0 -1
- package/cjs/chunks/bundle-CYWj37gJ.js.map +0 -1
- package/cjs/chunks/bundle-Ca9F08jN.js.map +0 -1
- package/cjs/chunks/bundle-CcbqrlOG.js.map +0 -1
- package/cjs/chunks/bundle-CiBS1Ovq.js.map +0 -1
- package/cjs/chunks/bundle-CpTDlea1.js.map +0 -1
- package/cjs/chunks/bundle-CzNBa9O0.js.map +0 -1
- package/cjs/chunks/bundle-D31IMJLu.js.map +0 -1
- package/cjs/chunks/bundle-D604_AmM.js.map +0 -1
- package/cjs/chunks/bundle-D6RMUwXd.js.map +0 -1
- package/cjs/chunks/bundle-D7LW79iA.js.map +0 -1
- package/cjs/chunks/bundle-DEP1sxOT.js.map +0 -1
- package/cjs/chunks/bundle-DHd7cttK.js.map +0 -1
- package/cjs/chunks/bundle-DJtO7Gzg.js.map +0 -1
- package/cjs/chunks/bundle-DOU45JCK.js.map +0 -1
- package/cjs/chunks/bundle-DOwgacpX.js.map +0 -1
- package/cjs/chunks/bundle-DVyHgesS.js.map +0 -1
- package/cjs/chunks/bundle-DXQdjkuu.js.map +0 -1
- package/cjs/chunks/bundle-DdIO1zva.js.map +0 -1
- package/cjs/chunks/bundle-Dg6vwM1l.js.map +0 -1
- package/cjs/chunks/bundle-Di0sonBU.js.map +0 -1
- package/cjs/chunks/bundle-DllkwVOi.js.map +0 -1
- package/cjs/chunks/bundle-Dq_3Fsbm.js.map +0 -1
- package/cjs/chunks/bundle-Dsi0B6WF.js.map +0 -1
- package/cjs/chunks/bundle-DvL8GqvC.js.map +0 -1
- package/cjs/chunks/bundle-DvZw2cgw.js.map +0 -1
- package/cjs/chunks/bundle-RBnTNdLq.js.map +0 -1
- package/cjs/chunks/bundle-VL0Y8ChB.js.map +0 -1
- package/cjs/chunks/bundle-WCxtIirI.js.map +0 -1
- package/cjs/chunks/bundle-XZ8qGH7O.js.map +0 -1
- package/cjs/chunks/bundle-YfPjtnJ0.js.map +0 -1
- package/cjs/chunks/bundle-aHJaO-Je.js.map +0 -1
- package/cjs/chunks/bundle-e5MsRmMy.js.map +0 -1
- package/cjs/chunks/bundle-i-zSHE3T.js.map +0 -1
- package/cjs/chunks/bundle-kCWC5zyl.js.map +0 -1
- package/cjs/chunks/bundle-nLdWeLWU.js.map +0 -1
- package/cjs/chunks/bundle-s-PttD6D.js.map +0 -1
- package/cjs/chunks/bundle-t_oZmZ9n.js.map +0 -1
- package/cjs/chunks/bundle-w8GqiNwE.js.map +0 -1
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { _ as __assign,
|
|
1
|
+
import { _ as __assign, a as __awaiter, b as __generator } from './bundle-yl5d1NoZ.js';
|
|
2
2
|
import React__default, { useCallback, useContext, useMemo, useRef, useState, useLayoutEffect, createContext, useEffect } from 'react';
|
|
3
3
|
import { MessageMetaArray, ReplyType } from '@sendbird/chat/message';
|
|
4
4
|
import { MessageFilter } from '@sendbird/chat/groupChannel';
|
|
5
5
|
import { useIIFE, useGroupChannelMessages, useAsyncEffect, useAsyncLayoutEffect } from '@sendbird/uikit-tools';
|
|
6
|
-
import { U as UserProfileProvider } from './bundle-
|
|
7
|
-
import { p as pubSubFactory } from './bundle-
|
|
8
|
-
import { s as shimExports, u as useStore, c as createStore } from './bundle-
|
|
9
|
-
import {
|
|
10
|
-
import { u as useSendbird } from './bundle-
|
|
11
|
-
import { g as getIsReactionEnabled } from './bundle-
|
|
12
|
-
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './bundle-
|
|
13
|
-
import { P as PUBSUB_TOPICS, b as PublishingModuleType, p as pubSubTopics } from './bundle-
|
|
14
|
-
import { T as ThreadReplySelectType } from './bundle-
|
|
15
|
-
import { u as useDeepCompareEffect } from './bundle-
|
|
16
|
-
import { d as deleteNullish } from './bundle-
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
6
|
+
import { U as UserProfileProvider } from './bundle-B0s_McF0.js';
|
|
7
|
+
import { p as pubSubFactory } from './bundle-D1nuDKhb.js';
|
|
8
|
+
import { s as shimExports, u as useStore, c as createStore } from './bundle-BUYU9H94.js';
|
|
9
|
+
import { g as getMessageTopOffset, d as isContextMenuClosed } from './bundle-CzwYTfhQ.js';
|
|
10
|
+
import { u as useSendbird } from './bundle-i_3w58Zd.js';
|
|
11
|
+
import { g as getIsReactionEnabled } from './bundle-BSy5MmTl.js';
|
|
12
|
+
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './bundle-DK3-aB7E.js';
|
|
13
|
+
import { P as PUBSUB_TOPICS, b as PublishingModuleType, p as pubSubTopics } from './bundle-BOykFtQ3.js';
|
|
14
|
+
import { T as ThreadReplySelectType } from './bundle-BEx1sWnS.js';
|
|
15
|
+
import { u as useDeepCompareEffect } from './bundle-BmoSvBYM.js';
|
|
16
|
+
import { d as deleteNullish } from './bundle-MlG9piGf.js';
|
|
17
|
+
import { CollectionEventSource } from '@sendbird/chat';
|
|
18
|
+
import { K } from './bundle-DEuCwnTn.js';
|
|
19
|
+
import { a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, i as META_ARRAY_VOICE_DURATION_KEY, j as META_ARRAY_MESSAGE_TYPE_KEY, k as META_ARRAY_MESSAGE_TYPE_VALUE__VOICE } from './bundle-CqLLOVG5.js';
|
|
19
20
|
|
|
20
21
|
var pass = function (value) { return value; };
|
|
21
22
|
/**
|
|
@@ -83,7 +84,7 @@ function useMessageActions(params) {
|
|
|
83
84
|
}); }, [eventHandlers]);
|
|
84
85
|
return {
|
|
85
86
|
sendUserMessage: useCallback(function (params) { return __awaiter(_this, void 0, void 0, function () {
|
|
86
|
-
var internalParams, processedParams;
|
|
87
|
+
var internalParams, processedParams, message;
|
|
87
88
|
return __generator(this, function (_a) {
|
|
88
89
|
switch (_a.label) {
|
|
89
90
|
case 0:
|
|
@@ -91,12 +92,20 @@ function useMessageActions(params) {
|
|
|
91
92
|
return [4 /*yield*/, processParams(onBeforeSendUserMessage, internalParams, 'user')];
|
|
92
93
|
case 1:
|
|
93
94
|
processedParams = _a.sent();
|
|
94
|
-
return [
|
|
95
|
+
return [4 /*yield*/, sendUserMessage(processedParams, asyncScrollToBottom)];
|
|
96
|
+
case 2:
|
|
97
|
+
message = _a.sent();
|
|
98
|
+
pubSub.publish(PUBSUB_TOPICS.SEND_USER_MESSAGE, {
|
|
99
|
+
channel: currentChannel,
|
|
100
|
+
message: message,
|
|
101
|
+
publishingModules: [PublishingModuleType.CHANNEL],
|
|
102
|
+
});
|
|
103
|
+
return [2 /*return*/, message];
|
|
95
104
|
}
|
|
96
105
|
});
|
|
97
106
|
}); }, [buildInternalMessageParams, sendUserMessage, scrollToBottom, processParams]),
|
|
98
107
|
sendFileMessage: useCallback(function (params) { return __awaiter(_this, void 0, void 0, function () {
|
|
99
|
-
var internalParams, processedParams;
|
|
108
|
+
var internalParams, processedParams, message;
|
|
100
109
|
return __generator(this, function (_a) {
|
|
101
110
|
switch (_a.label) {
|
|
102
111
|
case 0:
|
|
@@ -104,12 +113,20 @@ function useMessageActions(params) {
|
|
|
104
113
|
return [4 /*yield*/, processParams(onBeforeSendFileMessage, internalParams, 'file')];
|
|
105
114
|
case 1:
|
|
106
115
|
processedParams = _a.sent();
|
|
107
|
-
return [
|
|
116
|
+
return [4 /*yield*/, sendFileMessage(processedParams, asyncScrollToBottom)];
|
|
117
|
+
case 2:
|
|
118
|
+
message = _a.sent();
|
|
119
|
+
pubSub.publish(PUBSUB_TOPICS.SEND_FILE_MESSAGE, {
|
|
120
|
+
channel: currentChannel,
|
|
121
|
+
message: message,
|
|
122
|
+
publishingModules: [PublishingModuleType.CHANNEL],
|
|
123
|
+
});
|
|
124
|
+
return [2 /*return*/, message];
|
|
108
125
|
}
|
|
109
126
|
});
|
|
110
127
|
}); }, [buildInternalMessageParams, sendFileMessage, scrollToBottom, processParams]),
|
|
111
128
|
sendMultipleFilesMessage: useCallback(function (params) { return __awaiter(_this, void 0, void 0, function () {
|
|
112
|
-
var internalParams, processedParams;
|
|
129
|
+
var internalParams, processedParams, message;
|
|
113
130
|
return __generator(this, function (_a) {
|
|
114
131
|
switch (_a.label) {
|
|
115
132
|
case 0:
|
|
@@ -117,7 +134,15 @@ function useMessageActions(params) {
|
|
|
117
134
|
return [4 /*yield*/, processParams(onBeforeSendMultipleFilesMessage, internalParams, 'multipleFiles')];
|
|
118
135
|
case 1:
|
|
119
136
|
processedParams = _a.sent();
|
|
120
|
-
return [
|
|
137
|
+
return [4 /*yield*/, sendMultipleFilesMessage(processedParams, asyncScrollToBottom)];
|
|
138
|
+
case 2:
|
|
139
|
+
message = _a.sent();
|
|
140
|
+
pubSub.publish(PUBSUB_TOPICS.SEND_FILE_MESSAGE, {
|
|
141
|
+
channel: currentChannel,
|
|
142
|
+
message: message,
|
|
143
|
+
publishingModules: [PublishingModuleType.CHANNEL],
|
|
144
|
+
});
|
|
145
|
+
return [2 /*return*/, message];
|
|
121
146
|
}
|
|
122
147
|
});
|
|
123
148
|
}); }, [buildInternalMessageParams, sendMultipleFilesMessage, scrollToBottom, processParams]),
|
|
@@ -203,13 +228,20 @@ var useGroupChannel = function () {
|
|
|
203
228
|
if (state.currentChannel && !state.hasNext()) {
|
|
204
229
|
state.resetNewMessages();
|
|
205
230
|
if (!state.disableMarkAsRead) {
|
|
206
|
-
|
|
231
|
+
if (!config.groupChannel.enableMarkAsUnread && state.currentChannel.myMemberState !== 'none') {
|
|
232
|
+
markAsReadScheduler.push(state.currentChannel);
|
|
233
|
+
}
|
|
207
234
|
}
|
|
208
235
|
}
|
|
209
236
|
return [2 /*return*/];
|
|
210
237
|
}
|
|
211
238
|
});
|
|
212
|
-
}); }, [state.scrollRef.current, config.isOnline, markAsReadScheduler]);
|
|
239
|
+
}); }, [state.scrollRef.current, config.isOnline, markAsReadScheduler, config.groupChannel.enableMarkAsUnread]);
|
|
240
|
+
var markAsReadAll = useCallback(function (channel) {
|
|
241
|
+
if (config.isOnline && !state.disableMarkAsRead && channel) {
|
|
242
|
+
markAsReadScheduler === null || markAsReadScheduler === void 0 ? void 0 : markAsReadScheduler.push(channel);
|
|
243
|
+
}
|
|
244
|
+
}, [config.isOnline, state.disableMarkAsRead]);
|
|
213
245
|
var scrollToMessage = useCallback(function (createdAt, messageId, messageFocusAnimated, scrollAnimated) { return __awaiter(void 0, void 0, void 0, function () {
|
|
214
246
|
var element, parentNode, clickHandler, message, topOffset;
|
|
215
247
|
return __generator(this, function (_a) {
|
|
@@ -290,10 +322,10 @@ var useGroupChannel = function () {
|
|
|
290
322
|
}, [(_b = state.currentChannel) === null || _b === void 0 ? void 0 : _b.deleteReaction, (_c = state.currentChannel) === null || _c === void 0 ? void 0 : _c.addReaction]);
|
|
291
323
|
var messageActions = useMessageActions(__assign(__assign({}, state), { scrollToBottom: scrollToBottom }));
|
|
292
324
|
var setCurrentChannel = useCallback(function (channel) {
|
|
293
|
-
store.setState(function (state) { return (__assign(__assign({}, state), { currentChannel: channel, fetchChannelError: null, quoteMessage: null, animatedMessageId: null, nicknamesMap: new Map(channel.members.map(function (_a) {
|
|
325
|
+
store.setState(function (state) { return (__assign(__assign({}, state), { currentChannel: channel, fetchChannelError: null, quoteMessage: null, animatedMessageId: null, nicknamesMap: channel ? new Map(channel.members.map(function (_a) {
|
|
294
326
|
var userId = _a.userId, nickname = _a.nickname;
|
|
295
327
|
return [userId, nickname];
|
|
296
|
-
})) })); }, true);
|
|
328
|
+
})) : new Map() })); }, true);
|
|
297
329
|
}, []);
|
|
298
330
|
var handleChannelError = useCallback(function (error) {
|
|
299
331
|
store.setState(function (state) { return (__assign(__assign({}, state), { currentChannel: null, fetchChannelError: error, quoteMessage: null, animatedMessageId: null })); });
|
|
@@ -301,11 +333,21 @@ var useGroupChannel = function () {
|
|
|
301
333
|
var setQuoteMessage = useCallback(function (message) {
|
|
302
334
|
store.setState(function (state) { return (__assign(__assign({}, state), { quoteMessage: message })); });
|
|
303
335
|
}, []);
|
|
336
|
+
var setReadStateChanged = useCallback(function (readState) {
|
|
337
|
+
store.setState(function (state) { return (__assign(__assign({}, state), { readState: readState })); });
|
|
338
|
+
}, []);
|
|
339
|
+
var setFirstUnreadMessageId = useCallback(function (messageId) {
|
|
340
|
+
store.setState(function (state) { return (__assign(__assign({}, state), { firstUnreadMessageId: messageId })); });
|
|
341
|
+
}, []);
|
|
304
342
|
var actions = useMemo(function () {
|
|
305
|
-
return __assign({ setCurrentChannel: setCurrentChannel, handleChannelError: handleChannelError, setQuoteMessage: setQuoteMessage, scrollToBottom: scrollToBottom, scrollToMessage: scrollToMessage, toggleReaction: toggleReaction, setAnimatedMessageId: setAnimatedMessageId, setIsScrollBottomReached: setIsScrollBottomReached }, messageActions);
|
|
343
|
+
return __assign({ setCurrentChannel: setCurrentChannel, handleChannelError: handleChannelError, markAsReadAll: markAsReadAll, markAsUnread: state.markAsUnread, setReadStateChanged: setReadStateChanged, setFirstUnreadMessageId: setFirstUnreadMessageId, setQuoteMessage: setQuoteMessage, scrollToBottom: scrollToBottom, scrollToMessage: scrollToMessage, toggleReaction: toggleReaction, setAnimatedMessageId: setAnimatedMessageId, setIsScrollBottomReached: setIsScrollBottomReached }, messageActions);
|
|
306
344
|
}, [
|
|
307
345
|
setCurrentChannel,
|
|
308
346
|
handleChannelError,
|
|
347
|
+
markAsReadAll,
|
|
348
|
+
state.markAsUnread,
|
|
349
|
+
setReadStateChanged,
|
|
350
|
+
setFirstUnreadMessageId,
|
|
309
351
|
setQuoteMessage,
|
|
310
352
|
scrollToBottom,
|
|
311
353
|
scrollToMessage,
|
|
@@ -406,7 +448,7 @@ function getScrollBehavior(behavior, animated) {
|
|
|
406
448
|
return behavior;
|
|
407
449
|
}
|
|
408
450
|
|
|
409
|
-
var initialState = {
|
|
451
|
+
var initialState = function () { return ({
|
|
410
452
|
currentChannel: null,
|
|
411
453
|
channelUrl: '',
|
|
412
454
|
fetchChannelError: null,
|
|
@@ -417,6 +459,7 @@ var initialState = {
|
|
|
417
459
|
quoteMessage: null,
|
|
418
460
|
animatedMessageId: null,
|
|
419
461
|
isScrollBottomReached: true,
|
|
462
|
+
readState: null,
|
|
420
463
|
scrollRef: { current: null },
|
|
421
464
|
scrollDistanceFromBottomRef: { current: 0 },
|
|
422
465
|
scrollPositionRef: { current: 0 },
|
|
@@ -430,9 +473,9 @@ var initialState = {
|
|
|
430
473
|
disableMarkAsRead: false,
|
|
431
474
|
scrollBehavior: 'auto',
|
|
432
475
|
scrollPubSub: null,
|
|
433
|
-
};
|
|
476
|
+
}); };
|
|
434
477
|
var GroupChannelContext = createContext(null);
|
|
435
|
-
var createGroupChannelStore = function (props) { return createStore(__assign(__assign({}, initialState), props)); };
|
|
478
|
+
var createGroupChannelStore = function (props) { return createStore(__assign(__assign({}, initialState()), props)); };
|
|
436
479
|
var InternalGroupChannelProvider = function (props) {
|
|
437
480
|
var children = props.children;
|
|
438
481
|
var defaultProps = deleteNullish({
|
|
@@ -477,7 +520,7 @@ var GroupChannelManager = function (props) {
|
|
|
477
520
|
var updateState = useGroupChannelStore().updateState;
|
|
478
521
|
var _h = useSendbird().state, config = _h.config, stores = _h.stores;
|
|
479
522
|
var sdkStore = stores.sdkStore;
|
|
480
|
-
var markAsReadScheduler = config.markAsReadScheduler, logger = config.logger, pubSub = config.pubSub;
|
|
523
|
+
var userId = config.userId, markAsReadScheduler = config.markAsReadScheduler, logger = config.logger, pubSub = config.pubSub;
|
|
481
524
|
// ScrollHandler initialization
|
|
482
525
|
var _j = useMessageListScroll(scrollBehavior, [(_a = state.currentChannel) === null || _a === void 0 ? void 0 : _a.url]), scrollRef = _j.scrollRef, scrollPubSub = _j.scrollPubSub, scrollDistanceFromBottomRef = _j.scrollDistanceFromBottomRef, scrollPositionRef = _j.scrollPositionRef;
|
|
483
526
|
var isScrollBottomReached = state.isScrollBottomReached;
|
|
@@ -495,6 +538,32 @@ var GroupChannelManager = function (props) {
|
|
|
495
538
|
return ReplyType.NONE;
|
|
496
539
|
return ReplyType.ONLY_REPLY_TO_CHANNEL;
|
|
497
540
|
});
|
|
541
|
+
var markAsUnreadSourceRef = useRef(undefined);
|
|
542
|
+
var markAsUnread = useCallback(function (message, source) {
|
|
543
|
+
var _a, _b, _c, _d;
|
|
544
|
+
if (!config.groupChannel.enableMarkAsUnread)
|
|
545
|
+
return;
|
|
546
|
+
if (!state.currentChannel) {
|
|
547
|
+
(_a = logger === null || logger === void 0 ? void 0 : logger.error) === null || _a === void 0 ? void 0 : _a.call(logger, 'GroupChannelProvider: channel is required for markAsUnread');
|
|
548
|
+
return;
|
|
549
|
+
}
|
|
550
|
+
try {
|
|
551
|
+
if (state.currentChannel.markAsUnread) {
|
|
552
|
+
state.currentChannel.markAsUnread(message);
|
|
553
|
+
(_b = logger === null || logger === void 0 ? void 0 : logger.info) === null || _b === void 0 ? void 0 : _b.call(logger, 'GroupChannelProvider: markAsUnread called for message', {
|
|
554
|
+
messageId: message.messageId,
|
|
555
|
+
source: source || 'unknown',
|
|
556
|
+
});
|
|
557
|
+
markAsUnreadSourceRef.current = source || 'internal';
|
|
558
|
+
}
|
|
559
|
+
else {
|
|
560
|
+
(_c = logger === null || logger === void 0 ? void 0 : logger.error) === null || _c === void 0 ? void 0 : _c.call(logger, 'GroupChannelProvider: markAsUnread method not available in current SDK version');
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
catch (error) {
|
|
564
|
+
(_d = logger === null || logger === void 0 ? void 0 : logger.error) === null || _d === void 0 ? void 0 : _d.call(logger, 'GroupChannelProvider: markAsUnread failed', error);
|
|
565
|
+
}
|
|
566
|
+
}, [state.currentChannel, logger, config.groupChannel.enableMarkAsUnread]);
|
|
498
567
|
// Message Collection setup
|
|
499
568
|
var messageDataSource = useGroupChannelMessages(sdkStore.sdk, state.currentChannel, {
|
|
500
569
|
startingPoint: startingPoint,
|
|
@@ -502,8 +571,10 @@ var GroupChannelManager = function (props) {
|
|
|
502
571
|
collectionCreator: getCollectionCreator(state.currentChannel, messageListQueryParams),
|
|
503
572
|
shouldCountNewMessages: function () { return !isScrollBottomReached; },
|
|
504
573
|
markAsRead: function (channels) {
|
|
505
|
-
if (
|
|
506
|
-
|
|
574
|
+
if (!config.groupChannel.enableMarkAsUnread) {
|
|
575
|
+
if (isScrollBottomReached && !disableMarkAsRead) {
|
|
576
|
+
channels.forEach(function (it) { return markAsReadScheduler.push(it); });
|
|
577
|
+
}
|
|
507
578
|
}
|
|
508
579
|
},
|
|
509
580
|
onMessagesReceived: function (messages) {
|
|
@@ -513,7 +584,9 @@ var GroupChannelManager = function (props) {
|
|
|
513
584
|
// even though the next messages and the current messages length are the same.
|
|
514
585
|
// So added this condition to check if they are the same to prevent unnecessary calling scrollToBottom action
|
|
515
586
|
&& messages.length !== state.messages.length) {
|
|
516
|
-
setTimeout(function () { return
|
|
587
|
+
setTimeout(function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
588
|
+
return [2 /*return*/, actions.scrollToBottom(true)];
|
|
589
|
+
}); }); }, 10);
|
|
517
590
|
}
|
|
518
591
|
},
|
|
519
592
|
onChannelDeleted: function () {
|
|
@@ -524,7 +597,15 @@ var GroupChannelManager = function (props) {
|
|
|
524
597
|
actions.setCurrentChannel(null);
|
|
525
598
|
onBackClick === null || onBackClick === void 0 ? void 0 : onBackClick();
|
|
526
599
|
},
|
|
527
|
-
onChannelUpdated: function (channel) {
|
|
600
|
+
onChannelUpdated: function (channel, ctx) {
|
|
601
|
+
if (ctx.source === CollectionEventSource.EVENT_CHANNEL_UNREAD
|
|
602
|
+
&& ctx.userIds.includes(userId)) {
|
|
603
|
+
actions.setReadStateChanged('unread');
|
|
604
|
+
}
|
|
605
|
+
if (ctx.source === CollectionEventSource.EVENT_CHANNEL_READ
|
|
606
|
+
&& ctx.userIds.includes(userId)) {
|
|
607
|
+
actions.setReadStateChanged('read');
|
|
608
|
+
}
|
|
528
609
|
actions.setCurrentChannel(channel);
|
|
529
610
|
},
|
|
530
611
|
logger: logger,
|
|
@@ -570,8 +651,8 @@ var GroupChannelManager = function (props) {
|
|
|
570
651
|
if ((pubSub === null || pubSub === void 0 ? void 0 : pubSub.subscribe) === undefined)
|
|
571
652
|
return [2 /*return*/];
|
|
572
653
|
subscriptions = [
|
|
573
|
-
|
|
574
|
-
|
|
654
|
+
pubSub.subscribe(pubSubTopics.SEND_USER_MESSAGE, handleExternalMessage),
|
|
655
|
+
pubSub.subscribe(pubSubTopics.SEND_FILE_MESSAGE, handleExternalMessage),
|
|
575
656
|
];
|
|
576
657
|
return [2 /*return*/, function () {
|
|
577
658
|
subscriptions.forEach(function (subscription) { return subscription.remove(); });
|
|
@@ -656,9 +737,9 @@ var GroupChannelManager = function (props) {
|
|
|
656
737
|
isScrollBottomReached,
|
|
657
738
|
]);
|
|
658
739
|
useDeepCompareEffect(function () {
|
|
659
|
-
updateState(__assign(__assign(__assign(__assign(__assign({
|
|
740
|
+
updateState(__assign(__assign(__assign(__assign(__assign(__assign({
|
|
660
741
|
// Channel state
|
|
661
|
-
channelUrl: channelUrl, currentChannel: state.currentChannel }, configurations), scrollState), eventHandlers), renderProps), messageDataSource));
|
|
742
|
+
channelUrl: channelUrl, currentChannel: state.currentChannel }, configurations), scrollState), eventHandlers), renderProps), messageDataSource), { markAsUnread: markAsUnread, markAsUnreadSourceRef: markAsUnreadSourceRef }));
|
|
662
743
|
}, [
|
|
663
744
|
channelUrl,
|
|
664
745
|
(_c = state.currentChannel) === null || _c === void 0 ? void 0 : _c.serialize(),
|
|
@@ -673,7 +754,7 @@ var GroupChannelManager = function (props) {
|
|
|
673
754
|
return children;
|
|
674
755
|
};
|
|
675
756
|
var GroupChannelProvider = function (props) {
|
|
676
|
-
return (React__default.createElement(InternalGroupChannelProvider, __assign({}, props),
|
|
757
|
+
return (React__default.createElement(InternalGroupChannelProvider, __assign({ key: props.channelUrl }, props),
|
|
677
758
|
React__default.createElement(GroupChannelManager, __assign({}, props),
|
|
678
759
|
React__default.createElement(UserProfileProvider, __assign({}, props), props.children))));
|
|
679
760
|
};
|
|
@@ -682,7 +763,7 @@ var GroupChannelProvider = function (props) {
|
|
|
682
763
|
* @returns {ReturnType<typeof createStore<GroupChannelState>>}
|
|
683
764
|
*/
|
|
684
765
|
var useGroupChannelStore = function () {
|
|
685
|
-
return useStore(GroupChannelContext, function (state) { return state; }, initialState);
|
|
766
|
+
return useStore(GroupChannelContext, function (state) { return state; }, initialState());
|
|
686
767
|
};
|
|
687
768
|
// Keep this function for backward compatibility.
|
|
688
769
|
var useGroupChannelContext = function () {
|
|
@@ -697,4 +778,4 @@ function getCollectionCreator(groupChannel, messageListQueryParams) {
|
|
|
697
778
|
}
|
|
698
779
|
|
|
699
780
|
export { GroupChannelContext as G, InternalGroupChannelProvider as I, GroupChannelProvider as a, useGroupChannelContext as b, GroupChannelManager as c, useGroupChannel as u };
|
|
700
|
-
//# sourceMappingURL=bundle-
|
|
781
|
+
//# sourceMappingURL=bundle-CmmJVpwV.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CmmJVpwV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __assign, d as __rest } from './bundle-
|
|
1
|
+
import { _ as __assign, d as __rest } from './bundle-yl5d1NoZ.js';
|
|
2
2
|
import React__default, { useContext, useCallback, useMemo, useRef, useEffect } from 'react';
|
|
3
3
|
import { GroupChannelFilter } from '@sendbird/chat/groupChannel';
|
|
4
4
|
import { useGroupChannelList as useGroupChannelList$1, useGroupChannelHandler } from '@sendbird/uikit-tools';
|
|
5
|
-
import { U as UserProfileProvider } from './bundle-
|
|
6
|
-
import { u as useOnlineStatus, a as useMarkAsDeliveredScheduler } from './bundle-
|
|
7
|
-
import { s as shimExports, u as useStore, c as createStore } from './bundle-
|
|
8
|
-
import { d as deleteNullish, n as noop } from './bundle-
|
|
9
|
-
import { u as useSendbird } from './bundle-
|
|
10
|
-
import { u as useDeepCompareEffect } from './bundle-
|
|
5
|
+
import { U as UserProfileProvider } from './bundle-B0s_McF0.js';
|
|
6
|
+
import { u as useOnlineStatus, a as useMarkAsDeliveredScheduler } from './bundle-DS1Ocu-E.js';
|
|
7
|
+
import { s as shimExports, u as useStore, c as createStore } from './bundle-BUYU9H94.js';
|
|
8
|
+
import { d as deleteNullish, n as noop } from './bundle-MlG9piGf.js';
|
|
9
|
+
import { u as useSendbird } from './bundle-i_3w58Zd.js';
|
|
10
|
+
import { u as useDeepCompareEffect } from './bundle-BmoSvBYM.js';
|
|
11
11
|
|
|
12
12
|
var useGroupChannelList = function () {
|
|
13
13
|
var store = useContext(GroupChannelListContext);
|
|
@@ -24,7 +24,7 @@ var useGroupChannelList = function () {
|
|
|
24
24
|
};
|
|
25
25
|
|
|
26
26
|
var GroupChannelListContext = React__default.createContext(null);
|
|
27
|
-
var initialState = {
|
|
27
|
+
var initialState = function () { return ({
|
|
28
28
|
className: '',
|
|
29
29
|
selectedChannelUrl: '',
|
|
30
30
|
disableAutoSelect: false,
|
|
@@ -44,12 +44,12 @@ var initialState = {
|
|
|
44
44
|
refresh: null,
|
|
45
45
|
loadMore: null,
|
|
46
46
|
scrollRef: { current: null },
|
|
47
|
-
};
|
|
47
|
+
}); };
|
|
48
48
|
/**
|
|
49
49
|
* @returns {ReturnType<typeof createStore<GroupChannelListState>>}
|
|
50
50
|
*/
|
|
51
51
|
var useGroupChannelListStore = function () {
|
|
52
|
-
return useStore(GroupChannelListContext, function (state) { return state; }, initialState);
|
|
52
|
+
return useStore(GroupChannelListContext, function (state) { return state; }, initialState());
|
|
53
53
|
};
|
|
54
54
|
var GroupChannelListManager = function (_a) {
|
|
55
55
|
var _b, _c, _d, _e, _f, _g;
|
|
@@ -165,7 +165,7 @@ var GroupChannelListManager = function (_a) {
|
|
|
165
165
|
]);
|
|
166
166
|
return null;
|
|
167
167
|
};
|
|
168
|
-
var createGroupChannelListStore = function (props) { return createStore(__assign(__assign({}, initialState), props)); };
|
|
168
|
+
var createGroupChannelListStore = function (props) { return createStore(__assign(__assign({}, initialState()), props)); };
|
|
169
169
|
var InternalGroupChannelListProvider = function (props) {
|
|
170
170
|
var children = props.children;
|
|
171
171
|
var defaultProps = deleteNullish({
|
|
@@ -206,4 +206,4 @@ function getCollectionCreator(sdk, channelListQueryParams) {
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
export { GroupChannelListContext as G, useGroupChannelListStore as a, GroupChannelListManager as b, GroupChannelListProvider as c, useGroupChannelListContext as d, useGroupChannelList as u };
|
|
209
|
-
//# sourceMappingURL=bundle-
|
|
209
|
+
//# sourceMappingURL=bundle-CnnonhFO.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CnnonhFO.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-yl5d1NoZ.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
4
|
-
import { u as useThread } from './bundle-
|
|
3
|
+
import { S as SuggestedMentionListView } from './bundle-sf0POh6_.js';
|
|
4
|
+
import { u as useThread } from './bundle-a_zBi15q.js';
|
|
5
5
|
|
|
6
6
|
var SuggestedMentionList = function (props) {
|
|
7
7
|
var currentChannel = useThread().state.currentChannel;
|
|
@@ -9,4 +9,4 @@ var SuggestedMentionList = function (props) {
|
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export { SuggestedMentionList as S };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-Coe_wsHL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Coe_wsHL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -37,5 +37,5 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
37
37
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
38
38
|
var MESSAGE_TEMPLATE_KEY = 'message_template';
|
|
39
39
|
|
|
40
|
-
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C,
|
|
41
|
-
//# sourceMappingURL=bundle-
|
|
40
|
+
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as D, MESSAGE_TEMPLATE_KEY as M, ONE_MiB as O, SCROLL_BUFFER as S, VOICE_RECORDER_AUDIO_BIT_RATE as V, VOICE_MESSAGE_FILE_NAME as a, VOICE_MESSAGE_MIME_TYPE as b, VOICE_PLAYER_AUDIO_ID as c, VOICE_RECORDER_AUDIO_SAMPLE_RATE as d, SCROLL_BOTTOM_DELAY_FOR_SEND as e, SCROLL_BOTTOM_DELAY_FOR_FETCH as f, VOICE_RECORDER_DEFAULT_MIN as g, VOICE_RECORDER_CLICK_BUFFER_TIME as h, META_ARRAY_VOICE_DURATION_KEY as i, META_ARRAY_MESSAGE_TYPE_KEY as j, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as k, VOICE_MESSAGE_FILE_NAME__XM4A as l, VOICE_MESSAGE_MIME_TYPE__XM4A as m, VOICE_PLAYER_ROOT_ID as n, SLIDER_BUTTON_ICON_SIDE_LENGTH as o, CACHED_MESSAGE_TEMPLATES_KEY as p, DEFAULT_UPLOAD_SIZE_LIMIT as q, VOICE_RECORDER_DEFAULT_MAX as r, DELIVERY_RECEIPT as s };
|
|
41
|
+
//# sourceMappingURL=bundle-CqLLOVG5.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CqLLOVG5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as __spreadArray } from './bundle-yl5d1NoZ.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { c as classnames, n as noop } from './bundle-
|
|
5
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
4
|
+
import { c as classnames, n as noop } from './bundle-MlG9piGf.js';
|
|
5
|
+
import { L as LocalizationContext } from './bundle-Del33VzI.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-DBhJIxHw.js';
|
|
7
7
|
import IconButton from '../ui/IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes } from '../ui/Button.js';
|
|
9
9
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
11
|
-
import { u as uuidv4 } from './bundle-
|
|
12
|
-
import { u as useSendbird } from './bundle-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-viBng0Kh.js';
|
|
11
|
+
import { u as uuidv4 } from './bundle-DGh2T5IL.js';
|
|
12
|
+
import { u as useSendbird } from './bundle-i_3w58Zd.js';
|
|
13
13
|
|
|
14
14
|
// simple component to be used as modal root
|
|
15
15
|
var MODAL_ROOT = 'sendbird-modal-root';
|
|
@@ -62,4 +62,4 @@ function Modal(props) {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
export { Modal as M, MODAL_ROOT as a, ModalRoot as b, ModalFooter as c, ModalHeader as d, ModalBody as e };
|
|
65
|
-
//# sourceMappingURL=bundle-
|
|
65
|
+
//# sourceMappingURL=bundle-CtQtfJlT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CtQtfJlT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { u as useStore, c as createStore, s as shimExports } from './bundle-
|
|
1
|
+
import { c as __spreadArray, a as __awaiter, b as __generator, _ as __assign } from './bundle-yl5d1NoZ.js';
|
|
2
|
+
import { u as useStore, c as createStore, s as shimExports } from './bundle-BUYU9H94.js';
|
|
3
3
|
import React__default, { useEffect, createContext, useState, useCallback, useRef, useContext, useMemo } from 'react';
|
|
4
4
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
5
|
-
import { u as uuidv4 } from './bundle-
|
|
6
|
-
import { c as compareIds } from './bundle-
|
|
7
|
-
import { c as classnames, d as deleteNullish } from './bundle-
|
|
8
|
-
import { U as UserProfileProvider } from './bundle-
|
|
9
|
-
import { u as useSendbird } from './bundle-
|
|
5
|
+
import { u as uuidv4 } from './bundle-DGh2T5IL.js';
|
|
6
|
+
import { c as compareIds } from './bundle-CM73CDTO.js';
|
|
7
|
+
import { c as classnames, d as deleteNullish } from './bundle-MlG9piGf.js';
|
|
8
|
+
import { U as UserProfileProvider } from './bundle-B0s_McF0.js';
|
|
9
|
+
import { u as useSendbird } from './bundle-i_3w58Zd.js';
|
|
10
10
|
|
|
11
11
|
function useSetChannel(_a) {
|
|
12
12
|
var _this = this;
|
|
@@ -76,15 +76,21 @@ var useChannelHandler = function (_a) {
|
|
|
76
76
|
var newChannelHandlerId = uuidv4();
|
|
77
77
|
var channelHandler = new GroupChannelHandler({
|
|
78
78
|
onUserLeft: function (channel, user) {
|
|
79
|
+
var _a;
|
|
79
80
|
if (compareIds(channel === null || channel === void 0 ? void 0 : channel.url, channelUrl)) {
|
|
80
81
|
logger.info('ChannelSettings: onUserLeft', { channel: channel, user: user });
|
|
81
|
-
|
|
82
|
+
if (user.userId !== ((_a = sdk.currentUser) === null || _a === void 0 ? void 0 : _a.userId)) {
|
|
83
|
+
forceUpdateUI();
|
|
84
|
+
}
|
|
82
85
|
}
|
|
83
86
|
},
|
|
84
87
|
onUserBanned: function (channel, user) {
|
|
88
|
+
var _a;
|
|
85
89
|
if (compareIds(channel === null || channel === void 0 ? void 0 : channel.url, channelUrl) && channel.isGroupChannel()) {
|
|
86
90
|
logger.info('ChannelSettings: onUserBanned', { channel: channel, user: user });
|
|
87
|
-
|
|
91
|
+
if (user.userId !== ((_a = sdk.currentUser) === null || _a === void 0 ? void 0 : _a.userId)) {
|
|
92
|
+
forceUpdateUI();
|
|
93
|
+
}
|
|
88
94
|
}
|
|
89
95
|
},
|
|
90
96
|
});
|
|
@@ -216,4 +222,4 @@ var useChannelSettings = function () {
|
|
|
216
222
|
};
|
|
217
223
|
|
|
218
224
|
export { ChannelSettingsContext as C, ChannelSettingsProvider as a, useChannelSettingsContext as b, useChannelSettings as u };
|
|
219
|
-
//# sourceMappingURL=bundle-
|
|
225
|
+
//# sourceMappingURL=bundle-CvsU5rx0.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CvsU5rx0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as UIKIT_COMPATIBLE_FORM_VERSION } from './bundle-
|
|
1
|
+
import { U as UIKIT_COMPATIBLE_FORM_VERSION } from './bundle-BEx1sWnS.js';
|
|
2
2
|
|
|
3
3
|
function getComponentKeyFromMessage(message) {
|
|
4
4
|
if ('sendingStatus' in message) {
|
|
@@ -51,5 +51,5 @@ var isDisabledBecauseMessageForm = function (allMessages, enableFormTypeMessage)
|
|
|
51
51
|
});
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
export { isDisabledBecauseMuted as a,
|
|
55
|
-
//# sourceMappingURL=bundle-
|
|
54
|
+
export { isDisabledBecauseMuted as a, isDisabledBecauseSuggestedReplies as b, isDisabledBecauseMessageForm as c, isContextMenuClosed as d, getComponentKeyFromMessage as e, isFormVersionCompatible as f, getMessageTopOffset as g, isDisabledBecauseFrozen as i };
|
|
55
|
+
//# sourceMappingURL=bundle-CzwYTfhQ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CzwYTfhQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-CtQtfJlT.js';
|
|
3
|
+
import './bundle-yl5d1NoZ.js';
|
|
4
|
+
import './bundle-viBng0Kh.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
7
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
8
|
-
import { u as useThread } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-Del33VzI.js';
|
|
7
|
+
import { g as getModalDeleteMessageTitle } from './bundle-BxzlMlCv.js';
|
|
8
|
+
import { u as useThread } from './bundle-a_zBi15q.js';
|
|
9
9
|
|
|
10
10
|
var RemoveMessage = function (props) {
|
|
11
11
|
var _a, _b;
|
|
@@ -21,4 +21,4 @@ var RemoveMessage = function (props) {
|
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
export { RemoveMessage as R };
|
|
24
|
-
//# sourceMappingURL=bundle-
|
|
24
|
+
//# sourceMappingURL=bundle-D1OvmDcy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D1OvmDcy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D1nuDKhb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
|
|
2
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
-
import { U as UserProfileProvider } from './bundle-
|
|
4
|
-
import { _ as __assign,
|
|
5
|
-
import { c as compareIds } from './bundle-
|
|
6
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { u as useLocalization } from './bundle-Del33VzI.js';
|
|
3
|
+
import { U as UserProfileProvider } from './bundle-B0s_McF0.js';
|
|
4
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-yl5d1NoZ.js';
|
|
5
|
+
import { c as compareIds } from './bundle-CM73CDTO.js';
|
|
6
|
+
import { p as pubSubTopics } from './bundle-BOykFtQ3.js';
|
|
7
7
|
import { ChannelType } from '@sendbird/chat';
|
|
8
8
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
9
|
-
import { u as uuidv4 } from './bundle-
|
|
10
|
-
import { c as compressImages } from './bundle-
|
|
9
|
+
import { u as uuidv4 } from './bundle-DGh2T5IL.js';
|
|
10
|
+
import { c as compressImages } from './bundle-BtCCRSPc.js';
|
|
11
11
|
import { useGlobalModalContext } from '../hooks/useModal.js';
|
|
12
|
-
import { O as ONE_MiB } from './bundle-
|
|
13
|
-
import { c as ModalFooter } from './bundle-
|
|
14
|
-
import './bundle-
|
|
12
|
+
import { O as ONE_MiB } from './bundle-CqLLOVG5.js';
|
|
13
|
+
import { c as ModalFooter } from './bundle-CtQtfJlT.js';
|
|
14
|
+
import './bundle-viBng0Kh.js';
|
|
15
15
|
import { ButtonTypes } from '../ui/Button.js';
|
|
16
|
-
import { u as useSendbird } from './bundle-
|
|
16
|
+
import { u as useSendbird } from './bundle-i_3w58Zd.js';
|
|
17
17
|
|
|
18
18
|
var shouldFetchMore = function (messageLength, maxMessages) {
|
|
19
19
|
if (typeof maxMessages !== 'number') {
|
|
@@ -1356,4 +1356,4 @@ var useOpenChannelContext = function () {
|
|
|
1356
1356
|
};
|
|
1357
1357
|
|
|
1358
1358
|
export { OpenChannelProvider as O, kFormatter as k, useOpenChannelContext as u };
|
|
1359
|
-
//# sourceMappingURL=bundle-
|
|
1359
|
+
//# sourceMappingURL=bundle-D5hQctFB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-D5hQctFB.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|