@adia-ai/a2ui-corpus 0.6.12 → 0.6.13
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 +8 -0
- package/catalog-a2ui_0_9.json +2 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.6.13] — 2026-05-20
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **`catalog-a2ui_0_9.json` regenerated for the `<admin-shell>` `mode` schema change.** The AppShell `mode` property definition re-emitted from the updated yaml source-of-truth: the (incorrect) single-value `enum` constraint is dropped, `default` is `"rounded borderless"`, and the description documents the space-separated token-set semantics. Keeps the A2UI component catalog in sync with `@adia-ai/web-modules` v0.6.13.
|
|
7
|
+
|
|
8
|
+
### Maintenance
|
|
9
|
+
- **Lockstep version bump.** Bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`.
|
|
10
|
+
|
|
3
11
|
## [0.6.12] — 2026-05-20
|
|
4
12
|
|
|
5
13
|
### Changed
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -2065,14 +2065,9 @@
|
|
|
2065
2065
|
"const": "AppShell"
|
|
2066
2066
|
},
|
|
2067
2067
|
"mode": {
|
|
2068
|
-
"description": "Layout variant —
|
|
2068
|
+
"description": "Layout variant — space-separated token set. Recognized tokens:\n rounded — softens content-surface edges (border-radius from --page-content-radius)\n borderless — removes outer chrome borders (content dividers persist)\nThe CSS uses `mode~=\"<token>\"` attribute selectors, so multiple\ntokens combine additively (\"rounded borderless\" = both).\n\nDefault since v0.6.13: \"rounded borderless\". A bare `<admin-shell>`\nwith no `mode` attribute auto-promotes to this pair on connect.\nAuthor-supplied `mode` attributes (including the empty string\n`mode=\"\"` for flat bordered chrome) are respected verbatim.\n",
|
|
2069
2069
|
"type": "string",
|
|
2070
|
-
"
|
|
2071
|
-
"",
|
|
2072
|
-
"rounded",
|
|
2073
|
-
"borderless"
|
|
2074
|
-
],
|
|
2075
|
-
"default": ""
|
|
2070
|
+
"default": "rounded borderless"
|
|
2076
2071
|
}
|
|
2077
2072
|
},
|
|
2078
2073
|
"required": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.13",
|
|
4
4
|
"type": "module",
|
|
5
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": {
|