// Primus IQ — Paste Text Input Modal
const spInputShell = (children, onClose) => (
e.stopPropagation()} style={{
width: 560, maxWidth: '94%', background: 'var(--bg-card)', borderRadius: 18,
boxShadow: '0 30px 80px rgba(26,22,20,0.30), 0 0 0 1px var(--line)',
animation: 'rise 0.22s ease-out', display: 'flex', flexDirection: 'column', overflow: 'hidden',
}}>
Add text
Paste notes or any text — it’s saved as a document you can tag.
), onClose);
};
Object.assign(window, {
TextInputModal,
});