@material-ui/system
Advanced tools
Comparing version 4.9.14 to 4.11.2
@@ -84,3 +84,3 @@ "use strict"; | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)((0, _extends2.default)({}, styleFunction.propTypes), {}, { | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)({}, styleFunction.propTypes, { | ||
xs: _propTypes.default.object, | ||
@@ -87,0 +87,0 @@ sm: _propTypes.default.object, |
@@ -33,5 +33,5 @@ "use strict"; | ||
if (props.css) { | ||
return (0, _extends2.default)((0, _extends2.default)({}, (0, _merge.default)(output, styleFunction((0, _extends2.default)({ | ||
return (0, _extends2.default)({}, (0, _merge.default)(output, styleFunction((0, _extends2.default)({ | ||
theme: props.theme | ||
}, props.css)))), omit(props.css, [styleFunction.filterProps])); | ||
}, props.css))), omit(props.css, [styleFunction.filterProps])); | ||
} | ||
@@ -42,3 +42,3 @@ | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)((0, _extends2.default)({}, styleFunction.propTypes), {}, { | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)({}, styleFunction.propTypes, { | ||
css: _propTypes.default.object | ||
@@ -45,0 +45,0 @@ }) : {}; |
@@ -63,3 +63,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, { | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, { | ||
xs: PropTypes.object, | ||
@@ -66,0 +66,0 @@ sm: PropTypes.object, |
@@ -20,5 +20,5 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
if (props.css) { | ||
return _extends(_extends({}, merge(output, styleFunction(_extends({ | ||
return _extends({}, merge(output, styleFunction(_extends({ | ||
theme: props.theme | ||
}, props.css)))), omit(props.css, [styleFunction.filterProps])); | ||
}, props.css))), omit(props.css, [styleFunction.filterProps])); | ||
} | ||
@@ -29,3 +29,3 @@ | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, { | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, { | ||
css: PropTypes.object | ||
@@ -32,0 +32,0 @@ }) : {}; |
@@ -68,3 +68,3 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, { | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, { | ||
xs: PropTypes.object, | ||
@@ -71,0 +71,0 @@ sm: PropTypes.object, |
@@ -21,5 +21,5 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; | ||
if (props.css) { | ||
return _extends(_extends({}, merge(output, styleFunction(_extends({ | ||
return _extends({}, merge(output, styleFunction(_extends({ | ||
theme: props.theme | ||
}, props.css)))), omit(props.css, [styleFunction.filterProps])); | ||
}, props.css))), omit(props.css, [styleFunction.filterProps])); | ||
} | ||
@@ -30,3 +30,3 @@ | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, { | ||
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, { | ||
css: PropTypes.object | ||
@@ -33,0 +33,0 @@ }) : {}; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.9.14 | ||
/** @license Material-UI v4.11.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.9.14 | ||
/** @license Material-UI v4.11.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/system", | ||
"version": "4.9.14", | ||
"version": "4.11.2", | ||
"private": false, | ||
@@ -30,5 +30,5 @@ "author": "Material-UI Team", | ||
"peerDependencies": { | ||
"@types/react": "^16.8.6", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
"@types/react": "^16.8.6 || ^17.0.0", | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "peerDependenciesMeta": { | ||
"@babel/runtime": "^7.4.4", | ||
"@material-ui/utils": "^4.9.6", | ||
"@material-ui/utils": "^4.11.2", | ||
"csstype": "^2.5.2", | ||
@@ -45,0 +45,0 @@ "prop-types": "^15.7.2" |
Sorry, the diff of this file is too big to display
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
656093
+ Added@types/react@17.0.83(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removed@types/react@16.14.62(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)
Updated@material-ui/utils@^4.11.2