@glomex/glomex-dialog
Advanced tools
Comparing version 1.15.3 to 1.15.4
@@ -208,3 +208,3 @@ import { RotataToFullscreen } from './rotate-to-fullscreen.js'; | ||
if (element.getAttribute('mode') !== 'lightbox') return; | ||
const mobileLandscapeSelector = `(max-device-width: ${PHONE_MAX_WIDTH}px) and (hover: none) and (pointer: coarse) and (orientation: landscape)`; | ||
const mobileLandscapeSelector = `(max-device-width: ${PHONE_MAX_WIDTH}px) and (pointer: coarse) and (orientation: landscape)`; | ||
if (window.matchMedia(mobileLandscapeSelector).matches) { | ||
@@ -415,3 +415,3 @@ // allow scrolling in mobile landscape | ||
@media (hover: none) and (max-device-width: ${PHONE_MAX_WIDTH}px) and (pointer: coarse) and (orientation: landscape) { | ||
@media (max-device-width: ${PHONE_MAX_WIDTH}px) and (pointer: coarse) and (orientation: landscape) { | ||
:host([mode=lightbox]) .dialog-content { | ||
@@ -418,0 +418,0 @@ animation-name: none; |
{ | ||
"name": "@glomex/glomex-dialog", | ||
"version": "1.15.3", | ||
"version": "1.15.4", | ||
"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
119692