v1 has no state variants; its variant system is its screen prefixes.

html
<div class="grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">…</div>

See responsive/index|Responsive design for the full screen table.

Note. State styling in v1 lives inside components (btn-neon includes its own hover) or your own CSS.