fix: resolve broken load paths in registry (Chart, ComponentTreeManager, JSONUIShowcase, Resizable, StyleDesigner)

This commit is contained in:
2026-01-21 02:19:26 +00:00
parent 8a0b3a8838
commit 58be91cd39

View File

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