@adia-ai/a2ui-corpus 0.6.34 → 0.6.35
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 +10 -0
- package/catalog-a2ui_0_9.json +3779 -414
- package/catalog-a2ui_0_9_rules.txt +133 -4
- package/chunk-embeddings.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.6.35] — 2026-05-24
|
|
4
|
+
|
|
5
|
+
### Changed — `catalog-a2ui_0_9.{json,_rules.txt}` regen absorbs FB-61/62/63 yaml backfills
|
|
6
|
+
|
|
7
|
+
- **Catalog + rules text rebuilt** to absorb three substrate yaml drift fixes shipped in the same cycle:
|
|
8
|
+
- **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.
|
|
9
|
+
- **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.
|
|
10
|
+
- **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.
|
|
11
|
+
- 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.
|
|
12
|
+
|
|
3
13
|
## [0.6.34] — 2026-05-23
|
|
4
14
|
|
|
5
15
|
### Added — `playground-css-channel` chunk + Wave 1+2 corpus coverage
|