@adia-ai/gen-ui 0.8.42 → 0.8.43

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 (32) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/compose/strategies/monolithic/_shared.js +2 -2
  3. package/compose/transpiler/transpiler-maps.js +1 -1
  4. package/compose/transpiler/transpiler.js +1 -1
  5. package/corpus/chunk-embeddings.json +1 -1
  6. package/corpus/chunks/_index.json +34 -4
  7. package/corpus/chunks/_source-hashes.json +25 -29
  8. package/corpus/chunks/analytics-chart.json +4 -4
  9. package/corpus/chunks/blog-post-card.json +3 -3
  10. package/corpus/chunks/chart-in-card-chart-plus-breakdown.json +3 -3
  11. package/corpus/chunks/chart-in-card-chart-plus-stat.json +3 -3
  12. package/corpus/chunks/chart-in-card-chart-with-filter-pills.json +3 -3
  13. package/corpus/chunks/chart-in-card-full-bleed-legend.json +4 -4
  14. package/corpus/chunks/chart-in-card-full-chart.json +3 -3
  15. package/corpus/chunks/chart-in-card-trend-footer.json +3 -3
  16. package/corpus/chunks/chart-with-filter-pills.json +3 -3
  17. package/corpus/chunks/cta-banner-centered.json +3 -4
  18. package/corpus/chunks/dashboard-acquisition-panel.json +3 -3
  19. package/corpus/chunks/dashboard-admin-page.json +2 -2
  20. package/corpus/chunks/dashboard-audience-panel.json +3 -3
  21. package/corpus/chunks/dashboard-chart-recent.json +3 -3
  22. package/corpus/chunks/dashboard-overview-panel.json +2 -2
  23. package/corpus/chunks/dashboard-traffic-channels.json +4 -4
  24. package/corpus/chunks/logo-cloud-trusted-by.json +37 -32
  25. package/corpus/chunks/marketing-page-shell.json +3 -3
  26. package/corpus/chunks/member-edit-drawer.json +4 -3
  27. package/corpus/chunks/real-time-metrics-dashboard.json +3 -3
  28. package/corpus/chunks/split-pane-editor.json +4 -4
  29. package/corpus/chunks/table-toolbar-adiav2-row.json +249 -0
  30. package/corpus/chunks/testimonial-pull-quote.json +2 -2
  31. package/corpus/manifest.json +3 -3
  32. package/package.json +1 -1
@@ -6,10 +6,10 @@
6
6
  "slots": [],
7
7
  "nested": [],
8
8
  "attrs": {
9
- "placement": "end",
9
+ "side": "right",
10
10
  "size": "md"
11
11
  },
