From dd3567c39da374346d2daa07f926a20d5036c492 Mon Sep 17 00:00:00 2001 From: Alexandre Schrammel Date: Thu, 7 May 2026 03:27:07 -0300 Subject: [PATCH] feat(registry): add @amplo registry (#10573) --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 529a4e0250..8f32655960 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -83,6 +83,12 @@ "url": "https://aliimam.in/r/{name}.json", "description": "I create digital experiences that connect and inspire. I build apps, websites, brands, and products end-to-end." }, + { + "name": "@amplo", + "homepage": "https://amplo.ale.design", + "url": "https://amplo.ale.design/r/{name}.json", + "description": "OKLCH-native, Display-P3-aware composable fill picker with WCAG/APCA contrast metrics, gamut detection, and full keyboard accessibility." + }, { "name": "@animate-ui", "homepage": "https://animate-ui.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index e15389b773..6f996c899e 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -97,6 +97,13 @@ "description": "I create digital experiences that connect and inspire. I build apps, websites, brands, and products end-to-end.", "logo": "" }, + { + "name": "@amplo", + "homepage": "https://amplo.ale.design", + "url": "https://amplo.ale.design/r/{name}.json", + "description": "OKLCH-native, Display-P3-aware composable fill picker with WCAG/APCA contrast metrics, gamut detection, and full keyboard accessibility.", + "logo": "" + }, { "name": "@animate-ui", "homepage": "https://animate-ui.com", @@ -1315,5 +1322,5 @@ "url": "https://joelachance.github.io/text-ui/r/{name}.json", "description": "A shadcn/ui registry with EchoText (`echo-text`): layered stroke text that follows the pointer—minimal setup, drop-in component.", "logo": "" - } + } ]