react-interface
Advanced tools
Comparing version 0.8.6 to 0.8.7
@@ -28,3 +28,9 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var Box = styled.div(_templateObject2, props.theme["checkbox.background"] || props.theme.colors.primary, props.theme["checkbox.border.color"] || props.theme.colors.primary5, props.theme["checkbox.icon.color"] || props.theme.colors.primary1, function (props) { | ||
var Box = styled.div(_templateObject2, function (props) { | ||
return props.theme["checkbox.background"] || props.theme.colors.primary; | ||
}, function (props) { | ||
return props.theme["checkbox.border.color"] || props.theme.colors.primary5; | ||
}, function (props) { | ||
return props.theme["checkbox.icon.color"] || props.theme.colors.primary1; | ||
}, function (props) { | ||
return props.theme.sizes.dimensions[props.size]; | ||
@@ -31,0 +37,0 @@ }, function (props) { |
@@ -46,3 +46,9 @@ "use strict"; | ||
var Box = _styledComponents2.default.div(_templateObject2, props.theme["checkbox.background"] || props.theme.colors.primary, props.theme["checkbox.border.color"] || props.theme.colors.primary5, props.theme["checkbox.icon.color"] || props.theme.colors.primary1, function (props) { | ||
var Box = _styledComponents2.default.div(_templateObject2, function (props) { | ||
return props.theme["checkbox.background"] || props.theme.colors.primary; | ||
}, function (props) { | ||
return props.theme["checkbox.border.color"] || props.theme.colors.primary5; | ||
}, function (props) { | ||
return props.theme["checkbox.icon.color"] || props.theme.colors.primary1; | ||
}, function (props) { | ||
return props.theme.sizes.dimensions[props.size]; | ||
@@ -49,0 +55,0 @@ }, function (props) { |
{ | ||
"name": "react-interface", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"description": "react-interface React component", | ||
@@ -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
83536
1710