nuka-carousel
Advanced tools
Comparing version 5.0.14 to 5.0.15
@@ -31,2 +31,3 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } | ||
transform: "".concat(animation === 'zoom' ? "scale(".concat(isCurrentSlide ? 1 : zoomScale || 0.85, ")") : 'initial'), | ||
touchAction: 'none', | ||
opacity: animation === 'fade' ? visibleSlideOpacity : 1 | ||
@@ -33,0 +34,0 @@ }; |
@@ -45,2 +45,3 @@ "use strict"; | ||
transform: "".concat(animation === 'zoom' ? "scale(".concat(isCurrentSlide ? 1 : zoomScale || 0.85, ")") : 'initial'), | ||
touchAction: 'none', | ||
opacity: animation === 'fade' ? visibleSlideOpacity : 1 | ||
@@ -47,0 +48,0 @@ }; |
{ | ||
"name": "nuka-carousel", | ||
"version": "5.0.14", | ||
"version": "5.0.15", | ||
"description": "Pure React Carousel", | ||
@@ -27,8 +27,8 @@ "main": "index.js", | ||
"@babel/preset-react": "^7.10.4", | ||
"@storybook/addon-actions": "^6.4.18", | ||
"@storybook/addon-essentials": "^6.4.18", | ||
"@storybook/addon-links": "^6.4.18", | ||
"@storybook/builder-webpack5": "^6.4.18", | ||
"@storybook/manager-webpack5": "^6.4.18", | ||
"@storybook/react": "^6.4.18", | ||
"@storybook/addon-actions": "^6.4.22", | ||
"@storybook/addon-essentials": "^6.4.22", | ||
"@storybook/addon-links": "^6.4.22", | ||
"@storybook/builder-webpack5": "^6.4.22", | ||
"@storybook/manager-webpack5": "^6.4.22", | ||
"@storybook/react": "^6.4.22", | ||
"@types/d3-ease": "^3.0.0", | ||
@@ -35,0 +35,0 @@ "@types/exenv": "^1.2.0", |
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
133368
2713