@mekari/pixel-checkbox
Advanced tools
Comparing version 0.1.10 to 0.2.0
@@ -172,2 +172,6 @@ 'use strict'; | ||
this.$emit('change', !this.isChecked, e); | ||
}, | ||
handleClick(e) { | ||
this.$emit('click', e); | ||
} | ||
@@ -215,3 +219,4 @@ | ||
on: { | ||
change: this.handleChange | ||
change: this.handleChange, | ||
click: this.handleClick | ||
} | ||
@@ -227,3 +232,3 @@ }), h(pixelControlBox.MpControlBox, { | ||
size: 'xs', | ||
color: 'currentColor' | ||
color: 'white' | ||
}, | ||
@@ -230,0 +235,0 @@ attrs: { |
@@ -172,2 +172,6 @@ 'use strict'; | ||
this.$emit('change', !this.isChecked, e); | ||
}, | ||
handleClick(e) { | ||
this.$emit('click', e); | ||
} | ||
@@ -215,3 +219,4 @@ | ||
on: { | ||
change: this.handleChange | ||
change: this.handleChange, | ||
click: this.handleClick | ||
} | ||
@@ -227,3 +232,3 @@ }), h(pixelControlBox.MpControlBox, { | ||
size: 'xs', | ||
color: 'currentColor' | ||
color: 'white' | ||
}, | ||
@@ -230,0 +235,0 @@ attrs: { |
@@ -168,2 +168,6 @@ import { MpBox } from '@mekari/pixel-box'; | ||
this.$emit('change', !this.isChecked, e); | ||
}, | ||
handleClick(e) { | ||
this.$emit('click', e); | ||
} | ||
@@ -211,3 +215,4 @@ | ||
on: { | ||
change: this.handleChange | ||
change: this.handleChange, | ||
click: this.handleClick | ||
} | ||
@@ -223,3 +228,3 @@ }), h(MpControlBox, { | ||
size: 'xs', | ||
color: 'currentColor' | ||
color: 'white' | ||
}, | ||
@@ -226,0 +231,0 @@ attrs: { |
{ | ||
"name": "@mekari/pixel-checkbox", | ||
"version": "0.1.10", | ||
"version": "0.2.0", | ||
"description": "Mekari Pixel | Checkbox component", | ||
@@ -29,3 +29,3 @@ "homepage": "https://mekari.design/", | ||
"@mekari/pixel-control-box": "^0.0.9", | ||
"@mekari/pixel-icon": "^0.8.2", | ||
"@mekari/pixel-icon": "^0.8.8", | ||
"@mekari/pixel-utils": "^0.2.0", | ||
@@ -32,0 +32,0 @@ "@mekari/pixel-visually-hidden": "^0.0.8" |
@@ -54,4 +54,6 @@ import { MpBox } from '@mekari/pixel-box' | ||
if (this.getFormControls.isReadOnly) return false | ||
this.$emit('change', !this.isChecked, e) | ||
}, | ||
handleClick(e) { | ||
this.$emit('click', e) | ||
} | ||
@@ -105,3 +107,4 @@ }, | ||
on: { | ||
change: this.handleChange | ||
change: this.handleChange, | ||
click: this.handleClick | ||
} | ||
@@ -122,3 +125,3 @@ }), | ||
size: 'xs', | ||
color: 'currentColor' | ||
color: 'white' | ||
}, | ||
@@ -125,0 +128,0 @@ attrs: { |
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
43700
1464
Updated@mekari/pixel-icon@^0.8.8