@dreamworld/dw-checkbox
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -13,3 +13,3 @@ /** | ||
import { LitElement } from '@dreamworld/pwa-helpers/lit-element.js'; | ||
import '@material/mwc-checkbox'; | ||
import './dw-checkbox-base.js'; | ||
import '@dreamworld/dw-form/dw-form-field'; | ||
@@ -100,3 +100,3 @@ import { DwFormElement } from '@dreamworld/dw-form/dw-form-element'; | ||
<mwc-checkbox | ||
<dw-checkbox-base | ||
?disabled="${this.disabled}" | ||
@@ -107,3 +107,3 @@ ?checked="${this.checked}" | ||
@click="${(e) => { setTimeout(() => { e.target.blur(); }, 1)}}"> | ||
</mwc-checkbox> | ||
</dw-checkbox-base> | ||
@@ -110,0 +110,0 @@ </dw-form-field> |
{ | ||
"name": "@dreamworld/dw-checkbox", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dw-checkbox.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
13201
9
258