@spectrum-web-components/reactive-controllers
Advanced tools
Comparing version 0.36.0 to 0.37.0
{ | ||
"name": "@spectrum-web-components/reactive-controllers", | ||
"version": "0.36.0", | ||
"version": "0.37.0", | ||
"publishConfig": { | ||
@@ -82,3 +82,3 @@ "access": "public" | ||
], | ||
"gitHead": "a532ff8a410abeefb54d9638a2316ae82570566e" | ||
"gitHead": "d771f62f0d8063070af43283bb0fd5e3400bad06" | ||
} |
@@ -6,7 +6,7 @@ "use strict"; | ||
import { MatchMediaController } from "@spectrum-web-components/reactive-controllers/src/MatchMedia.js"; | ||
class TestEl extends LitElement { | ||
} | ||
customElements.define("test-match-media-el", TestEl); | ||
describe("Match Media", () => { | ||
it("responds to media changes", async () => { | ||
class TestEl extends LitElement { | ||
} | ||
customElements.define("test-match-media-el", TestEl); | ||
const el = await fixture( | ||
@@ -13,0 +13,0 @@ html` |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
179427