@nextui-org/theme 0.0.0-dev-v2-20230331132840 → 0.0.0-dev-v2-20230331154026
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/animations/index.js +2 -2
- package/dist/animations/index.mjs +1 -1
- package/dist/{chunk-BZ3JOG7M.mjs → chunk-7QLHM6OE.mjs} +2 -2
- package/dist/{chunk-MBTUS5SO.mjs → chunk-7ZURDN3V.mjs} +1 -1
- package/dist/{chunk-SQ55TCV4.mjs → chunk-BMY6CGCY.mjs} +1 -1
- package/dist/{chunk-74Z3LEKZ.mjs → chunk-I7DM7NL7.mjs} +1 -1
- package/dist/components/circular-progress.js +1 -1
- package/dist/components/circular-progress.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +2 -2
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.mjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/dist/plugin.js +2 -2
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
package/dist/animations/index.js
CHANGED
|
@@ -79,10 +79,10 @@ var animations = {
|
|
|
79
79
|
},
|
|
80
80
|
"indeterminate-bar": {
|
|
81
81
|
"0%": {
|
|
82
|
-
transform: "translateX(-
|
|
82
|
+
transform: "translateX(-50%) scaleX(0.2)"
|
|
83
83
|
},
|
|
84
84
|
"100%": {
|
|
85
|
-
transform: "translateX(
|
|
85
|
+
transform: "translateX(100%) scaleX(1)"
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
@@ -55,10 +55,10 @@ var animations = {
|
|
|
55
55
|
},
|
|
56
56
|
"indeterminate-bar": {
|
|
57
57
|
"0%": {
|
|
58
|
-
transform: "translateX(-
|
|
58
|
+
transform: "translateX(-50%) scaleX(0.2)"
|
|
59
59
|
},
|
|
60
60
|
"100%": {
|
|
61
|
-
transform: "translateX(
|
|
61
|
+
transform: "translateX(100%) scaleX(1)"
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -7,7 +7,7 @@ var circularProgress = tv({
|
|
|
7
7
|
svgWrapper: "relative block",
|
|
8
8
|
svg: "z-0 relative overflow-hidden",
|
|
9
9
|
circle: "h-full stroke-current",
|
|
10
|
-
value: "absolute font-
|
|
10
|
+
value: "absolute font-normal top-0 left-0 w-full h-full flex items-center justify-center"
|
|
11
11
|
},
|
|
12
12
|
variants: {
|
|
13
13
|
color: {
|
|
@@ -31,7 +31,7 @@ var circularProgress = (0, import_tailwind_variants.tv)({
|
|
|
31
31
|
svgWrapper: "relative block",
|
|
32
32
|
svg: "z-0 relative overflow-hidden",
|
|
33
33
|
circle: "h-full stroke-current",
|
|
34
|
-
value: "absolute font-
|
|
34
|
+
value: "absolute font-normal top-0 left-0 w-full h-full flex items-center justify-center"
|
|
35
35
|
},
|
|
36
36
|
variants: {
|
|
37
37
|
color: {
|
package/dist/components/index.js
CHANGED
|
@@ -3537,7 +3537,7 @@ var progress = (0, import_tailwind_variants23.tv)(
|
|
|
3537
3537
|
},
|
|
3538
3538
|
isIndeterminate: {
|
|
3539
3539
|
true: {
|
|
3540
|
-
filler: ["absolute", "w-
|
|
3540
|
+
filler: ["absolute", "w-full", "origin-left", "animate-indeterminate-bar"]
|
|
3541
3541
|
}
|
|
3542
3542
|
},
|
|
3543
3543
|
isDisabled: {
|
|
@@ -3585,7 +3585,7 @@ var circularProgress = (0, import_tailwind_variants24.tv)({
|
|
|
3585
3585
|
svgWrapper: "relative block",
|
|
3586
3586
|
svg: "z-0 relative overflow-hidden",
|
|
3587
3587
|
circle: "h-full stroke-current",
|
|
3588
|
-
value: "absolute font-
|
|
3588
|
+
value: "absolute font-normal top-0 left-0 w-full h-full flex items-center justify-center"
|
|
3589
3589
|
},
|
|
3590
3590
|
variants: {
|
|
3591
3591
|
color: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../chunk-YMVSDHED.mjs";
|
|
2
2
|
import {
|
|
3
3
|
progress
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-I7DM7NL7.mjs";
|
|
5
5
|
import {
|
|
6
6
|
radioGroup
|
|
7
7
|
} from "../chunk-HHWXPWYN.mjs";
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
} from "../chunk-TV7EJNXI.mjs";
|
|
32
32
|
import {
|
|
33
33
|
circularProgress
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-7ZURDN3V.mjs";
|
|
35
35
|
import {
|
|
36
36
|
code
|
|
37
37
|
} from "../chunk-B5S7HT6N.mjs";
|
|
@@ -119,7 +119,7 @@ var progress = (0, import_tailwind_variants.tv)(
|
|
|
119
119
|
},
|
|
120
120
|
isIndeterminate: {
|
|
121
121
|
true: {
|
|
122
|
-
filler: ["absolute", "w-
|
|
122
|
+
filler: ["absolute", "w-full", "origin-left", "animate-indeterminate-bar"]
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
isDisabled: {
|
package/dist/index.js
CHANGED
|
@@ -3560,7 +3560,7 @@ var progress = (0, import_tailwind_variants23.tv)(
|
|
|
3560
3560
|
},
|
|
3561
3561
|
isIndeterminate: {
|
|
3562
3562
|
true: {
|
|
3563
|
-
filler: ["absolute", "w-
|
|
3563
|
+
filler: ["absolute", "w-full", "origin-left", "animate-indeterminate-bar"]
|
|
3564
3564
|
}
|
|
3565
3565
|
},
|
|
3566
3566
|
isDisabled: {
|
|
@@ -3608,7 +3608,7 @@ var circularProgress = (0, import_tailwind_variants24.tv)({
|
|
|
3608
3608
|
svgWrapper: "relative block",
|
|
3609
3609
|
svg: "z-0 relative overflow-hidden",
|
|
3610
3610
|
circle: "h-full stroke-current",
|
|
3611
|
-
value: "absolute font-
|
|
3611
|
+
value: "absolute font-normal top-0 left-0 w-full h-full flex items-center justify-center"
|
|
3612
3612
|
},
|
|
3613
3613
|
variants: {
|
|
3614
3614
|
color: {
|
|
@@ -4036,10 +4036,10 @@ var animations = {
|
|
|
4036
4036
|
},
|
|
4037
4037
|
"indeterminate-bar": {
|
|
4038
4038
|
"0%": {
|
|
4039
|
-
transform: "translateX(-
|
|
4039
|
+
transform: "translateX(-50%) scaleX(0.2)"
|
|
4040
4040
|
},
|
|
4041
4041
|
"100%": {
|
|
4042
|
-
transform: "translateX(
|
|
4042
|
+
transform: "translateX(100%) scaleX(1)"
|
|
4043
4043
|
}
|
|
4044
4044
|
}
|
|
4045
4045
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-YMVSDHED.mjs";
|
|
2
2
|
import {
|
|
3
3
|
progress
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-I7DM7NL7.mjs";
|
|
5
5
|
import {
|
|
6
6
|
radioGroup
|
|
7
7
|
} from "./chunk-HHWXPWYN.mjs";
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
} from "./chunk-TV7EJNXI.mjs";
|
|
32
32
|
import {
|
|
33
33
|
circularProgress
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-7ZURDN3V.mjs";
|
|
35
35
|
import {
|
|
36
36
|
code
|
|
37
37
|
} from "./chunk-B5S7HT6N.mjs";
|
|
@@ -78,7 +78,7 @@ import {
|
|
|
78
78
|
} from "./chunk-LGGZKBOO.mjs";
|
|
79
79
|
import {
|
|
80
80
|
nextui
|
|
81
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-BMY6CGCY.mjs";
|
|
82
82
|
import "./chunk-XLATS5QU.mjs";
|
|
83
83
|
import {
|
|
84
84
|
absoluteFullClasses,
|
|
@@ -96,7 +96,7 @@ import {
|
|
|
96
96
|
} from "./chunk-Y52EXP4A.mjs";
|
|
97
97
|
import "./chunk-37PIXVP4.mjs";
|
|
98
98
|
import "./chunk-M63AFAHO.mjs";
|
|
99
|
-
import "./chunk-
|
|
99
|
+
import "./chunk-7QLHM6OE.mjs";
|
|
100
100
|
import {
|
|
101
101
|
commonColors
|
|
102
102
|
} from "./chunk-CRCBVLUP.mjs";
|
package/dist/plugin.js
CHANGED
|
@@ -371,10 +371,10 @@ var animations = {
|
|
|
371
371
|
},
|
|
372
372
|
"indeterminate-bar": {
|
|
373
373
|
"0%": {
|
|
374
|
-
transform: "translateX(-
|
|
374
|
+
transform: "translateX(-50%) scaleX(0.2)"
|
|
375
375
|
},
|
|
376
376
|
"100%": {
|
|
377
|
-
transform: "translateX(
|
|
377
|
+
transform: "translateX(100%) scaleX(1)"
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
}
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BMY6CGCY.mjs";
|
|
4
4
|
import "./chunk-XLATS5QU.mjs";
|
|
5
5
|
import "./chunk-IJCHUO4J.mjs";
|
|
6
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
@@ -8,7 +8,7 @@ import "./chunk-7MQD7UA2.mjs";
|
|
|
8
8
|
import "./chunk-Y52EXP4A.mjs";
|
|
9
9
|
import "./chunk-37PIXVP4.mjs";
|
|
10
10
|
import "./chunk-M63AFAHO.mjs";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-7QLHM6OE.mjs";
|
|
12
12
|
import "./chunk-CRCBVLUP.mjs";
|
|
13
13
|
import "./chunk-DCEG5LGX.mjs";
|
|
14
14
|
import "./chunk-L2OL7R23.mjs";
|