@volter-ai-dev/supercode-ui 0.1.71 → 0.1.72
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/README.md +24 -0
- package/activity.mjs +2 -2
- package/chunks/{chunk-O7Q2PELK.mjs → chunk-2FG7VKIW.mjs} +1 -1
- package/chunks/{chunk-XD2WJYSL.mjs → chunk-4XUMCWPC.mjs} +1 -1
- package/chunks/{chunk-LQMYNJPU.mjs → chunk-E65I2I2L.mjs} +1 -1
- package/chunks/{chunk-OW42DS6P.mjs → chunk-IL5T2AST.mjs} +4 -4
- package/chunks/{chunk-ATCOWFRV.mjs → chunk-TKTOVDXB.mjs} +40 -6
- package/chunks/{chunk-SSYNT434.mjs → chunk-WRK5TBX3.mjs} +1 -1
- package/components.mjs +6 -6
- package/embed.mjs +5 -5
- package/logo.mjs +1 -1
- package/messenger.mjs +5 -5
- package/package.json +21 -3
- package/react/activity.mjs +2 -2
- package/react/chunks/{chunk-ZM5X5LOF.mjs → chunk-LYRIQE5M.mjs} +1 -1
- package/react/chunks/{chunk-ZXD7NZXI.mjs → chunk-NJC6S2AW.mjs} +1 -1
- package/react/chunks/{chunk-2RIHDJT6.mjs → chunk-QL6QEYPK.mjs} +4 -4
- package/react/chunks/{chunk-TQHX2DQG.mjs → chunk-UGL6AB2K.mjs} +1 -1
- package/react/chunks/{chunk-GV5KV5UY.mjs → chunk-VFOVJ4S3.mjs} +40 -6
- package/react/chunks/{chunk-GYQOTTZ5.mjs → chunk-YK7SJ6EH.mjs} +1 -1
- package/react/components.mjs +6 -6
- package/react/logo.mjs +1 -1
- package/react/messenger.mjs +5 -5
- package/react/sessions.mjs +2 -2
- package/react/settings.mjs +2 -2
- package/react/subagents.mjs +2 -2
- package/react/supervision-components.mjs +1354 -0
- package/react/supervision.d.ts +36 -0
- package/sessions.mjs +2 -2
- package/settings.mjs +2 -2
- package/source-inventory.d.ts +240 -0
- package/source-inventory.mjs +367 -0
- package/styles.css +92 -0
- package/subagents.mjs +2 -2
- package/supervision-components.d.ts +36 -0
- package/supervision-components.mjs +1354 -0
- package/supervision.d.ts +242 -0
- package/supervision.mjs +349 -0
package/styles.css
CHANGED
|
@@ -255,3 +255,95 @@
|
|
|
255
255
|
.scui-starter-suggestions button { min-height: 30px; padding: 4px 12px; border: 1px solid var(--scui-border); border-radius: 999px; color: var(--scui-muted); background: var(--scui-bg); font: inherit; font-size: 12px; cursor: pointer; }
|
|
256
256
|
.scui-starter-suggestions button:hover { color: var(--scui-fg); background: var(--scui-fill); }
|
|
257
257
|
@media (max-width: 480px) { .scui-starter .scui-compose { padding: 0 12px 16px; } }
|
|
258
|
+
|
|
259
|
+
/* Workflow and orchestration components share the consumer theme contract. */
|
|
260
|
+
.scui-domain { background:var(--scui-bg); border:1px solid var(--scui-border); border-radius:12px; overflow:hidden; container-type:inline-size; }
|
|
261
|
+
.scui-domain button,.scui-domain input,.scui-domain select { font:inherit; color:inherit; }
|
|
262
|
+
.scui-domain button,.scui-domain select { background:var(--scui-bg); border:1px solid var(--scui-border-strong); border-radius:6px; padding:7px 11px; cursor:pointer; }
|
|
263
|
+
.scui-domain button:hover { background:var(--scui-bg-raised); }
|
|
264
|
+
.scui-domain button:disabled { cursor:default; color:var(--scui-muted); }
|
|
265
|
+
.scui-domain :focus-visible { outline:2px solid var(--scui-accent); outline-offset:3px; }
|
|
266
|
+
.scui-domain h1 { font-size:22px; line-height:1.25; margin:6px 0; letter-spacing:-.4px; }
|
|
267
|
+
.scui-domain h2 { font-size:19px; line-height:1.35; margin:12px 0; }
|
|
268
|
+
.scui-domain h3 { font-size:13px; margin:22px 0 8px; }
|
|
269
|
+
.scui-domain p { margin:8px 0; }
|
|
270
|
+
.scui-domain-header { padding:24px; display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
|
|
271
|
+
.scui-domain-header p,.scui-domain-meta,.scui-domain-footnote { color:var(--scui-muted); font-size:12px; }
|
|
272
|
+
.scui-domain-eyebrow { font-size:10px; letter-spacing:1.2px; color:var(--scui-muted); }
|
|
273
|
+
.scui-domain-badge { display:inline-flex; align-items:center; gap:6px; padding:3px 8px; border-radius:5px; background:var(--scui-bg-raised); font-size:12px; white-space:nowrap; }
|
|
274
|
+
.scui-domain-badge::before { content:''; width:6px; height:6px; border-radius:50%; background:currentColor; }
|
|
275
|
+
.scui-domain-positive { color:var(--scui-positive); }
|
|
276
|
+
.scui-domain-danger { color:var(--scui-danger); }
|
|
277
|
+
.scui-domain-warning { color:var(--scui-fg); }
|
|
278
|
+
.scui-domain-warning::before { background:var(--scui-warning); }
|
|
279
|
+
.scui-domain-toolbar { padding:12px 24px; border-block:1px solid var(--scui-border); display:flex; align-items:flex-end; justify-content:space-between; gap:16px; }
|
|
280
|
+
.scui-domain-search,.scui-domain-filter { display:grid; gap:5px; font-size:12px; }
|
|
281
|
+
.scui-domain-search { flex:1; max-width:350px; }
|
|
282
|
+
.scui-domain-search input { width:100%; min-width:0; padding:8px 10px; background:var(--scui-bg); border:1px solid var(--scui-border-strong); border-radius:6px; }
|
|
283
|
+
.scui-domain-switch { display:flex; gap:4px; }
|
|
284
|
+
.scui-domain-switch [aria-pressed=true] { background:var(--scui-fill); }
|
|
285
|
+
.scui-domain-workspace { display:grid; min-height:380px; }
|
|
286
|
+
.scui-domain-workspace.scui-domain-has-detail { grid-template-columns:minmax(0,1fr) minmax(320px,40%); }
|
|
287
|
+
.scui-domain-collection { min-width:0; padding:20px; overflow:auto; }
|
|
288
|
+
.scui-domain-board { display:grid; grid-template-columns:repeat(4,minmax(190px,1fr)); gap:12px; }
|
|
289
|
+
.scui-domain-lane { background:var(--scui-bg-raised); padding:10px; border-radius:8px; min-height:290px; }
|
|
290
|
+
.scui-domain-lane h2 { font-size:12px; display:flex; justify-content:space-between; margin:0 0 12px; }
|
|
291
|
+
.scui-domain-lane h2 span { color:var(--scui-muted); font-weight:400; }
|
|
292
|
+
.scui-domain .scui-domain-task { display:grid; gap:9px; width:100%; text-align:left; border-color:var(--scui-border); padding:12px; margin:0 0 8px; }
|
|
293
|
+
.scui-domain-task strong { font-size:13px; font-weight:550; }
|
|
294
|
+
.scui-domain-list { display:grid; }
|
|
295
|
+
.scui-domain-detail { border-left:1px solid var(--scui-border); padding:20px 24px; overflow-wrap:anywhere; }
|
|
296
|
+
.scui-domain-detail-top,.scui-domain-inline { display:flex; align-items:center; justify-content:space-between; gap:10px; }
|
|
297
|
+
.scui-domain-inline { justify-content:flex-start; }
|
|
298
|
+
.scui-domain-callout { padding:12px 14px; margin:20px 0; border-left:3px solid var(--scui-warning); background:var(--scui-bg-raised); }
|
|
299
|
+
.scui-domain-callout h3 { margin:0; }
|
|
300
|
+
.scui-domain .scui-domain-related { display:grid; text-align:left; width:100%; font-size:13px; gap:4px; }
|
|
301
|
+
.scui-domain-related span { color:var(--scui-muted); font-size:12px; }
|
|
302
|
+
.scui-domain-timeline { padding-left:20px; }
|
|
303
|
+
.scui-domain-timeline li { padding:0 0 18px 4px; }
|
|
304
|
+
.scui-domain-timeline strong { font-size:13px; }
|
|
305
|
+
.scui-domain summary { cursor:pointer; color:var(--scui-accent); padding-block:8px; }
|
|
306
|
+
.scui-domain-footnote { border-top:1px solid var(--scui-border); padding-top:16px; }
|
|
307
|
+
.scui-domain-empty { text-align:center; padding:40px 16px; color:var(--scui-muted); }
|
|
308
|
+
.scui-domain-banner { padding:12px 24px; background:var(--scui-bg-raised); border-left:3px solid var(--scui-accent); }
|
|
309
|
+
.scui-domain-schedule { display:flex; gap:36px; padding:0 24px 24px; flex-wrap:wrap; }
|
|
310
|
+
.scui-domain-schedule > div { display:grid; gap:5px; }
|
|
311
|
+
.scui-domain-schedule strong { font-size:13px; font-weight:500; }
|
|
312
|
+
.scui-domain .scui-domain-run { width:100%; display:grid; grid-template-columns:minmax(150px,1fr) 105px 90px; gap:12px; text-align:left; border:0; border-bottom:1px solid var(--scui-border); border-radius:0; padding:16px 8px; }
|
|
313
|
+
.scui-domain-run > span { display:grid; justify-items:start; align-content:center; gap:4px; }
|
|
314
|
+
.scui-domain-run strong { font-size:13px; font-weight:500; }
|
|
315
|
+
.scui-domain dl { display:grid; grid-template-columns:1fr 1fr; gap:8px; font-size:12px; }
|
|
316
|
+
.scui-domain dt { color:var(--scui-muted); }
|
|
317
|
+
.scui-domain dd { margin:0; }
|
|
318
|
+
@container (max-width:650px) {
|
|
319
|
+
.scui-domain-header,.scui-domain-toolbar { padding:16px; }
|
|
320
|
+
.scui-domain-toolbar { flex-wrap:wrap; align-items:center; }
|
|
321
|
+
.scui-domain-header h1 { font-size:20px; }
|
|
322
|
+
.scui-domain-workspace.scui-domain-has-detail { grid-template-columns:1fr; }
|
|
323
|
+
.scui-domain-has-detail > .scui-domain-collection { display:none; }
|
|
324
|
+
.scui-domain-detail { border-left:0; padding:16px; }
|
|
325
|
+
.scui-domain-collection { padding:12px; }
|
|
326
|
+
.scui-domain .scui-domain-run { grid-template-columns:1fr 1fr; }
|
|
327
|
+
.scui-domain-run > span:first-child { grid-column:1 / -1; }
|
|
328
|
+
.scui-domain-schedule { gap:16px; padding:0 16px 20px; }
|
|
329
|
+
}
|
|
330
|
+
.scui-domain { display:block; width:100%; height:auto; min-width:0; font-size:14px; line-height:1.5; overflow-wrap:anywhere; }
|
|
331
|
+
.scui-domain button { min-height:36px; }
|
|
332
|
+
.scui-domain input,.scui-domain select { min-height:40px; }
|
|
333
|
+
.scui-domain pre { overflow:auto; max-width:100%; white-space:pre-wrap; overflow-wrap:anywhere; }
|
|
334
|
+
.scui-domain select { max-width:100%; }
|
|
335
|
+
.scui-inventory-nav,.scui-inventory-actions { display:flex; flex-wrap:wrap; gap:8px; padding:12px 24px; }
|
|
336
|
+
.scui-inventory-nav [aria-current=page] { background:var(--scui-fill); font-weight:600; }
|
|
337
|
+
.scui-inventory-rows { display:grid; gap:12px; }
|
|
338
|
+
.scui-inventory-rows > article { min-width:0; border:1px solid var(--scui-border); border-radius:8px; padding:16px; }
|
|
339
|
+
.scui-inventory-rows h2 { font-size:16px; margin:0; }
|
|
340
|
+
.scui-inventory-rows button { text-align:left; max-width:100%; white-space:normal; }
|
|
341
|
+
.scui-source-inspector button,.scui-inventory-actions button { min-height:44px; }
|
|
342
|
+
.scui-source-inspector input { font-size:16px; }
|
|
343
|
+
.scui-inventory-memory-search { display:flex; flex-wrap:wrap; align-items:end; gap:8px; margin-bottom:16px; }
|
|
344
|
+
.scui-inventory-memory-search label { display:grid; gap:4px; max-width:100%; }
|
|
345
|
+
.scui-inventory-memory-search input { min-width:0; max-width:100%; background:var(--scui-bg); color:var(--scui-fg); border:1px solid var(--scui-border-strong); padding:8px; border-radius:6px; }
|
|
346
|
+
.scui-domain-header > div { min-width:0; }
|
|
347
|
+
.scui-domain-header { flex-wrap:wrap; }
|
|
348
|
+
.scui-domain-workspace { align-items:start; }
|
|
349
|
+
@media (pointer:coarse) { .scui-domain button { min-height:44px; } .scui-domain input,.scui-domain select { min-height:44px; font-size:16px; } }
|
package/subagents.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SubagentInspector
|
|
3
|
-
} from "./chunks/chunk-
|
|
4
|
-
import "./chunks/chunk-
|
|
3
|
+
} from "./chunks/chunk-E65I2I2L.mjs";
|
|
4
|
+
import "./chunks/chunk-TKTOVDXB.mjs";
|
|
5
5
|
import "./chunks/chunk-LOP6XOON.mjs";
|
|
6
6
|
import "./chunks/chunk-V3UM7H7W.mjs";
|
|
7
7
|
import "./chunks/chunk-LS6JBXNT.mjs";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { VNode } from 'preact';
|
|
2
|
+
import type { ProfileListProps, ProfileDetailsProps, ChannelListProps, RouteListProps, TriggerListProps, SkillListProps, SkillDetailsProps, MemoryBrowserProps, SourceInspectorProps, ApprovalInboxProps, ApprovalDetailsProps, AdapterStatusProps, OrchestrationOverviewProps } from './source-inventory.js';
|
|
3
|
+
export function ProfileList(props: ProfileListProps): VNode;
|
|
4
|
+
export function ProfileDetails(props: ProfileDetailsProps): VNode;
|
|
5
|
+
export function ChannelList(props: ChannelListProps): VNode;
|
|
6
|
+
export function RouteList(props: RouteListProps): VNode;
|
|
7
|
+
export function TriggerList(props: TriggerListProps): VNode;
|
|
8
|
+
export function SkillList(props: SkillListProps): VNode;
|
|
9
|
+
export function SkillDetails(props: SkillDetailsProps): VNode;
|
|
10
|
+
export function MemoryBrowser(props: MemoryBrowserProps): VNode;
|
|
11
|
+
export function SourceInspector(props: SourceInspectorProps): VNode;
|
|
12
|
+
export function ApprovalInbox(props: ApprovalInboxProps): VNode;
|
|
13
|
+
export function ApprovalDetails(props: ApprovalDetailsProps): VNode;
|
|
14
|
+
export function AdapterStatus(props: AdapterStatusProps): VNode;
|
|
15
|
+
export function OrchestrationOverview(props: OrchestrationOverviewProps): VNode;
|
|
16
|
+
export type * from './supervision.js';
|
|
17
|
+
import type { WorkflowBoardProps, WorkflowListProps, TaskCardProps, TaskDetailsProps, DependencyListProps, AttemptTimelineProps, HandoffCardProps, ReviewCardProps, TaskThreadProps, JobListProps, JobDetailsProps, JobActionsProps, RunListProps, RunDetailsProps, DeliveryStatusProps, OrchestrationJobsProps } from './supervision.js';
|
|
18
|
+
export function WorkflowBoard(props: WorkflowBoardProps): VNode;
|
|
19
|
+
export function WorkflowList(props: WorkflowListProps): VNode;
|
|
20
|
+
export function TaskCard(props: TaskCardProps): VNode;
|
|
21
|
+
export function TaskDetails(props: TaskDetailsProps): VNode;
|
|
22
|
+
export function DependencyList(props: DependencyListProps): VNode;
|
|
23
|
+
export function AttemptTimeline(props: AttemptTimelineProps): VNode;
|
|
24
|
+
export function HandoffCard(props: HandoffCardProps): VNode;
|
|
25
|
+
export function ReviewCard(props: ReviewCardProps): VNode;
|
|
26
|
+
export function TaskThread(props: TaskThreadProps): VNode;
|
|
27
|
+
export function JobList(props: JobListProps): VNode;
|
|
28
|
+
export function JobDetails(props: JobDetailsProps): VNode;
|
|
29
|
+
export function JobActions(props: JobActionsProps): VNode;
|
|
30
|
+
export function RunList(props: RunListProps): VNode;
|
|
31
|
+
export function RunDetails(props: RunDetailsProps): VNode;
|
|
32
|
+
export function DeliveryStatus(props: DeliveryStatusProps): VNode;
|
|
33
|
+
export function OrchestrationJobs(props: OrchestrationJobsProps): VNode;
|
|
34
|
+
|
|
35
|
+
import type { JobControlsProps } from './supervision.js';
|
|
36
|
+
export function JobControls(props: JobControlsProps): VNode;
|