@sendbird/uikit-react 3.13.3 → 3.14.0-beta.2
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 +78 -78
- package/CHANGELOG.md +11 -72
- package/Channel/components/ChannelHeader.js +29 -29
- package/Channel/components/ChannelUI.js +64 -64
- package/Channel/components/FileViewer.js +28 -28
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +54 -53
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageFeedbackModal.js +9 -9
- package/Channel/components/MessageInput.js +41 -41
- package/Channel/components/MessageInputWrapper.js +41 -41
- package/Channel/components/MessageList.js +57 -57
- package/Channel/components/RemoveMessageModal.js +27 -27
- package/Channel/components/SuggestedMentionList.js +27 -27
- package/Channel/components/TypingIndicator.js +6 -6
- package/Channel/components/UnreadCount.js +7 -7
- package/Channel/context.js +19 -19
- package/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/Channel/utils/getMessagePartsInfo.js +6 -6
- package/Channel.js +64 -64
- package/ChannelList/components/AddChannel.js +20 -20
- package/ChannelList/components/ChannelListHeader.js +8 -8
- package/ChannelList/components/ChannelListUI.js +34 -34
- package/ChannelList/components/ChannelPreview.js +27 -27
- package/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/ChannelList/context.js +10 -10
- package/ChannelList.js +34 -34
- package/ChannelSettings/components/ChannelProfile.js +14 -14
- package/ChannelSettings/components/ChannelSettingsHeader.js +6 -6
- package/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +21 -21
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +20 -20
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +23 -23
- package/CreateChannel/components/CreateChannelUI.js +16 -16
- package/CreateChannel/components/InviteUsers.js +16 -16
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +16 -16
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +11 -11
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/GroupChannel/components/FileViewer.js +27 -56
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +5 -5
- package/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/GroupChannel/components/GroupChannelUI.js +59 -59
- package/GroupChannel/components/Message.js +53 -52
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +38 -38
- package/GroupChannel/components/MessageList.js +52 -52
- package/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/GroupChannel/components/TypingIndicator.js +6 -6
- package/GroupChannel/components/UnreadCount.js +7 -7
- package/GroupChannel/context.js +13 -13
- package/GroupChannel.js +59 -59
- package/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/GroupChannelList/context.js +5 -5
- package/GroupChannelList.js +33 -33
- package/MessageSearch/components/MessageSearchUI.js +14 -14
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +14 -14
- package/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/OpenChannel/components/OpenChannelInput.js +25 -25
- package/OpenChannel/components/OpenChannelMessage.js +35 -35
- package/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/OpenChannel/components/OpenChannelUI.js +39 -39
- package/OpenChannel/context.js +17 -17
- package/OpenChannel.js +39 -39
- package/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +14 -14
- package/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
- package/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +19 -19
- package/SendbirdProvider.js +133 -79
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +46 -75
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +34 -73
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +7 -7
- package/Thread/components/ThreadList.js +46 -46
- package/Thread/components/ThreadListItem.js +52 -109
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +42 -42
- package/Thread/components/ThreadUI.js +56 -56
- package/Thread/context.js +10 -11
- package/Thread/context.js.map +1 -1
- package/Thread.js +56 -56
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +10 -10
- package/VoiceRecorder/context.js +10 -10
- package/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/chunks/{bundle-DI3fL4Xw.js → bundle-5okwu0-4.js} +58 -4
- package/{cjs/chunks/bundle-Tx6vw4BY.js.map → chunks/bundle-5okwu0-4.js.map} +1 -1
- package/chunks/{bundle-ts_i6oEg.js → bundle-87W4GPnC.js} +1 -1
- package/chunks/bundle-87W4GPnC.js.map +1 -0
- package/chunks/{bundle-CmdUup8N.js → bundle-B0azZJiA.js} +14 -14
- package/chunks/{bundle-CmdUup8N.js.map → bundle-B0azZJiA.js.map} +1 -1
- package/chunks/{bundle-DIEAFe_F.js → bundle-B1s46xJT.js} +2 -2
- package/chunks/bundle-B1s46xJT.js.map +1 -0
- package/chunks/{bundle-GRqvZZ2N.js → bundle-B2pNgmzq.js} +3 -3
- package/chunks/bundle-B2pNgmzq.js.map +1 -0
- package/chunks/{bundle-Cvm8Ag45.js → bundle-B5kwbUC5.js} +1 -1
- package/chunks/bundle-B5kwbUC5.js.map +1 -0
- package/chunks/{bundle-CkInAxxb.js → bundle-BFDyBk4r.js} +1 -1
- package/chunks/bundle-BFDyBk4r.js.map +1 -0
- package/chunks/{bundle-D47WMGAq.js → bundle-BH5rbsxO.js} +1 -1
- package/chunks/{bundle-D47WMGAq.js.map → bundle-BH5rbsxO.js.map} +1 -1
- package/chunks/{bundle-BlHQV-25.js → bundle-BJ9OAqWz.js} +1 -1
- package/chunks/bundle-BJ9OAqWz.js.map +1 -0
- package/chunks/{bundle-Bm_WZS3a.js → bundle-BJgNc4do.js} +2 -2
- package/chunks/{bundle-Bm_WZS3a.js.map → bundle-BJgNc4do.js.map} +1 -1
- package/chunks/{bundle-Dypl_pLH.js → bundle-BJs_5v6q.js} +2 -2
- package/chunks/{bundle-Dypl_pLH.js.map → bundle-BJs_5v6q.js.map} +1 -1
- package/chunks/{bundle-DQnpJfyk.js → bundle-BKG2cvZ9.js} +3 -3
- package/chunks/bundle-BKG2cvZ9.js.map +1 -0
- package/chunks/{bundle-BntzGGYb.js → bundle-BNeRxCQA.js} +1 -1
- package/chunks/bundle-BNeRxCQA.js.map +1 -0
- package/chunks/{bundle-SvqLmXeF.js → bundle-BNydv1KA.js} +6 -6
- package/chunks/bundle-BNydv1KA.js.map +1 -0
- package/chunks/{bundle-BVGlC_pg.js → bundle-BPclYGwz.js} +1 -1
- package/chunks/bundle-BPclYGwz.js.map +1 -0
- package/chunks/{bundle-CCUBCV04.js → bundle-BSPBjwR6.js} +6 -6
- package/chunks/bundle-BSPBjwR6.js.map +1 -0
- package/chunks/{bundle-DYJilNov.js → bundle-BUy5u56K.js} +1 -1
- package/chunks/bundle-BUy5u56K.js.map +1 -0
- package/chunks/{bundle-jd7__XU_.js → bundle-BdZAuvN7.js} +7 -7
- package/chunks/bundle-BdZAuvN7.js.map +1 -0
- package/chunks/{bundle-DEqxoG9B.js → bundle-Bf5VthYV.js} +1 -1
- package/chunks/bundle-Bf5VthYV.js.map +1 -0
- package/chunks/{bundle-BAsn0CBE.js → bundle-BhjXV0mk.js} +1 -1
- package/chunks/bundle-BhjXV0mk.js.map +1 -0
- package/chunks/{bundle-fvRtOX6P.js → bundle-BmPxXQ_C.js} +5 -5
- package/chunks/bundle-BmPxXQ_C.js.map +1 -0
- package/chunks/{bundle-CYtZF1xr.js → bundle-BoezGGkX.js} +11 -11
- package/chunks/{bundle-CYtZF1xr.js.map → bundle-BoezGGkX.js.map} +1 -1
- package/chunks/{bundle-CLqgMCvn.js → bundle-BuIxT5aZ.js} +1 -1
- package/chunks/bundle-BuIxT5aZ.js.map +1 -0
- package/chunks/{bundle-WrvoTlHQ.js → bundle-BvQAepkJ.js} +1 -1
- package/chunks/bundle-BvQAepkJ.js.map +1 -0
- package/chunks/{bundle-CS4RK0T7.js → bundle-By4sE23W.js} +8 -8
- package/chunks/{bundle-CS4RK0T7.js.map → bundle-By4sE23W.js.map} +1 -1
- package/chunks/{bundle-aE9efllI.js → bundle-Bys5RwQj.js} +2 -2
- package/chunks/bundle-Bys5RwQj.js.map +1 -0
- package/chunks/{bundle-DPhbbRZE.js → bundle-C-_RpFyM.js} +8 -7
- package/chunks/bundle-C-_RpFyM.js.map +1 -0
- package/chunks/{bundle-DxdGwARh.js → bundle-C0LxowmB.js} +3 -3
- package/chunks/{bundle-DxdGwARh.js.map → bundle-C0LxowmB.js.map} +1 -1
- package/chunks/{bundle-BkM4cdOJ.js → bundle-C1RngQCJ.js} +9 -9
- package/chunks/bundle-C1RngQCJ.js.map +1 -0
- package/chunks/{bundle-BXpzbAbi.js → bundle-C4sUzPGS.js} +5 -4
- package/chunks/bundle-C4sUzPGS.js.map +1 -0
- package/chunks/{bundle-VttuSapS.js → bundle-C8TvjQ68.js} +10 -10
- package/chunks/{bundle-VttuSapS.js.map → bundle-C8TvjQ68.js.map} +1 -1
- package/chunks/{bundle-Di7baNGv.js → bundle-CF6PMu9B.js} +1 -1
- package/chunks/bundle-CF6PMu9B.js.map +1 -0
- package/chunks/{bundle-BX0LQWqY.js → bundle-CJIPD7gN.js} +3 -3
- package/chunks/bundle-CJIPD7gN.js.map +1 -0
- package/chunks/{bundle-IuZ6uyzU.js → bundle-COGPgRK-.js} +1 -1
- package/chunks/bundle-COGPgRK-.js.map +1 -0
- package/chunks/{bundle-CAki7JUf.js → bundle-CPszRkFg.js} +1 -1
- package/chunks/bundle-CPszRkFg.js.map +1 -0
- package/chunks/{bundle-DTywBX7q.js → bundle-CRLJsnLv.js} +10 -10
- package/chunks/{bundle-DTywBX7q.js.map → bundle-CRLJsnLv.js.map} +1 -1
- package/chunks/{bundle-BIvhXCoF.js → bundle-CS7t26su.js} +1 -1
- package/chunks/bundle-CS7t26su.js.map +1 -0
- package/chunks/{bundle-CfZFWZM3.js → bundle-CTyr18ZN.js} +3 -3
- package/chunks/{bundle-CfZFWZM3.js.map → bundle-CTyr18ZN.js.map} +1 -1
- package/chunks/{bundle-1ymLj4Og.js → bundle-C_n2Emjx.js} +1 -1
- package/chunks/bundle-C_n2Emjx.js.map +1 -0
- package/chunks/{bundle-Ds2X6Fjs.js → bundle-CbBN2HTx.js} +10 -10
- package/chunks/bundle-CbBN2HTx.js.map +1 -0
- package/chunks/{bundle-BxBdkxXV.js → bundle-CcTHgZqq.js} +1 -1
- package/chunks/{bundle-BxBdkxXV.js.map → bundle-CcTHgZqq.js.map} +1 -1
- package/chunks/{bundle-CMKCY3ba.js → bundle-CcVFQEGF.js} +3 -3
- package/chunks/{bundle-CMKCY3ba.js.map → bundle-CcVFQEGF.js.map} +1 -1
- package/chunks/{bundle-DHp0VTVS.js → bundle-CfKGkWtT.js} +1 -1
- package/chunks/bundle-CfKGkWtT.js.map +1 -0
- package/chunks/{bundle-5HwGq_hd.js → bundle-Cvk0UZLW.js} +4 -4
- package/chunks/{bundle-5HwGq_hd.js.map → bundle-Cvk0UZLW.js.map} +1 -1
- package/chunks/{bundle-CT3xDvIx.js → bundle-CwofYH9U.js} +1 -1
- package/chunks/bundle-CwofYH9U.js.map +1 -0
- package/chunks/{bundle-DoJNLxY9.js → bundle-D-cpJ5MP.js} +1 -1
- package/chunks/bundle-D-cpJ5MP.js.map +1 -0
- package/chunks/{bundle-C6fuKmVo.js → bundle-D56MXYqF.js} +4 -4
- package/chunks/bundle-D56MXYqF.js.map +1 -0
- package/chunks/{bundle-BpDuHeEB.js → bundle-DCjOFMcr.js} +4 -4
- package/chunks/bundle-DCjOFMcr.js.map +1 -0
- package/chunks/{bundle-rl7Rvf_6.js → bundle-DRIvYDIu.js} +12 -13
- package/chunks/bundle-DRIvYDIu.js.map +1 -0
- package/chunks/{bundle-CJ9_QDKY.js → bundle-DRL21d0s.js} +1 -1
- package/chunks/bundle-DRL21d0s.js.map +1 -0
- package/chunks/{bundle-C6ZXjQ1L.js → bundle-DTDkmegk.js} +1 -1
- package/chunks/bundle-DTDkmegk.js.map +1 -0
- package/chunks/{bundle-j5EP0k3D.js → bundle-DUTTSKO5.js} +3 -3
- package/chunks/bundle-DUTTSKO5.js.map +1 -0
- package/chunks/{bundle-DaQK1Cox.js → bundle-DXhynnjn.js} +1 -1
- package/chunks/{bundle-DaQK1Cox.js.map → bundle-DXhynnjn.js.map} +1 -1
- package/chunks/{bundle-CVDtzU3E.js → bundle-D_KO6Orc.js} +1 -1
- package/chunks/{bundle-CVDtzU3E.js.map → bundle-D_KO6Orc.js.map} +1 -1
- package/chunks/{bundle-DqNfXH8L.js → bundle-D_X2Bqh-.js} +2 -2
- package/chunks/bundle-D_X2Bqh-.js.map +1 -0
- package/chunks/{bundle-DuNr1Njk.js → bundle-DcOT2xg0.js} +1 -1
- package/chunks/bundle-DcOT2xg0.js.map +1 -0
- package/chunks/{bundle-D45e30Hl.js → bundle-DgJrJ2xn.js} +4 -4
- package/chunks/bundle-DgJrJ2xn.js.map +1 -0
- package/chunks/{bundle-aJhoAKLH.js → bundle-Dicb9Y5f.js} +6 -6
- package/chunks/bundle-Dicb9Y5f.js.map +1 -0
- package/chunks/{bundle-CIhbNReG.js → bundle-DkRogqRS.js} +3 -3
- package/chunks/bundle-DkRogqRS.js.map +1 -0
- package/chunks/{bundle-yNfnN0a6.js → bundle-DnFiUPoR.js} +1 -1
- package/chunks/bundle-DnFiUPoR.js.map +1 -0
- package/chunks/{bundle-CZYvKysu.js → bundle-DoLed6JB.js} +1 -1
- package/chunks/bundle-DoLed6JB.js.map +1 -0
- package/chunks/{bundle-DavEbLba.js → bundle-DrfdRrEf.js} +2 -2
- package/chunks/bundle-DrfdRrEf.js.map +1 -0
- package/chunks/{bundle-C2vpr4DU.js → bundle-DvI4QhV3.js} +3 -3
- package/chunks/{bundle-C2vpr4DU.js.map → bundle-DvI4QhV3.js.map} +1 -1
- package/chunks/{bundle-oLhQai93.js → bundle-DzuAq6CR.js} +2 -2
- package/chunks/bundle-DzuAq6CR.js.map +1 -0
- package/chunks/{bundle-COR7gPrO.js → bundle-GKCJ2hC_.js} +3 -3
- package/chunks/{bundle-COR7gPrO.js.map → bundle-GKCJ2hC_.js.map} +1 -1
- package/chunks/{bundle-CP1hwfFC.js → bundle-GQqssfTX.js} +1 -1
- package/chunks/bundle-GQqssfTX.js.map +1 -0
- package/chunks/{bundle-BOrV2z_R.js → bundle-N_XkA5JB.js} +52 -54
- package/chunks/bundle-N_XkA5JB.js.map +1 -0
- package/chunks/{bundle-CVFMpKJZ.js → bundle-PsMmoXV_.js} +4 -4
- package/chunks/{bundle-CVFMpKJZ.js.map → bundle-PsMmoXV_.js.map} +1 -1
- package/chunks/{bundle-BHOxoDJO.js → bundle-RpPfSzD9.js} +1 -1
- package/chunks/{bundle-BHOxoDJO.js.map → bundle-RpPfSzD9.js.map} +1 -1
- package/chunks/{bundle-HsrPpAtd.js → bundle-WwYLGAen.js} +2 -2
- package/chunks/bundle-WwYLGAen.js.map +1 -0
- package/chunks/{bundle-D6kFzMhH.js → bundle-XGYpSNOg.js} +5 -5
- package/chunks/{bundle-D6kFzMhH.js.map → bundle-XGYpSNOg.js.map} +1 -1
- package/chunks/{bundle-4a9M9y8N.js → bundle-aH4n4ipp.js} +1 -1
- package/chunks/{bundle-4a9M9y8N.js.map → bundle-aH4n4ipp.js.map} +1 -1
- package/chunks/{bundle-CjW6ZQ1k.js → bundle-azFrmmyK.js} +10 -10
- package/chunks/bundle-azFrmmyK.js.map +1 -0
- package/chunks/{bundle-DNq8IoOw.js → bundle-cjTAVQxr.js} +7 -7
- package/chunks/{bundle-DNq8IoOw.js.map → bundle-cjTAVQxr.js.map} +1 -1
- package/chunks/{bundle-DBzkkIf1.js → bundle-dw1OtCIz.js} +2 -2
- package/chunks/{bundle-DBzkkIf1.js.map → bundle-dw1OtCIz.js.map} +1 -1
- package/chunks/{bundle-B8HW06Fl.js → bundle-gSQF3Ob-.js} +1 -1
- package/chunks/bundle-gSQF3Ob-.js.map +1 -0
- package/chunks/{bundle-CilkBcv-.js → bundle-l_8hg8H3.js} +2 -2
- package/chunks/bundle-l_8hg8H3.js.map +1 -0
- package/chunks/{bundle-BMvaJoQA.js → bundle-rSEP1XoB.js} +9 -40
- package/chunks/bundle-rSEP1XoB.js.map +1 -0
- package/chunks/{bundle-CIO0N9hp.js → bundle-rfEyWmAm.js} +1 -1
- package/chunks/bundle-rfEyWmAm.js.map +1 -0
- package/chunks/{bundle-D3OeBr-9.js → bundle-ynxAt7xC.js} +1 -1
- package/chunks/bundle-ynxAt7xC.js.map +1 -0
- package/chunks/{bundle-Dj4HLKX0.js → bundle-zf2ni0YJ.js} +16 -16
- package/chunks/bundle-zf2ni0YJ.js.map +1 -0
- package/cjs/App.js +78 -78
- package/cjs/Channel/components/ChannelHeader.js +29 -29
- package/cjs/Channel/components/ChannelUI.js +64 -64
- package/cjs/Channel/components/FileViewer.js +28 -28
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +54 -53
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageFeedbackModal.js +9 -9
- package/cjs/Channel/components/MessageInput.js +41 -41
- package/cjs/Channel/components/MessageInputWrapper.js +41 -41
- package/cjs/Channel/components/MessageList.js +58 -58
- package/cjs/Channel/components/RemoveMessageModal.js +27 -27
- package/cjs/Channel/components/SuggestedMentionList.js +27 -27
- package/cjs/Channel/components/TypingIndicator.js +6 -6
- package/cjs/Channel/components/UnreadCount.js +7 -7
- package/cjs/Channel/context.js +19 -19
- package/cjs/Channel/hooks/useHandleUploadFiles.js +13 -13
- package/cjs/Channel/hooks/useInitialMessagesFetch.js +6 -6
- package/cjs/Channel/utils/compareMessagesForGrouping.js +5 -5
- package/cjs/Channel/utils/getMessagePartsInfo.js +6 -6
- package/cjs/Channel.js +64 -64
- package/cjs/ChannelList/components/AddChannel.js +20 -20
- package/cjs/ChannelList/components/ChannelListHeader.js +8 -8
- package/cjs/ChannelList/components/ChannelListUI.js +34 -34
- package/cjs/ChannelList/components/ChannelPreview.js +27 -27
- package/cjs/ChannelList/components/ChannelPreviewAction.js +11 -11
- package/cjs/ChannelList/context.js +10 -10
- package/cjs/ChannelList.js +34 -34
- package/cjs/ChannelSettings/components/ChannelProfile.js +14 -14
- package/cjs/ChannelSettings/components/ChannelSettingsHeader.js +6 -6
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +23 -23
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +21 -21
- package/cjs/ChannelSettings/components/UserListItem.js +13 -13
- package/cjs/ChannelSettings/components/UserPanel.js +20 -20
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +23 -23
- package/cjs/CreateChannel/components/CreateChannelUI.js +16 -16
- package/cjs/CreateChannel/components/InviteUsers.js +16 -16
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +16 -16
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +11 -11
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/GroupChannel/components/FileViewer.js +27 -56
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
- package/cjs/GroupChannel/components/GroupChannelHeader.js +22 -22
- package/cjs/GroupChannel/components/GroupChannelUI.js +59 -59
- package/cjs/GroupChannel/components/Message.js +53 -52
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +37 -37
- package/cjs/GroupChannel/components/MessageList.js +53 -53
- package/cjs/GroupChannel/components/RemoveMessageModal.js +22 -22
- package/cjs/GroupChannel/components/SuggestedMentionList.js +12 -12
- package/cjs/GroupChannel/components/TypingIndicator.js +6 -6
- package/cjs/GroupChannel/components/UnreadCount.js +7 -7
- package/cjs/GroupChannel/context.js +13 -13
- package/cjs/GroupChannel.js +59 -59
- package/cjs/GroupChannelList/components/AddGroupChannel.js +18 -18
- package/cjs/GroupChannelList/components/GroupChannelListHeader.js +8 -8
- package/cjs/GroupChannelList/components/GroupChannelListItem.js +24 -24
- package/cjs/GroupChannelList/components/GroupChannelListUI.js +33 -33
- package/cjs/GroupChannelList/components/GroupChannelPreviewAction.js +11 -11
- package/cjs/GroupChannelList/context.js +5 -5
- package/cjs/GroupChannelList.js +33 -33
- package/cjs/MessageSearch/components/MessageSearchUI.js +14 -14
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +14 -14
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelInput.js +25 -25
- package/cjs/OpenChannel/components/OpenChannelMessage.js +35 -35
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +39 -39
- package/cjs/OpenChannel/components/OpenChannelUI.js +39 -39
- package/cjs/OpenChannel/context.js +17 -17
- package/cjs/OpenChannel.js +39 -39
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +14 -14
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +6 -6
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +14 -14
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +15 -15
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +19 -19
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -19
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +19 -19
- package/cjs/SendbirdProvider.js +133 -79
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +46 -75
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +34 -73
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +7 -7
- package/cjs/Thread/components/ThreadList.js +46 -46
- package/cjs/Thread/components/ThreadListItem.js +52 -109
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +42 -42
- package/cjs/Thread/components/ThreadUI.js +56 -56
- package/cjs/Thread/context.js +10 -11
- package/cjs/Thread/context.js.map +1 -1
- package/cjs/Thread.js +56 -56
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +10 -10
- package/cjs/VoiceRecorder/context.js +10 -10
- package/cjs/VoiceRecorder/useVoiceRecorder.js +9 -9
- package/cjs/chunks/{bundle-HXyGAP9T.js → bundle--ToWZ9cj.js} +1 -1
- package/cjs/chunks/bundle--ToWZ9cj.js.map +1 -0
- package/cjs/chunks/{bundle-B_BPxhrG.js → bundle-03LrACV2.js} +6 -6
- package/cjs/chunks/bundle-03LrACV2.js.map +1 -0
- package/cjs/chunks/{bundle-D_qbYkHk.js → bundle-1hCsXfVb.js} +1 -1
- package/cjs/chunks/{bundle-D_qbYkHk.js.map → bundle-1hCsXfVb.js.map} +1 -1
- package/cjs/chunks/{bundle-YUHup5bR.js → bundle-6eXm5bOG.js} +1 -1
- package/cjs/chunks/bundle-6eXm5bOG.js.map +1 -0
- package/cjs/chunks/{bundle-DskQULoR.js → bundle-7FLBAmYO.js} +2 -2
- package/cjs/chunks/{bundle-DskQULoR.js.map → bundle-7FLBAmYO.js.map} +1 -1
- package/cjs/chunks/{bundle-pVDX6G_q.js → bundle-7GCXhi1c.js} +3 -3
- package/cjs/chunks/bundle-7GCXhi1c.js.map +1 -0
- package/cjs/chunks/{bundle-DKspFBdx.js → bundle-8oxVWV_9.js} +1 -1
- package/cjs/chunks/bundle-8oxVWV_9.js.map +1 -0
- package/cjs/chunks/{bundle-BJjQQMo0.js → bundle-9K7l85xj.js} +4 -4
- package/cjs/chunks/bundle-9K7l85xj.js.map +1 -0
- package/cjs/chunks/{bundle-CEcY1I0M.js → bundle-B-dy_WYW.js} +8 -8
- package/cjs/chunks/{bundle-CEcY1I0M.js.map → bundle-B-dy_WYW.js.map} +1 -1
- package/cjs/chunks/{bundle-Tx6vw4BY.js → bundle-B1Nml3ap.js} +60 -3
- package/{chunks/bundle-DI3fL4Xw.js.map → cjs/chunks/bundle-B1Nml3ap.js.map} +1 -1
- package/cjs/chunks/{bundle-BO1-msX2.js → bundle-B2cSnWcr.js} +1 -1
- package/cjs/chunks/bundle-B2cSnWcr.js.map +1 -0
- package/cjs/chunks/{bundle-CoTIkHcU.js → bundle-B8jj7upa.js} +4 -4
- package/{chunks/bundle-BMvaJoQA.js.map → cjs/chunks/bundle-B8jj7upa.js.map} +1 -1
- package/cjs/chunks/{bundle-tbYf0yOX.js → bundle-BF04PgMH.js} +1 -1
- package/cjs/chunks/bundle-BF04PgMH.js.map +1 -0
- package/cjs/chunks/{bundle-d3t3a2vc.js → bundle-BH87xcnc.js} +1 -1
- package/cjs/chunks/bundle-BH87xcnc.js.map +1 -0
- package/cjs/chunks/{bundle-B6FFmfTl.js → bundle-BLh1DOSs.js} +2 -2
- package/cjs/chunks/bundle-BLh1DOSs.js.map +1 -0
- package/cjs/chunks/{bundle-DcVYwXP-.js → bundle-BMsGwLym.js} +1 -1
- package/cjs/chunks/bundle-BMsGwLym.js.map +1 -0
- package/cjs/chunks/{bundle-DIfKPcm_.js → bundle-BR1tsZpK.js} +1 -1
- package/cjs/chunks/bundle-BR1tsZpK.js.map +1 -0
- package/cjs/chunks/{bundle-DtroGUKx.js → bundle-BR23SbdZ.js} +3 -3
- package/cjs/chunks/{bundle-DtroGUKx.js.map → bundle-BR23SbdZ.js.map} +1 -1
- package/cjs/chunks/{bundle-DmPl_3ye.js → bundle-BUOuk2jo.js} +2 -2
- package/cjs/chunks/bundle-BUOuk2jo.js.map +1 -0
- package/cjs/chunks/{bundle-Vn-fJ6dU.js → bundle-BVLguSfh.js} +4 -4
- package/cjs/chunks/{bundle-Vn-fJ6dU.js.map → bundle-BVLguSfh.js.map} +1 -1
- package/cjs/chunks/{bundle-CN0vR-TH.js → bundle-BVgN7Stu.js} +2 -2
- package/cjs/chunks/{bundle-CN0vR-TH.js.map → bundle-BVgN7Stu.js.map} +1 -1
- package/cjs/chunks/{bundle-8uCH3epo.js → bundle-BVuqbZx2.js} +11 -11
- package/cjs/chunks/{bundle-8uCH3epo.js.map → bundle-BVuqbZx2.js.map} +1 -1
- package/cjs/chunks/{bundle-DRT94QO5.js → bundle-BdHrSYl1.js} +4 -4
- package/cjs/chunks/bundle-BdHrSYl1.js.map +1 -0
- package/cjs/chunks/{bundle-D1mv8BUm.js → bundle-BgLtZgZ_.js} +1 -1
- package/cjs/chunks/bundle-BgLtZgZ_.js.map +1 -0
- package/cjs/chunks/{bundle-D_RomXCz.js → bundle-BlvFC-Rm.js} +1 -1
- package/cjs/chunks/bundle-BlvFC-Rm.js.map +1 -0
- package/cjs/chunks/{bundle-CXDp72cg.js → bundle-Bm5ysFU-.js} +10 -10
- package/cjs/chunks/bundle-Bm5ysFU-.js.map +1 -0
- package/cjs/chunks/{bundle-DeOn9o6F.js → bundle-BpOxHgfP.js} +3 -3
- package/cjs/chunks/bundle-BpOxHgfP.js.map +1 -0
- package/cjs/chunks/{bundle-DkGYX29W.js → bundle-BsGXZt6G.js} +5 -4
- package/cjs/chunks/bundle-BsGXZt6G.js.map +1 -0
- package/cjs/chunks/{bundle-CKC-b4Bw.js → bundle-BwO19Jro.js} +3 -3
- package/cjs/chunks/bundle-BwO19Jro.js.map +1 -0
- package/cjs/chunks/{bundle-CbATYgnP.js → bundle-BxaGZqGJ.js} +3 -3
- package/cjs/chunks/bundle-BxaGZqGJ.js.map +1 -0
- package/cjs/chunks/{bundle-DdS-jEnE.js → bundle-C2v2lxLx.js} +3 -3
- package/cjs/chunks/bundle-C2v2lxLx.js.map +1 -0
- package/cjs/chunks/{bundle-B-njjZtk.js → bundle-C88DsCNB.js} +9 -7
- package/cjs/chunks/bundle-C88DsCNB.js.map +1 -0
- package/cjs/chunks/{bundle-BElidCBa.js → bundle-C8cnT2au.js} +9 -9
- package/cjs/chunks/bundle-C8cnT2au.js.map +1 -0
- package/cjs/chunks/{bundle-BzBRoraS.js → bundle-C9YHSQ4e.js} +1 -1
- package/cjs/chunks/bundle-C9YHSQ4e.js.map +1 -0
- package/cjs/chunks/{bundle-ChQ3Q-GS.js → bundle-C9jXxNI1.js} +7 -7
- package/cjs/chunks/bundle-C9jXxNI1.js.map +1 -0
- package/cjs/chunks/{bundle-CqTg15Dn.js → bundle-CCVRe_w3.js} +1 -1
- package/cjs/chunks/bundle-CCVRe_w3.js.map +1 -0
- package/cjs/chunks/{bundle-DOmB6XkC.js → bundle-CD9H6RqJ.js} +52 -54
- package/{chunks/bundle-BOrV2z_R.js.map → cjs/chunks/bundle-CD9H6RqJ.js.map} +1 -1
- package/cjs/chunks/{bundle-Bc6y_vRE.js → bundle-CDBTt08y.js} +1 -1
- package/cjs/chunks/bundle-CDBTt08y.js.map +1 -0
- package/cjs/chunks/{bundle-BNCNRHux.js → bundle-CIswYN43.js} +3 -3
- package/cjs/chunks/bundle-CIswYN43.js.map +1 -0
- package/cjs/chunks/{bundle-CEiDcA9X.js → bundle-CS644BJp.js} +1 -1
- package/cjs/chunks/{bundle-CEiDcA9X.js.map → bundle-CS644BJp.js.map} +1 -1
- package/cjs/chunks/{bundle-BXQqL0gU.js → bundle-CW9QUnWM.js} +1 -1
- package/cjs/chunks/bundle-CW9QUnWM.js.map +1 -0
- package/cjs/chunks/{bundle-DvduWWQk.js → bundle-CmFB08Wf.js} +3 -3
- package/cjs/chunks/bundle-CmFB08Wf.js.map +1 -0
- package/cjs/chunks/{bundle-HOuE7syZ.js → bundle-Cmmi9pdk.js} +1 -1
- package/cjs/chunks/{bundle-HOuE7syZ.js.map → bundle-Cmmi9pdk.js.map} +1 -1
- package/cjs/chunks/{bundle-prE7SKQr.js → bundle-CqF06THu.js} +1 -1
- package/cjs/chunks/{bundle-prE7SKQr.js.map → bundle-CqF06THu.js.map} +1 -1
- package/cjs/chunks/{bundle-1FXPxsfD.js → bundle-CsvKRjaK.js} +1 -1
- package/cjs/chunks/bundle-CsvKRjaK.js.map +1 -0
- package/cjs/chunks/{bundle-DiER49ZF.js → bundle-Cyr1aQpR.js} +1 -1
- package/cjs/chunks/bundle-Cyr1aQpR.js.map +1 -0
- package/cjs/chunks/{bundle-knUfDzC9.js → bundle-D1duSVks.js} +14 -14
- package/cjs/chunks/{bundle-knUfDzC9.js.map → bundle-D1duSVks.js.map} +1 -1
- package/cjs/chunks/{bundle-r8oxykjl.js → bundle-DAVdWPDx.js} +10 -10
- package/cjs/chunks/bundle-DAVdWPDx.js.map +1 -0
- package/cjs/chunks/{bundle-BBdLSx_x.js → bundle-DJxxPTK5.js} +3 -3
- package/cjs/chunks/{bundle-BBdLSx_x.js.map → bundle-DJxxPTK5.js.map} +1 -1
- package/cjs/chunks/{bundle-DuHJq3hs.js → bundle-DNP731Dg.js} +16 -16
- package/cjs/chunks/bundle-DNP731Dg.js.map +1 -0
- package/cjs/chunks/{bundle-Dm7xuKwW.js → bundle-DREyIwSt.js} +10 -10
- package/cjs/chunks/{bundle-Dm7xuKwW.js.map → bundle-DREyIwSt.js.map} +1 -1
- package/cjs/chunks/{bundle-_D9xt-bK.js → bundle-DRFWOXrL.js} +1 -1
- package/cjs/chunks/bundle-DRFWOXrL.js.map +1 -0
- package/cjs/chunks/{bundle-BnTCpa1X.js → bundle-DTjdtS4A.js} +12 -13
- package/cjs/chunks/bundle-DTjdtS4A.js.map +1 -0
- package/cjs/chunks/{bundle-P5AI1HkP.js → bundle-DUP4cxoZ.js} +1 -1
- package/cjs/chunks/bundle-DUP4cxoZ.js.map +1 -0
- package/cjs/chunks/{bundle-C36gEKFp.js → bundle-DX2BaZv_.js} +2 -2
- package/cjs/chunks/bundle-DX2BaZv_.js.map +1 -0
- package/cjs/chunks/{bundle-BSLZ5pEu.js → bundle-DcPTVUQJ.js} +3 -3
- package/cjs/chunks/bundle-DcPTVUQJ.js.map +1 -0
- package/cjs/chunks/{bundle-S09sS9Ub.js → bundle-DfYperTC.js} +1 -1
- package/cjs/chunks/bundle-DfYperTC.js.map +1 -0
- package/cjs/chunks/{bundle-C1j0QNr3.js → bundle-DgY0qwTL.js} +5 -5
- package/cjs/chunks/bundle-DgY0qwTL.js.map +1 -0
- package/cjs/chunks/{bundle-CAyt7i0X.js → bundle-DjB9bkvD.js} +1 -1
- package/cjs/chunks/bundle-DjB9bkvD.js.map +1 -0
- package/cjs/chunks/{bundle-BBS4PSSm.js → bundle-Dpu1gg5r.js} +1 -1
- package/cjs/chunks/bundle-Dpu1gg5r.js.map +1 -0
- package/cjs/chunks/{bundle-DsDhHgmF.js → bundle-DxdzDF19.js} +2 -2
- package/cjs/chunks/bundle-DxdzDF19.js.map +1 -0
- package/cjs/chunks/{bundle-Bpm6PJIl.js → bundle-Dy6Gn-sd.js} +7 -7
- package/cjs/chunks/bundle-Dy6Gn-sd.js.map +1 -0
- package/cjs/chunks/{bundle-2ATovRxE.js → bundle-FD0n8tOs.js} +4 -4
- package/cjs/chunks/bundle-FD0n8tOs.js.map +1 -0
- package/cjs/chunks/{bundle-QSgOdsGM.js → bundle-INETVVGE.js} +1 -1
- package/cjs/chunks/bundle-INETVVGE.js.map +1 -0
- package/cjs/chunks/{bundle-vxdq428L.js → bundle-JNAedgrE.js} +1 -1
- package/cjs/chunks/bundle-JNAedgrE.js.map +1 -0
- package/cjs/chunks/{bundle-CncTMWLv.js → bundle-MFvyy6ar.js} +10 -10
- package/cjs/chunks/{bundle-CncTMWLv.js.map → bundle-MFvyy6ar.js.map} +1 -1
- package/cjs/chunks/{bundle-CfEubbCT.js → bundle-NU2voiKZ.js} +3 -3
- package/cjs/chunks/bundle-NU2voiKZ.js.map +1 -0
- package/cjs/chunks/{bundle-urLzDFXK.js → bundle-ORLbcTP_.js} +1 -1
- package/cjs/chunks/bundle-ORLbcTP_.js.map +1 -0
- package/cjs/chunks/{bundle-B3Lu20wG.js → bundle-Q5_I3n-8.js} +1 -1
- package/cjs/chunks/bundle-Q5_I3n-8.js.map +1 -0
- package/cjs/chunks/{bundle-BpwSTA3F.js → bundle-SIHqK2VF.js} +1 -1
- package/cjs/chunks/bundle-SIHqK2VF.js.map +1 -0
- package/cjs/chunks/{bundle-CXaKbxhR.js → bundle-Y_FLyDnc.js} +9 -40
- package/cjs/chunks/bundle-Y_FLyDnc.js.map +1 -0
- package/cjs/chunks/{bundle-p3gZAjMS.js → bundle-cf3-zuo6.js} +1 -1
- package/cjs/chunks/bundle-cf3-zuo6.js.map +1 -0
- package/cjs/chunks/{bundle-BJD09510.js → bundle-dNtU9_eg.js} +6 -6
- package/cjs/chunks/bundle-dNtU9_eg.js.map +1 -0
- package/cjs/chunks/{bundle-QsOyTCMH.js → bundle-djPmP6bl.js} +5 -5
- package/cjs/chunks/{bundle-QsOyTCMH.js.map → bundle-djPmP6bl.js.map} +1 -1
- package/cjs/chunks/{bundle-IVxSH9N4.js → bundle-e6crA6HI.js} +1 -1
- package/cjs/chunks/bundle-e6crA6HI.js.map +1 -0
- package/cjs/chunks/{bundle-B7TedQKS.js → bundle-f6dhmXLj.js} +2 -2
- package/cjs/chunks/bundle-f6dhmXLj.js.map +1 -0
- package/cjs/chunks/{bundle-BiEQOJHh.js → bundle-jdEKrUGh.js} +1 -1
- package/cjs/chunks/bundle-jdEKrUGh.js.map +1 -0
- package/cjs/chunks/{bundle-VIGS3UfE.js → bundle-qgvbJv89.js} +2 -2
- package/cjs/chunks/bundle-qgvbJv89.js.map +1 -0
- package/cjs/chunks/{bundle-CfRX00vQ.js → bundle-tHnRbr7F.js} +1 -1
- package/cjs/chunks/bundle-tHnRbr7F.js.map +1 -0
- package/cjs/chunks/{bundle-CQiNKK2y.js → bundle-tOZCSmZj.js} +2 -2
- package/cjs/chunks/bundle-tOZCSmZj.js.map +1 -0
- package/cjs/chunks/{bundle-kzleXCM7.js → bundle-xvNVoWia.js} +6 -6
- package/cjs/chunks/bundle-xvNVoWia.js.map +1 -0
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +84 -84
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +4 -4
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +9 -9
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/Carousel.js +254 -0
- package/cjs/ui/Carousel.js.map +1 -0
- package/cjs/ui/ChannelAvatar.js +5 -5
- package/cjs/ui/ConnectionStatus.js +6 -6
- package/cjs/ui/ContextMenu.js +6 -6
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +16 -16
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +12 -50
- package/cjs/ui/FileMessageItemBody.js.map +1 -1
- package/cjs/ui/FileViewer.js +15 -15
- 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 +4 -3
- package/cjs/ui/Label.js.map +1 -1
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/cjs/ui/MentionLabel.js +13 -13
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +235 -222
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +26 -63
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +14 -14
- package/cjs/ui/MessageSearchItem.js +11 -11
- package/cjs/ui/MessageStatus.js +12 -12
- package/cjs/ui/MessageTemplate.js +1 -1
- package/cjs/ui/MobileFeedbackMenu.js +9 -9
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +2 -2
- package/cjs/ui/OGMessageItemBody.js +17 -18
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- 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 +18 -18
- package/cjs/ui/OpenchannelOGMessage.js +20 -20
- package/cjs/ui/OpenchannelThumbnailMessage.js +17 -17
- package/cjs/ui/OpenchannelUserMessage.js +18 -18
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/PlaybackTime.js +3 -3
- package/cjs/ui/QuoteMessage.js +9 -9
- package/cjs/ui/QuoteMessageInput.js +9 -9
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TemplateMessageItemBody.js +198 -85
- package/cjs/ui/TemplateMessageItemBody.js.map +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +16 -16
- package/cjs/ui/ThreadReplies.js +16 -12
- package/cjs/ui/ThreadReplies.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +7 -7
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/TypingIndicatorBubble.js +4 -4
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +15 -16
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/VoiceMessageInput.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +10 -10
- package/cjs/ui/Word.js +13 -13
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/withSendbird.js +1 -1
- package/dist/index.css +156 -112
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +83 -83
- package/package.json +11 -2
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/dux/appInfo/actionTypes.d.ts +9 -8
- package/types/lib/dux/appInfo/initialState.d.ts +1 -1
- package/types/lib/dux/appInfo/utils.d.ts +1 -1
- package/types/lib/hooks/useMessageTemplateUtils.d.ts +1 -1
- package/types/lib/types.d.ts +1 -1
- package/types/modules/GroupChannel/components/FileViewer/FileViewerView.d.ts +3 -5
- package/types/modules/GroupChannel/components/Message/MessageView.d.ts +0 -6
- package/types/modules/GroupChannel/components/MessageTemplateWrapper/index.d.ts +2 -2
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +1 -6
- package/types/modules/Thread/components/ParentMessageInfo/ParentMessageInfoItem.d.ts +1 -3
- package/types/modules/Thread/context/ThreadProvider.d.ts +0 -2
- package/types/types.d.ts +5 -0
- package/types/ui/Avatar/index.d.ts +1 -0
- package/types/ui/Carousel/index.d.ts +10 -0
- package/types/ui/FileMessageItemBody/index.d.ts +1 -3
- package/types/ui/FileViewer/index.d.ts +1 -2
- package/types/ui/FileViewer/types.d.ts +2 -4
- package/types/ui/Label/index.d.ts +4 -2
- package/types/ui/MessageContent/MessageBody/index.d.ts +1 -3
- package/types/ui/MessageContent/MessageProfile/index.d.ts +1 -0
- package/types/ui/MessageContent/index.d.ts +2 -4
- package/types/ui/MessageItemMenu/index.d.ts +2 -10
- package/types/ui/MobileMenu/types.d.ts +1 -2
- package/types/ui/MultipleFilesMessageItemBody/index.d.ts +1 -3
- package/types/ui/TemplateMessageItemBody/index.d.ts +1 -0
- package/types/ui/TemplateMessageItemBody/types.d.ts +13 -3
- package/types/ui/TemplateMessageItemBody/utils/selectColorVariablesByTheme.d.ts +2 -2
- package/types/ui/ThreadReplies/index.d.ts +4 -2
- package/types/ui/UserListItem/index.d.ts +1 -2
- package/types/utils/index.d.ts +13 -0
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +4 -4
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +9 -9
- package/ui/Button.js +3 -3
- package/ui/Carousel.js +249 -0
- package/ui/Carousel.js.map +1 -0
- package/ui/ChannelAvatar.js +5 -5
- package/ui/ConnectionStatus.js +6 -6
- package/ui/ContextMenu.js +6 -6
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +16 -16
- package/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/ui/FileMessageItemBody.js +12 -50
- package/ui/FileMessageItemBody.js.map +1 -1
- package/ui/FileViewer.js +15 -15
- 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 +3 -3
- package/ui/Loader.js +2 -2
- package/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/ui/MentionLabel.js +13 -13
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +236 -223
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +26 -63
- package/ui/MessageItemMenu.js.map +1 -1
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +14 -14
- package/ui/MessageSearchItem.js +11 -11
- package/ui/MessageStatus.js +12 -12
- package/ui/MessageTemplate.js +1 -1
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +17 -18
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +8 -8
- package/ui/OpenchannelConversationHeader.js +8 -8
- package/ui/OpenchannelFileMessage.js +18 -18
- package/ui/OpenchannelOGMessage.js +20 -20
- package/ui/OpenchannelThumbnailMessage.js +17 -17
- package/ui/OpenchannelUserMessage.js +18 -18
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +3 -3
- package/ui/QuoteMessage.js +9 -9
- package/ui/QuoteMessageInput.js +9 -9
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +198 -85
- package/ui/TemplateMessageItemBody.js.map +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -16
- package/ui/ThreadReplies.js +13 -12
- package/ui/ThreadReplies.js.map +1 -1
- package/ui/ThumbnailMessageItemBody.js +7 -7
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/TypingIndicatorBubble.js +4 -4
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +15 -16
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageInput.js +9 -9
- package/ui/VoiceMessageItemBody.js +10 -10
- package/ui/Word.js +13 -13
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/withSendbird.js +1 -1
- package/chunks/bundle-1ymLj4Og.js.map +0 -1
- package/chunks/bundle-B8HW06Fl.js.map +0 -1
- package/chunks/bundle-BAsn0CBE.js.map +0 -1
- package/chunks/bundle-BIvhXCoF.js.map +0 -1
- package/chunks/bundle-BVGlC_pg.js.map +0 -1
- package/chunks/bundle-BX0LQWqY.js.map +0 -1
- package/chunks/bundle-BXpzbAbi.js.map +0 -1
- package/chunks/bundle-BkM4cdOJ.js.map +0 -1
- package/chunks/bundle-BlHQV-25.js.map +0 -1
- package/chunks/bundle-BntzGGYb.js.map +0 -1
- package/chunks/bundle-BpDuHeEB.js.map +0 -1
- package/chunks/bundle-C6ZXjQ1L.js.map +0 -1
- package/chunks/bundle-C6fuKmVo.js.map +0 -1
- package/chunks/bundle-CAki7JUf.js.map +0 -1
- package/chunks/bundle-CCUBCV04.js.map +0 -1
- package/chunks/bundle-CIO0N9hp.js.map +0 -1
- package/chunks/bundle-CIhbNReG.js.map +0 -1
- package/chunks/bundle-CJ9_QDKY.js.map +0 -1
- package/chunks/bundle-CLqgMCvn.js.map +0 -1
- package/chunks/bundle-CP1hwfFC.js.map +0 -1
- package/chunks/bundle-CT3xDvIx.js.map +0 -1
- package/chunks/bundle-CZYvKysu.js.map +0 -1
- package/chunks/bundle-CilkBcv-.js.map +0 -1
- package/chunks/bundle-CjW6ZQ1k.js.map +0 -1
- package/chunks/bundle-CkInAxxb.js.map +0 -1
- package/chunks/bundle-Cvm8Ag45.js.map +0 -1
- package/chunks/bundle-D3OeBr-9.js.map +0 -1
- package/chunks/bundle-D45e30Hl.js.map +0 -1
- package/chunks/bundle-DEqxoG9B.js.map +0 -1
- package/chunks/bundle-DHp0VTVS.js.map +0 -1
- package/chunks/bundle-DIEAFe_F.js.map +0 -1
- package/chunks/bundle-DPhbbRZE.js.map +0 -1
- package/chunks/bundle-DQnpJfyk.js.map +0 -1
- package/chunks/bundle-DYJilNov.js.map +0 -1
- package/chunks/bundle-DavEbLba.js.map +0 -1
- package/chunks/bundle-Di7baNGv.js.map +0 -1
- package/chunks/bundle-Dj4HLKX0.js.map +0 -1
- package/chunks/bundle-DlHudqve.js +0 -8
- package/chunks/bundle-DlHudqve.js.map +0 -1
- package/chunks/bundle-DoJNLxY9.js.map +0 -1
- package/chunks/bundle-DqNfXH8L.js.map +0 -1
- package/chunks/bundle-Ds2X6Fjs.js.map +0 -1
- package/chunks/bundle-DuNr1Njk.js.map +0 -1
- package/chunks/bundle-GRqvZZ2N.js.map +0 -1
- package/chunks/bundle-HsrPpAtd.js.map +0 -1
- package/chunks/bundle-IuZ6uyzU.js.map +0 -1
- package/chunks/bundle-SvqLmXeF.js.map +0 -1
- package/chunks/bundle-WrvoTlHQ.js.map +0 -1
- package/chunks/bundle-aE9efllI.js.map +0 -1
- package/chunks/bundle-aJhoAKLH.js.map +0 -1
- package/chunks/bundle-fvRtOX6P.js.map +0 -1
- package/chunks/bundle-j5EP0k3D.js.map +0 -1
- package/chunks/bundle-jd7__XU_.js.map +0 -1
- package/chunks/bundle-oLhQai93.js.map +0 -1
- package/chunks/bundle-rl7Rvf_6.js.map +0 -1
- package/chunks/bundle-ts_i6oEg.js.map +0 -1
- package/chunks/bundle-yNfnN0a6.js.map +0 -1
- package/cjs/chunks/bundle-1FXPxsfD.js.map +0 -1
- package/cjs/chunks/bundle-2ATovRxE.js.map +0 -1
- package/cjs/chunks/bundle-B-njjZtk.js.map +0 -1
- package/cjs/chunks/bundle-B3Lu20wG.js.map +0 -1
- package/cjs/chunks/bundle-B6FFmfTl.js.map +0 -1
- package/cjs/chunks/bundle-B7TedQKS.js.map +0 -1
- package/cjs/chunks/bundle-BBS4PSSm.js.map +0 -1
- package/cjs/chunks/bundle-BElidCBa.js.map +0 -1
- package/cjs/chunks/bundle-BJD09510.js.map +0 -1
- package/cjs/chunks/bundle-BJjQQMo0.js.map +0 -1
- package/cjs/chunks/bundle-BNCNRHux.js.map +0 -1
- package/cjs/chunks/bundle-BO1-msX2.js.map +0 -1
- package/cjs/chunks/bundle-BSLZ5pEu.js.map +0 -1
- package/cjs/chunks/bundle-BXEAjuTY.js +0 -8
- package/cjs/chunks/bundle-BXEAjuTY.js.map +0 -1
- package/cjs/chunks/bundle-BXQqL0gU.js.map +0 -1
- package/cjs/chunks/bundle-B_BPxhrG.js.map +0 -1
- package/cjs/chunks/bundle-Bc6y_vRE.js.map +0 -1
- package/cjs/chunks/bundle-BiEQOJHh.js.map +0 -1
- package/cjs/chunks/bundle-BnTCpa1X.js.map +0 -1
- package/cjs/chunks/bundle-Bpm6PJIl.js.map +0 -1
- package/cjs/chunks/bundle-BpwSTA3F.js.map +0 -1
- package/cjs/chunks/bundle-BzBRoraS.js.map +0 -1
- package/cjs/chunks/bundle-C1j0QNr3.js.map +0 -1
- package/cjs/chunks/bundle-C36gEKFp.js.map +0 -1
- package/cjs/chunks/bundle-CAyt7i0X.js.map +0 -1
- package/cjs/chunks/bundle-CKC-b4Bw.js.map +0 -1
- package/cjs/chunks/bundle-CQiNKK2y.js.map +0 -1
- package/cjs/chunks/bundle-CXDp72cg.js.map +0 -1
- package/cjs/chunks/bundle-CXaKbxhR.js.map +0 -1
- package/cjs/chunks/bundle-CbATYgnP.js.map +0 -1
- package/cjs/chunks/bundle-CfEubbCT.js.map +0 -1
- package/cjs/chunks/bundle-CfRX00vQ.js.map +0 -1
- package/cjs/chunks/bundle-ChQ3Q-GS.js.map +0 -1
- package/cjs/chunks/bundle-CoTIkHcU.js.map +0 -1
- package/cjs/chunks/bundle-CqTg15Dn.js.map +0 -1
- package/cjs/chunks/bundle-D1mv8BUm.js.map +0 -1
- package/cjs/chunks/bundle-DIfKPcm_.js.map +0 -1
- package/cjs/chunks/bundle-DKspFBdx.js.map +0 -1
- package/cjs/chunks/bundle-DOmB6XkC.js.map +0 -1
- package/cjs/chunks/bundle-DRT94QO5.js.map +0 -1
- package/cjs/chunks/bundle-D_RomXCz.js.map +0 -1
- package/cjs/chunks/bundle-DcVYwXP-.js.map +0 -1
- package/cjs/chunks/bundle-DdS-jEnE.js.map +0 -1
- package/cjs/chunks/bundle-DeOn9o6F.js.map +0 -1
- package/cjs/chunks/bundle-DiER49ZF.js.map +0 -1
- package/cjs/chunks/bundle-DkGYX29W.js.map +0 -1
- package/cjs/chunks/bundle-DmPl_3ye.js.map +0 -1
- package/cjs/chunks/bundle-DsDhHgmF.js.map +0 -1
- package/cjs/chunks/bundle-DuHJq3hs.js.map +0 -1
- package/cjs/chunks/bundle-DvduWWQk.js.map +0 -1
- package/cjs/chunks/bundle-HXyGAP9T.js.map +0 -1
- package/cjs/chunks/bundle-IVxSH9N4.js.map +0 -1
- package/cjs/chunks/bundle-P5AI1HkP.js.map +0 -1
- package/cjs/chunks/bundle-QSgOdsGM.js.map +0 -1
- package/cjs/chunks/bundle-S09sS9Ub.js.map +0 -1
- package/cjs/chunks/bundle-VIGS3UfE.js.map +0 -1
- package/cjs/chunks/bundle-YUHup5bR.js.map +0 -1
- package/cjs/chunks/bundle-_D9xt-bK.js.map +0 -1
- package/cjs/chunks/bundle-d3t3a2vc.js.map +0 -1
- package/cjs/chunks/bundle-kzleXCM7.js.map +0 -1
- package/cjs/chunks/bundle-p3gZAjMS.js.map +0 -1
- package/cjs/chunks/bundle-pVDX6G_q.js.map +0 -1
- package/cjs/chunks/bundle-r8oxykjl.js.map +0 -1
- package/cjs/chunks/bundle-tbYf0yOX.js.map +0 -1
- package/cjs/chunks/bundle-urLzDFXK.js.map +0 -1
- package/cjs/chunks/bundle-vxdq428L.js.map +0 -1
package/cjs/ui/UserListItem.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var _tslib = require('../chunks/bundle-
|
|
3
|
+
var _tslib = require('../chunks/bundle-Q5_I3n-8.js');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
var UserProfileContext = require('../chunks/bundle-
|
|
6
|
-
var LocalizationContext = require('../chunks/bundle-
|
|
7
|
-
var ui_Avatar = require('../chunks/bundle-
|
|
5
|
+
var UserProfileContext = require('../chunks/bundle-BF04PgMH.js');
|
|
6
|
+
var LocalizationContext = require('../chunks/bundle-CmFB08Wf.js');
|
|
7
|
+
var ui_Avatar = require('../chunks/bundle-BsGXZt6G.js');
|
|
8
8
|
var ui_MutedAvatarOverlay = require('./MutedAvatarOverlay.js');
|
|
9
9
|
var ui_Checkbox = require('./Checkbox.js');
|
|
10
10
|
var ui_UserProfile = require('./UserProfile.js');
|
|
11
11
|
var ui_ContextMenu = require('./ContextMenu.js');
|
|
12
|
-
var ui_Label = require('../chunks/bundle-
|
|
13
|
-
require('../chunks/bundle-
|
|
14
|
-
require('../chunks/bundle-
|
|
12
|
+
var ui_Label = require('../chunks/bundle-C88DsCNB.js');
|
|
13
|
+
require('../chunks/bundle-CqF06THu.js');
|
|
14
|
+
require('../chunks/bundle-1hCsXfVb.js');
|
|
15
15
|
require('./ImageRenderer.js');
|
|
16
|
-
require('../chunks/bundle-
|
|
17
|
-
require('../chunks/bundle
|
|
16
|
+
require('../chunks/bundle-CDBTt08y.js');
|
|
17
|
+
require('../chunks/bundle--ToWZ9cj.js');
|
|
18
18
|
require('./Icon.js');
|
|
19
19
|
require('../sendbirdSelectors.js');
|
|
20
|
-
require('../chunks/bundle-
|
|
20
|
+
require('../chunks/bundle-BMsGwLym.js');
|
|
21
21
|
require('./Button.js');
|
|
22
22
|
require('../useSendbirdStateContext.js');
|
|
23
23
|
require('../withSendbird.js');
|
|
@@ -25,15 +25,14 @@ require('react-dom');
|
|
|
25
25
|
require('@sendbird/chat');
|
|
26
26
|
require('@sendbird/chat/openChannel');
|
|
27
27
|
require('./SortByRow.js');
|
|
28
|
-
require('../chunks/bundle-
|
|
29
|
-
require('../chunks/bundle-
|
|
28
|
+
require('../chunks/bundle-DfYperTC.js');
|
|
29
|
+
require('../chunks/bundle-B1Nml3ap.js');
|
|
30
30
|
require('@sendbird/chat/groupChannel');
|
|
31
31
|
require('../utils/message/getOutgoingMessageState.js');
|
|
32
|
-
require('../chunks/bundle-
|
|
32
|
+
require('../chunks/bundle-Cmmi9pdk.js');
|
|
33
33
|
|
|
34
34
|
function UserListItem(_a) {
|
|
35
35
|
var user = _a.user, className = _a.className, checked = _a.checked, checkBox = _a.checkBox, isOperator = _a.isOperator, disabled = _a.disabled, disableMessaging = _a.disableMessaging, currentUser = _a.currentUser, action = _a.action, onChange = _a.onChange, _b = _a.avatarSize, avatarSize = _b === void 0 ? '40px' : _b, onClick = _a.onClick, onUserAvatarClick = _a.onUserAvatarClick;
|
|
36
|
-
var operator = isOperator !== null && isOperator !== void 0 ? isOperator : (user === null || user === void 0 ? void 0 : user.role) === 'operator';
|
|
37
36
|
var uniqueKey = user.userId;
|
|
38
37
|
var actionRef = React.useRef(null);
|
|
39
38
|
var parentRef = React.useRef(null);
|
|
@@ -65,11 +64,11 @@ function UserListItem(_a) {
|
|
|
65
64
|
React.createElement(ui_UserProfile, { disableMessaging: disableMessaging, user: user, currentUserId: currentUser, onSuccess: closeDropdown })))); } }),
|
|
66
65
|
React.createElement(ui_Label.Label, { className: "sendbird-user-list-item__title", type: ui_Label.LabelTypography.SUBTITLE_1, color: ui_Label.LabelColors.ONBACKGROUND_1 },
|
|
67
66
|
user.nickname || stringSet.NO_NAME,
|
|
68
|
-
(currentUser === user.userId) && (
|
|
67
|
+
(currentUser === user.userId) && (' (You)')),
|
|
69
68
|
!user.nickname && (React.createElement(ui_Label.Label, { className: "sendbird-user-list-item__subtitle", type: ui_Label.LabelTypography.CAPTION_3, color: ui_Label.LabelColors.ONBACKGROUND_2 }, user.userId)),
|
|
70
69
|
checkBox && (React.createElement("label", { className: "sendbird-user-list-item__checkbox", htmlFor: uniqueKey },
|
|
71
70
|
React.createElement(ui_Checkbox, { id: uniqueKey, checked: checked, disabled: disabled, onChange: function (event) { return onChange(event); } }))),
|
|
72
|
-
|
|
71
|
+
isOperator && (React.createElement(ui_Label.Label, { className: [
|
|
73
72
|
'sendbird-user-list-item__operator',
|
|
74
73
|
checkBox ? 'checkbox' : '',
|
|
75
74
|
].join(' '), type: ui_Label.LabelTypography.SUBTITLE_2, color: ui_Label.LabelColors.ONBACKGROUND_2 }, stringSet.LABEL__OPERATOR)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserListItem.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserListItem.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/cjs/ui/UserProfile.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var LocalizationContext = require('../chunks/bundle-
|
|
5
|
-
var UserProfileContext = require('../chunks/bundle-
|
|
4
|
+
var LocalizationContext = require('../chunks/bundle-CmFB08Wf.js');
|
|
5
|
+
var UserProfileContext = require('../chunks/bundle-BF04PgMH.js');
|
|
6
6
|
var sendbirdSelectors = require('../sendbirdSelectors.js');
|
|
7
|
-
var ui_Avatar = require('../chunks/bundle-
|
|
8
|
-
var ui_Label = require('../chunks/bundle-
|
|
7
|
+
var ui_Avatar = require('../chunks/bundle-BsGXZt6G.js');
|
|
8
|
+
var ui_Label = require('../chunks/bundle-C88DsCNB.js');
|
|
9
9
|
var ui_Button = require('./Button.js');
|
|
10
10
|
var useSendbirdStateContext = require('../useSendbirdStateContext.js');
|
|
11
|
-
require('../chunks/bundle-
|
|
12
|
-
require('../chunks/bundle-
|
|
13
|
-
require('../chunks/bundle-
|
|
14
|
-
require('../chunks/bundle-
|
|
15
|
-
require('../chunks/bundle-
|
|
11
|
+
require('../chunks/bundle-CqF06THu.js');
|
|
12
|
+
require('../chunks/bundle-1hCsXfVb.js');
|
|
13
|
+
require('../chunks/bundle-BMsGwLym.js');
|
|
14
|
+
require('../chunks/bundle-CDBTt08y.js');
|
|
15
|
+
require('../chunks/bundle-Q5_I3n-8.js');
|
|
16
16
|
require('./ImageRenderer.js');
|
|
17
|
-
require('../chunks/bundle
|
|
17
|
+
require('../chunks/bundle--ToWZ9cj.js');
|
|
18
18
|
require('./Icon.js');
|
|
19
19
|
require('../withSendbird.js');
|
|
20
20
|
|
|
@@ -5,15 +5,15 @@ require('./PlaybackTime.js');
|
|
|
5
5
|
require('./ProgressBar.js');
|
|
6
6
|
require('./TextButton.js');
|
|
7
7
|
require('./Icon.js');
|
|
8
|
-
require('../chunks/bundle-
|
|
9
|
-
require('../chunks/bundle-
|
|
10
|
-
var ui_VoiceMessageInput = require('../chunks/bundle-
|
|
11
|
-
require('../chunks/bundle-
|
|
12
|
-
require('../chunks/bundle-
|
|
13
|
-
require('../chunks/bundle-
|
|
14
|
-
require('../chunks/bundle-
|
|
15
|
-
require('../chunks/bundle-
|
|
16
|
-
require('../chunks/bundle-
|
|
8
|
+
require('../chunks/bundle-C88DsCNB.js');
|
|
9
|
+
require('../chunks/bundle-CmFB08Wf.js');
|
|
10
|
+
var ui_VoiceMessageInput = require('../chunks/bundle-BVLguSfh.js');
|
|
11
|
+
require('../chunks/bundle-Dpu1gg5r.js');
|
|
12
|
+
require('../chunks/bundle-Q5_I3n-8.js');
|
|
13
|
+
require('../chunks/bundle-CqF06THu.js');
|
|
14
|
+
require('../chunks/bundle-SIHqK2VF.js');
|
|
15
|
+
require('../chunks/bundle-CDBTt08y.js');
|
|
16
|
+
require('../chunks/bundle-1hCsXfVb.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
@@ -8,18 +8,18 @@ var VoicePlayer_useVoicePlayer = require('../VoicePlayer/useVoicePlayer.js');
|
|
|
8
8
|
var ui_PlaybackTime = require('./PlaybackTime.js');
|
|
9
9
|
var ui_Loader = require('./Loader.js');
|
|
10
10
|
var ui_Icon = require('./Icon.js');
|
|
11
|
-
var ui_Label = require('../chunks/bundle-
|
|
12
|
-
var VoicePlayer_context = require('../chunks/bundle-
|
|
13
|
-
require('../chunks/bundle-
|
|
11
|
+
var ui_Label = require('../chunks/bundle-C88DsCNB.js');
|
|
12
|
+
var VoicePlayer_context = require('../chunks/bundle-BwO19Jro.js');
|
|
13
|
+
require('../chunks/bundle-Dpu1gg5r.js');
|
|
14
14
|
require('../VoiceRecorder/context.js');
|
|
15
|
-
require('../chunks/bundle-
|
|
16
|
-
require('../chunks/bundle-
|
|
17
|
-
require('../chunks/bundle-
|
|
18
|
-
require('../chunks/bundle-
|
|
19
|
-
require('../chunks/bundle-
|
|
15
|
+
require('../chunks/bundle-CmFB08Wf.js');
|
|
16
|
+
require('../chunks/bundle-CqF06THu.js');
|
|
17
|
+
require('../chunks/bundle-1hCsXfVb.js');
|
|
18
|
+
require('../chunks/bundle-dNtU9_eg.js');
|
|
19
|
+
require('../chunks/bundle-Q5_I3n-8.js');
|
|
20
20
|
require('react-dom');
|
|
21
|
-
require('../chunks/bundle-
|
|
22
|
-
require('../chunks/bundle-
|
|
21
|
+
require('../chunks/bundle-CDBTt08y.js');
|
|
22
|
+
require('../chunks/bundle-CsvKRjaK.js');
|
|
23
23
|
require('./IconButton.js');
|
|
24
24
|
require('./Button.js');
|
|
25
25
|
require('../useSendbirdStateContext.js');
|
package/cjs/ui/Word.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var ui_Label = require('../chunks/bundle-
|
|
4
|
+
var ui_Label = require('../chunks/bundle-C88DsCNB.js');
|
|
5
5
|
var ui_LinkLabel = require('./LinkLabel.js');
|
|
6
|
-
var index = require('../chunks/bundle-
|
|
6
|
+
var index = require('../chunks/bundle-B1Nml3ap.js');
|
|
7
7
|
var ui_MentionLabel = require('./MentionLabel.js');
|
|
8
|
-
require('../chunks/bundle-
|
|
9
|
-
require('../chunks/bundle-
|
|
8
|
+
require('../chunks/bundle-Q5_I3n-8.js');
|
|
9
|
+
require('../chunks/bundle-CqF06THu.js');
|
|
10
10
|
require('@sendbird/chat/groupChannel');
|
|
11
11
|
require('../utils/message/getOutgoingMessageState.js');
|
|
12
|
-
require('../chunks/bundle-
|
|
12
|
+
require('../chunks/bundle-Cmmi9pdk.js');
|
|
13
13
|
require('./ContextMenu.js');
|
|
14
14
|
require('react-dom');
|
|
15
15
|
require('@sendbird/chat');
|
|
16
16
|
require('@sendbird/chat/openChannel');
|
|
17
17
|
require('./SortByRow.js');
|
|
18
|
-
require('../chunks/bundle-
|
|
18
|
+
require('../chunks/bundle-DfYperTC.js');
|
|
19
19
|
require('./UserProfile.js');
|
|
20
|
-
require('../chunks/bundle-
|
|
21
|
-
require('../chunks/bundle-
|
|
22
|
-
require('../chunks/bundle-
|
|
20
|
+
require('../chunks/bundle-CmFB08Wf.js');
|
|
21
|
+
require('../chunks/bundle-1hCsXfVb.js');
|
|
22
|
+
require('../chunks/bundle-BF04PgMH.js');
|
|
23
23
|
require('../sendbirdSelectors.js');
|
|
24
|
-
require('../chunks/bundle-
|
|
25
|
-
require('../chunks/bundle-
|
|
26
|
-
require('../chunks/bundle-
|
|
24
|
+
require('../chunks/bundle-BMsGwLym.js');
|
|
25
|
+
require('../chunks/bundle-CDBTt08y.js');
|
|
26
|
+
require('../chunks/bundle-BsGXZt6G.js');
|
|
27
27
|
require('./ImageRenderer.js');
|
|
28
|
-
require('../chunks/bundle
|
|
28
|
+
require('../chunks/bundle--ToWZ9cj.js');
|
|
29
29
|
require('./Icon.js');
|
|
30
30
|
require('./Button.js');
|
|
31
31
|
require('../useSendbirdStateContext.js');
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('../../chunks/bundle-
|
|
4
|
-
require('../../chunks/bundle-
|
|
3
|
+
var index = require('../../chunks/bundle-B1Nml3ap.js');
|
|
4
|
+
require('../../chunks/bundle-Q5_I3n-8.js');
|
|
5
5
|
require('@sendbird/chat/groupChannel');
|
|
6
6
|
require('./getOutgoingMessageState.js');
|
|
7
|
-
require('../../chunks/bundle-
|
|
7
|
+
require('../../chunks/bundle-Cmmi9pdk.js');
|
|
8
8
|
|
|
9
9
|
var isVoiceMessage = index.isVoiceMessage;
|
|
10
10
|
|
package/cjs/withSendbird.js
CHANGED
package/dist/index.css
CHANGED
|
@@ -1297,95 +1297,6 @@
|
|
|
1297
1297
|
.sendbird-theme--dark .sendbird-icon-color--error [class*=fill] {
|
|
1298
1298
|
fill: var(--sendbird-dark-error-200);
|
|
1299
1299
|
}
|
|
1300
|
-
.sendbird-context-menu {
|
|
1301
|
-
display: inline;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item {
|
|
1305
|
-
cursor: not-allowed;
|
|
1306
|
-
}
|
|
1307
|
-
.sendbird__offline .sendbird-message-item-menu__list__menu-item.menu-item-delete {
|
|
1308
|
-
cursor: pointer;
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
.sendbird-dropdown__menu {
|
|
1312
|
-
z-index: 99999;
|
|
1313
|
-
position: absolute;
|
|
1314
|
-
top: 100%;
|
|
1315
|
-
left: 0;
|
|
1316
|
-
min-width: 140px;
|
|
1317
|
-
margin: 0px;
|
|
1318
|
-
padding: 8px 0px;
|
|
1319
|
-
border-radius: 4px;
|
|
1320
|
-
list-style: none;
|
|
1321
|
-
}
|
|
1322
|
-
.sendbird-theme--light .sendbird-dropdown__menu {
|
|
1323
|
-
box-shadow: var(--sendbird-light-shadow-02);
|
|
1324
|
-
background-color: var(--sendbird-light-background-50);
|
|
1325
|
-
}
|
|
1326
|
-
.sendbird-theme--dark .sendbird-dropdown__menu {
|
|
1327
|
-
box-shadow: var(--sendbird-dark-shadow-02);
|
|
1328
|
-
background-color: var(--sendbird-dark-background-500);
|
|
1329
|
-
}
|
|
1330
|
-
.sendbird-dropdown__menu .sendbird-dropdown__menu-item {
|
|
1331
|
-
cursor: pointer;
|
|
1332
|
-
white-space: nowrap;
|
|
1333
|
-
padding: 8px 16px;
|
|
1334
|
-
}
|
|
1335
|
-
.sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable {
|
|
1336
|
-
cursor: not-allowed;
|
|
1337
|
-
}
|
|
1338
|
-
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
|
|
1339
|
-
background-color: var(--sendbird-light-background-50);
|
|
1340
|
-
}
|
|
1341
|
-
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
|
|
1342
|
-
background-color: var(--sendbird-dark-background-500);
|
|
1343
|
-
}
|
|
1344
|
-
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
|
|
1345
|
-
background-color: var(--sendbird-light-background-100);
|
|
1346
|
-
}
|
|
1347
|
-
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
|
|
1348
|
-
background-color: var(--sendbird-dark-background-400);
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
.sendbird-dropdown__reaction-bar {
|
|
1352
|
-
position: absolute;
|
|
1353
|
-
top: 100%;
|
|
1354
|
-
left: 0;
|
|
1355
|
-
min-width: 44px;
|
|
1356
|
-
max-width: 352px;
|
|
1357
|
-
max-height: 208px;
|
|
1358
|
-
overflow-y: scroll;
|
|
1359
|
-
margin: 0px;
|
|
1360
|
-
padding: 8px;
|
|
1361
|
-
border-radius: 8px;
|
|
1362
|
-
list-style: none;
|
|
1363
|
-
}
|
|
1364
|
-
.sendbird-theme--light .sendbird-dropdown__reaction-bar {
|
|
1365
|
-
box-shadow: var(--sendbird-light-shadow-02);
|
|
1366
|
-
background-color: var(--sendbird-light-background-50);
|
|
1367
|
-
}
|
|
1368
|
-
.sendbird-theme--dark .sendbird-dropdown__reaction-bar {
|
|
1369
|
-
box-shadow: var(--sendbird-dark-shadow-02);
|
|
1370
|
-
background-color: var(--sendbird-dark-background-500);
|
|
1371
|
-
}
|
|
1372
|
-
.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button, .sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected {
|
|
1373
|
-
margin: 4px;
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
.sendbird-dropdown__menu-backdrop {
|
|
1377
|
-
background-color: transparent;
|
|
1378
|
-
position: fixed;
|
|
1379
|
-
top: 0;
|
|
1380
|
-
left: 0;
|
|
1381
|
-
width: 100%;
|
|
1382
|
-
height: 100%;
|
|
1383
|
-
}
|
|
1384
|
-
.sendbird-sort-by-row {
|
|
1385
|
-
display: flex;
|
|
1386
|
-
justify-content: flex-start;
|
|
1387
|
-
align-items: center;
|
|
1388
|
-
}
|
|
1389
1300
|
/**
|
|
1390
1301
|
* We operate the CSS files for Channel&GroupChannel modules in the GroupChannel.
|
|
1391
1302
|
* So keep in mind that you should consider both components when you make changes in this file.
|
|
@@ -1766,8 +1677,6 @@
|
|
|
1766
1677
|
}
|
|
1767
1678
|
.sendbird-conversation__messages .sendbird-conversation__messages-padding {
|
|
1768
1679
|
position: relative;
|
|
1769
|
-
padding-left: 24px;
|
|
1770
|
-
padding-right: 24px;
|
|
1771
1680
|
height: 100%;
|
|
1772
1681
|
overflow-x: hidden;
|
|
1773
1682
|
overflow-y: scroll;
|
|
@@ -2072,19 +1981,17 @@
|
|
|
2072
1981
|
color: var(--sendbird-dark-ondark-04);
|
|
2073
1982
|
border: 1px solid var(--sendbird-dark-ondark-04);
|
|
2074
1983
|
}
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
--sendbird-thread-replies-height: 28px;
|
|
2079
|
-
--sendbird-thread-replies-margin-top: 4px;
|
|
2080
|
-
--sendbird-feedback-buttons-container-margin-bottom: 4px;
|
|
1984
|
+
.sendbird--mobile-mode .sendbird-msg-hoc > .ui_container_type__full {
|
|
1985
|
+
padding: 0;
|
|
1986
|
+
width: 100%;
|
|
2081
1987
|
}
|
|
2082
1988
|
|
|
2083
1989
|
.sendbird-message-content {
|
|
2084
1990
|
display: inline-flex;
|
|
2085
1991
|
flex-direction: row;
|
|
2086
1992
|
position: relative;
|
|
2087
|
-
width: 100
|
|
1993
|
+
width: calc(100% - 48px);
|
|
1994
|
+
padding: 0 24px;
|
|
2088
1995
|
}
|
|
2089
1996
|
.sendbird-message-content.incoming {
|
|
2090
1997
|
justify-content: flex-start;
|
|
@@ -2098,15 +2005,17 @@
|
|
|
2098
2005
|
.sendbird--mobile-mode .sendbird-message-content .sendbird-message-content__middle {
|
|
2099
2006
|
max-width: calc(100vw - 140px);
|
|
2100
2007
|
}
|
|
2008
|
+
.sendbird--mobile-mode .sendbird-message-content .ui_container_type__wide {
|
|
2009
|
+
max-width: 100%;
|
|
2010
|
+
}
|
|
2011
|
+
.sendbird--mobile-mode .sendbird-message-content .ui_container_type__full {
|
|
2012
|
+
max-width: 100%;
|
|
2013
|
+
}
|
|
2101
2014
|
.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote {
|
|
2102
2015
|
bottom: -8px;
|
|
2103
2016
|
margin-top: -8px;
|
|
2104
2017
|
}
|
|
2105
2018
|
|
|
2106
|
-
.sendbird-message-content__feedback {
|
|
2107
|
-
margin-bottom: calc(var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top) + var(--sendbird-feedback-buttons-container-margin-bottom));
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
2019
|
.sendbird-message-content__middle__quote-message__quote {
|
|
2111
2020
|
width: 100%;
|
|
2112
2021
|
}
|
|
@@ -2151,6 +2060,24 @@
|
|
|
2151
2060
|
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover {
|
|
2152
2061
|
display: none;
|
|
2153
2062
|
}
|
|
2063
|
+
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel {
|
|
2064
|
+
min-width: -moz-fit-content;
|
|
2065
|
+
min-width: fit-content;
|
|
2066
|
+
bottom: -16px;
|
|
2067
|
+
right: 0px;
|
|
2068
|
+
}
|
|
2069
|
+
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide {
|
|
2070
|
+
min-width: -moz-fit-content;
|
|
2071
|
+
min-width: fit-content;
|
|
2072
|
+
bottom: -16px;
|
|
2073
|
+
right: 0px;
|
|
2074
|
+
}
|
|
2075
|
+
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__full {
|
|
2076
|
+
min-width: -moz-fit-content;
|
|
2077
|
+
min-width: fit-content;
|
|
2078
|
+
bottom: -16px;
|
|
2079
|
+
right: 0px;
|
|
2080
|
+
}
|
|
2154
2081
|
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name {
|
|
2155
2082
|
margin-bottom: 4px;
|
|
2156
2083
|
margin-left: 12px;
|
|
@@ -2207,6 +2134,9 @@
|
|
|
2207
2134
|
.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
|
|
2208
2135
|
display: none;
|
|
2209
2136
|
}
|
|
2137
|
+
.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel {
|
|
2138
|
+
display: flex;
|
|
2139
|
+
}
|
|
2210
2140
|
|
|
2211
2141
|
.sendbird-message-content.outgoing .sendbird-message-content__left {
|
|
2212
2142
|
box-sizing: border-box;
|
|
@@ -2270,6 +2200,24 @@
|
|
|
2270
2200
|
display: inline-flex;
|
|
2271
2201
|
position: relative;
|
|
2272
2202
|
}
|
|
2203
|
+
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel {
|
|
2204
|
+
min-width: -moz-fit-content;
|
|
2205
|
+
min-width: fit-content;
|
|
2206
|
+
bottom: -20px;
|
|
2207
|
+
left: 0px;
|
|
2208
|
+
}
|
|
2209
|
+
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide {
|
|
2210
|
+
min-width: -moz-fit-content;
|
|
2211
|
+
min-width: fit-content;
|
|
2212
|
+
bottom: -20px;
|
|
2213
|
+
left: 0px;
|
|
2214
|
+
}
|
|
2215
|
+
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__full {
|
|
2216
|
+
min-width: -moz-fit-content;
|
|
2217
|
+
min-width: fit-content;
|
|
2218
|
+
bottom: -20px;
|
|
2219
|
+
left: 0px;
|
|
2220
|
+
}
|
|
2273
2221
|
.sendbird-message-content.outgoing .sendbird-message-content__right {
|
|
2274
2222
|
display: none;
|
|
2275
2223
|
}
|
|
@@ -2336,22 +2284,22 @@
|
|
|
2336
2284
|
margin-top: 4px;
|
|
2337
2285
|
}
|
|
2338
2286
|
|
|
2287
|
+
.sendbird-message-content__middle__feedback-buttons {
|
|
2288
|
+
margin-top: 4px;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2339
2291
|
.sendbird-voice-message-item-body.sendbird-message-content__middle__message-item-body {
|
|
2340
2292
|
height: 50px;
|
|
2341
2293
|
min-width: 136px;
|
|
2342
2294
|
}
|
|
2343
2295
|
|
|
2344
2296
|
.sendbird-message-content__middle__body-container__feedback-buttons-container {
|
|
2345
|
-
|
|
2346
|
-
|
|
2297
|
+
margin-top: 4px;
|
|
2298
|
+
position: relative;
|
|
2347
2299
|
display: flex;
|
|
2348
2300
|
gap: 4px;
|
|
2349
2301
|
}
|
|
2350
2302
|
|
|
2351
|
-
.sendbird-message-content__middle__body-container__feedback-buttons-container_with-thread-replies {
|
|
2352
|
-
bottom: calc(-1 * (var(--sendbird-feedback-buttons-container-height) + var(--sendbird-feedback-buttons-container-margin-top) + var(--sendbird-thread-replies-height) + var(--sendbird-thread-replies-margin-top)));
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
2303
|
.sendbird-message-content__middle__for_template_message {
|
|
2356
2304
|
width: 100%;
|
|
2357
2305
|
}
|
|
@@ -2390,6 +2338,95 @@
|
|
|
2390
2338
|
.sendbird-message-item-menu__list__menu-item:focus-visible {
|
|
2391
2339
|
outline: none;
|
|
2392
2340
|
}
|
|
2341
|
+
.sendbird-context-menu {
|
|
2342
|
+
display: inline;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item {
|
|
2346
|
+
cursor: not-allowed;
|
|
2347
|
+
}
|
|
2348
|
+
.sendbird__offline .sendbird-message-item-menu__list__menu-item.menu-item-delete {
|
|
2349
|
+
cursor: pointer;
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.sendbird-dropdown__menu {
|
|
2353
|
+
z-index: 99999;
|
|
2354
|
+
position: absolute;
|
|
2355
|
+
top: 100%;
|
|
2356
|
+
left: 0;
|
|
2357
|
+
min-width: 140px;
|
|
2358
|
+
margin: 0px;
|
|
2359
|
+
padding: 8px 0px;
|
|
2360
|
+
border-radius: 4px;
|
|
2361
|
+
list-style: none;
|
|
2362
|
+
}
|
|
2363
|
+
.sendbird-theme--light .sendbird-dropdown__menu {
|
|
2364
|
+
box-shadow: var(--sendbird-light-shadow-02);
|
|
2365
|
+
background-color: var(--sendbird-light-background-50);
|
|
2366
|
+
}
|
|
2367
|
+
.sendbird-theme--dark .sendbird-dropdown__menu {
|
|
2368
|
+
box-shadow: var(--sendbird-dark-shadow-02);
|
|
2369
|
+
background-color: var(--sendbird-dark-background-500);
|
|
2370
|
+
}
|
|
2371
|
+
.sendbird-dropdown__menu .sendbird-dropdown__menu-item {
|
|
2372
|
+
cursor: pointer;
|
|
2373
|
+
white-space: nowrap;
|
|
2374
|
+
padding: 8px 16px;
|
|
2375
|
+
}
|
|
2376
|
+
.sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable {
|
|
2377
|
+
cursor: not-allowed;
|
|
2378
|
+
}
|
|
2379
|
+
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
|
|
2380
|
+
background-color: var(--sendbird-light-background-50);
|
|
2381
|
+
}
|
|
2382
|
+
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
|
|
2383
|
+
background-color: var(--sendbird-dark-background-500);
|
|
2384
|
+
}
|
|
2385
|
+
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
|
|
2386
|
+
background-color: var(--sendbird-light-background-100);
|
|
2387
|
+
}
|
|
2388
|
+
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
|
|
2389
|
+
background-color: var(--sendbird-dark-background-400);
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
.sendbird-dropdown__reaction-bar {
|
|
2393
|
+
position: absolute;
|
|
2394
|
+
top: 100%;
|
|
2395
|
+
left: 0;
|
|
2396
|
+
min-width: 44px;
|
|
2397
|
+
max-width: 352px;
|
|
2398
|
+
max-height: 208px;
|
|
2399
|
+
overflow-y: scroll;
|
|
2400
|
+
margin: 0px;
|
|
2401
|
+
padding: 8px;
|
|
2402
|
+
border-radius: 8px;
|
|
2403
|
+
list-style: none;
|
|
2404
|
+
}
|
|
2405
|
+
.sendbird-theme--light .sendbird-dropdown__reaction-bar {
|
|
2406
|
+
box-shadow: var(--sendbird-light-shadow-02);
|
|
2407
|
+
background-color: var(--sendbird-light-background-50);
|
|
2408
|
+
}
|
|
2409
|
+
.sendbird-theme--dark .sendbird-dropdown__reaction-bar {
|
|
2410
|
+
box-shadow: var(--sendbird-dark-shadow-02);
|
|
2411
|
+
background-color: var(--sendbird-dark-background-500);
|
|
2412
|
+
}
|
|
2413
|
+
.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button, .sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected {
|
|
2414
|
+
margin: 4px;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
.sendbird-dropdown__menu-backdrop {
|
|
2418
|
+
background-color: transparent;
|
|
2419
|
+
position: fixed;
|
|
2420
|
+
top: 0;
|
|
2421
|
+
left: 0;
|
|
2422
|
+
width: 100%;
|
|
2423
|
+
height: 100%;
|
|
2424
|
+
}
|
|
2425
|
+
.sendbird-sort-by-row {
|
|
2426
|
+
display: flex;
|
|
2427
|
+
justify-content: flex-start;
|
|
2428
|
+
align-items: center;
|
|
2429
|
+
}
|
|
2393
2430
|
.sendbird-text {
|
|
2394
2431
|
color: var(--primary-1);
|
|
2395
2432
|
}
|
|
@@ -2658,14 +2695,12 @@
|
|
|
2658
2695
|
top: 8px;
|
|
2659
2696
|
left: 0px;
|
|
2660
2697
|
cursor: pointer;
|
|
2661
|
-
z-index: 0;
|
|
2662
2698
|
}
|
|
2663
2699
|
.sendbird-user-list-item .sendbird-muted-avatar {
|
|
2664
2700
|
position: absolute;
|
|
2665
2701
|
top: 8px;
|
|
2666
2702
|
left: 0px;
|
|
2667
2703
|
pointer-events: none;
|
|
2668
|
-
z-index: 1;
|
|
2669
2704
|
}
|
|
2670
2705
|
.sendbird-user-list-item .sendbird-user-list-item__title {
|
|
2671
2706
|
position: absolute;
|
|
@@ -3319,9 +3354,9 @@
|
|
|
3319
3354
|
.sendbird-og-message-item-body {
|
|
3320
3355
|
position: relative;
|
|
3321
3356
|
display: inline-block;
|
|
3322
|
-
width:
|
|
3357
|
+
width: 100%;
|
|
3323
3358
|
min-width: 320px;
|
|
3324
|
-
max-width:
|
|
3359
|
+
max-width: 400px;
|
|
3325
3360
|
}
|
|
3326
3361
|
.sendbird--mobile-mode .sendbird-og-message-item-body {
|
|
3327
3362
|
min-width: 160px;
|
|
@@ -4245,6 +4280,15 @@ div.sendbird-text-message-item-body {
|
|
|
4245
4280
|
.sendbird-message-template__root * {
|
|
4246
4281
|
box-sizing: border-box;
|
|
4247
4282
|
}
|
|
4283
|
+
|
|
4284
|
+
.sendbird-message-template__root {
|
|
4285
|
+
border-radius: 0;
|
|
4286
|
+
font-family: var(--sendbird-font-family-default);
|
|
4287
|
+
}
|
|
4288
|
+
.sendbird-carousel-items-wrapper {
|
|
4289
|
+
display: flex;
|
|
4290
|
+
box-sizing: border-box;
|
|
4291
|
+
}
|
|
4248
4292
|
.sendbird-iconbutton__feedback {
|
|
4249
4293
|
display: flex;
|
|
4250
4294
|
justify-content: center;
|