@adia-ai/a2ui-corpus 0.7.18 → 0.7.20

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/chunk-embeddings.json +1 -1
  3. package/chunks/_index.json +2176 -64
  4. package/chunks/agent-artifact-stub-card.json +115 -0
  5. package/chunks/agent-citations-source-chips.json +78 -0
  6. package/chunks/agent-pipeline-status-stages.json +69 -0
  7. package/chunks/agent-tool-call-accordion.json +109 -0
  8. package/chunks/billing-cancel-subscription-danger.json +61 -0
  9. package/chunks/billing-invoice-history-table.json +75 -0
  10. package/chunks/billing-payment-method-card-on-file.json +157 -0
  11. package/chunks/business-address-form.json +950 -0
  12. package/chunks/chat-empty-state-hero.json +102 -0
  13. package/chunks/chat-message-assistant-byline.json +85 -0
  14. package/chunks/chat-message-user-byline.json +84 -0
  15. package/chunks/checkout-order-summary-card.json +140 -0
  16. package/chunks/contact-form-card.json +197 -0
  17. package/chunks/contact-support-form.json +699 -0
  18. package/chunks/data-import-wizard.json +12 -3
  19. package/chunks/departments-checkbox-form.json +387 -0
  20. package/chunks/editor-statusbar-ready.json +99 -0
  21. package/chunks/editor-toolbar-import-export.json +195 -0
  22. package/chunks/extended-profile-form.json +509 -0
  23. package/chunks/feature-toggle-switch-grid.json +213 -0
  24. package/chunks/file-upload-field.json +97 -0
  25. package/chunks/file-upload-form.json +248 -0
  26. package/chunks/form-field-with-error.json +151 -0
  27. package/chunks/image-thumbnail-grid.json +77 -0
  28. package/chunks/integrations-api-keys-card-list.json +475 -0
  29. package/chunks/integrations-connect-form.json +547 -0
  30. package/chunks/integrations-webhooks-empty-state.json +66 -0
  31. package/chunks/library-browser-search-filter.json +109 -0
  32. package/chunks/login-form-card.json +207 -0
  33. package/chunks/map-with-location-list.json +291 -0
  34. package/chunks/members-active-table-search-filter.json +184 -0
  35. package/chunks/members-pending-invites-cards.json +251 -0
  36. package/chunks/members-roles-permissions-list.json +104 -0
  37. package/chunks/multi-field-form-validation.json +391 -0
  38. package/chunks/payment-checkout-form.json +338 -0
  39. package/chunks/plan-selection-form.json +526 -0
  40. package/chunks/reg-step-shell.json +12 -3
  41. package/chunks/schedule-meeting-form-card.json +229 -0
  42. package/chunks/searchable-picker-modal.json +164 -0
  43. package/chunks/security-active-sessions-devices.json +287 -0
  44. package/chunks/security-change-password-form.json +102 -0
  45. package/chunks/security-delete-account-danger.json +79 -0
  46. package/chunks/settings-admin-page.json +61 -34
  47. package/chunks/settings-danger-zone-delete-workspace.json +93 -0
  48. package/chunks/settings-notification-activity-checkboxes.json +108 -0
  49. package/chunks/settings-notification-channels-switches.json +101 -0
  50. package/chunks/signup-form-card.json +218 -0
  51. package/chunks/signup-team-size-form.json +256 -0
  52. package/chunks/single-select-card-form.json +228 -0
  53. package/chunks/team-invite-form.json +377 -0
  54. package/chunks/url-import-form.json +725 -0
  55. package/package.json +1 -1
@@ -6,6 +6,7 @@
6
6
  "slots": [],
7
7
  "nested": [
8
8
  "reg-story-pane",
9
+ "file-upload-form",
9
10
  "reg-step-header",
10
11
  "reg-import-picker",
11
12
  "reg-step-footer",
@@ -15,7 +16,7 @@
15
16
  "data-reg": "",
16
17
  "prose": ""
17
18
  },
