@adia-ai/a2ui-corpus 0.6.14 → 0.6.16

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,19 @@
1
1
  # Changelog — @adia-ai/a2ui-corpus
2
2
 
3
+ ## [0.6.16] — 2026-05-21
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.6.16 work shipped in `@adia-ai/web-modules`: (1) `<admin-page>` selector relaxed to descendant combinator so router-wrapped layouts no longer collapse to `display: inline` at narrow viewports (was the root of the page-header/KPI overlap regression); (2) `--page-content-header-bg` rebased from `--a-canvas-2` to `--a-canvas-1` so the page-header reads as shell-chrome continuation. See `packages/web-modules/CHANGELOG.md#0616--2026-05-21` for details.
7
+
8
+ ## [0.6.15] — 2026-05-21
9
+
10
+ ### Changed
11
+ - **`dashboard-overview-panel` (and 6 sibling panels) — primary tag swap `div` → `col-ui`.** The dashboard tab-panel chunks (overview/audience/acquisition/behavior/conversion/reports/notifications) now use `<col-ui data-tab-panel="…" gap="4">` instead of `<div data-tab-panel="…">`. Previous behavior: the docs-site applied vertical-stack CSS via a `[data-template="dashboard"] [data-dashboard-content] [data-tab-panel]` rule, which fired only on the routed dashboard template. Non-routed embeds (e.g. `/site/examples/admin-dashboard` under the standalone `data-template="page"` route, or any external consumer pulling the chunk into their own app) got `display: block` with zero vertical gap between the stacked grids — KPI row visually flush against the Overview/Sparkline rows below. Switching the wrapper to `<col-ui gap="4">` makes the chunk self-styling: the per-instance `flex-direction: column; gap: var(--a-space-4)` lives on the chunk's primary tag, so consumers get correct vertical rhythm without needing docs-site CSS. The `data-tab-panel` attribute is preserved verbatim for the tab-switching wiring in `admin-dashboard.contents.js`. Corpus regen also captured pre-existing drift in `dashboard-admin-page` (primary `article` → `admin-page`; nested-chunks list synced with the ADR-0023 admin-page composition shipped in v0.6.12-v0.6.13). Net: 10 dashboard chunks updated.
12
+ - **`chunk-embeddings.json` regenerated to match the re-harvested chunks.** 230 chunks re-embedded (1536-d `text-embedding-3-small`); restores `check:embeddings-fresh` to green — the retrieval index had drifted 6.6 days stale relative to `chunks/_index.json`, predating this cut but surfaced by the dashboard chunk re-harvest above.
13
+
14
+ ### Maintenance
15
+ - **Lockstep version bump only for non-dashboard chunks.** No other source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.6.15 work also shipped in `@adia-ai/web-components` — `installIconLoaders` shape-detects malformed flat globs (FB-07), `icons-phosphor.js` surfaces silent-fail diagnostics (FB-08), and docs/skill examples corrected (FB-09). See `packages/web-components/CHANGELOG.md#0615--2026-05-21` for details.
16
+
3
17
  ## [0.6.14] — 2026-05-21
4
18
 
5
19
  ### Maintenance