@mui/lab 5.0.0-alpha.83 → 5.0.0-alpha.84

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.
Files changed (66) hide show
  1. package/AdapterDateFns/index.d.ts +1 -1
  2. package/AdapterDayjs/index.d.ts +1 -1
  3. package/AdapterLuxon/index.d.ts +1 -1
  4. package/AdapterMoment/index.d.ts +1 -1
  5. package/CHANGELOG.md +61 -4
  6. package/CalendarPicker/index.d.ts +2 -2
  7. package/CalendarPickerSkeleton/index.d.ts +2 -2
  8. package/ClockPicker/index.d.ts +2 -2
  9. package/DatePicker/index.d.ts +2 -2
  10. package/DateRangePicker/DateRangePicker.d.ts +11 -11
  11. package/DateRangePicker/index.d.ts +2 -2
  12. package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -13
  13. package/DateRangePickerDay/index.d.ts +2 -2
  14. package/DateTimePicker/index.d.ts +2 -2
  15. package/DesktopDatePicker/index.d.ts +2 -2
  16. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
  17. package/DesktopDateRangePicker/index.d.ts +2 -2
  18. package/DesktopDateTimePicker/index.d.ts +2 -2
  19. package/DesktopTimePicker/index.d.ts +2 -2
  20. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  21. package/LocalizationProvider/index.d.ts +2 -2
  22. package/Masonry/Masonry.js +9 -9
  23. package/Masonry/masonryClasses.d.ts +8 -8
  24. package/MobileDatePicker/index.d.ts +2 -2
  25. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
  26. package/MobileDateRangePicker/index.d.ts +2 -2
  27. package/MobileDateTimePicker/index.d.ts +2 -2
  28. package/MobileTimePicker/index.d.ts +2 -2
  29. package/MonthPicker/index.d.ts +2 -2
  30. package/PickersDay/index.d.ts +2 -2
  31. package/StaticDatePicker/index.d.ts +2 -2
  32. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
  33. package/StaticDateRangePicker/index.d.ts +2 -2
  34. package/StaticDateTimePicker/index.d.ts +2 -2
  35. package/StaticTimePicker/index.d.ts +2 -2
  36. package/TabPanel/tabPanelClasses.d.ts +8 -8
  37. package/TimePicker/index.d.ts +2 -2
  38. package/Timeline/Timeline.d.ts +59 -59
  39. package/Timeline/TimelineContext.d.ts +6 -6
  40. package/Timeline/index.d.ts +5 -5
  41. package/Timeline/timelineClasses.d.ts +3 -3
  42. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  43. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  44. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  45. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  46. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  47. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  48. package/TreeItem/treeItemClasses.d.ts +24 -24
  49. package/TreeView/treeViewClasses.d.ts +8 -8
  50. package/YearPicker/index.d.ts +2 -2
  51. package/index.js +1 -1
  52. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  53. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  54. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  55. package/internal/svg-icons/Calendar.d.ts +7 -7
  56. package/internal/svg-icons/Clock.d.ts +7 -7
  57. package/internal/svg-icons/DateRange.d.ts +7 -7
  58. package/internal/svg-icons/Pen.d.ts +7 -7
  59. package/internal/svg-icons/Time.d.ts +7 -7
  60. package/legacy/Masonry/Masonry.js +9 -9
  61. package/legacy/index.js +1 -1
  62. package/modern/Masonry/Masonry.js +9 -9
  63. package/modern/index.js +1 -1
  64. package/node/Masonry/Masonry.js +9 -9
  65. package/node/index.js +1 -1
  66. package/package.json +4 -4
