@yamada-ui/number-input 1.1.15-dev-20240928084451 → 1.1.15
Sign up to get free protection for your applications and to get access to all the features.
package/dist/number-input.d.mts
CHANGED
@@ -83,7 +83,7 @@ declare const useNumberInput: (props?: UseNumberInputProps) => {
|
|
83
83
|
"aria-readonly": boolean | undefined;
|
84
84
|
"aria-required": boolean | undefined;
|
85
85
|
"aria-invalid": boolean | undefined;
|
86
|
-
"data-readonly": boolean | "
|
86
|
+
"data-readonly": boolean | "true" | "false";
|
87
87
|
onFocus: (event: react.FocusEvent<HTMLInputElement, Element>) => void;
|
88
88
|
onBlur: (event: react.FocusEvent<HTMLInputElement, Element>) => void;
|
89
89
|
};
|
package/dist/number-input.d.ts
CHANGED
@@ -83,7 +83,7 @@ declare const useNumberInput: (props?: UseNumberInputProps) => {
|
|
83
83
|
"aria-readonly": boolean | undefined;
|
84
84
|
"aria-required": boolean | undefined;
|
85
85
|
"aria-invalid": boolean | undefined;
|
86
|
-
"data-readonly": boolean | "
|
86
|
+
"data-readonly": boolean | "true" | "false";
|
87
87
|
onFocus: (event: react.FocusEvent<HTMLInputElement, Element>) => void;
|
88
88
|
onBlur: (event: react.FocusEvent<HTMLInputElement, Element>) => void;
|
89
89
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/number-input",
|
3
|
-
"version": "1.1.15
|
3
|
+
"version": "1.1.15",
|
4
4
|
"description": "Yamada UI number input component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -36,13 +36,13 @@
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@yamada-ui/core": "1.15.1
|
40
|
-
"@yamada-ui/form-control": "2.1.3
|
41
|
-
"@yamada-ui/icon": "1.1.7
|
42
|
-
"@yamada-ui/use-counter": "1.0.22
|
43
|
-
"@yamada-ui/use-event-listener": "1.0.21
|
44
|
-
"@yamada-ui/use-interval": "1.0.21
|
45
|
-
"@yamada-ui/utils": "1.5.2
|
39
|
+
"@yamada-ui/core": "1.15.1",
|
40
|
+
"@yamada-ui/form-control": "2.1.3",
|
41
|
+
"@yamada-ui/icon": "1.1.7",
|
42
|
+
"@yamada-ui/use-counter": "1.0.22",
|
43
|
+
"@yamada-ui/use-event-listener": "1.0.21",
|
44
|
+
"@yamada-ui/use-interval": "1.0.21",
|
45
|
+
"@yamada-ui/utils": "1.5.2"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"clean-package": "2.2.0",
|