INPUT
enriched_spec: JSON from spec-generator
OUTPUT
React 18 function components with:
- Zustand
useStorehooks - Tailwind v4 CSS vars ONLY:
bg-[--sys-substrate] - CRITICAL: Props per slot, NO asset imports:
function HeroCard({ ctaAssetId }) {
return <div data-slot="cta_background" data-asset-id={ctaAssetId} />
}