@glomex/glomex-dialog
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -418,3 +418,3 @@ const NON_VISIBLE_WIDTH = window.innerWidth < 720 ? 320 : 640; | ||
const adjustForMobileLandScapeModeInLightbox = () => { | ||
const adjustLightboxModeForLandscapeOnMobile = () => { | ||
if (this.getAttribute('mode') !== 'lightbox') return; | ||
@@ -432,3 +432,3 @@ const mobileLandscapeSelector = '(hover: none) and (pointer: coarse) and (orientation: landscape)'; | ||
const onResize = () => { | ||
adjustForMobileLandScapeModeInLightbox(); | ||
adjustLightboxModeForLandscapeOnMobile(); | ||
updateViewPortWidth(this); | ||
@@ -435,0 +435,0 @@ this.refreshDockDialog(); |
{ | ||
"name": "@glomex/glomex-dialog", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "A dialog web component that allows docking a video player or putting it in a lightbox", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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