@mui/system
Advanced tools
Comparing version 5.1.0 to 5.1.1
export {}; |
@@ -0,0 +0,0 @@ export declare type SpacingOptions = number | Spacing | ((abs: number) => number | string) | ((abs: number | string) => number | string) | ReadonlyArray<string | number>; |
export {}; |
@@ -0,0 +0,0 @@ declare type NestedRecord<V = any> = { |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
export { default } from './createCssVarsProvider'; | ||
export type { BuildCssVarsTheme } from './createCssVarsProvider'; |
@@ -0,0 +0,0 @@ export declare type Mode = 'light' | 'dark' | 'system'; |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v5.1.0 | ||
/** @license MUI v5.1.1 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
export {}; |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v5.1.0 | ||
/** @license MUI v5.1.1 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v5.1.0 | ||
/** @license MUI v5.1.1 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@mui/system", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"private": false, | ||
@@ -46,7 +46,7 @@ "author": "MUI Team", | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.0", | ||
"@mui/private-theming": "^5.1.0", | ||
"@mui/styled-engine": "^5.1.0", | ||
"@babel/runtime": "^7.16.3", | ||
"@mui/private-theming": "^5.1.1", | ||
"@mui/styled-engine": "^5.1.1", | ||
"@mui/types": "^7.1.0", | ||
"@mui/utils": "^5.1.0", | ||
"@mui/utils": "^5.1.1", | ||
"clsx": "^1.1.1", | ||
@@ -53,0 +53,0 @@ "csstype": "^3.0.9", |
export {}; |
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
739291
Updated@babel/runtime@^7.16.3
Updated@mui/private-theming@^5.1.1
Updated@mui/styled-engine@^5.1.1
Updated@mui/utils@^5.1.1