From 4899d3f0da615d3058ae5ec9ce1ff44b41d52929 Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 10 Nov 2025 15:35:21 +0400 Subject: [PATCH] fix: minor directory updates --- apps/v4/app/layout.tsx | 2 +- apps/v4/components/directory-list.tsx | 2 +- apps/v4/components/search-directory.tsx | 10 ++++++--- apps/v4/registry/directory.json | 28 ++++++++++++------------- 4 files changed, 23 insertions(+), 19 deletions(-) diff --git a/apps/v4/app/layout.tsx b/apps/v4/app/layout.tsx index 895a39cc47..2d318a2a91 100644 --- a/apps/v4/app/layout.tsx +++ b/apps/v4/app/layout.tsx @@ -92,7 +92,7 @@ export default function RootLayout({ - + {children} diff --git a/apps/v4/components/directory-list.tsx b/apps/v4/components/directory-list.tsx index 1eccd55b34..f7064996ad 100644 --- a/apps/v4/components/directory-list.tsx +++ b/apps/v4/components/directory-list.tsx @@ -38,7 +38,7 @@ export function DirectoryList() { {registries.map((registry, index) => ( - + { - + setQuery(null)} > - {query.length > 0 && } + diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 1428edc839..ecc92e33ee 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -328,6 +328,13 @@ "description": "ScrollX UI is an open-source React and shadcn-compatible component library for animated, interactive, and customizable user interfaces. It offers motion-driven components that blend seamlessly with modern ShadCN setups.", "logo": "" }, + { + "name": "@square-ui", + "homepage": "https://square.lndev.me", + "url": "https://square.lndev.me/registry/{name}.json", + "description": "Collection of beautifully crafted open-source layouts UI built with shadcn/ui.", + "logo": "" + }, { "name": "@systaliko-ui", "homepage": "https://systaliko-ui.vercel.app", @@ -405,6 +412,13 @@ "description": "Shadcn blocks designed for building modern marketing websites.", "logo": "" }, + { + "name": "@taki", + "homepage": "https://taki-ui.com", + "url": "https://taki-ui.com/r/{name}.json", + "description": "Beautifully designed, accessible components that you can copy and paste into your apps. Made with React Aria Components and Shadcn tokens.", + "logo": "" + }, { "name": "@utilcn", "homepage": "https://utilcn.dev", @@ -432,19 +446,5 @@ "url": "https://zippystarter.com/r/{name}.json", "description": "Expertly crafted blocks, components & themes for shadcn/ui.", "logo": "" - }, - { - "name": "@taki", - "homepage": "https://taki-ui.com", - "url": "https://taki-ui.com/r/{name}.json", - "description": "Beautifully designed, accessible components that you can copy and paste into your apps. Made with React Aria Components and Shadcn tokens.", - "logo": "" - }, - { - "name": "@square-ui", - "homepage": "https://square.lndev.me", - "url": "https://square.lndev.me/registry/{name}.json", - "description": "Collection of beautifully crafted open-source layouts UI built with shadcn/ui.", - "logo": "" } ]