18
- "html": "<main data-reg prose>\n <aside data-reg-story><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/plan\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form><!-- nested: reg-import-picker --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>\n </main>",
19
+ "html": "<main data-reg prose>\n <aside data-reg-story><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/plan\" method=\"get\"><!-- nested: file-upload-form --></form>\n </main>",
19
20
  "source": "apps/user-flow/app/registration/import/import.contents.html",
20
21
  "metadata": {
21
22
  "domain": "forms",
@@ -41,7 +42,7 @@
41
42
  "onboarding"
42
43
  ]
43
44
  },
44
- "captured_at": "2026-06-07T19:28:13.657Z",
45
+ "captured_at": "2026-06-10T14:28:57.979Z",
45
46
  "template": [
46
47
  {
47
48
  "id": "image",
@@ -357,7 +358,7 @@
357
358
  ]
358
359
  },
359
360
  {
360
- "id": "form-container",
361
+ "id": "form-container-2",
361
362
  "component": "FormContainer",
362
363
  "data-reg-input": "",
363
364
  "children": [
@@ -366,6 +367,14 @@
366
367
  "footer"
367
368
  ]
368
369
  },
370
+ {
371
+ "id": "form-container",
372
+ "component": "FormContainer",
373
+ "data-reg-input": "",
374
+ "children": [
375
+ "form-container-2"
376
+ ]
377
+ },
369
378
  {
370
379
  "id": "root",
371
380
  "component": "Column",
@@ -0,0 +1,387 @@
1
+ {
2
+ "name": "departments-checkbox-form",
3
+ "kind": "block",
4
+ "primary": "form",
5
+ "page": "/apps/user-flow/app/registration/departments/departments.contents.html",
6
+ "slots": [],
7
+ "nested": [
8
+ "reg-step-header",
9
+ "reg-departments-toggle",
10
+ "reg-step-footer",
11
+ "reg-step-progress"
12
+ ],
13
+ "attrs": {
14
+ "data-reg-input": "",
15
+ "action": "/site/examples/registration/org-review",
16
+ "method": "get"
17
+ },
18
+ "html": "<form data-reg-input action=\"/site/examples/registration/org-review\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form><!-- nested: reg-departments-toggle --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
19
+ "source": "apps/user-flow/app/registration/departments/departments.contents.html",
20
+ "metadata": {
21
+ "domain": "forms",
22
+ "description": "Complete multi-select checkbox form — heading, an info alert, a two-column grid of labelled checkboxes (some pre-checked), a divider, a custom add-row (name input + add button) with resulting tag chips, a defer checkbox, and a submit footer. The full checkbox-grid form composition with header and footer. Use for 'checkbox form', 'multi-select form', 'form with a grid of checkboxes and an add-custom row'.",
23
+ "keywords": [
24
+ "checkbox",
25
+ "form",
26
+ "multi-select",
27
+ "grid",
28
+ "departments",
29
+ "toggle",
30
+ "options",
31
+ "pre-checked",
32
+ "custom",
33
+ "add-row",
34
+ "tag",
35
+ "chips",
36
+ "divider",
37
+ "defer",
38
+ "complete",
39
+ "card",
40
+ "heading",
41
+ "footer",
42
+ "submit",
43
+ "continue",
44
+ "full-form"
45
+ ],
46
+ "related": [
47
+ "reg-departments-toggle",
48
+ "form-checkbox-group",
49
+ "reg-step-footer"
50
+ ],
51
+ "tags": {
52
+ "complexity": "moderate",
53
+ "form": "checkbox"
54
+ }
55
+ },
56
+ "captured_at": "2026-06-10T14:28:57.979Z",
57
+ "template": [
58
+ {
59
+ "id": "text",
60
+ "component": "Text",
61
+ "variant": "display",
62
+ "textContent": "Set up your departments"
63
+ },
64
+ {
65
+ "id": "text-2",
66
+ "component": "Text",
67
+ "color": "subtle",
68
+ "textContent": "Pick the ones your org has today. You can rename, merge, or split these from settings later."
69
+ },
70
+ {
71
+ "id": "header-2",
72
+ "component": "Header",
73
+ "data-reg-heading": "",
74
+ "children": [
75
+ "text",
76
+ "text-2"
77
+ ]
78
+ },
79
+ {
80
+ "id": "header",
81
+ "component": "Header",
82
+ "data-reg-heading": "",
83
+ "children": [
84
+ "header-2"
85
+ ]
86
+ },
87
+ {
88
+ "id": "text-3",
89
+ "component": "Text",
90
+ "variant": "body",
91
+ "slot": "content",
92
+ "textContent": "Based on your team size (51–200) and use case (building a product), we pre-checked seven likely departments."
93
+ },
94
+ {
95
+ "id": "alert",
96
+ "component": "Alert",
97
+ "icon": "sparkle",
98
+ "variant": "info",
99
+ "children": [
100
+ "text-3"
101
+ ]
102
+ },
103
+ {
104
+ "id": "dept-engineering",
105
+ "component": "CheckBox",
106
+ "checked": true,
107
+ "label": "Engineering",
108
+ "name": "dept[engineering]"
109
+ },
110
+ {
111
+ "id": "dept-product",
112
+ "component": "CheckBox",
113
+ "checked": true,
114
+ "label": "Product",
115
+ "name": "dept[product]"
116
+ },
117
+ {
118
+ "id": "dept-design",
119
+ "component": "CheckBox",
120
+ "checked": true,
121
+ "label": "Design",
122
+ "name": "dept[design]"
123
+ },
124
+ {
125
+ "id": "dept-sales",
126
+ "component": "CheckBox",
127
+ "checked": true,
128
+ "label": "Sales",
129
+ "name": "dept[sales]"
130
+ },
131
+ {
132
+ "id": "dept-marketing",
133
+ "component": "CheckBox",
134
+ "checked": true,
135
+ "label": "Marketing",
136
+ "name": "dept[marketing]"
137
+ },
138
+ {
139
+ "id": "dept-cs",
140
+ "component": "CheckBox",
141
+ "checked": true,
142
+ "label": "Customer Success",
143
+ "name": "dept[cs]"
144
+ },
145
+ {
146
+ "id": "dept-ops",
147
+ "component": "CheckBox",
148
+ "checked": true,
149
+ "label": "Operations",
150
+ "name": "dept[ops]"
151
+ },
152
+ {
153
+ "id": "dept-finance",
154
+ "component": "CheckBox",
155
+ "label": "Finance",
156
+ "name": "dept[finance]"
157
+ },
158
+ {
159
+ "id": "dept-hr",
160
+ "component": "CheckBox",
161
+ "label": "People / HR",
162
+ "name": "dept[hr]"
163
+ },
164
+ {
165
+ "id": "dept-legal",
166
+ "component": "CheckBox",
167
+ "label": "Legal",
168
+ "name": "dept[legal]"
169
+ },
170
+ {
171
+ "id": "dept-data",
172
+ "component": "CheckBox",
173
+ "label": "Data / Analytics",
174
+ "name": "dept[data]"
175
+ },
176
+ {
177
+ "id": "dept-security",
178
+ "component": "CheckBox",
179
+ "label": "Security",
180
+ "name": "dept[security]"
181
+ },
182
+ {
183
+ "id": "grid",
184
+ "component": "Grid",
185
+ "columns": "1 2@md",
186
+ "gap": "2",
187
+ "children": [
188
+ "dept-engineering",
189
+ "dept-product",
190
+ "dept-design",
191
+ "dept-sales",
192
+ "dept-marketing",
193
+ "dept-cs",
194
+ "dept-ops",
195
+ "dept-finance",
196
+ "dept-hr",
197
+ "dept-legal",
198
+ "dept-data",
199
+ "dept-security"
200
+ ]
201
+ },
202
+ {
203
+ "id": "divider",
204
+ "component": "Divider"
205
+ },
206
+ {
207
+ "id": "text-4",
208
+ "component": "Text",
209
+ "strong": true,
210
+ "textContent": "Custom departments"
211
+ },
212
+ {
213
+ "id": "text-5",
214
+ "component": "Text",
215
+ "color": "subtle",
216
+ "size": "sm",
217
+ "textContent": "Add anything specific to your org — e.g. \"Research\", \"Studio\", \"Foundry\"."
218
+ },
219
+ {
220
+ "id": "column",
221
+ "component": "Column",
222
+ "gap": "2",
223
+ "children": [
224
+ "text-4",
225
+ "text-5"
226
+ ]
227
+ },
228
+ {
229
+ "id": "custom-dept",
230
+ "component": "Input",
231
+ "name": "custom_dept",
232
+ "placeholder": "e.g. Research"
233
+ },
234
+ {
235
+ "id": "field",
236
+ "component": "Field",
237
+ "inline": true,
238
+ "label": "Name",
239
+ "children": [
240
+ "custom-dept"
241
+ ]
242
+ },
243
+ {
244
+ "id": "button",
245
+ "component": "Button",
246
+ "type": "button",
247
+ "icon": "plus",
248
+ "text": "Add",
249
+ "variant": "outline"
250
+ },
251
+ {
252
+ "id": "row",
253
+ "component": "Row",
254
+ "align": "end",
255
+ "gap": "2",
256
+ "children": [
257
+ "field",
258
+ "button"
259
+ ]
260
+ },
261
+ {
262
+ "id": "tag",
263
+ "component": "Tag",
264
+ "text": "Research"
265
+ },
266
+ {
267
+ "id": "tag-2",
268
+ "component": "Tag",
269
+ "text": "Studio"
270
+ },
271
+ {
272
+ "id": "row-2",
273
+ "component": "Row",
274
+ "gap": "2",
275
+ "children": [
276
+ "tag",
277
+ "tag-2"
278
+ ]
279
+ },
280
+ {
281
+ "id": "defer",
282
+ "component": "CheckBox",
283
+ "label": "I'll do this later from admin → workspace → departments",
284
+ "name": "defer"
285
+ },
286
+ {
287
+ "id": "text-6",
288
+ "component": "Text",
289
+ "color": "subtle",
290
+ "size": "sm",
291
+ "textContent": "Members will land in a single \"Everyone\" group until departments are configured. You can re-bucket from the directory later.",
292
+ "data-reg-defer-hint": ""
293
+ },
294
+ {
295
+ "id": "column-2",
296
+ "component": "Column",
297
+ "data-reg-defer-row": "",
298
+ "children": [
299
+ "defer",
300
+ "text-6"
301
+ ]
302
+ },
303
+ {
304
+ "id": "section-2",
305
+ "component": "Section",
306
+ "data-reg-form": "",
307
+ "children": [
308
+ "alert",
309
+ "grid",
310
+ "divider",
311
+ "column",
312
+ "row",
313
+ "row-2",
314
+ "column-2"
315
+ ]
316
+ },
317
+ {
318
+ "id": "section",
319
+ "component": "Section",
320
+ "data-reg-form": "",
321
+ "children": [
322
+ "section-2"
323
+ ]
324
+ },
325
+ {
326
+ "id": "column-3",
327
+ "component": "Column"
328
+ },
329
+ {
330
+ "id": "text-7",
331
+ "component": "Text",
332
+ "textContent": "Back",
333
+ "variant": "body"
334
+ },
335
+ {
336
+ "id": "link",
337
+ "component": "Link",
338
+ "href": "/site/examples/registration/support",
339
+ "text": "Back",
340
+ "data-reg-back": "",
341
+ "children": [
342
+ "text-7"
343
+ ]
344
+ },
345
+ {
346
+ "id": "button-2",
347
+ "component": "Button",
348
+ "type": "submit",
349
+ "text": "Continue",
350
+ "variant": "primary"
351
+ },
352
+ {
353
+ "id": "column-4",
354
+ "component": "Column",
355
+ "data-reg-actions": "",
356
+ "children": [
357
+ "link",
358
+ "button-2"
359
+ ]
360
+ },
361
+ {
362
+ "id": "footer-2",
363
+ "component": "Footer",
364
+ "children": [
365
+ "column-3",
366
+ "column-4"
367
+ ]
368
+ },
369
+ {
370
+ "id": "footer",
371
+ "component": "Footer",
372
+ "children": [
373
+ "footer-2"
374
+ ]
375
+ },
376
+ {
377
+ "id": "root",
378
+ "component": "FormContainer",
379
+ "data-reg-input": "",
380
+ "children": [
381
+ "header",
382
+ "section",
383
+ "footer"
384
+ ]
385
+ }
386
+ ]
387
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "name": "editor-statusbar-ready",
3
+ "kind": "block",
4
+ "primary": "editor-statusbar",
5
+ "page": "/apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {},
9
+ "html": "<editor-statusbar>\n <span slot=\"icon\"><icon-ui name=\"check-circle\"></icon-ui></span>\n <span slot=\"heading\" id=\"status-heading\">Ready</span>\n <span slot=\"description\" id=\"status-description\">A2UI Editor — catalog-driven authoring</span>\n <span slot=\"action\">\n <span id=\"selection-indicator\" style=\"font-family: var(--a-font-family-code); font-size: var(--a-ui-sm); color: var(--a-fg-muted)\">no selection</span>\n </span>\n </editor-statusbar>",
10
+ "source": "apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
11
+ "metadata": {
12
+ "domain": "navigation",
13
+ "description": "Editor status bar — a thin bottom band showing a status icon, a short state heading (Ready), a longer descriptive line, and a right-aligned monospace selection indicator. The persistent at-a-glance footer for an authoring tool or IDE-like surface.",
14
+ "keywords": [
15
+ "editor",
16
+ "status",
17
+ "bar",
18
+ "footer",
19
+ "bottom",
20
+ "band",
21
+ "ready",
22
+ "state",
23
+ "indicator",
24
+ "selection",
25
+ "monospace",
26
+ "icon",
27
+ "heading",
28
+ "description",
29
+ "statusbar",
30
+ "app",
31
+ "footer",
32
+ "ide",
33
+ "editor",
34
+ "chrome",
35
+ "current",
36
+ "state",
37
+ "info",
38
+ "line",
39
+ "save",
40
+ "status"
41
+ ]
42
+ },
43
+ "captured_at": "2026-06-10T16:56:21.616Z",
44
+ "template": [
45
+ {
46
+ "id": "check-circle",
47
+ "component": "Icon",
48
+ "name": "check-circle"
49
+ },
50
+ {
51
+ "id": "text",
52
+ "component": "Text",
53
+ "variant": "body",
54
+ "slot": "icon",
55
+ "children": [
56
+ "check-circle"
57
+ ]
58
+ },
59
+ {
60
+ "id": "status-heading",
61
+ "component": "Text",
62
+ "variant": "body",
63
+ "slot": "heading",
64
+ "textContent": "Ready"
65
+ },
66
+ {
67
+ "id": "status-description",
68
+ "component": "Text",
69
+ "variant": "body",
70
+ "slot": "description",
71
+ "textContent": "A2UI Editor — catalog-driven authoring"
72
+ },
73
+ {
74
+ "id": "selection-indicator",
75
+ "component": "Text",
76
+ "variant": "body",
77
+ "textContent": "no selection"
78
+ },
79
+ {
80
+ "id": "text-2",
81
+ "component": "Text",
82
+ "variant": "body",
83
+ "slot": "action",
84
+ "children": [
85
+ "selection-indicator"
86
+ ]
87
+ },
88
+ {
89
+ "id": "root",
90
+ "component": "EditorStatusbar",
91
+ "children": [
92
+ "text",
93
+ "status-heading",
94
+ "status-description",
95
+ "text-2"
96
+ ]
97
+ }
98
+ ]
99
+ }