@sendbird/uikit-react 3.14.12 → 3.14.13
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 +87 -115
- package/App.js.map +1 -1
- package/CHANGELOG.md +39 -0
- package/Channel/components/ChannelHeader.js +31 -31
- package/Channel/components/ChannelUI.js +64 -63
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +31 -31
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +54 -53
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +43 -43
- package/Channel/components/MessageInputWrapper.js +43 -43
- package/Channel/components/MessageList.js +57 -56
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +30 -30
- 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 +26 -20
- package/Channel/context.js.map +1 -1
- package/Channel/hooks/useHandleUploadFiles.js +17 -17
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +70 -63
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +23 -23
- package/ChannelList/components/ChannelListHeader.js +10 -10
- package/ChannelList/components/ChannelListUI.js +37 -37
- package/ChannelList/components/ChannelPreview.js +30 -30
- package/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/ChannelList/context.js +11 -11
- package/ChannelList.js +45 -39
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +20 -20
- package/ChannelSettings/components/ChannelSettingMenuList.js +8 -8
- package/ChannelSettings/components/ChannelSettingsHeader.js +8 -8
- package/{chunks/bundle-DfkIV7Yk.js → ChannelSettings/components/ChannelSettingsMenuItem.js} +5 -5
- package/ChannelSettings/components/ChannelSettingsMenuItem.js.map +1 -0
- package/ChannelSettings/components/ChannelSettingsUI.js +31 -31
- package/ChannelSettings/components/EditDetailsModal.js +20 -20
- package/ChannelSettings/components/LeaveChannel.js +17 -17
- package/ChannelSettings/components/ModerationPanel.js +25 -25
- package/ChannelSettings/components/UserListItem.js +19 -19
- package/ChannelSettings/components/UserPanel.js +24 -24
- package/ChannelSettings/context.js +5 -4
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings/hooks/useMenuList.js +28 -29
- package/ChannelSettings/hooks/useMenuList.js.map +1 -1
- package/ChannelSettings.js +28 -28
- package/CreateChannel/components/CreateChannelUI.js +20 -20
- package/CreateChannel/components/InviteUsers.js +20 -20
- package/CreateChannel/components/SelectChannelType.js +17 -17
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +20 -20
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +18 -18
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +18 -18
- package/EditUserProfile/components/EditUserProfileUI.js +19 -19
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +19 -19
- package/GroupChannel/components/FileViewer.js +25 -25
- package/GroupChannel/components/FrozenNotification.js +6 -6
- package/GroupChannel/components/GroupChannelHeader.js +21 -21
- package/GroupChannel/components/GroupChannelUI.js +57 -56
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +49 -48
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +50 -49
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +24 -24
- 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 -56
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +22 -22
- package/GroupChannelList/components/GroupChannelListHeader.js +10 -10
- package/GroupChannelList/components/GroupChannelListItem.js +28 -28
- package/GroupChannelList/components/GroupChannelListUI.js +36 -36
- package/GroupChannelList/components/GroupChannelPreviewAction.js +15 -15
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +36 -36
- 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 +22 -22
- package/OpenChannel/components/OpenChannelInput.js +28 -28
- package/OpenChannel/components/OpenChannelMessage.js +37 -37
- package/OpenChannel/components/OpenChannelMessageList.js +41 -41
- package/OpenChannel/components/OpenChannelUI.js +41 -41
- package/OpenChannel/context.js +21 -21
- package/OpenChannel.js +41 -41
- package/OpenChannelList/components/OpenChannelListUI.js +20 -20
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +20 -20
- package/OpenChannelSettings/components/EditDetailsModal.js +21 -21
- package/OpenChannelSettings/components/OpenChannelProfile.js +21 -21
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +22 -22
- package/OpenChannelSettings/components/OperatorUI.js +22 -22
- package/OpenChannelSettings/components/ParticipantUI.js +20 -20
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +22 -22
- package/SendbirdProvider.js +34 -20
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +85 -63
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +30 -30
- package/Thread/components/ThreadHeader.js +8 -8
- package/Thread/components/ThreadList.js +62 -77
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +96 -59
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +43 -43
- package/Thread/components/ThreadUI.js +60 -59
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +9 -9
- package/Thread.js +60 -67
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +4 -4
- package/VoicePlayer/useVoicePlayer.js +15 -15
- package/VoiceRecorder/context.js +15 -15
- package/VoiceRecorder/useVoiceRecorder.js +15 -15
- package/chunks/{bundle-BIHky7ym.js → bundle--MW8ymcq.js} +3 -3
- package/chunks/{bundle-BIHky7ym.js.map → bundle--MW8ymcq.js.map} +1 -1
- package/chunks/{bundle-BT8XMu5e.js → bundle-0nQK2G2O.js} +1 -1
- package/chunks/bundle-0nQK2G2O.js.map +1 -0
- package/chunks/{bundle-DqJ40nCa.js → bundle-0qSTzMXb.js} +1 -1
- package/chunks/bundle-0qSTzMXb.js.map +1 -0
- package/chunks/{bundle-BRJKqtvr.js → bundle-6BuULgEc.js} +1 -1
- package/chunks/bundle-6BuULgEc.js.map +1 -0
- package/chunks/{bundle-C6OwelAY.js → bundle-AfQS5DGf.js} +3 -3
- package/chunks/bundle-AfQS5DGf.js.map +1 -0
- package/chunks/{bundle-CLLxonVJ.js → bundle-B2SAqHzx.js} +5 -5
- package/chunks/{bundle-CLLxonVJ.js.map → bundle-B2SAqHzx.js.map} +1 -1
- package/chunks/{bundle-BC9cUijD.js → bundle-B4KMvElm.js} +12 -12
- package/chunks/{bundle-BC9cUijD.js.map → bundle-B4KMvElm.js.map} +1 -1
- package/chunks/{bundle-CpcTBaG-.js → bundle-B6edg1g0.js} +1 -1
- package/chunks/bundle-B6edg1g0.js.map +1 -0
- package/chunks/{bundle-CZY0TUC6.js → bundle-B7BfObV1.js} +1 -1
- package/chunks/bundle-B7BfObV1.js.map +1 -0
- package/chunks/{bundle-K3w8yQDQ.js → bundle-BHK1eF5R.js} +4 -4
- package/chunks/{bundle-K3w8yQDQ.js.map → bundle-BHK1eF5R.js.map} +1 -1
- package/chunks/{bundle-Cpt2mEbq.js → bundle-BNDaXsLn.js} +1 -1
- package/chunks/bundle-BNDaXsLn.js.map +1 -0
- package/chunks/{bundle-B9I7KCZ2.js → bundle-BQi9-O76.js} +1 -1
- package/chunks/{bundle-B9I7KCZ2.js.map → bundle-BQi9-O76.js.map} +1 -1
- package/chunks/{bundle-BucsiL3g.js → bundle-Ba2Z_B16.js} +1 -1
- package/chunks/bundle-Ba2Z_B16.js.map +1 -0
- package/chunks/{bundle-TsBTbRzS.js → bundle-BdZytjCG.js} +3 -3
- package/chunks/{bundle-TsBTbRzS.js.map → bundle-BdZytjCG.js.map} +1 -1
- package/chunks/{bundle-DeaoiON_.js → bundle-BeheAFz4.js} +15 -9
- package/chunks/{bundle-DeaoiON_.js.map → bundle-BeheAFz4.js.map} +1 -1
- package/chunks/{bundle-B628FXKZ.js → bundle-BgwzpLeQ.js} +1 -1
- package/chunks/bundle-BgwzpLeQ.js.map +1 -0
- package/chunks/{bundle-CQV5GP72.js → bundle-BjjAXlnY.js} +6 -6
- package/chunks/{bundle-CQV5GP72.js.map → bundle-BjjAXlnY.js.map} +1 -1
- package/chunks/{bundle-CO34LgiE.js → bundle-BqMHiKkl.js} +2 -2
- package/chunks/bundle-BqMHiKkl.js.map +1 -0
- package/chunks/{bundle-DUd6AS_D.js → bundle-BrTJ5Zbd.js} +1 -1
- package/chunks/bundle-BrTJ5Zbd.js.map +1 -0
- package/chunks/{bundle-CL8fYBvo.js → bundle-BsAIw_77.js} +3 -3
- package/chunks/bundle-BsAIw_77.js.map +1 -0
- package/chunks/{bundle-BwafidOs.js → bundle-Bwk5KPwK.js} +1 -1
- package/chunks/{bundle-BwafidOs.js.map → bundle-Bwk5KPwK.js.map} +1 -1
- package/chunks/{bundle-DLtA6rcB.js → bundle-C3GXmMjX.js} +10 -10
- package/chunks/bundle-C3GXmMjX.js.map +1 -0
- package/chunks/{bundle-BS3xMvop.js → bundle-C3Ty1Yuy.js} +1 -1
- package/chunks/bundle-C3Ty1Yuy.js.map +1 -0
- package/chunks/{bundle-CGLnBajI.js → bundle-C3ktHDOc.js} +1 -1
- package/chunks/bundle-C3ktHDOc.js.map +1 -0
- package/chunks/{bundle-DnVyKahm.js → bundle-CA85nVxp.js} +1 -1
- package/chunks/{bundle-DnVyKahm.js.map → bundle-CA85nVxp.js.map} +1 -1
- package/chunks/{bundle-Cme8jJ5D.js → bundle-CAdqcqOm.js} +3 -3
- package/chunks/{bundle-Cme8jJ5D.js.map → bundle-CAdqcqOm.js.map} +1 -1
- package/chunks/{bundle-BIHWK4cm.js → bundle-CBUfFuFR.js} +1 -1
- package/chunks/bundle-CBUfFuFR.js.map +1 -0
- package/chunks/{bundle-D89r5O-w.js → bundle-CFosTNce.js} +4 -4
- package/chunks/bundle-CFosTNce.js.map +1 -0
- package/chunks/{bundle-CmAD8QUZ.js → bundle-CMLImr6T.js} +2 -2
- package/chunks/{bundle-CmAD8QUZ.js.map → bundle-CMLImr6T.js.map} +1 -1
- package/chunks/{bundle-ByuZy4m8.js → bundle-CNWAfTVw.js} +1 -1
- package/chunks/bundle-CNWAfTVw.js.map +1 -0
- package/chunks/{bundle-lYQ_v7qT.js → bundle-CRcPMrRq.js} +2 -2
- package/chunks/bundle-CRcPMrRq.js.map +1 -0
- package/chunks/{bundle--vT93WoP.js → bundle-CVBleWtM.js} +2 -2
- package/chunks/bundle-CVBleWtM.js.map +1 -0
- package/chunks/{bundle-DAF0GGlr.js → bundle-CXdo2kR_.js} +12 -12
- package/chunks/{bundle-DAF0GGlr.js.map → bundle-CXdo2kR_.js.map} +1 -1
- package/chunks/{bundle-D-_vevD1.js → bundle-CZUYMubi.js} +1 -1
- package/chunks/bundle-CZUYMubi.js.map +1 -0
- package/chunks/bundle-Cf0UgZwi.js +49 -0
- package/chunks/bundle-Cf0UgZwi.js.map +1 -0
- package/chunks/{bundle-C3ue0IHg.js → bundle-ClMRT1R_.js} +4 -4
- package/chunks/bundle-ClMRT1R_.js.map +1 -0
- package/chunks/{bundle-DHs6ktbB.js → bundle-CoPuVBn-.js} +11 -11
- package/chunks/{bundle-DHs6ktbB.js.map → bundle-CoPuVBn-.js.map} +1 -1
- package/chunks/{bundle-B3PsG3mz.js → bundle-CpjASiz4.js} +1 -1
- package/chunks/bundle-CpjASiz4.js.map +1 -0
- package/chunks/{bundle-Bsa2gylF.js → bundle-CqpGyIDR.js} +5 -5
- package/chunks/bundle-CqpGyIDR.js.map +1 -0
- package/chunks/{bundle-De1BnkR0.js → bundle-CveCFQYP.js} +1 -1
- package/chunks/bundle-CveCFQYP.js.map +1 -0
- package/chunks/{bundle-BfonFE4n.js → bundle-CwKZj-B6.js} +7 -7
- package/chunks/{bundle-CjetZNxA.js.map → bundle-CwKZj-B6.js.map} +1 -1
- package/chunks/{bundle-D51YYui3.js → bundle-Cx6lYGss.js} +6 -6
- package/chunks/bundle-Cx6lYGss.js.map +1 -0
- package/chunks/{bundle-D9OMPv_x.js → bundle-D0TYbkjN.js} +6 -6
- package/chunks/bundle-D0TYbkjN.js.map +1 -0
- package/chunks/{bundle-CqsQWc_t.js → bundle-D6ZpcPbH.js} +6 -6
- package/chunks/bundle-D6ZpcPbH.js.map +1 -0
- package/chunks/{bundle-DjAkc3FK.js → bundle-DAz5E5O_.js} +3 -3
- package/chunks/{bundle-DjAkc3FK.js.map → bundle-DAz5E5O_.js.map} +1 -1
- package/chunks/{bundle-Mfnn12A9.js → bundle-DCMGp6rH.js} +1 -1
- package/chunks/bundle-DCMGp6rH.js.map +1 -0
- package/chunks/{bundle-jVDgtxRn.js → bundle-DDeWOERD.js} +4 -4
- package/chunks/bundle-DDeWOERD.js.map +1 -0
- package/chunks/{bundle-Tb2lma7H.js → bundle-DGZ_h6Q3.js} +3 -3
- package/chunks/bundle-DGZ_h6Q3.js.map +1 -0
- package/chunks/{bundle-CjetZNxA.js → bundle-DHpCLtwn.js} +82 -42
- package/{cjs/chunks/bundle-1dGjBLMq.js.map → chunks/bundle-DHpCLtwn.js.map} +1 -1
- package/chunks/{bundle-Bc2fRy19.js → bundle-DQk06wFZ.js} +27 -25
- package/chunks/{bundle-Bc2fRy19.js.map → bundle-DQk06wFZ.js.map} +1 -1
- package/chunks/{bundle-B1rkq8k3.js → bundle-DSn10d8F.js} +1 -1
- package/chunks/bundle-DSn10d8F.js.map +1 -0
- package/chunks/{bundle-SSblffW_.js → bundle-DX5U-zhB.js} +13 -13
- package/chunks/{bundle-SSblffW_.js.map → bundle-DX5U-zhB.js.map} +1 -1
- package/chunks/{bundle-DVCGbhaI.js → bundle-DXRRGizV.js} +1 -1
- package/chunks/bundle-DXRRGizV.js.map +1 -0
- package/chunks/{bundle-D4NnyBWz.js → bundle-Df65wuUZ.js} +1 -1
- package/chunks/bundle-Df65wuUZ.js.map +1 -0
- package/chunks/{bundle-BQqQX3na.js → bundle-DhGZA5UP.js} +1 -1
- package/chunks/bundle-DhGZA5UP.js.map +1 -0
- package/chunks/{bundle-B1gHpFXu.js → bundle-DhKQeIfP.js} +3 -3
- package/chunks/bundle-DhKQeIfP.js.map +1 -0
- package/chunks/{bundle-1icRt_y4.js → bundle-DkBecO3w.js} +6 -6
- package/chunks/{bundle-1icRt_y4.js.map → bundle-DkBecO3w.js.map} +1 -1
- package/chunks/{bundle-B2UBtdMc.js → bundle-Dnj0fmAf.js} +11 -11
- package/chunks/{bundle-B2UBtdMc.js.map → bundle-Dnj0fmAf.js.map} +1 -1
- package/chunks/{bundle-C8uZHDqp.js → bundle-DofK8ySe.js} +4 -4
- package/chunks/bundle-DofK8ySe.js.map +1 -0
- package/chunks/{bundle-Dv9mmt4u.js → bundle-Due9yzp6.js} +9 -9
- package/chunks/{bundle-Dv9mmt4u.js.map → bundle-Due9yzp6.js.map} +1 -1
- package/chunks/{bundle-B6LYNEOD.js → bundle-DvsVgg5f.js} +4 -4
- package/chunks/bundle-DvsVgg5f.js.map +1 -0
- package/chunks/{bundle-BGoByD2z.js → bundle-DxTN4_0p.js} +5 -5
- package/chunks/{bundle-BGoByD2z.js.map → bundle-DxTN4_0p.js.map} +1 -1
- package/chunks/{bundle-B3xAJZu1.js → bundle-F5koPk19.js} +2 -2
- package/chunks/{bundle-B3xAJZu1.js.map → bundle-F5koPk19.js.map} +1 -1
- package/chunks/{bundle-BaEyjChY.js → bundle-GMlM2rlV.js} +1 -1
- package/chunks/bundle-GMlM2rlV.js.map +1 -0
- package/chunks/{bundle-bbk4ulub.js → bundle-GUbI4JcD.js} +2 -2
- package/chunks/{bundle-bbk4ulub.js.map → bundle-GUbI4JcD.js.map} +1 -1
- package/chunks/{bundle-l8sVpQGm.js → bundle-Gdl-rzQC.js} +1 -1
- package/chunks/bundle-Gdl-rzQC.js.map +1 -0
- package/chunks/{bundle-3xeGw_F0.js → bundle-H8J7tAed.js} +1 -1
- package/chunks/bundle-H8J7tAed.js.map +1 -0
- package/chunks/{bundle-CYhNLg4_.js → bundle-Soz6sOqr.js} +3 -3
- package/chunks/{bundle-CYhNLg4_.js.map → bundle-Soz6sOqr.js.map} +1 -1
- package/chunks/{bundle-CfHQbcbZ.js → bundle-T6fVCCb7.js} +4 -4
- package/chunks/{bundle-CfHQbcbZ.js.map → bundle-T6fVCCb7.js.map} +1 -1
- package/chunks/{bundle-D3w6q-9W.js → bundle-TZQ6dJCG.js} +7 -7
- package/chunks/{bundle-D3w6q-9W.js.map → bundle-TZQ6dJCG.js.map} +1 -1
- package/chunks/{bundle-DeqlERYT.js → bundle-ZVq6xGXk.js} +3 -3
- package/chunks/{bundle-DeqlERYT.js.map → bundle-ZVq6xGXk.js.map} +1 -1
- package/chunks/{bundle-BiG6myo3.js → bundle-Zvm5CMGT.js} +2 -2
- package/chunks/bundle-Zvm5CMGT.js.map +1 -0
- package/chunks/{bundle-D6I-uHp_.js → bundle-b6TpX_JP.js} +1 -1
- package/chunks/bundle-b6TpX_JP.js.map +1 -0
- package/chunks/{bundle-CMgJTzYH.js → bundle-bdDHjHH6.js} +1 -1
- package/chunks/{bundle-CMgJTzYH.js.map → bundle-bdDHjHH6.js.map} +1 -1
- package/chunks/{bundle-auPPFFh3.js → bundle-bm4u5f1K.js} +2 -2
- package/chunks/bundle-bm4u5f1K.js.map +1 -0
- package/chunks/{bundle-BPLoGpIy.js → bundle-cQZ3UZoG.js} +4 -4
- package/chunks/bundle-cQZ3UZoG.js.map +1 -0
- package/chunks/{bundle-DzC0VYY-.js → bundle-chiYJ8F8.js} +5 -5
- package/{cjs/chunks/bundle-7olXkRwC.js.map → chunks/bundle-chiYJ8F8.js.map} +1 -1
- package/chunks/{bundle-B97onQ-B.js → bundle-etuaqevl.js} +1 -1
- package/chunks/bundle-etuaqevl.js.map +1 -0
- package/chunks/{bundle-BydEbpDQ.js → bundle-f-SpnOx2.js} +1 -1
- package/chunks/bundle-f-SpnOx2.js.map +1 -0
- package/chunks/{bundle-2aNchqYM.js → bundle-fHeMHhND.js} +1 -1
- package/chunks/{bundle-2aNchqYM.js.map → bundle-fHeMHhND.js.map} +1 -1
- package/chunks/{bundle-DDIIh2iG.js → bundle-rA4afvKU.js} +1 -1
- package/chunks/bundle-rA4afvKU.js.map +1 -0
- package/chunks/{bundle-CsdXzHvl.js → bundle-uLjwqZrR.js} +1 -1
- package/chunks/{bundle-CsdXzHvl.js.map → bundle-uLjwqZrR.js.map} +1 -1
- package/chunks/{bundle-CQdKG76t.js → bundle-vuBlPTsL.js} +8 -8
- package/chunks/{bundle-CQdKG76t.js.map → bundle-vuBlPTsL.js.map} +1 -1
- package/chunks/{bundle-DayOnVaB.js → bundle-y29vL7zu.js} +1 -1
- package/chunks/bundle-y29vL7zu.js.map +1 -0
- package/cjs/App.js +112 -136
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +36 -32
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +70 -65
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +36 -32
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +60 -55
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +48 -44
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +43 -43
- package/cjs/Channel/components/MessageList.js +76 -71
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +35 -31
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +33 -29
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +8 -8
- package/cjs/Channel/context.js +34 -24
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel/hooks/useHandleUploadFiles.js +23 -19
- 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 +76 -65
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +28 -24
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +10 -10
- package/cjs/ChannelList/components/ChannelListUI.js +45 -41
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +35 -31
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/cjs/ChannelList/context.js +11 -11
- package/cjs/ChannelList.js +49 -39
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +32 -28
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +14 -10
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +14 -10
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/cjs/{chunks/bundle-CgVgsfJm.js → ChannelSettings/components/ChannelSettingsMenuItem.js} +15 -8
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +44 -40
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +36 -32
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +25 -21
- package/cjs/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/cjs/ChannelSettings/components/ModerationPanel.js +47 -43
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +19 -19
- package/cjs/ChannelSettings/components/UserPanel.js +35 -31
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +14 -9
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings/hooks/useMenuList.js +44 -41
- package/cjs/ChannelSettings/hooks/useMenuList.js.map +1 -1
- package/cjs/ChannelSettings.js +34 -30
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +27 -23
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +29 -25
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +32 -28
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +26 -22
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +37 -33
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +9 -5
- package/cjs/CreateOpenChannel/context.js.map +1 -1
- package/cjs/CreateOpenChannel.js +24 -20
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +44 -40
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile/context.js +8 -4
- package/cjs/EditUserProfile/context.js.map +1 -1
- package/cjs/EditUserProfile.js +25 -21
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/GroupChannel/components/FileViewer.js +30 -26
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +12 -8
- package/cjs/GroupChannel/components/FrozenNotification.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelHeader.js +26 -22
- package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelUI.js +63 -58
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +55 -50
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +42 -38
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +72 -67
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +29 -25
- package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/GroupChannel/components/SuggestedMentionList.js +17 -13
- package/cjs/GroupChannel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/GroupChannel/components/SuggestedReplies.js +7 -3
- package/cjs/GroupChannel/components/SuggestedReplies.js.map +1 -1
- package/cjs/GroupChannel/components/TypingIndicator.js +13 -9
- package/cjs/GroupChannel/components/TypingIndicator.js.map +1 -1
- package/cjs/GroupChannel/components/UnreadCount.js +15 -11
- package/cjs/GroupChannel/components/UnreadCount.js.map +1 -1
- package/cjs/GroupChannel/context.js +16 -12
- package/cjs/GroupChannel/context.js.map +1 -1
- package/cjs/GroupChannel.js +63 -58
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +27 -23
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +21 -17
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +33 -29
- package/cjs/GroupChannelList/components/GroupChannelListItem.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +44 -40
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +25 -21
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js.map +1 -1
- package/cjs/GroupChannelList/context.js +13 -9
- package/cjs/GroupChannelList/context.js.map +1 -1
- package/cjs/GroupChannelList.js +42 -38
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/Message/context.js +7 -3
- package/cjs/Message/context.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +29 -25
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +8 -4
- package/cjs/MessageSearch/context.js.map +1 -1
- package/cjs/MessageSearch.js +33 -29
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +11 -7
- package/cjs/OpenChannel/components/FrozenChannelNotification.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelHeader.js +36 -32
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +35 -31
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +55 -51
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +55 -51
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +56 -52
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +21 -21
- package/cjs/OpenChannel.js +47 -43
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +39 -35
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +21 -17
- package/cjs/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +26 -22
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +37 -33
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +33 -29
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +40 -36
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +122 -118
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +20 -20
- package/cjs/OpenChannelSettings/context.js +11 -7
- package/cjs/OpenChannelSettings/context.js.map +1 -1
- package/cjs/OpenChannelSettings.js +28 -24
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +55 -35
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +105 -79
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +62 -58
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +14 -10
- package/cjs/Thread/components/ThreadHeader.js.map +1 -1
- package/cjs/Thread/components/ThreadList.js +66 -77
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +131 -90
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +53 -49
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +77 -72
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +17 -13
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +64 -67
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +4 -4
- package/cjs/VoicePlayer/useVoicePlayer.js +15 -15
- package/cjs/VoiceRecorder/context.js +15 -15
- package/cjs/VoiceRecorder/useVoiceRecorder.js +15 -15
- package/cjs/chunks/{bundle-aANaw2cz.js → bundle-43QCjeGi.js} +23 -19
- package/cjs/chunks/{bundle-aANaw2cz.js.map → bundle-43QCjeGi.js.map} +1 -1
- package/cjs/chunks/{bundle-B_eF_lLw.js → bundle-5SGoePaQ.js} +30 -26
- package/{chunks/bundle-BfonFE4n.js.map → cjs/chunks/bundle-5SGoePaQ.js.map} +1 -1
- package/cjs/chunks/{bundle-C87PENaO.js → bundle-6znhfpIB.js} +11 -7
- package/cjs/chunks/bundle-6znhfpIB.js.map +1 -0
- package/cjs/chunks/{bundle-DkYRFcCh.js → bundle-7UmS8y03.js} +23 -13
- package/cjs/chunks/{bundle-DkYRFcCh.js.map → bundle-7UmS8y03.js.map} +1 -1
- package/cjs/chunks/{bundle-auAyIyjy.js → bundle-B0yVr4jS.js} +2 -2
- package/cjs/chunks/{bundle-auAyIyjy.js.map → bundle-B0yVr4jS.js.map} +1 -1
- package/cjs/chunks/{bundle-7olXkRwC.js → bundle-B15Obr-U.js} +29 -25
- package/{chunks/bundle-DzC0VYY-.js.map → cjs/chunks/bundle-B15Obr-U.js.map} +1 -1
- package/cjs/chunks/{bundle-Cv85GW-0.js → bundle-B2fSsGeZ.js} +1 -1
- package/cjs/chunks/bundle-B2fSsGeZ.js.map +1 -0
- package/cjs/chunks/{bundle-CWAjZyWA.js → bundle-B8BijbtU.js} +1 -1
- package/cjs/chunks/bundle-B8BijbtU.js.map +1 -0
- package/cjs/chunks/{bundle-C4CtpUvD.js → bundle-B8d4gIYz.js} +4 -4
- package/cjs/chunks/{bundle-C4CtpUvD.js.map → bundle-B8d4gIYz.js.map} +1 -1
- package/cjs/chunks/{bundle-CI9mjpa7.js → bundle-B8eM_7mB.js} +1 -1
- package/cjs/chunks/bundle-B8eM_7mB.js.map +1 -0
- package/cjs/chunks/{bundle-DQG6eG4l.js → bundle-B9Jxp8fA.js} +1 -1
- package/cjs/chunks/{bundle-DQG6eG4l.js.map → bundle-B9Jxp8fA.js.map} +1 -1
- package/cjs/chunks/{bundle-1dGjBLMq.js → bundle-BCx4TP9R.js} +41 -37
- package/cjs/chunks/{bundle-jJ99fIw5.js.map → bundle-BCx4TP9R.js.map} +1 -1
- package/cjs/chunks/{bundle-BV4k8A-L.js → bundle-BInYg-47.js} +2 -2
- package/cjs/chunks/bundle-BInYg-47.js.map +1 -0
- package/cjs/chunks/{bundle-C8TPWHi1.js → bundle-BQCnDaTh.js} +15 -11
- package/cjs/chunks/bundle-BQCnDaTh.js.map +1 -0
- package/cjs/chunks/{bundle-Cu2j1EmN.js → bundle-BSZgogl8.js} +1 -1
- package/cjs/chunks/bundle-BSZgogl8.js.map +1 -0
- package/cjs/chunks/bundle-BTZpmQhR.js +368 -0
- package/cjs/chunks/bundle-BTZpmQhR.js.map +1 -0
- package/cjs/chunks/{bundle-QTX1PYil.js → bundle-BTdldoB1.js} +1 -1
- package/cjs/chunks/bundle-BTdldoB1.js.map +1 -0
- package/cjs/chunks/{bundle-DBawqMOI.js → bundle-BTnBDw_3.js} +16 -12
- package/cjs/chunks/bundle-BTnBDw_3.js.map +1 -0
- package/cjs/chunks/{bundle-D1QbLxW7.js → bundle-BV2SpuVS.js} +1 -1
- package/cjs/chunks/bundle-BV2SpuVS.js.map +1 -0
- package/cjs/chunks/bundle-BXenYVc5.js +18 -0
- package/cjs/chunks/bundle-BXenYVc5.js.map +1 -0
- package/cjs/chunks/{bundle-BcQlym8e.js → bundle-BXjyJKxX.js} +52 -48
- package/cjs/chunks/{bundle-BcQlym8e.js.map → bundle-BXjyJKxX.js.map} +1 -1
- package/cjs/chunks/{bundle-B3ZnZF0T.js → bundle-BYCOsGvE.js} +9 -5
- package/cjs/chunks/bundle-BYCOsGvE.js.map +1 -0
- package/cjs/chunks/bundle-BZCLEq3c.js +26 -0
- package/cjs/chunks/bundle-BZCLEq3c.js.map +1 -0
- package/cjs/chunks/{bundle-CTW4jbtw.js → bundle-BafSf9GJ.js} +1 -1
- package/cjs/chunks/bundle-BafSf9GJ.js.map +1 -0
- package/cjs/chunks/bundle-BalOy4w3.js +60 -0
- package/cjs/chunks/bundle-BalOy4w3.js.map +1 -0
- package/cjs/chunks/{bundle-DhEBuVa_.js → bundle-BbDVZwAg.js} +5 -5
- package/cjs/chunks/bundle-BbDVZwAg.js.map +1 -0
- package/cjs/chunks/{bundle-BIlOa8cH.js → bundle-BhgTi0HE.js} +1 -1
- package/cjs/chunks/bundle-BhgTi0HE.js.map +1 -0
- package/cjs/chunks/{bundle-D60dip73.js → bundle-BimZhXdJ.js} +10 -6
- package/cjs/chunks/{bundle-D60dip73.js.map → bundle-BimZhXdJ.js.map} +1 -1
- package/cjs/chunks/bundle-Bl_NKoFI.js +37 -0
- package/cjs/chunks/bundle-Bl_NKoFI.js.map +1 -0
- package/cjs/chunks/{bundle-CO52Wsr3.js → bundle-BsUVmQmx.js} +1 -1
- package/cjs/chunks/bundle-BsUVmQmx.js.map +1 -0
- package/cjs/chunks/{bundle-BJBhQrsD.js → bundle-BzEWSzXp.js} +2 -2
- package/cjs/chunks/bundle-BzEWSzXp.js.map +1 -0
- package/cjs/chunks/{bundle-_cqjcInH.js → bundle-C0HSA_B2.js} +7 -3
- package/cjs/chunks/bundle-C0HSA_B2.js.map +1 -0
- package/cjs/chunks/{bundle-Br8TcnkA.js → bundle-C1mT4rip.js} +48 -44
- package/cjs/chunks/{bundle-DLbc3KTy.js.map → bundle-C1mT4rip.js.map} +1 -1
- package/cjs/chunks/{bundle-QNFup7xz.js → bundle-C3xjGT8g.js} +1 -1
- package/cjs/chunks/bundle-C3xjGT8g.js.map +1 -0
- package/cjs/chunks/{bundle-_xb0mhf9.js → bundle-C6bh_Eny.js} +1 -1
- package/cjs/chunks/{bundle-_xb0mhf9.js.map → bundle-C6bh_Eny.js.map} +1 -1
- package/cjs/chunks/{bundle-DLbc3KTy.js → bundle-C7qjFv6F.js} +23 -19
- package/cjs/chunks/bundle-C7qjFv6F.js.map +1 -0
- package/cjs/chunks/{bundle-jeaqsFIb.js → bundle-C8UIkTUm.js} +20 -16
- package/cjs/chunks/{bundle-jeaqsFIb.js.map → bundle-C8UIkTUm.js.map} +1 -1
- package/cjs/chunks/{bundle-CI7ddAUC.js → bundle-CAofXETX.js} +1 -1
- package/cjs/chunks/bundle-CAofXETX.js.map +1 -0
- package/cjs/chunks/{bundle-CiIb5etk.js → bundle-CC7ewM-Z.js} +1 -1
- package/cjs/chunks/bundle-CC7ewM-Z.js.map +1 -0
- package/cjs/chunks/{bundle-BrLObfuu.js → bundle-CFfYEK_i.js} +3 -3
- package/cjs/chunks/bundle-CFfYEK_i.js.map +1 -0
- package/cjs/chunks/{bundle-CQbuVhqz.js → bundle-CGBazQAC.js} +1 -1
- package/cjs/chunks/bundle-CGBazQAC.js.map +1 -0
- package/cjs/chunks/{bundle-BM95N32D.js → bundle-CLsH2CaE.js} +8 -4
- package/cjs/chunks/bundle-CLsH2CaE.js.map +1 -0
- package/cjs/chunks/{bundle-DsscLs3k.js → bundle-COzM5cWS.js} +1 -1
- package/cjs/chunks/bundle-COzM5cWS.js.map +1 -0
- package/cjs/chunks/{bundle-IH8im4NB.js → bundle-C_QuzoFd.js} +1 -1
- package/cjs/chunks/bundle-C_QuzoFd.js.map +1 -0
- package/cjs/chunks/{bundle-B1Cp-EAM.js → bundle-Cf7poviO.js} +18 -14
- package/cjs/chunks/bundle-Cf7poviO.js.map +1 -0
- package/cjs/chunks/bundle-CjiI70uo.js +93 -0
- package/cjs/chunks/bundle-CjiI70uo.js.map +1 -0
- package/cjs/chunks/{bundle-DONsST_H.js → bundle-ClXoWwwH.js} +1 -1
- package/cjs/chunks/bundle-ClXoWwwH.js.map +1 -0
- package/cjs/chunks/{bundle-Di0c83Tp.js → bundle-Cmc_F-zF.js} +3 -3
- package/cjs/chunks/{bundle-Di0c83Tp.js.map → bundle-Cmc_F-zF.js.map} +1 -1
- package/cjs/chunks/{bundle-C21OJi5Y.js → bundle-Co8lVUvq.js} +1 -1
- package/cjs/chunks/bundle-Co8lVUvq.js.map +1 -0
- package/cjs/chunks/bundle-Cq7gxYWj.js +79 -0
- package/cjs/chunks/bundle-Cq7gxYWj.js.map +1 -0
- package/cjs/chunks/{bundle-CrkUdg03.js → bundle-CqS517qU.js} +1 -1
- package/cjs/chunks/{bundle-CrkUdg03.js.map → bundle-CqS517qU.js.map} +1 -1
- package/cjs/chunks/{bundle-BHieBSdL.js → bundle-CteyVr3n.js} +3 -3
- package/cjs/chunks/bundle-CteyVr3n.js.map +1 -0
- package/cjs/chunks/bundle-CuQr5jRg.js +51 -0
- package/cjs/chunks/bundle-CuQr5jRg.js.map +1 -0
- package/cjs/chunks/{bundle-BKID5CS2.js → bundle-CwwjS2wm.js} +1 -1
- package/cjs/chunks/bundle-CwwjS2wm.js.map +1 -0
- package/cjs/chunks/{bundle-BKe7hLI0.js → bundle-Cy0nPHcx.js} +2 -2
- package/cjs/chunks/bundle-Cy0nPHcx.js.map +1 -0
- package/cjs/chunks/{bundle-CqDaqTbt.js → bundle-D1D4kiAc.js} +1 -1
- package/cjs/chunks/bundle-D1D4kiAc.js.map +1 -0
- package/cjs/chunks/{bundle-DoSN8wR4.js → bundle-D2E4FfSM.js} +25 -21
- package/cjs/chunks/bundle-D2E4FfSM.js.map +1 -0
- package/cjs/chunks/{bundle--1XlzjL_.js → bundle-D3jgqkKs.js} +10 -6
- package/cjs/chunks/{bundle--1XlzjL_.js.map → bundle-D3jgqkKs.js.map} +1 -1
- package/cjs/chunks/{bundle-rXt3MgU-.js → bundle-D58niGxd.js} +20 -16
- package/cjs/chunks/bundle-D58niGxd.js.map +1 -0
- package/cjs/chunks/{bundle-CCm3PIiM.js → bundle-D8QV4Pzq.js} +1 -1
- package/cjs/chunks/bundle-D8QV4Pzq.js.map +1 -0
- package/cjs/chunks/{bundle-BkKs2HEQ.js → bundle-DAzWBBxC.js} +1 -1
- package/cjs/chunks/bundle-DAzWBBxC.js.map +1 -0
- package/cjs/chunks/{bundle-DAJdesda.js → bundle-DBvrEPDQ.js} +2 -2
- package/cjs/chunks/{bundle-DAJdesda.js.map → bundle-DBvrEPDQ.js.map} +1 -1
- package/cjs/chunks/{bundle-Cg6OS8uW.js → bundle-DCCzIB4Z.js} +47 -42
- package/cjs/chunks/bundle-DCCzIB4Z.js.map +1 -0
- package/cjs/chunks/{bundle-CxhOA6gq.js → bundle-DFDL4gbf.js} +30 -26
- package/cjs/chunks/bundle-DFDL4gbf.js.map +1 -0
- package/cjs/chunks/{bundle-ChPz-oxg.js → bundle-DHbhzk3E.js} +8 -4
- package/cjs/chunks/bundle-DHbhzk3E.js.map +1 -0
- package/cjs/chunks/{bundle-DQMzjDLY.js → bundle-DIWdCgyY.js} +1 -1
- package/cjs/chunks/bundle-DIWdCgyY.js.map +1 -0
- package/cjs/chunks/{bundle-BqL8lmhl.js → bundle-DPZ5pgOH.js} +1 -1
- package/cjs/chunks/bundle-DPZ5pgOH.js.map +1 -0
- package/cjs/chunks/{bundle-D0U-xAFE.js → bundle-DW5WyVEg.js} +8 -4
- package/cjs/chunks/bundle-DW5WyVEg.js.map +1 -0
- package/cjs/chunks/bundle-DWHwWbeQ.js +51 -0
- package/cjs/chunks/bundle-DWHwWbeQ.js.map +1 -0
- package/cjs/chunks/{bundle-S9DD9Vhs.js → bundle-DYiRJpFp.js} +2 -2
- package/cjs/chunks/bundle-DYiRJpFp.js.map +1 -0
- package/cjs/chunks/{bundle-bgI8QY8V.js → bundle-Db2msOTT.js} +13 -9
- package/cjs/chunks/bundle-Db2msOTT.js.map +1 -0
- package/cjs/chunks/{bundle-zDgTxAsN.js → bundle-DeDM8_tg.js} +3 -3
- package/cjs/chunks/bundle-DeDM8_tg.js.map +1 -0
- package/cjs/chunks/{bundle-B9w45biR.js → bundle-DneJah8w.js} +4 -4
- package/cjs/chunks/bundle-DneJah8w.js.map +1 -0
- package/cjs/chunks/{bundle-3sKikwZF.js → bundle-DpkHbKDj.js} +4 -4
- package/cjs/chunks/bundle-DpkHbKDj.js.map +1 -0
- package/cjs/chunks/{bundle-VyDwmxN4.js → bundle-E1Tkj9Pc.js} +4 -4
- package/cjs/chunks/{bundle-VyDwmxN4.js.map → bundle-E1Tkj9Pc.js.map} +1 -1
- package/cjs/chunks/{bundle-CvosXEd4.js → bundle-KWSniLux.js} +1 -1
- package/cjs/chunks/bundle-KWSniLux.js.map +1 -0
- package/cjs/chunks/{bundle-C1OL5nEa.js → bundle-RZyJVP0m.js} +4 -4
- package/cjs/chunks/{bundle-C1OL5nEa.js.map → bundle-RZyJVP0m.js.map} +1 -1
- package/cjs/chunks/{bundle-BGntYUSD.js → bundle-Tcfsteoj.js} +26 -22
- package/cjs/chunks/bundle-Tcfsteoj.js.map +1 -0
- package/cjs/chunks/{bundle-DUgeMK1K.js → bundle-UHkELfwW.js} +1 -1
- package/cjs/chunks/bundle-UHkELfwW.js.map +1 -0
- package/cjs/chunks/{bundle-BGQodSyx.js → bundle-XwYWKPPB.js} +1 -1
- package/cjs/chunks/bundle-XwYWKPPB.js.map +1 -0
- package/cjs/chunks/{bundle-12GbodAU.js → bundle-_evj9wIW.js} +11 -7
- package/cjs/chunks/bundle-_evj9wIW.js.map +1 -0
- package/cjs/chunks/{bundle-8gOOVKMq.js → bundle-ikSCkayP.js} +1 -1
- package/cjs/chunks/bundle-ikSCkayP.js.map +1 -0
- package/cjs/chunks/{bundle-jJ99fIw5.js → bundle-rgW6YBQR.js} +31 -27
- package/cjs/chunks/bundle-rgW6YBQR.js.map +1 -0
- package/cjs/chunks/{bundle-DFqn4B6U.js → bundle-xw9pjZRm.js} +2 -2
- package/cjs/chunks/bundle-xw9pjZRm.js.map +1 -0
- package/cjs/hooks/useModal.js +15 -15
- package/cjs/index.js +83 -83
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +12 -8
- package/cjs/ui/Accordion.js.map +1 -1
- package/cjs/ui/AccordionGroup.js +7 -3
- package/cjs/ui/AccordionGroup.js.map +1 -1
- package/cjs/ui/AdminMessage.js +9 -5
- package/cjs/ui/AdminMessage.js.map +1 -1
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +12 -8
- package/cjs/ui/Badge.js.map +1 -1
- package/cjs/ui/BottomSheet.js +22 -18
- package/cjs/ui/BottomSheet.js.map +1 -1
- package/cjs/ui/Button.js +9 -5
- package/cjs/ui/Button.js.map +1 -1
- package/cjs/ui/ChannelAvatar.js +14 -10
- package/cjs/ui/ChannelAvatar.js.map +1 -1
- package/cjs/ui/Checkbox.js +7 -3
- package/cjs/ui/Checkbox.js.map +1 -1
- package/cjs/ui/ConnectionStatus.js +13 -9
- package/cjs/ui/ConnectionStatus.js.map +1 -1
- package/cjs/ui/ContextMenu.js +11 -11
- package/cjs/ui/DateSeparator.js +13 -9
- package/cjs/ui/DateSeparator.js.map +1 -1
- package/cjs/ui/EmojiReactions.js +59 -55
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +18 -14
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js.map +1 -1
- package/cjs/ui/FeedbackIconButton.js +7 -3
- package/cjs/ui/FeedbackIconButton.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +18 -14
- package/cjs/ui/FileMessageItemBody.js.map +1 -1
- package/cjs/ui/FileViewer.js +57 -53
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Header.js +21 -17
- package/cjs/ui/Header.js.map +1 -1
- package/cjs/ui/Icon.js +66 -65
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +8 -4
- package/cjs/ui/IconButton.js.map +1 -1
- package/cjs/ui/ImageRenderer.js +11 -7
- package/cjs/ui/ImageRenderer.js.map +1 -1
- package/cjs/ui/Input.js +12 -8
- package/cjs/ui/Input.js.map +1 -1
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +10 -6
- package/cjs/ui/LinkLabel.js.map +1 -1
- package/cjs/ui/Loader.js +8 -4
- package/cjs/ui/Loader.js.map +1 -1
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +9 -5
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js.map +1 -1
- package/cjs/ui/MentionLabel.js +22 -18
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +7 -3
- package/cjs/ui/MentionUserLabel.js.map +1 -1
- package/cjs/ui/MessageContent.js +81 -121
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +25 -21
- package/cjs/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/cjs/ui/MessageFeedbackModal.js +33 -29
- package/cjs/ui/MessageFeedbackModal.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +34 -30
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +21 -17
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +25 -21
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageMenu.js +12 -12
- package/cjs/ui/MessageSearchFileItem.js +30 -26
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +24 -20
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- package/cjs/ui/MessageStatus.js +13 -13
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +25 -21
- package/cjs/ui/MobileFeedbackMenu.js.map +1 -1
- package/cjs/ui/MobileMenu.js +109 -105
- package/cjs/ui/MobileMenu.js.map +1 -1
- package/cjs/ui/Modal.js +15 -15
- package/cjs/ui/MutedAvatarOverlay.js +10 -6
- package/cjs/ui/MutedAvatarOverlay.js.map +1 -1
- package/cjs/ui/OGMessageItemBody.js +39 -35
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +9 -5
- package/cjs/ui/OpenChannelAdminMessage.js.map +1 -1
- package/cjs/ui/OpenChannelAvatar.js +14 -10
- package/cjs/ui/OpenChannelAvatar.js.map +1 -1
- package/cjs/ui/OpenchannelConversationHeader.js +21 -17
- package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
- package/cjs/ui/OpenchannelFileMessage.js +46 -42
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +60 -56
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +55 -51
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +49 -45
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +28 -24
- package/cjs/ui/PlaceHolder.js.map +1 -1
- package/cjs/ui/PlaybackTime.js +9 -5
- package/cjs/ui/PlaybackTime.js.map +1 -1
- package/cjs/ui/ProgressBar.js +7 -3
- package/cjs/ui/ProgressBar.js.map +1 -1
- package/cjs/ui/QuoteMessage.js +44 -40
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +28 -24
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- package/cjs/ui/ReactionBadge.js +12 -8
- package/cjs/ui/ReactionBadge.js.map +1 -1
- package/cjs/ui/ReactionButton.js +11 -7
- package/cjs/ui/ReactionButton.js.map +1 -1
- package/cjs/ui/SortByRow.js +9 -5
- package/cjs/ui/SortByRow.js.map +1 -1
- package/cjs/ui/TemplateMessageItemBody.js +21 -17
- package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
- package/cjs/ui/TextButton.js +7 -3
- package/cjs/ui/TextButton.js.map +1 -1
- package/cjs/ui/TextMessageItemBody.js +26 -22
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +23 -19
- package/cjs/ui/ThreadReplies.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +21 -17
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/cjs/ui/Toggle.js +14 -10
- package/cjs/ui/Toggle.js.map +1 -1
- package/cjs/ui/Tooltip.js +9 -5
- package/cjs/ui/Tooltip.js.map +1 -1
- package/cjs/ui/TooltipWrapper.js +10 -6
- package/cjs/ui/TooltipWrapper.js.map +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +22 -18
- package/cjs/ui/TypingIndicatorBubble.js.map +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +15 -11
- package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
- package/cjs/ui/UserListItem.js +36 -32
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserListItemMenu.js +12 -12
- package/cjs/ui/UserProfile.js +25 -21
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +31 -27
- package/cjs/ui/VoiceMessageItemBody.js.map +1 -1
- package/cjs/ui/Word.js +22 -18
- 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 +8 -4
- package/cjs/withSendbird.js.map +1 -1
- package/dist/index.css +19 -33
- package/hooks/useModal.js +15 -15
- package/index.js +83 -83
- package/package.json +17 -8
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useHTMLTextDirection.d.ts +3 -0
- package/types/modules/Channel/context/ChannelProvider.d.ts +6 -0
- package/types/modules/Channel/index.d.ts +6 -0
- package/types/modules/ChannelList/context/ChannelListProvider.d.ts +6 -0
- package/types/modules/ChannelList/index.d.ts +6 -0
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/MenuListByRole.d.ts +1 -3
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/hooks/useMenuItems.d.ts +2 -6
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/index.d.ts +4 -0
- package/types/modules/ChannelSettings/components/ModerationPanel/BannedUserList.d.ts +4 -2
- package/types/modules/ChannelSettings/components/ModerationPanel/BannedUsersModal.d.ts +3 -1
- package/types/modules/ChannelSettings/components/ModerationPanel/MemberList.d.ts +6 -2
- package/types/modules/ChannelSettings/components/ModerationPanel/MembersModal.d.ts +6 -2
- package/types/modules/ChannelSettings/components/ModerationPanel/MutedMemberList.d.ts +3 -1
- package/types/modules/ChannelSettings/components/ModerationPanel/MutedMembersModal.d.ts +3 -1
- package/types/modules/ChannelSettings/components/ModerationPanel/OperatorList.d.ts +3 -1
- package/types/modules/ChannelSettings/components/ModerationPanel/OperatorsModal.d.ts +3 -1
- package/types/modules/ChannelSettings/context/ChannelSettingsProvider.d.ts +13 -16
- package/types/modules/GroupChannelList/context/GroupChannelListProvider.d.ts +1 -1
- package/types/modules/Thread/components/ParentMessageInfo/index.d.ts +6 -2
- package/types/modules/Thread/components/ThreadList/ThreadListItem.d.ts +6 -2
- package/types/modules/Thread/components/ThreadList/ThreadListItemContent.d.ts +7 -2
- package/types/modules/Thread/components/ThreadList/index.d.ts +2 -6
- package/types/modules/Thread/components/ThreadUI/index.d.ts +2 -2
- package/types/modules/Thread/components/ThreadUI/useMemorizedParentMessageInfo.d.ts +4 -4
- 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 +15 -15
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +11 -11
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +21 -21
- package/ui/FallbackTemplateMessageItemBody.tsx.js +8 -8
- package/ui/FileMessageItemBody.js +9 -9
- package/ui/FileViewer.js +18 -18
- 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 +15 -15
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +38 -82
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +16 -16
- package/ui/MessageFeedbackModal.js +16 -16
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +16 -16
- package/ui/MessageItemMenu.js +12 -12
- package/ui/MessageItemReactionMenu.js +13 -13
- package/ui/MessageMenu.js +12 -12
- 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 +15 -15
- package/ui/MobileMenu.js +16 -16
- package/ui/Modal.js +15 -15
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +19 -19
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +20 -20
- package/ui/OpenchannelOGMessage.js +22 -22
- package/ui/OpenchannelThumbnailMessage.js +19 -19
- package/ui/OpenchannelUserMessage.js +20 -20
- 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 +18 -18
- 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 +19 -19
- package/ui/UserListItemMenu.js +13 -13
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +15 -15
- package/ui/Word.js +15 -15
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +4 -4
- package/withSendbird.js +1 -1
- package/chunks/bundle--vT93WoP.js.map +0 -1
- package/chunks/bundle-3xeGw_F0.js.map +0 -1
- package/chunks/bundle-B1gHpFXu.js.map +0 -1
- package/chunks/bundle-B1rkq8k3.js.map +0 -1
- package/chunks/bundle-B3PsG3mz.js.map +0 -1
- package/chunks/bundle-B628FXKZ.js.map +0 -1
- package/chunks/bundle-B6LYNEOD.js.map +0 -1
- package/chunks/bundle-B97onQ-B.js.map +0 -1
- package/chunks/bundle-BIHWK4cm.js.map +0 -1
- package/chunks/bundle-BPLoGpIy.js.map +0 -1
- package/chunks/bundle-BQqQX3na.js.map +0 -1
- package/chunks/bundle-BRJKqtvr.js.map +0 -1
- package/chunks/bundle-BS3xMvop.js.map +0 -1
- package/chunks/bundle-BT8XMu5e.js.map +0 -1
- package/chunks/bundle-BaEyjChY.js.map +0 -1
- package/chunks/bundle-BiG6myo3.js.map +0 -1
- package/chunks/bundle-Bsa2gylF.js.map +0 -1
- package/chunks/bundle-BucsiL3g.js.map +0 -1
- package/chunks/bundle-BydEbpDQ.js.map +0 -1
- package/chunks/bundle-ByuZy4m8.js.map +0 -1
- package/chunks/bundle-C3ue0IHg.js.map +0 -1
- package/chunks/bundle-C6OwelAY.js.map +0 -1
- package/chunks/bundle-C8uZHDqp.js.map +0 -1
- package/chunks/bundle-CGLnBajI.js.map +0 -1
- package/chunks/bundle-CL8fYBvo.js.map +0 -1
- package/chunks/bundle-CO34LgiE.js.map +0 -1
- package/chunks/bundle-CZY0TUC6.js.map +0 -1
- package/chunks/bundle-CpcTBaG-.js.map +0 -1
- package/chunks/bundle-Cpt2mEbq.js.map +0 -1
- package/chunks/bundle-CqsQWc_t.js.map +0 -1
- package/chunks/bundle-D-_vevD1.js.map +0 -1
- package/chunks/bundle-D4NnyBWz.js.map +0 -1
- package/chunks/bundle-D51YYui3.js.map +0 -1
- package/chunks/bundle-D6I-uHp_.js.map +0 -1
- package/chunks/bundle-D89r5O-w.js.map +0 -1
- package/chunks/bundle-D9OMPv_x.js.map +0 -1
- package/chunks/bundle-DDIIh2iG.js.map +0 -1
- package/chunks/bundle-DLtA6rcB.js.map +0 -1
- package/chunks/bundle-DUd6AS_D.js.map +0 -1
- package/chunks/bundle-DVCGbhaI.js.map +0 -1
- package/chunks/bundle-DayOnVaB.js.map +0 -1
- package/chunks/bundle-De1BnkR0.js.map +0 -1
- package/chunks/bundle-DfkIV7Yk.js.map +0 -1
- package/chunks/bundle-DqJ40nCa.js.map +0 -1
- package/chunks/bundle-Mfnn12A9.js.map +0 -1
- package/chunks/bundle-Tb2lma7H.js.map +0 -1
- package/chunks/bundle-auPPFFh3.js.map +0 -1
- package/chunks/bundle-jVDgtxRn.js.map +0 -1
- package/chunks/bundle-l8sVpQGm.js.map +0 -1
- package/chunks/bundle-lYQ_v7qT.js.map +0 -1
- package/cjs/chunks/bundle-12GbodAU.js.map +0 -1
- package/cjs/chunks/bundle-3sKikwZF.js.map +0 -1
- package/cjs/chunks/bundle-8gOOVKMq.js.map +0 -1
- package/cjs/chunks/bundle-B1Cp-EAM.js.map +0 -1
- package/cjs/chunks/bundle-B3ZnZF0T.js.map +0 -1
- package/cjs/chunks/bundle-B4mOjCko.js +0 -47
- package/cjs/chunks/bundle-B4mOjCko.js.map +0 -1
- package/cjs/chunks/bundle-B56LqPOh.js +0 -75
- package/cjs/chunks/bundle-B56LqPOh.js.map +0 -1
- package/cjs/chunks/bundle-B9w45biR.js.map +0 -1
- package/cjs/chunks/bundle-BGQodSyx.js.map +0 -1
- package/cjs/chunks/bundle-BGntYUSD.js.map +0 -1
- package/cjs/chunks/bundle-BHieBSdL.js.map +0 -1
- package/cjs/chunks/bundle-BIlOa8cH.js.map +0 -1
- package/cjs/chunks/bundle-BJBhQrsD.js.map +0 -1
- package/cjs/chunks/bundle-BKID5CS2.js.map +0 -1
- package/cjs/chunks/bundle-BKe7hLI0.js.map +0 -1
- package/cjs/chunks/bundle-BM95N32D.js.map +0 -1
- package/cjs/chunks/bundle-BV4k8A-L.js.map +0 -1
- package/cjs/chunks/bundle-BZuuSeui.js +0 -14
- package/cjs/chunks/bundle-BZuuSeui.js.map +0 -1
- package/cjs/chunks/bundle-B_eF_lLw.js.map +0 -1
- package/cjs/chunks/bundle-BkKs2HEQ.js.map +0 -1
- package/cjs/chunks/bundle-Bq4FcvTF.js +0 -22
- package/cjs/chunks/bundle-Bq4FcvTF.js.map +0 -1
- package/cjs/chunks/bundle-BqL8lmhl.js.map +0 -1
- package/cjs/chunks/bundle-Br8TcnkA.js.map +0 -1
- package/cjs/chunks/bundle-BrLObfuu.js.map +0 -1
- package/cjs/chunks/bundle-BwHCEqvs.js +0 -33
- package/cjs/chunks/bundle-BwHCEqvs.js.map +0 -1
- package/cjs/chunks/bundle-C21OJi5Y.js.map +0 -1
- package/cjs/chunks/bundle-C87PENaO.js.map +0 -1
- package/cjs/chunks/bundle-C8TPWHi1.js.map +0 -1
- package/cjs/chunks/bundle-CCm3PIiM.js.map +0 -1
- package/cjs/chunks/bundle-CI7ddAUC.js.map +0 -1
- package/cjs/chunks/bundle-CI9mjpa7.js.map +0 -1
- package/cjs/chunks/bundle-CO52Wsr3.js.map +0 -1
- package/cjs/chunks/bundle-CQbuVhqz.js.map +0 -1
- package/cjs/chunks/bundle-CTW4jbtw.js.map +0 -1
- package/cjs/chunks/bundle-CWAjZyWA.js.map +0 -1
- package/cjs/chunks/bundle-Cg6OS8uW.js.map +0 -1
- package/cjs/chunks/bundle-CgVgsfJm.js.map +0 -1
- package/cjs/chunks/bundle-ChPz-oxg.js.map +0 -1
- package/cjs/chunks/bundle-CiIb5etk.js.map +0 -1
- package/cjs/chunks/bundle-CqDaqTbt.js.map +0 -1
- package/cjs/chunks/bundle-Cu2j1EmN.js.map +0 -1
- package/cjs/chunks/bundle-Cv85GW-0.js.map +0 -1
- package/cjs/chunks/bundle-CvosXEd4.js.map +0 -1
- package/cjs/chunks/bundle-CxhOA6gq.js.map +0 -1
- package/cjs/chunks/bundle-D0U-xAFE.js.map +0 -1
- package/cjs/chunks/bundle-D1QbLxW7.js.map +0 -1
- package/cjs/chunks/bundle-DBawqMOI.js.map +0 -1
- package/cjs/chunks/bundle-DFqn4B6U.js.map +0 -1
- package/cjs/chunks/bundle-DONsST_H.js.map +0 -1
- package/cjs/chunks/bundle-DQMzjDLY.js.map +0 -1
- package/cjs/chunks/bundle-DUgeMK1K.js.map +0 -1
- package/cjs/chunks/bundle-Dav1V_1a.js +0 -56
- package/cjs/chunks/bundle-Dav1V_1a.js.map +0 -1
- package/cjs/chunks/bundle-DdhsbdNF.js +0 -89
- package/cjs/chunks/bundle-DdhsbdNF.js.map +0 -1
- package/cjs/chunks/bundle-DhEBuVa_.js.map +0 -1
- package/cjs/chunks/bundle-DoSN8wR4.js.map +0 -1
- package/cjs/chunks/bundle-DsscLs3k.js.map +0 -1
- package/cjs/chunks/bundle-IH8im4NB.js.map +0 -1
- package/cjs/chunks/bundle-QNFup7xz.js.map +0 -1
- package/cjs/chunks/bundle-QTX1PYil.js.map +0 -1
- package/cjs/chunks/bundle-S9DD9Vhs.js.map +0 -1
- package/cjs/chunks/bundle-_cqjcInH.js.map +0 -1
- package/cjs/chunks/bundle-bgI8QY8V.js.map +0 -1
- package/cjs/chunks/bundle-kdFcOc9z.js +0 -324
- package/cjs/chunks/bundle-kdFcOc9z.js.map +0 -1
- package/cjs/chunks/bundle-rXt3MgU-.js.map +0 -1
- package/cjs/chunks/bundle-zDgTxAsN.js.map +0 -1
- package/types/modules/App/hooks/useApplyTextDirection.d.ts +0 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CBUfFuFR.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-BQi9-O76.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
4
|
-
import { p as pxToNumber } from './bundle-
|
|
4
|
+
import { p as pxToNumber } from './bundle-DXRRGizV.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
|
-
import { c as classnames } from './bundle-
|
|
6
|
+
import { c as classnames } from './bundle-BgwzpLeQ.js';
|
|
7
7
|
|
|
8
8
|
var AvatarDefault = function (props) {
|
|
9
9
|
var width = props.width, height = props.height, text = props.text;
|
|
@@ -68,4 +68,4 @@ function Avatar(_a, ref) {
|
|
|
68
68
|
var Avatar$1 = React__default.forwardRef(Avatar);
|
|
69
69
|
|
|
70
70
|
export { Avatar$1 as A, AvatarDefault as a, AvatarInner as b };
|
|
71
|
-
//# sourceMappingURL=bundle-
|
|
71
|
+
//# sourceMappingURL=bundle-CFosTNce.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CFosTNce.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-BQi9-O76.js';
|
|
2
2
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
3
3
|
|
|
4
4
|
var scrollToRenderedMessage = function (scrollRef, initialTimeStamp, setIsScrolled) {
|
|
@@ -121,4 +121,4 @@ var isAboutSame = function (a, b, px) {
|
|
|
121
121
|
};
|
|
122
122
|
|
|
123
123
|
export { isAboutSame as a, isDisabledBecauseFrozen as b, isDisabledBecauseMuted as c, scrollToRenderedMessage as d, getNicknamesMapFromMembers as e, getAllEmojisMapFromEmojiContainer as g, isOperator as i, mergeAndSortMessages as m, passUnsuccessfullMessages as p, scrollIntoLast as s };
|
|
124
|
-
//# sourceMappingURL=bundle-
|
|
124
|
+
//# sourceMappingURL=bundle-CMLImr6T.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CMLImr6T.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CNWAfTVw.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
|
@@ -3,7 +3,7 @@ import { GroupChannelListHeader } from '../GroupChannelList/components/GroupChan
|
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
4
|
import EditUserProfile from '../EditUserProfile.js';
|
|
5
5
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
6
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
6
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-DvsVgg5f.js';
|
|
7
7
|
|
|
8
8
|
var GroupChannelListUIView = function (_a) {
|
|
9
9
|
var renderHeader = _a.renderHeader, renderPlaceHolderError = _a.renderPlaceHolderError, renderPlaceHolderLoading = _a.renderPlaceHolderLoading, renderPlaceHolderEmptyList = _a.renderPlaceHolderEmptyList, onChangeTheme = _a.onChangeTheme, onUserProfileUpdated = _a.onUserProfileUpdated, allowProfileEdit = _a.allowProfileEdit, channels = _a.channels, onLoadMore = _a.onLoadMore, initialized = _a.initialized, renderChannel = _a.renderChannel, renderAddChannel = _a.renderAddChannel;
|
|
@@ -64,4 +64,4 @@ var ChannelListComponent = function (props) {
|
|
|
64
64
|
};
|
|
65
65
|
|
|
66
66
|
export { GroupChannelListUIView as G };
|
|
67
|
-
//# sourceMappingURL=bundle-
|
|
67
|
+
//# sourceMappingURL=bundle-CRcPMrRq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CRcPMrRq.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-DhKQeIfP.js';
|
|
2
2
|
|
|
3
3
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
4
4
|
var _a;
|
|
@@ -22,4 +22,4 @@ var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { getChannelTitle as g };
|
|
25
|
-
//# sourceMappingURL=bundle
|
|
25
|
+
//# sourceMappingURL=bundle-CVBleWtM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CVBleWtM.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { c as __spreadArray, _ as __assign } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-BQi9-O76.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect, createContext, useCallback, useMemo } from 'react';
|
|
3
|
-
import { K } from './bundle-
|
|
4
|
-
import { c as classnames, n as noop } from './bundle-
|
|
3
|
+
import { K } from './bundle-DxTN4_0p.js';
|
|
4
|
+
import { c as classnames, n as noop } from './bundle-BgwzpLeQ.js';
|
|
5
5
|
import { createPortal } from 'react-dom';
|
|
6
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
7
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
6
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-cQZ3UZoG.js';
|
|
7
|
+
import { u as useMediaQueryContext } from './bundle-f-SpnOx2.js';
|
|
8
8
|
import IconButton from '../ui/IconButton.js';
|
|
9
9
|
import Button, { ButtonTypes } from '../ui/Button.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-DhKQeIfP.js';
|
|
12
12
|
import '@sendbird/uikit-tools';
|
|
13
13
|
import '../withSendbird.js';
|
|
14
14
|
import 'css-vars-ponyfill';
|
|
15
15
|
import '@sendbird/chat';
|
|
16
|
-
import { u as uuidv4 } from './bundle-
|
|
16
|
+
import { u as uuidv4 } from './bundle-etuaqevl.js';
|
|
17
17
|
import '@sendbird/chat/openChannel';
|
|
18
18
|
import '@sendbird/chat/groupChannel';
|
|
19
|
-
import './bundle-
|
|
20
|
-
import { B as BROWSER_SUPPORT_MIME_TYPE_LIST, n as VOICE_RECORDER_AUDIO_BIT_RATE, e as VOICE_MESSAGE_FILE_NAME, a as VOICE_MESSAGE_MIME_TYPE } from './bundle-
|
|
19
|
+
import './bundle-DDeWOERD.js';
|
|
20
|
+
import { B as BROWSER_SUPPORT_MIME_TYPE_LIST, n as VOICE_RECORDER_AUDIO_BIT_RATE, e as VOICE_MESSAGE_FILE_NAME, a as VOICE_MESSAGE_MIME_TYPE } from './bundle-DCMGp6rH.js';
|
|
21
21
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
22
|
-
import './bundle-
|
|
22
|
+
import './bundle-CwKZj-B6.js';
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* Mapping object to convert numeric keys to descriptive text
|
|
@@ -186,7 +186,7 @@ var VoiceRecorderProvider = function (props) {
|
|
|
186
186
|
}
|
|
187
187
|
useEffect(function () {
|
|
188
188
|
if (isVoiceMessageEnabled && !webAudioUtils) {
|
|
189
|
-
import('./bundle-
|
|
189
|
+
import('./bundle-bm4u5f1K.js').then(function (module) { return setWebAudioUtils(module); });
|
|
190
190
|
}
|
|
191
191
|
}, [isVoiceMessageEnabled, webAudioUtils]);
|
|
192
192
|
var start = useCallback(function (eventHandler) {
|
|
@@ -364,4 +364,4 @@ var EmojiManager = /** @class */ (function () {
|
|
|
364
364
|
}());
|
|
365
365
|
|
|
366
366
|
export { EmojiManager as E, GlobalModalProvider as G, Modal as M, VoiceRecorderProvider as V, MODAL_ROOT as a, useGlobalModalContext as b, ModalFooter as c, ModalRoot as d, ModalHeader as e, ModalBody as f, index as i, mapColorKeys as m, useVoiceRecorderContext as u };
|
|
367
|
-
//# sourceMappingURL=bundle-
|
|
367
|
+
//# sourceMappingURL=bundle-CXdo2kR_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CXdo2kR_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CZUYMubi.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
|
|
3
|
+
/* global MutationCallback */
|
|
4
|
+
/* global MutationObserverInit */
|
|
5
|
+
// To prevent Undefined lint errors: https://github.com/standard/standard/issues/1159#issuecomment-403003627
|
|
6
|
+
function useElementObserver(selector, targetElement) {
|
|
7
|
+
var _a = useState(false), isElementMounted = _a[0], setIsElementMounted = _a[1];
|
|
8
|
+
useEffect(function () {
|
|
9
|
+
var targetElements = Array.isArray(targetElement) ? targetElement : [targetElement];
|
|
10
|
+
var updateElementState = function () {
|
|
11
|
+
var _a;
|
|
12
|
+
var elements = targetElements === null || targetElements === void 0 ? void 0 : targetElements.map(function (target) { return target === null || target === void 0 ? void 0 : target.querySelector(selector); });
|
|
13
|
+
setIsElementMounted((_a = elements === null || elements === void 0 ? void 0 : elements.some(function (element) { return !!element; })) !== null && _a !== void 0 ? _a : false);
|
|
14
|
+
};
|
|
15
|
+
updateElementState();
|
|
16
|
+
var observerCallback = function (mutations) {
|
|
17
|
+
mutations.forEach(function (mutation) {
|
|
18
|
+
if (mutation.addedNodes.length || mutation.removedNodes.length) {
|
|
19
|
+
Array.from(mutation.addedNodes).forEach(function (node) {
|
|
20
|
+
if (node.nodeType === Node.ELEMENT_NODE && node.matches(selector)) {
|
|
21
|
+
setIsElementMounted(true);
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Array.from(mutation.removedNodes).forEach(function (node) {
|
|
25
|
+
if (node.nodeType === Node.ELEMENT_NODE && node.matches(selector)) {
|
|
26
|
+
setIsElementMounted(false);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
var observer = new MutationObserver(observerCallback);
|
|
33
|
+
var observerOptions = {
|
|
34
|
+
childList: true, // Observe addition and removal of child nodes
|
|
35
|
+
subtree: true, // Observe the entire subtree
|
|
36
|
+
};
|
|
37
|
+
targetElements === null || targetElements === void 0 ? void 0 : targetElements.forEach(function (target) {
|
|
38
|
+
if (target)
|
|
39
|
+
observer.observe(target, observerOptions);
|
|
40
|
+
});
|
|
41
|
+
return function () {
|
|
42
|
+
observer.disconnect();
|
|
43
|
+
};
|
|
44
|
+
}, [selector, targetElement]);
|
|
45
|
+
return isElementMounted;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export { useElementObserver as u };
|
|
49
|
+
//# sourceMappingURL=bundle-Cf0UgZwi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cf0UgZwi.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { S as SCROLL_BUFFER } from './bundle-
|
|
2
|
-
import { u as useThrottleCallback } from './bundle-
|
|
3
|
-
import { a as isAboutSame } from './bundle-
|
|
1
|
+
import { S as SCROLL_BUFFER } from './bundle-DCMGp6rH.js';
|
|
2
|
+
import { u as useThrottleCallback } from './bundle-DSn10d8F.js';
|
|
3
|
+
import { a as isAboutSame } from './bundle-CMLImr6T.js';
|
|
4
4
|
import { usePreservedCallback } from '@sendbird/uikit-tools';
|
|
5
5
|
|
|
6
6
|
var DELAY = 100;
|
|
@@ -50,4 +50,4 @@ function useHandleOnScrollCallback(_a) {
|
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
export { useHandleOnScrollCallback as u };
|
|
53
|
-
//# sourceMappingURL=bundle-
|
|
53
|
+
//# sourceMappingURL=bundle-ClMRT1R_.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ClMRT1R_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
|
|
2
|
-
import { U as UserProfileProvider } from './bundle-
|
|
3
|
-
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-
|
|
4
|
-
import { c as compareIds } from './bundle-
|
|
5
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { U as UserProfileProvider } from './bundle-BrTJ5Zbd.js';
|
|
3
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-BQi9-O76.js';
|
|
4
|
+
import { c as compareIds } from './bundle-CZUYMubi.js';
|
|
5
|
+
import { p as pubSubTopics } from './bundle-b6TpX_JP.js';
|
|
6
6
|
import { ChannelType } from '@sendbird/chat';
|
|
7
7
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
8
|
-
import { u as uuidv4 } from './bundle-
|
|
9
|
-
import { c as compressImages } from './bundle-
|
|
8
|
+
import { u as uuidv4 } from './bundle-etuaqevl.js';
|
|
9
|
+
import { c as compressImages } from './bundle-DAz5E5O_.js';
|
|
10
10
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
11
|
-
import { b as useGlobalModalContext, c as ModalFooter } from './bundle-
|
|
12
|
-
import { u as useLocalization } from './bundle-
|
|
13
|
-
import { O as ONE_MiB } from './bundle-
|
|
14
|
-
import './bundle-
|
|
11
|
+
import { b as useGlobalModalContext, c as ModalFooter } from './bundle-CXdo2kR_.js';
|
|
12
|
+
import { u as useLocalization } from './bundle-cQZ3UZoG.js';
|
|
13
|
+
import { O as ONE_MiB } from './bundle-DCMGp6rH.js';
|
|
14
|
+
import './bundle-DhKQeIfP.js';
|
|
15
15
|
import { ButtonTypes } from '../ui/Button.js';
|
|
16
16
|
|
|
17
17
|
var shouldFetchMore = function (messageLength, maxMessages) {
|
|
@@ -1355,4 +1355,4 @@ var useOpenChannelContext = function () {
|
|
|
1355
1355
|
};
|
|
1356
1356
|
|
|
1357
1357
|
export { OpenChannelProvider as O, kFormatter as k, useOpenChannelContext as u };
|
|
1358
|
-
//# sourceMappingURL=bundle-
|
|
1358
|
+
//# sourceMappingURL=bundle-CoPuVBn-.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CoPuVBn-.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -54,4 +54,4 @@ var channelActions = /*#__PURE__*/Object.freeze({
|
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
export { FETCH_INITIAL_MESSAGES_START as F, MESSAGE_LIST_PARAMS_CHANGED as M, ON_MESSAGE_RECEIVED as O, RESET_MESSAGES as R, SEND_MESSAGE_START as S, FETCH_INITIAL_MESSAGES_SUCCESS as a, FETCH_INITIAL_MESSAGES_FAILURE as b, FETCH_PREV_MESSAGES_SUCCESS as c, FETCH_NEXT_MESSAGES_SUCCESS as d, FETCH_PREV_MESSAGES_FAILURE as e, FETCH_NEXT_MESSAGES_FAILURE as f, SEND_MESSAGE_SUCCESS as g, SEND_MESSAGE_FAILURE as h, SET_CURRENT_CHANNEL as i, SET_CHANNEL_INVALID as j, ON_MESSAGE_UPDATED as k, ON_MESSAGE_THREAD_INFO_UPDATED as l, RESEND_MESSAGE_START as m, MARK_AS_READ as n, ON_MESSAGE_DELETED as o, ON_MESSAGE_DELETED_BY_REQ_ID as p, SET_EMOJI_CONTAINER as q, ON_REACTION_UPDATED as r, ON_FILE_INFO_UPLOADED as s, ON_TYPING_STATUS_UPDATED as t, channelActions as u };
|
|
57
|
-
//# sourceMappingURL=bundle-
|
|
57
|
+
//# sourceMappingURL=bundle-CpjASiz4.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CpjASiz4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { A as Avatar } from './bundle-
|
|
3
|
+
import { A as Avatar } from './bundle-CFosTNce.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors, c as LabelStringSet } from './bundle-
|
|
6
|
-
import { f as isSupportedFileView, h as isVideo, j as isImage } from './bundle-
|
|
7
|
-
import { a as MODAL_ROOT, M as Modal } from './bundle-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors, c as LabelStringSet } from './bundle-DhKQeIfP.js';
|
|
6
|
+
import { f as isSupportedFileView, h as isVideo, j as isImage } from './bundle-DxTN4_0p.js';
|
|
7
|
+
import { a as MODAL_ROOT, M as Modal } from './bundle-CXdo2kR_.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
9
|
|
|
10
10
|
var FileViewerView = function (_a) {
|
|
@@ -51,4 +51,4 @@ var FileViewerComponent = function (_a) {
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
export { FileViewerView as F };
|
|
54
|
-
//# sourceMappingURL=bundle-
|
|
54
|
+
//# sourceMappingURL=bundle-CqpGyIDR.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CqpGyIDR.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -8,4 +8,4 @@ var ThreadReplySelectType;
|
|
|
8
8
|
})(ThreadReplySelectType || (ThreadReplySelectType = {}));
|
|
9
9
|
|
|
10
10
|
export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, USER_MENTION_TEMP_CHAR as U, MAX_USER_SUGGESTION_COUNT as a };
|
|
11
|
-
//# sourceMappingURL=bundle-
|
|
11
|
+
//# sourceMappingURL=bundle-CveCFQYP.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CveCFQYP.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { e as __extends, _ as __assign, c as __spreadArray } from './bundle-
|
|
1
|
+
import { e as __extends, _ as __assign, c as __spreadArray } from './bundle-BQi9-O76.js';
|
|
2
2
|
import React__default, { useState, useRef, useCallback, useEffect, createContext, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { c as classnames } from './bundle-
|
|
4
|
+
import { c as classnames } from './bundle-BgwzpLeQ.js';
|
|
5
5
|
import { Role } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannel } from '@sendbird/chat/openChannel';
|
|
7
7
|
import SortByRow from '../ui/SortByRow.js';
|
|
8
8
|
import '../withSendbird.js';
|
|
9
9
|
import '../ui/IconButton.js';
|
|
10
|
-
import './bundle-
|
|
11
|
-
import './bundle-
|
|
12
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
10
|
+
import './bundle-DxTN4_0p.js';
|
|
11
|
+
import './bundle-cQZ3UZoG.js';
|
|
12
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-DhKQeIfP.js';
|
|
13
13
|
|
|
14
14
|
var APP_LAYOUT_ROOT = 'sendbird-app__layout';
|
|
15
15
|
|
|
@@ -323,5 +323,5 @@ function ContextMenu(_a) {
|
|
|
323
323
|
(showMenu || isOpen) && menuItems(function () { return setShowMenu(false); })));
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
-
export { APP_LAYOUT_ROOT as A, BottomSheetMenuItem as B, ContextMenu as C,
|
|
327
|
-
//# sourceMappingURL=bundle-
|
|
326
|
+
export { APP_LAYOUT_ROOT as A, BottomSheetMenuItem as B, ContextMenu as C, EMOJI_MENU_ROOT_ID as E, MessageMenuProvider as M, OperatorMenuItem as O, MenuItem$1 as a, MenuItems as b, MenuItem as c, MENU_ROOT_ID as d, MENU_OBSERVING_CLASS_NAME as e, EmojiListItems as f, getObservingId as g, MuteMenuItem as h, EmojiReactionListRoot as i, MenuRoot as j, useMessageMenuContext as u };
|
|
327
|
+
//# sourceMappingURL=bundle-CwKZj-B6.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CwKZj-B6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-BQi9-O76.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { IconTypes, IconColors } from '../ui/Icon.js';
|
|
4
4
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
5
|
-
import { g as getChannelTitle } from './bundle
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
5
|
+
import { g as getChannelTitle } from './bundle-CVBleWtM.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-f-SpnOx2.js';
|
|
7
7
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
8
|
-
import { u as useLocalization } from './bundle-
|
|
8
|
+
import { u as useLocalization } from './bundle-cQZ3UZoG.js';
|
|
9
9
|
import Header from '../ui/Header.js';
|
|
10
|
-
import { c as classnames } from './bundle-
|
|
10
|
+
import { c as classnames } from './bundle-BgwzpLeQ.js';
|
|
11
11
|
|
|
12
12
|
var GroupChannelHeaderView = function (_a) {
|
|
13
13
|
var className = _a.className, currentChannel = _a.currentChannel, showSearchIcon = _a.showSearchIcon, onBackClick = _a.onBackClick, onSearchClick = _a.onSearchClick, onChatHeaderActionClick = _a.onChatHeaderActionClick,
|
|
@@ -28,4 +28,4 @@ var GroupChannelHeaderView = function (_a) {
|
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
export { GroupChannelHeaderView as G };
|
|
31
|
-
//# sourceMappingURL=bundle-
|
|
31
|
+
//# sourceMappingURL=bundle-Cx6lYGss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cx6lYGss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-CXdo2kR_.js';
|
|
3
|
+
import './bundle-BQi9-O76.js';
|
|
4
|
+
import './bundle-DhKQeIfP.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
7
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-cQZ3UZoG.js';
|
|
7
|
+
import { g as getModalDeleteMessageTitle } from './bundle-Zvm5CMGT.js';
|
|
8
8
|
|
|
9
9
|
var RemoveMessageModalView = function (props) {
|
|
10
10
|
var _a;
|
|
@@ -25,4 +25,4 @@ var RemoveMessageModalView = function (props) {
|
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export { RemoveMessageModalView as R };
|
|
28
|
-
//# sourceMappingURL=bundle-
|
|
28
|
+
//# sourceMappingURL=bundle-D0TYbkjN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D0TYbkjN.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-CXdo2kR_.js';
|
|
3
|
+
import './bundle-BQi9-O76.js';
|
|
4
|
+
import './bundle-DhKQeIfP.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-cQZ3UZoG.js';
|
|
7
7
|
import { useThreadContext } from '../Thread/context.js';
|
|
8
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
8
|
+
import { g as getModalDeleteMessageTitle } from './bundle-Zvm5CMGT.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-D6ZpcPbH.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-D6ZpcPbH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
2
|
-
import { p as pxToNumber } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator } from './bundle-BQi9-O76.js';
|
|
2
|
+
import { p as pxToNumber } from './bundle-DXRRGizV.js';
|
|
3
3
|
|
|
4
4
|
var compressImage = function (_a) {
|
|
5
5
|
var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight, outputFormat = _a.outputFormat;
|
|
@@ -118,4 +118,4 @@ var compressImages = function (_a) { return __awaiter(void 0, [_a], void 0, func
|
|
|
118
118
|
}); };
|
|
119
119
|
|
|
120
120
|
export { compressImages as c };
|
|
121
|
-
//# sourceMappingURL=bundle-
|
|
121
|
+
//# sourceMappingURL=bundle-DAz5E5O_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DAz5E5O_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -37,4 +37,4 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
37
37
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
38
38
|
|
|
39
39
|
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DELIVERY_RECEIPT as D, META_ARRAY_VOICE_DURATION_KEY as M, ONE_MiB as O, SCROLL_BUFFER as S, VOICE_PLAYER_AUDIO_ID as V, VOICE_MESSAGE_MIME_TYPE as a, VOICE_RECORDER_AUDIO_SAMPLE_RATE as b, SCROLL_BOTTOM_DELAY_FOR_FETCH as c, SCROLL_BOTTOM_DELAY_FOR_SEND as d, VOICE_MESSAGE_FILE_NAME as e, META_ARRAY_MESSAGE_TYPE_KEY as f, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as g, VOICE_RECORDER_CLICK_BUFFER_TIME as h, VOICE_RECORDER_DEFAULT_MIN as i, VOICE_MESSAGE_FILE_NAME__XM4A as j, VOICE_MESSAGE_MIME_TYPE__XM4A as k, VOICE_PLAYER_ROOT_ID as l, SLIDER_BUTTON_ICON_SIDE_LENGTH as m, VOICE_RECORDER_AUDIO_BIT_RATE as n, CACHED_MESSAGE_TEMPLATES_KEY as o, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as p, DEFAULT_UPLOAD_SIZE_LIMIT as q, VOICE_RECORDER_DEFAULT_MAX as r };
|
|
40
|
-
//# sourceMappingURL=bundle-
|
|
40
|
+
//# sourceMappingURL=bundle-DCMGp6rH.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DCMGp6rH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { createContext, useReducer, useContext } from 'react';
|
|
2
|
-
import { _ as __assign } from './bundle-
|
|
3
|
-
import { j as VOICE_MESSAGE_FILE_NAME__XM4A, k as VOICE_MESSAGE_MIME_TYPE__XM4A, e as VOICE_MESSAGE_FILE_NAME, a as VOICE_MESSAGE_MIME_TYPE, l as VOICE_PLAYER_ROOT_ID, V as VOICE_PLAYER_AUDIO_ID } from './bundle-
|
|
2
|
+
import { _ as __assign } from './bundle-BQi9-O76.js';
|
|
3
|
+
import { j as VOICE_MESSAGE_FILE_NAME__XM4A, k as VOICE_MESSAGE_MIME_TYPE__XM4A, e as VOICE_MESSAGE_FILE_NAME, a as VOICE_MESSAGE_MIME_TYPE, l as VOICE_PLAYER_ROOT_ID, V as VOICE_PLAYER_AUDIO_ID } from './bundle-DCMGp6rH.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import { a as isSafari } from './bundle-
|
|
5
|
+
import { a as isSafari } from './bundle-CNWAfTVw.js';
|
|
6
6
|
|
|
7
7
|
var INITIALIZE_AUDIO_UNIT = 'INITIALIZE_AUDIO_UNIT';
|
|
8
8
|
var RESET_AUDIO_UNIT = 'RESET_AUDIO_UNIT';
|
|
@@ -277,4 +277,4 @@ var VoicePlayerProvider = function (_a) {
|
|
|
277
277
|
var useVoicePlayerContext = function () { return useContext(Context); };
|
|
278
278
|
|
|
279
279
|
export { AudioUnitDefaultValue as A, VOICE_PLAYER_STATUS as V, ALL as a, VoicePlayerProvider as b, generateGroupKey as g, useVoicePlayerContext as u };
|
|
280
|
-
//# sourceMappingURL=bundle-
|
|
280
|
+
//# sourceMappingURL=bundle-DDeWOERD.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DDeWOERD.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
3
3
|
import { TypingIndicator } from '../GroupChannel/components/TypingIndicator.js';
|
|
4
|
-
import { T as TypingIndicatorType } from './bundle-
|
|
4
|
+
import { T as TypingIndicatorType } from './bundle-DxTN4_0p.js';
|
|
5
5
|
import ConnectionStatus from '../ui/ConnectionStatus.js';
|
|
6
6
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
7
|
-
import { d as deleteNullish } from './bundle-
|
|
7
|
+
import { d as deleteNullish } from './bundle-BgwzpLeQ.js';
|
|
8
8
|
|
|
9
9
|
var GroupChannelUIView = function (props) {
|
|
10
10
|
var _a, _b, _c, _d;
|
|
@@ -42,4 +42,4 @@ var GroupChannelUIView = function (props) {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
export { GroupChannelUIView as G };
|
|
45
|
-
//# sourceMappingURL=bundle-
|
|
45
|
+
//# sourceMappingURL=bundle-DGZ_h6Q3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DGZ_h6Q3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|