@mui/private-theming
Advanced tools
+62
-0
| # [Versions](https://mui.com/versions/) | ||
| ## 7.3.8 | ||
| <!-- generated comparing v7.3.7..master --> | ||
| _Feb 12, 2026_ | ||
| A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: | ||
| ### `@mui/material@7.3.8` | ||
| - [alert] Revert removing default icon mapping fallback (#47629) @ZeeshanTamboli | ||
| - [app-bar] Fix optional chaining in joinVars function (#47739) @sai6855 | ||
| - [autocomplete] Fix scroll position resetting on reopen with `disableCloseOnSelect` (#47248) @ZeeshanTamboli | ||
| - [autocomplete] Pass fullWidth prop to input, with default as true (#47663) @silviuaavram | ||
| - [badge] Refactor variant styles generation (#47742) @sai6855 | ||
| - [chip] Remove unnecessary `onDelete` check (#47753) @ZeeshanTamboli | ||
| - [switch][checkbox][radio] Remove `aria-disabled` from root span (#46318) @KirankumarAmbati | ||
| - [collapse] Remove unnecessary string concatenation (#47745) @sai6855 | ||
| - [drawer] `persistent` and `permanent` variant Drawers should not override the styles via theme using `modal` class (#47581) @ZeeshanTamboli | ||
| - [tabs] Add ability to extend Tabs variant (#47590) @aditya1906 | ||
| - [useAutocomplete] Add aria-multiselectable to listbox props when multiple is true (#47632) @silviuaavram | ||
| - [useAutocomplete] Use `React.Key` instead of `any` for `key` prop (#47619) @sonixx02 | ||
| #### Core | ||
| - Revert "[docs-infra] Add Cookie Banner and Analytics Provider (#47445)" (868d23e) @dav-is | ||
| - Revert "[docs-infra] Update Cookie Consent Dialog styling and content (#47718)" (ae29d03) @dav-is | ||
| - [api-docs-builder] Validate slots prop and Slots interface export consistency (#47623) @Janpot | ||
| - [code-infra] Remove `window.muiDocConfig` (#47737) @Janpot | ||
| - [code-infra] Fix flaky Select test on Webkit (#47728) @Janpot | ||
| - [code-infra] Remove usage of NODE_ENV=test (#47692) @Janpot | ||
| - [code-infra] Prepare eslint rule rename (#47702) @Janpot | ||
| - [code-infra] Next.js 15.5.11 (security update) (#47697) @Janpot | ||
| - [code-infra] Fix Tooltip tests flakyness (#47669) @Janpot | ||
| - [code-infra] Improve instructions for error messages (#47668) @Janpot | ||
| - [code-infra] Add initial agent instructions (#47655) @Janpot | ||
| - [code-infra] Update broken links checker (#47633) @Janpot | ||
| - [code-infra] Improve Tooltip leaveDelay test (#47624) @Janpot | ||
| - [code-infra] Fix internal broken links (#47607) @Janpot | ||
| - [docs-infra] Resolve a few 301s in our docs (#47746) @Janpot | ||
| - [docs-infra] Update Cookie Consent Dialog styling and content (#47718) @dav-is | ||
| - [docs-infra] Add Cookie Banner and Analytics Provider (#47445) @dav-is | ||
| - [docs-infra] Make sure /customers page has a h1 (#47615) @Janpot | ||
| - [docs-infra] Fix privacy link (#47614) @Janpot | ||
| - [docs-infra] Resolve a few 301s (#47579) @Janpot | ||
| - [internal] Remove unused sponsor files (#47741) @oliviertassinari | ||
| - [markdown] Fix some broken hash links (#47609) @Janpot | ||
| - [test] Cleanup Table tests TODOs (#47656) @Ocheretovich | ||
| ### Docs | ||
| - [website] unclickable banner in the pricing page (#47634) @aemartos | ||
| - [blog] Company Update: What we've been working on (and why) (#47626) @alelthomas | ||
| - [docs] Remove outdated notifications (#47743) @bernardobelchior | ||
| - [docs] Make Demo component product-agnostic (#47635) @Janpot | ||
| - [docs] Copyedit the Number Field doc (#47469) @mapache-salvaje | ||
| - [docs] Fix Roboto font not loading in iframe demos (#47660) @Janpot | ||
| - [docs] Replace Checkbox with Icons in Combobox examples (#47654) @silviuaavram | ||
| - [docs] Fix punctuation in TypeScript guide description (#47617) @nodirbekprogrammer | ||
| All contributors of this release in alphabetical order: @aditya1906, @aemartos, @alelthomas, @bernardobelchior, @dav-is, @Janpot, @KirankumarAmbati, @mapache-salvaje, @nodirbekprogrammer, @Ocheretovich, @oliviertassinari, @sai6855, @silviuaavram, @sonixx02, @ZeeshanTamboli | ||
| ## 7.3.7 | ||
@@ -4,0 +66,0 @@ |
+1
-1
| /** | ||
| * @mui/private-theming v7.3.7 | ||
| * @mui/private-theming v7.3.8 | ||
| * | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -0,1 +1,3 @@ | ||
| 'use client'; | ||
| import * as React from 'react'; | ||
@@ -2,0 +4,0 @@ import ThemeContext from "./ThemeContext.js"; |
+1
-1
| /** | ||
| * @mui/private-theming v7.3.7 | ||
| * @mui/private-theming v7.3.8 | ||
| * | ||
@@ -4,0 +4,0 @@ * @license MIT |
+3
-3
| { | ||
| "name": "@mui/private-theming", | ||
| "version": "7.3.7", | ||
| "version": "7.3.8", | ||
| "author": "MUI Team", | ||
@@ -27,5 +27,5 @@ "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.28.4", | ||
| "@babel/runtime": "^7.28.6", | ||
| "prop-types": "^15.8.1", | ||
| "@mui/utils": "^7.3.7" | ||
| "@mui/utils": "^7.3.8" | ||
| }, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
| "use strict"; | ||
| 'use client'; | ||
@@ -3,0 +4,0 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
77634
5.01%310
0.65%Updated
Updated