@nextui-org/theme 0.0.0-dev-v2-20230326182053 → 0.0.0-dev-v2-20230326201634
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-AOPFJ3A7.mjs → chunk-FLLBEBQ3.mjs} +1 -1
- package/dist/{chunk-QPN3H4E3.mjs → chunk-OMTYF2LL.mjs} +2 -2
- package/dist/chunk-TJJ5WRVA.mjs +19 -0
- package/dist/components/drip.js +11 -1
- package/dist/components/drip.mjs +1 -1
- package/dist/components/index.js +11 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +13 -3
- package/dist/index.mjs +3 -3
- package/dist/plugin.js +2 -2
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-OIVGIOVG.mjs +0 -9
package/dist/animations/index.js
CHANGED
|
@@ -25,7 +25,7 @@ __export(animations_exports, {
|
|
|
25
25
|
module.exports = __toCommonJS(animations_exports);
|
|
26
26
|
var animations = {
|
|
27
27
|
animation: {
|
|
28
|
-
"drip-expand": "drip-expand
|
|
28
|
+
"drip-expand": "drip-expand 420ms linear",
|
|
29
29
|
"spinner-ease-spin": "spinner-spin 0.8s ease infinite",
|
|
30
30
|
"spinner-linear-spin": "spinner-spin 0.8s linear infinite",
|
|
31
31
|
"appearance-in": "appearance-in 250ms ease-out normal both",
|
|
@@ -42,7 +42,7 @@ var animations = {
|
|
|
42
42
|
},
|
|
43
43
|
"drip-expand": {
|
|
44
44
|
"0%": {
|
|
45
|
-
opacity: "0.
|
|
45
|
+
opacity: "0.2",
|
|
46
46
|
transform: "scale(0)"
|
|
47
47
|
},
|
|
48
48
|
"100%": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/animations/index.ts
|
|
2
2
|
var animations = {
|
|
3
3
|
animation: {
|
|
4
|
-
"drip-expand": "drip-expand
|
|
4
|
+
"drip-expand": "drip-expand 420ms linear",
|
|
5
5
|
"spinner-ease-spin": "spinner-spin 0.8s ease infinite",
|
|
6
6
|
"spinner-linear-spin": "spinner-spin 0.8s linear infinite",
|
|
7
7
|
"appearance-in": "appearance-in 250ms ease-out normal both",
|
|
@@ -18,7 +18,7 @@ var animations = {
|
|
|
18
18
|
},
|
|
19
19
|
"drip-expand": {
|
|
20
20
|
"0%": {
|
|
21
|
-
opacity: "0.
|
|
21
|
+
opacity: "0.2",
|
|
22
22
|
transform: "scale(0)"
|
|
23
23
|
},
|
|
24
24
|
"100%": {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// src/components/drip.ts
|
|
2
|
+
import { tv } from "tailwind-variants";
|
|
3
|
+
var drip = tv({
|
|
4
|
+
base: [
|
|
5
|
+
"hidden",
|
|
6
|
+
"absolute",
|
|
7
|
+
"opacity-0",
|
|
8
|
+
"will-change-transform",
|
|
9
|
+
"bg-current",
|
|
10
|
+
"rounded-full",
|
|
11
|
+
"animate-drip-expand",
|
|
12
|
+
"data-[visible='true']:block",
|
|
13
|
+
"data-[visible='true']:opacity-20"
|
|
14
|
+
]
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
drip
|
|
19
|
+
};
|
package/dist/components/drip.js
CHANGED
|
@@ -25,7 +25,17 @@ __export(drip_exports, {
|
|
|
25
25
|
module.exports = __toCommonJS(drip_exports);
|
|
26
26
|
var import_tailwind_variants = require("tailwind-variants");
|
|
27
27
|
var drip = (0, import_tailwind_variants.tv)({
|
|
28
|
-
base: [
|
|
28
|
+
base: [
|
|
29
|
+
"hidden",
|
|
30
|
+
"absolute",
|
|
31
|
+
"opacity-0",
|
|
32
|
+
"will-change-transform",
|
|
33
|
+
"bg-current",
|
|
34
|
+
"rounded-full",
|
|
35
|
+
"animate-drip-expand",
|
|
36
|
+
"data-[visible='true']:block",
|
|
37
|
+
"data-[visible='true']:opacity-20"
|
|
38
|
+
]
|
|
29
39
|
});
|
|
30
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
31
41
|
0 && (module.exports = {
|
package/dist/components/drip.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -994,7 +994,17 @@ var buttonGroup = (0, import_tailwind_variants7.tv)({
|
|
|
994
994
|
// src/components/drip.ts
|
|
995
995
|
var import_tailwind_variants8 = require("tailwind-variants");
|
|
996
996
|
var drip = (0, import_tailwind_variants8.tv)({
|
|
997
|
-
base: [
|
|
997
|
+
base: [
|
|
998
|
+
"hidden",
|
|
999
|
+
"absolute",
|
|
1000
|
+
"opacity-0",
|
|
1001
|
+
"will-change-transform",
|
|
1002
|
+
"bg-current",
|
|
1003
|
+
"rounded-full",
|
|
1004
|
+
"animate-drip-expand",
|
|
1005
|
+
"data-[visible='true']:block",
|
|
1006
|
+
"data-[visible='true']:opacity-20"
|
|
1007
|
+
]
|
|
998
1008
|
});
|
|
999
1009
|
|
|
1000
1010
|
// src/components/spinner.ts
|
package/dist/index.js
CHANGED
|
@@ -1017,7 +1017,17 @@ var buttonGroup = (0, import_tailwind_variants7.tv)({
|
|
|
1017
1017
|
// src/components/drip.ts
|
|
1018
1018
|
var import_tailwind_variants8 = require("tailwind-variants");
|
|
1019
1019
|
var drip = (0, import_tailwind_variants8.tv)({
|
|
1020
|
-
base: [
|
|
1020
|
+
base: [
|
|
1021
|
+
"hidden",
|
|
1022
|
+
"absolute",
|
|
1023
|
+
"opacity-0",
|
|
1024
|
+
"will-change-transform",
|
|
1025
|
+
"bg-current",
|
|
1026
|
+
"rounded-full",
|
|
1027
|
+
"animate-drip-expand",
|
|
1028
|
+
"data-[visible='true']:block",
|
|
1029
|
+
"data-[visible='true']:opacity-20"
|
|
1030
|
+
]
|
|
1021
1031
|
});
|
|
1022
1032
|
|
|
1023
1033
|
// src/components/spinner.ts
|
|
@@ -3758,7 +3768,7 @@ var import_deepmerge = __toESM(require("deepmerge"));
|
|
|
3758
3768
|
// src/animations/index.ts
|
|
3759
3769
|
var animations = {
|
|
3760
3770
|
animation: {
|
|
3761
|
-
"drip-expand": "drip-expand
|
|
3771
|
+
"drip-expand": "drip-expand 420ms linear",
|
|
3762
3772
|
"spinner-ease-spin": "spinner-spin 0.8s ease infinite",
|
|
3763
3773
|
"spinner-linear-spin": "spinner-spin 0.8s linear infinite",
|
|
3764
3774
|
"appearance-in": "appearance-in 250ms ease-out normal both",
|
|
@@ -3775,7 +3785,7 @@ var animations = {
|
|
|
3775
3785
|
},
|
|
3776
3786
|
"drip-expand": {
|
|
3777
3787
|
"0%": {
|
|
3778
|
-
opacity: "0.
|
|
3788
|
+
opacity: "0.2",
|
|
3779
3789
|
transform: "scale(0)"
|
|
3780
3790
|
},
|
|
3781
3791
|
"100%": {
|
package/dist/index.mjs
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
} from "./chunk-B5S7HT6N.mjs";
|
|
29
29
|
import {
|
|
30
30
|
drip
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-TJJ5WRVA.mjs";
|
|
32
32
|
import {
|
|
33
33
|
link
|
|
34
34
|
} from "./chunk-5OE5CWK6.mjs";
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
} from "./chunk-LGGZKBOO.mjs";
|
|
73
73
|
import {
|
|
74
74
|
nextui
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-FLLBEBQ3.mjs";
|
|
76
76
|
import "./chunk-45FXWIO6.mjs";
|
|
77
77
|
import {
|
|
78
78
|
absoluteFullClasses,
|
|
@@ -90,7 +90,7 @@ import {
|
|
|
90
90
|
} from "./chunk-Y52EXP4A.mjs";
|
|
91
91
|
import "./chunk-37PIXVP4.mjs";
|
|
92
92
|
import "./chunk-M63AFAHO.mjs";
|
|
93
|
-
import "./chunk-
|
|
93
|
+
import "./chunk-OMTYF2LL.mjs";
|
|
94
94
|
import {
|
|
95
95
|
commonColors
|
|
96
96
|
} from "./chunk-CRCBVLUP.mjs";
|
package/dist/plugin.js
CHANGED
|
@@ -317,7 +317,7 @@ var colors = {
|
|
|
317
317
|
// src/animations/index.ts
|
|
318
318
|
var animations = {
|
|
319
319
|
animation: {
|
|
320
|
-
"drip-expand": "drip-expand
|
|
320
|
+
"drip-expand": "drip-expand 420ms linear",
|
|
321
321
|
"spinner-ease-spin": "spinner-spin 0.8s ease infinite",
|
|
322
322
|
"spinner-linear-spin": "spinner-spin 0.8s linear infinite",
|
|
323
323
|
"appearance-in": "appearance-in 250ms ease-out normal both",
|
|
@@ -334,7 +334,7 @@ var animations = {
|
|
|
334
334
|
},
|
|
335
335
|
"drip-expand": {
|
|
336
336
|
"0%": {
|
|
337
|
-
opacity: "0.
|
|
337
|
+
opacity: "0.2",
|
|
338
338
|
transform: "scale(0)"
|
|
339
339
|
},
|
|
340
340
|
"100%": {
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FLLBEBQ3.mjs";
|
|
4
4
|
import "./chunk-45FXWIO6.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-OMTYF2LL.mjs";
|
|
12
12
|
import "./chunk-CRCBVLUP.mjs";
|
|
13
13
|
import "./chunk-DCEG5LGX.mjs";
|
|
14
14
|
import "./chunk-L2OL7R23.mjs";
|
package/package.json
CHANGED