@nextui-org/theme 0.0.0-dev-v2-20230623234227 → 0.0.0-dev-v2-20230624033637
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-6DB4E4EI.mjs → chunk-DN3YP75Q.mjs} +1 -1
- package/dist/{chunk-XEVQEVMG.mjs → chunk-SFF5YUZA.mjs} +1 -1
- package/dist/components/dropdown.d.ts +2 -2
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +2 -2
- package/dist/components/tabs.js +1 -1
- package/dist/components/tabs.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +4 -4
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-CM2DL3M6.mjs → chunk-53FU66TE.mjs} +3 -3
|
@@ -191,7 +191,7 @@ var tabs = tv({
|
|
|
191
191
|
variant: ["solid", "bordered", "light"],
|
|
192
192
|
color: "default",
|
|
193
193
|
class: {
|
|
194
|
-
cursor: ["bg-
|
|
194
|
+
cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
|
|
195
195
|
tabContent: "group-data-[selected=true]:text-default-foreground"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
@@ -251,7 +251,7 @@ declare const dropdownSection: tailwind_variants.TVReturnType<{
|
|
|
251
251
|
};
|
|
252
252
|
};
|
|
253
253
|
}, {
|
|
254
|
-
|
|
254
|
+
base: string;
|
|
255
255
|
heading: string;
|
|
256
256
|
group: string;
|
|
257
257
|
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
@@ -273,7 +273,7 @@ declare const dropdownSection: tailwind_variants.TVReturnType<{
|
|
|
273
273
|
};
|
|
274
274
|
};
|
|
275
275
|
}, {
|
|
276
|
-
|
|
276
|
+
base: string;
|
|
277
277
|
heading: string;
|
|
278
278
|
group: string;
|
|
279
279
|
}>;
|
|
@@ -404,7 +404,7 @@ var dropdownItem = (0, import_tailwind_variants.tv)({
|
|
|
404
404
|
});
|
|
405
405
|
var dropdownSection = (0, import_tailwind_variants.tv)({
|
|
406
406
|
slots: {
|
|
407
|
-
|
|
407
|
+
base: "relative mb-2",
|
|
408
408
|
heading: "pl-1 text-xs text-foreground-500",
|
|
409
409
|
group: "pt-1"
|
|
410
410
|
},
|
package/dist/components/index.js
CHANGED
|
@@ -4891,7 +4891,7 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
|
|
|
4891
4891
|
});
|
|
4892
4892
|
var dropdownSection = (0, import_tailwind_variants21.tv)({
|
|
4893
4893
|
slots: {
|
|
4894
|
-
|
|
4894
|
+
base: "relative mb-2",
|
|
4895
4895
|
heading: "pl-1 text-xs text-foreground-500",
|
|
4896
4896
|
group: "pt-1"
|
|
4897
4897
|
},
|
|
@@ -5870,7 +5870,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
|
|
|
5870
5870
|
variant: ["solid", "bordered", "light"],
|
|
5871
5871
|
color: "default",
|
|
5872
5872
|
class: {
|
|
5873
|
-
cursor: ["bg-
|
|
5873
|
+
cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
|
|
5874
5874
|
tabContent: "group-data-[selected=true]:text-default-foreground"
|
|
5875
5875
|
}
|
|
5876
5876
|
},
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "../chunk-ACERSXMK.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tabs
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-DN3YP75Q.mjs";
|
|
14
14
|
import {
|
|
15
15
|
toggle
|
|
16
16
|
} from "../chunk-C3VRXEKA.mjs";
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
dropdownItem,
|
|
54
54
|
dropdownMenu,
|
|
55
55
|
dropdownSection
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-SFF5YUZA.mjs";
|
|
57
57
|
import {
|
|
58
58
|
image
|
|
59
59
|
} from "../chunk-46ZSXBCH.mjs";
|
package/dist/components/tabs.js
CHANGED
|
@@ -295,7 +295,7 @@ var tabs = (0, import_tailwind_variants.tv)({
|
|
|
295
295
|
variant: ["solid", "bordered", "light"],
|
|
296
296
|
color: "default",
|
|
297
297
|
class: {
|
|
298
|
-
cursor: ["bg-
|
|
298
|
+
cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
|
|
299
299
|
tabContent: "group-data-[selected=true]:text-default-foreground"
|
|
300
300
|
}
|
|
301
301
|
},
|
package/dist/components/tabs.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4924,7 +4924,7 @@ var dropdownItem = (0, import_tailwind_variants21.tv)({
|
|
|
4924
4924
|
});
|
|
4925
4925
|
var dropdownSection = (0, import_tailwind_variants21.tv)({
|
|
4926
4926
|
slots: {
|
|
4927
|
-
|
|
4927
|
+
base: "relative mb-2",
|
|
4928
4928
|
heading: "pl-1 text-xs text-foreground-500",
|
|
4929
4929
|
group: "pt-1"
|
|
4930
4930
|
},
|
|
@@ -5903,7 +5903,7 @@ var tabs = (0, import_tailwind_variants29.tv)({
|
|
|
5903
5903
|
variant: ["solid", "bordered", "light"],
|
|
5904
5904
|
color: "default",
|
|
5905
5905
|
class: {
|
|
5906
|
-
cursor: ["bg-
|
|
5906
|
+
cursor: ["bg-background", "dark:bg-default", "border border-boundary dark:border-none"],
|
|
5907
5907
|
tabContent: "group-data-[selected=true]:text-default-foreground"
|
|
5908
5908
|
}
|
|
5909
5909
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "./chunk-ACERSXMK.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tabs
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-DN3YP75Q.mjs";
|
|
14
14
|
import {
|
|
15
15
|
toggle
|
|
16
16
|
} from "./chunk-C3VRXEKA.mjs";
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
dropdownItem,
|
|
54
54
|
dropdownMenu,
|
|
55
55
|
dropdownSection
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-SFF5YUZA.mjs";
|
|
57
57
|
import {
|
|
58
58
|
image
|
|
59
59
|
} from "./chunk-46ZSXBCH.mjs";
|
|
@@ -105,12 +105,11 @@ import {
|
|
|
105
105
|
} from "./chunk-CEW7YOHH.mjs";
|
|
106
106
|
import {
|
|
107
107
|
nextui
|
|
108
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-53FU66TE.mjs";
|
|
109
109
|
import "./chunk-UNQJ7BRW.mjs";
|
|
110
110
|
import "./chunk-DI2L75XK.mjs";
|
|
111
111
|
import "./chunk-4Z22WXZX.mjs";
|
|
112
112
|
import "./chunk-HJLDXSH7.mjs";
|
|
113
|
-
import "./chunk-DMASP6FA.mjs";
|
|
114
113
|
import {
|
|
115
114
|
absoluteFullClasses,
|
|
116
115
|
baseStyles,
|
|
@@ -129,6 +128,7 @@ import {
|
|
|
129
128
|
} from "./chunk-BWO5RTQF.mjs";
|
|
130
129
|
import "./chunk-37PIXVP4.mjs";
|
|
131
130
|
import "./chunk-M63AFAHO.mjs";
|
|
131
|
+
import "./chunk-DMASP6FA.mjs";
|
|
132
132
|
import {
|
|
133
133
|
commonColors
|
|
134
134
|
} from "./chunk-5LKRUH3Q.mjs";
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-53FU66TE.mjs";
|
|
4
4
|
import "./chunk-UNQJ7BRW.mjs";
|
|
5
5
|
import "./chunk-DI2L75XK.mjs";
|
|
6
6
|
import "./chunk-4Z22WXZX.mjs";
|
|
7
7
|
import "./chunk-HJLDXSH7.mjs";
|
|
8
|
-
import "./chunk-DMASP6FA.mjs";
|
|
9
8
|
import "./chunk-G2ZSNGR5.mjs";
|
|
10
9
|
import "./chunk-WQEDQHKX.mjs";
|
|
11
10
|
import "./chunk-TFIDBELY.mjs";
|
|
12
11
|
import "./chunk-BWO5RTQF.mjs";
|
|
13
12
|
import "./chunk-37PIXVP4.mjs";
|
|
14
13
|
import "./chunk-M63AFAHO.mjs";
|
|
14
|
+
import "./chunk-DMASP6FA.mjs";
|
|
15
15
|
import "./chunk-5LKRUH3Q.mjs";
|
|
16
16
|
import "./chunk-DCEG5LGX.mjs";
|
|
17
17
|
import "./chunk-L2OL7R23.mjs";
|
package/package.json
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
utilities
|
|
3
3
|
} from "./chunk-UNQJ7BRW.mjs";
|
|
4
|
-
import {
|
|
5
|
-
animations
|
|
6
|
-
} from "./chunk-DMASP6FA.mjs";
|
|
7
4
|
import {
|
|
8
5
|
baseStyles
|
|
9
6
|
} from "./chunk-G2ZSNGR5.mjs";
|
|
@@ -13,6 +10,9 @@ import {
|
|
|
13
10
|
import {
|
|
14
11
|
removeDefaultKeys
|
|
15
12
|
} from "./chunk-37PIXVP4.mjs";
|
|
13
|
+
import {
|
|
14
|
+
animations
|
|
15
|
+
} from "./chunk-DMASP6FA.mjs";
|
|
16
16
|
import {
|
|
17
17
|
commonColors
|
|
18
18
|
} from "./chunk-5LKRUH3Q.mjs";
|