@adia-ai/a2ui-corpus 0.6.26 → 0.6.27
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 +6 -0
- package/catalog-a2ui_0_9.json +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.6.27] — 2026-05-22
|
|
4
|
+
|
|
5
|
+
### Maintenance — `catalog-a2ui_0_9.json` tracks `chart-ui[loading]` attribute
|
|
6
|
+
|
|
7
|
+
- **Catalog mirrors the v0.6.27 `chart-ui[loading]` addition** in `@adia-ai/web-components` (§FB-12 closure). 5-line attribute entry added; default `false`. No chunk-level changes.
|
|
8
|
+
|
|
3
9
|
## [0.6.26] — 2026-05-22
|
|
4
10
|
|
|
5
11
|
### Maintenance
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -3888,6 +3888,11 @@
|
|
|
3888
3888
|
"type": "boolean",
|
|
3889
3889
|
"default": false
|
|
3890
3890
|
},
|
|
3891
|
+
"loading": {
|
|
3892
|
+
"description": "Show a skeleton placeholder instead of the chart body. Set to true while data is being fetched; clear once data arrives. Preserves the element's aspect-ratio dimensions so the skeleton occupies the same space the chart will fill. Parity with stat-ui[loading] and table-ui[loading] (§FB-12, v0.6.27).",
|
|
3893
|
+
"type": "boolean",
|
|
3894
|
+
"default": false
|
|
3895
|
+
},
|
|
3891
3896
|
"radius": {
|
|
3892
3897
|
"description": "Bar corner radius (null = let CSS tokens decide)",
|
|
3893
3898
|
"type": "number",
|
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.27",
|
|
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": {
|