Socket
Socket
Sign inDemoInstall

@superlogica/button

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superlogica/button - npm Package Compare versions

Comparing version 0.0.14 to 0.0.16

4

package.json
{
"name": "@superlogica/button",
"version": "0.0.14",
"version": "0.0.16",
"description": "Button - DSweb Superlogica",

@@ -16,3 +16,3 @@ "main": "src/Index.js",

"license": "MIT",
"gitHead": "b805e0abd882803f76c37db967451197f9858637"
"gitHead": "663970b85db48a23d8dbb9bba165d3aac7ad3719"
}

@@ -33,3 +33,3 @@ import styled from 'styled-components';

const hexa = props.theme.color[color];
const rgb = setRgb(hexa);
const rgb = setRgb(hexa);

@@ -127,3 +127,3 @@ let makingMagic = `

${props => props.theme.margin[props.marginRight] ? props.theme.margin[props.marginRight] : props.theme.margin.none }
${props => props.theme.margin[props.marginBottom] ? props.theme.margin[props.marginBottom] : props.theme.margin.md }
${props => props.theme.margin[props.marginBottom] ? props.theme.margin[props.marginBottom] : props.theme.margin.none }
${props => props.theme.margin[props.marginLeft] ? props.theme.margin[props.marginLeft] : props.theme.margin.none };

@@ -130,0 +130,0 @@ &:disabled {

@@ -91,3 +91,3 @@ "use strict";

}, function (props) {
return props.theme.margin[props.marginBottom] ? props.theme.margin[props.marginBottom] : props.theme.margin.md;
return props.theme.margin[props.marginBottom] ? props.theme.margin[props.marginBottom] : props.theme.margin.none;
}, function (props) {

@@ -94,0 +94,0 @@ return props.theme.margin[props.marginLeft] ? props.theme.margin[props.marginLeft] : props.theme.margin.none;

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