stream-chat-react-native-core 9.0.0-beta.2 → 9.0.0-beta.21
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/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js +1 -1
- package/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
- package/lib/commonjs/components/Attachment/Audio/AudioAttachment.js +28 -16
- package/lib/commonjs/components/Attachment/Audio/AudioAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/Audio/PlayPauseButton.js +4 -4
- package/lib/commonjs/components/Attachment/Audio/PlayPauseButton.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileIcon.js +19 -19
- package/lib/commonjs/components/Attachment/FileIcon.js.map +1 -1
- package/lib/commonjs/components/Attachment/Gallery.js +13 -17
- package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/Giphy/Giphy.js +21 -23
- package/lib/commonjs/components/Attachment/Giphy/Giphy.js.map +1 -1
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreview.js +2 -2
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreview.js.map +1 -1
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreviewCompact.js +2 -2
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreviewCompact.js.map +1 -1
- package/lib/commonjs/components/Attachment/VideoThumbnail.js +2 -2
- package/lib/commonjs/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +12 -0
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +5 -8
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +34 -34
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js +9 -0
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js.map +1 -0
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js +18 -79
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerGenericContent.js +83 -0
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerGenericContent.js.map +1 -0
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js +3 -3
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +4 -4
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +2 -2
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +69 -23
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js +2 -2
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/Skeleton.js +1 -1
- package/lib/commonjs/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelActionItems.js +7 -4
- package/lib/commonjs/components/ChannelList/hooks/useChannelActionItems.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js +16 -9
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelDetailsBottomSheet.js +17 -2
- package/lib/commonjs/components/ChannelPreview/ChannelDetailsBottomSheet.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js +7 -6
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js +31 -30
- package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewData.js +2 -2
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewData.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/ImageGallery.js +2 -0
- package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +4 -4
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +4 -4
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +4 -4
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGrid.js +4 -4
- package/lib/commonjs/components/ImageGallery/components/ImageGrid.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/types.js +4 -0
- package/lib/commonjs/components/ImageGallery/components/types.js.map +1 -0
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js +2 -2
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js.map +1 -1
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js +65 -36
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardControllerAvoidingView.js +1 -1
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardControllerAvoidingView.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +29 -28
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessagePinnedHeader.js +2 -2
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessagePinnedHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js +2 -2
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/SentToChannelHeader.js +2 -2
- package/lib/commonjs/components/Message/MessageItemView/Headers/SentToChannelHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageBubble.js +18 -89
- package/lib/commonjs/components/Message/MessageItemView/MessageBubble.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageContent.js +2 -8
- package/lib/commonjs/components/Message/MessageItemView/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageDeleted.js +2 -2
- package/lib/commonjs/components/Message/MessageItemView/MessageDeleted.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageError.js +26 -5
- package/lib/commonjs/components/Message/MessageItemView/MessageError.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js +6 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageItemView.js +75 -74
- package/lib/commonjs/components/Message/MessageItemView/MessageItemView.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageReplies.js +17 -11
- package/lib/commonjs/components/Message/MessageItemView/MessageReplies.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js +13 -35
- package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js +2 -0
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActions.js +6 -2
- package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/commonjs/components/Message/utils/messageActions.js +1 -1
- package/lib/commonjs/components/Message/utils/messageActions.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageComposer.js +8 -2
- package/lib/commonjs/components/MessageInput/MessageComposer.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputHeaderView.js +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputHeaderView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/StopMessageStreamingButton.js +21 -5
- package/lib/commonjs/components/MessageInput/StopMessageStreamingButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +2 -2
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js +65 -18
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +5 -5
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js +10 -8
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +12 -6
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js +17 -17
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +6 -6
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +2 -2
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +6 -6
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +24 -12
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js +2 -2
- package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/LinkPreviewList.js +2 -2
- package/lib/commonjs/components/MessageInput/components/LinkPreviewList.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js +2 -2
- package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js +2 -2
- package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/index.js +3 -3
- package/lib/commonjs/components/MessageInput/components/OutputButtons/index.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useAudioRecorder.js +5 -16
- package/lib/commonjs/components/MessageInput/hooks/useAudioRecorder.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageFlashList.js +11 -4
- package/lib/commonjs/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/commonjs/components/MessageList/NetworkDownIndicator.js +1 -1
- package/lib/commonjs/components/MessageList/NetworkDownIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +2 -2
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js +4 -4
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/EmojiPickerList.js +6 -6
- package/lib/commonjs/components/MessageMenu/EmojiPickerList.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js +3 -10
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageUserReactions.js +14 -12
- package/lib/commonjs/components/MessageMenu/MessageUserReactions.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js +3 -3
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js +80 -25
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/utils/toUnicodeScalarString.js +12 -0
- package/lib/commonjs/components/MessageMenu/utils/toUnicodeScalarString.js.map +1 -0
- package/lib/commonjs/components/Poll/CreatePollContent.js +11 -5
- package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/commonjs/components/Poll/Poll.js +4 -2
- package/lib/commonjs/components/Poll/Poll.js.map +1 -1
- package/lib/commonjs/components/Poll/components/CreatePollHeader.js +2 -2
- package/lib/commonjs/components/Poll/components/CreatePollHeader.js.map +1 -1
- package/lib/commonjs/components/Poll/components/CreatePollOptions.js +12 -9
- package/lib/commonjs/components/Poll/components/CreatePollOptions.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js +7 -3
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js +9 -4
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollAnswersList.js +55 -47
- package/lib/commonjs/components/Poll/components/PollAnswersList.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollButtons.js +2 -0
- package/lib/commonjs/components/Poll/components/PollButtons.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollInputDialog.js +4 -2
- package/lib/commonjs/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollModalHeader.js +2 -2
- package/lib/commonjs/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollOption.js +34 -17
- package/lib/commonjs/components/Poll/components/PollOption.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollOptionFullResults.js +11 -6
- package/lib/commonjs/components/Poll/components/PollResults/PollOptionFullResults.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollResultItem.js +52 -22
- package/lib/commonjs/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollResults.js +8 -3
- package/lib/commonjs/components/Poll/components/PollResults/PollResults.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollVote.js +4 -2
- package/lib/commonjs/components/Poll/components/PollResults/PollVote.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/usePollState.js +6 -3
- package/lib/commonjs/components/Poll/hooks/usePollState.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressControl.js +7 -5
- package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/StableDurationLabel.js +45 -0
- package/lib/commonjs/components/ProgressControl/StableDurationLabel.js.map +1 -0
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js +129 -40
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +17 -7
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/Reply/ReplyMessageView.js +2 -1
- package/lib/commonjs/components/Reply/ReplyMessageView.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItem.js +48 -16
- package/lib/commonjs/components/ThreadList/ThreadListItem.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItemMessagePreview.js +23 -5
- package/lib/commonjs/components/ThreadList/ThreadListItemMessagePreview.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItemSkeleton.js +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItemSkeleton.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js +4 -4
- package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js +124 -127
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js.map +1 -1
- package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js +49 -33
- package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js.map +1 -1
- package/lib/commonjs/components/UIComponents/Spinner.js +3 -2
- package/lib/commonjs/components/UIComponents/Spinner.js.map +1 -1
- package/lib/commonjs/components/UIComponents/SwipableWrapper.js +41 -12
- package/lib/commonjs/components/UIComponents/SwipableWrapper.js.map +1 -1
- package/lib/commonjs/components/index.js +33 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/AvatarGroup.js +2 -2
- package/lib/commonjs/components/ui/Avatar/AvatarGroup.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/UserAvatar.js +2 -2
- package/lib/commonjs/components/ui/Avatar/UserAvatar.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/ErrorBadge.js +4 -18
- package/lib/commonjs/components/ui/Badge/ErrorBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/GiphyBadge.js +2 -2
- package/lib/commonjs/components/ui/Badge/GiphyBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/ImgurBadge.js +3 -3
- package/lib/commonjs/components/ui/Badge/ImgurBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/RetryBadge.js +2 -2
- package/lib/commonjs/components/ui/Badge/RetryBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Button/Button.js +3 -1
- package/lib/commonjs/components/ui/Button/Button.js.map +1 -1
- package/lib/commonjs/components/ui/GiphyChip.js +7 -7
- package/lib/commonjs/components/ui/GiphyChip.js.map +1 -1
- package/lib/commonjs/components/ui/Input/Input.js +12 -8
- package/lib/commonjs/components/ui/Input/Input.js.map +1 -1
- package/lib/commonjs/components/ui/SpeedSettingsButton.js +3 -3
- package/lib/commonjs/components/ui/SpeedSettingsButton.js.map +1 -1
- package/lib/commonjs/components/ui/VideoPlayIndicator.js +5 -5
- package/lib/commonjs/components/ui/VideoPlayIndicator.js.map +1 -1
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js +15 -12
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContextBase.js +18 -0
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContextBase.js.map +1 -0
- package/lib/commonjs/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +1 -0
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +2 -2
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/MessageOverlayHostLayer.js +88 -37
- package/lib/commonjs/contexts/overlayContext/MessageOverlayHostLayer.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +8 -7
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/contexts/threadsContext/ThreadListItemContext.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewIcon.js +17 -17
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewIcon.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js +2 -2
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/commonjs/hooks/useAttachmentPickerState.js +2 -2
- package/lib/commonjs/hooks/useAttachmentPickerState.js.map +1 -1
- package/lib/commonjs/i18n/en.json +2 -0
- package/lib/commonjs/i18n/es.json +2 -0
- package/lib/commonjs/i18n/fr.json +2 -0
- package/lib/commonjs/i18n/he.json +2 -0
- package/lib/commonjs/i18n/hi.json +2 -0
- package/lib/commonjs/i18n/it.json +2 -0
- package/lib/commonjs/i18n/ja.json +2 -0
- package/lib/commonjs/i18n/ko.json +2 -0
- package/lib/commonjs/i18n/nl.json +2 -0
- package/lib/commonjs/i18n/pt-br.json +2 -0
- package/lib/commonjs/i18n/ru.json +2 -0
- package/lib/commonjs/i18n/tr.json +2 -0
- package/lib/commonjs/icons/Retry.js +40 -0
- package/lib/commonjs/icons/Retry.js.map +1 -0
- package/lib/commonjs/icons/archive.js +34 -0
- package/lib/commonjs/icons/archive.js.map +1 -0
- package/lib/commonjs/icons/arrow-up-right.js +35 -0
- package/lib/commonjs/icons/arrow-up-right.js.map +1 -0
- package/lib/commonjs/icons/arrow-up.js +54 -0
- package/lib/commonjs/icons/arrow-up.js.map +1 -0
- package/lib/commonjs/icons/audio.js +40 -0
- package/lib/commonjs/icons/audio.js.map +1 -0
- package/lib/commonjs/icons/bell.js +35 -0
- package/lib/commonjs/icons/bell.js.map +1 -0
- package/lib/commonjs/icons/bolt.js +35 -0
- package/lib/commonjs/icons/bolt.js.map +1 -0
- package/lib/commonjs/icons/camera.js +35 -0
- package/lib/commonjs/icons/camera.js.map +1 -0
- package/lib/commonjs/icons/checkmark-1.js +41 -0
- package/lib/commonjs/icons/checkmark-1.js.map +1 -0
- package/lib/commonjs/icons/checkmark.js +44 -0
- package/lib/commonjs/icons/checkmark.js.map +1 -0
- package/lib/commonjs/icons/checks.js +41 -0
- package/lib/commonjs/icons/checks.js.map +1 -0
- package/lib/commonjs/icons/chevron-left.js +32 -0
- package/lib/commonjs/icons/chevron-left.js.map +1 -0
- package/lib/commonjs/icons/chevron-up.js +31 -0
- package/lib/commonjs/icons/chevron-up.js.map +1 -0
- package/lib/commonjs/icons/clock.js +41 -0
- package/lib/commonjs/icons/clock.js.map +1 -0
- package/lib/commonjs/icons/command.js +34 -0
- package/lib/commonjs/icons/command.js.map +1 -0
- package/lib/commonjs/icons/copy.js +35 -0
- package/lib/commonjs/icons/copy.js.map +1 -0
- package/lib/commonjs/icons/delete.js +40 -0
- package/lib/commonjs/icons/delete.js.map +1 -0
- package/lib/commonjs/icons/edit.js +40 -0
- package/lib/commonjs/icons/edit.js.map +1 -0
- package/lib/commonjs/icons/emoji-add-1.js +49 -0
- package/lib/commonjs/icons/emoji-add-1.js.map +1 -0
- package/lib/commonjs/icons/emoji.js +44 -0
- package/lib/commonjs/icons/emoji.js.map +1 -0
- package/lib/commonjs/icons/exclamation-circle-fill.js +35 -0
- package/lib/commonjs/icons/exclamation-circle-fill.js.map +1 -0
- package/lib/commonjs/icons/exclamation-mark-fill.js +38 -0
- package/lib/commonjs/icons/exclamation-mark-fill.js.map +1 -0
- package/lib/commonjs/icons/exclamation-triangle-fill.js +37 -0
- package/lib/commonjs/icons/exclamation-triangle-fill.js.map +1 -0
- package/lib/commonjs/icons/file.js +42 -0
- package/lib/commonjs/icons/file.js.map +1 -0
- package/lib/commonjs/icons/filetype-audio-xl.js +44 -0
- package/lib/commonjs/icons/filetype-audio-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-code-xl.js +44 -0
- package/lib/commonjs/icons/filetype-code-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-compression-xl.js +43 -0
- package/lib/commonjs/icons/filetype-compression-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-other-xl.js +56 -0
- package/lib/commonjs/icons/filetype-other-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-pdf-xl.js +54 -0
- package/lib/commonjs/icons/filetype-pdf-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-presentation-xl.js +44 -0
- package/lib/commonjs/icons/filetype-presentation-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-spreadsheet-xl.js +44 -0
- package/lib/commonjs/icons/filetype-spreadsheet-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-text-xl.js +59 -0
- package/lib/commonjs/icons/filetype-text-xl.js.map +1 -0
- package/lib/commonjs/icons/filetype-video-xl.js +57 -0
- package/lib/commonjs/icons/filetype-video-xl.js.map +1 -0
- package/lib/commonjs/icons/flag.js +37 -0
- package/lib/commonjs/icons/flag.js.map +1 -0
- package/lib/commonjs/icons/gallery.js +56 -0
- package/lib/commonjs/icons/gallery.js.map +1 -0
- package/lib/commonjs/icons/giphy.js +62 -0
- package/lib/commonjs/icons/giphy.js.map +1 -0
- package/lib/commonjs/icons/image.js +43 -0
- package/lib/commonjs/icons/image.js.map +1 -0
- package/lib/commonjs/icons/imgur.js +37 -0
- package/lib/commonjs/icons/imgur.js.map +1 -0
- package/lib/commonjs/icons/index.js +259 -359
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/icons/info.js +41 -0
- package/lib/commonjs/icons/info.js.map +1 -0
- package/lib/commonjs/icons/leave.js +26 -0
- package/lib/commonjs/icons/leave.js.map +1 -0
- package/lib/commonjs/icons/link.js +32 -0
- package/lib/commonjs/icons/link.js.map +1 -0
- package/lib/commonjs/icons/loading.js +45 -0
- package/lib/commonjs/icons/loading.js.map +1 -0
- package/lib/commonjs/icons/location.js +44 -0
- package/lib/commonjs/icons/location.js.map +1 -0
- package/lib/commonjs/icons/lock.js +49 -0
- package/lib/commonjs/icons/lock.js.map +1 -0
- package/lib/commonjs/icons/message-bubble.js +34 -0
- package/lib/commonjs/icons/message-bubble.js.map +1 -0
- package/lib/commonjs/icons/minus-circle.js +37 -0
- package/lib/commonjs/icons/minus-circle.js.map +1 -0
- package/lib/commonjs/icons/minus.js +33 -0
- package/lib/commonjs/icons/minus.js.map +1 -0
- package/lib/commonjs/icons/more.js +43 -0
- package/lib/commonjs/icons/more.js.map +1 -0
- package/lib/commonjs/icons/mute.js +41 -0
- package/lib/commonjs/icons/mute.js.map +1 -0
- package/lib/commonjs/icons/no-sign.js +40 -0
- package/lib/commonjs/icons/no-sign.js.map +1 -0
- package/lib/commonjs/icons/notification.js +26 -0
- package/lib/commonjs/icons/notification.js.map +1 -0
- package/lib/commonjs/icons/pause-fill.js +35 -0
- package/lib/commonjs/icons/pause-fill.js.map +1 -0
- package/lib/commonjs/icons/pin.js +38 -0
- package/lib/commonjs/icons/pin.js.map +1 -0
- package/lib/commonjs/icons/play-fill.js +29 -0
- package/lib/commonjs/icons/play-fill.js.map +1 -0
- package/lib/commonjs/icons/plus.js +34 -0
- package/lib/commonjs/icons/plus.js.map +1 -0
- package/lib/commonjs/icons/poll.js +43 -0
- package/lib/commonjs/icons/poll.js.map +1 -0
- package/lib/commonjs/icons/refresh.js +38 -0
- package/lib/commonjs/icons/refresh.js.map +1 -0
- package/lib/commonjs/icons/reorder.js +31 -0
- package/lib/commonjs/icons/reorder.js.map +1 -0
- package/lib/commonjs/icons/reply.js +29 -0
- package/lib/commonjs/icons/reply.js.map +1 -0
- package/lib/commonjs/icons/save.js +38 -0
- package/lib/commonjs/icons/save.js.map +1 -0
- package/lib/commonjs/icons/search.js +42 -0
- package/lib/commonjs/icons/search.js.map +1 -0
- package/lib/commonjs/icons/send.js +42 -0
- package/lib/commonjs/icons/send.js.map +1 -0
- package/lib/commonjs/icons/share.js +33 -0
- package/lib/commonjs/icons/share.js.map +1 -0
- package/lib/commonjs/icons/stop-fill.js +35 -0
- package/lib/commonjs/icons/stop-fill.js.map +1 -0
- package/lib/commonjs/icons/thread.js +40 -0
- package/lib/commonjs/icons/thread.js.map +1 -0
- package/lib/commonjs/icons/unlock.js +41 -0
- package/lib/commonjs/icons/unlock.js.map +1 -0
- package/lib/commonjs/icons/unpin.js +38 -0
- package/lib/commonjs/icons/unpin.js.map +1 -0
- package/lib/commonjs/icons/user-add.js +40 -0
- package/lib/commonjs/icons/user-add.js.map +1 -0
- package/lib/commonjs/icons/user-remove.js +40 -0
- package/lib/commonjs/icons/user-remove.js.map +1 -0
- package/lib/commonjs/icons/users.js +38 -0
- package/lib/commonjs/icons/users.js.map +1 -0
- package/lib/commonjs/icons/utils/base.js +6 -6
- package/lib/commonjs/icons/utils/base.js.map +1 -1
- package/lib/commonjs/icons/video-fill.js +51 -0
- package/lib/commonjs/icons/video-fill.js.map +1 -0
- package/lib/commonjs/icons/video.js +38 -0
- package/lib/commonjs/icons/video.js.map +1 -0
- package/lib/commonjs/icons/voice.js +38 -0
- package/lib/commonjs/icons/voice.js.map +1 -0
- package/lib/commonjs/icons/xmark-1.js +38 -0
- package/lib/commonjs/icons/xmark-1.js.map +1 -0
- package/lib/commonjs/icons/xmark.js +40 -0
- package/lib/commonjs/icons/xmark.js.map +1 -0
- package/lib/commonjs/index.js +12 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/middlewares/attachments.js +37 -4
- package/lib/commonjs/middlewares/attachments.js.map +1 -1
- package/lib/commonjs/state-store/audio-player.js +29 -17
- package/lib/commonjs/state-store/audio-player.js.map +1 -1
- package/lib/commonjs/state-store/message-overlay-store.js +11 -1
- package/lib/commonjs/state-store/message-overlay-store.js.map +1 -1
- package/lib/commonjs/store/OfflineDB.js +1 -0
- package/lib/commonjs/store/OfflineDB.js.map +1 -1
- package/lib/commonjs/store/apis/index.js +11 -0
- package/lib/commonjs/store/apis/index.js.map +1 -1
- package/lib/commonjs/store/apis/updatePendingTask.js +34 -0
- package/lib/commonjs/store/apis/updatePendingTask.js.map +1 -0
- package/lib/commonjs/theme/generated/dark/StreamTokens.android.js +34 -30
- package/lib/commonjs/theme/generated/dark/StreamTokens.android.js.map +1 -1
- package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js +34 -30
- package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js.map +1 -1
- package/lib/commonjs/theme/generated/dark/StreamTokens.web.js +34 -30
- package/lib/commonjs/theme/generated/dark/StreamTokens.web.js.map +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.android.js +28 -24
- package/lib/commonjs/theme/generated/light/StreamTokens.android.js.map +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.ios.js +28 -24
- package/lib/commonjs/theme/generated/light/StreamTokens.ios.js.map +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.web.js +28 -24
- package/lib/commonjs/theme/generated/light/StreamTokens.web.js.map +1 -1
- package/lib/commonjs/utils/createGenerateVideoThumbnails.js +41 -0
- package/lib/commonjs/utils/createGenerateVideoThumbnails.js.map +1 -0
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js +1 -1
- package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
- package/lib/module/components/Attachment/Audio/AudioAttachment.js +28 -16
- package/lib/module/components/Attachment/Audio/AudioAttachment.js.map +1 -1
- package/lib/module/components/Attachment/Audio/PlayPauseButton.js +4 -4
- package/lib/module/components/Attachment/Audio/PlayPauseButton.js.map +1 -1
- package/lib/module/components/Attachment/FileIcon.js +19 -19
- package/lib/module/components/Attachment/FileIcon.js.map +1 -1
- package/lib/module/components/Attachment/Gallery.js +13 -17
- package/lib/module/components/Attachment/Gallery.js.map +1 -1
- package/lib/module/components/Attachment/Giphy/Giphy.js +21 -23
- package/lib/module/components/Attachment/Giphy/Giphy.js.map +1 -1
- package/lib/module/components/Attachment/UrlPreview/URLPreview.js +2 -2
- package/lib/module/components/Attachment/UrlPreview/URLPreview.js.map +1 -1
- package/lib/module/components/Attachment/UrlPreview/URLPreviewCompact.js +2 -2
- package/lib/module/components/Attachment/UrlPreview/URLPreviewCompact.js.map +1 -1
- package/lib/module/components/Attachment/VideoThumbnail.js +2 -2
- package/lib/module/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +12 -0
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +5 -8
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +34 -34
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js +9 -0
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js.map +1 -0
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js +18 -79
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerGenericContent.js +83 -0
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerGenericContent.js.map +1 -0
- package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js +3 -3
- package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +4 -4
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +2 -2
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +69 -23
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js +2 -2
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/Skeleton.js +1 -1
- package/lib/module/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelActionItems.js +7 -4
- package/lib/module/components/ChannelList/hooks/useChannelActionItems.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js +16 -9
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelDetailsBottomSheet.js +17 -2
- package/lib/module/components/ChannelPreview/ChannelDetailsBottomSheet.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js +7 -6
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js +31 -30
- package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewData.js +2 -2
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewData.js.map +1 -1
- package/lib/module/components/ImageGallery/ImageGallery.js +2 -0
- package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +4 -4
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +4 -4
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +4 -4
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGrid.js +4 -4
- package/lib/module/components/ImageGallery/components/ImageGrid.js.map +1 -1
- package/lib/module/components/ImageGallery/components/types.js +4 -0
- package/lib/module/components/ImageGallery/components/types.js.map +1 -0
- package/lib/module/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js +2 -2
- package/lib/module/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js.map +1 -1
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js +65 -36
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/module/components/KeyboardCompatibleView/KeyboardControllerAvoidingView.js +1 -1
- package/lib/module/components/KeyboardCompatibleView/KeyboardControllerAvoidingView.js.map +1 -1
- package/lib/module/components/Message/Message.js +29 -28
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/MessagePinnedHeader.js +2 -2
- package/lib/module/components/Message/MessageItemView/Headers/MessagePinnedHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js +2 -2
- package/lib/module/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/SentToChannelHeader.js +2 -2
- package/lib/module/components/Message/MessageItemView/Headers/SentToChannelHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageBubble.js +18 -89
- package/lib/module/components/Message/MessageItemView/MessageBubble.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageContent.js +2 -8
- package/lib/module/components/Message/MessageItemView/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageDeleted.js +2 -2
- package/lib/module/components/Message/MessageItemView/MessageDeleted.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageError.js +26 -5
- package/lib/module/components/Message/MessageItemView/MessageError.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageFooter.js +6 -1
- package/lib/module/components/Message/MessageItemView/MessageFooter.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageItemView.js +75 -74
- package/lib/module/components/Message/MessageItemView/MessageItemView.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageReplies.js +17 -11
- package/lib/module/components/Message/MessageItemView/MessageReplies.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageStatus.js +13 -35
- package/lib/module/components/Message/MessageItemView/MessageStatus.js.map +1 -1
- package/lib/module/components/Message/hooks/useCreateMessageContext.js +2 -0
- package/lib/module/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActions.js +6 -2
- package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/module/components/Message/utils/messageActions.js +1 -1
- package/lib/module/components/Message/utils/messageActions.js.map +1 -1
- package/lib/module/components/MessageInput/MessageComposer.js +8 -2
- package/lib/module/components/MessageInput/MessageComposer.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInputHeaderView.js +1 -1
- package/lib/module/components/MessageInput/MessageInputHeaderView.js.map +1 -1
- package/lib/module/components/MessageInput/StopMessageStreamingButton.js +21 -5
- package/lib/module/components/MessageInput/StopMessageStreamingButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +2 -2
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js +65 -18
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +5 -5
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js +10 -8
- package/lib/module/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +12 -6
- package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js +17 -17
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +6 -6
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +2 -2
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +6 -6
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +24 -12
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js +2 -2
- package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/LinkPreviewList.js +2 -2
- package/lib/module/components/MessageInput/components/LinkPreviewList.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js +2 -2
- package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js +2 -2
- package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/index.js +3 -3
- package/lib/module/components/MessageInput/components/OutputButtons/index.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useAudioRecorder.js +5 -16
- package/lib/module/components/MessageInput/hooks/useAudioRecorder.js.map +1 -1
- package/lib/module/components/MessageList/MessageFlashList.js +11 -4
- package/lib/module/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/module/components/MessageList/NetworkDownIndicator.js +1 -1
- package/lib/module/components/MessageList/NetworkDownIndicator.js.map +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js +2 -2
- package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/module/components/MessageList/UnreadMessagesNotification.js +4 -4
- package/lib/module/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/module/components/MessageMenu/EmojiPickerList.js +6 -6
- package/lib/module/components/MessageMenu/EmojiPickerList.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageReactionPicker.js +3 -10
- package/lib/module/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageUserReactions.js +14 -12
- package/lib/module/components/MessageMenu/MessageUserReactions.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageUserReactionsItem.js +3 -3
- package/lib/module/components/MessageMenu/MessageUserReactionsItem.js.map +1 -1
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js +80 -25
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/module/components/MessageMenu/utils/toUnicodeScalarString.js +12 -0
- package/lib/module/components/MessageMenu/utils/toUnicodeScalarString.js.map +1 -0
- package/lib/module/components/Poll/CreatePollContent.js +11 -5
- package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/module/components/Poll/Poll.js +4 -2
- package/lib/module/components/Poll/Poll.js.map +1 -1
- package/lib/module/components/Poll/components/CreatePollHeader.js +2 -2
- package/lib/module/components/Poll/components/CreatePollHeader.js.map +1 -1
- package/lib/module/components/Poll/components/CreatePollOptions.js +12 -9
- package/lib/module/components/Poll/components/CreatePollOptions.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleAnswersField.js +7 -3
- package/lib/module/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleVotesSettings.js +9 -4
- package/lib/module/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/module/components/Poll/components/PollAnswersList.js +55 -47
- package/lib/module/components/Poll/components/PollAnswersList.js.map +1 -1
- package/lib/module/components/Poll/components/PollButtons.js +2 -0
- package/lib/module/components/Poll/components/PollButtons.js.map +1 -1
- package/lib/module/components/Poll/components/PollInputDialog.js +4 -2
- package/lib/module/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/module/components/Poll/components/PollModalHeader.js +2 -2
- package/lib/module/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/module/components/Poll/components/PollOption.js +34 -17
- package/lib/module/components/Poll/components/PollOption.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollOptionFullResults.js +11 -6
- package/lib/module/components/Poll/components/PollResults/PollOptionFullResults.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollResultItem.js +52 -22
- package/lib/module/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollResults.js +8 -3
- package/lib/module/components/Poll/components/PollResults/PollResults.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollVote.js +4 -2
- package/lib/module/components/Poll/components/PollResults/PollVote.js.map +1 -1
- package/lib/module/components/Poll/hooks/usePollState.js +6 -3
- package/lib/module/components/Poll/hooks/usePollState.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressControl.js +7 -5
- package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/module/components/ProgressControl/StableDurationLabel.js +45 -0
- package/lib/module/components/ProgressControl/StableDurationLabel.js.map +1 -0
- package/lib/module/components/ProgressControl/WaveProgressBar.js +129 -40
- package/lib/module/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +17 -7
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/Reply/ReplyMessageView.js +2 -1
- package/lib/module/components/Reply/ReplyMessageView.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListItem.js +48 -16
- package/lib/module/components/ThreadList/ThreadListItem.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListItemMessagePreview.js +23 -5
- package/lib/module/components/ThreadList/ThreadListItemMessagePreview.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListItemSkeleton.js +1 -1
- package/lib/module/components/ThreadList/ThreadListItemSkeleton.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListUnreadBanner.js +4 -4
- package/lib/module/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
- package/lib/module/components/UIComponents/BottomSheetModal.js +124 -127
- package/lib/module/components/UIComponents/BottomSheetModal.js.map +1 -1
- package/lib/module/components/UIComponents/PortalWhileClosingView.js +49 -33
- package/lib/module/components/UIComponents/PortalWhileClosingView.js.map +1 -1
- package/lib/module/components/UIComponents/Spinner.js +3 -2
- package/lib/module/components/UIComponents/Spinner.js.map +1 -1
- package/lib/module/components/UIComponents/SwipableWrapper.js +41 -12
- package/lib/module/components/UIComponents/SwipableWrapper.js.map +1 -1
- package/lib/module/components/index.js +33 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/ui/Avatar/AvatarGroup.js +2 -2
- package/lib/module/components/ui/Avatar/AvatarGroup.js.map +1 -1
- package/lib/module/components/ui/Avatar/UserAvatar.js +2 -2
- package/lib/module/components/ui/Avatar/UserAvatar.js.map +1 -1
- package/lib/module/components/ui/Badge/ErrorBadge.js +4 -18
- package/lib/module/components/ui/Badge/ErrorBadge.js.map +1 -1
- package/lib/module/components/ui/Badge/GiphyBadge.js +2 -2
- package/lib/module/components/ui/Badge/GiphyBadge.js.map +1 -1
- package/lib/module/components/ui/Badge/ImgurBadge.js +3 -3
- package/lib/module/components/ui/Badge/ImgurBadge.js.map +1 -1
- package/lib/module/components/ui/Badge/RetryBadge.js +2 -2
- package/lib/module/components/ui/Badge/RetryBadge.js.map +1 -1
- package/lib/module/components/ui/Button/Button.js +3 -1
- package/lib/module/components/ui/Button/Button.js.map +1 -1
- package/lib/module/components/ui/GiphyChip.js +7 -7
- package/lib/module/components/ui/GiphyChip.js.map +1 -1
- package/lib/module/components/ui/Input/Input.js +12 -8
- package/lib/module/components/ui/Input/Input.js.map +1 -1
- package/lib/module/components/ui/SpeedSettingsButton.js +3 -3
- package/lib/module/components/ui/SpeedSettingsButton.js.map +1 -1
- package/lib/module/components/ui/VideoPlayIndicator.js +5 -5
- package/lib/module/components/ui/VideoPlayIndicator.js.map +1 -1
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js +15 -12
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContextBase.js +18 -0
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContextBase.js.map +1 -0
- package/lib/module/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +1 -0
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +2 -2
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/MessageOverlayHostLayer.js +88 -37
- package/lib/module/contexts/overlayContext/MessageOverlayHostLayer.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +8 -7
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/contexts/threadsContext/ThreadListItemContext.js.map +1 -1
- package/lib/module/hooks/messagePreview/useMessagePreviewIcon.js +17 -17
- package/lib/module/hooks/messagePreview/useMessagePreviewIcon.js.map +1 -1
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js +2 -2
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/module/hooks/useAttachmentPickerState.js +2 -2
- package/lib/module/hooks/useAttachmentPickerState.js.map +1 -1
- package/lib/module/i18n/en.json +2 -0
- package/lib/module/i18n/es.json +2 -0
- package/lib/module/i18n/fr.json +2 -0
- package/lib/module/i18n/he.json +2 -0
- package/lib/module/i18n/hi.json +2 -0
- package/lib/module/i18n/it.json +2 -0
- package/lib/module/i18n/ja.json +2 -0
- package/lib/module/i18n/ko.json +2 -0
- package/lib/module/i18n/nl.json +2 -0
- package/lib/module/i18n/pt-br.json +2 -0
- package/lib/module/i18n/ru.json +2 -0
- package/lib/module/i18n/tr.json +2 -0
- package/lib/module/icons/Retry.js +40 -0
- package/lib/module/icons/Retry.js.map +1 -0
- package/lib/module/icons/archive.js +34 -0
- package/lib/module/icons/archive.js.map +1 -0
- package/lib/module/icons/arrow-up-right.js +35 -0
- package/lib/module/icons/arrow-up-right.js.map +1 -0
- package/lib/module/icons/arrow-up.js +54 -0
- package/lib/module/icons/arrow-up.js.map +1 -0
- package/lib/module/icons/audio.js +40 -0
- package/lib/module/icons/audio.js.map +1 -0
- package/lib/module/icons/bell.js +35 -0
- package/lib/module/icons/bell.js.map +1 -0
- package/lib/module/icons/bolt.js +35 -0
- package/lib/module/icons/bolt.js.map +1 -0
- package/lib/module/icons/camera.js +35 -0
- package/lib/module/icons/camera.js.map +1 -0
- package/lib/module/icons/checkmark-1.js +41 -0
- package/lib/module/icons/checkmark-1.js.map +1 -0
- package/lib/module/icons/checkmark.js +44 -0
- package/lib/module/icons/checkmark.js.map +1 -0
- package/lib/module/icons/checks.js +41 -0
- package/lib/module/icons/checks.js.map +1 -0
- package/lib/module/icons/chevron-left.js +32 -0
- package/lib/module/icons/chevron-left.js.map +1 -0
- package/lib/module/icons/chevron-up.js +31 -0
- package/lib/module/icons/chevron-up.js.map +1 -0
- package/lib/module/icons/clock.js +41 -0
- package/lib/module/icons/clock.js.map +1 -0
- package/lib/module/icons/command.js +34 -0
- package/lib/module/icons/command.js.map +1 -0
- package/lib/module/icons/copy.js +35 -0
- package/lib/module/icons/copy.js.map +1 -0
- package/lib/module/icons/delete.js +40 -0
- package/lib/module/icons/delete.js.map +1 -0
- package/lib/module/icons/edit.js +40 -0
- package/lib/module/icons/edit.js.map +1 -0
- package/lib/module/icons/emoji-add-1.js +49 -0
- package/lib/module/icons/emoji-add-1.js.map +1 -0
- package/lib/module/icons/emoji.js +44 -0
- package/lib/module/icons/emoji.js.map +1 -0
- package/lib/module/icons/exclamation-circle-fill.js +35 -0
- package/lib/module/icons/exclamation-circle-fill.js.map +1 -0
- package/lib/module/icons/exclamation-mark-fill.js +38 -0
- package/lib/module/icons/exclamation-mark-fill.js.map +1 -0
- package/lib/module/icons/exclamation-triangle-fill.js +37 -0
- package/lib/module/icons/exclamation-triangle-fill.js.map +1 -0
- package/lib/module/icons/file.js +42 -0
- package/lib/module/icons/file.js.map +1 -0
- package/lib/module/icons/filetype-audio-xl.js +44 -0
- package/lib/module/icons/filetype-audio-xl.js.map +1 -0
- package/lib/module/icons/filetype-code-xl.js +44 -0
- package/lib/module/icons/filetype-code-xl.js.map +1 -0
- package/lib/module/icons/filetype-compression-xl.js +43 -0
- package/lib/module/icons/filetype-compression-xl.js.map +1 -0
- package/lib/module/icons/filetype-other-xl.js +56 -0
- package/lib/module/icons/filetype-other-xl.js.map +1 -0
- package/lib/module/icons/filetype-pdf-xl.js +54 -0
- package/lib/module/icons/filetype-pdf-xl.js.map +1 -0
- package/lib/module/icons/filetype-presentation-xl.js +44 -0
- package/lib/module/icons/filetype-presentation-xl.js.map +1 -0
- package/lib/module/icons/filetype-spreadsheet-xl.js +44 -0
- package/lib/module/icons/filetype-spreadsheet-xl.js.map +1 -0
- package/lib/module/icons/filetype-text-xl.js +59 -0
- package/lib/module/icons/filetype-text-xl.js.map +1 -0
- package/lib/module/icons/filetype-video-xl.js +57 -0
- package/lib/module/icons/filetype-video-xl.js.map +1 -0
- package/lib/module/icons/flag.js +37 -0
- package/lib/module/icons/flag.js.map +1 -0
- package/lib/module/icons/gallery.js +56 -0
- package/lib/module/icons/gallery.js.map +1 -0
- package/lib/module/icons/giphy.js +62 -0
- package/lib/module/icons/giphy.js.map +1 -0
- package/lib/module/icons/image.js +43 -0
- package/lib/module/icons/image.js.map +1 -0
- package/lib/module/icons/imgur.js +37 -0
- package/lib/module/icons/imgur.js.map +1 -0
- package/lib/module/icons/index.js +259 -359
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/icons/info.js +41 -0
- package/lib/module/icons/info.js.map +1 -0
- package/lib/module/icons/leave.js +26 -0
- package/lib/module/icons/leave.js.map +1 -0
- package/lib/module/icons/link.js +32 -0
- package/lib/module/icons/link.js.map +1 -0
- package/lib/module/icons/loading.js +45 -0
- package/lib/module/icons/loading.js.map +1 -0
- package/lib/module/icons/location.js +44 -0
- package/lib/module/icons/location.js.map +1 -0
- package/lib/module/icons/lock.js +49 -0
- package/lib/module/icons/lock.js.map +1 -0
- package/lib/module/icons/message-bubble.js +34 -0
- package/lib/module/icons/message-bubble.js.map +1 -0
- package/lib/module/icons/minus-circle.js +37 -0
- package/lib/module/icons/minus-circle.js.map +1 -0
- package/lib/module/icons/minus.js +33 -0
- package/lib/module/icons/minus.js.map +1 -0
- package/lib/module/icons/more.js +43 -0
- package/lib/module/icons/more.js.map +1 -0
- package/lib/module/icons/mute.js +41 -0
- package/lib/module/icons/mute.js.map +1 -0
- package/lib/module/icons/no-sign.js +40 -0
- package/lib/module/icons/no-sign.js.map +1 -0
- package/lib/module/icons/notification.js +26 -0
- package/lib/module/icons/notification.js.map +1 -0
- package/lib/module/icons/pause-fill.js +35 -0
- package/lib/module/icons/pause-fill.js.map +1 -0
- package/lib/module/icons/pin.js +38 -0
- package/lib/module/icons/pin.js.map +1 -0
- package/lib/module/icons/play-fill.js +29 -0
- package/lib/module/icons/play-fill.js.map +1 -0
- package/lib/module/icons/plus.js +34 -0
- package/lib/module/icons/plus.js.map +1 -0
- package/lib/module/icons/poll.js +43 -0
- package/lib/module/icons/poll.js.map +1 -0
- package/lib/module/icons/refresh.js +38 -0
- package/lib/module/icons/refresh.js.map +1 -0
- package/lib/module/icons/reorder.js +31 -0
- package/lib/module/icons/reorder.js.map +1 -0
- package/lib/module/icons/reply.js +29 -0
- package/lib/module/icons/reply.js.map +1 -0
- package/lib/module/icons/save.js +38 -0
- package/lib/module/icons/save.js.map +1 -0
- package/lib/module/icons/search.js +42 -0
- package/lib/module/icons/search.js.map +1 -0
- package/lib/module/icons/send.js +42 -0
- package/lib/module/icons/send.js.map +1 -0
- package/lib/module/icons/share.js +33 -0
- package/lib/module/icons/share.js.map +1 -0
- package/lib/module/icons/stop-fill.js +35 -0
- package/lib/module/icons/stop-fill.js.map +1 -0
- package/lib/module/icons/thread.js +40 -0
- package/lib/module/icons/thread.js.map +1 -0
- package/lib/module/icons/unlock.js +41 -0
- package/lib/module/icons/unlock.js.map +1 -0
- package/lib/module/icons/unpin.js +38 -0
- package/lib/module/icons/unpin.js.map +1 -0
- package/lib/module/icons/user-add.js +40 -0
- package/lib/module/icons/user-add.js.map +1 -0
- package/lib/module/icons/user-remove.js +40 -0
- package/lib/module/icons/user-remove.js.map +1 -0
- package/lib/module/icons/users.js +38 -0
- package/lib/module/icons/users.js.map +1 -0
- package/lib/module/icons/utils/base.js +6 -6
- package/lib/module/icons/utils/base.js.map +1 -1
- package/lib/module/icons/video-fill.js +51 -0
- package/lib/module/icons/video-fill.js.map +1 -0
- package/lib/module/icons/video.js +38 -0
- package/lib/module/icons/video.js.map +1 -0
- package/lib/module/icons/voice.js +38 -0
- package/lib/module/icons/voice.js.map +1 -0
- package/lib/module/icons/xmark-1.js +38 -0
- package/lib/module/icons/xmark-1.js.map +1 -0
- package/lib/module/icons/xmark.js +40 -0
- package/lib/module/icons/xmark.js.map +1 -0
- package/lib/module/index.js +12 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/middlewares/attachments.js +37 -4
- package/lib/module/middlewares/attachments.js.map +1 -1
- package/lib/module/state-store/audio-player.js +29 -17
- package/lib/module/state-store/audio-player.js.map +1 -1
- package/lib/module/state-store/message-overlay-store.js +11 -1
- package/lib/module/state-store/message-overlay-store.js.map +1 -1
- package/lib/module/store/OfflineDB.js +1 -0
- package/lib/module/store/OfflineDB.js.map +1 -1
- package/lib/module/store/apis/index.js +11 -0
- package/lib/module/store/apis/index.js.map +1 -1
- package/lib/module/store/apis/updatePendingTask.js +34 -0
- package/lib/module/store/apis/updatePendingTask.js.map +1 -0
- package/lib/module/theme/generated/dark/StreamTokens.android.js +34 -30
- package/lib/module/theme/generated/dark/StreamTokens.android.js.map +1 -1
- package/lib/module/theme/generated/dark/StreamTokens.ios.js +34 -30
- package/lib/module/theme/generated/dark/StreamTokens.ios.js.map +1 -1
- package/lib/module/theme/generated/dark/StreamTokens.web.js +34 -30
- package/lib/module/theme/generated/dark/StreamTokens.web.js.map +1 -1
- package/lib/module/theme/generated/light/StreamTokens.android.js +28 -24
- package/lib/module/theme/generated/light/StreamTokens.android.js.map +1 -1
- package/lib/module/theme/generated/light/StreamTokens.ios.js +28 -24
- package/lib/module/theme/generated/light/StreamTokens.ios.js.map +1 -1
- package/lib/module/theme/generated/light/StreamTokens.web.js +28 -24
- package/lib/module/theme/generated/light/StreamTokens.web.js.map +1 -1
- package/lib/module/utils/createGenerateVideoThumbnails.js +41 -0
- package/lib/module/utils/createGenerateVideoThumbnails.js.map +1 -0
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Attachment/Audio/AudioAttachment.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/Gallery.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/Giphy/Giphy.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.d.ts +1 -8
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.d.ts +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/shared.d.ts +8 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/shared.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerContent.d.ts +3 -10
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerContent.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerGenericContent.d.ts +13 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerGenericContent.d.ts.map +1 -0
- package/lib/typescript/components/Channel/Channel.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/useChannelActionItems.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelDetailsBottomSheet.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessage.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelSwipableWrapper.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/ImageGallery.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +1 -11
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts +1 -5
- package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGrid.d.ts +1 -4
- package/lib/typescript/components/ImageGallery/components/ImageGrid.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/types.d.ts +21 -0
- package/lib/typescript/components/ImageGallery/components/types.d.ts.map +1 -0
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts +3 -2
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts.map +1 -1
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardControllerAvoidingView.d.ts.map +1 -1
- package/lib/typescript/components/Message/Message.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageBubble.d.ts +6 -8
- package/lib/typescript/components/Message/MessageItemView/MessageBubble.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageContent.d.ts +1 -2
- package/lib/typescript/components/Message/MessageItemView/MessageContent.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageError.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageFooter.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageItemView.d.ts +5 -12
- package/lib/typescript/components/Message/MessageItemView/MessageItemView.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageReplies.d.ts +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageReplies.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageStatus.d.ts +1 -5
- package/lib/typescript/components/Message/MessageItemView/MessageStatus.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts +1 -1
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useMessageActions.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/MessageComposer.d.ts +1 -1
- package/lib/typescript/components/MessageInput/MessageComposer.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/StopMessageStreamingButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingButton.d.ts +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/OutputButtons/index.d.ts +1 -1
- package/lib/typescript/components/MessageInput/components/OutputButtons/index.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/hooks/useAudioRecorder.d.ts +1 -3
- package/lib/typescript/components/MessageInput/hooks/useAudioRecorder.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/MessageFlashList.d.ts +1 -1
- package/lib/typescript/components/MessageList/MessageFlashList.d.ts.map +1 -1
- package/lib/typescript/components/MessageMenu/MessageReactionPicker.d.ts +0 -1
- package/lib/typescript/components/MessageMenu/MessageReactionPicker.d.ts.map +1 -1
- package/lib/typescript/components/MessageMenu/hooks/useFetchReactions.d.ts +15 -0
- package/lib/typescript/components/MessageMenu/hooks/useFetchReactions.d.ts.map +1 -1
- package/lib/typescript/components/MessageMenu/utils/toUnicodeScalarString.d.ts +2 -0
- package/lib/typescript/components/MessageMenu/utils/toUnicodeScalarString.d.ts.map +1 -0
- package/lib/typescript/components/Poll/components/CreatePollOptions.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollAnswersList.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollButtons.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollInputDialog.d.ts +2 -1
- package/lib/typescript/components/Poll/components/PollInputDialog.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollOption.d.ts +2 -1
- package/lib/typescript/components/Poll/components/PollOption.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollResults/PollResultItem.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollResults/PollResults.d.ts.map +1 -1
- package/lib/typescript/components/Poll/hooks/usePollState.d.ts +1 -0
- package/lib/typescript/components/Poll/hooks/usePollState.d.ts.map +1 -1
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts.map +1 -1
- package/lib/typescript/components/ProgressControl/StableDurationLabel.d.ts +19 -0
- package/lib/typescript/components/ProgressControl/StableDurationLabel.d.ts.map +1 -0
- package/lib/typescript/components/ProgressControl/WaveProgressBar.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/ThreadList/ThreadListItem.d.ts.map +1 -1
- package/lib/typescript/components/ThreadList/ThreadListItemMessagePreview.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/BottomSheetModal.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/PortalWhileClosingView.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/Spinner.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/SwipableWrapper.d.ts +4 -1
- package/lib/typescript/components/UIComponents/SwipableWrapper.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +3 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/ui/Badge/ErrorBadge.d.ts.map +1 -1
- package/lib/typescript/components/ui/Button/Button.d.ts.map +1 -1
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts +3 -22
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts.map +1 -1
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContextBase.d.ts +19 -0
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContextBase.d.ts.map +1 -0
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts +6 -0
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +5 -4
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/overlayContext/MessageOverlayHostLayer.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/ThemeContext.d.ts +7 -6
- package/lib/typescript/contexts/themeContext/ThemeContext.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +7 -6
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -1
- package/lib/typescript/contexts/threadsContext/ThreadListItemContext.d.ts +2 -1
- package/lib/typescript/contexts/threadsContext/ThreadListItemContext.d.ts.map +1 -1
- package/lib/typescript/hooks/messagePreview/useMessagePreviewIcon.d.ts +1 -1
- package/lib/typescript/hooks/messagePreview/useMessagePreviewIcon.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +2 -0
- package/lib/typescript/i18n/es.json +2 -0
- package/lib/typescript/i18n/fr.json +2 -0
- package/lib/typescript/i18n/he.json +2 -0
- package/lib/typescript/i18n/hi.json +2 -0
- package/lib/typescript/i18n/it.json +2 -0
- package/lib/typescript/i18n/ja.json +2 -0
- package/lib/typescript/i18n/ko.json +2 -0
- package/lib/typescript/i18n/nl.json +2 -0
- package/lib/typescript/i18n/pt-br.json +2 -0
- package/lib/typescript/i18n/ru.json +2 -0
- package/lib/typescript/i18n/tr.json +2 -0
- package/lib/typescript/icons/Retry.d.ts +4 -0
- package/lib/typescript/icons/Retry.d.ts.map +1 -0
- package/lib/typescript/icons/archive.d.ts +4 -0
- package/lib/typescript/icons/archive.d.ts.map +1 -0
- package/lib/typescript/icons/arrow-up-right.d.ts +4 -0
- package/lib/typescript/icons/arrow-up-right.d.ts.map +1 -0
- package/lib/typescript/icons/arrow-up.d.ts +5 -0
- package/lib/typescript/icons/arrow-up.d.ts.map +1 -0
- package/lib/typescript/icons/audio.d.ts +4 -0
- package/lib/typescript/icons/audio.d.ts.map +1 -0
- package/lib/typescript/icons/bell.d.ts +4 -0
- package/lib/typescript/icons/bell.d.ts.map +1 -0
- package/lib/typescript/icons/bolt.d.ts +4 -0
- package/lib/typescript/icons/bolt.d.ts.map +1 -0
- package/lib/typescript/icons/camera.d.ts +4 -0
- package/lib/typescript/icons/camera.d.ts.map +1 -0
- package/lib/typescript/icons/checkmark-1.d.ts +4 -0
- package/lib/typescript/icons/checkmark-1.d.ts.map +1 -0
- package/lib/typescript/icons/checkmark.d.ts +5 -0
- package/lib/typescript/icons/checkmark.d.ts.map +1 -0
- package/lib/typescript/icons/checks.d.ts +4 -0
- package/lib/typescript/icons/checks.d.ts.map +1 -0
- package/lib/typescript/icons/chevron-left.d.ts +4 -0
- package/lib/typescript/icons/chevron-left.d.ts.map +1 -0
- package/lib/typescript/icons/chevron-up.d.ts +4 -0
- package/lib/typescript/icons/chevron-up.d.ts.map +1 -0
- package/lib/typescript/icons/clock.d.ts +4 -0
- package/lib/typescript/icons/clock.d.ts.map +1 -0
- package/lib/typescript/icons/command.d.ts +4 -0
- package/lib/typescript/icons/command.d.ts.map +1 -0
- package/lib/typescript/icons/copy.d.ts +4 -0
- package/lib/typescript/icons/copy.d.ts.map +1 -0
- package/lib/typescript/icons/delete.d.ts +4 -0
- package/lib/typescript/icons/delete.d.ts.map +1 -0
- package/lib/typescript/icons/edit.d.ts +4 -0
- package/lib/typescript/icons/edit.d.ts.map +1 -0
- package/lib/typescript/icons/emoji-add-1.d.ts +4 -0
- package/lib/typescript/icons/emoji-add-1.d.ts.map +1 -0
- package/lib/typescript/icons/emoji.d.ts +4 -0
- package/lib/typescript/icons/emoji.d.ts.map +1 -0
- package/lib/typescript/icons/exclamation-circle-fill.d.ts +4 -0
- package/lib/typescript/icons/exclamation-circle-fill.d.ts.map +1 -0
- package/lib/typescript/icons/exclamation-mark-fill.d.ts +4 -0
- package/lib/typescript/icons/exclamation-mark-fill.d.ts.map +1 -0
- package/lib/typescript/icons/exclamation-triangle-fill.d.ts +4 -0
- package/lib/typescript/icons/exclamation-triangle-fill.d.ts.map +1 -0
- package/lib/typescript/icons/file.d.ts +5 -0
- package/lib/typescript/icons/file.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-audio-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-audio-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-code-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-code-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-compression-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-compression-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-other-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-other-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-pdf-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-pdf-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-presentation-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-presentation-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-spreadsheet-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-spreadsheet-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-text-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-text-xl.d.ts.map +1 -0
- package/lib/typescript/icons/filetype-video-xl.d.ts +4 -0
- package/lib/typescript/icons/filetype-video-xl.d.ts.map +1 -0
- package/lib/typescript/icons/flag.d.ts +5 -0
- package/lib/typescript/icons/flag.d.ts.map +1 -0
- package/lib/typescript/icons/gallery.d.ts +4 -0
- package/lib/typescript/icons/gallery.d.ts.map +1 -0
- package/lib/typescript/icons/giphy.d.ts +5 -0
- package/lib/typescript/icons/giphy.d.ts.map +1 -0
- package/lib/typescript/icons/image.d.ts +5 -0
- package/lib/typescript/icons/image.d.ts.map +1 -0
- package/lib/typescript/icons/imgur.d.ts +4 -0
- package/lib/typescript/icons/imgur.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +48 -60
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/lib/typescript/icons/info.d.ts +4 -0
- package/lib/typescript/icons/info.d.ts.map +1 -0
- package/lib/typescript/icons/leave.d.ts +4 -0
- package/lib/typescript/icons/leave.d.ts.map +1 -0
- package/lib/typescript/icons/link.d.ts +4 -0
- package/lib/typescript/icons/link.d.ts.map +1 -0
- package/lib/typescript/icons/loading.d.ts +10 -0
- package/lib/typescript/icons/loading.d.ts.map +1 -0
- package/lib/typescript/icons/location.d.ts +4 -0
- package/lib/typescript/icons/location.d.ts.map +1 -0
- package/lib/typescript/icons/lock.d.ts +4 -0
- package/lib/typescript/icons/lock.d.ts.map +1 -0
- package/lib/typescript/icons/message-bubble.d.ts +4 -0
- package/lib/typescript/icons/message-bubble.d.ts.map +1 -0
- package/lib/typescript/icons/minus-circle.d.ts +4 -0
- package/lib/typescript/icons/minus-circle.d.ts.map +1 -0
- package/lib/typescript/icons/minus.d.ts +4 -0
- package/lib/typescript/icons/minus.d.ts.map +1 -0
- package/lib/typescript/icons/more.d.ts +4 -0
- package/lib/typescript/icons/more.d.ts.map +1 -0
- package/lib/typescript/icons/mute.d.ts +4 -0
- package/lib/typescript/icons/mute.d.ts.map +1 -0
- package/lib/typescript/icons/no-sign.d.ts +5 -0
- package/lib/typescript/icons/no-sign.d.ts.map +1 -0
- package/lib/typescript/icons/notification.d.ts +6 -0
- package/lib/typescript/icons/notification.d.ts.map +1 -0
- package/lib/typescript/icons/pause-fill.d.ts +4 -0
- package/lib/typescript/icons/pause-fill.d.ts.map +1 -0
- package/lib/typescript/icons/pin.d.ts +4 -0
- package/lib/typescript/icons/pin.d.ts.map +1 -0
- package/lib/typescript/icons/play-fill.d.ts +4 -0
- package/lib/typescript/icons/play-fill.d.ts.map +1 -0
- package/lib/typescript/icons/plus.d.ts +4 -0
- package/lib/typescript/icons/plus.d.ts.map +1 -0
- package/lib/typescript/icons/poll.d.ts +5 -0
- package/lib/typescript/icons/poll.d.ts.map +1 -0
- package/lib/typescript/icons/refresh.d.ts +4 -0
- package/lib/typescript/icons/refresh.d.ts.map +1 -0
- package/lib/typescript/icons/reorder.d.ts +4 -0
- package/lib/typescript/icons/reorder.d.ts.map +1 -0
- package/lib/typescript/icons/reply.d.ts +5 -0
- package/lib/typescript/icons/reply.d.ts.map +1 -0
- package/lib/typescript/icons/save.d.ts +4 -0
- package/lib/typescript/icons/save.d.ts.map +1 -0
- package/lib/typescript/icons/search.d.ts +4 -0
- package/lib/typescript/icons/search.d.ts.map +1 -0
- package/lib/typescript/icons/send.d.ts +4 -0
- package/lib/typescript/icons/send.d.ts.map +1 -0
- package/lib/typescript/icons/share.d.ts +4 -0
- package/lib/typescript/icons/share.d.ts.map +1 -0
- package/lib/typescript/icons/stop-fill.d.ts +4 -0
- package/lib/typescript/icons/stop-fill.d.ts.map +1 -0
- package/lib/typescript/icons/thread.d.ts +4 -0
- package/lib/typescript/icons/thread.d.ts.map +1 -0
- package/lib/typescript/icons/unlock.d.ts +4 -0
- package/lib/typescript/icons/unlock.d.ts.map +1 -0
- package/lib/typescript/icons/unpin.d.ts +4 -0
- package/lib/typescript/icons/unpin.d.ts.map +1 -0
- package/lib/typescript/icons/user-add.d.ts +4 -0
- package/lib/typescript/icons/user-add.d.ts.map +1 -0
- package/lib/typescript/icons/user-remove.d.ts +4 -0
- package/lib/typescript/icons/user-remove.d.ts.map +1 -0
- package/lib/typescript/icons/users.d.ts +4 -0
- package/lib/typescript/icons/users.d.ts.map +1 -0
- package/lib/typescript/icons/video-fill.d.ts +4 -0
- package/lib/typescript/icons/video-fill.d.ts.map +1 -0
- package/lib/typescript/icons/video.d.ts +4 -0
- package/lib/typescript/icons/video.d.ts.map +1 -0
- package/lib/typescript/icons/voice.d.ts +4 -0
- package/lib/typescript/icons/voice.d.ts.map +1 -0
- package/lib/typescript/icons/xmark-1.d.ts +4 -0
- package/lib/typescript/icons/xmark-1.d.ts.map +1 -0
- package/lib/typescript/icons/xmark.d.ts +4 -0
- package/lib/typescript/icons/xmark.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +1 -0
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/middlewares/attachments.d.ts +3 -1
- package/lib/typescript/middlewares/attachments.d.ts.map +1 -1
- package/lib/typescript/state-store/audio-player.d.ts +3 -2
- package/lib/typescript/state-store/audio-player.d.ts.map +1 -1
- package/lib/typescript/state-store/message-overlay-store.d.ts +4 -0
- package/lib/typescript/state-store/message-overlay-store.d.ts.map +1 -1
- package/lib/typescript/store/OfflineDB.d.ts +1 -0
- package/lib/typescript/store/OfflineDB.d.ts.map +1 -1
- package/lib/typescript/store/apis/index.d.ts +1 -0
- package/lib/typescript/store/apis/index.d.ts.map +1 -1
- package/lib/typescript/store/apis/updatePendingTask.d.ts +3 -0
- package/lib/typescript/store/apis/updatePendingTask.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapTaskToStorable.d.ts +9 -0
- package/lib/typescript/store/mappers/mapTaskToStorable.d.ts.map +1 -1
- package/lib/typescript/theme/generated/StreamTokens.types.d.ts +8 -4
- package/lib/typescript/theme/generated/StreamTokens.types.d.ts.map +1 -1
- package/lib/typescript/theme/generated/dark/StreamTokens.android.d.ts.map +1 -1
- package/lib/typescript/theme/generated/dark/StreamTokens.ios.d.ts.map +1 -1
- package/lib/typescript/theme/generated/dark/StreamTokens.web.d.ts.map +1 -1
- package/lib/typescript/theme/generated/light/StreamTokens.android.d.ts.map +1 -1
- package/lib/typescript/theme/generated/light/StreamTokens.ios.d.ts.map +1 -1
- package/lib/typescript/theme/generated/light/StreamTokens.web.d.ts.map +1 -1
- package/lib/typescript/utils/createGenerateVideoThumbnails.d.ts +8 -0
- package/lib/typescript/utils/createGenerateVideoThumbnails.d.ts.map +1 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts +2 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/__tests__/offline-support/optimistic-update.js +225 -0
- package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx +1 -1
- package/src/components/Attachment/Audio/AudioAttachment.tsx +33 -28
- package/src/components/Attachment/Audio/PlayPauseButton.tsx +2 -2
- package/src/components/Attachment/FileIcon.tsx +9 -9
- package/src/components/Attachment/Gallery.tsx +1 -8
- package/src/components/Attachment/Giphy/Giphy.tsx +25 -39
- package/src/components/Attachment/UrlPreview/URLPreview.tsx +1 -1
- package/src/components/Attachment/UrlPreview/URLPreviewCompact.tsx +1 -1
- package/src/components/Attachment/VideoThumbnail.tsx +1 -1
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +14 -0
- package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.tsx +3 -12
- package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.tsx +34 -36
- package/src/components/AttachmentPicker/components/AttachmentMediaPicker/shared.ts +10 -0
- package/src/components/AttachmentPicker/components/AttachmentPickerContent.tsx +10 -85
- package/src/components/AttachmentPicker/components/AttachmentPickerGenericContent.tsx +90 -0
- package/src/components/AttachmentPicker/components/AttachmentTypePickerButton.tsx +3 -3
- package/src/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.tsx +2 -2
- package/src/components/AutoCompleteInput/AutoCompleteSuggestionHeader.tsx +1 -1
- package/src/components/Channel/Channel.tsx +54 -10
- package/src/components/Channel/hooks/useCreateInputMessageInputContext.ts +2 -2
- package/src/components/ChannelList/ChannelListHeaderErrorIndicator.tsx +1 -1
- package/src/components/ChannelList/ChannelListHeaderNetworkDownIndicator.tsx +1 -1
- package/src/components/ChannelList/Skeleton.tsx +1 -1
- package/src/components/ChannelList/__tests__/ChannelList.test.js +43 -0
- package/src/components/ChannelList/hooks/__tests__/useChannelActionItems.test.tsx +2 -2
- package/src/components/ChannelList/hooks/useChannelActionItems.tsx +15 -12
- package/src/components/ChannelList/hooks/usePaginatedChannels.ts +8 -5
- package/src/components/ChannelPreview/ChannelDetailsBottomSheet.tsx +15 -1
- package/src/components/ChannelPreview/ChannelPreviewMessage.tsx +8 -3
- package/src/components/ChannelPreview/ChannelSwipableWrapper.tsx +30 -29
- package/src/components/ChannelPreview/__tests__/ChannelSwipableWrapper.test.tsx +201 -0
- package/src/components/ChannelPreview/hooks/useChannelPreviewData.ts +2 -2
- package/src/components/ImageGallery/ImageGallery.tsx +5 -1
- package/src/components/ImageGallery/__tests__/ImageGallery.test.tsx +33 -0
- package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +5 -25
- package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +5 -13
- package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +3 -3
- package/src/components/ImageGallery/components/ImageGrid.tsx +4 -7
- package/src/components/ImageGallery/components/types.ts +25 -0
- package/src/components/ImageGallery/hooks/useImageGalleryVideoPlayer.ts +1 -1
- package/src/components/KeyboardCompatibleView/KeyboardCompatibleView.tsx +43 -25
- package/src/components/KeyboardCompatibleView/KeyboardControllerAvoidingView.tsx +1 -7
- package/src/components/Message/Message.tsx +31 -14
- package/src/components/Message/MessageItemView/Headers/MessagePinnedHeader.tsx +1 -1
- package/src/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.tsx +1 -1
- package/src/components/Message/MessageItemView/Headers/SentToChannelHeader.tsx +1 -1
- package/src/components/Message/MessageItemView/MessageBubble.tsx +117 -225
- package/src/components/Message/MessageItemView/MessageContent.tsx +3 -23
- package/src/components/Message/MessageItemView/MessageDeleted.tsx +1 -1
- package/src/components/Message/MessageItemView/MessageError.tsx +30 -2
- package/src/components/Message/MessageItemView/MessageFooter.tsx +9 -3
- package/src/components/Message/MessageItemView/MessageItemView.tsx +190 -177
- package/src/components/Message/MessageItemView/MessageReplies.tsx +24 -12
- package/src/components/Message/MessageItemView/MessageStatus.tsx +7 -40
- package/src/components/Message/MessageItemView/__tests__/MessageContent.test.js +2 -13
- package/src/components/Message/MessageItemView/__tests__/MessageItemView.test.js +32 -0
- package/src/components/Message/MessageItemView/__tests__/ReactionListTop.test.js +0 -3
- package/src/components/Message/hooks/useCreateMessageContext.ts +2 -0
- package/src/components/Message/hooks/useMessageActions.tsx +8 -4
- package/src/components/Message/utils/messageActions.ts +1 -1
- package/src/components/MessageInput/MessageComposer.tsx +11 -3
- package/src/components/MessageInput/MessageInputHeaderView.tsx +1 -1
- package/src/components/MessageInput/StopMessageStreamingButton.tsx +25 -5
- package/src/components/MessageInput/__tests__/__snapshots__/AttachButton.test.js.snap +225 -264
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +148 -192
- package/src/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.tsx +1 -1
- package/src/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.tsx +69 -14
- package/src/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.tsx +2 -2
- package/src/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.tsx +10 -9
- package/src/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.tsx +16 -6
- package/src/components/MessageInput/components/AudioRecorder/AudioRecorder.tsx +16 -16
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx +6 -6
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.tsx +1 -1
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.tsx +4 -4
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.tsx +29 -22
- package/src/components/MessageInput/components/InputButtons/AttachButton.tsx +1 -1
- package/src/components/MessageInput/components/LinkPreviewList.tsx +1 -1
- package/src/components/MessageInput/components/OutputButtons/EditButton.tsx +1 -1
- package/src/components/MessageInput/components/OutputButtons/SendButton.tsx +1 -1
- package/src/components/MessageInput/components/OutputButtons/index.tsx +4 -4
- package/src/components/MessageInput/hooks/useAudioRecorder.tsx +7 -18
- package/src/components/MessageList/MessageFlashList.tsx +12 -3
- package/src/components/MessageList/NetworkDownIndicator.tsx +1 -1
- package/src/components/MessageList/ScrollToBottomButton.tsx +1 -1
- package/src/components/MessageList/UnreadMessagesNotification.tsx +2 -2
- package/src/components/MessageList/__tests__/__snapshots__/ScrollToBottomButton.test.js.snap +11 -1
- package/src/components/MessageMenu/EmojiPickerList.tsx +3 -3
- package/src/components/MessageMenu/MessageReactionPicker.tsx +1 -9
- package/src/components/MessageMenu/MessageUserReactions.tsx +13 -13
- package/src/components/MessageMenu/MessageUserReactionsItem.tsx +3 -3
- package/src/components/MessageMenu/__tests__/MessageUserReactions.test.tsx +13 -5
- package/src/components/MessageMenu/hooks/__tests__/useFetchReactions.test.ts +56 -0
- package/src/components/MessageMenu/hooks/useFetchReactions.ts +96 -11
- package/src/components/MessageMenu/utils/toUnicodeScalarString.ts +5 -0
- package/src/components/Poll/CreatePollContent.tsx +10 -2
- package/src/components/Poll/Poll.tsx +2 -0
- package/src/components/Poll/components/CreatePollHeader.tsx +1 -1
- package/src/components/Poll/components/CreatePollOptions.tsx +15 -4
- package/src/components/Poll/components/MultipleAnswersField.tsx +4 -0
- package/src/components/Poll/components/MultipleVotesSettings.tsx +6 -1
- package/src/components/Poll/components/PollAnswersList.tsx +47 -34
- package/src/components/Poll/components/PollButtons.tsx +2 -0
- package/src/components/Poll/components/PollInputDialog.tsx +5 -1
- package/src/components/Poll/components/PollModalHeader.tsx +1 -1
- package/src/components/Poll/components/PollOption.tsx +64 -47
- package/src/components/Poll/components/PollResults/PollOptionFullResults.tsx +41 -34
- package/src/components/Poll/components/PollResults/PollResultItem.tsx +82 -57
- package/src/components/Poll/components/PollResults/PollResults.tsx +39 -33
- package/src/components/Poll/components/PollResults/PollVote.tsx +27 -27
- package/src/components/Poll/hooks/usePollState.ts +4 -0
- package/src/components/ProgressControl/ProgressControl.tsx +8 -6
- package/src/components/ProgressControl/StableDurationLabel.tsx +63 -0
- package/src/components/ProgressControl/WaveProgressBar.tsx +182 -61
- package/src/components/Reply/Reply.tsx +23 -7
- package/src/components/Reply/ReplyMessageView.tsx +1 -0
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +496 -466
- package/src/components/ThreadList/ThreadListItem.tsx +57 -10
- package/src/components/ThreadList/ThreadListItemMessagePreview.tsx +18 -3
- package/src/components/ThreadList/ThreadListItemSkeleton.tsx +1 -1
- package/src/components/ThreadList/ThreadListUnreadBanner.tsx +3 -3
- package/src/components/UIComponents/BottomSheetModal.tsx +143 -174
- package/src/components/UIComponents/PortalWhileClosingView.tsx +52 -34
- package/src/components/UIComponents/Spinner.tsx +7 -2
- package/src/components/UIComponents/SwipableWrapper.tsx +54 -16
- package/src/components/UIComponents/__tests__/SwipableWrapper.test.tsx +98 -0
- package/src/components/index.ts +3 -0
- package/src/components/ui/Avatar/AvatarGroup.tsx +1 -1
- package/src/components/ui/Avatar/UserAvatar.tsx +1 -1
- package/src/components/ui/Badge/ErrorBadge.tsx +3 -18
- package/src/components/ui/Badge/GiphyBadge.tsx +1 -1
- package/src/components/ui/Badge/ImgurBadge.tsx +2 -2
- package/src/components/ui/Badge/RetryBadge.tsx +2 -2
- package/src/components/ui/Button/Button.tsx +4 -2
- package/src/components/ui/GiphyChip.tsx +5 -5
- package/src/components/ui/Input/Input.tsx +6 -2
- package/src/components/ui/SpeedSettingsButton.tsx +1 -1
- package/src/components/ui/VideoPlayIndicator.tsx +2 -2
- package/src/contexts/imageGalleryContext/ImageGalleryContext.tsx +9 -44
- package/src/contexts/imageGalleryContext/ImageGalleryContextBase.tsx +44 -0
- package/src/contexts/messageContext/MessageContext.tsx +6 -0
- package/src/contexts/messageInputContext/MessageInputContext.tsx +8 -4
- package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts +2 -2
- package/src/contexts/overlayContext/MessageOverlayHostLayer.tsx +100 -34
- package/src/contexts/overlayContext/__tests__/MessageOverlayHostLayer.test.tsx +17 -8
- package/src/contexts/themeContext/utils/theme.ts +14 -12
- package/src/contexts/threadsContext/ThreadListItemContext.tsx +2 -1
- package/src/hooks/messagePreview/useMessagePreviewIcon.tsx +8 -8
- package/src/hooks/messagePreview/useMessagePreviewText.tsx +1 -1
- package/src/hooks/useAttachmentPickerState.ts +1 -1
- package/src/i18n/en.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/he.json +2 -0
- package/src/i18n/hi.json +2 -0
- package/src/i18n/it.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/ko.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt-br.json +2 -0
- package/src/i18n/ru.json +2 -0
- package/src/i18n/tr.json +2 -0
- package/src/icons/Retry.tsx +21 -0
- package/src/icons/archive.tsx +16 -0
- package/src/icons/arrow-up-right.tsx +24 -0
- package/src/icons/arrow-up.tsx +29 -0
- package/src/icons/audio.tsx +21 -0
- package/src/icons/bell.tsx +24 -0
- package/src/icons/bolt.tsx +24 -0
- package/src/icons/camera.tsx +26 -0
- package/src/icons/checkmark-1.tsx +22 -0
- package/src/icons/checkmark.tsx +24 -0
- package/src/icons/checks.tsx +22 -0
- package/src/icons/chevron-left.tsx +17 -0
- package/src/icons/chevron-up.tsx +17 -0
- package/src/icons/clock.tsx +22 -0
- package/src/icons/command.tsx +17 -0
- package/src/icons/copy.tsx +17 -0
- package/src/icons/delete.tsx +21 -0
- package/src/icons/edit.tsx +21 -0
- package/src/icons/emoji-add-1.tsx +34 -0
- package/src/icons/emoji.tsx +30 -0
- package/src/icons/exclamation-circle-fill.tsx +26 -0
- package/src/icons/exclamation-mark-fill.tsx +36 -0
- package/src/icons/exclamation-triangle-fill.tsx +20 -0
- package/src/icons/file.tsx +30 -0
- package/src/icons/filetype-audio-xl.tsx +26 -0
- package/src/icons/filetype-code-xl.tsx +26 -0
- package/src/icons/filetype-compression-xl.tsx +25 -0
- package/src/icons/filetype-other-xl.tsx +18 -0
- package/src/icons/filetype-pdf-xl.tsx +30 -0
- package/src/icons/filetype-presentation-xl.tsx +26 -0
- package/src/icons/filetype-spreadsheet-xl.tsx +26 -0
- package/src/icons/filetype-text-xl.tsx +22 -0
- package/src/icons/filetype-video-xl.tsx +33 -0
- package/src/icons/flag.tsx +19 -0
- package/src/icons/gallery.tsx +48 -0
- package/src/icons/giphy.tsx +34 -0
- package/src/icons/image.tsx +24 -0
- package/src/icons/imgur.tsx +19 -0
- package/src/icons/index.ts +48 -60
- package/src/icons/info.tsx +40 -0
- package/src/icons/leave.tsx +16 -0
- package/src/icons/link.tsx +17 -0
- package/src/icons/loading.tsx +40 -0
- package/src/icons/location.tsx +34 -0
- package/src/icons/lock.tsx +40 -0
- package/src/icons/message-bubble.tsx +17 -0
- package/src/icons/minus-circle.tsx +34 -0
- package/src/icons/minus.tsx +11 -0
- package/src/icons/more.tsx +40 -0
- package/src/icons/mute.tsx +22 -0
- package/src/icons/no-sign.tsx +28 -0
- package/src/icons/notification.tsx +19 -0
- package/src/icons/pause-fill.tsx +24 -0
- package/src/icons/pin.tsx +27 -0
- package/src/icons/play-fill.tsx +14 -0
- package/src/icons/plus.tsx +17 -0
- package/src/icons/poll.tsx +31 -0
- package/src/icons/refresh.tsx +27 -0
- package/src/icons/reorder.tsx +18 -0
- package/src/icons/reply.tsx +19 -0
- package/src/icons/save.tsx +27 -0
- package/src/icons/search.tsx +29 -0
- package/src/icons/send.tsx +29 -0
- package/src/icons/share.tsx +17 -0
- package/src/icons/stop-fill.tsx +24 -0
- package/src/icons/thread.tsx +29 -0
- package/src/icons/unlock.tsx +32 -0
- package/src/icons/unpin.tsx +21 -0
- package/src/icons/user-add.tsx +21 -0
- package/src/icons/user-remove.tsx +21 -0
- package/src/icons/users.tsx +27 -0
- package/src/icons/utils/base.tsx +3 -3
- package/src/icons/video-fill.tsx +25 -0
- package/src/icons/video.tsx +27 -0
- package/src/icons/voice.tsx +27 -0
- package/src/icons/xmark-1.tsx +27 -0
- package/src/icons/xmark.tsx +21 -0
- package/src/index.ts +1 -0
- package/src/middlewares/attachments.ts +39 -3
- package/src/state-store/__tests__/audio-player.test.ts +217 -0
- package/src/state-store/audio-player.ts +41 -21
- package/src/state-store/message-overlay-store.ts +8 -0
- package/src/store/OfflineDB.ts +2 -0
- package/src/store/apis/__tests__/updatePendingTask.test.ts +66 -0
- package/src/store/apis/index.ts +1 -0
- package/src/store/apis/updatePendingTask.ts +24 -0
- package/src/theme/generated/StreamTokens.types.ts +8 -4
- package/src/theme/generated/dark/StreamTokens.android.ts +34 -30
- package/src/theme/generated/dark/StreamTokens.ios.ts +34 -30
- package/src/theme/generated/dark/StreamTokens.web.ts +34 -30
- package/src/theme/generated/light/StreamTokens.android.ts +28 -24
- package/src/theme/generated/light/StreamTokens.ios.ts +28 -24
- package/src/theme/generated/light/StreamTokens.web.ts +28 -24
- package/src/utils/createGenerateVideoThumbnails.ts +45 -0
- package/src/version.json +1 -1
- package/lib/commonjs/icons/Archive.js +0 -26
- package/lib/commonjs/icons/Archive.js.map +0 -1
- package/lib/commonjs/icons/ArrowBoxLeft.js +0 -26
- package/lib/commonjs/icons/ArrowBoxLeft.js.map +0 -1
- package/lib/commonjs/icons/ArrowRight.js +0 -22
- package/lib/commonjs/icons/ArrowRight.js.map +0 -1
- package/lib/commonjs/icons/ArrowShareLeft.js +0 -30
- package/lib/commonjs/icons/ArrowShareLeft.js.map +0 -1
- package/lib/commonjs/icons/ArrowUp.js +0 -32
- package/lib/commonjs/icons/ArrowUp.js.map +0 -1
- package/lib/commonjs/icons/ArrowUpRight.js +0 -35
- package/lib/commonjs/icons/ArrowUpRight.js.map +0 -1
- package/lib/commonjs/icons/Audio.js +0 -43
- package/lib/commonjs/icons/Audio.js.map +0 -1
- package/lib/commonjs/icons/Bell.js +0 -35
- package/lib/commonjs/icons/Bell.js.map +0 -1
- package/lib/commonjs/icons/BlockUser.js +0 -25
- package/lib/commonjs/icons/BlockUser.js.map +0 -1
- package/lib/commonjs/icons/Bookmark.js +0 -31
- package/lib/commonjs/icons/Bookmark.js.map +0 -1
- package/lib/commonjs/icons/Camera.js +0 -27
- package/lib/commonjs/icons/Camera.js.map +0 -1
- package/lib/commonjs/icons/Check.js +0 -32
- package/lib/commonjs/icons/Check.js.map +0 -1
- package/lib/commonjs/icons/CheckAll.js +0 -32
- package/lib/commonjs/icons/CheckAll.js.map +0 -1
- package/lib/commonjs/icons/Checkmark.js +0 -31
- package/lib/commonjs/icons/Checkmark.js.map +0 -1
- package/lib/commonjs/icons/ChevronLeft.js +0 -31
- package/lib/commonjs/icons/ChevronLeft.js.map +0 -1
- package/lib/commonjs/icons/ChevronTop.js +0 -31
- package/lib/commonjs/icons/ChevronTop.js.map +0 -1
- package/lib/commonjs/icons/CircleBan.js +0 -30
- package/lib/commonjs/icons/CircleBan.js.map +0 -1
- package/lib/commonjs/icons/CircleMinus.js +0 -30
- package/lib/commonjs/icons/CircleMinus.js.map +0 -1
- package/lib/commonjs/icons/CircleStop.js +0 -26
- package/lib/commonjs/icons/CircleStop.js.map +0 -1
- package/lib/commonjs/icons/Close.js +0 -18
- package/lib/commonjs/icons/Close.js.map +0 -1
- package/lib/commonjs/icons/Code.js +0 -43
- package/lib/commonjs/icons/Code.js.map +0 -1
- package/lib/commonjs/icons/CommandsIcon.js +0 -25
- package/lib/commonjs/icons/CommandsIcon.js.map +0 -1
- package/lib/commonjs/icons/Copy.js +0 -27
- package/lib/commonjs/icons/Copy.js.map +0 -1
- package/lib/commonjs/icons/Cross.js +0 -30
- package/lib/commonjs/icons/Cross.js.map +0 -1
- package/lib/commonjs/icons/CurveLineLeftUp.js +0 -25
- package/lib/commonjs/icons/CurveLineLeftUp.js.map +0 -1
- package/lib/commonjs/icons/DOC.js +0 -58
- package/lib/commonjs/icons/DOC.js.map +0 -1
- package/lib/commonjs/icons/Delete.js +0 -28
- package/lib/commonjs/icons/Delete.js.map +0 -1
- package/lib/commonjs/icons/DotGrid.js +0 -30
- package/lib/commonjs/icons/DotGrid.js.map +0 -1
- package/lib/commonjs/icons/Down.js +0 -31
- package/lib/commonjs/icons/Down.js.map +0 -1
- package/lib/commonjs/icons/DownloadArrow.js +0 -18
- package/lib/commonjs/icons/DownloadArrow.js.map +0 -1
- package/lib/commonjs/icons/Edit.js +0 -38
- package/lib/commonjs/icons/Edit.js.map +0 -1
- package/lib/commonjs/icons/ErrorCircle.js +0 -31
- package/lib/commonjs/icons/ErrorCircle.js.map +0 -1
- package/lib/commonjs/icons/Exclamation.js +0 -30
- package/lib/commonjs/icons/Exclamation.js.map +0 -1
- package/lib/commonjs/icons/ExclamationCircle.js +0 -30
- package/lib/commonjs/icons/ExclamationCircle.js.map +0 -1
- package/lib/commonjs/icons/Eye.js +0 -18
- package/lib/commonjs/icons/Eye.js.map +0 -1
- package/lib/commonjs/icons/File.js +0 -30
- package/lib/commonjs/icons/File.js.map +0 -1
- package/lib/commonjs/icons/FilePickerIcon.js +0 -26
- package/lib/commonjs/icons/FilePickerIcon.js.map +0 -1
- package/lib/commonjs/icons/Flag.js +0 -26
- package/lib/commonjs/icons/Flag.js.map +0 -1
- package/lib/commonjs/icons/Giphy.js +0 -54
- package/lib/commonjs/icons/Giphy.js.map +0 -1
- package/lib/commonjs/icons/GiphyIcon.js +0 -49
- package/lib/commonjs/icons/GiphyIcon.js.map +0 -1
- package/lib/commonjs/icons/GiphyLightning.js +0 -29
- package/lib/commonjs/icons/GiphyLightning.js.map +0 -1
- package/lib/commonjs/icons/Grid.js +0 -18
- package/lib/commonjs/icons/Grid.js.map +0 -1
- package/lib/commonjs/icons/GroupIcon.js +0 -31
- package/lib/commonjs/icons/GroupIcon.js.map +0 -1
- package/lib/commonjs/icons/ImageGrid.js +0 -46
- package/lib/commonjs/icons/ImageGrid.js.map +0 -1
- package/lib/commonjs/icons/Imgur.js +0 -37
- package/lib/commonjs/icons/Imgur.js.map +0 -1
- package/lib/commonjs/icons/InfoTooltip.js +0 -28
- package/lib/commonjs/icons/InfoTooltip.js.map +0 -1
- package/lib/commonjs/icons/Lightning.js +0 -28
- package/lib/commonjs/icons/Lightning.js.map +0 -1
- package/lib/commonjs/icons/Link.js +0 -30
- package/lib/commonjs/icons/Link.js.map +0 -1
- package/lib/commonjs/icons/Loading.js +0 -52
- package/lib/commonjs/icons/Loading.js.map +0 -1
- package/lib/commonjs/icons/Lock.js +0 -31
- package/lib/commonjs/icons/Lock.js.map +0 -1
- package/lib/commonjs/icons/Logo.js +0 -24
- package/lib/commonjs/icons/Logo.js.map +0 -1
- package/lib/commonjs/icons/MapPin.js +0 -34
- package/lib/commonjs/icons/MapPin.js.map +0 -1
- package/lib/commonjs/icons/MenuPointHorizontal.js +0 -56
- package/lib/commonjs/icons/MenuPointHorizontal.js.map +0 -1
- package/lib/commonjs/icons/MessageBubbleEmpty.js +0 -33
- package/lib/commonjs/icons/MessageBubbleEmpty.js.map +0 -1
- package/lib/commonjs/icons/MessageFlag.js +0 -27
- package/lib/commonjs/icons/MessageFlag.js.map +0 -1
- package/lib/commonjs/icons/MessageIcon.js +0 -18
- package/lib/commonjs/icons/MessageIcon.js.map +0 -1
- package/lib/commonjs/icons/Mic.js +0 -31
- package/lib/commonjs/icons/Mic.js.map +0 -1
- package/lib/commonjs/icons/Minus.js +0 -32
- package/lib/commonjs/icons/Minus.js.map +0 -1
- package/lib/commonjs/icons/MoreEmojis.js +0 -26
- package/lib/commonjs/icons/MoreEmojis.js.map +0 -1
- package/lib/commonjs/icons/Mute.js +0 -46
- package/lib/commonjs/icons/Mute.js.map +0 -1
- package/lib/commonjs/icons/NewClose.js +0 -32
- package/lib/commonjs/icons/NewClose.js.map +0 -1
- package/lib/commonjs/icons/OtherFileIcon.js +0 -55
- package/lib/commonjs/icons/OtherFileIcon.js.map +0 -1
- package/lib/commonjs/icons/PDF.js +0 -53
- package/lib/commonjs/icons/PDF.js.map +0 -1
- package/lib/commonjs/icons/Pause.js +0 -30
- package/lib/commonjs/icons/Pause.js.map +0 -1
- package/lib/commonjs/icons/PeopleIcon.js +0 -34
- package/lib/commonjs/icons/PeopleIcon.js.map +0 -1
- package/lib/commonjs/icons/PhotoIcon.js +0 -36
- package/lib/commonjs/icons/PhotoIcon.js.map +0 -1
- package/lib/commonjs/icons/Picture.js +0 -31
- package/lib/commonjs/icons/Picture.js.map +0 -1
- package/lib/commonjs/icons/Pin.js +0 -31
- package/lib/commonjs/icons/Pin.js.map +0 -1
- package/lib/commonjs/icons/Play.js +0 -28
- package/lib/commonjs/icons/Play.js.map +0 -1
- package/lib/commonjs/icons/Plus.js +0 -29
- package/lib/commonjs/icons/Plus.js.map +0 -1
- package/lib/commonjs/icons/PollIcon.js +0 -31
- package/lib/commonjs/icons/PollIcon.js.map +0 -1
- package/lib/commonjs/icons/PollThumbnail.js +0 -23
- package/lib/commonjs/icons/PollThumbnail.js.map +0 -1
- package/lib/commonjs/icons/Presentation.js +0 -43
- package/lib/commonjs/icons/Presentation.js.map +0 -1
- package/lib/commonjs/icons/Recorder.js +0 -31
- package/lib/commonjs/icons/Recorder.js.map +0 -1
- package/lib/commonjs/icons/Refresh.js +0 -18
- package/lib/commonjs/icons/Refresh.js.map +0 -1
- package/lib/commonjs/icons/Reload.js +0 -31
- package/lib/commonjs/icons/Reload.js.map +0 -1
- package/lib/commonjs/icons/Resend.js +0 -26
- package/lib/commonjs/icons/Resend.js.map +0 -1
- package/lib/commonjs/icons/RotateCircle.js +0 -30
- package/lib/commonjs/icons/RotateCircle.js.map +0 -1
- package/lib/commonjs/icons/Search.js +0 -29
- package/lib/commonjs/icons/Search.js.map +0 -1
- package/lib/commonjs/icons/SendRight.js +0 -31
- package/lib/commonjs/icons/SendRight.js.map +0 -1
- package/lib/commonjs/icons/Share.js +0 -33
- package/lib/commonjs/icons/Share.js.map +0 -1
- package/lib/commonjs/icons/ShareRightArrow.js +0 -18
- package/lib/commonjs/icons/ShareRightArrow.js.map +0 -1
- package/lib/commonjs/icons/Smile.js +0 -20
- package/lib/commonjs/icons/Smile.js.map +0 -1
- package/lib/commonjs/icons/Sound.js +0 -26
- package/lib/commonjs/icons/Sound.js.map +0 -1
- package/lib/commonjs/icons/SpreadSheet.js +0 -40
- package/lib/commonjs/icons/SpreadSheet.js.map +0 -1
- package/lib/commonjs/icons/Stop.js +0 -27
- package/lib/commonjs/icons/Stop.js.map +0 -1
- package/lib/commonjs/icons/ThreadReply.js +0 -26
- package/lib/commonjs/icons/ThreadReply.js.map +0 -1
- package/lib/commonjs/icons/Tick.js +0 -31
- package/lib/commonjs/icons/Tick.js.map +0 -1
- package/lib/commonjs/icons/Time.js +0 -32
- package/lib/commonjs/icons/Time.js.map +0 -1
- package/lib/commonjs/icons/Trash.js +0 -31
- package/lib/commonjs/icons/Trash.js.map +0 -1
- package/lib/commonjs/icons/Unlock.js +0 -31
- package/lib/commonjs/icons/Unlock.js.map +0 -1
- package/lib/commonjs/icons/UnreadIndicator.js +0 -25
- package/lib/commonjs/icons/UnreadIndicator.js.map +0 -1
- package/lib/commonjs/icons/User.js +0 -18
- package/lib/commonjs/icons/User.js.map +0 -1
- package/lib/commonjs/icons/UserAdd.js +0 -26
- package/lib/commonjs/icons/UserAdd.js.map +0 -1
- package/lib/commonjs/icons/UserDelete.js +0 -26
- package/lib/commonjs/icons/UserDelete.js.map +0 -1
- package/lib/commonjs/icons/Video.js +0 -47
- package/lib/commonjs/icons/Video.js.map +0 -1
- package/lib/commonjs/icons/VideoIcon.js +0 -34
- package/lib/commonjs/icons/VideoIcon.js.map +0 -1
- package/lib/commonjs/icons/Warning.js +0 -29
- package/lib/commonjs/icons/Warning.js.map +0 -1
- package/lib/commonjs/icons/ZIP.js +0 -42
- package/lib/commonjs/icons/ZIP.js.map +0 -1
- package/lib/module/icons/Archive.js +0 -26
- package/lib/module/icons/Archive.js.map +0 -1
- package/lib/module/icons/ArrowBoxLeft.js +0 -26
- package/lib/module/icons/ArrowBoxLeft.js.map +0 -1
- package/lib/module/icons/ArrowRight.js +0 -22
- package/lib/module/icons/ArrowRight.js.map +0 -1
- package/lib/module/icons/ArrowShareLeft.js +0 -30
- package/lib/module/icons/ArrowShareLeft.js.map +0 -1
- package/lib/module/icons/ArrowUp.js +0 -32
- package/lib/module/icons/ArrowUp.js.map +0 -1
- package/lib/module/icons/ArrowUpRight.js +0 -35
- package/lib/module/icons/ArrowUpRight.js.map +0 -1
- package/lib/module/icons/Audio.js +0 -43
- package/lib/module/icons/Audio.js.map +0 -1
- package/lib/module/icons/Bell.js +0 -35
- package/lib/module/icons/Bell.js.map +0 -1
- package/lib/module/icons/BlockUser.js +0 -25
- package/lib/module/icons/BlockUser.js.map +0 -1
- package/lib/module/icons/Bookmark.js +0 -31
- package/lib/module/icons/Bookmark.js.map +0 -1
- package/lib/module/icons/Camera.js +0 -27
- package/lib/module/icons/Camera.js.map +0 -1
- package/lib/module/icons/Check.js +0 -32
- package/lib/module/icons/Check.js.map +0 -1
- package/lib/module/icons/CheckAll.js +0 -32
- package/lib/module/icons/CheckAll.js.map +0 -1
- package/lib/module/icons/Checkmark.js +0 -31
- package/lib/module/icons/Checkmark.js.map +0 -1
- package/lib/module/icons/ChevronLeft.js +0 -31
- package/lib/module/icons/ChevronLeft.js.map +0 -1
- package/lib/module/icons/ChevronTop.js +0 -31
- package/lib/module/icons/ChevronTop.js.map +0 -1
- package/lib/module/icons/CircleBan.js +0 -30
- package/lib/module/icons/CircleBan.js.map +0 -1
- package/lib/module/icons/CircleMinus.js +0 -30
- package/lib/module/icons/CircleMinus.js.map +0 -1
- package/lib/module/icons/CircleStop.js +0 -26
- package/lib/module/icons/CircleStop.js.map +0 -1
- package/lib/module/icons/Close.js +0 -18
- package/lib/module/icons/Close.js.map +0 -1
- package/lib/module/icons/Code.js +0 -43
- package/lib/module/icons/Code.js.map +0 -1
- package/lib/module/icons/CommandsIcon.js +0 -25
- package/lib/module/icons/CommandsIcon.js.map +0 -1
- package/lib/module/icons/Copy.js +0 -27
- package/lib/module/icons/Copy.js.map +0 -1
- package/lib/module/icons/Cross.js +0 -30
- package/lib/module/icons/Cross.js.map +0 -1
- package/lib/module/icons/CurveLineLeftUp.js +0 -25
- package/lib/module/icons/CurveLineLeftUp.js.map +0 -1
- package/lib/module/icons/DOC.js +0 -58
- package/lib/module/icons/DOC.js.map +0 -1
- package/lib/module/icons/Delete.js +0 -28
- package/lib/module/icons/Delete.js.map +0 -1
- package/lib/module/icons/DotGrid.js +0 -30
- package/lib/module/icons/DotGrid.js.map +0 -1
- package/lib/module/icons/Down.js +0 -31
- package/lib/module/icons/Down.js.map +0 -1
- package/lib/module/icons/DownloadArrow.js +0 -18
- package/lib/module/icons/DownloadArrow.js.map +0 -1
- package/lib/module/icons/Edit.js +0 -38
- package/lib/module/icons/Edit.js.map +0 -1
- package/lib/module/icons/ErrorCircle.js +0 -31
- package/lib/module/icons/ErrorCircle.js.map +0 -1
- package/lib/module/icons/Exclamation.js +0 -30
- package/lib/module/icons/Exclamation.js.map +0 -1
- package/lib/module/icons/ExclamationCircle.js +0 -30
- package/lib/module/icons/ExclamationCircle.js.map +0 -1
- package/lib/module/icons/Eye.js +0 -18
- package/lib/module/icons/Eye.js.map +0 -1
- package/lib/module/icons/File.js +0 -30
- package/lib/module/icons/File.js.map +0 -1
- package/lib/module/icons/FilePickerIcon.js +0 -26
- package/lib/module/icons/FilePickerIcon.js.map +0 -1
- package/lib/module/icons/Flag.js +0 -26
- package/lib/module/icons/Flag.js.map +0 -1
- package/lib/module/icons/Giphy.js +0 -54
- package/lib/module/icons/Giphy.js.map +0 -1
- package/lib/module/icons/GiphyIcon.js +0 -49
- package/lib/module/icons/GiphyIcon.js.map +0 -1
- package/lib/module/icons/GiphyLightning.js +0 -29
- package/lib/module/icons/GiphyLightning.js.map +0 -1
- package/lib/module/icons/Grid.js +0 -18
- package/lib/module/icons/Grid.js.map +0 -1
- package/lib/module/icons/GroupIcon.js +0 -31
- package/lib/module/icons/GroupIcon.js.map +0 -1
- package/lib/module/icons/ImageGrid.js +0 -46
- package/lib/module/icons/ImageGrid.js.map +0 -1
- package/lib/module/icons/Imgur.js +0 -37
- package/lib/module/icons/Imgur.js.map +0 -1
- package/lib/module/icons/InfoTooltip.js +0 -28
- package/lib/module/icons/InfoTooltip.js.map +0 -1
- package/lib/module/icons/Lightning.js +0 -28
- package/lib/module/icons/Lightning.js.map +0 -1
- package/lib/module/icons/Link.js +0 -30
- package/lib/module/icons/Link.js.map +0 -1
- package/lib/module/icons/Loading.js +0 -52
- package/lib/module/icons/Loading.js.map +0 -1
- package/lib/module/icons/Lock.js +0 -31
- package/lib/module/icons/Lock.js.map +0 -1
- package/lib/module/icons/Logo.js +0 -24
- package/lib/module/icons/Logo.js.map +0 -1
- package/lib/module/icons/MapPin.js +0 -34
- package/lib/module/icons/MapPin.js.map +0 -1
- package/lib/module/icons/MenuPointHorizontal.js +0 -56
- package/lib/module/icons/MenuPointHorizontal.js.map +0 -1
- package/lib/module/icons/MessageBubbleEmpty.js +0 -33
- package/lib/module/icons/MessageBubbleEmpty.js.map +0 -1
- package/lib/module/icons/MessageFlag.js +0 -27
- package/lib/module/icons/MessageFlag.js.map +0 -1
- package/lib/module/icons/MessageIcon.js +0 -18
- package/lib/module/icons/MessageIcon.js.map +0 -1
- package/lib/module/icons/Mic.js +0 -31
- package/lib/module/icons/Mic.js.map +0 -1
- package/lib/module/icons/Minus.js +0 -32
- package/lib/module/icons/Minus.js.map +0 -1
- package/lib/module/icons/MoreEmojis.js +0 -26
- package/lib/module/icons/MoreEmojis.js.map +0 -1
- package/lib/module/icons/Mute.js +0 -46
- package/lib/module/icons/Mute.js.map +0 -1
- package/lib/module/icons/NewClose.js +0 -32
- package/lib/module/icons/NewClose.js.map +0 -1
- package/lib/module/icons/OtherFileIcon.js +0 -55
- package/lib/module/icons/OtherFileIcon.js.map +0 -1
- package/lib/module/icons/PDF.js +0 -53
- package/lib/module/icons/PDF.js.map +0 -1
- package/lib/module/icons/Pause.js +0 -30
- package/lib/module/icons/Pause.js.map +0 -1
- package/lib/module/icons/PeopleIcon.js +0 -34
- package/lib/module/icons/PeopleIcon.js.map +0 -1
- package/lib/module/icons/PhotoIcon.js +0 -36
- package/lib/module/icons/PhotoIcon.js.map +0 -1
- package/lib/module/icons/Picture.js +0 -31
- package/lib/module/icons/Picture.js.map +0 -1
- package/lib/module/icons/Pin.js +0 -31
- package/lib/module/icons/Pin.js.map +0 -1
- package/lib/module/icons/Play.js +0 -28
- package/lib/module/icons/Play.js.map +0 -1
- package/lib/module/icons/Plus.js +0 -29
- package/lib/module/icons/Plus.js.map +0 -1
- package/lib/module/icons/PollIcon.js +0 -31
- package/lib/module/icons/PollIcon.js.map +0 -1
- package/lib/module/icons/PollThumbnail.js +0 -23
- package/lib/module/icons/PollThumbnail.js.map +0 -1
- package/lib/module/icons/Presentation.js +0 -43
- package/lib/module/icons/Presentation.js.map +0 -1
- package/lib/module/icons/Recorder.js +0 -31
- package/lib/module/icons/Recorder.js.map +0 -1
- package/lib/module/icons/Refresh.js +0 -18
- package/lib/module/icons/Refresh.js.map +0 -1
- package/lib/module/icons/Reload.js +0 -31
- package/lib/module/icons/Reload.js.map +0 -1
- package/lib/module/icons/Resend.js +0 -26
- package/lib/module/icons/Resend.js.map +0 -1
- package/lib/module/icons/RotateCircle.js +0 -30
- package/lib/module/icons/RotateCircle.js.map +0 -1
- package/lib/module/icons/Search.js +0 -29
- package/lib/module/icons/Search.js.map +0 -1
- package/lib/module/icons/SendRight.js +0 -31
- package/lib/module/icons/SendRight.js.map +0 -1
- package/lib/module/icons/Share.js +0 -33
- package/lib/module/icons/Share.js.map +0 -1
- package/lib/module/icons/ShareRightArrow.js +0 -18
- package/lib/module/icons/ShareRightArrow.js.map +0 -1
- package/lib/module/icons/Smile.js +0 -20
- package/lib/module/icons/Smile.js.map +0 -1
- package/lib/module/icons/Sound.js +0 -26
- package/lib/module/icons/Sound.js.map +0 -1
- package/lib/module/icons/SpreadSheet.js +0 -40
- package/lib/module/icons/SpreadSheet.js.map +0 -1
- package/lib/module/icons/Stop.js +0 -27
- package/lib/module/icons/Stop.js.map +0 -1
- package/lib/module/icons/ThreadReply.js +0 -26
- package/lib/module/icons/ThreadReply.js.map +0 -1
- package/lib/module/icons/Tick.js +0 -31
- package/lib/module/icons/Tick.js.map +0 -1
- package/lib/module/icons/Time.js +0 -32
- package/lib/module/icons/Time.js.map +0 -1
- package/lib/module/icons/Trash.js +0 -31
- package/lib/module/icons/Trash.js.map +0 -1
- package/lib/module/icons/Unlock.js +0 -31
- package/lib/module/icons/Unlock.js.map +0 -1
- package/lib/module/icons/UnreadIndicator.js +0 -25
- package/lib/module/icons/UnreadIndicator.js.map +0 -1
- package/lib/module/icons/User.js +0 -18
- package/lib/module/icons/User.js.map +0 -1
- package/lib/module/icons/UserAdd.js +0 -26
- package/lib/module/icons/UserAdd.js.map +0 -1
- package/lib/module/icons/UserDelete.js +0 -26
- package/lib/module/icons/UserDelete.js.map +0 -1
- package/lib/module/icons/Video.js +0 -47
- package/lib/module/icons/Video.js.map +0 -1
- package/lib/module/icons/VideoIcon.js +0 -34
- package/lib/module/icons/VideoIcon.js.map +0 -1
- package/lib/module/icons/Warning.js +0 -29
- package/lib/module/icons/Warning.js.map +0 -1
- package/lib/module/icons/ZIP.js +0 -42
- package/lib/module/icons/ZIP.js.map +0 -1
- package/lib/typescript/icons/Archive.d.ts +0 -4
- package/lib/typescript/icons/Archive.d.ts.map +0 -1
- package/lib/typescript/icons/ArrowBoxLeft.d.ts +0 -4
- package/lib/typescript/icons/ArrowBoxLeft.d.ts.map +0 -1
- package/lib/typescript/icons/ArrowRight.d.ts +0 -4
- package/lib/typescript/icons/ArrowRight.d.ts.map +0 -1
- package/lib/typescript/icons/ArrowShareLeft.d.ts +0 -4
- package/lib/typescript/icons/ArrowShareLeft.d.ts.map +0 -1
- package/lib/typescript/icons/ArrowUp.d.ts +0 -4
- package/lib/typescript/icons/ArrowUp.d.ts.map +0 -1
- package/lib/typescript/icons/ArrowUpRight.d.ts +0 -4
- package/lib/typescript/icons/ArrowUpRight.d.ts.map +0 -1
- package/lib/typescript/icons/Audio.d.ts +0 -4
- package/lib/typescript/icons/Audio.d.ts.map +0 -1
- package/lib/typescript/icons/Bell.d.ts +0 -4
- package/lib/typescript/icons/Bell.d.ts.map +0 -1
- package/lib/typescript/icons/BlockUser.d.ts +0 -4
- package/lib/typescript/icons/BlockUser.d.ts.map +0 -1
- package/lib/typescript/icons/Bookmark.d.ts +0 -4
- package/lib/typescript/icons/Bookmark.d.ts.map +0 -1
- package/lib/typescript/icons/Camera.d.ts +0 -4
- package/lib/typescript/icons/Camera.d.ts.map +0 -1
- package/lib/typescript/icons/Check.d.ts +0 -4
- package/lib/typescript/icons/Check.d.ts.map +0 -1
- package/lib/typescript/icons/CheckAll.d.ts +0 -4
- package/lib/typescript/icons/CheckAll.d.ts.map +0 -1
- package/lib/typescript/icons/Checkmark.d.ts +0 -4
- package/lib/typescript/icons/Checkmark.d.ts.map +0 -1
- package/lib/typescript/icons/ChevronLeft.d.ts +0 -4
- package/lib/typescript/icons/ChevronLeft.d.ts.map +0 -1
- package/lib/typescript/icons/ChevronTop.d.ts +0 -4
- package/lib/typescript/icons/ChevronTop.d.ts.map +0 -1
- package/lib/typescript/icons/CircleBan.d.ts +0 -4
- package/lib/typescript/icons/CircleBan.d.ts.map +0 -1
- package/lib/typescript/icons/CircleMinus.d.ts +0 -4
- package/lib/typescript/icons/CircleMinus.d.ts.map +0 -1
- package/lib/typescript/icons/CircleStop.d.ts +0 -8
- package/lib/typescript/icons/CircleStop.d.ts.map +0 -1
- package/lib/typescript/icons/Close.d.ts +0 -4
- package/lib/typescript/icons/Close.d.ts.map +0 -1
- package/lib/typescript/icons/Code.d.ts +0 -4
- package/lib/typescript/icons/Code.d.ts.map +0 -1
- package/lib/typescript/icons/CommandsIcon.d.ts +0 -4
- package/lib/typescript/icons/CommandsIcon.d.ts.map +0 -1
- package/lib/typescript/icons/Copy.d.ts +0 -4
- package/lib/typescript/icons/Copy.d.ts.map +0 -1
- package/lib/typescript/icons/Cross.d.ts +0 -4
- package/lib/typescript/icons/Cross.d.ts.map +0 -1
- package/lib/typescript/icons/CurveLineLeftUp.d.ts +0 -4
- package/lib/typescript/icons/CurveLineLeftUp.d.ts.map +0 -1
- package/lib/typescript/icons/DOC.d.ts +0 -4
- package/lib/typescript/icons/DOC.d.ts.map +0 -1
- package/lib/typescript/icons/Delete.d.ts +0 -4
- package/lib/typescript/icons/Delete.d.ts.map +0 -1
- package/lib/typescript/icons/DotGrid.d.ts +0 -4
- package/lib/typescript/icons/DotGrid.d.ts.map +0 -1
- package/lib/typescript/icons/Down.d.ts +0 -4
- package/lib/typescript/icons/Down.d.ts.map +0 -1
- package/lib/typescript/icons/DownloadArrow.d.ts +0 -4
- package/lib/typescript/icons/DownloadArrow.d.ts.map +0 -1
- package/lib/typescript/icons/Edit.d.ts +0 -4
- package/lib/typescript/icons/Edit.d.ts.map +0 -1
- package/lib/typescript/icons/ErrorCircle.d.ts +0 -4
- package/lib/typescript/icons/ErrorCircle.d.ts.map +0 -1
- package/lib/typescript/icons/Exclamation.d.ts +0 -4
- package/lib/typescript/icons/Exclamation.d.ts.map +0 -1
- package/lib/typescript/icons/ExclamationCircle.d.ts +0 -4
- package/lib/typescript/icons/ExclamationCircle.d.ts.map +0 -1
- package/lib/typescript/icons/Eye.d.ts +0 -4
- package/lib/typescript/icons/Eye.d.ts.map +0 -1
- package/lib/typescript/icons/File.d.ts +0 -4
- package/lib/typescript/icons/File.d.ts.map +0 -1
- package/lib/typescript/icons/FilePickerIcon.d.ts +0 -4
- package/lib/typescript/icons/FilePickerIcon.d.ts.map +0 -1
- package/lib/typescript/icons/Flag.d.ts +0 -4
- package/lib/typescript/icons/Flag.d.ts.map +0 -1
- package/lib/typescript/icons/Giphy.d.ts +0 -4
- package/lib/typescript/icons/Giphy.d.ts.map +0 -1
- package/lib/typescript/icons/GiphyIcon.d.ts +0 -4
- package/lib/typescript/icons/GiphyIcon.d.ts.map +0 -1
- package/lib/typescript/icons/GiphyLightning.d.ts +0 -8
- package/lib/typescript/icons/GiphyLightning.d.ts.map +0 -1
- package/lib/typescript/icons/Grid.d.ts +0 -4
- package/lib/typescript/icons/Grid.d.ts.map +0 -1
- package/lib/typescript/icons/GroupIcon.d.ts +0 -4
- package/lib/typescript/icons/GroupIcon.d.ts.map +0 -1
- package/lib/typescript/icons/ImageGrid.d.ts +0 -4
- package/lib/typescript/icons/ImageGrid.d.ts.map +0 -1
- package/lib/typescript/icons/Imgur.d.ts +0 -4
- package/lib/typescript/icons/Imgur.d.ts.map +0 -1
- package/lib/typescript/icons/InfoTooltip.d.ts +0 -4
- package/lib/typescript/icons/InfoTooltip.d.ts.map +0 -1
- package/lib/typescript/icons/Lightning.d.ts +0 -4
- package/lib/typescript/icons/Lightning.d.ts.map +0 -1
- package/lib/typescript/icons/Link.d.ts +0 -4
- package/lib/typescript/icons/Link.d.ts.map +0 -1
- package/lib/typescript/icons/Loading.d.ts +0 -10
- package/lib/typescript/icons/Loading.d.ts.map +0 -1
- package/lib/typescript/icons/Lock.d.ts +0 -4
- package/lib/typescript/icons/Lock.d.ts.map +0 -1
- package/lib/typescript/icons/Logo.d.ts +0 -4
- package/lib/typescript/icons/Logo.d.ts.map +0 -1
- package/lib/typescript/icons/MapPin.d.ts +0 -4
- package/lib/typescript/icons/MapPin.d.ts.map +0 -1
- package/lib/typescript/icons/MenuPointHorizontal.d.ts +0 -4
- package/lib/typescript/icons/MenuPointHorizontal.d.ts.map +0 -1
- package/lib/typescript/icons/MessageBubbleEmpty.d.ts +0 -4
- package/lib/typescript/icons/MessageBubbleEmpty.d.ts.map +0 -1
- package/lib/typescript/icons/MessageFlag.d.ts +0 -4
- package/lib/typescript/icons/MessageFlag.d.ts.map +0 -1
- package/lib/typescript/icons/MessageIcon.d.ts +0 -4
- package/lib/typescript/icons/MessageIcon.d.ts.map +0 -1
- package/lib/typescript/icons/Mic.d.ts +0 -4
- package/lib/typescript/icons/Mic.d.ts.map +0 -1
- package/lib/typescript/icons/Minus.d.ts +0 -4
- package/lib/typescript/icons/Minus.d.ts.map +0 -1
- package/lib/typescript/icons/MoreEmojis.d.ts +0 -4
- package/lib/typescript/icons/MoreEmojis.d.ts.map +0 -1
- package/lib/typescript/icons/Mute.d.ts +0 -4
- package/lib/typescript/icons/Mute.d.ts.map +0 -1
- package/lib/typescript/icons/NewClose.d.ts +0 -4
- package/lib/typescript/icons/NewClose.d.ts.map +0 -1
- package/lib/typescript/icons/OtherFileIcon.d.ts +0 -4
- package/lib/typescript/icons/OtherFileIcon.d.ts.map +0 -1
- package/lib/typescript/icons/PDF.d.ts +0 -4
- package/lib/typescript/icons/PDF.d.ts.map +0 -1
- package/lib/typescript/icons/Pause.d.ts +0 -4
- package/lib/typescript/icons/Pause.d.ts.map +0 -1
- package/lib/typescript/icons/PeopleIcon.d.ts +0 -4
- package/lib/typescript/icons/PeopleIcon.d.ts.map +0 -1
- package/lib/typescript/icons/PhotoIcon.d.ts +0 -4
- package/lib/typescript/icons/PhotoIcon.d.ts.map +0 -1
- package/lib/typescript/icons/Picture.d.ts +0 -4
- package/lib/typescript/icons/Picture.d.ts.map +0 -1
- package/lib/typescript/icons/Pin.d.ts +0 -4
- package/lib/typescript/icons/Pin.d.ts.map +0 -1
- package/lib/typescript/icons/Play.d.ts +0 -4
- package/lib/typescript/icons/Play.d.ts.map +0 -1
- package/lib/typescript/icons/Plus.d.ts +0 -4
- package/lib/typescript/icons/Plus.d.ts.map +0 -1
- package/lib/typescript/icons/PollIcon.d.ts +0 -4
- package/lib/typescript/icons/PollIcon.d.ts.map +0 -1
- package/lib/typescript/icons/PollThumbnail.d.ts +0 -4
- package/lib/typescript/icons/PollThumbnail.d.ts.map +0 -1
- package/lib/typescript/icons/Presentation.d.ts +0 -4
- package/lib/typescript/icons/Presentation.d.ts.map +0 -1
- package/lib/typescript/icons/Recorder.d.ts +0 -4
- package/lib/typescript/icons/Recorder.d.ts.map +0 -1
- package/lib/typescript/icons/Refresh.d.ts +0 -4
- package/lib/typescript/icons/Refresh.d.ts.map +0 -1
- package/lib/typescript/icons/Reload.d.ts +0 -4
- package/lib/typescript/icons/Reload.d.ts.map +0 -1
- package/lib/typescript/icons/Resend.d.ts +0 -4
- package/lib/typescript/icons/Resend.d.ts.map +0 -1
- package/lib/typescript/icons/RotateCircle.d.ts +0 -4
- package/lib/typescript/icons/RotateCircle.d.ts.map +0 -1
- package/lib/typescript/icons/Search.d.ts +0 -4
- package/lib/typescript/icons/Search.d.ts.map +0 -1
- package/lib/typescript/icons/SendRight.d.ts +0 -4
- package/lib/typescript/icons/SendRight.d.ts.map +0 -1
- package/lib/typescript/icons/Share.d.ts +0 -4
- package/lib/typescript/icons/Share.d.ts.map +0 -1
- package/lib/typescript/icons/ShareRightArrow.d.ts +0 -4
- package/lib/typescript/icons/ShareRightArrow.d.ts.map +0 -1
- package/lib/typescript/icons/Smile.d.ts +0 -4
- package/lib/typescript/icons/Smile.d.ts.map +0 -1
- package/lib/typescript/icons/Sound.d.ts +0 -4
- package/lib/typescript/icons/Sound.d.ts.map +0 -1
- package/lib/typescript/icons/SpreadSheet.d.ts +0 -4
- package/lib/typescript/icons/SpreadSheet.d.ts.map +0 -1
- package/lib/typescript/icons/Stop.d.ts +0 -4
- package/lib/typescript/icons/Stop.d.ts.map +0 -1
- package/lib/typescript/icons/ThreadReply.d.ts +0 -4
- package/lib/typescript/icons/ThreadReply.d.ts.map +0 -1
- package/lib/typescript/icons/Tick.d.ts +0 -4
- package/lib/typescript/icons/Tick.d.ts.map +0 -1
- package/lib/typescript/icons/Time.d.ts +0 -4
- package/lib/typescript/icons/Time.d.ts.map +0 -1
- package/lib/typescript/icons/Trash.d.ts +0 -4
- package/lib/typescript/icons/Trash.d.ts.map +0 -1
- package/lib/typescript/icons/Unlock.d.ts +0 -4
- package/lib/typescript/icons/Unlock.d.ts.map +0 -1
- package/lib/typescript/icons/UnreadIndicator.d.ts +0 -6
- package/lib/typescript/icons/UnreadIndicator.d.ts.map +0 -1
- package/lib/typescript/icons/User.d.ts +0 -4
- package/lib/typescript/icons/User.d.ts.map +0 -1
- package/lib/typescript/icons/UserAdd.d.ts +0 -4
- package/lib/typescript/icons/UserAdd.d.ts.map +0 -1
- package/lib/typescript/icons/UserDelete.d.ts +0 -4
- package/lib/typescript/icons/UserDelete.d.ts.map +0 -1
- package/lib/typescript/icons/Video.d.ts +0 -4
- package/lib/typescript/icons/Video.d.ts.map +0 -1
- package/lib/typescript/icons/VideoIcon.d.ts +0 -4
- package/lib/typescript/icons/VideoIcon.d.ts.map +0 -1
- package/lib/typescript/icons/Warning.d.ts +0 -4
- package/lib/typescript/icons/Warning.d.ts.map +0 -1
- package/lib/typescript/icons/ZIP.d.ts +0 -4
- package/lib/typescript/icons/ZIP.d.ts.map +0 -1
- package/src/icons/Archive.tsx +0 -16
- package/src/icons/ArrowBoxLeft.tsx +0 -16
- package/src/icons/ArrowRight.tsx +0 -17
- package/src/icons/ArrowShareLeft.tsx +0 -16
- package/src/icons/ArrowUp.tsx +0 -16
- package/src/icons/ArrowUpRight.tsx +0 -18
- package/src/icons/Audio.tsx +0 -34
- package/src/icons/Bell.tsx +0 -18
- package/src/icons/BlockUser.tsx +0 -17
- package/src/icons/Bookmark.tsx +0 -17
- package/src/icons/Camera.tsx +0 -18
- package/src/icons/Check.tsx +0 -17
- package/src/icons/CheckAll.tsx +0 -17
- package/src/icons/Checkmark.tsx +0 -17
- package/src/icons/ChevronLeft.tsx +0 -17
- package/src/icons/ChevronTop.tsx +0 -17
- package/src/icons/CircleBan.tsx +0 -16
- package/src/icons/CircleMinus.tsx +0 -16
- package/src/icons/CircleStop.tsx +0 -18
- package/src/icons/Close.tsx +0 -12
- package/src/icons/Code.tsx +0 -34
- package/src/icons/CommandsIcon.tsx +0 -16
- package/src/icons/Copy.tsx +0 -17
- package/src/icons/Cross.tsx +0 -16
- package/src/icons/CurveLineLeftUp.tsx +0 -16
- package/src/icons/DOC.tsx +0 -29
- package/src/icons/Delete.tsx +0 -14
- package/src/icons/DotGrid.tsx +0 -16
- package/src/icons/Down.tsx +0 -17
- package/src/icons/DownloadArrow.tsx +0 -12
- package/src/icons/Edit.tsx +0 -23
- package/src/icons/ErrorCircle.tsx +0 -16
- package/src/icons/Exclamation.tsx +0 -18
- package/src/icons/ExclamationCircle.tsx +0 -16
- package/src/icons/Eye.tsx +0 -12
- package/src/icons/File.tsx +0 -16
- package/src/icons/FilePickerIcon.tsx +0 -16
- package/src/icons/Flag.tsx +0 -17
- package/src/icons/Giphy.tsx +0 -23
- package/src/icons/GiphyIcon.tsx +0 -23
- package/src/icons/GiphyLightning.tsx +0 -18
- package/src/icons/Grid.tsx +0 -12
- package/src/icons/GroupIcon.tsx +0 -17
- package/src/icons/ImageGrid.tsx +0 -38
- package/src/icons/Imgur.tsx +0 -19
- package/src/icons/InfoTooltip.tsx +0 -14
- package/src/icons/Lightning.tsx +0 -14
- package/src/icons/Link.tsx +0 -16
- package/src/icons/Loading.tsx +0 -42
- package/src/icons/Lock.tsx +0 -17
- package/src/icons/Logo.tsx +0 -17
- package/src/icons/MapPin.tsx +0 -22
- package/src/icons/MenuPointHorizontal.tsx +0 -58
- package/src/icons/MessageBubbleEmpty.tsx +0 -17
- package/src/icons/MessageFlag.tsx +0 -17
- package/src/icons/MessageIcon.tsx +0 -12
- package/src/icons/Mic.tsx +0 -17
- package/src/icons/Minus.tsx +0 -11
- package/src/icons/MoreEmojis.tsx +0 -17
- package/src/icons/Mute.tsx +0 -33
- package/src/icons/NewClose.tsx +0 -17
- package/src/icons/OtherFileIcon.tsx +0 -24
- package/src/icons/PDF.tsx +0 -38
- package/src/icons/Pause.tsx +0 -18
- package/src/icons/PeopleIcon.tsx +0 -22
- package/src/icons/PhotoIcon.tsx +0 -24
- package/src/icons/Picture.tsx +0 -22
- package/src/icons/Pin.tsx +0 -17
- package/src/icons/Play.tsx +0 -14
- package/src/icons/Plus.tsx +0 -11
- package/src/icons/PollIcon.tsx +0 -17
- package/src/icons/PollThumbnail.tsx +0 -14
- package/src/icons/Presentation.tsx +0 -34
- package/src/icons/Recorder.tsx +0 -18
- package/src/icons/Refresh.tsx +0 -12
- package/src/icons/Reload.tsx +0 -17
- package/src/icons/Resend.tsx +0 -17
- package/src/icons/RotateCircle.tsx +0 -17
- package/src/icons/Search.tsx +0 -14
- package/src/icons/SendRight.tsx +0 -21
- package/src/icons/Share.tsx +0 -17
- package/src/icons/ShareRightArrow.tsx +0 -9
- package/src/icons/Smile.tsx +0 -16
- package/src/icons/Sound.tsx +0 -17
- package/src/icons/SpreadSheet.tsx +0 -31
- package/src/icons/Stop.tsx +0 -14
- package/src/icons/ThreadReply.tsx +0 -17
- package/src/icons/Tick.tsx +0 -17
- package/src/icons/Time.tsx +0 -17
- package/src/icons/Trash.tsx +0 -17
- package/src/icons/Unlock.tsx +0 -17
- package/src/icons/UnreadIndicator.tsx +0 -18
- package/src/icons/User.tsx +0 -12
- package/src/icons/UserAdd.tsx +0 -17
- package/src/icons/UserDelete.tsx +0 -17
- package/src/icons/Video.tsx +0 -40
- package/src/icons/VideoIcon.tsx +0 -22
- package/src/icons/Warning.tsx +0 -16
- package/src/icons/ZIP.tsx +0 -33
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message-overlay-store.d.ts","sourceRoot":"","sources":["../../../src/state-store/message-overlay-store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAExE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAKzC,KAAK,YAAY,GAAG;IAClB,0BAA0B,EAAE,MAAM,EAAE,CAAC;IACrC,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,CAAC;AAC9E,MAAM,MAAM,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;CAC3B,CAAC;AAmBF,KAAK,4BAA4B,GAAG;IAClC,yBAAyB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,UAAU,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACjC,WAAW,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAClC,OAAO,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;CAC/B,CAAC;AAIF,eAAO,MAAM,oCAAoC,GAAI,YAAY,4BAA4B,eAO5F,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,UAAU,IAAI,SAEhD,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,MAAM,IAAI,SAExC,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,SAAS,IAAI,SAE9C,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,8BAAyB,SAElE,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,QAAQ,iBAAiB,GAAG,MAAM,SAS7D,CAAC;AAEF,eAAO,MAAM,YAAY,YAYxB,CAAC;AAIF,eAAO,MAAM,qBAAqB,GAAI,QAAQ,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,SAOvE,CAAC;AAEF,eAAO,MAAM,oBAAoB,YAMhC,CAAC;AAEF,eAAO,MAAM,YAAY,0BAA6C,CAAC;AAKvE,eAAO,MAAM,uCAAuC,cACiB,CAAC;AAuCtE,eAAO,MAAM,sBAAsB,GAAI,UAAU,MAAM,EAAE,IAAI,MAAM,EAAE,QAAQ,IAAI,SAkBhF,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,UAAU,MAAM,EAAE,IAAI,MAAM,SAkBpE,CAAC;AAuBF,eAAO,MAAM,oBAAoB;;;;CAEhC,CAAC;AAUF,eAAO,MAAM,mBAAmB,eAE/B,CAAC;AAEF,eAAO,MAAM,kCAAkC,gBAE9C,CAAC;AAEF,eAAO,MAAM,gCAAgC,GAAI,UAAU,MAAM,EAAE,IAAI,MAAM,YAY5E,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,6BAA6B,GAAI,WAAW,MAAM,EAAE,EAAE,iBAAc,SAyBhF,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,uBAAuB,kDAWnC,CAAC;AAIF,eAAO,MAAM,kBAAkB,GAAI,IAAI,MAAM;;;CAQ5C,CAAC"}
|
|
1
|
+
{"version":3,"file":"message-overlay-store.d.ts","sourceRoot":"","sources":["../../../src/state-store/message-overlay-store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAExE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAKzC,KAAK,YAAY,GAAG;IAClB,0BAA0B,EAAE,MAAM,EAAE,CAAC;IACrC,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,CAAC;AAC9E,MAAM,MAAM,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;CAC3B,CAAC;AAmBF,KAAK,4BAA4B,GAAG;IAClC,yBAAyB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,UAAU,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACjC,WAAW,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAClC,OAAO,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;CAC/B,CAAC;AAIF,eAAO,MAAM,oCAAoC,GAAI,YAAY,4BAA4B,eAO5F,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,UAAU,IAAI,SAEhD,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,MAAM,IAAI,SAExC,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,SAAS,IAAI,SAE9C,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,8BAAyB,SAElE,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,QAAQ,iBAAiB,GAAG,MAAM,SAS7D,CAAC;AAEF,eAAO,MAAM,YAAY,YAYxB,CAAC;AAIF,eAAO,MAAM,qBAAqB,GAAI,QAAQ,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,SAOvE,CAAC;AAEF,eAAO,MAAM,oBAAoB,YAMhC,CAAC;AAEF,eAAO,MAAM,YAAY,0BAA6C,CAAC;AAKvE,eAAO,MAAM,uCAAuC,cACiB,CAAC;AAuCtE,eAAO,MAAM,sBAAsB,GAAI,UAAU,MAAM,EAAE,IAAI,MAAM,EAAE,QAAQ,IAAI,SAkBhF,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,UAAU,MAAM,EAAE,IAAI,MAAM,SAkBpE,CAAC;AAuBF,eAAO,MAAM,oBAAoB;;;;CAEhC,CAAC;AAUF,eAAO,MAAM,mBAAmB,eAE/B,CAAC;AAEF,eAAO,MAAM,kCAAkC,gBAE9C,CAAC;AAEF,eAAO,MAAM,gCAAgC,GAAI,UAAU,MAAM,EAAE,IAAI,MAAM,YAY5E,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,6BAA6B,GAAI,WAAW,MAAM,EAAE,EAAE,iBAAc,SAyBhF,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,uBAAuB,kDAWnC,CAAC;AAIF,eAAO,MAAM,kBAAkB,GAAI,IAAI,MAAM;;;CAQ5C,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,WAAW,YAAY;;CAA2B,CAAC;AAEpF,eAAO,MAAM,cAAc,eAI1B,CAAC"}
|
|
@@ -69,6 +69,7 @@ export declare class OfflineDB extends AbstractOfflineDB {
|
|
|
69
69
|
limit?: number;
|
|
70
70
|
}) => Promise<import("stream-chat").ReactionResponse[] | null>;
|
|
71
71
|
addPendingTask: (task: import("stream-chat").PendingTask) => Promise<() => Promise<void>>;
|
|
72
|
+
updatePendingTask: ({ id, task }: import("stream-chat").DBUpdatePendingTaskType) => Promise<import("./types").PreparedQueries[]>;
|
|
72
73
|
deletePendingTask: ({ id }: {
|
|
73
74
|
id: number;
|
|
74
75
|
}) => Promise<import("./types").PreparedQueries[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OfflineDB.d.ts","sourceRoot":"","sources":["../../../src/store/OfflineDB.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EACV,oBAAoB,EACpB,yBAAyB,EACzB,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,0BAA0B,EAC3B,MAAM,aAAa,CAAC;AAKrB,qBAAa,SAAU,SAAQ,iBAAiB;gBAClC,EAAE,MAAM,EAAE,EAAE;QAAE,MAAM,EAAE,UAAU,CAAA;KAAE;IAI9C,kBAAkB;;eAJlB,CAAF;eAA4B,CAAA;YAAiB,CAAC;uDAIA;IAE5C,cAAc;;eAG6C,CAAA;2BACzD,CAAF;uDAJoC;IAGpC,oBAAoB,GAAI,mCAAmC,0BAA0B,kDACR;IAG7E,iBAAiB,GAAI,kCAAkC,uBAAuB,kDACL;IAEzE,UAAU;;eAjBgC,CAAC;uDAiBf;IAE5B,WAAW;;eAVwB,CAAC;uDAUN;IAE9B,QAAQ;;;iBAhBe,CAAC;8DAgBA;IAExB,WAAW;;iBA7BW,CAAC;eACX,CAAC;uDA4BiB;IAE9B,iBAAiB;;eAzBc,CAAC;uDAyBU;IAE1C,WAAW;;;eAtBF,CAAC;uDAsBoB;IAE9B,cAAc;;eAlBH,CAAC;uDAkBwB;IAEpC,aAAa;;;eA1BwB,CAAC;uDA0BJ;IAElC,aAAa;;eAvBgD,CAAC;uDAuB5B;IAGlC,WAAW,GAAI,kBAAkB,iBAAiB,2EACa;IAG/D,mBAAmB,GAAI,2BAA2B,yBAAyB,kFACF;IAEzE,iBAAiB,0BAAwB;IAGzC,eAAe,GAAI,YAAY,qBAAqB,iCACH;IAEjD,cAAc,GAAI,YAAY,oBAAoB,kEACF;IAEhD,YAAY;;eAzCkB,CAAC;YAAuC,CAAC;aAE1D,CAAC;mEAuC+B;IAE7C,cAAc,4EAAsB;IAEpC,iBAAiB;;uDAAyB;IAE1C,cAAc;;
|
|
1
|
+
{"version":3,"file":"OfflineDB.d.ts","sourceRoot":"","sources":["../../../src/store/OfflineDB.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EACV,oBAAoB,EACpB,yBAAyB,EACzB,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,0BAA0B,EAC3B,MAAM,aAAa,CAAC;AAKrB,qBAAa,SAAU,SAAQ,iBAAiB;gBAClC,EAAE,MAAM,EAAE,EAAE;QAAE,MAAM,EAAE,UAAU,CAAA;KAAE;IAI9C,kBAAkB;;eAJlB,CAAF;eAA4B,CAAA;YAAiB,CAAC;uDAIA;IAE5C,cAAc;;eAG6C,CAAA;2BACzD,CAAF;uDAJoC;IAGpC,oBAAoB,GAAI,mCAAmC,0BAA0B,kDACR;IAG7E,iBAAiB,GAAI,kCAAkC,uBAAuB,kDACL;IAEzE,UAAU;;eAjBgC,CAAC;uDAiBf;IAE5B,WAAW;;eAVwB,CAAC;uDAUN;IAE9B,QAAQ;;;iBAhBe,CAAC;8DAgBA;IAExB,WAAW;;iBA7BW,CAAC;eACX,CAAC;uDA4BiB;IAE9B,iBAAiB;;eAzBc,CAAC;uDAyBU;IAE1C,WAAW;;;eAtBF,CAAC;uDAsBoB;IAE9B,cAAc;;eAlBH,CAAC;uDAkBwB;IAEpC,aAAa;;;eA1BwB,CAAC;uDA0BJ;IAElC,aAAa;;eAvBgD,CAAC;uDAuB5B;IAGlC,WAAW,GAAI,kBAAkB,iBAAiB,2EACa;IAG/D,mBAAmB,GAAI,2BAA2B,yBAAyB,kFACF;IAEzE,iBAAiB,0BAAwB;IAGzC,eAAe,GAAI,YAAY,qBAAqB,iCACH;IAEjD,cAAc,GAAI,YAAY,oBAAoB,kEACF;IAEhD,YAAY;;eAzCkB,CAAC;YAAuC,CAAC;aAE1D,CAAC;mEAuC+B;IAE7C,cAAc,4EAAsB;IAEpC,iBAAiB,gHAAyB;IAE1C,iBAAiB;;uDAAyB;IAE1C,cAAc;;eA1DJ,CAAC;eAGwB,CAAC;uDAuDA;IAEpC,YAAY;;;eAhEe,CAAA;uDAgEK;IAEhC,aAAa;;eAtEJ,CAAC;uDAsEwB;IAElC,wBAAwB;;oBAzExB,CAAF;eAAmB,CAAC;mDAyEsC;IAExD,gBAAgB;;eAzDoC,CAAA;uDAyDZ;IAExC,iBAAiB;;eA5EjB,CAAD;kDA4EuC;IAEtC,iBAAiB,6HAAyB;IAE1C,eAAe;iBA5ER,CAAC;uDA4E8B;IAEtC,cAAc;;;eAjEgB,CAAC;uDAiEK;IAEpC,cAAc;;;eArEF,CAAC;uDAqEuB;IAEpC,aAAa;;2BAAqB;IAElC,OAAO,sBAAwB;IAE/B,eAAe,uEAAgC;IAE/C,YAAY,yBAAmC;CAChD"}
|
|
@@ -13,6 +13,7 @@ export * from './getLastSyncedAt';
|
|
|
13
13
|
export * from './getMembers';
|
|
14
14
|
export * from './getReads';
|
|
15
15
|
export * from './updateMessage';
|
|
16
|
+
export * from './updatePendingTask';
|
|
16
17
|
export * from './updateReaction';
|
|
17
18
|
export * from './insertReaction';
|
|
18
19
|
export * from './deleteReaction';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/store/apis/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/store/apis/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updatePendingTask.d.ts","sourceRoot":"","sources":["../../../../src/store/apis/updatePendingTask.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAM3D,eAAO,MAAM,iBAAiB,GAAU,cAAc,uBAAuB,kDAiB5E,CAAC"}
|
|
@@ -8,6 +8,15 @@ export declare const mapTaskToStorable: (task: PendingTask) => {
|
|
|
8
8
|
id?: number;
|
|
9
9
|
threadId?: string;
|
|
10
10
|
type: import("stream-chat").PendingTaskTypes["sendReaction"];
|
|
11
|
+
} | {
|
|
12
|
+
createdAt: string;
|
|
13
|
+
payload: string;
|
|
14
|
+
channelId?: string;
|
|
15
|
+
channelType?: string;
|
|
16
|
+
messageId?: string;
|
|
17
|
+
id?: number;
|
|
18
|
+
threadId?: string;
|
|
19
|
+
type: import("stream-chat").PendingTaskTypes["updateMessage"];
|
|
11
20
|
} | {
|
|
12
21
|
createdAt: string;
|
|
13
22
|
payload: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapTaskToStorable.d.ts","sourceRoot":"","sources":["../../../../src/store/mappers/mapTaskToStorable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,iBAAiB,GAAI,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"mapTaskToStorable.d.ts","sourceRoot":"","sources":["../../../../src/store/mappers/mapTaskToStorable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,iBAAiB,GAAI,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjD,CAAC"}
|
|
@@ -352,15 +352,14 @@ export interface ChatSemantics {
|
|
|
352
352
|
backgroundCoreElevation1: ColorValue;
|
|
353
353
|
backgroundCoreElevation2: ColorValue;
|
|
354
354
|
backgroundCoreElevation3: ColorValue;
|
|
355
|
-
backgroundCoreElevation4: ColorValue;
|
|
356
355
|
backgroundCoreHighlight: ColorValue;
|
|
357
356
|
backgroundCoreInverse: ColorValue;
|
|
358
357
|
backgroundCoreOnAccent: ColorValue;
|
|
359
358
|
backgroundCoreOverlayDark: ColorValue;
|
|
360
359
|
backgroundCoreOverlayLight: ColorValue;
|
|
361
360
|
backgroundCoreScrim: ColorValue;
|
|
362
|
-
backgroundCoreSurface: ColorValue;
|
|
363
361
|
backgroundCoreSurfaceCard: ColorValue;
|
|
362
|
+
backgroundCoreSurfaceDefault: ColorValue;
|
|
364
363
|
backgroundCoreSurfaceStrong: ColorValue;
|
|
365
364
|
backgroundCoreSurfaceSubtle: ColorValue;
|
|
366
365
|
backgroundUtilityDisabled: ColorValue;
|
|
@@ -375,17 +374,20 @@ export interface ChatSemantics {
|
|
|
375
374
|
badgeBgPrimary: ColorValue;
|
|
376
375
|
badgeBorder: ColorValue;
|
|
377
376
|
badgeText: ColorValue;
|
|
378
|
-
badgeTextInverse: ColorValue;
|
|
379
377
|
badgeTextOnAccent: ColorValue;
|
|
378
|
+
badgeTextOnInverse: ColorValue;
|
|
380
379
|
borderCoreDefault: ColorValue;
|
|
381
380
|
borderCoreInverse: ColorValue;
|
|
382
381
|
borderCoreOnAccent: ColorValue;
|
|
382
|
+
borderCoreOnInverse: ColorValue;
|
|
383
|
+
borderCoreOnSurface: ColorValue;
|
|
383
384
|
borderCoreOpacityStrong: ColorValue;
|
|
384
385
|
borderCoreOpacitySubtle: ColorValue;
|
|
385
386
|
borderCoreStrong: ColorValue;
|
|
386
387
|
borderCoreSubtle: ColorValue;
|
|
387
388
|
borderUtilityActive: ColorValue;
|
|
388
389
|
borderUtilityDisabled: ColorValue;
|
|
390
|
+
borderUtilityDisabledOnSurface: ColorValue;
|
|
389
391
|
borderUtilityError: ColorValue;
|
|
390
392
|
borderUtilityFocused: ColorValue;
|
|
391
393
|
borderUtilityHover: ColorValue;
|
|
@@ -470,6 +472,8 @@ export interface ChatSemantics {
|
|
|
470
472
|
controlCheckboxBgSelected: ColorValue;
|
|
471
473
|
controlCheckboxBorder: ColorValue;
|
|
472
474
|
controlCheckboxIcon: ColorValue;
|
|
475
|
+
controlChipBorder: ColorValue;
|
|
476
|
+
controlChipText: ColorValue;
|
|
473
477
|
controlPlaybackThumbBgActive: ColorValue;
|
|
474
478
|
controlPlaybackThumbBgDefault: ColorValue;
|
|
475
479
|
controlPlaybackThumbBorderActive: ColorValue;
|
|
@@ -515,9 +519,9 @@ export interface ChatSemantics {
|
|
|
515
519
|
systemScrollbar: ColorValue;
|
|
516
520
|
systemText: ColorValue;
|
|
517
521
|
textDisabled: ColorValue;
|
|
518
|
-
textInverse: ColorValue;
|
|
519
522
|
textLink: ColorValue;
|
|
520
523
|
textOnAccent: ColorValue;
|
|
524
|
+
textOnInverse: ColorValue;
|
|
521
525
|
textPrimary: ColorValue;
|
|
522
526
|
textSecondary: ColorValue;
|
|
523
527
|
textTertiary: ColorValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamTokens.types.d.ts","sourceRoot":"","sources":["../../../../src/theme/generated/StreamTokens.types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"StreamTokens.types.d.ts","sourceRoot":"","sources":["../../../../src/theme/generated/StreamTokens.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamTokens.android.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/dark/StreamTokens.android.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"StreamTokens.android.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/dark/StreamTokens.android.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,CAyMvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamTokens.ios.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/dark/StreamTokens.ios.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"StreamTokens.ios.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/dark/StreamTokens.ios.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,CAyMvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamTokens.web.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/dark/StreamTokens.web.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"StreamTokens.web.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/dark/StreamTokens.web.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,CAyMvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamTokens.android.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/light/StreamTokens.android.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"StreamTokens.android.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/light/StreamTokens.android.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,CAyMvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamTokens.ios.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/light/StreamTokens.ios.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"StreamTokens.ios.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/light/StreamTokens.ios.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,CAyMvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamTokens.web.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/light/StreamTokens.web.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"StreamTokens.web.d.ts","sourceRoot":"","sources":["../../../../../src/theme/generated/light/StreamTokens.web.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,aAAa,CAsOpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CAuHzC,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,YAAY,CA8CzC,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,WAAW,CAyMvC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type GenerateVideoThumbnailResult = {
|
|
2
|
+
error?: string | null;
|
|
3
|
+
uri?: string | null;
|
|
4
|
+
};
|
|
5
|
+
export declare const createGenerateVideoThumbnails: ({ createVideoThumbnails, }: {
|
|
6
|
+
createVideoThumbnails: (uris: string[]) => Promise<GenerateVideoThumbnailResult[]>;
|
|
7
|
+
}) => (uris: string[]) => Promise<Record<string, GenerateVideoThumbnailResult>>;
|
|
8
|
+
//# sourceMappingURL=createGenerateVideoThumbnails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createGenerateVideoThumbnails.d.ts","sourceRoot":"","sources":["../../../src/utils/createGenerateVideoThumbnails.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,6BAA6B,GAAI,4BAE3C;IACD,qBAAqB,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC,4BAA4B,EAAE,CAAC,CAAC;CACpF,MACe,MAAM,MAAM,EAAE,KAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,4BAA4B,CAAC,CAkCpF,CAAC"}
|
|
@@ -168,6 +168,7 @@ export declare class Streami18n {
|
|
|
168
168
|
"Editing Message": string;
|
|
169
169
|
"Emoji matching": string;
|
|
170
170
|
"Empty message...": string;
|
|
171
|
+
"Enter a new option": string;
|
|
171
172
|
"End Vote": string;
|
|
172
173
|
"Error loading": string;
|
|
173
174
|
"Error loading channel list...": string;
|
|
@@ -261,6 +262,7 @@ export declare class Streami18n {
|
|
|
261
262
|
"View {{count}} comments_one": string;
|
|
262
263
|
"View {{count}} comments_other": string;
|
|
263
264
|
"Voice message": string;
|
|
265
|
+
"Your comment": string;
|
|
264
266
|
You: string;
|
|
265
267
|
"You can't send messages in this channel": string;
|
|
266
268
|
"duration/Location end at": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "9.0.0-beta.
|
|
4
|
+
"version": "9.0.0-beta.21",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"path": "0.12.7",
|
|
85
85
|
"react-native-markdown-package": "1.8.2",
|
|
86
86
|
"react-native-url-polyfill": "^2.0.0",
|
|
87
|
-
"stream-chat": "^9.
|
|
87
|
+
"stream-chat": "^9.40.0",
|
|
88
88
|
"use-sync-external-store": "^1.5.0"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
@@ -15,6 +15,7 @@ import { getOrCreateChannelApi } from '../../mock-builders/api/getOrCreateChanne
|
|
|
15
15
|
import { sendMessageApi } from '../../mock-builders/api/sendMessage';
|
|
16
16
|
import { sendReactionApi } from '../../mock-builders/api/sendReaction';
|
|
17
17
|
import { useMockedApis } from '../../mock-builders/api/useMockedApis';
|
|
18
|
+
import { generateFileReference } from '../../mock-builders/attachments';
|
|
18
19
|
import dispatchConnectionChangedEvent from '../../mock-builders/event/connectionChanged';
|
|
19
20
|
import { generateChannelResponse } from '../../mock-builders/generator/channel';
|
|
20
21
|
import { generateMember } from '../../mock-builders/generator/member';
|
|
@@ -25,6 +26,7 @@ import { getTestClientWithUser } from '../../mock-builders/mock';
|
|
|
25
26
|
import { upsertChannels } from '../../store/apis';
|
|
26
27
|
import { SqliteClient } from '../../store/SqliteClient';
|
|
27
28
|
import { BetterSqlite } from '../../test-utils/BetterSqlite';
|
|
29
|
+
import { MessageStatusTypes } from '../../utils/utils';
|
|
28
30
|
|
|
29
31
|
test('Workaround to allow exporting tests', () => expect(true).toBe(true));
|
|
30
32
|
|
|
@@ -397,6 +399,229 @@ export const OptimisticUpdates = () => {
|
|
|
397
399
|
});
|
|
398
400
|
});
|
|
399
401
|
|
|
402
|
+
describe('edit message', () => {
|
|
403
|
+
it('should keep the optimistic edit in state and DB if the LLC queues the edit', async () => {
|
|
404
|
+
const message = channel.state.messages[0];
|
|
405
|
+
const editedText = 'edited while offline';
|
|
406
|
+
|
|
407
|
+
render(
|
|
408
|
+
<Chat client={chatClient} enableOfflineSupport>
|
|
409
|
+
<Channel
|
|
410
|
+
channel={channel}
|
|
411
|
+
doUpdateMessageRequest={async (_channelId, localMessage, options) => {
|
|
412
|
+
await chatClient.offlineDb.addPendingTask({
|
|
413
|
+
channelId: channel.id,
|
|
414
|
+
channelType: channel.type,
|
|
415
|
+
messageId: message.id,
|
|
416
|
+
payload: [localMessage, undefined, options],
|
|
417
|
+
type: 'update-message',
|
|
418
|
+
});
|
|
419
|
+
return {
|
|
420
|
+
message: {
|
|
421
|
+
...localMessage,
|
|
422
|
+
message_text_updated_at: new Date(),
|
|
423
|
+
updated_at: new Date(),
|
|
424
|
+
},
|
|
425
|
+
};
|
|
426
|
+
}}
|
|
427
|
+
>
|
|
428
|
+
<CallbackEffectWithContext
|
|
429
|
+
callback={async ({ editMessage }) => {
|
|
430
|
+
await editMessage({
|
|
431
|
+
localMessage: {
|
|
432
|
+
...message,
|
|
433
|
+
cid: channel.cid,
|
|
434
|
+
text: editedText,
|
|
435
|
+
},
|
|
436
|
+
options: {},
|
|
437
|
+
});
|
|
438
|
+
}}
|
|
439
|
+
context={MessageInputContext}
|
|
440
|
+
>
|
|
441
|
+
<View testID='children' />
|
|
442
|
+
</CallbackEffectWithContext>
|
|
443
|
+
</Channel>
|
|
444
|
+
</Chat>,
|
|
445
|
+
);
|
|
446
|
+
|
|
447
|
+
await waitFor(() => expect(screen.getByTestId('children')).toBeTruthy());
|
|
448
|
+
|
|
449
|
+
await waitFor(async () => {
|
|
450
|
+
const updatedMessage = channel.state.findMessage(message.id);
|
|
451
|
+
const pendingTasksRows = await BetterSqlite.selectFromTable('pendingTasks');
|
|
452
|
+
const dbMessages = await BetterSqlite.selectFromTable('messages');
|
|
453
|
+
const dbMessage = dbMessages.find((row) => row.id === message.id);
|
|
454
|
+
|
|
455
|
+
expect(updatedMessage.text).toBe(editedText);
|
|
456
|
+
expect(updatedMessage.message_text_updated_at).toBeTruthy();
|
|
457
|
+
expect(pendingTasksRows).toHaveLength(1);
|
|
458
|
+
expect(pendingTasksRows[0].type).toBe('update-message');
|
|
459
|
+
expect(dbMessage.text).toBe(editedText);
|
|
460
|
+
expect(dbMessage.messageTextUpdatedAt).toBeTruthy();
|
|
461
|
+
});
|
|
462
|
+
});
|
|
463
|
+
|
|
464
|
+
it('should keep the optimistic edit if the request fails', async () => {
|
|
465
|
+
const message = channel.state.messages[0];
|
|
466
|
+
const editedText = 'should stay optimistic';
|
|
467
|
+
|
|
468
|
+
render(
|
|
469
|
+
<Chat client={chatClient} enableOfflineSupport>
|
|
470
|
+
<Channel
|
|
471
|
+
channel={channel}
|
|
472
|
+
doUpdateMessageRequest={() => {
|
|
473
|
+
throw new Error('validation');
|
|
474
|
+
}}
|
|
475
|
+
>
|
|
476
|
+
<CallbackEffectWithContext
|
|
477
|
+
callback={async ({ editMessage }) => {
|
|
478
|
+
try {
|
|
479
|
+
await editMessage({
|
|
480
|
+
localMessage: {
|
|
481
|
+
...message,
|
|
482
|
+
cid: channel.cid,
|
|
483
|
+
text: editedText,
|
|
484
|
+
},
|
|
485
|
+
options: {},
|
|
486
|
+
});
|
|
487
|
+
} catch (e) {
|
|
488
|
+
// do nothing
|
|
489
|
+
}
|
|
490
|
+
}}
|
|
491
|
+
context={MessageInputContext}
|
|
492
|
+
>
|
|
493
|
+
<View testID='children' />
|
|
494
|
+
</CallbackEffectWithContext>
|
|
495
|
+
</Channel>
|
|
496
|
+
</Chat>,
|
|
497
|
+
);
|
|
498
|
+
|
|
499
|
+
await waitFor(() => expect(screen.getByTestId('children')).toBeTruthy());
|
|
500
|
+
|
|
501
|
+
await waitFor(async () => {
|
|
502
|
+
const updatedMessage = channel.state.findMessage(message.id);
|
|
503
|
+
const pendingTasksRows = await BetterSqlite.selectFromTable('pendingTasks');
|
|
504
|
+
const dbMessages = await BetterSqlite.selectFromTable('messages');
|
|
505
|
+
const dbMessage = dbMessages.find((row) => row.id === message.id);
|
|
506
|
+
|
|
507
|
+
expect(updatedMessage.text).toBe(editedText);
|
|
508
|
+
expect(pendingTasksRows).toHaveLength(0);
|
|
509
|
+
expect(dbMessage.text).toBe(editedText);
|
|
510
|
+
});
|
|
511
|
+
});
|
|
512
|
+
|
|
513
|
+
it('should not set message_text_updated_at during optimistic edit of a failed message', async () => {
|
|
514
|
+
const message = channel.state.messages[0];
|
|
515
|
+
const optimisticStateSpy = jest.fn();
|
|
516
|
+
|
|
517
|
+
render(
|
|
518
|
+
<Chat client={chatClient} enableOfflineSupport>
|
|
519
|
+
<Channel
|
|
520
|
+
channel={channel}
|
|
521
|
+
doUpdateMessageRequest={() => {
|
|
522
|
+
const optimisticMessage = channel.state.findMessage(message.id);
|
|
523
|
+
optimisticStateSpy(optimisticMessage);
|
|
524
|
+
|
|
525
|
+
return {
|
|
526
|
+
message: {
|
|
527
|
+
...optimisticMessage,
|
|
528
|
+
},
|
|
529
|
+
};
|
|
530
|
+
}}
|
|
531
|
+
>
|
|
532
|
+
<CallbackEffectWithContext
|
|
533
|
+
callback={async ({ editMessage }) => {
|
|
534
|
+
await editMessage({
|
|
535
|
+
localMessage: {
|
|
536
|
+
...message,
|
|
537
|
+
cid: channel.cid,
|
|
538
|
+
status: MessageStatusTypes.FAILED,
|
|
539
|
+
text: 'edited failed message',
|
|
540
|
+
},
|
|
541
|
+
options: {},
|
|
542
|
+
});
|
|
543
|
+
}}
|
|
544
|
+
context={MessageInputContext}
|
|
545
|
+
>
|
|
546
|
+
<View testID='children' />
|
|
547
|
+
</CallbackEffectWithContext>
|
|
548
|
+
</Channel>
|
|
549
|
+
</Chat>,
|
|
550
|
+
);
|
|
551
|
+
|
|
552
|
+
await waitFor(() => expect(screen.getByTestId('children')).toBeTruthy());
|
|
553
|
+
|
|
554
|
+
await waitFor(() => {
|
|
555
|
+
expect(optimisticStateSpy).toHaveBeenCalled();
|
|
556
|
+
expect(optimisticStateSpy.mock.calls[0][0].message_text_updated_at).toBeUndefined();
|
|
557
|
+
});
|
|
558
|
+
});
|
|
559
|
+
|
|
560
|
+
it('should keep the optimistic edit for attachment updates without auto-queueing', async () => {
|
|
561
|
+
const message = channel.state.messages[0];
|
|
562
|
+
const editedText = 'edited attachment message';
|
|
563
|
+
const localUri = 'file://edited-attachment.png';
|
|
564
|
+
|
|
565
|
+
render(
|
|
566
|
+
<Chat client={chatClient} enableOfflineSupport>
|
|
567
|
+
<Channel
|
|
568
|
+
channel={channel}
|
|
569
|
+
doUpdateMessageRequest={() => {
|
|
570
|
+
throw new Error('offline');
|
|
571
|
+
}}
|
|
572
|
+
>
|
|
573
|
+
<CallbackEffectWithContext
|
|
574
|
+
callback={async ({ editMessage }) => {
|
|
575
|
+
try {
|
|
576
|
+
await editMessage({
|
|
577
|
+
localMessage: {
|
|
578
|
+
...message,
|
|
579
|
+
attachments: [
|
|
580
|
+
{
|
|
581
|
+
asset_url: localUri,
|
|
582
|
+
originalFile: generateFileReference({
|
|
583
|
+
name: 'edited-attachment.png',
|
|
584
|
+
type: 'image/png',
|
|
585
|
+
uri: localUri,
|
|
586
|
+
}),
|
|
587
|
+
type: 'file',
|
|
588
|
+
},
|
|
589
|
+
],
|
|
590
|
+
cid: channel.cid,
|
|
591
|
+
text: editedText,
|
|
592
|
+
},
|
|
593
|
+
options: {},
|
|
594
|
+
});
|
|
595
|
+
} catch (e) {
|
|
596
|
+
// do nothing
|
|
597
|
+
}
|
|
598
|
+
}}
|
|
599
|
+
context={MessageInputContext}
|
|
600
|
+
>
|
|
601
|
+
<View testID='children' />
|
|
602
|
+
</CallbackEffectWithContext>
|
|
603
|
+
</Channel>
|
|
604
|
+
</Chat>,
|
|
605
|
+
);
|
|
606
|
+
|
|
607
|
+
await waitFor(() => expect(screen.getByTestId('children')).toBeTruthy());
|
|
608
|
+
|
|
609
|
+
await waitFor(async () => {
|
|
610
|
+
const updatedMessage = channel.state.findMessage(message.id);
|
|
611
|
+
const pendingTasksRows = await BetterSqlite.selectFromTable('pendingTasks');
|
|
612
|
+
const dbMessages = await BetterSqlite.selectFromTable('messages');
|
|
613
|
+
const dbMessage = dbMessages.find((row) => row.id === message.id);
|
|
614
|
+
const storedAttachments = JSON.parse(dbMessage.attachments);
|
|
615
|
+
|
|
616
|
+
expect(updatedMessage.text).toBe(editedText);
|
|
617
|
+
expect(updatedMessage.attachments[0].asset_url).toBe(localUri);
|
|
618
|
+
expect(pendingTasksRows).toHaveLength(0);
|
|
619
|
+
expect(dbMessage.text).toBe(editedText);
|
|
620
|
+
expect(storedAttachments[0].asset_url).toBe(localUri);
|
|
621
|
+
});
|
|
622
|
+
});
|
|
623
|
+
});
|
|
624
|
+
|
|
400
625
|
describe('pending task execution', () => {
|
|
401
626
|
it('pending task should be executed after connection is recovered', async () => {
|
|
402
627
|
const message = channel.state.messages[0];
|
|
@@ -46,7 +46,7 @@ const useStyles = () => {
|
|
|
46
46
|
return useMemo(() => {
|
|
47
47
|
return StyleSheet.create({
|
|
48
48
|
container: {
|
|
49
|
-
backgroundColor: semantics.
|
|
49
|
+
backgroundColor: semantics.backgroundCoreSurfaceDefault,
|
|
50
50
|
paddingHorizontal: primitives.spacingMd,
|
|
51
51
|
paddingVertical: primitives.spacingLg,
|
|
52
52
|
...container,
|