@@ -1 +1 @@
1
- export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
1
+ export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
@@ -1 +1 @@
1
- export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
1
+ export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
@@ -1 +1 @@
1
- export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
1
+ export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
@@ -1 +1 @@
1
- export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
1
+ export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.2
4
+
5
+ <!-- generated comparing v5.8.1..master -->
6
+
7
+ _May 30, 2022_
8
+
9
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🐛 bug fixes and 📚 documentation improvements.
12
+
13
+ ### `@mui/system@5.8.2`
14
+
15
+ - &#8203;<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
16
+
17
+ ### `@mui/lab@5.0.0-alpha.84`
18
+
19
+ - &#8203;<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
20
+
21
+ ### `@mui/base@5.0.0-alpha.83`
22
+
23
+ - &#8203;<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
24
+ - &#8203;<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
25
+ - &#8203;<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
26
+ - &#8203;<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
27
+ - &#8203;<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
28
+
29
+ ### `@mui/joy@5.0.0-alpha.30`
30
+
31
+ - &#8203;<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
32
+ - &#8203;<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
33
+ - &#8203;<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
34
+ - &#8203;<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
35
+ - &#8203;<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
36
+ - &#8203;<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
37
+
38
+ ### Docs
39
+
40
+ - &#8203;<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
41
+ - &#8203;<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
42
+ - &#8203;<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
43
+ - &#8203;<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
44
+ - &#8203;<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
45
+ - &#8203;<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
46
+ - &#8203;<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
47
+ - &#8203;<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
48
+ - &#8203;<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
49
+ - &#8203;<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
50
+ - &#8203;<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
51
+
52
+ ### Core
53
+
54
+ - &#8203;<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
55
+ - &#8203;<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
56
+ - &#8203;<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
57
+
58
+ All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
59
+
3
60
  ## 5.8.1
4
61
 
5
62
  <!-- generated comparing v5.8.0..master -->
