@mcp-b/react-components 0.39.0 → 0.40.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 (94) hide show
  1. package/dist/{CodeBlock-DO4Hdu1R.js → CodeBlock-CWk1FVtm.js} +1 -1
  2. package/dist/{FileTree-DbQMpvxV.js → FileTree-xqHYBw4g.js} +1 -1
  3. package/dist/{ToggleGroup-BrQZOQn_.d.ts → ToggleGroup-_pQMyHGM.d.ts} +1 -1
  4. package/dist/{WorkspaceFileView-D0r7xnq5.js → WorkspaceFileView-Lab3om3F.js} +3 -3
  5. package/dist/components/agents-sdk/AgentActivity.js +1 -1
  6. package/dist/components/agents-sdk/AgentActivityPreview.js +2 -2
  7. package/dist/components/agents-sdk/AgentChat.js +2 -2
  8. package/dist/components/agents-sdk/BrowserLiveView.js +2 -2
  9. package/dist/components/agents-sdk/BrowserReplay.js +1 -1
  10. package/dist/components/agents-sdk/BrowserRunPanel.d.ts +72 -25
  11. package/dist/components/agents-sdk/BrowserRunPanel.js +110 -63
  12. package/dist/components/agents-sdk/McpConnectionRequest.js +1 -1
  13. package/dist/components/agents-sdk/McpPluginCatalog.js +2 -2
  14. package/dist/components/agents-sdk/McpServerPicker.js +1 -1
  15. package/dist/components/agents-sdk/ModelSelector.js +2 -2
  16. package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
  17. package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
  18. package/dist/components/agents-sdk/SubagentRunSelector.js +1 -1
  19. package/dist/components/agents-sdk/ThinkChat.js +1 -1
  20. package/dist/components/agents-sdk/ThinkChatActivity.js +1 -1
  21. package/dist/components/agents-sdk/ThinkChatToolPanels.js +1 -1
  22. package/dist/components/agents-sdk/ThinkExecutionDetail.js +1 -1
  23. package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
  24. package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +2 -2
  25. package/dist/components/agents-sdk/ThinkFullApp.js +5 -5
  26. package/dist/components/agents-sdk/ThinkFullAppViewSwitch.d.ts +1 -1
  27. package/dist/components/agents-sdk/ThinkFullAppViewSwitch.js +1 -1
  28. package/dist/components/agents-sdk/ThinkRoutineBrowser.js +1 -1
  29. package/dist/components/agents-sdk/ThinkRoutineDetail.js +1 -1
  30. package/dist/components/agents-sdk/ThinkRoutineForm.js +1 -1
  31. package/dist/components/agents-sdk/ThinkRoutineLibrary.js +2 -2
  32. package/dist/components/agents-sdk/ThinkThreadPicker.js +2 -2
  33. package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
  34. package/dist/components/agents-sdk/WorkspaceExplorer.js +1 -1
  35. package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
  36. package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
  37. package/dist/components/agents-sdk/WorkspaceMountManager.js +1 -1
  38. package/dist/components/ai-sdk/Activity.js +1 -1
  39. package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
  40. package/dist/components/ai-sdk/Approval.js +1 -1
  41. package/dist/components/ai-sdk/Artifact.js +1 -1
  42. package/dist/components/ai-sdk/ChainOfThought.d.ts +1 -1
  43. package/dist/components/ai-sdk/ChainOfThought.js +1 -1
  44. package/dist/components/ai-sdk/Checkpoint.js +1 -1
  45. package/dist/components/ai-sdk/CodeBlock.js +1 -1
  46. package/dist/components/ai-sdk/Conversation.js +1 -1
  47. package/dist/components/ai-sdk/Goal.js +1 -1
  48. package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
  49. package/dist/components/ai-sdk/Message.js +1 -1
  50. package/dist/components/ai-sdk/MessageScroller.js +1 -1
  51. package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -1
  52. package/dist/components/ai-sdk/Plan.js +1 -1
  53. package/dist/components/ai-sdk/PromptInput.js +1 -1
  54. package/dist/components/ai-sdk/Queue.js +1 -1
  55. package/dist/components/ai-sdk/Reasoning.js +1 -1
  56. package/dist/components/ai-sdk/Sources.js +1 -1
  57. package/dist/components/ai-sdk/Task.js +1 -1
  58. package/dist/components/extension/ChatGptSignInScreen.d.ts +21 -10
  59. package/dist/components/extension/ChatGptSignInScreen.js +42 -34
  60. package/dist/components/extension/CodexModelSelector.js +1 -1
  61. package/dist/components/extension/ConversationTabPicker.js +1 -1
  62. package/dist/components/foundations/Checkbox.js +1 -1
  63. package/dist/components/foundations/ContextMenu.js +1 -1
  64. package/dist/components/foundations/Menubar.js +1 -1
  65. package/dist/components/foundations/SearchField.js +1 -1
  66. package/dist/components/foundations/Select.js +1 -1
  67. package/dist/components/foundations/Stepper.js +1 -1
  68. package/dist/components/foundations/Toast.js +1 -1
  69. package/dist/components/foundations/ToggleGroup.d.ts +1 -1
  70. package/dist/components/foundations/ToggleGroup.js +1 -1
  71. package/dist/components/foundations/icons.d.ts +2 -2
  72. package/dist/components/foundations/icons.js +2 -2
  73. package/dist/components/general-purpose/Commit.js +2 -2
  74. package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
  75. package/dist/components/general-purpose/FileTree.js +1 -1
  76. package/dist/components/general-purpose/PricingBillingToggle.js +1 -1
  77. package/dist/components/general-purpose/PricingPlanCard.js +1 -1
  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/SetupChecklist.js +1 -1
  81. package/dist/components/general-purpose/Terminal.js +2 -2
  82. package/dist/components/general-purpose/TestResults.js +1 -1
  83. package/dist/components/general-purpose/ThemeModeControl.js +1 -1
  84. package/dist/components/general-purpose/WebPreview.js +1 -1
  85. package/dist/components/nanites/AgentConnection.js +2 -2
  86. package/dist/components/nanites/AgentToolDetail.js +4 -4
  87. package/dist/{copy-button-4YvddK4e.js → copy-button-Bc7jsYv_.js} +1 -1
  88. package/dist/{icons-BGZ916hb.d.ts → icons-DwgNir1Q.d.ts} +6 -1
  89. package/dist/{icons-B4mGvCvc.js → icons-MmIXciMO.js} +3 -2
  90. package/dist/styles/browser-run-panel.css +3 -1
  91. package/dist/styles/chatgpt-sign-in-screen.css +6 -0
  92. package/dist/styles/think-full-app.css +8 -0
  93. package/package.json +2 -2
  94. package/dist/{ThinkChat-BES_3Mb-.js → ThinkChat-DkA4Wr71.js} +1 -1
