@sendbird/uikit-react 3.4.9 → 3.5.0-feature-config-rc-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +81 -62
- package/App.js.map +1 -1
- package/Channel/components/ChannelHeader.js +19 -18
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +44 -43
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +15 -14
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +38 -36
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +31 -29
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +38 -37
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -16
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +17 -16
- package/Channel/components/SuggestedMentionList.js.map +1 -1
- package/Channel/components/TypingIndicator.js +15 -14
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -11
- package/Channel/context.js.map +1 -1
- package/Channel.js +42 -41
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +30 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +26 -25
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +30 -29
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-21425002.js → ChannelListProvider-e9b9d9dc.js} +7 -7
- package/{ChannelListProvider-21425002.js.map → ChannelListProvider-e9b9d9dc.js.map} +1 -1
- package/{ChannelProvider-910bbc1f.js → ChannelProvider-e1ddeda2.js} +52 -30
- package/ChannelProvider-e1ddeda2.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-11c8b9a3.js → CreateChannelProvider-8c7aa9d6.js} +1 -1
- package/{CreateChannelProvider-11c8b9a3.js.map → CreateChannelProvider-8c7aa9d6.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-076d6d2e.js → LocalizationContext-2a605cc6.js} +3 -3
- package/{LocalizationContext-076d6d2e.js.map → LocalizationContext-2a605cc6.js.map} +1 -1
- package/{MediaQueryContext-11f0e43f.js → MediaQueryContext-9a1ce18e.js} +2 -2
- package/MediaQueryContext-9a1ce18e.js.map +1 -0
- package/{MemberList-061d186f.js → MemberList-f74830e4.js} +8 -6
- package/{cjs/MemberList-c886fbc9.js.map → MemberList-f74830e4.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +22 -20
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +37 -32
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +33 -33
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-426cfb39.js → OpenChannelListProvider-1674b977.js} +3 -3
- package/{OpenChannelListProvider-426cfb39.js.map → OpenChannelListProvider-1674b977.js.map} +1 -1
- package/{OpenChannelProvider-d3a850e3.js → OpenChannelProvider-c1097360.js} +7 -7
- package/{OpenChannelProvider-d3a850e3.js.map → OpenChannelProvider-c1097360.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +17 -17
- package/{RemoveMessageModal-78e395ad.js → RemoveMessageModal-103c3502.js} +3 -3
- package/{RemoveMessageModal-78e395ad.js.map → RemoveMessageModal-103c3502.js.map} +1 -1
- package/SendbirdProvider.js +69 -217
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +35 -32
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +23 -21
- package/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +36 -35
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +44 -38
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +32 -30
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +40 -39
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +40 -39
- package/Thread.js.map +1 -1
- package/{ThreadProvider-3a4a4db0.js → ThreadProvider-1799dbab.js} +10 -10
- package/ThreadProvider-1799dbab.js.map +1 -0
- package/{UserProfileContext-9cfbab4d.js → UserProfileContext-cf8bb199.js} +1 -1
- package/{UserProfileContext-9cfbab4d.js.map → UserProfileContext-cf8bb199.js.map} +1 -1
- package/{VoiceMessageInputWrapper-dc459df1.js → VoiceMessageInputWrapper-276b625e.js} +8 -7
- package/VoiceMessageInputWrapper-276b625e.js.map +1 -0
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +15 -3
- package/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/VoiceRecorder/context.js +42 -4
- package/VoiceRecorder/context.js.map +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +14 -2
- package/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/{WebAudioUtils-6df19fcc.js → WebAudioUtils-b2c9fae9.js} +1 -1
- package/{WebAudioUtils-6df19fcc.js.map → WebAudioUtils-b2c9fae9.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-6bb0305c.js → _rollupPluginBabelHelpers-34fc6689.js} +1 -1
- package/_rollupPluginBabelHelpers-34fc6689.js.map +1 -0
- package/{actionTypes-ce6caec1.js → actionTypes-3f51c08a.js} +1 -1
- package/{actionTypes-ce6caec1.js.map → actionTypes-3f51c08a.js.map} +1 -1
- package/cjs/App.js +81 -62
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +19 -18
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +44 -43
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +15 -14
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +38 -36
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +31 -29
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +38 -37
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -16
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +17 -16
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -1
- package/cjs/Channel/components/TypingIndicator.js +15 -14
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +42 -41
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +30 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +26 -25
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +30 -29
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-6f1b6689.js → ChannelListProvider-26cc6944.js} +7 -7
- package/cjs/{ChannelListProvider-6f1b6689.js.map → ChannelListProvider-26cc6944.js.map} +1 -1
- package/cjs/{ChannelProvider-da7b08a1.js → ChannelProvider-54bb28cc.js} +51 -30
- package/cjs/ChannelProvider-54bb28cc.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-2f105a5c.js → CreateChannelProvider-8c106973.js} +1 -1
- package/cjs/{CreateChannelProvider-2f105a5c.js.map → CreateChannelProvider-8c106973.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-df436a16.js → LocalizationContext-bdc95952.js} +3 -3
- package/cjs/{LocalizationContext-df436a16.js.map → LocalizationContext-bdc95952.js.map} +1 -1
- package/cjs/{MediaQueryContext-f1e8fdbc.js → MediaQueryContext-28b81968.js} +2 -2
- package/cjs/MediaQueryContext-28b81968.js.map +1 -0
- package/cjs/{MemberList-c886fbc9.js → MemberList-5f5ab063.js} +8 -6
- package/cjs/MemberList-5f5ab063.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +22 -20
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +37 -32
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +33 -33
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-b7914f1a.js → OpenChannelListProvider-da4fd54b.js} +3 -3
- package/cjs/{OpenChannelListProvider-b7914f1a.js.map → OpenChannelListProvider-da4fd54b.js.map} +1 -1
- package/cjs/{OpenChannelProvider-b431f910.js → OpenChannelProvider-c6295ecd.js} +7 -7
- package/cjs/{OpenChannelProvider-b431f910.js.map → OpenChannelProvider-c6295ecd.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/{RemoveMessageModal-bcf3c6fe.js → RemoveMessageModal-f4d8af47.js} +3 -3
- package/cjs/{RemoveMessageModal-bcf3c6fe.js.map → RemoveMessageModal-f4d8af47.js.map} +1 -1
- package/cjs/SendbirdProvider.js +70 -218
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +35 -32
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +23 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +36 -35
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +44 -38
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +32 -30
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +40 -39
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +40 -39
- package/cjs/Thread.js.map +1 -1
- package/cjs/{ThreadProvider-654b9db0.js → ThreadProvider-17ad9d05.js} +10 -10
- package/cjs/ThreadProvider-17ad9d05.js.map +1 -0
- package/cjs/{UserProfileContext-0c255fa6.js → UserProfileContext-27a5718b.js} +1 -1
- package/cjs/{UserProfileContext-0c255fa6.js.map → UserProfileContext-27a5718b.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-2aaed45b.js → VoiceMessageInputWrapper-1100905a.js} +8 -7
- package/cjs/VoiceMessageInputWrapper-1100905a.js.map +1 -0
- package/cjs/VoicePlayer/context.js +4 -3
- package/cjs/VoicePlayer/context.js.map +1 -1
- package/cjs/VoicePlayer/useVoicePlayer.js +15 -3
- package/cjs/VoicePlayer/useVoicePlayer.js.map +1 -1
- package/cjs/VoiceRecorder/context.js +42 -4
- package/cjs/VoiceRecorder/context.js.map +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +14 -2
- package/cjs/VoiceRecorder/useVoiceRecorder.js.map +1 -1
- package/cjs/{WebAudioUtils-58f47b3f.js → WebAudioUtils-cd45fa51.js} +1 -1
- package/cjs/{WebAudioUtils-58f47b3f.js.map → WebAudioUtils-cd45fa51.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-5fad415d.js → _rollupPluginBabelHelpers-d68672d6.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-d68672d6.js.map +1 -0
- package/cjs/{actionTypes-6cbf2054.js → actionTypes-bf093246.js} +1 -1
- package/cjs/{actionTypes-6cbf2054.js.map → actionTypes-bf093246.js.map} +1 -1
- package/cjs/{color-026d07a6.js → color-bb9924cb.js} +1 -1
- package/cjs/{color-026d07a6.js.map → color-bb9924cb.js.map} +1 -1
- package/cjs/{compareIds-f064c47d.js → compareIds-96cdd2a0.js} +1 -1
- package/cjs/{compareIds-f064c47d.js.map → compareIds-96cdd2a0.js.map} +1 -1
- package/cjs/{const-692d0039.js → const-44ddbe54.js} +1 -1
- package/cjs/{const-692d0039.js.map → const-44ddbe54.js.map} +1 -1
- package/cjs/{const-0a12bf51.js → const-73fbd467.js} +1 -1
- package/cjs/{const-0a12bf51.js.map → const-73fbd467.js.map} +1 -1
- package/cjs/{consts-f0dc64d0.js → consts-2dfc1883.js} +1 -1
- package/cjs/{consts-f0dc64d0.js.map → consts-2dfc1883.js.map} +1 -1
- package/cjs/{consts-2f667487.js → consts-40680de5.js} +1 -1
- package/cjs/{consts-2f667487.js.map → consts-40680de5.js.map} +1 -1
- package/cjs/{consts-25fc4351.js → consts-4fbdb1d6.js} +1 -1
- package/cjs/{consts-25fc4351.js.map → consts-4fbdb1d6.js.map} +1 -1
- package/cjs/{consts-297fdae1.js → consts-ccfad912.js} +1 -1
- package/cjs/{consts-297fdae1.js.map → consts-ccfad912.js.map} +1 -1
- package/cjs/{context-ec9b8da1.js → context-cdc5a8dd.js} +2 -2
- package/cjs/{context-ec9b8da1.js.map → context-cdc5a8dd.js.map} +1 -1
- package/cjs/dist/index.css +737 -732
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-a715eaef.js → index-0d4b8939.js} +2 -2
- package/cjs/{index-a715eaef.js.map → index-0d4b8939.js.map} +1 -1
- package/cjs/{index-162396f5.js → index-1ee86976.js} +3 -3
- package/cjs/{index-162396f5.js.map → index-1ee86976.js.map} +1 -1
- package/cjs/{index-9b38e167.js → index-2044d323.js} +4 -4
- package/cjs/{index-9b38e167.js.map → index-2044d323.js.map} +1 -1
- package/cjs/{index-80fc14fe.js → index-4ff12eb9.js} +2 -2
- package/cjs/{index-80fc14fe.js.map → index-4ff12eb9.js.map} +1 -1
- package/cjs/{index-606495e5.js → index-6d959b4d.js} +5 -5
- package/cjs/{index-606495e5.js.map → index-6d959b4d.js.map} +1 -1
- package/cjs/{index-0f42efcf.js → index-71def451.js} +1 -1
- package/cjs/{index-0f42efcf.js.map → index-71def451.js.map} +1 -1
- package/cjs/{index-dd9bc361.js → index-77c91851.js} +1 -1
- package/cjs/{index-dd9bc361.js.map → index-77c91851.js.map} +1 -1
- package/cjs/{index-33b67e46.js → index-7a9d2024.js} +3 -5
- package/cjs/index-7a9d2024.js.map +1 -0
- package/cjs/{index-0bd8e5f3.js → index-7b19a3f7.js} +6 -6
- package/cjs/{index-0bd8e5f3.js.map → index-7b19a3f7.js.map} +1 -1
- package/cjs/{index-6e05ddef.js → index-89314643.js} +35 -20
- package/cjs/index-89314643.js.map +1 -0
- package/cjs/{index-450be53e.js → index-adcca875.js} +4 -4
- package/cjs/{index-450be53e.js.map → index-adcca875.js.map} +1 -1
- package/cjs/{index-45cee454.js → index-b1485c4a.js} +2 -2
- package/cjs/{index-45cee454.js.map → index-b1485c4a.js.map} +1 -1
- package/cjs/{index-21392a2e.js → index-b6a49cba.js} +3 -3
- package/cjs/{index-21392a2e.js.map → index-b6a49cba.js.map} +1 -1
- package/cjs/{index-4881e776.js → index-ca51d316.js} +6 -6
- package/cjs/{index-4881e776.js.map → index-ca51d316.js.map} +1 -1
- package/cjs/{index-12ce8274.js → index-dada883d.js} +62 -24
- package/cjs/index-dada883d.js.map +1 -0
- package/cjs/{index-c89616c9.js → index-e766176d.js} +2 -2
- package/cjs/{index-c89616c9.js.map → index-e766176d.js.map} +1 -1
- package/cjs/{index-bf4e62fb.js → index-f7b329d2.js} +2 -2
- package/cjs/{index-bf4e62fb.js.map → index-f7b329d2.js.map} +1 -1
- package/cjs/index.js +58 -56
- package/cjs/index.js.map +1 -1
- package/cjs/{index.module-e5552393.js → index.module-3e11d4a7.js} +1 -1
- package/cjs/{index.module-e5552393.js.map → index.module-3e11d4a7.js.map} +1 -1
- package/cjs/resolvedReplyType-42ff3f75.js +32 -0
- package/cjs/resolvedReplyType-42ff3f75.js.map +1 -0
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-d7f78de0.js → stringSet-0cddd94a.js} +3 -1
- package/cjs/stringSet-0cddd94a.js.map +1 -0
- package/cjs/{tokenize-595877b4.js → tokenize-75ed25db.js} +2 -2
- package/cjs/{tokenize-595877b4.js.map → tokenize-75ed25db.js.map} +1 -1
- package/cjs/{topics-2431bb78.js → topics-3e3eb86d.js} +1 -1
- package/cjs/{topics-2431bb78.js.map → topics-3e3eb86d.js.map} +1 -1
- package/cjs/{types-ef51254c.js → types-2138565d.js} +1 -1
- package/cjs/types-2138565d.js.map +1 -0
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +2 -2
- package/cjs/ui/Avatar.js +1 -1
- package/cjs/ui/Badge.js +4 -4
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +2 -2
- package/cjs/ui/ChannelAvatar.js +2 -2
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +13 -13
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +35 -33
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput.js +70 -17
- package/cjs/ui/MessageInput.js.map +1 -1
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +8 -8
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +14 -14
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +17 -17
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +21 -21
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +20 -21
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +7 -7
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +6 -13
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +17 -6
- package/cjs/ui/VoiceMessageItemBody.js.map +1 -1
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useDirtyGetMentions-cc7de01f.js → useDirtyGetMentions-9945a1c0.js} +1 -1
- package/cjs/{useDirtyGetMentions-cc7de01f.js.map → useDirtyGetMentions-9945a1c0.js.map} +1 -1
- package/cjs/{useLongPress-68ad7161.js → useLongPress-5174fd42.js} +3 -3
- package/cjs/{useLongPress-68ad7161.js.map → useLongPress-5174fd42.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-53aa911b.js → utils-2ef71eef.js} +1 -1
- package/cjs/{utils-53aa911b.js.map → utils-2ef71eef.js.map} +1 -1
- package/cjs/{utils-279e7553.js → utils-37a5dfde.js} +1 -1
- package/cjs/{utils-279e7553.js.map → utils-37a5dfde.js.map} +1 -1
- package/cjs/{utils-080f7835.js → utils-a7008e7b.js} +2 -2
- package/cjs/{utils-080f7835.js.map → utils-a7008e7b.js.map} +1 -1
- package/cjs/{utils-58e012fb.js → utils-f1c0d384.js} +1 -1
- package/cjs/{utils-58e012fb.js.map → utils-f1c0d384.js.map} +1 -1
- package/cjs/{uuid-2953f4dd.js → uuid-075367f7.js} +1 -1
- package/cjs/{uuid-2953f4dd.js.map → uuid-075367f7.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-879cc347.js → color-85cde5a7.js} +1 -1
- package/{color-879cc347.js.map → color-85cde5a7.js.map} +1 -1
- package/{compareIds-defe2bb3.js → compareIds-3e3591cb.js} +1 -1
- package/{compareIds-defe2bb3.js.map → compareIds-3e3591cb.js.map} +1 -1
- package/{const-b3f02313.js → const-2109eff9.js} +1 -1
- package/{const-b3f02313.js.map → const-2109eff9.js.map} +1 -1
- package/{const-221c6a89.js → const-91fefb8e.js} +1 -1
- package/{const-221c6a89.js.map → const-91fefb8e.js.map} +1 -1
- package/{consts-81544e52.js → consts-b6194fdf.js} +1 -1
- package/{consts-81544e52.js.map → consts-b6194fdf.js.map} +1 -1
- package/{consts-95d8566e.js → consts-bd5c0783.js} +1 -1
- package/{consts-95d8566e.js.map → consts-bd5c0783.js.map} +1 -1
- package/{consts-c41580ae.js → consts-d9de055a.js} +1 -1
- package/{consts-c41580ae.js.map → consts-d9de055a.js.map} +1 -1
- package/{consts-ff014656.js → consts-fafa501c.js} +1 -1
- package/{consts-ff014656.js.map → consts-fafa501c.js.map} +1 -1
- package/{context-63cbe5bd.js → context-b6e563d1.js} +2 -2
- package/{context-63cbe5bd.js.map → context-b6e563d1.js.map} +1 -1
- package/dist/index.css +737 -732
- package/dist/index.css.map +1 -1
- package/{index-cef1cfff.js → index-10472187.js} +3 -3
- package/{index-cef1cfff.js.map → index-10472187.js.map} +1 -1
- package/{index-fb8a5bc3.js → index-1a6d4397.js} +5 -5
- package/{index-fb8a5bc3.js.map → index-1a6d4397.js.map} +1 -1
- package/{index-f7ec60a8.js → index-2f7c2c8a.js} +2 -2
- package/{index-f7ec60a8.js.map → index-2f7c2c8a.js.map} +1 -1
- package/{index-2c3e11ea.js → index-31eb43c8.js} +4 -4
- package/{index-2c3e11ea.js.map → index-31eb43c8.js.map} +1 -1
- package/{index-99aabd9e.js → index-3515f8f3.js} +1 -1
- package/{index-99aabd9e.js.map → index-3515f8f3.js.map} +1 -1
- package/{index-7eb65acf.js → index-39f0a98e.js} +4 -5
- package/index-39f0a98e.js.map +1 -0
- package/{index-e6e562c5.js → index-3a6d5e45.js} +4 -4
- package/{index-e6e562c5.js.map → index-3a6d5e45.js.map} +1 -1
- package/{index-eaf0d65b.js → index-76929e40.js} +6 -6
- package/{index-eaf0d65b.js.map → index-76929e40.js.map} +1 -1
- package/{index-63949de5.js → index-8fb5d71a.js} +2 -2
- package/{index-63949de5.js.map → index-8fb5d71a.js.map} +1 -1
- package/{index-9e49ffe3.js → index-94ed0e50.js} +2 -2
- package/{index-9e49ffe3.js.map → index-94ed0e50.js.map} +1 -1
- package/{index-aca30408.js → index-9730aae6.js} +35 -20
- package/index-9730aae6.js.map +1 -0
- package/{index-38e61c64.js → index-a27543ed.js} +1 -1
- package/{index-38e61c64.js.map → index-a27543ed.js.map} +1 -1
- package/{index-fe932783.js → index-b05a5803.js} +2 -2
- package/{index-fe932783.js.map → index-b05a5803.js.map} +1 -1
- package/{index-306bc4ab.js → index-bbf4f597.js} +3 -3
- package/{index-306bc4ab.js.map → index-bbf4f597.js.map} +1 -1
- package/{index-5c1b672d.js → index-bf4f0a7e.js} +6 -6
- package/{index-5c1b672d.js.map → index-bf4f0a7e.js.map} +1 -1
- package/{index-5c985608.js → index-c54a357d.js} +62 -25
- package/index-c54a357d.js.map +1 -0
- package/{index-7cdd58b8.js → index-d847ae45.js} +2 -2
- package/{index-7cdd58b8.js.map → index-d847ae45.js.map} +1 -1
- package/index.d.ts +7 -3
- package/index.js +58 -56
- package/index.js.map +1 -1
- package/{index.module-54d57ec3.js → index.module-9faf1703.js} +1 -1
- package/{index.module-54d57ec3.js.map → index.module-9faf1703.js.map} +1 -1
- package/package.json +3 -2
- package/resolvedReplyType-f5cc6c0b.js +29 -0
- package/resolvedReplyType-f5cc6c0b.js.map +1 -0
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-13bbd4a2.js → stringSet-d0b92983.js} +3 -1
- package/stringSet-d0b92983.js.map +1 -0
- package/{tokenize-c40f2b57.js → tokenize-fd0af52f.js} +2 -2
- package/{tokenize-c40f2b57.js.map → tokenize-fd0af52f.js.map} +1 -1
- package/{topics-b2b77fb9.js → topics-8aa96837.js} +1 -1
- package/{topics-b2b77fb9.js.map → topics-8aa96837.js.map} +1 -1
- package/{types-4ff4177c.js → types-7f0754fd.js} +1 -1
- package/types-7f0754fd.js.map +1 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +13 -13
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/MentionLabel.js +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +35 -33
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput.js +71 -18
- package/ui/MessageInput.js.map +1 -1
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +8 -8
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +14 -14
- package/ui/OpenChannelAdminMessage.js +2 -2
- package/ui/OpenChannelAvatar.js +5 -5
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +17 -17
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +21 -21
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +20 -21
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +7 -7
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +2 -2
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +1 -1
- package/ui/TextMessageItemBody.js +14 -14
- package/ui/ThreadReplies.js +5 -5
- package/ui/ThumbnailMessageItemBody.js +6 -13
- package/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +17 -6
- package/ui/VoiceMessageItemBody.js.map +1 -1
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useDirtyGetMentions-aa730e2c.js → useDirtyGetMentions-5b631226.js} +1 -1
- package/{useDirtyGetMentions-aa730e2c.js.map → useDirtyGetMentions-5b631226.js.map} +1 -1
- package/{useLongPress-1303953d.js → useLongPress-700ef78f.js} +3 -3
- package/{useLongPress-1303953d.js.map → useLongPress-700ef78f.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-4bbbca2c.js → utils-0e2c993e.js} +1 -1
- package/{utils-4bbbca2c.js.map → utils-0e2c993e.js.map} +1 -1
- package/{utils-d86ad6ab.js → utils-6763f910.js} +1 -1
- package/{utils-d86ad6ab.js.map → utils-6763f910.js.map} +1 -1
- package/{utils-a2009c36.js → utils-8c4a9896.js} +1 -1
- package/{utils-a2009c36.js.map → utils-8c4a9896.js.map} +1 -1
- package/{utils-30d3ca65.js → utils-9de25bcb.js} +2 -2
- package/{utils-30d3ca65.js.map → utils-9de25bcb.js.map} +1 -1
- package/{uuid-1adedf62.js → uuid-eadf9a09.js} +1 -1
- package/{uuid-1adedf62.js.map → uuid-eadf9a09.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelProvider-910bbc1f.js.map +0 -1
- package/MediaQueryContext-11f0e43f.js.map +0 -1
- package/MemberList-061d186f.js.map +0 -1
- package/ThreadProvider-3a4a4db0.js.map +0 -1
- package/VoiceMessageInputWrapper-dc459df1.js.map +0 -1
- package/_rollupPluginBabelHelpers-6bb0305c.js.map +0 -1
- package/cjs/ChannelProvider-da7b08a1.js.map +0 -1
- package/cjs/MediaQueryContext-f1e8fdbc.js.map +0 -1
- package/cjs/ThreadProvider-654b9db0.js.map +0 -1
- package/cjs/VoiceMessageInputWrapper-2aaed45b.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-5fad415d.js.map +0 -1
- package/cjs/index-12ce8274.js.map +0 -1
- package/cjs/index-33b67e46.js.map +0 -1
- package/cjs/index-6e05ddef.js.map +0 -1
- package/cjs/stringSet-d7f78de0.js.map +0 -1
- package/cjs/types-ef51254c.js.map +0 -1
- package/index-5c985608.js.map +0 -1
- package/index-7eb65acf.js.map +0 -1
- package/index-aca30408.js.map +0 -1
- package/stringSet-13bbd4a2.js.map +0 -1
- package/types-4ff4177c.js.map +0 -1
package/cjs/dist/index.css
CHANGED
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
margin-left: 16px;
|
|
131
131
|
display: inline-flex;
|
|
132
132
|
flex-direction: column;
|
|
133
|
-
|
|
133
|
+
width: calc(100% - 100px);
|
|
134
134
|
box-sizing: border-box;
|
|
135
135
|
}
|
|
136
136
|
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title {
|
|
@@ -145,8 +145,10 @@
|
|
|
145
145
|
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name {
|
|
146
146
|
position: relative;
|
|
147
147
|
display: inline-block;
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
width: 100%;
|
|
149
|
+
white-space: nowrap;
|
|
150
|
+
overflow: hidden;
|
|
151
|
+
text-overflow: ellipsis;
|
|
150
152
|
box-sizing: border-box;
|
|
151
153
|
overflow-x: hidden;
|
|
152
154
|
text-overflow: ellipsis;
|
|
@@ -155,6 +157,9 @@
|
|
|
155
157
|
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen {
|
|
156
158
|
max-width: calc(100% - 20px);
|
|
157
159
|
}
|
|
160
|
+
.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name {
|
|
161
|
+
overflow-y: hidden;
|
|
162
|
+
}
|
|
158
163
|
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen {
|
|
159
164
|
position: relative;
|
|
160
165
|
margin-left: 4px;
|
|
@@ -189,6 +194,64 @@
|
|
|
189
194
|
text-overflow: ellipsis;
|
|
190
195
|
word-break: keep-all;
|
|
191
196
|
}
|
|
197
|
+
.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count {
|
|
198
|
+
overflow-y: hidden;
|
|
199
|
+
}
|
|
200
|
+
.sendbird-create-open-channel-ui {
|
|
201
|
+
position: relative;
|
|
202
|
+
display: inline-flex;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.sendbird-create-open-channel-ui__profile-input {
|
|
206
|
+
position: relative;
|
|
207
|
+
display: inline-flex;
|
|
208
|
+
flex-direction: column;
|
|
209
|
+
justify-content: flex-start;
|
|
210
|
+
width: 100%;
|
|
211
|
+
height: 100%;
|
|
212
|
+
box-sizing: border-box;
|
|
213
|
+
}
|
|
214
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section {
|
|
215
|
+
position: relative;
|
|
216
|
+
margin-top: 16px;
|
|
217
|
+
display: inline-flex;
|
|
218
|
+
flex-direction: row;
|
|
219
|
+
align-items: center;
|
|
220
|
+
}
|
|
221
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar {
|
|
222
|
+
position: relative;
|
|
223
|
+
display: inline-flex;
|
|
224
|
+
align-items: center;
|
|
225
|
+
justify-content: center;
|
|
226
|
+
width: 80px;
|
|
227
|
+
height: 80px;
|
|
228
|
+
}
|
|
229
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
230
|
+
position: relative;
|
|
231
|
+
display: inline-flex;
|
|
232
|
+
align-items: center;
|
|
233
|
+
justify-content: center;
|
|
234
|
+
width: 80px;
|
|
235
|
+
height: 80px;
|
|
236
|
+
border-radius: 50%;
|
|
237
|
+
}
|
|
238
|
+
.sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
239
|
+
background-color: var(--sendbird-light-background-200);
|
|
240
|
+
}
|
|
241
|
+
.sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
242
|
+
background-color: var(--sendbird-dark-background-400);
|
|
243
|
+
}
|
|
244
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button {
|
|
245
|
+
position: relative;
|
|
246
|
+
margin-left: 18px;
|
|
247
|
+
display: inline-flex;
|
|
248
|
+
}
|
|
249
|
+
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section {
|
|
250
|
+
position: relative;
|
|
251
|
+
margin-top: 8px;
|
|
252
|
+
display: inline-flex;
|
|
253
|
+
flex-direction: row;
|
|
254
|
+
}
|
|
192
255
|
.sendbird-open-channel-list,
|
|
193
256
|
.sendbird-open-channel-list-ui {
|
|
194
257
|
position: relative;
|
|
@@ -283,61 +346,6 @@
|
|
|
283
346
|
.sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
|
|
284
347
|
background-color: var(--sendbird-dark-background-500);
|
|
285
348
|
}
|
|
286
|
-
.sendbird-create-open-channel-ui {
|
|
287
|
-
position: relative;
|
|
288
|
-
display: inline-flex;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.sendbird-create-open-channel-ui__profile-input {
|
|
292
|
-
position: relative;
|
|
293
|
-
display: inline-flex;
|
|
294
|
-
flex-direction: column;
|
|
295
|
-
justify-content: flex-start;
|
|
296
|
-
width: 100%;
|
|
297
|
-
height: 100%;
|
|
298
|
-
box-sizing: border-box;
|
|
299
|
-
}
|
|
300
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section {
|
|
301
|
-
position: relative;
|
|
302
|
-
margin-top: 16px;
|
|
303
|
-
display: inline-flex;
|
|
304
|
-
flex-direction: row;
|
|
305
|
-
align-items: center;
|
|
306
|
-
}
|
|
307
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar {
|
|
308
|
-
position: relative;
|
|
309
|
-
display: inline-flex;
|
|
310
|
-
align-items: center;
|
|
311
|
-
justify-content: center;
|
|
312
|
-
width: 80px;
|
|
313
|
-
height: 80px;
|
|
314
|
-
}
|
|
315
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
316
|
-
position: relative;
|
|
317
|
-
display: inline-flex;
|
|
318
|
-
align-items: center;
|
|
319
|
-
justify-content: center;
|
|
320
|
-
width: 80px;
|
|
321
|
-
height: 80px;
|
|
322
|
-
border-radius: 50%;
|
|
323
|
-
}
|
|
324
|
-
.sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
325
|
-
background-color: var(--sendbird-light-background-200);
|
|
326
|
-
}
|
|
327
|
-
.sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default {
|
|
328
|
-
background-color: var(--sendbird-dark-background-400);
|
|
329
|
-
}
|
|
330
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button {
|
|
331
|
-
position: relative;
|
|
332
|
-
margin-left: 18px;
|
|
333
|
-
display: inline-flex;
|
|
334
|
-
}
|
|
335
|
-
.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section {
|
|
336
|
-
position: relative;
|
|
337
|
-
margin-top: 8px;
|
|
338
|
-
display: inline-flex;
|
|
339
|
-
flex-direction: row;
|
|
340
|
-
}
|
|
341
349
|
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
|
|
342
350
|
:root {
|
|
343
351
|
--sendbird-light-primary-500: #491389;
|
|
@@ -504,108 +512,432 @@
|
|
|
504
512
|
.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message__file-message {
|
|
505
513
|
font-size: 0.75rem;
|
|
506
514
|
}
|
|
507
|
-
.sendbird-
|
|
508
|
-
width:
|
|
515
|
+
.sendbird-modal--full-mobile .sendbird-modal__content {
|
|
516
|
+
width: 100vw;
|
|
517
|
+
max-width: 100%;
|
|
509
518
|
height: 100%;
|
|
510
|
-
display: flex;
|
|
511
|
-
flex-direction: column;
|
|
512
|
-
box-sizing: border-box;
|
|
513
519
|
}
|
|
514
|
-
.sendbird-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
background-color: var(--sendbird-dark-background-600);
|
|
520
|
+
.sendbird--mobile-mode .sendbird-modal--full-mobile .sendbird-modal__content {
|
|
521
|
+
height: -webkit-fill-available;
|
|
522
|
+
height: -moz-available;
|
|
523
|
+
height: stretch;
|
|
519
524
|
}
|
|
520
|
-
|
|
525
|
+
|
|
526
|
+
.sendbird-modal {
|
|
527
|
+
position: fixed;
|
|
528
|
+
top: 0;
|
|
529
|
+
left: 0;
|
|
521
530
|
width: 100%;
|
|
531
|
+
height: 100%;
|
|
532
|
+
display: flex;
|
|
533
|
+
align-items: center;
|
|
534
|
+
justify-content: center;
|
|
522
535
|
}
|
|
523
536
|
|
|
524
|
-
.sendbird-
|
|
525
|
-
|
|
526
|
-
min-height: 64px;
|
|
537
|
+
.sendbird-modal__backdrop--clickoutside {
|
|
538
|
+
cursor: pointer;
|
|
527
539
|
}
|
|
528
540
|
|
|
529
|
-
.sendbird-
|
|
530
|
-
|
|
531
|
-
-
|
|
532
|
-
|
|
533
|
-
|
|
541
|
+
.sendbird-modal__content {
|
|
542
|
+
width: 480px;
|
|
543
|
+
border-radius: 4px;
|
|
544
|
+
z-index: 10001;
|
|
545
|
+
padding: 18px 24px 24px 24px;
|
|
546
|
+
position: relative;
|
|
547
|
+
box-sizing: border-box;
|
|
534
548
|
}
|
|
535
|
-
.sendbird-
|
|
536
|
-
-
|
|
537
|
-
-
|
|
549
|
+
.sendbird-theme--light .sendbird-modal__content {
|
|
550
|
+
background-color: var(--sendbird-light-background-50);
|
|
551
|
+
box-shadow: var(--sendbird-light-shadow-04);
|
|
538
552
|
}
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
553
|
+
.sendbird-theme--dark .sendbird-modal__content {
|
|
554
|
+
background-color: var(--sendbird-dark-background-500);
|
|
555
|
+
box-shadow: var(--sendbird-dark-shadow-04);
|
|
542
556
|
}
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
font-style: normal;
|
|
549
|
-
line-height: 1.4;
|
|
550
|
-
letter-spacing: -0.2px;
|
|
557
|
+
.sendbird-modal__content .sendbird-modal__close {
|
|
558
|
+
position: absolute;
|
|
559
|
+
top: 16px;
|
|
560
|
+
right: 16px;
|
|
561
|
+
cursor: pointer;
|
|
551
562
|
}
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
font-size: 18px;
|
|
555
|
-
font-weight: 600;
|
|
556
|
-
font-stretch: normal;
|
|
557
|
-
font-style: normal;
|
|
558
|
-
line-height: normal;
|
|
559
|
-
letter-spacing: -0.2px;
|
|
563
|
+
.sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path {
|
|
564
|
+
fill: var(--sendbird-light-onlight-01);
|
|
560
565
|
}
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
font-size: 16px;
|
|
564
|
-
font-weight: normal;
|
|
565
|
-
font-stretch: normal;
|
|
566
|
-
font-style: normal;
|
|
567
|
-
line-height: 1.38;
|
|
568
|
-
letter-spacing: -0.2px;
|
|
566
|
+
.sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path {
|
|
567
|
+
fill: var(--sendbird-dark-ondark-01);
|
|
569
568
|
}
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
font-size: 14px;
|
|
573
|
-
font-weight: 500;
|
|
574
|
-
font-stretch: normal;
|
|
575
|
-
font-style: normal;
|
|
576
|
-
line-height: 1.14;
|
|
577
|
-
letter-spacing: -0.2px;
|
|
569
|
+
.sendbird-modal__content .sendbird-modal__header {
|
|
570
|
+
margin-bottom: 16px;
|
|
578
571
|
}
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
font-size: 14px;
|
|
582
|
-
font-weight: normal;
|
|
583
|
-
font-stretch: normal;
|
|
584
|
-
font-style: normal;
|
|
585
|
-
line-height: 1.43;
|
|
586
|
-
letter-spacing: normal;
|
|
572
|
+
.sendbird-modal__content .sendbird-modal__body {
|
|
573
|
+
height: calc(100% - 116px);
|
|
587
574
|
}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
line-height: 1.33;
|
|
595
|
-
letter-spacing: normal;
|
|
575
|
+
.sendbird-modal__content .sendbird-modal__footer {
|
|
576
|
+
display: flex;
|
|
577
|
+
flex-direction: row;
|
|
578
|
+
justify-content: flex-end;
|
|
579
|
+
margin-top: 32px;
|
|
580
|
+
text-align: right;
|
|
596
581
|
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
font-weight: 600;
|
|
601
|
-
font-stretch: normal;
|
|
602
|
-
font-style: normal;
|
|
603
|
-
line-height: 1.43;
|
|
604
|
-
letter-spacing: normal;
|
|
582
|
+
.sendbird--mobile-mode .sendbird-modal__content .sendbird-modal__footer {
|
|
583
|
+
position: sticky;
|
|
584
|
+
bottom: 24px;
|
|
605
585
|
}
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
586
|
+
.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child {
|
|
587
|
+
margin-left: 8px;
|
|
588
|
+
min-width: 80px;
|
|
589
|
+
height: 40px;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.sendbird-modal__backdrop {
|
|
593
|
+
position: fixed;
|
|
594
|
+
z-index: 10000;
|
|
595
|
+
height: 100%;
|
|
596
|
+
width: 100%;
|
|
597
|
+
top: 0;
|
|
598
|
+
left: 0;
|
|
599
|
+
}
|
|
600
|
+
.sendbird-theme--light .sendbird-modal__backdrop {
|
|
601
|
+
background-color: var(--sendbird-light-overlay-02);
|
|
602
|
+
}
|
|
603
|
+
.sendbird-theme--dark .sendbird-modal__backdrop {
|
|
604
|
+
background-color: var(--sendbird-dark-overlay-02);
|
|
605
|
+
}
|
|
606
|
+
.sendbird-button {
|
|
607
|
+
display: inline-block;
|
|
608
|
+
box-shadow: none;
|
|
609
|
+
border-radius: 4px;
|
|
610
|
+
padding: 0px;
|
|
611
|
+
font-family: var(--sendbird-font-family-default);
|
|
612
|
+
cursor: pointer;
|
|
613
|
+
}
|
|
614
|
+
.sendbird-button:hover {
|
|
615
|
+
box-shadow: none;
|
|
616
|
+
}
|
|
617
|
+
.sendbird-button:focus {
|
|
618
|
+
outline: none;
|
|
619
|
+
}
|
|
620
|
+
.sendbird-button:active {
|
|
621
|
+
box-shadow: none;
|
|
622
|
+
}
|
|
623
|
+
.sendbird-button.sendbird-button__disabled {
|
|
624
|
+
cursor: not-allowed;
|
|
625
|
+
}
|
|
626
|
+
.sendbird-theme--light .sendbird-button.sendbird-button__disabled {
|
|
627
|
+
border: none;
|
|
628
|
+
background-color: var(--sendbird-light-background-200);
|
|
629
|
+
}
|
|
630
|
+
.sendbird-theme--dark .sendbird-button.sendbird-button__disabled {
|
|
631
|
+
border: none;
|
|
632
|
+
background-color: var(--sendbird-dark-background-400);
|
|
633
|
+
}
|
|
634
|
+
.sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover {
|
|
635
|
+
background-color: var(--sendbird-light-background-200);
|
|
636
|
+
}
|
|
637
|
+
.sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover {
|
|
638
|
+
background-color: var(--sendbird-dark-background-400);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.sendbird-button--big {
|
|
642
|
+
height: 40px;
|
|
643
|
+
}
|
|
644
|
+
.sendbird-button--big .sendbird-button__text {
|
|
645
|
+
margin: 10px 16px;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.sendbird-button--small {
|
|
649
|
+
height: 32px;
|
|
650
|
+
}
|
|
651
|
+
.sendbird-button--small .sendbird-button__text {
|
|
652
|
+
margin: 6px 16px;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.sendbird-theme--light .sendbird-button--primary {
|
|
656
|
+
border: 1px solid var(--sendbird-light-primary-300);
|
|
657
|
+
background-color: var(--sendbird-light-primary-300);
|
|
658
|
+
}
|
|
659
|
+
.sendbird-theme--dark .sendbird-button--primary {
|
|
660
|
+
border: 1px solid var(--sendbird-dark-primary-200);
|
|
661
|
+
background-color: var(--sendbird-dark-primary-200);
|
|
662
|
+
}
|
|
663
|
+
.sendbird-theme--light .sendbird-button--primary .sendbird-button__text {
|
|
664
|
+
color: var(--sendbird-light-ondark-01);
|
|
665
|
+
}
|
|
666
|
+
.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text {
|
|
667
|
+
color: var(--sendbird-dark-onlight-01);
|
|
668
|
+
}
|
|
669
|
+
.sendbird-theme--light .sendbird-button--primary:hover {
|
|
670
|
+
background-color: var(--sendbird-light-primary-400);
|
|
671
|
+
border-color: var(--sendbird-light-primary-400);
|
|
672
|
+
}
|
|
673
|
+
.sendbird-theme--dark .sendbird-button--primary:hover {
|
|
674
|
+
background-color: var(--sendbird-dark-primary-300);
|
|
675
|
+
border-color: var(--sendbird-dark-primary-300);
|
|
676
|
+
}
|
|
677
|
+
.sendbird-theme--light .sendbird-button--primary:focus {
|
|
678
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300);
|
|
679
|
+
border: 1px solid var(--sendbird-button-border-focus);
|
|
680
|
+
}
|
|
681
|
+
.sendbird-theme--dark .sendbird-button--primary:focus {
|
|
682
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200);
|
|
683
|
+
border: 1px solid var(--sendbird-button-border-focus);
|
|
684
|
+
}
|
|
685
|
+
.sendbird-theme--light .sendbird-button--primary:active {
|
|
686
|
+
background-color: var(--sendbird-light-primary-500);
|
|
687
|
+
}
|
|
688
|
+
.sendbird-theme--dark .sendbird-button--primary:active {
|
|
689
|
+
background-color: var(--sendbird-dark-primary-400);
|
|
690
|
+
}
|
|
691
|
+
.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover {
|
|
692
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-400);
|
|
693
|
+
}
|
|
694
|
+
.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover {
|
|
695
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-300);
|
|
696
|
+
}
|
|
697
|
+
.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active {
|
|
698
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-500);
|
|
699
|
+
}
|
|
700
|
+
.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active {
|
|
701
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-400);
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.sendbird-button--secondary {
|
|
705
|
+
background-color: transparent;
|
|
706
|
+
}
|
|
707
|
+
.sendbird-theme--light .sendbird-button--secondary {
|
|
708
|
+
border: 1px solid var(--sendbird-light-onlight-03);
|
|
709
|
+
}
|
|
710
|
+
.sendbird-theme--dark .sendbird-button--secondary {
|
|
711
|
+
border: 1px solid var(--sendbird-dark-ondark-03);
|
|
712
|
+
}
|
|
713
|
+
.sendbird-theme--light .sendbird-button--secondary .sendbird-button__text {
|
|
714
|
+
color: var(--sendbird-light-onlight-01);
|
|
715
|
+
}
|
|
716
|
+
.sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text {
|
|
717
|
+
color: var(--sendbird-dark-ondark-01);
|
|
718
|
+
}
|
|
719
|
+
.sendbird-button--secondary:hover {
|
|
720
|
+
background-color: transparent;
|
|
721
|
+
}
|
|
722
|
+
.sendbird-theme--light .sendbird-button--secondary:hover {
|
|
723
|
+
border: 1px solid var(--sendbird-light-primary-300);
|
|
724
|
+
}
|
|
725
|
+
.sendbird-theme--dark .sendbird-button--secondary:hover {
|
|
726
|
+
border: 1px solid var(--sendbird-dark-primary-200);
|
|
727
|
+
}
|
|
728
|
+
.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text {
|
|
729
|
+
color: var(--sendbird-light-primary-300);
|
|
730
|
+
}
|
|
731
|
+
.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text {
|
|
732
|
+
color: var(--sendbird-dark-primary-200);
|
|
733
|
+
}
|
|
734
|
+
.sendbird-button--secondary.sendbird-button__disabled {
|
|
735
|
+
cursor: not-allowed;
|
|
736
|
+
border: none;
|
|
737
|
+
}
|
|
738
|
+
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled {
|
|
739
|
+
background-color: var(--sendbird-light-background-200);
|
|
740
|
+
}
|
|
741
|
+
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled {
|
|
742
|
+
background-color: var(--sendbird-dark-background-400);
|
|
743
|
+
}
|
|
744
|
+
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text {
|
|
745
|
+
color: var(--sendbird-light-onlight-02);
|
|
746
|
+
}
|
|
747
|
+
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text {
|
|
748
|
+
color: var(--sendbird-dark-ondark-02);
|
|
749
|
+
}
|
|
750
|
+
.sendbird-button--secondary.sendbird-button__disabled:hover {
|
|
751
|
+
border: none;
|
|
752
|
+
}
|
|
753
|
+
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover {
|
|
754
|
+
background-color: var(--sendbird-light-background-200);
|
|
755
|
+
}
|
|
756
|
+
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover {
|
|
757
|
+
background-color: var(--sendbird-dark-background-400);
|
|
758
|
+
}
|
|
759
|
+
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text {
|
|
760
|
+
color: var(--sendbird-light-onlight-02);
|
|
761
|
+
}
|
|
762
|
+
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text {
|
|
763
|
+
color: var(--sendbird-dark-ondark-02);
|
|
764
|
+
}
|
|
765
|
+
.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text {
|
|
766
|
+
color: var(--sendbird-light-primary-300);
|
|
767
|
+
}
|
|
768
|
+
.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text {
|
|
769
|
+
color: var(--sendbird-dark-primary-200);
|
|
770
|
+
}
|
|
771
|
+
.sendbird-button--secondary:focus {
|
|
772
|
+
border: 1px solid transparent;
|
|
773
|
+
background-color: transparent;
|
|
774
|
+
}
|
|
775
|
+
.sendbird-theme--light .sendbird-button--secondary:focus {
|
|
776
|
+
box-shadow: var(--sendbird-light-primary-300) 0px 0px 0px 2px;
|
|
777
|
+
}
|
|
778
|
+
.sendbird-theme--dark .sendbird-button--secondary:focus {
|
|
779
|
+
box-shadow: var(--sendbird-dark-primary-200) 0px 0px 0px 2px;
|
|
780
|
+
}
|
|
781
|
+
.sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text {
|
|
782
|
+
color: var(--sendbird-light-onlight-01);
|
|
783
|
+
}
|
|
784
|
+
.sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text {
|
|
785
|
+
color: var(--sendbird-dark-ondark-01);
|
|
786
|
+
}
|
|
787
|
+
.sendbird-button--secondary:active {
|
|
788
|
+
box-shadow: none;
|
|
789
|
+
}
|
|
790
|
+
.sendbird-theme--light .sendbird-button--secondary:active {
|
|
791
|
+
border: 1px solid var(--sendbird-light-primary-300);
|
|
792
|
+
}
|
|
793
|
+
.sendbird-theme--dark .sendbird-button--secondary:active {
|
|
794
|
+
border: 1px solid var(--sendbird-dark-primary-200);
|
|
795
|
+
}
|
|
796
|
+
.sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text {
|
|
797
|
+
color: var(--sendbird-light-primary-300);
|
|
798
|
+
}
|
|
799
|
+
.sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text {
|
|
800
|
+
color: var(--sendbird-dark-primary-200);
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.sendbird-theme--light .sendbird-button--danger {
|
|
804
|
+
border: 1px solid var(--sendbird-light-error-300);
|
|
805
|
+
background-color: var(--sendbird-light-error-300);
|
|
806
|
+
}
|
|
807
|
+
.sendbird-theme--dark .sendbird-button--danger {
|
|
808
|
+
border: 1px solid var(--sendbird-dark-error-200);
|
|
809
|
+
background-color: var(--sendbird-dark-error-200);
|
|
810
|
+
}
|
|
811
|
+
.sendbird-theme--light .sendbird-button--danger .sendbird-button__text {
|
|
812
|
+
color: var(--sendbird-light-ondark-01);
|
|
813
|
+
}
|
|
814
|
+
.sendbird-theme--dark .sendbird-button--danger .sendbird-button__text {
|
|
815
|
+
color: var(--sendbird-dark-onlight-01);
|
|
816
|
+
}
|
|
817
|
+
.sendbird-theme--light .sendbird-button--danger:hover {
|
|
818
|
+
background-color: var(--sendbird-light-error-400);
|
|
819
|
+
border-color: var(--sendbird-light-error-400);
|
|
820
|
+
}
|
|
821
|
+
.sendbird-theme--dark .sendbird-button--danger:hover {
|
|
822
|
+
background-color: var(--sendbird-dark-error-400);
|
|
823
|
+
border-color: var(--sendbird-dark-error-400);
|
|
824
|
+
}
|
|
825
|
+
.sendbird-theme--light .sendbird-button--danger:focus {
|
|
826
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-300);
|
|
827
|
+
border-color: var(--sendbird-button-border-focus);
|
|
828
|
+
}
|
|
829
|
+
.sendbird-theme--dark .sendbird-button--danger:focus {
|
|
830
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-300);
|
|
831
|
+
border-color: var(--sendbird-button-border-focus);
|
|
832
|
+
}
|
|
833
|
+
.sendbird-button--danger:active {
|
|
834
|
+
box-shadow: none;
|
|
835
|
+
}
|
|
836
|
+
.sendbird-theme--light .sendbird-button--danger:active {
|
|
837
|
+
background-color: var(--sendbird-light-error-500);
|
|
838
|
+
}
|
|
839
|
+
.sendbird-theme--dark .sendbird-button--danger:active {
|
|
840
|
+
background-color: var(--sendbird-dark-error-500);
|
|
841
|
+
}
|
|
842
|
+
.sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus {
|
|
843
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-400);
|
|
844
|
+
}
|
|
845
|
+
.sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus {
|
|
846
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-400);
|
|
847
|
+
}
|
|
848
|
+
.sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus {
|
|
849
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-500);
|
|
850
|
+
}
|
|
851
|
+
.sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus {
|
|
852
|
+
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-500);
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.sendbird-button--disabled {
|
|
856
|
+
border: 1px solid transparent;
|
|
857
|
+
cursor: not-allowed;
|
|
858
|
+
}
|
|
859
|
+
.sendbird-theme--light .sendbird-button--disabled {
|
|
860
|
+
background-color: var(--sendbird-light-background-200);
|
|
861
|
+
color: var(--sendbird-light-ondark-01);
|
|
862
|
+
}
|
|
863
|
+
.sendbird-theme--dark .sendbird-button--disabled {
|
|
864
|
+
background-color: var(--sendbird-dark-background-400);
|
|
865
|
+
color: var(--sendbird-dark-onlight-01);
|
|
866
|
+
}
|
|
867
|
+
.sendbird--mobile-mode .sendbird-label {
|
|
868
|
+
-webkit-user-select: none;
|
|
869
|
+
-webkit-touch-callout: none;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
[class*=sendbird-label] {
|
|
873
|
+
font-family: var(--sendbird-font-family-default);
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.sendbird-label--h-1 {
|
|
877
|
+
font-size: 20px;
|
|
878
|
+
font-weight: 600;
|
|
879
|
+
font-stretch: normal;
|
|
880
|
+
font-style: normal;
|
|
881
|
+
line-height: 1.4;
|
|
882
|
+
letter-spacing: -0.2px;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.sendbird-label--h-2 {
|
|
886
|
+
font-size: 18px;
|
|
887
|
+
font-weight: 600;
|
|
888
|
+
font-stretch: normal;
|
|
889
|
+
font-style: normal;
|
|
890
|
+
line-height: normal;
|
|
891
|
+
letter-spacing: -0.2px;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
.sendbird-label--subtitle-1 {
|
|
895
|
+
font-size: 16px;
|
|
896
|
+
font-weight: normal;
|
|
897
|
+
font-stretch: normal;
|
|
898
|
+
font-style: normal;
|
|
899
|
+
line-height: 1.38;
|
|
900
|
+
letter-spacing: -0.2px;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.sendbird-label--subtitle-2 {
|
|
904
|
+
font-size: 14px;
|
|
905
|
+
font-weight: 500;
|
|
906
|
+
font-stretch: normal;
|
|
907
|
+
font-style: normal;
|
|
908
|
+
line-height: 1.14;
|
|
909
|
+
letter-spacing: -0.2px;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
.sendbird-label--body-1 {
|
|
913
|
+
font-size: 14px;
|
|
914
|
+
font-weight: normal;
|
|
915
|
+
font-stretch: normal;
|
|
916
|
+
font-style: normal;
|
|
917
|
+
line-height: 1.43;
|
|
918
|
+
letter-spacing: normal;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.sendbird-label--body-2 {
|
|
922
|
+
font-size: 12px;
|
|
923
|
+
font-weight: normal;
|
|
924
|
+
font-stretch: normal;
|
|
925
|
+
font-style: normal;
|
|
926
|
+
line-height: 1.33;
|
|
927
|
+
letter-spacing: normal;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.sendbird-label--button-1 {
|
|
931
|
+
font-size: 14px;
|
|
932
|
+
font-weight: 600;
|
|
933
|
+
font-stretch: normal;
|
|
934
|
+
font-style: normal;
|
|
935
|
+
line-height: 1.43;
|
|
936
|
+
letter-spacing: normal;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.sendbird-label--button-2 {
|
|
940
|
+
font-size: 14px;
|
|
609
941
|
font-weight: normal;
|
|
610
942
|
font-stretch: normal;
|
|
611
943
|
font-style: normal;
|
|
@@ -695,97 +1027,11 @@
|
|
|
695
1027
|
color: var(--sendbird-dark-error-200);
|
|
696
1028
|
}
|
|
697
1029
|
|
|
698
|
-
.sendbird-theme--light .sendbird-label--color-secondary-3 {
|
|
699
|
-
color: var(--sendbird-light-secondary-300);
|
|
700
|
-
}
|
|
701
|
-
.sendbird-theme--dark .sendbird-label--color-secondary-3 {
|
|
702
|
-
color: var(--sendbird-dark-secondary-200);
|
|
703
|
-
}
|
|
704
|
-
.sendbird-channel-header {
|
|
705
|
-
position: relative;
|
|
706
|
-
height: 64px;
|
|
707
|
-
min-height: 64px;
|
|
708
|
-
width: 320px;
|
|
709
|
-
padding: 8px 64px 8px 8px;
|
|
710
|
-
box-sizing: border-box;
|
|
711
|
-
}
|
|
712
|
-
.sendbird-theme--light .sendbird-channel-header {
|
|
713
|
-
border-bottom: 1px solid var(--sendbird-light-onlight-04);
|
|
714
|
-
background-color: var(--sendbird-light-background-50);
|
|
715
|
-
}
|
|
716
|
-
.sendbird-theme--dark .sendbird-channel-header {
|
|
717
|
-
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
|
|
718
|
-
background-color: var(--sendbird-dark-background-600);
|
|
719
|
-
}
|
|
720
|
-
.sendbird--mobile-mode .sendbird-channel-header {
|
|
721
|
-
width: 100%;
|
|
722
|
-
}
|
|
723
|
-
.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title {
|
|
724
|
-
cursor: pointer;
|
|
725
|
-
}
|
|
726
|
-
.sendbird-channel-header .sendbird-channel-header__title {
|
|
727
|
-
display: flex;
|
|
728
|
-
flex-direction: row;
|
|
729
|
-
width: 260px;
|
|
730
|
-
height: 48px;
|
|
731
|
-
border-radius: 4px;
|
|
732
|
-
}
|
|
733
|
-
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover {
|
|
734
|
-
background: var(--sendbird-light-background-100);
|
|
735
|
-
}
|
|
736
|
-
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover {
|
|
737
|
-
background: var(--sendbird-dark-background-500);
|
|
738
|
-
}
|
|
739
|
-
.sendbird-channel-header .sendbird-channel-header__title:focus {
|
|
740
|
-
outline: none;
|
|
741
|
-
}
|
|
742
|
-
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus {
|
|
743
|
-
background: var(--sendbird-light-background-200);
|
|
744
|
-
}
|
|
745
|
-
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus {
|
|
746
|
-
background: var(--sendbird-dark-background-400);
|
|
747
|
-
}
|
|
748
|
-
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active {
|
|
749
|
-
border: solid 2px var(--sendbird-light-primary-300);
|
|
750
|
-
}
|
|
751
|
-
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active {
|
|
752
|
-
border: solid 2px var(--sendbird-dark-primary-200);
|
|
753
|
-
}
|
|
754
|
-
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left {
|
|
755
|
-
width: 48px;
|
|
756
|
-
padding: 8px;
|
|
757
|
-
box-sizing: border-box;
|
|
758
|
-
}
|
|
759
|
-
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right {
|
|
760
|
-
margin-left: 4px;
|
|
761
|
-
padding-top: 8px;
|
|
762
|
-
}
|
|
763
|
-
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name,
|
|
764
|
-
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id {
|
|
765
|
-
display: block;
|
|
766
|
-
max-width: 200px;
|
|
767
|
-
white-space: nowrap;
|
|
768
|
-
overflow: hidden;
|
|
769
|
-
text-overflow: ellipsis;
|
|
770
|
-
}
|
|
771
|
-
.sendbird-channel-header .sendbird-channel-header__right-icon {
|
|
772
|
-
position: absolute;
|
|
773
|
-
right: 16px;
|
|
774
|
-
top: 16px;
|
|
775
|
-
}
|
|
776
|
-
.sendbird-image-renderer {
|
|
777
|
-
overflow: hidden;
|
|
778
|
-
position: relative;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.sendbird-image-renderer__hidden-image-loader {
|
|
782
|
-
display: none;
|
|
1030
|
+
.sendbird-theme--light .sendbird-label--color-secondary-3 {
|
|
1031
|
+
color: var(--sendbird-light-secondary-300);
|
|
783
1032
|
}
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
.sendbird-image-renderer__image {
|
|
787
|
-
width: 320px;
|
|
788
|
-
height: 180px;
|
|
1033
|
+
.sendbird-theme--dark .sendbird-label--color-secondary-3 {
|
|
1034
|
+
color: var(--sendbird-dark-secondary-200);
|
|
789
1035
|
}
|
|
790
1036
|
.sendbird-icon {
|
|
791
1037
|
display: inline-block;
|
|
@@ -836,592 +1082,354 @@
|
|
|
836
1082
|
.sendbird-theme--light .sendbird-icon-color--content-inverse [class*=fill] {
|
|
837
1083
|
fill: var(--sendbird-light-onlight-01);
|
|
838
1084
|
}
|
|
839
|
-
.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*=fill] {
|
|
840
|
-
fill: var(--sendbird-dark-ondark-01);
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.sendbird-icon-color--white [class*=fill] {
|
|
844
|
-
fill: #ffffff;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.sendbird-icon-color--gray [class*=fill] {
|
|
848
|
-
fill: var(--sendbird-light-onlight-04);
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.sendbird-theme--light .sendbird-icon-color--sent [class*=fill] {
|
|
852
|
-
fill: var(--sendbird-light-onlight-03);
|
|
853
|
-
}
|
|
854
|
-
.sendbird-theme--dark .sendbird-icon-color--sent [class*=fill] {
|
|
855
|
-
fill: var(--sendbird-dark-ondark-03);
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
.sendbird-theme--light .sendbird-icon-color--read [class*=fill] {
|
|
859
|
-
fill: var(--sendbird-light-secondary-300);
|
|
860
|
-
}
|
|
861
|
-
.sendbird-theme--dark .sendbird-icon-color--read [class*=fill] {
|
|
862
|
-
fill: var(--sendbird-dark-secondary-200);
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*=fill] {
|
|
866
|
-
fill: var(--sendbird-light-onlight-01);
|
|
867
|
-
}
|
|
868
|
-
.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*=fill] {
|
|
869
|
-
fill: var(--sendbird-dark-ondark-01);
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*=fill] {
|
|
873
|
-
fill: var(--sendbird-light-onlight-02);
|
|
874
|
-
}
|
|
875
|
-
.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*=fill] {
|
|
876
|
-
fill: var(--sendbird-dark-ondark-02);
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*=fill] {
|
|
880
|
-
fill: var(--sendbird-light-onlight-03);
|
|
881
|
-
}
|
|
882
|
-
.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*=fill] {
|
|
883
|
-
fill: var(--sendbird-dark-ondark-03);
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.sendbird-theme--light .sendbird-icon-color--on-background-4 [class*=fill] {
|
|
887
|
-
fill: var(--sendbird-light-onlight-04);
|
|
888
|
-
}
|
|
889
|
-
.sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill] {
|
|
890
|
-
fill: var(--sendbird-dark-ondark-04);
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill] {
|
|
894
|
-
fill: var(--sendbird-light-background-300);
|
|
895
|
-
}
|
|
896
|
-
.sendbird-theme--dark .sendbird-icon-color--background-3 [class*=fill] {
|
|
897
|
-
fill: var(--sendbird-dark-background-400);
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
.sendbird-theme--light .sendbird-icon-color--error [class*=fill] {
|
|
901
|
-
fill: var(--sendbird-light-error-300);
|
|
902
|
-
}
|
|
903
|
-
.sendbird-theme--dark .sendbird-icon-color--error [class*=fill] {
|
|
904
|
-
fill: var(--sendbird-dark-error-200);
|
|
905
|
-
}
|
|
906
|
-
.sendbird-avatar {
|
|
907
|
-
display: inline-block;
|
|
908
|
-
overflow: hidden;
|
|
909
|
-
border-radius: 50%;
|
|
910
|
-
position: relative;
|
|
911
|
-
}
|
|
912
|
-
.sendbird-avatar:focus {
|
|
913
|
-
outline: none;
|
|
914
|
-
}
|
|
915
|
-
.sendbird-avatar .sendbird-avatar-img {
|
|
916
|
-
position: absolute;
|
|
917
|
-
top: 50%;
|
|
918
|
-
left: 50%;
|
|
919
|
-
transform: translate(-50%, -50%);
|
|
920
|
-
display: flex;
|
|
921
|
-
justify-content: center;
|
|
922
|
-
align-items: center;
|
|
923
|
-
}
|
|
924
|
-
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img {
|
|
925
|
-
background-color: var(--sendbird-light-background-300);
|
|
926
|
-
}
|
|
927
|
-
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img {
|
|
928
|
-
background-color: var(--sendbird-dark-background-300);
|
|
929
|
-
}
|
|
930
|
-
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child {
|
|
931
|
-
transform: translate(2%, -50%);
|
|
932
|
-
}
|
|
933
|
-
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child {
|
|
934
|
-
transform: translate(-102%, -50%);
|
|
935
|
-
}
|
|
936
|
-
.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child {
|
|
937
|
-
transform: translate(-50%, -102%);
|
|
938
|
-
}
|
|
939
|
-
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child {
|
|
940
|
-
transform: translate(-77%, -23%) scale(0.5);
|
|
941
|
-
}
|
|
942
|
-
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child {
|
|
943
|
-
transform: translate(-23%, -23%) scale(0.5);
|
|
944
|
-
}
|
|
945
|
-
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child {
|
|
946
|
-
transform: translate(-77%, -77%) scale(0.5);
|
|
947
|
-
}
|
|
948
|
-
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) {
|
|
949
|
-
transform: translate(-23%, -77%) scale(0.5);
|
|
950
|
-
}
|
|
951
|
-
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) {
|
|
952
|
-
transform: translate(-77%, -23%) scale(0.5);
|
|
953
|
-
}
|
|
954
|
-
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child {
|
|
955
|
-
transform: translate(-23%, -23%) scale(0.5);
|
|
956
|
-
}
|
|
957
|
-
.sendbird-avatar .sendbird-avatar-img--default {
|
|
958
|
-
display: flex;
|
|
959
|
-
justify-content: center;
|
|
960
|
-
align-items: center;
|
|
961
|
-
}
|
|
962
|
-
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default {
|
|
963
|
-
background-color: var(--sendbird-light-background-300);
|
|
964
|
-
}
|
|
965
|
-
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default {
|
|
966
|
-
background-color: var(--sendbird-dark-background-300);
|
|
967
|
-
}
|
|
968
|
-
.sendbird-iconbutton {
|
|
969
|
-
color: var(--sendbird-iconbutton-color);
|
|
970
|
-
display: inline-flex;
|
|
971
|
-
justify-content: center;
|
|
972
|
-
align-items: center;
|
|
973
|
-
padding: 3px;
|
|
974
|
-
background-color: transparent;
|
|
975
|
-
cursor: pointer;
|
|
976
|
-
-webkit-user-select: none;
|
|
977
|
-
-moz-user-select: none;
|
|
978
|
-
-ms-user-select: none;
|
|
979
|
-
user-select: none;
|
|
980
|
-
border: 1px solid transparent;
|
|
981
|
-
border-radius: 4px;
|
|
982
|
-
outline: 0px;
|
|
983
|
-
}
|
|
984
|
-
.sendbird-iconbutton .sendbird-iconbutton__inner {
|
|
985
|
-
height: 100%;
|
|
986
|
-
}
|
|
987
|
-
.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg {
|
|
988
|
-
fill: var(--sendbird-light-onlight-01);
|
|
989
|
-
}
|
|
990
|
-
.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg {
|
|
991
|
-
fill: var(--sendbird-dark-ondark-01);
|
|
992
|
-
}
|
|
993
|
-
.sendbird-theme--light .sendbird-iconbutton:hover {
|
|
994
|
-
background-color: var(--sendbird-light-background-100);
|
|
995
|
-
}
|
|
996
|
-
.sendbird-theme--dark .sendbird-iconbutton:hover {
|
|
997
|
-
background-color: var(--sendbird-dark-background-500);
|
|
998
|
-
}
|
|
999
|
-
.sendbird-theme--light .sendbird-iconbutton:active {
|
|
1000
|
-
background-color: var(--sendbird-light-background-200);
|
|
1001
|
-
}
|
|
1002
|
-
.sendbird-theme--dark .sendbird-iconbutton:active {
|
|
1003
|
-
background-color: var(--sendbird-dark-background-400);
|
|
1004
|
-
}
|
|
1005
|
-
.sendbird-iconbutton:disabled {
|
|
1006
|
-
cursor: not-allowed !important;
|
|
1007
|
-
}
|
|
1008
|
-
.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
|
|
1009
|
-
fill: var(--sendbird-light-onlight-02);
|
|
1010
|
-
}
|
|
1011
|
-
.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
|
|
1012
|
-
fill: var(--sendbird-dark-ondark-02);
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
.sendbird-theme--light .sendbird-iconbutton--pressed {
|
|
1016
|
-
background-color: var(--sendbird-light-primary-100);
|
|
1017
|
-
}
|
|
1018
|
-
.sendbird-theme--dark .sendbird-iconbutton--pressed {
|
|
1019
|
-
background-color: var(--sendbird-dark-background-700);
|
|
1020
|
-
}
|
|
1021
|
-
.sendbird--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content {
|
|
1022
|
-
margin: 0 40px;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.sendbird-add-channel__rectangle-wrap {
|
|
1026
|
-
margin-top: 26px;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
.sendbird-add-channel__rectangle-footer {
|
|
1030
|
-
text-align: right;
|
|
1031
|
-
margin-top: 32px;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.sendbird-add-channel__rectangle {
|
|
1035
|
-
width: 432px;
|
|
1036
|
-
height: 72px;
|
|
1037
|
-
border-radius: 4px;
|
|
1038
|
-
margin-bottom: 8px;
|
|
1039
|
-
padding: 25px 72px;
|
|
1040
|
-
position: relative;
|
|
1041
|
-
box-sizing: border-box;
|
|
1042
|
-
cursor: pointer;
|
|
1043
|
-
}
|
|
1044
|
-
.sendbird--mobile-mode .sendbird-add-channel__rectangle {
|
|
1045
|
-
min-width: 288px;
|
|
1046
|
-
width: 100%;
|
|
1047
|
-
padding-right: 0;
|
|
1048
|
-
}
|
|
1049
|
-
.sendbird-theme--light .sendbird-add-channel__rectangle {
|
|
1050
|
-
border: 1px solid var(--sendbird-light-onlight-04);
|
|
1051
|
-
}
|
|
1052
|
-
.sendbird-theme--dark .sendbird-add-channel__rectangle {
|
|
1053
|
-
border: 1px solid var(--sendbird-dark-ondark-04);
|
|
1054
|
-
}
|
|
1055
|
-
.sendbird-add-channel__rectangle .sendbird-icon {
|
|
1056
|
-
position: absolute;
|
|
1057
|
-
left: 22px;
|
|
1058
|
-
top: 24px;
|
|
1059
|
-
}
|
|
1060
|
-
.sendbird-create-channel--content {
|
|
1061
|
-
width: 480px;
|
|
1062
|
-
max-height: 552px;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.sendbird-create-channel--scroll {
|
|
1066
|
-
height: 360px;
|
|
1067
|
-
overflow-x: hidden;
|
|
1068
|
-
overflow-y: scroll;
|
|
1069
|
-
}
|
|
1070
|
-
.sendbird--mobile-mode .sendbird-create-channel--scroll {
|
|
1071
|
-
height: calc(100vh - 200px);
|
|
1072
|
-
height: calc(var(--sendbird-vh, 1vh) * 100 - 200px);
|
|
1073
|
-
}
|
|
1074
|
-
.sendbird-modal--full-mobile .sendbird-modal__content {
|
|
1075
|
-
width: 100vw;
|
|
1076
|
-
max-width: 100%;
|
|
1077
|
-
height: 100%;
|
|
1078
|
-
}
|
|
1079
|
-
.sendbird--mobile-mode .sendbird-modal--full-mobile .sendbird-modal__content {
|
|
1080
|
-
height: -webkit-fill-available;
|
|
1081
|
-
height: -moz-available;
|
|
1082
|
-
height: stretch;
|
|
1083
|
-
}
|
|
1085
|
+
.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*=fill] {
|
|
1086
|
+
fill: var(--sendbird-dark-ondark-01);
|
|
1087
|
+
}
|
|
1084
1088
|
|
|
1085
|
-
.sendbird-
|
|
1086
|
-
|
|
1087
|
-
top: 0;
|
|
1088
|
-
left: 0;
|
|
1089
|
-
width: 100%;
|
|
1090
|
-
height: 100%;
|
|
1091
|
-
display: flex;
|
|
1092
|
-
align-items: center;
|
|
1093
|
-
justify-content: center;
|
|
1089
|
+
.sendbird-icon-color--white [class*=fill] {
|
|
1090
|
+
fill: #ffffff;
|
|
1094
1091
|
}
|
|
1095
1092
|
|
|
1096
|
-
.sendbird-
|
|
1097
|
-
|
|
1093
|
+
.sendbird-icon-color--gray [class*=fill] {
|
|
1094
|
+
fill: var(--sendbird-light-onlight-04);
|
|
1098
1095
|
}
|
|
1099
1096
|
|
|
1100
|
-
.sendbird-
|
|
1101
|
-
|
|
1102
|
-
border-radius: 4px;
|
|
1103
|
-
z-index: 10001;
|
|
1104
|
-
padding: 18px 24px 24px 24px;
|
|
1105
|
-
position: relative;
|
|
1106
|
-
box-sizing: border-box;
|
|
1097
|
+
.sendbird-theme--light .sendbird-icon-color--sent [class*=fill] {
|
|
1098
|
+
fill: var(--sendbird-light-onlight-03);
|
|
1107
1099
|
}
|
|
1108
|
-
.sendbird-theme--
|
|
1109
|
-
|
|
1110
|
-
box-shadow: var(--sendbird-light-shadow-04);
|
|
1100
|
+
.sendbird-theme--dark .sendbird-icon-color--sent [class*=fill] {
|
|
1101
|
+
fill: var(--sendbird-dark-ondark-03);
|
|
1111
1102
|
}
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1103
|
+
|
|
1104
|
+
.sendbird-theme--light .sendbird-icon-color--read [class*=fill] {
|
|
1105
|
+
fill: var(--sendbird-light-secondary-300);
|
|
1115
1106
|
}
|
|
1116
|
-
.sendbird-
|
|
1117
|
-
|
|
1118
|
-
top: 16px;
|
|
1119
|
-
right: 16px;
|
|
1120
|
-
cursor: pointer;
|
|
1107
|
+
.sendbird-theme--dark .sendbird-icon-color--read [class*=fill] {
|
|
1108
|
+
fill: var(--sendbird-dark-secondary-200);
|
|
1121
1109
|
}
|
|
1122
|
-
|
|
1110
|
+
|
|
1111
|
+
.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*=fill] {
|
|
1123
1112
|
fill: var(--sendbird-light-onlight-01);
|
|
1124
1113
|
}
|
|
1125
|
-
.sendbird-theme--dark .sendbird-
|
|
1114
|
+
.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*=fill] {
|
|
1126
1115
|
fill: var(--sendbird-dark-ondark-01);
|
|
1127
1116
|
}
|
|
1128
|
-
|
|
1129
|
-
|
|
1117
|
+
|
|
1118
|
+
.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*=fill] {
|
|
1119
|
+
fill: var(--sendbird-light-onlight-02);
|
|
1130
1120
|
}
|
|
1131
|
-
.sendbird-
|
|
1132
|
-
|
|
1121
|
+
.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*=fill] {
|
|
1122
|
+
fill: var(--sendbird-dark-ondark-02);
|
|
1133
1123
|
}
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
justify-content: flex-end;
|
|
1138
|
-
margin-top: 32px;
|
|
1139
|
-
text-align: right;
|
|
1124
|
+
|
|
1125
|
+
.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*=fill] {
|
|
1126
|
+
fill: var(--sendbird-light-onlight-03);
|
|
1140
1127
|
}
|
|
1141
|
-
.sendbird--
|
|
1142
|
-
|
|
1143
|
-
bottom: 24px;
|
|
1128
|
+
.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*=fill] {
|
|
1129
|
+
fill: var(--sendbird-dark-ondark-03);
|
|
1144
1130
|
}
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1131
|
+
|
|
1132
|
+
.sendbird-theme--light .sendbird-icon-color--on-background-4 [class*=fill] {
|
|
1133
|
+
fill: var(--sendbird-light-onlight-04);
|
|
1134
|
+
}
|
|
1135
|
+
.sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill] {
|
|
1136
|
+
fill: var(--sendbird-dark-ondark-04);
|
|
1149
1137
|
}
|
|
1150
1138
|
|
|
1151
|
-
.sendbird-
|
|
1152
|
-
|
|
1153
|
-
z-index: 10000;
|
|
1154
|
-
height: 100%;
|
|
1155
|
-
width: 100%;
|
|
1156
|
-
top: 0;
|
|
1157
|
-
left: 0;
|
|
1139
|
+
.sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill] {
|
|
1140
|
+
fill: var(--sendbird-light-background-300);
|
|
1158
1141
|
}
|
|
1159
|
-
.sendbird-theme--
|
|
1160
|
-
|
|
1142
|
+
.sendbird-theme--dark .sendbird-icon-color--background-3 [class*=fill] {
|
|
1143
|
+
fill: var(--sendbird-dark-background-400);
|
|
1161
1144
|
}
|
|
1162
|
-
|
|
1163
|
-
|
|
1145
|
+
|
|
1146
|
+
.sendbird-theme--light .sendbird-icon-color--error [class*=fill] {
|
|
1147
|
+
fill: var(--sendbird-light-error-300);
|
|
1164
1148
|
}
|
|
1165
|
-
.sendbird-
|
|
1166
|
-
|
|
1167
|
-
box-shadow: none;
|
|
1168
|
-
border-radius: 4px;
|
|
1169
|
-
padding: 0px;
|
|
1170
|
-
font-family: var(--sendbird-font-family-default);
|
|
1171
|
-
cursor: pointer;
|
|
1149
|
+
.sendbird-theme--dark .sendbird-icon-color--error [class*=fill] {
|
|
1150
|
+
fill: var(--sendbird-dark-error-200);
|
|
1172
1151
|
}
|
|
1173
|
-
.sendbird-
|
|
1174
|
-
|
|
1152
|
+
.sendbird-iconbutton {
|
|
1153
|
+
color: var(--sendbird-iconbutton-color);
|
|
1154
|
+
display: inline-flex;
|
|
1155
|
+
justify-content: center;
|
|
1156
|
+
align-items: center;
|
|
1157
|
+
padding: 3px;
|
|
1158
|
+
background-color: transparent;
|
|
1159
|
+
cursor: pointer;
|
|
1160
|
+
-webkit-user-select: none;
|
|
1161
|
+
-moz-user-select: none;
|
|
1162
|
+
-ms-user-select: none;
|
|
1163
|
+
user-select: none;
|
|
1164
|
+
border: 1px solid transparent;
|
|
1165
|
+
border-radius: 4px;
|
|
1166
|
+
outline: 0px;
|
|
1175
1167
|
}
|
|
1176
|
-
.sendbird-
|
|
1177
|
-
|
|
1168
|
+
.sendbird-iconbutton .sendbird-iconbutton__inner {
|
|
1169
|
+
height: 100%;
|
|
1178
1170
|
}
|
|
1179
|
-
.sendbird-
|
|
1180
|
-
|
|
1171
|
+
.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg {
|
|
1172
|
+
fill: var(--sendbird-light-onlight-01);
|
|
1181
1173
|
}
|
|
1182
|
-
.sendbird-
|
|
1183
|
-
|
|
1174
|
+
.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg {
|
|
1175
|
+
fill: var(--sendbird-dark-ondark-01);
|
|
1184
1176
|
}
|
|
1185
|
-
.sendbird-theme--light .sendbird-
|
|
1186
|
-
|
|
1187
|
-
background-color: var(--sendbird-light-background-200);
|
|
1177
|
+
.sendbird-theme--light .sendbird-iconbutton:hover {
|
|
1178
|
+
background-color: var(--sendbird-light-background-100);
|
|
1188
1179
|
}
|
|
1189
|
-
.sendbird-theme--dark .sendbird-
|
|
1190
|
-
|
|
1191
|
-
background-color: var(--sendbird-dark-background-400);
|
|
1180
|
+
.sendbird-theme--dark .sendbird-iconbutton:hover {
|
|
1181
|
+
background-color: var(--sendbird-dark-background-500);
|
|
1192
1182
|
}
|
|
1193
|
-
.sendbird-theme--light .sendbird-
|
|
1183
|
+
.sendbird-theme--light .sendbird-iconbutton:active {
|
|
1194
1184
|
background-color: var(--sendbird-light-background-200);
|
|
1195
1185
|
}
|
|
1196
|
-
.sendbird-theme--dark .sendbird-
|
|
1186
|
+
.sendbird-theme--dark .sendbird-iconbutton:active {
|
|
1197
1187
|
background-color: var(--sendbird-dark-background-400);
|
|
1198
1188
|
}
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
height: 40px;
|
|
1202
|
-
}
|
|
1203
|
-
.sendbird-button--big .sendbird-button__text {
|
|
1204
|
-
margin: 10px 16px;
|
|
1189
|
+
.sendbird-iconbutton:disabled {
|
|
1190
|
+
cursor: not-allowed !important;
|
|
1205
1191
|
}
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
height: 32px;
|
|
1192
|
+
.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
|
|
1193
|
+
fill: var(--sendbird-light-onlight-02);
|
|
1209
1194
|
}
|
|
1210
|
-
.sendbird-
|
|
1211
|
-
|
|
1195
|
+
.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
|
|
1196
|
+
fill: var(--sendbird-dark-ondark-02);
|
|
1212
1197
|
}
|
|
1213
1198
|
|
|
1214
|
-
.sendbird-theme--light .sendbird-
|
|
1215
|
-
|
|
1216
|
-
background-color: var(--sendbird-light-primary-300);
|
|
1217
|
-
}
|
|
1218
|
-
.sendbird-theme--dark .sendbird-button--primary {
|
|
1219
|
-
border: 1px solid var(--sendbird-dark-primary-200);
|
|
1220
|
-
background-color: var(--sendbird-dark-primary-200);
|
|
1221
|
-
}
|
|
1222
|
-
.sendbird-theme--light .sendbird-button--primary .sendbird-button__text {
|
|
1223
|
-
color: var(--sendbird-light-ondark-01);
|
|
1224
|
-
}
|
|
1225
|
-
.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text {
|
|
1226
|
-
color: var(--sendbird-dark-onlight-01);
|
|
1227
|
-
}
|
|
1228
|
-
.sendbird-theme--light .sendbird-button--primary:hover {
|
|
1229
|
-
background-color: var(--sendbird-light-primary-400);
|
|
1230
|
-
border-color: var(--sendbird-light-primary-400);
|
|
1231
|
-
}
|
|
1232
|
-
.sendbird-theme--dark .sendbird-button--primary:hover {
|
|
1233
|
-
background-color: var(--sendbird-dark-primary-300);
|
|
1234
|
-
border-color: var(--sendbird-dark-primary-300);
|
|
1235
|
-
}
|
|
1236
|
-
.sendbird-theme--light .sendbird-button--primary:focus {
|
|
1237
|
-
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300);
|
|
1238
|
-
border: 1px solid var(--sendbird-button-border-focus);
|
|
1239
|
-
}
|
|
1240
|
-
.sendbird-theme--dark .sendbird-button--primary:focus {
|
|
1241
|
-
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200);
|
|
1242
|
-
border: 1px solid var(--sendbird-button-border-focus);
|
|
1199
|
+
.sendbird-theme--light .sendbird-iconbutton--pressed {
|
|
1200
|
+
background-color: var(--sendbird-light-primary-100);
|
|
1243
1201
|
}
|
|
1244
|
-
.sendbird-theme--
|
|
1245
|
-
background-color: var(--sendbird-
|
|
1202
|
+
.sendbird-theme--dark .sendbird-iconbutton--pressed {
|
|
1203
|
+
background-color: var(--sendbird-dark-background-700);
|
|
1246
1204
|
}
|
|
1247
|
-
.sendbird-
|
|
1248
|
-
|
|
1205
|
+
.sendbird-channel-list {
|
|
1206
|
+
width: 320px;
|
|
1207
|
+
height: 100%;
|
|
1208
|
+
display: flex;
|
|
1209
|
+
flex-direction: column;
|
|
1210
|
+
box-sizing: border-box;
|
|
1249
1211
|
}
|
|
1250
|
-
.sendbird-theme--light .sendbird-
|
|
1251
|
-
|
|
1212
|
+
.sendbird-theme--light .sendbird-channel-list {
|
|
1213
|
+
background-color: var(--sendbird-light-background-50);
|
|
1252
1214
|
}
|
|
1253
|
-
.sendbird-theme--dark .sendbird-
|
|
1254
|
-
|
|
1215
|
+
.sendbird-theme--dark .sendbird-channel-list {
|
|
1216
|
+
background-color: var(--sendbird-dark-background-600);
|
|
1255
1217
|
}
|
|
1256
|
-
.sendbird
|
|
1257
|
-
|
|
1218
|
+
.sendbird--mobile-mode .sendbird-channel-list {
|
|
1219
|
+
width: 100%;
|
|
1258
1220
|
}
|
|
1259
|
-
|
|
1260
|
-
|
|
1221
|
+
|
|
1222
|
+
.sendbird-channel-list__header {
|
|
1223
|
+
height: 64px;
|
|
1224
|
+
min-height: 64px;
|
|
1261
1225
|
}
|
|
1262
1226
|
|
|
1263
|
-
.sendbird-
|
|
1264
|
-
|
|
1227
|
+
.sendbird-channel-list__body {
|
|
1228
|
+
flex: 1 1 0;
|
|
1229
|
+
-ms-flex: 1;
|
|
1230
|
+
overflow-y: auto;
|
|
1231
|
+
overflow-x: hidden;
|
|
1265
1232
|
}
|
|
1266
|
-
.sendbird-
|
|
1267
|
-
|
|
1233
|
+
.sendbird-channel-header {
|
|
1234
|
+
position: relative;
|
|
1235
|
+
height: 64px;
|
|
1236
|
+
min-height: 64px;
|
|
1237
|
+
width: 320px;
|
|
1238
|
+
padding: 8px 64px 8px 8px;
|
|
1239
|
+
box-sizing: border-box;
|
|
1268
1240
|
}
|
|
1269
|
-
.sendbird-theme--
|
|
1270
|
-
border: 1px solid var(--sendbird-
|
|
1241
|
+
.sendbird-theme--light .sendbird-channel-header {
|
|
1242
|
+
border-bottom: 1px solid var(--sendbird-light-onlight-04);
|
|
1243
|
+
background-color: var(--sendbird-light-background-50);
|
|
1271
1244
|
}
|
|
1272
|
-
.sendbird-theme--
|
|
1273
|
-
|
|
1245
|
+
.sendbird-theme--dark .sendbird-channel-header {
|
|
1246
|
+
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
|
|
1247
|
+
background-color: var(--sendbird-dark-background-600);
|
|
1274
1248
|
}
|
|
1275
|
-
.sendbird
|
|
1276
|
-
|
|
1249
|
+
.sendbird--mobile-mode .sendbird-channel-header {
|
|
1250
|
+
width: 100%;
|
|
1277
1251
|
}
|
|
1278
|
-
.sendbird-
|
|
1279
|
-
|
|
1252
|
+
.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title {
|
|
1253
|
+
cursor: pointer;
|
|
1280
1254
|
}
|
|
1281
|
-
.sendbird-
|
|
1282
|
-
|
|
1255
|
+
.sendbird-channel-header .sendbird-channel-header__title {
|
|
1256
|
+
display: flex;
|
|
1257
|
+
flex-direction: row;
|
|
1258
|
+
width: 260px;
|
|
1259
|
+
height: 48px;
|
|
1260
|
+
border-radius: 4px;
|
|
1283
1261
|
}
|
|
1284
|
-
.sendbird-theme--
|
|
1285
|
-
|
|
1262
|
+
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover {
|
|
1263
|
+
background: var(--sendbird-light-background-100);
|
|
1286
1264
|
}
|
|
1287
|
-
.sendbird-theme--
|
|
1288
|
-
|
|
1265
|
+
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover {
|
|
1266
|
+
background: var(--sendbird-dark-background-500);
|
|
1289
1267
|
}
|
|
1290
|
-
.sendbird-
|
|
1291
|
-
|
|
1268
|
+
.sendbird-channel-header .sendbird-channel-header__title:focus {
|
|
1269
|
+
outline: none;
|
|
1292
1270
|
}
|
|
1293
|
-
.sendbird-
|
|
1294
|
-
|
|
1295
|
-
border: none;
|
|
1271
|
+
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus {
|
|
1272
|
+
background: var(--sendbird-light-background-200);
|
|
1296
1273
|
}
|
|
1297
|
-
.sendbird-theme--
|
|
1298
|
-
background
|
|
1274
|
+
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus {
|
|
1275
|
+
background: var(--sendbird-dark-background-400);
|
|
1299
1276
|
}
|
|
1300
|
-
.sendbird-theme--
|
|
1301
|
-
|
|
1277
|
+
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active {
|
|
1278
|
+
border: solid 2px var(--sendbird-light-primary-300);
|
|
1302
1279
|
}
|
|
1303
|
-
.sendbird-theme--
|
|
1304
|
-
|
|
1280
|
+
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active {
|
|
1281
|
+
border: solid 2px var(--sendbird-dark-primary-200);
|
|
1305
1282
|
}
|
|
1306
|
-
.sendbird-
|
|
1307
|
-
|
|
1283
|
+
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left {
|
|
1284
|
+
width: 48px;
|
|
1285
|
+
padding: 8px;
|
|
1286
|
+
box-sizing: border-box;
|
|
1308
1287
|
}
|
|
1309
|
-
.sendbird-
|
|
1310
|
-
|
|
1288
|
+
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right {
|
|
1289
|
+
margin-left: 4px;
|
|
1290
|
+
padding-top: 8px;
|
|
1311
1291
|
}
|
|
1312
|
-
.sendbird-
|
|
1313
|
-
|
|
1292
|
+
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name,
|
|
1293
|
+
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id {
|
|
1294
|
+
display: block;
|
|
1295
|
+
max-width: 200px;
|
|
1296
|
+
white-space: nowrap;
|
|
1297
|
+
overflow: hidden;
|
|
1298
|
+
text-overflow: ellipsis;
|
|
1314
1299
|
}
|
|
1315
|
-
.sendbird-
|
|
1316
|
-
|
|
1300
|
+
.sendbird-channel-header .sendbird-channel-header__right-icon {
|
|
1301
|
+
position: absolute;
|
|
1302
|
+
right: 16px;
|
|
1303
|
+
top: 16px;
|
|
1317
1304
|
}
|
|
1318
|
-
.sendbird-
|
|
1319
|
-
|
|
1305
|
+
.sendbird-image-renderer {
|
|
1306
|
+
overflow: hidden;
|
|
1307
|
+
position: relative;
|
|
1320
1308
|
}
|
|
1321
|
-
|
|
1322
|
-
|
|
1309
|
+
|
|
1310
|
+
.sendbird-image-renderer__hidden-image-loader {
|
|
1311
|
+
display: none;
|
|
1323
1312
|
}
|
|
1324
|
-
|
|
1325
|
-
|
|
1313
|
+
|
|
1314
|
+
.sendbird-image-renderer,
|
|
1315
|
+
.sendbird-image-renderer__image {
|
|
1316
|
+
width: 320px;
|
|
1317
|
+
height: 180px;
|
|
1326
1318
|
}
|
|
1327
|
-
.sendbird-
|
|
1328
|
-
|
|
1319
|
+
.sendbird-avatar {
|
|
1320
|
+
display: inline-block;
|
|
1321
|
+
overflow: hidden;
|
|
1322
|
+
border-radius: 50%;
|
|
1323
|
+
position: relative;
|
|
1329
1324
|
}
|
|
1330
|
-
.sendbird-
|
|
1331
|
-
|
|
1332
|
-
background-color: transparent;
|
|
1325
|
+
.sendbird-avatar:focus {
|
|
1326
|
+
outline: none;
|
|
1333
1327
|
}
|
|
1334
|
-
.sendbird-
|
|
1335
|
-
|
|
1328
|
+
.sendbird-avatar .sendbird-avatar-img {
|
|
1329
|
+
position: absolute;
|
|
1330
|
+
top: 50%;
|
|
1331
|
+
left: 50%;
|
|
1332
|
+
transform: translate(-50%, -50%);
|
|
1333
|
+
display: flex;
|
|
1334
|
+
justify-content: center;
|
|
1335
|
+
align-items: center;
|
|
1336
1336
|
}
|
|
1337
|
-
.sendbird-theme--
|
|
1338
|
-
|
|
1337
|
+
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img {
|
|
1338
|
+
background-color: var(--sendbird-light-background-300);
|
|
1339
1339
|
}
|
|
1340
|
-
.sendbird-theme--
|
|
1341
|
-
color: var(--sendbird-
|
|
1340
|
+
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img {
|
|
1341
|
+
background-color: var(--sendbird-dark-background-300);
|
|
1342
1342
|
}
|
|
1343
|
-
.sendbird-
|
|
1344
|
-
|
|
1343
|
+
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child {
|
|
1344
|
+
transform: translate(2%, -50%);
|
|
1345
1345
|
}
|
|
1346
|
-
.sendbird-
|
|
1347
|
-
|
|
1346
|
+
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child {
|
|
1347
|
+
transform: translate(-102%, -50%);
|
|
1348
1348
|
}
|
|
1349
|
-
.sendbird-
|
|
1350
|
-
|
|
1349
|
+
.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child {
|
|
1350
|
+
transform: translate(-50%, -102%);
|
|
1351
1351
|
}
|
|
1352
|
-
.sendbird-
|
|
1353
|
-
|
|
1352
|
+
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child {
|
|
1353
|
+
transform: translate(-77%, -23%) scale(0.5);
|
|
1354
1354
|
}
|
|
1355
|
-
.sendbird-
|
|
1356
|
-
|
|
1355
|
+
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child {
|
|
1356
|
+
transform: translate(-23%, -23%) scale(0.5);
|
|
1357
1357
|
}
|
|
1358
|
-
.sendbird-
|
|
1359
|
-
|
|
1358
|
+
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child {
|
|
1359
|
+
transform: translate(-77%, -77%) scale(0.5);
|
|
1360
1360
|
}
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
border: 1px solid var(--sendbird-light-error-300);
|
|
1364
|
-
background-color: var(--sendbird-light-error-300);
|
|
1361
|
+
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) {
|
|
1362
|
+
transform: translate(-23%, -77%) scale(0.5);
|
|
1365
1363
|
}
|
|
1366
|
-
.sendbird-
|
|
1367
|
-
|
|
1368
|
-
background-color: var(--sendbird-dark-error-200);
|
|
1364
|
+
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) {
|
|
1365
|
+
transform: translate(-77%, -23%) scale(0.5);
|
|
1369
1366
|
}
|
|
1370
|
-
.sendbird-
|
|
1371
|
-
|
|
1367
|
+
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child {
|
|
1368
|
+
transform: translate(-23%, -23%) scale(0.5);
|
|
1372
1369
|
}
|
|
1373
|
-
.sendbird-
|
|
1374
|
-
|
|
1370
|
+
.sendbird-avatar .sendbird-avatar-img--default {
|
|
1371
|
+
display: flex;
|
|
1372
|
+
justify-content: center;
|
|
1373
|
+
align-items: center;
|
|
1375
1374
|
}
|
|
1376
|
-
.sendbird-theme--light .sendbird-
|
|
1377
|
-
background-color: var(--sendbird-light-
|
|
1378
|
-
border-color: var(--sendbird-light-error-400);
|
|
1375
|
+
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default {
|
|
1376
|
+
background-color: var(--sendbird-light-background-300);
|
|
1379
1377
|
}
|
|
1380
|
-
.sendbird-theme--dark .sendbird-
|
|
1381
|
-
background-color: var(--sendbird-dark-
|
|
1382
|
-
border-color: var(--sendbird-dark-error-400);
|
|
1378
|
+
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default {
|
|
1379
|
+
background-color: var(--sendbird-dark-background-300);
|
|
1383
1380
|
}
|
|
1384
|
-
.sendbird-
|
|
1385
|
-
|
|
1386
|
-
border-color: var(--sendbird-button-border-focus);
|
|
1381
|
+
.sendbird--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content {
|
|
1382
|
+
margin: 0 40px;
|
|
1387
1383
|
}
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1384
|
+
|
|
1385
|
+
.sendbird-add-channel__rectangle-wrap {
|
|
1386
|
+
margin-top: 26px;
|
|
1391
1387
|
}
|
|
1392
|
-
|
|
1393
|
-
|
|
1388
|
+
|
|
1389
|
+
.sendbird-add-channel__rectangle-footer {
|
|
1390
|
+
text-align: right;
|
|
1391
|
+
margin-top: 32px;
|
|
1394
1392
|
}
|
|
1395
|
-
|
|
1396
|
-
|
|
1393
|
+
|
|
1394
|
+
.sendbird-add-channel__rectangle {
|
|
1395
|
+
width: 432px;
|
|
1396
|
+
height: 72px;
|
|
1397
|
+
border-radius: 4px;
|
|
1398
|
+
margin-bottom: 8px;
|
|
1399
|
+
padding: 25px 72px;
|
|
1400
|
+
position: relative;
|
|
1401
|
+
box-sizing: border-box;
|
|
1402
|
+
cursor: pointer;
|
|
1397
1403
|
}
|
|
1398
|
-
.sendbird-
|
|
1399
|
-
|
|
1404
|
+
.sendbird--mobile-mode .sendbird-add-channel__rectangle {
|
|
1405
|
+
min-width: 288px;
|
|
1406
|
+
width: 100%;
|
|
1407
|
+
padding-right: 0;
|
|
1400
1408
|
}
|
|
1401
|
-
.sendbird-theme--light .sendbird-
|
|
1402
|
-
|
|
1409
|
+
.sendbird-theme--light .sendbird-add-channel__rectangle {
|
|
1410
|
+
border: 1px solid var(--sendbird-light-onlight-04);
|
|
1403
1411
|
}
|
|
1404
|
-
.sendbird-theme--dark .sendbird-
|
|
1405
|
-
|
|
1412
|
+
.sendbird-theme--dark .sendbird-add-channel__rectangle {
|
|
1413
|
+
border: 1px solid var(--sendbird-dark-ondark-04);
|
|
1406
1414
|
}
|
|
1407
|
-
.sendbird-
|
|
1408
|
-
|
|
1415
|
+
.sendbird-add-channel__rectangle .sendbird-icon {
|
|
1416
|
+
position: absolute;
|
|
1417
|
+
left: 22px;
|
|
1418
|
+
top: 24px;
|
|
1409
1419
|
}
|
|
1410
|
-
.sendbird-
|
|
1411
|
-
|
|
1420
|
+
.sendbird-create-channel--content {
|
|
1421
|
+
width: 480px;
|
|
1422
|
+
max-height: 552px;
|
|
1412
1423
|
}
|
|
1413
1424
|
|
|
1414
|
-
.sendbird-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
.sendbird-theme--light .sendbird-button--disabled {
|
|
1419
|
-
background-color: var(--sendbird-light-background-200);
|
|
1420
|
-
color: var(--sendbird-light-ondark-01);
|
|
1425
|
+
.sendbird-create-channel--scroll {
|
|
1426
|
+
height: 360px;
|
|
1427
|
+
overflow-x: hidden;
|
|
1428
|
+
overflow-y: scroll;
|
|
1421
1429
|
}
|
|
1422
|
-
.sendbird-
|
|
1423
|
-
|
|
1424
|
-
|
|
1430
|
+
.sendbird--mobile-mode .sendbird-create-channel--scroll {
|
|
1431
|
+
height: calc(100vh - 200px);
|
|
1432
|
+
height: calc(var(--sendbird-vh, 1vh) * 100 - 200px);
|
|
1425
1433
|
}
|
|
1426
1434
|
.sendbird-user-list-item {
|
|
1427
1435
|
display: block;
|
|
@@ -3388,8 +3396,7 @@
|
|
|
3388
3396
|
}
|
|
3389
3397
|
.sendbird-admin-message .sendbird-admin-message__text {
|
|
3390
3398
|
display: flex;
|
|
3391
|
-
|
|
3392
|
-
word-break: break-word;
|
|
3399
|
+
text-align: center;
|
|
3393
3400
|
}
|
|
3394
3401
|
.sendbird-text-message-item-body {
|
|
3395
3402
|
position: relative;
|
|
@@ -3593,7 +3600,6 @@ div.sendbird-text-message-item-body {
|
|
|
3593
3600
|
border-radius: 16px;
|
|
3594
3601
|
}
|
|
3595
3602
|
.sendbird--mobile-mode .sendbird-thumbnail-message-item-body {
|
|
3596
|
-
width: 66vw;
|
|
3597
3603
|
min-width: 160px;
|
|
3598
3604
|
}
|
|
3599
3605
|
.sendbird-thumbnail-message-item-body.reactions {
|
|
@@ -3679,7 +3685,6 @@ div.sendbird-text-message-item-body {
|
|
|
3679
3685
|
max-width: 400px;
|
|
3680
3686
|
}
|
|
3681
3687
|
.sendbird--mobile-mode .sendbird-og-message-item-body {
|
|
3682
|
-
width: 66vw;
|
|
3683
3688
|
min-width: 160px;
|
|
3684
3689
|
}
|
|
3685
3690
|
.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble {
|
|
@@ -6226,6 +6231,10 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
6226
6231
|
bottom: -8px;
|
|
6227
6232
|
}
|
|
6228
6233
|
|
|
6234
|
+
.sendbird-thread-list-item-content__middle__body-container {
|
|
6235
|
+
width: 100%;
|
|
6236
|
+
}
|
|
6237
|
+
|
|
6229
6238
|
.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left {
|
|
6230
6239
|
position: relative;
|
|
6231
6240
|
display: inline-flex;
|
|
@@ -6350,8 +6359,6 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
6350
6359
|
}
|
|
6351
6360
|
.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container {
|
|
6352
6361
|
position: relative;
|
|
6353
|
-
width: -moz-fit-content;
|
|
6354
|
-
width: fit-content;
|
|
6355
6362
|
}
|
|
6356
6363
|
.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at {
|
|
6357
6364
|
position: absolute;
|
|
@@ -6383,8 +6390,6 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
6383
6390
|
|
|
6384
6391
|
.sendbird-thread-list-item-content__middle__body-container {
|
|
6385
6392
|
position: relative;
|
|
6386
|
-
width: -moz-fit-content;
|
|
6387
|
-
width: fit-content;
|
|
6388
6393
|
display: flex;
|
|
6389
6394
|
flex-direction: column;
|
|
6390
6395
|
}
|