@yamada-ui/input 0.3.6 → 0.3.8

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.
@@ -98,7 +98,7 @@ var InputElement = forwardRef2(
98
98
  position: "absolute",
99
99
  top: "0",
100
100
  [placement === "left" ? "insetStart" : "insetEnd"]: "0",
101
- zIndex: 2,
101
+ zIndex: "kurillin",
102
102
  display: "flex",
103
103
  alignItems: "center",
104
104
  justifyContent: "center",
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: 2,
189
+ zIndex: "kurillin",
190
190
  display: "flex",
191
191
  alignItems: "center",
192
192
  justifyContent: "center",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  InputLeftElement,
6
6
  InputRightAddon,
7
7
  InputRightElement
8
- } from "./chunk-O6FRWZ7V.mjs";
8
+ } from "./chunk-IO64GJPQ.mjs";
9
9
  import {
10
10
  Input
11
11
  } from "./chunk-QRPS2NTM.mjs";
@@ -69,7 +69,7 @@ var InputElement = (0, import_core2.forwardRef)(
69
69
  position: "absolute",
70
70
  top: "0",
71
71
  [placement === "left" ? "insetStart" : "insetEnd"]: "0",
72
- zIndex: 2,
72
+ zIndex: "kurillin",
73
73
  display: "flex",
74
74
  alignItems: "center",
75
75
  justifyContent: "center",
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  InputLeftAddon,
4
4
  InputRightAddon
5
- } from "./chunk-O6FRWZ7V.mjs";
5
+ } from "./chunk-IO64GJPQ.mjs";
6
6
  import "./chunk-QRPS2NTM.mjs";
7
7
  export {
8
8
  InputLeftAddon,
@@ -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: 2,
187
+ zIndex: "kurillin",
188
188
  display: "flex",
189
189
  alignItems: "center",
190
190
  justifyContent: "center",
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  InputLeftElement,
4
4
  InputRightElement
5
- } from "./chunk-O6FRWZ7V.mjs";
5
+ } from "./chunk-IO64GJPQ.mjs";
6
6
  import "./chunk-QRPS2NTM.mjs";
7
7
  export {
8
8
  InputLeftElement,
@@ -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: 2,
134
+ zIndex: "kurillin",
135
135
  display: "flex",
136
136
  alignItems: "center",
137
137
  justifyContent: "center",
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  InputGroup,
4
4
  useInputGroup
5
- } from "./chunk-O6FRWZ7V.mjs";
5
+ } from "./chunk-IO64GJPQ.mjs";
6
6
  import "./chunk-QRPS2NTM.mjs";
7
7
  export {
8
8
  InputGroup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/input",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
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.9.4",
39
- "@yamada-ui/utils": "0.2.1",
40
- "@yamada-ui/file-input": "0.3.6",
41
- "@yamada-ui/form-control": "0.3.6",
42
- "@yamada-ui/use-token": "0.2.4"
38
+ "@yamada-ui/core": "0.11.0",
39
+ "@yamada-ui/utils": "0.3.0",
40
+ "@yamada-ui/file-input": "0.3.8",
41
+ "@yamada-ui/form-control": "0.3.8",
42
+ "@yamada-ui/use-token": "0.3.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "react": "^18.0.0",