stream-chat-react 14.0.1 → 14.2.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/dist/cjs/emojis.js +8 -8
- package/dist/cjs/emojis.js.map +1 -1
- package/dist/cjs/index.js +18599 -16466
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{WithAudioPlayback.ba05c770.js → useNotificationApi.f2c7704d.js} +1442 -1363
- package/dist/cjs/useNotificationApi.f2c7704d.js.map +1 -0
- package/dist/css/index.css +614 -557
- package/dist/css/index.css.map +1 -1
- package/dist/es/emojis.mjs +1 -1
- package/dist/es/index.mjs +18216 -16083
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/{WithAudioPlayback.610fdf2c.mjs → useNotificationApi.f91ae46b.mjs} +1576 -1497
- package/dist/es/useNotificationApi.f91ae46b.mjs.map +1 -0
- package/dist/types/a11y/a11yUtils.d.ts +23 -0
- package/dist/types/a11y/a11yUtils.d.ts.map +1 -0
- package/dist/types/a11y/hooks/useAriaIdentifiers.d.ts +15 -0
- package/dist/types/a11y/hooks/useAriaIdentifiers.d.ts.map +1 -0
- package/dist/types/a11y/hooks/useResolvedModalAriaProps.d.ts +22 -0
- package/dist/types/a11y/hooks/useResolvedModalAriaProps.d.ts.map +1 -0
- package/dist/types/components/Accessibility/AriaLiveRegion.d.ts +3 -0
- package/dist/types/components/Accessibility/AriaLiveRegion.d.ts.map +1 -0
- package/dist/types/components/Accessibility/NotificationAnnouncer.d.ts +14 -0
- package/dist/types/components/Accessibility/NotificationAnnouncer.d.ts.map +1 -0
- package/dist/types/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts +9 -0
- package/dist/types/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts.map +1 -0
- package/dist/types/components/Accessibility/index.d.ts +5 -0
- package/dist/types/components/Accessibility/index.d.ts.map +1 -0
- package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts +9 -0
- package/dist/types/components/Accessibility/useAriaLiveAnnouncer.d.ts.map +1 -0
- package/dist/types/components/Attachment/Audio.d.ts.map +1 -1
- package/dist/types/components/Attachment/LinkPreview/CardAudio.d.ts.map +1 -1
- package/dist/types/components/Attachment/ModalGallery.d.ts.map +1 -1
- package/dist/types/components/Attachment/VoiceRecording.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/DurationDisplay.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/ProgressBar.d.ts +5 -1
- package/dist/types/components/AudioPlayback/components/ProgressBar.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/WaveProgressBar.d.ts +5 -1
- package/dist/types/components/AudioPlayback/components/WaveProgressBar.d.ts.map +1 -1
- package/dist/types/components/AudioPlayback/components/formatTime.d.ts +2 -0
- package/dist/types/components/AudioPlayback/components/formatTime.d.ts.map +1 -0
- package/dist/types/components/AudioPlayback/components/keyboardSeek.d.ts +12 -0
- package/dist/types/components/AudioPlayback/components/keyboardSeek.d.ts.map +1 -0
- package/dist/types/components/AudioPlayback/components/progressBarA11y.d.ts +10 -0
- package/dist/types/components/AudioPlayback/components/progressBarA11y.d.ts.map +1 -0
- package/dist/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/BaseImage/BaseImage.d.ts.map +1 -1
- package/dist/types/components/Button/PlayButton.d.ts.map +1 -1
- package/dist/types/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItem.d.ts +2 -0
- package/dist/types/components/ChannelListItem/ChannelListItem.d.ts.map +1 -1
- package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.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.map +1 -1
- package/dist/types/components/Chat/Chat.d.ts.map +1 -1
- package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts +26 -0
- package/dist/types/components/ChatView/ChatView.a11y.utility.d.ts.map +1 -0
- package/dist/types/components/ChatView/ChatView.d.ts +9 -0
- package/dist/types/components/ChatView/ChatView.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/Alert.d.ts +3 -1
- package/dist/types/components/Dialog/components/Alert.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/ContextMenu.d.ts +31 -6
- package/dist/types/components/Dialog/components/ContextMenu.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/Prompt.d.ts +3 -1
- package/dist/types/components/Dialog/components/Prompt.d.ts.map +1 -1
- package/dist/types/components/Dialog/components/Viewer.d.ts +3 -1
- package/dist/types/components/Dialog/components/Viewer.d.ts.map +1 -1
- package/dist/types/components/Dialog/service/DialogAnchor.d.ts.map +1 -1
- package/dist/types/components/Form/Dropdown.d.ts +2 -1
- package/dist/types/components/Form/Dropdown.d.ts.map +1 -1
- package/dist/types/components/Form/NumericInput.d.ts.map +1 -1
- package/dist/types/components/Form/SwitchField.d.ts +5 -2
- package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
- package/dist/types/components/Form/TextInput.d.ts.map +1 -1
- package/dist/types/components/Icons/BaseIcon.d.ts +4 -1
- package/dist/types/components/Icons/BaseIcon.d.ts.map +1 -1
- package/dist/types/components/Icons/createIcon.d.ts +6 -3
- package/dist/types/components/Icons/createIcon.d.ts.map +1 -1
- package/dist/types/components/Icons/icons.d.ts +81 -82
- package/dist/types/components/Icons/icons.d.ts.map +1 -1
- package/dist/types/components/InfiniteScrollPaginator/InfiniteScroll.d.ts.map +1 -1
- package/dist/types/components/Loading/LoadingIndicator.d.ts +2 -2
- package/dist/types/components/Loading/LoadingIndicator.d.ts.map +1 -1
- package/dist/types/components/Location/ShareLocationDialog.d.ts +1 -0
- package/dist/types/components/Location/ShareLocationDialog.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecorderRecordingControls.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingButtonWithNotification.d.ts.map +1 -1
- package/dist/types/components/MediaRecorder/AudioRecorder/AudioRecordingPlayback.d.ts.map +1 -1
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/Message/MessageText.d.ts.map +1 -1
- package/dist/types/components/Message/MessageUI.d.ts.map +1 -1
- package/dist/types/components/Message/types.d.ts +4 -2
- package/dist/types/components/Message/types.d.ts.map +1 -1
- package/dist/types/components/MessageActions/DeleteMessageAlert.d.ts.map +1 -1
- package/dist/types/components/MessageActions/MessageActions.d.ts.map +1 -1
- package/dist/types/components/MessageActions/MessageActions.defaults.d.ts.map +1 -1
- package/dist/types/components/MessageBounce/MessageBouncePrompt.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/AttachmentPreviewList.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentPreviewList/AudioAttachmentPreview.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.map +1 -1
- package/dist/types/components/MessageComposer/AttachmentSelector/CommandsMenu.d.ts +2 -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/QuotedMessagePreview.d.ts +4 -2
- package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/WithDragAndDropUpload.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/index.d.ts +1 -0
- package/dist/types/components/MessageComposer/hooks/index.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/hooks/useMessageComposerCommands.d.ts +9 -0
- package/dist/types/components/MessageComposer/hooks/useMessageComposerCommands.d.ts.map +1 -0
- package/dist/types/components/MessageList/MessageList.d.ts.map +1 -1
- package/dist/types/components/MessageList/NewMessageNotification.d.ts.map +1 -1
- package/dist/types/components/MessageList/ScrollToLatestMessageButton.d.ts +1 -2
- 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/VirtualizedMessageList.d.ts +1 -1
- package/dist/types/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
- package/dist/types/components/MessageList/hooks/MessageList/useMessageListScrollManager.d.ts +1 -0
- 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/useReducedMotionPreference.d.ts +2 -0
- package/dist/types/components/MessageList/hooks/useReducedMotionPreference.d.ts.map +1 -0
- package/dist/types/components/Modal/CloseButtonOnModalOverlay.d.ts.map +1 -1
- package/dist/types/components/Modal/GlobalModal.d.ts +9 -1
- package/dist/types/components/Modal/GlobalModal.d.ts.map +1 -1
- package/dist/types/components/Notifications/Notification.d.ts.map +1 -1
- package/dist/types/components/Notifications/NotificationList.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/AddCommentPrompt.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollAnswerList.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollOptionsFullList.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/PollResults/PollResults.d.ts.map +1 -1
- package/dist/types/components/Poll/PollActions/SuggestPollOptionPrompt.d.ts.map +1 -1
- package/dist/types/components/Poll/PollCreationDialog/MultipleAnswersField.d.ts.map +1 -1
- package/dist/types/components/Poll/PollCreationDialog/NameField.d.ts.map +1 -1
- package/dist/types/components/Poll/PollCreationDialog/OptionFieldSet.d.ts.map +1 -1
- package/dist/types/components/Poll/PollCreationDialog/PollCreationDialog.d.ts.map +1 -1
- package/dist/types/components/Poll/PollOptionSelector.d.ts.map +1 -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/Search/SearchBar/SearchBar.d.ts.map +1 -1
- package/dist/types/components/Search/SearchResults/SearchResultItem.d.ts.map +1 -1
- package/dist/types/components/Search/SearchResults/SearchResultsHeader.d.ts.map +1 -1
- package/dist/types/components/SkipNavigation/SkipNavigation.d.ts +38 -0
- package/dist/types/components/SkipNavigation/SkipNavigation.d.ts.map +1 -0
- package/dist/types/components/SkipNavigation/index.d.ts +2 -0
- package/dist/types/components/SkipNavigation/index.d.ts.map +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/CommandItem.d.ts +1 -0
- package/dist/types/components/TextareaComposer/SuggestionList/CommandItem.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
- package/dist/types/components/TextareaComposer/TextareaComposer.d.ts +1 -0
- package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
- package/dist/types/components/Threads/ThreadList/ThreadList.d.ts.map +1 -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 +8 -0
- package/dist/types/components/TypingIndicator/utils/getTypingStatusMessage.d.ts.map +1 -0
- package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts +7 -0
- package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
- package/dist/types/components/VisuallyHidden/index.d.ts +2 -0
- package/dist/types/components/VisuallyHidden/index.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +3 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/context/ComponentContext.d.ts +10 -1
- package/dist/types/context/ComponentContext.d.ts.map +1 -1
- package/dist/types/context/ModalContext.d.ts +1 -0
- package/dist/types/context/ModalContext.d.ts.map +1 -1
- package/dist/types/context/index.d.ts +1 -0
- package/dist/types/context/index.d.ts.map +1 -1
- package/dist/types/i18n/Streami18n.d.ts +61 -2
- package/dist/types/i18n/Streami18n.d.ts.map +1 -1
- package/dist/types/i18n/TranslationBuilder/notifications/translators.d.ts +1 -0
- package/dist/types/i18n/TranslationBuilder/notifications/translators.d.ts.map +1 -1
- package/dist/types/i18n/TranslationBuilder/notifications/translatorsByNotificationType.d.ts.map +1 -1
- package/package.json +9 -5
- package/dist/cjs/WithAudioPlayback.ba05c770.js.map +0 -1
- package/dist/es/WithAudioPlayback.610fdf2c.mjs.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { type TextareaHTMLAttributes } from 'react';
|
|
2
|
+
export declare const shouldBackspaceExitCommandMode: (text: string) => boolean;
|
|
2
3
|
export type TextareaComposerProps = Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'style' | 'defaultValue' | 'disabled' | 'value'> & {
|
|
3
4
|
closeSuggestionsOnClickOutside?: boolean;
|
|
4
5
|
containerClassName?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextareaComposer.d.ts","sourceRoot":"","sources":["../../../../src/components/TextareaComposer/TextareaComposer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAGZ,KAAK,sBAAsB,EAO5B,MAAM,OAAO,CAAC;AAgDf,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,sBAAsB,CAAC,mBAAmB,CAAC,EAC3C,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,OAAO,CAChD,GAAG;IACF,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,KAAK,OAAO,CAAC;CAC7E,CAAC;AAEF,eAAO,MAAM,gBAAgB,sQAe1B,qBAAqB,
|
|
1
|
+
{"version":3,"file":"TextareaComposer.d.ts","sourceRoot":"","sources":["../../../../src/components/TextareaComposer/TextareaComposer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAGZ,KAAK,sBAAsB,EAO5B,MAAM,OAAO,CAAC;AAgDf,eAAO,MAAM,8BAA8B,SAAU,MAAM,YAAsB,CAAC;AAElF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,sBAAsB,CAAC,mBAAmB,CAAC,EAC3C,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,OAAO,CAChD,GAAG;IACF,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,KAAK,OAAO,CAAC;CAC7E,CAAC;AAEF,eAAO,MAAM,gBAAgB,sQAe1B,qBAAqB,4CAyQvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThreadList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Threads/ThreadList/ThreadList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAkB,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpE,OAAO,KAAK,EAAE,MAAM,EAAqC,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ThreadList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Threads/ThreadList/ThreadList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAkB,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpE,OAAO,KAAK,EAAE,MAAM,EAAqC,MAAM,aAAa,CAAC;AAuB7E,KAAK,eAAe,GAAG;IACrB,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,aAAa,YAqBzB,CAAC;AAqCF,eAAO,MAAM,UAAU,sBAAuB,eAAe,4CA0D5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypingIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/TypingIndicator/TypingIndicator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TypingIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/TypingIndicator/TypingIndicator.tsx"],"names":[],"mappings":"AAeA,MAAM,MAAM,oBAAoB,GAAG;IACjC,8HAA8H;IAC9H,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAiGF,eAAO,MAAM,eAAe,UA1Fc,oBAAoB,mDA4FzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypingIndicatorHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/TypingIndicator/TypingIndicatorHeader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TypingIndicatorHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/TypingIndicator/TypingIndicatorHeader.tsx"],"names":[],"mappings":"AAaA,MAAM,MAAM,0BAA0B,GAAG;IACvC,iGAAiG;IACjG,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,UAAW,0BAA0B,mDA2CtE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { TypingEntry } from '../hooks/useDebouncedTypingActive';
|
|
2
|
+
type TranslationFunction = (key: string, options?: Record<string, number | string>) => string;
|
|
3
|
+
/**
|
|
4
|
+
* Build a localized typing-status message for screen-reader and inline indicator text.
|
|
5
|
+
*/
|
|
6
|
+
export declare const getTypingStatusMessage: (displayUsers: readonly TypingEntry[], t: TranslationFunction) => string;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=getTypingStatusMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTypingStatusMessage.d.ts","sourceRoot":"","sources":["../../../../../src/components/TypingIndicator/utils/getTypingStatusMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,KAAK,mBAAmB,GAAG,CACzB,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KACtC,MAAM,CAAC;AAEZ;;GAEG;AACH,eAAO,MAAM,sBAAsB,iBACnB,SAAS,WAAW,EAAE,KACjC,mBAAmB,WAkBvB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
export type VisuallyHiddenProps = ComponentPropsWithoutRef<'span'>;
|
|
3
|
+
/**
|
|
4
|
+
* Hides content visually while preserving it for assistive technologies.
|
|
5
|
+
*/
|
|
6
|
+
export declare const VisuallyHidden: ({ children, style, ...rest }: VisuallyHiddenProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=VisuallyHidden.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["../../../../src/components/VisuallyHidden/VisuallyHidden.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,wBAAwB,EAAsB,MAAM,OAAO,CAAC;AAEjF,MAAM,MAAM,mBAAmB,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAAC;AAcnE;;GAEG;AACH,eAAO,MAAM,cAAc,iCAAkC,mBAAmB,4CAI/E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/VisuallyHidden/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './AIStateIndicator';
|
|
2
|
+
export * from './Accessibility';
|
|
2
3
|
export * from './Attachment';
|
|
3
4
|
export * from './AudioPlayback';
|
|
4
5
|
export * from './Avatar';
|
|
@@ -10,6 +11,7 @@ export * from './ChannelHeader';
|
|
|
10
11
|
export * from './ChannelList';
|
|
11
12
|
export * from './ChannelListItem';
|
|
12
13
|
export * from './Search';
|
|
14
|
+
export * from './SkipNavigation';
|
|
13
15
|
export * from './Chat';
|
|
14
16
|
export * from './ChatView';
|
|
15
17
|
export * from './DateSeparator';
|
|
@@ -40,6 +42,7 @@ export * from './Thread';
|
|
|
40
42
|
export * from './Threads';
|
|
41
43
|
export * from './Tooltip';
|
|
42
44
|
export * from './TypingIndicator';
|
|
45
|
+
export * from './VisuallyHidden';
|
|
43
46
|
export * from './Window';
|
|
44
47
|
export { FileInput } from './ReactFileUtilities';
|
|
45
48
|
export type { FileInputProps } from './ReactFileUtilities';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AAEzB,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,YAAY,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AAEzB,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,YAAY,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentProps, PropsWithChildren } from 'react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { type AttachmentPreviewListProps, type AttachmentProps, type AvatarStackProps, type BaseImageProps, type CalloutDialogProps, type ChannelAvatarProps, type ChannelListItemUIProps, type ChannelListUIProps, type ContextMenuContentProps, type ContextMenuProps, type DateSeparatorProps, type EmojiSearchIndex, type EmptyStateIndicatorProps, type EventComponentProps, type FileDragAndDropContentProps, type GalleryProps, type GiphyPreviewMessageProps, type ImagePlaceholderProps, type LoadingErrorIndicatorProps, type LoadingIndicatorProps, type MessageBouncePromptProps, type MessageComposerProps, type MessageDeletedProps, type MessageEditedIndicatorProps, type MessageProps, type MessageReactionsDetailProps, type MessageReactionsProps, type MessageRepliesCountButtonProps, type MessageStatusProps, type MessageTimestampProps, type MessageUIComponentProps, type ModalGalleryProps, type ModalProps, type NewMessageNotificationProps, type NotificationListProps, type NotificationProps, type PinIndicatorProps, type PollCreationDialogProps, type PollOptionSelectorProps, type QuotedMessagePreviewProps, type ReactionOptions, type ReactionSelector, type ReactionSelectorProps, type RecordingPermissionDeniedNotificationProps, type ReminderNotificationProps, type SearchResultsPresearchProps, type SearchSourceResultListProps, type SendButtonProps, type ShareLocationDialogProps, type StartRecordingAudioButtonProps, type StreamedMessageTextProps, type TextareaComposerProps, type ThreadHeaderProps, type ThreadListItemProps, type ThreadListItemUIProps, type TimestampProps, type TranslationIndicatorProps, type TypingIndicatorProps, type UnreadMessagesNotificationProps, type UnreadMessagesSeparatorProps, type VoiceRecordingPreviewSlotProps } from '../components';
|
|
3
|
+
import { type AttachmentPreviewListProps, type AttachmentProps, type AvatarStackProps, type BaseImageProps, type CalloutDialogProps, type ChannelAvatarProps, type ChannelListItemUIProps, type ChannelListUIProps, type ContextMenuContentProps, type ContextMenuProps, type DateSeparatorProps, type EmojiSearchIndex, type EmptyStateIndicatorProps, type EventComponentProps, type FileDragAndDropContentProps, type GalleryProps, type GiphyPreviewMessageProps, type ImagePlaceholderProps, type LoadingErrorIndicatorProps, type LoadingIndicatorProps, type MessageBouncePromptProps, type MessageComposerProps, type MessageDeletedProps, type MessageEditedIndicatorProps, type MessageProps, type MessageReactionsDetailProps, type MessageReactionsProps, type MessageRepliesCountButtonProps, type MessageStatusProps, type MessageTimestampProps, type MessageUIComponentProps, type ModalGalleryProps, type ModalProps, type NewMessageNotificationProps, type NotificationListProps, type NotificationProps, type PinIndicatorProps, type PollCreationDialogProps, type PollOptionSelectorProps, type QuotedMessagePreviewProps, type ReactionOptions, type ReactionSelector, type ReactionSelectorProps, type RecordingPermissionDeniedNotificationProps, type ReminderNotificationProps, type ScrollToLatestMessageButtonProps, type SearchResultsPresearchProps, type SearchSourceResultListProps, type SendButtonProps, type ShareLocationDialogProps, type StartRecordingAudioButtonProps, type StreamedMessageTextProps, type TextareaComposerProps, type ThreadHeaderProps, type ThreadListItemProps, type ThreadListItemUIProps, type TimestampProps, type TranslationIndicatorProps, type TypingIndicatorProps, type UnreadMessagesNotificationProps, type UnreadMessagesSeparatorProps, type VoiceRecordingPreviewSlotProps } from '../components';
|
|
4
4
|
import type { SuggestionItemProps, SuggestionListProps } from '../components/TextareaComposer';
|
|
5
5
|
import type { PropsWithChildrenOnly } from '../types/types';
|
|
6
6
|
import type { StopAIGenerationButtonProps } from '../components/MessageComposer/StopAIGenerationButton';
|
|
@@ -11,6 +11,7 @@ import type { FileSizeIndicatorProps } from '../components/Attachment/components
|
|
|
11
11
|
import type { CommandChipProps } from '../components/MessageComposer/CommandChip';
|
|
12
12
|
import type { ProgressIndicatorProps } from '../components/Loading/progress-indicators';
|
|
13
13
|
import type { UploadedSizeIndicatorProps } from '../components/Loading/UploadedSizeIndicator';
|
|
14
|
+
import type { NotificationAnnouncerProps } from '../components/Accessibility';
|
|
14
15
|
export type ComponentContextValue = {
|
|
15
16
|
/** Custom UI component to display additional message composer action buttons left to the textarea, defaults to and accepts same props as: [AdditionalMessageComposerActions](https://github.com/GetStream/stream-chat-react/blob/master/src/components/MessageComposer/MessageComposerActions.tsx) */
|
|
16
17
|
AdditionalMessageComposerActions?: React.ComponentType;
|
|
@@ -89,6 +90,10 @@ export type ComponentContextValue = {
|
|
|
89
90
|
/** Custom UI component for determinate progress (0–100), defaults to and accepts same props as: [ProgressIndicator](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Loading/progress-indicators.tsx) */
|
|
90
91
|
ProgressIndicator?: React.ComponentType<ProgressIndicatorProps>;
|
|
91
92
|
/** Custom UI component to display a message in the standard `MessageList`, defaults to and accepts the same props as: [MessageUI](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageUI.tsx) */
|
|
93
|
+
MessageUI?: React.ComponentType<MessageUIComponentProps>;
|
|
94
|
+
/** Custom UI component to display a message in the standard `MessageList`, defaults to and accepts the same props as: [MessageUI](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageUI.tsx)
|
|
95
|
+
* @deprecated use `MessageUI` instead
|
|
96
|
+
*/
|
|
92
97
|
Message?: React.ComponentType<MessageUIComponentProps>;
|
|
93
98
|
/** Custom UI component for message actions popup, accepts no props, all the defaults are set within [MessageActions (unstable)](https://github.com/GetStream/stream-chat-react/blob/master/src/experimental/MessageActions/MessageActions.tsx) */
|
|
94
99
|
MessageActions?: React.ComponentType;
|
|
@@ -103,10 +108,14 @@ export type ComponentContextValue = {
|
|
|
103
108
|
MessageListMainPanel?: React.ComponentType<PropsWithChildrenOnly>;
|
|
104
109
|
/** Custom UI component to render a single notification item in NotificationList, defaults to and accepts same props as: [Notification](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Notifications/Notification.tsx) */
|
|
105
110
|
Notification?: React.ForwardRefExoticComponent<NotificationProps & React.RefAttributes<HTMLDivElement>>;
|
|
111
|
+
/** Custom UI component to render screen-reader notification announcements, defaults to and accepts same props as: [NotificationAnnouncer](https://github.com/GetStream/stream-chat-react/blob/master/src/a11y/NotificationAnnouncer.tsx) */
|
|
112
|
+
NotificationAnnouncer?: React.ComponentType<NotificationAnnouncerProps>;
|
|
106
113
|
/** Custom UI component to display notifications rendered by `NotificationList`, defaults to and accepts same props as: [NotificationList](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Notifications/NotificationList.tsx) */
|
|
107
114
|
NotificationList?: React.ComponentType<NotificationListProps>;
|
|
108
115
|
/** Custom UI component to display a notification when scrolled up the list and new messages arrive, defaults to and accepts same props as [NewMessageNotification](https://github.com/GetStream/stream-chat-react/blob/master/src/components/MessageList/NewMessageNotification.tsx) */
|
|
109
116
|
NewMessageNotification?: React.ComponentType<NewMessageNotificationProps>;
|
|
117
|
+
/** Custom UI component to display the scroll-to-latest-message button in a `MessageList`, defaults to and accepts same props as: [ScrollToLatestMessageButton](https://github.com/GetStream/stream-chat-react/blob/master/src/components/MessageList/ScrollToLatestMessageButton.tsx) */
|
|
118
|
+
ScrollToLatestMessageButton?: React.ComponentType<ScrollToLatestMessageButtonProps>;
|
|
110
119
|
/** Custom UI component to display message replies, defaults to and accepts same props as: [MessageRepliesCountButton](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageRepliesCountButton.tsx) */
|
|
111
120
|
MessageRepliesCountButton?: React.ComponentType<MessageRepliesCountButtonProps>;
|
|
112
121
|
/** Custom UI component to display message delivery status, defaults to and accepts same props as: [MessageStatus](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageStatus.tsx) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentContext.d.ts","sourceRoot":"","sources":["../../../src/context/ComponentContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,0BAA0B,EAC/B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,0CAA0C,EAC/C,KAAK,yBAAyB,EAC9B,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,EACzB,KAAK,+BAA+B,EACpC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACpC,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EACV,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,gCAAgC,CAAC;AAExC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AACxG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oDAAoD,CAAC;AACpG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"ComponentContext.d.ts","sourceRoot":"","sources":["../../../src/context/ComponentContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,0BAA0B,EAC/B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAC9B,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,0CAA0C,EAC/C,KAAK,yBAAyB,EAC9B,KAAK,gCAAgC,EACrC,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,EACzB,KAAK,+BAA+B,EACpC,KAAK,4BAA4B,EACjC,KAAK,8BAA8B,EACpC,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EACV,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,gCAAgC,CAAC;AAExC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AACxG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oDAAoD,CAAC;AACpG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAC9F,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAE9E,MAAM,MAAM,qBAAqB,GAAG;IAClC,sSAAsS;IACtS,gCAAgC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvD,oNAAoN;IACpN,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;IAClD,2TAA2T;IAC3T,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IACxD,yPAAyP;IACzP,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACxE,0PAA0P;IAC1P,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACzC,mUAAmU;IACnU,yBAAyB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAChF,gFAAgF;IAChF,0CAA0C,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjE,2OAA2O;IAC3O,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,qOAAqO;IACrO,0BAA0B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IACtE,oPAAoP;IACpP,0BAA0B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IACtE,4LAA4L;IAC5L,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACjD,yNAAyN;IACzN,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,mPAAmP;IACnP,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;IAChD,sNAAsN;IACtN,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACxD,gPAAgP;IAChP,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,6OAA6O;IAC7O,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACxD,+QAA+Q;IAC/Q,4BAA4B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnD,iPAAiP;IACjP,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAChE,mNAAmN;IACnN,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,wjBAAwjB;IACxjB,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,8PAA8P;IAC9P,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAClE,uOAAuO;IACvO,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,mMAAmM;IACnM,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACxD,sQAAsQ;IACtQ,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAC1E,0RAA0R;IAC1R,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAChE,2PAA2P;IAC3P,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,CAAC;IACtE,oFAAoF;IACpF,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,oNAAoN;IACpN,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,gQAAgQ;IAChQ,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC;IACpE,uUAAuU;IACvU,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5C,iVAAiV;IACjV,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,oFAAoF;IACpF,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC;IACpE,oEAAoE;IACpE,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,wPAAwP;IACxP,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAAC;IAC9D,oEAAoE;IACpE,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACtC,8OAA8O;IAC9O,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACxE,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,kOAAkO;IAClO,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,CAAC;IAChE,sOAAsO;IACtO,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IACzD;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IACvD,kPAAkP;IAClP,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACrC,yTAAyT;IACzT,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC;IACpE,0NAA0N;IAC1N,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACrC,0EAA0E;IAC1E,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAC1D,+OAA+O;IAC/O,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3C,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAClE,oPAAoP;IACpP,YAAY,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAC5C,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CACxD,CAAC;IACF,4OAA4O;IAC5O,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACxE,2PAA2P;IAC3P,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,wRAAwR;IACxR,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAC1E,yRAAyR;IACzR,2BAA2B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gCAAgC,CAAC,CAAC;IACpF,0OAA0O;IAC1O,yBAAyB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAChF,0NAA0N;IAC1N,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACxD,2NAA2N;IAC3N,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IACzD,iOAAiO;IACjO,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,uMAAuM;IACvM,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACxC,gRAAgR;IAChR,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACtD,2TAA2T;IAC3T,iCAAiC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACxD,kOAAkO;IAClO,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACtD,oPAAoP;IACpP,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,gOAAgO;IAChO,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,mQAAmQ;IACnQ,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAClE,2NAA2N;IAC3N,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,uOAAuO;IACvO,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAClE,uOAAuO;IACvO,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,oQAAoQ;IACpQ,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,CAAC;IACtE,gHAAgH;IAChH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,gOAAgO;IAChO,gBAAgB,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,qBAAqB,CAAC,CAAC;IAC1E,4BAA4B,CAAC,EAAE,KAAK,CAAC,aAAa,CAChD,cAAc,CAAC,CAAC,OAAO,gBAAgB,CAAC,CAAC,cAAc,CAAC,CAAC,CAC1D,CAAC;IACF,6OAA6O;IAC7O,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,0OAA0O;IAC1O,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAC1E,qCAAqC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0CAA0C,CAAC,CAAC;IACxG,mQAAmQ;IACnQ,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,CAAC;IACtE,+QAA+Q;IAC/Q,2BAA2B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,CAAC;IAC7E,oRAAoR;IACpR,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAC1E,8LAA8L;IAC9L,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,4OAA4O;IAC5O,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,yPAAyP;IACzP,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpC,yPAAyP;IACzP,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1C,kTAAkT;IAClT,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAC1E,8PAA8P;IAC9P,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAC1E,0RAA0R;IAC1R,4BAA4B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnD,+QAA+Q;IAC/Q,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1C,kRAAkR;IAClR,wBAAwB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/C,0HAA0H;IAC1H,yBAAyB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChD,uTAAuT;IACvT,mCAAmC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1D,oMAAoM;IACpM,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;IAClD,0QAA0Q;IAC1Q,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5C,0OAA0O;IAC1O,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC;IACpE,qQAAqQ;IACrQ,yBAAyB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAChF,sBAAsB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;IACjF,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC;IACpE,kOAAkO;IAClO,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,6PAA6P;IAC7P,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC/C,yNAAyN;IACzN,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACtD,0BAA0B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjD,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IAC1D,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC9D,0BAA0B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjD,6BAA6B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACpD,qOAAqO;IACrO,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAClC,wKAAwK;IACxK,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;IAChD,4NAA4N;IAC5N,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAAC;IAC5D,sUAAsU;IACtU,0BAA0B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,+BAA+B,CAAC,CAAC;IAClF,oJAAoJ;IACpJ,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC,8IAA8I;IAC9I,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACzC,wPAAwP;IACxP,uBAAuB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,4BAA4B,CAAC,CAAC;IAC5E,2RAA2R;IAC3R,qBAAqB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,0BAA0B,CAAC,CAAC;IACxE,oGAAoG;IACpG,WAAW,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACpD,uHAAuH;IACvH,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;IAC9D,gFAAgF;IAChF,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IAC5D,uFAAuF;IACvF,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;CAC1D,CAAC;AAEF,eAAO,MAAM,gBAAgB,sCAAiD,CAAC;AAE/E,eAAO,MAAM,iBAAiB,yBAG3B,kBAAkB;IACnB,KAAK,EAAE,QAAQ,qBAAqB,CAAC,CAAC;CACvC,CAAC,4CAID,CAAC;AAEF,eAAO,MAAM,mBAAmB,oBAKb,MAAM,0BAC4C,CAAC"}
|
|
@@ -2,6 +2,7 @@ import type { PropsWithChildren } from 'react';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
export type ModalContextValue = {
|
|
4
4
|
close: () => void;
|
|
5
|
+
dialogId?: string;
|
|
5
6
|
};
|
|
6
7
|
export declare const ModalContext: React.Context<ModalContextValue | undefined>;
|
|
7
8
|
export declare const ModalContextProvider: ({ children, value, }: PropsWithChildren<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalContext.d.ts","sourceRoot":"","sources":["../../../src/context/ModalContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,YAAY,8CAAgE,CAAC;AAE1F,eAAO,MAAM,oBAAoB,yBAG9B,kBAAkB;IACnB,KAAK,EAAE,iBAAiB,CAAC;CAC1B,CAAC,4CAA4E,CAAC;AAE/E,eAAO,MAAM,eAAe,yBAY3B,CAAC"}
|
|
1
|
+
{"version":3,"file":"ModalContext.d.ts","sourceRoot":"","sources":["../../../src/context/ModalContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,YAAY,8CAAgE,CAAC;AAE1F,eAAO,MAAM,oBAAoB,yBAG9B,kBAAkB;IACnB,KAAK,EAAE,iBAAiB,CAAC;CAC1B,CAAC,4CAA4E,CAAC;AAE/E,eAAO,MAAM,eAAe,yBAY3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
|
|
@@ -173,6 +173,7 @@ export declare class Streami18n {
|
|
|
173
173
|
"\uD83D\uDCCA {{votedBy}} voted: {{pollOptionText}}": string;
|
|
174
174
|
"\uD83D\uDCCDShared location": string;
|
|
175
175
|
"Add a comment": string;
|
|
176
|
+
"Add a comment to your poll answer": string;
|
|
176
177
|
"Add an option": string;
|
|
177
178
|
"Add reaction": string;
|
|
178
179
|
"All results loaded": string;
|
|
@@ -191,55 +192,92 @@ export declare class Streami18n {
|
|
|
191
192
|
Archive: string;
|
|
192
193
|
"Are you sure you want to delete this message?": string;
|
|
193
194
|
"aria/Attachment": string;
|
|
195
|
+
"aria/Attachment Actions": string;
|
|
196
|
+
"aria/Audio position {{ elapsed }} of {{ duration }}": string;
|
|
197
|
+
"aria/Audio position {{ progress }} percent": string;
|
|
194
198
|
"aria/Block User": string;
|
|
195
199
|
"aria/Bookmark Message": string;
|
|
200
|
+
"aria/Cancel recording": string;
|
|
196
201
|
"aria/Cancel Reply": string;
|
|
197
202
|
"aria/Cancel upload": string;
|
|
203
|
+
"aria/Channel Actions": string;
|
|
198
204
|
"aria/Channel list": string;
|
|
199
205
|
"aria/Channel search results": string;
|
|
206
|
+
"aria/Chat view tabs": string;
|
|
207
|
+
"aria/Clear search": string;
|
|
208
|
+
"aria/Close callout dialog": string;
|
|
200
209
|
"aria/Close thread": string;
|
|
201
210
|
"aria/Collapse sidebar": string;
|
|
211
|
+
"aria/Command Suggestions": string;
|
|
212
|
+
"aria/Complete recording": string;
|
|
202
213
|
"aria/Copy Message Text": string;
|
|
214
|
+
"aria/Decrease value": string;
|
|
203
215
|
"aria/Delete Message": string;
|
|
216
|
+
"aria/Dismiss notification": string;
|
|
204
217
|
"aria/Download attachment": string;
|
|
205
218
|
"aria/Edit Message": string;
|
|
206
219
|
"aria/Emoji picker": string;
|
|
220
|
+
"aria/Emoji Suggestions": string;
|
|
221
|
+
"aria/Exit search": string;
|
|
207
222
|
"aria/Expand sidebar": string;
|
|
208
223
|
"aria/File input": string;
|
|
209
224
|
"aria/File upload": string;
|
|
210
225
|
"aria/Flag Message": string;
|
|
211
226
|
"aria/Image failed to load": string;
|
|
212
227
|
"aria/Image input": string;
|
|
228
|
+
"aria/Increase value": string;
|
|
229
|
+
"aria/Jump to latest message": string;
|
|
230
|
+
"aria/Jump to quoted message": string;
|
|
213
231
|
"aria/Load More Channels": string;
|
|
214
232
|
"aria/Mark Message Unread": string;
|
|
233
|
+
"aria/Mark messages as read": string;
|
|
215
234
|
"aria/Menu": string;
|
|
235
|
+
"aria/Message Actions": string;
|
|
236
|
+
"aria/Message from {{ user }},": string;
|
|
216
237
|
"aria/Message Options": string;
|
|
238
|
+
"aria/Message,": string;
|
|
217
239
|
"aria/Mute User": string;
|
|
240
|
+
"aria/Notifications": string;
|
|
218
241
|
"aria/Open Attachment Selector": string;
|
|
242
|
+
"aria/Open Channel Actions Menu": string;
|
|
219
243
|
"aria/Open Menu": string;
|
|
220
244
|
"aria/Open Message Actions Menu": string;
|
|
221
245
|
"aria/Open Reaction Selector": string;
|
|
222
246
|
"aria/Open Thread": string;
|
|
247
|
+
"aria/Pause": string;
|
|
248
|
+
"aria/Pause recording": string;
|
|
223
249
|
"aria/Percent complete": string;
|
|
224
250
|
"aria/Pin Message": string;
|
|
251
|
+
"aria/Play": string;
|
|
225
252
|
"aria/Quote Message": string;
|
|
226
253
|
"aria/Reaction list": string;
|
|
227
254
|
"aria/Remind Me Message": string;
|
|
228
255
|
"aria/Remind Me Options": string;
|
|
229
256
|
"aria/Remove attachment": string;
|
|
230
257
|
"aria/Remove location attachment": string;
|
|
258
|
+
"aria/Remove option": string;
|
|
231
259
|
"aria/Remove Reminder": string;
|
|
232
260
|
"aria/Remove Save For Later": string;
|
|
233
261
|
"aria/Resend Message": string;
|
|
262
|
+
"aria/Resume recording": string;
|
|
234
263
|
"aria/Retry upload": string;
|
|
264
|
+
"aria/Review bounced message": string;
|
|
235
265
|
"aria/Search results": string;
|
|
236
|
-
"aria/Search results header filter button": string;
|
|
266
|
+
"aria/Search results header filter button for: {{ source }}": string;
|
|
267
|
+
"aria/Seek audio position": string;
|
|
268
|
+
"aria/Select Channel: {{ channelName }}": string;
|
|
269
|
+
"aria/Select Reaction: {{ reactionName }}": string;
|
|
270
|
+
"aria/Select User Channel: {{ name }}": string;
|
|
237
271
|
"aria/Send": string;
|
|
238
272
|
"aria/Show preview": string;
|
|
273
|
+
"aria/Start recording audio": string;
|
|
239
274
|
"aria/Stop AI Generation": string;
|
|
275
|
+
"aria/Suggestions": string;
|
|
276
|
+
"aria/Thread list": string;
|
|
240
277
|
"aria/Unblock User": string;
|
|
241
278
|
"aria/Unmute User": string;
|
|
242
279
|
"aria/Unpin Message": string;
|
|
280
|
+
"aria/User Suggestions": string;
|
|
243
281
|
"Ask a question": string;
|
|
244
282
|
Attach: string;
|
|
245
283
|
"Attach files": string;
|
|
@@ -263,12 +301,17 @@ export declare class Streami18n {
|
|
|
263
301
|
Chats: string;
|
|
264
302
|
"Choose between 2 to 10 options": string;
|
|
265
303
|
Close: string;
|
|
304
|
+
"Close dialog": string;
|
|
266
305
|
"Close emoji picker": string;
|
|
306
|
+
"Close prompt: {{ title }}": string;
|
|
307
|
+
"Command not available while editing": string;
|
|
308
|
+
"Command not available while replying": string;
|
|
267
309
|
Commands: string;
|
|
268
310
|
"Commands matching": string;
|
|
269
311
|
"Connection failure, reconnecting now...": string;
|
|
270
312
|
"Copy Message": string;
|
|
271
313
|
Create: string;
|
|
314
|
+
"Create a question, add options, and configure poll settings": string;
|
|
272
315
|
"Create poll": string;
|
|
273
316
|
"Current location": string;
|
|
274
317
|
Delete: string;
|
|
@@ -313,6 +356,7 @@ export declare class Streami18n {
|
|
|
313
356
|
"Error uploading file": string;
|
|
314
357
|
"Error uploading image": string;
|
|
315
358
|
"Error: {{ errorMessage }}": string;
|
|
359
|
+
"Exit command {{ command }}": string;
|
|
316
360
|
"Failed to block user": string;
|
|
317
361
|
"Failed to create the poll": string;
|
|
318
362
|
"Failed to create the poll due to {{reason}}": string;
|
|
@@ -321,6 +365,8 @@ export declare class Streami18n {
|
|
|
321
365
|
"Failed to end the poll due to {{reason}}": string;
|
|
322
366
|
"Failed to jump to the first unread message": string;
|
|
323
367
|
"Failed to leave channel": string;
|
|
368
|
+
"Failed to load channels": string;
|
|
369
|
+
"Failed to load more channels": string;
|
|
324
370
|
"Failed to mark channel as read": string;
|
|
325
371
|
"Failed to play the recording": string;
|
|
326
372
|
"Failed to retrieve location": string;
|
|
@@ -418,6 +464,7 @@ export declare class Streami18n {
|
|
|
418
464
|
"Location: {{ coordinates }}": string;
|
|
419
465
|
"Mark as unread": string;
|
|
420
466
|
"Maximum number of votes (from 2 to 10)": string;
|
|
467
|
+
"Maximum votes per person": string;
|
|
421
468
|
Menu: string;
|
|
422
469
|
"Message deleted": string;
|
|
423
470
|
"Message failed to send": string;
|
|
@@ -434,6 +481,7 @@ export declare class Streami18n {
|
|
|
434
481
|
"mute-command-description": string;
|
|
435
482
|
"network error": string;
|
|
436
483
|
New: string;
|
|
484
|
+
"New message from {{user}}": string;
|
|
437
485
|
"New Messages!": string;
|
|
438
486
|
"Next image": string;
|
|
439
487
|
"No chats here yet\u2026": string;
|
|
@@ -450,6 +498,7 @@ export declare class Streami18n {
|
|
|
450
498
|
"Open emoji picker": string;
|
|
451
499
|
"Open gallery at image {{ index }}": string;
|
|
452
500
|
"Open image in gallery": string;
|
|
501
|
+
"Open location in a map": string;
|
|
453
502
|
"Option already exists": string;
|
|
454
503
|
"Option is empty": string;
|
|
455
504
|
Options: string;
|
|
@@ -462,6 +511,7 @@ export declare class Streami18n {
|
|
|
462
511
|
"placeholder/PollComment": string;
|
|
463
512
|
"placeholder/PollOptionSuggestion": string;
|
|
464
513
|
"Play video": string;
|
|
514
|
+
"Playback speed {{ rate }}x": string;
|
|
465
515
|
Poll: string;
|
|
466
516
|
"Poll comments": string;
|
|
467
517
|
"Poll ended": string;
|
|
@@ -488,6 +538,11 @@ export declare class Streami18n {
|
|
|
488
538
|
replyCount_other: string;
|
|
489
539
|
Resend: string;
|
|
490
540
|
"Retry upload": string;
|
|
541
|
+
"Review all options available in this poll": string;
|
|
542
|
+
"Review comments submitted with poll answers": string;
|
|
543
|
+
"Review poll results and open an option to see detailed votes": string;
|
|
544
|
+
"Review this message and choose whether to delete it, edit it, or send it anyway": string;
|
|
545
|
+
"Review who voted for this option": string;
|
|
491
546
|
"Save for later": string;
|
|
492
547
|
"Saved for later": string;
|
|
493
548
|
Search: string;
|
|
@@ -505,7 +560,9 @@ export declare class Streami18n {
|
|
|
505
560
|
"Select one or more": string;
|
|
506
561
|
"Select up to {{count}}_one": string;
|
|
507
562
|
"Select up to {{count}}_other": string;
|
|
563
|
+
"Select your current location and optionally enable live location sharing": string;
|
|
508
564
|
Send: string;
|
|
565
|
+
"Send a message": string;
|
|
509
566
|
"Send a message to start the conversation": string;
|
|
510
567
|
"Send Anyway": string;
|
|
511
568
|
"Send message request failed": string;
|
|
@@ -525,8 +582,10 @@ export declare class Streami18n {
|
|
|
525
582
|
"Start typing to search": string;
|
|
526
583
|
"Stop sharing": string;
|
|
527
584
|
Submit: string;
|
|
585
|
+
"Suggest a new option to add to this poll": string;
|
|
528
586
|
"Suggest an option": string;
|
|
529
587
|
"Tap to remove": string;
|
|
588
|
+
"Tap to remove: {{ reactionName }}": string;
|
|
530
589
|
"Thinking...": string;
|
|
531
590
|
"this content could not be displayed": string;
|
|
532
591
|
"This field cannot be empty or contain only spaces": string;
|
|
@@ -559,7 +618,6 @@ export declare class Streami18n {
|
|
|
559
618
|
"Translated from {{ language }}": string;
|
|
560
619
|
"translationBuilderTopic/notification": string;
|
|
561
620
|
"Type a number from 2 to 10": string;
|
|
562
|
-
"Type your message": string;
|
|
563
621
|
Unarchive: string;
|
|
564
622
|
"unban-command-args": string;
|
|
565
623
|
"unban-command-description": string;
|
|
@@ -573,6 +631,7 @@ export declare class Streami18n {
|
|
|
573
631
|
"Unsupported attachment": string;
|
|
574
632
|
"unsupported file type": string;
|
|
575
633
|
Update: string;
|
|
634
|
+
"Update the comment attached to your poll answer": string;
|
|
576
635
|
"Update your comment": string;
|
|
577
636
|
"Upload blocked": string;
|
|
578
637
|
"Upload error": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../src/i18n/Streami18n.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../src/i18n/Streami18n.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,4 +5,5 @@ export declare const translateAttachmentUploadFailed: Translator<NotificationTra
|
|
|
5
5
|
export declare const translatePollCreateFailed: Translator<NotificationTranslatorOptions>;
|
|
6
6
|
export declare const translatePollEndFailed: Translator<NotificationTranslatorOptions>;
|
|
7
7
|
export declare const translateBrowserAudioPlaybackError: Translator<NotificationTranslatorOptions>;
|
|
8
|
+
export declare const translateCommandDisabled: Translator<NotificationTranslatorOptions>;
|
|
8
9
|
//# sourceMappingURL=translators.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translators.d.ts","sourceRoot":"","sources":["../../../../../src/i18n/TranslationBuilder/notifications/translators.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAC7D,OAAO,KAAK,EAA2B,UAAU,EAAE,MAAM,aAAa,CAAC;AAwBvE,eAAO,MAAM,gCAAgC,EAAE,UAAU,CACvD,6BAA6B,CAO9B,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CACtD,6BAA6B,CAO3B,CAAC;AAEL,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,6BAA6B,CAS5E,CAAC;AAEL,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,6BAA6B,CASzE,CAAC;AAEL,eAAO,MAAM,kCAAkC,EAAE,UAAU,CACzD,6BAA6B,CAEyD,CAAC"}
|
|
1
|
+
{"version":3,"file":"translators.d.ts","sourceRoot":"","sources":["../../../../../src/i18n/TranslationBuilder/notifications/translators.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAC7D,OAAO,KAAK,EAA2B,UAAU,EAAE,MAAM,aAAa,CAAC;AAwBvE,eAAO,MAAM,gCAAgC,EAAE,UAAU,CACvD,6BAA6B,CAO9B,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CACtD,6BAA6B,CAO3B,CAAC;AAEL,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,6BAA6B,CAS5E,CAAC;AAEL,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,6BAA6B,CASzE,CAAC;AAEL,eAAO,MAAM,kCAAkC,EAAE,UAAU,CACzD,6BAA6B,CAEyD,CAAC;AAEzF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,6BAA6B,CAe9E,CAAC"}
|
package/dist/types/i18n/TranslationBuilder/notifications/translatorsByNotificationType.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translatorsByNotificationType.d.ts","sourceRoot":"","sources":["../../../../../src/i18n/TranslationBuilder/notifications/translatorsByNotificationType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"translatorsByNotificationType.d.ts","sourceRoot":"","sources":["../../../../../src/i18n/TranslationBuilder/notifications/translatorsByNotificationType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAS7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAChD,MAAM,EACN,UAAU,CAAC,6BAA6B,CAAC,CAuB1C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react",
|
|
3
|
-
"version": "14.0
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"description": "React components to create chat conversations or livestream style chat",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"repository": {
|
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
"lodash.mergewith": "^4.6.2",
|
|
80
80
|
"lodash.throttle": "^4.1.1",
|
|
81
81
|
"lodash.uniqby": "^4.7.0",
|
|
82
|
-
"modern-normalize": "^3.0.1",
|
|
83
82
|
"nanoid": "^3.3.4",
|
|
84
83
|
"react-dropzone": "^14.2.3",
|
|
85
84
|
"react-fast-compare": "^3.2.2",
|
|
@@ -104,7 +103,8 @@
|
|
|
104
103
|
"emoji-mart": "^5.4.0",
|
|
105
104
|
"react": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
106
105
|
"react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
107
|
-
"stream-chat": "^9.
|
|
106
|
+
"stream-chat": "^9.43.0",
|
|
107
|
+
"modern-normalize": "^3.0.1"
|
|
108
108
|
},
|
|
109
109
|
"peerDependenciesMeta": {
|
|
110
110
|
"@breezystack/lamejs": {
|
|
@@ -118,6 +118,9 @@
|
|
|
118
118
|
},
|
|
119
119
|
"@emoji-mart/react": {
|
|
120
120
|
"optional": true
|
|
121
|
+
},
|
|
122
|
+
"modern-normalize": {
|
|
123
|
+
"optional": true
|
|
121
124
|
}
|
|
122
125
|
},
|
|
123
126
|
"files": [
|
|
@@ -135,6 +138,7 @@
|
|
|
135
138
|
"@eslint/js": "^9.39.4",
|
|
136
139
|
"@semantic-release/changelog": "^6.0.3",
|
|
137
140
|
"@semantic-release/git": "^10.0.1",
|
|
141
|
+
"@semantic-release/github": "^12.0.6",
|
|
138
142
|
"@testing-library/dom": "^10.4.0",
|
|
139
143
|
"@testing-library/jest-dom": "^6.6.3",
|
|
140
144
|
"@testing-library/react": "^16.2.0",
|
|
@@ -169,8 +173,8 @@
|
|
|
169
173
|
"react": "^19.0.0",
|
|
170
174
|
"react-dom": "^19.0.0",
|
|
171
175
|
"sass": "^1.97.2",
|
|
172
|
-
"semantic-release": "^25.0.
|
|
173
|
-
"stream-chat": "^9.
|
|
176
|
+
"semantic-release": "^25.0.3",
|
|
177
|
+
"stream-chat": "^9.43.0",
|
|
174
178
|
"typescript": "^5.4.5",
|
|
175
179
|
"typescript-eslint": "^8.17.0",
|
|
176
180
|
"vite": "^7.3.1",
|