From 64c8cd99eee94cc3b76c063a8e62bc66fbede62f Mon Sep 17 00:00:00 2001 From: Jamie Davenport Date: Fri, 27 Mar 2026 06:52:23 +0000 Subject: [PATCH] feat(registry): adds openpolicy components (#10196) --- 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 1fa2c302e4..665332f94e 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -988,5 +988,11 @@ "homepage": "https://rescript-shadcn.miriad.studio", "url": "https://rescript-shadcn.miriad.studio/r/{name}.json", "description": "Shadcn components rewritten in Rescript, compatible with shadcn CLI." + }, + { + "name": "@openpolicy", + "homepage": "https://www.openpolicy.sh", + "url": "https://www.openpolicy.sh/r/{name}.json", + "description": "Open-source components for building terms, privacy policies and cookie banners." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index d21fc721f9..5c37fc4274 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1154,5 +1154,12 @@ "url": "https://rescript-shadcn.miriad.studio/r/{name}.json", "description": "Shadcn components rewritten in Rescript, compatible with shadcn CLI.", "logo": "" + }, + { + "name": "@openpolicy", + "homepage": "https://www.openpolicy.sh", + "url": "https://www.openpolicy.sh/r/{name}.json", + "description": "Open-source components for building terms, privacy policies and cookie banners.", + "logo": "" } ]