Socket
Socket
Sign inDemoInstall

@mui/system

Package Overview
Dependencies
Maintainers
0
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-alpha.12 to 6.0.0-alpha.13

2

index.js
/**
* @mui/system v6.0.0-alpha.12
* @mui/system v6.0.0-alpha.13
*

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

/**
* @mui/system v6.0.0-alpha.12
* @mui/system v6.0.0-alpha.13
*

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

/**
* @mui/system v6.0.0-alpha.12
* @mui/system v6.0.0-alpha.13
*

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

{
"name": "@mui/system",
"version": "6.0.0-alpha.12",
"version": "6.0.0-alpha.13",
"private": false,

@@ -33,6 +33,6 @@ "author": "MUI Team",

"prop-types": "^15.8.1",
"@mui/private-theming": "^6.0.0-alpha.12",
"@mui/private-theming": "6.0.0-alpha.13",
"@mui/styled-engine": "6.0.0-alpha.13",
"@mui/types": "^7.2.14",
"@mui/utils": "^6.0.0-alpha.12",
"@mui/styled-engine": "^6.0.0-alpha.12"
"@mui/utils": "6.0.0-alpha.13"
},

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

@@ -14,8 +14,3 @@ import { Breakpoints } from '../createTheme/createBreakpoints';

export declare const generateGridOffsetStyles: ({ theme, ownerState }: Props) => {};
export declare const generateGridColumnsStyles: ({ theme, ownerState }: Props) => {
[x: string]: string;
'--Grid-columns'?: undefined;
} | {
'--Grid-columns': number;
};
export declare const generateGridColumnsStyles: ({ theme, ownerState }: Props) => Record<string, string | number | undefined>;
export declare const generateGridRowSpacingStyles: ({ theme, ownerState }: Props) => {

@@ -22,0 +17,0 @@ [x: string]: string;

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