@@ -991,7 +1048,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
991
1048
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
992
1049
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
993
1050
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
994
- - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
1051
+ - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
995
1052
  - [website] Minor security improvements (#31062) @oliviertassinari
996
1053
  - [website] Improve title of open roles (#30963) @DanailH
997
1054
  - [website] Add BIMI avatar (#30444) @oliviertassinari
@@ -1006,7 +1063,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1006
1063
  - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
1007
1064
  - [core] Remove dead code (#31064) @oliviertassinari
1008
1065
 
1009
- All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
1066
+ All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
1010
1067
 
1011
1068
  ## 5.4.1
1012
1069
 
@@ -1716,14 +1773,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
1716
1773
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
1717
1774
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
1718
1775
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
1719
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
1776
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
1720
1777
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
1721
1778
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
1722
1779
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
1723
1780
  - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
1724
1781
  - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
1725
1782
 
1726
- All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
1783
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
1727
1784
 
1728
1785
  ## 5.2.0
1729
1786
 
@@ -1,2 +1,2 @@
1
- export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
2
- export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
1
+ export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
2
+ export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
@@ -1,2 +1,2 @@
1
- export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
2
- export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
1
+ export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
2
+ export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -1,2 +1,2 @@
1
- export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
2
- export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
1
+ export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
2
+ export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
@@ -1,2 +1,2 @@
1
- export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
2
- export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
1
+ export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
2
+ export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
@@ -1,11 +1,11 @@
1
- import * as React from 'react';
2
- declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateRangePicker: DateRangePickerComponent;
9
- export default DateRangePicker;
10
- export declare type DateRangePickerProps = Record<any, any>;
11
- export declare type DateRange<TDate> = [TDate | null, TDate | null];
1
+ import * as React from 'react';
2
+ declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePicker: DateRangePickerComponent;
9
+ export default DateRangePicker;
10
+ export declare type DateRangePickerProps = Record<any, any>;
11
+ export declare type DateRange<TDate> = [TDate | null, TDate | null];
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePicker';
2
- export * from './DateRangePicker';
1
+ export { default } from './DateRangePicker';
2
+ export * from './DateRangePicker';
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateRangePickerDay: DateRangePickerDayComponent;
9
- export default DateRangePickerDay;
10
- export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
- export declare type DateRangePickerDayProps = Record<any, any>;
12
- export declare type DateRangePickerDayClasses = any;
13
- export declare type DateRangePickerDayClassKey = any;
1
+ import * as React from 'react';
2
+ declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePickerDay: DateRangePickerDayComponent;
9
+ export default DateRangePickerDay;
10
+ export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
+ export declare type DateRangePickerDayProps = Record<any, any>;
12
+ export declare type DateRangePickerDayClasses = any;
13
+ export declare type DateRangePickerDayClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePickerDay';
2
- export * from './DateRangePickerDay';
1
+ export { default } from './DateRangePickerDay';
2
+ export * from './DateRangePickerDay';
@@ -1,2 +1,2 @@
1
- export { DateTimePicker as default } from '@mui/x-date-pickers/DateTimePicker';
2
- export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
1
+ export { DateTimePicker as default } from '@mui/x-date-pickers/DateTimePicker';
2
+ export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
@@ -1,2 +1,2 @@
1
- export { DesktopDatePicker as default } from '@mui/x-date-pickers/DesktopDatePicker';
2
- export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
1
+ export { DesktopDatePicker as default } from '@mui/x-date-pickers/DesktopDatePicker';
2
+ export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
- export default DesktopDateRangePicker;
10
- export declare type DesktopDateRangePickerProps = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
+ export default DesktopDateRangePicker;
10
+ export declare type DesktopDateRangePickerProps = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDateRangePicker';
2
- export * from './DesktopDateRangePicker';
1
+ export { default } from './DesktopDateRangePicker';
2
+ export * from './DesktopDateRangePicker';
@@ -1,2 +1,2 @@
1
- export { DesktopDateTimePicker as default } from '@mui/x-date-pickers/DesktopDateTimePicker';
2
- export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
1
+ export { DesktopDateTimePicker as default } from '@mui/x-date-pickers/DesktopDateTimePicker';
2
+ export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
@@ -1,2 +1,2 @@
1
- export { DesktopTimePicker as default } from '@mui/x-date-pickers/DesktopTimePicker';
2
- export type { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
1
+ export { DesktopTimePicker as default } from '@mui/x-date-pickers/DesktopTimePicker';
2
+ export type { DesktopTimePickerProps } from '@mui/x-date-pickers/DesktopTimePicker';
@@ -1,22 +1,22 @@
1
- export interface LoadingButtonClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `loading={true}`. */
5
- loading: string;
6
- /** Styles applied to the loadingIndicator element. */
7
- loadingIndicator: string;
8
- /** Styles applied to the loadingIndicator element if `loadingPosition="center"`. */
9
- loadingIndicatorCenter: string;
10
- /** Styles applied to the loadingIndicator element if `loadingPosition="start"`. */
11
- loadingIndicatorStart: string;
12
- /** Styles applied to the loadingIndicator element if `loadingPosition="end"`. */
13
- loadingIndicatorEnd: string;
14
- /** Styles applied to the endIcon element if `loading={true}` and `loadingPosition="end"`. */
15
- endIconLoadingEnd: string;
16
- /** Styles applied to the startIcon element if `loading={true}` and `loadingPosition="start"`. */
17
- startIconLoadingStart: string;
18
- }
19
- export declare type LoadingButtonClassKey = keyof LoadingButtonClasses;
20
- export declare function getLoadingButtonUtilityClass(slot: string): string;
21
- declare const loadingButtonClasses: LoadingButtonClasses;
22
- export default loadingButtonClasses;
1
+ export interface LoadingButtonClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `loading={true}`. */
5
+ loading: string;
6
+ /** Styles applied to the loadingIndicator element. */
7
+ loadingIndicator: string;
8
+ /** Styles applied to the loadingIndicator element if `loadingPosition="center"`. */
9
+ loadingIndicatorCenter: string;
10
+ /** Styles applied to the loadingIndicator element if `loadingPosition="start"`. */
11
+ loadingIndicatorStart: string;
12
+ /** Styles applied to the loadingIndicator element if `loadingPosition="end"`. */
13
+ loadingIndicatorEnd: string;
14
+ /** Styles applied to the endIcon element if `loading={true}` and `loadingPosition="end"`. */
15
+ endIconLoadingEnd: string;
16
+ /** Styles applied to the startIcon element if `loading={true}` and `loadingPosition="start"`. */
17
+ startIconLoadingStart: string;
18
+ }
19
+ export declare type LoadingButtonClassKey = keyof LoadingButtonClasses;
20
+ export declare function getLoadingButtonUtilityClass(slot: string): string;
21
+ declare const loadingButtonClasses: LoadingButtonClasses;
22
+ export default loadingButtonClasses;
@@ -1,2 +1,2 @@
1
- export { LocalizationProvider as default } from '@mui/x-date-pickers/LocalizationProvider';
2
- export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
1
+ export { LocalizationProvider as default } from '@mui/x-date-pickers/LocalizationProvider';
2
+ export type { LocalizationProviderProps } from '@mui/x-date-pickers/LocalizationProvider';
@@ -14,6 +14,12 @@ import { jsxs as _jsxs } from "react/jsx-runtime";
14
14
  export const parseToNumber = val => {
15
15
  return Number(val.replace('px', ''));
16
16
  };
17
+ const lineBreakStyle = {
18
+ flexBasis: '100%',
19
+ width: 0,
20
+ margin: 0,
21
+ padding: 0
22
+ };
17
23
 
18
24
  const useUtilityClasses = ownerState => {
19
25
  const {
@@ -33,13 +39,13 @@ export const getStyle = ({
33
39
  width: '100%',
34
40
  display: 'flex',
35
41
  flexFlow: 'column wrap',
36
- alignContent: 'space-between',
42
+ alignContent: 'flex-start',
37
43
  boxSizing: 'border-box',
38
44
  '& > *': {
39
45
  boxSizing: 'border-box'
40
46
  }
41
47
  };
42
- const stylesSSR = {};
48
+ const stylesSSR = {}; // Only applicable for Server-Side Rendering
43
49
 
44
50
  if (ownerState.isSSR) {
45
51
  const orderStyleSSR = {};
@@ -245,13 +251,7 @@ const Masonry = /*#__PURE__*/React.forwardRef(function Masonry(inProps, ref) {
245
251
 
246
252
  return () => resizeObserver ? resizeObserver.disconnect() : {};
247
253
  }, [columns, spacing, children]);
248
- const handleRef = useForkRef(ref, masonryRef);
249
- const lineBreakStyle = {
250
- flexBasis: '100%',
251
- width: 0,
252
- margin: 0,
253
- padding: 0
254
- }; // columns are likely to have different heights and hence can start to merge;
254
+ const handleRef = useForkRef(ref, masonryRef); // columns are likely to have different heights and hence can start to merge;
255
255
  // a line break at the end of each column prevents columns from merging
256
256
 
257
257
  const lineBreaks = new Array(numberOfLineBreaks).fill('').map((_, index) => /*#__PURE__*/_jsx("span", {
@@ -1,8 +1,8 @@
1
- export interface MasonryClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- }
5
- export declare type MasonryClassKey = keyof MasonryClasses;
6
- export declare function getMasonryUtilityClass(slot: string): string;
7
- declare const masonryClasses: MasonryClasses;
8
- export default masonryClasses;
1
+ export interface MasonryClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ }
5
+ export declare type MasonryClassKey = keyof MasonryClasses;
6
+ export declare function getMasonryUtilityClass(slot: string): string;
7
+ declare const masonryClasses: MasonryClasses;
8
+ export default masonryClasses;
@@ -1,2 +1,2 @@
1
- export { MobileDatePicker as default } from '@mui/x-date-pickers/MobileDatePicker';
2
- export type { MobileDatePickerProps } from '@mui/x-date-pickers/MobileDatePicker';
1
+ export { MobileDatePicker as default } from '@mui/x-date-pickers/MobileDatePicker';
2
+ export type { MobileDatePickerProps } from '@mui/x-date-pickers/MobileDatePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const MobileDateRangePicker: MobileDateRangePickerComponent;
9
- export default MobileDateRangePicker;
10
- export declare type MobileDateRangePickerProps = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const MobileDateRangePicker: MobileDateRangePickerComponent;
9
+ export default MobileDateRangePicker;
10
+ export declare type MobileDateRangePickerProps = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './MobileDateRangePicker';
2
- export * from './MobileDateRangePicker';
1
+ export { default } from './MobileDateRangePicker';
2
+ export * from './MobileDateRangePicker';
@@ -1,2 +1,2 @@
1
- export { MobileDateTimePicker as default } from '@mui/x-date-pickers/MobileDateTimePicker';
2
- export type { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
1
+ export { MobileDateTimePicker as default } from '@mui/x-date-pickers/MobileDateTimePicker';
2
+ export type { MobileDateTimePickerProps } from '@mui/x-date-pickers/MobileDateTimePicker';
@@ -1,2 +1,2 @@
1
- export { MobileTimePicker as default } from '@mui/x-date-pickers/MobileTimePicker';
2
- export type { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';
1
+ export { MobileTimePicker as default } from '@mui/x-date-pickers/MobileTimePicker';
2
+ export type { MobileTimePickerProps } from '@mui/x-date-pickers/MobileTimePicker';
@@ -1,2 +1,2 @@
1
- export { MonthPicker as default, getMonthPickerUtilityClass, monthPickerClasses, } from '@mui/x-date-pickers/MonthPicker';
2
- export type { MonthPickerClassKey, MonthPickerProps } from '@mui/x-date-pickers/MonthPicker';
1
+ export { MonthPicker as default, getMonthPickerUtilityClass, monthPickerClasses, } from '@mui/x-date-pickers/MonthPicker';
2
+ export type { MonthPickerClassKey, MonthPickerProps } from '@mui/x-date-pickers/MonthPicker';
@@ -1,2 +1,2 @@
1
- export { PickersDay as default, pickersDayClasses, getPickersDayUtilityClass, } from '@mui/x-date-pickers/PickersDay';
2
- export type { PickersDayClassKey, PickersDayProps } from '@mui/x-date-pickers/PickersDay';
1
+ export { PickersDay as default, pickersDayClasses, getPickersDayUtilityClass, } from '@mui/x-date-pickers/PickersDay';
2
+ export type { PickersDayClassKey, PickersDayProps } from '@mui/x-date-pickers/PickersDay';
@@ -1,2 +1,2 @@
1
- export { StaticDatePicker as default } from '@mui/x-date-pickers/StaticDatePicker';
2
- export type { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
1
+ export { StaticDatePicker as default } from '@mui/x-date-pickers/StaticDatePicker';
2
+ export type { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const StaticDateRangePicker: StaticDateRangePickerComponent;
9
- export default StaticDateRangePicker;
10
- export declare type StaticDateRangePickerProps = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const StaticDateRangePicker: StaticDateRangePickerComponent;
9
+ export default StaticDateRangePicker;
10
+ export declare type StaticDateRangePickerProps = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './StaticDateRangePicker';
2
- export * from './StaticDateRangePicker';
1
+ export { default } from './StaticDateRangePicker';
2
+ export * from './StaticDateRangePicker';
@@ -1,2 +1,2 @@
1
- export { StaticDateTimePicker as default } from '@mui/x-date-pickers/StaticDateTimePicker';
2
- export type { StaticDateTimePickerProps } from '@mui/x-date-pickers/StaticDateTimePicker';
1
+ export { StaticDateTimePicker as default } from '@mui/x-date-pickers/StaticDateTimePicker';
2
+ export type { StaticDateTimePickerProps } from '@mui/x-date-pickers/StaticDateTimePicker';
@@ -1,2 +1,2 @@
1
- export { StaticTimePicker as default } from '@mui/x-date-pickers/StaticTimePicker';
2
- export type { StaticTimePickerProps } from '@mui/x-date-pickers/StaticTimePicker';
1
+ export { StaticTimePicker as default } from '@mui/x-date-pickers/StaticTimePicker';
2
+ export type { StaticTimePickerProps } from '@mui/x-date-pickers/StaticTimePicker';
@@ -1,8 +1,8 @@
1
- export interface TabPanelClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- }
5
- export declare type TabPanelClassKey = keyof TabPanelClasses;
6
- export declare function getTabPanelUtilityClass(slot: string): string;
7
- declare const tabPanelClasses: TabPanelClasses;
8
- export default tabPanelClasses;
1
+ export interface TabPanelClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ }
5
+ export declare type TabPanelClassKey = keyof TabPanelClasses;
6
+ export declare function getTabPanelUtilityClass(slot: string): string;
7
+ declare const tabPanelClasses: TabPanelClasses;
8
+ export default tabPanelClasses;
@@ -1,2 +1,2 @@
1
- export { TimePicker as default } from '@mui/x-date-pickers/TimePicker';
2
- export type { TimePickerProps } from '@mui/x-date-pickers/TimePicker';
1
+ export { TimePicker as default } from '@mui/x-date-pickers/TimePicker';
2
+ export type { TimePickerProps } from '@mui/x-date-pickers/TimePicker';