@superlogica/button
Advanced tools
Comparing version 0.0.14 to 0.0.16
{ | ||
"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; |
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
16636