91a6b6f34b
Rebuilt the visual site builder from scratch using Craft.js, React 18, and TypeScript. The new editor renders directly in the DOM (no iframe), supports 40+ components, multi-page with shared header/footer, 16 templates, full-spectrum color/gradient controls, custom head code injection, save/publish workflow, and auto-save. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
727 B
TypeScript
14 lines
727 B
TypeScript
export { TextStylePanel } from './TextStylePanel';
|
|
export { ButtonStylePanel } from './ButtonStylePanel';
|
|
export { ImageStylePanel } from './ImageStylePanel';
|
|
export { ContainerStylePanel } from './ContainerStylePanel';
|
|
export { HeroStylePanel } from './HeroStylePanel';
|
|
export { NavStylePanel } from './NavStylePanel';
|
|
export { MediaStylePanel } from './MediaStylePanel';
|
|
export { FormStylePanel } from './FormStylePanel';
|
|
export { SocialStylePanel } from './SocialStylePanel';
|
|
export { SectionTypePanel } from './SectionTypePanel';
|
|
export { PricingStylePanel } from './PricingStylePanel';
|
|
export { BackgroundSectionStylePanel } from './BackgroundSectionStylePanel';
|
|
export { GenericPropsEditor } from './GenericPropsEditor';
|