@mcp-b/react-components 0.30.1 → 0.31.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 (90) hide show
  1. package/dist/{CodeBlock-B5I7wje1.js → CodeBlock-CM5gfmdq.js} +1 -1
  2. package/dist/{FileTree-DbQMpvxV.js → FileTree-4WP4Uc_m.js} +1 -1
  3. package/dist/{MenuDisclosureGroup-BUOZ42me.js → MenuDisclosureGroup-yJRq7YXa.js} +1 -1
  4. package/dist/{ModelSelector-DZcpUBgn.js → ModelSelector-DzdEs2fX.js} +1 -1
  5. package/dist/{ThinkChat-yid8e_Jb.js → ThinkChat-ldbrNiAx.js} +30 -17
  6. package/dist/{WorkspaceFileView-BeUpr6TU.js → WorkspaceFileView-BtzVKAed.js} +2 -2
  7. package/dist/components/agents-sdk/AgentActivity.js +1 -1
  8. package/dist/components/agents-sdk/AgentActivityPreview.js +3 -3
  9. package/dist/components/agents-sdk/AgentChat.js +9 -9
  10. package/dist/components/agents-sdk/BrowserLiveView.js +1 -1
  11. package/dist/components/agents-sdk/BrowserReplay.js +1 -1
  12. package/dist/components/agents-sdk/BrowserRunPanel.js +1 -1
  13. package/dist/components/agents-sdk/McpConnectionRequest.js +2 -2
  14. package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
  15. package/dist/components/agents-sdk/McpPluginCatalog.js +3 -3
  16. package/dist/components/agents-sdk/McpServerPicker.js +3 -3
  17. package/dist/components/agents-sdk/ModelSelector.js +1 -1
  18. package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
  19. package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
  20. package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
  21. package/dist/components/agents-sdk/SubagentRunSelector.js +2 -2
  22. package/dist/components/agents-sdk/ThinkChat.d.ts +24 -1
  23. package/dist/components/agents-sdk/ThinkChat.js +1 -1
  24. package/dist/components/agents-sdk/ThinkChatActivity.js +1 -1
  25. package/dist/components/agents-sdk/ThinkChatToolPanels.js +1 -1
  26. package/dist/components/agents-sdk/ThinkExecutionDetail.js +1 -1
  27. package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
  28. package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +3 -3
  29. package/dist/components/agents-sdk/ThinkFullApp.d.ts +16 -24
  30. package/dist/components/agents-sdk/ThinkFullApp.js +42 -54
  31. package/dist/components/agents-sdk/ThinkRecoveryNotice.js +1 -1
  32. package/dist/components/agents-sdk/ThinkRoutineBrowser.js +2 -2
  33. package/dist/components/agents-sdk/ThinkRoutineForm.js +3 -3
  34. package/dist/components/agents-sdk/ThinkRoutineLibrary.js +3 -3
  35. package/dist/components/agents-sdk/ThinkRoutineRuns.js +2 -2
  36. package/dist/components/agents-sdk/ThinkThreadPicker.d.ts +5 -1
  37. package/dist/components/agents-sdk/ThinkThreadPicker.js +4 -6
  38. package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
  39. package/dist/components/agents-sdk/WorkspaceExplorer.js +1 -1
  40. package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
  41. package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
  42. package/dist/components/agents-sdk/WorkspaceMountManager.js +2 -2
  43. package/dist/components/ai-sdk/Activity.js +1 -1
  44. package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
  45. package/dist/components/ai-sdk/Approval.js +1 -1
  46. package/dist/components/ai-sdk/Artifact.js +1 -1
  47. package/dist/components/ai-sdk/ChainOfThought.js +1 -1
  48. package/dist/components/ai-sdk/Checkpoint.js +1 -1
  49. package/dist/components/ai-sdk/CodeBlock.js +1 -1
  50. package/dist/components/ai-sdk/Conversation.js +1 -1
  51. package/dist/components/ai-sdk/Goal.js +1 -1
  52. package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
  53. package/dist/components/ai-sdk/Message.js +1 -1
  54. package/dist/components/ai-sdk/MessageScroller.js +1 -1
  55. package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -1
  56. package/dist/components/ai-sdk/Plan.js +1 -1
  57. package/dist/components/ai-sdk/PromptInput.js +3 -3
  58. package/dist/components/ai-sdk/Queue.js +1 -1
  59. package/dist/components/ai-sdk/Reasoning.js +1 -1
  60. package/dist/components/ai-sdk/Sources.js +1 -1
  61. package/dist/components/ai-sdk/Task.js +1 -1
  62. package/dist/components/extension/ChatGptSignInScreen.js +2 -2
  63. package/dist/components/extension/CodexModelSelector.js +2 -2
  64. package/dist/components/extension/ConversationTabPicker.js +3 -3
  65. package/dist/components/foundations/Checkbox.js +1 -1
  66. package/dist/components/foundations/Collapsible.js +1 -1
  67. package/dist/components/foundations/ContextMenu.js +1 -1
  68. package/dist/components/foundations/Menubar.js +1 -1
  69. package/dist/components/foundations/SearchField.js +1 -1
  70. package/dist/components/foundations/Select.js +1 -1
  71. package/dist/components/foundations/Stepper.js +1 -1
  72. package/dist/components/foundations/Toast.js +1 -1
  73. package/dist/components/foundations/icons.js +1 -1
  74. package/dist/components/general-purpose/Commit.js +3 -3
  75. package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
  76. package/dist/components/general-purpose/FileTree.js +1 -1
  77. package/dist/components/general-purpose/PricingPlanCard.js +2 -2
  78. package/dist/components/general-purpose/PricingUsageCalculator.js +1 -1
  79. package/dist/components/general-purpose/ResponsiveSidebarShell.js +1 -1
  80. package/dist/components/general-purpose/SettingsFormDialog.js +2 -2
  81. package/dist/components/general-purpose/SetupChecklist.js +2 -2
  82. package/dist/components/general-purpose/Terminal.js +2 -2
  83. package/dist/components/general-purpose/TestResults.js +1 -1
  84. package/dist/components/general-purpose/ThemeModeControl.js +1 -1
  85. package/dist/components/general-purpose/WebPreview.js +2 -2
  86. package/dist/components/nanites/AgentConnection.js +2 -2
  87. package/dist/components/nanites/AgentToolDetail.js +2 -2
  88. package/dist/{copy-button-4YvddK4e.js → copy-button-CsNSSKYG.js} +1 -1
  89. package/package.json +2 -2
  90. package/dist/{icons-B4mGvCvc.js → icons-B1Qw05te.js} +1 -1
