@xenosystem/agent-interface-ui 0.1.41 → 0.1.42
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 +3 -0
- package/package.json +6 -6
package/dist/agent.css
CHANGED
|
@@ -7634,6 +7634,9 @@ a.xeno-source-card:focus-visible {
|
|
|
7634
7634
|
.xa-turn.xa-bare .xa-line { cursor: default; }
|
|
7635
7635
|
.xa-turn.xa-bare .xa-line:hover .xa-read { color: var(--xa-t4); }
|
|
7636
7636
|
.xa-turn.xa-bare .xa-line .xa-chev { display: none; }
|
|
7637
|
+
/* beside a sources control the line drops its chevron — `1 step | ▪▪▪ 6 sources ›` reads as one receipt;
|
|
7638
|
+
the line is still the steps' toggle (its own button), the divider marks where the sources' begins */
|
|
7639
|
+
.xa-line.xa-with-sources .xa-chev { display: none; }
|
|
7637
7640
|
/* collapsed steps: while it works the rail stays folded and the clock line carries the current step —
|
|
7638
7641
|
"Working for 4s | Clicked Message @Lil Bro" — the text fading out on the right when it is long */
|
|
7639
7642
|
.xa-line .xa-vr { display: none; flex: none; width: 1px; height: 10px; background: rgba(var(--xa-ink), 0.12); }
|
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.42",
|
|
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-conversation": "0.1.
|
|
46
|
-
"@xenosystem/agent-interface-
|
|
47
|
-
"@xenosystem/agent-interface-
|
|
48
|
-
"@xenosystem/agent-interface-
|
|
49
|
-
"@xenosystem/agent-interface-
|
|
45
|
+
"@xenosystem/agent-conversation": "0.1.42",
|
|
46
|
+
"@xenosystem/agent-interface-core": "0.1.42",
|
|
47
|
+
"@xenosystem/agent-interface-hub-adapter": "0.1.42",
|
|
48
|
+
"@xenosystem/agent-interface-contract": "0.1.42",
|
|
49
|
+
"@xenosystem/agent-interface-client": "0.1.42"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^19.0.0",
|