@dreamworld/dw-form
Advanced tools
Comparing version 4.1.0 to 4.1.1-add-type-module.1
@@ -82,2 +82,2 @@ import { css, html, LitElement } from '@dreamworld/pwa-helpers/lit.js'; | ||
window.customElements.define('dw-composite-form-element-demo', DwCompositeFormElementDemo); | ||
customElements.define('dw-composite-form-element-demo', DwCompositeFormElementDemo); |
@@ -92,2 +92,2 @@ import { html, css, LitElement} from '@dreamworld/pwa-helpers/lit.js'; | ||
window.customElements.define('dw-form-demo', DwFormDemo); | ||
customElements.define('dw-form-demo', DwFormDemo); |
@@ -61,2 +61,2 @@ import { html, css, LitElement } from '@dreamworld/pwa-helpers/lit.js'; | ||
window.customElements.define('dw-form-field-demo', DwFormFieldDemo); | ||
customElements.define('dw-form-field-demo', DwFormFieldDemo); |
@@ -199,2 +199,2 @@ import { css, html, LitElement } from '@dreamworld/pwa-helpers/lit.js'; | ||
window.customElements.define('dw-composite-form-element', DwCompositeFormElement); | ||
customElements.define('dw-composite-form-element', DwCompositeFormElement); |
@@ -140,2 +140,2 @@ import { LitElement, html, css, unsafeCSS } from "@dreamworld/pwa-helpers/lit.js"; | ||
window.customElements.define("dw-form-field", DwFormField); | ||
customElements.define("dw-form-field", DwFormField); |
@@ -139,2 +139,2 @@ import { html, css, LitElement } from '@dreamworld/pwa-helpers/lit.js'; | ||
window.customElements.define('dw-form', DwForm); | ||
customElements.define('dw-form', DwForm); |
{ | ||
"name": "@dreamworld/dw-form", | ||
"version": "4.1.0", | ||
"version": "4.1.1-add-type-module.1", | ||
"description": "", | ||
"main": "dw-form.js", | ||
"type": "module", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Yes
27710
2