From c877df07b80c63da758f5a1f7e281be800940b95 Mon Sep 17 00:00:00 2001
From: LN <62269693+ln-dev7@users.noreply.github.com>
Date: Mon, 10 Nov 2025 12:17:01 +0100
Subject: [PATCH] feat: add @square-ui in registries (#8761)
* feat: add new registry entry for @square-ui
* feat: add new registry entry for @square-ui with logo and description
---
apps/v4/public/r/registries.json | 3 ++-
apps/v4/registry/directory.json | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
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": ""
}
]