You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@mui/private-theming

Package Overview
Dependencies
Maintainers
11
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/private-theming - npm Package Compare versions

Comparing version

to
7.0.0-alpha.2

31

CHANGELOG.md
# [Versions](https://mui.com/versions/)
## 7.0.0-alpha.2
<!-- generated comparing v7.0.0-alpha.1..master -->
_Feb 18, 2025_
A big thanks to the 9 contributors who made this release possible.
### `@mui/material@7.0.0-alpha.2`
- [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45302) @ZeeshanTamboli
- [Button] Apply id only if loading indicator is present (#45296) @aarongarciah
- [Hidden] Remove deprecated Hidden component (#45283) @DiegoAndai
- [InputBase] Deprecate composed classes (#45234) @sai6855
- [InputLabel] Changed size prop value from `normal` to `medium` (#45235) @perkrlsn
- Fix `slotProps.transition` types (#45214) @siriwatknp
### Docs
- Fix broken links to MUI X docs (#45145) @mapache-salvaje
- Add migration guide for package layout changes (#45222) @Janpot
- [icons] Fix typo in material-icons.md (#45334) @a-s-russo
### Core
- Disallow access to esm/modern barrel files (#45332) @Janpot
- [code-infra] Update `elliptic` (#45311) @Janpot
- Update release guide to specify package bumping rules (#45294) @DiegoAndai
All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @DiegoAndai, @Janpot, @mapache-salvaje, @perkrlsn, @sai6855, @siriwatknp, @ZeeshanTamboli
## 7.0.0-alpha.1

@@ -4,0 +35,0 @@

2

esm/index.js
/**
* @mui/private-theming v7.0.0-alpha.1
* @mui/private-theming v7.0.0-alpha.2
*

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

/**
* @mui/private-theming v7.0.0-alpha.1
* @mui/private-theming v7.0.0-alpha.2
*

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

/**
* @mui/private-theming v7.0.0-alpha.1
* @mui/private-theming v7.0.0-alpha.2
*

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

{
"name": "@mui/private-theming",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"private": false,

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

"dependencies": {
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"prop-types": "^15.8.1",
"@mui/utils": "7.0.0-alpha.1"
"@mui/utils": "7.0.0-alpha.2"
},

@@ -80,4 +80,6 @@ "peerDependencies": {

}
}
},
"./esm": null,
"./modern": null
}
}