@sendbird/uikit-react 3.14.6 → 3.14.7-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 +76 -76
- package/CHANGELOG.md +17 -0
- package/Channel/components/ChannelHeader.js +29 -29
- package/Channel/components/ChannelUI.js +63 -63
- package/Channel/components/FileViewer.js +29 -29
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +53 -53
- package/Channel/components/MessageInput.js +41 -41
- package/Channel/components/MessageInputWrapper.js +41 -41
- package/Channel/components/MessageList.js +57 -57
- package/Channel/components/RemoveMessageModal.js +28 -28
- package/Channel/components/SuggestedMentionList.js +26 -26
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +18 -18
- package/Channel/hooks/useHandleUploadFiles.js +15 -15
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +4 -4
- package/Channel/utils/getMessagePartsInfo.js +5 -5
- package/Channel.js +63 -63
- package/ChannelList/components/AddChannel.js +21 -21
- package/ChannelList/components/ChannelListHeader.js +10 -10
- package/ChannelList/components/ChannelListUI.js +35 -35
- package/ChannelList/components/ChannelPreview.js +28 -28
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +35 -35
- package/ChannelSettings/components/ChannelProfile.js +18 -18
- package/ChannelSettings/components/ChannelSettingsHeader.js +9 -9
- package/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/ChannelSettings/components/EditDetailsModal.js +18 -18
- package/ChannelSettings/components/LeaveChannel.js +15 -15
- package/ChannelSettings/components/ModerationPanel.js +27 -27
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +21 -21
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +25 -25
- package/CreateChannel/components/CreateChannelUI.js +18 -18
- package/CreateChannel/components/InviteUsers.js +18 -18
- package/CreateChannel/components/SelectChannelType.js +15 -15
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +18 -18
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +16 -16
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +16 -16
- package/EditUserProfile/components/EditUserProfileUI.js +17 -17
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +17 -17
- package/GroupChannel/components/FileViewer.js +23 -26
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +8 -8
- package/GroupChannel/components/GroupChannelHeader.js +21 -24
- package/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/GroupChannel/components/GroupChannelUI.js +58 -60
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +48 -51
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +36 -39
- package/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/GroupChannel/components/MessageList.js +150 -83
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +22 -25
- package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +9 -9
- package/GroupChannel/context.js +59 -218
- package/GroupChannel/context.js.map +1 -1
- package/GroupChannel.js +58 -60
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +20 -20
- package/GroupChannelList/components/GroupChannelListHeader.js +10 -10
- package/GroupChannelList/components/GroupChannelListItem.js +26 -26
- package/GroupChannelList/components/GroupChannelListUI.js +34 -34
- package/GroupChannelList/components/GroupChannelPreviewAction.js +14 -14
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +34 -34
- package/MessageSearch/components/MessageSearchUI.js +13 -13
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +15 -15
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/OpenChannel/components/OpenChannelInput.js +26 -26
- package/OpenChannel/components/OpenChannelMessage.js +38 -38
- package/OpenChannel/components/OpenChannelMessageList.js +40 -40
- package/OpenChannel/components/OpenChannelUI.js +40 -40
- package/OpenChannel/context.js +19 -19
- package/OpenChannel.js +40 -40
- package/OpenChannelList/components/OpenChannelListUI.js +18 -18
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +18 -18
- package/OpenChannelSettings/components/EditDetailsModal.js +19 -19
- package/OpenChannelSettings/components/OpenChannelProfile.js +19 -19
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -20
- package/OpenChannelSettings/components/OperatorUI.js +28 -28
- package/OpenChannelSettings/components/ParticipantUI.js +18 -18
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +20 -20
- package/README.md +20 -62
- package/SendbirdProvider.js +18 -18
- package/Thread/components/ParentMessageInfo.js +43 -43
- package/Thread/components/ParentMessageInfoItem.js +29 -29
- package/Thread/components/ThreadHeader.js +8 -8
- package/Thread/components/ThreadList.js +47 -47
- package/Thread/components/ThreadListItem.js +48 -48
- package/Thread/components/ThreadMessageInput.js +41 -43
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +54 -56
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +9 -9
- package/Thread.js +54 -56
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +13 -13
- package/VoiceRecorder/context.js +13 -13
- package/VoiceRecorder/useVoiceRecorder.js +13 -13
- package/chunks/{bundle-RoB3xpYU.js → bundle--dzeu7GZ.js} +3 -3
- package/chunks/bundle--dzeu7GZ.js.map +1 -0
- package/chunks/{bundle-DprHnWfH.js → bundle-144DoI9L.js} +1 -1
- package/chunks/{bundle-DprHnWfH.js.map → bundle-144DoI9L.js.map} +1 -1
- package/chunks/{bundle-GMapp_Tb.js → bundle-33fJLehA.js} +2 -2
- package/chunks/bundle-33fJLehA.js.map +1 -0
- package/chunks/{bundle-DQdztuN4.js → bundle-6OhS-vK9.js} +11 -11
- package/chunks/{bundle-DQdztuN4.js.map → bundle-6OhS-vK9.js.map} +1 -1
- package/chunks/{bundle-B3xB7_P4.js → bundle-B0uEF_Ok.js} +5 -5
- package/chunks/{bundle-B3xB7_P4.js.map → bundle-B0uEF_Ok.js.map} +1 -1
- package/chunks/{bundle-zwvszN0Y.js → bundle-B3Cfr39D.js} +4 -4
- package/chunks/{bundle-zwvszN0Y.js.map → bundle-B3Cfr39D.js.map} +1 -1
- package/chunks/{bundle-C3gISq8S.js → bundle-B3G0tTKZ.js} +11 -11
- package/chunks/{bundle-C3gISq8S.js.map → bundle-B3G0tTKZ.js.map} +1 -1
- package/chunks/{bundle-CFgnDIJC.js → bundle-BBOWn0O1.js} +1 -1
- package/chunks/bundle-BBOWn0O1.js.map +1 -0
- package/chunks/{bundle-B3sFrr1p.js → bundle-BCmK08et.js} +4 -4
- package/chunks/bundle-BCmK08et.js.map +1 -0
- package/chunks/{bundle-D9dyuFq0.js → bundle-BFAX0UKE.js} +6 -6
- package/chunks/bundle-BFAX0UKE.js.map +1 -0
- package/chunks/{bundle-BWiA6-mB.js → bundle-BPZfkUNt.js} +3 -3
- package/chunks/{bundle-BWiA6-mB.js.map → bundle-BPZfkUNt.js.map} +1 -1
- package/chunks/{bundle-COoyrRF6.js → bundle-BQo6_bfT.js} +1 -1
- package/chunks/bundle-BQo6_bfT.js.map +1 -0
- package/chunks/{bundle-uIqOEfCa.js → bundle-BR1kJOcI.js} +1 -1
- package/chunks/bundle-BR1kJOcI.js.map +1 -0
- package/chunks/{bundle-3Mubyujl.js → bundle-BU6Qpz93.js} +1 -1
- package/chunks/bundle-BU6Qpz93.js.map +1 -0
- package/chunks/{bundle-QPuxH0uW.js → bundle-BUF13B_d.js} +1 -1
- package/chunks/bundle-BUF13B_d.js.map +1 -0
- package/chunks/{bundle-EgWLYRXK.js → bundle-BYyuz8ug.js} +1 -1
- package/chunks/bundle-BYyuz8ug.js.map +1 -0
- package/chunks/{bundle-t4qeDosj.js → bundle-Bb8eZMFx.js} +2 -2
- package/chunks/{bundle-t4qeDosj.js.map → bundle-Bb8eZMFx.js.map} +1 -1
- package/chunks/{bundle-BaXke8XU.js → bundle-BdeP9wfT.js} +2 -2
- package/chunks/bundle-BdeP9wfT.js.map +1 -0
- package/chunks/{bundle-BYyMnx0z.js → bundle-BeBw7rps.js} +1 -1
- package/chunks/bundle-BeBw7rps.js.map +1 -0
- package/chunks/{bundle-BiK_ngKm.js → bundle-BhlLGPfF.js} +1 -1
- package/chunks/{bundle-BiK_ngKm.js.map → bundle-BhlLGPfF.js.map} +1 -1
- package/chunks/{bundle-nfJ9J5Md.js → bundle-BhpRDUCv.js} +4 -4
- package/chunks/bundle-BhpRDUCv.js.map +1 -0
- package/chunks/{bundle-CGmq3qGM.js → bundle-BkNi-A4T.js} +12 -12
- package/chunks/{bundle-CGmq3qGM.js.map → bundle-BkNi-A4T.js.map} +1 -1
- package/chunks/{bundle-D1rcEkoi.js → bundle-Brfb9sy_.js} +2 -2
- package/chunks/{bundle-D1rcEkoi.js.map → bundle-Brfb9sy_.js.map} +1 -1
- package/chunks/{bundle-Bmk2FVdj.js → bundle-BsBFjLW0.js} +1 -1
- package/chunks/bundle-BsBFjLW0.js.map +1 -0
- package/chunks/{bundle-Cp2PKGXI.js → bundle-Bwc4fZzt.js} +14 -14
- package/chunks/{bundle-Cp2PKGXI.js.map → bundle-Bwc4fZzt.js.map} +1 -1
- package/chunks/{bundle-CWXSCBTE.js → bundle-BzT1IYfR.js} +1 -1
- package/chunks/bundle-BzT1IYfR.js.map +1 -0
- package/chunks/{bundle-gNs_MAJh.js → bundle-C33_H4oK.js} +1 -1
- package/chunks/bundle-C33_H4oK.js.map +1 -0
- package/chunks/{bundle-Dw9nwO7e.js → bundle-C5cPwfl7.js} +1 -1
- package/chunks/bundle-C5cPwfl7.js.map +1 -0
- package/chunks/{bundle-DYtgOX1c.js → bundle-C5qgKHd2.js} +4 -3
- package/chunks/bundle-C5qgKHd2.js.map +1 -0
- package/chunks/{bundle-Ct6xKrI3.js → bundle-CC-EM0y2.js} +15 -14
- package/chunks/{bundle-Ct6xKrI3.js.map → bundle-CC-EM0y2.js.map} +1 -1
- package/chunks/{bundle-DKkCwVCs.js → bundle-CCRwOILr.js} +1 -1
- package/chunks/{bundle-DKkCwVCs.js.map → bundle-CCRwOILr.js.map} +1 -1
- package/chunks/{bundle-B4izwMfD.js → bundle-CEKJ0RSH.js} +1 -1
- package/chunks/bundle-CEKJ0RSH.js.map +1 -0
- package/chunks/{bundle-BRZDoZIQ.js → bundle-CH2cfOEt.js} +3 -3
- package/chunks/bundle-CH2cfOEt.js.map +1 -0
- package/chunks/{bundle-janisM9b.js → bundle-CIHtPXyv.js} +2 -2
- package/chunks/{bundle-janisM9b.js.map → bundle-CIHtPXyv.js.map} +1 -1
- package/chunks/{bundle-Ps1Qc3cX.js → bundle-CKjpprcX.js} +1 -1
- package/chunks/bundle-CKjpprcX.js.map +1 -0
- package/chunks/{bundle-DvNDJy8Z.js → bundle-CM1g1u8w.js} +2 -2
- package/chunks/bundle-CM1g1u8w.js.map +1 -0
- package/chunks/{bundle-DwJ8HgZK.js → bundle-CM2t7eH3.js} +5 -6
- package/chunks/{bundle-DwJ8HgZK.js.map → bundle-CM2t7eH3.js.map} +1 -1
- package/chunks/{bundle-YUF6WfTL.js → bundle-CP23reH8.js} +7 -7
- package/chunks/bundle-CP23reH8.js.map +1 -0
- package/chunks/{bundle-C093wLqR.js → bundle-CPWU4ss9.js} +5 -5
- package/chunks/{bundle-C093wLqR.js.map → bundle-CPWU4ss9.js.map} +1 -1
- package/chunks/{bundle-C8jE79mn.js → bundle-Cb1XOWfn.js} +1 -1
- package/chunks/bundle-Cb1XOWfn.js.map +1 -0
- package/chunks/{bundle-Dk5y6RzJ.js → bundle-CmlmhvwM.js} +1 -1
- package/chunks/bundle-CmlmhvwM.js.map +1 -0
- package/chunks/{bundle-Ce-B4ROs.js → bundle-CqhNkmsl.js} +2 -1
- package/chunks/{bundle-Ce-B4ROs.js.map → bundle-CqhNkmsl.js.map} +1 -1
- package/chunks/{bundle-U_oIvkG2.js → bundle-CuhcPG3C.js} +3 -3
- package/chunks/bundle-CuhcPG3C.js.map +1 -0
- package/chunks/{bundle-C7Vw36CA.js → bundle-CvjZy952.js} +1 -1
- package/chunks/{bundle-C7Vw36CA.js.map → bundle-CvjZy952.js.map} +1 -1
- package/chunks/{bundle-CttExrDx.js → bundle-D--oo66B.js} +9 -9
- package/chunks/{bundle-CttExrDx.js.map → bundle-D--oo66B.js.map} +1 -1
- package/chunks/{bundle-EYdnditu.js → bundle-D3RnfJcj.js} +7 -6
- package/chunks/bundle-D3RnfJcj.js.map +1 -0
- package/chunks/bundle-D7oRNNls.js +30 -0
- package/chunks/bundle-D7oRNNls.js.map +1 -0
- package/chunks/{bundle-B-DnYw4p.js → bundle-D8FnCo6L.js} +6 -6
- package/chunks/bundle-D8FnCo6L.js.map +1 -0
- package/chunks/{bundle-BFa8UJ8b.js → bundle-D8YkcooO.js} +1 -1
- package/chunks/bundle-D8YkcooO.js.map +1 -0
- package/chunks/{bundle-COd0N3nE.js → bundle-DInmMOeT.js} +17 -17
- package/chunks/{bundle-COd0N3nE.js.map → bundle-DInmMOeT.js.map} +1 -1
- package/chunks/{bundle-B9ue8vfn.js → bundle-DOr1fKPF.js} +2 -2
- package/chunks/{bundle-B9ue8vfn.js.map → bundle-DOr1fKPF.js.map} +1 -1
- package/chunks/{bundle-BjTYwue9.js → bundle-DTqKZ-sN.js} +3 -3
- package/chunks/{bundle-BjTYwue9.js.map → bundle-DTqKZ-sN.js.map} +1 -1
- package/chunks/{bundle-CYknZObK.js → bundle-DUqPbING.js} +7 -7
- package/chunks/{bundle-CYknZObK.js.map → bundle-DUqPbING.js.map} +1 -1
- package/chunks/{bundle-DKs8lowG.js → bundle-DY94gVLK.js} +3 -3
- package/chunks/{bundle-DKs8lowG.js.map → bundle-DY94gVLK.js.map} +1 -1
- package/chunks/{bundle-BMQLJ23N.js → bundle-DZRXYe29.js} +3 -3
- package/chunks/{bundle-BMQLJ23N.js.map → bundle-DZRXYe29.js.map} +1 -1
- package/chunks/{bundle-DYErcqMl.js → bundle-Dbcnuh2P.js} +2 -2
- package/chunks/bundle-Dbcnuh2P.js.map +1 -0
- package/chunks/{bundle-FfoT30Gt.js → bundle-Dbi35CqT.js} +1 -1
- package/chunks/bundle-Dbi35CqT.js.map +1 -0
- package/chunks/{bundle-B3nNazhn.js → bundle-DdlWQflQ.js} +1 -1
- package/chunks/bundle-DdlWQflQ.js.map +1 -0
- package/chunks/{bundle-sX9kxwmI.js → bundle-DhYRiJo9.js} +4 -4
- package/chunks/{bundle-sX9kxwmI.js.map → bundle-DhYRiJo9.js.map} +1 -1
- package/chunks/{bundle-DQZG-uS3.js → bundle-Dk6ub2kL.js} +1 -1
- package/chunks/bundle-Dk6ub2kL.js.map +1 -0
- package/chunks/{bundle-BgL9QnGd.js → bundle-DnCl_muj.js} +4 -4
- package/chunks/bundle-DnCl_muj.js.map +1 -0
- package/chunks/{bundle-D5P54ZJi.js → bundle-DrDZDgMV.js} +14 -14
- package/chunks/bundle-DrDZDgMV.js.map +1 -0
- package/chunks/{bundle-gH-X0MYD.js → bundle-DvHzmJtg.js} +12 -12
- package/chunks/{bundle-gH-X0MYD.js.map → bundle-DvHzmJtg.js.map} +1 -1
- package/chunks/{bundle-COYqO05C.js → bundle-Dx-khVyG.js} +1 -1
- package/chunks/bundle-Dx-khVyG.js.map +1 -0
- package/chunks/{bundle-DuRujwfr.js → bundle-DzYhK9pK.js} +11 -11
- package/chunks/bundle-DzYhK9pK.js.map +1 -0
- package/chunks/{bundle-Bd6fN8eX.js → bundle-IByhuuNW.js} +2 -40
- package/chunks/bundle-IByhuuNW.js.map +1 -0
- package/chunks/{bundle-Cn6S1UKt.js → bundle-LkO70XqN.js} +11 -11
- package/chunks/bundle-LkO70XqN.js.map +1 -0
- package/chunks/{bundle-RuTR5KRM.js → bundle-NeSzu3Fa.js} +12 -15
- package/chunks/{bundle-RuTR5KRM.js.map → bundle-NeSzu3Fa.js.map} +1 -1
- package/chunks/{bundle-CriEArZn.js → bundle-ScIM6mz0.js} +1 -1
- package/chunks/bundle-ScIM6mz0.js.map +1 -0
- package/chunks/{bundle-CbFt9rKR.js → bundle-T71wlSjY.js} +6 -6
- package/chunks/bundle-T71wlSjY.js.map +1 -0
- package/chunks/{bundle-h8I0AuUK.js → bundle-ThfYP9g9.js} +1 -1
- package/chunks/bundle-ThfYP9g9.js.map +1 -0
- package/chunks/{bundle-ZBhGb8Lc.js → bundle-XNbFC3cL.js} +2 -2
- package/chunks/bundle-XNbFC3cL.js.map +1 -0
- package/chunks/{bundle-Boh0Ffwo.js → bundle-ZIevlLlV.js} +1 -1
- package/chunks/bundle-ZIevlLlV.js.map +1 -0
- package/chunks/{bundle-B65gr4tC.js → bundle-gcLnMmqs.js} +8 -3
- package/chunks/bundle-gcLnMmqs.js.map +1 -0
- package/chunks/{bundle-DhBuJR0w.js → bundle-hHUThi_g.js} +2 -2
- package/chunks/bundle-hHUThi_g.js.map +1 -0
- package/chunks/{bundle-BKVuhi2w.js → bundle-k9fHltqd.js} +1 -1
- package/chunks/bundle-k9fHltqd.js.map +1 -0
- package/chunks/{bundle-DuBg9tG9.js → bundle-mHKaSEbG.js} +2 -2
- package/chunks/bundle-mHKaSEbG.js.map +1 -0
- package/chunks/{bundle-C_dNvBEo.js → bundle-nDjk3-Gt.js} +1 -1
- package/chunks/bundle-nDjk3-Gt.js.map +1 -0
- package/chunks/{bundle-prXB4t_m.js → bundle-rmCgpYl2.js} +5 -5
- package/chunks/bundle-rmCgpYl2.js.map +1 -0
- package/chunks/{bundle-Dv6nIlPZ.js → bundle-xyBdMMgf.js} +6 -6
- package/chunks/bundle-xyBdMMgf.js.map +1 -0
- package/cjs/App.js +76 -76
- package/cjs/Channel/components/ChannelHeader.js +29 -29
- package/cjs/Channel/components/ChannelUI.js +63 -63
- package/cjs/Channel/components/FileViewer.js +29 -29
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +53 -53
- package/cjs/Channel/components/MessageInput.js +41 -41
- package/cjs/Channel/components/MessageInputWrapper.js +41 -41
- package/cjs/Channel/components/MessageList.js +57 -57
- package/cjs/Channel/components/RemoveMessageModal.js +28 -28
- package/cjs/Channel/components/SuggestedMentionList.js +26 -26
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +18 -18
- package/cjs/Channel/hooks/useHandleUploadFiles.js +15 -15
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js +4 -4
- package/cjs/Channel/utils/getMessagePartsInfo.js +5 -5
- package/cjs/Channel.js +63 -63
- package/cjs/ChannelList/components/AddChannel.js +21 -21
- package/cjs/ChannelList/components/ChannelListHeader.js +10 -10
- package/cjs/ChannelList/components/ChannelListUI.js +35 -35
- package/cjs/ChannelList/components/ChannelPreview.js +28 -28
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +35 -35
- package/cjs/ChannelSettings/components/ChannelProfile.js +18 -18
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +11 -8
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/cjs/ChannelSettings/components/EditDetailsModal.js +18 -18
- package/cjs/ChannelSettings/components/LeaveChannel.js +15 -15
- package/cjs/ChannelSettings/components/ModerationPanel.js +27 -27
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +21 -21
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +25 -25
- package/cjs/CreateChannel/components/CreateChannelUI.js +18 -18
- package/cjs/CreateChannel/components/InviteUsers.js +18 -18
- package/cjs/CreateChannel/components/SelectChannelType.js +15 -15
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +18 -18
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +16 -16
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +16 -16
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +17 -17
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +17 -17
- package/cjs/GroupChannel/components/FileViewer.js +23 -26
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +8 -8
- package/cjs/GroupChannel/components/GroupChannelHeader.js +21 -24
- package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelUI.js +58 -60
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +48 -51
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +35 -38
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +150 -83
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +22 -25
- package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
- package/cjs/GroupChannel/components/UnreadCount.js +9 -9
- package/cjs/GroupChannel/context.js +59 -218
- package/cjs/GroupChannel/context.js.map +1 -1
- package/cjs/GroupChannel.js +58 -60
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +20 -20
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +10 -10
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +26 -26
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +34 -34
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +14 -14
- package/cjs/GroupChannelList/context.js +5 -5
- package/cjs/GroupChannelList.js +34 -34
- package/cjs/MessageSearch/components/MessageSearchUI.js +13 -13
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +15 -15
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js +26 -26
- package/cjs/OpenChannel/components/OpenChannelMessage.js +38 -38
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +40 -40
- package/cjs/OpenChannel/components/OpenChannelUI.js +40 -40
- package/cjs/OpenChannel/context.js +19 -19
- package/cjs/OpenChannel.js +40 -40
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +18 -18
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +18 -18
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +19 -19
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +19 -19
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -20
- package/cjs/OpenChannelSettings/components/OperatorUI.js +28 -28
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +18 -18
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +20 -20
- package/cjs/SendbirdProvider.js +18 -18
- package/cjs/Thread/components/ParentMessageInfo.js +43 -43
- package/cjs/Thread/components/ParentMessageInfoItem.js +29 -29
- package/cjs/Thread/components/ThreadHeader.js +8 -8
- package/cjs/Thread/components/ThreadList.js +47 -47
- package/cjs/Thread/components/ThreadListItem.js +48 -48
- package/cjs/Thread/components/ThreadMessageInput.js +41 -43
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +54 -56
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +54 -56
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +13 -13
- package/cjs/VoiceRecorder/context.js +13 -13
- package/cjs/VoiceRecorder/useVoiceRecorder.js +13 -13
- package/cjs/chunks/{bundle-BPV3CKzS.js → bundle-2u6B53jr.js} +11 -11
- package/cjs/chunks/bundle-2u6B53jr.js.map +1 -0
- package/cjs/chunks/{bundle-Cd-3W3UM.js → bundle-4OndLy2v.js} +2 -2
- package/cjs/chunks/{bundle-Cd-3W3UM.js.map → bundle-4OndLy2v.js.map} +1 -1
- package/cjs/chunks/{bundle-BBsKv3Vz.js → bundle-B0mQpXb8.js} +2 -2
- package/cjs/chunks/bundle-B0mQpXb8.js.map +1 -0
- package/cjs/chunks/{bundle-OWb8eJt-.js → bundle-B1-CSUH3.js} +4 -4
- package/cjs/chunks/bundle-B1-CSUH3.js.map +1 -0
- package/cjs/chunks/{bundle-BK_SqbHE.js → bundle-B9LsRGk4.js} +1 -1
- package/cjs/chunks/bundle-B9LsRGk4.js.map +1 -0
- package/cjs/chunks/{bundle-kbRkyLdH.js → bundle-BAU1zV3Y.js} +1 -1
- package/cjs/chunks/bundle-BAU1zV3Y.js.map +1 -0
- package/cjs/chunks/{bundle-H13ErLKW.js → bundle-BJ8j5f4n.js} +1 -1
- package/cjs/chunks/bundle-BJ8j5f4n.js.map +1 -0
- package/cjs/chunks/{bundle-D1mguvwi.js → bundle-BRaP2Q-R.js} +5 -5
- package/cjs/chunks/{bundle-D1mguvwi.js.map → bundle-BRaP2Q-R.js.map} +1 -1
- package/cjs/chunks/{bundle-C1YuUjH3.js → bundle-BUcgXS7J.js} +4 -3
- package/cjs/chunks/bundle-BUcgXS7J.js.map +1 -0
- package/cjs/chunks/{bundle-D3BhVTZt.js → bundle-BYa01_Vw.js} +1 -1
- package/cjs/chunks/bundle-BYa01_Vw.js.map +1 -0
- package/cjs/chunks/{bundle-CuOOXDK0.js → bundle-BbMTHb6h.js} +1 -1
- package/cjs/chunks/bundle-BbMTHb6h.js.map +1 -0
- package/cjs/chunks/{bundle-RUFiV4i0.js → bundle-Be702CAz.js} +1 -1
- package/cjs/chunks/bundle-Be702CAz.js.map +1 -0
- package/cjs/chunks/{bundle-ZjYFUjTH.js → bundle-BepqPmkO.js} +15 -14
- package/cjs/chunks/{bundle-ZjYFUjTH.js.map → bundle-BepqPmkO.js.map} +1 -1
- package/cjs/chunks/{bundle-D1Ka8I9e.js → bundle-BgG4YCP5.js} +3 -3
- package/cjs/chunks/bundle-BgG4YCP5.js.map +1 -0
- package/cjs/chunks/{bundle-BzyQ6Vof.js → bundle-BkElNSsE.js} +1 -1
- package/cjs/chunks/bundle-BkElNSsE.js.map +1 -0
- package/cjs/chunks/{bundle-C4Gs08vJ.js → bundle-BmdWwlCZ.js} +17 -17
- package/cjs/chunks/bundle-BmdWwlCZ.js.map +1 -0
- package/cjs/chunks/{bundle-DAEHB1AV.js → bundle-BoLJU6b4.js} +2 -2
- package/cjs/chunks/bundle-BoLJU6b4.js.map +1 -0
- package/cjs/chunks/{bundle-7CEyuoln.js → bundle-BoRj-mgS.js} +1 -1
- package/cjs/chunks/bundle-BoRj-mgS.js.map +1 -0
- package/cjs/chunks/{bundle-CoJbL3ob.js → bundle-C5cMcHd8.js} +6 -6
- package/cjs/chunks/bundle-C5cMcHd8.js.map +1 -0
- package/cjs/chunks/{bundle-B1Ql7yM0.js → bundle-C8g_BN3A.js} +2 -2
- package/cjs/chunks/bundle-C8g_BN3A.js.map +1 -0
- package/cjs/chunks/{bundle-CCYpnzRf.js → bundle-CCHKCW9k.js} +14 -14
- package/cjs/chunks/{bundle-CCYpnzRf.js.map → bundle-CCHKCW9k.js.map} +1 -1
- package/cjs/chunks/{bundle-eTYC1RPT.js → bundle-CJeQAwIq.js} +1 -1
- package/cjs/chunks/bundle-CJeQAwIq.js.map +1 -0
- package/cjs/chunks/{bundle-BE1dAigY.js → bundle-CLnYHKKW.js} +6 -6
- package/cjs/chunks/bundle-CLnYHKKW.js.map +1 -0
- package/cjs/chunks/{bundle-wz_O1vyk.js → bundle-CMEQx4Mz.js} +1 -1
- package/cjs/chunks/bundle-CMEQx4Mz.js.map +1 -0
- package/cjs/chunks/{bundle-0t_JDxef.js → bundle-CTWSIzL2.js} +5 -5
- package/cjs/chunks/bundle-CTWSIzL2.js.map +1 -0
- package/cjs/chunks/{bundle-KUj3wjEl.js → bundle-CVox3lmH.js} +3 -3
- package/cjs/chunks/bundle-CVox3lmH.js.map +1 -0
- package/cjs/chunks/{bundle-BtsHzLKX.js → bundle-CXv0asgk.js} +1 -1
- package/cjs/chunks/bundle-CXv0asgk.js.map +1 -0
- package/cjs/chunks/{bundle-DSLFcE0C.js → bundle-CcGHhI1c.js} +4 -4
- package/cjs/chunks/{bundle-DSLFcE0C.js.map → bundle-CcGHhI1c.js.map} +1 -1
- package/cjs/chunks/{bundle-BimsU_nb.js → bundle-CckK2ZmP.js} +1 -1
- package/cjs/chunks/bundle-CckK2ZmP.js.map +1 -0
- package/cjs/chunks/{bundle-Cd0cyqgA.js → bundle-CdYljwjX.js} +6 -6
- package/cjs/chunks/bundle-CdYljwjX.js.map +1 -0
- package/cjs/chunks/{bundle-YRiE_c63.js → bundle-CoMYKwh1.js} +1 -1
- package/cjs/chunks/bundle-CoMYKwh1.js.map +1 -0
- package/cjs/chunks/{bundle-DrYI_bNa.js → bundle-CrD4PCap.js} +2 -2
- package/cjs/chunks/{bundle-DrYI_bNa.js.map → bundle-CrD4PCap.js.map} +1 -1
- package/cjs/chunks/bundle-Cr_c2Lo-.js +32 -0
- package/cjs/chunks/bundle-Cr_c2Lo-.js.map +1 -0
- package/cjs/chunks/{bundle-BLs0JcXs.js → bundle-CyI_-EL3.js} +11 -11
- package/cjs/chunks/{bundle-BLs0JcXs.js.map → bundle-CyI_-EL3.js.map} +1 -1
- package/cjs/chunks/{bundle-BNMoxGCr.js → bundle-CyhBskLi.js} +2 -1
- package/cjs/chunks/bundle-CyhBskLi.js.map +1 -0
- package/cjs/chunks/{bundle-CL4Kklzg.js → bundle-CzsT2_fe.js} +1 -1
- package/cjs/chunks/bundle-CzsT2_fe.js.map +1 -0
- package/cjs/chunks/{bundle-CHvJg3bD.js → bundle-D-8XyWF_.js} +1 -1
- package/cjs/chunks/bundle-D-8XyWF_.js.map +1 -0
- package/cjs/chunks/{bundle-6aemRbmn.js → bundle-D74xdt53.js} +14 -14
- package/cjs/chunks/{bundle-6aemRbmn.js.map → bundle-D74xdt53.js.map} +1 -1
- package/cjs/chunks/{bundle-C_8UQBXr.js → bundle-DA3mJxgj.js} +4 -4
- package/cjs/chunks/bundle-DA3mJxgj.js.map +1 -0
- package/cjs/chunks/{bundle-133JUAh1.js → bundle-DGW75RKW.js} +4 -4
- package/cjs/chunks/bundle-DGW75RKW.js.map +1 -0
- package/cjs/chunks/{bundle-CBNBRNN0.js → bundle-DI_kGoPm.js} +1 -1
- package/cjs/chunks/bundle-DI_kGoPm.js.map +1 -0
- package/cjs/chunks/{bundle-cqwHj7Dj.js → bundle-DKzRDD56.js} +2 -2
- package/cjs/chunks/bundle-DKzRDD56.js.map +1 -0
- package/cjs/chunks/{bundle-CA69fSDI.js → bundle-DLImZze-.js} +1 -1
- package/cjs/chunks/bundle-DLImZze-.js.map +1 -0
- package/cjs/chunks/{bundle-1A4pOyri.js → bundle-DLq7U-TG.js} +1 -1
- package/cjs/chunks/{bundle-1A4pOyri.js.map → bundle-DLq7U-TG.js.map} +1 -1
- package/cjs/chunks/{bundle-D7rSRN-8.js → bundle-DQd2VI2t.js} +7 -6
- package/cjs/chunks/bundle-DQd2VI2t.js.map +1 -0
- package/cjs/chunks/{bundle-CJk1q-XX.js → bundle-DSZalFnG.js} +14 -17
- package/cjs/chunks/{bundle-CJk1q-XX.js.map → bundle-DSZalFnG.js.map} +1 -1
- package/cjs/chunks/{bundle-LO6QlzTz.js → bundle-DSh6-vgP.js} +2 -2
- package/cjs/chunks/bundle-DSh6-vgP.js.map +1 -0
- package/cjs/chunks/{bundle-CI1zoEKe.js → bundle-DVG4EUf8.js} +1 -1
- package/cjs/chunks/bundle-DVG4EUf8.js.map +1 -0
- package/cjs/chunks/{bundle-DW8u-n3u.js → bundle-DZifaK6e.js} +12 -12
- package/cjs/chunks/{bundle-DW8u-n3u.js.map → bundle-DZifaK6e.js.map} +1 -1
- package/cjs/chunks/{bundle-DMUz-Xui.js → bundle-Df_Hgwlj.js} +12 -12
- package/cjs/chunks/{bundle-DMUz-Xui.js.map → bundle-Df_Hgwlj.js.map} +1 -1
- package/cjs/chunks/{bundle-DohVekRv.js → bundle-Dhl4bNef.js} +9 -9
- package/cjs/chunks/{bundle-DohVekRv.js.map → bundle-Dhl4bNef.js.map} +1 -1
- package/cjs/chunks/{bundle-13qq2yWM.js → bundle-DikCd5Bz.js} +11 -11
- package/cjs/chunks/bundle-DikCd5Bz.js.map +1 -0
- package/cjs/chunks/{bundle-DikFXMAd.js → bundle-DlNU2sn6.js} +1 -1
- package/cjs/chunks/bundle-DlNU2sn6.js.map +1 -0
- package/cjs/chunks/{bundle-jHjvHr01.js → bundle-Dm-aPoDj.js} +1 -1
- package/cjs/chunks/bundle-Dm-aPoDj.js.map +1 -0
- package/cjs/chunks/{bundle-DOoshvnj.js → bundle-DmWW0WBf.js} +1 -1
- package/cjs/chunks/bundle-DmWW0WBf.js.map +1 -0
- package/cjs/chunks/{bundle-Bvsx1m1J.js → bundle-DoDXqpHF.js} +1 -40
- package/cjs/chunks/bundle-DoDXqpHF.js.map +1 -0
- package/cjs/chunks/{bundle-CTraI7aM.js → bundle-DpM6-wea.js} +11 -11
- package/cjs/chunks/bundle-DpM6-wea.js.map +1 -0
- package/cjs/chunks/{bundle-Dymg5zVO.js → bundle-Dth1pRws.js} +5 -6
- package/cjs/chunks/{bundle-Dymg5zVO.js.map → bundle-Dth1pRws.js.map} +1 -1
- package/cjs/chunks/{bundle-DUzcm-3u.js → bundle-DvAeFFek.js} +1 -1
- package/cjs/chunks/{bundle-DUzcm-3u.js.map → bundle-DvAeFFek.js.map} +1 -1
- package/cjs/chunks/{bundle-86A5Bf9J.js → bundle-DvlM2li_.js} +1 -1
- package/cjs/chunks/bundle-DvlM2li_.js.map +1 -0
- package/cjs/chunks/{bundle-DcQeRT4T.js → bundle-DwiW36qb.js} +1 -1
- package/cjs/chunks/bundle-DwiW36qb.js.map +1 -0
- package/cjs/chunks/{bundle-B2WuxwoH.js → bundle-Dy6FoHuz.js} +2 -2
- package/cjs/chunks/bundle-Dy6FoHuz.js.map +1 -0
- package/cjs/chunks/{bundle-BFy8_d3W.js → bundle-DyB6a-BA.js} +1 -1
- package/cjs/chunks/bundle-DyB6a-BA.js.map +1 -0
- package/cjs/chunks/{bundle-CliI7H5v.js → bundle-DzSy_R00.js} +3 -3
- package/cjs/chunks/{bundle-CliI7H5v.js.map → bundle-DzSy_R00.js.map} +1 -1
- package/cjs/chunks/{bundle-Bgeq75IH.js → bundle-Gf-QDewd.js} +3 -3
- package/cjs/chunks/bundle-Gf-QDewd.js.map +1 -0
- package/cjs/chunks/{bundle-6_B00yYz.js → bundle-H773iNlu.js} +1 -1
- package/cjs/chunks/bundle-H773iNlu.js.map +1 -0
- package/cjs/chunks/{bundle-DTzydpqA.js → bundle-IB5obbRW.js} +1 -1
- package/cjs/chunks/bundle-IB5obbRW.js.map +1 -0
- package/cjs/chunks/{bundle-OIKGVRus.js → bundle-JvOSvbT-.js} +1 -1
- package/cjs/chunks/bundle-JvOSvbT-.js.map +1 -0
- package/cjs/chunks/{bundle-DTJnlh7y.js → bundle-M4R5UMAX.js} +3 -3
- package/cjs/chunks/{bundle-DTJnlh7y.js.map → bundle-M4R5UMAX.js.map} +1 -1
- package/cjs/chunks/{bundle-A_xDyoq6.js → bundle-MfG33Jpz.js} +7 -7
- package/cjs/chunks/bundle-MfG33Jpz.js.map +1 -0
- package/cjs/chunks/{bundle-lYouUxag.js → bundle-Rv_iVc4Y.js} +7 -7
- package/cjs/chunks/bundle-Rv_iVc4Y.js.map +1 -0
- package/cjs/chunks/{bundle-CW2oMonb.js → bundle-fR0Lyqms.js} +3 -3
- package/cjs/chunks/bundle-fR0Lyqms.js.map +1 -0
- package/cjs/chunks/{bundle-ozey_V94.js → bundle-hEeqnLlq.js} +6 -6
- package/cjs/chunks/bundle-hEeqnLlq.js.map +1 -0
- package/cjs/chunks/{bundle-DY5rfl6W.js → bundle-kA42u0Gu.js} +5 -5
- package/cjs/chunks/bundle-kA42u0Gu.js.map +1 -0
- package/cjs/chunks/{bundle-Kf3idGio.js → bundle-p9GCcwGE.js} +2 -2
- package/cjs/chunks/bundle-p9GCcwGE.js.map +1 -0
- package/cjs/chunks/{bundle-BNzVVkzd.js → bundle-r2wrE4gR.js} +1 -1
- package/cjs/chunks/bundle-r2wrE4gR.js.map +1 -0
- package/cjs/chunks/{bundle-Dd1DS9KT.js → bundle-wotIKZl5.js} +8 -3
- package/cjs/chunks/bundle-wotIKZl5.js.map +1 -0
- package/cjs/chunks/{bundle-BE-L5873.js → bundle-xRIT87Jh.js} +4 -4
- package/cjs/chunks/{bundle-BE-L5873.js.map → bundle-xRIT87Jh.js.map} +1 -1
- package/cjs/chunks/{bundle-Bw1ttM89.js → bundle-zpaqoVEt.js} +3 -3
- package/cjs/chunks/bundle-zpaqoVEt.js.map +1 -0
- package/cjs/chunks/{bundle-TEjGhclf.js → bundle-zrhH00S-.js} +2 -2
- package/cjs/chunks/{bundle-TEjGhclf.js.map → bundle-zrhH00S-.js.map} +1 -1
- package/cjs/hooks/useModal.js +13 -13
- package/cjs/index.js +80 -80
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +1 -1
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +13 -13
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +13 -13
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +23 -23
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +6 -6
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +17 -17
- package/cjs/ui/Header.js +7 -7
- package/cjs/ui/Icon.js +4 -4
- package/cjs/ui/IconButton.js +3 -3
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +5 -5
- package/cjs/ui/Loader.js +4 -4
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +4 -11
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js.map +1 -1
- package/cjs/ui/MentionLabel.js +13 -13
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +47 -70
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +14 -14
- package/cjs/ui/MessageFeedbackModal.js +14 -14
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +24 -27
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +12 -12
- package/cjs/ui/MessageItemReactionMenu.js +11 -11
- package/cjs/ui/MessageSearchFileItem.js +13 -13
- package/cjs/ui/MessageSearchItem.js +11 -11
- package/cjs/ui/MessageStatus.js +11 -11
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +13 -13
- package/cjs/ui/Modal.js +13 -13
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +17 -17
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -8
- package/cjs/ui/OpenchannelConversationHeader.js +8 -8
- package/cjs/ui/OpenchannelFileMessage.js +20 -20
- package/cjs/ui/OpenchannelOGMessage.js +24 -24
- package/cjs/ui/OpenchannelThumbnailMessage.js +19 -19
- package/cjs/ui/OpenchannelUserMessage.js +22 -22
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +12 -12
- package/cjs/ui/QuoteMessageInput.js +8 -8
- package/cjs/ui/ReactionBadge.js +5 -5
- package/cjs/ui/ReactionButton.js +6 -6
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +8 -8
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -16
- package/cjs/ui/ThreadReplies.js +8 -8
- package/cjs/ui/ThumbnailMessageItemBody.js +6 -6
- package/cjs/ui/Toggle.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +13 -13
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +13 -13
- package/cjs/ui/Word.js +14 -14
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/withSendbird.js +1 -1
- package/hooks/useModal.js +13 -13
- package/index.js +80 -80
- package/package.json +1 -1
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useOnScrollReachedEndDetector/index.d.ts +0 -1
- package/types/lib/pubSub/index.d.ts +4 -1
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/ChannelSettingsHeader.d.ts +1 -0
- package/types/modules/GroupChannel/components/MessageList/InfiniteList.d.ts +18 -0
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +2 -1
- package/types/modules/GroupChannel/context/hooks/useMessageListScroll.d.ts +3 -2
- package/types/ui/ContextMenu/MenuItems.d.ts +1 -0
- package/types/ui/ContextMenu/index.d.ts +5 -1
- package/types/ui/ContextMenu/items/MuteMenuItem.d.ts +5 -1
- package/types/ui/ContextMenu/items/OperatorMenuItem.d.ts +5 -1
- package/types/ui/Icon/index.d.ts +2 -1
- package/types/ui/IconButton/index.d.ts +1 -0
- package/types/ui/Label/index.d.ts +1 -0
- package/types/ui/Label/stringSet.d.ts +1 -0
- package/types/ui/Loader/index.d.ts +2 -1
- package/types/ui/ReactionBadge/index.d.ts +1 -0
- package/types/ui/ReactionButton/index.d.ts +4 -0
- package/types/ui/TemplateMessageItemBody/LoadingTemplateMessageItemBody.d.ts +1 -1
- package/types/ui/TemplateMessageItemBody/index.d.ts +1 -1
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +13 -13
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +13 -13
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +23 -23
- package/ui/FallbackTemplateMessageItemBody.tsx.js +6 -6
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +17 -17
- package/ui/Header.js +7 -7
- package/ui/Icon.js +4 -4
- package/ui/IconButton.js +3 -3
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +5 -5
- package/ui/Loader.js +4 -4
- package/ui/LoadingTemplateMessageItemBody.tsx.js +4 -11
- package/ui/LoadingTemplateMessageItemBody.tsx.js.map +1 -1
- package/ui/MentionLabel.js +13 -13
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +47 -70
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +14 -14
- package/ui/MessageFeedbackModal.js +14 -14
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +24 -27
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +12 -12
- package/ui/MessageItemReactionMenu.js +11 -11
- package/ui/MessageSearchFileItem.js +13 -13
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +11 -11
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +13 -13
- package/ui/Modal.js +13 -13
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +17 -17
- 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 +24 -24
- package/ui/OpenchannelThumbnailMessage.js +19 -19
- package/ui/OpenchannelUserMessage.js +22 -22
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +12 -12
- package/ui/QuoteMessageInput.js +8 -8
- package/ui/ReactionBadge.js +5 -5
- package/ui/ReactionButton.js +6 -6
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +8 -8
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -16
- package/ui/ThreadReplies.js +8 -8
- package/ui/ThumbnailMessageItemBody.js +6 -6
- package/ui/Toggle.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +13 -13
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +13 -13
- package/ui/Word.js +14 -14
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/withSendbird.js +1 -1
- package/.env +0 -3
- package/chunks/bundle-3Mubyujl.js.map +0 -1
- package/chunks/bundle-B-DnYw4p.js.map +0 -1
- package/chunks/bundle-B3nNazhn.js.map +0 -1
- package/chunks/bundle-B3sFrr1p.js.map +0 -1
- package/chunks/bundle-B4izwMfD.js.map +0 -1
- package/chunks/bundle-B65gr4tC.js.map +0 -1
- package/chunks/bundle-BFa8UJ8b.js.map +0 -1
- package/chunks/bundle-BKVuhi2w.js.map +0 -1
- package/chunks/bundle-BRZDoZIQ.js.map +0 -1
- package/chunks/bundle-BYyMnx0z.js.map +0 -1
- package/chunks/bundle-BaXke8XU.js.map +0 -1
- package/chunks/bundle-Bd6fN8eX.js.map +0 -1
- package/chunks/bundle-BgL9QnGd.js.map +0 -1
- package/chunks/bundle-Bmk2FVdj.js.map +0 -1
- package/chunks/bundle-Boh0Ffwo.js.map +0 -1
- package/chunks/bundle-C8jE79mn.js.map +0 -1
- package/chunks/bundle-CFgnDIJC.js.map +0 -1
- package/chunks/bundle-COYqO05C.js.map +0 -1
- package/chunks/bundle-COoyrRF6.js.map +0 -1
- package/chunks/bundle-CWXSCBTE.js.map +0 -1
- package/chunks/bundle-C_dNvBEo.js.map +0 -1
- package/chunks/bundle-CbFt9rKR.js.map +0 -1
- package/chunks/bundle-Ck_ke5Gq.js +0 -57
- package/chunks/bundle-Ck_ke5Gq.js.map +0 -1
- package/chunks/bundle-Cn6S1UKt.js.map +0 -1
- package/chunks/bundle-CriEArZn.js.map +0 -1
- package/chunks/bundle-D5P54ZJi.js.map +0 -1
- package/chunks/bundle-D9dyuFq0.js.map +0 -1
- package/chunks/bundle-DQZG-uS3.js.map +0 -1
- package/chunks/bundle-DYErcqMl.js.map +0 -1
- package/chunks/bundle-DYtgOX1c.js.map +0 -1
- package/chunks/bundle-DhBuJR0w.js.map +0 -1
- package/chunks/bundle-Dk5y6RzJ.js.map +0 -1
- package/chunks/bundle-DuBg9tG9.js.map +0 -1
- package/chunks/bundle-DuRujwfr.js.map +0 -1
- package/chunks/bundle-Dv6nIlPZ.js.map +0 -1
- package/chunks/bundle-DvNDJy8Z.js.map +0 -1
- package/chunks/bundle-Dw9nwO7e.js.map +0 -1
- package/chunks/bundle-EYdnditu.js.map +0 -1
- package/chunks/bundle-EgWLYRXK.js.map +0 -1
- package/chunks/bundle-FfoT30Gt.js.map +0 -1
- package/chunks/bundle-GMapp_Tb.js.map +0 -1
- package/chunks/bundle-Ps1Qc3cX.js.map +0 -1
- package/chunks/bundle-QPuxH0uW.js.map +0 -1
- package/chunks/bundle-RoB3xpYU.js.map +0 -1
- package/chunks/bundle-U_oIvkG2.js.map +0 -1
- package/chunks/bundle-YUF6WfTL.js.map +0 -1
- package/chunks/bundle-ZBhGb8Lc.js.map +0 -1
- package/chunks/bundle-gNs_MAJh.js.map +0 -1
- package/chunks/bundle-h8I0AuUK.js.map +0 -1
- package/chunks/bundle-nfJ9J5Md.js.map +0 -1
- package/chunks/bundle-prXB4t_m.js.map +0 -1
- package/chunks/bundle-uIqOEfCa.js.map +0 -1
- package/cjs/chunks/bundle-0t_JDxef.js.map +0 -1
- package/cjs/chunks/bundle-133JUAh1.js.map +0 -1
- package/cjs/chunks/bundle-13qq2yWM.js.map +0 -1
- package/cjs/chunks/bundle-6_B00yYz.js.map +0 -1
- package/cjs/chunks/bundle-7CEyuoln.js.map +0 -1
- package/cjs/chunks/bundle-86A5Bf9J.js.map +0 -1
- package/cjs/chunks/bundle-A_xDyoq6.js.map +0 -1
- package/cjs/chunks/bundle-B1Ql7yM0.js.map +0 -1
- package/cjs/chunks/bundle-B2WuxwoH.js.map +0 -1
- package/cjs/chunks/bundle-BBsKv3Vz.js.map +0 -1
- package/cjs/chunks/bundle-BE1dAigY.js.map +0 -1
- package/cjs/chunks/bundle-BFy8_d3W.js.map +0 -1
- package/cjs/chunks/bundle-BK_SqbHE.js.map +0 -1
- package/cjs/chunks/bundle-BNMoxGCr.js.map +0 -1
- package/cjs/chunks/bundle-BNzVVkzd.js.map +0 -1
- package/cjs/chunks/bundle-BPV3CKzS.js.map +0 -1
- package/cjs/chunks/bundle-Bgeq75IH.js.map +0 -1
- package/cjs/chunks/bundle-BimsU_nb.js.map +0 -1
- package/cjs/chunks/bundle-BtsHzLKX.js.map +0 -1
- package/cjs/chunks/bundle-Bvsx1m1J.js.map +0 -1
- package/cjs/chunks/bundle-Bw1ttM89.js.map +0 -1
- package/cjs/chunks/bundle-BzyQ6Vof.js.map +0 -1
- package/cjs/chunks/bundle-C1YuUjH3.js.map +0 -1
- package/cjs/chunks/bundle-C4Gs08vJ.js.map +0 -1
- package/cjs/chunks/bundle-CA69fSDI.js.map +0 -1
- package/cjs/chunks/bundle-CBNBRNN0.js.map +0 -1
- package/cjs/chunks/bundle-CHvJg3bD.js.map +0 -1
- package/cjs/chunks/bundle-CI1zoEKe.js.map +0 -1
- package/cjs/chunks/bundle-CL4Kklzg.js.map +0 -1
- package/cjs/chunks/bundle-CTraI7aM.js.map +0 -1
- package/cjs/chunks/bundle-CW2oMonb.js.map +0 -1
- package/cjs/chunks/bundle-C_8UQBXr.js.map +0 -1
- package/cjs/chunks/bundle-Cd0cyqgA.js.map +0 -1
- package/cjs/chunks/bundle-CoJbL3ob.js.map +0 -1
- package/cjs/chunks/bundle-CuOOXDK0.js.map +0 -1
- package/cjs/chunks/bundle-D1Ka8I9e.js.map +0 -1
- package/cjs/chunks/bundle-D3BhVTZt.js.map +0 -1
- package/cjs/chunks/bundle-D7rSRN-8.js.map +0 -1
- package/cjs/chunks/bundle-DAEHB1AV.js.map +0 -1
- package/cjs/chunks/bundle-DOoshvnj.js.map +0 -1
- package/cjs/chunks/bundle-DQu5RJ2y.js +0 -60
- package/cjs/chunks/bundle-DQu5RJ2y.js.map +0 -1
- package/cjs/chunks/bundle-DTzydpqA.js.map +0 -1
- package/cjs/chunks/bundle-DY5rfl6W.js.map +0 -1
- package/cjs/chunks/bundle-DcQeRT4T.js.map +0 -1
- package/cjs/chunks/bundle-Dd1DS9KT.js.map +0 -1
- package/cjs/chunks/bundle-DikFXMAd.js.map +0 -1
- package/cjs/chunks/bundle-H13ErLKW.js.map +0 -1
- package/cjs/chunks/bundle-KUj3wjEl.js.map +0 -1
- package/cjs/chunks/bundle-Kf3idGio.js.map +0 -1
- package/cjs/chunks/bundle-LO6QlzTz.js.map +0 -1
- package/cjs/chunks/bundle-OIKGVRus.js.map +0 -1
- package/cjs/chunks/bundle-OWb8eJt-.js.map +0 -1
- package/cjs/chunks/bundle-RUFiV4i0.js.map +0 -1
- package/cjs/chunks/bundle-YRiE_c63.js.map +0 -1
- package/cjs/chunks/bundle-cqwHj7Dj.js.map +0 -1
- package/cjs/chunks/bundle-eTYC1RPT.js.map +0 -1
- package/cjs/chunks/bundle-jHjvHr01.js.map +0 -1
- package/cjs/chunks/bundle-kbRkyLdH.js.map +0 -1
- package/cjs/chunks/bundle-lYouUxag.js.map +0 -1
- package/cjs/chunks/bundle-ozey_V94.js.map +0 -1
- package/cjs/chunks/bundle-wz_O1vyk.js.map +0 -1
- package/types/modules/GroupChannel/context/hooks/usePreventDuplicateRequest.d.ts +0 -9
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useEffect, useMemo, useState } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-rmCgpYl2.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
5
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
6
|
-
import { u as uuidv4 } from './bundle-
|
|
7
|
-
import { c as classnames } from './bundle-
|
|
4
|
+
import { A as Avatar } from './bundle-DnCl_muj.js';
|
|
5
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-BhpRDUCv.js';
|
|
6
|
+
import { u as uuidv4 } from './bundle-BR1kJOcI.js';
|
|
7
|
+
import { c as classnames } from './bundle-C5cPwfl7.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
|
-
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
10
|
-
import { M as MessageInputKeys } from './bundle-
|
|
11
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
9
|
+
import { U as USER_MENTION_TEMP_CHAR, M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-Dx-khVyG.js';
|
|
10
|
+
import { M as MessageInputKeys } from './bundle-BzT1IYfR.js';
|
|
11
|
+
import { a as __awaiter, b as __generator } from './bundle-CCRwOILr.js';
|
|
12
12
|
|
|
13
13
|
function SuggestedUserMentionItem(props) {
|
|
14
14
|
var member = props.member, _a = props.isFocused, isFocused = _a === void 0 ? false : _a, parentScrollRef = props.parentScrollRef, onClick = props.onClick, onMouseOver = props.onMouseOver, onMouseMove = props.onMouseMove, renderUserMentionItem = props.renderUserMentionItem;
|
|
@@ -31,8 +31,8 @@ function SuggestedUserMentionItem(props) {
|
|
|
31
31
|
}
|
|
32
32
|
return (React__default.createElement("div", { className: classnames('sendbird-mention-suggest-list__user-item', isFocused && 'focused'), onClick: function (event) { return onClick === null || onClick === void 0 ? void 0 : onClick({ event: event, member: member, itemRef: scrollRef }); }, onMouseOver: function (event) { return onMouseOver === null || onMouseOver === void 0 ? void 0 : onMouseOver({ event: event, member: member, itemRef: scrollRef }); }, onMouseMove: function (event) { return onMouseMove === null || onMouseMove === void 0 ? void 0 : onMouseMove({ event: event, member: member, itemRef: scrollRef }); }, key: (member === null || member === void 0 ? void 0 : member.userId) || uuidv4(), ref: scrollRef },
|
|
33
33
|
React__default.createElement(Avatar, { className: "sendbird-mention-suggest-list__user-item__avatar", src: member === null || member === void 0 ? void 0 : member.profileUrl, alt: "user-profile", width: "24px", height: "24px" }),
|
|
34
|
-
React__default.createElement(Label, { className: "sendbird-mention-suggest-list__user-item__nickname", type: LabelTypography.SUBTITLE_2, color: (member === null || member === void 0 ? void 0 : member.nickname) ? LabelColors.ONBACKGROUND_1 : LabelColors.ONBACKGROUND_3 }, (member === null || member === void 0 ? void 0 : member.nickname) || (stringSet === null || stringSet === void 0 ? void 0 : stringSet.MENTION_NAME__NO_NAME)),
|
|
35
|
-
React__default.createElement(Label, { className: "sendbird-mention-suggest-list__user-item__user-id", type: LabelTypography.SUBTITLE_2, color: LabelColors.ONBACKGROUND_2 }, member === null || member === void 0 ? void 0 : member.userId)));
|
|
34
|
+
React__default.createElement(Label, { className: "sendbird-mention-suggest-list__user-item__nickname", testID: "sendbird-mention-suggest-list__user-item__nickname", type: LabelTypography.SUBTITLE_2, color: (member === null || member === void 0 ? void 0 : member.nickname) ? LabelColors.ONBACKGROUND_1 : LabelColors.ONBACKGROUND_3 }, (member === null || member === void 0 ? void 0 : member.nickname) || (stringSet === null || stringSet === void 0 ? void 0 : stringSet.MENTION_NAME__NO_NAME)),
|
|
35
|
+
React__default.createElement(Label, { className: "sendbird-mention-suggest-list__user-item__user-id", testID: "sendbird-mention-suggest-list__user-item__user-id", type: LabelTypography.SUBTITLE_2, color: LabelColors.ONBACKGROUND_2 }, member === null || member === void 0 ? void 0 : member.userId)));
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
function fetchMembersFromChannel(currentUserId, channel, maxSuggestionCount, searchString) {
|
|
@@ -154,7 +154,7 @@ var SuggestedMentionListView = function (props) {
|
|
|
154
154
|
if (!ableAddMention && currentMemberList.length === 0) {
|
|
155
155
|
return null;
|
|
156
156
|
}
|
|
157
|
-
return (React__default.createElement("div", { className:
|
|
157
|
+
return (React__default.createElement("div", { className: classnames('sendbird-mention-suggest-list', className), "data-testid": "sendbird-mention-suggest-list", key: "sendbird-mention-suggest-list", ref: scrollRef },
|
|
158
158
|
ableAddMention
|
|
159
159
|
&& (currentMemberList === null || currentMemberList === void 0 ? void 0 : currentMemberList.map(function (member) { return (React__default.createElement(SuggestedUserMentionItem, { key: (member === null || member === void 0 ? void 0 : member.userId) || uuidv4(), member: member, isFocused: (member === null || member === void 0 ? void 0 : member.userId) === (currentFocusedMember === null || currentFocusedMember === void 0 ? void 0 : currentFocusedMember.userId), parentScrollRef: scrollRef, onClick: function (_a) {
|
|
160
160
|
var member = _a.member;
|
|
@@ -169,4 +169,4 @@ var SuggestedMentionListView = function (props) {
|
|
|
169
169
|
};
|
|
170
170
|
|
|
171
171
|
export { SuggestedMentionListView as S };
|
|
172
|
-
//# sourceMappingURL=bundle-
|
|
172
|
+
//# sourceMappingURL=bundle-DvHzmJtg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DvHzmJtg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -8,4 +8,4 @@ var ThreadReplySelectType;
|
|
|
8
8
|
})(ThreadReplySelectType || (ThreadReplySelectType = {}));
|
|
9
9
|
|
|
10
10
|
export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, USER_MENTION_TEMP_CHAR as U, MAX_USER_SUGGESTION_COUNT as a };
|
|
11
|
-
//# sourceMappingURL=bundle-
|
|
11
|
+
//# sourceMappingURL=bundle-Dx-khVyG.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Dx-khVyG.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-CCRwOILr.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLongPress } from './bundle
|
|
5
|
-
import { u as useLocalization } from './bundle-
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { i as isVoiceMessage } from './bundle-
|
|
9
|
-
import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-
|
|
4
|
+
import { u as useLongPress } from './bundle--dzeu7GZ.js';
|
|
5
|
+
import { u as useLocalization } from './bundle-BhpRDUCv.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-BU6Qpz93.js';
|
|
7
|
+
import { n as noop } from './bundle-C5cPwfl7.js';
|
|
8
|
+
import { i as isVoiceMessage } from './bundle-CIHtPXyv.js';
|
|
9
|
+
import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-B3G0tTKZ.js';
|
|
10
10
|
import { TypingIndicatorText } from '../GroupChannel/components/TypingIndicator.js';
|
|
11
11
|
import Badge from '../ui/Badge.js';
|
|
12
12
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
13
13
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
14
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
14
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-rmCgpYl2.js';
|
|
15
15
|
import MentionUserLabel from '../ui/MentionUserLabel.js';
|
|
16
|
-
import { M as Modal } from './bundle-
|
|
16
|
+
import { M as Modal } from './bundle-BkNi-A4T.js';
|
|
17
17
|
import TextButton from '../ui/TextButton.js';
|
|
18
18
|
|
|
19
19
|
var GroupChannelListItemView = function (_a) {
|
|
@@ -46,7 +46,7 @@ var GroupChannelListItemView = function (_a) {
|
|
|
46
46
|
React__default.createElement("div", { className: "sendbird-channel-preview__content__upper__header" },
|
|
47
47
|
(channel.isBroadcast || false) && (React__default.createElement("div", { className: "sendbird-channel-preview__content__upper__header__broadcast-icon" },
|
|
48
48
|
React__default.createElement(Icon, { type: IconTypes.BROADCAST, fillColor: IconColors.SECONDARY, height: "16px", width: "16px" }))),
|
|
49
|
-
React__default.createElement(Label, { className: "sendbird-channel-preview__content__upper__header__channel-name", type: LabelTypography.SUBTITLE_2, color: LabelColors.ONBACKGROUND_1 }, channelName),
|
|
49
|
+
React__default.createElement(Label, { className: "sendbird-channel-preview__content__upper__header__channel-name", testID: "sendbird-channel-preview__content__upper__header__channel-name", type: LabelTypography.SUBTITLE_2, color: LabelColors.ONBACKGROUND_1 }, channelName),
|
|
50
50
|
React__default.createElement(Label, { className: "sendbird-channel-preview__content__upper__header__total-members", type: LabelTypography.CAPTION_2, color: LabelColors.ONBACKGROUND_2 }, getTotalMembers(channel)),
|
|
51
51
|
(channel.isFrozen) && (React__default.createElement("div", { title: "Frozen", className: "sendbird-channel-preview__content__upper__header__frozen-icon" },
|
|
52
52
|
React__default.createElement(Icon, { type: IconTypes.FREEZE, fillColor: IconColors.PRIMARY, height: 12, width: 12 })))),
|
|
@@ -84,4 +84,4 @@ var GroupChannelListItemView = function (_a) {
|
|
|
84
84
|
};
|
|
85
85
|
|
|
86
86
|
export { GroupChannelListItemView as G };
|
|
87
|
-
//# sourceMappingURL=bundle-
|
|
87
|
+
//# sourceMappingURL=bundle-DzYhK9pK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DzYhK9pK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -45,44 +45,6 @@ function useThrottleCallback(callback, delay, options) {
|
|
|
45
45
|
timer.current = setTimeout(invoke, delay);
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
|
-
/**
|
|
49
|
-
* Note: `leading` has higher priority rather than `trailing`
|
|
50
|
-
* */
|
|
51
|
-
function throttle(callback, delay, options) {
|
|
52
|
-
if (options === void 0) { options = {
|
|
53
|
-
leading: true,
|
|
54
|
-
trailing: false,
|
|
55
|
-
}; }
|
|
56
|
-
var timer = null;
|
|
57
|
-
var trailingArgs = null;
|
|
58
|
-
return (function () {
|
|
59
|
-
var args = [];
|
|
60
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
61
|
-
args[_i] = arguments[_i];
|
|
62
|
-
}
|
|
63
|
-
if (timer) {
|
|
64
|
-
trailingArgs = args;
|
|
65
|
-
return;
|
|
66
|
-
}
|
|
67
|
-
if (options.leading) {
|
|
68
|
-
callback.apply(void 0, args);
|
|
69
|
-
}
|
|
70
|
-
else {
|
|
71
|
-
trailingArgs = args;
|
|
72
|
-
}
|
|
73
|
-
var invoke = function () {
|
|
74
|
-
if (options.trailing && trailingArgs) {
|
|
75
|
-
callback.apply(void 0, trailingArgs);
|
|
76
|
-
trailingArgs = null;
|
|
77
|
-
timer = setTimeout(invoke, delay);
|
|
78
|
-
}
|
|
79
|
-
else {
|
|
80
|
-
timer = null;
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
timer = setTimeout(invoke, delay);
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
48
|
|
|
87
|
-
export {
|
|
88
|
-
//# sourceMappingURL=bundle-
|
|
49
|
+
export { useThrottleCallback as u };
|
|
50
|
+
//# sourceMappingURL=bundle-IByhuuNW.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-IByhuuNW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-CCRwOILr.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { L as LocalizationContext } from './bundle-
|
|
5
|
-
import { a as MODAL_ROOT } from './bundle-
|
|
6
|
-
import { c as isMultipleFilesMessage, b as isFileMessage, h as isSupportedFileView, j as isVideo$1, k as isImage$1 } from './bundle-
|
|
7
|
-
import { n as noop } from './bundle-
|
|
8
|
-
import { A as Avatar } from './bundle-
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
4
|
+
import { L as LocalizationContext } from './bundle-BhpRDUCv.js';
|
|
5
|
+
import { a as MODAL_ROOT } from './bundle-BkNi-A4T.js';
|
|
6
|
+
import { c as isMultipleFilesMessage, b as isFileMessage, h as isSupportedFileView, j as isVideo$1, k as isImage$1 } from './bundle-CIHtPXyv.js';
|
|
7
|
+
import { n as noop } from './bundle-C5cPwfl7.js';
|
|
8
|
+
import { A as Avatar } from './bundle-DnCl_muj.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-rmCgpYl2.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import { l as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-
|
|
12
|
-
import { u as useKeyDown } from './bundle-
|
|
11
|
+
import { l as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-hHUThi_g.js';
|
|
12
|
+
import { u as useKeyDown } from './bundle-CEKJ0RSH.js';
|
|
13
13
|
|
|
14
14
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
15
15
|
var SUPPORTED_MIMES = {
|
|
@@ -94,7 +94,7 @@ var FileViewerComponent = function (props) {
|
|
|
94
94
|
});
|
|
95
95
|
var _b = mapFileViewerComponentProps({ props: props }), name = _b.name, type = _b.type, url = _b.url;
|
|
96
96
|
var stringSet = useContext(LocalizationContext).stringSet;
|
|
97
|
-
return (React__default.createElement("div", { className: "sendbird-fileviewer", onKeyDown: onKeyDown,
|
|
97
|
+
return (React__default.createElement("div", { className: "sendbird-fileviewer", "data-testid": "sendbird-fileviewer", onKeyDown: onKeyDown,
|
|
98
98
|
// to focus
|
|
99
99
|
tabIndex: 1, ref: ref },
|
|
100
100
|
React__default.createElement("div", { className: "sendbird-fileviewer__header" },
|
|
@@ -143,4 +143,4 @@ function FileViewer(_a) {
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
export { FileViewer as F, isVideo as a, FileViewerComponent as b, isImage as i };
|
|
146
|
-
//# sourceMappingURL=bundle-
|
|
146
|
+
//# sourceMappingURL=bundle-LkO70XqN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-LkO70XqN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { c as __spreadArray, _ as __assign } from './bundle-
|
|
1
|
+
import { c as __spreadArray, _ as __assign } from './bundle-CCRwOILr.js';
|
|
2
2
|
import React__default, { useState, useEffect, useRef, useLayoutEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
+
import { f as format } from './bundle-Bb8eZMFx.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-BhpRDUCv.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-
|
|
7
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-
|
|
6
|
+
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from './bundle-Dx-khVyG.js';
|
|
7
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-BYyuz8ug.js';
|
|
8
8
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
9
|
-
import {
|
|
9
|
+
import { g as getSuggestedReplies } from './bundle-CIHtPXyv.js';
|
|
10
10
|
import DateSeparator from '../ui/DateSeparator.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-rmCgpYl2.js';
|
|
12
12
|
import MessageInput from '../ui/MessageInput.js';
|
|
13
|
-
import { M as MessageInputKeys } from './bundle-
|
|
13
|
+
import { M as MessageInputKeys } from './bundle-BzT1IYfR.js';
|
|
14
14
|
import MessageContent from '../ui/MessageContent.js';
|
|
15
15
|
import SuggestedReplies from '../GroupChannel/components/SuggestedReplies.js';
|
|
16
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
17
|
-
import { d as deleteNullish } from './bundle-
|
|
16
|
+
import { S as SuggestedMentionListView } from './bundle-DvHzmJtg.js';
|
|
17
|
+
import { d as deleteNullish, c as classnames } from './bundle-C5cPwfl7.js';
|
|
18
18
|
|
|
19
19
|
var useDidMountEffect = function (func, deps) {
|
|
20
20
|
var _a = useState(false), didMount = _a[0], setDidmount = _a[1];
|
|
@@ -215,10 +215,7 @@ var MessageView = function (props) {
|
|
|
215
215
|
return false;
|
|
216
216
|
} }))));
|
|
217
217
|
}
|
|
218
|
-
return (React__default.createElement("div", { className:
|
|
219
|
-
'sendbird-msg-hoc sendbird-msg--scroll-ref',
|
|
220
|
-
isAnimated ? 'sendbird-msg-hoc__animated' : '',
|
|
221
|
-
]), style: children || renderMessage ? undefined : { marginBottom: '2px' }, "data-sb-message-id": message.messageId, "data-sb-created-at": message.createdAt, ref: messageScrollRef },
|
|
218
|
+
return (React__default.createElement("div", { className: classnames('sendbird-msg-hoc sendbird-msg--scroll-ref', isAnimated && 'sendbird-msg-hoc__animated'), "data-testid": "sendbird-message-view", style: children || renderMessage ? undefined : { marginBottom: '2px' }, "data-sb-message-id": message.messageId, "data-sb-created-at": message.createdAt, ref: messageScrollRef },
|
|
222
219
|
hasSeparator
|
|
223
220
|
&& (renderedCustomSeparator || (React__default.createElement(DateSeparator, null,
|
|
224
221
|
React__default.createElement(Label, { type: LabelTypography.CAPTION_2, color: LabelColors.ONBACKGROUND_2 }, format(message.createdAt, stringSet.DATE_FORMAT__MESSAGE_LIST__DATE_SEPARATOR, {
|
|
@@ -228,4 +225,4 @@ var MessageView = function (props) {
|
|
|
228
225
|
};
|
|
229
226
|
|
|
230
227
|
export { MessageView as M };
|
|
231
|
-
//# sourceMappingURL=bundle-
|
|
228
|
+
//# sourceMappingURL=bundle-NeSzu3Fa.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-NeSzu3Fa.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -39,4 +39,4 @@ var PUBSUB_TOPICS;
|
|
|
39
39
|
var pubSubTopics = PUBSUB_TOPICS;
|
|
40
40
|
|
|
41
41
|
export { PublishingModuleType as P, shouldPubSubPublishToThread as a, PUBSUB_TOPICS as b, pubSubTopics as p, shouldPubSubPublishToChannel as s };
|
|
42
|
-
//# sourceMappingURL=bundle-
|
|
42
|
+
//# sourceMappingURL=bundle-ScIM6mz0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ScIM6mz0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { A as Avatar } from './bundle-
|
|
3
|
+
import { A as Avatar } from './bundle-DnCl_muj.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
6
|
-
import { h as isSupportedFileView, j as isVideo, k as isImage } from './bundle-
|
|
7
|
-
import { a as MODAL_ROOT } from './bundle-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-rmCgpYl2.js';
|
|
6
|
+
import { h as isSupportedFileView, j as isVideo, k as isImage } from './bundle-CIHtPXyv.js';
|
|
7
|
+
import { a as MODAL_ROOT } from './bundle-BkNi-A4T.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
9
|
|
|
10
10
|
var FileViewerView = function (_a) {
|
|
@@ -22,7 +22,7 @@ var FileViewerComponent = function (_a) {
|
|
|
22
22
|
name = _a.name, type = _a.type, url = _a.url,
|
|
23
23
|
// others
|
|
24
24
|
isByMe = _a.isByMe, onCancel = _a.onCancel, onDelete = _a.onDelete, disableDelete = _a.disableDelete, onDownloadClick = _a.onDownloadClick;
|
|
25
|
-
return (React__default.createElement("div", { className: "sendbird-fileviewer" },
|
|
25
|
+
return (React__default.createElement("div", { className: "sendbird-fileviewer", "data-testid": "sendbird-fileviewer" },
|
|
26
26
|
React__default.createElement("div", { className: "sendbird-fileviewer__header" },
|
|
27
27
|
React__default.createElement("div", { className: "sendbird-fileviewer__header__left" },
|
|
28
28
|
React__default.createElement("div", { className: "sendbird-fileviewer__header__left__avatar" },
|
|
@@ -50,4 +50,4 @@ var FileViewerComponent = function (_a) {
|
|
|
50
50
|
};
|
|
51
51
|
|
|
52
52
|
export { FileViewerView as F };
|
|
53
|
-
//# sourceMappingURL=bundle-
|
|
53
|
+
//# sourceMappingURL=bundle-T71wlSjY.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-T71wlSjY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ThfYP9g9.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-CCRwOILr.js';
|
|
2
2
|
|
|
3
3
|
var USER_MENTION_PREFIX = '@';
|
|
4
4
|
|
|
@@ -143,4 +143,4 @@ function getWhiteSpacePreservedText(text) {
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
export { TOKEN_TYPES as T, USER_MENTION_PREFIX as U, getWhiteSpacePreservedText as g, tokenizeMessage as t };
|
|
146
|
-
//# sourceMappingURL=bundle-
|
|
146
|
+
//# sourceMappingURL=bundle-XNbFC3cL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-XNbFC3cL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-ZIevlLlV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// for example, if customer sends a message from their custom component
|
|
3
3
|
// without pubsub,we would not be able to listen to it
|
|
4
4
|
// in our ChannelList or Conversation
|
|
5
|
-
var pubSubFactory = function () {
|
|
5
|
+
var pubSubFactory = function (opts) {
|
|
6
6
|
var topics = {};
|
|
7
7
|
return {
|
|
8
8
|
__getTopics: function () { return topics; },
|
|
@@ -19,7 +19,12 @@ var pubSubFactory = function () {
|
|
|
19
19
|
publish: function (topic, info) {
|
|
20
20
|
if (topics[topic]) {
|
|
21
21
|
topics[topic].forEach(function (fn) {
|
|
22
|
-
|
|
22
|
+
if (opts === null || opts === void 0 ? void 0 : opts.publishSynchronous) {
|
|
23
|
+
fn(info !== undefined ? info : {});
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
setTimeout(function () { return fn(info !== undefined ? info : {}); }, 0);
|
|
27
|
+
}
|
|
23
28
|
});
|
|
24
29
|
}
|
|
25
30
|
},
|
|
@@ -27,4 +32,4 @@ var pubSubFactory = function () {
|
|
|
27
32
|
};
|
|
28
33
|
|
|
29
34
|
export { pubSubFactory as p };
|
|
30
|
-
//# sourceMappingURL=bundle-
|
|
35
|
+
//# sourceMappingURL=bundle-gcLnMmqs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-gcLnMmqs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -34,5 +34,5 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
34
34
|
// Local storage item key for templates in JSON string form
|
|
35
35
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
36
36
|
|
|
37
|
-
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DELIVERY_RECEIPT as D, META_ARRAY_VOICE_DURATION_KEY as M, ONE_MiB as O, SCROLL_BUFFER as S, VOICE_RECORDER_AUDIO_SAMPLE_RATE as V, SCROLL_BOTTOM_DELAY_FOR_FETCH as a, SCROLL_BOTTOM_DELAY_FOR_SEND as b, VOICE_PLAYER_AUDIO_ID as c,
|
|
38
|
-
//# sourceMappingURL=bundle-
|
|
37
|
+
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as C, DELIVERY_RECEIPT as D, META_ARRAY_VOICE_DURATION_KEY as M, ONE_MiB as O, SCROLL_BUFFER as S, VOICE_RECORDER_AUDIO_SAMPLE_RATE as V, SCROLL_BOTTOM_DELAY_FOR_FETCH as a, SCROLL_BOTTOM_DELAY_FOR_SEND as b, VOICE_PLAYER_AUDIO_ID as c, VOICE_MESSAGE_FILE_NAME as d, VOICE_MESSAGE_MIME_TYPE as e, META_ARRAY_MESSAGE_TYPE_KEY as f, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as g, VOICE_RECORDER_CLICK_BUFFER_TIME as h, VOICE_RECORDER_DEFAULT_MIN as i, VOICE_PLAYER_ROOT_ID as j, VOICE_RECORDER_AUDIO_BIT_RATE as k, SLIDER_BUTTON_ICON_SIDE_LENGTH as l, CACHED_MESSAGE_TEMPLATES_KEY as m, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as n, DEFAULT_UPLOAD_SIZE_LIMIT as o, VOICE_RECORDER_DEFAULT_MAX as p };
|
|
38
|
+
//# sourceMappingURL=bundle-hHUThi_g.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-hHUThi_g.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-k9fHltqd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-rmCgpYl2.js';
|
|
2
2
|
|
|
3
3
|
var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
4
4
|
var _a;
|
|
@@ -22,4 +22,4 @@ var getChannelTitle = function (channel, currentUserId, stringSet) {
|
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { getChannelTitle as g };
|
|
25
|
-
//# sourceMappingURL=bundle-
|
|
25
|
+
//# sourceMappingURL=bundle-mHKaSEbG.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-mHKaSEbG.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-nDjk3-Gt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-CCRwOILr.js';
|
|
2
2
|
import React__default, { forwardRef } from 'react';
|
|
3
|
-
import { g as getStringSet } from './bundle-
|
|
3
|
+
import { g as getStringSet } from './bundle-CqhNkmsl.js';
|
|
4
4
|
|
|
5
5
|
var Typography = {
|
|
6
6
|
H_1: 'H_1',
|
|
@@ -65,7 +65,7 @@ function changeColorToClassName(color) {
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
var Label = forwardRef(function (_a, ref) {
|
|
68
|
-
var _b = _a.className, className = _b === void 0 ? [] : _b, type = _a.type, color = _a.color, _c = _a.children, children = _c === void 0 ? null : _c;
|
|
68
|
+
var _b = _a.className, className = _b === void 0 ? [] : _b, type = _a.type, color = _a.color, _c = _a.children, children = _c === void 0 ? null : _c, testID = _a.testID;
|
|
69
69
|
return (
|
|
70
70
|
// Donot make this into div
|
|
71
71
|
// Mention uses Label. If we use div, it would break the mention detection on Paste
|
|
@@ -74,11 +74,11 @@ var Label = forwardRef(function (_a, ref) {
|
|
|
74
74
|
'sendbird-label',
|
|
75
75
|
changeTypographyToClassName(type),
|
|
76
76
|
changeColorToClassName(color),
|
|
77
|
-
], false).join(' '), ref: ref }, children));
|
|
77
|
+
], false).join(' '), ref: ref, "data-testid": testID }, children));
|
|
78
78
|
});
|
|
79
79
|
var LabelTypography = Typography;
|
|
80
80
|
var LabelColors = Colors;
|
|
81
81
|
var LabelStringSet = getStringSet('en');
|
|
82
82
|
|
|
83
83
|
export { Label as L, LabelTypography as a, LabelColors as b, LabelStringSet as c, changeColorToClassName as d };
|
|
84
|
-
//# sourceMappingURL=bundle-
|
|
84
|
+
//# sourceMappingURL=bundle-rmCgpYl2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-rmCgpYl2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-BkNi-A4T.js';
|
|
3
|
+
import './bundle-CCRwOILr.js';
|
|
4
|
+
import './bundle-rmCgpYl2.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
7
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-BhpRDUCv.js';
|
|
7
|
+
import { g as getModalDeleteMessageTitle } from './bundle-CM1g1u8w.js';
|
|
8
8
|
|
|
9
9
|
var RemoveMessageModalView = function (props) {
|
|
10
10
|
var _a;
|
|
@@ -25,4 +25,4 @@ var RemoveMessageModalView = function (props) {
|
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export { RemoveMessageModalView as R };
|
|
28
|
-
//# sourceMappingURL=bundle-
|
|
28
|
+
//# sourceMappingURL=bundle-xyBdMMgf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-xyBdMMgf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|