@ecl/ec-component-gallery
Advanced tools
Comparing version 2.38.0 to 2.39.0
@@ -136,5 +136,4 @@ import createFocusTrap from 'focus-trap'; | ||
this.handleKeyPressOnItem = this.handleKeyPressOnItem.bind(this); | ||
this.handleClickOnPreviousButton = this.handleClickOnPreviousButton.bind( | ||
this | ||
); | ||
this.handleClickOnPreviousButton = | ||
this.handleClickOnPreviousButton.bind(this); | ||
this.handleClickOnNextButton = this.handleClickOnNextButton.bind(this); | ||
@@ -528,3 +527,3 @@ this.handleKeyboard = this.handleKeyboard.bind(this); | ||
// Stop video | ||
const video = queryOne('video', this.selectedItem); | ||
const video = queryOne('video', this.overlayMedia); | ||
if (video) video.pause(); | ||
@@ -531,0 +530,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.1", | ||
"version": "2.38.0", | ||
"version": "2.39.0", | ||
"description": "ECL Gallery", | ||
@@ -13,8 +13,8 @@ "main": "ec-component-gallery.js", | ||
"dependencies": { | ||
"@ecl/ec-base": "^2.38.0", | ||
"@ecl/ec-base": "^2.39.0", | ||
"focus-trap": "5.1.0" | ||
}, | ||
"devDependencies": { | ||
"@ecl/ec-specs-gallery": "^2.38.0", | ||
"@ecl/ec-utility-disablescroll": "^2.38.0" | ||
"@ecl/ec-specs-gallery": "^2.39.0", | ||
"@ecl/ec-utility-disablescroll": "^2.39.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "cb4a2736953904bb0ff40db911999a63c2dd179c" | ||
"gitHead": "017f28ea6c3706b36bd1f7b8ab24c4d90da62886" | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
42917
570
Updated@ecl/ec-base@^2.39.0