@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
package/dist/index.css
CHANGED
|
@@ -282,6 +282,9 @@
|
|
|
282
282
|
.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count {
|
|
283
283
|
overflow-y: hidden;
|
|
284
284
|
}
|
|
285
|
+
.sendbird-message-item-menu__list__menu-item:focus-visible {
|
|
286
|
+
outline: none;
|
|
287
|
+
}
|
|
285
288
|
.sendbird-create-open-channel-ui {
|
|
286
289
|
position: relative;
|
|
287
290
|
display: inline-flex;
|
|
@@ -2738,6 +2741,7 @@
|
|
|
2738
2741
|
[dir="rtl"] .sendbird-message-input .sendbird-message-input--send {
|
|
2739
2742
|
right: auto;
|
|
2740
2743
|
left: 16px;
|
|
2744
|
+
transform: rotate(180deg);
|
|
2741
2745
|
}
|
|
2742
2746
|
|
|
2743
2747
|
.sendbird-message-input .sendbird-message-input--attach-input {
|
|
@@ -7654,7 +7658,6 @@ div.sendbird-text-message-item-body {
|
|
|
7654
7658
|
[dir="rtl"] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-right {
|
|
7655
7659
|
right: auto;
|
|
7656
7660
|
left: 16px;
|
|
7657
|
-
transform: rotate(180deg);
|
|
7658
7661
|
}
|
|
7659
7662
|
|
|
7660
7663
|
.sendbird-channel-settings .sendbird-channel-settings__panel-icon--open {
|
|
@@ -8655,39 +8658,12 @@ div.sendbird-text-message-item-body {
|
|
|
8655
8658
|
height: 100%;
|
|
8656
8659
|
}
|
|
8657
8660
|
|
|
8661
|
+
.sendbird-parent-message-info__reaction-menu,
|
|
8658
8662
|
.sendbird-parent-message-info__context-menu {
|
|
8659
|
-
position:
|
|
8660
|
-
top: 6px;
|
|
8661
|
-
right: 12px;
|
|
8662
|
-
display: none;
|
|
8663
|
-
}
|
|
8664
|
-
|
|
8665
|
-
[dir="rtl"] .sendbird-parent-message-info__context-menu {
|
|
8666
|
-
right: auto;
|
|
8667
|
-
left: 12px;
|
|
8668
|
-
}
|
|
8669
|
-
|
|
8670
|
-
.sendbird-parent-message-info__context-menu.use-reaction {
|
|
8671
|
-
right: 44px;
|
|
8672
|
-
}
|
|
8673
|
-
|
|
8674
|
-
[dir="rtl"] .sendbird-parent-message-info__context-menu.use-reaction {
|
|
8675
|
-
right: auto;
|
|
8676
|
-
left: 44px;
|
|
8677
|
-
}
|
|
8678
|
-
|
|
8679
|
-
.sendbird-parent-message-info__reaction-menu {
|
|
8680
|
-
position: absolute;
|
|
8681
|
-
top: 6px;
|
|
8682
|
-
right: 12px;
|
|
8663
|
+
position: relative;
|
|
8683
8664
|
display: none;
|
|
8684
8665
|
}
|
|
8685
8666
|
|
|
8686
|
-
[dir="rtl"] .sendbird-parent-message-info__reaction-menu {
|
|
8687
|
-
right: auto;
|
|
8688
|
-
left: 12px;
|
|
8689
|
-
}
|
|
8690
|
-
|
|
8691
8667
|
.sendbird-parent-message-info .sendbird-text-message-item-body.reactions {
|
|
8692
8668
|
border-radius: 16px;
|
|
8693
8669
|
}
|
|
@@ -8700,6 +8676,7 @@ div.sendbird-text-message-item-body {
|
|
|
8700
8676
|
border: 1px solid var(--sendbird-dark-background-600);
|
|
8701
8677
|
}
|
|
8702
8678
|
|
|
8679
|
+
.sendbird-parent-message-info__menu-container,
|
|
8703
8680
|
.sendbird-parent-message-info:hover .sendbird-parent-message-info__context-menu,
|
|
8704
8681
|
.sendbird-parent-message-info:hover .sendbird-parent-message-info__reaction-menu,
|
|
8705
8682
|
.sendbird-parent-message-info__context-menu.sendbird-mouse-hover,
|
|
@@ -8707,6 +8684,18 @@ div.sendbird-text-message-item-body {
|
|
|
8707
8684
|
display: inline-flex;
|
|
8708
8685
|
}
|
|
8709
8686
|
|
|
8687
|
+
.sendbird-parent-message-info__menu-container {
|
|
8688
|
+
flex-direction: row;
|
|
8689
|
+
position: absolute;
|
|
8690
|
+
top: 6px;
|
|
8691
|
+
right: 12px;
|
|
8692
|
+
}
|
|
8693
|
+
|
|
8694
|
+
[dir="rtl"] .sendbird-parent-message-info__menu-container {
|
|
8695
|
+
right: auto;
|
|
8696
|
+
left: 12px;
|
|
8697
|
+
}
|
|
8698
|
+
|
|
8710
8699
|
.sendbird-theme--light .sendbird-parent-message-info .sendbird-parent-message-info__content__body {
|
|
8711
8700
|
background-color: var(--sendbird-light-background-50);
|
|
8712
8701
|
}
|
|
@@ -8896,9 +8885,6 @@ div.sendbird-text-message-item-body {
|
|
|
8896
8885
|
height: 50px;
|
|
8897
8886
|
min-width: 136px;
|
|
8898
8887
|
}
|
|
8899
|
-
.sendbird-message-item-menu__list__menu-item:focus-visible {
|
|
8900
|
-
outline: none;
|
|
8901
|
-
}
|
|
8902
8888
|
.sendbird-thread-list-item .sendbird-separator {
|
|
8903
8889
|
margin: 4px 0px;
|
|
8904
8890
|
}
|
package/hooks/useModal.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import '../chunks/bundle-
|
|
1
|
+
import '../chunks/bundle-BQi9-O76.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import '../chunks/bundle-
|
|
4
|
-
import '../chunks/bundle-
|
|
5
|
-
export { G as GlobalModalProvider, a as MODAL_ROOT, d as ModalRoot, b as useGlobalModalContext } from '../chunks/bundle-
|
|
3
|
+
import '../chunks/bundle-DxTN4_0p.js';
|
|
4
|
+
import '../chunks/bundle-BgwzpLeQ.js';
|
|
5
|
+
export { G as GlobalModalProvider, a as MODAL_ROOT, d as ModalRoot, b as useGlobalModalContext } from '../chunks/bundle-CXdo2kR_.js';
|
|
6
6
|
import '@sendbird/chat/groupChannel';
|
|
7
7
|
import '../utils/message/getOutgoingMessageState.js';
|
|
8
|
-
import '../chunks/bundle-
|
|
9
|
-
import '../chunks/bundle-
|
|
8
|
+
import '../chunks/bundle-CNWAfTVw.js';
|
|
9
|
+
import '../chunks/bundle-CA85nVxp.js';
|
|
10
10
|
import 'react-dom';
|
|
11
|
-
import '../chunks/bundle-
|
|
12
|
-
import '../chunks/bundle-
|
|
13
|
-
import '../chunks/bundle-
|
|
14
|
-
import '../chunks/bundle-
|
|
11
|
+
import '../chunks/bundle-cQZ3UZoG.js';
|
|
12
|
+
import '../chunks/bundle-Bwk5KPwK.js';
|
|
13
|
+
import '../chunks/bundle-bdDHjHH6.js';
|
|
14
|
+
import '../chunks/bundle-f-SpnOx2.js';
|
|
15
15
|
import '../ui/IconButton.js';
|
|
16
16
|
import '../ui/Button.js';
|
|
17
|
-
import '../chunks/bundle-
|
|
17
|
+
import '../chunks/bundle-DhKQeIfP.js';
|
|
18
18
|
import '../ui/Icon.js';
|
|
19
19
|
import '@sendbird/uikit-tools';
|
|
20
20
|
import '../withSendbird.js';
|
|
21
21
|
import 'css-vars-ponyfill';
|
|
22
22
|
import '@sendbird/chat';
|
|
23
|
-
import '../chunks/bundle-
|
|
23
|
+
import '../chunks/bundle-etuaqevl.js';
|
|
24
24
|
import '@sendbird/chat/openChannel';
|
|
25
|
-
import '../chunks/bundle-
|
|
26
|
-
import '../chunks/bundle-
|
|
25
|
+
import '../chunks/bundle-DDeWOERD.js';
|
|
26
|
+
import '../chunks/bundle-DCMGp6rH.js';
|
|
27
27
|
import '../useSendbirdStateContext.js';
|
|
28
|
-
import '../chunks/bundle-
|
|
28
|
+
import '../chunks/bundle-CwKZj-B6.js';
|
|
29
29
|
import '../ui/SortByRow.js';
|
|
30
30
|
//# sourceMappingURL=useModal.js.map
|
package/index.js
CHANGED
|
@@ -3,91 +3,91 @@ export { default as App } from './App.js';
|
|
|
3
3
|
export { default as ChannelSettings } from './ChannelSettings.js';
|
|
4
4
|
export { default as ChannelList } from './ChannelList.js';
|
|
5
5
|
export { default as Channel } from './Channel.js';
|
|
6
|
-
export { g as getStringSet } from './chunks/bundle-
|
|
6
|
+
export { g as getStringSet } from './chunks/bundle-Bwk5KPwK.js';
|
|
7
7
|
export { default as OpenChannel } from './OpenChannel.js';
|
|
8
8
|
export { default as OpenChannelSettings } from './OpenChannelSettings.js';
|
|
9
9
|
export { default as MessageSearch } from './MessageSearch.js';
|
|
10
10
|
export { default as withSendBird } from './withSendbird.js';
|
|
11
11
|
export { default as sendBirdSelectors, default as sendbirdSelectors } from './sendbirdSelectors.js';
|
|
12
12
|
export { useSendbirdStateContext } from './useSendbirdStateContext.js';
|
|
13
|
-
export { T as TypingIndicatorType } from './chunks/bundle-
|
|
14
|
-
import './chunks/bundle-
|
|
13
|
+
export { T as TypingIndicatorType } from './chunks/bundle-DxTN4_0p.js';
|
|
14
|
+
import './chunks/bundle-BQi9-O76.js';
|
|
15
15
|
import 'react';
|
|
16
16
|
import '@sendbird/uikit-tools';
|
|
17
|
-
import './chunks/bundle-
|
|
18
|
-
import './chunks/bundle-
|
|
17
|
+
import './chunks/bundle-CXdo2kR_.js';
|
|
18
|
+
import './chunks/bundle-BgwzpLeQ.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import './chunks/bundle-
|
|
21
|
-
import './chunks/bundle-
|
|
22
|
-
import './chunks/bundle-
|
|
20
|
+
import './chunks/bundle-cQZ3UZoG.js';
|
|
21
|
+
import './chunks/bundle-bdDHjHH6.js';
|
|
22
|
+
import './chunks/bundle-f-SpnOx2.js';
|
|
23
23
|
import './ui/IconButton.js';
|
|
24
24
|
import './ui/Button.js';
|
|
25
|
-
import './chunks/bundle-
|
|
25
|
+
import './chunks/bundle-DhKQeIfP.js';
|
|
26
26
|
import './ui/Icon.js';
|
|
27
27
|
import 'css-vars-ponyfill';
|
|
28
28
|
import '@sendbird/chat';
|
|
29
|
-
import './chunks/bundle-
|
|
29
|
+
import './chunks/bundle-etuaqevl.js';
|
|
30
30
|
import '@sendbird/chat/openChannel';
|
|
31
31
|
import '@sendbird/chat/groupChannel';
|
|
32
|
-
import './chunks/bundle-
|
|
33
|
-
import './chunks/bundle-
|
|
34
|
-
import './chunks/bundle-
|
|
35
|
-
import './chunks/bundle-
|
|
32
|
+
import './chunks/bundle-DDeWOERD.js';
|
|
33
|
+
import './chunks/bundle-DCMGp6rH.js';
|
|
34
|
+
import './chunks/bundle-CNWAfTVw.js';
|
|
35
|
+
import './chunks/bundle-CwKZj-B6.js';
|
|
36
36
|
import './ui/SortByRow.js';
|
|
37
|
-
import './chunks/bundle-
|
|
38
|
-
import './chunks/bundle-
|
|
39
|
-
import './chunks/bundle-
|
|
40
|
-
import './chunks/bundle-
|
|
37
|
+
import './chunks/bundle-B7BfObV1.js';
|
|
38
|
+
import './chunks/bundle-Soz6sOqr.js';
|
|
39
|
+
import './chunks/bundle-Df65wuUZ.js';
|
|
40
|
+
import './chunks/bundle-fHeMHhND.js';
|
|
41
41
|
import './GroupChannel.js';
|
|
42
42
|
import './GroupChannel/context.js';
|
|
43
43
|
import '@sendbird/chat/message';
|
|
44
|
-
import './chunks/bundle-
|
|
45
|
-
import './chunks/bundle-
|
|
46
|
-
import './chunks/bundle-
|
|
47
|
-
import './chunks/bundle-
|
|
48
|
-
import './chunks/bundle-
|
|
44
|
+
import './chunks/bundle-BrTJ5Zbd.js';
|
|
45
|
+
import './chunks/bundle-y29vL7zu.js';
|
|
46
|
+
import './chunks/bundle-C3ktHDOc.js';
|
|
47
|
+
import './chunks/bundle-b6TpX_JP.js';
|
|
48
|
+
import './chunks/bundle-BNDaXsLn.js';
|
|
49
49
|
import './GroupChannel/components/GroupChannelUI.js';
|
|
50
|
-
import './chunks/bundle-
|
|
50
|
+
import './chunks/bundle-DGZ_h6Q3.js';
|
|
51
51
|
import './GroupChannel/components/TypingIndicator.js';
|
|
52
52
|
import './ui/ConnectionStatus.js';
|
|
53
53
|
import './ui/PlaceHolder.js';
|
|
54
54
|
import './ui/Loader.js';
|
|
55
55
|
import './GroupChannel/components/GroupChannelHeader.js';
|
|
56
|
-
import './chunks/bundle-
|
|
56
|
+
import './chunks/bundle-Cx6lYGss.js';
|
|
57
57
|
import './ui/ChannelAvatar.js';
|
|
58
|
-
import './chunks/bundle-
|
|
58
|
+
import './chunks/bundle-CFosTNce.js';
|
|
59
59
|
import './ui/ImageRenderer.js';
|
|
60
|
-
import './chunks/bundle-
|
|
61
|
-
import './chunks/bundle-
|
|
62
|
-
import './chunks/bundle
|
|
60
|
+
import './chunks/bundle-DXRRGizV.js';
|
|
61
|
+
import './chunks/bundle-GMlM2rlV.js';
|
|
62
|
+
import './chunks/bundle-CVBleWtM.js';
|
|
63
63
|
import './ui/Header.js';
|
|
64
64
|
import './ui/TextButton.js';
|
|
65
|
-
import './chunks/bundle-
|
|
65
|
+
import './chunks/bundle-rA4afvKU.js';
|
|
66
66
|
import './GroupChannel/components/MessageList.js';
|
|
67
67
|
import './GroupChannel/components/Message.js';
|
|
68
|
-
import './chunks/bundle-
|
|
69
|
-
import './chunks/bundle-
|
|
70
|
-
import './chunks/bundle-
|
|
71
|
-
import './chunks/bundle-
|
|
68
|
+
import './chunks/bundle-Dnj0fmAf.js';
|
|
69
|
+
import './chunks/bundle-CAdqcqOm.js';
|
|
70
|
+
import './chunks/bundle-CA85nVxp.js';
|
|
71
|
+
import './chunks/bundle-CveCFQYP.js';
|
|
72
72
|
import './Message/hooks/useDirtyGetMentions.js';
|
|
73
73
|
import './ui/DateSeparator.js';
|
|
74
74
|
import './ui/MessageInput.js';
|
|
75
|
-
import './chunks/bundle-
|
|
76
|
-
import './chunks/bundle-
|
|
75
|
+
import './chunks/bundle-0qSTzMXb.js';
|
|
76
|
+
import './chunks/bundle-TZQ6dJCG.js';
|
|
77
77
|
import 'dompurify';
|
|
78
|
-
import './chunks/bundle-
|
|
79
|
-
import './chunks/bundle-
|
|
80
|
-
import './chunks/bundle-
|
|
81
|
-
import './chunks/bundle-
|
|
78
|
+
import './chunks/bundle-0nQK2G2O.js';
|
|
79
|
+
import './chunks/bundle-B6edg1g0.js';
|
|
80
|
+
import './chunks/bundle-DhGZA5UP.js';
|
|
81
|
+
import './chunks/bundle-GUbI4JcD.js';
|
|
82
82
|
import './ui/MessageContent.js';
|
|
83
|
-
import './chunks/bundle-
|
|
83
|
+
import './chunks/bundle-vuBlPTsL.js';
|
|
84
84
|
import './utils/message/getOutgoingMessageState.js';
|
|
85
|
-
import './chunks/bundle-
|
|
86
|
-
import './chunks/bundle-
|
|
87
|
-
import './chunks/bundle-
|
|
85
|
+
import './chunks/bundle-BHK1eF5R.js';
|
|
86
|
+
import './chunks/bundle-F5koPk19.js';
|
|
87
|
+
import './chunks/bundle-DkBecO3w.js';
|
|
88
88
|
import './ui/MessageItemReactionMenu.js';
|
|
89
89
|
import './ui/ReactionButton.js';
|
|
90
|
-
import './chunks/bundle-
|
|
90
|
+
import './chunks/bundle-AfQS5DGf.js';
|
|
91
91
|
import './ui/EmojiReactions.js';
|
|
92
92
|
import './ui/ReactionBadge.js';
|
|
93
93
|
import './ui/BottomSheet.js';
|
|
@@ -100,18 +100,18 @@ import './ui/TooltipWrapper.js';
|
|
|
100
100
|
import './Message/context.js';
|
|
101
101
|
import './ui/AdminMessage.js';
|
|
102
102
|
import './ui/QuoteMessage.js';
|
|
103
|
-
import './chunks/bundle-
|
|
103
|
+
import './chunks/bundle-BqMHiKkl.js';
|
|
104
104
|
import './ui/MobileMenu.js';
|
|
105
105
|
import './ui/ThreadReplies.js';
|
|
106
106
|
import './ui/OGMessageItemBody.js';
|
|
107
|
-
import './chunks/bundle-
|
|
107
|
+
import './chunks/bundle-DofK8ySe.js';
|
|
108
108
|
import './ui/MentionLabel.js';
|
|
109
109
|
import './ui/LinkLabel.js';
|
|
110
110
|
import './ui/TextMessageItemBody.js';
|
|
111
111
|
import './ui/FileMessageItemBody.js';
|
|
112
|
-
import './chunks/bundle-
|
|
112
|
+
import './chunks/bundle-ZVq6xGXk.js';
|
|
113
113
|
import './ui/FileViewer.js';
|
|
114
|
-
import './chunks/bundle-
|
|
114
|
+
import './chunks/bundle-Gdl-rzQC.js';
|
|
115
115
|
import './ui/VoiceMessageItemBody.js';
|
|
116
116
|
import './ui/ProgressBar.js';
|
|
117
117
|
import './VoicePlayer/useVoicePlayer.js';
|
|
@@ -119,7 +119,7 @@ import './ui/PlaybackTime.js';
|
|
|
119
119
|
import './ui/ThumbnailMessageItemBody.js';
|
|
120
120
|
import './ui/UnknownMessageItemBody.js';
|
|
121
121
|
import './ui/TemplateMessageItemBody.js';
|
|
122
|
-
import './chunks/bundle-
|
|
122
|
+
import './chunks/bundle-uLjwqZrR.js';
|
|
123
123
|
import './ui/FallbackTemplateMessageItemBody.tsx.js';
|
|
124
124
|
import './ui/LoadingTemplateMessageItemBody.tsx.js';
|
|
125
125
|
import './ui/FeedbackIconButton.js';
|
|
@@ -127,61 +127,61 @@ import './ui/MobileFeedbackMenu.js';
|
|
|
127
127
|
import './ui/MessageFeedbackModal.js';
|
|
128
128
|
import './ui/Input.js';
|
|
129
129
|
import './ui/MessageFeedbackFailedModal.js';
|
|
130
|
+
import './chunks/bundle-Cf0UgZwi.js';
|
|
130
131
|
import './GroupChannel/components/SuggestedReplies.js';
|
|
131
|
-
import './chunks/bundle-
|
|
132
|
+
import './chunks/bundle-Due9yzp6.js';
|
|
132
133
|
import './GroupChannel/components/FileViewer.js';
|
|
133
|
-
import './chunks/bundle-
|
|
134
|
+
import './chunks/bundle-CqpGyIDR.js';
|
|
134
135
|
import './GroupChannel/components/RemoveMessageModal.js';
|
|
135
|
-
import './chunks/bundle-
|
|
136
|
-
import './chunks/bundle-
|
|
136
|
+
import './chunks/bundle-D0TYbkjN.js';
|
|
137
|
+
import './chunks/bundle-Zvm5CMGT.js';
|
|
137
138
|
import './GroupChannel/components/UnreadCount.js';
|
|
138
139
|
import './GroupChannel/components/FrozenNotification.js';
|
|
139
140
|
import './ui/TypingIndicatorBubble.js';
|
|
140
141
|
import './Channel/utils/getMessagePartsInfo.js';
|
|
141
142
|
import './Channel/utils/compareMessagesForGrouping.js';
|
|
142
|
-
import './chunks/bundle-
|
|
143
|
+
import './chunks/bundle-CMLImr6T.js';
|
|
143
144
|
import './GroupChannel/components/MessageInputWrapper.js';
|
|
144
|
-
import './chunks/bundle-
|
|
145
|
+
import './chunks/bundle-DX5U-zhB.js';
|
|
145
146
|
import './GroupChannel/components/SuggestedMentionList.js';
|
|
146
147
|
import './ui/QuoteMessageInput.js';
|
|
147
148
|
import './VoiceRecorder/useVoiceRecorder.js';
|
|
148
|
-
import './chunks/bundle-
|
|
149
|
-
import './chunks/bundle-
|
|
149
|
+
import './chunks/bundle-B2SAqHzx.js';
|
|
150
|
+
import './chunks/bundle-DAz5E5O_.js';
|
|
150
151
|
import './GroupChannelList.js';
|
|
151
152
|
import './GroupChannelList/context.js';
|
|
152
153
|
import './GroupChannelList/components/GroupChannelListUI.js';
|
|
153
|
-
import './chunks/bundle-
|
|
154
|
+
import './chunks/bundle-CRcPMrRq.js';
|
|
154
155
|
import './GroupChannelList/components/GroupChannelListHeader.js';
|
|
155
156
|
import './EditUserProfile.js';
|
|
156
157
|
import './EditUserProfile/context.js';
|
|
157
158
|
import './EditUserProfile/components/EditUserProfileUI.js';
|
|
158
|
-
import './chunks/bundle-
|
|
159
|
-
import './chunks/bundle-
|
|
159
|
+
import './chunks/bundle-DvsVgg5f.js';
|
|
160
|
+
import './chunks/bundle-DSn10d8F.js';
|
|
160
161
|
import './GroupChannelList/components/GroupChannelPreviewAction.js';
|
|
161
162
|
import './GroupChannelList/components/GroupChannelListItem.js';
|
|
162
|
-
import './chunks/bundle-
|
|
163
|
+
import './chunks/bundle-C3GXmMjX.js';
|
|
163
164
|
import './ui/Badge.js';
|
|
164
165
|
import './ui/MentionUserLabel.js';
|
|
165
166
|
import './GroupChannelList/components/AddGroupChannel.js';
|
|
166
|
-
import './chunks/bundle-
|
|
167
|
+
import './chunks/bundle-Ba2Z_B16.js';
|
|
167
168
|
import './CreateChannel.js';
|
|
168
169
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
169
|
-
import './chunks/bundle-
|
|
170
|
+
import './chunks/bundle-CBUfFuFR.js';
|
|
170
171
|
import './CreateChannel/components/InviteUsers.js';
|
|
171
172
|
import './CreateChannel/components/SelectChannelType.js';
|
|
172
173
|
import './Thread.js';
|
|
173
174
|
import './Thread/context.js';
|
|
174
|
-
import './chunks/bundle-
|
|
175
|
+
import './chunks/bundle-T6fVCCb7.js';
|
|
175
176
|
import './Thread/context/types.js';
|
|
176
|
-
import './chunks/bundle-
|
|
177
|
-
import './chunks/bundle-
|
|
177
|
+
import './chunks/bundle-CpjASiz4.js';
|
|
178
|
+
import './chunks/bundle-CZUYMubi.js';
|
|
178
179
|
import './Thread/components/ThreadUI.js';
|
|
179
180
|
import './Thread/components/ParentMessageInfo.js';
|
|
180
|
-
import './chunks/bundle-
|
|
181
|
+
import './chunks/bundle-D6ZpcPbH.js';
|
|
181
182
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
182
|
-
import './chunks/bundle-
|
|
183
|
-
import './
|
|
184
|
-
import './chunks/bundle-BS3xMvop.js';
|
|
183
|
+
import './chunks/bundle-BsAIw_77.js';
|
|
184
|
+
import './chunks/bundle-C3Ty1Yuy.js';
|
|
185
185
|
import './Thread/components/ThreadHeader.js';
|
|
186
186
|
import './Thread/components/ThreadList.js';
|
|
187
187
|
import './Thread/components/ThreadListItem.js';
|
|
@@ -194,38 +194,38 @@ import './ChannelSettings/components/ChannelSettingsHeader.js';
|
|
|
194
194
|
import './ChannelSettings/components/ChannelProfile.js';
|
|
195
195
|
import './ChannelSettings/components/EditDetailsModal.js';
|
|
196
196
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
197
|
-
import './
|
|
197
|
+
import './ChannelSettings/components/ChannelSettingsMenuItem.js';
|
|
198
198
|
import './ChannelSettings/components/ChannelSettingMenuList.js';
|
|
199
199
|
import './ChannelSettings/hooks/useMenuList.js';
|
|
200
|
-
import './chunks/bundle-
|
|
201
|
-
import './chunks/bundle-
|
|
202
|
-
import './chunks/bundle-
|
|
200
|
+
import './chunks/bundle-DHpCLtwn.js';
|
|
201
|
+
import './chunks/bundle-BjjAXlnY.js';
|
|
202
|
+
import './chunks/bundle-DQk06wFZ.js';
|
|
203
203
|
import './ui/Toggle.js';
|
|
204
|
-
import './chunks/bundle-
|
|
205
|
-
import './chunks/bundle-
|
|
204
|
+
import './chunks/bundle-BeheAFz4.js';
|
|
205
|
+
import './chunks/bundle-H8J7tAed.js';
|
|
206
206
|
import './ChannelList/components/ChannelListUI.js';
|
|
207
207
|
import './ChannelList/components/ChannelPreview.js';
|
|
208
208
|
import './ChannelList/components/AddChannel.js';
|
|
209
209
|
import './Channel/context.js';
|
|
210
|
-
import './chunks/bundle-
|
|
210
|
+
import './chunks/bundle-chiYJ8F8.js';
|
|
211
211
|
import './Channel/components/ChannelUI.js';
|
|
212
212
|
import './Channel/components/ChannelHeader.js';
|
|
213
213
|
import './Channel/components/MessageList.js';
|
|
214
214
|
import './Channel/components/Message.js';
|
|
215
215
|
import './Channel/components/FileViewer.js';
|
|
216
216
|
import './Channel/components/RemoveMessageModal.js';
|
|
217
|
-
import './chunks/bundle-
|
|
217
|
+
import './chunks/bundle-ClMRT1R_.js';
|
|
218
218
|
import './Channel/components/MessageInput.js';
|
|
219
219
|
import './OpenChannel/components/OpenChannelUI.js';
|
|
220
|
-
import './chunks/bundle-
|
|
220
|
+
import './chunks/bundle-CoPuVBn-.js';
|
|
221
221
|
import './OpenChannel/components/OpenChannelInput.js';
|
|
222
222
|
import './OpenChannel/components/FrozenChannelNotification.js';
|
|
223
223
|
import './OpenChannel/components/OpenChannelHeader.js';
|
|
224
224
|
import './OpenChannel/components/OpenChannelMessageList.js';
|
|
225
225
|
import './OpenChannel/components/OpenChannelMessage.js';
|
|
226
226
|
import './ui/OpenchannelUserMessage.js';
|
|
227
|
-
import './chunks/bundle-
|
|
228
|
-
import './chunks/bundle-
|
|
227
|
+
import './chunks/bundle-6BuULgEc.js';
|
|
228
|
+
import './chunks/bundle-BdZytjCG.js';
|
|
229
229
|
import './ui/OpenChannelAdminMessage.js';
|
|
230
230
|
import './ui/OpenchannelOGMessage.js';
|
|
231
231
|
import './ui/OpenchannelThumbnailMessage.js';
|
|
@@ -236,7 +236,7 @@ import './OpenChannelSettings/components/OperatorUI.js';
|
|
|
236
236
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
237
237
|
import './ui/OpenChannelAvatar.js';
|
|
238
238
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
239
|
-
import './chunks/bundle-
|
|
239
|
+
import './chunks/bundle-B4KMvElm.js';
|
|
240
240
|
import './ui/AccordionGroup.js';
|
|
241
241
|
import './ui/Accordion.js';
|
|
242
242
|
import './MessageSearch/components/MessageSearchUI.js';
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"url": "https://community.sendbird.com"
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://sendbird.com",
|
|
39
|
-
"version": "3.14.
|
|
39
|
+
"version": "3.14.13",
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^16.8.6 || ^17.0.0 || ^18.0.0",
|
|
42
42
|
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0"
|
|
@@ -271,6 +271,12 @@
|
|
|
271
271
|
"import": "./ChannelSettings/context.js",
|
|
272
272
|
"default": "./ChannelSettings/context.js"
|
|
273
273
|
},
|
|
274
|
+
"./ChannelSettings/hooks/useMenuList": {
|
|
275
|
+
"types": "./types/modules/ChannelSettings/components/ChannelSettingsUI/hooks/useMenuItems.d.ts",
|
|
276
|
+
"require": "./cjs/ChannelSettings/hooks/useMenuList.js",
|
|
277
|
+
"import": "./ChannelSettings/hooks/useMenuList.js",
|
|
278
|
+
"default": "./ChannelSettings/hooks/useMenuList.js"
|
|
279
|
+
},
|
|
274
280
|
"./ChannelSettings/components/ChannelProfile": {
|
|
275
281
|
"types": "./types/modules/ChannelSettings/components/ChannelProfile/index.d.ts",
|
|
276
282
|
"require": "./cjs/ChannelSettings/components/ChannelProfile.js",
|
|
@@ -295,11 +301,11 @@
|
|
|
295
301
|
"import": "./ChannelSettings/components/ChannelSettingMenuList.js",
|
|
296
302
|
"default": "./ChannelSettings/components/ChannelSettingMenuList.js"
|
|
297
303
|
},
|
|
298
|
-
"./ChannelSettings/
|
|
299
|
-
"types": "./types/modules/ChannelSettings/components/ChannelSettingsUI/
|
|
300
|
-
"require": "./cjs/ChannelSettings/
|
|
301
|
-
"import": "./ChannelSettings/
|
|
302
|
-
"default": "./ChannelSettings/
|
|
304
|
+
"./ChannelSettings/components/ChannelSettingsMenuItem": {
|
|
305
|
+
"types": "./types/modules/ChannelSettings/components/ChannelSettingsUI/MenuItem.d.ts",
|
|
306
|
+
"require": "./cjs/ChannelSettings/components/ChannelSettingsMenuItem.js",
|
|
307
|
+
"import": "./ChannelSettings/components/ChannelSettingsMenuItem.js",
|
|
308
|
+
"default": "./ChannelSettings/components/ChannelSettingsMenuItem.js"
|
|
303
309
|
},
|
|
304
310
|
"./ChannelSettings/components/EditDetailsModal": {
|
|
305
311
|
"types": "./types/modules/ChannelSettings/components/EditDetailsModal/index.d.ts",
|
|
@@ -1360,6 +1366,9 @@
|
|
|
1360
1366
|
"ChannelSettings/context": [
|
|
1361
1367
|
"./types/modules/ChannelSettings/context/ChannelSettingsProvider.d.ts"
|
|
1362
1368
|
],
|
|
1369
|
+
"ChannelSettings/hooks/useMenuList": [
|
|
1370
|
+
"./types/modules/ChannelSettings/components/ChannelSettingsUI/hooks/useMenuItems.d.ts"
|
|
1371
|
+
],
|
|
1363
1372
|
"ChannelSettings/components/ChannelProfile": [
|
|
1364
1373
|
"./types/modules/ChannelSettings/components/ChannelProfile/index.d.ts"
|
|
1365
1374
|
],
|
|
@@ -1372,8 +1381,8 @@
|
|
|
1372
1381
|
"ChannelSettings/components/ChannelSettingMenuList": [
|
|
1373
1382
|
"./types/modules/ChannelSettings/components/ChannelSettingsUI/MenuListByRole.d.ts"
|
|
1374
1383
|
],
|
|
1375
|
-
"ChannelSettings/
|
|
1376
|
-
"./types/modules/ChannelSettings/components/ChannelSettingsUI/
|
|
1384
|
+
"ChannelSettings/components/ChannelSettingsMenuItem": [
|
|
1385
|
+
"./types/modules/ChannelSettings/components/ChannelSettingsUI/MenuItem.d.ts"
|
|
1377
1386
|
],
|
|
1378
1387
|
"ChannelSettings/components/EditDetailsModal": [
|
|
1379
1388
|
"./types/modules/ChannelSettings/components/EditDetailsModal/index.d.ts"
|
package/pubSub/topics.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b as PUBSUB_TOPICS, P as PublishingModuleType, p as default } from '../chunks/bundle-
|
|
1
|
+
export { b as PUBSUB_TOPICS, P as PublishingModuleType, p as default } from '../chunks/bundle-b6TpX_JP.js';
|
|
2
2
|
//# sourceMappingURL=topics.js.map
|
package/sendbirdSelectors.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as pubSubTopics } from './chunks/bundle-
|
|
2
|
-
import { n as noop } from './chunks/bundle-
|
|
1
|
+
import { p as pubSubTopics } from './chunks/bundle-b6TpX_JP.js';
|
|
2
|
+
import { n as noop } from './chunks/bundle-BgwzpLeQ.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* 1. UIKit Instances
|
|
@@ -114,6 +114,12 @@ export interface ChannelProviderInterface extends ChannelContextProps, MessageSt
|
|
|
114
114
|
user: User;
|
|
115
115
|
}) => JSX.Element;
|
|
116
116
|
}
|
|
117
|
+
/**
|
|
118
|
+
* @deprecated This provider is deprecated and will be removed in the next major update.
|
|
119
|
+
* Please use the `GroupChannelProvider` from '@sendbird/uikit-react/GroupChannel' instead.
|
|
120
|
+
* For more information, please refer to the migration guide:
|
|
121
|
+
* https://docs.sendbird.com/docs/chat/uikit/v3/react/introduction/group-channel-migration-guide
|
|
122
|
+
*/
|
|
117
123
|
declare const ChannelProvider: (props: ChannelContextProps) => React.JSX.Element;
|
|
118
124
|
declare const useChannelContext: () => ChannelProviderInterface;
|
|
119
125
|
export { ChannelProvider, useChannelContext, };
|
|
@@ -3,5 +3,11 @@ import { ChannelContextProps } from './context/ChannelProvider';
|
|
|
3
3
|
import { ChannelUIProps } from './components/ChannelUI';
|
|
4
4
|
export interface ChannelProps extends ChannelContextProps, ChannelUIProps {
|
|
5
5
|
}
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This component is deprecated and will be removed in the next major update.
|
|
8
|
+
* Please use the `GroupChannel` component from '@sendbird/uikit-react/GroupChannel' instead.
|
|
9
|
+
* For more information, please refer to the migration guide:
|
|
10
|
+
* https://docs.sendbird.com/docs/chat/uikit/v3/react/introduction/group-channel-migration-guide
|
|
11
|
+
*/
|
|
6
12
|
declare const Channel: (props: ChannelProps) => React.JSX.Element;
|
|
7
13
|
export default Channel;
|
|
@@ -71,6 +71,12 @@ export interface ChannelListProviderInterface extends ChannelListProviderProps {
|
|
|
71
71
|
channelSource: GroupChannelListQuerySb | null;
|
|
72
72
|
fetchChannelList: () => void;
|
|
73
73
|
}
|
|
74
|
+
/**
|
|
75
|
+
* @deprecated This provider is deprecated and will be removed in the next major update.
|
|
76
|
+
* Please use the `GroupChannelListProvider` from '@sendbird/uikit-react/GroupChannelList' instead.
|
|
77
|
+
* For more information, please refer to the migration guide:
|
|
78
|
+
* https://docs.sendbird.com/docs/chat/uikit/v3/react/introduction/group-channel-migration-guide
|
|
79
|
+
*/
|
|
74
80
|
declare const ChannelListProvider: React.FC<ChannelListProviderProps>;
|
|
75
81
|
declare function useChannelListContext(): ChannelListProviderInterface;
|
|
76
82
|
export { ChannelListProvider, useChannelListContext };
|
|
@@ -3,5 +3,11 @@ import { ChannelListProviderProps } from './context/ChannelListProvider';
|
|
|
3
3
|
import { ChannelListUIProps } from './components/ChannelListUI';
|
|
4
4
|
export interface ChannelListProps extends ChannelListProviderProps, ChannelListUIProps {
|
|
5
5
|
}
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated This component is deprecated and will be removed in the next major update.
|
|
8
|
+
* Please use the `GroupChannelList` component from '@sendbird/uikit-react/GroupChannelList' instead.
|
|
9
|
+
* For more information, please refer to the migration guide:
|
|
10
|
+
* https://docs.sendbird.com/docs/chat/uikit/v3/react/introduction/group-channel-migration-guide
|
|
11
|
+
*/
|
|
6
12
|
declare const ChannelList: React.FC<ChannelListProps>;
|
|
7
13
|
export default ChannelList;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import '../ModerationPanel/admin-panel.scss';
|
|
2
2
|
import '../UserPanel/user-panel.scss';
|
|
3
|
-
import React
|
|
4
|
-
import type { UserListItemProps } from '../../../../ui/UserListItem';
|
|
3
|
+
import React from 'react';
|
|
5
4
|
import useMenuItems from './hooks/useMenuItems';
|
|
6
5
|
interface MenuListByRoleProps {
|
|
7
6
|
menuItems: ReturnType<typeof useMenuItems>;
|
|
8
|
-
renderUserListItem?: (props: UserListItemProps) => ReactNode;
|
|
9
7
|
}
|
|
10
8
|
export declare const MenuListByRole: ({ menuItems, }: MenuListByRoleProps) => React.JSX.Element;
|
|
11
9
|
export default MenuListByRole;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React
|
|
2
|
-
import type { UserListItemProps } from '../../../../../ui/UserListItem';
|
|
1
|
+
import React from 'react';
|
|
3
2
|
import { IconProps } from '../../../../../ui/Icon';
|
|
4
3
|
import { type LabelProps } from '../../../../../ui/Label';
|
|
5
4
|
import { type MenuItemActionProps } from '../MenuItem';
|
|
@@ -19,8 +18,5 @@ type MenuItems = {
|
|
|
19
18
|
operator: MenuItemsByRole;
|
|
20
19
|
nonOperator: MenuItemsByRole;
|
|
21
20
|
};
|
|
22
|
-
|
|
23
|
-
renderUserListItem?: (props: UserListItemProps) => ReactNode;
|
|
24
|
-
}
|
|
25
|
-
export declare const useMenuItems: (props?: UseMenuItemsParams) => MenuItems;
|
|
21
|
+
export declare const useMenuItems: () => MenuItems;
|
|
26
22
|
export default useMenuItems;
|
|
@@ -13,6 +13,10 @@ export interface ChannelSettingsUIProps {
|
|
|
13
13
|
renderLeaveChannel?: () => React.ReactElement;
|
|
14
14
|
renderPlaceholderError?: () => React.ReactElement;
|
|
15
15
|
renderPlaceholderLoading?: () => React.ReactElement;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated This prop is deprecated and will be removed in the next major update.
|
|
18
|
+
* Please use the `renderUserListItem` prop of the `ChannelSettingsProvider` instead.
|
|
19
|
+
*/
|
|
16
20
|
renderUserListItem?: (props: UserListItemProps) => ReactNode;
|
|
17
21
|
}
|
|
18
22
|
declare const ChannelSettingsUI: (props: ChannelSettingsUIProps) => React.JSX.Element;
|