@yamada-ui/number-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.
@@ -505,7 +505,7 @@ var NumberInputAddon = forwardRef(
505
505
  insetEnd: "0px",
506
506
  margin: "1px",
507
507
  height: "calc(100% - 2px)",
508
- zIndex: 1,
508
+ zIndex: "yamcha",
509
509
  ...styles.addon
510
510
  };
511
511
  return /* @__PURE__ */ jsx(
package/dist/index.js CHANGED
@@ -507,7 +507,7 @@ var NumberInputAddon = (0, import_core.forwardRef)(
507
507
  insetEnd: "0px",
508
508
  margin: "1px",
509
509
  height: "calc(100% - 2px)",
510
- zIndex: 1,
510
+ zIndex: "yamcha",
511
511
  ...styles.addon
512
512
  };
513
513
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  NumberInput,
4
4
  useNumberInput
5
- } from "./chunk-MKZU3TH2.mjs";
5
+ } from "./chunk-RFBCX25F.mjs";
6
6
  export {
7
7
  NumberInput,
8
8
  useNumberInput
@@ -505,7 +505,7 @@ var NumberInputAddon = (0, import_core.forwardRef)(
505
505
  insetEnd: "0px",
506
506
  margin: "1px",
507
507
  height: "calc(100% - 2px)",
508
- zIndex: 1,
508
+ zIndex: "yamcha",
509
509
  ...styles.addon
510
510
  };
511
511
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  NumberInput,
4
4
  useNumberInput
5
- } from "./chunk-MKZU3TH2.mjs";
5
+ } from "./chunk-RFBCX25F.mjs";
6
6
  export {
7
7
  NumberInput,
8
8
  useNumberInput
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/number-input",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "Yamada UI number input component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,10 +35,10 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.9.4",
38
+ "@yamada-ui/core": "0.10.0",
39
39
  "@yamada-ui/utils": "0.2.1",
40
- "@yamada-ui/form-control": "0.3.5",
41
- "@yamada-ui/icon": "0.3.4",
40
+ "@yamada-ui/form-control": "0.3.7",
41
+ "@yamada-ui/icon": "0.3.5",
42
42
  "@yamada-ui/use-counter": "0.3.1",
43
43
  "@yamada-ui/use-interval": "0.2.1",
44
44
  "@yamada-ui/use-event-listener": "0.2.1"