Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "carrossel", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "An agnostic framework carousel very easy to implement", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,4 +14,2 @@ let carouselElements | ||
if (carouselContainer.clientWidth > getTotalWidthOfItems()) return | ||
carouselContainer.style = ` | ||
@@ -23,2 +21,4 @@ display:flex; | ||
if (carouselContainer.clientWidth > getTotalWidthOfItems()) return | ||
updateButtons() | ||
@@ -25,0 +25,0 @@ arrowLeftElement.addEventListener('click', scrollToLeft) |
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