From 29ea3a7d67a5a1ff0397cada981fd2fa9d894bc7 Mon Sep 17 00:00:00 2001 From: Shatlyk <90685859+Shatlyk1011@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:54:29 +0500 Subject: [PATCH] feat: add Emerald UI registry --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index ff52ea296e..4544bed9c5 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -802,5 +802,11 @@ "homepage": "https://pixelactui.com", "url": "https://pixelactui.com/r/{name}.json", "description": "Playful pixel art style components library built on top of shadcn. Perfect for retro style projects and games." + }, + { + "name": "@emerald-ui", + "homepage": "https://emerald-ui.com", + "url": "https://emerald-ui.com/r/{name}.json", + "description": "Emerald UI - collection of components built with Motion, GSAP, Tailwind CSS and shadcn/ui." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index e98bd42020..50a99a86ce 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -942,6 +942,6 @@ "homepage": "https://emerald-ui.com", "url": "https://emerald-ui.com/r/{name}.json", "description": "Emerald UI - collection of components built with Motion, GSAP, Tailwind CSS and shadcn/ui.", - "logo": "" - }, + "logo": "" + } ]