@adia-ai/a2ui-corpus 0.7.17 → 0.7.19
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 +10 -0
- package/catalog-a2ui_0_9.json +5 -0
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +804 -4
- package/chunks/admin-page-header-flush.json +83 -0
- package/chunks/admin-page-header-title-description.json +80 -0
- package/chunks/admin-page-header-with-actions.json +109 -0
- package/chunks/admin-page-header-with-tabs.json +144 -0
- package/chunks/admin-sidebar-brand-signin.json +152 -0
- package/chunks/admin-sidebar-brand-version.json +124 -0
- package/chunks/admin-sidebar-flat-nav.json +125 -0
- package/chunks/admin-sidebar-nav-dividers.json +144 -0
- package/chunks/admin-sidebar-nav-groups.json +165 -0
- package/chunks/admin-sidebar-workspace-switcher.json +132 -0
- package/chunks/admin-topbar-breadcrumb-actions.json +130 -0
- package/chunks/admin-topbar-breadcrumb-minimal.json +79 -0
- package/chunks/admin-topbar-deep-breadcrumb.json +129 -0
- package/chunks/admin-topbar-search.json +104 -0
- package/chunks/admin-topbar-status-indicator.json +131 -0
- package/chunks/admin-topbar-trailing-toggle.json +114 -0
- package/chunks/form-checkbox-group.json +65 -0
- package/chunks/form-field-email-hint.json +53 -0
- package/chunks/form-field-range.json +54 -0
- package/chunks/form-field-required.json +52 -0
- package/chunks/form-field-select.json +66 -0
- package/chunks/form-field-textarea.json +51 -0
- package/chunks/form-fields-two-column.json +69 -0
- package/chunks/form-switch-toggle.json +41 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.7.19] — 2026-06-10
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- **Full embedding coverage restored — 308/308 chunks vectored.** `chunk-embeddings.json` regenerated with a keyed `build:embeddings:chunks` run (openai, 1536d): the 24 batch-1 chunks that shipped keyword-retrievable-only in 0.7.18 (the documented caveat) now carry the semantic-search path too. `check:embeddings-fresh` green; zettel eval floors held (cov 93 / avg 90 / MRR 1.0).
|
|
7
|
+
|
|
8
|
+
## [0.7.18] — 2026-06-09
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Corpus regrowth batch 1 — +24 chunks (284 → 308 unique).** Densely tagged 4 site surfaces (`admin-page-header` ×4, `admin-content-topbar` ×6, `admin-sidebar` ×6, `forms` ×8) with `data-chunk-*` markers; all 24 chunks under `chunks/` are name-token-rich (8–16 keywords + domain + description) with zero name collisions. `chunks/_index.json` + `catalog-a2ui_0_9.json` regenerated. Zettel eval floors held (cov 93 / avg 90 / MRR 1.0 — the lift is additive). **Known caveat:** `chunk-embeddings.json` still carries the 284-chunk vector set — the 24 new chunks are keyword/name-token retrievable (the path the eval exercises) but have no semantic-search vectors until a keyed `build:embeddings:chunks` re-run (tracked; requires `VOYAGE_API_KEY`/`OPENAI_API_KEY`).
|
|
12
|
+
|
|
3
13
|
## [0.7.17] — 2026-06-08
|
|
4
14
|
|
|
5
15
|
### Maintenance
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -6786,6 +6786,11 @@
|
|
|
6786
6786
|
"type": "number",
|
|
6787
6787
|
"default": 100
|
|
6788
6788
|
},
|
|
6789
|
+
"max-visible-items": {
|
|
6790
|
+
"description": "How many option rows are visible before the listbox scrolls — the menu height hugs N rows instead of growing to the 18rem fallback. Distinct from max-options (the render cap). 0 disables.",
|
|
6791
|
+
"type": "number",
|
|
6792
|
+
"default": 10
|
|
6793
|
+
},
|
|
6789
6794
|
"name": {
|
|
6790
6795
|
"description": "Form control name for form data submission",
|
|
6791
6796
|
"type": "string",
|