@adia-ai/a2ui-corpus 0.7.20 → 0.7.22

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/chunk-embeddings.json +1 -1
  3. package/chunks/_index.json +2130 -807
  4. package/chunks/admin-shell-rounded-borderless.json +280 -0
  5. package/chunks/admin-shell-standard.json +303 -0
  6. package/chunks/avatar-stack-overflow.json +124 -0
  7. package/chunks/bulk-selection-actions-bar.json +161 -0
  8. package/chunks/card-with-empty-state.json +96 -0
  9. package/chunks/card-with-form.json +143 -0
  10. package/chunks/card-with-sparkline.json +90 -0
  11. package/chunks/card-with-stat-kpi.json +95 -0
  12. package/chunks/col-form-stack.json +93 -0
  13. package/chunks/col-heading-body-action.json +79 -0
  14. package/chunks/col-stat-label.json +72 -0
  15. package/chunks/cta-banner-centered.json +102 -0
  16. package/chunks/drawer-record-detail.json +44 -0
  17. package/chunks/drawer-with-create-form.json +43 -0
  18. package/chunks/feature-grid-three-cards.json +187 -0
  19. package/chunks/grid-2col-entry-cards.json +158 -0
  20. package/chunks/grid-kpi-4col.json +164 -0
  21. package/chunks/grid-responsive-kpi.json +165 -0
  22. package/chunks/key-value-detail-list.json +172 -0
  23. package/chunks/logo-cloud-trusted-by.json +235 -0
  24. package/chunks/marketing-page-shell.json +45 -11
  25. package/chunks/order-confirmation-success-card.json +177 -0
  26. package/chunks/rating-stars-review-summary.json +258 -0
  27. package/chunks/responsive-shell-sidebar.json +79 -0
  28. package/chunks/row-action-cluster.json +54 -0
  29. package/chunks/row-avatar-name-role.json +71 -0
  30. package/chunks/row-icon-label.json +52 -0
  31. package/chunks/row-spread-label-value.json +54 -0
  32. package/chunks/row-wrap-tags.json +112 -0
  33. package/chunks/stack-avatar-badge-overlay.json +53 -0
  34. package/chunks/stack-image-shimmer.json +51 -0
  35. package/chunks/stats-band-big-numbers.json +175 -0
  36. package/chunks/subscription-status-renewal-card.json +229 -0
  37. package/chunks/table-empty-state.json +116 -0
  38. package/chunks/table-toolbar-no-search.json +38 -0
  39. package/chunks/table-toolbar-with-table.json +231 -0
  40. package/chunks/table-with-toolbar-card.json +76 -0
  41. package/chunks/testimonial-pull-quote.json +129 -0
  42. package/chunks/usage-quota-meter-card.json +217 -0
  43. package/package.json +1 -1
