@agimon-ai/doompi-web-components 0.0.1-alpha.16 → 0.0.1-alpha.23
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/components/Accordion.d.cts +4 -4
- package/dist/components/Accordion.d.cts.map +1 -1
- package/dist/components/AnsiText.d.cts +4 -5
- package/dist/components/AnsiText.d.cts.map +1 -1
- package/dist/components/Avatar.d.cts +3 -3
- package/dist/components/Avatar.d.cts.map +1 -1
- package/dist/components/Badge.d.cts +4 -5
- package/dist/components/Badge.d.cts.map +1 -1
- package/dist/components/Breadcrumb.d.cts +4 -5
- package/dist/components/Breadcrumb.d.cts.map +1 -1
- package/dist/components/Button.d.cts +5 -6
- package/dist/components/Button.d.cts.map +1 -1
- package/dist/components/CodeEditor.d.cts +1 -2
- package/dist/components/CodeEditor.d.cts.map +1 -1
- package/dist/components/Collapsible.d.cts +3 -3
- package/dist/components/Collapsible.d.cts.map +1 -1
- package/dist/components/Command.d.cts +11 -12
- package/dist/components/Command.d.cts.map +1 -1
- package/dist/components/Dialog.d.cts +13 -13
- package/dist/components/Dialog.d.cts.map +1 -1
- package/dist/components/Dot.d.cts +4 -5
- package/dist/components/Dot.d.cts.map +1 -1
- package/dist/components/DropdownMenu.d.cts +18 -18
- package/dist/components/DropdownMenu.d.cts.map +1 -1
- package/dist/components/EmptyState.d.cts +2 -3
- package/dist/components/EmptyState.d.cts.map +1 -1
- package/dist/components/HashlineLines.d.cts +2 -3
- package/dist/components/HashlineLines.d.cts.map +1 -1
- package/dist/components/Input.d.cts +5 -6
- package/dist/components/Input.d.cts.map +1 -1
- package/dist/components/Kbd.d.cts +1 -2
- package/dist/components/Kbd.d.cts.map +1 -1
- package/dist/components/Markdown.d.cts +2 -3
- package/dist/components/Markdown.d.cts.map +1 -1
- package/dist/components/MediaPreview.d.cts +9 -8
- package/dist/components/MediaPreview.d.cts.map +1 -1
- package/dist/components/MessageItem.d.cts +17 -18
- package/dist/components/MessageItem.d.cts.map +1 -1
- package/dist/components/MessageLines.d.cts +5 -6
- package/dist/components/MessageLines.d.cts.map +1 -1
- package/dist/components/OptionList.d.cts +8 -9
- package/dist/components/OptionList.d.cts.map +1 -1
- package/dist/components/Panel.d.cts +4 -5
- package/dist/components/Panel.d.cts.map +1 -1
- package/dist/components/PdfPreview.d.cts +7 -8
- package/dist/components/PdfPreview.d.cts.map +1 -1
- package/dist/components/Popover.d.cts +7 -7
- package/dist/components/Popover.d.cts.map +1 -1
- package/dist/components/RadioGroup.d.cts +3 -3
- package/dist/components/RadioGroup.d.cts.map +1 -1
- package/dist/components/ScrollArea.d.cts +2 -2
- package/dist/components/ScrollArea.d.cts.map +1 -1
- package/dist/components/SectionLabel.d.cts +1 -2
- package/dist/components/SectionLabel.d.cts.map +1 -1
- package/dist/components/Select.d.cts +8 -8
- package/dist/components/Select.d.cts.map +1 -1
- package/dist/components/Sheet.d.cts +12 -13
- package/dist/components/Sheet.d.cts.map +1 -1
- package/dist/components/Skeleton.d.cts +1 -2
- package/dist/components/Skeleton.d.cts.map +1 -1
- package/dist/components/Spinner.d.cts +2 -3
- package/dist/components/Spinner.d.cts.map +1 -1
- package/dist/components/StatusBadge.d.cts +5 -6
- package/dist/components/StatusBadge.d.cts.map +1 -1
- package/dist/components/StreamCursor.d.cts +1 -2
- package/dist/components/StreamCursor.d.cts.map +1 -1
- package/dist/components/SyntaxText.d.cts +6 -7
- package/dist/components/SyntaxText.d.cts.map +1 -1
- package/dist/components/Tabs.d.cts +9 -9
- package/dist/components/Tabs.d.cts.map +1 -1
- package/dist/components/TerminalView.d.cts +31 -0
- package/dist/components/TerminalView.d.cts.map +1 -0
- package/dist/components/Textarea.d.cts +2 -3
- package/dist/components/Textarea.d.cts.map +1 -1
- package/dist/components/Toast.d.cts +9 -9
- package/dist/components/Toast.d.cts.map +1 -1
- package/dist/components/ToolPathLink.d.cts +2 -3
- package/dist/components/ToolPathLink.d.cts.map +1 -1
- package/dist/components/Tooltip.d.cts +4 -4
- package/dist/components/Tooltip.d.cts.map +1 -1
- package/dist/icons/icons.d.cts +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.mts +3 -2
- package/dist/index.mjs +1 -1
- package/dist/lib/ansiSpans.d.cts +2 -3
- package/dist/lib/ansiSpans.d.cts.map +1 -1
- package/dist/lib/cn.d.cts +1 -2
- package/dist/lib/cn.d.cts.map +1 -1
- package/dist/lib/collapse.d.cts +2 -3
- package/dist/lib/collapse.d.cts.map +1 -1
- package/dist/lib/editorLanguage.d.cts +2 -3
- package/dist/lib/editorLanguage.d.cts.map +1 -1
- package/dist/lib/editorTheme.d.cts +1 -2
- package/dist/lib/editorTheme.d.cts.map +1 -1
- package/dist/lib/hashlineHighlight.d.cts +3 -4
- package/dist/lib/hashlineHighlight.d.cts.map +1 -1
- package/dist/lib/hashlineView.d.cts +15 -16
- package/dist/lib/hashlineView.d.cts.map +1 -1
- package/dist/lib/media.d.cts +1 -2
- package/dist/lib/media.d.cts.map +1 -1
- package/dist/lib/optionList.d.cts +4 -5
- package/dist/lib/optionList.d.cts.map +1 -1
- package/dist/lib/syntaxHighlight.d.cts +7 -8
- package/dist/lib/syntaxHighlight.d.cts.map +1 -1
- package/dist/lib/tone.d.cts +4 -5
- package/dist/lib/tone.d.cts.map +1 -1
- package/dist/src/components/Accordion.d.mts +4 -4
- package/dist/src/components/Accordion.d.mts.map +1 -1
- package/dist/src/components/AnsiText.d.mts +4 -5
- package/dist/src/components/AnsiText.d.mts.map +1 -1
- package/dist/src/components/Avatar.d.mts +3 -3
- package/dist/src/components/Avatar.d.mts.map +1 -1
- package/dist/src/components/Badge.d.mts +4 -5
- package/dist/src/components/Badge.d.mts.map +1 -1
- package/dist/src/components/Breadcrumb.d.mts +4 -5
- package/dist/src/components/Breadcrumb.d.mts.map +1 -1
- package/dist/src/components/Button.d.mts +5 -6
- package/dist/src/components/Button.d.mts.map +1 -1
- package/dist/src/components/CodeBlock.cjs +2 -0
- package/dist/src/components/CodeBlock.cjs.map +1 -0
- package/dist/src/components/CodeBlock.mjs +2 -0
- package/dist/src/components/CodeBlock.mjs.map +1 -0
- package/dist/src/components/CodeEditor.d.mts +1 -2
- package/dist/src/components/CodeEditor.d.mts.map +1 -1
- package/dist/src/components/Collapsible.d.mts +3 -3
- package/dist/src/components/Collapsible.d.mts.map +1 -1
- package/dist/src/components/Command.d.mts +11 -12
- package/dist/src/components/Command.d.mts.map +1 -1
- package/dist/src/components/CopyButton.cjs +2 -0
- package/dist/src/components/CopyButton.cjs.map +1 -0
- package/dist/src/components/CopyButton.mjs +2 -0
- package/dist/src/components/CopyButton.mjs.map +1 -0
- package/dist/src/components/Dialog.cjs +1 -1
- package/dist/src/components/Dialog.cjs.map +1 -1
- package/dist/src/components/Dialog.d.mts +13 -13
- package/dist/src/components/Dialog.d.mts.map +1 -1
- package/dist/src/components/Dialog.mjs +1 -1
- package/dist/src/components/Dialog.mjs.map +1 -1
- package/dist/src/components/Dot.d.mts +4 -5
- package/dist/src/components/Dot.d.mts.map +1 -1
- package/dist/src/components/DropdownMenu.d.mts +18 -18
- package/dist/src/components/DropdownMenu.d.mts.map +1 -1
- package/dist/src/components/EmptyState.d.mts +2 -3
- package/dist/src/components/EmptyState.d.mts.map +1 -1
- package/dist/src/components/HashlineLines.d.mts +2 -3
- package/dist/src/components/HashlineLines.d.mts.map +1 -1
- package/dist/src/components/Input.d.mts +5 -6
- package/dist/src/components/Input.d.mts.map +1 -1
- package/dist/src/components/Kbd.d.mts +1 -2
- package/dist/src/components/Kbd.d.mts.map +1 -1
- package/dist/src/components/Markdown.cjs +2 -2
- package/dist/src/components/Markdown.cjs.map +1 -1
- package/dist/src/components/Markdown.d.mts +2 -3
- package/dist/src/components/Markdown.d.mts.map +1 -1
- package/dist/src/components/Markdown.mjs +2 -2
- package/dist/src/components/Markdown.mjs.map +1 -1
- package/dist/src/components/MediaPreview.cjs +1 -1
- package/dist/src/components/MediaPreview.cjs.map +1 -1
- package/dist/src/components/MediaPreview.d.mts +9 -8
- package/dist/src/components/MediaPreview.d.mts.map +1 -1
- package/dist/src/components/MediaPreview.mjs +1 -1
- package/dist/src/components/MediaPreview.mjs.map +1 -1
- package/dist/src/components/MermaidDiagram.cjs +2 -0
- package/dist/src/components/MermaidDiagram.cjs.map +1 -0
- package/dist/src/components/MermaidDiagram.mjs +2 -0
- package/dist/src/components/MermaidDiagram.mjs.map +1 -0
- package/dist/src/components/MessageItem.d.mts +17 -18
- package/dist/src/components/MessageItem.d.mts.map +1 -1
- package/dist/src/components/MessageLines.d.mts +5 -6
- package/dist/src/components/MessageLines.d.mts.map +1 -1
- package/dist/src/components/OptionList.d.mts +8 -9
- package/dist/src/components/OptionList.d.mts.map +1 -1
- package/dist/src/components/Panel.d.mts +4 -5
- package/dist/src/components/Panel.d.mts.map +1 -1
- package/dist/src/components/PdfPreview.d.mts +7 -8
- package/dist/src/components/PdfPreview.d.mts.map +1 -1
- package/dist/src/components/Popover.d.mts +7 -7
- package/dist/src/components/Popover.d.mts.map +1 -1
- package/dist/src/components/RadioGroup.d.mts +3 -3
- package/dist/src/components/RadioGroup.d.mts.map +1 -1
- package/dist/src/components/ScrollArea.d.mts +2 -2
- package/dist/src/components/ScrollArea.d.mts.map +1 -1
- package/dist/src/components/SectionLabel.d.mts +1 -2
- package/dist/src/components/SectionLabel.d.mts.map +1 -1
- package/dist/src/components/Select.d.mts +8 -8
- package/dist/src/components/Select.d.mts.map +1 -1
- package/dist/src/components/Sheet.d.mts +12 -13
- package/dist/src/components/Sheet.d.mts.map +1 -1
- package/dist/src/components/Skeleton.d.mts +1 -2
- package/dist/src/components/Skeleton.d.mts.map +1 -1
- package/dist/src/components/Spinner.d.mts +2 -3
- package/dist/src/components/Spinner.d.mts.map +1 -1
- package/dist/src/components/StatusBadge.d.mts +5 -6
- package/dist/src/components/StatusBadge.d.mts.map +1 -1
- package/dist/src/components/StreamCursor.d.mts +1 -2
- package/dist/src/components/StreamCursor.d.mts.map +1 -1
- package/dist/src/components/SyntaxText.d.mts +6 -7
- package/dist/src/components/SyntaxText.d.mts.map +1 -1
- package/dist/src/components/Tabs.d.mts +9 -9
- package/dist/src/components/Tabs.d.mts.map +1 -1
- package/dist/src/components/TerminalView.cjs +2 -0
- package/dist/src/components/TerminalView.cjs.map +1 -0
- package/dist/src/components/TerminalView.d.mts +31 -0
- package/dist/src/components/TerminalView.d.mts.map +1 -0
- package/dist/src/components/TerminalView.mjs +2 -0
- package/dist/src/components/TerminalView.mjs.map +1 -0
- package/dist/src/components/Textarea.d.mts +2 -3
- package/dist/src/components/Textarea.d.mts.map +1 -1
- package/dist/src/components/Toast.d.mts +9 -9
- package/dist/src/components/Toast.d.mts.map +1 -1
- package/dist/src/components/ToolPathLink.d.mts +2 -3
- package/dist/src/components/ToolPathLink.d.mts.map +1 -1
- package/dist/src/components/Tooltip.d.mts +4 -4
- package/dist/src/components/Tooltip.d.mts.map +1 -1
- package/dist/src/icons/icons.cjs +1 -1
- package/dist/src/icons/icons.d.mts +2 -2
- package/dist/src/icons/icons.mjs +1 -1
- package/dist/src/lib/ansiSpans.d.mts +2 -3
- package/dist/src/lib/ansiSpans.d.mts.map +1 -1
- package/dist/src/lib/cn.d.mts +1 -2
- package/dist/src/lib/cn.d.mts.map +1 -1
- package/dist/src/lib/collapse.d.mts +2 -3
- package/dist/src/lib/collapse.d.mts.map +1 -1
- package/dist/src/lib/editorLanguage.d.mts +2 -3
- package/dist/src/lib/editorLanguage.d.mts.map +1 -1
- package/dist/src/lib/editorTheme.d.mts +1 -2
- package/dist/src/lib/editorTheme.d.mts.map +1 -1
- package/dist/src/lib/fenceGrammar.cjs +2 -0
- package/dist/src/lib/fenceGrammar.cjs.map +1 -0
- package/dist/src/lib/fenceGrammar.mjs +2 -0
- package/dist/src/lib/fenceGrammar.mjs.map +1 -0
- package/dist/src/lib/hashlineHighlight.d.mts +3 -4
- package/dist/src/lib/hashlineHighlight.d.mts.map +1 -1
- package/dist/src/lib/hashlineView.cjs +1 -1
- package/dist/src/lib/hashlineView.cjs.map +1 -1
- package/dist/src/lib/hashlineView.d.mts +15 -16
- package/dist/src/lib/hashlineView.d.mts.map +1 -1
- package/dist/src/lib/hashlineView.mjs +1 -1
- package/dist/src/lib/hashlineView.mjs.map +1 -1
- package/dist/src/lib/media.d.mts +1 -2
- package/dist/src/lib/media.d.mts.map +1 -1
- package/dist/src/lib/mermaidDiagram.cjs +2 -0
- package/dist/src/lib/mermaidDiagram.cjs.map +1 -0
- package/dist/src/lib/mermaidDiagram.mjs +2 -0
- package/dist/src/lib/mermaidDiagram.mjs.map +1 -0
- package/dist/src/lib/optionList.d.mts +4 -5
- package/dist/src/lib/optionList.d.mts.map +1 -1
- package/dist/src/lib/syntaxHighlight.d.mts +7 -8
- package/dist/src/lib/syntaxHighlight.d.mts.map +1 -1
- package/dist/src/lib/tone.d.mts +4 -5
- package/dist/src/lib/tone.d.mts.map +1 -1
- package/dist/src/theme/apply.d.mts +5 -6
- package/dist/src/theme/apply.d.mts.map +1 -1
- package/dist/src/theme/builtinThemes.d.mts +4 -5
- package/dist/src/theme/builtinThemes.d.mts.map +1 -1
- package/dist/src/theme/derive.d.mts +4 -5
- package/dist/src/theme/derive.d.mts.map +1 -1
- package/dist/src/theme/parse.d.mts +1 -2
- package/dist/src/theme/parse.d.mts.map +1 -1
- package/dist/src/theme/piTheme.d.mts +2 -3
- package/dist/src/theme/piTheme.d.mts.map +1 -1
- package/dist/src/theme/preference.d.mts +4 -5
- package/dist/src/theme/preference.d.mts.map +1 -1
- package/dist/src/types/editor.d.mts +9 -10
- package/dist/src/types/editor.d.mts.map +1 -1
- package/dist/src/types/theme.d.mts +11 -12
- package/dist/src/types/theme.d.mts.map +1 -1
- package/dist/src/types/tone.d.mts +10 -11
- package/dist/src/types/tone.d.mts.map +1 -1
- package/dist/theme/apply.d.cts +5 -6
- package/dist/theme/apply.d.cts.map +1 -1
- package/dist/theme/builtinThemes.d.cts +4 -5
- package/dist/theme/builtinThemes.d.cts.map +1 -1
- package/dist/theme/derive.d.cts +4 -5
- package/dist/theme/derive.d.cts.map +1 -1
- package/dist/theme/parse.d.cts +1 -2
- package/dist/theme/parse.d.cts.map +1 -1
- package/dist/theme/piTheme.d.cts +2 -3
- package/dist/theme/piTheme.d.cts.map +1 -1
- package/dist/theme/preference.d.cts +4 -5
- package/dist/theme/preference.d.cts.map +1 -1
- package/dist/types/editor.d.cts +9 -10
- package/dist/types/editor.d.cts.map +1 -1
- package/dist/types/theme.d.cts +11 -12
- package/dist/types/theme.d.cts.map +1 -1
- package/dist/types/tone.d.cts +10 -11
- package/dist/types/tone.d.cts.map +1 -1
- package/package.json +14 -12
|
@@ -3,9 +3,9 @@ import { ComponentProps } from "react";
|
|
|
3
3
|
//#region src/components/Accordion.d.ts
|
|
4
4
|
/** Several collapsibles that know about each other; pass type="single" for one open at a time. */
|
|
5
5
|
declare function Accordion$1(props: ComponentProps<typeof Accordion.Root>): import("react").JSX.Element;
|
|
6
|
-
declare function AccordionItem({ className, ...props }: ComponentProps<typeof Accordion.Item>): import("react").JSX.Element;
|
|
7
|
-
declare function AccordionTrigger({ className, children, ...props }: ComponentProps<typeof Accordion.Trigger>): import("react").JSX.Element;
|
|
8
|
-
declare function AccordionContent({ className, ...props }: ComponentProps<typeof Accordion.Content>): import("react").JSX.Element;
|
|
6
|
+
export declare function AccordionItem({ className, ...props }: ComponentProps<typeof Accordion.Item>): import("react").JSX.Element;
|
|
7
|
+
export declare function AccordionTrigger({ className, children, ...props }: ComponentProps<typeof Accordion.Trigger>): import("react").JSX.Element;
|
|
8
|
+
export declare function AccordionContent({ className, ...props }: ComponentProps<typeof Accordion.Content>): import("react").JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
|
-
export { Accordion$1 as Accordion
|
|
10
|
+
export { Accordion$1 as Accordion };
|
|
11
11
|
//# sourceMappingURL=Accordion.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.cts","names":[],"sources":["../../src/components/Accordion.tsx"],"mappings":";;;;iBAMgB,YAAU,OAAO,sBAAsB,UAAmB,wBAAK,IAAA;
|
|
1
|
+
{"version":3,"file":"Accordion.d.cts","names":[],"sources":["../../src/components/Accordion.tsx"],"mappings":";;;;iBAMgB,YAAU,OAAO,sBAAsB,UAAmB,wBAAK,IAAA;wBAI/D,gBAAgB,cAAc,SAAS,sBAAsB,UAAmB,wBAAK,IAAA;wBAUrF,mBAAmB,WAAW,aAAa,SAAS,sBAAsB,UAAmB,2BAAQ,IAAA;wBAkBrG,mBAAmB,cAAc,SAAS,sBAAsB,UAAmB,2BAAQ,IAAA"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
//#region src/components/AnsiText.d.ts
|
|
3
|
-
interface AnsiLineProps extends Omit<ComponentProps<'span'>, 'children'> {
|
|
3
|
+
export interface AnsiLineProps extends Omit<ComponentProps<'span'>, 'children'> {
|
|
4
4
|
/** One line of terminal output, escapes and all. */
|
|
5
5
|
line: string;
|
|
6
6
|
}
|
|
7
7
|
/** One line, for a caller that already lays out a screen row by row. */
|
|
8
|
-
declare function AnsiLine({ line, className, ...props }: AnsiLineProps): import("react").JSX.Element;
|
|
9
|
-
interface AnsiTextProps extends Omit<ComponentProps<'pre'>, 'children'> {
|
|
8
|
+
export declare function AnsiLine({ line, className, ...props }: AnsiLineProps): import("react").JSX.Element;
|
|
9
|
+
export interface AnsiTextProps extends Omit<ComponentProps<'pre'>, 'children'> {
|
|
10
10
|
/** Terminal output, newline separated, escapes and all. */
|
|
11
11
|
text: string;
|
|
12
12
|
}
|
|
13
13
|
/** A block of terminal output: a log tail, or anything else that arrives whole. */
|
|
14
|
-
declare function AnsiText({ text, ...props }: AnsiTextProps): import("react").JSX.Element;
|
|
14
|
+
export declare function AnsiText({ text, ...props }: AnsiTextProps): import("react").JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { AnsiLine, AnsiLineProps, AnsiText, AnsiTextProps };
|
|
17
16
|
//# sourceMappingURL=AnsiText.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnsiText.d.cts","names":[],"sources":["../../src/components/AnsiText.tsx"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"AnsiText.d.cts","names":[],"sources":["../../src/components/AnsiText.tsx"],"mappings":";;iBAkDiB,sBAAsB,KAAK;;EAE1C;;;wBAIc,WAAW,MAAM,cAAc,SAAS,gCAAa,IAAA;iBASpD,sBAAsB,KAAK;;EAE1C;;;wBAIc,WAAW,SAAS,SAAS,gCAAa,IAAA"}
|
|
@@ -3,8 +3,8 @@ import { ComponentProps } from "react";
|
|
|
3
3
|
//#region src/components/Avatar.d.ts
|
|
4
4
|
/** A face or an initial; Radix only shows the fallback once the image has actually failed. */
|
|
5
5
|
declare function Avatar$1({ className, ...props }: ComponentProps<typeof Avatar.Root>): import("react").JSX.Element;
|
|
6
|
-
declare function AvatarImage({ className, ...props }: ComponentProps<typeof Avatar.Image>): import("react").JSX.Element;
|
|
7
|
-
declare function AvatarFallback({ className, ...props }: ComponentProps<typeof Avatar.Fallback>): import("react").JSX.Element;
|
|
6
|
+
export declare function AvatarImage({ className, ...props }: ComponentProps<typeof Avatar.Image>): import("react").JSX.Element;
|
|
7
|
+
export declare function AvatarFallback({ className, ...props }: ComponentProps<typeof Avatar.Fallback>): import("react").JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
|
-
export { Avatar$1 as Avatar
|
|
9
|
+
export { Avatar$1 as Avatar };
|
|
10
10
|
//# sourceMappingURL=Avatar.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.cts","names":[],"sources":["../../src/components/Avatar.tsx"],"mappings":";;;;iBAKgB,WAAS,cAAc,SAAS,sBAAsB,OAAgB,wBAAK,IAAA;
|
|
1
|
+
{"version":3,"file":"Avatar.d.cts","names":[],"sources":["../../src/components/Avatar.tsx"],"mappings":";;;;iBAKgB,WAAS,cAAc,SAAS,sBAAsB,OAAgB,wBAAK,IAAA;wBAU3E,cAAc,cAAc,SAAS,sBAAsB,OAAgB,yBAAM,IAAA;wBAUjF,iBAAiB,cAAc,SAAS,sBAAsB,OAAgB,4BAAS,IAAA"}
|
|
@@ -2,17 +2,16 @@ import { ChipTone } from "../types/tone.cjs";
|
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
//#region src/components/Badge.d.ts
|
|
5
|
-
declare const badgeVariants: (props?: ({
|
|
5
|
+
export declare const badgeVariants: (props?: ({
|
|
6
6
|
tone?: "blue" | "cyan" | "green" | "magenta" | "neutral" | "orange" | "red" | "teal" | "violet" | "yellow" | null | undefined;
|
|
7
7
|
size?: "lg" | "md" | "sm" | "xs" | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
|
-
type BadgeTone = ChipTone;
|
|
10
|
-
interface BadgeProps extends ComponentProps<'span'>, VariantProps<typeof badgeVariants> {
|
|
9
|
+
export type BadgeTone = ChipTone;
|
|
10
|
+
export interface BadgeProps extends ComponentProps<'span'>, VariantProps<typeof badgeVariants> {
|
|
11
11
|
/** Render the child element instead of a <span>, so a link can look like a chip. */
|
|
12
12
|
asChild?: boolean;
|
|
13
13
|
}
|
|
14
14
|
/** An outlined chip in one of the accent tones; the Chip the cockpit mockup draws. */
|
|
15
|
-
declare function Badge({ className, tone, size, asChild, ...props }: BadgeProps): import("react").JSX.Element;
|
|
15
|
+
export declare function Badge({ className, tone, size, asChild, ...props }: BadgeProps): import("react").JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { Badge, BadgeProps, BadgeTone, badgeVariants };
|
|
18
17
|
//# sourceMappingURL=Badge.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.cts","names":[],"sources":["../../src/components/Badge.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"Badge.d.cts","names":[],"sources":["../../src/components/Badge.tsx"],"mappings":";;;;qBAMa,gBAAa;;;6CAuBxB;YAEU,YAAY;iBAEP,mBAAmB,wBAAwB,oBAAoB;;EAE9E;;;wBAIc,QAAQ,WAAW,MAAM,MAAM,YAAoB,SAAS,6BAAU,IAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/components/Breadcrumb.d.ts
|
|
2
2
|
/** The marker a collapsed run of segments is shown as. */
|
|
3
|
-
declare const BREADCRUMB_ELLIPSIS = "…";
|
|
3
|
+
export declare const BREADCRUMB_ELLIPSIS = "…";
|
|
4
4
|
/**
|
|
5
5
|
* A path as breadcrumb segments, with the middle collapsed when it is deeper
|
|
6
6
|
* than `keep` allows.
|
|
@@ -9,8 +9,8 @@ declare const BREADCRUMB_ELLIPSIS = "…";
|
|
|
9
9
|
* are what a reader skims past, so those are the ones that go. The leaf is
|
|
10
10
|
* always the final segment and is never collapsed.
|
|
11
11
|
*/
|
|
12
|
-
declare function breadcrumbSegments(path: string, keep?: number): string[];
|
|
13
|
-
interface BreadcrumbProps {
|
|
12
|
+
export declare function breadcrumbSegments(path: string, keep?: number): string[];
|
|
13
|
+
export interface BreadcrumbProps {
|
|
14
14
|
/** The path to show, separated by forward slashes. */
|
|
15
15
|
path: string;
|
|
16
16
|
/** How many segments survive before the middle collapses. */
|
|
@@ -31,7 +31,6 @@ interface BreadcrumbProps {
|
|
|
31
31
|
* The leaf carries the emphasis. A reader scanning a header is looking for the
|
|
32
32
|
* file, and the directories are context for it.
|
|
33
33
|
*/
|
|
34
|
-
declare function Breadcrumb({ path, keep, className, 'data-testid': testId }: BreadcrumbProps): import("react").JSX.Element;
|
|
34
|
+
export declare function Breadcrumb({ path, keep, className, 'data-testid': testId }: BreadcrumbProps): import("react").JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
|
-
export { BREADCRUMB_ELLIPSIS, Breadcrumb, BreadcrumbProps, breadcrumbSegments };
|
|
37
36
|
//# sourceMappingURL=Breadcrumb.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumb.d.cts","names":[],"sources":["../../src/components/Breadcrumb.tsx"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"Breadcrumb.d.cts","names":[],"sources":["../../src/components/Breadcrumb.tsx"],"mappings":";;qBAIa;;;;;;;;;wBAUG,mBAAmB,cAAc;iBAQhC;;EAEf;;EAEA;;EAEA;EACA;;;;;;;;;;;;;;wBAec,aAAa,MAAM,MAAM,0BAA0B,UAAU,kCAAe,IAAA"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
import { VariantProps } from "class-variance-authority";
|
|
3
3
|
//#region src/components/Button.d.ts
|
|
4
|
-
declare const buttonVariants: (props?: ({
|
|
4
|
+
export declare const buttonVariants: (props?: ({
|
|
5
5
|
variant?: "danger" | "danger-outline" | "ghost" | "link" | "outline" | "primary" | "subtle" | "success" | null | undefined;
|
|
6
6
|
size?: "card" | "icon" | "icon-md" | "lg" | "md" | "sm" | "xs" | null | undefined;
|
|
7
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
|
-
type ButtonVariant = NonNullable<VariantProps<typeof buttonVariants>['variant']>;
|
|
9
|
-
type ButtonSize = NonNullable<VariantProps<typeof buttonVariants>['size']>;
|
|
10
|
-
interface ButtonProps extends ComponentProps<'button'>, VariantProps<typeof buttonVariants> {
|
|
8
|
+
export type ButtonVariant = NonNullable<VariantProps<typeof buttonVariants>['variant']>;
|
|
9
|
+
export type ButtonSize = NonNullable<VariantProps<typeof buttonVariants>['size']>;
|
|
10
|
+
export interface ButtonProps extends ComponentProps<'button'>, VariantProps<typeof buttonVariants> {
|
|
11
11
|
/** Render the child element instead of a <button>, passing the classes down (shadcn's asChild). */
|
|
12
12
|
asChild?: boolean;
|
|
13
13
|
/**
|
|
@@ -19,7 +19,6 @@ interface ButtonProps extends ComponentProps<'button'>, VariantProps<typeof butt
|
|
|
19
19
|
loadingLabel?: string;
|
|
20
20
|
}
|
|
21
21
|
/** The one button: every variant is a theme token, so it recolours with the theme. */
|
|
22
|
-
declare function Button({ className, variant, size, asChild, loading, loadingLabel, disabled, type, children, ...props }: ButtonProps): import("react").JSX.Element;
|
|
22
|
+
export declare function Button({ className, variant, size, asChild, loading, loadingLabel, disabled, type, children, ...props }: ButtonProps): import("react").JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { Button, ButtonProps, ButtonSize, ButtonVariant, buttonVariants };
|
|
25
24
|
//# sourceMappingURL=Button.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.cts","names":[],"sources":["../../src/components/Button.tsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Button.d.cts","names":[],"sources":["../../src/components/Button.tsx"],"mappings":";;;qBAMa,iBAAc;;;6CAgC1B;YAEW,gBAAgB,YAAY,oBAAoB;YAChD,aAAa,YAAY,oBAAoB;iBAExC,oBAAoB,0BAA0B,oBAAoB;;EAEjF;;;;;EAKA;;EAEA;;;wBAIc,SACd,WACA,SACA,MACA,SACA,SACA,cACA,UACA,MACA,aACG,SACF,8BAAW,IAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { CodeEditorProps } from "../types/editor.cjs";
|
|
2
2
|
//#region src/components/CodeEditor.d.ts
|
|
3
|
-
declare function CodeEditor({ className, ...props }: CodeEditorProps): import("react").JSX.Element;
|
|
3
|
+
export declare function CodeEditor({ className, ...props }: CodeEditorProps): import("react").JSX.Element;
|
|
4
4
|
//#endregion
|
|
5
|
-
export { CodeEditor };
|
|
6
5
|
//# sourceMappingURL=CodeEditor.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeEditor.d.cts","names":[],"sources":["../../src/components/CodeEditor.tsx"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"CodeEditor.d.cts","names":[],"sources":["../../src/components/CodeEditor.tsx"],"mappings":";;wBAiBgB,aAAa,cAAc,SAAS,kCAAe,IAAA"}
|
|
@@ -3,8 +3,8 @@ import { ComponentProps } from "react";
|
|
|
3
3
|
//#region src/components/Collapsible.d.ts
|
|
4
4
|
/** A section that folds; Radix keeps the trigger's aria-expanded in step with the content. */
|
|
5
5
|
declare function Collapsible$1(props: ComponentProps<typeof Collapsible.Root>): import("react").JSX.Element;
|
|
6
|
-
declare function CollapsibleTrigger(props: ComponentProps<typeof Collapsible.CollapsibleTrigger>): import("react").JSX.Element;
|
|
7
|
-
declare function CollapsibleContent({ className, ...props }: ComponentProps<typeof Collapsible.CollapsibleContent>): import("react").JSX.Element;
|
|
6
|
+
export declare function CollapsibleTrigger(props: ComponentProps<typeof Collapsible.CollapsibleTrigger>): import("react").JSX.Element;
|
|
7
|
+
export declare function CollapsibleContent({ className, ...props }: ComponentProps<typeof Collapsible.CollapsibleContent>): import("react").JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
|
-
export { Collapsible$1 as Collapsible
|
|
9
|
+
export { Collapsible$1 as Collapsible };
|
|
10
10
|
//# sourceMappingURL=Collapsible.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Collapsible.d.cts","names":[],"sources":["../../src/components/Collapsible.tsx"],"mappings":";;;;iBAKgB,cAAY,OAAO,sBAAsB,YAAqB,wBAAK,IAAA;
|
|
1
|
+
{"version":3,"file":"Collapsible.d.cts","names":[],"sources":["../../src/components/Collapsible.tsx"],"mappings":";;;;iBAKgB,cAAY,OAAO,sBAAsB,YAAqB,wBAAK,IAAA;wBAInE,mBAAmB,OAAO,sBAAsB,YAAqB,sCAAmB,IAAA;wBAIxF,qBACd,cACG,SACF,sBAAsB,YAAqB,sCAAmB,IAAA"}
|
|
@@ -12,31 +12,30 @@ import { ComponentProps, ReactNode } from "react";
|
|
|
12
12
|
* Input, and the option row so a palette and a select popover cannot drift
|
|
13
13
|
* apart, rather than on a new dependency.
|
|
14
14
|
*/
|
|
15
|
-
interface CommandDialogProps extends Omit<DialogContentProps, 'title'> {
|
|
15
|
+
export interface CommandDialogProps extends Omit<DialogContentProps, 'title'> {
|
|
16
16
|
open: boolean;
|
|
17
17
|
onOpenChange: (open: boolean) => void;
|
|
18
18
|
/** Names the dialog for assistive tech; visually hidden unless the palette draws its own heading. */
|
|
19
19
|
title: ReactNode;
|
|
20
20
|
titleVisible?: boolean;
|
|
21
21
|
}
|
|
22
|
-
declare function CommandDialog({ open, onOpenChange, title, titleVisible, className, children, width, ...props }: CommandDialogProps): import("react").JSX.Element;
|
|
22
|
+
export declare function CommandDialog({ open, onOpenChange, title, titleVisible, className, children, width, ...props }: CommandDialogProps): import("react").JSX.Element;
|
|
23
23
|
/** The strip the search field sits in. */
|
|
24
|
-
declare function CommandHeader({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
24
|
+
export declare function CommandHeader({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
25
25
|
/** The search field: bare, because the header already draws the surface. */
|
|
26
|
-
declare function CommandInput({ className, ...props }: InputProps): import("react").JSX.Element;
|
|
26
|
+
export declare function CommandInput({ className, ...props }: InputProps): import("react").JSX.Element;
|
|
27
27
|
/** The scrolling body. It is the listbox, so its rows are the options. */
|
|
28
|
-
declare function CommandList({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
28
|
+
export declare function CommandList({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
29
29
|
/** A labelled run of rows. */
|
|
30
|
-
declare function CommandGroup({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
31
|
-
declare function CommandGroupLabel({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
30
|
+
export declare function CommandGroup({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
31
|
+
export declare function CommandGroupLabel({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
32
32
|
/** One command. Compact by default, since a palette shows many at once. */
|
|
33
|
-
declare function CommandItem({ density, ...props }: OptionRowProps): import("react").JSX.Element;
|
|
33
|
+
export declare function CommandItem({ density, ...props }: OptionRowProps): import("react").JSX.Element;
|
|
34
34
|
/** A command's name, taking the width the row has left. */
|
|
35
|
-
declare function CommandItemLabel(props: ComponentProps<'span'>): import("react").JSX.Element;
|
|
35
|
+
export declare function CommandItemLabel(props: ComponentProps<'span'>): import("react").JSX.Element;
|
|
36
36
|
/** What the palette says when nothing matches. */
|
|
37
|
-
declare function CommandEmpty({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
37
|
+
export declare function CommandEmpty({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
38
38
|
/** The hint strip along the bottom: what the keys do. */
|
|
39
|
-
declare function CommandFooter({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
39
|
+
export declare function CommandFooter({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
40
40
|
//#endregion
|
|
41
|
-
export { CommandDialog, CommandDialogProps, CommandEmpty, CommandFooter, CommandGroup, CommandGroupLabel, CommandHeader, CommandInput, CommandItem, CommandItemLabel, CommandList };
|
|
42
41
|
//# sourceMappingURL=Command.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Command.d.cts","names":[],"sources":["../../src/components/Command.tsx"],"mappings":";;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Command.d.cts","names":[],"sources":["../../src/components/Command.tsx"],"mappings":";;;;;;;;;;;;;;iBAgBiB,2BAA2B,KAAK;EAC/C;EACA,eAAe;;EAEf,OAAO;EACP;;wBAGc,gBACd,MACA,cACA,OACA,cACA,WACA,UACA,UACG,SACF,qCAAkB,IAAA;;wBAYL,gBAAgB,cAAc,SAAS,wCAAqB,IAAA;;wBAW5D,eAAe,cAAc,SAAS,6BAAU,IAAA;;wBAchD,cAAc,cAAc,SAAS,wCAAqB,IAAA;;wBAY1D,eAAe,cAAc,SAAS,wCAAqB,IAAA;wBAI3D,oBAAoB,cAAc,SAAS,wCAAqB,IAAA;;wBAWhE,cAAc,YAAwB,SAAS,iCAAc,IAAA;;wBAK7D,iBAAiB,OAAO,yCAAsB,IAAA;;wBAK9C,eAAe,cAAc,SAAS,wCAAqB,IAAA;;wBAW3D,gBAAgB,cAAc,SAAS,wCAAqB,IAAA"}
|
|
@@ -7,14 +7,14 @@ import { VariantProps } from "class-variance-authority";
|
|
|
7
7
|
* and focus restored to the trigger on close. The frame is the Doom panel.
|
|
8
8
|
*/
|
|
9
9
|
declare function Dialog$1(props: ComponentProps<typeof Dialog.Root>): import("react").JSX.Element;
|
|
10
|
-
declare function DialogTrigger(props: ComponentProps<typeof Dialog.Trigger>): import("react").JSX.Element;
|
|
11
|
-
declare function DialogClose(props: ComponentProps<typeof Dialog.Close>): import("react").JSX.Element;
|
|
12
|
-
interface DialogContentProps extends ComponentProps<typeof Dialog.Content> {
|
|
10
|
+
export declare function DialogTrigger(props: ComponentProps<typeof Dialog.Trigger>): import("react").JSX.Element;
|
|
11
|
+
export declare function DialogClose(props: ComponentProps<typeof Dialog.Close>): import("react").JSX.Element;
|
|
12
|
+
export interface DialogContentProps extends ComponentProps<typeof Dialog.Content> {
|
|
13
13
|
/** Width preset; `className` may still override. */
|
|
14
14
|
width?: 'sm' | 'md' | 'lg';
|
|
15
15
|
}
|
|
16
|
-
declare function DialogContent({ className, children, width, ...props }: DialogContentProps): import("react").JSX.Element;
|
|
17
|
-
interface DialogHeaderProps extends ComponentProps<'div'> {
|
|
16
|
+
export declare function DialogContent({ className, children, width, ...props }: DialogContentProps): import("react").JSX.Element;
|
|
17
|
+
export interface DialogHeaderProps extends ComponentProps<'div'> {
|
|
18
18
|
/**
|
|
19
19
|
* Show the close control at the right of the strip. Off by default: most
|
|
20
20
|
* headers already put something there (a spinner, a method label) and every
|
|
@@ -25,15 +25,15 @@ interface DialogHeaderProps extends ComponentProps<'div'> {
|
|
|
25
25
|
/** What the close control announces. */
|
|
26
26
|
closeLabel?: string;
|
|
27
27
|
}
|
|
28
|
-
declare function DialogHeader({ className, dismissible, closeLabel, children, ...props }: DialogHeaderProps): import("react").JSX.Element;
|
|
29
|
-
declare function DialogTitle({ className, ...props }: ComponentProps<typeof Dialog.Title>): import("react").JSX.Element;
|
|
30
|
-
declare function DialogDescription({ className, ...props }: ComponentProps<typeof Dialog.Description>): import("react").JSX.Element;
|
|
31
|
-
declare function DialogBody({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
32
|
-
declare const dialogFooterVariants: (props?: ({
|
|
28
|
+
export declare function DialogHeader({ className, dismissible, closeLabel, children, ...props }: DialogHeaderProps): import("react").JSX.Element;
|
|
29
|
+
export declare function DialogTitle({ className, ...props }: ComponentProps<typeof Dialog.Title>): import("react").JSX.Element;
|
|
30
|
+
export declare function DialogDescription({ className, ...props }: ComponentProps<typeof Dialog.Description>): import("react").JSX.Element;
|
|
31
|
+
export declare function DialogBody({ className, ...props }: ComponentProps<'div'>): import("react").JSX.Element;
|
|
32
|
+
export declare const dialogFooterVariants: (props?: ({
|
|
33
33
|
variant?: "bar" | "plain" | null | undefined;
|
|
34
34
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
35
|
-
interface DialogFooterProps extends ComponentProps<'div'>, VariantProps<typeof dialogFooterVariants> {}
|
|
36
|
-
declare function DialogFooter({ className, variant, ...props }: DialogFooterProps): import("react").JSX.Element;
|
|
35
|
+
export interface DialogFooterProps extends ComponentProps<'div'>, VariantProps<typeof dialogFooterVariants> {}
|
|
36
|
+
export declare function DialogFooter({ className, variant, ...props }: DialogFooterProps): import("react").JSX.Element;
|
|
37
37
|
//#endregion
|
|
38
|
-
export { Dialog$1 as Dialog
|
|
38
|
+
export { Dialog$1 as Dialog };
|
|
39
39
|
//# sourceMappingURL=Dialog.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.cts","names":[],"sources":["../../src/components/Dialog.tsx"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"Dialog.d.cts","names":[],"sources":["../../src/components/Dialog.tsx"],"mappings":";;;;;;;;iBAYgB,SAAO,OAAO,sBAAsB,OAAgB,wBAAK,IAAA;wBASzD,cAAc,OAAO,sBAAsB,OAAgB,2BAAQ,IAAA;wBAQnE,YAAY,OAAO,sBAAsB,OAAgB,yBAAM,IAAA;iBA+B9D,2BAA2B,sBAAsB,OAAgB;;EAEhF;;wBAKc,gBAAgB,WAAW,UAAU,UAAiB,SAAS,qCAAkB,IAAA;iBAmBhF,0BAA0B;;;;;;;EAOzC;;EAEA;;wBAGc,eACd,WACA,aACA,YACA,aACG,SACF,oCAAiB,IAAA;wBAsBJ,cAAc,cAAc,SAAS,sBAAsB,OAAgB,yBAAM,IAAA;wBAUjF,oBAAoB,cAAc,SAAS,sBAAsB,OAAgB,+BAAY,IAAA;wBAU7F,aAAa,cAAc,SAAS,wCAAqB,IAAA;qBAU5D,uBAAoB;;6CAc/B;iBAEe,0BAA0B,uBAAuB,oBAAoB;wBAEtE,eAAe,WAAW,YAAY,SAAS,oCAAiB,IAAA"}
|
|
@@ -2,15 +2,14 @@ import { DotTone as DotTone$1 } from "../types/tone.cjs";
|
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
//#region src/components/Dot.d.ts
|
|
5
|
-
declare const dotVariants: (props?: ({
|
|
5
|
+
export declare const dotVariants: (props?: ({
|
|
6
6
|
tone?: "blue" | "cyan" | "green" | "magenta" | "muted" | "neutral" | "orange" | "red" | "teal" | "violet" | "yellow" | null | undefined;
|
|
7
7
|
size?: "lg" | "md" | "sm" | "xs" | null | undefined;
|
|
8
8
|
pulse?: boolean | null | undefined;
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
10
|
-
type DotTone = DotTone$1;
|
|
11
|
-
interface DotProps extends ComponentProps<'span'>, VariantProps<typeof dotVariants> {}
|
|
10
|
+
export type DotTone = DotTone$1;
|
|
11
|
+
export interface DotProps extends ComponentProps<'span'>, VariantProps<typeof dotVariants> {}
|
|
12
12
|
/** The status dot: a colour and, while something is live, a pulse. */
|
|
13
|
-
declare function Dot({ className, tone, size, pulse, ...props }: DotProps): import("react").JSX.Element;
|
|
13
|
+
export declare function Dot({ className, tone, size, pulse, ...props }: DotProps): import("react").JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
|
-
export { Dot, DotProps, DotTone, dotVariants };
|
|
16
15
|
//# sourceMappingURL=Dot.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dot.d.cts","names":[],"sources":["../../src/components/Dot.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"Dot.d.cts","names":[],"sources":["../../src/components/Dot.tsx"],"mappings":";;;;qBAKa,cAAW;;;;6CA2BtB;YAEU,UAAU;iBAEL,iBAAiB,wBAAwB,oBAAoB;;wBAG9D,MAAM,WAAW,MAAM,MAAM,UAAU,SAAS,2BAAQ,IAAA"}
|
|
@@ -4,31 +4,31 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/DropdownMenu.d.ts
|
|
5
5
|
/** shadcn's DropdownMenu on Radix: roving focus, typeahead, outside click, Escape. */
|
|
6
6
|
declare function DropdownMenu$1(props: ComponentProps<typeof DropdownMenu.Root>): import("react").JSX.Element;
|
|
7
|
-
declare function DropdownMenuTrigger(props: ComponentProps<typeof DropdownMenu.Trigger>): import("react").JSX.Element;
|
|
7
|
+
export declare function DropdownMenuTrigger(props: ComponentProps<typeof DropdownMenu.Trigger>): import("react").JSX.Element;
|
|
8
8
|
/** A run of items under one label, so the separator between groups is structural. */
|
|
9
|
-
declare function DropdownMenuGroup(props: ComponentProps<typeof DropdownMenu.Group>): import("react").JSX.Element;
|
|
10
|
-
declare function DropdownMenuContent({ className, align, sideOffset, ...props }: ComponentProps<typeof DropdownMenu.Content>): import("react").JSX.Element;
|
|
11
|
-
declare const dropdownMenuItemVariants: (props?: ({
|
|
9
|
+
export declare function DropdownMenuGroup(props: ComponentProps<typeof DropdownMenu.Group>): import("react").JSX.Element;
|
|
10
|
+
export declare function DropdownMenuContent({ className, align, sideOffset, ...props }: ComponentProps<typeof DropdownMenu.Content>): import("react").JSX.Element;
|
|
11
|
+
export declare const dropdownMenuItemVariants: (props?: ({
|
|
12
12
|
variant?: "default" | "destructive" | null | undefined;
|
|
13
13
|
indented?: boolean | null | undefined;
|
|
14
14
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
15
|
-
interface DropdownMenuItemProps extends ComponentProps<typeof DropdownMenu.Item>, VariantProps<typeof dropdownMenuItemVariants> {}
|
|
16
|
-
declare function DropdownMenuItem({ className, variant, indented, ...props }: DropdownMenuItemProps): import("react").JSX.Element;
|
|
17
|
-
interface DropdownMenuCheckboxItemProps extends ComponentProps<typeof DropdownMenu.CheckboxItem>, VariantProps<typeof dropdownMenuItemVariants> {}
|
|
15
|
+
export interface DropdownMenuItemProps extends ComponentProps<typeof DropdownMenu.Item>, VariantProps<typeof dropdownMenuItemVariants> {}
|
|
16
|
+
export declare function DropdownMenuItem({ className, variant, indented, ...props }: DropdownMenuItemProps): import("react").JSX.Element;
|
|
17
|
+
export interface DropdownMenuCheckboxItemProps extends ComponentProps<typeof DropdownMenu.CheckboxItem>, VariantProps<typeof dropdownMenuItemVariants> {}
|
|
18
18
|
/** A row that toggles: the check lives in the gutter so the label never shifts. */
|
|
19
|
-
declare function DropdownMenuCheckboxItem({ className, variant, children, ...props }: DropdownMenuCheckboxItemProps): import("react").JSX.Element;
|
|
19
|
+
export declare function DropdownMenuCheckboxItem({ className, variant, children, ...props }: DropdownMenuCheckboxItemProps): import("react").JSX.Element;
|
|
20
20
|
/** The exclusive-choice group; pair it with DropdownMenuRadioItem. */
|
|
21
|
-
declare function DropdownMenuRadioGroup(props: ComponentProps<typeof DropdownMenu.RadioGroup>): import("react").JSX.Element;
|
|
22
|
-
interface DropdownMenuRadioItemProps extends ComponentProps<typeof DropdownMenu.RadioItem>, VariantProps<typeof dropdownMenuItemVariants> {}
|
|
23
|
-
declare function DropdownMenuRadioItem({ className, variant, children, ...props }: DropdownMenuRadioItemProps): import("react").JSX.Element;
|
|
24
|
-
declare function DropdownMenuSub(props: ComponentProps<typeof DropdownMenu.Sub>): import("react").JSX.Element;
|
|
21
|
+
export declare function DropdownMenuRadioGroup(props: ComponentProps<typeof DropdownMenu.RadioGroup>): import("react").JSX.Element;
|
|
22
|
+
export interface DropdownMenuRadioItemProps extends ComponentProps<typeof DropdownMenu.RadioItem>, VariantProps<typeof dropdownMenuItemVariants> {}
|
|
23
|
+
export declare function DropdownMenuRadioItem({ className, variant, children, ...props }: DropdownMenuRadioItemProps): import("react").JSX.Element;
|
|
24
|
+
export declare function DropdownMenuSub(props: ComponentProps<typeof DropdownMenu.Sub>): import("react").JSX.Element;
|
|
25
25
|
/** The row that opens a submenu; the chevron is part of the row, not the caller's job. */
|
|
26
|
-
declare function DropdownMenuSubTrigger({ className, children, ...props }: ComponentProps<typeof DropdownMenu.SubTrigger>): import("react").JSX.Element;
|
|
27
|
-
declare function DropdownMenuSubContent({ className, sideOffset, ...props }: ComponentProps<typeof DropdownMenu.SubContent>): import("react").JSX.Element;
|
|
28
|
-
declare function DropdownMenuLabel({ className, ...props }: ComponentProps<typeof DropdownMenu.Label>): import("react").JSX.Element;
|
|
26
|
+
export declare function DropdownMenuSubTrigger({ className, children, ...props }: ComponentProps<typeof DropdownMenu.SubTrigger>): import("react").JSX.Element;
|
|
27
|
+
export declare function DropdownMenuSubContent({ className, sideOffset, ...props }: ComponentProps<typeof DropdownMenu.SubContent>): import("react").JSX.Element;
|
|
28
|
+
export declare function DropdownMenuLabel({ className, ...props }: ComponentProps<typeof DropdownMenu.Label>): import("react").JSX.Element;
|
|
29
29
|
/** The keystroke printed at the right of a row; the row supplies the gap. */
|
|
30
|
-
declare function DropdownMenuShortcut({ className, ...props }: ComponentProps<'span'>): import("react").JSX.Element;
|
|
31
|
-
declare function DropdownMenuSeparator({ className, ...props }: ComponentProps<typeof DropdownMenu.Separator>): import("react").JSX.Element;
|
|
30
|
+
export declare function DropdownMenuShortcut({ className, ...props }: ComponentProps<'span'>): import("react").JSX.Element;
|
|
31
|
+
export declare function DropdownMenuSeparator({ className, ...props }: ComponentProps<typeof DropdownMenu.Separator>): import("react").JSX.Element;
|
|
32
32
|
//#endregion
|
|
33
|
-
export { DropdownMenu$1 as DropdownMenu
|
|
33
|
+
export { DropdownMenu$1 as DropdownMenu };
|
|
34
34
|
//# sourceMappingURL=DropdownMenu.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.cts","names":[],"sources":["../../src/components/DropdownMenu.tsx"],"mappings":";;;;;iBAOgB,eAAa,OAAO,sBAAsB,aAAsB,wBAAK,IAAA;
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.cts","names":[],"sources":["../../src/components/DropdownMenu.tsx"],"mappings":";;;;;iBAOgB,eAAa,OAAO,sBAAsB,aAAsB,wBAAK,IAAA;wBAIrE,oBAAoB,OAAO,sBAAsB,aAAsB,2BAAQ,IAAA;;wBAK/E,kBAAkB,OAAO,sBAAsB,aAAsB,yBAAM,IAAA;wBAQ3E,sBACd,WACA,OACA,eACG,SACF,sBAAsB,aAAsB,2BAAQ,IAAA;qBAc1C,2BAAwB;;;6CAapC;iBAEgB,8BACP,sBAAsB,aAAsB,OAAO,oBAAoB;wBAEjE,mBAAmB,WAAW,SAAS,aAAa,SAAS,wCAAqB,IAAA;iBAoBjF,sCACP,sBAAsB,aAAsB,eAAe,oBAAoB;;wBAGzE,2BAA2B,WAAW,SAAS,aAAa,SAAS,gDAA6B,IAAA;;wBAgBlG,uBAAuB,OAAO,sBAAsB,aAAsB,8BAAW,IAAA;iBAIpF,mCACP,sBAAsB,aAAsB,YAAY,oBAAoB;wBAEtE,wBAAwB,WAAW,SAAS,aAAa,SAAS,6CAA0B,IAAA;wBAe5F,gBAAgB,OAAO,sBAAsB,aAAsB,uBAAI,IAAA;;wBAKvE,yBACd,WACA,aACG,SACF,sBAAsB,aAAsB,8BAAW,IAAA;wBAa1C,yBACd,WACA,eACG,SACF,sBAAsB,aAAsB,8BAAW,IAAA;wBAa1C,oBAAoB,cAAc,SAAS,sBAAsB,aAAsB,yBAAM,IAAA;;wBAW7F,uBAAuB,cAAc,SAAS,yCAAsB,IAAA;wBAUpE,wBAAwB,cAAc,SAAS,sBAAsB,aAAsB,6BAAU,IAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentProps, ReactNode } from "react";
|
|
2
2
|
//#region src/components/EmptyState.d.ts
|
|
3
|
-
interface EmptyStateProps extends Omit<ComponentProps<'div'>, 'title'> {
|
|
3
|
+
export interface EmptyStateProps extends Omit<ComponentProps<'div'>, 'title'> {
|
|
4
4
|
title: ReactNode;
|
|
5
5
|
description?: ReactNode;
|
|
6
6
|
/** Optional calls to action under the copy. */
|
|
@@ -12,7 +12,6 @@ interface EmptyStateProps extends Omit<ComponentProps<'div'>, 'title'> {
|
|
|
12
12
|
asChild?: boolean;
|
|
13
13
|
}
|
|
14
14
|
/** The centred "nothing here yet" card every empty panel shares. */
|
|
15
|
-
declare function EmptyState({ title, description, children, className, asChild, ...props }: EmptyStateProps): import("react").JSX.Element;
|
|
15
|
+
export declare function EmptyState({ title, description, children, className, asChild, ...props }: EmptyStateProps): import("react").JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { EmptyState, EmptyStateProps };
|
|
18
17
|
//# sourceMappingURL=EmptyState.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmptyState.d.cts","names":[],"sources":["../../src/components/EmptyState.tsx"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"EmptyState.d.cts","names":[],"sources":["../../src/components/EmptyState.tsx"],"mappings":";;iBAIiB,wBAAwB,KAAK;EAC5C,OAAO;EACP,cAAc;;EAEd,WAAW;;;;;EAKX;;;wBAIc,aAAa,OAAO,aAAa,UAAU,WAAW,YAAoB,SAAS,kCAAe,IAAA"}
|
|
@@ -11,14 +11,13 @@ import { ComponentProps } from "react";
|
|
|
11
11
|
* arrives a frame or two late and never blocks the text: an unhighlighted body
|
|
12
12
|
* is the same body without the colours.
|
|
13
13
|
*/
|
|
14
|
-
interface HashlineLinesProps extends ComponentProps<'div'> {
|
|
14
|
+
export interface HashlineLinesProps extends ComponentProps<'div'> {
|
|
15
15
|
lines: readonly PresentedLine[];
|
|
16
16
|
/** Width of the line-number column, in characters, from `hashlineBody`. */
|
|
17
17
|
gutter: number;
|
|
18
18
|
/** The file a body of bare anchored lines came from, for highlighting. */
|
|
19
19
|
path?: string | undefined;
|
|
20
20
|
}
|
|
21
|
-
declare function HashlineLines({ className, lines, gutter, path, ...props }: HashlineLinesProps): import("react").JSX.Element;
|
|
21
|
+
export declare function HashlineLines({ className, lines, gutter, path, ...props }: HashlineLinesProps): import("react").JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
|
-
export { HashlineLines, HashlineLinesProps };
|
|
24
23
|
//# sourceMappingURL=HashlineLines.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HashlineLines.d.cts","names":[],"sources":["../../src/components/HashlineLines.tsx"],"mappings":";;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"HashlineLines.d.cts","names":[],"sources":["../../src/components/HashlineLines.tsx"],"mappings":";;;;;;;;;;;;;iBAiBiB,2BAA2B;EAC1C,gBAAgB;;EAEhB;;EAEA;;wBA4Cc,gBAAgB,WAAW,OAAO,QAAQ,SAAS,SAAS,qCAAkB,IAAA"}
|
|
@@ -6,15 +6,14 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
* same form agree on their well, their type ramp, and their invalid state.
|
|
7
7
|
* Textarea builds on it rather than restating it.
|
|
8
8
|
*/
|
|
9
|
-
declare const fieldVariants: (props?: ({
|
|
9
|
+
export declare const fieldVariants: (props?: ({
|
|
10
10
|
variant?: "bare" | "default" | null | undefined;
|
|
11
11
|
size?: "lg" | "md" | "sm" | "xs" | null | undefined;
|
|
12
12
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
13
|
-
type FieldVariant = NonNullable<VariantProps<typeof fieldVariants>['variant']>;
|
|
14
|
-
type FieldSize = NonNullable<VariantProps<typeof fieldVariants>['size']>;
|
|
15
|
-
interface InputProps extends Omit<ComponentProps<'input'>, 'size'>, VariantProps<typeof fieldVariants> {}
|
|
13
|
+
export type FieldVariant = NonNullable<VariantProps<typeof fieldVariants>['variant']>;
|
|
14
|
+
export type FieldSize = NonNullable<VariantProps<typeof fieldVariants>['size']>;
|
|
15
|
+
export interface InputProps extends Omit<ComponentProps<'input'>, 'size'>, VariantProps<typeof fieldVariants> {}
|
|
16
16
|
/** The one text field: deep well, quiet border, accent border on focus, red edge when invalid. */
|
|
17
|
-
declare function Input({ className, type, variant, size, ...props }: InputProps): import("react").JSX.Element;
|
|
17
|
+
export declare function Input({ className, type, variant, size, ...props }: InputProps): import("react").JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
|
-
export { FieldSize, FieldVariant, Input, InputProps, fieldVariants };
|
|
20
19
|
//# sourceMappingURL=Input.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.cts","names":[],"sources":["../../src/components/Input.tsx"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"Input.d.cts","names":[],"sources":["../../src/components/Input.tsx"],"mappings":";;;;;;;;qBASa,gBAAa;;;6CAwBzB;YAEW,eAAe,YAAY,oBAAoB;YAC/C,YAAY,YAAY,oBAAoB;iBAEvC,mBAAmB,KAAK,kCAAkC,oBAAoB;;wBAG/E,QAAQ,WAAW,MAAM,SAAS,SAAS,SAAS,6BAAU,IAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
2
|
//#region src/components/Kbd.d.ts
|
|
3
3
|
/** A key or key path, drawn as the leader hints draw them. */
|
|
4
|
-
declare function Kbd({ className, ...props }: ComponentProps<'kbd'>): import("react").JSX.Element;
|
|
4
|
+
export declare function Kbd({ className, ...props }: ComponentProps<'kbd'>): import("react").JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
|
-
export { Kbd };
|
|
7
6
|
//# sourceMappingURL=Kbd.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Kbd.d.cts","names":[],"sources":["../../src/components/Kbd.tsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Kbd.d.cts","names":[],"sources":["../../src/components/Kbd.tsx"],"mappings":";;;wBAIgB,MAAM,cAAc,SAAS,wCAAqB,IAAA"}
|
|
@@ -7,12 +7,11 @@
|
|
|
7
7
|
* command. The caller decides what counts, because only it knows which files
|
|
8
8
|
* the session has.
|
|
9
9
|
*/
|
|
10
|
-
type FileLinkHandler = (text: string) => (() => void) | undefined;
|
|
10
|
+
export type FileLinkHandler = (text: string, explicit?: boolean) => (() => void) | undefined;
|
|
11
11
|
/** GitHub-flavored Markdown using the cockpit's safe, shared presentation. */
|
|
12
|
-
declare function Markdown({ text, onFileLink }: {
|
|
12
|
+
export declare function Markdown({ text, onFileLink }: {
|
|
13
13
|
text: string;
|
|
14
14
|
onFileLink?: FileLinkHandler;
|
|
15
15
|
}): import("react").JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { FileLinkHandler, Markdown };
|
|
18
17
|
//# sourceMappingURL=Markdown.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Markdown.d.cts","names":[],"sources":["../../src/components/Markdown.tsx"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Markdown.d.cts","names":[],"sources":["../../src/components/Markdown.tsx"],"mappings":";;;;;;;;;YAiBY,mBAAmB,cAAc;;wBAiI7B,WAAW,MAAM;EAAgB;EAAc,aAAa;oBAAiB,IAAA"}
|
|
@@ -10,35 +10,36 @@ import { PdfPreviewController } from "./PdfPreview.cjs";
|
|
|
10
10
|
* turned into HTML is a different document, and offering to edit that one
|
|
11
11
|
* would be offering to overwrite the real one with it.
|
|
12
12
|
*/
|
|
13
|
-
interface MediaPlaybackState {
|
|
13
|
+
export interface MediaPlaybackState {
|
|
14
14
|
playing: boolean;
|
|
15
15
|
currentTime: number;
|
|
16
16
|
duration: number;
|
|
17
17
|
}
|
|
18
|
-
interface MediaIntrinsicSize {
|
|
18
|
+
export interface MediaIntrinsicSize {
|
|
19
19
|
width: number;
|
|
20
20
|
height: number;
|
|
21
21
|
}
|
|
22
|
-
interface MediaFrameMetadata {
|
|
22
|
+
export interface MediaFrameMetadata {
|
|
23
23
|
mediaTime: number;
|
|
24
24
|
presentedFrames?: number;
|
|
25
25
|
}
|
|
26
|
-
interface MediaFrameCapture {
|
|
26
|
+
export interface MediaFrameCapture {
|
|
27
27
|
blob: Blob;
|
|
28
28
|
width: number;
|
|
29
29
|
height: number;
|
|
30
30
|
timeSeconds: number;
|
|
31
31
|
metadata?: MediaFrameMetadata;
|
|
32
32
|
}
|
|
33
|
-
interface MediaPreviewController {
|
|
33
|
+
export interface MediaPreviewController {
|
|
34
34
|
play: () => Promise<void>;
|
|
35
35
|
pause: () => void;
|
|
36
36
|
seek: (seconds: number) => void;
|
|
37
37
|
getState: () => MediaPlaybackState;
|
|
38
|
+
isFrameReady: () => boolean;
|
|
38
39
|
getIntrinsicSize: () => MediaIntrinsicSize | null;
|
|
39
40
|
captureFrame: (type?: 'image/png' | 'image/jpeg', quality?: number) => Promise<MediaFrameCapture | null>;
|
|
40
41
|
}
|
|
41
|
-
interface MediaPreviewProps {
|
|
42
|
+
export interface MediaPreviewProps {
|
|
42
43
|
/** Where the bytes are served from. */
|
|
43
44
|
src: string;
|
|
44
45
|
/** The file's path, used for the accessible name and the download name. */
|
|
@@ -46,6 +47,7 @@ interface MediaPreviewProps {
|
|
|
46
47
|
/** Overrides the kind inferred from the path, for a server that knows better. */
|
|
47
48
|
kind?: MediaKind;
|
|
48
49
|
className?: string;
|
|
50
|
+
videoControls?: boolean;
|
|
49
51
|
'data-testid'?: string;
|
|
50
52
|
/** Video-only controller. It is assigned while the video element is mounted. */
|
|
51
53
|
controllerRef?: import('react').Ref<MediaPreviewController>;
|
|
@@ -54,7 +56,6 @@ interface MediaPreviewProps {
|
|
|
54
56
|
/** Reports browser playback state changes for video previews. */
|
|
55
57
|
onPlaybackStateChange?: (state: MediaPlaybackState) => void;
|
|
56
58
|
}
|
|
57
|
-
declare function MediaPreview({ src, path, kind, className, controllerRef, pdfControllerRef, onPlaybackStateChange, 'data-testid': testId }: MediaPreviewProps): import("react").JSX.Element;
|
|
59
|
+
export declare function MediaPreview({ src, path, kind, className, controllerRef, pdfControllerRef, onPlaybackStateChange, videoControls, 'data-testid': testId }: MediaPreviewProps): import("react").JSX.Element;
|
|
58
60
|
//#endregion
|
|
59
|
-
export { MediaFrameCapture, MediaFrameMetadata, MediaIntrinsicSize, MediaPlaybackState, MediaPreview, MediaPreviewController, MediaPreviewProps };
|
|
60
61
|
//# sourceMappingURL=MediaPreview.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MediaPreview.d.cts","names":[],"sources":["../../src/components/MediaPreview.tsx"],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"MediaPreview.d.cts","names":[],"sources":["../../src/components/MediaPreview.tsx"],"mappings":";;;;;;;;;;;;iBAkBiB;EACf;EACA;EACA;;iBAGe;EACf;EACA;;iBAGe;EACf;EACA;;iBAGe;EACf,MAAM;EACN;EACA;EACA;EACA,WAAW;;iBAGI;EACf,YAAY;EACZ;EACA,OAAO;EACP,gBAAgB;EAChB;EACA,wBAAwB;EACxB,eAAe,mCAAmC,qBAAqB,QAAQ;;iBAGhE;;EAEf;;EAEA;;EAEA,OAAO;EACP;EACA;EACA;;EAEA,gCAAgC,IAAI;;EAEpC,mCAAmC,IAAI;;EAEvC,yBAAyB,OAAO;;wBA6IlB,eACd,KACA,MACA,MACA,WACA,eACA,kBACA,uBACA,8BACe,UACd,oCAAiB,IAAA"}
|