From 7ffefce9e0a25e8341a95124bea60b68ec7dbb7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?l=C3=A9o?= <143509522+wicki-leonard-emf@users.noreply.github.com> Date: Sun, 15 Mar 2026 12:21:09 +0100 Subject: [PATCH] feat: add @0unlumen-ui registry (#9970) * feat: add @0unlumen-ui registry * fix: consistent registry name from @0unlumen-ui to @unlumen-ui --- 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 c3cd581e38..652e11a585 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -11,6 +11,12 @@ "url": "https://ui.8starlabs.com/r/{name}.json", "description": "A set of beautifully designed components designed for developers who want niche, high-utility UI elements that you won't find in standard libraries." }, + { + "name": "@unlumen-ui", + "homepage": "https://ui.unlumen.com", + "url": "https://ui.unlumen.com/r/{name}.json", + "description": "Primitives and components with serious attention to animation and design. Copy, own, ship." + }, { "name": "@auth0", "homepage": "https://auth0.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 1f8e7605ab..891ab13ab3 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -13,6 +13,13 @@ "description": "A set of beautifully designed components designed for developers who want niche, high-utility UI elements that you won't find in standard libraries.", "logo": " " }, + { + "name": "@unlumen-ui", + "homepage": "https://ui.unlumen.com", + "url": "https://ui.unlumen.com/r/{name}.json", + "description": "Primitives and components with serious attention to animation and design. Copy, own, ship.", + "logo": "" + }, { "name": "@auth0", "homepage": "https://auth0.com",