@@ -0,0 +1,129 @@
1
+ {
2
+ "name": "testimonial-pull-quote",
3
+ "kind": "block",
4
+ "primary": "section",
5
+ "page": "/catalog/ui-patterns/v050-content-blocks/v050-content-blocks.contents.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {},
9
+ "html": "<section>\n <card-ui raw align=\"center\">\n <section>\n <col-ui gap=\"4\" align=\"center\">\n <blockquote-ui cite=\"Marco Rossi, VP Engineering at Globex\">\n <text-ui size=\"lg\">Shipping a polished generative-UI surface used to take us a sprint. With AdiaUI it takes an afternoon — the primitives just compose, and the output is production-grade on the first pass.</text-ui>\n </blockquote-ui>\n <row-ui gap=\"3\" align=\"center\">\n <avatar-ui text=\"Marco Rossi\" size=\"md\"></avatar-ui>\n <col-ui gap=\"0\">\n <text-ui strong size=\"sm\">Marco Rossi</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">VP Engineering, Globex</text-ui>\n </col-ui>\n </row-ui>\n </col-ui>\n </section>\n </card-ui>\n </section>",
10
+ "source": "catalog/ui-patterns/v050-content-blocks/v050-content-blocks.contents.html",
11
+ "metadata": {
12
+ "domain": "marketing",
13
+ "description": "Single testimonial pull-quote — one large italic customer quote in a bordered blockquote with an em-dash attribution line, paired with the customer's avatar, name, and role. The standout 'one strong quote' social-proof block, as opposed to a grid of several testimonials.",
14
+ "keywords": [
15
+ "testimonial",
16
+ "pull",
17
+ "quote",
18
+ "single",
19
+ "blockquote",
20
+ "customer",
21
+ "review",
22
+ "quote",
23
+ "italic",
24
+ "attribution",
25
+ "cite",
26
+ "social",
27
+ "proof",
28
+ "marketing",
29
+ "endorsement",
30
+ "praise",
31
+ "saying",
32
+ "spotlight",
33
+ "featured",
34
+ "quote",
35
+ "avatar",
36
+ "name",
37
+ "role",
38
+ "one",
39
+ "big",
40
+ "quote",
41
+ "highlight",
42
+ "customer",
43
+ "story",
44
+ "word",
45
+ "of",
46
+ "mouth"
47
+ ]
48
+ },
49
+ "captured_at": "2026-06-10T19:45:40.486Z",
50
+ "template": [
51
+ {
52
+ "id": "text",
53
+ "component": "Text",
54
+ "size": "lg",
55
+ "textContent": "Shipping a polished generative-UI surface used to take us a sprint. With AdiaUI it takes an afternoon — the primitives just compose, and the output is production-grade on the first pass."
56
+ },
57
+ {
58
+ "id": "avatar",
59
+ "component": "Avatar",
60
+ "size": "md",
61
+ "text": "Marco Rossi"
62
+ },
63
+ {
64
+ "id": "text-2",
65
+ "component": "Text",
66
+ "size": "sm",
67
+ "strong": true,
68
+ "textContent": "Marco Rossi"
69
+ },
70
+ {
71
+ "id": "text-3",
72
+ "component": "Text",
73
+ "color": "subtle",
74
+ "size": "sm",
75
+ "textContent": "VP Engineering, Globex"
76
+ },
77
+ {
78
+ "id": "column-3",
79
+ "component": "Column",
80
+ "gap": "0",
81
+ "children": [
82
+ "text-2",
83
+ "text-3"
84
+ ]
85
+ },
86
+ {
87
+ "id": "row",
88
+ "component": "Row",
89
+ "align": "center",
90
+ "gap": "3",
91
+ "children": [
92
+ "avatar",
93
+ "column-3"
94
+ ]
95
+ },
96
+ {
97
+ "id": "column",
98
+ "component": "Column",
99
+ "align": "center",
100
+ "gap": "4",
101
+ "children": [
102
+ "text",
103
+ "row"
104
+ ]
105
+ },
106
+ {
107
+ "id": "section",
108
+ "component": "Section",
109
+ "children": [
110
+ "column"
111
+ ]
112
+ },
113
+ {
114
+ "id": "card",
115
+ "component": "Card",
116
+ "raw": true,
117
+ "children": [
118
+ "section"
119
+ ]
120
+ },
121
+ {
122
+ "id": "root",
123
+ "component": "Section",
124
+ "children": [
125
+ "card"
126
+ ]
127
+ }
128
+ ]
129
+ }
@@ -0,0 +1,217 @@
1
+ {
2
+ "name": "usage-quota-meter-card",
3
+ "kind": "block",
4
+ "primary": "section",
5
+ "page": "/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {},
9
+ "html": "<section>\n <card-ui>\n <header>\n <text-ui strong>Usage this period</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">Resets May 1</text-ui>\n </header>\n <section>\n <col-ui gap=\"4\">\n <col-ui gap=\"1\">\n <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n <text-ui size=\"sm\">API calls</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">62,400 / 100,000</text-ui>\n </row-ui>\n <progress-ui value=\"62\" total=\"100\" color=\"success\"></progress-ui>\n </col-ui>\n <col-ui gap=\"1\">\n <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n <text-ui size=\"sm\">Storage</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">8.1 GB / 10 GB</text-ui>\n </row-ui>\n <progress-ui value=\"81\" total=\"100\" color=\"warning\"></progress-ui>\n </col-ui>\n <col-ui gap=\"1\">\n <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n <text-ui size=\"sm\">Team seats</text-ui>\n <text-ui size=\"sm\" color=\"subtle\">10 / 10</text-ui>\n </row-ui>\n <progress-ui value=\"100\" total=\"100\" color=\"danger\"></progress-ui>\n </col-ui>\n </col-ui>\n </section>\n </card-ui>\n </section>",
10
+ "source": "catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
11
+ "metadata": {
12
+ "domain": "billing",
13
+ "description": "Usage quota card — a card listing several metered resources (API calls, storage, seats), each a label with a used / limit count and a progress bar that turns warning then danger as the resource fills. The 'how much of your plan limits you've used this period' meter panel.",
14
+ "keywords": [
15
+ "usage",
16
+ "quota",
17
+ "meter",
18
+ "limits",
19
+ "metered",
20
+ "billing",
21
+ "consumption",
22
+ "api",
23
+ "calls",
24
+ "requests",
25
+ "storage",
26
+ "bandwidth",
27
+ "seats",
28
+ "plan",
29
+ "limits",
30
+ "used",
31
+ "remaining",
32
+ "progress",
33
+ "bars",
34
+ "resource",
35
+ "utilization",
36
+ "capacity",
37
+ "allowance",
38
+ "tier",
39
+ "limits",
40
+ "usage",
41
+ "card",
42
+ "overage",
43
+ "this",
44
+ "period"
45
+ ]
46
+ },
47
+ "captured_at": "2026-06-10T19:45:40.486Z",
48
+ "template": [
49
+ {
50
+ "id": "text",
51
+ "component": "Text",
52
+ "strong": true,
53
+ "textContent": "Usage this period"
54
+ },
55
+ {
56
+ "id": "text-2",
57
+ "component": "Text",
58
+ "color": "subtle",
59
+ "size": "sm",
60
+ "textContent": "Resets May 1"
61
+ },
62
+ {
63
+ "id": "header",
64
+ "component": "Header",
65
+ "children": [
66
+ "text",
67
+ "text-2"
68
+ ]
69
+ },
70
+ {
71
+ "id": "text-3",
72
+ "component": "Text",
73
+ "size": "sm",
74
+ "textContent": "API calls"
75
+ },
76
+ {
77
+ "id": "text-4",
78
+ "component": "Text",
79
+ "color": "subtle",
80
+ "size": "sm",
81
+ "textContent": "62,400 / 100,000"
82
+ },
83
+ {
84
+ "id": "row",
85
+ "component": "Row",
86
+ "align": "center",
87
+ "gap": "3",
88
+ "justify": "between",
89
+ "children": [
90
+ "text-3",
91
+ "text-4"
92
+ ]
93
+ },
94
+ {
95
+ "id": "progress",
96
+ "component": "Progress",
97
+ "value": 62
98
+ },
99
+ {
100
+ "id": "column-2",
101
+ "component": "Column",
102
+ "gap": "1",
103
+ "children": [
104
+ "row",
105
+ "progress"
106
+ ]
107
+ },
108
+ {
109
+ "id": "text-5",
110
+ "component": "Text",
111
+ "size": "sm",
112
+ "textContent": "Storage"
113
+ },
114
+ {
115
+ "id": "text-6",
116
+ "component": "Text",
117
+ "color": "subtle",
118
+ "size": "sm",
119
+ "textContent": "8.1 GB / 10 GB"
120
+ },
121
+ {
122
+ "id": "row-2",
123
+ "component": "Row",
124
+ "align": "center",
125
+ "gap": "3",
126
+ "justify": "between",
127
+ "children": [
128
+ "text-5",
129
+ "text-6"
130
+ ]
131
+ },
132
+ {
133
+ "id": "progress-2",
134
+ "component": "Progress",
135
+ "value": 81
136
+ },
137
+ {
138
+ "id": "column-3",
139
+ "component": "Column",
140
+ "gap": "1",
141
+ "children": [
142
+ "row-2",
143
+ "progress-2"
144
+ ]
145
+ },
146
+ {
147
+ "id": "text-7",
148
+ "component": "Text",
149
+ "size": "sm",
150
+ "textContent": "Team seats"
151
+ },
152
+ {
153
+ "id": "text-8",
154
+ "component": "Text",
155
+ "color": "subtle",
156
+ "size": "sm",
157
+ "textContent": "10 / 10"
158
+ },
159
+ {
160
+ "id": "row-3",
161
+ "component": "Row",
162
+ "align": "center",
163
+ "gap": "3",
164
+ "justify": "between",
165
+ "children": [
166
+ "text-7",
167
+ "text-8"
168
+ ]
169
+ },
170
+ {
171
+ "id": "progress-3",
172
+ "component": "Progress",
173
+ "value": 100
174
+ },
175
+ {
176
+ "id": "column-4",
177
+ "component": "Column",
178
+ "gap": "1",
179
+ "children": [
180
+ "row-3",
181
+ "progress-3"
182
+ ]
183
+ },
184
+ {
185
+ "id": "column",
186
+ "component": "Column",
187
+ "gap": "4",
188
+ "children": [
189
+ "column-2",
190
+ "column-3",
191
+ "column-4"
192
+ ]
193
+ },
194
+ {
195
+ "id": "section",
196
+ "component": "Section",
197
+ "children": [
198
+ "column"
199
+ ]
200
+ },
201
+ {
202
+ "id": "card",
203
+ "component": "Card",
204
+ "children": [
205
+ "header",
206
+ "section"
207
+ ]
208
+ },
209
+ {
210
+ "id": "root",
211
+ "component": "Section",
212
+ "children": [
213
+ "card"
214
+ ]
215
+ }
216
+ ]
217
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.7.20",
3
+ "version": "0.7.22",
4
4
  "type": "module",
5
5
  "description": "AdiaUI A2UI training corpus \u2014 canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
6
6
  "exports": {