@sendbird/uikit-react 3.13.2-rc.0 → 3.14.0-beta
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 +8 -0
- package/Channel/components/ChannelHeader.js +29 -29
- package/Channel/components/ChannelUI.js +64 -64
- package/Channel/components/FileViewer.js +28 -28
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +54 -53
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageFeedbackModal.js +9 -9
- 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 +27 -27
- package/Channel/components/SuggestedMentionList.js +27 -27
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +19 -19
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/Channel/utils/getMessagePartsInfo.js +6 -6
- package/Channel.js +64 -64
- package/ChannelList/components/AddChannel.js +20 -20
- package/ChannelList/components/ChannelListHeader.js +8 -8
- package/ChannelList/components/ChannelListUI.js +34 -34
- package/ChannelList/components/ChannelPreview.js +27 -27
- package/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +34 -34
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +6 -6
- package/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +21 -21
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +20 -20
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +23 -23
- package/CreateChannel/components/CreateChannelUI.js +16 -16
- package/CreateChannel/components/InviteUsers.js +16 -16
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +16 -16
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +11 -11
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/GroupChannel/components/FileViewer.js +23 -23
- package/GroupChannel/components/FrozenNotification.js +5 -5
- package/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/GroupChannel/components/GroupChannelUI.js +59 -59
- package/GroupChannel/components/Message.js +51 -50
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +52 -52
- package/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +7 -7
- package/GroupChannel/context.js +11 -11
- package/GroupChannel.js +59 -59
- package/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +33 -33
- package/MessageSearch/components/MessageSearchUI.js +14 -14
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +14 -14
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/OpenChannel/components/OpenChannelInput.js +25 -25
- package/OpenChannel/components/OpenChannelMessage.js +35 -35
- package/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/OpenChannel/components/OpenChannelUI.js +39 -39
- package/OpenChannel/context.js +17 -17
- package/OpenChannel.js +39 -39
- package/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +14 -14
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
- package/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +19 -19
- package/SendbirdProvider.js +103 -73
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +42 -42
- package/Thread/components/ParentMessageInfoItem.js +28 -28
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +46 -46
- package/Thread/components/ThreadListItem.js +46 -46
- package/Thread/components/ThreadMessageInput.js +42 -42
- package/Thread/components/ThreadUI.js +56 -56
- package/Thread/context.js +9 -9
- package/Thread.js +56 -56
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-_9XBB-ZS.js → bundle-1IYchI7A.js} +2 -2
- package/chunks/bundle-1IYchI7A.js.map +1 -0
- package/chunks/{bundle-BnG5XETL.js → bundle-33BY7XhN.js} +8 -7
- package/chunks/bundle-33BY7XhN.js.map +1 -0
- package/chunks/{bundle-Ds5aQSz-.js → bundle-4YHx3jhU.js} +1 -1
- package/chunks/bundle-4YHx3jhU.js.map +1 -0
- package/chunks/{bundle-DRpQlFMu.js → bundle-7DqcfMUP.js} +1 -1
- package/chunks/bundle-7DqcfMUP.js.map +1 -0
- package/chunks/{bundle-CeN11uF4.js → bundle-B-5nMQI8.js} +10 -10
- package/chunks/bundle-B-5nMQI8.js.map +1 -0
- package/chunks/{bundle-C8Oe5QOQ.js → bundle-B0A-GTy2.js} +1 -1
- package/chunks/bundle-B0A-GTy2.js.map +1 -0
- package/chunks/{bundle-wKPuxvL-.js → bundle-B0hUzTR9.js} +1 -1
- package/chunks/bundle-B0hUzTR9.js.map +1 -0
- package/chunks/{bundle-CwQ5U5f7.js → bundle-B9rl4lBQ.js} +11 -11
- package/chunks/{bundle-CwQ5U5f7.js.map → bundle-B9rl4lBQ.js.map} +1 -1
- package/chunks/{bundle-Czh0_N3j.js → bundle-BE6Zgv3s.js} +1 -1
- package/chunks/bundle-BE6Zgv3s.js.map +1 -0
- package/chunks/{bundle-Cs0ZtBj7.js → bundle-BE9YtwxF.js} +1 -1
- package/chunks/bundle-BE9YtwxF.js.map +1 -0
- package/chunks/{bundle-CvvqaAH_.js → bundle-BFLCbnVa.js} +4 -4
- package/chunks/{bundle-CvvqaAH_.js.map → bundle-BFLCbnVa.js.map} +1 -1
- package/chunks/{bundle-Dj5aDnzf.js → bundle-BGPVh26h.js} +2 -2
- package/chunks/{bundle-Dj5aDnzf.js.map → bundle-BGPVh26h.js.map} +1 -1
- package/chunks/{bundle-6n4c-yxi.js → bundle-BRSrznG_.js} +1 -1
- package/chunks/bundle-BRSrznG_.js.map +1 -0
- package/chunks/{bundle-DcZ6VbHw.js → bundle-BYjHDpcR.js} +3 -3
- package/chunks/bundle-BYjHDpcR.js.map +1 -0
- package/chunks/{bundle-DlHY-98U.js → bundle-BcfbcVVS.js} +1 -1
- package/chunks/bundle-BcfbcVVS.js.map +1 -0
- package/chunks/{bundle-CAdKFBfs.js → bundle-BdJeQIAi.js} +1 -1
- package/chunks/bundle-BdJeQIAi.js.map +1 -0
- package/chunks/{bundle-D1vFAfKb.js → bundle-BdnV2Mq3.js} +3 -3
- package/chunks/{bundle-D1vFAfKb.js.map → bundle-BdnV2Mq3.js.map} +1 -1
- package/chunks/{bundle-BbEkZYpE.js → bundle-BegOh-X0.js} +1 -1
- package/chunks/bundle-BegOh-X0.js.map +1 -0
- package/chunks/{bundle-CWxzg5Gh.js → bundle-Bhs7U8wE.js} +2 -2
- package/chunks/{bundle-CWxzg5Gh.js.map → bundle-Bhs7U8wE.js.map} +1 -1
- package/chunks/{bundle-FDedpAl7.js → bundle-BiOWvuqq.js} +2 -2
- package/chunks/{bundle-FDedpAl7.js.map → bundle-BiOWvuqq.js.map} +1 -1
- package/chunks/{bundle-6c04eWHT.js → bundle-BjbYgCW9.js} +1 -1
- package/chunks/bundle-BjbYgCW9.js.map +1 -0
- package/chunks/{bundle-97fd4oe2.js → bundle-BkNNtN1V.js} +3 -3
- package/chunks/bundle-BkNNtN1V.js.map +1 -0
- package/chunks/{bundle-CPRA25ls.js → bundle-Blu2Cp4C.js} +1 -1
- package/chunks/{bundle-CPRA25ls.js.map → bundle-Blu2Cp4C.js.map} +1 -1
- package/chunks/{bundle-B4CUv14M.js → bundle-Bm9cdQdy.js} +1 -1
- package/chunks/bundle-Bm9cdQdy.js.map +1 -0
- package/chunks/{bundle-DMQ1a9pl.js → bundle-BnLycG5g.js} +4 -4
- package/chunks/{bundle-DMQ1a9pl.js.map → bundle-BnLycG5g.js.map} +1 -1
- package/chunks/{bundle-DkTxVi3R.js → bundle-Bo4dNQtg.js} +3 -3
- package/chunks/{bundle-DkTxVi3R.js.map → bundle-Bo4dNQtg.js.map} +1 -1
- package/chunks/{bundle-CCx8yXVd.js → bundle-BqL00V4c.js} +58 -4
- package/chunks/{bundle-CCx8yXVd.js.map → bundle-BqL00V4c.js.map} +1 -1
- package/chunks/{bundle-CQxSmK2v.js → bundle-Bumce6iI.js} +1 -1
- package/chunks/bundle-Bumce6iI.js.map +1 -0
- package/chunks/{bundle-eNe8jUiS.js → bundle-BydX5Gik.js} +1 -1
- package/chunks/{bundle-eNe8jUiS.js.map → bundle-BydX5Gik.js.map} +1 -1
- package/chunks/{bundle-LUBbQW82.js → bundle-Byxn68mh.js} +1 -1
- package/chunks/{bundle-LUBbQW82.js.map → bundle-Byxn68mh.js.map} +1 -1
- package/chunks/{bundle-C0risNHg.js → bundle-BzmY6Ioa.js} +6 -6
- package/chunks/bundle-BzmY6Ioa.js.map +1 -0
- package/chunks/{bundle-lYawLy67.js → bundle-C-gNLxiH.js} +4 -4
- package/chunks/bundle-C-gNLxiH.js.map +1 -0
- package/chunks/{bundle-L4mF-vqf.js → bundle-C00KC3uY.js} +4 -4
- package/chunks/bundle-C00KC3uY.js.map +1 -0
- package/chunks/{bundle-CkCkzFFu.js → bundle-C1UCPEjT.js} +1 -1
- package/chunks/bundle-C1UCPEjT.js.map +1 -0
- package/chunks/{bundle-Cbgk06HJ.js → bundle-CJBaJoMx.js} +7 -7
- package/chunks/{bundle-Cbgk06HJ.js.map → bundle-CJBaJoMx.js.map} +1 -1
- package/chunks/{bundle-C5C8XKZl.js → bundle-CJxhCCYf.js} +8 -8
- package/chunks/{bundle-C5C8XKZl.js.map → bundle-CJxhCCYf.js.map} +1 -1
- package/chunks/{bundle-jYzea4Ke.js → bundle-CKqBhRZh.js} +1 -1
- package/chunks/{bundle-jYzea4Ke.js.map → bundle-CKqBhRZh.js.map} +1 -1
- package/chunks/{bundle-vVxTsDkS.js → bundle-CPlEjTQQ.js} +3 -3
- package/chunks/bundle-CPlEjTQQ.js.map +1 -0
- package/chunks/{bundle-CvuK4Gl-.js → bundle-CSIi4GHQ.js} +1 -1
- package/chunks/bundle-CSIi4GHQ.js.map +1 -0
- package/chunks/{bundle-BiQds65K.js → bundle-CT8aJQs5.js} +4 -4
- package/chunks/{bundle-BiQds65K.js.map → bundle-CT8aJQs5.js.map} +1 -1
- package/chunks/{bundle-B_5nSVDN.js → bundle-CWPkjiZ7.js} +1 -1
- package/chunks/bundle-CWPkjiZ7.js.map +1 -0
- package/chunks/{bundle-D4kbZg4e.js → bundle-CWvAVk8m.js} +1 -1
- package/chunks/bundle-CWvAVk8m.js.map +1 -0
- package/chunks/{bundle-gO4JLOKo.js → bundle-CZbk43my.js} +3 -3
- package/chunks/{bundle-gO4JLOKo.js.map → bundle-CZbk43my.js.map} +1 -1
- package/chunks/{bundle-b4p8k2uf.js → bundle-CbKfkHfl.js} +1 -1
- package/chunks/bundle-CbKfkHfl.js.map +1 -0
- package/chunks/{bundle-BCeNaIWw.js → bundle-Cbag41eX.js} +3 -3
- package/chunks/bundle-Cbag41eX.js.map +1 -0
- package/chunks/{bundle-aAoUY1dC.js → bundle-CfcTsxlD.js} +1 -1
- package/chunks/{bundle-aAoUY1dC.js.map → bundle-CfcTsxlD.js.map} +1 -1
- package/chunks/{bundle-Bjr0f1Zp.js → bundle-CquJpe2n.js} +2 -2
- package/chunks/{bundle-Bjr0f1Zp.js.map → bundle-CquJpe2n.js.map} +1 -1
- package/chunks/{bundle-BGdbKz3x.js → bundle-CsV5Pqhn.js} +1 -1
- package/chunks/bundle-CsV5Pqhn.js.map +1 -0
- package/chunks/{bundle-BTAzxMsc.js → bundle-D01F_So9.js} +10 -10
- package/chunks/{bundle-BTAzxMsc.js.map → bundle-D01F_So9.js.map} +1 -1
- package/chunks/{bundle-CanFPW6u.js → bundle-D4vlYCrG.js} +1 -1
- package/chunks/bundle-D4vlYCrG.js.map +1 -0
- package/chunks/{bundle-Cg7eHJV0.js → bundle-D87WTORg.js} +3 -3
- package/chunks/bundle-D87WTORg.js.map +1 -0
- package/chunks/{bundle-caD0Cpiq.js → bundle-DEPqhDQk.js} +1 -1
- package/chunks/bundle-DEPqhDQk.js.map +1 -0
- package/chunks/{bundle-BTrdwUY4.js → bundle-DEsGEQb8.js} +10 -10
- package/chunks/{bundle-BTrdwUY4.js.map → bundle-DEsGEQb8.js.map} +1 -1
- package/chunks/{bundle-CzNavr80.js → bundle-DGSAqfvK.js} +3 -3
- package/chunks/{bundle-CzNavr80.js.map → bundle-DGSAqfvK.js.map} +1 -1
- package/chunks/{bundle-C3mD4WPX.js → bundle-DKctNGC2.js} +5 -5
- package/chunks/{bundle-C3mD4WPX.js.map → bundle-DKctNGC2.js.map} +1 -1
- package/chunks/{bundle-D1DIGSmr.js → bundle-DM3wUgvd.js} +1 -1
- package/chunks/bundle-DM3wUgvd.js.map +1 -0
- package/chunks/{bundle-DBy3c8gM.js → bundle-DPsySdlV.js} +2 -2
- package/chunks/bundle-DPsySdlV.js.map +1 -0
- package/chunks/{bundle-DlBu0K2F.js → bundle-DR5lvmY_.js} +2 -2
- package/chunks/bundle-DR5lvmY_.js.map +1 -0
- package/chunks/{bundle-DsU79j1A.js → bundle-DTniwDWL.js} +8 -8
- package/chunks/{bundle-DsU79j1A.js.map → bundle-DTniwDWL.js.map} +1 -1
- package/chunks/{bundle-gSigJ2qv.js → bundle-DW2UIt7g.js} +1 -1
- package/chunks/bundle-DW2UIt7g.js.map +1 -0
- package/chunks/{bundle-C5ygMhyk.js → bundle-DaAps-h8.js} +1 -1
- package/chunks/bundle-DaAps-h8.js.map +1 -0
- package/chunks/{bundle-D4mHGcWb.js → bundle-DbWpPftJ.js} +5 -5
- package/chunks/bundle-DbWpPftJ.js.map +1 -0
- package/chunks/{bundle-Bsh5KSxb.js → bundle-Dcg5UJZ5.js} +1 -1
- package/chunks/bundle-Dcg5UJZ5.js.map +1 -0
- package/chunks/{bundle-Cxjgwfwy.js → bundle-Df7uYu02.js} +10 -10
- package/chunks/bundle-Df7uYu02.js.map +1 -0
- package/chunks/{bundle-B4EY2YKu.js → bundle-DfhDmd9y.js} +1 -1
- package/chunks/bundle-DfhDmd9y.js.map +1 -0
- package/chunks/{bundle-BY9JnLew.js → bundle-Dm1_TUsQ.js} +7 -7
- package/chunks/{bundle-BY9JnLew.js.map → bundle-Dm1_TUsQ.js.map} +1 -1
- package/chunks/{bundle-pISqEqOe.js → bundle-DnX0-Kjr.js} +3 -3
- package/chunks/{bundle-pISqEqOe.js.map → bundle-DnX0-Kjr.js.map} +1 -1
- package/chunks/{bundle-CE_8gK7h.js → bundle-DqPWGoAJ.js} +6 -6
- package/chunks/bundle-DqPWGoAJ.js.map +1 -0
- package/chunks/{bundle-BQntI2YH.js → bundle-DrKv7qiU.js} +6 -6
- package/chunks/bundle-DrKv7qiU.js.map +1 -0
- package/chunks/{bundle-CeNRu1nh.js → bundle-DyaS04Hg.js} +5 -4
- package/chunks/bundle-DyaS04Hg.js.map +1 -0
- package/chunks/{bundle-CQhhBQgY.js → bundle-DzD5ZPeu.js} +4 -4
- package/chunks/bundle-DzD5ZPeu.js.map +1 -0
- package/chunks/{bundle-DbYE20Ij.js → bundle-FBDSQPhI.js} +14 -14
- package/chunks/{bundle-DbYE20Ij.js.map → bundle-FBDSQPhI.js.map} +1 -1
- package/chunks/{bundle-2qPS-99f.js → bundle-O8OKcGsA.js} +1 -1
- package/chunks/bundle-O8OKcGsA.js.map +1 -0
- package/chunks/{bundle-CHaqW2Sj.js → bundle-PoeV4u5o.js} +5 -5
- package/chunks/{bundle-CHaqW2Sj.js.map → bundle-PoeV4u5o.js.map} +1 -1
- package/chunks/{bundle-LIsneT-k.js → bundle-Ti1Y75Dm.js} +2 -2
- package/chunks/bundle-Ti1Y75Dm.js.map +1 -0
- package/chunks/{bundle-0Xv23Jlo.js → bundle-VAV0nvVl.js} +1 -1
- package/chunks/{bundle-0Xv23Jlo.js.map → bundle-VAV0nvVl.js.map} +1 -1
- package/chunks/{bundle-BPKrwLVZ.js → bundle-WT4kbHBE.js} +11 -11
- package/chunks/{bundle-BPKrwLVZ.js.map → bundle-WT4kbHBE.js.map} +1 -1
- package/chunks/{bundle-B24GwCXx.js → bundle-ZJcHeU_o.js} +5 -5
- package/chunks/bundle-ZJcHeU_o.js.map +1 -0
- package/chunks/{bundle-DarlDWy7.js → bundle-f6zTWcHL.js} +2 -2
- package/chunks/bundle-f6zTWcHL.js.map +1 -0
- package/chunks/{bundle-OJu5PM7q.js → bundle-moA7aUUB.js} +1 -1
- package/chunks/bundle-moA7aUUB.js.map +1 -0
- package/chunks/{bundle-DCXp9q80.js → bundle-tL7Z4efR.js} +2 -2
- package/chunks/{bundle-DCXp9q80.js.map → bundle-tL7Z4efR.js.map} +1 -1
- package/cjs/App.js +76 -76
- package/cjs/Channel/components/ChannelHeader.js +29 -29
- package/cjs/Channel/components/ChannelUI.js +64 -64
- package/cjs/Channel/components/FileViewer.js +28 -28
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +54 -53
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
- package/cjs/Channel/components/MessageInput.js +41 -41
- package/cjs/Channel/components/MessageInputWrapper.js +41 -41
- package/cjs/Channel/components/MessageList.js +58 -58
- package/cjs/Channel/components/RemoveMessageModal.js +27 -27
- package/cjs/Channel/components/SuggestedMentionList.js +27 -27
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +19 -19
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/cjs/Channel/utils/getMessagePartsInfo.js +6 -6
- package/cjs/Channel.js +64 -64
- package/cjs/ChannelList/components/AddChannel.js +20 -20
- package/cjs/ChannelList/components/ChannelListHeader.js +8 -8
- package/cjs/ChannelList/components/ChannelListUI.js +34 -34
- package/cjs/ChannelList/components/ChannelPreview.js +27 -27
- package/cjs/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +34 -34
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +6 -6
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +21 -21
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +20 -20
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +23 -23
- package/cjs/CreateChannel/components/CreateChannelUI.js +16 -16
- package/cjs/CreateChannel/components/InviteUsers.js +16 -16
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +16 -16
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +11 -11
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/GroupChannel/components/FileViewer.js +23 -23
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
- package/cjs/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/cjs/GroupChannel/components/GroupChannelUI.js +59 -59
- package/cjs/GroupChannel/components/Message.js +51 -50
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
- package/cjs/GroupChannel/components/MessageList.js +53 -53
- package/cjs/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
- package/cjs/GroupChannel/components/UnreadCount.js +7 -7
- package/cjs/GroupChannel/context.js +11 -11
- package/cjs/GroupChannel.js +59 -59
- package/cjs/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/cjs/GroupChannelList/context.js +5 -5
- package/cjs/GroupChannelList.js +33 -33
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -14
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +14 -14
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelInput.js +25 -25
- package/cjs/OpenChannel/components/OpenChannelMessage.js +35 -35
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelUI.js +39 -39
- package/cjs/OpenChannel/context.js +17 -17
- package/cjs/OpenChannel.js +39 -39
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +14 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +19 -19
- package/cjs/SendbirdProvider.js +103 -73
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +42 -42
- package/cjs/Thread/components/ParentMessageInfoItem.js +28 -28
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +46 -46
- package/cjs/Thread/components/ThreadListItem.js +46 -46
- package/cjs/Thread/components/ThreadMessageInput.js +42 -42
- package/cjs/Thread/components/ThreadUI.js +56 -56
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +56 -56
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-BGHVt4pv.js → bundle-0dm-rZLh.js} +3 -3
- package/cjs/chunks/bundle-0dm-rZLh.js.map +1 -0
- package/cjs/chunks/{bundle-DxxDc_9W.js → bundle-2pxnOYL4.js} +4 -4
- package/cjs/chunks/{bundle-DxxDc_9W.js.map → bundle-2pxnOYL4.js.map} +1 -1
- package/cjs/chunks/{bundle-BYRgBOOO.js → bundle-3HPlnxkl.js} +3 -3
- package/cjs/chunks/{bundle-BYRgBOOO.js.map → bundle-3HPlnxkl.js.map} +1 -1
- package/cjs/chunks/{bundle-BOxqoDK2.js → bundle-6RaeE_-7.js} +1 -1
- package/cjs/chunks/bundle-6RaeE_-7.js.map +1 -0
- package/cjs/chunks/{bundle-lF1xvz4H.js → bundle-AxW84oGr.js} +1 -1
- package/cjs/chunks/bundle-AxW84oGr.js.map +1 -0
- package/cjs/chunks/{bundle-DOIvf0Sq.js → bundle-B212ojpX.js} +2 -2
- package/cjs/chunks/{bundle-DOIvf0Sq.js.map → bundle-B212ojpX.js.map} +1 -1
- package/cjs/chunks/{bundle-CsTxv_Ia.js → bundle-B3gE4-sg.js} +60 -3
- package/cjs/chunks/{bundle-CsTxv_Ia.js.map → bundle-B3gE4-sg.js.map} +1 -1
- package/cjs/chunks/{bundle-jG5ojZfP.js → bundle-B5RW0yuQ.js} +1 -1
- package/cjs/chunks/bundle-B5RW0yuQ.js.map +1 -0
- package/cjs/chunks/{bundle-iA0z-oXP.js → bundle-B5pxZS7a.js} +1 -1
- package/cjs/chunks/bundle-B5pxZS7a.js.map +1 -0
- package/cjs/chunks/{bundle-BOhx1d6V.js → bundle-BANWV5X0.js} +4 -4
- package/cjs/chunks/{bundle-BOhx1d6V.js.map → bundle-BANWV5X0.js.map} +1 -1
- package/cjs/chunks/{bundle-DdUUl9AF.js → bundle-BDDfcS3c.js} +1 -1
- package/cjs/chunks/bundle-BDDfcS3c.js.map +1 -0
- package/cjs/chunks/{bundle-BvRYyRnB.js → bundle-BIaA_1Gt.js} +1 -1
- package/cjs/chunks/bundle-BIaA_1Gt.js.map +1 -0
- package/cjs/chunks/{bundle-BFGQyFEj.js → bundle-BKMGAY2l.js} +2 -2
- package/cjs/chunks/{bundle-BFGQyFEj.js.map → bundle-BKMGAY2l.js.map} +1 -1
- package/cjs/chunks/{bundle-BNyi-HLe.js → bundle-BPcaLWyG.js} +1 -1
- package/cjs/chunks/bundle-BPcaLWyG.js.map +1 -0
- package/cjs/chunks/{bundle-Dt1ALnWb.js → bundle-BQc8sm8f.js} +10 -10
- package/cjs/chunks/bundle-BQc8sm8f.js.map +1 -0
- package/cjs/chunks/{bundle-C-FliXg3.js → bundle-BR4VteQq.js} +2 -2
- package/cjs/chunks/bundle-BR4VteQq.js.map +1 -0
- package/cjs/chunks/{bundle-CWXCI9cE.js → bundle-BSTb1mFt.js} +5 -5
- package/cjs/chunks/bundle-BSTb1mFt.js.map +1 -0
- package/cjs/chunks/{bundle-6dNjb6bq.js → bundle-BUBaSa_-.js} +11 -11
- package/cjs/chunks/{bundle-6dNjb6bq.js.map → bundle-BUBaSa_-.js.map} +1 -1
- package/cjs/chunks/{bundle-0q_scAND.js → bundle-BZByKaLs.js} +1 -1
- package/cjs/chunks/bundle-BZByKaLs.js.map +1 -0
- package/cjs/chunks/{bundle-CdthjbGs.js → bundle-BZYotRJz.js} +1 -1
- package/cjs/chunks/bundle-BZYotRJz.js.map +1 -0
- package/cjs/chunks/{bundle-D6wZDkwJ.js → bundle-BZyYPaEv.js} +1 -1
- package/cjs/chunks/{bundle-D6wZDkwJ.js.map → bundle-BZyYPaEv.js.map} +1 -1
- package/cjs/chunks/{bundle-B8q44rPm.js → bundle-Bc_3JLZG.js} +3 -3
- package/cjs/chunks/bundle-Bc_3JLZG.js.map +1 -0
- package/cjs/chunks/{bundle-BfU270mH.js → bundle-Bd5-Auhd.js} +1 -1
- package/cjs/chunks/bundle-Bd5-Auhd.js.map +1 -0
- package/cjs/chunks/{bundle-Ccyujyp6.js → bundle-BdG7Rc1R.js} +5 -5
- package/cjs/chunks/{bundle-Ccyujyp6.js.map → bundle-BdG7Rc1R.js.map} +1 -1
- package/cjs/chunks/{bundle-CbqU9Myv.js → bundle-BfLBf8rb.js} +4 -4
- package/cjs/chunks/bundle-BfLBf8rb.js.map +1 -0
- package/cjs/chunks/{bundle-C8xia3yL.js → bundle-BhRPdcn-.js} +1 -1
- package/cjs/chunks/{bundle-C8xia3yL.js.map → bundle-BhRPdcn-.js.map} +1 -1
- package/cjs/chunks/{bundle-B9IeOTau.js → bundle-BkrtMQxo.js} +1 -1
- package/cjs/chunks/bundle-BkrtMQxo.js.map +1 -0
- package/cjs/chunks/{bundle-Dtsa1X9i.js → bundle-BmOkcO1e.js} +1 -1
- package/cjs/chunks/bundle-BmOkcO1e.js.map +1 -0
- package/cjs/chunks/{bundle-v3tXlTmz.js → bundle-BubTAoq5.js} +4 -4
- package/cjs/chunks/{bundle-v3tXlTmz.js.map → bundle-BubTAoq5.js.map} +1 -1
- package/cjs/chunks/{bundle-BKeOSYnB.js → bundle-BwwA3giM.js} +3 -3
- package/cjs/chunks/bundle-BwwA3giM.js.map +1 -0
- package/cjs/chunks/{bundle-CsyBnNlx.js → bundle-ByYRydtT.js} +1 -1
- package/cjs/chunks/bundle-ByYRydtT.js.map +1 -0
- package/cjs/chunks/{bundle-BiUFkVUS.js → bundle-C1YOhOl2.js} +6 -6
- package/cjs/chunks/bundle-C1YOhOl2.js.map +1 -0
- package/cjs/chunks/{bundle-DaHjWMxX.js → bundle-C2ABFLZ1.js} +2 -2
- package/cjs/chunks/bundle-C2ABFLZ1.js.map +1 -0
- package/cjs/chunks/{bundle-a-KJqpeY.js → bundle-C3gIbns_.js} +10 -10
- package/cjs/chunks/bundle-C3gIbns_.js.map +1 -0
- package/cjs/chunks/{bundle-Bzy4_NRF.js → bundle-C9xOwqge.js} +3 -3
- package/cjs/chunks/bundle-C9xOwqge.js.map +1 -0
- package/cjs/chunks/{bundle-B0sJ-8vm.js → bundle-CCEKPtKR.js} +1 -1
- package/cjs/chunks/bundle-CCEKPtKR.js.map +1 -0
- package/cjs/chunks/{bundle-wa4qpxjp.js → bundle-CMoYluZj.js} +4 -4
- package/cjs/chunks/bundle-CMoYluZj.js.map +1 -0
- package/cjs/chunks/{bundle-DiOpJGh-.js → bundle-CSfRc5hY.js} +3 -3
- package/cjs/chunks/bundle-CSfRc5hY.js.map +1 -0
- package/cjs/chunks/{bundle-aYP0bwh_.js → bundle-CYBu-C6E.js} +1 -1
- package/cjs/chunks/bundle-CYBu-C6E.js.map +1 -0
- package/cjs/chunks/{bundle-CK4e6MqD.js → bundle-CfxDEtAN.js} +10 -10
- package/cjs/chunks/bundle-CfxDEtAN.js.map +1 -0
- package/cjs/chunks/{bundle-CYl2v3wW.js → bundle-Chu9Um5P.js} +1 -1
- package/cjs/chunks/bundle-Chu9Um5P.js.map +1 -0
- package/cjs/chunks/{bundle-Cimaz2Wz.js → bundle-CidVlBMl.js} +9 -7
- package/cjs/chunks/bundle-CidVlBMl.js.map +1 -0
- package/cjs/chunks/{bundle-zArQW7NP.js → bundle-Cl34HO9m.js} +5 -5
- package/cjs/chunks/bundle-Cl34HO9m.js.map +1 -0
- package/cjs/chunks/{bundle-BeKLq9sl.js → bundle-Crhw0Zu1.js} +1 -1
- package/cjs/chunks/bundle-Crhw0Zu1.js.map +1 -0
- package/cjs/chunks/{bundle-D2ZB9EdF.js → bundle-CsCGO7nq.js} +2 -2
- package/cjs/chunks/bundle-CsCGO7nq.js.map +1 -0
- package/cjs/chunks/{bundle-o44Pbmy8.js → bundle-CtfNcymC.js} +1 -1
- package/cjs/chunks/bundle-CtfNcymC.js.map +1 -0
- package/cjs/chunks/{bundle-BNrcDbpk.js → bundle-CuhtyPjN.js} +1 -1
- package/cjs/chunks/bundle-CuhtyPjN.js.map +1 -0
- package/cjs/chunks/{bundle-B4TwDXre.js → bundle-DDM7FQ5E.js} +7 -7
- package/cjs/chunks/bundle-DDM7FQ5E.js.map +1 -0
- package/cjs/chunks/{bundle-BffOmMzm.js → bundle-DDSkFKJ4.js} +1 -1
- package/cjs/chunks/bundle-DDSkFKJ4.js.map +1 -0
- package/cjs/chunks/{bundle-CtUclh8a.js → bundle-DEQCIOPf.js} +1 -1
- package/cjs/chunks/bundle-DEQCIOPf.js.map +1 -0
- package/cjs/chunks/{bundle-BSfsim6u.js → bundle-DJbEnul6.js} +6 -6
- package/cjs/chunks/bundle-DJbEnul6.js.map +1 -0
- package/cjs/chunks/{bundle-Bh1pBlFe.js → bundle-DLZ9iVVC.js} +3 -3
- package/cjs/chunks/bundle-DLZ9iVVC.js.map +1 -0
- package/cjs/chunks/{bundle-CrjxrhRR.js → bundle-DPFRrny4.js} +2 -2
- package/cjs/chunks/bundle-DPFRrny4.js.map +1 -0
- package/cjs/chunks/{bundle-tAANyqOj.js → bundle-DP_Z2ZCu.js} +2 -2
- package/cjs/chunks/bundle-DP_Z2ZCu.js.map +1 -0
- package/cjs/chunks/{bundle-CHRgMdqD.js → bundle-DUThNjHI.js} +3 -3
- package/cjs/chunks/{bundle-CHRgMdqD.js.map → bundle-DUThNjHI.js.map} +1 -1
- package/cjs/chunks/{bundle-BMtAL3gL.js → bundle-DhbE_hFO.js} +1 -1
- package/cjs/chunks/bundle-DhbE_hFO.js.map +1 -0
- package/cjs/chunks/{bundle-Dt0Ehz1U.js → bundle-Di5APzpg.js} +5 -4
- package/cjs/chunks/bundle-Di5APzpg.js.map +1 -0
- package/cjs/chunks/{bundle-BwNMzZfg.js → bundle-DpgtZXbp.js} +14 -14
- package/cjs/chunks/{bundle-BwNMzZfg.js.map → bundle-DpgtZXbp.js.map} +1 -1
- package/cjs/chunks/{bundle-IX2NQYwk.js → bundle-DytUGiju.js} +2 -2
- package/cjs/chunks/bundle-DytUGiju.js.map +1 -0
- package/cjs/chunks/{bundle-BZZfP00r.js → bundle-EroNh7Ac.js} +1 -1
- package/cjs/chunks/bundle-EroNh7Ac.js.map +1 -0
- package/cjs/chunks/{bundle-BFmEadGJ.js → bundle-FDJnhm3r.js} +1 -1
- package/cjs/chunks/{bundle-BFmEadGJ.js.map → bundle-FDJnhm3r.js.map} +1 -1
- package/cjs/chunks/{bundle-BwRgHhjl.js → bundle-G2_KR7Mu.js} +7 -7
- package/cjs/chunks/bundle-G2_KR7Mu.js.map +1 -0
- package/cjs/chunks/{bundle-BZEyOKfd.js → bundle-GZJzVB02.js} +4 -4
- package/cjs/chunks/bundle-GZJzVB02.js.map +1 -0
- package/cjs/chunks/{bundle-DDWWo4Ur.js → bundle-HLR6JcDU.js} +1 -1
- package/cjs/chunks/bundle-HLR6JcDU.js.map +1 -0
- package/cjs/chunks/{bundle-DrvpXqH0.js → bundle-Ht75_VEx.js} +2 -2
- package/cjs/chunks/bundle-Ht75_VEx.js.map +1 -0
- package/cjs/chunks/{bundle-DQPcs28F.js → bundle-MdWTpHE3.js} +8 -8
- package/cjs/chunks/bundle-MdWTpHE3.js.map +1 -0
- package/cjs/chunks/{bundle-BLnYd3a5.js → bundle-NgDLJ4XU.js} +3 -3
- package/cjs/chunks/bundle-NgDLJ4XU.js.map +1 -0
- package/cjs/chunks/{bundle-BBWcxxM0.js → bundle-UNBazgOP.js} +11 -11
- package/cjs/chunks/bundle-UNBazgOP.js.map +1 -0
- package/cjs/chunks/{bundle-DveQNuEW.js → bundle-XHpUo2d5.js} +6 -6
- package/cjs/chunks/bundle-XHpUo2d5.js.map +1 -0
- package/cjs/chunks/{bundle-Bj5uGit3.js → bundle-cjfTIYNo.js} +1 -1
- package/cjs/chunks/bundle-cjfTIYNo.js.map +1 -0
- package/cjs/chunks/{bundle-2f5GwCzi.js → bundle-jp-5eI5e.js} +3 -3
- package/cjs/chunks/bundle-jp-5eI5e.js.map +1 -0
- package/cjs/chunks/{bundle-CooVtiK4.js → bundle-lXC5D8Eq.js} +1 -1
- package/cjs/chunks/bundle-lXC5D8Eq.js.map +1 -0
- package/cjs/chunks/{bundle-CTGfAwTJ.js → bundle-lf9AeIkc.js} +3 -3
- package/cjs/chunks/{bundle-CTGfAwTJ.js.map → bundle-lf9AeIkc.js.map} +1 -1
- package/cjs/chunks/{bundle-DjzwlyX1.js → bundle-mNfA1oxo.js} +8 -8
- package/cjs/chunks/{bundle-DjzwlyX1.js.map → bundle-mNfA1oxo.js.map} +1 -1
- package/cjs/chunks/{bundle-CxBq1p0s.js → bundle-pYqgDFla.js} +1 -1
- package/cjs/chunks/bundle-pYqgDFla.js.map +1 -0
- package/cjs/chunks/{bundle-C58ONaz6.js → bundle-tK8yFMGZ.js} +5 -5
- package/cjs/chunks/bundle-tK8yFMGZ.js.map +1 -0
- package/cjs/chunks/{bundle-CRp1Zs4h.js → bundle-uIEHfPv7.js} +1 -1
- package/cjs/chunks/bundle-uIEHfPv7.js.map +1 -0
- package/cjs/chunks/{bundle-CaSblzTL.js → bundle-viPU2Zrj.js} +1 -1
- package/cjs/chunks/bundle-viPU2Zrj.js.map +1 -0
- package/cjs/chunks/{bundle-Cf4WLYFa.js → bundle-wwwDjH0w.js} +1 -1
- package/cjs/chunks/{bundle-Cf4WLYFa.js.map → bundle-wwwDjH0w.js.map} +1 -1
- package/cjs/chunks/{bundle-DQ6EeiN7.js → bundle-z66HeEp3.js} +1 -1
- package/cjs/chunks/bundle-z66HeEp3.js.map +1 -0
- package/cjs/chunks/{bundle-vpFsS041.js → bundle-zUlseH3U.js} +10 -10
- package/cjs/chunks/{bundle-vpFsS041.js.map → bundle-zUlseH3U.js.map} +1 -1
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +82 -82
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- 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 +9 -9
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/Carousel.js +194 -0
- package/cjs/ui/Carousel.js.map +1 -0
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +6 -6
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +16 -16
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +15 -15
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +4 -3
- package/cjs/ui/Label.js.map +1 -1
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/cjs/ui/MentionLabel.js +13 -13
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +232 -189
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +10 -10
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +14 -14
- package/cjs/ui/MessageSearchItem.js +11 -11
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +9 -9
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +16 -16
- 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 +18 -18
- package/cjs/ui/OpenchannelOGMessage.js +20 -20
- package/cjs/ui/OpenchannelThumbnailMessage.js +17 -17
- package/cjs/ui/OpenchannelUserMessage.js +18 -18
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +218 -78
- package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -16
- package/cjs/ui/ThreadReplies.js +16 -12
- package/cjs/ui/ThreadReplies.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +7 -7
- package/cjs/ui/Toggle.js +1 -1
- 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 +7 -7
- 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 +10 -10
- package/cjs/ui/Word.js +13 -13
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +64 -19
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +81 -81
- package/package.json +11 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/dux/appInfo/actionTypes.d.ts +9 -8
- package/types/lib/dux/appInfo/initialState.d.ts +1 -1
- package/types/lib/dux/appInfo/utils.d.ts +1 -1
- package/types/lib/hooks/useMessageTemplateUtils.d.ts +1 -1
- package/types/lib/types.d.ts +1 -1
- package/types/modules/GroupChannel/components/MessageTemplateWrapper/index.d.ts +2 -2
- package/types/types.d.ts +5 -0
- package/types/ui/Avatar/index.d.ts +1 -0
- package/types/ui/Carousel/index.d.ts +9 -0
- package/types/ui/Label/index.d.ts +4 -2
- package/types/ui/MessageContent/MessageBody/index.d.ts +1 -1
- package/types/ui/MessageContent/MessageProfile/index.d.ts +1 -0
- package/types/ui/MessageContent/index.d.ts +2 -2
- package/types/ui/MessageTemplate/messageTemplateErrorBoundary.d.ts +19 -0
- package/types/ui/TemplateMessageItemBody/index.d.ts +1 -0
- package/types/ui/TemplateMessageItemBody/types.d.ts +13 -3
- package/types/ui/TemplateMessageItemBody/utils/selectColorVariablesByTheme.d.ts +2 -2
- package/types/ui/ThreadReplies/index.d.ts +4 -2
- package/types/utils/index.d.ts +13 -0
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/Carousel.js +189 -0
- package/ui/Carousel.js.map +1 -0
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +6 -6
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +16 -16
- package/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +15 -15
- 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 +3 -3
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/ui/MentionLabel.js +13 -13
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +233 -190
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +10 -10
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +14 -14
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +12 -12
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +16 -16
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +18 -18
- package/ui/OpenchannelOGMessage.js +20 -20
- package/ui/OpenchannelThumbnailMessage.js +17 -17
- package/ui/OpenchannelUserMessage.js +18 -18
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +219 -79
- package/ui/TemplateMessageItemBody.js.map +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -16
- package/ui/ThreadReplies.js +13 -12
- package/ui/ThreadReplies.js.map +1 -1
- package/ui/ThumbnailMessageItemBody.js +7 -7
- 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 +7 -7
- package/ui/UserListItem.js +13 -13
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +13 -13
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle-2qPS-99f.js.map +0 -1
- package/chunks/bundle-6c04eWHT.js.map +0 -1
- package/chunks/bundle-6n4c-yxi.js.map +0 -1
- package/chunks/bundle-97fd4oe2.js.map +0 -1
- package/chunks/bundle-B24GwCXx.js.map +0 -1
- package/chunks/bundle-B4CUv14M.js.map +0 -1
- package/chunks/bundle-B4EY2YKu.js.map +0 -1
- package/chunks/bundle-BCeNaIWw.js.map +0 -1
- package/chunks/bundle-BGdbKz3x.js.map +0 -1
- package/chunks/bundle-BQntI2YH.js.map +0 -1
- package/chunks/bundle-B_5nSVDN.js.map +0 -1
- package/chunks/bundle-BbEkZYpE.js.map +0 -1
- package/chunks/bundle-BnG5XETL.js.map +0 -1
- package/chunks/bundle-Bsh5KSxb.js.map +0 -1
- package/chunks/bundle-C0risNHg.js.map +0 -1
- package/chunks/bundle-C5ygMhyk.js.map +0 -1
- package/chunks/bundle-C8Oe5QOQ.js.map +0 -1
- package/chunks/bundle-CAdKFBfs.js.map +0 -1
- package/chunks/bundle-CE_8gK7h.js.map +0 -1
- package/chunks/bundle-CHKEsMqU.js +0 -8
- package/chunks/bundle-CHKEsMqU.js.map +0 -1
- package/chunks/bundle-CQhhBQgY.js.map +0 -1
- package/chunks/bundle-CQxSmK2v.js.map +0 -1
- package/chunks/bundle-CanFPW6u.js.map +0 -1
- package/chunks/bundle-CeN11uF4.js.map +0 -1
- package/chunks/bundle-CeNRu1nh.js.map +0 -1
- package/chunks/bundle-Cg7eHJV0.js.map +0 -1
- package/chunks/bundle-CkCkzFFu.js.map +0 -1
- package/chunks/bundle-Cs0ZtBj7.js.map +0 -1
- package/chunks/bundle-CvuK4Gl-.js.map +0 -1
- package/chunks/bundle-Cxjgwfwy.js.map +0 -1
- package/chunks/bundle-Czh0_N3j.js.map +0 -1
- package/chunks/bundle-D1DIGSmr.js.map +0 -1
- package/chunks/bundle-D4kbZg4e.js.map +0 -1
- package/chunks/bundle-D4mHGcWb.js.map +0 -1
- package/chunks/bundle-DBy3c8gM.js.map +0 -1
- package/chunks/bundle-DRpQlFMu.js.map +0 -1
- package/chunks/bundle-DarlDWy7.js.map +0 -1
- package/chunks/bundle-DcZ6VbHw.js.map +0 -1
- package/chunks/bundle-DlBu0K2F.js.map +0 -1
- package/chunks/bundle-DlHY-98U.js.map +0 -1
- package/chunks/bundle-Ds5aQSz-.js.map +0 -1
- package/chunks/bundle-L4mF-vqf.js.map +0 -1
- package/chunks/bundle-LIsneT-k.js.map +0 -1
- package/chunks/bundle-OJu5PM7q.js.map +0 -1
- package/chunks/bundle-_9XBB-ZS.js.map +0 -1
- package/chunks/bundle-b4p8k2uf.js.map +0 -1
- package/chunks/bundle-caD0Cpiq.js.map +0 -1
- package/chunks/bundle-gSigJ2qv.js.map +0 -1
- package/chunks/bundle-lYawLy67.js.map +0 -1
- package/chunks/bundle-vVxTsDkS.js.map +0 -1
- package/chunks/bundle-wKPuxvL-.js.map +0 -1
- package/cjs/chunks/bundle-0q_scAND.js.map +0 -1
- package/cjs/chunks/bundle-2f5GwCzi.js.map +0 -1
- package/cjs/chunks/bundle-B0sJ-8vm.js.map +0 -1
- package/cjs/chunks/bundle-B4TwDXre.js.map +0 -1
- package/cjs/chunks/bundle-B8q44rPm.js.map +0 -1
- package/cjs/chunks/bundle-B9IeOTau.js.map +0 -1
- package/cjs/chunks/bundle-BBWcxxM0.js.map +0 -1
- package/cjs/chunks/bundle-BGHVt4pv.js.map +0 -1
- package/cjs/chunks/bundle-BKeOSYnB.js.map +0 -1
- package/cjs/chunks/bundle-BLnYd3a5.js.map +0 -1
- package/cjs/chunks/bundle-BMtAL3gL.js.map +0 -1
- package/cjs/chunks/bundle-BNrcDbpk.js.map +0 -1
- package/cjs/chunks/bundle-BNyi-HLe.js.map +0 -1
- package/cjs/chunks/bundle-BOxqoDK2.js.map +0 -1
- package/cjs/chunks/bundle-BSfsim6u.js.map +0 -1
- package/cjs/chunks/bundle-BZEyOKfd.js.map +0 -1
- package/cjs/chunks/bundle-BZZfP00r.js.map +0 -1
- package/cjs/chunks/bundle-BeKLq9sl.js.map +0 -1
- package/cjs/chunks/bundle-BfU270mH.js.map +0 -1
- package/cjs/chunks/bundle-BffOmMzm.js.map +0 -1
- package/cjs/chunks/bundle-Bh1pBlFe.js.map +0 -1
- package/cjs/chunks/bundle-BiUFkVUS.js.map +0 -1
- package/cjs/chunks/bundle-Bj5uGit3.js.map +0 -1
- package/cjs/chunks/bundle-BvRYyRnB.js.map +0 -1
- package/cjs/chunks/bundle-BwRgHhjl.js.map +0 -1
- package/cjs/chunks/bundle-Bzy4_NRF.js.map +0 -1
- package/cjs/chunks/bundle-C-FliXg3.js.map +0 -1
- package/cjs/chunks/bundle-C58ONaz6.js.map +0 -1
- package/cjs/chunks/bundle-CEXaY05E.js +0 -8
- package/cjs/chunks/bundle-CEXaY05E.js.map +0 -1
- package/cjs/chunks/bundle-CK4e6MqD.js.map +0 -1
- package/cjs/chunks/bundle-CRp1Zs4h.js.map +0 -1
- package/cjs/chunks/bundle-CWXCI9cE.js.map +0 -1
- package/cjs/chunks/bundle-CYl2v3wW.js.map +0 -1
- package/cjs/chunks/bundle-CaSblzTL.js.map +0 -1
- package/cjs/chunks/bundle-CbqU9Myv.js.map +0 -1
- package/cjs/chunks/bundle-CdthjbGs.js.map +0 -1
- package/cjs/chunks/bundle-Cimaz2Wz.js.map +0 -1
- package/cjs/chunks/bundle-CooVtiK4.js.map +0 -1
- package/cjs/chunks/bundle-CrjxrhRR.js.map +0 -1
- package/cjs/chunks/bundle-CsyBnNlx.js.map +0 -1
- package/cjs/chunks/bundle-CtUclh8a.js.map +0 -1
- package/cjs/chunks/bundle-CxBq1p0s.js.map +0 -1
- package/cjs/chunks/bundle-D2ZB9EdF.js.map +0 -1
- package/cjs/chunks/bundle-DDWWo4Ur.js.map +0 -1
- package/cjs/chunks/bundle-DQ6EeiN7.js.map +0 -1
- package/cjs/chunks/bundle-DQPcs28F.js.map +0 -1
- package/cjs/chunks/bundle-DaHjWMxX.js.map +0 -1
- package/cjs/chunks/bundle-DdUUl9AF.js.map +0 -1
- package/cjs/chunks/bundle-DiOpJGh-.js.map +0 -1
- package/cjs/chunks/bundle-DrvpXqH0.js.map +0 -1
- package/cjs/chunks/bundle-Dt0Ehz1U.js.map +0 -1
- package/cjs/chunks/bundle-Dt1ALnWb.js.map +0 -1
- package/cjs/chunks/bundle-Dtsa1X9i.js.map +0 -1
- package/cjs/chunks/bundle-DveQNuEW.js.map +0 -1
- package/cjs/chunks/bundle-IX2NQYwk.js.map +0 -1
- package/cjs/chunks/bundle-a-KJqpeY.js.map +0 -1
- package/cjs/chunks/bundle-aYP0bwh_.js.map +0 -1
- package/cjs/chunks/bundle-iA0z-oXP.js.map +0 -1
- package/cjs/chunks/bundle-jG5ojZfP.js.map +0 -1
- package/cjs/chunks/bundle-lF1xvz4H.js.map +0 -1
- package/cjs/chunks/bundle-o44Pbmy8.js.map +0 -1
- package/cjs/chunks/bundle-tAANyqOj.js.map +0 -1
- package/cjs/chunks/bundle-wa4qpxjp.js.map +0 -1
- package/cjs/chunks/bundle-zArQW7NP.js.map +0 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-CfcTsxlD.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect, useRef, useCallback } from 'react';
|
|
3
3
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
4
4
|
import ContextMenu, { MenuItems, OperatorMenuItem, MuteMenuItem, MenuItem } from '../ui/ContextMenu.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
import IconButton from '../ui/IconButton.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
8
|
-
import { L as LocalizationContext } from './bundle-
|
|
9
|
-
import { a as UserProfileContext } from './bundle-
|
|
10
|
-
import './bundle-
|
|
11
|
-
import { A as Avatar } from './bundle-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-33BY7XhN.js';
|
|
8
|
+
import { L as LocalizationContext } from './bundle-BkNNtN1V.js';
|
|
9
|
+
import { a as UserProfileContext } from './bundle-B0A-GTy2.js';
|
|
10
|
+
import './bundle-1IYchI7A.js';
|
|
11
|
+
import { A as Avatar } from './bundle-DyaS04Hg.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './bundle-
|
|
13
|
+
import './bundle-BE9YtwxF.js';
|
|
14
14
|
import MutedAvatarOverlay from '../ui/MutedAvatarOverlay.js';
|
|
15
15
|
import UserProfile from '../ui/UserProfile.js';
|
|
16
16
|
import { useOpenChannelSettingsContext } from '../OpenChannelSettings/context.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import { M as Modal } from './bundle-
|
|
18
|
+
import { M as Modal } from './bundle-DrKv7qiU.js';
|
|
19
19
|
import UserListItem$1 from '../ui/UserListItem.js';
|
|
20
|
-
import { n as noop } from './bundle-
|
|
20
|
+
import { n as noop } from './bundle-Bm9cdQdy.js';
|
|
21
21
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
22
22
|
|
|
23
23
|
function ParticipantsModal(_a) {
|
|
@@ -202,4 +202,4 @@ function ParticipantList(_a) {
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
export { ParticipantList as P, UserListItem as U };
|
|
205
|
-
//# sourceMappingURL=bundle-
|
|
205
|
+
//# sourceMappingURL=bundle-DEsGEQb8.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DEsGEQb8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
2
|
-
import { p as pxToNumber } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator } from './bundle-CfcTsxlD.js';
|
|
2
|
+
import { p as pxToNumber } from './bundle-CWPkjiZ7.js';
|
|
3
3
|
|
|
4
4
|
var compressImage = function (_a) {
|
|
5
5
|
var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight;
|
|
@@ -112,4 +112,4 @@ var compressImages = function (_a) {
|
|
|
112
112
|
};
|
|
113
113
|
|
|
114
114
|
export { compressImages as c };
|
|
115
|
-
//# sourceMappingURL=bundle-
|
|
115
|
+
//# sourceMappingURL=bundle-DGSAqfvK.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DGSAqfvK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useCallback, useEffect } from 'react';
|
|
2
2
|
import { ReplyType } from '@sendbird/chat/message';
|
|
3
|
-
import { s as scrollIntoLast, c as scrollToRenderedMessage } from './bundle-
|
|
4
|
-
import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from './bundle-
|
|
5
|
-
import './bundle-
|
|
6
|
-
import { d as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-
|
|
3
|
+
import { s as scrollIntoLast, c as scrollToRenderedMessage } from './bundle-DR5lvmY_.js';
|
|
4
|
+
import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from './bundle-CSIi4GHQ.js';
|
|
5
|
+
import './bundle-4YHx3jhU.js';
|
|
6
|
+
import { d as SCROLL_BOTTOM_DELAY_FOR_FETCH } from './bundle-BdJeQIAi.js';
|
|
7
7
|
|
|
8
8
|
// For legacy
|
|
9
9
|
// These are not used for collections(GroupChannel)
|
|
@@ -99,4 +99,4 @@ function useInitialMessagesFetch(_a, _b) {
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
export { NEXT_RESULT_SIZE as N, PREV_RESULT_SIZE as P, useInitialMessagesFetch as u };
|
|
102
|
-
//# sourceMappingURL=bundle-
|
|
102
|
+
//# sourceMappingURL=bundle-DKctNGC2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DKctNGC2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DM3wUgvd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as LabelStringSet } from './bundle-
|
|
1
|
+
import { c as LabelStringSet } from './bundle-33BY7XhN.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-DPsySdlV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DPsySdlV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-CfcTsxlD.js';
|
|
2
2
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
3
3
|
|
|
4
4
|
var scrollToRenderedMessage = function (scrollRef, initialTimeStamp, setIsScrolled) {
|
|
@@ -120,4 +120,4 @@ var isAboutSame = function (a, b, px) {
|
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
export { isDisabledBecauseFrozen as a, isDisabledBecauseMuted as b, scrollToRenderedMessage as c, getNicknamesMapFromMembers as d, getAllEmojisMapFromEmojiContainer as g, isAboutSame as i, mergeAndSortMessages as m, passUnsuccessfullMessages as p, scrollIntoLast as s };
|
|
123
|
-
//# sourceMappingURL=bundle-
|
|
123
|
+
//# sourceMappingURL=bundle-DR5lvmY_.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DR5lvmY_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -4,17 +4,17 @@ import IconButton from '../ui/IconButton.js';
|
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
5
|
import ContextMenu, { MenuItems, OperatorMenuItem, MuteMenuItem, MenuItem } from '../ui/ContextMenu.js';
|
|
6
6
|
import UserListItem$1 from '../ChannelSettings/components/UserListItem.js';
|
|
7
|
-
import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray, d as __rest } from './bundle-
|
|
7
|
+
import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray, d as __rest } from './bundle-CfcTsxlD.js';
|
|
8
8
|
import { Role } from '@sendbird/chat';
|
|
9
|
-
import { M as Modal } from './bundle-
|
|
9
|
+
import { M as Modal } from './bundle-DrKv7qiU.js';
|
|
10
10
|
import UserListItem from '../ui/UserListItem.js';
|
|
11
|
-
import { n as noop } from './bundle-
|
|
11
|
+
import { n as noop } from './bundle-Bm9cdQdy.js';
|
|
12
12
|
import { useChannelSettingsContext } from '../ChannelSettings/context.js';
|
|
13
13
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
14
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
15
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
16
|
-
import './bundle-
|
|
17
|
-
import { u as uuidv4 } from './bundle-
|
|
14
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-BkNNtN1V.js';
|
|
15
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-C-gNLxiH.js';
|
|
16
|
+
import './bundle-33BY7XhN.js';
|
|
17
|
+
import { u as uuidv4 } from './bundle-D4vlYCrG.js';
|
|
18
18
|
|
|
19
19
|
function MembersModal(_a) {
|
|
20
20
|
var _this = this;
|
|
@@ -279,4 +279,4 @@ var MemberList = function () {
|
|
|
279
279
|
};
|
|
280
280
|
|
|
281
281
|
export { MemberList as M };
|
|
282
|
-
//# sourceMappingURL=bundle-
|
|
282
|
+
//# sourceMappingURL=bundle-DTniwDWL.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DTniwDWL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DW2UIt7g.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DaAps-h8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import IconButton from '../ui/IconButton.js';
|
|
3
3
|
import Icon, { IconColors, IconTypes } from '../ui/Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-33BY7XhN.js';
|
|
5
5
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
6
|
-
import { g as getChannelTitle } from './bundle-
|
|
7
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
6
|
+
import { g as getChannelTitle } from './bundle-DPsySdlV.js';
|
|
7
|
+
import { u as useMediaQueryContext } from './bundle-BE9YtwxF.js';
|
|
8
8
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useLocalization } from './bundle-
|
|
9
|
+
import { u as useLocalization } from './bundle-BkNNtN1V.js';
|
|
10
10
|
|
|
11
11
|
var GroupChannelHeaderView = function (_a) {
|
|
12
12
|
var _b;
|
|
@@ -33,4 +33,4 @@ var GroupChannelHeaderView = function (_a) {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { GroupChannelHeaderView as G };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-DbWpPftJ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DbWpPftJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Dcg5UJZ5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-CfcTsxlD.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-D87WTORg.js';
|
|
5
|
+
import { u as useLocalization } from './bundle-BkNNtN1V.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-BE9YtwxF.js';
|
|
7
|
+
import { n as noop } from './bundle-Bm9cdQdy.js';
|
|
8
|
+
import { i as isVoiceMessage } from './bundle-BqL00V4c.js';
|
|
9
|
+
import { a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from './bundle-CJBaJoMx.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-33BY7XhN.js';
|
|
15
15
|
import MentionUserLabel from '../ui/MentionUserLabel.js';
|
|
16
|
-
import { M as Modal } from './bundle-
|
|
16
|
+
import { M as Modal } from './bundle-DrKv7qiU.js';
|
|
17
17
|
import TextButton from '../ui/TextButton.js';
|
|
18
18
|
|
|
19
19
|
var GroupChannelListItemView = function (_a) {
|
|
@@ -83,4 +83,4 @@ var GroupChannelListItemView = function (_a) {
|
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
export { GroupChannelListItemView as G };
|
|
86
|
-
//# sourceMappingURL=bundle-
|
|
86
|
+
//# sourceMappingURL=bundle-Df7uYu02.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Df7uYu02.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DfhDmd9y.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
2
|
import DOMPurify from 'dompurify';
|
|
3
|
-
import { a as NodeNames, N as NodeTypes } from './bundle-
|
|
4
|
-
import { U as USER_MENTION_TEMP_CHAR } from './bundle-
|
|
5
|
-
import { c as __spreadArray } from './bundle-
|
|
6
|
-
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-
|
|
7
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
8
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
3
|
+
import { a as NodeNames, N as NodeTypes } from './bundle-Dcg5UJZ5.js';
|
|
4
|
+
import { U as USER_MENTION_TEMP_CHAR } from './bundle-4YHx3jhU.js';
|
|
5
|
+
import { c as __spreadArray } from './bundle-CfcTsxlD.js';
|
|
6
|
+
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-DM3wUgvd.js';
|
|
7
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-DfhDmd9y.js';
|
|
8
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-BRSrznG_.js';
|
|
9
9
|
|
|
10
10
|
function renderToString(_a) {
|
|
11
11
|
var userId = _a.userId, nickname = _a.nickname;
|
|
@@ -242,4 +242,4 @@ function usePaste(_a) {
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
export { extractTextAndMentions as e, isChannelTypeSupportsMultipleFilesMessage as i, nodeListToArray as n, renderToString as r, sanitizeString as s, usePaste as u };
|
|
245
|
-
//# sourceMappingURL=bundle-
|
|
245
|
+
//# sourceMappingURL=bundle-Dm1_TUsQ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Dm1_TUsQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback, useEffect, useContext, useMemo, useReducer } from 'react';
|
|
2
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { p as pubSubTopics } from './bundle-C1UCPEjT.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { _ as __assign, c as __spreadArray } from './bundle-
|
|
4
|
+
import { _ as __assign, c as __spreadArray } from './bundle-CfcTsxlD.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelListFetchingStatus;
|
|
7
7
|
(function (OpenChannelListFetchingStatus) {
|
|
@@ -352,4 +352,4 @@ var OpenChannelListProvider$1 = {
|
|
|
352
352
|
};
|
|
353
353
|
|
|
354
354
|
export { OpenChannelListProvider as O, OpenChannelListFetchingStatus as a, OpenChannelListActionTypes$1 as b, OpenChannelListProvider$1 as c, useOpenChannelListContext as u };
|
|
355
|
-
//# sourceMappingURL=bundle-
|
|
355
|
+
//# sourceMappingURL=bundle-DnX0-Kjr.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DnX0-Kjr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { M as Modal } from './bundle-
|
|
3
|
-
import './bundle-
|
|
4
|
-
import './bundle-
|
|
2
|
+
import { M as Modal } from './bundle-DrKv7qiU.js';
|
|
3
|
+
import './bundle-CfcTsxlD.js';
|
|
4
|
+
import './bundle-33BY7XhN.js';
|
|
5
5
|
import { ButtonTypes } from '../ui/Button.js';
|
|
6
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
+
import { L as LocalizationContext } from './bundle-BkNNtN1V.js';
|
|
7
7
|
import { useThreadContext } from '../Thread/context.js';
|
|
8
|
-
import { g as getModalDeleteMessageTitle } from './bundle-
|
|
8
|
+
import { g as getModalDeleteMessageTitle } from './bundle-BYjHDpcR.js';
|
|
9
9
|
|
|
10
10
|
var RemoveMessage = function (props) {
|
|
11
11
|
var _a;
|
|
@@ -21,4 +21,4 @@ var RemoveMessage = function (props) {
|
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
export { RemoveMessage as R };
|
|
24
|
-
//# sourceMappingURL=bundle-
|
|
24
|
+
//# sourceMappingURL=bundle-DqPWGoAJ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DqPWGoAJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-CfcTsxlD.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { n as noop } from './bundle-
|
|
5
|
-
import { L as LocalizationContext } from './bundle-
|
|
6
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
4
|
+
import { n as noop } from './bundle-Bm9cdQdy.js';
|
|
5
|
+
import { L as LocalizationContext } from './bundle-BkNNtN1V.js';
|
|
6
|
+
import { u as useMediaQueryContext } from './bundle-BE9YtwxF.js';
|
|
7
7
|
import IconButton from '../ui/IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes } from '../ui/Button.js';
|
|
9
9
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-33BY7XhN.js';
|
|
11
11
|
|
|
12
12
|
// simple component to be used as modal root
|
|
13
13
|
var MODAL_ROOT = 'sendbird-modal-root';
|
|
@@ -62,4 +62,4 @@ function Modal(props) {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
export { Modal as M, MODAL_ROOT as a, ModalRoot as b, ModalFooter as c, ModalHeader as d, ModalBody as e };
|
|
65
|
-
//# sourceMappingURL=bundle-
|
|
65
|
+
//# sourceMappingURL=bundle-DrKv7qiU.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DrKv7qiU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { c as __spreadArray } from './bundle-
|
|
1
|
+
import { c as __spreadArray } from './bundle-CfcTsxlD.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import ImageRenderer from '../ui/ImageRenderer.js';
|
|
4
|
-
import { p as pxToNumber } from './bundle-
|
|
4
|
+
import { p as pxToNumber } from './bundle-CWPkjiZ7.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
6
6
|
|
|
7
7
|
var AvatarDefault = function (props) {
|
|
@@ -52,7 +52,7 @@ var AvatarInner = function (_a) {
|
|
|
52
52
|
return (React__default.createElement(ImageRenderer, { className: imageRendererClassName, url: "", height: height, width: width, alt: alt, defaultComponent: defaultComponent }));
|
|
53
53
|
};
|
|
54
54
|
function Avatar(_a, ref) {
|
|
55
|
-
var _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.src, src = _c === void 0 ? '' : _c, _d = _a.alt, alt = _d === void 0 ? '' : _d, _e = _a.width, width = _e === void 0 ? '56px' : _e, _f = _a.height, height = _f === void 0 ? '56px' : _f, _g = _a.zIndex, zIndex = _g === void 0 ? 0 : _g, _h = _a.left, left = _h === void 0 ? '' : _h, onClick = _a.onClick, customDefaultComponent = _a.customDefaultComponent;
|
|
55
|
+
var _b = _a.className, className = _b === void 0 ? '' : _b, _c = _a.src, src = _c === void 0 ? '' : _c, _d = _a.alt, alt = _d === void 0 ? '' : _d, _e = _a.width, width = _e === void 0 ? '56px' : _e, _f = _a.height, height = _f === void 0 ? '56px' : _f, _g = _a.zIndex, zIndex = _g === void 0 ? 0 : _g, _h = _a.left, left = _h === void 0 ? '' : _h, _j = _a.bottom, bottom = _j === void 0 ? '' : _j, onClick = _a.onClick, customDefaultComponent = _a.customDefaultComponent;
|
|
56
56
|
return (React__default.createElement("div", { className: __spreadArray(__spreadArray([], (Array.isArray(className) ? className : [className]), true), [
|
|
57
57
|
'sendbird-avatar',
|
|
58
58
|
], false).join(' '), role: "button", ref: ref, style: {
|
|
@@ -60,10 +60,11 @@ function Avatar(_a, ref) {
|
|
|
60
60
|
width: width,
|
|
61
61
|
zIndex: zIndex,
|
|
62
62
|
left: left,
|
|
63
|
+
bottom: bottom,
|
|
63
64
|
}, onClick: onClick, onKeyDown: onClick, tabIndex: 0 },
|
|
64
65
|
React__default.createElement(AvatarInner, { src: src, width: width, height: height, alt: alt, customDefaultComponent: customDefaultComponent })));
|
|
65
66
|
}
|
|
66
67
|
var Avatar$1 = React__default.forwardRef(Avatar);
|
|
67
68
|
|
|
68
69
|
export { Avatar$1 as A, AvatarDefault as a, AvatarInner as b };
|
|
69
|
-
//# sourceMappingURL=bundle-
|
|
70
|
+
//# sourceMappingURL=bundle-DyaS04Hg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DyaS04Hg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { K } from './bundle-
|
|
3
|
-
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-
|
|
2
|
+
import { K } from './bundle-VAV0nvVl.js';
|
|
3
|
+
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-CquJpe2n.js';
|
|
4
4
|
import { useMessageContext } from '../Message/context.js';
|
|
5
5
|
import MentionLabel from '../ui/MentionLabel.js';
|
|
6
6
|
import LinkLabel from '../ui/LinkLabel.js';
|
|
7
|
-
import { a as LabelTypography } from './bundle-
|
|
7
|
+
import { a as LabelTypography } from './bundle-33BY7XhN.js';
|
|
8
8
|
|
|
9
9
|
// this function is used to generate a unique key for token in message
|
|
10
10
|
// it changes with updated time and index
|
|
@@ -33,4 +33,4 @@ function TextFragment(_a) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export { TextFragment as T };
|
|
36
|
-
//# sourceMappingURL=bundle-
|
|
36
|
+
//# sourceMappingURL=bundle-DzD5ZPeu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-DzD5ZPeu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator, c as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator, c as __spreadArray } from './bundle-CfcTsxlD.js';
|
|
2
2
|
import React__default, { useRef, useState, useEffect, useCallback } from 'react';
|
|
3
|
-
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-
|
|
3
|
+
import { i as isDisabledBecauseFrozen, a as isDisabledBecauseMuted } from './bundle-BjbYgCW9.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import { u as useLocalization } from './bundle-
|
|
5
|
+
import { u as useLocalization } from './bundle-BkNNtN1V.js';
|
|
6
6
|
import { SuggestedMentionList } from '../GroupChannel/components/SuggestedMentionList.js';
|
|
7
7
|
import { useDirtyGetMentions } from '../Message/hooks/useDirtyGetMentions.js';
|
|
8
8
|
import QuoteMessageInput from '../ui/QuoteMessageInput.js';
|
|
9
9
|
import { useVoicePlayer } from '../VoicePlayer/useVoicePlayer.js';
|
|
10
10
|
import { useVoiceRecorder, VoiceRecorderStatus } from '../VoiceRecorder/useVoiceRecorder.js';
|
|
11
|
-
import { V as VoiceMessageInputStatus, a as VoiceMessageInput } from './bundle-
|
|
12
|
-
import { M as Modal, c as ModalFooter } from './bundle-
|
|
11
|
+
import { V as VoiceMessageInputStatus, a as VoiceMessageInput } from './bundle-CT8aJQs5.js';
|
|
12
|
+
import { M as Modal, c as ModalFooter } from './bundle-DrKv7qiU.js';
|
|
13
13
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
14
|
-
import { g as VOICE_RECORDER_DEFAULT_MIN } from './bundle-
|
|
15
|
-
import { V as VOICE_PLAYER_STATUS } from './bundle-
|
|
16
|
-
import { u as uuidv4 } from './bundle-
|
|
14
|
+
import { g as VOICE_RECORDER_DEFAULT_MIN } from './bundle-BdJeQIAi.js';
|
|
15
|
+
import { V as VOICE_PLAYER_STATUS } from './bundle-CZbk43my.js';
|
|
16
|
+
import { u as uuidv4 } from './bundle-D4vlYCrG.js';
|
|
17
17
|
import MessageInput from '../ui/MessageInput.js';
|
|
18
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
19
|
-
import { M as MessageInputKeys } from './bundle-
|
|
20
|
-
import { k as isImage } from './bundle-
|
|
18
|
+
import { u as useMediaQueryContext } from './bundle-BE9YtwxF.js';
|
|
19
|
+
import { M as MessageInputKeys } from './bundle-Dcg5UJZ5.js';
|
|
20
|
+
import { k as isImage } from './bundle-BqL00V4c.js';
|
|
21
21
|
import { useGlobalModalContext } from '../hooks/useModal.js';
|
|
22
|
-
import './bundle-
|
|
23
|
-
import { c as compressImages } from './bundle-
|
|
22
|
+
import './bundle-33BY7XhN.js';
|
|
23
|
+
import { c as compressImages } from './bundle-DGSAqfvK.js';
|
|
24
24
|
|
|
25
25
|
var VoiceMessageInputWrapper = function (_a) {
|
|
26
26
|
var _b;
|
|
@@ -382,4 +382,4 @@ var MessageInputWrapperView = React__default.forwardRef(function (props, ref) {
|
|
|
382
382
|
});
|
|
383
383
|
|
|
384
384
|
export { MessageInputWrapperView as M, VoiceMessageInputWrapper as V };
|
|
385
|
-
//# sourceMappingURL=bundle-
|
|
385
|
+
//# sourceMappingURL=bundle-FBDSQPhI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-FBDSQPhI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-O8OKcGsA.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,10 +2,10 @@ import React__default, { useState, useMemo, useRef, useEffect } from 'react';
|
|
|
2
2
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
3
3
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
4
4
|
import ImageRenderer, { getBorderRadiusForMultipleImageRenderer } from '../ui/ImageRenderer.js';
|
|
5
|
-
import { w as getClassName, A as isGif } from './bundle-
|
|
6
|
-
import { F as FileViewer } from './bundle-
|
|
7
|
-
import { K } from './bundle-
|
|
8
|
-
import { _ as __assign } from './bundle-
|
|
5
|
+
import { w as getClassName, A as isGif } from './bundle-BqL00V4c.js';
|
|
6
|
+
import { F as FileViewer } from './bundle-B-5nMQI8.js';
|
|
7
|
+
import { K } from './bundle-VAV0nvVl.js';
|
|
8
|
+
import { _ as __assign } from './bundle-CfcTsxlD.js';
|
|
9
9
|
|
|
10
10
|
function ImageGrid(_a) {
|
|
11
11
|
var _b;
|
|
@@ -145,4 +145,4 @@ var useFileInfoListWithUploaded = function (message) {
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
export { MultipleFilesMessageItemBody as M, ThreadMessageKind as T, useFileInfoListWithUploaded as a, useThreadMessageKindKeySelector as u };
|
|
148
|
-
//# sourceMappingURL=bundle-
|
|
148
|
+
//# sourceMappingURL=bundle-PoeV4u5o.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-PoeV4u5o.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
3
3
|
import { TypingIndicator } from '../GroupChannel/components/TypingIndicator.js';
|
|
4
|
-
import { T as TypingIndicatorType } from './bundle-
|
|
4
|
+
import { T as TypingIndicatorType } from './bundle-BqL00V4c.js';
|
|
5
5
|
import ConnectionStatus from '../ui/ConnectionStatus.js';
|
|
6
6
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
7
7
|
|
|
@@ -40,4 +40,4 @@ var GroupChannelUIView = function (props) {
|
|
|
40
40
|
};
|
|
41
41
|
|
|
42
42
|
export { GroupChannelUIView as G };
|
|
43
|
-
//# sourceMappingURL=bundle-
|
|
43
|
+
//# sourceMappingURL=bundle-Ti1Y75Dm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Ti1Y75Dm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
var n=Symbol("@ts-pattern/matcher"),t="@ts-pattern/anonymous-select-key",e=function(n){return Boolean(n&&"object"==typeof n)},r=function(t){return t&&!!t[n]},u=function t(u,i,c){if(e(u)){if(r(u)){var o=u[n]().match(i),a=o.matched,f=o.selections;return a&&f&&Object.keys(f).forEach(function(n){return c(n,f[n])}),a}if(!e(i))return !1;if(Array.isArray(u))return !!Array.isArray(i)&&u.length===i.length&&u.every(function(n,e){return t(n,i[e],c)});if(u instanceof Map)return i instanceof Map&&Array.from(u.keys()).every(function(n){return t(u.get(n),i.get(n),c)});if(u instanceof Set){if(!(i instanceof Set))return !1;if(0===u.size)return 0===i.size;if(1===u.size){var s=Array.from(u.values())[0];return r(s)?Array.from(i.values()).every(function(n){return t(s,n,c)}):i.has(s)}return Array.from(u.values()).every(function(n){return i.has(n)})}return Object.keys(u).every(function(e){var o,a=u[e];return (e in i||r(o=a)&&"optional"===o[n]().matcherType)&&t(a,i[e],c)})}return Object.is(i,u)},i=function t(u){var i,o,a;return e(u)?r(u)?null!=(i=null==(o=(a=u[n]()).getSelectionKeys)?void 0:o.call(a))?i:[]:Array.isArray(u)?c(u,t):c(Object.values(u),t):[]},c=function(n,t){return n.reduce(function(n,e){return n.concat(t(e))},[])};function o(t){var e;return (e={})[n]=function(){return {match:function(n){var e={},r=function(n,t){e[n]=t;};return void 0===n?(i(t).forEach(function(n){return r(n,void 0)}),{matched:!0,selections:e}):{matched:u(t,n,r),selections:e}},getSelectionKeys:function(){return i(t)},matcherType:"optional"}},e}function a(t){var e;return (e={})[n]=function(){return {match:function(n){if(!Array.isArray(n))return {matched:!1};var e={};if(0===n.length)return i(t).forEach(function(n){e[n]=[];}),{matched:!0,selections:e};var r=function(n,t){e[n]=(e[n]||[]).concat([t]);};return {matched:n.every(function(n){return u(t,n,r)}),selections:e}},getSelectionKeys:function(){return i(t)}}},e}function f(){var t,e=[].slice.call(arguments);return (t={})[n]=function(){return {match:function(n){var t={},r=function(n,e){t[n]=e;};return {matched:e.every(function(t){return u(t,n,r)}),selections:t}},getSelectionKeys:function(){return c(e,i)},matcherType:"and"}},t}function s(){var t,e=[].slice.call(arguments);return (t={})[n]=function(){return {match:function(n){var t={},r=function(n,e){t[n]=e;};return c(e,i).forEach(function(n){return r(n,void 0)}),{matched:e.some(function(t){return u(t,n,r)}),selections:t}},getSelectionKeys:function(){return c(e,i)},matcherType:"or"}},t}function l(t){var e;return (e={})[n]=function(){return {match:function(n){return {matched:!u(t,n,function(){})}},getSelectionKeys:function(){return []},matcherType:"not"}},e}function h(t){var e;return (e={})[n]=function(){return {match:function(n){return {matched:Boolean(t(n))}}}},e}function v(){var e,r=[].slice.call(arguments),c="string"==typeof r[0]?r[0]:void 0,o=2===r.length?r[1]:"string"==typeof r[0]?void 0:r[0];return (e={})[n]=function(){return {match:function(n){var e,r=((e={})[null!=c?c:t]=n,e);return {matched:void 0===o||u(o,n,function(n,t){r[n]=t;}),selections:r}},getSelectionKeys:function(){return [null!=c?c:t].concat(void 0===o?[]:i(o))}}},e}var y=h(function(n){return !0}),m=y,d=h(function(n){return "string"==typeof n}),g=h(function(n){return "number"==typeof n}),p=h(function(n){return "boolean"==typeof n}),b=h(function(n){return "bigint"==typeof n}),w=h(function(n){return "symbol"==typeof n}),A=h(function(n){return null==n}),S={__proto__:null,optional:o,array:a,intersection:f,union:s,not:l,when:h,select:v,any:y,_:m,string:d,number:g,boolean:p,bigint:b,symbol:w,nullish:A,instanceOf:function(n){return h(function(n){return function(t){return t instanceof n}}(n))},typed:function(){return {array:a,optional:o,intersection:f,union:s,not:l,select:v,when:h}}};function K(n){return new O(n,[])}var O=/*#__PURE__*/function(){function n(n,t){this.value=void 0,this.cases=void 0,this.value=n,this.cases=t;}var e=n.prototype;return e.with=function(){var e=[].slice.call(arguments),r=e[e.length-1],i=[e[0]],c=[];return 3===e.length&&"function"==typeof e[1]?(i.push(e[0]),c.push(e[1])):e.length>2&&i.push.apply(i,e.slice(1,e.length-1)),new n(this.value,this.cases.concat([{match:function(n){var e={},r=Boolean(i.some(function(t){return u(t,n,function(n,t){e[n]=t;})})&&c.every(function(t){return t(n)}));return {matched:r,value:r&&Object.keys(e).length?t in e?e[t]:e:n}},handler:r}]))},e.when=function(t,e){return new n(this.value,this.cases.concat([{match:function(n){return {matched:Boolean(t(n)),value:n}},handler:e}]))},e.otherwise=function(t){return new n(this.value,this.cases.concat([{match:function(n){return {matched:!0,value:n}},handler:t}])).run()},e.exhaustive=function(){return this.run()},e.run=function(){for(var n=this.value,t=void 0,e=0;e<this.cases.length;e++){var r=this.cases[e],u=r.match(this.value);if(u.matched){n=u.value,t=r.handler;break}}if(!t){var i;try{i=JSON.stringify(this.value);}catch(n){i=this.value;}throw new Error("Pattern matching error: no pattern matches value "+i)}return t(n,this.value)},n}();
|
|
2
2
|
|
|
3
3
|
export { K, S };
|
|
4
|
-
//# sourceMappingURL=bundle-
|
|
4
|
+
//# sourceMappingURL=bundle-VAV0nvVl.js.map
|