@material-ui/system
Advanced tools
Comparing version 5.0.0-alpha.27 to 5.0.0-alpha.28
@@ -58,3 +58,4 @@ "use strict"; | ||
if (Object.keys(themeBreakpoints.values || values).indexOf(breakpoint) !== -1) { | ||
acc[themeBreakpoints.up(breakpoint)] = styleFromPropValue(propValue[breakpoint]); | ||
const mediaKey = themeBreakpoints.up(breakpoint); | ||
acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint); | ||
} else { | ||
@@ -61,0 +62,0 @@ const cssKey = breakpoint; |
@@ -40,3 +40,4 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
if (Object.keys(themeBreakpoints.values || values).indexOf(breakpoint) !== -1) { | ||
acc[themeBreakpoints.up(breakpoint)] = styleFromPropValue(propValue[breakpoint]); | ||
const mediaKey = themeBreakpoints.up(breakpoint); | ||
acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint); | ||
} else { | ||
@@ -43,0 +44,0 @@ const cssKey = breakpoint; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.27 | ||
/** @license Material-UI v5.0.0-alpha.28 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -45,3 +45,5 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; | ||
if (Object.keys(_themeBreakpoints.values || values).indexOf(breakpoint) !== -1) { | ||
acc[_themeBreakpoints.up(breakpoint)] = styleFromPropValue(propValue[breakpoint]); | ||
var mediaKey = _themeBreakpoints.up(breakpoint); | ||
acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint); | ||
} else { | ||
@@ -48,0 +50,0 @@ var cssKey = breakpoint; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.27 | ||
/** @license Material-UI v5.0.0-alpha.28 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -40,3 +40,4 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
if (Object.keys(themeBreakpoints.values || values).indexOf(breakpoint) !== -1) { | ||
acc[themeBreakpoints.up(breakpoint)] = styleFromPropValue(propValue[breakpoint]); | ||
const mediaKey = themeBreakpoints.up(breakpoint); | ||
acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint); | ||
} else { | ||
@@ -43,0 +44,0 @@ const cssKey = breakpoint; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.27 | ||
/** @license Material-UI v5.0.0-alpha.28 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/system", | ||
"version": "5.0.0-alpha.27", | ||
"version": "5.0.0-alpha.28", | ||
"private": false, | ||
@@ -30,4 +30,4 @@ "author": "Material-UI Team", | ||
"@types/react": "^16.8.6 || ^17.0.0", | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "peerDependenciesMeta": { | ||
"@babel/runtime": "^7.4.4", | ||
"@material-ui/utils": "5.0.0-alpha.27", | ||
"@material-ui/utils": "5.0.0-alpha.28", | ||
"csstype": "^3.0.2", | ||
@@ -44,0 +44,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
889039
4422
+ Added@material-ui/utils@5.0.0-alpha.28(transitive)
- Removed@material-ui/utils@5.0.0-alpha.27(transitive)