release: complete UI component catalog 0.2.58
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user