@@ -1,8 +1,8 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
2
  import { Separator } from "../foundations/Separator.js";
3
3
  import { Card } from "../foundations/Card.js";
4
- import { Slider } from "../foundations/Slider.js";
5
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-B4mGvCvc.js";
2
+ import { q as SidebarIcon } from "../../icons-MmIXciMO.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,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-B4mGvCvc.js";
2
+ import { U as PlusIcon, d as CheckIcon, f as ChevronDownIcon, nt as WarningIcon } from "../../icons-MmIXciMO.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import { Menu } from "../foundations/Menu.js";
5
5
  import * as React from "react";
@@ -1,7 +1,7 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { $ as TerminalIcon, rt as XIcon } from "../../icons-B4mGvCvc.js";
2
+ import { et as TerminalIcon, it as XIcon } from "../../icons-MmIXciMO.js";
3
3
  import { IconButton } from "../foundations/IconButton.js";
4
- import { t as CopyButton } from "../../copy-button-4YvddK4e.js";
4
+ import { t as CopyButton } from "../../copy-button-Bc7jsYv_.js";
5
5
  import { Badge } from "../foundations/Badge.js";
6
6
  import { ScrollArea } from "../foundations/ScrollArea.js";
7
7
  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 { J as SpinnerIcon, d as CheckIcon, m as ChevronRightIcon, rt as XIcon } from "../../icons-B4mGvCvc.js";
