@nextui-org/theme 0.0.0-dev-v2-20230326201634 → 0.0.0-dev-v2-20230326202948
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/chunk-OIVGIOVG.mjs +9 -0
- package/dist/components/drip.js +1 -11
- package/dist/components/drip.mjs +1 -1
- package/dist/components/index.js +1 -11
- package/dist/components/index.mjs +9 -9
- package/dist/index.js +1 -11
- package/dist/index.mjs +11 -11
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-TJJ5WRVA.mjs +0 -19
- package/dist/{chunk-FLLBEBQ3.mjs → chunk-JNZ4NJJH.mjs} +3 -3
package/dist/components/drip.js
CHANGED
|
@@ -25,17 +25,7 @@ __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: [
|
|
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
|
-
]
|
|
28
|
+
base: ["absolute", "will-change-transform", "bg-current", "rounded-full", "animate-drip-expand"]
|
|
39
29
|
});
|
|
40
30
|
// Annotate the CommonJS export names for ESM import in node:
|
|
41
31
|
0 && (module.exports = {
|
package/dist/components/drip.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -994,17 +994,7 @@ 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: [
|
|
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
|
-
]
|
|
997
|
+
base: ["absolute", "will-change-transform", "bg-current", "rounded-full", "animate-drip-expand"]
|
|
1008
998
|
});
|
|
1009
999
|
|
|
1010
1000
|
// src/components/spinner.ts
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import "../chunk-5SJ7B53O.mjs";
|
|
2
|
-
import {
|
|
3
|
-
radio
|
|
4
|
-
} from "../chunk-Y37XC5QN.mjs";
|
|
5
2
|
import {
|
|
6
3
|
snippet
|
|
7
4
|
} from "../chunk-QMP2FDFR.mjs";
|
|
@@ -17,9 +14,6 @@ import {
|
|
|
17
14
|
import {
|
|
18
15
|
user
|
|
19
16
|
} from "../chunk-FS36US4S.mjs";
|
|
20
|
-
import {
|
|
21
|
-
checkbox
|
|
22
|
-
} from "../chunk-NJQP2VWT.mjs";
|
|
23
17
|
import {
|
|
24
18
|
chip
|
|
25
19
|
} from "../chunk-TV7EJNXI.mjs";
|
|
@@ -28,7 +22,7 @@ import {
|
|
|
28
22
|
} from "../chunk-B5S7HT6N.mjs";
|
|
29
23
|
import {
|
|
30
24
|
drip
|
|
31
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-OIVGIOVG.mjs";
|
|
32
26
|
import {
|
|
33
27
|
link
|
|
34
28
|
} from "../chunk-5OE5CWK6.mjs";
|
|
@@ -39,8 +33,8 @@ import {
|
|
|
39
33
|
radioGroup
|
|
40
34
|
} from "../chunk-HHWXPWYN.mjs";
|
|
41
35
|
import {
|
|
42
|
-
|
|
43
|
-
} from "../chunk-
|
|
36
|
+
radio
|
|
37
|
+
} from "../chunk-Y37XC5QN.mjs";
|
|
44
38
|
import {
|
|
45
39
|
avatarGroup
|
|
46
40
|
} from "../chunk-MLH3XSY7.mjs";
|
|
@@ -62,12 +56,18 @@ import {
|
|
|
62
56
|
import {
|
|
63
57
|
checkboxGroup
|
|
64
58
|
} from "../chunk-U77YMEWM.mjs";
|
|
59
|
+
import {
|
|
60
|
+
checkbox
|
|
61
|
+
} from "../chunk-NJQP2VWT.mjs";
|
|
65
62
|
import {
|
|
66
63
|
accordionItem
|
|
67
64
|
} from "../chunk-RD42SVXB.mjs";
|
|
68
65
|
import "../chunk-CMYR6AOY.mjs";
|
|
69
66
|
import "../chunk-K7LK7NCE.mjs";
|
|
70
67
|
import "../chunk-LGGZKBOO.mjs";
|
|
68
|
+
import {
|
|
69
|
+
accordion
|
|
70
|
+
} from "../chunk-YYBLBQIV.mjs";
|
|
71
71
|
import "../chunk-IJCHUO4J.mjs";
|
|
72
72
|
export {
|
|
73
73
|
accordion,
|
package/dist/index.js
CHANGED
|
@@ -1017,17 +1017,7 @@ 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: [
|
|
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
|
-
]
|
|
1020
|
+
base: ["absolute", "will-change-transform", "bg-current", "rounded-full", "animate-drip-expand"]
|
|
1031
1021
|
});
|
|
1032
1022
|
|
|
1033
1023
|
// src/components/spinner.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import "./chunk-5SJ7B53O.mjs";
|
|
2
|
-
import {
|
|
3
|
-
radio
|
|
4
|
-
} from "./chunk-Y37XC5QN.mjs";
|
|
5
2
|
import {
|
|
6
3
|
snippet
|
|
7
4
|
} from "./chunk-QMP2FDFR.mjs";
|
|
@@ -17,9 +14,6 @@ import {
|
|
|
17
14
|
import {
|
|
18
15
|
user
|
|
19
16
|
} from "./chunk-FS36US4S.mjs";
|
|
20
|
-
import {
|
|
21
|
-
checkbox
|
|
22
|
-
} from "./chunk-NJQP2VWT.mjs";
|
|
23
17
|
import {
|
|
24
18
|
chip
|
|
25
19
|
} from "./chunk-TV7EJNXI.mjs";
|
|
@@ -28,7 +22,7 @@ import {
|
|
|
28
22
|
} from "./chunk-B5S7HT6N.mjs";
|
|
29
23
|
import {
|
|
30
24
|
drip
|
|
31
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-OIVGIOVG.mjs";
|
|
32
26
|
import {
|
|
33
27
|
link
|
|
34
28
|
} from "./chunk-5OE5CWK6.mjs";
|
|
@@ -39,8 +33,8 @@ import {
|
|
|
39
33
|
radioGroup
|
|
40
34
|
} from "./chunk-HHWXPWYN.mjs";
|
|
41
35
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
36
|
+
radio
|
|
37
|
+
} from "./chunk-Y37XC5QN.mjs";
|
|
44
38
|
import {
|
|
45
39
|
avatarGroup
|
|
46
40
|
} from "./chunk-MLH3XSY7.mjs";
|
|
@@ -62,6 +56,9 @@ import {
|
|
|
62
56
|
import {
|
|
63
57
|
checkboxGroup
|
|
64
58
|
} from "./chunk-U77YMEWM.mjs";
|
|
59
|
+
import {
|
|
60
|
+
checkbox
|
|
61
|
+
} from "./chunk-NJQP2VWT.mjs";
|
|
65
62
|
import {
|
|
66
63
|
accordionItem
|
|
67
64
|
} from "./chunk-RD42SVXB.mjs";
|
|
@@ -70,9 +67,13 @@ import "./chunk-K7LK7NCE.mjs";
|
|
|
70
67
|
import {
|
|
71
68
|
colorVariants
|
|
72
69
|
} from "./chunk-LGGZKBOO.mjs";
|
|
70
|
+
import {
|
|
71
|
+
accordion
|
|
72
|
+
} from "./chunk-YYBLBQIV.mjs";
|
|
73
73
|
import {
|
|
74
74
|
nextui
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-JNZ4NJJH.mjs";
|
|
76
|
+
import "./chunk-OMTYF2LL.mjs";
|
|
76
77
|
import "./chunk-45FXWIO6.mjs";
|
|
77
78
|
import {
|
|
78
79
|
absoluteFullClasses,
|
|
@@ -90,7 +91,6 @@ import {
|
|
|
90
91
|
} from "./chunk-Y52EXP4A.mjs";
|
|
91
92
|
import "./chunk-37PIXVP4.mjs";
|
|
92
93
|
import "./chunk-M63AFAHO.mjs";
|
|
93
|
-
import "./chunk-OMTYF2LL.mjs";
|
|
94
94
|
import {
|
|
95
95
|
commonColors
|
|
96
96
|
} from "./chunk-CRCBVLUP.mjs";
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JNZ4NJJH.mjs";
|
|
4
|
+
import "./chunk-OMTYF2LL.mjs";
|
|
4
5
|
import "./chunk-45FXWIO6.mjs";
|
|
5
6
|
import "./chunk-IJCHUO4J.mjs";
|
|
6
7
|
import "./chunk-WQEDQHKX.mjs";
|
|
@@ -8,7 +9,6 @@ import "./chunk-7MQD7UA2.mjs";
|
|
|
8
9
|
import "./chunk-Y52EXP4A.mjs";
|
|
9
10
|
import "./chunk-37PIXVP4.mjs";
|
|
10
11
|
import "./chunk-M63AFAHO.mjs";
|
|
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
package/dist/chunk-TJJ5WRVA.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
animations
|
|
3
|
+
} from "./chunk-OMTYF2LL.mjs";
|
|
1
4
|
import {
|
|
2
5
|
utilities
|
|
3
6
|
} from "./chunk-45FXWIO6.mjs";
|
|
@@ -10,9 +13,6 @@ import {
|
|
|
10
13
|
import {
|
|
11
14
|
removeDefaultKeys
|
|
12
15
|
} from "./chunk-37PIXVP4.mjs";
|
|
13
|
-
import {
|
|
14
|
-
animations
|
|
15
|
-
} from "./chunk-OMTYF2LL.mjs";
|
|
16
16
|
import {
|
|
17
17
|
commonColors
|
|
18
18
|
} from "./chunk-CRCBVLUP.mjs";
|