build: build registry

This commit is contained in:
Lucas Bois 2024-04-01 17:56:50 -03:00
parent 7bceebf301
commit f696f17599

View File

@ -1161,7 +1161,7 @@ export const Index = {
"Dashboard05": { "Dashboard05": {
name: "Dashboard05", name: "Dashboard05",
type: "components:block", type: "components:block",
registryDependencies: ["button","card","checkbox","dropdown-menu","input","sheet"], registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","pagination","progress","separator","table","tabs","tooltip","checkbox"],
component: () => import("../src/lib/registry/default/block/Dashboard05.vue").then((m) => m.default), component: () => import("../src/lib/registry/default/block/Dashboard05.vue").then((m) => m.default),
files: ["../src/lib/registry/default/block/Dashboard05.vue"], files: ["../src/lib/registry/default/block/Dashboard05.vue"],
}, },
@ -2321,5 +2321,12 @@ export const Index = {
component: () => import("../src/lib/registry/new-york/block/Dashboard04.vue").then((m) => m.default), component: () => import("../src/lib/registry/new-york/block/Dashboard04.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/block/Dashboard04.vue"], files: ["../src/lib/registry/new-york/block/Dashboard04.vue"],
}, },
"Dashboard05": {
name: "Dashboard05",
type: "components:block",
registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","pagination","progress","separator","table","tabs","tooltip","checkbox"],
component: () => import("../src/lib/registry/new-york/block/Dashboard05.vue").then((m) => m.default),
files: ["../src/lib/registry/new-york/block/Dashboard05.vue"],
},
}, },
} }