@nextui-org/theme 0.0.0-dev-v2-20230424192123 → 0.0.0-dev-v2-20230424201229
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-XTUVNJGJ.mjs → chunk-NQICV62H.mjs} +2 -2
- package/dist/{chunk-N2F64G6O.mjs → chunk-PBWDYOO2.mjs} +7 -7
- package/dist/{chunk-XFP7S22H.mjs → chunk-UYHZ35FY.mjs} +2 -2
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.js +1 -1
- package/dist/colors/index.mjs +6 -6
- package/dist/colors/semantic.js +1 -1
- package/dist/colors/semantic.mjs +4 -4
- package/dist/colors.js +1 -1
- package/dist/colors.mjs +6 -6
- package/dist/components/index.mjs +39 -39
- package/dist/index.js +2 -2
- package/dist/index.mjs +58 -58
- package/dist/plugin.js +2 -2
- package/dist/plugin.mjs +9 -9
- package/package.json +1 -1
- package/dist/{chunk-CRCBVLUP.mjs → chunk-W4HTBNGS.mjs} +6 -6
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import {
|
|
2
2
|
utilities
|
|
3
3
|
} from "./chunk-XLATS5QU.mjs";
|
|
4
|
-
import {
|
|
5
|
-
baseStyles
|
|
6
|
-
} from "./chunk-INZK6TTL.mjs";
|
|
7
4
|
import {
|
|
8
5
|
semanticColors
|
|
9
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-UYHZ35FY.mjs";
|
|
10
7
|
import {
|
|
11
8
|
removeDefaultKeys
|
|
12
9
|
} from "./chunk-37PIXVP4.mjs";
|
|
10
|
+
import {
|
|
11
|
+
commonColors
|
|
12
|
+
} from "./chunk-W4HTBNGS.mjs";
|
|
13
13
|
import {
|
|
14
14
|
animations
|
|
15
15
|
} from "./chunk-DMASP6FA.mjs";
|
|
16
16
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
17
|
+
baseStyles
|
|
18
|
+
} from "./chunk-INZK6TTL.mjs";
|
|
19
19
|
|
|
20
20
|
// src/plugin.ts
|
|
21
21
|
import Color from "color";
|
|
22
|
-
import plugin from "tailwindcss/plugin";
|
|
22
|
+
import plugin from "tailwindcss/plugin.js";
|
|
23
23
|
import forEach from "lodash.foreach";
|
|
24
24
|
import flatten from "flat";
|
|
25
25
|
import get from "lodash.get";
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "./chunk-37PIXVP4.mjs";
|
|
4
4
|
import {
|
|
5
5
|
commonColors
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W4HTBNGS.mjs";
|
|
7
7
|
|
|
8
8
|
// src/colors/semantic.ts
|
|
9
|
-
import twColors from "tailwindcss/colors";
|
|
9
|
+
import twColors from "tailwindcss/colors.js";
|
|
10
10
|
import { readableColor } from "color2k";
|
|
11
11
|
var base = {
|
|
12
12
|
light: {
|
package/dist/colors/common.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
commonColors
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
5
|
-
import "../chunk-L2OL7R23.mjs";
|
|
3
|
+
} from "../chunk-W4HTBNGS.mjs";
|
|
6
4
|
import "../chunk-YZYGFPNK.mjs";
|
|
7
5
|
import "../chunk-Y4YW5MKL.mjs";
|
|
8
6
|
import "../chunk-KZJBCC2H.mjs";
|
|
9
7
|
import "../chunk-T3GWIVAM.mjs";
|
|
10
8
|
import "../chunk-OR5PUD24.mjs";
|
|
9
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
10
|
+
import "../chunk-L2OL7R23.mjs";
|
|
11
11
|
export {
|
|
12
12
|
commonColors
|
|
13
13
|
};
|
package/dist/colors/index.js
CHANGED
|
@@ -144,7 +144,7 @@ var commonColors = {
|
|
|
144
144
|
};
|
|
145
145
|
|
|
146
146
|
// src/colors/semantic.ts
|
|
147
|
-
var import_colors = __toESM(require("tailwindcss/colors"));
|
|
147
|
+
var import_colors = __toESM(require("tailwindcss/colors.js"));
|
|
148
148
|
var import_color2k = require("color2k");
|
|
149
149
|
|
|
150
150
|
// src/utils/object.ts
|
package/dist/colors/index.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-NQICV62H.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-37PIXVP4.mjs";
|
|
6
|
+
} from "../chunk-UYHZ35FY.mjs";
|
|
8
7
|
import "../chunk-M63AFAHO.mjs";
|
|
8
|
+
import "../chunk-37PIXVP4.mjs";
|
|
9
9
|
import {
|
|
10
10
|
commonColors
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
13
|
-
import "../chunk-L2OL7R23.mjs";
|
|
11
|
+
} from "../chunk-W4HTBNGS.mjs";
|
|
14
12
|
import "../chunk-YZYGFPNK.mjs";
|
|
15
13
|
import "../chunk-Y4YW5MKL.mjs";
|
|
16
14
|
import "../chunk-KZJBCC2H.mjs";
|
|
17
15
|
import "../chunk-T3GWIVAM.mjs";
|
|
18
16
|
import "../chunk-OR5PUD24.mjs";
|
|
17
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
18
|
+
import "../chunk-L2OL7R23.mjs";
|
|
19
19
|
export {
|
|
20
20
|
colors,
|
|
21
21
|
commonColors,
|
package/dist/colors/semantic.js
CHANGED
|
@@ -31,7 +31,7 @@ __export(semantic_exports, {
|
|
|
31
31
|
semanticColorsLight: () => semanticColorsLight
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(semantic_exports);
|
|
34
|
-
var import_colors = __toESM(require("tailwindcss/colors"));
|
|
34
|
+
var import_colors = __toESM(require("tailwindcss/colors.js"));
|
|
35
35
|
var import_color2k = require("color2k");
|
|
36
36
|
|
|
37
37
|
// src/utils/object.ts
|
package/dist/colors/semantic.mjs
CHANGED
|
@@ -2,16 +2,16 @@ import {
|
|
|
2
2
|
semanticColors,
|
|
3
3
|
semanticColorsDark,
|
|
4
4
|
semanticColorsLight
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-UYHZ35FY.mjs";
|
|
6
6
|
import "../chunk-37PIXVP4.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
9
|
-
import "../chunk-L2OL7R23.mjs";
|
|
7
|
+
import "../chunk-W4HTBNGS.mjs";
|
|
10
8
|
import "../chunk-YZYGFPNK.mjs";
|
|
11
9
|
import "../chunk-Y4YW5MKL.mjs";
|
|
12
10
|
import "../chunk-KZJBCC2H.mjs";
|
|
13
11
|
import "../chunk-T3GWIVAM.mjs";
|
|
14
12
|
import "../chunk-OR5PUD24.mjs";
|
|
13
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
14
|
+
import "../chunk-L2OL7R23.mjs";
|
|
15
15
|
export {
|
|
16
16
|
semanticColors,
|
|
17
17
|
semanticColorsDark,
|
package/dist/colors.js
CHANGED
|
@@ -144,7 +144,7 @@ var commonColors = {
|
|
|
144
144
|
};
|
|
145
145
|
|
|
146
146
|
// src/colors/semantic.ts
|
|
147
|
-
var import_colors = __toESM(require("tailwindcss/colors"));
|
|
147
|
+
var import_colors = __toESM(require("tailwindcss/colors.js"));
|
|
148
148
|
var import_color2k = require("color2k");
|
|
149
149
|
|
|
150
150
|
// src/utils/object.ts
|
package/dist/colors.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./chunk-WQEDQHKX.mjs";
|
|
2
2
|
import {
|
|
3
3
|
colors
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NQICV62H.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-37PIXVP4.mjs";
|
|
7
|
+
} from "./chunk-UYHZ35FY.mjs";
|
|
9
8
|
import "./chunk-M63AFAHO.mjs";
|
|
9
|
+
import "./chunk-37PIXVP4.mjs";
|
|
10
10
|
import {
|
|
11
11
|
commonColors
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
14
|
-
import "./chunk-L2OL7R23.mjs";
|
|
12
|
+
} from "./chunk-W4HTBNGS.mjs";
|
|
15
13
|
import "./chunk-YZYGFPNK.mjs";
|
|
16
14
|
import "./chunk-Y4YW5MKL.mjs";
|
|
17
15
|
import "./chunk-KZJBCC2H.mjs";
|
|
18
16
|
import "./chunk-T3GWIVAM.mjs";
|
|
19
17
|
import "./chunk-OR5PUD24.mjs";
|
|
18
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
19
|
+
import "./chunk-L2OL7R23.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
|
@@ -1,22 +1,4 @@
|
|
|
1
1
|
import "../chunk-FD464FGG.mjs";
|
|
2
|
-
import {
|
|
3
|
-
table
|
|
4
|
-
} from "../chunk-KWWWVBJL.mjs";
|
|
5
|
-
import {
|
|
6
|
-
toggle
|
|
7
|
-
} from "../chunk-NCFXYR7C.mjs";
|
|
8
|
-
import {
|
|
9
|
-
user
|
|
10
|
-
} from "../chunk-MW7UVOSP.mjs";
|
|
11
|
-
import {
|
|
12
|
-
pagination
|
|
13
|
-
} from "../chunk-TYA6TT57.mjs";
|
|
14
|
-
import {
|
|
15
|
-
popover
|
|
16
|
-
} from "../chunk-JWVJZEAT.mjs";
|
|
17
|
-
import {
|
|
18
|
-
progress
|
|
19
|
-
} from "../chunk-I7DM7NL7.mjs";
|
|
20
2
|
import {
|
|
21
3
|
radioGroup
|
|
22
4
|
} from "../chunk-HHWXPWYN.mjs";
|
|
@@ -33,14 +15,14 @@ import {
|
|
|
33
15
|
spinner
|
|
34
16
|
} from "../chunk-XUL76UJD.mjs";
|
|
35
17
|
import {
|
|
36
|
-
|
|
37
|
-
} from "../chunk-
|
|
18
|
+
table
|
|
19
|
+
} from "../chunk-KWWWVBJL.mjs";
|
|
38
20
|
import {
|
|
39
|
-
|
|
40
|
-
} from "../chunk-
|
|
21
|
+
toggle
|
|
22
|
+
} from "../chunk-NCFXYR7C.mjs";
|
|
41
23
|
import {
|
|
42
|
-
|
|
43
|
-
} from "../chunk-
|
|
24
|
+
user
|
|
25
|
+
} from "../chunk-MW7UVOSP.mjs";
|
|
44
26
|
import {
|
|
45
27
|
input
|
|
46
28
|
} from "../chunk-DBYBIR6S.mjs";
|
|
@@ -54,14 +36,14 @@ import {
|
|
|
54
36
|
navbar
|
|
55
37
|
} from "../chunk-VS5PMCQU.mjs";
|
|
56
38
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
39
|
+
pagination
|
|
40
|
+
} from "../chunk-TYA6TT57.mjs";
|
|
59
41
|
import {
|
|
60
|
-
|
|
61
|
-
} from "../chunk-
|
|
42
|
+
popover
|
|
43
|
+
} from "../chunk-JWVJZEAT.mjs";
|
|
62
44
|
import {
|
|
63
|
-
|
|
64
|
-
} from "../chunk-
|
|
45
|
+
progress
|
|
46
|
+
} from "../chunk-I7DM7NL7.mjs";
|
|
65
47
|
import {
|
|
66
48
|
code
|
|
67
49
|
} from "../chunk-WFCALVUC.mjs";
|
|
@@ -78,14 +60,14 @@ import {
|
|
|
78
60
|
dropdownMenu
|
|
79
61
|
} from "../chunk-FCYNUVAR.mjs";
|
|
80
62
|
import {
|
|
81
|
-
|
|
82
|
-
} from "../chunk-
|
|
63
|
+
dropdownSection
|
|
64
|
+
} from "../chunk-AVGEHFT4.mjs";
|
|
83
65
|
import {
|
|
84
|
-
|
|
85
|
-
} from "../chunk-
|
|
66
|
+
dropdown
|
|
67
|
+
} from "../chunk-UNMHV7HH.mjs";
|
|
86
68
|
import {
|
|
87
|
-
|
|
88
|
-
} from "../chunk-
|
|
69
|
+
image
|
|
70
|
+
} from "../chunk-6GGRJ6I7.mjs";
|
|
89
71
|
import {
|
|
90
72
|
badge
|
|
91
73
|
} from "../chunk-LCSLO6UV.mjs";
|
|
@@ -95,18 +77,36 @@ import {
|
|
|
95
77
|
import {
|
|
96
78
|
button
|
|
97
79
|
} from "../chunk-W2RCO7SN.mjs";
|
|
98
|
-
import "../chunk-CMYR6AOY.mjs";
|
|
99
|
-
import "../chunk-RO3WUCFF.mjs";
|
|
100
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
101
80
|
import {
|
|
102
81
|
card
|
|
103
82
|
} from "../chunk-TDD767J7.mjs";
|
|
104
83
|
import {
|
|
105
84
|
checkboxGroup
|
|
106
85
|
} from "../chunk-U77YMEWM.mjs";
|
|
86
|
+
import {
|
|
87
|
+
checkbox
|
|
88
|
+
} from "../chunk-7EKGN7JP.mjs";
|
|
89
|
+
import {
|
|
90
|
+
chip
|
|
91
|
+
} from "../chunk-NQJBJXX3.mjs";
|
|
92
|
+
import {
|
|
93
|
+
circularProgress
|
|
94
|
+
} from "../chunk-FK5GDC67.mjs";
|
|
107
95
|
import {
|
|
108
96
|
accordionItem
|
|
109
97
|
} from "../chunk-XSFH4S4Y.mjs";
|
|
98
|
+
import {
|
|
99
|
+
accordion
|
|
100
|
+
} from "../chunk-YYBLBQIV.mjs";
|
|
101
|
+
import {
|
|
102
|
+
avatarGroup
|
|
103
|
+
} from "../chunk-MLH3XSY7.mjs";
|
|
104
|
+
import {
|
|
105
|
+
avatar
|
|
106
|
+
} from "../chunk-VZVHC65R.mjs";
|
|
107
|
+
import "../chunk-CMYR6AOY.mjs";
|
|
108
|
+
import "../chunk-RO3WUCFF.mjs";
|
|
109
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
110
110
|
import "../chunk-INZK6TTL.mjs";
|
|
111
111
|
export {
|
|
112
112
|
accordion,
|
package/dist/index.js
CHANGED
|
@@ -5842,7 +5842,7 @@ var commonColors = {
|
|
|
5842
5842
|
};
|
|
5843
5843
|
|
|
5844
5844
|
// src/colors/semantic.ts
|
|
5845
|
-
var import_colors = __toESM(require("tailwindcss/colors"));
|
|
5845
|
+
var import_colors = __toESM(require("tailwindcss/colors.js"));
|
|
5846
5846
|
var import_color2k = require("color2k");
|
|
5847
5847
|
|
|
5848
5848
|
// src/utils/object.ts
|
|
@@ -6010,7 +6010,7 @@ var colors = {
|
|
|
6010
6010
|
|
|
6011
6011
|
// src/plugin.ts
|
|
6012
6012
|
var import_color = __toESM(require("color"));
|
|
6013
|
-
var import_plugin = __toESM(require("tailwindcss/plugin"));
|
|
6013
|
+
var import_plugin = __toESM(require("tailwindcss/plugin.js"));
|
|
6014
6014
|
var import_lodash = __toESM(require("lodash.foreach"));
|
|
6015
6015
|
var import_flat = __toESM(require("flat"));
|
|
6016
6016
|
var import_lodash2 = __toESM(require("lodash.get"));
|
package/dist/index.mjs
CHANGED
|
@@ -1,22 +1,4 @@
|
|
|
1
1
|
import "./chunk-FD464FGG.mjs";
|
|
2
|
-
import {
|
|
3
|
-
table
|
|
4
|
-
} from "./chunk-KWWWVBJL.mjs";
|
|
5
|
-
import {
|
|
6
|
-
toggle
|
|
7
|
-
} from "./chunk-NCFXYR7C.mjs";
|
|
8
|
-
import {
|
|
9
|
-
user
|
|
10
|
-
} from "./chunk-MW7UVOSP.mjs";
|
|
11
|
-
import {
|
|
12
|
-
pagination
|
|
13
|
-
} from "./chunk-TYA6TT57.mjs";
|
|
14
|
-
import {
|
|
15
|
-
popover
|
|
16
|
-
} from "./chunk-JWVJZEAT.mjs";
|
|
17
|
-
import {
|
|
18
|
-
progress
|
|
19
|
-
} from "./chunk-I7DM7NL7.mjs";
|
|
20
2
|
import {
|
|
21
3
|
radioGroup
|
|
22
4
|
} from "./chunk-HHWXPWYN.mjs";
|
|
@@ -33,14 +15,14 @@ import {
|
|
|
33
15
|
spinner
|
|
34
16
|
} from "./chunk-XUL76UJD.mjs";
|
|
35
17
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
18
|
+
table
|
|
19
|
+
} from "./chunk-KWWWVBJL.mjs";
|
|
38
20
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
21
|
+
toggle
|
|
22
|
+
} from "./chunk-NCFXYR7C.mjs";
|
|
41
23
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
24
|
+
user
|
|
25
|
+
} from "./chunk-MW7UVOSP.mjs";
|
|
44
26
|
import {
|
|
45
27
|
input
|
|
46
28
|
} from "./chunk-DBYBIR6S.mjs";
|
|
@@ -54,14 +36,14 @@ import {
|
|
|
54
36
|
navbar
|
|
55
37
|
} from "./chunk-VS5PMCQU.mjs";
|
|
56
38
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
39
|
+
pagination
|
|
40
|
+
} from "./chunk-TYA6TT57.mjs";
|
|
59
41
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
42
|
+
popover
|
|
43
|
+
} from "./chunk-JWVJZEAT.mjs";
|
|
62
44
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
45
|
+
progress
|
|
46
|
+
} from "./chunk-I7DM7NL7.mjs";
|
|
65
47
|
import {
|
|
66
48
|
code
|
|
67
49
|
} from "./chunk-WFCALVUC.mjs";
|
|
@@ -78,14 +60,14 @@ import {
|
|
|
78
60
|
dropdownMenu
|
|
79
61
|
} from "./chunk-FCYNUVAR.mjs";
|
|
80
62
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
63
|
+
dropdownSection
|
|
64
|
+
} from "./chunk-AVGEHFT4.mjs";
|
|
83
65
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
66
|
+
dropdown
|
|
67
|
+
} from "./chunk-UNMHV7HH.mjs";
|
|
86
68
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
69
|
+
image
|
|
70
|
+
} from "./chunk-6GGRJ6I7.mjs";
|
|
89
71
|
import {
|
|
90
72
|
badge
|
|
91
73
|
} from "./chunk-LCSLO6UV.mjs";
|
|
@@ -95,11 +77,6 @@ import {
|
|
|
95
77
|
import {
|
|
96
78
|
button
|
|
97
79
|
} from "./chunk-W2RCO7SN.mjs";
|
|
98
|
-
import "./chunk-CMYR6AOY.mjs";
|
|
99
|
-
import {
|
|
100
|
-
colorVariants
|
|
101
|
-
} from "./chunk-RO3WUCFF.mjs";
|
|
102
|
-
import "./chunk-K7LK7NCE.mjs";
|
|
103
80
|
import {
|
|
104
81
|
card
|
|
105
82
|
} from "./chunk-TDD767J7.mjs";
|
|
@@ -107,39 +84,62 @@ import {
|
|
|
107
84
|
checkboxGroup
|
|
108
85
|
} from "./chunk-U77YMEWM.mjs";
|
|
109
86
|
import {
|
|
110
|
-
|
|
111
|
-
} from "./chunk-
|
|
87
|
+
checkbox
|
|
88
|
+
} from "./chunk-7EKGN7JP.mjs";
|
|
89
|
+
import {
|
|
90
|
+
chip
|
|
91
|
+
} from "./chunk-NQJBJXX3.mjs";
|
|
92
|
+
import {
|
|
93
|
+
circularProgress
|
|
94
|
+
} from "./chunk-FK5GDC67.mjs";
|
|
112
95
|
import {
|
|
113
96
|
nextui
|
|
114
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-PBWDYOO2.mjs";
|
|
115
98
|
import "./chunk-XLATS5QU.mjs";
|
|
116
|
-
import {
|
|
117
|
-
absoluteFullClasses,
|
|
118
|
-
baseStyles,
|
|
119
|
-
focusVisibleClasses,
|
|
120
|
-
ringClasses,
|
|
121
|
-
translateCenterClasses
|
|
122
|
-
} from "./chunk-INZK6TTL.mjs";
|
|
123
99
|
import "./chunk-WQEDQHKX.mjs";
|
|
124
100
|
import {
|
|
125
101
|
colors
|
|
126
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-NQICV62H.mjs";
|
|
127
103
|
import {
|
|
128
104
|
semanticColors
|
|
129
|
-
} from "./chunk-
|
|
130
|
-
import "./chunk-37PIXVP4.mjs";
|
|
105
|
+
} from "./chunk-UYHZ35FY.mjs";
|
|
131
106
|
import "./chunk-M63AFAHO.mjs";
|
|
132
|
-
import "./chunk-
|
|
107
|
+
import "./chunk-37PIXVP4.mjs";
|
|
133
108
|
import {
|
|
134
109
|
commonColors
|
|
135
|
-
} from "./chunk-
|
|
136
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
137
|
-
import "./chunk-L2OL7R23.mjs";
|
|
110
|
+
} from "./chunk-W4HTBNGS.mjs";
|
|
138
111
|
import "./chunk-YZYGFPNK.mjs";
|
|
139
112
|
import "./chunk-Y4YW5MKL.mjs";
|
|
140
113
|
import "./chunk-KZJBCC2H.mjs";
|
|
141
114
|
import "./chunk-T3GWIVAM.mjs";
|
|
142
115
|
import "./chunk-OR5PUD24.mjs";
|
|
116
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
117
|
+
import "./chunk-L2OL7R23.mjs";
|
|
118
|
+
import "./chunk-DMASP6FA.mjs";
|
|
119
|
+
import {
|
|
120
|
+
accordionItem
|
|
121
|
+
} from "./chunk-XSFH4S4Y.mjs";
|
|
122
|
+
import {
|
|
123
|
+
accordion
|
|
124
|
+
} from "./chunk-YYBLBQIV.mjs";
|
|
125
|
+
import {
|
|
126
|
+
avatarGroup
|
|
127
|
+
} from "./chunk-MLH3XSY7.mjs";
|
|
128
|
+
import {
|
|
129
|
+
avatar
|
|
130
|
+
} from "./chunk-VZVHC65R.mjs";
|
|
131
|
+
import "./chunk-CMYR6AOY.mjs";
|
|
132
|
+
import {
|
|
133
|
+
colorVariants
|
|
134
|
+
} from "./chunk-RO3WUCFF.mjs";
|
|
135
|
+
import "./chunk-K7LK7NCE.mjs";
|
|
136
|
+
import {
|
|
137
|
+
absoluteFullClasses,
|
|
138
|
+
baseStyles,
|
|
139
|
+
focusVisibleClasses,
|
|
140
|
+
ringClasses,
|
|
141
|
+
translateCenterClasses
|
|
142
|
+
} from "./chunk-INZK6TTL.mjs";
|
|
143
143
|
|
|
144
144
|
// src/index.ts
|
|
145
145
|
import { cn as cnBase } from "tailwind-variants";
|
package/dist/plugin.js
CHANGED
|
@@ -30,7 +30,7 @@ __export(plugin_exports, {
|
|
|
30
30
|
});
|
|
31
31
|
module.exports = __toCommonJS(plugin_exports);
|
|
32
32
|
var import_color = __toESM(require("color"));
|
|
33
|
-
var import_plugin = __toESM(require("tailwindcss/plugin"));
|
|
33
|
+
var import_plugin = __toESM(require("tailwindcss/plugin.js"));
|
|
34
34
|
var import_lodash = __toESM(require("lodash.foreach"));
|
|
35
35
|
var import_flat = __toESM(require("flat"));
|
|
36
36
|
var import_lodash2 = __toESM(require("lodash.get"));
|
|
@@ -148,7 +148,7 @@ var commonColors = {
|
|
|
148
148
|
};
|
|
149
149
|
|
|
150
150
|
// src/colors/semantic.ts
|
|
151
|
-
var import_colors = __toESM(require("tailwindcss/colors"));
|
|
151
|
+
var import_colors = __toESM(require("tailwindcss/colors.js"));
|
|
152
152
|
var import_color2k = require("color2k");
|
|
153
153
|
|
|
154
154
|
// src/utils/object.ts
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PBWDYOO2.mjs";
|
|
4
4
|
import "./chunk-XLATS5QU.mjs";
|
|
5
|
-
import "./chunk-INZK6TTL.mjs";
|
|
6
5
|
import "./chunk-WQEDQHKX.mjs";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-37PIXVP4.mjs";
|
|
6
|
+
import "./chunk-NQICV62H.mjs";
|
|
7
|
+
import "./chunk-UYHZ35FY.mjs";
|
|
10
8
|
import "./chunk-M63AFAHO.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
14
|
-
import "./chunk-L2OL7R23.mjs";
|
|
9
|
+
import "./chunk-37PIXVP4.mjs";
|
|
10
|
+
import "./chunk-W4HTBNGS.mjs";
|
|
15
11
|
import "./chunk-YZYGFPNK.mjs";
|
|
16
12
|
import "./chunk-Y4YW5MKL.mjs";
|
|
17
13
|
import "./chunk-KZJBCC2H.mjs";
|
|
18
14
|
import "./chunk-T3GWIVAM.mjs";
|
|
19
15
|
import "./chunk-OR5PUD24.mjs";
|
|
16
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
17
|
+
import "./chunk-L2OL7R23.mjs";
|
|
18
|
+
import "./chunk-DMASP6FA.mjs";
|
|
19
|
+
import "./chunk-INZK6TTL.mjs";
|
|
20
20
|
export {
|
|
21
21
|
nextui
|
|
22
22
|
};
|
package/package.json
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
pink
|
|
3
|
-
} from "./chunk-DCEG5LGX.mjs";
|
|
4
|
-
import {
|
|
5
|
-
purple
|
|
6
|
-
} from "./chunk-L2OL7R23.mjs";
|
|
7
1
|
import {
|
|
8
2
|
red
|
|
9
3
|
} from "./chunk-YZYGFPNK.mjs";
|
|
@@ -19,6 +13,12 @@ import {
|
|
|
19
13
|
import {
|
|
20
14
|
green
|
|
21
15
|
} from "./chunk-OR5PUD24.mjs";
|
|
16
|
+
import {
|
|
17
|
+
pink
|
|
18
|
+
} from "./chunk-DCEG5LGX.mjs";
|
|
19
|
+
import {
|
|
20
|
+
purple
|
|
21
|
+
} from "./chunk-L2OL7R23.mjs";
|
|
22
22
|
|
|
23
23
|
// src/colors/common.ts
|
|
24
24
|
var commonColors = {
|