Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material-ui/system

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/system - npm Package Compare versions

Comparing version 5.0.0-alpha.27 to 5.0.0-alpha.28

3

breakpoints.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc