@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,391 @@
1
+ {
2
+ "name": "multi-field-form-validation",
3
+ "kind": "block",
4
+ "primary": "form",
5
+ "page": "/apps/user-flow/app/registration/legal/legal.contents.html",
6
+ "slots": [],
7
+ "nested": [
8
+ "reg-step-header",
9
+ "reg-legal-entity",
10
+ "reg-step-footer",
11
+ "reg-step-progress"
12
+ ],
13
+ "attrs": {
14
+ "data-reg-input": "",
15
+ "action": "/site/examples/registration/address",
16
+ "method": "get"
17
+ },
18
+ "html": "<form data-reg-input action=\"/site/examples/registration/address\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form><!-- nested: reg-legal-entity --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
19
+ "source": "apps/user-flow/app/registration/legal/legal.contents.html",
20
+ "metadata": {
21
+ "domain": "forms",
22
+ "description": "Complete multi-field form with validation — heading, six labelled fields mixing text inputs and selects, several with required markers, hint text, and an input pattern (tax ID). Canonical shape for a long form where most fields are required and carry helper hints. Includes header and submit footer. Use for 'multi-field form with validation', 'form with required fields and hints', 'long form'.",
23
+ "keywords": [
24
+ "multi-field",
25
+ "form",
26
+ "validation",
27
+ "required",
28
+ "fields",
29
+ "hint",
30
+ "helper",
31
+ "text",
32
+ "pattern",
33
+ "input",
34
+ "select",
35
+ "labelled",
36
+ "long",
37
+ "form",
38
+ "complete",
39
+ "card",
40
+ "heading",
41
+ "footer",
42
+ "submit",
43
+ "validate",
44
+ "business",
45
+ "legal",
46
+ "entity",
47
+ "full-form"
48
+ ],
49
+ "related": [
50
+ "reg-legal-entity",
51
+ "form-field-required",
52
+ "form-field-email-hint",
53
+ "reg-step-footer"
54
+ ],
55
+ "tags": {
56
+ "complexity": "complex",
57
+ "form": "validation"
58
+ }
59
+ },
60
+ "captured_at": "2026-06-10T14:28:57.979Z",
61
+ "template": [
62
+ {
63
+ "id": "text",
64
+ "component": "Text",
65
+ "variant": "display",
66
+ "textContent": "Legal &amp; tax details"
67
+ },
68
+ {
69
+ "id": "text-2",
70
+ "component": "Text",
71
+ "color": "subtle",
72
+ "textContent": "Required for invoicing and tax compliance. We never share these outside billing."
73
+ },
74
+ {
75
+ "id": "header-2",
76
+ "component": "Header",
77
+ "data-reg-heading": "",
78
+ "children": [
79
+ "text",
80
+ "text-2"
81
+ ]
82
+ },
83
+ {
84
+ "id": "header",
85
+ "component": "Header",
86
+ "data-reg-heading": "",
87
+ "children": [
88
+ "header-2"
89
+ ]
90
+ },
91
+ {
92
+ "id": "legal-name",
93
+ "component": "Input",
94
+ "required": true,
95
+ "autocomplete": "organization",
96
+ "name": "legal_name",
97
+ "placeholder": "Acme Holdings, LLC"
98
+ },
99
+ {
100
+ "id": "field",
101
+ "component": "Field",
102
+ "hint": "The name on your articles of incorporation, not your dba.",
103
+ "inline": true,
104
+ "label": "Legal name",
105
+ "children": [
106
+ "legal-name"
107
+ ]
108
+ },
109
+ {
110
+ "id": "entity-type",
111
+ "component": "ChoicePicker",
112
+ "name": "entity_type",
113
+ "value": "llc",
114
+ "options": [
115
+ {
116
+ "value": "llc",
117
+ "label": "Limited Liability Company (LLC)"
118
+ },
119
+ {
120
+ "value": "corp",
121
+ "label": "C Corporation"
122
+ },
123
+ {
124
+ "value": "scorp",
125
+ "label": "S Corporation"
126
+ },
127
+ {
128
+ "value": "partnership",
129
+ "label": "Partnership"
130
+ },
131
+ {
132
+ "value": "sole",
133
+ "label": "Sole Proprietorship"
134
+ },
135
+ {
136
+ "value": "nonprofit",
137
+ "label": "Non-profit"
138
+ },
139
+ {
140
+ "value": "other",
141
+ "label": "Other"
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "id": "field-2",
147
+ "component": "Field",
148
+ "inline": true,
149
+ "label": "Entity type",
150
+ "children": [
151
+ "entity-type"
152
+ ]
153
+ },
154
+ {
155
+ "id": "ein",
156
+ "component": "Input",
157
+ "required": true,
158
+ "autocomplete": "off",
159
+ "name": "ein",
160
+ "pattern": "[0-9-]+",
161
+ "placeholder": "12-3456789"
162
+ },
163
+ {
164
+ "id": "field-3",
165
+ "component": "Field",
166
+ "hint": "Federal Employer ID Number, VAT, or local equivalent.",
167
+ "inline": true,
168
+ "label": "EIN / Tax ID",
169
+ "children": [
170
+ "ein"
171
+ ]
172
+ },
173
+ {
174
+ "id": "license",
175
+ "component": "Input",
176
+ "autocomplete": "off",
177
+ "name": "license",
178
+ "placeholder": "e.g. 1234567890"
179
+ },
180
+ {
181
+ "id": "field-4",
182
+ "component": "Field",
183
+ "hint": "Industry-specific. NPI for healthcare, NMLS for finance, leave blank if not applicable.",
184
+ "inline": true,
185
+ "label": "License number",
186
+ "children": [
187
+ "license"
188
+ ]
189
+ },
190
+ {
191
+ "id": "incorp-country",
192
+ "component": "ChoicePicker",
193
+ "name": "incorp_country",
194
+ "value": "us",
195
+ "options": [
196
+ {
197
+ "value": "us",
198
+ "label": "United States"
199
+ },
200
+ {
201
+ "value": "ca",
202
+ "label": "Canada"
203
+ },
204
+ {
205
+ "value": "gb",
206
+ "label": "United Kingdom"
207
+ },
208
+ {
209
+ "value": "ie",
210
+ "label": "Ireland"
211
+ },
212
+ {
213
+ "value": "de",
214
+ "label": "Germany"
215
+ },
216
+ {
217
+ "value": "fr",
218
+ "label": "France"
219
+ },
220
+ {
221
+ "value": "nl",
222
+ "label": "Netherlands"
223
+ },
224
+ {
225
+ "value": "other",
226
+ "label": "Somewhere else…"
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "id": "field-5",
232
+ "component": "Field",
233
+ "inline": true,
234
+ "label": "Country of incorporation",
235
+ "children": [
236
+ "incorp-country"
237
+ ]
238
+ },
239
+ {
240
+ "id": "incorp-region",
241
+ "component": "ChoicePicker",
242
+ "name": "incorp_region",
243
+ "value": "de",
244
+ "options": [
245
+ {
246
+ "value": "de",
247
+ "label": "Delaware"
248
+ },
249
+ {
250
+ "value": "ca",
251
+ "label": "California"
252
+ },
253
+ {
254
+ "value": "ny",
255
+ "label": "New York"
256
+ },
257
+ {
258
+ "value": "tx",
259
+ "label": "Texas"
260
+ },
261
+ {
262
+ "value": "wa",
263
+ "label": "Washington"
264
+ },
265
+ {
266
+ "value": "ma",
267
+ "label": "Massachusetts"
268
+ },
269
+ {
270
+ "value": "other",
271
+ "label": "Other state…"
272
+ }
273
+ ]
274
+ },
275
+ {
276
+ "id": "field-6",
277
+ "component": "Field",
278
+ "inline": true,
279
+ "label": "State / Region",
280
+ "children": [
281
+ "incorp-region"
282
+ ]
283
+ },
284
+ {
285
+ "id": "defer",
286
+ "component": "CheckBox",
287
+ "label": "I'll do this later from admin → workspace → legal",
288
+ "name": "defer"
289
+ },
290
+ {
291
+ "id": "text-3",
292
+ "component": "Text",
293
+ "color": "subtle",
294
+ "size": "sm",
295
+ "textContent": "We'll surface a reminder card on your admin dashboard. Invoices and tax exports will use placeholder values until verified.",
296
+ "data-reg-defer-hint": ""
297
+ },
298
+ {
299
+ "id": "column",
300
+ "component": "Column",
301
+ "data-reg-defer-row": "",
302
+ "children": [
303
+ "defer",
304
+ "text-3"
305
+ ]
306
+ },
307
+ {
308
+ "id": "section-2",
309
+ "component": "Section",
310
+ "data-reg-form": "",
311
+ "children": [
312
+ "field",
313
+ "field-2",
314
+ "field-3",
315
+ "field-4",
316
+ "field-5",
317
+ "field-6",
318
+ "column"
319
+ ]
320
+ },
321
+ {
322
+ "id": "section",
323
+ "component": "Section",
324
+ "data-reg-form": "",
325
+ "children": [
326
+ "section-2"
327
+ ]
328
+ },
329
+ {
330
+ "id": "column-2",
331
+ "component": "Column"
332
+ },
333
+ {
334
+ "id": "text-4",
335
+ "component": "Text",
336
+ "textContent": "Back",
337
+ "variant": "body"
338
+ },
339
+ {
340
+ "id": "link",
341
+ "component": "Link",
342
+ "href": "/site/examples/registration/confirmation",
343
+ "text": "Back",
344
+ "data-reg-back": "",
345
+ "children": [
346
+ "text-4"
347
+ ]
348
+ },
349
+ {
350
+ "id": "button",
351
+ "component": "Button",
352
+ "type": "submit",
353
+ "text": "Continue",
354
+ "variant": "primary"
355
+ },
356
+ {
357
+ "id": "column-3",
358
+ "component": "Column",
359
+ "data-reg-actions": "",
360
+ "children": [
361
+ "link",
362
+ "button"
363
+ ]
364
+ },
365
+ {
366
+ "id": "footer-2",
367
+ "component": "Footer",
368
+ "children": [
369
+ "column-2",
370
+ "column-3"
371
+ ]
372
+ },
373
+ {
374
+ "id": "footer",
375
+ "component": "Footer",
376
+ "children": [
377
+ "footer-2"
378
+ ]
379
+ },
380
+ {
381
+ "id": "root",
382
+ "component": "FormContainer",
383
+ "data-reg-input": "",
384
+ "children": [
385
+ "header",
386
+ "section",
387
+ "footer"
388
+ ]
389
+ }
390
+ ]
391
+ }