@adia-ai/a2ui-corpus 0.5.13 → 0.5.14

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
@@ -18,6 +18,10 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
18
18
 
19
19
  _No pending changes._
20
20
 
21
+ ## [0.5.14] - 2026-05-15
22
+
23
+ _Lockstep ride-along (no source change in this package; companion to web-components v0.5.14 — see root CHANGELOG)._
24
+
21
25
  ## [0.5.13] - 2026-05-15
22
26
 
23
27
  _Lockstep ride-along (no source change in this package; companion to web-components v0.5.13 — see root CHANGELOG)._
@@ -10672,6 +10672,15 @@
10672
10672
  "category": "input",
10673
10673
  "composes": [],
10674
10674
  "events": {
10675
+ "change": {
10676
+ "description": "Fired alongside `input` on every digit change. Provides form-bearing-primitive event-shape parity (every UIFormElement emits `change` with `detail.value`).",
10677
+ "detail": {
10678
+ "value": {
10679
+ "description": "Combined digits at the moment of the change.",
10680
+ "type": "string"
10681
+ }
10682
+ }
10683
+ },
10675
10684
  "complete": {
10676
10685
  "description": "Fired exactly once when the user fills the last digit slot. detail.value is the combined string.",
10677
10686
  "detail": {
@@ -12359,6 +12368,15 @@
12359
12368
  "category": "input",
12360
12369
  "composes": [],
12361
12370
  "events": {
12371
+ "change": {
12372
+ "description": "Fired alongside `input` on every keystroke + on clear. Provides form-bearing-primitive event-shape parity (every UIFormElement emits `change` with `detail.value`).",
12373
+ "detail": {
12374
+ "value": {
12375
+ "description": "Current search-input value.",
12376
+ "type": "string"
12377
+ }
12378
+ }
12379
+ },
12362
12380
  "clear": {
12363
12381
  "description": "Fired when the clear button is clicked"
12364
12382
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "type": "module",
5
5
  "description": "AdiaUI A2UI training corpus — canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
6
6
  "exports": {