@adia-ai/gen-ui 0.8.47 → 0.8.50
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 +18 -0
- package/corpus/chunk-embeddings.json +1 -1
- package/corpus/chunks/_index.json +189 -4
- package/corpus/chunks/_source-hashes.json +120 -120
- package/corpus/chunks/data-import-wizard.json +2 -2
- package/corpus/chunks/onb-step-shell.json +2 -2
- package/corpus/chunks/reg-step-shell.json +2 -2
- package/corpus/chunks/table-footer-open-total.json +47 -0
- package/corpus/chunks/table-footer-range-of.json +46 -0
- package/corpus/chunks/table-toolbar-adiav2-row.json +2 -3
- package/corpus/chunks/table-toolbar-chrome-only-empty.json +2 -3
- package/corpus/chunks/table-toolbar-open-total.json +44 -0
- package/corpus/chunks/table-toolbar-range-of.json +47 -0
- package/corpus/chunks/table-toolbar-summary-slot.json +200 -0
- package/corpus/chunks/table-toolbar-title-always.json +198 -0
- package/corpus/manifest.json +3 -3
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/gen-ui",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.50",
|
|
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",
|