nuka-carousel-qb
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -58,3 +58,3 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
onClick: this.handleClick | ||
}, "PREV"); | ||
}, this.props.preBtnText||"PREV"); | ||
} | ||
@@ -94,3 +94,3 @@ }]); | ||
onClick: this.handleClick | ||
}, "NEXT"); | ||
}, this.props.nextBtnText||"NEXT"); | ||
} | ||
@@ -97,0 +97,0 @@ }]); |
{ | ||
"name": "nuka-carousel-qb", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Pure React Carousel", | ||
@@ -5,0 +5,0 @@ "main": "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
147799