victory-pie
Advanced tools
Comparing version 36.0.0 to 36.0.1
@@ -133,3 +133,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
target: PropTypes.oneOf(["data", "labels", "parent"]), | ||
eventKey: PropTypes.oneOfType([PropTypes.func, CustomPropTypes.allOfType([CustomPropTypes.integer, CustomPropTypes.nonNegative]), PropTypes.string]), | ||
eventKey: PropTypes.oneOfType([PropTypes.array, PropTypes.func, CustomPropTypes.allOfType([CustomPropTypes.integer, CustomPropTypes.nonNegative]), PropTypes.string]), | ||
eventHandlers: PropTypes.object | ||
@@ -136,0 +136,0 @@ })), |
@@ -147,3 +147,3 @@ "use strict"; | ||
target: _propTypes.default.oneOf(["data", "labels", "parent"]), | ||
eventKey: _propTypes.default.oneOfType([_propTypes.default.func, _victoryCore.PropTypes.allOfType([_victoryCore.PropTypes.integer, _victoryCore.PropTypes.nonNegative]), _propTypes.default.string]), | ||
eventKey: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.func, _victoryCore.PropTypes.allOfType([_victoryCore.PropTypes.integer, _victoryCore.PropTypes.nonNegative]), _propTypes.default.string]), | ||
eventHandlers: _propTypes.default.object | ||
@@ -150,0 +150,0 @@ })), |
{ | ||
"name": "victory-pie", | ||
"version": "36.0.0", | ||
"version": "36.0.1", | ||
"description": "Pie Component for Victory", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "0f9e0825ddbae3287022cb4cd59c56f9993a4b77" | ||
"gitHead": "55e41dbfad9bdcff7e199717b459112962fffcb6" | ||
} |
@@ -109,2 +109,3 @@ /*eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1, 2] }]*/ | ||
eventKey: PropTypes.oneOfType([ | ||
PropTypes.array, | ||
PropTypes.func, | ||
@@ -111,0 +112,0 @@ CustomPropTypes.allOfType([ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1096544
20265