@sendbird/uikit-react 3.14.0-beta.2 → 3.14.1
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 -79
- package/App.js.map +1 -1
- package/CHANGELOG.md +106 -8
- package/Channel/components/ChannelHeader.js +29 -29
- package/Channel/components/ChannelUI.js +66 -66
- package/Channel/components/FileViewer.js +28 -28
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +55 -55
- package/Channel/components/MessageInput.js +41 -41
- package/Channel/components/MessageInputWrapper.js +41 -41
- package/Channel/components/MessageList.js +64 -63
- package/Channel/components/MessageList.js.map +1 -1
- 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 +23 -25
- package/Channel/context.js.map +1 -1
- 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 +65 -65
- 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 +28 -29
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +22 -23
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +13 -13
- package/ChannelSettings/components/UserPanel.js +20 -20
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +22 -23
- package/ChannelSettings.js.map +1 -1
- 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 +57 -27
- package/GroupChannel/components/FileViewer.js.map +1 -1
- package/GroupChannel/components/FrozenNotification.js +5 -5
- package/GroupChannel/components/GroupChannelHeader.js +23 -22
- package/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/GroupChannel/components/GroupChannelUI.js +61 -60
- package/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/GroupChannel/components/Message.js +55 -54
- package/GroupChannel/components/Message.js.map +1 -1
- package/GroupChannel/components/MessageInputWrapper.js +39 -38
- package/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/GroupChannel/components/MessageList.js +59 -57
- package/GroupChannel/components/MessageList.js.map +1 -1
- package/GroupChannel/components/RemoveMessageModal.js +23 -22
- package/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- 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 +29 -26
- package/GroupChannel/context.js.map +1 -1
- package/GroupChannel.js +60 -59
- package/GroupChannel.js.map +1 -1
- 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 +40 -44
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +44 -44
- package/OpenChannel/components/OpenChannelUI.js +44 -43
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +17 -17
- package/OpenChannel.js +40 -40
- 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 +18 -19
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +19 -20
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +19 -20
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +26 -48
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +78 -49
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +74 -36
- 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 +112 -55
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +43 -42
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +56 -56
- package/Thread/context.js +15 -12
- 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-BdZAuvN7.js → bundle--6zoMlSy.js} +7 -7
- package/chunks/{bundle-BdZAuvN7.js.map → bundle--6zoMlSy.js.map} +1 -1
- package/chunks/{bundle-rSEP1XoB.js → bundle--KTlVDyw.js} +40 -9
- package/{cjs/chunks/bundle-B8jj7upa.js.map → chunks/bundle--KTlVDyw.js.map} +1 -1
- package/chunks/bundle-B-rlaXWu.js +20 -0
- package/chunks/bundle-B-rlaXWu.js.map +1 -0
- package/chunks/{bundle-CfKGkWtT.js → bundle-B1531-Xt.js} +1 -1
- package/chunks/bundle-B1531-Xt.js.map +1 -0
- package/chunks/{bundle-By4sE23W.js → bundle-B4gJwLnb.js} +8 -8
- package/chunks/{bundle-By4sE23W.js.map → bundle-B4gJwLnb.js.map} +1 -1
- package/chunks/{bundle-dw1OtCIz.js → bundle-BCNLSTzO.js} +2 -2
- package/chunks/{bundle-dw1OtCIz.js.map → bundle-BCNLSTzO.js.map} +1 -1
- package/chunks/{bundle-CTyr18ZN.js → bundle-BGCeRCjz.js} +3 -3
- package/chunks/{bundle-CTyr18ZN.js.map → bundle-BGCeRCjz.js.map} +1 -1
- package/chunks/{bundle-CcVFQEGF.js → bundle-BGjW7OlD.js} +3 -3
- package/chunks/{bundle-CcVFQEGF.js.map → bundle-BGjW7OlD.js.map} +1 -1
- package/chunks/{bundle-C_n2Emjx.js → bundle-BJ8L9q1S.js} +1 -1
- package/chunks/bundle-BJ8L9q1S.js.map +1 -0
- package/chunks/{bundle-DUTTSKO5.js → bundle-BL67-UYY.js} +3 -3
- package/chunks/bundle-BL67-UYY.js.map +1 -0
- package/chunks/{bundle-BJs_5v6q.js → bundle-BR7FU00z.js} +2 -2
- package/chunks/{bundle-BJs_5v6q.js.map → bundle-BR7FU00z.js.map} +1 -1
- package/chunks/{bundle-aH4n4ipp.js → bundle-BSOtUr3s.js} +1 -1
- package/chunks/{bundle-aH4n4ipp.js.map → bundle-BSOtUr3s.js.map} +1 -1
- package/chunks/{bundle-CPszRkFg.js → bundle-BWCUNJoA.js} +1 -1
- package/chunks/bundle-BWCUNJoA.js.map +1 -0
- package/chunks/{bundle-zf2ni0YJ.js → bundle-BYJO_VIh.js} +16 -16
- package/chunks/bundle-BYJO_VIh.js.map +1 -0
- package/chunks/{bundle-gSQF3Ob-.js → bundle-BlbJo9zV.js} +1 -1
- package/chunks/bundle-BlbJo9zV.js.map +1 -0
- package/chunks/{bundle-DgJrJ2xn.js → bundle-BmJp9ELx.js} +4 -4
- package/chunks/bundle-BmJp9ELx.js.map +1 -0
- package/chunks/{bundle-Bf5VthYV.js → bundle-BmJsj1DE.js} +1 -1
- package/chunks/bundle-BmJsj1DE.js.map +1 -0
- package/chunks/{bundle-cjTAVQxr.js → bundle-BqZ85d_h.js} +7 -7
- package/chunks/{bundle-cjTAVQxr.js.map → bundle-BqZ85d_h.js.map} +1 -1
- package/chunks/{bundle-DcOT2xg0.js → bundle-BqpRc1fc.js} +1 -1
- package/chunks/bundle-BqpRc1fc.js.map +1 -0
- package/chunks/{bundle-WwYLGAen.js → bundle-Buy5OFoZ.js} +2 -2
- package/chunks/bundle-Buy5OFoZ.js.map +1 -0
- package/chunks/{bundle-CF6PMu9B.js → bundle-Bxhw3nyo.js} +1 -1
- package/chunks/bundle-Bxhw3nyo.js.map +1 -0
- package/chunks/{bundle-CJIPD7gN.js → bundle-ByOL8d1Y.js} +3 -3
- package/chunks/bundle-ByOL8d1Y.js.map +1 -0
- package/chunks/{bundle-ynxAt7xC.js → bundle-C0hxFMpo.js} +1 -1
- package/chunks/bundle-C0hxFMpo.js.map +1 -0
- package/chunks/{bundle-87W4GPnC.js → bundle-C4E6x1yH.js} +1 -1
- package/chunks/bundle-C4E6x1yH.js.map +1 -0
- package/chunks/{bundle-CbBN2HTx.js → bundle-C5gv8BUg.js} +10 -10
- package/chunks/bundle-C5gv8BUg.js.map +1 -0
- package/chunks/{bundle-CRLJsnLv.js → bundle-C5yKwJa5.js} +10 -10
- package/chunks/{bundle-CRLJsnLv.js.map → bundle-C5yKwJa5.js.map} +1 -1
- package/chunks/{bundle-DCjOFMcr.js → bundle-C8JSMAy5.js} +4 -4
- package/chunks/bundle-C8JSMAy5.js.map +1 -0
- package/chunks/{bundle-C-_RpFyM.js → bundle-C9k4XREr.js} +3 -3
- package/chunks/bundle-C9k4XREr.js.map +1 -0
- package/chunks/bundle-CEBnyfFY.js +16 -0
- package/chunks/bundle-CEBnyfFY.js.map +1 -0
- package/chunks/{bundle-Cvk0UZLW.js → bundle-CKUGA2Du.js} +4 -4
- package/chunks/{bundle-Cvk0UZLW.js.map → bundle-CKUGA2Du.js.map} +1 -1
- package/chunks/{bundle-BNydv1KA.js → bundle-CLEZvXSa.js} +6 -6
- package/chunks/bundle-CLEZvXSa.js.map +1 -0
- package/chunks/{bundle-DvI4QhV3.js → bundle-CMdrfQU4.js} +3 -3
- package/chunks/{bundle-DvI4QhV3.js.map → bundle-CMdrfQU4.js.map} +1 -1
- package/chunks/{bundle-5okwu0-4.js → bundle-CRJQQ2Pt.js} +45 -37
- package/{cjs/chunks/bundle-B1Nml3ap.js.map → chunks/bundle-CRJQQ2Pt.js.map} +1 -1
- package/chunks/{bundle-CS7t26su.js → bundle-CSD1Y0Up.js} +1 -1
- package/chunks/bundle-CSD1Y0Up.js.map +1 -0
- package/chunks/{bundle-D56MXYqF.js → bundle-CVBV25Ez.js} +4 -4
- package/chunks/bundle-CVBV25Ez.js.map +1 -0
- package/chunks/{bundle-DRL21d0s.js → bundle-CXPL_q7g.js} +1 -1
- package/chunks/bundle-CXPL_q7g.js.map +1 -0
- package/chunks/{bundle-CcTHgZqq.js → bundle-Ca-c848e.js} +1 -1
- package/chunks/{bundle-CcTHgZqq.js.map → bundle-Ca-c848e.js.map} +1 -1
- package/chunks/{bundle-BKG2cvZ9.js → bundle-CcCCSO3j.js} +3 -3
- package/chunks/bundle-CcCCSO3j.js.map +1 -0
- package/chunks/{bundle-DkRogqRS.js → bundle-CemSwFjs.js} +3 -3
- package/chunks/bundle-CemSwFjs.js.map +1 -0
- package/chunks/{bundle-BuIxT5aZ.js → bundle-CfCfA_eS.js} +1 -1
- package/chunks/bundle-CfCfA_eS.js.map +1 -0
- package/chunks/{bundle-DXhynnjn.js → bundle-CqjZHu2X.js} +1 -1
- package/chunks/{bundle-DXhynnjn.js.map → bundle-CqjZHu2X.js.map} +1 -1
- package/chunks/{bundle-DnFiUPoR.js → bundle-Cr5JfXnd.js} +1 -1
- package/chunks/bundle-Cr5JfXnd.js.map +1 -0
- package/chunks/{bundle-C8TvjQ68.js → bundle-CsWx1pIH.js} +10 -10
- package/chunks/{bundle-C8TvjQ68.js.map → bundle-CsWx1pIH.js.map} +1 -1
- package/chunks/{bundle-C0LxowmB.js → bundle-Cv74ntvD.js} +3 -3
- package/chunks/{bundle-C0LxowmB.js.map → bundle-Cv74ntvD.js.map} +1 -1
- package/chunks/{bundle-COGPgRK-.js → bundle-CwodDxvD.js} +1 -1
- package/chunks/bundle-CwodDxvD.js.map +1 -0
- package/chunks/{bundle-PsMmoXV_.js → bundle-Cxxoo-8r.js} +4 -4
- package/chunks/{bundle-PsMmoXV_.js.map → bundle-Cxxoo-8r.js.map} +1 -1
- package/chunks/{bundle-BJ9OAqWz.js → bundle-CypLTOy5.js} +1 -1
- package/chunks/bundle-CypLTOy5.js.map +1 -0
- package/chunks/{bundle-RpPfSzD9.js → bundle-CzECC0WY.js} +1 -1
- package/chunks/{bundle-RpPfSzD9.js.map → bundle-CzECC0WY.js.map} +1 -1
- package/chunks/{bundle-B1s46xJT.js → bundle-CzznhOkf.js} +6 -4
- package/chunks/bundle-CzznhOkf.js.map +1 -0
- package/chunks/{bundle-l_8hg8H3.js → bundle-D-62maU6.js} +2 -2
- package/chunks/bundle-D-62maU6.js.map +1 -0
- package/chunks/{bundle-DzuAq6CR.js → bundle-D2nMevA-.js} +2 -2
- package/chunks/bundle-D2nMevA-.js.map +1 -0
- package/chunks/{bundle-BUy5u56K.js → bundle-D3BcbbU5.js} +1 -1
- package/chunks/bundle-D3BcbbU5.js.map +1 -0
- package/chunks/{bundle-B0azZJiA.js → bundle-D3hUaRgQ.js} +14 -14
- package/chunks/{bundle-B0azZJiA.js.map → bundle-D3hUaRgQ.js.map} +1 -1
- package/chunks/{bundle-XGYpSNOg.js → bundle-D7hy2K0F.js} +5 -5
- package/chunks/{bundle-XGYpSNOg.js.map → bundle-D7hy2K0F.js.map} +1 -1
- package/chunks/{bundle-BoezGGkX.js → bundle-DAf6h8hw.js} +13 -12
- package/chunks/{bundle-BoezGGkX.js.map → bundle-DAf6h8hw.js.map} +1 -1
- package/chunks/{bundle-rfEyWmAm.js → bundle-DChW5Z3e.js} +1 -1
- package/chunks/bundle-DChW5Z3e.js.map +1 -0
- package/chunks/{bundle-BNeRxCQA.js → bundle-DIQmyyii.js} +1 -1
- package/chunks/bundle-DIQmyyii.js.map +1 -0
- package/chunks/{bundle-DoLed6JB.js → bundle-DKTKyX5B.js} +1 -1
- package/chunks/bundle-DKTKyX5B.js.map +1 -0
- package/chunks/{bundle-BJgNc4do.js → bundle-DLC9d0SK.js} +2 -2
- package/chunks/{bundle-BJgNc4do.js.map → bundle-DLC9d0SK.js.map} +1 -1
- package/chunks/{bundle-D-cpJ5MP.js → bundle-DOE8EVWg.js} +1 -1
- package/chunks/bundle-DOE8EVWg.js.map +1 -0
- package/chunks/{bundle-BvQAepkJ.js → bundle-DR0N9Re_.js} +1 -1
- package/chunks/bundle-DR0N9Re_.js.map +1 -0
- package/chunks/{bundle-D_KO6Orc.js → bundle-DRWNB6So.js} +1 -1
- package/chunks/{bundle-D_KO6Orc.js.map → bundle-DRWNB6So.js.map} +1 -1
- package/chunks/{bundle-BSPBjwR6.js → bundle-DURANzV-.js} +6 -6
- package/chunks/bundle-DURANzV-.js.map +1 -0
- package/chunks/{bundle-C1RngQCJ.js → bundle-DYRfOZJn.js} +9 -9
- package/chunks/bundle-DYRfOZJn.js.map +1 -0
- package/chunks/{bundle-DRIvYDIu.js → bundle-Dan3OYIf.js} +29 -26
- package/chunks/{bundle-DRIvYDIu.js.map → bundle-Dan3OYIf.js.map} +1 -1
- package/chunks/{bundle-GQqssfTX.js → bundle-DdrjZDoC.js} +1 -1
- package/chunks/bundle-DdrjZDoC.js.map +1 -0
- package/chunks/{bundle-C4sUzPGS.js → bundle-DiKCx9T0.js} +3 -3
- package/chunks/bundle-DiKCx9T0.js.map +1 -0
- package/chunks/{bundle-BPclYGwz.js → bundle-DluCUNJH.js} +1 -1
- package/chunks/bundle-DluCUNJH.js.map +1 -0
- package/chunks/{bundle-B2pNgmzq.js → bundle-DmHVnPIK.js} +3 -3
- package/chunks/bundle-DmHVnPIK.js.map +1 -0
- package/chunks/{bundle-Dicb9Y5f.js → bundle-Dp8Uc0CR.js} +6 -6
- package/chunks/bundle-Dp8Uc0CR.js.map +1 -0
- package/chunks/{bundle-N_XkA5JB.js → bundle-DpQTyp78.js} +57 -63
- package/chunks/bundle-DpQTyp78.js.map +1 -0
- package/chunks/{bundle-GKCJ2hC_.js → bundle-DqYLLkVp.js} +3 -3
- package/chunks/{bundle-GKCJ2hC_.js.map → bundle-DqYLLkVp.js.map} +1 -1
- package/chunks/{bundle-BmPxXQ_C.js → bundle-DraDQPaG.js} +5 -5
- package/chunks/bundle-DraDQPaG.js.map +1 -0
- package/chunks/{bundle-DTDkmegk.js → bundle-Dzzjbgaw.js} +1 -1
- package/chunks/bundle-Dzzjbgaw.js.map +1 -0
- package/chunks/{bundle-Bys5RwQj.js → bundle-Ryg4dN5c.js} +2 -2
- package/chunks/bundle-Ryg4dN5c.js.map +1 -0
- package/chunks/{bundle-azFrmmyK.js → bundle-cbuWRyNb.js} +10 -10
- package/chunks/{bundle-azFrmmyK.js.map → bundle-cbuWRyNb.js.map} +1 -1
- package/chunks/{bundle-BhjXV0mk.js → bundle-h_OgbXNz.js} +1 -1
- package/chunks/bundle-h_OgbXNz.js.map +1 -0
- package/chunks/{bundle-BFDyBk4r.js → bundle-oKdCuyHB.js} +1 -1
- package/chunks/bundle-oKdCuyHB.js.map +1 -0
- package/chunks/{bundle-D_X2Bqh-.js → bundle-tVxHr2lN.js} +2 -2
- package/chunks/bundle-tVxHr2lN.js.map +1 -0
- package/chunks/{bundle-BH5rbsxO.js → bundle-vcCWiyPL.js} +1367 -120
- package/chunks/bundle-vcCWiyPL.js.map +1 -0
- package/cjs/App.js +78 -79
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +29 -29
- package/cjs/Channel/components/ChannelUI.js +66 -66
- package/cjs/Channel/components/FileViewer.js +28 -28
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +55 -55
- package/cjs/Channel/components/MessageInput.js +41 -41
- package/cjs/Channel/components/MessageInputWrapper.js +41 -41
- package/cjs/Channel/components/MessageList.js +67 -66
- package/cjs/Channel/components/MessageList.js.map +1 -1
- 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 +23 -25
- package/cjs/Channel/context.js.map +1 -1
- 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 +65 -65
- 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 +26 -27
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +22 -23
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- 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 +22 -23
- package/cjs/ChannelSettings.js.map +1 -1
- 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 +57 -27
- package/cjs/GroupChannel/components/FileViewer.js.map +1 -1
- package/cjs/GroupChannel/components/FrozenNotification.js +5 -5
- package/cjs/GroupChannel/components/GroupChannelHeader.js +23 -22
- package/cjs/GroupChannel/components/GroupChannelHeader.js.map +1 -1
- package/cjs/GroupChannel/components/GroupChannelUI.js +61 -60
- package/cjs/GroupChannel/components/GroupChannelUI.js.map +1 -1
- package/cjs/GroupChannel/components/Message.js +55 -54
- package/cjs/GroupChannel/components/Message.js.map +1 -1
- package/cjs/GroupChannel/components/MessageInputWrapper.js +38 -37
- package/cjs/GroupChannel/components/MessageInputWrapper.js.map +1 -1
- package/cjs/GroupChannel/components/MessageList.js +60 -58
- package/cjs/GroupChannel/components/MessageList.js.map +1 -1
- package/cjs/GroupChannel/components/RemoveMessageModal.js +23 -22
- package/cjs/GroupChannel/components/RemoveMessageModal.js.map +1 -1
- 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 +29 -26
- package/cjs/GroupChannel/context.js.map +1 -1
- package/cjs/GroupChannel.js +60 -59
- package/cjs/GroupChannel.js.map +1 -1
- 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 +39 -43
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +42 -42
- package/cjs/OpenChannel/components/OpenChannelUI.js +44 -43
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +17 -17
- package/cjs/OpenChannel.js +40 -40
- 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 +18 -19
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +19 -20
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +17 -17
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +19 -20
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +26 -48
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +78 -49
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +74 -36
- 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 +112 -55
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +43 -42
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +56 -56
- package/cjs/Thread/context.js +15 -12
- 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-BdHrSYl1.js → bundle-6kvEuXvi.js} +4 -4
- package/cjs/chunks/bundle-6kvEuXvi.js.map +1 -0
- package/cjs/chunks/{bundle--ToWZ9cj.js → bundle-B-3hDIdO.js} +1 -1
- package/cjs/chunks/bundle-B-3hDIdO.js.map +1 -0
- package/cjs/chunks/{bundle-DjB9bkvD.js → bundle-B6ZFoMH6.js} +1 -1
- package/cjs/chunks/bundle-B6ZFoMH6.js.map +1 -0
- package/cjs/chunks/{bundle-1hCsXfVb.js → bundle-BBn6e1TE.js} +1 -1
- package/cjs/chunks/{bundle-1hCsXfVb.js.map → bundle-BBn6e1TE.js.map} +1 -1
- package/cjs/chunks/{bundle-INETVVGE.js → bundle-BD49w5la.js} +1 -1
- package/cjs/chunks/bundle-BD49w5la.js.map +1 -0
- package/cjs/chunks/{bundle-Bm5ysFU-.js → bundle-BFekEiOq.js} +10 -10
- package/cjs/chunks/bundle-BFekEiOq.js.map +1 -0
- package/cjs/chunks/bundle-BN-LMdIM.js +24 -0
- package/cjs/chunks/bundle-BN-LMdIM.js.map +1 -0
- package/cjs/chunks/{bundle-C88DsCNB.js → bundle-BOcTTiW2.js} +3 -3
- package/cjs/chunks/bundle-BOcTTiW2.js.map +1 -0
- package/cjs/chunks/{bundle-CS644BJp.js → bundle-BQRvcMvv.js} +1366 -119
- package/cjs/chunks/bundle-BQRvcMvv.js.map +1 -0
- package/cjs/chunks/{bundle-BpOxHgfP.js → bundle-BVr30Pv7.js} +3 -3
- package/cjs/chunks/bundle-BVr30Pv7.js.map +1 -0
- package/cjs/chunks/{bundle-SIHqK2VF.js → bundle-BX7oj4JP.js} +1 -1
- package/cjs/chunks/bundle-BX7oj4JP.js.map +1 -0
- package/cjs/chunks/{bundle-FD0n8tOs.js → bundle-BYIW_h3Y.js} +4 -4
- package/cjs/chunks/bundle-BYIW_h3Y.js.map +1 -0
- package/cjs/chunks/{bundle-CW9QUnWM.js → bundle-BYMwGMsS.js} +1 -1
- package/cjs/chunks/bundle-BYMwGMsS.js.map +1 -0
- package/cjs/chunks/{bundle-tHnRbr7F.js → bundle-B_DDVUVa.js} +1 -1
- package/cjs/chunks/bundle-B_DDVUVa.js.map +1 -0
- package/cjs/chunks/{bundle-C9jXxNI1.js → bundle-BhUkL36h.js} +7 -7
- package/cjs/chunks/bundle-BhUkL36h.js.map +1 -0
- package/cjs/chunks/{bundle-DNP731Dg.js → bundle-BjidTEAi.js} +16 -16
- package/cjs/chunks/bundle-BjidTEAi.js.map +1 -0
- package/cjs/chunks/{bundle-DRFWOXrL.js → bundle-BjuS3ItZ.js} +1 -1
- package/cjs/chunks/bundle-BjuS3ItZ.js.map +1 -0
- package/cjs/chunks/{bundle-CD9H6RqJ.js → bundle-Bp8Rx6es.js} +57 -63
- package/cjs/chunks/bundle-Bp8Rx6es.js.map +1 -0
- package/cjs/chunks/{bundle-Y_FLyDnc.js → bundle-BrqtKvF1.js} +40 -9
- package/cjs/chunks/bundle-BrqtKvF1.js.map +1 -0
- package/cjs/chunks/{bundle-MFvyy6ar.js → bundle-BuxwIob-.js} +10 -10
- package/cjs/chunks/{bundle-MFvyy6ar.js.map → bundle-BuxwIob-.js.map} +1 -1
- package/cjs/chunks/{bundle-Q5_I3n-8.js → bundle-By-3k_MB.js} +1 -1
- package/cjs/chunks/bundle-By-3k_MB.js.map +1 -0
- package/cjs/chunks/{bundle-BxaGZqGJ.js → bundle-ByAfkvZh.js} +3 -3
- package/cjs/chunks/bundle-ByAfkvZh.js.map +1 -0
- package/cjs/chunks/{bundle-BVgN7Stu.js → bundle-BzKUDWhn.js} +2 -2
- package/cjs/chunks/{bundle-BVgN7Stu.js.map → bundle-BzKUDWhn.js.map} +1 -1
- package/cjs/chunks/{bundle-Dy6Gn-sd.js → bundle-C-TcZdkJ.js} +7 -7
- package/cjs/chunks/bundle-C-TcZdkJ.js.map +1 -0
- package/cjs/chunks/{bundle-B2cSnWcr.js → bundle-C3SJz4Ji.js} +1 -1
- package/cjs/chunks/bundle-C3SJz4Ji.js.map +1 -0
- package/cjs/chunks/{bundle-DJxxPTK5.js → bundle-C5UvuA7p.js} +3 -3
- package/cjs/chunks/{bundle-DJxxPTK5.js.map → bundle-C5UvuA7p.js.map} +1 -1
- package/cjs/chunks/{bundle-CmFB08Wf.js → bundle-C5nXYn9D.js} +3 -3
- package/cjs/chunks/bundle-C5nXYn9D.js.map +1 -0
- package/cjs/chunks/{bundle-jdEKrUGh.js → bundle-CB5yFlZx.js} +1 -1
- package/cjs/chunks/bundle-CB5yFlZx.js.map +1 -0
- package/cjs/chunks/{bundle-Cmmi9pdk.js → bundle-CCI24NOf.js} +1 -1
- package/cjs/chunks/{bundle-Cmmi9pdk.js.map → bundle-CCI24NOf.js.map} +1 -1
- package/cjs/chunks/{bundle-DxdzDF19.js → bundle-CFD0Fa-A.js} +2 -2
- package/cjs/chunks/bundle-CFD0Fa-A.js.map +1 -0
- package/cjs/chunks/{bundle-CIswYN43.js → bundle-CIwnFnv9.js} +3 -3
- package/cjs/chunks/bundle-CIwnFnv9.js.map +1 -0
- package/cjs/chunks/{bundle-cf3-zuo6.js → bundle-CKV7u9Pa.js} +1 -1
- package/cjs/chunks/bundle-CKV7u9Pa.js.map +1 -0
- package/cjs/chunks/{bundle-BsGXZt6G.js → bundle-CKVCRcX8.js} +3 -3
- package/cjs/chunks/bundle-CKVCRcX8.js.map +1 -0
- package/cjs/chunks/{bundle-B-dy_WYW.js → bundle-CRggj9kM.js} +8 -8
- package/cjs/chunks/{bundle-B-dy_WYW.js.map → bundle-CRggj9kM.js.map} +1 -1
- package/cjs/chunks/{bundle-DUP4cxoZ.js → bundle-CSlhgdb3.js} +1 -1
- package/cjs/chunks/bundle-CSlhgdb3.js.map +1 -0
- package/cjs/chunks/{bundle-JNAedgrE.js → bundle-CZ7evH27.js} +1 -1
- package/cjs/chunks/bundle-CZ7evH27.js.map +1 -0
- package/cjs/chunks/{bundle-Cyr1aQpR.js → bundle-CZwvHnpm.js} +1 -1
- package/cjs/chunks/bundle-CZwvHnpm.js.map +1 -0
- package/cjs/chunks/{bundle-CqF06THu.js → bundle-CbrvdaBm.js} +1 -1
- package/cjs/chunks/{bundle-CqF06THu.js.map → bundle-CbrvdaBm.js.map} +1 -1
- package/cjs/chunks/{bundle-BVuqbZx2.js → bundle-Cj7wXzYB.js} +13 -12
- package/cjs/chunks/{bundle-BVuqbZx2.js.map → bundle-Cj7wXzYB.js.map} +1 -1
- package/cjs/chunks/{bundle-D1duSVks.js → bundle-Cm8jkxa4.js} +14 -14
- package/cjs/chunks/{bundle-D1duSVks.js.map → bundle-Cm8jkxa4.js.map} +1 -1
- package/cjs/chunks/{bundle-C2v2lxLx.js → bundle-Cqim199-.js} +3 -3
- package/cjs/chunks/bundle-Cqim199-.js.map +1 -0
- package/cjs/chunks/{bundle-DREyIwSt.js → bundle-CsvF4G63.js} +10 -10
- package/cjs/chunks/{bundle-DREyIwSt.js.map → bundle-CsvF4G63.js.map} +1 -1
- package/cjs/chunks/{bundle-7GCXhi1c.js → bundle-CuCEO0gF.js} +3 -3
- package/cjs/chunks/bundle-CuCEO0gF.js.map +1 -0
- package/cjs/chunks/{bundle-CsvKRjaK.js → bundle-Cv9f4q9i.js} +1 -1
- package/cjs/chunks/bundle-Cv9f4q9i.js.map +1 -0
- package/cjs/chunks/{bundle-8oxVWV_9.js → bundle-Cxk9TBzk.js} +1 -1
- package/cjs/chunks/bundle-Cxk9TBzk.js.map +1 -0
- package/cjs/chunks/{bundle-e6crA6HI.js → bundle-D55IafBS.js} +1 -1
- package/cjs/chunks/bundle-D55IafBS.js.map +1 -0
- package/cjs/chunks/{bundle-xvNVoWia.js → bundle-DA-C0L_U.js} +6 -6
- package/cjs/chunks/bundle-DA-C0L_U.js.map +1 -0
- package/cjs/chunks/{bundle-Dpu1gg5r.js → bundle-DGw6pGp5.js} +1 -1
- package/cjs/chunks/bundle-DGw6pGp5.js.map +1 -0
- package/cjs/chunks/{bundle-tOZCSmZj.js → bundle-DMKeCwT_.js} +2 -2
- package/cjs/chunks/bundle-DMKeCwT_.js.map +1 -0
- package/cjs/chunks/{bundle-BMsGwLym.js → bundle-DMqilxSQ.js} +1 -1
- package/cjs/chunks/bundle-DMqilxSQ.js.map +1 -0
- package/cjs/chunks/{bundle-BUOuk2jo.js → bundle-DQT7OMs9.js} +2 -2
- package/cjs/chunks/bundle-DQT7OMs9.js.map +1 -0
- package/cjs/chunks/{bundle-DgY0qwTL.js → bundle-DRA4Fpff.js} +5 -5
- package/cjs/chunks/bundle-DRA4Fpff.js.map +1 -0
- package/cjs/chunks/{bundle-B1Nml3ap.js → bundle-DRrLQVHb.js} +45 -36
- package/{chunks/bundle-5okwu0-4.js.map → cjs/chunks/bundle-DRrLQVHb.js.map} +1 -1
- package/cjs/chunks/{bundle-B8jj7upa.js → bundle-D_m86gwb.js} +4 -4
- package/cjs/chunks/bundle-D_m86gwb.js.map +1 -0
- package/cjs/chunks/{bundle-9K7l85xj.js → bundle-DkUAiVSQ.js} +4 -4
- package/cjs/chunks/bundle-DkUAiVSQ.js.map +1 -0
- package/cjs/chunks/{bundle-NU2voiKZ.js → bundle-DmEJQudU.js} +6 -4
- package/cjs/chunks/bundle-DmEJQudU.js.map +1 -0
- package/cjs/chunks/{bundle-f6dhmXLj.js → bundle-DvYvJ4DA.js} +2 -2
- package/cjs/chunks/bundle-DvYvJ4DA.js.map +1 -0
- package/cjs/chunks/{bundle-dNtU9_eg.js → bundle-DwFtclQP.js} +6 -6
- package/cjs/chunks/bundle-DwFtclQP.js.map +1 -0
- package/cjs/chunks/{bundle-DAVdWPDx.js → bundle-GXGfsR0s.js} +10 -10
- package/cjs/chunks/bundle-GXGfsR0s.js.map +1 -0
- package/cjs/chunks/{bundle-DX2BaZv_.js → bundle-K9SAn_UP.js} +2 -2
- package/cjs/chunks/bundle-K9SAn_UP.js.map +1 -0
- package/cjs/chunks/{bundle-BgLtZgZ_.js → bundle-KIzH0CXn.js} +1 -1
- package/cjs/chunks/bundle-KIzH0CXn.js.map +1 -0
- package/cjs/chunks/{bundle-6eXm5bOG.js → bundle-QlySzqVl.js} +1 -1
- package/cjs/chunks/bundle-QlySzqVl.js.map +1 -0
- package/cjs/chunks/{bundle-BF04PgMH.js → bundle-U2gOXD87.js} +1 -1
- package/cjs/chunks/bundle-U2gOXD87.js.map +1 -0
- package/cjs/chunks/{bundle-DcPTVUQJ.js → bundle-U9tfceaP.js} +3 -3
- package/cjs/chunks/bundle-U9tfceaP.js.map +1 -0
- package/cjs/chunks/{bundle-03LrACV2.js → bundle-Vo5M_T27.js} +6 -6
- package/cjs/chunks/bundle-Vo5M_T27.js.map +1 -0
- package/cjs/chunks/{bundle-BlvFC-Rm.js → bundle-_3SK8xoH.js} +1 -1
- package/cjs/chunks/bundle-_3SK8xoH.js.map +1 -0
- package/cjs/chunks/{bundle-BwO19Jro.js → bundle-_ouF-COo.js} +3 -3
- package/cjs/chunks/bundle-_ouF-COo.js.map +1 -0
- package/cjs/chunks/{bundle-BVLguSfh.js → bundle-b2Ui6hpE.js} +4 -4
- package/cjs/chunks/{bundle-BVLguSfh.js.map → bundle-b2Ui6hpE.js.map} +1 -1
- package/cjs/chunks/{bundle-qgvbJv89.js → bundle-gBFimzbK.js} +2 -2
- package/cjs/chunks/bundle-gBFimzbK.js.map +1 -0
- package/cjs/chunks/{bundle-DfYperTC.js → bundle-gGCaMzPZ.js} +1 -1
- package/cjs/chunks/bundle-gGCaMzPZ.js.map +1 -0
- package/cjs/chunks/{bundle-BR1tsZpK.js → bundle-h_3DR6aU.js} +1 -1
- package/cjs/chunks/bundle-h_3DR6aU.js.map +1 -0
- package/cjs/chunks/{bundle-BR23SbdZ.js → bundle-kJy0a2Vi.js} +3 -3
- package/cjs/chunks/{bundle-BR23SbdZ.js.map → bundle-kJy0a2Vi.js.map} +1 -1
- package/cjs/chunks/{bundle-DTjdtS4A.js → bundle-kLARBimu.js} +30 -27
- package/cjs/chunks/bundle-kLARBimu.js.map +1 -0
- package/cjs/chunks/{bundle-C8cnT2au.js → bundle-lP7Zc4ok.js} +9 -9
- package/cjs/chunks/bundle-lP7Zc4ok.js.map +1 -0
- package/cjs/chunks/{bundle-djPmP6bl.js → bundle-oHlDXetd.js} +5 -5
- package/cjs/chunks/bundle-oHlDXetd.js.map +1 -0
- package/cjs/chunks/bundle-pFmJjfem.js +18 -0
- package/cjs/chunks/bundle-pFmJjfem.js.map +1 -0
- package/cjs/chunks/{bundle-BH87xcnc.js → bundle-tFZbRjso.js} +1 -1
- package/cjs/chunks/bundle-tFZbRjso.js.map +1 -0
- package/cjs/chunks/{bundle-ORLbcTP_.js → bundle-uzuKeMjI.js} +1 -1
- package/cjs/chunks/bundle-uzuKeMjI.js.map +1 -0
- package/cjs/chunks/{bundle-C9YHSQ4e.js → bundle-vjAaeYFb.js} +1 -1
- package/cjs/chunks/bundle-vjAaeYFb.js.map +1 -0
- package/cjs/chunks/{bundle-7FLBAmYO.js → bundle-wczCFG7x.js} +2 -2
- package/cjs/chunks/{bundle-7FLBAmYO.js.map → bundle-wczCFG7x.js.map} +1 -1
- package/cjs/hooks/useModal.js +9 -9
- package/cjs/index.js +82 -83
- package/cjs/index.js.map +1 -1
- package/cjs/pubSub/topics.js +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/ui/Accordion.js +28 -36
- package/cjs/ui/Accordion.js.map +1 -1
- package/cjs/ui/AccordionGroup.js +47 -11
- package/cjs/ui/AccordionGroup.js.map +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 +9 -9
- 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 +6 -6
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +29 -17
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +50 -12
- 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 +3 -3
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +2 -2
- package/cjs/ui/LoadingTemplateMessageItemBody.tsx.js +4 -4
- package/cjs/ui/MentionLabel.js +13 -13
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +155 -133
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageFeedbackFailedModal.js +35 -0
- package/cjs/ui/MessageFeedbackFailedModal.js.map +1 -0
- package/cjs/{Channel/components → ui}/MessageFeedbackModal.js +13 -13
- package/cjs/ui/MessageInput/hooks/usePaste.js +7 -7
- package/cjs/ui/MessageInput.js +15 -15
- package/cjs/ui/MessageItemMenu.js +67 -29
- 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 +2 -1
- package/cjs/ui/MessageTemplate.js.map +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 +19 -17
- 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 +12 -16
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- 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 +143 -72
- 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 +8 -8
- 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 +17 -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 +142 -155
- package/dist/index.css.map +1 -1
- package/hooks/useModal.js +10 -10
- package/index.js +82 -83
- package/index.js.map +1 -1
- package/package.json +20 -20
- package/pubSub/topics.js +1 -1
- package/sendbirdSelectors.js +2 -2
- package/types/lib/dux/appInfo/initialState.d.ts +1 -0
- package/types/lib/types.d.ts +1 -0
- package/types/modules/Channel/components/MessageList/index.d.ts +1 -1
- package/types/modules/ChannelSettings/components/ChannelSettingsUI/index.d.ts +2 -2
- package/types/modules/ChannelSettings/components/ModerationPanel/index.d.ts +1 -1
- package/types/modules/GroupChannel/components/FileViewer/FileViewerView.d.ts +5 -3
- package/types/modules/GroupChannel/components/Message/MessageView.d.ts +6 -0
- package/types/modules/GroupChannel/components/MessageList/index.d.ts +1 -1
- package/types/modules/GroupChannel/components/MessageTemplateWrapper/index.d.ts +1 -1
- package/types/modules/GroupChannel/context/GroupChannelProvider.d.ts +6 -1
- package/types/modules/OpenChannel/components/OpenChannelMessage/index.d.ts +2 -2
- package/types/modules/OpenChannel/components/OpenChannelMessageList/index.d.ts +5 -3
- package/types/modules/OpenChannel/components/OpenChannelUI/index.d.ts +4 -2
- package/types/modules/Thread/components/ParentMessageInfo/ParentMessageInfoItem.d.ts +3 -1
- package/types/modules/Thread/context/ThreadProvider.d.ts +2 -0
- package/types/types.d.ts +1 -2
- package/types/ui/Accordion/Accordion.d.ts +10 -0
- package/types/ui/Accordion/AccordionGroup.d.ts +15 -5
- package/types/ui/Accordion/index.d.ts +6 -12
- package/types/ui/Carousel/index.d.ts +2 -3
- package/types/ui/EmojiReactions/index.d.ts +1 -2
- package/types/ui/FileMessageItemBody/index.d.ts +3 -1
- package/types/ui/FileViewer/index.d.ts +2 -1
- package/types/ui/FileViewer/types.d.ts +4 -2
- package/types/ui/MessageContent/MessageBody/index.d.ts +5 -1
- package/types/ui/MessageContent/index.d.ts +3 -1
- package/types/{modules/Channel/components → ui}/MessageFeedbackModal/index.d.ts +1 -1
- package/types/ui/MessageItemMenu/index.d.ts +10 -2
- package/types/ui/MessageTemplate/index.d.ts +4 -3
- package/types/ui/MessageTemplate/messageTemplateErrorBoundary.d.ts +3 -0
- package/types/ui/MobileMenu/types.d.ts +2 -1
- package/types/ui/MultipleFilesMessageItemBody/index.d.ts +3 -1
- package/types/ui/TemplateMessageItemBody/index.d.ts +3 -2
- package/types/ui/TemplateMessageItemBody/types.d.ts +11 -12
- package/types/ui/UserListItem/index.d.ts +2 -1
- package/types/utils/getIsReactionEnabled.d.ts +5 -4
- package/types/utils/index.d.ts +12 -14
- package/types/utils/isVoiceMessage.d.ts +1 -1
- package/types/utils/utils.d.ts +1 -0
- package/ui/Accordion.js +28 -39
- package/ui/Accordion.js.map +1 -1
- package/ui/AccordionGroup.js +43 -12
- package/ui/AccordionGroup.js.map +1 -1
- 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/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 +29 -17
- package/ui/EmojiReactions.js.map +1 -1
- package/ui/FallbackTemplateMessageItemBody.tsx.js +7 -7
- package/ui/FileMessageItemBody.js +50 -12
- 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 +3 -3
- 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 +155 -133
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageFeedbackFailedModal.js +33 -0
- package/ui/MessageFeedbackFailedModal.js.map +1 -0
- package/{Channel/components → ui}/MessageFeedbackModal.js +13 -13
- package/ui/MessageInput/hooks/usePaste.js +7 -7
- package/ui/MessageInput.js +15 -15
- package/ui/MessageItemMenu.js +67 -29
- 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 +2 -1
- package/ui/MessageTemplate.js.map +1 -1
- package/ui/MobileFeedbackMenu.js +9 -9
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +2 -2
- package/ui/OGMessageItemBody.js +19 -17
- 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 +12 -16
- package/ui/QuoteMessageInput.js.map +1 -1
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +2 -2
- package/ui/TemplateMessageItemBody.js +143 -72
- package/ui/TemplateMessageItemBody.js.map +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +16 -16
- package/ui/ThreadReplies.js +8 -8
- 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 +17 -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-87W4GPnC.js.map +0 -1
- package/chunks/bundle-B1s46xJT.js.map +0 -1
- package/chunks/bundle-B2pNgmzq.js.map +0 -1
- package/chunks/bundle-B5kwbUC5.js +0 -11
- package/chunks/bundle-B5kwbUC5.js.map +0 -1
- package/chunks/bundle-BFDyBk4r.js.map +0 -1
- package/chunks/bundle-BH5rbsxO.js.map +0 -1
- package/chunks/bundle-BJ9OAqWz.js.map +0 -1
- package/chunks/bundle-BKG2cvZ9.js.map +0 -1
- package/chunks/bundle-BNeRxCQA.js.map +0 -1
- package/chunks/bundle-BNydv1KA.js.map +0 -1
- package/chunks/bundle-BPclYGwz.js.map +0 -1
- package/chunks/bundle-BSPBjwR6.js.map +0 -1
- package/chunks/bundle-BUy5u56K.js.map +0 -1
- package/chunks/bundle-Bf5VthYV.js.map +0 -1
- package/chunks/bundle-BhjXV0mk.js.map +0 -1
- package/chunks/bundle-BmPxXQ_C.js.map +0 -1
- package/chunks/bundle-BuIxT5aZ.js.map +0 -1
- package/chunks/bundle-BvQAepkJ.js.map +0 -1
- package/chunks/bundle-Bys5RwQj.js.map +0 -1
- package/chunks/bundle-C-_RpFyM.js.map +0 -1
- package/chunks/bundle-C1RngQCJ.js.map +0 -1
- package/chunks/bundle-C4sUzPGS.js.map +0 -1
- package/chunks/bundle-CF6PMu9B.js.map +0 -1
- package/chunks/bundle-CJIPD7gN.js.map +0 -1
- package/chunks/bundle-COGPgRK-.js.map +0 -1
- package/chunks/bundle-CPszRkFg.js.map +0 -1
- package/chunks/bundle-CS7t26su.js.map +0 -1
- package/chunks/bundle-C_n2Emjx.js.map +0 -1
- package/chunks/bundle-CbBN2HTx.js.map +0 -1
- package/chunks/bundle-CfKGkWtT.js.map +0 -1
- package/chunks/bundle-CwofYH9U.js +0 -10
- package/chunks/bundle-CwofYH9U.js.map +0 -1
- package/chunks/bundle-D-cpJ5MP.js.map +0 -1
- package/chunks/bundle-D56MXYqF.js.map +0 -1
- package/chunks/bundle-DCjOFMcr.js.map +0 -1
- package/chunks/bundle-DRL21d0s.js.map +0 -1
- package/chunks/bundle-DTDkmegk.js.map +0 -1
- package/chunks/bundle-DUTTSKO5.js.map +0 -1
- package/chunks/bundle-D_X2Bqh-.js.map +0 -1
- package/chunks/bundle-DcOT2xg0.js.map +0 -1
- package/chunks/bundle-DgJrJ2xn.js.map +0 -1
- package/chunks/bundle-Dicb9Y5f.js.map +0 -1
- package/chunks/bundle-DkRogqRS.js.map +0 -1
- package/chunks/bundle-DnFiUPoR.js.map +0 -1
- package/chunks/bundle-DoLed6JB.js.map +0 -1
- package/chunks/bundle-DrfdRrEf.js +0 -12
- package/chunks/bundle-DrfdRrEf.js.map +0 -1
- package/chunks/bundle-DzuAq6CR.js.map +0 -1
- package/chunks/bundle-GQqssfTX.js.map +0 -1
- package/chunks/bundle-N_XkA5JB.js.map +0 -1
- package/chunks/bundle-WwYLGAen.js.map +0 -1
- package/chunks/bundle-gSQF3Ob-.js.map +0 -1
- package/chunks/bundle-l_8hg8H3.js.map +0 -1
- package/chunks/bundle-rSEP1XoB.js.map +0 -1
- package/chunks/bundle-rfEyWmAm.js.map +0 -1
- package/chunks/bundle-ynxAt7xC.js.map +0 -1
- package/chunks/bundle-zf2ni0YJ.js.map +0 -1
- package/cjs/chunks/bundle--ToWZ9cj.js.map +0 -1
- package/cjs/chunks/bundle-03LrACV2.js.map +0 -1
- package/cjs/chunks/bundle-6eXm5bOG.js.map +0 -1
- package/cjs/chunks/bundle-7GCXhi1c.js.map +0 -1
- package/cjs/chunks/bundle-8oxVWV_9.js.map +0 -1
- package/cjs/chunks/bundle-9K7l85xj.js.map +0 -1
- package/cjs/chunks/bundle-B2cSnWcr.js.map +0 -1
- package/cjs/chunks/bundle-BF04PgMH.js.map +0 -1
- package/cjs/chunks/bundle-BH87xcnc.js.map +0 -1
- package/cjs/chunks/bundle-BLh1DOSs.js +0 -15
- package/cjs/chunks/bundle-BLh1DOSs.js.map +0 -1
- package/cjs/chunks/bundle-BMsGwLym.js.map +0 -1
- package/cjs/chunks/bundle-BR1tsZpK.js.map +0 -1
- package/cjs/chunks/bundle-BUOuk2jo.js.map +0 -1
- package/cjs/chunks/bundle-BdHrSYl1.js.map +0 -1
- package/cjs/chunks/bundle-BgLtZgZ_.js.map +0 -1
- package/cjs/chunks/bundle-BlvFC-Rm.js.map +0 -1
- package/cjs/chunks/bundle-Bm5ysFU-.js.map +0 -1
- package/cjs/chunks/bundle-BpOxHgfP.js.map +0 -1
- package/cjs/chunks/bundle-BsGXZt6G.js.map +0 -1
- package/cjs/chunks/bundle-BwO19Jro.js.map +0 -1
- package/cjs/chunks/bundle-BxaGZqGJ.js.map +0 -1
- package/cjs/chunks/bundle-C2v2lxLx.js.map +0 -1
- package/cjs/chunks/bundle-C88DsCNB.js.map +0 -1
- package/cjs/chunks/bundle-C8cnT2au.js.map +0 -1
- package/cjs/chunks/bundle-C9YHSQ4e.js.map +0 -1
- package/cjs/chunks/bundle-C9jXxNI1.js.map +0 -1
- package/cjs/chunks/bundle-CCVRe_w3.js +0 -13
- package/cjs/chunks/bundle-CCVRe_w3.js.map +0 -1
- package/cjs/chunks/bundle-CD9H6RqJ.js.map +0 -1
- package/cjs/chunks/bundle-CDBTt08y.js +0 -13
- package/cjs/chunks/bundle-CDBTt08y.js.map +0 -1
- package/cjs/chunks/bundle-CIswYN43.js.map +0 -1
- package/cjs/chunks/bundle-CS644BJp.js.map +0 -1
- package/cjs/chunks/bundle-CW9QUnWM.js.map +0 -1
- package/cjs/chunks/bundle-CmFB08Wf.js.map +0 -1
- package/cjs/chunks/bundle-CsvKRjaK.js.map +0 -1
- package/cjs/chunks/bundle-Cyr1aQpR.js.map +0 -1
- package/cjs/chunks/bundle-DAVdWPDx.js.map +0 -1
- package/cjs/chunks/bundle-DNP731Dg.js.map +0 -1
- package/cjs/chunks/bundle-DRFWOXrL.js.map +0 -1
- package/cjs/chunks/bundle-DTjdtS4A.js.map +0 -1
- package/cjs/chunks/bundle-DUP4cxoZ.js.map +0 -1
- package/cjs/chunks/bundle-DX2BaZv_.js.map +0 -1
- package/cjs/chunks/bundle-DcPTVUQJ.js.map +0 -1
- package/cjs/chunks/bundle-DfYperTC.js.map +0 -1
- package/cjs/chunks/bundle-DgY0qwTL.js.map +0 -1
- package/cjs/chunks/bundle-DjB9bkvD.js.map +0 -1
- package/cjs/chunks/bundle-Dpu1gg5r.js.map +0 -1
- package/cjs/chunks/bundle-DxdzDF19.js.map +0 -1
- package/cjs/chunks/bundle-Dy6Gn-sd.js.map +0 -1
- package/cjs/chunks/bundle-FD0n8tOs.js.map +0 -1
- package/cjs/chunks/bundle-INETVVGE.js.map +0 -1
- package/cjs/chunks/bundle-JNAedgrE.js.map +0 -1
- package/cjs/chunks/bundle-NU2voiKZ.js.map +0 -1
- package/cjs/chunks/bundle-ORLbcTP_.js.map +0 -1
- package/cjs/chunks/bundle-Q5_I3n-8.js.map +0 -1
- package/cjs/chunks/bundle-SIHqK2VF.js.map +0 -1
- package/cjs/chunks/bundle-Y_FLyDnc.js.map +0 -1
- package/cjs/chunks/bundle-cf3-zuo6.js.map +0 -1
- package/cjs/chunks/bundle-dNtU9_eg.js.map +0 -1
- package/cjs/chunks/bundle-djPmP6bl.js.map +0 -1
- package/cjs/chunks/bundle-e6crA6HI.js.map +0 -1
- package/cjs/chunks/bundle-f6dhmXLj.js.map +0 -1
- package/cjs/chunks/bundle-jdEKrUGh.js.map +0 -1
- package/cjs/chunks/bundle-qgvbJv89.js.map +0 -1
- package/cjs/chunks/bundle-tHnRbr7F.js.map +0 -1
- package/cjs/chunks/bundle-tOZCSmZj.js.map +0 -1
- package/cjs/chunks/bundle-xvNVoWia.js.map +0 -1
- package/cjs/ui/Carousel.js +0 -254
- package/cjs/ui/Carousel.js.map +0 -1
- package/ui/Carousel.js +0 -249
- package/ui/Carousel.js.map +0 -1
- /package/cjs/{Channel/components → ui}/MessageFeedbackModal.js.map +0 -0
- /package/types/{modules/Channel/components → ui}/MessageFeedbackFailedModal/index.d.ts +0 -0
- /package/{Channel/components → ui}/MessageFeedbackModal.js.map +0 -0
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-C5nXYn9D.js');
|
|
5
|
+
var UserProfileContext = require('../chunks/bundle-U2gOXD87.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-CKVCRcX8.js');
|
|
8
|
+
var ui_Label = require('../chunks/bundle-BOcTTiW2.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-CbrvdaBm.js');
|
|
12
|
+
require('../chunks/bundle-BBn6e1TE.js');
|
|
13
|
+
require('../chunks/bundle-DMqilxSQ.js');
|
|
14
|
+
require('../chunks/bundle-BN-LMdIM.js');
|
|
15
|
+
require('../chunks/bundle-By-3k_MB.js');
|
|
16
16
|
require('./ImageRenderer.js');
|
|
17
|
-
require('../chunks/bundle
|
|
17
|
+
require('../chunks/bundle-B-3hDIdO.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-BOcTTiW2.js');
|
|
9
|
+
require('../chunks/bundle-C5nXYn9D.js');
|
|
10
|
+
var ui_VoiceMessageInput = require('../chunks/bundle-b2Ui6hpE.js');
|
|
11
|
+
require('../chunks/bundle-DGw6pGp5.js');
|
|
12
|
+
require('../chunks/bundle-By-3k_MB.js');
|
|
13
|
+
require('../chunks/bundle-CbrvdaBm.js');
|
|
14
|
+
require('../chunks/bundle-BX7oj4JP.js');
|
|
15
|
+
require('../chunks/bundle-BN-LMdIM.js');
|
|
16
|
+
require('../chunks/bundle-BBn6e1TE.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-BOcTTiW2.js');
|
|
12
|
+
var VoicePlayer_context = require('../chunks/bundle-_ouF-COo.js');
|
|
13
|
+
require('../chunks/bundle-DGw6pGp5.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-C5nXYn9D.js');
|
|
16
|
+
require('../chunks/bundle-CbrvdaBm.js');
|
|
17
|
+
require('../chunks/bundle-BBn6e1TE.js');
|
|
18
|
+
require('../chunks/bundle-DwFtclQP.js');
|
|
19
|
+
require('../chunks/bundle-By-3k_MB.js');
|
|
20
20
|
require('react-dom');
|
|
21
|
-
require('../chunks/bundle-
|
|
22
|
-
require('../chunks/bundle-
|
|
21
|
+
require('../chunks/bundle-BN-LMdIM.js');
|
|
22
|
+
require('../chunks/bundle-Cv9f4q9i.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-BOcTTiW2.js');
|
|
5
5
|
var ui_LinkLabel = require('./LinkLabel.js');
|
|
6
|
-
var index = require('../chunks/bundle-
|
|
6
|
+
var index = require('../chunks/bundle-DRrLQVHb.js');
|
|
7
7
|
var ui_MentionLabel = require('./MentionLabel.js');
|
|
8
|
-
require('../chunks/bundle-
|
|
9
|
-
require('../chunks/bundle-
|
|
8
|
+
require('../chunks/bundle-By-3k_MB.js');
|
|
9
|
+
require('../chunks/bundle-CbrvdaBm.js');
|
|
10
10
|
require('@sendbird/chat/groupChannel');
|
|
11
11
|
require('../utils/message/getOutgoingMessageState.js');
|
|
12
|
-
require('../chunks/bundle-
|
|
12
|
+
require('../chunks/bundle-CCI24NOf.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-gGCaMzPZ.js');
|
|
19
19
|
require('./UserProfile.js');
|
|
20
|
-
require('../chunks/bundle-
|
|
21
|
-
require('../chunks/bundle-
|
|
22
|
-
require('../chunks/bundle-
|
|
20
|
+
require('../chunks/bundle-C5nXYn9D.js');
|
|
21
|
+
require('../chunks/bundle-BBn6e1TE.js');
|
|
22
|
+
require('../chunks/bundle-U2gOXD87.js');
|
|
23
23
|
require('../sendbirdSelectors.js');
|
|
24
|
-
require('../chunks/bundle-
|
|
25
|
-
require('../chunks/bundle-
|
|
26
|
-
require('../chunks/bundle-
|
|
24
|
+
require('../chunks/bundle-DMqilxSQ.js');
|
|
25
|
+
require('../chunks/bundle-BN-LMdIM.js');
|
|
26
|
+
require('../chunks/bundle-CKVCRcX8.js');
|
|
27
27
|
require('./ImageRenderer.js');
|
|
28
|
-
require('../chunks/bundle
|
|
28
|
+
require('../chunks/bundle-B-3hDIdO.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-DRrLQVHb.js');
|
|
4
|
+
require('../../chunks/bundle-By-3k_MB.js');
|
|
5
5
|
require('@sendbird/chat/groupChannel');
|
|
6
6
|
require('./getOutgoingMessageState.js');
|
|
7
|
-
require('../../chunks/bundle-
|
|
7
|
+
require('../../chunks/bundle-CCI24NOf.js');
|
|
8
8
|
|
|
9
9
|
var isVoiceMessage = index.isVoiceMessage;
|
|
10
10
|
|
package/cjs/withSendbird.js
CHANGED
package/dist/index.css
CHANGED
|
@@ -1297,6 +1297,95 @@
|
|
|
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
|
+
}
|
|
1300
1389
|
/**
|
|
1301
1390
|
* We operate the CSS files for Channel&GroupChannel modules in the GroupChannel.
|
|
1302
1391
|
* So keep in mind that you should consider both components when you make changes in this file.
|
|
@@ -1320,7 +1409,6 @@
|
|
|
1320
1409
|
.sendbird-conversation__messages {
|
|
1321
1410
|
overflow: hidden;
|
|
1322
1411
|
flex: 1 1 0;
|
|
1323
|
-
order: 2;
|
|
1324
1412
|
}
|
|
1325
1413
|
|
|
1326
1414
|
.sendbird-conversation__messages-list {
|
|
@@ -1332,7 +1420,6 @@
|
|
|
1332
1420
|
|
|
1333
1421
|
.sendbird-conversation__footer {
|
|
1334
1422
|
width: 100%;
|
|
1335
|
-
order: 3;
|
|
1336
1423
|
padding: 0px 0px 24px 0px;
|
|
1337
1424
|
}
|
|
1338
1425
|
|
|
@@ -1679,7 +1766,6 @@
|
|
|
1679
1766
|
position: relative;
|
|
1680
1767
|
height: 100%;
|
|
1681
1768
|
overflow-x: hidden;
|
|
1682
|
-
overflow-y: scroll;
|
|
1683
1769
|
}
|
|
1684
1770
|
.sendbird-conversation__messages .sendbird-separator,
|
|
1685
1771
|
.sendbird-conversation__messages .sendbird-admin-message {
|
|
@@ -1981,11 +2067,6 @@
|
|
|
1981
2067
|
color: var(--sendbird-dark-ondark-04);
|
|
1982
2068
|
border: 1px solid var(--sendbird-dark-ondark-04);
|
|
1983
2069
|
}
|
|
1984
|
-
.sendbird--mobile-mode .sendbird-msg-hoc > .ui_container_type__full {
|
|
1985
|
-
padding: 0;
|
|
1986
|
-
width: 100%;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
2070
|
.sendbird-message-content {
|
|
1990
2071
|
display: inline-flex;
|
|
1991
2072
|
flex-direction: row;
|
|
@@ -2008,9 +2089,6 @@
|
|
|
2008
2089
|
.sendbird--mobile-mode .sendbird-message-content .ui_container_type__wide {
|
|
2009
2090
|
max-width: 100%;
|
|
2010
2091
|
}
|
|
2011
|
-
.sendbird--mobile-mode .sendbird-message-content .ui_container_type__full {
|
|
2012
|
-
max-width: 100%;
|
|
2013
|
-
}
|
|
2014
2092
|
.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote {
|
|
2015
2093
|
bottom: -8px;
|
|
2016
2094
|
margin-top: -8px;
|
|
@@ -2064,24 +2142,18 @@
|
|
|
2064
2142
|
min-width: -moz-fit-content;
|
|
2065
2143
|
min-width: fit-content;
|
|
2066
2144
|
bottom: -16px;
|
|
2067
|
-
|
|
2145
|
+
left: 2px;
|
|
2068
2146
|
}
|
|
2069
2147
|
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide {
|
|
2070
2148
|
min-width: -moz-fit-content;
|
|
2071
2149
|
min-width: fit-content;
|
|
2072
2150
|
bottom: -16px;
|
|
2073
|
-
right:
|
|
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;
|
|
2151
|
+
right: 2px;
|
|
2080
2152
|
}
|
|
2081
2153
|
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name {
|
|
2082
2154
|
margin-bottom: 4px;
|
|
2083
2155
|
margin-left: 12px;
|
|
2084
|
-
overflow
|
|
2156
|
+
overflow: hidden;
|
|
2085
2157
|
position: relative;
|
|
2086
2158
|
text-overflow: ellipsis;
|
|
2087
2159
|
width: 100%;
|
|
@@ -2204,19 +2276,13 @@
|
|
|
2204
2276
|
min-width: -moz-fit-content;
|
|
2205
2277
|
min-width: fit-content;
|
|
2206
2278
|
bottom: -20px;
|
|
2207
|
-
left:
|
|
2279
|
+
left: 2px;
|
|
2208
2280
|
}
|
|
2209
2281
|
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide {
|
|
2210
2282
|
min-width: -moz-fit-content;
|
|
2211
2283
|
min-width: fit-content;
|
|
2212
2284
|
bottom: -20px;
|
|
2213
|
-
left:
|
|
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;
|
|
2285
|
+
left: 2px;
|
|
2220
2286
|
}
|
|
2221
2287
|
.sendbird-message-content.outgoing .sendbird-message-content__right {
|
|
2222
2288
|
display: none;
|
|
@@ -2338,95 +2404,6 @@
|
|
|
2338
2404
|
.sendbird-message-item-menu__list__menu-item:focus-visible {
|
|
2339
2405
|
outline: none;
|
|
2340
2406
|
}
|
|
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
|
-
}
|
|
2430
2407
|
.sendbird-text {
|
|
2431
2408
|
color: var(--primary-1);
|
|
2432
2409
|
}
|
|
@@ -2695,12 +2672,14 @@
|
|
|
2695
2672
|
top: 8px;
|
|
2696
2673
|
left: 0px;
|
|
2697
2674
|
cursor: pointer;
|
|
2675
|
+
z-index: 0;
|
|
2698
2676
|
}
|
|
2699
2677
|
.sendbird-user-list-item .sendbird-muted-avatar {
|
|
2700
2678
|
position: absolute;
|
|
2701
2679
|
top: 8px;
|
|
2702
2680
|
left: 0px;
|
|
2703
2681
|
pointer-events: none;
|
|
2682
|
+
z-index: 1;
|
|
2704
2683
|
}
|
|
2705
2684
|
.sendbird-user-list-item .sendbird-user-list-item__title {
|
|
2706
2685
|
position: absolute;
|
|
@@ -3268,9 +3247,6 @@
|
|
|
3268
3247
|
padding: 4px 10px;
|
|
3269
3248
|
gap: 4px;
|
|
3270
3249
|
border-radius: 16px;
|
|
3271
|
-
flex: none;
|
|
3272
|
-
order: 0;
|
|
3273
|
-
flex-grow: 0;
|
|
3274
3250
|
}
|
|
3275
3251
|
.sendbird-theme--light .sendbird-ui-thread-replies {
|
|
3276
3252
|
background-color: var(--sendbird-light-background-50);
|
|
@@ -3354,9 +3330,9 @@
|
|
|
3354
3330
|
.sendbird-og-message-item-body {
|
|
3355
3331
|
position: relative;
|
|
3356
3332
|
display: inline-block;
|
|
3357
|
-
width:
|
|
3333
|
+
width: 320px;
|
|
3358
3334
|
min-width: 320px;
|
|
3359
|
-
max-width:
|
|
3335
|
+
max-width: 320px;
|
|
3360
3336
|
}
|
|
3361
3337
|
.sendbird--mobile-mode .sendbird-og-message-item-body {
|
|
3362
3338
|
min-width: 160px;
|
|
@@ -4185,46 +4161,42 @@ div.sendbird-text-message-item-body {
|
|
|
4185
4161
|
}
|
|
4186
4162
|
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700&display=swap');
|
|
4187
4163
|
|
|
4188
|
-
.sb-message-template__border{
|
|
4164
|
+
.sb-message-template__border {
|
|
4189
4165
|
position: relative;
|
|
4190
4166
|
}
|
|
4191
4167
|
|
|
4192
4168
|
.sb-message-template__border::after {
|
|
4193
|
-
content:'';
|
|
4169
|
+
content: '';
|
|
4194
4170
|
position: absolute;
|
|
4195
4171
|
top: 0;
|
|
4196
|
-
bottom:0;
|
|
4197
|
-
left:0;
|
|
4172
|
+
bottom: 0;
|
|
4173
|
+
left: 0;
|
|
4198
4174
|
right: 0;
|
|
4199
4175
|
z-index: 1;
|
|
4200
4176
|
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
4201
4177
|
border-radius: var(--border-radius);
|
|
4202
4178
|
}
|
|
4203
4179
|
|
|
4204
|
-
|
|
4205
4180
|
.sb-message-template__action {
|
|
4206
4181
|
cursor: pointer;
|
|
4207
4182
|
}
|
|
4183
|
+
|
|
4208
4184
|
.sb-message-template__parent {
|
|
4209
4185
|
font-family: 'Roboto';
|
|
4210
4186
|
}
|
|
4211
|
-
|
|
4212
|
-
.sb-message-template__box {
|
|
4213
|
-
background-color: #eee;
|
|
4187
|
+
|
|
4188
|
+
.sendbird-theme--light .sb-message-template__box {
|
|
4214
4189
|
}
|
|
4215
|
-
|
|
4216
|
-
.sb-message-template__box {
|
|
4217
|
-
background-color: #2c2c2c;
|
|
4190
|
+
|
|
4191
|
+
.sendbird-theme--dark .sb-message-template__box {
|
|
4218
4192
|
}
|
|
4219
4193
|
|
|
4220
|
-
.sendbird-theme--light
|
|
4221
|
-
.sb-message-template__text {
|
|
4222
|
-
color: rgba(0, 0, 0, 0.88);
|
|
4194
|
+
.sendbird-theme--light .sb-message-template__text {
|
|
4223
4195
|
}
|
|
4224
|
-
|
|
4225
|
-
.sb-message-template__text {
|
|
4226
|
-
color: rgba(255, 255, 255, 0.88);
|
|
4196
|
+
|
|
4197
|
+
.sendbird-theme--dark .sb-message-template__text {
|
|
4227
4198
|
}
|
|
4199
|
+
|
|
4228
4200
|
.sb-message-template__text {
|
|
4229
4201
|
font-family: inherit;
|
|
4230
4202
|
font-size: 14px;
|
|
@@ -4236,16 +4208,12 @@ div.sendbird-text-message-item-body {
|
|
|
4236
4208
|
text-align: left;
|
|
4237
4209
|
}
|
|
4238
4210
|
|
|
4239
|
-
.sendbird-theme--light
|
|
4240
|
-
.sb-message-template__text-button {
|
|
4241
|
-
background-color: #e0e0e0;
|
|
4242
|
-
color: #742ddd;
|
|
4211
|
+
.sendbird-theme--light .sb-message-template__text-button {
|
|
4243
4212
|
}
|
|
4244
|
-
|
|
4245
|
-
.sb-message-template__text-button {
|
|
4246
|
-
background-color: #393939;
|
|
4247
|
-
color: #c2a9fa;
|
|
4213
|
+
|
|
4214
|
+
.sendbird-theme--dark .sb-message-template__text-button {
|
|
4248
4215
|
}
|
|
4216
|
+
|
|
4249
4217
|
.sb-message-template__text-button {
|
|
4250
4218
|
padding: 10px 20px;
|
|
4251
4219
|
border-radius: 6px;
|
|
@@ -4272,11 +4240,25 @@ div.sendbird-text-message-item-body {
|
|
|
4272
4240
|
}
|
|
4273
4241
|
|
|
4274
4242
|
.sb-message-template__parent {
|
|
4275
|
-
border-radius:
|
|
4243
|
+
border-radius: unset;
|
|
4244
|
+
background-color: transparent;
|
|
4276
4245
|
overflow: hidden;
|
|
4277
4246
|
}
|
|
4278
4247
|
|
|
4248
|
+
.sb-message-template__parent * {
|
|
4249
|
+
box-sizing: border-box;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.sb-message-template__carousel {
|
|
4253
|
+
display: flex;
|
|
4254
|
+
width: 100%;
|
|
4255
|
+
box-sizing: border-box;
|
|
4256
|
+
touch-action: pan-y;
|
|
4257
|
+
}
|
|
4279
4258
|
|
|
4259
|
+
.sb-message-template__parent.sb-message-template__parent_for_carousel {
|
|
4260
|
+
overflow: visible;
|
|
4261
|
+
}
|
|
4280
4262
|
.sendbird-message-template__root * {
|
|
4281
4263
|
box-sizing: border-box;
|
|
4282
4264
|
}
|
|
@@ -4285,10 +4267,6 @@ div.sendbird-text-message-item-body {
|
|
|
4285
4267
|
border-radius: 0;
|
|
4286
4268
|
font-family: var(--sendbird-font-family-default);
|
|
4287
4269
|
}
|
|
4288
|
-
.sendbird-carousel-items-wrapper {
|
|
4289
|
-
display: flex;
|
|
4290
|
-
box-sizing: border-box;
|
|
4291
|
-
}
|
|
4292
4270
|
.sendbird-iconbutton__feedback {
|
|
4293
4271
|
display: flex;
|
|
4294
4272
|
justify-content: center;
|
|
@@ -5876,8 +5854,14 @@ div.sendbird-text-message-item-body {
|
|
|
5876
5854
|
.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge .sendbird-label {
|
|
5877
5855
|
color: var(--sendbird-dark-ondark-02);
|
|
5878
5856
|
}
|
|
5857
|
+
.sendbird-theme--light .sendbird-accordion.sendbird-accordion--closed {
|
|
5858
|
+
border-bottom: 0px;
|
|
5859
|
+
}
|
|
5860
|
+
.sendbird-theme--dark .sendbird-accordion.sendbird-accordion--closed {
|
|
5861
|
+
border-bottom: 0px;
|
|
5862
|
+
}
|
|
5863
|
+
|
|
5879
5864
|
.sendbird-accordion {
|
|
5880
|
-
padding: 8px 0px 16px 0px;
|
|
5881
5865
|
position: relative;
|
|
5882
5866
|
box-sizing: border-box;
|
|
5883
5867
|
}
|
|
@@ -5901,6 +5885,11 @@ div.sendbird-text-message-item-body {
|
|
|
5901
5885
|
margin-top: 8px;
|
|
5902
5886
|
}
|
|
5903
5887
|
|
|
5888
|
+
.sendbird-accordion__list {
|
|
5889
|
+
padding-top: 8px;
|
|
5890
|
+
padding-bottom: 16px;
|
|
5891
|
+
}
|
|
5892
|
+
|
|
5904
5893
|
.sendbird-accordion__panel-header {
|
|
5905
5894
|
cursor: pointer;
|
|
5906
5895
|
position: relative;
|
|
@@ -7324,11 +7313,9 @@ div.sendbird-text-message-item-body {
|
|
|
7324
7313
|
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll {
|
|
7325
7314
|
overflow-y: auto;
|
|
7326
7315
|
flex: 1 1 0;
|
|
7327
|
-
order: 2;
|
|
7328
7316
|
width: 100%;
|
|
7329
7317
|
}
|
|
7330
7318
|
.sendbird-openchannel-conversation .sendbird-openchannel-footer {
|
|
7331
|
-
order: 3;
|
|
7332
7319
|
padding: 12px 24px 24px 24px;
|
|
7333
7320
|
}
|
|
7334
7321
|
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container {
|