@nextui-org/theme 0.0.0-dev-v2-20230622022515 → 0.0.0-dev-v2-20230622203738
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-R4PNBVFX.mjs → chunk-46ZSXBCH.mjs} +9 -9
- package/dist/components/image.d.ts +36 -36
- package/dist/components/image.js +9 -9
- package/dist/components/image.mjs +1 -1
- package/dist/components/index.js +9 -9
- package/dist/components/index.mjs +13 -13
- package/dist/index.js +9 -9
- package/dist/index.mjs +14 -14
- package/dist/plugin.mjs +1 -1
- package/package.json +1 -1
|
@@ -34,35 +34,35 @@ var image = tv({
|
|
|
34
34
|
},
|
|
35
35
|
shadow: {
|
|
36
36
|
none: {
|
|
37
|
-
|
|
37
|
+
wrapper: "shadow-none",
|
|
38
38
|
img: "shadow-none"
|
|
39
39
|
},
|
|
40
40
|
sm: {
|
|
41
|
-
|
|
41
|
+
wrapper: "shadow-sm",
|
|
42
42
|
img: "shadow-sm"
|
|
43
43
|
},
|
|
44
44
|
base: {
|
|
45
|
-
|
|
45
|
+
wrapper: "shadow",
|
|
46
46
|
img: "shadow"
|
|
47
47
|
},
|
|
48
48
|
md: {
|
|
49
|
-
|
|
49
|
+
wrapper: "shadow-md",
|
|
50
50
|
img: "shadow-md"
|
|
51
51
|
},
|
|
52
52
|
lg: {
|
|
53
|
-
|
|
53
|
+
wrapper: "shadow-lg",
|
|
54
54
|
img: "shadow-lg"
|
|
55
55
|
},
|
|
56
56
|
xl: {
|
|
57
|
-
|
|
57
|
+
wrapper: "shadow-xl",
|
|
58
58
|
img: "shadow-xl"
|
|
59
59
|
},
|
|
60
60
|
"2xl": {
|
|
61
|
-
|
|
61
|
+
wrapper: "shadow-2xl",
|
|
62
62
|
img: "shadow-2xl"
|
|
63
63
|
},
|
|
64
64
|
inner: {
|
|
65
|
-
|
|
65
|
+
wrapper: "shadow-inner",
|
|
66
66
|
img: "shadow-inner"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
@@ -73,7 +73,7 @@ var image = tv({
|
|
|
73
73
|
},
|
|
74
74
|
showSkeleton: {
|
|
75
75
|
true: {
|
|
76
|
-
|
|
76
|
+
wrapper: [
|
|
77
77
|
"group",
|
|
78
78
|
"relative",
|
|
79
79
|
"overflow-hidden",
|
|
@@ -32,35 +32,35 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
32
32
|
};
|
|
33
33
|
shadow: {
|
|
34
34
|
none: {
|
|
35
|
-
|
|
35
|
+
wrapper: string;
|
|
36
36
|
img: string;
|
|
37
37
|
};
|
|
38
38
|
sm: {
|
|
39
|
-
|
|
39
|
+
wrapper: string;
|
|
40
40
|
img: string;
|
|
41
41
|
};
|
|
42
42
|
base: {
|
|
43
|
-
|
|
43
|
+
wrapper: string;
|
|
44
44
|
img: string;
|
|
45
45
|
};
|
|
46
46
|
md: {
|
|
47
|
-
|
|
47
|
+
wrapper: string;
|
|
48
48
|
img: string;
|
|
49
49
|
};
|
|
50
50
|
lg: {
|
|
51
|
-
|
|
51
|
+
wrapper: string;
|
|
52
52
|
img: string;
|
|
53
53
|
};
|
|
54
54
|
xl: {
|
|
55
|
-
|
|
55
|
+
wrapper: string;
|
|
56
56
|
img: string;
|
|
57
57
|
};
|
|
58
58
|
"2xl": {
|
|
59
|
-
|
|
59
|
+
wrapper: string;
|
|
60
60
|
img: string;
|
|
61
61
|
};
|
|
62
62
|
inner: {
|
|
63
|
-
|
|
63
|
+
wrapper: string;
|
|
64
64
|
img: string;
|
|
65
65
|
};
|
|
66
66
|
};
|
|
@@ -71,7 +71,7 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
71
71
|
};
|
|
72
72
|
showSkeleton: {
|
|
73
73
|
true: {
|
|
74
|
-
|
|
74
|
+
wrapper: string[];
|
|
75
75
|
img: string;
|
|
76
76
|
};
|
|
77
77
|
};
|
|
@@ -102,35 +102,35 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
102
102
|
};
|
|
103
103
|
shadow: {
|
|
104
104
|
none: {
|
|
105
|
-
|
|
105
|
+
wrapper: string;
|
|
106
106
|
img: string;
|
|
107
107
|
};
|
|
108
108
|
sm: {
|
|
109
|
-
|
|
109
|
+
wrapper: string;
|
|
110
110
|
img: string;
|
|
111
111
|
};
|
|
112
112
|
base: {
|
|
113
|
-
|
|
113
|
+
wrapper: string;
|
|
114
114
|
img: string;
|
|
115
115
|
};
|
|
116
116
|
md: {
|
|
117
|
-
|
|
117
|
+
wrapper: string;
|
|
118
118
|
img: string;
|
|
119
119
|
};
|
|
120
120
|
lg: {
|
|
121
|
-
|
|
121
|
+
wrapper: string;
|
|
122
122
|
img: string;
|
|
123
123
|
};
|
|
124
124
|
xl: {
|
|
125
|
-
|
|
125
|
+
wrapper: string;
|
|
126
126
|
img: string;
|
|
127
127
|
};
|
|
128
128
|
"2xl": {
|
|
129
|
-
|
|
129
|
+
wrapper: string;
|
|
130
130
|
img: string;
|
|
131
131
|
};
|
|
132
132
|
inner: {
|
|
133
|
-
|
|
133
|
+
wrapper: string;
|
|
134
134
|
img: string;
|
|
135
135
|
};
|
|
136
136
|
};
|
|
@@ -141,7 +141,7 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
141
141
|
};
|
|
142
142
|
showSkeleton: {
|
|
143
143
|
true: {
|
|
144
|
-
|
|
144
|
+
wrapper: string[];
|
|
145
145
|
img: string;
|
|
146
146
|
};
|
|
147
147
|
};
|
|
@@ -167,35 +167,35 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
167
167
|
};
|
|
168
168
|
shadow: {
|
|
169
169
|
none: {
|
|
170
|
-
|
|
170
|
+
wrapper: string;
|
|
171
171
|
img: string;
|
|
172
172
|
};
|
|
173
173
|
sm: {
|
|
174
|
-
|
|
174
|
+
wrapper: string;
|
|
175
175
|
img: string;
|
|
176
176
|
};
|
|
177
177
|
base: {
|
|
178
|
-
|
|
178
|
+
wrapper: string;
|
|
179
179
|
img: string;
|
|
180
180
|
};
|
|
181
181
|
md: {
|
|
182
|
-
|
|
182
|
+
wrapper: string;
|
|
183
183
|
img: string;
|
|
184
184
|
};
|
|
185
185
|
lg: {
|
|
186
|
-
|
|
186
|
+
wrapper: string;
|
|
187
187
|
img: string;
|
|
188
188
|
};
|
|
189
189
|
xl: {
|
|
190
|
-
|
|
190
|
+
wrapper: string;
|
|
191
191
|
img: string;
|
|
192
192
|
};
|
|
193
193
|
"2xl": {
|
|
194
|
-
|
|
194
|
+
wrapper: string;
|
|
195
195
|
img: string;
|
|
196
196
|
};
|
|
197
197
|
inner: {
|
|
198
|
-
|
|
198
|
+
wrapper: string;
|
|
199
199
|
img: string;
|
|
200
200
|
};
|
|
201
201
|
};
|
|
@@ -206,7 +206,7 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
206
206
|
};
|
|
207
207
|
showSkeleton: {
|
|
208
208
|
true: {
|
|
209
|
-
|
|
209
|
+
wrapper: string[];
|
|
210
210
|
img: string;
|
|
211
211
|
};
|
|
212
212
|
};
|
|
@@ -232,35 +232,35 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
232
232
|
};
|
|
233
233
|
shadow: {
|
|
234
234
|
none: {
|
|
235
|
-
|
|
235
|
+
wrapper: string;
|
|
236
236
|
img: string;
|
|
237
237
|
};
|
|
238
238
|
sm: {
|
|
239
|
-
|
|
239
|
+
wrapper: string;
|
|
240
240
|
img: string;
|
|
241
241
|
};
|
|
242
242
|
base: {
|
|
243
|
-
|
|
243
|
+
wrapper: string;
|
|
244
244
|
img: string;
|
|
245
245
|
};
|
|
246
246
|
md: {
|
|
247
|
-
|
|
247
|
+
wrapper: string;
|
|
248
248
|
img: string;
|
|
249
249
|
};
|
|
250
250
|
lg: {
|
|
251
|
-
|
|
251
|
+
wrapper: string;
|
|
252
252
|
img: string;
|
|
253
253
|
};
|
|
254
254
|
xl: {
|
|
255
|
-
|
|
255
|
+
wrapper: string;
|
|
256
256
|
img: string;
|
|
257
257
|
};
|
|
258
258
|
"2xl": {
|
|
259
|
-
|
|
259
|
+
wrapper: string;
|
|
260
260
|
img: string;
|
|
261
261
|
};
|
|
262
262
|
inner: {
|
|
263
|
-
|
|
263
|
+
wrapper: string;
|
|
264
264
|
img: string;
|
|
265
265
|
};
|
|
266
266
|
};
|
|
@@ -271,7 +271,7 @@ declare const image: tailwind_variants.TVReturnType<{
|
|
|
271
271
|
};
|
|
272
272
|
showSkeleton: {
|
|
273
273
|
true: {
|
|
274
|
-
|
|
274
|
+
wrapper: string[];
|
|
275
275
|
img: string;
|
|
276
276
|
};
|
|
277
277
|
};
|
package/dist/components/image.js
CHANGED
|
@@ -58,35 +58,35 @@ var image = (0, import_tailwind_variants.tv)({
|
|
|
58
58
|
},
|
|
59
59
|
shadow: {
|
|
60
60
|
none: {
|
|
61
|
-
|
|
61
|
+
wrapper: "shadow-none",
|
|
62
62
|
img: "shadow-none"
|
|
63
63
|
},
|
|
64
64
|
sm: {
|
|
65
|
-
|
|
65
|
+
wrapper: "shadow-sm",
|
|
66
66
|
img: "shadow-sm"
|
|
67
67
|
},
|
|
68
68
|
base: {
|
|
69
|
-
|
|
69
|
+
wrapper: "shadow",
|
|
70
70
|
img: "shadow"
|
|
71
71
|
},
|
|
72
72
|
md: {
|
|
73
|
-
|
|
73
|
+
wrapper: "shadow-md",
|
|
74
74
|
img: "shadow-md"
|
|
75
75
|
},
|
|
76
76
|
lg: {
|
|
77
|
-
|
|
77
|
+
wrapper: "shadow-lg",
|
|
78
78
|
img: "shadow-lg"
|
|
79
79
|
},
|
|
80
80
|
xl: {
|
|
81
|
-
|
|
81
|
+
wrapper: "shadow-xl",
|
|
82
82
|
img: "shadow-xl"
|
|
83
83
|
},
|
|
84
84
|
"2xl": {
|
|
85
|
-
|
|
85
|
+
wrapper: "shadow-2xl",
|
|
86
86
|
img: "shadow-2xl"
|
|
87
87
|
},
|
|
88
88
|
inner: {
|
|
89
|
-
|
|
89
|
+
wrapper: "shadow-inner",
|
|
90
90
|
img: "shadow-inner"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
@@ -97,7 +97,7 @@ var image = (0, import_tailwind_variants.tv)({
|
|
|
97
97
|
},
|
|
98
98
|
showSkeleton: {
|
|
99
99
|
true: {
|
|
100
|
-
|
|
100
|
+
wrapper: [
|
|
101
101
|
"group",
|
|
102
102
|
"relative",
|
|
103
103
|
"overflow-hidden",
|
package/dist/components/index.js
CHANGED
|
@@ -5009,35 +5009,35 @@ var image = (0, import_tailwind_variants22.tv)({
|
|
|
5009
5009
|
},
|
|
5010
5010
|
shadow: {
|
|
5011
5011
|
none: {
|
|
5012
|
-
|
|
5012
|
+
wrapper: "shadow-none",
|
|
5013
5013
|
img: "shadow-none"
|
|
5014
5014
|
},
|
|
5015
5015
|
sm: {
|
|
5016
|
-
|
|
5016
|
+
wrapper: "shadow-sm",
|
|
5017
5017
|
img: "shadow-sm"
|
|
5018
5018
|
},
|
|
5019
5019
|
base: {
|
|
5020
|
-
|
|
5020
|
+
wrapper: "shadow",
|
|
5021
5021
|
img: "shadow"
|
|
5022
5022
|
},
|
|
5023
5023
|
md: {
|
|
5024
|
-
|
|
5024
|
+
wrapper: "shadow-md",
|
|
5025
5025
|
img: "shadow-md"
|
|
5026
5026
|
},
|
|
5027
5027
|
lg: {
|
|
5028
|
-
|
|
5028
|
+
wrapper: "shadow-lg",
|
|
5029
5029
|
img: "shadow-lg"
|
|
5030
5030
|
},
|
|
5031
5031
|
xl: {
|
|
5032
|
-
|
|
5032
|
+
wrapper: "shadow-xl",
|
|
5033
5033
|
img: "shadow-xl"
|
|
5034
5034
|
},
|
|
5035
5035
|
"2xl": {
|
|
5036
|
-
|
|
5036
|
+
wrapper: "shadow-2xl",
|
|
5037
5037
|
img: "shadow-2xl"
|
|
5038
5038
|
},
|
|
5039
5039
|
inner: {
|
|
5040
|
-
|
|
5040
|
+
wrapper: "shadow-inner",
|
|
5041
5041
|
img: "shadow-inner"
|
|
5042
5042
|
}
|
|
5043
5043
|
},
|
|
@@ -5048,7 +5048,7 @@ var image = (0, import_tailwind_variants22.tv)({
|
|
|
5048
5048
|
},
|
|
5049
5049
|
showSkeleton: {
|
|
5050
5050
|
true: {
|
|
5051
|
-
|
|
5051
|
+
wrapper: [
|
|
5052
5052
|
"group",
|
|
5053
5053
|
"relative",
|
|
5054
5054
|
"overflow-hidden",
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
+
import {
|
|
3
|
+
snippet
|
|
4
|
+
} from "../chunk-3D7G7PZH.mjs";
|
|
2
5
|
import {
|
|
3
6
|
spacer
|
|
4
7
|
} from "../chunk-3B4SYPW2.mjs";
|
|
@@ -17,6 +20,10 @@ import {
|
|
|
17
20
|
import {
|
|
18
21
|
user
|
|
19
22
|
} from "../chunk-ZFYINWFR.mjs";
|
|
23
|
+
import {
|
|
24
|
+
link,
|
|
25
|
+
linkAnchorClasses
|
|
26
|
+
} from "../chunk-I36TDMJB.mjs";
|
|
20
27
|
import {
|
|
21
28
|
modal
|
|
22
29
|
} from "../chunk-AUOEYXLQ.mjs";
|
|
@@ -40,8 +47,8 @@ import {
|
|
|
40
47
|
skeleton
|
|
41
48
|
} from "../chunk-P5E3PNHW.mjs";
|
|
42
49
|
import {
|
|
43
|
-
|
|
44
|
-
} from "../chunk-
|
|
50
|
+
code
|
|
51
|
+
} from "../chunk-576B55VI.mjs";
|
|
45
52
|
import {
|
|
46
53
|
divider
|
|
47
54
|
} from "../chunk-2ENRZMQI.mjs";
|
|
@@ -56,7 +63,7 @@ import {
|
|
|
56
63
|
} from "../chunk-4K3TOAY2.mjs";
|
|
57
64
|
import {
|
|
58
65
|
image
|
|
59
|
-
} from "../chunk-
|
|
66
|
+
} from "../chunk-46ZSXBCH.mjs";
|
|
60
67
|
import {
|
|
61
68
|
input
|
|
62
69
|
} from "../chunk-YEHFHLHQ.mjs";
|
|
@@ -64,9 +71,9 @@ import {
|
|
|
64
71
|
kbd
|
|
65
72
|
} from "../chunk-GBPOVFEX.mjs";
|
|
66
73
|
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
} from "../chunk-
|
|
74
|
+
accordion,
|
|
75
|
+
accordionItem
|
|
76
|
+
} from "../chunk-YNGJCDQN.mjs";
|
|
70
77
|
import {
|
|
71
78
|
avatar,
|
|
72
79
|
avatarGroup
|
|
@@ -91,16 +98,9 @@ import {
|
|
|
91
98
|
import {
|
|
92
99
|
circularProgress
|
|
93
100
|
} from "../chunk-UPBFQDTD.mjs";
|
|
94
|
-
import {
|
|
95
|
-
code
|
|
96
|
-
} from "../chunk-576B55VI.mjs";
|
|
97
101
|
import "../chunk-CMYR6AOY.mjs";
|
|
98
102
|
import "../chunk-K7LK7NCE.mjs";
|
|
99
103
|
import "../chunk-CEW7YOHH.mjs";
|
|
100
|
-
import {
|
|
101
|
-
accordion,
|
|
102
|
-
accordionItem
|
|
103
|
-
} from "../chunk-YNGJCDQN.mjs";
|
|
104
104
|
import "../chunk-TSW7CNKY.mjs";
|
|
105
105
|
export {
|
|
106
106
|
accordion,
|
package/dist/index.js
CHANGED
|
@@ -5041,35 +5041,35 @@ var image = (0, import_tailwind_variants22.tv)({
|
|
|
5041
5041
|
},
|
|
5042
5042
|
shadow: {
|
|
5043
5043
|
none: {
|
|
5044
|
-
|
|
5044
|
+
wrapper: "shadow-none",
|
|
5045
5045
|
img: "shadow-none"
|
|
5046
5046
|
},
|
|
5047
5047
|
sm: {
|
|
5048
|
-
|
|
5048
|
+
wrapper: "shadow-sm",
|
|
5049
5049
|
img: "shadow-sm"
|
|
5050
5050
|
},
|
|
5051
5051
|
base: {
|
|
5052
|
-
|
|
5052
|
+
wrapper: "shadow",
|
|
5053
5053
|
img: "shadow"
|
|
5054
5054
|
},
|
|
5055
5055
|
md: {
|
|
5056
|
-
|
|
5056
|
+
wrapper: "shadow-md",
|
|
5057
5057
|
img: "shadow-md"
|
|
5058
5058
|
},
|
|
5059
5059
|
lg: {
|
|
5060
|
-
|
|
5060
|
+
wrapper: "shadow-lg",
|
|
5061
5061
|
img: "shadow-lg"
|
|
5062
5062
|
},
|
|
5063
5063
|
xl: {
|
|
5064
|
-
|
|
5064
|
+
wrapper: "shadow-xl",
|
|
5065
5065
|
img: "shadow-xl"
|
|
5066
5066
|
},
|
|
5067
5067
|
"2xl": {
|
|
5068
|
-
|
|
5068
|
+
wrapper: "shadow-2xl",
|
|
5069
5069
|
img: "shadow-2xl"
|
|
5070
5070
|
},
|
|
5071
5071
|
inner: {
|
|
5072
|
-
|
|
5072
|
+
wrapper: "shadow-inner",
|
|
5073
5073
|
img: "shadow-inner"
|
|
5074
5074
|
}
|
|
5075
5075
|
},
|
|
@@ -5080,7 +5080,7 @@ var image = (0, import_tailwind_variants22.tv)({
|
|
|
5080
5080
|
},
|
|
5081
5081
|
showSkeleton: {
|
|
5082
5082
|
true: {
|
|
5083
|
-
|
|
5083
|
+
wrapper: [
|
|
5084
5084
|
"group",
|
|
5085
5085
|
"relative",
|
|
5086
5086
|
"overflow-hidden",
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
+
import {
|
|
3
|
+
snippet
|
|
4
|
+
} from "./chunk-3D7G7PZH.mjs";
|
|
2
5
|
import {
|
|
3
6
|
spacer
|
|
4
7
|
} from "./chunk-3B4SYPW2.mjs";
|
|
@@ -17,6 +20,10 @@ import {
|
|
|
17
20
|
import {
|
|
18
21
|
user
|
|
19
22
|
} from "./chunk-ZFYINWFR.mjs";
|
|
23
|
+
import {
|
|
24
|
+
link,
|
|
25
|
+
linkAnchorClasses
|
|
26
|
+
} from "./chunk-I36TDMJB.mjs";
|
|
20
27
|
import {
|
|
21
28
|
modal
|
|
22
29
|
} from "./chunk-AUOEYXLQ.mjs";
|
|
@@ -40,8 +47,8 @@ import {
|
|
|
40
47
|
skeleton
|
|
41
48
|
} from "./chunk-P5E3PNHW.mjs";
|
|
42
49
|
import {
|
|
43
|
-
|
|
44
|
-
} from "./chunk-
|
|
50
|
+
code
|
|
51
|
+
} from "./chunk-576B55VI.mjs";
|
|
45
52
|
import {
|
|
46
53
|
divider
|
|
47
54
|
} from "./chunk-2ENRZMQI.mjs";
|
|
@@ -56,7 +63,7 @@ import {
|
|
|
56
63
|
} from "./chunk-4K3TOAY2.mjs";
|
|
57
64
|
import {
|
|
58
65
|
image
|
|
59
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-46ZSXBCH.mjs";
|
|
60
67
|
import {
|
|
61
68
|
input
|
|
62
69
|
} from "./chunk-YEHFHLHQ.mjs";
|
|
@@ -64,9 +71,9 @@ import {
|
|
|
64
71
|
kbd
|
|
65
72
|
} from "./chunk-GBPOVFEX.mjs";
|
|
66
73
|
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
} from "./chunk-
|
|
74
|
+
accordion,
|
|
75
|
+
accordionItem
|
|
76
|
+
} from "./chunk-YNGJCDQN.mjs";
|
|
70
77
|
import {
|
|
71
78
|
avatar,
|
|
72
79
|
avatarGroup
|
|
@@ -91,25 +98,17 @@ import {
|
|
|
91
98
|
import {
|
|
92
99
|
circularProgress
|
|
93
100
|
} from "./chunk-UPBFQDTD.mjs";
|
|
94
|
-
import {
|
|
95
|
-
code
|
|
96
|
-
} from "./chunk-576B55VI.mjs";
|
|
97
101
|
import "./chunk-CMYR6AOY.mjs";
|
|
98
102
|
import "./chunk-K7LK7NCE.mjs";
|
|
99
103
|
import {
|
|
100
104
|
colorVariants
|
|
101
105
|
} from "./chunk-CEW7YOHH.mjs";
|
|
102
|
-
import {
|
|
103
|
-
accordion,
|
|
104
|
-
accordionItem
|
|
105
|
-
} from "./chunk-YNGJCDQN.mjs";
|
|
106
106
|
import {
|
|
107
107
|
nextui
|
|
108
108
|
} from "./chunk-52QYM3YD.mjs";
|
|
109
109
|
import "./chunk-OQGOVMIP.mjs";
|
|
110
110
|
import "./chunk-4Z22WXZX.mjs";
|
|
111
111
|
import "./chunk-HJLDXSH7.mjs";
|
|
112
|
-
import "./chunk-DI2L75XK.mjs";
|
|
113
112
|
import {
|
|
114
113
|
absoluteFullClasses,
|
|
115
114
|
baseStyles,
|
|
@@ -117,6 +116,7 @@ import {
|
|
|
117
116
|
ringClasses,
|
|
118
117
|
translateCenterClasses
|
|
119
118
|
} from "./chunk-TSW7CNKY.mjs";
|
|
119
|
+
import "./chunk-DI2L75XK.mjs";
|
|
120
120
|
import "./chunk-WQEDQHKX.mjs";
|
|
121
121
|
import {
|
|
122
122
|
colors
|
package/dist/plugin.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
import "./chunk-OQGOVMIP.mjs";
|
|
5
5
|
import "./chunk-4Z22WXZX.mjs";
|
|
6
6
|
import "./chunk-HJLDXSH7.mjs";
|
|
7
|
-
import "./chunk-DI2L75XK.mjs";
|
|
8
7
|
import "./chunk-TSW7CNKY.mjs";
|
|
8
|
+
import "./chunk-DI2L75XK.mjs";
|
|
9
9
|
import "./chunk-WQEDQHKX.mjs";
|
|
10
10
|
import "./chunk-LBMDDCFV.mjs";
|
|
11
11
|
import "./chunk-RB7R7Z3Y.mjs";
|