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,87 @@
|
|
|
1
|
+
@use '../utils';
|
|
2
|
+
|
|
3
|
+
.str-chat {
|
|
4
|
+
/* The border radius used for the borders of the component */
|
|
5
|
+
--str-chat__channel-list-border-radius: 0;
|
|
6
|
+
|
|
7
|
+
/* The text/icon color of the component */
|
|
8
|
+
--str-chat__channel-list-color: var(--str-chat__text-color);
|
|
9
|
+
|
|
10
|
+
/* The background color of the component */
|
|
11
|
+
--str-chat__channel-list-background-color: var(--str-chat__secondary-background-color);
|
|
12
|
+
|
|
13
|
+
/* Box shadow applied to the component */
|
|
14
|
+
--str-chat__channel-list-box-shadow: none;
|
|
15
|
+
|
|
16
|
+
/* Top border of the component */
|
|
17
|
+
--str-chat__channel-list-border-block-start: none;
|
|
18
|
+
|
|
19
|
+
/* Bottom border of the component */
|
|
20
|
+
--str-chat__channel-list-border-block-end: none;
|
|
21
|
+
|
|
22
|
+
/* Left (right in RTL layout) border of the component */
|
|
23
|
+
--str-chat__channel-list-border-inline-start: none;
|
|
24
|
+
|
|
25
|
+
/* Right (left in RTL layout) border of the component */
|
|
26
|
+
--str-chat__channel-list-border-inline-end: 1px solid var(--str-chat__surface-color);
|
|
27
|
+
|
|
28
|
+
/* The border radius used for the borders of the load more button */
|
|
29
|
+
--str-chat__channel-list-load-more-border-radius: var(--str-chat__cta-button-border-radius);
|
|
30
|
+
|
|
31
|
+
/* The text/icon color of the load more button */
|
|
32
|
+
--str-chat__channel-list-load-more-color: var(--str-chat__cta-button-color);
|
|
33
|
+
|
|
34
|
+
/* The background color of the load more button */
|
|
35
|
+
--str-chat__channel-list-load-more-background-color: var(--str-chat__cta-button-background-color);
|
|
36
|
+
|
|
37
|
+
/* Box shadow applied to the load more button */
|
|
38
|
+
--str-chat__channel-list-load-more-box-shadow: var(--str-chat__cta-button-box-shadow);
|
|
39
|
+
|
|
40
|
+
/* Top border of the load more button */
|
|
41
|
+
--str-chat__channel-list-load-more-border-block-start: var(
|
|
42
|
+
--str-chat__cta-button-border-block-start
|
|
43
|
+
);
|
|
44
|
+
|
|
45
|
+
/* Bottom border of the load more button */
|
|
46
|
+
--str-chat__channel-list-load-more-border-block-end: var(--str-chat__cta-button-border-block-end);
|
|
47
|
+
|
|
48
|
+
/* Left (right in RTL layout) border of the load more button */
|
|
49
|
+
--str-chat__channel-list-load-more-border-inline-start: var(
|
|
50
|
+
--str-chat__cta-button-border-inline-start
|
|
51
|
+
);
|
|
52
|
+
|
|
53
|
+
/* Right (left in RTL layout) border of the load more button */
|
|
54
|
+
--str-chat__channel-list-load-more-border-inline-end: var(
|
|
55
|
+
--str-chat__cta-button-border-inline-end
|
|
56
|
+
);
|
|
57
|
+
|
|
58
|
+
/* The background color of the load more button in pressed state */
|
|
59
|
+
--str-chat__channel-list-load-more-pressed-background-color: var(
|
|
60
|
+
--str-chat__cta-button-pressed-background-color
|
|
61
|
+
);
|
|
62
|
+
|
|
63
|
+
/* The background color of the load more button in disabled state */
|
|
64
|
+
--str-chat__channel-list-load-more-disabled-background-color: var(
|
|
65
|
+
--str-chat__cta-button-disabled-background-color
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
/* The text/icon color of the load more button in disabled state */
|
|
69
|
+
--str-chat__channel-list-load-more-disabled-color: var(--str-chat__cta-button-disabled-color);
|
|
70
|
+
|
|
71
|
+
/* The icon color for the empty list state */
|
|
72
|
+
--str-chat__channel-list-empty-indicator-color: var(--str-chat__disabled-color);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.str-chat__channel-list {
|
|
76
|
+
@include utils.component-layer-overrides('channel-list');
|
|
77
|
+
|
|
78
|
+
.str-chat__load-more-button__button {
|
|
79
|
+
@include utils.component-layer-overrides('channel-list-load-more');
|
|
80
|
+
@include utils.cta-button-overrides('channel-list-load-more');
|
|
81
|
+
width: 80%;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.str-chat__channel-list-empty {
|
|
85
|
+
@include utils.empty-theme('channel-list');
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
@use '../utils';
|
|
2
|
+
|
|
3
|
+
@mixin channel-preview-layout {
|
|
4
|
+
display: flex;
|
|
5
|
+
column-gap: var(--str-chat__spacing-2);
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: flex-start;
|
|
8
|
+
width: 100%;
|
|
9
|
+
padding: var(--str-chat__spacing-3) var(--str-chat__spacing-2);
|
|
10
|
+
margin: 0;
|
|
11
|
+
text-align: start;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@mixin channel-preview-end-layout {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: column;
|
|
17
|
+
row-gap: var(--str-chat__spacing-0_5);
|
|
18
|
+
width: 100%;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// Unread badge will be bigger than channel name -> this would cause a layout shift when the unread badge appears -> this trick won't let the unread badge to increase the height of the container avoiding the layout shift
|
|
22
|
+
@mixin unread-badge-layout-fix {
|
|
23
|
+
.str-chat__channel-preview-end-first-row {
|
|
24
|
+
height: var(--str-chat__unread-badge-height);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.str-chat__channel-preview {
|
|
29
|
+
@include channel-preview-layout;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
|
|
32
|
+
.str-chat__channel-preview-end {
|
|
33
|
+
@include channel-preview-end-layout;
|
|
34
|
+
@include utils.ellipsis-text-parent;
|
|
35
|
+
|
|
36
|
+
.str-chat__channel-preview-end-first-row {
|
|
37
|
+
display: flex;
|
|
38
|
+
column-gap: var(--str-chat__spacing-1);
|
|
39
|
+
align-items: center;
|
|
40
|
+
|
|
41
|
+
.str-chat__channel-preview-unread-badge {
|
|
42
|
+
height: 100%;
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
padding: 0 var(--str-chat__spacing-2);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.str-chat__channel-preview-messenger--name {
|
|
49
|
+
width: 100%;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.str-chat__channel-preview-messenger--name,
|
|
54
|
+
.str-chat__channel-preview-messenger--last-message {
|
|
55
|
+
@include utils.ellipsis-text;
|
|
56
|
+
min-width: 0;
|
|
57
|
+
|
|
58
|
+
p {
|
|
59
|
+
@include utils.ellipsis-text;
|
|
60
|
+
margin: 0;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.str-chat__channel-preview-loading {
|
|
67
|
+
@include channel-preview-layout;
|
|
68
|
+
|
|
69
|
+
.str-chat__channel-preview-end-loading {
|
|
70
|
+
@include channel-preview-end-layout;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.str-chat__loading-channels-username {
|
|
74
|
+
height: calc(var(--str-chat__spacing-px) * 16);
|
|
75
|
+
width: calc(var(--str-chat__spacing-px) * 66);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.str-chat__loading-channels-status {
|
|
79
|
+
height: calc(var(--str-chat__spacing-px) * 16);
|
|
80
|
+
width: 100%;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
@use '../utils';
|
|
2
|
+
|
|
3
|
+
.str-chat {
|
|
4
|
+
/* The border radius used for the borders of the component */
|
|
5
|
+
--str-chat__channel-preview-border-radius: 0;
|
|
6
|
+
|
|
7
|
+
/* The text/icon color of the component */
|
|
8
|
+
--str-chat__channel-preview-color: var(--str-chat__text-color);
|
|
9
|
+
|
|
10
|
+
/* The background color of the component */
|
|
11
|
+
--str-chat__channel-preview-background-color: transparent;
|
|
12
|
+
|
|
13
|
+
/* Top border of the component */
|
|
14
|
+
--str-chat__channel-preview-border-block-start: none;
|
|
15
|
+
|
|
16
|
+
/* Bottom border of the component */
|
|
17
|
+
--str-chat__channel-preview-border-block-end: none;
|
|
18
|
+
|
|
19
|
+
/* Left (right in RTL layout) border of the component */
|
|
20
|
+
--str-chat__channel-preview-border-inline-start: none;
|
|
21
|
+
|
|
22
|
+
/* Right (left in RTL layout) border of the component */
|
|
23
|
+
--str-chat__channel-preview-border-inline-end: none;
|
|
24
|
+
|
|
25
|
+
/* Background color used for selected channel preview components */
|
|
26
|
+
--str-chat__channel-preview-active-background-color: var(--str-chat__surface-color);
|
|
27
|
+
|
|
28
|
+
/* Background color used for the hover state */
|
|
29
|
+
--str-chat__channel-preview-hover-background-color: var(--str-chat__secondary-surface-color);
|
|
30
|
+
|
|
31
|
+
/* Text color of the latest message when preview is not hovered or selected */
|
|
32
|
+
--str-chat__channel-preview-latest-message-secondary-color: var(
|
|
33
|
+
--str-chat__text-low-emphasis-color
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
/* The color of the loading indicator while initializing the channel list */
|
|
37
|
+
--str-chat__channel-preview-loading-state-color: var(--str-chat__disabled-color);
|
|
38
|
+
|
|
39
|
+
/* The background color of the unread badge */
|
|
40
|
+
--str-chat__channel-preview-unread-badge-background-color: var(--str-chat__unread-badge-color);
|
|
41
|
+
|
|
42
|
+
/* The color of the unread badge */
|
|
43
|
+
--str-chat__channel-preview-unread-badge-color: var(--str-chat__on-unread-badge-color);
|
|
44
|
+
|
|
45
|
+
/* The border radius used for the borders of the unread badge */
|
|
46
|
+
--str-chat__channel-preview-unread-badge-border-radius: var(--str-chat__border-radius-circle);
|
|
47
|
+
|
|
48
|
+
/* Top border of the unread badge */
|
|
49
|
+
--str-chat__channel-preview-unread-badge-border-block-start: none;
|
|
50
|
+
|
|
51
|
+
/* Bottom border of the unread badge */
|
|
52
|
+
--str-chat__channel-preview-unread-badge-border-block-end: none;
|
|
53
|
+
|
|
54
|
+
/* Left (right in RTL layout) border of the unread badge */
|
|
55
|
+
--str-chat__channel-preview-unread-badge-border-inline-start: none;
|
|
56
|
+
|
|
57
|
+
/* Right (left in RTL layout) border of the unread badge */
|
|
58
|
+
--str-chat__channel-preview-unread-badge-border-inline-end: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.str-chat__channel-preview {
|
|
62
|
+
@include utils.component-layer-overrides('channel-preview');
|
|
63
|
+
|
|
64
|
+
&--active,
|
|
65
|
+
&-messenger--active {
|
|
66
|
+
background-color: var(--str-chat__channel-preview-active-background-color);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&:hover {
|
|
70
|
+
background-color: var(--str-chat__channel-preview-hover-background-color);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.str-chat__channel-preview-end-first-row {
|
|
74
|
+
@include utils.channel-preview-display-name-theme;
|
|
75
|
+
|
|
76
|
+
.str-chat__channel-preview-unread-badge {
|
|
77
|
+
@include utils.component-layer-overrides('channel-preview-unread-badge');
|
|
78
|
+
font-size: 80%;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.str-chat__channel-preview-messenger--last-message {
|
|
82
|
+
font: var(--str-chat__body-text);
|
|
83
|
+
color: var(--str-chat__channel-preview-latest-message-secondary-color);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&--active,
|
|
87
|
+
&:hover {
|
|
88
|
+
.str-chat__channel-preview-messenger--last-message {
|
|
89
|
+
color: var(--str-chat__channel-preview-color);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.str-chat__channel-preview-loading {
|
|
96
|
+
@include utils.loading-animation;
|
|
97
|
+
|
|
98
|
+
.str-chat__loading-channels-avatar,
|
|
99
|
+
.str-chat__loading-channels-username,
|
|
100
|
+
.str-chat__loading-channels-status {
|
|
101
|
+
@include utils.loading-item-background('channel-preview');
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.str-chat__loading-channels-username,
|
|
105
|
+
.str-chat__loading-channels-status {
|
|
106
|
+
border-radius: var(--str-chat__border-radius-xs);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
@use '../utils';
|
|
2
|
+
|
|
3
|
+
.str-chat__channel-search-bar {
|
|
4
|
+
@include utils.flex-row-center;
|
|
5
|
+
padding: var(--str-chat__spacing-2_5);
|
|
6
|
+
|
|
7
|
+
.str-chat__channel-search-bar-button {
|
|
8
|
+
@include utils.button-reset;
|
|
9
|
+
width: calc(var(--str-chat__spacing-px) * 40);
|
|
10
|
+
height: calc(var(--str-chat__spacing-px) * 40);
|
|
11
|
+
padding: var(--str-chat__spacing-2_5);
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.str-chat__channel-search-input--wrapper {
|
|
16
|
+
display: flex;
|
|
17
|
+
align-items: center;
|
|
18
|
+
flex: 1;
|
|
19
|
+
padding: var(--str-chat__spacing-2_5);
|
|
20
|
+
min-width: 0;
|
|
21
|
+
|
|
22
|
+
.str-chat__channel-search-input--icon,
|
|
23
|
+
.str-chat__channel-search-input--clear-button {
|
|
24
|
+
display: inline-flex;
|
|
25
|
+
padding: 0 var(--str-chat__spacing-2_5);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.str-chat__channel-search-input--clear-button {
|
|
29
|
+
@include utils.button-reset;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
|
|
32
|
+
&:disabled {
|
|
33
|
+
cursor: default;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
input {
|
|
38
|
+
flex: 1;
|
|
39
|
+
min-width: 0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.str-chat__channel-search-results-header {
|
|
45
|
+
width: 100%;
|
|
46
|
+
padding: var(--str-chat__spacing-5) var(--str-chat__spacing-4);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.str-chat__channel-search-result-list {
|
|
50
|
+
.str-chat__channel-search-container-empty {
|
|
51
|
+
display: flex;
|
|
52
|
+
flex-direction: column;
|
|
53
|
+
align-items: center;
|
|
54
|
+
width: 100%;
|
|
55
|
+
|
|
56
|
+
svg {
|
|
57
|
+
height: calc(var(--str-chat__spacing-px) * 90 + var(--str-chat__spacing-20));
|
|
58
|
+
width: calc(var(--str-chat__spacing-px) * 90);
|
|
59
|
+
padding: var(--str-chat__spacing-10) 0;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.str-chat__channel-search-result {
|
|
64
|
+
@include utils.button-reset;
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
width: 100%;
|
|
68
|
+
column-gap: var(--str-chat__spacing-2);
|
|
69
|
+
padding: var(--str-chat__spacing-3) var(--str-chat__spacing-2);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
@use '../utils';
|
|
2
|
+
|
|
3
|
+
/* Only available in React SDK. */
|
|
4
|
+
.str-chat {
|
|
5
|
+
/* The text/icon color of the component */
|
|
6
|
+
--str-chat__channel-search-input-color: var(--str-chat__text-color);
|
|
7
|
+
|
|
8
|
+
/* The text/icon color of the component */
|
|
9
|
+
--str-chat__channel-search-input-placeholder-color: var(--str-chat__text-low-emphasis-color);
|
|
10
|
+
|
|
11
|
+
/* The text/icon color of the component */
|
|
12
|
+
--str-chat__channel-search-input-icon-color: var(--str-chat__text-low-emphasis-color);
|
|
13
|
+
|
|
14
|
+
/* Top border of the component */
|
|
15
|
+
--str-chat__channel-search-input-border-block-start: none;
|
|
16
|
+
|
|
17
|
+
/* Bottom border of the component */
|
|
18
|
+
--str-chat__channel-search-input-border-block-end: none;
|
|
19
|
+
|
|
20
|
+
/* Left (right in RTL layout) borhe component */
|
|
21
|
+
--str-chat__channel-search-input-border-inline-start: none;
|
|
22
|
+
|
|
23
|
+
/* Right (left in RTL layout) borhe component */
|
|
24
|
+
--str-chat__channel-search-input-border-inline-end: none;
|
|
25
|
+
|
|
26
|
+
/* The border radius used for the borders of the component */
|
|
27
|
+
--str-chat__channel-search-input-wrapper-border-radius: var(--str-chat__border-radius-lg);
|
|
28
|
+
|
|
29
|
+
/* The background color of the component */
|
|
30
|
+
--str-chat__channel-search-input-wrapper-background-color: transparent;
|
|
31
|
+
|
|
32
|
+
/* Top border of the component */
|
|
33
|
+
--str-chat__channel-search-input-wrapper-border-block-start: var(--str-chat__surface-color) 1px
|
|
34
|
+
solid;
|
|
35
|
+
|
|
36
|
+
/* Bottom border of the component */
|
|
37
|
+
--str-chat__channel-search-input-wrapper-border-block-end: var(--str-chat__surface-color) 1px
|
|
38
|
+
solid;
|
|
39
|
+
|
|
40
|
+
/* Left (right in RTL layout) border of the component */
|
|
41
|
+
--str-chat__channel-search-input-wrapper-border-inline-start: var(--str-chat__surface-color) 1px
|
|
42
|
+
solid;
|
|
43
|
+
|
|
44
|
+
/* Right (left in RTL layout) border of the component */
|
|
45
|
+
--str-chat__channel-search-input-wrapper-border-inline-end: var(--str-chat__surface-color) 1px
|
|
46
|
+
solid;
|
|
47
|
+
|
|
48
|
+
/* The border radius used for the borders of the component */
|
|
49
|
+
--str-chat__channel-search-input-wrapper-active-border-radius: var(--str-chat__border-radius-lg);
|
|
50
|
+
|
|
51
|
+
/* The background color of the component */
|
|
52
|
+
--str-chat__channel-search-input-wrapper-active-background-color: transparent;
|
|
53
|
+
|
|
54
|
+
/* Top border of the component */
|
|
55
|
+
--str-chat__channel-search-input-wrapper-active-border-block-start: var(--str-chat__primary-color)
|
|
56
|
+
1px solid;
|
|
57
|
+
|
|
58
|
+
/* Bottom border of the component */
|
|
59
|
+
--str-chat__channel-search-input-wrapper-active-border-block-end: var(--str-chat__primary-color)
|
|
60
|
+
1px solid;
|
|
61
|
+
|
|
62
|
+
/* Left (right in RTL layout) border of the component */
|
|
63
|
+
--str-chat__channel-search-input-wrapper-active-border-inline-start: var(
|
|
64
|
+
--str-chat__primary-color
|
|
65
|
+
)
|
|
66
|
+
1px solid;
|
|
67
|
+
|
|
68
|
+
/* Right (left in RTL layout) border of the component */
|
|
69
|
+
--str-chat__channel-search-input-wrapper-active-border-inline-end: var(--str-chat__primary-color)
|
|
70
|
+
1px solid;
|
|
71
|
+
|
|
72
|
+
/* The background applied to channel search result */
|
|
73
|
+
--str-chat__channel-search-result-background-color: transparent;
|
|
74
|
+
|
|
75
|
+
/* Top border of the component */
|
|
76
|
+
--str-chat__channel-search-result-border-block-start: none;
|
|
77
|
+
|
|
78
|
+
/* Bottom border of the component */
|
|
79
|
+
--str-chat__channel-search-result-border-block-end: none;
|
|
80
|
+
|
|
81
|
+
/* Left (right in RTL layout) border of the component */
|
|
82
|
+
--str-chat__channel-search-result-border-inline-start: none;
|
|
83
|
+
|
|
84
|
+
/* Right (left in RTL layout) border of the component */
|
|
85
|
+
--str-chat__channel-search-result-border-inline-end: none;
|
|
86
|
+
|
|
87
|
+
/* Background color used for the search result hover / focused state */
|
|
88
|
+
--str-chat__channel-search-result-hover-background-color: var(
|
|
89
|
+
--str-chat__secondary-surface-color
|
|
90
|
+
);
|
|
91
|
+
|
|
92
|
+
/* The font color used in the search results header */
|
|
93
|
+
--str-chat__channel-search-results-header-color: var(--str-chat__text-low-emphasis-color);
|
|
94
|
+
|
|
95
|
+
/* The background color used in the search results header */
|
|
96
|
+
--str-chat__channel-search-results-header-background-color: var(--str-chat__background-color);
|
|
97
|
+
|
|
98
|
+
/* Top border of the component */
|
|
99
|
+
--str-chat__channel-search-results-header-border-block-start: none;
|
|
100
|
+
|
|
101
|
+
/* Bottom border of the component */
|
|
102
|
+
--str-chat__channel-search-results-header-border-block-end: var(--str-chat__surface-color) 1px
|
|
103
|
+
solid;
|
|
104
|
+
|
|
105
|
+
/* Left (right in RTL layout) border of the component */
|
|
106
|
+
--str-chat__channel-search-results-header-border-inline-start: none;
|
|
107
|
+
|
|
108
|
+
/* Right (left in RTL layout) border of the component */
|
|
109
|
+
--str-chat__channel-search-results-header-border-inline-end: none;
|
|
110
|
+
|
|
111
|
+
/* The font color used in the empty search results indicator */
|
|
112
|
+
--str-chat__channel-search-results-empty-color: var(--str-chat__text-low-emphasis-color);
|
|
113
|
+
|
|
114
|
+
/* The icon color used in the empty search results indicator */
|
|
115
|
+
--str-chat__channel-search-results-empty-icon-color: var(--str-chat__disabled-color);
|
|
116
|
+
|
|
117
|
+
/* The background color used in the empty search results indicator */
|
|
118
|
+
--str-chat__channel-search-results-empty-background-color: var(--str-chat__background-color);
|
|
119
|
+
|
|
120
|
+
/* Top border of the component */
|
|
121
|
+
--str-chat__channel-search-results-empty-border-block-start: none;
|
|
122
|
+
|
|
123
|
+
/* Bottom border of the component */
|
|
124
|
+
--str-chat__channel-search-results-empty-border-block-end: none;
|
|
125
|
+
|
|
126
|
+
/* Left (right in RTL layout) border of the component */
|
|
127
|
+
--str-chat__channel-search-results-empty-border-inline-start: none;
|
|
128
|
+
|
|
129
|
+
/* Right (left in RTL layout) border of the component */
|
|
130
|
+
--str-chat__channel-search-results-empty-border-inline-end: none;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.str-chat__channel-search-input--wrapper {
|
|
134
|
+
@include utils.component-layer-overrides('channel-search-input-wrapper');
|
|
135
|
+
|
|
136
|
+
input {
|
|
137
|
+
@include utils.component-layer-overrides('channel-search-input');
|
|
138
|
+
outline: none;
|
|
139
|
+
font: var(--str-chat__subtitle-text);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.str-chat__channel-search-input--clear-button svg path {
|
|
143
|
+
fill: transparent;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.str-chat__channel-search-input--wrapper-active {
|
|
148
|
+
@include utils.component-layer-overrides('channel-search-input-wrapper-active');
|
|
149
|
+
|
|
150
|
+
.str-chat__channel-search-input--icon svg path {
|
|
151
|
+
fill: var(--str-chat__primary-color);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.str-chat__channel-search-input--clear-button svg path {
|
|
155
|
+
fill: var(--str-chat__text-low-emphasis-color);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.str-chat__channel-search-results-header {
|
|
160
|
+
@include utils.component-layer-overrides('channel-search-results-header');
|
|
161
|
+
font: var(--str-chat__subtitle-text);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.str-chat__channel-search-result-list {
|
|
165
|
+
.str-chat__channel-search-container-empty {
|
|
166
|
+
@include utils.component-layer-overrides('channel-search-results-empty');
|
|
167
|
+
font: var(--str-chat__subtitle2-medium-text);
|
|
168
|
+
|
|
169
|
+
svg path {
|
|
170
|
+
fill: var(--str-chat__channel-search-results-empty-icon-color);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.str-chat__channel-search-result {
|
|
175
|
+
@include utils.component-layer-overrides('channel-search-result');
|
|
176
|
+
|
|
177
|
+
.str-chat__channel-search-result--display-name {
|
|
178
|
+
@include utils.channel-preview-display-name-theme;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.str-chat__channel-preview-messenger--active {
|
|
183
|
+
background-color: var(--str-chat__channel-preview-active-background-color);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.str-chat__channel-search-result:hover,
|
|
187
|
+
.str-chat__channel-search-result--focused {
|
|
188
|
+
background-color: var(--str-chat__channel-search-result-hover-background-color);
|
|
189
|
+
}
|
|
190
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
.str-chat__edit-message-form {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: stretch;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
row-gap: var(--str-chat__spacing-5);
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 100%;
|
|
9
|
+
min-height: 0;
|
|
10
|
+
min-width: 0;
|
|
11
|
+
max-width: 100%;
|
|
12
|
+
max-height: 100%;
|
|
13
|
+
|
|
14
|
+
.str-chat__edit-message-form-options {
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: flex-end;
|
|
18
|
+
|
|
19
|
+
button {
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
margin: 0;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.str-chat__message {
|
|
27
|
+
.str-chat__message-input-angular-host {
|
|
28
|
+
max-height: 100%;
|
|
29
|
+
min-height: 0;
|
|
30
|
+
display: flex;
|
|
31
|
+
min-width: 0;
|
|
32
|
+
max-width: 100%;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.str-chat__message-edit-in-progress {
|
|
36
|
+
.str-chat__modal--open {
|
|
37
|
+
.str-chat__modal__inner {
|
|
38
|
+
height: 40%;
|
|
39
|
+
max-height: 80%;
|
|
40
|
+
min-width: 90%;
|
|
41
|
+
max-width: 90%;
|
|
42
|
+
width: 90%;
|
|
43
|
+
flex-basis: min-content;
|
|
44
|
+
|
|
45
|
+
@media only screen and (min-device-width: 768px) {
|
|
46
|
+
min-width: 40%;
|
|
47
|
+
max-width: 60%;
|
|
48
|
+
width: min-content;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
@use '../utils';
|
|
2
|
+
|
|
3
|
+
.str-chat {
|
|
4
|
+
/* The border radius used for the borders of the component */
|
|
5
|
+
--str-chat__edit-message-modal-button-border-radius: none;
|
|
6
|
+
|
|
7
|
+
/* The text color used for the send button */
|
|
8
|
+
--str-chat__edit-message-modal-send-button-color: var(--str-chat__primary-color);
|
|
9
|
+
|
|
10
|
+
/* The text color used for the cancel button */
|
|
11
|
+
--str-chat__edit-message-modal-cancel-button-color: var(--str-chat__text-low-emphasis-color);
|
|
12
|
+
|
|
13
|
+
/* The background color of the component */
|
|
14
|
+
--str-chat__edit-message-modal-button-background-color: transparent;
|
|
15
|
+
|
|
16
|
+
/* Top border of the component */
|
|
17
|
+
--str-chat__edit-message-modal-button-border-block-start: none;
|
|
18
|
+
|
|
19
|
+
/* Bottom border of the component */
|
|
20
|
+
--str-chat__edit-message-modal-button-border-block-end: none;
|
|
21
|
+
|
|
22
|
+
/* Left (right in RTL layout) border of the component */
|
|
23
|
+
--str-chat__edit-message-modal-button-border-inline-start: none;
|
|
24
|
+
|
|
25
|
+
/* Right (left in RTL layout) border of the component */
|
|
26
|
+
--str-chat__edit-message-modal-button-border-inline-end: none;
|
|
27
|
+
|
|
28
|
+
/* Box shadow applied to the component */
|
|
29
|
+
--str-chat__edit-message-modal-button-box-shadow: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.str-chat__edit-message-form {
|
|
33
|
+
.str-chat__edit-message-form-options {
|
|
34
|
+
.str-chat__edit-message-cancel,
|
|
35
|
+
.str-chat__edit-message-send {
|
|
36
|
+
@include utils.component-layer-overrides('edit-message-modal-button');
|
|
37
|
+
font: var(--str-chat__body-medium-text);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.str-chat__edit-message-cancel {
|
|
41
|
+
text-transform: capitalize;
|
|
42
|
+
color: var(--str-chat__edit-message-modal-cancel-button-color);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.str-chat__edit-message-send {
|
|
46
|
+
text-transform: uppercase;
|
|
47
|
+
color: var(--str-chat__edit-message-modal-send-button-color);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.str-chat__image-carousel {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: center;
|
|
4
|
+
align-items: center;
|
|
5
|
+
min-height: 0;
|
|
6
|
+
min-width: 0;
|
|
7
|
+
max-width: 100%;
|
|
8
|
+
max-height: 100%;
|
|
9
|
+
|
|
10
|
+
.str-chat__image-carousel-stepper {
|
|
11
|
+
padding: var(--str-chat__spacing-2_5);
|
|
12
|
+
border: none;
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
background: transparent;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.str-chat__image-carousel-image {
|
|
18
|
+
object-fit: cover;
|
|
19
|
+
min-height: 0;
|
|
20
|
+
max-height: 100%;
|
|
21
|
+
min-width: 0;
|
|
22
|
+
max-width: 100%;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.str-chat__message {
|
|
27
|
+
.str-chat__attachment-list {
|
|
28
|
+
.str-chat__modal--open {
|
|
29
|
+
.str-chat__modal__inner {
|
|
30
|
+
height: 80%;
|
|
31
|
+
width: 80%;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
[dir='rtl'] .str-chat__image-carousel-stepper {
|
|
38
|
+
svg {
|
|
39
|
+
transform: scale(-1, 1);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use '../utils';
|
|
2
|
+
|
|
3
|
+
/* Only available in Angular SDK. */
|
|
4
|
+
.str-chat {
|
|
5
|
+
/* The color of the stepper icon. */
|
|
6
|
+
--str-chat__image-carousel-stepper-color: var(--str-chat__text-color);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.str-chat__image-carousel {
|
|
10
|
+
.str-chat__image-carousel-stepper {
|
|
11
|
+
svg path {
|
|
12
|
+
fill: var(--str-chat__image-carousel-stepper-color);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|