basicprimitivesreact
Advanced tools
Comparing version 5.7.0 to 5.7.1
@@ -32,3 +32,3 @@ "use strict"; | ||
selectItems: _propTypes["default"].bool, | ||
label: _propTypes["default"].string, | ||
label: _propTypes["default"].any, | ||
size: _propTypes["default"].shape({ | ||
@@ -35,0 +35,0 @@ width: _propTypes["default"].number.isRequired, |
@@ -18,3 +18,3 @@ "use strict"; | ||
toItems: _propTypes["default"].arrayOf(_propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string])).isRequired, | ||
title: _propTypes["default"].string, | ||
title: _propTypes["default"].any, | ||
itemTitleColor: _propTypes["default"].string, | ||
@@ -21,0 +21,0 @@ templateName: _propTypes["default"].string |
@@ -32,3 +32,3 @@ "use strict"; | ||
selectItems: _propTypes["default"].bool, | ||
label: _propTypes["default"].string, | ||
label: _propTypes["default"].any, | ||
labelSize: _propTypes["default"].shape({ | ||
@@ -35,0 +35,0 @@ width: _propTypes["default"].number.isRequired, |
@@ -66,2 +66,5 @@ "use strict"; | ||
checked: data.isSelected, | ||
onChange: function onChange() { | ||
return null; | ||
}, | ||
"data-id": data.id | ||
@@ -68,0 +71,0 @@ }), _react["default"].createElement("span", { |
{ | ||
"name": "basicprimitivesreact", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"main": "dist/index.js", | ||
@@ -108,2 +108,2 @@ "module": "dist/index.js", | ||
] | ||
} | ||
} |
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
237721
2559