jobiqo-cl
Advanced tools
Comparing version 0.1.31 to 0.1.32
@@ -21,3 +21,3 @@ 'use strict'; | ||
})(['padding:', ';margin-top:', ';background:', ';border:', ' ', ' ', ';border-radius:', ';'], function (props) { | ||
return props.theme.box.padding; | ||
return props.padding ? props.padding : props.theme.box.padding; | ||
}, function (props) { | ||
@@ -55,3 +55,4 @@ return props.theme.box.marginTop; | ||
var children = _ref.children, | ||
label = _ref.label; | ||
label = _ref.label, | ||
padding = _ref.padding; | ||
@@ -58,0 +59,0 @@ return _react2.default.createElement( |
@@ -20,3 +20,3 @@ 'use strict'; | ||
displayName: 'teaser__StyledJobTeaserWrapper' | ||
})(['padding:1.5rem;border:1px solid ', ';display:flex;&:hover{background:', ';}.image{margin-right:1rem;img{max-width:8rem;border-radius:4px;}}.title{color:', ';font-weight:600;}.info{display:flex;margin-bottom:0.5rem;}.company,.location{margin-right:0.5rem;color:', '}.occupation,.description{color:', '}'], function (props) { | ||
})(['padding:1.5rem;border:1px solid ', ';display:flex;&:hover{background:', ';}.image{margin-right:1rem;img{max-width:8rem;border-radius:4px;}}.title{color:', ';font-weight:600;text-decoration:none;}.info{display:flex;margin-bottom:0.5rem;}.company,.location{margin-right:0.5rem;color:', ';text-decoration:none;}.occupation,.description{color:', ';text-decoration:none;}'], function (props) { | ||
return props.theme.color.gray0; | ||
@@ -23,0 +23,0 @@ }, function (props) { |
{ | ||
"name": "jobiqo-cl", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
80203
1592