@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.
- package/CHANGELOG.md +10 -0
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +2176 -64
- package/chunks/agent-artifact-stub-card.json +115 -0
- package/chunks/agent-citations-source-chips.json +78 -0
- package/chunks/agent-pipeline-status-stages.json +69 -0
- package/chunks/agent-tool-call-accordion.json +109 -0
- package/chunks/billing-cancel-subscription-danger.json +61 -0
- package/chunks/billing-invoice-history-table.json +75 -0
- package/chunks/billing-payment-method-card-on-file.json +157 -0
- package/chunks/business-address-form.json +950 -0
- package/chunks/chat-empty-state-hero.json +102 -0
- package/chunks/chat-message-assistant-byline.json +85 -0
- package/chunks/chat-message-user-byline.json +84 -0
- package/chunks/checkout-order-summary-card.json +140 -0
- package/chunks/contact-form-card.json +197 -0
- package/chunks/contact-support-form.json +699 -0
- package/chunks/data-import-wizard.json +12 -3
- package/chunks/departments-checkbox-form.json +387 -0
- package/chunks/editor-statusbar-ready.json +99 -0
- package/chunks/editor-toolbar-import-export.json +195 -0
- package/chunks/extended-profile-form.json +509 -0
- package/chunks/feature-toggle-switch-grid.json +213 -0
- package/chunks/file-upload-field.json +97 -0
- package/chunks/file-upload-form.json +248 -0
- package/chunks/form-field-with-error.json +151 -0
- package/chunks/image-thumbnail-grid.json +77 -0
- package/chunks/integrations-api-keys-card-list.json +475 -0
- package/chunks/integrations-connect-form.json +547 -0
- package/chunks/integrations-webhooks-empty-state.json +66 -0
- package/chunks/library-browser-search-filter.json +109 -0
- package/chunks/login-form-card.json +207 -0
- package/chunks/map-with-location-list.json +291 -0
- package/chunks/members-active-table-search-filter.json +184 -0
- package/chunks/members-pending-invites-cards.json +251 -0
- package/chunks/members-roles-permissions-list.json +104 -0
- package/chunks/multi-field-form-validation.json +391 -0
- package/chunks/payment-checkout-form.json +338 -0
- package/chunks/plan-selection-form.json +526 -0
- package/chunks/reg-step-shell.json +12 -3
- package/chunks/schedule-meeting-form-card.json +229 -0
- package/chunks/searchable-picker-modal.json +164 -0
- package/chunks/security-active-sessions-devices.json +287 -0
- package/chunks/security-change-password-form.json +102 -0
- package/chunks/security-delete-account-danger.json +79 -0
- package/chunks/settings-admin-page.json +61 -34
- package/chunks/settings-danger-zone-delete-workspace.json +93 -0
- package/chunks/settings-notification-activity-checkboxes.json +108 -0
- package/chunks/settings-notification-channels-switches.json +101 -0
- package/chunks/signup-form-card.json +218 -0
- package/chunks/signup-team-size-form.json +256 -0
- package/chunks/single-select-card-form.json +228 -0
- package/chunks/team-invite-form.json +377 -0
- package/chunks/url-import-form.json +725 -0
- package/package.json +1 -1
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "payment-checkout-form",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "form",
|
|
5
|
+
"page": "/apps/user-flow/app/registration/billing/billing.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [
|
|
8
|
+
"reg-step-header",
|
|
9
|
+
"reg-billing-card",
|
|
10
|
+
"reg-step-footer",
|
|
11
|
+
"reg-step-progress"
|
|
12
|
+
],
|
|
13
|
+
"attrs": {
|
|
14
|
+
"data-reg-input": "",
|
|
15
|
+
"action": "/site/examples/registration/confirmation",
|
|
16
|
+
"method": "get"
|
|
17
|
+
},
|
|
18
|
+
"html": "<form data-reg-input action=\"/site/examples/registration/confirmation\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form><!-- nested: reg-billing-card --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
|
|
19
|
+
"source": "apps/user-flow/app/registration/billing/billing.contents.html",
|
|
20
|
+
"metadata": {
|
|
21
|
+
"domain": "forms",
|
|
22
|
+
"description": "Complete payment / checkout form — heading, card number + expiry + CVC + cardholder fields (expiry and CVC share a row), a divider, then country + billing address + city / ZIP fields, and a Start trial submit footer. All payment fields required. The full checkout composition with header and footer. Use for 'payment form', 'checkout form', 'credit card form', 'billing details form'.",
|
|
23
|
+
"keywords": [
|
|
24
|
+
"payment",
|
|
25
|
+
"form",
|
|
26
|
+
"checkout",
|
|
27
|
+
"credit",
|
|
28
|
+
"card",
|
|
29
|
+
"number",
|
|
30
|
+
"expiry",
|
|
31
|
+
"cvc",
|
|
32
|
+
"cardholder",
|
|
33
|
+
"billing",
|
|
34
|
+
"address",
|
|
35
|
+
"country",
|
|
36
|
+
"city",
|
|
37
|
+
"zip",
|
|
38
|
+
"required",
|
|
39
|
+
"complete",
|
|
40
|
+
"card",
|
|
41
|
+
"heading",
|
|
42
|
+
"footer",
|
|
43
|
+
"submit",
|
|
44
|
+
"start-trial",
|
|
45
|
+
"stripe",
|
|
46
|
+
"purchase",
|
|
47
|
+
"full-form"
|
|
48
|
+
],
|
|
49
|
+
"related": [
|
|
50
|
+
"payment-method-form",
|
|
51
|
+
"billing-payment-method-card-on-file",
|
|
52
|
+
"reg-step-footer"
|
|
53
|
+
],
|
|
54
|
+
"tags": {
|
|
55
|
+
"complexity": "complex",
|
|
56
|
+
"form": "payment"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"captured_at": "2026-06-10T14:28:57.979Z",
|
|
60
|
+
"template": [
|
|
61
|
+
{
|
|
62
|
+
"id": "text",
|
|
63
|
+
"component": "Text",
|
|
64
|
+
"variant": "display",
|
|
65
|
+
"textContent": "Billing details"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "text-2",
|
|
69
|
+
"component": "Text",
|
|
70
|
+
"color": "subtle",
|
|
71
|
+
"textContent": "We'll only charge after your 14-day trial ends. Cancel anytime."
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": "header-2",
|
|
75
|
+
"component": "Header",
|
|
76
|
+
"data-reg-heading": "",
|
|
77
|
+
"children": [
|
|
78
|
+
"text",
|
|
79
|
+
"text-2"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "header",
|
|
84
|
+
"component": "Header",
|
|
85
|
+
"data-reg-heading": "",
|
|
86
|
+
"children": [
|
|
87
|
+
"header-2"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "card",
|
|
92
|
+
"component": "Input",
|
|
93
|
+
"required": true,
|
|
94
|
+
"autocomplete": "cc-number",
|
|
95
|
+
"name": "card",
|
|
96
|
+
"placeholder": "1234 5678 9012 3456"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "field",
|
|
100
|
+
"component": "Field",
|
|
101
|
+
"inline": true,
|
|
102
|
+
"label": "Card Number",
|
|
103
|
+
"children": [
|
|
104
|
+
"card"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "expiry",
|
|
109
|
+
"component": "Input",
|
|
110
|
+
"required": true,
|
|
111
|
+
"autocomplete": "cc-exp",
|
|
112
|
+
"name": "expiry",
|
|
113
|
+
"placeholder": "MM/YY"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "cvc",
|
|
117
|
+
"component": "Input",
|
|
118
|
+
"required": true,
|
|
119
|
+
"autocomplete": "cc-csc",
|
|
120
|
+
"name": "cvc",
|
|
121
|
+
"placeholder": "CVC"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"id": "row",
|
|
125
|
+
"component": "Row",
|
|
126
|
+
"gap": "2",
|
|
127
|
+
"children": [
|
|
128
|
+
"expiry",
|
|
129
|
+
"cvc"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "field-2",
|
|
134
|
+
"component": "Field",
|
|
135
|
+
"inline": true,
|
|
136
|
+
"label": "Expiry · CVC",
|
|
137
|
+
"children": [
|
|
138
|
+
"row"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "cardholder",
|
|
143
|
+
"component": "Input",
|
|
144
|
+
"required": true,
|
|
145
|
+
"autocomplete": "cc-name",
|
|
146
|
+
"name": "cardholder",
|
|
147
|
+
"placeholder": "Jane Doe"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "field-3",
|
|
151
|
+
"component": "Field",
|
|
152
|
+
"inline": true,
|
|
153
|
+
"label": "Cardholder",
|
|
154
|
+
"children": [
|
|
155
|
+
"cardholder"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "divider",
|
|
160
|
+
"component": "Divider"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "country",
|
|
164
|
+
"component": "ChoicePicker",
|
|
165
|
+
"name": "country",
|
|
166
|
+
"value": "us",
|
|
167
|
+
"options": [
|
|
168
|
+
{
|
|
169
|
+
"value": "us",
|
|
170
|
+
"label": "United States"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"value": "ca",
|
|
174
|
+
"label": "Canada"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"value": "gb",
|
|
178
|
+
"label": "United Kingdom"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"value": "de",
|
|
182
|
+
"label": "Germany"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"value": "fr",
|
|
186
|
+
"label": "France"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"value": "other",
|
|
190
|
+
"label": "Other…"
|
|
191
|
+
}
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "field-4",
|
|
196
|
+
"component": "Field",
|
|
197
|
+
"inline": true,
|
|
198
|
+
"label": "Country",
|
|
199
|
+
"children": [
|
|
200
|
+
"country"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "address",
|
|
205
|
+
"component": "Input",
|
|
206
|
+
"required": true,
|
|
207
|
+
"autocomplete": "street-address",
|
|
208
|
+
"name": "address",
|
|
209
|
+
"placeholder": "123 Main St"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "field-5",
|
|
213
|
+
"component": "Field",
|
|
214
|
+
"inline": true,
|
|
215
|
+
"label": "Billing Address",
|
|
216
|
+
"children": [
|
|
217
|
+
"address"
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "city",
|
|
222
|
+
"component": "Input",
|
|
223
|
+
"required": true,
|
|
224
|
+
"autocomplete": "address-level2",
|
|
225
|
+
"name": "city",
|
|
226
|
+
"placeholder": "San Francisco"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "zip",
|
|
230
|
+
"component": "Input",
|
|
231
|
+
"required": true,
|
|
232
|
+
"autocomplete": "postal-code",
|
|
233
|
+
"name": "zip",
|
|
234
|
+
"placeholder": "ZIP"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "row-2",
|
|
238
|
+
"component": "Row",
|
|
239
|
+
"gap": "2",
|
|
240
|
+
"children": [
|
|
241
|
+
"city",
|
|
242
|
+
"zip"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "field-6",
|
|
247
|
+
"component": "Field",
|
|
248
|
+
"inline": true,
|
|
249
|
+
"label": "City · ZIP",
|
|
250
|
+
"children": [
|
|
251
|
+
"row-2"
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "section-2",
|
|
256
|
+
"component": "Section",
|
|
257
|
+
"data-reg-form": "",
|
|
258
|
+
"children": [
|
|
259
|
+
"field",
|
|
260
|
+
"field-2",
|
|
261
|
+
"field-3",
|
|
262
|
+
"divider",
|
|
263
|
+
"field-4",
|
|
264
|
+
"field-5",
|
|
265
|
+
"field-6"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"id": "section",
|
|
270
|
+
"component": "Section",
|
|
271
|
+
"data-reg-form": "",
|
|
272
|
+
"children": [
|
|
273
|
+
"section-2"
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "column",
|
|
278
|
+
"component": "Column"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"id": "text-3",
|
|
282
|
+
"component": "Text",
|
|
283
|
+
"textContent": "Back",
|
|
284
|
+
"variant": "body"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "link",
|
|
288
|
+
"component": "Link",
|
|
289
|
+
"href": "/site/examples/registration/plan",
|
|
290
|
+
"text": "Back",
|
|
291
|
+
"data-reg-back": "",
|
|
292
|
+
"children": [
|
|
293
|
+
"text-3"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "button",
|
|
298
|
+
"component": "Button",
|
|
299
|
+
"type": "submit",
|
|
300
|
+
"text": "Start trial",
|
|
301
|
+
"variant": "primary"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"id": "column-2",
|
|
305
|
+
"component": "Column",
|
|
306
|
+
"data-reg-actions": "",
|
|
307
|
+
"children": [
|
|
308
|
+
"link",
|
|
309
|
+
"button"
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": "footer-2",
|
|
314
|
+
"component": "Footer",
|
|
315
|
+
"children": [
|
|
316
|
+
"column",
|
|
317
|
+
"column-2"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "footer",
|
|
322
|
+
"component": "Footer",
|
|
323
|
+
"children": [
|
|
324
|
+
"footer-2"
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"id": "root",
|
|
329
|
+
"component": "FormContainer",
|
|
330
|
+
"data-reg-input": "",
|
|
331
|
+
"children": [
|
|
332
|
+
"header",
|
|
333
|
+
"section",
|
|
334
|
+
"footer"
|
|
335
|
+
]
|
|
336
|
+
}
|
|
337
|
+
]
|
|
338
|
+
}
|