@mbao01/common 0.9.6 → 0.9.8
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/package.json
CHANGED
|
@@ -5,15 +5,15 @@ export const getBoxClasses = cva("", {
|
|
|
5
5
|
variants: createVariants({
|
|
6
6
|
style: {
|
|
7
7
|
default: "",
|
|
8
|
-
outlined: "border
|
|
9
|
-
bordered: "border-[4px] border-double
|
|
10
|
-
elevated: "border
|
|
8
|
+
outlined: "border",
|
|
9
|
+
bordered: "border-[4px] border-double",
|
|
10
|
+
elevated: "border bg-base-100 shadow-md",
|
|
11
11
|
ghost: "bg-base-200/40",
|
|
12
12
|
gradient:
|
|
13
13
|
"relative border-0 bg-base-100 before:absolute before:inset-0 before:-z-10 before:-m-[2px] before:rounded-[inherit] before:bg-linear-to-br before:from-primary before:via-secondary before:to-accent",
|
|
14
|
-
strip: "border
|
|
14
|
+
strip: "border ring-1 ring-base-300 ring-offset-[2px] ring-offset-base-200",
|
|
15
15
|
glass: "border border-white/20 bg-white/10 shadow-lg backdrop-blur-md",
|
|
16
|
-
inset: "border
|
|
16
|
+
inset: "border bg-base-200/20 shadow-inner",
|
|
17
17
|
},
|
|
18
18
|
display: {
|
|
19
19
|
block: "block",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
@plugin "@tailwindcss/typography";
|
|
4
4
|
@plugin "daisyui" {
|
|
5
|
-
themes:
|
|
5
|
+
themes: false;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
@variant dark {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
::before,
|
|
31
31
|
::backdrop,
|
|
32
32
|
::file-selector-button {
|
|
33
|
-
border-color: var(--color-
|
|
33
|
+
border-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|