@adia-ai/a2ui-corpus 0.7.27 → 0.8.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 +46 -0
- package/catalog-a2ui_0_9.json +62 -23
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +1 -1
- package/chunks/agent-canvas-shell.json +3 -3
- 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/card-with-sparkline.json +2 -2
- package/chunks/chat-page-shell.json +3 -3
- package/chunks/dashboard-audience-panel.json +57 -3
- package/chunks/doc-editor-shell.json +2 -2
- package/chunks/feature-grid-icons.json +2 -2
- package/chunks/gallery-page-shell.json +2 -2
- package/chunks/import-mapping-flow.json +2 -2
- package/chunks/integrations-grid.json +6 -2
- package/chunks/kanban-page-shell.json +2 -2
- package/chunks/period-comparison.json +5 -2
- package/chunks/playground-a2ui.json +4 -3
- package/chunks/playground-css-channel.json +3 -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/chunks/row-icon-label.json +2 -2
- package/package.json +1 -1
package/chunks/_index.json
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "chat",
|
|
24
24
|
"tagName": "section",
|
|
25
|
-
"html": "<header style=\"padding:var(--a-space-2) var(--a-space-3); border-bottom:1px solid var(--
|
|
25
|
+
"html": "<header style=\"padding:var(--a-space-2) var(--a-space-3); border-bottom:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <text-ui strong size=\"sm\">Agent</text-ui>\n </header>\n <section style=\"flex:1; overflow:auto; padding:var(--a-space-2);\">\n <text-ui size=\"sm\" color=\"subtle\">Agent messages will appear here.</text-ui>\n </section>\n <footer style=\"padding:var(--a-space-2); border-top:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <input-ui placeholder=\"Ask the agent…\" size=\"sm\"></input-ui>\n </footer>"
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
28
|
"nested": [],
|
|
29
29
|
"attrs": {},
|
|
30
|
-
"html": "<article style=\"display:flex; height:100vh;\">\n <section style=\"flex:1; display:flex; flex-direction:column; min-width:0;\">\n <header data-chunk-slot=\"toolbar\" style=\"padding:var(--a-space-2) var(--a-space-3); border-bottom:1px solid var(--
|
|
30
|
+
"html": "<article style=\"display:flex; height:100vh;\">\n <section style=\"flex:1; display:flex; flex-direction:column; min-width:0;\">\n <header data-chunk-slot=\"toolbar\" style=\"padding:var(--a-space-2) var(--a-space-3); border-bottom:1px solid var(--md-sys-color-neutral-outline-variant); display:flex; align-items:center; justify-content:space-between;\">\n <row-ui gap=\"2\" align=\"center\">\n <button-ui icon=\"hand\" variant=\"ghost\" size=\"sm\" tooltip=\"Pan\"></button-ui>\n <button-ui icon=\"cursor\" variant=\"ghost\" size=\"sm\" tooltip=\"Select\"></button-ui>\n <separator-ui orientation=\"vertical\"></separator-ui>\n <button-ui icon=\"plus\" variant=\"ghost\" size=\"sm\" tooltip=\"Add node\"></button-ui>\n <button-ui icon=\"trash\" variant=\"ghost\" size=\"sm\" tooltip=\"Delete\"></button-ui>\n </row-ui>\n <row-ui gap=\"2\">\n <button-ui text=\"Run\" variant=\"primary\" size=\"sm\" icon=\"play\"></button-ui>\n <button-ui text=\"Export\" variant=\"outline\" size=\"sm\" icon=\"download\"></button-ui>\n </row-ui>\n </header>\n\n <section data-chunk-slot=\"canvas\" style=\"flex:1; background:var(--a-bg-subtle); position:relative; overflow:hidden;\">\n <text-ui color=\"subtle\" style=\"position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);\">Canvas surface</text-ui>\n </section>\n </section>\n\n <aside style=\"width:280px; display:flex; flex-direction:column; border-left:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <section data-chunk-slot=\"inspector\" style=\"flex:1; overflow:auto; padding:var(--a-space-3); border-bottom:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <stack-ui gap=\"3\">\n <text-ui strong size=\"lg\">Inspector</text-ui>\n <stack-ui gap=\"1\">\n <label-ui>Label</label-ui>\n <input-ui value=\"Untitled node\"></input-ui>\n </stack-ui>\n <stack-ui gap=\"1\">\n <label-ui>Type</label-ui>\n <select-ui>\n <option>LLM</option>\n <option>Tool</option>\n <option>Condition</option>\n </select-ui>\n </stack-ui>\n </stack-ui>\n </section>\n\n <section data-chunk-slot=\"chat\" style=\"height:240px; display:flex; flex-direction:column;\">\n <header style=\"padding:var(--a-space-2) var(--a-space-3); border-bottom:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <text-ui strong size=\"sm\">Agent</text-ui>\n </header>\n <section style=\"flex:1; overflow:auto; padding:var(--a-space-2);\">\n <text-ui size=\"sm\" color=\"subtle\">Agent messages will appear here.</text-ui>\n </section>\n <footer style=\"padding:var(--a-space-2); border-top:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <input-ui placeholder=\"Ask the agent…\" size=\"sm\"></input-ui>\n </footer>\n </section>\n </aside>\n</article>",
|
|
31
31
|
"source": "catalog/page-shells/app/agent-canvas/agent-canvas.contents.html",
|
|
32
32
|
"metadata": {
|
|
33
33
|
"domain": "agent",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"inspector"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
|
-
"captured_at": "2026-
|
|
46
|
+
"captured_at": "2026-07-15T18:20:38.265Z",
|
|
47
47
|
"template": [
|
|
48
48
|
{
|
|
49
49
|
"id": "button",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"analytics-chart"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
-
"captured_at": "2026-
|
|
41
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
42
42
|
"template": [
|
|
43
43
|
{
|
|
44
44
|
"id": "text",
|
|
@@ -65,7 +65,32 @@
|
|
|
65
65
|
"id": "chart",
|
|
66
66
|
"component": "Chart",
|
|
67
67
|
"type": "bar",
|
|
68
|
-
"data":
|
|
68
|
+
"data": [
|
|
69
|
+
{
|
|
70
|
+
"month": "Jan",
|
|
71
|
+
"revenue": 3200
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"month": "Feb",
|
|
75
|
+
"revenue": 4100
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"month": "Mar",
|
|
79
|
+
"revenue": 3800
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"month": "Apr",
|
|
83
|
+
"revenue": 5200
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"month": "May",
|
|
87
|
+
"revenue": 4800
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"month": "Jun",
|
|
91
|
+
"revenue": 6100
|
|
92
|
+
}
|
|
93
|
+
],
|
|
69
94
|
"x": "month",
|
|
70
95
|
"y": "revenue"
|
|
71
96
|
},
|
|
@@ -116,7 +141,36 @@
|
|
|
116
141
|
"id": "chart-2",
|
|
117
142
|
"component": "Chart",
|
|
118
143
|
"type": "line",
|
|
119
|
-
"data":
|
|
144
|
+
"data": [
|
|
145
|
+
{
|
|
146
|
+
"day": "Mon",
|
|
147
|
+
"sessions": 1200
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"day": "Tue",
|
|
151
|
+
"sessions": 1800
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"day": "Wed",
|
|
155
|
+
"sessions": 1500
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"day": "Thu",
|
|
159
|
+
"sessions": 2200
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"day": "Fri",
|
|
163
|
+
"sessions": 1900
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"day": "Sat",
|
|
167
|
+
"sessions": 800
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"day": "Sun",
|
|
171
|
+
"sessions": 600
|
|
172
|
+
}
|
|
173
|
+
],
|
|
120
174
|
"smooth": 0.4,
|
|
121
175
|
"x": "day",
|
|
122
176
|
"y": "sessions"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"last-used"
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
|
-
"captured_at": "2026-
|
|
35
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
36
36
|
"template": [
|
|
37
37
|
{
|
|
38
38
|
"id": "text",
|
|
@@ -93,7 +93,26 @@
|
|
|
93
93
|
{
|
|
94
94
|
"id": "table",
|
|
95
95
|
"component": "Table",
|
|
96
|
-
"data":
|
|
96
|
+
"data": [
|
|
97
|
+
{
|
|
98
|
+
"name": "Production API",
|
|
99
|
+
"prefix": "sk-live-****-3a7f",
|
|
100
|
+
"created": "Jan 15, 2026",
|
|
101
|
+
"lastUsed": "2h ago"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "Staging API",
|
|
105
|
+
"prefix": "sk-test-****-9b2e",
|
|
106
|
+
"created": "Mar 1, 2026",
|
|
107
|
+
"lastUsed": "3d ago"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "CI Pipeline",
|
|
111
|
+
"prefix": "sk-live-****-7k4m",
|
|
112
|
+
"created": "Apr 10, 2026",
|
|
113
|
+
"lastUsed": "1h ago"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
97
116
|
"sortable": true,
|
|
98
117
|
"children": [
|
|
99
118
|
"col-def",
|
package/chunks/audit-log.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"history"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"captured_at": "2026-
|
|
31
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
32
32
|
"template": [
|
|
33
33
|
{
|
|
34
34
|
"id": "text",
|
|
@@ -92,7 +92,36 @@
|
|
|
92
92
|
{
|
|
93
93
|
"id": "table",
|
|
94
94
|
"component": "Table",
|
|
95
|
-
"data":
|
|
95
|
+
"data": [
|
|
96
|
+
{
|
|
97
|
+
"user": "Alex Chen",
|
|
98
|
+
"action": "Deployed",
|
|
99
|
+
"resource": "v2.14.0",
|
|
100
|
+
"ip": "203.0.113.1",
|
|
101
|
+
"timestamp": "2m ago"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"user": "Sarah Miller",
|
|
105
|
+
"action": "Invited",
|
|
106
|
+
"resource": "james@acme.com",
|
|
107
|
+
"ip": "198.51.100.4",
|
|
108
|
+
"timestamp": "18m ago"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"user": "James Park",
|
|
112
|
+
"action": "API key created",
|
|
113
|
+
"resource": "ci-pipeline",
|
|
114
|
+
"ip": "192.0.2.8",
|
|
115
|
+
"timestamp": "1h ago"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"user": "Maria Lopez",
|
|
119
|
+
"action": "Role changed",
|
|
120
|
+
"resource": "viewer → admin",
|
|
121
|
+
"ip": "203.0.113.9",
|
|
122
|
+
"timestamp": "3h ago"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
96
125
|
"sortable": true,
|
|
97
126
|
"striped": true,
|
|
98
127
|
"children": [
|
|
@@ -28,14 +28,43 @@
|
|
|
28
28
|
"content-card"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"captured_at": "2026-
|
|
31
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
32
32
|
"template": [
|
|
33
33
|
{
|
|
34
34
|
"id": "chart",
|
|
35
35
|
"component": "Chart",
|
|
36
36
|
"type": "sparkline",
|
|
37
37
|
"color": "accent",
|
|
38
|
-
"data":
|
|
38
|
+
"data": [
|
|
39
|
+
{
|
|
40
|
+
"t": 1,
|
|
41
|
+
"v": 40
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"t": 2,
|
|
45
|
+
"v": 65
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"t": 3,
|
|
49
|
+
"v": 50
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"t": 4,
|
|
53
|
+
"v": 80
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"t": 5,
|
|
57
|
+
"v": 60
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"t": 6,
|
|
61
|
+
"v": 90
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"t": 7,
|
|
65
|
+
"v": 70
|
|
66
|
+
}
|
|
67
|
+
],
|
|
39
68
|
"x": "t",
|
|
40
69
|
"y": "v"
|
|
41
70
|
},
|
|
@@ -31,14 +31,43 @@
|
|
|
31
31
|
"media-gallery"
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
|
-
"captured_at": "2026-
|
|
34
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
35
35
|
"template": [
|
|
36
36
|
{
|
|
37
37
|
"id": "chart",
|
|
38
38
|
"component": "Chart",
|
|
39
39
|
"type": "sparkline",
|
|
40
40
|
"color": "accent",
|
|
41
|
-
"data":
|
|
41
|
+
"data": [
|
|
42
|
+
{
|
|
43
|
+
"t": 1,
|
|
44
|
+
"v": 60
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"t": 2,
|
|
48
|
+
"v": 80
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"t": 3,
|
|
52
|
+
"v": 45
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"t": 4,
|
|
56
|
+
"v": 90
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"t": 5,
|
|
60
|
+
"v": 70
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"t": 6,
|
|
64
|
+
"v": 85
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"t": 7,
|
|
68
|
+
"v": 55
|
|
69
|
+
}
|
|
70
|
+
],
|
|
42
71
|
"x": "t",
|
|
43
72
|
"y": "v"
|
|
44
73
|
},
|
|
@@ -106,7 +135,36 @@
|
|
|
106
135
|
"component": "Chart",
|
|
107
136
|
"type": "sparkline",
|
|
108
137
|
"color": "info",
|
|
109
|
-
"data":
|
|
138
|
+
"data": [
|
|
139
|
+
{
|
|
140
|
+
"t": 1,
|
|
141
|
+
"v": 40
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"t": 2,
|
|
145
|
+
"v": 65
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"t": 3,
|
|
149
|
+
"v": 80
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"t": 4,
|
|
153
|
+
"v": 55
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"t": 5,
|
|
157
|
+
"v": 90
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"t": 6,
|
|
161
|
+
"v": 75
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"t": 7,
|
|
165
|
+
"v": 60
|
|
166
|
+
}
|
|
167
|
+
],
|
|
110
168
|
"x": "t",
|
|
111
169
|
"y": "v"
|
|
112
170
|
},
|
|
@@ -174,7 +232,36 @@
|
|
|
174
232
|
"component": "Chart",
|
|
175
233
|
"type": "sparkline",
|
|
176
234
|
"color": "success",
|
|
177
|
-
"data":
|
|
235
|
+
"data": [
|
|
236
|
+
{
|
|
237
|
+
"t": 1,
|
|
238
|
+
"v": 70
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"t": 2,
|
|
242
|
+
"v": 50
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"t": 3,
|
|
246
|
+
"v": 85
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"t": 4,
|
|
250
|
+
"v": 65
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"t": 5,
|
|
254
|
+
"v": 45
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"t": 6,
|
|
258
|
+
"v": 80
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"t": 7,
|
|
262
|
+
"v": 90
|
|
263
|
+
}
|
|
264
|
+
],
|
|
178
265
|
"x": "t",
|
|
179
266
|
"y": "v"
|
|
180
267
|
},
|
|
@@ -242,7 +329,36 @@
|
|
|
242
329
|
"component": "Chart",
|
|
243
330
|
"type": "sparkline",
|
|
244
331
|
"color": "warning",
|
|
245
|
-
"data":
|
|
332
|
+
"data": [
|
|
333
|
+
{
|
|
334
|
+
"t": 1,
|
|
335
|
+
"v": 85
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"t": 2,
|
|
339
|
+
"v": 60
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"t": 3,
|
|
343
|
+
"v": 75
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"t": 4,
|
|
347
|
+
"v": 40
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"t": 5,
|
|
351
|
+
"v": 95
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"t": 6,
|
|
355
|
+
"v": 65
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"t": 7,
|
|
359
|
+
"v": 50
|
|
360
|
+
}
|
|
361
|
+
],
|
|
246
362
|
"x": "t",
|
|
247
363
|
"y": "v"
|
|
248
364
|
},
|
|
@@ -310,7 +426,36 @@
|
|
|
310
426
|
"component": "Chart",
|
|
311
427
|
"type": "sparkline",
|
|
312
428
|
"color": "muted",
|
|
313
|
-
"data":
|
|
429
|
+
"data": [
|
|
430
|
+
{
|
|
431
|
+
"t": 1,
|
|
432
|
+
"v": 30
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"t": 2,
|
|
436
|
+
"v": 55
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"t": 3,
|
|
440
|
+
"v": 40
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"t": 4,
|
|
444
|
+
"v": 70
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"t": 5,
|
|
448
|
+
"v": 50
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"t": 6,
|
|
452
|
+
"v": 35
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"t": 7,
|
|
456
|
+
"v": 65
|
|
457
|
+
}
|
|
458
|
+
],
|
|
314
459
|
"x": "t",
|
|
315
460
|
"y": "v"
|
|
316
461
|
},
|
|
@@ -378,7 +523,36 @@
|
|
|
378
523
|
"component": "Chart",
|
|
379
524
|
"type": "sparkline",
|
|
380
525
|
"color": "danger",
|
|
381
|
-
"data":
|
|
526
|
+
"data": [
|
|
527
|
+
{
|
|
528
|
+
"t": 1,
|
|
529
|
+
"v": 75
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"t": 2,
|
|
533
|
+
"v": 90
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"t": 3,
|
|
537
|
+
"v": 60
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"t": 4,
|
|
541
|
+
"v": 80
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"t": 5,
|
|
545
|
+
"v": 45
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"t": 6,
|
|
549
|
+
"v": 70
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"t": 7,
|
|
553
|
+
"v": 85
|
|
554
|
+
}
|
|
555
|
+
],
|
|
382
556
|
"x": "t",
|
|
383
557
|
"y": "v"
|
|
384
558
|
},
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"data-artifact-item": "",
|
|
10
10
|
"data-artifact-label": "card with sparkline chart"
|
|
11
11
|
},
|
|
12
|
-
"html": "<card-ui style=\"max-width:320px\">\n <header>\n <h3>Weekly signups</h3>\n <text-ui slot=\"description\">Last 7 days</text-ui>\n </header>\n <section>\n <col-ui gap=\"2\">\n <text-ui variant=\"display\">284</text-ui>\n <chart-ui type=\"line\" height=\"60\"\n data-stream-src=\"\"\n style=\"--chart-line-color:var(--
|
|
12
|
+
"html": "<card-ui style=\"max-width:320px\">\n <header>\n <h3>Weekly signups</h3>\n <text-ui slot=\"description\">Last 7 days</text-ui>\n </header>\n <section>\n <col-ui gap=\"2\">\n <text-ui variant=\"display\">284</text-ui>\n <chart-ui type=\"line\" height=\"60\"\n data-stream-src=\"\"\n style=\"--chart-line-color:var(--md-sys-color-primary)\">\n </chart-ui>\n </col-ui>\n </section>\n </card-ui>",
|
|
13
13
|
"source": "packages/web-components/components/card/card.examples.html",
|
|
14
14
|
"metadata": {
|
|
15
15
|
"domain": "data",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"mini-chart"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"captured_at": "2026-
|
|
31
|
+
"captured_at": "2026-07-15T18:20:38.265Z",
|
|
32
32
|
"template": [
|
|
33
33
|
{
|
|
34
34
|
"id": "text",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{
|
|
8
8
|
"name": "sidebar",
|
|
9
9
|
"tagName": "aside",
|
|
10
|
-
"html": "<header style=\"padding:var(--a-space-3); border-bottom:1px solid var(--
|
|
10
|
+
"html": "<header style=\"padding:var(--a-space-3); border-bottom:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <text-ui strong size=\"lg\">Conversations</text-ui>\n </header>\n <section style=\"flex:1; overflow:auto; padding:var(--a-space-2);\">\n <stack-ui gap=\"1\">\n <card-ui variant=\"soft\" padding=\"sm\">\n <section>\n <text-ui strong>Engineering</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">12 messages</text-ui>\n </section>\n </card-ui>\n <card-ui variant=\"soft\" padding=\"sm\">\n <section>\n <text-ui strong>Design</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">5 messages</text-ui>\n </section>\n </card-ui>\n </stack-ui>\n </section>"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"name": "header",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"nested": [],
|
|
29
29
|
"attrs": {},
|
|
30
|
-
"html": "<article\n style=\"display:flex; height:100vh;\">\n <aside data-chunk-slot=\"sidebar\" style=\"width:240px; display:flex; flex-direction:column; border-right:1px solid var(--
|
|
30
|
+
"html": "<article\n style=\"display:flex; height:100vh;\">\n <aside data-chunk-slot=\"sidebar\" style=\"width:240px; display:flex; flex-direction:column; border-right:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <header style=\"padding:var(--a-space-3); border-bottom:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <text-ui strong size=\"lg\">Conversations</text-ui>\n </header>\n <section style=\"flex:1; overflow:auto; padding:var(--a-space-2);\">\n <stack-ui gap=\"1\">\n <card-ui variant=\"soft\" padding=\"sm\">\n <section>\n <text-ui strong>Engineering</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">12 messages</text-ui>\n </section>\n </card-ui>\n <card-ui variant=\"soft\" padding=\"sm\">\n <section>\n <text-ui strong>Design</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">5 messages</text-ui>\n </section>\n </card-ui>\n </stack-ui>\n </section>\n </aside>\n\n <section style=\"flex:1; display:flex; flex-direction:column; min-width:0;\">\n <header data-chunk-slot=\"header\" style=\"padding:var(--a-space-3); border-bottom:1px solid var(--md-sys-color-neutral-outline-variant); display:flex; align-items:center; justify-content:space-between;\">\n <text-ui strong size=\"lg\">#engineering</text-ui>\n <row-ui gap=\"2\">\n <button-ui icon=\"search\" variant=\"ghost\" size=\"sm\" aria-label=\"Search\"></button-ui>\n <button-ui icon=\"gear\" variant=\"ghost\" size=\"sm\" aria-label=\"Settings\"></button-ui>\n </row-ui>\n </header>\n\n <section data-chunk-slot=\"messages\" style=\"flex:1; overflow:auto; padding:var(--a-space-3);\">\n <stack-ui gap=\"3\">\n <row-ui gap=\"2\" align=\"start\">\n <avatar-ui src=\"/avatar-1.png\" size=\"sm\"></avatar-ui>\n <card-ui variant=\"soft\" padding=\"sm\">\n <section>\n <text-ui>Hey team, the deploy is ready for review.</text-ui>\n </section>\n </card-ui>\n </row-ui>\n <row-ui gap=\"2\" align=\"start\" justify=\"end\">\n <card-ui variant=\"primary\" padding=\"sm\">\n <section>\n <text-ui>On it — checking the staging logs now.</text-ui>\n </section>\n </card-ui>\n <avatar-ui src=\"/avatar-2.png\" size=\"sm\"></avatar-ui>\n </row-ui>\n </stack-ui>\n </section>\n\n <footer data-chunk-slot=\"input\" style=\"padding:var(--a-space-3); border-top:1px solid var(--md-sys-color-neutral-outline-variant);\">\n <row-ui gap=\"2\" align=\"center\">\n <button-ui icon=\"plus\" variant=\"ghost\" aria-label=\"Add attachment\"></button-ui>\n <input-ui placeholder=\"Type a message…\" style=\"flex:1;\"></input-ui>\n <button-ui icon=\"paper-plane\" variant=\"primary\" aria-label=\"Send message\"></button-ui>\n </row-ui>\n </footer>\n </section>\n</article>",
|
|
31
31
|
"source": "catalog/page-shells/app/chat-page/chat-page.contents.html",
|
|
32
32
|
"metadata": {
|
|
33
33
|
"domain": "agent",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"chatbot"
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
|
-
"captured_at": "2026-
|
|
49
|
+
"captured_at": "2026-07-15T18:20:38.265Z",
|
|
50
50
|
"template": [
|
|
51
51
|
{
|
|
52
52
|
"id": "text",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"layout": "panel"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
"captured_at": "2026-
|
|
42
|
+
"captured_at": "2026-07-14T14:35:18.688Z",
|
|
43
43
|
"template": [
|
|
44
44
|
{
|
|
45
45
|
"id": "text",
|
|
@@ -158,7 +158,32 @@
|
|
|
158
158
|
"id": "chart",
|
|
159
159
|
"component": "Chart",
|
|
160
160
|
"type": "bar",
|
|
161
|
-
"data":
|
|
161
|
+
"data": [
|
|
162
|
+
{
|
|
163
|
+
"month": "Jan",
|
|
164
|
+
"revenue": 3200
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"month": "Feb",
|
|
168
|
+
"revenue": 4100
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"month": "Mar",
|
|
172
|
+
"revenue": 3800
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"month": "Apr",
|
|
176
|
+
"revenue": 5200
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"month": "May",
|
|
180
|
+
"revenue": 4800
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"month": "Jun",
|
|
184
|
+
"revenue": 6100
|
|
185
|
+
}
|
|
186
|
+
],
|
|
162
187
|
"x": "month",
|
|
163
188
|
"y": "revenue"
|
|
164
189
|
},
|
|
@@ -209,7 +234,36 @@
|
|
|
209
234
|
"id": "chart-2",
|
|
210
235
|
"component": "Chart",
|
|
211
236
|
"type": "line",
|
|
212
|
-
"data":
|
|
237
|
+
"data": [
|
|
238
|
+
{
|
|
239
|
+
"day": "Mon",
|
|
240
|
+
"sessions": 1200
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"day": "Tue",
|
|
244
|
+
"sessions": 1800
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"day": "Wed",
|
|
248
|
+
"sessions": 1500
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"day": "Thu",
|
|
252
|
+
"sessions": 2200
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"day": "Fri",
|
|
256
|
+
"sessions": 1900
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"day": "Sat",
|
|
260
|
+
"sessions": 800
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"day": "Sun",
|
|
264
|
+
"sessions": 600
|
|
265
|
+
}
|
|
266
|
+
],
|
|
213
267
|
"smooth": 0.4,
|
|
214
268
|
"x": "day",
|
|
215
269
|
"y": "sessions"
|