From eeb5d22fe5f8029e065573546482ff9f42a521e1 Mon Sep 17 00:00:00 2001 From: ysds Date: Wed, 15 Apr 2026 12:08:19 +0900 Subject: [PATCH] chore(registry): add @exabase registry --- 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 3f2714d76f..ca1ba276d7 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1030,5 +1030,11 @@ "homepage": "https://www.remocn.dev/", "url": "https://www.remocn.dev/r/{name}.json", "description": "Production-ready components for Remotion - text animations, backgrounds, transitions, UI blocks, and full scene compositions" + }, + { + "name": "@exabase", + "homepage": "https://exawizards.com/exabase/design/", + "url": "https://exawizards.com/exabase/design/registry/{name}.json", + "description": "A collection of UI components based on the exaBase Design System, built with React and Tailwind CSS." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 07bda91a58..5e13ee3e8c 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1203,5 +1203,12 @@ "url": "https://www.remocn.dev/r/{name}.json", "description": "Production-ready components for Remotion - text animations, backgrounds, transitions, UI blocks, and full scene compositions", "logo": "" + }, + { + "name": "@exabase", + "homepage": "https://exawizards.com/exabase/design/", + "url": "https://exawizards.com/exabase/design/registry/{name}.json", + "description": "A collection of UI components based on the exaBase Design System, built with React and Tailwind CSS.", + "logo": "" } ]