@adia-ai/gen-ui 0.8.41 → 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 (36) hide show
  1. package/CHANGELOG.md +14 -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 +43 -46
  8. package/corpus/chunks/analytics-chart.json +4 -4
  9. package/corpus/chunks/blog-post-card.json +3 -3
  10. package/corpus/chunks/card-with-empty-state.json +3 -2
  11. package/corpus/chunks/chart-in-card-chart-plus-breakdown.json +3 -3
  12. package/corpus/chunks/chart-in-card-chart-plus-stat.json +3 -3
  13. package/corpus/chunks/chart-in-card-chart-with-filter-pills.json +3 -3
  14. package/corpus/chunks/chart-in-card-full-bleed-legend.json +4 -4
  15. package/corpus/chunks/chart-in-card-full-chart.json +3 -3
  16. package/corpus/chunks/chart-in-card-trend-footer.json +3 -3
  17. package/corpus/chunks/chart-with-filter-pills.json +3 -3
  18. package/corpus/chunks/color-picker-swatches.json +5 -5
  19. package/corpus/chunks/cta-banner-centered.json +3 -4
  20. package/corpus/chunks/dashboard-acquisition-panel.json +3 -3
  21. package/corpus/chunks/dashboard-admin-page.json +2 -2
  22. package/corpus/chunks/dashboard-audience-panel.json +3 -3
  23. package/corpus/chunks/dashboard-chart-recent.json +3 -3
  24. package/corpus/chunks/dashboard-overview-panel.json +2 -2
  25. package/corpus/chunks/dashboard-traffic-channels.json +4 -4
  26. package/corpus/chunks/image-carousel.json +2 -3
  27. package/corpus/chunks/logo-cloud-trusted-by.json +37 -32
  28. package/corpus/chunks/marketing-page-shell.json +3 -3
  29. package/corpus/chunks/member-edit-drawer.json +4 -3
  30. package/corpus/chunks/playground-app-shell.json +3 -3
  31. package/corpus/chunks/real-time-metrics-dashboard.json +3 -3
  32. package/corpus/chunks/split-pane-editor.json +4 -4
  33. package/corpus/chunks/table-toolbar-adiav2-row.json +249 -0
  34. package/corpus/chunks/testimonial-pull-quote.json +2 -2
  35. package/corpus/manifest.json +3 -3
  36. package/package.json +1 -1
@@ -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-17T16:31:51.618Z",
2
+ "timestamp": "2026-08-18T05:03:46.997Z",
3
3
  "pages": 209,
4
- "chunks": 536,
5
- "skipped": 1554
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.41",
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",