// Whiteboard — infinite canvas w/ flowchart of an approval workflow function ModuleBoard() { const N = KS_DATA.whiteboard; const tints = { blue: { bg:'#EAF2FC', border:'#5A8CC7', text:'#0B4C8C' }, green: { bg:'#E4F3EB', border:'#3E8963', text:'#0F7A3E' }, amber: { bg:'#FBF1E1', border:'#C0862F', text:'#B45309' }, red: { bg:'#FBEAEA', border:'#B75252', text:'#B91C1C' }, yellow: { bg:'#FFF6C9', border:'#D9B84A', text:'#78591A' }, }; return (