stream-chat-react 14.2.0 → 14.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -9
- package/dist/cjs/ReactPlayerWrapper.16cd6fed.js +24 -0
- package/dist/cjs/ReactPlayerWrapper.16cd6fed.js.map +1 -0
- package/dist/cjs/audioProcessing.22303d69.js +148 -0
- package/dist/cjs/audioProcessing.22303d69.js.map +1 -0
- package/dist/cjs/emojis.js +211 -226
- package/dist/cjs/emojis.js.map +1 -1
- package/dist/cjs/index.js +26216 -30901
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/mp3-encoder.js +30 -58
- package/dist/cjs/mp3-encoder.js.map +1 -1
- package/dist/cjs/useNotificationApi.9ffe5761.js +5516 -0
- package/dist/cjs/useNotificationApi.9ffe5761.js.map +1 -0
- package/dist/css/index.css +13 -0
- package/dist/css/index.css.map +1 -1
- package/dist/es/ReactPlayerWrapper.d2ae5941.mjs +22 -0
- package/dist/es/ReactPlayerWrapper.d2ae5941.mjs.map +1 -0
- package/dist/es/audioProcessing.766ca76c.mjs +107 -0
- package/dist/es/audioProcessing.766ca76c.mjs.map +1 -0
- package/dist/es/emojis.mjs +207 -205
- package/dist/es/emojis.mjs.map +1 -1
- package/dist/es/index.mjs +25961 -31232
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/mp3-encoder.mjs +31 -38
- package/dist/es/mp3-encoder.mjs.map +1 -1
- package/dist/es/useNotificationApi.6fdc3ce7.mjs +4195 -0
- package/dist/es/useNotificationApi.6fdc3ce7.mjs.map +1 -0
- package/dist/types/a11y/a11yUtils.d.ts.map +1 -1
- package/dist/types/a11y/hooks/useAriaIdentifiers.d.ts.map +1 -1
- package/dist/types/a11y/hooks/useResolvedModalAriaProps.d.ts.map +1 -1
- package/dist/types/components/AIStateIndicator/AIStateIndicator.d.ts.map +1 -1
- package/dist/types/components/AIStateIndicator/hooks/useAIState.d.ts.map +1 -1
- package/dist/types/components/Accessibility/AriaLiveRegion.d.ts.map +1 -1
- package/dist/types/components/Accessibility/NotificationAnnouncer.d.ts.map +1 -1
- package/dist/types/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts.map +1 -1
- package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts +0 -1
- package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts.map +1 -1
- package/dist/types/components/Attachment/Attachment.d.ts.map +1 -1
- package/dist/types/components/Attachment/AttachmentActions.d.ts +3 -1
- package/dist/types/components/Attachment/AttachmentActions.d.ts.map +1 -1
- package/dist/types/components/Attachment/AttachmentContainer.d.ts +1 -1
- package/dist/types/components/Attachment/AttachmentContainer.d.ts.map +1 -1
- package/dist/types/components/Attachment/Audio.d.ts.map +1 -1
- package/dist/types/components/Attachment/FileAttachment.d.ts.map +1 -1
- package/dist/types/components/Attachment/Geolocation.d.ts.map +1 -1
- package/dist/types/components/Attachment/Giphy.d.ts.map +1 -1
- package/dist/types/components/Attachment/Image.d.ts.map +1 -1
- package/dist/types/components/Attachment/LinkPreview/Card.d.ts +3 -1
- package/dist/types/components/Attachment/LinkPreview/Card.d.ts.map +1 -1
- package/dist/types/components/Attachment/LinkPreview/CardAudio.d.ts.map +1 -1
- package/dist/types/components/Attachment/LinkPreview/UnableToRenderCard.d.ts +1 -1
- package/dist/types/components/Attachment/LinkPreview/UnableToRenderCard.d.ts.map +1 -1
- package/dist/types/components/Attachment/ModalGallery.d.ts.map +1 -1
- package/dist/types/components/Attachment/VideoAttachment.d.ts.map +1 -1
- package/dist/types/components/Attachment/VoiceRecording.d.ts.map +1 -1
- package/dist/types/components/Attachment/attachment-sizing.d.ts.map +1 -1
- package/dist/types/components/Attachment/audioSampling.d.ts.map +1 -1
- package/dist/types/components/Attachment/components/DownloadButton.d.ts.map +1 -1
- package/dist/types/components/Attachment/components/FileSizeIndicator.d.ts.map +1 -1
- package/dist/types/components/Attachment/icons.d.ts.map +1 -1
- package/dist/types/components/Attachment/utils.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/AudioPlayer.d.ts +1 -2
- package/dist/types/components/AudioPlayback/AudioPlayer.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/AudioPlayerPool.d.ts +1 -1
- package/dist/types/components/AudioPlayback/AudioPlayerPool.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/WithAudioPlayback.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/PlaybackRateButton.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/ProgressBar.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/WaveProgressBar.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/formatTime.d.ts +1 -1
- package/dist/types/components/AudioPlayback/components/formatTime.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/keyboardSeek.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/progressBarA11y.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/useInteractiveProgressBar.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/plugins/AudioPlayerNotificationsPlugin.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/Avatar/ChannelAvatar.d.ts.map +1 -1
- package/dist/types/components/Avatar/GroupAvatar.d.ts.map +1 -1
- package/dist/types/components/Badge/Badge.d.ts +1 -1
- package/dist/types/components/Badge/Badge.d.ts.map +1 -1
- package/dist/types/components/Badge/MediaBadge.d.ts.map +1 -1
- package/dist/types/components/BaseImage/ImagePlaceholder.d.ts.map +1 -1
- package/dist/types/components/BaseImage/toBaseImageDescriptors.d.ts.map +1 -1
- package/dist/types/components/Button/PlayButton.d.ts.map +1 -1
- package/dist/types/components/Channel/Channel.d.ts +3 -1
- package/dist/types/components/Channel/Channel.d.ts.map +1 -1
- package/dist/types/components/Channel/channelState.d.ts.map +1 -1
- package/dist/types/components/Channel/hooks/useChannelContainerClasses.d.ts +1 -1
- package/dist/types/components/Channel/hooks/useChannelContainerClasses.d.ts.map +1 -1
- package/dist/types/components/Channel/hooks/useCreateChannelStateContext.d.ts +1 -1
- package/dist/types/components/Channel/hooks/useCreateChannelStateContext.d.ts.map +1 -1
- package/dist/types/components/Channel/hooks/useCreateTypingContext.d.ts.map +1 -1
- package/dist/types/components/Channel/hooks/useEditMessageHandler.d.ts.map +1 -1
- package/dist/types/components/Channel/hooks/useIsMounted.d.ts +0 -1
- package/dist/types/components/Channel/hooks/useIsMounted.d.ts.map +1 -1
- package/dist/types/components/Channel/hooks/useMentionsHandlers.d.ts.map +1 -1
- package/dist/types/components/Channel/utils.d.ts +2 -2
- package/dist/types/components/Channel/utils.d.ts.map +1 -1
- package/dist/types/components/ChannelHeader/ChannelHeader.d.ts.map +1 -1
- package/dist/types/components/ChannelList/ChannelList.d.ts +3 -1
- package/dist/types/components/ChannelList/ChannelList.d.ts.map +1 -1
- package/dist/types/components/ChannelList/ChannelListUI.d.ts.map +1 -1
- package/dist/types/components/ChannelList/hooks/useChannelListShape.d.ts.map +1 -1
- package/dist/types/components/ChannelList/hooks/useConnectionRecoveredListener.d.ts.map +1 -1
- package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts +12 -2
- package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
- package/dist/types/components/ChannelList/utils.d.ts +3 -3
- package/dist/types/components/ChannelList/utils.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItem.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts +3 -1
- package/dist/types/components/ChannelListItem/ChannelListItemUI.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/hooks/useChannelDisplayName.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/hooks/useChannelPreviewInfo.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/hooks/useIsChannelMuted.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/hooks/useMessageDeliveryStatus.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/utils.d.ts +2 -2
- package/dist/types/components/ChannelListItem/utils.d.ts.map +1 -1
- package/dist/types/components/Chat/Chat.d.ts +3 -0
- package/dist/types/components/Chat/Chat.d.ts.map +1 -1
- package/dist/types/components/Chat/hooks/useChat.d.ts.map +1 -1
- package/dist/types/components/Chat/hooks/useCreateChatClient.d.ts.map +1 -1
- package/dist/types/components/Chat/hooks/useCreateChatContext.d.ts.map +1 -1
- package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts +6 -6
- package/dist/types/components/Chat/hooks/useSplitActionSet.d.ts.map +1 -1
- package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts.map +1 -1
- package/dist/types/components/ChatView/ChatView.d.ts.map +1 -1
- package/dist/types/components/DateSeparator/DateSeparator.d.ts +3 -1
- package/dist/types/components/DateSeparator/DateSeparator.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/Callout.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/ContextMenu.d.ts +3 -3
- package/dist/types/components/Dialog/components/ContextMenu.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/Prompt.d.ts +1 -1
- package/dist/types/components/Dialog/components/Prompt.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/Viewer.d.ts +1 -1
- package/dist/types/components/Dialog/components/Viewer.d.ts.map +1 -1
- package/dist/types/components/Dialog/hooks/useDialog.d.ts +8 -6
- package/dist/types/components/Dialog/hooks/useDialog.d.ts.map +1 -1
- package/dist/types/components/Dialog/hooks/usePopoverPosition.d.ts +5 -6
- package/dist/types/components/Dialog/hooks/usePopoverPosition.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogAnchor.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogManager.d.ts +1 -1
- package/dist/types/components/Dialog/service/DialogManager.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogPortal.d.ts.map +1 -1
- package/dist/types/components/DragAndDrop/DragAndDropContainer.d.ts.map +1 -1
- package/dist/types/components/EmptyStateIndicator/EmptyStateIndicator.d.ts +3 -1
- package/dist/types/components/EmptyStateIndicator/EmptyStateIndicator.d.ts.map +1 -1
- package/dist/types/components/EventComponent/EventComponent.d.ts +6 -1
- package/dist/types/components/EventComponent/EventComponent.d.ts.map +1 -1
- package/dist/types/components/FileIcon/FileIcon.d.ts.map +1 -1
- package/dist/types/components/FileIcon/FileIconSet.d.ts.map +1 -1
- package/dist/types/components/Form/Dropdown.d.ts.map +1 -1
- package/dist/types/components/Form/FieldError.d.ts.map +1 -1
- package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
- package/dist/types/components/Form/TextInputFieldSet.d.ts.map +1 -1
- package/dist/types/components/Gallery/Gallery.d.ts.map +1 -1
- package/dist/types/components/Gallery/GalleryContext.d.ts +2 -4
- package/dist/types/components/Gallery/GalleryContext.d.ts.map +1 -1
- package/dist/types/components/Gallery/GalleryHeader.d.ts.map +1 -1
- package/dist/types/components/Icons/BaseIcon.d.ts.map +1 -1
- package/dist/types/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
- package/dist/types/components/InfiniteScrollPaginator/InfiniteScrollPaginator.d.ts.map +1 -1
- package/dist/types/components/InfiniteScrollPaginator/hooks/useCursorPaginator.d.ts.map +1 -1
- package/dist/types/components/LoadMore/LoadMoreButton.d.ts +3 -1
- package/dist/types/components/LoadMore/LoadMoreButton.d.ts.map +1 -1
- package/dist/types/components/LoadMore/LoadMorePaginator.d.ts +1 -1
- package/dist/types/components/LoadMore/LoadMorePaginator.d.ts.map +1 -1
- package/dist/types/components/Loading/LoadingErrorIndicator.d.ts +6 -1
- package/dist/types/components/Loading/LoadingErrorIndicator.d.ts.map +1 -1
- package/dist/types/components/Loading/LoadingIndicator.d.ts.map +1 -1
- package/dist/types/components/Loading/UploadProgressIndicator.d.ts.map +1 -1
- package/dist/types/components/Loading/UploadedSizeIndicator.d.ts.map +1 -1
- package/dist/types/components/Loading/progress-indicators.d.ts.map +1 -1
- package/dist/types/components/Location/ShareLocationDialog.d.ts.map +1 -1
- package/dist/types/components/Location/hooks/useLiveLocationSharingManager.d.ts +1 -1
- package/dist/types/components/Location/hooks/useLiveLocationSharingManager.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/RecordingTimer.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/hooks/useTimeElapsed.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/recordingStateIdentity.d.ts +3 -3
- package/dist/types/components/MediaRecorder/AudioRecorder/recordingStateIdentity.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/RecordingPermissionDeniedNotification.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts +1 -1
- package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/hooks/useMediaRecorder.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/transcode/audioProcessing.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/transcode/index.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/transcode/wav.d.ts.map +1 -1
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/Message/MessageBubble.d.ts +1 -1
- package/dist/types/components/Message/MessageBubble.d.ts.map +1 -1
- package/dist/types/components/Message/MessageEditedIndicator.d.ts +3 -1
- package/dist/types/components/Message/MessageEditedIndicator.d.ts.map +1 -1
- package/dist/types/components/Message/MessageRepliesCountButton.d.ts.map +1 -1
- package/dist/types/components/Message/MessageStatus.d.ts +3 -1
- package/dist/types/components/Message/MessageStatus.d.ts.map +1 -1
- package/dist/types/components/Message/MessageText.d.ts +3 -1
- package/dist/types/components/Message/MessageText.d.ts.map +1 -1
- package/dist/types/components/Message/MessageTimestamp.d.ts +3 -1
- package/dist/types/components/Message/MessageTimestamp.d.ts.map +1 -1
- package/dist/types/components/Message/MessageTranslationIndicator.d.ts.map +1 -1
- package/dist/types/components/Message/MessageUI.d.ts.map +1 -1
- package/dist/types/components/Message/PinIndicator.d.ts.map +1 -1
- package/dist/types/components/Message/QuotedMessage.d.ts.map +1 -1
- package/dist/types/components/Message/ReminderNotification.d.ts.map +1 -1
- package/dist/types/components/Message/StreamedMessageText.d.ts.map +1 -1
- package/dist/types/components/Message/emojiRegex.d.ts +15 -0
- package/dist/types/components/Message/emojiRegex.d.ts.map +1 -0
- package/dist/types/components/Message/hooks/useDeleteHandler.d.ts +1 -1
- package/dist/types/components/Message/hooks/useDeleteHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useFlagHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useMarkUnreadHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useMentionsHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useMessageReminder.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useMessageTextStreaming.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useMuteHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useOpenThreadHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/usePinHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useReactionHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useRetryHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useUserHandler.d.ts +0 -1
- package/dist/types/components/Message/hooks/useUserHandler.d.ts.map +1 -1
- package/dist/types/components/Message/hooks/useUserRole.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/componentRenderers/Anchor.d.ts +1 -1
- package/dist/types/components/Message/renderText/componentRenderers/Anchor.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/componentRenderers/Emoji.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/componentRenderers/Mention.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/regex.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.d.ts +1 -1
- package/dist/types/components/Message/renderText/rehypePlugins/emojiMarkdownPlugin.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts +1 -1
- package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/remarkPlugins/htmlToTextPlugin.d.ts +3 -1
- package/dist/types/components/Message/renderText/remarkPlugins/htmlToTextPlugin.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/remarkPlugins/imageToLink.d.ts.map +1 -1
- package/dist/types/components/Message/renderText/renderText.d.ts +1 -1
- package/dist/types/components/Message/renderText/renderText.d.ts.map +1 -1
- package/dist/types/components/Message/utils.d.ts +5 -5
- package/dist/types/components/Message/utils.d.ts.map +1 -1
- package/dist/types/components/MessageActions/DeleteMessageAlert.d.ts.map +1 -1
- package/dist/types/components/MessageActions/DownloadSubmenu.d.ts +3 -0
- package/dist/types/components/MessageActions/DownloadSubmenu.d.ts.map +1 -0
- package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
- package/dist/types/components/MessageActions/QuickMessageActionButton.d.ts +2 -1
- package/dist/types/components/MessageActions/QuickMessageActionButton.d.ts.map +1 -1
- package/dist/types/components/MessageActions/downloadUtils.d.ts.map +1 -1
- package/dist/types/components/MessageActions/hooks/useBaseMessageActionSetFilter.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentUploadedSizeIndicator.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/FileAttachmentPreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/GeolocationPreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/UnsupportedAttachmentPreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/VoiceRecordingPreviewSlot.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/utils/AttachmentPreviewRoot.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts +6 -6
- package/dist/types/components/MessageComposer/AttachmentSelector/AttachmentSelector.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts +1 -1
- package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/CommandChip.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/EditedMessagePreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/LinkPreviewList.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/MessageComposer.d.ts +3 -1
- package/dist/types/components/MessageComposer/MessageComposer.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/QuotedMessageIndicator.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/RemoveAttachmentPreviewButton.d.ts +1 -1
- package/dist/types/components/MessageComposer/RemoveAttachmentPreviewButton.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/SendButton.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/StopAIGenerationButton.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/WithDragAndDropUpload.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/useAttachmentsForPreview.d.ts +7 -7
- package/dist/types/components/MessageComposer/hooks/useCreateMessageComposerContext.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/useMessageComposerBindings.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/usePasteHandler.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/useSubmitHandler.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/useTextareaRef.d.ts +0 -1
- package/dist/types/components/MessageComposer/hooks/useTextareaRef.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/preEditSnapshot.d.ts.map +1 -1
- package/dist/types/components/MessageList/CustomNotification.d.ts +3 -1
- package/dist/types/components/MessageList/CustomNotification.d.ts.map +1 -1
- package/dist/types/components/MessageList/FloatingDateSeparator.d.ts.map +1 -1
- package/dist/types/components/MessageList/GiphyPreviewMessage.d.ts.map +1 -1
- package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
- package/dist/types/components/MessageList/MessageListMainPanel.d.ts.map +1 -1
- package/dist/types/components/MessageList/NewMessageNotification.d.ts +3 -1
- package/dist/types/components/MessageList/NewMessageNotification.d.ts.map +1 -1
- package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts +3 -1
- package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts.map +1 -1
- package/dist/types/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
- package/dist/types/components/MessageList/UnreadMessagesSeparator.d.ts.map +1 -1
- package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts +1 -2
- package/dist/types/components/MessageList/VirtualizedMessageListComponents.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/scrollInstrumentation.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useEnrichedMessages.d.ts +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useEnrichedMessages.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useFloatingDateSeparatorMessageList.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useMessageListElements.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useFloatingDateSeparator.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.d.ts +0 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useGiphyPreview.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useMessageSetKey.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.d.ts +0 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useNewMessageNotification.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useScrollToBottomOnNewMessage.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/VirtualizedMessageList/useUnreadMessagesNotificationVirtualized.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/useLastDeliveredData.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/useLastOwnMessage.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/useLastReadData.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/useMarkRead.d.ts.map +1 -1
- package/dist/types/components/MessageList/utils.d.ts +0 -1
- package/dist/types/components/MessageList/utils.d.ts.map +1 -1
- package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts +1 -1
- package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts.map +1 -1
- package/dist/types/components/Modal/GlobalModal.d.ts +3 -1
- package/dist/types/components/Modal/GlobalModal.d.ts.map +1 -1
- package/dist/types/components/Notifications/NotificationConfigurationContext.d.ts +24 -0
- package/dist/types/components/Notifications/NotificationConfigurationContext.d.ts.map +1 -0
- package/dist/types/components/Notifications/NotificationList.d.ts +58 -1
- package/dist/types/components/Notifications/NotificationList.d.ts.map +1 -1
- package/dist/types/components/Notifications/hooks/useNotificationApi.d.ts.map +1 -1
- package/dist/types/components/Notifications/hooks/useNotifications.d.ts +5 -0
- package/dist/types/components/Notifications/hooks/useNotifications.d.ts.map +1 -1
- package/dist/types/components/Notifications/hooks/useSystemNotifications.d.ts.map +1 -1
- package/dist/types/components/Notifications/index.d.ts +1 -0
- package/dist/types/components/Notifications/index.d.ts.map +1 -1
- package/dist/types/components/Notifications/notificationTarget.d.ts +3 -3
- package/dist/types/components/Notifications/notificationTarget.d.ts.map +1 -1
- package/dist/types/components/Poll/Poll.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/AddCommentPrompt.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollAction.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollActions.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollAnswerList.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollQuestion.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotes.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotesHeader.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollResults/PollOptionWithVotesList.d.ts.map +1 -1
- package/dist/types/components/Poll/PollCreationDialog/PollCreationDialog.d.ts.map +1 -1
- package/dist/types/components/Poll/PollCreationDialog/PollCreationDialogControls.d.ts.map +1 -1
- package/dist/types/components/Poll/PollHeader.d.ts +1 -1
- package/dist/types/components/Poll/PollHeader.d.ts.map +1 -1
- package/dist/types/components/Poll/PollOptionList.d.ts.map +1 -1
- package/dist/types/components/Poll/PollOptionSelector.d.ts.map +1 -1
- package/dist/types/components/Poll/PollVote.d.ts.map +1 -1
- package/dist/types/components/Poll/constants.d.ts.map +1 -1
- package/dist/types/components/Poll/hooks/usePollAnswerPagination.d.ts.map +1 -1
- package/dist/types/components/Poll/hooks/usePollOptionVotesPagination.d.ts.map +1 -1
- package/dist/types/components/Portal/Portal.d.ts.map +1 -1
- package/dist/types/components/ReactFileUtilities/LoadingIndicator.d.ts.map +1 -1
- package/dist/types/components/ReactFileUtilities/utils.d.ts.map +1 -1
- package/dist/types/components/Reactions/MessageReactions.d.ts +3 -1
- package/dist/types/components/Reactions/MessageReactions.d.ts.map +1 -1
- package/dist/types/components/Reactions/MessageReactionsDetail.d.ts.map +1 -1
- package/dist/types/components/Reactions/ReactionSelector.d.ts.map +1 -1
- package/dist/types/components/Reactions/ReactionSelectorWithButton.d.ts.map +1 -1
- package/dist/types/components/Reactions/SpriteImage.d.ts.map +1 -1
- package/dist/types/components/Reactions/hooks/useProcessReactions.d.ts.map +1 -1
- package/dist/types/components/Reactions/reactionOptions.d.ts +11 -1
- package/dist/types/components/Reactions/reactionOptions.d.ts.map +1 -1
- package/dist/types/components/Reactions/utils/utils.d.ts.map +1 -1
- package/dist/types/components/SafeAnchor/SafeAnchor.d.ts +3 -1
- package/dist/types/components/SafeAnchor/SafeAnchor.d.ts.map +1 -1
- package/dist/types/components/Search/Search.d.ts.map +1 -1
- package/dist/types/components/Search/SearchBar/SearchBar.d.ts.map +1 -1
- package/dist/types/components/Search/SearchContext.d.ts.map +1 -1
- package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts +1 -1
- package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts.map +1 -1
- package/dist/types/components/Search/SearchResults/SearchSourceResultList.d.ts.map +1 -1
- package/dist/types/components/Search/SearchResults/SearchSourceResults.d.ts.map +1 -1
- package/dist/types/components/Search/SearchSourceResultsContext.d.ts.map +1 -1
- package/dist/types/components/Search/hooks/useSearchQueriesInProgress.d.ts.map +1 -1
- package/dist/types/components/SkipNavigation/SkipNavigation.d.ts.map +1 -1
- package/dist/types/components/SummarizedMessagePreview/SummarizedMessagePreview.d.ts.map +1 -1
- package/dist/types/components/SummarizedMessagePreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/CommandItem.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/EmoticonItem.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/SuggestionListItem.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/UserItem.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/hooks/useTextareaPlaceholder.d.ts.map +1 -1
- package/dist/types/components/Thread/Thread.d.ts.map +1 -1
- package/dist/types/components/Thread/ThreadHead.d.ts.map +1 -1
- package/dist/types/components/Thread/ThreadHeader.d.ts.map +1 -1
- package/dist/types/components/Threads/ThreadContext.d.ts.map +1 -1
- package/dist/types/components/Threads/ThreadList/ThreadList.d.ts.map +1 -1
- package/dist/types/components/Threads/ThreadList/ThreadListItem.d.ts.map +1 -1
- package/dist/types/components/Threads/ThreadList/ThreadListItemUI.d.ts.map +1 -1
- package/dist/types/components/Threads/UnreadCountBadge.d.ts +1 -1
- package/dist/types/components/Threads/UnreadCountBadge.d.ts.map +1 -1
- package/dist/types/components/Threads/hooks/useThreadManagerState.d.ts.map +1 -1
- package/dist/types/components/Threads/hooks/useThreadState.d.ts.map +1 -1
- package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/types/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts +1 -1
- package/dist/types/components/Tooltip/hooks/useEnterLeaveHandlers.d.ts.map +1 -1
- package/dist/types/components/TypingIndicator/TypingIndicator.d.ts +8 -1
- package/dist/types/components/TypingIndicator/TypingIndicator.d.ts.map +1 -1
- package/dist/types/components/TypingIndicator/TypingIndicatorHeader.d.ts.map +1 -1
- package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts.map +1 -1
- package/dist/types/components/UtilityComponents/useStableId.d.ts +7 -3
- package/dist/types/components/UtilityComponents/useStableId.d.ts.map +1 -1
- package/dist/types/components/VideoPlayer/ReactPlayerWrapper.d.ts +9 -0
- package/dist/types/components/VideoPlayer/ReactPlayerWrapper.d.ts.map +1 -0
- package/dist/types/components/VideoPlayer/VideoPlayer.d.ts.map +1 -1
- package/dist/types/components/VideoPlayer/VideoThumbnail.d.ts.map +1 -1
- package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -1
- package/dist/types/components/Window/Window.d.ts +3 -1
- package/dist/types/components/Window/Window.d.ts.map +1 -1
- package/dist/types/context/AttachmentSelectorContext.d.ts.map +1 -1
- package/dist/types/context/ChannelActionContext.d.ts.map +1 -1
- package/dist/types/context/ChannelListContext.d.ts.map +1 -1
- package/dist/types/context/ChannelStateContext.d.ts.map +1 -1
- package/dist/types/context/ChatContext.d.ts.map +1 -1
- package/dist/types/context/ComponentContext.d.ts +5 -1
- package/dist/types/context/ComponentContext.d.ts.map +1 -1
- package/dist/types/context/DialogManagerContext.d.ts.map +1 -1
- package/dist/types/context/MessageComposerContext.d.ts.map +1 -1
- package/dist/types/context/MessageContext.d.ts.map +1 -1
- package/dist/types/context/MessageListContext.d.ts.map +1 -1
- package/dist/types/context/MessageTranslationViewContext.d.ts.map +1 -1
- package/dist/types/context/ModalContext.d.ts.map +1 -1
- package/dist/types/context/PollContext.d.ts.map +1 -1
- package/dist/types/context/TranslationContext.d.ts.map +1 -1
- package/dist/types/context/TypingContext.d.ts.map +1 -1
- package/dist/types/context/VirtualizedMessageListContext.d.ts.map +1 -1
- package/dist/types/i18n/Streami18n.d.ts +3 -3
- package/dist/types/i18n/Streami18n.d.ts.map +1 -1
- package/dist/types/i18n/TranslationBuilder/TranslationBuilder.d.ts.map +1 -1
- package/dist/types/i18n/TranslationBuilder/notifications/NotificationTranslationTopic.d.ts.map +1 -1
- package/dist/types/i18n/utils.d.ts +2 -2
- package/dist/types/i18n/utils.d.ts.map +1 -1
- package/dist/types/plugins/Emojis/EmojiPicker.d.ts.map +1 -1
- package/dist/types/plugins/Emojis/middleware/textComposerEmojiMiddleware.d.ts.map +1 -1
- package/dist/types/utils/findReverse.d.ts.map +1 -1
- package/dist/types/utils/getChannel.d.ts.map +1 -1
- package/dist/types/utils/getTextareaCaretRect.d.ts.map +1 -1
- package/dist/types/utils/getWholeChar.d.ts.map +1 -1
- package/dist/types/utils/mergeDeep.d.ts.map +1 -1
- package/dist/types/utils/useStableCallback.d.ts.map +1 -1
- package/package.json +85 -67
- package/dist/cjs/audioProcessing.56e5db9d.js +0 -123
- package/dist/cjs/audioProcessing.56e5db9d.js.map +0 -1
- package/dist/cjs/useNotificationApi.f2c7704d.js +0 -4855
- package/dist/cjs/useNotificationApi.f2c7704d.js.map +0 -1
- package/dist/es/audioProcessing.21cb49e1.mjs +0 -124
- package/dist/es/audioProcessing.21cb49e1.mjs.map +0 -1
- package/dist/es/useNotificationApi.f91ae46b.mjs +0 -4839
- package/dist/es/useNotificationApi.f91ae46b.mjs.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"a11yUtils.d.ts","sourceRoot":"","sources":["../../../src/a11y/a11yUtils.ts"],"names":[],"mappings":"AAOA,KAAK,2BAA2B,GAAG;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"a11yUtils.d.ts","sourceRoot":"","sources":["../../../src/a11y/a11yUtils.ts"],"names":[],"mappings":"AAOA,KAAK,2BAA2B,GAAG;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,kCAIrC,2BAA2B,KAAG,MAAM,GAAG,IAWzC,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,aAAa,EAAE,OAAO,CAAC;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AAEF,KAAK,qCAAqC,CAAC,CAAC,SAAS;IAAE,KAAK,EAAE,MAAM,IAAI,CAAA;CAAE,IAAI;IAC5E,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,wBAAwB,KAAK,IAAI,CAAC;IAC/D,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,KAAK,EAAE,wBAAwB,KAAK,MAAM,CAAC;IACzE,QAAQ,EAAE,CAAC,KAAK,EAAE,wBAAwB,KAAK,CAAC,EAAE,CAAC;CACpD,CAAC;AASF,eAAO,MAAM,+BAA+B,GAAI,CAAC,SAAS;IAAE,KAAK,EAAE,MAAM,IAAI,CAAA;CAAE,EAAE,0CAI9E,qCAAqC,CAAC,CAAC,CAAC,aACX,wBAAwB,SAkBvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAriaIdentifiers.d.ts","sourceRoot":"","sources":["../../../../src/a11y/hooks/useAriaIdentifiers.ts"],"names":[],"mappings":"AAYA;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"useAriaIdentifiers.d.ts","sourceRoot":"","sources":["../../../../src/a11y/hooks/useAriaIdentifiers.ts"],"names":[],"mappings":"AAYA;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,GAAI,SAAS,MAAM;;;CAUjD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResolvedModalAriaProps.d.ts","sourceRoot":"","sources":["../../../../src/a11y/hooks/useResolvedModalAriaProps.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,sBAAsB,GAAG;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,KAAK,+BAA+B,GAAG;IACrC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"useResolvedModalAriaProps.d.ts","sourceRoot":"","sources":["../../../../src/a11y/hooks/useResolvedModalAriaProps.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,sBAAsB,GAAG;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,KAAK,+BAA+B,GAAG;IACrC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB,GAAI,2DAKvC,+BAA+B,KAAG,sBAgBpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIStateIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/AIStateIndicator/AIStateIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAM3C,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"AIStateIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/AIStateIndicator/AIStateIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAM3C,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,gCAE9B,qBAAqB,mDAevB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAIState.d.ts","sourceRoot":"","sources":["../../../../../src/components/AIStateIndicator/hooks/useAIState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAS,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,QAAQ;;;;;;;CAOpB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"useAIState.d.ts","sourceRoot":"","sources":["../../../../../src/components/AIStateIndicator/hooks/useAIState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAS,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,QAAQ;;;;;;;CAOpB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,GAAI,UAAU,OAAO,KAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAsChE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AriaLiveRegion.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/AriaLiveRegion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAmB/C,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"AriaLiveRegion.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/AriaLiveRegion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAmB/C,eAAO,MAAM,cAAc,GAAI,cAAc,iBAAiB,4CAmF7D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationAnnouncer.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/NotificationAnnouncer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAchD,MAAM,MAAM,qCAAqC,GAAG;IAClD,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,CAC5C,MAAM,EAAE,qCAAqC,KAC1C,MAAM,CAAC;AACZ,MAAM,MAAM,8BAA8B,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAuBrF,MAAM,MAAM,0BAA0B,GAAG;IACvC,6BAA6B,CAAC,EAAE,+BAA+B,CAAC;IAChE,kBAAkB,CAAC,EAAE,8BAA8B,CAAC;CACrD,CAAC;AAOF,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"NotificationAnnouncer.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/NotificationAnnouncer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAchD,MAAM,MAAM,qCAAqC,GAAG;IAClD,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,CAC5C,MAAM,EAAE,qCAAqC,KAC1C,MAAM,CAAC;AACZ,MAAM,MAAM,8BAA8B,GAAG,CAAC,YAAY,EAAE,YAAY,KAAK,OAAO,CAAC;AAuBrF,MAAM,MAAM,0BAA0B,GAAG;IACvC,6BAA6B,CAAC,EAAE,+BAA+B,CAAC;IAChE,kBAAkB,CAAC,EAAE,8BAA8B,CAAC;CACrD,CAAC;AAOF,eAAO,MAAM,qBAAqB,GAAI,wDAGnC,0BAA0B,4CA4H5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIncomingMessageAnnouncements.d.ts","sourceRoot":"","sources":["../../../../../src/components/Accessibility/hooks/useIncomingMessageAnnouncements.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,aAAa,CAAC;AAgCnE,MAAM,MAAM,qCAAqC,GAAG;IAClD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,+BAA+B,
|
|
1
|
+
{"version":3,"file":"useIncomingMessageAnnouncements.d.ts","sourceRoot":"","sources":["../../../../../src/components/Accessibility/hooks/useIncomingMessageAnnouncements.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,aAAa,CAAC;AAgCnE,MAAM,MAAM,qCAAqC,GAAG;IAClD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,+BAA+B,GAAI,qDAK7C,qCAAqC,SAmHvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAriaLiveAnnouncer.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/useAriaLiveAnnouncer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useAriaLiveAnnouncer.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/useAriaLiveAnnouncer.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG,QAAQ,CAAC;AACtD,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,gBAAgB,KAAK,IAAI,CAAC;AAEtF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,QAAQ,EAAE,gBAAgB,CAAC;CAC5B,CAAC;AAIF,eAAO,MAAM,wBAAwB,oEAEzB,CAAC;AAEb,eAAO,MAAM,oBAAoB,wBAYhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attachment.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAqB1F,OAAO,KAAK,EACV,mCAAmC,EACnC,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,uBAAuB,2EAO1B,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG;IAC5B,oJAAoJ;IACpJ,WAAW,EAAE,CAAC,gBAAgB,GAAG,sBAAsB,CAAC,EAAE,CAAC;IAC3D,wJAAwJ;IACxJ,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC;;;;;;OAMG;IACH,6BAA6B,CAAC,EAAE,mCAAmC,CAAC;IACpE,oOAAoO;IACpO,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAChE,kNAAkN;IAClN,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACxC,8MAA8M;IAC9M,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACtC,wNAAwN;IACxN,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAChD,wOAAwO;IACxO,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACtD,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,uMAAuM;IACvM,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAAC;IAClD,+MAA+M;IAC/M,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACxC,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gHAAgH;IAChH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IAC9C,iGAAiG;IACjG,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACxE,yOAAyO;IACzO,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;CAC3D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"Attachment.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Attachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAqB1F,OAAO,KAAK,EACV,mCAAmC,EACnC,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,uBAAuB,2EAO1B,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG;IAC5B,oJAAoJ;IACpJ,WAAW,EAAE,CAAC,gBAAgB,GAAG,sBAAsB,CAAC,EAAE,CAAC;IAC3D,wJAAwJ;IACxJ,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC;;;;;;OAMG;IACH,6BAA6B,CAAC,EAAE,mCAAmC,CAAC;IACpE,oOAAoO;IACpO,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAChE,kNAAkN;IAClN,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACxC,8MAA8M;IAC9M,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IACtC,wNAAwN;IACxN,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAChD,wOAAwO;IACxO,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACtD,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,uMAAuM;IACvM,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAAC;IAClD,+MAA+M;IAC/M,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACxC,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gHAAgH;IAChH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IAC9C,iGAAiG;IACjG,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACxE,yOAAyO;IACzO,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;CAC3D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CA0BhD,CAAC"}
|
|
@@ -14,8 +14,10 @@ export type AttachmentActionsProps = Attachment & {
|
|
|
14
14
|
};
|
|
15
15
|
export type AttachmentActionsDefaultFocusByType = Partial<Record<NonNullable<Attachment['type']>, string>>;
|
|
16
16
|
export declare const defaultAttachmentActionsDefaultFocus: AttachmentActionsDefaultFocusByType;
|
|
17
|
+
declare const UnMemoizedAttachmentActions: (props: AttachmentActionsProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
18
|
/**
|
|
18
19
|
* A component for rendering the actions you can take on an attachment.
|
|
19
20
|
*/
|
|
20
|
-
export declare const AttachmentActions:
|
|
21
|
+
export declare const AttachmentActions: typeof UnMemoizedAttachmentActions;
|
|
22
|
+
export {};
|
|
21
23
|
//# sourceMappingURL=AttachmentActions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttachmentActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/AttachmentActions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAItD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAIjF,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG;IAChD,wBAAwB;IACxB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,+HAA+H;IAC/H,EAAE,EAAE,MAAM,CAAC;IACX,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,+EAA+E;IAC/E,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG,OAAO,CACvD,MAAM,CAAC,WAAW,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAChD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,mCAElD,CAAC;
|
|
1
|
+
{"version":3,"file":"AttachmentActions.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/AttachmentActions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAItD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAIjF,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG;IAChD,wBAAwB;IACxB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,+HAA+H;IAC/H,EAAE,EAAE,MAAM,CAAC;IACX,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,+EAA+E;IAC/E,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG,OAAO,CACvD,MAAM,CAAC,WAAW,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAChD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,mCAElD,CAAC;AAEF,QAAA,MAAM,2BAA2B,GAAI,OAAO,sBAAsB,4CA6DjE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAEzB,OAAO,2BAA2B,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare const ImageContainer: (props: RenderAttachmentProps) => import("r
|
|
|
17
17
|
export declare const OtherFilesContainer: ({ attachment, File, }: RenderAttachmentProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
18
18
|
export declare const AudioContainer: ({ attachment, Audio, }: RenderAttachmentProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export declare const VoiceRecordingContainer: ({ attachment, isQuoted, VoiceRecording, }: RenderAttachmentProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
export declare const VideoContainer: (props: Omit<AttachmentProps,
|
|
20
|
+
export declare const VideoContainer: (props: Omit<AttachmentProps, "attachments"> & {
|
|
21
21
|
attachment: VideoAttachmentType;
|
|
22
22
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
23
23
|
export declare const GeolocationContainer: ({ Geolocation, location, }: GeolocationContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttachmentContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/AttachmentContainer.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,KAAK,iBAAiB,EAKvB,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EACV,UAAU,EAEV,sBAAsB,EACtB,eAAe,IAAI,mBAAmB,EACvC,MAAM,aAAa,CAAC;AAoBrB,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAI9B,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EAEtB,MAAM,SAAS,CAAC;AAKjB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,EAAE,UAAU,GAAG,iBAAiB,GAAG,sBAAsB,CAAC;IACpE,aAAa,EAAE,uBAAuB,CAAC;CACxC,CAAC;AACF,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"AttachmentContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/AttachmentContainer.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,KAAK,iBAAiB,EAKvB,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EACV,UAAU,EAEV,sBAAsB,EACtB,eAAe,IAAI,mBAAmB,EACvC,MAAM,aAAa,CAAC;AAoBrB,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAI9B,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EAEtB,MAAM,SAAS,CAAC;AAKjB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,EAAE,UAAU,GAAG,iBAAiB,GAAG,sBAAsB,CAAC;IACpE,aAAa,EAAE,uBAAuB,CAAC;CACxC,CAAC;AACF,eAAO,MAAM,yBAAyB,GAAI,0CAIvC,iBAAiB,CAAC,wBAAwB,CAAC,4CA4B7C,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,kFAKxC,qBAAqB,mDAgBvB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,gBAAgB,mDAqBrD,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,qBAAqB,4CAoBzD,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,qBAAqB,4CAqB1D,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,qBAAqB,mDAgBzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,+BAG9B,kBAAkB,4CAepB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,qBAAqB,4CA2C1D,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,uBAGjC,qBAAqB,mDAQvB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,wBAG5B,qBAAqB,4CAMvB,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,2CAIrC,qBAAqB,4CAMvB,CAAC;AAEF,eAAO,MAAM,cAAc,GACzB,OAAO,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IAAE,UAAU,EAAE,mBAAmB,CAAA;CAAE,4CAiBlF,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,4BAGlC,yBAAyB,4CAI3B,CAAC;AAEF,eAAO,MAAM,8BAA8B,GAAI,wCAG5C,qBAAqB,4CAIvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Audio.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Audio.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAyE9C,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AASF;;GAEG;AACH,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Audio.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Audio.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAyE9C,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AASF;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,OAAO,UAAU,mDA6BtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileAttachment.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/FileAttachment.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAO9C,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"FileAttachment.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/FileAttachment.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAO9C,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,gBAAgB,mBAAmB,4CAiCjE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Geolocation.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Geolocation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,KAAK,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAMlE,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEzC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,sBAAsB,CAAC;IACjC,mCAAmC,CAAC,EAAE,aAAa,CAAC,wCAAwC,CAAC,CAAC;IAC9F,cAAc,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"Geolocation.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Geolocation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,KAAK,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAMlE,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEzC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,sBAAsB,CAAC;IACjC,mCAAmC,CAAC,EAAE,aAAa,CAAC,wCAAwC,CAAC,CAAC;IAC9F,cAAc,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,oEAIzB,gBAAgB,4CAwElB,CAAC;AAEF,MAAM,MAAM,wCAAwC,GAAG;IACrD,QAAQ,EAAE,sBAAsB,CAAC;CAClC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Giphy.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Giphy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAa9C,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Giphy.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Giphy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAa9C,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,gBAAgB,oBAAoB,mDAqDzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Image.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Image.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,aAAa,UAAU,4CAIrD,CAAC"}
|
|
@@ -2,8 +2,10 @@ import type { RenderAttachmentProps } from '../utils';
|
|
|
2
2
|
export type CardProps = RenderAttachmentProps['attachment'] & {
|
|
3
3
|
compact?: boolean;
|
|
4
4
|
};
|
|
5
|
+
declare const UnMemoizedCard: (props: CardProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
/**
|
|
6
7
|
* Simple Card Layout for displaying links
|
|
7
8
|
*/
|
|
8
|
-
export declare const Card:
|
|
9
|
+
export declare const Card: typeof UnMemoizedCard;
|
|
10
|
+
export {};
|
|
9
11
|
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/LinkPreview/Card.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AA8EtD,MAAM,MAAM,SAAS,GAAG,qBAAqB,CAAC,YAAY,CAAC,GAAG;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/LinkPreview/Card.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AA8EtD,MAAM,MAAM,SAAS,GAAG,qBAAqB,CAAC,YAAY,CAAC,GAAG;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,cAAc,GAAI,OAAO,SAAS,4CA0BvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,IAAI,EAAiC,OAAO,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardAudio.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/LinkPreview/CardAudio.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAmF3C,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"CardAudio.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/LinkPreview/CardAudio.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAmF3C,eAAO,MAAM,SAAS,GAAI,iGAUvB,UAAU,4CAoBZ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnableToRenderCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/LinkPreview/UnableToRenderCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAK9C,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"UnableToRenderCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/LinkPreview/UnableToRenderCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAK9C,eAAO,MAAM,kBAAkB,GAAI,UAAU;IAAE,IAAI,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;CAAE,4CAgBzE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalGallery.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/ModalGallery.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAkC7D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,4CAA4C;IAC5C,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2FAA2F;IAC3F,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"ModalGallery.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/ModalGallery.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAkC7D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,4CAA4C;IAC5C,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2FAA2F;IAC3F,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,+DAK1B,iBAAiB,4CAsEnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoAttachment.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/VideoAttachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,IAAI,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAE1E,OAAc,EAAE,KAAK,aAAa,EAAqC,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAIvD,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,EAAE,mBAAmB,CAAC;IAChC,WAAW,CAAC,EAAE,aAAa,CAAC,gBAAgB,CAAC,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"VideoAttachment.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/VideoAttachment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,IAAI,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAE1E,OAAc,EAAE,KAAK,aAAa,EAAqC,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAIvD,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,EAAE,mBAAmB,CAAC;IAChC,WAAW,CAAC,EAAE,aAAa,CAAC,gBAAgB,CAAC,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,8BAG7B,oBAAoB,4CAqDtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VoiceRecording.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/VoiceRecording.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AA8F9C,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,mBAAmB,EAAE,YAAY,CAAC,GAAG;IAChF,uGAAuG;IACvG,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"VoiceRecording.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/VoiceRecording.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AA8F9C,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,mBAAmB,EAAE,YAAY,CAAC,GAAG;IAChF,uGAAuG;IACvG,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,gCAGlC,yBAAyB,mDAoC3B,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;AAEhF,eAAO,MAAM,oBAAoB,GAAI,gBAAgB,yBAAyB,4CAyB7E,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,gEAAgE;IAChE,UAAU,EAAE,UAAU,CAAC;IACvB,gGAAgG;IAChG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,0BAA0B,mBAAmB,4CAKzE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachment-sizing.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/attachment-sizing.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,eAAO,MAAM,+BAA+B,
|
|
1
|
+
{"version":3,"file":"attachment-sizing.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/attachment-sizing.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAG9C,eAAO,MAAM,+BAA+B,GAC1C,YAAY,UAAU,EACtB,SAAS,WAAW;;CAsBrB,CAAC;AAEF,eAAO,MAAM,+BAA+B,GAC1C,YAAY,UAAU,EACtB,SAAS,WAAW,EACpB,8BAA8B,OAAO;;;CAwBtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audioSampling.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/audioSampling.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"audioSampling.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/audioSampling.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,GAAI,cAAc,MAAM,EAAE,EAAE,iBAAiB,MAAM,aAKrC,CAAC;AAEhD;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,gBAAgB,EAAE,MAAM,GAAG,MAAM,EAAE,CA2D7E;AAqBD,eAAO,MAAM,QAAQ,GAAI,QAAQ,MAAM,EAAE,EAAE,YAAY,MAAM,aAwB5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DownloadButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/components/DownloadButton.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,mBAAmB,GAAG;IAChC,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4EAA4E;IAC5E,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"DownloadButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/components/DownloadButton.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,mBAAmB,GAAG;IAChC,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4EAA4E;IAC5E,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,GAAI,2DAK5B,mBAAmB,mDA6BrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileSizeIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/components/FileSizeIndicator.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,sBAAsB,GAAG;IACnC,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"FileSizeIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attachment/components/FileSizeIndicator.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,sBAAsB,GAAG;IACnC,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,sCAG/B,sBAAsB,mDAexB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/icons.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/icons.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,eAAO,MAAM,YAAY,GAAI,eAAe,SAAS,4CAepD,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAI5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAG7E,eAAO,MAAM,uBAAuB,UAKnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAC/B,MAAM,GACN,SAAS,GACT,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,gBAAgB,GAChB,MAAM,GACN,aAAa,GACb,aAAa,CAAC;AAElB,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/E,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC,uBAAuB,EAAE,SAAS,EAAE,CAAC,CAAC;AAErF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IACzE,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IACtE,UAAU,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IACpE,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IAC7E,QAAQ,EAAE,sBAAsB,CAAC;CAClC,CAAC;AAIF,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAG7E,eAAO,MAAM,uBAAuB,UAKnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAC/B,MAAM,GACN,SAAS,GACT,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,gBAAgB,GAChB,MAAM,GACN,aAAa,GACb,aAAa,CAAC;AAElB,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/E,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC,uBAAuB,EAAE,SAAS,EAAE,CAAC,CAAC;AAErF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IACzE,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IACtE,UAAU,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IACpE,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,eAAe,EAAE,aAAa,CAAC,GAAG;IAC7E,QAAQ,EAAE,sBAAsB,CAAC;CAClC,CAAC;AAIF,eAAO,MAAM,uBAAuB,GAClC,YAAY,UAAU,GAAG,iBAAiB,KACzC,UAAU,IAAI,iBACuC,CAAC;AAEzD,eAAO,MAAM,eAAe,GAAI,YAAY,UAAU,YAGrD,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,KAAK,MAAM,EAAE,SAAS,MAAM,aAGlD,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,eAAe,MAAM,WAYpD,CAAC;AACF,wBAAgB,yBAAyB,CAAC,GAAG,EAAE,MAAM,0BAiBpD"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="lodash" />
|
|
2
1
|
import { StateStore } from 'stream-chat';
|
|
3
2
|
import type { AudioPlayerPlugin } from './plugins';
|
|
4
3
|
import type { AudioPlayerPool } from './AudioPlayerPool';
|
|
@@ -106,7 +105,7 @@ export declare class AudioPlayer {
|
|
|
106
105
|
stop: () => void;
|
|
107
106
|
togglePlay: () => Promise<void>;
|
|
108
107
|
increasePlaybackRate: () => void;
|
|
109
|
-
seek: import("lodash").
|
|
108
|
+
seek: import("lodash").DebouncedFuncLeading<SeekFn>;
|
|
110
109
|
registerError: (params: RegisterAudioPlayerErrorParams) => void;
|
|
111
110
|
/**
|
|
112
111
|
* Removes the audio element reference, event listeners and audio player from the player pool.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AudioPlayer.d.ts","sourceRoot":"","sources":["../../../../src/components/AudioPlayback/AudioPlayer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AudioPlayer.d.ts","sourceRoot":"","sources":["../../../../src/components/AudioPlayback/AudioPlayer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,MAAM,MAAM,oBAAoB,GAC5B,iBAAiB,GACjB,cAAc,GACd,oBAAoB,GACpB,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;AAElB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,oBAAoB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,uDAAuD;IACvD,aAAa,EAAE,OAAO,CAAC;IACvB,wFAAwF;IACxF,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qEAAqE;IACrE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,4BAA4B;IAC5B,UAAU,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACpC,mDAAmD;IACnD,SAAS,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,aAAa,EAAE,KAAK,GAAG,IAAI,CAAC;IAC5B,uGAAuG;IACvG,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,8CAA8C;IAC9C,eAAe,EAAE,MAAM,CAAC;IACxB,8CAA8C;IAC9C,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,qBAAqB,GAAG;IACvD,uGAAuG;IACvG,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9B,IAAI,EAAE,eAAe,CAAC;CACvB,CAAC;AAOF,eAAO,MAAM,+BAA+B,GAAI,aAE7C,8BAAmC,SAGrC,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,cAAc,gBAAgB,GAAG,IAAI,mBACR,CAAC;AAE/D,MAAM,MAAM,MAAM,GAAG,CAAC,MAAM,EAAE;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,cAAc,CAAC;CAC/B,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAEpB,qBAAa,WAAW;IACtB,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACpC,oJAAoJ;IACpJ,OAAO,CAAC,KAAK,CAAwB;IACrC,OAAO,CAAC,QAAQ,CAAwC;IACxD,OAAO,CAAC,WAAW,CAAwD;IAC3E,OAAO,CAAC,yBAAyB,CAA6B;IAC9D,OAAO,CAAC,KAAK,CAAkB;IAC/B,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,kBAAkB,CAAC,CAAsD;IACjF,OAAO,CAAC,sBAAsB,CAAC,CAAmB;IAClD,OAAO,CAAC,cAAc,CAAiC;IACvD,OAAO,CAAC,qBAAqB,CAAC,CAAgB;IAC9C,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,eAAe,CAAwD;gBAEnE,EACV,eAAe,EACf,QAAQ,EACR,EAAE,EACF,QAAQ,EACR,aAAa,EAAE,mBAAmB,EAClC,OAAO,EACP,IAAI,EACJ,GAAG,EACH,KAAK,EACL,YAAY,GACb,EAAE,kBAAkB;IAoCrB,OAAO,KAAK,OAAO,GAElB;IAED,IAAI,aAAa,YAEhB;IAED,IAAI,UAAU,4BAEb;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,IAAI,mBAAmB,WAEtB;IAED,IAAI,aAAa,aAEhB;IAED,IAAI,eAAe,uBAElB;IAED,IAAI,QAAQ,gCAEX;IAED,IAAI,EAAE,WAEL;IAED,IAAI,GAAG,WAEN;IAED,IAAI,QAAQ,uBAEX;IAED,IAAI,KAAK,uBAER;IAED,IAAI,YAAY,yBAEf;IAED,IAAI,cAAc,WAEjB;IAED,IAAI,eAAe,WAElB;IAED,IAAI,QAAQ,YAEX;IAED,OAAO,CAAC,kBAAkB,CAGxB;IAEF,OAAO,CAAC,gBAAgB;IAaxB,OAAO,CAAC,6BAA6B,CAWnC;IAEF,OAAO,CAAC,yBAAyB,CAW/B;IAEF,OAAO,CAAC,kBAAkB,CAmBxB;IAEF,OAAO,CAAC,eAAe,CA4CrB;IAEF,OAAO,CAAC,+BAA+B,CAIrC;IAEF,OAAO,CAAC,sBAAsB,CAM5B;IAEF,OAAO,CAAC,oBAAoB,CAwC1B;IAEF,aAAa,CAAC,UAAU,EAAE,qBAAqB;IAqB/C,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,cAAc,CAcpB;IAEF,OAAO,CAAC,MAAM,CAcZ;IAEF,iBAAiB,GAAI,gBAAgB,MAAM,UAMzC;IAEF,UAAU,CAAC,MAAM,EAAE,CAAC,cAAc,EAAE,iBAAiB,EAAE,KAAK,iBAAiB,EAAE;IAS/E,eAAe,GAAI,UAAU,MAAM,aAIjC;IAEF,IAAI,GAAU,SAAS,0BAA0B,mBAyC/C;IAEF,KAAK,aAQH;IAEF,IAAI,aAKF;IAEF,UAAU,sBAAmE;IAE7E,oBAAoB,aAgBlB;IAEF,IAAI,gDAoBG;IAEP,aAAa,GAAI,QAAQ,8BAA8B,UAGrD;IAEF;;;OAGG;IACH,cAAc,aAWZ;IAEF,sBAAsB,aAGpB;IAEF,eAAe,GAAI,KAAI,MAAU,UAM/B;IAEF;;;OAGG;IACH,wBAAwB,aAKtB;IAEF,qBAAqB,aAwEnB;CACH"}
|
|
@@ -15,7 +15,7 @@ export declare class AudioPlayerPool {
|
|
|
15
15
|
});
|
|
16
16
|
get players(): AudioPlayer[];
|
|
17
17
|
get activeAudioPlayer(): AudioPlayer | null;
|
|
18
|
-
getOrAdd: (params: Omit<AudioPlayerOptions,
|
|
18
|
+
getOrAdd: (params: Omit<AudioPlayerOptions, "pool">) => AudioPlayer;
|
|
19
19
|
/**
|
|
20
20
|
* In case of allowConcurrentPlayback enabled, a new Audio is created and assigned to the given audioPlayer owner.
|
|
21
21
|
* In case of disabled concurrency, the shared audio ownership is transferred to the new owner loading the owner's
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AudioPlayerPool.d.ts","sourceRoot":"","sources":["../../../../src/components/AudioPlayback/AudioPlayerPool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,oBAAoB,GAAG;IACjC,iBAAiB,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC,CAAC;AAEF,qBAAa,eAAe;IAC1B,KAAK,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAEpC;IACH,OAAO,CAAC,IAAI,CAAkC;IAC9C,OAAO,CAAC,MAAM,CAAuC;IACrD,OAAO,CAAC,WAAW,CAAiC;IACpD,OAAO,CAAC,aAAa,CAAuB;IAC5C,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAU;gBAEtC,MAAM,CAAC,EAAE;QAAE,uBAAuB,CAAC,EAAE,OAAO,CAAA;KAAE;IAI1D,IAAI,OAAO,kBAEV;IAED,IAAI,iBAAiB,uBAEpB;IAED,QAAQ,
|
|
1
|
+
{"version":3,"file":"AudioPlayerPool.d.ts","sourceRoot":"","sources":["../../../../src/components/AudioPlayback/AudioPlayerPool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,oBAAoB,GAAG;IACjC,iBAAiB,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC,CAAC;AAEF,qBAAa,eAAe;IAC1B,KAAK,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAEpC;IACH,OAAO,CAAC,IAAI,CAAkC;IAC9C,OAAO,CAAC,MAAM,CAAuC;IACrD,OAAO,CAAC,WAAW,CAAiC;IACpD,OAAO,CAAC,aAAa,CAAuB;IAC5C,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAU;gBAEtC,MAAM,CAAC,EAAE;QAAE,uBAAuB,CAAC,EAAE,OAAO,CAAA;KAAE;IAI1D,IAAI,OAAO,kBAEV;IAED,IAAI,iBAAiB,uBAEpB;IAED,QAAQ,GAAI,QAAQ,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,iBAkBlD;IAEF;;;;;;;OAOG;IACH,cAAc,GAAI,kBAAkB;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,sBAgClE;IAEF;;;;;;;OAOG;IACH,cAAc,GAAI,SAAS,MAAM,UA4B/B;IAEF,wEAAwE;IACxE,oBAAoB,GAAI,mBAAmB,WAAW,GAAG,IAAI,UAG3D;IAEF,gEAAgE;IAChE,UAAU,CAAC,EAAE,EAAE,MAAM;IASrB,sFAAsF;IACtF,MAAM,GAAI,IAAI,MAAM,UAIlB;IAEF,0DAA0D;IAC1D,KAAK,aAIH;IAEF,qBAAqB,aAQnB;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WithAudioPlayback.d.ts","sourceRoot":"","sources":["../../../../src/components/AudioPlayback/WithAudioPlayback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAQxD,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAMF,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"WithAudioPlayback.d.ts","sourceRoot":"","sources":["../../../../src/components/AudioPlayback/WithAudioPlayback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAQxD,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAMF,eAAO,MAAM,iBAAiB,GAAI,wCAG/B,sBAAsB,4CAexB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC;AAKrD,eAAO,MAAM,cAAc,GAAI,uGAU5B,mBAAmB,oDAuCrB,CAAC;AAMF,eAAO,MAAM,oBAAoB,8DAKhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlaybackRateButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/PlaybackRateButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAErE,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"PlaybackRateButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/PlaybackRateButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;AAErE,eAAO,MAAM,kBAAkB,GAAI,kCAIhC,uBAAuB,4CAQzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/ProgressBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAGlE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;CACpC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,CAAC;AAEnD,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/ProgressBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAGlE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;CACpC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,CAAC;AAEnD,eAAO,MAAM,WAAW,GAAI,iEAMzB,gBAAgB,4CAyDlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WaveProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/WaveProgressBar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAMlE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAEnD,KAAK,oBAAoB,GAAG;IAC1B,wDAAwD;IACxD,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACnC,kGAAkG;IAClG,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0EAA0E;IAC1E,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"WaveProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/WaveProgressBar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAMlE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAEnD,KAAK,oBAAoB,GAAG;IAC1B,wDAAwD;IACxD,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACnC,kGAAkG;IAClG,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0EAA0E;IAC1E,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,6IAS7B,oBAAoB,mDA0JtB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const formatTime: (totalSeconds?: number, rounding?:
|
|
1
|
+
export declare const formatTime: (totalSeconds?: number, rounding?: "ceil" | "floor") => string | null;
|
|
2
2
|
//# sourceMappingURL=formatTime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatTime.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/formatTime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"formatTime.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/formatTime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GACrB,eAAe,MAAM,EACrB,WAAU,MAAM,GAAG,OAAgB,kBAiBpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboardSeek.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/keyboardSeek.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAElE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAoCnD,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"keyboardSeek.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/keyboardSeek.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAElE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAoCnD,eAAO,MAAM,6BAA6B,GAAI,6CAM3C;IACD,KAAK,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,SAkBA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progressBarA11y.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/progressBarA11y.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC,KAAK,sCAAsC,GAAG;IAC5C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,CAAC,EAAE,SAAS,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"progressBarA11y.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/progressBarA11y.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC,KAAK,sCAAsC,GAAG;IAC5C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,CAAC,EAAE,SAAS,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,gCAAgC,GAAI,mDAK9C,sCAAsC,WAuBxC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInteractiveProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/useInteractiveProgressBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAElE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAEnD,KAAK,+BAA+B,GAAG;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;CACpC,CAAC;AA4BF,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"useInteractiveProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/useInteractiveProgressBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,MAAM,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAElE,KAAK,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAEnD,KAAK,+BAA+B,GAAG;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;CACpC,CAAC;AA4BF,eAAO,MAAM,yBAAyB,GAAI,qBAGvC,+BAA+B;;;;;;;;;CA+EjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AudioPlayerNotificationsPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/plugins/AudioPlayerNotificationsPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAItF,eAAO,MAAM,qCAAqC,
|
|
1
|
+
{"version":3,"file":"AudioPlayerNotificationsPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/plugins/AudioPlayerNotificationsPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAItF,eAAO,MAAM,qCAAqC,GAAI,gCAInD;IACD,eAAe,EAAE,eAAe,CAAC;IACjC,KAAK,CAAC,EAAE,uBAAuB,CAAC;IAChC,CAAC,EAAE,SAAS,CAAC;CACd,KAAG,iBA0CH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AACA,OAAc,EACZ,KAAK,wBAAwB,EAI9B,MAAM,OAAO,CAAC;AAGf,MAAM,MAAM,WAAW,GAAG;IACxB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;CACvE,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAuBpC;;GAEG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AACA,OAAc,EACZ,KAAK,wBAAwB,EAI9B,MAAM,OAAO,CAAC;AAGf,MAAM,MAAM,WAAW,GAAG;IACxB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;CACvE,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAuBpC;;GAEG;AACH,eAAO,MAAM,MAAM,GAAI,4DAOpB,WAAW,4CA6Db,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelAvatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/ChannelAvatar.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,IAAI,CAAC;AAExD,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,gBAAgB,GAAG,WAAW,EAAE,MAAM,CAAC,CAAC,GAAG;IACvF,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"ChannelAvatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/ChannelAvatar.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,IAAI,CAAC;AAExD,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,gBAAgB,GAAG,WAAW,EAAE,MAAM,CAAC,CAAC,GAAG;IACvF,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,8DAM3B,kBAAkB,4CAepB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupAvatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/GroupAvatar.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,wBAAwB,EAAW,MAAM,OAAO,CAAC;AAEtE,OAAO,EAAS,KAAK,SAAS,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,gIAAgI;IAChI,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;IACjD,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEpC;;;GAGG;AACH,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"GroupAvatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/GroupAvatar.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,wBAAwB,EAAW,MAAM,OAAO,CAAC;AAEtE,OAAO,EAAS,KAAK,SAAS,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,gIAAgI;IAChI,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,IAAI,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;IACjD,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEpC;;;GAGG;AACH,eAAO,MAAM,WAAW,GAAI,mEAOzB,gBAAgB,4CAiElB,CAAC"}
|
|
@@ -12,5 +12,5 @@ export type BadgeProps = ComponentProps<'div'> & {
|
|
|
12
12
|
* Uses design tokens: --badge-bg-*, --badge-text-*, --badge-border.
|
|
13
13
|
*/
|
|
14
14
|
export declare const Badge: ({ children, className, size, variant, ...spanProps }: BadgeProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export declare const ErrorBadge: ({ className, size, ...rest }: Omit<BadgeProps,
|
|
15
|
+
export declare const ErrorBadge: ({ className, size, ...rest }: Omit<BadgeProps, "variant">) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD,MAAM,MAAM,YAAY,GACpB,SAAS,GACT,SAAS,GACT,OAAO,GACP,SAAS,GACT,SAAS,GACT,SAAS,CAAC;AAEd,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEzD,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/C,8CAA8C;IAC9C,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD,MAAM,MAAM,YAAY,GACpB,SAAS,GACT,SAAS,GACT,OAAO,GACP,SAAS,GACT,SAAS,GACT,SAAS,CAAC;AAEd,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEzD,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/C,8CAA8C;IAC9C,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,GAAI,sDAMnB,UAAU,4CAYZ,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,8BAIxB,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,4CAI7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MediaBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/MediaBadge.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,iBAAiB,GAAG,MAAM,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,EAAE,eAAe,CAAC;IAC5B,OAAO,EAAE,OAAO,GAAG,iBAAiB,GAAG,MAAM,CAAC;CAC/C,CAAC;AAOF,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"MediaBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/MediaBadge.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,iBAAiB,GAAG,MAAM,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,EAAE,eAAe,CAAC;IAC5B,OAAO,EAAE,OAAO,GAAG,iBAAiB,GAAG,MAAM,CAAC;CAC/C,CAAC;AAOF,eAAO,MAAM,UAAU,GAAI,yBAAyB,eAAe,4CAYlE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImagePlaceholder.d.ts","sourceRoot":"","sources":["../../../../src/components/BaseImage/ImagePlaceholder.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ImagePlaceholder.d.ts","sourceRoot":"","sources":["../../../../src/components/BaseImage/ImagePlaceholder.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,qBAAqB,GAAG;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,eAAe,qBAAqB,4CAYpE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toBaseImageDescriptors.d.ts","sourceRoot":"","sources":["../../../../src/components/BaseImage/toBaseImageDescriptors.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EAOf,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,KAAK,8BAA8B,GAC/B,oBAAoB,GACpB,oBAAoB,GACpB,WAAW,GACX,UAAU,CAAC;AAEf,mFAAmF;AACnF,MAAM,MAAM,mBAAmB,GAAG;IAChC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"toBaseImageDescriptors.d.ts","sourceRoot":"","sources":["../../../../src/components/BaseImage/toBaseImageDescriptors.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EAOf,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,KAAK,8BAA8B,GAC/B,oBAAoB,GACpB,oBAAoB,GACpB,WAAW,GACX,UAAU,CAAC;AAEf,mFAAmF;AACnF,MAAM,MAAM,mBAAmB,GAAG;IAChC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,GACjC,YAAY,8BAA8B,EAC1C,UAAS;IAAE,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAAO,KAC1C,mBAAmB,GAAG,SAkExB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/PlayButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvD,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"PlayButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/PlayButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IACvD,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,oCAAoC,eAAe,4CAgB7E,CAAC"}
|
|
@@ -50,6 +50,7 @@ export type ChannelProps = {
|
|
|
50
50
|
/** A custom function to provide size configuration for video attachments */
|
|
51
51
|
videoAttachmentSizeHandler?: VideoAttachmentSizeHandler;
|
|
52
52
|
};
|
|
53
|
+
declare const UnMemoizedChannel: (props: PropsWithChildren<ChannelProps>) => import("react/jsx-runtime").JSX.Element;
|
|
53
54
|
/**
|
|
54
55
|
* A wrapper component that provides channel data and renders children.
|
|
55
56
|
* The Channel component provides the following contexts:
|
|
@@ -58,5 +59,6 @@ export type ChannelProps = {
|
|
|
58
59
|
* - [ComponentContext](https://getstream.io/chat/docs/sdk/react/contexts/component_context/)
|
|
59
60
|
* - [TypingContext](https://getstream.io/chat/docs/sdk/react/contexts/typing_context/)
|
|
60
61
|
*/
|
|
61
|
-
export declare const Channel:
|
|
62
|
+
export declare const Channel: typeof UnMemoizedChannel;
|
|
63
|
+
export {};
|
|
62
64
|
//# sourceMappingURL=Channel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Channel.d.ts","sourceRoot":"","sources":["../../../../src/components/Channel/Channel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAQN,MAAM,OAAO,CAAC;AAIf,OAAO,KAAK,EAGV,mBAAmB,EAEnB,oBAAoB,EAEpB,gBAAgB,EAChB,aAAa,EACb,YAAY,EACZ,OAAO,EACP,eAAe,EAEf,kBAAkB,EAClB,OAAO,IAAI,aAAa,EACxB,UAAU,EACV,oBAAoB,EACrB,MAAM,aAAa,CAAC;AAQrB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAyCnE,OAAO,KAAK,EACV,oBAAoB,EACpB,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,mBAAmB,CAAC;AAQ3B,MAAM,MAAM,YAAY,GAAG;IACzB,qIAAqI;IACrI,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IACtE,6FAA6F;IAC7F,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,uCAAuC;IACvC,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,gGAAgG;IAChG,sBAAsB,CAAC,EAAE,CACvB,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,oBAAoB,KAC3B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC9B,8GAA8G;IAC9G,iBAAiB,CAAC,EAAE,CAClB,OAAO,EAAE,aAAa,EACtB,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI,KAC5D,OAAO,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IACtC,iHAAiH;IACjH,oBAAoB,CAAC,EAAE,CACrB,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,kBAAkB,KACzB,UAAU,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,GAAG,IAAI,CAAC;IACrD,kHAAkH;IAClH,sBAAsB,CAAC,EAAE,CACvB,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,YAAY,GAAG,eAAe,EAC9C,OAAO,CAAC,EAAE,oBAAoB,KAC3B,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC;IAC7C,qJAAqJ;IACrJ,gBAAgB,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IAC7C,wLAAwL;IACxL,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,4EAA4E;IAC5E,0BAA0B,CAAC,EAAE,0BAA0B,CAAC;IACxD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,yIAAyI;IACzI,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iFAAiF;IACjF,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,iFAAiF;IACjF,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,qEAAqE;IACrE,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,mJAAmJ;IACnJ,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,4EAA4E;IAC5E,0BAA0B,CAAC,EAAE,0BAA0B,CAAC;CACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"Channel.d.ts","sourceRoot":"","sources":["../../../../src/components/Channel/Channel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAQN,MAAM,OAAO,CAAC;AAIf,OAAO,KAAK,EAGV,mBAAmB,EAEnB,oBAAoB,EAEpB,gBAAgB,EAChB,aAAa,EACb,YAAY,EACZ,OAAO,EACP,eAAe,EAEf,kBAAkB,EAClB,OAAO,IAAI,aAAa,EACxB,UAAU,EACV,oBAAoB,EACrB,MAAM,aAAa,CAAC;AAQrB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAyCnE,OAAO,KAAK,EACV,oBAAoB,EACpB,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,mBAAmB,CAAC;AAQ3B,MAAM,MAAM,YAAY,GAAG;IACzB,qIAAqI;IACrI,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IACtE,6FAA6F;IAC7F,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,uCAAuC;IACvC,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,gGAAgG;IAChG,sBAAsB,CAAC,EAAE,CACvB,OAAO,EAAE,YAAY,EACrB,OAAO,CAAC,EAAE,oBAAoB,KAC3B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC9B,8GAA8G;IAC9G,iBAAiB,CAAC,EAAE,CAClB,OAAO,EAAE,aAAa,EACtB,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI,KAC5D,OAAO,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IACtC,iHAAiH;IACjH,oBAAoB,CAAC,EAAE,CACrB,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,kBAAkB,KACzB,UAAU,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,GAAG,IAAI,CAAC;IACrD,kHAAkH;IAClH,sBAAsB,CAAC,EAAE,CACvB,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,YAAY,GAAG,eAAe,EAC9C,OAAO,CAAC,EAAE,oBAAoB,KAC3B,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC;IAC7C,qJAAqJ;IACrJ,gBAAgB,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IAC7C,wLAAwL;IACxL,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,4EAA4E;IAC5E,0BAA0B,CAAC,EAAE,0BAA0B,CAAC;IACxD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,yIAAyI;IACzI,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,iFAAiF;IACjF,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,iFAAiF;IACjF,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,qEAAqE;IACrE,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,mJAAmJ;IACnJ,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,4EAA4E;IAC5E,0BAA0B,CAAC,EAAE,0BAA0B,CAAC;CACzD,CAAC;AAmBF,QAAA,MAAM,iBAAiB,GAAI,OAAO,iBAAiB,CAAC,YAAY,CAAC,4CAyChE,CAAC;AA09BF;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO,EAAoC,OAAO,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channelState.d.ts","sourceRoot":"","sources":["../../../../src/components/Channel/channelState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,YAAY,EACZ,eAAe,EACf,YAAY,IAAI,kBAAkB,EACnC,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAEtE,MAAM,MAAM,yBAAyB,GACjC;IACE,IAAI,EAAE,aAAa,CAAC;CACrB,GACD;IACE,IAAI,EAAE,yBAAyB,CAAC;CACjC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,yBAAyB,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,6BAA6B,CAAC;CACrC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,IAAI,EAAE,6BAA6B,CAAC;CACrC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,IAAI,EAAE,uBAAuB,CAAC;CAC/B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,sBAAsB,CAAC;CAC9B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,IAAI,EAAE,kBAAkB,CAAC;CAC1B,GACD;IACE,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,IAAI,EAAE,uBAAuB,CAAC;CAC/B,GACD;IACE,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,KAAK,CAAC,UAAU,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACvE,IAAI,EAAE,wBAAwB,CAAC;CAChC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,YAAY,CAAC;CACpB,GACD;IACE,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,UAAU,CAAC;CAClB,GACD;IACE,WAAW,EAAE,OAAO,CAAC;IACrB,IAAI,EAAE,gBAAgB,CAAC;CACxB,GACD;IACE,kCAAkC,EAAE,OAAO,CAAC;IAC5C,IAAI,EAAE,uCAAuC,CAAC;CAC/C,GACD;IACE,gBAAgB,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,qBAAqB,CAAC;CAC7B,GACD;IACE,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,WAAW,CAAC;CACnB,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,WAAW,CAAC;CACnB,GACD;IACE,IAAI,EAAE,oBAAoB,CAAC;CAC5B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,eAAe,CAAC;IACzB,IAAI,EAAE,qBAAqB,CAAC;CAC7B,CAAC;AAEN,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"channelState.d.ts","sourceRoot":"","sources":["../../../../src/components/Channel/channelState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,YAAY,EACZ,eAAe,EACf,YAAY,IAAI,kBAAkB,EACnC,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAEtE,MAAM,MAAM,yBAAyB,GACjC;IACE,IAAI,EAAE,aAAa,CAAC;CACrB,GACD;IACE,IAAI,EAAE,yBAAyB,CAAC;CACjC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,yBAAyB,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,6BAA6B,CAAC;CACrC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,IAAI,EAAE,6BAA6B,CAAC;CACrC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,IAAI,EAAE,uBAAuB,CAAC;CAC/B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,sBAAsB,CAAC;CAC9B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,IAAI,EAAE,kBAAkB,CAAC;CAC1B,GACD;IACE,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,IAAI,EAAE,uBAAuB,CAAC;CAC/B,GACD;IACE,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,KAAK,CAAC,UAAU,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACvE,IAAI,EAAE,wBAAwB,CAAC;CAChC,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,YAAY,CAAC;CACpB,GACD;IACE,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,UAAU,CAAC;CAClB,GACD;IACE,WAAW,EAAE,OAAO,CAAC;IACrB,IAAI,EAAE,gBAAgB,CAAC;CACxB,GACD;IACE,kCAAkC,EAAE,OAAO,CAAC;IAC5C,IAAI,EAAE,uCAAuC,CAAC;CAC/C,GACD;IACE,gBAAgB,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,qBAAqB,CAAC;CAC7B,GACD;IACE,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,WAAW,CAAC;CACnB,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,WAAW,CAAC;CACnB,GACD;IACE,IAAI,EAAE,oBAAoB,CAAC;CAC5B,GACD;IACE,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,eAAe,CAAC;IACzB,IAAI,EAAE,qBAAqB,CAAC;CAC7B,CAAC;AAEN,eAAO,MAAM,kBAAkB,SACtB,OAAO,YAAY,EAAE,QAAQ,yBAAyB,iBAkM5D,CAAC;AAEJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;CAoBxB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ChatContextValue } from '../../../context/ChatContext';
|
|
2
2
|
export declare const useImageFlagEmojisOnWindowsClass: () => "" | "str-chat--windows-flags";
|
|
3
3
|
export declare const getChatContainerClass: (customClass?: string) => string;
|
|
4
|
-
export declare const useChannelContainerClasses: ({ customClasses, }: Pick<ChatContextValue,
|
|
4
|
+
export declare const useChannelContainerClasses: ({ customClasses, }: Pick<ChatContextValue, "customClasses">) => {
|
|
5
5
|
channelClass: string;
|
|
6
6
|
chatClass: string;
|
|
7
7
|
chatContainerClass: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useChannelContainerClasses.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useChannelContainerClasses.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,eAAO,MAAM,gCAAgC,sCAK5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"useChannelContainerClasses.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useChannelContainerClasses.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,eAAO,MAAM,gCAAgC,sCAK5C,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,cAAc,MAAM,WACpB,CAAC;AAEvC,eAAO,MAAM,0BAA0B,GAAI,oBAExC,IAAI,CAAC,gBAAgB,EAAE,eAAe,CAAC;;;;;CAQzC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ChannelStateContextValue } from '../../../context/ChannelStateContext';
|
|
2
|
-
export declare const useCreateChannelStateContext: (value: Omit<ChannelStateContextValue,
|
|
2
|
+
export declare const useCreateChannelStateContext: (value: Omit<ChannelStateContextValue, "channelCapabilities"> & {
|
|
3
3
|
channelCapabilitiesArray: string[];
|
|
4
4
|
skipMessageDataMemoization?: boolean;
|
|
5
5
|
}) => ChannelStateContextValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateChannelStateContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useCreateChannelStateContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAErF,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"useCreateChannelStateContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useCreateChannelStateContext.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAErF,eAAO,MAAM,4BAA4B,GACvC,OAAO,IAAI,CAAC,wBAAwB,EAAE,qBAAqB,CAAC,GAAG;IAC7D,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACtC,6BA6JF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateTypingContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useCreateTypingContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"useCreateTypingContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useCreateTypingContext.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE,eAAO,MAAM,sBAAsB,GAAI,OAAO,kBAAkB,uBAc/D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEditMessageHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useEditMessageHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,eAAe,EACf,UAAU,EACV,oBAAoB,EACrB,MAAM,aAAa,CAAC;AAIrB,KAAK,aAAa,GAAG,CACnB,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,YAAY,GAAG,eAAe,EAC9C,OAAO,CAAC,EAAE,oBAAoB,KAC3B,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC;AAE7C,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"useEditMessageHandler.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useEditMessageHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,eAAe,EACf,UAAU,EACV,oBAAoB,EACrB,MAAM,aAAa,CAAC;AAIrB,KAAK,aAAa,GAAG,CACnB,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,YAAY,GAAG,eAAe,EAC9C,OAAO,CAAC,EAAE,oBAAoB,KAC3B,UAAU,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC;AAE7C,eAAO,MAAM,qBAAqB,GAAI,yBAAyB,aAAa,MAIxE,gBAAgB,YAAY,GAAG,eAAe,EAC9C,UAAU,oBAAoB,4DASjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIsMounted.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useIsMounted.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useIsMounted.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useIsMounted.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,0CAWxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMentionsHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useMentionsHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG,CAC5B,KAAK,EAAE,KAAK,CAAC,kBAAkB,EAC/B,IAAI,CAAC,EAAE,YAAY,KAChB,IAAI,CAAC;AAEV,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"useMentionsHandlers.d.ts","sourceRoot":"","sources":["../../../../../src/components/Channel/hooks/useMentionsHandlers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG,CAC5B,KAAK,EAAE,KAAK,CAAC,kBAAkB,EAC/B,IAAI,CAAC,EAAE,YAAY,KAChB,IAAI,CAAC;AAEV,eAAO,MAAM,mBAAmB,GAC9B,kBAAkB,eAAe,EACjC,kBAAkB,eAAe,aAGvB,KAAK,CAAC,kBAAkB,mBAAmB,YAAY,EAAE,SAmClE,CAAC"}
|
|
@@ -4,7 +4,7 @@ import { type APIErrorResponse, type ChannelState, ErrorFromResponse, type Messa
|
|
|
4
4
|
* @param targetId
|
|
5
5
|
* @param msgSet
|
|
6
6
|
*/
|
|
7
|
-
export declare const findInMsgSetById: (targetId: string, msgSet: ReturnType<ChannelState[
|
|
7
|
+
export declare const findInMsgSetById: (targetId: string, msgSet: ReturnType<ChannelState["formatMessage"]>[]) => {
|
|
8
8
|
index: number;
|
|
9
9
|
target: import("stream-chat").LocalMessage;
|
|
10
10
|
} | {
|
|
@@ -17,7 +17,7 @@ export declare const findInMsgSetById: (targetId: string, msgSet: ReturnType<Cha
|
|
|
17
17
|
* @param msgSet
|
|
18
18
|
* @param exact
|
|
19
19
|
*/
|
|
20
|
-
export declare const findInMsgSetByDate: (targetDate: Date, msgSet: MessageResponse[] | ReturnType<ChannelState[
|
|
20
|
+
export declare const findInMsgSetByDate: (targetDate: Date, msgSet: MessageResponse[] | ReturnType<ChannelState["formatMessage"]>[], exact?: boolean) => {
|
|
21
21
|
index: number;
|
|
22
22
|
target: import("stream-chat").LocalMessage | MessageResponse;
|
|
23
23
|
} | {
|