diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 896b98b2..2dbe0b0b 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -80,6 +80,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/BadgeSecondaryDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/BadgeSecondaryDemo.vue"], }, + "BarChartDemo": { + name: "BarChartDemo", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/default/example/BarChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/BarChartDemo.vue"], + }, "BreadcrumbDemo": { name: "BreadcrumbDemo", type: "components:example", @@ -465,6 +472,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/DialogScrollOverlayDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/DialogScrollOverlayDemo.vue"], }, + "DonutChartDemo": { + name: "DonutChartDemo", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/default/example/DonutChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/DonutChartDemo.vue"], + }, "DrawerDemo": { name: "DrawerDemo", type: "components:example", @@ -1194,6 +1208,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue"], }, + "BarChartDemo": { + name: "BarChartDemo", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/new-york/example/BarChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/BarChartDemo.vue"], + }, "BreadcrumbDemo": { name: "BreadcrumbDemo", type: "components:example", @@ -1579,6 +1600,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue"], }, + "DonutChartDemo": { + name: "DonutChartDemo", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/new-york/example/DonutChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/DonutChartDemo.vue"], + }, "DrawerDemo": { name: "DrawerDemo", type: "components:example",