@adia-ai/a2ui-corpus 0.6.0 → 0.6.1

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/CHANGELOG.md CHANGED
@@ -18,6 +18,16 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
18
18
 
19
19
  _No pending changes._
20
20
 
21
+ ## [0.6.1] - 2026-05-18
22
+
23
+ ### v0.6.1 — Lockstep ride-along
24
+
25
+ `@adia-ai/llm` TS Phase 2 (§353) + `<link-ui>` token rename (§354) +
26
+ `@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
27
+ Internal dep ranges stay at `^0.6.0`.
28
+
29
+
30
+
21
31
  ## [0.6.0] - 2026-05-18
22
32
 
23
33
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -9347,13 +9347,13 @@
9347
9347
  },
9348
9348
  "tag": "link-ui",
9349
9349
  "tokens": {
9350
- "--link-color": {
9350
+ "--link-fg": {
9351
9351
  "description": "Resting link color. Default `var(--a-link)`."
9352
9352
  },
9353
- "--link-color-hover": {
9353
+ "--link-fg-hover": {
9354
9354
  "description": "Hover-state color. Default `var(--a-link-hover)`."
9355
9355
  },
9356
- "--link-color-visited": {
9356
+ "--link-fg-visited": {
9357
9357
  "description": "Visited-state color. Default `var(--a-link-visited)`."
9358
9358
  },
9359
9359
  "--link-underline-offset": {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
- "description": "AdiaUI A2UI training corpus canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
5
+ "description": "AdiaUI A2UI training corpus \u2014 canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
6
6
  "exports": {
7
7
  ".": {
8
8
  "types": "./catalog-a2ui_0_9.d.ts",