@dreamworld/device-info
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -9,7 +9,7 @@ import EventEmitter from "@dreamworld/event-emitter"; | ||
const mediaQueriesBylayout = { | ||
small: "only screen and (max-width: 600px)", | ||
medium: "only screen and (min-width: 600px) and (max-width: 999px)", | ||
large: "only screen and (min-width: 1000px) and (max-width: 1299px)", | ||
hd: "only screen and (min-width: 1300px) and (max-width: 1899px)", | ||
fullhd: "only screen and (min-width: 1900px)", | ||
small: "only screen and (max-width: 576px)", | ||
medium: "only screen and (min-width: 577px) and (max-width: 768px)", | ||
large: "only screen and (min-width: 769px) and (max-width: 1024px)", | ||
hd: "only screen and (min-width: 1025px) and (max-width: 1400px)", | ||
fullhd: "only screen and (min-width: 1401px)", | ||
}; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@dreamworld/device-info", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "It's used to get basic details of device(layout, touch and virtual keyboard).", | ||
@@ -5,0 +5,0 @@ "main": "device-info.js", |
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
18526