element-internals-polyfill
Advanced tools
Comparing version 0.1.36 to 0.1.37
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.37](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.1.36...v0.1.37) (2021-05-27) | ||
### Bug Fixes | ||
* add states to interface ([f800756](https://github.com/calebdwilliams/element-internals-polyfill/commit/f800756a84de16d3dae08b291bee917642e04598)) | ||
### [0.1.36](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.1.35...v0.1.36) (2021-05-23) | ||
@@ -7,0 +14,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { CustomStateSet } from "./CustomStateSet"; | ||
import { ElementInternals } from "./element-internals"; | ||
@@ -48,2 +49,3 @@ export interface IAom { | ||
shadowRoot: ShadowRoot; | ||
states: CustomStateSet; | ||
validationMessage: string; | ||
@@ -50,0 +52,0 @@ validity: globalThis.ValidityState; |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.1.36", | ||
"version": "0.1.37", | ||
"description": "A polyfill for the element internals specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
62434
862