@mcp-b/react-components 0.41.0 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AgentChat-DVr2giwD.d.ts → AgentChat-Bibfj7u1.d.ts} +1 -1
- package/dist/{AgentChatStartScreen-CO49yepa.d.ts → AgentChatStartScreen-Bkv7Avni.d.ts} +6 -0
- package/dist/McpPluginCatalog-mbGw8FTu.d.ts +92 -0
- package/dist/ResponsiveSidebarShell-DOXd5T-d.d.ts +111 -0
- package/dist/SetupChecklist-H1JRCIIe.js +77 -0
- package/dist/{ThinkChatActivity-DyGHj01E.d.ts → ThinkChatActivity-CgvmTXXB.d.ts} +4 -1
- package/dist/Workspace-F3raHdYV.d.ts +140 -0
- package/dist/{WorkspaceFileView-D0yFwoDr.js → WorkspaceFileView-DWMKxX_u.js} +15 -21
- package/dist/components/agents-sdk/AgentActivity.js +3 -2
- package/dist/components/agents-sdk/AgentChat.d.ts +1 -1
- package/dist/components/agents-sdk/AgentChat.js +1 -0
- package/dist/components/agents-sdk/BrowserRunPanel.js +2 -1
- package/dist/components/agents-sdk/ManagerOffice.d.ts +39 -27
- package/dist/components/agents-sdk/ManagerOffice.js +80 -44
- package/dist/components/agents-sdk/McpPluginCatalog.d.ts +1 -91
- package/dist/components/agents-sdk/McpPluginCatalog.js +3 -1
- package/dist/components/agents-sdk/ModelSelector.js +1 -1
- package/dist/components/agents-sdk/ThinkChat.d.ts +2 -2
- package/dist/components/agents-sdk/ThinkChatActivity.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkChatActivity.js +18 -4
- package/dist/components/agents-sdk/ThinkChatToolPanels.js +6 -2
- package/dist/components/agents-sdk/ThinkExecutionDetail.js +2 -0
- package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +1 -0
- package/dist/components/agents-sdk/ThinkFullApp.d.ts +56 -90
- package/dist/components/agents-sdk/ThinkFullApp.js +74 -122
- package/dist/components/agents-sdk/ThinkFullAppViewSwitch.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkRoutineLibrary.d.ts +8 -6
- package/dist/components/agents-sdk/ThinkRoutineLibrary.js +71 -93
- package/dist/components/agents-sdk/ThinkSidepanel.d.ts +173 -0
- package/dist/components/agents-sdk/ThinkSidepanel.js +656 -0
- package/dist/components/agents-sdk/ThinkThreadPicker.d.ts +4 -5
- package/dist/components/agents-sdk/ThinkThreadPicker.js +6 -5
- package/dist/components/agents-sdk/Workspace.d.ts +1 -139
- package/dist/components/agents-sdk/WorkspaceBrowser.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceExplorer.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceExplorer.js +4 -3
- package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
- package/dist/components/ai-sdk/AgentChatStartScreen.d.ts +1 -1
- package/dist/components/ai-sdk/AgentChatStartScreen.js +5 -2
- package/dist/components/ai-sdk/MessageScroller.js +2 -1
- package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -0
- package/dist/components/ai-sdk/PromptInput.js +20 -14
- package/dist/components/extension/ChatGptSignInScreen.js +1 -0
- package/dist/components/foundations/ToggleGroup.d.ts +79 -1
- package/dist/components/foundations/Toolbar.d.ts +151 -1
- package/dist/components/general-purpose/AppFrame.js +1 -0
- package/dist/components/general-purpose/AppTopBar.d.ts +96 -1
- package/dist/components/general-purpose/ResizableSidePanel.d.ts +8 -0
- package/dist/components/general-purpose/ResizableSidePanel.js +3 -2
- package/dist/components/general-purpose/ResponsiveSidebarShell.d.ts +2 -95
- package/dist/components/general-purpose/ResponsiveSidebarShell.js +74 -74
- package/dist/components/general-purpose/SetupChecklist.js +1 -76
- package/dist/components/general-purpose/ThemeModeControl.js +1 -1
- package/dist/components/general-purpose/WebPreview.d.ts +3 -0
- package/dist/components/general-purpose/WebPreview.js +2 -2
- package/dist/components/nanites/AgentToolDetail.js +1 -0
- package/dist/styles/accordion.css +1 -0
- package/dist/styles/action-guide.css +8 -7
- package/dist/styles/activity-header.css +13 -39
- package/dist/styles/activity.css +40 -55
- package/dist/styles/agent-attention.css +14 -14
- package/dist/styles/agent-chat.css +80 -58
- package/dist/styles/agent-connection.css +10 -4
- package/dist/styles/agent-tool-detail.css +4 -4
- package/dist/styles/alert-dialog.css +4 -4
- package/dist/styles/app-frame.css +1 -3
- package/dist/styles/app-top-bar.css +5 -9
- package/dist/styles/approval.css +1 -0
- package/dist/styles/artifact.css +6 -6
- package/dist/styles/attachment-preview.css +5 -4
- package/dist/styles/browser-replay.css +6 -6
- package/dist/styles/browser-run-panel.css +1 -0
- package/dist/styles/button.css +15 -6
- package/dist/styles/card.css +5 -5
- package/dist/styles/chatgpt-sign-in-screen.css +1 -1
- package/dist/styles/code-block.css +14 -13
- package/dist/styles/codex-model-selector.css +2 -0
- package/dist/styles/collapsible.css +1 -0
- package/dist/styles/commit.css +6 -6
- package/dist/styles/context.css +9 -9
- package/dist/styles/conversation-tab-picker.css +1 -1
- package/dist/styles/conversation.css +6 -8
- package/dist/styles/dialog.css +4 -4
- package/dist/styles/empty-state.css +3 -3
- package/dist/styles/environment-variables.css +9 -9
- package/dist/styles/field.css +2 -1
- package/dist/styles/fieldset.css +2 -2
- package/dist/styles/index.css +4 -3
- package/dist/styles/manager-office.css +23 -29
- package/dist/styles/mcp-plugin-catalog.css +11 -10
- package/dist/styles/mcp-server-picker.css +3 -3
- package/dist/styles/message-scroller.css +9 -11
- package/dist/styles/message.css +43 -20
- package/dist/styles/navigation-menu.css +1 -0
- package/dist/styles/plan.css +13 -12
- package/dist/styles/pricing-page.css +26 -23
- package/dist/styles/prompt-input.css +18 -5
- package/dist/styles/queue.css +1 -0
- package/dist/styles/reasoning.css +1 -9
- package/dist/styles/recipes.css +28 -1
- package/dist/styles/responsive-sidebar-shell.css +55 -24
- package/dist/styles/separator.css +5 -5
- package/dist/styles/sources.css +4 -4
- package/dist/styles/stepper.css +1 -0
- package/dist/styles/streamdown.css +31 -21
- package/dist/styles/tabs.css +1 -0
- package/dist/styles/task.css +5 -17
- package/dist/styles/terminal.css +10 -10
- package/dist/styles/test-results.css +6 -6
- package/dist/styles/think-execution-status.css +2 -2
- package/dist/styles/think-execution-workbench.css +12 -15
- package/dist/styles/think-full-app.css +26 -64
- package/dist/styles/think-routine-library.css +26 -55
- package/dist/styles/think-sidepanel.css +74 -0
- package/dist/styles/think-thread-picker.css +9 -9
- package/dist/styles/utilities.css +33 -0
- package/dist/styles/web-preview.css +20 -19
- package/dist/styles/workspace-explorer.css +18 -21
- package/dist/styles/workspace-mount-manager.css +2 -2
- package/dist/utils/favicon.d.ts +6 -1
- package/dist/utils/favicon.js +18 -1
- package/package.json +2 -2
- package/dist/AppTopBar-ZdgmB_Lu.d.ts +0 -97
- package/dist/ToggleGroup-BrQZOQn_.d.ts +0 -80
- package/dist/Toolbar-CBOseBQr.d.ts +0 -152
|
@@ -1,58 +1,32 @@
|
|
|
1
1
|
.activity__header {
|
|
2
2
|
display: flex;
|
|
3
|
-
|
|
4
|
-
min-
|
|
3
|
+
inline-size: 100%;
|
|
4
|
+
min-inline-size: 0;
|
|
5
5
|
align-items: center;
|
|
6
6
|
gap: var(--sigvelo-spacing-1-5);
|
|
7
|
-
color:
|
|
7
|
+
color: inherit;
|
|
8
8
|
font-family: inherit;
|
|
9
|
-
font-size: var(--sigvelo-text-
|
|
10
|
-
font-weight: var(--sigvelo-font-weight-
|
|
9
|
+
font-size: var(--sigvelo-text-prose);
|
|
10
|
+
font-weight: var(--sigvelo-font-weight-normal);
|
|
11
|
+
line-height: var(--sigvelo-text-prose-leading);
|
|
11
12
|
text-align: start;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
/*
|
|
15
|
-
* The action holds its content width and the detail absorbs whatever is left,
|
|
16
|
-
* so the two shrink in the right order: a long path loses its tail while
|
|
17
|
-
* "Reading" stays legible. Basis 0 on the detail is what makes it the flexible
|
|
18
|
-
* one; the trailing affordance stays adjacent until the width is exhausted.
|
|
19
|
-
*
|
|
20
|
-
* With no detail present the action is the only flexible item, so a settled
|
|
21
|
-
* summary sentence still truncates rather than inflating its owner.
|
|
22
|
-
*/
|
|
15
|
+
/* Action keeps its content width; the detail takes the leftover track. */
|
|
23
16
|
.activity__header-action {
|
|
24
17
|
flex: 0 1 auto;
|
|
25
|
-
min-
|
|
26
|
-
|
|
27
|
-
overflow:
|
|
28
|
-
color: var(--sigvelo-color-text);
|
|
29
|
-
text-overflow: ellipsis;
|
|
30
|
-
white-space: nowrap;
|
|
18
|
+
min-inline-size: 0;
|
|
19
|
+
color: inherit;
|
|
20
|
+
overflow-wrap: anywhere;
|
|
31
21
|
}
|
|
32
22
|
|
|
33
|
-
/*
|
|
34
|
-
* The target of the action — a path, a command, a query. Muted, because in a
|
|
35
|
-
* column of activity lines the verb is what the reader scans for.
|
|
36
|
-
*
|
|
37
|
-
* Faded rather than ellipsed: this is data, and a trailing "…" reads as part of
|
|
38
|
-
* the value it is truncating.
|
|
39
|
-
*
|
|
40
|
-
* The fade is unconditional because it does not need a condition. Growing to
|
|
41
|
-
* fill the free space means the box is wider than short text, so the gradient
|
|
42
|
-
* lands on empty space and only bites once the text actually reaches the edge.
|
|
43
|
-
*/
|
|
23
|
+
/* Path, command, or query. Muted so the verb stays the scan target. */
|
|
44
24
|
.activity__header-detail {
|
|
45
25
|
flex: 1 1 0;
|
|
46
|
-
min-
|
|
47
|
-
overflow: hidden;
|
|
26
|
+
min-inline-size: 0;
|
|
48
27
|
color: var(--sigvelo-color-text-muted);
|
|
49
28
|
font-weight: var(--sigvelo-font-weight-normal);
|
|
50
|
-
|
|
51
|
-
mask-image: linear-gradient(
|
|
52
|
-
to right,
|
|
53
|
-
#000 calc(100% - var(--sigvelo-spacing-4)),
|
|
54
|
-
transparent 100%
|
|
55
|
-
);
|
|
29
|
+
overflow-wrap: anywhere;
|
|
56
30
|
}
|
|
57
31
|
|
|
58
32
|
.activity__item-icon {
|
package/dist/styles/activity.css
CHANGED
|
@@ -5,18 +5,15 @@
|
|
|
5
5
|
flex-direction: column;
|
|
6
6
|
inline-size: 100%;
|
|
7
7
|
min-inline-size: 0;
|
|
8
|
-
|
|
9
|
-
log alike — so toggling never reflows the conversation width. Plain rem,
|
|
10
|
-
not min(100%, …): percentages are ignored in intrinsic-size contributions,
|
|
11
|
-
so the min() let wide nowrap rows inflate content-sized ancestors. */
|
|
12
|
-
max-inline-size: 36rem;
|
|
8
|
+
max-inline-size: 100%;
|
|
13
9
|
/* Live tool labels and panels must never contribute a wider intrinsic size
|
|
14
10
|
when Activity is inserted into a narrow chat transcript. */
|
|
15
11
|
contain: inline-size;
|
|
16
|
-
/* Whitespace separates the work log from message prose around it */
|
|
17
12
|
margin-block: var(--sigvelo-spacing-2);
|
|
18
13
|
font-family: inherit;
|
|
19
|
-
|
|
14
|
+
/* Codex `conversation-body`: same ink as the turn, at 60%. Size matches
|
|
15
|
+
chat (`text-size-chat`); opacity is what marks the row as status. */
|
|
16
|
+
color: color-mix(in oklab, var(--sigvelo-color-text) 60%, transparent);
|
|
20
17
|
}
|
|
21
18
|
|
|
22
19
|
.activity__trigger {
|
|
@@ -26,19 +23,15 @@
|
|
|
26
23
|
align-items: center;
|
|
27
24
|
gap: var(--sigvelo-spacing-1-5);
|
|
28
25
|
padding-block: var(--sigvelo-spacing-1-5);
|
|
29
|
-
|
|
30
|
-
stays flush with the rows below instead of indenting on hover */
|
|
31
|
-
padding-inline: var(--sigvelo-spacing-2);
|
|
32
|
-
margin-inline: calc(var(--sigvelo-spacing-2) * -1);
|
|
26
|
+
padding-inline: 0;
|
|
33
27
|
background-color: transparent;
|
|
34
28
|
border: none;
|
|
35
29
|
border-radius: var(--sigvelo-radius-sm);
|
|
36
|
-
|
|
37
|
-
status, not content */
|
|
38
|
-
color: color-mix(in oklab, var(--sigvelo-color-text-muted), transparent 20%);
|
|
30
|
+
color: inherit;
|
|
39
31
|
font-family: inherit;
|
|
40
|
-
font-size: var(--sigvelo-text-
|
|
41
|
-
font-weight: var(--sigvelo-font-weight-
|
|
32
|
+
font-size: var(--sigvelo-text-prose);
|
|
33
|
+
font-weight: var(--sigvelo-font-weight-normal);
|
|
34
|
+
line-height: var(--sigvelo-text-prose-leading);
|
|
42
35
|
text-align: start;
|
|
43
36
|
cursor: pointer;
|
|
44
37
|
transition:
|
|
@@ -69,9 +62,6 @@
|
|
|
69
62
|
}
|
|
70
63
|
|
|
71
64
|
.activity__content {
|
|
72
|
-
/* The panel clips (overflow: hidden), so it must own the gutter the row
|
|
73
|
-
hover fills bleed into — the list padding puts the text back in line */
|
|
74
|
-
margin-inline: calc(var(--sigvelo-spacing-2) * -1);
|
|
75
65
|
/* Standard easing, not emphasized: the expo-out curve front-loads ~60% of
|
|
76
66
|
the motion into the first frames, which makes collapsing read as content
|
|
77
67
|
snapping upward instead of folding. */
|
|
@@ -84,7 +74,7 @@
|
|
|
84
74
|
/* Unbounded on purpose: the expanded log flows in the conversation scroll;
|
|
85
75
|
only subsection panels (group text, shell output, code) are height-capped. */
|
|
86
76
|
padding-block: var(--sigvelo-spacing-0-5) var(--sigvelo-spacing-2);
|
|
87
|
-
padding-inline:
|
|
77
|
+
padding-inline: 0;
|
|
88
78
|
}
|
|
89
79
|
|
|
90
80
|
/* Reveal row for step logs capped at the trailing window. */
|
|
@@ -97,9 +87,10 @@
|
|
|
97
87
|
display: flex;
|
|
98
88
|
align-items: baseline;
|
|
99
89
|
gap: var(--sigvelo-spacing-1-5);
|
|
100
|
-
font-size: var(--sigvelo-text-
|
|
101
|
-
|
|
102
|
-
|
|
90
|
+
font-size: var(--sigvelo-text-prose);
|
|
91
|
+
font-weight: var(--sigvelo-font-weight-normal);
|
|
92
|
+
color: inherit;
|
|
93
|
+
line-height: var(--sigvelo-text-prose-leading);
|
|
103
94
|
}
|
|
104
95
|
|
|
105
96
|
/* Second collapse level: the trigger reads as a plain item row; the panel is
|
|
@@ -113,20 +104,17 @@
|
|
|
113
104
|
display: flex;
|
|
114
105
|
align-items: baseline;
|
|
115
106
|
gap: var(--sigvelo-spacing-1-5);
|
|
116
|
-
/* Negative margins cancel the padding, so the hover fill gets breathing
|
|
117
|
-
room while the row text stays aligned with its plain siblings */
|
|
118
107
|
padding-block: var(--sigvelo-spacing-0-5);
|
|
119
|
-
padding-inline:
|
|
108
|
+
padding-inline: 0;
|
|
120
109
|
margin-block: -var(--sigvelo-spacing-0-5);
|
|
121
|
-
margin-inline: calc(var(--sigvelo-spacing-2) * -1);
|
|
122
110
|
background: none;
|
|
123
111
|
border: none;
|
|
124
112
|
border-radius: var(--sigvelo-radius-sm);
|
|
125
113
|
font-family: inherit;
|
|
126
|
-
font-size: var(--sigvelo-text-
|
|
127
|
-
font-weight:
|
|
128
|
-
color:
|
|
129
|
-
line-height: var(--sigvelo-leading
|
|
114
|
+
font-size: var(--sigvelo-text-prose);
|
|
115
|
+
font-weight: var(--sigvelo-font-weight-normal);
|
|
116
|
+
color: inherit;
|
|
117
|
+
line-height: var(--sigvelo-text-prose-leading);
|
|
130
118
|
text-align: start;
|
|
131
119
|
cursor: pointer;
|
|
132
120
|
transition: background-color var(--sigvelo-motion-duration-interaction)
|
|
@@ -171,8 +159,9 @@
|
|
|
171
159
|
/* Prose panels (thought traces): quiet text, bounded like everything else */
|
|
172
160
|
.activity__group-text {
|
|
173
161
|
margin: 0;
|
|
174
|
-
font-size: var(--sigvelo-text-
|
|
175
|
-
|
|
162
|
+
font-size: var(--sigvelo-text-prose);
|
|
163
|
+
font-weight: var(--sigvelo-font-weight-normal);
|
|
164
|
+
line-height: var(--sigvelo-text-prose-leading);
|
|
176
165
|
color: var(--sigvelo-color-text-muted);
|
|
177
166
|
white-space: pre-wrap;
|
|
178
167
|
overflow-wrap: anywhere;
|
|
@@ -192,23 +181,24 @@
|
|
|
192
181
|
display: flex;
|
|
193
182
|
flex-direction: column;
|
|
194
183
|
gap: var(--sigvelo-spacing-1);
|
|
195
|
-
padding-block: var(--sigvelo-spacing-
|
|
196
|
-
|
|
184
|
+
padding-block: var(--sigvelo-spacing-1);
|
|
185
|
+
/* Tighter than Codex exec `px-2` — the card already sits in the column. */
|
|
186
|
+
padding-inline: var(--sigvelo-spacing-1);
|
|
197
187
|
background-color: var(--sigvelo-color-neutral-bg-subtle);
|
|
198
188
|
border-radius: var(--sigvelo-radius-md);
|
|
199
189
|
}
|
|
200
190
|
|
|
201
191
|
.activity__shell-label {
|
|
202
|
-
font-size: var(--sigvelo-text-
|
|
203
|
-
font-weight: var(--sigvelo-font-weight-
|
|
192
|
+
font-size: var(--sigvelo-text-meta);
|
|
193
|
+
font-weight: var(--sigvelo-font-weight-normal);
|
|
204
194
|
color: var(--sigvelo-color-text-muted);
|
|
205
195
|
}
|
|
206
196
|
|
|
207
197
|
.activity__shell-output {
|
|
208
198
|
margin: 0;
|
|
209
199
|
font-family: var(--sigvelo-font-mono);
|
|
210
|
-
font-size: var(--sigvelo-text-
|
|
211
|
-
line-height: var(--sigvelo-leading
|
|
200
|
+
font-size: var(--sigvelo-text-code);
|
|
201
|
+
line-height: var(--sigvelo-text-code-leading);
|
|
212
202
|
color: var(--sigvelo-color-text);
|
|
213
203
|
white-space: pre-wrap;
|
|
214
204
|
overflow-wrap: anywhere;
|
|
@@ -216,7 +206,7 @@
|
|
|
216
206
|
|
|
217
207
|
.activity__shell-status {
|
|
218
208
|
align-self: flex-end;
|
|
219
|
-
font-size: var(--sigvelo-text-
|
|
209
|
+
font-size: var(--sigvelo-text-meta);
|
|
220
210
|
color: var(--sigvelo-color-success-text-on-subtle);
|
|
221
211
|
}
|
|
222
212
|
|
|
@@ -232,8 +222,8 @@
|
|
|
232
222
|
}
|
|
233
223
|
|
|
234
224
|
.activity__call-audit-label {
|
|
235
|
-
font-size: var(--sigvelo-text-
|
|
236
|
-
font-weight: var(--sigvelo-font-weight-
|
|
225
|
+
font-size: var(--sigvelo-text-meta);
|
|
226
|
+
font-weight: var(--sigvelo-font-weight-normal);
|
|
237
227
|
color: var(--sigvelo-color-text-muted);
|
|
238
228
|
}
|
|
239
229
|
|
|
@@ -243,13 +233,14 @@
|
|
|
243
233
|
flex-direction: column;
|
|
244
234
|
gap: var(--sigvelo-spacing-1);
|
|
245
235
|
margin: 0;
|
|
246
|
-
padding-inline-start:
|
|
247
|
-
|
|
236
|
+
padding-inline-start: 0;
|
|
237
|
+
list-style: none;
|
|
238
|
+
font-size: var(--sigvelo-text-code);
|
|
248
239
|
}
|
|
249
240
|
|
|
250
241
|
.activity__call-audit-item {
|
|
251
242
|
min-inline-size: 0;
|
|
252
|
-
padding-inline-start:
|
|
243
|
+
padding-inline-start: 0;
|
|
253
244
|
color: var(--sigvelo-color-text);
|
|
254
245
|
overflow-wrap: anywhere;
|
|
255
246
|
}
|
|
@@ -302,7 +293,9 @@
|
|
|
302
293
|
.activity__browser-screenshot {
|
|
303
294
|
display: block;
|
|
304
295
|
inline-size: 100%;
|
|
296
|
+
/* Screenshot well. Not --sigvelo-layout-sidebar. */
|
|
305
297
|
max-block-size: 16rem;
|
|
298
|
+
aspect-ratio: 16 / 10;
|
|
306
299
|
object-fit: contain;
|
|
307
300
|
border-radius: var(--sigvelo-radius-md);
|
|
308
301
|
background-color: var(--sigvelo-color-surface);
|
|
@@ -339,18 +332,14 @@
|
|
|
339
332
|
.activity__item-detail {
|
|
340
333
|
flex: 1 1 0;
|
|
341
334
|
min-inline-size: 0;
|
|
342
|
-
overflow: hidden;
|
|
343
335
|
color: var(--sigvelo-color-text-muted);
|
|
344
|
-
|
|
345
|
-
mask-image: linear-gradient(to right, #000 calc(100% - 1rem), transparent 100%);
|
|
336
|
+
overflow-wrap: anywhere;
|
|
346
337
|
}
|
|
347
338
|
|
|
348
339
|
/* The action keeps its content width once a detail is beside it to shrink. */
|
|
349
340
|
.activity__item:has(.activity__item-detail) .activity__item-text,
|
|
350
341
|
.activity__group-trigger:has(.activity__item-detail) .activity__item-text {
|
|
351
342
|
flex: 0 1 auto;
|
|
352
|
-
overflow-wrap: normal;
|
|
353
|
-
white-space: nowrap;
|
|
354
343
|
}
|
|
355
344
|
|
|
356
345
|
@media (hover: none) {
|
|
@@ -359,12 +348,8 @@
|
|
|
359
348
|
}
|
|
360
349
|
}
|
|
361
350
|
|
|
362
|
-
/* Row labels always clamp to one line, Codex-style — the expanded panel
|
|
363
|
-
carries the full `$ command`, the row stays a trimmed summary. */
|
|
364
351
|
.activity__group-trigger .activity__item-text {
|
|
365
|
-
|
|
366
|
-
overflow: hidden;
|
|
367
|
-
text-overflow: ellipsis;
|
|
352
|
+
overflow-wrap: anywhere;
|
|
368
353
|
}
|
|
369
354
|
|
|
370
355
|
@media (forced-colors: active) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.agent-attention {
|
|
2
2
|
display: grid;
|
|
3
|
-
|
|
4
|
-
min-
|
|
3
|
+
inline-size: min(22rem, 100%);
|
|
4
|
+
min-inline-size: 0;
|
|
5
5
|
gap: var(--sigvelo-spacing-1-5);
|
|
6
6
|
padding: var(--sigvelo-spacing-1-5);
|
|
7
7
|
border: var(--sigvelo-border-style) var(--sigvelo-border-width)
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
.agent-attention__header,
|
|
20
20
|
.agent-attention__trigger {
|
|
21
21
|
display: grid;
|
|
22
|
-
grid-template-columns: auto
|
|
22
|
+
grid-template-columns: auto var(--sigvelo-layout-track-fill) auto;
|
|
23
23
|
align-items: center;
|
|
24
24
|
gap: var(--sigvelo-spacing-1-5);
|
|
25
|
-
min-
|
|
25
|
+
min-inline-size: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.agent-attention__trigger.button {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
min-
|
|
29
|
+
inline-size: 100%;
|
|
30
|
+
block-size: auto;
|
|
31
|
+
min-block-size: var(--sigvelo-control-height-sm);
|
|
32
32
|
justify-content: stretch;
|
|
33
33
|
padding: var(--sigvelo-spacing-1-5);
|
|
34
34
|
margin: calc(-1 * var(--sigvelo-spacing-1-5));
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
.agent-attention__icon {
|
|
39
39
|
display: grid;
|
|
40
40
|
place-items: center;
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
inline-size: var(--sigvelo-control-height-xs);
|
|
42
|
+
block-size: var(--sigvelo-control-height-xs);
|
|
43
43
|
border-radius: var(--sigvelo-radius-sm);
|
|
44
44
|
color: var(--sigvelo-color-text-muted);
|
|
45
45
|
background: var(--sigvelo-color-neutral-bg-subtle);
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.agent-attention__icon > :is(svg, img) {
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
inline-size: 1rem;
|
|
55
|
+
block-size: 1rem;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.agent-attention__text {
|
|
59
59
|
display: grid;
|
|
60
|
-
min-
|
|
60
|
+
min-inline-size: 0;
|
|
61
61
|
line-height: var(--sigvelo-leading-snug);
|
|
62
62
|
}
|
|
63
63
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.agent-attention__body {
|
|
75
|
-
min-
|
|
75
|
+
min-inline-size: 0;
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
border-radius: var(--sigvelo-radius-sm);
|
|
78
78
|
}
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
@media (any-pointer: coarse) {
|
|
88
88
|
.agent-attention__trigger.button {
|
|
89
|
-
min-
|
|
89
|
+
min-block-size: var(--sigvelo-control-height-xl);
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
|