@mcp-b/react-components 0.39.0 → 0.41.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.
Files changed (188) hide show
  1. package/dist/{AgentChat-CVO7xyLC.d.ts → AgentChat-DVr2giwD.d.ts} +1 -1
  2. package/dist/{AgentToolRunsContext-BCVqCtJ1.d.ts → AgentToolRunsContext-daY67hFM.d.ts} +12 -0
  3. package/dist/AppTopBar-ZdgmB_Lu.d.ts +97 -0
  4. package/dist/{CodeBlock-DO4Hdu1R.js → CodeBlock-BjELA-_s.js} +1 -1
  5. package/dist/{FileTree-DbQMpvxV.js → FileTree-DMYRdT6R.js} +1 -1
  6. package/dist/McpConnectorForm-MRm1r59e.d.ts +39 -0
  7. package/dist/{Message-DBsHHhcM.d.ts → Message-D_vCVEGB.d.ts} +20 -1
  8. package/dist/{ThinkChatActivity-D6-_5Phw.d.ts → ThinkChatActivity-DyGHj01E.d.ts} +1 -1
  9. package/dist/{ThinkExecutionRun-lYYgyeE1.d.ts → ThinkExecutionRun-k8bpyXqt.d.ts} +3 -3
  10. package/dist/Toolbar-CBOseBQr.d.ts +152 -0
  11. package/dist/{WorkspaceFileView-D0r7xnq5.js → WorkspaceFileView-D0yFwoDr.js} +3 -3
  12. package/dist/{WorkspaceMessageResponse-Cy28WGSz.d.ts → WorkspaceMessageResponse-D66ty4FO.d.ts} +1 -1
  13. package/dist/components/agents-sdk/AgentActivity.js +1 -1
  14. package/dist/components/agents-sdk/AgentChat.d.ts +1 -1
  15. package/dist/components/agents-sdk/AgentChat.js +41 -18
  16. package/dist/components/agents-sdk/AgentToolRunsContext.d.ts +1 -1
  17. package/dist/components/agents-sdk/AgentToolRunsContext.js +12 -0
  18. package/dist/components/agents-sdk/BrowserLiveScreen.d.ts +135 -0
  19. package/dist/components/agents-sdk/BrowserLiveScreen.js +637 -0
  20. package/dist/components/agents-sdk/BrowserLiveView.d.ts +2 -2
  21. package/dist/components/agents-sdk/BrowserLiveView.js +6 -9
  22. package/dist/components/agents-sdk/BrowserReplay.js +1 -1
  23. package/dist/components/agents-sdk/BrowserRunPanel.d.ts +72 -25
  24. package/dist/components/agents-sdk/BrowserRunPanel.js +111 -70
  25. package/dist/components/agents-sdk/ManagerOffice.d.ts +156 -0
  26. package/dist/components/agents-sdk/ManagerOffice.js +662 -0
  27. package/dist/components/agents-sdk/McpConnectionRequest.js +3 -3
  28. package/dist/components/agents-sdk/McpConnectorForm.d.ts +1 -38
  29. package/dist/components/agents-sdk/McpPluginCatalog.d.ts +8 -2
  30. package/dist/components/agents-sdk/McpPluginCatalog.js +79 -61
  31. package/dist/components/agents-sdk/McpServerPicker.d.ts +1 -1
  32. package/dist/components/agents-sdk/McpServerPicker.js +2 -2
  33. package/dist/components/agents-sdk/ModelSelector.js +1 -1
  34. package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
  35. package/dist/components/agents-sdk/SubagentRunDetails.d.ts +1 -9
  36. package/dist/components/agents-sdk/SubagentRunDetails.js +1 -9
  37. package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
  38. package/dist/components/agents-sdk/SubagentRunSelector.d.ts +4 -2
  39. package/dist/components/agents-sdk/SubagentRunSelector.js +7 -6
  40. package/dist/components/agents-sdk/ThinkChat.d.ts +4 -4
  41. package/dist/components/agents-sdk/ThinkChatActivity.d.ts +1 -1
  42. package/dist/components/agents-sdk/ThinkChatToolPanels.js +1 -1
  43. package/dist/components/agents-sdk/ThinkExecutionDetail.d.ts +1 -1
  44. package/dist/components/agents-sdk/ThinkExecutionDetail.js +43 -43
  45. package/dist/components/agents-sdk/ThinkExecutionRun.d.ts +2 -2
  46. package/dist/components/agents-sdk/ThinkExecutionRun.js +5 -6
  47. package/dist/components/agents-sdk/ThinkExecutionStatus.d.ts +1 -1
  48. package/dist/components/agents-sdk/ThinkExecutionStatus.js +8 -12
  49. package/dist/components/agents-sdk/ThinkExecutionWorkbench.d.ts +8 -1
  50. package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +43 -38
  51. package/dist/components/agents-sdk/ThinkFullApp.d.ts +18 -6
  52. package/dist/components/agents-sdk/ThinkFullApp.js +112 -144
  53. package/dist/components/agents-sdk/ThinkRoutine.d.ts +1 -1
  54. package/dist/components/agents-sdk/ThinkRoutineBrowser.js +1 -1
  55. package/dist/components/agents-sdk/ThinkRoutineDetail.js +4 -15
  56. package/dist/components/agents-sdk/ThinkRoutineForm.js +1 -1
  57. package/dist/components/agents-sdk/ThinkRoutineLibrary.js +69 -89
  58. package/dist/components/agents-sdk/ThinkRoutineRuns.d.ts +1 -1
  59. package/dist/components/agents-sdk/ThinkRoutineRuns.js +3 -10
  60. package/dist/components/agents-sdk/ThinkThreadPicker.js +1 -1
  61. package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
  62. package/dist/components/agents-sdk/WorkspaceExplorer.js +1 -1
  63. package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
  64. package/dist/components/agents-sdk/WorkspaceHeader.js +2 -1
  65. package/dist/components/agents-sdk/WorkspaceMessageResponse.d.ts +1 -1
  66. package/dist/components/agents-sdk/WorkspaceMountManager.js +11 -11
  67. package/dist/components/ai-sdk/Activity.js +1 -1
  68. package/dist/components/ai-sdk/AgentAttention.d.ts +1 -1
  69. package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
  70. package/dist/components/ai-sdk/Approval.js +1 -1
  71. package/dist/components/ai-sdk/Artifact.js +1 -1
  72. package/dist/components/ai-sdk/ChainOfThought.d.ts +1 -1
  73. package/dist/components/ai-sdk/ChainOfThought.js +1 -1
  74. package/dist/components/ai-sdk/Checkpoint.js +1 -1
  75. package/dist/components/ai-sdk/CodeBlock.js +1 -1
  76. package/dist/components/ai-sdk/Conversation.js +1 -1
  77. package/dist/components/ai-sdk/Goal.js +1 -1
  78. package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
  79. package/dist/components/ai-sdk/Message.d.ts +2 -2
  80. package/dist/components/ai-sdk/Message.js +25 -3
  81. package/dist/components/ai-sdk/MessageScroller.js +1 -1
  82. package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -1
  83. package/dist/components/ai-sdk/Plan.js +1 -1
  84. package/dist/components/ai-sdk/PromptInput.js +1 -1
  85. package/dist/components/ai-sdk/Queue.d.ts +4 -4
  86. package/dist/components/ai-sdk/Queue.js +6 -15
  87. package/dist/components/ai-sdk/Reasoning.js +1 -1
  88. package/dist/components/ai-sdk/Sources.js +1 -1
  89. package/dist/components/ai-sdk/Task.d.ts +2 -2
  90. package/dist/components/ai-sdk/Task.js +2 -2
  91. package/dist/components/extension/ChatGptSignInScreen.d.ts +21 -10
  92. package/dist/components/extension/ChatGptSignInScreen.js +42 -34
  93. package/dist/components/extension/CodexModelSelector.js +1 -1
  94. package/dist/components/extension/ConversationTabPicker.js +1 -1
  95. package/dist/components/foundations/Avatar.d.ts +1 -10
  96. package/dist/components/foundations/Avatar.js +1 -10
  97. package/dist/components/foundations/Checkbox.js +1 -1
  98. package/dist/components/foundations/CheckboxGroup.js +1 -0
  99. package/dist/components/foundations/ContextMenu.js +1 -1
  100. package/dist/components/foundations/LinkButton.d.ts +12 -10
  101. package/dist/components/foundations/LinkButton.js +15 -11
  102. package/dist/components/foundations/Menubar.js +1 -1
  103. package/dist/components/foundations/SearchField.js +1 -1
  104. package/dist/components/foundations/Select.js +1 -1
  105. package/dist/components/foundations/Stepper.js +1 -1
  106. package/dist/components/foundations/Toast.js +1 -1
  107. package/dist/components/foundations/Toolbar.d.ts +1 -151
  108. package/dist/components/foundations/icons.d.ts +2 -2
  109. package/dist/components/foundations/icons.js +2 -2
  110. package/dist/components/general-purpose/AppTopBar.d.ts +1 -90
  111. package/dist/components/general-purpose/AppTopBar.js +2 -1
  112. package/dist/components/general-purpose/Commit.d.ts +2 -2
  113. package/dist/components/general-purpose/Commit.js +5 -13
  114. package/dist/components/general-purpose/EnvironmentVariables.d.ts +2 -2
  115. package/dist/components/general-purpose/EnvironmentVariables.js +4 -7
  116. package/dist/components/general-purpose/FileTree.js +1 -1
  117. package/dist/components/general-purpose/PricingBillingToggle.js +4 -9
  118. package/dist/components/general-purpose/PricingPlanCard.js +15 -14
  119. package/dist/components/general-purpose/ResponsiveSidebarShell.d.ts +95 -2
  120. package/dist/components/general-purpose/ResponsiveSidebarShell.js +90 -34
  121. package/dist/components/general-purpose/SetupChecklist.js +1 -1
  122. package/dist/components/general-purpose/Terminal.d.ts +1 -1
  123. package/dist/components/general-purpose/Terminal.js +4 -12
  124. package/dist/components/general-purpose/TestResults.d.ts +1 -1
  125. package/dist/components/general-purpose/TestResults.js +8 -21
  126. package/dist/components/general-purpose/ThemeModeControl.js +1 -1
  127. package/dist/components/general-purpose/WebPreview.d.ts +1 -1
  128. package/dist/components/general-purpose/WebPreview.js +4 -12
  129. package/dist/components/nanites/AgentConnection.js +2 -2
  130. package/dist/components/nanites/AgentToolDetail.d.ts +1 -1
  131. package/dist/components/nanites/AgentToolDetail.js +7 -7
  132. package/dist/components/nanites/NaniteScene.js +11 -11
  133. package/dist/{copy-button-4YvddK4e.js → copy-button-lys9N_aI.js} +1 -1
  134. package/dist/{icons-BGZ916hb.d.ts → icons-0corjfxR.d.ts} +6 -16
  135. package/dist/{icons-B4mGvCvc.js → icons-CVFSeTJn.js} +3 -5
  136. package/dist/styles/agent-attention.css +5 -5
  137. package/dist/styles/agent-chat.css +47 -12
  138. package/dist/styles/agent-tool-detail.css +2 -12
  139. package/dist/styles/app-icon.css +12 -18
  140. package/dist/styles/app-top-bar.css +32 -6
  141. package/dist/styles/avatar.css +6 -22
  142. package/dist/styles/base.css +2 -8
  143. package/dist/styles/browser-live-screen.css +38 -0
  144. package/dist/styles/browser-live-view.css +12 -4
  145. package/dist/styles/browser-run-panel.css +20 -16
  146. package/dist/styles/chatgpt-sign-in-screen.css +11 -5
  147. package/dist/styles/commit.css +24 -1
  148. package/dist/styles/environment-variables.css +3 -0
  149. package/dist/styles/index.css +5 -4
  150. package/dist/styles/manager-office.css +486 -0
  151. package/dist/styles/mcp-plugin-catalog.css +39 -35
  152. package/dist/styles/mcp-server-picker.css +1 -1
  153. package/dist/styles/message.css +41 -18
  154. package/dist/styles/nanite-scene.css +9 -9
  155. package/dist/styles/pricing-page.css +12 -8
  156. package/dist/styles/prompt-input.css +8 -13
  157. package/dist/styles/recipes.css +1 -57
  158. package/dist/styles/responsive-sidebar-shell.css +70 -20
  159. package/dist/styles/subagent-run.css +20 -3
  160. package/dist/styles/terminal.css +19 -0
  161. package/dist/styles/test-results.css +10 -1
  162. package/dist/styles/think-execution-status.css +8 -24
  163. package/dist/styles/think-execution-workbench.css +98 -105
  164. package/dist/styles/think-full-app.css +81 -185
  165. package/dist/styles/think-routine-library.css +0 -40
  166. package/dist/styles/think-thread-picker.css +8 -3
  167. package/dist/styles/transition-surface.css +7 -8
  168. package/dist/styles/utilities.css +42 -0
  169. package/dist/styles/web-preview.css +28 -5
  170. package/dist/styles/workspace-explorer.css +4 -23
  171. package/dist/styles/workspace-mount-manager.css +22 -0
  172. package/package.json +37 -35
  173. package/dist/ResponsiveSidebarShell-DWjULskY.d.ts +0 -68
  174. package/dist/components/agents-sdk/AgentActivityPreview.d.ts +0 -46
  175. package/dist/components/agents-sdk/AgentActivityPreview.js +0 -93
  176. package/dist/components/agents-sdk/ThinkThreadShell.d.ts +0 -38
  177. package/dist/components/agents-sdk/ThinkThreadShell.js +0 -27
  178. package/dist/components/foundations/Badge.d.ts +0 -62
  179. package/dist/components/foundations/Badge.js +0 -55
  180. package/dist/components/foundations/StatusPill.d.ts +0 -43
  181. package/dist/components/foundations/StatusPill.js +0 -35
  182. package/dist/components/general-purpose/Shell.d.ts +0 -149
  183. package/dist/components/general-purpose/Shell.js +0 -116
  184. package/dist/styles/agent-activity-preview-overlay.css +0 -169
  185. package/dist/styles/agent-activity-preview.css +0 -209
  186. package/dist/styles/badge.css +0 -120
  187. package/dist/styles/shell.css +0 -122
  188. package/dist/styles/status-pill.css +0 -39
