From 9eb784054fc55d039eeaf8186d9e5386c811daff Mon Sep 17 00:00:00 2001 From: Ella Date: Fri, 5 Dec 2025 03:37:41 -0800 Subject: [PATCH] feat: add @lucide-animated to directory.json and registries.json (#8937) --- 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 3f0c78c80..fba6f56d3 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -40,6 +40,7 @@ "@kokonutui": "https://kokonutui.com/r/{name}.json", "@lens-blocks": "https://lensblocks.com/r/{name}.json", "@limeplay": "https://limeplay.winoffrg.dev/r/{name}.json", + "@lucide-animated": "https://lucide-animated.com/r/{name}.json", "@lytenyte": "https://www.1771technologies.com/r/{name}.json", "@magicui": "https://magicui.design/r/{name}.json", "@magicui-pro": "https://pro.magicui.design/registry/{name}", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 79b364727..766ea4dfa 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -244,6 +244,13 @@ "url": "https://limeplay.winoffrg.dev/r/{name}.json", "logo": "" }, + { + "name": "@lucide-animated", + "homepage": "https://lucide-animated.com", + "url": "https://lucide-animated.com/r/{name}.json", + "description": "An open-source collection of smooth animated lucide icons for your projects", + "logo": "" + }, { "name": "@lytenyte", "homepage": "https://www.1771technologies.com",