@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,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "chat-empty-state-hero",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/genui/app/factory-chat/factory-chat.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-phase-empty": ""
|
|
10
|
+
},
|
|
11
|
+
"html": "<div\n data-phase-empty>\n <div data-hero>\n <h1>What are we building today?</h1>\n </div>\n <chat-input-ui data-input placeholder=\"Describe what you want to make...\"></chat-input-ui>\n <agent-suggestions-ui data-starters></agent-suggestions-ui>\n </div>",
|
|
12
|
+
"source": "apps/genui/app/factory-chat/factory-chat.contents.html",
|
|
13
|
+
"metadata": {
|
|
14
|
+
"domain": "agent",
|
|
15
|
+
"description": "Chat empty-state hero — the first-run view of an assistant: a centered prompt headline, a primary chat-input composer, and a row of starter-suggestion chips below it. The 'how would you like to start' landing shown before any messages exist.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"chat",
|
|
18
|
+
"empty",
|
|
19
|
+
"state",
|
|
20
|
+
"hero",
|
|
21
|
+
"first",
|
|
22
|
+
"run",
|
|
23
|
+
"new",
|
|
24
|
+
"conversation",
|
|
25
|
+
"start",
|
|
26
|
+
"assistant",
|
|
27
|
+
"landing",
|
|
28
|
+
"welcome",
|
|
29
|
+
"prompt",
|
|
30
|
+
"headline",
|
|
31
|
+
"composer",
|
|
32
|
+
"chat",
|
|
33
|
+
"input",
|
|
34
|
+
"starters",
|
|
35
|
+
"suggestions",
|
|
36
|
+
"blank",
|
|
37
|
+
"zero",
|
|
38
|
+
"state",
|
|
39
|
+
"get",
|
|
40
|
+
"started",
|
|
41
|
+
"ask",
|
|
42
|
+
"anything",
|
|
43
|
+
"onboarding",
|
|
44
|
+
"chat",
|
|
45
|
+
"home",
|
|
46
|
+
"centered",
|
|
47
|
+
"hero"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
51
|
+
"template": [
|
|
52
|
+
{
|
|
53
|
+
"id": "text",
|
|
54
|
+
"component": "Text",
|
|
55
|
+
"variant": "display",
|
|
56
|
+
"textContent": "What are we building today?"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "column",
|
|
60
|
+
"component": "Column",
|
|
61
|
+
"children": [
|
|
62
|
+
"text"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "section",
|
|
67
|
+
"component": "Section",
|
|
68
|
+
"children": [
|
|
69
|
+
"column"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "card",
|
|
74
|
+
"component": "Card",
|
|
75
|
+
"data-hero": "",
|
|
76
|
+
"children": [
|
|
77
|
+
"section"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "chat-input",
|
|
82
|
+
"component": "ChatInput",
|
|
83
|
+
"placeholder": "Describe what you want to make...",
|
|
84
|
+
"data-input": ""
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "column-2",
|
|
88
|
+
"component": "Column",
|
|
89
|
+
"data-starters": ""
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "root",
|
|
93
|
+
"component": "Column",
|
|
94
|
+
"data-phase-empty": "",
|
|
95
|
+
"children": [
|
|
96
|
+
"card",
|
|
97
|
+
"chat-input",
|
|
98
|
+
"column-2"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "chat-message-assistant-byline",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "row-ui",
|
|
5
|
+
"page": "/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"gap": "2",
|
|
10
|
+
"align": "center"
|
|
11
|
+
},
|
|
12
|
+
"html": "<row-ui\n gap=\"2\"\n align=\"center\">\n <icon-ui name=\"sparkle\" color=\"accent\"></icon-ui>\n <text-ui strong>Assistant</text-ui>\n <text-ui color=\"subtle\">·</text-ui>\n <text-ui color=\"subtle\">now</text-ui>\n </row-ui>",
|
|
13
|
+
"source": "apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "agent",
|
|
16
|
+
"description": "Chat message assistant byline — the identity row for an AI turn: an accent sparkle icon, the word Assistant in bold, a dot separator, and a muted timestamp. The header strip that marks a response as coming from the assistant rather than a person.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"chat",
|
|
19
|
+
"message",
|
|
20
|
+
"assistant",
|
|
21
|
+
"byline",
|
|
22
|
+
"header",
|
|
23
|
+
"sparkle",
|
|
24
|
+
"icon",
|
|
25
|
+
"ai",
|
|
26
|
+
"agent",
|
|
27
|
+
"name",
|
|
28
|
+
"timestamp",
|
|
29
|
+
"bot",
|
|
30
|
+
"response",
|
|
31
|
+
"turn",
|
|
32
|
+
"conversation",
|
|
33
|
+
"identity",
|
|
34
|
+
"row",
|
|
35
|
+
"assistant",
|
|
36
|
+
"label",
|
|
37
|
+
"now",
|
|
38
|
+
"relative",
|
|
39
|
+
"time",
|
|
40
|
+
"who",
|
|
41
|
+
"answered",
|
|
42
|
+
"model",
|
|
43
|
+
"reply",
|
|
44
|
+
"header"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
48
|
+
"template": [
|
|
49
|
+
{
|
|
50
|
+
"id": "sparkle",
|
|
51
|
+
"component": "Icon",
|
|
52
|
+
"name": "sparkle"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "text",
|
|
56
|
+
"component": "Text",
|
|
57
|
+
"strong": true,
|
|
58
|
+
"textContent": "Assistant"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "text-2",
|
|
62
|
+
"component": "Text",
|
|
63
|
+
"color": "subtle",
|
|
64
|
+
"textContent": "·"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "text-3",
|
|
68
|
+
"component": "Text",
|
|
69
|
+
"color": "subtle",
|
|
70
|
+
"textContent": "now"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "root",
|
|
74
|
+
"component": "Row",
|
|
75
|
+
"align": "center",
|
|
76
|
+
"gap": "2",
|
|
77
|
+
"children": [
|
|
78
|
+
"sparkle",
|
|
79
|
+
"text",
|
|
80
|
+
"text-2",
|
|
81
|
+
"text-3"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "chat-message-user-byline",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "row-ui",
|
|
5
|
+
"page": "/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"gap": "2",
|
|
10
|
+
"align": "center"
|
|
11
|
+
},
|
|
12
|
+
"html": "<row-ui\n gap=\"2\"\n align=\"center\">\n <avatar-ui text=\"Jane Smith\" size=\"sm\"></avatar-ui>\n <text-ui strong>Jane</text-ui>\n <text-ui color=\"subtle\">·</text-ui>\n <text-ui color=\"subtle\">2 min ago</text-ui>\n </row-ui>",
|
|
13
|
+
"source": "apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "agent",
|
|
16
|
+
"description": "Chat message user byline — a single identity row for a user's turn in a conversation: a small avatar, the sender's name in bold, a dot separator, then a muted relative timestamp. The header strip that sits above a chat bubble.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"chat",
|
|
19
|
+
"message",
|
|
20
|
+
"user",
|
|
21
|
+
"byline",
|
|
22
|
+
"header",
|
|
23
|
+
"avatar",
|
|
24
|
+
"name",
|
|
25
|
+
"timestamp",
|
|
26
|
+
"sender",
|
|
27
|
+
"identity",
|
|
28
|
+
"conversation",
|
|
29
|
+
"turn",
|
|
30
|
+
"bubble",
|
|
31
|
+
"row",
|
|
32
|
+
"relative",
|
|
33
|
+
"time",
|
|
34
|
+
"ago",
|
|
35
|
+
"author",
|
|
36
|
+
"who",
|
|
37
|
+
"sent",
|
|
38
|
+
"participant",
|
|
39
|
+
"chat",
|
|
40
|
+
"header",
|
|
41
|
+
"sender",
|
|
42
|
+
"line"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
46
|
+
"template": [
|
|
47
|
+
{
|
|
48
|
+
"id": "avatar",
|
|
49
|
+
"component": "Avatar",
|
|
50
|
+
"size": "sm",
|
|
51
|
+
"text": "Jane Smith"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "text",
|
|
55
|
+
"component": "Text",
|
|
56
|
+
"strong": true,
|
|
57
|
+
"textContent": "Jane"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "text-2",
|
|
61
|
+
"component": "Text",
|
|
62
|
+
"color": "subtle",
|
|
63
|
+
"textContent": "·"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "text-3",
|
|
67
|
+
"component": "Text",
|
|
68
|
+
"color": "subtle",
|
|
69
|
+
"textContent": "2 min ago"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "root",
|
|
73
|
+
"component": "Row",
|
|
74
|
+
"align": "center",
|
|
75
|
+
"gap": "2",
|
|
76
|
+
"children": [
|
|
77
|
+
"avatar",
|
|
78
|
+
"text",
|
|
79
|
+
"text-2",
|
|
80
|
+
"text-3"
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "checkout-order-summary-card",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "card-ui",
|
|
5
|
+
"page": "/playgrounds/composed-flow/app/composed-flow.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {},
|
|
9
|
+
"html": "<card-ui\n id=\"summary-card\">\n <header slot=\"heading\">Order summary</header>\n <section>\n <col-ui gap=\"3\">\n <list-ui spacing=\"sm\" divider>\n <list-item-ui icon=\"package\" text=\"Aurora cardholder\" description=\"Slim wallet, vegetable-tanned\"></list-item-ui>\n <list-item-ui icon=\"package\" text=\"Engraving — KG\" description=\"Hand-stamped\"></list-item-ui>\n <list-item-ui icon=\"truck\" text=\"Standard shipping\" description=\"3–5 business days\"></list-item-ui>\n </list-ui>\n <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n <text-ui variant=\"caption\">Total (USD)</text-ui>\n <text-ui id=\"summary-total\" variant=\"display\" size=\"md\">$96.12</text-ui>\n </row-ui>\n </col-ui>\n </section>\n </card-ui>",
|
|
10
|
+
"source": "playgrounds/composed-flow/app/composed-flow.contents.html",
|
|
11
|
+
"metadata": {
|
|
12
|
+
"domain": "billing",
|
|
13
|
+
"description": "Checkout order-summary card — a card listing the line items being purchased (each an icon, product name, and detail) above a divider and a right-aligned grand total. The 'what you're paying for' panel beside a payment form at checkout.",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"checkout",
|
|
16
|
+
"order",
|
|
17
|
+
"summary",
|
|
18
|
+
"cart",
|
|
19
|
+
"line",
|
|
20
|
+
"items",
|
|
21
|
+
"products",
|
|
22
|
+
"purchase",
|
|
23
|
+
"total",
|
|
24
|
+
"cost",
|
|
25
|
+
"price",
|
|
26
|
+
"subtotal",
|
|
27
|
+
"review",
|
|
28
|
+
"basket",
|
|
29
|
+
"bag",
|
|
30
|
+
"receipt",
|
|
31
|
+
"order",
|
|
32
|
+
"details",
|
|
33
|
+
"billing",
|
|
34
|
+
"list",
|
|
35
|
+
"items",
|
|
36
|
+
"shipping",
|
|
37
|
+
"grand",
|
|
38
|
+
"total",
|
|
39
|
+
"ecommerce",
|
|
40
|
+
"buy"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
44
|
+
"template": [
|
|
45
|
+
{
|
|
46
|
+
"id": "text",
|
|
47
|
+
"component": "Text",
|
|
48
|
+
"textContent": "Order summary",
|
|
49
|
+
"variant": "body"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "header",
|
|
53
|
+
"component": "Header",
|
|
54
|
+
"slot": "heading",
|
|
55
|
+
"children": [
|
|
56
|
+
"text"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "list-item",
|
|
61
|
+
"component": "ListItem",
|
|
62
|
+
"description": "Slim wallet, vegetable-tanned",
|
|
63
|
+
"icon": "package",
|
|
64
|
+
"text": "Aurora cardholder"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "list-item-2",
|
|
68
|
+
"component": "ListItem",
|
|
69
|
+
"description": "Hand-stamped",
|
|
70
|
+
"icon": "package",
|
|
71
|
+
"text": "Engraving — KG"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": "list-item-3",
|
|
75
|
+
"component": "ListItem",
|
|
76
|
+
"description": "3–5 business days",
|
|
77
|
+
"icon": "truck",
|
|
78
|
+
"text": "Standard shipping"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "list",
|
|
82
|
+
"component": "List",
|
|
83
|
+
"divider": true,
|
|
84
|
+
"spacing": "sm",
|
|
85
|
+
"children": [
|
|
86
|
+
"list-item",
|
|
87
|
+
"list-item-2",
|
|
88
|
+
"list-item-3"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "text-2",
|
|
93
|
+
"component": "Text",
|
|
94
|
+
"variant": "caption",
|
|
95
|
+
"textContent": "Total (USD)"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "summary-total",
|
|
99
|
+
"component": "Text",
|
|
100
|
+
"size": "md",
|
|
101
|
+
"variant": "display",
|
|
102
|
+
"textContent": "$96.12"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "row",
|
|
106
|
+
"component": "Row",
|
|
107
|
+
"align": "center",
|
|
108
|
+
"gap": "3",
|
|
109
|
+
"justify": "between",
|
|
110
|
+
"children": [
|
|
111
|
+
"text-2",
|
|
112
|
+
"summary-total"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "column",
|
|
117
|
+
"component": "Column",
|
|
118
|
+
"gap": "3",
|
|
119
|
+
"children": [
|
|
120
|
+
"list",
|
|
121
|
+
"row"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "section",
|
|
126
|
+
"component": "Section",
|
|
127
|
+
"children": [
|
|
128
|
+
"column"
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "root",
|
|
133
|
+
"component": "Card",
|
|
134
|
+
"children": [
|
|
135
|
+
"header",
|
|
136
|
+
"section"
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "contact-form-card",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "card-ui",
|
|
5
|
+
"page": "/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {},
|
|
9
|
+
"html": "<card-ui>\n <header>\n <h3>Get in touch</h3>\n <p slot=\"description\">Tell us what you need and we'll reply within one business day.</p>\n </header>\n <section>\n <col-ui gap=\"4\">\n <grid-ui columns=\"1 2@sm\" gap=\"3\">\n <field-ui label=\"Name\">\n <input-ui name=\"name\" autocomplete=\"name\" placeholder=\"Jane Doe\" required></input-ui>\n </field-ui>\n <field-ui label=\"Email\">\n <input-ui type=\"email\" name=\"email\" autocomplete=\"email\" placeholder=\"jane@acme.com\" required></input-ui>\n </field-ui>\n </grid-ui>\n <field-ui label=\"Subject\">\n <input-ui name=\"subject\" placeholder=\"How can we help?\" required></input-ui>\n </field-ui>\n <field-ui label=\"Message\" hint=\"The more detail you give, the faster we can help.\">\n <textarea-ui name=\"message\" rows=\"4\" placeholder=\"Tell us more…\" required></textarea-ui>\n </field-ui>\n </col-ui>\n </section>\n <footer>\n <row-ui gap=\"3\" justify=\"flex-end\">\n <button-ui text=\"Clear\" variant=\"outline\" type=\"reset\"></button-ui>\n <button-ui text=\"Send message\" variant=\"primary\" type=\"submit\" icon=\"paper-plane-tilt\"></button-ui>\n </row-ui>\n </footer>\n </card-ui>",
|
|
10
|
+
"source": "catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html",
|
|
11
|
+
"metadata": {
|
|
12
|
+
"domain": "forms",
|
|
13
|
+
"description": "Canonical full contact form card with both submit and reset actions — heading and subheading, name and email fields in a responsive two-column grid, a subject field, a message textarea, and a footer with a Send message primary button and a Clear (reset) secondary button. The complete form composition (header + fields + dual-action footer). Use for 'contact form', 'contact us form', 'form with submit and reset', 'message form'.",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"contact",
|
|
16
|
+
"form",
|
|
17
|
+
"contact-us",
|
|
18
|
+
"message",
|
|
19
|
+
"name",
|
|
20
|
+
"email",
|
|
21
|
+
"subject",
|
|
22
|
+
"textarea",
|
|
23
|
+
"send",
|
|
24
|
+
"submit",
|
|
25
|
+
"reset",
|
|
26
|
+
"clear",
|
|
27
|
+
"two-column",
|
|
28
|
+
"grid",
|
|
29
|
+
"field",
|
|
30
|
+
"input",
|
|
31
|
+
"label",
|
|
32
|
+
"complete",
|
|
33
|
+
"card",
|
|
34
|
+
"heading",
|
|
35
|
+
"footer",
|
|
36
|
+
"dual-action",
|
|
37
|
+
"full-form"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"captured_at": "2026-06-10T14:28:57.979Z",
|
|
41
|
+
"template": [
|
|
42
|
+
{
|
|
43
|
+
"id": "text",
|
|
44
|
+
"component": "Text",
|
|
45
|
+
"variant": "heading",
|
|
46
|
+
"textContent": "Get in touch"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "text-2",
|
|
50
|
+
"component": "Text",
|
|
51
|
+
"variant": "body",
|
|
52
|
+
"slot": "description",
|
|
53
|
+
"textContent": "Tell us what you need and we'll reply within one business day."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "header",
|
|
57
|
+
"component": "Header",
|
|
58
|
+
"children": [
|
|
59
|
+
"text",
|
|
60
|
+
"text-2"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "name",
|
|
65
|
+
"component": "Input",
|
|
66
|
+
"required": true,
|
|
67
|
+
"autocomplete": "name",
|
|
68
|
+
"name": "name",
|
|
69
|
+
"placeholder": "Jane Doe"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "field",
|
|
73
|
+
"component": "Field",
|
|
74
|
+
"label": "Name",
|
|
75
|
+
"children": [
|
|
76
|
+
"name"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "email",
|
|
81
|
+
"component": "Input",
|
|
82
|
+
"type": "email",
|
|
83
|
+
"required": true,
|
|
84
|
+
"autocomplete": "email",
|
|
85
|
+
"name": "email",
|
|
86
|
+
"placeholder": "jane@acme.com"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "field-2",
|
|
90
|
+
"component": "Field",
|
|
91
|
+
"label": "Email",
|
|
92
|
+
"children": [
|
|
93
|
+
"email"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"id": "grid",
|
|
98
|
+
"component": "Grid",
|
|
99
|
+
"columns": "1 2@sm",
|
|
100
|
+
"gap": "3",
|
|
101
|
+
"children": [
|
|
102
|
+
"field",
|
|
103
|
+
"field-2"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "subject",
|
|
108
|
+
"component": "Input",
|
|
109
|
+
"required": true,
|
|
110
|
+
"name": "subject",
|
|
111
|
+
"placeholder": "How can we help?"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "field-3",
|
|
115
|
+
"component": "Field",
|
|
116
|
+
"label": "Subject",
|
|
117
|
+
"children": [
|
|
118
|
+
"subject"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "message",
|
|
123
|
+
"component": "TextArea",
|
|
124
|
+
"required": true,
|
|
125
|
+
"name": "message",
|
|
126
|
+
"placeholder": "Tell us more…",
|
|
127
|
+
"rows": "4"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "field-4",
|
|
131
|
+
"component": "Field",
|
|
132
|
+
"hint": "The more detail you give, the faster we can help.",
|
|
133
|
+
"label": "Message",
|
|
134
|
+
"children": [
|
|
135
|
+
"message"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "column",
|
|
140
|
+
"component": "Column",
|
|
141
|
+
"gap": "4",
|
|
142
|
+
"children": [
|
|
143
|
+
"grid",
|
|
144
|
+
"field-3",
|
|
145
|
+
"field-4"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "section",
|
|
150
|
+
"component": "Section",
|
|
151
|
+
"children": [
|
|
152
|
+
"column"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "button",
|
|
157
|
+
"component": "Button",
|
|
158
|
+
"type": "reset",
|
|
159
|
+
"text": "Clear",
|
|
160
|
+
"variant": "outline"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "button-2",
|
|
164
|
+
"component": "Button",
|
|
165
|
+
"type": "submit",
|
|
166
|
+
"icon": "paper-plane-tilt",
|
|
167
|
+
"text": "Send message",
|
|
168
|
+
"variant": "primary"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "row",
|
|
172
|
+
"component": "Row",
|
|
173
|
+
"gap": "3",
|
|
174
|
+
"justify": "flex-end",
|
|
175
|
+
"children": [
|
|
176
|
+
"button",
|
|
177
|
+
"button-2"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": "footer",
|
|
182
|
+
"component": "Footer",
|
|
183
|
+
"children": [
|
|
184
|
+
"row"
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "root",
|
|
189
|
+
"component": "Card",
|
|
190
|
+
"children": [
|
|
191
|
+
"header",
|
|
192
|
+
"section",
|
|
193
|
+
"footer"
|
|
194
|
+
]
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
}
|