@@ -1,8 +1,7 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
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";
3
+ import { S as FileIcon, _ as DotIcon, d as CheckIcon, p as ChevronRightIcon } from "../../icons-CVFSeTJn.js";
4
4
  import { Button } from "../foundations/Button.js";
5
- import { Badge } from "../foundations/Badge.js";
6
5
  import { ScrollArea } from "../foundations/ScrollArea.js";
7
6
  import "react";
8
7
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -15,9 +14,9 @@ import { jsx, jsxs } from "react/jsx-runtime";
15
14
  * Use for agent work queues, todo groups, and attachment queues. Do not use it
16
15
  * for navigation or arbitrary card lists.
17
16
  *
18
- * Sigvelo changes: uses shared Collapsible, ScrollArea, Badge, and Button
19
- * components; normalizes Vercel-compatible `completed` status to `complete`;
20
- * maps all styling to Sigvelo queue CSS tokens/classes.
17
+ * Sigvelo changes: uses shared Collapsible, ScrollArea, and Button components;
18
+ * normalizes Vercel-compatible `completed` status to `complete`; maps all
19
+ * styling to Sigvelo queue CSS tokens/classes.
21
20
  *
22
21
  * Section triggers inherit Collapsible keyboard behavior. Status indicators
23
22
  * are decorative, so visible item text must carry the real meaning. Add new
