@nextui-org/theme 0.0.0-dev-v2-20230708153301 → 0.0.0-dev-v2-20230708193349
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-G22PQMDF.mjs → chunk-U3OZLITJ.mjs} +4 -4
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +1 -1
- package/dist/components/modal.d.ts +4 -4
- package/dist/components/modal.js +4 -4
- package/dist/components/modal.mjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-LUKNKAXA.mjs → chunk-OHYZGWIF.mjs} +3 -3
|
@@ -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/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
|
},
|
|
@@ -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/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
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
} from "./chunk-HI7JD7LI.mjs";
|
|
40
40
|
import {
|
|
41
41
|
modal
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-U3OZLITJ.mjs";
|
|
43
43
|
import {
|
|
44
44
|
navbar
|
|
45
45
|
} from "./chunk-HGVBLDTB.mjs";
|
|
@@ -106,12 +106,12 @@ import {
|
|
|
106
106
|
import "./chunk-UX2EEVVM.mjs";
|
|
107
107
|
import {
|
|
108
108
|
nextui
|
|
109
|
-
} from "./chunk-
|
|
110
|
-
import "./chunk-XA5ALA4E.mjs";
|
|
109
|
+
} from "./chunk-OHYZGWIF.mjs";
|
|
111
110
|
import "./chunk-UNQJ7BRW.mjs";
|
|
112
111
|
import "./chunk-DI2L75XK.mjs";
|
|
113
112
|
import "./chunk-4Z22WXZX.mjs";
|
|
114
113
|
import "./chunk-HJLDXSH7.mjs";
|
|
114
|
+
import "./chunk-XA5ALA4E.mjs";
|
|
115
115
|
import {
|
|
116
116
|
absoluteFullClasses,
|
|
117
117
|
baseStyles,
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-XA5ALA4E.mjs";
|
|
3
|
+
} from "./chunk-OHYZGWIF.mjs";
|
|
5
4
|
import "./chunk-UNQJ7BRW.mjs";
|
|
6
5
|
import "./chunk-DI2L75XK.mjs";
|
|
7
6
|
import "./chunk-4Z22WXZX.mjs";
|
|
8
7
|
import "./chunk-HJLDXSH7.mjs";
|
|
8
|
+
import "./chunk-XA5ALA4E.mjs";
|
|
9
9
|
import "./chunk-G2ZSNGR5.mjs";
|
|
10
10
|
import "./chunk-WQEDQHKX.mjs";
|
|
11
11
|
import "./chunk-QZTWGJ72.mjs";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import {
|
|
2
|
+
utilities
|
|
3
|
+
} from "./chunk-UNQJ7BRW.mjs";
|
|
1
4
|
import {
|
|
2
5
|
createSpacingUnits,
|
|
3
6
|
generateSpacingScale,
|
|
4
7
|
isBaseTheme
|
|
5
8
|
} from "./chunk-XA5ALA4E.mjs";
|
|
6
|
-
import {
|
|
7
|
-
utilities
|
|
8
|
-
} from "./chunk-UNQJ7BRW.mjs";
|
|
9
9
|
import {
|
|
10
10
|
baseStyles
|
|
11
11
|
} from "./chunk-G2ZSNGR5.mjs";
|