@adia-ai/a2ui-corpus 0.5.7 → 0.5.8
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 +5 -0
- package/catalog-a2ui_0_9.json +21 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,11 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
18
18
|
|
|
19
19
|
_No pending changes._
|
|
20
20
|
|
|
21
|
+
## [0.5.8] - 2026-05-15
|
|
22
|
+
|
|
23
|
+
_Lockstep ride-along (no source change)._
|
|
24
|
+
|
|
25
|
+
|
|
21
26
|
## [0.5.7] - 2026-05-15
|
|
22
27
|
|
|
23
28
|
### Changed — `catalog-a2ui_0_9.json` regen + `chunks/` refresh (v0.5.7)
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -5784,7 +5784,9 @@
|
|
|
5784
5784
|
"x-adiaui": {
|
|
5785
5785
|
"anti_patterns": [],
|
|
5786
5786
|
"category": "container",
|
|
5787
|
-
"composes": [
|
|
5787
|
+
"composes": [
|
|
5788
|
+
"switch-ui"
|
|
5789
|
+
],
|
|
5788
5790
|
"events": {
|
|
5789
5791
|
"change": {
|
|
5790
5792
|
"description": "Fired when the toggle flips. detail contains { state }.",
|
|
@@ -7401,7 +7403,9 @@
|
|
|
7401
7403
|
}
|
|
7402
7404
|
],
|
|
7403
7405
|
"category": "form",
|
|
7404
|
-
"composes": [
|
|
7406
|
+
"composes": [
|
|
7407
|
+
"field-ui"
|
|
7408
|
+
],
|
|
7405
7409
|
"events": {},
|
|
7406
7410
|
"examples": [
|
|
7407
7411
|
{
|
|
@@ -9533,7 +9537,12 @@
|
|
|
9533
9537
|
"x-adiaui": {
|
|
9534
9538
|
"anti_patterns": [],
|
|
9535
9539
|
"category": "layout",
|
|
9536
|
-
"composes": [
|
|
9540
|
+
"composes": [
|
|
9541
|
+
"nav-group-ui",
|
|
9542
|
+
"nav-item-ui",
|
|
9543
|
+
"icon-ui",
|
|
9544
|
+
"popover-ui"
|
|
9545
|
+
],
|
|
9537
9546
|
"events": {
|
|
9538
9547
|
"nav-select": {
|
|
9539
9548
|
"description": "Bubbles from <nav-item-ui> children when one is selected. Detail: { item, text, value }.",
|
|
@@ -9654,7 +9663,11 @@
|
|
|
9654
9663
|
"x-adiaui": {
|
|
9655
9664
|
"anti_patterns": [],
|
|
9656
9665
|
"category": "layout",
|
|
9657
|
-
"composes": [
|
|
9666
|
+
"composes": [
|
|
9667
|
+
"icon-ui",
|
|
9668
|
+
"badge-ui",
|
|
9669
|
+
"nav-item-ui"
|
|
9670
|
+
],
|
|
9658
9671
|
"events": {
|
|
9659
9672
|
"group-toggle": {
|
|
9660
9673
|
"description": "Fired when the header toggles via click/keyboard. Detail: { text, open }.",
|
|
@@ -9768,7 +9781,10 @@
|
|
|
9768
9781
|
"x-adiaui": {
|
|
9769
9782
|
"anti_patterns": [],
|
|
9770
9783
|
"category": "layout",
|
|
9771
|
-
"composes": [
|
|
9784
|
+
"composes": [
|
|
9785
|
+
"icon-ui",
|
|
9786
|
+
"badge-ui"
|
|
9787
|
+
],
|
|
9772
9788
|
"events": {
|
|
9773
9789
|
"nav-select": {
|
|
9774
9790
|
"description": "Bubbles when the item is activated. Detail: { item, text, value }.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
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": {
|