stream-chat-react 9.5.0 → 10.0.0-theming-v2.3
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/dist/browser.full-bundle.js +14484 -9186
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +20 -5
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/components/Attachment/Attachment.d.ts +1 -0
- package/dist/components/Attachment/Attachment.d.ts.map +1 -1
- package/dist/components/Attachment/Attachment.js +80 -35
- package/dist/components/Attachment/AttachmentActions.d.ts.map +1 -1
- package/dist/components/Attachment/AttachmentActions.js +2 -6
- package/dist/components/Attachment/AttachmentContainer.d.ts +12 -0
- package/dist/components/Attachment/AttachmentContainer.d.ts.map +1 -0
- package/dist/components/Attachment/AttachmentContainer.js +107 -0
- package/dist/components/Attachment/Audio.d.ts +11 -0
- package/dist/components/Attachment/Audio.d.ts.map +1 -1
- package/dist/components/Attachment/Audio.js +59 -32
- package/dist/components/Attachment/Card.d.ts +5 -20
- package/dist/components/Attachment/Card.d.ts.map +1 -1
- package/dist/components/Attachment/Card.js +93 -15
- package/dist/components/Attachment/DownloadButton.d.ts +6 -0
- package/dist/components/Attachment/DownloadButton.d.ts.map +1 -0
- package/dist/components/Attachment/DownloadButton.js +8 -0
- package/dist/components/Attachment/FileAttachment.d.ts +1 -1
- package/dist/components/Attachment/FileAttachment.d.ts.map +1 -1
- package/dist/components/Attachment/FileAttachment.js +23 -6
- package/dist/components/Attachment/FileSizeIndicator.d.ts +6 -0
- package/dist/components/Attachment/FileSizeIndicator.d.ts.map +1 -0
- package/dist/components/Attachment/FileSizeIndicator.js +8 -0
- package/dist/components/Attachment/hooks/useAudioController.d.ts +9 -0
- package/dist/components/Attachment/hooks/useAudioController.d.ts.map +1 -0
- package/dist/components/Attachment/hooks/useAudioController.js +45 -0
- package/dist/components/Attachment/icons.d.ts +5 -0
- package/dist/components/Attachment/icons.d.ts.map +1 -0
- package/dist/components/Attachment/icons.js +10 -0
- package/dist/components/Attachment/index.d.ts +1 -0
- package/dist/components/Attachment/index.d.ts.map +1 -1
- package/dist/components/Attachment/index.js +1 -0
- package/dist/components/Attachment/utils.d.ts +41 -4
- package/dist/components/Attachment/utils.d.ts.map +1 -1
- package/dist/components/Attachment/utils.js +63 -18
- package/dist/components/AutoCompleteTextarea/Item.d.ts.map +1 -1
- package/dist/components/AutoCompleteTextarea/Item.js +11 -4
- package/dist/components/AutoCompleteTextarea/List.d.ts +17 -1
- package/dist/components/AutoCompleteTextarea/List.d.ts.map +1 -1
- package/dist/components/AutoCompleteTextarea/List.js +19 -17
- package/dist/components/AutoCompleteTextarea/Textarea.d.ts +16 -2
- package/dist/components/AutoCompleteTextarea/Textarea.d.ts.map +1 -1
- package/dist/components/AutoCompleteTextarea/Textarea.js +19 -16
- package/dist/components/AutoCompleteTextarea/utils.js +1 -1
- package/dist/components/Avatar/Avatar.js +10 -10
- package/dist/components/Channel/Channel.d.ts +7 -2
- package/dist/components/Channel/Channel.d.ts.map +1 -1
- package/dist/components/Channel/Channel.js +77 -67
- package/dist/components/Channel/LoadingChannel.d.ts +2 -0
- package/dist/components/Channel/LoadingChannel.d.ts.map +1 -0
- package/dist/components/Channel/LoadingChannel.js +20 -0
- package/dist/components/Channel/channelState.d.ts +1 -0
- package/dist/components/Channel/channelState.d.ts.map +1 -1
- package/dist/components/Channel/channelState.js +14 -9
- package/dist/components/Channel/hooks/useChannelContainerClasses.d.ts +9 -0
- package/dist/components/Channel/hooks/useChannelContainerClasses.d.ts.map +1 -0
- package/dist/components/Channel/hooks/useChannelContainerClasses.js +14 -0
- package/dist/components/Channel/hooks/useCreateChannelStateContext.js +6 -6
- package/dist/components/Channel/utils.d.ts +3 -0
- package/dist/components/Channel/utils.d.ts.map +1 -1
- package/dist/components/Channel/utils.js +9 -5
- package/dist/components/ChannelHeader/ChannelHeader.d.ts.map +1 -1
- package/dist/components/ChannelHeader/ChannelHeader.js +14 -9
- package/dist/components/ChannelList/ChannelList.d.ts +10 -4
- package/dist/components/ChannelList/ChannelList.d.ts.map +1 -1
- package/dist/components/ChannelList/ChannelList.js +32 -14
- package/dist/components/ChannelList/hooks/useChannelDeletedListener.js +10 -6
- package/dist/components/ChannelList/hooks/useChannelHiddenListener.js +10 -6
- package/dist/components/ChannelList/hooks/useChannelTruncatedListener.d.ts +1 -1
- package/dist/components/ChannelList/hooks/useChannelTruncatedListener.d.ts.map +1 -1
- package/dist/components/ChannelList/hooks/useChannelTruncatedListener.js +9 -5
- package/dist/components/ChannelList/hooks/useChannelUpdatedListener.d.ts +1 -1
- package/dist/components/ChannelList/hooks/useChannelUpdatedListener.d.ts.map +1 -1
- package/dist/components/ChannelList/hooks/useChannelUpdatedListener.js +9 -5
- package/dist/components/ChannelList/hooks/useChannelVisibleListener.js +9 -5
- package/dist/components/ChannelList/hooks/useConnectionRecoveredListener.d.ts +1 -1
- package/dist/components/ChannelList/hooks/useConnectionRecoveredListener.d.ts.map +1 -1
- package/dist/components/ChannelList/hooks/useMessageNewListener.js +9 -5
- package/dist/components/ChannelList/hooks/useMobileNavigation.d.ts +1 -1
- package/dist/components/ChannelList/hooks/useMobileNavigation.d.ts.map +1 -1
- package/dist/components/ChannelList/hooks/useNotificationAddedToChannelListener.js +9 -5
- package/dist/components/ChannelList/hooks/useNotificationMessageNewListener.js +9 -5
- package/dist/components/ChannelList/hooks/usePaginatedChannels.js +9 -5
- package/dist/components/ChannelList/hooks/useUserPresenceChangedListener.js +9 -5
- package/dist/components/ChannelList/utils.js +9 -5
- package/dist/components/ChannelPreview/ChannelPreview.d.ts +6 -0
- package/dist/components/ChannelPreview/ChannelPreview.d.ts.map +1 -1
- package/dist/components/ChannelPreview/ChannelPreview.js +5 -21
- package/dist/components/ChannelPreview/ChannelPreviewMessenger.d.ts.map +1 -1
- package/dist/components/ChannelPreview/ChannelPreviewMessenger.js +13 -9
- package/dist/components/ChannelPreview/hooks/useChannelPreviewInfo.d.ts +14 -0
- package/dist/components/ChannelPreview/hooks/useChannelPreviewInfo.d.ts.map +1 -0
- package/dist/components/ChannelPreview/hooks/useChannelPreviewInfo.js +29 -0
- package/dist/components/ChannelPreview/utils.js +2 -2
- package/dist/components/ChannelSearch/ChannelSearch.d.ts +6 -42
- package/dist/components/ChannelSearch/ChannelSearch.d.ts.map +1 -1
- package/dist/components/ChannelSearch/ChannelSearch.js +4 -160
- package/dist/components/ChannelSearch/SearchBar.d.ts +29 -0
- package/dist/components/ChannelSearch/SearchBar.d.ts.map +1 -0
- package/dist/components/ChannelSearch/SearchBar.js +93 -0
- package/dist/components/ChannelSearch/SearchInput.d.ts +9 -17
- package/dist/components/ChannelSearch/SearchInput.d.ts.map +1 -1
- package/dist/components/ChannelSearch/SearchInput.js +2 -4
- package/dist/components/ChannelSearch/SearchResults.d.ts +14 -8
- package/dist/components/ChannelSearch/SearchResults.d.ts.map +1 -1
- package/dist/components/ChannelSearch/SearchResults.js +44 -27
- package/dist/components/ChannelSearch/hooks/useChannelSearch.d.ts +50 -0
- package/dist/components/ChannelSearch/hooks/useChannelSearch.d.ts.map +1 -0
- package/dist/components/ChannelSearch/hooks/useChannelSearch.js +232 -0
- package/dist/components/ChannelSearch/icons.d.ts +6 -0
- package/dist/components/ChannelSearch/icons.d.ts.map +1 -0
- package/dist/components/ChannelSearch/icons.js +12 -0
- package/dist/components/Chat/Chat.d.ts.map +1 -1
- package/dist/components/Chat/Chat.js +4 -0
- package/dist/components/Chat/hooks/useChat.d.ts +1 -1
- package/dist/components/Chat/hooks/useChat.d.ts.map +1 -1
- package/dist/components/Chat/hooks/useChat.js +1 -1
- package/dist/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -1
- package/dist/components/Chat/hooks/useCreateChatContext.js +3 -2
- package/dist/components/Chat/hooks/useCustomStyles.d.ts +1 -1
- package/dist/components/Chat/hooks/useCustomStyles.d.ts.map +1 -1
- package/dist/components/ChatAutoComplete/ChatAutoComplete.js +1 -1
- package/dist/components/DateSeparator/DateSeparator.js +1 -1
- package/dist/components/EmoticonItem/EmoticonItem.js +1 -1
- package/dist/components/EmptyStateIndicator/EmptyStateIndicator.d.ts +1 -1
- package/dist/components/EmptyStateIndicator/EmptyStateIndicator.d.ts.map +1 -1
- package/dist/components/EmptyStateIndicator/EmptyStateIndicator.js +16 -3
- package/dist/components/EmptyStateIndicator/icons.d.ts +2 -0
- package/dist/components/EmptyStateIndicator/icons.d.ts.map +1 -0
- package/dist/components/EmptyStateIndicator/icons.js +3 -0
- package/dist/components/EventComponent/EventComponent.js +1 -1
- package/dist/components/Gallery/Gallery.d.ts.map +1 -1
- package/dist/components/Gallery/Gallery.js +16 -14
- package/dist/components/Gallery/Image.d.ts +7 -3
- package/dist/components/Gallery/Image.d.ts.map +1 -1
- package/dist/components/Gallery/Image.js +21 -9
- package/dist/components/Gallery/ModalGallery.d.ts +10 -0
- package/dist/components/Gallery/ModalGallery.d.ts.map +1 -0
- package/dist/components/Gallery/ModalGallery.js +16 -0
- package/dist/components/Gallery/index.d.ts +1 -1
- package/dist/components/Gallery/index.js +1 -1
- package/dist/components/InfiniteScrollPaginator/InfiniteScroll.d.ts +2 -0
- package/dist/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
- package/dist/components/InfiniteScrollPaginator/InfiniteScroll.js +4 -1
- package/dist/components/LoadMore/LoadMoreButton.js +2 -2
- package/dist/components/Loading/LoadingChannels.js +2 -2
- package/dist/components/Loading/LoadingIndicator.js +1 -1
- package/dist/components/MML/MML.js +1 -1
- package/dist/components/Message/FixedHeightMessage.js +3 -3
- package/dist/components/Message/MessageDeleted.js +2 -2
- package/dist/components/Message/MessageOptions.d.ts +1 -0
- package/dist/components/Message/MessageOptions.d.ts.map +1 -1
- package/dist/components/Message/MessageOptions.js +9 -16
- package/dist/components/Message/MessageRepliesCountButton.d.ts.map +1 -1
- package/dist/components/Message/MessageRepliesCountButton.js +8 -5
- package/dist/components/Message/MessageSimple.d.ts.map +1 -1
- package/dist/components/Message/MessageSimple.js +41 -21
- package/dist/components/Message/MessageStatus.d.ts.map +1 -1
- package/dist/components/Message/MessageStatus.js +34 -23
- package/dist/components/Message/MessageText.d.ts +1 -1
- package/dist/components/Message/MessageText.d.ts.map +1 -1
- package/dist/components/Message/MessageText.js +10 -14
- package/dist/components/Message/QuotedMessage.d.ts.map +1 -1
- package/dist/components/Message/QuotedMessage.js +8 -3
- package/dist/components/Message/hooks/index.d.ts +0 -2
- package/dist/components/Message/hooks/index.d.ts.map +1 -1
- package/dist/components/Message/hooks/index.js +0 -2
- package/dist/components/Message/hooks/useEditHandler.d.ts +1 -1
- package/dist/components/Message/hooks/useEditHandler.d.ts.map +1 -1
- package/dist/components/Message/hooks/useReactionHandler.d.ts +3 -3
- package/dist/components/Message/hooks/useReactionHandler.d.ts.map +1 -1
- package/dist/components/Message/hooks/useReactionHandler.js +11 -7
- package/dist/components/Message/hooks/useUserRole.d.ts +1 -1
- package/dist/components/Message/hooks/useUserRole.d.ts.map +1 -1
- package/dist/components/Message/icons.d.ts +6 -4
- package/dist/components/Message/icons.d.ts.map +1 -1
- package/dist/components/Message/icons.js +25 -10
- package/dist/components/Message/index.d.ts +0 -3
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Message/index.js +0 -3
- package/dist/components/Message/utils.js +10 -6
- package/dist/components/MessageActions/MessageActions.d.ts.map +1 -1
- package/dist/components/MessageActions/MessageActions.js +3 -3
- package/dist/components/MessageActions/MessageActionsBox.d.ts.map +1 -1
- package/dist/components/MessageActions/MessageActionsBox.js +14 -7
- package/dist/components/MessageInput/AttachmentPreviewList.d.ts +2 -0
- package/dist/components/MessageInput/AttachmentPreviewList.d.ts.map +1 -0
- package/dist/components/MessageInput/AttachmentPreviewList.js +60 -0
- package/dist/components/MessageInput/EditMessageForm.d.ts.map +1 -1
- package/dist/components/MessageInput/EditMessageForm.js +11 -6
- package/dist/components/MessageInput/EmojiPicker.d.ts +1 -1
- package/dist/components/MessageInput/EmojiPicker.d.ts.map +1 -1
- package/dist/components/MessageInput/EmojiPicker.js +14 -17
- package/dist/components/MessageInput/MessageInput.d.ts +1 -1
- package/dist/components/MessageInput/MessageInput.d.ts.map +1 -1
- package/dist/components/MessageInput/MessageInputFlat.d.ts.map +1 -1
- package/dist/components/MessageInput/MessageInputFlat.js +87 -10
- package/dist/components/MessageInput/MessageInputSmall.d.ts +9 -0
- package/dist/components/MessageInput/MessageInputSmall.d.ts.map +1 -1
- package/dist/components/MessageInput/MessageInputSmall.js +10 -1
- package/dist/components/MessageInput/QuotedMessagePreview.d.ts +2 -1
- package/dist/components/MessageInput/QuotedMessagePreview.d.ts.map +1 -1
- package/dist/components/MessageInput/QuotedMessagePreview.js +29 -22
- package/dist/components/MessageInput/UploadsPreview.d.ts +7 -0
- package/dist/components/MessageInput/UploadsPreview.d.ts.map +1 -1
- package/dist/components/MessageInput/UploadsPreview.js +17 -6
- package/dist/components/MessageInput/hooks/useCommandTrigger.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useCommandTrigger.js +6 -4
- package/dist/components/MessageInput/hooks/useCooldownTimer.d.ts +1 -1
- package/dist/components/MessageInput/hooks/useCooldownTimer.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useCooldownTimer.js +4 -4
- package/dist/components/MessageInput/hooks/useEmojiPicker.d.ts +1 -1
- package/dist/components/MessageInput/hooks/useEmojiPicker.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useEmojiTrigger.d.ts +1 -1
- package/dist/components/MessageInput/hooks/useEmojiTrigger.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useEmojiTrigger.js +23 -19
- package/dist/components/MessageInput/hooks/useFileState.d.ts +7 -0
- package/dist/components/MessageInput/hooks/useFileState.d.ts.map +1 -0
- package/dist/components/MessageInput/hooks/useFileState.js +8 -0
- package/dist/components/MessageInput/hooks/useMessageInputState.d.ts +2 -6
- package/dist/components/MessageInput/hooks/useMessageInputState.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useSubmitHandler.js +10 -6
- package/dist/components/MessageInput/hooks/useUserTrigger.d.ts +1 -1
- package/dist/components/MessageInput/hooks/useUserTrigger.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useUserTrigger.js +13 -9
- package/dist/components/MessageInput/hooks/utils.d.ts +1 -1
- package/dist/components/MessageInput/hooks/utils.d.ts.map +1 -1
- package/dist/components/MessageInput/icons.d.ts +12 -2
- package/dist/components/MessageInput/icons.d.ts.map +1 -1
- package/dist/components/MessageInput/icons.js +67 -7
- package/dist/components/MessageList/CustomNotification.js +1 -1
- package/dist/components/MessageList/MessageList.d.ts +3 -0
- package/dist/components/MessageList/MessageList.d.ts.map +1 -1
- package/dist/components/MessageList/MessageList.js +17 -14
- package/dist/components/MessageList/MessageListMainPanel.d.ts +3 -0
- package/dist/components/MessageList/MessageListMainPanel.d.ts.map +1 -0
- package/dist/components/MessageList/MessageListMainPanel.js +9 -0
- package/dist/components/MessageList/MessageListNotifications.d.ts +2 -0
- package/dist/components/MessageList/MessageListNotifications.d.ts.map +1 -1
- package/dist/components/MessageList/MessageListNotifications.js +2 -2
- package/dist/components/MessageList/MessageNotification.d.ts +9 -6
- package/dist/components/MessageList/MessageNotification.d.ts.map +1 -1
- package/dist/components/MessageList/MessageNotification.js +1 -1
- package/dist/components/MessageList/ScrollToBottomButton.d.ts +3 -0
- package/dist/components/MessageList/ScrollToBottomButton.d.ts.map +1 -0
- package/dist/components/MessageList/ScrollToBottomButton.js +53 -0
- package/dist/components/MessageList/VirtualizedMessageList.d.ts +5 -0
- package/dist/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
- package/dist/components/MessageList/VirtualizedMessageList.js +41 -14
- package/dist/components/MessageList/hooks/useMessageListElements.d.ts +1 -1
- package/dist/components/MessageList/hooks/useMessageListElements.d.ts.map +1 -1
- package/dist/components/MessageList/hooks/useMessageListElements.js +4 -3
- package/dist/components/MessageList/hooks/useMessageListScrollManager.d.ts.map +1 -1
- package/dist/components/MessageList/hooks/useMessageListScrollManager.js +3 -1
- package/dist/components/MessageList/hooks/useNewMessageNotification.d.ts +2 -0
- package/dist/components/MessageList/hooks/useNewMessageNotification.d.ts.map +1 -1
- package/dist/components/MessageList/hooks/useNewMessageNotification.js +8 -1
- package/dist/components/MessageList/hooks/useScrollLocationLogic.d.ts +1 -2
- package/dist/components/MessageList/hooks/useScrollLocationLogic.d.ts.map +1 -1
- package/dist/components/MessageList/hooks/useScrollLocationLogic.js +12 -30
- package/dist/components/MessageList/icons.d.ts +8 -0
- package/dist/components/MessageList/icons.d.ts.map +1 -0
- package/dist/components/MessageList/icons.js +11 -0
- package/dist/components/MessageList/index.d.ts +1 -0
- package/dist/components/MessageList/index.d.ts.map +1 -1
- package/dist/components/MessageList/index.js +1 -0
- package/dist/components/MessageList/utils.d.ts +4 -2
- package/dist/components/MessageList/utils.d.ts.map +1 -1
- package/dist/components/MessageList/utils.js +16 -3
- package/dist/components/Modal/Modal.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.js +18 -15
- package/dist/components/Modal/icons.d.ts +2 -0
- package/dist/components/Modal/icons.d.ts.map +1 -0
- package/dist/components/Modal/icons.js +5 -0
- package/dist/components/Reactions/ReactionSelector.d.ts +2 -0
- package/dist/components/Reactions/ReactionSelector.d.ts.map +1 -1
- package/dist/components/Reactions/ReactionSelector.js +18 -9
- package/dist/components/Reactions/ReactionsList.d.ts +3 -1
- package/dist/components/Reactions/ReactionsList.d.ts.map +1 -1
- package/dist/components/Reactions/ReactionsList.js +48 -47
- package/dist/components/Reactions/SimpleReactionsList.d.ts +3 -1
- package/dist/components/Reactions/SimpleReactionsList.d.ts.map +1 -1
- package/dist/components/Reactions/SimpleReactionsList.js +41 -58
- package/dist/components/Reactions/hooks/useProcessReactions.d.ts +22 -0
- package/dist/components/Reactions/hooks/useProcessReactions.d.ts.map +1 -0
- package/dist/components/Reactions/hooks/useProcessReactions.js +62 -0
- package/dist/components/Thread/Thread.d.ts +2 -6
- package/dist/components/Thread/Thread.d.ts.map +1 -1
- package/dist/components/Thread/Thread.js +21 -89
- package/dist/components/Thread/ThreadHead.d.ts +4 -0
- package/dist/components/Thread/ThreadHead.d.ts.map +1 -0
- package/dist/components/Thread/ThreadHead.js +21 -0
- package/dist/components/Thread/ThreadHeader.d.ts +12 -0
- package/dist/components/Thread/ThreadHeader.d.ts.map +1 -0
- package/dist/components/Thread/ThreadHeader.js +21 -0
- package/dist/components/Thread/ThreadStart.d.ts +2 -0
- package/dist/components/Thread/ThreadStart.d.ts.map +1 -0
- package/dist/components/Thread/ThreadStart.js +10 -0
- package/dist/components/Thread/icons.d.ts +4 -0
- package/dist/components/Thread/icons.d.ts.map +1 -0
- package/dist/components/Thread/icons.js +9 -0
- package/dist/components/Thread/index.d.ts +2 -0
- package/dist/components/Thread/index.d.ts.map +1 -1
- package/dist/components/Thread/index.js +2 -0
- package/dist/components/Tooltip/Tooltip.d.ts +14 -2
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +22 -3
- package/dist/components/Tooltip/hooks/index.d.ts +2 -0
- package/dist/components/Tooltip/hooks/index.d.ts.map +1 -0
- package/dist/components/Tooltip/hooks/index.js +1 -0
- package/dist/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts +7 -0
- package/dist/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts.map +1 -0
- package/dist/components/Tooltip/hooks/useEnterLeaveHandlers.js +14 -0
- package/dist/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
- package/dist/components/TypingIndicator/TypingIndicator.js +52 -9
- package/dist/components/UserItem/UserItem.d.ts +1 -1
- package/dist/components/UserItem/UserItem.d.ts.map +1 -1
- package/dist/components/UserItem/UserItem.js +15 -8
- package/dist/components/Window/Window.js +1 -1
- package/dist/constants/limits.d.ts +4 -0
- package/dist/constants/limits.d.ts.map +1 -0
- package/dist/constants/limits.js +3 -0
- package/dist/context/ChannelActionContext.d.ts +1 -1
- package/dist/context/ChannelActionContext.d.ts.map +1 -1
- package/dist/context/ChannelActionContext.js +1 -1
- package/dist/context/ChannelStateContext.d.ts +3 -2
- package/dist/context/ChannelStateContext.d.ts.map +1 -1
- package/dist/context/ChannelStateContext.js +1 -1
- package/dist/context/ChatContext.d.ts +5 -4
- package/dist/context/ChatContext.d.ts.map +1 -1
- package/dist/context/ChatContext.js +2 -2
- package/dist/context/ComponentContext.d.ts +6 -2
- package/dist/context/ComponentContext.d.ts.map +1 -1
- package/dist/context/ComponentContext.js +1 -1
- package/dist/context/EmojiContext.d.ts +1 -1
- package/dist/context/EmojiContext.d.ts.map +1 -1
- package/dist/context/EmojiContext.js +1 -1
- package/dist/context/MessageContext.d.ts +1 -1
- package/dist/context/MessageContext.d.ts.map +1 -1
- package/dist/context/MessageContext.js +1 -1
- package/dist/context/MessageInputContext.d.ts +1 -1
- package/dist/context/MessageInputContext.d.ts.map +1 -1
- package/dist/context/MessageInputContext.js +1 -1
- package/dist/context/TranslationContext.d.ts +2 -2
- package/dist/context/TranslationContext.d.ts.map +1 -1
- package/dist/context/TranslationContext.js +8 -4
- package/dist/context/TypingContext.d.ts +1 -1
- package/dist/context/TypingContext.d.ts.map +1 -1
- package/dist/context/TypingContext.js +1 -1
- package/dist/css/index.css +1 -1
- package/dist/css/index.css.map +1 -0
- package/dist/css/v2/index.css +1 -0
- package/dist/css/v2/index.css.map +1 -0
- package/dist/css/v2/index.layout.css +1 -0
- package/dist/css/v2/index.layout.css.map +1 -0
- package/dist/i18n/Streami18n.d.ts +8 -2
- package/dist/i18n/Streami18n.d.ts.map +1 -1
- package/dist/i18n/Streami18n.js +12 -12
- package/dist/i18n/de.json +8 -2
- package/dist/i18n/en.json +8 -2
- package/dist/i18n/es.json +9 -2
- package/dist/i18n/fr.json +9 -2
- package/dist/i18n/hi.json +8 -2
- package/dist/i18n/it.json +9 -2
- package/dist/i18n/ja.json +8 -2
- package/dist/i18n/ko.json +8 -2
- package/dist/i18n/nl.json +8 -2
- package/dist/i18n/pt.json +9 -2
- package/dist/i18n/ru.json +10 -2
- package/dist/i18n/tr.json +8 -2
- package/dist/index.cjs.js +8396 -3951
- package/dist/index.cjs.js.map +1 -1
- package/dist/scss/Attachment.scss +52 -22
- package/dist/scss/Audio.scss +1 -1
- package/dist/scss/Avatar.scss +1 -1
- package/dist/scss/ChannelList.scss +5 -1
- package/dist/scss/ChannelPreview.scss +25 -0
- package/dist/scss/ChannelSearch.scss +5 -3
- package/dist/scss/Gallery.scss +0 -26
- package/dist/scss/ImageCarousel.scss +45 -0
- package/dist/scss/LoadingChannels.scss +1 -1
- package/dist/scss/Message.scss +21 -51
- package/dist/scss/MessageActions.scss +15 -0
- package/dist/scss/MessageCommerce.scss +57 -13
- package/dist/scss/MessageInput.scss +1 -0
- package/dist/scss/MessageInputFlat.scss +21 -9
- package/dist/scss/MessageList.scss +35 -3
- package/dist/scss/MessageLivestream.scss +23 -10
- package/dist/scss/MessageNotification.scss +7 -1
- package/dist/scss/MessageTeam.scss +37 -10
- package/dist/scss/Modal.scss +2 -0
- package/dist/scss/ReactionList.scss +14 -0
- package/dist/scss/ReactionSelector.scss +6 -0
- package/dist/scss/SendButton.scss +6 -0
- package/dist/scss/SmallMessageInput.scss +0 -1
- package/dist/scss/Thread.scss +21 -2
- package/dist/scss/Tooltip.scss +6 -3
- package/dist/scss/TypingIndicator.scss +5 -0
- package/dist/scss/_base.scss +26 -0
- package/dist/scss/_variables.scss +2 -1
- package/dist/scss/index.scss +5 -4
- package/dist/scss/v2/AttachmentList/AttachmentList-layout.scss +392 -0
- package/dist/scss/v2/AttachmentList/AttachmentList-theme.scss +400 -0
- package/dist/scss/v2/AttachmentPreviewList/AttachmentPreviewList-layout.scss +118 -0
- package/dist/scss/v2/AttachmentPreviewList/AttachmentPreviewList-theme.scss +150 -0
- package/dist/scss/v2/Autocomplete/Autocomplete-layout.scss +62 -0
- package/dist/scss/v2/Autocomplete/Autocomplete-theme.scss +207 -0
- package/dist/scss/v2/Avatar/Avatar-layout.scss +13 -0
- package/dist/scss/v2/Avatar/Avatar-theme.scss +42 -0
- package/dist/scss/v2/Channel/Channel-layout.scss +139 -0
- package/dist/scss/v2/Channel/Channel-theme.scss +99 -0
- package/dist/scss/v2/ChannelHeader/ChannelHeader-layout.scss +23 -0
- package/dist/scss/v2/ChannelHeader/ChannelHeader-theme.scss +43 -0
- package/dist/scss/v2/ChannelList/ChannelList-layout.scss +41 -0
- package/dist/scss/v2/ChannelList/ChannelList-theme.scss +87 -0
- package/dist/scss/v2/ChannelPreview/ChannelPreview-layout.scss +82 -0
- package/dist/scss/v2/ChannelPreview/ChannelPreview-theme.scss +108 -0
- package/dist/scss/v2/ChannelSearch/ChannelSearch-layout.scss +71 -0
- package/dist/scss/v2/ChannelSearch/ChannelSearch-theme.scss +190 -0
- package/dist/scss/v2/EditMessageForm/EditMessageForm-layout.scss +53 -0
- package/dist/scss/v2/EditMessageForm/EditMessageForm-theme.scss +50 -0
- package/dist/scss/v2/ImageCarousel/ImageCarousel-layout.scss +41 -0
- package/dist/scss/v2/ImageCarousel/ImageCarousel-theme.scss +15 -0
- package/dist/scss/v2/LoadingIndicator/LoadingIndicator-layout.scss +39 -0
- package/dist/scss/v2/LoadingIndicator/LoadingIndicator-theme.scss +12 -0
- package/dist/scss/v2/Message/Message-layout.scss +362 -0
- package/dist/scss/v2/Message/Message-theme.scss +353 -0
- package/dist/scss/v2/MessageActionsBox/MessageActionsBox-layout.scss +48 -0
- package/dist/scss/v2/MessageActionsBox/MessageActionsBox-theme.scss +69 -0
- package/dist/scss/v2/MessageInput/MessageInput-layout.scss +186 -0
- package/dist/scss/v2/MessageInput/MessageInput-theme.scss +221 -0
- package/dist/scss/v2/MessageList/MessageList-layout.scss +61 -0
- package/dist/scss/v2/MessageList/MessageList-theme.scss +105 -0
- package/dist/scss/v2/MessageList/VirtualizedMessageList-layout.scss +44 -0
- package/dist/scss/v2/MessageList/VirtualizedMessageList-theme.scss +32 -0
- package/dist/scss/v2/MessageReactions/MessageReactions-layout.scss +55 -0
- package/dist/scss/v2/MessageReactions/MessageReactions-theme.scss +75 -0
- package/dist/scss/v2/MessageReactions/MessageReactionsSelector-layout.scss +52 -0
- package/dist/scss/v2/MessageReactions/MessageReactionsSelector-theme.scss +83 -0
- package/dist/scss/v2/Modal/Modal-layout.scss +40 -0
- package/dist/scss/v2/Modal/Modal-theme.scss +82 -0
- package/dist/scss/v2/Notification/MessageNotification-layout.scss +12 -0
- package/dist/scss/v2/Notification/MessageNotification-theme.scss +34 -0
- package/dist/scss/v2/Notification/Notification-layout.scss +3 -0
- package/dist/scss/v2/Notification/Notification-theme.scss +32 -0
- package/dist/scss/v2/Notification/NotificationList-layout.scss +11 -0
- package/dist/scss/v2/Notification/NotificationList-theme.scss +31 -0
- package/dist/scss/v2/Thread/Thread-layout.scss +47 -0
- package/dist/scss/v2/Thread/Thread-theme.scss +82 -0
- package/dist/scss/v2/Tooltip/Tooltip-layout.scss +9 -0
- package/dist/scss/v2/Tooltip/Tooltip-theme.scss +36 -0
- package/dist/scss/v2/TypingIndicator/TypingIndicator-layout.scss +27 -0
- package/dist/scss/v2/TypingIndicator/TypingIndicator-theme.scss +68 -0
- package/dist/scss/v2/_base.scss +29 -0
- package/dist/scss/v2/_global-layout-variables.scss +65 -0
- package/dist/scss/v2/_global-theme-variables.scss +166 -0
- package/dist/scss/v2/_palette-variables.scss +55 -0
- package/dist/scss/v2/_utils.scss +188 -0
- package/dist/scss/v2/common/CTAButton/CTAButton-layout.scss +4 -0
- package/dist/scss/v2/common/CTAButton/CTAButton-theme.scss +42 -0
- package/dist/scss/v2/common/CircleFAButton/CircleFAButton-layout.scss +14 -0
- package/dist/scss/v2/common/CircleFAButton/CircleFAButton-theme.scss +35 -0
- package/dist/scss/v2/index.layout.scss +31 -0
- package/dist/scss/v2/index.scss +36 -0
- package/dist/scss/{vendor → v2/vendor}/emoji-mart.scss +27 -8
- package/dist/stories/add-message.stories.d.ts +0 -1
- package/dist/stories/add-message.stories.d.ts.map +1 -1
- package/dist/stories/add-message.stories.js +0 -1
- package/dist/stories/edit-message.stories.d.ts +0 -1
- package/dist/stories/edit-message.stories.d.ts.map +1 -1
- package/dist/stories/edit-message.stories.js +0 -1
- package/dist/stories/hello.stories.d.ts +0 -1
- package/dist/stories/hello.stories.d.ts.map +1 -1
- package/dist/stories/hello.stories.js +0 -1
- package/dist/stories/jump-to-message.stories.d.ts +0 -1
- package/dist/stories/jump-to-message.stories.d.ts.map +1 -1
- package/dist/stories/jump-to-message.stories.js +0 -1
- package/dist/stories/mark-read.stories.d.ts +0 -1
- package/dist/stories/mark-read.stories.d.ts.map +1 -1
- package/dist/stories/mark-read.stories.js +0 -1
- package/dist/stories/message-status-readby-tooltip.stories.d.ts +0 -1
- package/dist/stories/message-status-readby-tooltip.stories.d.ts.map +1 -1
- package/dist/stories/message-status-readby-tooltip.stories.js +0 -1
- package/dist/stories/navigate-long-message-lists.stories.d.ts +0 -2
- package/dist/stories/navigate-long-message-lists.stories.d.ts.map +1 -1
- package/dist/stories/navigate-long-message-lists.stories.js +1 -11
- package/dist/stories/toggle-message-actions.stories.d.ts +0 -1
- package/dist/stories/toggle-message-actions.stories.d.ts.map +1 -1
- package/dist/stories/toggle-message-actions.stories.js +0 -1
- package/dist/stories/utils.d.ts.map +1 -1
- package/dist/stories/utils.js +2 -1
- package/dist/types/types.d.ts +7 -0
- package/dist/types/types.d.ts.map +1 -1
- package/dist/utils.d.ts +2 -2
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +4 -4
- package/dist/version.d.ts +1 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +1 -1
- package/package.json +14 -12
- package/dist/components/Gallery/ModalWrapper.d.ts +0 -14
- package/dist/components/Gallery/ModalWrapper.d.ts.map +0 -1
- package/dist/components/Gallery/ModalWrapper.js +0 -8
- package/dist/components/Message/MessageCommerce.d.ts +0 -10
- package/dist/components/Message/MessageCommerce.d.ts.map +0 -1
- package/dist/components/Message/MessageCommerce.js +0 -64
- package/dist/components/Message/MessageLivestream.d.ts +0 -16
- package/dist/components/Message/MessageLivestream.d.ts.map +0 -1
- package/dist/components/Message/MessageLivestream.js +0 -164
- package/dist/components/Message/MessageTeam.d.ts +0 -11
- package/dist/components/Message/MessageTeam.d.ts.map +0 -1
- package/dist/components/Message/MessageTeam.js +0 -110
- package/dist/components/Message/hooks/useBreakpoint.d.ts +0 -6
- package/dist/components/Message/hooks/useBreakpoint.d.ts.map +0 -1
- package/dist/components/Message/hooks/useBreakpoint.js +0 -18
- package/dist/components/Message/hooks/useMobilePress.d.ts +0 -5
- package/dist/components/Message/hooks/useMobilePress.d.ts.map +0 -1
- package/dist/components/Message/hooks/useMobilePress.js +0 -33
- package/dist/scss/vendor/mml-react.scss +0 -1749
- package/dist/scss/vendor/react-file-utils.scss +0 -378
- package/dist/scss/vendor/react-image-gallery.scss +0 -224
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// Since Angular uses dynamic components it's not enough the hide the message input for theme-v1/v2, we have to remove it from the DOM tree
|
|
2
|
+
// Angular component lifecycle requires us to place this on the root level
|
|
3
|
+
:root {
|
|
4
|
+
/* The theme version being used, 1 or 2. Used internally by SDKs */
|
|
5
|
+
--str-chat__theme-version: 2;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.str-chat {
|
|
9
|
+
/* Used for elements where sizing is necessary (such as icons, avatar), you can use this variable to scale those elements */
|
|
10
|
+
--str-chat__spacing-px: 1px;
|
|
11
|
+
|
|
12
|
+
/* Used for margins and paddings */
|
|
13
|
+
--str-chat__spacing-0_5: 0.125rem;
|
|
14
|
+
|
|
15
|
+
/* Used for margins and paddings */
|
|
16
|
+
--str-chat__spacing-1: 0.25rem;
|
|
17
|
+
|
|
18
|
+
/* Used for margins and paddings */
|
|
19
|
+
--str-chat__spacing-1_5: 0.375rem;
|
|
20
|
+
|
|
21
|
+
/* Used for margins and paddings */
|
|
22
|
+
--str-chat__spacing-2: 0.5rem;
|
|
23
|
+
|
|
24
|
+
/* Used for margins and paddings */
|
|
25
|
+
--str-chat__spacing-2_5: 0.625rem;
|
|
26
|
+
|
|
27
|
+
/* Used for margins and paddings */
|
|
28
|
+
--str-chat__spacing-3: 0.75rem;
|
|
29
|
+
|
|
30
|
+
/* Used for margins and paddings */
|
|
31
|
+
--str-chat__spacing-3_5: 0.875rem;
|
|
32
|
+
|
|
33
|
+
/* Used for margins and paddings */
|
|
34
|
+
--str-chat__spacing-4: 1rem; // 16px by default
|
|
35
|
+
|
|
36
|
+
/* Used for margins and paddings */
|
|
37
|
+
--str-chat__spacing-5: 1.25rem;
|
|
38
|
+
|
|
39
|
+
/* Used for margins and paddings */
|
|
40
|
+
--str-chat__spacing-6: 1.5rem;
|
|
41
|
+
|
|
42
|
+
/* Used for margins and paddings */
|
|
43
|
+
--str-chat__spacing-7: 1.75rem;
|
|
44
|
+
|
|
45
|
+
/* Used for margins and paddings */
|
|
46
|
+
--str-chat__spacing-8: 2rem;
|
|
47
|
+
|
|
48
|
+
/* Used for margins and paddings */
|
|
49
|
+
--str-chat__spacing-9: 2.25rem;
|
|
50
|
+
|
|
51
|
+
/* Used for margins and paddings */
|
|
52
|
+
--str-chat__spacing-10: 2.5rem;
|
|
53
|
+
|
|
54
|
+
/* Used for margins and paddings */
|
|
55
|
+
--str-chat__spacing-11: 2.75rem;
|
|
56
|
+
|
|
57
|
+
/* Used for margins and paddings */
|
|
58
|
+
--str-chat__spacing-12: 3rem;
|
|
59
|
+
|
|
60
|
+
/* Used for margins and paddings */
|
|
61
|
+
--str-chat__spacing-14: 3.5rem;
|
|
62
|
+
|
|
63
|
+
/* Used for margins and paddings */
|
|
64
|
+
--str-chat__spacing-16: 4rem;
|
|
65
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
.str-chat {
|
|
2
|
+
/* Border radius used for slightly rounded elements */
|
|
3
|
+
--str-chat__border-radius-xs: 8px;
|
|
4
|
+
|
|
5
|
+
/* Border radius used for slightly rounded elements */
|
|
6
|
+
--str-chat__border-radius-sm: 14px;
|
|
7
|
+
|
|
8
|
+
/* Border radius used for rounded elements */
|
|
9
|
+
--str-chat__border-radius-md: 18px;
|
|
10
|
+
|
|
11
|
+
/* Border radius used for rounded elements */
|
|
12
|
+
--str-chat__border-radius-lg: 20px;
|
|
13
|
+
|
|
14
|
+
/* Border radius used for circular elements */
|
|
15
|
+
--str-chat__border-radius-circle: 999px;
|
|
16
|
+
|
|
17
|
+
/* The font used in the chat, by default, we use [preinstalled OS fonts](https://systemfontstack.com/) */
|
|
18
|
+
--str-chat__font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu,
|
|
19
|
+
Cantarell, Helvetica Neue, sans-serif;
|
|
20
|
+
|
|
21
|
+
/* The font used for caption texts */
|
|
22
|
+
--str-chat__caption-text: 0.75rem/1rem var(--str-chat__font-family);
|
|
23
|
+
|
|
24
|
+
/* The font used for caption texts with emphasize */
|
|
25
|
+
--str-chat__caption-medium-text: 500 0.75rem/1rem var(--str-chat__font-family);
|
|
26
|
+
|
|
27
|
+
/* The font used for body texts */
|
|
28
|
+
--str-chat__body-text: 0.875rem/1rem var(--str-chat__font-family);
|
|
29
|
+
|
|
30
|
+
/* The font used for body texts with emphasize */
|
|
31
|
+
--str-chat__body-medium-text: 500 0.875rem/1rem var(--str-chat__font-family);
|
|
32
|
+
|
|
33
|
+
/* The font used for body texts */
|
|
34
|
+
--str-chat__body2-text: 0.9375rem/1rem var(--str-chat__font-family);
|
|
35
|
+
|
|
36
|
+
/* The font used for body texts with emphasize */
|
|
37
|
+
--str-chat__body2-medium-text: 500 0.9375rem/1rem var(--str-chat__font-family);
|
|
38
|
+
|
|
39
|
+
/* The font used for subtitle texts */
|
|
40
|
+
--str-chat__subtitle-text: 1rem/1.25rem var(--str-chat__font-family);
|
|
41
|
+
|
|
42
|
+
/* The font used for subtitle texts with emphasize */
|
|
43
|
+
--str-chat__subtitle-medium-text: 500 1rem/1.25rem var(--str-chat__font-family);
|
|
44
|
+
|
|
45
|
+
/* The font used for subtitle texts */
|
|
46
|
+
--str-chat__subtitle2-text: 1.25rem/1.5rem var(--str-chat__font-family);
|
|
47
|
+
|
|
48
|
+
/* The font used for subtitle texts with emphasize */
|
|
49
|
+
--str-chat__subtitle2-medium-text: 500 1.25rem/1.5rem var(--str-chat__font-family);
|
|
50
|
+
|
|
51
|
+
/* The font used for headline texts */
|
|
52
|
+
--str-chat__headline-text: 1.5rem/1.5rem var(--str-chat__font-family);
|
|
53
|
+
|
|
54
|
+
/* The font used for headline texts */
|
|
55
|
+
--str-chat__headline2-text: 1.8rem/1.8rem var(--str-chat__font-family);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.str-chat,
|
|
59
|
+
.str-chat__theme-light {
|
|
60
|
+
/* Used for emphasis, brands can inject their main color using this variable */
|
|
61
|
+
--str-chat__primary-color: var(--str-chat__blue500);
|
|
62
|
+
|
|
63
|
+
/* Used for emphasised overlays - color of --str-chat__primary-color with alpha channel */
|
|
64
|
+
--str-chat__primary-overlay-color: rgba(0, 95, 255, 0.6);
|
|
65
|
+
|
|
66
|
+
/* Used for emphasis, brands can inject their main color using this variable, it has less emphasis than primary color */
|
|
67
|
+
--str-chat__primary-color-low-emphasis: var(--str-chat__blue300);
|
|
68
|
+
|
|
69
|
+
/* Used to indicate that a UI element with primary color is in an active state */
|
|
70
|
+
--str-chat__active-primary-color: var(--str-chat__blue600);
|
|
71
|
+
|
|
72
|
+
/* If the primary color is used as a background, text/icons are displayed in this color */
|
|
73
|
+
--str-chat__on-primary-color: var(--str-chat__grey50);
|
|
74
|
+
|
|
75
|
+
/* Used as a background color for the main chat UI components */
|
|
76
|
+
--str-chat__background-color: var(--str-chat__grey50);
|
|
77
|
+
|
|
78
|
+
/* Used as a background color for the main chat UI components */
|
|
79
|
+
--str-chat__secondary-background-color: var(--str-chat__grey50);
|
|
80
|
+
|
|
81
|
+
/* Used as a background color to give emphasis, but less vibrant than the primary color */
|
|
82
|
+
--str-chat__primary-surface-color: var(--str-chat__blue100);
|
|
83
|
+
|
|
84
|
+
/* Used as a background color to give emphasis, but less vibrant than the primary surface color */
|
|
85
|
+
--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue50);
|
|
86
|
+
|
|
87
|
+
/* A neutral color used to give emphasis to different surfaces */
|
|
88
|
+
--str-chat__surface-color: var(--str-chat__grey300);
|
|
89
|
+
|
|
90
|
+
/* A neutral color used to give emphasis to different surfaces */
|
|
91
|
+
--str-chat__secondary-surface-color: var(--str-chat__grey200);
|
|
92
|
+
|
|
93
|
+
/* A neutral color used to give emphasis to different surfaces */
|
|
94
|
+
--str-chat__tertiary-surface-color: var(--str-chat__grey100);
|
|
95
|
+
|
|
96
|
+
/* The main color used for texts/icons */
|
|
97
|
+
--str-chat__text-color: var(--str-chat__grey950);
|
|
98
|
+
|
|
99
|
+
/* Used for texts/icons that need less emphasis */
|
|
100
|
+
--str-chat__text-low-emphasis-color: var(--str-chat__grey500);
|
|
101
|
+
|
|
102
|
+
/* Used for displaying disabled UI elements (typically buttons) */
|
|
103
|
+
--str-chat__disabled-color: var(--str-chat__grey400);
|
|
104
|
+
|
|
105
|
+
/* Used for text/icon colors if disabled color is used as a background color */
|
|
106
|
+
--str-chat__on-disabled-color: var(--str-chat__grey50);
|
|
107
|
+
|
|
108
|
+
/* Used for error messages, and destructive actions */
|
|
109
|
+
--str-chat__danger-color: var(--str-chat__red400);
|
|
110
|
+
|
|
111
|
+
/* The background color used to highlight a message when jumping to a message. Only available in React SDK. */
|
|
112
|
+
--str-chat__message-highlight-color: var(--str-chat__yellow100);
|
|
113
|
+
|
|
114
|
+
/* Used for displaying the unread badge */
|
|
115
|
+
--str-chat__unread-badge-color: var(--str-chat__red400);
|
|
116
|
+
|
|
117
|
+
/* Used for text/icon colors if unread badge color is used as a background color */
|
|
118
|
+
--str-chat__on-unread-badge-color: var(--str-chat__grey50);
|
|
119
|
+
|
|
120
|
+
/* The background color used for overlays */
|
|
121
|
+
--str-chat__overlay-color: rgba(252, 252, 252, 0.9);
|
|
122
|
+
|
|
123
|
+
/* The background color used for subtle overlays */
|
|
124
|
+
--str-chat__secondary-overlay-color: rgba(0, 0, 0, 0.2);
|
|
125
|
+
|
|
126
|
+
/* The text/icon color used on subtle overlays */
|
|
127
|
+
--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);
|
|
128
|
+
|
|
129
|
+
/* The background color used for opaque surfaces */
|
|
130
|
+
--str-chat__opaque-surface-background-color: rgba(0, 0, 0, 0.8);
|
|
131
|
+
|
|
132
|
+
/* The text color used on opaque surfaces */
|
|
133
|
+
--str-chat__opaque-surface-text-color: var(--str-chat__grey50);
|
|
134
|
+
|
|
135
|
+
/* If a component has a box shadow applied to it, this will be the color used for the shadow */
|
|
136
|
+
--str-chat__box-shadow-color: rgba(0, 0, 0, 0.18);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.str-chat__theme-dark {
|
|
140
|
+
--str-chat__primary-color: var(--str-chat__blue400);
|
|
141
|
+
--str-chat__primary-overlay-color: rgba(51, 126, 255, 0.6);
|
|
142
|
+
--str-chat__primary-color-low-emphasis: var(--str-chat__blue700);
|
|
143
|
+
--str-chat__active-primary-color: var(--str-chat__blue600);
|
|
144
|
+
--str-chat__on-primary-color: var(--str-chat__grey50);
|
|
145
|
+
--str-chat__background-color: var(--str-chat__grey950);
|
|
146
|
+
--str-chat__secondary-background-color: var(--str-chat__grey900);
|
|
147
|
+
--str-chat__primary-surface-color: var(--str-chat__blue900);
|
|
148
|
+
--str-chat__primary-surface-color-low-emphasis: var(--str-chat__blue950);
|
|
149
|
+
--str-chat__surface-color: var(--str-chat__grey700);
|
|
150
|
+
--str-chat__secondary-surface-color: var(--str-chat__grey800);
|
|
151
|
+
--str-chat__tertiary-surface-color: var(--str-chat__grey900);
|
|
152
|
+
--str-chat__text-color: var(--str-chat__grey50);
|
|
153
|
+
--str-chat__text-low-emphasis-color: var(--str-chat__grey500);
|
|
154
|
+
--str-chat__disabled-color: var(--str-chat__grey600);
|
|
155
|
+
--str-chat__on-disabled-color: var(--str-chat__grey50);
|
|
156
|
+
--str-chat__danger-color: var(--str-chat__red600);
|
|
157
|
+
--str-chat__message-highlight-color: var(--str-chat__yellow900);
|
|
158
|
+
--str-chat__unread-badge-color: var(--str-chat__red400);
|
|
159
|
+
--str-chat__on-unread-badge-color: var(--str-chat__grey50);
|
|
160
|
+
--str-chat__overlay-color: rgba(0, 0, 0, 0.7);
|
|
161
|
+
--str-chat__secondary-overlay-color: rgba(0, 0, 0, 0.4);
|
|
162
|
+
--str-chat__secondary-overlay-text-color: var(--str-chat__grey50);
|
|
163
|
+
--str-chat__opaque-surface-background-color: rgba(250, 250, 250, 0.85);
|
|
164
|
+
--str-chat__opaque-surface-text-color: var(--str-chat__grey900);
|
|
165
|
+
--str-chat__box-shadow-color: rgba(0, 0, 0, 0.8);
|
|
166
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
.str-chat {
|
|
2
|
+
--str-chat__blue950: #001333;
|
|
3
|
+
--str-chat__blue900: #00163d;
|
|
4
|
+
--str-chat__blue800: #002666;
|
|
5
|
+
--str-chat__blue700: #003999;
|
|
6
|
+
--str-chat__blue600: #004ccc;
|
|
7
|
+
--str-chat__blue500: #005fff;
|
|
8
|
+
--str-chat__blue400: #337eff;
|
|
9
|
+
--str-chat__blue300: #669fff;
|
|
10
|
+
--str-chat__blue200: #ccdfff;
|
|
11
|
+
--str-chat__blue100: #e0f0ff;
|
|
12
|
+
--str-chat__blue50: #ebf5ff;
|
|
13
|
+
|
|
14
|
+
--str-chat__grey950: #080707;
|
|
15
|
+
--str-chat__grey900: #17191c;
|
|
16
|
+
--str-chat__grey800: #1c1e22;
|
|
17
|
+
--str-chat__grey700: #272a30;
|
|
18
|
+
--str-chat__grey600: #4c525c;
|
|
19
|
+
--str-chat__grey500: #72767e;
|
|
20
|
+
--str-chat__grey400: #b4b7bb;
|
|
21
|
+
--str-chat__grey300: #dbdde1;
|
|
22
|
+
--str-chat__grey200: #e9eaed;
|
|
23
|
+
--str-chat__grey100: #f4f4f5;
|
|
24
|
+
--str-chat__grey50: #ffffff;
|
|
25
|
+
|
|
26
|
+
--str-chat__red900: #330003;
|
|
27
|
+
--str-chat__red800: #660006;
|
|
28
|
+
--str-chat__red700: #990008;
|
|
29
|
+
--str-chat__red600: #cc000b;
|
|
30
|
+
--str-chat__red500: #ff000e;
|
|
31
|
+
--str-chat__red400: #ff3742;
|
|
32
|
+
--str-chat__red300: #ff666e;
|
|
33
|
+
--str-chat__red200: #ff999f;
|
|
34
|
+
--str-chat__red100: #ffe5e7;
|
|
35
|
+
|
|
36
|
+
--str-chat__green900: #062d16;
|
|
37
|
+
--str-chat__green800: #0d592c;
|
|
38
|
+
--str-chat__green700: #138643;
|
|
39
|
+
--str-chat__green600: #19b359;
|
|
40
|
+
--str-chat__green500: #20e070;
|
|
41
|
+
--str-chat__green400: #4ce68c;
|
|
42
|
+
--str-chat__green300: #79eca9;
|
|
43
|
+
--str-chat__green200: #a6f2c6;
|
|
44
|
+
--str-chat__green100: #e9f1ff;
|
|
45
|
+
|
|
46
|
+
--str-chat__yellow900: #332500;
|
|
47
|
+
--str-chat__yellow800: #664900;
|
|
48
|
+
--str-chat__yellow700: #996e00;
|
|
49
|
+
--str-chat__yellow600: #cc9200;
|
|
50
|
+
--str-chat__yellow500: #ffb700;
|
|
51
|
+
--str-chat__yellow400: #ffd466;
|
|
52
|
+
--str-chat__yellow300: #ffe299;
|
|
53
|
+
--str-chat__yellow200: #fff1cc;
|
|
54
|
+
--str-chat__yellow100: #fff8e5;
|
|
55
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
@mixin flex-row-center {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@mixin flex-top-right {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: flex-start;
|
|
10
|
+
justify-content: flex-end;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin flex-col-center {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@mixin ellipsis-text-parent {
|
|
21
|
+
overflow-y: visible;
|
|
22
|
+
// Not every browser support clip overflow, so hidden is defined as a fallback
|
|
23
|
+
overflow-x: hidden;
|
|
24
|
+
overflow-x: clip;
|
|
25
|
+
min-width: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@mixin ellipsis-text {
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
overflow-y: visible;
|
|
31
|
+
// Not every browser support clip overflow, so hidden is defined as a fallback
|
|
32
|
+
overflow-x: hidden;
|
|
33
|
+
overflow-x: clip;
|
|
34
|
+
text-overflow: ellipsis;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@mixin scrollable {
|
|
38
|
+
overflow-x: hidden;
|
|
39
|
+
overflow-y: auto;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@mixin unset-button($outline-radius: var(--str-chat__border-radius-circle)) {
|
|
43
|
+
padding: unset;
|
|
44
|
+
background: unset;
|
|
45
|
+
border: unset;
|
|
46
|
+
border-radius: $outline-radius;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@mixin component-layer-overrides($component-name, $important: '') {
|
|
50
|
+
background: var(--str-chat__#{$component-name}-background-color) #{$important};
|
|
51
|
+
color: var(--str-chat__#{$component-name}-color) #{$important};
|
|
52
|
+
box-shadow: var(--str-chat__#{$component-name}-box-shadow) #{$important};
|
|
53
|
+
border-radius: var(--str-chat__#{$component-name}-border-radius) #{$important};
|
|
54
|
+
border-block-start: var(--str-chat__#{$component-name}-border-block-start) #{$important};
|
|
55
|
+
border-block-end: var(--str-chat__#{$component-name}-border-block-end) #{$important};
|
|
56
|
+
border-inline-start: var(--str-chat__#{$component-name}-border-inline-start) #{$important};
|
|
57
|
+
border-inline-end: var(--str-chat__#{$component-name}-border-inline-end) #{$important};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@mixin button-reset {
|
|
61
|
+
outline: none;
|
|
62
|
+
background: none;
|
|
63
|
+
border: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@mixin cta-button-overrides($component-name) {
|
|
67
|
+
&:active {
|
|
68
|
+
background-color: var(--str-chat__#{$component-name}-pressed-background-color);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&:disabled {
|
|
72
|
+
background-color: var(--str-chat__#{$component-name}-disabled-background-color);
|
|
73
|
+
color: var(--str-chat__#{$component-name}-disabled-color);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@mixin circle-fab-overrides($component-name) {
|
|
78
|
+
svg path {
|
|
79
|
+
fill: var(--str-chat__#{$component-name}-color);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&:active {
|
|
83
|
+
background-color: var(--str-chat__#{$component-name}-pressed-background-color);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@mixin header-layout {
|
|
88
|
+
display: flex;
|
|
89
|
+
padding: var(--str-chat__spacing-2);
|
|
90
|
+
column-gap: var(--str-chat__spacing-4);
|
|
91
|
+
align-items: center;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
@mixin header-text-layout {
|
|
95
|
+
display: flex;
|
|
96
|
+
flex-direction: column;
|
|
97
|
+
overflow-y: hidden; // for Edge
|
|
98
|
+
overflow-x: hidden; // for ellipsis text
|
|
99
|
+
flex: 1;
|
|
100
|
+
row-gap: var(--str-chat__spacing-1_5);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@mixin empty-layout {
|
|
104
|
+
height: 100%;
|
|
105
|
+
display: flex;
|
|
106
|
+
flex-direction: column;
|
|
107
|
+
align-items: center;
|
|
108
|
+
justify-content: center;
|
|
109
|
+
padding: var(--str-chat__spacing-4);
|
|
110
|
+
|
|
111
|
+
svg {
|
|
112
|
+
width: calc(var(--str-chat__spacing-px) * 136);
|
|
113
|
+
height: calc(var(--str-chat__spacing-px) * 136);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@mixin empty-theme($component-name) {
|
|
118
|
+
font: var(--str-chat__headline-text);
|
|
119
|
+
text-align: center;
|
|
120
|
+
|
|
121
|
+
svg path {
|
|
122
|
+
fill: var(--str-chat__#{$component-name}-empty-indicator-color);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
@mixin message-list-spacing {
|
|
127
|
+
$spacing: var(--str-chat__spacing-2);
|
|
128
|
+
padding: 0 $spacing;
|
|
129
|
+
|
|
130
|
+
// Need this trick to be able to apply full-width background color on hover to messages / full-width separator to thread header
|
|
131
|
+
.str-chat__li {
|
|
132
|
+
margin-inline: calc(-1 * #{$spacing});
|
|
133
|
+
padding-inline: $spacing;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.str-chat__parent-message-li {
|
|
137
|
+
margin-inline: calc(-1 * #{$spacing});
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@media only screen and (min-device-width: 768px) {
|
|
141
|
+
$spacing: min(var(--str-chat__spacing-10), 4%);
|
|
142
|
+
|
|
143
|
+
padding: 0 $spacing;
|
|
144
|
+
|
|
145
|
+
.str-chat__li {
|
|
146
|
+
margin-inline: calc(-1 * #{$spacing});
|
|
147
|
+
padding-inline: $spacing;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.str-chat__parent-message-li {
|
|
151
|
+
margin-inline: calc(-1 * #{$spacing} - 2px);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@mixin loading-item-background($component-name) {
|
|
157
|
+
background-image: linear-gradient(
|
|
158
|
+
-90deg,
|
|
159
|
+
var(--str-chat__#{$component-name}-loading-state-color) 0%,
|
|
160
|
+
var(--str-chat__#{$component-name}-loading-state-color) 100%
|
|
161
|
+
);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
@mixin loading-animation {
|
|
165
|
+
animation: pulsate 1s linear 0s infinite alternate;
|
|
166
|
+
|
|
167
|
+
&:nth-of-type(2) {
|
|
168
|
+
animation: pulsate 1s linear 0.3334s infinite alternate;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&:last-of-type {
|
|
172
|
+
animation: pulsate 1s linear 0.6667s infinite alternate;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
@keyframes pulsate {
|
|
176
|
+
from {
|
|
177
|
+
opacity: 0.5;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
to {
|
|
181
|
+
opacity: 1;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
@mixin channel-preview-display-name-theme {
|
|
187
|
+
font: var(--str-chat__subtitle-medium-text);
|
|
188
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
@use '../../utils';
|
|
2
|
+
|
|
3
|
+
.str-chat {
|
|
4
|
+
/* The border radius used for the borders of the component */
|
|
5
|
+
--str-chat__cta-button-border-radius: var(--str-chat__border-radius-xs);
|
|
6
|
+
|
|
7
|
+
/* The text/icon color of the component */
|
|
8
|
+
--str-chat__cta-button-color: var(--str-chat__on-primary-color);
|
|
9
|
+
|
|
10
|
+
/* The background color of the component */
|
|
11
|
+
--str-chat__cta-button-background-color: var(--str-chat__primary-color);
|
|
12
|
+
|
|
13
|
+
/* Top border of the component */
|
|
14
|
+
--str-chat__cta-button-border-block-start: none;
|
|
15
|
+
|
|
16
|
+
/* Bottom border of the component */
|
|
17
|
+
--str-chat__cta-button-border-block-end: none;
|
|
18
|
+
|
|
19
|
+
/* Left (right in RTL layout) border of the component */
|
|
20
|
+
--str-chat__cta-button-border-inline-start: none;
|
|
21
|
+
|
|
22
|
+
/* Right (left in RTL layout) border of the component */
|
|
23
|
+
--str-chat__cta-button-border-inline-end: none;
|
|
24
|
+
|
|
25
|
+
/* Box shadow applied to the component */
|
|
26
|
+
--str-chat__cta-button-box-shadow: none;
|
|
27
|
+
|
|
28
|
+
/* The background color of the component in pressed state */
|
|
29
|
+
--str-chat__cta-button-pressed-background-color: var(--str-chat__active-primary-color);
|
|
30
|
+
|
|
31
|
+
/* The background color of the component in disabled state */
|
|
32
|
+
--str-chat__cta-button-disabled-background-color: var(--str-chat__disabled-color);
|
|
33
|
+
|
|
34
|
+
/* The text/icon color of the component in disabled state */
|
|
35
|
+
--str-chat__cta-button-disabled-color: var(--str-chat__on-disabled-color);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.str-chat__cta-button {
|
|
39
|
+
@include utils.component-layer-overrides('cta-button');
|
|
40
|
+
@include utils.cta-button-overrides('cta-button');
|
|
41
|
+
font: var(--str-chat__subtitle-text);
|
|
42
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.str-chat__circle-fab {
|
|
2
|
+
width: calc(var(--str-chat__spacing-px) * 42);
|
|
3
|
+
height: calc(var(--str-chat__spacing-px) * 42);
|
|
4
|
+
padding: 0;
|
|
5
|
+
cursor: pointer;
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
align-items: center;
|
|
9
|
+
|
|
10
|
+
.str-chat__circle-fab-icon {
|
|
11
|
+
display: inline-block;
|
|
12
|
+
height: calc(var(--str-chat__spacing-px) * 24);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@use '../../utils';
|
|
2
|
+
|
|
3
|
+
.str-chat {
|
|
4
|
+
/* The border radius used for the borders of the component */
|
|
5
|
+
--str-chat__circle-fab-border-radius: var(--str-chat__border-radius-circle);
|
|
6
|
+
|
|
7
|
+
/* The text/icon color of the component */
|
|
8
|
+
--str-chat__circle-fab-color: var(--str-chat__primary-color);
|
|
9
|
+
|
|
10
|
+
/* The background color of the component */
|
|
11
|
+
--str-chat__circle-fab-background-color: var(--str-chat__secondary-background-color);
|
|
12
|
+
|
|
13
|
+
/* The background color of the component in pressed state */
|
|
14
|
+
--str-chat__circle-fab-pressed-background-color: var(--str-chat__surface-color);
|
|
15
|
+
|
|
16
|
+
/* Box shadow applied to the component */
|
|
17
|
+
--str-chat__circle-fab-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
|
|
18
|
+
|
|
19
|
+
/* Top border of the component */
|
|
20
|
+
--str-chat__circle-fab-border-block-start: none;
|
|
21
|
+
|
|
22
|
+
/* Bottom border of the component */
|
|
23
|
+
--str-chat__circle-fab-border-block-end: none;
|
|
24
|
+
|
|
25
|
+
/* Left (right in RTL layout) border of the component */
|
|
26
|
+
--str-chat__circle-fab-border-inline-start: none;
|
|
27
|
+
|
|
28
|
+
/* Right (left in RTL layout) border of the component */
|
|
29
|
+
--str-chat__circle-fab-border-inline-end: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.str-chat__circle-fab {
|
|
33
|
+
@include utils.component-layer-overrides('circle-fab');
|
|
34
|
+
@include utils.circle-fab-overrides('circle-fab');
|
|
35
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@use 'base';
|
|
2
|
+
@use 'global-layout-variables';
|
|
3
|
+
|
|
4
|
+
@use 'Avatar/Avatar-layout';
|
|
5
|
+
@use 'AttachmentList/AttachmentList-layout';
|
|
6
|
+
@use 'AttachmentPreviewList/AttachmentPreviewList-layout';
|
|
7
|
+
@use 'Autocomplete/Autocomplete-layout';
|
|
8
|
+
@use 'Channel/Channel-layout';
|
|
9
|
+
@use 'ChannelHeader/ChannelHeader-layout';
|
|
10
|
+
@use 'ChannelList/ChannelList-layout';
|
|
11
|
+
@use 'ChannelPreview/ChannelPreview-layout';
|
|
12
|
+
@use 'ChannelSearch/ChannelSearch-layout';
|
|
13
|
+
@use 'common/CTAButton/CTAButton-layout';
|
|
14
|
+
@use 'common/CircleFAButton/CircleFAButton-layout';
|
|
15
|
+
@use 'EditMessageForm/EditMessageForm-layout';
|
|
16
|
+
@use 'ImageCarousel/ImageCarousel-layout';
|
|
17
|
+
@use 'LoadingIndicator/LoadingIndicator-layout';
|
|
18
|
+
@use 'Message/Message-layout';
|
|
19
|
+
@use 'MessageActionsBox/MessageActionsBox-layout';
|
|
20
|
+
@use 'MessageInput/MessageInput-layout';
|
|
21
|
+
@use 'MessageList/MessageList-layout';
|
|
22
|
+
@use 'MessageList/VirtualizedMessageList-layout';
|
|
23
|
+
@use 'MessageReactions/MessageReactions-layout';
|
|
24
|
+
@use 'MessageReactions/MessageReactionsSelector-layout';
|
|
25
|
+
@use 'Modal/Modal-layout';
|
|
26
|
+
@use 'Notification/MessageNotification-layout';
|
|
27
|
+
@use 'Notification/NotificationList-layout';
|
|
28
|
+
@use 'Notification/Notification-layout';
|
|
29
|
+
@use 'Thread/Thread-layout';
|
|
30
|
+
@use 'Tooltip/Tooltip-layout';
|
|
31
|
+
@use 'TypingIndicator/TypingIndicator-layout';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
@use 'index.layout.scss';
|
|
2
|
+
@use 'palette-variables';
|
|
3
|
+
@use 'global-theme-variables';
|
|
4
|
+
|
|
5
|
+
@use 'vendor/emoji-mart.scss';
|
|
6
|
+
|
|
7
|
+
@use 'common/CTAButton/CTAButton-theme';
|
|
8
|
+
@use 'common/CircleFAButton/CircleFAButton-theme';
|
|
9
|
+
@use 'Avatar/Avatar-theme';
|
|
10
|
+
@use 'AttachmentList/AttachmentList-theme';
|
|
11
|
+
@use 'AttachmentPreviewList/AttachmentPreviewList-theme';
|
|
12
|
+
@use 'Autocomplete/Autocomplete-theme';
|
|
13
|
+
@use 'Channel/Channel-theme.scss';
|
|
14
|
+
@use 'ChannelHeader/ChannelHeader-theme';
|
|
15
|
+
@use 'ChannelList/ChannelList-theme';
|
|
16
|
+
@use 'ChannelPreview/ChannelPreview-theme';
|
|
17
|
+
@use 'ChannelSearch/ChannelSearch-theme';
|
|
18
|
+
@use 'EditMessageForm/EditMessageForm-theme';
|
|
19
|
+
@use 'ImageCarousel/ImageCarousel-theme';
|
|
20
|
+
@use 'LoadingIndicator/LoadingIndicator-theme';
|
|
21
|
+
@use 'Message/Message-theme';
|
|
22
|
+
@use 'MessageActionsBox/MessageActionsBox-theme';
|
|
23
|
+
@use 'MessageInput/MessageInput-theme';
|
|
24
|
+
@use 'MessageList/MessageList-theme';
|
|
25
|
+
@use 'MessageList/VirtualizedMessageList-theme';
|
|
26
|
+
@use 'MessageReactions/MessageReactions-theme';
|
|
27
|
+
@use 'MessageReactions/MessageReactionsSelector-theme';
|
|
28
|
+
@use 'Modal/Modal-theme';
|
|
29
|
+
@use 'Notification/MessageNotification-theme';
|
|
30
|
+
@use 'Notification/NotificationList-theme';
|
|
31
|
+
@use 'Notification/Notification-theme';
|
|
32
|
+
@use 'Thread/Thread-theme';
|
|
33
|
+
@use 'Tooltip/Tooltip-theme';
|
|
34
|
+
@use 'TypingIndicator/TypingIndicator-theme';
|
|
35
|
+
|
|
36
|
+
@use '../../vendor/react-image-gallery';
|