@xenosystem/agent-interface-ui 0.1.40 → 0.1.41

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 -1
  2. 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
- .xa-srcline { display: flex; align-items: center; gap: 8px; height: 22px; cursor: pointer; font-size: 11px; color: var(--xa-t4); }
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); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenosystem/agent-interface-ui",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
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.40",
46
- "@xenosystem/agent-interface-hub-adapter": "0.1.40",
47
- "@xenosystem/agent-interface-core": "0.1.40",
48
- "@xenosystem/agent-interface-contract": "0.1.40",
49
- "@xenosystem/agent-interface-client": "0.1.40"
45
+ "@xenosystem/agent-conversation": "0.1.41",
46
+ "@xenosystem/agent-interface-contract": "0.1.41",
47
+ "@xenosystem/agent-interface-client": "0.1.41",
48
+ "@xenosystem/agent-interface-hub-adapter": "0.1.41",
49
+ "@xenosystem/agent-interface-core": "0.1.41"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^19.0.0",