@adia-ai/a2ui-corpus 0.8.8 → 0.8.9
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 +6 -0
- package/catalog-a2ui_0_9.json +6 -1
- package/catalog-a2ui_0_9_rules.txt +1 -1
- package/chunks/_source-hashes.json +6 -6
- package/manifest.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.8.9] — 2026-07-19
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.9 work shipped in select-ui mark visual (gh#339); release-tooling hardened (branch creation, settle-wait poll, pr-bridge draft guard). See `packages/web-components/CHANGELOG.md#unreleased` for details.
|
|
7
|
+
- **`chunks/` touched in this release window** (1 file(s), e.g. `chunks/_source-hashes.json`) — carried by the entries above.
|
|
8
|
+
|
|
3
9
|
## [0.8.8] — 2026-07-19
|
|
4
10
|
|
|
5
11
|
### Maintenance
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -20873,6 +20873,11 @@
|
|
|
20873
20873
|
"type": "string",
|
|
20874
20874
|
"default": ""
|
|
20875
20875
|
},
|
|
20876
|
+
"mark": {
|
|
20877
|
+
"description": "Renders the Adia brand mark (`<adia-mark-ui>`) as the leading visual — takes precedence over avatar and icon. Token-driven (light/dark handled internally), so it fits a scheme-switching workspace/app switcher where a static logo URL can't invert. Per-option `mark` on an `<option>`/options-array entry works the same way, scoped to that row.",
|
|
20878
|
+
"type": "boolean",
|
|
20879
|
+
"default": false
|
|
20880
|
+
},
|
|
20876
20881
|
"max": {
|
|
20877
20882
|
"description": "Multi-select only. Maximum allowed selections. Toggling past the\ncap is suppressed; the `invalid` event fires with reason=\"max\".\n`0` (default) = unlimited.\n",
|
|
20878
20883
|
"type": "number",
|
|
@@ -20914,7 +20919,7 @@
|
|
|
20914
20919
|
"default": false
|
|
20915
20920
|
},
|
|
20916
20921
|
"options": {
|
|
20917
|
-
"description": "Option list. Array of {value, label, disabled?, icon?, avatar?} or grouped {label, options: [...]}. Alternative to declarative <option> / <optgroup> children. Per-option icon/avatar render in the list AND reflect in the trigger's selected state.",
|
|
20922
|
+
"description": "Option list. Array of {value, label, disabled?, icon?, avatar?, mark?} or grouped {label, options: [...]}. Alternative to declarative <option> / <optgroup> children. Per-option icon/avatar/mark render in the list AND reflect in the trigger's selected state (mark takes precedence over avatar, which takes precedence over icon).",
|
|
20918
20923
|
"$ref": "#/$defs/DynamicStringList"
|
|
20919
20924
|
},
|
|
20920
20925
|
"pattern": {
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
## Select
|
|
596
596
|
- Use <select-ui> for single-select with > 4 options or any list that benefits from a popover. Prefer <segmented-ui> / <radio-ui> when ≤ 4 visible options fit the row.
|
|
597
597
|
- Compose options via native <option> / <optgroup> children — other tag names are silently ignored (per §225 v0.5.9) and warned once at runtime. Or set `.options` programmatically as an array of `{value, label, disabled?}` (grouped form: `{label, options:[…]}`).
|
|
598
|
-
- Per-option visuals: give each <option> an `icon` (Phosphor name)
|
|
598
|
+
- Per-option visuals: give each <option> an `icon` (Phosphor name), `avatar` (image URL), or `mark` (Adia brand mark) — `<option value="light" icon="sun">`. Each row renders its glyph in the list AND the trigger reflects the SELECTED option's icon/avatar/mark (theme pickers, assignee/account switchers, workspace switchers). `mark` wins over `avatar`, which wins over `icon`; a host-level [mark]/[icon]/[avatar] is the fallback when the selected option carries none of the three. `mark` renders `<adia-mark-ui>` — a token-driven brand mark that inverts with the color scheme, so a workspace/app switcher doesn't need a static, scheme-locked logo URL.
|
|
599
599
|
- For dynamic option lists rendered inside <editor-shell>, set the JSON via the [data-options] attribute — <editor-shell>'s wireSelects() finds select-ui[data-options], JSON.parses the attribute, and assigns `.options` on connect. Useful for static-HTML toolbars where JS hydration would be awkward.
|
|
600
600
|
- <select-ui> owns its own label / hint / error chrome (via [label] / [hint] / [error] props). Only wrap in <field-ui> when you need to share the field-chrome stack with sibling inputs in the same form row group.
|
|
601
601
|
- Enable [searchable] for > 10 options; add [free-text] only when unmatched values are valid (tag entry, email-with-suggestion). Use [multiple searchable] for multi-select rather than authoring a separate multi-select primitive.
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"packages/web-components/components/section/section.examples.html": "267354b7e65e136b4eee1dfc0a95f3570f9f6306f6046a94eb7378b1519fd14b",
|
|
320
320
|
"packages/web-components/components/segment/segment.examples.html": "a5319a3dd06297f661b45861ce1924416141d8601fbae9405f97897db5ce99dc",
|
|
321
321
|
"packages/web-components/components/segmented/segmented.examples.html": "549c853b121666160f041e4447ccb612d32f812542705be128d2628beb98abad",
|
|
322
|
-
"packages/web-components/components/select/select.examples.html": "
|
|
322
|
+
"packages/web-components/components/select/select.examples.html": "2de52ba9d522400e3385609ac09a837b29f928e0a468da422432a6977025caad",
|
|
323
323
|
"packages/web-components/components/skeleton/skeleton.examples.html": "99a28387dd0a9fe201dda9e3f47b97ec3699dc7d6da4140d6d25957596df7d5e",
|
|
324
324
|
"packages/web-components/components/skip-nav/skip-nav.examples.html": "ae1d25b9e6cba1ae62a2fc4c4f45e804737bb2a1f1fe8965b2396b5282a368d4",
|
|
325
325
|
"packages/web-components/components/slider/slider.examples.html": "b60a042260052e1dabb07377f314c44853c624dc5cd3061a88e1257b3018f756",
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"packages/web-components/patterns/marketing-engagement/marketing-engagement.examples.html": "0b191cd19f40c51d8417e1202755e1cfb39a1ee92bba4ce2eb9b58201dd51567",
|
|
384
384
|
"packages/web-components/patterns/notifications-bell-and-digest/notifications-bell-and-digest.examples.html": "26b15d51f186e50553430eab165bc4aad002528beebf0e249a2628271973fcfc",
|
|
385
385
|
"packages/web-components/patterns/overview/overview.examples.html": "92a46ad2e8f48857e4ecffe44ef3d8ad2d954d6c2cd83cca5d2cf51dfb8ea637",
|
|
386
|
-
"packages/web-components/patterns/permissions-matrix/permissions-matrix.examples.html": "
|
|
386
|
+
"packages/web-components/patterns/permissions-matrix/permissions-matrix.examples.html": "0b79745e29c300e4a7c51b5ff7d3bb1fd23f5aa420cbb14e36eafdda80d046b7",
|
|
387
387
|
"packages/web-components/patterns/permissions-role-picker/permissions-role-picker.examples.html": "bf5001921c619934616ae0dff23af30df4afde5ff88e33d2eb8233e8cb88d609",
|
|
388
388
|
"packages/web-components/patterns/permissions-sharing/permissions-sharing.examples.html": "f9a6cc7c5a902d0f89b1f075b012e4142fb128a106a5dcb0d644de9ee871d8de",
|
|
389
389
|
"packages/web-components/patterns/profile-public-and-verification/profile-public-and-verification.examples.html": "7f05fa081cedfcc66c936c78220da5a9958d20528fe5c48f39f31e4ffe1ed1bf",
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"playgrounds/table-toolbar/app/table-toolbar.html": "d5a5b6c98d4f27e3431e2e8e27da73dea924416684316deacfbcaca71c3a08c3",
|
|
473
473
|
"site/pages/architecture/dom-and-styling.html": "b853ec7c715896e3d9df8cba30d9fcef5ed9ef53cbb1a39aa2a129ae9274fe20",
|
|
474
474
|
"site/pages/architecture/generative.html": "eddfef8c54d3764a10ad41e3d1bd8a0ea8a415662ac78155c9383ad2d36b6e50",
|
|
475
|
-
"site/pages/architecture/heuristics.html": "
|
|
475
|
+
"site/pages/architecture/heuristics.html": "6cde336b3e634aa07e4139139319c90bb79de9cbb46f9f84c248098251e636e3",
|
|
476
476
|
"site/pages/architecture/ontology.html": "bba2ac269e56b87543631adbff05a1b1e487e66bc9a23780ce320c897ca626ce",
|
|
477
477
|
"site/pages/architecture/reactivity.html": "3522094dbe309f2e0cc87353eaf0e85e058b0d9b55656621bebc8453dba2e7e7",
|
|
478
478
|
"site/pages/architecture/traits.html": "3b784b4b9645dfa5c9fdd4aedb00a921559df9a7d714d505a80b3669e53a3027",
|
|
@@ -498,12 +498,12 @@
|
|
|
498
498
|
"site/pages/patterns/responsive.html": "971b6b604df97dc8e5b5df026517595339454c827fbb99cbd0c1baa71a84de26",
|
|
499
499
|
"site/pages/patterns/shells.html": "80a4f25cff3e062b476f946017941b385e0ebdd645067674452aa7776607fe2b",
|
|
500
500
|
"site/pages/reference/breaking-changes.html": "a03c5775dbd3e55954a38a3f545a5029f50510f01817ac392d3a2e0ff54ffdf4",
|
|
501
|
-
"site/pages/reference/canvas-wiring.html": "
|
|
501
|
+
"site/pages/reference/canvas-wiring.html": "c29efbc784c346b9e6a5a31d5dc61f64d732f6cc2fb922dad672638b039d3ecf",
|
|
502
502
|
"site/pages/reference/decisions.html": "536b8d05d28ad7ae0a318cc00fdf9c632eeb5244f4883e24f6bb4b1f6c0919b9",
|
|
503
503
|
"site/pages/reference/engines.html": "022b1fc3a54ef045c2fa70dc654b70985dae7ec58fc35f18aa9cdfd92b9eb6fc",
|
|
504
|
-
"site/pages/reference/gen-ui.html": "
|
|
504
|
+
"site/pages/reference/gen-ui.html": "bf617fcdcafffc27292503de871ff9ef598e865c8d121c8c3aeff78547ec7876",
|
|
505
505
|
"site/pages/reference/mcp.html": "4cfdb49bca5552128d41d47660691cc3aac64363de2f990692c391ce7e903634",
|
|
506
506
|
"site/pages/reference/training-data.html": "91a8802987ab71a55c1a33f116b59a6cc760a0ff10de42dae1366d174ae1bf63",
|
|
507
|
-
"site/pages/reference/wiring.html": "
|
|
507
|
+
"site/pages/reference/wiring.html": "bc9ab47eae1325be583c08bdf57fd09101ca07b8fb9b7e568d3b6116db7c5745"
|
|
508
508
|
}
|
|
509
509
|
}
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AdiaUI A2UI training corpus \u2014 canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|