@mui/system
Advanced tools
Comparing version 5.14.20 to 5.15.0
@@ -32,3 +32,2 @@ "use strict"; | ||
}; | ||
const defaultBreakpoints = { | ||
@@ -35,0 +34,0 @@ // Sorted ASC by size. That's important. |
@@ -217,3 +217,2 @@ "use strict"; | ||
} | ||
return val <= 0.03928 ? val / 12.92 : ((val + 0.055) / 1.055) ** 2.4; | ||
@@ -220,0 +219,0 @@ }); |
@@ -45,3 +45,2 @@ "use strict"; | ||
}, | ||
unit = 'px', | ||
@@ -48,0 +47,0 @@ step = 5 |
@@ -10,4 +10,3 @@ "use strict"; | ||
// We express the difference with variable names. | ||
/* tslint:disable:unified-signatures */ | ||
/* tslint:enable:unified-signatures */ | ||
function createSpacing(spacingInput = 8) { | ||
@@ -14,0 +13,0 @@ // Already transformed. |
@@ -133,3 +133,2 @@ "use strict"; | ||
); | ||
return { | ||
@@ -136,0 +135,0 @@ css, |
@@ -19,3 +19,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
}; | ||
const defaultBreakpoints = { | ||
@@ -22,0 +21,0 @@ // Sorted ASC by size. That's important. |
@@ -192,3 +192,2 @@ import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils"; | ||
} | ||
return val <= 0.03928 ? val / 12.92 : ((val + 0.055) / 1.055) ** 2.4; | ||
@@ -195,0 +194,0 @@ }); |
@@ -37,3 +37,2 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
}, | ||
unit = 'px', | ||
@@ -40,0 +39,0 @@ step = 5 |
@@ -5,4 +5,2 @@ import { createUnarySpacing } from '../spacing'; | ||
// We express the difference with variable names. | ||
/* tslint:disable:unified-signatures */ | ||
/* tslint:enable:unified-signatures */ | ||
@@ -9,0 +7,0 @@ export default function createSpacing(spacingInput = 8) { |
@@ -123,3 +123,2 @@ /** | ||
); | ||
return { | ||
@@ -126,0 +125,0 @@ css, |
@@ -10,3 +10,2 @@ import { deepmerge } from '@mui/utils'; | ||
} | ||
export default merge; |
@@ -72,3 +72,2 @@ import { unstable_capitalize as capitalize } from '@mui/utils'; | ||
} | ||
const config = (_theme$unstable_sxCon = theme.unstable_sxConfig) != null ? _theme$unstable_sxCon : defaultSxConfig; | ||
@@ -75,0 +74,0 @@ |
@@ -110,3 +110,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
}); | ||
const classes = useUtilityClasses(ownerState, theme); | ||
@@ -113,0 +112,0 @@ let result = /*#__PURE__*/_jsx(GridRoot, _extends({ |
/** | ||
* @mui/system v5.14.20 | ||
* @mui/system v5.15.0 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -21,3 +21,2 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; | ||
}; | ||
var defaultBreakpoints = { | ||
@@ -24,0 +23,0 @@ // Sorted ASC by size. That's important. |
@@ -199,3 +199,2 @@ import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils"; | ||
} | ||
return val <= 0.03928 ? val / 12.92 : Math.pow((val + 0.055) / 1.055, 2.4); | ||
@@ -202,0 +201,0 @@ }); |
@@ -5,4 +5,2 @@ import { createUnarySpacing } from '../spacing'; | ||
// We express the difference with variable names. | ||
/* tslint:disable:unified-signatures */ | ||
/* tslint:enable:unified-signatures */ | ||
@@ -9,0 +7,0 @@ export default function createSpacing() { |
@@ -135,3 +135,2 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
); | ||
return { | ||
@@ -138,0 +137,0 @@ css: css, |
/** | ||
* @mui/system v5.14.20 | ||
* @mui/system v5.15.0 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -10,3 +10,2 @@ import { deepmerge } from '@mui/utils'; | ||
} | ||
export default merge; |
@@ -71,3 +71,2 @@ import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
} | ||
var config = (_theme$unstable_sxCon = theme.unstable_sxConfig) != null ? _theme$unstable_sxCon : defaultSxConfig; | ||
@@ -74,0 +73,0 @@ |
@@ -123,3 +123,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
}); | ||
var classes = useUtilityClasses(ownerState, theme); | ||
@@ -126,0 +125,0 @@ var result = /*#__PURE__*/_jsx(GridRoot, _extends({ |
@@ -19,3 +19,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
}; | ||
const defaultBreakpoints = { | ||
@@ -22,0 +21,0 @@ // Sorted ASC by size. That's important. |
@@ -192,3 +192,2 @@ import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils"; | ||
} | ||
return val <= 0.03928 ? val / 12.92 : ((val + 0.055) / 1.055) ** 2.4; | ||
@@ -195,0 +194,0 @@ }); |
@@ -37,3 +37,2 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
}, | ||
unit = 'px', | ||
@@ -40,0 +39,0 @@ step = 5 |
@@ -5,4 +5,2 @@ import { createUnarySpacing } from '../spacing'; | ||
// We express the difference with variable names. | ||
/* tslint:disable:unified-signatures */ | ||
/* tslint:enable:unified-signatures */ | ||
@@ -9,0 +7,0 @@ export default function createSpacing(spacingInput = 8) { |
@@ -123,3 +123,2 @@ /** | ||
); | ||
return { | ||
@@ -126,0 +125,0 @@ css, |
/** | ||
* @mui/system v5.14.20 | ||
* @mui/system v5.15.0 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -10,3 +10,2 @@ import { deepmerge } from '@mui/utils'; | ||
} | ||
export default merge; |
@@ -71,3 +71,2 @@ import { unstable_capitalize as capitalize } from '@mui/utils'; | ||
} | ||
const config = theme.unstable_sxConfig ?? defaultSxConfig; | ||
@@ -74,0 +73,0 @@ |
@@ -109,3 +109,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
}); | ||
const classes = useUtilityClasses(ownerState, theme); | ||
@@ -112,0 +111,0 @@ let result = /*#__PURE__*/_jsx(GridRoot, _extends({ |
{ | ||
"name": "@mui/system", | ||
"version": "5.14.20", | ||
"version": "5.15.0", | ||
"private": false, | ||
@@ -29,7 +29,7 @@ "author": "MUI Team", | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.4", | ||
"@mui/private-theming": "^5.14.20", | ||
"@mui/styled-engine": "^5.14.19", | ||
"@mui/types": "^7.2.10", | ||
"@mui/utils": "^5.14.20", | ||
"@babel/runtime": "^7.23.5", | ||
"@mui/private-theming": "^5.15.0", | ||
"@mui/styled-engine": "^5.15.0", | ||
"@mui/types": "^7.2.11", | ||
"@mui/utils": "^5.15.0", | ||
"clsx": "^2.0.0", | ||
@@ -36,0 +36,0 @@ "csstype": "^3.1.2", |
@@ -80,3 +80,2 @@ "use strict"; | ||
} | ||
const config = (_theme$unstable_sxCon = theme.unstable_sxConfig) != null ? _theme$unstable_sxCon : _defaultSxConfig.default; | ||
@@ -83,0 +82,0 @@ |
@@ -119,3 +119,2 @@ "use strict"; | ||
}); | ||
const classes = useUtilityClasses(ownerState, theme); | ||
@@ -122,0 +121,0 @@ let result = /*#__PURE__*/(0, _jsxRuntime.jsx)(GridRoot, (0, _extends2.default)({ |
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
1499830
20340
Updated@babel/runtime@^7.23.5
Updated@mui/private-theming@^5.15.0
Updated@mui/styled-engine@^5.15.0
Updated@mui/types@^7.2.11
Updated@mui/utils@^5.15.0