@xenosystem/agent-interface-ui 0.1.40 → 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 +9 -1
- package/package.json +6 -6
package/dist/agent.css
CHANGED
|
@@ -7592,7 +7592,12 @@ a.xeno-source-card:focus-visible {
|
|
|
7592
7592
|
.xa-code pre { margin: 0; padding: 8px 9px; background: var(--xa-code); font-size: 11px; line-height: 16px; color: var(--xa-t3); white-space: pre; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(var(--xa-ink), 0.12) transparent; }
|
|
7593
7593
|
.xa-code pre code { padding: 0; background: none; font-size: inherit; color: inherit; }
|
|
7594
7594
|
/* the sources stay with the answer once the rail has folded: a line the citations point at */
|
|
7595
|
-
|
|
7595
|
+
/* the receipt row: the clock line, then — settled, with sources — a divider and the sources control,
|
|
7596
|
+
each its own toggle; the line keeps its own width so the divider sits right after the chevron */
|
|
7597
|
+
.xa-linerow { display: flex; align-items: center; gap: 10px; min-height: 22px; }
|
|
7598
|
+
.xa-linerow > .xa-line { flex: none; }
|
|
7599
|
+
.xa-linerow > .xa-vr-src { display: block; flex: none; width: 1px; height: 10px; background: rgba(var(--xa-ink), 0.12); animation: xa-rise 280ms var(--xa-ease) both; animation-delay: 160ms; }
|
|
7600
|
+
.xa-srcline { display: flex; align-items: center; gap: 8px; height: 22px; cursor: pointer; font-size: 11px; color: var(--xa-t4); animation: xa-rise 280ms var(--xa-ease) both; animation-delay: 160ms; }
|
|
7596
7601
|
.xa-srcline:hover { color: var(--xa-t2); }
|
|
7597
7602
|
.xa-srcline .xa-stack { display: flex; }
|
|
7598
7603
|
.xa-srcline .xa-stack .xa-fav { margin-left: -4px; box-shadow: 0 0 0 1px var(--xa-ground); }
|
|
@@ -7629,6 +7634,9 @@ a.xeno-source-card:focus-visible {
|
|
|
7629
7634
|
.xa-turn.xa-bare .xa-line { cursor: default; }
|
|
7630
7635
|
.xa-turn.xa-bare .xa-line:hover .xa-read { color: var(--xa-t4); }
|
|
7631
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; }
|
|
7632
7640
|
/* collapsed steps: while it works the rail stays folded and the clock line carries the current step —
|
|
7633
7641
|
"Working for 4s | Clicked Message @Lil Bro" — the text fading out on the right when it is long */
|
|
7634
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-contract": "0.1.
|
|
49
|
-
"@xenosystem/agent-interface-client": "0.1.
|
|
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",
|