stream-chat-react-native-core 5.27.0-beta.9 → 5.27.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/Attachment/Attachment.js +23 -101
- package/lib/commonjs/components/Attachment/Attachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/AttachmentActions.js +26 -49
- package/lib/commonjs/components/Attachment/AttachmentActions.js.map +1 -1
- package/lib/commonjs/components/Attachment/AudioAttachment.js +73 -139
- package/lib/commonjs/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/Card.js +67 -162
- package/lib/commonjs/components/Attachment/Card.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachment.js +33 -78
- package/lib/commonjs/components/Attachment/FileAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js +47 -81
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileIcon.js +3 -10
- package/lib/commonjs/components/Attachment/FileIcon.js.map +1 -1
- package/lib/commonjs/components/Attachment/Gallery.js +131 -218
- package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/GalleryImage.js +5 -24
- package/lib/commonjs/components/Attachment/GalleryImage.js.map +1 -1
- package/lib/commonjs/components/Attachment/Giphy.js +151 -295
- package/lib/commonjs/components/Attachment/Giphy.js.map +1 -1
- package/lib/commonjs/components/Attachment/ImageLoadingFailedIndicator.js +19 -40
- package/lib/commonjs/components/Attachment/ImageLoadingFailedIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/ImageLoadingIndicator.js +3 -15
- package/lib/commonjs/components/Attachment/ImageLoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/ImageReloadIndicator.js +8 -18
- package/lib/commonjs/components/Attachment/ImageReloadIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/VideoThumbnail.js +13 -28
- package/lib/commonjs/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +2 -4
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +1 -2
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/types.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/getAspectRatio.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/getGalleryImageBorderRadius.js +1 -1
- package/lib/commonjs/components/Attachment/utils/getGalleryImageBorderRadius.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/getGiphyMimeType.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/openUrlSafely.js +1 -1
- package/lib/commonjs/components/Attachment/utils/openUrlSafely.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +37 -57
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js +10 -20
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerError.js +16 -37
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerError.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerErrorImage.js +3 -8
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerErrorImage.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +9 -18
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js +54 -126
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentSelectionBar.js +48 -100
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/CameraSelectorIcon.js +3 -8
- package/lib/commonjs/components/AttachmentPicker/components/CameraSelectorIcon.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/FileSelectorIcon.js +3 -8
- package/lib/commonjs/components/AttachmentPicker/components/FileSelectorIcon.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js +4 -15
- package/lib/commonjs/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/ImageSelectorIcon.js +3 -8
- package/lib/commonjs/components/AttachmentPicker/components/ImageSelectorIcon.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js +226 -145
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +45 -134
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +24 -63
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +55 -125
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js +31 -71
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
- package/lib/commonjs/components/Avatar/Avatar.js +45 -84
- package/lib/commonjs/components/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/components/Avatar/GroupAvatar.js +42 -65
- package/lib/commonjs/components/Avatar/GroupAvatar.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +90 -170
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +1 -2
- package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateThreadContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateTypingContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelList.js +12 -23
- package/lib/commonjs/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js +7 -17
- package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js +11 -20
- package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +10 -19
- package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListLoadingIndicator.js +6 -18
- package/lib/commonjs/components/ChannelList/ChannelListLoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListMessenger.js +51 -136
- package/lib/commonjs/components/ChannelList/ChannelListMessenger.js.map +1 -1
- package/lib/commonjs/components/ChannelList/Skeleton.js +50 -120
- package/lib/commonjs/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useAddedToChannelNotification.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelDeleted.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelHidden.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelTruncated.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelUpdated.js +1 -2
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelUpdated.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelVisible.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessageNotification.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useUserPresence.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js +2 -2
- package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js +2 -3
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/commonjs/components/ChannelList/utils.js +3 -3
- package/lib/commonjs/components/ChannelList/utils.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelAvatar.js +7 -25
- package/lib/commonjs/components/ChannelPreview/ChannelAvatar.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreview.js +8 -21
- package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js +11 -21
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +38 -107
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js +3 -8
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js +13 -37
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js +4 -8
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -17
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +5 -5
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js +5 -5
- package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
- package/lib/commonjs/components/Chat/Chat.js +19 -46
- package/lib/commonjs/components/Chat/Chat.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/handleEventToSyncDB.js +100 -37
- package/lib/commonjs/components/Chat/hooks/handleEventToSyncDB.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useAppSettings.js +3 -3
- package/lib/commonjs/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js +1 -1
- package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useIsOnline.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useMutedUsers.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useSyncDatabase.js +3 -1
- package/lib/commonjs/components/Chat/hooks/useSyncDatabase.js.map +1 -1
- package/lib/commonjs/components/ImageBackground.js +12 -23
- package/lib/commonjs/components/ImageBackground.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/ImageGallery.js +162 -258
- package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js +7 -18
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js +39 -66
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +74 -151
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +45 -97
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryOverlay.js +10 -20
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryOverlay.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +42 -84
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGrid.js +26 -60
- package/lib/commonjs/components/ImageGallery/components/ImageGrid.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGridHandle.js +22 -48
- package/lib/commonjs/components/ImageGallery/components/ImageGridHandle.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +24 -49
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingDot.js +5 -10
- package/lib/commonjs/components/Indicators/LoadingDot.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingDots.js +17 -28
- package/lib/commonjs/components/Indicators/LoadingDots.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js +22 -53
- package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingIndicator.js +21 -60
- package/lib/commonjs/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js +46 -91
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js +52 -93
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +34 -74
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageAvatar.js +14 -38
- package/lib/commonjs/components/Message/MessageSimple/MessageAvatar.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js +17 -22
- package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +72 -173
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageDeleted.js +29 -58
- package/lib/commonjs/components/Message/MessageSimple/MessageDeleted.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageError.js +9 -26
- package/lib/commonjs/components/Message/MessageSimple/MessageError.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js +47 -106
- package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessagePinnedHeader.js +13 -36
- package/lib/commonjs/components/Message/MessageSimple/MessagePinnedHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageReplies.js +66 -122
- package/lib/commonjs/components/Message/MessageSimple/MessageReplies.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageRepliesAvatars.js +22 -45
- package/lib/commonjs/components/Message/MessageSimple/MessageRepliesAvatars.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js +20 -56
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageStatus.js +24 -79
- package/lib/commonjs/components/Message/MessageSimple/MessageStatus.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageTextContainer.js +21 -39
- package/lib/commonjs/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/ReactionList.js +123 -226
- package/lib/commonjs/components/Message/MessageSimple/ReactionList.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js +20 -12
- package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/generateMarkdownText.test.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/parseLinks.test.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js +75 -164
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.test.js +32 -65
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.test.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js +4 -4
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActions.js +25 -90
- package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/commonjs/components/Message/utils/messageActions.js.map +1 -1
- package/lib/commonjs/components/MessageInput/AttachButton.js +8 -26
- package/lib/commonjs/components/MessageInput/AttachButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/CommandsButton.js +10 -28
- package/lib/commonjs/components/MessageInput/CommandsButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/CooldownTimer.js +11 -20
- package/lib/commonjs/components/MessageInput/CooldownTimer.js.map +1 -1
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js +104 -205
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/ImageUploadPreview.js +50 -123
- package/lib/commonjs/components/MessageInput/ImageUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/InputButtons.js +17 -50
- package/lib/commonjs/components/MessageInput/InputButtons.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInput.js +94 -238
- package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MoreOptionsButton.js +8 -26
- package/lib/commonjs/components/MessageInput/MoreOptionsButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/SendButton.js +12 -44
- package/lib/commonjs/components/MessageInput/SendButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js +9 -18
- package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js +33 -72
- package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/UploadProgressIndicator.js +28 -77
- package/lib/commonjs/components/MessageInput/UploadProgressIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/InputEditingStateHeader.js +23 -57
- package/lib/commonjs/components/MessageInput/components/InputEditingStateHeader.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/InputGiphySearch.js +35 -80
- package/lib/commonjs/components/MessageInput/components/InputGiphySearch.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/InputReplyStateHeader.js +23 -57
- package/lib/commonjs/components/MessageInput/components/InputReplyStateHeader.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useCooldown.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useCountdown.js.map +1 -1
- package/lib/commonjs/components/MessageList/DateHeader.js +9 -18
- package/lib/commonjs/components/MessageList/DateHeader.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineDateSeparator.js +9 -18
- package/lib/commonjs/components/MessageList/InlineDateSeparator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineLoadingMoreIndicator.js +9 -25
- package/lib/commonjs/components/MessageList/InlineLoadingMoreIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentIndicator.js +9 -25
- package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineLoadingMoreThreadIndicator.js +9 -25
- package/lib/commonjs/components/MessageList/InlineLoadingMoreThreadIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js +42 -84
- package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +100 -270
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageSystem.js +25 -56
- package/lib/commonjs/components/MessageList/MessageSystem.js.map +1 -1
- package/lib/commonjs/components/MessageList/NetworkDownIndicator.js +8 -17
- package/lib/commonjs/components/MessageList/NetworkDownIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +26 -56
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/commonjs/components/MessageList/TypingIndicator.js +12 -27
- package/lib/commonjs/components/MessageList/TypingIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/TypingIndicatorContainer.js +6 -18
- package/lib/commonjs/components/MessageList/TypingIndicatorContainer.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useMessageList.js +1 -2
- package/lib/commonjs/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useTypingString.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/filterTypingUsers.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getDateSeparators.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getGroupStyles.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getLastReceivedMessage.js +13 -5
- package/lib/commonjs/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getReadStates.js +52 -36
- package/lib/commonjs/components/MessageList/utils/getReadStates.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/MessageActionList.js +19 -40
- package/lib/commonjs/components/MessageOverlay/MessageActionList.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js +21 -48
- package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/MessageOverlay.js +163 -304
- package/lib/commonjs/components/MessageOverlay/MessageOverlay.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/OverlayBackdrop.js +3 -8
- package/lib/commonjs/components/MessageOverlay/OverlayBackdrop.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/OverlayReactionList.js +73 -145
- package/lib/commonjs/components/MessageOverlay/OverlayReactionList.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/OverlayReactions.js +119 -224
- package/lib/commonjs/components/MessageOverlay/OverlayReactions.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/OverlayReactionsAvatar.js +3 -8
- package/lib/commonjs/components/MessageOverlay/OverlayReactionsAvatar.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/hooks/useMessageActionAnimation.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressControl.js +19 -51
- package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/commonjs/components/RTLComponents/WritingDirectionAwareText.js +4 -9
- package/lib/commonjs/components/RTLComponents/WritingDirectionAwareText.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +61 -113
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/Spinner/Spinner.js +11 -21
- package/lib/commonjs/components/Spinner/Spinner.js.map +1 -1
- package/lib/commonjs/components/Thread/Thread.js +17 -44
- package/lib/commonjs/components/Thread/Thread.js.map +1 -1
- package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js +57 -121
- package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js.map +1 -1
- package/lib/commonjs/components/docs/data.js +1 -1
- package/lib/commonjs/components/docs/data.js.map +1 -1
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +9 -21
- package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
- package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js +9 -21
- package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/commonjs/contexts/channelContext/ChannelContext.js +8 -21
- package/lib/commonjs/contexts/channelContext/ChannelContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js +8 -21
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js +15 -32
- package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/commonjs/contexts/chatContext/ChatContext.js +8 -21
- package/lib/commonjs/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/commonjs/contexts/debugContext/DebugContext.js +6 -10
- package/lib/commonjs/contexts/debugContext/DebugContext.js.map +1 -1
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js +8 -20
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/commonjs/contexts/index.js.map +1 -1
- package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js +8 -21
- package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js.map +1 -1
- package/lib/commonjs/contexts/messageContext/MessageContext.js +8 -21
- package/lib/commonjs/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +126 -96
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +5 -3
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js +49 -41
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/commonjs/contexts/messageOverlayContext/MessageOverlayContext.js +8 -21
- package/lib/commonjs/contexts/messageOverlayContext/MessageOverlayContext.js.map +1 -1
- package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.js.map +1 -1
- package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.test.js +33 -53
- package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.test.js.map +1 -1
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js +8 -21
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayContext.js +5 -13
- package/lib/commonjs/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js +52 -112
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/commonjs/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js +6 -10
- package/lib/commonjs/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js.map +1 -1
- package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +8 -21
- package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
- package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js +9 -21
- package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/ThemeContext.js +6 -10
- package/lib/commonjs/contexts/themeContext/ThemeContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +3 -3
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/contexts/threadContext/ThreadContext.js +8 -21
- package/lib/commonjs/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/commonjs/contexts/translationContext/TranslationContext.js +8 -20
- package/lib/commonjs/contexts/translationContext/TranslationContext.js.map +1 -1
- package/lib/commonjs/contexts/typingContext/TypingContext.js +8 -21
- package/lib/commonjs/contexts/typingContext/TypingContext.js.map +1 -1
- package/lib/commonjs/contexts/utils/defaultBaseContextValue.js.map +1 -1
- package/lib/commonjs/contexts/utils/getDisplayName.js.map +1 -1
- package/lib/commonjs/contexts/utils/isTestEnvironment.js.map +1 -1
- package/lib/commonjs/emoji-data/compile.js +4 -5
- package/lib/commonjs/emoji-data/compile.js.map +1 -1
- package/lib/commonjs/emoji-data/index.js.map +1 -1
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/hooks/useAppStateListener.js +3 -1
- package/lib/commonjs/hooks/useAppStateListener.js.map +1 -1
- package/lib/commonjs/hooks/useIsMountedRef.js.map +1 -1
- package/lib/commonjs/hooks/useLoadingImage.js +3 -4
- package/lib/commonjs/hooks/useLoadingImage.js.map +1 -1
- package/lib/commonjs/hooks/useStreami18n.js +1 -2
- package/lib/commonjs/hooks/useStreami18n.js.map +1 -1
- package/lib/commonjs/hooks/useTranslatedMessage.js +3 -5
- package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/commonjs/hooks/useViewport.js.map +1 -1
- package/lib/commonjs/i18n/es.json +10 -10
- package/lib/commonjs/i18n/fr.json +10 -10
- package/lib/commonjs/i18n/he.json +10 -10
- package/lib/commonjs/i18n/hi.json +10 -10
- package/lib/commonjs/i18n/it.json +10 -10
- package/lib/commonjs/i18n/ja.json +10 -10
- package/lib/commonjs/i18n/ko.json +10 -10
- package/lib/commonjs/i18n/nl.json +10 -10
- package/lib/commonjs/i18n/pt-BR.json +10 -10
- package/lib/commonjs/i18n/ru.json +10 -10
- package/lib/commonjs/i18n/tr.json +10 -10
- package/lib/commonjs/icons/ArrowRight.js +10 -36
- package/lib/commonjs/icons/ArrowRight.js.map +1 -1
- package/lib/commonjs/icons/AtMentions.js +6 -18
- package/lib/commonjs/icons/AtMentions.js.map +1 -1
- package/lib/commonjs/icons/Attach.js +6 -18
- package/lib/commonjs/icons/Attach.js.map +1 -1
- package/lib/commonjs/icons/Audio.js +28 -73
- package/lib/commonjs/icons/Audio.js.map +1 -1
- package/lib/commonjs/icons/CSV.js +18 -53
- package/lib/commonjs/icons/CSV.js.map +1 -1
- package/lib/commonjs/icons/Camera.js +6 -18
- package/lib/commonjs/icons/Camera.js.map +1 -1
- package/lib/commonjs/icons/Check.js +8 -27
- package/lib/commonjs/icons/Check.js.map +1 -1
- package/lib/commonjs/icons/CheckAll.js +8 -27
- package/lib/commonjs/icons/CheckAll.js.map +1 -1
- package/lib/commonjs/icons/CheckSend.js +6 -18
- package/lib/commonjs/icons/CheckSend.js.map +1 -1
- package/lib/commonjs/icons/CircleClose.js +8 -27
- package/lib/commonjs/icons/CircleClose.js.map +1 -1
- package/lib/commonjs/icons/CirclePlus.js +8 -27
- package/lib/commonjs/icons/CirclePlus.js.map +1 -1
- package/lib/commonjs/icons/CircleRight.js +8 -27
- package/lib/commonjs/icons/CircleRight.js.map +1 -1
- package/lib/commonjs/icons/Close.js +6 -18
- package/lib/commonjs/icons/Close.js.map +1 -1
- package/lib/commonjs/icons/Copy.js +6 -18
- package/lib/commonjs/icons/Copy.js.map +1 -1
- package/lib/commonjs/icons/CurveLineLeftUp.js +10 -36
- package/lib/commonjs/icons/CurveLineLeftUp.js.map +1 -1
- package/lib/commonjs/icons/DOC.js +32 -83
- package/lib/commonjs/icons/DOC.js.map +1 -1
- package/lib/commonjs/icons/DOCX.js +32 -83
- package/lib/commonjs/icons/DOCX.js.map +1 -1
- package/lib/commonjs/icons/Delete.js +8 -27
- package/lib/commonjs/icons/Delete.js.map +1 -1
- package/lib/commonjs/icons/Down.js +6 -18
- package/lib/commonjs/icons/Down.js.map +1 -1
- package/lib/commonjs/icons/DownloadArrow.js +6 -18
- package/lib/commonjs/icons/DownloadArrow.js.map +1 -1
- package/lib/commonjs/icons/DownloadCloud.js +12 -45
- package/lib/commonjs/icons/DownloadCloud.js.map +1 -1
- package/lib/commonjs/icons/Edit.js +6 -18
- package/lib/commonjs/icons/Edit.js.map +1 -1
- package/lib/commonjs/icons/Error.js +6 -18
- package/lib/commonjs/icons/Error.js.map +1 -1
- package/lib/commonjs/icons/Eye.js +6 -18
- package/lib/commonjs/icons/Eye.js.map +1 -1
- package/lib/commonjs/icons/Flag.js +6 -18
- package/lib/commonjs/icons/Flag.js.map +1 -1
- package/lib/commonjs/icons/Folder.js +6 -18
- package/lib/commonjs/icons/Folder.js.map +1 -1
- package/lib/commonjs/icons/GenericFile.js +28 -73
- package/lib/commonjs/icons/GenericFile.js.map +1 -1
- package/lib/commonjs/icons/GiphyIcon.js +22 -69
- package/lib/commonjs/icons/GiphyIcon.js.map +1 -1
- package/lib/commonjs/icons/Grid.js +6 -18
- package/lib/commonjs/icons/Grid.js.map +1 -1
- package/lib/commonjs/icons/Group.js +6 -18
- package/lib/commonjs/icons/Group.js.map +1 -1
- package/lib/commonjs/icons/HTML.js +18 -53
- package/lib/commonjs/icons/HTML.js.map +1 -1
- package/lib/commonjs/icons/Imgur.js +15 -41
- package/lib/commonjs/icons/Imgur.js.map +1 -1
- package/lib/commonjs/icons/LOLReaction.js +6 -18
- package/lib/commonjs/icons/LOLReaction.js.map +1 -1
- package/lib/commonjs/icons/Lightning.js +6 -18
- package/lib/commonjs/icons/Lightning.js.map +1 -1
- package/lib/commonjs/icons/Link.js +8 -27
- package/lib/commonjs/icons/Link.js.map +1 -1
- package/lib/commonjs/icons/Loading.js +23 -56
- package/lib/commonjs/icons/Loading.js.map +1 -1
- package/lib/commonjs/icons/Logo.js +7 -19
- package/lib/commonjs/icons/Logo.js.map +1 -1
- package/lib/commonjs/icons/LoveReaction.js +6 -18
- package/lib/commonjs/icons/LoveReaction.js.map +1 -1
- package/lib/commonjs/icons/MD.js +18 -53
- package/lib/commonjs/icons/MD.js.map +1 -1
- package/lib/commonjs/icons/MailOpen.js +6 -18
- package/lib/commonjs/icons/MailOpen.js.map +1 -1
- package/lib/commonjs/icons/MenuPointHorizontal.js +6 -18
- package/lib/commonjs/icons/MenuPointHorizontal.js.map +1 -1
- package/lib/commonjs/icons/MenuPointVertical.js +6 -18
- package/lib/commonjs/icons/MenuPointVertical.js.map +1 -1
- package/lib/commonjs/icons/MessageFlag.js +6 -18
- package/lib/commonjs/icons/MessageFlag.js.map +1 -1
- package/lib/commonjs/icons/MessageIcon.js +6 -18
- package/lib/commonjs/icons/MessageIcon.js.map +1 -1
- package/lib/commonjs/icons/Mute.js +6 -18
- package/lib/commonjs/icons/Mute.js.map +1 -1
- package/lib/commonjs/icons/Notification.js +10 -36
- package/lib/commonjs/icons/Notification.js.map +1 -1
- package/lib/commonjs/icons/ODT.js +18 -53
- package/lib/commonjs/icons/ODT.js.map +1 -1
- package/lib/commonjs/icons/PDF.js +18 -53
- package/lib/commonjs/icons/PDF.js.map +1 -1
- package/lib/commonjs/icons/PPT.js +32 -83
- package/lib/commonjs/icons/PPT.js.map +1 -1
- package/lib/commonjs/icons/PPTX.js +32 -83
- package/lib/commonjs/icons/PPTX.js.map +1 -1
- package/lib/commonjs/icons/Pause.js +16 -33
- package/lib/commonjs/icons/Pause.js.map +1 -1
- package/lib/commonjs/icons/Picture.js +8 -27
- package/lib/commonjs/icons/Picture.js.map +1 -1
- package/lib/commonjs/icons/Pin.js +7 -19
- package/lib/commonjs/icons/Pin.js.map +1 -1
- package/lib/commonjs/icons/PinHeader.js +6 -18
- package/lib/commonjs/icons/PinHeader.js.map +1 -1
- package/lib/commonjs/icons/Play.js +7 -19
- package/lib/commonjs/icons/Play.js.map +1 -1
- package/lib/commonjs/icons/RAR.js +18 -53
- package/lib/commonjs/icons/RAR.js.map +1 -1
- package/lib/commonjs/icons/RTF.js +18 -53
- package/lib/commonjs/icons/RTF.js.map +1 -1
- package/lib/commonjs/icons/Recorder.js +8 -27
- package/lib/commonjs/icons/Recorder.js.map +1 -1
- package/lib/commonjs/icons/Refresh.js +6 -18
- package/lib/commonjs/icons/Refresh.js.map +1 -1
- package/lib/commonjs/icons/SEVEN_Z.js +18 -53
- package/lib/commonjs/icons/SEVEN_Z.js.map +1 -1
- package/lib/commonjs/icons/Search.js +6 -18
- package/lib/commonjs/icons/Search.js.map +1 -1
- package/lib/commonjs/icons/SendRight.js +6 -18
- package/lib/commonjs/icons/SendRight.js.map +1 -1
- package/lib/commonjs/icons/SendUp.js +6 -18
- package/lib/commonjs/icons/SendUp.js.map +1 -1
- package/lib/commonjs/icons/Share.js +15 -40
- package/lib/commonjs/icons/Share.js.map +1 -1
- package/lib/commonjs/icons/ShareRightArrow.js +6 -18
- package/lib/commonjs/icons/ShareRightArrow.js.map +1 -1
- package/lib/commonjs/icons/Smile.js +8 -27
- package/lib/commonjs/icons/Smile.js.map +1 -1
- package/lib/commonjs/icons/Sound.js +6 -18
- package/lib/commonjs/icons/Sound.js.map +1 -1
- package/lib/commonjs/icons/TAR.js +18 -53
- package/lib/commonjs/icons/TAR.js.map +1 -1
- package/lib/commonjs/icons/TXT.js +18 -53
- package/lib/commonjs/icons/TXT.js.map +1 -1
- package/lib/commonjs/icons/ThreadReply.js +6 -18
- package/lib/commonjs/icons/ThreadReply.js.map +1 -1
- package/lib/commonjs/icons/ThumbsDownReaction.js +6 -18
- package/lib/commonjs/icons/ThumbsDownReaction.js.map +1 -1
- package/lib/commonjs/icons/ThumbsUpReaction.js +6 -18
- package/lib/commonjs/icons/ThumbsUpReaction.js.map +1 -1
- package/lib/commonjs/icons/Time.js +8 -27
- package/lib/commonjs/icons/Time.js.map +1 -1
- package/lib/commonjs/icons/Unknown.js +6 -18
- package/lib/commonjs/icons/Unknown.js.map +1 -1
- package/lib/commonjs/icons/Unpin.js +6 -18
- package/lib/commonjs/icons/Unpin.js.map +1 -1
- package/lib/commonjs/icons/User.js +6 -18
- package/lib/commonjs/icons/User.js.map +1 -1
- package/lib/commonjs/icons/UserAdd.js +8 -27
- package/lib/commonjs/icons/UserAdd.js.map +1 -1
- package/lib/commonjs/icons/UserAdmin.js +13 -32
- package/lib/commonjs/icons/UserAdmin.js.map +1 -1
- package/lib/commonjs/icons/UserDelete.js +8 -27
- package/lib/commonjs/icons/UserDelete.js.map +1 -1
- package/lib/commonjs/icons/UserMinus.js +8 -27
- package/lib/commonjs/icons/UserMinus.js.map +1 -1
- package/lib/commonjs/icons/Video.js +18 -58
- package/lib/commonjs/icons/Video.js.map +1 -1
- package/lib/commonjs/icons/Warning.js +6 -18
- package/lib/commonjs/icons/Warning.js.map +1 -1
- package/lib/commonjs/icons/WutReaction.js +6 -18
- package/lib/commonjs/icons/WutReaction.js.map +1 -1
- package/lib/commonjs/icons/XLS.js +32 -83
- package/lib/commonjs/icons/XLS.js.map +1 -1
- package/lib/commonjs/icons/XLSX.js +32 -83
- package/lib/commonjs/icons/XLSX.js.map +1 -1
- package/lib/commonjs/icons/ZIP.js +18 -53
- package/lib/commonjs/icons/ZIP.js.map +1 -1
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/icons/utils/base.js +8 -19
- package/lib/commonjs/icons/utils/base.js.map +1 -1
- package/lib/commonjs/index.js +2 -2
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/init.js.map +1 -1
- package/lib/commonjs/mock-builders/DB/consts.js.map +1 -1
- package/lib/commonjs/mock-builders/DB/mock.js +2 -2
- package/lib/commonjs/mock-builders/DB/mock.js.map +1 -1
- package/lib/commonjs/mock-builders/api/channelMocks.js.map +1 -1
- package/lib/commonjs/mock-builders/api/deleteMessage.js.map +1 -1
- package/lib/commonjs/mock-builders/api/deleteReaction.js.map +1 -1
- package/lib/commonjs/mock-builders/api/error.js +4 -6
- package/lib/commonjs/mock-builders/api/error.js.map +1 -1
- package/lib/commonjs/mock-builders/api/getOrCreateChannel.js.map +1 -1
- package/lib/commonjs/mock-builders/api/queryChannels.js.map +1 -1
- package/lib/commonjs/mock-builders/api/queryMembers.js.map +1 -1
- package/lib/commonjs/mock-builders/api/sendMessage.js.map +1 -1
- package/lib/commonjs/mock-builders/api/sendReaction.js.map +1 -1
- package/lib/commonjs/mock-builders/api/threadReplies.js.map +1 -1
- package/lib/commonjs/mock-builders/api/useMockedApis.js.map +1 -1
- package/lib/commonjs/mock-builders/api/utils.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelDeleted.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelHidden.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelTruncated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/connectionChanged.js.map +1 -1
- package/lib/commonjs/mock-builders/event/connectionRecovered.js.map +1 -1
- package/lib/commonjs/mock-builders/event/memberAdded.js.map +1 -1
- package/lib/commonjs/mock-builders/event/memberRemoved.js.map +1 -1
- package/lib/commonjs/mock-builders/event/memberUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageDeleted.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageNew.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageRead.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationAddedToChannel.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationMessageNew.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationMutesUpdated.js +1 -3
- package/lib/commonjs/mock-builders/event/notificationMutesUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationRemovedFromChannel.js.map +1 -1
- package/lib/commonjs/mock-builders/event/reactionDeleted.js.map +1 -1
- package/lib/commonjs/mock-builders/event/reactionNew.js.map +1 -1
- package/lib/commonjs/mock-builders/event/reactionUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/typing.js.map +1 -1
- package/lib/commonjs/mock-builders/event/userPresence.js.map +1 -1
- package/lib/commonjs/mock-builders/event/userUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/attachment.js +9 -11
- package/lib/commonjs/mock-builders/generator/attachment.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/channel.js +11 -12
- package/lib/commonjs/mock-builders/generator/channel.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/member.js +1 -3
- package/lib/commonjs/mock-builders/generator/member.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/message.js +2 -4
- package/lib/commonjs/mock-builders/generator/message.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/reaction.js +1 -3
- package/lib/commonjs/mock-builders/generator/reaction.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/user.js +2 -4
- package/lib/commonjs/mock-builders/generator/user.js.map +1 -1
- package/lib/commonjs/mock-builders/mock.js +1 -2
- package/lib/commonjs/mock-builders/mock.js.map +1 -1
- package/lib/commonjs/mock-builders/native/react-native-mock.js.map +1 -1
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/store/QuickSqliteClient.js +11 -11
- package/lib/commonjs/store/QuickSqliteClient.js.map +1 -1
- package/lib/commonjs/store/apis/addPendingTask.js.map +1 -1
- package/lib/commonjs/store/apis/deleteChannel.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMember.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMessage.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMessagesForChannel.js.map +1 -1
- package/lib/commonjs/store/apis/deletePendingTask.js.map +1 -1
- package/lib/commonjs/store/apis/deleteReaction.js.map +1 -1
- package/lib/commonjs/store/apis/deleteReactions.js.map +1 -1
- package/lib/commonjs/store/apis/getAllChannelIds.js.map +1 -1
- package/lib/commonjs/store/apis/getAppSettings.js.map +1 -1
- package/lib/commonjs/store/apis/getChannelMessages.js.map +1 -1
- package/lib/commonjs/store/apis/getChannels.js +1 -3
- package/lib/commonjs/store/apis/getChannels.js.map +1 -1
- package/lib/commonjs/store/apis/getChannelsForFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/getLastSyncedAt.js.map +1 -1
- package/lib/commonjs/store/apis/getMembers.js.map +1 -1
- package/lib/commonjs/store/apis/getPendingTasks.js.map +1 -1
- package/lib/commonjs/store/apis/getReads.js.map +1 -1
- package/lib/commonjs/store/apis/index.js.map +1 -1
- package/lib/commonjs/store/apis/insertReaction.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectMembersForChannels.js +3 -3
- package/lib/commonjs/store/apis/queries/selectMembersForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js +3 -3
- package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js +3 -3
- package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectReadsForChannels.js +3 -3
- package/lib/commonjs/store/apis/queries/selectReadsForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/updateMessage.js.map +1 -1
- package/lib/commonjs/store/apis/updateReaction.js.map +1 -1
- package/lib/commonjs/store/apis/upsertAppSettings.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannelData.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js +21 -0
- package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js.map +1 -0
- package/lib/commonjs/store/apis/upsertChannels.js +29 -21
- package/lib/commonjs/store/apis/upsertChannels.js.map +1 -1
- package/lib/commonjs/store/apis/upsertCidsForQuery.js.map +1 -1
- package/lib/commonjs/store/apis/upsertMembers.js.map +1 -1
- package/lib/commonjs/store/apis/upsertMessages.js.map +1 -1
- package/lib/commonjs/store/apis/upsertReads.js.map +1 -1
- package/lib/commonjs/store/apis/upsertUserSyncStatus.js.map +1 -1
- package/lib/commonjs/store/apis/utils/convertFilterSortToQuery.js +1 -1
- package/lib/commonjs/store/apis/utils/convertFilterSortToQuery.js.map +1 -1
- package/lib/commonjs/store/constants.js.map +1 -1
- package/lib/commonjs/store/mappers/mapChannelDataToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapChannelToStorable.js +63 -0
- package/lib/commonjs/store/mappers/mapChannelToStorable.js.map +1 -0
- package/lib/commonjs/store/mappers/mapDateTimeToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapMemberToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapMessageToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapReactionToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapReadToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToChannel.js +1 -3
- package/lib/commonjs/store/mappers/mapStorableToChannel.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToMember.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToMessage.js +1 -2
- package/lib/commonjs/store/mappers/mapStorableToMessage.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToReaction.js +1 -3
- package/lib/commonjs/store/mappers/mapStorableToReaction.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToRead.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToTask.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToUser.js +1 -3
- package/lib/commonjs/store/mappers/mapStorableToUser.js.map +1 -1
- package/lib/commonjs/store/mappers/mapTaskToStorable.js +1 -3
- package/lib/commonjs/store/mappers/mapTaskToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapUserToStorable.js.map +1 -1
- package/lib/commonjs/store/schema.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/appendOrderByClause.js +2 -2
- package/lib/commonjs/store/sqlite-utils/appendOrderByClause.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/appendWhereCluase.js +3 -3
- package/lib/commonjs/store/sqlite-utils/appendWhereCluase.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createCreateTableQuery.js +5 -5
- package/lib/commonjs/store/sqlite-utils/createCreateTableQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createDeleteQuery.js +1 -1
- package/lib/commonjs/store/sqlite-utils/createDeleteQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createSelectQuery.js +2 -2
- package/lib/commonjs/store/sqlite-utils/createSelectQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createUpdateQuery.js +3 -3
- package/lib/commonjs/store/sqlite-utils/createUpdateQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createUpsertQuery.js +3 -3
- package/lib/commonjs/store/sqlite-utils/createUpsertQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/printRow.js.map +1 -1
- package/lib/commonjs/store/types.js.map +1 -1
- package/lib/commonjs/test-utils/BetterSqlite.js +2 -2
- package/lib/commonjs/test-utils/BetterSqlite.js.map +1 -1
- package/lib/commonjs/types/types.js.map +1 -1
- package/lib/commonjs/utils/DBSyncManager.js +124 -98
- package/lib/commonjs/utils/DBSyncManager.js.map +1 -1
- package/lib/commonjs/utils/StreamChatRN.js +1 -2
- package/lib/commonjs/utils/StreamChatRN.js.map +1 -1
- package/lib/commonjs/utils/Streami18n.js +24 -22
- package/lib/commonjs/utils/Streami18n.js.map +1 -1
- package/lib/commonjs/utils/addReactionToLocalState.js.map +1 -1
- package/lib/commonjs/utils/compressImage.js.map +1 -1
- package/lib/commonjs/utils/date.js.map +1 -1
- package/lib/commonjs/utils/getResizedImageUrl.js +3 -3
- package/lib/commonjs/utils/getResizedImageUrl.js.map +1 -1
- package/lib/commonjs/utils/getUrlOfImageAttachment.js.map +1 -1
- package/lib/commonjs/utils/patchMessageTextCommand.js +2 -2
- package/lib/commonjs/utils/patchMessageTextCommand.js.map +1 -1
- package/lib/commonjs/utils/removeReactionFromLocalState.js.map +1 -1
- package/lib/commonjs/utils/removeReservedFields.js +1 -3
- package/lib/commonjs/utils/removeReservedFields.js.map +1 -1
- package/lib/commonjs/utils/utils.js +29 -22
- package/lib/commonjs/utils/utils.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Attachment/Attachment.js +23 -101
- package/lib/module/components/Attachment/Attachment.js.map +1 -1
- package/lib/module/components/Attachment/AttachmentActions.js +26 -49
- package/lib/module/components/Attachment/AttachmentActions.js.map +1 -1
- package/lib/module/components/Attachment/AudioAttachment.js +73 -139
- package/lib/module/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/module/components/Attachment/Card.js +67 -162
- package/lib/module/components/Attachment/Card.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachment.js +33 -78
- package/lib/module/components/Attachment/FileAttachment.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js +47 -81
- package/lib/module/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/module/components/Attachment/FileIcon.js +3 -10
- package/lib/module/components/Attachment/FileIcon.js.map +1 -1
- package/lib/module/components/Attachment/Gallery.js +131 -218
- package/lib/module/components/Attachment/Gallery.js.map +1 -1
- package/lib/module/components/Attachment/GalleryImage.js +5 -24
- package/lib/module/components/Attachment/GalleryImage.js.map +1 -1
- package/lib/module/components/Attachment/Giphy.js +151 -295
- package/lib/module/components/Attachment/Giphy.js.map +1 -1
- package/lib/module/components/Attachment/ImageLoadingFailedIndicator.js +19 -40
- package/lib/module/components/Attachment/ImageLoadingFailedIndicator.js.map +1 -1
- package/lib/module/components/Attachment/ImageLoadingIndicator.js +3 -15
- package/lib/module/components/Attachment/ImageLoadingIndicator.js.map +1 -1
- package/lib/module/components/Attachment/ImageReloadIndicator.js +8 -18
- package/lib/module/components/Attachment/ImageReloadIndicator.js.map +1 -1
- package/lib/module/components/Attachment/VideoThumbnail.js +13 -28
- package/lib/module/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +2 -4
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +1 -2
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/types.js.map +1 -1
- package/lib/module/components/Attachment/utils/getAspectRatio.js.map +1 -1
- package/lib/module/components/Attachment/utils/getGalleryImageBorderRadius.js +1 -1
- package/lib/module/components/Attachment/utils/getGalleryImageBorderRadius.js.map +1 -1
- package/lib/module/components/Attachment/utils/getGiphyMimeType.js.map +1 -1
- package/lib/module/components/Attachment/utils/openUrlSafely.js +1 -1
- package/lib/module/components/Attachment/utils/openUrlSafely.js.map +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +37 -57
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js +10 -20
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerError.js +16 -37
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerError.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerErrorImage.js +3 -8
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerErrorImage.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +9 -18
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js +54 -126
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentSelectionBar.js +48 -100
- package/lib/module/components/AttachmentPicker/components/AttachmentSelectionBar.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/CameraSelectorIcon.js +3 -8
- package/lib/module/components/AttachmentPicker/components/CameraSelectorIcon.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/FileSelectorIcon.js +3 -8
- package/lib/module/components/AttachmentPicker/components/FileSelectorIcon.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js +4 -15
- package/lib/module/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/ImageSelectorIcon.js +3 -8
- package/lib/module/components/AttachmentPicker/components/ImageSelectorIcon.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js +226 -145
- package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +45 -134
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +24 -63
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +55 -125
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js +31 -71
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
- package/lib/module/components/Avatar/Avatar.js +45 -84
- package/lib/module/components/Avatar/Avatar.js.map +1 -1
- package/lib/module/components/Avatar/GroupAvatar.js +42 -65
- package/lib/module/components/Avatar/GroupAvatar.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +90 -170
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +1 -2
- package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateThreadContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateTypingContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useTargetedMessage.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelList.js +12 -23
- package/lib/module/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js +7 -17
- package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js +11 -20
- package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +10 -19
- package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListLoadingIndicator.js +6 -18
- package/lib/module/components/ChannelList/ChannelListLoadingIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListMessenger.js +51 -136
- package/lib/module/components/ChannelList/ChannelListMessenger.js.map +1 -1
- package/lib/module/components/ChannelList/Skeleton.js +50 -120
- package/lib/module/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useAddedToChannelNotification.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useChannelDeleted.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useChannelHidden.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useChannelTruncated.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useChannelUpdated.js +1 -2
- package/lib/module/components/ChannelList/hooks/listeners/useChannelUpdated.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useChannelVisible.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useNewMessageNotification.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useUserPresence.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js +2 -2
- package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js +2 -3
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/module/components/ChannelList/utils.js +3 -3
- package/lib/module/components/ChannelList/utils.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelAvatar.js +7 -25
- package/lib/module/components/ChannelPreview/ChannelAvatar.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreview.js +8 -21
- package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js +11 -21
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +38 -107
- package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js +3 -8
- package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js +13 -37
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js +4 -8
- package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +8 -17
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +5 -5
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js +5 -5
- package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
- package/lib/module/components/Chat/Chat.js +19 -46
- package/lib/module/components/Chat/Chat.js.map +1 -1
- package/lib/module/components/Chat/hooks/handleEventToSyncDB.js +100 -37
- package/lib/module/components/Chat/hooks/handleEventToSyncDB.js.map +1 -1
- package/lib/module/components/Chat/hooks/useAppSettings.js +3 -3
- package/lib/module/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/module/components/Chat/hooks/useCreateChatContext.js +1 -1
- package/lib/module/components/Chat/hooks/useCreateChatContext.js.map +1 -1
- package/lib/module/components/Chat/hooks/useIsOnline.js.map +1 -1
- package/lib/module/components/Chat/hooks/useMutedUsers.js.map +1 -1
- package/lib/module/components/Chat/hooks/useSyncDatabase.js +3 -1
- package/lib/module/components/Chat/hooks/useSyncDatabase.js.map +1 -1
- package/lib/module/components/ImageBackground.js +12 -23
- package/lib/module/components/ImageBackground.js.map +1 -1
- package/lib/module/components/ImageGallery/ImageGallery.js +162 -258
- package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js +7 -18
- package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
- package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js +39 -66
- package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +74 -151
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +45 -97
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryOverlay.js +10 -20
- package/lib/module/components/ImageGallery/components/ImageGalleryOverlay.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +42 -84
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGrid.js +26 -60
- package/lib/module/components/ImageGallery/components/ImageGrid.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGridHandle.js +22 -48
- package/lib/module/components/ImageGallery/components/ImageGridHandle.js.map +1 -1
- package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
- package/lib/module/components/Indicators/EmptyStateIndicator.js +24 -49
- package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/module/components/Indicators/LoadingDot.js +5 -10
- package/lib/module/components/Indicators/LoadingDot.js.map +1 -1
- package/lib/module/components/Indicators/LoadingDots.js +17 -28
- package/lib/module/components/Indicators/LoadingDots.js.map +1 -1
- package/lib/module/components/Indicators/LoadingErrorIndicator.js +22 -53
- package/lib/module/components/Indicators/LoadingErrorIndicator.js.map +1 -1
- package/lib/module/components/Indicators/LoadingIndicator.js +21 -60
- package/lib/module/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js +46 -91
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js +52 -93
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.js.map +1 -1
- package/lib/module/components/Message/Message.js +34 -74
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageAvatar.js +14 -38
- package/lib/module/components/Message/MessageSimple/MessageAvatar.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageBounce.js +17 -22
- package/lib/module/components/Message/MessageSimple/MessageBounce.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageContent.js +72 -173
- package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageDeleted.js +29 -58
- package/lib/module/components/Message/MessageSimple/MessageDeleted.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageError.js +9 -26
- package/lib/module/components/Message/MessageSimple/MessageError.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageFooter.js +47 -106
- package/lib/module/components/Message/MessageSimple/MessageFooter.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessagePinnedHeader.js +13 -36
- package/lib/module/components/Message/MessageSimple/MessagePinnedHeader.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageReplies.js +66 -122
- package/lib/module/components/Message/MessageSimple/MessageReplies.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageRepliesAvatars.js +22 -45
- package/lib/module/components/Message/MessageSimple/MessageRepliesAvatars.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageSimple.js +20 -56
- package/lib/module/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageStatus.js +24 -79
- package/lib/module/components/Message/MessageSimple/MessageStatus.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageTextContainer.js +21 -39
- package/lib/module/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/ReactionList.js +123 -226
- package/lib/module/components/Message/MessageSimple/ReactionList.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js +20 -12
- package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/generateMarkdownText.test.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/parseLinks.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/parseLinks.test.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/renderText.js +75 -164
- package/lib/module/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/renderText.test.js +32 -65
- package/lib/module/components/Message/MessageSimple/utils/renderText.test.js.map +1 -1
- package/lib/module/components/Message/hooks/useCreateMessageContext.js +4 -4
- package/lib/module/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActions.js +25 -90
- package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/module/components/Message/utils/messageActions.js.map +1 -1
- package/lib/module/components/MessageInput/AttachButton.js +8 -26
- package/lib/module/components/MessageInput/AttachButton.js.map +1 -1
- package/lib/module/components/MessageInput/CommandsButton.js +10 -28
- package/lib/module/components/MessageInput/CommandsButton.js.map +1 -1
- package/lib/module/components/MessageInput/CooldownTimer.js +11 -20
- package/lib/module/components/MessageInput/CooldownTimer.js.map +1 -1
- package/lib/module/components/MessageInput/FileUploadPreview.js +104 -205
- package/lib/module/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/ImageUploadPreview.js +50 -123
- package/lib/module/components/MessageInput/ImageUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/InputButtons.js +17 -50
- package/lib/module/components/MessageInput/InputButtons.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInput.js +94 -238
- package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/module/components/MessageInput/MoreOptionsButton.js +8 -26
- package/lib/module/components/MessageInput/MoreOptionsButton.js.map +1 -1
- package/lib/module/components/MessageInput/SendButton.js +12 -44
- package/lib/module/components/MessageInput/SendButton.js.map +1 -1
- package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js +9 -18
- package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js +33 -72
- package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
- package/lib/module/components/MessageInput/UploadProgressIndicator.js +28 -77
- package/lib/module/components/MessageInput/UploadProgressIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/components/InputEditingStateHeader.js +23 -57
- package/lib/module/components/MessageInput/components/InputEditingStateHeader.js.map +1 -1
- package/lib/module/components/MessageInput/components/InputGiphySearch.js +35 -80
- package/lib/module/components/MessageInput/components/InputGiphySearch.js.map +1 -1
- package/lib/module/components/MessageInput/components/InputReplyStateHeader.js +23 -57
- package/lib/module/components/MessageInput/components/InputReplyStateHeader.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useCooldown.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useCountdown.js.map +1 -1
- package/lib/module/components/MessageList/DateHeader.js +9 -18
- package/lib/module/components/MessageList/DateHeader.js.map +1 -1
- package/lib/module/components/MessageList/InlineDateSeparator.js +9 -18
- package/lib/module/components/MessageList/InlineDateSeparator.js.map +1 -1
- package/lib/module/components/MessageList/InlineLoadingMoreIndicator.js +9 -25
- package/lib/module/components/MessageList/InlineLoadingMoreIndicator.js.map +1 -1
- package/lib/module/components/MessageList/InlineLoadingMoreRecentIndicator.js +9 -25
- package/lib/module/components/MessageList/InlineLoadingMoreRecentIndicator.js.map +1 -1
- package/lib/module/components/MessageList/InlineLoadingMoreThreadIndicator.js +9 -25
- package/lib/module/components/MessageList/InlineLoadingMoreThreadIndicator.js.map +1 -1
- package/lib/module/components/MessageList/InlineUnreadIndicator.js +42 -84
- package/lib/module/components/MessageList/InlineUnreadIndicator.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +100 -270
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/MessageList/MessageSystem.js +25 -56
- package/lib/module/components/MessageList/MessageSystem.js.map +1 -1
- package/lib/module/components/MessageList/NetworkDownIndicator.js +8 -17
- package/lib/module/components/MessageList/NetworkDownIndicator.js.map +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js +26 -56
- package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/module/components/MessageList/TypingIndicator.js +12 -27
- package/lib/module/components/MessageList/TypingIndicator.js.map +1 -1
- package/lib/module/components/MessageList/TypingIndicatorContainer.js +6 -18
- package/lib/module/components/MessageList/TypingIndicatorContainer.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useMessageList.js +1 -2
- package/lib/module/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useTypingString.js.map +1 -1
- package/lib/module/components/MessageList/utils/filterTypingUsers.js.map +1 -1
- package/lib/module/components/MessageList/utils/getDateSeparators.js.map +1 -1
- package/lib/module/components/MessageList/utils/getGroupStyles.js.map +1 -1
- package/lib/module/components/MessageList/utils/getLastReceivedMessage.js +13 -5
- package/lib/module/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
- package/lib/module/components/MessageList/utils/getReadStates.js +52 -36
- package/lib/module/components/MessageList/utils/getReadStates.js.map +1 -1
- package/lib/module/components/MessageOverlay/MessageActionList.js +19 -40
- package/lib/module/components/MessageOverlay/MessageActionList.js.map +1 -1
- package/lib/module/components/MessageOverlay/MessageActionListItem.js +21 -48
- package/lib/module/components/MessageOverlay/MessageActionListItem.js.map +1 -1
- package/lib/module/components/MessageOverlay/MessageOverlay.js +163 -304
- package/lib/module/components/MessageOverlay/MessageOverlay.js.map +1 -1
- package/lib/module/components/MessageOverlay/OverlayBackdrop.js +3 -8
- package/lib/module/components/MessageOverlay/OverlayBackdrop.js.map +1 -1
- package/lib/module/components/MessageOverlay/OverlayReactionList.js +73 -145
- package/lib/module/components/MessageOverlay/OverlayReactionList.js.map +1 -1
- package/lib/module/components/MessageOverlay/OverlayReactions.js +119 -224
- package/lib/module/components/MessageOverlay/OverlayReactions.js.map +1 -1
- package/lib/module/components/MessageOverlay/OverlayReactionsAvatar.js +3 -8
- package/lib/module/components/MessageOverlay/OverlayReactionsAvatar.js.map +1 -1
- package/lib/module/components/MessageOverlay/hooks/useMessageActionAnimation.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressControl.js +19 -51
- package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/module/components/RTLComponents/WritingDirectionAwareText.js +4 -9
- package/lib/module/components/RTLComponents/WritingDirectionAwareText.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +61 -113
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/Spinner/Spinner.js +11 -21
- package/lib/module/components/Spinner/Spinner.js.map +1 -1
- package/lib/module/components/Thread/Thread.js +17 -44
- package/lib/module/components/Thread/Thread.js.map +1 -1
- package/lib/module/components/Thread/components/ThreadFooterComponent.js +57 -121
- package/lib/module/components/Thread/components/ThreadFooterComponent.js.map +1 -1
- package/lib/module/components/docs/data.js +1 -1
- package/lib/module/components/docs/data.js.map +1 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +9 -21
- package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
- package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js +9 -21
- package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/module/contexts/channelContext/ChannelContext.js +8 -21
- package/lib/module/contexts/channelContext/ChannelContext.js.map +1 -1
- package/lib/module/contexts/channelsContext/ChannelsContext.js +8 -21
- package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js +15 -32
- package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
- package/lib/module/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/module/contexts/chatContext/ChatContext.js +8 -21
- package/lib/module/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/module/contexts/debugContext/DebugContext.js +6 -10
- package/lib/module/contexts/debugContext/DebugContext.js.map +1 -1
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js +8 -20
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/module/contexts/index.js.map +1 -1
- package/lib/module/contexts/keyboardContext/KeyboardContext.js +8 -21
- package/lib/module/contexts/keyboardContext/KeyboardContext.js.map +1 -1
- package/lib/module/contexts/messageContext/MessageContext.js +8 -21
- package/lib/module/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +126 -96
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +5 -3
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js +49 -41
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/module/contexts/messageOverlayContext/MessageOverlayContext.js +8 -21
- package/lib/module/contexts/messageOverlayContext/MessageOverlayContext.js.map +1 -1
- package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.js.map +1 -1
- package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.test.js +33 -53
- package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.test.js.map +1 -1
- package/lib/module/contexts/messagesContext/MessagesContext.js +8 -21
- package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayContext.js +5 -13
- package/lib/module/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayProvider.js +52 -112
- package/lib/module/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/module/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js +6 -10
- package/lib/module/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js.map +1 -1
- package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +8 -21
- package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
- package/lib/module/contexts/suggestionsContext/SuggestionsContext.js +9 -21
- package/lib/module/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
- package/lib/module/contexts/themeContext/ThemeContext.js +6 -10
- package/lib/module/contexts/themeContext/ThemeContext.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +3 -3
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/contexts/threadContext/ThreadContext.js +8 -21
- package/lib/module/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/module/contexts/translationContext/TranslationContext.js +8 -20
- package/lib/module/contexts/translationContext/TranslationContext.js.map +1 -1
- package/lib/module/contexts/typingContext/TypingContext.js +8 -21
- package/lib/module/contexts/typingContext/TypingContext.js.map +1 -1
- package/lib/module/contexts/utils/defaultBaseContextValue.js.map +1 -1
- package/lib/module/contexts/utils/getDisplayName.js.map +1 -1
- package/lib/module/contexts/utils/isTestEnvironment.js.map +1 -1
- package/lib/module/emoji-data/compile.js +4 -5
- package/lib/module/emoji-data/compile.js.map +1 -1
- package/lib/module/emoji-data/index.js.map +1 -1
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useAppStateListener.js +3 -1
- package/lib/module/hooks/useAppStateListener.js.map +1 -1
- package/lib/module/hooks/useIsMountedRef.js.map +1 -1
- package/lib/module/hooks/useLoadingImage.js +3 -4
- package/lib/module/hooks/useLoadingImage.js.map +1 -1
- package/lib/module/hooks/useStreami18n.js +1 -2
- package/lib/module/hooks/useStreami18n.js.map +1 -1
- package/lib/module/hooks/useTranslatedMessage.js +3 -5
- package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/module/hooks/useViewport.js.map +1 -1
- package/lib/module/i18n/es.json +10 -10
- package/lib/module/i18n/fr.json +10 -10
- package/lib/module/i18n/he.json +10 -10
- package/lib/module/i18n/hi.json +10 -10
- package/lib/module/i18n/it.json +10 -10
- package/lib/module/i18n/ja.json +10 -10
- package/lib/module/i18n/ko.json +10 -10
- package/lib/module/i18n/nl.json +10 -10
- package/lib/module/i18n/pt-BR.json +10 -10
- package/lib/module/i18n/ru.json +10 -10
- package/lib/module/i18n/tr.json +10 -10
- package/lib/module/icons/ArrowRight.js +10 -36
- package/lib/module/icons/ArrowRight.js.map +1 -1
- package/lib/module/icons/AtMentions.js +6 -18
- package/lib/module/icons/AtMentions.js.map +1 -1
- package/lib/module/icons/Attach.js +6 -18
- package/lib/module/icons/Attach.js.map +1 -1
- package/lib/module/icons/Audio.js +28 -73
- package/lib/module/icons/Audio.js.map +1 -1
- package/lib/module/icons/CSV.js +18 -53
- package/lib/module/icons/CSV.js.map +1 -1
- package/lib/module/icons/Camera.js +6 -18
- package/lib/module/icons/Camera.js.map +1 -1
- package/lib/module/icons/Check.js +8 -27
- package/lib/module/icons/Check.js.map +1 -1
- package/lib/module/icons/CheckAll.js +8 -27
- package/lib/module/icons/CheckAll.js.map +1 -1
- package/lib/module/icons/CheckSend.js +6 -18
- package/lib/module/icons/CheckSend.js.map +1 -1
- package/lib/module/icons/CircleClose.js +8 -27
- package/lib/module/icons/CircleClose.js.map +1 -1
- package/lib/module/icons/CirclePlus.js +8 -27
- package/lib/module/icons/CirclePlus.js.map +1 -1
- package/lib/module/icons/CircleRight.js +8 -27
- package/lib/module/icons/CircleRight.js.map +1 -1
- package/lib/module/icons/Close.js +6 -18
- package/lib/module/icons/Close.js.map +1 -1
- package/lib/module/icons/Copy.js +6 -18
- package/lib/module/icons/Copy.js.map +1 -1
- package/lib/module/icons/CurveLineLeftUp.js +10 -36
- package/lib/module/icons/CurveLineLeftUp.js.map +1 -1
- package/lib/module/icons/DOC.js +32 -83
- package/lib/module/icons/DOC.js.map +1 -1
- package/lib/module/icons/DOCX.js +32 -83
- package/lib/module/icons/DOCX.js.map +1 -1
- package/lib/module/icons/Delete.js +8 -27
- package/lib/module/icons/Delete.js.map +1 -1
- package/lib/module/icons/Down.js +6 -18
- package/lib/module/icons/Down.js.map +1 -1
- package/lib/module/icons/DownloadArrow.js +6 -18
- package/lib/module/icons/DownloadArrow.js.map +1 -1
- package/lib/module/icons/DownloadCloud.js +12 -45
- package/lib/module/icons/DownloadCloud.js.map +1 -1
- package/lib/module/icons/Edit.js +6 -18
- package/lib/module/icons/Edit.js.map +1 -1
- package/lib/module/icons/Error.js +6 -18
- package/lib/module/icons/Error.js.map +1 -1
- package/lib/module/icons/Eye.js +6 -18
- package/lib/module/icons/Eye.js.map +1 -1
- package/lib/module/icons/Flag.js +6 -18
- package/lib/module/icons/Flag.js.map +1 -1
- package/lib/module/icons/Folder.js +6 -18
- package/lib/module/icons/Folder.js.map +1 -1
- package/lib/module/icons/GenericFile.js +28 -73
- package/lib/module/icons/GenericFile.js.map +1 -1
- package/lib/module/icons/GiphyIcon.js +22 -69
- package/lib/module/icons/GiphyIcon.js.map +1 -1
- package/lib/module/icons/Grid.js +6 -18
- package/lib/module/icons/Grid.js.map +1 -1
- package/lib/module/icons/Group.js +6 -18
- package/lib/module/icons/Group.js.map +1 -1
- package/lib/module/icons/HTML.js +18 -53
- package/lib/module/icons/HTML.js.map +1 -1
- package/lib/module/icons/Imgur.js +15 -41
- package/lib/module/icons/Imgur.js.map +1 -1
- package/lib/module/icons/LOLReaction.js +6 -18
- package/lib/module/icons/LOLReaction.js.map +1 -1
- package/lib/module/icons/Lightning.js +6 -18
- package/lib/module/icons/Lightning.js.map +1 -1
- package/lib/module/icons/Link.js +8 -27
- package/lib/module/icons/Link.js.map +1 -1
- package/lib/module/icons/Loading.js +23 -56
- package/lib/module/icons/Loading.js.map +1 -1
- package/lib/module/icons/Logo.js +7 -19
- package/lib/module/icons/Logo.js.map +1 -1
- package/lib/module/icons/LoveReaction.js +6 -18
- package/lib/module/icons/LoveReaction.js.map +1 -1
- package/lib/module/icons/MD.js +18 -53
- package/lib/module/icons/MD.js.map +1 -1
- package/lib/module/icons/MailOpen.js +6 -18
- package/lib/module/icons/MailOpen.js.map +1 -1
- package/lib/module/icons/MenuPointHorizontal.js +6 -18
- package/lib/module/icons/MenuPointHorizontal.js.map +1 -1
- package/lib/module/icons/MenuPointVertical.js +6 -18
- package/lib/module/icons/MenuPointVertical.js.map +1 -1
- package/lib/module/icons/MessageFlag.js +6 -18
- package/lib/module/icons/MessageFlag.js.map +1 -1
- package/lib/module/icons/MessageIcon.js +6 -18
- package/lib/module/icons/MessageIcon.js.map +1 -1
- package/lib/module/icons/Mute.js +6 -18
- package/lib/module/icons/Mute.js.map +1 -1
- package/lib/module/icons/Notification.js +10 -36
- package/lib/module/icons/Notification.js.map +1 -1
- package/lib/module/icons/ODT.js +18 -53
- package/lib/module/icons/ODT.js.map +1 -1
- package/lib/module/icons/PDF.js +18 -53
- package/lib/module/icons/PDF.js.map +1 -1
- package/lib/module/icons/PPT.js +32 -83
- package/lib/module/icons/PPT.js.map +1 -1
- package/lib/module/icons/PPTX.js +32 -83
- package/lib/module/icons/PPTX.js.map +1 -1
- package/lib/module/icons/Pause.js +16 -33
- package/lib/module/icons/Pause.js.map +1 -1
- package/lib/module/icons/Picture.js +8 -27
- package/lib/module/icons/Picture.js.map +1 -1
- package/lib/module/icons/Pin.js +7 -19
- package/lib/module/icons/Pin.js.map +1 -1
- package/lib/module/icons/PinHeader.js +6 -18
- package/lib/module/icons/PinHeader.js.map +1 -1
- package/lib/module/icons/Play.js +7 -19
- package/lib/module/icons/Play.js.map +1 -1
- package/lib/module/icons/RAR.js +18 -53
- package/lib/module/icons/RAR.js.map +1 -1
- package/lib/module/icons/RTF.js +18 -53
- package/lib/module/icons/RTF.js.map +1 -1
- package/lib/module/icons/Recorder.js +8 -27
- package/lib/module/icons/Recorder.js.map +1 -1
- package/lib/module/icons/Refresh.js +6 -18
- package/lib/module/icons/Refresh.js.map +1 -1
- package/lib/module/icons/SEVEN_Z.js +18 -53
- package/lib/module/icons/SEVEN_Z.js.map +1 -1
- package/lib/module/icons/Search.js +6 -18
- package/lib/module/icons/Search.js.map +1 -1
- package/lib/module/icons/SendRight.js +6 -18
- package/lib/module/icons/SendRight.js.map +1 -1
- package/lib/module/icons/SendUp.js +6 -18
- package/lib/module/icons/SendUp.js.map +1 -1
- package/lib/module/icons/Share.js +15 -40
- package/lib/module/icons/Share.js.map +1 -1
- package/lib/module/icons/ShareRightArrow.js +6 -18
- package/lib/module/icons/ShareRightArrow.js.map +1 -1
- package/lib/module/icons/Smile.js +8 -27
- package/lib/module/icons/Smile.js.map +1 -1
- package/lib/module/icons/Sound.js +6 -18
- package/lib/module/icons/Sound.js.map +1 -1
- package/lib/module/icons/TAR.js +18 -53
- package/lib/module/icons/TAR.js.map +1 -1
- package/lib/module/icons/TXT.js +18 -53
- package/lib/module/icons/TXT.js.map +1 -1
- package/lib/module/icons/ThreadReply.js +6 -18
- package/lib/module/icons/ThreadReply.js.map +1 -1
- package/lib/module/icons/ThumbsDownReaction.js +6 -18
- package/lib/module/icons/ThumbsDownReaction.js.map +1 -1
- package/lib/module/icons/ThumbsUpReaction.js +6 -18
- package/lib/module/icons/ThumbsUpReaction.js.map +1 -1
- package/lib/module/icons/Time.js +8 -27
- package/lib/module/icons/Time.js.map +1 -1
- package/lib/module/icons/Unknown.js +6 -18
- package/lib/module/icons/Unknown.js.map +1 -1
- package/lib/module/icons/Unpin.js +6 -18
- package/lib/module/icons/Unpin.js.map +1 -1
- package/lib/module/icons/User.js +6 -18
- package/lib/module/icons/User.js.map +1 -1
- package/lib/module/icons/UserAdd.js +8 -27
- package/lib/module/icons/UserAdd.js.map +1 -1
- package/lib/module/icons/UserAdmin.js +13 -32
- package/lib/module/icons/UserAdmin.js.map +1 -1
- package/lib/module/icons/UserDelete.js +8 -27
- package/lib/module/icons/UserDelete.js.map +1 -1
- package/lib/module/icons/UserMinus.js +8 -27
- package/lib/module/icons/UserMinus.js.map +1 -1
- package/lib/module/icons/Video.js +18 -58
- package/lib/module/icons/Video.js.map +1 -1
- package/lib/module/icons/Warning.js +6 -18
- package/lib/module/icons/Warning.js.map +1 -1
- package/lib/module/icons/WutReaction.js +6 -18
- package/lib/module/icons/WutReaction.js.map +1 -1
- package/lib/module/icons/XLS.js +32 -83
- package/lib/module/icons/XLS.js.map +1 -1
- package/lib/module/icons/XLSX.js +32 -83
- package/lib/module/icons/XLSX.js.map +1 -1
- package/lib/module/icons/ZIP.js +18 -53
- package/lib/module/icons/ZIP.js.map +1 -1
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/icons/utils/base.js +8 -19
- package/lib/module/icons/utils/base.js.map +1 -1
- package/lib/module/index.js +2 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/init.js.map +1 -1
- package/lib/module/mock-builders/DB/consts.js.map +1 -1
- package/lib/module/mock-builders/DB/mock.js +2 -2
- package/lib/module/mock-builders/DB/mock.js.map +1 -1
- package/lib/module/mock-builders/api/channelMocks.js.map +1 -1
- package/lib/module/mock-builders/api/deleteMessage.js.map +1 -1
- package/lib/module/mock-builders/api/deleteReaction.js.map +1 -1
- package/lib/module/mock-builders/api/error.js +4 -6
- package/lib/module/mock-builders/api/error.js.map +1 -1
- package/lib/module/mock-builders/api/getOrCreateChannel.js.map +1 -1
- package/lib/module/mock-builders/api/queryChannels.js.map +1 -1
- package/lib/module/mock-builders/api/queryMembers.js.map +1 -1
- package/lib/module/mock-builders/api/sendMessage.js.map +1 -1
- package/lib/module/mock-builders/api/sendReaction.js.map +1 -1
- package/lib/module/mock-builders/api/threadReplies.js.map +1 -1
- package/lib/module/mock-builders/api/useMockedApis.js.map +1 -1
- package/lib/module/mock-builders/api/utils.js.map +1 -1
- package/lib/module/mock-builders/event/channelDeleted.js.map +1 -1
- package/lib/module/mock-builders/event/channelHidden.js.map +1 -1
- package/lib/module/mock-builders/event/channelTruncated.js.map +1 -1
- package/lib/module/mock-builders/event/channelUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/connectionChanged.js.map +1 -1
- package/lib/module/mock-builders/event/connectionRecovered.js.map +1 -1
- package/lib/module/mock-builders/event/memberAdded.js.map +1 -1
- package/lib/module/mock-builders/event/memberRemoved.js.map +1 -1
- package/lib/module/mock-builders/event/memberUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/messageDeleted.js.map +1 -1
- package/lib/module/mock-builders/event/messageNew.js.map +1 -1
- package/lib/module/mock-builders/event/messageRead.js.map +1 -1
- package/lib/module/mock-builders/event/messageUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/notificationAddedToChannel.js.map +1 -1
- package/lib/module/mock-builders/event/notificationMessageNew.js.map +1 -1
- package/lib/module/mock-builders/event/notificationMutesUpdated.js +1 -3
- package/lib/module/mock-builders/event/notificationMutesUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/notificationRemovedFromChannel.js.map +1 -1
- package/lib/module/mock-builders/event/reactionDeleted.js.map +1 -1
- package/lib/module/mock-builders/event/reactionNew.js.map +1 -1
- package/lib/module/mock-builders/event/reactionUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/typing.js.map +1 -1
- package/lib/module/mock-builders/event/userPresence.js.map +1 -1
- package/lib/module/mock-builders/event/userUpdated.js.map +1 -1
- package/lib/module/mock-builders/generator/attachment.js +9 -11
- package/lib/module/mock-builders/generator/attachment.js.map +1 -1
- package/lib/module/mock-builders/generator/channel.js +11 -12
- package/lib/module/mock-builders/generator/channel.js.map +1 -1
- package/lib/module/mock-builders/generator/member.js +1 -3
- package/lib/module/mock-builders/generator/member.js.map +1 -1
- package/lib/module/mock-builders/generator/message.js +2 -4
- package/lib/module/mock-builders/generator/message.js.map +1 -1
- package/lib/module/mock-builders/generator/reaction.js +1 -3
- package/lib/module/mock-builders/generator/reaction.js.map +1 -1
- package/lib/module/mock-builders/generator/user.js +2 -4
- package/lib/module/mock-builders/generator/user.js.map +1 -1
- package/lib/module/mock-builders/mock.js +1 -2
- package/lib/module/mock-builders/mock.js.map +1 -1
- package/lib/module/mock-builders/native/react-native-mock.js.map +1 -1
- package/lib/module/native.js.map +1 -1
- package/lib/module/store/QuickSqliteClient.js +11 -11
- package/lib/module/store/QuickSqliteClient.js.map +1 -1
- package/lib/module/store/apis/addPendingTask.js.map +1 -1
- package/lib/module/store/apis/deleteChannel.js.map +1 -1
- package/lib/module/store/apis/deleteMember.js.map +1 -1
- package/lib/module/store/apis/deleteMessage.js.map +1 -1
- package/lib/module/store/apis/deleteMessagesForChannel.js.map +1 -1
- package/lib/module/store/apis/deletePendingTask.js.map +1 -1
- package/lib/module/store/apis/deleteReaction.js.map +1 -1
- package/lib/module/store/apis/deleteReactions.js.map +1 -1
- package/lib/module/store/apis/getAllChannelIds.js.map +1 -1
- package/lib/module/store/apis/getAppSettings.js.map +1 -1
- package/lib/module/store/apis/getChannelMessages.js.map +1 -1
- package/lib/module/store/apis/getChannels.js +1 -3
- package/lib/module/store/apis/getChannels.js.map +1 -1
- package/lib/module/store/apis/getChannelsForFilterSort.js.map +1 -1
- package/lib/module/store/apis/getLastSyncedAt.js.map +1 -1
- package/lib/module/store/apis/getMembers.js.map +1 -1
- package/lib/module/store/apis/getPendingTasks.js.map +1 -1
- package/lib/module/store/apis/getReads.js.map +1 -1
- package/lib/module/store/apis/index.js.map +1 -1
- package/lib/module/store/apis/insertReaction.js.map +1 -1
- package/lib/module/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
- package/lib/module/store/apis/queries/selectChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectMembersForChannels.js +3 -3
- package/lib/module/store/apis/queries/selectMembersForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectMessagesForChannels.js +3 -3
- package/lib/module/store/apis/queries/selectMessagesForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectReactionsForMessages.js +3 -3
- package/lib/module/store/apis/queries/selectReactionsForMessages.js.map +1 -1
- package/lib/module/store/apis/queries/selectReadsForChannels.js +3 -3
- package/lib/module/store/apis/queries/selectReadsForChannels.js.map +1 -1
- package/lib/module/store/apis/updateMessage.js.map +1 -1
- package/lib/module/store/apis/updateReaction.js.map +1 -1
- package/lib/module/store/apis/upsertAppSettings.js.map +1 -1
- package/lib/module/store/apis/upsertChannelData.js.map +1 -1
- package/lib/module/store/apis/upsertChannelDataFromChannel.js +21 -0
- package/lib/module/store/apis/upsertChannelDataFromChannel.js.map +1 -0
- package/lib/module/store/apis/upsertChannels.js +29 -21
- package/lib/module/store/apis/upsertChannels.js.map +1 -1
- package/lib/module/store/apis/upsertCidsForQuery.js.map +1 -1
- package/lib/module/store/apis/upsertMembers.js.map +1 -1
- package/lib/module/store/apis/upsertMessages.js.map +1 -1
- package/lib/module/store/apis/upsertReads.js.map +1 -1
- package/lib/module/store/apis/upsertUserSyncStatus.js.map +1 -1
- package/lib/module/store/apis/utils/convertFilterSortToQuery.js +1 -1
- package/lib/module/store/apis/utils/convertFilterSortToQuery.js.map +1 -1
- package/lib/module/store/constants.js.map +1 -1
- package/lib/module/store/mappers/mapChannelDataToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapChannelToStorable.js +63 -0
- package/lib/module/store/mappers/mapChannelToStorable.js.map +1 -0
- package/lib/module/store/mappers/mapDateTimeToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapMemberToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapMessageToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapReactionToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapReadToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToChannel.js +1 -3
- package/lib/module/store/mappers/mapStorableToChannel.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToMember.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToMessage.js +1 -2
- package/lib/module/store/mappers/mapStorableToMessage.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToReaction.js +1 -3
- package/lib/module/store/mappers/mapStorableToReaction.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToRead.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToTask.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToUser.js +1 -3
- package/lib/module/store/mappers/mapStorableToUser.js.map +1 -1
- package/lib/module/store/mappers/mapTaskToStorable.js +1 -3
- package/lib/module/store/mappers/mapTaskToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapUserToStorable.js.map +1 -1
- package/lib/module/store/schema.js.map +1 -1
- package/lib/module/store/sqlite-utils/appendOrderByClause.js +2 -2
- package/lib/module/store/sqlite-utils/appendOrderByClause.js.map +1 -1
- package/lib/module/store/sqlite-utils/appendWhereCluase.js +3 -3
- package/lib/module/store/sqlite-utils/appendWhereCluase.js.map +1 -1
- package/lib/module/store/sqlite-utils/createCreateTableQuery.js +5 -5
- package/lib/module/store/sqlite-utils/createCreateTableQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createDeleteQuery.js +1 -1
- package/lib/module/store/sqlite-utils/createDeleteQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createSelectQuery.js +2 -2
- package/lib/module/store/sqlite-utils/createSelectQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createUpdateQuery.js +3 -3
- package/lib/module/store/sqlite-utils/createUpdateQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createUpsertQuery.js +3 -3
- package/lib/module/store/sqlite-utils/createUpsertQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/printRow.js.map +1 -1
- package/lib/module/store/types.js.map +1 -1
- package/lib/module/test-utils/BetterSqlite.js +2 -2
- package/lib/module/test-utils/BetterSqlite.js.map +1 -1
- package/lib/module/types/types.js.map +1 -1
- package/lib/module/utils/DBSyncManager.js +124 -98
- package/lib/module/utils/DBSyncManager.js.map +1 -1
- package/lib/module/utils/StreamChatRN.js +1 -2
- package/lib/module/utils/StreamChatRN.js.map +1 -1
- package/lib/module/utils/Streami18n.js +24 -22
- package/lib/module/utils/Streami18n.js.map +1 -1
- package/lib/module/utils/addReactionToLocalState.js.map +1 -1
- package/lib/module/utils/compressImage.js.map +1 -1
- package/lib/module/utils/date.js.map +1 -1
- package/lib/module/utils/getResizedImageUrl.js +3 -3
- package/lib/module/utils/getResizedImageUrl.js.map +1 -1
- package/lib/module/utils/getUrlOfImageAttachment.js.map +1 -1
- package/lib/module/utils/patchMessageTextCommand.js +2 -2
- package/lib/module/utils/patchMessageTextCommand.js.map +1 -1
- package/lib/module/utils/removeReactionFromLocalState.js.map +1 -1
- package/lib/module/utils/removeReservedFields.js +1 -3
- package/lib/module/utils/removeReservedFields.js.map +1 -1
- package/lib/module/utils/utils.js +29 -22
- package/lib/module/utils/utils.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Attachment/Attachment.d.ts +3 -2
- package/lib/typescript/components/Attachment/Attachment.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/AttachmentActions.d.ts +3 -2
- package/lib/typescript/components/Attachment/AttachmentActions.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts +3 -2
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/Card.d.ts +3 -2
- package/lib/typescript/components/Attachment/Card.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/FileAttachment.d.ts +3 -2
- package/lib/typescript/components/Attachment/FileAttachment.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts +3 -2
- package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/FileIcon.d.ts +5 -1
- package/lib/typescript/components/Attachment/FileIcon.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/Gallery.d.ts +3 -2
- package/lib/typescript/components/Attachment/Gallery.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/GalleryImage.d.ts +4 -3
- package/lib/typescript/components/Attachment/GalleryImage.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/Giphy.d.ts +3 -2
- package/lib/typescript/components/Attachment/Giphy.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/ImageLoadingFailedIndicator.d.ts +3 -2
- package/lib/typescript/components/Attachment/ImageLoadingFailedIndicator.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/ImageLoadingIndicator.d.ts +3 -2
- package/lib/typescript/components/Attachment/ImageLoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts +2 -1
- package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/VideoThumbnail.d.ts +2 -1
- package/lib/typescript/components/Attachment/VideoThumbnail.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGallery.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGallery.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnail.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnail.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnailGrid.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnailGrid.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/types.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/buildGallery/types.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/getAspectRatio.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/getAspectRatio.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/getGalleryImageBorderRadius.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/getGalleryImageBorderRadius.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/getGiphyMimeType.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/getGiphyMimeType.d.ts.map +1 -0
- package/lib/typescript/components/Attachment/utils/openUrlSafely.d.ts +1 -0
- package/lib/typescript/components/Attachment/utils/openUrlSafely.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts +1 -0
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.d.ts +5 -2
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerError.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerError.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerErrorImage.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerErrorImage.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.d.ts +3 -2
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/AttachmentSelectionBar.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentSelectionBar.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/CameraSelectorIcon.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/CameraSelectorIcon.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/FileSelectorIcon.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/FileSelectorIcon.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/ImageOverlaySelectedComponent.d.ts +5 -1
- package/lib/typescript/components/AttachmentPicker/components/ImageOverlaySelectedComponent.d.ts.map +1 -0
- package/lib/typescript/components/AttachmentPicker/components/ImageSelectorIcon.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/ImageSelectorIcon.d.ts.map +1 -0
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts +3 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts.map +1 -0
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.d.ts +3 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.d.ts.map +1 -0
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionHeader.d.ts +3 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionHeader.d.ts.map +1 -0
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionItem.d.ts +3 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionItem.d.ts.map +1 -0
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts +3 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts.map +1 -0
- package/lib/typescript/components/Avatar/Avatar.d.ts +5 -1
- package/lib/typescript/components/Avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/components/Avatar/GroupAvatar.d.ts +5 -1
- package/lib/typescript/components/Avatar/GroupAvatar.d.ts.map +1 -0
- package/lib/typescript/components/Channel/Channel.d.ts +2 -1
- package/lib/typescript/components/Channel/Channel.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateChannelContext.d.ts +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateChannelContext.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts +6 -5
- package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateOwnCapabilitiesContext.d.ts +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateOwnCapabilitiesContext.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreatePaginatedMessageListContext.d.ts +1 -0
- package/lib/typescript/components/Channel/hooks/useCreatePaginatedMessageListContext.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateThreadContext.d.ts +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateThreadContext.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateTypingContext.d.ts +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateTypingContext.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useTargetedMessage.d.ts +1 -0
- package/lib/typescript/components/Channel/hooks/useTargetedMessage.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/ChannelList.d.ts +2 -1
- package/lib/typescript/components/ChannelList/ChannelList.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/ChannelListFooterLoadingIndicator.d.ts +5 -1
- package/lib/typescript/components/ChannelList/ChannelListFooterLoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/ChannelListHeaderErrorIndicator.d.ts +5 -1
- package/lib/typescript/components/ChannelList/ChannelListHeaderErrorIndicator.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/ChannelListHeaderNetworkDownIndicator.d.ts +5 -1
- package/lib/typescript/components/ChannelList/ChannelListHeaderNetworkDownIndicator.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/ChannelListLoadingIndicator.d.ts +2 -1
- package/lib/typescript/components/ChannelList/ChannelListLoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/ChannelListMessenger.d.ts +3 -2
- package/lib/typescript/components/ChannelList/ChannelListMessenger.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/Skeleton.d.ts +5 -1
- package/lib/typescript/components/ChannelList/Skeleton.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useAddedToChannelNotification.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useAddedToChannelNotification.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelDeleted.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelDeleted.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelHidden.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelHidden.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelTruncated.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelTruncated.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelUpdated.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelUpdated.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelVisible.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelVisible.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessageNotification.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessageNotification.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useUserPresence.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/listeners/useUserPresence.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/useCreateChannelsContext.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/useCreateChannelsContext.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts +1 -0
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/utils.d.ts +2 -1
- package/lib/typescript/components/ChannelList/utils.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelAvatar.d.ts +4 -3
- package/lib/typescript/components/ChannelPreview/ChannelAvatar.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts +3 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessage.d.ts +3 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessage.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessenger.d.ts +3 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessenger.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMutedStatus.d.ts +3 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMutedStatus.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelPreviewStatus.d.ts +3 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewStatus.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts +3 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts +3 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.d.ts +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayAvatar.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayName.d.ts +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayName.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.d.ts +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.d.ts.map +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts +1 -0
- package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts.map +1 -0
- package/lib/typescript/components/Chat/Chat.d.ts +2 -1
- package/lib/typescript/components/Chat/Chat.d.ts.map +1 -0
- package/lib/typescript/components/Chat/hooks/handleEventToSyncDB.d.ts +5 -2
- package/lib/typescript/components/Chat/hooks/handleEventToSyncDB.d.ts.map +1 -0
- package/lib/typescript/components/Chat/hooks/useAppSettings.d.ts +1 -0
- package/lib/typescript/components/Chat/hooks/useAppSettings.d.ts.map +1 -0
- package/lib/typescript/components/Chat/hooks/useCreateChatContext.d.ts +1 -0
- package/lib/typescript/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -0
- package/lib/typescript/components/Chat/hooks/useIsOnline.d.ts +1 -0
- package/lib/typescript/components/Chat/hooks/useIsOnline.d.ts.map +1 -0
- package/lib/typescript/components/Chat/hooks/useMutedUsers.d.ts +1 -0
- package/lib/typescript/components/Chat/hooks/useMutedUsers.d.ts.map +1 -0
- package/lib/typescript/components/Chat/hooks/useSyncDatabase.d.ts +1 -0
- package/lib/typescript/components/Chat/hooks/useSyncDatabase.d.ts.map +1 -0
- package/lib/typescript/components/ImageBackground.d.ts +1 -0
- package/lib/typescript/components/ImageBackground.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/ImageGallery.d.ts +3 -2
- package/lib/typescript/components/ImageGallery/ImageGallery.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts +2 -1
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts +2 -1
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +3 -2
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts +2 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/ImageGalleryOverlay.d.ts +5 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryOverlay.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts +2 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/ImageGrid.d.ts +2 -1
- package/lib/typescript/components/ImageGallery/components/ImageGrid.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/components/ImageGridHandle.d.ts +5 -1
- package/lib/typescript/components/ImageGallery/components/ImageGridHandle.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts +5 -4
- package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts.map +1 -0
- package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts +2 -1
- package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -0
- package/lib/typescript/components/Indicators/LoadingDot.d.ts +2 -1
- package/lib/typescript/components/Indicators/LoadingDot.d.ts.map +1 -0
- package/lib/typescript/components/Indicators/LoadingDots.d.ts +2 -1
- package/lib/typescript/components/Indicators/LoadingDots.d.ts.map +1 -0
- package/lib/typescript/components/Indicators/LoadingErrorIndicator.d.ts +5 -1
- package/lib/typescript/components/Indicators/LoadingErrorIndicator.d.ts.map +1 -0
- package/lib/typescript/components/Indicators/LoadingIndicator.d.ts +5 -1
- package/lib/typescript/components/Indicators/LoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts +4 -3
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts.map +1 -0
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.d.ts +2 -1
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.d.ts.map +1 -0
- package/lib/typescript/components/Message/Message.d.ts +3 -2
- package/lib/typescript/components/Message/Message.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageAvatar.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/MessageAvatar.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageBounce.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/MessageBounce.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts +2 -1
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageDeleted.d.ts +2 -1
- package/lib/typescript/components/Message/MessageSimple/MessageDeleted.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageError.d.ts +2 -1
- package/lib/typescript/components/Message/MessageSimple/MessageError.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts +2 -1
- package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessagePinnedHeader.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/MessagePinnedHeader.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageReplies.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/MessageReplies.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageRepliesAvatars.d.ts +4 -3
- package/lib/typescript/components/Message/MessageSimple/MessageRepliesAvatars.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageStatus.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/MessageStatus.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/ReactionList.d.ts +3 -2
- package/lib/typescript/components/Message/MessageSimple/ReactionList.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.d.ts +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.test.d.ts +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.test.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.d.ts +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.test.d.ts +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/parseLinks.test.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts +4 -3
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.test.d.ts +1 -0
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.test.d.ts.map +1 -0
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts +1 -0
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts.map +1 -0
- package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts +1 -0
- package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts.map +1 -0
- package/lib/typescript/components/Message/hooks/useMessageActions.d.ts +1 -0
- package/lib/typescript/components/Message/hooks/useMessageActions.d.ts.map +1 -0
- package/lib/typescript/components/Message/utils/messageActions.d.ts +1 -0
- package/lib/typescript/components/Message/utils/messageActions.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/AttachButton.d.ts +3 -2
- package/lib/typescript/components/MessageInput/AttachButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/CommandsButton.d.ts +3 -2
- package/lib/typescript/components/MessageInput/CommandsButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/CooldownTimer.d.ts +3 -2
- package/lib/typescript/components/MessageInput/CooldownTimer.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts +3 -2
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/ImageUploadPreview.d.ts +3 -2
- package/lib/typescript/components/MessageInput/ImageUploadPreview.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/InputButtons.d.ts +4 -3
- package/lib/typescript/components/MessageInput/InputButtons.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/MessageInput.d.ts +3 -2
- package/lib/typescript/components/MessageInput/MessageInput.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/MoreOptionsButton.d.ts +3 -2
- package/lib/typescript/components/MessageInput/MoreOptionsButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/SendButton.d.ts +3 -2
- package/lib/typescript/components/MessageInput/SendButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/SendMessageDisallowedIndicator.d.ts +3 -2
- package/lib/typescript/components/MessageInput/SendMessageDisallowedIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/ShowThreadMessageInChannelButton.d.ts +3 -2
- package/lib/typescript/components/MessageInput/ShowThreadMessageInChannelButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/UploadProgressIndicator.d.ts +3 -2
- package/lib/typescript/components/MessageInput/UploadProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/InputEditingStateHeader.d.ts +4 -3
- package/lib/typescript/components/MessageInput/components/InputEditingStateHeader.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/InputGiphySearch.d.ts +4 -3
- package/lib/typescript/components/MessageInput/components/InputGiphySearch.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/components/InputReplyStateHeader.d.ts +4 -3
- package/lib/typescript/components/MessageInput/components/InputReplyStateHeader.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/hooks/useCooldown.d.ts +1 -0
- package/lib/typescript/components/MessageInput/hooks/useCooldown.d.ts.map +1 -0
- package/lib/typescript/components/MessageInput/hooks/useCountdown.d.ts +1 -0
- package/lib/typescript/components/MessageInput/hooks/useCountdown.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/DateHeader.d.ts +2 -1
- package/lib/typescript/components/MessageList/DateHeader.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/InlineDateSeparator.d.ts +2 -1
- package/lib/typescript/components/MessageList/InlineDateSeparator.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/InlineLoadingMoreIndicator.d.ts +3 -2
- package/lib/typescript/components/MessageList/InlineLoadingMoreIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/InlineLoadingMoreRecentIndicator.d.ts +3 -2
- package/lib/typescript/components/MessageList/InlineLoadingMoreRecentIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/InlineLoadingMoreThreadIndicator.d.ts +3 -2
- package/lib/typescript/components/MessageList/InlineLoadingMoreThreadIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/InlineUnreadIndicator.d.ts +2 -1
- package/lib/typescript/components/MessageList/InlineUnreadIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/MessageList.d.ts +2 -1
- package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/MessageSystem.d.ts +3 -2
- package/lib/typescript/components/MessageList/MessageSystem.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/NetworkDownIndicator.d.ts +3 -2
- package/lib/typescript/components/MessageList/NetworkDownIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts +5 -1
- package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/TypingIndicator.d.ts +3 -2
- package/lib/typescript/components/MessageList/TypingIndicator.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/TypingIndicatorContainer.d.ts +3 -2
- package/lib/typescript/components/MessageList/TypingIndicatorContainer.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts +1 -0
- package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.d.ts +1 -0
- package/lib/typescript/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/hooks/useTypingString.d.ts +1 -0
- package/lib/typescript/components/MessageList/hooks/useTypingString.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/utils/filterTypingUsers.d.ts +1 -0
- package/lib/typescript/components/MessageList/utils/filterTypingUsers.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/utils/getDateSeparators.d.ts +1 -0
- package/lib/typescript/components/MessageList/utils/getDateSeparators.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/utils/getGroupStyles.d.ts +1 -0
- package/lib/typescript/components/MessageList/utils/getGroupStyles.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/utils/getLastReceivedMessage.d.ts +1 -0
- package/lib/typescript/components/MessageList/utils/getLastReceivedMessage.d.ts.map +1 -0
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts +1 -0
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/MessageActionList.d.ts +3 -2
- package/lib/typescript/components/MessageOverlay/MessageActionList.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/MessageActionListItem.d.ts +3 -2
- package/lib/typescript/components/MessageOverlay/MessageActionListItem.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/MessageOverlay.d.ts +3 -2
- package/lib/typescript/components/MessageOverlay/MessageOverlay.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/OverlayBackdrop.d.ts +1 -0
- package/lib/typescript/components/MessageOverlay/OverlayBackdrop.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/OverlayReactionList.d.ts +4 -3
- package/lib/typescript/components/MessageOverlay/OverlayReactionList.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/OverlayReactions.d.ts +5 -1
- package/lib/typescript/components/MessageOverlay/OverlayReactions.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/OverlayReactionsAvatar.d.ts +5 -1
- package/lib/typescript/components/MessageOverlay/OverlayReactionsAvatar.d.ts.map +1 -0
- package/lib/typescript/components/MessageOverlay/hooks/useMessageActionAnimation.d.ts +2 -2
- package/lib/typescript/components/MessageOverlay/hooks/useMessageActionAnimation.d.ts.map +1 -0
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts +2 -1
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts.map +1 -0
- package/lib/typescript/components/RTLComponents/WritingDirectionAwareText.d.ts +2 -1
- package/lib/typescript/components/RTLComponents/WritingDirectionAwareText.d.ts.map +1 -0
- package/lib/typescript/components/Reply/Reply.d.ts +3 -2
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -0
- package/lib/typescript/components/Spinner/Spinner.d.ts +5 -1
- package/lib/typescript/components/Spinner/Spinner.d.ts.map +1 -0
- package/lib/typescript/components/Thread/Thread.d.ts +2 -1
- package/lib/typescript/components/Thread/Thread.d.ts.map +1 -0
- package/lib/typescript/components/Thread/components/ThreadFooterComponent.d.ts +3 -2
- package/lib/typescript/components/Thread/components/ThreadFooterComponent.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/components/index.d.ts.map +1 -0
- package/lib/typescript/contexts/activeChannelsRefContext/ActiveChannelsRefContext.d.ts +12 -2
- package/lib/typescript/contexts/activeChannelsRefContext/ActiveChannelsRefContext.d.ts.map +1 -0
- package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts +12 -2
- package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts.map +1 -0
- package/lib/typescript/contexts/channelContext/ChannelContext.d.ts +7 -2
- package/lib/typescript/contexts/channelContext/ChannelContext.d.ts.map +1 -0
- package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +8 -3
- package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts.map +1 -0
- package/lib/typescript/contexts/channelsStateContext/ChannelsStateContext.d.ts +12 -2
- package/lib/typescript/contexts/channelsStateContext/ChannelsStateContext.d.ts.map +1 -0
- package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts +1 -0
- package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts.map +1 -0
- package/lib/typescript/contexts/chatContext/ChatContext.d.ts +7 -2
- package/lib/typescript/contexts/chatContext/ChatContext.d.ts.map +1 -0
- package/lib/typescript/contexts/debugContext/DebugContext.d.ts +2 -1
- package/lib/typescript/contexts/debugContext/DebugContext.d.ts.map +1 -0
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts +12 -2
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts.map +1 -0
- package/lib/typescript/contexts/index.d.ts +1 -0
- package/lib/typescript/contexts/index.d.ts.map +1 -0
- package/lib/typescript/contexts/keyboardContext/KeyboardContext.d.ts +14 -2
- package/lib/typescript/contexts/keyboardContext/KeyboardContext.d.ts.map +1 -0
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts +9 -4
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts.map +1 -0
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +8 -3
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -0
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts +1 -0
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts.map +1 -0
- package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts +1 -0
- package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts.map +1 -0
- package/lib/typescript/contexts/messageOverlayContext/MessageOverlayContext.d.ts +9 -4
- package/lib/typescript/contexts/messageOverlayContext/MessageOverlayContext.d.ts.map +1 -0
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.d.ts +1 -0
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.d.ts.map +1 -0
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.test.d.ts +1 -0
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.test.d.ts.map +1 -0
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +10 -4
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts.map +1 -0
- package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts +11 -1
- package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts.map +1 -0
- package/lib/typescript/contexts/overlayContext/OverlayProvider.d.ts +2 -1
- package/lib/typescript/contexts/overlayContext/OverlayProvider.d.ts.map +1 -0
- package/lib/typescript/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.d.ts +2 -1
- package/lib/typescript/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.d.ts.map +1 -0
- package/lib/typescript/contexts/paginatedMessageListContext/PaginatedMessageListContext.d.ts +9 -4
- package/lib/typescript/contexts/paginatedMessageListContext/PaginatedMessageListContext.d.ts.map +1 -0
- package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts +12 -2
- package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts.map +1 -0
- package/lib/typescript/contexts/themeContext/ThemeContext.d.ts +2 -1
- package/lib/typescript/contexts/themeContext/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +10 -6
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -0
- package/lib/typescript/contexts/threadContext/ThreadContext.d.ts +9 -4
- package/lib/typescript/contexts/threadContext/ThreadContext.d.ts.map +1 -0
- package/lib/typescript/contexts/translationContext/TranslationContext.d.ts +14 -2
- package/lib/typescript/contexts/translationContext/TranslationContext.d.ts.map +1 -0
- package/lib/typescript/contexts/typingContext/TypingContext.d.ts +8 -3
- package/lib/typescript/contexts/typingContext/TypingContext.d.ts.map +1 -0
- package/lib/typescript/contexts/utils/defaultBaseContextValue.d.ts +1 -0
- package/lib/typescript/contexts/utils/defaultBaseContextValue.d.ts.map +1 -0
- package/lib/typescript/contexts/utils/getDisplayName.d.ts +1 -0
- package/lib/typescript/contexts/utils/getDisplayName.d.ts.map +1 -0
- package/lib/typescript/contexts/utils/isTestEnvironment.d.ts +1 -0
- package/lib/typescript/contexts/utils/isTestEnvironment.d.ts.map +1 -0
- package/lib/typescript/emoji-data/index.d.ts +1 -0
- package/lib/typescript/emoji-data/index.d.ts.map +1 -0
- package/lib/typescript/hooks/index.d.ts +1 -0
- package/lib/typescript/hooks/index.d.ts.map +1 -0
- package/lib/typescript/hooks/useAppStateListener.d.ts +1 -0
- package/lib/typescript/hooks/useAppStateListener.d.ts.map +1 -0
- package/lib/typescript/hooks/useIsMountedRef.d.ts +1 -0
- package/lib/typescript/hooks/useIsMountedRef.d.ts.map +1 -0
- package/lib/typescript/hooks/useLoadingImage.d.ts +1 -0
- package/lib/typescript/hooks/useLoadingImage.d.ts.map +1 -0
- package/lib/typescript/hooks/useStreami18n.d.ts +1 -0
- package/lib/typescript/hooks/useStreami18n.d.ts.map +1 -0
- package/lib/typescript/hooks/useTranslatedMessage.d.ts +1 -0
- package/lib/typescript/hooks/useTranslatedMessage.d.ts.map +1 -0
- package/lib/typescript/hooks/useViewport.d.ts +1 -0
- package/lib/typescript/hooks/useViewport.d.ts.map +1 -0
- package/lib/typescript/i18n/es.json +10 -10
- package/lib/typescript/i18n/fr.json +10 -10
- package/lib/typescript/i18n/he.json +10 -10
- package/lib/typescript/i18n/hi.json +10 -10
- package/lib/typescript/i18n/it.json +10 -10
- package/lib/typescript/i18n/ja.json +10 -10
- package/lib/typescript/i18n/ko.json +10 -10
- package/lib/typescript/i18n/nl.json +10 -10
- package/lib/typescript/i18n/pt-BR.json +10 -10
- package/lib/typescript/i18n/ru.json +10 -10
- package/lib/typescript/i18n/tr.json +10 -10
- package/lib/typescript/icons/ArrowRight.d.ts +3 -2
- package/lib/typescript/icons/ArrowRight.d.ts.map +1 -0
- package/lib/typescript/icons/AtMentions.d.ts +3 -2
- package/lib/typescript/icons/AtMentions.d.ts.map +1 -0
- package/lib/typescript/icons/Attach.d.ts +3 -2
- package/lib/typescript/icons/Attach.d.ts.map +1 -0
- package/lib/typescript/icons/Audio.d.ts +3 -2
- package/lib/typescript/icons/Audio.d.ts.map +1 -0
- package/lib/typescript/icons/CSV.d.ts +3 -2
- package/lib/typescript/icons/CSV.d.ts.map +1 -0
- package/lib/typescript/icons/Camera.d.ts +3 -2
- package/lib/typescript/icons/Camera.d.ts.map +1 -0
- package/lib/typescript/icons/Check.d.ts +3 -2
- package/lib/typescript/icons/Check.d.ts.map +1 -0
- package/lib/typescript/icons/CheckAll.d.ts +3 -2
- package/lib/typescript/icons/CheckAll.d.ts.map +1 -0
- package/lib/typescript/icons/CheckSend.d.ts +3 -2
- package/lib/typescript/icons/CheckSend.d.ts.map +1 -0
- package/lib/typescript/icons/CircleClose.d.ts +3 -2
- package/lib/typescript/icons/CircleClose.d.ts.map +1 -0
- package/lib/typescript/icons/CirclePlus.d.ts +3 -2
- package/lib/typescript/icons/CirclePlus.d.ts.map +1 -0
- package/lib/typescript/icons/CircleRight.d.ts +3 -2
- package/lib/typescript/icons/CircleRight.d.ts.map +1 -0
- package/lib/typescript/icons/Close.d.ts +3 -2
- package/lib/typescript/icons/Close.d.ts.map +1 -0
- package/lib/typescript/icons/Copy.d.ts +2 -1
- package/lib/typescript/icons/Copy.d.ts.map +1 -0
- package/lib/typescript/icons/CurveLineLeftUp.d.ts +3 -2
- package/lib/typescript/icons/CurveLineLeftUp.d.ts.map +1 -0
- package/lib/typescript/icons/DOC.d.ts +3 -2
- package/lib/typescript/icons/DOC.d.ts.map +1 -0
- package/lib/typescript/icons/DOCX.d.ts +3 -2
- package/lib/typescript/icons/DOCX.d.ts.map +1 -0
- package/lib/typescript/icons/Delete.d.ts +3 -2
- package/lib/typescript/icons/Delete.d.ts.map +1 -0
- package/lib/typescript/icons/Down.d.ts +3 -2
- package/lib/typescript/icons/Down.d.ts.map +1 -0
- package/lib/typescript/icons/DownloadArrow.d.ts +3 -2
- package/lib/typescript/icons/DownloadArrow.d.ts.map +1 -0
- package/lib/typescript/icons/DownloadCloud.d.ts +3 -2
- package/lib/typescript/icons/DownloadCloud.d.ts.map +1 -0
- package/lib/typescript/icons/Edit.d.ts +3 -2
- package/lib/typescript/icons/Edit.d.ts.map +1 -0
- package/lib/typescript/icons/Error.d.ts +3 -2
- package/lib/typescript/icons/Error.d.ts.map +1 -0
- package/lib/typescript/icons/Eye.d.ts +3 -2
- package/lib/typescript/icons/Eye.d.ts.map +1 -0
- package/lib/typescript/icons/Flag.d.ts +3 -2
- package/lib/typescript/icons/Flag.d.ts.map +1 -0
- package/lib/typescript/icons/Folder.d.ts +3 -2
- package/lib/typescript/icons/Folder.d.ts.map +1 -0
- package/lib/typescript/icons/GenericFile.d.ts +3 -2
- package/lib/typescript/icons/GenericFile.d.ts.map +1 -0
- package/lib/typescript/icons/GiphyIcon.d.ts +3 -2
- package/lib/typescript/icons/GiphyIcon.d.ts.map +1 -0
- package/lib/typescript/icons/Grid.d.ts +3 -2
- package/lib/typescript/icons/Grid.d.ts.map +1 -0
- package/lib/typescript/icons/Group.d.ts +3 -2
- package/lib/typescript/icons/Group.d.ts.map +1 -0
- package/lib/typescript/icons/HTML.d.ts +3 -2
- package/lib/typescript/icons/HTML.d.ts.map +1 -0
- package/lib/typescript/icons/Imgur.d.ts +3 -2
- package/lib/typescript/icons/Imgur.d.ts.map +1 -0
- package/lib/typescript/icons/LOLReaction.d.ts +3 -2
- package/lib/typescript/icons/LOLReaction.d.ts.map +1 -0
- package/lib/typescript/icons/Lightning.d.ts +3 -2
- package/lib/typescript/icons/Lightning.d.ts.map +1 -0
- package/lib/typescript/icons/Link.d.ts +3 -2
- package/lib/typescript/icons/Link.d.ts.map +1 -0
- package/lib/typescript/icons/Loading.d.ts +2 -1
- package/lib/typescript/icons/Loading.d.ts.map +1 -0
- package/lib/typescript/icons/Logo.d.ts +3 -2
- package/lib/typescript/icons/Logo.d.ts.map +1 -0
- package/lib/typescript/icons/LoveReaction.d.ts +3 -2
- package/lib/typescript/icons/LoveReaction.d.ts.map +1 -0
- package/lib/typescript/icons/MD.d.ts +3 -2
- package/lib/typescript/icons/MD.d.ts.map +1 -0
- package/lib/typescript/icons/MailOpen.d.ts +3 -2
- package/lib/typescript/icons/MailOpen.d.ts.map +1 -0
- package/lib/typescript/icons/MenuPointHorizontal.d.ts +3 -2
- package/lib/typescript/icons/MenuPointHorizontal.d.ts.map +1 -0
- package/lib/typescript/icons/MenuPointVertical.d.ts +3 -2
- package/lib/typescript/icons/MenuPointVertical.d.ts.map +1 -0
- package/lib/typescript/icons/MessageFlag.d.ts +3 -2
- package/lib/typescript/icons/MessageFlag.d.ts.map +1 -0
- package/lib/typescript/icons/MessageIcon.d.ts +3 -2
- package/lib/typescript/icons/MessageIcon.d.ts.map +1 -0
- package/lib/typescript/icons/Mute.d.ts +3 -2
- package/lib/typescript/icons/Mute.d.ts.map +1 -0
- package/lib/typescript/icons/Notification.d.ts +3 -2
- package/lib/typescript/icons/Notification.d.ts.map +1 -0
- package/lib/typescript/icons/ODT.d.ts +3 -2
- package/lib/typescript/icons/ODT.d.ts.map +1 -0
- package/lib/typescript/icons/PDF.d.ts +3 -2
- package/lib/typescript/icons/PDF.d.ts.map +1 -0
- package/lib/typescript/icons/PPT.d.ts +3 -2
- package/lib/typescript/icons/PPT.d.ts.map +1 -0
- package/lib/typescript/icons/PPTX.d.ts +3 -2
- package/lib/typescript/icons/PPTX.d.ts.map +1 -0
- package/lib/typescript/icons/Pause.d.ts +3 -2
- package/lib/typescript/icons/Pause.d.ts.map +1 -0
- package/lib/typescript/icons/Picture.d.ts +3 -2
- package/lib/typescript/icons/Picture.d.ts.map +1 -0
- package/lib/typescript/icons/Pin.d.ts +3 -2
- package/lib/typescript/icons/Pin.d.ts.map +1 -0
- package/lib/typescript/icons/PinHeader.d.ts +3 -2
- package/lib/typescript/icons/PinHeader.d.ts.map +1 -0
- package/lib/typescript/icons/Play.d.ts +3 -2
- package/lib/typescript/icons/Play.d.ts.map +1 -0
- package/lib/typescript/icons/RAR.d.ts +3 -2
- package/lib/typescript/icons/RAR.d.ts.map +1 -0
- package/lib/typescript/icons/RTF.d.ts +3 -2
- package/lib/typescript/icons/RTF.d.ts.map +1 -0
- package/lib/typescript/icons/Recorder.d.ts +3 -2
- package/lib/typescript/icons/Recorder.d.ts.map +1 -0
- package/lib/typescript/icons/Refresh.d.ts +3 -2
- package/lib/typescript/icons/Refresh.d.ts.map +1 -0
- package/lib/typescript/icons/SEVEN_Z.d.ts +3 -2
- package/lib/typescript/icons/SEVEN_Z.d.ts.map +1 -0
- package/lib/typescript/icons/Search.d.ts +3 -2
- package/lib/typescript/icons/Search.d.ts.map +1 -0
- package/lib/typescript/icons/SendRight.d.ts +3 -2
- package/lib/typescript/icons/SendRight.d.ts.map +1 -0
- package/lib/typescript/icons/SendUp.d.ts +3 -2
- package/lib/typescript/icons/SendUp.d.ts.map +1 -0
- package/lib/typescript/icons/Share.d.ts +3 -2
- package/lib/typescript/icons/Share.d.ts.map +1 -0
- package/lib/typescript/icons/ShareRightArrow.d.ts +3 -2
- package/lib/typescript/icons/ShareRightArrow.d.ts.map +1 -0
- package/lib/typescript/icons/Smile.d.ts +3 -2
- package/lib/typescript/icons/Smile.d.ts.map +1 -0
- package/lib/typescript/icons/Sound.d.ts +3 -2
- package/lib/typescript/icons/Sound.d.ts.map +1 -0
- package/lib/typescript/icons/TAR.d.ts +3 -2
- package/lib/typescript/icons/TAR.d.ts.map +1 -0
- package/lib/typescript/icons/TXT.d.ts +3 -2
- package/lib/typescript/icons/TXT.d.ts.map +1 -0
- package/lib/typescript/icons/ThreadReply.d.ts +3 -2
- package/lib/typescript/icons/ThreadReply.d.ts.map +1 -0
- package/lib/typescript/icons/ThumbsDownReaction.d.ts +3 -2
- package/lib/typescript/icons/ThumbsDownReaction.d.ts.map +1 -0
- package/lib/typescript/icons/ThumbsUpReaction.d.ts +3 -2
- package/lib/typescript/icons/ThumbsUpReaction.d.ts.map +1 -0
- package/lib/typescript/icons/Time.d.ts +3 -2
- package/lib/typescript/icons/Time.d.ts.map +1 -0
- package/lib/typescript/icons/Unknown.d.ts +3 -2
- package/lib/typescript/icons/Unknown.d.ts.map +1 -0
- package/lib/typescript/icons/Unpin.d.ts +3 -2
- package/lib/typescript/icons/Unpin.d.ts.map +1 -0
- package/lib/typescript/icons/User.d.ts +3 -2
- package/lib/typescript/icons/User.d.ts.map +1 -0
- package/lib/typescript/icons/UserAdd.d.ts +3 -2
- package/lib/typescript/icons/UserAdd.d.ts.map +1 -0
- package/lib/typescript/icons/UserAdmin.d.ts +3 -2
- package/lib/typescript/icons/UserAdmin.d.ts.map +1 -0
- package/lib/typescript/icons/UserDelete.d.ts +3 -2
- package/lib/typescript/icons/UserDelete.d.ts.map +1 -0
- package/lib/typescript/icons/UserMinus.d.ts +3 -2
- package/lib/typescript/icons/UserMinus.d.ts.map +1 -0
- package/lib/typescript/icons/Video.d.ts +3 -2
- package/lib/typescript/icons/Video.d.ts.map +1 -0
- package/lib/typescript/icons/Warning.d.ts +3 -2
- package/lib/typescript/icons/Warning.d.ts.map +1 -0
- package/lib/typescript/icons/WutReaction.d.ts +3 -2
- package/lib/typescript/icons/WutReaction.d.ts.map +1 -0
- package/lib/typescript/icons/XLS.d.ts +3 -2
- package/lib/typescript/icons/XLS.d.ts.map +1 -0
- package/lib/typescript/icons/XLSX.d.ts +3 -2
- package/lib/typescript/icons/XLSX.d.ts.map +1 -0
- package/lib/typescript/icons/ZIP.d.ts +3 -2
- package/lib/typescript/icons/ZIP.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +1 -0
- package/lib/typescript/icons/index.d.ts.map +1 -0
- package/lib/typescript/icons/utils/base.d.ts +4 -3
- package/lib/typescript/icons/utils/base.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +1 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/init.d.ts +1 -0
- package/lib/typescript/init.d.ts.map +1 -0
- package/lib/typescript/native.d.ts +1 -0
- package/lib/typescript/native.d.ts.map +1 -0
- package/lib/typescript/store/QuickSqliteClient.d.ts +1 -0
- package/lib/typescript/store/QuickSqliteClient.d.ts.map +1 -0
- package/lib/typescript/store/apis/addPendingTask.d.ts +1 -0
- package/lib/typescript/store/apis/addPendingTask.d.ts.map +1 -0
- package/lib/typescript/store/apis/deleteChannel.d.ts +1 -0
- package/lib/typescript/store/apis/deleteChannel.d.ts.map +1 -0
- package/lib/typescript/store/apis/deleteMember.d.ts +1 -0
- package/lib/typescript/store/apis/deleteMember.d.ts.map +1 -0
- package/lib/typescript/store/apis/deleteMessage.d.ts +1 -0
- package/lib/typescript/store/apis/deleteMessage.d.ts.map +1 -0
- package/lib/typescript/store/apis/deleteMessagesForChannel.d.ts +1 -0
- package/lib/typescript/store/apis/deleteMessagesForChannel.d.ts.map +1 -0
- package/lib/typescript/store/apis/deletePendingTask.d.ts +1 -0
- package/lib/typescript/store/apis/deletePendingTask.d.ts.map +1 -0
- package/lib/typescript/store/apis/deleteReaction.d.ts +1 -0
- package/lib/typescript/store/apis/deleteReaction.d.ts.map +1 -0
- package/lib/typescript/store/apis/deleteReactions.d.ts +1 -0
- package/lib/typescript/store/apis/deleteReactions.d.ts.map +1 -0
- package/lib/typescript/store/apis/getAllChannelIds.d.ts +1 -0
- package/lib/typescript/store/apis/getAllChannelIds.d.ts.map +1 -0
- package/lib/typescript/store/apis/getAppSettings.d.ts +1 -0
- package/lib/typescript/store/apis/getAppSettings.d.ts.map +1 -0
- package/lib/typescript/store/apis/getChannelMessages.d.ts +1 -0
- package/lib/typescript/store/apis/getChannelMessages.d.ts.map +1 -0
- package/lib/typescript/store/apis/getChannels.d.ts +1 -0
- package/lib/typescript/store/apis/getChannels.d.ts.map +1 -0
- package/lib/typescript/store/apis/getChannelsForFilterSort.d.ts +1 -0
- package/lib/typescript/store/apis/getChannelsForFilterSort.d.ts.map +1 -0
- package/lib/typescript/store/apis/getLastSyncedAt.d.ts +1 -0
- package/lib/typescript/store/apis/getLastSyncedAt.d.ts.map +1 -0
- package/lib/typescript/store/apis/getMembers.d.ts +1 -0
- package/lib/typescript/store/apis/getMembers.d.ts.map +1 -0
- package/lib/typescript/store/apis/getPendingTasks.d.ts +1 -0
- package/lib/typescript/store/apis/getPendingTasks.d.ts.map +1 -0
- package/lib/typescript/store/apis/getReads.d.ts +1 -0
- package/lib/typescript/store/apis/getReads.d.ts.map +1 -0
- package/lib/typescript/store/apis/index.d.ts +1 -0
- package/lib/typescript/store/apis/index.d.ts.map +1 -0
- package/lib/typescript/store/apis/insertReaction.d.ts +1 -0
- package/lib/typescript/store/apis/insertReaction.d.ts.map +1 -0
- package/lib/typescript/store/apis/queries/selectChannelIdsForFilterSort.d.ts +1 -0
- package/lib/typescript/store/apis/queries/selectChannelIdsForFilterSort.d.ts.map +1 -0
- package/lib/typescript/store/apis/queries/selectChannels.d.ts +1 -0
- package/lib/typescript/store/apis/queries/selectChannels.d.ts.map +1 -0
- package/lib/typescript/store/apis/queries/selectMembersForChannels.d.ts +1 -0
- package/lib/typescript/store/apis/queries/selectMembersForChannels.d.ts.map +1 -0
- package/lib/typescript/store/apis/queries/selectMessagesForChannels.d.ts +1 -0
- package/lib/typescript/store/apis/queries/selectMessagesForChannels.d.ts.map +1 -0
- package/lib/typescript/store/apis/queries/selectReactionsForMessages.d.ts +1 -0
- package/lib/typescript/store/apis/queries/selectReactionsForMessages.d.ts.map +1 -0
- package/lib/typescript/store/apis/queries/selectReadsForChannels.d.ts +1 -0
- package/lib/typescript/store/apis/queries/selectReadsForChannels.d.ts.map +1 -0
- package/lib/typescript/store/apis/updateMessage.d.ts +1 -0
- package/lib/typescript/store/apis/updateMessage.d.ts.map +1 -0
- package/lib/typescript/store/apis/updateReaction.d.ts +1 -0
- package/lib/typescript/store/apis/updateReaction.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertAppSettings.d.ts +1 -0
- package/lib/typescript/store/apis/upsertAppSettings.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertChannelData.d.ts +1 -0
- package/lib/typescript/store/apis/upsertChannelData.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertChannelDataFromChannel.d.ts +7 -0
- package/lib/typescript/store/apis/upsertChannelDataFromChannel.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertChannels.d.ts +1 -0
- package/lib/typescript/store/apis/upsertChannels.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertCidsForQuery.d.ts +1 -0
- package/lib/typescript/store/apis/upsertCidsForQuery.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertMembers.d.ts +1 -0
- package/lib/typescript/store/apis/upsertMembers.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertMessages.d.ts +1 -0
- package/lib/typescript/store/apis/upsertMessages.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertReads.d.ts +1 -0
- package/lib/typescript/store/apis/upsertReads.d.ts.map +1 -0
- package/lib/typescript/store/apis/upsertUserSyncStatus.d.ts +1 -0
- package/lib/typescript/store/apis/upsertUserSyncStatus.d.ts.map +1 -0
- package/lib/typescript/store/apis/utils/convertFilterSortToQuery.d.ts +1 -0
- package/lib/typescript/store/apis/utils/convertFilterSortToQuery.d.ts.map +1 -0
- package/lib/typescript/store/constants.d.ts +1 -0
- package/lib/typescript/store/constants.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapChannelDataToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapChannelDataToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapChannelToStorable.d.ts +5 -0
- package/lib/typescript/store/mappers/mapChannelToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapDateTimeToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapDateTimeToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapMemberToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapMemberToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapMessageToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapMessageToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapReactionToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapReactionToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapReadToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapReadToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapStorableToChannel.d.ts +1 -0
- package/lib/typescript/store/mappers/mapStorableToChannel.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapStorableToMember.d.ts +1 -0
- package/lib/typescript/store/mappers/mapStorableToMember.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapStorableToMessage.d.ts +1 -0
- package/lib/typescript/store/mappers/mapStorableToMessage.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapStorableToReaction.d.ts +1 -0
- package/lib/typescript/store/mappers/mapStorableToReaction.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapStorableToRead.d.ts +1 -0
- package/lib/typescript/store/mappers/mapStorableToRead.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapStorableToTask.d.ts +1 -0
- package/lib/typescript/store/mappers/mapStorableToTask.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapStorableToUser.d.ts +1 -0
- package/lib/typescript/store/mappers/mapStorableToUser.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapTaskToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapTaskToStorable.d.ts.map +1 -0
- package/lib/typescript/store/mappers/mapUserToStorable.d.ts +1 -0
- package/lib/typescript/store/mappers/mapUserToStorable.d.ts.map +1 -0
- package/lib/typescript/store/schema.d.ts +1 -0
- package/lib/typescript/store/schema.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/appendOrderByClause.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/appendOrderByClause.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/appendWhereCluase.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/appendWhereCluase.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/createCreateTableQuery.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/createCreateTableQuery.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/createDeleteQuery.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/createDeleteQuery.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/createSelectQuery.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/createSelectQuery.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/createUpdateQuery.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/createUpdateQuery.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/createUpsertQuery.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/createUpsertQuery.d.ts.map +1 -0
- package/lib/typescript/store/sqlite-utils/printRow.d.ts +1 -0
- package/lib/typescript/store/sqlite-utils/printRow.d.ts.map +1 -0
- package/lib/typescript/store/types.d.ts +1 -0
- package/lib/typescript/store/types.d.ts.map +1 -0
- package/lib/typescript/test-utils/BetterSqlite.d.ts +1 -0
- package/lib/typescript/test-utils/BetterSqlite.d.ts.map +1 -0
- package/lib/typescript/types/types.d.ts +1 -0
- package/lib/typescript/types/types.d.ts.map +1 -0
- package/lib/typescript/utils/DBSyncManager.d.ts +2 -1
- package/lib/typescript/utils/DBSyncManager.d.ts.map +1 -0
- package/lib/typescript/utils/StreamChatRN.d.ts +1 -0
- package/lib/typescript/utils/StreamChatRN.d.ts.map +1 -0
- package/lib/typescript/utils/Streami18n.d.ts +2 -0
- package/lib/typescript/utils/Streami18n.d.ts.map +1 -0
- package/lib/typescript/utils/addReactionToLocalState.d.ts +1 -0
- package/lib/typescript/utils/addReactionToLocalState.d.ts.map +1 -0
- package/lib/typescript/utils/compressImage.d.ts +1 -0
- package/lib/typescript/utils/compressImage.d.ts.map +1 -0
- package/lib/typescript/utils/date.d.ts +1 -0
- package/lib/typescript/utils/date.d.ts.map +1 -0
- package/lib/typescript/utils/getResizedImageUrl.d.ts +1 -0
- package/lib/typescript/utils/getResizedImageUrl.d.ts.map +1 -0
- package/lib/typescript/utils/getUrlOfImageAttachment.d.ts +1 -0
- package/lib/typescript/utils/getUrlOfImageAttachment.d.ts.map +1 -0
- package/lib/typescript/utils/patchMessageTextCommand.d.ts +1 -0
- package/lib/typescript/utils/patchMessageTextCommand.d.ts.map +1 -0
- package/lib/typescript/utils/removeReactionFromLocalState.d.ts +1 -0
- package/lib/typescript/utils/removeReactionFromLocalState.d.ts.map +1 -0
- package/lib/typescript/utils/removeReservedFields.d.ts +1 -0
- package/lib/typescript/utils/removeReservedFields.d.ts.map +1 -0
- package/lib/typescript/utils/utils.d.ts +3 -2
- package/lib/typescript/utils/utils.d.ts.map +1 -0
- package/package.json +33 -33
- package/src/__tests__/offline-support/offline-feature.js +60 -61
- package/src/__tests__/offline-support/optimistic-update.js +15 -15
- package/src/components/Attachment/AudioAttachment.tsx +1 -1
- package/src/components/Attachment/Card.tsx +1 -1
- package/src/components/Attachment/FileAttachment.tsx +1 -1
- package/src/components/Attachment/FileIcon.tsx +3 -3
- package/src/components/Attachment/Gallery.tsx +5 -5
- package/src/components/Attachment/GalleryImage.tsx +1 -1
- package/src/components/Attachment/ImageLoadingFailedIndicator.tsx +1 -1
- package/src/components/Attachment/VideoThumbnail.tsx +1 -1
- package/src/components/Attachment/__tests__/Gallery.test.js +48 -47
- package/src/components/Attachment/__tests__/Giphy.test.js +62 -52
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +7 -4
- package/src/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.tsx +4 -2
- package/src/components/AttachmentPicker/components/AttachmentPickerError.tsx +3 -3
- package/src/components/AttachmentPicker/components/AttachmentPickerErrorImage.tsx +1 -1
- package/src/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.tsx +1 -1
- package/src/components/AttachmentPicker/components/AttachmentPickerItem.tsx +2 -2
- package/src/components/AttachmentPicker/components/AttachmentSelectionBar.tsx +1 -1
- package/src/components/AttachmentPicker/components/CameraSelectorIcon.tsx +1 -1
- package/src/components/AttachmentPicker/components/FileSelectorIcon.tsx +1 -1
- package/src/components/AttachmentPicker/components/ImageOverlaySelectedComponent.tsx +1 -1
- package/src/components/AttachmentPicker/components/ImageSelectorIcon.tsx +1 -1
- package/src/components/AutoCompleteInput/AutoCompleteInput.tsx +13 -12
- package/src/components/AutoCompleteInput/AutoCompleteSuggestionHeader.tsx +2 -2
- package/src/components/AutoCompleteInput/AutoCompleteSuggestionList.tsx +1 -1
- package/src/components/Avatar/Avatar.tsx +2 -2
- package/src/components/Avatar/GroupAvatar.tsx +1 -1
- package/src/components/Channel/Channel.tsx +11 -14
- package/src/components/ChannelList/ChannelList.tsx +4 -4
- package/src/components/ChannelList/ChannelListFooterLoadingIndicator.tsx +1 -1
- package/src/components/ChannelList/ChannelListHeaderErrorIndicator.tsx +2 -4
- package/src/components/ChannelList/ChannelListHeaderNetworkDownIndicator.tsx +4 -2
- package/src/components/ChannelList/ChannelListLoadingIndicator.tsx +1 -1
- package/src/components/ChannelList/Skeleton.tsx +1 -1
- package/src/components/ChannelList/__tests__/ChannelList.test.js +83 -75
- package/src/components/ChannelList/utils.ts +1 -1
- package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +1 -1
- package/src/components/ChannelPreview/ChannelPreviewStatus.tsx +2 -2
- package/src/components/ChannelPreview/__tests__/ChannelPreviewMessenger.test.js +11 -10
- package/src/components/ChannelPreview/hooks/__tests__/useChannelPreviewDisplayName.test.tsx +3 -3
- package/src/components/ChannelPreview/hooks/__tests__/useLatestMessagePreview.test.tsx +2 -4
- package/src/components/Chat/hooks/handleEventToSyncDB.ts +132 -46
- package/src/components/Chat/hooks/useSyncDatabase.ts +1 -1
- package/src/components/ImageGallery/ImageGallery.tsx +25 -2
- package/src/components/ImageGallery/__tests__/AnimatedVideoGallery.test.tsx +19 -19
- package/src/components/ImageGallery/__tests__/ImageGallery.test.tsx +20 -22
- package/src/components/ImageGallery/__tests__/ImageGalleryFooter.test.tsx +15 -13
- package/src/components/ImageGallery/__tests__/ImageGalleryGrid.test.tsx +9 -20
- package/src/components/ImageGallery/__tests__/ImageGalleryGridHandle.test.tsx +7 -14
- package/src/components/ImageGallery/__tests__/ImageGalleryHeader.test.tsx +12 -10
- package/src/components/ImageGallery/__tests__/ImageGalleryVideoControl.test.tsx +17 -12
- package/src/components/ImageGallery/components/AnimatedGalleryImage.tsx +2 -2
- package/src/components/ImageGallery/components/AnimatedGalleryVideo.tsx +2 -2
- package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +1 -1
- package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +4 -4
- package/src/components/ImageGallery/components/ImageGalleryOverlay.tsx +1 -1
- package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +2 -2
- package/src/components/ImageGallery/components/ImageGridHandle.tsx +4 -2
- package/src/components/ImageGallery/components/__tests__/ImageGalleryHeader.test.tsx +1 -3
- package/src/components/Indicators/EmptyStateIndicator.tsx +3 -3
- package/src/components/Indicators/LoadingDot.tsx +1 -1
- package/src/components/Indicators/LoadingDots.tsx +1 -1
- package/src/components/Indicators/LoadingErrorIndicator.tsx +2 -2
- package/src/components/Indicators/LoadingIndicator.tsx +4 -2
- package/src/components/KeyboardCompatibleView/KeyboardCompatibleView.tsx +6 -3
- package/src/components/KeyboardCompatibleView/KeyboardCompatibleViewFC.tsx +15 -6
- package/src/components/Message/Message.tsx +6 -6
- package/src/components/Message/MessageSimple/MessageContent.tsx +8 -2
- package/src/components/Message/MessageSimple/MessageError.tsx +1 -1
- package/src/components/Message/MessageSimple/MessageFooter.tsx +6 -4
- package/src/components/Message/MessageSimple/MessagePinnedHeader.tsx +2 -2
- package/src/components/Message/MessageSimple/MessageReplies.tsx +2 -2
- package/src/components/Message/MessageSimple/ReactionList.tsx +7 -7
- package/src/components/Message/MessageSimple/__tests__/MessageAvatar.test.js +10 -10
- package/src/components/Message/MessageSimple/__tests__/MessageContent.test.js +32 -32
- package/src/components/Message/MessageSimple/__tests__/MessagePinnedHeader.test.js +7 -7
- package/src/components/Message/MessageSimple/__tests__/MessageReplies.test.js +21 -21
- package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageAvatar.test.js.snap +11 -11
- package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessagePinnedHeader.test.js.snap +26 -14
- package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageStatus.test.js.snap +32 -15
- package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageTextContainer.test.tsx.snap +7 -7
- package/src/components/Message/MessageSimple/utils/renderText.test.tsx +9 -8
- package/src/components/MessageInput/FileUploadPreview.tsx +2 -2
- package/src/components/MessageInput/ImageUploadPreview.tsx +2 -2
- package/src/components/MessageInput/SendMessageDisallowedIndicator.tsx +1 -1
- package/src/components/MessageInput/ShowThreadMessageInChannelButton.tsx +58 -55
- package/src/components/MessageInput/__tests__/AttachButton.test.js +11 -11
- package/src/components/MessageInput/__tests__/AudioAttachmentUploadPreviewExpo.test.tsx +13 -12
- package/src/components/MessageInput/__tests__/AudioAttachmentUploadPreviewNative.test.tsx +20 -21
- package/src/components/MessageInput/__tests__/FileUploadPreview.test.js +51 -38
- package/src/components/MessageInput/__tests__/UploadProgressIndicator.test.js +22 -51
- package/src/components/MessageInput/__tests__/__snapshots__/AttachButton.test.js.snap +66 -18
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +132 -36
- package/src/components/MessageInput/components/InputEditingStateHeader.tsx +1 -1
- package/src/components/MessageInput/components/InputReplyStateHeader.tsx +1 -1
- package/src/components/MessageList/DateHeader.tsx +1 -1
- package/src/components/MessageList/InlineDateSeparator.tsx +1 -1
- package/src/components/MessageList/InlineLoadingMoreIndicator.tsx +19 -18
- package/src/components/MessageList/InlineLoadingMoreRecentIndicator.tsx +19 -18
- package/src/components/MessageList/InlineLoadingMoreThreadIndicator.tsx +19 -18
- package/src/components/MessageList/InlineUnreadIndicator.tsx +2 -2
- package/src/components/MessageList/MessageList.tsx +1 -0
- package/src/components/MessageList/MessageSystem.tsx +1 -1
- package/src/components/MessageList/ScrollToBottomButton.tsx +1 -1
- package/src/components/MessageList/TypingIndicatorContainer.tsx +2 -2
- package/src/components/MessageList/__tests__/MessageSystem.test.js +3 -3
- package/src/components/MessageList/__tests__/__snapshots__/MessageSystem.test.js.snap +22 -22
- package/src/components/MessageList/__tests__/__snapshots__/ScrollToBottomButton.test.js.snap +44 -15
- package/src/components/MessageList/__tests__/__snapshots__/TypingIndicator.test.js.snap +27 -27
- package/src/components/MessageList/__tests__/useMessageList.test.tsx +1 -1
- package/src/components/MessageList/utils/getGroupStyles.ts +2 -2
- package/src/components/MessageOverlay/MessageActionList.tsx +5 -5
- package/src/components/MessageOverlay/MessageOverlay.tsx +8 -8
- package/src/components/MessageOverlay/OverlayReactionList.tsx +4 -4
- package/src/components/MessageOverlay/OverlayReactions.tsx +14 -15
- package/src/components/MessageOverlay/OverlayReactionsAvatar.tsx +1 -1
- package/src/components/ProgressControl/ProgressControl.tsx +4 -2
- package/src/components/RTLComponents/WritingDirectionAwareText.tsx +1 -1
- package/src/components/Reply/Reply.tsx +5 -5
- package/src/components/Spinner/Spinner.tsx +1 -1
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +482 -318
- package/src/components/Thread/components/ThreadFooterComponent.tsx +12 -6
- package/src/contexts/__tests__/index.test.tsx +1 -1
- package/src/contexts/activeChannelsRefContext/ActiveChannelsRefContext.tsx +10 -1
- package/src/contexts/attachmentPickerContext/AttachmentPickerContext.tsx +10 -1
- package/src/contexts/channelContext/ChannelContext.tsx +6 -1
- package/src/contexts/channelsContext/ChannelsContext.tsx +7 -2
- package/src/contexts/channelsStateContext/ChannelsStateContext.tsx +10 -1
- package/src/contexts/chatContext/ChatContext.tsx +5 -1
- package/src/contexts/imageGalleryContext/ImageGalleryContext.tsx +10 -1
- package/src/contexts/keyboardContext/KeyboardContext.tsx +14 -3
- package/src/contexts/messageContext/MessageContext.tsx +7 -3
- package/src/contexts/messageInputContext/MessageInputContext.tsx +6 -2
- package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx +92 -43
- package/src/contexts/messageInputContext/__tests__/__snapshots__/sendMessage.test.tsx.snap +24 -24
- package/src/contexts/messageInputContext/__tests__/__snapshots__/sendMessageAsync.test.tsx.snap +8 -8
- package/src/contexts/messageInputContext/__tests__/isValidMessage.test.tsx +15 -4
- package/src/contexts/messageInputContext/__tests__/pickFile.test.tsx +28 -13
- package/src/contexts/messageInputContext/__tests__/removeFile.test.tsx +9 -6
- package/src/contexts/messageInputContext/__tests__/removeImage.test.tsx +10 -7
- package/src/contexts/messageInputContext/__tests__/sendMessage.test.tsx +125 -53
- package/src/contexts/messageInputContext/__tests__/sendMessageAsync.test.tsx +46 -25
- package/src/contexts/messageInputContext/__tests__/updateMessage.test.tsx +22 -11
- package/src/contexts/messageInputContext/__tests__/uploadFile.test.tsx +30 -13
- package/src/contexts/messageInputContext/__tests__/uploadImage.test.tsx +15 -6
- package/src/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.tsx +4 -3
- package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts +5 -1
- package/src/contexts/messageOverlayContext/MessageOverlayContext.tsx +7 -3
- package/src/contexts/messageOverlayContext/hooks/useResettableState.test.tsx +8 -7
- package/src/contexts/messagesContext/MessagesContext.tsx +8 -3
- package/src/contexts/overlayContext/OverlayContext.tsx +10 -1
- package/src/contexts/overlayContext/OverlayProvider.tsx +4 -4
- package/src/contexts/paginatedMessageListContext/PaginatedMessageListContext.tsx +7 -3
- package/src/contexts/suggestionsContext/SuggestionsContext.tsx +10 -1
- package/src/contexts/themeContext/utils/theme.ts +11 -6
- package/src/contexts/threadContext/ThreadContext.tsx +8 -3
- package/src/contexts/translationContext/TranslationContext.tsx +14 -3
- package/src/contexts/typingContext/TypingContext.tsx +6 -2
- package/src/hooks/__tests__/useAppStateListener.test.tsx +41 -15
- package/src/hooks/__tests__/useTranslatedMessage.test.tsx +9 -9
- package/src/hooks/useAppStateListener.ts +5 -1
- package/src/i18n/es.json +10 -10
- package/src/i18n/fr.json +10 -10
- package/src/i18n/he.json +10 -10
- package/src/i18n/hi.json +10 -10
- package/src/i18n/it.json +10 -10
- package/src/i18n/ja.json +10 -10
- package/src/i18n/ko.json +10 -10
- package/src/i18n/nl.json +10 -10
- package/src/i18n/pt-BR.json +10 -10
- package/src/i18n/ru.json +10 -10
- package/src/i18n/tr.json +10 -10
- package/src/icons/Copy.tsx +1 -1
- package/src/icons/Loading.tsx +1 -1
- package/src/mock-builders/generator/channel.ts +1 -1
- package/src/store/apis/upsertChannelDataFromChannel.ts +25 -0
- package/src/store/mappers/mapChannelToStorable.ts +68 -0
- package/src/utils/DBSyncManager.ts +7 -3
- package/src/utils/Streami18n.ts +3 -0
- package/src/utils/utils.ts +2 -2
- package/src/version.json +1 -1
- package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageReplies.test.js.snap +0 -93
- package/src/components/MessageInput/__tests__/__snapshots__/UploadProgressIndicator.test.js.snap +0 -250
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useMessageList2","_useShouldScrollToRecentOnNewOwnMessage","_InlineLoadingMoreIndicator","_InlineLoadingMoreRecentIndicator","_InlineLoadingMoreThreadIndicator","_getLastReceivedMessage","_AttachmentPickerContext","_ChannelContext","_ChatContext","_DebugContext","_ImageGalleryContext","_MessagesContext","_OverlayContext","_PaginatedMessageListContext","_ThemeContext","_ThreadContext","_TranslationContext","_excluded","_this","_jsxFileName","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","_typeof","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","WAIT_FOR_SCROLL_TO_OFFSET_TIMEOUT","MAX_RETRIES_AFTER_SCROLL_FAILURE","styles","StyleSheet","create","container","alignItems","flex","width","contentContainer","flexGrow","paddingBottom","invert","transform","scaleY","invertAndroid","scaleX","listContainer","stickyHeader","position","top","InvertedCellRendererComponent","props","createElement","View","_extends2","style","__self","__source","fileName","lineNumber","columnNumber","keyExtractor","item","id","created_at","toISOString","Date","now","toString","flatListViewabilityConfig","viewAreaCoveragePercentThreshold","MessageListWithContext","_getLastReceivedMessa","LoadingMoreIndicator","threadList","InlineLoadingMoreThreadIndicator","InlineLoadingMoreIndicator","additionalFlatListProps","channel","client","closePicker","DateHeader","disabled","disableTypingIndicator","EmptyStateIndicator","FlatList","_props$FooterComponen","FooterComponent","hasNoMoreRecentMessagesToLoad","_props$HeaderComponen","HeaderComponent","InlineLoadingMoreRecentIndicator","hideStickyDateHeader","initialScrollToFirstUnreadMessage","InlineDateSeparator","InlineUnreadIndicator","_props$inverted","inverted","_props$isListActive","isListActive","legacyImageViewerSwipeBehaviour","loadChannelAroundMessage","loading","LoadingIndicator","loadMore","loadMoreRecent","loadMoreThread","markRead","Message","MessageSystem","myMessageTheme","NetworkDownIndicator","noGroupByUser","onListScroll","onThreadSelect","overlay","reloadChannel","ScrollToBottomButton","selectedPicker","setFlatListRef","setMessages","setSelectedPicker","setTargetedMessage","StickyHeader","targetedMessage","tDateTimeParser","thread","_props$threadList","TypingIndicator","TypingIndicatorContainer","_useTheme","useTheme","theme","white_snow","colors","_theme$messageList","messageList","messageContainer","screenPadding","myMessageThemeString","useMemo","JSON","stringify","modifiedTheme","mergeThemes","_useMessageList","useMessageList","processedMessageList","rawMessageList","messageListLengthBeforeUpdate","useRef","messageListLengthAfterUpdate","length","topMessageBeforeUpdate","latestNonCurrentMessageBeforeUpdateRef","topMessageAfterUpdate","shouldScrollToRecentOnNewOwnMessageRef","useShouldScrollToRecentOnNewOwnMessage","userID","_useState","useState","_useState2","_slicedToArray2","autoscrollToRecent","setAutoscrollToRecent","onStartReachedTracker","onEndReachedTracker","onStartReachedInPromise","onEndReachedInPromise","flatListRef","_useState3","_useState4","isInitialScrollDone","setInitialScrollDone","channelResyncScrollSet","scrollToDebounceTimeoutRef","initialScrollSettingTimeoutRef","onScrollEventTimeoutRef","messageIdLastScrolledToRef","_useState5","_useState6","hasMoved","setHasMoved","_useState7","getLastReceivedMessage","_useState8","lastReceivedId","setLastReceivedId","_useState9","_useState10","scrollToBottomButtonVisible","setScrollToBottomButtonVisible","_useState11","_useState12","stickyHeaderDate","setStickyHeaderDate","stickyHeaderDateRef","channelRef","current","updateStickyHeaderDateIfNeeded","viewableItems","_lastItem$item","_stickyHeaderDateRef$","lastItem","pop","isMessageTypeDeleted","type","toDateString","onViewableItemsChanged","_ref","Platform","OS","resetPaginationTrackersRef","useEffect","getShouldMarkReadAutomatically","countUnread","lastReceivedMessage","scrollToBottomIfNeeded","_topMessageBeforeUpda","isMessageRemovedFromMessageList","setTimeout","_flatListRef$current","scrollToOffset","offset","maybeCallOnStartReached","notLatestSet","state","messages","latestMessages","latestNonCurrentMessageBeforeUpdate","undefined","latestCurrentMessageAfterUpdate","didMergeMessageSetsWithNoUpdates","shouldScrollToRecentOnNewOwnMessage","_flatListRef$current2","animated","shouldApplyAndroidWorkaround","renderItem","_ref2","_message$user","index","message","disconnected","initialized","offlineMode","unreadCount","lastRead","isMessageUnread","messageArrayIndex","isLatestMessageSetShown","messageSets","find","isCurrent","isLatest","msg","isCurrentMessageUnread","showUnreadUnderlay","muteStatus","muted","insertInlineUnreadIndicator","Fragment","testID","paddingHorizontal","wrapMessageInTheme","user","renderDateSeperator","isMessageWithStylesReadByAndDateSeparator","dateSeparator","date","renderMessage","goToMessage","groupStyles","isTargetedMessage","quoted_message_id","ThemeProvider","mergedStyle","_ref3","_asyncToGenerator2","_regenerator","mark","_callee","limit","callback","onError","wrap","_callee$","_context","prev","next","abrupt","Promise","resolve","then","stop","_x","apply","arguments","maybeCallOnEndReached","_ref4","_callee2","_callee2$","_context2","onUserScrollEvent","event","nativeEvent","clearTimeout","contentOffset","y","visibleLength","layoutMeasurement","height","contentLength","contentSize","isScrollAtStart","isScrollAtEnd","handleScroll","messageListHasMessages","isScrollAtBottom","showScrollToBottomButton","shouldMarkRead","goToNewMessages","_ref5","_callee3","isNotLatestSet","_callee3$","_context3","scrollToIndexFailedRetryCountRef","failScrollTimeoutId","onScrollToIndexFailedRef","info","averageItemLength","_flatListRef$current3","scrollToIndex","viewPosition","e","messageId","indexOfParentInMessageList","findIndex","messageIdToScroll","messagesWithImages","filter","attachments","some","attachment","title_link","og_scrape_url","image_url","thumb_url","imageString","map","_message$attachments","join","numberOfMessagesWithImages","threadExists","stickyHeaderFormatDate","getFullYear","tStickyHeaderDate","stickyHeaderDateString","isDayOrMoment","format","dismissImagePicker","onScrollBeginDrag","onScrollEndDrag","refCallback","ref","debugRef","useDebugContext","isDebugModeEnabled","__DEV__","setEventType","setSendEventParams","action","data","renderListEmptyComponent","useCallback","backgroundColor","listType","ListFooterComponent","ListHeaderComponent","StickyHeaderComponent","dateString","additionalFlatListPropsExcludingStyle","contentContainerStyle","rest","_objectWithoutProperties2","CellRendererComponent","extraData","keyboardShouldPersistTaps","ListEmptyComponent","maintainVisibleContentPosition","autoscrollToTopThreshold","minIndexForVisible","maxToRenderPerBatch","onMomentumScrollEnd","onScroll","onScrollToIndexFailed","onTouchEnd","scrollEnabled","showsVerticalScrollIndicator","viewabilityConfig","onPress","showNotification","MessageList","_useAttachmentPickerC","useAttachmentPickerContext","_useChannelContext","useChannelContext","enableMessageGroupingByUser","error","isChannelActive","scrollToFirstUnreadThreshold","_useChatContext","useChatContext","_useImageGalleryConte","useImageGalleryContext","_useMessagesContext","useMessagesContext","_usePaginatedMessageL","usePaginatedMessageListContext","_useOverlayContext","useOverlayContext","_useThreadContext","useThreadContext","_useTranslationContex","useTranslationContext","t","exports"],"sources":["MessageList.tsx"],"sourcesContent":["import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';\nimport {\n FlatListProps,\n FlatList as FlatListType,\n Platform,\n ScrollViewProps,\n StyleSheet,\n View,\n ViewToken,\n} from 'react-native';\n\nimport type { FormatMessageResponse } from 'stream-chat';\n\nimport {\n isMessageWithStylesReadByAndDateSeparator,\n MessageType,\n useMessageList,\n} from './hooks/useMessageList';\nimport { useShouldScrollToRecentOnNewOwnMessage } from './hooks/useShouldScrollToRecentOnNewOwnMessage';\n\nimport { InlineLoadingMoreIndicator } from './InlineLoadingMoreIndicator';\nimport { InlineLoadingMoreRecentIndicator } from './InlineLoadingMoreRecentIndicator';\nimport { InlineLoadingMoreThreadIndicator } from './InlineLoadingMoreThreadIndicator';\nimport { getLastReceivedMessage } from './utils/getLastReceivedMessage';\n\nimport {\n AttachmentPickerContextValue,\n useAttachmentPickerContext,\n} from '../../contexts/attachmentPickerContext/AttachmentPickerContext';\nimport {\n ChannelContextValue,\n useChannelContext,\n} from '../../contexts/channelContext/ChannelContext';\nimport { ChatContextValue, useChatContext } from '../../contexts/chatContext/ChatContext';\nimport { useDebugContext } from '../../contexts/debugContext/DebugContext';\nimport {\n ImageGalleryContextValue,\n useImageGalleryContext,\n} from '../../contexts/imageGalleryContext/ImageGalleryContext';\nimport {\n MessagesContextValue,\n useMessagesContext,\n} from '../../contexts/messagesContext/MessagesContext';\nimport {\n OverlayContextValue,\n useOverlayContext,\n} from '../../contexts/overlayContext/OverlayContext';\nimport {\n PaginatedMessageListContextValue,\n usePaginatedMessageListContext,\n} from '../../contexts/paginatedMessageListContext/PaginatedMessageListContext';\nimport { mergeThemes, ThemeProvider, useTheme } from '../../contexts/themeContext/ThemeContext';\nimport { ThreadContextValue, useThreadContext } from '../../contexts/threadContext/ThreadContext';\nimport {\n isDayOrMoment,\n TranslationContextValue,\n useTranslationContext,\n} from '../../contexts/translationContext/TranslationContext';\n\nimport type { DefaultStreamChatGenerics } from '../../types/types';\n\nconst WAIT_FOR_SCROLL_TO_OFFSET_TIMEOUT = 150;\nconst MAX_RETRIES_AFTER_SCROLL_FAILURE = 10;\nconst styles = StyleSheet.create({\n container: {\n alignItems: 'center',\n flex: 1,\n width: '100%',\n },\n contentContainer: {\n flexGrow: 1,\n /**\n * paddingBottom is set to 4 to account for the default date\n * header and inline indicator alignment. The top margin is 8\n * on the header but 4 on the inline date, this adjusts the spacing\n * to allow the \"first\" inline date to align with the date header.\n */\n paddingBottom: 4,\n },\n flex: { flex: 1 },\n invert: { transform: [{ scaleY: -1 }] },\n invertAndroid: {\n // Invert the Y AND X axis to prevent a react native issue that can lead to ANRs on android 13\n // details: https://github.com/Expensify/App/pull/12820\n transform: [{ scaleX: -1 }, { scaleY: -1 }],\n },\n listContainer: {\n flex: 1,\n width: '100%',\n },\n stickyHeader: {\n position: 'absolute',\n top: 0,\n },\n});\n\nconst InvertedCellRendererComponent = (props: React.PropsWithChildren<unknown>) => (\n <View {...props} style={styles.invertAndroid} />\n);\n\nconst keyExtractor = <\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n>(\n item: MessageType<StreamChatGenerics>,\n) => {\n if (item.id) return item.id;\n if (item.created_at)\n return typeof item.created_at === 'string' ? item.created_at : item.created_at.toISOString();\n return Date.now().toString();\n};\n\nconst flatListViewabilityConfig = {\n viewAreaCoveragePercentThreshold: 1,\n};\n\ntype MessageListPropsWithContext<\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n> = Pick<AttachmentPickerContextValue, 'closePicker' | 'selectedPicker' | 'setSelectedPicker'> &\n Pick<\n ChannelContextValue<StreamChatGenerics>,\n | 'channel'\n | 'disabled'\n | 'EmptyStateIndicator'\n | 'hideStickyDateHeader'\n | 'loadChannelAroundMessage'\n | 'loading'\n | 'LoadingIndicator'\n | 'markRead'\n | 'NetworkDownIndicator'\n | 'reloadChannel'\n | 'scrollToFirstUnreadThreshold'\n | 'setTargetedMessage'\n | 'StickyHeader'\n | 'targetedMessage'\n | 'threadList'\n > &\n Pick<ChatContextValue<StreamChatGenerics>, 'client'> &\n Pick<ImageGalleryContextValue<StreamChatGenerics>, 'setMessages'> &\n Pick<\n PaginatedMessageListContextValue<StreamChatGenerics>,\n 'hasNoMoreRecentMessagesToLoad' | 'loadMore' | 'loadMoreRecent'\n > &\n Pick<OverlayContextValue, 'overlay'> &\n Pick<\n MessagesContextValue<StreamChatGenerics>,\n | 'DateHeader'\n | 'disableTypingIndicator'\n | 'FlatList'\n | 'initialScrollToFirstUnreadMessage'\n | 'InlineDateSeparator'\n | 'InlineUnreadIndicator'\n | 'legacyImageViewerSwipeBehaviour'\n | 'Message'\n | 'ScrollToBottomButton'\n | 'MessageSystem'\n | 'myMessageTheme'\n | 'TypingIndicator'\n | 'TypingIndicatorContainer'\n > &\n Pick<ThreadContextValue<StreamChatGenerics>, 'loadMoreThread' | 'thread'> &\n Pick<TranslationContextValue, 't' | 'tDateTimeParser'> & {\n /**\n * Besides existing (default) UX behavior of underlying FlatList of MessageList component, if you want\n * to attach some additional props to underlying FlatList, you can add it to following prop.\n *\n * You can find list of all the available FlatList props here - https://facebook.github.io/react-native/docs/flatlist#props\n *\n * **NOTE** Don't use `additionalFlatListProps` to get access to ref of flatlist. Use `setFlatListRef` instead.\n *\n * e.g.\n * ```js\n * <MessageList\n * additionalFlatListProps={{ bounces: true, keyboardDismissMode: true }} />\n * ```\n */\n additionalFlatListProps?: Partial<FlatListProps<MessageType<StreamChatGenerics>>>;\n /**\n * UI component for footer of message list. By default message list will use `InlineLoadingMoreIndicator`\n * as FooterComponent. If you want to implement your own inline loading indicator, you can access `loadingMore`\n * from context.\n *\n * This is a [ListHeaderComponent](https://facebook.github.io/react-native/docs/flatlist#listheadercomponent) of FlatList\n * used in MessageList. Should be used for header by default if inverted is true or defaulted\n */\n FooterComponent?: React.ComponentType;\n /**\n * UI component for header of message list. By default message list will use `InlineLoadingMoreRecentIndicator`\n * as HeaderComponent. If you want to implement your own inline loading indicator, you can access `loadingMoreRecent`\n * from context.\n *\n * This is a [ListFooterComponent](https://facebook.github.io/react-native/docs/flatlist#listheadercomponent) of FlatList\n * used in MessageList. Should be used for header if inverted is false\n */\n HeaderComponent?: React.ComponentType;\n /** Whether or not the FlatList is inverted. Defaults to true */\n inverted?: boolean;\n isListActive?: boolean;\n /** Turn off grouping of messages by user */\n noGroupByUser?: boolean;\n onListScroll?: ScrollViewProps['onScroll'];\n /**\n * Handler to open the thread on message. This is callback for touch event for replies button.\n *\n * @param message A message object to open the thread upon.\n */\n onThreadSelect?: (message: ThreadContextValue<StreamChatGenerics>['thread']) => void;\n /**\n * Use `setFlatListRef` to get access to ref to inner FlatList.\n *\n * e.g.\n * ```js\n * <MessageList\n * setFlatListRef={(ref) => {\n * // Use ref for your own good\n * }}\n * ```\n */\n setFlatListRef?: (ref: FlatListType<MessageType<StreamChatGenerics>> | null) => void;\n };\n\n/**\n * The message list component renders a list of messages. It consumes the following contexts:\n *\n * [ChannelContext](https://getstream.io/chat/docs/sdk/reactnative/contexts/channel-context/)\n * [ChatContext](https://getstream.io/chat/docs/sdk/reactnative/contexts/chat-context/)\n * [MessagesContext](https://getstream.io/chat/docs/sdk/reactnative/contexts/messages-context/)\n * [ThreadContext](https://getstream.io/chat/docs/sdk/reactnative/contexts/thread-context/)\n * [TranslationContext](https://getstream.io/chat/docs/sdk/reactnative/contexts/translation-context/)\n */\nconst MessageListWithContext = <\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n>(\n props: MessageListPropsWithContext<StreamChatGenerics>,\n) => {\n const LoadingMoreIndicator = props.threadList\n ? InlineLoadingMoreThreadIndicator\n : InlineLoadingMoreIndicator;\n const {\n additionalFlatListProps,\n channel,\n client,\n closePicker,\n DateHeader,\n disabled,\n disableTypingIndicator,\n EmptyStateIndicator,\n FlatList,\n FooterComponent = LoadingMoreIndicator,\n hasNoMoreRecentMessagesToLoad,\n HeaderComponent = InlineLoadingMoreRecentIndicator,\n hideStickyDateHeader,\n initialScrollToFirstUnreadMessage,\n InlineDateSeparator,\n InlineUnreadIndicator,\n inverted = true,\n isListActive = false,\n legacyImageViewerSwipeBehaviour,\n loadChannelAroundMessage,\n loading,\n LoadingIndicator,\n loadMore,\n loadMoreRecent,\n loadMoreThread,\n markRead,\n Message,\n MessageSystem,\n myMessageTheme,\n NetworkDownIndicator,\n noGroupByUser,\n onListScroll,\n onThreadSelect,\n overlay,\n reloadChannel,\n ScrollToBottomButton,\n selectedPicker,\n setFlatListRef,\n setMessages,\n setSelectedPicker,\n setTargetedMessage,\n StickyHeader,\n targetedMessage,\n tDateTimeParser,\n thread,\n threadList = false,\n TypingIndicator,\n TypingIndicatorContainer,\n } = props;\n\n const { theme } = useTheme();\n\n const {\n colors: { white_snow },\n messageList: { container, contentContainer, listContainer, messageContainer },\n screenPadding,\n } = theme;\n\n const myMessageThemeString = useMemo(() => JSON.stringify(myMessageTheme), [myMessageTheme]);\n\n const modifiedTheme = useMemo(\n () => mergeThemes({ style: myMessageTheme, theme }),\n [myMessageThemeString, theme],\n );\n\n /**\n * NOTE: rawMessageList changes only when messages array state changes\n * processedMessageList changes on any state change\n */\n const { processedMessageList, rawMessageList } = useMessageList<StreamChatGenerics>({\n noGroupByUser,\n threadList,\n });\n const messageListLengthBeforeUpdate = useRef(0);\n const messageListLengthAfterUpdate = processedMessageList.length;\n\n /**\n * We need topMessage and channelLastRead values to set the initial scroll position.\n * So these values only get used if `initialScrollToFirstUnreadMessage` prop is true.\n */\n const topMessageBeforeUpdate = useRef<FormatMessageResponse<StreamChatGenerics>>();\n const latestNonCurrentMessageBeforeUpdateRef =\n useRef<FormatMessageResponse<StreamChatGenerics>>();\n const topMessageAfterUpdate: FormatMessageResponse<StreamChatGenerics> | undefined =\n rawMessageList[0];\n\n const shouldScrollToRecentOnNewOwnMessageRef = useShouldScrollToRecentOnNewOwnMessage(\n rawMessageList,\n client.userID,\n );\n\n const [autoscrollToRecent, setAutoscrollToRecent] = useState(false);\n\n /**\n * We want to call onEndReached and onStartReached only once, per content length.\n * We keep track of calls to these functions per content length, with following trackers.\n */\n const onStartReachedTracker = useRef<Record<number, boolean>>({});\n const onEndReachedTracker = useRef<Record<number, boolean>>({});\n\n const onStartReachedInPromise = useRef<Promise<void> | null>(null);\n const onEndReachedInPromise = useRef<Promise<void> | null>(null);\n\n const flatListRef = useRef<FlatListType<MessageType<StreamChatGenerics>> | null>(null);\n\n /**\n * Flag to track if the initial scroll has been set\n * If the prop `initialScrollToFirstUnreadMessage` was enabled, then we scroll to the unread msg and set it to true\n * If not, the default offset of 0 for flatList means that it has been set already\n */\n const [isInitialScrollDone, setInitialScrollDone] = useState(!initialScrollToFirstUnreadMessage);\n const channelResyncScrollSet = useRef<boolean>(true);\n\n /**\n * The timeout id used to debounce our scrollToIndex calls on messageList updates\n */\n const scrollToDebounceTimeoutRef = useRef<NodeJS.Timeout>();\n\n /**\n * The timeout id used to lazier load the initial scroll set flag\n */\n const initialScrollSettingTimeoutRef = useRef<NodeJS.Timeout>();\n\n /**\n * The timeout id used to temporarily load the initial scroll set flag\n */\n const onScrollEventTimeoutRef = useRef<NodeJS.Timeout>();\n\n /**\n * Last messageID that was scrolled to after loading a new message list,\n * this flag keeps track of it so that we dont scroll to it again on target message set\n */\n const messageIdLastScrolledToRef = useRef<string>();\n const [hasMoved, setHasMoved] = useState(false);\n const [lastReceivedId, setLastReceivedId] = useState(\n getLastReceivedMessage(processedMessageList)?.id,\n );\n const [scrollToBottomButtonVisible, setScrollToBottomButtonVisible] = useState(false);\n\n const [stickyHeaderDate, setStickyHeaderDate] = useState<Date | undefined>();\n const stickyHeaderDateRef = useRef<Date | undefined>();\n\n // ref for channel to use in useEffect without triggering it on channel change\n const channelRef = useRef(channel);\n channelRef.current = channel;\n\n const updateStickyHeaderDateIfNeeded = (viewableItems: ViewToken[]) => {\n if (viewableItems.length) {\n const lastItem = viewableItems.pop() as {\n item: MessageType<StreamChatGenerics>;\n };\n\n const isMessageTypeDeleted = lastItem.item.type === 'deleted';\n\n if (\n lastItem?.item?.created_at &&\n !isMessageTypeDeleted &&\n typeof lastItem.item.created_at !== 'string' &&\n lastItem.item.created_at.toDateString() !== stickyHeaderDateRef.current?.toDateString()\n ) {\n stickyHeaderDateRef.current = lastItem.item.created_at;\n setStickyHeaderDate(lastItem.item.created_at);\n }\n }\n };\n\n /**\n * FlatList doesn't accept changeable function for onViewableItemsChanged prop.\n * Thus useRef.\n */\n const onViewableItemsChanged = useRef(\n ({ viewableItems }: { viewableItems: ViewToken[] | undefined }) => {\n /**\n * When a new message comes in, list scrolls down to the bottom automatically (using prop `maintainVisibleContentPosition`)\n * and we mark the channel as read from handleScroll function.\n * Although this logic is dependent on the fact that `onScroll` event gets triggered during this process.\n * But for Android, this event is not triggered when messages length is lesser than visible screen height.\n *\n * And thus we need to check if the message list length is lesser than visible screen height and mark the channel as read.\n */\n if (\n Platform.OS === 'android' &&\n viewableItems?.length &&\n viewableItems?.length >= messageListLengthBeforeUpdate.current\n ) {\n channel.markRead();\n }\n\n if (viewableItems && !hideStickyDateHeader) {\n updateStickyHeaderDateIfNeeded(viewableItems);\n }\n },\n );\n\n /**\n * Resets the pagination trackers, doing so cancels currently scheduled loading more calls\n */\n const resetPaginationTrackersRef = useRef(() => {\n onStartReachedTracker.current = {};\n onEndReachedTracker.current = {};\n });\n\n useEffect(() => {\n if (disabled) {\n setScrollToBottomButtonVisible(false);\n }\n }, [disabled]);\n\n useEffect(() => {\n const getShouldMarkReadAutomatically = (): boolean => {\n if (loading || !channel) {\n // nothing to do\n return false;\n } else if (channel.countUnread() > 0) {\n if (!initialScrollToFirstUnreadMessage) {\n /*\n * In this case MessageList won't scroll to first unread message when opened, so we can mark\n * the channel as read right after opening.\n * */\n return true;\n } else {\n /*\n * In this case MessageList will be opened to first unread message.\n * But if there are were not enough unread messages, so that scrollToBottom button was not shown\n * then MessageList won't need to scroll up. So we can safely mark the channel as read right after opening.\n *\n * NOTE: we must ensure that initial scroll is done, otherwise we do not wait till the unread scroll is finished\n * */\n if (scrollToBottomButtonVisible) return false;\n /* if scrollToBottom button was not visible, wait till\n * - initial scroll is done (indicates that if scrolling to index was needed it was triggered)\n * */\n return isInitialScrollDone;\n }\n }\n return false;\n };\n\n if (getShouldMarkReadAutomatically()) {\n markRead();\n }\n }, [loading, scrollToBottomButtonVisible, isInitialScrollDone]);\n\n useEffect(() => {\n const lastReceivedMessage = getLastReceivedMessage(processedMessageList);\n setLastReceivedId(lastReceivedMessage?.id);\n\n /**\n * Scroll down when\n * created_at timestamp of top message before update is lesser than created_at timestamp of top message after update - channel has resynced\n */\n const scrollToBottomIfNeeded = () => {\n if (!client || !channel || rawMessageList.length === 0) {\n return;\n }\n /**\n * Condition to check if a message is removed from MessageList.\n * Eg: This would happen when giphy search is cancelled, etc.\n * If such a case arises, we scroll to bottom.\n */\n const isMessageRemovedFromMessageList =\n messageListLengthAfterUpdate < messageListLengthBeforeUpdate.current;\n if (\n isMessageRemovedFromMessageList ||\n (topMessageBeforeUpdate.current?.created_at &&\n topMessageAfterUpdate?.created_at &&\n topMessageBeforeUpdate.current.created_at < topMessageAfterUpdate.created_at)\n ) {\n channelResyncScrollSet.current = false;\n setScrollToBottomButtonVisible(false);\n resetPaginationTrackersRef.current();\n\n setTimeout(() => {\n flatListRef.current?.scrollToOffset({\n offset: 0,\n });\n }, 50);\n setTimeout(() => {\n channelResyncScrollSet.current = true;\n if (channel.countUnread() > 0) {\n markRead();\n }\n }, 500);\n }\n };\n\n if (threadList || hasNoMoreRecentMessagesToLoad) {\n scrollToBottomIfNeeded();\n } else {\n setScrollToBottomButtonVisible(false);\n }\n\n if (\n !hasNoMoreRecentMessagesToLoad &&\n flatListRef.current &&\n messageListLengthBeforeUpdate.current === 0 &&\n messageListLengthAfterUpdate < 10\n ) {\n /**\n * Trigger onStartReached on first load, if messages are not enough to fill the screen.\n * This is important especially for android, where you can't overscroll.\n */\n maybeCallOnStartReached(10);\n }\n\n messageListLengthBeforeUpdate.current = messageListLengthAfterUpdate;\n topMessageBeforeUpdate.current = topMessageAfterUpdate;\n }, [\n threadList,\n hasNoMoreRecentMessagesToLoad,\n messageListLengthAfterUpdate,\n topMessageAfterUpdate?.id,\n ]);\n\n useEffect(() => {\n if (!rawMessageList.length) return;\n if (threadList) {\n setAutoscrollToRecent(true);\n return;\n }\n const notLatestSet = channel.state.messages !== channel.state.latestMessages;\n if (notLatestSet) {\n latestNonCurrentMessageBeforeUpdateRef.current =\n channel.state.latestMessages[channel.state.latestMessages.length - 1];\n setAutoscrollToRecent(false);\n setScrollToBottomButtonVisible(true);\n return;\n }\n const latestNonCurrentMessageBeforeUpdate = latestNonCurrentMessageBeforeUpdateRef.current;\n latestNonCurrentMessageBeforeUpdateRef.current = undefined;\n const latestCurrentMessageAfterUpdate = rawMessageList[rawMessageList.length - 1];\n if (!latestCurrentMessageAfterUpdate) {\n setAutoscrollToRecent(true);\n return;\n }\n const didMergeMessageSetsWithNoUpdates =\n latestNonCurrentMessageBeforeUpdate?.id === latestCurrentMessageAfterUpdate.id;\n // if didMergeMessageSetsWithNoUpdates=false, we got new messages\n // so we should scroll to bottom if we are near the bottom already\n setAutoscrollToRecent(!didMergeMessageSetsWithNoUpdates);\n\n if (!didMergeMessageSetsWithNoUpdates) {\n const shouldScrollToRecentOnNewOwnMessage = shouldScrollToRecentOnNewOwnMessageRef.current();\n // we should scroll to bottom where ever we are now\n // as we have sent a new own message\n if (shouldScrollToRecentOnNewOwnMessage) {\n setTimeout(() => {\n flatListRef.current?.scrollToOffset({\n animated: true,\n offset: 0,\n });\n }, 150); // flatlist might take a bit to update, so a small delay is needed\n }\n }\n }, [rawMessageList, threadList]);\n\n // TODO: do not apply on RN 0.73 and above\n const shouldApplyAndroidWorkaround = inverted && Platform.OS === 'android';\n\n const renderItem = ({\n index,\n item: message,\n }: {\n index: number;\n item: MessageType<StreamChatGenerics>;\n }) => {\n if (!channel || channel.disconnected || (!channel.initialized && !channel.offlineMode))\n return null;\n\n const unreadCount = channel.countUnread();\n const lastRead = channel.lastRead();\n\n function isMessageUnread(messageArrayIndex: number): boolean {\n const isLatestMessageSetShown = !!channel.state.messageSets.find(\n (set) => set.isCurrent && set.isLatest,\n );\n const msg = processedMessageList?.[messageArrayIndex];\n if (!isLatestMessageSetShown) {\n if (\n channel.state.latestMessages.length !== 0 &&\n unreadCount > channel.state.latestMessages.length\n ) {\n return messageArrayIndex <= unreadCount - channel.state.latestMessages.length - 1;\n } else if (lastRead && msg.created_at) {\n return lastRead < msg.created_at;\n }\n return false;\n } else {\n return messageArrayIndex <= unreadCount - 1;\n }\n }\n\n const isCurrentMessageUnread = isMessageUnread(index);\n const showUnreadUnderlay =\n !channel.muteStatus().muted && isCurrentMessageUnread && scrollToBottomButtonVisible;\n const insertInlineUnreadIndicator = showUnreadUnderlay && !isMessageUnread(index + 1); // show only if previous message is read\n\n if (message.type === 'system') {\n return (\n <>\n <View testID={`message-list-item-${index}`}>\n <MessageSystem\n message={message}\n style={[{ paddingHorizontal: screenPadding }, messageContainer]}\n />\n </View>\n {insertInlineUnreadIndicator && <InlineUnreadIndicator />}\n </>\n );\n }\n\n const wrapMessageInTheme = client.userID === message.user?.id && !!myMessageTheme;\n const renderDateSeperator = isMessageWithStylesReadByAndDateSeparator(message) &&\n message.dateSeparator && <InlineDateSeparator date={message.dateSeparator} />;\n const renderMessage = (\n <Message\n goToMessage={goToMessage}\n groupStyles={isMessageWithStylesReadByAndDateSeparator(message) ? message.groupStyles : []}\n isTargetedMessage={targetedMessage === message.id}\n lastReceivedId={\n lastReceivedId === message.id || message.quoted_message_id ? lastReceivedId : undefined\n }\n message={message}\n onThreadSelect={onThreadSelect}\n showUnreadUnderlay={showUnreadUnderlay}\n style={[{ paddingHorizontal: screenPadding }, messageContainer]}\n threadList={threadList}\n />\n );\n return wrapMessageInTheme ? (\n <>\n {shouldApplyAndroidWorkaround && renderDateSeperator}\n <ThemeProvider mergedStyle={modifiedTheme}>\n <View testID={`message-list-item-${index}`}>{renderMessage}</View>\n </ThemeProvider>\n {!shouldApplyAndroidWorkaround && renderDateSeperator}\n {/* Adding indicator below the messages, since the list is inverted */}\n {insertInlineUnreadIndicator && <InlineUnreadIndicator />}\n </>\n ) : (\n <>\n <View testID={`message-list-item-${index}`}>\n {shouldApplyAndroidWorkaround && renderDateSeperator}\n {renderMessage}\n </View>\n {!shouldApplyAndroidWorkaround && renderDateSeperator}\n {/* Adding indicator below the messages, since the list is inverted */}\n {insertInlineUnreadIndicator && <InlineUnreadIndicator />}\n </>\n );\n };\n\n /**\n * We are keeping full control on message pagination, and not relying on react-native for it.\n * The reasons being,\n * 1. FlatList doesn't support onStartReached prop\n * 2. `onEndReached` function prop available on react-native, gets executed\n * once per content length (and thats actually a nice optimization strategy).\n * But it also means, we always need to prioritize onEndReached above our\n * logic for `onStartReached`.\n * 3. `onEndReachedThreshold` prop decides - at which scroll position to call `onEndReached`.\n * Its a factor of content length (which is necessary for \"real\" infinite scroll). But on\n * the other hand, it also makes calls to `onEndReached` (and this `channel.query`) way\n * too early during scroll, which we don't really need. So we are going to instead\n * keep some fixed offset distance, to decide when to call `loadMore` or `loadMoreRecent`.\n *\n * We are still gonna keep the optimization, which react-native does - only call onEndReached\n * once per content length.\n */\n\n /**\n * 1. Makes a call to `loadMoreRecent` function, which queries more recent messages.\n * 2. Ensures that we call `loadMoreRecent`, once per content length\n * 3. If the call to `loadMore` is in progress, we wait for it to finish to make sure scroll doesn't jump.\n */\n const maybeCallOnStartReached = async (limit?: number) => {\n // If onStartReached has already been called for given data length, then ignore.\n if (\n processedMessageList?.length &&\n onStartReachedTracker.current[processedMessageList.length]\n ) {\n return;\n }\n\n if (processedMessageList?.length) {\n onStartReachedTracker.current[processedMessageList.length] = true;\n }\n\n const callback = () => {\n onStartReachedInPromise.current = null;\n\n return Promise.resolve();\n };\n\n const onError = () => {\n /** Release the onStartReached trigger after 2 seconds, to try again */\n setTimeout(() => {\n onStartReachedTracker.current = {};\n }, 2000);\n };\n\n // If onEndReached is in progress, better to wait for it to finish for smooth UX\n if (onEndReachedInPromise.current) {\n await onEndReachedInPromise.current;\n }\n onStartReachedInPromise.current = loadMoreRecent(limit).then(callback).catch(onError);\n };\n\n /**\n * 1. Makes a call to `loadMore` function, which queries more older messages.\n * 2. Ensures that we call `loadMore`, once per content length\n * 3. If the call to `loadMoreRecent` is in progress, we wait for it to finish to make sure scroll doesn't jump.\n */\n const maybeCallOnEndReached = async () => {\n // If onEndReached has already been called for given messageList length, then ignore.\n if (processedMessageList?.length && onEndReachedTracker.current[processedMessageList.length]) {\n return;\n }\n\n if (processedMessageList?.length) {\n onEndReachedTracker.current[processedMessageList.length] = true;\n }\n\n const callback = () => {\n onEndReachedInPromise.current = null;\n return Promise.resolve();\n };\n\n const onError = () => {\n /** Release the onEndReachedTracker trigger after 2 seconds, to try again */\n setTimeout(() => {\n onEndReachedTracker.current = {};\n }, 2000);\n };\n\n // If onStartReached is in progress, better to wait for it to finish for smooth UX\n if (onStartReachedInPromise.current) {\n await onStartReachedInPromise.current;\n }\n onEndReachedInPromise.current = (threadList ? loadMoreThread() : loadMore())\n .then(callback)\n .catch(onError);\n };\n\n const onUserScrollEvent: NonNullable<ScrollViewProps['onScroll']> = (event) => {\n const nativeEvent = event.nativeEvent;\n clearTimeout(onScrollEventTimeoutRef.current);\n const offset = nativeEvent.contentOffset.y;\n const visibleLength = nativeEvent.layoutMeasurement.height;\n const contentLength = nativeEvent.contentSize.height;\n if (!channel || !channelResyncScrollSet.current) {\n return;\n }\n\n // Check if scroll has reached either start of end of list.\n const isScrollAtStart = offset < 100;\n const isScrollAtEnd = contentLength - visibleLength - offset < 100;\n\n if (isScrollAtStart) {\n maybeCallOnStartReached();\n }\n\n if (isScrollAtEnd) {\n maybeCallOnEndReached();\n }\n };\n\n const handleScroll: ScrollViewProps['onScroll'] = (event) => {\n const offset = event.nativeEvent.contentOffset.y;\n const messageListHasMessages = processedMessageList.length > 0;\n // Show scrollToBottom button once scroll position goes beyond 150.\n const isScrollAtBottom = offset <= 150;\n\n const notLatestSet = channel.state.messages !== channel.state.latestMessages;\n\n const showScrollToBottomButton =\n messageListHasMessages &&\n ((!threadList && notLatestSet) || !isScrollAtBottom || !hasNoMoreRecentMessagesToLoad);\n\n /**\n * 1. If I scroll up -> show scrollToBottom button.\n * 2. If I scroll to bottom of screen\n * |-> hide scrollToBottom button.\n * |-> if channel is unread, call markRead().\n */\n setScrollToBottomButtonVisible(showScrollToBottomButton);\n\n const shouldMarkRead =\n !threadList &&\n !notLatestSet &&\n offset <= 0 &&\n hasNoMoreRecentMessagesToLoad &&\n channel.countUnread() > 0;\n\n if (shouldMarkRead) {\n markRead();\n }\n\n setInitialScrollDone(false);\n\n if (onListScroll) {\n onListScroll(event);\n }\n };\n\n const goToNewMessages = async () => {\n const isNotLatestSet = channel.state.messages !== channel.state.latestMessages;\n if (isNotLatestSet && hasNoMoreRecentMessagesToLoad) {\n loadChannelAroundMessage({});\n } else if (!hasNoMoreRecentMessagesToLoad) {\n resetPaginationTrackersRef.current();\n await reloadChannel();\n } else if (flatListRef.current) {\n flatListRef.current.scrollToOffset({\n offset: 0,\n });\n }\n\n setScrollToBottomButtonVisible(false);\n if (!threadList) {\n markRead();\n }\n };\n\n const scrollToIndexFailedRetryCountRef = useRef<number>(0);\n const failScrollTimeoutId = useRef<NodeJS.Timeout>();\n const onScrollToIndexFailedRef = useRef<\n FlatListProps<MessageType<StreamChatGenerics>>['onScrollToIndexFailed']\n >((info) => {\n // We got a failure as we tried to scroll to an item that was outside the render length\n if (!flatListRef.current) return;\n // we don't know the actual size of all items but we can see the average, so scroll to the closest offset\n flatListRef.current.scrollToOffset({\n animated: false,\n offset: info.averageItemLength * info.index,\n });\n // since we used only an average offset... we won't go to the center of the item yet\n // with a little delay to wait for scroll to offset to complete, we can then scroll to the index\n failScrollTimeoutId.current = setTimeout(() => {\n try {\n flatListRef.current?.scrollToIndex({\n animated: false,\n index: info.index,\n viewPosition: 0.5, // try to place message in the center of the screen\n });\n if (messageIdLastScrolledToRef.current) {\n // in case the target message was cleared out\n // the state being set again will trigger the highlight again\n setTargetedMessage(messageIdLastScrolledToRef.current);\n }\n scrollToIndexFailedRetryCountRef.current = 0;\n } catch (e) {\n if (\n !onScrollToIndexFailedRef.current ||\n scrollToIndexFailedRetryCountRef.current > MAX_RETRIES_AFTER_SCROLL_FAILURE\n ) {\n scrollToIndexFailedRetryCountRef.current = 0;\n return;\n }\n // At some cases the index we're trying to scroll to, doesn't exist yet in the messageList\n // Scrolling to an index not in range of the Flatlist's data will result in a crash that\n // won't call onScrollToIndexFailed.\n // By catching this error we retry scrolling by calling onScrollToIndexFailedRef\n scrollToIndexFailedRetryCountRef.current += 1;\n onScrollToIndexFailedRef.current(info);\n }\n }, WAIT_FOR_SCROLL_TO_OFFSET_TIMEOUT);\n\n // Only when index is greater than 0 and in range of items in FlatList\n // this onScrollToIndexFailed will be called again\n });\n\n const goToMessage = (messageId: string) => {\n const indexOfParentInMessageList = processedMessageList.findIndex(\n (message) => message?.id === messageId,\n );\n if (indexOfParentInMessageList !== -1 && flatListRef.current) {\n clearTimeout(failScrollTimeoutId.current);\n scrollToIndexFailedRetryCountRef.current = 0;\n // keep track of this messageId, so that we dont scroll to again in useEffect for targeted message change\n messageIdLastScrolledToRef.current = messageId;\n setTargetedMessage(messageId);\n // now scroll to it with animated=true (in useEffect animated=false is used)\n flatListRef.current.scrollToIndex({\n animated: true,\n index: indexOfParentInMessageList,\n viewPosition: 0.5, // try to place message in the center of the screen\n });\n return;\n }\n // the message we want was not loaded yet, so lets load it\n loadChannelAroundMessage({ messageId });\n };\n\n /**\n * Check if a messageId needs to be scrolled to after list loads, and scroll to it\n * Note: This effect fires on every list change with a small debounce so that scrolling isnt abrupted by an immediate rerender\n */\n useEffect(() => {\n scrollToDebounceTimeoutRef.current = setTimeout(() => {\n if (initialScrollToFirstUnreadMessage) {\n clearTimeout(initialScrollSettingTimeoutRef.current);\n initialScrollSettingTimeoutRef.current = setTimeout(() => {\n // small timeout to ensure that handleScroll is called after scrollToIndex to set this flag\n setInitialScrollDone(true);\n }, 2000);\n }\n let messageIdToScroll: string | undefined;\n if (targetedMessage && messageIdLastScrolledToRef.current !== targetedMessage) {\n // if some messageId was targeted but not scrolledTo yet\n // we have scroll to there after loading completes\n messageIdToScroll = targetedMessage;\n }\n if (!messageIdToScroll) return;\n const indexOfParentInMessageList = processedMessageList.findIndex(\n (message) => message?.id === messageIdToScroll,\n );\n if (indexOfParentInMessageList !== -1 && flatListRef.current) {\n // By a fresh scroll we should clear the retries for the previous failed scroll\n clearTimeout(scrollToDebounceTimeoutRef.current);\n clearTimeout(failScrollTimeoutId.current);\n // keep track of this messageId, so that we dont scroll to again for targeted message change\n messageIdLastScrolledToRef.current = messageIdToScroll;\n // reset the retry count\n scrollToIndexFailedRetryCountRef.current = 0;\n // now scroll to it\n flatListRef.current.scrollToIndex({\n animated: false,\n index: indexOfParentInMessageList,\n viewPosition: 0.5, // try to place message in the center of the screen\n });\n }\n }, 50);\n }, [targetedMessage, initialScrollToFirstUnreadMessage]);\n\n const messagesWithImages =\n legacyImageViewerSwipeBehaviour &&\n processedMessageList.filter((message) => {\n const isMessageTypeDeleted = message.type === 'deleted';\n if (!isMessageTypeDeleted && message.attachments) {\n return message.attachments.some(\n (attachment) =>\n attachment.type === 'image' &&\n !attachment.title_link &&\n !attachment.og_scrape_url &&\n (attachment.image_url || attachment.thumb_url),\n );\n }\n return false;\n });\n\n /**\n * This is for the useEffect to run again in the case that a message\n * gets edited with more or the same number of images\n */\n const imageString =\n legacyImageViewerSwipeBehaviour &&\n messagesWithImages &&\n messagesWithImages\n .map((message) =>\n message.attachments\n ?.map((attachment) => attachment.image_url || attachment.thumb_url || '')\n .join(),\n )\n .join();\n\n const numberOfMessagesWithImages =\n legacyImageViewerSwipeBehaviour && messagesWithImages && messagesWithImages.length;\n const threadExists = !!thread;\n\n useEffect(() => {\n if (\n legacyImageViewerSwipeBehaviour &&\n isListActive &&\n ((threadList && thread) || (!threadList && !thread))\n ) {\n setMessages(messagesWithImages as MessageType<StreamChatGenerics>[]);\n }\n }, [\n imageString,\n isListActive,\n legacyImageViewerSwipeBehaviour,\n numberOfMessagesWithImages,\n threadExists,\n threadList,\n ]);\n\n const stickyHeaderFormatDate =\n stickyHeaderDate?.getFullYear() === new Date().getFullYear() ? 'MMM D' : 'MMM D, YYYY';\n const tStickyHeaderDate =\n stickyHeaderDate && !hideStickyDateHeader ? tDateTimeParser(stickyHeaderDate) : null;\n\n const stickyHeaderDateString = useMemo(() => {\n if (tStickyHeaderDate === null || hideStickyDateHeader) return null;\n if (isDayOrMoment(tStickyHeaderDate)) return tStickyHeaderDate.format(stickyHeaderFormatDate);\n\n return new Date(tStickyHeaderDate).toDateString();\n }, [tStickyHeaderDate, stickyHeaderFormatDate, hideStickyDateHeader]);\n\n const dismissImagePicker = () => {\n if (!hasMoved && selectedPicker) {\n setSelectedPicker(undefined);\n closePicker();\n }\n };\n const onScrollBeginDrag: ScrollViewProps['onScrollBeginDrag'] = (event) => {\n !hasMoved && selectedPicker && setHasMoved(true);\n onUserScrollEvent(event);\n };\n const onScrollEndDrag: ScrollViewProps['onScrollEndDrag'] = (event) => {\n hasMoved && selectedPicker && setHasMoved(false);\n onUserScrollEvent(event);\n };\n\n const refCallback = (ref: FlatListType<MessageType<StreamChatGenerics>>) => {\n flatListRef.current = ref;\n\n if (setFlatListRef) {\n setFlatListRef(ref);\n }\n };\n\n const debugRef = useDebugContext();\n\n const isDebugModeEnabled = __DEV__ && debugRef && debugRef.current;\n\n if (isDebugModeEnabled) {\n if (debugRef.current.setEventType) debugRef.current.setEventType('send');\n if (debugRef.current.setSendEventParams)\n debugRef.current.setSendEventParams({\n action: thread ? 'ThreadList' : 'Messages',\n data: processedMessageList,\n });\n }\n\n const renderListEmptyComponent = useCallback(\n () => (\n <View\n style={[\n styles.flex,\n { backgroundColor: white_snow },\n shouldApplyAndroidWorkaround ? styles.invertAndroid : styles.invert,\n ]}\n testID='empty-state'\n >\n <EmptyStateIndicator listType='message' />\n </View>\n ),\n [EmptyStateIndicator, shouldApplyAndroidWorkaround],\n );\n\n const ListFooterComponent = useCallback(\n () => (\n <View style={shouldApplyAndroidWorkaround ? styles.invertAndroid : undefined}>\n <FooterComponent />\n </View>\n ),\n [shouldApplyAndroidWorkaround, FooterComponent],\n );\n\n const ListHeaderComponent = useCallback(\n () => (\n <View style={shouldApplyAndroidWorkaround ? styles.invertAndroid : undefined}>\n <HeaderComponent />\n </View>\n ),\n [shouldApplyAndroidWorkaround, HeaderComponent],\n );\n\n const StickyHeaderComponent = () => {\n if (!stickyHeaderDateString) return null;\n if (StickyHeader) return <StickyHeader dateString={stickyHeaderDateString} />;\n if (messageListLengthAfterUpdate) return <DateHeader dateString={stickyHeaderDateString} />;\n return null;\n };\n\n // We need to omit the style related props from the additionalFlatListProps and add them directly instead of spreading\n let additionalFlatListPropsExcludingStyle:\n | Omit<NonNullable<typeof additionalFlatListProps>, 'style' | 'contentContainerStyle'>\n | undefined;\n\n if (additionalFlatListProps) {\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const { contentContainerStyle, style, ...rest } = additionalFlatListProps;\n additionalFlatListPropsExcludingStyle = rest;\n }\n\n if (!FlatList) return null;\n\n if (loading) {\n return (\n <View style={[styles.container, { backgroundColor: white_snow }, container]}>\n <LoadingIndicator listType='message' />\n </View>\n );\n }\n\n return (\n <View\n style={[styles.container, { backgroundColor: white_snow }, container]}\n testID='message-flat-list-wrapper'\n >\n <FlatList\n CellRendererComponent={\n shouldApplyAndroidWorkaround ? InvertedCellRendererComponent : undefined\n }\n contentContainerStyle={[\n styles.contentContainer,\n additionalFlatListProps?.contentContainerStyle,\n contentContainer,\n ]}\n /** Disables the MessageList UI. Which means, message actions, reactions won't work. */\n data={processedMessageList}\n extraData={disabled || !hasNoMoreRecentMessagesToLoad}\n inverted={shouldApplyAndroidWorkaround ? false : inverted}\n keyboardShouldPersistTaps='handled'\n keyExtractor={keyExtractor}\n ListEmptyComponent={renderListEmptyComponent}\n ListFooterComponent={ListFooterComponent}\n /**\n if autoscrollToTopThreshold is 10, we scroll to recent if before new list update it was already at the bottom (10 offset or below)\n minIndexForVisible = 1 means that beyond item at index 1 will not change position on list updates\n minIndexForVisible is not used when autoscrollToTopThreshold = 10\n */\n ListHeaderComponent={ListHeaderComponent}\n maintainVisibleContentPosition={{\n autoscrollToTopThreshold: autoscrollToRecent ? 10 : undefined,\n minIndexForVisible: 1,\n }}\n maxToRenderPerBatch={30}\n onMomentumScrollEnd={onUserScrollEvent}\n onScroll={handleScroll}\n onScrollBeginDrag={onScrollBeginDrag}\n onScrollEndDrag={onScrollEndDrag}\n onScrollToIndexFailed={onScrollToIndexFailedRef.current}\n onTouchEnd={dismissImagePicker}\n onViewableItemsChanged={onViewableItemsChanged.current}\n ref={refCallback}\n renderItem={renderItem}\n scrollEnabled={overlay === 'none'}\n showsVerticalScrollIndicator={!shouldApplyAndroidWorkaround}\n style={[\n styles.listContainer,\n listContainer,\n additionalFlatListProps?.style,\n shouldApplyAndroidWorkaround ? styles.invertAndroid : undefined,\n ]}\n testID='message-flat-list'\n viewabilityConfig={flatListViewabilityConfig}\n {...additionalFlatListPropsExcludingStyle}\n />\n {!loading && (\n <>\n <View style={styles.stickyHeader}>\n <StickyHeaderComponent />\n </View>\n {!disableTypingIndicator && TypingIndicator && (\n <TypingIndicatorContainer>\n <TypingIndicator />\n </TypingIndicatorContainer>\n )}\n <ScrollToBottomButton\n onPress={goToNewMessages}\n showNotification={scrollToBottomButtonVisible}\n unreadCount={threadList ? 0 : channel?.countUnread()}\n />\n </>\n )}\n <NetworkDownIndicator />\n </View>\n );\n};\n\nexport type MessageListProps<\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n> = Partial<MessageListPropsWithContext<StreamChatGenerics>>;\n\nexport const MessageList = <\n StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,\n>(\n props: MessageListProps<StreamChatGenerics>,\n) => {\n const { closePicker, selectedPicker, setSelectedPicker } = useAttachmentPickerContext();\n const {\n channel,\n disabled,\n EmptyStateIndicator,\n enableMessageGroupingByUser,\n error,\n hideStickyDateHeader,\n isChannelActive,\n loadChannelAroundMessage,\n loading,\n LoadingIndicator,\n markRead,\n NetworkDownIndicator,\n reloadChannel,\n scrollToFirstUnreadThreshold,\n setTargetedMessage,\n StickyHeader,\n targetedMessage,\n threadList,\n } = useChannelContext<StreamChatGenerics>();\n const { client } = useChatContext<StreamChatGenerics>();\n const { setMessages } = useImageGalleryContext<StreamChatGenerics>();\n const {\n DateHeader,\n disableTypingIndicator,\n FlatList,\n initialScrollToFirstUnreadMessage,\n InlineDateSeparator,\n InlineUnreadIndicator,\n legacyImageViewerSwipeBehaviour,\n Message,\n MessageSystem,\n myMessageTheme,\n ScrollToBottomButton,\n TypingIndicator,\n TypingIndicatorContainer,\n } = useMessagesContext<StreamChatGenerics>();\n const { hasNoMoreRecentMessagesToLoad, loadMore, loadMoreRecent } =\n usePaginatedMessageListContext<StreamChatGenerics>();\n const { overlay } = useOverlayContext();\n const { loadMoreThread, thread } = useThreadContext<StreamChatGenerics>();\n const { t, tDateTimeParser } = useTranslationContext();\n\n return (\n <MessageListWithContext\n {...{\n channel,\n client,\n closePicker,\n DateHeader,\n disabled,\n disableTypingIndicator,\n EmptyStateIndicator,\n enableMessageGroupingByUser,\n error,\n FlatList,\n hasNoMoreRecentMessagesToLoad,\n hideStickyDateHeader,\n initialScrollToFirstUnreadMessage,\n InlineDateSeparator,\n InlineUnreadIndicator,\n isListActive: isChannelActive,\n legacyImageViewerSwipeBehaviour,\n loadChannelAroundMessage,\n loading,\n LoadingIndicator,\n loadMore,\n loadMoreRecent,\n loadMoreThread,\n markRead,\n Message,\n MessageSystem,\n myMessageTheme,\n NetworkDownIndicator,\n overlay,\n reloadChannel,\n ScrollToBottomButton,\n scrollToFirstUnreadThreshold,\n selectedPicker,\n setMessages,\n setSelectedPicker,\n setTargetedMessage,\n StickyHeader,\n t,\n targetedMessage,\n tDateTimeParser,\n thread,\n threadList,\n TypingIndicator,\n TypingIndicatorContainer,\n }}\n {...props}\n noGroupByUser={!enableMessageGroupingByUser || props.noGroupByUser}\n />\n );\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useMessageList2","_useShouldScrollToRecentOnNewOwnMessage","_InlineLoadingMoreIndicator","_InlineLoadingMoreRecentIndicator","_InlineLoadingMoreThreadIndicator","_getLastReceivedMessage","_AttachmentPickerContext","_ChannelContext","_ChatContext","_DebugContext","_ImageGalleryContext","_MessagesContext","_OverlayContext","_PaginatedMessageListContext","_ThemeContext","_ThreadContext","_TranslationContext","_jsxRuntime","_excluded","_this","_jsxFileName","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","WAIT_FOR_SCROLL_TO_OFFSET_TIMEOUT","MAX_RETRIES_AFTER_SCROLL_FAILURE","styles","StyleSheet","create","container","alignItems","flex","width","contentContainer","flexGrow","paddingBottom","invert","transform","scaleY","invertAndroid","scaleX","listContainer","stickyHeader","position","top","InvertedCellRendererComponent","props","jsx","View","assign","style","keyExtractor","item","id","created_at","toISOString","Date","now","toString","flatListViewabilityConfig","viewAreaCoveragePercentThreshold","MessageListWithContext","_getLastReceivedMessa","LoadingMoreIndicator","threadList","InlineLoadingMoreThreadIndicator","InlineLoadingMoreIndicator","additionalFlatListProps","channel","client","closePicker","DateHeader","disabled","disableTypingIndicator","EmptyStateIndicator","FlatList","_props$FooterComponen","FooterComponent","hasNoMoreRecentMessagesToLoad","_props$HeaderComponen","HeaderComponent","InlineLoadingMoreRecentIndicator","hideStickyDateHeader","initialScrollToFirstUnreadMessage","InlineDateSeparator","InlineUnreadIndicator","_props$inverted","inverted","_props$isListActive","isListActive","legacyImageViewerSwipeBehaviour","loadChannelAroundMessage","loading","LoadingIndicator","loadMore","loadMoreRecent","loadMoreThread","markRead","Message","MessageSystem","myMessageTheme","NetworkDownIndicator","noGroupByUser","onListScroll","onThreadSelect","overlay","reloadChannel","ScrollToBottomButton","selectedPicker","setFlatListRef","setMessages","setSelectedPicker","setTargetedMessage","StickyHeader","targetedMessage","tDateTimeParser","thread","_props$threadList","TypingIndicator","TypingIndicatorContainer","_useTheme","useTheme","theme","white_snow","colors","_theme$messageList","messageList","messageContainer","screenPadding","myMessageThemeString","useMemo","JSON","stringify","modifiedTheme","mergeThemes","_useMessageList","useMessageList","processedMessageList","rawMessageList","messageListLengthBeforeUpdate","useRef","messageListLengthAfterUpdate","length","topMessageBeforeUpdate","latestNonCurrentMessageBeforeUpdateRef","topMessageAfterUpdate","shouldScrollToRecentOnNewOwnMessageRef","useShouldScrollToRecentOnNewOwnMessage","userID","_useState","useState","_useState2","_slicedToArray2","autoscrollToRecent","setAutoscrollToRecent","onStartReachedTracker","onEndReachedTracker","onStartReachedInPromise","onEndReachedInPromise","flatListRef","_useState3","_useState4","isInitialScrollDone","setInitialScrollDone","channelResyncScrollSet","scrollToDebounceTimeoutRef","initialScrollSettingTimeoutRef","onScrollEventTimeoutRef","messageIdLastScrolledToRef","_useState5","_useState6","hasMoved","setHasMoved","_useState7","getLastReceivedMessage","_useState8","lastReceivedId","setLastReceivedId","_useState9","_useState10","scrollToBottomButtonVisible","setScrollToBottomButtonVisible","_useState11","_useState12","stickyHeaderDate","setStickyHeaderDate","stickyHeaderDateRef","channelRef","current","updateStickyHeaderDateIfNeeded","viewableItems","_lastItem$item","_stickyHeaderDateRef$","lastItem","pop","isMessageTypeDeleted","type","toDateString","onViewableItemsChanged","_ref","Platform","OS","resetPaginationTrackersRef","useEffect","getShouldMarkReadAutomatically","countUnread","lastReceivedMessage","scrollToBottomIfNeeded","_topMessageBeforeUpda","isMessageRemovedFromMessageList","setTimeout","_flatListRef$current","scrollToOffset","offset","maybeCallOnStartReached","notLatestSet","state","messages","latestMessages","latestNonCurrentMessageBeforeUpdate","undefined","latestCurrentMessageAfterUpdate","didMergeMessageSetsWithNoUpdates","shouldScrollToRecentOnNewOwnMessage","_flatListRef$current2","animated","shouldApplyAndroidWorkaround","renderItem","_ref2","_message$user","index","message","disconnected","initialized","offlineMode","unreadCount","lastRead","isMessageUnread","messageArrayIndex","isLatestMessageSetShown","messageSets","find","isCurrent","isLatest","msg","isCurrentMessageUnread","showUnreadUnderlay","muteStatus","muted","insertInlineUnreadIndicator","jsxs","Fragment","children","testID","concat","paddingHorizontal","wrapMessageInTheme","user","renderDateSeperator","isMessageWithStylesReadByAndDateSeparator","dateSeparator","date","renderMessage","goToMessage","groupStyles","isTargetedMessage","quoted_message_id","ThemeProvider","mergedStyle","_ref3","_asyncToGenerator2","_regenerator","mark","_callee","limit","callback","onError","wrap","_callee$","_context","prev","next","abrupt","Promise","resolve","then","stop","_x","apply","arguments","maybeCallOnEndReached","_ref4","_callee2","_callee2$","_context2","onUserScrollEvent","event","nativeEvent","clearTimeout","contentOffset","y","visibleLength","layoutMeasurement","height","contentLength","contentSize","isScrollAtStart","isScrollAtEnd","handleScroll","messageListHasMessages","isScrollAtBottom","showScrollToBottomButton","shouldMarkRead","goToNewMessages","_ref5","_callee3","isNotLatestSet","_callee3$","_context3","scrollToIndexFailedRetryCountRef","failScrollTimeoutId","onScrollToIndexFailedRef","info","averageItemLength","_flatListRef$current3","scrollToIndex","viewPosition","messageId","indexOfParentInMessageList","findIndex","messageIdToScroll","messagesWithImages","filter","attachments","some","attachment","title_link","og_scrape_url","image_url","thumb_url","imageString","map","_message$attachments","join","numberOfMessagesWithImages","threadExists","stickyHeaderFormatDate","getFullYear","tStickyHeaderDate","stickyHeaderDateString","isDayOrMoment","format","dismissImagePicker","onScrollBeginDrag","onScrollEndDrag","refCallback","ref","debugRef","useDebugContext","isDebugModeEnabled","__DEV__","setEventType","setSendEventParams","action","data","renderListEmptyComponent","useCallback","backgroundColor","listType","ListFooterComponent","ListHeaderComponent","StickyHeaderComponent","dateString","additionalFlatListPropsExcludingStyle","contentContainerStyle","rest","_objectWithoutProperties2","CellRendererComponent","extraData","keyboardShouldPersistTaps","ListEmptyComponent","maintainVisibleContentPosition","autoscrollToTopThreshold","minIndexForVisible","maxToRenderPerBatch","onMomentumScrollEnd","onScroll","onScrollToIndexFailed","onTouchEnd","scrollEnabled","showsVerticalScrollIndicator","viewabilityConfig","onPress","showNotification","MessageList","_useAttachmentPickerC","useAttachmentPickerContext","_useChannelContext","useChannelContext","enableMessageGroupingByUser","error","isChannelActive","scrollToFirstUnreadThreshold","_useChatContext","useChatContext","_useImageGalleryConte","useImageGalleryContext","_useMessagesContext","useMessagesContext","_usePaginatedMessageL","usePaginatedMessageListContext","_useOverlayContext","useOverlayContext","_useThreadContext","useThreadContext","_useTranslationContex","useTranslationContext","exports"],"sourceRoot":"../../../../src","sources":["components/MessageList/MessageList.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -7,6 +7,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
8
|
var _ThemeContext = require("../../contexts/themeContext/ThemeContext");
|
|
9
9
|
var _TranslationContext = require("../../contexts/translationContext/TranslationContext");
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
11
|
var _this = this,
|
|
11
12
|
_jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/components/MessageList/MessageSystem.tsx";
|
|
12
13
|
var styles = _reactNative.StyleSheet.create({
|
|
@@ -51,64 +52,32 @@ var MessageSystem = function MessageSystem(props) {
|
|
|
51
52
|
var createdAt = message.created_at;
|
|
52
53
|
var parsedDate = tDateTimeParser(createdAt);
|
|
53
54
|
var date = formatDate && createdAt ? formatDate(createdAt) : parsedDate && (0, _TranslationContext.isDayOrMoment)(parsedDate) ? parsedDate.calendar().toUpperCase() : parsedDate;
|
|
54
|
-
return
|
|
55
|
+
return (0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
55
56
|
style: [styles.container, style, container],
|
|
56
57
|
testID: "message-system",
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
}, _react["default"].createElement(_reactNative.Text, {
|
|
82
|
-
style: [styles.text, {
|
|
83
|
-
color: grey
|
|
84
|
-
}, text],
|
|
85
|
-
__self: _this,
|
|
86
|
-
__source: {
|
|
87
|
-
fileName: _jsxFileName,
|
|
88
|
-
lineNumber: 87,
|
|
89
|
-
columnNumber: 9
|
|
90
|
-
}
|
|
91
|
-
}, ((_message$text = message.text) == null ? void 0 : _message$text.toUpperCase()) || ''), _react["default"].createElement(_reactNative.Text, {
|
|
92
|
-
style: [styles.text, {
|
|
93
|
-
color: grey
|
|
94
|
-
}, dateText],
|
|
95
|
-
__self: _this,
|
|
96
|
-
__source: {
|
|
97
|
-
fileName: _jsxFileName,
|
|
98
|
-
lineNumber: 90,
|
|
99
|
-
columnNumber: 9
|
|
100
|
-
}
|
|
101
|
-
}, date)), _react["default"].createElement(_reactNative.View, {
|
|
102
|
-
style: [styles.line, {
|
|
103
|
-
backgroundColor: grey_whisper
|
|
104
|
-
}, line],
|
|
105
|
-
__self: _this,
|
|
106
|
-
__source: {
|
|
107
|
-
fileName: _jsxFileName,
|
|
108
|
-
lineNumber: 92,
|
|
109
|
-
columnNumber: 7
|
|
110
|
-
}
|
|
111
|
-
}));
|
|
58
|
+
children: [(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
59
|
+
style: [styles.line, {
|
|
60
|
+
backgroundColor: grey_whisper
|
|
61
|
+
}, line]
|
|
62
|
+
}), (0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
63
|
+
style: [styles.textContainer, textContainer],
|
|
64
|
+
children: [(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
65
|
+
style: [styles.text, {
|
|
66
|
+
color: grey
|
|
67
|
+
}, text],
|
|
68
|
+
children: ((_message$text = message.text) == null ? void 0 : _message$text.toUpperCase()) || ''
|
|
69
|
+
}), (0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
70
|
+
style: [styles.text, {
|
|
71
|
+
color: grey
|
|
72
|
+
}, dateText],
|
|
73
|
+
children: date.toString()
|
|
74
|
+
})]
|
|
75
|
+
}), (0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
76
|
+
style: [styles.line, {
|
|
77
|
+
backgroundColor: grey_whisper
|
|
78
|
+
}, line]
|
|
79
|
+
})]
|
|
80
|
+
});
|
|
112
81
|
};
|
|
113
82
|
exports.MessageSystem = MessageSystem;
|
|
114
83
|
MessageSystem.displayName = 'MessageSystem{messageList{messageSystem}}';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_TranslationContext","_this","_jsxFileName","styles","StyleSheet","create","container","alignItems","flexDirection","justifyContent","marginBottom","line","flex","height","text","fontSize","fontWeight","textAlign","textContainer","marginTop","MessageSystem","props","_message$text","formatDate","message","style","_useTheme","useTheme","_useTheme$theme","theme","_useTheme$theme$color","colors","grey","grey_whisper","_useTheme$theme$messa","messageList","messageSystem","dateText","_useTranslationContex","useTranslationContext","tDateTimeParser","createdAt","created_at","parsedDate","date","isDayOrMoment","calendar","toUpperCase","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ThemeContext","_TranslationContext","_jsxRuntime","_this","_jsxFileName","styles","StyleSheet","create","container","alignItems","flexDirection","justifyContent","marginBottom","line","flex","height","text","fontSize","fontWeight","textAlign","textContainer","marginTop","MessageSystem","props","_message$text","formatDate","message","style","_useTheme","useTheme","_useTheme$theme","theme","_useTheme$theme$color","colors","grey","grey_whisper","_useTheme$theme$messa","messageList","messageSystem","dateText","_useTranslationContex","useTranslationContext","tDateTimeParser","createdAt","created_at","parsedDate","date","isDayOrMoment","calendar","toUpperCase","jsxs","View","testID","children","jsx","backgroundColor","Text","color","toString","exports","displayName"],"sourceRoot":"../../../../src","sources":["components/MessageList/MessageSystem.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,6 +9,7 @@ var _ChannelContext = require("../../contexts/channelContext/ChannelContext");
|
|
|
9
9
|
var _ChatContext = require("../../contexts/chatContext/ChatContext");
|
|
10
10
|
var _ThemeContext = require("../../contexts/themeContext/ThemeContext");
|
|
11
11
|
var _TranslationContext = require("../../contexts/translationContext/TranslationContext");
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
13
|
var _this = this,
|
|
13
14
|
_jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/components/MessageList/NetworkDownIndicator.tsx";
|
|
14
15
|
var styles = _reactNative.StyleSheet.create({
|
|
@@ -48,26 +49,16 @@ var NetworkDownIndicator = function NetworkDownIndicator() {
|
|
|
48
49
|
};
|
|
49
50
|
var indicatorText = getText();
|
|
50
51
|
if (!indicatorText) return null;
|
|
51
|
-
return
|
|
52
|
+
return (0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
52
53
|
style: [styles.errorNotification, {
|
|
53
|
-
backgroundColor: grey
|
|
54
|
+
backgroundColor: "".concat(grey, "E6")
|
|
54
55
|
}, errorNotification],
|
|
55
56
|
testID: "error-notification",
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
}, _react["default"].createElement(_reactNative.Text, {
|
|
63
|
-
style: [styles.errorNotificationText, errorNotificationText],
|
|
64
|
-
__self: _this,
|
|
65
|
-
__source: {
|
|
66
|
-
fileName: _jsxFileName,
|
|
67
|
-
lineNumber: 54,
|
|
68
|
-
columnNumber: 7
|
|
69
|
-
}
|
|
70
|
-
}, indicatorText));
|
|
57
|
+
children: (0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
58
|
+
style: [styles.errorNotificationText, errorNotificationText],
|
|
59
|
+
children: indicatorText
|
|
60
|
+
})
|
|
61
|
+
});
|
|
71
62
|
};
|
|
72
63
|
exports.NetworkDownIndicator = NetworkDownIndicator;
|
|
73
64
|
//# sourceMappingURL=NetworkDownIndicator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ChannelContext","_ChatContext","_ThemeContext","_TranslationContext","_this","_jsxFileName","styles","StyleSheet","create","errorNotification","alignItems","left","paddingVertical","position","right","top","errorNotificationText","color","fontSize","NetworkDownIndicator","_useChannelContext","useChannelContext","error","_useChatContext","useChatContext","isOnline","_useTheme","useTheme","_useTheme$theme","theme","grey","colors","_useTheme$theme$messa","messageList","_useTranslationContex","useTranslationContext","t","getText","indicatorText","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ChannelContext","_ChatContext","_ThemeContext","_TranslationContext","_jsxRuntime","_this","_jsxFileName","styles","StyleSheet","create","errorNotification","alignItems","left","paddingVertical","position","right","top","errorNotificationText","color","fontSize","NetworkDownIndicator","_useChannelContext","useChannelContext","error","_useChatContext","useChatContext","isOnline","_useTheme","useTheme","_useTheme$theme","theme","grey","colors","_useTheme$theme$messa","messageList","_useTranslationContex","useTranslationContext","t","getText","indicatorText","jsx","View","style","backgroundColor","concat","testID","children","Text","exports"],"sourceRoot":"../../../../src","sources":["components/MessageList/NetworkDownIndicator.tsx"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,eAAA,GAAAF,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;AAEA,IAAAI,aAAA,GAAAJ,OAAA;AACA,IAAAK,mBAAA,GAAAL,OAAA;AAA6F,IAAAM,WAAA,GAAAN,OAAA;AAAA,IAAAO,KAAA;EAAAC,YAAA;AAE7F,IAAMC,MAAM,GAAGC,uBAAU,CAACC,MAAM,CAAC;EAC/BC,iBAAiB,EAAE;IACjBC,UAAU,EAAE,QAAQ;IACpBC,IAAI,EAAE,CAAC;IACPC,eAAe,EAAE,CAAC;IAClBC,QAAQ,EAAE,UAAU;IACpBC,KAAK,EAAE,CAAC;IACRC,GAAG,EAAE;EACP,CAAC;EACDC,qBAAqB,EAAE;IACrBC,KAAK,EAAE,SAAS;IAChBC,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC;AAEK,IAAMC,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAAA,EAAS;EACxC,IAAAC,kBAAA,GAAkB,IAAAC,iCAAiB,EAAC,CAAC;IAA7BC,KAAK,GAAAF,kBAAA,CAALE,KAAK;EACb,IAAAC,eAAA,GAAqB,IAAAC,2BAAc,EAAC,CAAC;IAA7BC,QAAQ,GAAAF,eAAA,CAARE,QAAQ;EAChB,IAAAC,SAAA,GAKI,IAAAC,sBAAQ,EAAC,CAAC;IAAAC,eAAA,GAAAF,SAAA,CAJZG,KAAK;IACOC,IAAI,GAAAF,eAAA,CAAdG,MAAM,CAAID,IAAI;IAAAE,qBAAA,GAAAJ,eAAA,CACdK,WAAW;IAAIxB,iBAAiB,GAAAuB,qBAAA,CAAjBvB,iBAAiB;IAAEO,qBAAqB,GAAAgB,qBAAA,CAArBhB,qBAAqB;EAG3D,IAAAkB,qBAAA,GAAc,IAAAC,yCAAqB,EAAC,CAAC;IAA7BC,CAAC,GAAAF,qBAAA,CAADE,CAAC;EAET,IAAMC,OAAO,GAAG,SAAVA,OAAOA,CAAA,EAAS;IACpB,IAAI,CAACZ,QAAQ,EAAE;MACb,OAAOW,CAAC,CAAC,iBAAiB,CAAC;IAC7B,CAAC,MAAM,IAAId,KAAK,EAAE;MAChB,OAAOc,CAAC,CAAC,4CAA4C,CAAC;IACxD;IACA,OAAO,EAAE;EACX,CAAC;EAED,IAAME,aAAa,GAAGD,OAAO,CAAC,CAAC;EAE/B,IAAI,CAACC,aAAa,EAAE,OAAO,IAAI;EAE/B,OACE,IAAAnC,WAAA,CAAAoC,GAAA,EAACzC,YAAA,CAAA0C,IAAI;IACHC,KAAK,EAAE,CAACnC,MAAM,CAACG,iBAAiB,EAAE;MAAEiC,eAAe,KAAAC,MAAA,CAAKb,IAAI;IAAK,CAAC,EAAErB,iBAAiB,CAAE;IACvFmC,MAAM,EAAC,oBAAoB;IAAAC,QAAA,EAE3B,IAAA1C,WAAA,CAAAoC,GAAA,EAACzC,YAAA,CAAAgD,IAAI;MAACL,KAAK,EAAE,CAACnC,MAAM,CAACU,qBAAqB,EAAEA,qBAAqB,CAAE;MAAA6B,QAAA,EAAEP;IAAa,CAAO;EAAC,CACtF,CAAC;AAEX,CAAC;AAACS,OAAA,CAAA5B,oBAAA,GAAAA,oBAAA","ignoreList":[]}
|