Fix wrapper interfaces import order

This commit is contained in:
2026-01-18 12:18:33 +00:00
parent 0042d2e2cd
commit 9e80117569
13 changed files with 624 additions and 6 deletions

View File

@@ -1236,7 +1236,7 @@
"name": "LazyBarChart",
"category": "data",
"canHaveChildren": true,
"description": "LazyBarChart component",
"description": "JSON wrapper for a props-driven bar chart (no lazy hooks)",
"status": "json-compatible",
"source": "molecules",
"jsonCompatible": true
@@ -1246,7 +1246,7 @@
"name": "LazyD3BarChart",
"category": "data",
"canHaveChildren": true,
"description": "LazyD3BarChart component",
"description": "JSON wrapper for a simple SVG bar chart (no D3 hooks)",
"status": "json-compatible",
"source": "molecules",
"jsonCompatible": true
@@ -1256,7 +1256,7 @@
"name": "LazyLineChart",
"category": "data",
"canHaveChildren": true,
"description": "LazyLineChart component",
"description": "JSON wrapper for a props-driven line chart (no lazy hooks)",
"status": "json-compatible",
"source": "molecules",
"jsonCompatible": true
@@ -1302,7 +1302,7 @@
"name": "SeedDataManager",
"category": "data",
"canHaveChildren": true,
"description": "SeedDataManager component",
"description": "JSON wrapper for seed data management with props-driven state",
"status": "json-compatible",
"source": "molecules",
"jsonCompatible": true
@@ -1809,7 +1809,7 @@
"name": "SaveIndicator",
"category": "custom",
"canHaveChildren": true,
"description": "SaveIndicator component",
"description": "JSON wrapper for save status indicator with pure-props API",
"status": "json-compatible",
"source": "molecules",
"jsonCompatible": true
@@ -1979,7 +1979,7 @@
"name": "StorageSettings",
"category": "custom",
"canHaveChildren": true,
"description": "StorageSettings component",
"description": "JSON wrapper for storage settings controls with props-driven state",
"status": "json-compatible",
"source": "molecules",
"jsonCompatible": true