From 4c0be13dcc81b1cb0b24fc334380b45c8cc95862 Mon Sep 17 00:00:00 2001 From: LGLabGreg Date: Sun, 8 Mar 2026 16:40:50 +0000 Subject: [PATCH] feat(registry): add @shadcnmaps --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 8f2fc566fa..384427c3a6 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -539,6 +539,12 @@ "url": "https://shadcndesign-free.vercel.app/r/{name}.json", "description": "A growing collection of high-quality blocks and themes for shadcn/ui." }, + { + "name": "@shadcnmaps", + "homepage": "https://shadcnmaps.com", + "url": "https://shadcnmaps.com/r/{name}.json", + "description": "Beautiful map components powered by pure SVG." + }, { "name": "@shadcnstore", "homepage": "https://www.shadcnstore.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index d675bb3102..6d719ec083 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -630,6 +630,13 @@ "description": "A growing collection of high-quality blocks and themes for shadcn/ui.", "logo": "" }, + { + "name": "@shadcnmaps", + "homepage": "https://shadcnmaps.com", + "url": "https://shadcnmaps.com/r/{name}.json", + "description": "Beautiful map components powered by pure SVG.", + "logo": "" + }, { "name": "@shadcnstore", "homepage": "https://www.shadcnstore.com",