@tencentcloud/chat-uikit-react 2.2.6 → 2.2.8
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/CHANGELOG.md +16 -0
- package/dist/cjs/_virtual/index.js +1 -0
- package/dist/cjs/assets/fonts/iconfont.ttf +0 -0
- package/dist/cjs/assets/fonts/iconfont.woff +0 -0
- package/dist/cjs/assets/fonts/iconfont.woff2 +0 -0
- package/dist/cjs/components/Avatar/Avatar.d.ts +1 -1
- package/dist/cjs/components/{TUIChat/TUIChat.d.ts → Chat/Chat.d.ts} +11 -10
- package/dist/cjs/components/Chat/Chat.js +1 -0
- package/dist/cjs/components/Chat/ChatState.js +1 -0
- package/dist/cjs/components/Chat/index.js +1 -0
- package/dist/cjs/components/Chat/server.js +1 -0
- package/dist/cjs/components/Chat/utils.js +1 -0
- package/dist/cjs/components/{TUIChatHeader/TUIChatHeader.d.ts → ChatHeader/ChatHeader.d.ts} +4 -3
- package/dist/cjs/components/ChatHeader/ChatHeader.js +1 -0
- package/dist/cjs/components/{TUIChatHeader/TUIChatHeaderDefault.d.ts → ChatHeader/ChatHeaderDefault.d.ts} +4 -3
- package/dist/cjs/components/ChatHeader/ChatHeaderDefault.js +1 -0
- package/dist/cjs/components/ChatSetting/ChatSetting.d.ts +6 -0
- package/dist/cjs/components/ChatSetting/ChatSetting.js +1 -0
- package/dist/cjs/components/Contact/Contact.d.ts +6 -0
- package/dist/cjs/components/Contact/Contact.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/ContactInfo.d.ts +10 -0
- package/dist/cjs/components/Contact/ContactInfo/ContactInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/basicInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/blockInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/friendApplication.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/friendInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/groupInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/hooks/useContactInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactList/ContactList.d.ts +6 -0
- package/dist/cjs/components/Contact/ContactList/ContactList.js +1 -0
- package/dist/cjs/components/Contact/hooks/useTUIContact.js +1 -0
- package/dist/cjs/components/ContactSearch/ContactSearch.js +1 -0
- package/dist/cjs/components/ContactSearch/hooks/useContactSearch.js +1 -0
- package/dist/cjs/components/ConversationActions/ConversationActions.d.ts +52 -0
- package/dist/cjs/components/ConversationActions/ConversationActions.js +1 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreate.d.ts +21 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreate.js +1 -1
- package/dist/cjs/components/ConversationCreate/ConversationCreateButton.d.ts +13 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateButton.js +1 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateGroupDetail.d.ts +16 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateGroupDetail.js +1 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateSelectView.d.ts +15 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateUserSelectList.d.ts +18 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateUserSelectList.js +1 -1
- package/dist/cjs/components/ConversationCreate/ConversationGroupTypeInfo.d.ts +24 -0
- package/dist/cjs/components/ConversationCreate/ConversationGroupTypeInfo.js +1 -1
- package/dist/cjs/components/ConversationCreate/hooks/useConversationCreate.d.ts +14 -0
- package/dist/cjs/components/ConversationCreate/hooks/useConversationCreate.js +1 -1
- package/dist/cjs/components/ConversationList/ConversationList.d.ts +57 -0
- package/dist/cjs/components/ConversationList/ConversationList.js +1 -0
- package/dist/cjs/components/ConversationList/ConversationListContent/ConversationListContent.d.ts +23 -0
- package/dist/cjs/components/ConversationList/ConversationListContent/ConversationListContent.js +1 -0
- package/dist/cjs/components/ConversationList/ConversationListHeader/ConversationListHeader.d.ts +15 -0
- package/dist/cjs/components/ConversationList/ConversationListHeader/ConversationListHeader.js +1 -0
- package/dist/cjs/components/ConversationPreview/ConversationPreview.d.ts +39 -27
- package/dist/cjs/components/ConversationPreview/ConversationPreview.js +1 -1
- package/dist/cjs/components/ConversationPreview/utils.js +1 -1
- package/dist/cjs/components/ConversationSearch/ConversationSearch.d.ts +39 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearch.js +1 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.d.ts +7 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.js +1 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.d.ts +29 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.js +1 -0
- package/dist/cjs/components/Icon/Icon.js +1 -1
- package/dist/cjs/components/Icon/config.js +1 -1
- package/dist/cjs/components/Icon/images/mute.svg.js +1 -0
- package/dist/cjs/components/Icon/images/video-call.svg.js +1 -0
- package/dist/cjs/components/Icon/images/voice-call.svg.js +1 -0
- package/dist/cjs/components/Icon/type.d.ts +5 -1
- package/dist/cjs/components/Icon/type.js +1 -1
- package/dist/cjs/components/Input/Input.d.ts +5 -2
- package/dist/cjs/components/Input/Input.js +1 -1
- package/dist/{esm/components/TUIMessage/TUIMessage.d.ts → cjs/components/MessageElement/Message.d.ts} +1 -1
- package/dist/cjs/components/MessageElement/Message.js +1 -0
- package/dist/cjs/components/MessageElement/MessageAudio.js +1 -0
- package/dist/cjs/components/MessageElement/MessageAvatar.js +1 -0
- package/dist/cjs/components/MessageElement/MessageBubble.js +1 -0
- package/dist/cjs/components/MessageElement/MessageContext.js +1 -0
- package/dist/cjs/components/MessageElement/MessageCustom.js +1 -0
- package/dist/cjs/components/MessageElement/MessageDefault.js +1 -0
- package/dist/cjs/components/MessageElement/MessageName.js +1 -0
- package/dist/cjs/components/MessageElement/MessagePlugins.js +1 -0
- package/dist/cjs/components/MessageElement/MessageProgress.js +1 -0
- package/dist/cjs/components/MessageElement/MessageRevoke.js +1 -0
- package/dist/cjs/components/MessageElement/MessageStatus.js +1 -0
- package/dist/cjs/components/MessageElement/MessageSystem.js +1 -0
- package/dist/cjs/components/MessageElement/MessageText.js +1 -0
- package/dist/cjs/components/MessageElement/MessageTip.js +1 -0
- package/dist/cjs/components/MessageElement/hooks/useMessageHandler.js +1 -0
- package/dist/cjs/components/MessageElement/hooks/useMessageReply.js +1 -0
- package/dist/cjs/components/MessageElement/utils/index.js +1 -0
- package/dist/cjs/components/MessageInput/EmojiPicker.js +1 -0
- package/dist/cjs/components/MessageInput/Forward.js +1 -0
- package/dist/cjs/components/MessageInput/InputPluginsDefalut.js +1 -0
- package/dist/cjs/components/MessageInput/InputQuoteDefalut.js +1 -0
- package/dist/cjs/components/{TUIMessageInput/TUIMessageInput.d.ts → MessageInput/MessageInput.d.ts} +4 -4
- package/dist/cjs/components/MessageInput/MessageInput.js +1 -0
- package/dist/cjs/components/MessageInput/MessageInputDefault.js +1 -0
- package/dist/cjs/components/MessageInput/Transmitter.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useEmojiPicker.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useHandleForwardMessage.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useHandleQuoteMessage.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useMessageInputText.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useUploadPicker.js +1 -0
- package/dist/cjs/components/{TUIMessageList/TUIMessageList.d.ts → MessageList/MessageList.d.ts} +3 -3
- package/dist/cjs/components/MessageList/MessageList.js +1 -0
- package/dist/cjs/components/MessageList/hooks/useMessageListElement.js +1 -0
- package/dist/cjs/components/PlaceHolder/index.d.ts +34 -0
- package/dist/cjs/components/PlaceHolder/index.js +1 -0
- package/dist/cjs/components/Plugins/index.d.ts +5 -2
- package/dist/cjs/components/Profile/Profile.d.ts +10 -0
- package/dist/cjs/components/Profile/Profile.js +1 -1
- package/dist/cjs/components/Profile/ProfileDefault.js +1 -0
- package/dist/cjs/components/Profile/myProfile/MyProfile.js +1 -0
- package/dist/cjs/components/{untils.js → utils.js} +1 -1
- package/dist/cjs/context/{TUIChatActionContext.d.ts → ChatActionContext.d.ts} +3 -2
- package/dist/{esm/context/TUIChatStateContext.d.ts → cjs/context/ChatStateContext.d.ts} +6 -6
- package/dist/cjs/context/ComponentContext.d.ts +3 -3
- package/dist/cjs/context/{TUIContactContext.d.ts → ContactContext.d.ts} +4 -4
- package/dist/cjs/context/ConversationListContext.d.ts +22 -0
- package/dist/cjs/context/ConversationListContext.js +1 -0
- package/dist/cjs/context/LanguageContext.js +1 -1
- package/dist/{esm/context/TUIMessageContext.d.ts → cjs/context/MessageContext.d.ts} +1 -1
- package/dist/{esm/context/TUIMessageInputContext.d.ts → cjs/context/MessageInputContext.d.ts} +4 -4
- package/dist/cjs/context/ThemeContext.js +1 -1
- package/dist/cjs/context/UIKitContext.d.ts +2 -2
- package/dist/cjs/context/UIKitContext.js +1 -1
- package/dist/cjs/hooks/useConversation.d.ts +4 -23
- package/dist/cjs/hooks/useConversation.js +1 -1
- package/dist/cjs/hooks/useLongPress.d.ts +3 -0
- package/dist/cjs/hooks/useLongPress.js +1 -0
- package/dist/cjs/hooks/useMouseHover.js +1 -0
- package/dist/cjs/index.css +2 -1
- package/dist/cjs/index.d.css +1376 -568
- package/dist/cjs/index.d.ts +41 -29
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/locales/en-US/TUIConversation.js +1 -1
- package/dist/cjs/locales/en-US/index.js +1 -1
- package/dist/cjs/locales/index.js +1 -1
- package/dist/cjs/locales/ja-JP/TUIConversation.js +1 -1
- package/dist/cjs/locales/ja-JP/index.js +1 -1
- package/dist/cjs/locales/ko-KR/TUIConversation.js +1 -1
- package/dist/cjs/locales/ko-KR/index.js +1 -1
- package/dist/cjs/locales/zh-CN/TUIConversation.js +1 -1
- package/dist/cjs/locales/zh-CN/index.js +1 -1
- package/dist/cjs/locales/zh-TW/TUIChat.js +1 -0
- package/dist/cjs/locales/zh-TW/TUIContact.js +1 -0
- package/dist/cjs/locales/zh-TW/TUIConversation.js +1 -0
- package/dist/cjs/locales/zh-TW/TUIProfile.js +1 -0
- package/dist/cjs/locales/zh-TW/index.js +1 -0
- package/dist/esm/_virtual/index.js +1 -0
- package/dist/esm/assets/fonts/iconfont.ttf +0 -0
- package/dist/esm/assets/fonts/iconfont.woff +0 -0
- package/dist/esm/assets/fonts/iconfont.woff2 +0 -0
- package/dist/esm/components/Avatar/Avatar.d.ts +1 -1
- package/dist/esm/components/{TUIChat/TUIChat.d.ts → Chat/Chat.d.ts} +11 -10
- package/dist/esm/components/Chat/Chat.js +1 -0
- package/dist/esm/components/Chat/ChatState.js +1 -0
- package/dist/esm/components/Chat/index.js +1 -0
- package/dist/esm/components/Chat/server.js +1 -0
- package/dist/esm/components/Chat/utils.js +1 -0
- package/dist/esm/components/{TUIChatHeader/TUIChatHeader.d.ts → ChatHeader/ChatHeader.d.ts} +4 -3
- package/dist/esm/components/ChatHeader/ChatHeader.js +1 -0
- package/dist/esm/components/{TUIChatHeader/TUIChatHeaderDefault.d.ts → ChatHeader/ChatHeaderDefault.d.ts} +4 -3
- package/dist/esm/components/ChatHeader/ChatHeaderDefault.js +1 -0
- package/dist/esm/components/ChatSetting/ChatSetting.d.ts +6 -0
- package/dist/esm/components/ChatSetting/ChatSetting.js +1 -0
- package/dist/esm/components/Contact/Contact.d.ts +6 -0
- package/dist/esm/components/Contact/Contact.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/ContactInfo.d.ts +10 -0
- package/dist/esm/components/Contact/ContactInfo/ContactInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/basicInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/blockInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/friendApplication.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/friendInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/groupInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/hooks/useContactInfo.js +1 -0
- package/dist/esm/components/Contact/ContactList/ContactList.d.ts +6 -0
- package/dist/esm/components/Contact/ContactList/ContactList.js +1 -0
- package/dist/esm/components/Contact/hooks/useTUIContact.js +1 -0
- package/dist/esm/components/ContactSearch/ContactSearch.js +1 -0
- package/dist/esm/components/ContactSearch/hooks/useContactSearch.js +1 -0
- package/dist/esm/components/ConversationActions/ConversationActions.d.ts +52 -0
- package/dist/esm/components/ConversationActions/ConversationActions.js +1 -0
- package/dist/esm/components/ConversationCreate/ConversationCreate.d.ts +21 -0
- package/dist/esm/components/ConversationCreate/ConversationCreate.js +1 -1
- package/dist/esm/components/ConversationCreate/ConversationCreateButton.d.ts +13 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateButton.js +1 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateGroupDetail.d.ts +16 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateGroupDetail.js +1 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateSelectView.d.ts +15 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateUserSelectList.d.ts +18 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateUserSelectList.js +1 -1
- package/dist/esm/components/ConversationCreate/ConversationGroupTypeInfo.d.ts +24 -0
- package/dist/esm/components/ConversationCreate/ConversationGroupTypeInfo.js +1 -1
- package/dist/esm/components/ConversationCreate/hooks/useConversationCreate.d.ts +14 -0
- package/dist/esm/components/ConversationCreate/hooks/useConversationCreate.js +1 -1
- package/dist/esm/components/ConversationList/ConversationList.d.ts +57 -0
- package/dist/esm/components/ConversationList/ConversationList.js +1 -0
- package/dist/esm/components/ConversationList/ConversationListContent/ConversationListContent.d.ts +23 -0
- package/dist/esm/components/ConversationList/ConversationListContent/ConversationListContent.js +1 -0
- package/dist/esm/components/ConversationList/ConversationListHeader/ConversationListHeader.d.ts +15 -0
- package/dist/esm/components/ConversationList/ConversationListHeader/ConversationListHeader.js +1 -0
- package/dist/esm/components/ConversationPreview/ConversationPreview.d.ts +39 -27
- package/dist/esm/components/ConversationPreview/ConversationPreview.js +1 -1
- package/dist/esm/components/ConversationPreview/utils.js +1 -1
- package/dist/esm/components/ConversationSearch/ConversationSearch.d.ts +39 -0
- package/dist/esm/components/ConversationSearch/ConversationSearch.js +1 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.d.ts +7 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.js +1 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.d.ts +29 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.js +1 -0
- package/dist/esm/components/Icon/Icon.js +1 -1
- package/dist/esm/components/Icon/config.js +1 -1
- package/dist/esm/components/Icon/images/mute.svg.js +1 -0
- package/dist/esm/components/Icon/images/video-call.svg.js +1 -0
- package/dist/esm/components/Icon/images/voice-call.svg.js +1 -0
- package/dist/esm/components/Icon/type.d.ts +5 -1
- package/dist/esm/components/Icon/type.js +1 -1
- package/dist/esm/components/Input/Input.d.ts +5 -2
- package/dist/esm/components/Input/Input.js +1 -1
- package/dist/{cjs/components/TUIMessage/TUIMessage.d.ts → esm/components/MessageElement/Message.d.ts} +1 -1
- package/dist/esm/components/MessageElement/Message.js +1 -0
- package/dist/esm/components/MessageElement/MessageAudio.js +1 -0
- package/dist/esm/components/MessageElement/MessageAvatar.js +1 -0
- package/dist/esm/components/MessageElement/MessageBubble.js +1 -0
- package/dist/esm/components/MessageElement/MessageContext.js +1 -0
- package/dist/esm/components/MessageElement/MessageCustom.js +1 -0
- package/dist/esm/components/MessageElement/MessageDefault.js +1 -0
- package/dist/esm/components/MessageElement/MessageName.js +1 -0
- package/dist/esm/components/MessageElement/MessagePlugins.js +1 -0
- package/dist/esm/components/MessageElement/MessageProgress.js +1 -0
- package/dist/esm/components/MessageElement/MessageRevoke.js +1 -0
- package/dist/esm/components/MessageElement/MessageStatus.js +1 -0
- package/dist/esm/components/MessageElement/MessageSystem.js +1 -0
- package/dist/esm/components/MessageElement/MessageText.js +1 -0
- package/dist/esm/components/MessageElement/MessageTip.js +1 -0
- package/dist/esm/components/MessageElement/hooks/useMessageHandler.js +1 -0
- package/dist/esm/components/MessageElement/hooks/useMessageReply.js +1 -0
- package/dist/esm/components/MessageElement/utils/index.js +1 -0
- package/dist/esm/components/MessageInput/EmojiPicker.js +1 -0
- package/dist/esm/components/MessageInput/Forward.js +1 -0
- package/dist/esm/components/MessageInput/InputPluginsDefalut.js +1 -0
- package/dist/esm/components/MessageInput/InputQuoteDefalut.js +1 -0
- package/dist/esm/components/{TUIMessageInput/TUIMessageInput.d.ts → MessageInput/MessageInput.d.ts} +4 -4
- package/dist/esm/components/MessageInput/MessageInput.js +1 -0
- package/dist/esm/components/MessageInput/MessageInputDefault.js +1 -0
- package/dist/esm/components/MessageInput/Transmitter.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useEmojiPicker.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useHandleForwardMessage.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useHandleQuoteMessage.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useMessageInputText.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useUploadPicker.js +1 -0
- package/dist/esm/components/{TUIMessageList/TUIMessageList.d.ts → MessageList/MessageList.d.ts} +3 -3
- package/dist/esm/components/MessageList/MessageList.js +1 -0
- package/dist/esm/components/MessageList/hooks/useMessageListElement.js +1 -0
- package/dist/esm/components/PlaceHolder/index.d.ts +34 -0
- package/dist/esm/components/PlaceHolder/index.js +1 -0
- package/dist/esm/components/Plugins/index.d.ts +5 -2
- package/dist/esm/components/Profile/Profile.d.ts +10 -0
- package/dist/esm/components/Profile/Profile.js +1 -1
- package/dist/esm/components/Profile/ProfileDefault.js +1 -0
- package/dist/esm/components/Profile/myProfile/MyProfile.js +1 -0
- package/dist/esm/components/utils.js +1 -0
- package/dist/esm/context/{TUIChatActionContext.d.ts → ChatActionContext.d.ts} +3 -2
- package/dist/{cjs/context/TUIChatStateContext.d.ts → esm/context/ChatStateContext.d.ts} +6 -6
- package/dist/esm/context/ComponentContext.d.ts +3 -3
- package/dist/esm/context/{TUIContactContext.d.ts → ContactContext.d.ts} +4 -4
- package/dist/esm/context/ConversationListContext.d.ts +22 -0
- package/dist/esm/context/ConversationListContext.js +1 -0
- package/dist/esm/context/LanguageContext.js +1 -1
- package/dist/{cjs/context/TUIMessageContext.d.ts → esm/context/MessageContext.d.ts} +1 -1
- package/dist/{cjs/context/TUIMessageInputContext.d.ts → esm/context/MessageInputContext.d.ts} +4 -4
- package/dist/esm/context/ThemeContext.js +1 -1
- package/dist/esm/context/UIKitContext.d.ts +2 -2
- package/dist/esm/context/UIKitContext.js +1 -1
- package/dist/esm/hooks/useConversation.d.ts +4 -23
- package/dist/esm/hooks/useConversation.js +1 -1
- package/dist/esm/hooks/useLongPress.d.ts +3 -0
- package/dist/esm/hooks/useLongPress.js +1 -0
- package/dist/esm/hooks/useMouseHover.js +1 -0
- package/dist/esm/index.css +2 -1
- package/dist/esm/index.d.css +1376 -568
- package/dist/esm/index.d.ts +41 -29
- package/dist/esm/index.js +1 -1
- package/dist/esm/locales/en-US/TUIConversation.js +1 -1
- package/dist/esm/locales/en-US/index.js +1 -1
- package/dist/esm/locales/index.js +1 -1
- package/dist/esm/locales/ja-JP/TUIConversation.js +1 -1
- package/dist/esm/locales/ja-JP/index.js +1 -1
- package/dist/esm/locales/ko-KR/TUIConversation.js +1 -1
- package/dist/esm/locales/ko-KR/index.js +1 -1
- package/dist/esm/locales/zh-CN/TUIConversation.js +1 -1
- package/dist/esm/locales/zh-CN/index.js +1 -1
- package/dist/esm/locales/zh-TW/TUIChat.js +1 -0
- package/dist/esm/locales/zh-TW/TUIContact.js +1 -0
- package/dist/esm/locales/zh-TW/TUIConversation.js +1 -0
- package/dist/esm/locales/zh-TW/TUIProfile.js +1 -0
- package/dist/esm/locales/zh-TW/index.js +1 -0
- package/package.json +3 -1
- package/rollup.config.js +1 -1
- package/src/assets/fonts/iconfont.ttf +0 -0
- package/src/assets/fonts/iconfont.woff +0 -0
- package/src/assets/fonts/iconfont.woff2 +0 -0
- package/src/components/Avatar/Avatar.tsx +33 -31
- package/src/components/Avatar/styles/index.scss +11 -4
- package/src/components/{TUIChat/TUIChat.tsx → Chat/Chat.tsx} +50 -46
- package/src/components/{TUIChat/TUIChatState.tsx → Chat/ChatState.tsx} +41 -41
- package/src/components/{TUIChat → Chat}/hooks/useHandleMessage.tsx +1 -1
- package/src/components/{TUIChat → Chat}/hooks/useHandleMessageList.tsx +1 -1
- package/src/components/Chat/index.ts +5 -0
- package/src/components/Chat/server.ts +44 -0
- package/src/components/{TUIChat → Chat}/styles/layout.scss +7 -2
- package/src/components/Chat/utils.ts +72 -0
- package/src/components/{TUIChatHeader/TUIChatHeader.tsx → ChatHeader/ChatHeader.tsx} +14 -11
- package/src/components/{TUIChatHeader/TUIChatHeaderDefault.tsx → ChatHeader/ChatHeaderDefault.tsx} +72 -29
- package/src/components/ChatHeader/index.ts +2 -0
- package/src/components/{TUIChatHeader → ChatHeader}/styles/layout.scss +12 -13
- package/src/components/{TUIManage/TUIManage.tsx → ChatSetting/ChatSetting.tsx} +17 -20
- package/src/components/ChatSetting/index.ts +1 -0
- package/src/components/{TUIManage → ChatSetting}/styles/index.scss +24 -16
- package/src/components/Checkbox/index.tsx +9 -9
- package/src/components/Checkbox/styles/color.scss +17 -6
- package/src/components/{TUIContact/TUIContact.tsx → Contact/Contact.tsx} +35 -35
- package/src/components/{TUIContact/TUIContactInfo/TUIContactInfo.tsx → Contact/ContactInfo/ContactInfo.tsx} +4 -4
- package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/index.scss +44 -21
- package/src/components/{TUIContact/TUIContactList/TUIContactList.tsx → Contact/ContactList/ContactList.tsx} +78 -74
- package/src/components/{TUIContact/TUIContactList → Contact/ContactList}/index.scss +40 -20
- package/src/components/{TUIContact → Contact}/hooks/useTUIContact.tsx +3 -3
- package/src/components/{TUIContact → Contact}/index.scss +30 -11
- package/src/components/Contact/index.ts +3 -0
- package/src/components/{TUIContactSearch/TUIContactSearch.tsx → ContactSearch/ContactSearch.tsx} +8 -7
- package/src/components/{TUIContactSearch → ContactSearch}/index.scss +12 -3
- package/src/components/ConversationActions/ConversationActions.scss +45 -0
- package/src/components/ConversationActions/ConversationActions.tsx +172 -0
- package/src/components/ConversationActions/index.ts +1 -0
- package/src/components/ConversationCreate/ConversationCreate.tsx +104 -49
- package/src/components/ConversationCreate/ConversationCreateButton.tsx +46 -0
- package/src/components/ConversationCreate/ConversationCreateGroupDetail.tsx +179 -0
- package/src/components/ConversationCreate/ConversationCreateSelectView.tsx +7 -7
- package/src/components/ConversationCreate/ConversationCreateUserSelectList.tsx +31 -29
- package/src/components/ConversationCreate/ConversationGroupTypeInfo.tsx +19 -19
- package/src/components/ConversationCreate/hooks/useConversationCreate.tsx +38 -31
- package/src/components/ConversationCreate/index.ts +2 -1
- package/src/components/ConversationCreate/styles/{ConversationCreatGroupDetail.scss → ConversationCreateGroupDetail.scss} +13 -17
- package/src/components/ConversationCreate/styles/conversationCreateButton.scss +5 -0
- package/src/components/ConversationCreate/styles/conversationCreateSelectView.scss +13 -8
- package/src/components/ConversationCreate/styles/conversationGroupTypeInfo.scss +20 -21
- package/src/components/ConversationCreate/styles/index.scss +64 -19
- package/src/components/ConversationList/ConversationList.scss +29 -0
- package/src/components/ConversationList/ConversationList.tsx +155 -0
- package/src/components/ConversationList/ConversationListContent/ConversationListContent.scss +16 -0
- package/src/components/ConversationList/ConversationListContent/ConversationListContent.tsx +63 -0
- package/src/components/ConversationList/ConversationListContent/index.ts +1 -0
- package/src/components/ConversationList/ConversationListHeader/ConversationListHeader.scss +28 -0
- package/src/components/ConversationList/ConversationListHeader/ConversationListHeader.tsx +43 -0
- package/src/components/ConversationList/ConversationListHeader/index.ts +1 -0
- package/src/components/ConversationList/index.ts +3 -0
- package/src/components/ConversationPreview/ConversationPreview.scss +137 -0
- package/src/components/ConversationPreview/ConversationPreview.tsx +245 -63
- package/src/components/ConversationPreview/index.ts +0 -1
- package/src/components/ConversationPreview/utils.tsx +80 -61
- package/src/components/ConversationSearch/ConversationSearch.scss +22 -0
- package/src/components/ConversationSearch/ConversationSearch.tsx +125 -0
- package/src/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.scss +13 -0
- package/src/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.tsx +42 -0
- package/src/components/ConversationSearch/ConversationSearchInput/index.ts +1 -0
- package/src/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.scss +15 -0
- package/src/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.tsx +72 -0
- package/src/components/ConversationSearch/ConversationSearchResult/index.ts +1 -0
- package/src/components/ConversationSearch/index.ts +3 -2
- package/src/components/DivWithEdit/styles/index.scss +30 -10
- package/src/components/EmptyStateIndicator/EmptyStateIndicator.tsx +2 -3
- package/src/components/Icon/Icon.tsx +8 -8
- package/src/components/Icon/config.ts +23 -4
- package/src/components/Icon/images/mute.svg +8 -0
- package/src/components/Icon/images/video-call.svg +3 -0
- package/src/components/Icon/images/voice-call.svg +3 -0
- package/src/components/Icon/styles/index.scss +41 -6
- package/src/components/Icon/type.ts +4 -0
- package/src/components/Input/Input.tsx +24 -23
- package/src/components/Input/styles/index.scss +22 -6
- package/src/components/{TUIMessage/TUIMessage.tsx → MessageElement/Message.tsx} +33 -33
- package/src/components/{TUIMessage → MessageElement}/MessageAvatar.tsx +7 -7
- package/src/components/{TUIMessage → MessageElement}/MessageBubble.tsx +22 -21
- package/src/components/{TUIMessage → MessageElement}/MessageCustom.tsx +26 -5
- package/src/components/{TUIMessage/TUIMessageDefault.tsx → MessageElement/MessageDefault.tsx} +24 -24
- package/src/components/{TUIMessage → MessageElement}/MessagePlugins.tsx +18 -18
- package/src/components/{TUIMessage → MessageElement}/MessageStatus.tsx +5 -5
- package/src/components/{TUIMessage → MessageElement}/hooks/useMessageHandler.ts +6 -6
- package/src/components/{TUIMessage → MessageElement}/hooks/useMessageReply.ts +6 -5
- package/src/components/{TUIMessage → MessageElement}/index.ts +1 -1
- package/src/components/{TUIMessage → MessageElement}/styles/color.scss +6 -5
- package/src/components/{TUIMessage → MessageElement}/styles/layout.scss +112 -43
- package/src/components/{TUIMessage → MessageElement}/utils/index.ts +23 -12
- package/src/components/{TUIMessageInput → MessageInput}/EmojiPicker.tsx +2 -2
- package/src/components/{TUIMessageInput/TUIForward.tsx → MessageInput/Forward.tsx} +41 -36
- package/src/components/{TUIMessageInput → MessageInput}/InputPluginsDefalut.tsx +14 -14
- package/src/components/{TUIMessageInput → MessageInput}/InputQuoteDefalut.tsx +1 -1
- package/src/components/{TUIMessageInput/TUIMessageInput.tsx → MessageInput/MessageInput.tsx} +25 -27
- package/src/components/{TUIMessageInput/TUIMessageInputDefault.tsx → MessageInput/MessageInputDefault.tsx} +14 -14
- package/src/components/{TUIMessageInput → MessageInput}/Transmitter.tsx +2 -2
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useEmojiPicker.tsx +1 -1
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useHandleForwardMessage.tsx +5 -4
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.tsx +1 -1
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputText.tsx +14 -14
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useUploadPicker.tsx +4 -4
- package/src/components/MessageInput/index.ts +3 -0
- package/src/components/MessageInput/styles/color.scss +40 -0
- package/src/components/{TUIMessageInput → MessageInput}/styles/layout.scss +33 -17
- package/src/components/{TUIMessageList/TUIMessageList.tsx → MessageList/MessageList.tsx} +5 -5
- package/src/components/{TUIMessageList → MessageList}/hooks/useMessageListElement.tsx +14 -10
- package/src/components/MessageList/index.ts +1 -0
- package/src/components/{TUIMessageList → MessageList}/styles/layout.scss +16 -9
- package/src/components/PlaceHolder/index.tsx +79 -0
- package/src/components/PlaceHolder/styles/index.scss +36 -0
- package/src/components/Plugins/index.tsx +49 -45
- package/src/components/Plugins/styles/color.scss +3 -11
- package/src/components/Profile/Profile.tsx +46 -21
- package/src/components/{TUIProfile/TUIProfileDefault.tsx → Profile/ProfileDefault.tsx} +12 -11
- package/src/components/Profile/index.ts +2 -1
- package/src/components/Profile/myProfile/MyProfile.tsx +25 -0
- package/src/components/Profile/myProfile/index.ts +1 -0
- package/src/components/Profile/myProfile/styles/index.scss +32 -0
- package/src/components/Profile/styles/color.scss +7 -0
- package/src/components/Profile/styles/index.scss +2 -23
- package/src/components/{TUIProfile → Profile}/styles/layout.scss +17 -14
- package/src/components/index.ts +13 -11
- package/src/components/{untils.ts → utils.ts} +5 -4
- package/src/context/{TUIChatActionContext.tsx → ChatActionContext.tsx} +15 -14
- package/src/context/ChatStateContext.tsx +49 -0
- package/src/context/ComponentContext.tsx +13 -13
- package/src/context/{TUIContactContext.tsx → ContactContext.tsx} +10 -11
- package/src/context/ConversationListContext.tsx +113 -0
- package/src/context/LanguageContext.tsx +6 -4
- package/src/context/MessageContext.tsx +55 -0
- package/src/context/MessageInputContext.tsx +54 -0
- package/src/context/ThemeContext.tsx +12 -5
- package/src/context/UIKitContext.tsx +11 -2
- package/src/context/index.ts +6 -5
- package/src/hooks/index.ts +2 -0
- package/src/hooks/useConversation.tsx +26 -74
- package/src/hooks/useLongPress.tsx +117 -0
- package/src/hooks/useMouseHover.tsx +21 -0
- package/src/locales/en-US/TUIConversation.ts +4 -0
- package/src/locales/en-US/index.ts +0 -3
- package/src/locales/index.ts +16 -2
- package/src/locales/ja-JP/TUIConversation.ts +4 -0
- package/src/locales/ja-JP/index.ts +0 -2
- package/src/locales/ko-KR/TUIConversation.ts +4 -0
- package/src/locales/ko-KR/index.ts +0 -2
- package/src/locales/zh-CN/TUIConversation.ts +4 -0
- package/src/locales/zh-CN/index.ts +0 -2
- package/src/locales/zh-TW/TUIChat.ts +27 -0
- package/src/locales/zh-TW/TUIContact.ts +29 -0
- package/src/locales/zh-TW/TUIConversation.ts +36 -0
- package/src/locales/zh-TW/TUIProfile.ts +15 -0
- package/src/locales/zh-TW/index.ts +11 -0
- package/src/styles/colors/_color-dark.scss +31 -21
- package/src/styles/colors/_color-light.scss +31 -21
- package/src/styles/colors/_color-theme.scss +32 -21
- package/src/styles/normalize.scss +6 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreatGroupDetail.js +0 -1
- package/dist/cjs/components/ConversationPreview/ConversationListContainer.d.ts +0 -10
- package/dist/cjs/components/ConversationPreview/ConversationListContainer.js +0 -1
- package/dist/cjs/components/ConversationPreview/ConversationPreviewContent.d.ts +0 -10
- package/dist/cjs/components/ConversationPreview/ConversationPreviewContent.js +0 -1
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput.d.ts +0 -6
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput.js +0 -1
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult.d.ts +0 -12
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult.js +0 -1
- package/dist/cjs/components/Icon/images/down-arrow.png.js +0 -1
- package/dist/cjs/components/Icon/images/right-arrow.svg.js +0 -1
- package/dist/cjs/components/TUIChat/TUIChat.js +0 -1
- package/dist/cjs/components/TUIChat/TUIChatState.js +0 -1
- package/dist/cjs/components/TUIChat/unitls.js +0 -1
- package/dist/cjs/components/TUIChatHeader/TUIChatHeader.js +0 -1
- package/dist/cjs/components/TUIChatHeader/TUIChatHeaderDefault.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContact.d.ts +0 -6
- package/dist/cjs/components/TUIContact/TUIContact.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/TUIContactInfo.d.ts +0 -10
- package/dist/cjs/components/TUIContact/TUIContactInfo/TUIContactInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/basicInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/blockInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/friendApplication.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/friendInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/groupInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/hooks/useContactInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactList/TUIContactList.d.ts +0 -6
- package/dist/cjs/components/TUIContact/TUIContactList/TUIContactList.js +0 -1
- package/dist/cjs/components/TUIContact/hooks/useTUIContact.js +0 -1
- package/dist/cjs/components/TUIContactSearch/TUIContactSearch.js +0 -1
- package/dist/cjs/components/TUIContactSearch/hooks/useContactSearch.js +0 -1
- package/dist/cjs/components/TUIConversation/TUIConversation.d.ts +0 -12
- package/dist/cjs/components/TUIConversation/TUIConversation.js +0 -1
- package/dist/cjs/components/TUIConversationList/TUIConversationList.d.ts +0 -19
- package/dist/cjs/components/TUIConversationList/TUIConversationList.js +0 -1
- package/dist/cjs/components/TUIConversationList/hooks/useConversationList.js +0 -1
- package/dist/cjs/components/TUIConversationList/hooks/useConversationUpdate.js +0 -1
- package/dist/cjs/components/TUIManage/TUIManage.d.ts +0 -6
- package/dist/cjs/components/TUIManage/TUIManage.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageAudio.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageAvatar.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageBubble.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageContext.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageCustom.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageName.js +0 -1
- package/dist/cjs/components/TUIMessage/MessagePlugins.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageProgress.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageRevoke.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageStatus.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageSystem.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageText.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageTip.js +0 -1
- package/dist/cjs/components/TUIMessage/TUIMessage.js +0 -1
- package/dist/cjs/components/TUIMessage/TUIMessageDefault.js +0 -1
- package/dist/cjs/components/TUIMessage/hooks/useMessageHandler.js +0 -1
- package/dist/cjs/components/TUIMessage/hooks/useMessageReply.js +0 -1
- package/dist/cjs/components/TUIMessage/utils/index.js +0 -1
- package/dist/cjs/components/TUIMessageInput/EmojiPicker.js +0 -1
- package/dist/cjs/components/TUIMessageInput/InputPluginsDefalut.js +0 -1
- package/dist/cjs/components/TUIMessageInput/InputQuoteDefalut.js +0 -1
- package/dist/cjs/components/TUIMessageInput/TUIForward.js +0 -1
- package/dist/cjs/components/TUIMessageInput/TUIMessageInput.js +0 -1
- package/dist/cjs/components/TUIMessageInput/TUIMessageInputDefault.js +0 -1
- package/dist/cjs/components/TUIMessageInput/Transmitter.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useEmojiPicker.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useHandleForwardMessage.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useHandleQuoteMessage.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useMessageInputText.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useUploadPicker.js +0 -1
- package/dist/cjs/components/TUIMessageList/TUIMessageList.js +0 -1
- package/dist/cjs/components/TUIMessageList/hooks/useMessageListElement.js +0 -1
- package/dist/cjs/components/TUIProfile/TUIProfile.d.ts +0 -10
- package/dist/cjs/components/TUIProfile/TUIProfile.js +0 -1
- package/dist/cjs/components/TUIProfile/TUIProfileDefault.js +0 -1
- package/dist/cjs/context/TUIConversationContext.js +0 -1
- package/dist/cjs/locales/en-US/TUIGlobal.js +0 -1
- package/dist/cjs/locales/ja-JP/TUIGlobal.js +0 -1
- package/dist/cjs/locales/ko-KR/TUIGlobal.js +0 -1
- package/dist/cjs/locales/zh-CN/TUIGlobal.js +0 -1
- package/dist/esm/components/ConversationCreate/ConversationCreatGroupDetail.js +0 -1
- package/dist/esm/components/ConversationPreview/ConversationListContainer.d.ts +0 -10
- package/dist/esm/components/ConversationPreview/ConversationListContainer.js +0 -1
- package/dist/esm/components/ConversationPreview/ConversationPreviewContent.d.ts +0 -10
- package/dist/esm/components/ConversationPreview/ConversationPreviewContent.js +0 -1
- package/dist/esm/components/ConversationSearch/ConversationSearchInput.d.ts +0 -6
- package/dist/esm/components/ConversationSearch/ConversationSearchInput.js +0 -1
- package/dist/esm/components/ConversationSearch/ConversationSearchResult.d.ts +0 -12
- package/dist/esm/components/ConversationSearch/ConversationSearchResult.js +0 -1
- package/dist/esm/components/Icon/images/down-arrow.png.js +0 -1
- package/dist/esm/components/Icon/images/right-arrow.svg.js +0 -1
- package/dist/esm/components/TUIChat/TUIChat.js +0 -1
- package/dist/esm/components/TUIChat/TUIChatState.js +0 -1
- package/dist/esm/components/TUIChat/unitls.js +0 -1
- package/dist/esm/components/TUIChatHeader/TUIChatHeader.js +0 -1
- package/dist/esm/components/TUIChatHeader/TUIChatHeaderDefault.js +0 -1
- package/dist/esm/components/TUIContact/TUIContact.d.ts +0 -6
- package/dist/esm/components/TUIContact/TUIContact.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/TUIContactInfo.d.ts +0 -10
- package/dist/esm/components/TUIContact/TUIContactInfo/TUIContactInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/basicInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/blockInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/friendApplication.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/friendInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/groupInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/hooks/useContactInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactList/TUIContactList.d.ts +0 -6
- package/dist/esm/components/TUIContact/TUIContactList/TUIContactList.js +0 -1
- package/dist/esm/components/TUIContact/hooks/useTUIContact.js +0 -1
- package/dist/esm/components/TUIContactSearch/TUIContactSearch.js +0 -1
- package/dist/esm/components/TUIContactSearch/hooks/useContactSearch.js +0 -1
- package/dist/esm/components/TUIConversation/TUIConversation.d.ts +0 -12
- package/dist/esm/components/TUIConversation/TUIConversation.js +0 -1
- package/dist/esm/components/TUIConversationList/TUIConversationList.d.ts +0 -19
- package/dist/esm/components/TUIConversationList/TUIConversationList.js +0 -1
- package/dist/esm/components/TUIConversationList/hooks/useConversationList.js +0 -1
- package/dist/esm/components/TUIConversationList/hooks/useConversationUpdate.js +0 -1
- package/dist/esm/components/TUIManage/TUIManage.d.ts +0 -6
- package/dist/esm/components/TUIManage/TUIManage.js +0 -1
- package/dist/esm/components/TUIMessage/MessageAudio.js +0 -1
- package/dist/esm/components/TUIMessage/MessageAvatar.js +0 -1
- package/dist/esm/components/TUIMessage/MessageBubble.js +0 -1
- package/dist/esm/components/TUIMessage/MessageContext.js +0 -1
- package/dist/esm/components/TUIMessage/MessageCustom.js +0 -1
- package/dist/esm/components/TUIMessage/MessageName.js +0 -1
- package/dist/esm/components/TUIMessage/MessagePlugins.js +0 -1
- package/dist/esm/components/TUIMessage/MessageProgress.js +0 -1
- package/dist/esm/components/TUIMessage/MessageRevoke.js +0 -1
- package/dist/esm/components/TUIMessage/MessageStatus.js +0 -1
- package/dist/esm/components/TUIMessage/MessageSystem.js +0 -1
- package/dist/esm/components/TUIMessage/MessageText.js +0 -1
- package/dist/esm/components/TUIMessage/MessageTip.js +0 -1
- package/dist/esm/components/TUIMessage/TUIMessage.js +0 -1
- package/dist/esm/components/TUIMessage/TUIMessageDefault.js +0 -1
- package/dist/esm/components/TUIMessage/hooks/useMessageHandler.js +0 -1
- package/dist/esm/components/TUIMessage/hooks/useMessageReply.js +0 -1
- package/dist/esm/components/TUIMessage/utils/index.js +0 -1
- package/dist/esm/components/TUIMessageInput/EmojiPicker.js +0 -1
- package/dist/esm/components/TUIMessageInput/InputPluginsDefalut.js +0 -1
- package/dist/esm/components/TUIMessageInput/InputQuoteDefalut.js +0 -1
- package/dist/esm/components/TUIMessageInput/TUIForward.js +0 -1
- package/dist/esm/components/TUIMessageInput/TUIMessageInput.js +0 -1
- package/dist/esm/components/TUIMessageInput/TUIMessageInputDefault.js +0 -1
- package/dist/esm/components/TUIMessageInput/Transmitter.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useEmojiPicker.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useHandleForwardMessage.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useHandleQuoteMessage.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useMessageInputText.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useUploadPicker.js +0 -1
- package/dist/esm/components/TUIMessageList/TUIMessageList.js +0 -1
- package/dist/esm/components/TUIMessageList/hooks/useMessageListElement.js +0 -1
- package/dist/esm/components/TUIProfile/TUIProfile.d.ts +0 -10
- package/dist/esm/components/TUIProfile/TUIProfile.js +0 -1
- package/dist/esm/components/TUIProfile/TUIProfileDefault.js +0 -1
- package/dist/esm/components/untils.js +0 -1
- package/dist/esm/context/TUIConversationContext.js +0 -1
- package/dist/esm/locales/en-US/TUIGlobal.js +0 -1
- package/dist/esm/locales/ja-JP/TUIGlobal.js +0 -1
- package/dist/esm/locales/ko-KR/TUIGlobal.js +0 -1
- package/dist/esm/locales/zh-CN/TUIGlobal.js +0 -1
- package/scripts/publish-github.js +0 -60
- package/scripts/publish-intl-demo.js +0 -14
- package/scripts/publish-intl-experience-demo.js +0 -14
- package/src/components/ConversationCreate/ConversationCreatGroupDetail.tsx +0 -170
- package/src/components/ConversationPreview/ConversationListContainer.tsx +0 -20
- package/src/components/ConversationPreview/ConversationPreviewContent.tsx +0 -190
- package/src/components/ConversationPreview/styles/index.scss +0 -171
- package/src/components/ConversationSearch/ConversationSearchInput.tsx +0 -27
- package/src/components/ConversationSearch/ConversationSearchResult.tsx +0 -39
- package/src/components/ConversationSearch/styles/index.scss +0 -20
- package/src/components/TUIChat/index.ts +0 -2
- package/src/components/TUIChat/unitls.ts +0 -39
- package/src/components/TUIChatHeader/index.ts +0 -2
- package/src/components/TUIContact/index.ts +0 -3
- package/src/components/TUIConversation/TUIConversation.tsx +0 -46
- package/src/components/TUIConversation/index.ts +0 -1
- package/src/components/TUIConversationList/TUIConversationList.tsx +0 -178
- package/src/components/TUIConversationList/hooks/useConversationList.tsx +0 -42
- package/src/components/TUIConversationList/hooks/useConversationUpdate.tsx +0 -38
- package/src/components/TUIConversationList/index.scss +0 -59
- package/src/components/TUIConversationList/index.ts +0 -2
- package/src/components/TUIManage/index.ts +0 -1
- package/src/components/TUIMessageInput/index.ts +0 -3
- package/src/components/TUIMessageInput/styles/color.scss +0 -36
- package/src/components/TUIMessageList/index.ts +0 -1
- package/src/components/TUIProfile/TUIProfile.tsx +0 -50
- package/src/components/TUIProfile/index.ts +0 -2
- package/src/components/TUIProfile/styles/color.scss +0 -6
- package/src/components/TUIProfile/styles/index.scss +0 -2
- package/src/context/TUIChatStateContext.tsx +0 -50
- package/src/context/TUIConversationContext.tsx +0 -29
- package/src/context/TUIMessageContext.tsx +0 -56
- package/src/context/TUIMessageInputContext.tsx +0 -55
- package/src/locales/en-US/TUIGlobal.ts +0 -6
- package/src/locales/ja-JP/TUIGlobal.ts +0 -6
- package/src/locales/ko-KR/TUIGlobal.ts +0 -6
- package/src/locales/zh-CN/TUIGlobal.ts +0 -6
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useCreateTUIChatStateContext.js +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useHandleMessage.d.ts +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useHandleMessage.js +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useHandleMessageList.js +0 -0
- /package/dist/cjs/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/addFriendInfo.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageContext.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageFace.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageFile.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageImage.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageLocation.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageMerger.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessagePlugins.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageVideo.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/hooks/useMessageContextHandler.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/hooks/useMessagePluginElement.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/utils/decodeText.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/utils/emojiMap.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/InputPluginsDefalut.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessageInput/TUIMessageInputDefault.d.ts → MessageInput/MessageInputDefault.d.ts} +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useCreateMessageInputContext.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useEmojiPicker.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useUploadElement.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useUploadPicker.d.ts +0 -0
- /package/dist/cjs/components/{TUIProfile/TUIProfileDefault.d.ts → Profile/ProfileDefault.d.ts} +0 -0
- /package/dist/cjs/components/{TUIProfile → Profile}/hooks/useMyProfile.js +0 -0
- /package/dist/cjs/context/{TUIChatActionContext.js → ChatActionContext.js} +0 -0
- /package/dist/cjs/context/{TUIChatStateContext.js → ChatStateContext.js} +0 -0
- /package/dist/cjs/context/{TUIContactContext.js → ContactContext.js} +0 -0
- /package/dist/cjs/context/{TUIMessageContext.js → MessageContext.js} +0 -0
- /package/dist/cjs/context/{TUIMessageInputContext.js → MessageInputContext.js} +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useCreateTUIChatStateContext.js +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useHandleMessage.d.ts +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useHandleMessage.js +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useHandleMessageList.js +0 -0
- /package/dist/esm/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/addFriendInfo.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageContext.d.ts +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageFace.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageFile.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageImage.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageLocation.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageMerger.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessagePlugins.d.ts +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageVideo.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/hooks/useMessageContextHandler.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/hooks/useMessagePluginElement.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/utils/decodeText.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/utils/emojiMap.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/InputPluginsDefalut.d.ts +0 -0
- /package/dist/esm/components/{TUIMessageInput/TUIMessageInputDefault.d.ts → MessageInput/MessageInputDefault.d.ts} +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useCreateMessageInputContext.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useEmojiPicker.d.ts +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.d.ts +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useUploadElement.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useUploadPicker.d.ts +0 -0
- /package/dist/esm/components/{TUIProfile/TUIProfileDefault.d.ts → Profile/ProfileDefault.d.ts} +0 -0
- /package/dist/esm/components/{TUIProfile → Profile}/hooks/useMyProfile.js +0 -0
- /package/dist/esm/context/{TUIChatActionContext.js → ChatActionContext.js} +0 -0
- /package/dist/esm/context/{TUIChatStateContext.js → ChatStateContext.js} +0 -0
- /package/dist/esm/context/{TUIContactContext.js → ContactContext.js} +0 -0
- /package/dist/esm/context/{TUIMessageContext.js → MessageContext.js} +0 -0
- /package/dist/esm/context/{TUIMessageInputContext.js → MessageInputContext.js} +0 -0
- /package/src/components/{TUIChat → Chat}/hooks/useCreateTUIChatStateContext.tsx +0 -0
- /package/src/components/{TUIChat → Chat}/hooks/useIsMounted.ts +0 -0
- /package/src/components/{TUIChat → Chat}/styles/index.scss +0 -0
- /package/src/components/{TUIChatHeader → ChatHeader}/styles/color.scss +0 -0
- /package/src/components/{TUIChatHeader → ChatHeader}/styles/index.scss +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/addFriendInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/basicInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/blockInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/friendApplication.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/friendInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/groupInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/hooks/useContactInfo.tsx +0 -0
- /package/src/components/{TUIContactSearch → ContactSearch}/hooks/useContactSearch.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageAudio.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageContext.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageFace.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageFile.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageImage.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageLocation.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageMerger.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageName.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageProgress.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageRevoke.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageSystem.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageText.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageTip.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageVideo.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/index.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/useMessageContextHandler.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/useMessagePluginElement.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/styles/index.scss +0 -0
- /package/src/components/{TUIMessage → MessageElement}/utils/decodeText.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/utils/emojiMap.ts +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/index.ts +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useCreateMessageInputContext.ts +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useHandleQuoteMessage.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/usePluginsElement.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useUploadElement.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/styles/index.scss +0 -0
- /package/src/components/{TUIMessageList → MessageList}/styles/color.scss +0 -0
- /package/src/components/{TUIMessageList → MessageList}/styles/index.scss +0 -0
- /package/src/components/{TUIProfile → Profile}/hooks/index.ts +0 -0
- /package/src/components/{TUIProfile → Profile}/hooks/useMyProfile.tsx +0 -0
package/dist/esm/index.d.css
CHANGED
|
@@ -1,270 +1,3 @@
|
|
|
1
|
-
.tui-conversation {
|
|
2
|
-
flex: 1;
|
|
3
|
-
box-sizing: border-box;
|
|
4
|
-
overflow: hidden;
|
|
5
|
-
min-width: 0;
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
position: relative;
|
|
9
|
-
text-align: initial;
|
|
10
|
-
}
|
|
11
|
-
[data-uikit-theme=light] .tui-conversation {
|
|
12
|
-
background-color: var(--chat-theme-light-bg-primary);
|
|
13
|
-
}
|
|
14
|
-
[data-uikit-theme=dark] .tui-conversation {
|
|
15
|
-
background-color: var(--chat-theme-dark-bg-primary);
|
|
16
|
-
}
|
|
17
|
-
.tui-conversation .tui-conversation-header {
|
|
18
|
-
display: flex;
|
|
19
|
-
padding: 10px 20px;
|
|
20
|
-
}
|
|
21
|
-
.tui-conversation .tui-conversation-header .tui-conversation-create-icon {
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
margin-left: 10px;
|
|
26
|
-
}
|
|
27
|
-
.tui-conversation .no-result {
|
|
28
|
-
padding: 0 20px;
|
|
29
|
-
display: flex;
|
|
30
|
-
flex-direction: column;
|
|
31
|
-
align-items: center;
|
|
32
|
-
}
|
|
33
|
-
.tui-conversation .no-result-icon {
|
|
34
|
-
margin: 100px auto 50px;
|
|
35
|
-
}
|
|
36
|
-
.tui-conversation .no-result-message {
|
|
37
|
-
color: #999;
|
|
38
|
-
font-weight: 400;
|
|
39
|
-
font-size: 16px;
|
|
40
|
-
font-family: PingFangSC-Medium;
|
|
41
|
-
line-height: 22px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.tui-conversation-h5 .tui-conversation-header {
|
|
45
|
-
padding: 10px;
|
|
46
|
-
}
|
|
47
|
-
.tui-conversation-h5 .conversation-list-container .conversation-preview-container {
|
|
48
|
-
padding: 0 10px;
|
|
49
|
-
}
|
|
50
|
-
.tui-kit-avatar {
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
position: relative;
|
|
54
|
-
cursor: pointer;
|
|
55
|
-
flex-shrink: 0;
|
|
56
|
-
}
|
|
57
|
-
.tui-kit-avatar.circle .avatar-image {
|
|
58
|
-
border-radius: 50%;
|
|
59
|
-
}
|
|
60
|
-
.tui-kit-avatar.square .avatar-image {
|
|
61
|
-
border-radius: 4px;
|
|
62
|
-
}
|
|
63
|
-
.tui-kit-avatar img {
|
|
64
|
-
width: 100%;
|
|
65
|
-
height: 100%;
|
|
66
|
-
}
|
|
67
|
-
.tui-kit-avatar:hover .tui-kit-avatar-edit {
|
|
68
|
-
display: flex;
|
|
69
|
-
}
|
|
70
|
-
.tui-kit-avatar-edit {
|
|
71
|
-
position: absolute;
|
|
72
|
-
top: 0;
|
|
73
|
-
left: 0;
|
|
74
|
-
background: rgba(0, 0, 0, 0.33);
|
|
75
|
-
width: 100%;
|
|
76
|
-
height: 100%;
|
|
77
|
-
border-radius: 100%;
|
|
78
|
-
display: none;
|
|
79
|
-
justify-content: center;
|
|
80
|
-
align-items: center;
|
|
81
|
-
}
|
|
82
|
-
.tui-kit-avatar-list {
|
|
83
|
-
position: absolute;
|
|
84
|
-
z-index: 2;
|
|
85
|
-
top: 100%;
|
|
86
|
-
background: #FFFFFF;
|
|
87
|
-
border-radius: 5px;
|
|
88
|
-
box-shadow: 0 11px 20px 0 rgb(0, 0, 0);
|
|
89
|
-
display: flex;
|
|
90
|
-
flex-wrap: wrap;
|
|
91
|
-
justify-content: center;
|
|
92
|
-
width: 100%;
|
|
93
|
-
min-width: 200px;
|
|
94
|
-
max-width: 400px;
|
|
95
|
-
padding: 10px;
|
|
96
|
-
}
|
|
97
|
-
.tui-kit-avatar-list-item {
|
|
98
|
-
padding: 10px;
|
|
99
|
-
}
|
|
100
|
-
.tui-kit-avatar-list-item img {
|
|
101
|
-
width: 40px;
|
|
102
|
-
}
|
|
103
|
-
.conversation-list-container {
|
|
104
|
-
overflow-x: hidden;
|
|
105
|
-
height: 100%;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.conversation-preview-container {
|
|
109
|
-
display: flex;
|
|
110
|
-
align-items: center;
|
|
111
|
-
border: none;
|
|
112
|
-
width: 100%;
|
|
113
|
-
height: 64px;
|
|
114
|
-
cursor: pointer;
|
|
115
|
-
line-height: 17px;
|
|
116
|
-
padding: 0 20px;
|
|
117
|
-
}
|
|
118
|
-
[data-uikit-theme=light] .conversation-preview-container {
|
|
119
|
-
background-color: var(--chat-theme-light-bg-primary);
|
|
120
|
-
}
|
|
121
|
-
[data-uikit-theme=dark] .conversation-preview-container {
|
|
122
|
-
background-color: var(--chat-theme-dark-bg-primary);
|
|
123
|
-
}
|
|
124
|
-
.conversation-preview-container .content {
|
|
125
|
-
flex: 1 1 auto;
|
|
126
|
-
text-align: left;
|
|
127
|
-
margin-left: 10px;
|
|
128
|
-
min-width: 0;
|
|
129
|
-
}
|
|
130
|
-
.conversation-preview-container .content .title {
|
|
131
|
-
font-style: normal;
|
|
132
|
-
font-weight: 700;
|
|
133
|
-
font-size: 14px;
|
|
134
|
-
line-height: 17px;
|
|
135
|
-
font-family: PingFangSC-Medium;
|
|
136
|
-
padding: 1px 0;
|
|
137
|
-
width: 100%;
|
|
138
|
-
}
|
|
139
|
-
[data-uikit-theme=light] .conversation-preview-container .content .title {
|
|
140
|
-
color: var(--chat-theme-light-text-primary);
|
|
141
|
-
}
|
|
142
|
-
[data-uikit-theme=dark] .conversation-preview-container .content .title {
|
|
143
|
-
color: var(--chat-theme-dark-text-primary);
|
|
144
|
-
}
|
|
145
|
-
.conversation-preview-container .content .message {
|
|
146
|
-
overflow: hidden;
|
|
147
|
-
text-overflow: ellipsis;
|
|
148
|
-
white-space: nowrap;
|
|
149
|
-
font-family: PingFangSC-Medium;
|
|
150
|
-
font-style: normal;
|
|
151
|
-
font-weight: 400;
|
|
152
|
-
font-size: 12px;
|
|
153
|
-
line-height: 14px;
|
|
154
|
-
padding: 1px 0;
|
|
155
|
-
}
|
|
156
|
-
[data-uikit-theme=light] .conversation-preview-container .content .message {
|
|
157
|
-
color: var(--chat-theme-light-text-secondary);
|
|
158
|
-
}
|
|
159
|
-
[data-uikit-theme=dark] .conversation-preview-container .content .message {
|
|
160
|
-
color: var(--chat-theme-dark-text-secondary);
|
|
161
|
-
}
|
|
162
|
-
.conversation-preview-container .external {
|
|
163
|
-
text-align: right;
|
|
164
|
-
flex: 0 1 auto;
|
|
165
|
-
display: flex;
|
|
166
|
-
flex-direction: column;
|
|
167
|
-
}
|
|
168
|
-
.conversation-preview-container .external .unread {
|
|
169
|
-
height: 19px;
|
|
170
|
-
padding: 1px 0;
|
|
171
|
-
}
|
|
172
|
-
.conversation-preview-container .external .time {
|
|
173
|
-
font-family: PingFangSC-Medium;
|
|
174
|
-
font-style: normal;
|
|
175
|
-
font-weight: 400;
|
|
176
|
-
font-size: 12px;
|
|
177
|
-
line-height: 14px;
|
|
178
|
-
padding: 1px 0;
|
|
179
|
-
}
|
|
180
|
-
[data-uikit-theme=light] .conversation-preview-container .external .time {
|
|
181
|
-
color: var(--chat-theme-light-text-secondary);
|
|
182
|
-
}
|
|
183
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .time {
|
|
184
|
-
color: var(--chat-theme-dark-text-secondary);
|
|
185
|
-
}
|
|
186
|
-
.conversation-preview-container .external .more--hover {
|
|
187
|
-
display: flex;
|
|
188
|
-
justify-content: flex-end;
|
|
189
|
-
flex: 1 1;
|
|
190
|
-
}
|
|
191
|
-
.conversation-preview-container .external .more--hover .icon-more {
|
|
192
|
-
transform: scale(1.5);
|
|
193
|
-
}
|
|
194
|
-
.conversation-preview-container .external .more--hover .more-handle-box {
|
|
195
|
-
top: 0;
|
|
196
|
-
right: 0;
|
|
197
|
-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
198
|
-
bottom: initial;
|
|
199
|
-
padding: 14px 0;
|
|
200
|
-
box-sizing: border-box;
|
|
201
|
-
text-align: start;
|
|
202
|
-
white-space: nowrap;
|
|
203
|
-
}
|
|
204
|
-
.conversation-preview-container .external .more--hover .more-handle-box .more-handle-item {
|
|
205
|
-
font-size: 16px;
|
|
206
|
-
font-family: PingFangSC-Medium;
|
|
207
|
-
line-height: 19px;
|
|
208
|
-
padding: 6px 16px;
|
|
209
|
-
cursor: pointer;
|
|
210
|
-
font-weight: 500;
|
|
211
|
-
box-sizing: border-box;
|
|
212
|
-
}
|
|
213
|
-
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item.delete {
|
|
214
|
-
color: var(--chat-theme-light-status-danger);
|
|
215
|
-
}
|
|
216
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item.delete {
|
|
217
|
-
color: var(--chat-theme-dark-status-danger);
|
|
218
|
-
}
|
|
219
|
-
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item:hover {
|
|
220
|
-
background-color: var(--chat-theme-light-bg-active);
|
|
221
|
-
}
|
|
222
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item:hover {
|
|
223
|
-
background-color: var(--chat-theme-dark-bg-active);
|
|
224
|
-
}
|
|
225
|
-
[data-uikit-theme=light] .conversation-preview-container:hover {
|
|
226
|
-
background-color: var(--chat-theme-light-bg-active);
|
|
227
|
-
}
|
|
228
|
-
[data-uikit-theme=dark] .conversation-preview-container:hover {
|
|
229
|
-
background-color: var(--chat-theme-dark-bg-active);
|
|
230
|
-
}
|
|
231
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--pin {
|
|
232
|
-
background-color: var(--chat-theme-light-bg-secondary);
|
|
233
|
-
}
|
|
234
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--pin {
|
|
235
|
-
background-color: var(--chat-theme-dark-bg-secondary);
|
|
236
|
-
}
|
|
237
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--active {
|
|
238
|
-
background-color: var(--chat-theme-light-bg-active);
|
|
239
|
-
}
|
|
240
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--active {
|
|
241
|
-
background-color: var(--chat-theme-dark-bg-active);
|
|
242
|
-
}
|
|
243
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--active .title {
|
|
244
|
-
color: var(--chat-theme-light-status-info);
|
|
245
|
-
}
|
|
246
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--active .title {
|
|
247
|
-
color: var(--chat-theme-dark-status-info);
|
|
248
|
-
}
|
|
249
|
-
.conversation-preview-container.conversation-preview-content--unread .unread {
|
|
250
|
-
width: 16px;
|
|
251
|
-
height: 13px;
|
|
252
|
-
border-radius: 16px;
|
|
253
|
-
display: flex;
|
|
254
|
-
justify-content: center;
|
|
255
|
-
align-items: center;
|
|
256
|
-
padding: 2px 5px 1px;
|
|
257
|
-
font-size: 11px;
|
|
258
|
-
font-weight: 700;
|
|
259
|
-
margin: 2px 0 2px auto;
|
|
260
|
-
color: #fff;
|
|
261
|
-
}
|
|
262
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--unread .unread {
|
|
263
|
-
background-color: var(--chat-theme-light-status-danger);
|
|
264
|
-
}
|
|
265
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--unread .unread {
|
|
266
|
-
background-color: var(--chat-theme-dark-status-danger);
|
|
267
|
-
}
|
|
268
1
|
.tui-message-input {
|
|
269
2
|
display: flex;
|
|
270
3
|
flex-direction: column;
|
|
@@ -316,10 +49,12 @@
|
|
|
316
49
|
background: none;
|
|
317
50
|
}
|
|
318
51
|
[data-uikit-theme=light] .tui-message-input-main .input-box textarea {
|
|
319
|
-
color: var(--
|
|
52
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
53
|
+
transition: background-color 0.3s ease-in-out;
|
|
320
54
|
}
|
|
321
55
|
[data-uikit-theme=dark] .tui-message-input-main .input-box textarea {
|
|
322
|
-
color: var(--
|
|
56
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
57
|
+
transition: background-color 0.3s ease-in-out;
|
|
323
58
|
}
|
|
324
59
|
.tui-message-input-main .input-box textarea:focus, .tui-message-input-main .input-box textarea:active {
|
|
325
60
|
border: none;
|
|
@@ -400,8 +135,21 @@ ul li {
|
|
|
400
135
|
padding: 10px 16px;
|
|
401
136
|
min-width: 180px;
|
|
402
137
|
}
|
|
403
|
-
.upload-picker
|
|
404
|
-
color:
|
|
138
|
+
[data-uikit-theme=light] .upload-picker {
|
|
139
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
140
|
+
transition: background-color 0.3s ease-in-out;
|
|
141
|
+
}
|
|
142
|
+
[data-uikit-theme=dark] .upload-picker {
|
|
143
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
144
|
+
transition: background-color 0.3s ease-in-out;
|
|
145
|
+
}
|
|
146
|
+
[data-uikit-theme=light] .upload-picker:hover {
|
|
147
|
+
background-color: var(--uikit-theme-light-dropdown-color-hover);
|
|
148
|
+
transition: background-color 0.3s ease-in-out;
|
|
149
|
+
}
|
|
150
|
+
[data-uikit-theme=dark] .upload-picker:hover {
|
|
151
|
+
background-color: var(--uikit-theme-dark-dropdown-color-hover);
|
|
152
|
+
transition: background-color 0.3s ease-in-out;
|
|
405
153
|
}
|
|
406
154
|
.upload-picker input {
|
|
407
155
|
position: absolute;
|
|
@@ -415,10 +163,17 @@ ul li {
|
|
|
415
163
|
|
|
416
164
|
.input-quote {
|
|
417
165
|
padding: 7px 16px;
|
|
418
|
-
background: #f9f9f9;
|
|
419
166
|
display: flex;
|
|
420
167
|
align-items: center;
|
|
421
168
|
}
|
|
169
|
+
[data-uikit-theme=light] .input-quote {
|
|
170
|
+
background: var(--uikit-theme-light-bg-color-bubble-reciprocal);
|
|
171
|
+
transition: background-color 0.3s ease-in-out;
|
|
172
|
+
}
|
|
173
|
+
[data-uikit-theme=dark] .input-quote {
|
|
174
|
+
background: var(--uikit-theme-dark-bg-color-bubble-reciprocal);
|
|
175
|
+
transition: background-color 0.3s ease-in-out;
|
|
176
|
+
}
|
|
422
177
|
.input-quote-content {
|
|
423
178
|
flex: 1;
|
|
424
179
|
background: #fff;
|
|
@@ -428,7 +183,6 @@ ul li {
|
|
|
428
183
|
flex-direction: column;
|
|
429
184
|
font-weight: 500;
|
|
430
185
|
font-size: 14px;
|
|
431
|
-
font-family: PingFangSC-Medium;
|
|
432
186
|
line-height: 17px;
|
|
433
187
|
color: #000;
|
|
434
188
|
}
|
|
@@ -450,7 +204,6 @@ ul li {
|
|
|
450
204
|
}
|
|
451
205
|
|
|
452
206
|
.tui-forward {
|
|
453
|
-
background: #fff;
|
|
454
207
|
border-radius: 16px;
|
|
455
208
|
display: flex;
|
|
456
209
|
flex-direction: column;
|
|
@@ -458,18 +211,32 @@ ul li {
|
|
|
458
211
|
width: 300px;
|
|
459
212
|
max-height: 90%;
|
|
460
213
|
}
|
|
214
|
+
[data-uikit-theme=light] .tui-forward {
|
|
215
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
216
|
+
transition: background-color 0.3s ease-in-out;
|
|
217
|
+
}
|
|
218
|
+
[data-uikit-theme=dark] .tui-forward {
|
|
219
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
220
|
+
transition: background-color 0.3s ease-in-out;
|
|
221
|
+
}
|
|
461
222
|
.tui-forward-header {
|
|
462
223
|
display: flex;
|
|
463
224
|
align-items: center;
|
|
464
225
|
padding: 24px 20px;
|
|
465
226
|
}
|
|
227
|
+
[data-uikit-theme=light] .tui-forward-header {
|
|
228
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
229
|
+
transition: background-color 0.3s ease-in-out;
|
|
230
|
+
}
|
|
231
|
+
[data-uikit-theme=dark] .tui-forward-header {
|
|
232
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
233
|
+
transition: background-color 0.3s ease-in-out;
|
|
234
|
+
}
|
|
466
235
|
.tui-forward-title {
|
|
467
236
|
padding: 0 16px;
|
|
468
|
-
font-family: PingFangSC-Medium;
|
|
469
237
|
font-style: normal;
|
|
470
238
|
font-weight: 700;
|
|
471
239
|
font-size: 14px;
|
|
472
|
-
line-height: 17px;
|
|
473
240
|
}
|
|
474
241
|
.tui-forward-main {
|
|
475
242
|
padding: 0 20px;
|
|
@@ -477,13 +244,17 @@ ul li {
|
|
|
477
244
|
overflow-y: auto;
|
|
478
245
|
}
|
|
479
246
|
.tui-forward-main .no-result {
|
|
480
|
-
font-family: PingFangSC-Medium;
|
|
481
247
|
font-size: 14px;
|
|
482
|
-
font-style: normal;
|
|
483
|
-
line-height: 20px;
|
|
484
248
|
padding: 10px;
|
|
485
249
|
text-align: center;
|
|
486
|
-
|
|
250
|
+
}
|
|
251
|
+
[data-uikit-theme=light] .tui-forward-main .no-result {
|
|
252
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
253
|
+
transition: background-color 0.3s ease-in-out;
|
|
254
|
+
}
|
|
255
|
+
[data-uikit-theme=dark] .tui-forward-main .no-result {
|
|
256
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
257
|
+
transition: background-color 0.3s ease-in-out;
|
|
487
258
|
}
|
|
488
259
|
.tui-forward-search {
|
|
489
260
|
padding: 10px 15px;
|
|
@@ -492,7 +263,6 @@ ul li {
|
|
|
492
263
|
padding: 13px 0;
|
|
493
264
|
}
|
|
494
265
|
.tui-forward-list-title {
|
|
495
|
-
font-family: PingFangSC-Medium;
|
|
496
266
|
font-style: normal;
|
|
497
267
|
font-weight: 600;
|
|
498
268
|
font-size: 14px;
|
|
@@ -500,7 +270,6 @@ ul li {
|
|
|
500
270
|
}
|
|
501
271
|
.tui-forward-list-item {
|
|
502
272
|
padding: 6px 0;
|
|
503
|
-
font-family: PingFangSC-Medium;
|
|
504
273
|
font-style: normal;
|
|
505
274
|
font-weight: 400;
|
|
506
275
|
font-size: 14px;
|
|
@@ -514,11 +283,9 @@ ul li {
|
|
|
514
283
|
display: flex;
|
|
515
284
|
align-items: center;
|
|
516
285
|
flex-shrink: 0;
|
|
517
|
-
width: 100%;
|
|
518
286
|
}
|
|
519
287
|
.tui-forward-list-item .info-nick {
|
|
520
288
|
padding: 0 13px;
|
|
521
|
-
font-family: PingFangSC-Medium;
|
|
522
289
|
font-style: normal;
|
|
523
290
|
font-weight: 400;
|
|
524
291
|
font-size: 14px;
|
|
@@ -531,18 +298,24 @@ ul li {
|
|
|
531
298
|
width: 80%;
|
|
532
299
|
}
|
|
533
300
|
.tui-forward-footer {
|
|
534
|
-
background: rgba(249, 249, 249, 0.94);
|
|
535
301
|
padding: 13px 10px;
|
|
536
302
|
display: flex;
|
|
537
303
|
justify-content: space-between;
|
|
538
304
|
align-items: center;
|
|
539
305
|
}
|
|
306
|
+
[data-uikit-theme=light] .tui-forward-footer {
|
|
307
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
308
|
+
transition: background-color 0.3s ease-in-out;
|
|
309
|
+
}
|
|
310
|
+
[data-uikit-theme=dark] .tui-forward-footer {
|
|
311
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
312
|
+
transition: background-color 0.3s ease-in-out;
|
|
313
|
+
}
|
|
540
314
|
.tui-forward-footer .button {
|
|
541
315
|
cursor: pointer;
|
|
542
316
|
background: #0365f9;
|
|
543
317
|
border-radius: 31px;
|
|
544
318
|
padding: 10px 21px;
|
|
545
|
-
font-family: PingFangSC-Medium;
|
|
546
319
|
font-style: normal;
|
|
547
320
|
font-weight: 400;
|
|
548
321
|
font-size: 14px;
|
|
@@ -559,6 +332,14 @@ ul li {
|
|
|
559
332
|
-webkit-line-clamp: 3;
|
|
560
333
|
-webkit-box-orient: vertical;
|
|
561
334
|
}
|
|
335
|
+
[data-uikit-theme=light] .tui-forward-footer-name {
|
|
336
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
337
|
+
transition: background-color 0.3s ease-in-out;
|
|
338
|
+
}
|
|
339
|
+
[data-uikit-theme=dark] .tui-forward-footer-name {
|
|
340
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
341
|
+
transition: background-color 0.3s ease-in-out;
|
|
342
|
+
}
|
|
562
343
|
|
|
563
344
|
.transmitter {
|
|
564
345
|
padding: 0 10px;
|
|
@@ -568,36 +349,57 @@ ul li {
|
|
|
568
349
|
}
|
|
569
350
|
|
|
570
351
|
[data-uikit-theme=light] .tui-message-input {
|
|
571
|
-
background-color: var(--
|
|
352
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
353
|
+
transition: background-color 0.3s ease-in-out;
|
|
572
354
|
}
|
|
573
355
|
[data-uikit-theme=dark] .tui-message-input {
|
|
574
|
-
background-color: var(--
|
|
356
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
357
|
+
transition: background-color 0.3s ease-in-out;
|
|
575
358
|
}
|
|
576
359
|
[data-uikit-theme=light] .tui-message-input .tui-kit-input-box--focus {
|
|
577
|
-
outline: 1px solid var(--
|
|
360
|
+
outline: 1px solid var(--uikit-theme-light-text-color-link);
|
|
361
|
+
transition: background-color 0.3s ease-in-out;
|
|
578
362
|
}
|
|
579
363
|
[data-uikit-theme=dark] .tui-message-input .tui-kit-input-box--focus {
|
|
580
|
-
outline: 1px solid var(--
|
|
364
|
+
outline: 1px solid var(--uikit-theme-dark-text-color-link);
|
|
365
|
+
transition: background-color 0.3s ease-in-out;
|
|
581
366
|
}
|
|
582
367
|
[data-uikit-theme=light] .tui-message-input .input-box {
|
|
583
|
-
background-color: var(--
|
|
584
|
-
border: 1px solid var(--
|
|
368
|
+
background-color: var(--uikit-theme-light-bg-color-input);
|
|
369
|
+
border: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
370
|
+
transition: background-color 0.3s ease-in-out;
|
|
585
371
|
}
|
|
586
372
|
[data-uikit-theme=dark] .tui-message-input .input-box {
|
|
587
|
-
background-color: var(--
|
|
588
|
-
border: 1px solid var(--
|
|
373
|
+
background-color: var(--uikit-theme-dark-bg-color-input);
|
|
374
|
+
border: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
375
|
+
transition: background-color 0.3s ease-in-out;
|
|
589
376
|
}
|
|
590
377
|
|
|
591
378
|
.input-plugin-popup-box {
|
|
592
379
|
border-radius: 16px;
|
|
593
380
|
}
|
|
594
381
|
[data-uikit-theme=light] .input-plugin-popup-box {
|
|
595
|
-
background-color: var(--
|
|
596
|
-
box-shadow: var(--
|
|
382
|
+
background-color: var(--uikit-theme-light-dropdown-color-default);
|
|
383
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-light-shadow-color);
|
|
384
|
+
transition: background-color 0.3s ease-in-out;
|
|
597
385
|
}
|
|
598
386
|
[data-uikit-theme=dark] .input-plugin-popup-box {
|
|
599
|
-
background-color: var(--
|
|
600
|
-
box-shadow: var(--
|
|
387
|
+
background-color: var(--uikit-theme-dark-dropdown-color-default);
|
|
388
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-dark-shadow-color);
|
|
389
|
+
transition: background-color 0.3s ease-in-out;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.input-icon {
|
|
393
|
+
width: 20px;
|
|
394
|
+
height: 20px;
|
|
395
|
+
}
|
|
396
|
+
[data-uikit-theme=light] .input-icon {
|
|
397
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
398
|
+
transition: background-color 0.3s ease-in-out;
|
|
399
|
+
}
|
|
400
|
+
[data-uikit-theme=dark] .input-icon {
|
|
401
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
402
|
+
transition: background-color 0.3s ease-in-out;
|
|
601
403
|
}
|
|
602
404
|
.message-default {
|
|
603
405
|
width: 100%;
|
|
@@ -605,7 +407,6 @@ ul li {
|
|
|
605
407
|
display: flex;
|
|
606
408
|
align-items: center;
|
|
607
409
|
cursor: pointer;
|
|
608
|
-
font-family: SF Pro Text;
|
|
609
410
|
font-size: 14px;
|
|
610
411
|
font-family: PingFangSC-Medium;
|
|
611
412
|
font-style: normal;
|
|
@@ -629,10 +430,12 @@ ul li {
|
|
|
629
430
|
max-width: 60%;
|
|
630
431
|
}
|
|
631
432
|
[data-uikit-theme=light] .message-default .content .name {
|
|
632
|
-
color: var(--
|
|
433
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
434
|
+
transition: background-color 0.3s ease-in-out;
|
|
633
435
|
}
|
|
634
436
|
[data-uikit-theme=dark] .message-default .content .name {
|
|
635
|
-
color: var(--
|
|
437
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
438
|
+
transition: background-color 0.3s ease-in-out;
|
|
636
439
|
}
|
|
637
440
|
|
|
638
441
|
.in {
|
|
@@ -668,13 +471,13 @@ ul li {
|
|
|
668
471
|
padding: 8px 16px;
|
|
669
472
|
}
|
|
670
473
|
.bubble-in {
|
|
671
|
-
border-radius:
|
|
474
|
+
border-radius: 0 16px 16px;
|
|
672
475
|
}
|
|
673
476
|
.bubble-in.group {
|
|
674
|
-
border-radius:
|
|
477
|
+
border-radius: 0 16px 16px;
|
|
675
478
|
}
|
|
676
479
|
.bubble-out {
|
|
677
|
-
border-radius: 16px 16px 0
|
|
480
|
+
border-radius: 16px 16px 0;
|
|
678
481
|
}
|
|
679
482
|
|
|
680
483
|
.message-status {
|
|
@@ -687,30 +490,45 @@ ul li {
|
|
|
687
490
|
font-weight: 400;
|
|
688
491
|
padding: 5px 0 0 10px;
|
|
689
492
|
font-size: 12px;
|
|
690
|
-
font-family: PingFangSC-Medium;
|
|
691
493
|
line-height: 14px;
|
|
692
494
|
text-align: right;
|
|
693
495
|
}
|
|
694
496
|
[data-uikit-theme=light] .message-status .time {
|
|
695
|
-
color: var(--
|
|
497
|
+
color: var(--uikit-theme-light-text-color-anti-secondary);
|
|
498
|
+
transition: background-color 0.3s ease-in-out;
|
|
696
499
|
}
|
|
697
500
|
[data-uikit-theme=dark] .message-status .time {
|
|
698
|
-
color: var(--
|
|
501
|
+
color: var(--uikit-theme-dark-text-color-anti-secondary);
|
|
502
|
+
transition: background-color 0.3s ease-in-out;
|
|
503
|
+
}
|
|
504
|
+
[data-uikit-theme=light] .bubble-in .message-status .time {
|
|
505
|
+
color: var(--uikit-theme-light-text-color-tertiary);
|
|
506
|
+
transition: background-color 0.3s ease-in-out;
|
|
507
|
+
}
|
|
508
|
+
[data-uikit-theme=dark] .bubble-in .message-status .time {
|
|
509
|
+
color: var(--uikit-theme-dark-text-color-tertiary);
|
|
510
|
+
transition: background-color 0.3s ease-in-out;
|
|
699
511
|
}
|
|
700
512
|
|
|
701
|
-
.message-image,
|
|
513
|
+
.message-image,
|
|
514
|
+
.message-video {
|
|
702
515
|
position: relative;
|
|
703
516
|
}
|
|
704
|
-
.message-image .message-status,
|
|
517
|
+
.message-image .message-status,
|
|
518
|
+
.message-video .message-status {
|
|
705
519
|
position: absolute;
|
|
706
520
|
bottom: 10px;
|
|
707
521
|
right: 10px;
|
|
708
522
|
}
|
|
709
|
-
[data-uikit-theme=light] .message-image .message-status .time,
|
|
710
|
-
|
|
523
|
+
[data-uikit-theme=light] .message-image .message-status .time,
|
|
524
|
+
[data-uikit-theme=light] .message-video .message-status .time {
|
|
525
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
526
|
+
transition: background-color 0.3s ease-in-out;
|
|
711
527
|
}
|
|
712
|
-
[data-uikit-theme=dark] .message-image .message-status .time,
|
|
713
|
-
|
|
528
|
+
[data-uikit-theme=dark] .message-image .message-status .time,
|
|
529
|
+
[data-uikit-theme=dark] .message-video .message-status .time {
|
|
530
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
531
|
+
transition: background-color 0.3s ease-in-out;
|
|
714
532
|
}
|
|
715
533
|
|
|
716
534
|
.message-text {
|
|
@@ -719,23 +537,14 @@ ul li {
|
|
|
719
537
|
.message-text-content {
|
|
720
538
|
display: inline;
|
|
721
539
|
word-break: break-word;
|
|
722
|
-
font-family: PingFangSC-Regular;
|
|
723
|
-
font-style: normal;
|
|
724
540
|
font-weight: 500;
|
|
725
541
|
font-size: 14px;
|
|
726
|
-
line-height: 24px;
|
|
727
542
|
}
|
|
728
543
|
.message-text-content-p {
|
|
729
544
|
white-space: pre-wrap;
|
|
730
545
|
display: inline;
|
|
731
546
|
vertical-align: middle;
|
|
732
547
|
}
|
|
733
|
-
[data-uikit-theme=light] .message-text-content-p {
|
|
734
|
-
color: var(--chat-theme-light-text-primary);
|
|
735
|
-
}
|
|
736
|
-
[data-uikit-theme=dark] .message-text-content-p {
|
|
737
|
-
color: var(--chat-theme-dark-text-primary);
|
|
738
|
-
}
|
|
739
548
|
.message-text-content .message-status {
|
|
740
549
|
display: inline-flex;
|
|
741
550
|
float: right;
|
|
@@ -744,11 +553,8 @@ ul li {
|
|
|
744
553
|
|
|
745
554
|
.message-text,
|
|
746
555
|
.message-tip {
|
|
747
|
-
font-family: PingFangSC-Regular;
|
|
748
|
-
font-style: normal;
|
|
749
556
|
font-weight: 500;
|
|
750
557
|
font-size: 14px;
|
|
751
|
-
line-height: 17px;
|
|
752
558
|
}
|
|
753
559
|
.message-text .text-img,
|
|
754
560
|
.message-tip .text-img {
|
|
@@ -758,7 +564,7 @@ ul li {
|
|
|
758
564
|
}
|
|
759
565
|
|
|
760
566
|
.message-image {
|
|
761
|
-
background:
|
|
567
|
+
background: transparent;
|
|
762
568
|
}
|
|
763
569
|
.message-image img {
|
|
764
570
|
max-width: 300px;
|
|
@@ -784,10 +590,10 @@ ul li {
|
|
|
784
590
|
position: absolute;
|
|
785
591
|
z-index: 1;
|
|
786
592
|
content: "";
|
|
787
|
-
width:
|
|
788
|
-
height:
|
|
593
|
+
width: 0;
|
|
594
|
+
height: 0;
|
|
789
595
|
border: 15px solid transparent;
|
|
790
|
-
border-left: 20px solid #
|
|
596
|
+
border-left: 20px solid #fff;
|
|
791
597
|
top: 0;
|
|
792
598
|
left: 0;
|
|
793
599
|
bottom: 0;
|
|
@@ -818,7 +624,7 @@ ul li {
|
|
|
818
624
|
display: flex;
|
|
819
625
|
align-items: center;
|
|
820
626
|
padding: 12px;
|
|
821
|
-
background: #
|
|
627
|
+
background: #fff;
|
|
822
628
|
border-radius: 4px;
|
|
823
629
|
}
|
|
824
630
|
.message-file-main .icon {
|
|
@@ -838,13 +644,13 @@ ul li {
|
|
|
838
644
|
font-size: 12px;
|
|
839
645
|
font-family: PingFangSC-Medium;
|
|
840
646
|
line-height: 14px;
|
|
841
|
-
color: #
|
|
647
|
+
color: #7a7a7a;
|
|
842
648
|
}
|
|
843
649
|
|
|
844
650
|
.message-merger {
|
|
845
651
|
display: flex;
|
|
846
652
|
flex-direction: column;
|
|
847
|
-
background: #
|
|
653
|
+
background: #ecebeb;
|
|
848
654
|
}
|
|
849
655
|
.message-merger h3 {
|
|
850
656
|
padding-bottom: 4px;
|
|
@@ -861,16 +667,18 @@ ul li {
|
|
|
861
667
|
padding: 8px 16px;
|
|
862
668
|
}
|
|
863
669
|
[data-uikit-theme=light] .meesage-bubble-reply {
|
|
864
|
-
background-color: var(--
|
|
670
|
+
background-color: var(--uikit-theme-light-bg-color-bubble-own);
|
|
671
|
+
transition: background-color 0.3s ease-in-out;
|
|
865
672
|
}
|
|
866
673
|
[data-uikit-theme=dark] .meesage-bubble-reply {
|
|
867
|
-
background-color: var(--
|
|
674
|
+
background-color: var(--uikit-theme-dark-bg-color-bubble-own);
|
|
675
|
+
transition: background-color 0.3s ease-in-out;
|
|
868
676
|
}
|
|
869
677
|
.meesage-bubble-reply-in {
|
|
870
678
|
border-radius: 16px 16px 16px 0;
|
|
871
679
|
}
|
|
872
680
|
.meesage-bubble-reply-out {
|
|
873
|
-
border-radius: 16px 16px
|
|
681
|
+
border-radius: 16px 16px 0;
|
|
874
682
|
}
|
|
875
683
|
.meesage-bubble-reply .message-text {
|
|
876
684
|
border: none !important;
|
|
@@ -887,10 +695,12 @@ ul li {
|
|
|
887
695
|
margin-bottom: 10px;
|
|
888
696
|
}
|
|
889
697
|
[data-uikit-theme=light] .meesage-bubble-reply-main {
|
|
890
|
-
background-color: var(--
|
|
698
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
699
|
+
transition: background-color 0.3s ease-in-out;
|
|
891
700
|
}
|
|
892
701
|
[data-uikit-theme=dark] .meesage-bubble-reply-main {
|
|
893
|
-
background-color: var(--
|
|
702
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
703
|
+
transition: background-color 0.3s ease-in-out;
|
|
894
704
|
}
|
|
895
705
|
.meesage-bubble-reply-main::before {
|
|
896
706
|
content: "";
|
|
@@ -901,10 +711,10 @@ ul li {
|
|
|
901
711
|
left: 0;
|
|
902
712
|
}
|
|
903
713
|
[data-uikit-theme=light] .meesage-bubble-reply-main::before {
|
|
904
|
-
background-color
|
|
714
|
+
transition: background-color 0.3s ease-in-out;
|
|
905
715
|
}
|
|
906
716
|
[data-uikit-theme=dark] .meesage-bubble-reply-main::before {
|
|
907
|
-
background-color
|
|
717
|
+
transition: background-color 0.3s ease-in-out;
|
|
908
718
|
}
|
|
909
719
|
.meesage-bubble-reply-main .title {
|
|
910
720
|
font-weight: 500;
|
|
@@ -912,10 +722,12 @@ ul li {
|
|
|
912
722
|
padding-bottom: 10px;
|
|
913
723
|
}
|
|
914
724
|
[data-uikit-theme=light] .meesage-bubble-reply-main .title {
|
|
915
|
-
color: var(--
|
|
725
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
726
|
+
transition: background-color 0.3s ease-in-out;
|
|
916
727
|
}
|
|
917
728
|
[data-uikit-theme=dark] .meesage-bubble-reply-main .title {
|
|
918
|
-
color: var(--
|
|
729
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
730
|
+
transition: background-color 0.3s ease-in-out;
|
|
919
731
|
}
|
|
920
732
|
.meesage-bubble-reply-main .message-context {
|
|
921
733
|
opacity: 0.6;
|
|
@@ -942,7 +754,7 @@ ul li {
|
|
|
942
754
|
height: 14px;
|
|
943
755
|
border-radius: 14px;
|
|
944
756
|
position: relative;
|
|
945
|
-
background: #
|
|
757
|
+
background: #fa5151;
|
|
946
758
|
display: inline-flex;
|
|
947
759
|
justify-content: center;
|
|
948
760
|
align-items: center;
|
|
@@ -950,7 +762,7 @@ ul li {
|
|
|
950
762
|
.icon-fail::before {
|
|
951
763
|
position: absolute;
|
|
952
764
|
content: "!";
|
|
953
|
-
color: #
|
|
765
|
+
color: #fff;
|
|
954
766
|
font-size: 12px;
|
|
955
767
|
font-family: PingFangSC-Medium;
|
|
956
768
|
}
|
|
@@ -967,13 +779,15 @@ ul li {
|
|
|
967
779
|
display: inline-block;
|
|
968
780
|
position: relative;
|
|
969
781
|
}
|
|
970
|
-
.loading .img,
|
|
782
|
+
.loading .img,
|
|
783
|
+
.loading video {
|
|
971
784
|
min-width: 60px;
|
|
972
785
|
min-height: 60px;
|
|
973
786
|
max-width: 300px;
|
|
974
787
|
border-radius: 10px;
|
|
975
788
|
}
|
|
976
|
-
.loading .img-h5,
|
|
789
|
+
.loading .img-h5,
|
|
790
|
+
.loading .video-h5 {
|
|
977
791
|
min-width: 60px;
|
|
978
792
|
min-height: 60px;
|
|
979
793
|
max-width: 200px;
|
|
@@ -1041,12 +855,29 @@ ul li {
|
|
|
1041
855
|
font-family: PingFangSC-Medium;
|
|
1042
856
|
line-height: 15px;
|
|
1043
857
|
}
|
|
1044
|
-
.message-plugin-item
|
|
1045
|
-
|
|
1046
|
-
|
|
858
|
+
[data-uikit-theme=light] .message-plugin-item {
|
|
859
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
860
|
+
transition: background-color 0.3s ease-in-out;
|
|
861
|
+
}
|
|
862
|
+
[data-uikit-theme=dark] .message-plugin-item {
|
|
863
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
864
|
+
transition: background-color 0.3s ease-in-out;
|
|
1047
865
|
}
|
|
1048
|
-
.message-plugin-item
|
|
1049
|
-
|
|
866
|
+
[data-uikit-theme=light] .message-plugin-item:hover {
|
|
867
|
+
background: var(--uikit-theme-light-dropdown-color-hover);
|
|
868
|
+
transition: background-color 0.3s ease-in-out;
|
|
869
|
+
}
|
|
870
|
+
[data-uikit-theme=dark] .message-plugin-item:hover {
|
|
871
|
+
background: var(--uikit-theme-dark-dropdown-color-hover);
|
|
872
|
+
transition: background-color 0.3s ease-in-out;
|
|
873
|
+
}
|
|
874
|
+
[data-uikit-theme=light] .message-plugin-item .del {
|
|
875
|
+
color: var(--uikit-theme-light-text-color-error);
|
|
876
|
+
transition: background-color 0.3s ease-in-out;
|
|
877
|
+
}
|
|
878
|
+
[data-uikit-theme=dark] .message-plugin-item .del {
|
|
879
|
+
color: var(--uikit-theme-dark-text-color-error);
|
|
880
|
+
transition: background-color 0.3s ease-in-out;
|
|
1050
881
|
}
|
|
1051
882
|
|
|
1052
883
|
.message-custom {
|
|
@@ -1071,7 +902,7 @@ ul li {
|
|
|
1071
902
|
}
|
|
1072
903
|
|
|
1073
904
|
.message-revoke {
|
|
1074
|
-
color: #
|
|
905
|
+
color: #999;
|
|
1075
906
|
}
|
|
1076
907
|
|
|
1077
908
|
.message-audio {
|
|
@@ -1143,35 +974,43 @@ ul li {
|
|
|
1143
974
|
background: #147aff;
|
|
1144
975
|
height: 5px;
|
|
1145
976
|
border-radius: 2px;
|
|
1146
|
-
box-shadow:
|
|
977
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
|
|
1147
978
|
}
|
|
1148
979
|
|
|
1149
980
|
.website {
|
|
1150
981
|
color: #147aff !important;
|
|
1151
982
|
}
|
|
1152
983
|
|
|
1153
|
-
[data-uikit-theme=light] .message-text,
|
|
1154
984
|
[data-uikit-theme=light] .message-custom {
|
|
1155
|
-
border: 1px solid var(--
|
|
985
|
+
border: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
986
|
+
transition: background-color 0.3s ease-in-out;
|
|
1156
987
|
}
|
|
1157
|
-
[data-uikit-theme=dark] .message-text,
|
|
1158
988
|
[data-uikit-theme=dark] .message-custom {
|
|
1159
|
-
border: 1px solid var(--
|
|
989
|
+
border: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
990
|
+
transition: background-color 0.3s ease-in-out;
|
|
1160
991
|
}
|
|
1161
992
|
|
|
1162
993
|
[data-uikit-theme=light] .bubble {
|
|
1163
|
-
background-color: var(--
|
|
994
|
+
background-color: var(--uikit-theme-light-bg-color-bubble-reciprocal);
|
|
995
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
996
|
+
transition: background-color 0.3s ease-in-out;
|
|
1164
997
|
}
|
|
1165
998
|
[data-uikit-theme=dark] .bubble {
|
|
1166
|
-
background-color: var(--
|
|
999
|
+
background-color: var(--uikit-theme-dark-bg-color-bubble-reciprocal);
|
|
1000
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1001
|
+
transition: background-color 0.3s ease-in-out;
|
|
1167
1002
|
}
|
|
1168
1003
|
[data-uikit-theme=light] .bubble-out {
|
|
1169
1004
|
border: none;
|
|
1170
|
-
background-color: var(--
|
|
1005
|
+
background-color: var(--uikit-theme-light-bg-color-bubble-own);
|
|
1006
|
+
color: var(--uikit-theme-light-text-color-anti-primary);
|
|
1007
|
+
transition: background-color 0.3s ease-in-out;
|
|
1171
1008
|
}
|
|
1172
1009
|
[data-uikit-theme=dark] .bubble-out {
|
|
1173
1010
|
border: none;
|
|
1174
|
-
background-color: var(--
|
|
1011
|
+
background-color: var(--uikit-theme-dark-bg-color-bubble-own);
|
|
1012
|
+
color: var(--uikit-theme-dark-text-color-anti-primary);
|
|
1013
|
+
transition: background-color 0.3s ease-in-out;
|
|
1175
1014
|
}
|
|
1176
1015
|
|
|
1177
1016
|
.meesage-bubble-reply-out .meesage-bubble-reply-main .message-text {
|
|
@@ -1179,10 +1018,12 @@ ul li {
|
|
|
1179
1018
|
}
|
|
1180
1019
|
|
|
1181
1020
|
[data-uikit-theme=light] .message-tip {
|
|
1182
|
-
color: var(--
|
|
1021
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1022
|
+
transition: background-color 0.3s ease-in-out;
|
|
1183
1023
|
}
|
|
1184
1024
|
[data-uikit-theme=dark] .message-tip {
|
|
1185
|
-
color: var(--
|
|
1025
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1026
|
+
transition: background-color 0.3s ease-in-out;
|
|
1186
1027
|
}
|
|
1187
1028
|
|
|
1188
1029
|
.tip .bubble .edit {
|
|
@@ -1211,20 +1052,17 @@ ul li {
|
|
|
1211
1052
|
|
|
1212
1053
|
.plugin-popup-box {
|
|
1213
1054
|
border-radius: 16px;
|
|
1055
|
+
overflow: hidden;
|
|
1214
1056
|
}
|
|
1215
1057
|
[data-uikit-theme=light] .plugin-popup-box {
|
|
1216
|
-
color: var(--
|
|
1058
|
+
background-color: var(--uikit-theme-light-dropdown-color-default);
|
|
1059
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-light-shadow-color);
|
|
1060
|
+
transition: background-color 0.3s ease-in-out;
|
|
1217
1061
|
}
|
|
1218
1062
|
[data-uikit-theme=dark] .plugin-popup-box {
|
|
1219
|
-
color: var(--
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
background-color: var(--chat-theme-light-bg-primary);
|
|
1223
|
-
box-shadow: var(--chat-theme-light-box-shadow-1);
|
|
1224
|
-
}
|
|
1225
|
-
[data-uikit-theme=dark] .plugin-popup-box {
|
|
1226
|
-
background-color: var(--chat-theme-dark-bg-3);
|
|
1227
|
-
box-shadow: var(--chat-theme-dark-box-shadow-1);
|
|
1063
|
+
background-color: var(--uikit-theme-dark-dropdown-color-default);
|
|
1064
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-dark-shadow-color);
|
|
1065
|
+
transition: background-color 0.3s ease-in-out;
|
|
1228
1066
|
}
|
|
1229
1067
|
.tui-chat-header {
|
|
1230
1068
|
padding: 16px 20px;
|
|
@@ -1234,10 +1072,12 @@ ul li {
|
|
|
1234
1072
|
align-items: center;
|
|
1235
1073
|
}
|
|
1236
1074
|
[data-uikit-theme=light] .tui-chat-header {
|
|
1237
|
-
background-color: var(--
|
|
1075
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1076
|
+
transition: background-color 0.3s ease-in-out;
|
|
1238
1077
|
}
|
|
1239
1078
|
[data-uikit-theme=dark] .tui-chat-header {
|
|
1240
|
-
background-color: var(--
|
|
1079
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1080
|
+
transition: background-color 0.3s ease-in-out;
|
|
1241
1081
|
}
|
|
1242
1082
|
.tui-chat-header-left {
|
|
1243
1083
|
display: flex;
|
|
@@ -1247,20 +1087,25 @@ ul li {
|
|
|
1247
1087
|
flex: 1;
|
|
1248
1088
|
padding: 0 8px;
|
|
1249
1089
|
}
|
|
1250
|
-
.tui-chat-header
|
|
1251
|
-
|
|
1090
|
+
.tui-chat-header .call-btn-container {
|
|
1091
|
+
display: flex;
|
|
1092
|
+
margin-right: 10px;
|
|
1093
|
+
}
|
|
1094
|
+
.tui-chat-header .call-btn-container .call-btn {
|
|
1095
|
+
margin-right: 16px;
|
|
1252
1096
|
}
|
|
1253
1097
|
.tui-chat-header .title {
|
|
1254
|
-
font-family: PingFangSC-Medium;
|
|
1255
1098
|
font-style: normal;
|
|
1256
1099
|
font-weight: 700;
|
|
1257
1100
|
font-size: 14px;
|
|
1258
1101
|
}
|
|
1259
1102
|
[data-uikit-theme=light] .tui-chat-header .title {
|
|
1260
|
-
color: var(--
|
|
1103
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1104
|
+
transition: background-color 0.3s ease-in-out;
|
|
1261
1105
|
}
|
|
1262
1106
|
[data-uikit-theme=dark] .tui-chat-header .title {
|
|
1263
|
-
color: var(--
|
|
1107
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1108
|
+
transition: background-color 0.3s ease-in-out;
|
|
1264
1109
|
}
|
|
1265
1110
|
.tui-chat-header .system {
|
|
1266
1111
|
height: 32px;
|
|
@@ -1273,9 +1118,21 @@ ul li {
|
|
|
1273
1118
|
display: flex;
|
|
1274
1119
|
flex-direction: column;
|
|
1275
1120
|
position: relative;
|
|
1276
|
-
background: #FFFFFF;
|
|
1277
1121
|
}
|
|
1278
|
-
|
|
1122
|
+
[data-uikit-theme=light] .chat {
|
|
1123
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1124
|
+
transition: background-color 0.3s ease-in-out;
|
|
1125
|
+
}
|
|
1126
|
+
[data-uikit-theme=dark] .chat {
|
|
1127
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1128
|
+
transition: background-color 0.3s ease-in-out;
|
|
1129
|
+
}
|
|
1130
|
+
ul,
|
|
1131
|
+
li,
|
|
1132
|
+
div,
|
|
1133
|
+
p,
|
|
1134
|
+
label,
|
|
1135
|
+
span {
|
|
1279
1136
|
margin: 0;
|
|
1280
1137
|
padding: 0;
|
|
1281
1138
|
}
|
|
@@ -1287,16 +1144,17 @@ ul li {
|
|
|
1287
1144
|
.message-list {
|
|
1288
1145
|
flex: 1;
|
|
1289
1146
|
height: 100%;
|
|
1290
|
-
overflow
|
|
1291
|
-
overflow-y: auto;
|
|
1147
|
+
overflow: hidden auto;
|
|
1292
1148
|
position: relative;
|
|
1293
1149
|
padding: 0 20px;
|
|
1294
1150
|
}
|
|
1295
1151
|
[data-uikit-theme=light] .message-list {
|
|
1296
|
-
background-color: var(--
|
|
1152
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1153
|
+
transition: background-color 0.3s ease-in-out;
|
|
1297
1154
|
}
|
|
1298
1155
|
[data-uikit-theme=dark] .message-list {
|
|
1299
|
-
background-color: var(--
|
|
1156
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1157
|
+
transition: background-color 0.3s ease-in-out;
|
|
1300
1158
|
}
|
|
1301
1159
|
.message-list.hide {
|
|
1302
1160
|
opacity: 0;
|
|
@@ -1305,38 +1163,843 @@ ul li {
|
|
|
1305
1163
|
display: grid;
|
|
1306
1164
|
padding: 5px 0;
|
|
1307
1165
|
}
|
|
1308
|
-
.message-list .no-more {
|
|
1309
|
-
text-align: center;
|
|
1310
|
-
font-family: PingFangSC-Medium;
|
|
1311
|
-
font-size: 14px;
|
|
1312
|
-
font-style: normal;
|
|
1313
|
-
font-weight: 500;
|
|
1314
|
-
line-height: 17px;
|
|
1166
|
+
.message-list .no-more {
|
|
1167
|
+
text-align: center;
|
|
1168
|
+
font-family: PingFangSC-Medium;
|
|
1169
|
+
font-size: 14px;
|
|
1170
|
+
font-style: normal;
|
|
1171
|
+
font-weight: 500;
|
|
1172
|
+
line-height: 17px;
|
|
1173
|
+
}
|
|
1174
|
+
[data-uikit-theme=light] .message-list .no-more {
|
|
1175
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1176
|
+
transition: background-color 0.3s ease-in-out;
|
|
1177
|
+
}
|
|
1178
|
+
[data-uikit-theme=dark] .message-list .no-more {
|
|
1179
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1180
|
+
transition: background-color 0.3s ease-in-out;
|
|
1181
|
+
}
|
|
1182
|
+
.message-list-time {
|
|
1183
|
+
font-size: 12px;
|
|
1184
|
+
font-weight: 400;
|
|
1185
|
+
line-height: 14px;
|
|
1186
|
+
padding: 10px;
|
|
1187
|
+
text-align: center;
|
|
1188
|
+
}
|
|
1189
|
+
[data-uikit-theme=light] .message-list-time {
|
|
1190
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1191
|
+
transition: background-color 0.3s ease-in-out;
|
|
1192
|
+
}
|
|
1193
|
+
[data-uikit-theme=dark] .message-list-time {
|
|
1194
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1195
|
+
transition: background-color 0.3s ease-in-out;
|
|
1196
|
+
}
|
|
1197
|
+
.uikit-chat-list__header {
|
|
1198
|
+
display: flex;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
flex-direction: row;
|
|
1201
|
+
justify-content: flex-end;
|
|
1202
|
+
box-sizing: border-box;
|
|
1203
|
+
min-width: 0;
|
|
1204
|
+
}
|
|
1205
|
+
[data-uikit-theme=light] .uikit-chat-list__header {
|
|
1206
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1207
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1208
|
+
transition: background-color 0.3s ease-in-out;
|
|
1209
|
+
}
|
|
1210
|
+
[data-uikit-theme=dark] .uikit-chat-list__header {
|
|
1211
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1212
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1213
|
+
transition: background-color 0.3s ease-in-out;
|
|
1214
|
+
}
|
|
1215
|
+
.uikit-chat-list__header .uikit-conversation-search + .uikit-conversation-create-container .uikit-conversation-create-button {
|
|
1216
|
+
margin-left: 0;
|
|
1217
|
+
}
|
|
1218
|
+
.uikit-chat-list__header .uikit-chat-list__header__left,
|
|
1219
|
+
.uikit-chat-list__header .uikit-chat-list__header__right {
|
|
1220
|
+
display: flex;
|
|
1221
|
+
flex-direction: row;
|
|
1222
|
+
align-items: center;
|
|
1223
|
+
justify-content: center;
|
|
1224
|
+
box-sizing: border-box;
|
|
1225
|
+
}
|
|
1226
|
+
.uikit-chat-list__container {
|
|
1227
|
+
display: flex;
|
|
1228
|
+
flex-direction: column;
|
|
1229
|
+
flex: 1;
|
|
1230
|
+
overflow: hidden auto;
|
|
1231
|
+
box-sizing: border-box;
|
|
1232
|
+
min-width: 0;
|
|
1233
|
+
text-align: initial;
|
|
1234
|
+
}
|
|
1235
|
+
[data-uikit-theme=light] .uikit-chat-list__container {
|
|
1236
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1237
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1238
|
+
transition: background-color 0.3s ease-in-out;
|
|
1239
|
+
}
|
|
1240
|
+
[data-uikit-theme=dark] .uikit-chat-list__container {
|
|
1241
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1242
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1243
|
+
transition: background-color 0.3s ease-in-out;
|
|
1244
|
+
}
|
|
1245
|
+
.tui-kit-input-box {
|
|
1246
|
+
display: flex;
|
|
1247
|
+
align-items: center;
|
|
1248
|
+
border-radius: 10px;
|
|
1249
|
+
padding: 0 8px;
|
|
1250
|
+
height: 36px;
|
|
1251
|
+
box-sizing: border-box;
|
|
1252
|
+
}
|
|
1253
|
+
[data-uikit-theme=light] .tui-kit-input-box {
|
|
1254
|
+
background-color: var(--uikit-theme-light-bg-color-input);
|
|
1255
|
+
transition: background-color 0.3s ease-in-out;
|
|
1256
|
+
}
|
|
1257
|
+
[data-uikit-theme=dark] .tui-kit-input-box {
|
|
1258
|
+
background-color: var(--uikit-theme-dark-bg-color-input);
|
|
1259
|
+
transition: background-color 0.3s ease-in-out;
|
|
1260
|
+
}
|
|
1261
|
+
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1262
|
+
outline: 1px solid var(--uikit-theme-light-text-color-link);
|
|
1263
|
+
transition: background-color 0.3s ease-in-out;
|
|
1264
|
+
}
|
|
1265
|
+
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1266
|
+
outline: 1px solid var(--uikit-theme-dark-text-color-link);
|
|
1267
|
+
transition: background-color 0.3s ease-in-out;
|
|
1268
|
+
}
|
|
1269
|
+
.tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1270
|
+
outline: none;
|
|
1271
|
+
border-radius: 0;
|
|
1272
|
+
}
|
|
1273
|
+
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1274
|
+
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1275
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1276
|
+
transition: background-color 0.3s ease-in-out;
|
|
1277
|
+
}
|
|
1278
|
+
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1279
|
+
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1280
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1281
|
+
transition: background-color 0.3s ease-in-out;
|
|
1282
|
+
}
|
|
1283
|
+
.tui-kit-input-box .tui-kit-input {
|
|
1284
|
+
margin-left: 6px;
|
|
1285
|
+
margin-right: auto;
|
|
1286
|
+
flex: 1;
|
|
1287
|
+
display: flex;
|
|
1288
|
+
flex-direction: row;
|
|
1289
|
+
align-items: center;
|
|
1290
|
+
background-color: transparent;
|
|
1291
|
+
border-radius: 10px;
|
|
1292
|
+
border: none;
|
|
1293
|
+
box-sizing: border-box;
|
|
1294
|
+
font-size: 14px;
|
|
1295
|
+
}
|
|
1296
|
+
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input {
|
|
1297
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1298
|
+
transition: background-color 0.3s ease-in-out;
|
|
1299
|
+
}
|
|
1300
|
+
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input {
|
|
1301
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1302
|
+
transition: background-color 0.3s ease-in-out;
|
|
1303
|
+
}
|
|
1304
|
+
.tui-kit-input-box .tui-kit-input:focus {
|
|
1305
|
+
border: none;
|
|
1306
|
+
outline: none;
|
|
1307
|
+
}
|
|
1308
|
+
.tui-kit-input-box .tui-kit-input::placeholder {
|
|
1309
|
+
padding: 2px 0;
|
|
1310
|
+
}
|
|
1311
|
+
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1312
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1313
|
+
transition: background-color 0.3s ease-in-out;
|
|
1314
|
+
}
|
|
1315
|
+
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1316
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1317
|
+
transition: background-color 0.3s ease-in-out;
|
|
1318
|
+
}
|
|
1319
|
+
.uikit-conversation-search-input {
|
|
1320
|
+
height: 36px;
|
|
1321
|
+
align-self: stretch;
|
|
1322
|
+
margin: 10px;
|
|
1323
|
+
box-sizing: border-box;
|
|
1324
|
+
}
|
|
1325
|
+
[data-uikit-theme=light] .uikit-conversation-search-input {
|
|
1326
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1327
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1328
|
+
transition: background-color 0.3s ease-in-out;
|
|
1329
|
+
}
|
|
1330
|
+
[data-uikit-theme=dark] .uikit-conversation-search-input {
|
|
1331
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1332
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1333
|
+
transition: background-color 0.3s ease-in-out;
|
|
1334
|
+
}
|
|
1335
|
+
.tui-kit-avatar {
|
|
1336
|
+
display: flex;
|
|
1337
|
+
align-items: center;
|
|
1338
|
+
position: relative;
|
|
1339
|
+
cursor: pointer;
|
|
1340
|
+
flex-shrink: 0;
|
|
1341
|
+
}
|
|
1342
|
+
.tui-kit-avatar.circle .avatar-image {
|
|
1343
|
+
border-radius: 50%;
|
|
1344
|
+
}
|
|
1345
|
+
.tui-kit-avatar.square .avatar-image {
|
|
1346
|
+
border-radius: 4px;
|
|
1347
|
+
}
|
|
1348
|
+
.tui-kit-avatar img {
|
|
1349
|
+
width: 100%;
|
|
1350
|
+
height: 100%;
|
|
1351
|
+
}
|
|
1352
|
+
.tui-kit-avatar:hover .tui-kit-avatar-edit {
|
|
1353
|
+
display: flex;
|
|
1354
|
+
}
|
|
1355
|
+
.tui-kit-avatar-edit {
|
|
1356
|
+
position: absolute;
|
|
1357
|
+
top: 0;
|
|
1358
|
+
left: 0;
|
|
1359
|
+
background: rgba(0, 0, 0, 0.33);
|
|
1360
|
+
width: 100%;
|
|
1361
|
+
height: 100%;
|
|
1362
|
+
border-radius: 100%;
|
|
1363
|
+
display: none;
|
|
1364
|
+
justify-content: center;
|
|
1365
|
+
align-items: center;
|
|
1366
|
+
}
|
|
1367
|
+
.tui-kit-avatar-list {
|
|
1368
|
+
position: absolute;
|
|
1369
|
+
z-index: 2;
|
|
1370
|
+
top: 100%;
|
|
1371
|
+
background: #fff;
|
|
1372
|
+
border-radius: 5px;
|
|
1373
|
+
box-shadow: 0 11px 20px 0 rgb(0, 0, 0.3);
|
|
1374
|
+
display: flex;
|
|
1375
|
+
flex-wrap: wrap;
|
|
1376
|
+
justify-content: center;
|
|
1377
|
+
width: 100%;
|
|
1378
|
+
min-width: 200px;
|
|
1379
|
+
max-width: 400px;
|
|
1380
|
+
padding: 10px;
|
|
1381
|
+
}
|
|
1382
|
+
.tui-kit-avatar-list-item {
|
|
1383
|
+
padding: 10px;
|
|
1384
|
+
}
|
|
1385
|
+
.tui-kit-avatar-list-item img {
|
|
1386
|
+
width: 40px;
|
|
1387
|
+
}
|
|
1388
|
+
.uikit-conversation-actions {
|
|
1389
|
+
display: flex;
|
|
1390
|
+
justify-content: flex-end;
|
|
1391
|
+
flex: 1 1;
|
|
1392
|
+
}
|
|
1393
|
+
.uikit-conversation-actions .uikit-conversation-actions__container {
|
|
1394
|
+
top: 0;
|
|
1395
|
+
right: 0;
|
|
1396
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
1397
|
+
bottom: initial;
|
|
1398
|
+
padding: 14px 0;
|
|
1399
|
+
box-sizing: border-box;
|
|
1400
|
+
text-align: start;
|
|
1401
|
+
white-space: nowrap;
|
|
1402
|
+
}
|
|
1403
|
+
.uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item {
|
|
1404
|
+
font-size: 16px;
|
|
1405
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
1406
|
+
font-family: PingFangSC-Medium;
|
|
1407
|
+
line-height: 19px;
|
|
1408
|
+
padding: 6px 16px;
|
|
1409
|
+
cursor: pointer;
|
|
1410
|
+
font-weight: 500;
|
|
1411
|
+
box-sizing: border-box;
|
|
1412
|
+
}
|
|
1413
|
+
[data-uikit-theme=light] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item:hover {
|
|
1414
|
+
background-color: var(--uikit-theme-light-dropdown-color-active);
|
|
1415
|
+
transition: background-color 0.3s ease-in-out;
|
|
1416
|
+
}
|
|
1417
|
+
[data-uikit-theme=dark] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item:hover {
|
|
1418
|
+
background-color: var(--uikit-theme-dark-dropdown-color-active);
|
|
1419
|
+
transition: background-color 0.3s ease-in-out;
|
|
1420
|
+
}
|
|
1421
|
+
[data-uikit-theme=light] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item--delete {
|
|
1422
|
+
color: var(--uikit-theme-light-text-color-error);
|
|
1423
|
+
transition: background-color 0.3s ease-in-out;
|
|
1424
|
+
}
|
|
1425
|
+
[data-uikit-theme=dark] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item--delete {
|
|
1426
|
+
color: var(--uikit-theme-dark-text-color-error);
|
|
1427
|
+
transition: background-color 0.3s ease-in-out;
|
|
1428
|
+
}
|
|
1429
|
+
.uikit-conversation-actions .uikit-conversation-actions__popup-icon {
|
|
1430
|
+
transform: scale(1.5);
|
|
1431
|
+
}
|
|
1432
|
+
.uikit-conversation-preview {
|
|
1433
|
+
display: flex;
|
|
1434
|
+
align-items: center;
|
|
1435
|
+
border: none;
|
|
1436
|
+
height: 64px;
|
|
1437
|
+
cursor: pointer;
|
|
1438
|
+
line-height: 17px;
|
|
1439
|
+
padding: 0 20px;
|
|
1440
|
+
flex: 0 0 auto;
|
|
1441
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
1442
|
+
font-family: PingFangSC-Medium;
|
|
1443
|
+
}
|
|
1444
|
+
[data-uikit-theme=light] .uikit-conversation-preview {
|
|
1445
|
+
background-color: var(--uikit-theme-light-list-color-default);
|
|
1446
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1447
|
+
transition: background-color 0.3s ease-in-out;
|
|
1448
|
+
}
|
|
1449
|
+
[data-uikit-theme=dark] .uikit-conversation-preview {
|
|
1450
|
+
background-color: var(--uikit-theme-dark-list-color-default);
|
|
1451
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1452
|
+
transition: background-color 0.3s ease-in-out;
|
|
1453
|
+
}
|
|
1454
|
+
[data-uikit-theme=light] .uikit-conversation-preview:hover {
|
|
1455
|
+
background-color: var(--uikit-theme-light-list-color-hover);
|
|
1456
|
+
transition: background-color 0.3s ease-in-out;
|
|
1457
|
+
}
|
|
1458
|
+
[data-uikit-theme=dark] .uikit-conversation-preview:hover {
|
|
1459
|
+
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
1460
|
+
transition: background-color 0.3s ease-in-out;
|
|
1461
|
+
}
|
|
1462
|
+
.uikit-conversation-preview.uikit-conversation-preview--mobile {
|
|
1463
|
+
padding: 0 10px;
|
|
1464
|
+
}
|
|
1465
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--pin {
|
|
1466
|
+
background-color: var(--uikit-theme-light-list-color-hover);
|
|
1467
|
+
transition: background-color 0.3s ease-in-out;
|
|
1468
|
+
}
|
|
1469
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--pin {
|
|
1470
|
+
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
1471
|
+
transition: background-color 0.3s ease-in-out;
|
|
1472
|
+
}
|
|
1473
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--active {
|
|
1474
|
+
background-color: var(--uikit-theme-light-list-color-active);
|
|
1475
|
+
transition: background-color 0.3s ease-in-out;
|
|
1476
|
+
}
|
|
1477
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--active {
|
|
1478
|
+
background-color: var(--uikit-theme-dark-list-color-active);
|
|
1479
|
+
transition: background-color 0.3s ease-in-out;
|
|
1480
|
+
}
|
|
1481
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--active .uikit-conversation-preview__title {
|
|
1482
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1483
|
+
transition: background-color 0.3s ease-in-out;
|
|
1484
|
+
}
|
|
1485
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--active .uikit-conversation-preview__title {
|
|
1486
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1487
|
+
transition: background-color 0.3s ease-in-out;
|
|
1488
|
+
}
|
|
1489
|
+
.uikit-conversation-preview.uikit-conversation-preview--unread .uikit-conversation-preview__unread {
|
|
1490
|
+
color: #fff;
|
|
1491
|
+
}
|
|
1492
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--unread .uikit-conversation-preview__unread {
|
|
1493
|
+
background-color: var(--uikit-theme-light-text-color-error);
|
|
1494
|
+
transition: background-color 0.3s ease-in-out;
|
|
1495
|
+
}
|
|
1496
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--unread .uikit-conversation-preview__unread {
|
|
1497
|
+
background-color: var(--uikit-theme-dark-text-color-error);
|
|
1498
|
+
transition: background-color 0.3s ease-in-out;
|
|
1499
|
+
}
|
|
1500
|
+
.uikit-conversation-preview .uikit-conversation-preview__content {
|
|
1501
|
+
flex: 1 1 auto;
|
|
1502
|
+
text-align: left;
|
|
1503
|
+
margin-left: 10px;
|
|
1504
|
+
min-width: 0;
|
|
1505
|
+
}
|
|
1506
|
+
.uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title {
|
|
1507
|
+
font-style: normal;
|
|
1508
|
+
font-weight: 700;
|
|
1509
|
+
font-size: 14px;
|
|
1510
|
+
line-height: 17px;
|
|
1511
|
+
padding: 1px 0;
|
|
1512
|
+
width: 100%;
|
|
1513
|
+
}
|
|
1514
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title {
|
|
1515
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1516
|
+
transition: background-color 0.3s ease-in-out;
|
|
1517
|
+
}
|
|
1518
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title {
|
|
1519
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1520
|
+
transition: background-color 0.3s ease-in-out;
|
|
1521
|
+
}
|
|
1522
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--normal {
|
|
1523
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1524
|
+
transition: background-color 0.3s ease-in-out;
|
|
1525
|
+
}
|
|
1526
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--normal {
|
|
1527
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1528
|
+
transition: background-color 0.3s ease-in-out;
|
|
1529
|
+
}
|
|
1530
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--highlight {
|
|
1531
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1532
|
+
transition: background-color 0.3s ease-in-out;
|
|
1533
|
+
}
|
|
1534
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--highlight {
|
|
1535
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1536
|
+
transition: background-color 0.3s ease-in-out;
|
|
1537
|
+
}
|
|
1538
|
+
.uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__abstract {
|
|
1539
|
+
overflow: hidden;
|
|
1540
|
+
text-overflow: ellipsis;
|
|
1541
|
+
white-space: nowrap;
|
|
1542
|
+
font-style: normal;
|
|
1543
|
+
font-weight: 400;
|
|
1544
|
+
font-size: 12px;
|
|
1545
|
+
line-height: 14px;
|
|
1546
|
+
padding: 1px 0;
|
|
1547
|
+
}
|
|
1548
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__abstract {
|
|
1549
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1550
|
+
transition: background-color 0.3s ease-in-out;
|
|
1551
|
+
}
|
|
1552
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__abstract {
|
|
1553
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1554
|
+
transition: background-color 0.3s ease-in-out;
|
|
1555
|
+
}
|
|
1556
|
+
.uikit-conversation-preview .uikit-conversation-preview__external {
|
|
1557
|
+
text-align: right;
|
|
1558
|
+
flex: 0 1 auto;
|
|
1559
|
+
display: flex;
|
|
1560
|
+
flex-direction: column;
|
|
1561
|
+
}
|
|
1562
|
+
.uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__unread {
|
|
1563
|
+
box-sizing: border-box;
|
|
1564
|
+
height: 16px;
|
|
1565
|
+
border-radius: 16px;
|
|
1566
|
+
display: flex;
|
|
1567
|
+
justify-content: center;
|
|
1568
|
+
align-items: center;
|
|
1569
|
+
padding: 2px 5px;
|
|
1570
|
+
font-size: 11px;
|
|
1571
|
+
font-weight: 700;
|
|
1572
|
+
margin: 2px 0 2px auto;
|
|
1573
|
+
}
|
|
1574
|
+
.uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__time {
|
|
1575
|
+
font-style: normal;
|
|
1576
|
+
font-weight: 400;
|
|
1577
|
+
font-size: 12px;
|
|
1578
|
+
line-height: 14px;
|
|
1579
|
+
padding: 1px 0;
|
|
1580
|
+
text-wrap: nowrap;
|
|
1581
|
+
}
|
|
1582
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__time {
|
|
1583
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1584
|
+
transition: background-color 0.3s ease-in-out;
|
|
1585
|
+
}
|
|
1586
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__time {
|
|
1587
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1588
|
+
transition: background-color 0.3s ease-in-out;
|
|
1589
|
+
}
|
|
1590
|
+
.uikit-conversation-search-result {
|
|
1591
|
+
display: flex;
|
|
1592
|
+
flex-direction: column;
|
|
1593
|
+
flex: 1;
|
|
1594
|
+
min-width: 0;
|
|
1595
|
+
box-sizing: border-box;
|
|
1596
|
+
overflow: auto;
|
|
1597
|
+
}
|
|
1598
|
+
[data-uikit-theme=light] .uikit-conversation-search-result {
|
|
1599
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1600
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1601
|
+
transition: background-color 0.3s ease-in-out;
|
|
1602
|
+
}
|
|
1603
|
+
[data-uikit-theme=dark] .uikit-conversation-search-result {
|
|
1604
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1605
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1606
|
+
transition: background-color 0.3s ease-in-out;
|
|
1607
|
+
}
|
|
1608
|
+
.uikit-conversation-search {
|
|
1609
|
+
display: flex;
|
|
1610
|
+
flex: 1;
|
|
1611
|
+
flex-direction: column;
|
|
1612
|
+
box-sizing: border-box;
|
|
1613
|
+
position: relative;
|
|
1614
|
+
z-index: 2;
|
|
1615
|
+
overflow: hidden;
|
|
1616
|
+
}
|
|
1617
|
+
[data-uikit-theme=light] .uikit-conversation-search {
|
|
1618
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1619
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1620
|
+
transition: background-color 0.3s ease-in-out;
|
|
1621
|
+
}
|
|
1622
|
+
[data-uikit-theme=dark] .uikit-conversation-search {
|
|
1623
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1624
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1625
|
+
transition: background-color 0.3s ease-in-out;
|
|
1626
|
+
}
|
|
1627
|
+
.uikit-conversation-search.uikit-conversation-search--active {
|
|
1628
|
+
position: absolute;
|
|
1629
|
+
width: 100%;
|
|
1630
|
+
height: 100%;
|
|
1631
|
+
}
|
|
1632
|
+
.uikit-conversation-create-container {
|
|
1633
|
+
display: flex;
|
|
1634
|
+
flex-direction: column;
|
|
1635
|
+
justify-content: center;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.tui-conversation-create {
|
|
1639
|
+
position: absolute;
|
|
1640
|
+
display: flex;
|
|
1641
|
+
flex-direction: column;
|
|
1642
|
+
overflow: hidden;
|
|
1643
|
+
flex: 1 1 auto;
|
|
1644
|
+
box-sizing: border-box;
|
|
1645
|
+
min-width: 0;
|
|
1646
|
+
width: 100%;
|
|
1647
|
+
height: 100%;
|
|
1648
|
+
z-index: 2;
|
|
1649
|
+
}
|
|
1650
|
+
[data-uikit-theme=light] .tui-conversation-create {
|
|
1651
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1652
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1653
|
+
transition: background-color 0.3s ease-in-out;
|
|
1654
|
+
}
|
|
1655
|
+
[data-uikit-theme=dark] .tui-conversation-create {
|
|
1656
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1657
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1658
|
+
transition: background-color 0.3s ease-in-out;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
.tui-conversation-create-header {
|
|
1662
|
+
display: flex;
|
|
1663
|
+
flex-direction: row;
|
|
1664
|
+
padding: 16px 20px;
|
|
1665
|
+
align-items: center;
|
|
1666
|
+
text-align: center;
|
|
1667
|
+
}
|
|
1668
|
+
[data-uikit-theme=light] .tui-conversation-create-header {
|
|
1669
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1670
|
+
transition: background-color 0.3s ease-in-out;
|
|
1671
|
+
}
|
|
1672
|
+
[data-uikit-theme=dark] .tui-conversation-create-header {
|
|
1673
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1674
|
+
transition: background-color 0.3s ease-in-out;
|
|
1675
|
+
}
|
|
1676
|
+
.tui-conversation-create-header .title {
|
|
1677
|
+
margin-left: 10px;
|
|
1678
|
+
font-weight: 600;
|
|
1679
|
+
font-size: 16px;
|
|
1680
|
+
line-height: 32px;
|
|
1681
|
+
letter-spacing: -0.41px;
|
|
1682
|
+
}
|
|
1683
|
+
[data-uikit-theme=light] .tui-conversation-create-header .title {
|
|
1684
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1685
|
+
transition: background-color 0.3s ease-in-out;
|
|
1686
|
+
}
|
|
1687
|
+
[data-uikit-theme=dark] .tui-conversation-create-header .title {
|
|
1688
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1689
|
+
transition: background-color 0.3s ease-in-out;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.tui-conversation-create-icon {
|
|
1693
|
+
display: flex;
|
|
1694
|
+
align-items: center;
|
|
1695
|
+
justify-content: center;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.tui-conversation-create-search-input {
|
|
1699
|
+
margin: 10px;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
.tui-user {
|
|
1703
|
+
padding: 6px;
|
|
1704
|
+
display: flex;
|
|
1705
|
+
align-items: center;
|
|
1706
|
+
text-align: center;
|
|
1707
|
+
cursor: pointer;
|
|
1708
|
+
}
|
|
1709
|
+
[data-uikit-theme=light] .tui-user:hover {
|
|
1710
|
+
background-color: var(--uikit-theme-light-list-color-hover);
|
|
1711
|
+
transition: background-color 0.3s ease-in-out;
|
|
1712
|
+
}
|
|
1713
|
+
[data-uikit-theme=dark] .tui-user:hover {
|
|
1714
|
+
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
1715
|
+
transition: background-color 0.3s ease-in-out;
|
|
1716
|
+
}
|
|
1717
|
+
.tui-user .tui-user-name {
|
|
1718
|
+
margin-left: 10px;
|
|
1719
|
+
font-size: 14px;
|
|
1720
|
+
width: 80%;
|
|
1721
|
+
text-align: left;
|
|
1722
|
+
}
|
|
1723
|
+
[data-uikit-theme=light] .tui-user .tui-user-name {
|
|
1724
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1725
|
+
transition: background-color 0.3s ease-in-out;
|
|
1726
|
+
}
|
|
1727
|
+
[data-uikit-theme=dark] .tui-user .tui-user-name {
|
|
1728
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1729
|
+
transition: background-color 0.3s ease-in-out;
|
|
1730
|
+
}
|
|
1731
|
+
.tui-user .tui-user-name.active {
|
|
1732
|
+
font-weight: 600;
|
|
1733
|
+
font-size: 14px;
|
|
1734
|
+
}
|
|
1735
|
+
[data-uikit-theme=light] .tui-user .tui-user-name.active {
|
|
1736
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1737
|
+
transition: background-color 0.3s ease-in-out;
|
|
1738
|
+
}
|
|
1739
|
+
[data-uikit-theme=dark] .tui-user .tui-user-name.active {
|
|
1740
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1741
|
+
transition: background-color 0.3s ease-in-out;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.tui-user-checkbox-label .tui-user-checkbox {
|
|
1745
|
+
margin-left: auto;
|
|
1746
|
+
}
|
|
1747
|
+
.tui-user-checkbox-label input[type=checkbox] {
|
|
1748
|
+
cursor: pointer;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.tui-conversation-create-next-container {
|
|
1752
|
+
width: 100%;
|
|
1753
|
+
display: flex;
|
|
1754
|
+
justify-content: center;
|
|
1755
|
+
margin: 20px auto 10px;
|
|
1756
|
+
}
|
|
1757
|
+
.tui-conversation-create-next-container .tui-conversation-create-next {
|
|
1758
|
+
cursor: pointer;
|
|
1759
|
+
text-align: center;
|
|
1760
|
+
border-radius: 31px;
|
|
1761
|
+
font-size: 14px;
|
|
1762
|
+
color: #fff;
|
|
1763
|
+
padding: 12px 36px;
|
|
1764
|
+
}
|
|
1765
|
+
[data-uikit-theme=light] .tui-conversation-create-next-container .tui-conversation-create-next {
|
|
1766
|
+
background-color: var(--uikit-theme-light-text-color-link);
|
|
1767
|
+
transition: background-color 0.3s ease-in-out;
|
|
1768
|
+
}
|
|
1769
|
+
[data-uikit-theme=dark] .tui-conversation-create-next-container .tui-conversation-create-next {
|
|
1770
|
+
background-color: var(--uikit-theme-dark-text-color-link);
|
|
1771
|
+
transition: background-color 0.3s ease-in-out;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.tui-conversation-create-select-list-container {
|
|
1775
|
+
overflow-y: auto;
|
|
1776
|
+
flex: 1 1 auto;
|
|
1777
|
+
padding: 0 10px;
|
|
1778
|
+
}
|
|
1779
|
+
.tui-conversation-create-select-list-container .tui-conversation-create-select-list {
|
|
1780
|
+
position: relative;
|
|
1781
|
+
}
|
|
1782
|
+
.tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-container {
|
|
1783
|
+
width: 100%;
|
|
1784
|
+
}
|
|
1785
|
+
.tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-box .title {
|
|
1786
|
+
font-weight: 600;
|
|
1787
|
+
font-size: 14px;
|
|
1788
|
+
padding: 10px;
|
|
1789
|
+
}
|
|
1790
|
+
[data-uikit-theme=light] .tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-box .title {
|
|
1791
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1792
|
+
transition: background-color 0.3s ease-in-out;
|
|
1793
|
+
}
|
|
1794
|
+
[data-uikit-theme=dark] .tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-box .title {
|
|
1795
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1796
|
+
transition: background-color 0.3s ease-in-out;
|
|
1797
|
+
}
|
|
1798
|
+
.conversation-create-select-view {
|
|
1799
|
+
display: flex;
|
|
1800
|
+
flex-wrap: wrap;
|
|
1801
|
+
justify-content: flex-start;
|
|
1802
|
+
margin-bottom: 10px;
|
|
1803
|
+
}
|
|
1804
|
+
[data-uikit-theme=light] .conversation-create-select-view {
|
|
1805
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1806
|
+
transition: background-color 0.3s ease-in-out;
|
|
1807
|
+
}
|
|
1808
|
+
[data-uikit-theme=dark] .conversation-create-select-view {
|
|
1809
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1810
|
+
transition: background-color 0.3s ease-in-out;
|
|
1811
|
+
}
|
|
1812
|
+
.conversation-create-select-view .select-view-info {
|
|
1813
|
+
align-items: center;
|
|
1814
|
+
display: flex;
|
|
1815
|
+
flex-direction: column;
|
|
1816
|
+
width: calc((100% - 10px) / 5);
|
|
1817
|
+
padding: 6px;
|
|
1818
|
+
box-sizing: border-box;
|
|
1819
|
+
position: relative;
|
|
1820
|
+
}
|
|
1821
|
+
.conversation-create-select-view .select-view-info .select-view-info-close {
|
|
1822
|
+
position: absolute;
|
|
1823
|
+
right: 15px;
|
|
1824
|
+
top: 6px;
|
|
1825
|
+
z-index: 2;
|
|
1826
|
+
}
|
|
1827
|
+
.conversation-create-select-view .select-view-info .select-view-info-nick {
|
|
1828
|
+
font-size: 12px;
|
|
1829
|
+
overflow: hidden;
|
|
1830
|
+
text-overflow: ellipsis;
|
|
1831
|
+
white-space: nowrap;
|
|
1832
|
+
width: 100%;
|
|
1833
|
+
text-align: center;
|
|
1834
|
+
}
|
|
1835
|
+
.tui-conversation-create-group-detail {
|
|
1836
|
+
display: flex;
|
|
1837
|
+
flex-direction: column;
|
|
1838
|
+
padding: 0 10px;
|
|
1839
|
+
overflow-y: scroll;
|
|
1840
|
+
}
|
|
1841
|
+
[data-uikit-theme=light] .tui-conversation-create-group-detail {
|
|
1842
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1843
|
+
transition: background-color 0.3s ease-in-out;
|
|
1844
|
+
}
|
|
1845
|
+
[data-uikit-theme=dark] .tui-conversation-create-group-detail {
|
|
1846
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1847
|
+
transition: background-color 0.3s ease-in-out;
|
|
1848
|
+
}
|
|
1849
|
+
.tui-conversation-create-group-detail .create-group-box {
|
|
1850
|
+
padding: 10px 0;
|
|
1851
|
+
}
|
|
1852
|
+
.tui-conversation-create-group-detail .input-group-text {
|
|
1853
|
+
font-size: 14px;
|
|
1854
|
+
}
|
|
1855
|
+
.tui-conversation-create-group-detail .create-group-name .input-group-name {
|
|
1856
|
+
font-weight: 700;
|
|
1857
|
+
font-size: 14px;
|
|
1858
|
+
}
|
|
1859
|
+
.tui-conversation-create-group-detail .input-group-title {
|
|
1860
|
+
width: 106px;
|
|
1861
|
+
font-size: 14px;
|
|
1862
|
+
}
|
|
1863
|
+
.tui-conversation-create-group-detail .create-group-illustrate {
|
|
1864
|
+
font-size: 12px;
|
|
1865
|
+
text-align: justify;
|
|
1866
|
+
padding-left: 8px;
|
|
1867
|
+
}
|
|
1868
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-title {
|
|
1869
|
+
font-weight: 600;
|
|
1870
|
+
font-size: 14px;
|
|
1871
|
+
padding: 20px 0 20px 8px;
|
|
1872
|
+
}
|
|
1873
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-info-container {
|
|
1874
|
+
display: flex;
|
|
1875
|
+
flex-wrap: wrap;
|
|
1876
|
+
justify-content: flex-start;
|
|
1877
|
+
margin-bottom: 10px;
|
|
1878
|
+
padding: 0 10px;
|
|
1879
|
+
}
|
|
1880
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-info-container .create-group-portrait-info {
|
|
1881
|
+
align-items: center;
|
|
1882
|
+
display: flex;
|
|
1883
|
+
flex-direction: column;
|
|
1884
|
+
padding: 6px;
|
|
1885
|
+
box-sizing: border-box;
|
|
1886
|
+
}
|
|
1887
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-info-container .create-group-portrait-info-nick {
|
|
1888
|
+
font-size: 12px;
|
|
1889
|
+
margin-top: 6px;
|
|
1890
|
+
}
|
|
1891
|
+
.tui-conversation-group-type-info {
|
|
1892
|
+
display: flex;
|
|
1893
|
+
flex-direction: column;
|
|
1894
|
+
padding: 0 10px;
|
|
1895
|
+
overflow-y: scroll;
|
|
1896
|
+
}
|
|
1897
|
+
[data-uikit-theme=light] .tui-conversation-group-type-info {
|
|
1898
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1899
|
+
transition: background-color 0.3s ease-in-out;
|
|
1900
|
+
}
|
|
1901
|
+
[data-uikit-theme=dark] .tui-conversation-group-type-info {
|
|
1902
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1903
|
+
transition: background-color 0.3s ease-in-out;
|
|
1904
|
+
}
|
|
1905
|
+
.tui-conversation-group-type-info .group-type-info-box {
|
|
1906
|
+
display: flex;
|
|
1907
|
+
flex-direction: column;
|
|
1908
|
+
border-radius: 16px;
|
|
1909
|
+
padding: 12px 16px;
|
|
1910
|
+
margin-top: 12px;
|
|
1911
|
+
cursor: pointer;
|
|
1912
|
+
}
|
|
1913
|
+
[data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-box {
|
|
1914
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1915
|
+
border: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1916
|
+
transition: background-color 0.3s ease-in-out;
|
|
1917
|
+
}
|
|
1918
|
+
[data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-box {
|
|
1919
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1920
|
+
border: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1921
|
+
transition: background-color 0.3s ease-in-out;
|
|
1922
|
+
}
|
|
1923
|
+
.tui-conversation-group-type-info .group-type-info-box:hover {
|
|
1924
|
+
border: 1px solid #147aff;
|
|
1925
|
+
}
|
|
1926
|
+
.tui-conversation-group-type-info .group-type-info-box.group-type-info-box--active {
|
|
1927
|
+
border: 1px solid #147aff;
|
|
1928
|
+
}
|
|
1929
|
+
.tui-conversation-group-type-info .group-type-info-box .group-type-info-title {
|
|
1930
|
+
font-size: 16px;
|
|
1931
|
+
display: flex;
|
|
1932
|
+
align-items: center;
|
|
1933
|
+
}
|
|
1934
|
+
.tui-conversation-group-type-info .group-type-info-box .group-type-info-title .box-active-icon {
|
|
1935
|
+
margin-right: 8px;
|
|
1936
|
+
}
|
|
1937
|
+
.tui-conversation-group-type-info .group-type-info-box .group-type-info-description {
|
|
1938
|
+
font-size: 12px;
|
|
1939
|
+
text-align: justify;
|
|
1940
|
+
}
|
|
1941
|
+
.tui-conversation-group-type-info .group-type-info-document {
|
|
1942
|
+
font-size: 16px;
|
|
1943
|
+
text-align: justify;
|
|
1944
|
+
text-decoration: none;
|
|
1945
|
+
margin: 1rem auto;
|
|
1946
|
+
}
|
|
1947
|
+
[data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-document:link, [data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-document:active, [data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-document:visited {
|
|
1948
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1949
|
+
transition: background-color 0.3s ease-in-out;
|
|
1950
|
+
}
|
|
1951
|
+
[data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-document:link, [data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-document:active, [data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-document:visited {
|
|
1952
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1953
|
+
transition: background-color 0.3s ease-in-out;
|
|
1315
1954
|
}
|
|
1316
|
-
|
|
1317
|
-
|
|
1955
|
+
.tui-conversation-create-button {
|
|
1956
|
+
display: flex;
|
|
1957
|
+
align-items: center;
|
|
1958
|
+
margin: 10px;
|
|
1318
1959
|
}
|
|
1319
|
-
|
|
1320
|
-
|
|
1960
|
+
.uikit-chat-list {
|
|
1961
|
+
flex: 1;
|
|
1962
|
+
box-sizing: border-box;
|
|
1963
|
+
overflow: hidden;
|
|
1964
|
+
min-width: 0;
|
|
1965
|
+
display: flex;
|
|
1966
|
+
flex-direction: column;
|
|
1967
|
+
position: relative;
|
|
1968
|
+
text-align: initial;
|
|
1321
1969
|
}
|
|
1322
|
-
.
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
line-height: 14px;
|
|
1327
|
-
padding: 10px;
|
|
1328
|
-
text-align: center;
|
|
1970
|
+
[data-uikit-theme=light] .uikit-chat-list {
|
|
1971
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1972
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1973
|
+
transition: background-color 0.3s ease-in-out;
|
|
1329
1974
|
}
|
|
1330
|
-
[data-uikit-theme=
|
|
1331
|
-
color: var(--
|
|
1975
|
+
[data-uikit-theme=dark] .uikit-chat-list {
|
|
1976
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1977
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1978
|
+
transition: background-color 0.3s ease-in-out;
|
|
1332
1979
|
}
|
|
1333
|
-
|
|
1334
|
-
|
|
1980
|
+
.uikit-chat-list .uikit-chat-list__header--searching {
|
|
1981
|
+
position: absolute;
|
|
1982
|
+
width: 100%;
|
|
1983
|
+
height: 100%;
|
|
1984
|
+
}
|
|
1985
|
+
.uikit-chat-list .uikit-chat-list__header--creating {
|
|
1986
|
+
position: absolute;
|
|
1987
|
+
width: 100%;
|
|
1988
|
+
height: 100%;
|
|
1335
1989
|
}
|
|
1336
1990
|
.tui-profile {
|
|
1337
1991
|
display: flex;
|
|
1338
1992
|
flex-direction: column;
|
|
1339
1993
|
align-items: center;
|
|
1994
|
+
height: 100%;
|
|
1995
|
+
}
|
|
1996
|
+
[data-uikit-theme=light] .tui-profile {
|
|
1997
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1998
|
+
transition: background-color 0.3s ease-in-out;
|
|
1999
|
+
}
|
|
2000
|
+
[data-uikit-theme=dark] .tui-profile {
|
|
2001
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2002
|
+
transition: background-color 0.3s ease-in-out;
|
|
1340
2003
|
}
|
|
1341
2004
|
.tui-profile-header {
|
|
1342
2005
|
box-sizing: border-box;
|
|
@@ -1368,7 +2031,6 @@ ul li {
|
|
|
1368
2031
|
.tui-profile-nick {
|
|
1369
2032
|
font-weight: 700;
|
|
1370
2033
|
font-size: 24px;
|
|
1371
|
-
font-family: PingFangSC-Medium;
|
|
1372
2034
|
line-height: 29px;
|
|
1373
2035
|
text-align: center;
|
|
1374
2036
|
}
|
|
@@ -1376,15 +2038,18 @@ ul li {
|
|
|
1376
2038
|
padding-left: 25px;
|
|
1377
2039
|
}
|
|
1378
2040
|
.tui-profile-ID {
|
|
1379
|
-
|
|
1380
|
-
margin: 0;
|
|
2041
|
+
margin: 6px 0;
|
|
1381
2042
|
display: flex;
|
|
1382
2043
|
align-items: center;
|
|
1383
|
-
font-weight: 400;
|
|
1384
2044
|
font-size: 12px;
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
color:
|
|
2045
|
+
}
|
|
2046
|
+
[data-uikit-theme=light] .tui-profile-ID {
|
|
2047
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2048
|
+
transition: background-color 0.3s ease-in-out;
|
|
2049
|
+
}
|
|
2050
|
+
[data-uikit-theme=dark] .tui-profile-ID {
|
|
2051
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2052
|
+
transition: background-color 0.3s ease-in-out;
|
|
1388
2053
|
}
|
|
1389
2054
|
.tui-profile-ID h5 {
|
|
1390
2055
|
margin: 0;
|
|
@@ -1402,17 +2067,19 @@ ul li {
|
|
|
1402
2067
|
cursor: pointer;
|
|
1403
2068
|
}
|
|
1404
2069
|
.tui-profile-list-item h4 {
|
|
1405
|
-
padding-bottom: 3px;
|
|
1406
|
-
font-weight: 400;
|
|
1407
2070
|
font-size: 16px;
|
|
1408
|
-
font-family: PingFangSC-Medium;
|
|
1409
|
-
line-height: 22px;
|
|
1410
2071
|
margin: 10px 0;
|
|
1411
|
-
color: rgba(0, 0, 0, 0.6);
|
|
1412
2072
|
}
|
|
1413
2073
|
.tui-profile-div-with-edit {
|
|
1414
|
-
|
|
1415
|
-
|
|
2074
|
+
height: auto !important;
|
|
2075
|
+
}
|
|
2076
|
+
[data-uikit-theme=light] .tui-profile-div-with-edit {
|
|
2077
|
+
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
2078
|
+
transition: background-color 0.3s ease-in-out;
|
|
2079
|
+
}
|
|
2080
|
+
[data-uikit-theme=dark] .tui-profile-div-with-edit {
|
|
2081
|
+
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
2082
|
+
transition: background-color 0.3s ease-in-out;
|
|
1416
2083
|
}
|
|
1417
2084
|
.tui-profile-edit {
|
|
1418
2085
|
border-bottom: none !important;
|
|
@@ -1432,72 +2099,13 @@ ul li {
|
|
|
1432
2099
|
border: none !important;
|
|
1433
2100
|
}
|
|
1434
2101
|
|
|
1435
|
-
.tui-profile {
|
|
1436
|
-
background:
|
|
1437
|
-
|
|
1438
|
-
.tui-profile-header {
|
|
1439
|
-
background: #f9fafb;
|
|
1440
|
-
}
|
|
1441
|
-
.conversation-search-result.no-result {
|
|
1442
|
-
padding: 0 20px;
|
|
1443
|
-
display: flex;
|
|
1444
|
-
flex-direction: column;
|
|
1445
|
-
align-items: center;
|
|
1446
|
-
}
|
|
1447
|
-
.conversation-search-result.no-result-icon {
|
|
1448
|
-
margin: 100px auto 50px;
|
|
1449
|
-
}
|
|
1450
|
-
.conversation-search-result.no-result-message {
|
|
1451
|
-
color: #999999;
|
|
1452
|
-
font-weight: 400;
|
|
1453
|
-
font-family: PingFangSC-Medium;
|
|
1454
|
-
font-size: 16px;
|
|
1455
|
-
line-height: 22px;
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
.conversation-search-input {
|
|
1459
|
-
height: 36px;
|
|
1460
|
-
width: 100%;
|
|
1461
|
-
}
|
|
1462
|
-
.tui-kit-input-box {
|
|
1463
|
-
display: flex;
|
|
1464
|
-
align-items: center;
|
|
1465
|
-
border-radius: 10px;
|
|
1466
|
-
background: rgba(249, 249, 249, 0.94);
|
|
1467
|
-
padding: 0 8px;
|
|
1468
|
-
height: 36px;
|
|
1469
|
-
box-sizing: border-box;
|
|
1470
|
-
}
|
|
1471
|
-
.tui-kit-input-box.tui-kit-input-box--focus {
|
|
1472
|
-
outline: 1px solid #147aff;
|
|
1473
|
-
}
|
|
1474
|
-
.tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1475
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
1476
|
-
background-color: #fff;
|
|
1477
|
-
outline: none;
|
|
1478
|
-
border-radius: 0;
|
|
1479
|
-
}
|
|
1480
|
-
.tui-kit-input-box .tui-kit-input {
|
|
1481
|
-
margin-left: 6px;
|
|
1482
|
-
margin-right: auto;
|
|
1483
|
-
flex: 1;
|
|
1484
|
-
display: flex;
|
|
1485
|
-
flex-direction: row;
|
|
1486
|
-
align-items: center;
|
|
1487
|
-
background-color: transparent;
|
|
1488
|
-
border-radius: 10px;
|
|
1489
|
-
border: none;
|
|
1490
|
-
box-sizing: border-box;
|
|
1491
|
-
font-size: 14px;
|
|
1492
|
-
}
|
|
1493
|
-
.tui-kit-input-box .tui-kit-input:focus {
|
|
1494
|
-
border: none;
|
|
1495
|
-
outline: none;
|
|
2102
|
+
[data-uikit-theme=light] .tui-profile {
|
|
2103
|
+
background: var(--uikit-theme-light-bg-color-operate);
|
|
2104
|
+
transition: background-color 0.3s ease-in-out;
|
|
1496
2105
|
}
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
padding: 2px 0;
|
|
2106
|
+
[data-uikit-theme=dark] .tui-profile {
|
|
2107
|
+
background: var(--uikit-theme-dark-bg-color-operate);
|
|
2108
|
+
transition: background-color 0.3s ease-in-out;
|
|
1501
2109
|
}
|
|
1502
2110
|
.tui-manage {
|
|
1503
2111
|
display: flex;
|
|
@@ -1505,7 +2113,18 @@ ul li {
|
|
|
1505
2113
|
width: 22%;
|
|
1506
2114
|
max-width: 300px;
|
|
1507
2115
|
min-width: 200px;
|
|
1508
|
-
|
|
2116
|
+
}
|
|
2117
|
+
[data-uikit-theme=light] .tui-manage {
|
|
2118
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2119
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2120
|
+
border-left: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
2121
|
+
transition: background-color 0.3s ease-in-out;
|
|
2122
|
+
}
|
|
2123
|
+
[data-uikit-theme=dark] .tui-manage {
|
|
2124
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2125
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2126
|
+
border-left: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
2127
|
+
transition: background-color 0.3s ease-in-out;
|
|
1509
2128
|
}
|
|
1510
2129
|
.tui-manage .red {
|
|
1511
2130
|
color: #ff584c !important;
|
|
@@ -1519,8 +2138,6 @@ ul li {
|
|
|
1519
2138
|
margin-right: 10px;
|
|
1520
2139
|
font-weight: 700;
|
|
1521
2140
|
font-size: 14px;
|
|
1522
|
-
font-family: PingFangSC-Medium;
|
|
1523
|
-
line-height: 17px;
|
|
1524
2141
|
}
|
|
1525
2142
|
.tui-manage .tui-manage-container .tui-manage-info {
|
|
1526
2143
|
display: flex;
|
|
@@ -1535,26 +2152,34 @@ ul li {
|
|
|
1535
2152
|
text-align: center;
|
|
1536
2153
|
font-weight: 700;
|
|
1537
2154
|
font-size: 24px;
|
|
1538
|
-
font-family: PingFangSC-Medium;
|
|
1539
|
-
line-height: 29px;
|
|
1540
2155
|
margin-bottom: 10px;
|
|
1541
2156
|
}
|
|
1542
2157
|
.tui-manage .tui-manage-container .tui-manage-info .info-id {
|
|
1543
|
-
font-
|
|
1544
|
-
font-size: 12px;
|
|
1545
|
-
font-family: PingFangSC-Medium;
|
|
1546
|
-
line-height: 14px;
|
|
1547
|
-
color: #666;
|
|
2158
|
+
font-size: 16px;
|
|
1548
2159
|
margin-bottom: 30px;
|
|
1549
2160
|
text-align: center;
|
|
1550
2161
|
}
|
|
2162
|
+
[data-uikit-theme=light] .tui-manage .tui-manage-container .tui-manage-info .info-id {
|
|
2163
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2164
|
+
transition: background-color 0.3s ease-in-out;
|
|
2165
|
+
}
|
|
2166
|
+
[data-uikit-theme=dark] .tui-manage .tui-manage-container .tui-manage-info .info-id {
|
|
2167
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2168
|
+
transition: background-color 0.3s ease-in-out;
|
|
2169
|
+
}
|
|
1551
2170
|
.tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box {
|
|
1552
2171
|
display: flex;
|
|
1553
|
-
background: rgba(249, 249, 249, 0.94);
|
|
1554
2172
|
align-items: center;
|
|
1555
2173
|
justify-content: space-between;
|
|
1556
2174
|
padding: 10px;
|
|
1557
|
-
|
|
2175
|
+
}
|
|
2176
|
+
[data-uikit-theme=light] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box {
|
|
2177
|
+
background: var(--uikit-theme-light-bg-color-operate);
|
|
2178
|
+
transition: background-color 0.3s ease-in-out;
|
|
2179
|
+
}
|
|
2180
|
+
[data-uikit-theme=dark] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box {
|
|
2181
|
+
background: var(--uikit-theme-dark-bg-color-operate);
|
|
2182
|
+
transition: background-color 0.3s ease-in-out;
|
|
1558
2183
|
}
|
|
1559
2184
|
.tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box:nth-child(2) {
|
|
1560
2185
|
margin-top: 10px;
|
|
@@ -1562,9 +2187,14 @@ ul li {
|
|
|
1562
2187
|
}
|
|
1563
2188
|
.tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box .manage-handle-title {
|
|
1564
2189
|
font-size: 16px;
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
color:
|
|
2190
|
+
}
|
|
2191
|
+
[data-uikit-theme=light] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box .manage-handle-title {
|
|
2192
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2193
|
+
transition: background-color 0.3s ease-in-out;
|
|
2194
|
+
}
|
|
2195
|
+
[data-uikit-theme=dark] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box .manage-handle-title {
|
|
2196
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2197
|
+
transition: background-color 0.3s ease-in-out;
|
|
1568
2198
|
}
|
|
1569
2199
|
|
|
1570
2200
|
.tui-manage.tui-h5-manage {
|
|
@@ -1578,7 +2208,14 @@ ul li {
|
|
|
1578
2208
|
max-width: 100%;
|
|
1579
2209
|
min-width: 100%;
|
|
1580
2210
|
z-index: 1;
|
|
1581
|
-
|
|
2211
|
+
}
|
|
2212
|
+
[data-uikit-theme=light] .tui-manage.tui-h5-manage {
|
|
2213
|
+
background: var(--uikit-theme-light-bg-color-operate);
|
|
2214
|
+
transition: background-color 0.3s ease-in-out;
|
|
2215
|
+
}
|
|
2216
|
+
[data-uikit-theme=dark] .tui-manage.tui-h5-manage {
|
|
2217
|
+
background: var(--uikit-theme-dark-bg-color-operate);
|
|
2218
|
+
transition: background-color 0.3s ease-in-out;
|
|
1582
2219
|
}
|
|
1583
2220
|
.popup {
|
|
1584
2221
|
opacity: 0;
|
|
@@ -1612,18 +2249,37 @@ ul li {
|
|
|
1612
2249
|
opacity: 0;
|
|
1613
2250
|
}
|
|
1614
2251
|
|
|
1615
|
-
.info {
|
|
1616
|
-
background:
|
|
2252
|
+
[data-uikit-theme=light] .info {
|
|
2253
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2254
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2255
|
+
transition: background-color 0.3s ease-in-out;
|
|
2256
|
+
}
|
|
2257
|
+
[data-uikit-theme=dark] .info {
|
|
2258
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2259
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2260
|
+
transition: background-color 0.3s ease-in-out;
|
|
1617
2261
|
}
|
|
1618
2262
|
|
|
1619
|
-
.warn {
|
|
1620
|
-
color:
|
|
1621
|
-
|
|
2263
|
+
[data-uikit-theme=light] .warn {
|
|
2264
|
+
background-color: var(--uikit-theme-light-text-color-warning);
|
|
2265
|
+
color: #fff;
|
|
2266
|
+
transition: background-color 0.3s ease-in-out;
|
|
2267
|
+
}
|
|
2268
|
+
[data-uikit-theme=dark] .warn {
|
|
2269
|
+
background-color: var(--uikit-theme-dark-text-color-warning);
|
|
2270
|
+
color: #fff;
|
|
2271
|
+
transition: background-color 0.3s ease-in-out;
|
|
1622
2272
|
}
|
|
1623
2273
|
|
|
1624
|
-
.error {
|
|
1625
|
-
color:
|
|
1626
|
-
|
|
2274
|
+
[data-uikit-theme=light] .error {
|
|
2275
|
+
background-color: var(--uikit-theme-light-text-color-error);
|
|
2276
|
+
color: #fff;
|
|
2277
|
+
transition: background-color 0.3s ease-in-out;
|
|
2278
|
+
}
|
|
2279
|
+
[data-uikit-theme=dark] .error {
|
|
2280
|
+
background-color: var(--uikit-theme-dark-text-color-error);
|
|
2281
|
+
color: #fff;
|
|
2282
|
+
transition: background-color 0.3s ease-in-out;
|
|
1627
2283
|
}
|
|
1628
2284
|
.div-with-edit {
|
|
1629
2285
|
flex: 1;
|
|
@@ -1645,12 +2301,12 @@ ul li {
|
|
|
1645
2301
|
position: relative;
|
|
1646
2302
|
word-break: break-all;
|
|
1647
2303
|
}
|
|
1648
|
-
.div-with-edit .show:hover .icon-edit {
|
|
1649
|
-
display: flex;
|
|
1650
|
-
}
|
|
1651
2304
|
.div-with-edit .show .icon-edit {
|
|
1652
2305
|
display: none;
|
|
1653
2306
|
}
|
|
2307
|
+
.div-with-edit .show:hover .icon-edit {
|
|
2308
|
+
display: flex;
|
|
2309
|
+
}
|
|
1654
2310
|
.div-with-edit .icon {
|
|
1655
2311
|
margin-left: 10px;
|
|
1656
2312
|
width: 25px;
|
|
@@ -1661,9 +2317,16 @@ ul li {
|
|
|
1661
2317
|
align-items: center;
|
|
1662
2318
|
justify-content: space-between;
|
|
1663
2319
|
position: relative;
|
|
1664
|
-
border-bottom: 1px solid #EEEEEE;
|
|
1665
2320
|
padding: 0 10px;
|
|
1666
2321
|
}
|
|
2322
|
+
[data-uikit-theme=light] .div-with-edit .edit {
|
|
2323
|
+
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
2324
|
+
transition: background-color 0.3s ease-in-out;
|
|
2325
|
+
}
|
|
2326
|
+
[data-uikit-theme=dark] .div-with-edit .edit {
|
|
2327
|
+
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
2328
|
+
transition: background-color 0.3s ease-in-out;
|
|
2329
|
+
}
|
|
1667
2330
|
.div-with-edit .edit input {
|
|
1668
2331
|
flex: 1;
|
|
1669
2332
|
font-size: inherit;
|
|
@@ -1675,20 +2338,32 @@ ul li {
|
|
|
1675
2338
|
}
|
|
1676
2339
|
.div-with-edit .edit .select {
|
|
1677
2340
|
position: absolute;
|
|
1678
|
-
box-sizing: border-box;
|
|
1679
2341
|
min-width: 100%;
|
|
1680
2342
|
z-index: 2;
|
|
1681
|
-
background: #FFFFFF;
|
|
1682
|
-
box-shadow: 0 11px 20px 0 rgb(0, 0, 0);
|
|
1683
2343
|
top: 100%;
|
|
1684
2344
|
border-radius: 5px;
|
|
1685
2345
|
padding: 10px 0;
|
|
1686
2346
|
}
|
|
2347
|
+
[data-uikit-theme=light] .div-with-edit .edit .select {
|
|
2348
|
+
background: var(--uikit-theme-light-dropdown-color-default);
|
|
2349
|
+
box-shadow: 0 11px 20px 0 var(--uikit-theme-light-shadow-color);
|
|
2350
|
+
transition: background-color 0.3s ease-in-out;
|
|
2351
|
+
}
|
|
2352
|
+
[data-uikit-theme=dark] .div-with-edit .edit .select {
|
|
2353
|
+
background: var(--uikit-theme-dark-dropdown-color-default);
|
|
2354
|
+
box-shadow: 0 11px 20px 0 var(--uikit-theme-dark-shadow-color);
|
|
2355
|
+
transition: background-color 0.3s ease-in-out;
|
|
2356
|
+
}
|
|
1687
2357
|
.div-with-edit .edit .select-list-item {
|
|
1688
2358
|
padding: 7px 10px;
|
|
1689
2359
|
}
|
|
1690
|
-
.div-with-edit .edit .select-list-item:hover {
|
|
1691
|
-
background:
|
|
2360
|
+
[data-uikit-theme=light] .div-with-edit .edit .select-list-item:hover {
|
|
2361
|
+
background: var(--uikit-theme-light-dropdown-color-hover);
|
|
2362
|
+
transition: background-color 0.3s ease-in-out;
|
|
2363
|
+
}
|
|
2364
|
+
[data-uikit-theme=dark] .div-with-edit .edit .select-list-item:hover {
|
|
2365
|
+
background: var(--uikit-theme-dark-dropdown-color-hover);
|
|
2366
|
+
transition: background-color 0.3s ease-in-out;
|
|
1692
2367
|
}
|
|
1693
2368
|
.tui-kit-icon {
|
|
1694
2369
|
display: flex;
|
|
@@ -1696,13 +2371,14 @@ ul li {
|
|
|
1696
2371
|
align-items: center;
|
|
1697
2372
|
cursor: pointer;
|
|
1698
2373
|
position: relative;
|
|
2374
|
+
user-select: none;
|
|
1699
2375
|
}
|
|
1700
2376
|
.tui-kit-icon .icon-image {
|
|
1701
2377
|
width: 100%;
|
|
1702
2378
|
}
|
|
1703
2379
|
.tui-kit-icon:hover {
|
|
1704
2380
|
color: royalblue;
|
|
1705
|
-
border-color:
|
|
2381
|
+
border-color: currentcolor;
|
|
1706
2382
|
}
|
|
1707
2383
|
.tui-kit-icon::after {
|
|
1708
2384
|
content: "";
|
|
@@ -1718,6 +2394,74 @@ ul li {
|
|
|
1718
2394
|
opacity: 0.4;
|
|
1719
2395
|
transition: 0s;
|
|
1720
2396
|
}
|
|
2397
|
+
|
|
2398
|
+
.tui-kit-icon-loading {
|
|
2399
|
+
cursor: wait;
|
|
2400
|
+
border-radius: 100%;
|
|
2401
|
+
animation: circle infinite 1s linear;
|
|
2402
|
+
}
|
|
2403
|
+
[data-uikit-theme=light] .tui-kit-icon-loading {
|
|
2404
|
+
border: 3px solid var(--uikit-theme-light-text-color-disable);
|
|
2405
|
+
border-top-color: transparent;
|
|
2406
|
+
transition: background-color 0.3s ease-in-out;
|
|
2407
|
+
}
|
|
2408
|
+
[data-uikit-theme=dark] .tui-kit-icon-loading {
|
|
2409
|
+
border: 3px solid var(--uikit-theme-dark-text-color-disable);
|
|
2410
|
+
border-top-color: transparent;
|
|
2411
|
+
transition: background-color 0.3s ease-in-out;
|
|
2412
|
+
}
|
|
2413
|
+
[data-uikit-theme=light] .tui-kit-icon-loading:hover {
|
|
2414
|
+
border: 3px solid var(--uikit-theme-light-text-color-disable);
|
|
2415
|
+
border-top-color: transparent;
|
|
2416
|
+
transition: background-color 0.3s ease-in-out;
|
|
2417
|
+
}
|
|
2418
|
+
[data-uikit-theme=dark] .tui-kit-icon-loading:hover {
|
|
2419
|
+
border: 3px solid var(--uikit-theme-dark-text-color-disable);
|
|
2420
|
+
border-top-color: transparent;
|
|
2421
|
+
transition: background-color 0.3s ease-in-out;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
@keyframes circle {
|
|
2425
|
+
0% {
|
|
2426
|
+
transform: rotate(0);
|
|
2427
|
+
}
|
|
2428
|
+
100% {
|
|
2429
|
+
transform: rotate(360deg);
|
|
2430
|
+
}
|
|
2431
|
+
}
|
|
2432
|
+
.tui-place-holder {
|
|
2433
|
+
padding: 0 20px;
|
|
2434
|
+
display: flex;
|
|
2435
|
+
flex-direction: column;
|
|
2436
|
+
justify-content: center;
|
|
2437
|
+
align-items: center;
|
|
2438
|
+
flex: 1;
|
|
2439
|
+
}
|
|
2440
|
+
.tui-place-holder .tui-place-holder__icon {
|
|
2441
|
+
margin: 10px;
|
|
2442
|
+
}
|
|
2443
|
+
.tui-place-holder .tui-place-holder__label {
|
|
2444
|
+
color: #999;
|
|
2445
|
+
font-weight: 400;
|
|
2446
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
2447
|
+
font-family: PingFangSC-Medium;
|
|
2448
|
+
font-size: 16px;
|
|
2449
|
+
line-height: 22px;
|
|
2450
|
+
}
|
|
2451
|
+
.tui-place-holder .tui-place-holder__button {
|
|
2452
|
+
margin: 20px;
|
|
2453
|
+
background-color: #0365f9;
|
|
2454
|
+
border-radius: 31px;
|
|
2455
|
+
color: #fff;
|
|
2456
|
+
cursor: pointer;
|
|
2457
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
2458
|
+
font-family: PingFangSC-Medium;
|
|
2459
|
+
font-size: 14px;
|
|
2460
|
+
line-height: 20px;
|
|
2461
|
+
padding: 12px 36px;
|
|
2462
|
+
text-align: center;
|
|
2463
|
+
user-select: none;
|
|
2464
|
+
}
|
|
1721
2465
|
.model {
|
|
1722
2466
|
background: rgba(0, 0, 0, 0.5);
|
|
1723
2467
|
position: fixed;
|
|
@@ -1773,7 +2517,7 @@ ul li {
|
|
|
1773
2517
|
z-index: 10;
|
|
1774
2518
|
margin: 20px;
|
|
1775
2519
|
padding: 10px;
|
|
1776
|
-
box-shadow: 0 11px 20px 0 rgb(0, 0, 0);
|
|
2520
|
+
box-shadow: 0 11px 20px 0 rgb(0, 0, 0.3);
|
|
1777
2521
|
max-width: 50%;
|
|
1778
2522
|
word-break: break-all;
|
|
1779
2523
|
border-radius: 5px;
|
|
@@ -1799,10 +2543,16 @@ ul li {
|
|
|
1799
2543
|
display: flex;
|
|
1800
2544
|
flex-direction: column;
|
|
1801
2545
|
position: relative;
|
|
1802
|
-
border-right: 1px solid #F9FAFB;
|
|
1803
2546
|
text-align: initial;
|
|
1804
|
-
overflow
|
|
1805
|
-
|
|
2547
|
+
overflow: hidden scroll;
|
|
2548
|
+
}
|
|
2549
|
+
[data-uikit-theme=light] .tui-contacts-list {
|
|
2550
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2551
|
+
transition: background-color 0.3s ease-in-out;
|
|
2552
|
+
}
|
|
2553
|
+
[data-uikit-theme=dark] .tui-contacts-list {
|
|
2554
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2555
|
+
transition: background-color 0.3s ease-in-out;
|
|
1806
2556
|
}
|
|
1807
2557
|
.tui-contacts-list .tui-contacts-title {
|
|
1808
2558
|
display: flex;
|
|
@@ -1811,6 +2561,7 @@ ul li {
|
|
|
1811
2561
|
.tui-contacts-list .tui-contacts-list-title {
|
|
1812
2562
|
display: flex;
|
|
1813
2563
|
padding: 10px 20px;
|
|
2564
|
+
cursor: pointer;
|
|
1814
2565
|
}
|
|
1815
2566
|
.tui-contacts-list .tui-contacts-list-icon {
|
|
1816
2567
|
display: flex;
|
|
@@ -1818,15 +2569,24 @@ ul li {
|
|
|
1818
2569
|
justify-content: center;
|
|
1819
2570
|
margin-right: 20px;
|
|
1820
2571
|
}
|
|
2572
|
+
.tui-contacts-list .tui-contacts-list-icon .contacts-list-icon {
|
|
2573
|
+
font-size: 12px;
|
|
2574
|
+
}
|
|
2575
|
+
[data-uikit-theme=light] .tui-contacts-list .tui-contacts-list-icon .contacts-list-icon {
|
|
2576
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2577
|
+
transition: background-color 0.3s ease-in-out;
|
|
2578
|
+
}
|
|
2579
|
+
[data-uikit-theme=dark] .tui-contacts-list .tui-contacts-list-icon .contacts-list-icon {
|
|
2580
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2581
|
+
transition: background-color 0.3s ease-in-out;
|
|
2582
|
+
}
|
|
1821
2583
|
.tui-contacts-list .tui-contacts-list-item {
|
|
1822
2584
|
align-items: center;
|
|
1823
2585
|
cursor: pointer;
|
|
1824
2586
|
display: flex;
|
|
1825
2587
|
padding: 10px 20px;
|
|
1826
2588
|
text-align: center;
|
|
1827
|
-
font-family: PingFangSC-Medium;
|
|
1828
2589
|
font-size: 14px;
|
|
1829
|
-
line-height: 20px;
|
|
1830
2590
|
}
|
|
1831
2591
|
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-card {
|
|
1832
2592
|
display: flex;
|
|
@@ -1839,6 +2599,11 @@ ul li {
|
|
|
1839
2599
|
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-container {
|
|
1840
2600
|
margin-left: 10px;
|
|
1841
2601
|
}
|
|
2602
|
+
.tui-contacts-list .tui-contacts-list-item .text-ellipsis, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-name, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-text {
|
|
2603
|
+
overflow: hidden;
|
|
2604
|
+
text-overflow: ellipsis;
|
|
2605
|
+
white-space: nowrap;
|
|
2606
|
+
}
|
|
1842
2607
|
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-text {
|
|
1843
2608
|
color: #999;
|
|
1844
2609
|
font-size: 12px;
|
|
@@ -1849,22 +2614,11 @@ ul li {
|
|
|
1849
2614
|
font-size: 12px;
|
|
1850
2615
|
text-align: left;
|
|
1851
2616
|
}
|
|
1852
|
-
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-name {
|
|
1853
|
-
color: #000;
|
|
1854
|
-
font-weight: 400;
|
|
1855
|
-
text-align: left;
|
|
1856
|
-
}
|
|
1857
|
-
.tui-contacts-list .text-ellipsis, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-text, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-name {
|
|
1858
|
-
overflow: hidden;
|
|
1859
|
-
text-overflow: ellipsis;
|
|
1860
|
-
white-space: nowrap;
|
|
1861
|
-
}
|
|
1862
2617
|
.tui-contacts-list .application-btn {
|
|
1863
2618
|
width: 30px;
|
|
1864
2619
|
height: 14px;
|
|
1865
2620
|
padding: 5px;
|
|
1866
2621
|
border-radius: 15px;
|
|
1867
|
-
border: none;
|
|
1868
2622
|
font-size: 10px;
|
|
1869
2623
|
text-align: center;
|
|
1870
2624
|
line-height: 14px;
|
|
@@ -1872,8 +2626,8 @@ ul li {
|
|
|
1872
2626
|
cursor: pointer;
|
|
1873
2627
|
-webkit-user-select: none;
|
|
1874
2628
|
user-select: none;
|
|
1875
|
-
border: 1px solid #
|
|
1876
|
-
background: #
|
|
2629
|
+
border: 1px solid #006eff;
|
|
2630
|
+
background: #006eff;
|
|
1877
2631
|
color: #fff;
|
|
1878
2632
|
}
|
|
1879
2633
|
|
|
@@ -1891,10 +2645,17 @@ ul li {
|
|
|
1891
2645
|
height: 100%;
|
|
1892
2646
|
display: flex;
|
|
1893
2647
|
padding: 60px;
|
|
1894
|
-
box-sizing: border-box;
|
|
1895
2648
|
flex-direction: column;
|
|
1896
2649
|
overflow: hidden;
|
|
1897
2650
|
}
|
|
2651
|
+
[data-uikit-theme=light] .tui-contact-info {
|
|
2652
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2653
|
+
transition: background-color 0.3s ease-in-out;
|
|
2654
|
+
}
|
|
2655
|
+
[data-uikit-theme=dark] .tui-contact-info {
|
|
2656
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2657
|
+
transition: background-color 0.3s ease-in-out;
|
|
2658
|
+
}
|
|
1898
2659
|
.tui-contact-info .tui-contact-info-header {
|
|
1899
2660
|
padding-bottom: 15px;
|
|
1900
2661
|
border-bottom: 1px solid #ddd;
|
|
@@ -1914,30 +2675,50 @@ ul li {
|
|
|
1914
2675
|
font-size: 24px;
|
|
1915
2676
|
padding: 15px;
|
|
1916
2677
|
}
|
|
2678
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-header .header-container .header-container-name {
|
|
2679
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2680
|
+
transition: background-color 0.3s ease-in-out;
|
|
2681
|
+
}
|
|
2682
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-header .header-container .header-container-name {
|
|
2683
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2684
|
+
transition: background-color 0.3s ease-in-out;
|
|
2685
|
+
}
|
|
1917
2686
|
.tui-contact-info .tui-contact-info-header .header-container .header-container-text {
|
|
2687
|
+
margin-top: 20px;
|
|
1918
2688
|
font-size: 16px;
|
|
1919
|
-
line-height: 50px;
|
|
1920
|
-
font-weight: 400;
|
|
1921
|
-
color: #999999;
|
|
1922
2689
|
word-break: break-all;
|
|
1923
2690
|
}
|
|
2691
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-header .header-container .header-container-text {
|
|
2692
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2693
|
+
transition: background-color 0.3s ease-in-out;
|
|
2694
|
+
}
|
|
2695
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-header .header-container .header-container-text {
|
|
2696
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2697
|
+
transition: background-color 0.3s ease-in-out;
|
|
2698
|
+
}
|
|
1924
2699
|
.tui-contact-info .tui-contact-info-content {
|
|
1925
2700
|
padding: 15px 0;
|
|
1926
2701
|
overflow: hidden;
|
|
1927
2702
|
}
|
|
2703
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-content {
|
|
2704
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2705
|
+
transition: background-color 0.3s ease-in-out;
|
|
2706
|
+
}
|
|
2707
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-content {
|
|
2708
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2709
|
+
transition: background-color 0.3s ease-in-out;
|
|
2710
|
+
}
|
|
1928
2711
|
.tui-contact-info .tui-contact-info-content .content-item {
|
|
1929
2712
|
display: flex;
|
|
1930
2713
|
flex-direction: row;
|
|
1931
2714
|
align-items: center;
|
|
1932
2715
|
padding: 6px 0;
|
|
1933
2716
|
font-size: 16px;
|
|
1934
|
-
font-weight: 400;
|
|
1935
2717
|
min-height: 56px;
|
|
1936
2718
|
}
|
|
1937
2719
|
.tui-contact-info .tui-contact-info-content .content-item-wording {
|
|
1938
2720
|
padding: 6px 0;
|
|
1939
2721
|
font-size: 16px;
|
|
1940
|
-
font-weight: 400;
|
|
1941
2722
|
min-height: 56px;
|
|
1942
2723
|
}
|
|
1943
2724
|
.tui-contact-info .tui-contact-info-content .content-item-wording-text {
|
|
@@ -1952,14 +2733,12 @@ ul li {
|
|
|
1952
2733
|
width: 95%;
|
|
1953
2734
|
}
|
|
1954
2735
|
.tui-contact-info .tui-contact-info-content .content-item-label {
|
|
1955
|
-
color: #999;
|
|
1956
2736
|
margin-right: 5px;
|
|
1957
2737
|
}
|
|
1958
2738
|
.tui-contact-info .tui-contact-info-content .content-item-text {
|
|
1959
2739
|
flex: 1;
|
|
1960
2740
|
display: flex;
|
|
1961
2741
|
flex-direction: row;
|
|
1962
|
-
color: #333;
|
|
1963
2742
|
overflow: hidden;
|
|
1964
2743
|
}
|
|
1965
2744
|
.tui-contact-info .tui-contact-info-content .content-btn-container {
|
|
@@ -1969,30 +2748,36 @@ ul li {
|
|
|
1969
2748
|
}
|
|
1970
2749
|
.tui-contact-info .tui-contact-info-content .content-btn-container .content-item-btn {
|
|
1971
2750
|
margin: 15px;
|
|
1972
|
-
width: 122px;
|
|
1973
|
-
height: 26px;
|
|
1974
2751
|
padding: 8px 20px;
|
|
1975
2752
|
border-radius: 25px;
|
|
1976
2753
|
border: none;
|
|
1977
2754
|
font-size: 14px;
|
|
1978
2755
|
text-align: center;
|
|
1979
|
-
line-height: 26px;
|
|
1980
|
-
font-weight: 400;
|
|
1981
2756
|
letter-spacing: 0;
|
|
1982
2757
|
min-width: 100px;
|
|
1983
2758
|
cursor: pointer;
|
|
1984
2759
|
-webkit-user-select: none;
|
|
1985
2760
|
user-select: none;
|
|
1986
2761
|
}
|
|
1987
|
-
.tui-contact-info .tui-contact-info-content .content-btn-container .delete-btn {
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
2762
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-content .content-btn-container .delete-btn {
|
|
2763
|
+
color: var(--uikit-theme-light-text-color-error);
|
|
2764
|
+
border: 1px solid;
|
|
2765
|
+
transition: background-color 0.3s ease-in-out;
|
|
1991
2766
|
}
|
|
1992
|
-
.tui-contact-info .tui-contact-info-content .content-btn-container .
|
|
1993
|
-
|
|
1994
|
-
|
|
2767
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-content .content-btn-container .delete-btn {
|
|
2768
|
+
color: var(--uikit-theme-dark-text-color-error);
|
|
2769
|
+
border: 1px solid;
|
|
2770
|
+
transition: background-color 0.3s ease-in-out;
|
|
2771
|
+
}
|
|
2772
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-content .content-btn-container .confirm-btn {
|
|
2773
|
+
color: #fff;
|
|
2774
|
+
background-color: var(--uikit-theme-light-text-color-link);
|
|
2775
|
+
transition: background-color 0.3s ease-in-out;
|
|
2776
|
+
}
|
|
2777
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-content .content-btn-container .confirm-btn {
|
|
1995
2778
|
color: #fff;
|
|
2779
|
+
background-color: var(--uikit-theme-dark-text-color-link);
|
|
2780
|
+
transition: background-color 0.3s ease-in-out;
|
|
1996
2781
|
}
|
|
1997
2782
|
|
|
1998
2783
|
.tui-contact-info-h5 {
|
|
@@ -2008,6 +2793,14 @@ ul li {
|
|
|
2008
2793
|
text-align: initial;
|
|
2009
2794
|
overflow: hidden;
|
|
2010
2795
|
}
|
|
2796
|
+
[data-uikit-theme=light] .tui-contacts {
|
|
2797
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2798
|
+
transition: background-color 0.3s ease-in-out;
|
|
2799
|
+
}
|
|
2800
|
+
[data-uikit-theme=dark] .tui-contacts {
|
|
2801
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2802
|
+
transition: background-color 0.3s ease-in-out;
|
|
2803
|
+
}
|
|
2011
2804
|
.tui-contacts .tui-contacts-header {
|
|
2012
2805
|
position: relative;
|
|
2013
2806
|
display: flex;
|
|
@@ -2018,8 +2811,7 @@ ul li {
|
|
|
2018
2811
|
width: 100%;
|
|
2019
2812
|
}
|
|
2020
2813
|
.tui-contacts .tui-contacts-add {
|
|
2021
|
-
|
|
2022
|
-
color: #147AFF;
|
|
2814
|
+
color: #147aff;
|
|
2023
2815
|
font-size: 20px;
|
|
2024
2816
|
align-items: center;
|
|
2025
2817
|
cursor: pointer;
|
|
@@ -2033,22 +2825,33 @@ ul li {
|
|
|
2033
2825
|
}
|
|
2034
2826
|
.tui-contacts .tui-contacts-add-header {
|
|
2035
2827
|
align-items: center;
|
|
2036
|
-
background-color: #f9fafb;
|
|
2037
2828
|
display: flex;
|
|
2038
2829
|
flex-direction: row;
|
|
2039
2830
|
padding: 16px 20px;
|
|
2040
2831
|
text-align: center;
|
|
2041
2832
|
margin-bottom: 10px;
|
|
2042
2833
|
}
|
|
2834
|
+
[data-uikit-theme=light] .tui-contacts .tui-contacts-add-header {
|
|
2835
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2836
|
+
transition: background-color 0.3s ease-in-out;
|
|
2837
|
+
}
|
|
2838
|
+
[data-uikit-theme=dark] .tui-contacts .tui-contacts-add-header {
|
|
2839
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2840
|
+
transition: background-color 0.3s ease-in-out;
|
|
2841
|
+
}
|
|
2043
2842
|
.tui-contacts .tui-contacts-add-header .tui-contacts-add-header-title {
|
|
2044
|
-
color: #000;
|
|
2045
|
-
font-family: PingFangSC-Medium;
|
|
2046
2843
|
font-size: 20px;
|
|
2047
2844
|
font-weight: 600;
|
|
2048
|
-
letter-spacing: -0.41px;
|
|
2049
|
-
line-height: 32px;
|
|
2050
2845
|
margin-left: 10px;
|
|
2051
2846
|
}
|
|
2847
|
+
[data-uikit-theme=light] .tui-contacts .tui-contacts-add-header .tui-contacts-add-header-title {
|
|
2848
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2849
|
+
transition: background-color 0.3s ease-in-out;
|
|
2850
|
+
}
|
|
2851
|
+
[data-uikit-theme=dark] .tui-contacts .tui-contacts-add-header .tui-contacts-add-header-title {
|
|
2852
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2853
|
+
transition: background-color 0.3s ease-in-out;
|
|
2854
|
+
}
|
|
2052
2855
|
.tui-contacts .no-result {
|
|
2053
2856
|
padding: 0 20px;
|
|
2054
2857
|
display: flex;
|
|
@@ -2059,12 +2862,17 @@ ul li {
|
|
|
2059
2862
|
margin: 100px auto 50px;
|
|
2060
2863
|
}
|
|
2061
2864
|
.tui-contacts .no-result-message {
|
|
2062
|
-
color: #999999;
|
|
2063
|
-
font-weight: 400;
|
|
2064
2865
|
font-size: 16px;
|
|
2065
|
-
font-family: PingFangSC-Medium;
|
|
2066
2866
|
line-height: 22px;
|
|
2067
2867
|
}
|
|
2868
|
+
[data-uikit-theme=light] .tui-contacts .no-result-message {
|
|
2869
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2870
|
+
transition: background-color 0.3s ease-in-out;
|
|
2871
|
+
}
|
|
2872
|
+
[data-uikit-theme=dark] .tui-contacts .no-result-message {
|
|
2873
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2874
|
+
transition: background-color 0.3s ease-in-out;
|
|
2875
|
+
}
|
|
2068
2876
|
|
|
2069
2877
|
.tui-contacts-h5 {
|
|
2070
2878
|
min-width: 100%;
|