@adia-ai/a2ui-corpus 0.5.13 → 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 +8 -0
- package/catalog-a2ui_0_9.json +34 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,14 @@ 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
|
+
|
|
25
|
+
## [0.5.14] - 2026-05-15
|
|
26
|
+
|
|
27
|
+
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.14 — see root CHANGELOG)._
|
|
28
|
+
|
|
21
29
|
## [0.5.13] - 2026-05-15
|
|
22
30
|
|
|
23
31
|
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.13 — see root CHANGELOG)._
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -10672,6 +10672,15 @@
|
|
|
10672
10672
|
"category": "input",
|
|
10673
10673
|
"composes": [],
|
|
10674
10674
|
"events": {
|
|
10675
|
+
"change": {
|
|
10676
|
+
"description": "Fired alongside `input` on every digit change. Provides form-bearing-primitive event-shape parity (every UIFormElement emits `change` with `detail.value`).",
|
|
10677
|
+
"detail": {
|
|
10678
|
+
"value": {
|
|
10679
|
+
"description": "Combined digits at the moment of the change.",
|
|
10680
|
+
"type": "string"
|
|
10681
|
+
}
|
|
10682
|
+
}
|
|
10683
|
+
},
|
|
10675
10684
|
"complete": {
|
|
10676
10685
|
"description": "Fired exactly once when the user fills the last digit slot. detail.value is the combined string.",
|
|
10677
10686
|
"detail": {
|
|
@@ -12359,6 +12368,15 @@
|
|
|
12359
12368
|
"category": "input",
|
|
12360
12369
|
"composes": [],
|
|
12361
12370
|
"events": {
|
|
12371
|
+
"change": {
|
|
12372
|
+
"description": "Fired alongside `input` on every keystroke + on clear. Provides form-bearing-primitive event-shape parity (every UIFormElement emits `change` with `detail.value`).",
|
|
12373
|
+
"detail": {
|
|
12374
|
+
"value": {
|
|
12375
|
+
"description": "Current search-input value.",
|
|
12376
|
+
"type": "string"
|
|
12377
|
+
}
|
|
12378
|
+
}
|
|
12379
|
+
},
|
|
12362
12380
|
"clear": {
|
|
12363
12381
|
"description": "Fired when the clear button is clicked"
|
|
12364
12382
|
},
|
|
@@ -15869,7 +15887,7 @@
|
|
|
15869
15887
|
"default": false
|
|
15870
15888
|
},
|
|
15871
15889
|
"variant": {
|
|
15872
|
-
"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.",
|
|
15873
15891
|
"type": "string",
|
|
15874
15892
|
"enum": [
|
|
15875
15893
|
"body",
|
|
@@ -15885,7 +15903,21 @@
|
|
|
15885
15903
|
"metric",
|
|
15886
15904
|
"code"
|
|
15887
15905
|
],
|
|
15888
|
-
"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
|
+
}
|
|
15889
15921
|
}
|
|
15890
15922
|
},
|
|
15891
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": {
|