@sendbird/uikit-react 3.17.12 → 3.18.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 +93 -91
- package/App.js.map +1 -1
- package/CHANGELOG.md +16 -16
- package/Channel/components/ChannelHeader.js +33 -33
- package/Channel/components/ChannelUI.js +72 -69
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +31 -31
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +59 -58
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +56 -54
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageInputWrapper.js +54 -51
- package/Channel/components/MessageInputWrapper.js.map +1 -1
- package/Channel/components/MessageList.js +66 -65
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +30 -30
- package/Channel/components/SuggestedMentionList.js +30 -30
- package/Channel/components/TypingIndicator.js +9 -9
- package/Channel/components/UnreadCount.js +8 -8
- package/Channel/context.js +25 -26
- package/Channel/context.js.map +1 -1
- package/Channel/hooks/useHandleUploadFiles.js +35 -57
- package/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +8 -8
- package/Channel/utils/getMessagePartsInfo.js +9 -9
- package/Channel.js +72 -69
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +93 -91
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +13 -13
- package/ChannelList/components/ChannelListUI.js +93 -91
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +32 -32
- package/ChannelList/components/ChannelPreviewAction.js +17 -17
- package/ChannelList/context.js +14 -14
- package/ChannelList.js +93 -91
- package/ChannelList.js.map +1 -1
- package/ChannelSettings/components/ChannelProfile.js +23 -23
- package/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
- package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/ChannelSettings/components/ChannelSettingsUI.js +33 -33
- package/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/ChannelSettings/components/LeaveChannel.js +20 -20
- package/ChannelSettings/components/ModerationPanel.js +31 -31
- package/ChannelSettings/components/UserListItem.js +19 -19
- package/ChannelSettings/components/UserPanel.js +29 -29
- package/ChannelSettings/context.js +9 -9
- package/ChannelSettings/hooks/useMenuList.js +29 -29
- package/ChannelSettings.js +31 -31
- package/CreateChannel/components/CreateChannelUI.js +93 -91
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +93 -91
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +93 -91
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +93 -91
- package/CreateChannel/context.js.map +1 -1
- package/CreateChannel.js +93 -91
- package/CreateChannel.js.map +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +16 -16
- package/CreateOpenChannel/context.js +4 -4
- package/CreateOpenChannel.js +15 -15
- package/EditUserProfile/components/EditUserProfileUI.js +15 -15
- package/EditUserProfile/context.js +1 -1
- package/EditUserProfile.js +15 -15
- package/GroupChannel/components/FileViewer.js +28 -28
- package/GroupChannel/components/FrozenNotification.js +6 -6
- package/GroupChannel/components/GroupChannelHeader.js +29 -29
- package/GroupChannel/components/GroupChannelUI.js +67 -64
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +56 -55
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +51 -48
- package/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/GroupChannel/components/MessageList.js +61 -60
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +27 -27
- package/GroupChannel/components/SuggestedMentionList.js +15 -15
- package/GroupChannel/components/TypingIndicator.js +9 -9
- package/GroupChannel/components/UnreadCount.js +9 -9
- package/GroupChannel/context.js +15 -15
- package/GroupChannel.js +67 -64
- package/GroupChannel.js.map +1 -1
- package/GroupChannelList/components/AddGroupChannel.js +93 -91
- package/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/GroupChannelList/components/GroupChannelListUI.js +93 -91
- package/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/GroupChannelList/components/GroupChannelPreviewAction.js +18 -18
- package/GroupChannelList/context.js +10 -10
- package/GroupChannelList.js +93 -91
- package/GroupChannelList.js.map +1 -1
- package/MessageSearch/components/MessageSearchUI.js +20 -20
- package/MessageSearch/context.js +6 -6
- package/MessageSearch.js +23 -23
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +21 -21
- package/OpenChannel/components/OpenChannelInput.js +81 -34
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +40 -42
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +45 -45
- package/OpenChannel/components/OpenChannelUI.js +46 -44
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +19 -19
- package/OpenChannel.js +48 -46
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +18 -18
- package/OpenChannelList/components/OpenChannelPreview.js +7 -7
- package/OpenChannelList/context.js +7 -7
- package/OpenChannelList.js +17 -17
- package/OpenChannelSettings/components/EditDetailsModal.js +18 -18
- package/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
- package/OpenChannelSettings/components/OperatorUI.js +26 -26
- package/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/OpenChannelSettings/context.js +6 -6
- package/OpenChannelSettings.js +24 -24
- package/SendbirdProvider.js +28 -24
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +59 -62
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +35 -35
- package/Thread/components/ThreadHeader.js +9 -9
- package/Thread/components/ThreadList.js +58 -57
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +66 -69
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +220 -79
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +66 -64
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +15 -15
- package/Thread.js +66 -64
- package/Thread.js.map +1 -1
- package/VoicePlayer/context.js +6 -6
- package/VoicePlayer/useVoicePlayer.js +24 -18
- package/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/VoiceRecorder/context.js +14 -14
- package/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/chunks/{bundle-N4pYliV4.js → bundle-4clodtJA.js} +25 -29
- package/chunks/bundle-4clodtJA.js.map +1 -0
- package/chunks/{bundle-D0jKWKxy.js → bundle-5y4qYKhm.js} +9 -9
- package/chunks/{bundle-D0jKWKxy.js.map → bundle-5y4qYKhm.js.map} +1 -1
- package/chunks/{bundle-CoYdwElL.js → bundle-6I0gJidJ.js} +1 -1
- package/chunks/bundle-6I0gJidJ.js.map +1 -0
- package/chunks/{bundle-Cy_QnT7V.js → bundle-9ghXmCwH.js} +1 -1
- package/chunks/bundle-9ghXmCwH.js.map +1 -0
- package/chunks/bundle-AsQ1wnFm.js +47 -0
- package/chunks/bundle-AsQ1wnFm.js.map +1 -0
- package/chunks/{bundle-DkpWXGq7.js → bundle-B40pTdZv.js} +1 -1
- package/chunks/bundle-B40pTdZv.js.map +1 -0
- package/chunks/{bundle-Do4xiOif.js → bundle-B56O1y8C.js} +5 -5
- package/chunks/{bundle-Do4xiOif.js.map → bundle-B56O1y8C.js.map} +1 -1
- package/chunks/{bundle-7jWqG-L9.js → bundle-B5LKcMN_.js} +2 -2
- package/chunks/bundle-B5LKcMN_.js.map +1 -0
- package/chunks/bundle-B5xkbY4c.js +111 -0
- package/chunks/bundle-B5xkbY4c.js.map +1 -0
- package/chunks/{bundle-CMB7p6Uq.js → bundle-B9yd2WEy.js} +4 -4
- package/chunks/bundle-B9yd2WEy.js.map +1 -0
- package/chunks/bundle-BCjR1Qiq.js +707 -0
- package/chunks/bundle-BCjR1Qiq.js.map +1 -0
- package/chunks/{bundle-5uYh-Xyr.js → bundle-BEPoP7sp.js} +2 -2
- package/chunks/bundle-BEPoP7sp.js.map +1 -0
- package/chunks/{bundle-TVnsbl6m.js → bundle-BJShQs4P.js} +5 -5
- package/chunks/bundle-BJShQs4P.js.map +1 -0
- package/chunks/{bundle-DlDnQChp.js → bundle-BKXsd3zk.js} +1 -1
- package/chunks/bundle-BKXsd3zk.js.map +1 -0
- package/chunks/{bundle-DdzbXETc.js → bundle-BLMU9f-F.js} +34 -23
- package/{cjs/chunks/bundle-DrXHYoHC.js.map → chunks/bundle-BLMU9f-F.js.map} +1 -1
- package/chunks/{bundle-p-LuYka5.js → bundle-BRJdb8OX.js} +1 -1
- package/chunks/bundle-BRJdb8OX.js.map +1 -0
- package/chunks/{bundle-DrBHyLkW.js → bundle-BShLbNAF.js} +1 -1
- package/chunks/bundle-BShLbNAF.js.map +1 -0
- package/chunks/{bundle-DGClPDDG.js → bundle-BZSLsKkw.js} +25 -8
- package/chunks/{bundle-DGClPDDG.js.map → bundle-BZSLsKkw.js.map} +1 -1
- package/chunks/{bundle-Czj8Brwx.js → bundle-Banyr0qP.js} +3 -3
- package/chunks/bundle-Banyr0qP.js.map +1 -0
- package/chunks/{bundle-Bm170aTh.js → bundle-BdprN8pt.js} +1 -1
- package/chunks/{bundle-Bm170aTh.js.map → bundle-BdprN8pt.js.map} +1 -1
- package/chunks/{bundle-CRL04AgG.js → bundle-BfgSx7DM.js} +3 -3
- package/chunks/{bundle-CRL04AgG.js.map → bundle-BfgSx7DM.js.map} +1 -1
- package/chunks/{bundle-DqS4dbv4.js → bundle-Bm5O6aP3.js} +1 -1
- package/chunks/bundle-Bm5O6aP3.js.map +1 -0
- package/chunks/{bundle-BH0Gnqgn.js → bundle-BpM8phr1.js} +14 -14
- package/chunks/{bundle-BH0Gnqgn.js.map → bundle-BpM8phr1.js.map} +1 -1
- package/chunks/{bundle-Rf2YUo_V.js → bundle-Bpofr334.js} +2 -2
- package/chunks/{bundle-Rf2YUo_V.js.map → bundle-Bpofr334.js.map} +1 -1
- package/chunks/{bundle-DYe1Zy4G.js → bundle-BqKoZDqX.js} +1 -1
- package/chunks/{bundle-DYe1Zy4G.js.map → bundle-BqKoZDqX.js.map} +1 -1
- package/chunks/{bundle-CiM203M8.js → bundle-BrCEaRXK.js} +16 -16
- package/chunks/{bundle-CiM203M8.js.map → bundle-BrCEaRXK.js.map} +1 -1
- package/chunks/{bundle-vKtIIKY9.js → bundle-BrqWLoDb.js} +5 -5
- package/chunks/{bundle-vKtIIKY9.js.map → bundle-BrqWLoDb.js.map} +1 -1
- package/chunks/{bundle-Drd87B-A.js → bundle-Bs8Cwq5j.js} +9 -9
- package/chunks/bundle-Bs8Cwq5j.js.map +1 -0
- package/chunks/{bundle-DtNlUv5X.js → bundle-BsY2Dawk.js} +2 -2
- package/chunks/bundle-BsY2Dawk.js.map +1 -0
- package/chunks/{bundle-B0-5LriX.js → bundle-C1npFBfj.js} +1 -1
- package/chunks/bundle-C1npFBfj.js.map +1 -0
- package/chunks/{bundle-DxLe-XFT.js → bundle-C20UC6V7.js} +7 -7
- package/chunks/bundle-C20UC6V7.js.map +1 -0
- package/chunks/{bundle-CA3QA8D9.js → bundle-C2ARCMSL.js} +1 -1
- package/chunks/bundle-C2ARCMSL.js.map +1 -0
- package/chunks/{bundle-7U4PQody.js → bundle-C4anRHWY.js} +11 -11
- package/chunks/bundle-C4anRHWY.js.map +1 -0
- package/chunks/{bundle-BTCMEIEY.js → bundle-C5-D2BAP.js} +48 -11
- package/{cjs/chunks/bundle-C3xjTMsq.js.map → chunks/bundle-C5-D2BAP.js.map} +1 -1
- package/chunks/{bundle-DrRbMZYo.js → bundle-C60Wnv-9.js} +2 -2
- package/chunks/bundle-C60Wnv-9.js.map +1 -0
- package/chunks/{bundle-DtYmMn4i.js → bundle-CAshTR7h.js} +1 -1
- package/chunks/bundle-CAshTR7h.js.map +1 -0
- package/chunks/{bundle-BzVXDF4q.js → bundle-CD4RzjMA.js} +4 -4
- package/chunks/bundle-CD4RzjMA.js.map +1 -0
- package/chunks/{bundle-DbVYTOyC.js → bundle-CFc2hy8g.js} +2 -2
- package/chunks/bundle-CFc2hy8g.js.map +1 -0
- package/chunks/{bundle-DyqejJgi.js → bundle-CLHIHGae.js} +5 -5
- package/chunks/bundle-CLHIHGae.js.map +1 -0
- package/chunks/{bundle-BIqM6Hxe.js → bundle-CLrmFXHj.js} +10 -10
- package/chunks/{bundle-BIqM6Hxe.js.map → bundle-CLrmFXHj.js.map} +1 -1
- package/chunks/{bundle-BcO_fFqM.js → bundle-CPOgmEXq.js} +4 -4
- package/chunks/bundle-CPOgmEXq.js.map +1 -0
- package/chunks/{bundle-CGwV3Gik.js → bundle-Cd8fnvI_.js} +1 -1
- package/chunks/bundle-Cd8fnvI_.js.map +1 -0
- package/chunks/{bundle-C0kbt3jK.js → bundle-Cdplrrlw.js} +4 -4
- package/chunks/bundle-Cdplrrlw.js.map +1 -0
- package/chunks/{bundle-D-RwYEMS.js → bundle-Cdqsdoa8.js} +4 -4
- package/chunks/bundle-Cdqsdoa8.js.map +1 -0
- package/chunks/{bundle-H2vPT1yo.js → bundle-CglqREVl.js} +1 -1
- package/chunks/bundle-CglqREVl.js.map +1 -0
- package/chunks/{bundle-CC1DUKjn.js → bundle-ChLik1Zs.js} +4 -4
- package/chunks/{bundle-CC1DUKjn.js.map → bundle-ChLik1Zs.js.map} +1 -1
- package/chunks/{bundle-oemCj6em.js → bundle-CnFrQOtC.js} +21 -19
- package/{cjs/chunks/bundle-BEC0Joom.js.map → chunks/bundle-CnFrQOtC.js.map} +1 -1
- package/chunks/{bundle-DQYXgT7k.js → bundle-Cslf3sKl.js} +3 -3
- package/chunks/bundle-Cslf3sKl.js.map +1 -0
- package/chunks/{bundle-CAhDMMRN.js → bundle-Cw0XZgRI.js} +7 -7
- package/chunks/bundle-Cw0XZgRI.js.map +1 -0
- package/chunks/{bundle-LuCErKTs.js → bundle-CwMNZmx9.js} +222 -149
- package/chunks/{bundle-LuCErKTs.js.map → bundle-CwMNZmx9.js.map} +1 -1
- package/chunks/{bundle-BG86HGdS.js → bundle-Cyocqt10.js} +10 -12
- package/{cjs/chunks/bundle-BbAqlLCc.js.map → chunks/bundle-Cyocqt10.js.map} +1 -1
- package/chunks/{bundle-DUcF-Ysh.js → bundle-D-L9ZslG.js} +8 -8
- package/chunks/{bundle-DUcF-Ysh.js.map → bundle-D-L9ZslG.js.map} +1 -1
- package/chunks/{bundle-DGQWH-cy.js → bundle-D0WVu0lN.js} +1 -1
- package/chunks/bundle-D0WVu0lN.js.map +1 -0
- package/chunks/{bundle-gwjSH2mW.js → bundle-D3zdGXmK.js} +4 -4
- package/chunks/{bundle-gwjSH2mW.js.map → bundle-D3zdGXmK.js.map} +1 -1
- package/chunks/{bundle-DK3N3h04.js → bundle-D4O-NxY1.js} +28 -18
- package/{cjs/chunks/bundle-DNoz4pQu.js.map → chunks/bundle-D4O-NxY1.js.map} +1 -1
- package/chunks/{bundle-DllTlF8y.js → bundle-D646l1Rn.js} +1 -1
- package/chunks/bundle-D646l1Rn.js.map +1 -0
- package/chunks/{bundle-WkoNLiDg.js → bundle-D9ORMtyv.js} +7 -7
- package/chunks/bundle-D9ORMtyv.js.map +1 -0
- package/chunks/{bundle-CBxxE9Im.js → bundle-DC25kzte.js} +10 -10
- package/chunks/{bundle-CBxxE9Im.js.map → bundle-DC25kzte.js.map} +1 -1
- package/chunks/{bundle-BevIBLvw.js → bundle-DD_FhSU8.js} +6 -6
- package/chunks/bundle-DD_FhSU8.js.map +1 -0
- package/chunks/{bundle-E1T8H1Wz.js → bundle-DFWI31lg.js} +4 -4
- package/chunks/bundle-DFWI31lg.js.map +1 -0
- package/chunks/{bundle-BERPh6M4.js → bundle-DIdJF27_.js} +2 -2
- package/chunks/bundle-DIdJF27_.js.map +1 -0
- package/chunks/{bundle-DuNS5cqO.js → bundle-DTiJ-rFi.js} +5 -5
- package/chunks/{bundle-DuNS5cqO.js.map → bundle-DTiJ-rFi.js.map} +1 -1
- package/chunks/{bundle-D_pOeelV.js → bundle-DVdeXT-4.js} +2 -4
- package/chunks/bundle-DVdeXT-4.js.map +1 -0
- package/chunks/{bundle-CqBJPXqm.js → bundle-DWURNKdQ.js} +19 -10
- package/{cjs/chunks/bundle-SZKEK91B.js.map → chunks/bundle-DWURNKdQ.js.map} +1 -1
- package/chunks/{bundle-D7HOrOoM.js → bundle-DX6fRIJl.js} +1 -1
- package/chunks/bundle-DX6fRIJl.js.map +1 -0
- package/chunks/{bundle-D7GxaY-7.js → bundle-DXC9ZAL8.js} +7 -7
- package/chunks/{bundle-D7GxaY-7.js.map → bundle-DXC9ZAL8.js.map} +1 -1
- package/chunks/{bundle-B_o6RGln.js → bundle-DY7Cxkk0.js} +2 -2
- package/chunks/{bundle-B_o6RGln.js.map → bundle-DY7Cxkk0.js.map} +1 -1
- package/chunks/{bundle-BGZ1wO7_.js → bundle-DiO7lolz.js} +3 -3
- package/chunks/bundle-DiO7lolz.js.map +1 -0
- package/chunks/{bundle-dBYGtuby.js → bundle-Dj_wODPB.js} +97 -78
- package/{cjs/chunks/bundle-Bp0KVW3m.js.map → chunks/bundle-Dj_wODPB.js.map} +1 -1
- package/chunks/{bundle-B1KyIanQ.js → bundle-DmOfz_GY.js} +77 -47
- package/chunks/{bundle-DK3N3h04.js.map → bundle-DmOfz_GY.js.map} +1 -1
- package/chunks/{bundle-V2GjRdnC.js → bundle-DmnXeBdU.js} +1 -1
- package/chunks/{bundle-V2GjRdnC.js.map → bundle-DmnXeBdU.js.map} +1 -1
- package/chunks/{bundle-BbPcWA8F.js → bundle-DpOgiF9r.js} +1 -1
- package/chunks/bundle-DpOgiF9r.js.map +1 -0
- package/chunks/{bundle-B7_wxKtf.js → bundle-Dw9WYTqh.js} +2 -2
- package/chunks/{bundle-B7_wxKtf.js.map → bundle-Dw9WYTqh.js.map} +1 -1
- package/chunks/{bundle-DB8gY2-t.js → bundle-DyguzebC.js} +2 -2
- package/chunks/{bundle-DB8gY2-t.js.map → bundle-DyguzebC.js.map} +1 -1
- package/chunks/{bundle-kzGm7K3f.js → bundle-DyosazG-.js} +3 -5
- package/chunks/{bundle-kzGm7K3f.js.map → bundle-DyosazG-.js.map} +1 -1
- package/chunks/{bundle-B7jxtQGu.js → bundle-DzB_38co.js} +7 -7
- package/chunks/{bundle-B7jxtQGu.js.map → bundle-DzB_38co.js.map} +1 -1
- package/chunks/{bundle-CPYTrCpd.js → bundle-EKFQIahk.js} +3 -3
- package/chunks/{bundle-CPYTrCpd.js.map → bundle-EKFQIahk.js.map} +1 -1
- package/chunks/bundle-ExNQo0Ly.js +160 -0
- package/chunks/{bundle-CJjQGipC.js.map → bundle-ExNQo0Ly.js.map} +1 -1
- package/chunks/{bundle-nToh_fKd.js → bundle-F_R9C4cW.js} +1 -1
- package/chunks/bundle-F_R9C4cW.js.map +1 -0
- package/chunks/{bundle-ni9ZLts6.js → bundle-FnWZX8on.js} +4 -4
- package/chunks/bundle-FnWZX8on.js.map +1 -0
- package/chunks/{bundle-BCVCTP-D.js → bundle-Gpc6ZS8v.js} +51 -26
- package/chunks/{bundle-BCVCTP-D.js.map → bundle-Gpc6ZS8v.js.map} +1 -1
- package/chunks/{bundle-BsVc_Y62.js → bundle-HZPwhqsr.js} +8 -8
- package/{cjs/chunks/bundle-BkxGko7P.js.map → chunks/bundle-HZPwhqsr.js.map} +1 -1
- package/chunks/{bundle-C8L0rqDO.js → bundle-JhKiWlXT.js} +2 -2
- package/chunks/bundle-JhKiWlXT.js.map +1 -0
- package/chunks/{bundle-m0a3aqLm.js → bundle-KmABwClk.js} +9 -9
- package/chunks/{bundle-m0a3aqLm.js.map → bundle-KmABwClk.js.map} +1 -1
- package/chunks/{bundle-B9eInLCQ.js → bundle-LLA95Pqf.js} +1 -1
- package/chunks/bundle-LLA95Pqf.js.map +1 -0
- package/chunks/{bundle-CEPVRxQS.js → bundle-WvDa8Nzx.js} +3 -3
- package/chunks/bundle-WvDa8Nzx.js.map +1 -0
- package/chunks/{bundle-CJjQGipC.js → bundle-XzHJwv9S.js} +6 -6
- package/chunks/{bundle-oemCj6em.js.map → bundle-XzHJwv9S.js.map} +1 -1
- package/chunks/{bundle-CeNQpnlq.js → bundle-YDriVB8K.js} +2 -2
- package/chunks/bundle-YDriVB8K.js.map +1 -0
- package/chunks/{bundle-BuJ0tK_H.js → bundle-bbQJtRLQ.js} +11 -11
- package/chunks/{bundle-BuJ0tK_H.js.map → bundle-bbQJtRLQ.js.map} +1 -1
- package/chunks/{bundle-CFrUVByv.js → bundle-dSIU9ibx.js} +9 -9
- package/chunks/{bundle-CFrUVByv.js.map → bundle-dSIU9ibx.js.map} +1 -1
- package/chunks/{bundle-DjCgmBgG.js → bundle-glu5FhZF.js} +13 -13
- package/chunks/{bundle-DjCgmBgG.js.map → bundle-glu5FhZF.js.map} +1 -1
- package/chunks/{bundle-D00Jjm5a.js → bundle-hLkIqB36.js} +37 -37
- package/chunks/{bundle-D00Jjm5a.js.map → bundle-hLkIqB36.js.map} +1 -1
- package/chunks/{bundle-Dr0wIN5F.js → bundle-iPLJ9a5J.js} +1 -1
- package/chunks/bundle-iPLJ9a5J.js.map +1 -0
- package/chunks/bundle-lqEjT2ED.js +4 -0
- package/chunks/bundle-lqEjT2ED.js.map +1 -0
- package/chunks/{bundle-DKXmeTpK.js → bundle-oM0Fxt9G.js} +6 -2
- package/chunks/{bundle-BTCMEIEY.js.map → bundle-oM0Fxt9G.js.map} +1 -1
- package/chunks/{bundle-BC1qEtzM.js → bundle-zNUBt0Cg.js} +9 -11
- package/chunks/bundle-zNUBt0Cg.js.map +1 -0
- package/cjs/App.js +93 -91
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +33 -33
- package/cjs/Channel/components/ChannelUI.js +72 -69
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +31 -31
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +59 -58
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +56 -54
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageInputWrapper.js +54 -51
- package/cjs/Channel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +65 -64
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +30 -30
- package/cjs/Channel/components/SuggestedMentionList.js +30 -30
- package/cjs/Channel/components/TypingIndicator.js +9 -9
- package/cjs/Channel/components/UnreadCount.js +8 -8
- package/cjs/Channel/context.js +25 -26
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel/hooks/useHandleUploadFiles.js +34 -60
- package/cjs/Channel/hooks/useHandleUploadFiles.js.map +1 -1
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +10 -10
- package/cjs/Channel/utils/getMessagePartsInfo.js +9 -9
- package/cjs/Channel.js +72 -69
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +93 -91
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +13 -13
- package/cjs/ChannelList/components/ChannelListUI.js +93 -91
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +32 -32
- package/cjs/ChannelList/components/ChannelPreviewAction.js +17 -17
- package/cjs/ChannelList/context.js +14 -14
- package/cjs/ChannelList.js +93 -91
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +23 -23
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +32 -32
- package/cjs/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/cjs/ChannelSettings/components/LeaveChannel.js +20 -20
- package/cjs/ChannelSettings/components/ModerationPanel.js +33 -33
- package/cjs/ChannelSettings/components/UserListItem.js +19 -19
- package/cjs/ChannelSettings/components/UserPanel.js +28 -28
- package/cjs/ChannelSettings/context.js +9 -9
- package/cjs/ChannelSettings/hooks/useMenuList.js +29 -29
- package/cjs/ChannelSettings.js +31 -31
- package/cjs/CreateChannel/components/CreateChannelUI.js +93 -91
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +93 -91
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +93 -91
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +93 -91
- package/cjs/CreateChannel/context.js.map +1 -1
- package/cjs/CreateChannel.js +93 -91
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
- package/cjs/CreateOpenChannel/context.js +4 -4
- package/cjs/CreateOpenChannel.js +15 -15
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +15 -15
- package/cjs/EditUserProfile/context.js +1 -1
- package/cjs/EditUserProfile.js +15 -15
- package/cjs/GroupChannel/components/FileViewer.js +28 -28
- package/cjs/GroupChannel/components/FrozenNotification.js +6 -6
- package/cjs/GroupChannel/components/GroupChannelHeader.js +29 -29
- package/cjs/GroupChannel/components/GroupChannelUI.js +67 -64
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +56 -55
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +50 -47
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +60 -59
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +27 -27
- package/cjs/GroupChannel/components/SuggestedMentionList.js +15 -15
- package/cjs/GroupChannel/components/TypingIndicator.js +9 -9
- package/cjs/GroupChannel/components/UnreadCount.js +8 -8
- package/cjs/GroupChannel/context.js +15 -15
- package/cjs/GroupChannel.js +67 -64
- package/cjs/GroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/AddGroupChannel.js +93 -91
- package/cjs/GroupChannelList/components/AddGroupChannel.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +93 -91
- package/cjs/GroupChannelList/components/GroupChannelListUI.js.map +1 -1
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
- package/cjs/GroupChannelList/context.js +10 -10
- package/cjs/GroupChannelList.js +93 -91
- package/cjs/GroupChannelList.js.map +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +20 -20
- package/cjs/MessageSearch/context.js +6 -6
- package/cjs/MessageSearch.js +22 -22
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js +80 -33
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +41 -43
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +47 -47
- package/cjs/OpenChannel/components/OpenChannelUI.js +46 -44
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +19 -19
- package/cjs/OpenChannel.js +48 -46
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +17 -17
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +8 -8
- package/cjs/OpenChannelList.js +17 -17
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +18 -18
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +24 -24
- package/cjs/OpenChannelSettings/components/OperatorUI.js +28 -28
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/cjs/OpenChannelSettings/context.js +6 -6
- package/cjs/OpenChannelSettings.js +24 -24
- package/cjs/SendbirdProvider.js +28 -24
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +59 -62
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +34 -34
- package/cjs/Thread/components/ThreadHeader.js +8 -8
- package/cjs/Thread/components/ThreadList.js +58 -57
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +66 -69
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +223 -82
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +66 -64
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +15 -15
- package/cjs/Thread.js +66 -64
- package/cjs/Thread.js.map +1 -1
- package/cjs/VoicePlayer/context.js +6 -6
- package/cjs/VoicePlayer/useVoicePlayer.js +23 -17
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/cjs/VoiceRecorder/context.js +13 -13
- package/cjs/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/cjs/chunks/{bundle-sjZXn5rb.js → bundle--ZBrECLK.js} +3 -5
- package/cjs/chunks/{bundle-sjZXn5rb.js.map → bundle--ZBrECLK.js.map} +1 -1
- package/cjs/chunks/{bundle-DVTKYwk8.js → bundle-1F9guuKw.js} +1 -1
- package/cjs/chunks/bundle-1F9guuKw.js.map +1 -0
- package/cjs/chunks/{bundle-Q3QnKudh.js → bundle-2FCFe95u.js} +3 -3
- package/cjs/chunks/bundle-2FCFe95u.js.map +1 -0
- package/cjs/chunks/{bundle-BEC0Joom.js → bundle-4vdcmQiE.js} +5 -5
- package/cjs/chunks/bundle-4vdcmQiE.js.map +1 -0
- package/cjs/chunks/{bundle-DSPXXBTW.js → bundle-76A2Zzye.js} +4 -4
- package/cjs/chunks/bundle-76A2Zzye.js.map +1 -0
- package/cjs/chunks/{bundle-Cpoc_fJ0.js → bundle-9izlRrTd.js} +3 -3
- package/cjs/chunks/bundle-9izlRrTd.js.map +1 -0
- package/cjs/chunks/{bundle-DD8-c2iB.js → bundle-AjkDYnfX.js} +4 -4
- package/cjs/chunks/{bundle-DD8-c2iB.js.map → bundle-AjkDYnfX.js.map} +1 -1
- package/cjs/chunks/{bundle-BucGViqp.js → bundle-B14gP5iL.js} +1 -1
- package/cjs/chunks/bundle-B14gP5iL.js.map +1 -0
- package/cjs/chunks/{bundle-Du_EhKX-.js → bundle-B3MkpbB1.js} +2 -2
- package/cjs/chunks/bundle-B3MkpbB1.js.map +1 -0
- package/cjs/chunks/{bundle-CPKCY1PR.js → bundle-B4v0Agxd.js} +1 -1
- package/cjs/chunks/bundle-B4v0Agxd.js.map +1 -0
- package/cjs/chunks/{bundle-DDaeFQnz.js → bundle-BFmC2V1o.js} +8 -8
- package/cjs/chunks/bundle-BFmC2V1o.js.map +1 -0
- package/cjs/chunks/{bundle-9qy-FM9k.js → bundle-BKn9ow_B.js} +1 -1
- package/cjs/chunks/{bundle-9qy-FM9k.js.map → bundle-BKn9ow_B.js.map} +1 -1
- package/cjs/chunks/{bundle-DMroWEST.js → bundle-BNgfU9I_.js} +1 -1
- package/cjs/chunks/bundle-BNgfU9I_.js.map +1 -0
- package/cjs/chunks/{bundle-Dk_THgJH.js → bundle-BNu-mNlA.js} +8 -8
- package/cjs/chunks/bundle-BNu-mNlA.js.map +1 -0
- package/cjs/chunks/{bundle-lKzGutlE.js → bundle-BPfnvsLX.js} +3 -3
- package/cjs/chunks/bundle-BPfnvsLX.js.map +1 -0
- package/cjs/chunks/{bundle-BOF3mEIQ.js → bundle-BSCZWP_l.js} +1 -1
- package/cjs/chunks/bundle-BSCZWP_l.js.map +1 -0
- package/cjs/chunks/{bundle-C6htG4_3.js → bundle-BSEj3ItE.js} +1 -1
- package/cjs/chunks/bundle-BSEj3ItE.js.map +1 -0
- package/cjs/chunks/{bundle-DGbtR9Mu.js → bundle-BSfAJlO9.js} +3 -3
- package/cjs/chunks/bundle-BSfAJlO9.js.map +1 -0
- package/cjs/chunks/{bundle-Bfgn3ngi.js → bundle-BTzm82Jl.js} +8 -10
- package/cjs/chunks/{bundle-Bfgn3ngi.js.map → bundle-BTzm82Jl.js.map} +1 -1
- package/cjs/chunks/{bundle-KjR3U4Uq.js → bundle-BVmEHs1Z.js} +51 -26
- package/cjs/chunks/{bundle-KjR3U4Uq.js.map → bundle-BVmEHs1Z.js.map} +1 -1
- package/cjs/chunks/{bundle-Ccd-6PYk.js → bundle-BVn2UMtk.js} +1 -1
- package/cjs/chunks/bundle-BVn2UMtk.js.map +1 -0
- package/cjs/chunks/{bundle-B8EAm9qL.js → bundle-BX9WTltL.js} +12 -12
- package/cjs/chunks/bundle-BX9WTltL.js.map +1 -0
- package/cjs/chunks/{bundle-DmDbvIgG.js → bundle-BXuNw6bR.js} +1 -1
- package/cjs/chunks/{bundle-DmDbvIgG.js.map → bundle-BXuNw6bR.js.map} +1 -1
- package/cjs/chunks/{bundle-jz5h__uT.js → bundle-Bcw-YfFm.js} +1 -1
- package/cjs/chunks/bundle-Bcw-YfFm.js.map +1 -0
- package/cjs/chunks/{bundle-C7YaeamC.js → bundle-BiR_Hvsk.js} +1 -1
- package/cjs/chunks/bundle-BiR_Hvsk.js.map +1 -0
- package/cjs/chunks/bundle-BjZvm-U5.js +49 -0
- package/cjs/chunks/bundle-BjZvm-U5.js.map +1 -0
- package/cjs/chunks/{bundle-Cz5JeJ_a.js → bundle-BrAZmQ3O.js} +3 -3
- package/cjs/chunks/bundle-BrAZmQ3O.js.map +1 -0
- package/cjs/chunks/{bundle-Z3hmzVwn.js → bundle-BreYBYIV.js} +35 -35
- package/cjs/chunks/{bundle-Z3hmzVwn.js.map → bundle-BreYBYIV.js.map} +1 -1
- package/cjs/chunks/{bundle-Ct1kTyi8.js → bundle-Buar9ys-.js} +9 -9
- package/cjs/chunks/{bundle-Ct1kTyi8.js.map → bundle-Buar9ys-.js.map} +1 -1
- package/cjs/chunks/{bundle-KmUGRBip.js → bundle-Bwhgb7dL.js} +1 -1
- package/cjs/chunks/bundle-Bwhgb7dL.js.map +1 -0
- package/cjs/chunks/{bundle-Bp0KVW3m.js → bundle-BzJwE_My.js} +97 -78
- package/{chunks/bundle-dBYGtuby.js.map → cjs/chunks/bundle-BzJwE_My.js.map} +1 -1
- package/cjs/chunks/{bundle-DPhhy36e.js → bundle-C0QyatLj.js} +6 -6
- package/cjs/chunks/bundle-C0QyatLj.js.map +1 -0
- package/cjs/chunks/{bundle-apn_v2Eq.js → bundle-C8s_p9Hf.js} +7 -7
- package/cjs/chunks/bundle-C8s_p9Hf.js.map +1 -0
- package/cjs/chunks/{bundle-2be6tixp.js → bundle-CArwk_DH.js} +1 -1
- package/cjs/chunks/bundle-CArwk_DH.js.map +1 -0
- package/cjs/chunks/{bundle-BSWpIVd_.js → bundle-CBQxHnhS.js} +2 -2
- package/cjs/chunks/{bundle-BSWpIVd_.js.map → bundle-CBQxHnhS.js.map} +1 -1
- package/cjs/chunks/{bundle-DNoz4pQu.js → bundle-CID8L5Tq.js} +26 -16
- package/cjs/chunks/bundle-CID8L5Tq.js.map +1 -0
- package/cjs/chunks/{bundle-DYxVev8Z.js → bundle-CIgMOlz1.js} +2 -2
- package/cjs/chunks/bundle-CIgMOlz1.js.map +1 -0
- package/cjs/chunks/{bundle-gRchfIvW.js → bundle-CIn5419q.js} +10 -10
- package/cjs/chunks/bundle-CIn5419q.js.map +1 -0
- package/cjs/chunks/{bundle-DGqQ89Av.js → bundle-CXWT21Ur.js} +2 -2
- package/cjs/chunks/bundle-CXWT21Ur.js.map +1 -0
- package/cjs/chunks/{bundle-CdWrtwK3.js → bundle-CXeHa80f.js} +4 -4
- package/cjs/chunks/bundle-CXeHa80f.js.map +1 -0
- package/cjs/chunks/{bundle-orSDTEo4.js → bundle-CZmT_dIf.js} +1 -1
- package/cjs/chunks/bundle-CZmT_dIf.js.map +1 -0
- package/cjs/chunks/{bundle-6VhEpbdF.js → bundle-CdalwlxE.js} +4 -4
- package/cjs/chunks/bundle-CdalwlxE.js.map +1 -0
- package/cjs/chunks/{bundle-Zv_4ZO0n.js → bundle-CeCg868O.js} +1 -1
- package/cjs/chunks/bundle-CeCg868O.js.map +1 -0
- package/cjs/chunks/{bundle-COeRPy7q.js → bundle-CgDPAVTm.js} +4 -4
- package/cjs/chunks/bundle-CgDPAVTm.js.map +1 -0
- package/cjs/chunks/{bundle-BiH38g8Z.js → bundle-ClT0IexP.js} +4 -4
- package/cjs/chunks/bundle-ClT0IexP.js.map +1 -0
- package/cjs/chunks/{bundle-bqOzYE_N.js → bundle-CoU1-PYo.js} +3 -3
- package/cjs/chunks/bundle-CoU1-PYo.js.map +1 -0
- package/cjs/chunks/{bundle-DQQRYExa.js → bundle-CofqAAwu.js} +9 -9
- package/cjs/chunks/{bundle-DQQRYExa.js.map → bundle-CofqAAwu.js.map} +1 -1
- package/cjs/chunks/{bundle-DegQ40NZ.js → bundle-CsVrpeSa.js} +222 -149
- package/cjs/chunks/bundle-CsVrpeSa.js.map +1 -0
- package/cjs/chunks/{bundle-DbmnzR7q.js → bundle-CskFALvU.js} +24 -6
- package/cjs/chunks/{bundle-DbmnzR7q.js.map → bundle-CskFALvU.js.map} +1 -1
- package/cjs/chunks/{bundle-DWWeVmrv.js → bundle-CtIVPWwX.js} +5 -5
- package/cjs/chunks/bundle-CtIVPWwX.js.map +1 -0
- package/cjs/chunks/{bundle-BKrVxMG_.js → bundle-CxHNqGL1.js} +12 -12
- package/cjs/chunks/{bundle-BKrVxMG_.js.map → bundle-CxHNqGL1.js.map} +1 -1
- package/cjs/chunks/{bundle-D5eYEiyT.js → bundle-Czc5a05Q.js} +7 -7
- package/cjs/chunks/bundle-Czc5a05Q.js.map +1 -0
- package/cjs/chunks/bundle-CzhNQgac.js +714 -0
- package/cjs/chunks/bundle-CzhNQgac.js.map +1 -0
- package/cjs/chunks/{bundle-BmRh3iEN.js → bundle-D-_6Kk3L.js} +6 -2
- package/cjs/chunks/bundle-D-_6Kk3L.js.map +1 -0
- package/cjs/chunks/{bundle-CcjMCfIL.js → bundle-D4-t2BcI.js} +1 -1
- package/cjs/chunks/bundle-D4-t2BcI.js.map +1 -0
- package/cjs/chunks/{bundle-y6b30rI4.js → bundle-D4QmbyQp.js} +2 -2
- package/cjs/chunks/bundle-D4QmbyQp.js.map +1 -0
- package/cjs/chunks/{bundle-CN5usDFs.js → bundle-D5X7fpcq.js} +2 -4
- package/cjs/chunks/bundle-D5X7fpcq.js.map +1 -0
- package/cjs/chunks/{bundle-t3aBPrJP.js → bundle-D8gpRIxO.js} +1 -1
- package/cjs/chunks/bundle-D8gpRIxO.js.map +1 -0
- package/cjs/chunks/{bundle-Bk2QOCY1.js → bundle-DDUAkmTu.js} +1 -1
- package/cjs/chunks/bundle-DDUAkmTu.js.map +1 -0
- package/cjs/chunks/{bundle-BZ9pC_BG.js → bundle-DEaaC1ah.js} +1 -1
- package/cjs/chunks/bundle-DEaaC1ah.js.map +1 -0
- package/cjs/chunks/{bundle-BcUujhCx.js → bundle-DGYb2_L_.js} +6 -6
- package/cjs/chunks/bundle-DGYb2_L_.js.map +1 -0
- package/cjs/chunks/{bundle-BE5gEsyV.js → bundle-DHLpqx03.js} +8 -8
- package/cjs/chunks/bundle-DHLpqx03.js.map +1 -0
- package/cjs/chunks/{bundle-0TJHf4Tc.js → bundle-DHOzCMYH.js} +48 -11
- package/cjs/chunks/bundle-DHOzCMYH.js.map +1 -0
- package/cjs/chunks/{bundle-CrexN5Cp.js → bundle-DKZYkV6h.js} +4 -4
- package/cjs/chunks/bundle-DKZYkV6h.js.map +1 -0
- package/cjs/chunks/{bundle-BnRVJSVA.js → bundle-DS7dko_G.js} +1 -1
- package/cjs/chunks/{bundle-BnRVJSVA.js.map → bundle-DS7dko_G.js.map} +1 -1
- package/cjs/chunks/{bundle-BPPE4FW0.js → bundle-DUmpUM6Z.js} +1 -1
- package/cjs/chunks/bundle-DUmpUM6Z.js.map +1 -0
- package/cjs/chunks/{bundle-DSwCeEJP.js → bundle-DZN-28o5.js} +1 -1
- package/cjs/chunks/bundle-DZN-28o5.js.map +1 -0
- package/cjs/chunks/{bundle-C3xjTMsq.js → bundle-DaeRuO3M.js} +77 -47
- package/cjs/chunks/bundle-DaeRuO3M.js.map +1 -0
- package/cjs/chunks/{bundle-D5-dnK3d.js → bundle-DgHpd49A.js} +9 -11
- package/cjs/chunks/bundle-DgHpd49A.js.map +1 -0
- package/cjs/chunks/{bundle-zB1x662g.js → bundle-DnOJJX7f.js} +1 -1
- package/cjs/chunks/bundle-DnOJJX7f.js.map +1 -0
- package/cjs/chunks/{bundle-DrXHYoHC.js → bundle-DogWmRlf.js} +33 -22
- package/{chunks/bundle-DdzbXETc.js.map → cjs/chunks/bundle-DogWmRlf.js.map} +1 -1
- package/cjs/chunks/{bundle-DQMqz2XT.js → bundle-Dqt-Moft.js} +1 -1
- package/cjs/chunks/bundle-Dqt-Moft.js.map +1 -0
- package/cjs/chunks/bundle-DvHjgbFi.js +7 -0
- package/cjs/chunks/bundle-DvHjgbFi.js.map +1 -0
- package/cjs/chunks/{bundle-DGCxxnjy.js → bundle-DwLWArJq.js} +2 -2
- package/cjs/chunks/bundle-DwLWArJq.js.map +1 -0
- package/cjs/chunks/{bundle-BbAqlLCc.js → bundle-DxZzcGya.js} +3 -3
- package/{chunks/bundle-BG86HGdS.js.map → cjs/chunks/bundle-DxZzcGya.js.map} +1 -1
- package/cjs/chunks/{bundle-DmBKsZFi.js → bundle-FGb-8cIo.js} +14 -14
- package/cjs/chunks/bundle-FGb-8cIo.js.map +1 -0
- package/cjs/chunks/{bundle-3vbxR0Ig.js → bundle-FVds7Nnw.js} +7 -7
- package/cjs/chunks/{bundle-3vbxR0Ig.js.map → bundle-FVds7Nnw.js.map} +1 -1
- package/cjs/chunks/bundle-Hqqb920S.js +120 -0
- package/cjs/chunks/bundle-Hqqb920S.js.map +1 -0
- package/cjs/chunks/{bundle-PEx1sYTj.js → bundle-IobNGCyV.js} +3 -3
- package/cjs/chunks/bundle-IobNGCyV.js.map +1 -0
- package/cjs/chunks/{bundle-DOZVX_9f.js → bundle-Iy7lVhfX.js} +20 -18
- package/cjs/chunks/bundle-Iy7lVhfX.js.map +1 -0
- package/cjs/chunks/{bundle-ovLGVlCI.js → bundle-Lc8Xpc4e.js} +1 -1
- package/cjs/chunks/bundle-Lc8Xpc4e.js.map +1 -0
- package/cjs/chunks/{bundle-DfoHhAuF.js → bundle-SlJSIlpP.js} +9 -9
- package/cjs/chunks/{bundle-DfoHhAuF.js.map → bundle-SlJSIlpP.js.map} +1 -1
- package/cjs/chunks/{bundle-BkxGko7P.js → bundle-_yh4eC6v.js} +8 -8
- package/{chunks/bundle-BsVc_Y62.js.map → cjs/chunks/bundle-_yh4eC6v.js.map} +1 -1
- package/cjs/chunks/{bundle-DToZ2Far.js → bundle-bmGcb273.js} +5 -5
- package/cjs/chunks/bundle-bmGcb273.js.map +1 -0
- package/cjs/chunks/{bundle-nE_MI3QL.js → bundle-btgMGRIX.js} +5 -5
- package/cjs/chunks/bundle-btgMGRIX.js.map +1 -0
- package/cjs/chunks/bundle-gKWdBSmm.js +163 -0
- package/cjs/chunks/bundle-gKWdBSmm.js.map +1 -0
- package/cjs/chunks/{bundle-DjxBXPXB.js → bundle-iF1pW7_s.js} +2 -2
- package/cjs/chunks/bundle-iF1pW7_s.js.map +1 -0
- package/cjs/chunks/{bundle-SZKEK91B.js → bundle-iWa9rWFV.js} +17 -8
- package/cjs/chunks/bundle-iWa9rWFV.js.map +1 -0
- package/cjs/chunks/{bundle-D079OjSe.js → bundle-iwIElqGP.js} +2 -2
- package/cjs/chunks/bundle-iwIElqGP.js.map +1 -0
- package/cjs/chunks/{bundle-C5mxhXoI.js → bundle-jAsAzWpU.js} +1 -1
- package/cjs/chunks/bundle-jAsAzWpU.js.map +1 -0
- package/cjs/chunks/{bundle-BSEyTAdJ.js → bundle-mNJHRgJ3.js} +1 -1
- package/cjs/chunks/bundle-mNJHRgJ3.js.map +1 -0
- package/cjs/chunks/{bundle-Bgxgjzs4.js → bundle-mOGMtPz8.js} +1 -1
- package/cjs/chunks/bundle-mOGMtPz8.js.map +1 -0
- package/cjs/chunks/{bundle-CKpfSH9x.js → bundle-mVBmPsCD.js} +37 -37
- package/cjs/chunks/{bundle-CKpfSH9x.js.map → bundle-mVBmPsCD.js.map} +1 -1
- package/cjs/chunks/{bundle-Dogkydg4.js → bundle-npZxEXNX.js} +11 -11
- package/cjs/chunks/{bundle-Dogkydg4.js.map → bundle-npZxEXNX.js.map} +1 -1
- package/cjs/chunks/{bundle-D18FtXyq.js → bundle-on0zTbLT.js} +24 -28
- package/cjs/chunks/bundle-on0zTbLT.js.map +1 -0
- package/cjs/chunks/{bundle-BW65DB4j.js → bundle-y79foBWw.js} +7 -7
- package/cjs/chunks/bundle-y79foBWw.js.map +1 -0
- package/cjs/hooks/useConnectionState.js +5 -5
- package/cjs/hooks/useLocalization.js +4 -4
- package/cjs/hooks/useModal.js +13 -13
- package/cjs/index.js +95 -93
- package/cjs/index.js.map +1 -1
- package/cjs/lame.all.js +1 -1
- package/cjs/lame.all.js.map +1 -1
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +1 -1
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +13 -13
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +14 -14
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +23 -23
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
- package/cjs/ui/FileMessageItemBody.js +13 -13
- package/cjs/ui/FileViewer.js +19 -20
- package/cjs/ui/FileViewer.js.map +1 -1
- package/cjs/ui/Header.js +10 -10
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/Icon.js.map +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +4 -4
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/cjs/ui/MentionLabel.js +19 -19
- package/cjs/ui/MentionUserLabel.js +2 -2
- package/cjs/ui/MessageContent.js +42 -42
- package/cjs/ui/MessageFeedbackFailedModal.js +13 -13
- package/cjs/ui/MessageFeedbackModal.js +13 -13
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +26 -474
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +15 -15
- package/cjs/ui/MessageItemReactionMenu.js +16 -16
- package/cjs/ui/MessageMenu.js +16 -16
- package/cjs/ui/MessageSearchFileItem.js +25 -25
- package/cjs/ui/MessageSearchItem.js +12 -12
- package/cjs/ui/MessageStatus.js +15 -15
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +13 -13
- package/cjs/ui/MobileMenu.js +18 -18
- package/cjs/ui/Modal.js +12 -12
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +23 -23
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +8 -8
- package/cjs/ui/OpenchannelConversationHeader.js +8 -8
- package/cjs/ui/OpenchannelFileMessage.js +25 -25
- package/cjs/ui/OpenchannelOGMessage.js +28 -28
- package/cjs/ui/OpenchannelThumbnailMessage.js +24 -24
- package/cjs/ui/OpenchannelUserMessage.js +26 -26
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/ProgressBar.js +1 -1
- package/cjs/ui/QuoteMessage.js +12 -12
- package/cjs/ui/QuoteMessageInput.js +12 -12
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +14 -14
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +22 -22
- package/cjs/ui/ThreadReplies.js +12 -12
- package/cjs/ui/ThumbnailMessageItemBody.js +10 -10
- package/cjs/ui/Toggle.js +4 -4
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +10 -10
- package/cjs/ui/UserListItem.js +19 -19
- package/cjs/ui/UserListItemMenu.js +16 -16
- package/cjs/ui/UserProfile.js +13 -13
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +14 -14
- package/cjs/ui/Word.js +19 -19
- package/cjs/useSendbirdStateContext.js +4 -4
- package/cjs/utils/message/isVoiceMessage.js +6 -6
- package/cjs/withSendbird.js +24 -24
- package/dist/index.css +320 -2
- package/hooks/useConnectionState.js +5 -5
- package/hooks/useLocalization.js +4 -4
- package/hooks/useModal.js +15 -15
- package/index.js +95 -93
- package/index.js.map +1 -1
- package/lame.all.js +1 -1
- package/lame.all.js.map +1 -1
- package/package.json +2 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/hooks/VoicePlayer/index.d.ts +1 -0
- package/types/hooks/useTypingLifecycle.d.ts +21 -0
- package/types/lib/Sendbird/utils.d.ts +4 -3
- package/types/modules/Channel/context/hooks/useHandleUploadFiles.d.ts +2 -1
- package/types/modules/GroupChannel/components/MessageInputWrapper/useHandleUploadFiles.d.ts +2 -1
- package/types/modules/OpenChannel/context/hooks/useFileUploadCallback.d.ts +1 -1
- package/types/modules/Thread/context/ThreadProvider.d.ts +3 -2
- package/types/modules/Thread/context/hooks/useUpdateMessageCallback.d.ts +1 -0
- package/types/modules/Thread/context/useThread.d.ts +3 -2
- package/types/ui/Label/stringSet.d.ts +4 -0
- package/types/ui/MessageInput/composer/PendingFileCard.d.ts +14 -0
- package/types/ui/MessageInput/composer/PendingFileItem.d.ts +13 -0
- package/types/ui/MessageInput/composer/PendingFilesPreview.d.ts +9 -0
- package/types/ui/MessageInput/hooks/useDragAndDrop.d.ts +25 -0
- package/types/ui/MessageInput/hooks/usePaste/index.d.ts +1 -1
- package/types/ui/MessageInput/hooks/usePaste/types.d.ts +5 -0
- package/types/ui/MessageInput/hooks/usePendingFiles.d.ts +35 -0
- package/types/ui/MessageInput/index.d.ts +33 -0
- package/types/ui/MessageInput/utils.d.ts +1 -0
- package/types/utils/fileValidation.d.ts +62 -0
- package/types/utils/index.d.ts +1 -0
- package/types/utils/truncateMiddleKeepExtension.d.ts +20 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +1 -1
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +13 -13
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +6 -6
- package/ui/ConnectionStatus.js +7 -7
- package/ui/ContextMenu.js +14 -14
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +24 -24
- package/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
- package/ui/FileMessageItemBody.js +14 -14
- package/ui/FileViewer.js +20 -21
- package/ui/FileViewer.js.map +1 -1
- package/ui/Header.js +6 -6
- package/ui/Icon.js +2 -2
- package/ui/Icon.js.map +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +4 -4
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +3 -3
- package/ui/MentionLabel.js +19 -19
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +42 -42
- package/ui/MessageFeedbackFailedModal.js +13 -13
- package/ui/MessageFeedbackModal.js +13 -13
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +25 -473
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +16 -16
- package/ui/MessageItemReactionMenu.js +17 -17
- package/ui/MessageMenu.js +16 -16
- package/ui/MessageSearchFileItem.js +17 -17
- package/ui/MessageSearchItem.js +12 -12
- package/ui/MessageStatus.js +15 -15
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +13 -13
- package/ui/MobileMenu.js +19 -19
- package/ui/Modal.js +12 -12
- package/ui/MutedAvatarOverlay.js +3 -3
- package/ui/OGMessageItemBody.js +23 -23
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +9 -9
- package/ui/OpenchannelFileMessage.js +25 -25
- package/ui/OpenchannelOGMessage.js +29 -29
- package/ui/OpenchannelThumbnailMessage.js +24 -24
- package/ui/OpenchannelUserMessage.js +27 -27
- package/ui/PlaceHolder.js +7 -7
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +13 -13
- package/ui/QuoteMessageInput.js +13 -13
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +14 -14
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +22 -22
- package/ui/ThreadReplies.js +9 -9
- package/ui/ThumbnailMessageItemBody.js +11 -11
- package/ui/Toggle.js +4 -4
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +10 -10
- package/ui/UserListItem.js +19 -19
- package/ui/UserListItemMenu.js +17 -17
- package/ui/UserProfile.js +13 -13
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +15 -15
- package/ui/Word.js +19 -19
- package/useSendbirdStateContext.js +4 -4
- package/utils/message/isVoiceMessage.js +6 -6
- package/withSendbird.js +24 -24
- package/chunks/bundle-5uYh-Xyr.js.map +0 -1
- package/chunks/bundle-7U4PQody.js.map +0 -1
- package/chunks/bundle-7jWqG-L9.js.map +0 -1
- package/chunks/bundle-B0-5LriX.js.map +0 -1
- package/chunks/bundle-B1KyIanQ.js.map +0 -1
- package/chunks/bundle-B9eInLCQ.js.map +0 -1
- package/chunks/bundle-BC1qEtzM.js.map +0 -1
- package/chunks/bundle-BERPh6M4.js.map +0 -1
- package/chunks/bundle-BGZ1wO7_.js.map +0 -1
- package/chunks/bundle-BbPcWA8F.js.map +0 -1
- package/chunks/bundle-BcO_fFqM.js.map +0 -1
- package/chunks/bundle-BevIBLvw.js.map +0 -1
- package/chunks/bundle-BzVXDF4q.js.map +0 -1
- package/chunks/bundle-C0kbt3jK.js.map +0 -1
- package/chunks/bundle-C8L0rqDO.js.map +0 -1
- package/chunks/bundle-CA3QA8D9.js.map +0 -1
- package/chunks/bundle-CAhDMMRN.js.map +0 -1
- package/chunks/bundle-CEPVRxQS.js.map +0 -1
- package/chunks/bundle-CGwV3Gik.js.map +0 -1
- package/chunks/bundle-CMB7p6Uq.js.map +0 -1
- package/chunks/bundle-CeNQpnlq.js.map +0 -1
- package/chunks/bundle-CoYdwElL.js.map +0 -1
- package/chunks/bundle-CqBJPXqm.js.map +0 -1
- package/chunks/bundle-Cy_QnT7V.js.map +0 -1
- package/chunks/bundle-Czj8Brwx.js.map +0 -1
- package/chunks/bundle-D-RwYEMS.js.map +0 -1
- package/chunks/bundle-D7HOrOoM.js.map +0 -1
- package/chunks/bundle-DGQWH-cy.js.map +0 -1
- package/chunks/bundle-DKXmeTpK.js.map +0 -1
- package/chunks/bundle-DQYXgT7k.js.map +0 -1
- package/chunks/bundle-DSBzIeUm.js +0 -4
- package/chunks/bundle-DSBzIeUm.js.map +0 -1
- package/chunks/bundle-D_pOeelV.js.map +0 -1
- package/chunks/bundle-DbVYTOyC.js.map +0 -1
- package/chunks/bundle-DkpWXGq7.js.map +0 -1
- package/chunks/bundle-DlDnQChp.js.map +0 -1
- package/chunks/bundle-DllTlF8y.js.map +0 -1
- package/chunks/bundle-DqS4dbv4.js.map +0 -1
- package/chunks/bundle-Dr0wIN5F.js.map +0 -1
- package/chunks/bundle-DrBHyLkW.js.map +0 -1
- package/chunks/bundle-DrRbMZYo.js.map +0 -1
- package/chunks/bundle-Drd87B-A.js.map +0 -1
- package/chunks/bundle-DtNlUv5X.js.map +0 -1
- package/chunks/bundle-DtYmMn4i.js.map +0 -1
- package/chunks/bundle-DxLe-XFT.js.map +0 -1
- package/chunks/bundle-DyqejJgi.js.map +0 -1
- package/chunks/bundle-E1T8H1Wz.js.map +0 -1
- package/chunks/bundle-H2vPT1yo.js.map +0 -1
- package/chunks/bundle-N4pYliV4.js.map +0 -1
- package/chunks/bundle-TVnsbl6m.js.map +0 -1
- package/chunks/bundle-WkoNLiDg.js.map +0 -1
- package/chunks/bundle-nToh_fKd.js.map +0 -1
- package/chunks/bundle-ni9ZLts6.js.map +0 -1
- package/chunks/bundle-p-LuYka5.js.map +0 -1
- package/cjs/chunks/bundle-0TJHf4Tc.js.map +0 -1
- package/cjs/chunks/bundle-2be6tixp.js.map +0 -1
- package/cjs/chunks/bundle-6VhEpbdF.js.map +0 -1
- package/cjs/chunks/bundle-B8EAm9qL.js.map +0 -1
- package/cjs/chunks/bundle-BE5gEsyV.js.map +0 -1
- package/cjs/chunks/bundle-BOF3mEIQ.js.map +0 -1
- package/cjs/chunks/bundle-BPPE4FW0.js.map +0 -1
- package/cjs/chunks/bundle-BSEyTAdJ.js.map +0 -1
- package/cjs/chunks/bundle-BW65DB4j.js.map +0 -1
- package/cjs/chunks/bundle-BZ9pC_BG.js.map +0 -1
- package/cjs/chunks/bundle-BcUujhCx.js.map +0 -1
- package/cjs/chunks/bundle-Bgxgjzs4.js.map +0 -1
- package/cjs/chunks/bundle-BiH38g8Z.js.map +0 -1
- package/cjs/chunks/bundle-Bk2QOCY1.js.map +0 -1
- package/cjs/chunks/bundle-BmRh3iEN.js.map +0 -1
- package/cjs/chunks/bundle-BucGViqp.js.map +0 -1
- package/cjs/chunks/bundle-C5mxhXoI.js.map +0 -1
- package/cjs/chunks/bundle-C6htG4_3.js.map +0 -1
- package/cjs/chunks/bundle-C7YaeamC.js.map +0 -1
- package/cjs/chunks/bundle-CN5usDFs.js.map +0 -1
- package/cjs/chunks/bundle-COeRPy7q.js.map +0 -1
- package/cjs/chunks/bundle-CPKCY1PR.js.map +0 -1
- package/cjs/chunks/bundle-Ccd-6PYk.js.map +0 -1
- package/cjs/chunks/bundle-CcjMCfIL.js.map +0 -1
- package/cjs/chunks/bundle-CdWrtwK3.js.map +0 -1
- package/cjs/chunks/bundle-Cpoc_fJ0.js.map +0 -1
- package/cjs/chunks/bundle-CrexN5Cp.js.map +0 -1
- package/cjs/chunks/bundle-CtVNyiwe.js +0 -7
- package/cjs/chunks/bundle-CtVNyiwe.js.map +0 -1
- package/cjs/chunks/bundle-Cz5JeJ_a.js.map +0 -1
- package/cjs/chunks/bundle-D079OjSe.js.map +0 -1
- package/cjs/chunks/bundle-D18FtXyq.js.map +0 -1
- package/cjs/chunks/bundle-D5-dnK3d.js.map +0 -1
- package/cjs/chunks/bundle-D5eYEiyT.js.map +0 -1
- package/cjs/chunks/bundle-DDaeFQnz.js.map +0 -1
- package/cjs/chunks/bundle-DGCxxnjy.js.map +0 -1
- package/cjs/chunks/bundle-DGbtR9Mu.js.map +0 -1
- package/cjs/chunks/bundle-DGqQ89Av.js.map +0 -1
- package/cjs/chunks/bundle-DMroWEST.js.map +0 -1
- package/cjs/chunks/bundle-DOZVX_9f.js.map +0 -1
- package/cjs/chunks/bundle-DPhhy36e.js.map +0 -1
- package/cjs/chunks/bundle-DQMqz2XT.js.map +0 -1
- package/cjs/chunks/bundle-DSPXXBTW.js.map +0 -1
- package/cjs/chunks/bundle-DSwCeEJP.js.map +0 -1
- package/cjs/chunks/bundle-DToZ2Far.js.map +0 -1
- package/cjs/chunks/bundle-DVTKYwk8.js.map +0 -1
- package/cjs/chunks/bundle-DWWeVmrv.js.map +0 -1
- package/cjs/chunks/bundle-DYxVev8Z.js.map +0 -1
- package/cjs/chunks/bundle-DegQ40NZ.js.map +0 -1
- package/cjs/chunks/bundle-DjxBXPXB.js.map +0 -1
- package/cjs/chunks/bundle-Dk_THgJH.js.map +0 -1
- package/cjs/chunks/bundle-DmBKsZFi.js.map +0 -1
- package/cjs/chunks/bundle-Du_EhKX-.js.map +0 -1
- package/cjs/chunks/bundle-KmUGRBip.js.map +0 -1
- package/cjs/chunks/bundle-PEx1sYTj.js.map +0 -1
- package/cjs/chunks/bundle-Q3QnKudh.js.map +0 -1
- package/cjs/chunks/bundle-Zv_4ZO0n.js.map +0 -1
- package/cjs/chunks/bundle-apn_v2Eq.js.map +0 -1
- package/cjs/chunks/bundle-bqOzYE_N.js.map +0 -1
- package/cjs/chunks/bundle-gRchfIvW.js.map +0 -1
- package/cjs/chunks/bundle-jz5h__uT.js.map +0 -1
- package/cjs/chunks/bundle-lKzGutlE.js.map +0 -1
- package/cjs/chunks/bundle-nE_MI3QL.js.map +0 -1
- package/cjs/chunks/bundle-orSDTEo4.js.map +0 -1
- package/cjs/chunks/bundle-ovLGVlCI.js.map +0 -1
- package/cjs/chunks/bundle-t3aBPrJP.js.map +0 -1
- package/cjs/chunks/bundle-y6b30rI4.js.map +0 -1
- package/cjs/chunks/bundle-zB1x662g.js.map +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useRef, useState } from 'react';
|
|
2
|
-
import { n as noop, c as classnames } from './bundle-
|
|
3
|
-
import { u as useMessageMenuContext,
|
|
4
|
-
import { _ as __assign } from './bundle-
|
|
2
|
+
import { n as noop, c as classnames } from './bundle-DX6fRIJl.js';
|
|
3
|
+
import { u as useMessageMenuContext, d as MenuItem, h as MessageMenuProvider, f as MenuItems, j as getObservingId } from './bundle-zNUBt0Cg.js';
|
|
4
|
+
import { _ as __assign } from './bundle-Bpofr334.js';
|
|
5
5
|
import IconButton from '../ui/IconButton.js';
|
|
6
|
-
import Icon, {
|
|
7
|
-
import {
|
|
8
|
-
import { u as useLocalization } from './bundle-
|
|
6
|
+
import Icon, { IconColors, IconTypes } from '../ui/Icon.js';
|
|
7
|
+
import { A as isFailedMessage, Y as isUserMessage, b as copyToClipboard, P as isSentMessage, L as isPendingMessage } from './bundle-BZSLsKkw.js';
|
|
8
|
+
import { u as useLocalization } from './bundle-Cdqsdoa8.js';
|
|
9
9
|
import { Role } from '@sendbird/chat';
|
|
10
|
-
import { u as useSendbird } from './bundle-
|
|
10
|
+
import { u as useSendbird } from './bundle-4clodtJA.js';
|
|
11
11
|
|
|
12
12
|
var TriggerIcon = function (_a) {
|
|
13
13
|
var ref = _a.ref, _b = _a.onClick, onClick = _b === void 0 ? noop : _b, _c = _a.onBlur, onBlur = _c === void 0 ? noop : _c, _d = _a.renderIcon, renderIcon = _d === void 0 ? function (props) { return React__default.createElement(Icon, __assign({}, props)); } : _d;
|
|
@@ -231,4 +231,4 @@ var MessageMenu = function (_a) {
|
|
|
231
231
|
};
|
|
232
232
|
|
|
233
233
|
export { MessageMenu as M };
|
|
234
|
-
//# sourceMappingURL=bundle-
|
|
234
|
+
//# sourceMappingURL=bundle-HZPwhqsr.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-HZPwhqsr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -37,5 +37,5 @@ var CACHED_MESSAGE_TEMPLATES_TOKEN_KEY = 'sendbird_message_templates_token_key';
|
|
|
37
37
|
var CACHED_MESSAGE_TEMPLATES_KEY = 'sendbird_message_templates_key';
|
|
38
38
|
var MESSAGE_TEMPLATE_KEY = 'message_template';
|
|
39
39
|
|
|
40
|
-
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B,
|
|
41
|
-
//# sourceMappingURL=bundle-
|
|
40
|
+
export { BROWSER_SUPPORT_MIME_TYPE_LIST as B, CACHED_MESSAGE_TEMPLATES_KEY as C, DEFAULT_MULTIPLE_FILES_MESSAGE_LIMIT as D, MESSAGE_TEMPLATE_KEY as M, ONE_MiB as O, SCROLL_BOTTOM_DELAY_FOR_FETCH as S, VOICE_MESSAGE_FILE_NAME as V, CACHED_MESSAGE_TEMPLATES_TOKEN_KEY as a, DEFAULT_UPLOAD_SIZE_LIMIT as b, DELIVERY_RECEIPT as c, META_ARRAY_MESSAGE_TYPE_KEY as d, META_ARRAY_MESSAGE_TYPE_VALUE__VOICE as e, META_ARRAY_VOICE_DURATION_KEY as f, SCROLL_BOTTOM_DELAY_FOR_SEND as g, SCROLL_BUFFER as h, SLIDER_BUTTON_ICON_SIDE_LENGTH as i, VOICE_MESSAGE_FILE_NAME__XM4A as j, VOICE_MESSAGE_MIME_TYPE as k, VOICE_MESSAGE_MIME_TYPE__XM4A as l, VOICE_PLAYER_AUDIO_ID as m, VOICE_PLAYER_ROOT_ID as n, VOICE_RECORDER_AUDIO_BIT_RATE as o, VOICE_RECORDER_AUDIO_SAMPLE_RATE as p, VOICE_RECORDER_CLICK_BUFFER_TIME as q, VOICE_RECORDER_DEFAULT_MAX as r, VOICE_RECORDER_DEFAULT_MIN as s };
|
|
41
|
+
//# sourceMappingURL=bundle-JhKiWlXT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-JhKiWlXT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign, a as __awaiter,
|
|
1
|
+
import { _ as __assign, a as __awaiter, c as __generator, e as __spreadArray } from './bundle-Bpofr334.js';
|
|
2
2
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
3
|
-
import { u as useChannelSettings } from './bundle-
|
|
4
|
-
import { L as LocalizationContext, u as useLocalization } from './bundle-
|
|
5
|
-
import { U as UserListItemMenu } from './bundle-
|
|
3
|
+
import { u as useChannelSettings } from './bundle-5y4qYKhm.js';
|
|
4
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-Cdqsdoa8.js';
|
|
5
|
+
import { U as UserListItemMenu } from './bundle-CLrmFXHj.js';
|
|
6
6
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
7
7
|
import { UserListItem } from '../ui/UserListItem.js';
|
|
8
|
-
import {
|
|
9
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
10
|
-
import { L as Label,
|
|
8
|
+
import { a as Modal } from './bundle-C4anRHWY.js';
|
|
9
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-FnWZX8on.js';
|
|
10
|
+
import { L as Label, c as LabelTypography, a as LabelColors } from './bundle-Cdplrrlw.js';
|
|
11
11
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
12
|
-
import { n as noop } from './bundle-
|
|
12
|
+
import { n as noop } from './bundle-DX6fRIJl.js';
|
|
13
13
|
|
|
14
14
|
function OperatorsModal(_a) {
|
|
15
15
|
var _this = this;
|
|
@@ -357,4 +357,4 @@ var MutedMemberList = function (_a) {
|
|
|
357
357
|
};
|
|
358
358
|
|
|
359
359
|
export { BannedUserList as B, MutedMemberList as M, OperatorList as O };
|
|
360
|
-
//# sourceMappingURL=bundle-
|
|
360
|
+
//# sourceMappingURL=bundle-KmABwClk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-KmABwClk.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-LLA95Pqf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-Bpofr334.js';
|
|
2
2
|
import { useState, useRef, useCallback } from 'react';
|
|
3
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
3
|
+
import { u as useMediaQueryContext } from './bundle-C2ARCMSL.js';
|
|
4
4
|
|
|
5
5
|
var DEFAULT_DURATION = 300;
|
|
6
6
|
function preventDefault(e) {
|
|
@@ -74,4 +74,4 @@ function useLongPress(_a, _b) {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
export { useLongPress as u };
|
|
77
|
-
//# sourceMappingURL=bundle-
|
|
77
|
+
//# sourceMappingURL=bundle-WvDa8Nzx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-WvDa8Nzx.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
|
-
import { p as pubSubTopics, s as shouldPubSubPublishToChannel,
|
|
3
|
-
import { s as scrollIntoLast$1 } from './bundle-
|
|
2
|
+
import { p as pubSubTopics, s as shouldPubSubPublishToChannel, b as shouldPubSubPublishToThread } from './bundle-YDriVB8K.js';
|
|
3
|
+
import { s as scrollIntoLast$1 } from './bundle-ChLik1Zs.js';
|
|
4
4
|
import '../utils/message/getOutgoingMessageState.js';
|
|
5
|
-
import './bundle-
|
|
6
|
-
import {
|
|
5
|
+
import './bundle-Cdqsdoa8.js';
|
|
6
|
+
import { g as SCROLL_BOTTOM_DELAY_FOR_SEND } from './bundle-JhKiWlXT.js';
|
|
7
7
|
|
|
8
8
|
var getNicknamesMapFromMembers = function (members) {
|
|
9
9
|
if (members === void 0) { members = []; }
|
|
@@ -167,5 +167,5 @@ var useSendMultipleFilesMessage = function (_a, _b) {
|
|
|
167
167
|
return [sendMessage];
|
|
168
168
|
};
|
|
169
169
|
|
|
170
|
-
export {
|
|
171
|
-
//# sourceMappingURL=bundle-
|
|
170
|
+
export { getParentMessageFrom as a, compareIds as c, getNicknamesMapFromMembers as g, isAboutSame as i, scrollIntoLast as s, useSendMultipleFilesMessage as u };
|
|
171
|
+
//# sourceMappingURL=bundle-XzHJwv9S.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-XzHJwv9S.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -38,5 +38,5 @@ var PUBSUB_TOPICS;
|
|
|
38
38
|
})(PUBSUB_TOPICS || (PUBSUB_TOPICS = {}));
|
|
39
39
|
var pubSubTopics = PUBSUB_TOPICS;
|
|
40
40
|
|
|
41
|
-
export { PUBSUB_TOPICS as P,
|
|
42
|
-
//# sourceMappingURL=bundle-
|
|
41
|
+
export { PUBSUB_TOPICS as P, PublishingModuleType as a, shouldPubSubPublishToThread as b, pubSubTopics as p, shouldPubSubPublishToChannel as s };
|
|
42
|
+
//# sourceMappingURL=bundle-YDriVB8K.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-YDriVB8K.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign,
|
|
1
|
+
import { _ as __assign, e as __spreadArray, a as __awaiter, c as __generator } from './bundle-Bpofr334.js';
|
|
2
2
|
import React__default, { useEffect, useCallback, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler, GroupChannelListOrder } from '@sendbird/chat/groupChannel';
|
|
4
|
-
import { p as pubSubTopics } from './bundle-
|
|
5
|
-
import { u as uuidv4 } from './bundle-
|
|
6
|
-
import { n as noop } from './bundle-
|
|
7
|
-
import {
|
|
8
|
-
import { U as UserProfileProvider } from './bundle-
|
|
9
|
-
import { K, S } from './bundle-
|
|
10
|
-
import {
|
|
11
|
-
import { u as useReconnectOnIdle } from './bundle-
|
|
12
|
-
import { u as useSendbird } from './bundle-
|
|
4
|
+
import { p as pubSubTopics } from './bundle-YDriVB8K.js';
|
|
5
|
+
import { u as uuidv4 } from './bundle-LLA95Pqf.js';
|
|
6
|
+
import { n as noop } from './bundle-DX6fRIJl.js';
|
|
7
|
+
import { c as DELIVERY_RECEIPT$1 } from './bundle-JhKiWlXT.js';
|
|
8
|
+
import { U as UserProfileProvider } from './bundle-B5LKcMN_.js';
|
|
9
|
+
import { K, S } from './bundle-lqEjT2ED.js';
|
|
10
|
+
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel, x as isChannelJustCreated } from './bundle-BZSLsKkw.js';
|
|
11
|
+
import { u as useReconnectOnIdle } from './bundle-Bm5O6aP3.js';
|
|
12
|
+
import { u as useSendbird } from './bundle-4clodtJA.js';
|
|
13
13
|
|
|
14
14
|
var RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
15
15
|
var CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -934,4 +934,4 @@ function useChannelListContext() {
|
|
|
934
934
|
}
|
|
935
935
|
|
|
936
936
|
export { ChannelListProvider as C, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, useChannelListContext as u };
|
|
937
|
-
//# sourceMappingURL=bundle-
|
|
937
|
+
//# sourceMappingURL=bundle-bbQJtRLQ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-bbQJtRLQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __assign, d as __rest } from './bundle-
|
|
1
|
+
import { _ as __assign, d as __rest } from './bundle-Bpofr334.js';
|
|
2
2
|
import React__default, { useContext, useCallback, useMemo, useRef, useEffect } from 'react';
|
|
3
3
|
import { GroupChannelFilter } from '@sendbird/chat/groupChannel';
|
|
4
4
|
import { useGroupChannelList as useGroupChannelList$1, useGroupChannelHandler } from '@sendbird/uikit-tools';
|
|
5
|
-
import { U as UserProfileProvider } from './bundle-
|
|
6
|
-
import {
|
|
7
|
-
import { s as shimExports,
|
|
8
|
-
import { d as deleteNullish, n as noop } from './bundle-
|
|
9
|
-
import { u as useSendbird } from './bundle-
|
|
10
|
-
import { u as useDeepCompareEffect } from './bundle-
|
|
5
|
+
import { U as UserProfileProvider } from './bundle-B5LKcMN_.js';
|
|
6
|
+
import { a as useOnlineStatus, u as useMarkAsDeliveredScheduler } from './bundle-D3zdGXmK.js';
|
|
7
|
+
import { s as shimExports, d as useStore, b as createStore } from './bundle-B56O1y8C.js';
|
|
8
|
+
import { d as deleteNullish, n as noop } from './bundle-DX6fRIJl.js';
|
|
9
|
+
import { u as useSendbird } from './bundle-4clodtJA.js';
|
|
10
|
+
import { u as useDeepCompareEffect } from './bundle-BsY2Dawk.js';
|
|
11
11
|
|
|
12
12
|
var useGroupChannelList = function () {
|
|
13
13
|
var store = useContext(GroupChannelListContext);
|
|
@@ -205,5 +205,5 @@ function getCollectionCreator(sdk, channelListQueryParams) {
|
|
|
205
205
|
};
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
export { GroupChannelListContext as G,
|
|
209
|
-
//# sourceMappingURL=bundle-
|
|
208
|
+
export { GroupChannelListContext as G, GroupChannelListManager as a, GroupChannelListProvider as b, useGroupChannelListContext as c, useGroupChannelListStore as d, useGroupChannelList as u };
|
|
209
|
+
//# sourceMappingURL=bundle-dSIU9ibx.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-dSIU9ibx.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-Bpofr334.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
|
-
import { u as useLongPress } from './bundle-
|
|
4
|
-
import { u as useLocalization } from './bundle-
|
|
5
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
6
|
-
import { n as noop } from './bundle-
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
3
|
+
import { u as useLongPress } from './bundle-WvDa8Nzx.js';
|
|
4
|
+
import { u as useLocalization } from './bundle-Cdqsdoa8.js';
|
|
5
|
+
import { u as useMediaQueryContext } from './bundle-C2ARCMSL.js';
|
|
6
|
+
import { n as noop } from './bundle-DX6fRIJl.js';
|
|
7
|
+
import { a0 as isVoiceMessage } from './bundle-BZSLsKkw.js';
|
|
8
|
+
import { d as getLastMessageText, e as getTotalMembers, M as MessageStatus, c as getLastMessageCreatedAt, b as getChannelUnreadMessageCount } from './bundle-Bs8Cwq5j.js';
|
|
9
9
|
import { TypingIndicatorText } from '../GroupChannel/components/TypingIndicator.js';
|
|
10
10
|
import Badge from '../ui/Badge.js';
|
|
11
11
|
import ChannelAvatar from '../ui/ChannelAvatar.js';
|
|
12
|
-
import Icon, {
|
|
13
|
-
import { L as Label, a as
|
|
12
|
+
import Icon, { IconColors, IconTypes } from '../ui/Icon.js';
|
|
13
|
+
import { L as Label, a as LabelColors, c as LabelTypography } from './bundle-Cdplrrlw.js';
|
|
14
14
|
import MentionUserLabel from '../ui/MentionUserLabel.js';
|
|
15
|
-
import {
|
|
15
|
+
import { a as Modal } from './bundle-C4anRHWY.js';
|
|
16
16
|
import TextButton from '../ui/TextButton.js';
|
|
17
|
-
import { g as getChannelPreviewMessage } from './bundle-
|
|
18
|
-
import { u as useSendbird } from './bundle-
|
|
17
|
+
import { g as getChannelPreviewMessage } from './bundle-EKFQIahk.js';
|
|
18
|
+
import { u as useSendbird } from './bundle-4clodtJA.js';
|
|
19
19
|
|
|
20
20
|
var GroupChannelListItemView = function (_a) {
|
|
21
21
|
var channel = _a.channel, tabIndex = _a.tabIndex, isTyping = _a.isTyping, isSelected = _a.isSelected, channelName = _a.channelName, _b = _a.isMessageStatusEnabled, isMessageStatusEnabled = _b === void 0 ? true : _b, _c = _a.onClick, onClick = _c === void 0 ? noop : _c, _d = _a.onLeaveChannel, onLeaveChannel = _d === void 0 ? function () { return Promise.resolve(); } : _d, renderChannelAction = _a.renderChannelAction;
|
|
@@ -90,4 +90,4 @@ var GroupChannelListItemView = function (_a) {
|
|
|
90
90
|
};
|
|
91
91
|
|
|
92
92
|
export { GroupChannelListItemView as G };
|
|
93
|
-
//# sourceMappingURL=bundle-
|
|
93
|
+
//# sourceMappingURL=bundle-glu5FhZF.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-glu5FhZF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
import { _ as __assign,
|
|
1
|
+
import { _ as __assign, e as __spreadArray, a as __awaiter, c as __generator } from './bundle-Bpofr334.js';
|
|
2
2
|
import React__default, { useState, useRef, useEffect, useContext, useCallback, useMemo } from 'react';
|
|
3
3
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
4
4
|
import { GroupChannel } from '../GroupChannel.js';
|
|
5
|
-
import { u as useGroupChannelList,
|
|
5
|
+
import { u as useGroupChannelList, b as GroupChannelListProvider } from './bundle-dSIU9ibx.js';
|
|
6
6
|
import { GroupChannelListHeader } from '../GroupChannelList/components/GroupChannelListHeader.js';
|
|
7
7
|
import EditUserProfile from '../EditUserProfile.js';
|
|
8
8
|
import PlaceHolder, { PlaceHolderTypes } from '../ui/PlaceHolder.js';
|
|
9
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
10
|
-
import { u as useSendbird } from './bundle-
|
|
9
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-FnWZX8on.js';
|
|
10
|
+
import { u as useSendbird } from './bundle-4clodtJA.js';
|
|
11
11
|
import { GroupChannelPreviewAction } from '../GroupChannelList/components/GroupChannelPreviewAction.js';
|
|
12
12
|
import { GroupChannelListItem } from '../GroupChannelList/components/GroupChannelListItem.js';
|
|
13
13
|
import IconButton from '../ui/IconButton.js';
|
|
14
|
-
import Icon, {
|
|
15
|
-
import { L as LocalizationContext } from './bundle-
|
|
16
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
17
|
-
import {
|
|
18
|
-
import { L as Label,
|
|
14
|
+
import Icon, { IconColors, IconTypes } from '../ui/Icon.js';
|
|
15
|
+
import { L as LocalizationContext } from './bundle-Cdqsdoa8.js';
|
|
16
|
+
import { u as useMediaQueryContext } from './bundle-C2ARCMSL.js';
|
|
17
|
+
import { a as Modal } from './bundle-C4anRHWY.js';
|
|
18
|
+
import { L as Label, c as LabelTypography, a as LabelColors } from './bundle-Cdplrrlw.js';
|
|
19
19
|
import { ButtonTypes } from '../ui/Button.js';
|
|
20
20
|
import { UserListItem } from '../ui/UserListItem.js';
|
|
21
|
-
import { d as deleteNullish, n as noop } from './bundle-
|
|
22
|
-
import {
|
|
21
|
+
import { d as deleteNullish, n as noop } from './bundle-DX6fRIJl.js';
|
|
22
|
+
import { b as createStore, d as useStore, s as shimExports } from './bundle-B56O1y8C.js';
|
|
23
23
|
import { getCreateGroupChannel, getSdk } from '../sendbirdSelectors.js';
|
|
24
24
|
import '@sendbird/uikit-tools';
|
|
25
|
-
import { u as useVoicePlayerContext,
|
|
25
|
+
import { u as useVoicePlayerContext, A as ALL } from './bundle-DWURNKdQ.js';
|
|
26
26
|
import '../VoiceRecorder/context.js';
|
|
27
27
|
import '../hooks/useModal.js';
|
|
28
|
-
import './bundle-
|
|
28
|
+
import './bundle-DY7Cxkk0.js';
|
|
29
29
|
import 'css-vars-ponyfill';
|
|
30
30
|
import '@sendbird/chat';
|
|
31
|
-
import { A as APP_LAYOUT_ROOT } from './bundle-
|
|
31
|
+
import { A as APP_LAYOUT_ROOT } from './bundle-zNUBt0Cg.js';
|
|
32
32
|
import '@sendbird/chat/openChannel';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import './bundle-
|
|
35
|
-
import './bundle-
|
|
36
|
-
import './bundle-
|
|
37
|
-
import './bundle-
|
|
34
|
+
import './bundle-BZSLsKkw.js';
|
|
35
|
+
import './bundle-BLMU9f-F.js';
|
|
36
|
+
import './bundle-D0WVu0lN.js';
|
|
37
|
+
import './bundle-BJShQs4P.js';
|
|
38
38
|
import '../ui/Header.js';
|
|
39
|
-
import './bundle-
|
|
40
|
-
import './bundle-
|
|
41
|
-
import '
|
|
42
|
-
import './bundle-
|
|
39
|
+
import './bundle-CFc2hy8g.js';
|
|
40
|
+
import './bundle-C1npFBfj.js';
|
|
41
|
+
import './bundle-BCjR1Qiq.js';
|
|
42
|
+
import './bundle-Bs8Cwq5j.js';
|
|
43
43
|
import '../ui/ReactionButton.js';
|
|
44
44
|
import '../ui/ReactionBadge.js';
|
|
45
|
-
import './bundle-
|
|
45
|
+
import './bundle-B5LKcMN_.js';
|
|
46
46
|
import '../Message/context.js';
|
|
47
|
-
import './bundle-
|
|
47
|
+
import './bundle-lqEjT2ED.js';
|
|
48
48
|
import '@sendbird/chat/message';
|
|
49
49
|
import '../ui/ThreadReplies.js';
|
|
50
|
-
import './bundle-
|
|
50
|
+
import './bundle-Dw9WYTqh.js';
|
|
51
51
|
import '../ui/TemplateMessageItemBody.js';
|
|
52
52
|
import '../ui/FeedbackIconButton.js';
|
|
53
53
|
import '../ui/Input.js';
|
|
54
54
|
import '../ui/MessageContent.js';
|
|
55
|
-
import './bundle-
|
|
55
|
+
import './bundle-YDriVB8K.js';
|
|
56
56
|
import '../GroupChannel/components/MessageList.js';
|
|
57
|
-
import './bundle-
|
|
57
|
+
import './bundle-CwMNZmx9.js';
|
|
58
58
|
import '../EditUserProfile/context.js';
|
|
59
59
|
import '../Channel/context.js';
|
|
60
|
-
import { u as useChannelListContext,
|
|
61
|
-
import './bundle-
|
|
60
|
+
import { u as useChannelListContext, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL, C as ChannelListProvider } from './bundle-bbQJtRLQ.js';
|
|
61
|
+
import './bundle-5y4qYKhm.js';
|
|
62
62
|
import '../ChannelSettings/hooks/useMenuList.js';
|
|
63
|
-
import './bundle-
|
|
64
|
-
import './bundle-
|
|
65
|
-
import './bundle-
|
|
63
|
+
import './bundle-CLrmFXHj.js';
|
|
64
|
+
import './bundle-D4O-NxY1.js';
|
|
65
|
+
import './bundle-Gpc6ZS8v.js';
|
|
66
66
|
import '../Thread/context/types.js';
|
|
67
67
|
import '../utils/message/getOutgoingMessageState.js';
|
|
68
68
|
import 'date-fns';
|
|
@@ -72,13 +72,13 @@ import ChannelPreview from '../ChannelList/components/ChannelPreview.js';
|
|
|
72
72
|
import ChannelSettings from '../ChannelSettings.js';
|
|
73
73
|
import MessageSearchPannel from '../MessageSearch.js';
|
|
74
74
|
import Thread from '../Thread.js';
|
|
75
|
-
import { u as uuidv4 } from './bundle-
|
|
76
|
-
import './bundle-
|
|
75
|
+
import { u as uuidv4 } from './bundle-LLA95Pqf.js';
|
|
76
|
+
import './bundle-Dj_wODPB.js';
|
|
77
77
|
import '../OpenChannel/components/OpenChannelInput.js';
|
|
78
78
|
import '../OpenChannel/components/OpenChannelMessageList.js';
|
|
79
79
|
import '../OpenChannelSettings/context.js';
|
|
80
80
|
import '../ui/AccordionGroup.js';
|
|
81
|
-
import
|
|
81
|
+
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
82
82
|
|
|
83
83
|
var GroupChannelListUIView = function (_a) {
|
|
84
84
|
var renderHeader = _a.renderHeader, renderPlaceHolderError = _a.renderPlaceHolderError, renderPlaceHolderLoading = _a.renderPlaceHolderLoading, renderPlaceHolderEmptyList = _a.renderPlaceHolderEmptyList, onChangeTheme = _a.onChangeTheme, onUserProfileUpdated = _a.onUserProfileUpdated, allowProfileEdit = _a.allowProfileEdit, channels = _a.channels, onLoadMore = _a.onLoadMore, initialized = _a.initialized, renderChannel = _a.renderChannel, renderAddChannel = _a.renderAddChannel, scrollRef = _a.scrollRef;
|
|
@@ -756,5 +756,5 @@ var MobileLayout = function (props) {
|
|
|
756
756
|
} })))));
|
|
757
757
|
};
|
|
758
758
|
|
|
759
|
-
export {
|
|
760
|
-
//# sourceMappingURL=bundle-
|
|
759
|
+
export { AddChannel as A, ChannelList as C, GroupChannelList as G, InviteUsers as I, MobileLayout as M, SelectChannelType as S, AddGroupChannel as a, ChannelListUI as b, CreateChannel$1 as c, CreateChannel as d, CreateChannelContext as e, CreateChannelProvider as f, GroupChannelListUI as g, useCreateChannelContext as h, useCreateChannel as u };
|
|
760
|
+
//# sourceMappingURL=bundle-hLkIqB36.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-hLkIqB36.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-iPLJ9a5J.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var n=Symbol("@ts-pattern/matcher"),t="@ts-pattern/anonymous-select-key",e=function(n){return Boolean(n&&"object"==typeof n)},r=function(t){return t&&!!t[n]},u=function t(u,i,c){if(e(u)){if(r(u)){var o=u[n]().match(i),a=o.matched,f=o.selections;return a&&f&&Object.keys(f).forEach(function(n){return c(n,f[n])}),a}if(!e(i))return false;if(Array.isArray(u))return !!Array.isArray(i)&&u.length===i.length&&u.every(function(n,e){return t(n,i[e],c)});if(u instanceof Map)return i instanceof Map&&Array.from(u.keys()).every(function(n){return t(u.get(n),i.get(n),c)});if(u instanceof Set){if(!(i instanceof Set))return false;if(0===u.size)return 0===i.size;if(1===u.size){var s=Array.from(u.values())[0];return r(s)?Array.from(i.values()).every(function(n){return t(s,n,c)}):i.has(s)}return Array.from(u.values()).every(function(n){return i.has(n)})}return Object.keys(u).every(function(e){var o,a=u[e];return (e in i||r(o=a)&&"optional"===o[n]().matcherType)&&t(a,i[e],c)})}return Object.is(i,u)},i=function t(u){var i,o,a;return e(u)?r(u)?null!=(i=null==(o=(a=u[n]()).getSelectionKeys)?void 0:o.call(a))?i:[]:Array.isArray(u)?c(u,t):c(Object.values(u),t):[]},c=function(n,t){return n.reduce(function(n,e){return n.concat(t(e))},[])};function o(t){var e;return (e={})[n]=function(){return {match:function(n){var e={},r=function(n,t){e[n]=t;};return void 0===n?(i(t).forEach(function(n){return r(n,void 0)}),{matched:true,selections:e}):{matched:u(t,n,r),selections:e}},getSelectionKeys:function(){return i(t)},matcherType:"optional"}},e}function a(t){var e;return (e={})[n]=function(){return {match:function(n){if(!Array.isArray(n))return {matched:false};var e={};if(0===n.length)return i(t).forEach(function(n){e[n]=[];}),{matched:true,selections:e};var r=function(n,t){e[n]=(e[n]||[]).concat([t]);};return {matched:n.every(function(n){return u(t,n,r)}),selections:e}},getSelectionKeys:function(){return i(t)}}},e}function f(){var t,e=[].slice.call(arguments);return (t={})[n]=function(){return {match:function(n){var t={},r=function(n,e){t[n]=e;};return {matched:e.every(function(t){return u(t,n,r)}),selections:t}},getSelectionKeys:function(){return c(e,i)},matcherType:"and"}},t}function s(){var t,e=[].slice.call(arguments);return (t={})[n]=function(){return {match:function(n){var t={},r=function(n,e){t[n]=e;};return c(e,i).forEach(function(n){return r(n,void 0)}),{matched:e.some(function(t){return u(t,n,r)}),selections:t}},getSelectionKeys:function(){return c(e,i)},matcherType:"or"}},t}function l(t){var e;return (e={})[n]=function(){return {match:function(n){return {matched:!u(t,n,function(){})}},getSelectionKeys:function(){return []},matcherType:"not"}},e}function h(t){var e;return (e={})[n]=function(){return {match:function(n){return {matched:Boolean(t(n))}}}},e}function v(){var e,r=[].slice.call(arguments),c="string"==typeof r[0]?r[0]:void 0,o=2===r.length?r[1]:"string"==typeof r[0]?void 0:r[0];return (e={})[n]=function(){return {match:function(n){var e,r=((e={})[null!=c?c:t]=n,e);return {matched:void 0===o||u(o,n,function(n,t){r[n]=t;}),selections:r}},getSelectionKeys:function(){return [null!=c?c:t].concat(void 0===o?[]:i(o))}}},e}var y=h(function(n){return true}),m=y,d=h(function(n){return "string"==typeof n}),g=h(function(n){return "number"==typeof n}),p=h(function(n){return "boolean"==typeof n}),b=h(function(n){return "bigint"==typeof n}),w=h(function(n){return "symbol"==typeof n}),A=h(function(n){return null==n}),S={__proto__:null,optional:o,array:a,intersection:f,union:s,not:l,when:h,select:v,any:y,_:m,string:d,number:g,boolean:p,bigint:b,symbol:w,nullish:A,instanceOf:function(n){return h(function(n){return function(t){return t instanceof n}}(n))},typed:function(){return {array:a,optional:o,intersection:f,union:s,not:l,select:v,when:h}}};function K(n){return new O(n,[])}var O=/*#__PURE__*/function(){function n(n,t){this.value=void 0,this.cases=void 0,this.value=n,this.cases=t;}var e=n.prototype;return e.with=function(){var e=[].slice.call(arguments),r=e[e.length-1],i=[e[0]],c=[];return 3===e.length&&"function"==typeof e[1]?(i.push(e[0]),c.push(e[1])):e.length>2&&i.push.apply(i,e.slice(1,e.length-1)),new n(this.value,this.cases.concat([{match:function(n){var e={},r=Boolean(i.some(function(t){return u(t,n,function(n,t){e[n]=t;})})&&c.every(function(t){return t(n)}));return {matched:r,value:r&&Object.keys(e).length?t in e?e[t]:e:n}},handler:r}]))},e.when=function(t,e){return new n(this.value,this.cases.concat([{match:function(n){return {matched:Boolean(t(n)),value:n}},handler:e}]))},e.otherwise=function(t){return new n(this.value,this.cases.concat([{match:function(n){return {matched:true,value:n}},handler:t}])).run()},e.exhaustive=function(){return this.run()},e.run=function(){for(var n=this.value,t=void 0,e=0;e<this.cases.length;e++){var r=this.cases[e],u=r.match(this.value);if(u.matched){n=u.value,t=r.handler;break}}if(!t){var i;try{i=JSON.stringify(this.value);}catch(n){i=this.value;}throw new Error("Pattern matching error: no pattern matches value "+i)}return t(n,this.value)},n}();
|
|
2
|
+
|
|
3
|
+
export { K, S };
|
|
4
|
+
//# sourceMappingURL=bundle-lqEjT2ED.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-lqEjT2ED.js","sources":["../../node_modules/ts-pattern/dist/index.js"],"sourcesContent":["var n=Symbol(\"@ts-pattern/matcher\"),t=\"@ts-pattern/anonymous-select-key\",e=function(n){return Boolean(n&&\"object\"==typeof n)},r=function(t){return t&&!!t[n]},u=function t(u,i,c){if(e(u)){if(r(u)){var o=u[n]().match(i),a=o.matched,f=o.selections;return a&&f&&Object.keys(f).forEach(function(n){return c(n,f[n])}),a}if(!e(i))return!1;if(Array.isArray(u))return!!Array.isArray(i)&&u.length===i.length&&u.every(function(n,e){return t(n,i[e],c)});if(u instanceof Map)return i instanceof Map&&Array.from(u.keys()).every(function(n){return t(u.get(n),i.get(n),c)});if(u instanceof Set){if(!(i instanceof Set))return!1;if(0===u.size)return 0===i.size;if(1===u.size){var s=Array.from(u.values())[0];return r(s)?Array.from(i.values()).every(function(n){return t(s,n,c)}):i.has(s)}return Array.from(u.values()).every(function(n){return i.has(n)})}return Object.keys(u).every(function(e){var o,a=u[e];return(e in i||r(o=a)&&\"optional\"===o[n]().matcherType)&&t(a,i[e],c)})}return Object.is(i,u)},i=function t(u){var i,o,a;return e(u)?r(u)?null!=(i=null==(o=(a=u[n]()).getSelectionKeys)?void 0:o.call(a))?i:[]:Array.isArray(u)?c(u,t):c(Object.values(u),t):[]},c=function(n,t){return n.reduce(function(n,e){return n.concat(t(e))},[])};function o(t){var e;return(e={})[n]=function(){return{match:function(n){var e={},r=function(n,t){e[n]=t};return void 0===n?(i(t).forEach(function(n){return r(n,void 0)}),{matched:!0,selections:e}):{matched:u(t,n,r),selections:e}},getSelectionKeys:function(){return i(t)},matcherType:\"optional\"}},e}function a(t){var e;return(e={})[n]=function(){return{match:function(n){if(!Array.isArray(n))return{matched:!1};var e={};if(0===n.length)return i(t).forEach(function(n){e[n]=[]}),{matched:!0,selections:e};var r=function(n,t){e[n]=(e[n]||[]).concat([t])};return{matched:n.every(function(n){return u(t,n,r)}),selections:e}},getSelectionKeys:function(){return i(t)}}},e}function f(){var t,e=[].slice.call(arguments);return(t={})[n]=function(){return{match:function(n){var t={},r=function(n,e){t[n]=e};return{matched:e.every(function(t){return u(t,n,r)}),selections:t}},getSelectionKeys:function(){return c(e,i)},matcherType:\"and\"}},t}function s(){var t,e=[].slice.call(arguments);return(t={})[n]=function(){return{match:function(n){var t={},r=function(n,e){t[n]=e};return c(e,i).forEach(function(n){return r(n,void 0)}),{matched:e.some(function(t){return u(t,n,r)}),selections:t}},getSelectionKeys:function(){return c(e,i)},matcherType:\"or\"}},t}function l(t){var e;return(e={})[n]=function(){return{match:function(n){return{matched:!u(t,n,function(){})}},getSelectionKeys:function(){return[]},matcherType:\"not\"}},e}function h(t){var e;return(e={})[n]=function(){return{match:function(n){return{matched:Boolean(t(n))}}}},e}function v(){var e,r=[].slice.call(arguments),c=\"string\"==typeof r[0]?r[0]:void 0,o=2===r.length?r[1]:\"string\"==typeof r[0]?void 0:r[0];return(e={})[n]=function(){return{match:function(n){var e,r=((e={})[null!=c?c:t]=n,e);return{matched:void 0===o||u(o,n,function(n,t){r[n]=t}),selections:r}},getSelectionKeys:function(){return[null!=c?c:t].concat(void 0===o?[]:i(o))}}},e}var y=h(function(n){return!0}),m=y,d=h(function(n){return\"string\"==typeof n}),g=h(function(n){return\"number\"==typeof n}),p=h(function(n){return\"boolean\"==typeof n}),b=h(function(n){return\"bigint\"==typeof n}),w=h(function(n){return\"symbol\"==typeof n}),A=h(function(n){return null==n}),S={__proto__:null,optional:o,array:a,intersection:f,union:s,not:l,when:h,select:v,any:y,_:m,string:d,number:g,boolean:p,bigint:b,symbol:w,nullish:A,instanceOf:function(n){return h(function(n){return function(t){return t instanceof n}}(n))},typed:function(){return{array:a,optional:o,intersection:f,union:s,not:l,select:v,when:h}}};function K(n){return new O(n,[])}var O=/*#__PURE__*/function(){function n(n,t){this.value=void 0,this.cases=void 0,this.value=n,this.cases=t}var e=n.prototype;return e.with=function(){var e=[].slice.call(arguments),r=e[e.length-1],i=[e[0]],c=[];return 3===e.length&&\"function\"==typeof e[1]?(i.push(e[0]),c.push(e[1])):e.length>2&&i.push.apply(i,e.slice(1,e.length-1)),new n(this.value,this.cases.concat([{match:function(n){var e={},r=Boolean(i.some(function(t){return u(t,n,function(n,t){e[n]=t})})&&c.every(function(t){return t(n)}));return{matched:r,value:r&&Object.keys(e).length?t in e?e[t]:e:n}},handler:r}]))},e.when=function(t,e){return new n(this.value,this.cases.concat([{match:function(n){return{matched:Boolean(t(n)),value:n}},handler:e}]))},e.otherwise=function(t){return new n(this.value,this.cases.concat([{match:function(n){return{matched:!0,value:n}},handler:t}])).run()},e.exhaustive=function(){return this.run()},e.run=function(){for(var n=this.value,t=void 0,e=0;e<this.cases.length;e++){var r=this.cases[e],u=r.match(this.value);if(u.matched){n=u.value,t=r.handler;break}}if(!t){var i;try{i=JSON.stringify(this.value)}catch(n){i=this.value}throw new Error(\"Pattern matching error: no pattern matches value \"+i)}return t(n,this.value)},n}();function j(){var n=[].slice.call(arguments);if(1===n.length){var t=n[0];return function(n){return u(t,n,function(){})}}if(2===n.length)return u(n[0],n[1],function(){});throw new Error(\"isMatching wasn't given the right number of arguments: expected 1 or 2, received \"+n.length+\".\")}export{S as P,S as Pattern,j as isMatching,K as match};\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -146,6 +146,9 @@ var stringSet = {
|
|
|
146
146
|
MESSAGE_INPUT__PLACE_HOLDER__MUTED: 'Chat is unavailable because you\'re muted',
|
|
147
147
|
MESSAGE_INPUT__PLACE_HOLDER__MUTED_SHORT: 'You\'re muted',
|
|
148
148
|
MESSAGE_INPUT__QUOTE_REPLY__PLACE_HOLDER: 'Reply to message',
|
|
149
|
+
MESSAGE_INPUT__PLACE_HOLDER__FILE_ATTACHED: 'Text disabled while file attached',
|
|
150
|
+
MESSAGE_INPUT__PENDING_FILE__TYPE_UNKNOWN: 'FILE',
|
|
151
|
+
MESSAGE_INPUT__PENDING_FILE__REMOVE: 'Remove file',
|
|
149
152
|
// Common UI
|
|
150
153
|
BUTTON__SUBMIT: 'Submit',
|
|
151
154
|
BUTTON__CANCEL: 'Cancel',
|
|
@@ -200,7 +203,7 @@ var stringSet = {
|
|
|
200
203
|
THREAD__INPUT__REPLY_IN_THREAD: 'Reply in thread',
|
|
201
204
|
// Feature - Mention
|
|
202
205
|
MENTION_NAME__NO_NAME: '(No name)',
|
|
203
|
-
MENTION_COUNT__OVER_LIMIT: 'You can
|
|
206
|
+
MENTION_COUNT__OVER_LIMIT: 'You can have up to %d mentions per message.',
|
|
204
207
|
UI__FILE_VIEWER__UNSUPPORT: 'Unsupported message',
|
|
205
208
|
// Feature - Voice Message
|
|
206
209
|
VOICE_RECORDING_PERMISSION_DENIED: "You cannot record the voice since\n voice recording is not permitted in your device system setting",
|
|
@@ -225,6 +228,7 @@ var stringSet = {
|
|
|
225
228
|
// File upload
|
|
226
229
|
FILE_UPLOAD_NOTIFICATION__COUNT_LIMIT: 'Up to %d files can be attached.',
|
|
227
230
|
FILE_UPLOAD_NOTIFICATION__SIZE_LIMIT: 'The maximum size per file is %d MB.',
|
|
231
|
+
FILE_UPLOAD_NOTIFICATION__UNSUPPORTED_FILE_TYPE: 'The attachment failed because the file is in an unsupported format.',
|
|
228
232
|
// Feedback button text
|
|
229
233
|
FEEDBACK_LIKE: 'Like',
|
|
230
234
|
FEEDBACK_DISLIKE: 'Dislike',
|
|
@@ -251,4 +255,4 @@ var getStringSet = function (lang) {
|
|
|
251
255
|
};
|
|
252
256
|
|
|
253
257
|
export { getStringSet as g };
|
|
254
|
-
//# sourceMappingURL=bundle-
|
|
258
|
+
//# sourceMappingURL=bundle-oM0Fxt9G.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-oM0Fxt9G.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as __extends, _ as __assign, e as __spreadArray } from './bundle-Bpofr334.js';
|
|
2
2
|
import React__default, { useState, useRef, useCallback, useEffect, Children, createContext, useContext } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { c as classnames } from './bundle-
|
|
4
|
+
import { c as classnames } from './bundle-DX6fRIJl.js';
|
|
5
5
|
import { Role } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannel } from '@sendbird/chat/openChannel';
|
|
7
7
|
import SortByRow from '../ui/SortByRow.js';
|
|
8
|
-
import { L as Label, a as
|
|
8
|
+
import { L as Label, a as LabelColors, c as LabelTypography } from './bundle-Cdplrrlw.js';
|
|
9
9
|
import '../ui/IconButton.js';
|
|
10
|
-
import './bundle-
|
|
11
|
-
import './bundle-
|
|
12
|
-
import './bundle-
|
|
10
|
+
import './bundle-BZSLsKkw.js';
|
|
11
|
+
import './bundle-Cdqsdoa8.js';
|
|
12
|
+
import './bundle-B56O1y8C.js';
|
|
13
13
|
import '@sendbird/chat/groupChannel';
|
|
14
14
|
|
|
15
15
|
var APP_LAYOUT_ROOT = 'sendbird-app__layout';
|
|
@@ -233,9 +233,7 @@ var EmojiListItems$1 = function (_a) {
|
|
|
233
233
|
var portalRect = ((_a = portalElement === null || portalElement === void 0 ? void 0 : portalElement.getBoundingClientRect) === null || _a === void 0 ? void 0 : _a.call(portalElement)) || {
|
|
234
234
|
top: 0,
|
|
235
235
|
left: 0,
|
|
236
|
-
width: window.innerWidth
|
|
237
|
-
height: window.innerHeight,
|
|
238
|
-
};
|
|
236
|
+
width: window.innerWidth};
|
|
239
237
|
var parentRect = (_c = (_b = parentRef === null || parentRef === void 0 ? void 0 : parentRef.current) === null || _b === void 0 ? void 0 : _b.getBoundingClientRect()) !== null && _c !== void 0 ? _c : defaultParentRect;
|
|
240
238
|
var x = ((parentRect === null || parentRect === void 0 ? void 0 : parentRect.x) || (parentRect === null || parentRect === void 0 ? void 0 : parentRect.left) || 0) - portalRect.left;
|
|
241
239
|
var y = ((parentRect === null || parentRect === void 0 ? void 0 : parentRect.y) || (parentRect === null || parentRect === void 0 ? void 0 : parentRect.top) || 0) - portalRect.top;
|
|
@@ -339,5 +337,5 @@ function ContextMenu(_a) {
|
|
|
339
337
|
(showMenu || isOpen) && menuItems(function () { return setShowMenu(false); })));
|
|
340
338
|
}
|
|
341
339
|
|
|
342
|
-
export { APP_LAYOUT_ROOT as A, BottomSheetMenuItem as B, ContextMenu as C, EMOJI_MENU_ROOT_ID as E,
|
|
343
|
-
//# sourceMappingURL=bundle-
|
|
340
|
+
export { APP_LAYOUT_ROOT as A, BottomSheetMenuItem as B, ContextMenu as C, EMOJI_MENU_ROOT_ID as E, MENU_OBSERVING_CLASS_NAME as M, OperatorMenuItem as O, EmojiListItems as a, EmojiReactionListRoot as b, MENU_ROOT_ID as c, MenuItem$1 as d, MenuItem as e, MenuItems as f, MenuRoot as g, MessageMenuProvider as h, MuteMenuItem as i, getObservingId as j, useMessageMenuContext as u };
|
|
341
|
+
//# sourceMappingURL=bundle-zNUBt0Cg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-zNUBt0Cg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|