@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,139 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import '
|
|
17
|
-
import
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var channel = _a.channel, onCancelClick = _a.onCancelClick, onSubmitClick = _a.onSubmitClick;
|
|
22
|
-
var uuid = useRef(uuidv4()).current;
|
|
23
|
-
var _c = useState(null), audioFile = _c[0], setAudioFile = _c[1];
|
|
24
|
-
var _d = useState(VoiceMessageInputStatus.READY_TO_RECORD), voiceInputState = _d[0], setVoiceInputState = _d[1];
|
|
25
|
-
var _e = useState(false), isSubmitted = _e[0], setSubmit = _e[1];
|
|
26
|
-
var _f = useState(false), isDisabled = _f[0], setDisabled = _f[1];
|
|
27
|
-
var _g = useState(false), showModal = _g[0], setShowModal = _g[1];
|
|
28
|
-
var stringSet = useLocalization().stringSet;
|
|
29
|
-
var config = useSendbirdStateContext().config;
|
|
30
|
-
var minRecordingTime = ((_b = config === null || config === void 0 ? void 0 : config.voiceRecord) === null || _b === void 0 ? void 0 : _b.minRecordingTime) || VOICE_RECORDER_DEFAULT_MIN;
|
|
31
|
-
var _h = useVoiceRecorder({
|
|
32
|
-
onRecordingStarted: function () {
|
|
33
|
-
setVoiceInputState(VoiceMessageInputStatus.RECORDING);
|
|
34
|
-
},
|
|
35
|
-
onRecordingEnded: function (audioFile) {
|
|
36
|
-
setAudioFile(audioFile);
|
|
37
|
-
},
|
|
38
|
-
}), start = _h.start, stop = _h.stop, cancel = _h.cancel, recordingTime = _h.recordingTime, recordingStatus = _h.recordingStatus, recordingLimit = _h.recordingLimit;
|
|
39
|
-
var voicePlayer = useVoicePlayer({
|
|
40
|
-
channelUrl: channel === null || channel === void 0 ? void 0 : channel.url,
|
|
41
|
-
key: uuid,
|
|
42
|
-
audioFile: audioFile,
|
|
43
|
-
});
|
|
44
|
-
var play = voicePlayer.play, pause = voicePlayer.pause, playbackTime = voicePlayer.playbackTime, playingStatus = voicePlayer.playingStatus;
|
|
45
|
-
var stopVoicePlayer = voicePlayer.stop;
|
|
46
|
-
// disabled state: muted & frozen
|
|
47
|
-
useEffect(function () {
|
|
48
|
-
if (isDisabledBecauseFrozen(channel) || isDisabledBecauseMuted(channel)) {
|
|
49
|
-
setDisabled(true);
|
|
50
|
-
}
|
|
51
|
-
else {
|
|
52
|
-
setDisabled(false);
|
|
53
|
-
}
|
|
54
|
-
}, [channel === null || channel === void 0 ? void 0 : channel.myRole, channel === null || channel === void 0 ? void 0 : channel.isFrozen, channel === null || channel === void 0 ? void 0 : channel.myMutedState]);
|
|
55
|
-
// call onSubmitClick when submit button is clicked and recorded audio file is created
|
|
56
|
-
useEffect(function () {
|
|
57
|
-
if (isSubmitted && audioFile) {
|
|
58
|
-
onSubmitClick(audioFile, recordingTime);
|
|
59
|
-
setSubmit(false);
|
|
60
|
-
setAudioFile(null);
|
|
61
|
-
}
|
|
62
|
-
}, [isSubmitted, audioFile, recordingTime]);
|
|
63
|
-
// operate which control button should be displayed
|
|
64
|
-
useEffect(function () {
|
|
65
|
-
if (audioFile) {
|
|
66
|
-
if (recordingTime < minRecordingTime) {
|
|
67
|
-
setVoiceInputState(VoiceMessageInputStatus.READY_TO_RECORD);
|
|
68
|
-
setAudioFile(null);
|
|
69
|
-
}
|
|
70
|
-
else if (playingStatus === VOICE_PLAYER_STATUS.PLAYING) {
|
|
71
|
-
setVoiceInputState(VoiceMessageInputStatus.PLAYING);
|
|
72
|
-
}
|
|
73
|
-
else {
|
|
74
|
-
setVoiceInputState(VoiceMessageInputStatus.READY_TO_PLAY);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}, [audioFile, recordingTime, playingStatus]);
|
|
78
|
-
return (React__default.createElement("div", { className: "sendbird-voice-message-input-wrapper" },
|
|
79
|
-
React__default.createElement(VoiceMessageInput, { currentValue: recordingStatus === VoiceRecorderStatus.COMPLETED ? playbackTime : recordingTime, maximumValue: recordingStatus === VoiceRecorderStatus.COMPLETED ? recordingTime : recordingLimit, currentType: voiceInputState, onCancelClick: function () {
|
|
80
|
-
onCancelClick();
|
|
81
|
-
cancel();
|
|
82
|
-
stopVoicePlayer();
|
|
83
|
-
}, onSubmitClick: function () {
|
|
84
|
-
if (isDisabled) {
|
|
85
|
-
setShowModal(true);
|
|
86
|
-
setVoiceInputState(VoiceMessageInputStatus.READY_TO_RECORD);
|
|
87
|
-
}
|
|
88
|
-
else {
|
|
89
|
-
stop();
|
|
90
|
-
pause();
|
|
91
|
-
setSubmit(true);
|
|
92
|
-
}
|
|
93
|
-
}, onControlClick: function (type) {
|
|
94
|
-
switch (type) {
|
|
95
|
-
case VoiceMessageInputStatus.READY_TO_RECORD: {
|
|
96
|
-
stopVoicePlayer();
|
|
97
|
-
start();
|
|
98
|
-
break;
|
|
99
|
-
}
|
|
100
|
-
case VoiceMessageInputStatus.RECORDING: {
|
|
101
|
-
if (recordingTime >= minRecordingTime && !isDisabled) {
|
|
102
|
-
stop();
|
|
103
|
-
}
|
|
104
|
-
else if (isDisabled) {
|
|
105
|
-
cancel();
|
|
106
|
-
setShowModal(true);
|
|
107
|
-
setVoiceInputState(VoiceMessageInputStatus.READY_TO_RECORD);
|
|
108
|
-
}
|
|
109
|
-
else {
|
|
110
|
-
cancel();
|
|
111
|
-
setVoiceInputState(VoiceMessageInputStatus.READY_TO_RECORD);
|
|
112
|
-
}
|
|
113
|
-
break;
|
|
114
|
-
}
|
|
115
|
-
case VoiceMessageInputStatus.READY_TO_PLAY: {
|
|
116
|
-
play();
|
|
117
|
-
break;
|
|
118
|
-
}
|
|
119
|
-
case VoiceMessageInputStatus.PLAYING: {
|
|
120
|
-
pause();
|
|
121
|
-
break;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
} }),
|
|
125
|
-
showModal && (React__default.createElement(Modal, { className: "sendbird-voice-message-input-wrapper-alert", titleText: isDisabledBecauseMuted(channel)
|
|
126
|
-
? stringSet.MODAL__VOICE_MESSAGE_INPUT_DISABLED__TITLE_MUTED
|
|
127
|
-
: stringSet.MODAL__VOICE_MESSAGE_INPUT_DISABLED__TITLE_FROZEN, hideFooter: true, isCloseOnClickOutside: true, onCancel: function () {
|
|
128
|
-
setShowModal(false);
|
|
129
|
-
onCancelClick();
|
|
130
|
-
} },
|
|
131
|
-
React__default.createElement("div", { className: "sendbird-voice-message-input-wrapper-alert__body" },
|
|
132
|
-
React__default.createElement(Button, { className: "sendbird-voice-message-input-wrapper-alert__body__ok-button", type: ButtonTypes.PRIMARY, size: ButtonSizes.BIG, onClick: function () {
|
|
133
|
-
setShowModal(false);
|
|
134
|
-
onCancelClick();
|
|
135
|
-
} }, stringSet.BUTTON__OK))))));
|
|
136
|
-
};
|
|
1
|
+
import { b as __awaiter, c as __generator } from '../../chunks/bundle-WOkl3_Qa.js';
|
|
2
|
+
import React__default, { useCallback } from 'react';
|
|
3
|
+
import { useSendbirdStateContext } from '../../useSendbirdStateContext.js';
|
|
4
|
+
import { f as isImage } from '../../chunks/bundle-MY-lEq_u.js';
|
|
5
|
+
import { useGlobalModalContext } from '../../hooks/useModal.js';
|
|
6
|
+
import '../../chunks/bundle-XASWNrfg.js';
|
|
7
|
+
import { ButtonTypes } from '../../ui/Button.js';
|
|
8
|
+
import { u as useLocalization } from '../../chunks/bundle-XQrrPHzm.js';
|
|
9
|
+
import { c as ModalFooter } from '../../chunks/bundle-m6y5OeVq.js';
|
|
10
|
+
import { p as pxToNumber } from '../../chunks/bundle-lWgUjnZ7.js';
|
|
11
|
+
import '../../withSendbird.js';
|
|
12
|
+
import '../../utils/message/getOutgoingMessageState.js';
|
|
13
|
+
import '../../chunks/bundle-Y1x4CZpy.js';
|
|
14
|
+
import '../../chunks/bundle-CYvmOLIw.js';
|
|
15
|
+
import 'react-dom';
|
|
16
|
+
import '../../chunks/bundle-1Ni9PXLu.js';
|
|
17
|
+
import '../../chunks/bundle-zYQpPgUz.js';
|
|
18
|
+
import '../../chunks/bundle-S6yFiUrY.js';
|
|
19
|
+
import '../../ui/IconButton.js';
|
|
20
|
+
import '../../ui/Icon.js';
|
|
137
21
|
|
|
138
22
|
var compressImage = function (_a) {
|
|
139
23
|
var imageFile = _a.imageFile, compressionRate = _a.compressionRate, resizingWidth = _a.resizingWidth, resizingHeight = _a.resizingHeight;
|
|
@@ -349,5 +233,5 @@ var useHandleUploadFiles = function (_a, _b) {
|
|
|
349
233
|
return handleUploadFiles;
|
|
350
234
|
};
|
|
351
235
|
|
|
352
|
-
export {
|
|
353
|
-
//# sourceMappingURL=
|
|
236
|
+
export { useHandleUploadFiles };
|
|
237
|
+
//# sourceMappingURL=useHandleUploadFiles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useHandleUploadFiles.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useCallback, useEffect } from 'react';
|
|
2
2
|
import { ReplyType } from '@sendbird/chat/message';
|
|
3
|
-
import { s as scrollIntoLast, a as scrollToRenderedMessage } from '../../chunks/bundle-
|
|
4
|
-
import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from '../../chunks/bundle-
|
|
5
|
-
import { N as NEXT_RESULT_SIZE, P as PREV_RESULT_SIZE } from '../../chunks/bundle-
|
|
6
|
-
import { b as isMultipleFilesMessage } from '../../chunks/bundle-
|
|
7
|
-
import '../../chunks/bundle-
|
|
8
|
-
import '../../chunks/bundle-
|
|
9
|
-
import '../../chunks/bundle-
|
|
3
|
+
import { s as scrollIntoLast, a as scrollToRenderedMessage } from '../../chunks/bundle-gxrNtcmM.js';
|
|
4
|
+
import { R as RESET_MESSAGES, M as MESSAGE_LIST_PARAMS_CHANGED, F as FETCH_INITIAL_MESSAGES_START, a as FETCH_INITIAL_MESSAGES_SUCCESS, b as FETCH_INITIAL_MESSAGES_FAILURE } from '../../chunks/bundle-TIBUJEGt.js';
|
|
5
|
+
import { N as NEXT_RESULT_SIZE, P as PREV_RESULT_SIZE } from '../../chunks/bundle-GIZVQ7W4.js';
|
|
6
|
+
import { b as isMultipleFilesMessage } from '../../chunks/bundle-MY-lEq_u.js';
|
|
7
|
+
import '../../chunks/bundle-WOkl3_Qa.js';
|
|
8
|
+
import '../../chunks/bundle-VELRmCgM.js';
|
|
9
|
+
import '../../chunks/bundle-zYQpPgUz.js';
|
|
10
10
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
11
|
-
import '../../chunks/bundle-
|
|
11
|
+
import '../../chunks/bundle-Y1x4CZpy.js';
|
|
12
12
|
|
|
13
13
|
function useInitialMessagesFetch(_a, _b) {
|
|
14
14
|
var currentGroupChannel = _a.currentGroupChannel, initialTimeStamp = _a.initialTimeStamp, userFilledMessageListQuery = _a.userFilledMessageListQuery, replyType = _a.replyType, setIsScrolled = _a.setIsScrolled;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { d as isSameGroup } from '../../chunks/bundle-
|
|
2
|
-
import '../../chunks/bundle-
|
|
3
|
-
import '../../chunks/bundle-
|
|
4
|
-
import '../../chunks/bundle-
|
|
5
|
-
import '../../chunks/bundle-
|
|
1
|
+
import { d as isSameGroup } from '../../chunks/bundle-gxrNtcmM.js';
|
|
2
|
+
import '../../chunks/bundle-WOkl3_Qa.js';
|
|
3
|
+
import '../../chunks/bundle-VELRmCgM.js';
|
|
4
|
+
import '../../chunks/bundle-zYQpPgUz.js';
|
|
5
|
+
import '../../chunks/bundle-MY-lEq_u.js';
|
|
6
6
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
7
|
-
import '../../chunks/bundle-
|
|
7
|
+
import '../../chunks/bundle-Y1x4CZpy.js';
|
|
8
8
|
import '@sendbird/chat/message';
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { i as isSameDay } from '../../chunks/bundle-
|
|
1
|
+
import { i as isSameDay } from '../../chunks/bundle-WwAytaYU.js';
|
|
2
2
|
import { compareMessagesForGrouping } from './compareMessagesForGrouping.js';
|
|
3
|
-
import '../../chunks/bundle-
|
|
4
|
-
import '../../chunks/bundle-
|
|
5
|
-
import '../../chunks/bundle-
|
|
6
|
-
import '../../chunks/bundle-
|
|
7
|
-
import '../../chunks/bundle-
|
|
3
|
+
import '../../chunks/bundle-VELRmCgM.js';
|
|
4
|
+
import '../../chunks/bundle-zYQpPgUz.js';
|
|
5
|
+
import '../../chunks/bundle-gxrNtcmM.js';
|
|
6
|
+
import '../../chunks/bundle-WOkl3_Qa.js';
|
|
7
|
+
import '../../chunks/bundle-MY-lEq_u.js';
|
|
8
8
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../../chunks/bundle-
|
|
9
|
+
import '../../chunks/bundle-Y1x4CZpy.js';
|
|
10
10
|
import '@sendbird/chat/message';
|
|
11
11
|
|
|
12
12
|
/**
|
package/Channel.js
CHANGED
|
@@ -1,77 +1,78 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as ChannelProvider } from './chunks/bundle-
|
|
2
|
+
import { C as ChannelProvider } from './chunks/bundle-foFhJqNy.js';
|
|
3
3
|
import ChannelUI from './Channel/components/ChannelUI.js';
|
|
4
|
-
import './chunks/bundle-
|
|
4
|
+
import './chunks/bundle-lQUkPvfG.js';
|
|
5
5
|
import './useSendbirdStateContext.js';
|
|
6
6
|
import './withSendbird.js';
|
|
7
|
-
import './chunks/bundle-
|
|
8
|
-
import './chunks/bundle-
|
|
9
|
-
import './chunks/bundle-
|
|
10
|
-
import './chunks/bundle-
|
|
11
|
-
import './chunks/bundle-
|
|
12
|
-
import './chunks/bundle-
|
|
7
|
+
import './chunks/bundle-WOkl3_Qa.js';
|
|
8
|
+
import './chunks/bundle-GIZVQ7W4.js';
|
|
9
|
+
import './chunks/bundle-gxrNtcmM.js';
|
|
10
|
+
import './chunks/bundle-VELRmCgM.js';
|
|
11
|
+
import './chunks/bundle-zYQpPgUz.js';
|
|
12
|
+
import './chunks/bundle-MY-lEq_u.js';
|
|
13
13
|
import './utils/message/getOutgoingMessageState.js';
|
|
14
|
-
import './chunks/bundle-
|
|
14
|
+
import './chunks/bundle-Y1x4CZpy.js';
|
|
15
15
|
import '@sendbird/chat/message';
|
|
16
|
-
import './chunks/bundle-
|
|
17
|
-
import './chunks/bundle-
|
|
16
|
+
import './chunks/bundle-TIBUJEGt.js';
|
|
17
|
+
import './chunks/bundle-Ahnepylk.js';
|
|
18
18
|
import '@sendbird/chat/groupChannel';
|
|
19
|
-
import './chunks/bundle-
|
|
19
|
+
import './chunks/bundle-P0Em254T.js';
|
|
20
20
|
import './Channel/hooks/useInitialMessagesFetch.js';
|
|
21
|
-
import './chunks/bundle
|
|
22
|
-
import './chunks/bundle-
|
|
23
|
-
import './chunks/bundle-
|
|
24
|
-
import './chunks/bundle-
|
|
21
|
+
import './chunks/bundle-7qnTBkFI.js';
|
|
22
|
+
import './chunks/bundle-pfoFNefK.js';
|
|
23
|
+
import './chunks/bundle-_oSqlLwH.js';
|
|
24
|
+
import './chunks/bundle-WrbACLdS.js';
|
|
25
25
|
import './ui/PlaceHolder.js';
|
|
26
|
-
import './chunks/bundle-
|
|
27
|
-
import './chunks/bundle-
|
|
26
|
+
import './chunks/bundle-XQrrPHzm.js';
|
|
27
|
+
import './chunks/bundle-1Ni9PXLu.js';
|
|
28
28
|
import './ui/Icon.js';
|
|
29
|
-
import './chunks/bundle-
|
|
30
|
-
import './chunks/bundle-
|
|
29
|
+
import './chunks/bundle-CYvmOLIw.js';
|
|
30
|
+
import './chunks/bundle-XASWNrfg.js';
|
|
31
31
|
import './ui/Loader.js';
|
|
32
32
|
import './ui/ConnectionStatus.js';
|
|
33
33
|
import './Channel/components/ChannelHeader.js';
|
|
34
|
-
import './chunks/bundle-
|
|
34
|
+
import './chunks/bundle-T0Gu5k42.js';
|
|
35
35
|
import './ui/IconButton.js';
|
|
36
36
|
import './ui/ChannelAvatar.js';
|
|
37
|
-
import './chunks/bundle
|
|
37
|
+
import './chunks/bundle--vRpTESf.js';
|
|
38
38
|
import './ui/ImageRenderer.js';
|
|
39
|
-
import './chunks/bundle-
|
|
40
|
-
import './chunks/bundle-
|
|
41
|
-
import './
|
|
39
|
+
import './chunks/bundle-lWgUjnZ7.js';
|
|
40
|
+
import './chunks/bundle-3kSg3poT.js';
|
|
41
|
+
import './chunks/bundle-S6yFiUrY.js';
|
|
42
|
+
import './chunks/bundle-F7vhZTzm.js';
|
|
42
43
|
import './Channel/components/Message.js';
|
|
43
44
|
import './Channel/components/SuggestedMentionList.js';
|
|
44
|
-
import './chunks/bundle-
|
|
45
|
+
import './chunks/bundle-CLwn_FRg.js';
|
|
45
46
|
import './Thread/context.js';
|
|
46
47
|
import './Thread/context/types.js';
|
|
47
48
|
import '@sendbird/chat';
|
|
48
49
|
import './ui/DateSeparator.js';
|
|
49
|
-
import './chunks/bundle-
|
|
50
|
+
import './chunks/bundle-H2gT5GjQ.js';
|
|
50
51
|
import './ui/MessageInput.js';
|
|
51
52
|
import './ui/Button.js';
|
|
52
|
-
import './chunks/bundle-
|
|
53
|
+
import './chunks/bundle-avof2r-9.js';
|
|
53
54
|
import 'dompurify';
|
|
54
|
-
import './chunks/bundle-
|
|
55
|
-
import './chunks/bundle-
|
|
56
|
-
import './chunks/bundle-
|
|
57
|
-
import './chunks/bundle-
|
|
55
|
+
import './chunks/bundle-ohkKzbFZ.js';
|
|
56
|
+
import './chunks/bundle-L5shvyy2.js';
|
|
57
|
+
import './chunks/bundle-bSloPXLn.js';
|
|
58
|
+
import './chunks/bundle-m5aRS8p_.js';
|
|
58
59
|
import './ui/MessageContent.js';
|
|
59
|
-
import './chunks/bundle-
|
|
60
|
-
import './chunks/bundle-
|
|
61
|
-
import './chunks/bundle-
|
|
60
|
+
import './chunks/bundle-0wRb_ox9.js';
|
|
61
|
+
import './chunks/bundle-IY-fHnHj.js';
|
|
62
|
+
import './chunks/bundle-WwAytaYU.js';
|
|
62
63
|
import './ui/MessageItemMenu.js';
|
|
63
64
|
import './ui/ContextMenu.js';
|
|
64
65
|
import 'react-dom';
|
|
65
66
|
import './ui/SortByRow.js';
|
|
66
|
-
import './chunks/bundle-
|
|
67
|
+
import './chunks/bundle-svI6ejWT.js';
|
|
67
68
|
import './ui/MessageItemReactionMenu.js';
|
|
68
69
|
import './ui/ReactionButton.js';
|
|
69
|
-
import './chunks/bundle-
|
|
70
|
+
import './chunks/bundle-5r5nUzch.js';
|
|
70
71
|
import './ui/EmojiReactions.js';
|
|
71
72
|
import './ui/ReactionBadge.js';
|
|
72
73
|
import './ui/BottomSheet.js';
|
|
73
74
|
import './hooks/useModal.js';
|
|
74
|
-
import './chunks/bundle-
|
|
75
|
+
import './chunks/bundle-m6y5OeVq.js';
|
|
75
76
|
import './ui/UserListItem.js';
|
|
76
77
|
import './ui/MutedAvatarOverlay.js';
|
|
77
78
|
import './ui/Checkbox.js';
|
|
@@ -82,45 +83,48 @@ import './ui/TooltipWrapper.js';
|
|
|
82
83
|
import './Message/context.js';
|
|
83
84
|
import './ui/AdminMessage.js';
|
|
84
85
|
import './ui/QuoteMessage.js';
|
|
85
|
-
import './chunks/bundle-
|
|
86
|
-
import './chunks/bundle-
|
|
86
|
+
import './chunks/bundle-sieNQ6Gk.js';
|
|
87
|
+
import './chunks/bundle-tDRC-k6Z.js';
|
|
87
88
|
import './ui/ThreadReplies.js';
|
|
88
89
|
import './ui/OGMessageItemBody.js';
|
|
89
|
-
import './chunks/bundle-
|
|
90
|
+
import './chunks/bundle-Ly8vUhTn.js';
|
|
90
91
|
import './ui/MentionLabel.js';
|
|
91
92
|
import './ui/LinkLabel.js';
|
|
92
93
|
import './ui/TextMessageItemBody.js';
|
|
93
94
|
import './ui/FileMessageItemBody.js';
|
|
94
95
|
import './ui/TextButton.js';
|
|
95
|
-
import './chunks/bundle-
|
|
96
|
-
import './chunks/bundle-
|
|
96
|
+
import './chunks/bundle-jg-ROmIh.js';
|
|
97
|
+
import './chunks/bundle-wiEDSdp9.js';
|
|
97
98
|
import './ui/VoiceMessageItemBody.js';
|
|
98
99
|
import './ui/ProgressBar.js';
|
|
99
100
|
import './VoicePlayer/useVoicePlayer.js';
|
|
100
|
-
import './chunks/bundle-
|
|
101
|
+
import './chunks/bundle-_X0TUlY4.js';
|
|
101
102
|
import './VoiceRecorder/context.js';
|
|
102
103
|
import './ui/PlaybackTime.js';
|
|
103
104
|
import './ui/ThumbnailMessageItemBody.js';
|
|
104
105
|
import './ui/UnknownMessageItemBody.js';
|
|
105
106
|
import './Channel/components/FileViewer.js';
|
|
106
107
|
import './Channel/components/RemoveMessageModal.js';
|
|
107
|
-
import './chunks/bundle-
|
|
108
|
-
import './chunks/bundle-
|
|
108
|
+
import './chunks/bundle-XbJe5Xl_.js';
|
|
109
|
+
import './chunks/bundle-h8tsadkG.js';
|
|
109
110
|
import './Message/hooks/useDirtyGetMentions.js';
|
|
110
111
|
import './Channel/utils/getMessagePartsInfo.js';
|
|
111
112
|
import './Channel/utils/compareMessagesForGrouping.js';
|
|
112
113
|
import './Channel/components/UnreadCount.js';
|
|
113
114
|
import './Channel/components/FrozenNotification.js';
|
|
115
|
+
import './ui/TypingIndicatorBubble.js';
|
|
116
|
+
import '@sendbird/uikit-tools';
|
|
114
117
|
import './Channel/components/TypingIndicator.js';
|
|
115
118
|
import './Channel/components/MessageInput.js';
|
|
116
119
|
import './ui/QuoteMessageInput.js';
|
|
117
|
-
import './chunks/bundle-
|
|
120
|
+
import './chunks/bundle-6SUASyd-.js';
|
|
118
121
|
import './VoiceRecorder/useVoiceRecorder.js';
|
|
119
|
-
import './chunks/bundle-
|
|
122
|
+
import './chunks/bundle-24dj5skA.js';
|
|
123
|
+
import './Channel/hooks/useHandleUploadFiles.js';
|
|
120
124
|
|
|
121
125
|
var Channel = function (props) {
|
|
122
126
|
return (React__default.createElement(ChannelProvider, { channelUrl: props === null || props === void 0 ? void 0 : props.channelUrl, isReactionEnabled: props === null || props === void 0 ? void 0 : props.isReactionEnabled, isMessageGroupingEnabled: props === null || props === void 0 ? void 0 : props.isMessageGroupingEnabled, isMultipleFilesMessageEnabled: props === null || props === void 0 ? void 0 : props.isMultipleFilesMessageEnabled, showSearchIcon: props === null || props === void 0 ? void 0 : props.showSearchIcon, animatedMessage: props === null || props === void 0 ? void 0 : props.animatedMessage, highlightedMessage: props === null || props === void 0 ? void 0 : props.highlightedMessage, startingPoint: props === null || props === void 0 ? void 0 : props.startingPoint, onBeforeSendUserMessage: props === null || props === void 0 ? void 0 : props.onBeforeSendUserMessage, onBeforeSendFileMessage: props === null || props === void 0 ? void 0 : props.onBeforeSendFileMessage, onBeforeUpdateUserMessage: props === null || props === void 0 ? void 0 : props.onBeforeUpdateUserMessage, onBeforeSendVoiceMessage: props === null || props === void 0 ? void 0 : props.onBeforeSendVoiceMessage, onBeforeSendMultipleFilesMessage: props === null || props === void 0 ? void 0 : props.onBeforeSendMultipleFilesMessage, onChatHeaderActionClick: props === null || props === void 0 ? void 0 : props.onChatHeaderActionClick, onSearchClick: props === null || props === void 0 ? void 0 : props.onSearchClick, onBackClick: props === null || props === void 0 ? void 0 : props.onBackClick, replyType: props === null || props === void 0 ? void 0 : props.replyType, threadReplySelectType: props === null || props === void 0 ? void 0 : props.threadReplySelectType, queries: props === null || props === void 0 ? void 0 : props.queries, renderUserProfile: props === null || props === void 0 ? void 0 : props.renderUserProfile, filterMessageList: props === null || props === void 0 ? void 0 : props.filterMessageList, disableUserProfile: props === null || props === void 0 ? void 0 : props.disableUserProfile, disableMarkAsRead: props === null || props === void 0 ? void 0 : props.disableMarkAsRead, onReplyInThread: props === null || props === void 0 ? void 0 : props.onReplyInThread, onQuoteMessageClick: props === null || props === void 0 ? void 0 : props.onQuoteMessageClick, onMessageAnimated: props === null || props === void 0 ? void 0 : props.onMessageAnimated, onMessageHighlighted: props === null || props === void 0 ? void 0 : props.onMessageHighlighted, scrollBehavior: props.scrollBehavior, reconnectOnIdle: props.reconnectOnIdle },
|
|
123
|
-
React__default.createElement(ChannelUI, { isLoading: props === null || props === void 0 ? void 0 : props.isLoading, renderPlaceholderLoader: props === null || props === void 0 ? void 0 : props.renderPlaceholderLoader, renderPlaceholderInvalid: props === null || props === void 0 ? void 0 : props.renderPlaceholderInvalid, renderPlaceholderEmpty: props === null || props === void 0 ? void 0 : props.renderPlaceholderEmpty, renderChannelHeader: props === null || props === void 0 ? void 0 : props.renderChannelHeader, renderMessage: props === null || props === void 0 ? void 0 : props.renderMessage, renderMessageInput: props === null || props === void 0 ? void 0 : props.renderMessageInput, renderTypingIndicator: props === null || props === void 0 ? void 0 : props.renderTypingIndicator, renderCustomSeparator: props === null || props === void 0 ? void 0 : props.renderCustomSeparator, renderFileUploadIcon: props === null || props === void 0 ? void 0 : props.renderFileUploadIcon, renderVoiceMessageIcon: props === null || props === void 0 ? void 0 : props.renderVoiceMessageIcon, renderSendMessageIcon: props === null || props === void 0 ? void 0 : props.renderSendMessageIcon })));
|
|
127
|
+
React__default.createElement(ChannelUI, { isLoading: props === null || props === void 0 ? void 0 : props.isLoading, renderPlaceholderLoader: props === null || props === void 0 ? void 0 : props.renderPlaceholderLoader, renderPlaceholderInvalid: props === null || props === void 0 ? void 0 : props.renderPlaceholderInvalid, renderPlaceholderEmpty: props === null || props === void 0 ? void 0 : props.renderPlaceholderEmpty, renderChannelHeader: props === null || props === void 0 ? void 0 : props.renderChannelHeader, renderMessage: props === null || props === void 0 ? void 0 : props.renderMessage, renderMessageInput: props === null || props === void 0 ? void 0 : props.renderMessageInput, renderTypingIndicator: props === null || props === void 0 ? void 0 : props.renderTypingIndicator, renderCustomSeparator: props === null || props === void 0 ? void 0 : props.renderCustomSeparator, renderFileUploadIcon: props === null || props === void 0 ? void 0 : props.renderFileUploadIcon, renderVoiceMessageIcon: props === null || props === void 0 ? void 0 : props.renderVoiceMessageIcon, renderSendMessageIcon: props === null || props === void 0 ? void 0 : props.renderSendMessageIcon, renderFrozenNotification: props === null || props === void 0 ? void 0 : props.renderFrozenNotification })));
|
|
124
128
|
};
|
|
125
129
|
|
|
126
130
|
export { Channel as default };
|
package/Channel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Channel.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Channel.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -3,39 +3,40 @@ import IconButton from '../../ui/IconButton.js';
|
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import CreateChannel from '../../CreateChannel.js';
|
|
5
5
|
import { useSendbirdStateContext } from '../../useSendbirdStateContext.js';
|
|
6
|
-
import { u as useChannelListContext } from '../../chunks/bundle-
|
|
7
|
-
import '../../chunks/bundle-
|
|
8
|
-
import '../../chunks/bundle-
|
|
6
|
+
import { u as useChannelListContext } from '../../chunks/bundle-d29XY04u.js';
|
|
7
|
+
import '../../chunks/bundle-WOkl3_Qa.js';
|
|
8
|
+
import '../../chunks/bundle-CYvmOLIw.js';
|
|
9
9
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
10
|
-
import '../../chunks/bundle-
|
|
10
|
+
import '../../chunks/bundle-9oakeFBl.js';
|
|
11
11
|
import '../../sendbirdSelectors.js';
|
|
12
|
-
import '../../chunks/bundle
|
|
12
|
+
import '../../chunks/bundle-7qnTBkFI.js';
|
|
13
13
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
14
|
-
import '../../chunks/bundle-
|
|
15
|
-
import '../../chunks/bundle-
|
|
16
|
-
import '../../chunks/bundle-
|
|
17
|
-
import '../../chunks/bundle-
|
|
14
|
+
import '../../chunks/bundle-XQrrPHzm.js';
|
|
15
|
+
import '../../chunks/bundle-1Ni9PXLu.js';
|
|
16
|
+
import '../../chunks/bundle-zYQpPgUz.js';
|
|
17
|
+
import '../../chunks/bundle-m6y5OeVq.js';
|
|
18
18
|
import 'react-dom';
|
|
19
|
-
import '../../chunks/bundle-
|
|
19
|
+
import '../../chunks/bundle-S6yFiUrY.js';
|
|
20
20
|
import '../../ui/Button.js';
|
|
21
|
-
import '../../chunks/bundle-
|
|
21
|
+
import '../../chunks/bundle-XASWNrfg.js';
|
|
22
22
|
import '../../ui/UserListItem.js';
|
|
23
|
-
import '../../chunks/bundle-
|
|
24
|
-
import '../../chunks/bundle
|
|
23
|
+
import '../../chunks/bundle-lQUkPvfG.js';
|
|
24
|
+
import '../../chunks/bundle--vRpTESf.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../chunks/bundle-
|
|
26
|
+
import '../../chunks/bundle-P0Em254T.js';
|
|
27
|
+
import '../../chunks/bundle-lWgUjnZ7.js';
|
|
27
28
|
import '../../ui/MutedAvatarOverlay.js';
|
|
28
29
|
import '../../ui/Checkbox.js';
|
|
29
30
|
import '../../ui/UserProfile.js';
|
|
30
31
|
import '../../ui/ContextMenu.js';
|
|
31
32
|
import '../../ui/SortByRow.js';
|
|
32
|
-
import '../../chunks/bundle-
|
|
33
|
+
import '../../chunks/bundle-MY-lEq_u.js';
|
|
33
34
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
34
|
-
import '../../chunks/bundle-
|
|
35
|
+
import '../../chunks/bundle-Y1x4CZpy.js';
|
|
35
36
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
36
37
|
import '../../withSendbird.js';
|
|
37
38
|
import '@sendbird/chat/groupChannel';
|
|
38
|
-
import '../../chunks/bundle-
|
|
39
|
+
import '../../chunks/bundle-pfoFNefK.js';
|
|
39
40
|
|
|
40
41
|
var AddChannel = function () {
|
|
41
42
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddChannel.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddChannel.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as LocalizationContext } from '../../chunks/bundle-
|
|
2
|
+
import { L as LocalizationContext } from '../../chunks/bundle-XQrrPHzm.js';
|
|
3
3
|
import { useSendbirdStateContext } from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../chunks/bundle-
|
|
5
|
-
import { A as Avatar } from '../../chunks/bundle
|
|
6
|
-
import '../../chunks/bundle-
|
|
7
|
-
import '../../chunks/bundle-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../chunks/bundle-XASWNrfg.js';
|
|
5
|
+
import { A as Avatar } from '../../chunks/bundle--vRpTESf.js';
|
|
6
|
+
import '../../chunks/bundle-1Ni9PXLu.js';
|
|
7
|
+
import '../../chunks/bundle-zYQpPgUz.js';
|
|
8
8
|
import '../../withSendbird.js';
|
|
9
|
-
import '../../chunks/bundle-
|
|
9
|
+
import '../../chunks/bundle-WOkl3_Qa.js';
|
|
10
10
|
import '../../ui/ImageRenderer.js';
|
|
11
|
+
import '../../chunks/bundle-P0Em254T.js';
|
|
12
|
+
import '../../chunks/bundle-lWgUjnZ7.js';
|
|
11
13
|
import '../../ui/Icon.js';
|
|
12
|
-
import '../../chunks/bundle-
|
|
13
|
-
import '../../chunks/bundle-iPDlyZXo.js';
|
|
14
|
+
import '../../chunks/bundle-CYvmOLIw.js';
|
|
14
15
|
|
|
15
16
|
var ChannelListHeader = function (_a) {
|
|
16
17
|
var renderHeader = _a.renderHeader, renderTitle = _a.renderTitle, renderIconButton = _a.renderIconButton, onEdit = _a.onEdit, allowProfileEdit = _a.allowProfileEdit;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelListHeader.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChannelListHeader.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|