@spectrum-web-components/checkbox
Advanced tools
Comparing version
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -40,7 +40,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spectrum-web-components/icon": "^0.1.2", | ||
"@spectrum-web-components/icons": "^0.1.2", | ||
"@spectrum-web-components/shared": "^0.1.2" | ||
"@spectrum-web-components/icon": "^0.1.3", | ||
"@spectrum-web-components/icons": "^0.1.3", | ||
"@spectrum-web-components/shared": "^0.1.3" | ||
}, | ||
"gitHead": "3d7176f688fee7746b52556ecba4df15c2342948" | ||
"gitHead": "5112887821c1408c1c4121949a4f91743c98ff6a" | ||
} |
@@ -18,6 +18,6 @@ /* | ||
@property({ type: Boolean, reflect: true }) | ||
public checked: boolean = false; | ||
public checked = false; | ||
@property({ type: Boolean, reflect: true }) | ||
public quiet: boolean = false; | ||
public quiet = false; | ||
@@ -24,0 +24,0 @@ @query('#input') |
@@ -21,6 +21,6 @@ /* | ||
@property({ type: Boolean, reflect: true }) | ||
public indeterminate: boolean = false; | ||
public indeterminate = false; | ||
@property({ type: Boolean, reflect: true }) | ||
public invalid: boolean = false; | ||
public invalid = false; | ||
@@ -27,0 +27,0 @@ public static get styles(): CSSResultArray { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95734
0.31%27
3.85%