@@ -1,10 +1,10 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { $ as TerminalIcon, C as FileIcon, J as SpinnerIcon, c as BoxIcon, f as ChevronDownIcon } from "../../icons-B4mGvCvc.js";
2
+ import { $ as TerminalIcon, C as FileIcon, J as SpinnerIcon, c as BoxIcon, f as ChevronDownIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
5
5
  import { ScrollArea } from "../foundations/ScrollArea.js";
6
6
  import { McpPluginCatalog } from "./McpPluginCatalog.js";
7
- import { c as resolveThinkApprovalProps, l as useSourceScopedAgentToolEvents, s as useThinkPendingExecutionApprovals, t as ThinkChat } from "../../ThinkChat-yid8e_Jb.js";
7
+ import { c as resolveThinkApprovalProps, l as useSourceScopedAgentToolEvents, s as useThinkPendingExecutionApprovals, t as ThinkChat } from "../../ThinkChat-ldbrNiAx.js";
8
8
  import { a as WorkspaceNavigationRestorationBoundary, i as WorkspaceNavigationFocusRestorer, n as WorkspaceNavigationProvider } from "../../WorkspaceLink-DZeLe_jN.js";
9
9
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
10
10
  import { useWorkspace } from "./Workspace.js";
@@ -21,7 +21,6 @@ const workbenchPanelDefaultWidth = 340;
21
21
  const workbenchPanelMinWidth = 300;
22
22
  const workbenchPanelMaxWidth = 600;
23
23
  const workbenchPanelKeyboardStep = 24;
24
- const workbenchPanelCollapseThreshold = 240;
25
24
  function WorkspacePanel({ config }) {
26
25
  const selectedPath = config.navigation.current.destination.kind === "file" ? config.navigation.current.destination.path : null;
27
26
  return /* @__PURE__ */ jsx(WorkspaceExplorer, {
@@ -45,11 +44,12 @@ function PluginsPanel({ config }) {
45
44
  children: [/* @__PURE__ */ jsx(ScrollArea.Viewport, { children: /* @__PURE__ */ jsx(McpPluginCatalog, { ...config }) }), /* @__PURE__ */ jsx(ScrollArea.Scrollbar, { children: /* @__PURE__ */ jsx(ScrollArea.Thumb, {}) })]
46
45
  });
47
46
  }
48
- /** Combines ThinkChat with an optional resizable workbench shell. */
49
- function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat, className, defaultMobileView, defaultWorkbenchOpen, defaultWorkbenchView, defaultThreadSidebarOpen, hideAppBarInWorkbench = false, messages, mobileView, onMobileViewChange, onThreadSidebarOpenChange, onWorkbenchViewChange, onWorkbenchOpenChange, plugins, ref, renderAgentToolRunLink, renderExecutionRunLink, selectedExecutionRun = null, showMobileViewSwitch = true, showWorkbenchViewSwitch = true, sourceKey, style, threadSidebar, threadSidebarOpen, threadStatusSummary, workbenchPanels, workbenchOpen, workbenchView, workspace, ...props }) {
50
- const appRef = React.useRef(null);
51
- const workbenchPanelRef = React.useRef(null);
52
- const pendingPanelFocusRef = React.useRef(null);
47
+ /**
48
+ * Approval discovery and background-agent events need a live connection, so they
49
+ * live here rather than in the shell, which also renders before there is one.
50
+ */
51
+ function ThinkFullAppThreadChat({ agent, chat, messages, renderAgentToolRunLink, sourceKey }) {
52
+ const agentTools = useSourceScopedAgentToolEvents(agent);
53
53
  const approvals = useThinkPendingExecutionApprovals(agent.stub, sourceKey, `${chat.messages.length}:${chat.status}`, messages?.approvalsEnabled !== false);
54
54
  const resolvedMessages = React.useMemo(() => {
55
55
  const approvalProps = resolveThinkApprovalProps({
@@ -71,13 +71,25 @@ function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat,
71
71
  approvals.refreshPendingApprovals,
72
72
  messages
73
73
  ]);
74
+ return /* @__PURE__ */ jsx(ThinkChat.Provider, {
75
+ chat,
76
+ agentTools,
77
+ children: /* @__PURE__ */ jsx(ThinkChat.Messages, {
78
+ ...resolvedMessages,
79
+ renderAgentToolRunLink
80
+ })
81
+ });
82
+ }
83
+ /** Combines ThinkChat with an optional resizable workbench shell. */
84
+ function ThinkFullApp({ appBarActions, appBarLeading, appBarTitle, className, conversation, defaultMobileView, defaultWorkbenchView, defaultThreadSidebarOpen, hideAppBarInWorkbench = false, messages, mobileView, onMobileViewChange, onThreadSidebarOpenChange, onWorkbenchViewChange, plugins, ref, renderAgentToolRunLink, renderExecutionRunLink, selectedExecutionRun = null, showMobileViewSwitch = true, sourceKey, style, threadSidebar, threadSidebarOpen, threadStatusSummary, workbenchPanels, workbenchView, workspace, ...props }) {
85
+ const agent = conversation?.agent;
86
+ const appRef = React.useRef(null);
87
+ const workbenchPanelRef = React.useRef(null);
88
+ const pendingPanelFocusRef = React.useRef(null);
74
89
  const [innerMobileView, setInnerMobileView] = React.useState(defaultMobileView ?? "chat");
75
90
  const [innerWorkbenchView, setInnerWorkbenchView] = React.useState(defaultWorkbenchView ?? "files");
76
- const [innerWorkbenchOpen, setInnerWorkbenchOpen] = React.useState(defaultWorkbenchOpen ?? true);
77
- const agentTools = useSourceScopedAgentToolEvents(agent);
78
91
  const requestedMobileView = mobileView ?? innerMobileView;
79
92
  const requestedWorkbenchView = workbenchView ?? innerWorkbenchView;
80
- const requestedWorkbenchOpen = workbenchOpen ?? innerWorkbenchOpen;
81
93
  const setWorkbenchView = React.useCallback((next) => {
82
94
  if (workbenchView === void 0) setInnerWorkbenchView(next);
83
95
  onWorkbenchViewChange?.(next);
@@ -86,34 +98,21 @@ function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat,
86
98
  if (mobileView === void 0) setInnerMobileView(next);
87
99
  onMobileViewChange?.(next);
88
100
  }, [mobileView, onMobileViewChange]);
89
- const setWorkbenchOpen = React.useCallback((next) => {
90
- if (workbenchOpen === void 0) setInnerWorkbenchOpen(next);
91
- onWorkbenchOpenChange?.(next);
92
- }, [onWorkbenchOpenChange, workbenchOpen]);
93
101
  const updateAppView = React.useCallback((update) => {
94
102
  React.startTransition(update);
95
103
  }, []);
96
- const panelContext = React.useMemo(() => ({
97
- agent,
98
- chat,
99
- workspace
100
- }), [
101
- agent,
102
- chat,
103
- workspace
104
- ]);
105
104
  const availableWorkbenchPanels = [];
106
105
  if (workspace !== void 0) availableWorkbenchPanels.push({
107
106
  id: "files",
108
- label: "Workspace",
107
+ label: "Files",
109
108
  icon: /* @__PURE__ */ jsx(FileIcon, {}),
110
109
  render: () => /* @__PURE__ */ jsx(WorkspacePanel, { config: workspace })
111
110
  });
112
- if (renderExecutionRunLink) availableWorkbenchPanels.push({
111
+ if (renderExecutionRunLink && agent) availableWorkbenchPanels.push({
113
112
  id: "execution",
114
113
  label: "Execution",
115
114
  icon: /* @__PURE__ */ jsx(TerminalIcon, {}),
116
- render: ({ agent }) => /* @__PURE__ */ jsx(React.Suspense, {
115
+ render: () => /* @__PURE__ */ jsx(React.Suspense, {
117
116
  fallback: /* @__PURE__ */ jsx("div", {
118
117
  className: "think-full-app__workbench",
119
118
  role: "status",
@@ -136,15 +135,13 @@ function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat,
136
135
  render: () => /* @__PURE__ */ jsx(PluginsPanel, { config: plugins })
137
136
  });
138
137
  if (workbenchPanels) availableWorkbenchPanels.push(...workbenchPanels);
139
- const selectedPanel = availableWorkbenchPanels.find((panel) => panel.id === requestedWorkbenchView) ?? availableWorkbenchPanels[0];
140
- const activePanel = requestedWorkbenchOpen ? selectedPanel : void 0;
138
+ const activePanel = availableWorkbenchPanels.find((panel) => panel.id === requestedWorkbenchView) ?? availableWorkbenchPanels[0];
141
139
  const activeWorkbenchView = activePanel?.id;
142
140
  const hasWorkbench = activePanel !== void 0;
143
- const hasAvailableWorkbench = selectedPanel !== void 0;
144
141
  const activeMobileView = hasWorkbench ? requestedMobileView : "chat";
145
- const shouldShowWorkbenchViewSwitch = showWorkbenchViewSwitch && availableWorkbenchPanels.length > 0;
142
+ const showWorkbenchViewSwitch = availableWorkbenchPanels.length > 1;
146
143
  const workbenchViews = availableWorkbenchPanels;
147
- const shouldRenderInlineAppBar = !threadSidebar && (Boolean(appBarActions || appBarLeading || appBarTitle || threadSidebar) || hasAvailableWorkbench);
144
+ const shouldRenderInlineAppBar = !threadSidebar && (Boolean(appBarActions || appBarLeading || appBarTitle || threadSidebar) || hasWorkbench);
148
145
  const hasAppBarRow = shouldRenderInlineAppBar;
149
146
  React.useLayoutEffect(() => {
150
147
  const pendingFocus = pendingPanelFocusRef.current;
@@ -192,27 +189,19 @@ function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat,
192
189
  }) : null] }) : null,
193
190
  /* @__PURE__ */ jsxs(AppTopBar.Trailing, { children: [
194
191
  appBarActions,
195
- shouldShowWorkbenchViewSwitch && selectedPanel ? /* @__PURE__ */ jsx(ThinkFullAppViewSwitch, {
192
+ showWorkbenchViewSwitch && activeWorkbenchView ? /* @__PURE__ */ jsx(ThinkFullAppViewSwitch, {
196
193
  className: "think-full-app__workbench-view-switch",
197
194
  views: workbenchViews,
198
195
  value: activeWorkbenchView,
199
- allowEmpty: true,
200
196
  onValueChange: (next) => {
201
- updateAppView(() => {
202
- if (!next) {
203
- setWorkbenchOpen(false);
204
- return;
205
- }
206
- updateWorkbenchPanel(next);
207
- setWorkbenchOpen(true);
208
- });
197
+ if (next) updateWorkbenchPanel(next);
209
198
  },
210
199
  "aria-label": "Workbench views"
211
200
  }) : null,
212
- selectedPanel && showMobileViewSwitch ? /* @__PURE__ */ jsx(ThinkFullAppViewSwitch, {
201
+ activePanel && showMobileViewSwitch ? /* @__PURE__ */ jsx(ThinkFullAppViewSwitch, {
213
202
  className: "think-full-app__mobile-view-switch",
214
203
  views: workbenchViews,
215
- value: activeMobileView === "workbench" ? activeWorkbenchView : void 0,
204
+ value: activeMobileView === "workbench" ? activePanel.id : void 0,
216
205
  allowEmpty: true,
217
206
  onValueChange: (next) => {
218
207
  updateAppView(() => {
@@ -238,8 +227,6 @@ function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat,
238
227
  minSize: workbenchPanelMinWidth,
239
228
  maxSize: workbenchPanelMaxWidth,
240
229
  keyboardStep: workbenchPanelKeyboardStep,
241
- collapseThreshold: workbenchPanelCollapseThreshold,
242
- onCollapse: () => setWorkbenchOpen(false),
243
230
  "data-has-thread-sidebar": threadSidebar ? "true" : "false",
244
231
  "data-has-workbench": hasWorkbench ? "true" : "false",
245
232
  "data-has-workbench-topbar": hasAppBarRow ? "true" : "false",
@@ -260,13 +247,14 @@ function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat,
260
247
  className: "think-full-app__chat",
261
248
  children: /* @__PURE__ */ jsx("div", {
262
249
  className: "think-full-app__chat-inner",
263
- children: /* @__PURE__ */ jsx(ThinkChat.Provider, {
264
- chat,
265
- agentTools,
266
- children: /* @__PURE__ */ jsx(ThinkChat.Messages, {
267
- ...resolvedMessages,
268
- renderAgentToolRunLink
269
- })
250
+ children: conversation ? /* @__PURE__ */ jsx(ThinkFullAppThreadChat, {
251
+ ...conversation,
252
+ messages,
253
+ renderAgentToolRunLink,
254
+ sourceKey
255
+ }) : /* @__PURE__ */ jsx(ThinkChat.Messages, {
256
+ ...messages,
257
+ renderAgentToolRunLink
270
258
  })
271
259
  })
272
260
  })
@@ -282,7 +270,7 @@ function ThinkFullApp({ agent, appBarActions, appBarLeading, appBarTitle, chat,
282
270
  className: "think-full-app__workbench-panel",
283
271
  "data-view": activeWorkbenchView,
284
272
  tabIndex: -1,
285
- children: activePanel.render(panelContext)
273
+ children: activePanel.render()
286
274
  })
287
275
  })
288
276
  })
@@ -1,5 +1,5 @@
1
- import { AgentChatTurnError } from "../ai-sdk/AgentChatTurnError.js";
2
1
  import { TransitionSurface } from "../foundations/TransitionSurface.js";
2
+ import { AgentChatTurnError } from "../ai-sdk/AgentChatTurnError.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  //#region src/components/agents-sdk/ThinkRecoveryNotice.tsx
5
5
  function connectionReason(error) {
@@ -1,9 +1,9 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { H as PlusIcon } from "../../icons-B4mGvCvc.js";
2
+ import { H as PlusIcon } from "../../icons-B1Qw05te.js";
3
+ import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
3
4
  import { buttonVariants } from "../foundations/Button.js";
4
5
  import { Tooltip } from "../foundations/Tooltip.js";
5
6
  import { t as capitalize } from "../../format-CmopcfqJ.js";
6
- import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
7
7
  import { SearchField } from "../foundations/SearchField.js";
8
8
  import { ToggleGroup } from "../foundations/ToggleGroup.js";
9
9
  import { getThinkRoutineNextRun } from "./ThinkRoutine.js";
@@ -1,11 +1,11 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { J as SpinnerIcon } from "../../icons-B4mGvCvc.js";
2
+ import { J as SpinnerIcon } from "../../icons-B1Qw05te.js";
3
+ import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
3
4
  import { Button, buttonVariants } from "../foundations/Button.js";
5
+ import { Select } from "../foundations/Select.js";
4
6
  import { Field } from "../foundations/Field.js";
5
7
  import { Form } from "../foundations/Form.js";
6
8
  import { Textarea } from "../foundations/Textarea.js";
7
- import { Select } from "../foundations/Select.js";
8
- import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
9
9
  import * as React from "react";
10
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
11
  //#region src/components/agents-sdk/ThinkRoutineForm.tsx
@@ -1,9 +1,9 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { J as SpinnerIcon, V as PlayIcon, b as EllipsisIcon, f as ChevronDownIcon, tt as WarningIcon } from "../../icons-B4mGvCvc.js";
2
+ import { J as SpinnerIcon, V as PlayIcon, b as EllipsisIcon, f as ChevronDownIcon, tt as WarningIcon } from "../../icons-B1Qw05te.js";
3
+ import { n as isPlainPrimaryLinkActivation, t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
3
4
  import { Button, buttonVariants } from "../foundations/Button.js";
4
- import { Menu } from "../foundations/Menu.js";
5
5
  import { i as formatErrorMessage } from "../../format-CmopcfqJ.js";
6
- import { n as isPlainPrimaryLinkActivation, t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
6
+ import { Menu } from "../foundations/Menu.js";
7
7
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
8
8
  import { ResponsiveSidebarShell } from "../general-purpose/ResponsiveSidebarShell.js";
9
9
  import { AlertDialog } from "../foundations/AlertDialog.js";
@@ -1,8 +1,8 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
+ import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
2
3
  import { buttonVariants } from "../foundations/Button.js";
3
- import { Badge } from "../foundations/Badge.js";
4
4
  import { EmptyState } from "../foundations/EmptyState.js";
5
- import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
5
+ import { Badge } from "../foundations/Badge.js";
6
6
  import { getThinkExecutionRunAccessibleName, getThinkExecutionRunId, isThinkSubmissionRun } from "./ThinkExecutionRun.js";
7
7
  import { ThinkExecutionRunSummary } from "./ThinkExecutionStatus.js";
8
8
  import * as React from "react";
@@ -43,7 +43,11 @@ interface ThinkThreadPickerProps extends Omit<React.HTMLAttributes<HTMLElement>,
43
43
  renderThreadLink: (thread: ThinkThreadItem) => React.ReactElement;
44
44
  /** Optional parent-agent create action, usually `parent.stub.createThread()`. */
45
45
  onCreate?: () => void | Promise<void>;
46
- /** Handles unmodified primary activation while preserving link modifier behavior. */
46
+ /**
47
+ * Notified on unmodified primary activation. The link still navigates — the
48
+ * route is the selection — so this is for side effects such as closing a
49
+ * compact drawer, never for performing the selection itself.
50
+ */
47
51
  onSelect?: (thread: ThinkThreadItem) => void;
48
52
  /** Optional parent-agent delete action, usually `parent.stub.deleteThread(thread.id)`. */
49
53
  onDelete?: (thread: ThinkThreadItem) => void | Promise<void>;
@@ -1,10 +1,10 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { H as PlusIcon, J as SpinnerIcon, t as ArchiveIcon, tt as WarningIcon, v as DotIcon } from "../../icons-B4mGvCvc.js";
2
+ import { H as PlusIcon, J as SpinnerIcon, t as ArchiveIcon, tt as WarningIcon, v as DotIcon } from "../../icons-B1Qw05te.js";
3
+ import { n as isPlainPrimaryLinkActivation, t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
3
4
  import { Button, buttonVariants } from "../foundations/Button.js";
4
5
  import { i as formatErrorMessage } from "../../format-CmopcfqJ.js";
5
- import { ScrollArea } from "../foundations/ScrollArea.js";
6
6
  import { EmptyState } from "../foundations/EmptyState.js";
7
- import { n as isPlainPrimaryLinkActivation, t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
7
+ import { ScrollArea } from "../foundations/ScrollArea.js";
8
8
  import { SearchField } from "../foundations/SearchField.js";
9
9
  import { AlertDialog } from "../foundations/AlertDialog.js";
10
10
  import * as React from "react";
@@ -209,9 +209,7 @@ function ThinkThreadPicker({ threads, renderThreadLink, onCreate, onSelect, onDe
209
209
  }),
210
210
  "data-thread-status": thread.status,
211
211
  onClick: onSelect ? (event) => {
212
- if (!isPlainPrimaryLinkActivation(event)) return;
213
- event.preventDefault();
214
- onSelect(thread);
212
+ if (isPlainPrimaryLinkActivation(event)) onSelect(thread);
215
213
  } : void 0,
216
214
  children: [/* @__PURE__ */ jsx("span", {
217
215
  className: "think-thread-picker__thread-title sigvelo-truncate",
@@ -1,5 +1,5 @@
1
1
  import { SearchField } from "../foundations/SearchField.js";
2
- import { i as FileTreeFolder, r as FileTreeFile, t as FileTree } from "../../FileTree-DbQMpvxV.js";
2
+ import { i as FileTreeFolder, r as FileTreeFile, t as FileTree } from "../../FileTree-4WP4Uc_m.js";
3
3
  import { WorkspaceHeader } from "./WorkspaceHeader.js";
4
4
  import * as React from "react";
5
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
@@ -3,7 +3,7 @@ import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
3
3
  import { inferWorkspaceLanguage, inferWorkspaceMedia, isWorkspaceMarkdownPath, isWorkspaceMediaPath, isWorkspaceSkillPath, parseWorkspaceSkill } from "./WorkspaceFile.js";
4
4
  import { a as WorkspaceNavigationRestorationBoundary, n as WorkspaceNavigationProvider, o as useRequiredWorkspaceNavigationRestoration, r as resolveWorkspaceLink, t as WorkspaceFileLink } from "../../WorkspaceLink-DZeLe_jN.js";
5
5
  import { WorkspaceBrowser } from "./WorkspaceBrowser.js";
6
- import { t as WorkspaceFileView } from "../../WorkspaceFileView-BeUpr6TU.js";
6
+ import { t as WorkspaceFileView } from "../../WorkspaceFileView-BtzVKAed.js";
7
7
  import { useWorkspace, workspaceBinaryFileQueryOptions, workspaceDirectoryQueryKey, workspaceDirectoryQueryOptions, workspaceDirectoryQueryPrefix, workspaceFileAssetQueryOptions, workspaceFileStatQueryOptions, workspaceInfoQueryOptions, workspaceQueryKey, workspaceTextFileQueryOptions } from "./Workspace.js";
8
8
  import * as React from "react";
9
9
  import { jsx } from "react/jsx-runtime";
@@ -1,2 +1,2 @@
1
- import { t as WorkspaceFileView } from "../../WorkspaceFileView-BeUpr6TU.js";
1
+ import { t as WorkspaceFileView } from "../../WorkspaceFileView-BtzVKAed.js";
2
2
  export { WorkspaceFileView };
@@ -1,4 +1,4 @@
1
- import { W as RefreshIcon } from "../../icons-B4mGvCvc.js";
1
+ import { W as RefreshIcon } from "../../icons-B1Qw05te.js";
2
2
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
3
3
  import "react";
4
4
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
@@ -1,10 +1,10 @@
1
- import { R as PaperclipIcon } from "../../icons-B4mGvCvc.js";
1
+ import { R as PaperclipIcon } from "../../icons-B1Qw05te.js";
2
2
  import { Button } from "../foundations/Button.js";
3
3
  import { Popover } from "../foundations/Popover.js";
4
- import { Card, CardAction, CardFooter, CardHeader, CardTitle } from "../foundations/Card.js";
5
4
  import { EmptyState } from "../foundations/EmptyState.js";
6
5
  import { StatusPill } from "../foundations/StatusPill.js";
7
6
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
7
+ import { Card, CardAction, CardFooter, CardHeader, CardTitle } from "../foundations/Card.js";
8
8
  import "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
10
  //#region src/components/agents-sdk/WorkspaceMountManager.tsx
@@ -1,7 +1,7 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
+ import { m as ChevronRightIcon } from "../../icons-B1Qw05te.js";
2
3
  import { Collapsible } from "../foundations/Collapsible.js";
3
4
  import { useExpansionState } from "./ExpansionState.js";
4
- import { m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
5
5
  import "react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  //#region src/components/ai-sdk/Activity.tsx
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { rt as XIcon } from "../../icons-B4mGvCvc.js";
2
+ import { rt as XIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import { IconButton } from "../foundations/IconButton.js";
5
5
  import { PromptInputTray } from "./PromptInput.js";
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { B as PencilIcon } from "../../icons-B4mGvCvc.js";
2
+ import { B as PencilIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import { Kbd } from "../foundations/Kbd.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 { rt as XIcon } from "../../icons-B4mGvCvc.js";
2
+ import { rt as XIcon } from "../../icons-B1Qw05te.js";
3
3
  import { IconButton } from "../foundations/IconButton.js";
4
4
  import "react";
5
5
  import { jsx } from "react/jsx-runtime";
@@ -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";
2
3
  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-B4mGvCvc.js";
2
+ import { s as BookmarkIcon } from "../../icons-B1Qw05te.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-B5I7wje1.js";
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-CM5gfmdq.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-B4mGvCvc.js";
2
+ import { n as ArrowDownIcon, y as DownloadIcon } from "../../icons-B1Qw05te.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-B4mGvCvc.js";
2
+ import { Q as TargetIcon, V as PlayIcon, et as TrashIcon, z as PauseIcon } from "../../icons-B1Qw05te.js";
3
3
  import { IconButton } from "../foundations/IconButton.js";
4
4
  import { i as formatErrorMessage } from "../../format-CmopcfqJ.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 { V as PlayIcon } from "../../icons-B4mGvCvc.js";
2
+ import { V as PlayIcon } from "../../icons-B1Qw05te.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,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-B4mGvCvc.js";
2
+ import { C as FileIcon, i as ArrowRightIcon, r as ArrowLeftIcon } from "../../icons-B1Qw05te.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-B4mGvCvc.js";
2
+ import { n as ArrowDownIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import "react";
5
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { n as ArrowDownIcon } from "../../icons-B4mGvCvc.js";
2
+ import { n as ArrowDownIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import * as React from "react";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -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-B4mGvCvc.js";
2
+ import { d as CheckIcon, i as ArrowRightIcon, v as DotIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Popover } from "../foundations/Popover.js";
4
4
  import { t as ProgressRing } from "../../progress-ring-Dz_ztrW2.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-B4mGvCvc.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-B1Qw05te.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-CmopcfqJ.js";
6
8
  import { Combobox } from "../foundations/Combobox.js";
7
9
  import { Kbd } from "../foundations/Kbd.js";
8
10
  import { Menu } from "../foundations/Menu.js";
9
11
  import { Select } from "../foundations/Select.js";
10
12
  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-CmopcfqJ.js";
13
13
  import * as React from "react";
14
14
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
15
15
  //#region src/components/ai-sdk/PromptInput.tsx
@@ -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";
2
3
  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,6 +1,6 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
+ import { J as SpinnerIcon } from "../../icons-B1Qw05te.js";
2
3
  import { Collapsible } from "../foundations/Collapsible.js";
3
- import { J as SpinnerIcon } from "../../icons-B4mGvCvc.js";
4
4
  import { ActivityContent, ActivityText, ActivityTrigger } from "./Activity.js";
5
5
  import { MessageResponse } from "./Message.js";
6
6
  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";
2
3
  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";
2
3
  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,7 +1,7 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { J as SpinnerIcon } from "../../icons-B4mGvCvc.js";
2
+ import { J as SpinnerIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Button } from "../foundations/Button.js";
4
- import { u as ModelSelectorLogo } from "../../ModelSelector-DZcpUBgn.js";
4
+ import { u as ModelSelectorLogo } from "../../ModelSelector-DzdEs2fX.js";
5
5
  import "react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  //#region src/components/extension/ChatGptSignInScreen.tsx
@@ -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-B4mGvCvc.js";
2
+ import { W as RefreshIcon, d as CheckIcon, f as ChevronDownIcon, l as BrainIcon, m as ChevronRightIcon } from "../../icons-B1Qw05te.js";
3
3
  import { Tooltip } from "../foundations/Tooltip.js";
4
- import { Menu } from "../foundations/Menu.js";
5
4
  import { a as titleCase } from "../../format-CmopcfqJ.js";
5
+ import { Menu } from "../foundations/Menu.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-B4mGvCvc.js";
1
+ import { tt as WarningIcon } from "../../icons-B1Qw05te.js";
2
+ import { Avatar } from "../foundations/Avatar.js";
2
3
  import { Button } from "../foundations/Button.js";
3
- import { Menu } from "../foundations/Menu.js";
4
4
  import { i as formatErrorMessage } from "../../format-CmopcfqJ.js";
5
- import { Avatar } from "../foundations/Avatar.js";
5
+ import { Menu } from "../foundations/Menu.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
@@ -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-B1Qw05te.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 { Collapsible as Collapsible$1 } from "@base-ui/react/collapsible";
4
3
  import { jsx } from "react/jsx-runtime";
4
+ import { Collapsible as Collapsible$1 } from "@base-ui/react/collapsible";
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-B4mGvCvc.js";
2
+ import { d as CheckIcon, v as DotIcon } from "../../icons-B1Qw05te.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-B4mGvCvc.js";
2
+ import { d as CheckIcon, v as DotIcon } from "../../icons-B1Qw05te.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 { G as SearchIcon } from "../../icons-B1Qw05te.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-B1Qw05te.js";
3
3
  import "react";
4
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
5
  import { Select as Select$1 } from "@base-ui/react/select";