@sendbird/uikit-react 3.2.5 → 3.2.6-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +327 -101
- package/App.js.map +1 -1
- package/CHANGELOG.md +7 -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-cdb08b62.js → ChannelListProvider-f69a3eab.js} +33 -11
- package/ChannelListProvider-f69a3eab.js.map +1 -0
- package/{ChannelProvider-08b86d72.js → ChannelProvider-beed5203.js} +49 -25
- package/ChannelProvider-beed5203.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-b5fa7c16.js → CreateChannelProvider-6b83f0e6.js} +1 -1
- package/{CreateChannelProvider-b5fa7c16.js.map → CreateChannelProvider-6b83f0e6.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-9976b34e.js → LocalizationContext-4f852f2e.js} +3 -3
- package/{LocalizationContext-9976b34e.js.map → LocalizationContext-4f852f2e.js.map} +1 -1
- package/MediaQueryContext-20ff176d.js +90 -0
- package/MediaQueryContext-20ff176d.js.map +1 -0
- package/{MemberList-070e920a.js → MemberList-8ffa1f2e.js} +12 -6
- package/MemberList-8ffa1f2e.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 +27 -23
- 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-ca1d96e3.js → OpenChannelListProvider-4e00f9cf.js} +3 -3
- package/{OpenChannelListProvider-ca1d96e3.js.map → OpenChannelListProvider-4e00f9cf.js.map} +1 -1
- package/{OpenChannelProvider-03efd3ff.js → OpenChannelProvider-f244c340.js} +40 -30
- package/OpenChannelProvider-f244c340.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-24bb1c79.js → UserProfileContext-32f70da9.js} +8 -4
- package/UserProfileContext-32f70da9.js.map +1 -0
- package/{_rollupPluginBabelHelpers-a72165e4.js → _rollupPluginBabelHelpers-42595172.js} +19 -2
- package/_rollupPluginBabelHelpers-42595172.js.map +1 -0
- package/{actionTypes-b30fed5f.js → actionTypes-5126af74.js} +1 -1
- package/{actionTypes-b30fed5f.js.map → actionTypes-5126af74.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-5543db95.js → ChannelListProvider-573d11bf.js} +33 -11
- package/cjs/ChannelListProvider-573d11bf.js.map +1 -0
- package/cjs/{ChannelProvider-c9b390b7.js → ChannelProvider-c4c8058c.js} +49 -25
- package/cjs/ChannelProvider-c4c8058c.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-0a28a871.js → CreateChannelProvider-d75d1c0e.js} +1 -1
- package/cjs/{CreateChannelProvider-0a28a871.js.map → CreateChannelProvider-d75d1c0e.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-0349dfbd.js → LocalizationContext-b8b9eb7b.js} +3 -3
- package/cjs/{LocalizationContext-0349dfbd.js.map → LocalizationContext-b8b9eb7b.js.map} +1 -1
- package/cjs/MediaQueryContext-f8dbf0b3.js +97 -0
- package/cjs/MediaQueryContext-f8dbf0b3.js.map +1 -0
- package/cjs/{MemberList-a95f8e7f.js → MemberList-7bcc79b2.js} +12 -6
- package/cjs/MemberList-7bcc79b2.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 +27 -23
- 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-df27c36c.js → OpenChannelListProvider-9d3966e5.js} +3 -3
- package/cjs/{OpenChannelListProvider-df27c36c.js.map → OpenChannelListProvider-9d3966e5.js.map} +1 -1
- package/cjs/{OpenChannelProvider-4895f5f6.js → OpenChannelProvider-a2a44b3a.js} +40 -30
- package/cjs/OpenChannelProvider-a2a44b3a.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-d1596965.js → UserProfileContext-12e3deb1.js} +8 -4
- package/cjs/UserProfileContext-12e3deb1.js.map +1 -0
- package/cjs/{_rollupPluginBabelHelpers-93d42928.js → _rollupPluginBabelHelpers-bd20f22f.js} +19 -1
- package/cjs/_rollupPluginBabelHelpers-bd20f22f.js.map +1 -0
- package/cjs/{actionTypes-6a04e98a.js → actionTypes-fa2458d4.js} +1 -1
- package/cjs/{actionTypes-6a04e98a.js.map → actionTypes-fa2458d4.js.map} +1 -1
- package/cjs/{color-8da1967d.js → color-30d0a088.js} +1 -1
- package/cjs/{color-8da1967d.js.map → color-30d0a088.js.map} +1 -1
- package/cjs/{compareIds-20b6caa8.js → compareIds-33bc8bec.js} +1 -1
- package/cjs/{compareIds-20b6caa8.js.map → compareIds-33bc8bec.js.map} +1 -1
- package/cjs/{const-0ce11db5.js → const-5ff5760f.js} +1 -1
- package/cjs/{const-0ce11db5.js.map → const-5ff5760f.js.map} +1 -1
- package/cjs/{const-ed017cc9.js → const-bc367512.js} +1 -1
- package/cjs/{const-ed017cc9.js.map → const-bc367512.js.map} +1 -1
- package/cjs/{context-bd7de995.js → context-c1adec92.js} +2 -2
- package/cjs/{context-bd7de995.js.map → context-c1adec92.js.map} +1 -1
- package/cjs/dist/index.css +439 -112
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-a52296d6.js → index-0686bdcb.js} +9 -8
- package/cjs/index-0686bdcb.js.map +1 -0
- package/cjs/{index-e741ec2c.js → index-0e88b900.js} +4 -4
- package/cjs/{index-e741ec2c.js.map → index-0e88b900.js.map} +1 -1
- package/cjs/{index-558d367a.js → index-0f54b27e.js} +5 -5
- package/cjs/index-0f54b27e.js.map +1 -0
- package/cjs/{index-7ab4005e.js → index-3f8db0b0.js} +6 -5
- package/cjs/index-3f8db0b0.js.map +1 -0
- package/cjs/{index-491f2403.js → index-62071d1a.js} +1 -1
- package/cjs/{index-491f2403.js.map → index-62071d1a.js.map} +1 -1
- package/cjs/{index-1ce4efa3.js → index-70f4ade7.js} +4 -4
- package/cjs/{index-1ce4efa3.js.map → index-70f4ade7.js.map} +1 -1
- package/cjs/index-978dbae2.js +194 -0
- package/cjs/index-978dbae2.js.map +1 -0
- package/cjs/{index-c7bba14f.js → index-aca9abc8.js} +2 -2
- package/cjs/{index-c7bba14f.js.map → index-aca9abc8.js.map} +1 -1
- package/cjs/{index-200b85a3.js → index-be16bf7f.js} +1 -1
- package/cjs/{index-200b85a3.js.map → index-be16bf7f.js.map} +1 -1
- package/cjs/{index-09d50472.js → index-c97a25fe.js} +2 -2
- package/cjs/{index-09d50472.js.map → index-c97a25fe.js.map} +1 -1
- package/cjs/{index-e59510d3.js → index-e739b357.js} +2 -2
- package/cjs/{index-e59510d3.js.map → index-e739b357.js.map} +1 -1
- package/cjs/index.js +35 -32
- package/cjs/index.js.map +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-9eadd9a2.js → stringSet-b90c8eb9.js} +4 -1
- package/cjs/stringSet-b90c8eb9.js.map +1 -0
- package/cjs/{topics-c4ffdf98.js → topics-774fce2f.js} +1 -1
- package/cjs/{topics-c4ffdf98.js.map → topics-774fce2f.js.map} +1 -1
- package/cjs/{tslib.es6-712ab026.js → tslib.es6-54dccd69.js} +1 -1
- package/cjs/{tslib.es6-712ab026.js.map → tslib.es6-54dccd69.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 +23 -16
- package/cjs/ui/MessageInput.js.map +1 -1
- 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-447fc2b4.js +118 -0
- package/cjs/useLongPress-447fc2b4.js.map +1 -0
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-90917fdb.js → utils-47e4a7f3.js} +1 -1
- package/cjs/{utils-90917fdb.js.map → utils-47e4a7f3.js.map} +1 -1
- package/cjs/{utils-03670a4b.js → utils-b42b5273.js} +1 -1
- package/cjs/{utils-03670a4b.js.map → utils-b42b5273.js.map} +1 -1
- package/cjs/{utils-db03a3ee.js → utils-b808700b.js} +1 -1
- package/cjs/{utils-db03a3ee.js.map → utils-b808700b.js.map} +1 -1
- package/cjs/{uuid-4fb21145.js → uuid-65030b4c.js} +1 -1
- package/cjs/{uuid-4fb21145.js.map → uuid-65030b4c.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-511dde29.js → color-d2a15055.js} +1 -1
- package/{color-511dde29.js.map → color-d2a15055.js.map} +1 -1
- package/{compareIds-8626728b.js → compareIds-cd18758a.js} +1 -1
- package/{compareIds-8626728b.js.map → compareIds-cd18758a.js.map} +1 -1
- package/{const-411c29c2.js → const-7186e391.js} +1 -1
- package/{const-411c29c2.js.map → const-7186e391.js.map} +1 -1
- package/{const-4836ca2f.js → const-9ed3c2e5.js} +1 -1
- package/{const-4836ca2f.js.map → const-9ed3c2e5.js.map} +1 -1
- package/{context-b3b0d94d.js → context-9f3c35b6.js} +2 -2
- package/{context-b3b0d94d.js.map → context-9f3c35b6.js.map} +1 -1
- package/dist/index.css +439 -112
- package/dist/index.css.map +1 -1
- package/index-115ce580.js +179 -0
- package/index-115ce580.js.map +1 -0
- package/{index-dbe2f386.js → index-14e045d4.js} +1 -1
- package/{index-dbe2f386.js.map → index-14e045d4.js.map} +1 -1
- package/{index-07ae6a1b.js → index-39b44653.js} +2 -2
- package/{index-07ae6a1b.js.map → index-39b44653.js.map} +1 -1
- package/{index-4be14273.js → index-5e8156eb.js} +6 -5
- package/index-5e8156eb.js.map +1 -0
- package/{index-c3c4236f.js → index-a28ce5ed.js} +4 -4
- package/{index-c3c4236f.js.map → index-a28ce5ed.js.map} +1 -1
- package/{index-200a8796.js → index-b02633bc.js} +2 -2
- package/{index-200a8796.js.map → index-b02633bc.js.map} +1 -1
- package/{index-5e61b8f6.js → index-c766d64c.js} +1 -1
- package/{index-5e61b8f6.js.map → index-c766d64c.js.map} +1 -1
- package/{index-9113fa9d.js → index-e0ade5e4.js} +2 -2
- package/{index-9113fa9d.js.map → index-e0ade5e4.js.map} +1 -1
- package/{index-89cd6e36.js → index-e1f156d0.js} +6 -6
- package/index-e1f156d0.js.map +1 -0
- package/{index-c16ac1c8.js → index-e2a7caae.js} +9 -8
- package/index-e2a7caae.js.map +1 -0
- package/{index-5cc28c33.js → index-f29a239d.js} +4 -4
- package/{index-5cc28c33.js.map → index-f29a239d.js.map} +1 -1
- package/index.d.ts +15 -4
- package/index.js +35 -32
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-8662ec77.js → stringSet-fd9dcf1e.js} +4 -1
- package/stringSet-fd9dcf1e.js.map +1 -0
- package/{topics-0752cb33.js → topics-954a5dbc.js} +1 -1
- package/{topics-0752cb33.js.map → topics-954a5dbc.js.map} +1 -1
- package/{tslib.es6-d20349ad.js → tslib.es6-38d6449a.js} +1 -1
- package/{tslib.es6-d20349ad.js.map → tslib.es6-38d6449a.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 +23 -16
- package/ui/MessageInput.js.map +1 -1
- 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-3488ddd6.js +116 -0
- package/useLongPress-3488ddd6.js.map +1 -0
- package/useSendbirdStateContext.js +1 -1
- package/{utils-5569d95d.js → utils-80e9e20d.js} +1 -1
- package/{utils-5569d95d.js.map → utils-80e9e20d.js.map} +1 -1
- package/{utils-aba28b29.js → utils-cb1a4884.js} +1 -1
- package/{utils-aba28b29.js.map → utils-cb1a4884.js.map} +1 -1
- package/{utils-beb5bcc4.js → utils-f036cfe7.js} +1 -1
- package/{utils-beb5bcc4.js.map → utils-f036cfe7.js.map} +1 -1
- package/{uuid-e5bc1634.js → uuid-11fdaf7d.js} +1 -1
- package/{uuid-e5bc1634.js.map → uuid-11fdaf7d.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-cdb08b62.js.map +0 -1
- package/ChannelProvider-08b86d72.js.map +0 -1
- package/MemberList-070e920a.js.map +0 -1
- package/OpenChannelProvider-03efd3ff.js.map +0 -1
- package/UserProfileContext-24bb1c79.js.map +0 -1
- package/_rollupPluginBabelHelpers-a72165e4.js.map +0 -1
- package/cjs/ChannelListProvider-5543db95.js.map +0 -1
- package/cjs/ChannelProvider-c9b390b7.js.map +0 -1
- package/cjs/MemberList-a95f8e7f.js.map +0 -1
- package/cjs/OpenChannelProvider-4895f5f6.js.map +0 -1
- package/cjs/UserProfileContext-d1596965.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-93d42928.js.map +0 -1
- package/cjs/index-558d367a.js.map +0 -1
- package/cjs/index-7ab4005e.js.map +0 -1
- package/cjs/index-a52296d6.js.map +0 -1
- package/cjs/openChannelUtils-5a371d5c.js +0 -96
- package/cjs/openChannelUtils-5a371d5c.js.map +0 -1
- package/cjs/stringSet-9eadd9a2.js.map +0 -1
- package/index-4be14273.js.map +0 -1
- package/index-89cd6e36.js.map +0 -1
- package/index-c16ac1c8.js.map +0 -1
- package/openChannelUtils-fecc8bc0.js +0 -86
- package/openChannelUtils-fecc8bc0.js.map +0 -1
- package/stringSet-8662ec77.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -123,6 +123,9 @@
|
|
|
123
123
|
min-height: 58px;
|
|
124
124
|
box-sizing: border-box;
|
|
125
125
|
}
|
|
126
|
+
.sendbird--mobile-mode .sendbird-open-channel-preview {
|
|
127
|
+
width: 100%;
|
|
128
|
+
}
|
|
126
129
|
.sendbird-theme--light .sendbird-open-channel-preview {
|
|
127
130
|
background-color: var(--sendbird-light-background-50);
|
|
128
131
|
border-bottom: solid 1px var(--sendbird-light-onlight-04);
|
|
@@ -239,6 +242,10 @@
|
|
|
239
242
|
height: 100%;
|
|
240
243
|
box-sizing: border-box;
|
|
241
244
|
}
|
|
245
|
+
.sendbird--mobile-mode .sendbird-open-channel-list,
|
|
246
|
+
.sendbird--mobile-mode .sendbird-open-channel-list-ui {
|
|
247
|
+
width: 100%;
|
|
248
|
+
}
|
|
242
249
|
.sendbird-theme--light .sendbird-open-channel-list,
|
|
243
250
|
.sendbird-theme--light .sendbird-open-channel-list-ui {
|
|
244
251
|
border-right: solid 1px var(--sendbird-light-onlight-04);
|
|
@@ -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,6 +1387,9 @@
|
|
|
1342
1387
|
width: 432px;
|
|
1343
1388
|
height: 56px;
|
|
1344
1389
|
}
|
|
1390
|
+
.sendbird--mobile-mode .sendbird-user-list-item {
|
|
1391
|
+
width: 100%;
|
|
1392
|
+
}
|
|
1345
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);
|
|
@@ -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;
|
|
@@ -2061,116 +2259,6 @@
|
|
|
2061
2259
|
.sendbird-input-label {
|
|
2062
2260
|
margin: 4px 0;
|
|
2063
2261
|
}
|
|
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);
|
|
2125
|
-
}
|
|
2126
|
-
.sendbird-theme--dark .sendbird-color--onbackground-4 {
|
|
2127
|
-
color: var(--sendbird-dark-ondark-04);
|
|
2128
|
-
}
|
|
2129
|
-
.sendbird-theme--light .sendbird-color--onbackground-4--background-color {
|
|
2130
|
-
background-color: var(--sendbird-light-onlight-04);
|
|
2131
|
-
}
|
|
2132
|
-
.sendbird-theme--dark .sendbird-color--onbackground-4--background-color {
|
|
2133
|
-
background-color: var(--sendbird-dark-ondark-04);
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
.sendbird-theme--light .sendbird-color--oncontent-1 {
|
|
2137
|
-
color: var(--sendbird-light-ondark-01);
|
|
2138
|
-
}
|
|
2139
|
-
.sendbird-theme--dark .sendbird-color--oncontent-1 {
|
|
2140
|
-
color: var(--sendbird-dark-onlight-01);
|
|
2141
|
-
}
|
|
2142
|
-
.sendbird-theme--light .sendbird-color--oncontent-1--background-color {
|
|
2143
|
-
background-color: var(--sendbird-light-ondark-01);
|
|
2144
|
-
}
|
|
2145
|
-
.sendbird-theme--dark .sendbird-color--oncontent-1--background-color {
|
|
2146
|
-
background-color: var(--sendbird-dark-onlight-01);
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
.sendbird-theme--light .sendbird-color--primary {
|
|
2150
|
-
color: var(--sendbird-light-primary-300);
|
|
2151
|
-
}
|
|
2152
|
-
.sendbird-theme--dark .sendbird-color--primary {
|
|
2153
|
-
color: var(--sendbird-dark-primary-200);
|
|
2154
|
-
}
|
|
2155
|
-
.sendbird-theme--light .sendbird-color--primary--background-color {
|
|
2156
|
-
background-color: var(--sendbird-light-primary-300);
|
|
2157
|
-
}
|
|
2158
|
-
.sendbird-theme--dark .sendbird-color--primary--background-color {
|
|
2159
|
-
background-color: var(--sendbird-dark-primary-200);
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
.sendbird-theme--light .sendbird-color--error {
|
|
2163
|
-
color: var(--sendbird-light-error-300);
|
|
2164
|
-
}
|
|
2165
|
-
.sendbird-theme--dark .sendbird-color--error {
|
|
2166
|
-
color: var(--sendbird-dark-error-200);
|
|
2167
|
-
}
|
|
2168
|
-
.sendbird-theme--light .sendbird-color--error--background-color {
|
|
2169
|
-
background-color: var(--sendbird-light-error-300);
|
|
2170
|
-
}
|
|
2171
|
-
.sendbird-theme--dark .sendbird-color--error--background-color {
|
|
2172
|
-
background-color: var(--sendbird-dark-error-300);
|
|
2173
|
-
}
|
|
2174
2262
|
.sendbird-place-holder {
|
|
2175
2263
|
position: relative;
|
|
2176
2264
|
display: flex;
|
|
@@ -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;
|