3
+ import { Y as SpinnerIcon, d as CheckIcon, it as XIcon, m as ChevronRightIcon } from "../../icons-MmIXciMO.js";
4
4
  import { Badge } from "../foundations/Badge.js";
5
5
  import { Progress } from "../foundations/Progress.js";
6
6
  import * as React from "react";
@@ -1,4 +1,4 @@
1
- import { F as MonitorIcon, I as MoonIcon, Z as SunIcon } from "../../icons-B4mGvCvc.js";
1
+ import { I as MonitorIcon, L as MoonIcon, Q as SunIcon } from "../../icons-MmIXciMO.js";
2
2
  import { Radio, RadioGroup } from "../foundations/RadioGroup.js";
3
3
  import { useTheme } from "../foundations/ThemeProvider.js";
4
4
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -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 { W as RefreshIcon, f as ChevronDownIcon, i as ArrowRightIcon, r as ArrowLeftIcon } from "../../icons-B4mGvCvc.js";
3
+ import { G as RefreshIcon, f as ChevronDownIcon, i as ArrowRightIcon, r as ArrowLeftIcon } from "../../icons-MmIXciMO.js";
4
4
  import { IconButton } from "../foundations/IconButton.js";
5
5
  import { Badge } from "../foundations/Badge.js";
6
6
  import { ScrollArea } from "../foundations/ScrollArea.js";
@@ -1,7 +1,7 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { k as LinkIcon } from "../../icons-B4mGvCvc.js";
2
+ import { A as LinkIcon } from "../../icons-MmIXciMO.js";
3
3
  import { Button } from "../foundations/Button.js";
4
- import { a as CodeBlockCopyButton, i as CodeBlockContent, n as CodeBlockActions, p as CodeBlockTitle, r as CodeBlockContainer, s as CodeBlockHeader, t as CodeBlock } from "../../CodeBlock-DO4Hdu1R.js";
4
+ import { a as CodeBlockCopyButton, i as CodeBlockContent, n as CodeBlockActions, p as CodeBlockTitle, r as CodeBlockContainer, s as CodeBlockHeader, t as CodeBlock } from "../../CodeBlock-CWk1FVtm.js";
5
5
  import { Popover } from "../foundations/Popover.js";
6
6
  import { ToggleGroup } from "../foundations/ToggleGroup.js";
7
7
  import * as React from "react";
@@ -1,11 +1,11 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { r as ArrowLeftIcon } from "../../icons-B4mGvCvc.js";
2
+ import { r as ArrowLeftIcon } from "../../icons-MmIXciMO.js";
3
3
  import { TransitionSurface } from "../foundations/TransitionSurface.js";
4
- import { SubagentRunActions, SubagentRunMilestone, SubagentRunMilestones, SubagentRunProgress } from "../agents-sdk/SubagentRunDetails.js";
5
- import { SubagentRunIndicator, getSubagentRunName } from "../agents-sdk/SubagentRunIndicator.js";
6
- import { t as ThinkChat } from "../../ThinkChat-BES_3Mb-.js";
7
4
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
8
5
  import { NaniteMark } from "./NaniteScene.js";
6
+ import { SubagentRunIndicator, getSubagentRunName } from "../agents-sdk/SubagentRunIndicator.js";
7
+ import { SubagentRunActions, SubagentRunMilestone, SubagentRunMilestones, SubagentRunProgress } from "../agents-sdk/SubagentRunDetails.js";
8
+ import { t as ThinkChat } from "../../ThinkChat-DkA4Wr71.js";
9
9
  import * as React from "react";
10
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
11
  import { useAgentChat } from "@cloudflare/think/react";
@@ -1,4 +1,4 @@
1
- import { d as CheckIcon, g as CopyIcon } from "./icons-B4mGvCvc.js";
1
+ import { d as CheckIcon, g as CopyIcon } from "./icons-MmIXciMO.js";
2
2
  import { IconButton } from "./components/foundations/IconButton.js";
