@xenosystem/agent-interface-ui 0.1.50 → 0.1.51
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/agent.css +9 -0
- package/package.json +6 -6
package/dist/agent.css
CHANGED
|
@@ -7668,6 +7668,15 @@ a.xeno-source-card:focus-visible {
|
|
|
7668
7668
|
settled turn cannot be asking (asking is live), so these only ever apply to a receipt. */
|
|
7669
7669
|
.xa-collapsed .xa-turn.xa-done .xa-line.xa-docked .xa-vr { display: block; }
|
|
7670
7670
|
.xa-collapsed .xa-turn.xa-done .xa-line.xa-docked .xa-cur { display: flex; }
|
|
7671
|
+
/* thought-only receipt: "Thought" is on the clock line, so the rail is the reasoning — no second
|
|
7672
|
+
header, no icon column, no rail stem. The turn's own fold still hides this until the line opens. */
|
|
7673
|
+
.xa-collapsed .xa-turn.xa-done .xa-row.xa-think.xa-docked .xa-ic,
|
|
7674
|
+
.xa-collapsed .xa-turn.xa-done .xa-row.xa-think.xa-docked .xa-head { display: none; }
|
|
7675
|
+
.xa-collapsed .xa-turn.xa-done .xa-row.xa-think.xa-docked::before { display: none; }
|
|
7676
|
+
.xa-collapsed .xa-turn.xa-done .xa-row.xa-think.xa-docked .xa-fullwrap {
|
|
7677
|
+
grid-template-rows: 1fr;
|
|
7678
|
+
margin: 0 0 2px;
|
|
7679
|
+
}
|
|
7671
7680
|
.xa-collapsed .xa-turn.xa-live:not(.xa-open):not(.xa-asking) .xa-railwrap { grid-template-rows: 0fr; }
|
|
7672
7681
|
/* an ask surfaces alone: its row and its card, the rest of the rail stays folded */
|
|
7673
7682
|
.xa-collapsed .xa-turn.xa-live.xa-asking:not(.xa-open) .xa-rail .xa-row:not(.xa-ask):not(.xa-sub),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xenosystem/agent-interface-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.51",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"react-markdown": "^10.1.0",
|
|
43
43
|
"remark-gfm": "^4.0.1",
|
|
44
44
|
"zustand": "^5.0.2",
|
|
45
|
-
"@xenosystem/agent-
|
|
46
|
-
"@xenosystem/agent-
|
|
47
|
-
"@xenosystem/agent-interface-
|
|
48
|
-
"@xenosystem/agent-interface-hub-adapter": "0.1.
|
|
49
|
-
"@xenosystem/agent-interface-
|
|
45
|
+
"@xenosystem/agent-interface-client": "0.1.51",
|
|
46
|
+
"@xenosystem/agent-conversation": "0.1.51",
|
|
47
|
+
"@xenosystem/agent-interface-core": "0.1.51",
|
|
48
|
+
"@xenosystem/agent-interface-hub-adapter": "0.1.51",
|
|
49
|
+
"@xenosystem/agent-interface-contract": "0.1.51"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^19.0.0",
|