@nextui-org/theme 0.0.0-dev-v2-20230708153301 → 0.0.0-dev-v2-20230709015431
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-G4RCK475.mjs → chunk-7L2ZWDVP.mjs} +1 -1
- package/dist/{chunk-LUKNKAXA.mjs → chunk-IAVQOVGZ.mjs} +8 -8
- package/dist/{chunk-ODPWKAVD.mjs → chunk-LLTTRDDH.mjs} +1 -0
- package/dist/{chunk-QZTWGJ72.mjs → chunk-QGHMGO5E.mjs} +2 -2
- package/dist/{chunk-G22PQMDF.mjs → chunk-U3OZLITJ.mjs} +4 -4
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.mjs +5 -5
- package/dist/colors/semantic.mjs +4 -4
- package/dist/colors.mjs +5 -5
- package/dist/components/index.js +5 -4
- package/dist/components/index.mjs +13 -13
- package/dist/components/modal.d.ts +4 -4
- package/dist/components/modal.js +4 -4
- package/dist/components/modal.mjs +1 -1
- package/dist/components/tabs.js +1 -0
- package/dist/components/tabs.mjs +1 -1
- package/dist/index.js +5 -4
- package/dist/index.mjs +21 -21
- package/dist/plugin.mjs +8 -8
- package/package.json +1 -1
- package/dist/{chunk-IAS3SFA4.mjs → chunk-6TOTQSJE.mjs} +6 -6
|
@@ -1,17 +1,20 @@
|
|
|
1
|
+
import {
|
|
2
|
+
animations
|
|
3
|
+
} from "./chunk-DMASP6FA.mjs";
|
|
4
|
+
import {
|
|
5
|
+
utilities
|
|
6
|
+
} from "./chunk-UNQJ7BRW.mjs";
|
|
1
7
|
import {
|
|
2
8
|
createSpacingUnits,
|
|
3
9
|
generateSpacingScale,
|
|
4
10
|
isBaseTheme
|
|
5
11
|
} from "./chunk-XA5ALA4E.mjs";
|
|
6
|
-
import {
|
|
7
|
-
utilities
|
|
8
|
-
} from "./chunk-UNQJ7BRW.mjs";
|
|
9
12
|
import {
|
|
10
13
|
baseStyles
|
|
11
14
|
} from "./chunk-G2ZSNGR5.mjs";
|
|
12
15
|
import {
|
|
13
16
|
semanticColors
|
|
14
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-7L2ZWDVP.mjs";
|
|
15
18
|
import {
|
|
16
19
|
flattenThemeObject
|
|
17
20
|
} from "./chunk-KUNVFLXJ.mjs";
|
|
@@ -21,12 +24,9 @@ import {
|
|
|
21
24
|
layouts,
|
|
22
25
|
lightLayout
|
|
23
26
|
} from "./chunk-HK6FLMPL.mjs";
|
|
24
|
-
import {
|
|
25
|
-
animations
|
|
26
|
-
} from "./chunk-DMASP6FA.mjs";
|
|
27
27
|
import {
|
|
28
28
|
commonColors
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-6TOTQSJE.mjs";
|
|
30
30
|
|
|
31
31
|
// src/plugin.ts
|
|
32
32
|
import Color from "color";
|
|
@@ -36,8 +36,8 @@ var modal = tv({
|
|
|
36
36
|
"box-border",
|
|
37
37
|
"bg-content1",
|
|
38
38
|
"outline-none",
|
|
39
|
-
"mx-
|
|
40
|
-
"my-
|
|
39
|
+
"mx-1",
|
|
40
|
+
"my-1",
|
|
41
41
|
"sm:mx-6",
|
|
42
42
|
"sm:my-16"
|
|
43
43
|
],
|
|
@@ -100,7 +100,7 @@ var modal = tv({
|
|
|
100
100
|
md: { base: "rounded-medium" },
|
|
101
101
|
lg: { base: "rounded-large" }
|
|
102
102
|
},
|
|
103
|
-
|
|
103
|
+
placement: {
|
|
104
104
|
auto: {
|
|
105
105
|
wrapper: "items-end sm:items-center"
|
|
106
106
|
},
|
|
@@ -160,7 +160,7 @@ var modal = tv({
|
|
|
160
160
|
size: "md",
|
|
161
161
|
radius: "lg",
|
|
162
162
|
shadow: "sm",
|
|
163
|
-
|
|
163
|
+
placement: "auto",
|
|
164
164
|
backdrop: "opaque",
|
|
165
165
|
scrollBehavior: "normal"
|
|
166
166
|
},
|
package/dist/colors/common.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
commonColors
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-JUEOCLA3.mjs";
|
|
3
|
+
} from "../chunk-6TOTQSJE.mjs";
|
|
5
4
|
import "../chunk-3LKKH4AR.mjs";
|
|
6
|
-
import "../chunk-T3GWIVAM.mjs";
|
|
7
5
|
import "../chunk-OR5PUD24.mjs";
|
|
8
6
|
import "../chunk-DCEG5LGX.mjs";
|
|
9
7
|
import "../chunk-L2OL7R23.mjs";
|
|
10
8
|
import "../chunk-YZYGFPNK.mjs";
|
|
9
|
+
import "../chunk-JUEOCLA3.mjs";
|
|
11
10
|
import "../chunk-GHZ36ATJ.mjs";
|
|
11
|
+
import "../chunk-T3GWIVAM.mjs";
|
|
12
12
|
export {
|
|
13
13
|
commonColors
|
|
14
14
|
};
|
package/dist/colors/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-QGHMGO5E.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-7L2ZWDVP.mjs";
|
|
7
7
|
import "../chunk-KUNVFLXJ.mjs";
|
|
8
8
|
import "../chunk-M63AFAHO.mjs";
|
|
9
9
|
import {
|
|
10
10
|
commonColors
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-JUEOCLA3.mjs";
|
|
11
|
+
} from "../chunk-6TOTQSJE.mjs";
|
|
13
12
|
import "../chunk-3LKKH4AR.mjs";
|
|
14
|
-
import "../chunk-T3GWIVAM.mjs";
|
|
15
13
|
import "../chunk-OR5PUD24.mjs";
|
|
16
14
|
import "../chunk-DCEG5LGX.mjs";
|
|
17
15
|
import "../chunk-L2OL7R23.mjs";
|
|
18
16
|
import "../chunk-YZYGFPNK.mjs";
|
|
17
|
+
import "../chunk-JUEOCLA3.mjs";
|
|
19
18
|
import "../chunk-GHZ36ATJ.mjs";
|
|
19
|
+
import "../chunk-T3GWIVAM.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
package/dist/colors/semantic.mjs
CHANGED
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
semanticColors,
|
|
3
3
|
themeColorsDark,
|
|
4
4
|
themeColorsLight
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-7L2ZWDVP.mjs";
|
|
6
6
|
import "../chunk-KUNVFLXJ.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-JUEOCLA3.mjs";
|
|
7
|
+
import "../chunk-6TOTQSJE.mjs";
|
|
9
8
|
import "../chunk-3LKKH4AR.mjs";
|
|
10
|
-
import "../chunk-T3GWIVAM.mjs";
|
|
11
9
|
import "../chunk-OR5PUD24.mjs";
|
|
12
10
|
import "../chunk-DCEG5LGX.mjs";
|
|
13
11
|
import "../chunk-L2OL7R23.mjs";
|
|
14
12
|
import "../chunk-YZYGFPNK.mjs";
|
|
13
|
+
import "../chunk-JUEOCLA3.mjs";
|
|
15
14
|
import "../chunk-GHZ36ATJ.mjs";
|
|
15
|
+
import "../chunk-T3GWIVAM.mjs";
|
|
16
16
|
export {
|
|
17
17
|
semanticColors,
|
|
18
18
|
themeColorsDark,
|
package/dist/colors.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./chunk-WQEDQHKX.mjs";
|
|
2
2
|
import {
|
|
3
3
|
colors
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QGHMGO5E.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7L2ZWDVP.mjs";
|
|
8
8
|
import "./chunk-KUNVFLXJ.mjs";
|
|
9
9
|
import "./chunk-M63AFAHO.mjs";
|
|
10
10
|
import {
|
|
11
11
|
commonColors
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
12
|
+
} from "./chunk-6TOTQSJE.mjs";
|
|
14
13
|
import "./chunk-3LKKH4AR.mjs";
|
|
15
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
16
14
|
import "./chunk-OR5PUD24.mjs";
|
|
17
15
|
import "./chunk-DCEG5LGX.mjs";
|
|
18
16
|
import "./chunk-L2OL7R23.mjs";
|
|
19
17
|
import "./chunk-YZYGFPNK.mjs";
|
|
18
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
20
19
|
import "./chunk-GHZ36ATJ.mjs";
|
|
20
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
21
21
|
export {
|
|
22
22
|
colors,
|
|
23
23
|
commonColors,
|
package/dist/components/index.js
CHANGED
|
@@ -4661,8 +4661,8 @@ var modal = tv({
|
|
|
4661
4661
|
"box-border",
|
|
4662
4662
|
"bg-content1",
|
|
4663
4663
|
"outline-none",
|
|
4664
|
-
"mx-
|
|
4665
|
-
"my-
|
|
4664
|
+
"mx-1",
|
|
4665
|
+
"my-1",
|
|
4666
4666
|
"sm:mx-6",
|
|
4667
4667
|
"sm:my-16"
|
|
4668
4668
|
],
|
|
@@ -4725,7 +4725,7 @@ var modal = tv({
|
|
|
4725
4725
|
md: { base: "rounded-medium" },
|
|
4726
4726
|
lg: { base: "rounded-large" }
|
|
4727
4727
|
},
|
|
4728
|
-
|
|
4728
|
+
placement: {
|
|
4729
4729
|
auto: {
|
|
4730
4730
|
wrapper: "items-end sm:items-center"
|
|
4731
4731
|
},
|
|
@@ -4785,7 +4785,7 @@ var modal = tv({
|
|
|
4785
4785
|
size: "md",
|
|
4786
4786
|
radius: "lg",
|
|
4787
4787
|
shadow: "sm",
|
|
4788
|
-
|
|
4788
|
+
placement: "auto",
|
|
4789
4789
|
backdrop: "opaque",
|
|
4790
4790
|
scrollBehavior: "normal"
|
|
4791
4791
|
},
|
|
@@ -5260,6 +5260,7 @@ var tabs = tv({
|
|
|
5260
5260
|
"relative",
|
|
5261
5261
|
"z-10",
|
|
5262
5262
|
"text-inherit",
|
|
5263
|
+
"whitespace-nowrap",
|
|
5263
5264
|
"transition-colors",
|
|
5264
5265
|
"text-default-500",
|
|
5265
5266
|
"group-data-[selected=true]:text-foreground"
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
user
|
|
4
|
-
} from "../chunk-YHUCLCWM.mjs";
|
|
5
|
-
import {
|
|
6
|
-
radio,
|
|
7
|
-
radioGroup
|
|
8
|
-
} from "../chunk-2743AVRX.mjs";
|
|
9
2
|
import {
|
|
10
3
|
skeleton
|
|
11
4
|
} from "../chunk-UHGUD5JU.mjs";
|
|
@@ -23,13 +16,13 @@ import {
|
|
|
23
16
|
} from "../chunk-K7DMXP26.mjs";
|
|
24
17
|
import {
|
|
25
18
|
tabs
|
|
26
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-LLTTRDDH.mjs";
|
|
27
20
|
import {
|
|
28
21
|
toggle
|
|
29
22
|
} from "../chunk-GQA532YJ.mjs";
|
|
30
23
|
import {
|
|
31
|
-
|
|
32
|
-
} from "../chunk-
|
|
24
|
+
user
|
|
25
|
+
} from "../chunk-YHUCLCWM.mjs";
|
|
33
26
|
import {
|
|
34
27
|
kbd
|
|
35
28
|
} from "../chunk-Y7SYYSA5.mjs";
|
|
@@ -39,7 +32,7 @@ import {
|
|
|
39
32
|
} from "../chunk-HI7JD7LI.mjs";
|
|
40
33
|
import {
|
|
41
34
|
modal
|
|
42
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-U3OZLITJ.mjs";
|
|
43
36
|
import {
|
|
44
37
|
navbar
|
|
45
38
|
} from "../chunk-HGVBLDTB.mjs";
|
|
@@ -53,8 +46,9 @@ import {
|
|
|
53
46
|
progress
|
|
54
47
|
} from "../chunk-KYJT42RN.mjs";
|
|
55
48
|
import {
|
|
56
|
-
|
|
57
|
-
|
|
49
|
+
radio,
|
|
50
|
+
radioGroup
|
|
51
|
+
} from "../chunk-2743AVRX.mjs";
|
|
58
52
|
import {
|
|
59
53
|
circularProgress
|
|
60
54
|
} from "../chunk-4KW5BSMS.mjs";
|
|
@@ -76,6 +70,9 @@ import {
|
|
|
76
70
|
import {
|
|
77
71
|
image
|
|
78
72
|
} from "../chunk-5KVXZCV5.mjs";
|
|
73
|
+
import {
|
|
74
|
+
input
|
|
75
|
+
} from "../chunk-CNRS36CD.mjs";
|
|
79
76
|
import {
|
|
80
77
|
accordion,
|
|
81
78
|
accordionItem
|
|
@@ -98,6 +95,9 @@ import {
|
|
|
98
95
|
checkbox,
|
|
99
96
|
checkboxGroup
|
|
100
97
|
} from "../chunk-BF7L7DAN.mjs";
|
|
98
|
+
import {
|
|
99
|
+
chip
|
|
100
|
+
} from "../chunk-65C2OLPQ.mjs";
|
|
101
101
|
import "../chunk-CMYR6AOY.mjs";
|
|
102
102
|
import "../chunk-K7LK7NCE.mjs";
|
|
103
103
|
import "../chunk-2PIR7DFM.mjs";
|
|
@@ -67,7 +67,7 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
67
67
|
base: string;
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
|
-
|
|
70
|
+
placement: {
|
|
71
71
|
auto: {
|
|
72
72
|
wrapper: string;
|
|
73
73
|
};
|
|
@@ -177,7 +177,7 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
177
177
|
base: string;
|
|
178
178
|
};
|
|
179
179
|
};
|
|
180
|
-
|
|
180
|
+
placement: {
|
|
181
181
|
auto: {
|
|
182
182
|
wrapper: string;
|
|
183
183
|
};
|
|
@@ -279,7 +279,7 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
279
279
|
base: string;
|
|
280
280
|
};
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
placement: {
|
|
283
283
|
auto: {
|
|
284
284
|
wrapper: string;
|
|
285
285
|
};
|
|
@@ -381,7 +381,7 @@ declare const modal: tailwind_variants.TVReturnType<{
|
|
|
381
381
|
base: string;
|
|
382
382
|
};
|
|
383
383
|
};
|
|
384
|
-
|
|
384
|
+
placement: {
|
|
385
385
|
auto: {
|
|
386
386
|
wrapper: string;
|
|
387
387
|
};
|
package/dist/components/modal.js
CHANGED
|
@@ -148,8 +148,8 @@ var modal = tv({
|
|
|
148
148
|
"box-border",
|
|
149
149
|
"bg-content1",
|
|
150
150
|
"outline-none",
|
|
151
|
-
"mx-
|
|
152
|
-
"my-
|
|
151
|
+
"mx-1",
|
|
152
|
+
"my-1",
|
|
153
153
|
"sm:mx-6",
|
|
154
154
|
"sm:my-16"
|
|
155
155
|
],
|
|
@@ -212,7 +212,7 @@ var modal = tv({
|
|
|
212
212
|
md: { base: "rounded-medium" },
|
|
213
213
|
lg: { base: "rounded-large" }
|
|
214
214
|
},
|
|
215
|
-
|
|
215
|
+
placement: {
|
|
216
216
|
auto: {
|
|
217
217
|
wrapper: "items-end sm:items-center"
|
|
218
218
|
},
|
|
@@ -272,7 +272,7 @@ var modal = tv({
|
|
|
272
272
|
size: "md",
|
|
273
273
|
radius: "lg",
|
|
274
274
|
shadow: "sm",
|
|
275
|
-
|
|
275
|
+
placement: "auto",
|
|
276
276
|
backdrop: "opaque",
|
|
277
277
|
scrollBehavior: "normal"
|
|
278
278
|
},
|
package/dist/components/tabs.js
CHANGED
package/dist/components/tabs.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4695,8 +4695,8 @@ var modal = tv({
|
|
|
4695
4695
|
"box-border",
|
|
4696
4696
|
"bg-content1",
|
|
4697
4697
|
"outline-none",
|
|
4698
|
-
"mx-
|
|
4699
|
-
"my-
|
|
4698
|
+
"mx-1",
|
|
4699
|
+
"my-1",
|
|
4700
4700
|
"sm:mx-6",
|
|
4701
4701
|
"sm:my-16"
|
|
4702
4702
|
],
|
|
@@ -4759,7 +4759,7 @@ var modal = tv({
|
|
|
4759
4759
|
md: { base: "rounded-medium" },
|
|
4760
4760
|
lg: { base: "rounded-large" }
|
|
4761
4761
|
},
|
|
4762
|
-
|
|
4762
|
+
placement: {
|
|
4763
4763
|
auto: {
|
|
4764
4764
|
wrapper: "items-end sm:items-center"
|
|
4765
4765
|
},
|
|
@@ -4819,7 +4819,7 @@ var modal = tv({
|
|
|
4819
4819
|
size: "md",
|
|
4820
4820
|
radius: "lg",
|
|
4821
4821
|
shadow: "sm",
|
|
4822
|
-
|
|
4822
|
+
placement: "auto",
|
|
4823
4823
|
backdrop: "opaque",
|
|
4824
4824
|
scrollBehavior: "normal"
|
|
4825
4825
|
},
|
|
@@ -5294,6 +5294,7 @@ var tabs = tv({
|
|
|
5294
5294
|
"relative",
|
|
5295
5295
|
"z-10",
|
|
5296
5296
|
"text-inherit",
|
|
5297
|
+
"whitespace-nowrap",
|
|
5297
5298
|
"transition-colors",
|
|
5298
5299
|
"text-default-500",
|
|
5299
5300
|
"group-data-[selected=true]:text-foreground"
|
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
user
|
|
4
|
-
} from "./chunk-YHUCLCWM.mjs";
|
|
5
|
-
import {
|
|
6
|
-
radio,
|
|
7
|
-
radioGroup
|
|
8
|
-
} from "./chunk-2743AVRX.mjs";
|
|
9
2
|
import {
|
|
10
3
|
skeleton
|
|
11
4
|
} from "./chunk-UHGUD5JU.mjs";
|
|
@@ -23,13 +16,13 @@ import {
|
|
|
23
16
|
} from "./chunk-K7DMXP26.mjs";
|
|
24
17
|
import {
|
|
25
18
|
tabs
|
|
26
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-LLTTRDDH.mjs";
|
|
27
20
|
import {
|
|
28
21
|
toggle
|
|
29
22
|
} from "./chunk-GQA532YJ.mjs";
|
|
30
23
|
import {
|
|
31
|
-
|
|
32
|
-
} from "./chunk-
|
|
24
|
+
user
|
|
25
|
+
} from "./chunk-YHUCLCWM.mjs";
|
|
33
26
|
import {
|
|
34
27
|
kbd
|
|
35
28
|
} from "./chunk-Y7SYYSA5.mjs";
|
|
@@ -39,7 +32,7 @@ import {
|
|
|
39
32
|
} from "./chunk-HI7JD7LI.mjs";
|
|
40
33
|
import {
|
|
41
34
|
modal
|
|
42
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-U3OZLITJ.mjs";
|
|
43
36
|
import {
|
|
44
37
|
navbar
|
|
45
38
|
} from "./chunk-HGVBLDTB.mjs";
|
|
@@ -53,8 +46,9 @@ import {
|
|
|
53
46
|
progress
|
|
54
47
|
} from "./chunk-KYJT42RN.mjs";
|
|
55
48
|
import {
|
|
56
|
-
|
|
57
|
-
|
|
49
|
+
radio,
|
|
50
|
+
radioGroup
|
|
51
|
+
} from "./chunk-2743AVRX.mjs";
|
|
58
52
|
import {
|
|
59
53
|
circularProgress
|
|
60
54
|
} from "./chunk-4KW5BSMS.mjs";
|
|
@@ -76,6 +70,9 @@ import {
|
|
|
76
70
|
import {
|
|
77
71
|
image
|
|
78
72
|
} from "./chunk-5KVXZCV5.mjs";
|
|
73
|
+
import {
|
|
74
|
+
input
|
|
75
|
+
} from "./chunk-CNRS36CD.mjs";
|
|
79
76
|
import {
|
|
80
77
|
accordion,
|
|
81
78
|
accordionItem
|
|
@@ -98,6 +95,9 @@ import {
|
|
|
98
95
|
checkbox,
|
|
99
96
|
checkboxGroup
|
|
100
97
|
} from "./chunk-BF7L7DAN.mjs";
|
|
98
|
+
import {
|
|
99
|
+
chip
|
|
100
|
+
} from "./chunk-65C2OLPQ.mjs";
|
|
101
101
|
import "./chunk-CMYR6AOY.mjs";
|
|
102
102
|
import "./chunk-K7LK7NCE.mjs";
|
|
103
103
|
import {
|
|
@@ -106,12 +106,13 @@ import {
|
|
|
106
106
|
import "./chunk-UX2EEVVM.mjs";
|
|
107
107
|
import {
|
|
108
108
|
nextui
|
|
109
|
-
} from "./chunk-
|
|
110
|
-
import "./chunk-
|
|
109
|
+
} from "./chunk-IAVQOVGZ.mjs";
|
|
110
|
+
import "./chunk-DMASP6FA.mjs";
|
|
111
111
|
import "./chunk-UNQJ7BRW.mjs";
|
|
112
112
|
import "./chunk-DI2L75XK.mjs";
|
|
113
113
|
import "./chunk-4Z22WXZX.mjs";
|
|
114
114
|
import "./chunk-HJLDXSH7.mjs";
|
|
115
|
+
import "./chunk-XA5ALA4E.mjs";
|
|
115
116
|
import {
|
|
116
117
|
absoluteFullClasses,
|
|
117
118
|
baseStyles,
|
|
@@ -124,10 +125,10 @@ import {
|
|
|
124
125
|
import "./chunk-WQEDQHKX.mjs";
|
|
125
126
|
import {
|
|
126
127
|
colors
|
|
127
|
-
} from "./chunk-
|
|
128
|
+
} from "./chunk-QGHMGO5E.mjs";
|
|
128
129
|
import {
|
|
129
130
|
semanticColors
|
|
130
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-7L2ZWDVP.mjs";
|
|
131
132
|
import "./chunk-KUNVFLXJ.mjs";
|
|
132
133
|
import "./chunk-M63AFAHO.mjs";
|
|
133
134
|
import "./chunk-HK6FLMPL.mjs";
|
|
@@ -135,18 +136,17 @@ import {
|
|
|
135
136
|
mappedSpacingScaleKeys,
|
|
136
137
|
spacingScaleKeys
|
|
137
138
|
} from "./chunk-WA5F6AED.mjs";
|
|
138
|
-
import "./chunk-DMASP6FA.mjs";
|
|
139
139
|
import {
|
|
140
140
|
commonColors
|
|
141
|
-
} from "./chunk-
|
|
142
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
141
|
+
} from "./chunk-6TOTQSJE.mjs";
|
|
143
142
|
import "./chunk-3LKKH4AR.mjs";
|
|
144
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
145
143
|
import "./chunk-OR5PUD24.mjs";
|
|
146
144
|
import "./chunk-DCEG5LGX.mjs";
|
|
147
145
|
import "./chunk-L2OL7R23.mjs";
|
|
148
146
|
import "./chunk-YZYGFPNK.mjs";
|
|
147
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
149
148
|
import "./chunk-GHZ36ATJ.mjs";
|
|
149
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
150
150
|
|
|
151
151
|
// src/index.ts
|
|
152
152
|
import { tv } from "tailwind-variants";
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-IAVQOVGZ.mjs";
|
|
4
|
+
import "./chunk-DMASP6FA.mjs";
|
|
5
5
|
import "./chunk-UNQJ7BRW.mjs";
|
|
6
6
|
import "./chunk-DI2L75XK.mjs";
|
|
7
7
|
import "./chunk-4Z22WXZX.mjs";
|
|
8
8
|
import "./chunk-HJLDXSH7.mjs";
|
|
9
|
+
import "./chunk-XA5ALA4E.mjs";
|
|
9
10
|
import "./chunk-G2ZSNGR5.mjs";
|
|
10
11
|
import "./chunk-WQEDQHKX.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-QGHMGO5E.mjs";
|
|
13
|
+
import "./chunk-7L2ZWDVP.mjs";
|
|
13
14
|
import "./chunk-KUNVFLXJ.mjs";
|
|
14
15
|
import "./chunk-M63AFAHO.mjs";
|
|
15
16
|
import "./chunk-HK6FLMPL.mjs";
|
|
16
17
|
import "./chunk-WA5F6AED.mjs";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-IAS3SFA4.mjs";
|
|
19
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
18
|
+
import "./chunk-6TOTQSJE.mjs";
|
|
20
19
|
import "./chunk-3LKKH4AR.mjs";
|
|
21
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
22
20
|
import "./chunk-OR5PUD24.mjs";
|
|
23
21
|
import "./chunk-DCEG5LGX.mjs";
|
|
24
22
|
import "./chunk-L2OL7R23.mjs";
|
|
25
23
|
import "./chunk-YZYGFPNK.mjs";
|
|
24
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
26
25
|
import "./chunk-GHZ36ATJ.mjs";
|
|
26
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
27
27
|
export {
|
|
28
28
|
nextui
|
|
29
29
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
yellow
|
|
3
|
-
} from "./chunk-JUEOCLA3.mjs";
|
|
4
1
|
import {
|
|
5
2
|
zinc
|
|
6
3
|
} from "./chunk-3LKKH4AR.mjs";
|
|
7
|
-
import {
|
|
8
|
-
cyan
|
|
9
|
-
} from "./chunk-T3GWIVAM.mjs";
|
|
10
4
|
import {
|
|
11
5
|
green
|
|
12
6
|
} from "./chunk-OR5PUD24.mjs";
|
|
@@ -19,9 +13,15 @@ import {
|
|
|
19
13
|
import {
|
|
20
14
|
red
|
|
21
15
|
} from "./chunk-YZYGFPNK.mjs";
|
|
16
|
+
import {
|
|
17
|
+
yellow
|
|
18
|
+
} from "./chunk-JUEOCLA3.mjs";
|
|
22
19
|
import {
|
|
23
20
|
blue
|
|
24
21
|
} from "./chunk-GHZ36ATJ.mjs";
|
|
22
|
+
import {
|
|
23
|
+
cyan
|
|
24
|
+
} from "./chunk-T3GWIVAM.mjs";
|
|
25
25
|
|
|
26
26
|
// src/colors/common.ts
|
|
27
27
|
var commonColors = {
|