@xenosystem/agent-interface-ui 0.1.38 → 0.1.39

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.
Files changed (2) hide show
  1. package/dist/agent.css +4 -0
  2. package/package.json +6 -6
package/dist/agent.css CHANGED
@@ -7625,6 +7625,10 @@ a.xeno-source-card:focus-visible {
7625
7625
  .xa-line .xa-chev { flex: none; color: var(--xa-t6); opacity: 0; transition: transform 160ms var(--xa-ease), opacity 160ms linear; }
7626
7626
  .xa-turn:not(.xa-live) .xa-line .xa-chev { opacity: 1; }
7627
7627
  .xa-turn.xa-open .xa-line .xa-chev { transform: rotate(90deg); }
7628
+ /* a bare receipt (clock `always`, no steps): the line rests — nothing under it to open */
7629
+ .xa-turn.xa-bare .xa-line { cursor: default; }
7630
+ .xa-turn.xa-bare .xa-line:hover .xa-read { color: var(--xa-t4); }
7631
+ .xa-turn.xa-bare .xa-line .xa-chev { display: none; }
7628
7632
  /* collapsed steps: while it works the rail stays folded and the clock line carries the current step —
7629
7633
  "Working for 4s | Clicked Message @Lil Bro" — the text fading out on the right when it is long */
7630
7634
  .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.38",
3
+ "version": "0.1.39",
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-interface-client": "0.1.38",
46
- "@xenosystem/agent-interface-contract": "0.1.38",
47
- "@xenosystem/agent-interface-core": "0.1.38",
48
- "@xenosystem/agent-conversation": "0.1.38",
49
- "@xenosystem/agent-interface-hub-adapter": "0.1.38"
45
+ "@xenosystem/agent-conversation": "0.1.39",
46
+ "@xenosystem/agent-interface-contract": "0.1.39",
47
+ "@xenosystem/agent-interface-hub-adapter": "0.1.39",
48
+ "@xenosystem/agent-interface-core": "0.1.39",
49
+ "@xenosystem/agent-interface-client": "0.1.39"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^19.0.0",