@material-ui/system
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -35,3 +35,3 @@ "use strict"; | ||
theme: props.theme | ||
}, props.css))), omit(props.css, [styleFunction.filterProps])); | ||
}, props.css))), {}, omit(props.css, [styleFunction.filterProps])); | ||
} | ||
@@ -38,0 +38,0 @@ |
@@ -1,2 +0,2 @@ | ||
import _extends from "@babel/runtime/helpers/extends"; | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import warning from 'warning'; | ||
@@ -3,0 +3,0 @@ import PropTypes from 'prop-types'; |
@@ -1,2 +0,2 @@ | ||
import _extends from "@babel/runtime/helpers/extends"; | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import merge from './merge'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import _extends from "@babel/runtime/helpers/extends"; | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import PropTypes from 'prop-types'; | ||
@@ -22,3 +22,3 @@ import merge from './merge'; | ||
theme: props.theme | ||
}, props.css))), omit(props.css, [styleFunction.filterProps])); | ||
}, props.css))), {}, omit(props.css, [styleFunction.filterProps])); | ||
} | ||
@@ -25,0 +25,0 @@ |
@@ -1,4 +0,4 @@ | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
import _extends from "@babel/runtime/helpers/extends"; | ||
import _typeof from "@babel/runtime/helpers/typeof"; | ||
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
import warning from 'warning'; | ||
@@ -5,0 +5,0 @@ import PropTypes from 'prop-types'; |
@@ -1,2 +0,2 @@ | ||
import _extends from "@babel/runtime/helpers/extends"; | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import merge from './merge'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,3 +0,3 @@ | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
import _extends from "@babel/runtime/helpers/extends"; | ||
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import PropTypes from 'prop-types'; | ||
@@ -23,3 +23,3 @@ import merge from './merge'; | ||
theme: props.theme | ||
}, props.css))), omit(props.css, [styleFunction.filterProps])); | ||
}, props.css))), {}, omit(props.css, [styleFunction.filterProps])); | ||
} | ||
@@ -26,0 +26,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.3.1 | ||
/** @license Material-UI v4.3.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
import _slicedToArray from "@babel/runtime/helpers/slicedToArray"; | ||
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray"; | ||
import warning from 'warning'; | ||
@@ -3,0 +3,0 @@ import responsivePropType from './responsivePropType'; |
@@ -1,2 +0,2 @@ | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import responsivePropType from './responsivePropType'; | ||
@@ -3,0 +3,0 @@ import { handleBreakpoints } from './breakpoints'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.3.1 | ||
/** @license Material-UI v4.3.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/system", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"private": false, | ||
@@ -30,3 +30,3 @@ "author": "Material-UI Team", | ||
"dependencies": { | ||
"@babel/runtime": "^7.2.0", | ||
"@babel/runtime": "^7.4.4", | ||
"deepmerge": "^4.0.0", | ||
@@ -33,0 +33,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
527848
Updated@babel/runtime@^7.4.4