@micromag/element-text-input 0.4.100 → 0.4.109
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/es/index.d.ts +2 -2
- package/package.json +3 -3
package/es/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TextStyle, BoxStyle, Margin } from '@micromag/core';
|
|
3
3
|
|
|
4
4
|
interface TextInputProps {
|
|
@@ -20,6 +20,6 @@ interface TextInputProps {
|
|
|
20
20
|
focusable?: boolean;
|
|
21
21
|
className?: string | null;
|
|
22
22
|
}
|
|
23
|
-
declare function TextInput({ label, labelOutside, labelClassName, textStyle, placeholderTextStyle, buttonStyle, labelOutsideStyle, margin, multiline, value, onChange, onFocus, onBlur, required, disabled, focusable, className, }: TextInputProps):
|
|
23
|
+
declare function TextInput({ label, labelOutside, labelClassName, textStyle, placeholderTextStyle, buttonStyle, labelOutsideStyle, margin, multiline, value, onChange, onFocus, onBlur, required, disabled, focusable, className, }: TextInputProps): React.JSX.Element;
|
|
24
24
|
|
|
25
25
|
export { TextInput as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-text-input",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.109",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@babel/runtime": "^7.28.6",
|
|
61
|
-
"@micromag/core": "^0.4.
|
|
61
|
+
"@micromag/core": "^0.4.109",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"react-helmet": "^6.1.0"
|
|
64
64
|
},
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public",
|
|
75
75
|
"registry": "https://registry.npmjs.org/"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "0eb452de33304b91642b48c12088758a8f0573a5"
|
|
78
78
|
}
|