From d06e84a007b62abf845b5b6cacaaffe6b792401c Mon Sep 17 00:00:00 2001 From: ShadcnSpace Date: Mon, 26 Jan 2026 22:26:47 +0530 Subject: [PATCH 1/3] feat(registry): added new registry(@shadcn-space , @shadcn-dashboard) (#9102) * feat(registry): add my custom registry * Feat: Added Shadcnspace into registries.json --------- Co-authored-by: ShadcnSpace Co-authored-by: Nirav joshi <31440272+Niravjoshi-Wrappixel@users.noreply.github.com> --- apps/v4/public/r/registries.json | 8 +++++++- apps/v4/registry/directory.json | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index fece329771..b0317285c5 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -688,5 +688,11 @@ "homepage": "https://typedora-ui.netlify.app", "url": "https://typedora-ui.netlify.app/r/{name}.json", "description": "Typedora UI is a next-generation extension layer for shadcn/ui, designed to bring full type-safety to your UI components." - } + }, + { + "name": "@shadcn-space", + "homepage": "https://shadcnspace.com/", + "url": "https://shadcnspace.com/r/{name}.json", + "description": "An open-source collection of production-ready Shadcn UI blocks, components, and templates for websites, admin dashboards and modern React web projects, built with Tailwind CSS and ready to copy-paste or install via the Shadcn CLI." + }, ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 93d775afb7..33ffbb9919 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -700,6 +700,18 @@ "logo": "" }, { + "name": "@shadcn-space", + "homepage": "https://shadcnspace.com", + "url": "https://shadcnspace.com/r/{name}.json", + "description": "ShadcnSpace is a collection of extra-ordinary, highly customizable shadcn/ui components, blocks, and themes to build modern UIs with speed and clarity.", + "logo": "" + }, + { + "name": "@shadcn-dashboard", + "homepage": "https://shadcn-dashboard.com", + "url": "https://shadcn-dashboard.com/r/{name}.json", + "description": "ShadcnDashboard is a collection of modern, production-ready dashboard layouts, components, and UI patterns built on top of shadcn/ui and Tailwind CSS. It’s designed to help developers build clean, scalable, and data-driven dashboards faster—without compromising on performance, accessibility, or customization.", + "logo": "" "name": "@icons-animated", "homepage": "https://icons.lndev.me", "url": "https://icons.lndev.me/r/{name}.json", From 6d97ab0b9b395c8d957866a59906b29ede667d2d Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 26 Jan 2026 21:03:04 +0400 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"feat(registry):=20added=20new=20r?= =?UTF-8?q?egistry(@shadcn-space=20,=20@shadcn-dashboard)=E2=80=A6"=20(#94?= =?UTF-8?q?58)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d06e84a007b62abf845b5b6cacaaffe6b792401c. --- apps/v4/public/r/registries.json | 8 +------- apps/v4/registry/directory.json | 12 ------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index b0317285c5..fece329771 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -688,11 +688,5 @@ "homepage": "https://typedora-ui.netlify.app", "url": "https://typedora-ui.netlify.app/r/{name}.json", "description": "Typedora UI is a next-generation extension layer for shadcn/ui, designed to bring full type-safety to your UI components." - }, - { - "name": "@shadcn-space", - "homepage": "https://shadcnspace.com/", - "url": "https://shadcnspace.com/r/{name}.json", - "description": "An open-source collection of production-ready Shadcn UI blocks, components, and templates for websites, admin dashboards and modern React web projects, built with Tailwind CSS and ready to copy-paste or install via the Shadcn CLI." - }, + } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 33ffbb9919..93d775afb7 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -700,18 +700,6 @@ "logo": "" }, { - "name": "@shadcn-space", - "homepage": "https://shadcnspace.com", - "url": "https://shadcnspace.com/r/{name}.json", - "description": "ShadcnSpace is a collection of extra-ordinary, highly customizable shadcn/ui components, blocks, and themes to build modern UIs with speed and clarity.", - "logo": "" - }, - { - "name": "@shadcn-dashboard", - "homepage": "https://shadcn-dashboard.com", - "url": "https://shadcn-dashboard.com/r/{name}.json", - "description": "ShadcnDashboard is a collection of modern, production-ready dashboard layouts, components, and UI patterns built on top of shadcn/ui and Tailwind CSS. It’s designed to help developers build clean, scalable, and data-driven dashboards faster—without compromising on performance, accessibility, or customization.", - "logo": "" "name": "@icons-animated", "homepage": "https://icons.lndev.me", "url": "https://icons.lndev.me/r/{name}.json", From 40b9de46e92e47facd33648e2811715aa280f393 Mon Sep 17 00:00:00 2001 From: Usman Sabuwala <51731966+max-programming@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:31:09 +0530 Subject: [PATCH 3/3] Fix Base UI dropdown menu links (#9457) Base UI does not have a `dropdown-menu` but rather just `menu` This PR fixes the link that lead to Base UI docs --- apps/v4/content/docs/components/base/dropdown-menu.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/v4/content/docs/components/base/dropdown-menu.mdx b/apps/v4/content/docs/components/base/dropdown-menu.mdx index aa9f1250dc..209f01f97e 100644 --- a/apps/v4/content/docs/components/base/dropdown-menu.mdx +++ b/apps/v4/content/docs/components/base/dropdown-menu.mdx @@ -5,8 +5,8 @@ featured: true base: base component: true links: - doc: https://base-ui.com/react/components/dropdown-menu - api: https://base-ui.com/react/components/dropdown-menu#api-reference + doc: https://base-ui.com/react/components/menu + api: https://base-ui.com/react/components/menu#api-reference ---