stream-chat-react-native-core 9.3.1-beta.4 → 9.3.1-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/a11y/a11yUtils.js +13 -20
- package/lib/commonjs/a11y/a11yUtils.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useA11yLabel.js +2 -1
- package/lib/commonjs/a11y/hooks/useA11yLabel.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js +6 -5
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useAnnounceOnStateChange.js +5 -5
- package/lib/commonjs/a11y/hooks/useAnnounceOnStateChange.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useReducedMotionPreference.js +7 -6
- package/lib/commonjs/a11y/hooks/useReducedMotionPreference.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useResolvedModalAccessibilityProps.js +2 -1
- package/lib/commonjs/a11y/hooks/useResolvedModalAccessibilityProps.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useScreenReaderEnabled.js +7 -6
- package/lib/commonjs/a11y/hooks/useScreenReaderEnabled.js.map +1 -1
- package/lib/commonjs/a11y/index.js +7 -7
- package/lib/commonjs/a11y/index.js.map +1 -1
- package/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js +20 -16
- package/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
- package/lib/commonjs/components/AITypingIndicatorView/hooks/useAIState.js +8 -7
- package/lib/commonjs/components/AITypingIndicatorView/hooks/useAIState.js.map +1 -1
- package/lib/commonjs/components/AITypingIndicatorView/index.js +2 -2
- package/lib/commonjs/components/AITypingIndicatorView/index.js.map +1 -1
- package/lib/commonjs/components/Accessibility/NotificationAnnouncer.js +3 -2
- package/lib/commonjs/components/Accessibility/NotificationAnnouncer.js.map +1 -1
- package/lib/commonjs/components/Accessibility/hooks/useIncomingMessageAnnouncements.js +18 -23
- package/lib/commonjs/components/Accessibility/hooks/useIncomingMessageAnnouncements.js.map +1 -1
- package/lib/commonjs/components/Accessibility/index.js +3 -3
- package/lib/commonjs/components/Accessibility/index.js.map +1 -1
- package/lib/commonjs/components/Accessibility/useAccessibilityAnnouncer.js +3 -4
- package/lib/commonjs/components/Accessibility/useAccessibilityAnnouncer.js.map +1 -1
- package/lib/commonjs/components/Attachment/Attachment.js +28 -29
- package/lib/commonjs/components/Attachment/Attachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/AttachmentFileUploadProgressIndicator.js +18 -14
- package/lib/commonjs/components/Attachment/AttachmentFileUploadProgressIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/AttachmentUploadIndicator.js +22 -23
- package/lib/commonjs/components/Attachment/AttachmentUploadIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/Audio/AudioAttachment.js +36 -47
- package/lib/commonjs/components/Attachment/Audio/AudioAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/Audio/PlayPauseButton.js +23 -26
- package/lib/commonjs/components/Attachment/Audio/PlayPauseButton.js.map +1 -1
- package/lib/commonjs/components/Attachment/Audio/index.js +2 -2
- package/lib/commonjs/components/Attachment/Audio/index.js.map +1 -1
- package/lib/commonjs/components/Attachment/CircularProgressIndicator.js +25 -30
- package/lib/commonjs/components/Attachment/CircularProgressIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachment.js +39 -41
- package/lib/commonjs/components/Attachment/FileAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js +14 -16
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileIcon.js +11 -8
- package/lib/commonjs/components/Attachment/FileIcon.js.map +1 -1
- package/lib/commonjs/components/Attachment/FilePreview.js +6 -6
- package/lib/commonjs/components/Attachment/FilePreview.js.map +1 -1
- package/lib/commonjs/components/Attachment/Gallery.js +100 -111
- package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/GalleryImage.js +34 -28
- package/lib/commonjs/components/Attachment/GalleryImage.js.map +1 -1
- package/lib/commonjs/components/Attachment/Giphy/Giphy.js +45 -43
- package/lib/commonjs/components/Attachment/Giphy/Giphy.js.map +1 -1
- package/lib/commonjs/components/Attachment/Giphy/GiphyImage.js +15 -14
- package/lib/commonjs/components/Attachment/Giphy/GiphyImage.js.map +1 -1
- package/lib/commonjs/components/Attachment/Giphy/index.js +2 -2
- package/lib/commonjs/components/Attachment/Giphy/index.js.map +1 -1
- package/lib/commonjs/components/Attachment/ImageLoadingFailedIndicator.js +10 -9
- package/lib/commonjs/components/Attachment/ImageLoadingFailedIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/ImageLoadingIndicator.js +2 -3
- package/lib/commonjs/components/Attachment/ImageLoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/Attachment/MediaUploadProgressOverlay.js +17 -20
- package/lib/commonjs/components/Attachment/MediaUploadProgressOverlay.js.map +1 -1
- package/lib/commonjs/components/Attachment/UnsupportedAttachment.js +10 -10
- package/lib/commonjs/components/Attachment/UnsupportedAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreview.js +82 -85
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreview.js.map +1 -1
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreviewCompact.js +88 -91
- package/lib/commonjs/components/Attachment/UrlPreview/URLPreviewCompact.js.map +1 -1
- package/lib/commonjs/components/Attachment/UrlPreview/index.js +2 -2
- package/lib/commonjs/components/Attachment/UrlPreview/index.js.map +1 -1
- package/lib/commonjs/components/Attachment/VideoThumbnail.js +3 -3
- package/lib/commonjs/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGallery.js +15 -15
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +20 -16
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +14 -13
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js +13 -12
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnail.js +13 -12
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnailGrid.js +13 -15
- package/lib/commonjs/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
- package/lib/commonjs/components/Attachment/utils/getGalleryImageBorderRadius.js +11 -11
- package/lib/commonjs/components/Attachment/utils/getGalleryImageBorderRadius.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +33 -45
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +24 -29
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +15 -19
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/index.js +2 -2
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/index.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js +2 -3
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js +65 -62
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerGenericContent.js +37 -41
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerGenericContent.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js +14 -16
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js +35 -35
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js +5 -4
- package/lib/commonjs/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js +54 -60
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +9 -6
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +19 -15
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +82 -76
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js +48 -57
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/InputView.js +11 -11
- package/lib/commonjs/components/AutoCompleteInput/InputView.js.map +1 -1
- package/lib/commonjs/components/BottomSheetCompatibility/BottomSheetFlatList.js +7 -5
- package/lib/commonjs/components/BottomSheetCompatibility/BottomSheetFlatList.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +444 -502
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useChannelDataState.js +122 -115
- package/lib/commonjs/components/Channel/hooks/useChannelDataState.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateChannelContext.js +70 -72
- package/lib/commonjs/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js +54 -54
- package/lib/commonjs/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +109 -109
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +17 -18
- package/lib/commonjs/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreatePaginatedMessageListContext.js +26 -26
- package/lib/commonjs/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateThreadContext.js +40 -40
- package/lib/commonjs/components/Channel/hooks/useCreateThreadContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateTypingContext.js +7 -7
- package/lib/commonjs/components/Channel/hooks/useCreateTypingContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js +55 -61
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js +10 -9
- package/lib/commonjs/components/Channel/hooks/useTargetedMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelList.js +59 -71
- package/lib/commonjs/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js +3 -3
- package/lib/commonjs/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js +16 -16
- package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +14 -12
- package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListLoadingIndicator.js +4 -6
- package/lib/commonjs/components/ChannelList/ChannelListLoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelListView.js +50 -53
- package/lib/commonjs/components/ChannelList/ChannelListView.js.map +1 -1
- package/lib/commonjs/components/ChannelList/Skeleton.js +44 -35
- package/lib/commonjs/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/index.js +11 -11
- package/lib/commonjs/components/ChannelList/hooks/index.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelUpdated.js +17 -22
- package/lib/commonjs/components/ChannelList/hooks/listeners/useChannelUpdated.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelActionItems.js +67 -79
- package/lib/commonjs/components/ChannelList/hooks/useChannelActionItems.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelActionItemsById.js +11 -11
- package/lib/commonjs/components/ChannelList/hooks/useChannelActionItemsById.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelActions.js +81 -77
- package/lib/commonjs/components/ChannelList/hooks/useChannelActions.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelMembersState.js +3 -5
- package/lib/commonjs/components/ChannelList/hooks/useChannelMembersState.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelMembershipState.js +3 -5
- package/lib/commonjs/components/ChannelList/hooks/useChannelMembershipState.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelMuteActive.js +3 -8
- package/lib/commonjs/components/ChannelList/hooks/useChannelMuteActive.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelOnlineMemberCount.js +6 -9
- package/lib/commonjs/components/ChannelList/hooks/useChannelOnlineMemberCount.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js +46 -52
- package/lib/commonjs/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useIsDirectChat.js +3 -7
- package/lib/commonjs/components/ChannelList/hooks/useIsDirectChat.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useMutedChannels.js +4 -6
- package/lib/commonjs/components/ChannelList/hooks/useMutedChannels.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useMutedUsers.js +4 -6
- package/lib/commonjs/components/ChannelList/hooks/useMutedUsers.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js +51 -68
- package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/utils/index.js +26 -20
- package/lib/commonjs/components/ChannelList/hooks/utils/index.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelDetailsBottomSheet.js +83 -79
- package/lib/commonjs/components/ChannelPreview/ChannelDetailsBottomSheet.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelLastMessagePreview.js +22 -19
- package/lib/commonjs/components/ChannelPreview/ChannelLastMessagePreview.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +42 -43
- package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreview.js +3 -3
- package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js +34 -34
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js +7 -6
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js +17 -18
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js +14 -12
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTypingIndicator.js +34 -35
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTypingIndicator.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +3 -3
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewView.js +22 -22
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewView.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js +50 -63
- package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/index.js +7 -7
- package/lib/commonjs/components/ChannelPreview/hooks/index.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewData.js +38 -60
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewData.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +10 -22
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js +6 -10
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDraftMessage.js +15 -19
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDraftMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewPollLabel.js +17 -27
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewPollLabel.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelTypingState.js +18 -30
- package/lib/commonjs/components/ChannelPreview/hooks/useChannelTypingState.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/hooks/useIsChannelMuted.js +10 -14
- package/lib/commonjs/components/ChannelPreview/hooks/useIsChannelMuted.js.map +1 -1
- package/lib/commonjs/components/Chat/Chat.js +34 -40
- package/lib/commonjs/components/Chat/Chat.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/index.js +5 -5
- package/lib/commonjs/components/Chat/hooks/index.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useAppSettings.js +9 -11
- package/lib/commonjs/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useClientMutedUsers.js +8 -12
- package/lib/commonjs/components/Chat/hooks/useClientMutedUsers.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useCreateChatClient.js +11 -11
- package/lib/commonjs/components/Chat/hooks/useCreateChatClient.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js +24 -24
- package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js.map +1 -1
- package/lib/commonjs/components/Chat/hooks/useIsOnline.js +17 -22
- package/lib/commonjs/components/Chat/hooks/useIsOnline.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/ImageGallery.js +85 -96
- package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js +21 -25
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js +31 -35
- package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +65 -67
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +65 -71
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +35 -34
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGrid.js +35 -38
- package/lib/commonjs/components/ImageGallery/components/ImageGrid.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/hooks/useAnimatedGalleryStyle.js +13 -11
- package/lib/commonjs/components/ImageGallery/hooks/useAnimatedGalleryStyle.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js +41 -40
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js +6 -4
- package/lib/commonjs/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js.map +1 -1
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +8 -7
- package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingDot.js +8 -10
- package/lib/commonjs/components/Indicators/LoadingDot.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingDots.js +15 -17
- package/lib/commonjs/components/Indicators/LoadingDots.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js +20 -19
- package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingIndicator.js +17 -14
- package/lib/commonjs/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js +38 -44
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +203 -218
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessagePinnedHeader.js +16 -15
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessagePinnedHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessageReminderHeader.js +33 -31
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessageReminderHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js +14 -12
- package/lib/commonjs/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/SentToChannelHeader.js +31 -26
- package/lib/commonjs/components/Message/MessageItemView/Headers/SentToChannelHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/Headers/index.js +4 -4
- package/lib/commonjs/components/Message/MessageItemView/Headers/index.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageAuthor.js +14 -14
- package/lib/commonjs/components/Message/MessageItemView/MessageAuthor.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageBlocked.js +14 -12
- package/lib/commonjs/components/Message/MessageItemView/MessageBlocked.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageBounce.js +15 -13
- package/lib/commonjs/components/Message/MessageItemView/MessageBounce.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageBubble.js +59 -60
- package/lib/commonjs/components/Message/MessageItemView/MessageBubble.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageContent.js +89 -97
- package/lib/commonjs/components/Message/MessageItemView/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageDeleted.js +29 -24
- package/lib/commonjs/components/Message/MessageItemView/MessageDeleted.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageError.js +12 -14
- package/lib/commonjs/components/Message/MessageItemView/MessageError.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js +19 -21
- package/lib/commonjs/components/Message/MessageItemView/MessageFooter.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageHeader.js +13 -12
- package/lib/commonjs/components/Message/MessageItemView/MessageHeader.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageItemView.js +128 -114
- package/lib/commonjs/components/Message/MessageItemView/MessageItemView.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageReplies.js +36 -35
- package/lib/commonjs/components/Message/MessageItemView/MessageReplies.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageRepliesAvatars.js +10 -8
- package/lib/commonjs/components/Message/MessageItemView/MessageRepliesAvatars.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js +30 -25
- package/lib/commonjs/components/Message/MessageItemView/MessageStatus.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageSwipeContent.js +10 -9
- package/lib/commonjs/components/Message/MessageItemView/MessageSwipeContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageTextContainer.js +38 -31
- package/lib/commonjs/components/Message/MessageItemView/MessageTextContainer.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageTimestamp.js +16 -17
- package/lib/commonjs/components/Message/MessageItemView/MessageTimestamp.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/MessageWrapper.js +33 -36
- package/lib/commonjs/components/Message/MessageItemView/MessageWrapper.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListBottom.js +55 -60
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListBottom.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +64 -67
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js +59 -61
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItemWrapper.js +23 -22
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListItemWrapper.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListTop.js +42 -44
- package/lib/commonjs/components/Message/MessageItemView/ReactionList/ReactionListTop.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/StreamingMessageView.js +9 -8
- package/lib/commonjs/components/Message/MessageItemView/StreamingMessageView.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/generateMarkdownText.js +4 -3
- package/lib/commonjs/components/Message/MessageItemView/utils/generateMarkdownText.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/generateMarkdownText.test.js +2 -2
- package/lib/commonjs/components/Message/MessageItemView/utils/generateMarkdownText.test.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/parseLinks.js +9 -15
- package/lib/commonjs/components/Message/MessageItemView/utils/parseLinks.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/parseLinks.test.js +8 -9
- package/lib/commonjs/components/Message/MessageItemView/utils/parseLinks.test.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js +248 -249
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js.map +1 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.test.js +49 -63
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.test.js.map +1 -1
- package/lib/commonjs/components/Message/MessageOverlayWrapper.js +14 -16
- package/lib/commonjs/components/Message/MessageOverlayWrapper.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js +98 -101
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js +85 -91
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActions.js +78 -81
- package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageData.js +19 -18
- package/lib/commonjs/components/Message/hooks/useMessageData.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageDeliveryData.js +13 -15
- package/lib/commonjs/components/Message/hooks/useMessageDeliveryData.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageReadData.js +13 -15
- package/lib/commonjs/components/Message/hooks/useMessageReadData.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useProcessReactions.js +27 -48
- package/lib/commonjs/components/Message/hooks/useProcessReactions.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useShouldUseOverlayStyles.js +2 -1
- package/lib/commonjs/components/Message/hooks/useShouldUseOverlayStyles.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useStreamingMessage.js +10 -10
- package/lib/commonjs/components/Message/hooks/useStreamingMessage.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useUserMuteActive.js +3 -4
- package/lib/commonjs/components/Message/hooks/useUserMuteActive.js.map +1 -1
- package/lib/commonjs/components/Message/utils/measureInWindow.js +9 -10
- package/lib/commonjs/components/Message/utils/measureInWindow.js.map +1 -1
- package/lib/commonjs/components/Message/utils/messageActions.js +23 -26
- package/lib/commonjs/components/Message/utils/messageActions.js.map +1 -1
- package/lib/commonjs/components/MessageInput/CommandChip.js +5 -5
- package/lib/commonjs/components/MessageInput/CommandChip.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageComposer.js +75 -81
- package/lib/commonjs/components/MessageInput/MessageComposer.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageComposerLeadingView.js +3 -3
- package/lib/commonjs/components/MessageInput/MessageComposerLeadingView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageComposerTrailingView.js +2 -1
- package/lib/commonjs/components/MessageInput/MessageComposerTrailingView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputFooterView.js +2 -1
- package/lib/commonjs/components/MessageInput/MessageInputFooterView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputHeaderView.js +5 -5
- package/lib/commonjs/components/MessageInput/MessageInputHeaderView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputLeadingView.js +2 -3
- package/lib/commonjs/components/MessageInput/MessageInputLeadingView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputTrailingView.js +3 -3
- package/lib/commonjs/components/MessageInput/MessageInputTrailingView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js +14 -12
- package/lib/commonjs/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js +59 -58
- package/lib/commonjs/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/StopMessageStreamingButton.js +16 -17
- package/lib/commonjs/components/MessageInput/StopMessageStreamingButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +32 -38
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js +74 -131
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +38 -32
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AudioAttachmentUploadPreview.js +35 -38
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AudioAttachmentUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/FileAttachmentUploadPreview.js +30 -32
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/FileAttachmentUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js +34 -36
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +44 -41
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js +84 -83
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +72 -76
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +37 -40
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +37 -36
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +57 -67
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js +25 -29
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js +14 -14
- package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/InputButtons/index.js +21 -21
- package/lib/commonjs/components/MessageInput/components/InputButtons/index.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/LinkPreviewList.js +78 -72
- package/lib/commonjs/components/MessageInput/components/LinkPreviewList.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/CooldownTimer.js +3 -3
- package/lib/commonjs/components/MessageInput/components/OutputButtons/CooldownTimer.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js +5 -5
- package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js +5 -5
- package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/index.js +25 -27
- package/lib/commonjs/components/MessageInput/components/OutputButtons/index.js.map +1 -1
- package/lib/commonjs/components/MessageInput/contexts/MicPositionContext.js +12 -12
- package/lib/commonjs/components/MessageInput/contexts/MicPositionContext.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useAudioRecorder.js +18 -18
- package/lib/commonjs/components/MessageInput/hooks/useAudioRecorder.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useCooldownRemaining.js +6 -8
- package/lib/commonjs/components/MessageInput/hooks/useCooldownRemaining.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useIsCooldownActive.js +5 -6
- package/lib/commonjs/components/MessageInput/hooks/useIsCooldownActive.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useLinkPreviews.js +7 -9
- package/lib/commonjs/components/MessageInput/hooks/useLinkPreviews.js.map +1 -1
- package/lib/commonjs/components/MessageInput/utils/audioRecorderSelectors.js +10 -12
- package/lib/commonjs/components/MessageInput/utils/audioRecorderSelectors.js.map +1 -1
- package/lib/commonjs/components/MessageInput/utils/audioSampling.js +11 -19
- package/lib/commonjs/components/MessageInput/utils/audioSampling.js.map +1 -1
- package/lib/commonjs/components/MessageInput/utils/messageComposerSelectors.js +8 -10
- package/lib/commonjs/components/MessageInput/utils/messageComposerSelectors.js.map +1 -1
- package/lib/commonjs/components/MessageInput/utils/normalizeAudioLevel.js +2 -1
- package/lib/commonjs/components/MessageInput/utils/normalizeAudioLevel.js.map +1 -1
- package/lib/commonjs/components/MessageList/DateHeader.js +16 -13
- package/lib/commonjs/components/MessageList/DateHeader.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineDateSeparator.js +22 -21
- package/lib/commonjs/components/MessageList/InlineDateSeparator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineLoadingMoreIndicator.js +8 -6
- package/lib/commonjs/components/MessageList/InlineLoadingMoreIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentIndicator.js +8 -6
- package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentThreadIndicator.js +8 -6
- package/lib/commonjs/components/MessageList/InlineLoadingMoreRecentThreadIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js +26 -26
- package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageFlashList.js +206 -228
- package/lib/commonjs/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +218 -246
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageSystem.js +20 -20
- package/lib/commonjs/components/MessageList/MessageSystem.js.map +1 -1
- package/lib/commonjs/components/MessageList/NetworkDownIndicator.js +15 -13
- package/lib/commonjs/components/MessageList/NetworkDownIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +7 -9
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/commonjs/components/MessageList/StickyHeader.js +11 -10
- package/lib/commonjs/components/MessageList/StickyHeader.js.map +1 -1
- package/lib/commonjs/components/MessageList/TypingIndicator.js +26 -28
- package/lib/commonjs/components/MessageList/TypingIndicator.js.map +1 -1
- package/lib/commonjs/components/MessageList/TypingIndicatorContainer.js +13 -12
- package/lib/commonjs/components/MessageList/TypingIndicatorContainer.js.map +1 -1
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js +34 -35
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useMessageDateSeparator.js +19 -15
- package/lib/commonjs/components/MessageList/hooks/useMessageDateSeparator.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useMessageGroupStyles.js +17 -16
- package/lib/commonjs/components/MessageList/hooks/useMessageGroupStyles.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useMessageList.js +8 -9
- package/lib/commonjs/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js +12 -12
- package/lib/commonjs/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js +4 -6
- package/lib/commonjs/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useTypingString.js +3 -6
- package/lib/commonjs/components/MessageList/hooks/useTypingString.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useTypingUsers.js +7 -8
- package/lib/commonjs/components/MessageList/hooks/useTypingUsers.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/buildMessageListWithNeighbours.js +10 -8
- package/lib/commonjs/components/MessageList/utils/buildMessageListWithNeighbours.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/filterTypingUsers.js +10 -9
- package/lib/commonjs/components/MessageList/utils/filterTypingUsers.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getGroupStyles.js +12 -11
- package/lib/commonjs/components/MessageList/utils/getGroupStyles.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getLastReceivedMessage.js +3 -2
- package/lib/commonjs/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/EmojiPickerList.js +48 -51
- package/lib/commonjs/components/MessageMenu/EmojiPickerList.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageActionList.js +43 -52
- package/lib/commonjs/components/MessageMenu/MessageActionList.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js +34 -39
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js +57 -68
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageUserReactions.js +108 -144
- package/lib/commonjs/components/MessageMenu/MessageUserReactions.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsAvatar.js +6 -6
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsAvatar.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js +45 -49
- package/lib/commonjs/components/MessageMenu/MessageUserReactionsItem.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/ReactionButton.js +24 -29
- package/lib/commonjs/components/MessageMenu/ReactionButton.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js +79 -97
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/hooks/useHasOwnReaction.js +2 -1
- package/lib/commonjs/components/MessageMenu/hooks/useHasOwnReaction.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/hooks/useMessageOwnReactions.js +7 -16
- package/lib/commonjs/components/MessageMenu/hooks/useMessageOwnReactions.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/utils/toUnicodeScalarString.js +3 -4
- package/lib/commonjs/components/MessageMenu/utils/toUnicodeScalarString.js.map +1 -1
- package/lib/commonjs/components/Notifications/Notification.js +44 -46
- package/lib/commonjs/components/Notifications/Notification.js.map +1 -1
- package/lib/commonjs/components/Notifications/NotificationList.js +36 -41
- package/lib/commonjs/components/Notifications/NotificationList.js.map +1 -1
- package/lib/commonjs/components/Notifications/NotificationTargetContext.js +23 -24
- package/lib/commonjs/components/Notifications/NotificationTargetContext.js.map +1 -1
- package/lib/commonjs/components/Notifications/hooks/index.js +5 -5
- package/lib/commonjs/components/Notifications/hooks/index.js.map +1 -1
- package/lib/commonjs/components/Notifications/hooks/useNotificationApi.js +64 -66
- package/lib/commonjs/components/Notifications/hooks/useNotificationApi.js.map +1 -1
- package/lib/commonjs/components/Notifications/hooks/useNotificationListController.js +43 -56
- package/lib/commonjs/components/Notifications/hooks/useNotificationListController.js.map +1 -1
- package/lib/commonjs/components/Notifications/hooks/useNotificationTarget.js +3 -4
- package/lib/commonjs/components/Notifications/hooks/useNotificationTarget.js.map +1 -1
- package/lib/commonjs/components/Notifications/hooks/useNotifications.js +7 -8
- package/lib/commonjs/components/Notifications/hooks/useNotifications.js.map +1 -1
- package/lib/commonjs/components/Notifications/hooks/useSystemNotifications.js +5 -4
- package/lib/commonjs/components/Notifications/hooks/useSystemNotifications.js.map +1 -1
- package/lib/commonjs/components/Notifications/index.js +5 -5
- package/lib/commonjs/components/Notifications/index.js.map +1 -1
- package/lib/commonjs/components/Notifications/notificationTarget.js +72 -114
- package/lib/commonjs/components/Notifications/notificationTarget.js.map +1 -1
- package/lib/commonjs/components/Notifications/notificationTranslations.js +88 -99
- package/lib/commonjs/components/Notifications/notificationTranslations.js.map +1 -1
- package/lib/commonjs/components/Poll/CreatePollContent.js +38 -47
- package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/commonjs/components/Poll/Poll.js +40 -20
- package/lib/commonjs/components/Poll/Poll.js.map +1 -1
- package/lib/commonjs/components/Poll/components/Button.js +15 -18
- package/lib/commonjs/components/Poll/components/Button.js.map +1 -1
- package/lib/commonjs/components/Poll/components/CreatePollHeader.js +13 -11
- package/lib/commonjs/components/Poll/components/CreatePollHeader.js.map +1 -1
- package/lib/commonjs/components/Poll/components/CreatePollOptions.js +114 -159
- package/lib/commonjs/components/Poll/components/CreatePollOptions.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js +10 -9
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js +28 -34
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/commonjs/components/Poll/components/NameField.js +4 -4
- package/lib/commonjs/components/Poll/components/NameField.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollAnswersList.js +94 -102
- package/lib/commonjs/components/Poll/components/PollAnswersList.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollButtons.js +74 -85
- package/lib/commonjs/components/Poll/components/PollButtons.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollInputDialog.js +62 -63
- package/lib/commonjs/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollModalHeader.js +36 -37
- package/lib/commonjs/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollOption.js +59 -74
- package/lib/commonjs/components/Poll/components/PollOption.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollOptionFullResults.js +43 -46
- package/lib/commonjs/components/Poll/components/PollResults/PollOptionFullResults.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollResultItem.js +24 -29
- package/lib/commonjs/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollResults.js +25 -31
- package/lib/commonjs/components/Poll/components/PollResults/PollResults.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollVote.js +16 -20
- package/lib/commonjs/components/Poll/components/PollResults/PollVote.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/index.js +3 -3
- package/lib/commonjs/components/Poll/components/PollResults/index.js.map +1 -1
- package/lib/commonjs/components/Poll/components/index.js +9 -9
- package/lib/commonjs/components/Poll/components/index.js.map +1 -1
- package/lib/commonjs/components/Poll/contexts/PollUIStateContext.js +129 -0
- package/lib/commonjs/components/Poll/contexts/PollUIStateContext.js.map +1 -0
- package/lib/commonjs/components/Poll/contexts/index.js +15 -0
- package/lib/commonjs/components/Poll/contexts/index.js.map +1 -0
- package/lib/commonjs/components/Poll/hook/useIsPollCreatedByCurrentUser.js +3 -2
- package/lib/commonjs/components/Poll/hook/useIsPollCreatedByCurrentUser.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/useCanCreatePoll.js +5 -6
- package/lib/commonjs/components/Poll/hooks/useCanCreatePoll.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/useEndVote.js +50 -0
- package/lib/commonjs/components/Poll/hooks/useEndVote.js.map +1 -0
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityActions.js +150 -0
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityActions.js.map +1 -0
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityLabel.js +59 -0
- package/lib/commonjs/components/Poll/hooks/usePollAccessibilityLabel.js.map +1 -0
- package/lib/commonjs/components/Poll/hooks/usePollAnswersPagination.js +35 -46
- package/lib/commonjs/components/Poll/hooks/usePollAnswersPagination.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/usePollOptionVotesPagination.js +45 -56
- package/lib/commonjs/components/Poll/hooks/usePollOptionVotesPagination.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/usePollState.js +42 -78
- package/lib/commonjs/components/Poll/hooks/usePollState.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/usePollStateStore.js +2 -1
- package/lib/commonjs/components/Poll/hooks/usePollStateStore.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/usePollVoteToggle.js +39 -0
- package/lib/commonjs/components/Poll/hooks/usePollVoteToggle.js.map +1 -0
- package/lib/commonjs/components/Poll/index.js +7 -7
- package/lib/commonjs/components/Poll/index.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressBar.js +10 -9
- package/lib/commonjs/components/ProgressControl/ProgressBar.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressControl.js +36 -45
- package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressThumb.js +9 -8
- package/lib/commonjs/components/ProgressControl/ProgressThumb.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/StableDurationLabel.js +20 -22
- package/lib/commonjs/components/ProgressControl/StableDurationLabel.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js +64 -83
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/commonjs/components/RTLComponents/WritingDirectionAwareText.js +6 -5
- package/lib/commonjs/components/RTLComponents/WritingDirectionAwareText.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +81 -88
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/Reply/ReplyMessageView.js +22 -19
- package/lib/commonjs/components/Reply/ReplyMessageView.js.map +1 -1
- package/lib/commonjs/components/Thread/Thread.js +40 -40
- package/lib/commonjs/components/Thread/Thread.js.map +1 -1
- package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js +35 -36
- package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadList.js +48 -58
- package/lib/commonjs/components/ThreadList/ThreadList.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItem.js +117 -122
- package/lib/commonjs/components/ThreadList/ThreadListItem.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItemMessagePreview.js +21 -17
- package/lib/commonjs/components/ThreadList/ThreadListItemMessagePreview.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItemSkeleton.js +57 -45
- package/lib/commonjs/components/ThreadList/ThreadListItemSkeleton.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js +22 -23
- package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js +46 -46
- package/lib/commonjs/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js.map +1 -1
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js +179 -162
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js.map +1 -1
- package/lib/commonjs/components/UIComponents/BottomSheetModal.utils.js +25 -17
- package/lib/commonjs/components/UIComponents/BottomSheetModal.utils.js.map +1 -1
- package/lib/commonjs/components/UIComponents/ImageBackground.js +9 -8
- package/lib/commonjs/components/UIComponents/ImageBackground.js.map +1 -1
- package/lib/commonjs/components/UIComponents/NativeShimmerView.js +9 -6
- package/lib/commonjs/components/UIComponents/NativeShimmerView.js.map +1 -1
- package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js +27 -30
- package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js.map +1 -1
- package/lib/commonjs/components/UIComponents/SafeAreaViewWrapper.js +12 -13
- package/lib/commonjs/components/UIComponents/SafeAreaViewWrapper.js.map +1 -1
- package/lib/commonjs/components/UIComponents/Spinner.js +12 -14
- package/lib/commonjs/components/UIComponents/Spinner.js.map +1 -1
- package/lib/commonjs/components/UIComponents/StreamBottomSheetModalFlatList.js +18 -25
- package/lib/commonjs/components/UIComponents/StreamBottomSheetModalFlatList.js.map +1 -1
- package/lib/commonjs/components/UIComponents/SvgAwareImage.js +16 -14
- package/lib/commonjs/components/UIComponents/SvgAwareImage.js.map +1 -1
- package/lib/commonjs/components/UIComponents/SwipableWrapper.js +64 -67
- package/lib/commonjs/components/UIComponents/SwipableWrapper.js.map +1 -1
- package/lib/commonjs/components/UIComponents/index.js +7 -7
- package/lib/commonjs/components/UIComponents/index.js.map +1 -1
- package/lib/commonjs/components/index.js +172 -172
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/Avatar.js +24 -28
- package/lib/commonjs/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/AvatarGroup.js +35 -38
- package/lib/commonjs/components/ui/Avatar/AvatarGroup.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/AvatarStack.js +43 -47
- package/lib/commonjs/components/ui/Avatar/AvatarStack.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js +8 -18
- package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/UserAvatar.js +18 -20
- package/lib/commonjs/components/ui/Avatar/UserAvatar.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/index.js +5 -5
- package/lib/commonjs/components/ui/Avatar/index.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/BadgeCount.js +19 -21
- package/lib/commonjs/components/ui/Badge/BadgeCount.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/BadgeNotification.js +23 -25
- package/lib/commonjs/components/ui/Badge/BadgeNotification.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/ErrorBadge.js +10 -10
- package/lib/commonjs/components/ui/Badge/ErrorBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/GiphyBadge.js +6 -6
- package/lib/commonjs/components/ui/Badge/GiphyBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/ImgurBadge.js +6 -6
- package/lib/commonjs/components/ui/Badge/ImgurBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/OnlineIndicator.js +20 -22
- package/lib/commonjs/components/ui/Badge/OnlineIndicator.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/RetryBadge.js +10 -10
- package/lib/commonjs/components/ui/Badge/RetryBadge.js.map +1 -1
- package/lib/commonjs/components/ui/Badge/index.js +6 -6
- package/lib/commonjs/components/ui/Badge/index.js.map +1 -1
- package/lib/commonjs/components/ui/Button/Button.js +60 -67
- package/lib/commonjs/components/ui/Button/Button.js.map +1 -1
- package/lib/commonjs/components/ui/Button/hooks/useButtonStyles.js +6 -4
- package/lib/commonjs/components/ui/Button/hooks/useButtonStyles.js.map +1 -1
- package/lib/commonjs/components/ui/Button/index.js +1 -1
- package/lib/commonjs/components/ui/Button/index.js.map +1 -1
- package/lib/commonjs/components/ui/GiphyChip.js +28 -33
- package/lib/commonjs/components/ui/GiphyChip.js.map +1 -1
- package/lib/commonjs/components/ui/Input/Input.js +35 -39
- package/lib/commonjs/components/ui/Input/Input.js.map +1 -1
- package/lib/commonjs/components/ui/SpeedSettingsButton.js +15 -15
- package/lib/commonjs/components/ui/SpeedSettingsButton.js.map +1 -1
- package/lib/commonjs/components/ui/VideoPlayIndicator.js +6 -6
- package/lib/commonjs/components/ui/VideoPlayIndicator.js.map +1 -1
- package/lib/commonjs/components/ui/index.js +4 -4
- package/lib/commonjs/components/ui/index.js.map +1 -1
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js +57 -61
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js.map +1 -1
- package/lib/commonjs/contexts/accessibilityContext/index.js +1 -1
- package/lib/commonjs/contexts/accessibilityContext/index.js.map +1 -1
- package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +12 -14
- package/lib/commonjs/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
- package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js +22 -23
- package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/commonjs/contexts/audioPlayerContext/AudioPlayerContext.js +27 -34
- package/lib/commonjs/contexts/audioPlayerContext/AudioPlayerContext.js.map +1 -1
- package/lib/commonjs/contexts/bottomSheetContext/BottomSheetContext.js +12 -12
- package/lib/commonjs/contexts/bottomSheetContext/BottomSheetContext.js.map +1 -1
- package/lib/commonjs/contexts/channelContext/ChannelContext.js +12 -12
- package/lib/commonjs/contexts/channelContext/ChannelContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js +12 -12
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js +22 -17
- package/lib/commonjs/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsStateContext/useChannelState.js +21 -29
- package/lib/commonjs/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/commonjs/contexts/chatConfigContext/ChatConfigContext.js +12 -13
- package/lib/commonjs/contexts/chatConfigContext/ChatConfigContext.js.map +1 -1
- package/lib/commonjs/contexts/chatContext/ChatContext.js +12 -12
- package/lib/commonjs/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/commonjs/contexts/componentsContext/ComponentsContext.js +18 -14
- package/lib/commonjs/contexts/componentsContext/ComponentsContext.js.map +1 -1
- package/lib/commonjs/contexts/debugContext/DebugContext.js +11 -9
- package/lib/commonjs/contexts/debugContext/DebugContext.js.map +1 -1
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js +17 -19
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContextBase.js +3 -2
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContextBase.js.map +1 -1
- package/lib/commonjs/contexts/index.js +34 -34
- package/lib/commonjs/contexts/index.js.map +1 -1
- package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js +12 -14
- package/lib/commonjs/contexts/keyboardContext/KeyboardContext.js.map +1 -1
- package/lib/commonjs/contexts/liveLocationManagerContext/LiveLocationManagerContext.js +13 -14
- package/lib/commonjs/contexts/liveLocationManagerContext/LiveLocationManagerContext.js.map +1 -1
- package/lib/commonjs/contexts/liveLocationManagerContext/hooks/useHandleLiveLocationEvents.js +13 -13
- package/lib/commonjs/contexts/liveLocationManagerContext/hooks/useHandleLiveLocationEvents.js.map +1 -1
- package/lib/commonjs/contexts/liveLocationManagerContext/index.js +2 -2
- package/lib/commonjs/contexts/liveLocationManagerContext/index.js.map +1 -1
- package/lib/commonjs/contexts/messageComposerContext/MessageComposerAPIContext.js +9 -7
- package/lib/commonjs/contexts/messageComposerContext/MessageComposerAPIContext.js.map +1 -1
- package/lib/commonjs/contexts/messageComposerContext/MessageComposerContext.js +21 -26
- package/lib/commonjs/contexts/messageComposerContext/MessageComposerContext.js.map +1 -1
- package/lib/commonjs/contexts/messageContext/MessageContext.js +32 -34
- package/lib/commonjs/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +77 -85
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useActiveCommand.js +5 -6
- package/lib/commonjs/contexts/messageInputContext/hooks/useActiveCommand.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useAttachmentManagerState.js +6 -7
- package/lib/commonjs/contexts/messageInputContext/hooks/useAttachmentManagerState.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageComposer.js +20 -17
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageComposer.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +81 -81
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useHasAttachments.js +5 -6
- package/lib/commonjs/contexts/messageInputContext/hooks/useHasAttachments.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useIsCommandDisabled.js +6 -9
- package/lib/commonjs/contexts/messageInputContext/hooks/useIsCommandDisabled.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageComposer.js +2 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageComposer.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageComposerHasSendableData.js +3 -4
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageComposerHasSendableData.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageCompositionIsEmpty.js +3 -4
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageCompositionIsEmpty.js.map +1 -1
- package/lib/commonjs/contexts/messageListItemContext/MessageListItemContext.js +12 -12
- package/lib/commonjs/contexts/messageListItemContext/MessageListItemContext.js.map +1 -1
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js +12 -12
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/ClosingPortalHostsLayer.js +23 -27
- package/lib/commonjs/contexts/overlayContext/ClosingPortalHostsLayer.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/MessageOverlayHostLayer.js +86 -74
- package/lib/commonjs/contexts/overlayContext/MessageOverlayHostLayer.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayContext.js +3 -2
- package/lib/commonjs/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js +21 -24
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/commonjs/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js +12 -12
- package/lib/commonjs/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js.map +1 -1
- package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +12 -12
- package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
- package/lib/commonjs/contexts/pollContext/createPollContentContext.js +12 -12
- package/lib/commonjs/contexts/pollContext/createPollContentContext.js.map +1 -1
- package/lib/commonjs/contexts/pollContext/index.js +2 -2
- package/lib/commonjs/contexts/pollContext/index.js.map +1 -1
- package/lib/commonjs/contexts/pollContext/pollContext.js +12 -12
- package/lib/commonjs/contexts/pollContext/pollContext.js.map +1 -1
- package/lib/commonjs/contexts/swipeableContext/SwipeRegistryContext.js +32 -41
- package/lib/commonjs/contexts/swipeableContext/SwipeRegistryContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/ThemeContext.js +17 -14
- package/lib/commonjs/contexts/themeContext/ThemeContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/contexts/threadContext/ThreadContext.js +12 -12
- package/lib/commonjs/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/commonjs/contexts/threadsContext/ThreadListItemContext.js +12 -14
- package/lib/commonjs/contexts/threadsContext/ThreadListItemContext.js.map +1 -1
- package/lib/commonjs/contexts/threadsContext/ThreadsContext.js +12 -12
- package/lib/commonjs/contexts/threadsContext/ThreadsContext.js.map +1 -1
- package/lib/commonjs/contexts/translationContext/TranslationContext.js +13 -15
- package/lib/commonjs/contexts/translationContext/TranslationContext.js.map +1 -1
- package/lib/commonjs/contexts/translationContext/index.js +3 -3
- package/lib/commonjs/contexts/translationContext/index.js.map +1 -1
- package/lib/commonjs/contexts/translationContext/isDayOrMoment.js +2 -3
- package/lib/commonjs/contexts/translationContext/isDayOrMoment.js.map +1 -1
- package/lib/commonjs/contexts/typingContext/TypingContext.js +12 -12
- package/lib/commonjs/contexts/typingContext/TypingContext.js.map +1 -1
- package/lib/commonjs/contexts/utils/getDisplayName.js +2 -3
- package/lib/commonjs/contexts/utils/getDisplayName.js.map +1 -1
- package/lib/commonjs/contexts/utils/isTestEnvironment.js +2 -3
- package/lib/commonjs/contexts/utils/isTestEnvironment.js.map +1 -1
- package/lib/commonjs/emoji-data/compile.js +15 -26
- package/lib/commonjs/emoji-data/compile.js.map +1 -1
- package/lib/commonjs/hooks/index.js +24 -24
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useGroupedAttachments.js +5 -4
- package/lib/commonjs/hooks/messagePreview/useGroupedAttachments.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useMessageDeliveryStatus.js +20 -30
- package/lib/commonjs/hooks/messagePreview/useMessageDeliveryStatus.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewIcon.js +13 -14
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewIcon.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js +34 -38
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/commonjs/hooks/useAfterKeyboardOpenCallback.js +8 -13
- package/lib/commonjs/hooks/useAfterKeyboardOpenCallback.js.map +1 -1
- package/lib/commonjs/hooks/useAppStateListener.js +8 -7
- package/lib/commonjs/hooks/useAppStateListener.js.map +1 -1
- package/lib/commonjs/hooks/useAttachmentPickerBottomSheet.js +9 -10
- package/lib/commonjs/hooks/useAttachmentPickerBottomSheet.js.map +1 -1
- package/lib/commonjs/hooks/useAttachmentPickerState.js +5 -6
- package/lib/commonjs/hooks/useAttachmentPickerState.js.map +1 -1
- package/lib/commonjs/hooks/useAudioPlayer.js +35 -36
- package/lib/commonjs/hooks/useAudioPlayer.js.map +1 -1
- package/lib/commonjs/hooks/useClientNotifications.js +6 -7
- package/lib/commonjs/hooks/useClientNotifications.js.map +1 -1
- package/lib/commonjs/hooks/useInAppNotificationsState.js +10 -10
- package/lib/commonjs/hooks/useInAppNotificationsState.js.map +1 -1
- package/lib/commonjs/hooks/useIsMountedRef.js +4 -5
- package/lib/commonjs/hooks/useIsMountedRef.js.map +1 -1
- package/lib/commonjs/hooks/useIsSvg.js +4 -6
- package/lib/commonjs/hooks/useIsSvg.js.map +1 -1
- package/lib/commonjs/hooks/useKeyboardVisibility.js +5 -12
- package/lib/commonjs/hooks/useKeyboardVisibility.js.map +1 -1
- package/lib/commonjs/hooks/useLazyRef.js +2 -1
- package/lib/commonjs/hooks/useLazyRef.js.map +1 -1
- package/lib/commonjs/hooks/useLoadingImage.js +25 -27
- package/lib/commonjs/hooks/useLoadingImage.js.map +1 -1
- package/lib/commonjs/hooks/useMessageReminder.js +5 -6
- package/lib/commonjs/hooks/useMessageReminder.js.map +1 -1
- package/lib/commonjs/hooks/usePendingAttachmentUpload.js +12 -19
- package/lib/commonjs/hooks/usePendingAttachmentUpload.js.map +1 -1
- package/lib/commonjs/hooks/usePortalSettledCallback.js +9 -19
- package/lib/commonjs/hooks/usePortalSettledCallback.js.map +1 -1
- package/lib/commonjs/hooks/usePrunableMessageList.js +22 -22
- package/lib/commonjs/hooks/usePrunableMessageList.js.map +1 -1
- package/lib/commonjs/hooks/useQueryReminders.js +40 -63
- package/lib/commonjs/hooks/useQueryReminders.js.map +1 -1
- package/lib/commonjs/hooks/useRAFCoalescedValue.js +6 -5
- package/lib/commonjs/hooks/useRAFCoalescedValue.js.map +1 -1
- package/lib/commonjs/hooks/useScreenDimensions.js +13 -13
- package/lib/commonjs/hooks/useScreenDimensions.js.map +1 -1
- package/lib/commonjs/hooks/useSelectedChannelState.js +12 -18
- package/lib/commonjs/hooks/useSelectedChannelState.js.map +1 -1
- package/lib/commonjs/hooks/useStableCallback.js +4 -3
- package/lib/commonjs/hooks/useStableCallback.js.map +1 -1
- package/lib/commonjs/hooks/useStateStore.js +7 -7
- package/lib/commonjs/hooks/useStateStore.js.map +1 -1
- package/lib/commonjs/hooks/useStreami18n.js +13 -15
- package/lib/commonjs/hooks/useStreami18n.js.map +1 -1
- package/lib/commonjs/hooks/useSyncClientEvents.js +13 -19
- package/lib/commonjs/hooks/useSyncClientEvents.js.map +1 -1
- package/lib/commonjs/hooks/useTranslatedMessage.js +8 -4
- package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/commonjs/hooks/useViewport.js +6 -5
- package/lib/commonjs/hooks/useViewport.js.map +1 -1
- package/lib/commonjs/i18n/ar.json +9 -1
- package/lib/commonjs/i18n/en.json +8 -0
- package/lib/commonjs/i18n/es.json +9 -1
- package/lib/commonjs/i18n/fr.json +9 -1
- package/lib/commonjs/i18n/he.json +9 -1
- package/lib/commonjs/i18n/hi.json +9 -1
- package/lib/commonjs/i18n/it.json +9 -1
- package/lib/commonjs/i18n/ja.json +9 -1
- package/lib/commonjs/i18n/ko.json +9 -1
- package/lib/commonjs/i18n/nl.json +9 -1
- package/lib/commonjs/i18n/pt-br.json +9 -1
- package/lib/commonjs/i18n/ru.json +9 -1
- package/lib/commonjs/i18n/tr.json +9 -1
- package/lib/commonjs/icons/EyeOpen.js +19 -21
- package/lib/commonjs/icons/EyeOpen.js.map +1 -1
- package/lib/commonjs/icons/ReplyConnectorLeft.js +17 -19
- package/lib/commonjs/icons/ReplyConnectorLeft.js.map +1 -1
- package/lib/commonjs/icons/ReplyConnectorRight.js +17 -19
- package/lib/commonjs/icons/ReplyConnectorRight.js.map +1 -1
- package/lib/commonjs/icons/Retry.js +18 -20
- package/lib/commonjs/icons/Retry.js.map +1 -1
- package/lib/commonjs/icons/Unknown.js +9 -9
- package/lib/commonjs/icons/Unknown.js.map +1 -1
- package/lib/commonjs/icons/archive.js +22 -24
- package/lib/commonjs/icons/archive.js.map +1 -1
- package/lib/commonjs/icons/arrow-left.js +27 -29
- package/lib/commonjs/icons/arrow-left.js.map +1 -1
- package/lib/commonjs/icons/arrow-up-right.js +19 -20
- package/lib/commonjs/icons/arrow-up-right.js.map +1 -1
- package/lib/commonjs/icons/arrow-up.js +42 -44
- package/lib/commonjs/icons/arrow-up.js.map +1 -1
- package/lib/commonjs/icons/audio.js +18 -20
- package/lib/commonjs/icons/audio.js.map +1 -1
- package/lib/commonjs/icons/bell.js +19 -20
- package/lib/commonjs/icons/bell.js.map +1 -1
- package/lib/commonjs/icons/bolt.js +17 -19
- package/lib/commonjs/icons/bolt.js.map +1 -1
- package/lib/commonjs/icons/camera.js +24 -25
- package/lib/commonjs/icons/camera.js.map +1 -1
- package/lib/commonjs/icons/checkmark-1.js +18 -20
- package/lib/commonjs/icons/checkmark-1.js.map +1 -1
- package/lib/commonjs/icons/checkmark.js +22 -23
- package/lib/commonjs/icons/checkmark.js.map +1 -1
- package/lib/commonjs/icons/checks.js +18 -20
- package/lib/commonjs/icons/checks.js.map +1 -1
- package/lib/commonjs/icons/chevron-left.js +23 -25
- package/lib/commonjs/icons/chevron-left.js.map +1 -1
- package/lib/commonjs/icons/chevron-up.js +20 -22
- package/lib/commonjs/icons/chevron-up.js.map +1 -1
- package/lib/commonjs/icons/clock.js +18 -20
- package/lib/commonjs/icons/clock.js.map +1 -1
- package/lib/commonjs/icons/command.js +22 -24
- package/lib/commonjs/icons/command.js.map +1 -1
- package/lib/commonjs/icons/copy.js +22 -25
- package/lib/commonjs/icons/copy.js.map +1 -1
- package/lib/commonjs/icons/delete.js +18 -20
- package/lib/commonjs/icons/delete.js.map +1 -1
- package/lib/commonjs/icons/edit.js +19 -21
- package/lib/commonjs/icons/edit.js.map +1 -1
- package/lib/commonjs/icons/emoji-add-1.js +18 -20
- package/lib/commonjs/icons/emoji-add-1.js.map +1 -1
- package/lib/commonjs/icons/emoji.js +17 -19
- package/lib/commonjs/icons/emoji.js.map +1 -1
- package/lib/commonjs/icons/exclamation-circle-fill.js +17 -19
- package/lib/commonjs/icons/exclamation-circle-fill.js.map +1 -1
- package/lib/commonjs/icons/exclamation-mark-fill.js +17 -19
- package/lib/commonjs/icons/exclamation-mark-fill.js.map +1 -1
- package/lib/commonjs/icons/exclamation-triangle-fill.js +17 -19
- package/lib/commonjs/icons/exclamation-triangle-fill.js.map +1 -1
- package/lib/commonjs/icons/file.js +21 -22
- package/lib/commonjs/icons/file.js.map +1 -1
- package/lib/commonjs/icons/filetype-audio-xl.js +31 -34
- package/lib/commonjs/icons/filetype-audio-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-code-xl.js +31 -34
- package/lib/commonjs/icons/filetype-code-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-compression-xl.js +30 -33
- package/lib/commonjs/icons/filetype-compression-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-other-xl.js +43 -46
- package/lib/commonjs/icons/filetype-other-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-pdf-xl.js +39 -42
- package/lib/commonjs/icons/filetype-pdf-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-presentation-xl.js +31 -34
- package/lib/commonjs/icons/filetype-presentation-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-spreadsheet-xl.js +31 -34
- package/lib/commonjs/icons/filetype-spreadsheet-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-text-xl.js +46 -49
- package/lib/commonjs/icons/filetype-text-xl.js.map +1 -1
- package/lib/commonjs/icons/filetype-video-xl.js +43 -46
- package/lib/commonjs/icons/filetype-video-xl.js.map +1 -1
- package/lib/commonjs/icons/flag.js +26 -27
- package/lib/commonjs/icons/flag.js.map +1 -1
- package/lib/commonjs/icons/gallery.js +17 -19
- package/lib/commonjs/icons/gallery.js.map +1 -1
- package/lib/commonjs/icons/giphy.js +51 -53
- package/lib/commonjs/icons/giphy.js.map +1 -1
- package/lib/commonjs/icons/image.js +14 -14
- package/lib/commonjs/icons/image.js.map +1 -1
- package/lib/commonjs/icons/imgur.js +25 -28
- package/lib/commonjs/icons/imgur.js.map +1 -1
- package/lib/commonjs/icons/index.js +50 -50
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/icons/info.js +17 -19
- package/lib/commonjs/icons/info.js.map +1 -1
- package/lib/commonjs/icons/leave.js +17 -18
- package/lib/commonjs/icons/leave.js.map +1 -1
- package/lib/commonjs/icons/link.js +21 -23
- package/lib/commonjs/icons/link.js.map +1 -1
- package/lib/commonjs/icons/loading.js +9 -10
- package/lib/commonjs/icons/loading.js.map +1 -1
- package/lib/commonjs/icons/location.js +17 -19
- package/lib/commonjs/icons/location.js.map +1 -1
- package/lib/commonjs/icons/lock.js +17 -19
- package/lib/commonjs/icons/lock.js.map +1 -1
- package/lib/commonjs/icons/message-bubble.js +24 -26
- package/lib/commonjs/icons/message-bubble.js.map +1 -1
- package/lib/commonjs/icons/minus-circle.js +17 -19
- package/lib/commonjs/icons/minus-circle.js.map +1 -1
- package/lib/commonjs/icons/minus.js +21 -23
- package/lib/commonjs/icons/minus.js.map +1 -1
- package/lib/commonjs/icons/more.js +18 -20
- package/lib/commonjs/icons/more.js.map +1 -1
- package/lib/commonjs/icons/mute.js +19 -21
- package/lib/commonjs/icons/mute.js.map +1 -1
- package/lib/commonjs/icons/no-sign.js +21 -22
- package/lib/commonjs/icons/no-sign.js.map +1 -1
- package/lib/commonjs/icons/notification.js +15 -16
- package/lib/commonjs/icons/notification.js.map +1 -1
- package/lib/commonjs/icons/pause-fill.js +17 -19
- package/lib/commonjs/icons/pause-fill.js.map +1 -1
- package/lib/commonjs/icons/pin.js +17 -19
- package/lib/commonjs/icons/pin.js.map +1 -1
- package/lib/commonjs/icons/play-fill.js +18 -20
- package/lib/commonjs/icons/play-fill.js.map +1 -1
- package/lib/commonjs/icons/plus.js +22 -24
- package/lib/commonjs/icons/plus.js.map +1 -1
- package/lib/commonjs/icons/poll.js +22 -23
- package/lib/commonjs/icons/poll.js.map +1 -1
- package/lib/commonjs/icons/refresh.js +17 -19
- package/lib/commonjs/icons/refresh.js.map +1 -1
- package/lib/commonjs/icons/reorder.js +13 -13
- package/lib/commonjs/icons/reorder.js.map +1 -1
- package/lib/commonjs/icons/reply.js +21 -21
- package/lib/commonjs/icons/reply.js.map +1 -1
- package/lib/commonjs/icons/save.js +17 -19
- package/lib/commonjs/icons/save.js.map +1 -1
- package/lib/commonjs/icons/search.js +18 -20
- package/lib/commonjs/icons/search.js.map +1 -1
- package/lib/commonjs/icons/send.js +18 -20
- package/lib/commonjs/icons/send.js.map +1 -1
- package/lib/commonjs/icons/share.js +21 -23
- package/lib/commonjs/icons/share.js.map +1 -1
- package/lib/commonjs/icons/stop-fill.js +17 -19
- package/lib/commonjs/icons/stop-fill.js.map +1 -1
- package/lib/commonjs/icons/thread.js +18 -20
- package/lib/commonjs/icons/thread.js.map +1 -1
- package/lib/commonjs/icons/unlock.js +17 -19
- package/lib/commonjs/icons/unlock.js.map +1 -1
- package/lib/commonjs/icons/unpin.js +17 -19
- package/lib/commonjs/icons/unpin.js.map +1 -1
- package/lib/commonjs/icons/user-add.js +18 -20
- package/lib/commonjs/icons/user-add.js.map +1 -1
- package/lib/commonjs/icons/user-remove.js +18 -20
- package/lib/commonjs/icons/user-remove.js.map +1 -1
- package/lib/commonjs/icons/users.js +17 -19
- package/lib/commonjs/icons/users.js.map +1 -1
- package/lib/commonjs/icons/utils/base.js +13 -13
- package/lib/commonjs/icons/utils/base.js.map +1 -1
- package/lib/commonjs/icons/video-fill.js +18 -20
- package/lib/commonjs/icons/video-fill.js.map +1 -1
- package/lib/commonjs/icons/video.js +17 -19
- package/lib/commonjs/icons/video.js.map +1 -1
- package/lib/commonjs/icons/voice.js +17 -19
- package/lib/commonjs/icons/voice.js.map +1 -1
- package/lib/commonjs/icons/xmark-1.js +17 -19
- package/lib/commonjs/icons/xmark-1.js.map +1 -1
- package/lib/commonjs/icons/xmark.js +19 -21
- package/lib/commonjs/icons/xmark.js.map +1 -1
- package/lib/commonjs/index.js +33 -33
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/init.js +2 -1
- package/lib/commonjs/init.js.map +1 -1
- package/lib/commonjs/middlewares/attachments.js +84 -76
- package/lib/commonjs/middlewares/attachments.js.map +1 -1
- package/lib/commonjs/middlewares/emojiControl.js +72 -70
- package/lib/commonjs/middlewares/emojiControl.js.map +1 -1
- package/lib/commonjs/middlewares/index.js +2 -2
- package/lib/commonjs/middlewares/index.js.map +1 -1
- package/lib/commonjs/mock-builders/DB/mock.js +18 -29
- package/lib/commonjs/mock-builders/DB/mock.js.map +1 -1
- package/lib/commonjs/mock-builders/api/channelMocks.js +2 -6
- package/lib/commonjs/mock-builders/api/channelMocks.js.map +1 -1
- package/lib/commonjs/mock-builders/api/deleteMessage.js +3 -3
- package/lib/commonjs/mock-builders/api/deleteMessage.js.map +1 -1
- package/lib/commonjs/mock-builders/api/deleteReaction.js +4 -4
- package/lib/commonjs/mock-builders/api/deleteReaction.js.map +1 -1
- package/lib/commonjs/mock-builders/api/error.js +24 -12
- package/lib/commonjs/mock-builders/api/error.js.map +1 -1
- package/lib/commonjs/mock-builders/api/getOrCreateChannel.js +9 -9
- package/lib/commonjs/mock-builders/api/getOrCreateChannel.js.map +1 -1
- package/lib/commonjs/mock-builders/api/initiateClientWithChannels.js +24 -24
- package/lib/commonjs/mock-builders/api/initiateClientWithChannels.js.map +1 -1
- package/lib/commonjs/mock-builders/api/queryChannels.js +3 -3
- package/lib/commonjs/mock-builders/api/queryChannels.js.map +1 -1
- package/lib/commonjs/mock-builders/api/queryMembers.js +4 -4
- package/lib/commonjs/mock-builders/api/queryMembers.js.map +1 -1
- package/lib/commonjs/mock-builders/api/sendMessage.js +3 -3
- package/lib/commonjs/mock-builders/api/sendMessage.js.map +1 -1
- package/lib/commonjs/mock-builders/api/sendReaction.js +4 -4
- package/lib/commonjs/mock-builders/api/sendReaction.js.map +1 -1
- package/lib/commonjs/mock-builders/api/threadReplies.js +2 -2
- package/lib/commonjs/mock-builders/api/threadReplies.js.map +1 -1
- package/lib/commonjs/mock-builders/api/useMockedApis.js +6 -4
- package/lib/commonjs/mock-builders/api/useMockedApis.js.map +1 -1
- package/lib/commonjs/mock-builders/api/utils.js +8 -11
- package/lib/commonjs/mock-builders/api/utils.js.map +1 -1
- package/lib/commonjs/mock-builders/attachments.js +52 -52
- package/lib/commonjs/mock-builders/attachments.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelDeleted.js +3 -3
- package/lib/commonjs/mock-builders/event/channelDeleted.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelHidden.js +3 -3
- package/lib/commonjs/mock-builders/event/channelHidden.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelTruncated.js +3 -3
- package/lib/commonjs/mock-builders/event/channelTruncated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelUpdated.js +3 -3
- package/lib/commonjs/mock-builders/event/channelUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/channelVisible.js +3 -3
- package/lib/commonjs/mock-builders/event/channelVisible.js.map +1 -1
- package/lib/commonjs/mock-builders/event/connectionChanged.js +3 -3
- package/lib/commonjs/mock-builders/event/connectionChanged.js.map +1 -1
- package/lib/commonjs/mock-builders/event/connectionRecovered.js +2 -1
- package/lib/commonjs/mock-builders/event/connectionRecovered.js.map +1 -1
- package/lib/commonjs/mock-builders/event/memberAdded.js +3 -3
- package/lib/commonjs/mock-builders/event/memberAdded.js.map +1 -1
- package/lib/commonjs/mock-builders/event/memberRemoved.js +4 -4
- package/lib/commonjs/mock-builders/event/memberRemoved.js.map +1 -1
- package/lib/commonjs/mock-builders/event/memberUpdated.js +4 -4
- package/lib/commonjs/mock-builders/event/memberUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageDeleted.js +3 -3
- package/lib/commonjs/mock-builders/event/messageDeleted.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageNew.js +9 -8
- package/lib/commonjs/mock-builders/event/messageNew.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageRead.js +7 -7
- package/lib/commonjs/mock-builders/event/messageRead.js.map +1 -1
- package/lib/commonjs/mock-builders/event/messageUpdated.js +3 -3
- package/lib/commonjs/mock-builders/event/messageUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationAddedToChannel.js +3 -3
- package/lib/commonjs/mock-builders/event/notificationAddedToChannel.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationChannelMutesUpdated.js +3 -3
- package/lib/commonjs/mock-builders/event/notificationChannelMutesUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationMarkRead.js +3 -3
- package/lib/commonjs/mock-builders/event/notificationMarkRead.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationMarkUnread.js +7 -8
- package/lib/commonjs/mock-builders/event/notificationMarkUnread.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationMessageNew.js +3 -3
- package/lib/commonjs/mock-builders/event/notificationMessageNew.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationMutesUpdated.js +6 -5
- package/lib/commonjs/mock-builders/event/notificationMutesUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/notificationRemovedFromChannel.js +3 -3
- package/lib/commonjs/mock-builders/event/notificationRemovedFromChannel.js.map +1 -1
- package/lib/commonjs/mock-builders/event/reactionDeleted.js +4 -4
- package/lib/commonjs/mock-builders/event/reactionDeleted.js.map +1 -1
- package/lib/commonjs/mock-builders/event/reactionNew.js +4 -4
- package/lib/commonjs/mock-builders/event/reactionNew.js.map +1 -1
- package/lib/commonjs/mock-builders/event/reactionUpdated.js +4 -4
- package/lib/commonjs/mock-builders/event/reactionUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/event/typing.js +4 -5
- package/lib/commonjs/mock-builders/event/typing.js.map +1 -1
- package/lib/commonjs/mock-builders/event/userPresence.js +4 -4
- package/lib/commonjs/mock-builders/event/userPresence.js.map +1 -1
- package/lib/commonjs/mock-builders/event/userUpdated.js +4 -4
- package/lib/commonjs/mock-builders/event/userUpdated.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/attachment.js +80 -81
- package/lib/commonjs/mock-builders/generator/attachment.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/channel.js +50 -44
- package/lib/commonjs/mock-builders/generator/channel.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/member.js +7 -6
- package/lib/commonjs/mock-builders/generator/member.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/message.js +12 -9
- package/lib/commonjs/mock-builders/generator/message.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/reaction.js +7 -6
- package/lib/commonjs/mock-builders/generator/reaction.js.map +1 -1
- package/lib/commonjs/mock-builders/generator/user.js +18 -17
- package/lib/commonjs/mock-builders/generator/user.js.map +1 -1
- package/lib/commonjs/mock-builders/mock.js +25 -34
- package/lib/commonjs/mock-builders/mock.js.map +1 -1
- package/lib/commonjs/native.js +25 -37
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/nativeMultipartUpload.js +81 -96
- package/lib/commonjs/nativeMultipartUpload.js.map +1 -1
- package/lib/commonjs/state-store/audio-player-pool.js +8 -9
- package/lib/commonjs/state-store/audio-player-pool.js.map +1 -1
- package/lib/commonjs/state-store/audio-player.js +67 -84
- package/lib/commonjs/state-store/audio-player.js.map +1 -1
- package/lib/commonjs/state-store/audio-recorder-manager.js +12 -15
- package/lib/commonjs/state-store/audio-recorder-manager.js.map +1 -1
- package/lib/commonjs/state-store/channel-unread-state.js +2 -2
- package/lib/commonjs/state-store/channel-unread-state.js.map +1 -1
- package/lib/commonjs/state-store/image-gallery-state-store.js +81 -96
- package/lib/commonjs/state-store/image-gallery-state-store.js.map +1 -1
- package/lib/commonjs/state-store/in-app-notifications-store.js +7 -11
- package/lib/commonjs/state-store/in-app-notifications-store.js.map +1 -1
- package/lib/commonjs/state-store/index.js +7 -7
- package/lib/commonjs/state-store/index.js.map +1 -1
- package/lib/commonjs/state-store/message-input-height-store.js +1 -1
- package/lib/commonjs/state-store/message-input-height-store.js.map +1 -1
- package/lib/commonjs/state-store/message-list-prev-next-state.js +6 -6
- package/lib/commonjs/state-store/message-list-prev-next-state.js.map +1 -1
- package/lib/commonjs/state-store/message-overlay-store.js +118 -133
- package/lib/commonjs/state-store/message-overlay-store.js.map +1 -1
- package/lib/commonjs/state-store/video-player-pool.js +4 -6
- package/lib/commonjs/state-store/video-player-pool.js.map +1 -1
- package/lib/commonjs/state-store/video-player.js +34 -39
- package/lib/commonjs/state-store/video-player.js.map +1 -1
- package/lib/commonjs/store/OfflineDB.js +52 -57
- package/lib/commonjs/store/OfflineDB.js.map +1 -1
- package/lib/commonjs/store/SqliteClient.js +25 -33
- package/lib/commonjs/store/SqliteClient.js.map +1 -1
- package/lib/commonjs/store/apis/addPendingTask.js +15 -15
- package/lib/commonjs/store/apis/addPendingTask.js.map +1 -1
- package/lib/commonjs/store/apis/channelExists.js +6 -5
- package/lib/commonjs/store/apis/channelExists.js.map +1 -1
- package/lib/commonjs/store/apis/deleteChannel.js +9 -9
- package/lib/commonjs/store/apis/deleteChannel.js.map +1 -1
- package/lib/commonjs/store/apis/deleteDraft.js +10 -10
- package/lib/commonjs/store/apis/deleteDraft.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMember.js +10 -10
- package/lib/commonjs/store/apis/deleteMember.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMessage.js +9 -9
- package/lib/commonjs/store/apis/deleteMessage.js.map +1 -1
- package/lib/commonjs/store/apis/deleteMessagesForChannel.js +10 -10
- package/lib/commonjs/store/apis/deleteMessagesForChannel.js.map +1 -1
- package/lib/commonjs/store/apis/deletePendingTask.js +7 -6
- package/lib/commonjs/store/apis/deletePendingTask.js.map +1 -1
- package/lib/commonjs/store/apis/deleteReaction.js +8 -8
- package/lib/commonjs/store/apis/deleteReaction.js.map +1 -1
- package/lib/commonjs/store/apis/deleteReactions.js +8 -8
- package/lib/commonjs/store/apis/deleteReactions.js.map +1 -1
- package/lib/commonjs/store/apis/dropPendingTasks.js +8 -8
- package/lib/commonjs/store/apis/dropPendingTasks.js.map +1 -1
- package/lib/commonjs/store/apis/getAllChannelIds.js +2 -4
- package/lib/commonjs/store/apis/getAllChannelIds.js.map +1 -1
- package/lib/commonjs/store/apis/getAppSettings.js +7 -7
- package/lib/commonjs/store/apis/getAppSettings.js.map +1 -1
- package/lib/commonjs/store/apis/getChannelActiveLocations.js +5 -4
- package/lib/commonjs/store/apis/getChannelActiveLocations.js.map +1 -1
- package/lib/commonjs/store/apis/getChannelMessages.js +22 -30
- package/lib/commonjs/store/apis/getChannelMessages.js.map +1 -1
- package/lib/commonjs/store/apis/getChannels.js +26 -28
- package/lib/commonjs/store/apis/getChannels.js.map +1 -1
- package/lib/commonjs/store/apis/getChannelsForFilterSort.js +17 -16
- package/lib/commonjs/store/apis/getChannelsForFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/getDraft.js +13 -12
- package/lib/commonjs/store/apis/getDraft.js.map +1 -1
- package/lib/commonjs/store/apis/getDraftsForChannels.js +11 -12
- package/lib/commonjs/store/apis/getDraftsForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/getLastSyncedAt.js +7 -7
- package/lib/commonjs/store/apis/getLastSyncedAt.js.map +1 -1
- package/lib/commonjs/store/apis/getMembers.js +7 -6
- package/lib/commonjs/store/apis/getMembers.js.map +1 -1
- package/lib/commonjs/store/apis/getPendingTasks.js +4 -7
- package/lib/commonjs/store/apis/getPendingTasks.js.map +1 -1
- package/lib/commonjs/store/apis/getReactions.js +9 -7
- package/lib/commonjs/store/apis/getReactions.js.map +1 -1
- package/lib/commonjs/store/apis/getReactionsforFilterSort.js +11 -10
- package/lib/commonjs/store/apis/getReactionsforFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/getReads.js +7 -6
- package/lib/commonjs/store/apis/getReads.js.map +1 -1
- package/lib/commonjs/store/apis/index.js +37 -37
- package/lib/commonjs/store/apis/index.js.map +1 -1
- package/lib/commonjs/store/apis/insertReaction.js +8 -8
- package/lib/commonjs/store/apis/insertReaction.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectActiveLocationsForChannels.js +3 -4
- package/lib/commonjs/store/apis/queries/selectActiveLocationsForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectChannelIdsForFilterSort.js +12 -12
- package/lib/commonjs/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectChannels.js +6 -8
- package/lib/commonjs/store/apis/queries/selectChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectDraftMessageFromDraft.js +10 -13
- package/lib/commonjs/store/apis/queries/selectDraftMessageFromDraft.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectDraftMessageFromDraftForChannels.js +5 -11
- package/lib/commonjs/store/apis/queries/selectDraftMessageFromDraftForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectMembersForChannels.js +5 -11
- package/lib/commonjs/store/apis/queries/selectMembersForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectMessageById.js +4 -8
- package/lib/commonjs/store/apis/queries/selectMessageById.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js +5 -11
- package/lib/commonjs/store/apis/queries/selectMessagesForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js +10 -23
- package/lib/commonjs/store/apis/queries/selectReactionsForMessages.js.map +1 -1
- package/lib/commonjs/store/apis/queries/selectReadsForChannels.js +5 -11
- package/lib/commonjs/store/apis/queries/selectReadsForChannels.js.map +1 -1
- package/lib/commonjs/store/apis/softDeleteMessage.js +11 -12
- package/lib/commonjs/store/apis/softDeleteMessage.js.map +1 -1
- package/lib/commonjs/store/apis/updateMessage.js +10 -9
- package/lib/commonjs/store/apis/updateMessage.js.map +1 -1
- package/lib/commonjs/store/apis/updatePendingTask.js +8 -7
- package/lib/commonjs/store/apis/updatePendingTask.js.map +1 -1
- package/lib/commonjs/store/apis/updateReaction.js +10 -10
- package/lib/commonjs/store/apis/updateReaction.js.map +1 -1
- package/lib/commonjs/store/apis/upsertAppSettings.js +8 -8
- package/lib/commonjs/store/apis/upsertAppSettings.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannelData.js +7 -7
- package/lib/commonjs/store/apis/upsertChannelData.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js +5 -5
- package/lib/commonjs/store/apis/upsertChannelDataFromChannel.js.map +1 -1
- package/lib/commonjs/store/apis/upsertChannels.js +21 -26
- package/lib/commonjs/store/apis/upsertChannels.js.map +1 -1
- package/lib/commonjs/store/apis/upsertCidsForQuery.js +15 -15
- package/lib/commonjs/store/apis/upsertCidsForQuery.js.map +1 -1
- package/lib/commonjs/store/apis/upsertDraft.js +7 -7
- package/lib/commonjs/store/apis/upsertDraft.js.map +1 -1
- package/lib/commonjs/store/apis/upsertLocation.js +8 -8
- package/lib/commonjs/store/apis/upsertLocation.js.map +1 -1
- package/lib/commonjs/store/apis/upsertMembers.js +14 -14
- package/lib/commonjs/store/apis/upsertMembers.js.map +1 -1
- package/lib/commonjs/store/apis/upsertMessages.js +10 -23
- package/lib/commonjs/store/apis/upsertMessages.js.map +1 -1
- package/lib/commonjs/store/apis/upsertPoll.js +6 -6
- package/lib/commonjs/store/apis/upsertPoll.js.map +1 -1
- package/lib/commonjs/store/apis/upsertReads.js +13 -18
- package/lib/commonjs/store/apis/upsertReads.js.map +1 -1
- package/lib/commonjs/store/apis/upsertUserSyncStatus.js +9 -9
- package/lib/commonjs/store/apis/upsertUserSyncStatus.js.map +1 -1
- package/lib/commonjs/store/apis/utils/convertFilterSortToQuery.js +17 -13
- package/lib/commonjs/store/apis/utils/convertFilterSortToQuery.js.map +1 -1
- package/lib/commonjs/store/mappers/mapChannelDataToStorable.js +11 -10
- package/lib/commonjs/store/mappers/mapChannelDataToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapChannelToStorable.js +11 -10
- package/lib/commonjs/store/mappers/mapChannelToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapDateTimeToStorable.js +2 -1
- package/lib/commonjs/store/mappers/mapDateTimeToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapDraftMessageToStorable.js +9 -7
- package/lib/commonjs/store/mappers/mapDraftMessageToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapDraftToStorable.js +6 -4
- package/lib/commonjs/store/mappers/mapDraftToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapMemberToStorable.js +9 -7
- package/lib/commonjs/store/mappers/mapMemberToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapMessageToStorable.js +6 -5
- package/lib/commonjs/store/mappers/mapMessageToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapPollToStorable.js +15 -14
- package/lib/commonjs/store/mappers/mapPollToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapReactionToStorable.js +4 -3
- package/lib/commonjs/store/mappers/mapReactionToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapReadToStorable.js +7 -5
- package/lib/commonjs/store/mappers/mapReadToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapReminderToStorable.js +2 -1
- package/lib/commonjs/store/mappers/mapReminderToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapSharedLocationToStorable.js +4 -3
- package/lib/commonjs/store/mappers/mapSharedLocationToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToChannel.js +15 -13
- package/lib/commonjs/store/mappers/mapStorableToChannel.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToDraft.js +11 -9
- package/lib/commonjs/store/mappers/mapStorableToDraft.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToDraftMessage.js +7 -6
- package/lib/commonjs/store/mappers/mapStorableToDraftMessage.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToMember.js +5 -4
- package/lib/commonjs/store/mappers/mapStorableToMember.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToMessage.js +22 -21
- package/lib/commonjs/store/mappers/mapStorableToMessage.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToPoll.js +15 -14
- package/lib/commonjs/store/mappers/mapStorableToPoll.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToReaction.js +8 -6
- package/lib/commonjs/store/mappers/mapStorableToReaction.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToRead.js +2 -1
- package/lib/commonjs/store/mappers/mapStorableToRead.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToReminder.js +2 -1
- package/lib/commonjs/store/mappers/mapStorableToReminder.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToSharedLocation.js +4 -3
- package/lib/commonjs/store/mappers/mapStorableToSharedLocation.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToTask.js +8 -7
- package/lib/commonjs/store/mappers/mapStorableToTask.js.map +1 -1
- package/lib/commonjs/store/mappers/mapStorableToUser.js +8 -6
- package/lib/commonjs/store/mappers/mapStorableToUser.js.map +1 -1
- package/lib/commonjs/store/mappers/mapTaskToStorable.js +6 -6
- package/lib/commonjs/store/mappers/mapTaskToStorable.js.map +1 -1
- package/lib/commonjs/store/mappers/mapUserToStorable.js +6 -5
- package/lib/commonjs/store/mappers/mapUserToStorable.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/appendOrderByClause.js +2 -1
- package/lib/commonjs/store/sqlite-utils/appendOrderByClause.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/appendWhereCluase.js +3 -4
- package/lib/commonjs/store/sqlite-utils/appendWhereCluase.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createCreateTableQuery.js +7 -12
- package/lib/commonjs/store/sqlite-utils/createCreateTableQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createDeleteQuery.js +2 -1
- package/lib/commonjs/store/sqlite-utils/createDeleteQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createSelectQuery.js +2 -4
- package/lib/commonjs/store/sqlite-utils/createSelectQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createUpdateQuery.js +4 -6
- package/lib/commonjs/store/sqlite-utils/createUpdateQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/createUpsertQuery.js +3 -6
- package/lib/commonjs/store/sqlite-utils/createUpsertQuery.js.map +1 -1
- package/lib/commonjs/store/sqlite-utils/printRow.js +2 -1
- package/lib/commonjs/store/sqlite-utils/printRow.js.map +1 -1
- package/lib/commonjs/test-utils/BetterSqlite.js +12 -16
- package/lib/commonjs/test-utils/BetterSqlite.js.map +1 -1
- package/lib/commonjs/theme/generated/dark/StreamTokens.js +1 -1
- package/lib/commonjs/theme/generated/dark/StreamTokens.js.map +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.js +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.js.map +1 -1
- package/lib/commonjs/theme/index.js +5 -5
- package/lib/commonjs/theme/topologicalResolution.js +9 -8
- package/lib/commonjs/theme/topologicalResolution.js.map +1 -1
- package/lib/commonjs/utils/addReactionToLocalState.js +15 -15
- package/lib/commonjs/utils/addReactionToLocalState.js.map +1 -1
- package/lib/commonjs/utils/animations/createBoundedZoomTransition.js +62 -64
- package/lib/commonjs/utils/animations/createBoundedZoomTransition.js.map +1 -1
- package/lib/commonjs/utils/compressImage.js +2 -2
- package/lib/commonjs/utils/compressImage.js.map +1 -1
- package/lib/commonjs/utils/createGenerateVideoThumbnails.js +9 -8
- package/lib/commonjs/utils/createGenerateVideoThumbnails.js.map +1 -1
- package/lib/commonjs/utils/date.js +2 -3
- package/lib/commonjs/utils/date.js.map +1 -1
- package/lib/commonjs/utils/getResizedImageUrl.js +8 -11
- package/lib/commonjs/utils/getResizedImageUrl.js.map +1 -1
- package/lib/commonjs/utils/getTrimmedAttachmentTitle.js +2 -1
- package/lib/commonjs/utils/getTrimmedAttachmentTitle.js.map +1 -1
- package/lib/commonjs/utils/getUrlOfImageAttachment.js +2 -4
- package/lib/commonjs/utils/getUrlOfImageAttachment.js.map +1 -1
- package/lib/commonjs/utils/i18n/Streami18n.js +125 -109
- package/lib/commonjs/utils/i18n/Streami18n.js.map +1 -1
- package/lib/commonjs/utils/i18n/getDateString.js +12 -10
- package/lib/commonjs/utils/i18n/getDateString.js.map +1 -1
- package/lib/commonjs/utils/i18n/predefinedFormatters.js +60 -66
- package/lib/commonjs/utils/i18n/predefinedFormatters.js.map +1 -1
- package/lib/commonjs/utils/installNativeMultipartAdapter.js +58 -68
- package/lib/commonjs/utils/installNativeMultipartAdapter.js.map +1 -1
- package/lib/commonjs/utils/patchMessageTextCommand.js +1 -2
- package/lib/commonjs/utils/patchMessageTextCommand.js.map +1 -1
- package/lib/commonjs/utils/removeReactionFromLocalState.js +14 -18
- package/lib/commonjs/utils/removeReactionFromLocalState.js.map +1 -1
- package/lib/commonjs/utils/removeReservedFields.js +6 -3
- package/lib/commonjs/utils/removeReservedFields.js.map +1 -1
- package/lib/commonjs/utils/rtlMirrorSwitchStyle.js +1 -1
- package/lib/commonjs/utils/rtlMirrorSwitchStyle.js.map +1 -1
- package/lib/commonjs/utils/setupCommandUIMiddlewares.js +2 -1
- package/lib/commonjs/utils/setupCommandUIMiddlewares.js.map +1 -1
- package/lib/commonjs/utils/utils.js +76 -83
- package/lib/commonjs/utils/utils.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/a11y/a11yUtils.js +13 -20
- package/lib/module/a11y/a11yUtils.js.map +1 -1
- package/lib/module/a11y/hooks/useA11yLabel.js +2 -1
- package/lib/module/a11y/hooks/useA11yLabel.js.map +1 -1
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js +6 -5
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js.map +1 -1
- package/lib/module/a11y/hooks/useAnnounceOnStateChange.js +5 -5
- package/lib/module/a11y/hooks/useAnnounceOnStateChange.js.map +1 -1
- package/lib/module/a11y/hooks/useReducedMotionPreference.js +7 -6
- package/lib/module/a11y/hooks/useReducedMotionPreference.js.map +1 -1
- package/lib/module/a11y/hooks/useResolvedModalAccessibilityProps.js +2 -1
- package/lib/module/a11y/hooks/useResolvedModalAccessibilityProps.js.map +1 -1
- package/lib/module/a11y/hooks/useScreenReaderEnabled.js +7 -6
- package/lib/module/a11y/hooks/useScreenReaderEnabled.js.map +1 -1
- package/lib/module/a11y/index.js +7 -7
- package/lib/module/a11y/index.js.map +1 -1
- package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js +20 -16
- package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
- package/lib/module/components/AITypingIndicatorView/hooks/useAIState.js +8 -7
- package/lib/module/components/AITypingIndicatorView/hooks/useAIState.js.map +1 -1
- package/lib/module/components/AITypingIndicatorView/index.js +2 -2
- package/lib/module/components/AITypingIndicatorView/index.js.map +1 -1
- package/lib/module/components/Accessibility/NotificationAnnouncer.js +3 -2
- package/lib/module/components/Accessibility/NotificationAnnouncer.js.map +1 -1
- package/lib/module/components/Accessibility/hooks/useIncomingMessageAnnouncements.js +18 -23
- package/lib/module/components/Accessibility/hooks/useIncomingMessageAnnouncements.js.map +1 -1
- package/lib/module/components/Accessibility/index.js +3 -3
- package/lib/module/components/Accessibility/index.js.map +1 -1
- package/lib/module/components/Accessibility/useAccessibilityAnnouncer.js +3 -4
- package/lib/module/components/Accessibility/useAccessibilityAnnouncer.js.map +1 -1
- package/lib/module/components/Attachment/Attachment.js +28 -29
- package/lib/module/components/Attachment/Attachment.js.map +1 -1
- package/lib/module/components/Attachment/AttachmentFileUploadProgressIndicator.js +18 -14
- package/lib/module/components/Attachment/AttachmentFileUploadProgressIndicator.js.map +1 -1
- package/lib/module/components/Attachment/AttachmentUploadIndicator.js +22 -23
- package/lib/module/components/Attachment/AttachmentUploadIndicator.js.map +1 -1
- package/lib/module/components/Attachment/Audio/AudioAttachment.js +36 -47
- package/lib/module/components/Attachment/Audio/AudioAttachment.js.map +1 -1
- package/lib/module/components/Attachment/Audio/PlayPauseButton.js +23 -26
- package/lib/module/components/Attachment/Audio/PlayPauseButton.js.map +1 -1
- package/lib/module/components/Attachment/Audio/index.js +2 -2
- package/lib/module/components/Attachment/Audio/index.js.map +1 -1
- package/lib/module/components/Attachment/CircularProgressIndicator.js +25 -30
- package/lib/module/components/Attachment/CircularProgressIndicator.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachment.js +39 -41
- package/lib/module/components/Attachment/FileAttachment.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js +14 -16
- package/lib/module/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/module/components/Attachment/FileIcon.js +11 -8
- package/lib/module/components/Attachment/FileIcon.js.map +1 -1
- package/lib/module/components/Attachment/FilePreview.js +6 -6
- package/lib/module/components/Attachment/FilePreview.js.map +1 -1
- package/lib/module/components/Attachment/Gallery.js +100 -111
- package/lib/module/components/Attachment/Gallery.js.map +1 -1
- package/lib/module/components/Attachment/GalleryImage.js +34 -28
- package/lib/module/components/Attachment/GalleryImage.js.map +1 -1
- package/lib/module/components/Attachment/Giphy/Giphy.js +45 -43
- package/lib/module/components/Attachment/Giphy/Giphy.js.map +1 -1
- package/lib/module/components/Attachment/Giphy/GiphyImage.js +15 -14
- package/lib/module/components/Attachment/Giphy/GiphyImage.js.map +1 -1
- package/lib/module/components/Attachment/Giphy/index.js +2 -2
- package/lib/module/components/Attachment/Giphy/index.js.map +1 -1
- package/lib/module/components/Attachment/ImageLoadingFailedIndicator.js +10 -9
- package/lib/module/components/Attachment/ImageLoadingFailedIndicator.js.map +1 -1
- package/lib/module/components/Attachment/ImageLoadingIndicator.js +2 -3
- package/lib/module/components/Attachment/ImageLoadingIndicator.js.map +1 -1
- package/lib/module/components/Attachment/MediaUploadProgressOverlay.js +17 -20
- package/lib/module/components/Attachment/MediaUploadProgressOverlay.js.map +1 -1
- package/lib/module/components/Attachment/UnsupportedAttachment.js +10 -10
- package/lib/module/components/Attachment/UnsupportedAttachment.js.map +1 -1
- package/lib/module/components/Attachment/UrlPreview/URLPreview.js +82 -85
- package/lib/module/components/Attachment/UrlPreview/URLPreview.js.map +1 -1
- package/lib/module/components/Attachment/UrlPreview/URLPreviewCompact.js +88 -91
- package/lib/module/components/Attachment/UrlPreview/URLPreviewCompact.js.map +1 -1
- package/lib/module/components/Attachment/UrlPreview/index.js +2 -2
- package/lib/module/components/Attachment/UrlPreview/index.js.map +1 -1
- package/lib/module/components/Attachment/VideoThumbnail.js +3 -3
- package/lib/module/components/Attachment/VideoThumbnail.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGallery.js +15 -15
- package/lib/module/components/Attachment/utils/buildGallery/buildGallery.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js +20 -16
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfSingleImage.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js +14 -13
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfThreeImages.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js +13 -12
- package/lib/module/components/Attachment/utils/buildGallery/buildGalleryOfTwoImages.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnail.js +13 -12
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnail.js.map +1 -1
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnailGrid.js +13 -15
- package/lib/module/components/Attachment/utils/buildGallery/buildThumbnailGrid.js.map +1 -1
- package/lib/module/components/Attachment/utils/getGalleryImageBorderRadius.js +11 -11
- package/lib/module/components/Attachment/utils/getGalleryImageBorderRadius.js.map +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +33 -45
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +24 -29
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +15 -19
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/index.js +2 -2
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/index.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js +2 -3
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/shared.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js +65 -62
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerGenericContent.js +37 -41
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerGenericContent.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js +14 -16
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerSelectionBar.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js +35 -35
- package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js +5 -4
- package/lib/module/components/AttachmentPicker/components/ImageOverlaySelectedComponent.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js +54 -60
- package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js +9 -6
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionCommandIcon.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js +19 -15
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionHeader.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js +82 -76
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionItem.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js +48 -57
- package/lib/module/components/AutoCompleteInput/AutoCompleteSuggestionList.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/InputView.js +11 -11
- package/lib/module/components/AutoCompleteInput/InputView.js.map +1 -1
- package/lib/module/components/BottomSheetCompatibility/BottomSheetFlatList.js +7 -5
- package/lib/module/components/BottomSheetCompatibility/BottomSheetFlatList.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +444 -502
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useChannelDataState.js +122 -115
- package/lib/module/components/Channel/hooks/useChannelDataState.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateChannelContext.js +70 -72
- package/lib/module/components/Channel/hooks/useCreateChannelContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js +54 -54
- package/lib/module/components/Channel/hooks/useCreateInputMessageInputContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +109 -109
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js +17 -18
- package/lib/module/components/Channel/hooks/useCreateOwnCapabilitiesContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreatePaginatedMessageListContext.js +26 -26
- package/lib/module/components/Channel/hooks/useCreatePaginatedMessageListContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateThreadContext.js +40 -40
- package/lib/module/components/Channel/hooks/useCreateThreadContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateTypingContext.js +7 -7
- package/lib/module/components/Channel/hooks/useCreateTypingContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useMessageListPagination.js +55 -61
- package/lib/module/components/Channel/hooks/useMessageListPagination.js.map +1 -1
- package/lib/module/components/Channel/hooks/useTargetedMessage.js +10 -9
- package/lib/module/components/Channel/hooks/useTargetedMessage.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelList.js +59 -71
- package/lib/module/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js +3 -3
- package/lib/module/components/ChannelList/ChannelListFooterLoadingIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js +16 -16
- package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +14 -12
- package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListLoadingIndicator.js +4 -6
- package/lib/module/components/ChannelList/ChannelListLoadingIndicator.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelListView.js +50 -53
- package/lib/module/components/ChannelList/ChannelListView.js.map +1 -1
- package/lib/module/components/ChannelList/Skeleton.js +44 -35
- package/lib/module/components/ChannelList/Skeleton.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/index.js +11 -11
- package/lib/module/components/ChannelList/hooks/index.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/listeners/useChannelUpdated.js +17 -22
- package/lib/module/components/ChannelList/hooks/listeners/useChannelUpdated.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelActionItems.js +67 -79
- package/lib/module/components/ChannelList/hooks/useChannelActionItems.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelActionItemsById.js +11 -11
- package/lib/module/components/ChannelList/hooks/useChannelActionItemsById.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelActions.js +81 -77
- package/lib/module/components/ChannelList/hooks/useChannelActions.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelMembersState.js +3 -5
- package/lib/module/components/ChannelList/hooks/useChannelMembersState.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelMembershipState.js +3 -5
- package/lib/module/components/ChannelList/hooks/useChannelMembershipState.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelMuteActive.js +3 -8
- package/lib/module/components/ChannelList/hooks/useChannelMuteActive.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelOnlineMemberCount.js +6 -9
- package/lib/module/components/ChannelList/hooks/useChannelOnlineMemberCount.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js +46 -52
- package/lib/module/components/ChannelList/hooks/useCreateChannelsContext.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useIsDirectChat.js +3 -7
- package/lib/module/components/ChannelList/hooks/useIsDirectChat.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useMutedChannels.js +4 -6
- package/lib/module/components/ChannelList/hooks/useMutedChannels.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useMutedUsers.js +4 -6
- package/lib/module/components/ChannelList/hooks/useMutedUsers.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js +51 -68
- package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/utils/index.js +26 -20
- package/lib/module/components/ChannelList/hooks/utils/index.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelDetailsBottomSheet.js +83 -79
- package/lib/module/components/ChannelPreview/ChannelDetailsBottomSheet.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelLastMessagePreview.js +22 -19
- package/lib/module/components/ChannelPreview/ChannelLastMessagePreview.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +42 -43
- package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreview.js +3 -3
- package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js +34 -34
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js +7 -6
- package/lib/module/components/ChannelPreview/ChannelPreviewMutedStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js +17 -18
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js +14 -12
- package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewTypingIndicator.js +34 -35
- package/lib/module/components/ChannelPreview/ChannelPreviewTypingIndicator.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +3 -3
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewView.js +22 -22
- package/lib/module/components/ChannelPreview/ChannelPreviewView.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js +50 -63
- package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/index.js +7 -7
- package/lib/module/components/ChannelPreview/hooks/index.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewData.js +38 -60
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewData.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +10 -22
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js +6 -10
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayPresence.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDraftMessage.js +15 -19
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDraftMessage.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewPollLabel.js +17 -27
- package/lib/module/components/ChannelPreview/hooks/useChannelPreviewPollLabel.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useChannelTypingState.js +18 -30
- package/lib/module/components/ChannelPreview/hooks/useChannelTypingState.js.map +1 -1
- package/lib/module/components/ChannelPreview/hooks/useIsChannelMuted.js +10 -14
- package/lib/module/components/ChannelPreview/hooks/useIsChannelMuted.js.map +1 -1
- package/lib/module/components/Chat/Chat.js +34 -40
- package/lib/module/components/Chat/Chat.js.map +1 -1
- package/lib/module/components/Chat/hooks/index.js +5 -5
- package/lib/module/components/Chat/hooks/index.js.map +1 -1
- package/lib/module/components/Chat/hooks/useAppSettings.js +9 -11
- package/lib/module/components/Chat/hooks/useAppSettings.js.map +1 -1
- package/lib/module/components/Chat/hooks/useClientMutedUsers.js +8 -12
- package/lib/module/components/Chat/hooks/useClientMutedUsers.js.map +1 -1
- package/lib/module/components/Chat/hooks/useCreateChatClient.js +11 -11
- package/lib/module/components/Chat/hooks/useCreateChatClient.js.map +1 -1
- package/lib/module/components/Chat/hooks/useCreateChatContext.js +24 -24
- package/lib/module/components/Chat/hooks/useCreateChatContext.js.map +1 -1
- package/lib/module/components/Chat/hooks/useIsOnline.js +17 -22
- package/lib/module/components/Chat/hooks/useIsOnline.js.map +1 -1
- package/lib/module/components/ImageGallery/ImageGallery.js +85 -96
- package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
- package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js +21 -25
- package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
- package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js +31 -35
- package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +65 -67
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +65 -71
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +35 -34
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGrid.js +35 -38
- package/lib/module/components/ImageGallery/components/ImageGrid.js.map +1 -1
- package/lib/module/components/ImageGallery/hooks/useAnimatedGalleryStyle.js +13 -11
- package/lib/module/components/ImageGallery/hooks/useAnimatedGalleryStyle.js.map +1 -1
- package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js +41 -40
- package/lib/module/components/ImageGallery/hooks/useImageGalleryGestures.js.map +1 -1
- package/lib/module/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js +6 -4
- package/lib/module/components/ImageGallery/hooks/useImageGalleryVideoPlayer.js.map +1 -1
- package/lib/module/components/Indicators/EmptyStateIndicator.js +8 -7
- package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
- package/lib/module/components/Indicators/LoadingDot.js +8 -10
- package/lib/module/components/Indicators/LoadingDot.js.map +1 -1
- package/lib/module/components/Indicators/LoadingDots.js +15 -17
- package/lib/module/components/Indicators/LoadingDots.js.map +1 -1
- package/lib/module/components/Indicators/LoadingErrorIndicator.js +20 -19
- package/lib/module/components/Indicators/LoadingErrorIndicator.js.map +1 -1
- package/lib/module/components/Indicators/LoadingIndicator.js +17 -14
- package/lib/module/components/Indicators/LoadingIndicator.js.map +1 -1
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js +38 -44
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/module/components/Message/Message.js +203 -218
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/MessagePinnedHeader.js +16 -15
- package/lib/module/components/Message/MessageItemView/Headers/MessagePinnedHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/MessageReminderHeader.js +33 -31
- package/lib/module/components/Message/MessageItemView/Headers/MessageReminderHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js +14 -12
- package/lib/module/components/Message/MessageItemView/Headers/MessageSavedForLaterHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/SentToChannelHeader.js +31 -26
- package/lib/module/components/Message/MessageItemView/Headers/SentToChannelHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/Headers/index.js +4 -4
- package/lib/module/components/Message/MessageItemView/Headers/index.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageAuthor.js +14 -14
- package/lib/module/components/Message/MessageItemView/MessageAuthor.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageBlocked.js +14 -12
- package/lib/module/components/Message/MessageItemView/MessageBlocked.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageBounce.js +15 -13
- package/lib/module/components/Message/MessageItemView/MessageBounce.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageBubble.js +59 -60
- package/lib/module/components/Message/MessageItemView/MessageBubble.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageContent.js +89 -97
- package/lib/module/components/Message/MessageItemView/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageDeleted.js +29 -24
- package/lib/module/components/Message/MessageItemView/MessageDeleted.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageError.js +12 -14
- package/lib/module/components/Message/MessageItemView/MessageError.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageFooter.js +19 -21
- package/lib/module/components/Message/MessageItemView/MessageFooter.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageHeader.js +13 -12
- package/lib/module/components/Message/MessageItemView/MessageHeader.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageItemView.js +128 -114
- package/lib/module/components/Message/MessageItemView/MessageItemView.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageReplies.js +36 -35
- package/lib/module/components/Message/MessageItemView/MessageReplies.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageRepliesAvatars.js +10 -8
- package/lib/module/components/Message/MessageItemView/MessageRepliesAvatars.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageStatus.js +30 -25
- package/lib/module/components/Message/MessageItemView/MessageStatus.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageSwipeContent.js +10 -9
- package/lib/module/components/Message/MessageItemView/MessageSwipeContent.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageTextContainer.js +38 -31
- package/lib/module/components/Message/MessageItemView/MessageTextContainer.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageTimestamp.js +16 -17
- package/lib/module/components/Message/MessageItemView/MessageTimestamp.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/MessageWrapper.js +33 -36
- package/lib/module/components/Message/MessageItemView/MessageWrapper.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListBottom.js +55 -60
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListBottom.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js +64 -67
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListClustered.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js +59 -61
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItem.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItemWrapper.js +23 -22
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListItemWrapper.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListTop.js +42 -44
- package/lib/module/components/Message/MessageItemView/ReactionList/ReactionListTop.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/StreamingMessageView.js +9 -8
- package/lib/module/components/Message/MessageItemView/StreamingMessageView.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/utils/generateMarkdownText.js +4 -3
- package/lib/module/components/Message/MessageItemView/utils/generateMarkdownText.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/utils/generateMarkdownText.test.js +2 -2
- package/lib/module/components/Message/MessageItemView/utils/generateMarkdownText.test.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/utils/parseLinks.js +9 -15
- package/lib/module/components/Message/MessageItemView/utils/parseLinks.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/utils/parseLinks.test.js +8 -9
- package/lib/module/components/Message/MessageItemView/utils/parseLinks.test.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/utils/renderText.js +248 -249
- package/lib/module/components/Message/MessageItemView/utils/renderText.js.map +1 -1
- package/lib/module/components/Message/MessageItemView/utils/renderText.test.js +49 -63
- package/lib/module/components/Message/MessageItemView/utils/renderText.test.js.map +1 -1
- package/lib/module/components/Message/MessageOverlayWrapper.js +14 -16
- package/lib/module/components/Message/MessageOverlayWrapper.js.map +1 -1
- package/lib/module/components/Message/hooks/useCreateMessageContext.js +98 -101
- package/lib/module/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js +85 -91
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActions.js +78 -81
- package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageData.js +19 -18
- package/lib/module/components/Message/hooks/useMessageData.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageDeliveryData.js +13 -15
- package/lib/module/components/Message/hooks/useMessageDeliveryData.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageReadData.js +13 -15
- package/lib/module/components/Message/hooks/useMessageReadData.js.map +1 -1
- package/lib/module/components/Message/hooks/useProcessReactions.js +27 -48
- package/lib/module/components/Message/hooks/useProcessReactions.js.map +1 -1
- package/lib/module/components/Message/hooks/useShouldUseOverlayStyles.js +2 -1
- package/lib/module/components/Message/hooks/useShouldUseOverlayStyles.js.map +1 -1
- package/lib/module/components/Message/hooks/useStreamingMessage.js +10 -10
- package/lib/module/components/Message/hooks/useStreamingMessage.js.map +1 -1
- package/lib/module/components/Message/hooks/useUserMuteActive.js +3 -4
- package/lib/module/components/Message/hooks/useUserMuteActive.js.map +1 -1
- package/lib/module/components/Message/utils/measureInWindow.js +9 -10
- package/lib/module/components/Message/utils/measureInWindow.js.map +1 -1
- package/lib/module/components/Message/utils/messageActions.js +23 -26
- package/lib/module/components/Message/utils/messageActions.js.map +1 -1
- package/lib/module/components/MessageInput/CommandChip.js +5 -5
- package/lib/module/components/MessageInput/CommandChip.js.map +1 -1
- package/lib/module/components/MessageInput/MessageComposer.js +75 -81
- package/lib/module/components/MessageInput/MessageComposer.js.map +1 -1
- package/lib/module/components/MessageInput/MessageComposerLeadingView.js +3 -3
- package/lib/module/components/MessageInput/MessageComposerLeadingView.js.map +1 -1
- package/lib/module/components/MessageInput/MessageComposerTrailingView.js +2 -1
- package/lib/module/components/MessageInput/MessageComposerTrailingView.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInputFooterView.js +2 -1
- package/lib/module/components/MessageInput/MessageInputFooterView.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInputHeaderView.js +5 -5
- package/lib/module/components/MessageInput/MessageInputHeaderView.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInputLeadingView.js +2 -3
- package/lib/module/components/MessageInput/MessageInputLeadingView.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInputTrailingView.js +3 -3
- package/lib/module/components/MessageInput/MessageInputTrailingView.js.map +1 -1
- package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js +14 -12
- package/lib/module/components/MessageInput/SendMessageDisallowedIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js +59 -58
- package/lib/module/components/MessageInput/ShowThreadMessageInChannelButton.js.map +1 -1
- package/lib/module/components/MessageInput/StopMessageStreamingButton.js +16 -17
- package/lib/module/components/MessageInput/StopMessageStreamingButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +32 -38
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js +74 -131
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js +38 -32
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadProgressIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AudioAttachmentUploadPreview.js +35 -38
- package/lib/module/components/MessageInput/components/AttachmentPreview/AudioAttachmentUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/FileAttachmentUploadPreview.js +30 -32
- package/lib/module/components/MessageInput/components/AttachmentPreview/FileAttachmentUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js +34 -36
- package/lib/module/components/MessageInput/components/AttachmentPreview/ImageAttachmentUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +44 -41
- package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js +84 -83
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +72 -76
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js +37 -40
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingInProgress.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +37 -36
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js +57 -67
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingPreview.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js +25 -29
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingWaveform.js.map +1 -1
- package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js +14 -14
- package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/InputButtons/index.js +21 -21
- package/lib/module/components/MessageInput/components/InputButtons/index.js.map +1 -1
- package/lib/module/components/MessageInput/components/LinkPreviewList.js +78 -72
- package/lib/module/components/MessageInput/components/LinkPreviewList.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/CooldownTimer.js +3 -3
- package/lib/module/components/MessageInput/components/OutputButtons/CooldownTimer.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js +5 -5
- package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js +5 -5
- package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/index.js +25 -27
- package/lib/module/components/MessageInput/components/OutputButtons/index.js.map +1 -1
- package/lib/module/components/MessageInput/contexts/MicPositionContext.js +12 -12
- package/lib/module/components/MessageInput/contexts/MicPositionContext.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useAudioRecorder.js +18 -18
- package/lib/module/components/MessageInput/hooks/useAudioRecorder.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useCooldownRemaining.js +6 -8
- package/lib/module/components/MessageInput/hooks/useCooldownRemaining.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useIsCooldownActive.js +5 -6
- package/lib/module/components/MessageInput/hooks/useIsCooldownActive.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useLinkPreviews.js +7 -9
- package/lib/module/components/MessageInput/hooks/useLinkPreviews.js.map +1 -1
- package/lib/module/components/MessageInput/utils/audioRecorderSelectors.js +10 -12
- package/lib/module/components/MessageInput/utils/audioRecorderSelectors.js.map +1 -1
- package/lib/module/components/MessageInput/utils/audioSampling.js +11 -19
- package/lib/module/components/MessageInput/utils/audioSampling.js.map +1 -1
- package/lib/module/components/MessageInput/utils/messageComposerSelectors.js +8 -10
- package/lib/module/components/MessageInput/utils/messageComposerSelectors.js.map +1 -1
- package/lib/module/components/MessageInput/utils/normalizeAudioLevel.js +2 -1
- package/lib/module/components/MessageInput/utils/normalizeAudioLevel.js.map +1 -1
- package/lib/module/components/MessageList/DateHeader.js +16 -13
- package/lib/module/components/MessageList/DateHeader.js.map +1 -1
- package/lib/module/components/MessageList/InlineDateSeparator.js +22 -21
- package/lib/module/components/MessageList/InlineDateSeparator.js.map +1 -1
- package/lib/module/components/MessageList/InlineLoadingMoreIndicator.js +8 -6
- package/lib/module/components/MessageList/InlineLoadingMoreIndicator.js.map +1 -1
- package/lib/module/components/MessageList/InlineLoadingMoreRecentIndicator.js +8 -6
- package/lib/module/components/MessageList/InlineLoadingMoreRecentIndicator.js.map +1 -1
- package/lib/module/components/MessageList/InlineLoadingMoreRecentThreadIndicator.js +8 -6
- package/lib/module/components/MessageList/InlineLoadingMoreRecentThreadIndicator.js.map +1 -1
- package/lib/module/components/MessageList/InlineUnreadIndicator.js +26 -26
- package/lib/module/components/MessageList/InlineUnreadIndicator.js.map +1 -1
- package/lib/module/components/MessageList/MessageFlashList.js +206 -228
- package/lib/module/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +218 -246
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/MessageList/MessageSystem.js +20 -20
- package/lib/module/components/MessageList/MessageSystem.js.map +1 -1
- package/lib/module/components/MessageList/NetworkDownIndicator.js +15 -13
- package/lib/module/components/MessageList/NetworkDownIndicator.js.map +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js +7 -9
- package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/module/components/MessageList/StickyHeader.js +11 -10
- package/lib/module/components/MessageList/StickyHeader.js.map +1 -1
- package/lib/module/components/MessageList/TypingIndicator.js +26 -28
- package/lib/module/components/MessageList/TypingIndicator.js.map +1 -1
- package/lib/module/components/MessageList/TypingIndicatorContainer.js +13 -12
- package/lib/module/components/MessageList/TypingIndicatorContainer.js.map +1 -1
- package/lib/module/components/MessageList/UnreadMessagesNotification.js +34 -35
- package/lib/module/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useMessageDateSeparator.js +19 -15
- package/lib/module/components/MessageList/hooks/useMessageDateSeparator.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useMessageGroupStyles.js +17 -16
- package/lib/module/components/MessageList/hooks/useMessageGroupStyles.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useMessageList.js +8 -9
- package/lib/module/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js +12 -12
- package/lib/module/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js +4 -6
- package/lib/module/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useTypingString.js +3 -6
- package/lib/module/components/MessageList/hooks/useTypingString.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useTypingUsers.js +7 -8
- package/lib/module/components/MessageList/hooks/useTypingUsers.js.map +1 -1
- package/lib/module/components/MessageList/utils/buildMessageListWithNeighbours.js +10 -8
- package/lib/module/components/MessageList/utils/buildMessageListWithNeighbours.js.map +1 -1
- package/lib/module/components/MessageList/utils/filterTypingUsers.js +10 -9
- package/lib/module/components/MessageList/utils/filterTypingUsers.js.map +1 -1
- package/lib/module/components/MessageList/utils/getGroupStyles.js +12 -11
- package/lib/module/components/MessageList/utils/getGroupStyles.js.map +1 -1
- package/lib/module/components/MessageList/utils/getLastReceivedMessage.js +3 -2
- package/lib/module/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
- package/lib/module/components/MessageMenu/EmojiPickerList.js +48 -51
- package/lib/module/components/MessageMenu/EmojiPickerList.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageActionList.js +43 -52
- package/lib/module/components/MessageMenu/MessageActionList.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageActionListItem.js +34 -39
- package/lib/module/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageReactionPicker.js +57 -68
- package/lib/module/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageUserReactions.js +108 -144
- package/lib/module/components/MessageMenu/MessageUserReactions.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageUserReactionsAvatar.js +6 -6
- package/lib/module/components/MessageMenu/MessageUserReactionsAvatar.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageUserReactionsItem.js +45 -49
- package/lib/module/components/MessageMenu/MessageUserReactionsItem.js.map +1 -1
- package/lib/module/components/MessageMenu/ReactionButton.js +24 -29
- package/lib/module/components/MessageMenu/ReactionButton.js.map +1 -1
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js +79 -97
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/module/components/MessageMenu/hooks/useHasOwnReaction.js +2 -1
- package/lib/module/components/MessageMenu/hooks/useHasOwnReaction.js.map +1 -1
- package/lib/module/components/MessageMenu/hooks/useMessageOwnReactions.js +7 -16
- package/lib/module/components/MessageMenu/hooks/useMessageOwnReactions.js.map +1 -1
- package/lib/module/components/MessageMenu/utils/toUnicodeScalarString.js +3 -4
- package/lib/module/components/MessageMenu/utils/toUnicodeScalarString.js.map +1 -1
- package/lib/module/components/Notifications/Notification.js +44 -46
- package/lib/module/components/Notifications/Notification.js.map +1 -1
- package/lib/module/components/Notifications/NotificationList.js +36 -41
- package/lib/module/components/Notifications/NotificationList.js.map +1 -1
- package/lib/module/components/Notifications/NotificationTargetContext.js +23 -24
- package/lib/module/components/Notifications/NotificationTargetContext.js.map +1 -1
- package/lib/module/components/Notifications/hooks/index.js +5 -5
- package/lib/module/components/Notifications/hooks/index.js.map +1 -1
- package/lib/module/components/Notifications/hooks/useNotificationApi.js +64 -66
- package/lib/module/components/Notifications/hooks/useNotificationApi.js.map +1 -1
- package/lib/module/components/Notifications/hooks/useNotificationListController.js +43 -56
- package/lib/module/components/Notifications/hooks/useNotificationListController.js.map +1 -1
- package/lib/module/components/Notifications/hooks/useNotificationTarget.js +3 -4
- package/lib/module/components/Notifications/hooks/useNotificationTarget.js.map +1 -1
- package/lib/module/components/Notifications/hooks/useNotifications.js +7 -8
- package/lib/module/components/Notifications/hooks/useNotifications.js.map +1 -1
- package/lib/module/components/Notifications/hooks/useSystemNotifications.js +5 -4
- package/lib/module/components/Notifications/hooks/useSystemNotifications.js.map +1 -1
- package/lib/module/components/Notifications/index.js +5 -5
- package/lib/module/components/Notifications/index.js.map +1 -1
- package/lib/module/components/Notifications/notificationTarget.js +72 -114
- package/lib/module/components/Notifications/notificationTarget.js.map +1 -1
- package/lib/module/components/Notifications/notificationTranslations.js +88 -99
- package/lib/module/components/Notifications/notificationTranslations.js.map +1 -1
- package/lib/module/components/Poll/CreatePollContent.js +38 -47
- package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/module/components/Poll/Poll.js +40 -20
- package/lib/module/components/Poll/Poll.js.map +1 -1
- package/lib/module/components/Poll/components/Button.js +15 -18
- package/lib/module/components/Poll/components/Button.js.map +1 -1
- package/lib/module/components/Poll/components/CreatePollHeader.js +13 -11
- package/lib/module/components/Poll/components/CreatePollHeader.js.map +1 -1
- package/lib/module/components/Poll/components/CreatePollOptions.js +114 -159
- package/lib/module/components/Poll/components/CreatePollOptions.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleAnswersField.js +10 -9
- package/lib/module/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleVotesSettings.js +28 -34
- package/lib/module/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/module/components/Poll/components/NameField.js +4 -4
- package/lib/module/components/Poll/components/NameField.js.map +1 -1
- package/lib/module/components/Poll/components/PollAnswersList.js +94 -102
- package/lib/module/components/Poll/components/PollAnswersList.js.map +1 -1
- package/lib/module/components/Poll/components/PollButtons.js +74 -85
- package/lib/module/components/Poll/components/PollButtons.js.map +1 -1
- package/lib/module/components/Poll/components/PollInputDialog.js +62 -63
- package/lib/module/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/module/components/Poll/components/PollModalHeader.js +36 -37
- package/lib/module/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/module/components/Poll/components/PollOption.js +59 -74
- package/lib/module/components/Poll/components/PollOption.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollOptionFullResults.js +43 -46
- package/lib/module/components/Poll/components/PollResults/PollOptionFullResults.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollResultItem.js +24 -29
- package/lib/module/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollResults.js +25 -31
- package/lib/module/components/Poll/components/PollResults/PollResults.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollVote.js +16 -20
- package/lib/module/components/Poll/components/PollResults/PollVote.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/index.js +3 -3
- package/lib/module/components/Poll/components/PollResults/index.js.map +1 -1
- package/lib/module/components/Poll/components/index.js +9 -9
- package/lib/module/components/Poll/components/index.js.map +1 -1
- package/lib/module/components/Poll/contexts/PollUIStateContext.js +129 -0
- package/lib/module/components/Poll/contexts/PollUIStateContext.js.map +1 -0
- package/lib/module/components/Poll/contexts/index.js +15 -0
- package/lib/module/components/Poll/contexts/index.js.map +1 -0
- package/lib/module/components/Poll/hook/useIsPollCreatedByCurrentUser.js +3 -2
- package/lib/module/components/Poll/hook/useIsPollCreatedByCurrentUser.js.map +1 -1
- package/lib/module/components/Poll/hooks/useCanCreatePoll.js +5 -6
- package/lib/module/components/Poll/hooks/useCanCreatePoll.js.map +1 -1
- package/lib/module/components/Poll/hooks/useEndVote.js +50 -0
- package/lib/module/components/Poll/hooks/useEndVote.js.map +1 -0
- package/lib/module/components/Poll/hooks/usePollAccessibilityActions.js +150 -0
- package/lib/module/components/Poll/hooks/usePollAccessibilityActions.js.map +1 -0
- package/lib/module/components/Poll/hooks/usePollAccessibilityLabel.js +59 -0
- package/lib/module/components/Poll/hooks/usePollAccessibilityLabel.js.map +1 -0
- package/lib/module/components/Poll/hooks/usePollAnswersPagination.js +35 -46
- package/lib/module/components/Poll/hooks/usePollAnswersPagination.js.map +1 -1
- package/lib/module/components/Poll/hooks/usePollOptionVotesPagination.js +45 -56
- package/lib/module/components/Poll/hooks/usePollOptionVotesPagination.js.map +1 -1
- package/lib/module/components/Poll/hooks/usePollState.js +42 -78
- package/lib/module/components/Poll/hooks/usePollState.js.map +1 -1
- package/lib/module/components/Poll/hooks/usePollStateStore.js +2 -1
- package/lib/module/components/Poll/hooks/usePollStateStore.js.map +1 -1
- package/lib/module/components/Poll/hooks/usePollVoteToggle.js +39 -0
- package/lib/module/components/Poll/hooks/usePollVoteToggle.js.map +1 -0
- package/lib/module/components/Poll/index.js +7 -7
- package/lib/module/components/Poll/index.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressBar.js +10 -9
- package/lib/module/components/ProgressControl/ProgressBar.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressControl.js +36 -45
- package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressThumb.js +9 -8
- package/lib/module/components/ProgressControl/ProgressThumb.js.map +1 -1
- package/lib/module/components/ProgressControl/StableDurationLabel.js +20 -22
- package/lib/module/components/ProgressControl/StableDurationLabel.js.map +1 -1
- package/lib/module/components/ProgressControl/WaveProgressBar.js +64 -83
- package/lib/module/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/module/components/RTLComponents/WritingDirectionAwareText.js +6 -5
- package/lib/module/components/RTLComponents/WritingDirectionAwareText.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +81 -88
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/Reply/ReplyMessageView.js +22 -19
- package/lib/module/components/Reply/ReplyMessageView.js.map +1 -1
- package/lib/module/components/Thread/Thread.js +40 -40
- package/lib/module/components/Thread/Thread.js.map +1 -1
- package/lib/module/components/Thread/components/ThreadFooterComponent.js +35 -36
- package/lib/module/components/Thread/components/ThreadFooterComponent.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadList.js +48 -58
- package/lib/module/components/ThreadList/ThreadList.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListItem.js +117 -122
- package/lib/module/components/ThreadList/ThreadListItem.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListItemMessagePreview.js +21 -17
- package/lib/module/components/ThreadList/ThreadListItemMessagePreview.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListItemSkeleton.js +57 -45
- package/lib/module/components/ThreadList/ThreadListItemSkeleton.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListUnreadBanner.js +22 -23
- package/lib/module/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js +46 -46
- package/lib/module/components/ThreadList/ThreadMessagePreviewDeliveryStatus.js.map +1 -1
- package/lib/module/components/UIComponents/BottomSheetModal.js +179 -162
- package/lib/module/components/UIComponents/BottomSheetModal.js.map +1 -1
- package/lib/module/components/UIComponents/BottomSheetModal.utils.js +25 -17
- package/lib/module/components/UIComponents/BottomSheetModal.utils.js.map +1 -1
- package/lib/module/components/UIComponents/ImageBackground.js +9 -8
- package/lib/module/components/UIComponents/ImageBackground.js.map +1 -1
- package/lib/module/components/UIComponents/NativeShimmerView.js +9 -6
- package/lib/module/components/UIComponents/NativeShimmerView.js.map +1 -1
- package/lib/module/components/UIComponents/PortalWhileClosingView.js +27 -30
- package/lib/module/components/UIComponents/PortalWhileClosingView.js.map +1 -1
- package/lib/module/components/UIComponents/SafeAreaViewWrapper.js +12 -13
- package/lib/module/components/UIComponents/SafeAreaViewWrapper.js.map +1 -1
- package/lib/module/components/UIComponents/Spinner.js +12 -14
- package/lib/module/components/UIComponents/Spinner.js.map +1 -1
- package/lib/module/components/UIComponents/StreamBottomSheetModalFlatList.js +18 -25
- package/lib/module/components/UIComponents/StreamBottomSheetModalFlatList.js.map +1 -1
- package/lib/module/components/UIComponents/SvgAwareImage.js +16 -14
- package/lib/module/components/UIComponents/SvgAwareImage.js.map +1 -1
- package/lib/module/components/UIComponents/SwipableWrapper.js +64 -67
- package/lib/module/components/UIComponents/SwipableWrapper.js.map +1 -1
- package/lib/module/components/UIComponents/index.js +7 -7
- package/lib/module/components/UIComponents/index.js.map +1 -1
- package/lib/module/components/index.js +172 -172
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/ui/Avatar/Avatar.js +24 -28
- package/lib/module/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/module/components/ui/Avatar/AvatarGroup.js +35 -38
- package/lib/module/components/ui/Avatar/AvatarGroup.js.map +1 -1
- package/lib/module/components/ui/Avatar/AvatarStack.js +43 -47
- package/lib/module/components/ui/Avatar/AvatarStack.js.map +1 -1
- package/lib/module/components/ui/Avatar/ChannelAvatar.js +8 -18
- package/lib/module/components/ui/Avatar/ChannelAvatar.js.map +1 -1
- package/lib/module/components/ui/Avatar/UserAvatar.js +18 -20
- package/lib/module/components/ui/Avatar/UserAvatar.js.map +1 -1
- package/lib/module/components/ui/Avatar/index.js +5 -5
- package/lib/module/components/ui/Avatar/index.js.map +1 -1
- package/lib/module/components/ui/Badge/BadgeCount.js +19 -21
- package/lib/module/components/ui/Badge/BadgeCount.js.map +1 -1
- package/lib/module/components/ui/Badge/BadgeNotification.js +23 -25
- package/lib/module/components/ui/Badge/BadgeNotification.js.map +1 -1
- package/lib/module/components/ui/Badge/ErrorBadge.js +10 -10
- package/lib/module/components/ui/Badge/ErrorBadge.js.map +1 -1
- package/lib/module/components/ui/Badge/GiphyBadge.js +6 -6
- package/lib/module/components/ui/Badge/GiphyBadge.js.map +1 -1
- package/lib/module/components/ui/Badge/ImgurBadge.js +6 -6
- package/lib/module/components/ui/Badge/ImgurBadge.js.map +1 -1
- package/lib/module/components/ui/Badge/OnlineIndicator.js +20 -22
- package/lib/module/components/ui/Badge/OnlineIndicator.js.map +1 -1
- package/lib/module/components/ui/Badge/RetryBadge.js +10 -10
- package/lib/module/components/ui/Badge/RetryBadge.js.map +1 -1
- package/lib/module/components/ui/Badge/index.js +6 -6
- package/lib/module/components/ui/Badge/index.js.map +1 -1
- package/lib/module/components/ui/Button/Button.js +60 -67
- package/lib/module/components/ui/Button/Button.js.map +1 -1
- package/lib/module/components/ui/Button/hooks/useButtonStyles.js +6 -4
- package/lib/module/components/ui/Button/hooks/useButtonStyles.js.map +1 -1
- package/lib/module/components/ui/Button/index.js +1 -1
- package/lib/module/components/ui/Button/index.js.map +1 -1
- package/lib/module/components/ui/GiphyChip.js +28 -33
- package/lib/module/components/ui/GiphyChip.js.map +1 -1
- package/lib/module/components/ui/Input/Input.js +35 -39
- package/lib/module/components/ui/Input/Input.js.map +1 -1
- package/lib/module/components/ui/SpeedSettingsButton.js +15 -15
- package/lib/module/components/ui/SpeedSettingsButton.js.map +1 -1
- package/lib/module/components/ui/VideoPlayIndicator.js +6 -6
- package/lib/module/components/ui/VideoPlayIndicator.js.map +1 -1
- package/lib/module/components/ui/index.js +4 -4
- package/lib/module/components/ui/index.js.map +1 -1
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js +57 -61
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js.map +1 -1
- package/lib/module/contexts/accessibilityContext/index.js +1 -1
- package/lib/module/contexts/accessibilityContext/index.js.map +1 -1
- package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js +12 -14
- package/lib/module/contexts/activeChannelsRefContext/ActiveChannelsRefContext.js.map +1 -1
- package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js +22 -23
- package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/module/contexts/audioPlayerContext/AudioPlayerContext.js +27 -34
- package/lib/module/contexts/audioPlayerContext/AudioPlayerContext.js.map +1 -1
- package/lib/module/contexts/bottomSheetContext/BottomSheetContext.js +12 -12
- package/lib/module/contexts/bottomSheetContext/BottomSheetContext.js.map +1 -1
- package/lib/module/contexts/channelContext/ChannelContext.js +12 -12
- package/lib/module/contexts/channelContext/ChannelContext.js.map +1 -1
- package/lib/module/contexts/channelsContext/ChannelsContext.js +12 -12
- package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js +22 -17
- package/lib/module/contexts/channelsStateContext/ChannelsStateContext.js.map +1 -1
- package/lib/module/contexts/channelsStateContext/useChannelState.js +21 -29
- package/lib/module/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/module/contexts/chatConfigContext/ChatConfigContext.js +12 -13
- package/lib/module/contexts/chatConfigContext/ChatConfigContext.js.map +1 -1
- package/lib/module/contexts/chatContext/ChatContext.js +12 -12
- package/lib/module/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/module/contexts/componentsContext/ComponentsContext.js +18 -14
- package/lib/module/contexts/componentsContext/ComponentsContext.js.map +1 -1
- package/lib/module/contexts/debugContext/DebugContext.js +11 -9
- package/lib/module/contexts/debugContext/DebugContext.js.map +1 -1
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js +17 -19
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContextBase.js +3 -2
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContextBase.js.map +1 -1
- package/lib/module/contexts/index.js +34 -34
- package/lib/module/contexts/index.js.map +1 -1
- package/lib/module/contexts/keyboardContext/KeyboardContext.js +12 -14
- package/lib/module/contexts/keyboardContext/KeyboardContext.js.map +1 -1
- package/lib/module/contexts/liveLocationManagerContext/LiveLocationManagerContext.js +13 -14
- package/lib/module/contexts/liveLocationManagerContext/LiveLocationManagerContext.js.map +1 -1
- package/lib/module/contexts/liveLocationManagerContext/hooks/useHandleLiveLocationEvents.js +13 -13
- package/lib/module/contexts/liveLocationManagerContext/hooks/useHandleLiveLocationEvents.js.map +1 -1
- package/lib/module/contexts/liveLocationManagerContext/index.js +2 -2
- package/lib/module/contexts/liveLocationManagerContext/index.js.map +1 -1
- package/lib/module/contexts/messageComposerContext/MessageComposerAPIContext.js +9 -7
- package/lib/module/contexts/messageComposerContext/MessageComposerAPIContext.js.map +1 -1
- package/lib/module/contexts/messageComposerContext/MessageComposerContext.js +21 -26
- package/lib/module/contexts/messageComposerContext/MessageComposerContext.js.map +1 -1
- package/lib/module/contexts/messageContext/MessageContext.js +32 -34
- package/lib/module/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +77 -85
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useActiveCommand.js +5 -6
- package/lib/module/contexts/messageInputContext/hooks/useActiveCommand.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useAttachmentManagerState.js +6 -7
- package/lib/module/contexts/messageInputContext/hooks/useAttachmentManagerState.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageComposer.js +20 -17
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageComposer.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +81 -81
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useHasAttachments.js +5 -6
- package/lib/module/contexts/messageInputContext/hooks/useHasAttachments.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useIsCommandDisabled.js +6 -9
- package/lib/module/contexts/messageInputContext/hooks/useIsCommandDisabled.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageComposer.js +2 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageComposer.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageComposerHasSendableData.js +3 -4
- package/lib/module/contexts/messageInputContext/hooks/useMessageComposerHasSendableData.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageCompositionIsEmpty.js +3 -4
- package/lib/module/contexts/messageInputContext/hooks/useMessageCompositionIsEmpty.js.map +1 -1
- package/lib/module/contexts/messageListItemContext/MessageListItemContext.js +12 -12
- package/lib/module/contexts/messageListItemContext/MessageListItemContext.js.map +1 -1
- package/lib/module/contexts/messagesContext/MessagesContext.js +12 -12
- package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/ClosingPortalHostsLayer.js +23 -27
- package/lib/module/contexts/overlayContext/ClosingPortalHostsLayer.js.map +1 -1
- package/lib/module/contexts/overlayContext/MessageOverlayHostLayer.js +86 -74
- package/lib/module/contexts/overlayContext/MessageOverlayHostLayer.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayContext.js +3 -2
- package/lib/module/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayProvider.js +21 -24
- package/lib/module/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/module/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js +12 -12
- package/lib/module/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.js.map +1 -1
- package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js +12 -12
- package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.js.map +1 -1
- package/lib/module/contexts/pollContext/createPollContentContext.js +12 -12
- package/lib/module/contexts/pollContext/createPollContentContext.js.map +1 -1
- package/lib/module/contexts/pollContext/index.js +2 -2
- package/lib/module/contexts/pollContext/index.js.map +1 -1
- package/lib/module/contexts/pollContext/pollContext.js +12 -12
- package/lib/module/contexts/pollContext/pollContext.js.map +1 -1
- package/lib/module/contexts/swipeableContext/SwipeRegistryContext.js +32 -41
- package/lib/module/contexts/swipeableContext/SwipeRegistryContext.js.map +1 -1
- package/lib/module/contexts/themeContext/ThemeContext.js +17 -14
- package/lib/module/contexts/themeContext/ThemeContext.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/contexts/threadContext/ThreadContext.js +12 -12
- package/lib/module/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/module/contexts/threadsContext/ThreadListItemContext.js +12 -14
- package/lib/module/contexts/threadsContext/ThreadListItemContext.js.map +1 -1
- package/lib/module/contexts/threadsContext/ThreadsContext.js +12 -12
- package/lib/module/contexts/threadsContext/ThreadsContext.js.map +1 -1
- package/lib/module/contexts/translationContext/TranslationContext.js +13 -15
- package/lib/module/contexts/translationContext/TranslationContext.js.map +1 -1
- package/lib/module/contexts/translationContext/index.js +3 -3
- package/lib/module/contexts/translationContext/index.js.map +1 -1
- package/lib/module/contexts/translationContext/isDayOrMoment.js +2 -3
- package/lib/module/contexts/translationContext/isDayOrMoment.js.map +1 -1
- package/lib/module/contexts/typingContext/TypingContext.js +12 -12
- package/lib/module/contexts/typingContext/TypingContext.js.map +1 -1
- package/lib/module/contexts/utils/getDisplayName.js +2 -3
- package/lib/module/contexts/utils/getDisplayName.js.map +1 -1
- package/lib/module/contexts/utils/isTestEnvironment.js +2 -3
- package/lib/module/contexts/utils/isTestEnvironment.js.map +1 -1
- package/lib/module/emoji-data/compile.js +15 -26
- package/lib/module/emoji-data/compile.js.map +1 -1
- package/lib/module/hooks/index.js +24 -24
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/messagePreview/useGroupedAttachments.js +5 -4
- package/lib/module/hooks/messagePreview/useGroupedAttachments.js.map +1 -1
- package/lib/module/hooks/messagePreview/useMessageDeliveryStatus.js +20 -30
- package/lib/module/hooks/messagePreview/useMessageDeliveryStatus.js.map +1 -1
- package/lib/module/hooks/messagePreview/useMessagePreviewIcon.js +13 -14
- package/lib/module/hooks/messagePreview/useMessagePreviewIcon.js.map +1 -1
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js +34 -38
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/module/hooks/useAfterKeyboardOpenCallback.js +8 -13
- package/lib/module/hooks/useAfterKeyboardOpenCallback.js.map +1 -1
- package/lib/module/hooks/useAppStateListener.js +8 -7
- package/lib/module/hooks/useAppStateListener.js.map +1 -1
- package/lib/module/hooks/useAttachmentPickerBottomSheet.js +9 -10
- package/lib/module/hooks/useAttachmentPickerBottomSheet.js.map +1 -1
- package/lib/module/hooks/useAttachmentPickerState.js +5 -6
- package/lib/module/hooks/useAttachmentPickerState.js.map +1 -1
- package/lib/module/hooks/useAudioPlayer.js +35 -36
- package/lib/module/hooks/useAudioPlayer.js.map +1 -1
- package/lib/module/hooks/useClientNotifications.js +6 -7
- package/lib/module/hooks/useClientNotifications.js.map +1 -1
- package/lib/module/hooks/useInAppNotificationsState.js +10 -10
- package/lib/module/hooks/useInAppNotificationsState.js.map +1 -1
- package/lib/module/hooks/useIsMountedRef.js +4 -5
- package/lib/module/hooks/useIsMountedRef.js.map +1 -1
- package/lib/module/hooks/useIsSvg.js +4 -6
- package/lib/module/hooks/useIsSvg.js.map +1 -1
- package/lib/module/hooks/useKeyboardVisibility.js +5 -12
- package/lib/module/hooks/useKeyboardVisibility.js.map +1 -1
- package/lib/module/hooks/useLazyRef.js +2 -1
- package/lib/module/hooks/useLazyRef.js.map +1 -1
- package/lib/module/hooks/useLoadingImage.js +25 -27
- package/lib/module/hooks/useLoadingImage.js.map +1 -1
- package/lib/module/hooks/useMessageReminder.js +5 -6
- package/lib/module/hooks/useMessageReminder.js.map +1 -1
- package/lib/module/hooks/usePendingAttachmentUpload.js +12 -19
- package/lib/module/hooks/usePendingAttachmentUpload.js.map +1 -1
- package/lib/module/hooks/usePortalSettledCallback.js +9 -19
- package/lib/module/hooks/usePortalSettledCallback.js.map +1 -1
- package/lib/module/hooks/usePrunableMessageList.js +22 -22
- package/lib/module/hooks/usePrunableMessageList.js.map +1 -1
- package/lib/module/hooks/useQueryReminders.js +40 -63
- package/lib/module/hooks/useQueryReminders.js.map +1 -1
- package/lib/module/hooks/useRAFCoalescedValue.js +6 -5
- package/lib/module/hooks/useRAFCoalescedValue.js.map +1 -1
- package/lib/module/hooks/useScreenDimensions.js +13 -13
- package/lib/module/hooks/useScreenDimensions.js.map +1 -1
- package/lib/module/hooks/useSelectedChannelState.js +12 -18
- package/lib/module/hooks/useSelectedChannelState.js.map +1 -1
- package/lib/module/hooks/useStableCallback.js +4 -3
- package/lib/module/hooks/useStableCallback.js.map +1 -1
- package/lib/module/hooks/useStateStore.js +7 -7
- package/lib/module/hooks/useStateStore.js.map +1 -1
- package/lib/module/hooks/useStreami18n.js +13 -15
- package/lib/module/hooks/useStreami18n.js.map +1 -1
- package/lib/module/hooks/useSyncClientEvents.js +13 -19
- package/lib/module/hooks/useSyncClientEvents.js.map +1 -1
- package/lib/module/hooks/useTranslatedMessage.js +8 -4
- package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/module/hooks/useViewport.js +6 -5
- package/lib/module/hooks/useViewport.js.map +1 -1
- package/lib/module/i18n/ar.json +9 -1
- package/lib/module/i18n/en.json +8 -0
- package/lib/module/i18n/es.json +9 -1
- package/lib/module/i18n/fr.json +9 -1
- package/lib/module/i18n/he.json +9 -1
- package/lib/module/i18n/hi.json +9 -1
- package/lib/module/i18n/it.json +9 -1
- package/lib/module/i18n/ja.json +9 -1
- package/lib/module/i18n/ko.json +9 -1
- package/lib/module/i18n/nl.json +9 -1
- package/lib/module/i18n/pt-br.json +9 -1
- package/lib/module/i18n/ru.json +9 -1
- package/lib/module/i18n/tr.json +9 -1
- package/lib/module/icons/EyeOpen.js +19 -21
- package/lib/module/icons/EyeOpen.js.map +1 -1
- package/lib/module/icons/ReplyConnectorLeft.js +17 -19
- package/lib/module/icons/ReplyConnectorLeft.js.map +1 -1
- package/lib/module/icons/ReplyConnectorRight.js +17 -19
- package/lib/module/icons/ReplyConnectorRight.js.map +1 -1
- package/lib/module/icons/Retry.js +18 -20
- package/lib/module/icons/Retry.js.map +1 -1
- package/lib/module/icons/Unknown.js +9 -9
- package/lib/module/icons/Unknown.js.map +1 -1
- package/lib/module/icons/archive.js +22 -24
- package/lib/module/icons/archive.js.map +1 -1
- package/lib/module/icons/arrow-left.js +27 -29
- package/lib/module/icons/arrow-left.js.map +1 -1
- package/lib/module/icons/arrow-up-right.js +19 -20
- package/lib/module/icons/arrow-up-right.js.map +1 -1
- package/lib/module/icons/arrow-up.js +42 -44
- package/lib/module/icons/arrow-up.js.map +1 -1
- package/lib/module/icons/audio.js +18 -20
- package/lib/module/icons/audio.js.map +1 -1
- package/lib/module/icons/bell.js +19 -20
- package/lib/module/icons/bell.js.map +1 -1
- package/lib/module/icons/bolt.js +17 -19
- package/lib/module/icons/bolt.js.map +1 -1
- package/lib/module/icons/camera.js +24 -25
- package/lib/module/icons/camera.js.map +1 -1
- package/lib/module/icons/checkmark-1.js +18 -20
- package/lib/module/icons/checkmark-1.js.map +1 -1
- package/lib/module/icons/checkmark.js +22 -23
- package/lib/module/icons/checkmark.js.map +1 -1
- package/lib/module/icons/checks.js +18 -20
- package/lib/module/icons/checks.js.map +1 -1
- package/lib/module/icons/chevron-left.js +23 -25
- package/lib/module/icons/chevron-left.js.map +1 -1
- package/lib/module/icons/chevron-up.js +20 -22
- package/lib/module/icons/chevron-up.js.map +1 -1
- package/lib/module/icons/clock.js +18 -20
- package/lib/module/icons/clock.js.map +1 -1
- package/lib/module/icons/command.js +22 -24
- package/lib/module/icons/command.js.map +1 -1
- package/lib/module/icons/copy.js +22 -25
- package/lib/module/icons/copy.js.map +1 -1
- package/lib/module/icons/delete.js +18 -20
- package/lib/module/icons/delete.js.map +1 -1
- package/lib/module/icons/edit.js +19 -21
- package/lib/module/icons/edit.js.map +1 -1
- package/lib/module/icons/emoji-add-1.js +18 -20
- package/lib/module/icons/emoji-add-1.js.map +1 -1
- package/lib/module/icons/emoji.js +17 -19
- package/lib/module/icons/emoji.js.map +1 -1
- package/lib/module/icons/exclamation-circle-fill.js +17 -19
- package/lib/module/icons/exclamation-circle-fill.js.map +1 -1
- package/lib/module/icons/exclamation-mark-fill.js +17 -19
- package/lib/module/icons/exclamation-mark-fill.js.map +1 -1
- package/lib/module/icons/exclamation-triangle-fill.js +17 -19
- package/lib/module/icons/exclamation-triangle-fill.js.map +1 -1
- package/lib/module/icons/file.js +21 -22
- package/lib/module/icons/file.js.map +1 -1
- package/lib/module/icons/filetype-audio-xl.js +31 -34
- package/lib/module/icons/filetype-audio-xl.js.map +1 -1
- package/lib/module/icons/filetype-code-xl.js +31 -34
- package/lib/module/icons/filetype-code-xl.js.map +1 -1
- package/lib/module/icons/filetype-compression-xl.js +30 -33
- package/lib/module/icons/filetype-compression-xl.js.map +1 -1
- package/lib/module/icons/filetype-other-xl.js +43 -46
- package/lib/module/icons/filetype-other-xl.js.map +1 -1
- package/lib/module/icons/filetype-pdf-xl.js +39 -42
- package/lib/module/icons/filetype-pdf-xl.js.map +1 -1
- package/lib/module/icons/filetype-presentation-xl.js +31 -34
- package/lib/module/icons/filetype-presentation-xl.js.map +1 -1
- package/lib/module/icons/filetype-spreadsheet-xl.js +31 -34
- package/lib/module/icons/filetype-spreadsheet-xl.js.map +1 -1
- package/lib/module/icons/filetype-text-xl.js +46 -49
- package/lib/module/icons/filetype-text-xl.js.map +1 -1
- package/lib/module/icons/filetype-video-xl.js +43 -46
- package/lib/module/icons/filetype-video-xl.js.map +1 -1
- package/lib/module/icons/flag.js +26 -27
- package/lib/module/icons/flag.js.map +1 -1
- package/lib/module/icons/gallery.js +17 -19
- package/lib/module/icons/gallery.js.map +1 -1
- package/lib/module/icons/giphy.js +51 -53
- package/lib/module/icons/giphy.js.map +1 -1
- package/lib/module/icons/image.js +14 -14
- package/lib/module/icons/image.js.map +1 -1
- package/lib/module/icons/imgur.js +25 -28
- package/lib/module/icons/imgur.js.map +1 -1
- package/lib/module/icons/index.js +50 -50
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/icons/info.js +17 -19
- package/lib/module/icons/info.js.map +1 -1
- package/lib/module/icons/leave.js +17 -18
- package/lib/module/icons/leave.js.map +1 -1
- package/lib/module/icons/link.js +21 -23
- package/lib/module/icons/link.js.map +1 -1
- package/lib/module/icons/loading.js +9 -10
- package/lib/module/icons/loading.js.map +1 -1
- package/lib/module/icons/location.js +17 -19
- package/lib/module/icons/location.js.map +1 -1
- package/lib/module/icons/lock.js +17 -19
- package/lib/module/icons/lock.js.map +1 -1
- package/lib/module/icons/message-bubble.js +24 -26
- package/lib/module/icons/message-bubble.js.map +1 -1
- package/lib/module/icons/minus-circle.js +17 -19
- package/lib/module/icons/minus-circle.js.map +1 -1
- package/lib/module/icons/minus.js +21 -23
- package/lib/module/icons/minus.js.map +1 -1
- package/lib/module/icons/more.js +18 -20
- package/lib/module/icons/more.js.map +1 -1
- package/lib/module/icons/mute.js +19 -21
- package/lib/module/icons/mute.js.map +1 -1
- package/lib/module/icons/no-sign.js +21 -22
- package/lib/module/icons/no-sign.js.map +1 -1
- package/lib/module/icons/notification.js +15 -16
- package/lib/module/icons/notification.js.map +1 -1
- package/lib/module/icons/pause-fill.js +17 -19
- package/lib/module/icons/pause-fill.js.map +1 -1
- package/lib/module/icons/pin.js +17 -19
- package/lib/module/icons/pin.js.map +1 -1
- package/lib/module/icons/play-fill.js +18 -20
- package/lib/module/icons/play-fill.js.map +1 -1
- package/lib/module/icons/plus.js +22 -24
- package/lib/module/icons/plus.js.map +1 -1
- package/lib/module/icons/poll.js +22 -23
- package/lib/module/icons/poll.js.map +1 -1
- package/lib/module/icons/refresh.js +17 -19
- package/lib/module/icons/refresh.js.map +1 -1
- package/lib/module/icons/reorder.js +13 -13
- package/lib/module/icons/reorder.js.map +1 -1
- package/lib/module/icons/reply.js +21 -21
- package/lib/module/icons/reply.js.map +1 -1
- package/lib/module/icons/save.js +17 -19
- package/lib/module/icons/save.js.map +1 -1
- package/lib/module/icons/search.js +18 -20
- package/lib/module/icons/search.js.map +1 -1
- package/lib/module/icons/send.js +18 -20
- package/lib/module/icons/send.js.map +1 -1
- package/lib/module/icons/share.js +21 -23
- package/lib/module/icons/share.js.map +1 -1
- package/lib/module/icons/stop-fill.js +17 -19
- package/lib/module/icons/stop-fill.js.map +1 -1
- package/lib/module/icons/thread.js +18 -20
- package/lib/module/icons/thread.js.map +1 -1
- package/lib/module/icons/unlock.js +17 -19
- package/lib/module/icons/unlock.js.map +1 -1
- package/lib/module/icons/unpin.js +17 -19
- package/lib/module/icons/unpin.js.map +1 -1
- package/lib/module/icons/user-add.js +18 -20
- package/lib/module/icons/user-add.js.map +1 -1
- package/lib/module/icons/user-remove.js +18 -20
- package/lib/module/icons/user-remove.js.map +1 -1
- package/lib/module/icons/users.js +17 -19
- package/lib/module/icons/users.js.map +1 -1
- package/lib/module/icons/utils/base.js +13 -13
- package/lib/module/icons/utils/base.js.map +1 -1
- package/lib/module/icons/video-fill.js +18 -20
- package/lib/module/icons/video-fill.js.map +1 -1
- package/lib/module/icons/video.js +17 -19
- package/lib/module/icons/video.js.map +1 -1
- package/lib/module/icons/voice.js +17 -19
- package/lib/module/icons/voice.js.map +1 -1
- package/lib/module/icons/xmark-1.js +17 -19
- package/lib/module/icons/xmark-1.js.map +1 -1
- package/lib/module/icons/xmark.js +19 -21
- package/lib/module/icons/xmark.js.map +1 -1
- package/lib/module/index.js +33 -33
- package/lib/module/index.js.map +1 -1
- package/lib/module/init.js +2 -1
- package/lib/module/init.js.map +1 -1
- package/lib/module/middlewares/attachments.js +84 -76
- package/lib/module/middlewares/attachments.js.map +1 -1
- package/lib/module/middlewares/emojiControl.js +72 -70
- package/lib/module/middlewares/emojiControl.js.map +1 -1
- package/lib/module/middlewares/index.js +2 -2
- package/lib/module/middlewares/index.js.map +1 -1
- package/lib/module/mock-builders/DB/mock.js +18 -29
- package/lib/module/mock-builders/DB/mock.js.map +1 -1
- package/lib/module/mock-builders/api/channelMocks.js +2 -6
- package/lib/module/mock-builders/api/channelMocks.js.map +1 -1
- package/lib/module/mock-builders/api/deleteMessage.js +3 -3
- package/lib/module/mock-builders/api/deleteMessage.js.map +1 -1
- package/lib/module/mock-builders/api/deleteReaction.js +4 -4
- package/lib/module/mock-builders/api/deleteReaction.js.map +1 -1
- package/lib/module/mock-builders/api/error.js +24 -12
- package/lib/module/mock-builders/api/error.js.map +1 -1
- package/lib/module/mock-builders/api/getOrCreateChannel.js +9 -9
- package/lib/module/mock-builders/api/getOrCreateChannel.js.map +1 -1
- package/lib/module/mock-builders/api/initiateClientWithChannels.js +24 -24
- package/lib/module/mock-builders/api/initiateClientWithChannels.js.map +1 -1
- package/lib/module/mock-builders/api/queryChannels.js +3 -3
- package/lib/module/mock-builders/api/queryChannels.js.map +1 -1
- package/lib/module/mock-builders/api/queryMembers.js +4 -4
- package/lib/module/mock-builders/api/queryMembers.js.map +1 -1
- package/lib/module/mock-builders/api/sendMessage.js +3 -3
- package/lib/module/mock-builders/api/sendMessage.js.map +1 -1
- package/lib/module/mock-builders/api/sendReaction.js +4 -4
- package/lib/module/mock-builders/api/sendReaction.js.map +1 -1
- package/lib/module/mock-builders/api/threadReplies.js +2 -2
- package/lib/module/mock-builders/api/threadReplies.js.map +1 -1
- package/lib/module/mock-builders/api/useMockedApis.js +6 -4
- package/lib/module/mock-builders/api/useMockedApis.js.map +1 -1
- package/lib/module/mock-builders/api/utils.js +8 -11
- package/lib/module/mock-builders/api/utils.js.map +1 -1
- package/lib/module/mock-builders/attachments.js +52 -52
- package/lib/module/mock-builders/attachments.js.map +1 -1
- package/lib/module/mock-builders/event/channelDeleted.js +3 -3
- package/lib/module/mock-builders/event/channelDeleted.js.map +1 -1
- package/lib/module/mock-builders/event/channelHidden.js +3 -3
- package/lib/module/mock-builders/event/channelHidden.js.map +1 -1
- package/lib/module/mock-builders/event/channelTruncated.js +3 -3
- package/lib/module/mock-builders/event/channelTruncated.js.map +1 -1
- package/lib/module/mock-builders/event/channelUpdated.js +3 -3
- package/lib/module/mock-builders/event/channelUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/channelVisible.js +3 -3
- package/lib/module/mock-builders/event/channelVisible.js.map +1 -1
- package/lib/module/mock-builders/event/connectionChanged.js +3 -3
- package/lib/module/mock-builders/event/connectionChanged.js.map +1 -1
- package/lib/module/mock-builders/event/connectionRecovered.js +2 -1
- package/lib/module/mock-builders/event/connectionRecovered.js.map +1 -1
- package/lib/module/mock-builders/event/memberAdded.js +3 -3
- package/lib/module/mock-builders/event/memberAdded.js.map +1 -1
- package/lib/module/mock-builders/event/memberRemoved.js +4 -4
- package/lib/module/mock-builders/event/memberRemoved.js.map +1 -1
- package/lib/module/mock-builders/event/memberUpdated.js +4 -4
- package/lib/module/mock-builders/event/memberUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/messageDeleted.js +3 -3
- package/lib/module/mock-builders/event/messageDeleted.js.map +1 -1
- package/lib/module/mock-builders/event/messageNew.js +9 -8
- package/lib/module/mock-builders/event/messageNew.js.map +1 -1
- package/lib/module/mock-builders/event/messageRead.js +7 -7
- package/lib/module/mock-builders/event/messageRead.js.map +1 -1
- package/lib/module/mock-builders/event/messageUpdated.js +3 -3
- package/lib/module/mock-builders/event/messageUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/notificationAddedToChannel.js +3 -3
- package/lib/module/mock-builders/event/notificationAddedToChannel.js.map +1 -1
- package/lib/module/mock-builders/event/notificationChannelMutesUpdated.js +3 -3
- package/lib/module/mock-builders/event/notificationChannelMutesUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/notificationMarkRead.js +3 -3
- package/lib/module/mock-builders/event/notificationMarkRead.js.map +1 -1
- package/lib/module/mock-builders/event/notificationMarkUnread.js +7 -8
- package/lib/module/mock-builders/event/notificationMarkUnread.js.map +1 -1
- package/lib/module/mock-builders/event/notificationMessageNew.js +3 -3
- package/lib/module/mock-builders/event/notificationMessageNew.js.map +1 -1
- package/lib/module/mock-builders/event/notificationMutesUpdated.js +6 -5
- package/lib/module/mock-builders/event/notificationMutesUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/notificationRemovedFromChannel.js +3 -3
- package/lib/module/mock-builders/event/notificationRemovedFromChannel.js.map +1 -1
- package/lib/module/mock-builders/event/reactionDeleted.js +4 -4
- package/lib/module/mock-builders/event/reactionDeleted.js.map +1 -1
- package/lib/module/mock-builders/event/reactionNew.js +4 -4
- package/lib/module/mock-builders/event/reactionNew.js.map +1 -1
- package/lib/module/mock-builders/event/reactionUpdated.js +4 -4
- package/lib/module/mock-builders/event/reactionUpdated.js.map +1 -1
- package/lib/module/mock-builders/event/typing.js +4 -5
- package/lib/module/mock-builders/event/typing.js.map +1 -1
- package/lib/module/mock-builders/event/userPresence.js +4 -4
- package/lib/module/mock-builders/event/userPresence.js.map +1 -1
- package/lib/module/mock-builders/event/userUpdated.js +4 -4
- package/lib/module/mock-builders/event/userUpdated.js.map +1 -1
- package/lib/module/mock-builders/generator/attachment.js +80 -81
- package/lib/module/mock-builders/generator/attachment.js.map +1 -1
- package/lib/module/mock-builders/generator/channel.js +50 -44
- package/lib/module/mock-builders/generator/channel.js.map +1 -1
- package/lib/module/mock-builders/generator/member.js +7 -6
- package/lib/module/mock-builders/generator/member.js.map +1 -1
- package/lib/module/mock-builders/generator/message.js +12 -9
- package/lib/module/mock-builders/generator/message.js.map +1 -1
- package/lib/module/mock-builders/generator/reaction.js +7 -6
- package/lib/module/mock-builders/generator/reaction.js.map +1 -1
- package/lib/module/mock-builders/generator/user.js +18 -17
- package/lib/module/mock-builders/generator/user.js.map +1 -1
- package/lib/module/mock-builders/mock.js +25 -34
- package/lib/module/mock-builders/mock.js.map +1 -1
- package/lib/module/native.js +25 -37
- package/lib/module/native.js.map +1 -1
- package/lib/module/nativeMultipartUpload.js +81 -96
- package/lib/module/nativeMultipartUpload.js.map +1 -1
- package/lib/module/state-store/audio-player-pool.js +8 -9
- package/lib/module/state-store/audio-player-pool.js.map +1 -1
- package/lib/module/state-store/audio-player.js +67 -84
- package/lib/module/state-store/audio-player.js.map +1 -1
- package/lib/module/state-store/audio-recorder-manager.js +12 -15
- package/lib/module/state-store/audio-recorder-manager.js.map +1 -1
- package/lib/module/state-store/channel-unread-state.js +2 -2
- package/lib/module/state-store/channel-unread-state.js.map +1 -1
- package/lib/module/state-store/image-gallery-state-store.js +81 -96
- package/lib/module/state-store/image-gallery-state-store.js.map +1 -1
- package/lib/module/state-store/in-app-notifications-store.js +7 -11
- package/lib/module/state-store/in-app-notifications-store.js.map +1 -1
- package/lib/module/state-store/index.js +7 -7
- package/lib/module/state-store/index.js.map +1 -1
- package/lib/module/state-store/message-input-height-store.js +1 -1
- package/lib/module/state-store/message-input-height-store.js.map +1 -1
- package/lib/module/state-store/message-list-prev-next-state.js +6 -6
- package/lib/module/state-store/message-list-prev-next-state.js.map +1 -1
- package/lib/module/state-store/message-overlay-store.js +118 -133
- package/lib/module/state-store/message-overlay-store.js.map +1 -1
- package/lib/module/state-store/video-player-pool.js +4 -6
- package/lib/module/state-store/video-player-pool.js.map +1 -1
- package/lib/module/state-store/video-player.js +34 -39
- package/lib/module/state-store/video-player.js.map +1 -1
- package/lib/module/store/OfflineDB.js +52 -57
- package/lib/module/store/OfflineDB.js.map +1 -1
- package/lib/module/store/SqliteClient.js +25 -33
- package/lib/module/store/SqliteClient.js.map +1 -1
- package/lib/module/store/apis/addPendingTask.js +15 -15
- package/lib/module/store/apis/addPendingTask.js.map +1 -1
- package/lib/module/store/apis/channelExists.js +6 -5
- package/lib/module/store/apis/channelExists.js.map +1 -1
- package/lib/module/store/apis/deleteChannel.js +9 -9
- package/lib/module/store/apis/deleteChannel.js.map +1 -1
- package/lib/module/store/apis/deleteDraft.js +10 -10
- package/lib/module/store/apis/deleteDraft.js.map +1 -1
- package/lib/module/store/apis/deleteMember.js +10 -10
- package/lib/module/store/apis/deleteMember.js.map +1 -1
- package/lib/module/store/apis/deleteMessage.js +9 -9
- package/lib/module/store/apis/deleteMessage.js.map +1 -1
- package/lib/module/store/apis/deleteMessagesForChannel.js +10 -10
- package/lib/module/store/apis/deleteMessagesForChannel.js.map +1 -1
- package/lib/module/store/apis/deletePendingTask.js +7 -6
- package/lib/module/store/apis/deletePendingTask.js.map +1 -1
- package/lib/module/store/apis/deleteReaction.js +8 -8
- package/lib/module/store/apis/deleteReaction.js.map +1 -1
- package/lib/module/store/apis/deleteReactions.js +8 -8
- package/lib/module/store/apis/deleteReactions.js.map +1 -1
- package/lib/module/store/apis/dropPendingTasks.js +8 -8
- package/lib/module/store/apis/dropPendingTasks.js.map +1 -1
- package/lib/module/store/apis/getAllChannelIds.js +2 -4
- package/lib/module/store/apis/getAllChannelIds.js.map +1 -1
- package/lib/module/store/apis/getAppSettings.js +7 -7
- package/lib/module/store/apis/getAppSettings.js.map +1 -1
- package/lib/module/store/apis/getChannelActiveLocations.js +5 -4
- package/lib/module/store/apis/getChannelActiveLocations.js.map +1 -1
- package/lib/module/store/apis/getChannelMessages.js +22 -30
- package/lib/module/store/apis/getChannelMessages.js.map +1 -1
- package/lib/module/store/apis/getChannels.js +26 -28
- package/lib/module/store/apis/getChannels.js.map +1 -1
- package/lib/module/store/apis/getChannelsForFilterSort.js +17 -16
- package/lib/module/store/apis/getChannelsForFilterSort.js.map +1 -1
- package/lib/module/store/apis/getDraft.js +13 -12
- package/lib/module/store/apis/getDraft.js.map +1 -1
- package/lib/module/store/apis/getDraftsForChannels.js +11 -12
- package/lib/module/store/apis/getDraftsForChannels.js.map +1 -1
- package/lib/module/store/apis/getLastSyncedAt.js +7 -7
- package/lib/module/store/apis/getLastSyncedAt.js.map +1 -1
- package/lib/module/store/apis/getMembers.js +7 -6
- package/lib/module/store/apis/getMembers.js.map +1 -1
- package/lib/module/store/apis/getPendingTasks.js +4 -7
- package/lib/module/store/apis/getPendingTasks.js.map +1 -1
- package/lib/module/store/apis/getReactions.js +9 -7
- package/lib/module/store/apis/getReactions.js.map +1 -1
- package/lib/module/store/apis/getReactionsforFilterSort.js +11 -10
- package/lib/module/store/apis/getReactionsforFilterSort.js.map +1 -1
- package/lib/module/store/apis/getReads.js +7 -6
- package/lib/module/store/apis/getReads.js.map +1 -1
- package/lib/module/store/apis/index.js +37 -37
- package/lib/module/store/apis/index.js.map +1 -1
- package/lib/module/store/apis/insertReaction.js +8 -8
- package/lib/module/store/apis/insertReaction.js.map +1 -1
- package/lib/module/store/apis/queries/selectActiveLocationsForChannels.js +3 -4
- package/lib/module/store/apis/queries/selectActiveLocationsForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectChannelIdsForFilterSort.js +12 -12
- package/lib/module/store/apis/queries/selectChannelIdsForFilterSort.js.map +1 -1
- package/lib/module/store/apis/queries/selectChannels.js +6 -8
- package/lib/module/store/apis/queries/selectChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectDraftMessageFromDraft.js +10 -13
- package/lib/module/store/apis/queries/selectDraftMessageFromDraft.js.map +1 -1
- package/lib/module/store/apis/queries/selectDraftMessageFromDraftForChannels.js +5 -11
- package/lib/module/store/apis/queries/selectDraftMessageFromDraftForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectMembersForChannels.js +5 -11
- package/lib/module/store/apis/queries/selectMembersForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectMessageById.js +4 -8
- package/lib/module/store/apis/queries/selectMessageById.js.map +1 -1
- package/lib/module/store/apis/queries/selectMessagesForChannels.js +5 -11
- package/lib/module/store/apis/queries/selectMessagesForChannels.js.map +1 -1
- package/lib/module/store/apis/queries/selectReactionsForMessages.js +10 -23
- package/lib/module/store/apis/queries/selectReactionsForMessages.js.map +1 -1
- package/lib/module/store/apis/queries/selectReadsForChannels.js +5 -11
- package/lib/module/store/apis/queries/selectReadsForChannels.js.map +1 -1
- package/lib/module/store/apis/softDeleteMessage.js +11 -12
- package/lib/module/store/apis/softDeleteMessage.js.map +1 -1
- package/lib/module/store/apis/updateMessage.js +10 -9
- package/lib/module/store/apis/updateMessage.js.map +1 -1
- package/lib/module/store/apis/updatePendingTask.js +8 -7
- package/lib/module/store/apis/updatePendingTask.js.map +1 -1
- package/lib/module/store/apis/updateReaction.js +10 -10
- package/lib/module/store/apis/updateReaction.js.map +1 -1
- package/lib/module/store/apis/upsertAppSettings.js +8 -8
- package/lib/module/store/apis/upsertAppSettings.js.map +1 -1
- package/lib/module/store/apis/upsertChannelData.js +7 -7
- package/lib/module/store/apis/upsertChannelData.js.map +1 -1
- package/lib/module/store/apis/upsertChannelDataFromChannel.js +5 -5
- package/lib/module/store/apis/upsertChannelDataFromChannel.js.map +1 -1
- package/lib/module/store/apis/upsertChannels.js +21 -26
- package/lib/module/store/apis/upsertChannels.js.map +1 -1
- package/lib/module/store/apis/upsertCidsForQuery.js +15 -15
- package/lib/module/store/apis/upsertCidsForQuery.js.map +1 -1
- package/lib/module/store/apis/upsertDraft.js +7 -7
- package/lib/module/store/apis/upsertDraft.js.map +1 -1
- package/lib/module/store/apis/upsertLocation.js +8 -8
- package/lib/module/store/apis/upsertLocation.js.map +1 -1
- package/lib/module/store/apis/upsertMembers.js +14 -14
- package/lib/module/store/apis/upsertMembers.js.map +1 -1
- package/lib/module/store/apis/upsertMessages.js +10 -23
- package/lib/module/store/apis/upsertMessages.js.map +1 -1
- package/lib/module/store/apis/upsertPoll.js +6 -6
- package/lib/module/store/apis/upsertPoll.js.map +1 -1
- package/lib/module/store/apis/upsertReads.js +13 -18
- package/lib/module/store/apis/upsertReads.js.map +1 -1
- package/lib/module/store/apis/upsertUserSyncStatus.js +9 -9
- package/lib/module/store/apis/upsertUserSyncStatus.js.map +1 -1
- package/lib/module/store/apis/utils/convertFilterSortToQuery.js +17 -13
- package/lib/module/store/apis/utils/convertFilterSortToQuery.js.map +1 -1
- package/lib/module/store/mappers/mapChannelDataToStorable.js +11 -10
- package/lib/module/store/mappers/mapChannelDataToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapChannelToStorable.js +11 -10
- package/lib/module/store/mappers/mapChannelToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapDateTimeToStorable.js +2 -1
- package/lib/module/store/mappers/mapDateTimeToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapDraftMessageToStorable.js +9 -7
- package/lib/module/store/mappers/mapDraftMessageToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapDraftToStorable.js +6 -4
- package/lib/module/store/mappers/mapDraftToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapMemberToStorable.js +9 -7
- package/lib/module/store/mappers/mapMemberToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapMessageToStorable.js +6 -5
- package/lib/module/store/mappers/mapMessageToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapPollToStorable.js +15 -14
- package/lib/module/store/mappers/mapPollToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapReactionToStorable.js +4 -3
- package/lib/module/store/mappers/mapReactionToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapReadToStorable.js +7 -5
- package/lib/module/store/mappers/mapReadToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapReminderToStorable.js +2 -1
- package/lib/module/store/mappers/mapReminderToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapSharedLocationToStorable.js +4 -3
- package/lib/module/store/mappers/mapSharedLocationToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToChannel.js +15 -13
- package/lib/module/store/mappers/mapStorableToChannel.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToDraft.js +11 -9
- package/lib/module/store/mappers/mapStorableToDraft.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToDraftMessage.js +7 -6
- package/lib/module/store/mappers/mapStorableToDraftMessage.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToMember.js +5 -4
- package/lib/module/store/mappers/mapStorableToMember.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToMessage.js +22 -21
- package/lib/module/store/mappers/mapStorableToMessage.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToPoll.js +15 -14
- package/lib/module/store/mappers/mapStorableToPoll.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToReaction.js +8 -6
- package/lib/module/store/mappers/mapStorableToReaction.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToRead.js +2 -1
- package/lib/module/store/mappers/mapStorableToRead.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToReminder.js +2 -1
- package/lib/module/store/mappers/mapStorableToReminder.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToSharedLocation.js +4 -3
- package/lib/module/store/mappers/mapStorableToSharedLocation.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToTask.js +8 -7
- package/lib/module/store/mappers/mapStorableToTask.js.map +1 -1
- package/lib/module/store/mappers/mapStorableToUser.js +8 -6
- package/lib/module/store/mappers/mapStorableToUser.js.map +1 -1
- package/lib/module/store/mappers/mapTaskToStorable.js +6 -6
- package/lib/module/store/mappers/mapTaskToStorable.js.map +1 -1
- package/lib/module/store/mappers/mapUserToStorable.js +6 -5
- package/lib/module/store/mappers/mapUserToStorable.js.map +1 -1
- package/lib/module/store/sqlite-utils/appendOrderByClause.js +2 -1
- package/lib/module/store/sqlite-utils/appendOrderByClause.js.map +1 -1
- package/lib/module/store/sqlite-utils/appendWhereCluase.js +3 -4
- package/lib/module/store/sqlite-utils/appendWhereCluase.js.map +1 -1
- package/lib/module/store/sqlite-utils/createCreateTableQuery.js +7 -12
- package/lib/module/store/sqlite-utils/createCreateTableQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createDeleteQuery.js +2 -1
- package/lib/module/store/sqlite-utils/createDeleteQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createSelectQuery.js +2 -4
- package/lib/module/store/sqlite-utils/createSelectQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createUpdateQuery.js +4 -6
- package/lib/module/store/sqlite-utils/createUpdateQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/createUpsertQuery.js +3 -6
- package/lib/module/store/sqlite-utils/createUpsertQuery.js.map +1 -1
- package/lib/module/store/sqlite-utils/printRow.js +2 -1
- package/lib/module/store/sqlite-utils/printRow.js.map +1 -1
- package/lib/module/test-utils/BetterSqlite.js +12 -16
- package/lib/module/test-utils/BetterSqlite.js.map +1 -1
- package/lib/module/theme/generated/dark/StreamTokens.js +1 -1
- package/lib/module/theme/generated/dark/StreamTokens.js.map +1 -1
- package/lib/module/theme/generated/light/StreamTokens.js +1 -1
- package/lib/module/theme/generated/light/StreamTokens.js.map +1 -1
- package/lib/module/theme/index.js +5 -5
- package/lib/module/theme/topologicalResolution.js +9 -8
- package/lib/module/theme/topologicalResolution.js.map +1 -1
- package/lib/module/utils/addReactionToLocalState.js +15 -15
- package/lib/module/utils/addReactionToLocalState.js.map +1 -1
- package/lib/module/utils/animations/createBoundedZoomTransition.js +62 -64
- package/lib/module/utils/animations/createBoundedZoomTransition.js.map +1 -1
- package/lib/module/utils/compressImage.js +2 -2
- package/lib/module/utils/compressImage.js.map +1 -1
- package/lib/module/utils/createGenerateVideoThumbnails.js +9 -8
- package/lib/module/utils/createGenerateVideoThumbnails.js.map +1 -1
- package/lib/module/utils/date.js +2 -3
- package/lib/module/utils/date.js.map +1 -1
- package/lib/module/utils/getResizedImageUrl.js +8 -11
- package/lib/module/utils/getResizedImageUrl.js.map +1 -1
- package/lib/module/utils/getTrimmedAttachmentTitle.js +2 -1
- package/lib/module/utils/getTrimmedAttachmentTitle.js.map +1 -1
- package/lib/module/utils/getUrlOfImageAttachment.js +2 -4
- package/lib/module/utils/getUrlOfImageAttachment.js.map +1 -1
- package/lib/module/utils/i18n/Streami18n.js +125 -109
- package/lib/module/utils/i18n/Streami18n.js.map +1 -1
- package/lib/module/utils/i18n/getDateString.js +12 -10
- package/lib/module/utils/i18n/getDateString.js.map +1 -1
- package/lib/module/utils/i18n/predefinedFormatters.js +60 -66
- package/lib/module/utils/i18n/predefinedFormatters.js.map +1 -1
- package/lib/module/utils/installNativeMultipartAdapter.js +58 -68
- package/lib/module/utils/installNativeMultipartAdapter.js.map +1 -1
- package/lib/module/utils/patchMessageTextCommand.js +1 -2
- package/lib/module/utils/patchMessageTextCommand.js.map +1 -1
- package/lib/module/utils/removeReactionFromLocalState.js +14 -18
- package/lib/module/utils/removeReactionFromLocalState.js.map +1 -1
- package/lib/module/utils/removeReservedFields.js +6 -3
- package/lib/module/utils/removeReservedFields.js.map +1 -1
- package/lib/module/utils/rtlMirrorSwitchStyle.js +1 -1
- package/lib/module/utils/rtlMirrorSwitchStyle.js.map +1 -1
- package/lib/module/utils/setupCommandUIMiddlewares.js +2 -1
- package/lib/module/utils/setupCommandUIMiddlewares.js.map +1 -1
- package/lib/module/utils/utils.js +76 -83
- package/lib/module/utils/utils.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/ImageGallery/hooks/useAnimatedGalleryStyle.d.ts +2 -2
- package/lib/typescript/components/ImageGallery/hooks/useAnimatedGalleryStyle.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageBubble.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageItemView/MessageContent.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts +2 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.d.ts +2 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.d.ts.map +1 -1
- package/lib/typescript/components/Poll/Poll.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollButtons.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollOption.d.ts.map +1 -1
- package/lib/typescript/components/Poll/contexts/PollUIStateContext.d.ts +31 -0
- package/lib/typescript/components/Poll/contexts/PollUIStateContext.d.ts.map +1 -0
- package/lib/typescript/components/Poll/contexts/index.d.ts +2 -0
- package/lib/typescript/components/Poll/contexts/index.d.ts.map +1 -0
- package/lib/typescript/components/Poll/hooks/useEndVote.d.ts +7 -0
- package/lib/typescript/components/Poll/hooks/useEndVote.d.ts.map +1 -0
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityActions.d.ts +25 -0
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityActions.d.ts.map +1 -0
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityLabel.d.ts +8 -0
- package/lib/typescript/components/Poll/hooks/usePollAccessibilityLabel.d.ts.map +1 -0
- package/lib/typescript/components/Poll/hooks/usePollState.d.ts.map +1 -1
- package/lib/typescript/components/Poll/hooks/usePollVoteToggle.d.ts +8 -0
- package/lib/typescript/components/Poll/hooks/usePollVoteToggle.d.ts.map +1 -0
- package/lib/typescript/components/UIComponents/BottomSheetModal.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/SwipableWrapper.d.ts.map +1 -1
- package/lib/typescript/components/ui/Input/Input.d.ts.map +1 -1
- package/lib/typescript/contexts/overlayContext/MessageOverlayHostLayer.d.ts +4 -3
- package/lib/typescript/contexts/overlayContext/MessageOverlayHostLayer.d.ts.map +1 -1
- package/lib/typescript/i18n/ar.json +9 -1
- package/lib/typescript/i18n/en.json +8 -0
- package/lib/typescript/i18n/es.json +9 -1
- package/lib/typescript/i18n/fr.json +9 -1
- package/lib/typescript/i18n/he.json +9 -1
- package/lib/typescript/i18n/hi.json +9 -1
- package/lib/typescript/i18n/it.json +9 -1
- package/lib/typescript/i18n/ja.json +9 -1
- package/lib/typescript/i18n/ko.json +9 -1
- package/lib/typescript/i18n/nl.json +9 -1
- package/lib/typescript/i18n/pt-br.json +9 -1
- package/lib/typescript/i18n/ru.json +9 -1
- package/lib/typescript/i18n/tr.json +9 -1
- package/lib/typescript/store/SqliteClient.d.ts +2 -2
- package/lib/typescript/store/SqliteClient.d.ts.map +1 -1
- package/lib/typescript/utils/i18n/Streami18n.d.ts +8 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +17 -15
- package/src/components/Message/MessageItemView/MessageBubble.tsx +0 -1
- package/src/components/Message/MessageItemView/MessageContent.tsx +4 -0
- package/src/components/Message/MessageItemView/__tests__/MessageItemView.test.tsx +9 -2
- package/src/components/MessageInput/__tests__/__snapshots__/AttachButton.test.tsx.snap +1640 -1517
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.tsx.snap +1098 -1016
- package/src/components/MessageInput/components/AudioRecorder/AudioRecorder.tsx +2 -2
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.tsx +2 -2
- package/src/components/MessageList/__tests__/__snapshots__/ScrollToBottomButton.test.tsx.snap +117 -104
- package/src/components/Poll/Poll.tsx +29 -2
- package/src/components/Poll/components/PollButtons.tsx +37 -44
- package/src/components/Poll/components/PollOption.tsx +4 -13
- package/src/components/Poll/contexts/PollUIStateContext.tsx +105 -0
- package/src/components/Poll/contexts/index.ts +1 -0
- package/src/components/Poll/hooks/__tests__/usePollAccessibilityActions.test.tsx +358 -0
- package/src/components/Poll/hooks/__tests__/usePollAccessibilityLabel.test.tsx +142 -0
- package/src/components/Poll/hooks/useEndVote.ts +37 -0
- package/src/components/Poll/hooks/usePollAccessibilityActions.ts +191 -0
- package/src/components/Poll/hooks/usePollAccessibilityLabel.ts +75 -0
- package/src/components/Poll/hooks/usePollState.ts +3 -26
- package/src/components/Poll/hooks/usePollVoteToggle.ts +34 -0
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap +656 -602
- package/src/components/UIComponents/BottomSheetModal.tsx +44 -1
- package/src/components/UIComponents/SwipableWrapper.tsx +9 -12
- package/src/components/ui/Input/Input.tsx +4 -3
- package/src/contexts/overlayContext/MessageOverlayHostLayer.tsx +21 -4
- package/src/contexts/overlayContext/__tests__/MessageOverlayHostLayer.test.tsx +5 -3
- package/src/i18n/ar.json +9 -1
- package/src/i18n/en.json +8 -0
- package/src/i18n/es.json +9 -1
- package/src/i18n/fr.json +9 -1
- package/src/i18n/he.json +9 -1
- package/src/i18n/hi.json +9 -1
- package/src/i18n/it.json +9 -1
- package/src/i18n/ja.json +9 -1
- package/src/i18n/ko.json +9 -1
- package/src/i18n/nl.json +9 -1
- package/src/i18n/pt-br.json +9 -1
- package/src/i18n/ru.json +9 -1
- package/src/i18n/tr.json +9 -1
- package/src/store/SqliteClient.ts +2 -2
- package/src/version.json +1 -1
|
@@ -7,7 +7,7 @@ Object.keys(_Accessibility).forEach(function (key) {
|
|
|
7
7
|
if (key in exports && exports[key] === _Accessibility[key]) return;
|
|
8
8
|
Object.defineProperty(exports, key, {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function
|
|
10
|
+
get: function () {
|
|
11
11
|
return _Accessibility[key];
|
|
12
12
|
}
|
|
13
13
|
});
|
|
@@ -18,7 +18,7 @@ Object.keys(_Attachment).forEach(function (key) {
|
|
|
18
18
|
if (key in exports && exports[key] === _Attachment[key]) return;
|
|
19
19
|
Object.defineProperty(exports, key, {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function
|
|
21
|
+
get: function () {
|
|
22
22
|
return _Attachment[key];
|
|
23
23
|
}
|
|
24
24
|
});
|
|
@@ -29,7 +29,7 @@ Object.keys(_Audio).forEach(function (key) {
|
|
|
29
29
|
if (key in exports && exports[key] === _Audio[key]) return;
|
|
30
30
|
Object.defineProperty(exports, key, {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function
|
|
32
|
+
get: function () {
|
|
33
33
|
return _Audio[key];
|
|
34
34
|
}
|
|
35
35
|
});
|
|
@@ -40,7 +40,7 @@ Object.keys(_UrlPreview).forEach(function (key) {
|
|
|
40
40
|
if (key in exports && exports[key] === _UrlPreview[key]) return;
|
|
41
41
|
Object.defineProperty(exports, key, {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function
|
|
43
|
+
get: function () {
|
|
44
44
|
return _UrlPreview[key];
|
|
45
45
|
}
|
|
46
46
|
});
|
|
@@ -51,7 +51,7 @@ Object.keys(_FileAttachment).forEach(function (key) {
|
|
|
51
51
|
if (key in exports && exports[key] === _FileAttachment[key]) return;
|
|
52
52
|
Object.defineProperty(exports, key, {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function
|
|
54
|
+
get: function () {
|
|
55
55
|
return _FileAttachment[key];
|
|
56
56
|
}
|
|
57
57
|
});
|
|
@@ -62,7 +62,7 @@ Object.keys(_FileAttachmentGroup).forEach(function (key) {
|
|
|
62
62
|
if (key in exports && exports[key] === _FileAttachmentGroup[key]) return;
|
|
63
63
|
Object.defineProperty(exports, key, {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function
|
|
65
|
+
get: function () {
|
|
66
66
|
return _FileAttachmentGroup[key];
|
|
67
67
|
}
|
|
68
68
|
});
|
|
@@ -73,7 +73,7 @@ Object.keys(_FileIcon).forEach(function (key) {
|
|
|
73
73
|
if (key in exports && exports[key] === _FileIcon[key]) return;
|
|
74
74
|
Object.defineProperty(exports, key, {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function
|
|
76
|
+
get: function () {
|
|
77
77
|
return _FileIcon[key];
|
|
78
78
|
}
|
|
79
79
|
});
|
|
@@ -84,7 +84,7 @@ Object.keys(_Gallery).forEach(function (key) {
|
|
|
84
84
|
if (key in exports && exports[key] === _Gallery[key]) return;
|
|
85
85
|
Object.defineProperty(exports, key, {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function
|
|
87
|
+
get: function () {
|
|
88
88
|
return _Gallery[key];
|
|
89
89
|
}
|
|
90
90
|
});
|
|
@@ -95,7 +95,7 @@ Object.keys(_Giphy).forEach(function (key) {
|
|
|
95
95
|
if (key in exports && exports[key] === _Giphy[key]) return;
|
|
96
96
|
Object.defineProperty(exports, key, {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function
|
|
98
|
+
get: function () {
|
|
99
99
|
return _Giphy[key];
|
|
100
100
|
}
|
|
101
101
|
});
|
|
@@ -106,7 +106,7 @@ Object.keys(_CircularProgressIndicator).forEach(function (key) {
|
|
|
106
106
|
if (key in exports && exports[key] === _CircularProgressIndicator[key]) return;
|
|
107
107
|
Object.defineProperty(exports, key, {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function
|
|
109
|
+
get: function () {
|
|
110
110
|
return _CircularProgressIndicator[key];
|
|
111
111
|
}
|
|
112
112
|
});
|
|
@@ -117,7 +117,7 @@ Object.keys(_AttachmentUploadIndicator).forEach(function (key) {
|
|
|
117
117
|
if (key in exports && exports[key] === _AttachmentUploadIndicator[key]) return;
|
|
118
118
|
Object.defineProperty(exports, key, {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function
|
|
120
|
+
get: function () {
|
|
121
121
|
return _AttachmentUploadIndicator[key];
|
|
122
122
|
}
|
|
123
123
|
});
|
|
@@ -128,7 +128,7 @@ Object.keys(_MediaUploadProgressOverlay).forEach(function (key) {
|
|
|
128
128
|
if (key in exports && exports[key] === _MediaUploadProgressOverlay[key]) return;
|
|
129
129
|
Object.defineProperty(exports, key, {
|
|
130
130
|
enumerable: true,
|
|
131
|
-
get: function
|
|
131
|
+
get: function () {
|
|
132
132
|
return _MediaUploadProgressOverlay[key];
|
|
133
133
|
}
|
|
134
134
|
});
|
|
@@ -139,7 +139,7 @@ Object.keys(_VideoThumbnail).forEach(function (key) {
|
|
|
139
139
|
if (key in exports && exports[key] === _VideoThumbnail[key]) return;
|
|
140
140
|
Object.defineProperty(exports, key, {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function
|
|
142
|
+
get: function () {
|
|
143
143
|
return _VideoThumbnail[key];
|
|
144
144
|
}
|
|
145
145
|
});
|
|
@@ -150,7 +150,7 @@ Object.keys(_buildGallery).forEach(function (key) {
|
|
|
150
150
|
if (key in exports && exports[key] === _buildGallery[key]) return;
|
|
151
151
|
Object.defineProperty(exports, key, {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function
|
|
153
|
+
get: function () {
|
|
154
154
|
return _buildGallery[key];
|
|
155
155
|
}
|
|
156
156
|
});
|
|
@@ -161,7 +161,7 @@ Object.keys(_AttachmentPicker).forEach(function (key) {
|
|
|
161
161
|
if (key in exports && exports[key] === _AttachmentPicker[key]) return;
|
|
162
162
|
Object.defineProperty(exports, key, {
|
|
163
163
|
enumerable: true,
|
|
164
|
-
get: function
|
|
164
|
+
get: function () {
|
|
165
165
|
return _AttachmentPicker[key];
|
|
166
166
|
}
|
|
167
167
|
});
|
|
@@ -172,7 +172,7 @@ Object.keys(_AttachmentPickerContent).forEach(function (key) {
|
|
|
172
172
|
if (key in exports && exports[key] === _AttachmentPickerContent[key]) return;
|
|
173
173
|
Object.defineProperty(exports, key, {
|
|
174
174
|
enumerable: true,
|
|
175
|
-
get: function
|
|
175
|
+
get: function () {
|
|
176
176
|
return _AttachmentPickerContent[key];
|
|
177
177
|
}
|
|
178
178
|
});
|
|
@@ -183,7 +183,7 @@ Object.keys(_AttachmentMediaPicker).forEach(function (key) {
|
|
|
183
183
|
if (key in exports && exports[key] === _AttachmentMediaPicker[key]) return;
|
|
184
184
|
Object.defineProperty(exports, key, {
|
|
185
185
|
enumerable: true,
|
|
186
|
-
get: function
|
|
186
|
+
get: function () {
|
|
187
187
|
return _AttachmentMediaPicker[key];
|
|
188
188
|
}
|
|
189
189
|
});
|
|
@@ -194,7 +194,7 @@ Object.keys(_shared).forEach(function (key) {
|
|
|
194
194
|
if (key in exports && exports[key] === _shared[key]) return;
|
|
195
195
|
Object.defineProperty(exports, key, {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function
|
|
197
|
+
get: function () {
|
|
198
198
|
return _shared[key];
|
|
199
199
|
}
|
|
200
200
|
});
|
|
@@ -205,7 +205,7 @@ Object.keys(_AttachmentPickerSelectionBar).forEach(function (key) {
|
|
|
205
205
|
if (key in exports && exports[key] === _AttachmentPickerSelectionBar[key]) return;
|
|
206
206
|
Object.defineProperty(exports, key, {
|
|
207
207
|
enumerable: true,
|
|
208
|
-
get: function
|
|
208
|
+
get: function () {
|
|
209
209
|
return _AttachmentPickerSelectionBar[key];
|
|
210
210
|
}
|
|
211
211
|
});
|
|
@@ -216,7 +216,7 @@ Object.keys(_AttachmentTypePickerButton).forEach(function (key) {
|
|
|
216
216
|
if (key in exports && exports[key] === _AttachmentTypePickerButton[key]) return;
|
|
217
217
|
Object.defineProperty(exports, key, {
|
|
218
218
|
enumerable: true,
|
|
219
|
-
get: function
|
|
219
|
+
get: function () {
|
|
220
220
|
return _AttachmentTypePickerButton[key];
|
|
221
221
|
}
|
|
222
222
|
});
|
|
@@ -227,7 +227,7 @@ Object.keys(_ImageOverlaySelectedComponent).forEach(function (key) {
|
|
|
227
227
|
if (key in exports && exports[key] === _ImageOverlaySelectedComponent[key]) return;
|
|
228
228
|
Object.defineProperty(exports, key, {
|
|
229
229
|
enumerable: true,
|
|
230
|
-
get: function
|
|
230
|
+
get: function () {
|
|
231
231
|
return _ImageOverlaySelectedComponent[key];
|
|
232
232
|
}
|
|
233
233
|
});
|
|
@@ -238,7 +238,7 @@ Object.keys(_AutoCompleteInput).forEach(function (key) {
|
|
|
238
238
|
if (key in exports && exports[key] === _AutoCompleteInput[key]) return;
|
|
239
239
|
Object.defineProperty(exports, key, {
|
|
240
240
|
enumerable: true,
|
|
241
|
-
get: function
|
|
241
|
+
get: function () {
|
|
242
242
|
return _AutoCompleteInput[key];
|
|
243
243
|
}
|
|
244
244
|
});
|
|
@@ -249,7 +249,7 @@ Object.keys(_AutoCompleteSuggestionHeader).forEach(function (key) {
|
|
|
249
249
|
if (key in exports && exports[key] === _AutoCompleteSuggestionHeader[key]) return;
|
|
250
250
|
Object.defineProperty(exports, key, {
|
|
251
251
|
enumerable: true,
|
|
252
|
-
get: function
|
|
252
|
+
get: function () {
|
|
253
253
|
return _AutoCompleteSuggestionHeader[key];
|
|
254
254
|
}
|
|
255
255
|
});
|
|
@@ -260,7 +260,7 @@ Object.keys(_AutoCompleteSuggestionItem).forEach(function (key) {
|
|
|
260
260
|
if (key in exports && exports[key] === _AutoCompleteSuggestionItem[key]) return;
|
|
261
261
|
Object.defineProperty(exports, key, {
|
|
262
262
|
enumerable: true,
|
|
263
|
-
get: function
|
|
263
|
+
get: function () {
|
|
264
264
|
return _AutoCompleteSuggestionItem[key];
|
|
265
265
|
}
|
|
266
266
|
});
|
|
@@ -271,7 +271,7 @@ Object.keys(_AutoCompleteSuggestionList).forEach(function (key) {
|
|
|
271
271
|
if (key in exports && exports[key] === _AutoCompleteSuggestionList[key]) return;
|
|
272
272
|
Object.defineProperty(exports, key, {
|
|
273
273
|
enumerable: true,
|
|
274
|
-
get: function
|
|
274
|
+
get: function () {
|
|
275
275
|
return _AutoCompleteSuggestionList[key];
|
|
276
276
|
}
|
|
277
277
|
});
|
|
@@ -282,7 +282,7 @@ Object.keys(_InputView).forEach(function (key) {
|
|
|
282
282
|
if (key in exports && exports[key] === _InputView[key]) return;
|
|
283
283
|
Object.defineProperty(exports, key, {
|
|
284
284
|
enumerable: true,
|
|
285
|
-
get: function
|
|
285
|
+
get: function () {
|
|
286
286
|
return _InputView[key];
|
|
287
287
|
}
|
|
288
288
|
});
|
|
@@ -293,7 +293,7 @@ Object.keys(_Channel).forEach(function (key) {
|
|
|
293
293
|
if (key in exports && exports[key] === _Channel[key]) return;
|
|
294
294
|
Object.defineProperty(exports, key, {
|
|
295
295
|
enumerable: true,
|
|
296
|
-
get: function
|
|
296
|
+
get: function () {
|
|
297
297
|
return _Channel[key];
|
|
298
298
|
}
|
|
299
299
|
});
|
|
@@ -304,7 +304,7 @@ Object.keys(_useCreateChannelContext).forEach(function (key) {
|
|
|
304
304
|
if (key in exports && exports[key] === _useCreateChannelContext[key]) return;
|
|
305
305
|
Object.defineProperty(exports, key, {
|
|
306
306
|
enumerable: true,
|
|
307
|
-
get: function
|
|
307
|
+
get: function () {
|
|
308
308
|
return _useCreateChannelContext[key];
|
|
309
309
|
}
|
|
310
310
|
});
|
|
@@ -315,7 +315,7 @@ Object.keys(_useCreateInputMessageInputContext).forEach(function (key) {
|
|
|
315
315
|
if (key in exports && exports[key] === _useCreateInputMessageInputContext[key]) return;
|
|
316
316
|
Object.defineProperty(exports, key, {
|
|
317
317
|
enumerable: true,
|
|
318
|
-
get: function
|
|
318
|
+
get: function () {
|
|
319
319
|
return _useCreateInputMessageInputContext[key];
|
|
320
320
|
}
|
|
321
321
|
});
|
|
@@ -326,7 +326,7 @@ Object.keys(_useCreateMessagesContext).forEach(function (key) {
|
|
|
326
326
|
if (key in exports && exports[key] === _useCreateMessagesContext[key]) return;
|
|
327
327
|
Object.defineProperty(exports, key, {
|
|
328
328
|
enumerable: true,
|
|
329
|
-
get: function
|
|
329
|
+
get: function () {
|
|
330
330
|
return _useCreateMessagesContext[key];
|
|
331
331
|
}
|
|
332
332
|
});
|
|
@@ -337,7 +337,7 @@ Object.keys(_useCreatePaginatedMessageListContext).forEach(function (key) {
|
|
|
337
337
|
if (key in exports && exports[key] === _useCreatePaginatedMessageListContext[key]) return;
|
|
338
338
|
Object.defineProperty(exports, key, {
|
|
339
339
|
enumerable: true,
|
|
340
|
-
get: function
|
|
340
|
+
get: function () {
|
|
341
341
|
return _useCreatePaginatedMessageListContext[key];
|
|
342
342
|
}
|
|
343
343
|
});
|
|
@@ -348,7 +348,7 @@ Object.keys(_useCreateThreadContext).forEach(function (key) {
|
|
|
348
348
|
if (key in exports && exports[key] === _useCreateThreadContext[key]) return;
|
|
349
349
|
Object.defineProperty(exports, key, {
|
|
350
350
|
enumerable: true,
|
|
351
|
-
get: function
|
|
351
|
+
get: function () {
|
|
352
352
|
return _useCreateThreadContext[key];
|
|
353
353
|
}
|
|
354
354
|
});
|
|
@@ -359,7 +359,7 @@ Object.keys(_useCreateTypingContext).forEach(function (key) {
|
|
|
359
359
|
if (key in exports && exports[key] === _useCreateTypingContext[key]) return;
|
|
360
360
|
Object.defineProperty(exports, key, {
|
|
361
361
|
enumerable: true,
|
|
362
|
-
get: function
|
|
362
|
+
get: function () {
|
|
363
363
|
return _useCreateTypingContext[key];
|
|
364
364
|
}
|
|
365
365
|
});
|
|
@@ -370,7 +370,7 @@ Object.keys(_useTargetedMessage).forEach(function (key) {
|
|
|
370
370
|
if (key in exports && exports[key] === _useTargetedMessage[key]) return;
|
|
371
371
|
Object.defineProperty(exports, key, {
|
|
372
372
|
enumerable: true,
|
|
373
|
-
get: function
|
|
373
|
+
get: function () {
|
|
374
374
|
return _useTargetedMessage[key];
|
|
375
375
|
}
|
|
376
376
|
});
|
|
@@ -381,7 +381,7 @@ Object.keys(_ChannelList).forEach(function (key) {
|
|
|
381
381
|
if (key in exports && exports[key] === _ChannelList[key]) return;
|
|
382
382
|
Object.defineProperty(exports, key, {
|
|
383
383
|
enumerable: true,
|
|
384
|
-
get: function
|
|
384
|
+
get: function () {
|
|
385
385
|
return _ChannelList[key];
|
|
386
386
|
}
|
|
387
387
|
});
|
|
@@ -392,7 +392,7 @@ Object.keys(_ChannelListFooterLoadingIndicator).forEach(function (key) {
|
|
|
392
392
|
if (key in exports && exports[key] === _ChannelListFooterLoadingIndicator[key]) return;
|
|
393
393
|
Object.defineProperty(exports, key, {
|
|
394
394
|
enumerable: true,
|
|
395
|
-
get: function
|
|
395
|
+
get: function () {
|
|
396
396
|
return _ChannelListFooterLoadingIndicator[key];
|
|
397
397
|
}
|
|
398
398
|
});
|
|
@@ -403,7 +403,7 @@ Object.keys(_ChannelListHeaderErrorIndicator).forEach(function (key) {
|
|
|
403
403
|
if (key in exports && exports[key] === _ChannelListHeaderErrorIndicator[key]) return;
|
|
404
404
|
Object.defineProperty(exports, key, {
|
|
405
405
|
enumerable: true,
|
|
406
|
-
get: function
|
|
406
|
+
get: function () {
|
|
407
407
|
return _ChannelListHeaderErrorIndicator[key];
|
|
408
408
|
}
|
|
409
409
|
});
|
|
@@ -414,7 +414,7 @@ Object.keys(_ChannelListHeaderNetworkDownIndicator).forEach(function (key) {
|
|
|
414
414
|
if (key in exports && exports[key] === _ChannelListHeaderNetworkDownIndicator[key]) return;
|
|
415
415
|
Object.defineProperty(exports, key, {
|
|
416
416
|
enumerable: true,
|
|
417
|
-
get: function
|
|
417
|
+
get: function () {
|
|
418
418
|
return _ChannelListHeaderNetworkDownIndicator[key];
|
|
419
419
|
}
|
|
420
420
|
});
|
|
@@ -425,7 +425,7 @@ Object.keys(_ChannelListLoadingIndicator).forEach(function (key) {
|
|
|
425
425
|
if (key in exports && exports[key] === _ChannelListLoadingIndicator[key]) return;
|
|
426
426
|
Object.defineProperty(exports, key, {
|
|
427
427
|
enumerable: true,
|
|
428
|
-
get: function
|
|
428
|
+
get: function () {
|
|
429
429
|
return _ChannelListLoadingIndicator[key];
|
|
430
430
|
}
|
|
431
431
|
});
|
|
@@ -436,7 +436,7 @@ Object.keys(_ChannelListView).forEach(function (key) {
|
|
|
436
436
|
if (key in exports && exports[key] === _ChannelListView[key]) return;
|
|
437
437
|
Object.defineProperty(exports, key, {
|
|
438
438
|
enumerable: true,
|
|
439
|
-
get: function
|
|
439
|
+
get: function () {
|
|
440
440
|
return _ChannelListView[key];
|
|
441
441
|
}
|
|
442
442
|
});
|
|
@@ -447,7 +447,7 @@ Object.keys(_Skeleton).forEach(function (key) {
|
|
|
447
447
|
if (key in exports && exports[key] === _Skeleton[key]) return;
|
|
448
448
|
Object.defineProperty(exports, key, {
|
|
449
449
|
enumerable: true,
|
|
450
|
-
get: function
|
|
450
|
+
get: function () {
|
|
451
451
|
return _Skeleton[key];
|
|
452
452
|
}
|
|
453
453
|
});
|
|
@@ -458,7 +458,7 @@ Object.keys(_hooks).forEach(function (key) {
|
|
|
458
458
|
if (key in exports && exports[key] === _hooks[key]) return;
|
|
459
459
|
Object.defineProperty(exports, key, {
|
|
460
460
|
enumerable: true,
|
|
461
|
-
get: function
|
|
461
|
+
get: function () {
|
|
462
462
|
return _hooks[key];
|
|
463
463
|
}
|
|
464
464
|
});
|
|
@@ -469,7 +469,7 @@ Object.keys(_ChannelDetailsBottomSheet).forEach(function (key) {
|
|
|
469
469
|
if (key in exports && exports[key] === _ChannelDetailsBottomSheet[key]) return;
|
|
470
470
|
Object.defineProperty(exports, key, {
|
|
471
471
|
enumerable: true,
|
|
472
|
-
get: function
|
|
472
|
+
get: function () {
|
|
473
473
|
return _ChannelDetailsBottomSheet[key];
|
|
474
474
|
}
|
|
475
475
|
});
|
|
@@ -480,7 +480,7 @@ Object.keys(_ChannelLastMessagePreview).forEach(function (key) {
|
|
|
480
480
|
if (key in exports && exports[key] === _ChannelLastMessagePreview[key]) return;
|
|
481
481
|
Object.defineProperty(exports, key, {
|
|
482
482
|
enumerable: true,
|
|
483
|
-
get: function
|
|
483
|
+
get: function () {
|
|
484
484
|
return _ChannelLastMessagePreview[key];
|
|
485
485
|
}
|
|
486
486
|
});
|
|
@@ -491,7 +491,7 @@ Object.keys(_ChannelMessagePreviewDeliveryStatus).forEach(function (key) {
|
|
|
491
491
|
if (key in exports && exports[key] === _ChannelMessagePreviewDeliveryStatus[key]) return;
|
|
492
492
|
Object.defineProperty(exports, key, {
|
|
493
493
|
enumerable: true,
|
|
494
|
-
get: function
|
|
494
|
+
get: function () {
|
|
495
495
|
return _ChannelMessagePreviewDeliveryStatus[key];
|
|
496
496
|
}
|
|
497
497
|
});
|
|
@@ -502,7 +502,7 @@ Object.keys(_ChannelPreview).forEach(function (key) {
|
|
|
502
502
|
if (key in exports && exports[key] === _ChannelPreview[key]) return;
|
|
503
503
|
Object.defineProperty(exports, key, {
|
|
504
504
|
enumerable: true,
|
|
505
|
-
get: function
|
|
505
|
+
get: function () {
|
|
506
506
|
return _ChannelPreview[key];
|
|
507
507
|
}
|
|
508
508
|
});
|
|
@@ -513,7 +513,7 @@ Object.keys(_ChannelPreviewMessage).forEach(function (key) {
|
|
|
513
513
|
if (key in exports && exports[key] === _ChannelPreviewMessage[key]) return;
|
|
514
514
|
Object.defineProperty(exports, key, {
|
|
515
515
|
enumerable: true,
|
|
516
|
-
get: function
|
|
516
|
+
get: function () {
|
|
517
517
|
return _ChannelPreviewMessage[key];
|
|
518
518
|
}
|
|
519
519
|
});
|
|
@@ -524,7 +524,7 @@ Object.keys(_ChannelPreviewView).forEach(function (key) {
|
|
|
524
524
|
if (key in exports && exports[key] === _ChannelPreviewView[key]) return;
|
|
525
525
|
Object.defineProperty(exports, key, {
|
|
526
526
|
enumerable: true,
|
|
527
|
-
get: function
|
|
527
|
+
get: function () {
|
|
528
528
|
return _ChannelPreviewView[key];
|
|
529
529
|
}
|
|
530
530
|
});
|
|
@@ -535,7 +535,7 @@ Object.keys(_ChannelPreviewMutedStatus).forEach(function (key) {
|
|
|
535
535
|
if (key in exports && exports[key] === _ChannelPreviewMutedStatus[key]) return;
|
|
536
536
|
Object.defineProperty(exports, key, {
|
|
537
537
|
enumerable: true,
|
|
538
|
-
get: function
|
|
538
|
+
get: function () {
|
|
539
539
|
return _ChannelPreviewMutedStatus[key];
|
|
540
540
|
}
|
|
541
541
|
});
|
|
@@ -546,7 +546,7 @@ Object.keys(_ChannelPreviewStatus).forEach(function (key) {
|
|
|
546
546
|
if (key in exports && exports[key] === _ChannelPreviewStatus[key]) return;
|
|
547
547
|
Object.defineProperty(exports, key, {
|
|
548
548
|
enumerable: true,
|
|
549
|
-
get: function
|
|
549
|
+
get: function () {
|
|
550
550
|
return _ChannelPreviewStatus[key];
|
|
551
551
|
}
|
|
552
552
|
});
|
|
@@ -557,7 +557,7 @@ Object.keys(_ChannelPreviewTitle).forEach(function (key) {
|
|
|
557
557
|
if (key in exports && exports[key] === _ChannelPreviewTitle[key]) return;
|
|
558
558
|
Object.defineProperty(exports, key, {
|
|
559
559
|
enumerable: true,
|
|
560
|
-
get: function
|
|
560
|
+
get: function () {
|
|
561
561
|
return _ChannelPreviewTitle[key];
|
|
562
562
|
}
|
|
563
563
|
});
|
|
@@ -568,7 +568,7 @@ Object.keys(_ChannelPreviewTypingIndicator).forEach(function (key) {
|
|
|
568
568
|
if (key in exports && exports[key] === _ChannelPreviewTypingIndicator[key]) return;
|
|
569
569
|
Object.defineProperty(exports, key, {
|
|
570
570
|
enumerable: true,
|
|
571
|
-
get: function
|
|
571
|
+
get: function () {
|
|
572
572
|
return _ChannelPreviewTypingIndicator[key];
|
|
573
573
|
}
|
|
574
574
|
});
|
|
@@ -579,7 +579,7 @@ Object.keys(_ChannelPreviewUnreadCount).forEach(function (key) {
|
|
|
579
579
|
if (key in exports && exports[key] === _ChannelPreviewUnreadCount[key]) return;
|
|
580
580
|
Object.defineProperty(exports, key, {
|
|
581
581
|
enumerable: true,
|
|
582
|
-
get: function
|
|
582
|
+
get: function () {
|
|
583
583
|
return _ChannelPreviewUnreadCount[key];
|
|
584
584
|
}
|
|
585
585
|
});
|
|
@@ -590,7 +590,7 @@ Object.keys(_hooks2).forEach(function (key) {
|
|
|
590
590
|
if (key in exports && exports[key] === _hooks2[key]) return;
|
|
591
591
|
Object.defineProperty(exports, key, {
|
|
592
592
|
enumerable: true,
|
|
593
|
-
get: function
|
|
593
|
+
get: function () {
|
|
594
594
|
return _hooks2[key];
|
|
595
595
|
}
|
|
596
596
|
});
|
|
@@ -601,7 +601,7 @@ Object.keys(_Chat).forEach(function (key) {
|
|
|
601
601
|
if (key in exports && exports[key] === _Chat[key]) return;
|
|
602
602
|
Object.defineProperty(exports, key, {
|
|
603
603
|
enumerable: true,
|
|
604
|
-
get: function
|
|
604
|
+
get: function () {
|
|
605
605
|
return _Chat[key];
|
|
606
606
|
}
|
|
607
607
|
});
|
|
@@ -612,7 +612,7 @@ Object.keys(_hooks3).forEach(function (key) {
|
|
|
612
612
|
if (key in exports && exports[key] === _hooks3[key]) return;
|
|
613
613
|
Object.defineProperty(exports, key, {
|
|
614
614
|
enumerable: true,
|
|
615
|
-
get: function
|
|
615
|
+
get: function () {
|
|
616
616
|
return _hooks3[key];
|
|
617
617
|
}
|
|
618
618
|
});
|
|
@@ -623,7 +623,7 @@ Object.keys(_ImageGallery).forEach(function (key) {
|
|
|
623
623
|
if (key in exports && exports[key] === _ImageGallery[key]) return;
|
|
624
624
|
Object.defineProperty(exports, key, {
|
|
625
625
|
enumerable: true,
|
|
626
|
-
get: function
|
|
626
|
+
get: function () {
|
|
627
627
|
return _ImageGallery[key];
|
|
628
628
|
}
|
|
629
629
|
});
|
|
@@ -634,7 +634,7 @@ Object.keys(_AnimatedGalleryImage).forEach(function (key) {
|
|
|
634
634
|
if (key in exports && exports[key] === _AnimatedGalleryImage[key]) return;
|
|
635
635
|
Object.defineProperty(exports, key, {
|
|
636
636
|
enumerable: true,
|
|
637
|
-
get: function
|
|
637
|
+
get: function () {
|
|
638
638
|
return _AnimatedGalleryImage[key];
|
|
639
639
|
}
|
|
640
640
|
});
|
|
@@ -645,7 +645,7 @@ Object.keys(_AnimatedGalleryVideo).forEach(function (key) {
|
|
|
645
645
|
if (key in exports && exports[key] === _AnimatedGalleryVideo[key]) return;
|
|
646
646
|
Object.defineProperty(exports, key, {
|
|
647
647
|
enumerable: true,
|
|
648
|
-
get: function
|
|
648
|
+
get: function () {
|
|
649
649
|
return _AnimatedGalleryVideo[key];
|
|
650
650
|
}
|
|
651
651
|
});
|
|
@@ -656,7 +656,7 @@ Object.keys(_ImageGalleryFooter).forEach(function (key) {
|
|
|
656
656
|
if (key in exports && exports[key] === _ImageGalleryFooter[key]) return;
|
|
657
657
|
Object.defineProperty(exports, key, {
|
|
658
658
|
enumerable: true,
|
|
659
|
-
get: function
|
|
659
|
+
get: function () {
|
|
660
660
|
return _ImageGalleryFooter[key];
|
|
661
661
|
}
|
|
662
662
|
});
|
|
@@ -667,7 +667,7 @@ Object.keys(_ImageGalleryHeader).forEach(function (key) {
|
|
|
667
667
|
if (key in exports && exports[key] === _ImageGalleryHeader[key]) return;
|
|
668
668
|
Object.defineProperty(exports, key, {
|
|
669
669
|
enumerable: true,
|
|
670
|
-
get: function
|
|
670
|
+
get: function () {
|
|
671
671
|
return _ImageGalleryHeader[key];
|
|
672
672
|
}
|
|
673
673
|
});
|
|
@@ -678,7 +678,7 @@ Object.keys(_ImageGrid).forEach(function (key) {
|
|
|
678
678
|
if (key in exports && exports[key] === _ImageGrid[key]) return;
|
|
679
679
|
Object.defineProperty(exports, key, {
|
|
680
680
|
enumerable: true,
|
|
681
|
-
get: function
|
|
681
|
+
get: function () {
|
|
682
682
|
return _ImageGrid[key];
|
|
683
683
|
}
|
|
684
684
|
});
|
|
@@ -689,7 +689,7 @@ Object.keys(_ImageGalleryVideoControl).forEach(function (key) {
|
|
|
689
689
|
if (key in exports && exports[key] === _ImageGalleryVideoControl[key]) return;
|
|
690
690
|
Object.defineProperty(exports, key, {
|
|
691
691
|
enumerable: true,
|
|
692
|
-
get: function
|
|
692
|
+
get: function () {
|
|
693
693
|
return _ImageGalleryVideoControl[key];
|
|
694
694
|
}
|
|
695
695
|
});
|
|
@@ -700,7 +700,7 @@ Object.keys(_types).forEach(function (key) {
|
|
|
700
700
|
if (key in exports && exports[key] === _types[key]) return;
|
|
701
701
|
Object.defineProperty(exports, key, {
|
|
702
702
|
enumerable: true,
|
|
703
|
-
get: function
|
|
703
|
+
get: function () {
|
|
704
704
|
return _types[key];
|
|
705
705
|
}
|
|
706
706
|
});
|
|
@@ -711,7 +711,7 @@ Object.keys(_useImageGalleryVideoPlayer).forEach(function (key) {
|
|
|
711
711
|
if (key in exports && exports[key] === _useImageGalleryVideoPlayer[key]) return;
|
|
712
712
|
Object.defineProperty(exports, key, {
|
|
713
713
|
enumerable: true,
|
|
714
|
-
get: function
|
|
714
|
+
get: function () {
|
|
715
715
|
return _useImageGalleryVideoPlayer[key];
|
|
716
716
|
}
|
|
717
717
|
});
|
|
@@ -722,7 +722,7 @@ Object.keys(_EmptyStateIndicator).forEach(function (key) {
|
|
|
722
722
|
if (key in exports && exports[key] === _EmptyStateIndicator[key]) return;
|
|
723
723
|
Object.defineProperty(exports, key, {
|
|
724
724
|
enumerable: true,
|
|
725
|
-
get: function
|
|
725
|
+
get: function () {
|
|
726
726
|
return _EmptyStateIndicator[key];
|
|
727
727
|
}
|
|
728
728
|
});
|
|
@@ -733,7 +733,7 @@ Object.keys(_LoadingDot).forEach(function (key) {
|
|
|
733
733
|
if (key in exports && exports[key] === _LoadingDot[key]) return;
|
|
734
734
|
Object.defineProperty(exports, key, {
|
|
735
735
|
enumerable: true,
|
|
736
|
-
get: function
|
|
736
|
+
get: function () {
|
|
737
737
|
return _LoadingDot[key];
|
|
738
738
|
}
|
|
739
739
|
});
|
|
@@ -744,7 +744,7 @@ Object.keys(_LoadingDots).forEach(function (key) {
|
|
|
744
744
|
if (key in exports && exports[key] === _LoadingDots[key]) return;
|
|
745
745
|
Object.defineProperty(exports, key, {
|
|
746
746
|
enumerable: true,
|
|
747
|
-
get: function
|
|
747
|
+
get: function () {
|
|
748
748
|
return _LoadingDots[key];
|
|
749
749
|
}
|
|
750
750
|
});
|
|
@@ -755,7 +755,7 @@ Object.keys(_LoadingErrorIndicator).forEach(function (key) {
|
|
|
755
755
|
if (key in exports && exports[key] === _LoadingErrorIndicator[key]) return;
|
|
756
756
|
Object.defineProperty(exports, key, {
|
|
757
757
|
enumerable: true,
|
|
758
|
-
get: function
|
|
758
|
+
get: function () {
|
|
759
759
|
return _LoadingErrorIndicator[key];
|
|
760
760
|
}
|
|
761
761
|
});
|
|
@@ -766,7 +766,7 @@ Object.keys(_LoadingIndicator).forEach(function (key) {
|
|
|
766
766
|
if (key in exports && exports[key] === _LoadingIndicator[key]) return;
|
|
767
767
|
Object.defineProperty(exports, key, {
|
|
768
768
|
enumerable: true,
|
|
769
|
-
get: function
|
|
769
|
+
get: function () {
|
|
770
770
|
return _LoadingIndicator[key];
|
|
771
771
|
}
|
|
772
772
|
});
|
|
@@ -777,7 +777,7 @@ Object.keys(_KeyboardCompatibleView).forEach(function (key) {
|
|
|
777
777
|
if (key in exports && exports[key] === _KeyboardCompatibleView[key]) return;
|
|
778
778
|
Object.defineProperty(exports, key, {
|
|
779
779
|
enumerable: true,
|
|
780
|
-
get: function
|
|
780
|
+
get: function () {
|
|
781
781
|
return _KeyboardCompatibleView[key];
|
|
782
782
|
}
|
|
783
783
|
});
|
|
@@ -788,7 +788,7 @@ Object.keys(_useCreateMessageContext).forEach(function (key) {
|
|
|
788
788
|
if (key in exports && exports[key] === _useCreateMessageContext[key]) return;
|
|
789
789
|
Object.defineProperty(exports, key, {
|
|
790
790
|
enumerable: true,
|
|
791
|
-
get: function
|
|
791
|
+
get: function () {
|
|
792
792
|
return _useCreateMessageContext[key];
|
|
793
793
|
}
|
|
794
794
|
});
|
|
@@ -799,7 +799,7 @@ Object.keys(_useMessageActions).forEach(function (key) {
|
|
|
799
799
|
if (key in exports && exports[key] === _useMessageActions[key]) return;
|
|
800
800
|
Object.defineProperty(exports, key, {
|
|
801
801
|
enumerable: true,
|
|
802
|
-
get: function
|
|
802
|
+
get: function () {
|
|
803
803
|
return _useMessageActions[key];
|
|
804
804
|
}
|
|
805
805
|
});
|
|
@@ -810,7 +810,7 @@ Object.keys(_useMessageActionHandlers).forEach(function (key) {
|
|
|
810
810
|
if (key in exports && exports[key] === _useMessageActionHandlers[key]) return;
|
|
811
811
|
Object.defineProperty(exports, key, {
|
|
812
812
|
enumerable: true,
|
|
813
|
-
get: function
|
|
813
|
+
get: function () {
|
|
814
814
|
return _useMessageActionHandlers[key];
|
|
815
815
|
}
|
|
816
816
|
});
|
|
@@ -821,7 +821,7 @@ Object.keys(_useStreamingMessage).forEach(function (key) {
|
|
|
821
821
|
if (key in exports && exports[key] === _useStreamingMessage[key]) return;
|
|
822
822
|
Object.defineProperty(exports, key, {
|
|
823
823
|
enumerable: true,
|
|
824
|
-
get: function
|
|
824
|
+
get: function () {
|
|
825
825
|
return _useStreamingMessage[key];
|
|
826
826
|
}
|
|
827
827
|
});
|
|
@@ -832,7 +832,7 @@ Object.keys(_useMessageDeliveryData).forEach(function (key) {
|
|
|
832
832
|
if (key in exports && exports[key] === _useMessageDeliveryData[key]) return;
|
|
833
833
|
Object.defineProperty(exports, key, {
|
|
834
834
|
enumerable: true,
|
|
835
|
-
get: function
|
|
835
|
+
get: function () {
|
|
836
836
|
return _useMessageDeliveryData[key];
|
|
837
837
|
}
|
|
838
838
|
});
|
|
@@ -843,7 +843,7 @@ Object.keys(_useMessageReadData).forEach(function (key) {
|
|
|
843
843
|
if (key in exports && exports[key] === _useMessageReadData[key]) return;
|
|
844
844
|
Object.defineProperty(exports, key, {
|
|
845
845
|
enumerable: true,
|
|
846
|
-
get: function
|
|
846
|
+
get: function () {
|
|
847
847
|
return _useMessageReadData[key];
|
|
848
848
|
}
|
|
849
849
|
});
|
|
@@ -854,7 +854,7 @@ Object.keys(_Message).forEach(function (key) {
|
|
|
854
854
|
if (key in exports && exports[key] === _Message[key]) return;
|
|
855
855
|
Object.defineProperty(exports, key, {
|
|
856
856
|
enumerable: true,
|
|
857
|
-
get: function
|
|
857
|
+
get: function () {
|
|
858
858
|
return _Message[key];
|
|
859
859
|
}
|
|
860
860
|
});
|
|
@@ -865,7 +865,7 @@ Object.keys(_MessageOverlayWrapper).forEach(function (key) {
|
|
|
865
865
|
if (key in exports && exports[key] === _MessageOverlayWrapper[key]) return;
|
|
866
866
|
Object.defineProperty(exports, key, {
|
|
867
867
|
enumerable: true,
|
|
868
|
-
get: function
|
|
868
|
+
get: function () {
|
|
869
869
|
return _MessageOverlayWrapper[key];
|
|
870
870
|
}
|
|
871
871
|
});
|
|
@@ -876,7 +876,7 @@ Object.keys(_MessageAuthor).forEach(function (key) {
|
|
|
876
876
|
if (key in exports && exports[key] === _MessageAuthor[key]) return;
|
|
877
877
|
Object.defineProperty(exports, key, {
|
|
878
878
|
enumerable: true,
|
|
879
|
-
get: function
|
|
879
|
+
get: function () {
|
|
880
880
|
return _MessageAuthor[key];
|
|
881
881
|
}
|
|
882
882
|
});
|
|
@@ -887,7 +887,7 @@ Object.keys(_MessageBounce).forEach(function (key) {
|
|
|
887
887
|
if (key in exports && exports[key] === _MessageBounce[key]) return;
|
|
888
888
|
Object.defineProperty(exports, key, {
|
|
889
889
|
enumerable: true,
|
|
890
|
-
get: function
|
|
890
|
+
get: function () {
|
|
891
891
|
return _MessageBounce[key];
|
|
892
892
|
}
|
|
893
893
|
});
|
|
@@ -898,7 +898,7 @@ Object.keys(_MessageBlocked).forEach(function (key) {
|
|
|
898
898
|
if (key in exports && exports[key] === _MessageBlocked[key]) return;
|
|
899
899
|
Object.defineProperty(exports, key, {
|
|
900
900
|
enumerable: true,
|
|
901
|
-
get: function
|
|
901
|
+
get: function () {
|
|
902
902
|
return _MessageBlocked[key];
|
|
903
903
|
}
|
|
904
904
|
});
|
|
@@ -909,7 +909,7 @@ Object.keys(_MessageContent).forEach(function (key) {
|
|
|
909
909
|
if (key in exports && exports[key] === _MessageContent[key]) return;
|
|
910
910
|
Object.defineProperty(exports, key, {
|
|
911
911
|
enumerable: true,
|
|
912
|
-
get: function
|
|
912
|
+
get: function () {
|
|
913
913
|
return _MessageContent[key];
|
|
914
914
|
}
|
|
915
915
|
});
|
|
@@ -920,7 +920,7 @@ Object.keys(_MessageDeleted).forEach(function (key) {
|
|
|
920
920
|
if (key in exports && exports[key] === _MessageDeleted[key]) return;
|
|
921
921
|
Object.defineProperty(exports, key, {
|
|
922
922
|
enumerable: true,
|
|
923
|
-
get: function
|
|
923
|
+
get: function () {
|
|
924
924
|
return _MessageDeleted[key];
|
|
925
925
|
}
|
|
926
926
|
});
|
|
@@ -931,7 +931,7 @@ Object.keys(_MessageError).forEach(function (key) {
|
|
|
931
931
|
if (key in exports && exports[key] === _MessageError[key]) return;
|
|
932
932
|
Object.defineProperty(exports, key, {
|
|
933
933
|
enumerable: true,
|
|
934
|
-
get: function
|
|
934
|
+
get: function () {
|
|
935
935
|
return _MessageError[key];
|
|
936
936
|
}
|
|
937
937
|
});
|
|
@@ -942,7 +942,7 @@ Object.keys(_MessageFooter).forEach(function (key) {
|
|
|
942
942
|
if (key in exports && exports[key] === _MessageFooter[key]) return;
|
|
943
943
|
Object.defineProperty(exports, key, {
|
|
944
944
|
enumerable: true,
|
|
945
|
-
get: function
|
|
945
|
+
get: function () {
|
|
946
946
|
return _MessageFooter[key];
|
|
947
947
|
}
|
|
948
948
|
});
|
|
@@ -953,7 +953,7 @@ Object.keys(_MessageHeader).forEach(function (key) {
|
|
|
953
953
|
if (key in exports && exports[key] === _MessageHeader[key]) return;
|
|
954
954
|
Object.defineProperty(exports, key, {
|
|
955
955
|
enumerable: true,
|
|
956
|
-
get: function
|
|
956
|
+
get: function () {
|
|
957
957
|
return _MessageHeader[key];
|
|
958
958
|
}
|
|
959
959
|
});
|
|
@@ -964,7 +964,7 @@ Object.keys(_Headers).forEach(function (key) {
|
|
|
964
964
|
if (key in exports && exports[key] === _Headers[key]) return;
|
|
965
965
|
Object.defineProperty(exports, key, {
|
|
966
966
|
enumerable: true,
|
|
967
|
-
get: function
|
|
967
|
+
get: function () {
|
|
968
968
|
return _Headers[key];
|
|
969
969
|
}
|
|
970
970
|
});
|
|
@@ -975,7 +975,7 @@ Object.keys(_MessageReplies).forEach(function (key) {
|
|
|
975
975
|
if (key in exports && exports[key] === _MessageReplies[key]) return;
|
|
976
976
|
Object.defineProperty(exports, key, {
|
|
977
977
|
enumerable: true,
|
|
978
|
-
get: function
|
|
978
|
+
get: function () {
|
|
979
979
|
return _MessageReplies[key];
|
|
980
980
|
}
|
|
981
981
|
});
|
|
@@ -986,7 +986,7 @@ Object.keys(_MessageRepliesAvatars).forEach(function (key) {
|
|
|
986
986
|
if (key in exports && exports[key] === _MessageRepliesAvatars[key]) return;
|
|
987
987
|
Object.defineProperty(exports, key, {
|
|
988
988
|
enumerable: true,
|
|
989
|
-
get: function
|
|
989
|
+
get: function () {
|
|
990
990
|
return _MessageRepliesAvatars[key];
|
|
991
991
|
}
|
|
992
992
|
});
|
|
@@ -997,7 +997,7 @@ Object.keys(_MessageItemView).forEach(function (key) {
|
|
|
997
997
|
if (key in exports && exports[key] === _MessageItemView[key]) return;
|
|
998
998
|
Object.defineProperty(exports, key, {
|
|
999
999
|
enumerable: true,
|
|
1000
|
-
get: function
|
|
1000
|
+
get: function () {
|
|
1001
1001
|
return _MessageItemView[key];
|
|
1002
1002
|
}
|
|
1003
1003
|
});
|
|
@@ -1008,7 +1008,7 @@ Object.keys(_MessageStatus).forEach(function (key) {
|
|
|
1008
1008
|
if (key in exports && exports[key] === _MessageStatus[key]) return;
|
|
1009
1009
|
Object.defineProperty(exports, key, {
|
|
1010
1010
|
enumerable: true,
|
|
1011
|
-
get: function
|
|
1011
|
+
get: function () {
|
|
1012
1012
|
return _MessageStatus[key];
|
|
1013
1013
|
}
|
|
1014
1014
|
});
|
|
@@ -1019,7 +1019,7 @@ Object.keys(_MessageTextContainer).forEach(function (key) {
|
|
|
1019
1019
|
if (key in exports && exports[key] === _MessageTextContainer[key]) return;
|
|
1020
1020
|
Object.defineProperty(exports, key, {
|
|
1021
1021
|
enumerable: true,
|
|
1022
|
-
get: function
|
|
1022
|
+
get: function () {
|
|
1023
1023
|
return _MessageTextContainer[key];
|
|
1024
1024
|
}
|
|
1025
1025
|
});
|
|
@@ -1030,7 +1030,7 @@ Object.keys(_MessageTimestamp).forEach(function (key) {
|
|
|
1030
1030
|
if (key in exports && exports[key] === _MessageTimestamp[key]) return;
|
|
1031
1031
|
Object.defineProperty(exports, key, {
|
|
1032
1032
|
enumerable: true,
|
|
1033
|
-
get: function
|
|
1033
|
+
get: function () {
|
|
1034
1034
|
return _MessageTimestamp[key];
|
|
1035
1035
|
}
|
|
1036
1036
|
});
|
|
@@ -1041,7 +1041,7 @@ Object.keys(_ReactionListBottom).forEach(function (key) {
|
|
|
1041
1041
|
if (key in exports && exports[key] === _ReactionListBottom[key]) return;
|
|
1042
1042
|
Object.defineProperty(exports, key, {
|
|
1043
1043
|
enumerable: true,
|
|
1044
|
-
get: function
|
|
1044
|
+
get: function () {
|
|
1045
1045
|
return _ReactionListBottom[key];
|
|
1046
1046
|
}
|
|
1047
1047
|
});
|
|
@@ -1052,7 +1052,7 @@ Object.keys(_ReactionListTop).forEach(function (key) {
|
|
|
1052
1052
|
if (key in exports && exports[key] === _ReactionListTop[key]) return;
|
|
1053
1053
|
Object.defineProperty(exports, key, {
|
|
1054
1054
|
enumerable: true,
|
|
1055
|
-
get: function
|
|
1055
|
+
get: function () {
|
|
1056
1056
|
return _ReactionListTop[key];
|
|
1057
1057
|
}
|
|
1058
1058
|
});
|
|
@@ -1063,7 +1063,7 @@ Object.keys(_ReactionListClustered).forEach(function (key) {
|
|
|
1063
1063
|
if (key in exports && exports[key] === _ReactionListClustered[key]) return;
|
|
1064
1064
|
Object.defineProperty(exports, key, {
|
|
1065
1065
|
enumerable: true,
|
|
1066
|
-
get: function
|
|
1066
|
+
get: function () {
|
|
1067
1067
|
return _ReactionListClustered[key];
|
|
1068
1068
|
}
|
|
1069
1069
|
});
|
|
@@ -1074,7 +1074,7 @@ Object.keys(_ReactionListItem).forEach(function (key) {
|
|
|
1074
1074
|
if (key in exports && exports[key] === _ReactionListItem[key]) return;
|
|
1075
1075
|
Object.defineProperty(exports, key, {
|
|
1076
1076
|
enumerable: true,
|
|
1077
|
-
get: function
|
|
1077
|
+
get: function () {
|
|
1078
1078
|
return _ReactionListItem[key];
|
|
1079
1079
|
}
|
|
1080
1080
|
});
|
|
@@ -1085,7 +1085,7 @@ Object.keys(_ReactionListItemWrapper).forEach(function (key) {
|
|
|
1085
1085
|
if (key in exports && exports[key] === _ReactionListItemWrapper[key]) return;
|
|
1086
1086
|
Object.defineProperty(exports, key, {
|
|
1087
1087
|
enumerable: true,
|
|
1088
|
-
get: function
|
|
1088
|
+
get: function () {
|
|
1089
1089
|
return _ReactionListItemWrapper[key];
|
|
1090
1090
|
}
|
|
1091
1091
|
});
|
|
@@ -1096,7 +1096,7 @@ Object.keys(_renderText).forEach(function (key) {
|
|
|
1096
1096
|
if (key in exports && exports[key] === _renderText[key]) return;
|
|
1097
1097
|
Object.defineProperty(exports, key, {
|
|
1098
1098
|
enumerable: true,
|
|
1099
|
-
get: function
|
|
1099
|
+
get: function () {
|
|
1100
1100
|
return _renderText[key];
|
|
1101
1101
|
}
|
|
1102
1102
|
});
|
|
@@ -1107,7 +1107,7 @@ Object.keys(_messageActions).forEach(function (key) {
|
|
|
1107
1107
|
if (key in exports && exports[key] === _messageActions[key]) return;
|
|
1108
1108
|
Object.defineProperty(exports, key, {
|
|
1109
1109
|
enumerable: true,
|
|
1110
|
-
get: function
|
|
1110
|
+
get: function () {
|
|
1111
1111
|
return _messageActions[key];
|
|
1112
1112
|
}
|
|
1113
1113
|
});
|
|
@@ -1118,7 +1118,7 @@ Object.keys(_removeReservedFields).forEach(function (key) {
|
|
|
1118
1118
|
if (key in exports && exports[key] === _removeReservedFields[key]) return;
|
|
1119
1119
|
Object.defineProperty(exports, key, {
|
|
1120
1120
|
enumerable: true,
|
|
1121
|
-
get: function
|
|
1121
|
+
get: function () {
|
|
1122
1122
|
return _removeReservedFields[key];
|
|
1123
1123
|
}
|
|
1124
1124
|
});
|
|
@@ -1129,7 +1129,7 @@ Object.keys(_AttachButton).forEach(function (key) {
|
|
|
1129
1129
|
if (key in exports && exports[key] === _AttachButton[key]) return;
|
|
1130
1130
|
Object.defineProperty(exports, key, {
|
|
1131
1131
|
enumerable: true,
|
|
1132
|
-
get: function
|
|
1132
|
+
get: function () {
|
|
1133
1133
|
return _AttachButton[key];
|
|
1134
1134
|
}
|
|
1135
1135
|
});
|
|
@@ -1140,7 +1140,7 @@ Object.keys(_AttachmentUploadPreviewList).forEach(function (key) {
|
|
|
1140
1140
|
if (key in exports && exports[key] === _AttachmentUploadPreviewList[key]) return;
|
|
1141
1141
|
Object.defineProperty(exports, key, {
|
|
1142
1142
|
enumerable: true,
|
|
1143
|
-
get: function
|
|
1143
|
+
get: function () {
|
|
1144
1144
|
return _AttachmentUploadPreviewList[key];
|
|
1145
1145
|
}
|
|
1146
1146
|
});
|
|
@@ -1151,7 +1151,7 @@ Object.keys(_CooldownTimer).forEach(function (key) {
|
|
|
1151
1151
|
if (key in exports && exports[key] === _CooldownTimer[key]) return;
|
|
1152
1152
|
Object.defineProperty(exports, key, {
|
|
1153
1153
|
enumerable: true,
|
|
1154
|
-
get: function
|
|
1154
|
+
get: function () {
|
|
1155
1155
|
return _CooldownTimer[key];
|
|
1156
1156
|
}
|
|
1157
1157
|
});
|
|
@@ -1162,7 +1162,7 @@ Object.keys(_InputButtons).forEach(function (key) {
|
|
|
1162
1162
|
if (key in exports && exports[key] === _InputButtons[key]) return;
|
|
1163
1163
|
Object.defineProperty(exports, key, {
|
|
1164
1164
|
enumerable: true,
|
|
1165
|
-
get: function
|
|
1165
|
+
get: function () {
|
|
1166
1166
|
return _InputButtons[key];
|
|
1167
1167
|
}
|
|
1168
1168
|
});
|
|
@@ -1173,7 +1173,7 @@ Object.keys(_MessageComposer).forEach(function (key) {
|
|
|
1173
1173
|
if (key in exports && exports[key] === _MessageComposer[key]) return;
|
|
1174
1174
|
Object.defineProperty(exports, key, {
|
|
1175
1175
|
enumerable: true,
|
|
1176
|
-
get: function
|
|
1176
|
+
get: function () {
|
|
1177
1177
|
return _MessageComposer[key];
|
|
1178
1178
|
}
|
|
1179
1179
|
});
|
|
@@ -1184,7 +1184,7 @@ Object.keys(_MessageComposerLeadingView).forEach(function (key) {
|
|
|
1184
1184
|
if (key in exports && exports[key] === _MessageComposerLeadingView[key]) return;
|
|
1185
1185
|
Object.defineProperty(exports, key, {
|
|
1186
1186
|
enumerable: true,
|
|
1187
|
-
get: function
|
|
1187
|
+
get: function () {
|
|
1188
1188
|
return _MessageComposerLeadingView[key];
|
|
1189
1189
|
}
|
|
1190
1190
|
});
|
|
@@ -1195,7 +1195,7 @@ Object.keys(_MessageComposerTrailingView).forEach(function (key) {
|
|
|
1195
1195
|
if (key in exports && exports[key] === _MessageComposerTrailingView[key]) return;
|
|
1196
1196
|
Object.defineProperty(exports, key, {
|
|
1197
1197
|
enumerable: true,
|
|
1198
|
-
get: function
|
|
1198
|
+
get: function () {
|
|
1199
1199
|
return _MessageComposerTrailingView[key];
|
|
1200
1200
|
}
|
|
1201
1201
|
});
|
|
@@ -1206,7 +1206,7 @@ Object.keys(_MessageInputFooterView).forEach(function (key) {
|
|
|
1206
1206
|
if (key in exports && exports[key] === _MessageInputFooterView[key]) return;
|
|
1207
1207
|
Object.defineProperty(exports, key, {
|
|
1208
1208
|
enumerable: true,
|
|
1209
|
-
get: function
|
|
1209
|
+
get: function () {
|
|
1210
1210
|
return _MessageInputFooterView[key];
|
|
1211
1211
|
}
|
|
1212
1212
|
});
|
|
@@ -1217,7 +1217,7 @@ Object.keys(_MessageInputHeaderView).forEach(function (key) {
|
|
|
1217
1217
|
if (key in exports && exports[key] === _MessageInputHeaderView[key]) return;
|
|
1218
1218
|
Object.defineProperty(exports, key, {
|
|
1219
1219
|
enumerable: true,
|
|
1220
|
-
get: function
|
|
1220
|
+
get: function () {
|
|
1221
1221
|
return _MessageInputHeaderView[key];
|
|
1222
1222
|
}
|
|
1223
1223
|
});
|
|
@@ -1228,7 +1228,7 @@ Object.keys(_MessageInputLeadingView).forEach(function (key) {
|
|
|
1228
1228
|
if (key in exports && exports[key] === _MessageInputLeadingView[key]) return;
|
|
1229
1229
|
Object.defineProperty(exports, key, {
|
|
1230
1230
|
enumerable: true,
|
|
1231
|
-
get: function
|
|
1231
|
+
get: function () {
|
|
1232
1232
|
return _MessageInputLeadingView[key];
|
|
1233
1233
|
}
|
|
1234
1234
|
});
|
|
@@ -1239,7 +1239,7 @@ Object.keys(_MessageInputTrailingView).forEach(function (key) {
|
|
|
1239
1239
|
if (key in exports && exports[key] === _MessageInputTrailingView[key]) return;
|
|
1240
1240
|
Object.defineProperty(exports, key, {
|
|
1241
1241
|
enumerable: true,
|
|
1242
|
-
get: function
|
|
1242
|
+
get: function () {
|
|
1243
1243
|
return _MessageInputTrailingView[key];
|
|
1244
1244
|
}
|
|
1245
1245
|
});
|
|
@@ -1250,7 +1250,7 @@ Object.keys(_SendButton).forEach(function (key) {
|
|
|
1250
1250
|
if (key in exports && exports[key] === _SendButton[key]) return;
|
|
1251
1251
|
Object.defineProperty(exports, key, {
|
|
1252
1252
|
enumerable: true,
|
|
1253
|
-
get: function
|
|
1253
|
+
get: function () {
|
|
1254
1254
|
return _SendButton[key];
|
|
1255
1255
|
}
|
|
1256
1256
|
});
|
|
@@ -1261,7 +1261,7 @@ Object.keys(_SendMessageDisallowedIndicator).forEach(function (key) {
|
|
|
1261
1261
|
if (key in exports && exports[key] === _SendMessageDisallowedIndicator[key]) return;
|
|
1262
1262
|
Object.defineProperty(exports, key, {
|
|
1263
1263
|
enumerable: true,
|
|
1264
|
-
get: function
|
|
1264
|
+
get: function () {
|
|
1265
1265
|
return _SendMessageDisallowedIndicator[key];
|
|
1266
1266
|
}
|
|
1267
1267
|
});
|
|
@@ -1272,7 +1272,7 @@ Object.keys(_ShowThreadMessageInChannelButton).forEach(function (key) {
|
|
|
1272
1272
|
if (key in exports && exports[key] === _ShowThreadMessageInChannelButton[key]) return;
|
|
1273
1273
|
Object.defineProperty(exports, key, {
|
|
1274
1274
|
enumerable: true,
|
|
1275
|
-
get: function
|
|
1275
|
+
get: function () {
|
|
1276
1276
|
return _ShowThreadMessageInChannelButton[key];
|
|
1277
1277
|
}
|
|
1278
1278
|
});
|
|
@@ -1283,7 +1283,7 @@ Object.keys(_StopMessageStreamingButton).forEach(function (key) {
|
|
|
1283
1283
|
if (key in exports && exports[key] === _StopMessageStreamingButton[key]) return;
|
|
1284
1284
|
Object.defineProperty(exports, key, {
|
|
1285
1285
|
enumerable: true,
|
|
1286
|
-
get: function
|
|
1286
|
+
get: function () {
|
|
1287
1287
|
return _StopMessageStreamingButton[key];
|
|
1288
1288
|
}
|
|
1289
1289
|
});
|
|
@@ -1294,7 +1294,7 @@ Object.keys(_AudioRecorder).forEach(function (key) {
|
|
|
1294
1294
|
if (key in exports && exports[key] === _AudioRecorder[key]) return;
|
|
1295
1295
|
Object.defineProperty(exports, key, {
|
|
1296
1296
|
enumerable: true,
|
|
1297
|
-
get: function
|
|
1297
|
+
get: function () {
|
|
1298
1298
|
return _AudioRecorder[key];
|
|
1299
1299
|
}
|
|
1300
1300
|
});
|
|
@@ -1305,7 +1305,7 @@ Object.keys(_AudioRecordingButton).forEach(function (key) {
|
|
|
1305
1305
|
if (key in exports && exports[key] === _AudioRecordingButton[key]) return;
|
|
1306
1306
|
Object.defineProperty(exports, key, {
|
|
1307
1307
|
enumerable: true,
|
|
1308
|
-
get: function
|
|
1308
|
+
get: function () {
|
|
1309
1309
|
return _AudioRecordingButton[key];
|
|
1310
1310
|
}
|
|
1311
1311
|
});
|
|
@@ -1316,7 +1316,7 @@ Object.keys(_AudioRecordingInProgress).forEach(function (key) {
|
|
|
1316
1316
|
if (key in exports && exports[key] === _AudioRecordingInProgress[key]) return;
|
|
1317
1317
|
Object.defineProperty(exports, key, {
|
|
1318
1318
|
enumerable: true,
|
|
1319
|
-
get: function
|
|
1319
|
+
get: function () {
|
|
1320
1320
|
return _AudioRecordingInProgress[key];
|
|
1321
1321
|
}
|
|
1322
1322
|
});
|
|
@@ -1327,7 +1327,7 @@ Object.keys(_AudioRecordingLockIndicator).forEach(function (key) {
|
|
|
1327
1327
|
if (key in exports && exports[key] === _AudioRecordingLockIndicator[key]) return;
|
|
1328
1328
|
Object.defineProperty(exports, key, {
|
|
1329
1329
|
enumerable: true,
|
|
1330
|
-
get: function
|
|
1330
|
+
get: function () {
|
|
1331
1331
|
return _AudioRecordingLockIndicator[key];
|
|
1332
1332
|
}
|
|
1333
1333
|
});
|
|
@@ -1338,7 +1338,7 @@ Object.keys(_AudioRecordingPreview).forEach(function (key) {
|
|
|
1338
1338
|
if (key in exports && exports[key] === _AudioRecordingPreview[key]) return;
|
|
1339
1339
|
Object.defineProperty(exports, key, {
|
|
1340
1340
|
enumerable: true,
|
|
1341
|
-
get: function
|
|
1341
|
+
get: function () {
|
|
1342
1342
|
return _AudioRecordingPreview[key];
|
|
1343
1343
|
}
|
|
1344
1344
|
});
|
|
@@ -1349,7 +1349,7 @@ Object.keys(_AudioRecordingWaveform).forEach(function (key) {
|
|
|
1349
1349
|
if (key in exports && exports[key] === _AudioRecordingWaveform[key]) return;
|
|
1350
1350
|
Object.defineProperty(exports, key, {
|
|
1351
1351
|
enumerable: true,
|
|
1352
|
-
get: function
|
|
1352
|
+
get: function () {
|
|
1353
1353
|
return _AudioRecordingWaveform[key];
|
|
1354
1354
|
}
|
|
1355
1355
|
});
|
|
@@ -1360,7 +1360,7 @@ Object.keys(_MicPositionContext).forEach(function (key) {
|
|
|
1360
1360
|
if (key in exports && exports[key] === _MicPositionContext[key]) return;
|
|
1361
1361
|
Object.defineProperty(exports, key, {
|
|
1362
1362
|
enumerable: true,
|
|
1363
|
-
get: function
|
|
1363
|
+
get: function () {
|
|
1364
1364
|
return _MicPositionContext[key];
|
|
1365
1365
|
}
|
|
1366
1366
|
});
|
|
@@ -1371,7 +1371,7 @@ Object.keys(_AttachmentUploadProgressIndicator).forEach(function (key) {
|
|
|
1371
1371
|
if (key in exports && exports[key] === _AttachmentUploadProgressIndicator[key]) return;
|
|
1372
1372
|
Object.defineProperty(exports, key, {
|
|
1373
1373
|
enumerable: true,
|
|
1374
|
-
get: function
|
|
1374
|
+
get: function () {
|
|
1375
1375
|
return _AttachmentUploadProgressIndicator[key];
|
|
1376
1376
|
}
|
|
1377
1377
|
});
|
|
@@ -1382,7 +1382,7 @@ Object.keys(_AudioAttachmentUploadPreview).forEach(function (key) {
|
|
|
1382
1382
|
if (key in exports && exports[key] === _AudioAttachmentUploadPreview[key]) return;
|
|
1383
1383
|
Object.defineProperty(exports, key, {
|
|
1384
1384
|
enumerable: true,
|
|
1385
|
-
get: function
|
|
1385
|
+
get: function () {
|
|
1386
1386
|
return _AudioAttachmentUploadPreview[key];
|
|
1387
1387
|
}
|
|
1388
1388
|
});
|
|
@@ -1393,7 +1393,7 @@ Object.keys(_FileAttachmentUploadPreview).forEach(function (key) {
|
|
|
1393
1393
|
if (key in exports && exports[key] === _FileAttachmentUploadPreview[key]) return;
|
|
1394
1394
|
Object.defineProperty(exports, key, {
|
|
1395
1395
|
enumerable: true,
|
|
1396
|
-
get: function
|
|
1396
|
+
get: function () {
|
|
1397
1397
|
return _FileAttachmentUploadPreview[key];
|
|
1398
1398
|
}
|
|
1399
1399
|
});
|
|
@@ -1404,7 +1404,7 @@ Object.keys(_ImageAttachmentUploadPreview).forEach(function (key) {
|
|
|
1404
1404
|
if (key in exports && exports[key] === _ImageAttachmentUploadPreview[key]) return;
|
|
1405
1405
|
Object.defineProperty(exports, key, {
|
|
1406
1406
|
enumerable: true,
|
|
1407
|
-
get: function
|
|
1407
|
+
get: function () {
|
|
1408
1408
|
return _ImageAttachmentUploadPreview[key];
|
|
1409
1409
|
}
|
|
1410
1410
|
});
|
|
@@ -1415,7 +1415,7 @@ Object.keys(_useAudioRecorder).forEach(function (key) {
|
|
|
1415
1415
|
if (key in exports && exports[key] === _useAudioRecorder[key]) return;
|
|
1416
1416
|
Object.defineProperty(exports, key, {
|
|
1417
1417
|
enumerable: true,
|
|
1418
|
-
get: function
|
|
1418
|
+
get: function () {
|
|
1419
1419
|
return _useAudioRecorder[key];
|
|
1420
1420
|
}
|
|
1421
1421
|
});
|
|
@@ -1426,7 +1426,7 @@ Object.keys(_DateHeader).forEach(function (key) {
|
|
|
1426
1426
|
if (key in exports && exports[key] === _DateHeader[key]) return;
|
|
1427
1427
|
Object.defineProperty(exports, key, {
|
|
1428
1428
|
enumerable: true,
|
|
1429
|
-
get: function
|
|
1429
|
+
get: function () {
|
|
1430
1430
|
return _DateHeader[key];
|
|
1431
1431
|
}
|
|
1432
1432
|
});
|
|
@@ -1437,7 +1437,7 @@ Object.keys(_useMessageList).forEach(function (key) {
|
|
|
1437
1437
|
if (key in exports && exports[key] === _useMessageList[key]) return;
|
|
1438
1438
|
Object.defineProperty(exports, key, {
|
|
1439
1439
|
enumerable: true,
|
|
1440
|
-
get: function
|
|
1440
|
+
get: function () {
|
|
1441
1441
|
return _useMessageList[key];
|
|
1442
1442
|
}
|
|
1443
1443
|
});
|
|
@@ -1448,7 +1448,7 @@ Object.keys(_useTypingString).forEach(function (key) {
|
|
|
1448
1448
|
if (key in exports && exports[key] === _useTypingString[key]) return;
|
|
1449
1449
|
Object.defineProperty(exports, key, {
|
|
1450
1450
|
enumerable: true,
|
|
1451
|
-
get: function
|
|
1451
|
+
get: function () {
|
|
1452
1452
|
return _useTypingString[key];
|
|
1453
1453
|
}
|
|
1454
1454
|
});
|
|
@@ -1459,7 +1459,7 @@ Object.keys(_InlineDateSeparator).forEach(function (key) {
|
|
|
1459
1459
|
if (key in exports && exports[key] === _InlineDateSeparator[key]) return;
|
|
1460
1460
|
Object.defineProperty(exports, key, {
|
|
1461
1461
|
enumerable: true,
|
|
1462
|
-
get: function
|
|
1462
|
+
get: function () {
|
|
1463
1463
|
return _InlineDateSeparator[key];
|
|
1464
1464
|
}
|
|
1465
1465
|
});
|
|
@@ -1470,7 +1470,7 @@ Object.keys(_InlineLoadingMoreIndicator).forEach(function (key) {
|
|
|
1470
1470
|
if (key in exports && exports[key] === _InlineLoadingMoreIndicator[key]) return;
|
|
1471
1471
|
Object.defineProperty(exports, key, {
|
|
1472
1472
|
enumerable: true,
|
|
1473
|
-
get: function
|
|
1473
|
+
get: function () {
|
|
1474
1474
|
return _InlineLoadingMoreIndicator[key];
|
|
1475
1475
|
}
|
|
1476
1476
|
});
|
|
@@ -1481,7 +1481,7 @@ Object.keys(_InlineLoadingMoreRecentIndicator).forEach(function (key) {
|
|
|
1481
1481
|
if (key in exports && exports[key] === _InlineLoadingMoreRecentIndicator[key]) return;
|
|
1482
1482
|
Object.defineProperty(exports, key, {
|
|
1483
1483
|
enumerable: true,
|
|
1484
|
-
get: function
|
|
1484
|
+
get: function () {
|
|
1485
1485
|
return _InlineLoadingMoreRecentIndicator[key];
|
|
1486
1486
|
}
|
|
1487
1487
|
});
|
|
@@ -1492,7 +1492,7 @@ Object.keys(_InlineUnreadIndicator).forEach(function (key) {
|
|
|
1492
1492
|
if (key in exports && exports[key] === _InlineUnreadIndicator[key]) return;
|
|
1493
1493
|
Object.defineProperty(exports, key, {
|
|
1494
1494
|
enumerable: true,
|
|
1495
|
-
get: function
|
|
1495
|
+
get: function () {
|
|
1496
1496
|
return _InlineUnreadIndicator[key];
|
|
1497
1497
|
}
|
|
1498
1498
|
});
|
|
@@ -1503,7 +1503,7 @@ Object.keys(_MessageList).forEach(function (key) {
|
|
|
1503
1503
|
if (key in exports && exports[key] === _MessageList[key]) return;
|
|
1504
1504
|
Object.defineProperty(exports, key, {
|
|
1505
1505
|
enumerable: true,
|
|
1506
|
-
get: function
|
|
1506
|
+
get: function () {
|
|
1507
1507
|
return _MessageList[key];
|
|
1508
1508
|
}
|
|
1509
1509
|
});
|
|
@@ -1514,7 +1514,7 @@ Object.keys(_MessageFlashList).forEach(function (key) {
|
|
|
1514
1514
|
if (key in exports && exports[key] === _MessageFlashList[key]) return;
|
|
1515
1515
|
Object.defineProperty(exports, key, {
|
|
1516
1516
|
enumerable: true,
|
|
1517
|
-
get: function
|
|
1517
|
+
get: function () {
|
|
1518
1518
|
return _MessageFlashList[key];
|
|
1519
1519
|
}
|
|
1520
1520
|
});
|
|
@@ -1525,7 +1525,7 @@ Object.keys(_MessageSystem).forEach(function (key) {
|
|
|
1525
1525
|
if (key in exports && exports[key] === _MessageSystem[key]) return;
|
|
1526
1526
|
Object.defineProperty(exports, key, {
|
|
1527
1527
|
enumerable: true,
|
|
1528
|
-
get: function
|
|
1528
|
+
get: function () {
|
|
1529
1529
|
return _MessageSystem[key];
|
|
1530
1530
|
}
|
|
1531
1531
|
});
|
|
@@ -1536,7 +1536,7 @@ Object.keys(_NetworkDownIndicator).forEach(function (key) {
|
|
|
1536
1536
|
if (key in exports && exports[key] === _NetworkDownIndicator[key]) return;
|
|
1537
1537
|
Object.defineProperty(exports, key, {
|
|
1538
1538
|
enumerable: true,
|
|
1539
|
-
get: function
|
|
1539
|
+
get: function () {
|
|
1540
1540
|
return _NetworkDownIndicator[key];
|
|
1541
1541
|
}
|
|
1542
1542
|
});
|
|
@@ -1547,7 +1547,7 @@ Object.keys(_ScrollToBottomButton).forEach(function (key) {
|
|
|
1547
1547
|
if (key in exports && exports[key] === _ScrollToBottomButton[key]) return;
|
|
1548
1548
|
Object.defineProperty(exports, key, {
|
|
1549
1549
|
enumerable: true,
|
|
1550
|
-
get: function
|
|
1550
|
+
get: function () {
|
|
1551
1551
|
return _ScrollToBottomButton[key];
|
|
1552
1552
|
}
|
|
1553
1553
|
});
|
|
@@ -1558,7 +1558,7 @@ Object.keys(_TypingIndicator).forEach(function (key) {
|
|
|
1558
1558
|
if (key in exports && exports[key] === _TypingIndicator[key]) return;
|
|
1559
1559
|
Object.defineProperty(exports, key, {
|
|
1560
1560
|
enumerable: true,
|
|
1561
|
-
get: function
|
|
1561
|
+
get: function () {
|
|
1562
1562
|
return _TypingIndicator[key];
|
|
1563
1563
|
}
|
|
1564
1564
|
});
|
|
@@ -1569,7 +1569,7 @@ Object.keys(_TypingIndicatorContainer).forEach(function (key) {
|
|
|
1569
1569
|
if (key in exports && exports[key] === _TypingIndicatorContainer[key]) return;
|
|
1570
1570
|
Object.defineProperty(exports, key, {
|
|
1571
1571
|
enumerable: true,
|
|
1572
|
-
get: function
|
|
1572
|
+
get: function () {
|
|
1573
1573
|
return _TypingIndicatorContainer[key];
|
|
1574
1574
|
}
|
|
1575
1575
|
});
|
|
@@ -1580,7 +1580,7 @@ Object.keys(_getGroupStyles).forEach(function (key) {
|
|
|
1580
1580
|
if (key in exports && exports[key] === _getGroupStyles[key]) return;
|
|
1581
1581
|
Object.defineProperty(exports, key, {
|
|
1582
1582
|
enumerable: true,
|
|
1583
|
-
get: function
|
|
1583
|
+
get: function () {
|
|
1584
1584
|
return _getGroupStyles[key];
|
|
1585
1585
|
}
|
|
1586
1586
|
});
|
|
@@ -1591,7 +1591,7 @@ Object.keys(_getLastReceivedMessage).forEach(function (key) {
|
|
|
1591
1591
|
if (key in exports && exports[key] === _getLastReceivedMessage[key]) return;
|
|
1592
1592
|
Object.defineProperty(exports, key, {
|
|
1593
1593
|
enumerable: true,
|
|
1594
|
-
get: function
|
|
1594
|
+
get: function () {
|
|
1595
1595
|
return _getLastReceivedMessage[key];
|
|
1596
1596
|
}
|
|
1597
1597
|
});
|
|
@@ -1602,7 +1602,7 @@ Object.keys(_useMessageDateSeparator).forEach(function (key) {
|
|
|
1602
1602
|
if (key in exports && exports[key] === _useMessageDateSeparator[key]) return;
|
|
1603
1603
|
Object.defineProperty(exports, key, {
|
|
1604
1604
|
enumerable: true,
|
|
1605
|
-
get: function
|
|
1605
|
+
get: function () {
|
|
1606
1606
|
return _useMessageDateSeparator[key];
|
|
1607
1607
|
}
|
|
1608
1608
|
});
|
|
@@ -1613,7 +1613,7 @@ Object.keys(_useMessageGroupStyles).forEach(function (key) {
|
|
|
1613
1613
|
if (key in exports && exports[key] === _useMessageGroupStyles[key]) return;
|
|
1614
1614
|
Object.defineProperty(exports, key, {
|
|
1615
1615
|
enumerable: true,
|
|
1616
|
-
get: function
|
|
1616
|
+
get: function () {
|
|
1617
1617
|
return _useMessageGroupStyles[key];
|
|
1618
1618
|
}
|
|
1619
1619
|
});
|
|
@@ -1624,7 +1624,7 @@ Object.keys(_MessageActionList).forEach(function (key) {
|
|
|
1624
1624
|
if (key in exports && exports[key] === _MessageActionList[key]) return;
|
|
1625
1625
|
Object.defineProperty(exports, key, {
|
|
1626
1626
|
enumerable: true,
|
|
1627
|
-
get: function
|
|
1627
|
+
get: function () {
|
|
1628
1628
|
return _MessageActionList[key];
|
|
1629
1629
|
}
|
|
1630
1630
|
});
|
|
@@ -1635,7 +1635,7 @@ Object.keys(_MessageActionListItem).forEach(function (key) {
|
|
|
1635
1635
|
if (key in exports && exports[key] === _MessageActionListItem[key]) return;
|
|
1636
1636
|
Object.defineProperty(exports, key, {
|
|
1637
1637
|
enumerable: true,
|
|
1638
|
-
get: function
|
|
1638
|
+
get: function () {
|
|
1639
1639
|
return _MessageActionListItem[key];
|
|
1640
1640
|
}
|
|
1641
1641
|
});
|
|
@@ -1646,7 +1646,7 @@ Object.keys(_MessageUserReactions).forEach(function (key) {
|
|
|
1646
1646
|
if (key in exports && exports[key] === _MessageUserReactions[key]) return;
|
|
1647
1647
|
Object.defineProperty(exports, key, {
|
|
1648
1648
|
enumerable: true,
|
|
1649
|
-
get: function
|
|
1649
|
+
get: function () {
|
|
1650
1650
|
return _MessageUserReactions[key];
|
|
1651
1651
|
}
|
|
1652
1652
|
});
|
|
@@ -1657,7 +1657,7 @@ Object.keys(_MessageUserReactionsAvatar).forEach(function (key) {
|
|
|
1657
1657
|
if (key in exports && exports[key] === _MessageUserReactionsAvatar[key]) return;
|
|
1658
1658
|
Object.defineProperty(exports, key, {
|
|
1659
1659
|
enumerable: true,
|
|
1660
|
-
get: function
|
|
1660
|
+
get: function () {
|
|
1661
1661
|
return _MessageUserReactionsAvatar[key];
|
|
1662
1662
|
}
|
|
1663
1663
|
});
|
|
@@ -1668,7 +1668,7 @@ Object.keys(_MessageReactionPicker).forEach(function (key) {
|
|
|
1668
1668
|
if (key in exports && exports[key] === _MessageReactionPicker[key]) return;
|
|
1669
1669
|
Object.defineProperty(exports, key, {
|
|
1670
1670
|
enumerable: true,
|
|
1671
|
-
get: function
|
|
1671
|
+
get: function () {
|
|
1672
1672
|
return _MessageReactionPicker[key];
|
|
1673
1673
|
}
|
|
1674
1674
|
});
|
|
@@ -1679,7 +1679,7 @@ Object.keys(_toUnicodeScalarString).forEach(function (key) {
|
|
|
1679
1679
|
if (key in exports && exports[key] === _toUnicodeScalarString[key]) return;
|
|
1680
1680
|
Object.defineProperty(exports, key, {
|
|
1681
1681
|
enumerable: true,
|
|
1682
|
-
get: function
|
|
1682
|
+
get: function () {
|
|
1683
1683
|
return _toUnicodeScalarString[key];
|
|
1684
1684
|
}
|
|
1685
1685
|
});
|
|
@@ -1690,7 +1690,7 @@ Object.keys(_useFetchReactions).forEach(function (key) {
|
|
|
1690
1690
|
if (key in exports && exports[key] === _useFetchReactions[key]) return;
|
|
1691
1691
|
Object.defineProperty(exports, key, {
|
|
1692
1692
|
enumerable: true,
|
|
1693
|
-
get: function
|
|
1693
|
+
get: function () {
|
|
1694
1694
|
return _useFetchReactions[key];
|
|
1695
1695
|
}
|
|
1696
1696
|
});
|
|
@@ -1701,7 +1701,7 @@ Object.keys(_Notifications).forEach(function (key) {
|
|
|
1701
1701
|
if (key in exports && exports[key] === _Notifications[key]) return;
|
|
1702
1702
|
Object.defineProperty(exports, key, {
|
|
1703
1703
|
enumerable: true,
|
|
1704
|
-
get: function
|
|
1704
|
+
get: function () {
|
|
1705
1705
|
return _Notifications[key];
|
|
1706
1706
|
}
|
|
1707
1707
|
});
|
|
@@ -1712,7 +1712,7 @@ Object.keys(_ProgressControl).forEach(function (key) {
|
|
|
1712
1712
|
if (key in exports && exports[key] === _ProgressControl[key]) return;
|
|
1713
1713
|
Object.defineProperty(exports, key, {
|
|
1714
1714
|
enumerable: true,
|
|
1715
|
-
get: function
|
|
1715
|
+
get: function () {
|
|
1716
1716
|
return _ProgressControl[key];
|
|
1717
1717
|
}
|
|
1718
1718
|
});
|
|
@@ -1723,7 +1723,7 @@ Object.keys(_WaveProgressBar).forEach(function (key) {
|
|
|
1723
1723
|
if (key in exports && exports[key] === _WaveProgressBar[key]) return;
|
|
1724
1724
|
Object.defineProperty(exports, key, {
|
|
1725
1725
|
enumerable: true,
|
|
1726
|
-
get: function
|
|
1726
|
+
get: function () {
|
|
1727
1727
|
return _WaveProgressBar[key];
|
|
1728
1728
|
}
|
|
1729
1729
|
});
|
|
@@ -1734,7 +1734,7 @@ Object.keys(_Poll).forEach(function (key) {
|
|
|
1734
1734
|
if (key in exports && exports[key] === _Poll[key]) return;
|
|
1735
1735
|
Object.defineProperty(exports, key, {
|
|
1736
1736
|
enumerable: true,
|
|
1737
|
-
get: function
|
|
1737
|
+
get: function () {
|
|
1738
1738
|
return _Poll[key];
|
|
1739
1739
|
}
|
|
1740
1740
|
});
|
|
@@ -1745,7 +1745,7 @@ Object.keys(_Reply).forEach(function (key) {
|
|
|
1745
1745
|
if (key in exports && exports[key] === _Reply[key]) return;
|
|
1746
1746
|
Object.defineProperty(exports, key, {
|
|
1747
1747
|
enumerable: true,
|
|
1748
|
-
get: function
|
|
1748
|
+
get: function () {
|
|
1749
1749
|
return _Reply[key];
|
|
1750
1750
|
}
|
|
1751
1751
|
});
|
|
@@ -1756,7 +1756,7 @@ Object.keys(_ui).forEach(function (key) {
|
|
|
1756
1756
|
if (key in exports && exports[key] === _ui[key]) return;
|
|
1757
1757
|
Object.defineProperty(exports, key, {
|
|
1758
1758
|
enumerable: true,
|
|
1759
|
-
get: function
|
|
1759
|
+
get: function () {
|
|
1760
1760
|
return _ui[key];
|
|
1761
1761
|
}
|
|
1762
1762
|
});
|
|
@@ -1767,7 +1767,7 @@ Object.keys(_BottomSheetModal).forEach(function (key) {
|
|
|
1767
1767
|
if (key in exports && exports[key] === _BottomSheetModal[key]) return;
|
|
1768
1768
|
Object.defineProperty(exports, key, {
|
|
1769
1769
|
enumerable: true,
|
|
1770
|
-
get: function
|
|
1770
|
+
get: function () {
|
|
1771
1771
|
return _BottomSheetModal[key];
|
|
1772
1772
|
}
|
|
1773
1773
|
});
|
|
@@ -1778,7 +1778,7 @@ Object.keys(_StreamBottomSheetModalFlatList).forEach(function (key) {
|
|
|
1778
1778
|
if (key in exports && exports[key] === _StreamBottomSheetModalFlatList[key]) return;
|
|
1779
1779
|
Object.defineProperty(exports, key, {
|
|
1780
1780
|
enumerable: true,
|
|
1781
|
-
get: function
|
|
1781
|
+
get: function () {
|
|
1782
1782
|
return _StreamBottomSheetModalFlatList[key];
|
|
1783
1783
|
}
|
|
1784
1784
|
});
|
|
@@ -1789,7 +1789,7 @@ Object.keys(_ImageBackground).forEach(function (key) {
|
|
|
1789
1789
|
if (key in exports && exports[key] === _ImageBackground[key]) return;
|
|
1790
1790
|
Object.defineProperty(exports, key, {
|
|
1791
1791
|
enumerable: true,
|
|
1792
|
-
get: function
|
|
1792
|
+
get: function () {
|
|
1793
1793
|
return _ImageBackground[key];
|
|
1794
1794
|
}
|
|
1795
1795
|
});
|
|
@@ -1800,7 +1800,7 @@ Object.keys(_SvgAwareImage).forEach(function (key) {
|
|
|
1800
1800
|
if (key in exports && exports[key] === _SvgAwareImage[key]) return;
|
|
1801
1801
|
Object.defineProperty(exports, key, {
|
|
1802
1802
|
enumerable: true,
|
|
1803
|
-
get: function
|
|
1803
|
+
get: function () {
|
|
1804
1804
|
return _SvgAwareImage[key];
|
|
1805
1805
|
}
|
|
1806
1806
|
});
|
|
@@ -1811,7 +1811,7 @@ Object.keys(_Spinner).forEach(function (key) {
|
|
|
1811
1811
|
if (key in exports && exports[key] === _Spinner[key]) return;
|
|
1812
1812
|
Object.defineProperty(exports, key, {
|
|
1813
1813
|
enumerable: true,
|
|
1814
|
-
get: function
|
|
1814
|
+
get: function () {
|
|
1815
1815
|
return _Spinner[key];
|
|
1816
1816
|
}
|
|
1817
1817
|
});
|
|
@@ -1822,7 +1822,7 @@ Object.keys(_SwipableWrapper).forEach(function (key) {
|
|
|
1822
1822
|
if (key in exports && exports[key] === _SwipableWrapper[key]) return;
|
|
1823
1823
|
Object.defineProperty(exports, key, {
|
|
1824
1824
|
enumerable: true,
|
|
1825
|
-
get: function
|
|
1825
|
+
get: function () {
|
|
1826
1826
|
return _SwipableWrapper[key];
|
|
1827
1827
|
}
|
|
1828
1828
|
});
|
|
@@ -1833,7 +1833,7 @@ Object.keys(_PortalWhileClosingView).forEach(function (key) {
|
|
|
1833
1833
|
if (key in exports && exports[key] === _PortalWhileClosingView[key]) return;
|
|
1834
1834
|
Object.defineProperty(exports, key, {
|
|
1835
1835
|
enumerable: true,
|
|
1836
|
-
get: function
|
|
1836
|
+
get: function () {
|
|
1837
1837
|
return _PortalWhileClosingView[key];
|
|
1838
1838
|
}
|
|
1839
1839
|
});
|
|
@@ -1844,7 +1844,7 @@ Object.keys(_Thread).forEach(function (key) {
|
|
|
1844
1844
|
if (key in exports && exports[key] === _Thread[key]) return;
|
|
1845
1845
|
Object.defineProperty(exports, key, {
|
|
1846
1846
|
enumerable: true,
|
|
1847
|
-
get: function
|
|
1847
|
+
get: function () {
|
|
1848
1848
|
return _Thread[key];
|
|
1849
1849
|
}
|
|
1850
1850
|
});
|
|
@@ -1855,7 +1855,7 @@ Object.keys(_ThreadFooterComponent).forEach(function (key) {
|
|
|
1855
1855
|
if (key in exports && exports[key] === _ThreadFooterComponent[key]) return;
|
|
1856
1856
|
Object.defineProperty(exports, key, {
|
|
1857
1857
|
enumerable: true,
|
|
1858
|
-
get: function
|
|
1858
|
+
get: function () {
|
|
1859
1859
|
return _ThreadFooterComponent[key];
|
|
1860
1860
|
}
|
|
1861
1861
|
});
|
|
@@ -1866,7 +1866,7 @@ Object.keys(_ThreadList).forEach(function (key) {
|
|
|
1866
1866
|
if (key in exports && exports[key] === _ThreadList[key]) return;
|
|
1867
1867
|
Object.defineProperty(exports, key, {
|
|
1868
1868
|
enumerable: true,
|
|
1869
|
-
get: function
|
|
1869
|
+
get: function () {
|
|
1870
1870
|
return _ThreadList[key];
|
|
1871
1871
|
}
|
|
1872
1872
|
});
|
|
@@ -1877,7 +1877,7 @@ Object.keys(_StreamingMessageView).forEach(function (key) {
|
|
|
1877
1877
|
if (key in exports && exports[key] === _StreamingMessageView[key]) return;
|
|
1878
1878
|
Object.defineProperty(exports, key, {
|
|
1879
1879
|
enumerable: true,
|
|
1880
|
-
get: function
|
|
1880
|
+
get: function () {
|
|
1881
1881
|
return _StreamingMessageView[key];
|
|
1882
1882
|
}
|
|
1883
1883
|
});
|
|
@@ -1888,7 +1888,7 @@ Object.keys(_AITypingIndicatorView).forEach(function (key) {
|
|
|
1888
1888
|
if (key in exports && exports[key] === _AITypingIndicatorView[key]) return;
|
|
1889
1889
|
Object.defineProperty(exports, key, {
|
|
1890
1890
|
enumerable: true,
|
|
1891
|
-
get: function
|
|
1891
|
+
get: function () {
|
|
1892
1892
|
return _AITypingIndicatorView[key];
|
|
1893
1893
|
}
|
|
1894
1894
|
});
|