@adia-ai/a2ui-corpus 0.6.4 → 0.6.7

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
@@ -1,5 +1,17 @@
1
1
  # Changelog — @adia-ai/a2ui-corpus
2
2
 
3
+ ## [0.6.7] — 2026-05-19
4
+
5
+ - Lockstep version bump; no source changes.
6
+
7
+ ## [0.6.6] — 2026-05-18
8
+
9
+ ### Changed
10
+ - Lockstep version bump for §304 `<field-ui align>` prop.
11
+ ## [0.6.5] — 2026-05-18
12
+
13
+ ### Changed
14
+ - Lockstep version bump for TS Phase 6 sealing (ADR-0029).
3
15
  Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
16
 
5
17
  Scope: training corpus for the A2UI pipeline. Patterns, fragments,
@@ -7530,6 +7530,15 @@
7530
7530
  "type": "boolean",
7531
7531
  "default": false
7532
7532
  },
7533
+ "align": {
7534
+ "description": "Label alignment within its grid area. `start` (default) — label is left-aligned (leading edge). `end` — label is right-aligned (trailing edge), useful when stacking several `<field-ui>` in a form and aligning labels flush to the control column for better scanability.",
7535
+ "type": "string",
7536
+ "enum": [
7537
+ "start",
7538
+ "end"
7539
+ ],
7540
+ "default": "start"
7541
+ },
7533
7542
  "component": {
7534
7543
  "const": "Field"
7535
7544
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.6.4",
3
+ "version": "0.6.7",
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": {