@mui/styled-engine-sc 7.3.2 → 7.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.3
4
+
5
+ <!-- generated comparing v7.3.2..master -->
6
+
7
+ _Sep 30, 2025_
8
+
9
+ A big thanks to the 14 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.3`
12
+
13
+ - [Autocomplete] Sync highlighted index when popup is opened (#46894) @ZeeshanTamboli
14
+ - [CircularProgress] Add track slot via enableTrackSlot (#46907) @monam2
15
+ - [locale] Split locales into separate files (#46933) @christopherschroer
16
+ - [Tabs] Fix not scrolling to correct tab after refresh when auto scrollable (#46869) @Jayesh-11
17
+
18
+ ### Docs
19
+
20
+ - Add a guide for building extensible themes (#46896) @siriwatknp
21
+ - Add v7 community course to resources page (#46944) @alelthomas
22
+ - Improve performance of Default Theme Viewer (#46841) @sai6855
23
+ - Fix typo in blog component MainContent (#46868) @jonyen
24
+ - [Steppers] Replace TransitionProps with slotProps.transition (#46898) @sai6855
25
+
26
+ ### Core
27
+
28
+ - [blog] Fix year in Punta Cana retreat post (#46943) @mapache-salvaje
29
+ - [blog] Punta Cana retreat post (#46892) @mapache-salvaje
30
+ - [code-infra] Publish from CI (#46851) @Janpot
31
+ - [code-infra] Convert reportBrokenLink script to ts (#47002) @brijeshb42
32
+ - [code-infra] Update module resolution for typescript@next (#46940) @Janpot
33
+ - [code-infra] Run continuous releases during ci-check (#46948) @Janpot
34
+ - [code-infra] Fix github actions check for continuous release (#46941) @Janpot
35
+ - [code-infra] Address high/critical dependabot reports (#46937) @Janpot
36
+ - [code-infra] Update ci.yml triggers (#46860) @Janpot
37
+ - [code-infra] Exact match for renovate file name (#46916) @Janpot
38
+ - [code-infra] Disable dependency update for `@material-ui/core` in codemod (#46899) @Janpot
39
+ - [code-infra] Transpile `assertion-error` in karma tests (#46909) @Janpot
40
+ - [code-infra] Disable browserstack on circleci cron jobs (#46905) @Janpot
41
+ - [code-infra] Remove `copy-files` command usage from packages (#46902) @brijeshb42
42
+ - [code-infra] Low-hanging ts conversion (#46903) @Janpot
43
+ - [code-infra] Bring batch of changes from vitest PR (#46795) @Janpot
44
+ - [code-infra] Remove dependency on `fs-extra` (#46755) @bernardobelchior
45
+ - [code-infra] Make error code extraction independent of build (#46865) @brijeshb42
46
+ - [docs-infra] Fix markdown generation script to find correct files (#46954) @siriwatknp
47
+ - [docs-infra] Fix unnecessary redirects (#46951) @Janpot
48
+ - [docs-infra] Remove `dangerouslySetInnerHTML` for ad description (#46936) @Janpot
49
+ - [docs-infra] Display "View as Markdown" only on Material UI (#46861) @siriwatknp
50
+ - [infra] Fix JSON files not being imported in TS demos (#47000) @bernardobelchior
51
+ - [infra] Turn `literal | (string & {})` to `PropTypes.string` (#46934) @siriwatknp
52
+ - [infra] Bump node.js version and make local usage strict (#46834) @brijeshb42
53
+ - [infra] Remove "main" fields from publishable packages (#46856) @brijeshb42
54
+ - [internal] Refactor `useForkRef` TS types: tighten `cleanupRef` and simplify ref typing (#46967) @wo-o29
55
+ - [internal] Fix naming to match convention (2099cb0) @oliviertassinari
56
+ - [internal] Fix naming to match convention (29aad62) @oliviertassinari
57
+ - [internal] Use same option as other repositories (eabda77) @oliviertassinari
58
+ - [internal] Normalize <meta name='viewport' (9d1922a) @oliviertassinari
59
+ - [internal] Normalize charset='utf-8' (f1aae00) @oliviertassinari
60
+ - [test] Split infinitive (0237fda) @oliviertassinari
61
+
62
+ All contributors of this release in alphabetical order: @alelthomas, @bernardobelchior, @brijeshb42, @christopherschroer, @Janpot, @Jayesh-11, @jonyen, @mapache-salvaje, @monam2, @oliviertassinari, @sai6855, @siriwatknp, @wo-o29, @ZeeshanTamboli
63
+
3
64
  ## 7.3.2
4
65
 
5
66
  <!-- generated comparing v7.3.1..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v7.3.2
2
+ * @mui/styled-engine-sc v7.3.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v7.3.2
2
+ * @mui/styled-engine-sc v7.3.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@mui/styled-engine-sc",
3
- "version": "7.3.2",
3
+ "version": "7.3.3",
4
4
  "author": "MUI Team",
5
5
  "description": "styled() API wrapper package for styled-components.",
6
- "main": "./index.js",
7
6
  "keywords": [
8
7
  "react",
9
8
  "react-component",
@@ -25,7 +24,7 @@
25
24
  "url": "https://opencollective.com/mui-org"
26
25
  },
27
26
  "dependencies": {
28
- "@babel/runtime": "^7.28.3",
27
+ "@babel/runtime": "^7.28.4",
29
28
  "@types/hoist-non-react-statics": "^3.3.7",
30
29
  "csstype": "^3.1.3",
31
30
  "hoist-non-react-statics": "^3.3.2",
@@ -42,6 +41,7 @@
42
41
  "node": ">=14.0.0"
43
42
  },
44
43
  "type": "commonjs",
44
+ "main": "./index.js",
45
45
  "types": "./index.d.ts",
46
46
  "exports": {
47
47
  "./package.json": "./package.json",