@lrnwebcomponents/a11y-gif-player
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -38,3 +38,3 @@ /** | ||
class A11yGifPlayer extends I18NMixin( | ||
IntersectionObserverMixin(SchemaBehaviors(LitElement)) | ||
IntersectionObserverMixin(SchemaBehaviors(LitElement)), | ||
) { | ||
@@ -332,3 +332,3 @@ constructor() { | ||
}, | ||
{ signal: this.windowControllers.signal } | ||
{ signal: this.windowControllers.signal }, | ||
); | ||
@@ -340,3 +340,3 @@ window.addEventListener( | ||
}, | ||
{ signal: this.windowControllers.signal } | ||
{ signal: this.windowControllers.signal }, | ||
); | ||
@@ -343,0 +343,0 @@ } |
@@ -20,4 +20,4 @@ import { html } from "lit-html"; | ||
import.meta.url, | ||
utils.makeElementFromHaxDemo(A11yGifPlayer) | ||
utils.makeElementFromHaxDemo(A11yGifPlayer), | ||
); | ||
}; |
@@ -80,3 +80,3 @@ { | ||
"saveOptions": { | ||
"unsetAttributes": ["element-visible", "t"] | ||
"unsetAttributes": ["__playing", "__gif-loaded", "element-visible", "t"] | ||
}, | ||
@@ -83,0 +83,0 @@ "demoSchema": [ |
@@ -15,3 +15,3 @@ { | ||
}, | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Play gifs in an accessible way by having the user click to play their animation", | ||
@@ -32,27 +32,28 @@ "repository": { | ||
"lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs", | ||
"test:watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium firefox --watch", | ||
"test": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium firefox" | ||
"test:watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium --watch", | ||
"test": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium" | ||
}, | ||
"author": { | ||
"name": "btopro" | ||
"name": "haxtheweb", | ||
"url": "https://hax.psu.edu/" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@lrnwebcomponents/a11y-details": "^8.0.0", | ||
"@lrnwebcomponents/intersection-element": "^8.0.0", | ||
"@lrnwebcomponents/micro-frontend-registry": "^8.0.0", | ||
"@lrnwebcomponents/schema-behaviors": "^8.0.0", | ||
"@lrnwebcomponents/simple-tooltip": "^8.0.0", | ||
"lit": "^3.1.0" | ||
"@lrnwebcomponents/a11y-details": "^8.0.1", | ||
"@lrnwebcomponents/intersection-element": "^8.0.1", | ||
"@lrnwebcomponents/micro-frontend-registry": "^8.0.1", | ||
"@lrnwebcomponents/schema-behaviors": "^8.0.1", | ||
"@lrnwebcomponents/simple-tooltip": "^8.0.1", | ||
"lit": "^3.1.2" | ||
}, | ||
"devDependencies": { | ||
"@lrnwebcomponents/deduping-fix": "^8.0.0", | ||
"@lrnwebcomponents/simple-img": "^8.0.0", | ||
"@lrnwebcomponents/storybook-utilities": "^8.0.0", | ||
"@open-wc/testing": "3.2.0", | ||
"@lrnwebcomponents/deduping-fix": "^8.0.1", | ||
"@lrnwebcomponents/simple-img": "^8.0.1", | ||
"@lrnwebcomponents/storybook-utilities": "^8.0.1", | ||
"@open-wc/testing": "4.0.0", | ||
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
"@polymer/iron-demo-helpers": "3.1.0", | ||
"@web/dev-server": "0.3.1", | ||
"@web/dev-server": "0.4.2", | ||
"@webcomponents/webcomponentsjs": "^2.8.0", | ||
"concurrently": "8.2.0", | ||
"concurrently": "8.2.2", | ||
"wct-browser-legacy": "1.0.2" | ||
@@ -69,3 +70,3 @@ }, | ||
], | ||
"gitHead": "2791492ff7ab40c7d4c827c4b305e33c0a971230" | ||
"gitHead": "246242dfc335bb0f3baa59f801241be9d3b69180" | ||
} |
@@ -38,3 +38,3 @@ /** | ||
class A11yGifPlayer extends I18NMixin( | ||
IntersectionObserverMixin(SchemaBehaviors(LitElement)) | ||
IntersectionObserverMixin(SchemaBehaviors(LitElement)), | ||
) { | ||
@@ -332,3 +332,3 @@ constructor() { | ||
}, | ||
{ signal: this.windowControllers.signal } | ||
{ signal: this.windowControllers.signal }, | ||
); | ||
@@ -340,3 +340,3 @@ window.addEventListener( | ||
}, | ||
{ signal: this.windowControllers.signal } | ||
{ signal: this.windowControllers.signal }, | ||
); | ||
@@ -343,0 +343,0 @@ } |
@@ -19,3 +19,3 @@ import { fixture, expect, html } from "@open-wc/testing"; | ||
/> | ||
</a11y-gif-player>` | ||
</a11y-gif-player>`, | ||
); | ||
@@ -22,0 +22,0 @@ }); |
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
70029