@adia-ai/a2ui-corpus 0.3.6 → 0.4.1
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 +20 -0
- package/catalog-a2ui_0_9.json +229 -0
- package/catalog-a2ui_0_9_rules.txt +10 -0
- package/fragments/action/footer-cancel-save.json +1 -1
- package/fragments/action/footer-cancel-save.yaml +1 -1
- package/fragments/action/footer-primary-only.json +1 -1
- package/fragments/action/footer-primary-only.yaml +1 -1
- package/fragments/content/calendar-day-cell.json +1 -1
- package/fragments/content/credential-entry-atom.json +1 -3
- package/fragments/content/directory-entry-atom.json +1 -3
- package/fragments/content/health-entry-atom.json +1 -3
- package/fragments/content/icon-text-row.json +1 -1
- package/fragments/content/icon-text-row.yaml +1 -1
- package/fragments/content/icon-title-description.json +1 -1
- package/fragments/content/icon-title-description.yaml +1 -1
- package/fragments/content/incident-row.json +1 -3
- package/fragments/content/key-value-row.json +1 -1
- package/fragments/content/key-value-row.yaml +1 -1
- package/fragments/content/labeled-progress.json +1 -1
- package/fragments/content/labeled-progress.yaml +1 -1
- package/fragments/content/marketplace-tile-atom.json +1 -3
- package/fragments/content/release-entry.json +1 -5
- package/fragments/content/rollout-entry-atom.json +1 -3
- package/fragments/content/signed-in-entry-atom.json +1 -3
- package/fragments/content/stage-entry-atom.json +1 -3
- package/fragments/content/stat-card.json +1 -1
- package/fragments/content/stat-card.yaml +1 -1
- package/fragments/content/user-identity-row.json +1 -1
- package/fragments/content/user-identity-row.yaml +1 -1
- package/fragments/content/user-notification-row.json +1 -1
- package/fragments/content/user-notification-row.yaml +1 -1
- package/fragments/form/labeled-checkbox.json +1 -1
- package/fragments/form/labeled-checkbox.yaml +1 -1
- package/fragments/form/labeled-input.json +1 -1
- package/fragments/form/labeled-input.yaml +1 -1
- package/fragments/form/labeled-textarea.json +1 -1
- package/fragments/form/labeled-textarea.yaml +1 -1
- package/fragments/form/labeled-toggle.json +1 -1
- package/fragments/form/labeled-toggle.yaml +1 -1
- package/fragments/layout/auth-card-header.json +1 -6
- package/fragments/layout/card-header-heading.json +1 -5
- package/fragments/layout/card-header-heading.yaml +1 -1
- package/fragments/layout/card-header-with-badge.json +1 -1
- package/fragments/layout/card-header-with-badge.yaml +1 -1
- package/fragments/layout/card-header-with-description.json +1 -1
- package/fragments/layout/card-header-with-description.yaml +1 -1
- package/fragments/layout/text-card.json +1 -1
- package/fragments/layout/text-card.yaml +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,26 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
19
19
|
|
|
20
20
|
_No pending changes._
|
|
21
21
|
|
|
22
|
+
## [0.4.1] - 2026-05-10
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- **Fragment metrics reconciled** — 28 fragments updated to match computed values from `npm run audit:fragments`. 45 files modified (28 JSON + 17 YAML; 11 JSON have no YAML sibling). `audit:fragments` now reports 0 drift.
|
|
27
|
+
- **Special note: auth-card-header** instance_count reconciled from 23 → 0 (fragment no longer used by any composition). Pending decision on whether to deprecate or re-introduce.
|
|
28
|
+
- Catalog regenerated to include 3 new simple-cluster yamls (121 total).
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
|
|
32
|
+
- `docs/reports/chunk-reconcile-triage-2026-05-10.md` — triage doc documenting that all current `audit:chunk-reconcile` findings (9 fingerprint collisions + 19 near-duplicates + 10 cross-source) are intentional outcomes of the onb/reg alignment work + foundational shared chunks.
|
|
33
|
+
|
|
34
|
+
## [0.4.0] - 2026-05-10
|
|
35
|
+
|
|
36
|
+
### Ride-along (no corpus changes)
|
|
37
|
+
|
|
38
|
+
Lockstep MINOR cut alongside `@adia-ai/web-modules@0.4.0` (ADR-0024 legacy deprecation). Catalog regenerated; chunks/fragments/compositions/patterns byte-identical to v0.3.6.
|
|
39
|
+
|
|
40
|
+
Internal `@adia-ai/*` dep ranges bumped from `^0.3.0` to `^0.4.0`. See root [CHANGELOG.md `## [0.4.0]`](../../../CHANGELOG.md) for the cut narrative.
|
|
41
|
+
|
|
22
42
|
## [0.3.6] - 2026-05-10
|
|
23
43
|
|
|
24
44
|
### Changed
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -5869,6 +5869,11 @@
|
|
|
5869
5869
|
},
|
|
5870
5870
|
"component": {
|
|
5871
5871
|
"const": "EditorSidebar"
|
|
5872
|
+
},
|
|
5873
|
+
"resizing": {
|
|
5874
|
+
"description": "Reflected — set during an active pointer-drag of the pane's\nresize handle. Used to disable transitions and visual treatments\nthat would feel laggy during drag.\n",
|
|
5875
|
+
"type": "boolean",
|
|
5876
|
+
"default": false
|
|
5872
5877
|
}
|
|
5873
5878
|
},
|
|
5874
5879
|
"required": [
|
|
@@ -11286,6 +11291,230 @@
|
|
|
11286
11291
|
"version": 1
|
|
11287
11292
|
}
|
|
11288
11293
|
},
|
|
11294
|
+
"SimpleContent": {
|
|
11295
|
+
"title": "SimpleContent",
|
|
11296
|
+
"description": "Module-tier article-body container. CSS-only — no JS, no state.\nSits inside <simple-shell> as the main content surface with\ntoken-correct vertical rhythm and prose-friendly max-width.\n\nCompanion to <simple-hero> (optional top strip) per ADR-0023\nbespoke shell-tier children.\n",
|
|
11297
|
+
"type": "object",
|
|
11298
|
+
"allOf": [
|
|
11299
|
+
{
|
|
11300
|
+
"$ref": "#/$defs/ComponentCommon"
|
|
11301
|
+
},
|
|
11302
|
+
{
|
|
11303
|
+
"$ref": "#/$defs/CatalogComponentCommon"
|
|
11304
|
+
}
|
|
11305
|
+
],
|
|
11306
|
+
"properties": {
|
|
11307
|
+
"component": {
|
|
11308
|
+
"const": "SimpleContent"
|
|
11309
|
+
}
|
|
11310
|
+
},
|
|
11311
|
+
"required": [
|
|
11312
|
+
"component"
|
|
11313
|
+
],
|
|
11314
|
+
"unevaluatedProperties": false,
|
|
11315
|
+
"x-adiaui": {
|
|
11316
|
+
"anti_patterns": [],
|
|
11317
|
+
"category": "shells",
|
|
11318
|
+
"events": {},
|
|
11319
|
+
"examples": [],
|
|
11320
|
+
"keywords": [
|
|
11321
|
+
"simple-content",
|
|
11322
|
+
"article",
|
|
11323
|
+
"body",
|
|
11324
|
+
"prose",
|
|
11325
|
+
"main-content",
|
|
11326
|
+
"landing-body",
|
|
11327
|
+
"marketing-body"
|
|
11328
|
+
],
|
|
11329
|
+
"name": "SimpleContent",
|
|
11330
|
+
"related": [
|
|
11331
|
+
"SimpleShell",
|
|
11332
|
+
"SimpleHero"
|
|
11333
|
+
],
|
|
11334
|
+
"slots": {
|
|
11335
|
+
"default": {
|
|
11336
|
+
"description": "Article body content — prose, code blocks, illustrations. Authors compose freely; <simple-content> provides only the container with sensible defaults (vertical rhythm, max-width, typography token application)."
|
|
11337
|
+
}
|
|
11338
|
+
},
|
|
11339
|
+
"states": [
|
|
11340
|
+
{
|
|
11341
|
+
"description": "Default, visible.",
|
|
11342
|
+
"name": "idle"
|
|
11343
|
+
}
|
|
11344
|
+
],
|
|
11345
|
+
"synonyms": {
|
|
11346
|
+
"simple-content": [
|
|
11347
|
+
"page-content",
|
|
11348
|
+
"article-body",
|
|
11349
|
+
"prose-container",
|
|
11350
|
+
"main-body"
|
|
11351
|
+
]
|
|
11352
|
+
},
|
|
11353
|
+
"tag": "simple-content",
|
|
11354
|
+
"tokens": {},
|
|
11355
|
+
"traits": [],
|
|
11356
|
+
"version": 1
|
|
11357
|
+
}
|
|
11358
|
+
},
|
|
11359
|
+
"SimpleHero": {
|
|
11360
|
+
"title": "SimpleHero",
|
|
11361
|
+
"description": "Module-tier hero strip for the top of marketing / landing / error\npages. CSS-only — no JS, no state. Three named slots (heading, lede,\nactions) carry the canonical hero composition.\n\nSits inside <simple-shell> above <simple-content>. Companion to\n<simple-content> per ADR-0023 bespoke shell-tier children.\n",
|
|
11362
|
+
"type": "object",
|
|
11363
|
+
"allOf": [
|
|
11364
|
+
{
|
|
11365
|
+
"$ref": "#/$defs/ComponentCommon"
|
|
11366
|
+
},
|
|
11367
|
+
{
|
|
11368
|
+
"$ref": "#/$defs/CatalogComponentCommon"
|
|
11369
|
+
}
|
|
11370
|
+
],
|
|
11371
|
+
"properties": {
|
|
11372
|
+
"component": {
|
|
11373
|
+
"const": "SimpleHero"
|
|
11374
|
+
}
|
|
11375
|
+
},
|
|
11376
|
+
"required": [
|
|
11377
|
+
"component"
|
|
11378
|
+
],
|
|
11379
|
+
"unevaluatedProperties": false,
|
|
11380
|
+
"x-adiaui": {
|
|
11381
|
+
"anti_patterns": [],
|
|
11382
|
+
"category": "shells",
|
|
11383
|
+
"events": {},
|
|
11384
|
+
"examples": [],
|
|
11385
|
+
"keywords": [
|
|
11386
|
+
"simple-hero",
|
|
11387
|
+
"hero",
|
|
11388
|
+
"splash",
|
|
11389
|
+
"landing-hero",
|
|
11390
|
+
"marketing-hero",
|
|
11391
|
+
"intro",
|
|
11392
|
+
"page-title"
|
|
11393
|
+
],
|
|
11394
|
+
"name": "SimpleHero",
|
|
11395
|
+
"related": [
|
|
11396
|
+
"SimpleShell",
|
|
11397
|
+
"SimpleContent"
|
|
11398
|
+
],
|
|
11399
|
+
"slots": {
|
|
11400
|
+
"default": {
|
|
11401
|
+
"description": "Optional inline content if the named slots are insufficient."
|
|
11402
|
+
},
|
|
11403
|
+
"actions": {
|
|
11404
|
+
"description": "Action row (button-ui, link-ui) for primary CTAs."
|
|
11405
|
+
},
|
|
11406
|
+
"heading": {
|
|
11407
|
+
"description": "Large display heading (h1) — the page title."
|
|
11408
|
+
},
|
|
11409
|
+
"lede": {
|
|
11410
|
+
"description": "Lead paragraph below heading — short summary or CTA tagline."
|
|
11411
|
+
}
|
|
11412
|
+
},
|
|
11413
|
+
"states": [
|
|
11414
|
+
{
|
|
11415
|
+
"description": "Default, visible.",
|
|
11416
|
+
"name": "idle"
|
|
11417
|
+
}
|
|
11418
|
+
],
|
|
11419
|
+
"synonyms": {
|
|
11420
|
+
"simple-hero": [
|
|
11421
|
+
"page-hero",
|
|
11422
|
+
"splash-hero",
|
|
11423
|
+
"landing-hero",
|
|
11424
|
+
"intro-strip"
|
|
11425
|
+
]
|
|
11426
|
+
},
|
|
11427
|
+
"tag": "simple-hero",
|
|
11428
|
+
"tokens": {},
|
|
11429
|
+
"traits": [],
|
|
11430
|
+
"version": 1
|
|
11431
|
+
}
|
|
11432
|
+
},
|
|
11433
|
+
"SimpleShell": {
|
|
11434
|
+
"title": "SimpleShell",
|
|
11435
|
+
"description": "Module-tier minimal shell for marketing / landing / error pages.\nBehavior-only orchestrator with two reflected attributes — [centered]\nfor vertical centering, [full-bleed] for dropping the max-width\nconstraint.\n\nThe 4th cluster in the bespoke shell family per ADR-0023, designed\ndeliberately small (1 host + 2 CSS-only children) to demonstrate\nthe pattern works without ceremony for thin clusters.\n\nUse cases: marketing splashes, error pages (404 / 500 / maintenance),\nthank-you pages, single-card flows (sign-in, password reset).\n",
|
|
11436
|
+
"type": "object",
|
|
11437
|
+
"allOf": [
|
|
11438
|
+
{
|
|
11439
|
+
"$ref": "#/$defs/ComponentCommon"
|
|
11440
|
+
},
|
|
11441
|
+
{
|
|
11442
|
+
"$ref": "#/$defs/CatalogComponentCommon"
|
|
11443
|
+
}
|
|
11444
|
+
],
|
|
11445
|
+
"properties": {
|
|
11446
|
+
"centered": {
|
|
11447
|
+
"description": "Reflected — vertically centers content in viewport.",
|
|
11448
|
+
"type": "boolean",
|
|
11449
|
+
"default": false
|
|
11450
|
+
},
|
|
11451
|
+
"component": {
|
|
11452
|
+
"const": "SimpleShell"
|
|
11453
|
+
},
|
|
11454
|
+
"full-bleed": {
|
|
11455
|
+
"description": "Reflected — drops the default max-width so content fills full viewport.",
|
|
11456
|
+
"type": "boolean",
|
|
11457
|
+
"default": false
|
|
11458
|
+
}
|
|
11459
|
+
},
|
|
11460
|
+
"required": [
|
|
11461
|
+
"component"
|
|
11462
|
+
],
|
|
11463
|
+
"unevaluatedProperties": false,
|
|
11464
|
+
"x-adiaui": {
|
|
11465
|
+
"anti_patterns": [],
|
|
11466
|
+
"category": "shells",
|
|
11467
|
+
"events": {},
|
|
11468
|
+
"examples": [],
|
|
11469
|
+
"keywords": [
|
|
11470
|
+
"simple-shell",
|
|
11471
|
+
"landing",
|
|
11472
|
+
"marketing",
|
|
11473
|
+
"error-page",
|
|
11474
|
+
"splash",
|
|
11475
|
+
"confirmation",
|
|
11476
|
+
"minimal-shell"
|
|
11477
|
+
],
|
|
11478
|
+
"name": "SimpleShell",
|
|
11479
|
+
"related": [
|
|
11480
|
+
"SimpleHero",
|
|
11481
|
+
"SimpleContent",
|
|
11482
|
+
"AdminShell"
|
|
11483
|
+
],
|
|
11484
|
+
"slots": {
|
|
11485
|
+
"default": {
|
|
11486
|
+
"description": "Bespoke children (<simple-hero>, <simple-content>) compose here. The author owns layout order."
|
|
11487
|
+
}
|
|
11488
|
+
},
|
|
11489
|
+
"states": [
|
|
11490
|
+
{
|
|
11491
|
+
"description": "Default layout — top-aligned, max-width container.",
|
|
11492
|
+
"name": "idle"
|
|
11493
|
+
},
|
|
11494
|
+
{
|
|
11495
|
+
"description": "When [centered] is set — vertically centers the content stack.",
|
|
11496
|
+
"name": "centered"
|
|
11497
|
+
},
|
|
11498
|
+
{
|
|
11499
|
+
"description": "When [full-bleed] is set — drops max-width so content fills the viewport.",
|
|
11500
|
+
"name": "full-bleed"
|
|
11501
|
+
}
|
|
11502
|
+
],
|
|
11503
|
+
"synonyms": {
|
|
11504
|
+
"simple-shell": [
|
|
11505
|
+
"marketing-shell",
|
|
11506
|
+
"landing-shell",
|
|
11507
|
+
"minimal-shell",
|
|
11508
|
+
"splash-shell",
|
|
11509
|
+
"error-shell"
|
|
11510
|
+
]
|
|
11511
|
+
},
|
|
11512
|
+
"tag": "simple-shell",
|
|
11513
|
+
"tokens": {},
|
|
11514
|
+
"traits": [],
|
|
11515
|
+
"version": 1
|
|
11516
|
+
}
|
|
11517
|
+
},
|
|
11289
11518
|
"Skeleton": {
|
|
11290
11519
|
"title": "Skeleton",
|
|
11291
11520
|
"description": "Placeholder shimmer for loading states. Purely presentational.",
|
|
@@ -96,3 +96,13 @@
|
|
|
96
96
|
## AdminTopbar
|
|
97
97
|
- admin-topbar replaces <header-ui> at shell-tier — use it for chrome bars inside admin-shell, admin-content, admin-sidebar. Use <header-ui> for primitive containers (Card / Drawer / Modal).
|
|
98
98
|
|
|
99
|
+
## SimpleContent
|
|
100
|
+
- simple-content is the article surface inside simple-shell. Use for primary page body. Sibling to <simple-hero> (optional).
|
|
101
|
+
|
|
102
|
+
## SimpleHero
|
|
103
|
+
- simple-hero is the optional top strip inside simple-shell. Use for marketing splashes, error-page reassurance text, or single- flow page intros. Always followed by <simple-content> for body.
|
|
104
|
+
|
|
105
|
+
## SimpleShell
|
|
106
|
+
- simple-shell is the bespoke shell for thin / minimal page surfaces. Use when the page has no nav rail, no chrome bars, no command palette. For full app surfaces use admin-shell; for chat surfaces use chat-shell; for design tools use editor-shell.
|
|
107
|
+
- Compose with <simple-hero> (optional top hero strip) and <simple-content> (main article body). Both are CSS-only structural children — no JS, no state.
|
|
108
|
+
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
{ "id": "tg-sw", "component": "Toggle", "name": "field", "checked": false }
|
|
26
26
|
],
|
|
27
27
|
"links": { "uses_components": ["Row", "Column", "Text", "Toggle"] },
|
|
28
|
-
"metrics": { "leverage":
|
|
28
|
+
"metrics": { "leverage": 17, "pattern_count": 0, "instance_count": 17 }
|
|
29
29
|
}
|
|
@@ -55,10 +55,5 @@
|
|
|
55
55
|
"related": ["card-header-heading", "card-header-with-description"],
|
|
56
56
|
"spawned_from": ["chunk:auth-card-header"]
|
|
57
57
|
},
|
|
58
|
-
"metrics": {
|
|
59
|
-
"leverage": 23.0,
|
|
60
|
-
"pattern_count": 0,
|
|
61
|
-
"instance_count": 23,
|
|
62
|
-
"_provenance": "Promoted 2026-05-07 from chunks/auth-card-header.json (23 instances across user-flow auth + errors apps). See docs/reports/chunk-reconcile-2026-05-07.md for the full reconciliation context."
|
|
63
|
-
}
|
|
58
|
+
"metrics": { "leverage": 0, "pattern_count": 0, "instance_count": 0 }
|
|
64
59
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AdiaUI A2UI training corpus \u2014 patterns, fragments, compositions, exemplars, eval fixtures, feedback, gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|