@adia-ai/a2ui-corpus 0.7.20 → 0.7.21
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 +12 -0
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +2130 -807
- package/chunks/admin-shell-rounded-borderless.json +280 -0
- package/chunks/admin-shell-standard.json +303 -0
- package/chunks/avatar-stack-overflow.json +124 -0
- package/chunks/bulk-selection-actions-bar.json +161 -0
- package/chunks/card-with-empty-state.json +96 -0
- package/chunks/card-with-form.json +143 -0
- package/chunks/card-with-sparkline.json +90 -0
- package/chunks/card-with-stat-kpi.json +95 -0
- package/chunks/col-form-stack.json +93 -0
- package/chunks/col-heading-body-action.json +79 -0
- package/chunks/col-stat-label.json +72 -0
- package/chunks/cta-banner-centered.json +102 -0
- package/chunks/drawer-record-detail.json +44 -0
- package/chunks/drawer-with-create-form.json +43 -0
- package/chunks/feature-grid-three-cards.json +187 -0
- package/chunks/grid-2col-entry-cards.json +158 -0
- package/chunks/grid-kpi-4col.json +164 -0
- package/chunks/grid-responsive-kpi.json +165 -0
- package/chunks/key-value-detail-list.json +172 -0
- package/chunks/logo-cloud-trusted-by.json +235 -0
- package/chunks/marketing-page-shell.json +45 -11
- package/chunks/order-confirmation-success-card.json +177 -0
- package/chunks/rating-stars-review-summary.json +258 -0
- package/chunks/responsive-shell-sidebar.json +79 -0
- package/chunks/row-action-cluster.json +54 -0
- package/chunks/row-avatar-name-role.json +71 -0
- package/chunks/row-icon-label.json +52 -0
- package/chunks/row-spread-label-value.json +54 -0
- package/chunks/row-wrap-tags.json +112 -0
- package/chunks/stack-avatar-badge-overlay.json +53 -0
- package/chunks/stack-image-shimmer.json +51 -0
- package/chunks/stats-band-big-numbers.json +175 -0
- package/chunks/subscription-status-renewal-card.json +229 -0
- package/chunks/table-empty-state.json +116 -0
- package/chunks/table-toolbar-no-search.json +38 -0
- package/chunks/table-toolbar-with-table.json +231 -0
- package/chunks/table-with-toolbar-card.json +76 -0
- package/chunks/testimonial-pull-quote.json +129 -0
- package/chunks/usage-quota-meter-card.json +217 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.7.21] — 2026-06-10
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **Harvester scope expansion — web-components examples root (+26 chunks, 368 → 394 unique / 517 → 543 instances).** `scripts/build/harvest-chunks.mjs` `SOURCES` now includes `packages/web-components/**/*.examples.html` as a **gated** root: only markers carrying the full corpus-intent retrieval annotation (`data-chunk-domain`, the batches-1–5 standard of domain + keywords + description + kind) are harvested. The per-component demo galleries stamp a bare `data-chunk` on ≈1650 prop-axis demo tiles (for the `?chunks` dev overlay + `scripts/qa/*` probes) — those are signal-poor single-axis/edge-case demos (`icon-size-9`, `chart-smooth-0-straight`, `icon-edge-cases-invalid-name`), NOT composed patterns, and the gate (`annotatedOnly` + `match: '.examples.html'`) skips them. The 26 harvested chunks are the deliberately-annotated **composed patterns** from `components/{card,col,drawer,grid,row,select,stack,table,table-toolbar}` + `patterns/{admin-shell,responsive-shell-sidebar}` (`card-with-stat-kpi`, `table-with-toolbar-card`, `row-avatar-name-role`, `admin-shell-standard`, …). The four pre-existing roots stay ungated and **byte-stable** (all 368 prior chunks identical, 0 changed, 0 removed). `chunk-embeddings.json` regenerated keyed (394 × 1536d). Zettel floors held (cov 93 / avg 90 / MRR 1.0); free-form held (cov 100 / avg 85 / F1 63); `verify:corpus` 110 warns unchanged (zero new).
|
|
7
|
+
|
|
8
|
+
### Curated
|
|
9
|
+
- **56 trait `*-hero` markers de-annotated (kept out of the harvest).** The annotated examples set also included 56 interaction-trait "hero" demos (`confetti-hero`, `parallax-hero`, `spring-animate-hero`, `layout-animation-hero`, …) — *behavior* demos (motion/interaction), not UI-composition patterns. Harvesting them added 30 `verify:corpus` warns (non-enum decorative variants, empty transpile templates, field-wraps-widget anti-patterns) and would dilute retrieval signal (off-domain names that steal free-form intents). Their `data-chunk-domain/kind/description/keywords` annotation was stripped (bare `data-chunk` retained for the `?chunks` dev overlay) so the gated harvest skips them. One collision (`select-multiple-preselected`, already canonical in `catalog/ui-patterns/v053-coverage-fill/`) was likewise de-annotated to defer to the canonical chunk.
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- **`scripts/dev/check-chunks-fresh.mjs` source-dir parity.** The freshness gate scanned only `site/pages` + `apps` (+ `*.contents.html`/`index.html`); it now mirrors the harvester's full read surface — `playgrounds`, `catalog`, and `packages/web-components` (`*.examples.html`) added — so an edit to any harvest source re-trips freshness (was a pre-existing blind spot for playgrounds/catalog, now also covers the new examples root).
|
|
13
|
+
- **`row.examples.html` — `<text-ui variant="strong">` → `<text-ui strong>`** (2 occurrences in the `row-avatar-name-role` / `row-spread-label-value` chunks). `strong` is not a `variant` enum value; it's the boolean emphasis prop. Clears 2 `enum-out-of-range` warns the harvested chunks would otherwise carry.
|
|
14
|
+
|
|
3
15
|
## [0.7.20] — 2026-06-10
|
|
4
16
|
|
|
5
17
|
### Added
|