@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,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "library-browser-search-filter",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-import-panel": "patterns"
|
|
10
|
+
},
|
|
11
|
+
"html": "<div\n data-import-panel=\"patterns\">\n <div data-pattern-filter>\n <input-ui id=\"pattern-search\" placeholder=\"Search chunks…\" prefix=\"magnifying-glass\"></input-ui>\n <select-ui id=\"pattern-domain\" placeholder=\"All domains\"></select-ui>\n </div>\n <div id=\"pattern-list\" data-pattern-list role=\"listbox\"></div>\n <div data-import-footer>\n <span data-pattern-status style=\"font-size: var(--a-ui-sm); color: var(--a-fg-muted); flex: 1\">Loading…</span>\n <button-ui data-import-cancel text=\"Cancel\" variant=\"ghost\"></button-ui>\n </div>\n </div>",
|
|
12
|
+
"source": "apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
|
|
13
|
+
"metadata": {
|
|
14
|
+
"domain": "data",
|
|
15
|
+
"description": "Library browser with search and filter — a panel pairing a search input with a domain / category dropdown above a scrollable listbox of results and a status line + Cancel in the footer. The filterable 'browse the catalog / template gallery / asset library' picker body.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"library",
|
|
18
|
+
"browser",
|
|
19
|
+
"search",
|
|
20
|
+
"filter",
|
|
21
|
+
"catalog",
|
|
22
|
+
"gallery",
|
|
23
|
+
"templates",
|
|
24
|
+
"assets",
|
|
25
|
+
"picker",
|
|
26
|
+
"domain",
|
|
27
|
+
"category",
|
|
28
|
+
"dropdown",
|
|
29
|
+
"listbox",
|
|
30
|
+
"results",
|
|
31
|
+
"status",
|
|
32
|
+
"footer",
|
|
33
|
+
"browse",
|
|
34
|
+
"find",
|
|
35
|
+
"filter",
|
|
36
|
+
"search",
|
|
37
|
+
"input",
|
|
38
|
+
"filterable",
|
|
39
|
+
"list",
|
|
40
|
+
"pattern",
|
|
41
|
+
"library",
|
|
42
|
+
"asset",
|
|
43
|
+
"browser",
|
|
44
|
+
"chunk",
|
|
45
|
+
"browser"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
49
|
+
"template": [
|
|
50
|
+
{
|
|
51
|
+
"id": "pattern-search",
|
|
52
|
+
"component": "Input",
|
|
53
|
+
"placeholder": "Search chunks…",
|
|
54
|
+
"prefix": "magnifying-glass"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "pattern-domain",
|
|
58
|
+
"component": "ChoicePicker",
|
|
59
|
+
"placeholder": "All domains"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "column",
|
|
63
|
+
"component": "Column",
|
|
64
|
+
"data-pattern-filter": "",
|
|
65
|
+
"children": [
|
|
66
|
+
"pattern-search",
|
|
67
|
+
"pattern-domain"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "pattern-list",
|
|
72
|
+
"component": "Column",
|
|
73
|
+
"data-pattern-list": ""
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "text",
|
|
77
|
+
"component": "Text",
|
|
78
|
+
"variant": "body",
|
|
79
|
+
"textContent": "Loading…",
|
|
80
|
+
"data-pattern-status": ""
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "button",
|
|
84
|
+
"component": "Button",
|
|
85
|
+
"text": "Cancel",
|
|
86
|
+
"variant": "ghost",
|
|
87
|
+
"data-import-cancel": ""
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "column-2",
|
|
91
|
+
"component": "Column",
|
|
92
|
+
"data-import-footer": "",
|
|
93
|
+
"children": [
|
|
94
|
+
"text",
|
|
95
|
+
"button"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "root",
|
|
100
|
+
"component": "Column",
|
|
101
|
+
"data-import-panel": "patterns",
|
|
102
|
+
"children": [
|
|
103
|
+
"column",
|
|
104
|
+
"pattern-list",
|
|
105
|
+
"column-2"
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "login-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>Sign in</h3>\n <p slot=\"description\">Welcome back. Enter your details to continue.</p>\n </header>\n <section>\n <col-ui gap=\"4\">\n <field-ui label=\"Email\">\n <input-ui type=\"email\" name=\"email\" autocomplete=\"email\" placeholder=\"you@example.com\" required></input-ui>\n </field-ui>\n <field-ui label=\"Password\">\n <input-ui type=\"password\" name=\"password\" autocomplete=\"current-password\" placeholder=\"••••••••\" required></input-ui>\n </field-ui>\n <row-ui gap=\"2\" align=\"center\">\n <check-ui name=\"remember\" label=\"Remember me\"></check-ui>\n <a href=\"#\" style=\"margin-inline-start: auto\">Forgot password?</a>\n </row-ui>\n </col-ui>\n </section>\n <footer>\n <col-ui gap=\"3\">\n <button-ui text=\"Sign in\" variant=\"primary\" type=\"submit\" stretch></button-ui>\n <text-ui text-align=\"center\" color=\"subtle\" size=\"sm\">New here? <a href=\"#\">Create an account</a></text-ui>\n </col-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 login / sign-in form card — heading, email and password fields each as a field-ui label wrapping an input-ui, a remember-me checkbox alongside a forgot-password link, and a footer with a full-width Sign in button plus a create-account link. The complete form composition (header + fields + actions footer). Use for 'login form', 'sign in form', 'log in', 'authentication form'.",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"login",
|
|
16
|
+
"form",
|
|
17
|
+
"sign",
|
|
18
|
+
"in",
|
|
19
|
+
"log",
|
|
20
|
+
"in",
|
|
21
|
+
"signin",
|
|
22
|
+
"authentication",
|
|
23
|
+
"email",
|
|
24
|
+
"password",
|
|
25
|
+
"remember",
|
|
26
|
+
"me",
|
|
27
|
+
"forgot",
|
|
28
|
+
"password",
|
|
29
|
+
"field",
|
|
30
|
+
"input",
|
|
31
|
+
"label",
|
|
32
|
+
"complete",
|
|
33
|
+
"card",
|
|
34
|
+
"heading",
|
|
35
|
+
"footer",
|
|
36
|
+
"submit",
|
|
37
|
+
"button",
|
|
38
|
+
"credentials",
|
|
39
|
+
"full-form"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"captured_at": "2026-06-10T14:28:57.979Z",
|
|
43
|
+
"template": [
|
|
44
|
+
{
|
|
45
|
+
"id": "text",
|
|
46
|
+
"component": "Text",
|
|
47
|
+
"variant": "heading",
|
|
48
|
+
"textContent": "Sign in"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "text-2",
|
|
52
|
+
"component": "Text",
|
|
53
|
+
"variant": "body",
|
|
54
|
+
"slot": "description",
|
|
55
|
+
"textContent": "Welcome back. Enter your details to continue."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "header",
|
|
59
|
+
"component": "Header",
|
|
60
|
+
"children": [
|
|
61
|
+
"text",
|
|
62
|
+
"text-2"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "email",
|
|
67
|
+
"component": "Input",
|
|
68
|
+
"type": "email",
|
|
69
|
+
"required": true,
|
|
70
|
+
"autocomplete": "email",
|
|
71
|
+
"name": "email",
|
|
72
|
+
"placeholder": "you@example.com"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "field",
|
|
76
|
+
"component": "Field",
|
|
77
|
+
"label": "Email",
|
|
78
|
+
"children": [
|
|
79
|
+
"email"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "password",
|
|
84
|
+
"component": "Input",
|
|
85
|
+
"type": "password",
|
|
86
|
+
"required": true,
|
|
87
|
+
"autocomplete": "current-password",
|
|
88
|
+
"name": "password",
|
|
89
|
+
"placeholder": "••••••••"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "field-2",
|
|
93
|
+
"component": "Field",
|
|
94
|
+
"label": "Password",
|
|
95
|
+
"children": [
|
|
96
|
+
"password"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"id": "remember",
|
|
101
|
+
"component": "CheckBox",
|
|
102
|
+
"label": "Remember me",
|
|
103
|
+
"name": "remember"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "text-3",
|
|
107
|
+
"component": "Text",
|
|
108
|
+
"textContent": "Forgot password?",
|
|
109
|
+
"variant": "body"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"id": "link",
|
|
113
|
+
"component": "Link",
|
|
114
|
+
"href": "#",
|
|
115
|
+
"text": "Forgot password?",
|
|
116
|
+
"children": [
|
|
117
|
+
"text-3"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "row",
|
|
122
|
+
"component": "Row",
|
|
123
|
+
"align": "center",
|
|
124
|
+
"gap": "2",
|
|
125
|
+
"children": [
|
|
126
|
+
"remember",
|
|
127
|
+
"link"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "column",
|
|
132
|
+
"component": "Column",
|
|
133
|
+
"gap": "4",
|
|
134
|
+
"children": [
|
|
135
|
+
"field",
|
|
136
|
+
"field-2",
|
|
137
|
+
"row"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": "section",
|
|
142
|
+
"component": "Section",
|
|
143
|
+
"children": [
|
|
144
|
+
"column"
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "button",
|
|
149
|
+
"component": "Button",
|
|
150
|
+
"type": "submit",
|
|
151
|
+
"stretch": true,
|
|
152
|
+
"text": "Sign in",
|
|
153
|
+
"variant": "primary"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "text-5",
|
|
157
|
+
"component": "Text",
|
|
158
|
+
"textContent": "Create an account",
|
|
159
|
+
"variant": "body"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "link-2",
|
|
163
|
+
"component": "Link",
|
|
164
|
+
"href": "#",
|
|
165
|
+
"text": "Create an account",
|
|
166
|
+
"children": [
|
|
167
|
+
"text-5"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "text-4",
|
|
172
|
+
"component": "Text",
|
|
173
|
+
"color": "subtle",
|
|
174
|
+
"size": "sm",
|
|
175
|
+
"text-align": "center",
|
|
176
|
+
"textContent": "New here?",
|
|
177
|
+
"children": [
|
|
178
|
+
"link-2"
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"id": "column-2",
|
|
183
|
+
"component": "Column",
|
|
184
|
+
"gap": "3",
|
|
185
|
+
"children": [
|
|
186
|
+
"button",
|
|
187
|
+
"text-4"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "footer",
|
|
192
|
+
"component": "Footer",
|
|
193
|
+
"children": [
|
|
194
|
+
"column-2"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"id": "root",
|
|
199
|
+
"component": "Card",
|
|
200
|
+
"children": [
|
|
201
|
+
"header",
|
|
202
|
+
"section",
|
|
203
|
+
"footer"
|
|
204
|
+
]
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
}
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "map-with-location-list",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "grid-ui",
|
|
5
|
+
"page": "/apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"columns": "1 5@md",
|
|
10
|
+
"gap": "4"
|
|
11
|
+
},
|
|
12
|
+
"html": "<grid-ui\n columns=\"1 5@md\"\n gap=\"4\">\n <image-ui span=\"3\" src=\"https://picsum.photos/seed/map-q4/640/480\" alt=\"Map of field-visit locations\" radius=\"md\" style=\"aspect-ratio: 4/3\"></image-ui>\n <card-ui span=\"2\">\n <header>\n <h3>Field visits · Q4</h3>\n </header>\n <section>\n <list-ui divider>\n <list-item-ui>\n <row-ui gap=\"2\" align=\"center\">\n <icon-ui name=\"map-pin\" color=\"accent\"></icon-ui>\n <col-ui gap=\"0\">\n <text-ui strong>San Francisco</text-ui>\n <text-ui color=\"subtle\" size=\"sm\">Acme Corp · Globex · 3 more</text-ui>\n </col-ui>\n </row-ui>\n </list-item-ui>\n <list-item-ui>\n <row-ui gap=\"2\" align=\"center\">\n <icon-ui name=\"map-pin\" color=\"accent\"></icon-ui>\n <col-ui gap=\"0\">\n <text-ui strong>New York</text-ui>\n <text-ui color=\"subtle\" size=\"sm\">Stark Industries · 2 more</text-ui>\n </col-ui>\n </row-ui>\n </list-item-ui>\n <list-item-ui>\n <row-ui gap=\"2\" align=\"center\">\n <icon-ui name=\"map-pin\" color=\"accent\"></icon-ui>\n <col-ui gap=\"0\">\n <text-ui strong>London</text-ui>\n <text-ui color=\"subtle\" size=\"sm\">Umbrella Corp</text-ui>\n </col-ui>\n </row-ui>\n </list-item-ui>\n <list-item-ui>\n <row-ui gap=\"2\" align=\"center\">\n <icon-ui name=\"map-pin\" color=\"accent\"></icon-ui>\n <col-ui gap=\"0\">\n <text-ui strong>Berlin</text-ui>\n <text-ui color=\"subtle\" size=\"sm\">Wayne Enterprises</text-ui>\n </col-ui>\n </row-ui>\n </list-item-ui>\n </list-ui>\n </section>\n </card-ui>\n </grid-ui>",
|
|
13
|
+
"source": "apps/genui/app/gen-ui-feed/gen-ui-feed.contents.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "data",
|
|
16
|
+
"description": "Map with location list — a wide map image paired with a side card listing the plotted places, each row a map-pin icon, a place name, and the entities at that location. The standard 'map + legend list' layout for geographic results.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"map",
|
|
19
|
+
"location",
|
|
20
|
+
"list",
|
|
21
|
+
"places",
|
|
22
|
+
"geographic",
|
|
23
|
+
"pins",
|
|
24
|
+
"markers",
|
|
25
|
+
"field",
|
|
26
|
+
"visits",
|
|
27
|
+
"cities",
|
|
28
|
+
"region",
|
|
29
|
+
"side",
|
|
30
|
+
"panel",
|
|
31
|
+
"legend",
|
|
32
|
+
"map",
|
|
33
|
+
"pin",
|
|
34
|
+
"icon",
|
|
35
|
+
"address",
|
|
36
|
+
"site",
|
|
37
|
+
"list",
|
|
38
|
+
"locations",
|
|
39
|
+
"plotted",
|
|
40
|
+
"map",
|
|
41
|
+
"plus",
|
|
42
|
+
"list",
|
|
43
|
+
"geo",
|
|
44
|
+
"map",
|
|
45
|
+
"view",
|
|
46
|
+
"directory"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"captured_at": "2026-06-10T16:56:21.616Z",
|
|
50
|
+
"template": [
|
|
51
|
+
{
|
|
52
|
+
"id": "image",
|
|
53
|
+
"component": "Image",
|
|
54
|
+
"alt": "Map of field-visit locations",
|
|
55
|
+
"radius": "md",
|
|
56
|
+
"src": "https://picsum.photos/seed/map-q4/640/480"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "text",
|
|
60
|
+
"component": "Text",
|
|
61
|
+
"variant": "heading",
|
|
62
|
+
"textContent": "Field visits · Q4"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "header",
|
|
66
|
+
"component": "Header",
|
|
67
|
+
"children": [
|
|
68
|
+
"text"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "map-pin",
|
|
73
|
+
"component": "Icon",
|
|
74
|
+
"name": "map-pin"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "text-2",
|
|
78
|
+
"component": "Text",
|
|
79
|
+
"strong": true,
|
|
80
|
+
"textContent": "San Francisco"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "text-3",
|
|
84
|
+
"component": "Text",
|
|
85
|
+
"color": "subtle",
|
|
86
|
+
"size": "sm",
|
|
87
|
+
"textContent": "Acme Corp · Globex · 3 more"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "column",
|
|
91
|
+
"component": "Column",
|
|
92
|
+
"gap": "0",
|
|
93
|
+
"children": [
|
|
94
|
+
"text-2",
|
|
95
|
+
"text-3"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "row",
|
|
100
|
+
"component": "Row",
|
|
101
|
+
"align": "center",
|
|
102
|
+
"gap": "2",
|
|
103
|
+
"children": [
|
|
104
|
+
"map-pin",
|
|
105
|
+
"column"
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"id": "list-item",
|
|
110
|
+
"component": "ListItem",
|
|
111
|
+
"children": [
|
|
112
|
+
"row"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "icon",
|
|
117
|
+
"component": "Icon",
|
|
118
|
+
"name": "map-pin"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "text-4",
|
|
122
|
+
"component": "Text",
|
|
123
|
+
"strong": true,
|
|
124
|
+
"textContent": "New York"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "text-5",
|
|
128
|
+
"component": "Text",
|
|
129
|
+
"color": "subtle",
|
|
130
|
+
"size": "sm",
|
|
131
|
+
"textContent": "Stark Industries · 2 more"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "column-2",
|
|
135
|
+
"component": "Column",
|
|
136
|
+
"gap": "0",
|
|
137
|
+
"children": [
|
|
138
|
+
"text-4",
|
|
139
|
+
"text-5"
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "row-2",
|
|
144
|
+
"component": "Row",
|
|
145
|
+
"align": "center",
|
|
146
|
+
"gap": "2",
|
|
147
|
+
"children": [
|
|
148
|
+
"icon",
|
|
149
|
+
"column-2"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "list-item-2",
|
|
154
|
+
"component": "ListItem",
|
|
155
|
+
"children": [
|
|
156
|
+
"row-2"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": "icon-2",
|
|
161
|
+
"component": "Icon",
|
|
162
|
+
"name": "map-pin"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "text-6",
|
|
166
|
+
"component": "Text",
|
|
167
|
+
"strong": true,
|
|
168
|
+
"textContent": "London"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "text-7",
|
|
172
|
+
"component": "Text",
|
|
173
|
+
"color": "subtle",
|
|
174
|
+
"size": "sm",
|
|
175
|
+
"textContent": "Umbrella Corp"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"id": "column-3",
|
|
179
|
+
"component": "Column",
|
|
180
|
+
"gap": "0",
|
|
181
|
+
"children": [
|
|
182
|
+
"text-6",
|
|
183
|
+
"text-7"
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "row-3",
|
|
188
|
+
"component": "Row",
|
|
189
|
+
"align": "center",
|
|
190
|
+
"gap": "2",
|
|
191
|
+
"children": [
|
|
192
|
+
"icon-2",
|
|
193
|
+
"column-3"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "list-item-3",
|
|
198
|
+
"component": "ListItem",
|
|
199
|
+
"children": [
|
|
200
|
+
"row-3"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "icon-3",
|
|
205
|
+
"component": "Icon",
|
|
206
|
+
"name": "map-pin"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "text-8",
|
|
210
|
+
"component": "Text",
|
|
211
|
+
"strong": true,
|
|
212
|
+
"textContent": "Berlin"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "text-9",
|
|
216
|
+
"component": "Text",
|
|
217
|
+
"color": "subtle",
|
|
218
|
+
"size": "sm",
|
|
219
|
+
"textContent": "Wayne Enterprises"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"id": "column-4",
|
|
223
|
+
"component": "Column",
|
|
224
|
+
"gap": "0",
|
|
225
|
+
"children": [
|
|
226
|
+
"text-8",
|
|
227
|
+
"text-9"
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "row-4",
|
|
232
|
+
"component": "Row",
|
|
233
|
+
"align": "center",
|
|
234
|
+
"gap": "2",
|
|
235
|
+
"children": [
|
|
236
|
+
"icon-3",
|
|
237
|
+
"column-4"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "list-item-4",
|
|
242
|
+
"component": "ListItem",
|
|
243
|
+
"children": [
|
|
244
|
+
"row-4"
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"id": "list",
|
|
249
|
+
"component": "List",
|
|
250
|
+
"divider": true,
|
|
251
|
+
"children": [
|
|
252
|
+
"list-item",
|
|
253
|
+
"list-item-2",
|
|
254
|
+
"list-item-3",
|
|
255
|
+
"list-item-4"
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "section",
|
|
260
|
+
"component": "Section",
|
|
261
|
+
"children": [
|
|
262
|
+
"column-5"
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"id": "column-5",
|
|
267
|
+
"component": "Column",
|
|
268
|
+
"children": [
|
|
269
|
+
"list"
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "card",
|
|
274
|
+
"component": "Card",
|
|
275
|
+
"children": [
|
|
276
|
+
"header",
|
|
277
|
+
"section"
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"id": "root",
|
|
282
|
+
"component": "Grid",
|
|
283
|
+
"columns": "1 5@md",
|
|
284
|
+
"gap": "4",
|
|
285
|
+
"children": [
|
|
286
|
+
"image",
|
|
287
|
+
"card"
|
|
288
|
+
]
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
}
|