Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mekari/pixel-checkbox

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel-checkbox - npm Package Compare versions

Comparing version 0.1.10 to 0.2.0

9

dist/mekari-pixel-checkbox.cjs.dev.js

@@ -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: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc