Intent Alerts
Use clear intent colors with a strong left rail and compact icon well.
Sync available
A newer version of your design tokens is ready to pull.
Published
Your component registry is live and available to install.
Review required
Some props changed and may need a migration note.
Build failed
Type generation stopped because one component export is missing.
tsx
<Alert variant="info" title="Sync available" description="A newer version is ready." />
<Alert variant="success" title="Published" description="Your registry is live." />
<Alert variant="warning" title="Review required" description="Some props changed." />
<Alert variant="danger" title="Build failed" description="Type generation stopped." />