From 58be91cd39436d553f3d43cbf92a478c63f839a4 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 21 Jan 2026 02:19:26 +0000 Subject: [PATCH] fix: resolve broken load paths in registry (Chart, ComponentTreeManager, JSONUIShowcase, Resizable, StyleDesigner) --- json-components-registry.json | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/json-components-registry.json b/json-components-registry.json index 0e46aed..df04288 100644 --- a/json-components-registry.json +++ b/json-components-registry.json @@ -805,10 +805,7 @@ "description": "Chart component", "status": "supported", "source": "ui", - "load": { - "path": "@/components/ui/chart/chart-container.tsx", - "export": "ChartContainer" - } + "jsonCompatible": false }, { "type": "Check", @@ -1143,7 +1140,7 @@ "autoGenerated": true }, "load": { - "path": "@/components/ComponentTreeManager", + "path": "@/components/JSONComponentTreeManager", "export": "ComponentTreeManager" } }, @@ -2168,11 +2165,7 @@ "description": "JSONUIShowcase organism component", "status": "supported", "source": "organisms", - "jsonCompatible": true, - "load": { - "path": "@/components/JSONUIShowcase.tsx", - "export": "JSONUIShowcase" - } + "jsonCompatible": false }, { "type": "Kbd", @@ -2891,10 +2884,7 @@ "description": "Resizable component", "status": "supported", "source": "ui", - "load": { - "path": "@/components/ui/resizable.tsx", - "export": "ResizablePanelGroup" - } + "jsonCompatible": false }, { "type": "ResponsiveGrid", @@ -3507,7 +3497,7 @@ "autoGenerated": true }, "load": { - "path": "@/components/StyleDesigner", + "path": "@/components/JSONStyleDesigner", "export": "StyleDesigner" } },