@sendbird/uikit-react 3.9.3 → 3.10.1
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 +66 -57
- package/App.js.map +1 -1
- package/CHANGELOG.md +72 -0
- package/Channel/components/ChannelHeader.js +26 -26
- package/Channel/components/ChannelUI.js +59 -54
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +25 -25
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +106 -77
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageFeedbackModal.js +66 -0
- package/Channel/components/MessageFeedbackModal.js.map +1 -0
- package/Channel/components/MessageInput.js +39 -39
- package/Channel/components/MessageList.js +52 -47
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +24 -24
- package/Channel/components/SuggestedMentionList.js +24 -24
- package/Channel/components/TypingIndicator.js +19 -19
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +17 -17
- package/Channel/hooks/useHandleUploadFiles.js +14 -13
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/Channel/hooks/useInitialMessagesFetch.js +9 -8
- package/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
- package/Channel/utils/compareMessagesForGrouping.js +7 -6
- package/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/Channel/utils/getMessagePartsInfo.js +8 -7
- package/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/Channel.js +58 -53
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +19 -19
- package/ChannelList/components/ChannelListHeader.js +9 -9
- package/ChannelList/components/ChannelListUI.js +35 -35
- package/ChannelList/components/ChannelPreview.js +32 -32
- package/ChannelList/components/ChannelPreviewAction.js +16 -16
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +34 -34
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsUI.js +20 -20
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +35 -23
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +14 -13
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +17 -16
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +20 -20
- package/CreateChannel/components/CreateChannelUI.js +17 -16
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +17 -16
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +17 -16
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -12
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +12 -12
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/MessageSearch/components/MessageSearchUI.js +16 -15
- package/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +16 -15
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +19 -19
- package/OpenChannel/components/OpenChannelInput.js +27 -26
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +37 -34
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +40 -38
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +39 -37
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +18 -18
- package/OpenChannel.js +39 -37
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +15 -15
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +20 -19
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +18 -17
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +20 -19
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +25 -23
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +43 -41
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +32 -30
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +47 -45
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +46 -44
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +38 -38
- package/Thread/components/ThreadUI.js +50 -48
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +13 -13
- package/Thread.js +51 -49
- package/Thread.js.map +1 -1
- 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-rcUMtSzr.js → bundle-1WAo3loP.js} +1 -1
- package/chunks/bundle-1WAo3loP.js.map +1 -0
- package/chunks/{bundle-MtGjgUxA.js → bundle-DeRyZP32.js} +18 -47
- package/chunks/{bundle-4PBxOF7r.js.map → bundle-DeRyZP32.js.map} +1 -1
- package/chunks/{bundle-0-7ScOR7.js → bundle-E33Oa46E.js} +10 -10
- package/chunks/{bundle-0-7ScOR7.js.map → bundle-E33Oa46E.js.map} +1 -1
- package/chunks/{bundle-zL2GggA_.js → bundle-ETZY-eQc.js} +5 -5
- package/chunks/{bundle-zL2GggA_.js.map → bundle-ETZY-eQc.js.map} +1 -1
- package/chunks/{bundle-YknGoAU3.js → bundle-F3QT9IFj.js} +2 -2
- package/chunks/{bundle-YknGoAU3.js.map → bundle-F3QT9IFj.js.map} +1 -1
- package/chunks/{bundle-W0Wz_roj.js → bundle-Fkv6nKcy.js} +3 -3
- package/chunks/{bundle-W0Wz_roj.js.map → bundle-Fkv6nKcy.js.map} +1 -1
- package/chunks/{bundle-t6JaUd1b.js → bundle-GKopZh-T.js} +1 -1
- package/chunks/{bundle-t6JaUd1b.js.map → bundle-GKopZh-T.js.map} +1 -1
- package/chunks/{bundle-LFXAxMSp.js → bundle-GbC4a59M.js} +4 -4
- package/chunks/bundle-GbC4a59M.js.map +1 -0
- package/chunks/{bundle-nyXhTs2k.js → bundle-Gkl7Q1IK.js} +3 -3
- package/chunks/bundle-Gkl7Q1IK.js.map +1 -0
- package/chunks/{bundle-A36uZCDl.js → bundle-H2Il__gY.js} +1 -1
- package/chunks/bundle-H2Il__gY.js.map +1 -0
- package/chunks/{bundle-v0nGdiTZ.js → bundle-HkbweK1K.js} +1 -1
- package/chunks/bundle-HkbweK1K.js.map +1 -0
- package/chunks/{bundle-oaL-WZdX.js → bundle-J79McRkg.js} +15 -15
- package/chunks/{bundle-oaL-WZdX.js.map → bundle-J79McRkg.js.map} +1 -1
- package/chunks/{bundle-jzsK-B6H.js → bundle-J_erGfOo.js} +3 -3
- package/chunks/{bundle-jzsK-B6H.js.map → bundle-J_erGfOo.js.map} +1 -1
- package/chunks/{bundle-DXjnvT3X.js → bundle-JbVZ1Tsw.js} +2 -2
- package/chunks/bundle-JbVZ1Tsw.js.map +1 -0
- package/chunks/{bundle-Q-3uYmLU.js → bundle-Jp5g4YZl.js} +1 -1
- package/chunks/bundle-Jp5g4YZl.js.map +1 -0
- package/chunks/{bundle-iGWTklyk.js → bundle-KSjFhl4l.js} +1 -1
- package/chunks/bundle-KSjFhl4l.js.map +1 -0
- package/chunks/{bundle-ior2BlUD.js → bundle-KmauOTrg.js} +1 -1
- package/chunks/bundle-KmauOTrg.js.map +1 -0
- package/chunks/{bundle-gdweDZjg.js → bundle-Kv4GXRTs.js} +1 -1
- package/chunks/bundle-Kv4GXRTs.js.map +1 -0
- package/chunks/{bundle-21p8ODP_.js → bundle-LEanaSuB.js} +3 -3
- package/chunks/{bundle-21p8ODP_.js.map → bundle-LEanaSuB.js.map} +1 -1
- package/chunks/{bundle-hnbY99fx.js → bundle-Lt8mReNU.js} +3 -3
- package/chunks/bundle-Lt8mReNU.js.map +1 -0
- package/chunks/{bundle-_nBy-aBx.js → bundle-MyYphU00.js} +7 -7
- package/chunks/{bundle-_nBy-aBx.js.map → bundle-MyYphU00.js.map} +1 -1
- package/chunks/{bundle-qnTU06K7.js → bundle-MzSKVbUQ.js} +7 -7
- package/chunks/{bundle-qnTU06K7.js.map → bundle-MzSKVbUQ.js.map} +1 -1
- package/chunks/{bundle-L_mUjiuK.js → bundle-NYZlEPQ4.js} +9 -9
- package/chunks/{bundle-L_mUjiuK.js.map → bundle-NYZlEPQ4.js.map} +1 -1
- package/chunks/{bundle-yND4UFpN.js → bundle-OZZH5fXZ.js} +1 -1
- package/chunks/bundle-OZZH5fXZ.js.map +1 -0
- package/chunks/{bundle-TSWaRDnP.js → bundle-PZta2LmS.js} +3 -3
- package/chunks/{bundle-TSWaRDnP.js.map → bundle-PZta2LmS.js.map} +1 -1
- package/chunks/{bundle-vAvSNdmj.js → bundle-TV4-nyqN.js} +1 -1
- package/chunks/{bundle-vAvSNdmj.js.map → bundle-TV4-nyqN.js.map} +1 -1
- package/chunks/{bundle-yT-RH-aL.js → bundle-VCZsMdpB.js} +2 -2
- package/chunks/{bundle-yT-RH-aL.js.map → bundle-VCZsMdpB.js.map} +1 -1
- package/chunks/{bundle-q1M15U1p.js → bundle-VPanFdbf.js} +15 -12
- package/chunks/bundle-VPanFdbf.js.map +1 -0
- package/chunks/{bundle-IHKKjTVb.js → bundle-W8t7rR3H.js} +3 -3
- package/chunks/bundle-W8t7rR3H.js.map +1 -0
- package/chunks/{bundle-jJZAQH44.js → bundle-WDOQg3ty.js} +2 -2
- package/chunks/{bundle-jJZAQH44.js.map → bundle-WDOQg3ty.js.map} +1 -1
- package/chunks/{bundle-f-bQSvmA.js → bundle-WpHDilD_.js} +1 -1
- package/chunks/bundle-WpHDilD_.js.map +1 -0
- package/chunks/{bundle-vVdAEhWk.js → bundle-X3h4GiLa.js} +4 -4
- package/chunks/bundle-X3h4GiLa.js.map +1 -0
- package/chunks/{bundle-olZmltOQ.js → bundle-YmIrZYPF.js} +16 -1
- package/chunks/bundle-YmIrZYPF.js.map +1 -0
- package/chunks/{bundle-joPrRU5E.js → bundle-ZKM9Qk_j.js} +1 -1
- package/chunks/bundle-ZKM9Qk_j.js.map +1 -0
- package/chunks/{bundle-amfimmWY.js → bundle-ZcE3JzW_.js} +1 -1
- package/chunks/bundle-ZcE3JzW_.js.map +1 -0
- package/chunks/{bundle-mO3J4SXS.js → bundle-_-2NCsYr.js} +1 -1
- package/chunks/bundle-_-2NCsYr.js.map +1 -0
- package/chunks/{bundle-v7nqMv6h.js → bundle-aVVX2zHR.js} +3 -3
- package/chunks/bundle-aVVX2zHR.js.map +1 -0
- package/chunks/{bundle-hEvM6x_9.js → bundle-aeQZ5WsP.js} +1 -1
- package/chunks/bundle-aeQZ5WsP.js.map +1 -0
- package/chunks/{bundle-fe2EF_iJ.js → bundle-cHbX4Rxo.js} +4 -4
- package/chunks/{bundle-fe2EF_iJ.js.map → bundle-cHbX4Rxo.js.map} +1 -1
- package/chunks/{bundle-79RbKDD4.js → bundle-cXqs96Pt.js} +1 -1
- package/chunks/bundle-cXqs96Pt.js.map +1 -0
- package/chunks/{bundle-Xp-L1BVs.js → bundle-d6R6m9-9.js} +4 -4
- package/chunks/{bundle-Xp-L1BVs.js.map → bundle-d6R6m9-9.js.map} +1 -1
- package/chunks/{bundle-mxq273ll.js → bundle-dWJnfDPH.js} +5 -3
- package/chunks/bundle-dWJnfDPH.js.map +1 -0
- package/chunks/{bundle-XlrrUjEJ.js → bundle-f9mkey82.js} +1 -1
- package/chunks/bundle-f9mkey82.js.map +1 -0
- package/chunks/{bundle-Zzg_Wc7p.js → bundle-gEwUSFTG.js} +8 -8
- package/chunks/{bundle-Zzg_Wc7p.js.map → bundle-gEwUSFTG.js.map} +1 -1
- package/chunks/{bundle-OiOYIWNt.js → bundle-iWI3kIle.js} +12 -12
- package/chunks/{bundle-OiOYIWNt.js.map → bundle-iWI3kIle.js.map} +1 -1
- package/chunks/{bundle-uNgbgg3h.js → bundle-iYCB6XN2.js} +1 -1
- package/chunks/bundle-iYCB6XN2.js.map +1 -0
- package/chunks/{bundle-K0r8aWXg.js → bundle-ipC2A4Tb.js} +24 -40
- package/chunks/{bundle-K0r8aWXg.js.map → bundle-ipC2A4Tb.js.map} +1 -1
- package/chunks/{bundle-2axFKCIx.js → bundle-kfNTRju0.js} +1 -1
- package/chunks/{bundle-2axFKCIx.js.map → bundle-kfNTRju0.js.map} +1 -1
- package/chunks/{bundle-KF1IhHsV.js → bundle-ku6CEjGk.js} +1 -1
- package/chunks/bundle-ku6CEjGk.js.map +1 -0
- package/chunks/{bundle-uDxWy2vD.js → bundle-ldRkCosA.js} +4 -4
- package/chunks/{bundle-uDxWy2vD.js.map → bundle-ldRkCosA.js.map} +1 -1
- package/chunks/{bundle-ZbGteG77.js → bundle-lmXvuxOb.js} +1 -1
- package/chunks/bundle-lmXvuxOb.js.map +1 -0
- package/chunks/{bundle-KVQUrA22.js → bundle-mTQPBbmZ.js} +6 -6
- package/chunks/bundle-mTQPBbmZ.js.map +1 -0
- package/chunks/{bundle-j-DHjJge.js → bundle-niN5G0Bo.js} +2 -2
- package/chunks/{bundle-j-DHjJge.js.map → bundle-niN5G0Bo.js.map} +1 -1
- package/chunks/{bundle-mW5agIOj.js → bundle-pWIkt9Ng.js} +1 -1
- package/chunks/bundle-pWIkt9Ng.js.map +1 -0
- package/chunks/{bundle-PCj9QYWV.js → bundle-tca5p7Pl.js} +2 -2
- package/chunks/bundle-tca5p7Pl.js.map +1 -0
- package/chunks/{bundle-wZlSE8gx.js → bundle-ucXG1Py7.js} +4 -4
- package/chunks/{bundle-wZlSE8gx.js.map → bundle-ucXG1Py7.js.map} +1 -1
- package/chunks/{bundle-NZcldiSn.js → bundle-uk2Y0AQu.js} +18 -24
- package/chunks/{bundle-NZcldiSn.js.map → bundle-uk2Y0AQu.js.map} +1 -1
- package/chunks/{bundle-Pv7OUzJM.js → bundle-wUwB6Q8m.js} +3 -3
- package/chunks/{bundle-Pv7OUzJM.js.map → bundle-wUwB6Q8m.js.map} +1 -1
- package/chunks/bundle-xgiw36M5.js +18 -0
- package/chunks/bundle-xgiw36M5.js.map +1 -0
- package/chunks/{bundle-4PBxOF7r.js → bundle-xsV7pD8p.js} +5 -5
- package/chunks/bundle-xsV7pD8p.js.map +1 -0
- package/chunks/{bundle-KjVIQqaY.js → bundle-y_LgB6DS.js} +3 -3
- package/chunks/bundle-y_LgB6DS.js.map +1 -0
- package/chunks/{bundle-l9d09gzQ.js → bundle-yur9nm4N.js} +1 -1
- package/chunks/bundle-yur9nm4N.js.map +1 -0
- package/chunks/{bundle-EvZinAAd.js → bundle-zpSxKsxM.js} +1 -1
- package/chunks/{bundle-EvZinAAd.js.map → bundle-zpSxKsxM.js.map} +1 -1
- package/cjs/App.js +66 -57
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +26 -26
- package/cjs/Channel/components/ChannelUI.js +59 -54
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +25 -25
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +106 -77
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageFeedbackModal.js +68 -0
- package/cjs/Channel/components/MessageFeedbackModal.js.map +1 -0
- package/cjs/Channel/components/MessageInput.js +39 -39
- package/cjs/Channel/components/MessageList.js +52 -47
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +24 -24
- package/cjs/Channel/components/SuggestedMentionList.js +24 -24
- package/cjs/Channel/components/TypingIndicator.js +19 -19
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +17 -17
- package/cjs/Channel/hooks/useHandleUploadFiles.js +14 -13
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +9 -8
- package/cjs/Channel/hooks/useInitialMessagesFetch.js.map +1 -1
- package/cjs/Channel/utils/compareMessagesForGrouping.js +7 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js.map +1 -1
- package/cjs/Channel/utils/getMessagePartsInfo.js +8 -7
- package/cjs/Channel/utils/getMessagePartsInfo.js.map +1 -1
- package/cjs/Channel.js +58 -53
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +19 -19
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -9
- package/cjs/ChannelList/components/ChannelListUI.js +35 -35
- package/cjs/ChannelList/components/ChannelPreview.js +32 -32
- package/cjs/ChannelList/components/ChannelPreviewAction.js +16 -16
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +34 -34
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +20 -20
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +35 -23
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +14 -13
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +17 -16
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +20 -20
- package/cjs/CreateChannel/components/CreateChannelUI.js +17 -16
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +17 -16
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +17 -16
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -12
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +12 -12
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/MessageSearch/components/MessageSearchUI.js +16 -15
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +16 -15
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +19 -19
- package/cjs/OpenChannel/components/OpenChannelInput.js +27 -26
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +37 -34
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +40 -38
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +39 -37
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +18 -18
- package/cjs/OpenChannel.js +39 -37
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +15 -15
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +20 -19
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +20 -19
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +18 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +20 -19
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +25 -23
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +43 -41
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +32 -30
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +47 -45
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +46 -44
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +38 -38
- package/cjs/Thread/components/ThreadUI.js +50 -48
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +13 -13
- package/cjs/Thread.js +51 -49
- package/cjs/Thread.js.map +1 -1
- 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-BQTyUmzj.js → bundle--MJd6Gw1.js} +1 -1
- package/cjs/chunks/bundle--MJd6Gw1.js.map +1 -0
- package/cjs/chunks/{bundle-xOGNakZW.js → bundle--d5w7FVF.js} +1 -1
- package/cjs/chunks/bundle--d5w7FVF.js.map +1 -0
- package/cjs/chunks/{bundle-BWHZlxBD.js → bundle-135pRm7i.js} +1 -1
- package/cjs/chunks/bundle-135pRm7i.js.map +1 -0
- package/cjs/chunks/{bundle-CyWFkcBh.js → bundle-1dUHK2qC.js} +1 -1
- package/cjs/chunks/bundle-1dUHK2qC.js.map +1 -0
- package/cjs/chunks/{bundle-f9YMFNAC.js → bundle-2gCdAlxv.js} +2 -2
- package/cjs/chunks/{bundle-f9YMFNAC.js.map → bundle-2gCdAlxv.js.map} +1 -1
- package/cjs/chunks/{bundle-p-3ceZAU.js → bundle-3K153hLM.js} +4 -4
- package/cjs/chunks/{bundle-p-3ceZAU.js.map → bundle-3K153hLM.js.map} +1 -1
- package/cjs/chunks/{bundle-F74wrKkr.js → bundle-5Nd6zn0d.js} +3 -3
- package/cjs/chunks/bundle-5Nd6zn0d.js.map +1 -0
- package/cjs/chunks/{bundle-F4Y7xmf1.js → bundle-65IwoStx.js} +1 -1
- package/cjs/chunks/{bundle-F4Y7xmf1.js.map → bundle-65IwoStx.js.map} +1 -1
- package/cjs/chunks/{bundle-pAGpMj4-.js → bundle-68NdNRjR.js} +17 -46
- package/cjs/chunks/bundle-68NdNRjR.js.map +1 -0
- package/cjs/chunks/{bundle-Guz_a7Pd.js → bundle-6ZegaDWX.js} +2 -2
- package/cjs/chunks/{bundle-Guz_a7Pd.js.map → bundle-6ZegaDWX.js.map} +1 -1
- package/cjs/chunks/{bundle-KfrHCpUu.js → bundle-7AS0Rcch.js} +1 -1
- package/cjs/chunks/bundle-7AS0Rcch.js.map +1 -0
- package/cjs/chunks/{bundle-R4oiSD0L.js → bundle-7J-qpEzM.js} +1 -1
- package/cjs/chunks/bundle-7J-qpEzM.js.map +1 -0
- package/cjs/chunks/{bundle-aLBNZXTm.js → bundle-7J3nX_hP.js} +5 -3
- package/cjs/chunks/bundle-7J3nX_hP.js.map +1 -0
- package/cjs/chunks/{bundle-T4vZ2tFS.js → bundle-7QMU-JU1.js} +2 -2
- package/cjs/chunks/bundle-7QMU-JU1.js.map +1 -0
- package/cjs/chunks/{bundle-yTBDgBVp.js → bundle-7VJjqIPJ.js} +4 -4
- package/cjs/chunks/bundle-7VJjqIPJ.js.map +1 -0
- package/cjs/chunks/{bundle-rXVQ4vD5.js → bundle-9iE0HY96.js} +3 -3
- package/cjs/chunks/bundle-9iE0HY96.js.map +1 -0
- package/cjs/chunks/{bundle-69aUvlr0.js → bundle-AbGazomk.js} +9 -9
- package/cjs/chunks/{bundle-69aUvlr0.js.map → bundle-AbGazomk.js.map} +1 -1
- package/cjs/chunks/{bundle-zFwFhCDW.js → bundle-B5gH_etT.js} +10 -10
- package/cjs/chunks/bundle-B5gH_etT.js.map +1 -0
- package/cjs/chunks/{bundle-jOx4XDkO.js → bundle-BH9aeaqG.js} +2 -2
- package/cjs/chunks/bundle-BH9aeaqG.js.map +1 -0
- package/cjs/chunks/{bundle-P5uaoEp7.js → bundle-CUa6Hz7c.js} +6 -6
- package/cjs/chunks/bundle-CUa6Hz7c.js.map +1 -0
- package/cjs/chunks/{bundle-wKifHXnJ.js → bundle-Dax6YIIr.js} +1 -1
- package/cjs/chunks/bundle-Dax6YIIr.js.map +1 -0
- package/cjs/chunks/{bundle-yqb-T4DB.js → bundle-Dz3ncvS3.js} +4 -4
- package/cjs/chunks/bundle-Dz3ncvS3.js.map +1 -0
- package/cjs/chunks/{bundle-5x6xkP9v.js → bundle-GDX6wyym.js} +7 -7
- package/cjs/chunks/bundle-GDX6wyym.js.map +1 -0
- package/cjs/chunks/{bundle-b7L7rtxl.js → bundle-GsUulypb.js} +1 -1
- package/cjs/chunks/bundle-GsUulypb.js.map +1 -0
- package/cjs/chunks/{bundle-bXa0UWvD.js → bundle-INJtS58R.js} +1 -1
- package/cjs/chunks/bundle-INJtS58R.js.map +1 -0
- package/cjs/chunks/{bundle-Gz75GoMH.js → bundle-JOBLCwk9.js} +1 -1
- package/cjs/chunks/bundle-JOBLCwk9.js.map +1 -0
- package/cjs/chunks/{bundle-AA3e_g5q.js → bundle-JVe1J2FX.js} +4 -4
- package/{chunks/bundle-MtGjgUxA.js.map → cjs/chunks/bundle-JVe1J2FX.js.map} +1 -1
- package/cjs/chunks/{bundle-fYGB5Ibr.js → bundle-J_ooPKgS.js} +3 -3
- package/cjs/chunks/{bundle-fYGB5Ibr.js.map → bundle-J_ooPKgS.js.map} +1 -1
- package/cjs/chunks/{bundle-Z0z4XcoC.js → bundle-JbxviE94.js} +1 -1
- package/cjs/chunks/bundle-JbxviE94.js.map +1 -0
- package/cjs/chunks/{bundle-agHXB3n2.js → bundle-Jcrboe06.js} +24 -40
- package/cjs/chunks/{bundle-agHXB3n2.js.map → bundle-Jcrboe06.js.map} +1 -1
- package/cjs/chunks/{bundle-t3HW5lYr.js → bundle-LRCFL23q.js} +1 -1
- package/cjs/chunks/bundle-LRCFL23q.js.map +1 -0
- package/cjs/chunks/{bundle--EcmFAgY.js → bundle-OVfymd1y.js} +1 -1
- package/cjs/chunks/bundle-OVfymd1y.js.map +1 -0
- package/cjs/chunks/{bundle-8xsZqXyY.js → bundle-Oc2T5_VP.js} +15 -12
- package/cjs/chunks/bundle-Oc2T5_VP.js.map +1 -0
- package/cjs/chunks/{bundle-L7Qg6fc_.js → bundle-RSklGv-u.js} +1 -1
- package/cjs/chunks/{bundle-L7Qg6fc_.js.map → bundle-RSklGv-u.js.map} +1 -1
- package/cjs/chunks/{bundle-ymVHfRPV.js → bundle-TFo3Eb8z.js} +3 -3
- package/cjs/chunks/bundle-TFo3Eb8z.js.map +1 -0
- package/cjs/chunks/{bundle-ZodVwNmU.js → bundle-TxdziCwH.js} +4 -4
- package/cjs/chunks/bundle-TxdziCwH.js.map +1 -0
- package/cjs/chunks/{bundle-OauzEgdX.js → bundle-UaSM_xZY.js} +1 -1
- package/cjs/chunks/bundle-UaSM_xZY.js.map +1 -0
- package/cjs/chunks/{bundle-lDnBB9bN.js → bundle-Ue5GkT2H.js} +15 -15
- package/cjs/chunks/{bundle-lDnBB9bN.js.map → bundle-Ue5GkT2H.js.map} +1 -1
- package/cjs/chunks/{bundle-ur5aaH73.js → bundle-VB_a0u7i.js} +1 -1
- package/cjs/chunks/bundle-VB_a0u7i.js.map +1 -0
- package/cjs/chunks/{bundle-DaAowZN7.js → bundle-VogwjxgI.js} +3 -3
- package/cjs/chunks/{bundle-DaAowZN7.js.map → bundle-VogwjxgI.js.map} +1 -1
- package/cjs/chunks/{bundle-cwoX1jzF.js → bundle-WzrocC57.js} +1 -1
- package/cjs/chunks/bundle-WzrocC57.js.map +1 -0
- package/cjs/chunks/{bundle-E0v2C4b1.js → bundle-XaLiuh0L.js} +5 -5
- package/cjs/chunks/{bundle-E0v2C4b1.js.map → bundle-XaLiuh0L.js.map} +1 -1
- package/cjs/chunks/{bundle-ko9gtVkc.js → bundle-aoIToceJ.js} +3 -3
- package/cjs/chunks/bundle-aoIToceJ.js.map +1 -0
- package/cjs/chunks/{bundle-5MABXNJ2.js → bundle-bXLZZTmP.js} +1 -1
- package/cjs/chunks/bundle-bXLZZTmP.js.map +1 -0
- package/cjs/chunks/{bundle-xunrnVEC.js → bundle-dny_TiUT.js} +2 -2
- package/cjs/chunks/bundle-dny_TiUT.js.map +1 -0
- package/cjs/chunks/{bundle-XyN4tk9V.js → bundle-hEYmMlZe.js} +5 -5
- package/cjs/chunks/bundle-hEYmMlZe.js.map +1 -0
- package/cjs/chunks/{bundle-xKfD9-QM.js → bundle-hXzxY0NJ.js} +1 -1
- package/cjs/chunks/bundle-hXzxY0NJ.js.map +1 -0
- package/cjs/chunks/{bundle-5tXC271i.js → bundle-kSScygqj.js} +16 -1
- package/cjs/chunks/bundle-kSScygqj.js.map +1 -0
- package/cjs/chunks/{bundle-D0M3IH6J.js → bundle-mnbFX6XC.js} +12 -12
- package/cjs/chunks/{bundle-D0M3IH6J.js.map → bundle-mnbFX6XC.js.map} +1 -1
- package/cjs/chunks/bundle-n6iwTZAo.js +20 -0
- package/cjs/chunks/bundle-n6iwTZAo.js.map +1 -0
- package/cjs/chunks/{bundle-EE-R19J8.js → bundle-p6kWiWDv.js} +17 -23
- package/cjs/chunks/{bundle-EE-R19J8.js.map → bundle-p6kWiWDv.js.map} +1 -1
- package/cjs/chunks/{bundle-Zhc5iYOj.js → bundle-ptZslG_m.js} +7 -7
- package/cjs/chunks/bundle-ptZslG_m.js.map +1 -0
- package/cjs/chunks/{bundle-4VdNtJoS.js → bundle-qtXdbPNE.js} +3 -3
- package/cjs/chunks/bundle-qtXdbPNE.js.map +1 -0
- package/cjs/chunks/{bundle-ErBxWt-v.js → bundle-r8Z3GYqh.js} +1 -1
- package/cjs/chunks/bundle-r8Z3GYqh.js.map +1 -0
- package/cjs/chunks/{bundle-_c4Xia0x.js → bundle-rgxTgHrK.js} +3 -3
- package/cjs/chunks/{bundle-_c4Xia0x.js.map → bundle-rgxTgHrK.js.map} +1 -1
- package/cjs/chunks/{bundle-GqhEUb4r.js → bundle-s82XYT1Q.js} +4 -4
- package/cjs/chunks/{bundle-GqhEUb4r.js.map → bundle-s82XYT1Q.js.map} +1 -1
- package/cjs/chunks/{bundle-5v9Bc23p.js → bundle-tad4_cNF.js} +3 -3
- package/cjs/chunks/bundle-tad4_cNF.js.map +1 -0
- package/cjs/chunks/{bundle-_CS6i_H9.js → bundle-v02q7K8T.js} +3 -3
- package/cjs/chunks/bundle-v02q7K8T.js.map +1 -0
- package/cjs/chunks/{bundle-CUizz12L.js → bundle-vphYV1gz.js} +1 -1
- package/cjs/chunks/bundle-vphYV1gz.js.map +1 -0
- package/cjs/chunks/{bundle-Doe4Xob7.js → bundle-y8EiLlDT.js} +2 -2
- package/cjs/chunks/bundle-y8EiLlDT.js.map +1 -0
- package/cjs/chunks/{bundle-9XbbRH_M.js → bundle-y_gkwZqM.js} +8 -8
- package/cjs/chunks/bundle-y_gkwZqM.js.map +1 -0
- package/cjs/chunks/{bundle-yDmAxC7s.js → bundle-zgoic8x9.js} +1 -1
- package/cjs/chunks/bundle-zgoic8x9.js.map +1 -0
- package/cjs/chunks/{bundle-j9zO3Qdj.js → bundle-zrsbDQGp.js} +1 -1
- package/cjs/chunks/bundle-zrsbDQGp.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +64 -60
- package/cjs/index.js.map +1 -1
- 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 +5 -5
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +9 -9
- package/cjs/ui/Button.js +7 -5
- package/cjs/ui/Button.js.map +1 -1
- package/cjs/ui/ChannelAvatar.js +6 -6
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +7 -6
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +17 -16
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FeedbackIconButton.js +22 -0
- package/cjs/ui/FeedbackIconButton.js.map +1 -0
- package/cjs/ui/FileMessageItemBody.js +9 -8
- package/cjs/ui/FileMessageItemBody.js.map +1 -1
- package/cjs/ui/FileViewer.js +18 -15
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Icon.js +244 -206
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +6 -6
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/MentionLabel.js +14 -13
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +277 -75
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +16 -15
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +22 -22
- package/cjs/ui/MessageItemReactionMenu.js +10 -9
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +16 -15
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +13 -12
- package/cjs/ui/MessageStatus.js.map +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +38 -0
- package/cjs/ui/MobileFeedbackMenu.js.map +1 -0
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +18 -17
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +9 -9
- package/cjs/ui/OpenchannelConversationHeader.js +9 -9
- package/cjs/ui/OpenchannelFileMessage.js +19 -18
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +22 -21
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +18 -17
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +19 -18
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +10 -9
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +10 -9
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +18 -17
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +9 -9
- package/cjs/ui/ThumbnailMessageItemBody.js +8 -7
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- 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 +5 -5
- package/cjs/ui/UnknownMessageItemBody.js +8 -7
- package/cjs/ui/UnknownMessageItemBody.js.map +1 -1
- package/cjs/ui/UserListItem.js +14 -13
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +11 -11
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/Word.js +14 -13
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +4 -3
- package/cjs/utils/message/isVoiceMessage.js.map +1 -1
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +254 -39
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +64 -60
- package/index.js.map +1 -1
- package/package.json +30 -3
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useKeyDown/data.mock.d.ts +2 -0
- package/types/hooks/useKeyDown/useKeyDown.d.ts +4 -0
- package/types/lib/types.d.ts +1 -0
- package/types/modules/Channel/components/ChannelUI/index.d.ts +4 -2
- package/types/modules/Channel/components/Message/index.d.ts +7 -6
- package/types/modules/Channel/components/MessageFeedbackFailedModal/index.d.ts +7 -0
- package/types/modules/Channel/components/MessageFeedbackModal/index.d.ts +13 -0
- package/types/modules/Channel/components/MessageInput/index.d.ts +1 -0
- package/types/modules/Channel/components/MessageList/index.d.ts +4 -2
- package/types/modules/ChannelList/dux/actionTypes.d.ts +0 -2
- package/types/modules/Thread/components/ThreadMessageInput/index.d.ts +1 -0
- package/types/types.d.ts +2 -0
- package/types/ui/Button/index.d.ts +6 -1
- package/types/ui/Button/types.d.ts +2 -1
- package/types/ui/FeedbackIconButton/index.d.ts +10 -0
- package/types/ui/FileViewer/types.d.ts +1 -1
- package/types/ui/Icon/index.d.ts +2 -0
- package/types/ui/Icon/type.d.ts +2 -0
- package/types/ui/Input/index.d.ts +1 -0
- package/types/ui/Label/index.d.ts +1 -0
- package/types/ui/Label/stringSet.d.ts +11 -0
- package/types/ui/Label/types.d.ts +1 -0
- package/types/ui/Label/utils.d.ts +1 -1
- package/types/ui/LinkLabel/index.d.ts +1 -0
- package/types/ui/MessageContent/types.d.ts +8 -0
- package/types/ui/MobileFeedbackMenu/index.d.ts +8 -0
- package/types/ui/Modal/index.d.ts +2 -0
- package/types/utils/index.d.ts +2 -3
- package/types/utils/omitObjectProperty.d.ts +1 -0
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +5 -5
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +7 -5
- package/ui/Button.js.map +1 -1
- package/ui/ChannelAvatar.js +6 -6
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +7 -6
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +17 -16
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FeedbackIconButton.js +20 -0
- package/ui/FeedbackIconButton.js.map +1 -0
- package/ui/FileMessageItemBody.js +9 -8
- package/ui/FileMessageItemBody.js.map +1 -1
- package/ui/FileViewer.js +18 -15
- package/ui/FileViewer.js.map +1 -1
- package/ui/Icon.js +244 -206
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +6 -6
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +3 -3
- package/ui/Loader.js +2 -2
- package/ui/MentionLabel.js +14 -13
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +257 -55
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +16 -15
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +22 -22
- package/ui/MessageItemReactionMenu.js +10 -9
- package/ui/MessageItemReactionMenu.js.map +1 -1
- package/ui/MessageSearchFileItem.js +16 -15
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +12 -12
- package/ui/MessageStatus.js +13 -12
- package/ui/MessageStatus.js.map +1 -1
- package/ui/MobileFeedbackMenu.js +36 -0
- package/ui/MobileFeedbackMenu.js.map +1 -0
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +18 -17
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +9 -9
- package/ui/OpenchannelConversationHeader.js +9 -9
- package/ui/OpenchannelFileMessage.js +19 -18
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +22 -21
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +18 -17
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +19 -18
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +10 -9
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +10 -9
- package/ui/QuoteMessageInput.js.map +1 -1
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +18 -17
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +9 -9
- package/ui/ThumbnailMessageItemBody.js +8 -7
- package/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +5 -5
- package/ui/UnknownMessageItemBody.js +8 -7
- package/ui/UnknownMessageItemBody.js.map +1 -1
- package/ui/UserListItem.js +14 -13
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +11 -11
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +14 -13
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +4 -3
- package/utils/message/isVoiceMessage.js.map +1 -1
- package/withSendbird.js +1 -1
- package/chunks/bundle-79RbKDD4.js.map +0 -1
- package/chunks/bundle-A36uZCDl.js.map +0 -1
- package/chunks/bundle-DXjnvT3X.js.map +0 -1
- package/chunks/bundle-IHKKjTVb.js.map +0 -1
- package/chunks/bundle-KF1IhHsV.js.map +0 -1
- package/chunks/bundle-KVQUrA22.js.map +0 -1
- package/chunks/bundle-KjVIQqaY.js.map +0 -1
- package/chunks/bundle-LFXAxMSp.js.map +0 -1
- package/chunks/bundle-PCj9QYWV.js.map +0 -1
- package/chunks/bundle-Q-3uYmLU.js.map +0 -1
- package/chunks/bundle-XlrrUjEJ.js.map +0 -1
- package/chunks/bundle-ZbGteG77.js.map +0 -1
- package/chunks/bundle-amfimmWY.js.map +0 -1
- package/chunks/bundle-f-bQSvmA.js.map +0 -1
- package/chunks/bundle-gdweDZjg.js.map +0 -1
- package/chunks/bundle-hEvM6x_9.js.map +0 -1
- package/chunks/bundle-hnbY99fx.js.map +0 -1
- package/chunks/bundle-iGWTklyk.js.map +0 -1
- package/chunks/bundle-ior2BlUD.js.map +0 -1
- package/chunks/bundle-joPrRU5E.js.map +0 -1
- package/chunks/bundle-l9d09gzQ.js.map +0 -1
- package/chunks/bundle-mO3J4SXS.js.map +0 -1
- package/chunks/bundle-mW5agIOj.js.map +0 -1
- package/chunks/bundle-mxq273ll.js.map +0 -1
- package/chunks/bundle-nyXhTs2k.js.map +0 -1
- package/chunks/bundle-olZmltOQ.js.map +0 -1
- package/chunks/bundle-q1M15U1p.js.map +0 -1
- package/chunks/bundle-rcUMtSzr.js.map +0 -1
- package/chunks/bundle-uNgbgg3h.js.map +0 -1
- package/chunks/bundle-v0nGdiTZ.js.map +0 -1
- package/chunks/bundle-v7nqMv6h.js.map +0 -1
- package/chunks/bundle-vVdAEhWk.js.map +0 -1
- package/chunks/bundle-yND4UFpN.js.map +0 -1
- package/cjs/chunks/bundle--EcmFAgY.js.map +0 -1
- package/cjs/chunks/bundle-4VdNtJoS.js.map +0 -1
- package/cjs/chunks/bundle-5MABXNJ2.js.map +0 -1
- package/cjs/chunks/bundle-5tXC271i.js.map +0 -1
- package/cjs/chunks/bundle-5v9Bc23p.js.map +0 -1
- package/cjs/chunks/bundle-5x6xkP9v.js.map +0 -1
- package/cjs/chunks/bundle-8xsZqXyY.js.map +0 -1
- package/cjs/chunks/bundle-9XbbRH_M.js.map +0 -1
- package/cjs/chunks/bundle-AA3e_g5q.js.map +0 -1
- package/cjs/chunks/bundle-BQTyUmzj.js.map +0 -1
- package/cjs/chunks/bundle-BWHZlxBD.js.map +0 -1
- package/cjs/chunks/bundle-CUizz12L.js.map +0 -1
- package/cjs/chunks/bundle-CyWFkcBh.js.map +0 -1
- package/cjs/chunks/bundle-Doe4Xob7.js.map +0 -1
- package/cjs/chunks/bundle-ErBxWt-v.js.map +0 -1
- package/cjs/chunks/bundle-F74wrKkr.js.map +0 -1
- package/cjs/chunks/bundle-Gz75GoMH.js.map +0 -1
- package/cjs/chunks/bundle-KfrHCpUu.js.map +0 -1
- package/cjs/chunks/bundle-OauzEgdX.js.map +0 -1
- package/cjs/chunks/bundle-P5uaoEp7.js.map +0 -1
- package/cjs/chunks/bundle-R4oiSD0L.js.map +0 -1
- package/cjs/chunks/bundle-T4vZ2tFS.js.map +0 -1
- package/cjs/chunks/bundle-XyN4tk9V.js.map +0 -1
- package/cjs/chunks/bundle-Z0z4XcoC.js.map +0 -1
- package/cjs/chunks/bundle-Zhc5iYOj.js.map +0 -1
- package/cjs/chunks/bundle-ZodVwNmU.js.map +0 -1
- package/cjs/chunks/bundle-_CS6i_H9.js.map +0 -1
- package/cjs/chunks/bundle-aLBNZXTm.js.map +0 -1
- package/cjs/chunks/bundle-b7L7rtxl.js.map +0 -1
- package/cjs/chunks/bundle-bXa0UWvD.js.map +0 -1
- package/cjs/chunks/bundle-cwoX1jzF.js.map +0 -1
- package/cjs/chunks/bundle-j9zO3Qdj.js.map +0 -1
- package/cjs/chunks/bundle-jOx4XDkO.js.map +0 -1
- package/cjs/chunks/bundle-ko9gtVkc.js.map +0 -1
- package/cjs/chunks/bundle-pAGpMj4-.js.map +0 -1
- package/cjs/chunks/bundle-rXVQ4vD5.js.map +0 -1
- package/cjs/chunks/bundle-t3HW5lYr.js.map +0 -1
- package/cjs/chunks/bundle-ur5aaH73.js.map +0 -1
- package/cjs/chunks/bundle-wKifHXnJ.js.map +0 -1
- package/cjs/chunks/bundle-xKfD9-QM.js.map +0 -1
- package/cjs/chunks/bundle-xOGNakZW.js.map +0 -1
- package/cjs/chunks/bundle-xunrnVEC.js.map +0 -1
- package/cjs/chunks/bundle-yDmAxC7s.js.map +0 -1
- package/cjs/chunks/bundle-yTBDgBVp.js.map +0 -1
- package/cjs/chunks/bundle-ymVHfRPV.js.map +0 -1
- package/cjs/chunks/bundle-yqb-T4DB.js.map +0 -1
- package/cjs/chunks/bundle-zFwFhCDW.js.map +0 -1
- package/types/ui/FileViewer/hooks/useKeyDown.d.ts +0 -8
package/Thread.js
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { ThreadProvider } from './Thread/context.js';
|
|
3
3
|
import ThreadUI from './Thread/components/ThreadUI.js';
|
|
4
|
-
import './chunks/bundle-
|
|
5
|
-
import './chunks/bundle-
|
|
6
|
-
import './chunks/bundle-
|
|
7
|
-
import './chunks/bundle-
|
|
8
|
-
import './chunks/bundle-
|
|
9
|
-
import './chunks/bundle-
|
|
10
|
-
import './chunks/bundle-
|
|
4
|
+
import './chunks/bundle-cHbX4Rxo.js';
|
|
5
|
+
import './chunks/bundle-ku6CEjGk.js';
|
|
6
|
+
import './chunks/bundle-xsV7pD8p.js';
|
|
7
|
+
import './chunks/bundle-GKopZh-T.js';
|
|
8
|
+
import './chunks/bundle-WDOQg3ty.js';
|
|
9
|
+
import './chunks/bundle-TV4-nyqN.js';
|
|
10
|
+
import './chunks/bundle-uk2Y0AQu.js';
|
|
11
|
+
import '@sendbird/chat/groupChannel';
|
|
11
12
|
import './utils/message/getOutgoingMessageState.js';
|
|
12
|
-
import './chunks/bundle-
|
|
13
|
+
import './chunks/bundle-kfNTRju0.js';
|
|
13
14
|
import '@sendbird/chat/message';
|
|
14
|
-
import './chunks/bundle-
|
|
15
|
+
import './chunks/bundle-cXqs96Pt.js';
|
|
15
16
|
import './useSendbirdStateContext.js';
|
|
16
17
|
import './withSendbird.js';
|
|
17
18
|
import './Thread/context/types.js';
|
|
18
19
|
import '@sendbird/chat';
|
|
19
|
-
import './chunks/bundle-
|
|
20
|
-
import '
|
|
21
|
-
import './chunks/bundle-
|
|
22
|
-
import './chunks/bundle-
|
|
23
|
-
import './chunks/bundle-
|
|
24
|
-
import './chunks/bundle-
|
|
25
|
-
import './chunks/bundle-
|
|
26
|
-
import './chunks/bundle-
|
|
27
|
-
import './chunks/bundle-mxq273ll.js';
|
|
20
|
+
import './chunks/bundle-pWIkt9Ng.js';
|
|
21
|
+
import './chunks/bundle-aeQZ5WsP.js';
|
|
22
|
+
import './chunks/bundle-yur9nm4N.js';
|
|
23
|
+
import './chunks/bundle-ZKM9Qk_j.js';
|
|
24
|
+
import './chunks/bundle-y_LgB6DS.js';
|
|
25
|
+
import './chunks/bundle-YmIrZYPF.js';
|
|
26
|
+
import './chunks/bundle-JbVZ1Tsw.js';
|
|
27
|
+
import './chunks/bundle-dWJnfDPH.js';
|
|
28
28
|
import './Thread/components/ParentMessageInfo.js';
|
|
29
|
-
import './chunks/bundle-
|
|
30
|
-
import './chunks/bundle-
|
|
29
|
+
import './chunks/bundle-mTQPBbmZ.js';
|
|
30
|
+
import './chunks/bundle-VPanFdbf.js';
|
|
31
31
|
import 'react-dom';
|
|
32
|
-
import './chunks/bundle-
|
|
33
|
-
import './chunks/bundle-
|
|
32
|
+
import './chunks/bundle-WpHDilD_.js';
|
|
33
|
+
import './chunks/bundle-KmauOTrg.js';
|
|
34
34
|
import './ui/IconButton.js';
|
|
35
35
|
import './ui/Button.js';
|
|
36
36
|
import './ui/Icon.js';
|
|
37
|
-
import './chunks/bundle-
|
|
37
|
+
import './chunks/bundle-Lt8mReNU.js';
|
|
38
38
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
39
39
|
import './ui/ImageRenderer.js';
|
|
40
40
|
import './ui/TextButton.js';
|
|
41
|
-
import './chunks/bundle-
|
|
41
|
+
import './chunks/bundle-OZZH5fXZ.js';
|
|
42
42
|
import './ui/EmojiReactions.js';
|
|
43
43
|
import './ui/ReactionBadge.js';
|
|
44
44
|
import './ui/ReactionButton.js';
|
|
45
|
-
import './chunks/bundle-
|
|
45
|
+
import './chunks/bundle-W8t7rR3H.js';
|
|
46
46
|
import './ui/ContextMenu.js';
|
|
47
47
|
import './ui/SortByRow.js';
|
|
48
48
|
import './ui/BottomSheet.js';
|
|
49
49
|
import './hooks/useModal.js';
|
|
50
50
|
import './ui/UserListItem.js';
|
|
51
|
-
import './chunks/bundle-
|
|
52
|
-
import './chunks/bundle-
|
|
51
|
+
import './chunks/bundle-X3h4GiLa.js';
|
|
52
|
+
import './chunks/bundle-Kv4GXRTs.js';
|
|
53
53
|
import './ui/MutedAvatarOverlay.js';
|
|
54
54
|
import './ui/Checkbox.js';
|
|
55
55
|
import './ui/UserProfile.js';
|
|
@@ -60,53 +60,55 @@ import './Message/context.js';
|
|
|
60
60
|
import './ui/VoiceMessageItemBody.js';
|
|
61
61
|
import './ui/ProgressBar.js';
|
|
62
62
|
import './VoicePlayer/useVoicePlayer.js';
|
|
63
|
-
import './chunks/bundle-
|
|
63
|
+
import './chunks/bundle-J_erGfOo.js';
|
|
64
64
|
import './VoiceRecorder/context.js';
|
|
65
65
|
import './ui/PlaybackTime.js';
|
|
66
66
|
import './ui/Loader.js';
|
|
67
|
-
import './chunks/bundle-
|
|
68
|
-
import './chunks/bundle-
|
|
67
|
+
import './chunks/bundle-GbC4a59M.js';
|
|
68
|
+
import './chunks/bundle-Gkl7Q1IK.js';
|
|
69
69
|
import './ui/MentionLabel.js';
|
|
70
70
|
import './ui/LinkLabel.js';
|
|
71
|
-
import './chunks/bundle-
|
|
72
|
-
import './chunks/bundle-
|
|
73
|
-
import './chunks/bundle-
|
|
74
|
-
import '
|
|
71
|
+
import './chunks/bundle-ucXG1Py7.js';
|
|
72
|
+
import './chunks/bundle-DeRyZP32.js';
|
|
73
|
+
import './chunks/bundle-xgiw36M5.js';
|
|
74
|
+
import '@sendbird/uikit-tools';
|
|
75
|
+
import './chunks/bundle-J79McRkg.js';
|
|
76
|
+
import './chunks/bundle-f9mkey82.js';
|
|
75
77
|
import './Channel/hooks/useInitialMessagesFetch.js';
|
|
76
|
-
import './chunks/bundle-
|
|
78
|
+
import './chunks/bundle-zpSxKsxM.js';
|
|
77
79
|
import './Channel/components/SuggestedMentionList.js';
|
|
78
|
-
import './chunks/bundle-
|
|
80
|
+
import './chunks/bundle-1WAo3loP.js';
|
|
79
81
|
import './ui/MessageItemMenu.js';
|
|
80
|
-
import './chunks/bundle-
|
|
82
|
+
import './chunks/bundle-iYCB6XN2.js';
|
|
81
83
|
import './ui/MessageItemReactionMenu.js';
|
|
82
84
|
import './ui/MessageInput.js';
|
|
83
|
-
import './chunks/bundle-
|
|
85
|
+
import './chunks/bundle-ETZY-eQc.js';
|
|
84
86
|
import 'dompurify';
|
|
85
|
-
import './chunks/bundle-
|
|
86
|
-
import './chunks/bundle-
|
|
87
|
-
import './chunks/bundle-
|
|
88
|
-
import './chunks/bundle-
|
|
87
|
+
import './chunks/bundle-_-2NCsYr.js';
|
|
88
|
+
import './chunks/bundle-Jp5g4YZl.js';
|
|
89
|
+
import './chunks/bundle-KSjFhl4l.js';
|
|
90
|
+
import './chunks/bundle-d6R6m9-9.js';
|
|
89
91
|
import './Message/hooks/useDirtyGetMentions.js';
|
|
90
92
|
import './Thread/components/ThreadHeader.js';
|
|
91
93
|
import './Thread/components/ThreadList.js';
|
|
92
94
|
import './Thread/components/ThreadListItem.js';
|
|
93
95
|
import './ui/DateSeparator.js';
|
|
94
|
-
import './chunks/bundle-
|
|
95
|
-
import './chunks/bundle-
|
|
96
|
-
import './chunks/bundle-
|
|
96
|
+
import './chunks/bundle-MyYphU00.js';
|
|
97
|
+
import './chunks/bundle-PZta2LmS.js';
|
|
98
|
+
import './chunks/bundle-VCZsMdpB.js';
|
|
97
99
|
import './ui/TextMessageItemBody.js';
|
|
98
100
|
import './ui/OGMessageItemBody.js';
|
|
99
101
|
import './ui/FileMessageItemBody.js';
|
|
100
102
|
import './ui/ThumbnailMessageItemBody.js';
|
|
101
|
-
import './chunks/bundle-
|
|
103
|
+
import './chunks/bundle-aVVX2zHR.js';
|
|
102
104
|
import './ui/UnknownMessageItemBody.js';
|
|
103
105
|
import 'date-fns';
|
|
104
106
|
import './Thread/components/ThreadMessageInput.js';
|
|
105
|
-
import './chunks/bundle-
|
|
107
|
+
import './chunks/bundle-gEwUSFTG.js';
|
|
106
108
|
import './VoiceRecorder/useVoiceRecorder.js';
|
|
107
|
-
import './chunks/bundle-
|
|
109
|
+
import './chunks/bundle-ldRkCosA.js';
|
|
108
110
|
import './Channel/hooks/useHandleUploadFiles.js';
|
|
109
|
-
import './chunks/bundle-
|
|
111
|
+
import './chunks/bundle-LEanaSuB.js';
|
|
110
112
|
import './ui/PlaceHolder.js';
|
|
111
113
|
|
|
112
114
|
var Thread = function (props) {
|
package/Thread.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Thread.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Thread.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/VoicePlayer/context.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as ALL, b as VoicePlayerProvider, u as useVoicePlayerContext } from '../chunks/bundle-
|
|
3
|
-
import '../chunks/bundle-
|
|
2
|
+
export { a as ALL, b as VoicePlayerProvider, u as useVoicePlayerContext } from '../chunks/bundle-J_erGfOo.js';
|
|
3
|
+
import '../chunks/bundle-ZKM9Qk_j.js';
|
|
4
4
|
import '../useSendbirdStateContext.js';
|
|
5
|
-
import '../chunks/bundle-
|
|
5
|
+
import '../chunks/bundle-GKopZh-T.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
7
|
//# sourceMappingURL=context.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { useState, useEffect } from 'react';
|
|
2
|
-
import { u as useVoicePlayerContext, A as AudioUnitDefaultValue } from '../chunks/bundle-
|
|
3
|
-
import { e as VOICE_PLAYER_AUDIO_ID } from '../chunks/bundle-
|
|
2
|
+
import { u as useVoicePlayerContext, A as AudioUnitDefaultValue } from '../chunks/bundle-J_erGfOo.js';
|
|
3
|
+
import { e as VOICE_PLAYER_AUDIO_ID } from '../chunks/bundle-ZKM9Qk_j.js';
|
|
4
4
|
import { useVoiceRecorderContext } from '../VoiceRecorder/context.js';
|
|
5
|
-
import '../chunks/bundle-
|
|
5
|
+
import '../chunks/bundle-GKopZh-T.js';
|
|
6
6
|
import '../useSendbirdStateContext.js';
|
|
7
7
|
import '../withSendbird.js';
|
|
8
|
-
import '../chunks/bundle-
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
11
|
-
import '../chunks/bundle-
|
|
8
|
+
import '../chunks/bundle-y_LgB6DS.js';
|
|
9
|
+
import '../chunks/bundle-YmIrZYPF.js';
|
|
10
|
+
import '../chunks/bundle-TV4-nyqN.js';
|
|
11
|
+
import '../chunks/bundle-VPanFdbf.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import '../chunks/bundle-
|
|
14
|
-
import '../chunks/bundle-
|
|
13
|
+
import '../chunks/bundle-WpHDilD_.js';
|
|
14
|
+
import '../chunks/bundle-KmauOTrg.js';
|
|
15
15
|
import '../ui/IconButton.js';
|
|
16
16
|
import '../ui/Button.js';
|
|
17
|
-
import '../chunks/bundle-
|
|
17
|
+
import '../chunks/bundle-dWJnfDPH.js';
|
|
18
18
|
import '../ui/Icon.js';
|
|
19
19
|
|
|
20
20
|
var generateGroupKey = function (channelUrl, key) {
|
package/VoiceRecorder/context.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { createContext, useState, useEffect, useCallback, useContext } from 'react';
|
|
2
|
-
import { u as useLocalization } from '../chunks/bundle-
|
|
3
|
-
import { M as Modal } from '../chunks/bundle-
|
|
4
|
-
import { B as BROWSER_SUPPORT_MIME_TYPE_LIST, V as VOICE_RECORDER_AUDIO_BIT_RATE, a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE } from '../chunks/bundle-
|
|
2
|
+
import { u as useLocalization } from '../chunks/bundle-y_LgB6DS.js';
|
|
3
|
+
import { M as Modal } from '../chunks/bundle-VPanFdbf.js';
|
|
4
|
+
import { B as BROWSER_SUPPORT_MIME_TYPE_LIST, V as VOICE_RECORDER_AUDIO_BIT_RATE, a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE } from '../chunks/bundle-ZKM9Qk_j.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
6
|
+
import '../chunks/bundle-YmIrZYPF.js';
|
|
7
|
+
import '../chunks/bundle-TV4-nyqN.js';
|
|
8
|
+
import '../chunks/bundle-GKopZh-T.js';
|
|
8
9
|
import 'react-dom';
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
10
|
+
import '../chunks/bundle-WpHDilD_.js';
|
|
11
|
+
import '../chunks/bundle-KmauOTrg.js';
|
|
11
12
|
import '../ui/IconButton.js';
|
|
12
|
-
import '../chunks/bundle-t6JaUd1b.js';
|
|
13
13
|
import '../ui/Button.js';
|
|
14
|
-
import '../chunks/bundle-
|
|
14
|
+
import '../chunks/bundle-dWJnfDPH.js';
|
|
15
15
|
import '../ui/Icon.js';
|
|
16
16
|
import '../withSendbird.js';
|
|
17
17
|
|
|
@@ -54,7 +54,7 @@ var VoiceRecorderProvider = function (props) {
|
|
|
54
54
|
var _e = useState(null), webAudioUtils = _e[0], setWebAudioUtils = _e[1];
|
|
55
55
|
useEffect(function () {
|
|
56
56
|
if (isVoiceMessageEnabled && !webAudioUtils) {
|
|
57
|
-
import('../chunks/bundle-
|
|
57
|
+
import('../chunks/bundle-niN5G0Bo.js').then(function (data) {
|
|
58
58
|
setWebAudioUtils(data);
|
|
59
59
|
});
|
|
60
60
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback } from 'react';
|
|
2
2
|
import { useVoiceRecorderContext } from './context.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import '../chunks/bundle-
|
|
5
|
-
import '../chunks/bundle-
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
4
|
+
import '../chunks/bundle-y_LgB6DS.js';
|
|
5
|
+
import '../chunks/bundle-YmIrZYPF.js';
|
|
6
|
+
import '../chunks/bundle-TV4-nyqN.js';
|
|
7
|
+
import '../chunks/bundle-VPanFdbf.js';
|
|
8
|
+
import '../chunks/bundle-GKopZh-T.js';
|
|
8
9
|
import 'react-dom';
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
10
|
+
import '../chunks/bundle-WpHDilD_.js';
|
|
11
|
+
import '../chunks/bundle-KmauOTrg.js';
|
|
11
12
|
import '../ui/IconButton.js';
|
|
12
|
-
import '../chunks/bundle-t6JaUd1b.js';
|
|
13
13
|
import '../ui/Button.js';
|
|
14
|
-
import '../chunks/bundle-
|
|
14
|
+
import '../chunks/bundle-dWJnfDPH.js';
|
|
15
15
|
import '../ui/Icon.js';
|
|
16
|
-
import '../chunks/bundle-
|
|
16
|
+
import '../chunks/bundle-ZKM9Qk_j.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
18
|
|
|
19
19
|
// export interface UseVoiceRecorderProps extends VoiceRecorderEventHandler {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-1WAo3loP.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
2
|
-
import React__default, {
|
|
1
|
+
import { _ as __assign } from './bundle-GKopZh-T.js';
|
|
2
|
+
import React__default, { useRef, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { L as LocalizationContext } from './bundle-
|
|
4
|
+
import { L as LocalizationContext } from './bundle-y_LgB6DS.js';
|
|
5
5
|
import '../hooks/useModal.js';
|
|
6
|
-
import { b as isMultipleFilesMessage, d as isFileMessage, e as isSupportedFileView, f as isVideo$1, c 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-
|
|
6
|
+
import { b as isMultipleFilesMessage, d as isFileMessage, e as isSupportedFileView, f as isVideo$1, c as isImage$1 } from './bundle-uk2Y0AQu.js';
|
|
7
|
+
import { n as noop } from './bundle-WpHDilD_.js';
|
|
8
|
+
import { A as Avatar } from './bundle-X3h4GiLa.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-dWJnfDPH.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
11
|
-
import { h as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-
|
|
12
|
-
import {
|
|
11
|
+
import { h as SLIDER_BUTTON_ICON_SIDE_LENGTH } from './bundle-ZKM9Qk_j.js';
|
|
12
|
+
import { u as useKeyDown } from './bundle-xgiw36M5.js';
|
|
13
|
+
import { a as MODAL_ROOT } from './bundle-VPanFdbf.js';
|
|
13
14
|
|
|
14
15
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
|
|
15
16
|
var SUPPORTED_MIMES = {
|
|
@@ -36,41 +37,6 @@ var ViewerTypes = {
|
|
|
36
37
|
MULTI: 'MULTI',
|
|
37
38
|
};
|
|
38
39
|
|
|
39
|
-
function useKeyDown(_a) {
|
|
40
|
-
var props = _a.props, ref = _a.ref;
|
|
41
|
-
var onClose = props.onClose;
|
|
42
|
-
var onClickLeft = noop;
|
|
43
|
-
var onClickRight = noop;
|
|
44
|
-
if (props.viewerType === ViewerTypes.MULTI) {
|
|
45
|
-
onClickLeft = props.onClickLeft;
|
|
46
|
-
onClickRight = props.onClickRight;
|
|
47
|
-
}
|
|
48
|
-
useLayoutEffect(function () {
|
|
49
|
-
var _a;
|
|
50
|
-
(_a = ref.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
51
|
-
}, [ref.current]);
|
|
52
|
-
// this usecallback is not super necessary
|
|
53
|
-
// discuss with others and remove it if it's not needed
|
|
54
|
-
var onKeyDown = useCallback(function (event) {
|
|
55
|
-
switch (event.key) {
|
|
56
|
-
case 'Escape':
|
|
57
|
-
// @ts-ignore
|
|
58
|
-
onClose(event);
|
|
59
|
-
break;
|
|
60
|
-
case 'ArrowLeft':
|
|
61
|
-
onClickLeft();
|
|
62
|
-
break;
|
|
63
|
-
case 'ArrowRight':
|
|
64
|
-
onClickRight();
|
|
65
|
-
break;
|
|
66
|
-
}
|
|
67
|
-
event.stopPropagation();
|
|
68
|
-
}, [onClose, onClickLeft, onClickRight]);
|
|
69
|
-
return {
|
|
70
|
-
onKeyDown: onKeyDown,
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
|
|
74
40
|
function mapFileViewerComponentProps(_a) {
|
|
75
41
|
var props = _a.props;
|
|
76
42
|
if (props.viewerType === ViewerTypes.MULTI) {
|
|
@@ -121,8 +87,13 @@ function Slider(props) {
|
|
|
121
87
|
var FileViewerComponent = function (props) {
|
|
122
88
|
var ref = useRef(null);
|
|
123
89
|
var profileUrl = props.profileUrl, nickname = props.nickname, onClose = props.onClose;
|
|
124
|
-
var
|
|
125
|
-
var
|
|
90
|
+
var _a = props, onClickLeft = _a.onClickLeft, onClickRight = _a.onClickRight;
|
|
91
|
+
var onKeyDown = useKeyDown(ref, {
|
|
92
|
+
Escape: function (e) { return onClose === null || onClose === void 0 ? void 0 : onClose(e); },
|
|
93
|
+
ArrowLeft: function () { return onClickLeft === null || onClickLeft === void 0 ? void 0 : onClickLeft(); },
|
|
94
|
+
ArrowRight: function () { return onClickRight === null || onClickRight === void 0 ? void 0 : onClickRight(); },
|
|
95
|
+
});
|
|
96
|
+
var _b = mapFileViewerComponentProps({ props: props }), name = _b.name, type = _b.type, url = _b.url;
|
|
126
97
|
var stringSet = useContext(LocalizationContext).stringSet;
|
|
127
98
|
return (React__default.createElement("div", { className: "sendbird-fileviewer", onKeyDown: onKeyDown,
|
|
128
99
|
// to focus
|
|
@@ -173,4 +144,4 @@ function FileViewer(_a) {
|
|
|
173
144
|
}
|
|
174
145
|
|
|
175
146
|
export { FileViewer as F, isVideo as a, FileViewerComponent as b, isImage as i };
|
|
176
|
-
//# sourceMappingURL=bundle-
|
|
147
|
+
//# sourceMappingURL=bundle-DeRyZP32.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-DeRyZP32.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
1
|
+
import { a as __spreadArray } from './bundle-GKopZh-T.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, 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-dWJnfDPH.js';
|
|
8
|
+
import { L as LocalizationContext } from './bundle-y_LgB6DS.js';
|
|
9
|
+
import { a as UserProfileContext } from './bundle-cXqs96Pt.js';
|
|
10
|
+
import './bundle-tca5p7Pl.js';
|
|
11
|
+
import { A as Avatar } from './bundle-X3h4GiLa.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './bundle-
|
|
13
|
+
import './bundle-KmauOTrg.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-VPanFdbf.js';
|
|
19
19
|
import UserListItem$1 from '../ui/UserListItem.js';
|
|
20
|
-
import { n as noop } from './bundle-
|
|
20
|
+
import { n as noop } from './bundle-WpHDilD_.js';
|
|
21
21
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
22
22
|
|
|
23
23
|
function ParticipantsModal(_a) {
|
|
@@ -232,4 +232,4 @@ function ParticipantList(_a) {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
export { ParticipantList as P, UserListItem as U };
|
|
235
|
-
//# sourceMappingURL=bundle-
|
|
235
|
+
//# sourceMappingURL=bundle-E33Oa46E.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-E33Oa46E.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
2
|
import DOMPurify from 'dompurify';
|
|
3
|
-
import { a as __spreadArray } from './bundle-
|
|
4
|
-
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-
|
|
5
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
6
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
3
|
+
import { a as __spreadArray } from './bundle-GKopZh-T.js';
|
|
4
|
+
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-_-2NCsYr.js';
|
|
5
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-Jp5g4YZl.js';
|
|
6
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-KSjFhl4l.js';
|
|
7
7
|
|
|
8
8
|
function renderToString(_a) {
|
|
9
9
|
var userId = _a.userId, nickname = _a.nickname;
|
|
@@ -208,4 +208,4 @@ function usePaste(_a) {
|
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
export { isChannelTypeSupportsMultipleFilesMessage as i, nodeListToArray as n, renderToString as r, sanitizeString as s, usePaste as u };
|
|
211
|
-
//# sourceMappingURL=bundle-
|
|
211
|
+
//# sourceMappingURL=bundle-ETZY-eQc.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-ETZY-eQc.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from '../ui/ContextMenu.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
4
|
+
import { u as useLocalization } from './bundle-y_LgB6DS.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelMessageStatusTypes = {
|
|
7
7
|
NONE: 'none',
|
|
@@ -95,4 +95,4 @@ var OpenChannelMobileMenu = function (props) {
|
|
|
95
95
|
};
|
|
96
96
|
|
|
97
97
|
export { OpenChannelMobileMenu as O, isFineEdit as a, isFineResend as b, isFineDelete as c, checkIsPending as d, checkIsFailed as e, checkIsSent as f, getSenderFromMessage as g, isFineCopy as i, showMenuTrigger as s };
|
|
98
|
-
//# sourceMappingURL=bundle-
|
|
98
|
+
//# sourceMappingURL=bundle-F3QT9IFj.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-F3QT9IFj.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as SCROLL_BUFFER } from './bundle-
|
|
1
|
+
import { S as SCROLL_BUFFER } from './bundle-ZKM9Qk_j.js';
|
|
2
2
|
import { useRef, useEffect } from 'react';
|
|
3
3
|
import { usePreservedCallback } from '@sendbird/uikit-tools';
|
|
4
|
-
import { e as isAboutSame } from './bundle-
|
|
4
|
+
import { e as isAboutSame } from './bundle-xsV7pD8p.js';
|
|
5
5
|
|
|
6
6
|
function useThrottleCallback(callback, delay, options) {
|
|
7
7
|
if (options === void 0) { options = {
|
|
@@ -92,4 +92,4 @@ function useHandleOnScrollCallback(_a) {
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
export { useThrottleCallback as a, useHandleOnScrollCallback as u };
|
|
95
|
-
//# sourceMappingURL=bundle-
|
|
95
|
+
//# sourceMappingURL=bundle-Fkv6nKcy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-Fkv6nKcy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -94,4 +94,4 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
export { __assign as _, __spreadArray as a, __awaiter as b, __generator as c, __extends as d };
|
|
97
|
-
//# sourceMappingURL=bundle-
|
|
97
|
+
//# sourceMappingURL=bundle-GKopZh-T.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-GKopZh-T.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-kfNTRju0.js';
|
|
3
|
+
import { T as TOKEN_TYPES, U as USER_MENTION_PREFIX, g as getWhiteSpacePreservedText } from './bundle-Gkl7Q1IK.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-dWJnfDPH.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-GbC4a59M.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-GbC4a59M.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as __spreadArray } from './bundle-
|
|
2
|
-
import {
|
|
1
|
+
import { a as __spreadArray } from './bundle-GKopZh-T.js';
|
|
2
|
+
import { K as isUrl } from './bundle-uk2Y0AQu.js';
|
|
3
3
|
|
|
4
4
|
var USER_MENTION_PREFIX = '@';
|
|
5
5
|
|
|
@@ -129,4 +129,4 @@ function getWhiteSpacePreservedText(text) {
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
export { TOKEN_TYPES as T, USER_MENTION_PREFIX as U, getWhiteSpacePreservedText as g, tokenizeMessage as t };
|
|
132
|
-
//# sourceMappingURL=bundle-
|
|
132
|
+
//# sourceMappingURL=bundle-Gkl7Q1IK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Gkl7Q1IK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-H2Il__gY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-HkbweK1K.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default, { useEffect, useState, useCallback, useRef, useReducer, useMemo } from 'react';
|
|
2
|
-
import { U as UserProfileProvider } from './bundle-
|
|
2
|
+
import { U as UserProfileProvider } from './bundle-cXqs96Pt.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
4
|
-
import { P as PREV_RESULT_SIZE, N as NEXT_RESULT_SIZE, T as ThreadReplySelectType } from './bundle-
|
|
5
|
-
import { m as mergeAndSortMessages, p as passUnsuccessfullMessages, s as scrollIntoLast, a as scrollToRenderedMessage, g as getAllEmojisMapFromEmojiContainer, f as getNicknamesMapFromMembers } from './bundle-
|
|
6
|
-
import { _ as __assign, a as __spreadArray } from './bundle-
|
|
7
|
-
import { f as format } from './bundle-
|
|
4
|
+
import { P as PREV_RESULT_SIZE, N as NEXT_RESULT_SIZE, T as ThreadReplySelectType } from './bundle-f9mkey82.js';
|
|
5
|
+
import { m as mergeAndSortMessages, p as passUnsuccessfullMessages, s as scrollIntoLast, a as scrollToRenderedMessage, g as getAllEmojisMapFromEmojiContainer, f as getNicknamesMapFromMembers } from './bundle-xsV7pD8p.js';
|
|
6
|
+
import { _ as __assign, a as __spreadArray } from './bundle-GKopZh-T.js';
|
|
7
|
+
import { f as format } from './bundle-WDOQg3ty.js';
|
|
8
8
|
import { SendingStatus, ReplyType, MessageMetaArray } from '@sendbird/chat/message';
|
|
9
|
-
import { K, S } from './bundle-
|
|
10
|
-
import { R as RESET_MESSAGES, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, c as FETCH_PREV_MESSAGES_SUCCESS, d as FETCH_NEXT_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE, e as FETCH_PREV_MESSAGES_FAILURE, f as FETCH_NEXT_MESSAGES_FAILURE, S as SEND_MESSAGE_START, g as SEND_MESSAGE_SUCCESS, h as SEND_MESSAGE_FAILURE, i as SET_CURRENT_CHANNEL, j as SET_CHANNEL_INVALID, O as ON_MESSAGE_RECEIVED, k as ON_MESSAGE_UPDATED, l as ON_MESSAGE_THREAD_INFO_UPDATED, m as RESEND_MESSAGE_START, n as MARK_AS_READ, o as ON_MESSAGE_DELETED, p as ON_MESSAGE_DELETED_BY_REQ_ID, q as SET_EMOJI_CONTAINER, r as ON_REACTION_UPDATED, M as MESSAGE_LIST_PARAMS_CHANGED, s as ON_FILE_INFO_UPLOADED, t as ON_TYPING_STATUS_UPDATED, u as channelActions } from './bundle-
|
|
11
|
-
import { c as compareIds } from './bundle-
|
|
12
|
-
import {
|
|
9
|
+
import { K, S } from './bundle-kfNTRju0.js';
|
|
10
|
+
import { R as RESET_MESSAGES, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, c as FETCH_PREV_MESSAGES_SUCCESS, d as FETCH_NEXT_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE, e as FETCH_PREV_MESSAGES_FAILURE, f as FETCH_NEXT_MESSAGES_FAILURE, S as SEND_MESSAGE_START, g as SEND_MESSAGE_SUCCESS, h as SEND_MESSAGE_FAILURE, i as SET_CURRENT_CHANNEL, j as SET_CHANNEL_INVALID, O as ON_MESSAGE_RECEIVED, k as ON_MESSAGE_UPDATED, l as ON_MESSAGE_THREAD_INFO_UPDATED, m as RESEND_MESSAGE_START, n as MARK_AS_READ, o as ON_MESSAGE_DELETED, p as ON_MESSAGE_DELETED_BY_REQ_ID, q as SET_EMOJI_CONTAINER, r as ON_REACTION_UPDATED, M as MESSAGE_LIST_PARAMS_CHANGED, s as ON_FILE_INFO_UPLOADED, t as ON_TYPING_STATUS_UPDATED, u as channelActions } from './bundle-pWIkt9Ng.js';
|
|
11
|
+
import { c as compareIds } from './bundle-yur9nm4N.js';
|
|
12
|
+
import { R as isSendableMessage, W as filterMessageListParams, b as isMultipleFilesMessage } from './bundle-uk2Y0AQu.js';
|
|
13
13
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
14
|
-
import { u as uuidv4 } from './bundle-
|
|
14
|
+
import { u as uuidv4 } from './bundle-aeQZ5WsP.js';
|
|
15
15
|
import useInitialMessagesFetch from '../Channel/hooks/useInitialMessagesFetch.js';
|
|
16
|
-
import { p as pubSubTopics, P as PublishingModuleType, b as PUBSUB_TOPICS, s as shouldPubSubPublishToChannel } from './bundle-
|
|
17
|
-
import { a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, M as META_ARRAY_VOICE_DURATION_KEY, i as META_ARRAY_MESSAGE_TYPE_KEY, j as META_ARRAY_MESSAGE_TYPE_VALUE__VOICE } from './bundle-
|
|
18
|
-
import { g as getCaseResolvedThreadReplySelectType } from './bundle-
|
|
19
|
-
import { u as useSendMultipleFilesMessage } from './bundle-
|
|
16
|
+
import { p as pubSubTopics, P as PublishingModuleType, b as PUBSUB_TOPICS, s as shouldPubSubPublishToChannel } from './bundle-ku6CEjGk.js';
|
|
17
|
+
import { a as VOICE_MESSAGE_FILE_NAME, b as VOICE_MESSAGE_MIME_TYPE, M as META_ARRAY_VOICE_DURATION_KEY, i as META_ARRAY_MESSAGE_TYPE_KEY, j as META_ARRAY_MESSAGE_TYPE_VALUE__VOICE } from './bundle-ZKM9Qk_j.js';
|
|
18
|
+
import { g as getCaseResolvedThreadReplySelectType } from './bundle-zpSxKsxM.js';
|
|
19
|
+
import { u as useSendMultipleFilesMessage } from './bundle-cHbX4Rxo.js';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* This function helps consider the every condition
|
|
@@ -1548,4 +1548,4 @@ var ChannelProvider = function (props) {
|
|
|
1548
1548
|
var useChannelContext = function () { return React__default.useContext(ChannelContext); };
|
|
1549
1549
|
|
|
1550
1550
|
export { ChannelProvider as C, getIsReactionEnabled as g, useChannelContext as u };
|
|
1551
|
-
//# sourceMappingURL=bundle-
|
|
1551
|
+
//# sourceMappingURL=bundle-J79McRkg.js.map
|