@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,526 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "plan-selection-form",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "form",
|
|
5
|
+
"page": "/apps/user-flow/app/registration/plan/plan.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [
|
|
8
|
+
"reg-step-header",
|
|
9
|
+
"commerce-pricing-tiers",
|
|
10
|
+
"reg-step-footer",
|
|
11
|
+
"reg-step-progress"
|
|
12
|
+
],
|
|
13
|
+
"attrs": {
|
|
14
|
+
"data-reg-input": "",
|
|
15
|
+
"action": "/site/examples/registration/billing",
|
|
16
|
+
"method": "get"
|
|
17
|
+
},
|
|
18
|
+
"html": "<form data-reg-input action=\"/site/examples/registration/billing\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form\n role=\"radiogroup\" aria-label=\"Plan\"><!-- nested: commerce-pricing-tiers --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
|
|
19
|
+
"source": "apps/user-flow/app/registration/plan/plan.contents.html",
|
|
20
|
+
"metadata": {
|
|
21
|
+
"domain": "forms",
|
|
22
|
+
"description": "Complete plan-selection form — heading, a vertical radio group of option-cards (free / pro / team / enterprise / custom) each showing price and feature summary, with a free-text requirements textarea revealed on the custom option, and a submit footer. The full pricing-choice form composition with header and footer. Use for 'plan selection form', 'pricing form', 'choose a plan form', 'subscription tier picker'.",
|
|
23
|
+
"keywords": [
|
|
24
|
+
"plan",
|
|
25
|
+
"selection",
|
|
26
|
+
"form",
|
|
27
|
+
"pricing",
|
|
28
|
+
"tiers",
|
|
29
|
+
"subscription",
|
|
30
|
+
"free",
|
|
31
|
+
"pro",
|
|
32
|
+
"team",
|
|
33
|
+
"enterprise",
|
|
34
|
+
"custom",
|
|
35
|
+
"option-card",
|
|
36
|
+
"radiogroup",
|
|
37
|
+
"choose",
|
|
38
|
+
"price",
|
|
39
|
+
"features",
|
|
40
|
+
"textarea",
|
|
41
|
+
"complete",
|
|
42
|
+
"card",
|
|
43
|
+
"heading",
|
|
44
|
+
"footer",
|
|
45
|
+
"submit",
|
|
46
|
+
"continue",
|
|
47
|
+
"full-form"
|
|
48
|
+
],
|
|
49
|
+
"related": [
|
|
50
|
+
"commerce-pricing-tiers",
|
|
51
|
+
"pricing-tiers",
|
|
52
|
+
"reg-step-footer"
|
|
53
|
+
],
|
|
54
|
+
"tags": {
|
|
55
|
+
"complexity": "moderate",
|
|
56
|
+
"form": "selection"
|
|
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": "Choose a plan"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "text-2",
|
|
69
|
+
"component": "Text",
|
|
70
|
+
"color": "subtle",
|
|
71
|
+
"textContent": "Start with a 14-day Pro trial. Drop to Free at any time."
|
|
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": "text-3",
|
|
92
|
+
"component": "Text",
|
|
93
|
+
"variant": "body",
|
|
94
|
+
"textContent": "Free"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"id": "text-4",
|
|
98
|
+
"component": "Text",
|
|
99
|
+
"color": "subtle",
|
|
100
|
+
"size": "sm",
|
|
101
|
+
"textContent": "Solo or community work"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "text-5",
|
|
105
|
+
"component": "Text",
|
|
106
|
+
"variant": "body",
|
|
107
|
+
"textContent": "$0/mo"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "row",
|
|
111
|
+
"component": "Row",
|
|
112
|
+
"slot": "heading",
|
|
113
|
+
"align": "baseline",
|
|
114
|
+
"gap": "2",
|
|
115
|
+
"children": [
|
|
116
|
+
"text-3",
|
|
117
|
+
"text-4",
|
|
118
|
+
"text-5"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "text-6",
|
|
123
|
+
"component": "Text",
|
|
124
|
+
"variant": "body",
|
|
125
|
+
"slot": "description",
|
|
126
|
+
"textContent": "Up to 5 members · 10 projects · community support"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "option-card",
|
|
130
|
+
"component": "OptionCard",
|
|
131
|
+
"name": "plan",
|
|
132
|
+
"value": "free",
|
|
133
|
+
"children": [
|
|
134
|
+
"row",
|
|
135
|
+
"text-6"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "text-7",
|
|
140
|
+
"component": "Text",
|
|
141
|
+
"variant": "body",
|
|
142
|
+
"textContent": "Pro"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "text-8",
|
|
146
|
+
"component": "Text",
|
|
147
|
+
"color": "subtle",
|
|
148
|
+
"size": "sm",
|
|
149
|
+
"textContent": "Designed for small operations"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "text-9",
|
|
153
|
+
"component": "Text",
|
|
154
|
+
"variant": "body",
|
|
155
|
+
"textContent": "$49/mo"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "row-2",
|
|
159
|
+
"component": "Row",
|
|
160
|
+
"slot": "heading",
|
|
161
|
+
"align": "baseline",
|
|
162
|
+
"gap": "2",
|
|
163
|
+
"children": [
|
|
164
|
+
"text-7",
|
|
165
|
+
"text-8",
|
|
166
|
+
"text-9"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id": "text-10",
|
|
171
|
+
"component": "Text",
|
|
172
|
+
"variant": "body",
|
|
173
|
+
"textContent": "Unlimited members · advanced charts · 100 GB storage · email support"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": "badge",
|
|
177
|
+
"component": "Badge",
|
|
178
|
+
"text": "Saves 40%",
|
|
179
|
+
"variant": "success"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"id": "text-11",
|
|
183
|
+
"component": "Text",
|
|
184
|
+
"color": "subtle",
|
|
185
|
+
"size": "sm",
|
|
186
|
+
"textContent": "14-day trial period"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": "row-3",
|
|
190
|
+
"component": "Row",
|
|
191
|
+
"align": "center",
|
|
192
|
+
"gap": "2",
|
|
193
|
+
"children": [
|
|
194
|
+
"badge",
|
|
195
|
+
"text-11"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "column-2",
|
|
200
|
+
"component": "Column",
|
|
201
|
+
"slot": "description",
|
|
202
|
+
"gap": "2",
|
|
203
|
+
"children": [
|
|
204
|
+
"text-10",
|
|
205
|
+
"row-3"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "option-card-2",
|
|
210
|
+
"component": "OptionCard",
|
|
211
|
+
"checked": true,
|
|
212
|
+
"name": "plan",
|
|
213
|
+
"value": "pro",
|
|
214
|
+
"children": [
|
|
215
|
+
"row-2",
|
|
216
|
+
"column-2"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "text-12",
|
|
221
|
+
"component": "Text",
|
|
222
|
+
"variant": "body",
|
|
223
|
+
"textContent": "Team"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"id": "text-13",
|
|
227
|
+
"component": "Text",
|
|
228
|
+
"color": "subtle",
|
|
229
|
+
"size": "sm",
|
|
230
|
+
"textContent": "For growing organizations"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"id": "text-14",
|
|
234
|
+
"component": "Text",
|
|
235
|
+
"variant": "body",
|
|
236
|
+
"textContent": "$129/mo"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"id": "row-4",
|
|
240
|
+
"component": "Row",
|
|
241
|
+
"slot": "heading",
|
|
242
|
+
"align": "baseline",
|
|
243
|
+
"gap": "2",
|
|
244
|
+
"children": [
|
|
245
|
+
"text-12",
|
|
246
|
+
"text-13",
|
|
247
|
+
"text-14"
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "text-15",
|
|
252
|
+
"component": "Text",
|
|
253
|
+
"variant": "body",
|
|
254
|
+
"textContent": "Everything in Pro · SSO · audit log · role-based permissions · 1 TB storage"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"id": "badge-2",
|
|
258
|
+
"component": "Badge",
|
|
259
|
+
"text": "Saves 30%",
|
|
260
|
+
"variant": "success"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "text-16",
|
|
264
|
+
"component": "Text",
|
|
265
|
+
"color": "subtle",
|
|
266
|
+
"size": "sm",
|
|
267
|
+
"textContent": "Pay annually"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "row-5",
|
|
271
|
+
"component": "Row",
|
|
272
|
+
"align": "center",
|
|
273
|
+
"gap": "2",
|
|
274
|
+
"children": [
|
|
275
|
+
"badge-2",
|
|
276
|
+
"text-16"
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"id": "column-3",
|
|
281
|
+
"component": "Column",
|
|
282
|
+
"slot": "description",
|
|
283
|
+
"gap": "2",
|
|
284
|
+
"children": [
|
|
285
|
+
"text-15",
|
|
286
|
+
"row-5"
|
|
287
|
+
]
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"id": "option-card-3",
|
|
291
|
+
"component": "OptionCard",
|
|
292
|
+
"name": "plan",
|
|
293
|
+
"value": "team",
|
|
294
|
+
"children": [
|
|
295
|
+
"row-4",
|
|
296
|
+
"column-3"
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "text-17",
|
|
301
|
+
"component": "Text",
|
|
302
|
+
"variant": "body",
|
|
303
|
+
"textContent": "Enterprise"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "text-18",
|
|
307
|
+
"component": "Text",
|
|
308
|
+
"color": "subtle",
|
|
309
|
+
"size": "sm",
|
|
310
|
+
"textContent": "For regulated industries"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": "text-19",
|
|
314
|
+
"component": "Text",
|
|
315
|
+
"variant": "body",
|
|
316
|
+
"textContent": "custom"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"id": "row-6",
|
|
320
|
+
"component": "Row",
|
|
321
|
+
"slot": "heading",
|
|
322
|
+
"align": "baseline",
|
|
323
|
+
"gap": "2",
|
|
324
|
+
"children": [
|
|
325
|
+
"text-17",
|
|
326
|
+
"text-18",
|
|
327
|
+
"text-19"
|
|
328
|
+
]
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "text-20",
|
|
332
|
+
"component": "Text",
|
|
333
|
+
"variant": "body",
|
|
334
|
+
"textContent": "Dedicated support · DPA · SCIM · on-prem deployment · talk to sales"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"id": "badge-3",
|
|
338
|
+
"component": "Badge",
|
|
339
|
+
"text": "Volume pricing",
|
|
340
|
+
"variant": "accent"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"id": "text-21",
|
|
344
|
+
"component": "Text",
|
|
345
|
+
"color": "subtle",
|
|
346
|
+
"size": "sm",
|
|
347
|
+
"textContent": "Custom contract"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"id": "row-7",
|
|
351
|
+
"component": "Row",
|
|
352
|
+
"align": "center",
|
|
353
|
+
"gap": "2",
|
|
354
|
+
"children": [
|
|
355
|
+
"badge-3",
|
|
356
|
+
"text-21"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "column-4",
|
|
361
|
+
"component": "Column",
|
|
362
|
+
"slot": "description",
|
|
363
|
+
"gap": "2",
|
|
364
|
+
"children": [
|
|
365
|
+
"text-20",
|
|
366
|
+
"row-7"
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"id": "option-card-4",
|
|
371
|
+
"component": "OptionCard",
|
|
372
|
+
"name": "plan",
|
|
373
|
+
"value": "enterprise",
|
|
374
|
+
"children": [
|
|
375
|
+
"row-6",
|
|
376
|
+
"column-4"
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"id": "text-22",
|
|
381
|
+
"component": "Text",
|
|
382
|
+
"variant": "body",
|
|
383
|
+
"textContent": "Something else"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"id": "text-23",
|
|
387
|
+
"component": "Text",
|
|
388
|
+
"color": "subtle",
|
|
389
|
+
"size": "sm",
|
|
390
|
+
"textContent": "Tell us what you need"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": "text-24",
|
|
394
|
+
"component": "Text",
|
|
395
|
+
"variant": "body",
|
|
396
|
+
"textContent": "talk to us"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"id": "row-8",
|
|
400
|
+
"component": "Row",
|
|
401
|
+
"slot": "heading",
|
|
402
|
+
"align": "baseline",
|
|
403
|
+
"gap": "2",
|
|
404
|
+
"children": [
|
|
405
|
+
"text-22",
|
|
406
|
+
"text-23",
|
|
407
|
+
"text-24"
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": "text-25",
|
|
412
|
+
"component": "Text",
|
|
413
|
+
"variant": "body",
|
|
414
|
+
"slot": "description",
|
|
415
|
+
"textContent": "None of these fit? Tell us what you need and we'll quote a custom plan within one business day."
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"id": "custom-requirements",
|
|
419
|
+
"component": "TextArea",
|
|
420
|
+
"label": "Your requirements",
|
|
421
|
+
"name": "custom-requirements",
|
|
422
|
+
"placeholder": "Volume, compliance needs, integrations, deployment constraints — whatever you'd want a sales engineer to know up front.",
|
|
423
|
+
"rows": "4"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "option-card-5",
|
|
427
|
+
"component": "OptionCard",
|
|
428
|
+
"name": "plan",
|
|
429
|
+
"value": "custom",
|
|
430
|
+
"children": [
|
|
431
|
+
"row-8",
|
|
432
|
+
"text-25",
|
|
433
|
+
"custom-requirements"
|
|
434
|
+
]
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"id": "column",
|
|
438
|
+
"component": "Column",
|
|
439
|
+
"gap": "2",
|
|
440
|
+
"children": [
|
|
441
|
+
"option-card",
|
|
442
|
+
"option-card-2",
|
|
443
|
+
"option-card-3",
|
|
444
|
+
"option-card-4",
|
|
445
|
+
"option-card-5"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "section",
|
|
450
|
+
"component": "Section",
|
|
451
|
+
"data-reg-form": "",
|
|
452
|
+
"children": [
|
|
453
|
+
"column"
|
|
454
|
+
]
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": "plan",
|
|
458
|
+
"component": "Section",
|
|
459
|
+
"data-reg-form": "",
|
|
460
|
+
"children": [
|
|
461
|
+
"section"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": "column-5",
|
|
466
|
+
"component": "Column"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"id": "text-26",
|
|
470
|
+
"component": "Text",
|
|
471
|
+
"textContent": "Back",
|
|
472
|
+
"variant": "body"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"id": "link",
|
|
476
|
+
"component": "Link",
|
|
477
|
+
"href": "/site/examples/registration/import",
|
|
478
|
+
"text": "Back",
|
|
479
|
+
"data-reg-back": "",
|
|
480
|
+
"children": [
|
|
481
|
+
"text-26"
|
|
482
|
+
]
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"id": "button",
|
|
486
|
+
"component": "Button",
|
|
487
|
+
"type": "submit",
|
|
488
|
+
"text": "Continue",
|
|
489
|
+
"variant": "primary"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "column-6",
|
|
493
|
+
"component": "Column",
|
|
494
|
+
"data-reg-actions": "",
|
|
495
|
+
"children": [
|
|
496
|
+
"link",
|
|
497
|
+
"button"
|
|
498
|
+
]
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"id": "footer-2",
|
|
502
|
+
"component": "Footer",
|
|
503
|
+
"children": [
|
|
504
|
+
"column-5",
|
|
505
|
+
"column-6"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "footer",
|
|
510
|
+
"component": "Footer",
|
|
511
|
+
"children": [
|
|
512
|
+
"footer-2"
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "root",
|
|
517
|
+
"component": "FormContainer",
|
|
518
|
+
"data-reg-input": "",
|
|
519
|
+
"children": [
|
|
520
|
+
"header",
|
|
521
|
+
"plan",
|
|
522
|
+
"footer"
|
|
523
|
+
]
|
|
524
|
+
}
|
|
525
|
+
]
|
|
526
|
+
}
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"nested": [
|
|
29
29
|
"reg-story-pane",
|
|
30
|
+
"extended-profile-form",
|
|
30
31
|
"reg-step-header",
|
|
31
32
|
"reg-extended-profile",
|
|
32
33
|
"reg-step-footer",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"data-reg": "",
|
|
37
38
|
"prose": ""
|
|
38
39
|
},
|
|
39
|
-
"html": "<main data-reg prose>\n <aside data-reg-story data-chunk-slot=\"page-story\"><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/done\" method=\"get\"
|
|
40
|
+
"html": "<main data-reg prose>\n <aside data-reg-story data-chunk-slot=\"page-story\"><!-- nested: reg-story-pane --></aside>\n\n <form data-reg-input action=\"/site/examples/registration/done\" method=\"get\"><!-- nested: extended-profile-form --></form>\n </main>",
|
|
40
41
|
"source": "apps/user-flow/app/registration/personal/personal.contents.html",
|
|
41
42
|
"metadata": {
|
|
42
43
|
"domain": "onboarding",
|
|
@@ -64,7 +65,7 @@
|
|
|
64
65
|
"layout": "page"
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
|
-
"captured_at": "2026-06-
|
|
68
|
+
"captured_at": "2026-06-10T14:28:57.979Z",
|
|
68
69
|
"template": [
|
|
69
70
|
{
|
|
70
71
|
"id": "image",
|
|
@@ -571,7 +572,7 @@
|
|
|
571
572
|
]
|
|
572
573
|
},
|
|
573
574
|
{
|
|
574
|
-
"id": "form-container",
|
|
575
|
+
"id": "form-container-2",
|
|
575
576
|
"component": "FormContainer",
|
|
576
577
|
"data-reg-input": "",
|
|
577
578
|
"children": [
|
|
@@ -580,6 +581,14 @@
|
|
|
580
581
|
"footer"
|
|
581
582
|
]
|
|
582
583
|
},
|
|
584
|
+
{
|
|
585
|
+
"id": "form-container",
|
|
586
|
+
"component": "FormContainer",
|
|
587
|
+
"data-reg-input": "",
|
|
588
|
+
"children": [
|
|
589
|
+
"form-container-2"
|
|
590
|
+
]
|
|
591
|
+
},
|
|
583
592
|
{
|
|
584
593
|
"id": "root",
|
|
585
594
|
"component": "Column",
|