Socket
Socket
Sign inDemoInstall

@mui/system

Package Overview
Dependencies
Maintainers
10
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/system - npm Package Compare versions

Comparing version 6.0.0-beta.0 to 6.0.0-beta.1

4

cssVars/prepareCssVars.js

@@ -78,3 +78,3 @@ import deepmerge from '@mui/utils/deepmerge';

[colorScheme]: defaultSchemeVal,
...rest
...other
} = colorSchemesMap;

@@ -90,3 +90,3 @@ if (defaultSchemeVal) {

}
Object.entries(rest).forEach(([key, {
Object.entries(other).forEach(([key, {
css

@@ -93,0 +93,0 @@ }]) => {

/**
* @mui/system v6.0.0-beta.0
* @mui/system v6.0.0-beta.1
*

@@ -4,0 +4,0 @@ * @license MIT

@@ -78,3 +78,3 @@ import deepmerge from '@mui/utils/deepmerge';

[colorScheme]: defaultSchemeVal,
...rest
...other
} = colorSchemesMap;

@@ -90,3 +90,3 @@ if (defaultSchemeVal) {

}
Object.entries(rest).forEach(([key, {
Object.entries(other).forEach(([key, {
css

@@ -93,0 +93,0 @@ }]) => {

/**
* @mui/system v6.0.0-beta.0
* @mui/system v6.0.0-beta.1
*

@@ -4,0 +4,0 @@ * @license MIT

@@ -91,3 +91,3 @@ import * as React from 'react';

unstable_level: level = 0,
...rest
...other
} = props;

@@ -119,3 +119,3 @@ const size = parseResponsiveProp(sizeProp, theme.breakpoints, val => val !== false);

className: clsx(classes.root, className),
...rest,
...other,
children: React.Children.map(children, child => {

@@ -122,0 +122,0 @@ if ( /*#__PURE__*/React.isValidElement(child) && isMuiElement(child, ['Grid'])) {

@@ -85,3 +85,3 @@ "use strict";

[colorScheme]: defaultSchemeVal,
...rest
...other
} = colorSchemesMap;

@@ -97,3 +97,3 @@ if (defaultSchemeVal) {

}
Object.entries(rest).forEach(([key, {
Object.entries(other).forEach(([key, {
css

@@ -100,0 +100,0 @@ }]) => {

/**
* @mui/system v6.0.0-beta.0
* @mui/system v6.0.0-beta.1
*

@@ -4,0 +4,0 @@ * @license MIT

@@ -101,3 +101,3 @@ "use strict";

unstable_level: level = 0,
...rest
...other
} = props;

@@ -129,3 +129,3 @@ const size = parseResponsiveProp(sizeProp, theme.breakpoints, val => val !== false);

className: (0, _clsx.default)(classes.root, className),
...rest,
...other,
children: React.Children.map(children, child => {

@@ -132,0 +132,0 @@ if ( /*#__PURE__*/React.isValidElement(child) && (0, _isMuiElement.default)(child, ['Grid'])) {

{
"name": "@mui/system",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"private": false,

@@ -29,10 +29,10 @@ "author": "MUI Team",

"dependencies": {
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.24.8",
"clsx": "^2.1.1",
"csstype": "^3.1.3",
"prop-types": "^15.8.1",
"@mui/private-theming": "6.0.0-beta.0",
"@mui/utils": "6.0.0-beta.0",
"@mui/styled-engine": "6.0.0-beta.0",
"@mui/types": "^7.2.14"
"@mui/private-theming": "6.0.0-beta.1",
"@mui/types": "^7.2.14",
"@mui/utils": "6.0.0-beta.1",
"@mui/styled-engine": "6.0.0-beta.1"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -91,3 +91,3 @@ import * as React from 'react';

unstable_level: level = 0,
...rest
...other
} = props;

@@ -119,3 +119,3 @@ const size = parseResponsiveProp(sizeProp, theme.breakpoints, val => val !== false);

className: clsx(classes.root, className),
...rest,
...other,
children: React.Children.map(children, child => {

@@ -122,0 +122,0 @@ if ( /*#__PURE__*/React.isValidElement(child) && isMuiElement(child, ['Grid'])) {

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