diff --git a/apps/www/.vitepress/theme/components/Announcement.vue b/apps/www/.vitepress/theme/components/Announcement.vue index 83e1412e..bcf63a66 100644 --- a/apps/www/.vitepress/theme/components/Announcement.vue +++ b/apps/www/.vitepress/theme/components/Announcement.vue @@ -1,5 +1,6 @@ diff --git a/apps/www/.vitepress/theme/components/BlockPreview.vue b/apps/www/.vitepress/theme/components/BlockPreview.vue index 404847ea..65b33573 100644 --- a/apps/www/.vitepress/theme/components/BlockPreview.vue +++ b/apps/www/.vitepress/theme/components/BlockPreview.vue @@ -156,7 +156,7 @@ watch([style, codeConfig], async () => { @@ -219,7 +219,7 @@ watch([style, codeConfig], async () => { ref="resizableRef" class="relative rounded-lg border bg-background transition-all " :default-size="100" - :min-size="25" + :min-size="30" >
diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 09777068..265902db 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -1158,6 +1158,27 @@ export const Index = { component: () => import("../src/lib/registry/default/block/Dashboard04.vue").then((m) => m.default), files: ["../src/lib/registry/default/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/default/block/Dashboard05.vue").then((m) => m.default), + files: ["../src/lib/registry/default/block/Dashboard05.vue"], + }, + "Dashboard06": { + name: "Dashboard06", + type: "components:block", + registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","table","tabs","tooltip"], + component: () => import("../src/lib/registry/default/block/Dashboard06.vue").then((m) => m.default), + files: ["../src/lib/registry/default/block/Dashboard06.vue"], + }, + "Dashboard07": { + name: "Dashboard07", + type: "components:block", + registryDependencies: ["badge","button","card","dropdown-menu","input","textarea","label","toggle-group","breadcrumb","sheet","table","select","tooltip"], + component: () => import("../src/lib/registry/default/block/Dashboard07.vue").then((m) => m.default), + files: ["../src/lib/registry/default/block/Dashboard07.vue"], + }, }, "new-york": { "AccordionDemo": { name: "AccordionDemo", @@ -2314,5 +2335,26 @@ export const Index = { component: () => import("../src/lib/registry/new-york/block/Dashboard04.vue").then((m) => m.default), 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"], + }, + "Dashboard06": { + name: "Dashboard06", + type: "components:block", + registryDependencies: ["badge","button","card","dropdown-menu","input","breadcrumb","sheet","table","tabs","tooltip"], + component: () => import("../src/lib/registry/new-york/block/Dashboard06.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/block/Dashboard06.vue"], + }, + "Dashboard07": { + name: "Dashboard07", + type: "components:block", + registryDependencies: ["badge","button","card","dropdown-menu","input","textarea","label","toggle-group","breadcrumb","sheet","table","select","tooltip"], + component: () => import("../src/lib/registry/new-york/block/Dashboard07.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/block/Dashboard07.vue"], + }, }, } diff --git a/apps/www/package.json b/apps/www/package.json index 47bfee65..1b1ba221 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "type": "module", - "version": "0.10.2", + "version": "0.10.3", "files": [ "dist" ], @@ -32,7 +32,7 @@ "embla-carousel-vue": "^8.0.0", "lucide-vue-next": "^0.359.0", "magic-string": "^0.30.8", - "radix-vue": "^1.5.3", + "radix-vue": "^1.6.2", "tailwindcss-animate": "^1.0.7", "v-calendar": "^3.1.2", "vaul-vue": "^0.1.0", diff --git a/apps/www/src/content/docs/components-json.md b/apps/www/src/content/docs/components-json.md index 75ce9598..84473bda 100644 --- a/apps/www/src/content/docs/components-json.md +++ b/apps/www/src/content/docs/components-json.md @@ -146,3 +146,17 @@ Import alias for your components. } } ``` + +### aliases.ui + +Import alias for `ui` components. + +The CLI will use the `aliases.ui` value to determine where to place your `ui` components. Use this config if you want to customize the installation directory for your `ui` components. + +```json title="components.json" +{ + "aliases": { + "ui": "@/app/ui" + } +} +``` diff --git a/apps/www/src/lib/registry/default/block/Authentication03.vue b/apps/www/src/lib/registry/default/block/Authentication03.vue index a3d976ec..15dc0241 100644 --- a/apps/www/src/lib/registry/default/block/Authentication03.vue +++ b/apps/www/src/lib/registry/default/block/Authentication03.vue @@ -25,7 +25,7 @@ import { Label } from '@/lib/registry/default/ui/label'
-
+
diff --git a/apps/www/src/lib/registry/default/block/Dashboard05.vue b/apps/www/src/lib/registry/default/block/Dashboard05.vue new file mode 100644 index 00000000..a68f2a92 --- /dev/null +++ b/apps/www/src/lib/registry/default/block/Dashboard05.vue @@ -0,0 +1,778 @@ + + + + + diff --git a/apps/www/src/lib/registry/default/block/Dashboard06.vue b/apps/www/src/lib/registry/default/block/Dashboard06.vue new file mode 100644 index 00000000..dad34329 --- /dev/null +++ b/apps/www/src/lib/registry/default/block/Dashboard06.vue @@ -0,0 +1,641 @@ + + + + + diff --git a/apps/www/src/lib/registry/default/block/Dashboard07.vue b/apps/www/src/lib/registry/default/block/Dashboard07.vue new file mode 100644 index 00000000..5ee3afa9 --- /dev/null +++ b/apps/www/src/lib/registry/default/block/Dashboard07.vue @@ -0,0 +1,629 @@ + + + + +