stream-chat-react-native-core 5.44.2 → 6.0.0-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/README.md +1 -2
- package/lib/commonjs/components/Attachment/Attachment.js +1 -1
- package/lib/commonjs/components/Attachment/Attachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/Card.js +6 -6
- package/lib/commonjs/components/Attachment/Card.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachment.js +5 -5
- package/lib/commonjs/components/Attachment/FileAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js +1 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/commonjs/components/Attachment/Gallery.js +32 -23
- package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/Giphy.js +8 -8
- package/lib/commonjs/components/Attachment/Giphy.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGallery.js +7 -0
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +3 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +3 -0
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js +4 -0
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnail.js +2 -0
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnailGrid.js +2 -0
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +2 -2
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js +40 -136
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js +9 -6
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js +1 -2
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
- package/lib/commonjs/components/Avatar/Avatar.js +4 -0
- package/lib/commonjs/components/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/components/Avatar/GroupAvatar.js +4 -0
- package/lib/commonjs/components/Avatar/GroupAvatar.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +576 -1262
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useChannelDataState.js +174 -0
- package/lib/commonjs/components/Channel/hooks/useChannelDataState.js.map +1 -0
- package/lib/commonjs/components/Channel/hooks/useCreateChannelContext.js +0 -8
- package/lib/commonjs/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js +2 -2
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +26 -10
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreatePaginatedMessageListContext.js +3 -3
- package/lib/commonjs/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js +324 -0
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js.map +1 -0
- package/lib/commonjs/components/ChannelList/ChannelList.js +0 -2
- package/lib/commonjs/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/Skeleton.js +7 -3
- package/lib/commonjs/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessageNotification.js +8 -18
- package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessageNotification.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js +85 -46
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/commonjs/components/Chat/Chat.js +31 -16
- package/lib/commonjs/components/Chat/Chat.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/handleEventToSyncDB.js +312 -173
- package/lib/commonjs/components/Chat/hooks/handleEventToSyncDB.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useAppSettings.js +31 -18
- package/lib/commonjs/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js +0 -2
- package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useIsOnline.js +16 -13
- package/lib/commonjs/components/Chat/hooks/useIsOnline.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/ImageGallery.js +57 -96
- package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js +14 -35
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js +17 -35
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +72 -64
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +38 -39
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryOverlay.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/hooks/useAnimatedGalleryStyle.js +54 -0
- package/lib/commonjs/components/ImageGallery/hooks/useAnimatedGalleryStyle.js.map +1 -0
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js +230 -225
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingIndicator.js +1 -1
- package/lib/commonjs/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +136 -192
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageAvatar.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js +23 -6
- package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +40 -145
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageDeleted.js +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageDeleted.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js +0 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessagePinnedHeader.js +20 -34
- package/lib/commonjs/components/Message/MessageSimple/MessagePinnedHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js +182 -44
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageTextContainer.js +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/ReactionList/ReactionListBottom.js +234 -0
- package/lib/commonjs/components/Message/MessageSimple/ReactionList/ReactionListBottom.js.map +1 -0
- package/lib/commonjs/components/Message/MessageSimple/ReactionList/ReactionListTop.js +195 -0
- package/lib/commonjs/components/Message/MessageSimple/ReactionList/ReactionListTop.js.map +1 -0
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js +4 -16
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActions.js +36 -72
- package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageData.js +38 -0
- package/lib/commonjs/components/Message/hooks/useMessageData.js.map +1 -0
- package/lib/commonjs/components/Message/hooks/useProcessReactions.js +3 -3
- package/lib/commonjs/components/Message/hooks/useProcessReactions.js.map +1 -1
- package/lib/commonjs/components/Message/utils/messageActions.js +4 -6
- package/lib/commonjs/components/Message/utils/messageActions.js.map +1 -1
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js +1 -1
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInput.js +1 -2
- package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +1 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +1 -2
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/NativeAttachmentPicker.js +8 -5
- package/lib/commonjs/components/MessageInput/components/NativeAttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useAudioController.js +46 -64
- package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +67 -60
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getReadStates.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageActionList.js +35 -0
- package/lib/commonjs/components/MessageMenu/MessageActionList.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js +60 -0
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/MessageMenu.js +70 -0
- package/lib/commonjs/components/MessageMenu/MessageMenu.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js +81 -0
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/MessageUserReactions.js +169 -0
- package/lib/commonjs/components/MessageMenu/MessageUserReactions.js.map +1 -0
- package/lib/commonjs/components/{MessageOverlay/OverlayReactionsAvatar.js → MessageMenu/MessageUserReactionsAvatar.js} +5 -6
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsAvatar.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js +112 -0
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/ReactionButton.js +59 -0
- package/lib/commonjs/components/MessageMenu/ReactionButton.js.map +1 -0
- package/lib/commonjs/components/{MessageOverlay → MessageMenu}/hooks/useFetchReactions.js +65 -41
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js.map +1 -0
- package/lib/commonjs/components/Poll/CreatePollContent.js +14 -9
- package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/commonjs/components/Poll/Poll.js +2 -8
- package/lib/commonjs/components/Poll/Poll.js.map +1 -1
- package/lib/commonjs/components/Poll/components/Button.js +9 -474
- package/lib/commonjs/components/Poll/components/Button.js.map +1 -1
- package/lib/commonjs/components/Poll/components/CreatePollIcon.js +2 -2
- package/lib/commonjs/components/Poll/components/CreatePollIcon.js.map +1 -1
- package/lib/commonjs/components/Poll/components/CreatePollOptions.js +9 -4
- package/lib/commonjs/components/Poll/components/CreatePollOptions.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollAnswersList.js +99 -26
- package/lib/commonjs/components/Poll/components/PollAnswersList.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollButtons.js +291 -0
- package/lib/commonjs/components/Poll/components/PollButtons.js.map +1 -0
- package/lib/commonjs/components/Poll/components/PollInputDialog.js +14 -4
- package/lib/commonjs/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollModalHeader.js +7 -1
- package/lib/commonjs/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollOption.js +88 -6
- package/lib/commonjs/components/Poll/components/PollOption.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollOptionFullResults.js +2 -2
- package/lib/commonjs/components/Poll/components/PollResults/PollOptionFullResults.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollResultItem.js +62 -67
- package/lib/commonjs/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollVote.js +89 -0
- package/lib/commonjs/components/Poll/components/PollResults/PollVote.js.map +1 -0
- package/lib/commonjs/components/Poll/components/index.js +11 -0
- package/lib/commonjs/components/Poll/components/index.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressControl.js +21 -28
- package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js +22 -27
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +6 -2
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js +158 -0
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js.map +1 -0
- package/lib/commonjs/components/{ImageBackground.js → UIComponents/ImageBackground.js} +1 -1
- package/lib/commonjs/components/UIComponents/ImageBackground.js.map +1 -0
- package/lib/{module/components/Spinner → commonjs/components/UIComponents}/Spinner.js +1 -1
- package/lib/commonjs/components/UIComponents/Spinner.js.map +1 -0
- package/lib/commonjs/components/UIComponents/index.js +37 -0
- package/lib/commonjs/components/UIComponents/index.js.map +1 -0
- package/lib/commonjs/components/docs/data.js.map +1 -1
- package/lib/commonjs/components/index.js +56 -45
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +1 -13
- package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
- package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js +1 -11
- package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/commonjs/contexts/channelContext/ChannelContext.js +1 -11
- package/lib/commonjs/contexts/channelContext/ChannelContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js +1 -11
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js +1 -46
- package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsStateContext/useChannelState.js +7 -84
- package/lib/commonjs/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/commonjs/contexts/chatConfigContext/ChatConfigContext.js +33 -0
- package/lib/commonjs/contexts/chatConfigContext/ChatConfigContext.js.map +1 -0
- package/lib/commonjs/contexts/chatContext/ChatContext.js +1 -11
- package/lib/commonjs/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js +1 -11
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/commonjs/contexts/index.js +11 -11
- package/lib/commonjs/contexts/index.js.map +1 -1
- package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js +1 -11
- package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js.map +1 -1
- package/lib/commonjs/contexts/messageContext/MessageContext.js +1 -11
- package/lib/commonjs/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +52 -51
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js +1 -11
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayContext.js +1 -14
- package/lib/commonjs/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js +18 -54
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +1 -11
- package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
- package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js +1 -11
- package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +75 -49
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/contexts/threadContext/ThreadContext.js +1 -11
- package/lib/commonjs/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/commonjs/contexts/translationContext/TranslationContext.js +1 -11
- package/lib/commonjs/contexts/translationContext/TranslationContext.js.map +1 -1
- package/lib/commonjs/contexts/typingContext/TypingContext.js +1 -11
- package/lib/commonjs/contexts/typingContext/TypingContext.js.map +1 -1
- package/lib/commonjs/hooks/useTranslatedMessage.js +1 -4
- package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/commonjs/icons/PinHeader.js +17 -6
- package/lib/commonjs/icons/PinHeader.js.map +1 -1
- package/lib/commonjs/index.js +4 -23
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/mock-builders/DB/mock.js +159 -88
- package/lib/commonjs/mock-builders/DB/mock.js.map +1 -1
- package/lib/commonjs/native.js +38 -26
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/store/SqliteClient.js +330 -0
- package/lib/commonjs/store/SqliteClient.js.map +1 -0
- package/lib/commonjs/store/apis/addPendingTask.js +56 -30
- package/lib/commonjs/store/apis/addPendingTask.js.map +1 -1
- package/lib/commonjs/store/apis/deleteChannel.js +36 -17
- package/lib/commonjs/store/apis/deleteChannel.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMember.js +38 -20
- package/lib/commonjs/store/apis/deleteMember.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMessage.js +36 -17
- package/lib/commonjs/store/apis/deleteMessage.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMessagesForChannel.js +36 -17
- package/lib/commonjs/store/apis/deleteMessagesForChannel.js.map +1 -1
- package/lib/commonjs/store/apis/deletePendingTask.js +31 -12
- package/lib/commonjs/store/apis/deletePendingTask.js.map +1 -1
- package/lib/commonjs/store/apis/deleteReaction.js +39 -22
- package/lib/commonjs/store/apis/deleteReaction.js.map +1 -1
- package/lib/commonjs/store/apis/deleteReactions.js +36 -17
- package/lib/commonjs/store/apis/deleteReactions.js.map +1 -1
- package/lib/commonjs/store/apis/getAllChannelIds.js +28 -8
- package/lib/commonjs/store/apis/getAllChannelIds.js.map +1 -1
- package/lib/commonjs/store/apis/getAppSettings.js +31 -11
- package/lib/commonjs/store/apis/getAppSettings.js.map +1 -1
- package/lib/commonjs/store/apis/getChannelMessages.js +77 -52
- package/lib/commonjs/store/apis/getChannelMessages.js.map +1 -1
- package/lib/commonjs/store/apis/getChannels.js +58 -30
- package/lib/commonjs/store/apis/getChannels.js.map +1 -1
- package/lib/commonjs/store/apis/getChannelsForFilterSort.js +58 -26
- package/lib/commonjs/store/apis/getChannelsForFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/getLastSyncedAt.js +31 -11
- package/lib/commonjs/store/apis/getLastSyncedAt.js.map +1 -1
- package/lib/commonjs/store/apis/getMembers.js +36 -16
- package/lib/commonjs/store/apis/getMembers.js.map +1 -1
- package/lib/commonjs/store/apis/getPendingTasks.js +37 -14
- package/lib/commonjs/store/apis/getPendingTasks.js.map +1 -1
- package/lib/commonjs/store/apis/getReactions.js +2 -2
- package/lib/commonjs/store/apis/getReactions.js.map +1 -1
- package/lib/commonjs/store/apis/getReactionsforFilterSort.js +54 -22
- package/lib/commonjs/store/apis/getReactionsforFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/getReads.js +36 -16
- package/lib/commonjs/store/apis/getReads.js.map +1 -1
- package/lib/commonjs/store/apis/insertReaction.js +41 -23
- package/lib/commonjs/store/apis/insertReaction.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectChannelIdsForFilterSort.js +36 -17
- package/lib/commonjs/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectChannels.js +44 -19
- package/lib/commonjs/store/apis/queries/selectChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectMembersForChannels.js +37 -17
- package/lib/commonjs/store/apis/queries/selectMembersForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js +37 -17
- package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js +37 -17
- package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectReadsForChannels.js +37 -17
- package/lib/commonjs/store/apis/queries/selectReadsForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/updateMessage.js +71 -47
- package/lib/commonjs/store/apis/updateMessage.js.map +1 -1
- package/lib/commonjs/store/apis/updatePollMessage.js +68 -59
- package/lib/commonjs/store/apis/updatePollMessage.js.map +1 -1
- package/lib/commonjs/store/apis/updateReaction.js +53 -38
- package/lib/commonjs/store/apis/updateReaction.js.map +1 -1
- package/lib/commonjs/store/apis/upsertAppSettings.js +37 -20
- package/lib/commonjs/store/apis/upsertAppSettings.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannelData.js +35 -16
- package/lib/commonjs/store/apis/upsertChannelData.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js +37 -13
- package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannels.js +115 -60
- package/lib/commonjs/store/apis/upsertChannels.js.map +1 -1
- package/lib/commonjs/store/apis/upsertCidsForQuery.js +43 -26
- package/lib/commonjs/store/apis/upsertCidsForQuery.js.map +1 -1
- package/lib/commonjs/store/apis/upsertMembers.js +51 -33
- package/lib/commonjs/store/apis/upsertMembers.js.map +1 -1
- package/lib/commonjs/store/apis/upsertMessages.js +62 -44
- package/lib/commonjs/store/apis/upsertMessages.js.map +1 -1
- package/lib/commonjs/store/apis/upsertReads.js +51 -34
- package/lib/commonjs/store/apis/upsertReads.js.map +1 -1
- package/lib/commonjs/store/apis/upsertUserSyncStatus.js +31 -14
- package/lib/commonjs/store/apis/upsertUserSyncStatus.js.map +1 -1
- package/lib/commonjs/test-utils/BetterSqlite.js +40 -15
- package/lib/commonjs/test-utils/BetterSqlite.js.map +1 -1
- package/lib/commonjs/utils/DBSyncManager.js +238 -152
- package/lib/commonjs/utils/DBSyncManager.js.map +1 -1
- package/lib/commonjs/utils/getResizedImageUrl.js +5 -3
- package/lib/commonjs/utils/getResizedImageUrl.js.map +1 -1
- package/lib/commonjs/utils/utils.js +1 -1
- package/lib/commonjs/utils/utils.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Attachment/Attachment.js +1 -1
- package/lib/module/components/Attachment/Attachment.js.map +1 -1
- package/lib/module/components/Attachment/Card.js +6 -6
- package/lib/module/components/Attachment/Card.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachment.js +5 -5
- package/lib/module/components/Attachment/FileAttachment.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js +1 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/module/components/Attachment/Gallery.js +32 -23
- package/lib/module/components/Attachment/Gallery.js.map +1 -1
- package/lib/module/components/Attachment/Giphy.js +8 -8
- package/lib/module/components/Attachment/Giphy.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGallery.js +7 -0
- package/lib/module/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +3 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +3 -0
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js +4 -0
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnail.js +2 -0
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnailGrid.js +2 -0
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +2 -2
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js +40 -136
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js +9 -6
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js +1 -2
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
- package/lib/module/components/Avatar/Avatar.js +4 -0
- package/lib/module/components/Avatar/Avatar.js.map +1 -1
- package/lib/module/components/Avatar/GroupAvatar.js +4 -0
- package/lib/module/components/Avatar/GroupAvatar.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +576 -1262
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useChannelDataState.js +174 -0
- package/lib/module/components/Channel/hooks/useChannelDataState.js.map +1 -0
- package/lib/module/components/Channel/hooks/useCreateChannelContext.js +0 -8
- package/lib/module/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js +2 -2
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +26 -10
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreatePaginatedMessageListContext.js +3 -3
- package/lib/module/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useMessageListPagination.js +324 -0
- package/lib/module/components/Channel/hooks/useMessageListPagination.js.map +1 -0
- package/lib/module/components/ChannelList/ChannelList.js +0 -2
- package/lib/module/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js +1 -1
- package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/Skeleton.js +7 -3
- package/lib/module/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useNewMessageNotification.js +8 -18
- package/lib/module/components/ChannelList/hooks/listeners/useNewMessageNotification.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js +85 -46
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/module/components/Chat/Chat.js +31 -16
- package/lib/module/components/Chat/Chat.js.map +1 -1
- package/lib/module/components/Chat/hooks/handleEventToSyncDB.js +312 -173
- package/lib/module/components/Chat/hooks/handleEventToSyncDB.js.map +1 -1
- package/lib/module/components/Chat/hooks/useAppSettings.js +31 -18
- package/lib/module/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/module/components/Chat/hooks/useCreateChatContext.js +0 -2
- package/lib/module/components/Chat/hooks/useCreateChatContext.js.map +1 -1
- package/lib/module/components/Chat/hooks/useIsOnline.js +16 -13
- package/lib/module/components/Chat/hooks/useIsOnline.js.map +1 -1
- package/lib/module/components/ImageGallery/ImageGallery.js +57 -96
- package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js +14 -35
- package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
- package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js +17 -35
- package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +72 -64
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +38 -39
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryOverlay.js.map +1 -1
- package/lib/module/components/ImageGallery/hooks/useAnimatedGalleryStyle.js +54 -0
- package/lib/module/components/ImageGallery/hooks/useAnimatedGalleryStyle.js.map +1 -0
- package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js +230 -225
- package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
- package/lib/module/components/Indicators/LoadingIndicator.js +1 -1
- package/lib/module/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/module/components/Message/Message.js +136 -192
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageAvatar.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageBounce.js +23 -6
- package/lib/module/components/Message/MessageSimple/MessageBounce.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageContent.js +40 -145
- package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageDeleted.js +1 -1
- package/lib/module/components/Message/MessageSimple/MessageDeleted.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageFooter.js +0 -1
- package/lib/module/components/Message/MessageSimple/MessageFooter.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessagePinnedHeader.js +20 -34
- package/lib/module/components/Message/MessageSimple/MessagePinnedHeader.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageSimple.js +182 -44
- package/lib/module/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageTextContainer.js +1 -1
- package/lib/module/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/ReactionList/ReactionListBottom.js +234 -0
- package/lib/module/components/Message/MessageSimple/ReactionList/ReactionListBottom.js.map +1 -0
- package/lib/module/components/Message/MessageSimple/ReactionList/ReactionListTop.js +195 -0
- package/lib/module/components/Message/MessageSimple/ReactionList/ReactionListTop.js.map +1 -0
- package/lib/module/components/Message/hooks/useCreateMessageContext.js +4 -16
- package/lib/module/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActions.js +36 -72
- package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageData.js +38 -0
- package/lib/module/components/Message/hooks/useMessageData.js.map +1 -0
- package/lib/module/components/Message/hooks/useProcessReactions.js +3 -3
- package/lib/module/components/Message/hooks/useProcessReactions.js.map +1 -1
- package/lib/module/components/Message/utils/messageActions.js +4 -6
- package/lib/module/components/Message/utils/messageActions.js.map +1 -1
- package/lib/module/components/MessageInput/FileUploadPreview.js +1 -1
- package/lib/module/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInput.js +1 -2
- package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +1 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +1 -2
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/components/NativeAttachmentPicker.js +8 -5
- package/lib/module/components/MessageInput/components/NativeAttachmentPicker.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useAudioController.js +46 -64
- package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +67 -60
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/module/components/MessageList/utils/getReadStates.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageActionList.js +35 -0
- package/lib/module/components/MessageMenu/MessageActionList.js.map +1 -0
- package/lib/module/components/MessageMenu/MessageActionListItem.js +60 -0
- package/lib/module/components/MessageMenu/MessageActionListItem.js.map +1 -0
- package/lib/module/components/MessageMenu/MessageMenu.js +70 -0
- package/lib/module/components/MessageMenu/MessageMenu.js.map +1 -0
- package/lib/module/components/MessageMenu/MessageReactionPicker.js +81 -0
- package/lib/module/components/MessageMenu/MessageReactionPicker.js.map +1 -0
- package/lib/module/components/MessageMenu/MessageUserReactions.js +169 -0
- package/lib/module/components/MessageMenu/MessageUserReactions.js.map +1 -0
- package/lib/module/components/{MessageOverlay/OverlayReactionsAvatar.js → MessageMenu/MessageUserReactionsAvatar.js} +5 -6
- package/lib/module/components/MessageMenu/MessageUserReactionsAvatar.js.map +1 -0
- package/lib/module/components/MessageMenu/MessageUserReactionsItem.js +112 -0
- package/lib/module/components/MessageMenu/MessageUserReactionsItem.js.map +1 -0
- package/lib/module/components/MessageMenu/ReactionButton.js +59 -0
- package/lib/module/components/MessageMenu/ReactionButton.js.map +1 -0
- package/lib/module/components/{MessageOverlay → MessageMenu}/hooks/useFetchReactions.js +65 -41
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js.map +1 -0
- package/lib/module/components/Poll/CreatePollContent.js +14 -9
- package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/module/components/Poll/Poll.js +2 -8
- package/lib/module/components/Poll/Poll.js.map +1 -1
- package/lib/module/components/Poll/components/Button.js +9 -474
- package/lib/module/components/Poll/components/Button.js.map +1 -1
- package/lib/module/components/Poll/components/CreatePollIcon.js +2 -2
- package/lib/module/components/Poll/components/CreatePollIcon.js.map +1 -1
- package/lib/module/components/Poll/components/CreatePollOptions.js +9 -4
- package/lib/module/components/Poll/components/CreatePollOptions.js.map +1 -1
- package/lib/module/components/Poll/components/PollAnswersList.js +99 -26
- package/lib/module/components/Poll/components/PollAnswersList.js.map +1 -1
- package/lib/module/components/Poll/components/PollButtons.js +291 -0
- package/lib/module/components/Poll/components/PollButtons.js.map +1 -0
- package/lib/module/components/Poll/components/PollInputDialog.js +14 -4
- package/lib/module/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/module/components/Poll/components/PollModalHeader.js +7 -1
- package/lib/module/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/module/components/Poll/components/PollOption.js +88 -6
- package/lib/module/components/Poll/components/PollOption.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollOptionFullResults.js +2 -2
- package/lib/module/components/Poll/components/PollResults/PollOptionFullResults.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollResultItem.js +62 -67
- package/lib/module/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollVote.js +89 -0
- package/lib/module/components/Poll/components/PollResults/PollVote.js.map +1 -0
- package/lib/module/components/Poll/components/index.js +11 -0
- package/lib/module/components/Poll/components/index.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressControl.js +21 -28
- package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/module/components/ProgressControl/WaveProgressBar.js +22 -27
- package/lib/module/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +6 -2
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/UIComponents/BottomSheetModal.js +158 -0
- package/lib/module/components/UIComponents/BottomSheetModal.js.map +1 -0
- package/lib/module/components/{ImageBackground.js → UIComponents/ImageBackground.js} +1 -1
- package/lib/module/components/UIComponents/ImageBackground.js.map +1 -0
- package/lib/{commonjs/components/Spinner → module/components/UIComponents}/Spinner.js +1 -1
- package/lib/module/components/UIComponents/Spinner.js.map +1 -0
- package/lib/module/components/UIComponents/index.js +37 -0
- package/lib/module/components/UIComponents/index.js.map +1 -0
- package/lib/module/components/docs/data.js.map +1 -1
- package/lib/module/components/index.js +56 -45
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +1 -13
- package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
- package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js +1 -11
- package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/module/contexts/channelContext/ChannelContext.js +1 -11
- package/lib/module/contexts/channelContext/ChannelContext.js.map +1 -1
- package/lib/module/contexts/channelsContext/ChannelsContext.js +1 -11
- package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js +1 -46
- package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
- package/lib/module/contexts/channelsStateContext/useChannelState.js +7 -84
- package/lib/module/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/module/contexts/chatConfigContext/ChatConfigContext.js +33 -0
- package/lib/module/contexts/chatConfigContext/ChatConfigContext.js.map +1 -0
- package/lib/module/contexts/chatContext/ChatContext.js +1 -11
- package/lib/module/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js +1 -11
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/module/contexts/index.js +11 -11
- package/lib/module/contexts/index.js.map +1 -1
- package/lib/module/contexts/keyboardContext/KeyboardContext.js +1 -11
- package/lib/module/contexts/keyboardContext/KeyboardContext.js.map +1 -1
- package/lib/module/contexts/messageContext/MessageContext.js +1 -11
- package/lib/module/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +52 -51
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/module/contexts/messagesContext/MessagesContext.js +1 -11
- package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayContext.js +1 -14
- package/lib/module/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayProvider.js +18 -54
- package/lib/module/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +1 -11
- package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
- package/lib/module/contexts/suggestionsContext/SuggestionsContext.js +1 -11
- package/lib/module/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +75 -49
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/contexts/threadContext/ThreadContext.js +1 -11
- package/lib/module/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/module/contexts/translationContext/TranslationContext.js +1 -11
- package/lib/module/contexts/translationContext/TranslationContext.js.map +1 -1
- package/lib/module/contexts/typingContext/TypingContext.js +1 -11
- package/lib/module/contexts/typingContext/TypingContext.js.map +1 -1
- package/lib/module/hooks/useTranslatedMessage.js +1 -4
- package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/module/icons/PinHeader.js +17 -6
- package/lib/module/icons/PinHeader.js.map +1 -1
- package/lib/module/index.js +4 -23
- package/lib/module/index.js.map +1 -1
- package/lib/module/mock-builders/DB/mock.js +159 -88
- package/lib/module/mock-builders/DB/mock.js.map +1 -1
- package/lib/module/native.js +38 -26
- package/lib/module/native.js.map +1 -1
- package/lib/module/store/SqliteClient.js +330 -0
- package/lib/module/store/SqliteClient.js.map +1 -0
- package/lib/module/store/apis/addPendingTask.js +56 -30
- package/lib/module/store/apis/addPendingTask.js.map +1 -1
- package/lib/module/store/apis/deleteChannel.js +36 -17
- package/lib/module/store/apis/deleteChannel.js.map +1 -1
- package/lib/module/store/apis/deleteMember.js +38 -20
- package/lib/module/store/apis/deleteMember.js.map +1 -1
- package/lib/module/store/apis/deleteMessage.js +36 -17
- package/lib/module/store/apis/deleteMessage.js.map +1 -1
- package/lib/module/store/apis/deleteMessagesForChannel.js +36 -17
- package/lib/module/store/apis/deleteMessagesForChannel.js.map +1 -1
- package/lib/module/store/apis/deletePendingTask.js +31 -12
- package/lib/module/store/apis/deletePendingTask.js.map +1 -1
- package/lib/module/store/apis/deleteReaction.js +39 -22
- package/lib/module/store/apis/deleteReaction.js.map +1 -1
- package/lib/module/store/apis/deleteReactions.js +36 -17
- package/lib/module/store/apis/deleteReactions.js.map +1 -1
- package/lib/module/store/apis/getAllChannelIds.js +28 -8
- package/lib/module/store/apis/getAllChannelIds.js.map +1 -1
- package/lib/module/store/apis/getAppSettings.js +31 -11
- package/lib/module/store/apis/getAppSettings.js.map +1 -1
- package/lib/module/store/apis/getChannelMessages.js +77 -52
- package/lib/module/store/apis/getChannelMessages.js.map +1 -1
- package/lib/module/store/apis/getChannels.js +58 -30
- package/lib/module/store/apis/getChannels.js.map +1 -1
- package/lib/module/store/apis/getChannelsForFilterSort.js +58 -26
- package/lib/module/store/apis/getChannelsForFilterSort.js.map +1 -1
- package/lib/module/store/apis/getLastSyncedAt.js +31 -11
- package/lib/module/store/apis/getLastSyncedAt.js.map +1 -1
- package/lib/module/store/apis/getMembers.js +36 -16
- package/lib/module/store/apis/getMembers.js.map +1 -1
- package/lib/module/store/apis/getPendingTasks.js +37 -14
- package/lib/module/store/apis/getPendingTasks.js.map +1 -1
- package/lib/module/store/apis/getReactions.js +2 -2
- package/lib/module/store/apis/getReactions.js.map +1 -1
- package/lib/module/store/apis/getReactionsforFilterSort.js +54 -22
- package/lib/module/store/apis/getReactionsforFilterSort.js.map +1 -1
- package/lib/module/store/apis/getReads.js +36 -16
- package/lib/module/store/apis/getReads.js.map +1 -1
- package/lib/module/store/apis/insertReaction.js +41 -23
- package/lib/module/store/apis/insertReaction.js.map +1 -1
- package/lib/module/store/apis/queries/selectChannelIdsForFilterSort.js +36 -17
- package/lib/module/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
- package/lib/module/store/apis/queries/selectChannels.js +44 -19
- package/lib/module/store/apis/queries/selectChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectMembersForChannels.js +37 -17
- package/lib/module/store/apis/queries/selectMembersForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectMessagesForChannels.js +37 -17
- package/lib/module/store/apis/queries/selectMessagesForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectReactionsForMessages.js +37 -17
- package/lib/module/store/apis/queries/selectReactionsForMessages.js.map +1 -1
- package/lib/module/store/apis/queries/selectReadsForChannels.js +37 -17
- package/lib/module/store/apis/queries/selectReadsForChannels.js.map +1 -1
- package/lib/module/store/apis/updateMessage.js +71 -47
- package/lib/module/store/apis/updateMessage.js.map +1 -1
- package/lib/module/store/apis/updatePollMessage.js +68 -59
- package/lib/module/store/apis/updatePollMessage.js.map +1 -1
- package/lib/module/store/apis/updateReaction.js +53 -38
- package/lib/module/store/apis/updateReaction.js.map +1 -1
- package/lib/module/store/apis/upsertAppSettings.js +37 -20
- package/lib/module/store/apis/upsertAppSettings.js.map +1 -1
- package/lib/module/store/apis/upsertChannelData.js +35 -16
- package/lib/module/store/apis/upsertChannelData.js.map +1 -1
- package/lib/module/store/apis/upsertChannelDataFromChannel.js +37 -13
- package/lib/module/store/apis/upsertChannelDataFromChannel.js.map +1 -1
- package/lib/module/store/apis/upsertChannels.js +115 -60
- package/lib/module/store/apis/upsertChannels.js.map +1 -1
- package/lib/module/store/apis/upsertCidsForQuery.js +43 -26
- package/lib/module/store/apis/upsertCidsForQuery.js.map +1 -1
- package/lib/module/store/apis/upsertMembers.js +51 -33
- package/lib/module/store/apis/upsertMembers.js.map +1 -1
- package/lib/module/store/apis/upsertMessages.js +62 -44
- package/lib/module/store/apis/upsertMessages.js.map +1 -1
- package/lib/module/store/apis/upsertReads.js +51 -34
- package/lib/module/store/apis/upsertReads.js.map +1 -1
- package/lib/module/store/apis/upsertUserSyncStatus.js +31 -14
- package/lib/module/store/apis/upsertUserSyncStatus.js.map +1 -1
- package/lib/module/test-utils/BetterSqlite.js +40 -15
- package/lib/module/test-utils/BetterSqlite.js.map +1 -1
- package/lib/module/utils/DBSyncManager.js +238 -152
- package/lib/module/utils/DBSyncManager.js.map +1 -1
- package/lib/module/utils/getResizedImageUrl.js +5 -3
- package/lib/module/utils/getResizedImageUrl.js.map +1 -1
- package/lib/module/utils/utils.js +1 -1
- package/lib/module/utils/utils.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Attachment/Card.d.ts +2 -2
- package/lib/typescript/components/Attachment/Card.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/FileAttachment.d.ts +1 -1
- package/lib/typescript/components/Attachment/FileAttachment.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/Gallery.d.ts +1 -1
- package/lib/typescript/components/Attachment/Gallery.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/Giphy.d.ts +1 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGallery.d.ts +2 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGallery.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.d.ts +2 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.d.ts +2 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.d.ts +2 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnail.d.ts +4 -2
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnail.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnailGrid.d.ts +2 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/buildThumbnailGrid.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.d.ts +2 -2
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerSelectionBar.d.ts.map +1 -1
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts.map +1 -1
- package/lib/typescript/components/Avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/components/Avatar/GroupAvatar.d.ts.map +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts +5 -5
- package/lib/typescript/components/Channel/Channel.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useChannelDataState.d.ts +75 -0
- package/lib/typescript/components/Channel/hooks/useChannelDataState.d.ts.map +1 -0
- package/lib/typescript/components/Channel/hooks/useCreateChannelContext.d.ts +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateChannelContext.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateInputMessageInputContext.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +22 -14
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useCreatePaginatedMessageListContext.d.ts +1 -1
- package/lib/typescript/components/Channel/hooks/useCreatePaginatedMessageListContext.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useMessageListPagination.d.ts +28 -0
- package/lib/typescript/components/Channel/hooks/useMessageListPagination.d.ts.map +1 -0
- package/lib/typescript/components/ChannelList/ChannelList.d.ts +0 -12
- package/lib/typescript/components/ChannelList/ChannelList.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/Skeleton.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessageNotification.d.ts +1 -2
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessageNotification.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
- package/lib/typescript/components/Chat/Chat.d.ts +1 -1
- package/lib/typescript/components/Chat/Chat.d.ts.map +1 -1
- package/lib/typescript/components/Chat/hooks/handleEventToSyncDB.d.ts +1 -1
- package/lib/typescript/components/Chat/hooks/handleEventToSyncDB.d.ts.map +1 -1
- package/lib/typescript/components/Chat/hooks/useAppSettings.d.ts.map +1 -1
- package/lib/typescript/components/Chat/hooks/useCreateChatContext.d.ts +1 -1
- package/lib/typescript/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -1
- package/lib/typescript/components/Chat/hooks/useIsOnline.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/ImageGallery.d.ts +2 -2
- package/lib/typescript/components/ImageGallery/ImageGallery.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts +5 -5
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts +5 -5
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +3 -3
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts +3 -3
- package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryOverlay.d.ts +2 -2
- package/lib/typescript/components/ImageGallery/components/ImageGalleryOverlay.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/hooks/useAnimatedGalleryStyle.d.ts +37 -0
- package/lib/typescript/components/ImageGallery/hooks/useAnimatedGalleryStyle.d.ts.map +1 -0
- package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts +4 -5
- package/lib/typescript/components/ImageGallery/hooks/useImageGalleryGestures.d.ts.map +1 -1
- package/lib/typescript/components/Message/Message.d.ts +4 -40
- package/lib/typescript/components/Message/Message.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageAvatar.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts +11 -5
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessagePinnedHeader.d.ts +2 -6
- package/lib/typescript/components/Message/MessageSimple/MessagePinnedHeader.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts +1 -2
- package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/ReactionList/ReactionListBottom.d.ts +12 -0
- package/lib/typescript/components/Message/MessageSimple/ReactionList/ReactionListBottom.d.ts.map +1 -0
- package/lib/typescript/components/Message/MessageSimple/ReactionList/ReactionListTop.d.ts +20 -0
- package/lib/typescript/components/Message/MessageSimple/ReactionList/ReactionListTop.d.ts.map +1 -0
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts +1 -1
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useMessageActions.d.ts +5 -6
- package/lib/typescript/components/Message/hooks/useMessageActions.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useMessageData.d.ts +12 -0
- package/lib/typescript/components/Message/hooks/useMessageData.d.ts.map +1 -0
- package/lib/typescript/components/Message/hooks/useProcessReactions.d.ts +11 -3
- package/lib/typescript/components/Message/hooks/useProcessReactions.d.ts.map +1 -1
- package/lib/typescript/components/Message/utils/messageActions.d.ts +6 -14
- package/lib/typescript/components/Message/utils/messageActions.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/MessageInput.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/NativeAttachmentPicker.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/MessageList.d.ts +1 -1
- package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts +1 -1
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts.map +1 -1
- package/lib/typescript/components/MessageMenu/MessageActionList.d.ts +16 -0
- package/lib/typescript/components/MessageMenu/MessageActionList.d.ts.map +1 -0
- package/lib/typescript/components/{MessageOverlay → MessageMenu}/MessageActionListItem.d.ts +2 -8
- package/lib/typescript/components/MessageMenu/MessageActionListItem.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/MessageMenu.d.ts +32 -0
- package/lib/typescript/components/MessageMenu/MessageMenu.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/MessageReactionPicker.d.ts +30 -0
- package/lib/typescript/components/MessageMenu/MessageReactionPicker.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/MessageUserReactions.d.ts +21 -0
- package/lib/typescript/components/MessageMenu/MessageUserReactions.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/MessageUserReactionsAvatar.d.ts +11 -0
- package/lib/typescript/components/MessageMenu/MessageUserReactionsAvatar.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/MessageUserReactionsItem.d.ts +16 -0
- package/lib/typescript/components/MessageMenu/MessageUserReactionsItem.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/ReactionButton.d.ts +25 -0
- package/lib/typescript/components/MessageMenu/ReactionButton.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/hooks/useFetchReactions.d.ts.map +1 -0
- package/lib/typescript/components/Poll/Poll.d.ts +0 -1
- package/lib/typescript/components/Poll/Poll.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/Button.d.ts +0 -17
- package/lib/typescript/components/Poll/components/Button.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/CreatePollOptions.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollAnswersList.d.ts +2 -0
- package/lib/typescript/components/Poll/components/PollAnswersList.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollButtons.d.ts +10 -0
- package/lib/typescript/components/Poll/components/PollButtons.d.ts.map +1 -0
- package/lib/typescript/components/Poll/components/PollInputDialog.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollOption.d.ts +2 -0
- package/lib/typescript/components/Poll/components/PollOption.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollResults/PollResultItem.d.ts +11 -4
- package/lib/typescript/components/Poll/components/PollResults/PollResultItem.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollResults/PollVote.d.ts +6 -0
- package/lib/typescript/components/Poll/components/PollResults/PollVote.d.ts.map +1 -0
- package/lib/typescript/components/Poll/components/index.d.ts +1 -0
- package/lib/typescript/components/Poll/components/index.d.ts.map +1 -1
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts.map +1 -1
- package/lib/typescript/components/ProgressControl/WaveProgressBar.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/BottomSheetModal.d.ts +21 -0
- package/lib/typescript/components/UIComponents/BottomSheetModal.d.ts.map +1 -0
- package/lib/typescript/components/UIComponents/ImageBackground.d.ts.map +1 -0
- package/lib/typescript/components/UIComponents/Spinner.d.ts.map +1 -0
- package/lib/typescript/components/UIComponents/index.d.ts +4 -0
- package/lib/typescript/components/UIComponents/index.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +11 -10
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/contexts/activeChannelsRefContext/ActiveChannelsRefContext.d.ts +0 -11
- package/lib/typescript/contexts/activeChannelsRefContext/ActiveChannelsRefContext.d.ts.map +1 -1
- package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts +1 -11
- package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts.map +1 -1
- package/lib/typescript/contexts/channelContext/ChannelContext.d.ts +28 -62
- package/lib/typescript/contexts/channelContext/ChannelContext.d.ts.map +1 -1
- package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +1 -11
- package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts.map +1 -1
- package/lib/typescript/contexts/channelsStateContext/ChannelsStateContext.d.ts +1 -27
- package/lib/typescript/contexts/channelsStateContext/ChannelsStateContext.d.ts.map +1 -1
- package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts +7 -13
- package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts.map +1 -1
- package/lib/typescript/contexts/chatConfigContext/ChatConfigContext.d.ts +16 -0
- package/lib/typescript/contexts/chatConfigContext/ChatConfigContext.d.ts.map +1 -0
- package/lib/typescript/contexts/chatContext/ChatContext.d.ts +1 -15
- package/lib/typescript/contexts/chatContext/ChatContext.d.ts.map +1 -1
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts +0 -10
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts.map +1 -1
- package/lib/typescript/contexts/index.d.ts +1 -1
- package/lib/typescript/contexts/index.d.ts.map +1 -1
- package/lib/typescript/contexts/keyboardContext/KeyboardContext.d.ts +0 -11
- package/lib/typescript/contexts/keyboardContext/KeyboardContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts +21 -56
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +2 -12
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +78 -38
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts.map +1 -1
- package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts +2 -27
- package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts.map +1 -1
- package/lib/typescript/contexts/overlayContext/OverlayProvider.d.ts.map +1 -1
- package/lib/typescript/contexts/paginatedMessageListContext/PaginatedMessageListContext.d.ts +18 -27
- package/lib/typescript/contexts/paginatedMessageListContext/PaginatedMessageListContext.d.ts.map +1 -1
- package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts +1 -11
- package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +69 -44
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -1
- package/lib/typescript/contexts/threadContext/ThreadContext.d.ts +1 -11
- package/lib/typescript/contexts/threadContext/ThreadContext.d.ts.map +1 -1
- package/lib/typescript/contexts/translationContext/TranslationContext.d.ts +0 -11
- package/lib/typescript/contexts/translationContext/TranslationContext.d.ts.map +1 -1
- package/lib/typescript/contexts/typingContext/TypingContext.d.ts +1 -11
- package/lib/typescript/contexts/typingContext/TypingContext.d.ts.map +1 -1
- package/lib/typescript/hooks/useTranslatedMessage.d.ts.map +1 -1
- package/lib/typescript/icons/PinHeader.d.ts +5 -1
- package/lib/typescript/icons/PinHeader.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +2 -3
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/native.d.ts +11 -13
- package/lib/typescript/native.d.ts.map +1 -1
- package/lib/typescript/store/SqliteClient.d.ts +27 -0
- package/lib/typescript/store/SqliteClient.d.ts.map +1 -0
- package/lib/typescript/store/apis/addPendingTask.d.ts +1 -1
- package/lib/typescript/store/apis/addPendingTask.d.ts.map +1 -1
- package/lib/typescript/store/apis/deleteChannel.d.ts +1 -1
- package/lib/typescript/store/apis/deleteChannel.d.ts.map +1 -1
- package/lib/typescript/store/apis/deleteMember.d.ts +1 -1
- package/lib/typescript/store/apis/deleteMember.d.ts.map +1 -1
- package/lib/typescript/store/apis/deleteMessage.d.ts +1 -1
- package/lib/typescript/store/apis/deleteMessage.d.ts.map +1 -1
- package/lib/typescript/store/apis/deleteMessagesForChannel.d.ts +1 -1
- package/lib/typescript/store/apis/deleteMessagesForChannel.d.ts.map +1 -1
- package/lib/typescript/store/apis/deletePendingTask.d.ts +1 -1
- package/lib/typescript/store/apis/deletePendingTask.d.ts.map +1 -1
- package/lib/typescript/store/apis/deleteReaction.d.ts +1 -1
- package/lib/typescript/store/apis/deleteReaction.d.ts.map +1 -1
- package/lib/typescript/store/apis/deleteReactions.d.ts +1 -1
- package/lib/typescript/store/apis/deleteReactions.d.ts.map +1 -1
- package/lib/typescript/store/apis/getAllChannelIds.d.ts +1 -1
- package/lib/typescript/store/apis/getAllChannelIds.d.ts.map +1 -1
- package/lib/typescript/store/apis/getAppSettings.d.ts +1 -1
- package/lib/typescript/store/apis/getAppSettings.d.ts.map +1 -1
- package/lib/typescript/store/apis/getChannelMessages.d.ts +1 -1
- package/lib/typescript/store/apis/getChannelMessages.d.ts.map +1 -1
- package/lib/typescript/store/apis/getChannels.d.ts +1 -1
- package/lib/typescript/store/apis/getChannels.d.ts.map +1 -1
- package/lib/typescript/store/apis/getChannelsForFilterSort.d.ts +1 -1
- package/lib/typescript/store/apis/getChannelsForFilterSort.d.ts.map +1 -1
- package/lib/typescript/store/apis/getLastSyncedAt.d.ts +1 -1
- package/lib/typescript/store/apis/getLastSyncedAt.d.ts.map +1 -1
- package/lib/typescript/store/apis/getMembers.d.ts +1 -1
- package/lib/typescript/store/apis/getMembers.d.ts.map +1 -1
- package/lib/typescript/store/apis/getPendingTasks.d.ts +1 -1
- package/lib/typescript/store/apis/getPendingTasks.d.ts.map +1 -1
- package/lib/typescript/store/apis/getReactionsforFilterSort.d.ts +1 -1
- package/lib/typescript/store/apis/getReactionsforFilterSort.d.ts.map +1 -1
- package/lib/typescript/store/apis/getReads.d.ts +1 -1
- package/lib/typescript/store/apis/getReads.d.ts.map +1 -1
- package/lib/typescript/store/apis/insertReaction.d.ts +1 -1
- package/lib/typescript/store/apis/insertReaction.d.ts.map +1 -1
- package/lib/typescript/store/apis/queries/selectChannelIdsForFilterSort.d.ts +1 -1
- package/lib/typescript/store/apis/queries/selectChannelIdsForFilterSort.d.ts.map +1 -1
- package/lib/typescript/store/apis/queries/selectChannels.d.ts +2 -2
- package/lib/typescript/store/apis/queries/selectChannels.d.ts.map +1 -1
- package/lib/typescript/store/apis/queries/selectMembersForChannels.d.ts +1 -1
- package/lib/typescript/store/apis/queries/selectMembersForChannels.d.ts.map +1 -1
- package/lib/typescript/store/apis/queries/selectMessagesForChannels.d.ts +1 -1
- package/lib/typescript/store/apis/queries/selectMessagesForChannels.d.ts.map +1 -1
- package/lib/typescript/store/apis/queries/selectReactionsForMessages.d.ts +1 -1
- package/lib/typescript/store/apis/queries/selectReactionsForMessages.d.ts.map +1 -1
- package/lib/typescript/store/apis/queries/selectReadsForChannels.d.ts +1 -1
- package/lib/typescript/store/apis/queries/selectReadsForChannels.d.ts.map +1 -1
- package/lib/typescript/store/apis/updateMessage.d.ts +1 -1
- package/lib/typescript/store/apis/updateMessage.d.ts.map +1 -1
- package/lib/typescript/store/apis/updatePollMessage.d.ts +1 -1
- package/lib/typescript/store/apis/updatePollMessage.d.ts.map +1 -1
- package/lib/typescript/store/apis/updateReaction.d.ts +1 -1
- package/lib/typescript/store/apis/updateReaction.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertAppSettings.d.ts +1 -1
- package/lib/typescript/store/apis/upsertAppSettings.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertChannelData.d.ts +1 -1
- package/lib/typescript/store/apis/upsertChannelData.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertChannelDataFromChannel.d.ts +1 -1
- package/lib/typescript/store/apis/upsertChannelDataFromChannel.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertChannels.d.ts +1 -1
- package/lib/typescript/store/apis/upsertChannels.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertCidsForQuery.d.ts +1 -1
- package/lib/typescript/store/apis/upsertCidsForQuery.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertMembers.d.ts +1 -1
- package/lib/typescript/store/apis/upsertMembers.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertMessages.d.ts +1 -1
- package/lib/typescript/store/apis/upsertMessages.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertReads.d.ts +1 -1
- package/lib/typescript/store/apis/upsertReads.d.ts.map +1 -1
- package/lib/typescript/store/apis/upsertUserSyncStatus.d.ts +1 -1
- package/lib/typescript/store/apis/upsertUserSyncStatus.d.ts.map +1 -1
- package/lib/typescript/test-utils/BetterSqlite.d.ts +2 -2
- package/lib/typescript/test-utils/BetterSqlite.d.ts.map +1 -1
- package/lib/typescript/types/types.d.ts +8 -0
- package/lib/typescript/types/types.d.ts.map +1 -1
- package/lib/typescript/utils/DBSyncManager.d.ts +1 -1
- package/lib/typescript/utils/DBSyncManager.d.ts.map +1 -1
- package/lib/typescript/utils/getResizedImageUrl.d.ts +3 -2
- package/lib/typescript/utils/getResizedImageUrl.d.ts.map +1 -1
- package/lib/typescript/utils/utils.d.ts.map +1 -1
- package/package.json +14 -14
- package/src/__tests__/offline-support/offline-feature.js +220 -176
- package/src/__tests__/offline-support/optimistic-update.js +27 -23
- package/src/components/Attachment/Attachment.tsx +2 -2
- package/src/components/Attachment/Card.tsx +10 -10
- package/src/components/Attachment/FileAttachment.tsx +8 -16
- package/src/components/Attachment/FileAttachmentGroup.tsx +2 -2
- package/src/components/Attachment/Gallery.tsx +21 -18
- package/src/components/Attachment/Giphy.tsx +14 -14
- package/src/components/Attachment/__tests__/Attachment.test.js +4 -2
- package/src/components/Attachment/__tests__/Gallery.test.js +0 -2
- package/src/components/Attachment/utils/buildGallery/buildGallery.ts +10 -1
- package/src/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.ts +4 -1
- package/src/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.ts +5 -1
- package/src/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.ts +6 -1
- package/src/components/Attachment/utils/buildGallery/buildThumbnail.ts +13 -6
- package/src/components/Attachment/utils/buildGallery/buildThumbnailGrid.ts +5 -1
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +7 -2
- package/src/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.tsx +2 -2
- package/src/components/AttachmentPicker/components/AttachmentPickerItem.tsx +17 -33
- package/src/components/AttachmentPicker/components/AttachmentPickerSelectionBar.tsx +18 -17
- package/src/components/AutoCompleteInput/AutoCompleteSuggestionList.tsx +1 -1
- package/src/components/Avatar/Avatar.tsx +3 -0
- package/src/components/Avatar/GroupAvatar.tsx +4 -0
- package/src/components/Channel/Channel.tsx +299 -982
- package/src/components/Channel/__tests__/Channel.test.js +244 -13
- package/src/components/Channel/__tests__/ownCapabilities.test.js +57 -57
- package/src/components/Channel/__tests__/useMessageListPagination.test.js +419 -0
- package/src/components/Channel/hooks/useChannelDataState.ts +235 -0
- package/src/components/Channel/hooks/useCreateChannelContext.ts +0 -8
- package/src/components/Channel/hooks/useCreateInputMessageInputContext.ts +2 -6
- package/src/components/Channel/hooks/useCreateMessagesContext.ts +26 -10
- package/src/components/Channel/hooks/useCreatePaginatedMessageListContext.ts +3 -10
- package/src/components/Channel/hooks/useMessageListPagination.tsx +246 -0
- package/src/components/ChannelList/ChannelList.tsx +0 -17
- package/src/components/ChannelList/ChannelListFooterLoadingIndicator.tsx +1 -1
- package/src/components/ChannelList/Skeleton.tsx +9 -1
- package/src/components/ChannelList/__tests__/ChannelList.test.js +5 -5
- package/src/components/ChannelList/hooks/listeners/useNewMessageNotification.ts +2 -11
- package/src/components/ChannelList/hooks/usePaginatedChannels.ts +20 -13
- package/src/components/Chat/Chat.tsx +23 -18
- package/src/components/Chat/__tests__/Chat.test.js +199 -178
- package/src/components/Chat/hooks/handleEventToSyncDB.ts +18 -16
- package/src/components/Chat/hooks/useAppSettings.ts +3 -2
- package/src/components/Chat/hooks/useCreateChatContext.ts +0 -2
- package/src/components/Chat/hooks/useIsOnline.ts +13 -10
- package/src/components/ImageGallery/ImageGallery.tsx +71 -121
- package/src/components/ImageGallery/__tests__/AnimatedVideoGallery.test.tsx +0 -11
- package/src/components/ImageGallery/__tests__/ImageGallery.test.tsx +3 -4
- package/src/components/ImageGallery/__tests__/ImageGalleryFooter.test.tsx +3 -5
- package/src/components/ImageGallery/__tests__/ImageGalleryGrid.test.tsx +1 -1
- package/src/components/ImageGallery/__tests__/ImageGalleryGridHandle.test.tsx +1 -1
- package/src/components/ImageGallery/__tests__/ImageGalleryHeader.test.tsx +3 -5
- package/src/components/ImageGallery/__tests__/ImageGalleryOverlay.test.tsx +0 -3
- package/src/components/ImageGallery/components/AnimatedGalleryImage.tsx +17 -56
- package/src/components/ImageGallery/components/AnimatedGalleryVideo.tsx +21 -56
- package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +73 -59
- package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +46 -45
- package/src/components/ImageGallery/components/ImageGalleryOverlay.tsx +2 -1
- package/src/components/ImageGallery/components/__tests__/ImageGalleryHeader.test.tsx +3 -4
- package/src/components/ImageGallery/hooks/useAnimatedGalleryStyle.tsx +83 -0
- package/src/components/ImageGallery/hooks/useImageGalleryGestures.tsx +495 -470
- package/src/components/Indicators/LoadingIndicator.tsx +1 -1
- package/src/components/Message/Message.tsx +113 -215
- package/src/components/Message/MessageSimple/MessageAvatar.tsx +1 -0
- package/src/components/Message/MessageSimple/MessageBounce.tsx +2 -2
- package/src/components/Message/MessageSimple/MessageContent.tsx +28 -155
- package/src/components/Message/MessageSimple/MessageDeleted.tsx +1 -1
- package/src/components/Message/MessageSimple/MessageFooter.tsx +1 -1
- package/src/components/Message/MessageSimple/MessagePinnedHeader.tsx +21 -66
- package/src/components/Message/MessageSimple/MessageSimple.tsx +245 -54
- package/src/components/Message/MessageSimple/MessageTextContainer.tsx +3 -4
- package/src/components/Message/MessageSimple/ReactionList/ReactionListBottom.tsx +295 -0
- package/src/components/Message/MessageSimple/ReactionList/ReactionListTop.tsx +271 -0
- package/src/components/Message/MessageSimple/__tests__/MessageContent.test.js +1 -2
- package/src/components/Message/MessageSimple/__tests__/MessageSimple.test.js +208 -0
- package/src/components/Message/MessageSimple/__tests__/MessageTextContainer.test.tsx +3 -3
- package/src/components/Message/MessageSimple/__tests__/ReactionListBottom.test.js +166 -0
- package/src/components/Message/MessageSimple/__tests__/ReactionListTop.test.js +92 -0
- package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessagePinnedHeader.test.js.snap +23 -19
- package/src/components/Message/hooks/useCreateMessageContext.ts +4 -16
- package/src/components/Message/hooks/useMessageActions.tsx +48 -68
- package/src/components/Message/hooks/useMessageData.ts +59 -0
- package/src/components/Message/hooks/useProcessReactions.ts +17 -10
- package/src/components/Message/utils/messageActions.ts +10 -20
- package/src/components/MessageInput/FileUploadPreview.tsx +2 -2
- package/src/components/MessageInput/MessageInput.tsx +0 -1
- package/src/components/MessageInput/__tests__/AudioAttachmentUploadPreviewExpo.test.tsx +1 -4
- package/src/components/MessageInput/__tests__/AudioAttachmentUploadPreviewNative.test.tsx +1 -4
- package/src/components/MessageInput/__tests__/FileUploadPreview.test.js +3 -5
- package/src/components/MessageInput/__tests__/MessageInput.test.js +116 -2
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx +7 -1
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.tsx +0 -1
- package/src/components/MessageInput/components/NativeAttachmentPicker.tsx +8 -1
- package/src/components/MessageInput/hooks/useAudioController.tsx +4 -7
- package/src/components/MessageList/MessageList.tsx +53 -83
- package/src/components/MessageList/ScrollToBottomButton.tsx +1 -1
- package/src/components/MessageList/__tests__/MessageList.test.js +174 -23
- package/src/components/MessageList/__tests__/ScrollToBottomButton.test.js +3 -3
- package/src/components/MessageList/__tests__/__snapshots__/ScrollToBottomButton.test.js.snap +1 -1
- package/src/components/MessageList/hooks/useMessageList.ts +2 -5
- package/src/components/MessageList/utils/getReadStates.ts +3 -2
- package/src/components/MessageMenu/MessageActionList.tsx +49 -0
- package/src/components/MessageMenu/MessageActionListItem.tsx +86 -0
- package/src/components/MessageMenu/MessageMenu.tsx +123 -0
- package/src/components/MessageMenu/MessageReactionPicker.tsx +122 -0
- package/src/components/MessageMenu/MessageUserReactions.tsx +207 -0
- package/src/components/{MessageOverlay/OverlayReactionsAvatar.tsx → MessageMenu/MessageUserReactionsAvatar.tsx} +6 -6
- package/src/components/MessageMenu/MessageUserReactionsItem.tsx +132 -0
- package/src/components/MessageMenu/ReactionButton.tsx +72 -0
- package/src/components/MessageMenu/__tests__/MessageActionList.test.tsx +48 -0
- package/src/components/MessageMenu/__tests__/MessageActionListItem.test.tsx +48 -0
- package/src/components/MessageMenu/__tests__/MessageReactionPicker.test.tsx +101 -0
- package/src/components/MessageMenu/__tests__/MessageUserReactions.test.tsx +186 -0
- package/src/components/MessageMenu/__tests__/MessageUserReactionsAvatar.test.tsx +35 -0
- package/src/components/MessageMenu/__tests__/MessageUserReactionsItem.test.tsx +81 -0
- package/src/components/MessageMenu/__tests__/ReactionButton.test.tsx +77 -0
- package/src/components/{MessageOverlay → MessageMenu}/hooks/useFetchReactions.ts +4 -2
- package/src/components/Poll/CreatePollContent.tsx +4 -4
- package/src/components/Poll/Poll.tsx +1 -20
- package/src/components/Poll/components/Button.tsx +8 -420
- package/src/components/Poll/components/CreatePollIcon.tsx +1 -1
- package/src/components/Poll/components/CreatePollOptions.tsx +9 -4
- package/src/components/Poll/components/PollAnswersList.tsx +66 -3
- package/src/components/Poll/components/PollButtons.tsx +241 -0
- package/src/components/Poll/components/PollInputDialog.tsx +9 -6
- package/src/components/Poll/components/PollModalHeader.tsx +3 -3
- package/src/components/Poll/components/PollOption.tsx +74 -4
- package/src/components/Poll/components/PollResults/PollOptionFullResults.tsx +1 -1
- package/src/components/Poll/components/PollResults/PollResultItem.tsx +68 -52
- package/src/components/Poll/components/PollResults/PollVote.tsx +68 -0
- package/src/components/Poll/components/index.ts +1 -0
- package/src/components/ProgressControl/ProgressControl.tsx +28 -38
- package/src/components/ProgressControl/WaveProgressBar.tsx +29 -37
- package/src/components/Reply/Reply.tsx +5 -2
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +936 -796
- package/src/components/UIComponents/BottomSheetModal.tsx +174 -0
- package/src/components/UIComponents/index.ts +3 -0
- package/src/components/docs/data.js +13 -27
- package/src/components/index.ts +11 -10
- package/src/contexts/__tests__/index.test.tsx +0 -5
- package/src/contexts/activeChannelsRefContext/ActiveChannelsRefContext.tsx +0 -27
- package/src/contexts/attachmentPickerContext/AttachmentPickerContext.tsx +1 -29
- package/src/contexts/channelContext/ChannelContext.tsx +33 -79
- package/src/contexts/channelsContext/ChannelsContext.tsx +1 -28
- package/src/contexts/channelsStateContext/ChannelsStateContext.tsx +2 -97
- package/src/contexts/channelsStateContext/useChannelState.ts +6 -108
- package/src/contexts/chatConfigContext/ChatConfigContext.tsx +33 -0
- package/src/contexts/chatContext/ChatContext.tsx +1 -30
- package/src/contexts/imageGalleryContext/ImageGalleryContext.tsx +0 -29
- package/src/contexts/index.ts +1 -1
- package/src/contexts/keyboardContext/KeyboardContext.tsx +0 -30
- package/src/contexts/messageContext/MessageContext.tsx +22 -75
- package/src/contexts/messageInputContext/MessageInputContext.tsx +12 -39
- package/src/contexts/messageInputContext/__tests__/isValidMessage.test.tsx +2 -3
- package/src/contexts/messageInputContext/__tests__/uploadFile.test.tsx +1 -2
- package/src/contexts/messageInputContext/__tests__/uploadImage.test.tsx +1 -2
- package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts +1 -5
- package/src/contexts/messagesContext/MessagesContext.tsx +84 -57
- package/src/contexts/overlayContext/OverlayContext.tsx +2 -55
- package/src/contexts/overlayContext/OverlayProvider.tsx +23 -64
- package/src/contexts/paginatedMessageListContext/PaginatedMessageListContext.tsx +18 -46
- package/src/contexts/suggestionsContext/SuggestionsContext.tsx +1 -30
- package/src/contexts/themeContext/utils/theme.ts +141 -92
- package/src/contexts/threadContext/ThreadContext.tsx +1 -28
- package/src/contexts/translationContext/TranslationContext.tsx +0 -29
- package/src/contexts/typingContext/TypingContext.tsx +1 -28
- package/src/hooks/__tests__/useTranslatedMessage.test.tsx +3 -9
- package/src/hooks/useTranslatedMessage.ts +1 -4
- package/src/icons/PinHeader.tsx +13 -7
- package/src/index.ts +2 -3
- package/src/mock-builders/DB/mock.ts +70 -87
- package/src/native.ts +18 -29
- package/src/store/SqliteClient.ts +210 -0
- package/src/store/apis/addPendingTask.ts +7 -7
- package/src/store/apis/deleteChannel.ts +4 -4
- package/src/store/apis/deleteMember.ts +4 -4
- package/src/store/apis/deleteMessage.ts +4 -4
- package/src/store/apis/deleteMessagesForChannel.ts +4 -4
- package/src/store/apis/deletePendingTask.ts +4 -4
- package/src/store/apis/deleteReaction.ts +4 -4
- package/src/store/apis/deleteReactions.ts +3 -3
- package/src/store/apis/getAllChannelIds.ts +4 -4
- package/src/store/apis/getAppSettings.ts +5 -5
- package/src/store/apis/getChannelMessages.ts +6 -6
- package/src/store/apis/getChannels.ts +8 -8
- package/src/store/apis/getChannelsForFilterSort.ts +6 -6
- package/src/store/apis/getLastSyncedAt.ts +5 -5
- package/src/store/apis/getMembers.ts +4 -4
- package/src/store/apis/getPendingTasks.ts +4 -4
- package/src/store/apis/getReactions.ts +2 -2
- package/src/store/apis/getReactionsforFilterSort.ts +8 -6
- package/src/store/apis/getReads.ts +4 -4
- package/src/store/apis/insertReaction.ts +4 -4
- package/src/store/apis/queries/selectChannelIdsForFilterSort.ts +5 -5
- package/src/store/apis/queries/selectChannels.ts +6 -6
- package/src/store/apis/queries/selectMembersForChannels.ts +6 -4
- package/src/store/apis/queries/selectMessagesForChannels.ts +7 -5
- package/src/store/apis/queries/selectReactionsForMessages.ts +5 -5
- package/src/store/apis/queries/selectReadsForChannels.ts +7 -5
- package/src/store/apis/updateMessage.ts +5 -5
- package/src/store/apis/updatePollMessage.ts +5 -5
- package/src/store/apis/updateReaction.ts +4 -4
- package/src/store/apis/upsertAppSettings.ts +4 -4
- package/src/store/apis/upsertChannelData.ts +5 -4
- package/src/store/apis/upsertChannelDataFromChannel.ts +3 -3
- package/src/store/apis/upsertChannels.ts +8 -8
- package/src/store/apis/upsertCidsForQuery.ts +4 -4
- package/src/store/apis/upsertMembers.ts +4 -4
- package/src/store/apis/upsertMessages.ts +4 -4
- package/src/store/apis/upsertReads.ts +4 -4
- package/src/store/apis/upsertUserSyncStatus.ts +4 -4
- package/src/test-utils/BetterSqlite.js +4 -12
- package/src/types/types.ts +9 -0
- package/src/utils/DBSyncManager.ts +49 -44
- package/src/utils/__tests__/getResizedImageUrl.test.ts +1 -2
- package/src/utils/getResizedImageUrl.ts +7 -5
- package/src/utils/utils.ts +1 -1
- package/src/version.json +1 -1
- package/lib/commonjs/components/ImageBackground.js.map +0 -1
- package/lib/commonjs/components/Message/MessageSimple/ReactionList.js +0 -305
- package/lib/commonjs/components/Message/MessageSimple/ReactionList.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/MessageActionList.js +0 -112
- package/lib/commonjs/components/MessageOverlay/MessageActionList.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js +0 -87
- package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/MessageOverlay.js +0 -461
- package/lib/commonjs/components/MessageOverlay/MessageOverlay.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/OverlayBackdrop.js +0 -24
- package/lib/commonjs/components/MessageOverlay/OverlayBackdrop.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/OverlayReactionList.js +0 -305
- package/lib/commonjs/components/MessageOverlay/OverlayReactionList.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/OverlayReactions.js +0 -188
- package/lib/commonjs/components/MessageOverlay/OverlayReactions.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/OverlayReactionsAvatar.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/OverlayReactionsItem.js +0 -166
- package/lib/commonjs/components/MessageOverlay/OverlayReactionsItem.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/hooks/useFetchReactions.js.map +0 -1
- package/lib/commonjs/components/MessageOverlay/hooks/useMessageActionAnimation.js +0 -34
- package/lib/commonjs/components/MessageOverlay/hooks/useMessageActionAnimation.js.map +0 -1
- package/lib/commonjs/components/Spinner/Spinner.js.map +0 -1
- package/lib/commonjs/contexts/messageOverlayContext/MessageOverlayContext.js +0 -45
- package/lib/commonjs/contexts/messageOverlayContext/MessageOverlayContext.js.map +0 -1
- package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.js +0 -27
- package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.js.map +0 -1
- package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.test.js +0 -67
- package/lib/commonjs/contexts/messageOverlayContext/hooks/useResettableState.test.js.map +0 -1
- package/lib/commonjs/store/QuickSqliteClient.js +0 -158
- package/lib/commonjs/store/QuickSqliteClient.js.map +0 -1
- package/lib/commonjs/utils/StreamChatRN.js +0 -25
- package/lib/commonjs/utils/StreamChatRN.js.map +0 -1
- package/lib/module/components/ImageBackground.js.map +0 -1
- package/lib/module/components/Message/MessageSimple/ReactionList.js +0 -305
- package/lib/module/components/Message/MessageSimple/ReactionList.js.map +0 -1
- package/lib/module/components/MessageOverlay/MessageActionList.js +0 -112
- package/lib/module/components/MessageOverlay/MessageActionList.js.map +0 -1
- package/lib/module/components/MessageOverlay/MessageActionListItem.js +0 -87
- package/lib/module/components/MessageOverlay/MessageActionListItem.js.map +0 -1
- package/lib/module/components/MessageOverlay/MessageOverlay.js +0 -461
- package/lib/module/components/MessageOverlay/MessageOverlay.js.map +0 -1
- package/lib/module/components/MessageOverlay/OverlayBackdrop.js +0 -24
- package/lib/module/components/MessageOverlay/OverlayBackdrop.js.map +0 -1
- package/lib/module/components/MessageOverlay/OverlayReactionList.js +0 -305
- package/lib/module/components/MessageOverlay/OverlayReactionList.js.map +0 -1
- package/lib/module/components/MessageOverlay/OverlayReactions.js +0 -188
- package/lib/module/components/MessageOverlay/OverlayReactions.js.map +0 -1
- package/lib/module/components/MessageOverlay/OverlayReactionsAvatar.js.map +0 -1
- package/lib/module/components/MessageOverlay/OverlayReactionsItem.js +0 -166
- package/lib/module/components/MessageOverlay/OverlayReactionsItem.js.map +0 -1
- package/lib/module/components/MessageOverlay/hooks/useFetchReactions.js.map +0 -1
- package/lib/module/components/MessageOverlay/hooks/useMessageActionAnimation.js +0 -34
- package/lib/module/components/MessageOverlay/hooks/useMessageActionAnimation.js.map +0 -1
- package/lib/module/components/Spinner/Spinner.js.map +0 -1
- package/lib/module/contexts/messageOverlayContext/MessageOverlayContext.js +0 -45
- package/lib/module/contexts/messageOverlayContext/MessageOverlayContext.js.map +0 -1
- package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.js +0 -27
- package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.js.map +0 -1
- package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.test.js +0 -67
- package/lib/module/contexts/messageOverlayContext/hooks/useResettableState.test.js.map +0 -1
- package/lib/module/store/QuickSqliteClient.js +0 -158
- package/lib/module/store/QuickSqliteClient.js.map +0 -1
- package/lib/module/utils/StreamChatRN.js +0 -25
- package/lib/module/utils/StreamChatRN.js.map +0 -1
- package/lib/typescript/components/ImageBackground.d.ts.map +0 -1
- package/lib/typescript/components/Message/MessageSimple/ReactionList.d.ts +0 -32
- package/lib/typescript/components/Message/MessageSimple/ReactionList.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/MessageActionList.d.ts +0 -14
- package/lib/typescript/components/MessageOverlay/MessageActionList.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/MessageActionListItem.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/MessageOverlay.d.ts +0 -15
- package/lib/typescript/components/MessageOverlay/MessageOverlay.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/OverlayBackdrop.d.ts +0 -8
- package/lib/typescript/components/MessageOverlay/OverlayBackdrop.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/OverlayReactionList.d.ts +0 -36
- package/lib/typescript/components/MessageOverlay/OverlayReactionList.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/OverlayReactions.d.ts +0 -31
- package/lib/typescript/components/MessageOverlay/OverlayReactions.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/OverlayReactionsAvatar.d.ts +0 -11
- package/lib/typescript/components/MessageOverlay/OverlayReactionsAvatar.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/OverlayReactionsItem.d.ts +0 -11
- package/lib/typescript/components/MessageOverlay/OverlayReactionsItem.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/hooks/useFetchReactions.d.ts.map +0 -1
- package/lib/typescript/components/MessageOverlay/hooks/useMessageActionAnimation.d.ts +0 -11
- package/lib/typescript/components/MessageOverlay/hooks/useMessageActionAnimation.d.ts.map +0 -1
- package/lib/typescript/components/Spinner/Spinner.d.ts.map +0 -1
- package/lib/typescript/contexts/messageOverlayContext/MessageOverlayContext.d.ts +0 -80
- package/lib/typescript/contexts/messageOverlayContext/MessageOverlayContext.d.ts.map +0 -1
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.d.ts +0 -13
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.d.ts.map +0 -1
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.test.d.ts +0 -2
- package/lib/typescript/contexts/messageOverlayContext/hooks/useResettableState.test.d.ts.map +0 -1
- package/lib/typescript/store/QuickSqliteClient.d.ts +0 -26
- package/lib/typescript/store/QuickSqliteClient.d.ts.map +0 -1
- package/lib/typescript/utils/StreamChatRN.d.ts +0 -23
- package/lib/typescript/utils/StreamChatRN.d.ts.map +0 -1
- package/src/components/Message/MessageSimple/ReactionList.tsx +0 -398
- package/src/components/MessageOverlay/MessageActionList.tsx +0 -171
- package/src/components/MessageOverlay/MessageActionListItem.tsx +0 -144
- package/src/components/MessageOverlay/MessageOverlay.tsx +0 -648
- package/src/components/MessageOverlay/OverlayBackdrop.tsx +0 -18
- package/src/components/MessageOverlay/OverlayReactionList.tsx +0 -447
- package/src/components/MessageOverlay/OverlayReactions.tsx +0 -252
- package/src/components/MessageOverlay/OverlayReactionsItem.tsx +0 -188
- package/src/components/MessageOverlay/hooks/useMessageActionAnimation.tsx +0 -44
- package/src/contexts/messageOverlayContext/MessageOverlayContext.tsx +0 -148
- package/src/contexts/messageOverlayContext/hooks/useResettableState.test.tsx +0 -48
- package/src/contexts/messageOverlayContext/hooks/useResettableState.ts +0 -22
- package/src/store/QuickSqliteClient.ts +0 -187
- package/src/utils/StreamChatRN.ts +0 -27
- /package/lib/typescript/components/{MessageOverlay → MessageMenu}/hooks/useFetchReactions.d.ts +0 -0
- /package/lib/typescript/components/{ImageBackground.d.ts → UIComponents/ImageBackground.d.ts} +0 -0
- /package/lib/typescript/components/{Spinner → UIComponents}/Spinner.d.ts +0 -0
- /package/src/components/{ImageBackground.tsx → UIComponents/ImageBackground.tsx} +0 -0
- /package/src/components/{Spinner → UIComponents}/Spinner.tsx +0 -0
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.BottomSheetModal = void 0;
|
|
6
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _reactNativeGestureHandler = require("react-native-gesture-handler");
|
|
9
|
+
var _reactNativeReanimated = require("react-native-reanimated");
|
|
10
|
+
var _ThemeContext = require("../../contexts/themeContext/ThemeContext");
|
|
11
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
+
var _this = this,
|
|
13
|
+
_jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/components/UIComponents/BottomSheetModal.tsx";
|
|
14
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
16
|
+
var BottomSheetModal = function BottomSheetModal(props) {
|
|
17
|
+
var _useWindowDimensions = (0, _reactNative.useWindowDimensions)(),
|
|
18
|
+
windowHeight = _useWindowDimensions.height,
|
|
19
|
+
windowWidth = _useWindowDimensions.width;
|
|
20
|
+
var children = props.children,
|
|
21
|
+
_props$height = props.height,
|
|
22
|
+
height = _props$height === void 0 ? windowHeight / 2 : _props$height,
|
|
23
|
+
onClose = props.onClose,
|
|
24
|
+
visible = props.visible;
|
|
25
|
+
var _useTheme = (0, _ThemeContext.useTheme)(),
|
|
26
|
+
_useTheme$theme = _useTheme.theme,
|
|
27
|
+
_useTheme$theme$botto = _useTheme$theme.bottomSheetModal,
|
|
28
|
+
container = _useTheme$theme$botto.container,
|
|
29
|
+
contentContainer = _useTheme$theme$botto.contentContainer,
|
|
30
|
+
handle = _useTheme$theme$botto.handle,
|
|
31
|
+
overlayTheme = _useTheme$theme$botto.overlay,
|
|
32
|
+
_useTheme$theme$color = _useTheme$theme.colors,
|
|
33
|
+
grey = _useTheme$theme$color.grey,
|
|
34
|
+
overlay = _useTheme$theme$color.overlay,
|
|
35
|
+
white_snow = _useTheme$theme$color.white_snow;
|
|
36
|
+
var translateY = new _reactNative.Animated.Value(height);
|
|
37
|
+
var openAnimation = _reactNative.Animated.timing(translateY, {
|
|
38
|
+
duration: 200,
|
|
39
|
+
toValue: 0,
|
|
40
|
+
useNativeDriver: true
|
|
41
|
+
});
|
|
42
|
+
var closeAnimation = _reactNative.Animated.timing(translateY, {
|
|
43
|
+
duration: 50,
|
|
44
|
+
toValue: height,
|
|
45
|
+
useNativeDriver: true
|
|
46
|
+
});
|
|
47
|
+
var handleDismiss = function handleDismiss() {
|
|
48
|
+
closeAnimation.start(function () {
|
|
49
|
+
return onClose();
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
(0, _react.useEffect)(function () {
|
|
53
|
+
if (visible) {
|
|
54
|
+
openAnimation.start();
|
|
55
|
+
}
|
|
56
|
+
}, [visible, openAnimation]);
|
|
57
|
+
(0, _react.useEffect)(function () {
|
|
58
|
+
var keyboardDidShowListener = _reactNative.Keyboard.addListener('keyboardDidShow', keyboardDidShow);
|
|
59
|
+
var keyboardDidHideListener = _reactNative.Keyboard.addListener('keyboardDidHide', keyboardDidHide);
|
|
60
|
+
return function () {
|
|
61
|
+
keyboardDidShowListener.remove();
|
|
62
|
+
keyboardDidHideListener.remove();
|
|
63
|
+
};
|
|
64
|
+
}, []);
|
|
65
|
+
var keyboardDidShow = function keyboardDidShow(event) {
|
|
66
|
+
_reactNative.Animated.timing(translateY, {
|
|
67
|
+
duration: 250,
|
|
68
|
+
toValue: -event.endCoordinates.height,
|
|
69
|
+
useNativeDriver: true
|
|
70
|
+
}).start();
|
|
71
|
+
};
|
|
72
|
+
var keyboardDidHide = function keyboardDidHide() {
|
|
73
|
+
_reactNative.Animated.timing(translateY, {
|
|
74
|
+
duration: 250,
|
|
75
|
+
toValue: 0,
|
|
76
|
+
useNativeDriver: true
|
|
77
|
+
}).start();
|
|
78
|
+
};
|
|
79
|
+
var handleUpdate = function handleUpdate(event) {
|
|
80
|
+
var translationY = Math.max(event.translationY, 0);
|
|
81
|
+
translateY.setValue(translationY);
|
|
82
|
+
};
|
|
83
|
+
var gesture = _reactNativeGestureHandler.Gesture.Pan().onUpdate(function (event) {
|
|
84
|
+
(0, _reactNativeReanimated.runOnJS)(handleUpdate)(event);
|
|
85
|
+
}).onEnd(function (event) {
|
|
86
|
+
if (event.velocityY > 500 || event.translationY > height / 2) {
|
|
87
|
+
(0, _reactNativeReanimated.runOnJS)(handleDismiss)();
|
|
88
|
+
} else {
|
|
89
|
+
(0, _reactNativeReanimated.runOnJS)(openAnimation.start)();
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
return (0, _jsxRuntime.jsx)(_reactNative.Modal, {
|
|
93
|
+
animationType: "fade",
|
|
94
|
+
onRequestClose: handleDismiss,
|
|
95
|
+
transparent: true,
|
|
96
|
+
visible: visible,
|
|
97
|
+
children: (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureHandlerRootView, {
|
|
98
|
+
style: {
|
|
99
|
+
flex: 1
|
|
100
|
+
},
|
|
101
|
+
children: (0, _jsxRuntime.jsx)(_reactNative.TouchableWithoutFeedback, {
|
|
102
|
+
onPress: handleDismiss,
|
|
103
|
+
children: (0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
104
|
+
style: [styles.overlay, {
|
|
105
|
+
backgroundColor: overlay
|
|
106
|
+
}, overlayTheme],
|
|
107
|
+
children: (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, {
|
|
108
|
+
gesture: gesture,
|
|
109
|
+
children: (0, _jsxRuntime.jsxs)(_reactNative.Animated.View, {
|
|
110
|
+
style: [styles.container, {
|
|
111
|
+
backgroundColor: white_snow,
|
|
112
|
+
height: height,
|
|
113
|
+
transform: [{
|
|
114
|
+
translateY: translateY
|
|
115
|
+
}]
|
|
116
|
+
}, container],
|
|
117
|
+
children: [(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
118
|
+
style: [styles.handle, {
|
|
119
|
+
backgroundColor: grey,
|
|
120
|
+
width: windowWidth / 4
|
|
121
|
+
}, handle]
|
|
122
|
+
}), (0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
123
|
+
style: [styles.contentContainer, contentContainer],
|
|
124
|
+
children: children
|
|
125
|
+
})]
|
|
126
|
+
})
|
|
127
|
+
})
|
|
128
|
+
})
|
|
129
|
+
})
|
|
130
|
+
})
|
|
131
|
+
});
|
|
132
|
+
};
|
|
133
|
+
exports.BottomSheetModal = BottomSheetModal;
|
|
134
|
+
var styles = _reactNative.StyleSheet.create({
|
|
135
|
+
container: {
|
|
136
|
+
borderTopLeftRadius: 16,
|
|
137
|
+
borderTopRightRadius: 16
|
|
138
|
+
},
|
|
139
|
+
content: {
|
|
140
|
+
flex: 1,
|
|
141
|
+
padding: 16
|
|
142
|
+
},
|
|
143
|
+
contentContainer: {
|
|
144
|
+
flex: 1,
|
|
145
|
+
marginTop: 8
|
|
146
|
+
},
|
|
147
|
+
handle: {
|
|
148
|
+
alignSelf: 'center',
|
|
149
|
+
borderRadius: 4,
|
|
150
|
+
height: 4,
|
|
151
|
+
marginVertical: 8
|
|
152
|
+
},
|
|
153
|
+
overlay: {
|
|
154
|
+
flex: 1,
|
|
155
|
+
justifyContent: 'flex-end'
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
//# sourceMappingURL=BottomSheetModal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeGestureHandler","_reactNativeReanimated","_ThemeContext","_jsxRuntime","_this","_jsxFileName","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","BottomSheetModal","props","_useWindowDimensions","useWindowDimensions","windowHeight","height","windowWidth","width","children","_props$height","onClose","visible","_useTheme","useTheme","_useTheme$theme","theme","_useTheme$theme$botto","bottomSheetModal","container","contentContainer","handle","overlayTheme","overlay","_useTheme$theme$color","colors","grey","white_snow","translateY","Animated","Value","openAnimation","timing","duration","toValue","useNativeDriver","closeAnimation","handleDismiss","start","useEffect","keyboardDidShowListener","Keyboard","addListener","keyboardDidShow","keyboardDidHideListener","keyboardDidHide","remove","event","endCoordinates","handleUpdate","translationY","Math","max","setValue","gesture","Gesture","Pan","onUpdate","runOnJS","onEnd","velocityY","jsx","Modal","animationType","onRequestClose","transparent","GestureHandlerRootView","style","flex","TouchableWithoutFeedback","onPress","View","styles","backgroundColor","GestureDetector","jsxs","transform","exports","StyleSheet","create","borderTopLeftRadius","borderTopRightRadius","content","padding","marginTop","alignSelf","borderRadius","marginVertical","justifyContent"],"sourceRoot":"../../../../src","sources":["components/UIComponents/BottomSheetModal.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -10,7 +10,7 @@ var _reactNative = require("react-native");
|
|
|
10
10
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
11
|
var _excluded = ["children", "ImageComponent", "imageStyle", "importantForAccessibility", "style"];
|
|
12
12
|
var _this = this,
|
|
13
|
-
_jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/components/ImageBackground.tsx";
|
|
13
|
+
_jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/components/UIComponents/ImageBackground.tsx";
|
|
14
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
15
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
16
16
|
var ImageBackground = function ImageBackground(props) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_jsxRuntime","_excluded","_this","_jsxFileName","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ImageBackground","props","children","_props$ImageComponent","ImageComponent","Image","imageStyle","importantForAccessibility","style","rest","_objectWithoutProperties2","flattenedStyle","StyleSheet","flatten","jsxs","View","accessibilityIgnoresInvertColors","jsx","assign","absoluteFill","height","width","exports"],"sourceRoot":"../../../../src","sources":["components/UIComponents/ImageBackground.tsx"],"mappings":";;;;;;;AAAA,IAAAA,KAAA,GAAAC,uBAAA,CAAAC,OAAA;AAEA,IAAAC,YAAA,GAAAD,OAAA;AAAyF,IAAAE,WAAA,GAAAF,OAAA;AAAA,IAAAG,SAAA;AAAA,IAAAC,KAAA;EAAAC,YAAA;AAAA,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,yBAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAR,wBAAAQ,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,gBAAAK,OAAA,CAAAL,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,cAAAR,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AA+BlF,IAAMW,eAIZ,GAAG,SAJSA,eAIZA,CAAIC,KAAK,EAAK;EACb,IACEC,QAAQ,GAMND,KAAK,CANPC,QAAQ;IAAAC,qBAAA,GAMNF,KAAK,CALPG,cAAc;IAAdA,cAAc,GAAAD,qBAAA,cAAGE,kBAAK,GAAAF,qBAAA;IACtBG,UAAU,GAIRL,KAAK,CAJPK,UAAU;IACVC,yBAAyB,GAGvBN,KAAK,CAHPM,yBAAyB;IACzBC,KAAK,GAEHP,KAAK,CAFPO,KAAK;IACFC,IAAI,OAAAC,yBAAA,aACLT,KAAK,EAAAxB,SAAA;EAET,IAAMkC,cAAc,GAAGC,uBAAU,CAACC,OAAO,CAACL,KAAK,CAAC;EAChD,OACE,IAAAhC,WAAA,CAAAsC,IAAA,EAACvC,YAAA,CAAAwC,IAAI;IACHC,gCAAgC,EAAE,IAAK;IACvCT,yBAAyB,EAAEA,yBAA0B;IACrDC,KAAK,EAAEA,KAAM;IAAAN,QAAA,GAEb,IAAA1B,WAAA,CAAAyC,GAAA,EAACb,cAAc,EAAAZ,MAAA,CAAA0B,MAAA,KACTT,IAAI;MACRF,yBAAyB,EAAEA,yBAA0B;MACrDC,KAAK,EAAE,CACLI,uBAAU,CAACO,YAAY,EACvB;QAQEC,MAAM,EAAET,cAAc,oBAAdA,cAAc,CAAES,MAAM;QAC9BC,KAAK,EAAEV,cAAc,oBAAdA,cAAc,CAAEU;MACzB,CAAC,EACDf,UAAU;IACV,EACH,CAAC,EACDJ,QAAQ;EAAA,CACL,CAAC;AAEX,CAAC;AAACoB,OAAA,CAAAtB,eAAA,GAAAA,eAAA","ignoreList":[]}
|
|
@@ -10,7 +10,7 @@ var _ThemeContext = require("../../contexts/themeContext/ThemeContext");
|
|
|
10
10
|
var _Loading = require("../../icons/Loading");
|
|
11
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
12
|
var _this = this,
|
|
13
|
-
_jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/components/
|
|
13
|
+
_jsxFileName = "/home/runner/work/stream-chat-react-native/stream-chat-react-native/package/src/components/UIComponents/Spinner.tsx";
|
|
14
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
15
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
16
16
|
var styles = _reactNative.StyleSheet.create({
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeReanimated","_ThemeContext","_Loading","_jsxRuntime","_this","_jsxFileName","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","styles","StyleSheet","create","spinner","height","justifyContent","margin","width","Spinner","props","rotation","useSharedValue","style","_useTheme","useTheme","_useTheme$theme","theme","accent_blue","colors","animatedStyle","useAnimatedStyle","transform","rotate","concat","value","useEffect","withRepeat","withTiming","duration","easing","Easing","linear","jsx","View","children","Loading","stopColor","exports","displayName"],"sourceRoot":"../../../../src","sources":["components/UIComponents/Spinner.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
var _BottomSheetModal = require("./BottomSheetModal");
|
|
5
|
+
Object.keys(_BottomSheetModal).forEach(function (key) {
|
|
6
|
+
if (key === "default" || key === "__esModule") return;
|
|
7
|
+
if (key in exports && exports[key] === _BottomSheetModal[key]) return;
|
|
8
|
+
Object.defineProperty(exports, key, {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return _BottomSheetModal[key];
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
var _ImageBackground = require("./ImageBackground");
|
|
16
|
+
Object.keys(_ImageBackground).forEach(function (key) {
|
|
17
|
+
if (key === "default" || key === "__esModule") return;
|
|
18
|
+
if (key in exports && exports[key] === _ImageBackground[key]) return;
|
|
19
|
+
Object.defineProperty(exports, key, {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return _ImageBackground[key];
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
var _Spinner = require("./Spinner");
|
|
27
|
+
Object.keys(_Spinner).forEach(function (key) {
|
|
28
|
+
if (key === "default" || key === "__esModule") return;
|
|
29
|
+
if (key in exports && exports[key] === _Spinner[key]) return;
|
|
30
|
+
Object.defineProperty(exports, key, {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _Spinner[key];
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_BottomSheetModal","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_ImageBackground","_Spinner"],"sourceRoot":"../../../../src","sources":["components/UIComponents/index.ts"],"mappings":";;;AAAA,IAAAA,iBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,iBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,iBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,iBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,gBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,gBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,gBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAC,gBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,QAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,QAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,QAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAE,QAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Dayjs","require","StreamChat","client","exports","connectUser","id","channel","image","name","channelContext","translationContext","t","text","tDateTimeParser","date","suggestionsContext","closeSuggestions","openSuggestions","setInputBoxContainerRef","updateSuggestions","filters","example","type","sort","last_updated","channels","queryChannels","subscribe","message","__html","attachments","command","created_at","html","own_reactions","message_id","user","last_active","online","role","updated_at","reaction_counts","like","love","reactions","reply_count","status","messageWithImages","image_url","thumb_url","messageWithUrlPreview","og_scrape_url","title","title_link","thread","threadMessages","Date","parent_id","invisible","mutes","messages","users","MessageMock","canDeleteMessage","canEditMessage","handleDelete","console","log","handleEdit","handleFlag","handleMute","dynamicallyLoadScript","url","Promise","resolve","reject","script","document","createElement","src","onload","onerror","Error","concat","body","appendChild"],"sourceRoot":"../../../../src","sources":["components/docs/data.js"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["Dayjs","require","StreamChat","client","exports","connectUser","id","channel","image","name","channelContext","translationContext","t","text","tDateTimeParser","date","suggestionsContext","closeSuggestions","openSuggestions","setInputBoxContainerRef","updateSuggestions","filters","example","type","sort","last_updated","channels","queryChannels","subscribe","message","__html","attachments","command","created_at","html","own_reactions","message_id","user","last_active","online","role","updated_at","reaction_counts","like","love","reactions","reply_count","status","messageWithImages","image_url","thumb_url","messageWithUrlPreview","og_scrape_url","title","title_link","thread","threadMessages","Date","parent_id","invisible","mutes","messages","users","MessageMock","canDeleteMessage","canEditMessage","handleDelete","console","log","handleEdit","handleFlag","handleMute","dynamicallyLoadScript","url","Promise","resolve","reject","script","document","createElement","src","onload","onerror","Error","concat","body","appendChild"],"sourceRoot":"../../../../src","sources":["components/docs/data.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1145,14 +1145,25 @@ Object.keys(_MessageTimestamp).forEach(function (key) {
|
|
|
1145
1145
|
}
|
|
1146
1146
|
});
|
|
1147
1147
|
});
|
|
1148
|
-
var
|
|
1149
|
-
Object.keys(
|
|
1148
|
+
var _ReactionListBottom = require("./Message/MessageSimple/ReactionList/ReactionListBottom");
|
|
1149
|
+
Object.keys(_ReactionListBottom).forEach(function (key) {
|
|
1150
1150
|
if (key === "default" || key === "__esModule") return;
|
|
1151
|
-
if (key in exports && exports[key] ===
|
|
1151
|
+
if (key in exports && exports[key] === _ReactionListBottom[key]) return;
|
|
1152
1152
|
Object.defineProperty(exports, key, {
|
|
1153
1153
|
enumerable: true,
|
|
1154
1154
|
get: function get() {
|
|
1155
|
-
return
|
|
1155
|
+
return _ReactionListBottom[key];
|
|
1156
|
+
}
|
|
1157
|
+
});
|
|
1158
|
+
});
|
|
1159
|
+
var _ReactionListTop = require("./Message/MessageSimple/ReactionList/ReactionListTop");
|
|
1160
|
+
Object.keys(_ReactionListTop).forEach(function (key) {
|
|
1161
|
+
if (key === "default" || key === "__esModule") return;
|
|
1162
|
+
if (key in exports && exports[key] === _ReactionListTop[key]) return;
|
|
1163
|
+
Object.defineProperty(exports, key, {
|
|
1164
|
+
enumerable: true,
|
|
1165
|
+
get: function get() {
|
|
1166
|
+
return _ReactionListTop[key];
|
|
1156
1167
|
}
|
|
1157
1168
|
});
|
|
1158
1169
|
});
|
|
@@ -1574,18 +1585,7 @@ Object.keys(_getReadStates).forEach(function (key) {
|
|
|
1574
1585
|
}
|
|
1575
1586
|
});
|
|
1576
1587
|
});
|
|
1577
|
-
var
|
|
1578
|
-
Object.keys(_useMessageActionAnimation).forEach(function (key) {
|
|
1579
|
-
if (key === "default" || key === "__esModule") return;
|
|
1580
|
-
if (key in exports && exports[key] === _useMessageActionAnimation[key]) return;
|
|
1581
|
-
Object.defineProperty(exports, key, {
|
|
1582
|
-
enumerable: true,
|
|
1583
|
-
get: function get() {
|
|
1584
|
-
return _useMessageActionAnimation[key];
|
|
1585
|
-
}
|
|
1586
|
-
});
|
|
1587
|
-
});
|
|
1588
|
-
var _MessageActionList = require("./MessageOverlay/MessageActionList");
|
|
1588
|
+
var _MessageActionList = require("./MessageMenu/MessageActionList");
|
|
1589
1589
|
Object.keys(_MessageActionList).forEach(function (key) {
|
|
1590
1590
|
if (key === "default" || key === "__esModule") return;
|
|
1591
1591
|
if (key in exports && exports[key] === _MessageActionList[key]) return;
|
|
@@ -1596,7 +1596,7 @@ Object.keys(_MessageActionList).forEach(function (key) {
|
|
|
1596
1596
|
}
|
|
1597
1597
|
});
|
|
1598
1598
|
});
|
|
1599
|
-
var _MessageActionListItem = require("./
|
|
1599
|
+
var _MessageActionListItem = require("./MessageMenu/MessageActionListItem");
|
|
1600
1600
|
Object.keys(_MessageActionListItem).forEach(function (key) {
|
|
1601
1601
|
if (key === "default" || key === "__esModule") return;
|
|
1602
1602
|
if (key in exports && exports[key] === _MessageActionListItem[key]) return;
|
|
@@ -1607,58 +1607,47 @@ Object.keys(_MessageActionListItem).forEach(function (key) {
|
|
|
1607
1607
|
}
|
|
1608
1608
|
});
|
|
1609
1609
|
});
|
|
1610
|
-
var
|
|
1611
|
-
Object.keys(
|
|
1610
|
+
var _MessageMenu = require("./MessageMenu/MessageMenu");
|
|
1611
|
+
Object.keys(_MessageMenu).forEach(function (key) {
|
|
1612
1612
|
if (key === "default" || key === "__esModule") return;
|
|
1613
|
-
if (key in exports && exports[key] ===
|
|
1613
|
+
if (key in exports && exports[key] === _MessageMenu[key]) return;
|
|
1614
1614
|
Object.defineProperty(exports, key, {
|
|
1615
1615
|
enumerable: true,
|
|
1616
1616
|
get: function get() {
|
|
1617
|
-
return
|
|
1617
|
+
return _MessageMenu[key];
|
|
1618
1618
|
}
|
|
1619
1619
|
});
|
|
1620
1620
|
});
|
|
1621
|
-
var
|
|
1622
|
-
Object.keys(
|
|
1621
|
+
var _MessageUserReactions = require("./MessageMenu/MessageUserReactions");
|
|
1622
|
+
Object.keys(_MessageUserReactions).forEach(function (key) {
|
|
1623
1623
|
if (key === "default" || key === "__esModule") return;
|
|
1624
|
-
if (key in exports && exports[key] ===
|
|
1624
|
+
if (key in exports && exports[key] === _MessageUserReactions[key]) return;
|
|
1625
1625
|
Object.defineProperty(exports, key, {
|
|
1626
1626
|
enumerable: true,
|
|
1627
1627
|
get: function get() {
|
|
1628
|
-
return
|
|
1628
|
+
return _MessageUserReactions[key];
|
|
1629
1629
|
}
|
|
1630
1630
|
});
|
|
1631
1631
|
});
|
|
1632
|
-
var
|
|
1633
|
-
Object.keys(
|
|
1632
|
+
var _MessageUserReactionsAvatar = require("./MessageMenu/MessageUserReactionsAvatar");
|
|
1633
|
+
Object.keys(_MessageUserReactionsAvatar).forEach(function (key) {
|
|
1634
1634
|
if (key === "default" || key === "__esModule") return;
|
|
1635
|
-
if (key in exports && exports[key] ===
|
|
1635
|
+
if (key in exports && exports[key] === _MessageUserReactionsAvatar[key]) return;
|
|
1636
1636
|
Object.defineProperty(exports, key, {
|
|
1637
1637
|
enumerable: true,
|
|
1638
1638
|
get: function get() {
|
|
1639
|
-
return
|
|
1639
|
+
return _MessageUserReactionsAvatar[key];
|
|
1640
1640
|
}
|
|
1641
1641
|
});
|
|
1642
1642
|
});
|
|
1643
|
-
var
|
|
1644
|
-
Object.keys(
|
|
1643
|
+
var _MessageReactionPicker = require("./MessageMenu/MessageReactionPicker");
|
|
1644
|
+
Object.keys(_MessageReactionPicker).forEach(function (key) {
|
|
1645
1645
|
if (key === "default" || key === "__esModule") return;
|
|
1646
|
-
if (key in exports && exports[key] ===
|
|
1646
|
+
if (key in exports && exports[key] === _MessageReactionPicker[key]) return;
|
|
1647
1647
|
Object.defineProperty(exports, key, {
|
|
1648
1648
|
enumerable: true,
|
|
1649
1649
|
get: function get() {
|
|
1650
|
-
return
|
|
1651
|
-
}
|
|
1652
|
-
});
|
|
1653
|
-
});
|
|
1654
|
-
var _OverlayReactionList = require("./MessageOverlay/OverlayReactionList");
|
|
1655
|
-
Object.keys(_OverlayReactionList).forEach(function (key) {
|
|
1656
|
-
if (key === "default" || key === "__esModule") return;
|
|
1657
|
-
if (key in exports && exports[key] === _OverlayReactionList[key]) return;
|
|
1658
|
-
Object.defineProperty(exports, key, {
|
|
1659
|
-
enumerable: true,
|
|
1660
|
-
get: function get() {
|
|
1661
|
-
return _OverlayReactionList[key];
|
|
1650
|
+
return _MessageReactionPicker[key];
|
|
1662
1651
|
}
|
|
1663
1652
|
});
|
|
1664
1653
|
});
|
|
@@ -1695,7 +1684,29 @@ Object.keys(_Reply).forEach(function (key) {
|
|
|
1695
1684
|
}
|
|
1696
1685
|
});
|
|
1697
1686
|
});
|
|
1698
|
-
var
|
|
1687
|
+
var _BottomSheetModal = require("./UIComponents/BottomSheetModal");
|
|
1688
|
+
Object.keys(_BottomSheetModal).forEach(function (key) {
|
|
1689
|
+
if (key === "default" || key === "__esModule") return;
|
|
1690
|
+
if (key in exports && exports[key] === _BottomSheetModal[key]) return;
|
|
1691
|
+
Object.defineProperty(exports, key, {
|
|
1692
|
+
enumerable: true,
|
|
1693
|
+
get: function get() {
|
|
1694
|
+
return _BottomSheetModal[key];
|
|
1695
|
+
}
|
|
1696
|
+
});
|
|
1697
|
+
});
|
|
1698
|
+
var _ImageBackground = require("./UIComponents/ImageBackground");
|
|
1699
|
+
Object.keys(_ImageBackground).forEach(function (key) {
|
|
1700
|
+
if (key === "default" || key === "__esModule") return;
|
|
1701
|
+
if (key in exports && exports[key] === _ImageBackground[key]) return;
|
|
1702
|
+
Object.defineProperty(exports, key, {
|
|
1703
|
+
enumerable: true,
|
|
1704
|
+
get: function get() {
|
|
1705
|
+
return _ImageBackground[key];
|
|
1706
|
+
}
|
|
1707
|
+
});
|
|
1708
|
+
});
|
|
1709
|
+
var _Spinner = require("./UIComponents/Spinner");
|
|
1699
1710
|
Object.keys(_Spinner).forEach(function (key) {
|
|
1700
1711
|
if (key === "default" || key === "__esModule") return;
|
|
1701
1712
|
if (key in exports && exports[key] === _Spinner[key]) return;
|