@xenosystem/agent-interface-ui 0.1.43 → 0.1.44
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 +5 -5
- package/package.json +6 -6
package/dist/agent.css
CHANGED
|
@@ -7877,7 +7877,7 @@ img.xa-fav { padding: 1px; background: #fff; }
|
|
|
7877
7877
|
6 px of rail until hovered, then 14 px; rectangular ticks (never dots), the person's longer than
|
|
7878
7878
|
the reply's, the one under the viewport bright, a marked tick where the turn did work. The card
|
|
7879
7879
|
is the citation card's plate. Hidden below two viewports of thread — the component decides. */
|
|
7880
|
-
.xa-scrub { position: absolute; top: 8px; right: 6px; bottom: 8px; z-index: 6; display: flex; flex-direction: column; align-items: flex-end; width: 22px; padding: 2px 0; opacity: 0.
|
|
7880
|
+
.xa-scrub { position: absolute; top: 8px; right: 6px; bottom: 8px; z-index: 6; display: flex; flex-direction: column; align-items: flex-end; width: 22px; padding: 2px 0; opacity: 0.85; transition: opacity 160ms linear; }
|
|
7881
7881
|
.xa-scrub:hover, .xa-scrub:focus-within { opacity: 1; }
|
|
7882
7882
|
.xa-scrub-end { flex: none; width: 16px; height: 16px; margin-right: 1px; border-radius: 3px; color: var(--xa-t5); opacity: 0; transition: opacity 160ms linear, background 120ms linear, color 120ms linear; }
|
|
7883
7883
|
.xa-scrub:hover .xa-scrub-end, .xa-scrub:focus-within .xa-scrub-end { opacity: 1; }
|
|
@@ -7887,13 +7887,13 @@ img.xa-fav { padding: 1px; background: #fff; }
|
|
|
7887
7887
|
/* the rail IS the scrollbar while it shows — Grok's move: two scroll affordances on one edge fight for the pointer */
|
|
7888
7888
|
.xa-app:has(> .xa-scrub) > .xa-transcript { scrollbar-width: none; }
|
|
7889
7889
|
.xa-app:has(> .xa-scrub) > .xa-transcript::-webkit-scrollbar { display: none; }
|
|
7890
|
-
.xa-tick { flex: none; align-self: flex-end; height: 2px; border-radius: 1px; background: var(--xa-
|
|
7891
|
-
.xa-tick-user { width:
|
|
7892
|
-
.xa-tick-assistant { width:
|
|
7890
|
+
.xa-tick { flex: none; align-self: flex-end; height: 2px; border-radius: 1px; background: var(--xa-t4); opacity: 0.9; transition: width 160ms var(--xa-ease), background 120ms linear, opacity 120ms linear; cursor: pointer; padding: 0; box-sizing: content-box; }
|
|
7891
|
+
.xa-tick-user { width: 12px; }
|
|
7892
|
+
.xa-tick-assistant { width: 7px; opacity: 0.5; }
|
|
7893
7893
|
.xa-scrub:hover .xa-tick-user, .xa-scrub:focus-within .xa-tick-user { width: 18px; }
|
|
7894
7894
|
.xa-scrub:hover .xa-tick-assistant, .xa-scrub:focus-within .xa-tick-assistant { width: 11px; }
|
|
7895
7895
|
.xa-tick.xa-cur { background: var(--xa-t1); opacity: 1; height: 3px; }
|
|
7896
|
-
.xa-tick.xa-mark { background: var(--xa-
|
|
7896
|
+
.xa-tick.xa-mark { background: var(--xa-t2); opacity: 1; }
|
|
7897
7897
|
.xa-tick.xa-mark.xa-cur { background: var(--xa-t1); }
|
|
7898
7898
|
.xa-tick:hover, .xa-tick:focus-visible { background: var(--xa-t2); opacity: 1; outline: none; }
|
|
7899
7899
|
/* a bigger target than the tick itself */
|
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.44",
|
|
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-interface-
|
|
47
|
-
"@xenosystem/agent-
|
|
48
|
-
"@xenosystem/agent-interface-
|
|
49
|
-
"@xenosystem/agent-interface-
|
|
45
|
+
"@xenosystem/agent-interface-core": "0.1.44",
|
|
46
|
+
"@xenosystem/agent-interface-client": "0.1.44",
|
|
47
|
+
"@xenosystem/agent-conversation": "0.1.44",
|
|
48
|
+
"@xenosystem/agent-interface-hub-adapter": "0.1.44",
|
|
49
|
+
"@xenosystem/agent-interface-contract": "0.1.44"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^19.0.0",
|