mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
- Created automated conversion script (convert-tsx-to-json.ts) - Generated 234 JSON component definitions across atoms, molecules, organisms, UI - Updated json-components-registry.json with 72 new components (317 total) - Registry now tracks: 142 atoms, 45 molecules, 16 organisms, 60 UI components Conversion breakdown: - 124 simple presentational components (ready for TypeScript deletion) - 61 components wrapping UI libraries (TypeScript kept) - 19 components needing wrappers (TypeScript kept for hook logic) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>