@adia-ai/a2ui-corpus 0.3.6 → 0.4.0
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 +8 -0
- package/catalog-a2ui_0_9.json +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,14 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
19
19
|
|
|
20
20
|
_No pending changes._
|
|
21
21
|
|
|
22
|
+
## [0.4.0] - 2026-05-10
|
|
23
|
+
|
|
24
|
+
### Ride-along (no corpus changes)
|
|
25
|
+
|
|
26
|
+
Lockstep MINOR cut alongside `@adia-ai/web-modules@0.4.0` (ADR-0024 legacy deprecation). Catalog regenerated; chunks/fragments/compositions/patterns byte-identical to v0.3.6.
|
|
27
|
+
|
|
28
|
+
Internal `@adia-ai/*` dep ranges bumped from `^0.3.0` to `^0.4.0`. See root [CHANGELOG.md `## [0.4.0]`](../../../CHANGELOG.md) for the cut narrative.
|
|
29
|
+
|
|
22
30
|
## [0.3.6] - 2026-05-10
|
|
23
31
|
|
|
24
32
|
### Changed
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -5869,6 +5869,11 @@
|
|
|
5869
5869
|
},
|
|
5870
5870
|
"component": {
|
|
5871
5871
|
"const": "EditorSidebar"
|
|
5872
|
+
},
|
|
5873
|
+
"resizing": {
|
|
5874
|
+
"description": "Reflected — set during an active pointer-drag of the pane's\nresize handle. Used to disable transitions and visual treatments\nthat would feel laggy during drag.\n",
|
|
5875
|
+
"type": "boolean",
|
|
5876
|
+
"default": false
|
|
5872
5877
|
}
|
|
5873
5878
|
},
|
|
5874
5879
|
"required": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AdiaUI A2UI training corpus \u2014 patterns, fragments, compositions, exemplars, eval fixtures, feedback, gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|