@ecl/vanilla-component-carousel
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -278,3 +278,3 @@ import { queryOne, queryAll } from '@ecl/dom-utils'; | ||
e = e || window.event; | ||
e.preventDefault(); | ||
this.posInitial = this.slidesContainer.offsetLeft; | ||
@@ -295,2 +295,3 @@ | ||
if (e.type === 'touchmove') { | ||
e.preventDefault(); | ||
this.posX2 = this.posX1 - e.touches[0].clientX; | ||
@@ -297,0 +298,0 @@ this.posX1 = e.touches[0].clientX; |
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.2", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "ECL Carousel", | ||
@@ -16,6 +16,6 @@ "main": "carousel.js", | ||
"dependencies": { | ||
"@ecl/dom-utils": "3.4.1", | ||
"@ecl/theme-dev": "3.4.1", | ||
"@ecl/vanilla-component-page-banner": "3.4.1", | ||
"@ecl/vanilla-layout-grid": "3.4.1" | ||
"@ecl/dom-utils": "3.4.2", | ||
"@ecl/theme-dev": "3.4.2", | ||
"@ecl/vanilla-component-page-banner": "3.4.2", | ||
"@ecl/vanilla-layout-grid": "3.4.2" | ||
}, | ||
@@ -35,3 +35,3 @@ "repository": { | ||
], | ||
"gitHead": "8c0a729fd93002dd7e96cd3c590b18d20a24f7b3" | ||
"gitHead": "633670349d4b7fecf02aac766e4df436ed81ae75" | ||
} |
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
35266
+ Added@ecl/dom-utils@3.4.2(transitive)
+ Added@ecl/theme-dev@3.4.2(transitive)
+ Added@ecl/vanilla-component-page-banner@3.4.2(transitive)
+ Added@ecl/vanilla-layout-grid@3.4.2(transitive)
- Removed@ecl/dom-utils@3.4.1(transitive)
- Removed@ecl/theme-dev@3.4.1(transitive)
- Removed@ecl/vanilla-component-page-banner@3.4.1(transitive)
- Removed@ecl/vanilla-layout-grid@3.4.1(transitive)
Updated@ecl/dom-utils@3.4.2
Updated@ecl/theme-dev@3.4.2