react-interface
Advanced tools
Comparing version 0.8.21 to 0.8.22
@@ -9,3 +9,3 @@ var _templateObject = _taggedTemplateLiteralLoose(['\n border-top: 1px solid ', ';\n ', ';\n'], ['\n border-top: 1px solid ', ';\n ', ';\n']); | ||
var MenuDivider = styled.div(_templateObject, function (props) { | ||
return props.theme['menu.border.color']; | ||
return props.theme['menu.divider.border.color']; | ||
}, space); | ||
@@ -12,0 +12,0 @@ |
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 _templateObject = _taggedTemplateLiteralLoose(['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n ul {\n margin: 0;\n padding: 0;\n }\n'], ['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n ul {\n margin: 0;\n padding: 0;\n }\n']); | ||
var _templateObject = _taggedTemplateLiteralLoose(['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n'], ['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n']); | ||
@@ -5,0 +5,0 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; } |
@@ -39,2 +39,3 @@ 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; }; | ||
'menu.border.color': colors.background6, | ||
'menu.divider.border.color': colors.background6, | ||
'menu.item.hover.background': colors.primary1, | ||
@@ -41,0 +42,0 @@ 'menu.item.hover.color': colors.primary, |
@@ -18,3 +18,3 @@ 'use strict'; | ||
var MenuDivider = _styledComponents2.default.div(_templateObject, function (props) { | ||
return props.theme['menu.border.color']; | ||
return props.theme['menu.divider.border.color']; | ||
}, _styledSystem.space); | ||
@@ -21,0 +21,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var _templateObject = _taggedTemplateLiteralLoose(['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n ul {\n margin: 0;\n padding: 0;\n }\n'], ['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n ul {\n margin: 0;\n padding: 0;\n }\n']); | ||
var _templateObject = _taggedTemplateLiteralLoose(['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n'], ['\n font-family: ', ';\n background: ', ';\n color: ', ';\n box-sizing: border-box;\n a { text-decoration: none }\n']); | ||
@@ -10,0 +10,0 @@ var _react = require('react'); |
@@ -56,2 +56,3 @@ 'use strict'; | ||
'menu.border.color': colors.background6, | ||
'menu.divider.border.color': colors.background6, | ||
'menu.item.hover.background': colors.primary1, | ||
@@ -58,0 +59,0 @@ 'menu.item.hover.color': colors.primary, |
{ | ||
"name": "react-interface", | ||
"version": "0.8.21", | ||
"version": "0.8.22", | ||
"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
124317