react-rating-tooltip
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "react-rating-tooltip", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "React Star Rating/Review Component with tooltip support", | ||
@@ -5,0 +5,0 @@ "main": "./lib/Rating.js", |
@@ -153,2 +153,3 @@ # React-Rating-Tooltip | ||
clearRating: PropTypes.bool, | ||
disabled: PropTypes.bool, | ||
textPosition: PropTypes.oneOf(['left', 'right']), | ||
@@ -180,2 +181,3 @@ tooltipContent: PropTypes.array, | ||
clearRating: true, | ||
disabled: false, | ||
defaultRating: 0, | ||
@@ -182,0 +184,0 @@ styleConfig: { |
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
30208
218