@adia-ai/a2ui-corpus 0.5.20 → 0.6.0

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.0] - 2026-05-18
22
+
23
+ _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
24
+
25
+ **MINOR-line internal-dep range update:** internal `@adia-ai/*` dependency ranges move from `^0.5.0` to `^0.6.0` per AdiaUI lockstep policy.
26
+
27
+ ## [0.5.21] - 2026-05-18
28
+
29
+ _Lockstep ride-along (no source change in this package; companion to web-components v0.5.21 — see root CHANGELOG)._
30
+
21
31
  ## [0.5.20] - 2026-05-18
22
32
 
23
33
  _Lockstep ride-along (no source change in this package; companion to web-components v0.5.20 — see root CHANGELOG)._
@@ -13724,7 +13724,9 @@
13724
13724
  "x-adiaui": {
13725
13725
  "anti_patterns": [],
13726
13726
  "category": "display",
13727
- "composes": [],
13727
+ "composes": [
13728
+ "icon-ui"
13729
+ ],
13728
13730
  "events": {},
13729
13731
  "examples": [
13730
13732
  {
@@ -0,0 +1,4 @@
1
+ // v0.5.21 hotfix stub — TS-migration Phase 1 (568bb998d) declared this
2
+ // types: export but Phase 2 hasn't generated real declarations yet.
3
+ // Replace with real type declarations when Phase 2 lands.
4
+ export {};
package/package.json CHANGED
@@ -1,15 +1,39 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.5.20",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
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.",
6
6
  "exports": {
7
- ".": "./catalog-a2ui_0_9.json",
8
- "./manifest": "./manifest.json",
9
- "./chunks": "./chunks/_index.json",
10
- "./chunks/*": "./chunks/*",
11
- "./chunk-library": "./scripts/chunk-library.js",
12
- "./chunk-embeddings": "./chunk-embeddings.json"
7
+ ".": {
8
+ "types": "./catalog-a2ui_0_9.d.ts",
9
+ "import": "./catalog-a2ui_0_9.json",
10
+ "default": "./catalog-a2ui_0_9.json"
11
+ },
12
+ "./manifest": {
13
+ "types": "./manifest.d.ts",
14
+ "import": "./manifest.json",
15
+ "default": "./manifest.json"
16
+ },
17
+ "./chunks": {
18
+ "types": "./chunks/_index.d.ts",
19
+ "import": "./chunks/_index.json",
20
+ "default": "./chunks/_index.json"
21
+ },
22
+ "./chunks/*": {
23
+ "types": "./chunks/*.d.ts",
24
+ "import": "./chunks/*",
25
+ "default": "./chunks/*"
26
+ },
27
+ "./chunk-library": {
28
+ "types": "./scripts/chunk-library.d.ts",
29
+ "import": "./scripts/chunk-library.js",
30
+ "default": "./scripts/chunk-library.js"
31
+ },
32
+ "./chunk-embeddings": {
33
+ "types": "./chunk-embeddings.d.ts",
34
+ "import": "./chunk-embeddings.json",
35
+ "default": "./chunk-embeddings.json"
36
+ }
13
37
  },
14
38
  "files": [
15
39
  "catalog-a2ui_0_9.json",