@mcp-b/react-components 0.36.0 → 0.38.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/{AgentActivity-SP1WfLDW.d.ts → AgentActivity-Cc_oDYum.d.ts} +1 -1
- package/dist/{CodeBlock-Bk4nn7l-.js → CodeBlock-DO4Hdu1R.js} +1 -1
- package/dist/{FileTree-4WP4Uc_m.js → FileTree-DbQMpvxV.js} +1 -1
- package/dist/Message-DBsHHhcM.d.ts +228 -0
- package/dist/{ThinkChat-ByR-QT_D.js → ThinkChat-DkA4Wr71.js} +9 -4
- package/dist/{ThinkChatActivity-Dkmm2pIj.d.ts → ThinkChatActivity-D6-_5Phw.d.ts} +1 -1
- package/dist/{ThinkChatActivitySummary-teRjrPxW.d.ts → ThinkChatActivitySummary-BtBQgMg6.d.ts} +1 -1
- package/dist/{ToggleGroup-BrQZOQn_.d.ts → ToggleGroup-_pQMyHGM.d.ts} +1 -1
- package/dist/{WorkspaceFileView-DTHJLKW_.js → WorkspaceFileView-DeGzWwhK.js} +5 -5
- package/dist/{WorkspaceLink-DQogVe8E.d.ts → WorkspaceLink-Bh9-Jo1r.d.ts} +1 -1
- package/dist/{WorkspaceLink-DZeLe_jN.js → WorkspaceLink-DtH66bAY.js} +4 -3
- package/dist/{WorkspaceMessageResponse-BWbkIELl.js → WorkspaceMessageResponse-CJCmGvTx.js} +64 -7
- package/dist/WorkspaceMessageResponse-Cy28WGSz.d.ts +24 -0
- package/dist/components/agents-sdk/AgentActivity.d.ts +1 -1
- package/dist/components/agents-sdk/AgentActivity.js +1 -1
- package/dist/components/agents-sdk/AgentActivityPreview.d.ts +2 -2
- package/dist/components/agents-sdk/AgentActivityPreview.js +3 -3
- package/dist/components/agents-sdk/AgentChat.js +9 -9
- package/dist/components/agents-sdk/BrowserLiveView.js +2 -2
- package/dist/components/agents-sdk/BrowserReplay.js +1 -1
- package/dist/components/agents-sdk/BrowserRunPanel.js +2 -2
- package/dist/components/agents-sdk/McpConnectionRequest.js +2 -2
- package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
- package/dist/components/agents-sdk/McpPluginCatalog.js +4 -4
- package/dist/components/agents-sdk/McpServerPicker.js +2 -2
- package/dist/components/agents-sdk/ModelSelector.js +3 -3
- package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
- package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
- package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
- package/dist/components/agents-sdk/SubagentRunSelector.js +2 -2
- package/dist/components/agents-sdk/ThinkChat.d.ts +5 -2
- package/dist/components/agents-sdk/ThinkChat.js +1 -1
- package/dist/components/agents-sdk/ThinkChatActivity.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkChatActivity.js +1 -1
- package/dist/components/agents-sdk/ThinkChatActivitySummary.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkChatToolPanels.js +2 -2
- package/dist/components/agents-sdk/ThinkExecutionDetail.js +1 -1
- package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
- package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +4 -4
- package/dist/components/agents-sdk/ThinkFullApp.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkFullApp.js +6 -6
- package/dist/components/agents-sdk/ThinkFullAppViewSwitch.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkFullAppViewSwitch.js +1 -1
- package/dist/components/agents-sdk/ThinkRecoveryNotice.js +1 -1
- package/dist/components/agents-sdk/ThinkRoutineBrowser.js +2 -2
- package/dist/components/agents-sdk/ThinkRoutineDetail.js +1 -1
- package/dist/components/agents-sdk/ThinkRoutineForm.js +2 -2
- package/dist/components/agents-sdk/ThinkRoutineLibrary.js +4 -4
- package/dist/components/agents-sdk/ThinkRoutineRuns.js +2 -2
- package/dist/components/agents-sdk/ThinkThreadPicker.js +4 -4
- package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
- package/dist/components/agents-sdk/WorkspaceExplorer.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceExplorer.js +2 -2
- package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
- package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
- package/dist/components/agents-sdk/WorkspaceLink.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceLink.js +1 -1
- package/dist/components/agents-sdk/WorkspaceMessageResponse.d.ts +2 -12
- package/dist/components/agents-sdk/WorkspaceMessageResponse.js +1 -1
- package/dist/components/agents-sdk/WorkspaceMountManager.js +2 -2
- package/dist/components/ai-sdk/Activity.js +1 -1
- package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
- package/dist/components/ai-sdk/Approval.js +2 -2
- package/dist/components/ai-sdk/Artifact.d.ts +44 -1
- package/dist/components/ai-sdk/Artifact.js +79 -3
- package/dist/components/ai-sdk/ChainOfThought.js +1 -1
- package/dist/components/ai-sdk/Checkpoint.js +1 -1
- package/dist/components/ai-sdk/CodeBlock.js +1 -1
- package/dist/components/ai-sdk/Conversation.js +1 -1
- package/dist/components/ai-sdk/Goal.js +1 -1
- package/dist/components/ai-sdk/InlineCitation.js +1 -1
- package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
- package/dist/components/ai-sdk/Message.d.ts +1 -227
- package/dist/components/ai-sdk/Message.js +1 -1
- package/dist/components/ai-sdk/MessageScroller.js +1 -1
- package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -1
- package/dist/components/ai-sdk/Plan.js +1 -1
- package/dist/components/ai-sdk/PromptInput.js +3 -3
- package/dist/components/ai-sdk/Queue.js +1 -1
- package/dist/components/ai-sdk/Reasoning.js +1 -1
- package/dist/components/ai-sdk/Sources.js +1 -1
- package/dist/components/ai-sdk/Task.js +1 -1
- package/dist/components/extension/ChatGptSignInScreen.js +1 -1
- package/dist/components/extension/CodexModelSelector.js +2 -2
- package/dist/components/extension/ConversationTabPicker.js +3 -3
- package/dist/components/foundations/Card.d.ts +3 -3
- package/dist/components/foundations/Card.js +3 -3
- package/dist/components/foundations/Checkbox.js +1 -1
- package/dist/components/foundations/Collapsible.js +1 -1
- package/dist/components/foundations/ContextMenu.js +1 -1
- package/dist/components/foundations/Menubar.js +1 -1
- package/dist/components/foundations/SearchField.js +1 -1
- package/dist/components/foundations/Select.js +1 -1
- package/dist/components/foundations/Stepper.js +1 -1
- package/dist/components/foundations/Toast.js +1 -1
- package/dist/components/foundations/ToggleGroup.d.ts +1 -1
- package/dist/components/foundations/ToggleGroup.js +1 -1
- package/dist/components/foundations/icons.js +1 -1
- package/dist/components/general-purpose/Commit.js +3 -3
- package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
- package/dist/components/general-purpose/FileTree.js +1 -1
- package/dist/components/general-purpose/PricingBillingToggle.js +1 -1
- package/dist/components/general-purpose/PricingPlanCard.js +2 -2
- package/dist/components/general-purpose/PricingUsageCalculator.js +2 -2
- package/dist/components/general-purpose/ResponsiveSidebarShell.js +1 -1
- package/dist/components/general-purpose/SettingsFormDialog.js +2 -2
- package/dist/components/general-purpose/SetupChecklist.js +1 -1
- package/dist/components/general-purpose/Terminal.js +2 -2
- package/dist/components/general-purpose/TestResults.js +1 -1
- package/dist/components/general-purpose/ThemeModeControl.js +1 -1
- package/dist/components/general-purpose/WebPreview.js +1 -1
- package/dist/components/nanites/AgentConnection.js +2 -2
- package/dist/components/nanites/AgentToolDetail.js +4 -4
- package/dist/{copy-button-CsNSSKYG.js → copy-button-4YvddK4e.js} +1 -1
- package/dist/styles/artifact.css +65 -0
- package/package.json +3 -3
- package/dist/{icons-B1Qw05te.js → icons-B4mGvCvc.js} +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { J as SpinnerIcon, d as CheckIcon, m as ChevronRightIcon, v as DotIcon } from "../../icons-B1Qw05te.js";
|
|
3
2
|
import { Collapsible } from "../foundations/Collapsible.js";
|
|
3
|
+
import { J as SpinnerIcon, d as CheckIcon, m as ChevronRightIcon, v as DotIcon } from "../../icons-B4mGvCvc.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/ai-sdk/ChainOfThought.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { s as BookmarkIcon } from "../../icons-
|
|
2
|
+
import { s as BookmarkIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Marker, MarkerIcon } from "../foundations/Marker.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as CodeBlockCopyButton, c as CodeBlockLanguageSelector, d as CodeBlockLanguageSelectorTrigger, f as CodeBlockLanguageSelectorValue, i as CodeBlockContent, l as CodeBlockLanguageSelectorContent, m as CODE_BLOCK_LANGUAGES, n as CodeBlockActions, o as CodeBlockFilename, p as CodeBlockTitle, r as CodeBlockContainer, s as CodeBlockHeader, t as CodeBlock, u as CodeBlockLanguageSelectorItem } from "../../CodeBlock-
|
|
1
|
+
import { a as CodeBlockCopyButton, c as CodeBlockLanguageSelector, d as CodeBlockLanguageSelectorTrigger, f as CodeBlockLanguageSelectorValue, i as CodeBlockContent, l as CodeBlockLanguageSelectorContent, m as CODE_BLOCK_LANGUAGES, n as CodeBlockActions, o as CodeBlockFilename, p as CodeBlockTitle, r as CodeBlockContainer, s as CodeBlockHeader, t as CodeBlock, u as CodeBlockLanguageSelectorItem } from "../../CodeBlock-DO4Hdu1R.js";
|
|
2
2
|
export { CODE_BLOCK_LANGUAGES, CodeBlock, CodeBlockActions, CodeBlockContainer, CodeBlockContent, CodeBlockCopyButton, CodeBlockFilename, CodeBlockHeader, CodeBlockLanguageSelector, CodeBlockLanguageSelectorContent, CodeBlockLanguageSelectorItem, CodeBlockLanguageSelectorTrigger, CodeBlockLanguageSelectorValue, CodeBlockTitle };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { n as ArrowDownIcon, y as DownloadIcon } from "../../icons-
|
|
2
|
+
import { n as ArrowDownIcon, y as DownloadIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { IconButton } from "../foundations/IconButton.js";
|
|
4
4
|
import { t as assignRef } from "../../merge-refs-DF_7w2x_.js";
|
|
5
5
|
import { MessageScroller, MessageScrollerButton, MessageScrollerContent, MessageScrollerItem, MessageScrollerProvider, MessageScrollerViewport } from "./MessageScroller.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { Q as TargetIcon, V as PlayIcon, et as TrashIcon, z as PauseIcon } from "../../icons-
|
|
2
|
+
import { Q as TargetIcon, V as PlayIcon, et as TrashIcon, z as PauseIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { IconButton } from "../foundations/IconButton.js";
|
|
4
4
|
import { i as formatErrorMessage } from "../../format-DB2mX9DA.js";
|
|
5
5
|
import * as React from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { Popover } from "../foundations/Popover.js";
|
|
3
2
|
import { PreviewCard } from "../foundations/PreviewCard.js";
|
|
3
|
+
import { Popover } from "../foundations/Popover.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/ai-sdk/InlineCitation.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { V as PlayIcon } from "../../icons-
|
|
2
|
+
import { V as PlayIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
|
|
4
4
|
import { Card } from "../foundations/Card.js";
|
|
5
5
|
import * as React from "react";
|
|
@@ -1,228 +1,2 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
import { FileUIPart, UIMessage } from "ai";
|
|
4
|
-
import { StreamdownProps } from "streamdown";
|
|
5
|
-
|
|
6
|
-
//#region src/components/ai-sdk/Message.d.ts
|
|
7
|
-
type MessageRole = UIMessage["role"];
|
|
8
|
-
interface MessageProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
9
|
-
/**
|
|
10
|
-
* The originating role of the message. Controls alignment and styling via
|
|
11
|
-
* the `data-from` attribute (e.g. user messages align end).
|
|
12
|
-
*/
|
|
13
|
-
from?: MessageRole;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* A chat message row. Aligns and styles itself based on {@link from}.
|
|
17
|
-
* Adapted from Vercel AI Elements and restyled with Sigvelo CSS tokens.
|
|
18
|
-
*
|
|
19
|
-
* Compose with {@link MessageContent} for the bubble, {@link MessageActions}
|
|
20
|
-
* for toolbar actions, and {@link MessageBranch} for multi-version responses.
|
|
21
|
-
*
|
|
22
|
-
* @example
|
|
23
|
-
* ```tsx
|
|
24
|
-
* <Message from="assistant">
|
|
25
|
-
* <MessageContent>Hello there!</MessageContent>
|
|
26
|
-
* <MessageActions>
|
|
27
|
-
* <MessageAction label="Copy" tooltip="Copy to clipboard">
|
|
28
|
-
* <CopyIcon />
|
|
29
|
-
* </MessageAction>
|
|
30
|
-
* </MessageActions>
|
|
31
|
-
* </Message>
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @see {@link https://elements.ai-sdk.dev/components/message | AI Elements Message}
|
|
35
|
-
*/
|
|
36
|
-
declare function Message({
|
|
37
|
-
className,
|
|
38
|
-
from,
|
|
39
|
-
children,
|
|
40
|
-
ref,
|
|
41
|
-
...props
|
|
42
|
-
}: MessageProps & {
|
|
43
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
44
|
-
}): React.JSX.Element;
|
|
45
|
-
interface MessageContentProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
46
|
-
/**
|
|
47
|
-
* The visible bubble/body of a message. Styled differently based on the
|
|
48
|
-
* parent {@link Message}'s `from` attribute.
|
|
49
|
-
*/
|
|
50
|
-
declare function MessageContent({
|
|
51
|
-
className,
|
|
52
|
-
children,
|
|
53
|
-
ref,
|
|
54
|
-
...props
|
|
55
|
-
}: MessageContentProps & {
|
|
56
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
57
|
-
}): React.JSX.Element;
|
|
58
|
-
type MessageResponseProps = StreamdownProps;
|
|
59
|
-
declare const MessageResponse: React.MemoExoticComponent<({
|
|
60
|
-
className,
|
|
61
|
-
components,
|
|
62
|
-
...props
|
|
63
|
-
}: MessageResponseProps) => React.JSX.Element>;
|
|
64
|
-
interface MessageAttachmentProps extends Omit<React.HTMLAttributes<HTMLElement>, "color" | "part"> {
|
|
65
|
-
/** The AI SDK `file` part, taken whole. */
|
|
66
|
-
part: FileUIPart;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* A `file` part inside a message: images render inline (click to zoom),
|
|
70
|
-
* anything else becomes a download chip. Covers both directions — files the
|
|
71
|
-
* user attached and files the agent emitted.
|
|
72
|
-
*/
|
|
73
|
-
declare function MessageAttachment({
|
|
74
|
-
part,
|
|
75
|
-
className,
|
|
76
|
-
...props
|
|
77
|
-
}: MessageAttachmentProps): React.JSX.Element;
|
|
78
|
-
interface MessageActionsProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
79
|
-
/**
|
|
80
|
-
* Horizontal list of action buttons (copy, retry, thumbs-up, etc.) shown
|
|
81
|
-
* alongside or beneath a message.
|
|
82
|
-
*/
|
|
83
|
-
declare function MessageActions({
|
|
84
|
-
className,
|
|
85
|
-
children,
|
|
86
|
-
ref,
|
|
87
|
-
...props
|
|
88
|
-
}: MessageActionsProps & {
|
|
89
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
90
|
-
}): React.JSX.Element;
|
|
91
|
-
interface MessageActionProps extends Omit<IconButtonProps, "children"> {
|
|
92
|
-
children?: React.ReactNode;
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* A single icon button inside {@link MessageActions}. Always has an accessible
|
|
96
|
-
* name; shows a tooltip on hover/focus when {@link tooltip} is set.
|
|
97
|
-
*/
|
|
98
|
-
declare function MessageAction({
|
|
99
|
-
className,
|
|
100
|
-
label,
|
|
101
|
-
tooltip,
|
|
102
|
-
variant,
|
|
103
|
-
color,
|
|
104
|
-
size,
|
|
105
|
-
children,
|
|
106
|
-
ref,
|
|
107
|
-
...props
|
|
108
|
-
}: MessageActionProps & {
|
|
109
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
110
|
-
}): React.JSX.Element;
|
|
111
|
-
interface MessageToolbarProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
112
|
-
/**
|
|
113
|
-
* Horizontal container that places children in a row with space between —
|
|
114
|
-
* typically a {@link MessageBranchSelector} on one side and
|
|
115
|
-
* {@link MessageActions} on the other.
|
|
116
|
-
*/
|
|
117
|
-
declare function MessageToolbar({
|
|
118
|
-
className,
|
|
119
|
-
children,
|
|
120
|
-
ref,
|
|
121
|
-
...props
|
|
122
|
-
}: MessageToolbarProps & {
|
|
123
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
124
|
-
}): React.JSX.Element;
|
|
125
|
-
interface MessageBranchProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
126
|
-
/** Number of response branches rendered by MessageBranchContent. */
|
|
127
|
-
branchCount: number;
|
|
128
|
-
/** Zero-based index of the initially selected branch. */
|
|
129
|
-
defaultBranch?: number;
|
|
130
|
-
/** Controlled branch index. */
|
|
131
|
-
branch?: number;
|
|
132
|
-
/** Called when the selected branch changes. */
|
|
133
|
-
onBranchChange?: (branchIndex: number) => void;
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* Container for a message response with multiple versions. Tracks which
|
|
137
|
-
* branch is active and exposes navigation through {@link MessageBranchSelector},
|
|
138
|
-
* {@link MessageBranchPrevious}, {@link MessageBranchNext}, and {@link MessageBranchPage}.
|
|
139
|
-
*/
|
|
140
|
-
declare function MessageBranch({
|
|
141
|
-
className,
|
|
142
|
-
branchCount,
|
|
143
|
-
defaultBranch,
|
|
144
|
-
branch,
|
|
145
|
-
onBranchChange,
|
|
146
|
-
children,
|
|
147
|
-
ref,
|
|
148
|
-
...props
|
|
149
|
-
}: MessageBranchProps & {
|
|
150
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
151
|
-
}): React.JSX.Element;
|
|
152
|
-
interface MessageBranchContentProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
153
|
-
/**
|
|
154
|
-
* Renders only the active branch's child. Expects siblings to represent
|
|
155
|
-
* alternative versions of the same response.
|
|
156
|
-
*/
|
|
157
|
-
declare function MessageBranchContent({
|
|
158
|
-
className,
|
|
159
|
-
children,
|
|
160
|
-
ref,
|
|
161
|
-
...props
|
|
162
|
-
}: MessageBranchContentProps & {
|
|
163
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
164
|
-
}): React.JSX.Element;
|
|
165
|
-
interface MessageBranchSelectorProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
166
|
-
/**
|
|
167
|
-
* Inline group containing branch navigation controls (previous / page /
|
|
168
|
-
* next). Hidden automatically when there is only one branch.
|
|
169
|
-
*/
|
|
170
|
-
declare function MessageBranchSelector({
|
|
171
|
-
className,
|
|
172
|
-
children,
|
|
173
|
-
ref,
|
|
174
|
-
...props
|
|
175
|
-
}: MessageBranchSelectorProps & {
|
|
176
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
177
|
-
}): React.JSX.Element | null;
|
|
178
|
-
interface MessageBranchPreviousProps extends Omit<IconButtonProps, "children" | "label"> {
|
|
179
|
-
label?: string;
|
|
180
|
-
children?: React.ReactNode;
|
|
181
|
-
}
|
|
182
|
-
/** Button that selects the previous branch. Disabled at the first branch. */
|
|
183
|
-
declare function MessageBranchPrevious({
|
|
184
|
-
className,
|
|
185
|
-
label,
|
|
186
|
-
variant,
|
|
187
|
-
color,
|
|
188
|
-
size,
|
|
189
|
-
children,
|
|
190
|
-
onClick,
|
|
191
|
-
ref,
|
|
192
|
-
...props
|
|
193
|
-
}: MessageBranchPreviousProps & {
|
|
194
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
195
|
-
}): React.JSX.Element;
|
|
196
|
-
interface MessageBranchNextProps extends Omit<IconButtonProps, "children" | "label"> {
|
|
197
|
-
label?: string;
|
|
198
|
-
children?: React.ReactNode;
|
|
199
|
-
}
|
|
200
|
-
/** Button that selects the next branch. Disabled at the last branch. */
|
|
201
|
-
declare function MessageBranchNext({
|
|
202
|
-
className,
|
|
203
|
-
label,
|
|
204
|
-
variant,
|
|
205
|
-
color,
|
|
206
|
-
size,
|
|
207
|
-
children,
|
|
208
|
-
onClick,
|
|
209
|
-
ref,
|
|
210
|
-
...props
|
|
211
|
-
}: MessageBranchNextProps & {
|
|
212
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
213
|
-
}): React.JSX.Element;
|
|
214
|
-
interface MessageBranchPageProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
215
|
-
/** Customize the displayed text. Defaults to `{index} / {count}`. */
|
|
216
|
-
format?: (currentIndex: number, total: number) => React.ReactNode;
|
|
217
|
-
}
|
|
218
|
-
/** Page indicator (e.g. "1 / 3") for the current branch selection. */
|
|
219
|
-
declare function MessageBranchPage({
|
|
220
|
-
className,
|
|
221
|
-
format,
|
|
222
|
-
ref,
|
|
223
|
-
...props
|
|
224
|
-
}: MessageBranchPageProps & {
|
|
225
|
-
ref?: React.Ref<HTMLSpanElement>;
|
|
226
|
-
}): React.JSX.Element;
|
|
227
|
-
//#endregion
|
|
1
|
+
import { C as MessageResponse, D as MessageToolbarProps, E as MessageToolbar, S as MessageProps, T as MessageRole, _ as MessageBranchProps, a as MessageActionsProps, b as MessageContent, c as MessageBranch, d as MessageBranchNext, f as MessageBranchNextProps, g as MessageBranchPreviousProps, h as MessageBranchPrevious, i as MessageActions, l as MessageBranchContent, m as MessageBranchPageProps, n as MessageAction, o as MessageAttachment, p as MessageBranchPage, r as MessageActionProps, s as MessageAttachmentProps, t as Message, u as MessageBranchContentProps, v as MessageBranchSelector, w as MessageResponseProps, x as MessageContentProps, y as MessageBranchSelectorProps } from "../../Message-DBsHHhcM.js";
|
|
228
2
|
export { Message, MessageAction, MessageActionProps, MessageActions, MessageActionsProps, MessageAttachment, MessageAttachmentProps, MessageBranch, MessageBranchContent, MessageBranchContentProps, MessageBranchNext, MessageBranchNextProps, MessageBranchPage, MessageBranchPageProps, MessageBranchPrevious, MessageBranchPreviousProps, MessageBranchProps, MessageBranchSelector, MessageBranchSelectorProps, MessageContent, MessageContentProps, MessageProps, MessageResponse, MessageResponseProps, MessageRole, MessageToolbar, MessageToolbarProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { C as FileIcon, i as ArrowRightIcon, r as ArrowLeftIcon } from "../../icons-
|
|
2
|
+
import { C as FileIcon, i as ArrowRightIcon, r as ArrowLeftIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { IconButton } from "../foundations/IconButton.js";
|
|
5
5
|
import { t as AttachmentPreview } from "../../attachment-preview-1CXJvrmb.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { n as ArrowDownIcon } from "../../icons-
|
|
2
|
+
import { n as ArrowDownIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { t as messageScrollerContract } from "../../message-scroller-C8cplcQO.js";
|
|
5
5
|
import "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { n as ArrowDownIcon } from "../../icons-
|
|
2
|
+
import { n as ArrowDownIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { t as messageScrollerContract } from "../../message-scroller-C8cplcQO.js";
|
|
5
5
|
import * as React from "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { d as CheckIcon, i as ArrowRightIcon, v as DotIcon } from "../../icons-
|
|
2
|
+
import { d as CheckIcon, i as ArrowRightIcon, v as DotIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Popover } from "../foundations/Popover.js";
|
|
4
4
|
import { t as ProgressRing } from "../../progress-ring-BEocM1e3.js";
|
|
5
5
|
import * as React from "react";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { C as FileIcon, F as MonitorIcon, H as PlusIcon, J as SpinnerIcon, N as MicrophoneIcon, R as PaperclipIcon, X as StopIcon, Y as SquareIcon, a as ArrowUpIcon, d as CheckIcon, f as ChevronDownIcon, nt as WrenchIcon, rt as XIcon, tt as WarningIcon, w as FolderIcon } from "../../icons-
|
|
2
|
+
import { C as FileIcon, F as MonitorIcon, H as PlusIcon, J as SpinnerIcon, N as MicrophoneIcon, R as PaperclipIcon, X as StopIcon, Y as SquareIcon, a as ArrowUpIcon, d as CheckIcon, f as ChevronDownIcon, nt as WrenchIcon, rt as XIcon, tt as WarningIcon, w as FolderIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { Tooltip } from "../foundations/Tooltip.js";
|
|
5
5
|
import { IconButton } from "../foundations/IconButton.js";
|
|
6
|
-
import { t as AttachmentPreview } from "../../attachment-preview-1CXJvrmb.js";
|
|
7
|
-
import { i as formatErrorMessage, n as clamp, r as formatClock } from "../../format-DB2mX9DA.js";
|
|
8
6
|
import { Autocomplete } from "../foundations/Autocomplete.js";
|
|
9
7
|
import { Kbd } from "../foundations/Kbd.js";
|
|
10
8
|
import { Menu } from "../foundations/Menu.js";
|
|
11
9
|
import { PreviewCard } from "../foundations/PreviewCard.js";
|
|
12
10
|
import { Tabs } from "../foundations/Tabs.js";
|
|
11
|
+
import { t as AttachmentPreview } from "../../attachment-preview-1CXJvrmb.js";
|
|
12
|
+
import { i as formatErrorMessage, n as clamp, r as formatClock } from "../../format-DB2mX9DA.js";
|
|
13
13
|
import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
|
|
14
14
|
import * as React from "react";
|
|
15
15
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { C as FileIcon, d as CheckIcon, m as ChevronRightIcon, v as DotIcon } from "../../icons-B1Qw05te.js";
|
|
3
2
|
import { Collapsible } from "../foundations/Collapsible.js";
|
|
3
|
+
import { C as FileIcon, d as CheckIcon, m as ChevronRightIcon, v as DotIcon } from "../../icons-B4mGvCvc.js";
|
|
4
4
|
import { Button } from "../foundations/Button.js";
|
|
5
5
|
import { Badge } from "../foundations/Badge.js";
|
|
6
6
|
import { ScrollArea } from "../foundations/ScrollArea.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { J as SpinnerIcon } from "../../icons-
|
|
2
|
+
import { J as SpinnerIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Activity, ActivityContent, ActivityText, ActivityTrigger } from "./Activity.js";
|
|
4
4
|
import { MessageResponse } from "./Message.js";
|
|
5
5
|
import * as React from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { k as LinkIcon, m as ChevronRightIcon } from "../../icons-B1Qw05te.js";
|
|
3
2
|
import { Collapsible } from "../foundations/Collapsible.js";
|
|
3
|
+
import { k as LinkIcon, m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/ai-sdk/Sources.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { C as FileIcon, G as SearchIcon, m as ChevronRightIcon } from "../../icons-B1Qw05te.js";
|
|
3
2
|
import { Collapsible } from "../foundations/Collapsible.js";
|
|
3
|
+
import { C as FileIcon, G as SearchIcon, m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/ai-sdk/Task.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { J as SpinnerIcon } from "../../icons-
|
|
2
|
+
import { J as SpinnerIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { t as ProviderLogo } from "../../provider-logos-zjZycgV6.js";
|
|
5
5
|
import "react";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { W as RefreshIcon, d as CheckIcon, f as ChevronDownIcon, l as BrainIcon, m as ChevronRightIcon } from "../../icons-
|
|
2
|
+
import { W as RefreshIcon, d as CheckIcon, f as ChevronDownIcon, l as BrainIcon, m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Tooltip } from "../foundations/Tooltip.js";
|
|
4
|
-
import { o as titleCase } from "../../format-DB2mX9DA.js";
|
|
5
4
|
import { Menu } from "../foundations/Menu.js";
|
|
5
|
+
import { o as titleCase } from "../../format-DB2mX9DA.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
//#region src/components/extension/CodexModelSelector.tsx
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { tt as WarningIcon } from "../../icons-
|
|
2
|
-
import { Avatar } from "../foundations/Avatar.js";
|
|
1
|
+
import { tt as WarningIcon } from "../../icons-B4mGvCvc.js";
|
|
3
2
|
import { Button } from "../foundations/Button.js";
|
|
4
|
-
import { i as formatErrorMessage } from "../../format-DB2mX9DA.js";
|
|
5
3
|
import { Menu } from "../foundations/Menu.js";
|
|
4
|
+
import { i as formatErrorMessage } from "../../format-DB2mX9DA.js";
|
|
5
|
+
import { Avatar } from "../foundations/Avatar.js";
|
|
6
6
|
import * as React from "react";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
//#region src/components/extension/ConversationTabPicker.tsx
|
|
@@ -30,9 +30,9 @@ interface CardFooterProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
|
30
30
|
* <p>Content</p>
|
|
31
31
|
* </Card>
|
|
32
32
|
*
|
|
33
|
-
* <
|
|
34
|
-
*
|
|
35
|
-
* </
|
|
33
|
+
* <a href="/details">
|
|
34
|
+
* <Card hover>View details</Card>
|
|
35
|
+
* </a>
|
|
36
36
|
* ```
|
|
37
37
|
*/
|
|
38
38
|
declare function Card({
|
|
@@ -13,9 +13,9 @@ import { useRender } from "@base-ui/react/use-render";
|
|
|
13
13
|
* <p>Content</p>
|
|
14
14
|
* </Card>
|
|
15
15
|
*
|
|
16
|
-
* <
|
|
17
|
-
*
|
|
18
|
-
* </
|
|
16
|
+
* <a href="/details">
|
|
17
|
+
* <Card hover>View details</Card>
|
|
18
|
+
* </a>
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
function Card({ hover = false, size = "default", className = "", children, ref, ...props }) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { d as CheckIcon } from "../../icons-
|
|
2
|
+
import { d as CheckIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Checkbox as Checkbox$1 } from "@base-ui/react/checkbox";
|
|
5
5
|
//#region src/components/foundations/Checkbox.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
2
|
import "react";
|
|
3
|
-
import { jsx } from "react/jsx-runtime";
|
|
4
3
|
import { Collapsible as Collapsible$1 } from "@base-ui/react/collapsible";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
//#region src/components/foundations/Collapsible.tsx
|
|
6
6
|
/**
|
|
7
7
|
* Container that groups all collapsible parts. Renders a `<div>` element.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { d as CheckIcon, v as DotIcon } from "../../icons-
|
|
2
|
+
import { d as CheckIcon, v as DotIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { ContextMenu as ContextMenu$1 } from "@base-ui/react/context-menu";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { d as CheckIcon, v as DotIcon } from "../../icons-
|
|
2
|
+
import { d as CheckIcon, v as DotIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { buttonVariants } from "./Button.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { G as SearchIcon } from "../../icons-
|
|
2
|
+
import { G as SearchIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Field } from "./Field.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
//#region src/components/foundations/SearchField.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { a as ArrowUpIcon, d as CheckIcon, n as ArrowDownIcon } from "../../icons-
|
|
2
|
+
import { a as ArrowUpIcon, d as CheckIcon, n as ArrowDownIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
import { Select as Select$1 } from "@base-ui/react/select";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { J as SpinnerIcon, d as CheckIcon } from "../../icons-
|
|
2
|
+
import { J as SpinnerIcon, d as CheckIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Tabs } from "./Tabs.js";
|
|
4
4
|
import * as React from "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { rt as XIcon } from "../../icons-
|
|
2
|
+
import { rt as XIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { buttonVariants } from "./Button.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ToggleGroupItemProps, r as ToggleGroupProps, t as ToggleGroup } from "../../ToggleGroup-
|
|
1
|
+
import { n as ToggleGroupItemProps, r as ToggleGroupProps, t as ToggleGroup } from "../../ToggleGroup-_pQMyHGM.js";
|
|
2
2
|
export { ToggleGroup, ToggleGroupItemProps, ToggleGroupProps };
|
|
@@ -3,8 +3,8 @@ import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
|
|
|
3
3
|
import { toggleVariants } from "./Toggle.js";
|
|
4
4
|
import * as React from "react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import { ToggleGroup as ToggleGroup$1 } from "@base-ui/react/toggle-group";
|
|
7
6
|
import { Toggle } from "@base-ui/react/toggle";
|
|
7
|
+
import { ToggleGroup as ToggleGroup$1 } from "@base-ui/react/toggle-group";
|
|
8
8
|
//#region src/components/foundations/ToggleGroup.tsx
|
|
9
9
|
/**
|
|
10
10
|
* Tracks the pressed item's box so the segmented thumb can slide to it instead
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as TerminalIcon, A as MaximizeIcon, B as PencilIcon, C as FileIcon, D as ImageIcon, E as HashIcon, F as MonitorIcon, G as SearchIcon, H as PlusIcon, I as MoonIcon, J as SpinnerIcon, K as SidebarIcon, L as MoveToFrontIcon, M as MessageSquareIcon, N as MicrophoneIcon, O as InfoIcon, P as MinusIcon, Q as TargetIcon, R as PaperclipIcon, S as EyeOffIcon, T as FolderOpenIcon, U as QueueIcon, V as PlayIcon, W as RefreshIcon, X as StopIcon, Y as SquareIcon, Z as SunIcon, _ as DiscordIcon, a as ArrowUpIcon, b as EllipsisIcon, c as BoxIcon, d as CheckIcon, et as TrashIcon, f as ChevronDownIcon, g as CopyIcon, h as CodeIcon, i as ArrowRightIcon, j as McpIcon, k as LinkIcon, l as BrainIcon, m as ChevronRightIcon, n as ArrowDownIcon, nt as WrenchIcon, o as ArrowUpRightIcon, p as ChevronLeftIcon, q as SlackIcon, r as ArrowLeftIcon, rt as XIcon, s as BookmarkIcon, t as ArchiveIcon, tt as WarningIcon, u as CalendarIcon, v as DotIcon, w as FolderIcon, x as EyeIcon, y as DownloadIcon, z as PauseIcon } from "../../icons-
|
|
1
|
+
import { $ as TerminalIcon, A as MaximizeIcon, B as PencilIcon, C as FileIcon, D as ImageIcon, E as HashIcon, F as MonitorIcon, G as SearchIcon, H as PlusIcon, I as MoonIcon, J as SpinnerIcon, K as SidebarIcon, L as MoveToFrontIcon, M as MessageSquareIcon, N as MicrophoneIcon, O as InfoIcon, P as MinusIcon, Q as TargetIcon, R as PaperclipIcon, S as EyeOffIcon, T as FolderOpenIcon, U as QueueIcon, V as PlayIcon, W as RefreshIcon, X as StopIcon, Y as SquareIcon, Z as SunIcon, _ as DiscordIcon, a as ArrowUpIcon, b as EllipsisIcon, c as BoxIcon, d as CheckIcon, et as TrashIcon, f as ChevronDownIcon, g as CopyIcon, h as CodeIcon, i as ArrowRightIcon, j as McpIcon, k as LinkIcon, l as BrainIcon, m as ChevronRightIcon, n as ArrowDownIcon, nt as WrenchIcon, o as ArrowUpRightIcon, p as ChevronLeftIcon, q as SlackIcon, r as ArrowLeftIcon, rt as XIcon, s as BookmarkIcon, t as ArchiveIcon, tt as WarningIcon, u as CalendarIcon, v as DotIcon, w as FolderIcon, x as EyeIcon, y as DownloadIcon, z as PauseIcon } from "../../icons-B4mGvCvc.js";
|
|
2
2
|
export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, HashIcon, ImageIcon, InfoIcon, LinkIcon, MaximizeIcon, McpIcon, MessageSquareIcon, MicrophoneIcon, MinusIcon, MonitorIcon, MoonIcon, MoveToFrontIcon, PaperclipIcon, PauseIcon, PencilIcon, PlayIcon, PlusIcon, QueueIcon, RefreshIcon, SearchIcon, SidebarIcon, SlackIcon, SpinnerIcon, SquareIcon, StopIcon, SunIcon, TargetIcon, TerminalIcon, TrashIcon, WarningIcon, WrenchIcon, XIcon };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { C as FileIcon, m as ChevronRightIcon } from "../../icons-B1Qw05te.js";
|
|
3
2
|
import { Collapsible } from "../foundations/Collapsible.js";
|
|
4
|
-
import {
|
|
3
|
+
import { C as FileIcon, m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
|
|
4
|
+
import { t as CopyButton } from "../../copy-button-4YvddK4e.js";
|
|
5
5
|
import { Badge } from "../foundations/Badge.js";
|
|
6
|
-
import {
|
|
6
|
+
import { Avatar } from "../foundations/Avatar.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
//#region src/components/general-purpose/Commit.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { S as EyeOffIcon, x as EyeIcon } from "../../icons-
|
|
2
|
+
import { S as EyeOffIcon, x as EyeIcon } from "../../icons-B4mGvCvc.js";
|
|
3
|
+
import { t as CopyButton } from "../../copy-button-4YvddK4e.js";
|
|
3
4
|
import { Badge } from "../foundations/Badge.js";
|
|
4
|
-
import { t as CopyButton } from "../../copy-button-CsNSSKYG.js";
|
|
5
5
|
import { Switch } from "../foundations/Switch.js";
|
|
6
6
|
import * as React from "react";
|
|
7
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as FileTreeIcon, i as FileTreeFolder, n as FileTreeActions, o as FileTreeName, r as FileTreeFile, t as FileTree } from "../../FileTree-
|
|
1
|
+
import { a as FileTreeIcon, i as FileTreeFolder, n as FileTreeActions, o as FileTreeName, r as FileTreeFile, t as FileTree } from "../../FileTree-DbQMpvxV.js";
|
|
2
2
|
export { FileTree, FileTreeActions, FileTreeFile, FileTreeFolder, FileTreeIcon, FileTreeName };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
2
|
import { Badge } from "../foundations/Badge.js";
|
|
3
|
-
import { ToggleGroup } from "../foundations/ToggleGroup.js";
|
|
4
3
|
import { Switch } from "../foundations/Switch.js";
|
|
4
|
+
import { ToggleGroup } from "../foundations/ToggleGroup.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/general-purpose/PricingBillingToggle.tsx
|
|
7
7
|
/** Controlled billing-period selector composed from the shared Switch or ToggleGroup. */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { O as InfoIcon, P as MinusIcon, d as CheckIcon } from "../../icons-
|
|
2
|
+
import { O as InfoIcon, P as MinusIcon, d as CheckIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { IconButton } from "../foundations/IconButton.js";
|
|
5
5
|
import { Separator } from "../foundations/Separator.js";
|
|
6
|
-
import { Badge } from "../foundations/Badge.js";
|
|
7
6
|
import { Card } from "../foundations/Card.js";
|
|
7
|
+
import { Badge } from "../foundations/Badge.js";
|
|
8
8
|
import { getPlanPrice, getPlanYearlySavings } from "./Pricing.js";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
//#region src/components/general-purpose/PricingPlanCard.tsx
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
2
|
import { Separator } from "../foundations/Separator.js";
|
|
3
|
-
import { Slider } from "../foundations/Slider.js";
|
|
4
|
-
import { Progress } from "../foundations/Progress.js";
|
|
5
3
|
import { Card } from "../foundations/Card.js";
|
|
4
|
+
import { Progress } from "../foundations/Progress.js";
|
|
5
|
+
import { Slider } from "../foundations/Slider.js";
|
|
6
6
|
import { formatPricingUsage, getUsagePrice } from "./Pricing.js";
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cx } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { K as SidebarIcon } from "../../icons-
|
|
2
|
+
import { K as SidebarIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { t as capitalize } from "../../format-DB2mX9DA.js";
|
|
5
5
|
import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Button } from "../foundations/Button.js";
|
|
2
|
-
import { Dialog } from "../foundations/Dialog.js";
|
|
3
|
-
import { i as formatErrorMessage } from "../../format-DB2mX9DA.js";
|
|
4
2
|
import { Field } from "../foundations/Field.js";
|
|
5
3
|
import { Form } from "../foundations/Form.js";
|
|
4
|
+
import { Dialog } from "../foundations/Dialog.js";
|
|
5
|
+
import { i as formatErrorMessage } from "../../format-DB2mX9DA.js";
|
|
6
6
|
import { Checkbox } from "../foundations/Checkbox.js";
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
|
|
2
|
-
import { H as PlusIcon, d as CheckIcon, f as ChevronDownIcon, tt as WarningIcon } from "../../icons-
|
|
2
|
+
import { H as PlusIcon, d as CheckIcon, f as ChevronDownIcon, tt as WarningIcon } from "../../icons-B4mGvCvc.js";
|
|
3
3
|
import { Button } from "../foundations/Button.js";
|
|
4
4
|
import { Menu } from "../foundations/Menu.js";
|
|
5
5
|
import * as React from "react";
|