@material-ui/system
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -35,3 +35,3 @@ import responsivePropType from './responsivePropType'; | ||
} else if (Array.isArray(themeMapping)) { | ||
value = themeMapping[propValueFinal]; | ||
value = themeMapping[propValueFinal] || propValueFinal; | ||
} else { | ||
@@ -38,0 +38,0 @@ value = getPath(themeMapping, propValueFinal) || propValueFinal; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.5.0 | ||
/** @license Material-UI v4.5.1 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -37,3 +37,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
} else if (Array.isArray(themeMapping)) { | ||
value = themeMapping[propValueFinal]; | ||
value = themeMapping[propValueFinal] || propValueFinal; | ||
} else { | ||
@@ -40,0 +40,0 @@ value = getPath(themeMapping, propValueFinal) || propValueFinal; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.5.0 | ||
/** @license Material-UI v4.5.1 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/system", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "Material-UI Team", |
@@ -48,3 +48,3 @@ "use strict"; | ||
} else if (Array.isArray(themeMapping)) { | ||
value = themeMapping[propValueFinal]; | ||
value = themeMapping[propValueFinal] || propValueFinal; | ||
} else { | ||
@@ -51,0 +51,0 @@ value = getPath(themeMapping, propValueFinal) || propValueFinal; |
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
552642