stream-chat-react 14.0.1 → 14.1.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 +18361 -16460
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{WithAudioPlayback.ba05c770.js → useNotificationApi.fd802923.js} +1439 -1360
- package/dist/cjs/useNotificationApi.fd802923.js.map +1 -0
- package/dist/css/index.css +455 -489
- package/dist/css/index.css.map +1 -1
- package/dist/es/emojis.mjs +1 -1
- package/dist/es/index.mjs +18031 -16130
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/{WithAudioPlayback.610fdf2c.mjs → useNotificationApi.e0c52de6.mjs} +1573 -1494
- package/dist/es/useNotificationApi.e0c52de6.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/Button/PlayButton.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.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/CommandChip.d.ts.map +1 -1
- package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
- 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/SuggestionList.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 +55 -2
- package/dist/types/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/WithAudioPlayback.ba05c770.js.map +0 -1
- package/dist/es/WithAudioPlayback.610fdf2c.mjs.map +0 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
type GetNextRovingFocusIndexArgs = {
|
|
2
|
+
activeIndex: number;
|
|
3
|
+
itemCount: number;
|
|
4
|
+
key: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const getNextRovingFocusIndex: ({ activeIndex, itemCount, key, }: GetNextRovingFocusIndexArgs) => number | null;
|
|
7
|
+
type RovingFocusKeyboardEvent = {
|
|
8
|
+
currentTarget: Element;
|
|
9
|
+
key: string;
|
|
10
|
+
preventDefault: () => void;
|
|
11
|
+
};
|
|
12
|
+
type CreateRovingFocusKeyDownHandlerParams<T extends {
|
|
13
|
+
focus: () => void;
|
|
14
|
+
}> = {
|
|
15
|
+
focusItem?: (item: T, event: RovingFocusKeyboardEvent) => void;
|
|
16
|
+
getActiveIndex?: (items: T[], event: RovingFocusKeyboardEvent) => number;
|
|
17
|
+
getItems: (event: RovingFocusKeyboardEvent) => T[];
|
|
18
|
+
};
|
|
19
|
+
export declare const createRovingFocusKeyDownHandler: <T extends {
|
|
20
|
+
focus: () => void;
|
|
21
|
+
}>({ focusItem, getActiveIndex, getItems, }: CreateRovingFocusKeyDownHandlerParams<T>) => (event: RovingFocusKeyboardEvent) => void;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=a11yUtils.d.ts.map
|
|
@@ -0,0 +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,qCAIjC,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;WAAuB,MAAM,IAAI;6CAI1E,sCAAsC,CAAC,CAAC,aACX,wBAAwB,SAkBvD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Derives stable ARIA identifier IDs from a single root ID.
|
|
3
|
+
*
|
|
4
|
+
* Use this to keep dialog/component labeling conventions consistent without
|
|
5
|
+
* manually building `*-title` and `*-description` IDs at each call site.
|
|
6
|
+
*
|
|
7
|
+
* Behavior:
|
|
8
|
+
* - Root ID is trimmed and sanitized to `[A-Za-z0-9:_-]` before use.
|
|
9
|
+
* - Returns `undefined` IDs when root ID is missing/empty after sanitization.
|
|
10
|
+
*/
|
|
11
|
+
export declare const useAriaIdentifiers: (rootId?: string) => {
|
|
12
|
+
descriptionId: string | undefined;
|
|
13
|
+
titleId: string | undefined;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useAriaIdentifiers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAriaIdentifiers.d.ts","sourceRoot":"","sources":["../../../../src/a11y/hooks/useAriaIdentifiers.ts"],"names":[],"mappings":"AAYA;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,YAAa,MAAM;;;CAUjD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export type ResolvedModalAriaProps = {
|
|
2
|
+
'aria-describedby'?: string;
|
|
3
|
+
'aria-label'?: string;
|
|
4
|
+
'aria-labelledby'?: string;
|
|
5
|
+
};
|
|
6
|
+
type UseResolvedModalAriaPropsParams = {
|
|
7
|
+
ariaDescribedby?: string;
|
|
8
|
+
ariaLabel?: string;
|
|
9
|
+
ariaLabelledby?: string;
|
|
10
|
+
dialogId?: string;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Resolves modal labeling/description attributes from explicit props first,
|
|
14
|
+
* then from the modal dialog id convention (`${dialogId}-title|description`).
|
|
15
|
+
*
|
|
16
|
+
* Rules:
|
|
17
|
+
* - `aria-labelledby` wins over `aria-label`.
|
|
18
|
+
* - `aria-describedby` defaults to inferred id when explicit value is absent.
|
|
19
|
+
*/
|
|
20
|
+
export declare const useResolvedModalAriaProps: ({ ariaDescribedby, ariaLabel, ariaLabelledby, dialogId, }: UseResolvedModalAriaPropsParams) => ResolvedModalAriaProps;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=useResolvedModalAriaProps.d.ts.map
|
|
@@ -0,0 +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,8DAKnC,+BAA+B,KAAG,sBAgBpC,CAAC"}
|
|
@@ -0,0 +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,iBAAkB,iBAAiB,4CAmF7D,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Notification } from 'stream-chat';
|
|
2
|
+
export type NotificationAnnouncementBuilderParams = {
|
|
3
|
+
defaultMessage: string;
|
|
4
|
+
notification: Notification;
|
|
5
|
+
translatedMessage: string;
|
|
6
|
+
};
|
|
7
|
+
export type NotificationAnnouncementBuilder = (params: NotificationAnnouncementBuilderParams) => string;
|
|
8
|
+
export type NotificationAnnouncementFilter = (notification: Notification) => boolean;
|
|
9
|
+
export type NotificationAnnouncerProps = {
|
|
10
|
+
buildNotificationAnnouncement?: NotificationAnnouncementBuilder;
|
|
11
|
+
notificationFilter?: NotificationAnnouncementFilter;
|
|
12
|
+
};
|
|
13
|
+
export declare const NotificationAnnouncer: ({ buildNotificationAnnouncement, notificationFilter, }: NotificationAnnouncerProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=NotificationAnnouncer.d.ts.map
|
|
@@ -0,0 +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,2DAG/B,0BAA0B,4CA4H5B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Channel } from 'stream-chat';
|
|
2
|
+
export type UseIncomingMessageAnnouncementsParams = {
|
|
3
|
+
activeThreadId?: string;
|
|
4
|
+
channel?: Channel;
|
|
5
|
+
ownUserId?: string;
|
|
6
|
+
threadList?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const useIncomingMessageAnnouncements: ({ activeThreadId, channel, ownUserId, threadList, }: UseIncomingMessageAnnouncementsParams) => void;
|
|
9
|
+
//# sourceMappingURL=useIncomingMessageAnnouncements.d.ts.map
|
|
@@ -0,0 +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,wDAKzC,qCAAqC,SAmHvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Accessibility/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yCAAyC,CAAC;AACxD,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export type AriaLivePriority = 'assertive' | 'polite';
|
|
3
|
+
export type AriaLiveAnnounce = (message: string, priority?: AriaLivePriority) => void;
|
|
4
|
+
export type AriaLiveAnnouncerContextValue = {
|
|
5
|
+
announce: AriaLiveAnnounce;
|
|
6
|
+
};
|
|
7
|
+
export declare const AriaLiveAnnouncerContext: import("react").Context<AriaLiveAnnouncerContextValue | undefined>;
|
|
8
|
+
export declare const useAriaLiveAnnouncer: () => AriaLiveAnnounce;
|
|
9
|
+
//# sourceMappingURL=useAriaLiveAnnouncer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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":"Audio.d.ts","sourceRoot":"","sources":["../../../../src/components/Attachment/Audio.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;
|
|
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,UAAW,UAAU,mDA6BtC,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;
|
|
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,oGAUnB,UAAU,4CAoBZ,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,kEAKtB,iBAAiB,
|
|
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,kEAKtB,iBAAiB,4CAsEnB,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;
|
|
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,mCAG9B,yBAAyB,mDAoC3B,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;AAEhF,eAAO,MAAM,oBAAoB,mBAAoB,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,6BAA8B,mBAAmB,4CAKzE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DurationDisplay.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/DurationDisplay.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DurationDisplay.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/DurationDisplay.tsx"],"names":[],"mappings":"AAIA,KAAK,oBAAoB,GAAG;IAC1B,yCAAyC;IACzC,SAAS,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8BAA8B;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,2DAA2D;IAC3D,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,QAAQ,EACR,SAAS,EACT,cAAc,EACd,aAAqB,GACtB,EAAE,oBAAoB,2CAmCtB"}
|
|
@@ -4,8 +4,12 @@ type SeekParams = Parameters<AudioPlayerSeekFn>[0];
|
|
|
4
4
|
export type ProgressBarProps = {
|
|
5
5
|
/** Progress expressed in fractional number value btw 0 and 100. */
|
|
6
6
|
progress: number;
|
|
7
|
+
/** Total track duration in seconds. */
|
|
8
|
+
durationSeconds?: number;
|
|
9
|
+
/** Current elapsed position in seconds. */
|
|
10
|
+
secondsElapsed?: number;
|
|
7
11
|
seek: (params: SeekParams) => void;
|
|
8
12
|
} & Pick<React.ComponentProps<'div'>, 'className'>;
|
|
9
|
-
export declare const ProgressBar: ({ className, progress, seek }: ProgressBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const ProgressBar: ({ className, durationSeconds, progress, secondsElapsed, seek, }: ProgressBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
14
|
export {};
|
|
11
15
|
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -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;
|
|
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,oEAMrB,gBAAgB,4CAyDlB,CAAC"}
|
|
@@ -7,11 +7,15 @@ type WaveProgressBarProps = {
|
|
|
7
7
|
waveformData: number[];
|
|
8
8
|
/** Progress expressed in fractional number value btw 0 and 100. */
|
|
9
9
|
progress?: number;
|
|
10
|
+
/** Total track duration in seconds. */
|
|
11
|
+
durationSeconds?: number;
|
|
12
|
+
/** Current elapsed position in seconds. */
|
|
13
|
+
secondsElapsed?: number;
|
|
10
14
|
/** Absolute gap width between bars in px (overrides computed gap var). */
|
|
11
15
|
amplitudeBarGapWidthPx?: number;
|
|
12
16
|
relativeAmplitudeBarWidth?: number;
|
|
13
17
|
relativeAmplitudeGap?: number;
|
|
14
18
|
};
|
|
15
|
-
export declare const WaveProgressBar: ({ amplitudeBarGapWidthPx, progress, relativeAmplitudeBarWidth, relativeAmplitudeGap, seek, waveformData, }: WaveProgressBarProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
19
|
+
export declare const WaveProgressBar: ({ amplitudeBarGapWidthPx, durationSeconds, progress, relativeAmplitudeBarWidth, relativeAmplitudeGap, secondsElapsed, seek, waveformData, }: WaveProgressBarProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
16
20
|
export {};
|
|
17
21
|
//# sourceMappingURL=WaveProgressBar.d.ts.map
|
|
@@ -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;
|
|
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,gJASzB,oBAAoB,mDA0JtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatTime.d.ts","sourceRoot":"","sources":["../../../../../src/components/AudioPlayback/components/formatTime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,kBACN,MAAM,aACX,MAAM,GAAG,OAAO,kBAiB3B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { KeyboardEvent } from 'react';
|
|
2
|
+
import type { SeekFn as AudioPlayerSeekFn } from '../AudioPlayer';
|
|
3
|
+
type SeekParams = Parameters<AudioPlayerSeekFn>[0];
|
|
4
|
+
export declare const handleProgressBarKeyboardSeek: ({ event, largeStep, progress, seek, step, }: {
|
|
5
|
+
event: KeyboardEvent<HTMLDivElement>;
|
|
6
|
+
largeStep?: number;
|
|
7
|
+
progress: number;
|
|
8
|
+
seek: (params: SeekParams) => void;
|
|
9
|
+
step?: number;
|
|
10
|
+
}) => void;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=keyboardSeek.d.ts.map
|
|
@@ -0,0 +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,gDAMvC;IACD,KAAK,EAAE,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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { TFunction } from 'i18next';
|
|
2
|
+
type GetAudioTrackSliderAriaValueTextParams = {
|
|
3
|
+
durationSeconds?: number;
|
|
4
|
+
progress: number;
|
|
5
|
+
secondsElapsed?: number;
|
|
6
|
+
t: TFunction;
|
|
7
|
+
};
|
|
8
|
+
export declare const getAudioTrackSliderAriaValueText: ({ durationSeconds, progress, secondsElapsed, t, }: GetAudioTrackSliderAriaValueTextParams) => string;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=progressBarA11y.d.ts.map
|
|
@@ -0,0 +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,sDAK1C,sCAAsC,WAuBxC,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { type ComponentPropsWithoutRef } from 'react';
|
|
|
2
2
|
export type AvatarProps = {
|
|
3
3
|
/** URL of the avatar image */
|
|
4
4
|
imageUrl?: string;
|
|
5
|
-
/** Name of the user, used for title
|
|
5
|
+
/** Name of the user, used for avatar image alt text and title fallback */
|
|
6
6
|
userName?: string;
|
|
7
7
|
/** Online status indicator, not rendered if not of type boolean */
|
|
8
8
|
isOnline?: boolean;
|
|
@@ -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,
|
|
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,+DAOhB,WAAW,4CA6Db,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;
|
|
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,uCAAwC,eAAe,4CAgB7E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelListItemActionButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemActionButtons.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAYvF,MAAM,MAAM,iCAAiC,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAE9E,UAAU,qCAAqC;IAC7C,CAAC,KAAK,EAAE,iCAAiC,GAAG,SAAS,CAAC;IACtD,WAAW,EAAE,CAAC,CAAC,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC;IAClD,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,4BAA4B,EAAE,
|
|
1
|
+
{"version":3,"file":"ChannelListItemActionButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemActionButtons.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAYvF,MAAM,MAAM,iCAAiC,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAE9E,UAAU,qCAAqC;IAC7C,CAAC,KAAK,EAAE,iCAAiC,GAAG,SAAS,CAAC;IACtD,WAAW,EAAE,CAAC,CAAC,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC;IAClD,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,4BAA4B,EAAE,qCAqD1C,CAAC"}
|
package/dist/types/components/ChannelListItem/ChannelListItemActionButtons.defaults.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelListItemActionButtons.defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemActionButtons.defaults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,qBAAqB,EAI3B,MAAM,OAAO,CAAC;AAmIf,KAAK,iBAAiB,GAClB,CAAC,CAAC;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC,GAAG;IACtD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC;CAChC,CAAC,GACF;IACE,SAAS,EAAE,uBAAuB,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,CAAC;CACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"ChannelListItemActionButtons.defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemActionButtons.defaults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,qBAAqB,EAI3B,MAAM,OAAO,CAAC;AAmIf,KAAK,iBAAiB,GAClB,CAAC,CAAC;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,SAAS,EAAE,UAAU,CAAA;CAAE,CAAC,GAAG;IACtD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC;CAChC,CAAC,GACF;IACE,SAAS,EAAE,uBAAuB,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,CAAC;CACjE,CAAC;AA8SN,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,EA8BtD,CAAC;AAEF,eAAO,MAAM,6BAA6B,qBAAsB,iBAAiB,EAAE,wBAiClF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelListItemUI.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemUI.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"ChannelListItemUI.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelListItem/ChannelListItemUI.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AA+FhE;;;GAGG;AACH,eAAO,MAAM,iBAAiB,UAhGc,sBAAsB,4CAkG3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/Chat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAGL,gBAAgB,EAEjB,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../../src/components/Chat/Chat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAGL,gBAAgB,EAEjB,MAAM,aAAa,CAAC;AAOrB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAI/D,OAAO,EAAE,KAAK,mBAAmB,EAA8B,MAAM,eAAe,CAAC;AACrF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAOxD,MAAM,MAAM,SAAS,GAAG;IACtB,mCAAmC;IACnC,MAAM,EAAE,UAAU,CAAC;IACnB,8FAA8F;IAC9F,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oGAAoG;IACpG,eAAe,CAAC,EAAE,qBAAqB,CAAC;IACxC,8BAA8B;IAC9B,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,+EAA+E;IAC/E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC,GAAG,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,sBAAsB,CAAC,CAAC,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,IAAI,UAAW,kBAAkB,SAAS,CAAC,mDAsEvD,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Right now, a11y in ChatView does one thing: it provides correct ARIA
|
|
3
|
+
* relationships for tabs.
|
|
4
|
+
*
|
|
5
|
+
* Specifically:
|
|
6
|
+
* - ChatView.Selector is role="tablist".
|
|
7
|
+
* - Each selector button is role="tab" with:
|
|
8
|
+
* - unique id
|
|
9
|
+
* - aria-controls=<panel-id>
|
|
10
|
+
* - aria-selected
|
|
11
|
+
* - tabIndex=0 (all tabs tabbable)
|
|
12
|
+
* - Active panel container is role="tabpanel" with:
|
|
13
|
+
* - id=<panel-id>
|
|
14
|
+
* - aria-labelledby=<tab-id>
|
|
15
|
+
*
|
|
16
|
+
* The a11y helper module exists to generate and share those tab/panel IDs per
|
|
17
|
+
* ChatView instance, so tab ↔ tabpanel linkage stays correct and collision-safe
|
|
18
|
+
* when multiple ChatViews exist.
|
|
19
|
+
*/
|
|
20
|
+
export type ChatViewA11yContextValue = {
|
|
21
|
+
chatViewPanelIds: Record<'channels' | 'threads', string>;
|
|
22
|
+
chatViewTabIds: Record<'channels' | 'threads', string>;
|
|
23
|
+
};
|
|
24
|
+
export declare const DEFAULT_CHAT_VIEW_A11Y_CONTEXT_VALUE: ChatViewA11yContextValue;
|
|
25
|
+
export declare const createChatViewA11yContextValue: (chatViewId: string) => ChatViewA11yContextValue;
|
|
26
|
+
//# sourceMappingURL=ChatView.a11y.utility.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatView.a11y.utility.d.ts","sourceRoot":"","sources":["../../../../src/components/ChatView/ChatView.a11y.utility.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,wBAAwB,GAAG;IAErC,gBAAgB,EAAE,MAAM,CAAC,UAAU,GAAG,SAAS,EAAE,MAAM,CAAC,CAAC;IACzD,cAAc,EAAE,MAAM,CAAC,UAAU,GAAG,SAAS,EAAE,MAAM,CAAC,CAAC;CACxD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,wBASlD,CAAC;AAEF,eAAO,MAAM,8BAA8B,eAC7B,MAAM,KACjB,wBAUD,CAAC"}
|
|
@@ -3,6 +3,15 @@ import { type ButtonProps } from '../Button';
|
|
|
3
3
|
import type { PropsWithChildren } from 'react';
|
|
4
4
|
import type { Thread } from 'stream-chat';
|
|
5
5
|
export type ChatView = 'channels' | 'threads';
|
|
6
|
+
/**
|
|
7
|
+
* ChatView accessibility contract (WAI-ARIA Tabs):
|
|
8
|
+
* 1) Selector container is role="tablist".
|
|
9
|
+
* 2) Each selector button is role="tab", with id + aria-controls=<panel-id>.
|
|
10
|
+
* 3) Each view container is role="tabpanel", with id + aria-labelledby=<tab-id>.
|
|
11
|
+
* 4) Tab activation updates the active panel.
|
|
12
|
+
* 5) Tabs are always tabbable (tabIndex=0), so users can reach both without
|
|
13
|
+
* arrow-key navigation.
|
|
14
|
+
*/
|
|
6
15
|
type ChatViewContextValue = {
|
|
7
16
|
activeChatView: ChatView;
|
|
8
17
|
setActiveChatView: (cv: ChatView) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatView.d.ts","sourceRoot":"","sources":["../../../../src/components/ChatView/ChatView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,KAAK,aAAa,
|
|
1
|
+
{"version":3,"file":"ChatView.d.ts","sourceRoot":"","sources":["../../../../src/components/ChatView/ChatView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,KAAK,aAAa,EAOnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAsBrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,MAAM,EAAsB,MAAM,aAAa,CAAC;AAE9D,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;AAE9C;;;;;;;;GAQG;AACH,KAAK,oBAAoB,GAAG;IAC1B,cAAc,EAAE,QAAQ,CAAC;IACzB,iBAAiB,EAAE,CAAC,EAAE,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,eAAe,iDAA6D,CAAC;AAK1F,eAAO,MAAM,kBAAkB,4BAW9B,CAAC;AAGF,eAAO,MAAM,QAAQ;mBAAkB,iBAAiB;6BAsBpB,iBAAiB;4BA+BlB,iBAAiB;kCAqEf,iBAAiB;uCAoLnD,qBAAqB;CA1RvB,CAAC;AAqBF,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,EAAE,CAAC,EAAE,EAAE,uBAAuB,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAOF,eAAO,MAAM,qBAAqB,+BAAuC,CAAC;AA4B1E,eAAO,MAAM,eAAe,qBAAsB;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,SAuB1E,CAAC;AAkDF,eAAO,MAAM,sBAAsB,kFAShC,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,4CA6BA,CAAC;AAWF,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,8BAA8B,kBAExC,yBAAyB,4CAuB3B,CAAC;AAEF,eAAO,MAAM,6BAA6B,kBAEvC,yBAAyB,4CAkC3B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,yBAAyB,CAAC,CAAC;IAC1D,IAAI,EAAE,MAAM,GAAG,EAAE,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,qBAAqB,EASjE,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import React, { type ComponentProps, type ComponentType } from 'react';
|
|
2
2
|
export declare const Root: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
3
3
|
export type AlertHeaderProps = ComponentProps<'div'> & {
|
|
4
|
-
title?: string;
|
|
5
4
|
description?: string;
|
|
5
|
+
descriptionId?: string;
|
|
6
6
|
Icon?: ComponentType;
|
|
7
|
+
title?: string;
|
|
8
|
+
titleId?: string;
|
|
7
9
|
};
|
|
8
10
|
export declare const Header: React.ForwardRefExoticComponent<Omit<AlertHeaderProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
11
|
export declare const Alert: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAc,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAc,MAAM,OAAO,CAAC;AAKnF,eAAO,MAAM,IAAI,mKASf,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IACrD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,MAAM,sGAkCjB,CAAC;AAaH,eAAO,MAAM,KAAK;;;;CAIjB,CAAC"}
|
|
@@ -69,13 +69,13 @@ export type BaseContextMenuButtonProps = {
|
|
|
69
69
|
SubmenuIcon?: ComponentType<ComponentProps<'svg'>>;
|
|
70
70
|
variant?: 'destructive';
|
|
71
71
|
} & ComponentProps<'button'>;
|
|
72
|
-
export declare const BaseContextMenuButton: ({ children, className, details, hasSubMenu, Icon, label, SubmenuIcon, variant, ...props }: BaseContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
72
|
+
export declare const BaseContextMenuButton: ({ children, className, details, hasSubMenu, Icon, label, role, SubmenuIcon, variant, ...props }: BaseContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
73
73
|
export type UserContextMenuButtonProps = Pick<AvatarProps, 'imageUrl' | 'userName'> & ComponentProps<'button'>;
|
|
74
|
-
export declare const UserContextMenuButton: ({ children, className, imageUrl, userName, ...props }: UserContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
74
|
+
export declare const UserContextMenuButton: ({ children, className, imageUrl, role, userName, ...props }: UserContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
75
75
|
export type EmojiContextMenuButtonProps = {
|
|
76
76
|
emoji: string;
|
|
77
77
|
} & Pick<BaseContextMenuButtonProps, 'label'> & ComponentProps<'button'>;
|
|
78
|
-
export declare const EmojiContextMenuButton: ({ children, className, emoji, label, ...props }: EmojiContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
78
|
+
export declare const EmojiContextMenuButton: ({ children, className, emoji, label, role, ...props }: EmojiContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
79
79
|
type ButtonWithSubmenuProps = {
|
|
80
80
|
Submenu: ComponentType;
|
|
81
81
|
submenuContainerProps?: ComponentProps<'div'>;
|
|
@@ -84,23 +84,41 @@ type ButtonWithSubmenuProps = {
|
|
|
84
84
|
};
|
|
85
85
|
type ContextMenuButtonProps = BaseContextMenuButtonProps & Partial<ButtonWithSubmenuProps>;
|
|
86
86
|
export declare const ContextMenuButton: (props: ContextMenuButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
87
|
-
export declare const ContextMenuBackButton: ({ children, className, ...props }: ComponentProps<'button'>) => import("react/jsx-runtime").JSX.Element;
|
|
87
|
+
export declare const ContextMenuBackButton: ({ children, className, role, ...props }: ComponentProps<'button'>) => import("react/jsx-runtime").JSX.Element;
|
|
88
88
|
export declare const ContextMenuHeader: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
|
|
89
89
|
export declare const ContextMenuBody: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
|
|
90
90
|
export declare const ContextMenuRoot: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
91
91
|
export type ContextMenuHeaderComponent = ComponentType;
|
|
92
92
|
export type ContextMenuSubmenu = ComponentType;
|
|
93
|
-
export type ContextMenuOpenSubmenuParams = Omit<ContextMenuLevel, 'items'
|
|
93
|
+
export type ContextMenuOpenSubmenuParams = Omit<ContextMenuLevel, 'focusRestoreRequest' | 'items'> & {
|
|
94
|
+
focusReturnTarget?: HTMLElement | null;
|
|
95
|
+
};
|
|
94
96
|
export type ContextMenuItemProps = ComponentProps<'button'>;
|
|
95
97
|
export type ContextMenuItemComponent = ComponentType<ContextMenuItemProps>;
|
|
98
|
+
export declare const DEFAULT_CONTEXT_MENU_KEYBOARD_NAVIGATION_ITEM_SELECTOR: string;
|
|
99
|
+
type ContextMenuFocusRestoreRequest = {
|
|
100
|
+
/** Positional fallback used when the target element is no longer in the DOM. */
|
|
101
|
+
index: number;
|
|
102
|
+
target: HTMLElement | null;
|
|
103
|
+
};
|
|
104
|
+
export type ContextMenuKeyboardNavigation = {
|
|
105
|
+
/**
|
|
106
|
+
* CSS selector used to collect focusable menu items.
|
|
107
|
+
* Defaults to `[role="menuitem"]:not(:disabled)`.
|
|
108
|
+
*/
|
|
109
|
+
itemSelector?: string;
|
|
110
|
+
};
|
|
96
111
|
type ContextMenuContextValue = {
|
|
97
112
|
anchorReferenceElement?: HTMLElement | null;
|
|
98
113
|
closeMenu: () => void;
|
|
99
114
|
openSubmenu: (params: ContextMenuOpenSubmenuParams) => void;
|
|
115
|
+
registerDialogSubmenu: () => void;
|
|
100
116
|
returnToParentMenu: () => void;
|
|
117
|
+
unregisterDialogSubmenu: () => void;
|
|
101
118
|
};
|
|
102
119
|
export declare const useContextMenuContext: () => ContextMenuContextValue;
|
|
103
120
|
type ContextMenuLevel = {
|
|
121
|
+
focusRestoreRequest?: ContextMenuFocusRestoreRequest;
|
|
104
122
|
items?: ContextMenuItemComponent[];
|
|
105
123
|
Submenu?: ContextMenuSubmenu;
|
|
106
124
|
Header?: ContextMenuHeaderComponent;
|
|
@@ -111,6 +129,13 @@ type ContextMenuBaseProps = ComponentPropsWithoutRef<'div'> & {
|
|
|
111
129
|
backLabel?: ReactNode;
|
|
112
130
|
enableAnimations?: boolean;
|
|
113
131
|
Header?: ContextMenuHeaderComponent;
|
|
132
|
+
/**
|
|
133
|
+
* Customizes roving-focus keyboard navigation for menu items.
|
|
134
|
+
* ArrowUp/ArrowDown/Home/End move focus across items matched by
|
|
135
|
+
* `keyboardNavigation.itemSelector` (defaults to `[role="menuitem"]:not(:disabled)`).
|
|
136
|
+
* Navigation is always enabled; use this prop only to override the item selector.
|
|
137
|
+
*/
|
|
138
|
+
keyboardNavigation?: ContextMenuKeyboardNavigation;
|
|
114
139
|
onClose?: () => void;
|
|
115
140
|
onMenuLevelChange?: (level: number) => void;
|
|
116
141
|
/** Duration (ms) to keep submenu transition direction active for forward/backward animations. */
|
|
@@ -130,7 +155,7 @@ export type ContextMenuContentProps = ContextMenuBaseProps & {
|
|
|
130
155
|
* customize submenu/back navigation behavior while keeping the same anchor/focus
|
|
131
156
|
* handling from `ContextMenu`.
|
|
132
157
|
*/
|
|
133
|
-
export declare function ContextMenuContent({ anchorReferenceElement, backLabel, children, className, enableAnimations, Header, items, ItemsWrapper, menuClassName, onClose, onMenuLevelChange, transitionDirection, ...props }: ContextMenuContentProps): import("react/jsx-runtime").JSX.Element;
|
|
158
|
+
export declare function ContextMenuContent({ anchorReferenceElement, backLabel, children, className, enableAnimations, Header, items, ItemsWrapper, keyboardNavigation, menuClassName, onClose, onMenuLevelChange, transitionDirection, ...props }: ContextMenuContentProps): import("react/jsx-runtime").JSX.Element;
|
|
134
159
|
/**
|
|
135
160
|
* Contextual actions menu that can be used in two modes:
|
|
136
161
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/ContextMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/ContextMenu.tsx"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,8 @@ export type PromptHeaderProps = {
|
|
|
5
5
|
description?: string;
|
|
6
6
|
className?: string;
|
|
7
7
|
close?: () => void;
|
|
8
|
+
descriptionId?: string;
|
|
9
|
+
titleId?: string;
|
|
8
10
|
};
|
|
9
11
|
export type PromptBodyProps = PropsWithChildren<{
|
|
10
12
|
className?: string;
|
|
@@ -21,7 +23,7 @@ export declare const Prompt: {
|
|
|
21
23
|
FooterControls: ({ children, className }: PromptFooterControlsProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
24
|
FooterControlsButtonPrimary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
25
|
FooterControlsButtonSecondary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
Header: ({ className, close, description, title }: PromptHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
Header: ({ className, close, description, descriptionId, title, titleId, }: PromptHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
27
|
Root: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
|
|
26
28
|
};
|
|
27
29
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Prompt.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Prompt.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAWxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAiDF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;gFAhE9E,iBAAiB;8CAtBmC,eAAe,KAAK,CAAC;CAkH3E,CAAC"}
|
|
@@ -6,6 +6,8 @@ export type ViewerHeaderProps = {
|
|
|
6
6
|
className?: string;
|
|
7
7
|
close?: () => void;
|
|
8
8
|
goBack?: () => void;
|
|
9
|
+
descriptionId?: string;
|
|
10
|
+
titleId?: string;
|
|
9
11
|
};
|
|
10
12
|
export type ViewerBodyProps = PropsWithChildren<{
|
|
11
13
|
className?: string;
|
|
@@ -22,7 +24,7 @@ export declare const Viewer: {
|
|
|
22
24
|
FooterControls: ({ children, className }: ViewerFooterControlsProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
25
|
FooterControlsButtonPrimary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
26
|
FooterControlsButtonSecondary: ({ className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
Header: ({ className, close, description, goBack, title, }: ViewerHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
Header: ({ className, close, description, descriptionId, goBack, title, titleId, }: ViewerHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
28
|
Root: ({ children, className, ...props }: ComponentProps<'div'>) => import("react/jsx-runtime").JSX.Element;
|
|
27
29
|
};
|
|
28
30
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Viewer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/components/Viewer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAWxD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAkEF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AAMH,KAAK,yBAAyB,GAAG,iBAAiB,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC,CAAC;AA0BH,eAAO,MAAM,MAAM;oCAxC0B,eAAe;sCAQb,iBAAiB;8CAQT,yBAAyB;2DAcZ,WAAW;6DAVT,WAAW;wFAhF9E,iBAAiB;8CAxBmC,eAAe,KAAK,CAAC;CAoI3E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DialogAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogAnchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,KAAK,SAAS,EAAsB,MAAM,6BAA6B,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,mBAAmB,CAAC;IAC/B,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,EAAE,EACrD,SAAS,EACT,MAAM,EACN,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,6BAAqC,GACtC,EAAE,mBAAmB;;;;EA+ErB;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,GAAG;IAChF;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1B,eAAO,MAAM,YAAY,gOAiBtB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"DialogAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/service/DialogAnchor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAI3D,OAAO,EAAE,KAAK,SAAS,EAAsB,MAAM,6BAA6B,CAAC;AACjF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,mBAAmB,CAAC;IAC/B,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,EAAE,EACrD,SAAS,EACT,MAAM,EACN,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,6BAAqC,GACtC,EAAE,mBAAmB;;;;EA+ErB;AAED,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,GAAG;IAChF;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE1B,eAAO,MAAM,YAAY,gOAiBtB,iBAAiB,mDAyHnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;AAIf,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,oCAAoC,CAAC;AAK5C,KAAK,oBAAoB,GAAG;IAC1B,KAAK,IAAI,IAAI,CAAC;CACf,CAAC;AAeF,eAAO,MAAM,kBAAkB,4BAA0C,CAAC;AAE1E,MAAM,MAAM,oBAAoB,GAAG,IAAI,CACrC,cAAc,CAAC,QAAQ,CAAC,EACxB,eAAe,GAAG,SAAS,CAC5B,GAAG;IACF,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,YAAY,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,iBAAiB,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAChC,gBAAgB,CAAC,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,eAAe,GAAG,SAAS,GAAG,cAAc,CAAC,CAAC;IACxF,gBAAgB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC,CAAC,CAAC;AAEH,eAAO,MAAM,QAAQ,2GASlB,aAAa,4CAiIf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/NumericInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAiB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/NumericInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAiB,MAAM,OAAO,CAAC;AAMxE,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,cAAc,CAAC,OAAO,CAAC,EACvB,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAC5C,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACrD,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8BAA8B;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAYF,eAAO,MAAM,YAAY,yGAoIxB,CAAC"}
|