@adia-ai/a2ui-corpus 0.6.20 → 0.6.21

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog — @adia-ai/a2ui-corpus
2
2
 
3
+ ## [0.6.21] — 2026-05-21
4
+
5
+ ### Changed
6
+ - **`catalog-a2ui_0_9.json` + `catalog-a2ui_0_9_rules.txt` regenerated.** Re-emitted to reflect the v0.6.21 yaml-schema changes — the FEEDBACK-37 retraction in `admin-topbar.yaml` / `admin-statusbar.yaml` (the slot-contract diagnostic was misdiagnosed and removed) plus the `table-ui` wrap-default schema clarification (§403). Keeps the A2UI component catalog in sync.
7
+
8
+ ### Note
9
+ - The headline v0.6.21 work shipped in `@adia-ai/web-components` + `@adia-ai/web-modules`. See `packages/web-modules/CHANGELOG.md#0621--2026-05-21`.
10
+
3
11
  ## [0.6.20] — 2026-05-21
4
12
 
5
13
  ### Changed
@@ -15002,7 +15002,7 @@
15002
15002
  ],
15003
15003
  "properties": {
15004
15004
  "columns": {
15005
- "description": "Column definitions. Array of {key, label, type?, width?, minWidth?, maxWidth?, flex?, sortable?, resizable?, filterable?, pinned?, hidden?, accessor?, format?, render?, sortFn?, filterType?, meta?}. Alternative to declarative <col-def> children.",
15005
+ "description": "Column definitions. Array of {key, label, type?, width?, minWidth?, maxWidth?, flex?, sortable?, resizable?, filterable?, pinned?, hidden?, wrap?, accessor?, format?, render?, sortFn?, filterType?, meta?}. Alternative to declarative <col-def> children.",
15006
15006
  "type": "array",
15007
15007
  "default": []
15008
15008
  },
@@ -15063,6 +15063,11 @@
15063
15063
  "description": "Alternate row background colors for visual scanning.",
15064
15064
  "type": "boolean",
15065
15065
  "default": false
15066
+ },
15067
+ "wrap": {
15068
+ "description": "Allow body-cell content to wrap onto multiple lines. Default is single-line with ellipsis truncation (matches the row convention shared by <select-ui> + <nav-item-ui>); long unbreakable strings clip gracefully rather than rewrapping the row. With [wrap], row height auto-grows to fit wrapped content. For surgical opt-in on a single column, set [data-wrap] on the cell / col-def instead.",
15069
+ "type": "boolean",
15070
+ "default": false
15066
15071
  }
15067
15072
  },
15068
15073
  "required": [
@@ -128,12 +128,10 @@
128
128
 
129
129
  ## AdminStatusbar
130
130
  - admin-statusbar replaces <footer-ui> at shell-tier. Same slot vocabulary as <admin-topbar>; visual treatment differs (the shell css applies a top-border instead of bottom).
131
- - When placed inside <admin-sidebar> or <admin-content>, admin-statusbar MUST carry slot="footer". Without it the statusbar lands in the default body slot instead of the chrome footer band. Canonical: <admin-statusbar slot="footer">…</admin-statusbar>. admin-shell logs a one-shot console.warn when the slot is missing.
132
131
  - For a user-identity row (avatar + name + role badge), slot a single <admin-entity-item slot="heading"> rather than separate slot="icon" + slot="heading" children — the wrapper collapses the name + badge together inside a collapsible <admin-sidebar>, keeping the avatar.
133
132
 
134
133
  ## AdminTopbar
135
134
  - 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).
136
- - When placed inside <admin-sidebar> or <admin-content>, admin-topbar MUST carry slot="header". Without it the topbar lands in the default body slot and renders below the content instead of as the chrome header band. Canonical: <admin-topbar slot="header">…</admin-topbar>. admin-shell logs a one-shot console.warn when the slot is missing.
137
135
  - For an icon + label (+ optional badge) identity row — workspace or product identity — slot a single <admin-entity-item slot="heading"> rather than separate slot="icon" + slot="heading" children. The wrapper keeps the icon and label as one unit so they truncate and collapse together inside a collapsible <admin-sidebar>.
138
136
 
139
137
  ## SimpleContent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.6.20",
3
+ "version": "0.6.21",
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": {