@adia-ai/a2ui-corpus 0.6.34 → 0.6.36
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 +16 -0
- package/catalog-a2ui_0_9.json +3699 -333
- package/catalog-a2ui_0_9_rules.txt +134 -4
- package/chunk-embeddings.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.6.36] — 2026-05-24
|
|
4
|
+
|
|
5
|
+
### Changed — catalog absorbs `<tag-ui>` solid-default flip + `[tone]` prop
|
|
6
|
+
|
|
7
|
+
- **`<tag-ui>` family variants now default to solid fill** (saturated bg + on-strong text — `--a-{family}-bg` + `--a-{family}-fg` pair). The new `[tone]` enum prop (`solid` | `muted`) opts each family variant back to the canonical muted pair when the chip is metadata rather than a status stamp. Catalog tag prop block + rules text regenerated to surface the new prop + the new default rendering in the LLM training corpus.
|
|
8
|
+
|
|
9
|
+
## [0.6.35] — 2026-05-24
|
|
10
|
+
|
|
11
|
+
### Changed — `catalog-a2ui_0_9.{json,_rules.txt}` regen absorbs FB-61/62/63 yaml backfills
|
|
12
|
+
|
|
13
|
+
- **Catalog + rules text rebuilt** to absorb three substrate yaml drift fixes shipped in the same cycle:
|
|
14
|
+
- **FB-61** — `<editor-sidebar>` `[collapsible]` declared as reflected prop (Option C: CSS-state marker, matches admin-sidebar convention). New entry in the catalog's `editor-sidebar` props block.
|
|
15
|
+
- **FB-62** — `<popover-ui>` and `<menu-ui>` yaml `slots:` blocks backfilled with the `trigger` / `content` (popover) and `trigger` (menu) slot entries the CSS + a2ui rules already documented. Catalog slot blocks now match.
|
|
16
|
+
- **FB-63** — chat-input + textarea + input substrate prose corrected so Enter→submit semantics are accurately documented across all three input primitives (unconditional, no `[submit-on-enter]` attribute observation anywhere). Substrate demos stripped of the decorative attribute. Catalog rules text + relevant component description fields regenerated.
|
|
17
|
+
- Embeddings remain valid (content-hash-keyed; only prose fields changed, no chunk additions). File size unchanged within rounding. Source: `packages/web-modules/editor/editor-sidebar/*.yaml`, `packages/web-components/components/{popover,menu,chat-thread/chat-input,textarea,input}/*.yaml`, plus matching chat-cluster yamls.
|
|
18
|
+
|
|
3
19
|
## [0.6.34] — 2026-05-23
|
|
4
20
|
|
|
5
21
|
### Added — `playground-css-channel` chunk + Wave 1+2 corpus coverage
|