@nextui-org/theme 0.0.0-dev-v2-20230708193349 → 0.0.0-dev-v2-20230709022500
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-ODPWKAVD.mjs → chunk-LLTTRDDH.mjs} +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/components/tabs.js +1 -0
- package/dist/components/tabs.mjs +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +3 -3
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-OHYZGWIF.mjs → chunk-LUKNKAXA.mjs} +3 -3
package/dist/components/index.js
CHANGED
package/dist/components/tabs.js
CHANGED
package/dist/components/tabs.mjs
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
} from "./chunk-K7DMXP26.mjs";
|
|
24
24
|
import {
|
|
25
25
|
tabs
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-LLTTRDDH.mjs";
|
|
27
27
|
import {
|
|
28
28
|
toggle
|
|
29
29
|
} from "./chunk-GQA532YJ.mjs";
|
|
@@ -106,12 +106,12 @@ import {
|
|
|
106
106
|
import "./chunk-UX2EEVVM.mjs";
|
|
107
107
|
import {
|
|
108
108
|
nextui
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-LUKNKAXA.mjs";
|
|
110
|
+
import "./chunk-XA5ALA4E.mjs";
|
|
110
111
|
import "./chunk-UNQJ7BRW.mjs";
|
|
111
112
|
import "./chunk-DI2L75XK.mjs";
|
|
112
113
|
import "./chunk-4Z22WXZX.mjs";
|
|
113
114
|
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-
|
|
3
|
+
} from "./chunk-LUKNKAXA.mjs";
|
|
4
|
+
import "./chunk-XA5ALA4E.mjs";
|
|
4
5
|
import "./chunk-UNQJ7BRW.mjs";
|
|
5
6
|
import "./chunk-DI2L75XK.mjs";
|
|
6
7
|
import "./chunk-4Z22WXZX.mjs";
|
|
7
8
|
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";
|
|
4
1
|
import {
|
|
5
2
|
createSpacingUnits,
|
|
6
3
|
generateSpacingScale,
|
|
7
4
|
isBaseTheme
|
|
8
5
|
} 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";
|