@infotech/uikit-core
Advanced tools
Comparing version 1.1.0-beta.3 to 1.1.0-beta.4
@@ -23,3 +23,3 @@ "use strict"; | ||
var styles = { | ||
"List": "uikit_b9784657_internal_core__List_66b0c562" | ||
"List": "uikit_1b03bab0_internal_core__List_66b0c562" | ||
}; // @related-file ./styles.css | ||
@@ -26,0 +26,0 @@ |
@@ -29,3 +29,3 @@ "use strict"; | ||
var fullWidthStyles = { | ||
"fullWidth": "uikit_b9784657_internal_core__fullWidth_88374fbd" | ||
"fullWidth": "uikit_1b03bab0_internal_core__fullWidth_88374fbd" | ||
}; // @related-file ./index.css | ||
@@ -32,0 +32,0 @@ |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _omit = _interopRequireDefault(require("lodash/fp/omit")); | ||
var _omit = _interopRequireDefault(require("lodash/omit")); | ||
@@ -17,4 +17,2 @@ var _proxyPropStatics = _interopRequireDefault(require("./proxy-prop-statics")); | ||
var _wrapDisplayName = _interopRequireDefault(require("./wrap-display-name")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -26,3 +24,5 @@ | ||
var enhance = function enhance(excludeProps) { | ||
return (0, _recompose.compose)((0, _wrapDisplayName.default)("omitProps"), proxyStatics(omitProps(excludeProps))); | ||
return (0, _recompose.mapProps)(function (props) { | ||
return (0, _omit.default)(props, excludeProps); | ||
}); | ||
}; | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "@infotech/uikit-core", | ||
"version": "1.1.0-beta.3", | ||
"version": "1.1.0-beta.4", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.5.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1594
93602