3
3
  import * as React from "react";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -203,6 +203,11 @@ declare const LinkIcon: ({
203
203
  strokeWidth,
204
204
  ...props
205
205
  }: IconProps) => import("react").JSX.Element;
206
+ declare const KeyboardIcon: ({
207
+ size,
208
+ strokeWidth,
209
+ ...props
210
+ }: IconProps) => import("react").JSX.Element;
206
211
  declare const QueueIcon: ({
207
212
  size,
208
213
  strokeWidth,
@@ -296,4 +301,4 @@ declare const MaximizeIcon: ({
296
301
  ...props
297
302
  }: IconProps) => import("react").JSX.Element;
298
303
  //#endregion
299
- export { SunIcon as $, InfoIcon as A, PaperclipIcon as B, EyeOffIcon as C, HashIcon as D, FolderOpenIcon as E, MicrophoneIcon as F, QueueIcon as G, PencilIcon as H, MinusIcon as I, SidebarIcon as J, RefreshIcon as K, MonitorIcon as L, MaximizeIcon as M, McpIcon as N, IconProps as O, MessageSquareIcon as P, StopIcon as Q, MoonIcon as R, EyeIcon as S, FolderIcon as T, PlayIcon as U, PauseIcon as V, PlusIcon as W, SpinnerIcon as X, SlackIcon as Y, SquareIcon as Z, CopyIcon as _, ArrowUpIcon as a, XIcon as at, DownloadIcon as b, BoxIcon as c, CalendarIcon as d, TargetIcon as et, CheckIcon as f, CodeIcon as g, ChevronRightIcon as h, ArrowRightIcon as i, WrenchIcon as it, LinkIcon as j, ImageIcon as k, BrainIcon as l, ChevronLeftIcon as m, ArrowDownIcon as n, TrashIcon as nt, ArrowUpRightIcon as o, ChevronDownIcon as p, SearchIcon as q, ArrowLeftIcon as r, WarningIcon as rt, BookmarkIcon as s, ArchiveIcon as t, TerminalIcon as tt, BrandIconProps as u, DiscordIcon as v, FileIcon as w, EllipsisIcon as x, DotIcon as y, MoveToFrontIcon as z };
304
+ export { StopIcon as $, InfoIcon as A, MoveToFrontIcon as B, EyeOffIcon as C, HashIcon as D, FolderOpenIcon as E, MessageSquareIcon as F, PlusIcon as G, PauseIcon as H, MicrophoneIcon as I, SearchIcon as J, QueueIcon as K, MinusIcon as L, LinkIcon as M, MaximizeIcon as N, IconProps as O, McpIcon as P, SquareIcon as Q, MonitorIcon as R, EyeIcon as S, FolderIcon as T, PencilIcon as U, PaperclipIcon as V, PlayIcon as W, SlackIcon as X, SidebarIcon as Y, SpinnerIcon as Z, CopyIcon as _, ArrowUpIcon as a, WrenchIcon as at, DownloadIcon as b, BoxIcon as c, CalendarIcon as d, SunIcon as et, CheckIcon as f, CodeIcon as g, ChevronRightIcon as h, ArrowRightIcon as i, WarningIcon as it, KeyboardIcon as j, ImageIcon as k, BrainIcon as l, ChevronLeftIcon as m, ArrowDownIcon as n, TerminalIcon as nt, ArrowUpRightIcon as o, XIcon as ot, ChevronDownIcon as p, RefreshIcon as q, ArrowLeftIcon as r, TrashIcon as rt, BookmarkIcon as s, ArchiveIcon as t, TargetIcon as tt, BrandIconProps as u, DiscordIcon as v, FileIcon as w, EllipsisIcon as x, DotIcon as y, MoonIcon as z };
@@ -1,6 +1,6 @@
1
1
  import { t as cx } from "./class-names-BiMDVpUo.js";
2
2
  import { jsx } from "react/jsx-runtime";
3
- import { Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Bookmark, Box, Brain, CalendarDays, Check, ChevronDown, ChevronLeft, ChevronRight, CircleStop, CodeXml, Copy, CornerDownRight, Dot, Download, Ellipsis, Eye, EyeOff, File, Folder, FolderOpen, Hash, Image, Info, Link2, ListRestart, LoaderCircle, Maximize2, MessageSquare, Mic, Minus, Monitor, Moon, PanelLeft, Paperclip, Pause, Pencil, Play, Plus, RefreshCw, Search, Square, Sun, Target, Terminal, Trash2, TriangleAlert, Wrench, X } from "lucide-react";
3
+ import { Archive, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Bookmark, Box, Brain, CalendarDays, Check, ChevronDown, ChevronLeft, ChevronRight, CircleStop, CodeXml, Copy, CornerDownRight, Dot, Download, Ellipsis, Eye, EyeOff, File, Folder, FolderOpen, Hash, Image, Info, Keyboard, Link2, ListRestart, LoaderCircle, Maximize2, MessageSquare, Mic, Minus, Monitor, Moon, PanelLeft, Paperclip, Pause, Pencil, Play, Plus, RefreshCw, Search, Square, Sun, Target, Terminal, Trash2, TriangleAlert, Wrench, X } from "lucide-react";
4
4
  import { FaSlack } from "react-icons/fa6";
5
5
  import { SiDiscord, SiModelcontextprotocol } from "react-icons/si";
6
6
  //#region src/components/_internal/icons.tsx
@@ -72,6 +72,7 @@ const SearchIcon = icon(Search);
72
72
  const SidebarIcon = icon(PanelLeft);
73
73
  const TerminalIcon = icon(Terminal);
74
74
  const LinkIcon = icon(Link2);
75
+ const KeyboardIcon = icon(Keyboard);
75
76
  const QueueIcon = icon(ListRestart);
76
77
  const TrashIcon = icon(Trash2);
77
78
  const WarningIcon = icon(TriangleAlert);
@@ -92,4 +93,4 @@ const SunIcon = icon(Sun);
92
93
  const TargetIcon = icon(Target);
93
94
  const MaximizeIcon = icon(Maximize2);
94
95
  //#endregion
95
- export { TerminalIcon as $, MaximizeIcon as A, PencilIcon as B, FileIcon as C, ImageIcon as D, HashIcon as E, MonitorIcon as F, SearchIcon as G, PlusIcon as H, MoonIcon as I, SpinnerIcon as J, SidebarIcon as K, MoveToFrontIcon as L, MessageSquareIcon as M, MicrophoneIcon as N, InfoIcon as O, MinusIcon as P, TargetIcon as Q, PaperclipIcon as R, EyeOffIcon as S, FolderOpenIcon as T, QueueIcon as U, PlayIcon as V, RefreshIcon as W, StopIcon as X, SquareIcon as Y, SunIcon as Z, DiscordIcon as _, ArrowUpIcon as a, EllipsisIcon as b, BoxIcon as c, CheckIcon as d, TrashIcon as et, ChevronDownIcon as f, CopyIcon as g, CodeIcon as h, ArrowRightIcon as i, McpIcon as j, LinkIcon as k, BrainIcon as l, ChevronRightIcon as m, ArrowDownIcon as n, WrenchIcon as nt, ArrowUpRightIcon as o, ChevronLeftIcon as p, SlackIcon as q, ArrowLeftIcon as r, XIcon as rt, BookmarkIcon as s, ArchiveIcon as t, WarningIcon as tt, CalendarIcon as u, DotIcon as v, FolderIcon as w, EyeIcon as x, DownloadIcon as y, PauseIcon as z };
96
+ export { TargetIcon as $, LinkIcon as A, PauseIcon as B, FileIcon as C, ImageIcon as D, HashIcon as E, MinusIcon as F, RefreshIcon as G, PlayIcon as H, MonitorIcon as I, SlackIcon as J, SearchIcon as K, MoonIcon as L, McpIcon as M, MessageSquareIcon as N, InfoIcon as O, MicrophoneIcon as P, SunIcon as Q, MoveToFrontIcon as R, EyeOffIcon as S, FolderOpenIcon as T, PlusIcon as U, PencilIcon as V, QueueIcon as W, SquareIcon as X, SpinnerIcon as Y, StopIcon as Z, DiscordIcon as _, ArrowUpIcon as a, EllipsisIcon as b, BoxIcon as c, CheckIcon as d, TerminalIcon as et, ChevronDownIcon as f, CopyIcon as g, CodeIcon as h, ArrowRightIcon as i, XIcon as it, MaximizeIcon as j, KeyboardIcon as k, BrainIcon as l, ChevronRightIcon as m, ArrowDownIcon as n, WarningIcon as nt, ArrowUpRightIcon as o, ChevronLeftIcon as p, SidebarIcon as q, ArrowLeftIcon as r, WrenchIcon as rt, BookmarkIcon as s, ArchiveIcon as t, TrashIcon as tt, CalendarIcon as u, DotIcon as v, FolderIcon as w, EyeIcon as x, DownloadIcon as y, PaperclipIcon as z };
@@ -77,7 +77,9 @@
77
77
  padding: var(--sigvelo-spacing-2-5);
78
78
  }
79
79
 
80
- .browser-run-panel__live-view {
80
+ /* Whichever live surface the body holds — the panel's own embedded view or a
81
+ * host-fed stream — fills the frame the same way. */
82
+ .browser-run-panel__body > .browser-live-view {
81
83
  flex: 1;
82
84
  min-block-size: 16rem;
83
85
  aspect-ratio: auto;
@@ -70,6 +70,12 @@
70
70
  margin-block-start: var(--sigvelo-spacing-4);
71
71
  }
72
72
 
73
+ .chatgpt-sign-in__error {
74
+ margin: 0;
75
+ color: var(--sigvelo-color-text-muted);
76
+ font-size: var(--sigvelo-text-sm);
77
+ }
78
+
73
79
  .chatgpt-sign-in__brand {
74
80
  display: grid;
75
81
  gap: var(--sigvelo-spacing-1-5);
@@ -299,6 +299,14 @@ body.is-resizing-side-panel .think-full-app__view-scope {
299
299
  max(var(--sigvelo-spacing-3), env(safe-area-inset-right, 0px));
300
300
  }
301
301
 
302
+ /* The gutter above belongs to the composer pinned under a transcript. On the
303
+ start screen the composer is in flow and the utility tray docks against
304
+ the card's bottom edge, so any bottom padding here reads as the tray
305
+ floating detached. */
306
+ .think-full-app .agent-chat-start-screen__composer > .agent-chat__composer {
307
+ padding: 0;
308
+ }
309
+
302
310
  .think-full-app .prompt-input {
303
311
  gap: var(--sigvelo-spacing-1);
304
312
  padding-block: var(--sigvelo-spacing-2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/react-components",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "MCP-B React components built on Base UI and shared design tokens, including Cloudflare Think chat primitives.",
5
5
  "homepage": "https://design-system.sigvelo.com",
6
6
  "bugs": {
@@ -53,7 +53,7 @@
53
53
  "streamdown": "^2.5.0",
54
54
  "unist-util-visit": "^5.1.0",
55
55
  "yet-another-react-lightbox": "^3.32.1",
56
- "@mcp-b/design-tokens": "0.39.0"
56
+ "@mcp-b/design-tokens": "0.40.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@ai-sdk/react": "^3.0.230",
@@ -1,6 +1,6 @@
1
1
  import { TransitionSurface } from "./components/foundations/TransitionSurface.js";
2
- import { AgentChat, compactingNotice } from "./components/agents-sdk/AgentChat.js";
3
2
  import { AgentToolRunsProvider, useOptionalAgentToolRuns, useSourceScopedAgentToolEvents } from "./components/agents-sdk/AgentToolRunsContext.js";
3
+ import { AgentChat, compactingNotice } from "./components/agents-sdk/AgentChat.js";
4
4
  import { SubagentRunList } from "./components/agents-sdk/SubagentRunList.js";
5
5
  import { ThinkChatContext, ThinkChatLiveContext, useOptionalThinkChatContext, useThinkChatContext } from "./components/agents-sdk/ThinkChatContext.js";
6
6
  import { ThinkChatActivity, createThinkChatActivityRenderer, renderThinkChatActivityPart } from "./components/agents-sdk/ThinkChatActivity.js";