🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mui/system

Package Overview
Dependencies
Maintainers
11
Versions
231
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
7.3.10
to
7.3.11
+2
-1
cssVars/createCssVarsProvider.js

@@ -241,3 +241,4 @@ "use strict";

if (memoTheme.colorSchemeSelector === 'media') {
console.error(['MUI: The `setMode` function has no effect if `colorSchemeSelector` is `media` (`media` is the default value).', 'To toggle the mode manually, please configure `colorSchemeSelector` to use a class or data attribute.', 'To learn more, visit https://mui.com/material-ui/customization/css-theme-variables/configuration/#toggling-dark-mode-manually'].join('\n'));
// #host-reference
console.error(['MUI: The `setMode` function has no effect if `colorSchemeSelector` is `media` (`media` is the default value).', 'To toggle the mode manually, please configure `colorSchemeSelector` to use a class or data attribute.', 'To learn more, visit https://v7.mui.com/material-ui/customization/css-theme-variables/configuration/#toggling-dark-mode-manually'].join('\n'));
}

@@ -244,0 +245,0 @@ setMode(newMode);

@@ -233,3 +233,4 @@ 'use client';

if (memoTheme.colorSchemeSelector === 'media') {
console.error(['MUI: The `setMode` function has no effect if `colorSchemeSelector` is `media` (`media` is the default value).', 'To toggle the mode manually, please configure `colorSchemeSelector` to use a class or data attribute.', 'To learn more, visit https://mui.com/material-ui/customization/css-theme-variables/configuration/#toggling-dark-mode-manually'].join('\n'));
// #host-reference
console.error(['MUI: The `setMode` function has no effect if `colorSchemeSelector` is `media` (`media` is the default value).', 'To toggle the mode manually, please configure `colorSchemeSelector` to use a class or data attribute.', 'To learn more, visit https://v7.mui.com/material-ui/customization/css-theme-variables/configuration/#toggling-dark-mode-manually'].join('\n'));
}

@@ -236,0 +237,0 @@ setMode(newMode);

/**
* @mui/system v7.3.10
* @mui/system v7.3.11
*

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

@@ -17,2 +17,3 @@ import { DefaultTheme } from '@mui/private-theming';

// #host-reference
/**

@@ -23,4 +24,4 @@ * This component makes the `theme` available down the React tree.

*
* - [ThemeProvider API](https://mui.com/material-ui/customization/theming/#themeprovider)
* - [ThemeProvider API](https://v7.mui.com/material-ui/customization/theming/#themeprovider)
*/
export default function ThemeProvider<T = DefaultTheme>(props: ThemeProviderProps<T>): React.ReactElement<ThemeProviderProps<T>>;

@@ -1,6 +0,6 @@

export const version = "7.3.10";
export const version = "7.3.11";
export const major = Number("7");
export const minor = Number("3");
export const patch = Number("10");
export const patch = Number("11");
export const prerelease = undefined;
export default version;
/**
* @mui/system v7.3.10
* @mui/system v7.3.11
*

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

{
"name": "@mui/system",
"version": "7.3.10",
"version": "7.3.11",
"author": "MUI Team",

@@ -31,6 +31,6 @@ "description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",

"prop-types": "^15.8.1",
"@mui/private-theming": "^7.3.11",
"@mui/styled-engine": "^7.3.10",
"@mui/private-theming": "^7.3.10",
"@mui/types": "^7.4.12",
"@mui/utils": "^7.3.10"
"@mui/utils": "^7.3.11",
"@mui/types": "^7.4.12"
},

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

@@ -17,2 +17,3 @@ import { DefaultTheme } from '@mui/private-theming';

// #host-reference
/**

@@ -23,4 +24,4 @@ * This component makes the `theme` available down the React tree.

*
* - [ThemeProvider API](https://mui.com/material-ui/customization/theming/#themeprovider)
* - [ThemeProvider API](https://v7.mui.com/material-ui/customization/theming/#themeprovider)
*/
export default function ThemeProvider<T = DefaultTheme>(props: ThemeProviderProps<T>): React.ReactElement<ThemeProviderProps<T>>;

@@ -7,7 +7,7 @@ "use strict";

exports.version = exports.prerelease = exports.patch = exports.minor = exports.major = exports.default = void 0;
const version = exports.version = "7.3.10";
const version = exports.version = "7.3.11";
const major = exports.major = Number("7");
const minor = exports.minor = Number("3");
const patch = exports.patch = Number("10");
const patch = exports.patch = Number("11");
const prerelease = exports.prerelease = undefined;
var _default = exports.default = version;

Sorry, the diff of this file is too big to display