@adia-ai/a2ui-corpus 0.7.21 → 0.7.23
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 +10 -0
- package/catalog-a2ui_0_9.json +5 -0
- package/chunks/_index.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.7.23] — 2026-06-30
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **`catalog-a2ui_0_9.json` regenerated — `button-ui` gained the `icon-only` state.** The generator catalog was rebuilt from the component yaml SoT after `button.yaml` added the `icon-only` state (`attribute: data-icon-only`), so the published catalog reflects the new derived state. Chunks + `chunk-embeddings.json` byte-stable (no re-embed; freshness gates green). Substantive v0.7.23 work shipped in `@adia-ai/web-components` — see `packages/web-components/CHANGELOG.md#0723--2026-06-30`.
|
|
7
|
+
|
|
8
|
+
## [0.7.22] — 2026-06-16
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- **Lockstep bump; `chunks/_index.json` `captured_at` re-stamped, content byte-stable.** A harvest re-run during the embed-sheet migration (`df5e0f1df`) refreshed `chunks/_index.json` `captured_at` (2026-06-10 → 2026-06-13) with no chunk-content change — `total_instances: 543` / `unique_names: 394` unchanged, zero chunk files touched. The 394 × 1536d `chunk-embeddings.json` index covers the corpus correctly (verified content-stable; freshness flag cleared, no re-embed). Substantive v0.7.22 work shipped in the `@adia-ai/web-components` + `@adia-ai/web-modules` surface-token alignment — see `packages/web-components/CHANGELOG.md#0722--2026-06-16`.
|
|
12
|
+
|
|
3
13
|
## [0.7.21] — 2026-06-10
|
|
4
14
|
|
|
5
15
|
### Added
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -3796,6 +3796,11 @@
|
|
|
3796
3796
|
"description": "Default, ready for interaction.",
|
|
3797
3797
|
"name": "idle"
|
|
3798
3798
|
},
|
|
3799
|
+
{
|
|
3800
|
+
"description": "No text label — neither the `text` attr nor non-whitespace child text. Reflected by render() as `[data-icon-only]`; the CSS collapses the button to a square icon slot (zero inline padding, width = height) and keeps it inline-level. A button labeled by child text (`<button-ui>Save</button-ui>`) is NOT icon-only and renders at full content width, same as `text=`.",
|
|
3801
|
+
"attribute": "data-icon-only",
|
|
3802
|
+
"name": "icon-only"
|
|
3803
|
+
},
|
|
3799
3804
|
{
|
|
3800
3805
|
"description": "Non-interactive; dimmed.",
|
|
3801
3806
|
"attribute": "disabled",
|
package/chunks/_index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.23",
|
|
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": {
|