@bubo-squared/ui-framework 0.2.32 → 0.2.33
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/index.cjs +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -795,9 +795,10 @@ var badgeVariants = (0, import_class_variance_authority8.cva)(
|
|
|
795
795
|
xl: "px-4 h6-title"
|
|
796
796
|
},
|
|
797
797
|
variant: {
|
|
798
|
-
primary: "bg-
|
|
799
|
-
|
|
800
|
-
|
|
798
|
+
primary: "bg-primary text-primary",
|
|
799
|
+
primaryInverted: "bg-(--color-primary) text-(--color-primary-inverse)",
|
|
800
|
+
secondary: "bg-(--background-secondary) text-secondary",
|
|
801
|
+
outline: "bg-(--background-secondary) text-secondary shadow-[inset_0_0_0_1px_var(--border-secondary)]",
|
|
801
802
|
active: "bg-ac-lilac text-badge-black",
|
|
802
803
|
informal: "bg-ac-neon-blue text-badge-black",
|
|
803
804
|
success: "bg-ac-neon-green text-badge-black",
|