@mui/lab 5.0.0-alpha.125 → 5.0.0-alpha.126
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 +73 -22
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.12.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.11.16..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 11, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 💫 Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp
|
|
12
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/system@5.12.0`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 05 -->[system] Introduce theme scope for using multiple design systems (#36664) @siriwatknp
|
|
17
|
+
|
|
18
|
+
### `@mui/base@5.0.0-alpha.125`
|
|
19
|
+
|
|
20
|
+
- ​<!-- 06 -->[PopperUnstyled] Do not merge internal `ownerState` with `ownerState` from props (#36599) @hbjORbj
|
|
21
|
+
|
|
22
|
+
### `@mui/joy@5.0.0-alpha.75`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 08 -->[Joy] Add tests for slots/slotProps for all components (#36828) @hbjORbj
|
|
25
|
+
- ​<!-- 07 -->[Joy] Support `slots`/`slotsProps` for every component (components with only root slot too) (#36540) @hbjORbj
|
|
26
|
+
|
|
27
|
+
### Docs
|
|
28
|
+
|
|
29
|
+
- ​<!-- 23 -->[docs][Backdrop] Improvements to the docs (#34244) @alirezahekmati
|
|
30
|
+
- ​<!-- 20 -->[docs] Fix base API redirects (#36833) @mnajdova
|
|
31
|
+
- ​<!-- 19 -->[docs] Improve perf on tab APIs (#36832) @mnajdova
|
|
32
|
+
- ​<!-- 18 -->[docs] Revert CircularProgress component text to be proper noun instead (#36837) @ZeeshanTamboli
|
|
33
|
+
- ​<!-- 17 -->[docs] Simplify language redirection @oliviertassinari
|
|
34
|
+
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
35
|
+
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
36
|
+
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
37
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
38
|
+
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
39
|
+
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
40
|
+
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
41
|
+
- ​<!-- 09 -->[examples] Fix `SliderUnstyled` slots `key` name (#36830) @sai6855
|
|
42
|
+
- ​<!-- 04 -->[Tabs] Improve useTab() API page (#36725) @oliviertassinari
|
|
43
|
+
|
|
44
|
+
### Core
|
|
45
|
+
|
|
46
|
+
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
47
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
48
|
+
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
49
|
+
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
50
|
+
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
51
|
+
|
|
52
|
+
All contributors of this release in alphabetical order: @alirezahekmati, @danilo-leal, @hbjORbj, @Lioness100, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
53
|
+
|
|
3
54
|
## 5.11.16
|
|
4
55
|
|
|
5
56
|
<!-- generated comparing v5.11.15..master -->
|
|
@@ -190,12 +241,12 @@ _Mar 14, 2023_
|
|
|
190
241
|
|
|
191
242
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
192
243
|
|
|
193
|
-
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in
|
|
244
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
194
245
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
195
246
|
|
|
196
247
|
### `@mui/material@5.11.13`
|
|
197
248
|
|
|
198
|
-
- ​<!-- 13 -->[core] Bump
|
|
249
|
+
- ​<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
|
|
199
250
|
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
|
|
200
251
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
201
252
|
|
|
@@ -345,7 +396,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
345
396
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
346
397
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
347
398
|
- ​<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
|
|
348
|
-
- ​<!-- 20 -->[docs] Clarify the future plan for integrating
|
|
399
|
+
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
|
|
349
400
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
350
401
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
351
402
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -375,7 +426,7 @@ _Feb 27, 2023_
|
|
|
375
426
|
|
|
376
427
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
377
428
|
|
|
378
|
-
- 📚 added API documentation for the slots in
|
|
429
|
+
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
|
|
379
430
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
380
431
|
|
|
381
432
|
### `@mui/material@5.11.11`
|
|
@@ -612,7 +663,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
612
663
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
613
664
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
614
665
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
615
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for
|
|
666
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
616
667
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
617
668
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
618
669
|
|
|
@@ -828,7 +879,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
828
879
|
|
|
829
880
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
830
881
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
831
|
-
- [docs] Clarify where to find docs for
|
|
882
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
832
883
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
833
884
|
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
834
885
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
@@ -939,7 +990,7 @@ _Dec 26, 2022_
|
|
|
939
990
|
|
|
940
991
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
941
992
|
|
|
942
|
-
- ⚙️ Several
|
|
993
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
943
994
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
944
995
|
|
|
945
996
|
### `@mui/material@5.11.2`
|
|
@@ -1116,7 +1167,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
1116
1167
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
1117
1168
|
- [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
|
|
1118
1169
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
1119
|
-
- [docs] Direct users from Material UI to
|
|
1170
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
1120
1171
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
1121
1172
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
1122
1173
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
@@ -1191,7 +1242,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1191
1242
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
1192
1243
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
1193
1244
|
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
1194
|
-
- ​<!-- 11 -->[docs] Update
|
|
1245
|
+
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
1195
1246
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
1196
1247
|
- ​<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
1197
1248
|
|
|
@@ -1524,7 +1575,7 @@ _Oct 25, 2022_
|
|
|
1524
1575
|
|
|
1525
1576
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
1526
1577
|
|
|
1527
|
-
- 🔧 Moved `components` to `slots` prop starting at
|
|
1578
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
1528
1579
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
1529
1580
|
|
|
1530
1581
|
### `@mui/material@5.10.11`
|
|
@@ -1606,7 +1657,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1606
1657
|
|
|
1607
1658
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
1608
1659
|
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
1609
|
-
- ⚙️ We started converting the remaining JS components in
|
|
1660
|
+
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
1610
1661
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
1611
1662
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
1612
1663
|
|
|
@@ -1737,7 +1788,7 @@ _Oct 3, 2022_
|
|
|
1737
1788
|
|
|
1738
1789
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1739
1790
|
|
|
1740
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to
|
|
1791
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
1741
1792
|
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
1742
1793
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
1743
1794
|
|
|
@@ -1839,7 +1890,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1839
1890
|
|
|
1840
1891
|
### Docs
|
|
1841
1892
|
|
|
1842
|
-
- [blog]
|
|
1893
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
1843
1894
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
1844
1895
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
1845
1896
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
@@ -1925,7 +1976,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1925
1976
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
1926
1977
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
1927
1978
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
1928
|
-
- [docs] Add notification for
|
|
1979
|
+
- [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
|
|
1929
1980
|
- [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
|
|
1930
1981
|
- [website] Improve security header @oliviertassinari
|
|
1931
1982
|
|
|
@@ -1946,7 +1997,7 @@ _Sep 12, 2022_
|
|
|
1946
1997
|
|
|
1947
1998
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
1948
1999
|
|
|
1949
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the
|
|
2000
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
1950
2001
|
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
|
|
1951
2002
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
1952
2003
|
|
|
@@ -1969,7 +2020,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
1969
2020
|
|
|
1970
2021
|
### Docs
|
|
1971
2022
|
|
|
1972
|
-
- ​<!-- 16 -->[blog] Introducing
|
|
2023
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
1973
2024
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
1974
2025
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
1975
2026
|
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
@@ -2524,7 +2575,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
2524
2575
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
2525
2576
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
2526
2577
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
2527
|
-
- [examples] Update
|
|
2578
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
2528
2579
|
- [examples] Add MUI base example (#33154) @siriwatknp
|
|
2529
2580
|
|
|
2530
2581
|
### Core
|
|
@@ -2698,7 +2749,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
2698
2749
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
2699
2750
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
2700
2751
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
2701
|
-
- ​<!-- 18 -->[docs] Add guide on how to use
|
|
2752
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
2702
2753
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
2703
2754
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
2704
2755
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -2776,7 +2827,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2776
2827
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
2777
2828
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
2778
2829
|
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
2779
|
-
- ​<!-- 28 -->[docs] Miscellaneous fixes in `
|
|
2830
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
|
|
2780
2831
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
2781
2832
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
2782
2833
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -3212,7 +3263,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3212
3263
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
3213
3264
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
3214
3265
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
3215
|
-
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the
|
|
3266
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
|
|
3216
3267
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
3217
3268
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
3218
3269
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
@@ -3466,7 +3517,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3466
3517
|
|
|
3467
3518
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
3468
3519
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
3469
|
-
- ​<!-- 26 -->[core] Fix api build script for
|
|
3520
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
3470
3521
|
|
|
3471
3522
|
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
3472
3523
|
|
|
@@ -3693,7 +3744,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3693
3744
|
|
|
3694
3745
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
3695
3746
|
|
|
3696
|
-
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all
|
|
3747
|
+
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
|
|
3697
3748
|
|
|
3698
3749
|
```diff
|
|
3699
3750
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.126",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@babel/runtime": "^7.21.0",
|
|
51
|
-
"@mui/base": "5.0.0-alpha.
|
|
52
|
-
"@mui/system": "^5.
|
|
53
|
-
"@mui/types": "^7.2.
|
|
54
|
-
"@mui/utils": "^5.
|
|
51
|
+
"@mui/base": "5.0.0-alpha.125",
|
|
52
|
+
"@mui/system": "^5.12.0",
|
|
53
|
+
"@mui/types": "^7.2.4",
|
|
54
|
+
"@mui/utils": "^5.12.0",
|
|
55
55
|
"clsx": "^1.2.1",
|
|
56
56
|
"prop-types": "^15.8.1",
|
|
57
57
|
"react-is": "^18.2.0"
|