@adia-ai/a2ui-corpus 0.5.14 → 0.5.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 +8 -0
- package/catalog-a2ui_0_9.json +46 -7
- 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.16] - 2026-05-16
|
|
22
|
+
|
|
23
|
+
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.16 — see root CHANGELOG)._
|
|
24
|
+
|
|
25
|
+
## [0.5.15] - 2026-05-16
|
|
26
|
+
|
|
27
|
+
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.15 — see root CHANGELOG)._
|
|
28
|
+
|
|
21
29
|
## [0.5.14] - 2026-05-15
|
|
22
30
|
|
|
23
31
|
_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
|
@@ -5192,7 +5192,7 @@
|
|
|
5192
5192
|
],
|
|
5193
5193
|
"slots": {
|
|
5194
5194
|
"default": {
|
|
5195
|
-
"description": "Raw text fallback when the text property is not set"
|
|
5195
|
+
"description": "Raw text fallback when the text property is not set. Two authoring shapes:\n(a) HTML-entity-escaped text (`<nav-ui>`) — same constraint as `<pre><code>`,\nsince the HTML parser treats unescaped tags as child elements; or\n(b) a `<template>` child whose `innerHTML` carries the literal source —\nescape-free authoring path. Indentation is dedented from the wrapper\ncolumn so the template's inner block reads at column 0. (v0.5.x §329)\n"
|
|
5196
5196
|
}
|
|
5197
5197
|
},
|
|
5198
5198
|
"states": [
|
|
@@ -13510,13 +13510,19 @@
|
|
|
13510
13510
|
"tag": "slider-ui",
|
|
13511
13511
|
"tokens": {
|
|
13512
13512
|
"--slider-fill": {
|
|
13513
|
-
"description": "Filled
|
|
13513
|
+
"description": "Filled portion / progress color (was mixed accent, now primary)"
|
|
13514
13514
|
},
|
|
13515
|
-
"--slider-thumb-
|
|
13516
|
-
"description": "Thumb
|
|
13515
|
+
"--slider-thumb-height": {
|
|
13516
|
+
"description": "Thumb pill height (track-height − 2× inset)"
|
|
13517
|
+
},
|
|
13518
|
+
"--slider-thumb-width": {
|
|
13519
|
+
"description": "Thumb pill width (2× thumb-height, driven by track-height)"
|
|
13517
13520
|
},
|
|
13518
13521
|
"--slider-track": {
|
|
13519
|
-
"description": "
|
|
13522
|
+
"description": "Unfilled track background color"
|
|
13523
|
+
},
|
|
13524
|
+
"--slider-track-height": {
|
|
13525
|
+
"description": "Full track height (scales via universal [size] attribute)"
|
|
13520
13526
|
}
|
|
13521
13527
|
},
|
|
13522
13528
|
"traits": [],
|
|
@@ -14407,9 +14413,23 @@
|
|
|
14407
14413
|
"type": "boolean",
|
|
14408
14414
|
"default": false
|
|
14409
14415
|
},
|
|
14416
|
+
"chrome": {
|
|
14417
|
+
"description": "Pagination chrome layout. `default` (overlay paddles + centered dots below) or `toolbar` (header row with label + paddles, footer row with counter + dots).",
|
|
14418
|
+
"type": "string",
|
|
14419
|
+
"enum": [
|
|
14420
|
+
"default",
|
|
14421
|
+
"toolbar"
|
|
14422
|
+
],
|
|
14423
|
+
"default": "default"
|
|
14424
|
+
},
|
|
14410
14425
|
"component": {
|
|
14411
14426
|
"const": "Swiper"
|
|
14412
14427
|
},
|
|
14428
|
+
"counter": {
|
|
14429
|
+
"description": "When `chrome=\"toolbar\"`, show a \"current / total\" page counter in the footer (left).",
|
|
14430
|
+
"type": "boolean",
|
|
14431
|
+
"default": false
|
|
14432
|
+
},
|
|
14413
14433
|
"gap": {
|
|
14414
14434
|
"description": "Gap between slides (token: sm, md, lg)",
|
|
14415
14435
|
"type": "string",
|
|
@@ -14420,6 +14440,11 @@
|
|
|
14420
14440
|
"type": "number",
|
|
14421
14441
|
"default": 5000
|
|
14422
14442
|
},
|
|
14443
|
+
"label": {
|
|
14444
|
+
"description": "Title rendered in the toolbar header (left). Only used when `chrome=\"toolbar\"`.",
|
|
14445
|
+
"type": "string",
|
|
14446
|
+
"default": ""
|
|
14447
|
+
},
|
|
14423
14448
|
"loop": {
|
|
14424
14449
|
"description": "Infinite loop",
|
|
14425
14450
|
"type": "boolean",
|
|
@@ -15887,7 +15912,7 @@
|
|
|
15887
15912
|
"default": false
|
|
15888
15913
|
},
|
|
15889
15914
|
"variant": {
|
|
15890
|
-
"description": "Typography variant — sets role tokens (size/weight/
|
|
15915
|
+
"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
15916
|
"type": "string",
|
|
15892
15917
|
"enum": [
|
|
15893
15918
|
"body",
|
|
@@ -15903,7 +15928,21 @@
|
|
|
15903
15928
|
"metric",
|
|
15904
15929
|
"code"
|
|
15905
15930
|
],
|
|
15906
|
-
"default": "body"
|
|
15931
|
+
"default": "body",
|
|
15932
|
+
"enum_descriptions": {
|
|
15933
|
+
"title": "Page title (visual rank H1). Largest under display. Use at the top of an authoritative page or dialog.",
|
|
15934
|
+
"body": "Default body copy. 14px / regular. Paragraphs, multi-line content, running prose.",
|
|
15935
|
+
"caption": "Annotation under a primary line — smaller + muted. Use for image captions, footnotes.",
|
|
15936
|
+
"code": "Inline monospace code reference. Use for inline code within prose.",
|
|
15937
|
+
"deck": "Sub-title under a `title`. One-line lead, slightly larger than body. Use for the lead sentence after a title.",
|
|
15938
|
+
"display": "Top-level hero / brand display. Tallest visual rank. Use for page-level hero one-liners.",
|
|
15939
|
+
"heading": "Major page heading (visual rank H2). 16-18px / bold. Use for major sub-section dividers.",
|
|
15940
|
+
"kicker": "Eyebrow text above a `title`. UPPERCASE + small + tracking. Use for content eyebrows (NOT form labels — use `label` for those).",
|
|
15941
|
+
"label": "Form-control label (above an `<input-ui>` / `<select-ui>` etc). UI-sized + medium-weight. Use for field labels bound to form controls.",
|
|
15942
|
+
"metric": "Numeric KPI / big-number stat. Bold + large. Use for dashboard metric numbers.",
|
|
15943
|
+
"section": "Inline form-group / navlist heading (visual rank H4). Small-cap. Use for form group labels, nav list headings.",
|
|
15944
|
+
"subsection": "Sub-landmark within a section (visual rank H3). 14px / semibold. Use for card titles within a section."
|
|
15945
|
+
}
|
|
15907
15946
|
}
|
|
15908
15947
|
},
|
|
15909
15948
|
"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.16",
|
|
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": {
|