@nextui-org/theme 2.0.4 → 2.0.5
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-Z6QW3RI5.mjs → chunk-6GF3EO4A.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 +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ var input = tv({
|
|
|
11
11
|
slots: {
|
|
12
12
|
base: "group flex flex-col",
|
|
13
13
|
label: "block text-small font-medium text-foreground-600",
|
|
14
|
-
mainWrapper: "",
|
|
14
|
+
mainWrapper: "h-full",
|
|
15
15
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
16
16
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
17
17
|
input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-foreground-500",
|
package/dist/components/index.js
CHANGED
|
@@ -3560,7 +3560,7 @@ var input = tv({
|
|
|
3560
3560
|
slots: {
|
|
3561
3561
|
base: "group flex flex-col",
|
|
3562
3562
|
label: "block text-small font-medium text-foreground-600",
|
|
3563
|
-
mainWrapper: "",
|
|
3563
|
+
mainWrapper: "h-full",
|
|
3564
3564
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
3565
3565
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
3566
3566
|
input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-foreground-500",
|
package/dist/components/input.js
CHANGED
|
@@ -138,7 +138,7 @@ var input = tv({
|
|
|
138
138
|
slots: {
|
|
139
139
|
base: "group flex flex-col",
|
|
140
140
|
label: "block text-small font-medium text-foreground-600",
|
|
141
|
-
mainWrapper: "",
|
|
141
|
+
mainWrapper: "h-full",
|
|
142
142
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
143
143
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
144
144
|
input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-foreground-500",
|
package/dist/index.js
CHANGED
|
@@ -3592,7 +3592,7 @@ var input = tv({
|
|
|
3592
3592
|
slots: {
|
|
3593
3593
|
base: "group flex flex-col",
|
|
3594
3594
|
label: "block text-small font-medium text-foreground-600",
|
|
3595
|
-
mainWrapper: "",
|
|
3595
|
+
mainWrapper: "h-full",
|
|
3596
3596
|
inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
|
|
3597
3597
|
innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
|
|
3598
3598
|
input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-foreground-500",
|
package/dist/index.mjs
CHANGED