From 99c685e41179cc3e01f67a4643c10b24d3a52317 Mon Sep 17 00:00:00 2001 From: zernonia Date: Mon, 25 Nov 2024 13:35:17 +0800 Subject: [PATCH] chore: add sidebars block (2/2) --- apps/www/__registry__/block.ts | 936 +++++++++++++++++- apps/www/__registry__/index.ts | 784 ++++++++++++++- apps/www/src/public/avatars/shadcn.jpg | Bin 0 -> 23707 bytes .../public/r/styles/default/Sidebar01.json | 3 +- .../public/r/styles/default/Sidebar06.json | 2 +- .../public/r/styles/default/Sidebar10.json | 71 ++ .../public/r/styles/default/Sidebar11.json | 33 + .../public/r/styles/default/Sidebar12.json | 50 + .../public/r/styles/default/Sidebar13.json | 26 + .../public/r/styles/default/Sidebar14.json | 24 + .../public/r/styles/default/Sidebar15.json | 98 ++ .../public/r/styles/new-york/Sidebar01.json | 3 +- .../public/r/styles/new-york/Sidebar06.json | 2 +- .../public/r/styles/new-york/Sidebar10.json | 71 ++ .../public/r/styles/new-york/Sidebar11.json | 33 + .../public/r/styles/new-york/Sidebar12.json | 50 + .../public/r/styles/new-york/Sidebar13.json | 26 + .../public/r/styles/new-york/Sidebar14.json | 24 + .../public/r/styles/new-york/Sidebar15.json | 98 ++ apps/www/src/public/r/temp.json | 614 +++++++++++- .../Sidebar01/components/VersionSwitcher.vue | 2 +- .../Sidebar02/components/VersionSwitcher.vue | 2 +- .../block/Sidebar07/components/NavUser.vue | 2 +- .../Sidebar07/components/TeamSwitcher.vue | 2 +- .../block/Sidebar08/components/NavUser.vue | 2 +- .../block/Sidebar09/components/NavUser.vue | 2 +- .../block/Sidebar10/components/AppSidebar.vue | 276 ++++++ .../block/Sidebar10/components/NavActions.vue | 143 +++ .../Sidebar10/components/NavFavorites.vue | 91 ++ .../block/Sidebar10/components/NavMain.vue | 31 + .../Sidebar10/components/NavSecondary.vue | 42 + .../Sidebar10/components/NavWorkspaces.vue | 82 ++ .../Sidebar10/components/TeamSwitcher.vue | 78 ++ .../registry/default/block/Sidebar10/page.vue | 51 + .../block/Sidebar11/components/AppSidebar.vue | 93 ++ .../block/Sidebar11/components/Tree.vue | 51 + .../registry/default/block/Sidebar11/page.vue | 61 ++ .../block/Sidebar12/components/AppSidebar.vue | 67 ++ .../block/Sidebar12/components/Calendars.vue | 64 ++ .../block/Sidebar12/components/DatePicker.vue | 15 + .../block/Sidebar12/components/NavUser.vue | 116 +++ .../registry/default/block/Sidebar12/page.vue | 44 + .../Sidebar13/components/SettingsDialog.vue | 130 +++ .../registry/default/block/Sidebar13/page.vue | 14 + .../block/Sidebar14/components/AppSidebar.vue | 194 ++++ .../registry/default/block/Sidebar14/page.vue | 53 + .../block/Sidebar15/components/AppSidebar.vue | 194 ++++ .../block/Sidebar15/components/Calendars.vue | 64 ++ .../block/Sidebar15/components/DatePicker.vue | 15 + .../Sidebar15/components/NavFavorites.vue | 91 ++ .../block/Sidebar15/components/NavMain.vue | 31 + .../Sidebar15/components/NavSecondary.vue | 42 + .../block/Sidebar15/components/NavUser.vue | 116 +++ .../Sidebar15/components/NavWorkspaces.vue | 82 ++ .../Sidebar15/components/SidebarLeft.vue | 276 ++++++ .../Sidebar15/components/SidebarRight.vue | 71 ++ .../Sidebar15/components/TeamSwitcher.vue | 81 ++ .../registry/default/block/Sidebar15/page.vue | 49 + .../Sidebar01/components/VersionSwitcher.vue | 2 +- .../Sidebar02/components/VersionSwitcher.vue | 2 +- .../block/Sidebar07/components/NavUser.vue | 2 +- .../Sidebar07/components/TeamSwitcher.vue | 2 +- .../block/Sidebar08/components/NavUser.vue | 2 +- .../block/Sidebar09/components/NavUser.vue | 2 +- .../block/Sidebar10/components/AppSidebar.vue | 276 ++++++ .../block/Sidebar10/components/NavActions.vue | 143 +++ .../Sidebar10/components/NavFavorites.vue | 91 ++ .../block/Sidebar10/components/NavMain.vue | 31 + .../Sidebar10/components/NavSecondary.vue | 42 + .../Sidebar10/components/NavWorkspaces.vue | 82 ++ .../Sidebar10/components/TeamSwitcher.vue | 78 ++ .../new-york/block/Sidebar10/page.vue | 51 + .../block/Sidebar11/components/AppSidebar.vue | 93 ++ .../block/Sidebar11/components/Tree.vue | 51 + .../new-york/block/Sidebar11/page.vue | 61 ++ .../block/Sidebar12/components/AppSidebar.vue | 67 ++ .../block/Sidebar12/components/Calendars.vue | 64 ++ .../block/Sidebar12/components/DatePicker.vue | 15 + .../block/Sidebar12/components/NavUser.vue | 116 +++ .../new-york/block/Sidebar12/page.vue | 44 + .../Sidebar13/components/SettingsDialog.vue | 130 +++ .../new-york/block/Sidebar13/page.vue | 14 + .../block/Sidebar14/components/AppSidebar.vue | 194 ++++ .../new-york/block/Sidebar14/page.vue | 53 + .../block/Sidebar15/components/AppSidebar.vue | 194 ++++ .../block/Sidebar15/components/Calendars.vue | 64 ++ .../block/Sidebar15/components/DatePicker.vue | 15 + .../Sidebar15/components/NavFavorites.vue | 91 ++ .../block/Sidebar15/components/NavMain.vue | 31 + .../Sidebar15/components/NavSecondary.vue | 42 + .../block/Sidebar15/components/NavUser.vue | 116 +++ .../Sidebar15/components/NavWorkspaces.vue | 82 ++ .../Sidebar15/components/SidebarLeft.vue | 276 ++++++ .../Sidebar15/components/SidebarRight.vue | 71 ++ .../Sidebar15/components/TeamSwitcher.vue | 81 ++ .../new-york/block/Sidebar15/page.vue | 49 + 96 files changed, 8556 insertions(+), 32 deletions(-) create mode 100644 apps/www/src/public/avatars/shadcn.jpg create mode 100644 apps/www/src/public/r/styles/default/Sidebar10.json create mode 100644 apps/www/src/public/r/styles/default/Sidebar11.json create mode 100644 apps/www/src/public/r/styles/default/Sidebar12.json create mode 100644 apps/www/src/public/r/styles/default/Sidebar13.json create mode 100644 apps/www/src/public/r/styles/default/Sidebar14.json create mode 100644 apps/www/src/public/r/styles/default/Sidebar15.json create mode 100644 apps/www/src/public/r/styles/new-york/Sidebar10.json create mode 100644 apps/www/src/public/r/styles/new-york/Sidebar11.json create mode 100644 apps/www/src/public/r/styles/new-york/Sidebar12.json create mode 100644 apps/www/src/public/r/styles/new-york/Sidebar13.json create mode 100644 apps/www/src/public/r/styles/new-york/Sidebar14.json create mode 100644 apps/www/src/public/r/styles/new-york/Sidebar15.json create mode 100644 apps/www/src/registry/default/block/Sidebar10/components/AppSidebar.vue create mode 100644 apps/www/src/registry/default/block/Sidebar10/components/NavActions.vue create mode 100644 apps/www/src/registry/default/block/Sidebar10/components/NavFavorites.vue create mode 100644 apps/www/src/registry/default/block/Sidebar10/components/NavMain.vue create mode 100644 apps/www/src/registry/default/block/Sidebar10/components/NavSecondary.vue create mode 100644 apps/www/src/registry/default/block/Sidebar10/components/NavWorkspaces.vue create mode 100644 apps/www/src/registry/default/block/Sidebar10/components/TeamSwitcher.vue create mode 100644 apps/www/src/registry/default/block/Sidebar10/page.vue create mode 100644 apps/www/src/registry/default/block/Sidebar11/components/AppSidebar.vue create mode 100644 apps/www/src/registry/default/block/Sidebar11/components/Tree.vue create mode 100644 apps/www/src/registry/default/block/Sidebar11/page.vue create mode 100644 apps/www/src/registry/default/block/Sidebar12/components/AppSidebar.vue create mode 100644 apps/www/src/registry/default/block/Sidebar12/components/Calendars.vue create mode 100644 apps/www/src/registry/default/block/Sidebar12/components/DatePicker.vue create mode 100644 apps/www/src/registry/default/block/Sidebar12/components/NavUser.vue create mode 100644 apps/www/src/registry/default/block/Sidebar12/page.vue create mode 100644 apps/www/src/registry/default/block/Sidebar13/components/SettingsDialog.vue create mode 100644 apps/www/src/registry/default/block/Sidebar13/page.vue create mode 100644 apps/www/src/registry/default/block/Sidebar14/components/AppSidebar.vue create mode 100644 apps/www/src/registry/default/block/Sidebar14/page.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/AppSidebar.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/Calendars.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/DatePicker.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/NavFavorites.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/NavMain.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/NavSecondary.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/NavUser.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/NavWorkspaces.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/SidebarLeft.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/SidebarRight.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/components/TeamSwitcher.vue create mode 100644 apps/www/src/registry/default/block/Sidebar15/page.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/components/AppSidebar.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/components/NavActions.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/components/NavFavorites.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/components/NavMain.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/components/NavSecondary.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar10/page.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar11/components/AppSidebar.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar11/components/Tree.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar11/page.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar12/components/AppSidebar.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar12/components/Calendars.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar12/components/DatePicker.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar12/components/NavUser.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar12/page.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar13/components/SettingsDialog.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar13/page.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar14/components/AppSidebar.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar14/page.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/AppSidebar.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/Calendars.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/DatePicker.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/NavFavorites.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/NavMain.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/NavSecondary.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/NavUser.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/NavWorkspaces.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/SidebarLeft.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/SidebarRight.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/components/TeamSwitcher.vue create mode 100644 apps/www/src/registry/new-york/block/Sidebar15/page.vue diff --git a/apps/www/__registry__/block.ts b/apps/www/__registry__/block.ts index e0a3a533..a651fdf7 100644 --- a/apps/www/__registry__/block.ts +++ b/apps/www/__registry__/block.ts @@ -195,7 +195,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/new-york/block/Sidebar01/page.vue", type: "registry:page", @@ -469,6 +469,238 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar10/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavActions.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar10/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar10/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar11/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar11/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar11/components/Tree.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar11/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar11/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/new-york/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar12/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/NavUser.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar12/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar12/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar13/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar13/components/SettingsDialog.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar13/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar13/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar14/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar14/components/AppSidebar.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar14/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar14/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/new-york/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar15/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavUser.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/SidebarLeft.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/SidebarRight.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar15/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar15/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, "Authentication01": { name: "Authentication01", description: "", @@ -660,7 +892,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/new-york/block/Sidebar01/page.vue", type: "registry:page", @@ -934,6 +1166,238 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar10/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavActions.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar10/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar10/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar11/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar11/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar11/components/Tree.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar11/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar11/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/new-york/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar12/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar12/components/NavUser.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar12/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar12/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar13/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar13/components/SettingsDialog.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar13/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar13/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar14/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar14/components/AppSidebar.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar14/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar14/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/new-york/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/new-york/block/Sidebar15/page.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavUser.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/SidebarLeft.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/SidebarRight.vue?raw").then((m) => m.default) + },{ + path: "registry/new-york/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/new-york/block/Sidebar15/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/new-york/block/Sidebar15/page.vue").then((m) => m.default), + raw: () => import("@/registry/new-york/block/Sidebar15/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, }, "default": { "Authentication01": { name: "Authentication01", @@ -1126,7 +1590,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/default/block/Sidebar01/page.vue", type: "registry:page", @@ -1400,6 +1864,238 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/default/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar10/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavActions.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar10/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar10/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/default/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar11/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar11/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar11/components/Tree.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar11/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar11/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/default/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar12/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/NavUser.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar12/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar12/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/default/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar13/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar13/components/SettingsDialog.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar13/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar13/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/default/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar14/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar14/components/AppSidebar.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar14/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar14/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/default/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar15/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavUser.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/SidebarLeft.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/SidebarRight.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar15/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar15/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, "Authentication01": { name: "Authentication01", description: "", @@ -1591,7 +2287,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/default/block/Sidebar01/page.vue", type: "registry:page", @@ -1865,6 +2561,238 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/default/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar10/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavActions.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar10/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar10/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar10/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/default/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar11/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar11/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar11/components/Tree.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar11/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar11/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/default/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar12/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar12/components/NavUser.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar12/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar12/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/default/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar13/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar13/components/SettingsDialog.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar13/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar13/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/default/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar14/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar14/components/AppSidebar.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar14/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar14/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/default/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue", + raw: () => import("@/registry/default/block/Sidebar15/page.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/AppSidebar.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/Calendars.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/DatePicker.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavFavorites.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavMain.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavSecondary.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavUser.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/NavWorkspaces.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/SidebarLeft.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/SidebarRight.vue?raw").then((m) => m.default) + },{ + path: "registry/default/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "", + raw: () => import("@/registry/default/block/Sidebar15/components/TeamSwitcher.vue?raw").then((m) => m.default) + }], + component: () => import("@/registry/default/block/Sidebar15/page.vue").then((m) => m.default), + raw: () => import("@/registry/default/block/Sidebar15/page.vue?raw").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, }, } diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 96a5af2a..6ad46cbc 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -5239,7 +5239,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/new-york/block/Sidebar01/page.vue", type: "registry:page", @@ -5470,6 +5470,200 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar10/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar11/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/new-york/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar12/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar13/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar14/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/new-york/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar15/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, "accordion": { name: "accordion", description: "", @@ -10690,7 +10884,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/new-york/block/Sidebar01/page.vue", type: "registry:page", @@ -10921,6 +11115,200 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar10/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/new-york/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar11/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/new-york/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar12/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar13/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/new-york/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar14/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/new-york/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/new-york/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "" + },{ + path: "registry/new-york/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/new-york/block/Sidebar15/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, }, "default": { "utils": { name: "utils", @@ -16157,7 +16545,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/default/block/Sidebar01/page.vue", type: "registry:page", @@ -16388,6 +16776,200 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/default/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar10/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/default/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar11/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/default/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar12/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/default/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar13/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/default/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar14/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/default/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar15/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, "accordion": { name: "accordion", description: "", @@ -21608,7 +22190,7 @@ export const Index: Record = { name: "Sidebar01", description: "", type: "registry:block", - registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","collapsible","label","dropdown-menu"], + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","SearchForm.vue","VersionSwitcher.vue","label","dropdown-menu"], files: [{ path: "registry/default/block/Sidebar01/page.vue", type: "registry:page", @@ -21839,6 +22421,200 @@ export const Index: Record = { category: "", subcategory: "" }, + "Sidebar10": { + name: "Sidebar10", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","NavActions.vue","breadcrumb","separator","sidebar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","button","popover","dropdown-menu","collapsible"], + files: [{ + path: "registry/default/block/Sidebar10/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar10/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavActions.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar10/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar10/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar11": { + name: "Sidebar11", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Tree.vue","collapsible"], + files: [{ + path: "registry/default/block/Sidebar11/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar11/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar11/components/Tree.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar11/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar12": { + name: "Sidebar12", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","separator","sidebar","Calendars.vue","DatePicker.vue","NavUser.vue","collapsible","calendar","avatar","dropdown-menu"], + files: [{ + path: "registry/default/block/Sidebar12/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar12/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar12/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar12/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar12/components/NavUser.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar12/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar13": { + name: "Sidebar13", + description: "", + type: "registry:block", + registryDependencies: ["SettingsDialog.vue","breadcrumb","button","dialog","sidebar"], + files: [{ + path: "registry/default/block/Sidebar13/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar13/components/SettingsDialog.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar13/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar14": { + name: "Sidebar14", + description: "", + type: "registry:block", + registryDependencies: ["AppSidebar.vue","breadcrumb","sidebar"], + files: [{ + path: "registry/default/block/Sidebar14/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar14/components/AppSidebar.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar14/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, + "Sidebar15": { + name: "Sidebar15", + description: "", + type: "registry:block", + registryDependencies: ["SidebarLeft.vue","SidebarRight.vue","breadcrumb","separator","sidebar","collapsible","calendar","dropdown-menu","avatar","NavFavorites.vue","NavMain.vue","NavSecondary.vue","NavWorkspaces.vue","TeamSwitcher.vue","Calendars.vue","DatePicker.vue","NavUser.vue"], + files: [{ + path: "registry/default/block/Sidebar15/page.vue", + type: "registry:page", + target: "pages/dashboard/index.vue" + },{ + path: "registry/default/block/Sidebar15/components/AppSidebar.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/Calendars.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/DatePicker.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavFavorites.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavMain.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavSecondary.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavUser.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/NavWorkspaces.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/SidebarLeft.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/SidebarRight.vue", + type: "registry:component", + target: "" + },{ + path: "registry/default/block/Sidebar15/components/TeamSwitcher.vue", + type: "registry:component", + target: "" + }], + component: () => import("@/registry/default/block/Sidebar15/page.vue").then((m) => m.default), + source: "", + category: "", + subcategory: "" + }, }, } diff --git a/apps/www/src/public/avatars/shadcn.jpg b/apps/www/src/public/avatars/shadcn.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d3b7a4dab848d8c6a7b289d6e8b6ca04896ce0c GIT binary patch literal 23707 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 VA\nimport SearchForm from '@/registry/new-york/block/Sidebar01/components/SearchForm.vue'\nimport VersionSwitcher from '@/registry/new-york/block/Sidebar01/components/VersionSwitcher.vue'\nimport {\n Collapsible,\n CollapsibleContent,\n CollapsibleTrigger,\n} from '@/registry/new-york/ui/collapsible'\nimport {\n Sidebar,\n SidebarContent,\n SidebarGroup,\n SidebarGroupContent,\n SidebarGroupLabel,\n SidebarHeader,\n SidebarMenu,\n SidebarMenuButton,\n SidebarMenuItem,\n type SidebarProps,\n SidebarRail,\n} from '@/registry/new-york/ui/sidebar'\nimport { ChevronRight } from 'lucide-vue-next'\n\nconst props = defineProps()\n\n// This is sample data.\nconst data = {\n versions: ['1.0.1', '1.1.0-alpha', '2.0.0-beta1'],\n navMain: [\n {\n title: 'Getting Started',\n url: '#',\n items: [\n {\n title: 'Installation',\n url: '#',\n },\n {\n title: 'Project Structure',\n url: '#',\n },\n ],\n },\n {\n title: 'Building Your Application',\n url: '#',\n items: [\n {\n title: 'Routing',\n url: '#',\n },\n {\n title: 'Data Fetching',\n url: '#',\n isActive: true,\n },\n {\n title: 'Rendering',\n url: '#',\n },\n {\n title: 'Caching',\n url: '#',\n },\n {\n title: 'Styling',\n url: '#',\n },\n {\n title: 'Optimizing',\n url: '#',\n },\n {\n title: 'Configuring',\n url: '#',\n },\n {\n title: 'Testing',\n url: '#',\n },\n {\n title: 'Authentication',\n url: '#',\n },\n {\n title: 'Deploying',\n url: '#',\n },\n {\n title: 'Upgrading',\n url: '#',\n },\n {\n title: 'Examples',\n url: '#',\n },\n ],\n },\n {\n title: 'API Reference',\n url: '#',\n items: [\n {\n title: 'Components',\n url: '#',\n },\n {\n title: 'File Conventions',\n url: '#',\n },\n {\n title: 'Functions',\n url: '#',\n },\n {\n title: 'next.config.js Options',\n url: '#',\n },\n {\n title: 'CLI',\n url: '#',\n },\n {\n title: 'Edge Runtime',\n url: '#',\n },\n ],\n },\n {\n title: 'Architecture',\n url: '#',\n items: [\n {\n title: 'Accessibility',\n url: '#',\n },\n {\n title: 'Fast Refresh',\n url: '#',\n },\n {\n title: 'Next.js Compiler',\n url: '#',\n },\n {\n title: 'Supported Browsers',\n url: '#',\n },\n {\n title: 'Turbopack',\n url: '#',\n },\n ],\n },\n ],\n}\n\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, diff --git a/apps/www/src/public/r/styles/default/Sidebar06.json b/apps/www/src/public/r/styles/default/Sidebar06.json index d8f42d8a..55621009 100644 --- a/apps/www/src/public/r/styles/default/Sidebar06.json +++ b/apps/www/src/public/r/styles/default/Sidebar06.json @@ -30,7 +30,7 @@ }, { "path": "block/Sidebar06/components/NavMain.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, diff --git a/apps/www/src/public/r/styles/default/Sidebar10.json b/apps/www/src/public/r/styles/default/Sidebar10.json new file mode 100644 index 00000000..987027a1 --- /dev/null +++ b/apps/www/src/public/r/styles/default/Sidebar10.json @@ -0,0 +1,71 @@ +{ + "name": "Sidebar10", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "NavActions.vue", + "breadcrumb", + "separator", + "sidebar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "button", + "popover", + "dropdown-menu", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar10/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar10/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavActions.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/default/Sidebar11.json b/apps/www/src/public/r/styles/default/Sidebar11.json new file mode 100644 index 00000000..6545b1e0 --- /dev/null +++ b/apps/www/src/public/r/styles/default/Sidebar11.json @@ -0,0 +1,33 @@ +{ + "name": "Sidebar11", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Tree.vue", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar11/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar11/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar11/components/Tree.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/default/Sidebar12.json b/apps/www/src/public/r/styles/default/Sidebar12.json new file mode 100644 index 00000000..13238b69 --- /dev/null +++ b/apps/www/src/public/r/styles/default/Sidebar12.json @@ -0,0 +1,50 @@ +{ + "name": "Sidebar12", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue", + "collapsible", + "calendar", + "avatar", + "dropdown-menu" + ], + "files": [ + { + "path": "block/Sidebar12/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar12/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/default/Sidebar13.json b/apps/www/src/public/r/styles/default/Sidebar13.json new file mode 100644 index 00000000..45e00031 --- /dev/null +++ b/apps/www/src/public/r/styles/default/Sidebar13.json @@ -0,0 +1,26 @@ +{ + "name": "Sidebar13", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SettingsDialog.vue", + "breadcrumb", + "button", + "dialog", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar13/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar13/components/SettingsDialog.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/default/Sidebar14.json b/apps/www/src/public/r/styles/default/Sidebar14.json new file mode 100644 index 00000000..61f86f01 --- /dev/null +++ b/apps/www/src/public/r/styles/default/Sidebar14.json @@ -0,0 +1,24 @@ +{ + "name": "Sidebar14", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar14/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar14/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/default/Sidebar15.json b/apps/www/src/public/r/styles/default/Sidebar15.json new file mode 100644 index 00000000..d72f6be0 --- /dev/null +++ b/apps/www/src/public/r/styles/default/Sidebar15.json @@ -0,0 +1,98 @@ +{ + "name": "Sidebar15", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SidebarLeft.vue", + "SidebarRight.vue", + "breadcrumb", + "separator", + "sidebar", + "collapsible", + "calendar", + "dropdown-menu", + "avatar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue" + ], + "files": [ + { + "path": "block/Sidebar15/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar15/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarLeft.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarRight.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/new-york/Sidebar01.json b/apps/www/src/public/r/styles/new-york/Sidebar01.json index d0599e61..f86687c6 100644 --- a/apps/www/src/public/r/styles/new-york/Sidebar01.json +++ b/apps/www/src/public/r/styles/new-york/Sidebar01.json @@ -9,7 +9,6 @@ "sidebar", "SearchForm.vue", "VersionSwitcher.vue", - "collapsible", "label", "dropdown-menu" ], @@ -22,7 +21,7 @@ }, { "path": "block/Sidebar01/components/AppSidebar.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/Sidebar06.json b/apps/www/src/public/r/styles/new-york/Sidebar06.json index d8f42d8a..55621009 100644 --- a/apps/www/src/public/r/styles/new-york/Sidebar06.json +++ b/apps/www/src/public/r/styles/new-york/Sidebar06.json @@ -30,7 +30,7 @@ }, { "path": "block/Sidebar06/components/NavMain.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/Sidebar10.json b/apps/www/src/public/r/styles/new-york/Sidebar10.json new file mode 100644 index 00000000..987027a1 --- /dev/null +++ b/apps/www/src/public/r/styles/new-york/Sidebar10.json @@ -0,0 +1,71 @@ +{ + "name": "Sidebar10", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "NavActions.vue", + "breadcrumb", + "separator", + "sidebar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "button", + "popover", + "dropdown-menu", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar10/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar10/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavActions.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/new-york/Sidebar11.json b/apps/www/src/public/r/styles/new-york/Sidebar11.json new file mode 100644 index 00000000..6545b1e0 --- /dev/null +++ b/apps/www/src/public/r/styles/new-york/Sidebar11.json @@ -0,0 +1,33 @@ +{ + "name": "Sidebar11", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Tree.vue", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar11/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar11/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar11/components/Tree.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/new-york/Sidebar12.json b/apps/www/src/public/r/styles/new-york/Sidebar12.json new file mode 100644 index 00000000..13238b69 --- /dev/null +++ b/apps/www/src/public/r/styles/new-york/Sidebar12.json @@ -0,0 +1,50 @@ +{ + "name": "Sidebar12", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue", + "collapsible", + "calendar", + "avatar", + "dropdown-menu" + ], + "files": [ + { + "path": "block/Sidebar12/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar12/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/new-york/Sidebar13.json b/apps/www/src/public/r/styles/new-york/Sidebar13.json new file mode 100644 index 00000000..45e00031 --- /dev/null +++ b/apps/www/src/public/r/styles/new-york/Sidebar13.json @@ -0,0 +1,26 @@ +{ + "name": "Sidebar13", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SettingsDialog.vue", + "breadcrumb", + "button", + "dialog", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar13/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar13/components/SettingsDialog.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/new-york/Sidebar14.json b/apps/www/src/public/r/styles/new-york/Sidebar14.json new file mode 100644 index 00000000..61f86f01 --- /dev/null +++ b/apps/www/src/public/r/styles/new-york/Sidebar14.json @@ -0,0 +1,24 @@ +{ + "name": "Sidebar14", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar14/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar14/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/styles/new-york/Sidebar15.json b/apps/www/src/public/r/styles/new-york/Sidebar15.json new file mode 100644 index 00000000..d72f6be0 --- /dev/null +++ b/apps/www/src/public/r/styles/new-york/Sidebar15.json @@ -0,0 +1,98 @@ +{ + "name": "Sidebar15", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SidebarLeft.vue", + "SidebarRight.vue", + "breadcrumb", + "separator", + "sidebar", + "collapsible", + "calendar", + "dropdown-menu", + "avatar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue" + ], + "files": [ + { + "path": "block/Sidebar15/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar15/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarLeft.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarRight.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] +} diff --git a/apps/www/src/public/r/temp.json b/apps/www/src/public/r/temp.json index dbeef8de..3db7b0c3 100644 --- a/apps/www/src/public/r/temp.json +++ b/apps/www/src/public/r/temp.json @@ -6728,7 +6728,6 @@ "sidebar", "SearchForm.vue", "VersionSwitcher.vue", - "collapsible", "label", "dropdown-menu" ], @@ -6741,7 +6740,7 @@ }, { "path": "block/Sidebar01/components/AppSidebar.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, @@ -6917,7 +6916,7 @@ }, { "path": "block/Sidebar06/components/NavMain.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, @@ -7077,6 +7076,308 @@ } ] }, + { + "name": "Sidebar10", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "NavActions.vue", + "breadcrumb", + "separator", + "sidebar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "button", + "popover", + "dropdown-menu", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar10/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar10/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavActions.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar11", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Tree.vue", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar11/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar11/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar11/components/Tree.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar12", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue", + "collapsible", + "calendar", + "avatar", + "dropdown-menu" + ], + "files": [ + { + "path": "block/Sidebar12/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar12/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar13", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SettingsDialog.vue", + "breadcrumb", + "button", + "dialog", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar13/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar13/components/SettingsDialog.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar14", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar14/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar14/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar15", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SidebarLeft.vue", + "SidebarRight.vue", + "breadcrumb", + "separator", + "sidebar", + "collapsible", + "calendar", + "dropdown-menu", + "avatar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue" + ], + "files": [ + { + "path": "block/Sidebar15/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar15/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarLeft.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarRight.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, { "name": "accordion", "type": "registry:ui", @@ -13619,7 +13920,6 @@ "sidebar", "SearchForm.vue", "VersionSwitcher.vue", - "collapsible", "label", "dropdown-menu" ], @@ -13632,7 +13932,7 @@ }, { "path": "block/Sidebar01/components/AppSidebar.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, @@ -13808,7 +14108,7 @@ }, { "path": "block/Sidebar06/components/NavMain.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:component", "target": "" }, @@ -13967,5 +14267,307 @@ "target": "" } ] + }, + { + "name": "Sidebar10", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "NavActions.vue", + "breadcrumb", + "separator", + "sidebar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "button", + "popover", + "dropdown-menu", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar10/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar10/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavActions.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar10/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar11", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Tree.vue", + "collapsible" + ], + "files": [ + { + "path": "block/Sidebar11/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar11/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar11/components/Tree.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar12", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "separator", + "sidebar", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue", + "collapsible", + "calendar", + "avatar", + "dropdown-menu" + ], + "files": [ + { + "path": "block/Sidebar12/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar12/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar12/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar13", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SettingsDialog.vue", + "breadcrumb", + "button", + "dialog", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar13/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar13/components/SettingsDialog.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar14", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "AppSidebar.vue", + "breadcrumb", + "sidebar" + ], + "files": [ + { + "path": "block/Sidebar14/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar14/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] + }, + { + "name": "Sidebar15", + "type": "registry:block", + "dependencies": [], + "registryDependencies": [ + "SidebarLeft.vue", + "SidebarRight.vue", + "breadcrumb", + "separator", + "sidebar", + "collapsible", + "calendar", + "dropdown-menu", + "avatar", + "NavFavorites.vue", + "NavMain.vue", + "NavSecondary.vue", + "NavWorkspaces.vue", + "TeamSwitcher.vue", + "Calendars.vue", + "DatePicker.vue", + "NavUser.vue" + ], + "files": [ + { + "path": "block/Sidebar15/page.vue", + "content": "\n\n\n\n\n", + "type": "registry:page", + "target": "pages/dashboard/index.vue" + }, + { + "path": "block/Sidebar15/components/AppSidebar.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/Calendars.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/DatePicker.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavFavorites.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavMain.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavSecondary.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavUser.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/NavWorkspaces.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarLeft.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/SidebarRight.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + }, + { + "path": "block/Sidebar15/components/TeamSwitcher.vue", + "content": "\n\n\n", + "type": "registry:component", + "target": "" + } + ] } ] diff --git a/apps/www/src/registry/default/block/Sidebar01/components/VersionSwitcher.vue b/apps/www/src/registry/default/block/Sidebar01/components/VersionSwitcher.vue index 20534324..2fe6c8f1 100644 --- a/apps/www/src/registry/default/block/Sidebar01/components/VersionSwitcher.vue +++ b/apps/www/src/registry/default/block/Sidebar01/components/VersionSwitcher.vue @@ -43,7 +43,7 @@ const selectedVersion = ref(props.defaultVersion) +import NavFavorites from '@/registry/new-york/block/Sidebar10/components/NavFavorites.vue' + +import NavMain from '@/registry/new-york/block/Sidebar10/components/NavMain.vue' +import NavSecondary from '@/registry/new-york/block/Sidebar10/components/NavSecondary.vue' +import NavWorkspaces from '@/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue' +import TeamSwitcher from '@/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue' +import { + Sidebar, + SidebarContent, + SidebarHeader, + type SidebarProps, + SidebarRail, +} from '@/registry/new-york/ui/sidebar' +import { + AudioWaveform, + Blocks, + Calendar, + Command, + Home, + Inbox, + MessageCircleQuestion, + Search, + Settings2, + Sparkles, + Trash2, +} from 'lucide-vue-next' + +const props = defineProps() + +// This is sample data. +const data = { + teams: [ + { + name: 'Acme Inc', + logo: Command, + plan: 'Enterprise', + }, + { + name: 'Acme Corp.', + logo: AudioWaveform, + plan: 'Startup', + }, + { + name: 'Evil Corp.', + logo: Command, + plan: 'Free', + }, + ], + navMain: [ + { + title: 'Search', + url: '#', + icon: Search, + }, + { + title: 'Ask AI', + url: '#', + icon: Sparkles, + }, + { + title: 'Home', + url: '#', + icon: Home, + isActive: true, + }, + { + title: 'Inbox', + url: '#', + icon: Inbox, + badge: '10', + }, + ], + navSecondary: [ + { + title: 'Calendar', + url: '#', + icon: Calendar, + }, + { + title: 'Settings', + url: '#', + icon: Settings2, + }, + { + title: 'Templates', + url: '#', + icon: Blocks, + }, + { + title: 'Trash', + url: '#', + icon: Trash2, + }, + { + title: 'Help', + url: '#', + icon: MessageCircleQuestion, + }, + ], + favorites: [ + { + name: 'Project Management & Task Tracking', + url: '#', + emoji: 'πŸ“Š', + }, + { + name: 'Family Recipe Collection & Meal Planning', + url: '#', + emoji: '🍳', + }, + { + name: 'Fitness Tracker & Workout Routines', + url: '#', + emoji: 'πŸ’ͺ', + }, + { + name: 'Book Notes & Reading List', + url: '#', + emoji: 'πŸ“š', + }, + { + name: 'Sustainable Gardening Tips & Plant Care', + url: '#', + emoji: '🌱', + }, + { + name: 'Language Learning Progress & Resources', + url: '#', + emoji: 'πŸ—£οΈ', + }, + { + name: 'Home Renovation Ideas & Budget Tracker', + url: '#', + emoji: '🏠', + }, + { + name: 'Personal Finance & Investment Portfolio', + url: '#', + emoji: 'πŸ’°', + }, + { + name: 'Movie & TV Show Watchlist with Reviews', + url: '#', + emoji: '🎬', + }, + { + name: 'Daily Habit Tracker & Goal Setting', + url: '#', + emoji: 'βœ…', + }, + ], + workspaces: [ + { + name: 'Personal Life Management', + emoji: '🏠', + pages: [ + { + name: 'Daily Journal & Reflection', + url: '#', + emoji: 'πŸ“”', + }, + { + name: 'Health & Wellness Tracker', + url: '#', + emoji: '🍏', + }, + { + name: 'Personal Growth & Learning Goals', + url: '#', + emoji: '🌟', + }, + ], + }, + { + name: 'Professional Development', + emoji: 'πŸ’Ό', + pages: [ + { + name: 'Career Objectives & Milestones', + url: '#', + emoji: '🎯', + }, + { + name: 'Skill Acquisition & Training Log', + url: '#', + emoji: '🧠', + }, + { + name: 'Networking Contacts & Events', + url: '#', + emoji: '🀝', + }, + ], + }, + { + name: 'Creative Projects', + emoji: '🎨', + pages: [ + { + name: 'Writing Ideas & Story Outlines', + url: '#', + emoji: '✍️', + }, + { + name: 'Art & Design Portfolio', + url: '#', + emoji: 'πŸ–ΌοΈ', + }, + { + name: 'Music Composition & Practice Log', + url: '#', + emoji: '🎡', + }, + ], + }, + { + name: 'Home Management', + emoji: '🏑', + pages: [ + { + name: 'Household Budget & Expense Tracking', + url: '#', + emoji: 'πŸ’°', + }, + { + name: 'Home Maintenance Schedule & Tasks', + url: '#', + emoji: 'πŸ”§', + }, + { + name: 'Family Calendar & Event Planning', + url: '#', + emoji: 'πŸ“…', + }, + ], + }, + { + name: 'Travel & Adventure', + emoji: '🧳', + pages: [ + { + name: 'Trip Planning & Itineraries', + url: '#', + emoji: 'πŸ—ΊοΈ', + }, + { + name: 'Travel Bucket List & Inspiration', + url: '#', + emoji: '🌎', + }, + { + name: 'Travel Journal & Photo Gallery', + url: '#', + emoji: 'πŸ“Έ', + }, + ], + }, + ], +} + + + diff --git a/apps/www/src/registry/default/block/Sidebar10/components/NavActions.vue b/apps/www/src/registry/default/block/Sidebar10/components/NavActions.vue new file mode 100644 index 00000000..a3b303d3 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar10/components/NavActions.vue @@ -0,0 +1,143 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar10/components/NavFavorites.vue b/apps/www/src/registry/default/block/Sidebar10/components/NavFavorites.vue new file mode 100644 index 00000000..97a99afc --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar10/components/NavFavorites.vue @@ -0,0 +1,91 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar10/components/NavMain.vue b/apps/www/src/registry/default/block/Sidebar10/components/NavMain.vue new file mode 100644 index 00000000..3fb44bcd --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar10/components/NavMain.vue @@ -0,0 +1,31 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar10/components/NavSecondary.vue b/apps/www/src/registry/default/block/Sidebar10/components/NavSecondary.vue new file mode 100644 index 00000000..3d728239 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar10/components/NavSecondary.vue @@ -0,0 +1,42 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar10/components/NavWorkspaces.vue b/apps/www/src/registry/default/block/Sidebar10/components/NavWorkspaces.vue new file mode 100644 index 00000000..b768426d --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar10/components/NavWorkspaces.vue @@ -0,0 +1,82 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar10/components/TeamSwitcher.vue b/apps/www/src/registry/default/block/Sidebar10/components/TeamSwitcher.vue new file mode 100644 index 00000000..125caaa3 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar10/components/TeamSwitcher.vue @@ -0,0 +1,78 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar10/page.vue b/apps/www/src/registry/default/block/Sidebar10/page.vue new file mode 100644 index 00000000..a48f2226 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar10/page.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/apps/www/src/registry/default/block/Sidebar11/components/AppSidebar.vue b/apps/www/src/registry/default/block/Sidebar11/components/AppSidebar.vue new file mode 100644 index 00000000..0039f959 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar11/components/AppSidebar.vue @@ -0,0 +1,93 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar11/components/Tree.vue b/apps/www/src/registry/default/block/Sidebar11/components/Tree.vue new file mode 100644 index 00000000..f8fce337 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar11/components/Tree.vue @@ -0,0 +1,51 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar11/page.vue b/apps/www/src/registry/default/block/Sidebar11/page.vue new file mode 100644 index 00000000..baa2bdb0 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar11/page.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/apps/www/src/registry/default/block/Sidebar12/components/AppSidebar.vue b/apps/www/src/registry/default/block/Sidebar12/components/AppSidebar.vue new file mode 100644 index 00000000..1425cc45 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar12/components/AppSidebar.vue @@ -0,0 +1,67 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar12/components/Calendars.vue b/apps/www/src/registry/default/block/Sidebar12/components/Calendars.vue new file mode 100644 index 00000000..09a713c5 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar12/components/Calendars.vue @@ -0,0 +1,64 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar12/components/DatePicker.vue b/apps/www/src/registry/default/block/Sidebar12/components/DatePicker.vue new file mode 100644 index 00000000..ec51c38b --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar12/components/DatePicker.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar12/components/NavUser.vue b/apps/www/src/registry/default/block/Sidebar12/components/NavUser.vue new file mode 100644 index 00000000..42bd13bd --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar12/components/NavUser.vue @@ -0,0 +1,116 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar12/page.vue b/apps/www/src/registry/default/block/Sidebar12/page.vue new file mode 100644 index 00000000..00d25430 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar12/page.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/apps/www/src/registry/default/block/Sidebar13/components/SettingsDialog.vue b/apps/www/src/registry/default/block/Sidebar13/components/SettingsDialog.vue new file mode 100644 index 00000000..ab6e23be --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar13/components/SettingsDialog.vue @@ -0,0 +1,130 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar13/page.vue b/apps/www/src/registry/default/block/Sidebar13/page.vue new file mode 100644 index 00000000..1b5220cd --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar13/page.vue @@ -0,0 +1,14 @@ + + + + + diff --git a/apps/www/src/registry/default/block/Sidebar14/components/AppSidebar.vue b/apps/www/src/registry/default/block/Sidebar14/components/AppSidebar.vue new file mode 100644 index 00000000..6c72d051 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar14/components/AppSidebar.vue @@ -0,0 +1,194 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar14/page.vue b/apps/www/src/registry/default/block/Sidebar14/page.vue new file mode 100644 index 00000000..ee75a15b --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar14/page.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/AppSidebar.vue b/apps/www/src/registry/default/block/Sidebar15/components/AppSidebar.vue new file mode 100644 index 00000000..6c72d051 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/AppSidebar.vue @@ -0,0 +1,194 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/Calendars.vue b/apps/www/src/registry/default/block/Sidebar15/components/Calendars.vue new file mode 100644 index 00000000..09a713c5 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/Calendars.vue @@ -0,0 +1,64 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/DatePicker.vue b/apps/www/src/registry/default/block/Sidebar15/components/DatePicker.vue new file mode 100644 index 00000000..ec51c38b --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/DatePicker.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/NavFavorites.vue b/apps/www/src/registry/default/block/Sidebar15/components/NavFavorites.vue new file mode 100644 index 00000000..97a99afc --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/NavFavorites.vue @@ -0,0 +1,91 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/NavMain.vue b/apps/www/src/registry/default/block/Sidebar15/components/NavMain.vue new file mode 100644 index 00000000..3fb44bcd --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/NavMain.vue @@ -0,0 +1,31 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/NavSecondary.vue b/apps/www/src/registry/default/block/Sidebar15/components/NavSecondary.vue new file mode 100644 index 00000000..3d728239 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/NavSecondary.vue @@ -0,0 +1,42 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/NavUser.vue b/apps/www/src/registry/default/block/Sidebar15/components/NavUser.vue new file mode 100644 index 00000000..42bd13bd --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/NavUser.vue @@ -0,0 +1,116 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/NavWorkspaces.vue b/apps/www/src/registry/default/block/Sidebar15/components/NavWorkspaces.vue new file mode 100644 index 00000000..b768426d --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/NavWorkspaces.vue @@ -0,0 +1,82 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/SidebarLeft.vue b/apps/www/src/registry/default/block/Sidebar15/components/SidebarLeft.vue new file mode 100644 index 00000000..0a30d620 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/SidebarLeft.vue @@ -0,0 +1,276 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/SidebarRight.vue b/apps/www/src/registry/default/block/Sidebar15/components/SidebarRight.vue new file mode 100644 index 00000000..840c9457 --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/SidebarRight.vue @@ -0,0 +1,71 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/components/TeamSwitcher.vue b/apps/www/src/registry/default/block/Sidebar15/components/TeamSwitcher.vue new file mode 100644 index 00000000..341074cd --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/components/TeamSwitcher.vue @@ -0,0 +1,81 @@ + + + diff --git a/apps/www/src/registry/default/block/Sidebar15/page.vue b/apps/www/src/registry/default/block/Sidebar15/page.vue new file mode 100644 index 00000000..2ff6b9cb --- /dev/null +++ b/apps/www/src/registry/default/block/Sidebar15/page.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar01/components/VersionSwitcher.vue b/apps/www/src/registry/new-york/block/Sidebar01/components/VersionSwitcher.vue index 20534324..2fe6c8f1 100644 --- a/apps/www/src/registry/new-york/block/Sidebar01/components/VersionSwitcher.vue +++ b/apps/www/src/registry/new-york/block/Sidebar01/components/VersionSwitcher.vue @@ -43,7 +43,7 @@ const selectedVersion = ref(props.defaultVersion) +import NavFavorites from '@/registry/new-york/block/Sidebar10/components/NavFavorites.vue' + +import NavMain from '@/registry/new-york/block/Sidebar10/components/NavMain.vue' +import NavSecondary from '@/registry/new-york/block/Sidebar10/components/NavSecondary.vue' +import NavWorkspaces from '@/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue' +import TeamSwitcher from '@/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue' +import { + Sidebar, + SidebarContent, + SidebarHeader, + type SidebarProps, + SidebarRail, +} from '@/registry/new-york/ui/sidebar' +import { + AudioWaveform, + Blocks, + Calendar, + Command, + Home, + Inbox, + MessageCircleQuestion, + Search, + Settings2, + Sparkles, + Trash2, +} from 'lucide-vue-next' + +const props = defineProps() + +// This is sample data. +const data = { + teams: [ + { + name: 'Acme Inc', + logo: Command, + plan: 'Enterprise', + }, + { + name: 'Acme Corp.', + logo: AudioWaveform, + plan: 'Startup', + }, + { + name: 'Evil Corp.', + logo: Command, + plan: 'Free', + }, + ], + navMain: [ + { + title: 'Search', + url: '#', + icon: Search, + }, + { + title: 'Ask AI', + url: '#', + icon: Sparkles, + }, + { + title: 'Home', + url: '#', + icon: Home, + isActive: true, + }, + { + title: 'Inbox', + url: '#', + icon: Inbox, + badge: '10', + }, + ], + navSecondary: [ + { + title: 'Calendar', + url: '#', + icon: Calendar, + }, + { + title: 'Settings', + url: '#', + icon: Settings2, + }, + { + title: 'Templates', + url: '#', + icon: Blocks, + }, + { + title: 'Trash', + url: '#', + icon: Trash2, + }, + { + title: 'Help', + url: '#', + icon: MessageCircleQuestion, + }, + ], + favorites: [ + { + name: 'Project Management & Task Tracking', + url: '#', + emoji: 'πŸ“Š', + }, + { + name: 'Family Recipe Collection & Meal Planning', + url: '#', + emoji: '🍳', + }, + { + name: 'Fitness Tracker & Workout Routines', + url: '#', + emoji: 'πŸ’ͺ', + }, + { + name: 'Book Notes & Reading List', + url: '#', + emoji: 'πŸ“š', + }, + { + name: 'Sustainable Gardening Tips & Plant Care', + url: '#', + emoji: '🌱', + }, + { + name: 'Language Learning Progress & Resources', + url: '#', + emoji: 'πŸ—£οΈ', + }, + { + name: 'Home Renovation Ideas & Budget Tracker', + url: '#', + emoji: '🏠', + }, + { + name: 'Personal Finance & Investment Portfolio', + url: '#', + emoji: 'πŸ’°', + }, + { + name: 'Movie & TV Show Watchlist with Reviews', + url: '#', + emoji: '🎬', + }, + { + name: 'Daily Habit Tracker & Goal Setting', + url: '#', + emoji: 'βœ…', + }, + ], + workspaces: [ + { + name: 'Personal Life Management', + emoji: '🏠', + pages: [ + { + name: 'Daily Journal & Reflection', + url: '#', + emoji: 'πŸ“”', + }, + { + name: 'Health & Wellness Tracker', + url: '#', + emoji: '🍏', + }, + { + name: 'Personal Growth & Learning Goals', + url: '#', + emoji: '🌟', + }, + ], + }, + { + name: 'Professional Development', + emoji: 'πŸ’Ό', + pages: [ + { + name: 'Career Objectives & Milestones', + url: '#', + emoji: '🎯', + }, + { + name: 'Skill Acquisition & Training Log', + url: '#', + emoji: '🧠', + }, + { + name: 'Networking Contacts & Events', + url: '#', + emoji: '🀝', + }, + ], + }, + { + name: 'Creative Projects', + emoji: '🎨', + pages: [ + { + name: 'Writing Ideas & Story Outlines', + url: '#', + emoji: '✍️', + }, + { + name: 'Art & Design Portfolio', + url: '#', + emoji: 'πŸ–ΌοΈ', + }, + { + name: 'Music Composition & Practice Log', + url: '#', + emoji: '🎡', + }, + ], + }, + { + name: 'Home Management', + emoji: '🏑', + pages: [ + { + name: 'Household Budget & Expense Tracking', + url: '#', + emoji: 'πŸ’°', + }, + { + name: 'Home Maintenance Schedule & Tasks', + url: '#', + emoji: 'πŸ”§', + }, + { + name: 'Family Calendar & Event Planning', + url: '#', + emoji: 'πŸ“…', + }, + ], + }, + { + name: 'Travel & Adventure', + emoji: '🧳', + pages: [ + { + name: 'Trip Planning & Itineraries', + url: '#', + emoji: 'πŸ—ΊοΈ', + }, + { + name: 'Travel Bucket List & Inspiration', + url: '#', + emoji: '🌎', + }, + { + name: 'Travel Journal & Photo Gallery', + url: '#', + emoji: 'πŸ“Έ', + }, + ], + }, + ], +} + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar10/components/NavActions.vue b/apps/www/src/registry/new-york/block/Sidebar10/components/NavActions.vue new file mode 100644 index 00000000..a3b303d3 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar10/components/NavActions.vue @@ -0,0 +1,143 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar10/components/NavFavorites.vue b/apps/www/src/registry/new-york/block/Sidebar10/components/NavFavorites.vue new file mode 100644 index 00000000..97a99afc --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar10/components/NavFavorites.vue @@ -0,0 +1,91 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar10/components/NavMain.vue b/apps/www/src/registry/new-york/block/Sidebar10/components/NavMain.vue new file mode 100644 index 00000000..3fb44bcd --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar10/components/NavMain.vue @@ -0,0 +1,31 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar10/components/NavSecondary.vue b/apps/www/src/registry/new-york/block/Sidebar10/components/NavSecondary.vue new file mode 100644 index 00000000..3d728239 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar10/components/NavSecondary.vue @@ -0,0 +1,42 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue b/apps/www/src/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue new file mode 100644 index 00000000..b768426d --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar10/components/NavWorkspaces.vue @@ -0,0 +1,82 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue b/apps/www/src/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue new file mode 100644 index 00000000..125caaa3 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar10/components/TeamSwitcher.vue @@ -0,0 +1,78 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar10/page.vue b/apps/www/src/registry/new-york/block/Sidebar10/page.vue new file mode 100644 index 00000000..a48f2226 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar10/page.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar11/components/AppSidebar.vue b/apps/www/src/registry/new-york/block/Sidebar11/components/AppSidebar.vue new file mode 100644 index 00000000..0039f959 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar11/components/AppSidebar.vue @@ -0,0 +1,93 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar11/components/Tree.vue b/apps/www/src/registry/new-york/block/Sidebar11/components/Tree.vue new file mode 100644 index 00000000..f8fce337 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar11/components/Tree.vue @@ -0,0 +1,51 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar11/page.vue b/apps/www/src/registry/new-york/block/Sidebar11/page.vue new file mode 100644 index 00000000..baa2bdb0 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar11/page.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar12/components/AppSidebar.vue b/apps/www/src/registry/new-york/block/Sidebar12/components/AppSidebar.vue new file mode 100644 index 00000000..1425cc45 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar12/components/AppSidebar.vue @@ -0,0 +1,67 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar12/components/Calendars.vue b/apps/www/src/registry/new-york/block/Sidebar12/components/Calendars.vue new file mode 100644 index 00000000..09a713c5 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar12/components/Calendars.vue @@ -0,0 +1,64 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar12/components/DatePicker.vue b/apps/www/src/registry/new-york/block/Sidebar12/components/DatePicker.vue new file mode 100644 index 00000000..ec51c38b --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar12/components/DatePicker.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar12/components/NavUser.vue b/apps/www/src/registry/new-york/block/Sidebar12/components/NavUser.vue new file mode 100644 index 00000000..42bd13bd --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar12/components/NavUser.vue @@ -0,0 +1,116 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar12/page.vue b/apps/www/src/registry/new-york/block/Sidebar12/page.vue new file mode 100644 index 00000000..00d25430 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar12/page.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar13/components/SettingsDialog.vue b/apps/www/src/registry/new-york/block/Sidebar13/components/SettingsDialog.vue new file mode 100644 index 00000000..ab6e23be --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar13/components/SettingsDialog.vue @@ -0,0 +1,130 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar13/page.vue b/apps/www/src/registry/new-york/block/Sidebar13/page.vue new file mode 100644 index 00000000..1b5220cd --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar13/page.vue @@ -0,0 +1,14 @@ + + + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar14/components/AppSidebar.vue b/apps/www/src/registry/new-york/block/Sidebar14/components/AppSidebar.vue new file mode 100644 index 00000000..6c72d051 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar14/components/AppSidebar.vue @@ -0,0 +1,194 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar14/page.vue b/apps/www/src/registry/new-york/block/Sidebar14/page.vue new file mode 100644 index 00000000..ee75a15b --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar14/page.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/AppSidebar.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/AppSidebar.vue new file mode 100644 index 00000000..6c72d051 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/AppSidebar.vue @@ -0,0 +1,194 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/Calendars.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/Calendars.vue new file mode 100644 index 00000000..09a713c5 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/Calendars.vue @@ -0,0 +1,64 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/DatePicker.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/DatePicker.vue new file mode 100644 index 00000000..ec51c38b --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/DatePicker.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/NavFavorites.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/NavFavorites.vue new file mode 100644 index 00000000..97a99afc --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/NavFavorites.vue @@ -0,0 +1,91 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/NavMain.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/NavMain.vue new file mode 100644 index 00000000..3fb44bcd --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/NavMain.vue @@ -0,0 +1,31 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/NavSecondary.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/NavSecondary.vue new file mode 100644 index 00000000..3d728239 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/NavSecondary.vue @@ -0,0 +1,42 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/NavUser.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/NavUser.vue new file mode 100644 index 00000000..42bd13bd --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/NavUser.vue @@ -0,0 +1,116 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/NavWorkspaces.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/NavWorkspaces.vue new file mode 100644 index 00000000..b768426d --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/NavWorkspaces.vue @@ -0,0 +1,82 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/SidebarLeft.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/SidebarLeft.vue new file mode 100644 index 00000000..0a30d620 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/SidebarLeft.vue @@ -0,0 +1,276 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/SidebarRight.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/SidebarRight.vue new file mode 100644 index 00000000..840c9457 --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/SidebarRight.vue @@ -0,0 +1,71 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/components/TeamSwitcher.vue b/apps/www/src/registry/new-york/block/Sidebar15/components/TeamSwitcher.vue new file mode 100644 index 00000000..341074cd --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/components/TeamSwitcher.vue @@ -0,0 +1,81 @@ + + + diff --git a/apps/www/src/registry/new-york/block/Sidebar15/page.vue b/apps/www/src/registry/new-york/block/Sidebar15/page.vue new file mode 100644 index 00000000..2ff6b9cb --- /dev/null +++ b/apps/www/src/registry/new-york/block/Sidebar15/page.vue @@ -0,0 +1,49 @@ + + + + +