@adia-ai/a2ui-corpus 0.6.39 → 0.6.40
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 +1 -1
- package/catalog-a2ui_0_9_rules.txt +2 -1
- package/chunk-embeddings.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.6.40] — 2026-05-26
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
|
|
7
|
+
- **Lockstep version bump only.** Substantive v0.6.40 in `@adia-ai/web-components` (index.js barrel side-effect-imports `core/provider.js` — cold-start `<router-ui>` registration, FB-69-class fix) and `@adia-ai/web-modules` (`<admin-entity-item>` `<span slot="icon">` wrap — mirrors `<nav-item-ui>`).
|
|
8
|
+
|
|
3
9
|
## [0.6.39] — 2026-05-26
|
|
4
10
|
|
|
5
11
|
### Changed — catalog regen for `<tour-ui>` + slot-selector substrate sweep
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
"description": "Optional trailing chip — environment (staging / beta) or role badge. Fixed width. Hidden when a collapsible sidebar collapses."
|
|
759
759
|
},
|
|
760
760
|
"icon": {
|
|
761
|
-
"description": "Leading visual — an <icon-ui> glyph
|
|
761
|
+
"description": "Leading visual — wrap an <icon-ui> glyph in <span slot=\"icon\"> (canonical: <span slot=\"icon\"><icon-ui name=\"…\"></icon-ui></span>, mirrors the <nav-item-ui> [slot=\"icon\"] convention so the entity icon visually aligns with a column of nav-item icons beneath in the same sidebar). For an avatar, place <img slot=\"icon\"> directly — img gets a circular crop and avatar sizing (no wrapper needed). Fixed width; survives sidebar collapse."
|
|
762
762
|
},
|
|
763
763
|
"label": {
|
|
764
764
|
"description": "Primary text. Flexes to fill the remaining width and truncates with an ellipsis. Hidden when a collapsible sidebar collapses."
|
|
@@ -1033,7 +1033,8 @@ inside <grid-ui>; reach for the page composite only when search
|
|
|
1033
1033
|
- admin-entity-item is the canonical icon + label + badge identity row for shell surfaces. Slot it whole into [slot="heading"] of an <admin-topbar> / <admin-statusbar> so the icon + label + badge collapse together inside a collapsible <admin-sidebar>. Do NOT re-implement it with a bare <span> or an ad-hoc flex <div> — those have no shared collapse boundary.
|
|
1034
1034
|
- For an INTERACTIVE workspace switcher use <select-ui variant="ghost"> instead — admin-entity-item is read-only identity display.
|
|
1035
1035
|
- Slot whole into [slot="heading"] of <admin-topbar>/<admin-statusbar>; do not nest inside other admin-entity-items.
|
|
1036
|
-
- Flat hierarchy: icon + label + badge in three slots, no extra wrapping. For full-width metadata strips compose multiple inside <row-ui> instead.
|
|
1036
|
+
- Flat hierarchy: icon + label + badge in three slots, no extra wrapping at the admin-entity-item level. For full-width metadata strips compose multiple inside <row-ui> instead.
|
|
1037
|
+
- For an <icon-ui> glyph, wrap it: <span slot="icon"><icon-ui name="…"></icon-ui></span>. For <img>/<avatar-ui>, slot directly (no wrapper).
|
|
1037
1038
|
|
|
1038
1039
|
## AdminPageBody
|
|
1039
1040
|
- admin-page-body is the centered body band of <admin-page>. Wraps an inner <section-ui> for centered reading-column rhythm; can host full-bleed content directly to opt out.
|