@nextui-org/theme 0.0.0-dev-v2-20230527145118 → 0.0.0-dev-v2-20230527161625
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-6QXUR7SY.mjs → chunk-7IZNZXN6.mjs} +3 -3
- package/dist/{chunk-7PRU5S35.mjs → chunk-J5EAK3PA.mjs} +2 -2
- package/dist/{chunk-QGXXHT3T.mjs → chunk-SY2KAVTO.mjs} +6 -6
- package/dist/{chunk-V5673FD5.mjs → chunk-T23JC6II.mjs} +8 -0
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.mjs +6 -6
- package/dist/colors/semantic.mjs +5 -5
- package/dist/colors.mjs +6 -6
- package/dist/components/avatar.mjs +1 -1
- package/dist/components/badge.mjs +1 -1
- package/dist/components/button.mjs +1 -1
- package/dist/components/chip.mjs +1 -1
- package/dist/components/code.mjs +1 -1
- package/dist/components/index.js +8 -0
- package/dist/components/index.mjs +39 -39
- package/dist/components/pagination.mjs +1 -1
- package/dist/components/popover.d.ts +34 -0
- package/dist/components/popover.js +8 -0
- package/dist/components/popover.mjs +2 -2
- package/dist/components/snippet.mjs +1 -1
- package/dist/components/tabs.mjs +1 -1
- package/dist/index.js +8 -0
- package/dist/index.mjs +58 -58
- package/dist/plugin.mjs +9 -9
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/{chunk-CRCBVLUP.mjs → chunk-W4HTBNGS.mjs} +6 -6
|
@@ -1,12 +1,12 @@
|
|
|
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-7IZNZXN6.mjs";
|
|
7
|
+
import {
|
|
8
|
+
commonColors
|
|
9
|
+
} from "./chunk-W4HTBNGS.mjs";
|
|
10
10
|
import {
|
|
11
11
|
removeDefaultKeys
|
|
12
12
|
} from "./chunk-37PIXVP4.mjs";
|
|
@@ -14,8 +14,8 @@ 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";
|
|
@@ -73,6 +73,13 @@ var popover = tv({
|
|
|
73
73
|
flat: { base: "" },
|
|
74
74
|
shadow: { base: "" }
|
|
75
75
|
},
|
|
76
|
+
size: {
|
|
77
|
+
xs: { base: "text-xs" },
|
|
78
|
+
sm: { base: "text-sm" },
|
|
79
|
+
md: { base: "text-base" },
|
|
80
|
+
lg: { base: "text-lg" },
|
|
81
|
+
xl: { base: "text-xl" }
|
|
82
|
+
},
|
|
76
83
|
color: {
|
|
77
84
|
default: { base: colorVariants.solid.default },
|
|
78
85
|
foreground: { base: colorVariants.solid.foreground },
|
|
@@ -116,6 +123,7 @@ var popover = tv({
|
|
|
116
123
|
variant: "solid",
|
|
117
124
|
color: "default",
|
|
118
125
|
radius: "xl",
|
|
126
|
+
size: "md",
|
|
119
127
|
backdropVariant: "transparent",
|
|
120
128
|
disableAnimation: false,
|
|
121
129
|
triggerScaleOnOpen: true
|
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.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-J5EAK3PA.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-37PIXVP4.mjs";
|
|
6
|
+
} from "../chunk-7IZNZXN6.mjs";
|
|
8
7
|
import "../chunk-M63AFAHO.mjs";
|
|
9
8
|
import {
|
|
10
9
|
commonColors
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
13
|
-
import "../chunk-L2OL7R23.mjs";
|
|
10
|
+
} from "../chunk-W4HTBNGS.mjs";
|
|
14
11
|
import "../chunk-YZYGFPNK.mjs";
|
|
15
12
|
import "../chunk-Y4YW5MKL.mjs";
|
|
16
13
|
import "../chunk-KZJBCC2H.mjs";
|
|
17
14
|
import "../chunk-T3GWIVAM.mjs";
|
|
18
15
|
import "../chunk-OR5PUD24.mjs";
|
|
16
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
17
|
+
import "../chunk-L2OL7R23.mjs";
|
|
18
|
+
import "../chunk-37PIXVP4.mjs";
|
|
19
19
|
export {
|
|
20
20
|
colors,
|
|
21
21
|
commonColors,
|
package/dist/colors/semantic.mjs
CHANGED
|
@@ -2,16 +2,16 @@ import {
|
|
|
2
2
|
semanticColors,
|
|
3
3
|
semanticColorsDark,
|
|
4
4
|
semanticColorsLight
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-CRCBVLUP.mjs";
|
|
8
|
-
import "../chunk-DCEG5LGX.mjs";
|
|
9
|
-
import "../chunk-L2OL7R23.mjs";
|
|
5
|
+
} from "../chunk-7IZNZXN6.mjs";
|
|
6
|
+
import "../chunk-W4HTBNGS.mjs";
|
|
10
7
|
import "../chunk-YZYGFPNK.mjs";
|
|
11
8
|
import "../chunk-Y4YW5MKL.mjs";
|
|
12
9
|
import "../chunk-KZJBCC2H.mjs";
|
|
13
10
|
import "../chunk-T3GWIVAM.mjs";
|
|
14
11
|
import "../chunk-OR5PUD24.mjs";
|
|
12
|
+
import "../chunk-DCEG5LGX.mjs";
|
|
13
|
+
import "../chunk-L2OL7R23.mjs";
|
|
14
|
+
import "../chunk-37PIXVP4.mjs";
|
|
15
15
|
export {
|
|
16
16
|
semanticColors,
|
|
17
17
|
semanticColorsDark,
|
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-J5EAK3PA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-37PIXVP4.mjs";
|
|
7
|
+
} from "./chunk-7IZNZXN6.mjs";
|
|
9
8
|
import "./chunk-M63AFAHO.mjs";
|
|
10
9
|
import {
|
|
11
10
|
commonColors
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
14
|
-
import "./chunk-L2OL7R23.mjs";
|
|
11
|
+
} from "./chunk-W4HTBNGS.mjs";
|
|
15
12
|
import "./chunk-YZYGFPNK.mjs";
|
|
16
13
|
import "./chunk-Y4YW5MKL.mjs";
|
|
17
14
|
import "./chunk-KZJBCC2H.mjs";
|
|
18
15
|
import "./chunk-T3GWIVAM.mjs";
|
|
19
16
|
import "./chunk-OR5PUD24.mjs";
|
|
17
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
18
|
+
import "./chunk-L2OL7R23.mjs";
|
|
19
|
+
import "./chunk-37PIXVP4.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
package/dist/components/chip.mjs
CHANGED
package/dist/components/code.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -1305,6 +1305,13 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1305
1305
|
flat: { base: "" },
|
|
1306
1306
|
shadow: { base: "" }
|
|
1307
1307
|
},
|
|
1308
|
+
size: {
|
|
1309
|
+
xs: { base: "text-xs" },
|
|
1310
|
+
sm: { base: "text-sm" },
|
|
1311
|
+
md: { base: "text-base" },
|
|
1312
|
+
lg: { base: "text-lg" },
|
|
1313
|
+
xl: { base: "text-xl" }
|
|
1314
|
+
},
|
|
1308
1315
|
color: {
|
|
1309
1316
|
default: { base: colorVariants.solid.default },
|
|
1310
1317
|
foreground: { base: colorVariants.solid.foreground },
|
|
@@ -1348,6 +1355,7 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1348
1355
|
variant: "solid",
|
|
1349
1356
|
color: "default",
|
|
1350
1357
|
radius: "xl",
|
|
1358
|
+
size: "md",
|
|
1351
1359
|
backdropVariant: "transparent",
|
|
1352
1360
|
disableAnimation: false,
|
|
1353
1361
|
triggerScaleOnOpen: true
|
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
spacer
|
|
4
|
-
} from "../chunk-3B4SYPW2.mjs";
|
|
5
|
-
import {
|
|
6
|
-
spinner
|
|
7
|
-
} from "../chunk-EQNNT2LH.mjs";
|
|
8
|
-
import {
|
|
9
|
-
table
|
|
10
|
-
} from "../chunk-U54UQOTS.mjs";
|
|
11
2
|
import {
|
|
12
3
|
tabs
|
|
13
4
|
} from "../chunk-5DRF22QY.mjs";
|
|
@@ -17,18 +8,9 @@ import {
|
|
|
17
8
|
import {
|
|
18
9
|
user
|
|
19
10
|
} from "../chunk-ZFYINWFR.mjs";
|
|
20
|
-
import {
|
|
21
|
-
modal
|
|
22
|
-
} from "../chunk-QYXL3KZR.mjs";
|
|
23
|
-
import {
|
|
24
|
-
navbar
|
|
25
|
-
} from "../chunk-6LITGDC7.mjs";
|
|
26
|
-
import {
|
|
27
|
-
pagination
|
|
28
|
-
} from "../chunk-4MSPP245.mjs";
|
|
29
11
|
import {
|
|
30
12
|
popover
|
|
31
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-T23JC6II.mjs";
|
|
32
14
|
import {
|
|
33
15
|
progress
|
|
34
16
|
} from "../chunk-IVZYEA5N.mjs";
|
|
@@ -43,17 +25,14 @@ import {
|
|
|
43
25
|
snippet
|
|
44
26
|
} from "../chunk-AWAXOLMA.mjs";
|
|
45
27
|
import {
|
|
46
|
-
|
|
47
|
-
} from "../chunk-
|
|
28
|
+
spacer
|
|
29
|
+
} from "../chunk-3B4SYPW2.mjs";
|
|
48
30
|
import {
|
|
49
|
-
|
|
50
|
-
} from "../chunk-
|
|
31
|
+
spinner
|
|
32
|
+
} from "../chunk-EQNNT2LH.mjs";
|
|
51
33
|
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
dropdownMenu,
|
|
55
|
-
dropdownSection
|
|
56
|
-
} from "../chunk-NYEYKHJ3.mjs";
|
|
34
|
+
table
|
|
35
|
+
} from "../chunk-U54UQOTS.mjs";
|
|
57
36
|
import {
|
|
58
37
|
image
|
|
59
38
|
} from "../chunk-X4S56RGZ.mjs";
|
|
@@ -68,16 +47,14 @@ import {
|
|
|
68
47
|
linkAnchorClasses
|
|
69
48
|
} from "../chunk-YQXYRWJP.mjs";
|
|
70
49
|
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
} from "../chunk-ZL6WUYLC.mjs";
|
|
50
|
+
modal
|
|
51
|
+
} from "../chunk-QYXL3KZR.mjs";
|
|
74
52
|
import {
|
|
75
|
-
|
|
76
|
-
} from "../chunk-
|
|
53
|
+
navbar
|
|
54
|
+
} from "../chunk-6LITGDC7.mjs";
|
|
77
55
|
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
} from "../chunk-3YUVISFE.mjs";
|
|
56
|
+
pagination
|
|
57
|
+
} from "../chunk-4MSPP245.mjs";
|
|
81
58
|
import {
|
|
82
59
|
card
|
|
83
60
|
} from "../chunk-QW2ZGOKD.mjs";
|
|
@@ -94,13 +71,36 @@ import {
|
|
|
94
71
|
import {
|
|
95
72
|
code
|
|
96
73
|
} from "../chunk-E3HXNSRG.mjs";
|
|
97
|
-
import
|
|
98
|
-
|
|
99
|
-
|
|
74
|
+
import {
|
|
75
|
+
divider
|
|
76
|
+
} from "../chunk-5HKM2D3Z.mjs";
|
|
77
|
+
import {
|
|
78
|
+
drip
|
|
79
|
+
} from "../chunk-OIVGIOVG.mjs";
|
|
80
|
+
import {
|
|
81
|
+
dropdown,
|
|
82
|
+
dropdownItem,
|
|
83
|
+
dropdownMenu,
|
|
84
|
+
dropdownSection
|
|
85
|
+
} from "../chunk-NYEYKHJ3.mjs";
|
|
100
86
|
import {
|
|
101
87
|
accordion,
|
|
102
88
|
accordionItem
|
|
103
89
|
} from "../chunk-76WBK7WN.mjs";
|
|
90
|
+
import {
|
|
91
|
+
avatar,
|
|
92
|
+
avatarGroup
|
|
93
|
+
} from "../chunk-ZL6WUYLC.mjs";
|
|
94
|
+
import {
|
|
95
|
+
badge
|
|
96
|
+
} from "../chunk-BUDAC6TR.mjs";
|
|
97
|
+
import {
|
|
98
|
+
button,
|
|
99
|
+
buttonGroup
|
|
100
|
+
} from "../chunk-3YUVISFE.mjs";
|
|
101
|
+
import "../chunk-CMYR6AOY.mjs";
|
|
102
|
+
import "../chunk-IQPW7V4N.mjs";
|
|
103
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
104
104
|
import "../chunk-INZK6TTL.mjs";
|
|
105
105
|
export {
|
|
106
106
|
accordion,
|
|
@@ -40,6 +40,23 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
40
40
|
base: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
+
size: {
|
|
44
|
+
xs: {
|
|
45
|
+
base: string;
|
|
46
|
+
};
|
|
47
|
+
sm: {
|
|
48
|
+
base: string;
|
|
49
|
+
};
|
|
50
|
+
md: {
|
|
51
|
+
base: string;
|
|
52
|
+
};
|
|
53
|
+
lg: {
|
|
54
|
+
base: string;
|
|
55
|
+
};
|
|
56
|
+
xl: {
|
|
57
|
+
base: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
43
60
|
color: {
|
|
44
61
|
default: {
|
|
45
62
|
base: string;
|
|
@@ -135,6 +152,23 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
135
152
|
base: string;
|
|
136
153
|
};
|
|
137
154
|
};
|
|
155
|
+
size: {
|
|
156
|
+
xs: {
|
|
157
|
+
base: string;
|
|
158
|
+
};
|
|
159
|
+
sm: {
|
|
160
|
+
base: string;
|
|
161
|
+
};
|
|
162
|
+
md: {
|
|
163
|
+
base: string;
|
|
164
|
+
};
|
|
165
|
+
lg: {
|
|
166
|
+
base: string;
|
|
167
|
+
};
|
|
168
|
+
xl: {
|
|
169
|
+
base: string;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
138
172
|
color: {
|
|
139
173
|
default: {
|
|
140
174
|
base: string;
|
|
@@ -169,6 +169,13 @@ var popover = (0, import_tailwind_variants.tv)({
|
|
|
169
169
|
flat: { base: "" },
|
|
170
170
|
shadow: { base: "" }
|
|
171
171
|
},
|
|
172
|
+
size: {
|
|
173
|
+
xs: { base: "text-xs" },
|
|
174
|
+
sm: { base: "text-sm" },
|
|
175
|
+
md: { base: "text-base" },
|
|
176
|
+
lg: { base: "text-lg" },
|
|
177
|
+
xl: { base: "text-xl" }
|
|
178
|
+
},
|
|
172
179
|
color: {
|
|
173
180
|
default: { base: colorVariants.solid.default },
|
|
174
181
|
foreground: { base: colorVariants.solid.foreground },
|
|
@@ -212,6 +219,7 @@ var popover = (0, import_tailwind_variants.tv)({
|
|
|
212
219
|
variant: "solid",
|
|
213
220
|
color: "default",
|
|
214
221
|
radius: "xl",
|
|
222
|
+
size: "md",
|
|
215
223
|
backdropVariant: "transparent",
|
|
216
224
|
disableAnimation: false,
|
|
217
225
|
triggerScaleOnOpen: true
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
popover
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-T23JC6II.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-IQPW7V4N.mjs";
|
|
6
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
popover
|
package/dist/components/tabs.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1337,6 +1337,13 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1337
1337
|
flat: { base: "" },
|
|
1338
1338
|
shadow: { base: "" }
|
|
1339
1339
|
},
|
|
1340
|
+
size: {
|
|
1341
|
+
xs: { base: "text-xs" },
|
|
1342
|
+
sm: { base: "text-sm" },
|
|
1343
|
+
md: { base: "text-base" },
|
|
1344
|
+
lg: { base: "text-lg" },
|
|
1345
|
+
xl: { base: "text-xl" }
|
|
1346
|
+
},
|
|
1340
1347
|
color: {
|
|
1341
1348
|
default: { base: colorVariants.solid.default },
|
|
1342
1349
|
foreground: { base: colorVariants.solid.foreground },
|
|
@@ -1380,6 +1387,7 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1380
1387
|
variant: "solid",
|
|
1381
1388
|
color: "default",
|
|
1382
1389
|
radius: "xl",
|
|
1390
|
+
size: "md",
|
|
1383
1391
|
backdropVariant: "transparent",
|
|
1384
1392
|
disableAnimation: false,
|
|
1385
1393
|
triggerScaleOnOpen: true
|
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
spacer
|
|
4
|
-
} from "./chunk-3B4SYPW2.mjs";
|
|
5
|
-
import {
|
|
6
|
-
spinner
|
|
7
|
-
} from "./chunk-EQNNT2LH.mjs";
|
|
8
|
-
import {
|
|
9
|
-
table
|
|
10
|
-
} from "./chunk-U54UQOTS.mjs";
|
|
11
2
|
import {
|
|
12
3
|
tabs
|
|
13
4
|
} from "./chunk-5DRF22QY.mjs";
|
|
@@ -17,18 +8,9 @@ import {
|
|
|
17
8
|
import {
|
|
18
9
|
user
|
|
19
10
|
} from "./chunk-ZFYINWFR.mjs";
|
|
20
|
-
import {
|
|
21
|
-
modal
|
|
22
|
-
} from "./chunk-QYXL3KZR.mjs";
|
|
23
|
-
import {
|
|
24
|
-
navbar
|
|
25
|
-
} from "./chunk-6LITGDC7.mjs";
|
|
26
|
-
import {
|
|
27
|
-
pagination
|
|
28
|
-
} from "./chunk-4MSPP245.mjs";
|
|
29
11
|
import {
|
|
30
12
|
popover
|
|
31
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-T23JC6II.mjs";
|
|
32
14
|
import {
|
|
33
15
|
progress
|
|
34
16
|
} from "./chunk-IVZYEA5N.mjs";
|
|
@@ -43,17 +25,14 @@ import {
|
|
|
43
25
|
snippet
|
|
44
26
|
} from "./chunk-AWAXOLMA.mjs";
|
|
45
27
|
import {
|
|
46
|
-
|
|
47
|
-
} from "./chunk-
|
|
28
|
+
spacer
|
|
29
|
+
} from "./chunk-3B4SYPW2.mjs";
|
|
48
30
|
import {
|
|
49
|
-
|
|
50
|
-
} from "./chunk-
|
|
31
|
+
spinner
|
|
32
|
+
} from "./chunk-EQNNT2LH.mjs";
|
|
51
33
|
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
dropdownMenu,
|
|
55
|
-
dropdownSection
|
|
56
|
-
} from "./chunk-NYEYKHJ3.mjs";
|
|
34
|
+
table
|
|
35
|
+
} from "./chunk-U54UQOTS.mjs";
|
|
57
36
|
import {
|
|
58
37
|
image
|
|
59
38
|
} from "./chunk-X4S56RGZ.mjs";
|
|
@@ -68,16 +47,14 @@ import {
|
|
|
68
47
|
linkAnchorClasses
|
|
69
48
|
} from "./chunk-YQXYRWJP.mjs";
|
|
70
49
|
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
} from "./chunk-ZL6WUYLC.mjs";
|
|
50
|
+
modal
|
|
51
|
+
} from "./chunk-QYXL3KZR.mjs";
|
|
74
52
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
53
|
+
navbar
|
|
54
|
+
} from "./chunk-6LITGDC7.mjs";
|
|
77
55
|
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
} from "./chunk-3YUVISFE.mjs";
|
|
56
|
+
pagination
|
|
57
|
+
} from "./chunk-4MSPP245.mjs";
|
|
81
58
|
import {
|
|
82
59
|
card
|
|
83
60
|
} from "./chunk-QW2ZGOKD.mjs";
|
|
@@ -94,46 +71,69 @@ import {
|
|
|
94
71
|
import {
|
|
95
72
|
code
|
|
96
73
|
} from "./chunk-E3HXNSRG.mjs";
|
|
97
|
-
import "./chunk-CMYR6AOY.mjs";
|
|
98
|
-
import "./chunk-K7LK7NCE.mjs";
|
|
99
74
|
import {
|
|
100
|
-
|
|
101
|
-
} from "./chunk-
|
|
75
|
+
divider
|
|
76
|
+
} from "./chunk-5HKM2D3Z.mjs";
|
|
102
77
|
import {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
78
|
+
drip
|
|
79
|
+
} from "./chunk-OIVGIOVG.mjs";
|
|
80
|
+
import {
|
|
81
|
+
dropdown,
|
|
82
|
+
dropdownItem,
|
|
83
|
+
dropdownMenu,
|
|
84
|
+
dropdownSection
|
|
85
|
+
} from "./chunk-NYEYKHJ3.mjs";
|
|
106
86
|
import {
|
|
107
87
|
nextui
|
|
108
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-SY2KAVTO.mjs";
|
|
109
89
|
import "./chunk-XLATS5QU.mjs";
|
|
110
|
-
import {
|
|
111
|
-
absoluteFullClasses,
|
|
112
|
-
baseStyles,
|
|
113
|
-
focusVisibleClasses,
|
|
114
|
-
ringClasses,
|
|
115
|
-
translateCenterClasses
|
|
116
|
-
} from "./chunk-INZK6TTL.mjs";
|
|
117
90
|
import "./chunk-WQEDQHKX.mjs";
|
|
118
91
|
import {
|
|
119
92
|
colors
|
|
120
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-J5EAK3PA.mjs";
|
|
121
94
|
import {
|
|
122
95
|
semanticColors
|
|
123
|
-
} from "./chunk-
|
|
124
|
-
import "./chunk-37PIXVP4.mjs";
|
|
96
|
+
} from "./chunk-7IZNZXN6.mjs";
|
|
125
97
|
import "./chunk-M63AFAHO.mjs";
|
|
126
|
-
import "./chunk-DMASP6FA.mjs";
|
|
127
98
|
import {
|
|
128
99
|
commonColors
|
|
129
|
-
} from "./chunk-
|
|
130
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
131
|
-
import "./chunk-L2OL7R23.mjs";
|
|
100
|
+
} from "./chunk-W4HTBNGS.mjs";
|
|
132
101
|
import "./chunk-YZYGFPNK.mjs";
|
|
133
102
|
import "./chunk-Y4YW5MKL.mjs";
|
|
134
103
|
import "./chunk-KZJBCC2H.mjs";
|
|
135
104
|
import "./chunk-T3GWIVAM.mjs";
|
|
136
105
|
import "./chunk-OR5PUD24.mjs";
|
|
106
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
107
|
+
import "./chunk-L2OL7R23.mjs";
|
|
108
|
+
import "./chunk-37PIXVP4.mjs";
|
|
109
|
+
import "./chunk-DMASP6FA.mjs";
|
|
110
|
+
import {
|
|
111
|
+
accordion,
|
|
112
|
+
accordionItem
|
|
113
|
+
} from "./chunk-76WBK7WN.mjs";
|
|
114
|
+
import {
|
|
115
|
+
avatar,
|
|
116
|
+
avatarGroup
|
|
117
|
+
} from "./chunk-ZL6WUYLC.mjs";
|
|
118
|
+
import {
|
|
119
|
+
badge
|
|
120
|
+
} from "./chunk-BUDAC6TR.mjs";
|
|
121
|
+
import {
|
|
122
|
+
button,
|
|
123
|
+
buttonGroup
|
|
124
|
+
} from "./chunk-3YUVISFE.mjs";
|
|
125
|
+
import "./chunk-CMYR6AOY.mjs";
|
|
126
|
+
import {
|
|
127
|
+
colorVariants
|
|
128
|
+
} from "./chunk-IQPW7V4N.mjs";
|
|
129
|
+
import "./chunk-K7LK7NCE.mjs";
|
|
130
|
+
import {
|
|
131
|
+
absoluteFullClasses,
|
|
132
|
+
baseStyles,
|
|
133
|
+
focusVisibleClasses,
|
|
134
|
+
ringClasses,
|
|
135
|
+
translateCenterClasses
|
|
136
|
+
} from "./chunk-INZK6TTL.mjs";
|
|
137
137
|
|
|
138
138
|
// src/index.ts
|
|
139
139
|
import { cn as cnBase } from "tailwind-variants";
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SY2KAVTO.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-J5EAK3PA.mjs";
|
|
7
|
+
import "./chunk-7IZNZXN6.mjs";
|
|
10
8
|
import "./chunk-M63AFAHO.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-CRCBVLUP.mjs";
|
|
13
|
-
import "./chunk-DCEG5LGX.mjs";
|
|
14
|
-
import "./chunk-L2OL7R23.mjs";
|
|
9
|
+
import "./chunk-W4HTBNGS.mjs";
|
|
15
10
|
import "./chunk-YZYGFPNK.mjs";
|
|
16
11
|
import "./chunk-Y4YW5MKL.mjs";
|
|
17
12
|
import "./chunk-KZJBCC2H.mjs";
|
|
18
13
|
import "./chunk-T3GWIVAM.mjs";
|
|
19
14
|
import "./chunk-OR5PUD24.mjs";
|
|
15
|
+
import "./chunk-DCEG5LGX.mjs";
|
|
16
|
+
import "./chunk-L2OL7R23.mjs";
|
|
17
|
+
import "./chunk-37PIXVP4.mjs";
|
|
18
|
+
import "./chunk-DMASP6FA.mjs";
|
|
19
|
+
import "./chunk-INZK6TTL.mjs";
|
|
20
20
|
export {
|
|
21
21
|
nextui
|
|
22
22
|
};
|
package/dist/utils/index.mjs
CHANGED
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 = {
|