@@ -79,20 +78,12 @@ function QueueSectionTrigger({ className, children, ref, ...props }) {
79
78
  });
80
79
  }
81
80
  function QueueSectionLabel({ className, children, count, label, icon, ref, ...props }) {
82
- const content = children ?? (label ? `${count ?? ""} ${label}`.trim() : null);
81
+ const content = children ?? label;
83
82
  return /* @__PURE__ */ jsxs("span", {
84
83
  ref,
85
84
  className: cx("queue__section-label", className),
86
85
  ...props,
87
- children: [
88
- icon,
89
- /* @__PURE__ */ jsx("span", { children: content }),
90
- children !== void 0 && count !== void 0 ? /* @__PURE__ */ jsx(Badge, {
91
- color: "neutral",
92
- size: "sm",
93
- children: count
94
- }) : null
95
- ]
86
+ children: [icon, /* @__PURE__ */ jsxs("span", { children: [content, count === void 0 ? null : ` · ${count}`] })]
96
87
  });
97
88
  }
98
89
  function QueueList({ className, children, ref, ...props }) {
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { J as SpinnerIcon } from "../../icons-B4mGvCvc.js";
2
+ import { K as SpinnerIcon } from "../../icons-CVFSeTJn.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
2
  import { Collapsible } from "../foundations/Collapsible.js";
3
- import { k as LinkIcon, m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
3
+ import { D as LinkIcon, p as ChevronRightIcon } from "../../icons-CVFSeTJn.js";
4
4
  import "react";
5
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
6
6
  //#region src/components/ai-sdk/Sources.tsx
@@ -76,11 +76,11 @@ declare function TaskItem({
76
76
  ref?: React.Ref<HTMLLIElement>;
77
77
  }): React.JSX.Element;
78
78
  interface TaskItemFileProps extends React.HTMLAttributes<HTMLSpanElement> {
79
- /** The file name or path to display. Used to derive the language badge. */
79
+ /** The file name or path to display. */
80
80
  name?: string;
81
81
  }
82
82
  /**
83
- * Inline file reference badge used inside TaskItem content.
83
+ * Inline file reference used inside TaskItem content.
84
84
  */
85
85
  declare function TaskItemFile({
86
86
  className,
@@ -1,6 +1,6 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
2
  import { Collapsible } from "../foundations/Collapsible.js";
3
- import { C as FileIcon, G as SearchIcon, m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
3
+ import { S as FileIcon, U as SearchIcon, p as ChevronRightIcon } from "../../icons-CVFSeTJn.js";
4
4
  import "react";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
6
  //#region src/components/ai-sdk/Task.tsx
@@ -104,7 +104,7 @@ function TaskItem({ className, children, ref, ...props }) {
104
104
  });
105
105
  }
106
106
  /**
107
- * Inline file reference badge used inside TaskItem content.
107
+ * Inline file reference used inside TaskItem content.
108
108
  */
109
109
  function TaskItemFile({ className, name, children, ref, ...props }) {
110
110
  return /* @__PURE__ */ jsxs("span", {
@@ -7,26 +7,37 @@ interface ChatGptSignInSecondaryAction {
7
7
  disabled?: boolean;
8
8
  }
9
9
  interface ChatGptSignInScreenProps extends React.HTMLAttributes<HTMLElement> {
10
- /** Whether the sign-in request is currently opening ChatGPT. */
11
- busy?: boolean;
12
- /** Shows the sign-in action in its error state. */
13
- error?: boolean;
14
- /** Button label for the ChatGPT sign-in action. */
15
- label?: string;
16
- /** Main heading shown above the sign-in button. */
10
+ /**
11
+ * Why sign-in failed, announced under the sign-in control. Truthy also
12
+ * puts the built-in button in its error color.
13
+ */
14
+ error?: React.ReactNode;
15
+ /** Main heading shown above the sign-in control. */
17
16
  title?: string;
18
17
  /** Brand name displayed under the heading. */
19
18
  brandName?: string;
20
19
  /** Brand mark displayed next to the brand name. */
21
20
  brandLogo?: React.ReactNode;
22
- /** Called when the user clicks the sign-in action. */
23
- onSignIn?: () => void;
24
21
  /** Optional app-owned alternative rendered in the shared full-screen layout. */
25
22
  secondaryAction?: ChatGptSignInSecondaryAction;
23
+ /**
24
+ * A sign-in control the host must own — a Google Identity Services button
25
+ * renders its own DOM and may not be restyled, so the screen seats it where
26
+ * its button would sit instead of drawing one. When set, `busy`, `label`,
27
+ * and `onSignIn` are unused.
28
+ */
29
+ control?: React.ReactNode;
30
+ /** Whether the sign-in request is currently opening the provider. */
31
+ busy?: boolean;
32
+ /** Button label for the sign-in action. */
33
+ label?: string;
34
+ /** Called when the user clicks the sign-in action. */
35
+ onSignIn?: () => void;
26
36
  }
27
- /** Full-screen ChatGPT authentication prompt for MCP-B onboarding. */
37
+ /** Full-screen provider authentication prompt for MCP-B onboarding. */
28
38
  declare function ChatGptSignInScreen({
29
39
  busy,
40
+ control,
30
41
  error,
31
42
  label,
32
43
  title,
@@ -1,12 +1,12 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { J as SpinnerIcon } from "../../icons-B4mGvCvc.js";
2
+ import { K as SpinnerIcon } from "../../icons-CVFSeTJn.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import { t as ProviderLogo } from "../../provider-logos-zjZycgV6.js";
5
5
  import "react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  //#region src/components/extension/ChatGptSignInScreen.tsx
8
- /** Full-screen ChatGPT authentication prompt for MCP-B onboarding. */
9
- function ChatGptSignInScreen({ busy = false, error = false, label = "Sign in with ChatGPT", title = "Welcome to MCP-B", brandName = "SigVelo", brandLogo = /* @__PURE__ */ jsx(SigVeloMark, {}), className, onPointerLeave, onPointerMove, onSignIn, secondaryAction, ref, ...props }) {
8
+ /** Full-screen provider authentication prompt for MCP-B onboarding. */
9
+ function ChatGptSignInScreen({ busy = false, control, error, label = "Sign in with ChatGPT", title = "Welcome to MCP-B", brandName = "SigVelo", brandLogo = /* @__PURE__ */ jsx(SigVeloMark, {}), className, onPointerLeave, onPointerMove, onSignIn, secondaryAction, ref, ...props }) {
10
10
  const handlePointerMove = (event) => {
11
11
  onPointerMove?.(event);
12
12
  setPointerPosition(event.currentTarget, event, "chatgpt-sign-in-pointer");
@@ -25,37 +25,45 @@ function ChatGptSignInScreen({ busy = false, error = false, label = "Sign in wit
25
25
  ...props,
26
26
  children: [/* @__PURE__ */ jsxs("div", {
27
27
  className: "chatgpt-sign-in__panel",
28
- children: [/* @__PURE__ */ jsxs("div", {
29
- className: "chatgpt-sign-in__brand",
30
- children: [/* @__PURE__ */ jsx("h1", { children: title }), /* @__PURE__ */ jsxs("p", { children: [
31
- "by ",
32
- brandLogo ? /* @__PURE__ */ jsx("span", {
33
- className: "chatgpt-sign-in__brand-mark",
34
- children: brandLogo
35
- }) : null,
36
- /* @__PURE__ */ jsx("span", { children: brandName })
37
- ] })]
38
- }), /* @__PURE__ */ jsxs(Button, {
39
- type: "button",
40
- variant: "normal",
41
- color: error ? "destructive" : "primary",
42
- size: "sm",
43
- className: "chatgpt-sign-in__button",
44
- "data-busy": busy ? "true" : void 0,
45
- disabled: busy,
46
- onClick: onSignIn,
47
- onPointerMove: handleSignInButtonPointerMove,
48
- children: [/* @__PURE__ */ jsx("span", {
49
- className: "chatgpt-sign-in__button-icon",
50
- children: busy ? /* @__PURE__ */ jsx(SpinnerIcon, { size: 16 }) : /* @__PURE__ */ jsx(ProviderLogo, {
51
- provider: "openai",
52
- className: "chatgpt-sign-in__logo"
53
- })
54
- }), /* @__PURE__ */ jsx("span", {
55
- className: "chatgpt-sign-in__button-label",
56
- children: label
57
- })]
58
- })]
28
+ children: [
29
+ /* @__PURE__ */ jsxs("div", {
30
+ className: "chatgpt-sign-in__brand",
31
+ children: [/* @__PURE__ */ jsx("h1", { children: title }), /* @__PURE__ */ jsxs("p", { children: [
32
+ "by ",
33
+ brandLogo ? /* @__PURE__ */ jsx("span", {
34
+ className: "chatgpt-sign-in__brand-mark",
35
+ children: brandLogo
36
+ }) : null,
37
+ /* @__PURE__ */ jsx("span", { children: brandName })
38
+ ] })]
39
+ }),
40
+ control ?? /* @__PURE__ */ jsxs(Button, {
41
+ type: "button",
42
+ variant: "normal",
43
+ color: error ? "destructive" : "primary",
44
+ size: "sm",
45
+ className: "chatgpt-sign-in__button",
46
+ "data-busy": busy ? "true" : void 0,
47
+ disabled: busy,
48
+ onClick: onSignIn,
49
+ onPointerMove: handleSignInButtonPointerMove,
50
+ children: [/* @__PURE__ */ jsx("span", {
51
+ className: "chatgpt-sign-in__button-icon",
52
+ children: busy ? /* @__PURE__ */ jsx(SpinnerIcon, { size: 16 }) : /* @__PURE__ */ jsx(ProviderLogo, {
53
+ provider: "openai",
54
+ className: "chatgpt-sign-in__logo"
55
+ })
56
+ }), /* @__PURE__ */ jsx("span", {
57
+ className: "chatgpt-sign-in__button-label",
58
+ children: label
59
+ })]
60
+ }),
61
+ error ? /* @__PURE__ */ jsx("p", {
62
+ role: "alert",
63
+ className: "chatgpt-sign-in__error",
64
+ children: error
65
+ }) : null
66
+ ]
59
67
  }), secondaryAction ? /* @__PURE__ */ jsx("div", {
60
68
  className: "chatgpt-sign-in__secondary-action",
61
69
  children: /* @__PURE__ */ jsx(Button, {
@@ -1,5 +1,5 @@
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-B4mGvCvc.js";
2
+ import { H as RefreshIcon, d as CheckIcon, f as ChevronDownIcon, l as BrainIcon, p as ChevronRightIcon } from "../../icons-CVFSeTJn.js";
3
3
  import { Tooltip } from "../foundations/Tooltip.js";
4
4
  import { Menu } from "../foundations/Menu.js";
5
5
  import { o as titleCase } from "../../format-DB2mX9DA.js";
@@ -1,4 +1,4 @@
1
- import { tt as WarningIcon } from "../../icons-B4mGvCvc.js";
1
+ import { $ as WarningIcon } from "../../icons-CVFSeTJn.js";
2
2
  import { Button } from "../foundations/Button.js";
3
3
  import { Menu } from "../foundations/Menu.js";
4
4
  import { i as formatErrorMessage } from "../../format-DB2mX9DA.js";
@@ -21,7 +21,6 @@ interface AvatarImageProps extends React.ComponentPropsWithoutRef<typeof Avatar$
21
21
  interface AvatarFallbackProps extends React.ComponentPropsWithoutRef<typeof Avatar$1.Fallback> {}
22
22
  interface AvatarGroupProps extends React.HTMLAttributes<HTMLDivElement> {}
23
23
  interface AvatarGroupCountProps extends React.HTMLAttributes<HTMLDivElement> {}
24
- interface AvatarBadgeProps extends React.HTMLAttributes<HTMLSpanElement> {}
25
24
  /**
26
25
  * Container for the avatar. Renders a `<span>` element.
27
26
  *
@@ -80,13 +79,6 @@ declare function AvatarGroupCount({
80
79
  }: AvatarGroupCountProps & {
81
80
  ref?: React.Ref<HTMLDivElement>;
82
81
  }): React.JSX.Element;
83
- declare function AvatarBadge({
84
- className,
85
- ref,
86
- ...props
87
- }: AvatarBadgeProps & {
88
- ref?: React.Ref<HTMLSpanElement>;
89
- }): React.JSX.Element;
90
82
  /**
91
83
  * An avatar component for displaying user profile pictures with fallback support.
92
84
  * Shows initials or an icon when the image fails to load or isn't provided.
@@ -125,7 +117,6 @@ declare const Avatar: {
125
117
  Fallback: typeof AvatarFallback;
126
118
  Group: typeof AvatarGroup;
127
119
  GroupCount: typeof AvatarGroupCount;
128
- Badge: typeof AvatarBadge;
129
120
  };
130
121
  //#endregion
131
- export { Avatar, AvatarBadgeProps, AvatarFallbackProps, AvatarGroupCountProps, AvatarGroupProps, AvatarImageProps, AvatarRootProps };
122
+ export { Avatar, AvatarFallbackProps, AvatarGroupCountProps, AvatarGroupProps, AvatarImageProps, AvatarRootProps };
@@ -69,14 +69,6 @@ function AvatarGroupCount({ className, ref, ...props }) {
69
69
  ...props
70
70
  });
71
71
  }
72
- function AvatarBadge({ className, ref, ...props }) {
73
- return /* @__PURE__ */ jsx("span", {
74
- ref,
75
- "data-slot": "avatar-badge",
76
- className: mergeBaseClassName("avatar__badge", className),
77
- ...props
78
- });
79
- }
80
72
  /**
81
73
  * An avatar component for displaying user profile pictures with fallback support.
82
74
  * Shows initials or an icon when the image fails to load or isn't provided.
@@ -114,8 +106,7 @@ const Avatar = {
114
106
  Image: AvatarImage,
115
107
  Fallback: AvatarFallback,
116
108
  Group: AvatarGroup,
117
- GroupCount: AvatarGroupCount,
118
- Badge: AvatarBadge
109
+ GroupCount: AvatarGroupCount
119
110
  };
120
111
  //#endregion
121
112
  export { Avatar };
@@ -1,5 +1,5 @@
1
1
  import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
2
- import { d as CheckIcon } from "../../icons-B4mGvCvc.js";
2
+ import { d as CheckIcon } from "../../icons-CVFSeTJn.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
@@ -62,6 +62,7 @@ import { CheckboxGroup as CheckboxGroup$1 } from "@base-ui/react/checkbox-group"
62
62
  function CheckboxGroupRoot({ className, layout = "stack", ref, ...props }) {
63
63
  return /* @__PURE__ */ jsx(CheckboxGroup$1, {
64
64
  ref,
65
+ "data-slot": "checkbox-group",
65
66
  "data-layout": layout,
66
67
  className: mergeBaseClassName("checkbox-group", className),
67
68
  ...props
@@ -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-B4mGvCvc.js";
2
+ import { _ as DotIcon, d as CheckIcon } from "../../icons-CVFSeTJn.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,10 +1,8 @@
1
1
  import { a as ButtonVariant, i as ButtonSize, n as ButtonColor } from "../../Button-CZt3yywF.js";
2
- import { AnchorHTMLAttributes } from "react";
2
+ import { AnchorHTMLAttributes, ReactElement } from "react";
3
3
 
4
4
  //#region src/components/foundations/LinkButton.d.ts
5
- interface LinkButtonProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
6
- /** Destination of the link. */
7
- href: string;
5
+ interface LinkButtonStyleProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, "color" | "href"> {
8
6
  /**
9
7
  * The visual rendering style of the button chrome.
10
8
  * @default 'normal'
@@ -21,22 +19,26 @@ interface LinkButtonProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
21
19
  */
22
20
  size?: ButtonSize;
23
21
  }
22
+ type LinkButtonProps = LinkButtonStyleProps & ({
23
+ /** Destination for a native anchor. */href: string;
24
+ render?: never;
25
+ } | {
26
+ /** App-authored router link whose destination remains type-checked by the app. */render: ReactElement;
27
+ href?: never;
28
+ });
24
29
  /**
25
30
  * A link that wears Button chrome. Renders a plain anchor composed through the
26
31
  * {@link buttonVariants} seam, so the element stays a genuine link.
27
32
  *
28
- * `Button render={<a />}` gives the same visuals in React, but a link styled as
29
- * a button still needs a component wrapper for non-React hosts: Astro templates
30
- * cannot construct the React element the `render` prop expects (a `.astro` `<a />`
31
- * is an Astro vnode, not a React element, and `@astrojs/react` rejects it). This
32
- * component is that wrapper, so Astro can render a button-styled link by passing
33
- * plain props.
33
+ * Pass `href` for a native anchor or an app-authored router link through
34
+ * `render`. The latter preserves the consuming app's route-tree inference.
34
35
  */
35
36
  declare function LinkButton({
36
37
  variant,
37
38
  color,
38
39
  size,
39
40
  className,
41
+ render,
40
42
  ref,
41
43
  ...props
42
44
  }: LinkButtonProps & {
@@ -1,27 +1,31 @@
1
1
  import { buttonVariants } from "./Button.js";
2
+ import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
2
3
  import { jsx } from "react/jsx-runtime";
3
4
  //#region src/components/foundations/LinkButton.tsx
4
5
  /**
5
6
  * A link that wears Button chrome. Renders a plain anchor composed through the
6
7
  * {@link buttonVariants} seam, so the element stays a genuine link.
7
8
  *
8
- * `Button render={<a />}` gives the same visuals in React, but a link styled as
9
- * a button still needs a component wrapper for non-React hosts: Astro templates
10
- * cannot construct the React element the `render` prop expects (a `.astro` `<a />`
11
- * is an Astro vnode, not a React element, and `@astrojs/react` rejects it). This
12
- * component is that wrapper, so Astro can render a button-styled link by passing
13
- * plain props.
9
+ * Pass `href` for a native anchor or an app-authored router link through
10
+ * `render`. The latter preserves the consuming app's route-tree inference.
14
11
  */
15
- function LinkButton({ variant, color, size, className, ref, ...props }) {
16
- return /* @__PURE__ */ jsx("a", {
17
- ref,
12
+ function LinkButton({ variant, color, size, className, render, ref, ...props }) {
13
+ const linkProps = {
14
+ ...props,
18
15
  className: buttonVariants({
19
16
  variant,
20
17
  color,
21
18
  size,
22
19
  className
23
- }),
24
- ...props
20
+ })
21
+ };
22
+ return render ? /* @__PURE__ */ jsx(NavigationLink, {
23
+ render,
24
+ ref,
25
+ ...linkProps
26
+ }) : /* @__PURE__ */ jsx("a", {
27
+ ref,
28
+ ...linkProps
25
29
  });
26
30
  }
27
31
  //#endregion
@@ -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-B4mGvCvc.js";
2
+ import { _ as DotIcon, d as CheckIcon } from "../../icons-CVFSeTJn.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-B4mGvCvc.js";
2
+ import { U as SearchIcon } from "../../icons-CVFSeTJn.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-B4mGvCvc.js";
2
+ import { a as ArrowUpIcon, d as CheckIcon, n as ArrowDownIcon } from "../../icons-CVFSeTJn.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-B4mGvCvc.js";
2
+ import { K as SpinnerIcon, d as CheckIcon } from "../../icons-CVFSeTJn.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-B4mGvCvc.js";
2
+ import { tt as XIcon } from "../../icons-CVFSeTJn.js";
3
3
  import { buttonVariants } from "./Button.js";
4
4
  import "react";
5
5
  import { jsx } from "react/jsx-runtime";
@@ -1,152 +1,2 @@
1
- import * as React from "react";
2
- import { Toolbar as Toolbar$1 } from "@base-ui/react/toolbar";
3
-
4
- //#region src/components/foundations/Toolbar.d.ts
5
- /**
6
- * Props for the Toolbar.Root component.
7
- */
8
- interface ToolbarRootProps extends React.ComponentPropsWithoutRef<typeof Toolbar$1.Root> {}
9
- /**
10
- * Props for the Toolbar.Button component.
11
- */
12
- interface ToolbarButtonProps extends React.ComponentPropsWithoutRef<typeof Toolbar$1.Button> {
13
- /** Skip the default Button chrome when a composed control owns its visuals. */
14
- unstyled?: boolean;
15
- }
16
- /**
17
- * Props for the Toolbar.Link component.
18
- */
19
- interface ToolbarLinkProps extends React.ComponentPropsWithoutRef<typeof Toolbar$1.Link> {
20
- /** Skip the default Button chrome when a composed link owns its visuals. */
21
- unstyled?: boolean;
22
- }
23
- /**
24
- * Props for the Toolbar.Group component.
25
- */
26
- interface ToolbarGroupProps extends React.ComponentPropsWithoutRef<typeof Toolbar$1.Group> {}
27
- /**
28
- * Props for the Toolbar.Separator component.
29
- */
30
- interface ToolbarSeparatorProps extends React.ComponentPropsWithoutRef<typeof Toolbar$1.Separator> {}
31
- /**
32
- * Props for the Toolbar.Input component.
33
- */
34
- interface ToolbarInputProps extends React.ComponentPropsWithoutRef<typeof Toolbar$1.Input> {}
35
- /**
36
- * Container for grouping toolbar buttons and controls.
37
- *
38
- * @example
39
- * ```tsx
40
- * <Toolbar.Root>
41
- * <Toolbar.Button>Bold</Toolbar.Button>
42
- * <Toolbar.Button>Italic</Toolbar.Button>
43
- * <Toolbar.Separator />
44
- * <Toolbar.Button>Align Left</Toolbar.Button>
45
- * </Toolbar.Root>
46
- * ```
47
- *
48
- * @see {@link https://base-ui.com/react/components/toolbar | Base UI Toolbar}
49
- */
50
- declare function ToolbarRoot({
51
- className,
52
- ref,
53
- ...props
54
- }: ToolbarRootProps & {
55
- ref?: React.Ref<HTMLDivElement>;
56
- }): React.JSX.Element;
57
- /**
58
- * A clickable button within the toolbar.
59
- */
60
- declare function ToolbarButton({
61
- unstyled,
62
- className,
63
- ref,
64
- ...props
65
- }: ToolbarButtonProps & {
66
- ref?: React.Ref<HTMLButtonElement>;
67
- }): React.JSX.Element;
68
- /**
69
- * A link element within the toolbar.
70
- */
71
- declare function ToolbarLink({
72
- unstyled,
73
- className,
74
- ref,
75
- ...props
76
- }: ToolbarLinkProps & {
77
- ref?: React.Ref<HTMLAnchorElement>;
78
- }): React.JSX.Element;
79
- /**
80
- * Groups toolbar items together.
81
- */
82
- declare function ToolbarGroup({
83
- className,
84
- ref,
85
- ...props
86
- }: ToolbarGroupProps & {
87
- ref?: React.Ref<HTMLDivElement>;
88
- }): React.JSX.Element;
89
- /**
90
- * Visual separator between toolbar sections.
91
- */
92
- declare function ToolbarSeparator({
93
- className,
94
- ref,
95
- ...props
96
- }: ToolbarSeparatorProps & {
97
- ref?: React.Ref<HTMLDivElement>;
98
- }): React.JSX.Element;
99
- /**
100
- * Input element within the toolbar.
101
- */
102
- declare function ToolbarInput({
103
- className,
104
- ref,
105
- ...props
106
- }: ToolbarInputProps & {
107
- ref?: React.Ref<HTMLInputElement>;
108
- }): React.JSX.Element;
109
- /**
110
- * A container for grouping buttons and controls.
111
- * Provides keyboard navigation between items.
112
- *
113
- * @example
114
- * ```tsx
115
- * // Text formatting toolbar
116
- * <Toolbar.Root>
117
- * <Toolbar.Group>
118
- * <Toolbar.Button>Bold</Toolbar.Button>
119
- * <Toolbar.Button>Italic</Toolbar.Button>
120
- * <Toolbar.Button>Underline</Toolbar.Button>
121
- * </Toolbar.Group>
122
- * <Toolbar.Separator />
123
- * <Toolbar.Group>
124
- * <Toolbar.Button>Left</Toolbar.Button>
125
- * <Toolbar.Button>Center</Toolbar.Button>
126
- * <Toolbar.Button>Right</Toolbar.Button>
127
- * </Toolbar.Group>
128
- * </Toolbar.Root>
129
- * ```
130
- *
131
- * @example
132
- * ```tsx
133
- * // Vertical toolbar
134
- * <Toolbar.Root orientation="vertical">
135
- * <Toolbar.Button>Item 1</Toolbar.Button>
136
- * <Toolbar.Button>Item 2</Toolbar.Button>
137
- * <Toolbar.Button>Item 3</Toolbar.Button>
138
- * </Toolbar.Root>
139
- * ```
140
- *
141
- * @see {@link https://base-ui.com/react/components/toolbar | Base UI Toolbar}
142
- */
143
- declare const Toolbar: {
144
- Root: typeof ToolbarRoot;
145
- Button: typeof ToolbarButton;
146
- Link: typeof ToolbarLink;
147
- Group: typeof ToolbarGroup;
148
- Separator: typeof ToolbarSeparator;
149
- Input: typeof ToolbarInput;
150
- };
151
- //#endregion
1
+ import { a as ToolbarLinkProps, i as ToolbarInputProps, n as ToolbarButtonProps, o as ToolbarRootProps, r as ToolbarGroupProps, s as ToolbarSeparatorProps, t as Toolbar } from "../../Toolbar-CBOseBQr.js";
152
2
  export { Toolbar, ToolbarButtonProps, ToolbarGroupProps, ToolbarInputProps, ToolbarLinkProps, ToolbarRootProps, ToolbarSeparatorProps };
@@ -1,2 +1,2 @@
1
- import { $ as SunIcon, A as InfoIcon, B as PaperclipIcon, C as EyeOffIcon, D as HashIcon, E as FolderOpenIcon, F as MicrophoneIcon, G as QueueIcon, H as PencilIcon, I as MinusIcon, J as SidebarIcon, K as RefreshIcon, L as MonitorIcon, M as MaximizeIcon, N as McpIcon, O as IconProps, P as MessageSquareIcon, Q as StopIcon, R as MoonIcon, S as EyeIcon, T as FolderIcon, U as PlayIcon, V as PauseIcon, W as PlusIcon, X as SpinnerIcon, Y as SlackIcon, Z as SquareIcon, _ as CopyIcon, a as ArrowUpIcon, at as XIcon, b as DownloadIcon, c as BoxIcon, d as CalendarIcon, et as TargetIcon, f as CheckIcon, g as CodeIcon, h as ChevronRightIcon, i as ArrowRightIcon, it as WrenchIcon, j as LinkIcon, k as ImageIcon, l as BrainIcon, m as ChevronLeftIcon, n as ArrowDownIcon, nt as TrashIcon, o as ArrowUpRightIcon, p as ChevronDownIcon, q as SearchIcon, r as ArrowLeftIcon, rt as WarningIcon, s as BookmarkIcon, t as ArchiveIcon, tt as TerminalIcon, u as BrandIconProps, v as DiscordIcon, w as FileIcon, x as EllipsisIcon, y as DotIcon, z as MoveToFrontIcon } from "../../icons-BGZ916hb.js";
2
- export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, BrandIconProps, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, HashIcon, IconProps, 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
+ import { $ as TerminalIcon, A as MaximizeIcon, B as PencilIcon, C as FileIcon, D as InfoIcon, E as IconProps, 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 KeyboardIcon, 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 CalendarIcon, et as TrashIcon, f as CheckIcon, 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 ChevronDownIcon, q as SlackIcon, r as ArrowLeftIcon, rt as XIcon, s as BookmarkIcon, t as ArchiveIcon, tt as WarningIcon, u as BrandIconProps, v as DotIcon, w as FolderIcon, x as EyeIcon, y as DownloadIcon, z as PauseIcon } from "../../icons-0corjfxR.js";
2
+ export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, BrandIconProps, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, IconProps, InfoIcon, KeyboardIcon, 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 };