@panneau/field-text 0.6.73 → 0.6.74

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/TextField.js CHANGED
@@ -57,7 +57,7 @@ var propTypes = {
57
57
  // eslint-disable-line
58
58
  ckeditorCustomConfig: PropTypes.string,
59
59
  ckeditorBasePath: PropTypes.string,
60
- itemIndex: PropTypes.number
60
+ itemIndex: PropTypes.string
61
61
  };
62
62
  var defaultProps = {
63
63
  type: 'text',
package/lib/TextField.js CHANGED
@@ -87,7 +87,7 @@ var propTypes = {
87
87
  // eslint-disable-line
88
88
  ckeditorCustomConfig: _propTypes["default"].string,
89
89
  ckeditorBasePath: _propTypes["default"].string,
90
- itemIndex: _propTypes["default"].number
90
+ itemIndex: _propTypes["default"].string
91
91
  };
92
92
  var defaultProps = {
93
93
  type: 'text',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-text",
3
- "version": "0.6.73",
3
+ "version": "0.6.74",
4
4
  "description": "Text field for Panneau",
5
5
  "keywords": [
6
6
  "react",
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@panneau/core": "^0.6.73",
52
- "@panneau/field": "^0.6.73",
53
- "@panneau/field-locale": "^0.6.73",
52
+ "@panneau/field": "^0.6.74",
53
+ "@panneau/field-locale": "^0.6.74",
54
54
  "ckeditor": "^4.7.3",
55
55
  "classnames": "^2.2.5",
56
56
  "lodash": "^4.17.4",
@@ -64,5 +64,5 @@
64
64
  "react": ">=15.0.0 || ^16.0.0",
65
65
  "react-dom": ">=15.0.0 || ^16.0.0"
66
66
  },
67
- "gitHead": "9563b8edb8b5fc1802609fa1a429cc5b4338d8fa"
67
+ "gitHead": "9bc3e471a61e368d7bf15c7360d666e88c93762f"
68
68
  }