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",