@panneau/field-text 4.0.4 → 4.0.5

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.
Files changed (2) hide show
  1. package/es/index.js +0 -1
  2. 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.4",
3
+ "version": "4.0.5",
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.4",
63
- "@panneau/field-input-group": "^4.0.4",
64
- "@panneau/themes": "^4.0.4",
62
+ "@panneau/core": "^4.0.5",
63
+ "@panneau/field-input-group": "^4.0.5",
64
+ "@panneau/themes": "^4.0.5",
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": "e854451a718c6bc7dcde2b804c9913d8ac0297ff"
73
+ "gitHead": "ac8b065e8c7ada1d176d15eff1c0fa53599ad31f"
74
74
  }