@sendbird/uikit-react 3.14.12-rc.0 → 3.14.13-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +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-DFUwBgZk.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-BPQ5EP1d.js → bundle-38Tnigbm.js} +1 -1
- package/chunks/bundle-38Tnigbm.js.map +1 -0
- package/chunks/{bundle-DwRARBZn.js → bundle-8qZom_qK.js} +2 -2
- package/chunks/{bundle-DwRARBZn.js.map → bundle-8qZom_qK.js.map} +1 -1
- package/chunks/{bundle-DyDETZRc.js → bundle-B6odKY78.js} +1 -1
- package/chunks/bundle-B6odKY78.js.map +1 -0
- package/chunks/{bundle-Bbiorwmv.js → bundle-BC5VWhj7.js} +4 -4
- package/chunks/bundle-BC5VWhj7.js.map +1 -0
- package/chunks/{bundle-BARe9N-m.js → bundle-BCluhNtz.js} +1 -1
- package/chunks/{bundle-BARe9N-m.js.map → bundle-BCluhNtz.js.map} +1 -1
- package/chunks/{bundle-BSXcGg1k.js → bundle-BEIREIJC.js} +1 -1
- package/chunks/bundle-BEIREIJC.js.map +1 -0
- package/chunks/{bundle-DQSBOtg7.js → bundle-BEX34LhF.js} +1 -1
- package/chunks/{bundle-DQSBOtg7.js.map → bundle-BEX34LhF.js.map} +1 -1
- package/chunks/{bundle-CIFV8En7.js → bundle-BFMtRBYm.js} +1 -1
- package/chunks/bundle-BFMtRBYm.js.map +1 -0
- package/chunks/{bundle-Bw-gDsLC.js → bundle-BFNr0uUE.js} +6 -6
- package/chunks/bundle-BFNr0uUE.js.map +1 -0
- package/chunks/{bundle-ChV0NbuX.js → bundle-BI9B4Der.js} +7 -7
- package/chunks/{bundle-ChV0NbuX.js.map → bundle-BI9B4Der.js.map} +1 -1
- package/chunks/{bundle-TIjK-_Oc.js → bundle-BJO2iC0P.js} +1 -1
- package/chunks/bundle-BJO2iC0P.js.map +1 -0
- package/chunks/{bundle-DyhgSw2i.js → bundle-BKan9iBA.js} +3 -3
- package/chunks/{bundle-DyhgSw2i.js.map → bundle-BKan9iBA.js.map} +1 -1
- package/chunks/{bundle-BHC6e4MV.js → bundle-BLukJvvb.js} +3 -3
- package/chunks/{bundle-BHC6e4MV.js.map → bundle-BLukJvvb.js.map} +1 -1
- package/chunks/{bundle-y21E8nZg.js → bundle-BPNXAHCY.js} +1 -1
- package/chunks/{bundle-y21E8nZg.js.map → bundle-BPNXAHCY.js.map} +1 -1
- package/chunks/{bundle-ICLjPeJ4.js → bundle-BSWiL0KD.js} +3 -3
- package/chunks/bundle-BSWiL0KD.js.map +1 -0
- package/chunks/{bundle-BEDfl5Hc.js → bundle-BSr006OB.js} +1 -1
- package/chunks/bundle-BSr006OB.js.map +1 -0
- package/chunks/{bundle-BOBO7Qsp.js → bundle-BWsSGZJv.js} +3 -3
- package/chunks/bundle-BWsSGZJv.js.map +1 -0
- package/chunks/{bundle-DTgib7Vc.js → bundle-Ba9mwUMb.js} +1 -1
- package/chunks/bundle-Ba9mwUMb.js.map +1 -0
- package/chunks/{bundle-CWS6HcnR.js → bundle-BfrJYjOX.js} +1 -1
- package/chunks/bundle-BfrJYjOX.js.map +1 -0
- package/chunks/{bundle-CNQcmEVO.js → bundle-BhW-VKtn.js} +2 -2
- package/chunks/bundle-BhW-VKtn.js.map +1 -0
- package/chunks/{bundle-CUtrVqqJ.js → bundle-BhcTeP8i.js} +15 -9
- package/chunks/{bundle-CUtrVqqJ.js.map → bundle-BhcTeP8i.js.map} +1 -1
- package/chunks/{bundle--6jTPVzP.js → bundle-BipIXldF.js} +1 -1
- package/chunks/{bundle--6jTPVzP.js.map → bundle-BipIXldF.js.map} +1 -1
- package/chunks/{bundle-DCKISMg6.js → bundle-C4mzo4e5.js} +5 -5
- package/{cjs/chunks/bundle-CRUQT_mR.js.map → chunks/bundle-C4mzo4e5.js.map} +1 -1
- package/chunks/{bundle-CMT4PXoy.js → bundle-C6_WMCl-.js} +1 -1
- package/chunks/bundle-C6_WMCl-.js.map +1 -0
- package/chunks/{bundle-DQm0X3fe.js → bundle-C9EUGVlG.js} +2 -2
- package/chunks/bundle-C9EUGVlG.js.map +1 -0
- package/chunks/{bundle-CzOlpSIQ.js → bundle-CEtwlkKx.js} +1 -1
- package/chunks/bundle-CEtwlkKx.js.map +1 -0
- package/chunks/{bundle-Cx_AA3D2.js → bundle-CEy6X0D0.js} +1 -1
- package/chunks/bundle-CEy6X0D0.js.map +1 -0
- package/chunks/{bundle-DcYQjOKO.js → bundle-CHe8JkGr.js} +1 -1
- package/chunks/bundle-CHe8JkGr.js.map +1 -0
- package/chunks/{bundle-UEVKMHYO.js → bundle-CJB91ZRI.js} +8 -8
- package/chunks/bundle-CJB91ZRI.js.map +1 -0
- package/chunks/{bundle-ClZVIScP.js → bundle-COHnSiX_.js} +2 -2
- package/chunks/{bundle-ClZVIScP.js.map → bundle-COHnSiX_.js.map} +1 -1
- package/chunks/{bundle-CxrYWrFH.js → bundle-CPLno3D7.js} +2 -2
- package/chunks/bundle-CPLno3D7.js.map +1 -0
- package/chunks/{bundle-Buv5LjNS.js → bundle-CQADdkO3.js} +4 -4
- package/chunks/bundle-CQADdkO3.js.map +1 -0
- package/chunks/{bundle-DvNVxCm7.js → bundle-CRYystL3.js} +4 -4
- package/chunks/{bundle-DvNVxCm7.js.map → bundle-CRYystL3.js.map} +1 -1
- package/chunks/{bundle-D9r7jFIp.js → bundle-C_WidYQd.js} +4 -4
- package/chunks/bundle-C_WidYQd.js.map +1 -0
- package/chunks/{bundle-DxJi2c7h.js → bundle-CfJZkM0f.js} +1 -1
- package/chunks/bundle-CfJZkM0f.js.map +1 -0
- package/chunks/{bundle-Iq_AKwnp.js → bundle-CuxNG4zI.js} +92 -58
- package/chunks/{bundle-BLM4PZ0X.js.map → bundle-CuxNG4zI.js.map} +1 -1
- package/chunks/{bundle-DQtqJI-s.js → bundle-CwR8tkbM.js} +1 -1
- package/chunks/bundle-CwR8tkbM.js.map +1 -0
- package/chunks/{bundle-J6jBE7z2.js → bundle-D-2Z-G9R.js} +31 -32
- package/chunks/bundle-D-2Z-G9R.js.map +1 -0
- package/chunks/{bundle-Gdpa0T6A.js → bundle-D1rGeQXE.js} +4 -4
- package/chunks/bundle-D1rGeQXE.js.map +1 -0
- package/chunks/{bundle-DaAtWAfc.js → bundle-D3hT6qVb.js} +1 -1
- package/chunks/bundle-D3hT6qVb.js.map +1 -0
- package/chunks/{bundle-K18yplA5.js → bundle-D5tIeT0x.js} +1 -1
- package/chunks/bundle-D5tIeT0x.js.map +1 -0
- package/chunks/{bundle-DA39xST1.js → bundle-D8GKg6tx.js} +1 -1
- package/chunks/bundle-D8GKg6tx.js.map +1 -0
- package/chunks/{bundle-CL5R6eWu.js → bundle-DBeh20io.js} +13 -13
- package/chunks/{bundle-CL5R6eWu.js.map → bundle-DBeh20io.js.map} +1 -1
- package/chunks/{bundle-C81G11SF.js → bundle-DEiziBkg.js} +3 -3
- package/chunks/{bundle-C81G11SF.js.map → bundle-DEiziBkg.js.map} +1 -1
- package/chunks/{bundle-DqWCsUNF.js → bundle-DMmAHGyY.js} +4 -4
- package/chunks/{bundle-DqWCsUNF.js.map → bundle-DMmAHGyY.js.map} +1 -1
- package/chunks/{bundle-B0QPBDgG.js → bundle-DQdm0am6.js} +5 -5
- package/chunks/bundle-DQdm0am6.js.map +1 -0
- package/chunks/{bundle-Cejx2WuM.js → bundle-DRIxJWRl.js} +11 -11
- package/chunks/{bundle-Cejx2WuM.js.map → bundle-DRIxJWRl.js.map} +1 -1
- package/chunks/{bundle-D7EHAeAU.js → bundle-DTZF_6AA.js} +1 -1
- package/chunks/bundle-DTZF_6AA.js.map +1 -0
- package/chunks/{bundle-CnExgRuQ.js → bundle-DZ5Q8Nig.js} +3 -3
- package/chunks/{bundle-CnExgRuQ.js.map → bundle-DZ5Q8Nig.js.map} +1 -1
- package/chunks/{bundle-BxGmCyi-.js → bundle-DakA_KyL.js} +2 -2
- package/chunks/{bundle-BxGmCyi-.js.map → bundle-DakA_KyL.js.map} +1 -1
- package/chunks/{bundle-DqwOOVWP.js → bundle-DbMGEyL3.js} +1 -1
- package/chunks/bundle-DbMGEyL3.js.map +1 -0
- package/chunks/{bundle-Cl0eWlP5.js → bundle-DcpqtCzi.js} +1 -1
- package/chunks/bundle-DcpqtCzi.js.map +1 -0
- package/chunks/{bundle-CLLLP9W3.js → bundle-DgHuJDgR.js} +9 -9
- package/chunks/{bundle-CLLLP9W3.js.map → bundle-DgHuJDgR.js.map} +1 -1
- package/chunks/{bundle-DllWu5Rw.js → bundle-Di8D_Ubg.js} +6 -6
- package/chunks/bundle-Di8D_Ubg.js.map +1 -0
- package/chunks/{bundle-BbcjIlDe.js → bundle-Diey7RqI.js} +6 -6
- package/chunks/bundle-Diey7RqI.js.map +1 -0
- package/chunks/{bundle-BIk8Js80.js → bundle-DknxL9lz.js} +1 -1
- package/chunks/{bundle-BIk8Js80.js.map → bundle-DknxL9lz.js.map} +1 -1
- package/chunks/{bundle-DdvWx7vK.js → bundle-Ds5S92aK.js} +1 -1
- package/chunks/bundle-Ds5S92aK.js.map +1 -0
- package/chunks/{bundle-Bf4uiGF8.js → bundle-DtEeYo0S.js} +3 -3
- package/chunks/bundle-DtEeYo0S.js.map +1 -0
- package/chunks/bundle-DwCYwrNs.js +49 -0
- package/chunks/bundle-DwCYwrNs.js.map +1 -0
- package/chunks/{bundle-DYd80qqg.js → bundle-DwQfYjib.js} +1 -1
- package/chunks/bundle-DwQfYjib.js.map +1 -0
- package/chunks/{bundle-CQj3m1X6.js → bundle-DxqFPE0s.js} +1 -1
- package/chunks/bundle-DxqFPE0s.js.map +1 -0
- package/chunks/{bundle-65RjZ_9O.js → bundle-GKQqMuW2.js} +3 -3
- package/chunks/bundle-GKQqMuW2.js.map +1 -0
- package/chunks/{bundle-17x1iDoj.js → bundle-HQx14353.js} +3 -3
- package/chunks/{bundle-17x1iDoj.js.map → bundle-HQx14353.js.map} +1 -1
- package/chunks/{bundle-C7NP4Bof.js → bundle-IUMfc-AF.js} +1 -1
- package/chunks/bundle-IUMfc-AF.js.map +1 -0
- package/chunks/{bundle-C6BL5R5c.js → bundle-L-lro382.js} +12 -12
- package/chunks/{bundle-C6BL5R5c.js.map → bundle-L-lro382.js.map} +1 -1
- package/chunks/{bundle-kPCEGQ2K.js → bundle-MLTJCiJv.js} +1 -1
- package/chunks/bundle-MLTJCiJv.js.map +1 -0
- package/chunks/{bundle-CvUmadeB.js → bundle-NViriWgP.js} +7 -7
- package/chunks/{bundle-CvUmadeB.js.map → bundle-NViriWgP.js.map} +1 -1
- package/chunks/{bundle-BPiogGP1.js → bundle-Nt0XvTLe.js} +1 -1
- package/chunks/bundle-Nt0XvTLe.js.map +1 -0
- package/chunks/{bundle-CQJmhlnP.js → bundle-OpD-6HIL.js} +1 -1
- package/chunks/bundle-OpD-6HIL.js.map +1 -0
- package/chunks/{bundle-p1hDqmzG.js → bundle-S1RtVk3L.js} +1 -1
- package/chunks/{bundle-p1hDqmzG.js.map → bundle-S1RtVk3L.js.map} +1 -1
- package/chunks/{bundle-BLM4PZ0X.js → bundle-TwHZAIx1.js} +12 -12
- package/{cjs/chunks/bundle-BVG8wAfm.js.map → chunks/bundle-TwHZAIx1.js.map} +1 -1
- package/chunks/{bundle-Ddqt86DZ.js → bundle-U2Pc6dmY.js} +3 -3
- package/chunks/{bundle-Ddqt86DZ.js.map → bundle-U2Pc6dmY.js.map} +1 -1
- package/chunks/{bundle-DuNlIUC2.js → bundle-UFwGtxTZ.js} +4 -4
- package/chunks/bundle-UFwGtxTZ.js.map +1 -0
- package/chunks/{bundle-Cbvv0PRz.js → bundle-asXUy8ZO.js} +5 -5
- package/chunks/{bundle-Cbvv0PRz.js.map → bundle-asXUy8ZO.js.map} +1 -1
- package/chunks/{bundle-BE5Belvg.js → bundle-gDB49-Xa.js} +2 -2
- package/chunks/{bundle-BE5Belvg.js.map → bundle-gDB49-Xa.js.map} +1 -1
- package/chunks/{bundle-C1N7Mn3r.js → bundle-gfOAg2pF.js} +10 -10
- package/chunks/bundle-gfOAg2pF.js.map +1 -0
- package/chunks/{bundle-G3CaEd2_.js → bundle-h87yLPPq.js} +4 -4
- package/chunks/bundle-h87yLPPq.js.map +1 -0
- package/chunks/{bundle-7DHCXsKX.js → bundle-igHMOr5m.js} +1 -1
- package/chunks/bundle-igHMOr5m.js.map +1 -0
- package/chunks/{bundle-DBiK-ub4.js → bundle-j3giG67D.js} +6 -6
- package/chunks/bundle-j3giG67D.js.map +1 -0
- package/chunks/{bundle-UjnJB9JR.js → bundle-p0AgT_RG.js} +5 -5
- package/chunks/{bundle-UjnJB9JR.js.map → bundle-p0AgT_RG.js.map} +1 -1
- package/chunks/{bundle-C-r01xrg.js → bundle-poWR_kBY.js} +1 -1
- package/chunks/bundle-poWR_kBY.js.map +1 -0
- package/chunks/{bundle-C1T7Ik5o.js → bundle-q4zUYENe.js} +11 -11
- package/chunks/{bundle-C1T7Ik5o.js.map → bundle-q4zUYENe.js.map} +1 -1
- package/chunks/{bundle-BeZ10sDj.js → bundle-vt9wsebd.js} +2 -2
- package/chunks/bundle-vt9wsebd.js.map +1 -0
- package/chunks/{bundle-Cpq5JVml.js → bundle-w7atdvTP.js} +6 -6
- package/chunks/{bundle-Cpq5JVml.js.map → bundle-w7atdvTP.js.map} +1 -1
- 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-kNrJviB4.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-Ce-SrNLP.js → bundle--vGr2hVA.js} +1 -1
- package/cjs/chunks/bundle--vGr2hVA.js.map +1 -0
- package/cjs/chunks/bundle-1Mqtle8c.js +51 -0
- package/cjs/chunks/bundle-1Mqtle8c.js.map +1 -0
- package/cjs/chunks/{bundle-Dry8pGsa.js → bundle-1YpbHa8U.js} +25 -21
- package/cjs/chunks/bundle-1YpbHa8U.js.map +1 -0
- package/cjs/chunks/{bundle-DAwgW6yl.js → bundle-52q2knIq.js} +1 -1
- package/cjs/chunks/bundle-52q2knIq.js.map +1 -0
- package/cjs/chunks/{bundle--59orfBh.js → bundle-AL8naZos.js} +5 -5
- package/cjs/chunks/{bundle--59orfBh.js.map → bundle-AL8naZos.js.map} +1 -1
- package/cjs/chunks/{bundle-BTOs4s9G.js → bundle-B1gFRcVr.js} +1 -1
- package/cjs/chunks/bundle-B1gFRcVr.js.map +1 -0
- package/cjs/chunks/{bundle-BM4Y_8Ij.js → bundle-B2GGDqtV.js} +1 -1
- package/cjs/chunks/bundle-B2GGDqtV.js.map +1 -0
- package/cjs/chunks/{bundle-BVG8wAfm.js → bundle-B2dRfy75.js} +41 -37
- package/cjs/chunks/{bundle-DTXe3mFL.js.map → bundle-B2dRfy75.js.map} +1 -1
- package/cjs/chunks/{bundle-CcPtH7Ym.js → bundle-B4h5vnc4.js} +1 -1
- package/cjs/chunks/bundle-B4h5vnc4.js.map +1 -0
- package/cjs/chunks/{bundle-BvFJMBGd.js → bundle-B4zRox4H.js} +2 -2
- package/cjs/chunks/bundle-B4zRox4H.js.map +1 -0
- package/cjs/chunks/{bundle-QmHmrOIH.js → bundle-BFb_s1Sk.js} +8 -4
- package/cjs/chunks/bundle-BFb_s1Sk.js.map +1 -0
- package/cjs/chunks/bundle-BGhKaVgp.js +37 -0
- package/cjs/chunks/bundle-BGhKaVgp.js.map +1 -0
- package/cjs/chunks/{bundle-BUO7k2pq.js → bundle-BJIqrjP-.js} +4 -4
- package/cjs/chunks/{bundle-BUO7k2pq.js.map → bundle-BJIqrjP-.js.map} +1 -1
- package/cjs/chunks/{bundle-B30tLxug.js → bundle-BRhKfsSx.js} +1 -1
- package/cjs/chunks/bundle-BRhKfsSx.js.map +1 -0
- package/cjs/chunks/{bundle-DnYe3h1J.js → bundle-BSgmRdJU.js} +3 -3
- package/cjs/chunks/bundle-BSgmRdJU.js.map +1 -0
- package/cjs/chunks/{bundle-DnW7SPYc.js → bundle-BSxwiDUI.js} +2 -2
- package/cjs/chunks/{bundle-DnW7SPYc.js.map → bundle-BSxwiDUI.js.map} +1 -1
- package/cjs/chunks/{bundle-DO7z9kPH.js → bundle-B_MNJeUY.js} +48 -44
- package/cjs/chunks/{bundle-DlC3r1JF.js.map → bundle-B_MNJeUY.js.map} +1 -1
- package/cjs/chunks/bundle-Bbr0JyeR.js +368 -0
- package/cjs/chunks/bundle-Bbr0JyeR.js.map +1 -0
- package/cjs/chunks/{bundle-UZTd4E_b.js → bundle-BdulnACZ.js} +1 -1
- package/cjs/chunks/bundle-BdulnACZ.js.map +1 -0
- package/cjs/chunks/{bundle-6P-e5JVH.js → bundle-BeTneyYL.js} +30 -26
- package/cjs/chunks/{bundle-6P-e5JVH.js.map → bundle-BeTneyYL.js.map} +1 -1
- package/cjs/chunks/{bundle-B22Ty9Wl.js → bundle-Bfd7tojj.js} +10 -6
- package/cjs/chunks/{bundle-B22Ty9Wl.js.map → bundle-Bfd7tojj.js.map} +1 -1
- package/cjs/chunks/{bundle-DP_BgK40.js → bundle-BjFlNAEh.js} +1 -1
- package/cjs/chunks/bundle-BjFlNAEh.js.map +1 -0
- package/cjs/chunks/{bundle-C3gbUZuS.js → bundle-Br-Fmk6C.js} +11 -7
- package/cjs/chunks/bundle-Br-Fmk6C.js.map +1 -0
- package/cjs/chunks/bundle-BrV4mEBh.js +18 -0
- package/cjs/chunks/bundle-BrV4mEBh.js.map +1 -0
- package/cjs/chunks/{bundle-CUXyY7Ya.js → bundle-BwUmsqFF.js} +1 -1
- package/cjs/chunks/bundle-BwUmsqFF.js.map +1 -0
- package/cjs/chunks/{bundle-PsjwQZq3.js → bundle-BxnovfVK.js} +50 -48
- package/cjs/chunks/bundle-BxnovfVK.js.map +1 -0
- package/cjs/chunks/{bundle-BR99z-80.js → bundle-C0bs5HgC.js} +1 -1
- package/cjs/chunks/{bundle-BR99z-80.js.map → bundle-C0bs5HgC.js.map} +1 -1
- package/cjs/chunks/{bundle-DlC3r1JF.js → bundle-C2qF-ji3.js} +23 -19
- package/cjs/chunks/bundle-C2qF-ji3.js.map +1 -0
- package/cjs/chunks/{bundle-D4m96G3Z.js → bundle-C4Yh1cgX.js} +4 -4
- package/cjs/chunks/bundle-C4Yh1cgX.js.map +1 -0
- package/cjs/chunks/{bundle-Ckd5KYz3.js → bundle-C5fH7ZXr.js} +1 -1
- package/cjs/chunks/bundle-C5fH7ZXr.js.map +1 -0
- package/cjs/chunks/{bundle-CkjbnhTX.js → bundle-C5hc4JCD.js} +1 -1
- package/cjs/chunks/bundle-C5hc4JCD.js.map +1 -0
- package/cjs/chunks/{bundle-BoqXjUXg.js → bundle-CIZuJUz6.js} +10 -6
- package/{chunks/bundle-Iq_AKwnp.js.map → cjs/chunks/bundle-CIZuJUz6.js.map} +1 -1
- package/cjs/chunks/{bundle-DuaQX9nz.js → bundle-CKsrVBaS.js} +3 -3
- package/cjs/chunks/bundle-CKsrVBaS.js.map +1 -0
- package/cjs/chunks/{bundle-CjZy-Zrw.js → bundle-CLT9ucaB.js} +1 -1
- package/cjs/chunks/bundle-CLT9ucaB.js.map +1 -0
- package/cjs/chunks/{bundle-BJ05z7T7.js → bundle-CLqyuHxF.js} +30 -26
- package/cjs/chunks/bundle-CLqyuHxF.js.map +1 -0
- package/cjs/chunks/{bundle-DisoZNvV.js → bundle-CM2QHVT5.js} +1 -1
- package/cjs/chunks/bundle-CM2QHVT5.js.map +1 -0
- package/cjs/chunks/{bundle-DKmAwp7d.js → bundle-CNV7xlYf.js} +1 -1
- package/cjs/chunks/bundle-CNV7xlYf.js.map +1 -0
- package/cjs/chunks/{bundle-DFcSmwuV.js → bundle-CQwravvv.js} +8 -4
- package/cjs/chunks/bundle-CQwravvv.js.map +1 -0
- package/cjs/chunks/{bundle-C5OtWVnd.js → bundle-CRHrNWJp.js} +4 -4
- package/cjs/chunks/{bundle-C5OtWVnd.js.map → bundle-CRHrNWJp.js.map} +1 -1
- package/cjs/chunks/{bundle-D06Ef6XT.js → bundle-CTB3f7ec.js} +11 -7
- package/cjs/chunks/bundle-CTB3f7ec.js.map +1 -0
- package/cjs/chunks/{bundle-BM_8g6jd.js → bundle-CVrMzbXA.js} +2 -2
- package/cjs/chunks/bundle-CVrMzbXA.js.map +1 -0
- package/cjs/chunks/{bundle-DhsLc3aN.js → bundle-CbHU1T-B.js} +1 -1
- package/cjs/chunks/bundle-CbHU1T-B.js.map +1 -0
- package/cjs/chunks/{bundle-45LCNecQ.js → bundle-CchFLX3D.js} +16 -12
- package/cjs/chunks/bundle-CchFLX3D.js.map +1 -0
- package/cjs/chunks/{bundle-CxcGHjPH.js → bundle-CfMyWzdL.js} +1 -1
- package/cjs/chunks/bundle-CfMyWzdL.js.map +1 -0
- package/cjs/chunks/{bundle-Bur_syFT.js → bundle-CflLBf1e.js} +3 -3
- package/cjs/chunks/bundle-CflLBf1e.js.map +1 -0
- package/cjs/chunks/bundle-CiMvvzt_.js +26 -0
- package/cjs/chunks/bundle-CiMvvzt_.js.map +1 -0
- package/cjs/chunks/{bundle-BnSyoJcs.js → bundle-CjCsrobH.js} +23 -19
- package/cjs/chunks/{bundle-Dcjg_OOk.js.map → bundle-CjCsrobH.js.map} +1 -1
- package/cjs/chunks/{bundle-Dcjg_OOk.js → bundle-Ck2VZC9v.js} +4 -4
- package/cjs/chunks/{bundle-BnSyoJcs.js.map → bundle-Ck2VZC9v.js.map} +1 -1
- package/cjs/chunks/{bundle-Dq9xVvbD.js → bundle-Cmim7RkF.js} +8 -4
- package/cjs/chunks/bundle-Cmim7RkF.js.map +1 -0
- package/cjs/chunks/{bundle-DgvUX0jZ.js → bundle-Coo8jCV6.js} +4 -4
- package/cjs/chunks/bundle-Coo8jCV6.js.map +1 -0
- package/cjs/chunks/{bundle-BmVIzFBF.js → bundle-CqKJW-7i.js} +20 -16
- package/cjs/chunks/{bundle-BmVIzFBF.js.map → bundle-CqKJW-7i.js.map} +1 -1
- package/cjs/chunks/{bundle-CmkbYxXK.js → bundle-CqdAunv3.js} +1 -1
- package/cjs/chunks/bundle-CqdAunv3.js.map +1 -0
- package/cjs/chunks/{bundle-CS6Aibfk.js → bundle-CsQg__hd.js} +1 -1
- package/cjs/chunks/bundle-CsQg__hd.js.map +1 -0
- package/cjs/chunks/{bundle-CRj_Q9L0.js → bundle-CtvBjy26.js} +52 -48
- package/cjs/chunks/{bundle-CRj_Q9L0.js.map → bundle-CtvBjy26.js.map} +1 -1
- package/cjs/chunks/{bundle-BWN_zTcF.js → bundle-CvHhKWQR.js} +1 -1
- package/cjs/chunks/bundle-CvHhKWQR.js.map +1 -0
- package/cjs/chunks/{bundle-Cmy4ykuZ.js → bundle-D3PLXx5X.js} +2 -2
- package/cjs/chunks/bundle-D3PLXx5X.js.map +1 -0
- package/cjs/chunks/{bundle-DBOr-x8t.js → bundle-DBimuPy5.js} +15 -11
- package/cjs/chunks/bundle-DBimuPy5.js.map +1 -0
- package/cjs/chunks/{bundle-e0O2ux90.js → bundle-DBxITwxu.js} +7 -3
- package/cjs/chunks/bundle-DBxITwxu.js.map +1 -0
- package/cjs/chunks/bundle-DDKB7brp.js +51 -0
- package/cjs/chunks/bundle-DDKB7brp.js.map +1 -0
- package/cjs/chunks/{bundle-DTXe3mFL.js → bundle-DJO2Axoj.js} +31 -27
- package/cjs/chunks/bundle-DJO2Axoj.js.map +1 -0
- package/cjs/chunks/{bundle-Cuo8RPsP.js → bundle-DO1d5JI5.js} +18 -14
- package/cjs/chunks/bundle-DO1d5JI5.js.map +1 -0
- package/cjs/chunks/{bundle-DDLs6DRc.js → bundle-DOBlcHXC.js} +1 -1
- package/cjs/chunks/bundle-DOBlcHXC.js.map +1 -0
- package/cjs/chunks/{bundle-CJz1Jpzg.js → bundle-DdS_e3Yg.js} +2 -2
- package/cjs/chunks/bundle-DdS_e3Yg.js.map +1 -0
- package/cjs/chunks/{bundle-BqFUZAYs.js → bundle-Dkc097LB.js} +23 -13
- package/cjs/chunks/{bundle-BqFUZAYs.js.map → bundle-Dkc097LB.js.map} +1 -1
- package/cjs/chunks/bundle-DldJJcPh.js +93 -0
- package/cjs/chunks/bundle-DldJJcPh.js.map +1 -0
- package/cjs/chunks/{bundle-CJ4C_lQr.js → bundle-DmCOU0rJ.js} +1 -1
- package/cjs/chunks/bundle-DmCOU0rJ.js.map +1 -0
- package/cjs/chunks/{bundle-DpylOTew.js → bundle-Dm_m9Mqo.js} +2 -2
- package/cjs/chunks/bundle-Dm_m9Mqo.js.map +1 -0
- package/cjs/chunks/bundle-Dqp9uxau.js +79 -0
- package/cjs/chunks/bundle-Dqp9uxau.js.map +1 -0
- package/cjs/chunks/{bundle-BJ4ap5Wm.js → bundle-Dr6xSjal.js} +3 -3
- package/cjs/chunks/{bundle-BJ4ap5Wm.js.map → bundle-Dr6xSjal.js.map} +1 -1
- package/cjs/chunks/{bundle-ixFTDNk4.js → bundle-Due_kqIz.js} +13 -9
- package/cjs/chunks/bundle-Due_kqIz.js.map +1 -0
- package/cjs/chunks/{bundle-yj3EsKw0.js → bundle-DwclHLWU.js} +1 -1
- package/cjs/chunks/bundle-DwclHLWU.js.map +1 -0
- package/cjs/chunks/{bundle-DITjC1Le.js → bundle-Jev4e8GC.js} +2 -2
- package/cjs/chunks/{bundle-DITjC1Le.js.map → bundle-Jev4e8GC.js.map} +1 -1
- package/cjs/chunks/{bundle-BThLM1G6.js → bundle-Sp2G1sf1.js} +1 -1
- package/cjs/chunks/bundle-Sp2G1sf1.js.map +1 -0
- package/cjs/chunks/{bundle-zuGzPHQP.js → bundle-_BQ69s5I.js} +1 -1
- package/cjs/chunks/bundle-_BQ69s5I.js.map +1 -0
- package/cjs/chunks/bundle-_Fi26N-m.js +60 -0
- package/cjs/chunks/bundle-_Fi26N-m.js.map +1 -0
- package/cjs/chunks/{bundle-DsMSm69r.js → bundle-dHdWQSgD.js} +1 -1
- package/cjs/chunks/bundle-dHdWQSgD.js.map +1 -0
- package/cjs/chunks/{bundle-DroX83jz.js → bundle-k2YcpSmh.js} +20 -16
- package/cjs/chunks/bundle-k2YcpSmh.js.map +1 -0
- package/cjs/chunks/{bundle-CRUQT_mR.js → bundle-lUMAR4iA.js} +29 -25
- package/{chunks/bundle-DCKISMg6.js.map → cjs/chunks/bundle-lUMAR4iA.js.map} +1 -1
- package/cjs/chunks/{bundle-BIkirlfD.js → bundle-m4DYiLZS.js} +26 -22
- package/cjs/chunks/bundle-m4DYiLZS.js.map +1 -0
- package/cjs/chunks/{bundle-B_fVOxPS.js → bundle-mHr4_GQW.js} +1 -1
- package/cjs/chunks/bundle-mHr4_GQW.js.map +1 -0
- package/cjs/chunks/{bundle-RonggNhW.js → bundle-pcWgzSTZ.js} +1 -1
- package/cjs/chunks/bundle-pcWgzSTZ.js.map +1 -0
- package/cjs/chunks/{bundle-CTGjIAK4.js → bundle-rgSWvbRw.js} +1 -1
- package/cjs/chunks/{bundle-CTGjIAK4.js.map → bundle-rgSWvbRw.js.map} +1 -1
- package/cjs/chunks/{bundle-DGw9jx3D.js → bundle-vOQVXNiV.js} +9 -5
- package/cjs/chunks/bundle-vOQVXNiV.js.map +1 -0
- package/cjs/chunks/{bundle-B6bMPH7-.js → bundle-wVbT1fu8.js} +1 -1
- package/cjs/chunks/bundle-wVbT1fu8.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 +37 -33
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserListItemMenu.js +15 -12
- package/cjs/ui/UserListItemMenu.js.map +1 -1
- 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/types/ui/UserListItem/index.d.ts +1 -2
- package/types/ui/UserListItemMenu/index.d.ts +2 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +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 +21 -21
- package/ui/UserListItemMenu.js +17 -12
- package/ui/UserListItemMenu.js.map +1 -1
- 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-65RjZ_9O.js.map +0 -1
- package/chunks/bundle-7DHCXsKX.js.map +0 -1
- package/chunks/bundle-B0QPBDgG.js.map +0 -1
- package/chunks/bundle-BEDfl5Hc.js.map +0 -1
- package/chunks/bundle-BOBO7Qsp.js.map +0 -1
- package/chunks/bundle-BPQ5EP1d.js.map +0 -1
- package/chunks/bundle-BPiogGP1.js.map +0 -1
- package/chunks/bundle-BSXcGg1k.js.map +0 -1
- package/chunks/bundle-BbcjIlDe.js.map +0 -1
- package/chunks/bundle-Bbiorwmv.js.map +0 -1
- package/chunks/bundle-BeZ10sDj.js.map +0 -1
- package/chunks/bundle-Bf4uiGF8.js.map +0 -1
- package/chunks/bundle-Buv5LjNS.js.map +0 -1
- package/chunks/bundle-Bw-gDsLC.js.map +0 -1
- package/chunks/bundle-C-r01xrg.js.map +0 -1
- package/chunks/bundle-C1N7Mn3r.js.map +0 -1
- package/chunks/bundle-C7NP4Bof.js.map +0 -1
- package/chunks/bundle-CIFV8En7.js.map +0 -1
- package/chunks/bundle-CMT4PXoy.js.map +0 -1
- package/chunks/bundle-CNQcmEVO.js.map +0 -1
- package/chunks/bundle-CQJmhlnP.js.map +0 -1
- package/chunks/bundle-CQj3m1X6.js.map +0 -1
- package/chunks/bundle-CWS6HcnR.js.map +0 -1
- package/chunks/bundle-Cl0eWlP5.js.map +0 -1
- package/chunks/bundle-Cx_AA3D2.js.map +0 -1
- package/chunks/bundle-CxrYWrFH.js.map +0 -1
- package/chunks/bundle-CzOlpSIQ.js.map +0 -1
- package/chunks/bundle-D7EHAeAU.js.map +0 -1
- package/chunks/bundle-D9r7jFIp.js.map +0 -1
- package/chunks/bundle-DA39xST1.js.map +0 -1
- package/chunks/bundle-DBiK-ub4.js.map +0 -1
- package/chunks/bundle-DFUwBgZk.js.map +0 -1
- package/chunks/bundle-DQm0X3fe.js.map +0 -1
- package/chunks/bundle-DQtqJI-s.js.map +0 -1
- package/chunks/bundle-DTgib7Vc.js.map +0 -1
- package/chunks/bundle-DYd80qqg.js.map +0 -1
- package/chunks/bundle-DaAtWAfc.js.map +0 -1
- package/chunks/bundle-DcYQjOKO.js.map +0 -1
- package/chunks/bundle-DdvWx7vK.js.map +0 -1
- package/chunks/bundle-DllWu5Rw.js.map +0 -1
- package/chunks/bundle-DqwOOVWP.js.map +0 -1
- package/chunks/bundle-DuNlIUC2.js.map +0 -1
- package/chunks/bundle-DxJi2c7h.js.map +0 -1
- package/chunks/bundle-DyDETZRc.js.map +0 -1
- package/chunks/bundle-G3CaEd2_.js.map +0 -1
- package/chunks/bundle-Gdpa0T6A.js.map +0 -1
- package/chunks/bundle-ICLjPeJ4.js.map +0 -1
- package/chunks/bundle-J6jBE7z2.js.map +0 -1
- package/chunks/bundle-K18yplA5.js.map +0 -1
- package/chunks/bundle-TIjK-_Oc.js.map +0 -1
- package/chunks/bundle-UEVKMHYO.js.map +0 -1
- package/chunks/bundle-kPCEGQ2K.js.map +0 -1
- package/cjs/chunks/bundle--2mGInbf.js +0 -56
- package/cjs/chunks/bundle--2mGInbf.js.map +0 -1
- package/cjs/chunks/bundle-45LCNecQ.js.map +0 -1
- package/cjs/chunks/bundle-B30tLxug.js.map +0 -1
- package/cjs/chunks/bundle-B5_utnDS.js +0 -33
- package/cjs/chunks/bundle-B5_utnDS.js.map +0 -1
- package/cjs/chunks/bundle-B6bMPH7-.js.map +0 -1
- package/cjs/chunks/bundle-BAZ7twtS.js +0 -75
- package/cjs/chunks/bundle-BAZ7twtS.js.map +0 -1
- package/cjs/chunks/bundle-BIkirlfD.js.map +0 -1
- package/cjs/chunks/bundle-BJ05z7T7.js.map +0 -1
- package/cjs/chunks/bundle-BM4Y_8Ij.js.map +0 -1
- package/cjs/chunks/bundle-BM_8g6jd.js.map +0 -1
- package/cjs/chunks/bundle-BTOs4s9G.js.map +0 -1
- package/cjs/chunks/bundle-BThLM1G6.js.map +0 -1
- package/cjs/chunks/bundle-BWN_zTcF.js.map +0 -1
- package/cjs/chunks/bundle-B_fVOxPS.js.map +0 -1
- package/cjs/chunks/bundle-BoqXjUXg.js.map +0 -1
- package/cjs/chunks/bundle-Bur_syFT.js.map +0 -1
- package/cjs/chunks/bundle-BvFJMBGd.js.map +0 -1
- package/cjs/chunks/bundle-C3gbUZuS.js.map +0 -1
- package/cjs/chunks/bundle-CJ4C_lQr.js.map +0 -1
- package/cjs/chunks/bundle-CJz1Jpzg.js.map +0 -1
- package/cjs/chunks/bundle-CS6Aibfk.js.map +0 -1
- package/cjs/chunks/bundle-CUXyY7Ya.js.map +0 -1
- package/cjs/chunks/bundle-CcPtH7Ym.js.map +0 -1
- package/cjs/chunks/bundle-Ce-SrNLP.js.map +0 -1
- package/cjs/chunks/bundle-CivEuw8I.js +0 -330
- package/cjs/chunks/bundle-CivEuw8I.js.map +0 -1
- package/cjs/chunks/bundle-CjZy-Zrw.js.map +0 -1
- package/cjs/chunks/bundle-Ckd5KYz3.js.map +0 -1
- package/cjs/chunks/bundle-CkjbnhTX.js.map +0 -1
- package/cjs/chunks/bundle-CmkbYxXK.js.map +0 -1
- package/cjs/chunks/bundle-Cmy4ykuZ.js.map +0 -1
- package/cjs/chunks/bundle-Cuo8RPsP.js.map +0 -1
- package/cjs/chunks/bundle-CxcGHjPH.js.map +0 -1
- package/cjs/chunks/bundle-D06Ef6XT.js.map +0 -1
- package/cjs/chunks/bundle-D4m96G3Z.js.map +0 -1
- package/cjs/chunks/bundle-DAwgW6yl.js.map +0 -1
- package/cjs/chunks/bundle-DBOr-x8t.js.map +0 -1
- package/cjs/chunks/bundle-DDLs6DRc.js.map +0 -1
- package/cjs/chunks/bundle-DFcSmwuV.js.map +0 -1
- package/cjs/chunks/bundle-DGw9jx3D.js.map +0 -1
- package/cjs/chunks/bundle-DKmAwp7d.js.map +0 -1
- package/cjs/chunks/bundle-DO7z9kPH.js.map +0 -1
- package/cjs/chunks/bundle-DP_BgK40.js.map +0 -1
- package/cjs/chunks/bundle-DSFda9oW.js +0 -89
- package/cjs/chunks/bundle-DSFda9oW.js.map +0 -1
- package/cjs/chunks/bundle-DgvUX0jZ.js.map +0 -1
- package/cjs/chunks/bundle-DhsLc3aN.js.map +0 -1
- package/cjs/chunks/bundle-DiqhZlPt.js +0 -14
- package/cjs/chunks/bundle-DiqhZlPt.js.map +0 -1
- package/cjs/chunks/bundle-DisoZNvV.js.map +0 -1
- package/cjs/chunks/bundle-DnYe3h1J.js.map +0 -1
- package/cjs/chunks/bundle-DnchMcYp.js +0 -22
- package/cjs/chunks/bundle-DnchMcYp.js.map +0 -1
- package/cjs/chunks/bundle-DpylOTew.js.map +0 -1
- package/cjs/chunks/bundle-Dq9xVvbD.js.map +0 -1
- package/cjs/chunks/bundle-DroX83jz.js.map +0 -1
- package/cjs/chunks/bundle-Dry8pGsa.js.map +0 -1
- package/cjs/chunks/bundle-DsMSm69r.js.map +0 -1
- package/cjs/chunks/bundle-DuaQX9nz.js.map +0 -1
- package/cjs/chunks/bundle-DuhdHX7n.js +0 -47
- package/cjs/chunks/bundle-DuhdHX7n.js.map +0 -1
- package/cjs/chunks/bundle-PsjwQZq3.js.map +0 -1
- package/cjs/chunks/bundle-QmHmrOIH.js.map +0 -1
- package/cjs/chunks/bundle-RonggNhW.js.map +0 -1
- package/cjs/chunks/bundle-UZTd4E_b.js.map +0 -1
- package/cjs/chunks/bundle-e0O2ux90.js.map +0 -1
- package/cjs/chunks/bundle-ixFTDNk4.js.map +0 -1
- package/cjs/chunks/bundle-kNrJviB4.js.map +0 -1
- package/cjs/chunks/bundle-yj3EsKw0.js.map +0 -1
- package/cjs/chunks/bundle-zuGzPHQP.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-BEX34LhF.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-asXUy8ZO.js';
|
|
4
|
+
import '../chunks/bundle-CHe8JkGr.js';
|
|
5
|
+
export { G as GlobalModalProvider, a as MODAL_ROOT, d as ModalRoot, b as useGlobalModalContext } from '../chunks/bundle-TwHZAIx1.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-igHMOr5m.js';
|
|
9
|
+
import '../chunks/bundle-S1RtVk3L.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-D1rGeQXE.js';
|
|
12
|
+
import '../chunks/bundle-BipIXldF.js';
|
|
13
|
+
import '../chunks/bundle-BPNXAHCY.js';
|
|
14
|
+
import '../chunks/bundle-CEtwlkKx.js';
|
|
15
15
|
import '../ui/IconButton.js';
|
|
16
16
|
import '../ui/Button.js';
|
|
17
|
-
import '../chunks/bundle-
|
|
17
|
+
import '../chunks/bundle-GKQqMuW2.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-D5tIeT0x.js';
|
|
24
24
|
import '@sendbird/chat/openChannel';
|
|
25
|
-
import '../chunks/bundle-
|
|
26
|
-
import '../chunks/bundle-
|
|
25
|
+
import '../chunks/bundle-C_WidYQd.js';
|
|
26
|
+
import '../chunks/bundle-BfrJYjOX.js';
|
|
27
27
|
import '../useSendbirdStateContext.js';
|
|
28
|
-
import '../chunks/bundle-
|
|
28
|
+
import '../chunks/bundle-NViriWgP.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-BipIXldF.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-asXUy8ZO.js';
|
|
14
|
+
import './chunks/bundle-BEX34LhF.js';
|
|
15
15
|
import 'react';
|
|
16
16
|
import '@sendbird/uikit-tools';
|
|
17
|
-
import './chunks/bundle-
|
|
18
|
-
import './chunks/bundle-
|
|
17
|
+
import './chunks/bundle-TwHZAIx1.js';
|
|
18
|
+
import './chunks/bundle-CHe8JkGr.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import './chunks/bundle-
|
|
21
|
-
import './chunks/bundle-
|
|
22
|
-
import './chunks/bundle-
|
|
20
|
+
import './chunks/bundle-D1rGeQXE.js';
|
|
21
|
+
import './chunks/bundle-BPNXAHCY.js';
|
|
22
|
+
import './chunks/bundle-CEtwlkKx.js';
|
|
23
23
|
import './ui/IconButton.js';
|
|
24
24
|
import './ui/Button.js';
|
|
25
|
-
import './chunks/bundle-
|
|
25
|
+
import './chunks/bundle-GKQqMuW2.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-D5tIeT0x.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-C_WidYQd.js';
|
|
33
|
+
import './chunks/bundle-BfrJYjOX.js';
|
|
34
|
+
import './chunks/bundle-igHMOr5m.js';
|
|
35
|
+
import './chunks/bundle-NViriWgP.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-poWR_kBY.js';
|
|
38
|
+
import './chunks/bundle-DZ5Q8Nig.js';
|
|
39
|
+
import './chunks/bundle-DTZF_6AA.js';
|
|
40
|
+
import './chunks/bundle-DknxL9lz.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-BFMtRBYm.js';
|
|
45
|
+
import './chunks/bundle-CwR8tkbM.js';
|
|
46
|
+
import './chunks/bundle-BSr006OB.js';
|
|
47
|
+
import './chunks/bundle-Ba9mwUMb.js';
|
|
48
|
+
import './chunks/bundle-D8GKg6tx.js';
|
|
49
49
|
import './GroupChannel/components/GroupChannelUI.js';
|
|
50
|
-
import './chunks/bundle-
|
|
50
|
+
import './chunks/bundle-DtEeYo0S.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-Diey7RqI.js';
|
|
57
57
|
import './ui/ChannelAvatar.js';
|
|
58
|
-
import './chunks/bundle-
|
|
58
|
+
import './chunks/bundle-h87yLPPq.js';
|
|
59
59
|
import './ui/ImageRenderer.js';
|
|
60
|
-
import './chunks/bundle-
|
|
61
|
-
import './chunks/bundle-
|
|
62
|
-
import './chunks/bundle-
|
|
60
|
+
import './chunks/bundle-IUMfc-AF.js';
|
|
61
|
+
import './chunks/bundle-Ds5S92aK.js';
|
|
62
|
+
import './chunks/bundle-BhW-VKtn.js';
|
|
63
63
|
import './ui/Header.js';
|
|
64
64
|
import './ui/TextButton.js';
|
|
65
|
-
import './chunks/bundle-
|
|
65
|
+
import './chunks/bundle-B6odKY78.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-DRIxJWRl.js';
|
|
69
|
+
import './chunks/bundle-BKan9iBA.js';
|
|
70
|
+
import './chunks/bundle-S1RtVk3L.js';
|
|
71
|
+
import './chunks/bundle-DwQfYjib.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-DxqFPE0s.js';
|
|
76
|
+
import './chunks/bundle-BI9B4Der.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-BJO2iC0P.js';
|
|
79
|
+
import './chunks/bundle-OpD-6HIL.js';
|
|
80
|
+
import './chunks/bundle-C6_WMCl-.js';
|
|
81
|
+
import './chunks/bundle-COHnSiX_.js';
|
|
82
82
|
import './ui/MessageContent.js';
|
|
83
|
-
import './chunks/bundle-
|
|
83
|
+
import './chunks/bundle-CJB91ZRI.js';
|
|
84
84
|
import './utils/message/getOutgoingMessageState.js';
|
|
85
|
-
import './chunks/bundle-
|
|
86
|
-
import './chunks/bundle-
|
|
87
|
-
import './chunks/bundle-
|
|
85
|
+
import './chunks/bundle-DMmAHGyY.js';
|
|
86
|
+
import './chunks/bundle-8qZom_qK.js';
|
|
87
|
+
import './chunks/bundle-w7atdvTP.js';
|
|
88
88
|
import './ui/MessageItemReactionMenu.js';
|
|
89
89
|
import './ui/ReactionButton.js';
|
|
90
|
-
import './chunks/bundle-
|
|
90
|
+
import './chunks/bundle-BWsSGZJv.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-C9EUGVlG.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-CQADdkO3.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-HQx14353.js';
|
|
113
113
|
import './ui/FileViewer.js';
|
|
114
|
-
import './chunks/bundle-
|
|
114
|
+
import './chunks/bundle-38Tnigbm.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-BCluhNtz.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-DwCYwrNs.js';
|
|
130
131
|
import './GroupChannel/components/SuggestedReplies.js';
|
|
131
|
-
import './chunks/bundle-
|
|
132
|
+
import './chunks/bundle-DgHuJDgR.js';
|
|
132
133
|
import './GroupChannel/components/FileViewer.js';
|
|
133
|
-
import './chunks/bundle-
|
|
134
|
+
import './chunks/bundle-DQdm0am6.js';
|
|
134
135
|
import './GroupChannel/components/RemoveMessageModal.js';
|
|
135
|
-
import './chunks/bundle-
|
|
136
|
-
import './chunks/bundle-
|
|
136
|
+
import './chunks/bundle-BFNr0uUE.js';
|
|
137
|
+
import './chunks/bundle-CPLno3D7.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-DakA_KyL.js';
|
|
143
144
|
import './GroupChannel/components/MessageInputWrapper.js';
|
|
144
|
-
import './chunks/bundle-
|
|
145
|
+
import './chunks/bundle-DBeh20io.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-p0AgT_RG.js';
|
|
150
|
+
import './chunks/bundle-U2Pc6dmY.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-vt9wsebd.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-UFwGtxTZ.js';
|
|
160
|
+
import './chunks/bundle-DcpqtCzi.js';
|
|
160
161
|
import './GroupChannelList/components/GroupChannelPreviewAction.js';
|
|
161
162
|
import './GroupChannelList/components/GroupChannelListItem.js';
|
|
162
|
-
import './chunks/bundle-
|
|
163
|
+
import './chunks/bundle-gfOAg2pF.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-CfJZkM0f.js';
|
|
167
168
|
import './CreateChannel.js';
|
|
168
169
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
169
|
-
import './chunks/bundle-
|
|
170
|
+
import './chunks/bundle-BEIREIJC.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-CRYystL3.js';
|
|
175
176
|
import './Thread/context/types.js';
|
|
176
|
-
import './chunks/bundle-
|
|
177
|
-
import './chunks/bundle-
|
|
177
|
+
import './chunks/bundle-CEy6X0D0.js';
|
|
178
|
+
import './chunks/bundle-D3hT6qVb.js';
|
|
178
179
|
import './Thread/components/ThreadUI.js';
|
|
179
180
|
import './Thread/components/ParentMessageInfo.js';
|
|
180
|
-
import './chunks/bundle-
|
|
181
|
+
import './chunks/bundle-Di8D_Ubg.js';
|
|
181
182
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
182
|
-
import './chunks/bundle-
|
|
183
|
-
import './
|
|
184
|
-
import './chunks/bundle-kPCEGQ2K.js';
|
|
183
|
+
import './chunks/bundle-BSWiL0KD.js';
|
|
184
|
+
import './chunks/bundle-MLTJCiJv.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-CuxNG4zI.js';
|
|
201
|
+
import './chunks/bundle-j3giG67D.js';
|
|
202
|
+
import './chunks/bundle-D-2Z-G9R.js';
|
|
203
203
|
import './ui/Toggle.js';
|
|
204
|
-
import './chunks/bundle-
|
|
205
|
-
import './chunks/bundle-
|
|
204
|
+
import './chunks/bundle-BhcTeP8i.js';
|
|
205
|
+
import './chunks/bundle-DbMGEyL3.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-C4mzo4e5.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-BC5VWhj7.js';
|
|
218
218
|
import './Channel/components/MessageInput.js';
|
|
219
219
|
import './OpenChannel/components/OpenChannelUI.js';
|
|
220
|
-
import './chunks/bundle-
|
|
220
|
+
import './chunks/bundle-q4zUYENe.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-Nt0XvTLe.js';
|
|
228
|
+
import './chunks/bundle-DEiziBkg.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-L-lro382.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-rc.0",
|
|
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-Ba9mwUMb.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-Ba9mwUMb.js';
|
|
2
|
+
import { n as noop } from './chunks/bundle-CHe8JkGr.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;
|