@material-ui/styles
Advanced tools
Comparing version 5.0.0-alpha.18 to 5.0.0-alpha.19
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.18 | ||
/** @license Material-UI v5.0.0-alpha.19 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.18 | ||
/** @license Material-UI v5.0.0-alpha.19 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -24,6 +24,6 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; | ||
var variant = props.variant, | ||
rest = _objectWithoutProperties(props, ["variant"]); | ||
other = _objectWithoutProperties(props, ["variant"]); | ||
var classKey = variant || ''; | ||
Object.keys(rest).sort().forEach(function (key) { | ||
Object.keys(other).sort().forEach(function (key) { | ||
if (key === 'color') { | ||
@@ -30,0 +30,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]); |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.18 | ||
/** @license Material-UI v5.0.0-alpha.19 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -26,6 +26,6 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
} = props, | ||
rest = _objectWithoutPropertiesLoose(props, ["variant"]); | ||
other = _objectWithoutPropertiesLoose(props, ["variant"]); | ||
let classKey = variant || ''; | ||
Object.keys(rest).sort().forEach(key => { | ||
Object.keys(other).sort().forEach(key => { | ||
if (key === 'color') { | ||
@@ -32,0 +32,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]); |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.18 | ||
/** @license Material-UI v5.0.0-alpha.19 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -38,5 +38,5 @@ "use strict"; | ||
} = props, | ||
rest = (0, _objectWithoutPropertiesLoose2.default)(props, ["variant"]); | ||
other = (0, _objectWithoutPropertiesLoose2.default)(props, ["variant"]); | ||
let classKey = variant || ''; | ||
Object.keys(rest).sort().forEach(key => { | ||
Object.keys(other).sort().forEach(key => { | ||
if (key === 'color') { | ||
@@ -43,0 +43,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]); |
{ | ||
"name": "@material-ui/styles", | ||
"version": "5.0.0-alpha.18", | ||
"version": "5.0.0-alpha.19", | ||
"private": false, | ||
@@ -41,4 +41,4 @@ "author": "Material-UI Team", | ||
"@emotion/hash": "^0.8.0", | ||
"@material-ui/types": "^5.1.0", | ||
"@material-ui/utils": "^5.0.0-alpha.18", | ||
"@material-ui/types": "5.1.1", | ||
"@material-ui/utils": "5.0.0-alpha.19", | ||
"clsx": "^1.0.4", | ||
@@ -45,0 +45,0 @@ "csstype": "^3.0.2", |
@@ -26,6 +26,6 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
} = props, | ||
rest = _objectWithoutPropertiesLoose(props, ["variant"]); | ||
other = _objectWithoutPropertiesLoose(props, ["variant"]); | ||
let classKey = variant || ''; | ||
Object.keys(rest).sort().forEach(key => { | ||
Object.keys(other).sort().forEach(key => { | ||
if (key === 'color') { | ||
@@ -32,0 +32,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]); |
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
901073
+ Added@material-ui/types@5.1.1(transitive)
+ Added@material-ui/utils@5.0.0-alpha.19(transitive)
- Removed@material-ui/types@5.1.8(transitive)
- Removed@material-ui/utils@5.0.0-beta.5(transitive)
Updated@material-ui/types@5.1.1