@yamada-ui/number-input 0.3.20 → 0.3.21

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.
@@ -27,12 +27,7 @@ import {
27
27
  useSafeLayoutEffect,
28
28
  useUpdateEffect
29
29
  } from "@yamada-ui/utils";
30
- import {
31
- useCallback,
32
- useEffect,
33
- useRef,
34
- useState
35
- } from "react";
30
+ import { useCallback, useEffect, useRef, useState } from "react";
36
31
  import { jsx, jsxs } from "react/jsx-runtime";
37
32
  var isDefaultValidCharacter = (character) => /^[Ee0-9+\-.]$/.test(character);
38
33
  var isValidNumericKeyboardEvent = ({ key, ctrlKey, altKey, metaKey }, isValid) => {
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  NumberInput,
4
4
  useNumberInput
5
- } from "./chunk-NDEQKLFJ.mjs";
5
+ } from "./chunk-B2SD6CK2.mjs";
6
6
  export {
7
7
  NumberInput,
8
8
  useNumberInput
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  NumberInput,
4
4
  useNumberInput
5
- } from "./chunk-NDEQKLFJ.mjs";
5
+ } from "./chunk-B2SD6CK2.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.20",
3
+ "version": "0.3.21",
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.12.6",
38
+ "@yamada-ui/core": "0.12.7",
39
39
  "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/form-control": "0.3.19",
41
- "@yamada-ui/icon": "0.3.16",
40
+ "@yamada-ui/form-control": "0.3.20",
41
+ "@yamada-ui/icon": "0.3.17",
42
42
  "@yamada-ui/use-counter": "0.3.5",
43
43
  "@yamada-ui/use-interval": "0.2.5",
44
44
  "@yamada-ui/use-event-listener": "0.2.5"