@panneau/field-text 4.0.4 → 4.0.6
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 +0 -1
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -132,7 +132,6 @@ function InputField(_ref) {
|
|
|
132
132
|
}) : null]
|
|
133
133
|
});
|
|
134
134
|
}
|
|
135
|
-
// React.forwardRef((props, ref) => <InputField inputRef={ref} {...props} />);
|
|
136
135
|
|
|
137
136
|
function EmailField(props) {
|
|
138
137
|
return /*#__PURE__*/jsx(InputField, _objectSpread(_objectSpread({}, props), {}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-text",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "A text field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.12.5",
|
|
62
|
-
"@panneau/core": "^4.0.
|
|
63
|
-
"@panneau/field-input-group": "^4.0.
|
|
64
|
-
"@panneau/themes": "^4.0.
|
|
62
|
+
"@panneau/core": "^4.0.6",
|
|
63
|
+
"@panneau/field-input-group": "^4.0.6",
|
|
64
|
+
"@panneau/themes": "^4.0.6",
|
|
65
65
|
"classnames": "^2.5.1",
|
|
66
66
|
"lodash-es": "^4.17.21",
|
|
67
67
|
"prop-types": "^15.7.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "bd99a563382eeec6e02a9aca4f3b0ea38ce5efe1"
|
|
74
74
|
}
|