From 78f6a8b0f0ed7d7cc74a5129f568e11160ce3046 Mon Sep 17 00:00:00 2001 From: Danila Yudin Date: Tue, 17 Mar 2026 07:07:46 +0300 Subject: [PATCH] Add @sabraman ui registry (#10054) * Add new UI component entry for @sabraman * fix: update registries.json --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 652e11a585..da7430efc9 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -916,5 +916,11 @@ "homepage": "https://ui.flexnative.com", "url": "https://ui.flexnative.com/r/{name}.json", "description": "A collection of customizable UI blocks with interactive live previews" + }, + { + "name": "@sabraman", + "homepage": "https://sabraman.ru/components", + "url": "https://sabraman.ru/r/{name}.json", + "description": "Legacy skeuomorphic UI components and blocks for shadcn." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 891ab13ab3..0c767052eb 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1070,5 +1070,13 @@ "url": "https://ui.flexnative.com/r/{name}.json", "description": "A collection of customizable UI blocks with interactive live previews", "logo": "" - } + }, + { + "name": "@sabraman", + "homepage": "https://sabraman.ru/components", + "url": "https://sabraman.ru/r/{name}.json", + "description": "Legacy skeuomorphic UI components and blocks for shadcn.", + "logo": " " +} + ]