// BVI Timeline — Reference Data Editor Component // Handles editing of Monarchs, Wars, VI Governors, LI Governors, VI Status // Exported to window for use in Timeline.html const { useState, useMemo } = React; // ── SHARED UTILITIES ────────────────────────────────────────────────────────── const iS = { padding:'4px 6px', fontSize:12, border:'1px solid #d4c8b8', borderRadius:4, background:'#fdf9f4', width:'100%' }; const thS = { padding:'7px 10px', fontSize:11, fontWeight:700, letterSpacing:'0.05em', textTransform:'uppercase', color:'#7a6a55', borderBottom:'2px solid #d4c8b8', textAlign:'left', whiteSpace:'nowrap' }; const tdS = { padding:'5px 6px', borderBottom:'1px solid #ede8e0', verticalAlign:'middle' }; const labelS = { fontSize:10, fontWeight:700, letterSpacing:'0.06em', textTransform:'uppercase', color:'#7a6a55', marginBottom:4, display:'block' }; function ActBtn({ label, onClick, danger }) { return ( ); } function VerifiedBadge({ verified }) { return verified ? : ; } // Shared source/citation/notes/verified expandable panel function SourcePanel({ item, onUpdate }) { return (
onUpdate('source',e.target.value)} placeholder="e.g. Oxford DNB, Letters Patent…"/>
onUpdate('citation',e.target.value)} placeholder="e.g. TNA ref., statute, ISBN…"/>