@adia-ai/a2ui-corpus 0.8.0 → 0.8.1

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,8 @@
1
1
  # Changelog — @adia-ai/a2ui-corpus
2
+ ## [0.8.1] — 2026-07-15
3
+
4
+ ### Changed
5
+ - **`catalog-a2ui_0_9.json` regenerated** — `TagsInput`'s chip-slot entry now documents the shipped `<template slot="chip">` + `{{value}}`/`{{index}}` mechanism (TKT-0023; source yaml lives in @adia-ai/web-components).
2
6
  ## [0.8.0] — 2026-07-15
3
7
 
4
8
  ### Changed — Material color-token adoption (lockstep with @adia-ai/web-components@0.8.0)
@@ -24651,7 +24651,7 @@
24651
24651
  ],
24652
24652
  "slots": {
24653
24653
  "chip": {
24654
- "description": "Planned: custom chip template, receiving `{value, index}` per\ntoken NOT YET IMPLEMENTED (TKT-0023; the template mechanism's\nshape needs a design decision before it's built). Every token\ncurrently renders as the fixed default,\n`<tag-ui removable text=\"<value>\">`, with no override path."
24654
+ "description": "Custom per-token chip template (TKT-0023). Provide a single\n`<template slot=\"chip\">` child; it's cloned once per committed\ntoken, with `{{value}}` / `{{index}}` substituted into every text\nnode and attribute value in the clone (e.g.\n`<tag-ui removable text=\"{{value}}\" title=\"Item #{{index}}\">`).\nThe template's first element child is the reconcile unit — data-*\nbookkeeping attrs land on it, so removal / re-render still track\nby position the same way the default chip does. When absent, or\nwhen the template has no element content (malformed), each token\nrenders as the default `<tag-ui removable text=\"<value>\">`.\nReadonly/disabled toggling of the built-in `removable` affordance\nonly applies to the default chip — a custom template always owns\nits own removability, independent of the host's readonly/disabled\nstate."
24655
24655
  }
24656
24656
  },
24657
24657
  "states": [
@@ -24685,7 +24685,7 @@
24685
24685
  "name": "disabled"
24686
24686
  },
24687
24687
  {
24688
- "description": "Read-only; chips render without remove affordance.",
24688
+ "description": "Read-only; default chips render without remove affordance (a\ncustom `chip` template owns its own removability and is\nunaffected).",
24689
24689
  "attribute": "readonly",
24690
24690
  "name": "readonly"
24691
24691
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
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": {