@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,228 @@
1
+ {
2
+ "name": "single-select-card-form",
3
+ "kind": "block",
4
+ "primary": "form",
5
+ "page": "/apps/user-flow/app/registration/use-case/use-case.contents.html",
6
+ "slots": [],
7
+ "nested": [
8
+ "reg-step-header",
9
+ "reg-usecase-picker",
10
+ "reg-step-footer",
11
+ "reg-step-progress"
12
+ ],
13
+ "attrs": {
14
+ "data-reg-input": "",
15
+ "action": "/site/examples/registration/team-size",
16
+ "method": "get"
17
+ },
18
+ "html": "<form data-reg-input action=\"/site/examples/registration/team-size\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form role=\"radiogroup\" aria-label=\"Use case\"><!-- nested: reg-usecase-picker --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
19
+ "source": "apps/user-flow/app/registration/use-case/use-case.contents.html",
20
+ "metadata": {
21
+ "domain": "forms",
22
+ "description": "Complete single-select option-card form — heading, a vertical radio group of selectable cards each with a title and description, with a free-text textarea revealed on the 'Something else' option, and a submit footer. The full single-choice form composition with header and footer. Use for 'option picker form', 'single-select card form', 'radio card form', 'survey question form'.",
23
+ "keywords": [
24
+ "single-select",
25
+ "form",
26
+ "option-card",
27
+ "radio",
28
+ "group",
29
+ "cards",
30
+ "heading",
31
+ "description",
32
+ "pick",
33
+ "choose",
34
+ "use-case",
35
+ "survey",
36
+ "question",
37
+ "textarea",
38
+ "other",
39
+ "complete",
40
+ "card",
41
+ "footer",
42
+ "submit",
43
+ "continue",
44
+ "full-form"
45
+ ],
46
+ "related": [
47
+ "reg-usecase-picker",
48
+ "radio-button-group",
49
+ "reg-step-footer"
50
+ ],
51
+ "tags": {
52
+ "complexity": "simple",
53
+ "form": "single-select"
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": "What brings you here?"
63
+ },
64
+ {
65
+ "id": "text-2",
66
+ "component": "Text",
67
+ "color": "subtle",
68
+ "textContent": "Pick the option that's closest to your situation."
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": "option-card",
89
+ "component": "OptionCard",
90
+ "description": "Spinning up a new project — design, ship, iterate.",
91
+ "checked": true,
92
+ "heading": "I'm building a product",
93
+ "name": "use-case",
94
+ "value": "build"
95
+ },
96
+ {
97
+ "id": "option-card-2",
98
+ "component": "OptionCard",
99
+ "description": "Kicking the tires before bringing a team along.",
100
+ "heading": "I'm exploring the product",
101
+ "name": "use-case",
102
+ "value": "explore"
103
+ },
104
+ {
105
+ "id": "option-card-3",
106
+ "component": "OptionCard",
107
+ "description": "Moving an existing workspace and want a smooth port.",
108
+ "heading": "I'm migrating from another tool",
109
+ "name": "use-case",
110
+ "value": "migrate"
111
+ },
112
+ {
113
+ "id": "option-card-4",
114
+ "component": "OptionCard",
115
+ "description": "Comparing options and want to dig into specifics.",
116
+ "heading": "I'm evaluating for my team",
117
+ "name": "use-case",
118
+ "value": "evaluate"
119
+ },
120
+ {
121
+ "id": "use-case-detail",
122
+ "component": "TextArea",
123
+ "name": "use-case-detail",
124
+ "placeholder": "What brings you to AdiaUI?",
125
+ "rows": "3"
126
+ },
127
+ {
128
+ "id": "option-card-5",
129
+ "component": "OptionCard",
130
+ "description": "Tell us more — we read every response.",
131
+ "heading": "Something else",
132
+ "name": "use-case",
133
+ "value": "other",
134
+ "children": [
135
+ "use-case-detail"
136
+ ]
137
+ },
138
+ {
139
+ "id": "column",
140
+ "component": "Column",
141
+ "gap": "2",
142
+ "children": [
143
+ "option-card",
144
+ "option-card-2",
145
+ "option-card-3",
146
+ "option-card-4",
147
+ "option-card-5"
148
+ ]
149
+ },
150
+ {
151
+ "id": "section",
152
+ "component": "Section",
153
+ "data-reg-form": "",
154
+ "children": [
155
+ "column"
156
+ ]
157
+ },
158
+ {
159
+ "id": "use-case",
160
+ "component": "Section",
161
+ "data-reg-form": "",
162
+ "children": [
163
+ "section"
164
+ ]
165
+ },
166
+ {
167
+ "id": "column-2",
168
+ "component": "Column"
169
+ },
170
+ {
171
+ "id": "text-3",
172
+ "component": "Text",
173
+ "textContent": "Back",
174
+ "variant": "body"
175
+ },
176
+ {
177
+ "id": "link",
178
+ "component": "Link",
179
+ "href": "/site/examples/registration/profile",
180
+ "text": "Back",
181
+ "data-reg-back": "",
182
+ "children": [
183
+ "text-3"
184
+ ]
185
+ },
186
+ {
187
+ "id": "button",
188
+ "component": "Button",
189
+ "type": "submit",
190
+ "text": "Continue",
191
+ "variant": "primary"
192
+ },
193
+ {
194
+ "id": "column-3",
195
+ "component": "Column",
196
+ "data-reg-actions": "",
197
+ "children": [
198
+ "link",
199
+ "button"
200
+ ]
201
+ },
202
+ {
203
+ "id": "footer-2",
204
+ "component": "Footer",
205
+ "children": [
206
+ "column-2",
207
+ "column-3"
208
+ ]
209
+ },
210
+ {
211
+ "id": "footer",
212
+ "component": "Footer",
213
+ "children": [
214
+ "footer-2"
215
+ ]
216
+ },
217
+ {
218
+ "id": "root",
219
+ "component": "FormContainer",
220
+ "data-reg-input": "",
221
+ "children": [
222
+ "header",
223
+ "use-case",
224
+ "footer"
225
+ ]
226
+ }
227
+ ]
228
+ }
@@ -0,0 +1,377 @@
1
+ {
2
+ "name": "team-invite-form",
3
+ "kind": "block",
4
+ "primary": "form",
5
+ "page": "/apps/user-flow/app/registration/invite/invite.contents.html",
6
+ "slots": [],
7
+ "nested": [
8
+ "reg-step-header",
9
+ "reg-invite-form",
10
+ "reg-step-footer",
11
+ "reg-step-progress"
12
+ ],
13
+ "attrs": {
14
+ "data-reg-input": "",
15
+ "action": "/site/examples/registration/integrations",
16
+ "method": "get"
17
+ },
18
+ "html": "<form data-reg-input action=\"/site/examples/registration/integrations\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form><!-- nested: reg-invite-form --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
19
+ "source": "apps/user-flow/app/registration/invite/invite.contents.html",
20
+ "metadata": {
21
+ "domain": "forms",
22
+ "description": "Complete team-invite form — heading, repeating rows of email + role select per teammate, an add-another row button, an info alert, and a footer with two submit actions (Skip for now + Send invites). The whole form composition with header and dual-action footer. Use for 'invite form', 'add team members form', 'form with submit and skip / reset actions'.",
23
+ "keywords": [
24
+ "invite",
25
+ "form",
26
+ "team",
27
+ "members",
28
+ "email",
29
+ "role",
30
+ "multi-row",
31
+ "add-another",
32
+ "submit",
33
+ "skip",
34
+ "reset",
35
+ "send",
36
+ "invites",
37
+ "complete",
38
+ "card",
39
+ "heading",
40
+ "footer",
41
+ "dual-action",
42
+ "onboarding",
43
+ "full-form"
44
+ ],
45
+ "related": [
46
+ "reg-invite-form",
47
+ "invite-members",
48
+ "reg-step-footer"
49
+ ],
50
+ "tags": {
51
+ "complexity": "moderate",
52
+ "form": "invite"
53
+ }
54
+ },
55
+ "captured_at": "2026-06-10T14:28:57.979Z",
56
+ "template": [
57
+ {
58
+ "id": "text",
59
+ "component": "Text",
60
+ "variant": "display",
61
+ "textContent": "Invite your teammates"
62
+ },
63
+ {
64
+ "id": "text-2",
65
+ "component": "Text",
66
+ "color": "subtle",
67
+ "textContent": "We'll email each person a join link. Skip if you'd rather invite later."
68
+ },
69
+ {
70
+ "id": "header-2",
71
+ "component": "Header",
72
+ "data-reg-heading": "",
73
+ "children": [
74
+ "text",
75
+ "text-2"
76
+ ]
77
+ },
78
+ {
79
+ "id": "header",
80
+ "component": "Header",
81
+ "data-reg-heading": "",
82
+ "children": [
83
+ "header-2"
84
+ ]
85
+ },
86
+ {
87
+ "id": "invite-0-email",
88
+ "component": "Input",
89
+ "type": "email",
90
+ "autocomplete": "email",
91
+ "name": "invite[0][email]",
92
+ "placeholder": "alex@acme.com"
93
+ },
94
+ {
95
+ "id": "field",
96
+ "component": "Field",
97
+ "label": "Email",
98
+ "children": [
99
+ "invite-0-email"
100
+ ]
101
+ },
102
+ {
103
+ "id": "invite-0-role",
104
+ "component": "ChoicePicker",
105
+ "name": "invite[0][role]",
106
+ "value": "member",
107
+ "options": [
108
+ {
109
+ "value": "admin",
110
+ "label": "Admin"
111
+ },
112
+ {
113
+ "value": "member",
114
+ "label": "Member"
115
+ },
116
+ {
117
+ "value": "viewer",
118
+ "label": "Viewer"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "id": "field-2",
124
+ "component": "Field",
125
+ "label": "Role",
126
+ "children": [
127
+ "invite-0-role"
128
+ ]
129
+ },
130
+ {
131
+ "id": "column",
132
+ "component": "Column",
133
+ "data-reg-invite-row": "",
134
+ "children": [
135
+ "field",
136
+ "field-2"
137
+ ]
138
+ },
139
+ {
140
+ "id": "invite-1-email",
141
+ "component": "Input",
142
+ "type": "email",
143
+ "autocomplete": "email",
144
+ "name": "invite[1][email]",
145
+ "placeholder": "sam@acme.com"
146
+ },
147
+ {
148
+ "id": "field-3",
149
+ "component": "Field",
150
+ "label": "Email",
151
+ "children": [
152
+ "invite-1-email"
153
+ ]
154
+ },
155
+ {
156
+ "id": "invite-1-role",
157
+ "component": "ChoicePicker",
158
+ "name": "invite[1][role]",
159
+ "value": "member",
160
+ "options": [
161
+ {
162
+ "value": "admin",
163
+ "label": "Admin"
164
+ },
165
+ {
166
+ "value": "member",
167
+ "label": "Member"
168
+ },
169
+ {
170
+ "value": "viewer",
171
+ "label": "Viewer"
172
+ }
173
+ ]
174
+ },
175
+ {
176
+ "id": "field-4",
177
+ "component": "Field",
178
+ "label": "Role",
179
+ "children": [
180
+ "invite-1-role"
181
+ ]
182
+ },
183
+ {
184
+ "id": "column-2",
185
+ "component": "Column",
186
+ "data-reg-invite-row": "",
187
+ "children": [
188
+ "field-3",
189
+ "field-4"
190
+ ]
191
+ },
192
+ {
193
+ "id": "invite-2-email",
194
+ "component": "Input",
195
+ "type": "email",
196
+ "autocomplete": "email",
197
+ "name": "invite[2][email]",
198
+ "placeholder": "riley@acme.com"
199
+ },
200
+ {
201
+ "id": "field-5",
202
+ "component": "Field",
203
+ "label": "Email",
204
+ "children": [
205
+ "invite-2-email"
206
+ ]
207
+ },
208
+ {
209
+ "id": "invite-2-role",
210
+ "component": "ChoicePicker",
211
+ "name": "invite[2][role]",
212
+ "value": "member",
213
+ "options": [
214
+ {
215
+ "value": "admin",
216
+ "label": "Admin"
217
+ },
218
+ {
219
+ "value": "member",
220
+ "label": "Member"
221
+ },
222
+ {
223
+ "value": "viewer",
224
+ "label": "Viewer"
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "id": "field-6",
230
+ "component": "Field",
231
+ "label": "Role",
232
+ "children": [
233
+ "invite-2-role"
234
+ ]
235
+ },
236
+ {
237
+ "id": "column-3",
238
+ "component": "Column",
239
+ "data-reg-invite-row": "",
240
+ "children": [
241
+ "field-5",
242
+ "field-6"
243
+ ]
244
+ },
245
+ {
246
+ "id": "button",
247
+ "component": "Button",
248
+ "type": "button",
249
+ "icon": "plus",
250
+ "text": "Add another",
251
+ "variant": "ghost"
252
+ },
253
+ {
254
+ "id": "text-4",
255
+ "component": "Text",
256
+ "textContent": "Copy a join link",
257
+ "variant": "body"
258
+ },
259
+ {
260
+ "id": "link",
261
+ "component": "Link",
262
+ "href": "#",
263
+ "text": "Copy a join link",
264
+ "children": [
265
+ "text-4"
266
+ ]
267
+ },
268
+ {
269
+ "id": "text-3",
270
+ "component": "Text",
271
+ "variant": "body",
272
+ "slot": "content",
273
+ "textContent": "Don't have everyone's email? instead.",
274
+ "children": [
275
+ "link"
276
+ ]
277
+ },
278
+ {
279
+ "id": "alert",
280
+ "component": "Alert",
281
+ "icon": "info",
282
+ "variant": "info",
283
+ "children": [
284
+ "text-3"
285
+ ]
286
+ },
287
+ {
288
+ "id": "section-2",
289
+ "component": "Section",
290
+ "data-reg-form": "",
291
+ "children": [
292
+ "column",
293
+ "column-2",
294
+ "column-3",
295
+ "button",
296
+ "alert"
297
+ ]
298
+ },
299
+ {
300
+ "id": "section",
301
+ "component": "Section",
302
+ "data-reg-form": "",
303
+ "children": [
304
+ "section-2"
305
+ ]
306
+ },
307
+ {
308
+ "id": "column-4",
309
+ "component": "Column"
310
+ },
311
+ {
312
+ "id": "text-5",
313
+ "component": "Text",
314
+ "textContent": "Back",
315
+ "variant": "body"
316
+ },
317
+ {
318
+ "id": "link-2",
319
+ "component": "Link",
320
+ "href": "/site/examples/registration/team-size",
321
+ "text": "Back",
322
+ "data-reg-back": "",
323
+ "children": [
324
+ "text-5"
325
+ ]
326
+ },
327
+ {
328
+ "id": "button-2",
329
+ "component": "Button",
330
+ "type": "submit",
331
+ "text": "Skip for now",
332
+ "variant": "outline"
333
+ },
334
+ {
335
+ "id": "button-3",
336
+ "component": "Button",
337
+ "type": "submit",
338
+ "text": "Send invites",
339
+ "variant": "primary"
340
+ },
341
+ {
342
+ "id": "column-5",
343
+ "component": "Column",
344
+ "data-reg-actions": "",
345
+ "children": [
346
+ "link-2",
347
+ "button-2",
348
+ "button-3"
349
+ ]
350
+ },
351
+ {
352
+ "id": "footer-2",
353
+ "component": "Footer",
354
+ "children": [
355
+ "column-4",
356
+ "column-5"
357
+ ]
358
+ },
359
+ {
360
+ "id": "footer",
361
+ "component": "Footer",
362
+ "children": [
363
+ "footer-2"
364
+ ]
365
+ },
366
+ {
367
+ "id": "root",
368
+ "component": "FormContainer",
369
+ "data-reg-input": "",
370
+ "children": [
371
+ "header",
372
+ "section",
373
+ "footer"
374
+ ]
375
+ }
376
+ ]
377
+ }