@adia-ai/a2ui-corpus 0.8.3 → 0.8.4

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,4 +1,10 @@
1
1
  # Changelog — @adia-ai/a2ui-corpus
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Changed
6
+ - **Catalog `composes` entries regenerated** for the gh#276 button-ui migrations: `select-ui`, `tag-ui`, `swatch-ui`, `timeline-ui`, `chat-input-ui`, and `combobox-ui` now declare `button-ui` (plus combobox's previously undeclared `spinner-ui`) so generated compositions know the stamped dependency set.
7
+
2
8
  ## [0.8.3] — 2026-07-16
3
9
 
4
10
  ### Maintenance
@@ -5350,7 +5350,9 @@
5350
5350
  }
5351
5351
  ],
5352
5352
  "category": "agent",
5353
- "composes": [],
5353
+ "composes": [
5354
+ "button-ui"
5355
+ ],
5354
5356
  "events": {
5355
5357
  "submit": {
5356
5358
  "description": "Fires when the user presses Enter (without Shift) in the textarea OR clicks the built-in send button. Unconditional — there is no [submit-on-enter] opt-in or opt-out attribute; Enter→submit is delegated from the inner <textarea-ui> which always emits a `submit` event on Enter without Shift. The composer suppresses submission while `[loading]` is set.",
@@ -6898,7 +6900,9 @@
6898
6900
  ],
6899
6901
  "category": "input",
6900
6902
  "composes": [
6901
- "icon-ui"
6903
+ "icon-ui",
6904
+ "button-ui",
6905
+ "spinner-ui"
6902
6906
  ],
6903
6907
  "events": {
6904
6908
  "change": {
@@ -20846,7 +20850,8 @@
20846
20850
  "category": "input",
20847
20851
  "composes": [
20848
20852
  "icon-ui",
20849
- "tag-ui"
20853
+ "tag-ui",
20854
+ "button-ui"
20850
20855
  ],
20851
20856
  "events": {
20852
20857
  "change": {
@@ -22631,7 +22636,9 @@
22631
22636
  "x-adiaui": {
22632
22637
  "anti_patterns": [],
22633
22638
  "category": "display",
22634
- "composes": [],
22639
+ "composes": [
22640
+ "button-ui"
22641
+ ],
22635
22642
  "events": {
22636
22643
  "select": {
22637
22644
  "description": "Fired when a selectable swatch is activated (click / Enter / Space). detail carries the swatch's value, color, and label.",
@@ -24327,7 +24334,10 @@
24327
24334
  "x-adiaui": {
24328
24335
  "anti_patterns": [],
24329
24336
  "category": "display",
24330
- "composes": [],
24337
+ "composes": [
24338
+ "button-ui",
24339
+ "icon-ui"
24340
+ ],
24331
24341
  "events": {
24332
24342
  "remove": {
24333
24343
  "description": "Fired when the dismiss button is activated.",
@@ -25386,7 +25396,8 @@
25386
25396
  "anti_patterns": [],
25387
25397
  "category": "display",
25388
25398
  "composes": [
25389
- "icon-ui"
25399
+ "icon-ui",
25400
+ "button-ui"
25390
25401
  ],
25391
25402
  "events": {
25392
25403
  "timeline-toggle": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
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": {