jobiqo-cl
Advanced tools
Comparing version 0.1.32 to 0.1.33
@@ -59,3 +59,3 @@ 'use strict'; | ||
BoxStyled, | ||
null, | ||
{ padding: padding }, | ||
label && _react2.default.createElement( | ||
@@ -62,0 +62,0 @@ BoxTitle, |
@@ -44,2 +44,23 @@ 'use strict'; | ||
); | ||
})); | ||
var _ref2 = _react2.default.createElement( | ||
'div', | ||
null, | ||
_react2.default.createElement( | ||
_2.default, | ||
{ padding: '0' }, | ||
_react2.default.createElement( | ||
'p', | ||
null, | ||
'I am the text of the box, anything inside the box will be rendered and new components can also be added inside.' | ||
) | ||
) | ||
); | ||
stories.add('Box without padding', (0, _addonInfo.withInfo)({ | ||
propTables: [_.BoxComponent], // display propTable for Button component | ||
propTablesExclude: [_2.default, _styledComponents.ThemeProvider] // do not display propTable for HOC | ||
})(function () { | ||
return _ref2; | ||
})); |
@@ -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;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) { | ||
})(['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;width:100%;}.info{display:flex;margin-bottom:0.5rem;}.company,.location{margin-right:0.5rem;color:', ';}.occupation,.description{color:', ';}'], function (props) { | ||
return props.theme.color.gray0; | ||
@@ -23,0 +23,0 @@ }, function (props) { |
@@ -37,4 +37,4 @@ 'use strict'; | ||
return _react2.default.createElement( | ||
'div', | ||
null, | ||
'a', | ||
{ href: '#' }, | ||
_react2.default.createElement(_2.default, { | ||
@@ -41,0 +41,0 @@ image: (0, _addonKnobs.text)('Image', 'https://i.pinimg.com/236x/83/c7/70/83c770cee28d49b378dfd8d819b7ff82--communication-design-logo-design.jpg'), |
@@ -10,3 +10,4 @@ 'use strict'; | ||
heading: '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif', | ||
color: '#333' | ||
color: '#333', | ||
AchorTextDecoration: 'none' | ||
}; | ||
@@ -13,0 +14,0 @@ |
{ | ||
"name": "jobiqo-cl", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"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
80854
1612