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