@nextui-org/theme 0.0.0-dev-v2-20230429213333 → 0.0.0-dev-v2-20230501173002
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-PH4OFVEH.mjs → chunk-7EDXWCUZ.mjs} +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/input.js +1 -1
- package/dist/components/input.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +3 -3
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-DLSPUMD4.mjs → chunk-WUXZWYH4.mjs} +3 -3
|
@@ -6,7 +6,7 @@ var input = tv({
|
|
|
6
6
|
label: "block text-sm font-medium text-neutral-600",
|
|
7
7
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
8
8
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
9
|
-
input: "w-full h-full bg-transparent outline-none placeholder:text-neutral-500",
|
|
9
|
+
input: "w-full h-full !bg-transparent outline-none placeholder:text-neutral-500",
|
|
10
10
|
clearButton: [
|
|
11
11
|
"z-10",
|
|
12
12
|
"hidden",
|
package/dist/components/index.js
CHANGED
|
@@ -3807,7 +3807,7 @@ var input = (0, import_tailwind_variants25.tv)({
|
|
|
3807
3807
|
label: "block text-sm font-medium text-neutral-600",
|
|
3808
3808
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
3809
3809
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
3810
|
-
input: "w-full h-full bg-transparent outline-none placeholder:text-neutral-500",
|
|
3810
|
+
input: "w-full h-full !bg-transparent outline-none placeholder:text-neutral-500",
|
|
3811
3811
|
clearButton: [
|
|
3812
3812
|
"z-10",
|
|
3813
3813
|
"hidden",
|
package/dist/components/input.js
CHANGED
|
@@ -30,7 +30,7 @@ var input = (0, import_tailwind_variants.tv)({
|
|
|
30
30
|
label: "block text-sm font-medium text-neutral-600",
|
|
31
31
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
32
32
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
33
|
-
input: "w-full h-full bg-transparent outline-none placeholder:text-neutral-500",
|
|
33
|
+
input: "w-full h-full !bg-transparent outline-none placeholder:text-neutral-500",
|
|
34
34
|
clearButton: [
|
|
35
35
|
"z-10",
|
|
36
36
|
"hidden",
|
package/dist/index.js
CHANGED
|
@@ -3839,7 +3839,7 @@ var input = (0, import_tailwind_variants25.tv)({
|
|
|
3839
3839
|
label: "block text-sm font-medium text-neutral-600",
|
|
3840
3840
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
3841
3841
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
3842
|
-
input: "w-full h-full bg-transparent outline-none placeholder:text-neutral-500",
|
|
3842
|
+
input: "w-full h-full !bg-transparent outline-none placeholder:text-neutral-500",
|
|
3843
3843
|
clearButton: [
|
|
3844
3844
|
"z-10",
|
|
3845
3845
|
"hidden",
|
package/dist/index.mjs
CHANGED
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
} from "./chunk-6GGRJ6I7.mjs";
|
|
38
38
|
import {
|
|
39
39
|
input
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-7EDXWCUZ.mjs";
|
|
41
41
|
import {
|
|
42
42
|
kbd
|
|
43
43
|
} from "./chunk-KUQBSI5S.mjs";
|
|
@@ -117,7 +117,8 @@ import {
|
|
|
117
117
|
} from "./chunk-MLH3XSY7.mjs";
|
|
118
118
|
import {
|
|
119
119
|
nextui
|
|
120
|
-
} from "./chunk-
|
|
120
|
+
} from "./chunk-WUXZWYH4.mjs";
|
|
121
|
+
import "./chunk-XLATS5QU.mjs";
|
|
121
122
|
import {
|
|
122
123
|
absoluteFullClasses,
|
|
123
124
|
baseStyles,
|
|
@@ -125,7 +126,6 @@ import {
|
|
|
125
126
|
ringClasses,
|
|
126
127
|
translateCenterClasses
|
|
127
128
|
} from "./chunk-INZK6TTL.mjs";
|
|
128
|
-
import "./chunk-XLATS5QU.mjs";
|
|
129
129
|
import "./chunk-WQEDQHKX.mjs";
|
|
130
130
|
import {
|
|
131
131
|
colors
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-INZK6TTL.mjs";
|
|
3
|
+
} from "./chunk-WUXZWYH4.mjs";
|
|
5
4
|
import "./chunk-XLATS5QU.mjs";
|
|
5
|
+
import "./chunk-INZK6TTL.mjs";
|
|
6
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
7
7
|
import "./chunk-M74ZSXB7.mjs";
|
|
8
8
|
import "./chunk-LQHWK6UV.mjs";
|
package/package.json
CHANGED