Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7f593307 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jason/ui-kit",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Shared design foundation \u2014 branded tokens, Tailwind preset, shadcn-style components, motion, app shell + marketing blocks. Guarded by Impeccable.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -15,7 +15,7 @@ const buttonVariants = cva(
|
||||
secondary: "bg-surface-2 text-text hover:bg-surface-2/70 shadow-sm",
|
||||
outline: "border border-border bg-transparent text-text hover:bg-surface-2/60",
|
||||
ghost: "bg-transparent text-text hover:bg-surface-2/60",
|
||||
danger: "bg-danger text-white hover:bg-danger/90 shadow-sm",
|
||||
danger: "bg-danger text-bg hover:bg-danger/90 shadow-sm",
|
||||
link: "text-brand underline-offset-4 hover:underline",
|
||||
},
|
||||
size: {
|
||||
|
||||
Reference in New Issue
Block a user