12
- "html": "<drawer-ui id=\"member-edit-drawer\" placement=\"end\" size=\"md\">\n <header>\n <h2 slot=\"heading\">Edit member</h2>\n <text-ui slot=\"description\" color=\"subtle\" size=\"sm\">Adjust role, manager, and department. Changes save to admin → directory.</text-ui>\n </header>\n <section>\n <field-ui label=\"Full name\">\n <input-ui name=\"m_name\" value=\"Alex Chen\"></input-ui>\n </field-ui>\n <field-ui label=\"Title\">\n <input-ui name=\"m_title\" value=\"Senior Engineer\"></input-ui>\n </field-ui>\n <field-ui label=\"Department\">\n <select-ui name=\"m_dept\" value=\"engineering\">\n <option value=\"engineering\" selected>Engineering</option>\n <option value=\"product\">Product</option>\n <option value=\"design\">Design</option>\n <option value=\"sales\">Sales</option>\n <option value=\"cs\">Customer Success</option>\n <option value=\"ops\">Operations</option>\n </select-ui>\n </field-ui>\n <field-ui label=\"Reports to\">\n <select-ui name=\"m_manager\" value=\"maya\">\n <option value=\"jane\">Jane Doe (Founder)</option>\n <option value=\"maya\" selected>Maya Patel (VP Engineering)</option>\n <option value=\"riley\">Riley Park (Head of Design)</option>\n <option value=\"morgan\">Morgan Lee (Head of Sales)</option>\n <option value=\"\">No manager</option>\n </select-ui>\n </field-ui>\n <field-ui label=\"Status\">\n <segmented-ui name=\"m_status\" value=\"active\">\n <segment-ui text=\"Active\" value=\"active\"></segment-ui>\n <segment-ui text=\"Pending\" value=\"pending\"></segment-ui>\n <segment-ui text=\"Suspended\" value=\"suspended\"></segment-ui>\n </segmented-ui>\n </field-ui>\n </section>\n <footer>\n <button-ui slot=\"action\" text=\"Cancel\" variant=\"ghost\"></button-ui>\n <button-ui slot=\"action\" text=\"Save changes\" variant=\"primary\"></button-ui>\n </footer>\n </drawer-ui>",
12
+ "html": "<drawer-ui id=\"member-edit-drawer\" side=\"right\" size=\"md\">\n <header>\n <h2 slot=\"heading\">Edit member</h2>\n <text-ui slot=\"description\" color=\"subtle\" size=\"sm\">Adjust role, manager, and department. Changes save to admin → directory.</text-ui>\n </header>\n <section>\n <field-ui label=\"Full name\">\n <input-ui name=\"m_name\" value=\"Alex Chen\"></input-ui>\n </field-ui>\n <field-ui label=\"Title\">\n <input-ui name=\"m_title\" value=\"Senior Engineer\"></input-ui>\n </field-ui>\n <field-ui label=\"Department\">\n <select-ui name=\"m_dept\" value=\"engineering\">\n <option value=\"engineering\" selected>Engineering</option>\n <option value=\"product\">Product</option>\n <option value=\"design\">Design</option>\n <option value=\"sales\">Sales</option>\n <option value=\"cs\">Customer Success</option>\n <option value=\"ops\">Operations</option>\n </select-ui>\n </field-ui>\n <field-ui label=\"Reports to\">\n <select-ui name=\"m_manager\" value=\"maya\">\n <option value=\"jane\">Jane Doe (Founder)</option>\n <option value=\"maya\" selected>Maya Patel (VP Engineering)</option>\n <option value=\"riley\">Riley Park (Head of Design)</option>\n <option value=\"morgan\">Morgan Lee (Head of Sales)</option>\n <option value=\"\">No manager</option>\n </select-ui>\n </field-ui>\n <field-ui label=\"Status\">\n <segmented-ui name=\"m_status\" value=\"active\">\n <segment-ui text=\"Active\" value=\"active\"></segment-ui>\n <segment-ui text=\"Pending\" value=\"pending\"></segment-ui>\n <segment-ui text=\"Suspended\" value=\"suspended\"></segment-ui>\n </segmented-ui>\n </field-ui>\n </section>\n <footer>\n <button-ui slot=\"action\" text=\"Cancel\" variant=\"ghost\"></button-ui>\n <button-ui slot=\"action\" text=\"Save changes\" variant=\"primary\"></button-ui>\n </footer>\n </drawer-ui>",
13
13
  "source": "apps/user-flow/app/registration/org-review/org-review.contents.html",
14
14
  "metadata": {
15
15
  "domain": "settings",
@@ -24,7 +24,7 @@
24
24
  "settings"
25
25
  ]
26
26
  },
