release: complete UI component catalog 0.2.58

This commit is contained in:
2026-07-19 18:14:06 +05:30
parent c0c09426ff
commit 0d3ec79ee4
1481 changed files with 136921 additions and 101 deletions
+7 -1
View File
@@ -40,7 +40,13 @@ const LICENSE = "MIT";
/** Extra (non-code) files each package must ship, relative to the package root. */
const ASSETS: Record<string, string[]> = {
"@wrnexus/ui": ["components", "ui.css"],
"@wrnexus/ui": [
"components",
"ui.css",
"component-catalog.json",
"component-reference.json",
"COMPONENTS.md",
],
};
interface Pkg {