react-multi-carousel
Advanced tools
Comparing version 1.3.16 to 1.3.17
@@ -43,3 +43,4 @@ "use strict"; | ||
if (shouldRemoveRightGutter) { | ||
return transform + paritialVisibilityGutter; | ||
var remainingWidth = state.containerWidth - (state.itemWidth - paritialVisibilityGutter) * slidesToShow; | ||
return transform + remainingWidth; | ||
} | ||
@@ -46,0 +47,0 @@ return transform; |
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.3.16", | ||
"version": "1.3.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # react-multi-carousel | ||
The technical details of this carousel can be found at [www.w3js.com -> react-multi-carousel](https://w3js.com/api/index.php/react-carousel-with-server-side-rendering-support-part-1z/). | ||
The technical details of this carousel can be found at [www.w3js.com -> react-multi-carousel](https://w3js.com/article/react-carousel-with-server-side-rendering-support-part-1z/881). | ||
@@ -8,0 +8,0 @@ [![npm version](https://badge.fury.io/js/react-multi-carousel.svg)](https://www.npmjs.com/package/react-multi-carousel) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
152688
1424