@adia-ai/a2ui-corpus 0.7.27 → 0.7.28
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 +41 -0
- package/catalog-a2ui_0_9.json +41 -2
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +1 -1
- package/chunks/analytics-chart.json +57 -3
- package/chunks/api-key-table.json +21 -2
- package/chunks/audit-log.json +31 -2
- package/chunks/blog-post-card.json +31 -2
- package/chunks/card-grid-images.json +181 -7
- package/chunks/dashboard-audience-panel.json +57 -3
- package/chunks/integrations-grid.json +6 -2
- package/chunks/period-comparison.json +5 -2
- package/chunks/playground-a2ui.json +4 -3
- package/chunks/playground-gen-ui.json +3 -2
- package/chunks/real-time-metrics-dashboard.json +31 -2
- package/chunks/revenue-heatmap.json +3 -3
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"attrs": {
|
|
9
9
|
"data-view": "chat"
|
|
10
10
|
},
|
|
11
|
-
"html": "<div id=\"gen-ui-shell\" data-view=\"chat\">\n <!-- Chat pane (resizable via pane-ui) -->\n <pane-ui id=\"chat-pane\" resizable min-width=\"280\">\n <section>\n <chat-shell id=\"gen-chat\">\n <chat-thread>\n <chat-empty>\n <empty-state-ui icon=\"magic-wand\" heading=\"AdiaUI Generator\" description=\"Describe a UI and watch it render live.\">\n </empty-state-ui>\n </chat-empty>\n </chat-thread>\n <chat-composer>\n <chat-input-ui placeholder=\"Describe a UI...\"></chat-input-ui>\n </chat-composer>\n </chat-shell>\n </section>\n </pane-ui>\n\n <!-- Canvas panel (plain div — no collapse behavior) -->\n <div id=\"canvas-panel\">\n <div id=\"canvas-toolbar\">\n <row-ui gap=\"2\" align=\"center\">\n <button-ui id=\"btn-toggle-view\" text=\"Chat\" variant=\"ghost\" size=\"sm\" icon=\"chat-circle\"></button-ui>\n <icon-ui name=\"layout\" color=\"muted\"></icon-ui>\n <text-ui strong>Canvas</text-ui>\n <badge-ui id=\"validation-badge\" text=\"
|
|
11
|
+
"html": "<div id=\"gen-ui-shell\" data-view=\"chat\">\n <!-- Chat pane (resizable via pane-ui) -->\n <pane-ui id=\"chat-pane\" resizable min-width=\"280\">\n <section>\n <chat-shell id=\"gen-chat\">\n <chat-thread>\n <chat-empty>\n <empty-state-ui icon=\"magic-wand\" heading=\"AdiaUI Generator\" description=\"Describe a UI and watch it render live.\">\n </empty-state-ui>\n </chat-empty>\n </chat-thread>\n <chat-composer>\n <chat-input-ui placeholder=\"Describe a UI...\"></chat-input-ui>\n </chat-composer>\n </chat-shell>\n </section>\n </pane-ui>\n\n <!-- Canvas panel (plain div — no collapse behavior) -->\n <div id=\"canvas-panel\">\n <div id=\"canvas-toolbar\">\n <row-ui gap=\"2\" align=\"center\">\n <button-ui id=\"btn-toggle-view\" text=\"Chat\" variant=\"ghost\" size=\"sm\" icon=\"chat-circle\"></button-ui>\n <icon-ui name=\"layout\" color=\"muted\"></icon-ui>\n <text-ui strong>Canvas</text-ui>\n <badge-ui id=\"validation-badge\" text=\"—\" variant=\"default\" size=\"sm\" hidden></badge-ui>\n </row-ui>\n <row-ui gap=\"1\">\n <button-ui id=\"btn-back\" variant=\"ghost\" size=\"sm\" icon=\"arrow-left\" disabled></button-ui>\n <button-ui id=\"btn-forward\" variant=\"ghost\" size=\"sm\" icon=\"arrow-right\" disabled></button-ui>\n <button-ui id=\"btn-clear\" variant=\"ghost\" size=\"sm\" icon=\"trash\"></button-ui>\n <button-ui id=\"btn-code\" variant=\"ghost\" size=\"sm\" icon=\"code\"></button-ui>\n <button-ui id=\"btn-gallery\" variant=\"ghost\" size=\"sm\" icon=\"squares-four\" text=\"Gallery\" onclick=\"window.open('/apps/genui/app/gen-ui-gallery/gen-ui-gallery.html','_blank')\"></button-ui>\n </row-ui>\n </div>\n <section>\n <canvas-ui id=\"canvas\"></canvas-ui>\n </section>\n <footer id=\"code-panel\" hidden>\n <code-ui id=\"code-view\" language=\"json\" style=\"font-size: var(--a-ui-sm)\"></code-ui>\n </footer>\n </div>\n </div>",
|
|
12
12
|
"source": "apps/genui/app/gen-ui/gen-ui.contents.html",
|
|
13
13
|
"metadata": {
|
|
14
14
|
"domain": "layout",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"preview"
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
|
-
"captured_at": "2026-
|
|
27
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
28
28
|
"template": [
|
|
29
29
|
{
|
|
30
30
|
"id": "empty-state",
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"id": "validation-badge",
|
|
106
106
|
"component": "Badge",
|
|
107
107
|
"size": "sm",
|
|
108
|
+
"text": "—",
|
|
108
109
|
"variant": "default"
|
|
109
110
|
},
|
|
110
111
|
{
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"progress"
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
|
-
"captured_at": "2026-
|
|
28
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
29
29
|
"template": [
|
|
30
30
|
{
|
|
31
31
|
"id": "text",
|
|
@@ -266,7 +266,36 @@
|
|
|
266
266
|
"id": "chart",
|
|
267
267
|
"component": "Chart",
|
|
268
268
|
"type": "line",
|
|
269
|
-
"data":
|
|
269
|
+
"data": [
|
|
270
|
+
{
|
|
271
|
+
"t": 0,
|
|
272
|
+
"v": 1100
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"t": 10,
|
|
276
|
+
"v": 1180
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"t": 20,
|
|
280
|
+
"v": 1240
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"t": 30,
|
|
284
|
+
"v": 1284
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"t": 40,
|
|
288
|
+
"v": 1310
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"t": 50,
|
|
292
|
+
"v": 1295
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"t": 60,
|
|
296
|
+
"v": 1284
|
|
297
|
+
}
|
|
298
|
+
]
|
|
270
299
|
},
|
|
271
300
|
{
|
|
272
301
|
"id": "section-5",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"slots": [],
|
|
7
7
|
"nested": [],
|
|
8
8
|
"attrs": {},
|
|
9
|
-
"html": "<card-ui>\n <header>\n <h3>Revenue activity</h3>\n <p slot=\"description\">Sales intensity by day of week and hour</p>\n </header>\n <section>\n <heatmap-ui id=\"revenue-heatmap\" type=\"
|
|
9
|
+
"html": "<card-ui>\n <header>\n <h3>Revenue activity</h3>\n <p slot=\"description\">Sales intensity by day of week and hour</p>\n </header>\n <section>\n <heatmap-ui id=\"revenue-heatmap\" type=\"day-grid\" rows=\"7\" cols=\"24\"\n data='[\n {\"row\":0,\"col\":9,\"value\":82},{\"row\":0,\"col\":10,\"value\":91},{\"row\":0,\"col\":14,\"value\":74},\n {\"row\":1,\"col\":9,\"value\":88},{\"row\":1,\"col\":10,\"value\":95},{\"row\":1,\"col\":11,\"value\":89},\n {\"row\":2,\"col\":10,\"value\":76},{\"row\":2,\"col\":14,\"value\":83},{\"row\":2,\"col\":15,\"value\":71},\n {\"row\":3,\"col\":9,\"value\":92},{\"row\":3,\"col\":10,\"value\":98},{\"row\":3,\"col\":16,\"value\":68},\n {\"row\":4,\"col\":10,\"value\":85},{\"row\":4,\"col\":11,\"value\":79},{\"row\":4,\"col\":15,\"value\":88}\n ]'></heatmap-ui>\n </section>\n</card-ui>",
|
|
10
10
|
"source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
|
|
11
11
|
"metadata": {
|
|
12
12
|
"domain": "data",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"sales-heatmap"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"captured_at": "2026-
|
|
29
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
30
30
|
"template": [
|
|
31
31
|
{
|
|
32
32
|
"id": "text",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
{
|
|
53
53
|
"id": "revenue-heatmap",
|
|
54
54
|
"component": "Heatmap",
|
|
55
|
-
"type": "
|
|
55
|
+
"type": "day-grid",
|
|
56
56
|
"cols": 24,
|
|
57
57
|
"rows": 7
|
|
58
58
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.28",
|
|
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": {
|