import React, { useState } from 'react'; import { TEXT_COLORS, BG_COLORS, SPACING_PRESETS, RADIUS_PRESETS, } from '../../../constants/presets'; import { SectionLabel, ColorSwatchGrid, PresetButtonGrid, CollapsibleSection, ColorPickerField, labelStyle, inputStyle, sectionGap, useNodeProp, } from './shared'; import { ArrayItemFieldsEditor } from './ArrayItemFields'; import { Modal } from '../../../ui/Modal'; import { CodeEditor } from '../../../ui/CodeEditor'; /* ---------- "Edit HTML" modal for the HtmlBlock `code` prop ---------- `code` is raw HTML (potentially many lines, embedded