@mui/stylis-plugin-rtl 7.1.0

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 ADDED
@@ -0,0 +1,637 @@
1
+ # [Versions](https://mui.com/versions/)
2
+
3
+ ## 7.1.1
4
+
5
+ <!-- generated comparing v7.1.0..master -->
6
+
7
+ _May 30, 2025_
8
+
9
+ A big thanks to the 15 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.1.1`
12
+
13
+ - [Autocomplete] Fix label shrink issue when `renderValue` is used with empty array in multiple mode (#46047) @ZeeshanTamboli
14
+ - [Autocomplete] Prevent `renderValue` from being skipped when value is 0 (#46145) @LakshitAgarwal
15
+ - [Autocomplete] Add note in JSDoc for non-TextField components in `renderInput` (#46141) @khllbnomrn
16
+ - [Chip] Add slots and slotProps (#46098) @sai6855
17
+ - [Menu] Remove depreacted `MenuListProps` from demos (#46144) @sai6855
18
+ - [TablePaginationActions] Export TablePaginationActions as new component (#46149) @sai6855
19
+ - [SnackbarContent] Fix `square` prop not working (#46196) @0210shivam
20
+ - [SnackbarContent] Fix error when theme value is CSS variable (#46198) @0210shivam
21
+
22
+ ### `@mui/codemod@7.1.1`
23
+
24
+ - Add package name option (#45977) @siriwatknp
25
+
26
+ ### `@mui/system@7.1.1`
27
+
28
+ - Skip styled component from being transformed (#46129) @siriwatknp
29
+ - Update the type for borderRadius (#46154) @codiini
30
+
31
+ ### `@mui/styled-engine@7.1.1`
32
+
33
+ - Fix variant props callback type to spread `ownerState` (#46187) @siriwatknp
34
+
35
+ ### `@mui/stylis-plugin-rtl@7.1.1`
36
+
37
+ - Fix RTL does not work with CSS layer with a new package (#46230) @siriwatknp
38
+
39
+ ### Docs
40
+
41
+ - [Dialog] Remove deprecated TransitionComponent from demo (#46185) @sai6855
42
+ - [Grid] Remove direction `column` and `column-reverse` from the demo (#46127) @0210shivam
43
+ - [Grid] Update grid migration guide (#46057) @sai6855
44
+ - [templates] Fix rendering of logos in dark mode (#46221) @sai6855
45
+ - [ToggleButtonGroup] Add spacing demo (#46058) @sai6855
46
+ - Fix typo in dark mode docs (#46229) @ZeeshanTamboli
47
+ - Clarify Next.js + Tailwind CSS v3 integration requirements (#46176) @chaitanyasharma1011
48
+ - Fix GridLegacy docs order (#46135) @oliviertassinari
49
+ - Update upgrade guide for resolution of `react-is` (#46002) @siriwatknp
50
+ - Remove oudated scaffoldhub ad (#46090) @oliviertassinari
51
+ - Show how to target global state classes with CSS Modules (#45992) @RubemMazzetto
52
+
53
+ ### Core
54
+
55
+ - [code-infra] Add plugin to check for index file access (#46178) @Janpot
56
+ - [code-infra] Bump eslint to v9 (#46222) @brijeshb42
57
+ - [code-infra] Move packages to mui/mui-public (#46155) @Janpot
58
+ - [code-infra] Move `chai` to peerDep (#46227) @JCQuintas
59
+ - [code-infra] Avoid loading barrel file during type checking (#46177) @Janpot
60
+ - [code-infra] Remove unnecessary ref from `HighlightedCode` component (#46151) @ZeeshanTamboli
61
+ - [code-infra] Import mocha type instead of global (#46108) @JCQuintas
62
+ - [code-infra] Dependabot also create branches (795a481) @oliviertassinari
63
+ - [code-infra] Avoid running continuous release on forks (#46103) @Janpot
64
+ - [code-infra] Remove checkout job altogether (#46100) @Janpot
65
+ - [code-infra] Remove required checkout workflows in circleci (#46099) @Janpot
66
+ - Run pnpm docs:sync-team (c8f1da5) @oliviertassinari
67
+ - Upgrade MUI X packages to v8 (#45990) @KenanYusuf
68
+ - Minor detail to reduce confusion (4c64b72) @oliviertassinari
69
+ - Update security.md (#45839) @DiegoAndai
70
+ - Apply yml convention, blank line only at top level (f273220) @oliviertassinari
71
+ - Add comment that lab should be in alpha (#45999) @oliviertassinari
72
+
73
+ All contributors of this release in alphabetical order: @0210shivam, @brijeshb42, @chaitanyasharma1011, @codiini, @DiegoAndai, @Janpot, @JCQuintas, @KenanYusuf, @khllbnomrn, @LakshitAgarwal, @oliviertassinari, @RubemMazzetto, @sai6855, @siriwatknp, @ZeeshanTamboli
74
+
75
+ ## 7.1.0
76
+
77
+ <!-- generated comparing v7.0.2..master -->
78
+
79
+ _May 6, 2025_
80
+
81
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
82
+
83
+ - 🎉 Material UI now works with **Tailwind CSS v4**! Check out the [setup guide](https://mui.com/material-ui/integrations/tailwindcss/tailwindcss-v4/).
84
+
85
+ ### `@mui/material@7.1.0`
86
+
87
+ - [InputBase] Text cursor jumps several lines up when inserting text fragment with new line at the end (#45246) @yermartee
88
+ - [OutlinedInput] Add missing `notchedOutline` slot (#45917) @siriwatknp
89
+ - [Snackbar] Skip default `onClickAway` behavior when `defaultMuiPrevented` is provided (#45629) @sai6855
90
+ - [Avatar] Fix img slot types and add missing slots (#45483) @siriwatknp
91
+ - [Badge] Replace useSlotProps with useSlot hook (#45871) @sai6855
92
+ - [BottomNavigationAction] Add slots and slotProps (#45776) @sai6855
93
+ - [CardActionArea] Add slots and slotProps (#45866) @sai6855
94
+ - [useMediaQuery] Add warning and docs for using `useMediaQuery('print')` (#44790) @good-jinu
95
+ - Remove unnecessary clsx usages (#46084) @sai6855
96
+ - Corrected generic type definition in `SelectChangeEvent` (#45941) @SuyashShukla0007
97
+ - Fix theme object changes between renders (#45863) @siriwatknp
98
+
99
+ ### `@mui/material-nextjs@7.1.0`
100
+
101
+ - Add option to enable CSS layers for pages router (#45596) @siriwatknp
102
+ - Do not wrap `@layer` order rules in App Router (#45864) @Nayeem-XTREME
103
+
104
+ ### `@mui/system@7.1.0`
105
+
106
+ - Fix `@mui/system` types organization (#45860) @Janpot
107
+
108
+ ### `@mui/styled-engine@7.1.0`
109
+
110
+ - Infer `ownerState` from props in `styled` (#46083) @siriwatknp
111
+ - Fix style overrides variants type (#45478) @siriwatknp
112
+
113
+ ### Docs
114
+
115
+ - [Avatar] Add avatar upload demo (#45986) @Demianeen
116
+ - [Dialog] Remove deprecated props usage in demos (#45923) @sai6855
117
+ - [Menu] Update `paper` slot JSDoc default from `Paper` to `PopoverPaper` (#45722) @andreachiera
118
+ - [examples] Remove create-react-app usages (#45426) @CodeLeom
119
+ - Add `AccordionSummary` to the v5 breaking change migration (#45947) @siriwatknp
120
+ - Update CSS variable usage in migration guide for Pigment CSS (#46033) @sai6855
121
+ - Fix docs API dark mode color (#46086) @alexfauquette
122
+ - Add a guide for extending Material UI classes in Tailwind CSS (#46039) @siriwatknp
123
+ - Add `InitColorSchemeScript` docs and API (#45927) @siriwatknp
124
+ - Add Tailwind CSS v4 integration guide (#45906) @siriwatknp
125
+ - Fix 301 links to the system v6 (#45931) @oliviertassinari
126
+ - Add notification for MUI X v8 announcement (#45942) @joserodolfofreitas
127
+ - Fix som 301 redirections (ae84b35) @oliviertassinari
128
+ - Fix some 301 redirections (057384e) @oliviertassinari
129
+ - Fix logo is not centered on small screens (#45920) @crabsim
130
+ - Fix line break typo (a2a62d5) @oliviertassinari
131
+ - Fix markdown typo in templates.md (#45914) @scyzoryck
132
+ - Add Next.js App Router guide for custom classnames (#45852) @siriwatknp
133
+
134
+ ### Core
135
+
136
+ - [code-infra] Give a stable name to dev tool app (3889ded) @oliviertassinari
137
+ - [code-infra] Normalize author package in org (8135638) @oliviertassinari
138
+ - [code-infra] Correct some manually curated .d.ts files (#46054) @Janpot
139
+ - [code-infra] Align deps versions (#46048) @Janpot
140
+ - [code-infra] Fix dynamic import in imports resolver (#46046) @Janpot
141
+ - [code-infra] Eliminate `@mui/utils` deep imports (#46004) @Janpot
142
+ - [code-infra] Expand renovate.json for react types (#45935) @Janpot
143
+ - [code-infra] Make Argos upload script reusable (#45883) @Janpot
144
+ - [code-infra] Disallow redundant window prefixes for globals (#45880) @Janpot
145
+ - [code-infra] Remove type generation of modern build (#45912) @Janpot
146
+ - [code-infra] Clean up bundle size checker (#45622) @Janpot
147
+ - [code-infra] Fix `StrictMode` effects not being called twice in React 19 tests (#45812) @bernardobelchior
148
+ - [code-infra] Convert `@mui/utils` to typescript (#45671) @Janpot
149
+ - [docs-infra] Improve export into sandbox package.json (#46044) @oliviertassinari
150
+ - [docs-infra] Update feedback Node.js to v22 (#46064) @oliviertassinari
151
+ - [docs-infra] Normalize netlify.toml in org (b101d5c) @oliviertassinari
152
+ - [docs-infra] Uniformize Vale between repositories (0f79796) @oliviertassinari
153
+ - [docs-infra] Fix Vale no longer working (#46029) @oliviertassinari
154
+ - [docs-infra] Remove demo styling switch (#45926) @Janpot
155
+ - [docs-infra] StackBlitz WebContainer demos (#45924) @Janpot
156
+ - [docs-infra] Fix feedback management (#45872) @alexfauquette
157
+ - [test] Replace `playwright` with `@playwright/test` (#45998) @ZeeshanTamboli
158
+ - Fix internal version duplication (#46051) @oliviertassinari
159
+ - Avoid the need for `@mui/material/themeCssVarsAugmentation` (#46053) @Janpot
160
+ - Add security label to dependabot PRs (0a5c027) @oliviertassinari
161
+ - Remove unecessary versions (#46034) @oliviertassinari
162
+ - Remove redundant overrides resolver (#45970) @romgrk
163
+ - Fix duplicate branch reference (#45915) @oliviertassinari
164
+ - Fix outdated <link rel="shortcut icon" (#45916) @oliviertassinari
165
+ - Fix redirection chains (#45930) @oliviertassinari
166
+ - Run pnpm docs:sync-team (beee09f) @oliviertassinari
167
+ - Add `pkg.pr.new` publishing (#42984) @Aslemammad
168
+ - Remove @mui/base from the master branch (#45857) @mnajdova
169
+
170
+ All contributors of this release in alphabetical order: @alexfauquette, @andreachiera, @Aslemammad, @bernardobelchior, @CodeLeom, @crabsim, @Demianeen, @good-jinu, @Janpot, @joserodolfofreitas, @mnajdova, @Nayeem-XTREME, @oliviertassinari, @renovate[bot], @romgrk, @sai6855, @scyzoryck, @siriwatknp, @SuyashShukla0007, @yermartee, @ZeeshanTamboli
171
+
172
+ ## 7.0.2
173
+
174
+ _Apr 9, 2025_
175
+
176
+ A big thanks to the 12 contributors who made this release possible.
177
+
178
+ ### `@mui/material@7.0.2`
179
+
180
+ - [Autocomplete] Add ability to render custom single value (#45387) @ZeeshanTamboli
181
+ - [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45734) @imadx
182
+ - [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45799) @Kartik-Murthy
183
+ - [Dialog] Deprecate composed classes (#45418) @sai6855
184
+
185
+ ### `@mui/material-nextjs@7.0.2`
186
+
187
+ - Fix nonce issues (#45794) @Janpot
188
+ - Add warnings to nextjs router integration (#45778) @Janpot
189
+
190
+ ### `@mui/styled-engine@7.0.2`
191
+
192
+ - Added caching to `StyledEngineProvider` to improve performance for running tests with Jest (#45846) @siriwatknp
193
+
194
+ ### Core
195
+
196
+ - [blog] Improve upvote video (0646444) @oliviertassinari
197
+ - [code-infra] Remove webpack aliases (#45841) @Janpot
198
+ - [code-infra] Remove .tsbuildinfo from build folder (#45727) @Janpot
199
+ - [code-infra] Stabilize theme viewer screenshot tests (#45768) @Janpot
200
+ - [code-infra] Remove modern bundles (#45808) @Janpot
201
+ - Update buildTypes script to optionally remove css imports (#45835) @brijeshb42
202
+ - Allow repo to be accepted as an argument for releaseTag (#45801) @brijeshb42
203
+ - Update scripts to support base-ui (#45784) @brijeshb42
204
+ - Sync scorecards.yml across codebase (4de5076) @oliviertassinari
205
+ - Remove baseUrl and skipLibCheck (#45806) @Janpot
206
+ - [docs-infra] Fix redirect styles pages (#45848) @siriwatknp
207
+ - [docs-infra] Remove false-positive Vale rules (#45843) @oliviertassinari
208
+ - [docs-infra] Make sure Next.js can find package.json through its aliases (#45840) @Janpot
209
+ - [docs-infra] Fix Next.js brand name coverage (6915f8d) @oliviertassinari
210
+ - [docs-infra] Fix layout shift between MIT and commercial pages (#45760) @oliviertassinari
211
+ - [docs-infra] Non breaking space for ESM (#45758) @oliviertassinari
212
+ - [support-infra] Remove dead 'workflow_call:' (#45736) @oliviertassinari
213
+ - [utils] Support cleanup callbacks in useForkRef (#45621) @DiegoAndai
214
+
215
+ ### Docs
216
+
217
+ - Fix pigment vite integration example (#44746) @brijeshb42
218
+ - Update migration instructions and codemod references for deprecated APIs (#45793) @sai6855
219
+ - Add TanStack Router routing example (#44930) @vetledv
220
+ - Fix layout shifting in icons page (#45779) @sai6855
221
+ - Fix migration instructions (#45762) @oliviertassinari
222
+ - Fix wrong TypeScript support version (#45761) @oliviertassinari
223
+ - Fix link to mui-joy/src/styles/components.d.ts (#45763) @oliviertassinari
224
+ - Fix 301 link (ae94c40) @oliviertassinari
225
+ - Fix 301 links (abd8f63) @oliviertassinari
226
+ - Fix 301 redirection (c7658de) @oliviertassinari
227
+ - [nextjs] Migrate from deprecated "legacyBehavior" prop (#44871) @oliviertassinari
228
+ - [nextjs] Document CSP for Next.js Pages Router (#45798) @Grohden
229
+
230
+ All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Grohden, @imadx, @Janpot, @Kartik-Murthy, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp, @vetledv, @ZeeshanTamboli
231
+
232
+ ## 7.0.1
233
+
234
+ <!-- generated comparing v7.0.0..master -->
235
+
236
+ _Mar 28, 2025_
237
+
238
+ A big thanks to the 7 contributors who made this release possible.
239
+
240
+ ### `@mui/material@7.0.1`
241
+
242
+ - Export ThemeProviderProps (#45701) @aarongarciah
243
+ - [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
244
+ - Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
245
+ - [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
246
+ - Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
247
+
248
+ ### `@mui/icons-material@7.0.1`
249
+
250
+ - [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
251
+ - Bring back individual icon dts (#45711) @Janpot
252
+
253
+ ### Core
254
+
255
+ - Improve the release instructions (#45688) @mnajdova
256
+
257
+ ### Docs
258
+
259
+ - Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
260
+ - Update v7 related copy (#45716) @aarongarciah
261
+ - Avoid unwanted undefined in page title (#45718) @aarongarciah
262
+ - Fix joy templates error (#45715) @siriwatknp
263
+ - Rename GitHub icon import (#45709) @micttyoid
264
+ - Fix Safari issue in dark mode (#45696) @mnajdova
265
+ - Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
266
+ - Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
267
+ - Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
268
+ - Fix Material Icons page in dark mode (#45691) @mnajdova
269
+
270
+ All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
271
+
272
+ ## 7.0.0
273
+
274
+ <!-- generated comparing v7.0.0-rc.0..master -->
275
+
276
+ _Mar 26, 2025_
277
+
278
+ 🎉 We're happy to announce the stable release of v7.
279
+
280
+ - Read the [blog post](https://mui.com/blog/material-ui-v7-is-here/) about the announcement.
281
+ - Check out the [v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
282
+
283
+ ### `@mui/material@7.0.0`
284
+
285
+ - [Autocomplete] Fix when `onHighlightChange` is called (#45438) @ZeeshanTamboli
286
+ - [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45345) @mushfiqbh
287
+ - Update minimum TypeScript support to 4.9 (#45535) @siriwatknp
288
+
289
+ ### `@mui/system@7.0.0`
290
+
291
+ - [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp
292
+
293
+ ### `@mui/lab@7.0.0-beta.9`
294
+
295
+ - [lab] Remove @mui/base dependency (#45602) @mnajdova
296
+
297
+ ### Docs
298
+
299
+ - [docs] Fix unnecessary redirects for v7 (#45677) @Janpot
300
+ - [docs] Fix new React project link, CRA deprecated (#45362) @oliviertassinari
301
+ - [docs] Prepare the v7 upgrade guide for stable release (#45624) @DiegoAndai
302
+ - [docs] Fix grammatical errors in support.md (#45631) @letianpailove
303
+ - [docs] Update nextjs font optimization guide (#45600) @IshfaqAhmedProg
304
+ - [docs] Deprecate Toolpad Studio (#45613) @Janpot
305
+ - [docs] Sync the mode from page to demos #45661 @siriwatknp
306
+
307
+ ### Core
308
+
309
+ - [blog] v7 stable release (#45623) @DiegoAndai
310
+ - [code-infra] Disable flaky masonry screenshot (#45678) @Janpot
311
+ - [code-infra] Migrate regression tests to vite (#44964) @Janpot
312
+ - [code-infra] Update rollup (#45666) @Janpot
313
+ - [code-infra] Support `React.ComponentType` in proptypes generation (#45664) @Janpot
314
+ - [code-infra] Ensure `translations.json` is present in all `@mui/docs` package builds (#45626) @LukasTy
315
+ - [code-infra] Improve Argos script debuggability (#45619) @Janpot
316
+ - [code-infra] Reconfigure `react-remove-properties` babel plugin (#45218) @Janpot
317
+ - [core] Prepare master for v7 stable (#45674) @DiegoAndai
318
+ - [core] Improve instructions on changing domain (#45637) @mnajdova
319
+ - [core] Deprecate `ponyfillGlobal` (#45606) @Janpot
320
+ - [docs-infra] Restructure docs theme context to CSS variables (#45386) @siriwatknp
321
+ - [styles] Remove code & docs (#45633) @mnajdova
322
+
323
+ All contributors of this release in alphabetical order: @DiegoAndai, @IshfaqAhmedProg, @Janpot, @letianpailove, @LukasTy, @mnajdova, @mushfiqbh, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
324
+
325
+ ## 7.0.0-rc.0
326
+
327
+ <!-- generated comparing v7.0.0-beta.4..master -->
328
+
329
+ _Mar 18, 2025_
330
+
331
+ A big thanks to the 4 contributors who made this release possible.
332
+
333
+ ### `@mui/material@7.0.0-rc.0`
334
+
335
+ - [StepLabel] Add missing root slot (#45603) @sai6855
336
+ - [Switch] Add slots and slotProps (#45595) @siriwatknp
337
+ - [utils] Add merging function to `mergeSlotProps` utility (#45543) @siriwatknp
338
+
339
+ ### Core
340
+
341
+ - [blog] Clarify the difference between the two Pro plans (#45266) @oliviertassinari
342
+ - [code-infra] Allow specifying a custom error formatter module for error minifcation (#45291) @Janpot
343
+ - [code-infra] Make `getVersionEnvVariables` reusable for other repos (#45562) @Janpot
344
+ - [code-infra] Update peer dependency of `@mui/utils` in `@mui/docs` (#45561) @Janpot
345
+ - Add StackBlitz template to issue template (#45504) @Janpot
346
+
347
+ All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @sai6855, @siriwatknp
348
+
349
+ ## 7.0.0-beta.4
350
+
351
+ <!-- generated comparing v7.0.0-beta.3..master -->
352
+
353
+ _Mar 13, 2025_
354
+
355
+ A big thanks to the 10 contributors who made this release possible.
356
+ This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
357
+
358
+ ### `@mui/material@7.0.0-beta.4`
359
+
360
+ - [Accordion] Add missing `root` slot (#45532) @sai6855
361
+ - [AccordionSummary] Add slots and slotProps (#45559) @sai6855
362
+ - [ListItemText] Add missing `root` slot (#45540) @sai6855
363
+ - [SpeedDial] Add missing `root` slot (#45541) @sai6855
364
+ - [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
365
+ - [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
366
+ - [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
367
+ - Fix negative input for CSS variables spacing array (#45550) @siriwatknp
368
+ - Add missing deprecations in deprecations-all file (#45505) @sai6855
369
+ - Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
370
+
371
+ ### `@mui/icons-material@7.0.0-beta.4`
372
+
373
+ - Remove unused icon names from the download script (#45453) @yermartee
374
+
375
+ ### `@mui/system@7.0.0-beta.4`
376
+
377
+ - Prevent nested non-vars theme inheritance (#45545) @siriwatknp
378
+ - Disable theme recalculation as default behavior (#45405) @siriwatknp
379
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
380
+
381
+ ### `@mui/styled-engine@7.0.0-beta.4`
382
+
383
+ - Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
384
+
385
+ ### `@mui/types@7.3.0`
386
+
387
+ - [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
388
+
389
+ ### `@mui/utils@7.0.0-beta.4`
390
+
391
+ - Fix package layout inconsistencies (#45491) @DiegoAndai
392
+ - Use correct iri-reference homepage format (#45472) @dahiro
393
+
394
+ ### Docs
395
+
396
+ - [Backdrop] Fix component name in migration guide (#45506) @sai6855
397
+ - [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
398
+
399
+ ### Core
400
+
401
+ - [code-infra] Convert a few docs modules to ts (#45548) @Janpot
402
+ - [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
403
+ - [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
404
+ - [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
405
+ - [blog] Fix author end-of-year updates (#45533) @oliviertassinari
406
+
407
+ All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
408
+
409
+ ## 7.0.0-beta.3
410
+
411
+ <!-- generated comparing v7.0.0-beta.2..master -->
412
+
413
+ _Mar 5, 2025_
414
+
415
+ A big thanks to the 3 contributors who made this release possible.
416
+
417
+ ### `@mui/material@7.0.0-beta.3`
418
+
419
+ - Fix moduleResolution:node for icons (#45444) @Janpot
420
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (#45136) @siriwatknp
421
+ - [Radio] Fix `inputProps` not forwarded (#45471) @siriwatknp
422
+
423
+ ### `@mui/codemod@7.0.0-beta.3`
424
+
425
+ - [codemod] Fix codemods not found (#45473) @DiegoAndai
426
+
427
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @siriwatknp
428
+
429
+ ## 7.0.0-beta.2
430
+
431
+ <!-- generated comparing v7.0.0-beta.1..master -->
432
+
433
+ _Feb 27, 2025_
434
+
435
+ A big thanks to the 2 contributors who made this release possible.
436
+
437
+ ### Core
438
+
439
+ - [code-infra] Add package.json export (#45433) @Janpot
440
+ - [blog] React 19 migration for MUI X (#45348) @arminmeh
441
+
442
+ All contributors of this release in alphabetical order: @arminmeh, @Janpot
443
+
444
+ ## 7.0.0-beta.1
445
+
446
+ <!-- generated comparing v7.0.0-beta.0..master -->
447
+
448
+ _Feb 27, 2025_
449
+
450
+ This release fixes incorrect build output from the previous release (`beta.0`).
451
+
452
+ ### Core
453
+
454
+ - [code-infra] Fix build:types script omitting folders with a dot in their name (#45422) @Janpot
455
+ - [release] Fix versions (#45420) @mj12albert
456
+
457
+ All contributors of this release in alphabetical order: @Janpot, @mj12albert
458
+
459
+ ## 7.0.0-beta.0
460
+
461
+ <!-- generated comparing v7.0.0-alpha.2..master -->
462
+
463
+ _Feb 26, 2025_
464
+
465
+ A big thanks to the 8 contributors who made this release possible.
466
+
467
+ ### `@mui/material@7.0.0-beta.0`
468
+
469
+ - [Modal][Dialog] Remove deprecated `onBackdropClick` (#45395) @DiegoAndai
470
+ - [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
471
+ - [Grid] Rename to GridLegacy (#45363) @DiegoAndai
472
+ - [Grid2] Rename to Grid (#45381) @DiegoAndai
473
+ - Remove SvgIcon data-testid in production (#45333) @Janpot
474
+ - Allow nested theme creation with `vars` (#45335) @siriwatknp
475
+ - [Rating] Deprecate \*Props and complete `slots`, `slotProps` (#45295) @harry-whorlow
476
+ - [Slider] Fix css class selector in migration guide (#45402) @sai6855
477
+ - [Slider] Fix spacings in .md files (#45388) @sai6855
478
+ - [styles] Remove deprecated exports (#45397) @DiegoAndai
479
+ - [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#44913) @siriwatknp
480
+ - [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
481
+
482
+ ### Docs
483
+
484
+ - [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
485
+ - Add `overriding-component-structure` doc to Material UI (#45186) @siriwatknp
486
+ - Fix typo in slider docs (#45390) @sai6855
487
+ - Fix Context Menu selection lost on Safari (#44903) @NooBat
488
+
489
+ ### Core
490
+
491
+ - [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
492
+ - [docs-infra] Fix theme toggle call (#45400) @siriwatknp
493
+ - [docs-infra] Add `color-scheme` to document in iframe demos (#45406) @KenanYusuf
494
+ - [docs-infra] Revert to use deprecated `CssVarsProvider` for MUI X (#45371) @siriwatknp
495
+ - [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
496
+ - [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
497
+ - [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
498
+
499
+ All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
500
+
501
+ ## 7.0.0-alpha.2
502
+
503
+ <!-- generated comparing v7.0.0-alpha.1..master -->
504
+
505
+ _Feb 18, 2025_
506
+
507
+ A big thanks to the 9 contributors who made this release possible.
508
+
509
+ ### `@mui/material@7.0.0-alpha.2`
510
+
511
+ - [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45302) @ZeeshanTamboli
512
+ - [Button] Apply id only if loading indicator is present (#45296) @aarongarciah
513
+ - [Hidden] Remove deprecated Hidden component (#45283) @DiegoAndai
514
+ - [InputBase] Deprecate composed classes (#45234) @sai6855
515
+ - [InputLabel] Changed size prop value from `normal` to `medium` (#45235) @perkrlsn
516
+ - Fix `slotProps.transition` types (#45214) @siriwatknp
517
+
518
+ ### Docs
519
+
520
+ - Fix broken links to MUI X docs (#45145) @mapache-salvaje
521
+ - Add migration guide for package layout changes (#45222) @Janpot
522
+ - [icons] Fix typo in material-icons.md (#45334) @a-s-russo
523
+
524
+ ### Core
525
+
526
+ - Disallow access to esm/modern barrel files (#45332) @Janpot
527
+ - [code-infra] Update `elliptic` (#45311) @Janpot
528
+ - Update release guide to specify package bumping rules (#45294) @DiegoAndai
529
+
530
+ All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @DiegoAndai, @Janpot, @mapache-salvaje, @perkrlsn, @sai6855, @siriwatknp, @ZeeshanTamboli
531
+
532
+ ## 7.0.0-alpha.1
533
+
534
+ <!-- generated comparing v7.0.0-alpha.0..master -->
535
+
536
+ _Feb 11, 2025_
537
+
538
+ A big thanks to the 11 contributors who made this release possible.
539
+
540
+ ### `@mui/material@7.0.0-alpha.1`
541
+
542
+ - [Checkbox] Add slots and slotProps (#44974) @sai6855
543
+ - [LinearProgress][CircularProgress] Add variant overrides for module augumentation (#45163) @kingflamez
544
+ - [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#44960) @siriwatknp
545
+ - Fix wrong `slotProps` of `DetailsHTMLAttributes` types (#45215) @siriwatknp
546
+ - [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (#45033) @siriwatknp
547
+ - [Radio] Add slots and slotProps (#44972) @sai6855
548
+ - [Radio] Remove empty line (#45184) @sai6855
549
+ - [Slider] Deprecate composed classes (#45201) @sai6855
550
+ - [Snackbar] Fix generated proptypes (#45156) @siriwatknp
551
+ - [SpeedDialAction] Add slots and slotProps (#45065) @sai6855
552
+ - [SwitchBase] Fix spreading of `handlers` in getSlotProps (#45197) @sai6855
553
+ - [Tabs] Deprecate \*Props and complete `slots`, `slotProps` (#45012) @siriwatknp
554
+ - [TextField] Remove deprecated props from documentation (#45199) @sai6855
555
+
556
+ ### `@mui/icons-material@7.0.0-alpha.1`
557
+
558
+ - Change icon source URL and add overrides (#45020) @siriwatknp
559
+
560
+ ### `@mui/lab@7.0.0-beta.1`
561
+
562
+ - Remove components which were moved from lab to material (#45232) @DiegoAndai
563
+
564
+ ### Docs
565
+
566
+ - [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
567
+ - [Dialog] Removes deprecated PaperProps from docs (#45195) @sai6855
568
+ - [Menu] Add Grouped Menu demo (#45241) @noobDev31
569
+ - [material] Add disableInteractive on colorTool grid Tooltips (#37800) @Janpot
570
+ - [blog] Consistent Base UI terminology (#45264) @oliviertassinari
571
+ - A quick first step to update docs for Tailwind v4 (#45147) @oliviertassinari
572
+ - Fix `element.ref` accessing warning on docs (#45155) @DiegoAndai
573
+ - Mention Toolpad as experimental (#45273) @prakhargupta1
574
+ - [joy-ui] Update "Set up providers" section of integration with Material UI (#45183) @mateuseap
575
+
576
+ ### Core
577
+
578
+ - Update branch switch tags (#45198) @DiegoAndai
579
+ - Fix double redirection to Base UI (#45146) @oliviertassinari
580
+ - Fix corepack and pnpm installation in CircleCI (#45185) @mj12albert
581
+ - Fix typo on Netlify script (#45278) @maximevtush
582
+ - [code-infra] Fix testing library resolution with custom react (#44061) @Janpot
583
+ - [code-infra] Update package layout for better ESM support (#43264) @Janpot
584
+ - Update `@typescript-eslint/*` packages and remove deprecated `eslint-config-airbnb-typescript` package (#45245) @ZeeshanTamboli
585
+ - [docs] Restore utility component docs from MUI Base to Material UI (#45213) @mapache-salvaje
586
+ - [docs] Sync active sponsors (#45204) @oliviertassinari
587
+ - [docs] Fix links in CONTRIBUTING.md (#45202) @bernardobelchior
588
+ - [docs-infra] Point to MUI X next docs (#45207) @cherniavskii
589
+ - [test] Fix React 18 tests (#45161) @DiegoAndai
590
+
591
+ All contributors of this release in alphabetical order: @bernardobelchior, @cherniavskii, @DiegoAndai, @Janpot, @kingflamez, @mapache-salvaje, @mateuseap, @maximevtush, @mj12albert, @noobDev31, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @ZeeshanTamboli
592
+
593
+ ## 7.0.0-alpha.0
594
+
595
+ <!-- generated comparing v6.4.1..master -->
596
+
597
+ _Jan 31, 2025_
598
+
599
+ A big thanks to the 9 contributors who made this release possible.
600
+ This is the first alpha release of Material UI v7 🎉.
601
+
602
+ ### `@mui/material@7.0.0-alpha.0`
603
+
604
+ - [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
605
+ - [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45035) @siriwatknp
606
+ - [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
607
+ - [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45076) @siriwatknp
608
+ - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
609
+ - [Slider] Narrow onChange value type (#44777) @good-jinu
610
+ - [Snackbar] Add Slots and SlotProps (#45103) @harry-whorlow
611
+
612
+ ### `@mui/utils@7.0.0-alpha.0`
613
+
614
+ - Merge `sx` instead of override when using `mergeSlotProps` (#45062) @siriwatknp
615
+
616
+ ### Core
617
+
618
+ - [code-infra] a few fixes uncovered during ESM updates (#45031) @Janpot
619
+ - [code-infra] Remove rsc-builder (#45079) @Janpot
620
+ - [code-infra] Remove commonjs imports in docs (#44976) @Janpot
621
+ - [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
622
+ - Fix MUI Base vale rule (#45140) @oliviertassinari
623
+ - Fix missing store contributor renaming (b3d1be0) @oliviertassinari
624
+ - Fix 404 errors (#45137) @oliviertassinari
625
+ - Prepare libraries for first v7 alpha release (#45132) @DiegoAndai
626
+ - Fix CHANGELOG vale failure (#45151) @DiegoAndai
627
+
628
+ ### Docs
629
+
630
+ - Fix `/base-ui` redirect and prune links (#45083) @mj12albert
631
+ - Add v6 to v7 migration guide (#45143) @DiegoAndai
632
+
633
+ All contributors of this release in alphabetical order: @DiegoAndai, @good-jinu, @harry-whorlow, @Janpot, @joshkel, @mj12albert, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
634
+
635
+ ## Older versions
636
+
637
+ Changes before 7.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Call-Em-All
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,51 @@
1
+ # @mui/stylis-plugin-rtl
2
+
3
+ Stylis RTL plugin for Material UI.
4
+
5
+ > Note: this is a fork of [stylis-plugin-rtl](https://github.com/styled-components/stylis-plugin-rtl) to fix issues with CSS layers and to support the latest version of Stylis.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ npm install @mui/stylis-plugin-rtl @emotion/cache stylis
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```js
16
+ import * as React from 'react';
17
+ import { createTheme, ThemeProvider } from '@mui/material/styles';
18
+ import TextField from '@mui/material/TextField';
19
+ import rtlPlugin from '@mui/stylis-plugin-rtl';
20
+ import { prefixer } from 'stylis';
21
+ import { CacheProvider } from '@emotion/react';
22
+ import createCache from '@emotion/cache';
23
+
24
+ const theme = createTheme({
25
+ direction: 'rtl',
26
+ });
27
+
28
+ const cacheRtl = createCache({
29
+ key: 'muirtl',
30
+ stylisPlugins: [prefixer, rtlPlugin],
31
+ });
32
+
33
+ export default function RtlDemo() {
34
+ return (
35
+ <CacheProvider value={cacheRtl}>
36
+ <ThemeProvider theme={theme}>
37
+ <div dir="rtl">
38
+ <TextField
39
+ label="ملصق"
40
+ placeholder="العنصر النائب"
41
+ helperText="هذا نص مساعد"
42
+ variant="outlined"
43
+ />
44
+ </div>
45
+ </ThemeProvider>
46
+ </CacheProvider>
47
+ );
48
+ }
49
+ ```
50
+
51
+ For more information, see the [RTL documentation](https://mui.com/material-ui/guides/right-to-left/).
package/esm/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { Middleware } from 'stylis';
2
+ type MiddlewareParams = Parameters<Middleware>;
3
+ declare function stylisRTLPlugin(element: MiddlewareParams[0], index: MiddlewareParams[1], children: MiddlewareParams[2], callback: MiddlewareParams[3]): string | void;
4
+ export default stylisRTLPlugin;
package/esm/index.js ADDED
@@ -0,0 +1,50 @@
1
+ /**
2
+ * @mui/stylis-plugin-rtl v7.1.0
3
+ *
4
+ * @license MIT
5
+ * This source code is licensed under the MIT license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ */
8
+ /* eslint-disable default-case, no-return-assign, curly, prefer-template, @typescript-eslint/no-unused-vars */
9
+
10
+ /**
11
+ * Copied from https://github.com/styled-components/stylis-plugin-rtl/blob/main/src/stylis-rtl.ts
12
+ * with a modification at line 67 to handle layer rules.
13
+ */
14
+
15
+ // @ts-nocheck
16
+ import cssjanus from 'cssjanus';
17
+ import { COMMENT, compile, DECLARATION, IMPORT, RULESET, serialize, strlen, KEYFRAMES, MEDIA, SUPPORTS, LAYER } from 'stylis';
18
+ function stringifyPreserveComments(element, index, children) {
19
+ switch (element.type) {
20
+ case IMPORT:
21
+ case DECLARATION:
22
+ case COMMENT:
23
+ return element.return = element.return || element.value;
24
+ case RULESET:
25
+ {
26
+ element.value = Array.isArray(element.props) ? element.props.join(',') : element.props;
27
+ if (Array.isArray(element.children)) {
28
+ element.children.forEach(x => {
29
+ if (x.type === COMMENT) x.children = x.value;
30
+ });
31
+ }
32
+ }
33
+ }
34
+ const serializedChildren = serialize(Array.prototype.concat(element.children), stringifyPreserveComments);
35
+ return strlen(serializedChildren) ? element.return = element.value + '{' + serializedChildren + '}' : '';
36
+ }
37
+ function stylisRTLPlugin(element, index, children, callback) {
38
+ if (element.type === KEYFRAMES || element.type === SUPPORTS || element.type === RULESET && (!element.parent || element.parent.type === MEDIA || element.parent.type === RULESET || element.parent.type === LAYER)) {
39
+ const stringified = cssjanus.transform(stringifyPreserveComments(element, index, children));
40
+ element.children = stringified ? compile(stringified)[0].children : [];
41
+ element.return = '';
42
+ }
43
+ }
44
+
45
+ // stable identifier that will not be dropped by minification unless the whole module
46
+ // is unused
47
+ Object.defineProperty(stylisRTLPlugin, 'name', {
48
+ value: 'stylisRTLPlugin'
49
+ });
50
+ export default stylisRTLPlugin;
@@ -0,0 +1 @@
1
+ {"type":"module","sideEffects":false}
package/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { Middleware } from 'stylis';
2
+ type MiddlewareParams = Parameters<Middleware>;
3
+ declare function stylisRTLPlugin(element: MiddlewareParams[0], index: MiddlewareParams[1], children: MiddlewareParams[2], callback: MiddlewareParams[3]): string | void;
4
+ export default stylisRTLPlugin;
package/index.js ADDED
@@ -0,0 +1,58 @@
1
+ /**
2
+ * @mui/stylis-plugin-rtl v7.1.0
3
+ *
4
+ * @license MIT
5
+ * This source code is licensed under the MIT license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ */
8
+ "use strict";
9
+
10
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
11
+ Object.defineProperty(exports, "__esModule", {
12
+ value: true
13
+ });
14
+ exports.default = void 0;
15
+ var _cssjanus = _interopRequireDefault(require("cssjanus"));
16
+ var _stylis = require("stylis");
17
+ /* eslint-disable default-case, no-return-assign, curly, prefer-template, @typescript-eslint/no-unused-vars */
18
+
19
+ /**
20
+ * Copied from https://github.com/styled-components/stylis-plugin-rtl/blob/main/src/stylis-rtl.ts
21
+ * with a modification at line 67 to handle layer rules.
22
+ */
23
+
24
+ // @ts-nocheck
25
+
26
+ function stringifyPreserveComments(element, index, children) {
27
+ switch (element.type) {
28
+ case _stylis.IMPORT:
29
+ case _stylis.DECLARATION:
30
+ case _stylis.COMMENT:
31
+ return element.return = element.return || element.value;
32
+ case _stylis.RULESET:
33
+ {
34
+ element.value = Array.isArray(element.props) ? element.props.join(',') : element.props;
35
+ if (Array.isArray(element.children)) {
36
+ element.children.forEach(x => {
37
+ if (x.type === _stylis.COMMENT) x.children = x.value;
38
+ });
39
+ }
40
+ }
41
+ }
42
+ const serializedChildren = (0, _stylis.serialize)(Array.prototype.concat(element.children), stringifyPreserveComments);
43
+ return (0, _stylis.strlen)(serializedChildren) ? element.return = element.value + '{' + serializedChildren + '}' : '';
44
+ }
45
+ function stylisRTLPlugin(element, index, children, callback) {
46
+ if (element.type === _stylis.KEYFRAMES || element.type === _stylis.SUPPORTS || element.type === _stylis.RULESET && (!element.parent || element.parent.type === _stylis.MEDIA || element.parent.type === _stylis.RULESET || element.parent.type === _stylis.LAYER)) {
47
+ const stringified = _cssjanus.default.transform(stringifyPreserveComments(element, index, children));
48
+ element.children = stringified ? (0, _stylis.compile)(stringified)[0].children : [];
49
+ element.return = '';
50
+ }
51
+ }
52
+
53
+ // stable identifier that will not be dropped by minification unless the whole module
54
+ // is unused
55
+ Object.defineProperty(stylisRTLPlugin, 'name', {
56
+ value: 'stylisRTLPlugin'
57
+ });
58
+ var _default = exports.default = stylisRTLPlugin;
package/package.json ADDED
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "@mui/stylis-plugin-rtl",
3
+ "version": "7.1.0",
4
+ "author": "MUI Team",
5
+ "description": "A plugin for Material UI that provides RTL (right-to-left) support.",
6
+ "main": "./index.js",
7
+ "keywords": [
8
+ "react",
9
+ "react-component",
10
+ "mui",
11
+ "rtl"
12
+ ],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/mui/material-ui.git",
16
+ "directory": "packages/mui-stylis-plugin-rtl"
17
+ },
18
+ "license": "MIT",
19
+ "bugs": {
20
+ "url": "https://github.com/mui/material-ui/issues"
21
+ },
22
+ "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-utils",
23
+ "funding": {
24
+ "type": "opencollective",
25
+ "url": "https://opencollective.com/mui-org"
26
+ },
27
+ "dependencies": {
28
+ "@babel/runtime": "^7.27.1",
29
+ "cssjanus": "^2.0.1"
30
+ },
31
+ "peerDependencies": {
32
+ "stylis": "4.x"
33
+ },
34
+ "sideEffects": false,
35
+ "publishConfig": {
36
+ "access": "public",
37
+ "directory": "build"
38
+ },
39
+ "engines": {
40
+ "node": ">=14.0.0"
41
+ },
42
+ "private": false,
43
+ "module": "./esm/index.js",
44
+ "exports": {
45
+ "./package.json": "./package.json",
46
+ ".": {
47
+ "require": {
48
+ "types": "./index.d.ts",
49
+ "default": "./index.js"
50
+ },
51
+ "import": {
52
+ "types": "./esm/index.d.ts",
53
+ "default": "./esm/index.js"
54
+ }
55
+ },
56
+ "./*": {
57
+ "require": {
58
+ "types": "./*/index.d.ts",
59
+ "default": "./*/index.js"
60
+ },
61
+ "import": {
62
+ "types": "./esm/*/index.d.ts",
63
+ "default": "./esm/*/index.js"
64
+ }
65
+ },
66
+ "./esm": null,
67
+ "./modern": null
68
+ },
69
+ "types": "./index.d.ts"
70
+ }