From 8ca30ed32cc1d8971bc0902ccf3b14abe71abbb9 Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov <129730971+Krit2124@users.noreply.github.com> Date: Sun, 10 May 2026 20:34:04 +0400 Subject: [PATCH] feat(registry): add @turbopills-ui registry (#10579) --- 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 6f2538f433..8519ef09b4 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1138,5 +1138,11 @@ "homepage": "https://framecn.vercel.app", "url": "https://framecn.vercel.app/r/{name}.json", "description": "Beautiful videos, made simple. Ready to use, customizable video components for React." + }, + { + "name": "@turbopills-ui", + "homepage": "https://www.turbopills.com/ui/docs", + "url": "https://ui.turbopills.com/r/{name}.json", + "description": "Beautiful, accessible, and customizable React components for your telehealth applications." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index ee60a14cc0..c52f0a3c07 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1329,5 +1329,12 @@ "url": "https://framecn.vercel.app/r/{name}.json", "description": "Beautiful videos, made simple. Ready to use, customizable video components for React.", "logo": "" + }, + { + "name": "@turbopills-ui", + "homepage": "https://www.turbopills.com/ui/docs", + "url": "https://ui.turbopills.com/r/{name}.json", + "description": "Beautiful, accessible, and customizable React components for your telehealth applications.", + "logo": "" } ]