@adia-ai/a2ui-corpus 0.7.19 → 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 +5 -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
@@ -0,0 +1,547 @@
1
+ {
2
+ "name": "integrations-connect-form",
3
+ "kind": "block",
4
+ "primary": "form",
5
+ "page": "/apps/user-flow/app/registration/integrations/integrations.contents.html",
6
+ "slots": [],
7
+ "nested": [
8
+ "reg-step-header",
9
+ "reg-integrations-grid",
10
+ "reg-step-footer",
11
+ "reg-step-progress"
12
+ ],
13
+ "attrs": {
14
+ "data-reg-input": "",
15
+ "action": "/site/examples/registration/import",
16
+ "method": "get"
17
+ },
18
+ "html": "<form data-reg-input action=\"/site/examples/registration/import\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form><!-- nested: reg-integrations-grid --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
19
+ "source": "apps/user-flow/app/registration/integrations/integrations.contents.html",
20
+ "metadata": {
21
+ "domain": "forms",
22
+ "description": "Complete integrations-connect form — heading, a two-column grid of integration cards (Slack, GitHub, etc.) each with an icon, name, description, and a connect switch in the action slot, and a submit footer. The full toggle-grid form composition with header and footer. Use for 'integrations form', 'connect services form', 'form with a grid of toggle cards'.",
23
+ "keywords": [
24
+ "integrations",
25
+ "form",
26
+ "connect",
27
+ "services",
28
+ "grid",
29
+ "cards",
30
+ "icon",
31
+ "switch",
32
+ "toggle",
33
+ "slack",
34
+ "github",
35
+ "enable",
36
+ "provider",
37
+ "complete",
38
+ "card",
39
+ "heading",
40
+ "footer",
41
+ "submit",
42
+ "continue",
43
+ "full-form"
44
+ ],
45
+ "related": [
46
+ "reg-integrations-grid",
47
+ "integrations-grid",
48
+ "settings-integrations",
49
+ "reg-step-footer"
50
+ ],
51
+ "tags": {
52
+ "complexity": "moderate",
53
+ "form": "toggle-grid"
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": "Connect your stack"
63
+ },
64
+ {
65
+ "id": "text-2",
66
+ "component": "Text",
67
+ "color": "subtle",
68
+ "textContent": "Pick the integrations you'd like to wire in. You can change these 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": "slack-logo",
89
+ "component": "Icon",
90
+ "slot": "icon",
91
+ "name": "slack-logo",
92
+ "size": "lg"
93
+ },
94
+ {
95
+ "id": "text-4",
96
+ "component": "Text",
97
+ "strong": true,
98
+ "textContent": "Slack"
99
+ },
100
+ {
101
+ "id": "text-3",
102
+ "component": "Text",
103
+ "variant": "body",
104
+ "slot": "heading",
105
+ "children": [
106
+ "text-4"
107
+ ]
108
+ },
109
+ {
110
+ "id": "text-6",
111
+ "component": "Text",
112
+ "color": "subtle",
113
+ "size": "sm",
114
+ "textContent": "Mirror notifications and post updates to channels."
115
+ },
116
+ {
117
+ "id": "text-5",
118
+ "component": "Text",
119
+ "variant": "body",
120
+ "slot": "description",
121
+ "children": [
122
+ "text-6"
123
+ ]
124
+ },
125
+ {
126
+ "id": "int-slack",
127
+ "component": "Toggle",
128
+ "slot": "action",
129
+ "checked": true,
130
+ "name": "int[slack]"
131
+ },
132
+ {
133
+ "id": "header-3",
134
+ "component": "Header",
135
+ "children": [
136
+ "slack-logo",
137
+ "text-3",
138
+ "text-5",
139
+ "int-slack"
140
+ ]
141
+ },
142
+ {
143
+ "id": "card",
144
+ "component": "Card",
145
+ "children": [
146
+ "header-3"
147
+ ]
148
+ },
149
+ {
150
+ "id": "github-logo",
151
+ "component": "Icon",
152
+ "slot": "icon",
153
+ "name": "github-logo",
154
+ "size": "lg"
155
+ },
156
+ {
157
+ "id": "text-8",
158
+ "component": "Text",
159
+ "strong": true,
160
+ "textContent": "GitHub"
161
+ },
162
+ {
163
+ "id": "text-7",
164
+ "component": "Text",
165
+ "variant": "body",
166
+ "slot": "heading",
167
+ "children": [
168
+ "text-8"
169
+ ]
170
+ },
171
+ {
172
+ "id": "text-10",
173
+ "component": "Text",
174
+ "color": "subtle",
175
+ "size": "sm",
176
+ "textContent": "Link PRs, issues, and CI status to projects."
177
+ },
178
+ {
179
+ "id": "text-9",
180
+ "component": "Text",
181
+ "variant": "body",
182
+ "slot": "description",
183
+ "children": [
184
+ "text-10"
185
+ ]
186
+ },
187
+ {
188
+ "id": "int-github",
189
+ "component": "Toggle",
190
+ "slot": "action",
191
+ "checked": true,
192
+ "name": "int[github]"
193
+ },
194
+ {
195
+ "id": "header-4",
196
+ "component": "Header",
197
+ "children": [
198
+ "github-logo",
199
+ "text-7",
200
+ "text-9",
201
+ "int-github"
202
+ ]
203
+ },
204
+ {
205
+ "id": "card-2",
206
+ "component": "Card",
207
+ "children": [
208
+ "header-4"
209
+ ]
210
+ },
211
+ {
212
+ "id": "kanban",
213
+ "component": "Icon",
214
+ "slot": "icon",
215
+ "name": "kanban",
216
+ "size": "lg"
217
+ },
218
+ {
219
+ "id": "text-12",
220
+ "component": "Text",
221
+ "strong": true,
222
+ "textContent": "Linear"
223
+ },
224
+ {
225
+ "id": "text-11",
226
+ "component": "Text",
227
+ "variant": "body",
228
+ "slot": "heading",
229
+ "children": [
230
+ "text-12"
231
+ ]
232
+ },
233
+ {
234
+ "id": "text-14",
235
+ "component": "Text",
236
+ "color": "subtle",
237
+ "size": "sm",
238
+ "textContent": "Sync issues and cycles, two-way."
239
+ },
240
+ {
241
+ "id": "text-13",
242
+ "component": "Text",
243
+ "variant": "body",
244
+ "slot": "description",
245
+ "children": [
246
+ "text-14"
247
+ ]
248
+ },
249
+ {
250
+ "id": "int-linear",
251
+ "component": "Toggle",
252
+ "slot": "action",
253
+ "name": "int[linear]"
254
+ },
255
+ {
256
+ "id": "header-5",
257
+ "component": "Header",
258
+ "children": [
259
+ "kanban",
260
+ "text-11",
261
+ "text-13",
262
+ "int-linear"
263
+ ]
264
+ },
265
+ {
266
+ "id": "card-3",
267
+ "component": "Card",
268
+ "children": [
269
+ "header-5"
270
+ ]
271
+ },
272
+ {
273
+ "id": "figma-logo",
274
+ "component": "Icon",
275
+ "slot": "icon",
276
+ "name": "figma-logo",
277
+ "size": "lg"
278
+ },
279
+ {
280
+ "id": "text-16",
281
+ "component": "Text",
282
+ "strong": true,
283
+ "textContent": "Figma"
284
+ },
285
+ {
286
+ "id": "text-15",
287
+ "component": "Text",
288
+ "variant": "body",
289
+ "slot": "heading",
290
+ "children": [
291
+ "text-16"
292
+ ]
293
+ },
294
+ {
295
+ "id": "text-18",
296
+ "component": "Text",
297
+ "color": "subtle",
298
+ "size": "sm",
299
+ "textContent": "Embed file previews and resolve comment threads."
300
+ },
301
+ {
302
+ "id": "text-17",
303
+ "component": "Text",
304
+ "variant": "body",
305
+ "slot": "description",
306
+ "children": [
307
+ "text-18"
308
+ ]
309
+ },
310
+ {
311
+ "id": "int-figma",
312
+ "component": "Toggle",
313
+ "slot": "action",
314
+ "name": "int[figma]"
315
+ },
316
+ {
317
+ "id": "header-6",
318
+ "component": "Header",
319
+ "children": [
320
+ "figma-logo",
321
+ "text-15",
322
+ "text-17",
323
+ "int-figma"
324
+ ]
325
+ },
326
+ {
327
+ "id": "card-4",
328
+ "component": "Card",
329
+ "children": [
330
+ "header-6"
331
+ ]
332
+ },
333
+ {
334
+ "id": "notion-logo",
335
+ "component": "Icon",
336
+ "slot": "icon",
337
+ "name": "notion-logo",
338
+ "size": "lg"
339
+ },
340
+ {
341
+ "id": "text-20",
342
+ "component": "Text",
343
+ "strong": true,
344
+ "textContent": "Notion"
345
+ },
346
+ {
347
+ "id": "text-19",
348
+ "component": "Text",
349
+ "variant": "body",
350
+ "slot": "heading",
351
+ "children": [
352
+ "text-20"
353
+ ]
354
+ },
355
+ {
356
+ "id": "text-22",
357
+ "component": "Text",
358
+ "color": "subtle",
359
+ "size": "sm",
360
+ "textContent": "Pull documents and link page references."
361
+ },
362
+ {
363
+ "id": "text-21",
364
+ "component": "Text",
365
+ "variant": "body",
366
+ "slot": "description",
367
+ "children": [
368
+ "text-22"
369
+ ]
370
+ },
371
+ {
372
+ "id": "int-notion",
373
+ "component": "Toggle",
374
+ "slot": "action",
375
+ "name": "int[notion]"
376
+ },
377
+ {
378
+ "id": "header-7",
379
+ "component": "Header",
380
+ "children": [
381
+ "notion-logo",
382
+ "text-19",
383
+ "text-21",
384
+ "int-notion"
385
+ ]
386
+ },
387
+ {
388
+ "id": "card-5",
389
+ "component": "Card",
390
+ "children": [
391
+ "header-7"
392
+ ]
393
+ },
394
+ {
395
+ "id": "google-drive-logo",
396
+ "component": "Icon",
397
+ "slot": "icon",
398
+ "name": "google-drive-logo",
399
+ "size": "lg"
400
+ },
401
+ {
402
+ "id": "text-24",
403
+ "component": "Text",
404
+ "strong": true,
405
+ "textContent": "Google Drive"
406
+ },
407
+ {
408
+ "id": "text-23",
409
+ "component": "Text",
410
+ "variant": "body",
411
+ "slot": "heading",
412
+ "children": [
413
+ "text-24"
414
+ ]
415
+ },
416
+ {
417
+ "id": "text-26",
418
+ "component": "Text",
419
+ "color": "subtle",
420
+ "size": "sm",
421
+ "textContent": "Attach files and share folders inline."
422
+ },
423
+ {
424
+ "id": "text-25",
425
+ "component": "Text",
426
+ "variant": "body",
427
+ "slot": "description",
428
+ "children": [
429
+ "text-26"
430
+ ]
431
+ },
432
+ {
433
+ "id": "int-gdrive",
434
+ "component": "Toggle",
435
+ "slot": "action",
436
+ "name": "int[gdrive]"
437
+ },
438
+ {
439
+ "id": "header-8",
440
+ "component": "Header",
441
+ "children": [
442
+ "google-drive-logo",
443
+ "text-23",
444
+ "text-25",
445
+ "int-gdrive"
446
+ ]
447
+ },
448
+ {
449
+ "id": "card-6",
450
+ "component": "Card",
451
+ "children": [
452
+ "header-8"
453
+ ]
454
+ },
455
+ {
456
+ "id": "grid",
457
+ "component": "Grid",
458
+ "columns": "1 2@sm",
459
+ "gap": "3",
460
+ "children": [
461
+ "card",
462
+ "card-2",
463
+ "card-3",
464
+ "card-4",
465
+ "card-5",
466
+ "card-6"
467
+ ]
468
+ },
469
+ {
470
+ "id": "section-2",
471
+ "component": "Section",
472
+ "data-reg-form": "",
473
+ "children": [
474
+ "grid"
475
+ ]
476
+ },
477
+ {
478
+ "id": "section",
479
+ "component": "Section",
480
+ "data-reg-form": "",
481
+ "children": [
482
+ "section-2"
483
+ ]
484
+ },
485
+ {
486
+ "id": "column",
487
+ "component": "Column"
488
+ },
489
+ {
490
+ "id": "text-27",
491
+ "component": "Text",
492
+ "textContent": "Back",
493
+ "variant": "body"
494
+ },
495
+ {
496
+ "id": "link",
497
+ "component": "Link",
498
+ "href": "/site/examples/registration/invite",
499
+ "text": "Back",
500
+ "data-reg-back": "",
501
+ "children": [
502
+ "text-27"
503
+ ]
504
+ },
505
+ {
506
+ "id": "button",
507
+ "component": "Button",
508
+ "type": "submit",
509
+ "text": "Continue",
510
+ "variant": "primary"
511
+ },
512
+ {
513
+ "id": "column-2",
514
+ "component": "Column",
515
+ "data-reg-actions": "",
516
+ "children": [
517
+ "link",
518
+ "button"
519
+ ]
520
+ },
521
+ {
522
+ "id": "footer-2",
523
+ "component": "Footer",
524
+ "children": [
525
+ "column",
526
+ "column-2"
527
+ ]
528
+ },
529
+ {
530
+ "id": "footer",
531
+ "component": "Footer",
532
+ "children": [
533
+ "footer-2"
534
+ ]
535
+ },
536
+ {
537
+ "id": "root",
538
+ "component": "FormContainer",
539
+ "data-reg-input": "",
540
+ "children": [
541
+ "header",
542
+ "section",
543
+ "footer"
544
+ ]
545
+ }
546
+ ]
547
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "name": "integrations-webhooks-empty-state",
3
+ "kind": "block",
4
+ "primary": "div",
5
+ "page": "/apps/saas/app/integrations/integrations.contents.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {
9
+ "data-col": ""
10
+ },
11
+ "html": "<div data-col>\n <empty-state-ui icon=\"plug\" heading=\"No webhooks yet\" description=\"Add an endpoint to start receiving events.\">\n <button-ui slot=\"action\" text=\"+ Add webhook\" variant=\"primary\"></button-ui>\n </empty-state-ui>\n </div>",
12
+ "source": "apps/saas/app/integrations/integrations.contents.html",
13
+ "metadata": {
14
+ "domain": "data",
15
+ "description": "Webhooks empty state — an empty-state-ui with a plug icon, heading, and description plus a primary Add webhook action. The zero-endpoints state for the outbound webhook delivery section of an integrations page.",
16
+ "keywords": [
17
+ "webhooks",
18
+ "empty",
19
+ "state",
20
+ "empty-state-ui",
21
+ "plug",
22
+ "icon",
23
+ "add",
24
+ "webhook",
25
+ "endpoint",
26
+ "outbound",
27
+ "events",
28
+ "delivery",
29
+ "zero",
30
+ "no-webhooks",
31
+ "integrations",
32
+ "developer",
33
+ "settings",
34
+ "primary-action",
35
+ "data"
36
+ ]
37
+ },
38
+ "captured_at": "2026-06-10T13:16:11.236Z",
39
+ "template": [
40
+ {
41
+ "id": "button",
42
+ "component": "Button",
43
+ "slot": "action",
44
+ "text": "+ Add webhook",
45
+ "variant": "primary"
46
+ },
47
+ {
48
+ "id": "empty-state",
49
+ "component": "EmptyState",
50
+ "description": "Add an endpoint to start receiving events.",
51
+ "heading": "No webhooks yet",
52
+ "icon": "plug",
53
+ "children": [
54
+ "button"
55
+ ]
56
+ },
57
+ {
58
+ "id": "root",
59
+ "component": "Column",
60
+ "data-col": "",
61
+ "children": [
62
+ "empty-state"
63
+ ]
64
+ }
65
+ ]
66
+ }