pukaad-ui-lib 1.323.0 → 1.324.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -9,7 +9,7 @@ export const badgeVariants = cva(
|
|
|
9
9
|
primary: "border-transparent bg-primary text-primary-foreground [a&]:hover:bg-primary/90",
|
|
10
10
|
secondary: "border-transparent bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",
|
|
11
11
|
destructive: "border-transparent bg-destructive text-white [a&]:hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
|
|
12
|
-
success: "border-
|
|
12
|
+
success: "border-transparent bg-success text-white [a&]:hover:bg-success/90",
|
|
13
13
|
warning: "border-warning bg-warning text-white [a&]:hover:bg-warning/80",
|
|
14
14
|
bright: "border-transparent bg-bright text-bright-foreground [a&]:hover:bg-bright/90",
|
|
15
15
|
outline: "text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground "
|