mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-03-08 01:53:30 +01:00
- Created ElementConfigTypes.ts with complete type definitions - Implemented ElementConfigRegistry singleton with full CRUD operations - Added ButtonConfig with 6 variants (primary, secondary, outline, ghost, destructive, link) - Added 4 size presets (sm, md, lg, xl) for buttons - All types compile without errors - Registry methods: register, get, applyDefaults, applyVariant, resolveStyles, validate - Token-based styling with var(--token-name) references Part of STYLE-002 MVP implementation. Next: TextConfig + Text sizing bug fix.