@adia-ai/a2ui-corpus 0.2.2 → 0.2.3
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 +15 -0
- package/catalog-a2ui_0_9.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,21 @@ _Nothing yet._
|
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
+
## [0.2.3] - 2026-05-04
|
|
17
|
+
|
|
18
|
+
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
19
|
+
0.2.2 → 0.2.3 per
|
|
20
|
+
[`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
21
|
+
Patch cut — no breaking changes.
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- `version`: `0.2.2` → `0.2.3`.
|
|
26
|
+
|
|
27
|
+
### No source changes
|
|
28
|
+
|
|
29
|
+
`@adia-ai/a2ui-corpus` source is byte-identical to `0.2.2`. The cut bumps version only.
|
|
30
|
+
|
|
16
31
|
## [0.2.2] - 2026-05-02
|
|
17
32
|
|
|
18
33
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -6761,7 +6761,7 @@
|
|
|
6761
6761
|
"default": ""
|
|
6762
6762
|
},
|
|
6763
6763
|
"variant": {
|
|
6764
|
-
"description": "Visual treatment. Default ('') renders as a primary-rail group (icon row, caret, collapsible). 'section' renders the header as a static kicker label with always-visible children
|
|
6764
|
+
"description": "Visual treatment. Default ('') renders as a primary-rail group (icon row, caret, collapsible). 'section' renders the header as a static kicker label with always-visible children. When the parent <nav-ui> carries variant=\"section\", this group inherits it via CSS cascade unless an explicit variant is set on the group.",
|
|
6765
6765
|
"type": "string",
|
|
6766
6766
|
"enum": [
|
|
6767
6767
|
"",
|
|
@@ -6864,7 +6864,7 @@
|
|
|
6864
6864
|
"default": ""
|
|
6865
6865
|
},
|
|
6866
6866
|
"variant": {
|
|
6867
|
-
"description": "Visual treatment. Default ('') renders as a primary-rail item (reserved icon space, in-icon selected accent). 'section' renders flat — no icon space when absent, left-edge accent bar for selected
|
|
6867
|
+
"description": "Visual treatment. Default ('') renders as a primary-rail item (reserved icon space, in-icon selected accent). 'section' renders flat — no icon space when absent, left-edge accent bar for selected. When the parent <nav-ui> carries variant=\"section\", this item inherits it via CSS cascade unless an explicit variant is set.",
|
|
6868
6868
|
"type": "string",
|
|
6869
6869
|
"enum": [
|
|
6870
6870
|
"",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AdiaUI A2UI training corpus — patterns, fragments, compositions, exemplars, eval fixtures, feedback, gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|