@material/mwc-checkbox
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
import { FormElement, Foundation, Adapter, HTMLElementWithRipple } from '@material/mwc-base/form-element'; | ||
import { FormElement, Foundation, Adapter, HTMLElementWithRipple } from '@material/mwc-base/form-element.js'; | ||
declare global { | ||
@@ -20,0 +20,0 @@ interface HTMLElementTagNameMap { |
@@ -23,6 +23,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
*/ | ||
import { html, FormElement, customElement, property, query } from '@material/mwc-base/form-element'; | ||
import { style } from './mwc-checkbox-css'; | ||
import { ripple } from '@material/mwc-ripple/ripple-directive'; | ||
import MDCCheckboxFoundation from '@material/checkbox/foundation'; | ||
import { html, FormElement, customElement, property, query } from '@material/mwc-base/form-element.js'; | ||
import { style } from './mwc-checkbox-css.js'; | ||
import { ripple } from '@material/mwc-ripple/ripple-directive.js'; | ||
import MDCCheckboxFoundation from '@material/checkbox/foundation.js'; | ||
let Checkbox = class Checkbox extends FormElement { | ||
@@ -29,0 +29,0 @@ constructor() { |
{ | ||
"name": "@material/mwc-checkbox", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -17,5 +17,5 @@ "main": "mwc-checkbox.js", | ||
"@material/checkbox": "^0.40.0", | ||
"@material/mwc-base": "^0.3.0", | ||
"@material/mwc-ripple": "^0.3.0", | ||
"@polymer/lit-element": "^0.6.1" | ||
"@material/mwc-base": "^0.3.1", | ||
"@material/mwc-ripple": "^0.3.1", | ||
"@polymer/lit-element": "^0.6.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
@@ -17,6 +17,6 @@ /** | ||
*/ | ||
import {html, FormElement, customElement, property, query, Foundation, Adapter, HTMLElementWithRipple} from '@material/mwc-base/form-element'; | ||
import {style} from './mwc-checkbox-css'; | ||
import {ripple} from '@material/mwc-ripple/ripple-directive'; | ||
import MDCCheckboxFoundation from '@material/checkbox/foundation'; | ||
import {html, FormElement, customElement, property, query, Foundation, Adapter, HTMLElementWithRipple} from '@material/mwc-base/form-element.js'; | ||
import {style} from './mwc-checkbox-css.js'; | ||
import {ripple} from '@material/mwc-ripple/ripple-directive.js'; | ||
import MDCCheckboxFoundation from '@material/checkbox/foundation.js'; | ||
@@ -23,0 +23,0 @@ declare global { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58033
0
Updated@material/mwc-base@^0.3.1
Updated@material/mwc-ripple@^0.3.1
Updated@polymer/lit-element@^0.6.2