@adia-ai/a2ui-corpus 0.7.19 → 0.7.21
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 +17 -0
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +8208 -4773
- package/chunks/admin-shell-rounded-borderless.json +280 -0
- package/chunks/admin-shell-standard.json +303 -0
- 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/avatar-stack-overflow.json +124 -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/bulk-selection-actions-bar.json +161 -0
- package/chunks/business-address-form.json +950 -0
- package/chunks/card-with-empty-state.json +96 -0
- package/chunks/card-with-form.json +143 -0
- package/chunks/card-with-sparkline.json +90 -0
- package/chunks/card-with-stat-kpi.json +95 -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/col-form-stack.json +93 -0
- package/chunks/col-heading-body-action.json +79 -0
- package/chunks/col-stat-label.json +72 -0
- package/chunks/contact-form-card.json +197 -0
- package/chunks/contact-support-form.json +699 -0
- package/chunks/cta-banner-centered.json +102 -0
- package/chunks/data-import-wizard.json +12 -3
- package/chunks/departments-checkbox-form.json +387 -0
- package/chunks/drawer-record-detail.json +44 -0
- package/chunks/drawer-with-create-form.json +43 -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-grid-three-cards.json +187 -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/grid-2col-entry-cards.json +158 -0
- package/chunks/grid-kpi-4col.json +164 -0
- package/chunks/grid-responsive-kpi.json +165 -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/key-value-detail-list.json +172 -0
- package/chunks/library-browser-search-filter.json +109 -0
- package/chunks/login-form-card.json +207 -0
- package/chunks/logo-cloud-trusted-by.json +235 -0
- package/chunks/map-with-location-list.json +291 -0
- package/chunks/marketing-page-shell.json +45 -11
- 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/order-confirmation-success-card.json +177 -0
- package/chunks/payment-checkout-form.json +338 -0
- package/chunks/plan-selection-form.json +526 -0
- package/chunks/rating-stars-review-summary.json +258 -0
- package/chunks/reg-step-shell.json +12 -3
- package/chunks/responsive-shell-sidebar.json +79 -0
- package/chunks/row-action-cluster.json +54 -0
- package/chunks/row-avatar-name-role.json +71 -0
- package/chunks/row-icon-label.json +52 -0
- package/chunks/row-spread-label-value.json +54 -0
- package/chunks/row-wrap-tags.json +112 -0
- 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/stack-avatar-badge-overlay.json +53 -0
- package/chunks/stack-image-shimmer.json +51 -0
- package/chunks/stats-band-big-numbers.json +175 -0
- package/chunks/subscription-status-renewal-card.json +229 -0
- package/chunks/table-empty-state.json +116 -0
- package/chunks/table-toolbar-no-search.json +38 -0
- package/chunks/table-toolbar-with-table.json +231 -0
- package/chunks/table-with-toolbar-card.json +76 -0
- package/chunks/team-invite-form.json +377 -0
- package/chunks/testimonial-pull-quote.json +129 -0
- package/chunks/url-import-form.json +725 -0
- package/chunks/usage-quota-meter-card.json +217 -0
- package/package.json +1 -1
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "card-with-empty-state",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/packages/web-components/components/card/card.examples.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-artifact-item": "",
|
|
10
|
+
"data-artifact-label": "card with empty state"
|
|
11
|
+
},
|
|
12
|
+
"html": "<card-ui style=\"max-width:400px\">\n <header>\n <h3>Recent transactions</h3>\n <button-ui slot=\"action\" text=\"+ Add\" variant=\"outline\" size=\"sm\"></button-ui>\n </header>\n <section>\n <empty-state-ui\n icon=\"receipt\"\n label=\"No transactions yet\"\n description=\"Transactions will appear here once your first payment is processed.\">\n <button-ui slot=\"action\" text=\"Set up payments\" variant=\"primary\"></button-ui>\n </empty-state-ui>\n </section>\n </card-ui>",
|
|
13
|
+
"source": "packages/web-components/components/card/card.examples.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "data",
|
|
16
|
+
"description": "Empty state card — card showing no-data placeholder with icon, message, and CTA. Use when a data table or list has no rows.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"card",
|
|
19
|
+
"empty",
|
|
20
|
+
"state",
|
|
21
|
+
"no",
|
|
22
|
+
"data",
|
|
23
|
+
"placeholder",
|
|
24
|
+
"icon",
|
|
25
|
+
"cta",
|
|
26
|
+
"button",
|
|
27
|
+
"list",
|
|
28
|
+
"table",
|
|
29
|
+
"zero",
|
|
30
|
+
"rows"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"captured_at": "2026-06-10T20:25:14.783Z",
|
|
34
|
+
"template": [
|
|
35
|
+
{
|
|
36
|
+
"id": "text",
|
|
37
|
+
"component": "Text",
|
|
38
|
+
"variant": "heading",
|
|
39
|
+
"textContent": "Recent transactions"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "button",
|
|
43
|
+
"component": "Button",
|
|
44
|
+
"slot": "action",
|
|
45
|
+
"size": "sm",
|
|
46
|
+
"text": "+ Add",
|
|
47
|
+
"variant": "outline"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "header",
|
|
51
|
+
"component": "Header",
|
|
52
|
+
"children": [
|
|
53
|
+
"text",
|
|
54
|
+
"button"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "button-2",
|
|
59
|
+
"component": "Button",
|
|
60
|
+
"slot": "action",
|
|
61
|
+
"text": "Set up payments",
|
|
62
|
+
"variant": "primary"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "empty-state",
|
|
66
|
+
"component": "EmptyState",
|
|
67
|
+
"description": "Transactions will appear here once your first payment is processed.",
|
|
68
|
+
"icon": "receipt",
|
|
69
|
+
"children": [
|
|
70
|
+
"button-2"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": "section",
|
|
75
|
+
"component": "Section",
|
|
76
|
+
"children": [
|
|
77
|
+
"column"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "column",
|
|
82
|
+
"component": "Column",
|
|
83
|
+
"children": [
|
|
84
|
+
"empty-state"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "root",
|
|
89
|
+
"component": "Card",
|
|
90
|
+
"children": [
|
|
91
|
+
"header",
|
|
92
|
+
"section"
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "card-with-form",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/packages/web-components/components/card/card.examples.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-artifact-item": "",
|
|
10
|
+
"data-artifact-label": "card with form fields"
|
|
11
|
+
},
|
|
12
|
+
"html": "<card-ui style=\"max-width:400px\">\n <header>\n <h3>Edit profile</h3>\n </header>\n <section>\n <col-ui gap=\"3\">\n <field-ui label=\"Full name\">\n <input-ui value=\"Maya Chen\" placeholder=\"Full name\"></input-ui>\n </field-ui>\n <field-ui label=\"Role\">\n <select-ui value=\"designer\">\n <option value=\"designer\">Designer</option>\n <option value=\"engineer\">Engineer</option>\n <option value=\"product\">Product</option>\n </select-ui>\n </field-ui>\n </col-ui>\n </section>\n <footer>\n <row-ui gap=\"2\" justify=\"end\">\n <button-ui text=\"Cancel\" variant=\"ghost\"></button-ui>\n <button-ui text=\"Save changes\" variant=\"primary\"></button-ui>\n </row-ui>\n </footer>\n </card-ui>",
|
|
13
|
+
"source": "packages/web-components/components/card/card.examples.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "forms",
|
|
16
|
+
"description": "Form card — card containing labeled form fields with a footer action row. Standard shape for settings forms and quick-edit surfaces.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"card",
|
|
19
|
+
"form",
|
|
20
|
+
"fields",
|
|
21
|
+
"input",
|
|
22
|
+
"select",
|
|
23
|
+
"label",
|
|
24
|
+
"footer",
|
|
25
|
+
"actions",
|
|
26
|
+
"save",
|
|
27
|
+
"cancel",
|
|
28
|
+
"settings",
|
|
29
|
+
"quick-edit"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"captured_at": "2026-06-10T20:25:14.783Z",
|
|
33
|
+
"template": [
|
|
34
|
+
{
|
|
35
|
+
"id": "text",
|
|
36
|
+
"component": "Text",
|
|
37
|
+
"variant": "heading",
|
|
38
|
+
"textContent": "Edit profile"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "header",
|
|
42
|
+
"component": "Header",
|
|
43
|
+
"children": [
|
|
44
|
+
"text"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "input",
|
|
49
|
+
"component": "Input",
|
|
50
|
+
"placeholder": "Full name",
|
|
51
|
+
"value": "Maya Chen"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "field",
|
|
55
|
+
"component": "Field",
|
|
56
|
+
"label": "Full name",
|
|
57
|
+
"children": [
|
|
58
|
+
"input"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "choice-picker",
|
|
63
|
+
"component": "ChoicePicker",
|
|
64
|
+
"value": "designer",
|
|
65
|
+
"options": [
|
|
66
|
+
{
|
|
67
|
+
"value": "designer",
|
|
68
|
+
"label": "Designer"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"value": "engineer",
|
|
72
|
+
"label": "Engineer"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"value": "product",
|
|
76
|
+
"label": "Product"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "field-2",
|
|
82
|
+
"component": "Field",
|
|
83
|
+
"label": "Role",
|
|
84
|
+
"children": [
|
|
85
|
+
"choice-picker"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "column",
|
|
90
|
+
"component": "Column",
|
|
91
|
+
"gap": "3",
|
|
92
|
+
"children": [
|
|
93
|
+
"field",
|
|
94
|
+
"field-2"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "section",
|
|
99
|
+
"component": "Section",
|
|
100
|
+
"children": [
|
|
101
|
+
"column"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "button",
|
|
106
|
+
"component": "Button",
|
|
107
|
+
"text": "Cancel",
|
|
108
|
+
"variant": "ghost"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "button-2",
|
|
112
|
+
"component": "Button",
|
|
113
|
+
"text": "Save changes",
|
|
114
|
+
"variant": "primary"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": "row",
|
|
118
|
+
"component": "Row",
|
|
119
|
+
"gap": "2",
|
|
120
|
+
"justify": "end",
|
|
121
|
+
"children": [
|
|
122
|
+
"button",
|
|
123
|
+
"button-2"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "footer",
|
|
128
|
+
"component": "Footer",
|
|
129
|
+
"children": [
|
|
130
|
+
"row"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "root",
|
|
135
|
+
"component": "Card",
|
|
136
|
+
"children": [
|
|
137
|
+
"header",
|
|
138
|
+
"section",
|
|
139
|
+
"footer"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "card-with-sparkline",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/packages/web-components/components/card/card.examples.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-artifact-item": "",
|
|
10
|
+
"data-artifact-label": "card with sparkline chart"
|
|
11
|
+
},
|
|
12
|
+
"html": "<card-ui style=\"max-width:320px\">\n <header>\n <h3>Weekly signups</h3>\n <text-ui slot=\"description\">Last 7 days</text-ui>\n </header>\n <section>\n <col-ui gap=\"2\">\n <text-ui variant=\"display\">284</text-ui>\n <chart-ui type=\"line\" height=\"60\"\n data-stream-src=\"\"\n style=\"--chart-line-color:var(--a-primary)\">\n </chart-ui>\n </col-ui>\n </section>\n </card-ui>",
|
|
13
|
+
"source": "packages/web-components/components/card/card.examples.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "data",
|
|
16
|
+
"description": "Sparkline card — KPI metric above a compact line chart. Standard dashboard widget for time-series summaries.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"card",
|
|
19
|
+
"sparkline",
|
|
20
|
+
"chart",
|
|
21
|
+
"line",
|
|
22
|
+
"metric",
|
|
23
|
+
"kpi",
|
|
24
|
+
"dashboard",
|
|
25
|
+
"widget",
|
|
26
|
+
"time-series",
|
|
27
|
+
"trend",
|
|
28
|
+
"mini-chart"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"captured_at": "2026-06-10T20:25:14.783Z",
|
|
32
|
+
"template": [
|
|
33
|
+
{
|
|
34
|
+
"id": "text",
|
|
35
|
+
"component": "Text",
|
|
36
|
+
"variant": "heading",
|
|
37
|
+
"textContent": "Weekly signups"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "text-2",
|
|
41
|
+
"component": "Text",
|
|
42
|
+
"slot": "description",
|
|
43
|
+
"textContent": "Last 7 days"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "header",
|
|
47
|
+
"component": "Header",
|
|
48
|
+
"children": [
|
|
49
|
+
"text",
|
|
50
|
+
"text-2"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "text-3",
|
|
55
|
+
"component": "Text",
|
|
56
|
+
"variant": "display",
|
|
57
|
+
"textContent": "284"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "chart",
|
|
61
|
+
"component": "Chart",
|
|
62
|
+
"type": "line",
|
|
63
|
+
"data-stream-src": ""
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "column",
|
|
67
|
+
"component": "Column",
|
|
68
|
+
"gap": "2",
|
|
69
|
+
"children": [
|
|
70
|
+
"text-3",
|
|
71
|
+
"chart"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "section",
|
|
76
|
+
"component": "Section",
|
|
77
|
+
"children": [
|
|
78
|
+
"column"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": "root",
|
|
83
|
+
"component": "Card",
|
|
84
|
+
"children": [
|
|
85
|
+
"header",
|
|
86
|
+
"section"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "card-with-stat-kpi",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/packages/web-components/components/card/card.examples.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-artifact-item": "",
|
|
10
|
+
"data-artifact-label": "card with KPI stat"
|
|
11
|
+
},
|
|
12
|
+
"html": "<card-ui style=\"max-width:260px\">\n <header>\n <h3>Revenue</h3>\n <tag-ui slot=\"action\" size=\"sm\" variant=\"success\">↑ 8.4%</tag-ui>\n </header>\n <section>\n <stat-ui label=\"This month\" value=\"$12,400\" change=\"+$960\" trend=\"up\" icon=\"currency-dollar\"></stat-ui>\n </section>\n </card-ui>",
|
|
13
|
+
"source": "packages/web-components/components/card/card.examples.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "data",
|
|
16
|
+
"description": "KPI card — card containing a stat-ui metric with label, value, trend indicator, and optional icon.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"card",
|
|
19
|
+
"stat",
|
|
20
|
+
"kpi",
|
|
21
|
+
"metric",
|
|
22
|
+
"value",
|
|
23
|
+
"trend",
|
|
24
|
+
"dashboard",
|
|
25
|
+
"analytics",
|
|
26
|
+
"revenue",
|
|
27
|
+
"users",
|
|
28
|
+
"conversion"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"captured_at": "2026-06-10T20:25:14.783Z",
|
|
32
|
+
"template": [
|
|
33
|
+
{
|
|
34
|
+
"id": "text",
|
|
35
|
+
"component": "Text",
|
|
36
|
+
"variant": "heading",
|
|
37
|
+
"textContent": "Revenue"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "text-2",
|
|
41
|
+
"component": "Text",
|
|
42
|
+
"textContent": "↑ 8.4%",
|
|
43
|
+
"variant": "body"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "tag",
|
|
47
|
+
"component": "Tag",
|
|
48
|
+
"slot": "action",
|
|
49
|
+
"size": "sm",
|
|
50
|
+
"variant": "success",
|
|
51
|
+
"children": [
|
|
52
|
+
"text-2"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "header",
|
|
57
|
+
"component": "Header",
|
|
58
|
+
"children": [
|
|
59
|
+
"text",
|
|
60
|
+
"tag"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "stat",
|
|
65
|
+
"component": "Stat",
|
|
66
|
+
"change": "+$960",
|
|
67
|
+
"icon": "currency-dollar",
|
|
68
|
+
"label": "This month",
|
|
69
|
+
"trend": "up",
|
|
70
|
+
"value": "$12,400"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "section",
|
|
74
|
+
"component": "Section",
|
|
75
|
+
"children": [
|
|
76
|
+
"column"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "column",
|
|
81
|
+
"component": "Column",
|
|
82
|
+
"children": [
|
|
83
|
+
"stat"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "root",
|
|
88
|
+
"component": "Card",
|
|
89
|
+
"children": [
|
|
90
|
+
"header",
|
|
91
|
+
"section"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
@@ -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
|
+
}
|