import React from 'react'; import { StylePanelProps, CollapsibleSection, ColorPickerField, labelStyle, inputStyle, btnActiveStyle, sectionGap, useNodeProp, } from './shared'; import { AssetPicker } from '../../../ui/AssetPicker'; /* ---------- HERO STYLE PANEL ---------- */ export const HeroStylePanel: React.FC = ({ selectedId, nodeProps }) => { const { setProp } = useNodeProp(selectedId); const bgType = nodeProps.bgType || 'color'; return ( <>
setProp('heading', e.target.value)} style={inputStyle} />