@adia-ai/a2ui-corpus 0.6.0 → 0.6.2
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 +19 -0
- package/catalog-a2ui_0_9.json +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,25 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
18
18
|
|
|
19
19
|
_No pending changes._
|
|
20
20
|
|
|
21
|
+
## [0.6.2] - 2026-05-18
|
|
22
|
+
|
|
23
|
+
### v0.6.2 — Lockstep ride-along
|
|
24
|
+
|
|
25
|
+
TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
|
|
26
|
+
No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [0.6.1] - 2026-05-18
|
|
31
|
+
|
|
32
|
+
### v0.6.1 — Lockstep ride-along
|
|
33
|
+
|
|
34
|
+
`@adia-ai/llm` TS Phase 2 (§353) + `<link-ui>` token rename (§354) +
|
|
35
|
+
`@adia-ai/a2ui-compose` TS Phase 3 (§355). No source changes in this package.
|
|
36
|
+
Internal dep ranges stay at `^0.6.0`.
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
21
40
|
## [0.6.0] - 2026-05-18
|
|
22
41
|
|
|
23
42
|
_Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -9347,13 +9347,13 @@
|
|
|
9347
9347
|
},
|
|
9348
9348
|
"tag": "link-ui",
|
|
9349
9349
|
"tokens": {
|
|
9350
|
-
"--link-
|
|
9350
|
+
"--link-fg": {
|
|
9351
9351
|
"description": "Resting link color. Default `var(--a-link)`."
|
|
9352
9352
|
},
|
|
9353
|
-
"--link-
|
|
9353
|
+
"--link-fg-hover": {
|
|
9354
9354
|
"description": "Hover-state color. Default `var(--a-link-hover)`."
|
|
9355
9355
|
},
|
|
9356
|
-
"--link-
|
|
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.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "AdiaUI A2UI training corpus
|
|
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",
|