@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,509 @@
1
+ {
2
+ "name": "extended-profile-form",
3
+ "kind": "block",
4
+ "primary": "form",
5
+ "page": "/apps/user-flow/app/registration/personal/personal.contents.html",
6
+ "slots": [
7
+ {
8
+ "name": "page-header",
9
+ "tagName": "header",
10
+ "html": "<h1>Round out your profile</h1>\n <text-ui color=\"subtle\">Optional — these help teammates find you in directory search and route messages to the right person.</text-ui>"
11
+ },
12
+ {
13
+ "name": "page-content",
14
+ "tagName": "section",
15
+ "html": "<field-ui inline label=\"Title\">\n <input-ui name=\"title\" placeholder=\"e.g. Senior Designer\" autocomplete=\"organization-title\"></input-ui>\n </field-ui>\n\n <field-ui inline label=\"Department\">\n <select-ui name=\"department\" value=\"design\">\n <option value=\"\">Pick one…</option>\n <option value=\"engineering\">Engineering</option>\n <option value=\"product\">Product</option>\n <option value=\"design\" selected>Design</option>\n <option value=\"sales\">Sales</option>\n <option value=\"marketing\">Marketing</option>\n <option value=\"cs\">Customer Success</option>\n <option value=\"ops\">Operations</option>\n </select-ui>\n </field-ui>\n\n <field-ui inline label=\"Manager\">\n <select-ui name=\"manager\" value=\"\">\n <option value=\"\" selected>No manager</option>\n <option value=\"jane\">Jane Doe (Founder)</option>\n <option value=\"maya\">Maya Patel (VP Engineering)</option>\n <option value=\"riley\">Riley Park (Head of Design)</option>\n <option value=\"morgan\">Morgan Lee (Head of Sales)</option>\n </select-ui>\n </field-ui>\n\n <field-ui inline label=\"Pronouns\">\n <input-ui name=\"pronouns\" placeholder=\"e.g. she/her, they/them\" autocomplete=\"off\"></input-ui>\n </field-ui>\n\n <divider-ui></divider-ui>\n\n <field-ui inline label=\"Location\">\n <input-ui name=\"location\" placeholder=\"San Francisco, CA\" autocomplete=\"address-level2\"></input-ui>\n </field-ui>\n\n <field-ui inline label=\"Time zone\" hint=\"Detected from your browser. Override if you're traveling or working remotely.\">\n <select-ui name=\"timezone\" value=\"america/los_angeles\">\n <option value=\"america/los_angeles\" selected>Pacific (San Francisco) · UTC−8</option>\n <option value=\"america/denver\">Mountain (Denver) · UTC−7</option>\n <option value=\"america/chicago\">Central (Chicago) · UTC−6</option>\n <option value=\"america/new_york\">Eastern (New York) · UTC−5</option>\n <option value=\"europe/london\">London · UTC+0</option>\n <option value=\"europe/berlin\">Berlin · UTC+1</option>\n <option value=\"asia/tokyo\">Tokyo · UTC+9</option>\n <option value=\"australia/sydney\">Sydney · UTC+11</option>\n </select-ui>\n </field-ui>\n\n <field-ui inline label=\"Working hours\">\n <segmented-ui name=\"hours\" value=\"9to5\">\n <segment-ui text=\"9 to 5\" value=\"9to5\"></segment-ui>\n <segment-ui text=\"Flexible\" value=\"flex\"></segment-ui>\n <segment-ui text=\"Custom\" value=\"custom\"></segment-ui>\n </segmented-ui>\n </field-ui>\n\n <divider-ui></divider-ui>\n\n <col-ui gap=\"2\">\n <text-ui strong>Where else can teammates reach you?</text-ui>\n <text-ui color=\"subtle\" size=\"sm\">Optional — link your handles so DMs and mentions can route to the right surface.</text-ui>\n </col-ui>\n\n <field-ui inline label=\"Slack handle\">\n <input-ui name=\"slack\" prefix=\"@\" placeholder=\"janedoe\"></input-ui>\n </field-ui>\n\n <field-ui inline label=\"GitHub handle\">\n <input-ui name=\"github\" prefix=\"@\" placeholder=\"janedoe\"></input-ui>\n </field-ui>\n\n <div data-reg-defer-row>\n <check-ui name=\"defer\" label=\"I'll do this later from my profile\"></check-ui>\n <text-ui color=\"subtle\" size=\"sm\" data-reg-defer-hint>\n Your profile will use the basics from sign-up (name + email) until you complete this step.\n </text-ui>\n </div>"
16
+ },
17
+ {
18
+ "name": "page-footer",
19
+ "tagName": "footer",
20
+ "html": "<step-progress-ui value=\"7\" total=\"8\" caption=\"Step 7 of 8 · User setup\" data-chunk=\"reg-step-progress\" data-chunk-kind=\"block\"\n data-chunk-domain=\"forms\"\n data-chunk-description=\"Registration progress indicator — stepper showing position in multi-step signup flow.\"\n data-chunk-keywords=\"registration stepper progress steps flow indicator\"></step-progress-ui>\n <div data-reg-actions>\n <a data-reg-back href=\"/site/examples/registration/org-review\">Back</a>\n <button-ui text=\"Continue\" variant=\"primary\" type=\"submit\"></button-ui>\n </div>"
21
+ }
22
+ ],
23
+ "nested": [
24
+ "reg-step-header",
25
+ "reg-extended-profile",
26
+ "reg-step-footer",
27
+ "reg-step-progress"
28
+ ],
29
+ "attrs": {
30
+ "data-reg-input": "",
31
+ "action": "/site/examples/registration/done",
32
+ "method": "get"
33
+ },
34
+ "html": "<form data-reg-input action=\"/site/examples/registration/done\" method=\"get\">\n <header data-reg-heading data-chunk-slot=\"page-header\"><!-- nested: reg-step-header --></header>\n\n <section data-reg-form data-chunk-slot=\"page-content\"><!-- nested: reg-extended-profile --></section>\n\n <footer data-chunk-slot=\"page-footer\"><!-- nested: reg-step-footer --></footer>\n </form>",
35
+ "source": "apps/user-flow/app/registration/personal/personal.contents.html",
36
+ "metadata": {
37
+ "domain": "forms",
38
+ "description": "Complete extended-profile form — heading then many labelled fields (title, department, manager, pronouns, location, time zone, working hours) split into sections by dividers, prefixed social-handle inputs, a defer checkbox, and a back / continue footer. The full long-form composition with header and footer. Use for 'profile form', 'edit profile form', 'long form with many fields and sections'.",
39
+ "keywords": [
40
+ "profile",
41
+ "form",
42
+ "extended",
43
+ "edit",
44
+ "user",
45
+ "fields",
46
+ "title",
47
+ "department",
48
+ "manager",
49
+ "pronouns",
50
+ "location",
51
+ "timezone",
52
+ "working-hours",
53
+ "social",
54
+ "handle",
55
+ "prefix",
56
+ "divider",
57
+ "sections",
58
+ "defer",
59
+ "complete",
60
+ "card",
61
+ "heading",
62
+ "footer",
63
+ "continue",
64
+ "full-form"
65
+ ],
66
+ "related": [
67
+ "reg-extended-profile",
68
+ "auth-profile-form",
69
+ "reg-step-footer"
70
+ ],
71
+ "tags": {
72
+ "complexity": "complex",
73
+ "form": "profile"
74
+ }
75
+ },
76
+ "captured_at": "2026-06-10T14:28:57.979Z",
77
+ "template": [
78
+ {
79
+ "id": "text",
80
+ "component": "Text",
81
+ "variant": "display",
82
+ "textContent": "Round out your profile"
83
+ },
84
+ {
85
+ "id": "text-2",
86
+ "component": "Text",
87
+ "color": "subtle",
88
+ "textContent": "Optional — these help teammates find you in directory search and route messages to the right person."
89
+ },
90
+ {
91
+ "id": "header-2",
92
+ "component": "Header",
93
+ "data-reg-heading": "",
94
+ "data-chunk-slot": "page-header",
95
+ "children": [
96
+ "text",
97
+ "text-2"
98
+ ]
99
+ },
100
+ {
101
+ "id": "header",
102
+ "component": "Header",
103
+ "data-reg-heading": "",
104
+ "data-chunk-slot": "page-header",
105
+ "children": [
106
+ "header-2"
107
+ ]
108
+ },
109
+ {
110
+ "id": "title",
111
+ "component": "Input",
112
+ "autocomplete": "organization-title",
113
+ "name": "title",
114
+ "placeholder": "e.g. Senior Designer"
115
+ },
116
+ {
117
+ "id": "field",
118
+ "component": "Field",
119
+ "inline": true,
120
+ "label": "Title",
121
+ "children": [
122
+ "title"
123
+ ]
124
+ },
125
+ {
126
+ "id": "department",
127
+ "component": "ChoicePicker",
128
+ "name": "department",
129
+ "value": "design",
130
+ "options": [
131
+ {
132
+ "value": "",
133
+ "label": "Pick one…"
134
+ },
135
+ {
136
+ "value": "engineering",
137
+ "label": "Engineering"
138
+ },
139
+ {
140
+ "value": "product",
141
+ "label": "Product"
142
+ },
143
+ {
144
+ "value": "design",
145
+ "label": "Design"
146
+ },
147
+ {
148
+ "value": "sales",
149
+ "label": "Sales"
150
+ },
151
+ {
152
+ "value": "marketing",
153
+ "label": "Marketing"
154
+ },
155
+ {
156
+ "value": "cs",
157
+ "label": "Customer Success"
158
+ },
159
+ {
160
+ "value": "ops",
161
+ "label": "Operations"
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "id": "field-2",
167
+ "component": "Field",
168
+ "inline": true,
169
+ "label": "Department",
170
+ "children": [
171
+ "department"
172
+ ]
173
+ },
174
+ {
175
+ "id": "manager",
176
+ "component": "ChoicePicker",
177
+ "name": "manager",
178
+ "options": [
179
+ {
180
+ "value": "",
181
+ "label": "No manager"
182
+ },
183
+ {
184
+ "value": "jane",
185
+ "label": "Jane Doe (Founder)"
186
+ },
187
+ {
188
+ "value": "maya",
189
+ "label": "Maya Patel (VP Engineering)"
190
+ },
191
+ {
192
+ "value": "riley",
193
+ "label": "Riley Park (Head of Design)"
194
+ },
195
+ {
196
+ "value": "morgan",
197
+ "label": "Morgan Lee (Head of Sales)"
198
+ }
199
+ ],
200
+ "value": ""
201
+ },
202
+ {
203
+ "id": "field-3",
204
+ "component": "Field",
205
+ "inline": true,
206
+ "label": "Manager",
207
+ "children": [
208
+ "manager"
209
+ ]
210
+ },
211
+ {
212
+ "id": "pronouns",
213
+ "component": "Input",
214
+ "autocomplete": "off",
215
+ "name": "pronouns",
216
+ "placeholder": "e.g. she/her, they/them"
217
+ },
218
+ {
219
+ "id": "field-4",
220
+ "component": "Field",
221
+ "inline": true,
222
+ "label": "Pronouns",
223
+ "children": [
224
+ "pronouns"
225
+ ]
226
+ },
227
+ {
228
+ "id": "divider",
229
+ "component": "Divider"
230
+ },
231
+ {
232
+ "id": "location",
233
+ "component": "Input",
234
+ "autocomplete": "address-level2",
235
+ "name": "location",
236
+ "placeholder": "San Francisco, CA"
237
+ },
238
+ {
239
+ "id": "field-5",
240
+ "component": "Field",
241
+ "inline": true,
242
+ "label": "Location",
243
+ "children": [
244
+ "location"
245
+ ]
246
+ },
247
+ {
248
+ "id": "timezone",
249
+ "component": "ChoicePicker",
250
+ "name": "timezone",
251
+ "value": "america/los_angeles",
252
+ "options": [
253
+ {
254
+ "value": "america/los_angeles",
255
+ "label": "Pacific (San Francisco) · UTC−8"
256
+ },
257
+ {
258
+ "value": "america/denver",
259
+ "label": "Mountain (Denver) · UTC−7"
260
+ },
261
+ {
262
+ "value": "america/chicago",
263
+ "label": "Central (Chicago) · UTC−6"
264
+ },
265
+ {
266
+ "value": "america/new_york",
267
+ "label": "Eastern (New York) · UTC−5"
268
+ },
269
+ {
270
+ "value": "europe/london",
271
+ "label": "London · UTC+0"
272
+ },
273
+ {
274
+ "value": "europe/berlin",
275
+ "label": "Berlin · UTC+1"
276
+ },
277
+ {
278
+ "value": "asia/tokyo",
279
+ "label": "Tokyo · UTC+9"
280
+ },
281
+ {
282
+ "value": "australia/sydney",
283
+ "label": "Sydney · UTC+11"
284
+ }
285
+ ]
286
+ },
287
+ {
288
+ "id": "field-6",
289
+ "component": "Field",
290
+ "hint": "Detected from your browser. Override if you're traveling or working remotely.",
291
+ "inline": true,
292
+ "label": "Time zone",
293
+ "children": [
294
+ "timezone"
295
+ ]
296
+ },
297
+ {
298
+ "id": "segment",
299
+ "component": "Segment",
300
+ "text": "9 to 5",
301
+ "value": "9to5"
302
+ },
303
+ {
304
+ "id": "segment-2",
305
+ "component": "Segment",
306
+ "text": "Flexible",
307
+ "value": "flex"
308
+ },
309
+ {
310
+ "id": "segment-3",
311
+ "component": "Segment",
312
+ "text": "Custom",
313
+ "value": "custom"
314
+ },
315
+ {
316
+ "id": "hours",
317
+ "component": "SegmentedControl",
318
+ "value": "9to5",
319
+ "children": [
320
+ "segment",
321
+ "segment-2",
322
+ "segment-3"
323
+ ]
324
+ },
325
+ {
326
+ "id": "field-7",
327
+ "component": "Field",
328
+ "inline": true,
329
+ "label": "Working hours",
330
+ "children": [
331
+ "hours"
332
+ ]
333
+ },
334
+ {
335
+ "id": "divider-2",
336
+ "component": "Divider"
337
+ },
338
+ {
339
+ "id": "text-3",
340
+ "component": "Text",
341
+ "strong": true,
342
+ "textContent": "Where else can teammates reach you?"
343
+ },
344
+ {
345
+ "id": "text-4",
346
+ "component": "Text",
347
+ "color": "subtle",
348
+ "size": "sm",
349
+ "textContent": "Optional — link your handles so DMs and mentions can route to the right surface."
350
+ },
351
+ {
352
+ "id": "column",
353
+ "component": "Column",
354
+ "gap": "2",
355
+ "children": [
356
+ "text-3",
357
+ "text-4"
358
+ ]
359
+ },
360
+ {
361
+ "id": "slack",
362
+ "component": "Input",
363
+ "name": "slack",
364
+ "placeholder": "janedoe",
365
+ "prefix": "@"
366
+ },
367
+ {
368
+ "id": "field-8",
369
+ "component": "Field",
370
+ "inline": true,
371
+ "label": "Slack handle",
372
+ "children": [
373
+ "slack"
374
+ ]
375
+ },
376
+ {
377
+ "id": "github",
378
+ "component": "Input",
379
+ "name": "github",
380
+ "placeholder": "janedoe",
381
+ "prefix": "@"
382
+ },
383
+ {
384
+ "id": "field-9",
385
+ "component": "Field",
386
+ "inline": true,
387
+ "label": "GitHub handle",
388
+ "children": [
389
+ "github"
390
+ ]
391
+ },
392
+ {
393
+ "id": "defer",
394
+ "component": "CheckBox",
395
+ "label": "I'll do this later from my profile",
396
+ "name": "defer"
397
+ },
398
+ {
399
+ "id": "text-5",
400
+ "component": "Text",
401
+ "color": "subtle",
402
+ "size": "sm",
403
+ "textContent": "Your profile will use the basics from sign-up (name + email) until you complete this step.",
404
+ "data-reg-defer-hint": ""
405
+ },
406
+ {
407
+ "id": "column-2",
408
+ "component": "Column",
409
+ "data-reg-defer-row": "",
410
+ "children": [
411
+ "defer",
412
+ "text-5"
413
+ ]
414
+ },
415
+ {
416
+ "id": "section-2",
417
+ "component": "Section",
418
+ "data-reg-form": "",
419
+ "data-chunk-slot": "page-content",
420
+ "children": [
421
+ "field",
422
+ "field-2",
423
+ "field-3",
424
+ "field-4",
425
+ "divider",
426
+ "field-5",
427
+ "field-6",
428
+ "field-7",
429
+ "divider-2",
430
+ "column",
431
+ "field-8",
432
+ "field-9",
433
+ "column-2"
434
+ ]
435
+ },
436
+ {
437
+ "id": "section",
438
+ "component": "Section",
439
+ "data-reg-form": "",
440
+ "data-chunk-slot": "page-content",
441
+ "children": [
442
+ "section-2"
443
+ ]
444
+ },
445
+ {
446
+ "id": "column-3",
447
+ "component": "Column"
448
+ },
449
+ {
450
+ "id": "text-6",
451
+ "component": "Text",
452
+ "textContent": "Back",
453
+ "variant": "body"
454
+ },
455
+ {
456
+ "id": "link",
457
+ "component": "Link",
458
+ "href": "/site/examples/registration/org-review",
459
+ "text": "Back",
460
+ "data-reg-back": "",
461
+ "children": [
462
+ "text-6"
463
+ ]
464
+ },
465
+ {
466
+ "id": "button",
467
+ "component": "Button",
468
+ "type": "submit",
469
+ "text": "Continue",
470
+ "variant": "primary"
471
+ },
472
+ {
473
+ "id": "column-4",
474
+ "component": "Column",
475
+ "data-reg-actions": "",
476
+ "children": [
477
+ "link",
478
+ "button"
479
+ ]
480
+ },
481
+ {
482
+ "id": "footer-2",
483
+ "component": "Footer",
484
+ "data-chunk-slot": "page-footer",
485
+ "children": [
486
+ "column-3",
487
+ "column-4"
488
+ ]
489
+ },
490
+ {
491
+ "id": "footer",
492
+ "component": "Footer",
493
+ "data-chunk-slot": "page-footer",
494
+ "children": [
495
+ "footer-2"
496
+ ]
497
+ },
498
+ {
499
+ "id": "root",
500
+ "component": "FormContainer",
501
+ "data-reg-input": "",
502
+ "children": [
503
+ "header",
504
+ "section",
505
+ "footer"
506
+ ]
507
+ }
508
+ ]
509
+ }