@panneau/field-display 3.0.271 → 3.0.273

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 +2 -1
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -9,7 +9,8 @@ var styles = {};
9
9
 
10
10
  var _excluded = ["value", "display", "className"];
11
11
  var propTypes = {
12
- value: PropTypes.bool,
12
+ // eslint-disable-next-line react/forbid-prop-types
13
+ value: PropTypes.any,
13
14
  display: PropTypes.string,
14
15
  className: PropTypes.string
15
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-display",
3
- "version": "3.0.271",
3
+ "version": "3.0.273",
4
4
  "description": "A field rendering a display",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,13 +51,13 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@babel/runtime": "^7.12.5",
54
- "@panneau/core": "^3.0.271",
55
- "@panneau/themes": "^3.0.271",
54
+ "@panneau/core": "^3.0.273",
55
+ "@panneau/themes": "^3.0.273",
56
56
  "classnames": "^2.5.1",
57
57
  "prop-types": "^15.7.2"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "017c943c9f29e78d1bb46c46108e9182bb9d9c80"
62
+ "gitHead": "e8214479c56e646a55dc227fd01335a98ff34856"
63
63
  }