From 16fdb07cccd0123dd8e59a827fc012ffdc3ce27d Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 19 Nov 2025 13:44:41 +0530 Subject: [PATCH] feat: added @crenspire/glass-ui in trusted registries and directory (#8831) * feat: added @glass-ui in trusted registries and directory * fix: svg logo not displayed properly --- apps/v4/public/r/registries.json | 1 + apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 1d03dec8d..d3db94158 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -29,6 +29,7 @@ "@elevenlabs-ui": "https://ui.elevenlabs.io/r/{name}.json", "@fancy": "https://fancycomponents.dev/r/{name}.json", "@formcn": "https://formcn.dev/r/{name}.json", + "@glass-ui": "https://glass-ui.crenspire.com/r/{name}.json", "@heseui": "https://www.heseui.com/r/{name}.json", "@hooks": "https://shadcn-hooks.vercel.app/r/{name}.json", "@intentui": "https://intentui.com/r/{name}", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 89dc652b7..6cfcd8af5 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -153,6 +153,13 @@ "description": "Build production-ready forms with a few clicks using shadcn components and modern tools.", "logo": "" }, + { + "name": "@glass-ui", + "homepage": "https://glass-ui.crenspire.com", + "url": "https://glass-ui.crenspire.com/r/{name}.json", + "description": "A shadcn-ui compatible registry distributing 40+ glassmorphic React/TypeScript components with Apple-inspired design. Components include enhanced visual effects (glow, shimmer, ripple), theme support, and customizable glassmorphism styling.", + "logo": " " + }, { "name": "@ha-components", "homepage": "https://hacomponents.keshuac.com",