From 081c91c46150d05064b2152f70ea7adc0b32c240 Mon Sep 17 00:00:00 2001 From: Muskri <96678499+MusKRI@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:10:01 +0530 Subject: [PATCH] feat: add new registry entry for @pureui with logo and description (#8911) --- 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 35bc7baa50..8e285502f5 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -102,6 +102,7 @@ "@uicapsule": "https://uicapsule.com/r/{name}.json", "@uitripled": "https://ui.tripled.work/r/{name}.json", "@ui-layouts": "https://ui-layouts.com/r/{name}.json", + "@pureui": "https://pure.kam-ui.com/r/{name}.json", "@tour": "https://onboarding-tour.vercel.app/r/{name}.json", "@tb-blocks": "https://tailwindbuilder.ai/r/blocks/{name}.json", "@ui-layouts": "https://ui-layouts.com/r/{name}.json" diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index cf6de4c7e7..d01d10a717 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -580,6 +580,13 @@ "description": "UI Layouts offers components, effects, design tools, and ready-made blocks that make building modern interfaces more efficient—built with React, Next.js, Tailwind CSS, and shadcn/ui.", "logo": "" }, + { + "name": "@pureui", + "homepage": "https://pure.kam-ui.com/", + "url": "https://pure.kam-ui.com/r/{name}.json", + "description": "Pure UI is a curated collection of refined, animated, and accessible components built with Base UI, Tailwind CSS, Motion, and other high-quality open source libraries.", + "logo": "" + }, { "name": "@tailwind-builder", "homepage": "https://tailwindbuilder.ai/",