@micromag/element-text-input 0.3.679 → 0.3.683
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.js +3 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -101,7 +101,9 @@ var TextInput = function TextInput(_ref) {
|
|
|
101
101
|
required: required,
|
|
102
102
|
disabled: disabled
|
|
103
103
|
});
|
|
104
|
-
|
|
104
|
+
|
|
105
|
+
// console.log('elementStyle', elementStyle);
|
|
106
|
+
|
|
105
107
|
var element = multiline ? /*#__PURE__*/React.createElement("textarea", Object.assign({}, elementProps, {
|
|
106
108
|
tabIndex: focusable ? '0' : '-1'
|
|
107
109
|
})) : /*#__PURE__*/React.createElement("input", Object.assign({}, elementProps, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-text-input",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.683",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"access": "public",
|
|
69
69
|
"registry": "https://registry.npmjs.org/"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "758c665c2a62aba2e46bde9d80903232bfefd6dd"
|
|
72
72
|
}
|