@sendbird/uikit-react 3.17.8 → 3.17.10
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 +89 -89
- package/CHANGELOG.md +18 -0
- package/Channel/components/ChannelHeader.js +33 -33
- package/Channel/components/ChannelUI.js +68 -68
- package/Channel/components/FileViewer.js +31 -31
- package/Channel/components/FrozenNotification.js +6 -6
- package/Channel/components/Message.js +57 -57
- package/Channel/components/MessageInput.js +44 -44
- package/Channel/components/MessageInputWrapper.js +44 -44
- package/Channel/components/MessageList.js +61 -61
- 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 +24 -24
- package/Channel/hooks/useHandleUploadFiles.js +18 -18
- package/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/Channel/utils/compareMessagesForGrouping.js +8 -8
- package/Channel/utils/getMessagePartsInfo.js +9 -9
- package/Channel.js +68 -68
- package/ChannelList/components/AddChannel.js +89 -89
- package/ChannelList/components/ChannelListHeader.js +13 -13
- package/ChannelList/components/ChannelListUI.js +89 -89
- package/ChannelList/components/ChannelPreview.js +32 -32
- package/ChannelList/components/ChannelPreviewAction.js +17 -17
- package/ChannelList/context.js +14 -14
- package/ChannelList.js +89 -89
- package/ChannelSettings/components/ChannelProfile.js +23 -23
- package/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +15 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/ChannelSettings/components/ChannelSettingsUI.js +31 -31
- package/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/ChannelSettings/components/LeaveChannel.js +20 -20
- package/ChannelSettings/components/ModerationPanel.js +29 -29
- package/ChannelSettings/components/UserListItem.js +19 -19
- package/ChannelSettings/components/UserPanel.js +28 -28
- package/ChannelSettings/context.js +9 -9
- package/ChannelSettings/hooks/useMenuList.js +29 -29
- package/ChannelSettings.js +31 -31
- package/CreateChannel/components/CreateChannelUI.js +89 -89
- package/CreateChannel/components/InviteUsers.js +89 -89
- package/CreateChannel/components/SelectChannelType.js +89 -89
- package/CreateChannel/context.js +89 -89
- package/CreateChannel.js +89 -89
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +15 -15
- 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 +63 -63
- package/GroupChannel/components/Message.js +54 -54
- package/GroupChannel/components/MessageInputWrapper.js +41 -41
- package/GroupChannel/components/MessageList.js +56 -56
- 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 +8 -8
- package/GroupChannel/context.js +15 -15
- package/GroupChannel.js +63 -63
- package/GroupChannelList/components/AddGroupChannel.js +89 -89
- package/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/GroupChannelList/components/GroupChannelListUI.js +89 -89
- package/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
- package/GroupChannelList/context.js +10 -10
- package/GroupChannelList.js +89 -89
- package/MessageSearch/components/MessageSearchUI.js +20 -20
- package/MessageSearch/context.js +6 -6
- package/MessageSearch.js +22 -22
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +20 -20
- package/OpenChannel/components/OpenChannelInput.js +29 -29
- package/OpenChannel/components/OpenChannelMessage.js +39 -39
- package/OpenChannel/components/OpenChannelMessageList.js +43 -43
- package/OpenChannel/components/OpenChannelUI.js +43 -43
- package/OpenChannel/context.js +19 -19
- package/OpenChannel.js +43 -43
- package/OpenChannelList/components/OpenChannelListUI.js +18 -18
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +8 -7
- package/OpenChannelList/context.js.map +1 -1
- package/OpenChannelList.js +17 -17
- package/OpenChannelSettings/components/EditDetailsModal.js +18 -18
- package/OpenChannelSettings/components/OpenChannelProfile.js +18 -18
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +36 -30
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +32 -27
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/OpenChannelSettings/context.js +6 -6
- package/OpenChannelSettings.js +27 -27
- package/SendbirdProvider.js +41 -39
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +49 -49
- package/Thread/components/ParentMessageInfoItem.js +35 -35
- package/Thread/components/ThreadHeader.js +8 -8
- package/Thread/components/ThreadList.js +56 -56
- package/Thread/components/ThreadListItem.js +59 -56
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +46 -46
- package/Thread/components/ThreadUI.js +62 -62
- package/Thread/context.js +15 -15
- package/Thread.js +62 -62
- package/VoicePlayer/context.js +6 -6
- package/VoicePlayer/useVoicePlayer.js +14 -14
- package/VoiceRecorder/context.js +13 -13
- package/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/chunks/{bundle-CGVdQav_.js → bundle-44QynWoG.js} +2 -2
- package/chunks/{bundle-CGVdQav_.js.map → bundle-44QynWoG.js.map} +1 -1
- package/chunks/{bundle-C-3XjeEQ.js → bundle-7K78yrCU.js} +11 -11
- package/chunks/{bundle-C-3XjeEQ.js.map → bundle-7K78yrCU.js.map} +1 -1
- package/chunks/{bundle-DDuEV8ss.js → bundle-B3Vz_eYg.js} +1 -1
- package/chunks/bundle-B3Vz_eYg.js.map +1 -0
- package/chunks/{bundle-rfynU_-Q.js → bundle-BE-vC7Lt.js} +11 -10
- package/chunks/bundle-BE-vC7Lt.js.map +1 -0
- package/chunks/{bundle-Bk6K4SiJ.js → bundle-BNJo28hx.js} +3 -3
- package/chunks/bundle-BNJo28hx.js.map +1 -0
- package/chunks/{bundle-CHQbC-Dq.js → bundle-BNvlnMM2.js} +7 -7
- package/chunks/bundle-BNvlnMM2.js.map +1 -0
- package/chunks/{bundle-CNOE57-o.js → bundle-BPvTEy0t.js} +12 -12
- package/chunks/{bundle-CNOE57-o.js.map → bundle-BPvTEy0t.js.map} +1 -1
- package/chunks/{bundle-BUocnB3D.js → bundle-BQqf09uI.js} +8 -8
- package/chunks/{bundle-BUocnB3D.js.map → bundle-BQqf09uI.js.map} +1 -1
- package/chunks/{bundle-BtHF6odC.js → bundle-BREsEgZM.js} +3 -3
- package/chunks/bundle-BREsEgZM.js.map +1 -0
- package/chunks/{bundle-BdaLfhAv.js → bundle-BS8MSmBM.js} +14 -14
- package/chunks/{bundle-BdaLfhAv.js.map → bundle-BS8MSmBM.js.map} +1 -1
- package/chunks/{bundle-CLQhlbOw.js → bundle-BVBQRww-.js} +10 -10
- package/chunks/{bundle-CLQhlbOw.js.map → bundle-BVBQRww-.js.map} +1 -1
- package/chunks/{bundle-CGdHR-Ps.js → bundle-BZoeTBeq.js} +1 -1
- package/chunks/{bundle-CGdHR-Ps.js.map → bundle-BZoeTBeq.js.map} +1 -1
- package/chunks/{bundle-Dr70s9Hs.js → bundle-BgOjuIrI.js} +1 -1
- package/chunks/bundle-BgOjuIrI.js.map +1 -0
- package/chunks/{bundle-BDRTwJmn.js → bundle-Bi2zy7Rq.js} +1 -1
- package/chunks/{bundle-BDRTwJmn.js.map → bundle-Bi2zy7Rq.js.map} +1 -1
- package/chunks/{bundle-D5GnWE9c.js → bundle-Bma0fCyK.js} +42 -22
- package/{cjs/chunks/bundle-CaXjvJdI.js.map → chunks/bundle-Bma0fCyK.js.map} +1 -1
- package/chunks/{bundle-lN1arHZQ.js → bundle-BoZeHqfo.js} +4 -4
- package/chunks/bundle-BoZeHqfo.js.map +1 -0
- package/chunks/{bundle-m4x7sPQ7.js → bundle-Bq3cKfll.js} +8 -8
- package/chunks/bundle-Bq3cKfll.js.map +1 -0
- package/chunks/{bundle-Cb1wdYL8.js → bundle-BrAHUkpi.js} +2 -2
- package/chunks/{bundle-Cb1wdYL8.js.map → bundle-BrAHUkpi.js.map} +1 -1
- package/chunks/{bundle-Dv3rdIbE.js → bundle-Bu8UF7z9.js} +3 -3
- package/chunks/{bundle-Dv3rdIbE.js.map → bundle-Bu8UF7z9.js.map} +1 -1
- package/chunks/{bundle-DeBC8-NM.js → bundle-BxRMl0NH.js} +1 -1
- package/chunks/bundle-BxRMl0NH.js.map +1 -0
- package/chunks/{bundle-ByXzZBhE.js → bundle-ByScbYGt.js} +33 -33
- package/chunks/{bundle-ByXzZBhE.js.map → bundle-ByScbYGt.js.map} +1 -1
- package/chunks/{bundle-CwiOZkw5.js → bundle-ByVmmqcj.js} +9 -6
- package/chunks/{bundle-CwiOZkw5.js.map → bundle-ByVmmqcj.js.map} +1 -1
- package/chunks/{bundle-HP--QSrP.js → bundle-BzEareAP.js} +1 -1
- package/chunks/bundle-BzEareAP.js.map +1 -0
- package/chunks/{bundle-DChnPE2e.js → bundle-C-cNHvb3.js} +37 -5
- package/{cjs/chunks/bundle-DjKX-AvB.js.map → chunks/bundle-C-cNHvb3.js.map} +1 -1
- package/chunks/{bundle-t-3ijxgJ.js → bundle-C3cyXpot.js} +1 -1
- package/chunks/bundle-C3cyXpot.js.map +1 -0
- package/chunks/{bundle-dza5Ln49.js → bundle-C584816X.js} +3 -3
- package/chunks/bundle-C584816X.js.map +1 -0
- package/chunks/{bundle-D8NOKNDm.js → bundle-C6DfSdlB.js} +1 -1
- package/chunks/bundle-C6DfSdlB.js.map +1 -0
- package/chunks/{bundle-CluAw9vh.js → bundle-C8ue-M9T.js} +5 -5
- package/chunks/{bundle-CluAw9vh.js.map → bundle-C8ue-M9T.js.map} +1 -1
- package/chunks/{bundle-CzumtYKK.js → bundle-C98ZxHO9.js} +4 -4
- package/chunks/bundle-C98ZxHO9.js.map +1 -0
- package/chunks/{bundle-DGyKg9fA.js → bundle-CAtDWrGV.js} +4 -4
- package/chunks/bundle-CAtDWrGV.js.map +1 -0
- package/chunks/{bundle-BJGRF-ja.js → bundle-CCFaWKwf.js} +9 -9
- package/chunks/{bundle-BJGRF-ja.js.map → bundle-CCFaWKwf.js.map} +1 -1
- package/chunks/{bundle-BBsTFpWr.js → bundle-CD7nQMNh.js} +21 -21
- package/chunks/{bundle-BBsTFpWr.js.map → bundle-CD7nQMNh.js.map} +1 -1
- package/chunks/{bundle-B0GrBRcM.js → bundle-CFHEY2p4.js} +12 -12
- package/chunks/{bundle-B0GrBRcM.js.map → bundle-CFHEY2p4.js.map} +1 -1
- package/chunks/{bundle-G9Ab37UP.js → bundle-CIlc1dvT.js} +1 -1
- package/chunks/bundle-CIlc1dvT.js.map +1 -0
- package/chunks/{bundle-C2j5faYi.js → bundle-CJX5Jh7u.js} +2 -2
- package/chunks/bundle-CJX5Jh7u.js.map +1 -0
- package/chunks/{bundle-Cxv41Qwz.js → bundle-CLLlK3L0.js} +2 -2
- package/chunks/bundle-CLLlK3L0.js.map +1 -0
- package/chunks/{bundle-7j_kGHGn.js → bundle-CLxgZowy.js} +1 -1
- package/chunks/bundle-CLxgZowy.js.map +1 -0
- package/chunks/{bundle-Dy_aAi1y.js → bundle-CQgnHPbJ.js} +1 -1
- package/chunks/bundle-CQgnHPbJ.js.map +1 -0
- package/chunks/{bundle-DW_bfssX.js → bundle-CT2liYyN.js} +8 -8
- package/chunks/bundle-CT2liYyN.js.map +1 -0
- package/chunks/{bundle-DyvN3jnE.js → bundle-CUdLrgmK.js} +1 -1
- package/chunks/bundle-CUdLrgmK.js.map +1 -0
- package/chunks/{bundle-ray7Dj4f.js → bundle-CVkjpnw8.js} +13 -13
- package/chunks/{bundle-ray7Dj4f.js.map → bundle-CVkjpnw8.js.map} +1 -1
- package/chunks/{bundle-7Lu1-IwI.js → bundle-CWttl_Pf.js} +3 -3
- package/chunks/bundle-CWttl_Pf.js.map +1 -0
- package/chunks/{bundle-Cu3LsDnq.js → bundle-CY2NPyy9.js} +3 -3
- package/chunks/{bundle-Cu3LsDnq.js.map → bundle-CY2NPyy9.js.map} +1 -1
- package/chunks/{bundle-Dly3MK8P.js → bundle-CY6jSZJz.js} +2 -2
- package/chunks/bundle-CY6jSZJz.js.map +1 -0
- package/chunks/{bundle-DrTCKt_l.js → bundle-CbLxWQmt.js} +7 -7
- package/chunks/{bundle-DrTCKt_l.js.map → bundle-CbLxWQmt.js.map} +1 -1
- package/chunks/{bundle-DzCmr8py.js → bundle-Cda4O3PL.js} +2 -2
- package/chunks/bundle-Cda4O3PL.js.map +1 -0
- package/chunks/{bundle-BMCJ_Yj1.js → bundle-CeknuDhO.js} +1 -1
- package/chunks/bundle-CeknuDhO.js.map +1 -0
- package/chunks/{bundle-CLhx8hxU.js → bundle-CgDS9B4O.js} +1 -1
- package/chunks/bundle-CgDS9B4O.js.map +1 -0
- package/chunks/{bundle-BjH8wyIq.js → bundle-CjHWsy4S.js} +1 -1
- package/chunks/bundle-CjHWsy4S.js.map +1 -0
- package/chunks/{bundle-CLr3fT6Y.js → bundle-CqUk0XXd.js} +1 -1
- package/chunks/bundle-CqUk0XXd.js.map +1 -0
- package/chunks/{bundle-DV3apbMR.js → bundle-CtNthIiA.js} +5 -5
- package/chunks/bundle-CtNthIiA.js.map +1 -0
- package/chunks/{bundle-B3070GP8.js → bundle-CwWHzn0O.js} +4 -4
- package/chunks/bundle-CwWHzn0O.js.map +1 -0
- package/chunks/{bundle-B_JC7FwN.js → bundle-Cx0E1vwh.js} +1 -1
- package/chunks/bundle-Cx0E1vwh.js.map +1 -0
- package/chunks/{bundle-PB3YcYyN.js → bundle-Cy88TJjF.js} +4 -4
- package/chunks/bundle-Cy88TJjF.js.map +1 -0
- package/chunks/{bundle-Evgz3hq4.js → bundle-CyU55YQc.js} +6 -6
- package/chunks/bundle-CyU55YQc.js.map +1 -0
- package/chunks/{bundle-JRuLGGVr.js → bundle-CzS9d74N.js} +13 -13
- package/chunks/{bundle-CHLFLbHl.js.map → bundle-CzS9d74N.js.map} +1 -1
- package/chunks/{bundle-BWUmjjMw.js → bundle-CznW00mg.js} +12 -12
- package/chunks/{bundle-BWUmjjMw.js.map → bundle-CznW00mg.js.map} +1 -1
- package/chunks/{bundle-Bu4j0AKg.js → bundle-D3vBmq0k.js} +4 -4
- package/chunks/{bundle-BfZFSUFJ.js.map → bundle-D3vBmq0k.js.map} +1 -1
- package/chunks/{bundle-CuMlMBCU.js → bundle-DArDRDUr.js} +1 -1
- package/chunks/{bundle-CuMlMBCU.js.map → bundle-DArDRDUr.js.map} +1 -1
- package/chunks/{bundle-BSdXHtZO.js → bundle-DEL8ljY9.js} +4 -4
- package/chunks/{bundle-BSdXHtZO.js.map → bundle-DEL8ljY9.js.map} +1 -1
- package/chunks/{bundle-VVVOJGMk.js → bundle-DFwAWoi7.js} +22 -7
- package/chunks/{bundle-VVVOJGMk.js.map → bundle-DFwAWoi7.js.map} +1 -1
- package/chunks/{bundle-CBXVXcKA.js → bundle-DJM1hhs4.js} +4 -4
- package/chunks/{bundle-CBXVXcKA.js.map → bundle-DJM1hhs4.js.map} +1 -1
- package/chunks/{bundle-CrMXger7.js → bundle-DKx3NR1w.js} +12 -12
- package/chunks/{bundle-CrMXger7.js.map → bundle-DKx3NR1w.js.map} +1 -1
- package/chunks/{bundle-DgGM7iAj.js → bundle-DMP4IOmZ.js} +4 -4
- package/chunks/bundle-DMP4IOmZ.js.map +1 -0
- package/chunks/{bundle-DRqC4c0T.js → bundle-DQu3BLLd.js} +1 -1
- package/chunks/bundle-DQu3BLLd.js.map +1 -0
- package/chunks/{bundle-CHo7Ym5x.js → bundle-DYU7abrP.js} +1 -1
- package/chunks/bundle-DYU7abrP.js.map +1 -0
- package/chunks/{bundle-LAORUmCI.js → bundle-DbWCSmuo.js} +2 -2
- package/chunks/{bundle-LAORUmCI.js.map → bundle-DbWCSmuo.js.map} +1 -1
- package/chunks/{bundle-Cc4mNH8e.js → bundle-DcYwBbme.js} +8 -8
- package/chunks/{bundle-Cc4mNH8e.js.map → bundle-DcYwBbme.js.map} +1 -1
- package/chunks/{bundle-B8QzeTlj.js → bundle-DcfQg8Uy.js} +1 -1
- package/chunks/bundle-DcfQg8Uy.js.map +1 -0
- package/chunks/{bundle-CrO5YQyr.js → bundle-DfkEzAlf.js} +3 -3
- package/chunks/{bundle-CrO5YQyr.js.map → bundle-DfkEzAlf.js.map} +1 -1
- package/chunks/{bundle-Cj5HFVNm.js → bundle-DiDPUa4G.js} +2 -2
- package/chunks/{bundle-Cj5HFVNm.js.map → bundle-DiDPUa4G.js.map} +1 -1
- package/chunks/{bundle-N8Fgt3t-.js → bundle-DnBGqmRP.js} +1 -1
- package/chunks/bundle-DnBGqmRP.js.map +1 -0
- package/chunks/{bundle-Bxw6lQbS.js → bundle-DobIp5EF.js} +1 -1
- package/chunks/bundle-DobIp5EF.js.map +1 -0
- package/chunks/{bundle-CD7tUuUD.js → bundle-Ds73wciT.js} +10 -10
- package/chunks/{bundle-CD7tUuUD.js.map → bundle-Ds73wciT.js.map} +1 -1
- package/chunks/{bundle-DfcVDYZJ.js → bundle-DvfLia2p.js} +3 -3
- package/chunks/{bundle-DfcVDYZJ.js.map → bundle-DvfLia2p.js.map} +1 -1
- package/chunks/{bundle-B7-_ZzvG.js → bundle-Dwn0i3O0.js} +1 -1
- package/chunks/bundle-Dwn0i3O0.js.map +1 -0
- package/chunks/{bundle-J7NywV72.js → bundle-DwoUKI2F.js} +1 -1
- package/chunks/{bundle-J7NywV72.js.map → bundle-DwoUKI2F.js.map} +1 -1
- package/chunks/{bundle-ChPmOO9d.js → bundle-DxCD7jJG.js} +1 -1
- package/chunks/bundle-DxCD7jJG.js.map +1 -0
- package/chunks/{bundle-Vwe91C8I.js → bundle-DzM4yc5s.js} +3 -3
- package/chunks/bundle-DzM4yc5s.js.map +1 -0
- package/chunks/{bundle-Yat0lxs0.js → bundle-FpTYjAqh.js} +5 -5
- package/chunks/{bundle-Yat0lxs0.js.map → bundle-FpTYjAqh.js.map} +1 -1
- package/chunks/{bundle-D_16EZJ4.js → bundle-H_Psj481.js} +5 -5
- package/chunks/{bundle-D_16EZJ4.js.map → bundle-H_Psj481.js.map} +1 -1
- package/chunks/{bundle-B0GntYsM.js → bundle-MA8C181q.js} +6 -6
- package/chunks/bundle-MA8C181q.js.map +1 -0
- package/chunks/{bundle-CHLFLbHl.js → bundle-QdDm0lM_.js} +21 -10
- package/{cjs/chunks/bundle-DOK40Un-.js.map → chunks/bundle-QdDm0lM_.js.map} +1 -1
- package/chunks/{bundle-muxpTh9u.js → bundle-VHuYsTmC.js} +1 -1
- package/chunks/bundle-VHuYsTmC.js.map +1 -0
- package/chunks/{bundle-LtUjjnGN.js → bundle-VqoQQamR.js} +3 -3
- package/chunks/{bundle-LtUjjnGN.js.map → bundle-VqoQQamR.js.map} +1 -1
- package/chunks/{bundle-DcCnTTQq.js → bundle-_96c-wim.js} +8 -8
- package/chunks/bundle-_96c-wim.js.map +1 -0
- package/chunks/{bundle-BF6ey5Oc.js → bundle-aylKVP-t.js} +5 -5
- package/chunks/{bundle-BF6ey5Oc.js.map → bundle-aylKVP-t.js.map} +1 -1
- package/chunks/{bundle-Cb33D_QR.js → bundle-fT16CxUq.js} +1 -1
- package/chunks/{bundle-Cb33D_QR.js.map → bundle-fT16CxUq.js.map} +1 -1
- package/chunks/{bundle-BfZFSUFJ.js → bundle-gclN7sr5.js} +5 -5
- package/chunks/{bundle-Bu4j0AKg.js.map → bundle-gclN7sr5.js.map} +1 -1
- package/chunks/{bundle-8BN9Ampe.js → bundle-lcE93tnM.js} +1 -1
- package/chunks/bundle-lcE93tnM.js.map +1 -0
- package/chunks/{bundle-CeCKOzBv.js → bundle-yydYieYt.js} +1 -1
- package/chunks/{bundle-CeCKOzBv.js.map → bundle-yydYieYt.js.map} +1 -1
- package/chunks/{bundle-Chl-afJt.js → bundle-zxR5w1Ch.js} +1 -1
- package/chunks/{bundle-Chl-afJt.js.map → bundle-zxR5w1Ch.js.map} +1 -1
- package/cjs/App.js +89 -89
- package/cjs/Channel/components/ChannelHeader.js +33 -33
- package/cjs/Channel/components/ChannelUI.js +68 -68
- package/cjs/Channel/components/FileViewer.js +31 -31
- package/cjs/Channel/components/FrozenNotification.js +6 -6
- package/cjs/Channel/components/Message.js +57 -57
- package/cjs/Channel/components/MessageInput.js +44 -44
- package/cjs/Channel/components/MessageInputWrapper.js +44 -44
- package/cjs/Channel/components/MessageList.js +61 -61
- 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 +24 -24
- package/cjs/Channel/hooks/useHandleUploadFiles.js +18 -18
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +8 -8
- package/cjs/Channel/utils/compareMessagesForGrouping.js +8 -8
- package/cjs/Channel/utils/getMessagePartsInfo.js +9 -9
- package/cjs/Channel.js +68 -68
- package/cjs/ChannelList/components/AddChannel.js +89 -89
- package/cjs/ChannelList/components/ChannelListHeader.js +13 -13
- package/cjs/ChannelList/components/ChannelListUI.js +89 -89
- 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 +89 -89
- package/cjs/ChannelSettings/components/ChannelProfile.js +23 -23
- package/cjs/ChannelSettings/components/ChannelSettingMenuList.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +14 -13
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsMenuItem.js +2 -2
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +31 -31
- package/cjs/ChannelSettings/components/EditDetailsModal.js +19 -19
- package/cjs/ChannelSettings/components/LeaveChannel.js +20 -20
- package/cjs/ChannelSettings/components/ModerationPanel.js +29 -29
- 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 +89 -89
- package/cjs/CreateChannel/components/InviteUsers.js +89 -89
- package/cjs/CreateChannel/components/SelectChannelType.js +89 -89
- package/cjs/CreateChannel/context.js +89 -89
- package/cjs/CreateChannel.js +89 -89
- 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 +63 -63
- package/cjs/GroupChannel/components/Message.js +54 -54
- package/cjs/GroupChannel/components/MessageInputWrapper.js +40 -40
- package/cjs/GroupChannel/components/MessageList.js +56 -56
- 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 +63 -63
- package/cjs/GroupChannelList/components/AddGroupChannel.js +89 -89
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +13 -13
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +32 -32
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +89 -89
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +17 -17
- package/cjs/GroupChannelList/context.js +10 -10
- package/cjs/GroupChannelList.js +89 -89
- 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 +29 -29
- package/cjs/OpenChannel/components/OpenChannelMessage.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +43 -43
- package/cjs/OpenChannel/components/OpenChannelUI.js +43 -43
- package/cjs/OpenChannel/context.js +19 -19
- package/cjs/OpenChannel.js +43 -43
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +18 -18
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +8 -7
- package/cjs/OpenChannelList/context.js.map +1 -1
- 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 +35 -29
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +32 -27
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +22 -22
- package/cjs/OpenChannelSettings/context.js +6 -6
- package/cjs/OpenChannelSettings.js +27 -27
- package/cjs/SendbirdProvider.js +41 -39
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +49 -49
- package/cjs/Thread/components/ParentMessageInfoItem.js +35 -35
- package/cjs/Thread/components/ThreadHeader.js +8 -8
- package/cjs/Thread/components/ThreadList.js +56 -56
- package/cjs/Thread/components/ThreadListItem.js +59 -56
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +46 -46
- package/cjs/Thread/components/ThreadUI.js +62 -62
- package/cjs/Thread/context.js +15 -15
- package/cjs/Thread.js +62 -62
- package/cjs/VoicePlayer/context.js +6 -6
- package/cjs/VoicePlayer/useVoicePlayer.js +14 -14
- package/cjs/VoiceRecorder/context.js +13 -13
- package/cjs/VoiceRecorder/useVoiceRecorder.js +12 -12
- package/cjs/chunks/{bundle-B86IpqYQ.js → bundle--PzY8B9b.js} +1 -1
- package/cjs/chunks/bundle--PzY8B9b.js.map +1 -0
- package/cjs/chunks/{bundle-BMuXQhie.js → bundle-814F-8SV.js} +4 -4
- package/cjs/chunks/bundle-814F-8SV.js.map +1 -0
- package/cjs/chunks/{bundle-ZzdI-jwB.js → bundle-8OrPgTB0.js} +1 -1
- package/cjs/chunks/{bundle-ZzdI-jwB.js.map → bundle-8OrPgTB0.js.map} +1 -1
- package/cjs/chunks/{bundle-CvZONl0s.js → bundle-B-PfgBAR.js} +1 -1
- package/cjs/chunks/bundle-B-PfgBAR.js.map +1 -0
- package/cjs/chunks/{bundle-Dn97RmUr.js → bundle-B-ecCniP.js} +8 -8
- package/cjs/chunks/{bundle-Dn97RmUr.js.map → bundle-B-ecCniP.js.map} +1 -1
- package/cjs/chunks/{bundle-CNRiN4A9.js → bundle-B06i03vA.js} +1 -1
- package/cjs/chunks/bundle-B06i03vA.js.map +1 -0
- package/cjs/chunks/{bundle-NYxDDzgi.js → bundle-B2eNle8H.js} +3 -3
- package/cjs/chunks/{bundle-NYxDDzgi.js.map → bundle-B2eNle8H.js.map} +1 -1
- package/cjs/chunks/{bundle-BsSziZUI.js → bundle-B3ldlWad.js} +1 -1
- package/cjs/chunks/bundle-B3ldlWad.js.map +1 -0
- package/cjs/chunks/{bundle-HUouGTEF.js → bundle-B4m7sr4v.js} +5 -5
- package/cjs/chunks/bundle-B4m7sr4v.js.map +1 -0
- package/cjs/chunks/{bundle-ItDpX0Hs.js → bundle-BB0OziBI.js} +2 -2
- package/cjs/chunks/bundle-BB0OziBI.js.map +1 -0
- package/cjs/chunks/{bundle-Dq8hoGB1.js → bundle-BMTUZPER.js} +37 -5
- package/cjs/chunks/{bundle-B1rX0sy4.js.map → bundle-BMTUZPER.js.map} +1 -1
- package/cjs/chunks/{bundle-B1rX0sy4.js → bundle-BOjQNN-9.js} +21 -21
- package/cjs/chunks/bundle-BOjQNN-9.js.map +1 -0
- package/cjs/chunks/{bundle-D5NKFAQG.js → bundle-BRLFKHZl.js} +1 -1
- package/cjs/chunks/bundle-BRLFKHZl.js.map +1 -0
- package/cjs/chunks/{bundle-BydQ0Gha.js → bundle-BTCz3gK0.js} +10 -10
- package/cjs/chunks/bundle-BTCz3gK0.js.map +1 -0
- package/cjs/chunks/{bundle-DhOEMGmO.js → bundle-BUfNcSdS.js} +1 -1
- package/cjs/chunks/bundle-BUfNcSdS.js.map +1 -0
- package/cjs/chunks/{bundle-Iayzu9OF.js → bundle-BXHdNDVQ.js} +1 -1
- package/cjs/chunks/bundle-BXHdNDVQ.js.map +1 -0
- package/cjs/chunks/{bundle-Bp1qh2ux.js → bundle-BXqpEfns.js} +2 -2
- package/cjs/chunks/bundle-BXqpEfns.js.map +1 -0
- package/cjs/chunks/{bundle-D4coWOuL.js → bundle-BYGUXntZ.js} +3 -3
- package/cjs/chunks/{bundle-D4coWOuL.js.map → bundle-BYGUXntZ.js.map} +1 -1
- package/cjs/chunks/{bundle-Bj_7k6mP.js → bundle-Batig6Ji.js} +1 -1
- package/cjs/chunks/{bundle-Bj_7k6mP.js.map → bundle-Batig6Ji.js.map} +1 -1
- package/cjs/chunks/{bundle-CwUnH-v5.js → bundle-BbjIi7z9.js} +9 -6
- package/cjs/chunks/{bundle-CwUnH-v5.js.map → bundle-BbjIi7z9.js.map} +1 -1
- package/cjs/chunks/{bundle-DjKX-AvB.js → bundle-BfRikWcg.js} +9 -9
- package/cjs/chunks/bundle-BfRikWcg.js.map +1 -0
- package/cjs/chunks/{bundle-DR6kSEIC.js → bundle-Bfk09i2f.js} +11 -11
- package/cjs/chunks/{bundle-DR6kSEIC.js.map → bundle-Bfk09i2f.js.map} +1 -1
- package/cjs/chunks/{bundle-50QCMo05.js → bundle-Bhfa8ipt.js} +13 -13
- package/cjs/chunks/{bundle-50QCMo05.js.map → bundle-Bhfa8ipt.js.map} +1 -1
- package/cjs/chunks/{bundle-ClwPyvfV.js → bundle-BngPWMsd.js} +1 -1
- package/cjs/chunks/bundle-BngPWMsd.js.map +1 -0
- package/cjs/chunks/{bundle-Z4N8U3e7.js → bundle-C3p_3lFI.js} +3 -3
- package/cjs/chunks/bundle-C3p_3lFI.js.map +1 -0
- package/cjs/chunks/{bundle-UCZ6oQE0.js → bundle-C5JFjCcJ.js} +5 -5
- package/cjs/chunks/bundle-C5JFjCcJ.js.map +1 -0
- package/cjs/chunks/{bundle-CbWbOdzD.js → bundle-CHs395io.js} +1 -1
- package/cjs/chunks/bundle-CHs395io.js.map +1 -0
- package/cjs/chunks/{bundle-D3pAUkOx.js → bundle-CKCTCe5Y.js} +4 -4
- package/cjs/chunks/bundle-CKCTCe5Y.js.map +1 -0
- package/cjs/chunks/{bundle-x9QxRr3_.js → bundle-CKSYAC_v.js} +3 -3
- package/cjs/chunks/bundle-CKSYAC_v.js.map +1 -0
- package/cjs/chunks/{bundle-C4inWBzW.js → bundle-CKcQSwT_.js} +3 -3
- package/cjs/chunks/bundle-CKcQSwT_.js.map +1 -0
- package/cjs/chunks/{bundle-uq4X3bUm.js → bundle-CKhBx4oa.js} +4 -4
- package/cjs/chunks/bundle-CKhBx4oa.js.map +1 -0
- package/cjs/chunks/{bundle-DTYchV3j.js → bundle-CNBWylyQ.js} +4 -4
- package/cjs/chunks/bundle-CNBWylyQ.js.map +1 -0
- package/cjs/chunks/{bundle-CUASb5fB.js → bundle-COPpQkYW.js} +1 -1
- package/cjs/chunks/bundle-COPpQkYW.js.map +1 -0
- package/cjs/chunks/{bundle--Lmlrzjj.js → bundle-COU8ZAhT.js} +1 -1
- package/cjs/chunks/bundle-COU8ZAhT.js.map +1 -0
- package/cjs/chunks/{bundle-DOK40Un-.js → bundle-CVCFUpNm.js} +20 -9
- package/cjs/chunks/bundle-CVCFUpNm.js.map +1 -0
- package/cjs/chunks/{bundle-BChRKiPk.js → bundle-CX_kBn6i.js} +7 -7
- package/cjs/chunks/bundle-CX_kBn6i.js.map +1 -0
- package/cjs/chunks/{bundle-Cs7TkNOW.js → bundle-Cd429rPu.js} +3 -3
- package/cjs/chunks/bundle-Cd429rPu.js.map +1 -0
- package/cjs/chunks/{bundle-DwUOL2Ww.js → bundle-Chl1y42J.js} +1 -1
- package/cjs/chunks/bundle-Chl1y42J.js.map +1 -0
- package/cjs/chunks/{bundle-ovHk3JiU.js → bundle-Cl1F2dVf.js} +4 -4
- package/cjs/chunks/bundle-Cl1F2dVf.js.map +1 -0
- package/cjs/chunks/{bundle-CeyPe2wb.js → bundle-Cll76wxt.js} +1 -1
- package/cjs/chunks/bundle-Cll76wxt.js.map +1 -0
- package/cjs/chunks/{bundle-DR6_asmA.js → bundle-CnunHQIE.js} +8 -8
- package/cjs/chunks/bundle-CnunHQIE.js.map +1 -0
- package/cjs/chunks/{bundle-DIxNoIh0.js → bundle-CoQLe8gx.js} +1 -1
- package/cjs/chunks/{bundle-DIxNoIh0.js.map → bundle-CoQLe8gx.js.map} +1 -1
- package/cjs/chunks/{bundle-D__9ZNxN.js → bundle-CrTeH6bJ.js} +1 -1
- package/cjs/chunks/bundle-CrTeH6bJ.js.map +1 -0
- package/cjs/chunks/{bundle-DHVtnZAN.js → bundle-Cu-E4uhH.js} +8 -8
- package/cjs/chunks/bundle-Cu-E4uhH.js.map +1 -0
- package/cjs/chunks/{bundle-CvIKNVki.js → bundle-CyqCxWZT.js} +4 -4
- package/cjs/chunks/bundle-CyqCxWZT.js.map +1 -0
- package/cjs/chunks/{bundle-BhkmTAsb.js → bundle-CzQxs20C.js} +1 -1
- package/cjs/chunks/bundle-CzQxs20C.js.map +1 -0
- package/cjs/chunks/{bundle-B6yMitWs.js → bundle-CzscNNMs.js} +33 -33
- package/cjs/chunks/{bundle-B6yMitWs.js.map → bundle-CzscNNMs.js.map} +1 -1
- package/cjs/chunks/{bundle-CC02OqLD.js → bundle-Czv9Hg_y.js} +2 -2
- package/cjs/chunks/{bundle-CC02OqLD.js.map → bundle-Czv9Hg_y.js.map} +1 -1
- package/cjs/chunks/{bundle-XDDK_c3z.js → bundle-D316Q_r0.js} +3 -3
- package/cjs/chunks/{bundle-XDDK_c3z.js.map → bundle-D316Q_r0.js.map} +1 -1
- package/cjs/chunks/{bundle-XH5O7W0X.js → bundle-D3ah5_IJ.js} +1 -1
- package/cjs/chunks/{bundle-XH5O7W0X.js.map → bundle-D3ah5_IJ.js.map} +1 -1
- package/cjs/chunks/{bundle-D3kbURWe.js → bundle-D7BpE_pB.js} +12 -12
- package/cjs/chunks/bundle-D7BpE_pB.js.map +1 -0
- package/cjs/chunks/{bundle-diH5sWL2.js → bundle-DBDL0nRL.js} +8 -8
- package/cjs/chunks/bundle-DBDL0nRL.js.map +1 -0
- package/cjs/chunks/{bundle-FuVFrWd0.js → bundle-DCcUF9x7.js} +12 -12
- package/cjs/chunks/{bundle-FuVFrWd0.js.map → bundle-DCcUF9x7.js.map} +1 -1
- package/cjs/chunks/{bundle-B41UFboz.js → bundle-DD_yVvf1.js} +3 -3
- package/cjs/chunks/bundle-DD_yVvf1.js.map +1 -0
- package/cjs/chunks/{bundle-Bffmuci2.js → bundle-DFR87f0X.js} +5 -5
- package/cjs/chunks/{bundle-Bffmuci2.js.map → bundle-DFR87f0X.js.map} +1 -1
- package/cjs/chunks/{bundle-BmqvKwio.js → bundle-DHMqj-xF.js} +7 -7
- package/cjs/chunks/bundle-DHMqj-xF.js.map +1 -0
- package/cjs/chunks/{bundle-Bu2xxpjg.js → bundle-DJFecfEm.js} +4 -4
- package/cjs/chunks/bundle-DJFecfEm.js.map +1 -0
- package/cjs/chunks/{bundle-B58X-lXS.js → bundle-DOkicHCg.js} +1 -1
- package/cjs/chunks/bundle-DOkicHCg.js.map +1 -0
- package/cjs/chunks/{bundle-Bek2MAkb.js → bundle-DQ1pnb5z.js} +1 -1
- package/cjs/chunks/bundle-DQ1pnb5z.js.map +1 -0
- package/cjs/chunks/{bundle-C1kKCLp5.js → bundle-DZ8Uar-L.js} +2 -2
- package/cjs/chunks/bundle-DZ8Uar-L.js.map +1 -0
- package/cjs/chunks/{bundle-Celz1O7P.js → bundle-DZGqZ52T.js} +1 -1
- package/cjs/chunks/bundle-DZGqZ52T.js.map +1 -0
- package/cjs/chunks/{bundle-DKgL1lC0.js → bundle-DdsGxM39.js} +6 -6
- package/cjs/chunks/bundle-DdsGxM39.js.map +1 -0
- package/cjs/chunks/{bundle-s_gWMxar.js → bundle-DfUHWW29.js} +2 -2
- package/cjs/chunks/bundle-DfUHWW29.js.map +1 -0
- package/cjs/chunks/{bundle-Bf07JJ1k.js → bundle-DiJHF9YJ.js} +22 -7
- package/cjs/chunks/bundle-DiJHF9YJ.js.map +1 -0
- package/cjs/chunks/{bundle-CB7HuHcr.js → bundle-DkI6G6PW.js} +1 -1
- package/cjs/chunks/{bundle-CB7HuHcr.js.map → bundle-DkI6G6PW.js.map} +1 -1
- package/cjs/chunks/{bundle-4SDUXyq5.js → bundle-DliNMy0M.js} +2 -2
- package/cjs/chunks/bundle-DliNMy0M.js.map +1 -0
- package/cjs/chunks/{bundle-hY8NodqE.js → bundle-Dlo-vb4P.js} +5 -5
- package/cjs/chunks/bundle-Dlo-vb4P.js.map +1 -0
- package/cjs/chunks/{bundle-CaXjvJdI.js → bundle-DmbZjvRc.js} +42 -22
- package/{chunks/bundle-D5GnWE9c.js.map → cjs/chunks/bundle-DmbZjvRc.js.map} +1 -1
- package/cjs/chunks/{bundle-DkJOL09F.js → bundle-DqHwOshw.js} +1 -1
- package/cjs/chunks/bundle-DqHwOshw.js.map +1 -0
- package/cjs/chunks/{bundle-D_3I6GLr.js → bundle-DsHJ31yC.js} +5 -5
- package/cjs/chunks/bundle-DsHJ31yC.js.map +1 -0
- package/cjs/chunks/{bundle-UvTaPlHA.js → bundle-DtVAlWM4.js} +1 -1
- package/cjs/chunks/bundle-DtVAlWM4.js.map +1 -0
- package/cjs/chunks/{bundle-DxEgqHXx.js → bundle-DuABYNkQ.js} +4 -4
- package/cjs/chunks/{bundle-DxEgqHXx.js.map → bundle-DuABYNkQ.js.map} +1 -1
- package/cjs/chunks/{bundle-CBOtMhMd.js → bundle-DyKIB46z.js} +13 -13
- package/cjs/chunks/{bundle-CBOtMhMd.js.map → bundle-DyKIB46z.js.map} +1 -1
- package/cjs/chunks/{bundle-njPw7cKy.js → bundle-Dz196p2P.js} +8 -8
- package/cjs/chunks/bundle-Dz196p2P.js.map +1 -0
- package/cjs/chunks/{bundle-BFMW84xa.js → bundle-HqVsOj-b.js} +10 -10
- package/cjs/chunks/bundle-HqVsOj-b.js.map +1 -0
- package/cjs/chunks/{bundle-BCZZ1v2B.js → bundle-IUtR_XJG.js} +6 -6
- package/cjs/chunks/bundle-IUtR_XJG.js.map +1 -0
- package/cjs/chunks/{bundle-Cup6sNLs.js → bundle-KhVg_sE0.js} +1 -1
- package/cjs/chunks/bundle-KhVg_sE0.js.map +1 -0
- package/cjs/chunks/{bundle-DBfe6ILc.js → bundle-L7tKUhzo.js} +1 -1
- package/cjs/chunks/bundle-L7tKUhzo.js.map +1 -0
- package/cjs/chunks/{bundle-CoTHBgQO.js → bundle-NHTJoN9Q.js} +1 -1
- package/cjs/chunks/bundle-NHTJoN9Q.js.map +1 -0
- package/cjs/chunks/{bundle-CyfbHlqN.js → bundle-O10pK2XX.js} +3 -3
- package/cjs/chunks/bundle-O10pK2XX.js.map +1 -0
- package/cjs/chunks/{bundle-KTFl1Pya.js → bundle-RjGO8My3.js} +2 -2
- package/cjs/chunks/bundle-RjGO8My3.js.map +1 -0
- package/cjs/chunks/{bundle-BiJKUAGA.js → bundle-TMLyypqr.js} +2 -2
- package/cjs/chunks/bundle-TMLyypqr.js.map +1 -0
- package/cjs/chunks/{bundle-DCGCXQi9.js → bundle-VU45mQZx.js} +1 -1
- package/cjs/chunks/bundle-VU45mQZx.js.map +1 -0
- package/cjs/chunks/{bundle-BqLzoJ6k.js → bundle-XaUvL9w0.js} +12 -12
- package/cjs/chunks/{bundle-BqLzoJ6k.js.map → bundle-XaUvL9w0.js.map} +1 -1
- package/cjs/chunks/{bundle-D-6-R1xP.js → bundle-_MVb0Kx_.js} +14 -14
- package/cjs/chunks/bundle-_MVb0Kx_.js.map +1 -0
- package/cjs/chunks/{bundle-3Pk8uikX.js → bundle-efExYkYv.js} +3 -3
- package/cjs/chunks/bundle-efExYkYv.js.map +1 -0
- package/cjs/chunks/{bundle-BBYqrCnE.js → bundle-f__T9xli.js} +1 -1
- package/cjs/chunks/bundle-f__T9xli.js.map +1 -0
- package/cjs/chunks/{bundle-B85zPN4f.js → bundle-fsMd9LLE.js} +5 -5
- package/cjs/chunks/{bundle-B85zPN4f.js.map → bundle-fsMd9LLE.js.map} +1 -1
- package/cjs/chunks/{bundle-CoGXIO42.js → bundle-h6a18UoJ.js} +12 -12
- package/cjs/chunks/{bundle-CoGXIO42.js.map → bundle-h6a18UoJ.js.map} +1 -1
- package/cjs/chunks/{bundle-ChqrUH2-.js → bundle-m5uOYWuv.js} +4 -4
- package/cjs/chunks/bundle-m5uOYWuv.js.map +1 -0
- package/cjs/chunks/{bundle-DzpNI6xJ.js → bundle-tM7nBlLo.js} +1 -1
- package/cjs/chunks/bundle-tM7nBlLo.js.map +1 -0
- package/cjs/chunks/{bundle-uNdBr9PL.js → bundle-tocC95yV.js} +10 -9
- package/cjs/chunks/bundle-tocC95yV.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 +90 -90
- 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 -19
- package/cjs/ui/Header.js +6 -6
- package/cjs/ui/Icon.js +2 -2
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +2 -2
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +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 +104 -174
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +16 -13
- package/cjs/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/cjs/ui/MessageFeedbackModal.js +16 -13
- package/cjs/ui/MessageFeedbackModal.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +20 -20
- 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 +17 -17
- 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 +24 -24
- package/cjs/ui/OpenchannelOGMessage.js +26 -26
- package/cjs/ui/OpenchannelThumbnailMessage.js +23 -23
- package/cjs/ui/OpenchannelUserMessage.js +24 -24
- 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 +8 -8
- 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 +25 -7
- package/hooks/useConnectionState.js +5 -5
- package/hooks/useLocalization.js +4 -4
- package/hooks/useModal.js +14 -14
- package/index.js +90 -90
- package/package.json +2 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/modules/Message/components/TextFragment/index.d.ts +2 -1
- package/types/modules/OpenChannelList/context/dux/actionTypes.d.ts +2 -1
- package/types/ui/ContextMenu/MenuItems.d.ts +2 -0
- package/types/ui/FormMessageItemBody/FormInput.d.ts +6 -0
- package/types/ui/FormMessageItemBody/index.d.ts +3 -0
- package/types/ui/MessageFeedbackFailedModal/index.d.ts +6 -0
- package/types/ui/MessageFeedbackModal/index.d.ts +6 -0
- package/types/ui/MessageMenu/MessageMenu.d.ts +2 -1
- package/types/ui/MobileFeedbackMenu/index.d.ts +3 -0
- package/types/ui/MobileMenu/types.d.ts +1 -0
- package/types/utils/index.d.ts +3 -0
- package/types/utils/menuConditions.d.ts +1 -1
- 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 +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +14 -14
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +23 -23
- package/ui/FallbackTemplateMessageItemBody.tsx.js +10 -10
- package/ui/FileMessageItemBody.js +13 -13
- package/ui/FileViewer.js +19 -19
- package/ui/Header.js +6 -6
- package/ui/Icon.js +2 -2
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +2 -2
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +4 -4
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +2 -2
- package/ui/MentionLabel.js +19 -19
- package/ui/MentionUserLabel.js +2 -2
- package/ui/MessageContent.js +67 -137
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +16 -13
- package/ui/MessageFeedbackFailedModal.js.map +1 -1
- package/ui/MessageFeedbackModal.js +16 -13
- package/ui/MessageFeedbackModal.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +20 -20
- package/ui/MessageItemMenu.js +15 -15
- package/ui/MessageItemReactionMenu.js +16 -16
- 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 +18 -18
- package/ui/Modal.js +12 -12
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +23 -23
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +24 -24
- package/ui/OpenchannelOGMessage.js +26 -26
- package/ui/OpenchannelThumbnailMessage.js +23 -23
- package/ui/OpenchannelUserMessage.js +24 -24
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/ProgressBar.js +1 -1
- package/ui/QuoteMessage.js +12 -12
- package/ui/QuoteMessageInput.js +12 -12
- 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 +8 -8
- package/ui/ThumbnailMessageItemBody.js +10 -10
- 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 +14 -14
- 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-7Lu1-IwI.js.map +0 -1
- package/chunks/bundle-7j_kGHGn.js.map +0 -1
- package/chunks/bundle-8BN9Ampe.js.map +0 -1
- package/chunks/bundle-B0GntYsM.js.map +0 -1
- package/chunks/bundle-B3070GP8.js.map +0 -1
- package/chunks/bundle-B7-_ZzvG.js.map +0 -1
- package/chunks/bundle-B8QzeTlj.js.map +0 -1
- package/chunks/bundle-BMCJ_Yj1.js.map +0 -1
- package/chunks/bundle-B_JC7FwN.js.map +0 -1
- package/chunks/bundle-BjH8wyIq.js.map +0 -1
- package/chunks/bundle-Bk6K4SiJ.js.map +0 -1
- package/chunks/bundle-BtHF6odC.js.map +0 -1
- package/chunks/bundle-Bxw6lQbS.js.map +0 -1
- package/chunks/bundle-C2j5faYi.js.map +0 -1
- package/chunks/bundle-CHQbC-Dq.js.map +0 -1
- package/chunks/bundle-CHo7Ym5x.js.map +0 -1
- package/chunks/bundle-CLhx8hxU.js.map +0 -1
- package/chunks/bundle-CLr3fT6Y.js.map +0 -1
- package/chunks/bundle-ChPmOO9d.js.map +0 -1
- package/chunks/bundle-Cxv41Qwz.js.map +0 -1
- package/chunks/bundle-CzumtYKK.js.map +0 -1
- package/chunks/bundle-D8NOKNDm.js.map +0 -1
- package/chunks/bundle-DChnPE2e.js.map +0 -1
- package/chunks/bundle-DDuEV8ss.js.map +0 -1
- package/chunks/bundle-DGyKg9fA.js.map +0 -1
- package/chunks/bundle-DRqC4c0T.js.map +0 -1
- package/chunks/bundle-DV3apbMR.js.map +0 -1
- package/chunks/bundle-DW_bfssX.js.map +0 -1
- package/chunks/bundle-DcCnTTQq.js.map +0 -1
- package/chunks/bundle-DeBC8-NM.js.map +0 -1
- package/chunks/bundle-DgGM7iAj.js.map +0 -1
- package/chunks/bundle-Dly3MK8P.js.map +0 -1
- package/chunks/bundle-Dr70s9Hs.js.map +0 -1
- package/chunks/bundle-Dy_aAi1y.js.map +0 -1
- package/chunks/bundle-DyvN3jnE.js.map +0 -1
- package/chunks/bundle-DzCmr8py.js.map +0 -1
- package/chunks/bundle-Evgz3hq4.js.map +0 -1
- package/chunks/bundle-G9Ab37UP.js.map +0 -1
- package/chunks/bundle-HP--QSrP.js.map +0 -1
- package/chunks/bundle-JRuLGGVr.js.map +0 -1
- package/chunks/bundle-N8Fgt3t-.js.map +0 -1
- package/chunks/bundle-PB3YcYyN.js.map +0 -1
- package/chunks/bundle-Vwe91C8I.js.map +0 -1
- package/chunks/bundle-dza5Ln49.js.map +0 -1
- package/chunks/bundle-lN1arHZQ.js.map +0 -1
- package/chunks/bundle-m4x7sPQ7.js.map +0 -1
- package/chunks/bundle-muxpTh9u.js.map +0 -1
- package/chunks/bundle-rfynU_-Q.js.map +0 -1
- package/chunks/bundle-t-3ijxgJ.js.map +0 -1
- package/cjs/chunks/bundle--Lmlrzjj.js.map +0 -1
- package/cjs/chunks/bundle-3Pk8uikX.js.map +0 -1
- package/cjs/chunks/bundle-4SDUXyq5.js.map +0 -1
- package/cjs/chunks/bundle-B41UFboz.js.map +0 -1
- package/cjs/chunks/bundle-B58X-lXS.js.map +0 -1
- package/cjs/chunks/bundle-B86IpqYQ.js.map +0 -1
- package/cjs/chunks/bundle-BBYqrCnE.js.map +0 -1
- package/cjs/chunks/bundle-BCZZ1v2B.js.map +0 -1
- package/cjs/chunks/bundle-BChRKiPk.js.map +0 -1
- package/cjs/chunks/bundle-BFMW84xa.js.map +0 -1
- package/cjs/chunks/bundle-BMuXQhie.js.map +0 -1
- package/cjs/chunks/bundle-Bek2MAkb.js.map +0 -1
- package/cjs/chunks/bundle-Bf07JJ1k.js.map +0 -1
- package/cjs/chunks/bundle-BhkmTAsb.js.map +0 -1
- package/cjs/chunks/bundle-BiJKUAGA.js.map +0 -1
- package/cjs/chunks/bundle-BmqvKwio.js.map +0 -1
- package/cjs/chunks/bundle-Bp1qh2ux.js.map +0 -1
- package/cjs/chunks/bundle-BsSziZUI.js.map +0 -1
- package/cjs/chunks/bundle-Bu2xxpjg.js.map +0 -1
- package/cjs/chunks/bundle-BydQ0Gha.js.map +0 -1
- package/cjs/chunks/bundle-C1kKCLp5.js.map +0 -1
- package/cjs/chunks/bundle-C4inWBzW.js.map +0 -1
- package/cjs/chunks/bundle-CNRiN4A9.js.map +0 -1
- package/cjs/chunks/bundle-CUASb5fB.js.map +0 -1
- package/cjs/chunks/bundle-CbWbOdzD.js.map +0 -1
- package/cjs/chunks/bundle-Celz1O7P.js.map +0 -1
- package/cjs/chunks/bundle-CeyPe2wb.js.map +0 -1
- package/cjs/chunks/bundle-ChqrUH2-.js.map +0 -1
- package/cjs/chunks/bundle-ClwPyvfV.js.map +0 -1
- package/cjs/chunks/bundle-CoTHBgQO.js.map +0 -1
- package/cjs/chunks/bundle-Cs7TkNOW.js.map +0 -1
- package/cjs/chunks/bundle-Cup6sNLs.js.map +0 -1
- package/cjs/chunks/bundle-CvIKNVki.js.map +0 -1
- package/cjs/chunks/bundle-CvZONl0s.js.map +0 -1
- package/cjs/chunks/bundle-CyfbHlqN.js.map +0 -1
- package/cjs/chunks/bundle-D-6-R1xP.js.map +0 -1
- package/cjs/chunks/bundle-D3kbURWe.js.map +0 -1
- package/cjs/chunks/bundle-D3pAUkOx.js.map +0 -1
- package/cjs/chunks/bundle-D5NKFAQG.js.map +0 -1
- package/cjs/chunks/bundle-DBfe6ILc.js.map +0 -1
- package/cjs/chunks/bundle-DCGCXQi9.js.map +0 -1
- package/cjs/chunks/bundle-DHVtnZAN.js.map +0 -1
- package/cjs/chunks/bundle-DKgL1lC0.js.map +0 -1
- package/cjs/chunks/bundle-DR6_asmA.js.map +0 -1
- package/cjs/chunks/bundle-DTYchV3j.js.map +0 -1
- package/cjs/chunks/bundle-D_3I6GLr.js.map +0 -1
- package/cjs/chunks/bundle-D__9ZNxN.js.map +0 -1
- package/cjs/chunks/bundle-DhOEMGmO.js.map +0 -1
- package/cjs/chunks/bundle-DkJOL09F.js.map +0 -1
- package/cjs/chunks/bundle-Dq8hoGB1.js.map +0 -1
- package/cjs/chunks/bundle-DwUOL2Ww.js.map +0 -1
- package/cjs/chunks/bundle-DzpNI6xJ.js.map +0 -1
- package/cjs/chunks/bundle-HUouGTEF.js.map +0 -1
- package/cjs/chunks/bundle-Iayzu9OF.js.map +0 -1
- package/cjs/chunks/bundle-ItDpX0Hs.js.map +0 -1
- package/cjs/chunks/bundle-KTFl1Pya.js.map +0 -1
- package/cjs/chunks/bundle-UCZ6oQE0.js.map +0 -1
- package/cjs/chunks/bundle-UvTaPlHA.js.map +0 -1
- package/cjs/chunks/bundle-Z4N8U3e7.js.map +0 -1
- package/cjs/chunks/bundle-diH5sWL2.js.map +0 -1
- package/cjs/chunks/bundle-hY8NodqE.js.map +0 -1
- package/cjs/chunks/bundle-njPw7cKy.js.map +0 -1
- package/cjs/chunks/bundle-ovHk3JiU.js.map +0 -1
- package/cjs/chunks/bundle-s_gWMxar.js.map +0 -1
- package/cjs/chunks/bundle-uNdBr9PL.js.map +0 -1
- package/cjs/chunks/bundle-uq4X3bUm.js.map +0 -1
- package/cjs/chunks/bundle-x9QxRr3_.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C-cNHvb3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C3cyXpot.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-fT16CxUq.js';
|
|
2
2
|
import { useState, useRef, useCallback } from 'react';
|
|
3
|
-
import { u as useMediaQueryContext } from './bundle-
|
|
3
|
+
import { u as useMediaQueryContext } from './bundle-DcfQg8Uy.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-C584816X.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C584816X.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C6DfSdlB.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useState, useMemo, useRef, useEffect } from 'react';
|
|
2
|
-
import { a as __awaiter, b as __generator, _ as __assign } from './bundle-
|
|
2
|
+
import { a as __awaiter, b as __generator, _ as __assign } from './bundle-fT16CxUq.js';
|
|
3
3
|
import { SendingStatus } from '@sendbird/chat/message';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
5
5
|
import ImageRenderer, { getBorderRadiusForMultipleImageRenderer } from '../ui/ImageRenderer.js';
|
|
6
|
-
import { z as getClassName, B as isGif } from './bundle-
|
|
6
|
+
import { z as getClassName, B as isGif } from './bundle-ByVmmqcj.js';
|
|
7
7
|
import FileViewer from '../ui/FileViewer.js';
|
|
8
|
-
import { u as useSendbird } from './bundle-
|
|
9
|
-
import { K } from './bundle-
|
|
8
|
+
import { u as useSendbird } from './bundle-C98ZxHO9.js';
|
|
9
|
+
import { K } from './bundle-yydYieYt.js';
|
|
10
10
|
|
|
11
11
|
function ImageGrid(_a) {
|
|
12
12
|
var _b;
|
|
@@ -178,4 +178,4 @@ var useFileInfoListWithUploaded = function (message) {
|
|
|
178
178
|
};
|
|
179
179
|
|
|
180
180
|
export { MultipleFilesMessageItemBody as M, ThreadMessageKind as T, useFileInfoListWithUploaded as a, useThreadMessageKindKeySelector as u };
|
|
181
|
-
//# sourceMappingURL=bundle-
|
|
181
|
+
//# sourceMappingURL=bundle-C8ue-M9T.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-C8ue-M9T.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as __assign, a as __awaiter, b as __generator } from './bundle-
|
|
2
|
-
import { S as SendbirdContext, s as shimExports } from './bundle-
|
|
1
|
+
import { _ as __assign, a as __awaiter, b as __generator } from './bundle-fT16CxUq.js';
|
|
2
|
+
import { S as SendbirdContext, s as shimExports } from './bundle-VqoQQamR.js';
|
|
3
3
|
import { useContext, useCallback, useMemo } from 'react';
|
|
4
4
|
import SendbirdChat, { SendbirdProduct, SendbirdPlatform, DeviceOsPlatform } from '@sendbird/chat';
|
|
5
5
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
@@ -28,7 +28,7 @@ function initSDK(_a) {
|
|
|
28
28
|
params.customWebSocketHost = customWebSocketHost;
|
|
29
29
|
return SendbirdChat.init(params);
|
|
30
30
|
}
|
|
31
|
-
var APP_VERSION_STRING = '3.17.
|
|
31
|
+
var APP_VERSION_STRING = '3.17.10';
|
|
32
32
|
/**
|
|
33
33
|
* Sets up the Sendbird SDK after initialization.
|
|
34
34
|
* Configures necessary settings, adds extensions, sets the platform, and configures the session handler if provided.
|
|
@@ -269,4 +269,4 @@ var useSendbird = function () {
|
|
|
269
269
|
};
|
|
270
270
|
|
|
271
271
|
export { useSendbird as u };
|
|
272
|
-
//# sourceMappingURL=bundle-
|
|
272
|
+
//# sourceMappingURL=bundle-C98ZxHO9.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-C98ZxHO9.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as __assign } from './bundle-
|
|
1
|
+
import { _ as __assign } from './bundle-fT16CxUq.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { S as SuggestedMentionListView } from './bundle-
|
|
4
|
-
import { u as useThread } from './bundle-
|
|
3
|
+
import { S as SuggestedMentionListView } from './bundle-Ds73wciT.js';
|
|
4
|
+
import { u as useThread } from './bundle-CznW00mg.js';
|
|
5
5
|
|
|
6
6
|
var SuggestedMentionList = function (props) {
|
|
7
7
|
var currentChannel = useThread().state.currentChannel;
|
|
@@ -9,4 +9,4 @@ var SuggestedMentionList = function (props) {
|
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export { SuggestedMentionList as S };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-CAtDWrGV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CAtDWrGV.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-
|
|
1
|
+
import { _ as __assign, a as __awaiter, b as __generator, c as __spreadArray } from './bundle-fT16CxUq.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-DcYwBbme.js';
|
|
4
|
+
import { L as LocalizationContext, u as useLocalization } from './bundle-CwWHzn0O.js';
|
|
5
|
+
import { U as UserListItemMenu } from './bundle-QdDm0lM_.js';
|
|
6
6
|
import Button, { ButtonTypes, ButtonSizes } from '../ui/Button.js';
|
|
7
7
|
import { UserListItem } from '../ui/UserListItem.js';
|
|
8
|
-
import { M as Modal } from './bundle-
|
|
9
|
-
import { u as useOnScrollPositionChangeDetector } from './bundle-
|
|
10
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-
|
|
8
|
+
import { M as Modal } from './bundle-Bq3cKfll.js';
|
|
9
|
+
import { u as useOnScrollPositionChangeDetector } from './bundle-Cy88TJjF.js';
|
|
10
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from './bundle-DzM4yc5s.js';
|
|
11
11
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
12
|
-
import { n as noop } from './bundle-
|
|
12
|
+
import { n as noop } from './bundle-BxRMl0NH.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-CCFaWKwf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CCFaWKwf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useState, useCallback } from 'react';
|
|
2
|
-
import { m as isSendableMessage, z as getClassName, p as getUIKitMessageTypes, Q as isFormMessage, E as isTemplateMessage, R as isValidTemplateMessageType, N as isOGMessage, _ as isTextMessage, o as getUIKitMessageType, e as isMultipleFilesMessage, i as isVoiceMessage, r as isThumbnailMessage, h as getSenderName } from './bundle-
|
|
3
|
-
import { C as ContextMenu, b as MenuItems } from './bundle-
|
|
4
|
-
import { A as Avatar } from './bundle-
|
|
2
|
+
import { m as isSendableMessage, z as getClassName, p as getUIKitMessageTypes, Q as isFormMessage, E as isTemplateMessage, R as isValidTemplateMessageType, N as isOGMessage, _ as isTextMessage, o as getUIKitMessageType, e as isMultipleFilesMessage, i as isVoiceMessage, r as isThumbnailMessage, h as getSenderName } from './bundle-ByVmmqcj.js';
|
|
3
|
+
import { C as ContextMenu, b as MenuItems } from './bundle-DFwAWoi7.js';
|
|
4
|
+
import { A as Avatar } from './bundle-DMP4IOmZ.js';
|
|
5
5
|
import UserProfile from '../ui/UserProfile.js';
|
|
6
|
-
import { u as useUserProfileContext } from './bundle-
|
|
7
|
-
import { c as classnames } from './bundle-
|
|
8
|
-
import { a as __awaiter, b as __generator, _ as __assign } from './bundle-
|
|
6
|
+
import { u as useUserProfileContext } from './bundle-CJX5Jh7u.js';
|
|
7
|
+
import { c as classnames } from './bundle-BxRMl0NH.js';
|
|
8
|
+
import { a as __awaiter, b as __generator, _ as __assign } from './bundle-fT16CxUq.js';
|
|
9
9
|
import OGMessageItemBody from '../ui/OGMessageItemBody.js';
|
|
10
10
|
import TextMessageItemBody from '../ui/TextMessageItemBody.js';
|
|
11
11
|
import FileMessageItemBody from '../ui/FileMessageItemBody.js';
|
|
12
|
-
import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-
|
|
12
|
+
import { u as useThreadMessageKindKeySelector, a as useFileInfoListWithUploaded, M as MultipleFilesMessageItemBody } from './bundle-C8ue-M9T.js';
|
|
13
13
|
import { VoiceMessageItemBody } from '../ui/VoiceMessageItemBody.js';
|
|
14
14
|
import ThumbnailMessageItemBody from '../ui/ThumbnailMessageItemBody.js';
|
|
15
15
|
import UnknownMessageItemBody from '../ui/UnknownMessageItemBody.js';
|
|
16
|
-
import { K } from './bundle-
|
|
16
|
+
import { K } from './bundle-yydYieYt.js';
|
|
17
17
|
import { TemplateMessageItemBody } from '../ui/TemplateMessageItemBody.js';
|
|
18
18
|
import Button from '../ui/Button.js';
|
|
19
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-
|
|
19
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from './bundle-DzM4yc5s.js';
|
|
20
20
|
import MessageFeedbackFailedModal from '../ui/MessageFeedbackFailedModal.js';
|
|
21
|
-
import { L as LocalizationContext } from './bundle-
|
|
21
|
+
import { L as LocalizationContext } from './bundle-CwWHzn0O.js';
|
|
22
22
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
23
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
24
|
-
import { f as isFormVersionCompatible } from './bundle-
|
|
25
|
-
import { M as MESSAGE_TEMPLATE_KEY } from './bundle-
|
|
23
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-C6DfSdlB.js';
|
|
24
|
+
import { f as isFormVersionCompatible } from './bundle-Cda4O3PL.js';
|
|
25
|
+
import { M as MESSAGE_TEMPLATE_KEY } from './bundle-DobIp5EF.js';
|
|
26
26
|
|
|
27
27
|
function MessageProfile(_a) {
|
|
28
28
|
var
|
|
@@ -70,6 +70,9 @@ var InputLabel = function (_a) {
|
|
|
70
70
|
var children = _a.children;
|
|
71
71
|
return (React__default.createElement(Label, { className: 'sendbird-form-message__input__label', type: LabelTypography.CAPTION_2, color: LabelColors.ONBACKGROUND_2 }, children));
|
|
72
72
|
};
|
|
73
|
+
/**
|
|
74
|
+
* @deprecated This feature is deprecated and will be removed in May 2026.
|
|
75
|
+
*/
|
|
73
76
|
var FormInput = function (props) {
|
|
74
77
|
var name = props.name, required = props.required, errorMessage = props.errorMessage, isValid = props.isValid, values = props.values, isInvalidated = props.isInvalidated, isSubmitTried = props.isSubmitTried, style = props.style, onFocused = props.onFocused, onChange = props.onChange, placeHolder = props.placeHolder, isSubmitted = props.isSubmitted;
|
|
75
78
|
var layout = style.layout, _a = style.options, options = _a === void 0 ? [] : _a, resultCount = style.resultCount;
|
|
@@ -183,6 +186,9 @@ var FallbackUserMessage = function (_a) {
|
|
|
183
186
|
]) },
|
|
184
187
|
React__default.createElement(Label, { className: "sendbird-unknown-message-item-body__description", type: LabelTypography.BODY_1, color: isByMe ? LabelColors.ONCONTENT_3 : LabelColors.ONBACKGROUND_3 }, text)));
|
|
185
188
|
};
|
|
189
|
+
/**
|
|
190
|
+
* @deprecated This feature is deprecated and will be removed in May 2026.
|
|
191
|
+
*/
|
|
186
192
|
function FormMessageItemBody(props) {
|
|
187
193
|
var _this = this;
|
|
188
194
|
var message = props.message, form = props.form, isByMe = props.isByMe, logger = props.logger;
|
|
@@ -290,13 +296,7 @@ function FormMessageItemBody(props) {
|
|
|
290
296
|
setFormValues(function (_a) {
|
|
291
297
|
var newInputs = _a.slice(0);
|
|
292
298
|
newInputs[index] = __assign(__assign({}, newInputs[index]), { draftValues: values, errorMessage: (function () {
|
|
293
|
-
|
|
294
|
-
return stringSet.FORM_ITEM_INVALID;
|
|
295
|
-
}
|
|
296
|
-
if (required && values.length === 0) {
|
|
297
|
-
return stringSet.FORM_ITEM_REQUIRED;
|
|
298
|
-
}
|
|
299
|
-
return null;
|
|
299
|
+
return stringSet.FORM_ITEM_INVALID;
|
|
300
300
|
})() });
|
|
301
301
|
return newInputs; // Return the new array
|
|
302
302
|
});
|
|
@@ -378,4 +378,4 @@ var MessageHeader = function (props) {
|
|
|
378
378
|
};
|
|
379
379
|
|
|
380
380
|
export { MessageProfile as M, MessageBody as a, MessageHeader as b };
|
|
381
|
-
//# sourceMappingURL=bundle-
|
|
381
|
+
//# sourceMappingURL=bundle-CD7nQMNh.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CD7nQMNh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React__default, { useEffect, useCallback, useState, useReducer, useRef, useMemo } from 'react';
|
|
2
|
-
import { u as useLocalization } from './bundle-
|
|
3
|
-
import { U as UserProfileProvider } from './bundle-
|
|
4
|
-
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-
|
|
5
|
-
import { c as compareIds } from './bundle-
|
|
6
|
-
import { p as pubSubTopics } from './bundle-
|
|
2
|
+
import { u as useLocalization } from './bundle-CwWHzn0O.js';
|
|
3
|
+
import { U as UserProfileProvider } from './bundle-CJX5Jh7u.js';
|
|
4
|
+
import { _ as __assign, c as __spreadArray, a as __awaiter, b as __generator } from './bundle-fT16CxUq.js';
|
|
5
|
+
import { c as compareIds } from './bundle-lcE93tnM.js';
|
|
6
|
+
import { p as pubSubTopics } from './bundle-B3Vz_eYg.js';
|
|
7
7
|
import { ChannelType } from '@sendbird/chat';
|
|
8
8
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
9
|
-
import { u as uuidv4 } from './bundle-
|
|
10
|
-
import { c as compressImages } from './bundle-
|
|
9
|
+
import { u as uuidv4 } from './bundle-DnBGqmRP.js';
|
|
10
|
+
import { c as compressImages } from './bundle-Bu8UF7z9.js';
|
|
11
11
|
import { useGlobalModalContext } from '../hooks/useModal.js';
|
|
12
|
-
import { O as ONE_MiB } from './bundle-
|
|
13
|
-
import { c as ModalFooter } from './bundle-
|
|
14
|
-
import './bundle-
|
|
12
|
+
import { O as ONE_MiB } from './bundle-DobIp5EF.js';
|
|
13
|
+
import { c as ModalFooter } from './bundle-Bq3cKfll.js';
|
|
14
|
+
import './bundle-DzM4yc5s.js';
|
|
15
15
|
import { ButtonTypes } from '../ui/Button.js';
|
|
16
|
-
import { u as useSendbird } from './bundle-
|
|
16
|
+
import { u as useSendbird } from './bundle-C98ZxHO9.js';
|
|
17
17
|
|
|
18
18
|
var shouldFetchMore = function (messageLength, maxMessages) {
|
|
19
19
|
if (typeof maxMessages !== 'number') {
|
|
@@ -1356,4 +1356,4 @@ var useOpenChannelContext = function () {
|
|
|
1356
1356
|
};
|
|
1357
1357
|
|
|
1358
1358
|
export { OpenChannelProvider as O, kFormatter as k, useOpenChannelContext as u };
|
|
1359
|
-
//# sourceMappingURL=bundle-
|
|
1359
|
+
//# sourceMappingURL=bundle-CFHEY2p4.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CFHEY2p4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -9,4 +9,4 @@ var ThreadReplySelectType;
|
|
|
9
9
|
})(ThreadReplySelectType || (ThreadReplySelectType = {}));
|
|
10
10
|
|
|
11
11
|
export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, UIKIT_COMPATIBLE_FORM_VERSION as U, USER_MENTION_TEMP_CHAR as a, MAX_USER_SUGGESTION_COUNT as b };
|
|
12
|
-
//# sourceMappingURL=bundle-
|
|
12
|
+
//# sourceMappingURL=bundle-CIlc1dvT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CIlc1dvT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { u as useSendbird } from './bundle-
|
|
2
|
+
import { u as useSendbird } from './bundle-C98ZxHO9.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* user profile goes deep inside the component tree
|
|
@@ -27,4 +27,4 @@ var UserProfileProvider = function (_a) {
|
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
export { UserProfileProvider as U, useUserProfileContext as u };
|
|
30
|
-
//# sourceMappingURL=bundle-
|
|
30
|
+
//# sourceMappingURL=bundle-CJX5Jh7u.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CJX5Jh7u.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useEffect, useRef } from 'react';
|
|
2
|
-
import { i as isEqual } from './bundle-
|
|
2
|
+
import { i as isEqual } from './bundle-VqoQQamR.js';
|
|
3
3
|
|
|
4
4
|
function useDeepCompareMemoize(value) {
|
|
5
5
|
var ref = useRef(value);
|
|
@@ -35,4 +35,4 @@ function useDeepCompareEffect(callback, dependencies) {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
export { useDeepCompareEffect as u };
|
|
38
|
-
//# sourceMappingURL=bundle-
|
|
38
|
+
//# sourceMappingURL=bundle-CLLlK3L0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CLLlK3L0.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CLxgZowy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CQgnHPbJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { K } from './bundle-
|
|
3
|
-
import { T as TOKEN_TYPES, a as tokenizeMarkdown, U as USER_MENTION_PREFIX, b as getWhiteSpacePreservedText } from './bundle-
|
|
2
|
+
import { K } from './bundle-yydYieYt.js';
|
|
3
|
+
import { T as TOKEN_TYPES, a as tokenizeMarkdown, U as USER_MENTION_PREFIX, b as getWhiteSpacePreservedText } from './bundle-DiDPUa4G.js';
|
|
4
4
|
import { useMessageContext } from '../Message/context.js';
|
|
5
5
|
import MentionLabel from '../ui/MentionLabel.js';
|
|
6
6
|
import LinkLabel from '../ui/LinkLabel.js';
|
|
7
|
-
import { a as LabelTypography, b as LabelColors } from './bundle-
|
|
7
|
+
import { a as LabelTypography, b as LabelColors } from './bundle-DzM4yc5s.js';
|
|
8
8
|
|
|
9
9
|
// this function is used to generate a unique key for token in message
|
|
10
10
|
// it changes with updated time and index
|
|
@@ -34,10 +34,10 @@ function asSafeURL(url) {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
function TextFragment(_a) {
|
|
37
|
-
var tokens = _a.tokens;
|
|
37
|
+
var tokens = _a.tokens, isByMeProp = _a.isByMe;
|
|
38
38
|
var messageStore = useMessageContext();
|
|
39
39
|
var message = messageStore === null || messageStore === void 0 ? void 0 : messageStore.message;
|
|
40
|
-
var isByMe = messageStore === null || messageStore === void 0 ? void 0 : messageStore.isByMe;
|
|
40
|
+
var isByMe = isByMeProp !== null && isByMeProp !== void 0 ? isByMeProp : messageStore === null || messageStore === void 0 ? void 0 : messageStore.isByMe;
|
|
41
41
|
var updatedAt = message.updatedAt, createdAt = message.createdAt;
|
|
42
42
|
return (React__default.createElement(React__default.Fragment, null, tokens === null || tokens === void 0 ? void 0 : tokens.map(function (token, idx) {
|
|
43
43
|
var key = keyGenerator(createdAt, updatedAt, idx);
|
|
@@ -47,12 +47,12 @@ function TextFragment(_a) {
|
|
|
47
47
|
var groups = markdownToken.groups;
|
|
48
48
|
return React__default.createElement("span", { className: "sendbird-word", key: key, "data-testid": "sendbird-ui-word" }, K(markdownToken.markdownType)
|
|
49
49
|
.with('bold', function () { return (React__default.createElement("span", { style: { fontWeight: 'bold' } },
|
|
50
|
-
React__default.createElement(TextFragment, { tokens: tokenizeMarkdown({ messageText: groups[1] }) }))); })
|
|
50
|
+
React__default.createElement(TextFragment, { tokens: tokenizeMarkdown({ messageText: groups[1] }), isByMe: isByMe }))); })
|
|
51
51
|
.with('url', function () {
|
|
52
52
|
return (React__default.createElement("a", { className: isByMe
|
|
53
53
|
? 'sendbird-label--color-oncontent-1'
|
|
54
54
|
: 'sendbird-label--color-onbackground-1', href: asSafeURL(groups[2]), target: "_blank", rel: "noopener noreferrer" },
|
|
55
|
-
React__default.createElement(TextFragment, { tokens: tokenizeMarkdown({ messageText: groups[1] }) })));
|
|
55
|
+
React__default.createElement(TextFragment, { tokens: tokenizeMarkdown({ messageText: groups[1] }), isByMe: isByMe })));
|
|
56
56
|
})
|
|
57
57
|
.otherwise(function () { return React__default.createElement(React__default.Fragment, null); }));
|
|
58
58
|
})
|
|
@@ -67,4 +67,4 @@ function TextFragment(_a) {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
export { TextFragment as T };
|
|
70
|
-
//# sourceMappingURL=bundle-
|
|
70
|
+
//# sourceMappingURL=bundle-CT2liYyN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CT2liYyN.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CUdLrgmK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -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, a as MenuItem, M as MessageMenuProvider, b as MenuItems, g as getObservingId } from './bundle-
|
|
4
|
-
import { _ as __assign } from './bundle-
|
|
2
|
+
import { n as noop, c as classnames } from './bundle-BxRMl0NH.js';
|
|
3
|
+
import { u as useMessageMenuContext, a as MenuItem, M as MessageMenuProvider, b as MenuItems, g as getObservingId } from './bundle-DFwAWoi7.js';
|
|
4
|
+
import { _ as __assign } from './bundle-fT16CxUq.js';
|
|
5
5
|
import IconButton from '../ui/IconButton.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../ui/Icon.js';
|
|
7
|
-
import { n as isUserMessage, C as copyToClipboard, y as isFailedMessage, s as isSentMessage, x as isPendingMessage } from './bundle-
|
|
8
|
-
import { u as useLocalization } from './bundle-
|
|
7
|
+
import { n as isUserMessage, C as copyToClipboard, y as isFailedMessage, s as isSentMessage, x as isPendingMessage } from './bundle-ByVmmqcj.js';
|
|
8
|
+
import { u as useLocalization } from './bundle-CwWHzn0O.js';
|
|
9
9
|
import { Role } from '@sendbird/chat';
|
|
10
|
-
import { u as useSendbird } from './bundle-
|
|
10
|
+
import { u as useSendbird } from './bundle-C98ZxHO9.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;
|
|
@@ -166,17 +166,17 @@ var showMenuItemThread = function (_a) {
|
|
|
166
166
|
};
|
|
167
167
|
var showMenuItemMarkAsUnread = function (_a) {
|
|
168
168
|
var _b;
|
|
169
|
-
var message = _a.message, channel = _a.channel
|
|
170
|
-
return !isFailedMessage(message) && !isPendingMessage(message) && ((_b = channel === null || channel === void 0 ? void 0 : channel.isGroupChannel) === null || _b === void 0 ? void 0 : _b.call(channel))
|
|
169
|
+
var message = _a.message, channel = _a.channel;
|
|
170
|
+
return !isFailedMessage(message) && !isPendingMessage(message) && ((_b = channel === null || channel === void 0 ? void 0 : channel.isGroupChannel) === null || _b === void 0 ? void 0 : _b.call(channel));
|
|
171
171
|
};
|
|
172
172
|
|
|
173
173
|
var MessageMenu = function (_a) {
|
|
174
174
|
var _b;
|
|
175
|
-
var className = _a.className, message = _a.message, channel = _a.channel, isByMe = _a.isByMe, replyType = _a.replyType, _c = _a.renderTrigger, renderTrigger =
|
|
176
|
-
var
|
|
175
|
+
var className = _a.className, message = _a.message, channel = _a.channel, isByMe = _a.isByMe, replyType = _a.replyType, _c = _a.inThreadList, inThreadList = _c === void 0 ? false : _c, _d = _a.renderTrigger, renderTrigger = _d === void 0 ? TriggerIcon : _d, renderMenuItems = _a.renderMenuItems, _e = _a.disableDeleteMessage, disableDeleteMessage = _e === void 0 ? null : _e, _f = _a.showEdit, showEdit = _f === void 0 ? noop : _f, _g = _a.showRemove, showRemove = _g === void 0 ? noop : _g, deleteMessage = _a.deleteMessage, resendMessage = _a.resendMessage, markAsUnread = _a.markAsUnread, setQuoteMessage = _a.setQuoteMessage, onReplyInThread = _a.onReplyInThread, onMoveToParentMessage = _a.onMoveToParentMessage;
|
|
176
|
+
var _h = useSendbird().state.config, isOnline = _h.isOnline, enableMarkAsUnread = _h.groupChannel.enableMarkAsUnread;
|
|
177
177
|
var triggerRef = useRef(null);
|
|
178
178
|
var containerRef = useRef(null);
|
|
179
|
-
var
|
|
179
|
+
var _j = useState(false), isMenuVisible = _j[0], setMenuVisibility = _j[1];
|
|
180
180
|
var hideMenu = function () { return setMenuVisibility(false); };
|
|
181
181
|
var showMenu = function () { return setMenuVisibility(true); };
|
|
182
182
|
var toggleMenu = function () { return setMenuVisibility(function (visible) { return !visible; }); };
|
|
@@ -225,10 +225,10 @@ var MessageMenu = function (_a) {
|
|
|
225
225
|
showMenuItemThread(params) && React__default.createElement(ThreadMenuItem, null),
|
|
226
226
|
showMenuItemOpenInChannel(params) && React__default.createElement(OpenInChannelMenuItem, null),
|
|
227
227
|
showMenuItemEdit(params) && React__default.createElement(EditMenuItem, null),
|
|
228
|
-
enableMarkAsUnread && showMenuItemMarkAsUnread(params) && React__default.createElement(MarkAsUnreadMenuItem, null),
|
|
228
|
+
enableMarkAsUnread && !inThreadList && showMenuItemMarkAsUnread(params) && React__default.createElement(MarkAsUnreadMenuItem, null),
|
|
229
229
|
showMenuItemResend(params) && React__default.createElement(ResendMenuItem, null),
|
|
230
230
|
showMenuItemDelete(params) && React__default.createElement(DeleteMenuItem, null))))))));
|
|
231
231
|
};
|
|
232
232
|
|
|
233
233
|
export { MessageMenu as M };
|
|
234
|
-
//# sourceMappingURL=bundle-
|
|
234
|
+
//# sourceMappingURL=bundle-CVkjpnw8.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CVkjpnw8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as isFileMessage, e as isMultipleFilesMessage } from './bundle-
|
|
2
|
-
import { K } from './bundle-
|
|
1
|
+
import { d as isFileMessage, e as isMultipleFilesMessage } from './bundle-ByVmmqcj.js';
|
|
2
|
+
import { K } from './bundle-yydYieYt.js';
|
|
3
3
|
|
|
4
4
|
function getMessageFirstFileType(message) {
|
|
5
5
|
return K(message)
|
|
@@ -66,4 +66,4 @@ function getMessageFirstFileThumbnailUrl(message) {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
export { getMessageFirstFileType as a, getMessageFirstFileName as b, getMessageFirstFileThumbnailUrl as c, getMessageFirstFileUrl as g };
|
|
69
|
-
//# sourceMappingURL=bundle-
|
|
69
|
+
//# sourceMappingURL=bundle-CWttl_Pf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CWttl_Pf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ConnectionHandler } from '@sendbird/chat';
|
|
2
2
|
import { useRef, useLayoutEffect, useState, useEffect, useMemo } from 'react';
|
|
3
|
-
import { u as uuidv4 } from './bundle-
|
|
4
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
3
|
+
import { u as uuidv4 } from './bundle-DnBGqmRP.js';
|
|
4
|
+
import { a as __awaiter, b as __generator } from './bundle-fT16CxUq.js';
|
|
5
5
|
|
|
6
6
|
// this hook accepts a callback to run component is unmounted
|
|
7
7
|
function useUnmount(callback) {
|
|
@@ -195,4 +195,4 @@ function useMarkAsDeliveredScheduler(_a, _b) {
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
export { useMarkAsDeliveredScheduler as a, useUnmount as b, schedulerFactory as s, useOnlineStatus as u };
|
|
198
|
-
//# sourceMappingURL=bundle-
|
|
198
|
+
//# sourceMappingURL=bundle-CY2NPyy9.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CY2NPyy9.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __awaiter, b as __generator } from './bundle-
|
|
1
|
+
import { a as __awaiter, b as __generator } from './bundle-fT16CxUq.js';
|
|
2
2
|
|
|
3
3
|
var uikitConfigStorage = {
|
|
4
4
|
getItem: function (key) {
|
|
@@ -19,4 +19,4 @@ var uikitConfigStorage = {
|
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export { uikitConfigStorage as u };
|
|
22
|
-
//# sourceMappingURL=bundle-
|
|
22
|
+
//# sourceMappingURL=bundle-CY6jSZJz.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-CY6jSZJz.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useCallback } from 'react';
|
|
2
2
|
import DOMPurify from 'dompurify';
|
|
3
|
-
import { a as NodeNames, N as NodeTypes } from './bundle-
|
|
4
|
-
import { a as USER_MENTION_TEMP_CHAR } from './bundle-
|
|
5
|
-
import { c as __spreadArray } from './bundle-
|
|
6
|
-
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-
|
|
7
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
8
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-
|
|
3
|
+
import { a as NodeNames, N as NodeTypes } from './bundle-CLxgZowy.js';
|
|
4
|
+
import { a as USER_MENTION_TEMP_CHAR } from './bundle-CIlc1dvT.js';
|
|
5
|
+
import { c as __spreadArray } from './bundle-fT16CxUq.js';
|
|
6
|
+
import { M as MENTION_USER_LABEL_CLASSNAME } from './bundle-CeknuDhO.js';
|
|
7
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from './bundle-C6DfSdlB.js';
|
|
8
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from './bundle-CQgnHPbJ.js';
|
|
9
9
|
|
|
10
10
|
function renderToString(_a) {
|
|
11
11
|
var userId = _a.userId, nickname = _a.nickname;
|
|
@@ -243,4 +243,4 @@ function getURIListText(e) {
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
export { extractTextAndMentions as e, isChannelTypeSupportsMultipleFilesMessage as i, nodeListToArray as n, renderToString as r, sanitizeString as s, usePaste as u };
|
|
246
|
-
//# sourceMappingURL=bundle-
|
|
246
|
+
//# sourceMappingURL=bundle-CbLxWQmt.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle-
|
|
1
|
+
{"version":3,"file":"bundle-CbLxWQmt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as UIKIT_COMPATIBLE_FORM_VERSION } from './bundle-
|
|
1
|
+
import { U as UIKIT_COMPATIBLE_FORM_VERSION } from './bundle-CIlc1dvT.js';
|
|
2
2
|
|
|
3
3
|
function getComponentKeyFromMessage(message) {
|
|
4
4
|
if ('sendingStatus' in message) {
|
|
@@ -52,4 +52,4 @@ var isDisabledBecauseMessageForm = function (allMessages, enableFormTypeMessage)
|
|
|
52
52
|
};
|
|
53
53
|
|
|
54
54
|
export { isDisabledBecauseMuted as a, isDisabledBecauseSuggestedReplies as b, isDisabledBecauseMessageForm as c, isContextMenuClosed as d, getComponentKeyFromMessage as e, isFormVersionCompatible as f, getMessageTopOffset as g, isDisabledBecauseFrozen as i };
|
|
55
|
-
//# sourceMappingURL=bundle-
|
|
55
|
+
//# sourceMappingURL=bundle-Cda4O3PL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle-Cda4O3PL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|