@adia-ai/a2ui-compose 0.7.11 → 0.7.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog — @adia-ai/a2ui-compose
2
2
 
3
+ ## [0.7.13] — 2026-06-06
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.13 work: the `./css/sheet` exports `types` fix (`@adia-ai/web-components` + `@adia-ai/web-modules`) + a corpus re-harvest (`@adia-ai/a2ui-corpus`). See `packages/web-components/CHANGELOG.md` for details.
7
+
8
+ ## [0.7.12] — 2026-06-04
9
+
10
+ ### Changed
11
+ - **`data-theme` → `theme` in the monolithic compose strategy's LLM prompt** (`strategies/monolithic/_shared.js`) — the repo-wide token-attribute rename (see `@adia-ai/web-components`) reached the compose guidance, so generated UIs emit `theme="…"` not `data-theme="…"`. Otherwise a lockstep version bump (9-package coherence per `scripts/release/check-lockstep.mjs`).
12
+
3
13
  ## [0.7.11] — 2026-06-04
4
14
 
5
15
  ### Maintenance
@@ -1039,7 +1049,7 @@ _Nothing yet._
1039
1049
 
1040
1050
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
1041
1051
  0.2.2 → 0.2.3 per
1042
- [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
1052
+ [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
1043
1053
  Patch cut — no breaking changes.
1044
1054
 
1045
1055
  ### Changed
@@ -1054,7 +1064,7 @@ Patch cut — no breaking changes.
1054
1064
  `@adia-ai/a2ui-compose` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
1055
1065
  ## [0.2.2] - 2026-05-02
1056
1066
 
1057
- **Lockstep cut + reasoning-panel emission fixes.** 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.
1067
+ **Lockstep cut + reasoning-panel emission fixes.** 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.
1058
1068
 
1059
1069
  ### Changed
1060
1070
 
@@ -1077,7 +1087,7 @@ Companion fix in `@adia-ai/a2ui-retrieval` Unreleased (web-research.js EXPLICIT/
1077
1087
  ---
1078
1088
  ## [0.2.1] - 2026-05-02
1079
1089
 
1080
- **Lockstep cut + scope-drift gate at composer time + skeleton harvest + Tier-1 block filter + high-resolution session ticket trace.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
1090
+ **Lockstep cut + scope-drift gate at composer time + skeleton harvest + Tier-1 block filter + high-resolution session ticket trace.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
1081
1091
 
1082
1092
  ### Changed
1083
1093
 
@@ -1117,7 +1127,7 @@ The synthesizer now captures a `retrievalTrace` per attempt: Tier-1 hits with sc
1117
1127
 
1118
1128
  **Lockstep cut + boundary cleanup.** All 8 published `@adia-ai/*`
1119
1129
  packages now share one version, governed by
1120
- [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
1130
+ [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
1121
1131
  This release also lands the `engine/` ↔ `engines/` collision fix from
1122
1132
  T3 of the
1123
1133
  [`docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
@@ -1146,7 +1156,7 @@ plan.
1146
1156
  `./strategies/registry`, `./strategies/zettel`); old keys
1147
1157
  (`./engine`, `./engines/registry`, `./engines/zettel`) retained as
1148
1158
  aliases for one release cycle and removed in the next major.
1149
- - Spec [`docs/specs/package-architecture.md`](../../../../docs/specs/package-architecture.md)
1159
+ - Spec [`docs/specs/package-architecture.md`](../../../docs/specs/package-architecture.md)
1150
1160
  bumped 0.5.0 → 0.6.0 with the directory tree updated to reflect the
1151
1161
  new layout; new § 15 documents the lockstep versioning policy.
1152
1162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-compose",
3
- "version": "0.7.11",
3
+ "version": "0.7.13",
4
4
  "description": "AdiaUI A2UI compose engine \u2014 framework-agnostic. Takes natural-language intents + a catalog and produces A2UI protocol messages. Pairs with `@adia-ai/a2ui-retrieval` (intent classification, catalog lookup) and `@adia-ai/a2ui-validator` (schema + semantic checks).",
5
5
  "type": "module",
6
6
  "exports": {
@@ -516,7 +516,7 @@ APPEARANCE ATTRIBUTES (set directly on component props):
516
516
  - align: "left|center|right" — text/content alignment
517
517
 
518
518
  THEMING (apply to any container to theme its entire subtree):
519
- - { component: "Column", "data-theme": "ocean" } — named theme (ocean, forest, sunset, lavender, rose, slate, midnight)
519
+ - { component: "Column", "theme": "ocean" } — named theme (ocean, forest, sunset, lavender, rose, slate, midnight)
520
520
  - Or use the theme-ui provider: { component: "Theme", preset: "ocean", children: [...] }
521
521
 
522
522
  TOKEN OVERRIDES (use style prop for precise control — sparingly):