@signalplus/params-about 0.1.52 → 0.1.53

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/lib/es/index.js +3 -3
  2. package/package.json +1 -1
package/lib/es/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Bundle of @signalplus/params-about
3
- * Generated: 2022-04-29
4
- * Version: 0.1.52
3
+ * Generated: 2022-05-05
4
+ * Version: 0.1.53
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -721,7 +721,7 @@ var TextArray = /*#__PURE__*/function (_PureComponent) {
721
721
  key: i
722
722
  }, /*#__PURE__*/React.createElement("input", {
723
723
  type: "text",
724
- placeholder: "Phone",
724
+ placeholder: "",
725
725
  value: it,
726
726
  onChange: _this2.onChange.bind(null, i),
727
727
  onBlur: _this2.props.onBlur,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",