diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index caed46058d..a4d1914b43 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -82,5 +82,6 @@ "@ha-components": "https://hacomponents.keshuac.com/r/{name}.json", "@shadix-ui": "https://shadix-ui.vercel.app/r/{name}.json", "@utilcn": "https://utilcn.dev/r/{name}.json", - "@hextaui": "https://hextaui.com/r/{name}.json" + "@hextaui": "https://hextaui.com/r/{name}.json", + "@square-ui": "https://square.lndev.me/registry/{name}.json" } diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5b7bb254f8..4348493c49 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -432,5 +432,12 @@ "url": "https://zippystarter.com/r/{name}.json", "description": "Expertly crafted blocks, components & themes for shadcn/ui.", "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": "" } ]