@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.
- package/CHANGELOG.md +5 -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,950 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "business-address-form",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "form",
|
|
5
|
+
"page": "/apps/user-flow/app/registration/address/address.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [
|
|
8
|
+
"reg-step-header",
|
|
9
|
+
"reg-address-form",
|
|
10
|
+
"reg-step-footer",
|
|
11
|
+
"reg-step-progress"
|
|
12
|
+
],
|
|
13
|
+
"attrs": {
|
|
14
|
+
"data-reg-input": "",
|
|
15
|
+
"action": "/site/examples/registration/brand-scrape",
|
|
16
|
+
"method": "get"
|
|
17
|
+
},
|
|
18
|
+
"html": "<form data-reg-input action=\"/site/examples/registration/brand-scrape\" method=\"get\">\n <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n <section data-reg-form><!-- nested: reg-address-form --></section>\n\n <footer><!-- nested: reg-step-footer --></footer>\n </form>",
|
|
19
|
+
"source": "apps/user-flow/app/registration/address/address.contents.html",
|
|
20
|
+
"metadata": {
|
|
21
|
+
"domain": "forms",
|
|
22
|
+
"description": "Complete business-address form — heading, a country select that drives the field set, then street / suite / city / state / postal fields laid out with city and state/zip sharing a row. The whole form composition with header and submit footer. Use for 'address form', 'billing address form', 'shipping address form', 'form with two-column fields'.",
|
|
23
|
+
"keywords": [
|
|
24
|
+
"address",
|
|
25
|
+
"form",
|
|
26
|
+
"business",
|
|
27
|
+
"billing",
|
|
28
|
+
"shipping",
|
|
29
|
+
"mailing",
|
|
30
|
+
"street",
|
|
31
|
+
"city",
|
|
32
|
+
"state",
|
|
33
|
+
"region",
|
|
34
|
+
"postal",
|
|
35
|
+
"zip",
|
|
36
|
+
"country",
|
|
37
|
+
"select",
|
|
38
|
+
"two-column",
|
|
39
|
+
"row",
|
|
40
|
+
"complete",
|
|
41
|
+
"card",
|
|
42
|
+
"heading",
|
|
43
|
+
"footer",
|
|
44
|
+
"submit",
|
|
45
|
+
"full-form"
|
|
46
|
+
],
|
|
47
|
+
"related": [
|
|
48
|
+
"reg-address-form",
|
|
49
|
+
"form-fields-two-column",
|
|
50
|
+
"reg-step-footer"
|
|
51
|
+
],
|
|
52
|
+
"tags": {
|
|
53
|
+
"complexity": "moderate",
|
|
54
|
+
"form": "address"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"captured_at": "2026-06-10T14:28:57.979Z",
|
|
58
|
+
"template": [
|
|
59
|
+
{
|
|
60
|
+
"id": "text",
|
|
61
|
+
"component": "Text",
|
|
62
|
+
"variant": "display",
|
|
63
|
+
"textContent": "Business address"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "text-2",
|
|
67
|
+
"component": "Text",
|
|
68
|
+
"color": "subtle",
|
|
69
|
+
"textContent": "Where do we send invoices, contracts, and physical mail? Pick the country first — fields adapt to the local convention."
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "header-2",
|
|
73
|
+
"component": "Header",
|
|
74
|
+
"data-reg-heading": "",
|
|
75
|
+
"children": [
|
|
76
|
+
"text",
|
|
77
|
+
"text-2"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "header",
|
|
82
|
+
"component": "Header",
|
|
83
|
+
"data-reg-heading": "",
|
|
84
|
+
"children": [
|
|
85
|
+
"header-2"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "text-3",
|
|
90
|
+
"component": "Text",
|
|
91
|
+
"strong": true,
|
|
92
|
+
"textContent": "Headquarters"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "hq-country",
|
|
96
|
+
"component": "ChoicePicker",
|
|
97
|
+
"name": "hq_country",
|
|
98
|
+
"value": "us",
|
|
99
|
+
"options": [
|
|
100
|
+
{
|
|
101
|
+
"value": "us",
|
|
102
|
+
"label": "United States"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"value": "gb",
|
|
106
|
+
"label": "United Kingdom"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"value": "de",
|
|
110
|
+
"label": "Germany"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"value": "jp",
|
|
114
|
+
"label": "Japan"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"value": "ca",
|
|
118
|
+
"label": "Canada"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"value": "other",
|
|
122
|
+
"label": "Other…"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"data-address-country": ""
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"id": "field",
|
|
129
|
+
"component": "Field",
|
|
130
|
+
"inline": true,
|
|
131
|
+
"label": "Country",
|
|
132
|
+
"children": [
|
|
133
|
+
"hq-country"
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "hq-street-us",
|
|
138
|
+
"component": "Input",
|
|
139
|
+
"required": true,
|
|
140
|
+
"autocomplete": "street-address",
|
|
141
|
+
"name": "hq_street_us",
|
|
142
|
+
"placeholder": "100 Main Street"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "field-2",
|
|
146
|
+
"component": "Field",
|
|
147
|
+
"inline": true,
|
|
148
|
+
"label": "Street",
|
|
149
|
+
"children": [
|
|
150
|
+
"hq-street-us"
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"id": "hq-suite-us",
|
|
155
|
+
"component": "Input",
|
|
156
|
+
"autocomplete": "address-line2",
|
|
157
|
+
"name": "hq_suite_us",
|
|
158
|
+
"placeholder": "Suite 500"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "field-3",
|
|
162
|
+
"component": "Field",
|
|
163
|
+
"inline": true,
|
|
164
|
+
"label": "Suite / Floor",
|
|
165
|
+
"children": [
|
|
166
|
+
"hq-suite-us"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id": "hq-city-us",
|
|
171
|
+
"component": "Input",
|
|
172
|
+
"required": true,
|
|
173
|
+
"autocomplete": "address-level2",
|
|
174
|
+
"name": "hq_city_us",
|
|
175
|
+
"placeholder": "San Francisco"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"id": "field-4",
|
|
179
|
+
"component": "Field",
|
|
180
|
+
"inline": true,
|
|
181
|
+
"label": "City",
|
|
182
|
+
"children": [
|
|
183
|
+
"hq-city-us"
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "hq-state-us",
|
|
188
|
+
"component": "ChoicePicker",
|
|
189
|
+
"name": "hq_state_us",
|
|
190
|
+
"value": "ca",
|
|
191
|
+
"options": [
|
|
192
|
+
{
|
|
193
|
+
"value": "ca",
|
|
194
|
+
"label": "CA"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"value": "ny",
|
|
198
|
+
"label": "NY"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"value": "tx",
|
|
202
|
+
"label": "TX"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"value": "wa",
|
|
206
|
+
"label": "WA"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"value": "ma",
|
|
210
|
+
"label": "MA"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"value": "il",
|
|
214
|
+
"label": "IL"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"value": "other",
|
|
218
|
+
"label": "…"
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": "field-5",
|
|
224
|
+
"component": "Field",
|
|
225
|
+
"label": "State",
|
|
226
|
+
"children": [
|
|
227
|
+
"hq-state-us"
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "hq-zip-us",
|
|
232
|
+
"component": "Input",
|
|
233
|
+
"required": true,
|
|
234
|
+
"autocomplete": "postal-code",
|
|
235
|
+
"name": "hq_zip_us",
|
|
236
|
+
"pattern": "\\d{5}(-\\d{4})?",
|
|
237
|
+
"placeholder": "94110"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "field-6",
|
|
241
|
+
"component": "Field",
|
|
242
|
+
"label": "ZIP",
|
|
243
|
+
"children": [
|
|
244
|
+
"hq-zip-us"
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"id": "row",
|
|
249
|
+
"component": "Row",
|
|
250
|
+
"align": "end",
|
|
251
|
+
"gap": "2",
|
|
252
|
+
"children": [
|
|
253
|
+
"field-4",
|
|
254
|
+
"field-5",
|
|
255
|
+
"field-6"
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "column",
|
|
260
|
+
"component": "Column",
|
|
261
|
+
"data-address-fields": "us",
|
|
262
|
+
"children": [
|
|
263
|
+
"field-2",
|
|
264
|
+
"field-3",
|
|
265
|
+
"row"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"id": "hq-street-gb",
|
|
270
|
+
"component": "Input",
|
|
271
|
+
"required": true,
|
|
272
|
+
"autocomplete": "street-address",
|
|
273
|
+
"name": "hq_street_gb",
|
|
274
|
+
"placeholder": "10 Downing Street"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "field-7",
|
|
278
|
+
"component": "Field",
|
|
279
|
+
"inline": true,
|
|
280
|
+
"label": "Address line 1",
|
|
281
|
+
"children": [
|
|
282
|
+
"hq-street-gb"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"id": "hq-street2-gb",
|
|
287
|
+
"component": "Input",
|
|
288
|
+
"autocomplete": "address-line2",
|
|
289
|
+
"name": "hq_street2_gb",
|
|
290
|
+
"placeholder": "Westminster"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "field-8",
|
|
294
|
+
"component": "Field",
|
|
295
|
+
"inline": true,
|
|
296
|
+
"label": "Address line 2",
|
|
297
|
+
"children": [
|
|
298
|
+
"hq-street2-gb"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"id": "hq-city-gb",
|
|
303
|
+
"component": "Input",
|
|
304
|
+
"required": true,
|
|
305
|
+
"autocomplete": "address-level2",
|
|
306
|
+
"name": "hq_city_gb",
|
|
307
|
+
"placeholder": "London"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"id": "field-9",
|
|
311
|
+
"component": "Field",
|
|
312
|
+
"inline": true,
|
|
313
|
+
"label": "Town / City",
|
|
314
|
+
"children": [
|
|
315
|
+
"hq-city-gb"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"id": "hq-county-gb",
|
|
320
|
+
"component": "Input",
|
|
321
|
+
"autocomplete": "address-level1",
|
|
322
|
+
"name": "hq_county_gb",
|
|
323
|
+
"placeholder": "Greater London"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"id": "field-10",
|
|
327
|
+
"component": "Field",
|
|
328
|
+
"inline": true,
|
|
329
|
+
"label": "County (optional)",
|
|
330
|
+
"children": [
|
|
331
|
+
"hq-county-gb"
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"id": "hq-postcode-gb",
|
|
336
|
+
"component": "Input",
|
|
337
|
+
"required": true,
|
|
338
|
+
"autocomplete": "postal-code",
|
|
339
|
+
"name": "hq_postcode_gb",
|
|
340
|
+
"placeholder": "SW1A 2AA"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"id": "field-11",
|
|
344
|
+
"component": "Field",
|
|
345
|
+
"inline": true,
|
|
346
|
+
"label": "Postcode",
|
|
347
|
+
"children": [
|
|
348
|
+
"hq-postcode-gb"
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"id": "column-2",
|
|
353
|
+
"component": "Column",
|
|
354
|
+
"data-address-fields": "gb",
|
|
355
|
+
"children": [
|
|
356
|
+
"field-7",
|
|
357
|
+
"field-8",
|
|
358
|
+
"field-9",
|
|
359
|
+
"field-10",
|
|
360
|
+
"field-11"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"id": "hq-street-de",
|
|
365
|
+
"component": "Input",
|
|
366
|
+
"required": true,
|
|
367
|
+
"autocomplete": "street-address",
|
|
368
|
+
"name": "hq_street_de",
|
|
369
|
+
"placeholder": "Unter den Linden 77"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "field-12",
|
|
373
|
+
"component": "Field",
|
|
374
|
+
"inline": true,
|
|
375
|
+
"label": "Straße und Hausnummer",
|
|
376
|
+
"children": [
|
|
377
|
+
"hq-street-de"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "hq-extra-de",
|
|
382
|
+
"component": "Input",
|
|
383
|
+
"autocomplete": "address-line2",
|
|
384
|
+
"name": "hq_extra_de",
|
|
385
|
+
"placeholder": "c/o Empfänger"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "field-13",
|
|
389
|
+
"component": "Field",
|
|
390
|
+
"inline": true,
|
|
391
|
+
"label": "Adresszusatz (optional)",
|
|
392
|
+
"children": [
|
|
393
|
+
"hq-extra-de"
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"id": "hq-plz-de",
|
|
398
|
+
"component": "Input",
|
|
399
|
+
"required": true,
|
|
400
|
+
"autocomplete": "postal-code",
|
|
401
|
+
"name": "hq_plz_de",
|
|
402
|
+
"pattern": "\\d{5}",
|
|
403
|
+
"placeholder": "10117"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"id": "field-14",
|
|
407
|
+
"component": "Field",
|
|
408
|
+
"label": "PLZ",
|
|
409
|
+
"children": [
|
|
410
|
+
"hq-plz-de"
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"id": "hq-city-de",
|
|
415
|
+
"component": "Input",
|
|
416
|
+
"required": true,
|
|
417
|
+
"autocomplete": "address-level2",
|
|
418
|
+
"name": "hq_city_de",
|
|
419
|
+
"placeholder": "Berlin"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "field-15",
|
|
423
|
+
"component": "Field",
|
|
424
|
+
"inline": true,
|
|
425
|
+
"label": "Ort",
|
|
426
|
+
"children": [
|
|
427
|
+
"hq-city-de"
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"id": "row-2",
|
|
432
|
+
"component": "Row",
|
|
433
|
+
"align": "end",
|
|
434
|
+
"gap": "2",
|
|
435
|
+
"children": [
|
|
436
|
+
"field-14",
|
|
437
|
+
"field-15"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "column-3",
|
|
442
|
+
"component": "Column",
|
|
443
|
+
"data-address-fields": "de",
|
|
444
|
+
"children": [
|
|
445
|
+
"field-12",
|
|
446
|
+
"field-13",
|
|
447
|
+
"row-2"
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"id": "hq-postcode-jp",
|
|
452
|
+
"component": "Input",
|
|
453
|
+
"required": true,
|
|
454
|
+
"autocomplete": "postal-code",
|
|
455
|
+
"name": "hq_postcode_jp",
|
|
456
|
+
"pattern": "\\d{3}-\\d{4}",
|
|
457
|
+
"placeholder": "100-0014"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "field-16",
|
|
461
|
+
"component": "Field",
|
|
462
|
+
"inline": true,
|
|
463
|
+
"label": "郵便番号 · Postal code",
|
|
464
|
+
"children": [
|
|
465
|
+
"hq-postcode-jp"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"id": "hq-prefecture-jp",
|
|
470
|
+
"component": "ChoicePicker",
|
|
471
|
+
"name": "hq_prefecture_jp",
|
|
472
|
+
"value": "13",
|
|
473
|
+
"options": [
|
|
474
|
+
{
|
|
475
|
+
"value": "13",
|
|
476
|
+
"label": "東京都 · Tokyo"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"value": "27",
|
|
480
|
+
"label": "大阪府 · Osaka"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"value": "14",
|
|
484
|
+
"label": "神奈川県 · Kanagawa"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"value": "01",
|
|
488
|
+
"label": "北海道 · Hokkaido"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"value": "26",
|
|
492
|
+
"label": "京都府 · Kyoto"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"value": "23",
|
|
496
|
+
"label": "愛知県 · Aichi"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"value": "40",
|
|
500
|
+
"label": "福岡県 · Fukuoka"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"value": "other",
|
|
504
|
+
"label": "その他…"
|
|
505
|
+
}
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "field-17",
|
|
510
|
+
"component": "Field",
|
|
511
|
+
"inline": true,
|
|
512
|
+
"label": "都道府県 · Prefecture",
|
|
513
|
+
"children": [
|
|
514
|
+
"hq-prefecture-jp"
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"id": "hq-city-jp",
|
|
519
|
+
"component": "Input",
|
|
520
|
+
"required": true,
|
|
521
|
+
"autocomplete": "address-level2",
|
|
522
|
+
"name": "hq_city_jp",
|
|
523
|
+
"placeholder": "千代田区"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"id": "field-18",
|
|
527
|
+
"component": "Field",
|
|
528
|
+
"inline": true,
|
|
529
|
+
"label": "市区町村 · City / Ward",
|
|
530
|
+
"children": [
|
|
531
|
+
"hq-city-jp"
|
|
532
|
+
]
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"id": "hq-block-jp",
|
|
536
|
+
"component": "Input",
|
|
537
|
+
"required": true,
|
|
538
|
+
"autocomplete": "street-address",
|
|
539
|
+
"name": "hq_block_jp",
|
|
540
|
+
"placeholder": "霞が関 1-2-3"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"id": "field-19",
|
|
544
|
+
"component": "Field",
|
|
545
|
+
"inline": true,
|
|
546
|
+
"label": "番地 · Block / Lot",
|
|
547
|
+
"children": [
|
|
548
|
+
"hq-block-jp"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "hq-building-jp",
|
|
553
|
+
"component": "Input",
|
|
554
|
+
"autocomplete": "address-line2",
|
|
555
|
+
"name": "hq_building_jp"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"id": "field-20",
|
|
559
|
+
"component": "Field",
|
|
560
|
+
"inline": true,
|
|
561
|
+
"label": "建物名 · Building (optional)",
|
|
562
|
+
"children": [
|
|
563
|
+
"hq-building-jp"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"id": "column-4",
|
|
568
|
+
"component": "Column",
|
|
569
|
+
"data-address-fields": "jp",
|
|
570
|
+
"children": [
|
|
571
|
+
"field-16",
|
|
572
|
+
"field-17",
|
|
573
|
+
"field-18",
|
|
574
|
+
"field-19",
|
|
575
|
+
"field-20"
|
|
576
|
+
]
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"id": "hq-street-ca",
|
|
580
|
+
"component": "Input",
|
|
581
|
+
"required": true,
|
|
582
|
+
"autocomplete": "street-address",
|
|
583
|
+
"name": "hq_street_ca",
|
|
584
|
+
"placeholder": "111 Wellington Street"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"id": "field-21",
|
|
588
|
+
"component": "Field",
|
|
589
|
+
"inline": true,
|
|
590
|
+
"label": "Street address",
|
|
591
|
+
"children": [
|
|
592
|
+
"hq-street-ca"
|
|
593
|
+
]
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"id": "hq-suite-ca",
|
|
597
|
+
"component": "Input",
|
|
598
|
+
"autocomplete": "address-line2",
|
|
599
|
+
"name": "hq_suite_ca"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"id": "field-22",
|
|
603
|
+
"component": "Field",
|
|
604
|
+
"inline": true,
|
|
605
|
+
"label": "Suite / Apt",
|
|
606
|
+
"children": [
|
|
607
|
+
"hq-suite-ca"
|
|
608
|
+
]
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"id": "hq-city-ca",
|
|
612
|
+
"component": "Input",
|
|
613
|
+
"required": true,
|
|
614
|
+
"autocomplete": "address-level2",
|
|
615
|
+
"name": "hq_city_ca",
|
|
616
|
+
"placeholder": "Ottawa"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "field-23",
|
|
620
|
+
"component": "Field",
|
|
621
|
+
"inline": true,
|
|
622
|
+
"label": "City",
|
|
623
|
+
"children": [
|
|
624
|
+
"hq-city-ca"
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"id": "hq-province-ca",
|
|
629
|
+
"component": "ChoicePicker",
|
|
630
|
+
"name": "hq_province_ca",
|
|
631
|
+
"value": "on",
|
|
632
|
+
"options": [
|
|
633
|
+
{
|
|
634
|
+
"value": "on",
|
|
635
|
+
"label": "ON"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"value": "qc",
|
|
639
|
+
"label": "QC"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"value": "bc",
|
|
643
|
+
"label": "BC"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"value": "ab",
|
|
647
|
+
"label": "AB"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"value": "mb",
|
|
651
|
+
"label": "MB"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"value": "sk",
|
|
655
|
+
"label": "SK"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"value": "ns",
|
|
659
|
+
"label": "NS"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"value": "nb",
|
|
663
|
+
"label": "NB"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"value": "nl",
|
|
667
|
+
"label": "NL"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"value": "pe",
|
|
671
|
+
"label": "PE"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"value": "yt",
|
|
675
|
+
"label": "YT"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"value": "nt",
|
|
679
|
+
"label": "NT"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"value": "nu",
|
|
683
|
+
"label": "NU"
|
|
684
|
+
}
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"id": "field-24",
|
|
689
|
+
"component": "Field",
|
|
690
|
+
"label": "Province",
|
|
691
|
+
"children": [
|
|
692
|
+
"hq-province-ca"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "hq-postcode-ca",
|
|
697
|
+
"component": "Input",
|
|
698
|
+
"required": true,
|
|
699
|
+
"autocomplete": "postal-code",
|
|
700
|
+
"name": "hq_postcode_ca",
|
|
701
|
+
"pattern": "[A-Za-z]\\d[A-Za-z] ?\\d[A-Za-z]\\d",
|
|
702
|
+
"placeholder": "K1A 0A9"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"id": "field-25",
|
|
706
|
+
"component": "Field",
|
|
707
|
+
"label": "Postal code",
|
|
708
|
+
"children": [
|
|
709
|
+
"hq-postcode-ca"
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"id": "row-3",
|
|
714
|
+
"component": "Row",
|
|
715
|
+
"align": "end",
|
|
716
|
+
"gap": "2",
|
|
717
|
+
"children": [
|
|
718
|
+
"field-23",
|
|
719
|
+
"field-24",
|
|
720
|
+
"field-25"
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"id": "column-5",
|
|
725
|
+
"component": "Column",
|
|
726
|
+
"data-address-fields": "ca",
|
|
727
|
+
"children": [
|
|
728
|
+
"field-21",
|
|
729
|
+
"field-22",
|
|
730
|
+
"row-3"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"id": "hq-address-other",
|
|
735
|
+
"component": "TextArea",
|
|
736
|
+
"required": true,
|
|
737
|
+
"name": "hq_address_other",
|
|
738
|
+
"placeholder": "Street, number, building, postal code, city — whatever the local convention requires.",
|
|
739
|
+
"rows": "4"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"id": "field-26",
|
|
743
|
+
"component": "Field",
|
|
744
|
+
"inline": true,
|
|
745
|
+
"label": "Full address",
|
|
746
|
+
"children": [
|
|
747
|
+
"hq-address-other"
|
|
748
|
+
]
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"id": "hq-country-other",
|
|
752
|
+
"component": "Input",
|
|
753
|
+
"required": true,
|
|
754
|
+
"autocomplete": "country-name",
|
|
755
|
+
"name": "hq_country_other",
|
|
756
|
+
"placeholder": "Singapore"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"id": "field-27",
|
|
760
|
+
"component": "Field",
|
|
761
|
+
"inline": true,
|
|
762
|
+
"label": "Country name",
|
|
763
|
+
"children": [
|
|
764
|
+
"hq-country-other"
|
|
765
|
+
]
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"id": "column-6",
|
|
769
|
+
"component": "Column",
|
|
770
|
+
"data-address-fields": "other",
|
|
771
|
+
"children": [
|
|
772
|
+
"field-26",
|
|
773
|
+
"field-27"
|
|
774
|
+
]
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"id": "hq-phone",
|
|
778
|
+
"component": "Input",
|
|
779
|
+
"type": "tel",
|
|
780
|
+
"autocomplete": "tel",
|
|
781
|
+
"name": "hq_phone",
|
|
782
|
+
"placeholder": "+1 (555) 123-4567",
|
|
783
|
+
"data-address-phone": ""
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "field-28",
|
|
787
|
+
"component": "Field",
|
|
788
|
+
"inline": true,
|
|
789
|
+
"label": "Phone",
|
|
790
|
+
"children": [
|
|
791
|
+
"hq-phone"
|
|
792
|
+
]
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": "divider",
|
|
796
|
+
"component": "Divider"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"id": "text-4",
|
|
800
|
+
"component": "Text",
|
|
801
|
+
"strong": true,
|
|
802
|
+
"textContent": "Billing address"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"id": "billing-same",
|
|
806
|
+
"component": "CheckBox",
|
|
807
|
+
"checked": true,
|
|
808
|
+
"label": "Same as headquarters",
|
|
809
|
+
"name": "billing_same"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"id": "row-4",
|
|
813
|
+
"component": "Row",
|
|
814
|
+
"align": "center",
|
|
815
|
+
"justify": "space-between",
|
|
816
|
+
"children": [
|
|
817
|
+
"text-4",
|
|
818
|
+
"billing-same"
|
|
819
|
+
]
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"id": "text-5",
|
|
823
|
+
"component": "Text",
|
|
824
|
+
"variant": "body",
|
|
825
|
+
"slot": "content",
|
|
826
|
+
"textContent": "We'll use the headquarters address for invoicing. Uncheck \"Same as headquarters\" if your accounting team is at a different site or in a different country."
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"id": "alert",
|
|
830
|
+
"component": "Alert",
|
|
831
|
+
"icon": "info",
|
|
832
|
+
"variant": "info",
|
|
833
|
+
"children": [
|
|
834
|
+
"text-5"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"id": "defer",
|
|
839
|
+
"component": "CheckBox",
|
|
840
|
+
"label": "I'll do this later from admin → workspace → addresses",
|
|
841
|
+
"name": "defer"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"id": "text-6",
|
|
845
|
+
"component": "Text",
|
|
846
|
+
"color": "subtle",
|
|
847
|
+
"size": "sm",
|
|
848
|
+
"textContent": "Required for invoicing — your first invoice will use a placeholder address until completed.",
|
|
849
|
+
"data-reg-defer-hint": ""
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "column-7",
|
|
853
|
+
"component": "Column",
|
|
854
|
+
"data-reg-defer-row": "",
|
|
855
|
+
"children": [
|
|
856
|
+
"defer",
|
|
857
|
+
"text-6"
|
|
858
|
+
]
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"id": "section-2",
|
|
862
|
+
"component": "Section",
|
|
863
|
+
"data-reg-form": "",
|
|
864
|
+
"children": [
|
|
865
|
+
"text-3",
|
|
866
|
+
"field",
|
|
867
|
+
"column",
|
|
868
|
+
"column-2",
|
|
869
|
+
"column-3",
|
|
870
|
+
"column-4",
|
|
871
|
+
"column-5",
|
|
872
|
+
"column-6",
|
|
873
|
+
"field-28",
|
|
874
|
+
"divider",
|
|
875
|
+
"row-4",
|
|
876
|
+
"alert",
|
|
877
|
+
"column-7"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"id": "section",
|
|
882
|
+
"component": "Section",
|
|
883
|
+
"data-reg-form": "",
|
|
884
|
+
"children": [
|
|
885
|
+
"section-2"
|
|
886
|
+
]
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"id": "column-8",
|
|
890
|
+
"component": "Column"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"id": "text-7",
|
|
894
|
+
"component": "Text",
|
|
895
|
+
"textContent": "Back",
|
|
896
|
+
"variant": "body"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "link",
|
|
900
|
+
"component": "Link",
|
|
901
|
+
"href": "/site/examples/registration/legal",
|
|
902
|
+
"text": "Back",
|
|
903
|
+
"data-reg-back": "",
|
|
904
|
+
"children": [
|
|
905
|
+
"text-7"
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"id": "button",
|
|
910
|
+
"component": "Button",
|
|
911
|
+
"type": "submit",
|
|
912
|
+
"text": "Continue",
|
|
913
|
+
"variant": "primary"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"id": "column-9",
|
|
917
|
+
"component": "Column",
|
|
918
|
+
"data-reg-actions": "",
|
|
919
|
+
"children": [
|
|
920
|
+
"link",
|
|
921
|
+
"button"
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"id": "footer-2",
|
|
926
|
+
"component": "Footer",
|
|
927
|
+
"children": [
|
|
928
|
+
"column-8",
|
|
929
|
+
"column-9"
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"id": "footer",
|
|
934
|
+
"component": "Footer",
|
|
935
|
+
"children": [
|
|
936
|
+
"footer-2"
|
|
937
|
+
]
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"id": "root",
|
|
941
|
+
"component": "FormContainer",
|
|
942
|
+
"data-reg-input": "",
|
|
943
|
+
"children": [
|
|
944
|
+
"header",
|
|
945
|
+
"section",
|
|
946
|
+
"footer"
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
]
|
|
950
|
+
}
|