@mui/lab 6.0.0-beta.7 → 6.0.0-beta.9
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/AdapterDateFns/index.js +1 -1
- package/AdapterDayjs/index.js +1 -1
- package/AdapterLuxon/index.js +1 -1
- package/AdapterMoment/index.js +1 -1
- package/Alert/index.js +1 -1
- package/AlertTitle/index.js +1 -1
- package/Autocomplete/index.js +1 -1
- package/AvatarGroup/index.js +1 -1
- package/CHANGELOG.md +133 -0
- package/CalendarPicker/index.js +2 -2
- package/CalendarPickerSkeleton/index.js +2 -2
- package/ClockPicker/index.js +2 -2
- package/DatePicker/index.js +2 -2
- package/DateRangePicker/index.js +2 -2
- package/DateRangePickerDay/index.js +2 -2
- package/DateTimePicker/index.js +2 -2
- package/DesktopDatePicker/index.js +2 -2
- package/DesktopDateRangePicker/index.js +2 -2
- package/DesktopDateTimePicker/index.js +2 -2
- package/DesktopTimePicker/index.js +2 -2
- package/LoadingButton/LoadingButton.d.ts +6 -4
- package/LoadingButton/LoadingButton.js +24 -9
- package/LoadingButton/index.js +3 -3
- package/LoadingButton/loadingButtonClasses.d.ts +2 -0
- package/LoadingButton/loadingButtonClasses.js +1 -1
- package/LocalizationProvider/index.js +2 -2
- package/Masonry/Masonry.d.ts +2 -2
- package/Masonry/Masonry.js +1 -1
- package/Masonry/index.js +3 -3
- package/MobileDatePicker/index.js +2 -2
- package/MobileDateRangePicker/index.js +2 -2
- package/MobileDateTimePicker/index.js +2 -2
- package/MobileTimePicker/index.js +2 -2
- package/MonthPicker/index.js +2 -2
- package/Pagination/index.js +2 -2
- package/PaginationItem/index.js +1 -1
- package/PickersDay/index.js +2 -2
- package/README.md +3 -3
- package/Rating/index.js +1 -1
- package/Skeleton/index.js +1 -1
- package/SpeedDial/index.js +1 -1
- package/SpeedDialAction/index.js +1 -1
- package/SpeedDialIcon/index.js +1 -1
- package/StaticDatePicker/index.js +2 -2
- package/StaticDateRangePicker/index.js +2 -2
- package/StaticDateTimePicker/index.js +2 -2
- package/StaticTimePicker/index.js +2 -2
- package/TabContext/TabContext.d.ts +2 -2
- package/TabContext/index.js +2 -2
- package/TabList/TabList.d.ts +3 -3
- package/TabList/TabList.js +1 -1
- package/TabList/index.js +1 -1
- package/TabPanel/TabPanel.d.ts +2 -2
- package/TabPanel/TabPanel.js +2 -2
- package/TabPanel/index.js +3 -3
- package/TimePicker/index.js +2 -2
- package/Timeline/Timeline.d.ts +2 -2
- package/Timeline/Timeline.js +5 -5
- package/Timeline/index.js +4 -4
- package/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/TimelineConnector/TimelineConnector.js +1 -1
- package/TimelineConnector/index.js +3 -3
- package/TimelineContent/TimelineContent.d.ts +3 -3
- package/TimelineContent/TimelineContent.js +3 -3
- package/TimelineContent/index.js +3 -3
- package/TimelineDot/TimelineDot.d.ts +2 -2
- package/TimelineDot/TimelineDot.js +1 -1
- package/TimelineDot/index.js +3 -3
- package/TimelineItem/TimelineItem.d.ts +2 -2
- package/TimelineItem/TimelineItem.js +5 -5
- package/TimelineItem/index.js +3 -3
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/TimelineOppositeContent/TimelineOppositeContent.js +3 -3
- package/TimelineOppositeContent/index.js +3 -3
- package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/TimelineSeparator/TimelineSeparator.js +1 -1
- package/TimelineSeparator/index.js +3 -3
- package/ToggleButton/index.js +1 -1
- package/ToggleButtonGroup/index.js +1 -1
- package/TreeItem/index.js +2 -2
- package/TreeView/index.js +2 -2
- package/YearPicker/index.js +2 -2
- package/index.js +104 -104
- package/modern/AdapterDateFns/index.js +1 -1
- package/modern/AdapterDayjs/index.js +1 -1
- package/modern/AdapterLuxon/index.js +1 -1
- package/modern/AdapterMoment/index.js +1 -1
- package/modern/Alert/index.js +1 -1
- package/modern/AlertTitle/index.js +1 -1
- package/modern/Autocomplete/index.js +1 -1
- package/modern/AvatarGroup/index.js +1 -1
- package/modern/CalendarPicker/index.js +2 -2
- package/modern/CalendarPickerSkeleton/index.js +2 -2
- package/modern/ClockPicker/index.js +2 -2
- package/modern/DatePicker/index.js +2 -2
- package/modern/DateRangePicker/index.js +2 -2
- package/modern/DateRangePickerDay/index.js +2 -2
- package/modern/DateTimePicker/index.js +2 -2
- package/modern/DesktopDatePicker/index.js +2 -2
- package/modern/DesktopDateRangePicker/index.js +2 -2
- package/modern/DesktopDateTimePicker/index.js +2 -2
- package/modern/DesktopTimePicker/index.js +2 -2
- package/modern/LoadingButton/LoadingButton.js +24 -9
- package/modern/LoadingButton/index.js +3 -3
- package/modern/LoadingButton/loadingButtonClasses.js +1 -1
- package/modern/LocalizationProvider/index.js +2 -2
- package/modern/Masonry/Masonry.js +1 -1
- package/modern/Masonry/index.js +3 -3
- package/modern/MobileDatePicker/index.js +2 -2
- package/modern/MobileDateRangePicker/index.js +2 -2
- package/modern/MobileDateTimePicker/index.js +2 -2
- package/modern/MobileTimePicker/index.js +2 -2
- package/modern/MonthPicker/index.js +2 -2
- package/modern/Pagination/index.js +2 -2
- package/modern/PaginationItem/index.js +1 -1
- package/modern/PickersDay/index.js +2 -2
- package/modern/Rating/index.js +1 -1
- package/modern/Skeleton/index.js +1 -1
- package/modern/SpeedDial/index.js +1 -1
- package/modern/SpeedDialAction/index.js +1 -1
- package/modern/SpeedDialIcon/index.js +1 -1
- package/modern/StaticDatePicker/index.js +2 -2
- package/modern/StaticDateRangePicker/index.js +2 -2
- package/modern/StaticDateTimePicker/index.js +2 -2
- package/modern/StaticTimePicker/index.js +2 -2
- package/modern/TabContext/index.js +2 -2
- package/modern/TabList/TabList.js +1 -1
- package/modern/TabList/index.js +1 -1
- package/modern/TabPanel/TabPanel.js +2 -2
- package/modern/TabPanel/index.js +3 -3
- package/modern/TimePicker/index.js +2 -2
- package/modern/Timeline/Timeline.js +5 -5
- package/modern/Timeline/index.js +4 -4
- package/modern/TimelineConnector/TimelineConnector.js +1 -1
- package/modern/TimelineConnector/index.js +3 -3
- package/modern/TimelineContent/TimelineContent.js +3 -3
- package/modern/TimelineContent/index.js +3 -3
- package/modern/TimelineDot/TimelineDot.js +1 -1
- package/modern/TimelineDot/index.js +3 -3
- package/modern/TimelineItem/TimelineItem.js +5 -5
- package/modern/TimelineItem/index.js +3 -3
- package/modern/TimelineOppositeContent/TimelineOppositeContent.js +3 -3
- package/modern/TimelineOppositeContent/index.js +3 -3
- package/modern/TimelineSeparator/TimelineSeparator.js +1 -1
- package/modern/TimelineSeparator/index.js +3 -3
- package/modern/ToggleButton/index.js +1 -1
- package/modern/ToggleButtonGroup/index.js +1 -1
- package/modern/TreeItem/index.js +2 -2
- package/modern/TreeView/index.js +2 -2
- package/modern/YearPicker/index.js +2 -2
- package/modern/index.js +104 -104
- package/node/AdapterDateFns/index.js +1 -1
- package/node/AdapterDayjs/index.js +1 -1
- package/node/AdapterLuxon/index.js +1 -1
- package/node/AdapterMoment/index.js +1 -1
- package/node/Alert/Alert.js +2 -3
- package/node/Alert/index.js +1 -1
- package/node/AlertTitle/AlertTitle.js +2 -3
- package/node/AlertTitle/index.js +1 -1
- package/node/Autocomplete/Autocomplete.js +2 -3
- package/node/Autocomplete/index.js +1 -1
- package/node/AvatarGroup/AvatarGroup.js +2 -3
- package/node/AvatarGroup/index.js +1 -1
- package/node/CalendarPicker/CalendarPicker.js +1 -2
- package/node/CalendarPicker/index.js +2 -3
- package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +1 -2
- package/node/CalendarPickerSkeleton/index.js +2 -3
- package/node/ClockPicker/ClockPicker.js +1 -2
- package/node/ClockPicker/index.js +2 -3
- package/node/DatePicker/DatePicker.js +1 -2
- package/node/DatePicker/index.js +2 -3
- package/node/DateRangePicker/DateRangePicker.js +1 -2
- package/node/DateRangePicker/index.js +2 -3
- package/node/DateRangePickerDay/DateRangePickerDay.js +1 -2
- package/node/DateRangePickerDay/index.js +2 -3
- package/node/DateTimePicker/DateTimePicker.js +1 -2
- package/node/DateTimePicker/index.js +2 -3
- package/node/DesktopDatePicker/DesktopDatePicker.js +1 -2
- package/node/DesktopDatePicker/index.js +2 -3
- package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -2
- package/node/DesktopDateRangePicker/index.js +2 -3
- package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +1 -2
- package/node/DesktopDateTimePicker/index.js +2 -3
- package/node/DesktopTimePicker/DesktopTimePicker.js +1 -2
- package/node/DesktopTimePicker/index.js +2 -3
- package/node/LoadingButton/LoadingButton.js +23 -9
- package/node/LoadingButton/index.js +3 -4
- package/node/LoadingButton/loadingButtonClasses.js +2 -2
- package/node/LocalizationProvider/LocalizationProvider.js +1 -2
- package/node/LocalizationProvider/index.js +2 -3
- package/node/Masonry/Masonry.js +2 -3
- package/node/Masonry/index.js +3 -4
- package/node/Masonry/masonryClasses.js +1 -1
- package/node/MobileDatePicker/MobileDatePicker.js +1 -2
- package/node/MobileDatePicker/index.js +2 -3
- package/node/MobileDateRangePicker/MobileDateRangePicker.js +1 -2
- package/node/MobileDateRangePicker/index.js +2 -3
- package/node/MobileDateTimePicker/MobileDateTimePicker.js +1 -2
- package/node/MobileDateTimePicker/index.js +2 -3
- package/node/MobileTimePicker/MobileTimePicker.js +1 -2
- package/node/MobileTimePicker/index.js +2 -3
- package/node/MonthPicker/MonthPicker.js +1 -2
- package/node/MonthPicker/index.js +2 -3
- package/node/Pagination/Pagination.js +2 -3
- package/node/Pagination/index.js +1 -1
- package/node/Pagination/usePagination.js +1 -1
- package/node/PaginationItem/PaginationItem.js +2 -3
- package/node/PaginationItem/index.js +1 -1
- package/node/PickersDay/PickersDay.js +1 -2
- package/node/PickersDay/index.js +2 -3
- package/node/Rating/Rating.js +2 -3
- package/node/Rating/index.js +1 -1
- package/node/Skeleton/Skeleton.js +2 -3
- package/node/Skeleton/index.js +1 -1
- package/node/SpeedDial/SpeedDial.js +2 -3
- package/node/SpeedDial/index.js +1 -1
- package/node/SpeedDialAction/SpeedDialAction.js +2 -3
- package/node/SpeedDialAction/index.js +1 -1
- package/node/SpeedDialIcon/SpeedDialIcon.js +2 -3
- package/node/SpeedDialIcon/index.js +1 -1
- package/node/StaticDatePicker/StaticDatePicker.js +1 -2
- package/node/StaticDatePicker/index.js +2 -3
- package/node/StaticDateRangePicker/StaticDateRangePicker.js +1 -2
- package/node/StaticDateRangePicker/index.js +2 -3
- package/node/StaticDateTimePicker/StaticDateTimePicker.js +1 -2
- package/node/StaticDateTimePicker/index.js +2 -3
- package/node/StaticTimePicker/StaticTimePicker.js +1 -2
- package/node/StaticTimePicker/index.js +2 -3
- package/node/TabContext/TabContext.js +2 -3
- package/node/TabContext/index.js +2 -3
- package/node/TabList/TabList.js +2 -3
- package/node/TabList/index.js +1 -1
- package/node/TabPanel/TabPanel.js +2 -3
- package/node/TabPanel/index.js +3 -4
- package/node/TabPanel/tabPanelClasses.js +1 -1
- package/node/TimePicker/TimePicker.js +1 -2
- package/node/TimePicker/index.js +2 -3
- package/node/Timeline/Timeline.js +4 -5
- package/node/Timeline/TimelineContext.js +1 -2
- package/node/Timeline/index.js +3 -4
- package/node/Timeline/timelineClasses.js +1 -1
- package/node/TimelineConnector/TimelineConnector.js +2 -3
- package/node/TimelineConnector/index.js +3 -4
- package/node/TimelineConnector/timelineConnectorClasses.js +1 -1
- package/node/TimelineContent/TimelineContent.js +2 -3
- package/node/TimelineContent/index.js +3 -4
- package/node/TimelineContent/timelineContentClasses.js +1 -1
- package/node/TimelineDot/TimelineDot.js +2 -3
- package/node/TimelineDot/index.js +3 -4
- package/node/TimelineDot/timelineDotClasses.js +1 -1
- package/node/TimelineItem/TimelineItem.js +2 -3
- package/node/TimelineItem/index.js +3 -4
- package/node/TimelineItem/timelineItemClasses.js +1 -1
- package/node/TimelineOppositeContent/TimelineOppositeContent.js +2 -3
- package/node/TimelineOppositeContent/index.js +3 -4
- package/node/TimelineOppositeContent/timelineOppositeContentClasses.js +1 -1
- package/node/TimelineSeparator/TimelineSeparator.js +2 -3
- package/node/TimelineSeparator/index.js +3 -4
- package/node/TimelineSeparator/timelineSeparatorClasses.js +1 -1
- package/node/ToggleButton/ToggleButton.js +2 -3
- package/node/ToggleButton/index.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +2 -3
- package/node/ToggleButtonGroup/index.js +1 -1
- package/node/TreeItem/TreeItem.js +1 -2
- package/node/TreeItem/index.js +2 -3
- package/node/TreeView/TreeView.js +1 -2
- package/node/TreeView/index.js +2 -3
- package/node/YearPicker/index.js +2 -3
- package/node/index.js +4 -5
- package/node/internal/svg-icons/ArrowDropDown.js +1 -2
- package/node/internal/svg-icons/ArrowLeft.js +1 -2
- package/node/internal/svg-icons/ArrowRight.js +1 -2
- package/node/internal/svg-icons/Calendar.js +1 -2
- package/node/internal/svg-icons/Clock.js +1 -2
- package/node/internal/svg-icons/DateRange.js +1 -2
- package/node/internal/svg-icons/Pen.js +1 -2
- package/node/internal/svg-icons/Time.js +1 -2
- package/package.json +6 -6
package/AdapterDateFns/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterDateFns.js";
|
package/AdapterDayjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterDayjs.js";
|
package/AdapterLuxon/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterLuxon.js";
|
package/AdapterMoment/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AdapterMoment.js";
|
package/Alert/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./Alert.js";
|
package/AlertTitle/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AlertTitle.js";
|
package/Autocomplete/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./Autocomplete.js";
|
package/AvatarGroup/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./AvatarGroup.js";
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,138 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.0.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.1..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 3, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.2`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 07 -->Fix `createTheme` with just color schemes (#43518) @siriwatknp
|
|
14
|
+
- ​<!-- 06 -->[Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
|
|
15
|
+
- ​<!-- 05 -->[MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
|
|
16
|
+
|
|
17
|
+
### `@mui/system@6.0.2`
|
|
18
|
+
|
|
19
|
+
- ​<!-- 08 -->[InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
|
|
20
|
+
- ​<!-- 04 -->Fix composeClasses v6 behavior change (#43537) @oliviertassinari
|
|
21
|
+
|
|
22
|
+
### `@mui/codemod@6.0.2`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 19 -->Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
|
|
25
|
+
|
|
26
|
+
### Docs
|
|
27
|
+
|
|
28
|
+
- ​<!-- 10 -->[figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
|
|
29
|
+
- ​<!-- 09 -->[material-ui] Fix template shadow tokens (#43514) @zanivan
|
|
30
|
+
- ​<!-- 15 -->Update version support range (#43565) @oliviertassinari
|
|
31
|
+
- ​<!-- 14 -->Polish Material UI Sync plugin code format @oliviertassinari
|
|
32
|
+
|
|
33
|
+
### Core
|
|
34
|
+
|
|
35
|
+
- ​<!-- 24 -->[blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
|
|
36
|
+
- ​<!-- 23 -->[blog] Makes the v5 name change clearer @oliviertassinari
|
|
37
|
+
- ​<!-- 22 -->[blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
|
|
38
|
+
- ​<!-- 21 -->[code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
|
|
39
|
+
- ​<!-- 20 -->[code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
|
|
40
|
+
- ​<!-- 18 -->[core] Fix CodeQL scan (#43547) @oliviertassinari
|
|
41
|
+
- ​<!-- 17 -->[core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
|
|
42
|
+
- ​<!-- 14 -->[docs-infra] Reduce description max-length (#43562) @oliviertassinari
|
|
43
|
+
- ​<!-- 13 -->[docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
|
|
44
|
+
- ​<!-- 12 -->[docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
|
|
45
|
+
- ​<!-- 09 -->[infra] Fixed workflow file path (#43528) @michelengelen
|
|
46
|
+
- ​<!-- 03 -->[typescript] Fix missing `Theme` generic (#43523) @siriwatknp
|
|
47
|
+
- ​<!-- 02 -->[website] Match pricing label with page @oliviertassinari
|
|
48
|
+
- ​<!-- 01 -->[website] Update Premium price and remove any mention to cap (#43466) @joserodolfofreitas
|
|
49
|
+
|
|
50
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan
|
|
51
|
+
|
|
52
|
+
## v6.0.1
|
|
53
|
+
|
|
54
|
+
<!-- generated comparing v6.0.0..master -->
|
|
55
|
+
|
|
56
|
+
_Aug 29, 2024_
|
|
57
|
+
|
|
58
|
+
A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
|
|
59
|
+
|
|
60
|
+
### `@mui/material@6.0.1`
|
|
61
|
+
|
|
62
|
+
- Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp
|
|
63
|
+
- [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova
|
|
64
|
+
|
|
65
|
+
### Docs
|
|
66
|
+
|
|
67
|
+
- [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson
|
|
68
|
+
- Add Material UI v6 is out! to the notifications (#43448) @oliviertassinari
|
|
69
|
+
- [material-ui] Dark scroll bars in templates (#43483) @aarongarciah
|
|
70
|
+
- [material-ui] Add TemplateFrame to templates (#43406) @zanivan
|
|
71
|
+
- [table] Make the data grid blend in (#43489) @oliviertassinari
|
|
72
|
+
|
|
73
|
+
### Core
|
|
74
|
+
|
|
75
|
+
- [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1
|
|
76
|
+
- [blog] Add missing social card to the blog post (#43465) @siriwatknp
|
|
77
|
+
- [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot
|
|
78
|
+
- [code-infra] Fix nextjs build cache (#43467) @JCQuintas
|
|
79
|
+
- Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai
|
|
80
|
+
- Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette
|
|
81
|
+
- Upgrade babel runtime (#43243) @Janpot
|
|
82
|
+
- [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah
|
|
83
|
+
- [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari
|
|
84
|
+
- [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah
|
|
85
|
+
- [examples] Use `latest` on all Material UI dependencies (#43494) @mnajdova
|
|
86
|
+
- [infra] fix workflow path (#43464) @michelengelen
|
|
87
|
+
|
|
88
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan
|
|
89
|
+
|
|
90
|
+
## 6.0.0
|
|
91
|
+
|
|
92
|
+
<!-- generated comparing v6.0.0-rc.0..master -->
|
|
93
|
+
|
|
94
|
+
_Aug 27, 2024_
|
|
95
|
+
|
|
96
|
+
We are excited to announce the stable release of Material-UI v6 🎉, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates.
|
|
97
|
+
|
|
98
|
+
### `@mui/material@6.0.0`
|
|
99
|
+
|
|
100
|
+
- Change React.ReactElement<any,any> type from any to unknown (#43358) @sai6855
|
|
101
|
+
- [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk
|
|
102
|
+
- [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand
|
|
103
|
+
|
|
104
|
+
### `@mui/lab@6.0.0-beta.8`
|
|
105
|
+
|
|
106
|
+
- [button] Add missing customize points for span (#43436) @oliviertassinari
|
|
107
|
+
|
|
108
|
+
### Docs
|
|
109
|
+
|
|
110
|
+
- Fix broken links (#43144) @DiegoAndai
|
|
111
|
+
- Updated mui-x roadmap links with the new project URL (#43444) @michelengelen
|
|
112
|
+
- Update pnpm order, move to second (#42712) @ahmadnadeem6236
|
|
113
|
+
- Fix CSS theme variables section (#43439) @siriwatknp
|
|
114
|
+
- Add two Toolpad Core components to Material UI sidebar (#43391) @prakhargupta1
|
|
115
|
+
- Fix licensingModel -> licenseModel @oliviertassinari
|
|
116
|
+
- Fix Stack Overflow issue canned response @oliviertassinari
|
|
117
|
+
- Avoid referencing MUI Core @oliviertassinari
|
|
118
|
+
- Fix description of eslint-plugin-material-ui @oliviertassinari
|
|
119
|
+
- [docs-infra] Polish reportBrokenLinks.js to support Base UI @oliviertassinari
|
|
120
|
+
- [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld
|
|
121
|
+
- [material-ui] Refine templates theme selector (#43396) @zanivan
|
|
122
|
+
|
|
123
|
+
### Core
|
|
124
|
+
|
|
125
|
+
- Prepare for v6 stable release (#43454) @siriwatknp
|
|
126
|
+
- [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
|
|
127
|
+
- [blog] Add Material UI v6 stable release (#41932) @siriwatknp
|
|
128
|
+
- [ci] Fix the release:changelog cmd (#43451) @mnajdova
|
|
129
|
+
- [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
|
|
130
|
+
- [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
|
|
131
|
+
- [infra] Add closing message workflow (#43450) @michelengelen
|
|
132
|
+
- [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
|
|
133
|
+
|
|
134
|
+
All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
|
|
135
|
+
|
|
3
136
|
## 6.0.0-rc.0
|
|
4
137
|
|
|
5
138
|
<!-- generated comparing v6.0.0-beta.6..next -->
|
package/CalendarPicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./CalendarPicker.js";
|
|
2
|
+
export * from "./CalendarPicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./CalendarPickerSkeleton.js";
|
|
2
|
+
export * from "./CalendarPickerSkeleton.js";
|
package/ClockPicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./ClockPicker.js";
|
|
2
|
+
export * from "./ClockPicker.js";
|
package/DatePicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DatePicker.js";
|
|
2
|
+
export * from "./DatePicker.js";
|
package/DateRangePicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DateRangePicker.js";
|
|
2
|
+
export * from "./DateRangePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DateRangePickerDay.js";
|
|
2
|
+
export * from "./DateRangePickerDay.js";
|
package/DateTimePicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DateTimePicker.js";
|
|
2
|
+
export * from "./DateTimePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DesktopDatePicker.js";
|
|
2
|
+
export * from "./DesktopDatePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DesktopDateRangePicker.js";
|
|
2
|
+
export * from "./DesktopDateRangePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DesktopDateTimePicker.js";
|
|
2
|
+
export * from "./DesktopDateTimePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./DesktopTimePicker.js";
|
|
2
|
+
export * from "./DesktopTimePicker.js";
|
|
@@ -10,6 +10,8 @@ export interface LoadingButtonOwnProps {
|
|
|
10
10
|
classes?: Partial<ButtonClasses> & {
|
|
11
11
|
/** Styles applied to the root element. */
|
|
12
12
|
root?: string;
|
|
13
|
+
/** Styles applied to the span element that wraps the children. */
|
|
14
|
+
label?: string;
|
|
13
15
|
/** Styles applied to the root element if `loading={true}`. */
|
|
14
16
|
loading?: string;
|
|
15
17
|
/** Styles applied to the loadingIndicator element. */
|
|
@@ -60,13 +62,13 @@ export type LoadingButtonTypeMap<
|
|
|
60
62
|
*
|
|
61
63
|
* Demos:
|
|
62
64
|
*
|
|
63
|
-
* - [Button Group](https://
|
|
64
|
-
* - [Button](https://
|
|
65
|
+
* - [Button Group](https://mui.com/material-ui/react-button-group/)
|
|
66
|
+
* - [Button](https://mui.com/material-ui/react-button/)
|
|
65
67
|
*
|
|
66
68
|
* API:
|
|
67
69
|
*
|
|
68
|
-
* - [LoadingButton API](https://
|
|
69
|
-
* - inherits [Button API](https://
|
|
70
|
+
* - [LoadingButton API](https://mui.com/material-ui/api/loading-button/)
|
|
71
|
+
* - inherits [Button API](https://mui.com/material-ui/api/button/)
|
|
70
72
|
*/
|
|
71
73
|
declare const LoadingButton: ExtendButton<LoadingButtonTypeMap>;
|
|
72
74
|
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { chainPropTypes } from '@mui/utils';
|
|
6
|
-
import { capitalize, unstable_useId as useId } from '@mui/material/utils';
|
|
6
|
+
import { capitalize, unstable_useId as useId, unstable_memoTheme as memoTheme } from '@mui/material/utils';
|
|
7
7
|
import { unstable_composeClasses as composeClasses } from '@mui/base';
|
|
8
8
|
import { useDefaultProps } from '@mui/material/DefaultPropsProvider';
|
|
9
9
|
import Button from '@mui/material/Button';
|
|
10
10
|
import { ButtonGroupContext } from '@mui/material/ButtonGroup';
|
|
11
11
|
import CircularProgress from '@mui/material/CircularProgress';
|
|
12
12
|
import resolveProps from '@mui/utils/resolveProps';
|
|
13
|
-
import { styled } from
|
|
14
|
-
import loadingButtonClasses, { getLoadingButtonUtilityClass } from
|
|
13
|
+
import { styled } from "../zero-styled/index.js";
|
|
14
|
+
import loadingButtonClasses, { getLoadingButtonUtilityClass } from "./loadingButtonClasses.js";
|
|
15
15
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
16
|
const useUtilityClasses = ownerState => {
|
|
17
17
|
const {
|
|
@@ -21,6 +21,7 @@ const useUtilityClasses = ownerState => {
|
|
|
21
21
|
} = ownerState;
|
|
22
22
|
const slots = {
|
|
23
23
|
root: ['root', loading && 'loading'],
|
|
24
|
+
label: ['label'],
|
|
24
25
|
startIcon: [loading && `startIconLoading${capitalize(loadingPosition)}`],
|
|
25
26
|
endIcon: [loading && `endIconLoading${capitalize(loadingPosition)}`],
|
|
26
27
|
loadingIndicator: ['loadingIndicator', loading && `loadingIndicator${capitalize(loadingPosition)}`]
|
|
@@ -46,9 +47,10 @@ const LoadingButtonRoot = styled(Button, {
|
|
|
46
47
|
[`& .${loadingButtonClasses.endIconLoadingEnd}`]: styles.endIconLoadingEnd
|
|
47
48
|
}];
|
|
48
49
|
}
|
|
49
|
-
})(({
|
|
50
|
+
})(memoTheme(({
|
|
50
51
|
theme
|
|
51
52
|
}) => ({
|
|
53
|
+
display: 'inline-flex',
|
|
52
54
|
[`& .${loadingButtonClasses.startIconLoadingStart}, & .${loadingButtonClasses.endIconLoadingEnd}`]: {
|
|
53
55
|
transition: theme.transitions.create(['opacity'], {
|
|
54
56
|
duration: theme.transitions.duration.short
|
|
@@ -94,7 +96,7 @@ const LoadingButtonRoot = styled(Button, {
|
|
|
94
96
|
}
|
|
95
97
|
}
|
|
96
98
|
}]
|
|
97
|
-
}));
|
|
99
|
+
})));
|
|
98
100
|
const LoadingButtonLoadingIndicator = styled('span', {
|
|
99
101
|
name: 'MuiLoadingButton',
|
|
100
102
|
slot: 'LoadingIndicator',
|
|
@@ -104,7 +106,7 @@ const LoadingButtonLoadingIndicator = styled('span', {
|
|
|
104
106
|
} = props;
|
|
105
107
|
return [styles.loadingIndicator, styles[`loadingIndicator${capitalize(ownerState.loadingPosition)}`]];
|
|
106
108
|
}
|
|
107
|
-
})(({
|
|
109
|
+
})(memoTheme(({
|
|
108
110
|
theme
|
|
109
111
|
}) => ({
|
|
110
112
|
position: 'absolute',
|
|
@@ -184,7 +186,18 @@ const LoadingButtonLoadingIndicator = styled('span', {
|
|
|
184
186
|
right: -10
|
|
185
187
|
}
|
|
186
188
|
}]
|
|
187
|
-
}));
|
|
189
|
+
})));
|
|
190
|
+
const LoadingButtonLabel = styled('span', {
|
|
191
|
+
name: 'MuiLoadingButton',
|
|
192
|
+
slot: 'Label',
|
|
193
|
+
overridesResolver: (props, styles) => {
|
|
194
|
+
return [styles.label];
|
|
195
|
+
}
|
|
196
|
+
})({
|
|
197
|
+
display: 'inherit',
|
|
198
|
+
alignItems: 'inherit',
|
|
199
|
+
justifyContent: 'inherit'
|
|
200
|
+
});
|
|
188
201
|
const LoadingButton = /*#__PURE__*/React.forwardRef(function LoadingButton(inProps, ref) {
|
|
189
202
|
const contextProps = React.useContext(ButtonGroupContext);
|
|
190
203
|
const resolvedProps = resolveProps(contextProps, inProps);
|
|
@@ -230,9 +243,11 @@ const LoadingButton = /*#__PURE__*/React.forwardRef(function LoadingButton(inPro
|
|
|
230
243
|
variant: variant,
|
|
231
244
|
classes: classes,
|
|
232
245
|
ownerState: ownerState,
|
|
233
|
-
children: [ownerState.loadingPosition === 'end' ? /*#__PURE__*/_jsx(
|
|
246
|
+
children: [ownerState.loadingPosition === 'end' ? /*#__PURE__*/_jsx(LoadingButtonLabel, {
|
|
247
|
+
className: classes.label,
|
|
234
248
|
children: children
|
|
235
|
-
}) : loadingButtonLoadingIndicator, ownerState.loadingPosition === 'end' ? loadingButtonLoadingIndicator : /*#__PURE__*/_jsx(
|
|
249
|
+
}) : loadingButtonLoadingIndicator, ownerState.loadingPosition === 'end' ? loadingButtonLoadingIndicator : /*#__PURE__*/_jsx(LoadingButtonLabel, {
|
|
250
|
+
className: classes.label,
|
|
236
251
|
children: children
|
|
237
252
|
})]
|
|
238
253
|
});
|
package/LoadingButton/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export { default as loadingButtonClasses } from
|
|
3
|
-
export * from
|
|
1
|
+
export { default } from "./LoadingButton.js";
|
|
2
|
+
export { default as loadingButtonClasses } from "./loadingButtonClasses.js";
|
|
3
|
+
export * from "./loadingButtonClasses.js";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export interface LoadingButtonClasses {
|
|
2
2
|
/** Styles applied to the root element. */
|
|
3
3
|
root: string;
|
|
4
|
+
/** Styles applied to the span element that wraps the children. */
|
|
5
|
+
label: string;
|
|
4
6
|
/** Styles applied to the root element if `loading={true}`. */
|
|
5
7
|
loading: string;
|
|
6
8
|
/** Styles applied to the loadingIndicator element. */
|
|
@@ -3,5 +3,5 @@ import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
|
|
|
3
3
|
export function getLoadingButtonUtilityClass(slot) {
|
|
4
4
|
return generateUtilityClass('MuiLoadingButton', slot);
|
|
5
5
|
}
|
|
6
|
-
const loadingButtonClasses = generateUtilityClasses('MuiLoadingButton', ['root', 'loading', 'loadingIndicator', 'loadingIndicatorCenter', 'loadingIndicatorStart', 'loadingIndicatorEnd', 'endIconLoadingEnd', 'startIconLoadingStart']);
|
|
6
|
+
const loadingButtonClasses = generateUtilityClasses('MuiLoadingButton', ['root', 'label', 'loading', 'loadingIndicator', 'loadingIndicatorCenter', 'loadingIndicatorStart', 'loadingIndicatorEnd', 'endIconLoadingEnd', 'startIconLoadingStart']);
|
|
7
7
|
export default loadingButtonClasses;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./LocalizationProvider.js";
|
|
2
|
+
export * from "./LocalizationProvider.js";
|
package/Masonry/Masonry.d.ts
CHANGED
|
@@ -56,11 +56,11 @@ export interface MasonryTypeMap<
|
|
|
56
56
|
*
|
|
57
57
|
* Demos:
|
|
58
58
|
*
|
|
59
|
-
* - [Masonry](https://
|
|
59
|
+
* - [Masonry](https://mui.com/material-ui/react-masonry/)
|
|
60
60
|
*
|
|
61
61
|
* API:
|
|
62
62
|
*
|
|
63
|
-
* - [Masonry API](https://
|
|
63
|
+
* - [Masonry API](https://mui.com/material-ui/api/masonry/)
|
|
64
64
|
*/
|
|
65
65
|
declare const Masonry: OverridableComponent<MasonryTypeMap>;
|
|
66
66
|
|
package/Masonry/Masonry.js
CHANGED
|
@@ -8,7 +8,7 @@ import { deepmerge, unstable_useForkRef as useForkRef, unstable_useEnhancedEffec
|
|
|
8
8
|
import clsx from 'clsx';
|
|
9
9
|
import PropTypes from 'prop-types';
|
|
10
10
|
import * as React from 'react';
|
|
11
|
-
import { getMasonryUtilityClass } from
|
|
11
|
+
import { getMasonryUtilityClass } from "./masonryClasses.js";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
export const parseToNumber = val => {
|
|
14
14
|
return Number(val.replace('px', ''));
|
package/Masonry/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
3
|
-
export { default as masonryClasses } from
|
|
1
|
+
export { default } from "./Masonry.js";
|
|
2
|
+
export * from "./masonryClasses.js";
|
|
3
|
+
export { default as masonryClasses } from "./masonryClasses.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./MobileDatePicker.js";
|
|
2
|
+
export * from "./MobileDatePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./MobileDateRangePicker.js";
|
|
2
|
+
export * from "./MobileDateRangePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./MobileDateTimePicker.js";
|
|
2
|
+
export * from "./MobileDateTimePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./MobileTimePicker.js";
|
|
2
|
+
export * from "./MobileTimePicker.js";
|
package/MonthPicker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./MonthPicker.js";
|
|
2
|
+
export * from "./MonthPicker.js";
|
package/Pagination/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export { default as usePagination } from
|
|
1
|
+
export { default } from "./Pagination.js";
|
|
2
|
+
export { default as usePagination } from "./usePagination.js";
|
package/PaginationItem/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./PaginationItem.js";
|
package/PickersDay/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./PickersDay.js";
|
|
2
|
+
export * from "./PickersDay.js";
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Install the package in your project directory with:
|
|
|
9
9
|
<!-- #default-branch-switch -->
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install @mui/lab
|
|
12
|
+
npm install @mui/lab
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
The lab has peer dependencies on the Material Design components and on the Emotion library.
|
|
@@ -18,11 +18,11 @@ If you are not already using them in your project, you can install with:
|
|
|
18
18
|
<!-- #default-branch-switch -->
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npm install @mui/material
|
|
21
|
+
npm install @mui/material @emotion/react @emotion/styled
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Documentation
|
|
25
25
|
|
|
26
26
|
<!-- #default-branch-switch -->
|
|
27
27
|
|
|
28
|
-
Visit [https://
|
|
28
|
+
Visit [https://mui.com/material-ui/about-the-lab/](https://mui.com/material-ui/about-the-lab/) to view the full documentation.
|
package/Rating/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./Rating.js";
|
package/Skeleton/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./Skeleton.js";
|
package/SpeedDial/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./SpeedDial.js";
|
package/SpeedDialAction/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./SpeedDialAction.js";
|
package/SpeedDialIcon/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./SpeedDialIcon.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./StaticDatePicker.js";
|
|
2
|
+
export * from "./StaticDatePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./StaticDateRangePicker.js";
|
|
2
|
+
export * from "./StaticDateRangePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./StaticDateTimePicker.js";
|
|
2
|
+
export * from "./StaticDateTimePicker.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./StaticTimePicker.js";
|
|
2
|
+
export * from "./StaticTimePicker.js";
|
|
@@ -19,11 +19,11 @@ export interface TabContextProps {
|
|
|
19
19
|
*
|
|
20
20
|
* Demos:
|
|
21
21
|
*
|
|
22
|
-
* - [Tabs](https://
|
|
22
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
23
23
|
*
|
|
24
24
|
* API:
|
|
25
25
|
*
|
|
26
|
-
* - [TabContext API](https://
|
|
26
|
+
* - [TabContext API](https://mui.com/material-ui/api/tab-context/)
|
|
27
27
|
*/
|
|
28
28
|
export default function TabContext(props: TabContextProps): React.JSX.Element;
|
|
29
29
|
export function useTabContext(): TabContextValue | null;
|
package/TabContext/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
2
|
-
export * from
|
|
1
|
+
export { default } from "./TabContext.js";
|
|
2
|
+
export * from "./TabContext.js";
|
package/TabList/TabList.d.ts
CHANGED
|
@@ -22,12 +22,12 @@ export interface TabListTypeMap<
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Tabs](https://
|
|
25
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TabList API](https://
|
|
30
|
-
* - inherits [Tabs API](https://
|
|
29
|
+
* - [TabList API](https://mui.com/material-ui/api/tab-list/)
|
|
30
|
+
* - inherits [Tabs API](https://mui.com/material-ui/api/tabs/)
|
|
31
31
|
*/
|
|
32
32
|
declare const TabList: OverridableComponent<TabListTypeMap>;
|
|
33
33
|
|
package/TabList/TabList.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import Tabs from '@mui/material/Tabs';
|
|
6
|
-
import { useTabContext, getTabId, getPanelId } from
|
|
6
|
+
import { useTabContext, getTabId, getPanelId } from "../TabContext/index.js";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
const TabList = /*#__PURE__*/React.forwardRef(function TabList(props, ref) {
|
|
9
9
|
const {
|
package/TabList/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from "./TabList.js";
|
package/TabPanel/TabPanel.d.ts
CHANGED
|
@@ -33,10 +33,10 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
33
33
|
*
|
|
34
34
|
* Demos:
|
|
35
35
|
*
|
|
36
|
-
* - [Tabs](https://
|
|
36
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
37
37
|
*
|
|
38
38
|
* API:
|
|
39
39
|
*
|
|
40
|
-
* - [TabPanel API](https://
|
|
40
|
+
* - [TabPanel API](https://mui.com/material-ui/api/tab-panel/)
|
|
41
41
|
*/
|
|
42
42
|
export default function TabPanel(props: TabPanelProps): React.JSX.Element;
|