@mui/lab 7.0.1-beta.21 → 7.0.1-beta.23
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 +101 -0
- package/Masonry/Masonry.d.ts +8 -8
- package/TabPanel/TabPanel.d.ts +3 -3
- package/Timeline/Timeline.types.d.ts +4 -4
- package/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/TimelineContent/TimelineContent.d.ts +2 -2
- package/TimelineDot/TimelineDot.d.ts +4 -4
- package/TimelineItem/TimelineItem.d.ts +3 -3
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +2 -2
- package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/esm/Masonry/Masonry.d.ts +8 -8
- package/esm/TabPanel/TabPanel.d.ts +3 -3
- package/esm/Timeline/Timeline.types.d.ts +4 -4
- package/esm/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/esm/TimelineContent/TimelineContent.d.ts +2 -2
- package/esm/TimelineDot/TimelineDot.d.ts +4 -4
- package/esm/TimelineItem/TimelineItem.d.ts +3 -3
- package/esm/TimelineOppositeContent/TimelineOppositeContent.d.ts +2 -2
- package/esm/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/esm/index.js +1 -1
- package/esm/themeAugmentation/components.d.ts +44 -44
- package/index.js +1 -1
- package/package.json +7 -7
- package/themeAugmentation/components.d.ts +44 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,106 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.3.9
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.3.8..v7.x -->
|
|
6
|
+
|
|
7
|
+
_Mar 5, 2026_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.3.9`
|
|
12
|
+
|
|
13
|
+
- Clean up duplicated CSS rules (#47893) @sai6855
|
|
14
|
+
- [theme] Generate `color-mix` value on top of default generated Material UI CSS variables (#47791) @ZeeshanTamboli
|
|
15
|
+
- [tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47841) @ZeeshanTamboli
|
|
16
|
+
- [table cell][theme] Apply `alpha` before color mixing to border bottom color when nativeColor + cssVariables is used (#47840) @ZeeshanTamboli
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- Fix small typo in NumberField page (#47888) @arthur-plazanet
|
|
21
|
+
- Fix Theme builder video (#47855) @oliviertassinari
|
|
22
|
+
- Add updated community theme resource (#47853) @PeterTYLiu
|
|
23
|
+
- Fix the keyboard navigation in GroupedMenu example (#47848) @silviuaavram
|
|
24
|
+
- Few copy fixes (#47810) @pavan-sh
|
|
25
|
+
- Fix JSX in Overriding component structure docs (#47805) @ZeeshanTamboli
|
|
26
|
+
- Fix SSR flicker sentence grammar (#47794) @pavan-sh
|
|
27
|
+
- [system] Update sizing docs to clarify `(0, 1]` behavior. (#47851) @matthias-ccri
|
|
28
|
+
- [theme] Fix `nativeColor` docs (#47759) (#47789) @ZeeshanTamboli
|
|
29
|
+
|
|
30
|
+
### Core
|
|
31
|
+
|
|
32
|
+
- point v7 subdomain to MUI X v7 docs (#113) @vmakhaev
|
|
33
|
+
- [blog] Blogpost for upcoming price changes for MUI X (#47748) (#47910) @DanailH
|
|
34
|
+
- [blog] Company Update: What we've been working on (and why) (alethomas) (#47626) (#47908) @alelthomas
|
|
35
|
+
- [core] Update releaseChangelog.mjs (#47862) @mnajdova
|
|
36
|
+
- [code-infra] Detect browser envs that don't support layout (#47813) (#47873) @Janpot
|
|
37
|
+
- [code-infra] Enable undefined addition to optional properties (#47815) @brijeshb42
|
|
38
|
+
- [docs-infra] Reapply Cookie Banner with Design Fixes (#47744) @dav-is
|
|
39
|
+
|
|
40
|
+
All contributors of this release in alphabetical order: @alelthomas, @arthur-plazanet, @brijeshb42, @DanailH, @dav-is, @Janpot, @matthias-ccri, @mnajdova, @oliviertassinari, @pavan-sh, @PeterTYLiu, @sai6855, @silviuaavram, @vmakhaev, @ZeeshanTamboli
|
|
41
|
+
|
|
42
|
+
## 7.3.8
|
|
43
|
+
|
|
44
|
+
<!-- generated comparing v7.3.7..master -->
|
|
45
|
+
|
|
46
|
+
_Feb 12, 2026_
|
|
47
|
+
|
|
48
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
49
|
+
|
|
50
|
+
### `@mui/material@7.3.8`
|
|
51
|
+
|
|
52
|
+
- [alert] Revert removing default icon mapping fallback (#47629) @ZeeshanTamboli
|
|
53
|
+
- [app-bar] Fix optional chaining in joinVars function (#47739) @sai6855
|
|
54
|
+
- [autocomplete] Fix scroll position resetting on reopen with `disableCloseOnSelect` (#47248) @ZeeshanTamboli
|
|
55
|
+
- [autocomplete] Pass fullWidth prop to input, with default as true (#47663) @silviuaavram
|
|
56
|
+
- [badge] Refactor variant styles generation (#47742) @sai6855
|
|
57
|
+
- [chip] Remove unnecessary `onDelete` check (#47753) @ZeeshanTamboli
|
|
58
|
+
- [switch][checkbox][radio] Remove `aria-disabled` from root span (#46318) @KirankumarAmbati
|
|
59
|
+
- [collapse] Remove unnecessary string concatenation (#47745) @sai6855
|
|
60
|
+
- [drawer] `persistent` and `permanent` variant Drawers should not override the styles via theme using `modal` class (#47581) @ZeeshanTamboli
|
|
61
|
+
- [tabs] Add ability to extend Tabs variant (#47590) @aditya1906
|
|
62
|
+
- [useAutocomplete] Add aria-multiselectable to listbox props when multiple is true (#47632) @silviuaavram
|
|
63
|
+
- [useAutocomplete] Use `React.Key` instead of `any` for `key` prop (#47619) @sonixx02
|
|
64
|
+
|
|
65
|
+
#### Core
|
|
66
|
+
|
|
67
|
+
- Revert "[docs-infra] Add Cookie Banner and Analytics Provider (#47445)" (868d23e) @dav-is
|
|
68
|
+
- Revert "[docs-infra] Update Cookie Consent Dialog styling and content (#47718)" (ae29d03) @dav-is
|
|
69
|
+
- [api-docs-builder] Validate slots prop and Slots interface export consistency (#47623) @Janpot
|
|
70
|
+
- [code-infra] Remove `window.muiDocConfig` (#47737) @Janpot
|
|
71
|
+
- [code-infra] Fix flaky Select test on Webkit (#47728) @Janpot
|
|
72
|
+
- [code-infra] Remove usage of NODE_ENV=test (#47692) @Janpot
|
|
73
|
+
- [code-infra] Prepare eslint rule rename (#47702) @Janpot
|
|
74
|
+
- [code-infra] Next.js 15.5.11 (security update) (#47697) @Janpot
|
|
75
|
+
- [code-infra] Fix Tooltip tests flakyness (#47669) @Janpot
|
|
76
|
+
- [code-infra] Improve instructions for error messages (#47668) @Janpot
|
|
77
|
+
- [code-infra] Add initial agent instructions (#47655) @Janpot
|
|
78
|
+
- [code-infra] Update broken links checker (#47633) @Janpot
|
|
79
|
+
- [code-infra] Improve Tooltip leaveDelay test (#47624) @Janpot
|
|
80
|
+
- [code-infra] Fix internal broken links (#47607) @Janpot
|
|
81
|
+
- [docs-infra] Resolve a few 301s in our docs (#47746) @Janpot
|
|
82
|
+
- [docs-infra] Update Cookie Consent Dialog styling and content (#47718) @dav-is
|
|
83
|
+
- [docs-infra] Add Cookie Banner and Analytics Provider (#47445) @dav-is
|
|
84
|
+
- [docs-infra] Make sure /customers page has a h1 (#47615) @Janpot
|
|
85
|
+
- [docs-infra] Fix privacy link (#47614) @Janpot
|
|
86
|
+
- [docs-infra] Resolve a few 301s (#47579) @Janpot
|
|
87
|
+
- [internal] Remove unused sponsor files (#47741) @oliviertassinari
|
|
88
|
+
- [markdown] Fix some broken hash links (#47609) @Janpot
|
|
89
|
+
- [test] Cleanup Table tests TODOs (#47656) @Ocheretovich
|
|
90
|
+
|
|
91
|
+
### Docs
|
|
92
|
+
|
|
93
|
+
- [website] unclickable banner in the pricing page (#47634) @aemartos
|
|
94
|
+
- [blog] Company Update: What we've been working on (and why) (#47626) @alelthomas
|
|
95
|
+
- [docs] Remove outdated notifications (#47743) @bernardobelchior
|
|
96
|
+
- [docs] Make Demo component product-agnostic (#47635) @Janpot
|
|
97
|
+
- [docs] Copyedit the Number Field doc (#47469) @mapache-salvaje
|
|
98
|
+
- [docs] Fix Roboto font not loading in iframe demos (#47660) @Janpot
|
|
99
|
+
- [docs] Replace Checkbox with Icons in Combobox examples (#47654) @silviuaavram
|
|
100
|
+
- [docs] Fix punctuation in TypeScript guide description (#47617) @nodirbekprogrammer
|
|
101
|
+
|
|
102
|
+
All contributors of this release in alphabetical order: @aditya1906, @aemartos, @alelthomas, @bernardobelchior, @dav-is, @Janpot, @KirankumarAmbati, @mapache-salvaje, @nodirbekprogrammer, @Ocheretovich, @oliviertassinari, @sai6855, @silviuaavram, @sonixx02, @ZeeshanTamboli
|
|
103
|
+
|
|
3
104
|
## 7.3.7
|
|
4
105
|
|
|
5
106
|
<!-- generated comparing v7.3.6..master -->
|
package/Masonry/Masonry.d.ts
CHANGED
|
@@ -10,38 +10,38 @@ export interface MasonryOwnProps {
|
|
|
10
10
|
/**
|
|
11
11
|
* Override or extend the styles applied to the component.
|
|
12
12
|
*/
|
|
13
|
-
classes?: Partial<MasonryClasses
|
|
13
|
+
classes?: Partial<MasonryClasses> | undefined;
|
|
14
14
|
/**
|
|
15
15
|
* Number of columns.
|
|
16
16
|
* @default 4
|
|
17
17
|
*/
|
|
18
|
-
columns?: ResponsiveStyleValue<number | string
|
|
18
|
+
columns?: ResponsiveStyleValue<number | string> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* The default number of columns of the component. This is provided for server-side rendering.
|
|
21
21
|
*/
|
|
22
|
-
defaultColumns?: number;
|
|
22
|
+
defaultColumns?: number | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* The default height of the component in px. This is provided for server-side rendering.
|
|
25
25
|
*/
|
|
26
|
-
defaultHeight?: number;
|
|
26
|
+
defaultHeight?: number | undefined;
|
|
27
27
|
/**
|
|
28
28
|
* The default spacing of the component. Like `spacing`, it is a factor of the theme's spacing. This is provided for server-side rendering.
|
|
29
29
|
*/
|
|
30
|
-
defaultSpacing?: number;
|
|
30
|
+
defaultSpacing?: number | undefined;
|
|
31
31
|
/**
|
|
32
32
|
* Defines the space between children. It is a factor of the theme's spacing.
|
|
33
33
|
* @default 1
|
|
34
34
|
*/
|
|
35
|
-
spacing?: ResponsiveStyleValue<number | string
|
|
35
|
+
spacing?: ResponsiveStyleValue<number | string> | undefined;
|
|
36
36
|
/**
|
|
37
37
|
* Allows using sequential order rather than adding to shortest column
|
|
38
38
|
* @default false
|
|
39
39
|
*/
|
|
40
|
-
sequential?: boolean;
|
|
40
|
+
sequential?: boolean | undefined;
|
|
41
41
|
/**
|
|
42
42
|
* Allows defining system overrides as well as additional CSS styles.
|
|
43
43
|
*/
|
|
44
|
-
sx?: SxProps<Theme
|
|
44
|
+
sx?: SxProps<Theme> | undefined;
|
|
45
45
|
}
|
|
46
46
|
export interface MasonryTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'div'> {
|
|
47
47
|
props: AdditionalProps & MasonryOwnProps;
|
package/TabPanel/TabPanel.d.ts
CHANGED
|
@@ -11,11 +11,11 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<TabPanelClasses
|
|
14
|
+
classes?: Partial<TabPanelClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* The `value` of the corresponding `Tab`. Must use the index of the `Tab` when
|
|
21
21
|
* no `value` was passed to `Tab`.
|
|
@@ -25,7 +25,7 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
25
25
|
* Always keep the children in the DOM.
|
|
26
26
|
* @default false
|
|
27
27
|
*/
|
|
28
|
-
keepMounted?: boolean;
|
|
28
|
+
keepMounted?: boolean | undefined;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
@@ -7,7 +7,7 @@ export interface TimelineProps extends StandardProps<React.ComponentProps<'ul'>>
|
|
|
7
7
|
* The position where the TimelineContent should appear relative to the time axis.
|
|
8
8
|
* @default 'right'
|
|
9
9
|
*/
|
|
10
|
-
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse';
|
|
10
|
+
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse' | undefined;
|
|
11
11
|
/**
|
|
12
12
|
* The content of the component.
|
|
13
13
|
*/
|
|
@@ -15,13 +15,13 @@ export interface TimelineProps extends StandardProps<React.ComponentProps<'ul'>>
|
|
|
15
15
|
/**
|
|
16
16
|
* Override or extend the styles applied to the component.
|
|
17
17
|
*/
|
|
18
|
-
classes?: Partial<TimelineClasses
|
|
18
|
+
classes?: Partial<TimelineClasses> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* className applied to the root element.
|
|
21
21
|
*/
|
|
22
|
-
className?: string;
|
|
22
|
+
className?: string | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
25
25
|
*/
|
|
26
|
-
sx?: SxProps<Theme
|
|
26
|
+
sx?: SxProps<Theme> | undefined;
|
|
27
27
|
}
|
|
@@ -11,11 +11,11 @@ export interface TimelineConnectorProps extends StandardProps<React.HTMLAttribut
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<TimelineConnectorClasses
|
|
14
|
+
classes?: Partial<TimelineConnectorClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -12,11 +12,11 @@ export interface TimelineContentProps extends StandardProps<TypographyProps> {
|
|
|
12
12
|
/**
|
|
13
13
|
* Override or extend the styles applied to the component.
|
|
14
14
|
*/
|
|
15
|
-
classes?: Partial<TimelineContentClasses
|
|
15
|
+
classes?: Partial<TimelineContentClasses> | undefined;
|
|
16
16
|
/**
|
|
17
17
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
18
18
|
*/
|
|
19
|
-
sx?: SxProps<Theme
|
|
19
|
+
sx?: SxProps<Theme> | undefined;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -14,21 +14,21 @@ export interface TimelineDotProps extends StandardProps<React.HTMLAttributes<HTM
|
|
|
14
14
|
/**
|
|
15
15
|
* Override or extend the styles applied to the component.
|
|
16
16
|
*/
|
|
17
|
-
classes?: Partial<TimelineDotClasses
|
|
17
|
+
classes?: Partial<TimelineDotClasses> | undefined;
|
|
18
18
|
/**
|
|
19
19
|
* The dot can have a different colors.
|
|
20
20
|
* @default 'grey'
|
|
21
21
|
*/
|
|
22
|
-
color?: OverridableStringUnion<'inherit' | 'grey' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning', TimelineDotPropsColorOverrides
|
|
22
|
+
color?: OverridableStringUnion<'inherit' | 'grey' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning', TimelineDotPropsColorOverrides> | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
25
25
|
*/
|
|
26
|
-
sx?: SxProps<Theme
|
|
26
|
+
sx?: SxProps<Theme> | undefined;
|
|
27
27
|
/**
|
|
28
28
|
* The dot can appear filled or outlined.
|
|
29
29
|
* @default 'filled'
|
|
30
30
|
*/
|
|
31
|
-
variant?: OverridableStringUnion<'filled' | 'outlined', TimelineDotPropsVariantOverrides
|
|
31
|
+
variant?: OverridableStringUnion<'filled' | 'outlined', TimelineDotPropsVariantOverrides> | undefined;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
/**
|
|
@@ -7,7 +7,7 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
|
|
|
7
7
|
/**
|
|
8
8
|
* The position where the timeline's item should appear.
|
|
9
9
|
*/
|
|
10
|
-
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse';
|
|
10
|
+
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse' | undefined;
|
|
11
11
|
/**
|
|
12
12
|
* The content of the component.
|
|
13
13
|
*/
|
|
@@ -15,11 +15,11 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
|
|
|
15
15
|
/**
|
|
16
16
|
* Override or extend the styles applied to the component.
|
|
17
17
|
*/
|
|
18
|
-
classes?: Partial<TimelineItemClasses
|
|
18
|
+
classes?: Partial<TimelineItemClasses> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
21
21
|
*/
|
|
22
|
-
sx?: SxProps<Theme
|
|
22
|
+
sx?: SxProps<Theme> | undefined;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/**
|
|
@@ -12,11 +12,11 @@ export interface TimelineOppositeContentProps extends StandardProps<TypographyPr
|
|
|
12
12
|
/**
|
|
13
13
|
* Override or extend the styles applied to the component.
|
|
14
14
|
*/
|
|
15
|
-
classes?: Partial<TimelineOppositeContentClasses
|
|
15
|
+
classes?: Partial<TimelineOppositeContentClasses> | undefined;
|
|
16
16
|
/**
|
|
17
17
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
18
18
|
*/
|
|
19
|
-
sx?: SxProps<Theme
|
|
19
|
+
sx?: SxProps<Theme> | undefined;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -11,11 +11,11 @@ export interface TimelineSeparatorProps extends StandardProps<React.HTMLAttribut
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<TimelineSeparatorClasses
|
|
14
|
+
classes?: Partial<TimelineSeparatorClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
package/esm/Masonry/Masonry.d.ts
CHANGED
|
@@ -10,38 +10,38 @@ export interface MasonryOwnProps {
|
|
|
10
10
|
/**
|
|
11
11
|
* Override or extend the styles applied to the component.
|
|
12
12
|
*/
|
|
13
|
-
classes?: Partial<MasonryClasses
|
|
13
|
+
classes?: Partial<MasonryClasses> | undefined;
|
|
14
14
|
/**
|
|
15
15
|
* Number of columns.
|
|
16
16
|
* @default 4
|
|
17
17
|
*/
|
|
18
|
-
columns?: ResponsiveStyleValue<number | string
|
|
18
|
+
columns?: ResponsiveStyleValue<number | string> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* The default number of columns of the component. This is provided for server-side rendering.
|
|
21
21
|
*/
|
|
22
|
-
defaultColumns?: number;
|
|
22
|
+
defaultColumns?: number | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* The default height of the component in px. This is provided for server-side rendering.
|
|
25
25
|
*/
|
|
26
|
-
defaultHeight?: number;
|
|
26
|
+
defaultHeight?: number | undefined;
|
|
27
27
|
/**
|
|
28
28
|
* The default spacing of the component. Like `spacing`, it is a factor of the theme's spacing. This is provided for server-side rendering.
|
|
29
29
|
*/
|
|
30
|
-
defaultSpacing?: number;
|
|
30
|
+
defaultSpacing?: number | undefined;
|
|
31
31
|
/**
|
|
32
32
|
* Defines the space between children. It is a factor of the theme's spacing.
|
|
33
33
|
* @default 1
|
|
34
34
|
*/
|
|
35
|
-
spacing?: ResponsiveStyleValue<number | string
|
|
35
|
+
spacing?: ResponsiveStyleValue<number | string> | undefined;
|
|
36
36
|
/**
|
|
37
37
|
* Allows using sequential order rather than adding to shortest column
|
|
38
38
|
* @default false
|
|
39
39
|
*/
|
|
40
|
-
sequential?: boolean;
|
|
40
|
+
sequential?: boolean | undefined;
|
|
41
41
|
/**
|
|
42
42
|
* Allows defining system overrides as well as additional CSS styles.
|
|
43
43
|
*/
|
|
44
|
-
sx?: SxProps<Theme
|
|
44
|
+
sx?: SxProps<Theme> | undefined;
|
|
45
45
|
}
|
|
46
46
|
export interface MasonryTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'div'> {
|
|
47
47
|
props: AdditionalProps & MasonryOwnProps;
|
|
@@ -11,11 +11,11 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<TabPanelClasses
|
|
14
|
+
classes?: Partial<TabPanelClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* The `value` of the corresponding `Tab`. Must use the index of the `Tab` when
|
|
21
21
|
* no `value` was passed to `Tab`.
|
|
@@ -25,7 +25,7 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
25
25
|
* Always keep the children in the DOM.
|
|
26
26
|
* @default false
|
|
27
27
|
*/
|
|
28
|
-
keepMounted?: boolean;
|
|
28
|
+
keepMounted?: boolean | undefined;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
@@ -7,7 +7,7 @@ export interface TimelineProps extends StandardProps<React.ComponentProps<'ul'>>
|
|
|
7
7
|
* The position where the TimelineContent should appear relative to the time axis.
|
|
8
8
|
* @default 'right'
|
|
9
9
|
*/
|
|
10
|
-
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse';
|
|
10
|
+
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse' | undefined;
|
|
11
11
|
/**
|
|
12
12
|
* The content of the component.
|
|
13
13
|
*/
|
|
@@ -15,13 +15,13 @@ export interface TimelineProps extends StandardProps<React.ComponentProps<'ul'>>
|
|
|
15
15
|
/**
|
|
16
16
|
* Override or extend the styles applied to the component.
|
|
17
17
|
*/
|
|
18
|
-
classes?: Partial<TimelineClasses
|
|
18
|
+
classes?: Partial<TimelineClasses> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* className applied to the root element.
|
|
21
21
|
*/
|
|
22
|
-
className?: string;
|
|
22
|
+
className?: string | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
25
25
|
*/
|
|
26
|
-
sx?: SxProps<Theme
|
|
26
|
+
sx?: SxProps<Theme> | undefined;
|
|
27
27
|
}
|
|
@@ -11,11 +11,11 @@ export interface TimelineConnectorProps extends StandardProps<React.HTMLAttribut
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<TimelineConnectorClasses
|
|
14
|
+
classes?: Partial<TimelineConnectorClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -12,11 +12,11 @@ export interface TimelineContentProps extends StandardProps<TypographyProps> {
|
|
|
12
12
|
/**
|
|
13
13
|
* Override or extend the styles applied to the component.
|
|
14
14
|
*/
|
|
15
|
-
classes?: Partial<TimelineContentClasses
|
|
15
|
+
classes?: Partial<TimelineContentClasses> | undefined;
|
|
16
16
|
/**
|
|
17
17
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
18
18
|
*/
|
|
19
|
-
sx?: SxProps<Theme
|
|
19
|
+
sx?: SxProps<Theme> | undefined;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -14,21 +14,21 @@ export interface TimelineDotProps extends StandardProps<React.HTMLAttributes<HTM
|
|
|
14
14
|
/**
|
|
15
15
|
* Override or extend the styles applied to the component.
|
|
16
16
|
*/
|
|
17
|
-
classes?: Partial<TimelineDotClasses
|
|
17
|
+
classes?: Partial<TimelineDotClasses> | undefined;
|
|
18
18
|
/**
|
|
19
19
|
* The dot can have a different colors.
|
|
20
20
|
* @default 'grey'
|
|
21
21
|
*/
|
|
22
|
-
color?: OverridableStringUnion<'inherit' | 'grey' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning', TimelineDotPropsColorOverrides
|
|
22
|
+
color?: OverridableStringUnion<'inherit' | 'grey' | 'primary' | 'secondary' | 'error' | 'info' | 'success' | 'warning', TimelineDotPropsColorOverrides> | undefined;
|
|
23
23
|
/**
|
|
24
24
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
25
25
|
*/
|
|
26
|
-
sx?: SxProps<Theme
|
|
26
|
+
sx?: SxProps<Theme> | undefined;
|
|
27
27
|
/**
|
|
28
28
|
* The dot can appear filled or outlined.
|
|
29
29
|
* @default 'filled'
|
|
30
30
|
*/
|
|
31
|
-
variant?: OverridableStringUnion<'filled' | 'outlined', TimelineDotPropsVariantOverrides
|
|
31
|
+
variant?: OverridableStringUnion<'filled' | 'outlined', TimelineDotPropsVariantOverrides> | undefined;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
/**
|
|
@@ -7,7 +7,7 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
|
|
|
7
7
|
/**
|
|
8
8
|
* The position where the timeline's item should appear.
|
|
9
9
|
*/
|
|
10
|
-
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse';
|
|
10
|
+
position?: 'left' | 'right' | 'alternate' | 'alternate-reverse' | undefined;
|
|
11
11
|
/**
|
|
12
12
|
* The content of the component.
|
|
13
13
|
*/
|
|
@@ -15,11 +15,11 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
|
|
|
15
15
|
/**
|
|
16
16
|
* Override or extend the styles applied to the component.
|
|
17
17
|
*/
|
|
18
|
-
classes?: Partial<TimelineItemClasses
|
|
18
|
+
classes?: Partial<TimelineItemClasses> | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
21
21
|
*/
|
|
22
|
-
sx?: SxProps<Theme
|
|
22
|
+
sx?: SxProps<Theme> | undefined;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/**
|
|
@@ -12,11 +12,11 @@ export interface TimelineOppositeContentProps extends StandardProps<TypographyPr
|
|
|
12
12
|
/**
|
|
13
13
|
* Override or extend the styles applied to the component.
|
|
14
14
|
*/
|
|
15
|
-
classes?: Partial<TimelineOppositeContentClasses
|
|
15
|
+
classes?: Partial<TimelineOppositeContentClasses> | undefined;
|
|
16
16
|
/**
|
|
17
17
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
18
18
|
*/
|
|
19
|
-
sx?: SxProps<Theme
|
|
19
|
+
sx?: SxProps<Theme> | undefined;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -11,11 +11,11 @@ export interface TimelineSeparatorProps extends StandardProps<React.HTMLAttribut
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<TimelineSeparatorClasses
|
|
14
|
+
classes?: Partial<TimelineSeparatorClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
package/esm/index.js
CHANGED
|
@@ -3,60 +3,60 @@ type Theme = Omit<MuiTheme, 'components'>;
|
|
|
3
3
|
export {};
|
|
4
4
|
export interface LabComponents {
|
|
5
5
|
MuiLoadingButton?: {
|
|
6
|
-
defaultProps?: ComponentsProps['MuiLoadingButton'];
|
|
7
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiLoadingButton'];
|
|
8
|
-
variants?: ComponentsVariants['MuiLoadingButton'];
|
|
9
|
-
};
|
|
6
|
+
defaultProps?: ComponentsProps['MuiLoadingButton'] | undefined;
|
|
7
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiLoadingButton'] | undefined;
|
|
8
|
+
variants?: ComponentsVariants['MuiLoadingButton'] | undefined;
|
|
9
|
+
} | undefined;
|
|
10
10
|
MuiMasonry?: {
|
|
11
|
-
defaultProps?: ComponentsProps['MuiMasonry'];
|
|
12
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiMasonry'];
|
|
13
|
-
variants?: ComponentsVariants['MuiMasonry'];
|
|
14
|
-
};
|
|
11
|
+
defaultProps?: ComponentsProps['MuiMasonry'] | undefined;
|
|
12
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiMasonry'] | undefined;
|
|
13
|
+
variants?: ComponentsVariants['MuiMasonry'] | undefined;
|
|
14
|
+
} | undefined;
|
|
15
15
|
MuiTabList?: {
|
|
16
|
-
defaultProps?: ComponentsProps['MuiTabList'];
|
|
17
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTabList'];
|
|
18
|
-
variants?: ComponentsVariants['MuiTabList'];
|
|
19
|
-
};
|
|
16
|
+
defaultProps?: ComponentsProps['MuiTabList'] | undefined;
|
|
17
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTabList'] | undefined;
|
|
18
|
+
variants?: ComponentsVariants['MuiTabList'] | undefined;
|
|
19
|
+
} | undefined;
|
|
20
20
|
MuiTabPanel?: {
|
|
21
|
-
defaultProps?: ComponentsProps['MuiTabPanel'];
|
|
22
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTabPanel'];
|
|
23
|
-
variants?: ComponentsVariants['MuiTabPanel'];
|
|
24
|
-
};
|
|
21
|
+
defaultProps?: ComponentsProps['MuiTabPanel'] | undefined;
|
|
22
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTabPanel'] | undefined;
|
|
23
|
+
variants?: ComponentsVariants['MuiTabPanel'] | undefined;
|
|
24
|
+
} | undefined;
|
|
25
25
|
MuiTimeline?: {
|
|
26
|
-
defaultProps?: ComponentsProps['MuiTimeline'];
|
|
27
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimeline'];
|
|
28
|
-
variants?: ComponentsVariants['MuiTimeline'];
|
|
29
|
-
};
|
|
26
|
+
defaultProps?: ComponentsProps['MuiTimeline'] | undefined;
|
|
27
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimeline'] | undefined;
|
|
28
|
+
variants?: ComponentsVariants['MuiTimeline'] | undefined;
|
|
29
|
+
} | undefined;
|
|
30
30
|
MuiTimelineConnector?: {
|
|
31
|
-
defaultProps?: ComponentsProps['MuiTimelineConnector'];
|
|
32
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineConnector'];
|
|
33
|
-
variants?: ComponentsVariants['MuiTimelineConnector'];
|
|
34
|
-
};
|
|
31
|
+
defaultProps?: ComponentsProps['MuiTimelineConnector'] | undefined;
|
|
32
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineConnector'] | undefined;
|
|
33
|
+
variants?: ComponentsVariants['MuiTimelineConnector'] | undefined;
|
|
34
|
+
} | undefined;
|
|
35
35
|
MuiTimelineContent?: {
|
|
36
|
-
defaultProps?: ComponentsProps['MuiTimelineContent'];
|
|
37
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineContent'];
|
|
38
|
-
variants?: ComponentsVariants['MuiTimelineContent'];
|
|
39
|
-
};
|
|
36
|
+
defaultProps?: ComponentsProps['MuiTimelineContent'] | undefined;
|
|
37
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineContent'] | undefined;
|
|
38
|
+
variants?: ComponentsVariants['MuiTimelineContent'] | undefined;
|
|
39
|
+
} | undefined;
|
|
40
40
|
MuiTimelineDot?: {
|
|
41
|
-
defaultProps?: ComponentsProps['MuiTimelineDot'];
|
|
42
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineDot'];
|
|
43
|
-
variants?: ComponentsVariants['MuiTimelineDot'];
|
|
44
|
-
};
|
|
41
|
+
defaultProps?: ComponentsProps['MuiTimelineDot'] | undefined;
|
|
42
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineDot'] | undefined;
|
|
43
|
+
variants?: ComponentsVariants['MuiTimelineDot'] | undefined;
|
|
44
|
+
} | undefined;
|
|
45
45
|
MuiTimelineItem?: {
|
|
46
|
-
defaultProps?: ComponentsProps['MuiTimelineItem'];
|
|
47
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineItem'];
|
|
48
|
-
variants?: ComponentsVariants['MuiTimelineItem'];
|
|
49
|
-
};
|
|
46
|
+
defaultProps?: ComponentsProps['MuiTimelineItem'] | undefined;
|
|
47
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineItem'] | undefined;
|
|
48
|
+
variants?: ComponentsVariants['MuiTimelineItem'] | undefined;
|
|
49
|
+
} | undefined;
|
|
50
50
|
MuiTimelineOppositeContent?: {
|
|
51
|
-
defaultProps?: ComponentsProps['MuiTimelineOppositeContent'];
|
|
52
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineOppositeContent'];
|
|
53
|
-
variants?: ComponentsVariants['MuiTimelineOppositeContent'];
|
|
54
|
-
};
|
|
51
|
+
defaultProps?: ComponentsProps['MuiTimelineOppositeContent'] | undefined;
|
|
52
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineOppositeContent'] | undefined;
|
|
53
|
+
variants?: ComponentsVariants['MuiTimelineOppositeContent'] | undefined;
|
|
54
|
+
} | undefined;
|
|
55
55
|
MuiTimelineSeparator?: {
|
|
56
|
-
defaultProps?: ComponentsProps['MuiTimelineSeparator'];
|
|
57
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineSeparator'];
|
|
58
|
-
variants?: ComponentsVariants['MuiTimelineSeparator'];
|
|
59
|
-
};
|
|
56
|
+
defaultProps?: ComponentsProps['MuiTimelineSeparator'] | undefined;
|
|
57
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineSeparator'] | undefined;
|
|
58
|
+
variants?: ComponentsVariants['MuiTimelineSeparator'] | undefined;
|
|
59
|
+
} | undefined;
|
|
60
60
|
}
|
|
61
61
|
declare module '@mui/material/styles' {
|
|
62
62
|
interface Components extends LabComponents {}
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
3
|
"//": "version should be 'alpha' at all time",
|
|
4
|
-
"version": "7.0.1-beta.
|
|
4
|
+
"version": "7.0.1-beta.23",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new Material UI modules.",
|
|
7
7
|
"keywords": [
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"url": "https://opencollective.com/mui-org"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@babel/runtime": "^7.28.
|
|
30
|
+
"@babel/runtime": "^7.28.6",
|
|
31
31
|
"clsx": "^2.1.1",
|
|
32
32
|
"prop-types": "^15.8.1",
|
|
33
|
-
"@mui/system": "^7.3.
|
|
34
|
-
"@mui/utils": "^7.3.
|
|
35
|
-
"@mui/types": "^7.4.
|
|
33
|
+
"@mui/system": "^7.3.9",
|
|
34
|
+
"@mui/utils": "^7.3.9",
|
|
35
|
+
"@mui/types": "^7.4.12"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@emotion/react": "^11.5.0",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
41
41
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
42
42
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
43
|
-
"@mui/material": "^7.3.
|
|
44
|
-
"@mui/material-pigment-css": "^7.3.
|
|
43
|
+
"@mui/material": "^7.3.9",
|
|
44
|
+
"@mui/material-pigment-css": "^7.3.9"
|
|
45
45
|
},
|
|
46
46
|
"peerDependenciesMeta": {
|
|
47
47
|
"@types/react": {
|
|
@@ -3,60 +3,60 @@ type Theme = Omit<MuiTheme, 'components'>;
|
|
|
3
3
|
export {};
|
|
4
4
|
export interface LabComponents {
|
|
5
5
|
MuiLoadingButton?: {
|
|
6
|
-
defaultProps?: ComponentsProps['MuiLoadingButton'];
|
|
7
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiLoadingButton'];
|
|
8
|
-
variants?: ComponentsVariants['MuiLoadingButton'];
|
|
9
|
-
};
|
|
6
|
+
defaultProps?: ComponentsProps['MuiLoadingButton'] | undefined;
|
|
7
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiLoadingButton'] | undefined;
|
|
8
|
+
variants?: ComponentsVariants['MuiLoadingButton'] | undefined;
|
|
9
|
+
} | undefined;
|
|
10
10
|
MuiMasonry?: {
|
|
11
|
-
defaultProps?: ComponentsProps['MuiMasonry'];
|
|
12
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiMasonry'];
|
|
13
|
-
variants?: ComponentsVariants['MuiMasonry'];
|
|
14
|
-
};
|
|
11
|
+
defaultProps?: ComponentsProps['MuiMasonry'] | undefined;
|
|
12
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiMasonry'] | undefined;
|
|
13
|
+
variants?: ComponentsVariants['MuiMasonry'] | undefined;
|
|
14
|
+
} | undefined;
|
|
15
15
|
MuiTabList?: {
|
|
16
|
-
defaultProps?: ComponentsProps['MuiTabList'];
|
|
17
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTabList'];
|
|
18
|
-
variants?: ComponentsVariants['MuiTabList'];
|
|
19
|
-
};
|
|
16
|
+
defaultProps?: ComponentsProps['MuiTabList'] | undefined;
|
|
17
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTabList'] | undefined;
|
|
18
|
+
variants?: ComponentsVariants['MuiTabList'] | undefined;
|
|
19
|
+
} | undefined;
|
|
20
20
|
MuiTabPanel?: {
|
|
21
|
-
defaultProps?: ComponentsProps['MuiTabPanel'];
|
|
22
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTabPanel'];
|
|
23
|
-
variants?: ComponentsVariants['MuiTabPanel'];
|
|
24
|
-
};
|
|
21
|
+
defaultProps?: ComponentsProps['MuiTabPanel'] | undefined;
|
|
22
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTabPanel'] | undefined;
|
|
23
|
+
variants?: ComponentsVariants['MuiTabPanel'] | undefined;
|
|
24
|
+
} | undefined;
|
|
25
25
|
MuiTimeline?: {
|
|
26
|
-
defaultProps?: ComponentsProps['MuiTimeline'];
|
|
27
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimeline'];
|
|
28
|
-
variants?: ComponentsVariants['MuiTimeline'];
|
|
29
|
-
};
|
|
26
|
+
defaultProps?: ComponentsProps['MuiTimeline'] | undefined;
|
|
27
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimeline'] | undefined;
|
|
28
|
+
variants?: ComponentsVariants['MuiTimeline'] | undefined;
|
|
29
|
+
} | undefined;
|
|
30
30
|
MuiTimelineConnector?: {
|
|
31
|
-
defaultProps?: ComponentsProps['MuiTimelineConnector'];
|
|
32
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineConnector'];
|
|
33
|
-
variants?: ComponentsVariants['MuiTimelineConnector'];
|
|
34
|
-
};
|
|
31
|
+
defaultProps?: ComponentsProps['MuiTimelineConnector'] | undefined;
|
|
32
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineConnector'] | undefined;
|
|
33
|
+
variants?: ComponentsVariants['MuiTimelineConnector'] | undefined;
|
|
34
|
+
} | undefined;
|
|
35
35
|
MuiTimelineContent?: {
|
|
36
|
-
defaultProps?: ComponentsProps['MuiTimelineContent'];
|
|
37
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineContent'];
|
|
38
|
-
variants?: ComponentsVariants['MuiTimelineContent'];
|
|
39
|
-
};
|
|
36
|
+
defaultProps?: ComponentsProps['MuiTimelineContent'] | undefined;
|
|
37
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineContent'] | undefined;
|
|
38
|
+
variants?: ComponentsVariants['MuiTimelineContent'] | undefined;
|
|
39
|
+
} | undefined;
|
|
40
40
|
MuiTimelineDot?: {
|
|
41
|
-
defaultProps?: ComponentsProps['MuiTimelineDot'];
|
|
42
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineDot'];
|
|
43
|
-
variants?: ComponentsVariants['MuiTimelineDot'];
|
|
44
|
-
};
|
|
41
|
+
defaultProps?: ComponentsProps['MuiTimelineDot'] | undefined;
|
|
42
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineDot'] | undefined;
|
|
43
|
+
variants?: ComponentsVariants['MuiTimelineDot'] | undefined;
|
|
44
|
+
} | undefined;
|
|
45
45
|
MuiTimelineItem?: {
|
|
46
|
-
defaultProps?: ComponentsProps['MuiTimelineItem'];
|
|
47
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineItem'];
|
|
48
|
-
variants?: ComponentsVariants['MuiTimelineItem'];
|
|
49
|
-
};
|
|
46
|
+
defaultProps?: ComponentsProps['MuiTimelineItem'] | undefined;
|
|
47
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineItem'] | undefined;
|
|
48
|
+
variants?: ComponentsVariants['MuiTimelineItem'] | undefined;
|
|
49
|
+
} | undefined;
|
|
50
50
|
MuiTimelineOppositeContent?: {
|
|
51
|
-
defaultProps?: ComponentsProps['MuiTimelineOppositeContent'];
|
|
52
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineOppositeContent'];
|
|
53
|
-
variants?: ComponentsVariants['MuiTimelineOppositeContent'];
|
|
54
|
-
};
|
|
51
|
+
defaultProps?: ComponentsProps['MuiTimelineOppositeContent'] | undefined;
|
|
52
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineOppositeContent'] | undefined;
|
|
53
|
+
variants?: ComponentsVariants['MuiTimelineOppositeContent'] | undefined;
|
|
54
|
+
} | undefined;
|
|
55
55
|
MuiTimelineSeparator?: {
|
|
56
|
-
defaultProps?: ComponentsProps['MuiTimelineSeparator'];
|
|
57
|
-
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineSeparator'];
|
|
58
|
-
variants?: ComponentsVariants['MuiTimelineSeparator'];
|
|
59
|
-
};
|
|
56
|
+
defaultProps?: ComponentsProps['MuiTimelineSeparator'] | undefined;
|
|
57
|
+
styleOverrides?: ComponentsOverrides<Theme>['MuiTimelineSeparator'] | undefined;
|
|
58
|
+
variants?: ComponentsVariants['MuiTimelineSeparator'] | undefined;
|
|
59
|
+
} | undefined;
|
|
60
60
|
}
|
|
61
61
|
declare module '@mui/material/styles' {
|
|
62
62
|
interface Components extends LabComponents {}
|