From 40012adb145ccc09a75ef5988a67f96a30d9115a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Agust=C3=ADn=20Mayol?=
<63980330+AgusMayol@users.noreply.github.com>
Date: Mon, 15 Dec 2025 06:44:10 -0300
Subject: [PATCH] feat: add `@optics` to directory.json and registries.json
(#8971)
---
apps/v4/public/r/registries.json | 1 +
apps/v4/registry/directory.json | 7 +++++++
2 files changed, 8 insertions(+)
diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index cd9f9ddc51..70a3f61e83 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -56,6 +56,7 @@
"@nexus-elements": "https://elements.nexus.availproject.org/r/{name}.json",
"@ncdai": "https://chanhdai.com/r/{name}.json",
"@nuqs": "https://nuqs.dev/r/{name}.json",
+ "@optics": "https://optics.agusmayol.com.ar/r/{name}.json",
"@oui": "https://oui.mw10013.workers.dev/r/{name}.json",
"@paceui": "https://ui.paceui.com/r/{name}.json",
"@plate": "https://platejs.org/r/{name}.json",
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 6b8c1767cd..a50e9b8d78 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -342,6 +342,13 @@
"url": "https://elements.nexus.availproject.org/r/{name}.json",
"logo": ""
},
+ {
+ "name": "@optics",
+ "homepage": "https://optics.agusmayol.com.ar",
+ "url": "https://optics.agusmayol.com.ar/r/{name}.json",
+ "description": "A design system that distributes re-styled components, utilities, and hooks ready to use.",
+ "logo": ""
+ },
{
"name": "@oui",
"homepage": "https://oui.mw10013.workers.dev",