@sendbird/uikit-react 3.2.4 → 3.2.6-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 +327 -101
- package/App.js.map +1 -1
- package/CHANGELOG.md +16 -0
- package/Channel/components/ChannelHeader.js +30 -18
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +31 -22
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +76 -73
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +15 -15
- package/Channel/components/MessageList.js +23 -20
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +16 -15
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +15 -15
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +25 -21
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -13
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +32 -26
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +69 -28
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -13
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +28 -26
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-c6fbc45c.js → ChannelListProvider-cef1f985.js} +33 -11
- package/ChannelListProvider-cef1f985.js.map +1 -0
- package/{ChannelProvider-00f1bb31.js → ChannelProvider-924d5a93.js} +15 -11
- package/ChannelProvider-924d5a93.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +12 -11
- package/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -17
- package/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/ChannelSettings/components/EditDetailsModal.js +13 -11
- package/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/ChannelSettings/components/LeaveChannel.js +74 -26
- package/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/ChannelSettings/components/ModerationPanel.js +19 -14
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -13
- package/ChannelSettings/components/UserPanel.js.map +1 -1
- package/ChannelSettings/context.js +9 -5
- package/ChannelSettings/context.js.map +1 -1
- package/ChannelSettings.js +19 -17
- package/ChannelSettings.js.map +1 -1
- package/CreateChannel/components/CreateChannelUI.js +14 -13
- package/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/CreateChannel/components/InviteUsers.js +32 -13
- package/CreateChannel/components/InviteUsers.js.map +1 -1
- package/CreateChannel/components/SelectChannelType.js +13 -11
- package/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -13
- package/CreateChannel.js.map +1 -1
- package/{CreateChannelProvider-c0d11b0b.js → CreateChannelProvider-2b5b2952.js} +1 -1
- package/{CreateChannelProvider-c0d11b0b.js.map → CreateChannelProvider-2b5b2952.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -9
- package/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -9
- package/CreateOpenChannel.js.map +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +13 -12
- package/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/EditUserProfile.js +13 -12
- package/EditUserProfile.js.map +1 -1
- package/{LocalizationContext-b6ff0c3d.js → LocalizationContext-2bd4bbe8.js} +3 -3
- package/{LocalizationContext-b6ff0c3d.js.map → LocalizationContext-2bd4bbe8.js.map} +1 -1
- package/MediaQueryContext-7be72ab4.js +90 -0
- package/MediaQueryContext-7be72ab4.js.map +1 -0
- package/{MemberList-07e7c82a.js → MemberList-405c20b6.js} +12 -6
- package/MemberList-405c20b6.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +25 -15
- package/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -20
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +24 -22
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +24 -22
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +27 -24
- package/OpenChannel.js.map +1 -1
- package/OpenChannelList/components/OpenChannelListUI.js +15 -13
- package/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -12
- package/OpenChannelList.js.map +1 -1
- package/{OpenChannelListProvider-956b2f42.js → OpenChannelListProvider-13648dc9.js} +3 -3
- package/{OpenChannelListProvider-956b2f42.js.map → OpenChannelListProvider-13648dc9.js.map} +1 -1
- package/{OpenChannelProvider-e7b44f68.js → OpenChannelProvider-7a6eea29.js} +11 -9
- package/OpenChannelProvider-7a6eea29.js.map +1 -0
- package/OpenChannelSettings/components/EditDetailsModal.js +14 -12
- package/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -18
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/OpenChannelSettings/components/OperatorUI.js +22 -16
- package/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/OpenChannelSettings/components/ParticipantUI.js +15 -14
- package/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -17
- package/OpenChannelSettings.js.map +1 -1
- package/SendbirdProvider.js +22 -10
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-9f99563d.js → UserProfileContext-0d8287d0.js} +8 -4
- package/UserProfileContext-0d8287d0.js.map +1 -0
- package/{_rollupPluginBabelHelpers-dea8a6c9.js → _rollupPluginBabelHelpers-fa4874e9.js} +19 -2
- package/_rollupPluginBabelHelpers-fa4874e9.js.map +1 -0
- package/{actionTypes-7203a821.js → actionTypes-36657780.js} +1 -1
- package/{actionTypes-7203a821.js.map → actionTypes-36657780.js.map} +1 -1
- package/cjs/App.js +326 -100
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +29 -17
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +31 -22
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +76 -73
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +15 -15
- package/cjs/Channel/components/MessageList.js +23 -20
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +16 -15
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +15 -15
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +25 -21
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -13
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +32 -26
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +68 -27
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -13
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +28 -26
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-1d42a73f.js → ChannelListProvider-7ee975c5.js} +33 -11
- package/cjs/ChannelListProvider-7ee975c5.js.map +1 -0
- package/cjs/{ChannelProvider-7b5ac56e.js → ChannelProvider-b28cd92d.js} +15 -11
- package/cjs/ChannelProvider-b28cd92d.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -11
- package/cjs/ChannelSettings/components/ChannelProfile.js.map +1 -1
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -17
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js.map +1 -1
- package/cjs/ChannelSettings/components/EditDetailsModal.js +13 -11
- package/cjs/ChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/ChannelSettings/components/LeaveChannel.js +74 -26
- package/cjs/ChannelSettings/components/LeaveChannel.js.map +1 -1
- package/cjs/ChannelSettings/components/ModerationPanel.js +19 -14
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -13
- package/cjs/ChannelSettings/components/UserPanel.js.map +1 -1
- package/cjs/ChannelSettings/context.js +9 -5
- package/cjs/ChannelSettings/context.js.map +1 -1
- package/cjs/ChannelSettings.js +19 -17
- package/cjs/ChannelSettings.js.map +1 -1
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -13
- package/cjs/CreateChannel/components/CreateChannelUI.js.map +1 -1
- package/cjs/CreateChannel/components/InviteUsers.js +32 -13
- package/cjs/CreateChannel/components/InviteUsers.js.map +1 -1
- package/cjs/CreateChannel/components/SelectChannelType.js +13 -11
- package/cjs/CreateChannel/components/SelectChannelType.js.map +1 -1
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -13
- package/cjs/CreateChannel.js.map +1 -1
- package/cjs/{CreateChannelProvider-a23a11b3.js → CreateChannelProvider-e368f771.js} +1 -1
- package/cjs/{CreateChannelProvider-a23a11b3.js.map → CreateChannelProvider-e368f771.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -9
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js.map +1 -1
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -9
- package/cjs/CreateOpenChannel.js.map +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -12
- package/cjs/EditUserProfile/components/EditUserProfileUI.js.map +1 -1
- package/cjs/EditUserProfile.js +13 -12
- package/cjs/EditUserProfile.js.map +1 -1
- package/cjs/{LocalizationContext-5447c898.js → LocalizationContext-2a1cb44b.js} +3 -3
- package/cjs/{LocalizationContext-5447c898.js.map → LocalizationContext-2a1cb44b.js.map} +1 -1
- package/cjs/MediaQueryContext-623586af.js +97 -0
- package/cjs/MediaQueryContext-623586af.js.map +1 -0
- package/cjs/{MemberList-745e3d9e.js → MemberList-ab7f22b9.js} +12 -6
- package/cjs/MemberList-ab7f22b9.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +24 -14
- package/cjs/OpenChannel/components/OpenChannelHeader.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -20
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -22
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +27 -24
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -13
- package/cjs/OpenChannelList/components/OpenChannelListUI.js.map +1 -1
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -12
- package/cjs/OpenChannelList.js.map +1 -1
- package/cjs/{OpenChannelListProvider-8f2a88c2.js → OpenChannelListProvider-ee1df405.js} +3 -3
- package/cjs/{OpenChannelListProvider-8f2a88c2.js.map → OpenChannelListProvider-ee1df405.js.map} +1 -1
- package/cjs/{OpenChannelProvider-447d5b53.js → OpenChannelProvider-8b0e26a5.js} +11 -9
- package/cjs/OpenChannelProvider-8b0e26a5.js.map +1 -0
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +14 -12
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +21 -18
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/OperatorUI.js +22 -16
- package/cjs/OpenChannelSettings/components/OperatorUI.js.map +1 -1
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -14
- package/cjs/OpenChannelSettings/components/ParticipantUI.js.map +1 -1
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -17
- package/cjs/OpenChannelSettings.js.map +1 -1
- package/cjs/SendbirdProvider.js +22 -10
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-2201df8d.js → UserProfileContext-157c5174.js} +8 -4
- package/cjs/UserProfileContext-157c5174.js.map +1 -0
- package/cjs/{_rollupPluginBabelHelpers-cb661818.js → _rollupPluginBabelHelpers-c8ddc77e.js} +19 -1
- package/cjs/_rollupPluginBabelHelpers-c8ddc77e.js.map +1 -0
- package/cjs/{actionTypes-0521e719.js → actionTypes-8d79679a.js} +1 -1
- package/cjs/{actionTypes-0521e719.js.map → actionTypes-8d79679a.js.map} +1 -1
- package/cjs/{color-50f674f3.js → color-fcbb3426.js} +1 -1
- package/cjs/{color-50f674f3.js.map → color-fcbb3426.js.map} +1 -1
- package/cjs/{compareIds-d0e5da82.js → compareIds-eb7c82dc.js} +1 -1
- package/cjs/{compareIds-d0e5da82.js.map → compareIds-eb7c82dc.js.map} +1 -1
- package/cjs/{const-12075c2d.js → const-3ceaca5c.js} +1 -1
- package/cjs/{const-12075c2d.js.map → const-3ceaca5c.js.map} +1 -1
- package/cjs/{const-093eff13.js → const-8b0c6ef1.js} +1 -1
- package/cjs/{const-093eff13.js.map → const-8b0c6ef1.js.map} +1 -1
- package/cjs/{context-a452ae97.js → context-ca0ce6fa.js} +2 -2
- package/cjs/{context-a452ae97.js.map → context-ca0ce6fa.js.map} +1 -1
- package/cjs/dist/index.css +627 -300
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-bdac4741.js → index-02154394.js} +4 -4
- package/cjs/{index-bdac4741.js.map → index-02154394.js.map} +1 -1
- package/cjs/{index-d3706b9e.js → index-06c0cb5d.js} +9 -8
- package/cjs/index-06c0cb5d.js.map +1 -0
- package/cjs/{index-61180888.js → index-223b8a15.js} +6 -5
- package/cjs/index-223b8a15.js.map +1 -0
- package/cjs/{index-a9f8c4d4.js → index-5513787c.js} +2 -2
- package/cjs/{index-a9f8c4d4.js.map → index-5513787c.js.map} +1 -1
- package/cjs/{index-63513959.js → index-5ce5b5ef.js} +1 -1
- package/cjs/{index-63513959.js.map → index-5ce5b5ef.js.map} +1 -1
- package/cjs/{index-ec6e34c8.js → index-6c759d44.js} +2 -2
- package/cjs/{index-ec6e34c8.js.map → index-6c759d44.js.map} +1 -1
- package/cjs/index-6f03baa8.js +194 -0
- package/cjs/index-6f03baa8.js.map +1 -0
- package/cjs/{index-f7729b70.js → index-7f18a16f.js} +2 -2
- package/cjs/{index-f7729b70.js.map → index-7f18a16f.js.map} +1 -1
- package/cjs/{index-259776b5.js → index-8d7bc2cf.js} +4 -4
- package/cjs/{index-259776b5.js.map → index-8d7bc2cf.js.map} +1 -1
- package/cjs/{index-8320b791.js → index-f1ad3c0d.js} +1 -1
- package/cjs/{index-8320b791.js.map → index-f1ad3c0d.js.map} +1 -1
- package/cjs/{index-1e4f968c.js → index-f42aafcc.js} +5 -5
- package/cjs/index-f42aafcc.js.map +1 -0
- package/cjs/index.js +35 -32
- package/cjs/index.js.map +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-7509e1fb.js → stringSet-b531455a.js} +4 -1
- package/cjs/stringSet-b531455a.js.map +1 -0
- package/cjs/{topics-ae5e326d.js → topics-14e5ee9f.js} +1 -1
- package/cjs/{topics-ae5e326d.js.map → topics-14e5ee9f.js.map} +1 -1
- package/cjs/{tslib.es6-062eb722.js → tslib.es6-ce6b9cf9.js} +1 -1
- package/cjs/{tslib.es6-062eb722.js.map → tslib.es6-ce6b9cf9.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +43 -0
- package/cjs/ui/BottomSheet.js.map +1 -0
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +14 -10
- package/cjs/ui/ContextMenu.js.map +1 -1
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +8 -6
- package/cjs/ui/FileMessageItemBody.js.map +1 -1
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +9 -3
- package/cjs/ui/LinkLabel.js.map +1 -1
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -10
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MessageContent.js +450 -40
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +33 -18
- package/cjs/ui/Modal.js.map +1 -1
- package/cjs/ui/OGMessageItemBody.js +11 -10
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +56 -26
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +75 -37
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +58 -26
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +74 -51
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +9 -6
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +4 -3
- package/cjs/ui/ReactionBadge.js.map +1 -1
- package/cjs/ui/ReactionButton.js +7 -1
- package/cjs/ui/ReactionButton.js.map +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -10
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +18 -11
- package/cjs/ui/UserProfile.js.map +1 -1
- package/cjs/ui/Word.js +11 -10
- package/cjs/ui/Word.js.map +1 -1
- package/cjs/useLongPress-ca8f8cd9.js +118 -0
- package/cjs/useLongPress-ca8f8cd9.js.map +1 -0
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-079403ab.js → utils-54962329.js} +1 -1
- package/cjs/{utils-079403ab.js.map → utils-54962329.js.map} +1 -1
- package/cjs/{utils-7e01ad5d.js → utils-b076caa2.js} +1 -1
- package/cjs/{utils-7e01ad5d.js.map → utils-b076caa2.js.map} +1 -1
- package/cjs/{utils-d512a340.js → utils-d8b4def1.js} +1 -1
- package/cjs/{utils-d512a340.js.map → utils-d8b4def1.js.map} +1 -1
- package/cjs/{uuid-5f2be0dc.js → uuid-e0efb18c.js} +1 -1
- package/cjs/{uuid-5f2be0dc.js.map → uuid-e0efb18c.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-d6871add.js → color-468f177a.js} +1 -1
- package/{color-d6871add.js.map → color-468f177a.js.map} +1 -1
- package/{compareIds-f300a3d3.js → compareIds-7e80cfd0.js} +1 -1
- package/{compareIds-f300a3d3.js.map → compareIds-7e80cfd0.js.map} +1 -1
- package/{const-460c0f68.js → const-5feae56e.js} +1 -1
- package/{const-460c0f68.js.map → const-5feae56e.js.map} +1 -1
- package/{const-cea7932a.js → const-7a18ac0a.js} +1 -1
- package/{const-cea7932a.js.map → const-7a18ac0a.js.map} +1 -1
- package/{context-1aee2fcc.js → context-0e023b05.js} +2 -2
- package/{context-1aee2fcc.js.map → context-0e023b05.js.map} +1 -1
- package/dist/index.css +627 -300
- package/dist/index.css.map +1 -1
- package/{index-eee9204a.js → index-1c02ac0d.js} +2 -2
- package/{index-eee9204a.js.map → index-1c02ac0d.js.map} +1 -1
- package/{index-b71aed3b.js → index-36f812a7.js} +4 -4
- package/{index-b71aed3b.js.map → index-36f812a7.js.map} +1 -1
- package/{index-b1bcebc7.js → index-670435a8.js} +1 -1
- package/{index-b1bcebc7.js.map → index-670435a8.js.map} +1 -1
- package/{index-52b2b816.js → index-867e0d39.js} +6 -6
- package/index-867e0d39.js.map +1 -0
- package/{index-45615e6e.js → index-8b890de6.js} +9 -8
- package/index-8b890de6.js.map +1 -0
- package/{index-f936a084.js → index-b4ee3569.js} +1 -1
- package/{index-f936a084.js.map → index-b4ee3569.js.map} +1 -1
- package/{index-a5ba7985.js → index-b8a1932a.js} +2 -2
- package/{index-a5ba7985.js.map → index-b8a1932a.js.map} +1 -1
- package/index-c4739f89.js +179 -0
- package/index-c4739f89.js.map +1 -0
- package/{index-8c54bbb8.js → index-c4eefc9d.js} +2 -2
- package/{index-8c54bbb8.js.map → index-c4eefc9d.js.map} +1 -1
- package/{index-f532aec7.js → index-dcae1e38.js} +6 -5
- package/index-dcae1e38.js.map +1 -0
- package/{index-c003c91c.js → index-ec923bf5.js} +4 -4
- package/{index-c003c91c.js.map → index-ec923bf5.js.map} +1 -1
- package/index.d.ts +17 -6
- package/index.js +35 -32
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-38fffb6a.js → stringSet-65cf83b4.js} +4 -1
- package/stringSet-65cf83b4.js.map +1 -0
- package/{topics-d594b804.js → topics-2ff5f12a.js} +1 -1
- package/{topics-d594b804.js.map → topics-2ff5f12a.js.map} +1 -1
- package/{tslib.es6-8a087055.js → tslib.es6-7fef98cd.js} +1 -1
- package/{tslib.es6-8a087055.js.map → tslib.es6-7fef98cd.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +37 -0
- package/ui/BottomSheet.js.map +1 -0
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +14 -10
- package/ui/ContextMenu.js.map +1 -1
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +8 -6
- package/ui/FileMessageItemBody.js.map +1 -1
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +9 -3
- package/ui/LinkLabel.js.map +1 -1
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -10
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MessageContent.js +452 -42
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +33 -18
- package/ui/Modal.js.map +1 -1
- package/ui/OGMessageItemBody.js +11 -10
- package/ui/OGMessageItemBody.js.map +1 -1
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +50 -20
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +66 -28
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +50 -18
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +67 -44
- package/ui/OpenchannelUserMessage.js.map +1 -1
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +9 -6
- package/ui/QuoteMessage.js.map +1 -1
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +4 -3
- package/ui/ReactionBadge.js.map +1 -1
- package/ui/ReactionButton.js +7 -1
- package/ui/ReactionButton.js.map +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -10
- package/ui/TextMessageItemBody.js.map +1 -1
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/ThumbnailMessageItemBody.js.map +1 -1
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +18 -11
- package/ui/UserProfile.js.map +1 -1
- package/ui/Word.js +11 -10
- package/ui/Word.js.map +1 -1
- package/useLongPress-2c79297b.js +116 -0
- package/useLongPress-2c79297b.js.map +1 -0
- package/useSendbirdStateContext.js +1 -1
- package/{utils-daa9779c.js → utils-a3afc9f0.js} +1 -1
- package/{utils-daa9779c.js.map → utils-a3afc9f0.js.map} +1 -1
- package/{utils-e55000b0.js → utils-ac92824a.js} +1 -1
- package/{utils-e55000b0.js.map → utils-ac92824a.js.map} +1 -1
- package/{utils-4edea23e.js → utils-db039320.js} +1 -1
- package/{utils-4edea23e.js.map → utils-db039320.js.map} +1 -1
- package/{uuid-c6ede0a0.js → uuid-68db8245.js} +1 -1
- package/{uuid-c6ede0a0.js.map → uuid-68db8245.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-c6fbc45c.js.map +0 -1
- package/ChannelProvider-00f1bb31.js.map +0 -1
- package/MemberList-07e7c82a.js.map +0 -1
- package/OpenChannelProvider-e7b44f68.js.map +0 -1
- package/UserProfileContext-9f99563d.js.map +0 -1
- package/_rollupPluginBabelHelpers-dea8a6c9.js.map +0 -1
- package/cjs/ChannelListProvider-1d42a73f.js.map +0 -1
- package/cjs/ChannelProvider-7b5ac56e.js.map +0 -1
- package/cjs/MemberList-745e3d9e.js.map +0 -1
- package/cjs/OpenChannelProvider-447d5b53.js.map +0 -1
- package/cjs/UserProfileContext-2201df8d.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-cb661818.js.map +0 -1
- package/cjs/index-1e4f968c.js.map +0 -1
- package/cjs/index-61180888.js.map +0 -1
- package/cjs/index-d3706b9e.js.map +0 -1
- package/cjs/openChannelUtils-3cc2cf97.js +0 -96
- package/cjs/openChannelUtils-3cc2cf97.js.map +0 -1
- package/cjs/stringSet-7509e1fb.js.map +0 -1
- package/index-45615e6e.js.map +0 -1
- package/index-52b2b816.js.map +0 -1
- package/index-f532aec7.js.map +0 -1
- package/openChannelUtils-a5650554.js +0 -86
- package/openChannelUtils-a5650554.js.map +0 -1
- package/stringSet-38fffb6a.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -58,6 +58,125 @@
|
|
|
58
58
|
.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon {
|
|
59
59
|
background-color: var(--sendbird-dark-background-300);
|
|
60
60
|
}
|
|
61
|
+
.sendbird-open-channel-preview {
|
|
62
|
+
position: relative;
|
|
63
|
+
display: inline-flex;
|
|
64
|
+
flex-direction: row;
|
|
65
|
+
width: 264px;
|
|
66
|
+
height: 58px;
|
|
67
|
+
min-width: 264px;
|
|
68
|
+
min-height: 58px;
|
|
69
|
+
box-sizing: border-box;
|
|
70
|
+
}
|
|
71
|
+
.sendbird--mobile-mode .sendbird-open-channel-preview {
|
|
72
|
+
width: 100%;
|
|
73
|
+
}
|
|
74
|
+
.sendbird-theme--light .sendbird-open-channel-preview {
|
|
75
|
+
background-color: var(--sendbird-light-background-50);
|
|
76
|
+
border-bottom: solid 1px var(--sendbird-light-onlight-04);
|
|
77
|
+
}
|
|
78
|
+
.sendbird-theme--dark .sendbird-open-channel-preview {
|
|
79
|
+
background-color: var(--sendbird-dark-background-600);
|
|
80
|
+
border-bottom: solid 1px var(--sendbird-dark-ondark-04);
|
|
81
|
+
}
|
|
82
|
+
.sendbird-theme--light .sendbird-open-channel-preview:hover {
|
|
83
|
+
background-color: var(--sendbird-light-background-100);
|
|
84
|
+
}
|
|
85
|
+
.sendbird-theme--dark .sendbird-open-channel-preview:hover {
|
|
86
|
+
background-color: var(--sendbird-dark-background-500);
|
|
87
|
+
}
|
|
88
|
+
.sendbird-theme--light .sendbird-open-channel-preview.selected {
|
|
89
|
+
background-color: var(--sendbird-light-primary-100);
|
|
90
|
+
border-left: solid 4px var(--sendbird-light-primary-300);
|
|
91
|
+
}
|
|
92
|
+
.sendbird-theme--dark .sendbird-open-channel-preview.selected {
|
|
93
|
+
background-color: var(--sendbird-dark-primary-300);
|
|
94
|
+
border-left: solid 4px var(--sendbird-dark-primary-200);
|
|
95
|
+
}
|
|
96
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image {
|
|
97
|
+
position: relative;
|
|
98
|
+
margin-top: 8px;
|
|
99
|
+
margin-left: 16px;
|
|
100
|
+
display: inline-flex;
|
|
101
|
+
align-items: center;
|
|
102
|
+
justify-content: center;
|
|
103
|
+
width: 42px;
|
|
104
|
+
height: 42px;
|
|
105
|
+
box-sizing: border-box;
|
|
106
|
+
}
|
|
107
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar,
|
|
108
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default {
|
|
109
|
+
position: relative;
|
|
110
|
+
display: inline-flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
justify-content: center;
|
|
113
|
+
box-sizing: border-box;
|
|
114
|
+
}
|
|
115
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context {
|
|
116
|
+
position: relative;
|
|
117
|
+
margin-top: 8px;
|
|
118
|
+
margin-left: 16px;
|
|
119
|
+
display: inline-flex;
|
|
120
|
+
flex-direction: column;
|
|
121
|
+
max-width: 178px;
|
|
122
|
+
box-sizing: border-box;
|
|
123
|
+
}
|
|
124
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title {
|
|
125
|
+
position: relative;
|
|
126
|
+
display: inline-flex;
|
|
127
|
+
flex-direction: row;
|
|
128
|
+
align-items: center;
|
|
129
|
+
width: 100%;
|
|
130
|
+
height: 16px;
|
|
131
|
+
box-sizing: border-box;
|
|
132
|
+
}
|
|
133
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name {
|
|
134
|
+
position: relative;
|
|
135
|
+
display: inline-block;
|
|
136
|
+
max-width: 100%;
|
|
137
|
+
height: 100%;
|
|
138
|
+
box-sizing: border-box;
|
|
139
|
+
overflow-x: hidden;
|
|
140
|
+
text-overflow: ellipsis;
|
|
141
|
+
word-break: keep-all;
|
|
142
|
+
}
|
|
143
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen {
|
|
144
|
+
max-width: calc(100% - 20px);
|
|
145
|
+
}
|
|
146
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen {
|
|
147
|
+
position: relative;
|
|
148
|
+
margin-left: 4px;
|
|
149
|
+
display: inline-flex;
|
|
150
|
+
}
|
|
151
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants {
|
|
152
|
+
position: relative;
|
|
153
|
+
margin-top: 8px;
|
|
154
|
+
display: inline-flex;
|
|
155
|
+
flex-direction: row;
|
|
156
|
+
align-items: center;
|
|
157
|
+
width: 100%;
|
|
158
|
+
height: 14px;
|
|
159
|
+
box-sizing: border-box;
|
|
160
|
+
}
|
|
161
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon {
|
|
162
|
+
position: relative;
|
|
163
|
+
display: inline-flex;
|
|
164
|
+
width: 14px;
|
|
165
|
+
height: 14px;
|
|
166
|
+
box-sizing: border-box;
|
|
167
|
+
}
|
|
168
|
+
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count {
|
|
169
|
+
position: relative;
|
|
170
|
+
margin-left: 4px;
|
|
171
|
+
display: inline-flex;
|
|
172
|
+
width: 160px;
|
|
173
|
+
max-width: 160px;
|
|
174
|
+
height: 12px;
|
|
175
|
+
box-sizing: border-box;
|
|
176
|
+
overflow-x: hidden;
|
|
177
|
+
text-overflow: ellipsis;
|
|
178
|
+
word-break: keep-all;
|
|
179
|
+
}
|
|
61
180
|
.sendbird-create-open-channel-ui {
|
|
62
181
|
position: relative;
|
|
63
182
|
display: inline-flex;
|
|
@@ -123,6 +242,10 @@
|
|
|
123
242
|
height: 100%;
|
|
124
243
|
box-sizing: border-box;
|
|
125
244
|
}
|
|
245
|
+
.sendbird--mobile-mode .sendbird-open-channel-list,
|
|
246
|
+
.sendbird--mobile-mode .sendbird-open-channel-list-ui {
|
|
247
|
+
width: 100%;
|
|
248
|
+
}
|
|
126
249
|
.sendbird-theme--light .sendbird-open-channel-list,
|
|
127
250
|
.sendbird-theme--light .sendbird-open-channel-list-ui {
|
|
128
251
|
border-right: solid 1px var(--sendbird-light-onlight-04);
|
|
@@ -201,122 +324,6 @@
|
|
|
201
324
|
.sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading {
|
|
202
325
|
background-color: var(--sendbird-dark-background-500);
|
|
203
326
|
}
|
|
204
|
-
.sendbird-open-channel-preview {
|
|
205
|
-
position: relative;
|
|
206
|
-
display: inline-flex;
|
|
207
|
-
flex-direction: row;
|
|
208
|
-
width: 264px;
|
|
209
|
-
height: 58px;
|
|
210
|
-
min-width: 264px;
|
|
211
|
-
min-height: 58px;
|
|
212
|
-
box-sizing: border-box;
|
|
213
|
-
}
|
|
214
|
-
.sendbird-theme--light .sendbird-open-channel-preview {
|
|
215
|
-
background-color: var(--sendbird-light-background-50);
|
|
216
|
-
border-bottom: solid 1px var(--sendbird-light-onlight-04);
|
|
217
|
-
}
|
|
218
|
-
.sendbird-theme--dark .sendbird-open-channel-preview {
|
|
219
|
-
background-color: var(--sendbird-dark-background-600);
|
|
220
|
-
border-bottom: solid 1px var(--sendbird-dark-ondark-04);
|
|
221
|
-
}
|
|
222
|
-
.sendbird-theme--light .sendbird-open-channel-preview:hover {
|
|
223
|
-
background-color: var(--sendbird-light-background-100);
|
|
224
|
-
}
|
|
225
|
-
.sendbird-theme--dark .sendbird-open-channel-preview:hover {
|
|
226
|
-
background-color: var(--sendbird-dark-background-500);
|
|
227
|
-
}
|
|
228
|
-
.sendbird-theme--light .sendbird-open-channel-preview.selected {
|
|
229
|
-
background-color: var(--sendbird-light-primary-100);
|
|
230
|
-
border-left: solid 4px var(--sendbird-light-primary-300);
|
|
231
|
-
}
|
|
232
|
-
.sendbird-theme--dark .sendbird-open-channel-preview.selected {
|
|
233
|
-
background-color: var(--sendbird-dark-primary-300);
|
|
234
|
-
border-left: solid 4px var(--sendbird-dark-primary-200);
|
|
235
|
-
}
|
|
236
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image {
|
|
237
|
-
position: relative;
|
|
238
|
-
margin-top: 8px;
|
|
239
|
-
margin-left: 16px;
|
|
240
|
-
display: inline-flex;
|
|
241
|
-
align-items: center;
|
|
242
|
-
justify-content: center;
|
|
243
|
-
width: 42px;
|
|
244
|
-
height: 42px;
|
|
245
|
-
box-sizing: border-box;
|
|
246
|
-
}
|
|
247
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar,
|
|
248
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default {
|
|
249
|
-
position: relative;
|
|
250
|
-
display: inline-flex;
|
|
251
|
-
align-items: center;
|
|
252
|
-
justify-content: center;
|
|
253
|
-
box-sizing: border-box;
|
|
254
|
-
}
|
|
255
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context {
|
|
256
|
-
position: relative;
|
|
257
|
-
margin-top: 8px;
|
|
258
|
-
margin-left: 16px;
|
|
259
|
-
display: inline-flex;
|
|
260
|
-
flex-direction: column;
|
|
261
|
-
max-width: 178px;
|
|
262
|
-
box-sizing: border-box;
|
|
263
|
-
}
|
|
264
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title {
|
|
265
|
-
position: relative;
|
|
266
|
-
display: inline-flex;
|
|
267
|
-
flex-direction: row;
|
|
268
|
-
align-items: center;
|
|
269
|
-
width: 100%;
|
|
270
|
-
height: 16px;
|
|
271
|
-
box-sizing: border-box;
|
|
272
|
-
}
|
|
273
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name {
|
|
274
|
-
position: relative;
|
|
275
|
-
display: inline-block;
|
|
276
|
-
max-width: 100%;
|
|
277
|
-
height: 100%;
|
|
278
|
-
box-sizing: border-box;
|
|
279
|
-
overflow-x: hidden;
|
|
280
|
-
text-overflow: ellipsis;
|
|
281
|
-
word-break: keep-all;
|
|
282
|
-
}
|
|
283
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen {
|
|
284
|
-
max-width: calc(100% - 20px);
|
|
285
|
-
}
|
|
286
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen {
|
|
287
|
-
position: relative;
|
|
288
|
-
margin-left: 4px;
|
|
289
|
-
display: inline-flex;
|
|
290
|
-
}
|
|
291
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants {
|
|
292
|
-
position: relative;
|
|
293
|
-
margin-top: 8px;
|
|
294
|
-
display: inline-flex;
|
|
295
|
-
flex-direction: row;
|
|
296
|
-
align-items: center;
|
|
297
|
-
width: 100%;
|
|
298
|
-
height: 14px;
|
|
299
|
-
box-sizing: border-box;
|
|
300
|
-
}
|
|
301
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon {
|
|
302
|
-
position: relative;
|
|
303
|
-
display: inline-flex;
|
|
304
|
-
width: 14px;
|
|
305
|
-
height: 14px;
|
|
306
|
-
box-sizing: border-box;
|
|
307
|
-
}
|
|
308
|
-
.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count {
|
|
309
|
-
position: relative;
|
|
310
|
-
margin-left: 4px;
|
|
311
|
-
display: inline-flex;
|
|
312
|
-
width: 160px;
|
|
313
|
-
max-width: 160px;
|
|
314
|
-
height: 12px;
|
|
315
|
-
box-sizing: border-box;
|
|
316
|
-
overflow-x: hidden;
|
|
317
|
-
text-overflow: ellipsis;
|
|
318
|
-
word-break: keep-all;
|
|
319
|
-
}
|
|
320
327
|
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
|
|
321
328
|
:root {
|
|
322
329
|
--sendbird-light-primary-500: #491389;
|
|
@@ -496,6 +503,9 @@
|
|
|
496
503
|
.sendbird-theme--dark .sendbird-channel-list {
|
|
497
504
|
background-color: var(--sendbird-dark-background-600);
|
|
498
505
|
}
|
|
506
|
+
.sendbird--mobile-mode .sendbird-channel-list {
|
|
507
|
+
width: 100%;
|
|
508
|
+
}
|
|
499
509
|
|
|
500
510
|
.sendbird-channel-list__header {
|
|
501
511
|
height: 64px;
|
|
@@ -741,6 +751,9 @@
|
|
|
741
751
|
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
|
|
742
752
|
background-color: var(--sendbird-dark-background-600);
|
|
743
753
|
}
|
|
754
|
+
.sendbird--mobile-mode .sendbird-channel-header {
|
|
755
|
+
width: 100%;
|
|
756
|
+
}
|
|
744
757
|
.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title {
|
|
745
758
|
cursor: pointer;
|
|
746
759
|
}
|
|
@@ -966,6 +979,10 @@
|
|
|
966
979
|
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default {
|
|
967
980
|
background-color: var(--sendbird-dark-background-300);
|
|
968
981
|
}
|
|
982
|
+
.sendbird--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content {
|
|
983
|
+
margin: 0 40px;
|
|
984
|
+
}
|
|
985
|
+
|
|
969
986
|
.sendbird-add-channel__rectangle-wrap {
|
|
970
987
|
margin-top: 26px;
|
|
971
988
|
}
|
|
@@ -985,6 +1002,11 @@
|
|
|
985
1002
|
box-sizing: border-box;
|
|
986
1003
|
cursor: pointer;
|
|
987
1004
|
}
|
|
1005
|
+
.sendbird--mobile-mode .sendbird-add-channel__rectangle {
|
|
1006
|
+
min-width: 288px;
|
|
1007
|
+
width: 100%;
|
|
1008
|
+
padding-right: 0;
|
|
1009
|
+
}
|
|
988
1010
|
.sendbird-theme--light .sendbird-add-channel__rectangle {
|
|
989
1011
|
border: 1px solid var(--sendbird-light-onlight-04);
|
|
990
1012
|
}
|
|
@@ -1005,6 +1027,21 @@
|
|
|
1005
1027
|
height: 360px;
|
|
1006
1028
|
overflow-y: auto;
|
|
1007
1029
|
}
|
|
1030
|
+
.sendbird--mobile-mode .sendbird-create-channel--scroll {
|
|
1031
|
+
height: calc(100vh - 200px);
|
|
1032
|
+
height: calc(var(--sendbird-vh, 1vh) * 100 - 200px);
|
|
1033
|
+
}
|
|
1034
|
+
.sendbird-modal--full-mobile .sendbird-modal__content {
|
|
1035
|
+
width: 100vw;
|
|
1036
|
+
max-width: 100%;
|
|
1037
|
+
height: 100%;
|
|
1038
|
+
}
|
|
1039
|
+
.sendbird--mobile-mode .sendbird-modal--full-mobile .sendbird-modal__content {
|
|
1040
|
+
height: -moz-available; /* WebKit-based browsers will ignore this. */
|
|
1041
|
+
height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
|
|
1042
|
+
height: fill-available;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1008
1045
|
.sendbird-modal {
|
|
1009
1046
|
position: fixed;
|
|
1010
1047
|
top: 0;
|
|
@@ -1016,6 +1053,10 @@
|
|
|
1016
1053
|
justify-content: center;
|
|
1017
1054
|
}
|
|
1018
1055
|
|
|
1056
|
+
.sendbird-modal__backdrop--clickoutside {
|
|
1057
|
+
cursor: pointer;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1019
1060
|
.sendbird-modal__content {
|
|
1020
1061
|
width: 480px;
|
|
1021
1062
|
border-radius: 4px;
|
|
@@ -1054,6 +1095,10 @@
|
|
|
1054
1095
|
margin-top: 32px;
|
|
1055
1096
|
text-align: right;
|
|
1056
1097
|
}
|
|
1098
|
+
.sendbird--mobile-mode .sendbird-modal__content .sendbird-modal__footer {
|
|
1099
|
+
position: sticky;
|
|
1100
|
+
bottom: 24px;
|
|
1101
|
+
}
|
|
1057
1102
|
.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child {
|
|
1058
1103
|
margin-left: 8px;
|
|
1059
1104
|
width: 80px;
|
|
@@ -1342,7 +1387,10 @@
|
|
|
1342
1387
|
width: 432px;
|
|
1343
1388
|
height: 56px;
|
|
1344
1389
|
}
|
|
1345
|
-
.sendbird-
|
|
1390
|
+
.sendbird--mobile-mode .sendbird-user-list-item {
|
|
1391
|
+
width: 100%;
|
|
1392
|
+
}
|
|
1393
|
+
.sendbird-theme--light .sendbird-user-list-item {
|
|
1346
1394
|
border-bottom: 1px solid var(--sendbird-light-onlight-04);
|
|
1347
1395
|
background-color: var(--sendbird-light-background-50);
|
|
1348
1396
|
}
|
|
@@ -1371,6 +1419,9 @@
|
|
|
1371
1419
|
overflow: hidden;
|
|
1372
1420
|
text-overflow: ellipsis;
|
|
1373
1421
|
}
|
|
1422
|
+
.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__title {
|
|
1423
|
+
max-width: 62%;
|
|
1424
|
+
}
|
|
1374
1425
|
.sendbird-user-list-item .sendbird-user-list-item__subtitle {
|
|
1375
1426
|
position: absolute;
|
|
1376
1427
|
top: 23px;
|
|
@@ -1380,6 +1431,9 @@
|
|
|
1380
1431
|
overflow: hidden;
|
|
1381
1432
|
text-overflow: ellipsis;
|
|
1382
1433
|
}
|
|
1434
|
+
.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__subtitle {
|
|
1435
|
+
max-width: 40%;
|
|
1436
|
+
}
|
|
1383
1437
|
.sendbird-user-list-item .sendbird-user-list-item__checkbox {
|
|
1384
1438
|
position: absolute;
|
|
1385
1439
|
top: 16px;
|
|
@@ -1658,6 +1712,23 @@
|
|
|
1658
1712
|
justify-content: flex-start;
|
|
1659
1713
|
align-items: center;
|
|
1660
1714
|
}
|
|
1715
|
+
.sendbird-channel-preview__leave--mobile .sendbird-modal__content {
|
|
1716
|
+
max-width: calc(100% - 80px);
|
|
1717
|
+
}
|
|
1718
|
+
.sendbird-channel-preview__leave--mobile .sendbird-modal__close {
|
|
1719
|
+
display: none;
|
|
1720
|
+
}
|
|
1721
|
+
.sendbird-channel-preview__leave--mobile .sendbird-channel-preview__leave-label--mobile {
|
|
1722
|
+
text-decoration: none;
|
|
1723
|
+
}
|
|
1724
|
+
.sendbird-channel-preview__leave--mobile .sendbird-modal__header span {
|
|
1725
|
+
display: inline-block;
|
|
1726
|
+
width: calc(100% - 120px);
|
|
1727
|
+
white-space: nowrap;
|
|
1728
|
+
overflow: hidden;
|
|
1729
|
+
text-overflow: ellipsis;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1661
1732
|
.sendbird__offline .sendbird-channel-preview {
|
|
1662
1733
|
cursor: not-allowed;
|
|
1663
1734
|
}
|
|
@@ -1680,6 +1751,9 @@
|
|
|
1680
1751
|
.sendbird-theme--dark .sendbird-channel-preview {
|
|
1681
1752
|
border-bottom: solid 1px var(--sendbird-dark-ondark-04);
|
|
1682
1753
|
}
|
|
1754
|
+
.sendbird--mobile-mode .sendbird-channel-preview {
|
|
1755
|
+
width: 100%;
|
|
1756
|
+
}
|
|
1683
1757
|
.sendbird-channel-preview:focus {
|
|
1684
1758
|
outline: none;
|
|
1685
1759
|
}
|
|
@@ -1692,12 +1766,18 @@
|
|
|
1692
1766
|
height: 100%;
|
|
1693
1767
|
margin-left: 16px;
|
|
1694
1768
|
}
|
|
1769
|
+
.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content {
|
|
1770
|
+
position: relative;
|
|
1771
|
+
}
|
|
1695
1772
|
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper {
|
|
1696
1773
|
display: flex;
|
|
1697
1774
|
justify-content: space-between;
|
|
1698
1775
|
width: 216px;
|
|
1699
1776
|
height: 16px;
|
|
1700
1777
|
}
|
|
1778
|
+
.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper {
|
|
1779
|
+
width: auto;
|
|
1780
|
+
}
|
|
1701
1781
|
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header {
|
|
1702
1782
|
display: flex;
|
|
1703
1783
|
justify-content: flex-start;
|
|
@@ -1737,6 +1817,9 @@
|
|
|
1737
1817
|
display: flex;
|
|
1738
1818
|
justify-content: space-between;
|
|
1739
1819
|
}
|
|
1820
|
+
.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower {
|
|
1821
|
+
width: 100%;
|
|
1822
|
+
}
|
|
1740
1823
|
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message {
|
|
1741
1824
|
overflow: hidden;
|
|
1742
1825
|
text-overflow: ellipsis;
|
|
@@ -1796,6 +1879,11 @@
|
|
|
1796
1879
|
.sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name {
|
|
1797
1880
|
color: var(--sendbird-dark-primary-200);
|
|
1798
1881
|
}
|
|
1882
|
+
|
|
1883
|
+
.sendbird--mobile-mode .sendbird-channel-preview__content__lower__unread-message-count {
|
|
1884
|
+
position: absolute;
|
|
1885
|
+
right: 0;
|
|
1886
|
+
}
|
|
1799
1887
|
.sendbird-chat-header--default-avatar {
|
|
1800
1888
|
width: 56px;
|
|
1801
1889
|
height: 56px;
|
|
@@ -1865,6 +1953,116 @@
|
|
|
1865
1953
|
.sendbird-theme--dark .sendbird-mention-user-label.purple {
|
|
1866
1954
|
color: var(--sendbird-dark-primary-200);
|
|
1867
1955
|
}
|
|
1956
|
+
.sendbird-textbutton {
|
|
1957
|
+
text-decoration: underline;
|
|
1958
|
+
cursor: pointer;
|
|
1959
|
+
display: inline-block;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
.sendbird-textbutton--not-underline {
|
|
1963
|
+
text-decoration: none;
|
|
1964
|
+
cursor: pointer;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
.sendbird-textbutton--disabled {
|
|
1968
|
+
cursor: not-allowed;
|
|
1969
|
+
}
|
|
1970
|
+
.sendbird-theme--light .sendbird-textbutton--disabled {
|
|
1971
|
+
color: var(--sendbird-light-onlight-03);
|
|
1972
|
+
}
|
|
1973
|
+
.sendbird-theme--dark .sendbird-textbutton--disabled {
|
|
1974
|
+
color: var(--sendbird-dark-ondark-03);
|
|
1975
|
+
}
|
|
1976
|
+
.sendbird-theme--light .sendbird-color--onbackground-1 {
|
|
1977
|
+
color: var(--sendbird-light-onlight-01);
|
|
1978
|
+
}
|
|
1979
|
+
.sendbird-theme--dark .sendbird-color--onbackground-1 {
|
|
1980
|
+
color: var(--sendbird-dark-ondark-01);
|
|
1981
|
+
}
|
|
1982
|
+
.sendbird-theme--light .sendbird-color--onbackground-1--background-color {
|
|
1983
|
+
background-color: var(--sendbird-light-onlight-01);
|
|
1984
|
+
}
|
|
1985
|
+
.sendbird-theme--dark .sendbird-color--onbackground-1--background-color {
|
|
1986
|
+
background-color: var(--sendbird-dark-ondark-01);
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
.sendbird-theme--light .sendbird-color--onbackground-2 {
|
|
1990
|
+
color: var(--sendbird-light-onlight-02);
|
|
1991
|
+
}
|
|
1992
|
+
.sendbird-theme--dark .sendbird-color--onbackground-2 {
|
|
1993
|
+
color: var(--sendbird-dark-ondark-02);
|
|
1994
|
+
}
|
|
1995
|
+
.sendbird-theme--light .sendbird-color--onbackground-2--background-color {
|
|
1996
|
+
background-color: var(--sendbird-light-onlight-02);
|
|
1997
|
+
}
|
|
1998
|
+
.sendbird-theme--dark .sendbird-color--onbackground-2--background-color {
|
|
1999
|
+
background-color: var(--sendbird-dark-ondark-02);
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
.sendbird-theme--light .sendbird-color--onbackground-3 {
|
|
2003
|
+
color: var(--sendbird-light-onlight-03);
|
|
2004
|
+
}
|
|
2005
|
+
.sendbird-theme--dark .sendbird-color--onbackground-3 {
|
|
2006
|
+
color: var(--sendbird-dark-ondark-03);
|
|
2007
|
+
}
|
|
2008
|
+
.sendbird-theme--light .sendbird-color--onbackground-3--background-color {
|
|
2009
|
+
background-color: var(--sendbird-light-onlight-03);
|
|
2010
|
+
}
|
|
2011
|
+
.sendbird-theme--dark .sendbird-color--onbackground-3--background-color {
|
|
2012
|
+
background-color: var(--sendbird-dark-ondark-03);
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.sendbird-theme--light .sendbird-color--onbackground-4 {
|
|
2016
|
+
color: var(--sendbird-light-onlight-04);
|
|
2017
|
+
}
|
|
2018
|
+
.sendbird-theme--dark .sendbird-color--onbackground-4 {
|
|
2019
|
+
color: var(--sendbird-dark-ondark-04);
|
|
2020
|
+
}
|
|
2021
|
+
.sendbird-theme--light .sendbird-color--onbackground-4--background-color {
|
|
2022
|
+
background-color: var(--sendbird-light-onlight-04);
|
|
2023
|
+
}
|
|
2024
|
+
.sendbird-theme--dark .sendbird-color--onbackground-4--background-color {
|
|
2025
|
+
background-color: var(--sendbird-dark-ondark-04);
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.sendbird-theme--light .sendbird-color--oncontent-1 {
|
|
2029
|
+
color: var(--sendbird-light-ondark-01);
|
|
2030
|
+
}
|
|
2031
|
+
.sendbird-theme--dark .sendbird-color--oncontent-1 {
|
|
2032
|
+
color: var(--sendbird-dark-onlight-01);
|
|
2033
|
+
}
|
|
2034
|
+
.sendbird-theme--light .sendbird-color--oncontent-1--background-color {
|
|
2035
|
+
background-color: var(--sendbird-light-ondark-01);
|
|
2036
|
+
}
|
|
2037
|
+
.sendbird-theme--dark .sendbird-color--oncontent-1--background-color {
|
|
2038
|
+
background-color: var(--sendbird-dark-onlight-01);
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
.sendbird-theme--light .sendbird-color--primary {
|
|
2042
|
+
color: var(--sendbird-light-primary-300);
|
|
2043
|
+
}
|
|
2044
|
+
.sendbird-theme--dark .sendbird-color--primary {
|
|
2045
|
+
color: var(--sendbird-dark-primary-200);
|
|
2046
|
+
}
|
|
2047
|
+
.sendbird-theme--light .sendbird-color--primary--background-color {
|
|
2048
|
+
background-color: var(--sendbird-light-primary-300);
|
|
2049
|
+
}
|
|
2050
|
+
.sendbird-theme--dark .sendbird-color--primary--background-color {
|
|
2051
|
+
background-color: var(--sendbird-dark-primary-200);
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
.sendbird-theme--light .sendbird-color--error {
|
|
2055
|
+
color: var(--sendbird-light-error-300);
|
|
2056
|
+
}
|
|
2057
|
+
.sendbird-theme--dark .sendbird-color--error {
|
|
2058
|
+
color: var(--sendbird-dark-error-200);
|
|
2059
|
+
}
|
|
2060
|
+
.sendbird-theme--light .sendbird-color--error--background-color {
|
|
2061
|
+
background-color: var(--sendbird-light-error-300);
|
|
2062
|
+
}
|
|
2063
|
+
.sendbird-theme--dark .sendbird-color--error--background-color {
|
|
2064
|
+
background-color: var(--sendbird-dark-error-300);
|
|
2065
|
+
}
|
|
1868
2066
|
.sendbird-reaction-button {
|
|
1869
2067
|
border-radius: 8px;
|
|
1870
2068
|
display: inline-block;
|
|
@@ -1974,202 +2172,92 @@
|
|
|
1974
2172
|
left: 96px;
|
|
1975
2173
|
}
|
|
1976
2174
|
|
|
1977
|
-
.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon {
|
|
1978
|
-
cursor: pointer;
|
|
1979
|
-
}
|
|
1980
|
-
.sendbird-input {
|
|
1981
|
-
display: inline-block;
|
|
1982
|
-
width: 100%;
|
|
1983
|
-
height: 40px;
|
|
1984
|
-
position: relative;
|
|
1985
|
-
}
|
|
1986
|
-
.sendbird-input .sendbird-input__input {
|
|
1987
|
-
width: 100%;
|
|
1988
|
-
height: 100%;
|
|
1989
|
-
border-radius: 4px;
|
|
1990
|
-
font-family: var(--sendbird-font-family-default);
|
|
1991
|
-
font-size: 14px;
|
|
1992
|
-
font-weight: normal;
|
|
1993
|
-
font-stretch: normal;
|
|
1994
|
-
font-style: normal;
|
|
1995
|
-
line-height: 1.43;
|
|
1996
|
-
letter-spacing: normal;
|
|
1997
|
-
padding: 10px 16px;
|
|
1998
|
-
box-sizing: border-box;
|
|
1999
|
-
background-color: inherit;
|
|
2000
|
-
}
|
|
2001
|
-
.sendbird-theme--light .sendbird-input .sendbird-input__input {
|
|
2002
|
-
color: var(--sendbird-light-onlight-01);
|
|
2003
|
-
caret-color: var(--sendbird-light-primary-300);
|
|
2004
|
-
border: solid 1px var(--sendbird-light-onlight-03);
|
|
2005
|
-
}
|
|
2006
|
-
.sendbird-theme--dark .sendbird-input .sendbird-input__input {
|
|
2007
|
-
color: var(--sendbird-dark-ondark-01);
|
|
2008
|
-
caret-color: var(--sendbird-dark-primary-200);
|
|
2009
|
-
border: solid 1px var(--sendbird-dark-ondark-03);
|
|
2010
|
-
}
|
|
2011
|
-
.sendbird-input .sendbird-input__input:focus {
|
|
2012
|
-
outline: none;
|
|
2013
|
-
}
|
|
2014
|
-
.sendbird-theme--light .sendbird-input .sendbird-input__input:focus {
|
|
2015
|
-
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2016
|
-
color: var(--sendbird-light-onlight-01);
|
|
2017
|
-
border: solid 2px var(--sendbird-light-primary-300);
|
|
2018
|
-
}
|
|
2019
|
-
.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus {
|
|
2020
|
-
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2021
|
-
color: var(--sendbird-dark-ondark-01);
|
|
2022
|
-
border: solid 2px var(--sendbird-dark-primary-200);
|
|
2023
|
-
}
|
|
2024
|
-
.sendbird-theme--light .sendbird-input .sendbird-input__input:active {
|
|
2025
|
-
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2026
|
-
color: var(--sendbird-light-onlight-01);
|
|
2027
|
-
border: solid 1px var(--sendbird-light-primary-300);
|
|
2028
|
-
}
|
|
2029
|
-
.sendbird-theme--dark .sendbird-input .sendbird-input__input:active {
|
|
2030
|
-
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2031
|
-
color: var(--sendbird-dark-ondark-01);
|
|
2032
|
-
border: solid 1px var(--sendbird-dark-primary-200);
|
|
2033
|
-
}
|
|
2034
|
-
.sendbird-input .sendbird-input__input:disabled {
|
|
2035
|
-
cursor: not-allowed;
|
|
2036
|
-
}
|
|
2037
|
-
.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled {
|
|
2038
|
-
background-color: var(--sendbird-light-background-100);
|
|
2039
|
-
color: var(--sendbird-light-onlight-03);
|
|
2040
|
-
}
|
|
2041
|
-
.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled {
|
|
2042
|
-
background-color: var(--sendbird-dark-background-500);
|
|
2043
|
-
color: var(--sendbird-dark-ondark-03);
|
|
2044
|
-
}
|
|
2045
|
-
.sendbird-input .sendbird-input__placeholder {
|
|
2046
|
-
position: absolute;
|
|
2047
|
-
pointer-events: none;
|
|
2048
|
-
top: 10px;
|
|
2049
|
-
left: 16px;
|
|
2050
|
-
font-family: var(--sendbird-font-family-default);
|
|
2051
|
-
font-size: 14px;
|
|
2052
|
-
line-height: 1.43;
|
|
2053
|
-
}
|
|
2054
|
-
.sendbird-theme--light .sendbird-input .sendbird-input__placeholder {
|
|
2055
|
-
color: var(--sendbird-light-onlight-03);
|
|
2056
|
-
}
|
|
2057
|
-
.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder {
|
|
2058
|
-
color: var(--sendbird-dark-ondark-03);
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
.sendbird-input-label {
|
|
2062
|
-
margin: 4px 0;
|
|
2063
|
-
}
|
|
2064
|
-
.sendbird-textbutton {
|
|
2065
|
-
text-decoration: underline;
|
|
2066
|
-
cursor: pointer;
|
|
2067
|
-
display: inline-block;
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
.sendbird-textbutton--not-underline {
|
|
2071
|
-
text-decoration: none;
|
|
2072
|
-
cursor: pointer;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.sendbird-textbutton--disabled {
|
|
2076
|
-
cursor: not-allowed;
|
|
2077
|
-
}
|
|
2078
|
-
.sendbird-theme--light .sendbird-textbutton--disabled {
|
|
2079
|
-
color: var(--sendbird-light-onlight-03);
|
|
2080
|
-
}
|
|
2081
|
-
.sendbird-theme--dark .sendbird-textbutton--disabled {
|
|
2082
|
-
color: var(--sendbird-dark-ondark-03);
|
|
2083
|
-
}
|
|
2084
|
-
.sendbird-theme--light .sendbird-color--onbackground-1 {
|
|
2085
|
-
color: var(--sendbird-light-onlight-01);
|
|
2086
|
-
}
|
|
2087
|
-
.sendbird-theme--dark .sendbird-color--onbackground-1 {
|
|
2088
|
-
color: var(--sendbird-dark-ondark-01);
|
|
2089
|
-
}
|
|
2090
|
-
.sendbird-theme--light .sendbird-color--onbackground-1--background-color {
|
|
2091
|
-
background-color: var(--sendbird-light-onlight-01);
|
|
2092
|
-
}
|
|
2093
|
-
.sendbird-theme--dark .sendbird-color--onbackground-1--background-color {
|
|
2094
|
-
background-color: var(--sendbird-dark-ondark-01);
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
.sendbird-theme--light .sendbird-color--onbackground-2 {
|
|
2098
|
-
color: var(--sendbird-light-onlight-02);
|
|
2099
|
-
}
|
|
2100
|
-
.sendbird-theme--dark .sendbird-color--onbackground-2 {
|
|
2101
|
-
color: var(--sendbird-dark-ondark-02);
|
|
2102
|
-
}
|
|
2103
|
-
.sendbird-theme--light .sendbird-color--onbackground-2--background-color {
|
|
2104
|
-
background-color: var(--sendbird-light-onlight-02);
|
|
2105
|
-
}
|
|
2106
|
-
.sendbird-theme--dark .sendbird-color--onbackground-2--background-color {
|
|
2107
|
-
background-color: var(--sendbird-dark-ondark-02);
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
.sendbird-theme--light .sendbird-color--onbackground-3 {
|
|
2111
|
-
color: var(--sendbird-light-onlight-03);
|
|
2112
|
-
}
|
|
2113
|
-
.sendbird-theme--dark .sendbird-color--onbackground-3 {
|
|
2114
|
-
color: var(--sendbird-dark-ondark-03);
|
|
2115
|
-
}
|
|
2116
|
-
.sendbird-theme--light .sendbird-color--onbackground-3--background-color {
|
|
2117
|
-
background-color: var(--sendbird-light-onlight-03);
|
|
2118
|
-
}
|
|
2119
|
-
.sendbird-theme--dark .sendbird-color--onbackground-3--background-color {
|
|
2120
|
-
background-color: var(--sendbird-dark-ondark-03);
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
.sendbird-theme--light .sendbird-color--onbackground-4 {
|
|
2124
|
-
color: var(--sendbird-light-onlight-04);
|
|
2175
|
+
.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon {
|
|
2176
|
+
cursor: pointer;
|
|
2125
2177
|
}
|
|
2126
|
-
.sendbird-
|
|
2127
|
-
|
|
2178
|
+
.sendbird-input {
|
|
2179
|
+
display: inline-block;
|
|
2180
|
+
width: 100%;
|
|
2181
|
+
height: 40px;
|
|
2182
|
+
position: relative;
|
|
2128
2183
|
}
|
|
2129
|
-
.sendbird-
|
|
2130
|
-
|
|
2184
|
+
.sendbird-input .sendbird-input__input {
|
|
2185
|
+
width: 100%;
|
|
2186
|
+
height: 100%;
|
|
2187
|
+
border-radius: 4px;
|
|
2188
|
+
font-family: var(--sendbird-font-family-default);
|
|
2189
|
+
font-size: 14px;
|
|
2190
|
+
font-weight: normal;
|
|
2191
|
+
font-stretch: normal;
|
|
2192
|
+
font-style: normal;
|
|
2193
|
+
line-height: 1.43;
|
|
2194
|
+
letter-spacing: normal;
|
|
2195
|
+
padding: 10px 16px;
|
|
2196
|
+
box-sizing: border-box;
|
|
2197
|
+
background-color: inherit;
|
|
2131
2198
|
}
|
|
2132
|
-
.sendbird-theme--
|
|
2133
|
-
|
|
2199
|
+
.sendbird-theme--light .sendbird-input .sendbird-input__input {
|
|
2200
|
+
color: var(--sendbird-light-onlight-01);
|
|
2201
|
+
caret-color: var(--sendbird-light-primary-300);
|
|
2202
|
+
border: solid 1px var(--sendbird-light-onlight-03);
|
|
2134
2203
|
}
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
color: var(--sendbird-
|
|
2204
|
+
.sendbird-theme--dark .sendbird-input .sendbird-input__input {
|
|
2205
|
+
color: var(--sendbird-dark-ondark-01);
|
|
2206
|
+
caret-color: var(--sendbird-dark-primary-200);
|
|
2207
|
+
border: solid 1px var(--sendbird-dark-ondark-03);
|
|
2138
2208
|
}
|
|
2139
|
-
.sendbird-
|
|
2140
|
-
|
|
2209
|
+
.sendbird-input .sendbird-input__input:focus {
|
|
2210
|
+
outline: none;
|
|
2141
2211
|
}
|
|
2142
|
-
.sendbird-theme--light .sendbird-
|
|
2143
|
-
|
|
2212
|
+
.sendbird-theme--light .sendbird-input .sendbird-input__input:focus {
|
|
2213
|
+
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2214
|
+
color: var(--sendbird-light-onlight-01);
|
|
2215
|
+
border: solid 2px var(--sendbird-light-primary-300);
|
|
2144
2216
|
}
|
|
2145
|
-
.sendbird-theme--dark .sendbird-
|
|
2146
|
-
|
|
2217
|
+
.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus {
|
|
2218
|
+
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2219
|
+
color: var(--sendbird-dark-ondark-01);
|
|
2220
|
+
border: solid 2px var(--sendbird-dark-primary-200);
|
|
2147
2221
|
}
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
color: var(--sendbird-light-
|
|
2222
|
+
.sendbird-theme--light .sendbird-input .sendbird-input__input:active {
|
|
2223
|
+
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2224
|
+
color: var(--sendbird-light-onlight-01);
|
|
2225
|
+
border: solid 1px var(--sendbird-light-primary-300);
|
|
2151
2226
|
}
|
|
2152
|
-
.sendbird-theme--dark .sendbird-
|
|
2153
|
-
|
|
2227
|
+
.sendbird-theme--dark .sendbird-input .sendbird-input__input:active {
|
|
2228
|
+
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
|
|
2229
|
+
color: var(--sendbird-dark-ondark-01);
|
|
2230
|
+
border: solid 1px var(--sendbird-dark-primary-200);
|
|
2154
2231
|
}
|
|
2155
|
-
.sendbird-
|
|
2156
|
-
|
|
2232
|
+
.sendbird-input .sendbird-input__input:disabled {
|
|
2233
|
+
cursor: not-allowed;
|
|
2157
2234
|
}
|
|
2158
|
-
.sendbird-theme--
|
|
2159
|
-
background-color: var(--sendbird-
|
|
2235
|
+
.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled {
|
|
2236
|
+
background-color: var(--sendbird-light-background-100);
|
|
2237
|
+
color: var(--sendbird-light-onlight-03);
|
|
2160
2238
|
}
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
color: var(--sendbird-
|
|
2239
|
+
.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled {
|
|
2240
|
+
background-color: var(--sendbird-dark-background-500);
|
|
2241
|
+
color: var(--sendbird-dark-ondark-03);
|
|
2164
2242
|
}
|
|
2165
|
-
.sendbird-
|
|
2166
|
-
|
|
2243
|
+
.sendbird-input .sendbird-input__placeholder {
|
|
2244
|
+
position: absolute;
|
|
2245
|
+
pointer-events: none;
|
|
2246
|
+
top: 10px;
|
|
2247
|
+
left: 16px;
|
|
2248
|
+
font-family: var(--sendbird-font-family-default);
|
|
2249
|
+
font-size: 14px;
|
|
2250
|
+
line-height: 1.43;
|
|
2167
2251
|
}
|
|
2168
|
-
.sendbird-theme--light .sendbird-
|
|
2169
|
-
|
|
2252
|
+
.sendbird-theme--light .sendbird-input .sendbird-input__placeholder {
|
|
2253
|
+
color: var(--sendbird-light-onlight-03);
|
|
2170
2254
|
}
|
|
2171
|
-
.sendbird-theme--dark .sendbird-
|
|
2172
|
-
|
|
2255
|
+
.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder {
|
|
2256
|
+
color: var(--sendbird-dark-ondark-03);
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
.sendbird-input-label {
|
|
2260
|
+
margin: 4px 0;
|
|
2173
2261
|
}
|
|
2174
2262
|
.sendbird-place-holder {
|
|
2175
2263
|
position: relative;
|
|
@@ -2410,6 +2498,9 @@
|
|
|
2410
2498
|
white-space: nowrap;
|
|
2411
2499
|
max-width: 780px;
|
|
2412
2500
|
}
|
|
2501
|
+
.sendbird--mobile-mode .sendbird-chat-header .sendbird-chat-header__left__title {
|
|
2502
|
+
max-width: calc(100vw - 240px);
|
|
2503
|
+
}
|
|
2413
2504
|
.sendbird-chat-header .sendbird-chat-header__left__subtitle {
|
|
2414
2505
|
max-width: 240px;
|
|
2415
2506
|
overflow: hidden;
|
|
@@ -2424,6 +2515,10 @@
|
|
|
2424
2515
|
.sendbird-chat-header .sendbird-chat-header__right__info {
|
|
2425
2516
|
margin-left: 16px;
|
|
2426
2517
|
}
|
|
2518
|
+
|
|
2519
|
+
.sendbird-chat-header__icon_back {
|
|
2520
|
+
margin-right: 8px;
|
|
2521
|
+
}
|
|
2427
2522
|
.sendbird-conversation__messages .sendbird-conversation__messages-padding {
|
|
2428
2523
|
padding-left: 24px;
|
|
2429
2524
|
padding-right: 24px;
|
|
@@ -2521,6 +2616,9 @@
|
|
|
2521
2616
|
overflow: hidden;
|
|
2522
2617
|
text-overflow: ellipsis;
|
|
2523
2618
|
}
|
|
2619
|
+
.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname {
|
|
2620
|
+
max-width: calc(100% - 150px);
|
|
2621
|
+
}
|
|
2524
2622
|
.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id {
|
|
2525
2623
|
position: absolute;
|
|
2526
2624
|
display: inline-block;
|
|
@@ -2530,6 +2628,9 @@
|
|
|
2530
2628
|
overflow: hidden;
|
|
2531
2629
|
text-overflow: ellipsis;
|
|
2532
2630
|
}
|
|
2631
|
+
.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id {
|
|
2632
|
+
max-width: 100px;
|
|
2633
|
+
}
|
|
2533
2634
|
.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item {
|
|
2534
2635
|
position: relative;
|
|
2535
2636
|
display: flex;
|
|
@@ -2719,6 +2820,12 @@
|
|
|
2719
2820
|
.sendbird-message-content.outgoing {
|
|
2720
2821
|
justify-content: flex-end;
|
|
2721
2822
|
}
|
|
2823
|
+
.sendbird-message-content .sendbird-message-content__middle {
|
|
2824
|
+
max-width: 400px;
|
|
2825
|
+
}
|
|
2826
|
+
.sendbird--mobile-mode .sendbird-message-content .sendbird-message-content__middle {
|
|
2827
|
+
max-width: calc(100vw - 100px);
|
|
2828
|
+
}
|
|
2722
2829
|
.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote {
|
|
2723
2830
|
margin-top: -8px;
|
|
2724
2831
|
bottom: -8px;
|
|
@@ -2738,7 +2845,6 @@
|
|
|
2738
2845
|
position: relative;
|
|
2739
2846
|
display: inline-flex;
|
|
2740
2847
|
flex-direction: column;
|
|
2741
|
-
max-width: 400px;
|
|
2742
2848
|
align-items: flex-start;
|
|
2743
2849
|
}
|
|
2744
2850
|
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
|
|
@@ -2828,7 +2934,6 @@
|
|
|
2828
2934
|
position: relative;
|
|
2829
2935
|
display: inline-flex;
|
|
2830
2936
|
flex-direction: column;
|
|
2831
|
-
max-width: 400px;
|
|
2832
2937
|
align-items: flex-end;
|
|
2833
2938
|
}
|
|
2834
2939
|
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message {
|
|
@@ -3321,6 +3426,10 @@ div.sendbird-text-message-item-body {
|
|
|
3321
3426
|
height: 270px;
|
|
3322
3427
|
border-radius: 16px;
|
|
3323
3428
|
}
|
|
3429
|
+
.sendbird--mobile-mode .sendbird-thumbnail-message-item-body {
|
|
3430
|
+
width: 66vw;
|
|
3431
|
+
min-width: 160px;
|
|
3432
|
+
}
|
|
3324
3433
|
.sendbird-thumbnail-message-item-body.reactions {
|
|
3325
3434
|
border-radius: 16px 16px 0px 0px;
|
|
3326
3435
|
}
|
|
@@ -3403,6 +3512,10 @@ div.sendbird-text-message-item-body {
|
|
|
3403
3512
|
min-width: 320px;
|
|
3404
3513
|
max-width: 400px;
|
|
3405
3514
|
}
|
|
3515
|
+
.sendbird--mobile-mode .sendbird-og-message-item-body {
|
|
3516
|
+
width: 66vw;
|
|
3517
|
+
min-width: 160px;
|
|
3518
|
+
}
|
|
3406
3519
|
.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble {
|
|
3407
3520
|
position: relative;
|
|
3408
3521
|
padding: 8px 12px;
|
|
@@ -3699,6 +3812,124 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3699
3812
|
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon {
|
|
3700
3813
|
margin-right: 2px;
|
|
3701
3814
|
}
|
|
3815
|
+
.sendbird-message__mobile-context-menu {
|
|
3816
|
+
border-radius: 8px;
|
|
3817
|
+
width: 180px;
|
|
3818
|
+
}
|
|
3819
|
+
|
|
3820
|
+
.sendbird-message__contextmenu--hyperlink {
|
|
3821
|
+
display: flex;
|
|
3822
|
+
justify-content: space-between;
|
|
3823
|
+
}
|
|
3824
|
+
|
|
3825
|
+
.sendbird-message__bottomsheet--hyperlink {
|
|
3826
|
+
display: block;
|
|
3827
|
+
}
|
|
3828
|
+
|
|
3829
|
+
.sendbird-message__bottomsheet--hyperlink,
|
|
3830
|
+
.sendbird-message__contextmenu--hyperlink {
|
|
3831
|
+
width: 100%;
|
|
3832
|
+
text-decoration: none;
|
|
3833
|
+
color: inherit;
|
|
3834
|
+
font-size: inherit;
|
|
3835
|
+
font-weight: inherit;
|
|
3836
|
+
font-stretch: normal;
|
|
3837
|
+
font-style: normal;
|
|
3838
|
+
line-height: inherit;
|
|
3839
|
+
letter-spacing: inherit;
|
|
3840
|
+
font-family: inherit;
|
|
3841
|
+
}
|
|
3842
|
+
|
|
3843
|
+
.sendbird-message__mobile-context-menu-item .sendbird-dropdown__menu-item__text {
|
|
3844
|
+
display: flex;
|
|
3845
|
+
justify-content: space-between;
|
|
3846
|
+
}
|
|
3847
|
+
.sendbird-theme--light .sendbird-message__mobile-context-menu-item:not(:last-child) {
|
|
3848
|
+
border-bottom: 1px solid var(--sendbird-light-onlight-04);
|
|
3849
|
+
}
|
|
3850
|
+
.sendbird-theme--dark .sendbird-message__mobile-context-menu-item:not(:last-child) {
|
|
3851
|
+
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
|
|
3852
|
+
}
|
|
3853
|
+
|
|
3854
|
+
.sendbird-message__bottomsheet {
|
|
3855
|
+
width: 100vw;
|
|
3856
|
+
border-top-left-radius: 8px;
|
|
3857
|
+
border-top-right-radius: 8px;
|
|
3858
|
+
padding-top: 16px;
|
|
3859
|
+
}
|
|
3860
|
+
.sendbird-theme--light .sendbird-message__bottomsheet {
|
|
3861
|
+
background-color: var(--sendbird-light-background-50);
|
|
3862
|
+
}
|
|
3863
|
+
.sendbird-theme--dark .sendbird-message__bottomsheet {
|
|
3864
|
+
background-color: var(--sendbird-dark-background-600);
|
|
3865
|
+
}
|
|
3866
|
+
|
|
3867
|
+
.sendbird-message__bottomsheet-reaction-bar {
|
|
3868
|
+
padding-left: 0;
|
|
3869
|
+
display: flex;
|
|
3870
|
+
justify-content: center;
|
|
3871
|
+
margin-bottom: 0px;
|
|
3872
|
+
margin-top: 0;
|
|
3873
|
+
}
|
|
3874
|
+
|
|
3875
|
+
.sendbird-message__bottomsheet-reaction-bar__row {
|
|
3876
|
+
display: inline-block;
|
|
3877
|
+
}
|
|
3878
|
+
.sendbird-message__bottomsheet-reaction-bar__row.sendbird-message__bottomsheet-reaction-bar__all {
|
|
3879
|
+
display: flex;
|
|
3880
|
+
flex-direction: row;
|
|
3881
|
+
flex-wrap: wrap;
|
|
3882
|
+
}
|
|
3883
|
+
|
|
3884
|
+
.sendbird-message__bottomsheet--action {
|
|
3885
|
+
cursor: pointer;
|
|
3886
|
+
height: 48px;
|
|
3887
|
+
display: flex;
|
|
3888
|
+
align-items: center;
|
|
3889
|
+
padding-left: 16px;
|
|
3890
|
+
}
|
|
3891
|
+
.sendbird-message__bottomsheet--action .sendbird-icon {
|
|
3892
|
+
margin-right: 24px;
|
|
3893
|
+
}
|
|
3894
|
+
|
|
3895
|
+
.sendbird-message__bottomsheet--action-disabled {
|
|
3896
|
+
cursor: not-allowed;
|
|
3897
|
+
}
|
|
3898
|
+
.sendbird-theme--light .sendbird-message__bottomsheet--action-disabled {
|
|
3899
|
+
background-color: var(--sendbird-light-background-50);
|
|
3900
|
+
}
|
|
3901
|
+
.sendbird-theme--dark .sendbird-message__bottomsheet--action-disabled {
|
|
3902
|
+
background-color: var(--sendbird-dark-background-500);
|
|
3903
|
+
}
|
|
3904
|
+
.sendbird-bottomsheet {
|
|
3905
|
+
position: fixed;
|
|
3906
|
+
top: 0;
|
|
3907
|
+
left: 0;
|
|
3908
|
+
width: 100%;
|
|
3909
|
+
height: 100%;
|
|
3910
|
+
}
|
|
3911
|
+
|
|
3912
|
+
.sendbird-bottomsheet__content {
|
|
3913
|
+
z-index: 10001;
|
|
3914
|
+
position: fixed;
|
|
3915
|
+
bottom: 0;
|
|
3916
|
+
left: 0;
|
|
3917
|
+
}
|
|
3918
|
+
|
|
3919
|
+
.sendbird-bottomsheet__backdrop {
|
|
3920
|
+
position: fixed;
|
|
3921
|
+
z-index: 10000;
|
|
3922
|
+
height: 100%;
|
|
3923
|
+
width: 100%;
|
|
3924
|
+
top: 0;
|
|
3925
|
+
left: 0;
|
|
3926
|
+
}
|
|
3927
|
+
.sendbird-theme--light .sendbird-bottomsheet__backdrop {
|
|
3928
|
+
background-color: var(--sendbird-light-overlay-02);
|
|
3929
|
+
}
|
|
3930
|
+
.sendbird-theme--dark .sendbird-bottomsheet__backdrop {
|
|
3931
|
+
background-color: var(--sendbird-dark-overlay-02);
|
|
3932
|
+
}
|
|
3702
3933
|
.sendbird-fileviewer__header__right__actions__download,
|
|
3703
3934
|
.sendbird-fileviewer__header__right__actions__delete,
|
|
3704
3935
|
.sendbird-fileviewer__header__right__actions__close {
|
|
@@ -3734,6 +3965,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3734
3965
|
display: flex;
|
|
3735
3966
|
justify-content: space-between;
|
|
3736
3967
|
}
|
|
3968
|
+
.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header {
|
|
3969
|
+
position: relative;
|
|
3970
|
+
}
|
|
3737
3971
|
.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header {
|
|
3738
3972
|
border-bottom: 1px solid var(--sendbird-light-onlight-04);
|
|
3739
3973
|
}
|
|
@@ -3758,6 +3992,13 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3758
3992
|
text-overflow: ellipsis;
|
|
3759
3993
|
display: inline-block;
|
|
3760
3994
|
}
|
|
3995
|
+
.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename {
|
|
3996
|
+
position: absolute;
|
|
3997
|
+
left: 64px;
|
|
3998
|
+
top: 10px;
|
|
3999
|
+
display: block;
|
|
4000
|
+
max-width: calc(100vw - 240px);
|
|
4001
|
+
}
|
|
3761
4002
|
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name {
|
|
3762
4003
|
max-width: 200px;
|
|
3763
4004
|
white-space: nowrap;
|
|
@@ -3767,6 +4008,11 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3767
4008
|
margin-left: 8px;
|
|
3768
4009
|
padding-top: 5px;
|
|
3769
4010
|
}
|
|
4011
|
+
.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name {
|
|
4012
|
+
position: absolute;
|
|
4013
|
+
left: 56px;
|
|
4014
|
+
top: 24px;
|
|
4015
|
+
}
|
|
3770
4016
|
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right {
|
|
3771
4017
|
display: flex;
|
|
3772
4018
|
width: 160px;
|
|
@@ -3979,6 +4225,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
3979
4225
|
display: inline-block;
|
|
3980
4226
|
box-sizing: border-box;
|
|
3981
4227
|
}
|
|
4228
|
+
.sendbird--mobile-mode .sendbird-channel-settings {
|
|
4229
|
+
width: 100%;
|
|
4230
|
+
}
|
|
3982
4231
|
.sendbird-theme--light .sendbird-channel-settings {
|
|
3983
4232
|
background-color: var(--sendbird-light-background-50);
|
|
3984
4233
|
border-left: 1px solid var(--sendbird-light-onlight-04);
|
|
@@ -4090,6 +4339,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4090
4339
|
text-overflow: ellipsis;
|
|
4091
4340
|
height: 18px;
|
|
4092
4341
|
}
|
|
4342
|
+
.sendbird--mobile-mode .sendbird-channel-profile .sendbird-channel-profile__title {
|
|
4343
|
+
max-width: 100%;
|
|
4344
|
+
}
|
|
4093
4345
|
.sendbird-channel-profile .sendbird-channel-profile__edit {
|
|
4094
4346
|
position: absolute;
|
|
4095
4347
|
top: 10px;
|
|
@@ -4125,6 +4377,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4125
4377
|
max-height: 420px;
|
|
4126
4378
|
overflow: scroll;
|
|
4127
4379
|
}
|
|
4380
|
+
.sendbird--mobile-mode .sendbird-more-members__popup-scroll {
|
|
4381
|
+
max-height: 100%;
|
|
4382
|
+
}
|
|
4128
4383
|
.sendbird-more-members__popup-scroll .sendbird-user-list-item__operator {
|
|
4129
4384
|
right: 72px;
|
|
4130
4385
|
}
|
|
@@ -4154,6 +4409,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4154
4409
|
position: relative;
|
|
4155
4410
|
padding: 12px 22px 10px 56px;
|
|
4156
4411
|
}
|
|
4412
|
+
.sendbird--mobile-mode .sendbird-channel-settings__freeze {
|
|
4413
|
+
max-width: 100%;
|
|
4414
|
+
}
|
|
4157
4415
|
.sendbird-theme--light .sendbird-channel-settings__freeze {
|
|
4158
4416
|
background-color: var(--sendbird-light-background-50);
|
|
4159
4417
|
border-bottom: 1px solid var(--sendbird-light-onlight-04);
|
|
@@ -4307,6 +4565,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4307
4565
|
overflow: hidden;
|
|
4308
4566
|
text-overflow: ellipsis;
|
|
4309
4567
|
}
|
|
4568
|
+
.sendbird--mobile-mode .sendbird-user-list-item--small__subtitle {
|
|
4569
|
+
max-width: 40%;
|
|
4570
|
+
}
|
|
4310
4571
|
.sendbird-user-list-item--small__checkbox {
|
|
4311
4572
|
position: absolute;
|
|
4312
4573
|
top: 16px;
|
|
@@ -4341,6 +4602,26 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4341
4602
|
.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton {
|
|
4342
4603
|
background-color: var(--sendbird-dark-background-700);
|
|
4343
4604
|
}
|
|
4605
|
+
.sendbird-channel-settings__leave-label--mobile {
|
|
4606
|
+
text-decoration: none;
|
|
4607
|
+
}
|
|
4608
|
+
|
|
4609
|
+
.sendbird-channel-settings__leave--mobile .sendbird-modal__content {
|
|
4610
|
+
max-width: calc(100% - 80px);
|
|
4611
|
+
}
|
|
4612
|
+
.sendbird-channel-settings__leave--mobile .sendbird-modal__close {
|
|
4613
|
+
display: none;
|
|
4614
|
+
}
|
|
4615
|
+
.sendbird-channel-settings__leave--mobile .sendbird-channel-preview__leave-label--mobile {
|
|
4616
|
+
text-decoration: none;
|
|
4617
|
+
}
|
|
4618
|
+
.sendbird-channel-settings__leave--mobile .sendbird-modal__header span {
|
|
4619
|
+
display: inline-block;
|
|
4620
|
+
width: calc(100% - 120px);
|
|
4621
|
+
white-space: nowrap;
|
|
4622
|
+
overflow: hidden;
|
|
4623
|
+
text-overflow: ellipsis;
|
|
4624
|
+
}
|
|
4344
4625
|
.sendbird-message-search-pannel {
|
|
4345
4626
|
position: relative;
|
|
4346
4627
|
display: flex;
|
|
@@ -4355,6 +4636,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4355
4636
|
.sendbird-theme--dark .sendbird-message-search-pannel {
|
|
4356
4637
|
background-color: var(--sendbird-dark-background-600);
|
|
4357
4638
|
}
|
|
4639
|
+
.sendbird--mobile-mode .sendbird-message-search-pannel {
|
|
4640
|
+
width: 100%;
|
|
4641
|
+
}
|
|
4358
4642
|
.sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area {
|
|
4359
4643
|
position: absolute;
|
|
4360
4644
|
top: 14px;
|
|
@@ -4634,6 +4918,13 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4634
4918
|
.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left {
|
|
4635
4919
|
border-left: 4px solid var(--sendbird-dark-primary-200);
|
|
4636
4920
|
}
|
|
4921
|
+
.sb_mobile__panelwrap {
|
|
4922
|
+
height: 100vh;
|
|
4923
|
+
}
|
|
4924
|
+
|
|
4925
|
+
.sb-show-main {
|
|
4926
|
+
padding: 0 !important;
|
|
4927
|
+
}
|
|
4637
4928
|
.sendbird-app__wrap {
|
|
4638
4929
|
width: 100%;
|
|
4639
4930
|
height: 100%;
|
|
@@ -4755,6 +5046,12 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4755
5046
|
.sendbird-theme--dark .sendbird-frozen-channel-notification {
|
|
4756
5047
|
background-color: var(--sendbird-dark-information-100);
|
|
4757
5048
|
}
|
|
5049
|
+
.sendbird-oepnchannel-header__icon_back {
|
|
5050
|
+
position: absolute;
|
|
5051
|
+
left: 12px;
|
|
5052
|
+
top: 18px;
|
|
5053
|
+
}
|
|
5054
|
+
|
|
4758
5055
|
.sendbird-openchannel-conversation-header {
|
|
4759
5056
|
position: relative;
|
|
4760
5057
|
min-height: 64px;
|
|
@@ -4772,21 +5069,33 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4772
5069
|
text-overflow: ellipsis;
|
|
4773
5070
|
max-width: calc(100% - 120px);
|
|
4774
5071
|
}
|
|
5072
|
+
.sendbird--mobile-mode .sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title {
|
|
5073
|
+
max-width: calc(100% - 160px);
|
|
5074
|
+
}
|
|
4775
5075
|
.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] {
|
|
4776
5076
|
position: absolute;
|
|
4777
5077
|
left: 20px;
|
|
4778
5078
|
top: 16px;
|
|
4779
5079
|
}
|
|
5080
|
+
.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] {
|
|
5081
|
+
left: 50px;
|
|
5082
|
+
}
|
|
4780
5083
|
.sendbird-openchannel-conversation-header__left__title {
|
|
4781
5084
|
position: absolute;
|
|
4782
5085
|
left: 60px;
|
|
4783
5086
|
top: 12px;
|
|
4784
5087
|
}
|
|
5088
|
+
.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title {
|
|
5089
|
+
left: 90px;
|
|
5090
|
+
}
|
|
4785
5091
|
.sendbird-openchannel-conversation-header__left__sub-title {
|
|
4786
5092
|
position: absolute;
|
|
4787
5093
|
left: 60px;
|
|
4788
5094
|
top: 36px;
|
|
4789
5095
|
}
|
|
5096
|
+
.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title {
|
|
5097
|
+
left: 90px;
|
|
5098
|
+
}
|
|
4790
5099
|
.sendbird-openchannel-conversation-header__right {
|
|
4791
5100
|
position: absolute;
|
|
4792
5101
|
top: 0px;
|
|
@@ -4933,6 +5242,7 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4933
5242
|
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom .sendbird-openchannel-user-message__right__bottom__message {
|
|
4934
5243
|
position: relative;
|
|
4935
5244
|
word-break: break-all;
|
|
5245
|
+
white-space: pre-line;
|
|
4936
5246
|
}
|
|
4937
5247
|
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail {
|
|
4938
5248
|
position: relative;
|
|
@@ -4955,6 +5265,19 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
4955
5265
|
.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover {
|
|
4956
5266
|
background-color: var(--sendbird-dark-background-700);
|
|
4957
5267
|
}
|
|
5268
|
+
.sendbird-openchannel__mobile-menu-hyperlink {
|
|
5269
|
+
display: block;
|
|
5270
|
+
width: 100%;
|
|
5271
|
+
text-decoration: none;
|
|
5272
|
+
color: inherit;
|
|
5273
|
+
font-size: inherit;
|
|
5274
|
+
font-weight: inherit;
|
|
5275
|
+
font-stretch: normal;
|
|
5276
|
+
font-style: normal;
|
|
5277
|
+
line-height: inherit;
|
|
5278
|
+
letter-spacing: inherit;
|
|
5279
|
+
font-family: inherit;
|
|
5280
|
+
}
|
|
4958
5281
|
.sendbird-openchannel-admin-message {
|
|
4959
5282
|
position: relative;
|
|
4960
5283
|
margin: 16px 24px;
|
|
@@ -5524,6 +5847,9 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5524
5847
|
overflow-y: scroll;
|
|
5525
5848
|
position: relative;
|
|
5526
5849
|
}
|
|
5850
|
+
.sendbird--mobile-mode .sendbird-openchannel-settings {
|
|
5851
|
+
width: 100%;
|
|
5852
|
+
}
|
|
5527
5853
|
.sendbird-theme--light .sendbird-openchannel-settings {
|
|
5528
5854
|
background-color: var(--sendbird-light-background-50);
|
|
5529
5855
|
border-left: 1px solid var(--sendbird-light-onlight-04);
|
|
@@ -5677,6 +6003,7 @@ div.sendbird-og-message-item-body__text-bubble {
|
|
|
5677
6003
|
overflow: hidden;
|
|
5678
6004
|
text-overflow: ellipsis;
|
|
5679
6005
|
}
|
|
6006
|
+
.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.self-operator,
|
|
5680
6007
|
.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator,
|
|
5681
6008
|
.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id {
|
|
5682
6009
|
position: absolute;
|