@nextui-org/theme 0.0.0-dev-v2-20230728201112 → 0.0.0-dev-v2-20230729132654
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-LIHSRRTN.mjs → chunk-Z6QW3RI5.mjs} +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.mjs +1 -1
- package/dist/components/input.js +2 -0
- package/dist/components/input.mjs +1 -1
- package/dist/index.js +2 -0
- package/dist/index.mjs +3 -3
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-PW52XQD7.mjs → chunk-QVN4YZ7L.mjs} +3 -3
|
@@ -16,6 +16,8 @@ var input = tv({
|
|
|
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",
|
|
18
18
|
clearButton: [
|
|
19
|
+
"p-2",
|
|
20
|
+
"-m-2",
|
|
19
21
|
"z-10",
|
|
20
22
|
"hidden",
|
|
21
23
|
"absolute",
|
package/dist/components/index.js
CHANGED
|
@@ -3565,6 +3565,8 @@ var input = tv({
|
|
|
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",
|
|
3567
3567
|
clearButton: [
|
|
3568
|
+
"p-2",
|
|
3569
|
+
"-m-2",
|
|
3568
3570
|
"z-10",
|
|
3569
3571
|
"hidden",
|
|
3570
3572
|
"absolute",
|
package/dist/components/input.js
CHANGED
|
@@ -143,6 +143,8 @@ var input = tv({
|
|
|
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",
|
|
145
145
|
clearButton: [
|
|
146
|
+
"p-2",
|
|
147
|
+
"-m-2",
|
|
146
148
|
"z-10",
|
|
147
149
|
"hidden",
|
|
148
150
|
"absolute",
|
package/dist/index.js
CHANGED
|
@@ -3597,6 +3597,8 @@ var input = tv({
|
|
|
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",
|
|
3599
3599
|
clearButton: [
|
|
3600
|
+
"p-2",
|
|
3601
|
+
"-m-2",
|
|
3600
3602
|
"z-10",
|
|
3601
3603
|
"hidden",
|
|
3602
3604
|
"absolute",
|
package/dist/index.mjs
CHANGED
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
} from "./chunk-TIMHSW45.mjs";
|
|
30
30
|
import {
|
|
31
31
|
input
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-Z6QW3RI5.mjs";
|
|
33
33
|
import {
|
|
34
34
|
kbd
|
|
35
35
|
} from "./chunk-XY766PDD.mjs";
|
|
@@ -108,12 +108,12 @@ import {
|
|
|
108
108
|
} from "./chunk-6AEINX52.mjs";
|
|
109
109
|
import {
|
|
110
110
|
nextui
|
|
111
|
-
} from "./chunk-
|
|
112
|
-
import "./chunk-NW5W5ANO.mjs";
|
|
111
|
+
} from "./chunk-QVN4YZ7L.mjs";
|
|
113
112
|
import "./chunk-DYIIRM5B.mjs";
|
|
114
113
|
import "./chunk-DI2L75XK.mjs";
|
|
115
114
|
import "./chunk-4Z22WXZX.mjs";
|
|
116
115
|
import "./chunk-KPK2JQIF.mjs";
|
|
116
|
+
import "./chunk-NW5W5ANO.mjs";
|
|
117
117
|
import {
|
|
118
118
|
absoluteFullClasses,
|
|
119
119
|
baseStyles,
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-NW5W5ANO.mjs";
|
|
3
|
+
} from "./chunk-QVN4YZ7L.mjs";
|
|
5
4
|
import "./chunk-DYIIRM5B.mjs";
|
|
6
5
|
import "./chunk-DI2L75XK.mjs";
|
|
7
6
|
import "./chunk-4Z22WXZX.mjs";
|
|
8
7
|
import "./chunk-KPK2JQIF.mjs";
|
|
8
|
+
import "./chunk-NW5W5ANO.mjs";
|
|
9
9
|
import "./chunk-T7JNS25F.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-DYIIRM5B.mjs";
|
|
1
4
|
import {
|
|
2
5
|
createSpacingUnits,
|
|
3
6
|
generateSpacingScale,
|
|
4
7
|
isBaseTheme
|
|
5
8
|
} from "./chunk-NW5W5ANO.mjs";
|
|
6
|
-
import {
|
|
7
|
-
utilities
|
|
8
|
-
} from "./chunk-DYIIRM5B.mjs";
|
|
9
9
|
import {
|
|
10
10
|
baseStyles
|
|
11
11
|
} from "./chunk-T7JNS25F.mjs";
|