@yamada-ui/input 0.3.5 → 0.3.7
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-O6FRWZ7V.mjs → chunk-IO64GJPQ.mjs} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/input-addon.js +1 -1
- package/dist/input-addon.mjs +1 -1
- package/dist/input-element.js +1 -1
- package/dist/input-element.mjs +1 -1
- package/dist/input-group.js +1 -1
- package/dist/input-group.mjs +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -186,7 +186,7 @@ var InputElement = (0, import_core4.forwardRef)(
|
|
|
186
186
|
position: "absolute",
|
|
187
187
|
top: "0",
|
|
188
188
|
[placement === "left" ? "insetStart" : "insetEnd"]: "0",
|
|
189
|
-
zIndex:
|
|
189
|
+
zIndex: "kurillin",
|
|
190
190
|
display: "flex",
|
|
191
191
|
alignItems: "center",
|
|
192
192
|
justifyContent: "center",
|
package/dist/index.mjs
CHANGED
package/dist/input-addon.js
CHANGED
package/dist/input-addon.mjs
CHANGED
package/dist/input-element.js
CHANGED
|
@@ -184,7 +184,7 @@ var InputElement = (0, import_core4.forwardRef)(
|
|
|
184
184
|
position: "absolute",
|
|
185
185
|
top: "0",
|
|
186
186
|
[placement === "left" ? "insetStart" : "insetEnd"]: "0",
|
|
187
|
-
zIndex:
|
|
187
|
+
zIndex: "kurillin",
|
|
188
188
|
display: "flex",
|
|
189
189
|
alignItems: "center",
|
|
190
190
|
justifyContent: "center",
|
package/dist/input-element.mjs
CHANGED
package/dist/input-group.js
CHANGED
|
@@ -131,7 +131,7 @@ var InputElement = (0, import_core3.forwardRef)(
|
|
|
131
131
|
position: "absolute",
|
|
132
132
|
top: "0",
|
|
133
133
|
[placement === "left" ? "insetStart" : "insetEnd"]: "0",
|
|
134
|
-
zIndex:
|
|
134
|
+
zIndex: "kurillin",
|
|
135
135
|
display: "flex",
|
|
136
136
|
alignItems: "center",
|
|
137
137
|
justifyContent: "center",
|
package/dist/input-group.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/input",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "Yamada UI input component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
38
|
+
"@yamada-ui/core": "0.10.0",
|
|
39
39
|
"@yamada-ui/utils": "0.2.1",
|
|
40
|
-
"@yamada-ui/file-input": "0.3.
|
|
41
|
-
"@yamada-ui/form-control": "0.3.
|
|
42
|
-
"@yamada-ui/use-token": "0.2.
|
|
40
|
+
"@yamada-ui/file-input": "0.3.7",
|
|
41
|
+
"@yamada-ui/form-control": "0.3.7",
|
|
42
|
+
"@yamada-ui/use-token": "0.2.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"react": "^18.0.0",
|