@vaadin/media-query-mixin
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -55,3 +55,3 @@ import { property } from 'lit-element'; | ||
const queries = MediaQuery._mediaQueries; | ||
Object.keys(queries).forEach(prop => { | ||
Object.keys(queries).forEach((prop) => { | ||
const { query } = queries[prop]; | ||
@@ -72,3 +72,3 @@ const handler = () => { | ||
const queries = MediaQuery._mediaQueries; | ||
Object.keys(queries).forEach(prop => { | ||
Object.keys(queries).forEach((prop) => { | ||
const { query } = queries[prop]; | ||
@@ -75,0 +75,0 @@ const handler = this._boundQueries[prop]; |
{ | ||
"name": "@vaadin/media-query-mixin", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Vaadin Ltd", | ||
@@ -24,3 +24,3 @@ "license": "Apache-2.0", | ||
"@open-wc/testing-helpers": "^1.2.1", | ||
"@vaadin/test-helpers": "^0.1.4" | ||
"@vaadin/test-helpers": "^0.1.5" | ||
}, | ||
@@ -30,3 +30,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "938c4c73427a160ec1fba1a625352de50faf92b8" | ||
"gitHead": "c83bb8903ef1a84e011035b3ba30a99dfbc98e7f" | ||
} |
@@ -8,3 +8,2 @@ # @vaadin/media-query-mixin | ||
class MyElement extends MediaQueryMixin(LitElement) { | ||
@mediaProperty({ media: '(max-width: 420px)' }) | ||
@@ -11,0 +10,0 @@ fullscreen: boolean | null | undefined; |
Sorry, the diff of this file is not supported yet
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
11521
24