27
- "captured_at": "2026-07-17T20:08:04.842Z",
27
+ "captured_at": "2026-08-18T01:53:10.975Z",
28
28
  "template": [
29
29
  {
30
30
  "id": "text",
@@ -225,6 +225,7 @@
225
225
  {
226
226
  "id": "root",
227
227
  "component": "Drawer",
228
+ "side": "right",
228
229
  "size": "md",
229
230
  "children": [
230
231
  "header",
@@ -6,7 +6,7 @@
6
6
  "slots": [],
7
7
  "nested": [],
8
8
  "attrs": {},
9
- "html": "<section>\n <col-ui gap=\"4\">\n <row-ui gap=\"3\" align=\"center\">\n <h3>Live metrics</h3>\n <tag-ui text=\"● Live\" variant=\"success\" size=\"sm\"></tag-ui>\n <text-ui size=\"sm\" color=\"subtle\">Updated 2s ago</text-ui>\n </row-ui>\n <grid-ui columns=\"2 4@md\" gap=\"3\">\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Requests / sec</text-ui></header>\n <section><text-ui size=\"lg\" strong>1,284</text-ui></section>\n </card-ui>\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Latency p50</text-ui></header>\n <section><text-ui size=\"lg\" strong>42ms</text-ui></section>\n </card-ui>\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Error budget</text-ui></header>\n <section>\n <col-ui gap=\"1\">\n <text-ui size=\"lg\" strong color=\"success\">96%</text-ui>\n <progress-ui value=\"96\"></progress-ui>\n </col-ui>\n </section>\n </card-ui>\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Active sessions</text-ui></header>\n <section><text-ui size=\"lg\" strong>8,419</text-ui></section>\n </card-ui>\n </grid-ui>\n <card-ui>\n <header><text-ui strong>Throughput (last 60s)</text-ui></header>\n <section>\n <chart-ui type=\"line\" x=\"t\" y=\"v\" hide-values data='[{\"t\":0,\"v\":1100},{\"t\":10,\"v\":1180},{\"t\":20,\"v\":1240},{\"t\":30,\"v\":1284},{\"t\":40,\"v\":1310},{\"t\":50,\"v\":1295},{\"t\":60,\"v\":1284}]' style=\"height:120px\"></chart-ui>\n </section>\n </card-ui>\n </col-ui>\n </section>",
9
+ "html": "<section>\n <col-ui gap=\"4\">\n <row-ui gap=\"3\" align=\"center\">\n <h3>Live metrics</h3>\n <tag-ui text=\"● Live\" variant=\"success\" size=\"sm\"></tag-ui>\n <text-ui size=\"sm\" color=\"subtle\">Updated 2s ago</text-ui>\n </row-ui>\n <grid-ui columns=\"2 4@md\" gap=\"3\">\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Requests / sec</text-ui></header>\n <section><text-ui size=\"lg\" strong>1,284</text-ui></section>\n </card-ui>\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Latency p50</text-ui></header>\n <section><text-ui size=\"lg\" strong>42ms</text-ui></section>\n </card-ui>\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Error budget</text-ui></header>\n <section>\n <col-ui gap=\"1\">\n <text-ui size=\"lg\" strong color=\"success\">96%</text-ui>\n <progress-ui value=\"96\"></progress-ui>\n </col-ui>\n </section>\n </card-ui>\n <card-ui>\n <header><text-ui size=\"sm\" color=\"subtle\">Active sessions</text-ui></header>\n <section><text-ui size=\"lg\" strong>8,419</text-ui></section>\n </card-ui>\n </grid-ui>\n <card-ui>\n <header><text-ui strong>Throughput (last 60s)</text-ui></header>\n <section>\n <chart-ui type=\"line\" x=\"t\" y=\"v\" no-values data='[{\"t\":0,\"v\":1100},{\"t\":10,\"v\":1180},{\"t\":20,\"v\":1240},{\"t\":30,\"v\":1284},{\"t\":40,\"v\":1310},{\"t\":50,\"v\":1295},{\"t\":60,\"v\":1284}]' style=\"height:120px\"></chart-ui>\n </section>\n </card-ui>\n </col-ui>\n </section>",
10
10
  "source": "catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
11
11
  "metadata": {
12
12
  "domain": "data",
@@ -25,7 +25,7 @@
25
25
  "progress"
26
26
  ]
27
27
  },
28
- "captured_at": "2026-08-17T04:06:20.963Z",
28
+ "captured_at": "2026-08-18T05:03:46.997Z",
29
29
  "template": [
30
30
  {
31
31
  "id": "text",
@@ -297,7 +297,7 @@
297
297
  "v": 1284
298
298
  }
299
299
  ],
300
- "hideValues": true,
300
+ "noValues": true,
301
301
  "x": "t",
302
302
  "y": "v"
303
303
  },
@@ -6,7 +6,7 @@
6
6
  "slots": [],
7
7
  "nested": [],
8
8
  "attrs": {},
9
- "html": "<div\n style=\"display:flex; height:420px;\">\n <pane-ui side=\"leading\" resizable min-width=\"240\" max-width=\"640\" style=\"width:50%;\">\n <header>\n <row-ui gap=\"2\" align=\"center\">\n <button-ui text=\"Run\" variant=\"primary\" size=\"sm\" icon=\"play\"></button-ui>\n <button-ui text=\"Save\" variant=\"outline\" size=\"sm\" icon=\"floppy-disk\"></button-ui>\n </row-ui>\n </header>\n <section>\n <textarea-ui\n placeholder=\"// Write your code here\"\n style=\"height:100%; width:100%; font-family:monospace;\"\n ></textarea-ui>\n </section>\n </pane-ui>\n <pane-ui side=\"trailing\" style=\"flex:1;\">\n <header>\n <row-ui gap=\"2\" align=\"center\">\n <text-ui strong size=\"sm\">Preview</text-ui>\n </row-ui>\n </header>\n <section>\n <text-ui color=\"subtle\">Live preview will appear here</text-ui>\n </section>\n </pane-ui>\n</div>",
9
+ "html": "<div\n style=\"display:flex; height:420px;\">\n <pane-ui edge=\"leading\" resizable min-width=\"240\" max-width=\"640\" style=\"width:50%;\">\n <header>\n <row-ui gap=\"2\" align=\"center\">\n <button-ui text=\"Run\" variant=\"primary\" size=\"sm\" icon=\"play\"></button-ui>\n <button-ui text=\"Save\" variant=\"outline\" size=\"sm\" icon=\"floppy-disk\"></button-ui>\n </row-ui>\n </header>\n <section>\n <textarea-ui\n placeholder=\"// Write your code here\"\n style=\"height:100%; width:100%; font-family:monospace;\"\n ></textarea-ui>\n </section>\n </pane-ui>\n <pane-ui edge=\"trailing\" style=\"flex:1;\">\n <header>\n <row-ui gap=\"2\" align=\"center\">\n <text-ui strong size=\"sm\">Preview</text-ui>\n </row-ui>\n </header>\n <section>\n <text-ui color=\"subtle\">Live preview will appear here</text-ui>\n </section>\n </pane-ui>\n</div>",
10
10
  "source": "catalog/ui-patterns/app/split-pane-editor/split-pane-editor.contents.html",
11
11
  "metadata": {
12
12
  "domain": "layout",
@@ -30,7 +30,7 @@
30
30
  "ide"
31
31
  ]
32
32
  },
33
- "captured_at": "2026-08-10T18:10:27.206Z",
33
+ "captured_at": "2026-08-18T04:03:31.540Z",
34
34
  "template": [
35
35
  {
36
36
  "id": "button",
@@ -80,10 +80,10 @@
80
80
  {
81
81
  "id": "panel",
82
82
  "component": "Panel",
83
+ "edge": "leading",
83
84
  "maxWidth": 640,
84
85
  "minWidth": 240,
85
86
  "resizable": true,
86
- "side": "leading",
87
87
  "children": [
88
88
  "header",
89
89
  "section"
@@ -128,7 +128,7 @@
128
128
  {
129
129
  "id": "panel-2",
130
130
  "component": "Panel",
131
- "side": "trailing",
131
+ "edge": "trailing",
132
132
  "children": [
133
133
  "header-2",
134
134
  "section-2"
@@ -0,0 +1,249 @@
1
+ {
2
+ "name": "table-toolbar-adiav2-row",
3
+ "kind": "block",
4
+ "primary": "div",
5
+ "page": "/packages/web-components/components/table-toolbar/table-toolbar.examples.html",
6
+ "slots": [],
7
+ "nested": [],
8
+ "attrs": {
9
+ "data-artifact-item": "",
10
+ "data-artifact-label": "adiav2 list-page toolbar row — scope + range summary + page-size"
11
+ },
12
+ "html": "<col-ui gap=\"0\">\n <table-toolbar-ui for=\"accounts-table\" no-sort no-search\n range-start=\"1\" range-end=\"25\" range-total=\"320\"\n page-size-options=\"[10,25,50,100]\" page-size=\"25\">\n <select-ui slot=\"scope\" size=\"sm\" aria-label=\"Scope\">\n <option value=\"all\" selected>All accounts</option>\n <option value=\"mine\">My accounts</option>\n </select-ui>\n <button-ui slot=\"actions\" text=\"New account\" icon=\"plus\" variant=\"primary\" size=\"sm\"></button-ui>\n </table-toolbar-ui>\n <card-ui>\n <section bleed>\n <table-ui id=\"accounts-table\" sortable raw>\n <table>\n <thead><tr><th>Account</th><th>Owner</th><th>Status</th></tr></thead>\n <tbody>\n <tr><td>Acme Health</td><td>Maya Chen</td><td><tag-ui variant=\"success\">Active</tag-ui></td></tr>\n <tr><td>Northwind Clinics</td><td>Alex Park</td><td><tag-ui variant=\"success\">Active</tag-ui></td></tr>\n <tr><td>Globex Medical</td><td>Jordan Lee</td><td><tag-ui variant=\"warning\">Trial</tag-ui></td></tr>\n </tbody>\n </table>\n </table-ui>\n </section>\n </card-ui>\n </col-ui>",
13
+ "source": "packages/web-components/components/table-toolbar/table-toolbar.examples.html",
14
+ "metadata": {
15
+ "domain": "data",
16
+ "description": "The ratified adiav2 list-page toolbar row (ADIA2-9123): a leading scope/view-switcher slot, a &quot;Showing X-Y of N&quot; range summary, filter and columns triggers (sort and search dropped per that contract), a page-size select, and a primary CTA in the trailing actions slot.",
17
+ "keywords": [
18
+ "table",
19
+ "toolbar",
20
+ "scope",
21
+ "range",
22
+ "summary",
23
+ "showing",
24
+ "pagination",
25
+ "page",
26
+ "size",
27
+ "select",
28
+ "adiav2",
29
+ "list",
30
+ "page"
31
+ ]
32
+ },
33
+ "captured_at": "2026-08-18T05:03:46.997Z",
34
+ "template": [
35
+ {
36
+ "id": "scope",
37
+ "component": "ChoicePicker",
38
+ "slot": "scope",
39
+ "size": "sm",
40
+ "label": "Scope",
41
+ "options": [
42
+ {
43
+ "value": "all",
44
+ "label": "All accounts"
45
+ },
46
+ {
47
+ "value": "mine",
48
+ "label": "My accounts"
49
+ }
50
+ ],
51
+ "value": "all"
52
+ },
53
+ {
54
+ "id": "button",
55
+ "component": "Button",
56
+ "slot": "actions",
57
+ "icon": "plus",
58
+ "size": "sm",
59
+ "text": "New account",
60
+ "variant": "primary"
61
+ },
62
+ {
63
+ "id": "table-toolbar",
64
+ "component": "TableToolbar",
65
+ "for": "accounts-table",
66
+ "noSearch": true,
67
+ "noSort": true,
68
+ "pageSize": 25,
69
+ "pageSizeOptions": [
70
+ 10,
71
+ 25,
72
+ 50,
73
+ 100
74
+ ],
75
+ "rangeEnd": 25,
76
+ "rangeStart": 1,
77
+ "rangeTotal": 320,
78
+ "children": [
79
+ "scope",
80
+ "button"
81
+ ]
82
+ },
83
+ {
84
+ "id": "text",
85
+ "component": "Text",
86
+ "textContent": "Account",
87
+ "variant": "body"
88
+ },
89
+ {
90
+ "id": "text-2",
91
+ "component": "Text",
92
+ "textContent": "Owner",
93
+ "variant": "body"
94
+ },
95
+ {
96
+ "id": "text-3",
97
+ "component": "Text",
98
+ "textContent": "Status",
99
+ "variant": "body"
100
+ },
101
+ {
102
+ "id": "column-2",
103
+ "component": "Column",
104
+ "children": [
105
+ "text",
106
+ "text-2",
107
+ "text-3"
108
+ ]
109
+ },
110
+ {
111
+ "id": "text-4",
112
+ "component": "Text",
113
+ "textContent": "Acme Health",
114
+ "variant": "body"
115
+ },
116
+ {
117
+ "id": "text-5",
118
+ "component": "Text",
119
+ "textContent": "Maya Chen",
120
+ "variant": "body"
121
+ },
122
+ {
123
+ "id": "tag",
124
+ "component": "Tag",
125
+ "variant": "success",
126
+ "text": "Active"
127
+ },
128
+ {
129
+ "id": "column-7",
130
+ "component": "Column",
131
+ "children": [
132
+ "text-4",
133
+ "text-5",
134
+ "tag"
135
+ ]
136
+ },
137
+ {
138
+ "id": "text-6",
139
+ "component": "Text",
140
+ "textContent": "Northwind Clinics",
141
+ "variant": "body"
142
+ },
143
+ {
144
+ "id": "text-7",
145
+ "component": "Text",
146
+ "textContent": "Alex Park",
147
+ "variant": "body"
148
+ },
149
+ {
150
+ "id": "tag-2",
151
+ "component": "Tag",
152
+ "variant": "success",
153
+ "text": "Active"
154
+ },
155
+ {
156
+ "id": "column-11",
157
+ "component": "Column",
158
+ "children": [
159
+ "text-6",
160
+ "text-7",
161
+ "tag-2"
162
+ ]
163
+ },
164
+ {
165
+ "id": "text-8",
166
+ "component": "Text",
167
+ "textContent": "Globex Medical",
168
+ "variant": "body"
169
+ },
170
+ {
171
+ "id": "text-9",
172
+ "component": "Text",
173
+ "textContent": "Jordan Lee",
174
+ "variant": "body"
175
+ },
176
+ {
177
+ "id": "tag-3",
178
+ "component": "Tag",
179
+ "variant": "warning",
180
+ "text": "Trial"
181
+ },
182
+ {
183
+ "id": "column-15",
184
+ "component": "Column",
185
+ "children": [
186
+ "text-8",
187
+ "text-9",
188
+ "tag-3"
189
+ ]
190
+ },
191
+ {
192
+ "id": "column-6",
193
+ "component": "Column",
194
+ "children": [
195
+ "column-7",
196
+ "column-11",
197
+ "column-15"
198
+ ]
199
+ },
200
+ {
201
+ "id": "table",
202
+ "component": "Table",
203
+ "children": [
204
+ "column-2",
205
+ "column-6"
206
+ ]
207
+ },
208
+ {
209
+ "id": "accounts-table",
210
+ "component": "Table",
211
+ "raw": true,
212
+ "sortable": true,
213
+ "children": [
214
+ "table"
215
+ ]
216
+ },
217
+ {
218
+ "id": "section",
219
+ "component": "Section",
220
+ "bleed": true,
221
+ "children": [
222
+ "column-19"
223
+ ]
224
+ },
225
+ {
226
+ "id": "column-19",
227
+ "component": "Column",
228
+ "children": [
229
+ "accounts-table"
230
+ ]
231
+ },
232
+ {
233
+ "id": "card",
234
+ "component": "Card",
235
+ "children": [
236
+ "section"
237
+ ]
238
+ },
239
+ {
240
+ "id": "root",
241
+ "component": "Column",
242
+ "gap": "0",
243
+ "children": [
244
+ "table-toolbar",
245
+ "card"
246
+ ]
247
+ }
248
+ ]
249
+ }
@@ -6,7 +6,7 @@
6
6
  "slots": [],
7
7
  "nested": [],
8
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>",
9
+ "html": "<section>\n <card-ui raw>\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
10
  "source": "catalog/ui-patterns/v050-content-blocks/v050-content-blocks.contents.html",
11
11
  "metadata": {
12
12
  "domain": "marketing",
@@ -46,7 +46,7 @@
46
46
  "mouth"
47
47
  ]
48
48
  },
49
- "captured_at": "2026-08-15T04:10:49.553Z",
49
+ "captured_at": "2026-08-18T02:07:20.228Z",
50
50
  "template": [
51
51
  {
52
52
  "id": "text",
@@ -1,6 +1,6 @@
1
1
  {
2
- "timestamp": "2026-08-17T22:21:13.118Z",
2
+ "timestamp": "2026-08-18T05:03:46.997Z",
3
3
  "pages": 209,
4
- "chunks": 536,
5
- "skipped": 1566
4
+ "chunks": 537,
5
+ "skipped": 1528
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/gen-ui",
3
- "version": "0.8.42",
3
+ "version": "0.8.43",
4
4
  "description": "AdiaUI generative-UI system — compose strategies, retrieval, the harvested training corpus, and catalog-aware + LLM-judge validation. Emits A2UI protocol messages; pairs with @adia-ai/a2ui (the protocol runtime). Folded from @adia-ai/a2ui-{compose,retrieval,corpus} + the catalog/semantic halves of the former @adia-ai/a2ui-validator (ADR-0048).",
5
5
  "type": "module",
6
6
  "main": "./compose/index.js",