Socket
Socket
Sign inDemoInstall

@mekari/pixel-button-icon

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel-button-icon - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/mekari-pixel-button-icon.cjs.dev.js

@@ -15,3 +15,3 @@ 'use strict';

return {
bg: 'white',
bg: 'transparent',
color: 'gray.600',

@@ -124,3 +124,3 @@ rounded: isRound ? 'full' : 'sm',

...context.data.attrs,
'data-chakra-component': 'MpButtonIcon'
'data-pixel-component': 'MpButtonIcon'
},

@@ -127,0 +127,0 @@ on: nonNative,

@@ -15,3 +15,3 @@ 'use strict';

return {
bg: 'white',
bg: 'transparent',
color: 'gray.600',

@@ -124,3 +124,3 @@ rounded: isRound ? 'full' : 'sm',

...context.data.attrs,
'data-chakra-component': 'MpButtonIcon'
'data-pixel-component': 'MpButtonIcon'
},

@@ -127,0 +127,0 @@ on: nonNative,

@@ -11,3 +11,3 @@ import { extractListeners } from '@mekari/pixel-utils';

return {
bg: 'white',
bg: 'transparent',
color: 'gray.600',

@@ -120,3 +120,3 @@ rounded: isRound ? 'full' : 'sm',

...context.data.attrs,
'data-chakra-component': 'MpButtonIcon'
'data-pixel-component': 'MpButtonIcon'
},

@@ -123,0 +123,0 @@ on: nonNative,

{
"name": "@mekari/pixel-button-icon",
"description": "Mekari Pixel | Displays a single less important action a user can take component",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://mekari.design/",

@@ -27,5 +27,5 @@ "repository": {

"dependencies": {
"@mekari/pixel-button": "^0.0.10",
"@mekari/pixel-icon": "^0.0.8",
"@mekari/pixel-utils": "^0.0.6"
"@mekari/pixel-button": "^0.0.11",
"@mekari/pixel-icon": "^0.0.9",
"@mekari/pixel-utils": "^0.1.0"
},

@@ -32,0 +32,0 @@ "devDependencies": {

@@ -60,3 +60,3 @@ /**

...context.data.attrs,
'data-chakra-component': 'MpButtonIcon'
'data-pixel-component': 'MpButtonIcon'
},

@@ -63,0 +63,0 @@ on: nonNative,

const baseProps = ({ size, isRound }) => {
return {
bg: 'white',
bg: 'transparent',
color: 'gray.600',

@@ -5,0 +5,0 @@ rounded: isRound ? 'full' : 'sm',

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