feat(web): indigo brand token + status tokens + Badge success/warning variants (#49)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,14 @@ export const Destructive: Story = {
|
||||
args: { variant: 'destructive', children: 'Error' },
|
||||
}
|
||||
|
||||
export const Success: Story = {
|
||||
args: { variant: 'success', children: 'Public' },
|
||||
}
|
||||
|
||||
export const Warning: Story = {
|
||||
args: { variant: 'warning', children: 'Internal' },
|
||||
}
|
||||
|
||||
export const Outline: Story = {
|
||||
args: { variant: 'outline', children: 'Draft' },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user