From da05ee321c8087c574b50d3c01ac4d5c330ab490 Mon Sep 17 00:00:00 2001 From: Lior Pesoa Date: Mon, 9 Mar 2026 10:56:16 +0200 Subject: [PATCH] fix: run registry:build and fix directory.json syntax - Fix missing comma between entries in directory.json - Fix multiline SVG logo string - Regenerate registries.json with @paletteui entry Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 15 +++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 4c0967803..eb882edd8 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -844,5 +844,11 @@ "homepage": "https://componentry.fun", "url": "https://componentry.fun/r/{name}.json", "description": "Beautiful, interactive React + Tailwind components for modern product UIs." + }, + { + "name": "@paletteui", + "homepage": "https://paletteui.xyz", + "url": "https://paletteui.xyz/r/{name}.json", + "description": "Curated OKLCH color themes for shadcn/ui + visual theme editor with CSS, Tailwind v4, and Figma export." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index c3ac98682..6ee76fc06 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -986,13 +986,12 @@ "url": "https://componentry.fun/r/{name}.json", "description": "Beautiful, interactive React + Tailwind components for modern product UIs.", "logo": "" - } - { - "name": "@paletteui", - "homepage": "https://paletteui.xyz", - "url": "https://paletteui.xyz/r/{name}.json", - "description": "Curated OKLCH color themes for shadcn/ui + visual theme editor with CSS, Tailwind v4, and Figma export.", - "logo": "" + }, + { + "name": "@paletteui", + "homepage": "https://paletteui.xyz", + "url": "https://paletteui.xyz/r/{name}.json", + "description": "Curated OKLCH color themes for shadcn/ui + visual theme editor with CSS, Tailwind v4, and Figma export.", + "logo": "" } ]