@adia-ai/a2ui-corpus 0.5.14 → 0.5.15
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 +4 -0
- package/catalog-a2ui_0_9.json +16 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,10 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
18
18
|
|
|
19
19
|
_No pending changes._
|
|
20
20
|
|
|
21
|
+
## [0.5.15] - 2026-05-16
|
|
22
|
+
|
|
23
|
+
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.15 — see root CHANGELOG)._
|
|
24
|
+
|
|
21
25
|
## [0.5.14] - 2026-05-15
|
|
22
26
|
|
|
23
27
|
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.14 — see root CHANGELOG)._
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -15887,7 +15887,7 @@
|
|
|
15887
15887
|
"default": false
|
|
15888
15888
|
},
|
|
15889
15889
|
"variant": {
|
|
15890
|
-
"description": "Typography variant — sets role tokens (size/weight/
|
|
15890
|
+
"description": "Typography variant — sets design-role tokens (size / weight /\ntracking / color / leading) per the L0 typography token family.\n**PRESENTATIONAL-ONLY (§247, FB-23 §2).** `<text-ui variant=\"heading\">`\ndoes NOT set `role=\"heading\"` + `aria-level` on the host. Document-\noutline assistive technology will treat the element as `role=\"generic\"`.\nFor semantic headings, wrap with native `<h1>`-`<h6>` OR add\n`role=\"heading\" aria-level=\"N\"` on the host directly. For visual-only\nlabels (eyebrows, kickers, captions, deck), the presentational default\nis correct. The §221k chooser guide in USAGE.md documents picker heuristics.",
|
|
15891
15891
|
"type": "string",
|
|
15892
15892
|
"enum": [
|
|
15893
15893
|
"body",
|
|
@@ -15903,7 +15903,21 @@
|
|
|
15903
15903
|
"metric",
|
|
15904
15904
|
"code"
|
|
15905
15905
|
],
|
|
15906
|
-
"default": "body"
|
|
15906
|
+
"default": "body",
|
|
15907
|
+
"enum_descriptions": {
|
|
15908
|
+
"title": "Page title (visual rank H1). Largest under display. Use at the top of an authoritative page or dialog.",
|
|
15909
|
+
"body": "Default body copy. 14px / regular. Paragraphs, multi-line content, running prose.",
|
|
15910
|
+
"caption": "Annotation under a primary line — smaller + muted. Use for image captions, footnotes.",
|
|
15911
|
+
"code": "Inline monospace code reference. Use for inline code within prose.",
|
|
15912
|
+
"deck": "Sub-title under a `title`. One-line lead, slightly larger than body. Use for the lead sentence after a title.",
|
|
15913
|
+
"display": "Top-level hero / brand display. Tallest visual rank. Use for page-level hero one-liners.",
|
|
15914
|
+
"heading": "Major page heading (visual rank H2). 16-18px / bold. Use for major sub-section dividers.",
|
|
15915
|
+
"kicker": "Eyebrow text above a `title`. UPPERCASE + small + tracking. Use for content eyebrows (NOT form labels — use `label` for those).",
|
|
15916
|
+
"label": "Form-control label (above an `<input-ui>` / `<select-ui>` etc). UI-sized + medium-weight. Use for field labels bound to form controls.",
|
|
15917
|
+
"metric": "Numeric KPI / big-number stat. Bold + large. Use for dashboard metric numbers.",
|
|
15918
|
+
"section": "Inline form-group / navlist heading (visual rank H4). Small-cap. Use for form group labels, nav list headings.",
|
|
15919
|
+
"subsection": "Sub-landmark within a section (visual rank H3). 14px / semibold. Use for card titles within a section."
|
|
15920
|
+
}
|
|
15907
15921
|
}
|
|
15908
15922
|
},
|
|
15909
15923
|
"required": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AdiaUI A2UI training corpus — canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|