@xenosystem/agent-interface-ui 0.1.49 → 0.1.50

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 +6 -0
  2. package/package.json +6 -6
package/dist/agent.css CHANGED
@@ -7662,6 +7662,12 @@ a.xeno-source-card:focus-visible {
7662
7662
  .xa-line .xa-cur .xa-t.xa-out { animation: xa-blurout 160ms var(--xa-ease-out) both; }
7663
7663
  .xa-collapsed .xa-turn.xa-live:not(.xa-open):not(.xa-done) .xa-line .xa-vr { display: block; }
7664
7664
  .xa-collapsed .xa-turn.xa-live:not(.xa-open):not(.xa-done) .xa-line .xa-cur { display: flex; }
7665
+ /* ONE settled step rides the line where the live ticker had it — the receipt IS the step, not a
7666
+ count for it (2026-09-19). The rail underneath still opens: the thought and the step's own
7667
+ detail live there, left-aligned under the clock as always. The ask rule above still wins: a
7668
+ settled turn cannot be asking (asking is live), so these only ever apply to a receipt. */
7669
+ .xa-collapsed .xa-turn.xa-done .xa-line.xa-docked .xa-vr { display: block; }
7670
+ .xa-collapsed .xa-turn.xa-done .xa-line.xa-docked .xa-cur { display: flex; }
7665
7671
  .xa-collapsed .xa-turn.xa-live:not(.xa-open):not(.xa-asking) .xa-railwrap { grid-template-rows: 0fr; }
7666
7672
  /* an ask surfaces alone: its row and its card, the rest of the rail stays folded */
7667
7673
  .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.49",
3
+ "version": "0.1.50",
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.49",
46
- "@xenosystem/agent-interface-core": "0.1.49",
47
- "@xenosystem/agent-interface-client": "0.1.49",
48
- "@xenosystem/agent-interface-contract": "0.1.49",
49
- "@xenosystem/agent-interface-hub-adapter": "0.1.49"
45
+ "@xenosystem/agent-conversation": "0.1.50",
46
+ "@xenosystem/agent-interface-client": "0.1.50",
47
+ "@xenosystem/agent-interface-contract": "0.1.50",
48
+ "@xenosystem/agent-interface-hub-adapter": "0.1.50",
49
+ "@xenosystem/agent-interface-core": "0.1.50"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^19.0.0",