@sendbird/uikit-react 3.8.1 → 3.9.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +57 -54
- package/App.js.map +1 -1
- package/CHANGELOG.md +117 -1
- package/Channel/components/ChannelHeader.js +25 -24
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +59 -53
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +24 -23
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +45 -44
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +37 -35
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +57 -268
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +23 -23
- package/Channel/components/SuggestedMentionList.js +23 -22
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +19 -19
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +16 -16
- package/{chunks/bundle-_2iSz8ke.js → Channel/hooks/useHandleUploadFiles.js} +22 -138
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -0
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +53 -49
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +18 -17
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +9 -8
- package/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/ChannelList/components/ChannelListUI.js +38 -36
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +38 -32
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +34 -33
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +14 -13
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsUI.js +19 -18
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +14 -13
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +17 -16
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +13 -12
- package/ChannelSettings/components/UserListItem.js.map +1 -1
- package/ChannelSettings/components/UserPanel.js +16 -15
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +19 -18
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +16 -15
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +16 -15
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +16 -15
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -11
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +12 -11
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +15 -14
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile.js +17 -16
- package/EditUserProfile.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +15 -14
- package/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +15 -14
- package/MessageSearch.js.map +1 -1
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +15 -14
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +21 -21
- package/OpenChannel/components/OpenChannelMessage.js +33 -32
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +35 -34
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +35 -34
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +35 -34
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +15 -14
- package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/OpenChannelList/components/OpenChannelPreview.js +7 -6
- package/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +15 -14
- package/OpenChannelList.js.map +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -14
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -14
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -18
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +19 -18
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +17 -16
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +19 -18
- package/OpenChannelSettings.js.map +1 -1
- package/README.md +1 -1
- package/SendbirdProvider.js +45 -36
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +44 -43
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +28 -27
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +44 -43
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +50 -49
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +36 -34
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +48 -46
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +82 -53
- package/Thread/context.js.map +1 -1
- package/Thread.js +48 -46
- 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-x3udz03j.js → bundle--vRpTESf.js} +23 -30
- package/chunks/bundle--vRpTESf.js.map +1 -0
- package/chunks/{bundle-EZnDY3Tc.js → bundle-0wRb_ox9.js} +7 -7
- package/chunks/{bundle-EZnDY3Tc.js.map → bundle-0wRb_ox9.js.map} +1 -1
- package/chunks/{bundle-4zdVdGkr.js → bundle-1Ni9PXLu.js} +1 -1
- package/chunks/{bundle-4zdVdGkr.js.map → bundle-1Ni9PXLu.js.map} +1 -1
- package/chunks/{bundle-J7RD0FpU.js → bundle-24dj5skA.js} +4 -4
- package/chunks/{bundle-J7RD0FpU.js.map → bundle-24dj5skA.js.map} +1 -1
- package/chunks/{bundle-um2Azmnd.js → bundle-3kSg3poT.js} +1 -1
- package/chunks/bundle-3kSg3poT.js.map +1 -0
- package/chunks/{bundle-9uR-6efo.js → bundle-5r5nUzch.js} +3 -3
- package/chunks/bundle-5r5nUzch.js.map +1 -0
- package/chunks/bundle-6SUASyd-.js +134 -0
- package/chunks/bundle-6SUASyd-.js.map +1 -0
- package/chunks/{bundle--Hrow3p-.js → bundle-7qnTBkFI.js} +4 -4
- package/chunks/bundle-7qnTBkFI.js.map +1 -0
- package/chunks/{bundle-w-pB0qJ8.js → bundle-9oakeFBl.js} +1 -1
- package/chunks/bundle-9oakeFBl.js.map +1 -0
- package/chunks/{bundle-Lh7-eKPZ.js → bundle-AVZ2rql1.js} +2 -2
- package/chunks/{bundle-Lh7-eKPZ.js.map → bundle-AVZ2rql1.js.map} +1 -1
- package/chunks/{bundle-3oeQjqp5.js → bundle-Ahnepylk.js} +1 -1
- package/chunks/bundle-Ahnepylk.js.map +1 -0
- package/chunks/{bundle-tK1qgIcU.js → bundle-CLwn_FRg.js} +1 -1
- package/chunks/bundle-CLwn_FRg.js.map +1 -0
- package/chunks/{bundle-FQAabli1.js → bundle-CYvmOLIw.js} +1 -1
- package/chunks/bundle-CYvmOLIw.js.map +1 -0
- package/chunks/bundle-F7vhZTzm.js +262 -0
- package/chunks/bundle-F7vhZTzm.js.map +1 -0
- package/chunks/{bundle-JGFwpJZJ.js → bundle-GIZVQ7W4.js} +1 -1
- package/chunks/bundle-GIZVQ7W4.js.map +1 -0
- package/chunks/{bundle-06CfHADE.js → bundle-H2gT5GjQ.js} +1 -1
- package/chunks/bundle-H2gT5GjQ.js.map +1 -0
- package/chunks/{bundle-J7om32yx.js → bundle-IY-fHnHj.js} +3 -3
- package/chunks/{bundle-J7om32yx.js.map → bundle-IY-fHnHj.js.map} +1 -1
- package/chunks/{bundle-kaJaYGwQ.js → bundle-L5shvyy2.js} +1 -1
- package/chunks/bundle-L5shvyy2.js.map +1 -0
- package/chunks/{bundle-jUubN32Z.js → bundle-Ly8vUhTn.js} +4 -4
- package/chunks/bundle-Ly8vUhTn.js.map +1 -0
- package/chunks/{bundle-OoXqnc0l.js → bundle-MY-lEq_u.js} +3 -3
- package/chunks/{bundle-OoXqnc0l.js.map → bundle-MY-lEq_u.js.map} +1 -1
- package/chunks/{bundle-iPDlyZXo.js → bundle-P0Em254T.js} +1 -1
- package/chunks/bundle-P0Em254T.js.map +1 -0
- package/chunks/{bundle-QKq7b-WA.js → bundle-S6yFiUrY.js} +1 -1
- package/chunks/bundle-S6yFiUrY.js.map +1 -0
- package/chunks/{bundle-3KS1YB09.js → bundle-T0Gu5k42.js} +2 -2
- package/chunks/bundle-T0Gu5k42.js.map +1 -0
- package/chunks/{bundle-PK1dgVwp.js → bundle-TIBUJEGt.js} +1 -1
- package/chunks/bundle-TIBUJEGt.js.map +1 -0
- package/chunks/{bundle-LPkaaUo4.js → bundle-VELRmCgM.js} +2 -2
- package/chunks/{bundle-LPkaaUo4.js.map → bundle-VELRmCgM.js.map} +1 -1
- package/chunks/{bundle-AVOWwEQ4.js → bundle-WOkl3_Qa.js} +2 -2
- package/chunks/{bundle-AVOWwEQ4.js.map → bundle-WOkl3_Qa.js.map} +1 -1
- package/chunks/{bundle-zch8NdOh.js → bundle-WrbACLdS.js} +4 -4
- package/chunks/bundle-WrbACLdS.js.map +1 -0
- package/chunks/{bundle-ZZuBYhV1.js → bundle-WwAytaYU.js} +2 -2
- package/chunks/{bundle-ZZuBYhV1.js.map → bundle-WwAytaYU.js.map} +1 -1
- package/chunks/{bundle-lDOyfwhb.js → bundle-XASWNrfg.js} +3 -3
- package/chunks/bundle-XASWNrfg.js.map +1 -0
- package/chunks/{bundle-QeQV8Aqe.js → bundle-XFtf-KBI.js} +1 -1
- package/chunks/bundle-XFtf-KBI.js.map +1 -0
- package/chunks/{bundle-GqUhOzeC.js → bundle-XQrrPHzm.js} +3 -3
- package/chunks/bundle-XQrrPHzm.js.map +1 -0
- package/chunks/{bundle-DwZzB6nL.js → bundle-XbJe5Xl_.js} +3 -3
- package/chunks/bundle-XbJe5Xl_.js.map +1 -0
- package/chunks/{bundle-0BwB1B7t.js → bundle-Y1x4CZpy.js} +1 -1
- package/chunks/{bundle-0BwB1B7t.js.map → bundle-Y1x4CZpy.js.map} +1 -1
- package/chunks/{bundle-kBtT3HBi.js → bundle-_X0TUlY4.js} +3 -3
- package/chunks/{bundle-kBtT3HBi.js.map → bundle-_X0TUlY4.js.map} +1 -1
- package/chunks/{bundle-rX7vrYxX.js → bundle-_oSqlLwH.js} +1 -1
- package/chunks/{bundle-rX7vrYxX.js.map → bundle-_oSqlLwH.js.map} +1 -1
- package/chunks/{bundle-ndy1oWfZ.js → bundle-ab7JDkX-.js} +2 -2
- package/chunks/bundle-ab7JDkX-.js.map +1 -0
- package/chunks/{bundle-62G-DTVs.js → bundle-avof2r-9.js} +5 -5
- package/chunks/{bundle-62G-DTVs.js.map → bundle-avof2r-9.js.map} +1 -1
- package/chunks/{bundle-_nlJSeuz.js → bundle-bSloPXLn.js} +1 -1
- package/chunks/bundle-bSloPXLn.js.map +1 -0
- package/chunks/{bundle-2oi09sb6.js → bundle-bxpCJddF.js} +7 -7
- package/chunks/{bundle-2oi09sb6.js.map → bundle-bxpCJddF.js.map} +1 -1
- package/chunks/{bundle-F63fi8fP.js → bundle-cBi_2Vbd.js} +6 -6
- package/chunks/bundle-cBi_2Vbd.js.map +1 -0
- package/chunks/{bundle-TWJd6cza.js → bundle-d29XY04u.js} +9 -9
- package/chunks/{bundle-TWJd6cza.js.map → bundle-d29XY04u.js.map} +1 -1
- package/chunks/{bundle-YwxAxKwQ.js → bundle-foFhJqNy.js} +18 -18
- package/chunks/{bundle-YwxAxKwQ.js.map → bundle-foFhJqNy.js.map} +1 -1
- package/chunks/{bundle-fQ2M7pMu.js → bundle-gxrNtcmM.js} +6 -10
- package/chunks/bundle-gxrNtcmM.js.map +1 -0
- package/chunks/{bundle-VSkY75XQ.js → bundle-h8tsadkG.js} +2 -2
- package/chunks/bundle-h8tsadkG.js.map +1 -0
- package/chunks/{bundle-r7_GdraW.js → bundle-j3ydiG4Y.js} +10 -10
- package/chunks/{bundle-r7_GdraW.js.map → bundle-j3ydiG4Y.js.map} +1 -1
- package/chunks/{bundle-fbmUkwMs.js → bundle-jg-ROmIh.js} +4 -4
- package/chunks/{bundle-fbmUkwMs.js.map → bundle-jg-ROmIh.js.map} +1 -1
- package/chunks/{bundle-G3cS-S1W.js → bundle-lQUkPvfG.js} +1 -1
- package/chunks/bundle-lQUkPvfG.js.map +1 -0
- package/chunks/bundle-lWgUjnZ7.js +15 -0
- package/chunks/bundle-lWgUjnZ7.js.map +1 -0
- package/chunks/{bundle-7DHTLnV3.js → bundle-luluIrQs.js} +2 -2
- package/chunks/{bundle-7DHTLnV3.js.map → bundle-luluIrQs.js.map} +1 -1
- package/chunks/{bundle-kPOY92Qs.js → bundle-m5aRS8p_.js} +3 -3
- package/chunks/bundle-m5aRS8p_.js.map +1 -0
- package/chunks/{bundle-gYyMZyCn.js → bundle-m6y5OeVq.js} +5 -5
- package/chunks/bundle-m6y5OeVq.js.map +1 -0
- package/chunks/{bundle-0plqkdfC.js → bundle-ohkKzbFZ.js} +1 -1
- package/chunks/bundle-ohkKzbFZ.js.map +1 -0
- package/chunks/{bundle-UjngV2Kp.js → bundle-pfoFNefK.js} +2 -2
- package/chunks/bundle-pfoFNefK.js.map +1 -0
- package/chunks/{bundle-5Z7nY-qa.js → bundle-pzaF7ZhV.js} +3 -3
- package/chunks/{bundle-5Z7nY-qa.js.map → bundle-pzaF7ZhV.js.map} +1 -1
- package/chunks/{bundle-NcHt88Fs.js → bundle-qAGxD_Jb.js} +1 -1
- package/chunks/bundle-qAGxD_Jb.js.map +1 -0
- package/chunks/{bundle-zqQY3xFx.js → bundle-sieNQ6Gk.js} +3 -3
- package/chunks/bundle-sieNQ6Gk.js.map +1 -0
- package/chunks/{bundle-1uIyPhfL.js → bundle-svI6ejWT.js} +1 -1
- package/chunks/bundle-svI6ejWT.js.map +1 -0
- package/chunks/{bundle-7-9WA7QK.js → bundle-tDRC-k6Z.js} +4 -4
- package/chunks/{bundle-7-9WA7QK.js.map → bundle-tDRC-k6Z.js.map} +1 -1
- package/chunks/{bundle-KaSW5xxP.js → bundle-wiEDSdp9.js} +9 -9
- package/chunks/{bundle-KaSW5xxP.js.map → bundle-wiEDSdp9.js.map} +1 -1
- package/chunks/{bundle-6G8kMIS1.js → bundle-x-RrvYoV.js} +7 -7
- package/chunks/{bundle-6G8kMIS1.js.map → bundle-x-RrvYoV.js.map} +1 -1
- package/chunks/{bundle-ltzZCtkR.js → bundle-zYQpPgUz.js} +1 -1
- package/chunks/{bundle-ltzZCtkR.js.map → bundle-zYQpPgUz.js.map} +1 -1
- package/cjs/App.js +57 -54
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +25 -24
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +60 -54
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +24 -23
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +45 -44
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +42 -37
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +58 -265
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +23 -23
- package/cjs/Channel/components/SuggestedMentionList.js +23 -22
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +19 -19
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +16 -16
- package/cjs/{chunks/bundle-vWOLHFBL.js → Channel/hooks/useHandleUploadFiles.js} +22 -139
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -0
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
- package/cjs/Channel.js +53 -49
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +18 -17
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +9 -8
- package/cjs/ChannelList/components/ChannelListHeader.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListUI.js +37 -35
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +38 -32
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +34 -33
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -13
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +19 -18
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -13
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +17 -16
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +13 -12
- package/cjs/ChannelSettings/components/UserListItem.js.map +1 -1
- package/cjs/ChannelSettings/components/UserPanel.js +16 -15
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +19 -18
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +16 -15
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +16 -15
- 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 +16 -15
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +12 -11
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +12 -11
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +15 -14
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile.js +15 -14
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +15 -14
- package/cjs/MessageSearch/components/MessageSearchUI.js.map +1 -1
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +15 -14
- package/cjs/MessageSearch.js.map +1 -1
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +15 -14
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +21 -21
- package/cjs/OpenChannel/components/OpenChannelMessage.js +33 -32
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +35 -34
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +35 -34
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +35 -34
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -14
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +7 -6
- package/cjs/OpenChannelList/components/OpenChannelPreview.js.map +1 -1
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +15 -14
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -14
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -18
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +19 -18
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +45 -36
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +42 -41
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +28 -27
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +44 -43
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +48 -47
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +38 -36
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +48 -46
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +82 -53
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +48 -46
- 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-kkxTVcGD.js → bundle--C4OQHXx.js} +1 -1
- package/cjs/chunks/bundle--C4OQHXx.js.map +1 -0
- package/cjs/chunks/{bundle-4iro9CUN.js → bundle-3_V46-kD.js} +1 -1
- package/cjs/chunks/bundle-3_V46-kD.js.map +1 -0
- package/cjs/chunks/{bundle-mc8PQfi_.js → bundle-4Ep0zw5t.js} +1 -1
- package/cjs/chunks/bundle-4Ep0zw5t.js.map +1 -0
- package/cjs/chunks/{bundle-fTDV9UxX.js → bundle-4F7y-CF9.js} +3 -3
- package/cjs/chunks/bundle-4F7y-CF9.js.map +1 -0
- package/cjs/chunks/{bundle-_R3HdLLP.js → bundle-69PwaiSc.js} +9 -9
- package/cjs/chunks/{bundle-_R3HdLLP.js.map → bundle-69PwaiSc.js.map} +1 -1
- package/cjs/chunks/{bundle-FCrfVx0P.js → bundle-83qm6LGZ.js} +3 -3
- package/cjs/chunks/bundle-83qm6LGZ.js.map +1 -0
- package/cjs/chunks/{bundle-h48X_8mu.js → bundle-9E79fUsu.js} +4 -4
- package/cjs/chunks/{bundle-h48X_8mu.js.map → bundle-9E79fUsu.js.map} +1 -1
- package/cjs/chunks/{bundle-Co06yFqb.js → bundle-ASHyn3JA.js} +4 -4
- package/cjs/chunks/{bundle-Co06yFqb.js.map → bundle-ASHyn3JA.js.map} +1 -1
- package/cjs/chunks/{bundle-_yIYQoui.js → bundle-BbFRsJzL.js} +18 -18
- package/cjs/chunks/{bundle-_yIYQoui.js.map → bundle-BbFRsJzL.js.map} +1 -1
- package/cjs/chunks/{bundle-leALuaxJ.js → bundle-CbB0m0ZV.js} +4 -4
- package/cjs/chunks/{bundle-leALuaxJ.js.map → bundle-CbB0m0ZV.js.map} +1 -1
- package/cjs/chunks/{bundle-tooLK5gn.js → bundle-GV8CCDNy.js} +3 -3
- package/cjs/chunks/{bundle-tooLK5gn.js.map → bundle-GV8CCDNy.js.map} +1 -1
- package/cjs/chunks/{bundle-MB8QdyyQ.js → bundle-J6KP8pa0.js} +1 -1
- package/cjs/chunks/bundle-J6KP8pa0.js.map +1 -0
- package/cjs/chunks/{bundle-TCdgqawd.js → bundle-KcD4tGcH.js} +2 -2
- package/cjs/chunks/bundle-KcD4tGcH.js.map +1 -0
- package/cjs/chunks/{bundle-lkluBCYi.js → bundle-OoVnHiDq.js} +3 -3
- package/cjs/chunks/bundle-OoVnHiDq.js.map +1 -0
- package/cjs/chunks/{bundle-PoR4V_kd.js → bundle-Ox99eUrQ.js} +1 -1
- package/cjs/chunks/bundle-Ox99eUrQ.js.map +1 -0
- package/cjs/chunks/{bundle-oiMScSG6.js → bundle-P26GNXny.js} +3 -3
- package/cjs/chunks/bundle-P26GNXny.js.map +1 -0
- package/cjs/chunks/{bundle-80bw1Z-w.js → bundle-Pnz_sqaN.js} +3 -3
- package/cjs/chunks/bundle-Pnz_sqaN.js.map +1 -0
- package/cjs/chunks/{bundle-VHUezYnn.js → bundle-QrCU2Gzz.js} +1 -1
- package/cjs/chunks/bundle-QrCU2Gzz.js.map +1 -0
- package/cjs/chunks/{bundle-u4ZfKyD_.js → bundle-Txu61Was.js} +2 -2
- package/cjs/chunks/bundle-Txu61Was.js.map +1 -0
- package/cjs/chunks/{bundle-2KPLdyEL.js → bundle-U0ClHXwH.js} +2 -2
- package/cjs/chunks/bundle-U0ClHXwH.js.map +1 -0
- package/cjs/chunks/{bundle-Ch6xNfpK.js → bundle-UWRtXuFq.js} +7 -7
- package/cjs/chunks/{bundle-Ch6xNfpK.js.map → bundle-UWRtXuFq.js.map} +1 -1
- package/cjs/chunks/{bundle-t70SIG3R.js → bundle-VDVRYyfA.js} +9 -9
- package/cjs/chunks/bundle-VDVRYyfA.js.map +1 -0
- package/cjs/chunks/{bundle-RG3ZDmvE.js → bundle-VXL1pHqu.js} +1 -1
- package/cjs/chunks/{bundle-RG3ZDmvE.js.map → bundle-VXL1pHqu.js.map} +1 -1
- package/cjs/chunks/{bundle-oISd80pA.js → bundle-Vmj_f5oF.js} +1 -1
- package/cjs/chunks/bundle-Vmj_f5oF.js.map +1 -0
- package/cjs/chunks/{bundle-n6O0NYfY.js → bundle-W74kTv5q.js} +7 -7
- package/cjs/chunks/bundle-W74kTv5q.js.map +1 -0
- package/cjs/chunks/{bundle-RV4B0RCM.js → bundle-WtQRgvh-.js} +2 -2
- package/cjs/chunks/bundle-WtQRgvh-.js.map +1 -0
- package/cjs/chunks/{bundle-ZYvG_yE0.js → bundle-X6gEpM13.js} +6 -6
- package/cjs/chunks/bundle-X6gEpM13.js.map +1 -0
- package/cjs/chunks/{bundle-xy995kna.js → bundle-XCa9rYnV.js} +10 -10
- package/cjs/chunks/bundle-XCa9rYnV.js.map +1 -0
- package/cjs/chunks/{bundle-OfmF0BBb.js → bundle-Y-U2PjW2.js} +4 -4
- package/cjs/chunks/{bundle-OfmF0BBb.js.map → bundle-Y-U2PjW2.js.map} +1 -1
- package/cjs/chunks/{bundle-a_NGo240.js → bundle-YT87djGy.js} +1 -1
- package/cjs/chunks/bundle-YT87djGy.js.map +1 -0
- package/cjs/chunks/bundle-_F-LWSS7.js +264 -0
- package/cjs/chunks/bundle-_F-LWSS7.js.map +1 -0
- package/cjs/chunks/{bundle-ACXel153.js → bundle-ahsqlfk0.js} +1 -1
- package/cjs/chunks/bundle-ahsqlfk0.js.map +1 -0
- package/cjs/chunks/{bundle-cKt6NzI1.js → bundle-apAowyGO.js} +3 -3
- package/cjs/chunks/{bundle-cKt6NzI1.js.map → bundle-apAowyGO.js.map} +1 -1
- package/cjs/chunks/{bundle-LoNtsKOJ.js → bundle-ar6tgi9n.js} +5 -5
- package/cjs/chunks/bundle-ar6tgi9n.js.map +1 -0
- package/cjs/chunks/{bundle-YRW87MiX.js → bundle-b9ACXHsP.js} +1 -1
- package/cjs/chunks/bundle-b9ACXHsP.js.map +1 -0
- package/cjs/chunks/{bundle-wPu8WyIh.js → bundle-bEHOCuOw.js} +1 -1
- package/cjs/chunks/bundle-bEHOCuOw.js.map +1 -0
- package/cjs/chunks/{bundle-uE1K1eGs.js → bundle-bH9uug3c.js} +2 -2
- package/cjs/chunks/{bundle-uE1K1eGs.js.map → bundle-bH9uug3c.js.map} +1 -1
- package/cjs/chunks/{bundle-DTSMqW5p.js → bundle-bqQEjqte.js} +1 -1
- package/cjs/chunks/bundle-bqQEjqte.js.map +1 -0
- package/cjs/chunks/{bundle-3qeMVUne.js → bundle-cRwas0gJ.js} +4 -4
- package/cjs/chunks/bundle-cRwas0gJ.js.map +1 -0
- package/cjs/chunks/{bundle-EVv3xRW8.js → bundle-cYtusUc3.js} +1 -1
- package/cjs/chunks/{bundle-EVv3xRW8.js.map → bundle-cYtusUc3.js.map} +1 -1
- package/cjs/chunks/bundle-chn4rwUr.js +17 -0
- package/cjs/chunks/bundle-chn4rwUr.js.map +1 -0
- package/cjs/chunks/{bundle-5l7POen0.js → bundle-dbozU25E.js} +1 -1
- package/cjs/chunks/bundle-dbozU25E.js.map +1 -0
- package/cjs/chunks/{bundle-o66lc7qg.js → bundle-efOp7vtv.js} +5 -5
- package/cjs/chunks/bundle-efOp7vtv.js.map +1 -0
- package/cjs/chunks/{bundle-MwYMtlCB.js → bundle-envInTgz.js} +2 -2
- package/cjs/chunks/{bundle-MwYMtlCB.js.map → bundle-envInTgz.js.map} +1 -1
- package/cjs/chunks/{bundle-NOQysszZ.js → bundle-fmqgbn8b.js} +1 -1
- package/cjs/chunks/bundle-fmqgbn8b.js.map +1 -0
- package/cjs/chunks/{bundle-viTxhrPr.js → bundle-gZ94G4-S.js} +1 -1
- package/cjs/chunks/bundle-gZ94G4-S.js.map +1 -0
- package/cjs/chunks/{bundle-bQffWPr0.js → bundle-h6x-D_-L.js} +1 -1
- package/cjs/chunks/bundle-h6x-D_-L.js.map +1 -0
- package/cjs/chunks/{bundle-6fWeHUzf.js → bundle-in4L5bOo.js} +4 -4
- package/cjs/chunks/bundle-in4L5bOo.js.map +1 -0
- package/cjs/chunks/{bundle-Y0ibVW_O.js → bundle-jMDzG5KY.js} +7 -7
- package/cjs/chunks/bundle-jMDzG5KY.js.map +1 -0
- package/cjs/chunks/{bundle-8lUFYwiz.js → bundle-lmsd3CBz.js} +6 -10
- package/cjs/chunks/{bundle-8lUFYwiz.js.map → bundle-lmsd3CBz.js.map} +1 -1
- package/cjs/chunks/{bundle-BUF_nc4Q.js → bundle-mI_PIc66.js} +3 -3
- package/cjs/chunks/{bundle-BUF_nc4Q.js.map → bundle-mI_PIc66.js.map} +1 -1
- package/cjs/chunks/{bundle-o5pJIgS7.js → bundle-mJ3G0oDb.js} +1 -1
- package/cjs/chunks/bundle-mJ3G0oDb.js.map +1 -0
- package/cjs/chunks/{bundle-M6v8bdc6.js → bundle-ofXSH1Ap.js} +1 -1
- package/cjs/chunks/bundle-ofXSH1Ap.js.map +1 -0
- package/cjs/chunks/{bundle-FI-ZNmbG.js → bundle-ruXYGvit.js} +1 -1
- package/cjs/chunks/bundle-ruXYGvit.js.map +1 -0
- package/cjs/chunks/{bundle-A9-xoiFy.js → bundle-rwRTI-fo.js} +3 -3
- package/cjs/chunks/bundle-rwRTI-fo.js.map +1 -0
- package/cjs/chunks/{bundle-lj7KorhP.js → bundle-sXdSdEH6.js} +25 -32
- package/cjs/chunks/bundle-sXdSdEH6.js.map +1 -0
- package/cjs/chunks/bundle-upHd36Rz.js +136 -0
- package/cjs/chunks/bundle-upHd36Rz.js.map +1 -0
- package/cjs/chunks/{bundle-Bekm94S6.js → bundle-vaWya0T1.js} +3 -3
- package/cjs/chunks/bundle-vaWya0T1.js.map +1 -0
- package/cjs/chunks/{bundle-pLajF9mf.js → bundle-w23L_Tb_.js} +2 -2
- package/cjs/chunks/{bundle-pLajF9mf.js.map → bundle-w23L_Tb_.js.map} +1 -1
- package/cjs/chunks/{bundle-Z8uBiYyS.js → bundle-w6AgQhwT.js} +1 -1
- package/cjs/chunks/bundle-w6AgQhwT.js.map +1 -0
- package/cjs/chunks/{bundle-DRPbz-J2.js → bundle-wC_YhuEb.js} +1 -1
- package/cjs/chunks/bundle-wC_YhuEb.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +76 -69
- 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 -4
- package/cjs/ui/Avatar.js.map +1 -1
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +9 -9
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +6 -5
- package/cjs/ui/ChannelAvatar.js.map +1 -1
- 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 -15
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +8 -8
- package/cjs/ui/FileViewer.js +15 -14
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Icon.js +5 -7
- 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 +3 -3
- 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 +13 -12
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +137 -84
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +5 -5
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +26 -23
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +14 -11
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- package/cjs/ui/MessageSearchFileItem.js +15 -14
- package/cjs/ui/MessageSearchFileItem.js.map +1 -1
- package/cjs/ui/MessageSearchItem.js +12 -11
- package/cjs/ui/MessageSearchItem.js.map +1 -1
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +18 -19
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +9 -8
- package/cjs/ui/OpenChannelAvatar.js.map +1 -1
- package/cjs/ui/OpenchannelConversationHeader.js +9 -8
- package/cjs/ui/OpenchannelConversationHeader.js.map +1 -1
- package/cjs/ui/OpenchannelFileMessage.js +18 -17
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +20 -19
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +17 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +18 -17
- 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 +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/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -15
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThreadReplies.js +9 -8
- 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 +69 -0
- package/cjs/ui/TypingIndicatorBubble.js.map +1 -0
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +13 -12
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +11 -10
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/VoiceMessageInput.js +21 -0
- package/cjs/ui/VoiceMessageInput.js.map +1 -0
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/Word.js +13 -12
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +93 -67
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +72 -69
- package/index.js.map +1 -1
- package/package.json +25 -7
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/useOnScrollReachedEndDetector/index.d.ts +7 -0
- package/types/index.d.ts +1 -0
- package/types/lib/hooks/useConnect/connect.d.ts +1 -1
- package/types/lib/hooks/useConnect/setupConnection.d.ts +1 -1
- package/types/lib/hooks/useConnect/types.d.ts +2 -1
- package/types/lib/types.d.ts +5 -1
- package/types/modules/Channel/components/ChannelUI/index.d.ts +1 -0
- package/types/modules/Channel/components/MessageInput/index.d.ts +1 -0
- package/types/modules/Channel/components/MessageList/index.d.ts +1 -0
- package/types/modules/EditUserProfile/components/EditUserProfileUI/index.d.ts +1 -1
- package/types/modules/EditUserProfile/index.d.ts +2 -2
- package/types/types.d.ts +4 -0
- package/types/ui/Avatar/AvatarDefault.d.ts +8 -0
- package/types/ui/Avatar/index.d.ts +2 -0
- package/types/ui/EmojiReactions/index.d.ts +2 -2
- package/types/ui/MessageContent/MessageProfile/index.d.ts +1 -8
- package/types/ui/MessageContent/index.d.ts +6 -0
- package/types/ui/MessageItemMenu/index.d.ts +3 -3
- package/types/ui/MessageItemReactionMenu/index.d.ts +3 -3
- package/types/ui/TypingIndicatorBubble/index.d.ts +12 -0
- package/types/utils/typeHelpers/partialDeep.d.ts +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +5 -4
- package/ui/Avatar.js.map +1 -1
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +6 -5
- package/ui/ChannelAvatar.js.map +1 -1
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +6 -6
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +16 -15
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FileMessageItemBody.js +8 -8
- package/ui/FileViewer.js +15 -14
- package/ui/FileViewer.js.map +1 -1
- package/ui/Icon.js +5 -7
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- 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/MentionLabel.js +13 -12
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +139 -86
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +5 -5
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +23 -23
- package/ui/MessageItemReactionMenu.js +11 -11
- package/ui/MessageSearchFileItem.js +15 -14
- package/ui/MessageSearchFileItem.js.map +1 -1
- package/ui/MessageSearchItem.js +12 -11
- package/ui/MessageSearchItem.js.map +1 -1
- package/ui/MessageStatus.js +12 -12
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +18 -19
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +9 -8
- package/ui/OpenChannelAvatar.js.map +1 -1
- package/ui/OpenchannelConversationHeader.js +9 -8
- package/ui/OpenchannelConversationHeader.js.map +1 -1
- package/ui/OpenchannelFileMessage.js +18 -17
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +20 -19
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +17 -16
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +18 -17
- package/ui/OpenchannelUserMessage.js.map +1 -1
- 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/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -15
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThreadReplies.js +9 -8
- 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 +67 -0
- package/ui/TypingIndicatorBubble.js.map +1 -0
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +13 -12
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +11 -10
- package/ui/UserProfile.js.map +1 -1
- package/ui/VoiceMessageInput.js +15 -0
- package/ui/VoiceMessageInput.js.map +1 -0
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +13 -12
- package/ui/Word.js.map +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle--Hrow3p-.js.map +0 -1
- package/chunks/bundle-06CfHADE.js.map +0 -1
- package/chunks/bundle-0plqkdfC.js.map +0 -1
- package/chunks/bundle-1uIyPhfL.js.map +0 -1
- package/chunks/bundle-3KS1YB09.js.map +0 -1
- package/chunks/bundle-3oeQjqp5.js.map +0 -1
- package/chunks/bundle-9uR-6efo.js.map +0 -1
- package/chunks/bundle-DwZzB6nL.js.map +0 -1
- package/chunks/bundle-F63fi8fP.js.map +0 -1
- package/chunks/bundle-FQAabli1.js.map +0 -1
- package/chunks/bundle-G3cS-S1W.js.map +0 -1
- package/chunks/bundle-GqUhOzeC.js.map +0 -1
- package/chunks/bundle-JGFwpJZJ.js.map +0 -1
- package/chunks/bundle-NcHt88Fs.js.map +0 -1
- package/chunks/bundle-PK1dgVwp.js.map +0 -1
- package/chunks/bundle-QKq7b-WA.js.map +0 -1
- package/chunks/bundle-QeQV8Aqe.js.map +0 -1
- package/chunks/bundle-UjngV2Kp.js.map +0 -1
- package/chunks/bundle-VSkY75XQ.js.map +0 -1
- package/chunks/bundle-_2iSz8ke.js.map +0 -1
- package/chunks/bundle-_nlJSeuz.js.map +0 -1
- package/chunks/bundle-fQ2M7pMu.js.map +0 -1
- package/chunks/bundle-gYyMZyCn.js.map +0 -1
- package/chunks/bundle-iPDlyZXo.js.map +0 -1
- package/chunks/bundle-jUubN32Z.js.map +0 -1
- package/chunks/bundle-kPOY92Qs.js.map +0 -1
- package/chunks/bundle-kaJaYGwQ.js.map +0 -1
- package/chunks/bundle-lDOyfwhb.js.map +0 -1
- package/chunks/bundle-ndy1oWfZ.js.map +0 -1
- package/chunks/bundle-tK1qgIcU.js.map +0 -1
- package/chunks/bundle-um2Azmnd.js.map +0 -1
- package/chunks/bundle-w-pB0qJ8.js.map +0 -1
- package/chunks/bundle-x3udz03j.js.map +0 -1
- package/chunks/bundle-zch8NdOh.js.map +0 -1
- package/chunks/bundle-zqQY3xFx.js.map +0 -1
- package/cjs/chunks/bundle-2KPLdyEL.js.map +0 -1
- package/cjs/chunks/bundle-3qeMVUne.js.map +0 -1
- package/cjs/chunks/bundle-4iro9CUN.js.map +0 -1
- package/cjs/chunks/bundle-5l7POen0.js.map +0 -1
- package/cjs/chunks/bundle-6fWeHUzf.js.map +0 -1
- package/cjs/chunks/bundle-80bw1Z-w.js.map +0 -1
- package/cjs/chunks/bundle-A9-xoiFy.js.map +0 -1
- package/cjs/chunks/bundle-ACXel153.js.map +0 -1
- package/cjs/chunks/bundle-Bekm94S6.js.map +0 -1
- package/cjs/chunks/bundle-DRPbz-J2.js.map +0 -1
- package/cjs/chunks/bundle-DTSMqW5p.js.map +0 -1
- package/cjs/chunks/bundle-FCrfVx0P.js.map +0 -1
- package/cjs/chunks/bundle-FI-ZNmbG.js.map +0 -1
- package/cjs/chunks/bundle-LoNtsKOJ.js.map +0 -1
- package/cjs/chunks/bundle-M6v8bdc6.js.map +0 -1
- package/cjs/chunks/bundle-MB8QdyyQ.js.map +0 -1
- package/cjs/chunks/bundle-NOQysszZ.js.map +0 -1
- package/cjs/chunks/bundle-PoR4V_kd.js.map +0 -1
- package/cjs/chunks/bundle-RV4B0RCM.js.map +0 -1
- package/cjs/chunks/bundle-TCdgqawd.js.map +0 -1
- package/cjs/chunks/bundle-VHUezYnn.js.map +0 -1
- package/cjs/chunks/bundle-Y0ibVW_O.js.map +0 -1
- package/cjs/chunks/bundle-YRW87MiX.js.map +0 -1
- package/cjs/chunks/bundle-Z8uBiYyS.js.map +0 -1
- package/cjs/chunks/bundle-ZYvG_yE0.js.map +0 -1
- package/cjs/chunks/bundle-a_NGo240.js.map +0 -1
- package/cjs/chunks/bundle-bQffWPr0.js.map +0 -1
- package/cjs/chunks/bundle-fTDV9UxX.js.map +0 -1
- package/cjs/chunks/bundle-kkxTVcGD.js.map +0 -1
- package/cjs/chunks/bundle-lj7KorhP.js.map +0 -1
- package/cjs/chunks/bundle-lkluBCYi.js.map +0 -1
- package/cjs/chunks/bundle-mc8PQfi_.js.map +0 -1
- package/cjs/chunks/bundle-n6O0NYfY.js.map +0 -1
- package/cjs/chunks/bundle-o5pJIgS7.js.map +0 -1
- package/cjs/chunks/bundle-o66lc7qg.js.map +0 -1
- package/cjs/chunks/bundle-oISd80pA.js.map +0 -1
- package/cjs/chunks/bundle-oiMScSG6.js.map +0 -1
- package/cjs/chunks/bundle-t70SIG3R.js.map +0 -1
- package/cjs/chunks/bundle-u4ZfKyD_.js.map +0 -1
- package/cjs/chunks/bundle-vWOLHFBL.js.map +0 -1
- package/cjs/chunks/bundle-viTxhrPr.js.map +0 -1
- package/cjs/chunks/bundle-wPu8WyIh.js.map +0 -1
- package/cjs/chunks/bundle-xy995kna.js.map +0 -1
- package/cjs/ui/VoiceMessgeInput.js +0 -21
- package/cjs/ui/VoiceMessgeInput.js.map +0 -1
- package/types/ui/TypingIndicatorMessage/index.d.ts +0 -6
- package/ui/VoiceMessgeInput.js +0 -15
- package/ui/VoiceMessgeInput.js.map +0 -1
- /package/types/ui/{TypingIndicatorMessage → TypingIndicatorBubble}/TypingDots.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useMemo, useState, useRef } from 'react';
|
|
2
2
|
import { useSendbirdStateContext } from '../../useSendbirdStateContext.js';
|
|
3
|
-
import { u as useLocalization } from '../../chunks/bundle-
|
|
4
|
-
import { g as getChannelTitle } from '../../chunks/bundle-
|
|
3
|
+
import { u as useLocalization } from '../../chunks/bundle-XQrrPHzm.js';
|
|
4
|
+
import { g as getChannelTitle } from '../../chunks/bundle-T0Gu5k42.js';
|
|
5
5
|
import { useThreadContext } from '../context.js';
|
|
6
6
|
import ParentMessageInfo from './ParentMessageInfo.js';
|
|
7
7
|
import ThreadHeader from './ThreadHeader.js';
|
|
@@ -9,49 +9,50 @@ import ThreadList from './ThreadList.js';
|
|
|
9
9
|
import ThreadMessageInput from './ThreadMessageInput.js';
|
|
10
10
|
import { ParentMessageStateTypes, ThreadListStateTypes } from '../context/types.js';
|
|
11
11
|
import PlaceHolder, { PlaceHolderTypes } from '../../ui/PlaceHolder.js';
|
|
12
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../chunks/bundle-
|
|
13
|
-
import { i as isAboutSame } from '../../chunks/bundle-
|
|
12
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../chunks/bundle-XASWNrfg.js';
|
|
13
|
+
import { i as isAboutSame } from '../../chunks/bundle-WrbACLdS.js';
|
|
14
14
|
import { MessageProvider } from '../../Message/context.js';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
|
-
import '../../chunks/bundle-
|
|
17
|
-
import '../../chunks/bundle-
|
|
18
|
-
import '../../chunks/bundle-
|
|
19
|
-
import '../../chunks/bundle-
|
|
16
|
+
import '../../chunks/bundle-WOkl3_Qa.js';
|
|
17
|
+
import '../../chunks/bundle-1Ni9PXLu.js';
|
|
18
|
+
import '../../chunks/bundle-zYQpPgUz.js';
|
|
19
|
+
import '../../chunks/bundle-lQUkPvfG.js';
|
|
20
20
|
import '@sendbird/chat';
|
|
21
|
-
import '../../chunks/bundle
|
|
22
|
-
import '../../chunks/bundle-
|
|
21
|
+
import '../../chunks/bundle-7qnTBkFI.js';
|
|
22
|
+
import '../../chunks/bundle-TIBUJEGt.js';
|
|
23
23
|
import '@sendbird/chat/groupChannel';
|
|
24
|
-
import '../../chunks/bundle-
|
|
25
|
-
import '../../chunks/bundle-
|
|
26
|
-
import '../../chunks/bundle-
|
|
24
|
+
import '../../chunks/bundle-P0Em254T.js';
|
|
25
|
+
import '../../chunks/bundle-Ahnepylk.js';
|
|
26
|
+
import '../../chunks/bundle-MY-lEq_u.js';
|
|
27
27
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../../chunks/bundle-
|
|
28
|
+
import '../../chunks/bundle-Y1x4CZpy.js';
|
|
29
29
|
import '@sendbird/chat/message';
|
|
30
|
-
import '../../chunks/bundle-
|
|
31
|
-
import '../../chunks/bundle-
|
|
32
|
-
import '../../chunks/bundle-
|
|
33
|
-
import '../../chunks/bundle-
|
|
30
|
+
import '../../chunks/bundle-pfoFNefK.js';
|
|
31
|
+
import '../../chunks/bundle-VELRmCgM.js';
|
|
32
|
+
import '../../chunks/bundle-cBi_2Vbd.js';
|
|
33
|
+
import '../../chunks/bundle-m6y5OeVq.js';
|
|
34
34
|
import 'react-dom';
|
|
35
|
-
import '../../chunks/bundle-
|
|
36
|
-
import '../../chunks/bundle-
|
|
35
|
+
import '../../chunks/bundle-CYvmOLIw.js';
|
|
36
|
+
import '../../chunks/bundle-S6yFiUrY.js';
|
|
37
37
|
import '../../ui/IconButton.js';
|
|
38
38
|
import '../../ui/Button.js';
|
|
39
39
|
import '../../ui/Icon.js';
|
|
40
|
-
import '../../chunks/bundle-
|
|
40
|
+
import '../../chunks/bundle-XbJe5Xl_.js';
|
|
41
41
|
import './ParentMessageInfoItem.js';
|
|
42
42
|
import '../../ui/ImageRenderer.js';
|
|
43
43
|
import '../../ui/TextButton.js';
|
|
44
|
-
import '../../chunks/bundle-
|
|
44
|
+
import '../../chunks/bundle-H2gT5GjQ.js';
|
|
45
45
|
import '../../ui/EmojiReactions.js';
|
|
46
46
|
import '../../ui/ReactionBadge.js';
|
|
47
47
|
import '../../ui/ReactionButton.js';
|
|
48
|
-
import '../../chunks/bundle-
|
|
48
|
+
import '../../chunks/bundle-5r5nUzch.js';
|
|
49
49
|
import '../../ui/ContextMenu.js';
|
|
50
50
|
import '../../ui/SortByRow.js';
|
|
51
51
|
import '../../ui/BottomSheet.js';
|
|
52
52
|
import '../../hooks/useModal.js';
|
|
53
53
|
import '../../ui/UserListItem.js';
|
|
54
|
-
import '../../chunks/bundle
|
|
54
|
+
import '../../chunks/bundle--vRpTESf.js';
|
|
55
|
+
import '../../chunks/bundle-lWgUjnZ7.js';
|
|
55
56
|
import '../../ui/MutedAvatarOverlay.js';
|
|
56
57
|
import '../../ui/Checkbox.js';
|
|
57
58
|
import '../../ui/UserProfile.js';
|
|
@@ -61,49 +62,50 @@ import '../../ui/TooltipWrapper.js';
|
|
|
61
62
|
import '../../ui/VoiceMessageItemBody.js';
|
|
62
63
|
import '../../ui/ProgressBar.js';
|
|
63
64
|
import '../../VoicePlayer/useVoicePlayer.js';
|
|
64
|
-
import '../../chunks/bundle-
|
|
65
|
+
import '../../chunks/bundle-_X0TUlY4.js';
|
|
65
66
|
import '../../VoiceRecorder/context.js';
|
|
66
67
|
import '../../ui/PlaybackTime.js';
|
|
67
68
|
import '../../ui/Loader.js';
|
|
68
|
-
import '../../chunks/bundle-
|
|
69
|
-
import '../../chunks/bundle-
|
|
69
|
+
import '../../chunks/bundle-Ly8vUhTn.js';
|
|
70
|
+
import '../../chunks/bundle-m5aRS8p_.js';
|
|
70
71
|
import '../../ui/MentionLabel.js';
|
|
71
72
|
import '../../ui/LinkLabel.js';
|
|
72
|
-
import '../../chunks/bundle-
|
|
73
|
-
import '../../chunks/bundle-
|
|
74
|
-
import '../../chunks/bundle-
|
|
75
|
-
import '../../chunks/bundle-
|
|
76
|
-
import '../../chunks/bundle-
|
|
73
|
+
import '../../chunks/bundle-jg-ROmIh.js';
|
|
74
|
+
import '../../chunks/bundle-wiEDSdp9.js';
|
|
75
|
+
import '../../chunks/bundle-gxrNtcmM.js';
|
|
76
|
+
import '../../chunks/bundle-foFhJqNy.js';
|
|
77
|
+
import '../../chunks/bundle-GIZVQ7W4.js';
|
|
77
78
|
import '../../Channel/hooks/useInitialMessagesFetch.js';
|
|
78
|
-
import '../../chunks/bundle-
|
|
79
|
+
import '../../chunks/bundle-_oSqlLwH.js';
|
|
79
80
|
import '../../Channel/components/SuggestedMentionList.js';
|
|
80
|
-
import '../../chunks/bundle-
|
|
81
|
+
import '../../chunks/bundle-CLwn_FRg.js';
|
|
81
82
|
import '../../ui/MessageItemMenu.js';
|
|
82
|
-
import '../../chunks/bundle-
|
|
83
|
+
import '../../chunks/bundle-svI6ejWT.js';
|
|
83
84
|
import '../../ui/MessageItemReactionMenu.js';
|
|
84
85
|
import '../../ui/MessageInput.js';
|
|
85
|
-
import '../../chunks/bundle-
|
|
86
|
+
import '../../chunks/bundle-avof2r-9.js';
|
|
86
87
|
import 'dompurify';
|
|
87
|
-
import '../../chunks/bundle-
|
|
88
|
-
import '../../chunks/bundle-
|
|
89
|
-
import '../../chunks/bundle-
|
|
90
|
-
import '../../chunks/bundle-
|
|
88
|
+
import '../../chunks/bundle-ohkKzbFZ.js';
|
|
89
|
+
import '../../chunks/bundle-L5shvyy2.js';
|
|
90
|
+
import '../../chunks/bundle-bSloPXLn.js';
|
|
91
|
+
import '../../chunks/bundle-tDRC-k6Z.js';
|
|
91
92
|
import '../../Message/hooks/useDirtyGetMentions.js';
|
|
92
93
|
import './ThreadListItem.js';
|
|
93
94
|
import '../../ui/DateSeparator.js';
|
|
94
|
-
import '../../chunks/bundle-
|
|
95
|
-
import '../../chunks/bundle-
|
|
96
|
-
import '../../chunks/bundle-
|
|
95
|
+
import '../../chunks/bundle-0wRb_ox9.js';
|
|
96
|
+
import '../../chunks/bundle-IY-fHnHj.js';
|
|
97
|
+
import '../../chunks/bundle-WwAytaYU.js';
|
|
97
98
|
import '../../ui/TextMessageItemBody.js';
|
|
98
99
|
import '../../ui/OGMessageItemBody.js';
|
|
99
100
|
import '../../ui/FileMessageItemBody.js';
|
|
100
101
|
import '../../ui/ThumbnailMessageItemBody.js';
|
|
101
|
-
import '../../chunks/bundle-
|
|
102
|
+
import '../../chunks/bundle-sieNQ6Gk.js';
|
|
102
103
|
import '../../ui/UnknownMessageItemBody.js';
|
|
103
104
|
import 'date-fns';
|
|
104
|
-
import '../../chunks/bundle-
|
|
105
|
+
import '../../chunks/bundle-6SUASyd-.js';
|
|
105
106
|
import '../../VoiceRecorder/useVoiceRecorder.js';
|
|
106
|
-
import '../../chunks/bundle-
|
|
107
|
+
import '../../chunks/bundle-24dj5skA.js';
|
|
108
|
+
import '../../Channel/hooks/useHandleUploadFiles.js';
|
|
107
109
|
|
|
108
110
|
var useMemorizedHeader = function (_a) {
|
|
109
111
|
var renderHeader = _a.renderHeader;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThreadUI.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThreadUI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/Thread/context.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useReducer, useMemo } from 'react';
|
|
2
|
-
import { a as compareIds, s as scrollIntoLast, g as getParentMessageFrom, u as useSendMultipleFilesMessage, b as getNicknamesMapFromMembers } from '../chunks/bundle-
|
|
3
|
-
import { U as UserProfileProvider } from '../chunks/bundle-
|
|
2
|
+
import { a as compareIds, s as scrollIntoLast, g as getParentMessageFrom, u as useSendMultipleFilesMessage, b as getNicknamesMapFromMembers } from '../chunks/bundle-WrbACLdS.js';
|
|
3
|
+
import { U as UserProfileProvider } from '../chunks/bundle-lQUkPvfG.js';
|
|
4
4
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
5
|
-
import { _ as __assign, a as __spreadArray,
|
|
5
|
+
import { _ as __assign, a as __spreadArray, b as __awaiter, c as __generator } from '../chunks/bundle-WOkl3_Qa.js';
|
|
6
6
|
import { ChannelStateTypes, ThreadListStateTypes, ParentMessageStateTypes } from './context/types.js';
|
|
7
7
|
import { ChannelType } from '@sendbird/chat';
|
|
8
|
-
import { p as pubSubTopics, a as shouldPubSubPublishToThread, b as PUBSUB_TOPICS, P as PublishingModuleType } from '../chunks/bundle
|
|
9
|
-
import { s as ON_FILE_INFO_UPLOADED, t as ON_TYPING_STATUS_UPDATED } from '../chunks/bundle-
|
|
8
|
+
import { p as pubSubTopics, a as shouldPubSubPublishToThread, b as PUBSUB_TOPICS, P as PublishingModuleType } from '../chunks/bundle-7qnTBkFI.js';
|
|
9
|
+
import { s as ON_FILE_INFO_UPLOADED, t as ON_TYPING_STATUS_UPDATED } from '../chunks/bundle-TIBUJEGt.js';
|
|
10
10
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
11
|
-
import { u as uuidv4 } from '../chunks/bundle-
|
|
12
|
-
import { c as compareIds$1 } from '../chunks/bundle-
|
|
13
|
-
import '../chunks/bundle-
|
|
11
|
+
import { u as uuidv4 } from '../chunks/bundle-P0Em254T.js';
|
|
12
|
+
import { c as compareIds$1 } from '../chunks/bundle-Ahnepylk.js';
|
|
13
|
+
import '../chunks/bundle-MY-lEq_u.js';
|
|
14
14
|
import { SendingStatus, MessageType, MessageMetaArray } from '@sendbird/chat/message';
|
|
15
|
-
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 '../chunks/bundle-
|
|
16
|
-
import '../chunks/bundle-
|
|
17
|
-
import '../chunks/bundle-
|
|
18
|
-
import '../chunks/bundle-
|
|
15
|
+
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 '../chunks/bundle-pfoFNefK.js';
|
|
16
|
+
import '../chunks/bundle-gxrNtcmM.js';
|
|
17
|
+
import '../chunks/bundle-VELRmCgM.js';
|
|
18
|
+
import '../chunks/bundle-zYQpPgUz.js';
|
|
19
19
|
import '../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import '../withSendbird.js';
|
|
21
|
-
import '../chunks/bundle-
|
|
21
|
+
import '../chunks/bundle-Y1x4CZpy.js';
|
|
22
22
|
|
|
23
23
|
var PREV_THREADS_FETCH_SIZE = 30;
|
|
24
24
|
var NEXT_THREADS_FETCH_SIZE = 30;
|
|
@@ -975,66 +975,95 @@ function useResendMessageCallback(_a, _b) {
|
|
|
975
975
|
payload: failedMessage,
|
|
976
976
|
});
|
|
977
977
|
if (((_a = failedMessage === null || failedMessage === void 0 ? void 0 : failedMessage.isUserMessage) === null || _a === void 0 ? void 0 : _a.call(failedMessage)) || (failedMessage === null || failedMessage === void 0 ? void 0 : failedMessage.messageType) === MessageType.USER) {
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
978
|
+
try {
|
|
979
|
+
currentChannel === null || currentChannel === void 0 ? void 0 : currentChannel.resendMessage(failedMessage).onSucceeded(function (message) {
|
|
980
|
+
logger.info('Thread | useResendMessageCallback: Resending user message succeeded.', message);
|
|
981
|
+
threadDispatcher({
|
|
982
|
+
type: ThreadContextActionTypes.SEND_MESSAGE_SUCESS,
|
|
983
|
+
payload: { message: message },
|
|
984
|
+
});
|
|
985
|
+
pubSub.publish(pubSubTopics.SEND_USER_MESSAGE, {
|
|
986
|
+
channel: currentChannel,
|
|
987
|
+
message: message,
|
|
988
|
+
publishingModules: [PublishingModuleType.THREAD],
|
|
989
|
+
});
|
|
990
|
+
}).onFailed(function (error) {
|
|
991
|
+
logger.warning('Thread | useResendMessageCallback: Resending user message failed.', error);
|
|
992
|
+
failedMessage.sendingStatus = SendingStatus.FAILED;
|
|
993
|
+
threadDispatcher({
|
|
994
|
+
type: ThreadContextActionTypes.SEND_MESSAGE_FAILURE,
|
|
995
|
+
payload: { message: failedMessage },
|
|
996
|
+
});
|
|
988
997
|
});
|
|
989
|
-
}
|
|
990
|
-
|
|
998
|
+
}
|
|
999
|
+
catch (err) {
|
|
1000
|
+
logger.warning('Thread | useResendMessageCallback: Resending user message failed.', err);
|
|
991
1001
|
failedMessage.sendingStatus = SendingStatus.FAILED;
|
|
992
1002
|
threadDispatcher({
|
|
993
1003
|
type: ThreadContextActionTypes.SEND_MESSAGE_FAILURE,
|
|
994
1004
|
payload: { message: failedMessage },
|
|
995
1005
|
});
|
|
996
|
-
}
|
|
1006
|
+
}
|
|
997
1007
|
}
|
|
998
1008
|
else if (((_b = failedMessage === null || failedMessage === void 0 ? void 0 : failedMessage.isFileMessage) === null || _b === void 0 ? void 0 : _b.call(failedMessage)) || (failedMessage === null || failedMessage === void 0 ? void 0 : failedMessage.messageType) === MessageType.FILE) {
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1009
|
+
try {
|
|
1010
|
+
(_c = currentChannel === null || currentChannel === void 0 ? void 0 : currentChannel.resendMessage) === null || _c === void 0 ? void 0 : _c.call(currentChannel, failedMessage).onSucceeded(function (message) {
|
|
1011
|
+
logger.info('Thread | useResendMessageCallback: Resending file message succeeded.', message);
|
|
1012
|
+
threadDispatcher({
|
|
1013
|
+
type: ThreadContextActionTypes.SEND_MESSAGE_SUCESS,
|
|
1014
|
+
payload: { message: message },
|
|
1015
|
+
});
|
|
1016
|
+
pubSub.publish(pubSubTopics.SEND_FILE_MESSAGE, {
|
|
1017
|
+
channel: currentChannel,
|
|
1018
|
+
message: failedMessage,
|
|
1019
|
+
publishingModules: [PublishingModuleType.THREAD],
|
|
1020
|
+
});
|
|
1021
|
+
}).onFailed(function (error) {
|
|
1022
|
+
logger.warning('Thread | useResendMessageCallback: Resending file message failed.', error);
|
|
1023
|
+
failedMessage.sendingStatus = SendingStatus.FAILED;
|
|
1024
|
+
threadDispatcher({
|
|
1025
|
+
type: ThreadContextActionTypes.SEND_MESSAGE_FAILURE,
|
|
1026
|
+
payload: { message: failedMessage },
|
|
1027
|
+
});
|
|
1004
1028
|
});
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1029
|
+
}
|
|
1030
|
+
catch (err) {
|
|
1031
|
+
logger.warning('Thread | useResendMessageCallback: Resending file message failed.', err);
|
|
1007
1032
|
failedMessage.sendingStatus = SendingStatus.FAILED;
|
|
1008
1033
|
threadDispatcher({
|
|
1009
1034
|
type: ThreadContextActionTypes.SEND_MESSAGE_FAILURE,
|
|
1010
1035
|
payload: { message: failedMessage },
|
|
1011
1036
|
});
|
|
1012
|
-
|
|
1013
|
-
channel: currentChannel,
|
|
1014
|
-
message: failedMessage,
|
|
1015
|
-
publishingModules: [PublishingModuleType.THREAD],
|
|
1016
|
-
});
|
|
1017
|
-
});
|
|
1037
|
+
}
|
|
1018
1038
|
}
|
|
1019
1039
|
else if ((_d = failedMessage === null || failedMessage === void 0 ? void 0 : failedMessage.isMultipleFilesMessage) === null || _d === void 0 ? void 0 : _d.call(failedMessage)) {
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1040
|
+
try {
|
|
1041
|
+
(_e = currentChannel === null || currentChannel === void 0 ? void 0 : currentChannel.resendMessage) === null || _e === void 0 ? void 0 : _e.call(currentChannel, failedMessage).onSucceeded(function (message) {
|
|
1042
|
+
logger.info('Thread | useResendMessageCallback: Resending MFM succeeded.', message);
|
|
1043
|
+
threadDispatcher({
|
|
1044
|
+
type: ThreadContextActionTypes.SEND_MESSAGE_SUCESS,
|
|
1045
|
+
payload: { message: message },
|
|
1046
|
+
});
|
|
1047
|
+
pubSub.publish(pubSubTopics.SEND_FILE_MESSAGE, {
|
|
1048
|
+
channel: currentChannel,
|
|
1049
|
+
message: message,
|
|
1050
|
+
publishingModules: [PublishingModuleType.THREAD],
|
|
1051
|
+
});
|
|
1052
|
+
}).onFailed(function (error, message) {
|
|
1053
|
+
logger.warning('Thread | useResendMessageCallback: Resending MFM failed.', error);
|
|
1054
|
+
threadDispatcher({
|
|
1055
|
+
type: ThreadContextActionTypes.SEND_MESSAGE_FAILURE,
|
|
1056
|
+
payload: { message: message },
|
|
1057
|
+
});
|
|
1025
1058
|
});
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1059
|
+
}
|
|
1060
|
+
catch (err) {
|
|
1061
|
+
logger.warning('Thread | useResendMessageCallback: Resending MFM failed.', err);
|
|
1028
1062
|
threadDispatcher({
|
|
1029
1063
|
type: ThreadContextActionTypes.SEND_MESSAGE_FAILURE,
|
|
1030
|
-
payload: { message:
|
|
1031
|
-
});
|
|
1032
|
-
pubSub.publish(pubSubTopics.SEND_FILE_MESSAGE, {
|
|
1033
|
-
channel: currentChannel,
|
|
1034
|
-
message: message,
|
|
1035
|
-
publishingModules: [PublishingModuleType.THREAD],
|
|
1064
|
+
payload: { message: failedMessage },
|
|
1036
1065
|
});
|
|
1037
|
-
}
|
|
1066
|
+
}
|
|
1038
1067
|
}
|
|
1039
1068
|
else {
|
|
1040
1069
|
logger.warning('Thread | useResendMessageCallback: Message is not resendable.', failedMessage);
|
package/Thread/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"context.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/Thread.js
CHANGED
|
@@ -1,54 +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-WrbACLdS.js';
|
|
5
|
+
import './chunks/bundle-7qnTBkFI.js';
|
|
6
|
+
import './chunks/bundle-gxrNtcmM.js';
|
|
7
|
+
import './chunks/bundle-WOkl3_Qa.js';
|
|
8
|
+
import './chunks/bundle-VELRmCgM.js';
|
|
9
|
+
import './chunks/bundle-zYQpPgUz.js';
|
|
10
|
+
import './chunks/bundle-MY-lEq_u.js';
|
|
11
11
|
import './utils/message/getOutgoingMessageState.js';
|
|
12
|
-
import './chunks/bundle-
|
|
12
|
+
import './chunks/bundle-Y1x4CZpy.js';
|
|
13
13
|
import '@sendbird/chat/message';
|
|
14
|
-
import './chunks/bundle-
|
|
14
|
+
import './chunks/bundle-lQUkPvfG.js';
|
|
15
15
|
import './useSendbirdStateContext.js';
|
|
16
16
|
import './withSendbird.js';
|
|
17
17
|
import './Thread/context/types.js';
|
|
18
18
|
import '@sendbird/chat';
|
|
19
|
-
import './chunks/bundle-
|
|
19
|
+
import './chunks/bundle-TIBUJEGt.js';
|
|
20
20
|
import '@sendbird/chat/groupChannel';
|
|
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-
|
|
21
|
+
import './chunks/bundle-P0Em254T.js';
|
|
22
|
+
import './chunks/bundle-Ahnepylk.js';
|
|
23
|
+
import './chunks/bundle-pfoFNefK.js';
|
|
24
|
+
import './chunks/bundle-XQrrPHzm.js';
|
|
25
|
+
import './chunks/bundle-1Ni9PXLu.js';
|
|
26
|
+
import './chunks/bundle-T0Gu5k42.js';
|
|
27
|
+
import './chunks/bundle-XASWNrfg.js';
|
|
28
28
|
import './Thread/components/ParentMessageInfo.js';
|
|
29
|
-
import './chunks/bundle-
|
|
30
|
-
import './chunks/bundle-
|
|
29
|
+
import './chunks/bundle-cBi_2Vbd.js';
|
|
30
|
+
import './chunks/bundle-m6y5OeVq.js';
|
|
31
31
|
import 'react-dom';
|
|
32
|
-
import './chunks/bundle-
|
|
33
|
-
import './chunks/bundle-
|
|
32
|
+
import './chunks/bundle-CYvmOLIw.js';
|
|
33
|
+
import './chunks/bundle-S6yFiUrY.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-XbJe5Xl_.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-H2gT5GjQ.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-5r5nUzch.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
|
|
51
|
+
import './chunks/bundle--vRpTESf.js';
|
|
52
|
+
import './chunks/bundle-lWgUjnZ7.js';
|
|
52
53
|
import './ui/MutedAvatarOverlay.js';
|
|
53
54
|
import './ui/Checkbox.js';
|
|
54
55
|
import './ui/UserProfile.js';
|
|
@@ -59,51 +60,52 @@ import './Message/context.js';
|
|
|
59
60
|
import './ui/VoiceMessageItemBody.js';
|
|
60
61
|
import './ui/ProgressBar.js';
|
|
61
62
|
import './VoicePlayer/useVoicePlayer.js';
|
|
62
|
-
import './chunks/bundle-
|
|
63
|
+
import './chunks/bundle-_X0TUlY4.js';
|
|
63
64
|
import './VoiceRecorder/context.js';
|
|
64
65
|
import './ui/PlaybackTime.js';
|
|
65
66
|
import './ui/Loader.js';
|
|
66
|
-
import './chunks/bundle-
|
|
67
|
-
import './chunks/bundle-
|
|
67
|
+
import './chunks/bundle-Ly8vUhTn.js';
|
|
68
|
+
import './chunks/bundle-m5aRS8p_.js';
|
|
68
69
|
import './ui/MentionLabel.js';
|
|
69
70
|
import './ui/LinkLabel.js';
|
|
70
|
-
import './chunks/bundle-
|
|
71
|
-
import './chunks/bundle-
|
|
72
|
-
import './chunks/bundle-
|
|
73
|
-
import './chunks/bundle-
|
|
71
|
+
import './chunks/bundle-jg-ROmIh.js';
|
|
72
|
+
import './chunks/bundle-wiEDSdp9.js';
|
|
73
|
+
import './chunks/bundle-foFhJqNy.js';
|
|
74
|
+
import './chunks/bundle-GIZVQ7W4.js';
|
|
74
75
|
import './Channel/hooks/useInitialMessagesFetch.js';
|
|
75
|
-
import './chunks/bundle-
|
|
76
|
+
import './chunks/bundle-_oSqlLwH.js';
|
|
76
77
|
import './Channel/components/SuggestedMentionList.js';
|
|
77
|
-
import './chunks/bundle-
|
|
78
|
+
import './chunks/bundle-CLwn_FRg.js';
|
|
78
79
|
import './ui/MessageItemMenu.js';
|
|
79
|
-
import './chunks/bundle-
|
|
80
|
+
import './chunks/bundle-svI6ejWT.js';
|
|
80
81
|
import './ui/MessageItemReactionMenu.js';
|
|
81
82
|
import './ui/MessageInput.js';
|
|
82
|
-
import './chunks/bundle-
|
|
83
|
+
import './chunks/bundle-avof2r-9.js';
|
|
83
84
|
import 'dompurify';
|
|
84
|
-
import './chunks/bundle-
|
|
85
|
-
import './chunks/bundle-
|
|
86
|
-
import './chunks/bundle-
|
|
87
|
-
import './chunks/bundle-
|
|
85
|
+
import './chunks/bundle-ohkKzbFZ.js';
|
|
86
|
+
import './chunks/bundle-L5shvyy2.js';
|
|
87
|
+
import './chunks/bundle-bSloPXLn.js';
|
|
88
|
+
import './chunks/bundle-tDRC-k6Z.js';
|
|
88
89
|
import './Message/hooks/useDirtyGetMentions.js';
|
|
89
90
|
import './Thread/components/ThreadHeader.js';
|
|
90
91
|
import './Thread/components/ThreadList.js';
|
|
91
92
|
import './Thread/components/ThreadListItem.js';
|
|
92
93
|
import './ui/DateSeparator.js';
|
|
93
|
-
import './chunks/bundle-
|
|
94
|
-
import './chunks/bundle-
|
|
95
|
-
import './chunks/bundle-
|
|
94
|
+
import './chunks/bundle-0wRb_ox9.js';
|
|
95
|
+
import './chunks/bundle-IY-fHnHj.js';
|
|
96
|
+
import './chunks/bundle-WwAytaYU.js';
|
|
96
97
|
import './ui/TextMessageItemBody.js';
|
|
97
98
|
import './ui/OGMessageItemBody.js';
|
|
98
99
|
import './ui/FileMessageItemBody.js';
|
|
99
100
|
import './ui/ThumbnailMessageItemBody.js';
|
|
100
|
-
import './chunks/bundle-
|
|
101
|
+
import './chunks/bundle-sieNQ6Gk.js';
|
|
101
102
|
import './ui/UnknownMessageItemBody.js';
|
|
102
103
|
import 'date-fns';
|
|
103
104
|
import './Thread/components/ThreadMessageInput.js';
|
|
104
|
-
import './chunks/bundle-
|
|
105
|
+
import './chunks/bundle-6SUASyd-.js';
|
|
105
106
|
import './VoiceRecorder/useVoiceRecorder.js';
|
|
106
|
-
import './chunks/bundle-
|
|
107
|
+
import './chunks/bundle-24dj5skA.js';
|
|
108
|
+
import './Channel/hooks/useHandleUploadFiles.js';
|
|
107
109
|
import './ui/PlaceHolder.js';
|
|
108
110
|
|
|
109
111
|
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-_X0TUlY4.js';
|
|
3
|
+
import '../chunks/bundle-pfoFNefK.js';
|
|
4
4
|
import '../useSendbirdStateContext.js';
|
|
5
|
-
import '../chunks/bundle-
|
|
5
|
+
import '../chunks/bundle-WOkl3_Qa.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 {
|
|
2
|
+
import { u as useVoicePlayerContext, A as AudioUnitDefaultValue } from '../chunks/bundle-_X0TUlY4.js';
|
|
3
|
+
import { e as VOICE_PLAYER_AUDIO_ID } from '../chunks/bundle-pfoFNefK.js';
|
|
4
4
|
import { useVoiceRecorderContext } from '../VoiceRecorder/context.js';
|
|
5
|
-
import '../chunks/bundle-
|
|
5
|
+
import '../chunks/bundle-WOkl3_Qa.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-XQrrPHzm.js';
|
|
9
|
+
import '../chunks/bundle-1Ni9PXLu.js';
|
|
10
|
+
import '../chunks/bundle-zYQpPgUz.js';
|
|
11
|
+
import '../chunks/bundle-m6y5OeVq.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import '../chunks/bundle-
|
|
14
|
-
import '../chunks/bundle-
|
|
13
|
+
import '../chunks/bundle-CYvmOLIw.js';
|
|
14
|
+
import '../chunks/bundle-S6yFiUrY.js';
|
|
15
15
|
import '../ui/IconButton.js';
|
|
16
16
|
import '../ui/Button.js';
|
|
17
|
-
import '../chunks/bundle-
|
|
17
|
+
import '../chunks/bundle-XASWNrfg.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-XQrrPHzm.js';
|
|
3
|
+
import { M as Modal } from '../chunks/bundle-m6y5OeVq.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-pfoFNefK.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../chunks/bundle-
|
|
7
|
-
import '../chunks/bundle-
|
|
6
|
+
import '../chunks/bundle-1Ni9PXLu.js';
|
|
7
|
+
import '../chunks/bundle-zYQpPgUz.js';
|
|
8
8
|
import 'react-dom';
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
9
|
+
import '../chunks/bundle-CYvmOLIw.js';
|
|
10
|
+
import '../chunks/bundle-S6yFiUrY.js';
|
|
11
11
|
import '../ui/IconButton.js';
|
|
12
|
-
import '../chunks/bundle-
|
|
12
|
+
import '../chunks/bundle-WOkl3_Qa.js';
|
|
13
13
|
import '../ui/Button.js';
|
|
14
|
-
import '../chunks/bundle-
|
|
14
|
+
import '../chunks/bundle-XASWNrfg.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-AVZ2rql1.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-XQrrPHzm.js';
|
|
5
|
+
import '../chunks/bundle-1Ni9PXLu.js';
|
|
6
|
+
import '../chunks/bundle-zYQpPgUz.js';
|
|
7
|
+
import '../chunks/bundle-m6y5OeVq.js';
|
|
8
8
|
import 'react-dom';
|
|
9
|
-
import '../chunks/bundle-
|
|
10
|
-
import '../chunks/bundle-
|
|
9
|
+
import '../chunks/bundle-CYvmOLIw.js';
|
|
10
|
+
import '../chunks/bundle-S6yFiUrY.js';
|
|
11
11
|
import '../ui/IconButton.js';
|
|
12
|
-
import '../chunks/bundle-
|
|
12
|
+
import '../chunks/bundle-WOkl3_Qa.js';
|
|
13
13
|
import '../ui/Button.js';
|
|
14
|
-
import '../chunks/bundle-
|
|
14
|
+
import '../chunks/bundle-XASWNrfg.js';
|
|
15
15
|
import '../ui/Icon.js';
|
|
16
|
-
import '../chunks/bundle-
|
|
16
|
+
import '../chunks/bundle-pfoFNefK.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
18
|
|
|
19
19
|
// export interface UseVoiceRecorderProps extends VoiceRecorderEventHandler {
|