@zydon/common 2.5.89 → 2.5.91
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/dist/{chunk-4U55ITNC.js → chunk-2IY4TQAU.js} +1 -1
- package/dist/{chunk-VATTN5CP.js → chunk-6AOD6RDY.js} +1 -1
- package/dist/{chunk-2KKOITAB.js → chunk-7XPVH2FH.js} +3 -3
- package/dist/{chunk-CHPWVARV.js → chunk-BGP32EV2.js} +4 -4
- package/dist/chunk-GQF6XCE2.js +8 -0
- package/dist/{chunk-5GKMHIJR.js → chunk-INPRA4JV.js} +2 -2
- package/dist/{chunk-KMFICXI2.js → chunk-IOAPVSNP.js} +1 -1
- package/dist/chunk-N23NY6P2.js +15 -0
- package/dist/chunk-PYIK2DE5.js +6 -0
- package/dist/{chunk-D27ND54J.js → chunk-SNZT4HH2.js} +3 -3
- package/dist/{chunk-ISYQXE75.js → chunk-VX5PCLBR.js} +2 -2
- package/dist/chunk-W5NY3VRM.js +15 -0
- package/dist/{chunk-6BLK37PQ.js → chunk-X4NYOJ6U.js} +2 -2
- package/dist/chunk-XRCLODBQ.js +43 -0
- package/dist/chunk-YADTHERX.js +8 -0
- package/dist/{chunk-UA7OPAW7.js → chunk-YBXBZBVR.js} +1 -1
- package/dist/chunk-YICVHFON.js +10 -0
- package/dist/chunk-YYZAP6KG.js +13 -0
- package/dist/{chunk-6PZBE3PS.js → chunk-ZSQOZI55.js} +5 -5
- package/dist/components/Avatar/index.d.ts +2 -2
- package/dist/components/Common/index.js +11 -10
- package/dist/components/DataCards/index.js +2 -2
- package/dist/components/DataGrid/index.js +3 -3
- package/dist/components/DataView/index.d.ts +8 -8
- package/dist/components/DataView/index.js +4 -4
- package/dist/components/DragButton/index.d.ts +1 -1
- package/dist/components/DragContainer/index.d.ts +1 -1
- package/dist/components/EasyCropModal/index.js +2 -2
- package/dist/components/EmptyContent/index.js +2 -2
- package/dist/components/EmptyView/index.js +1 -1
- package/dist/components/FileUpload/index.js +2 -2
- package/dist/components/ImageCropModal/index.js +2 -2
- package/dist/components/Label/index.js +2 -2
- package/dist/components/ListBundles/index.js +2 -2
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/SearchInput/index.js +1 -1
- package/dist/components/SelectableCards/index.js +3 -3
- package/dist/components/SplashScreen/index.js +2 -2
- package/dist/components/SwapList/index.js +2 -2
- package/dist/components/WebhookCard/index.js +2 -2
- package/dist/components/carousel/index.d.ts +3 -3
- package/dist/components/carousel/index.js +2 -2
- package/dist/components/form/SelectableCards/index.js +3 -3
- package/dist/components/form/UploadAvatarWithCrop/index.js +5 -5
- package/dist/components/form/UploadWithCrop/index.js +5 -5
- package/dist/components/upload/index.js +7 -7
- package/dist/hooks/useDatagrid.d.ts +1 -1
- package/dist/hooks/useIsomorphicLayoutEffect.d.ts +2 -2
- package/dist/hooks/useResponsive.d.ts +1 -1
- package/dist/index-e650f573.d.ts +1113 -0
- package/dist/index.d.ts +26 -2
- package/dist/index.js +17 -2
- package/dist/locales/all-langs.d.ts +1 -1
- package/dist/theme/core/index.d.ts +15 -1126
- package/dist/theme/core/index.js +3 -3
- package/dist/theme/settings-provider.d.ts +3 -4
- package/dist/theme/settings-provider.js +2 -1
- package/dist/theme/styles/index.d.ts +293 -268
- package/dist/theme/styles/index.js +1 -1
- package/dist/theme/theme-provider.d.ts +4 -17
- package/dist/theme/theme-provider.js +7 -6
- package/dist/theme/with-settings/index.d.ts +1 -1
- package/dist/theme/with-settings/index.js +3 -3
- package/dist/theme-provider-3b94bc04.d.ts +13 -0
- package/dist/{types-dd2ed906.d.ts → types-2a4efc17.d.ts} +5 -1
- package/package.json +1 -1
- package/dist/chunk-42S2A5ST.js +0 -7
- package/dist/chunk-5KPF42J6.js +0 -15
- package/dist/chunk-6PJURRTH.js +0 -43
- package/dist/chunk-7P2MXQWI.js +0 -8
- package/dist/chunk-IIEO3BCA.js +0 -10
- package/dist/chunk-PM7JIYJK.js +0 -6
- package/dist/chunk-R64N6MSL.js +0 -15
- package/dist/chunk-SQSJYHRY.js +0 -13
- package/dist/shadows-3015ebf3.d.ts +0 -20
|
@@ -0,0 +1,1113 @@
|
|
|
1
|
+
import * as _mui_lab_TimelineConnector from '@mui/lab/TimelineConnector';
|
|
2
|
+
import * as _mui_system from '@mui/system';
|
|
3
|
+
import * as _mui_lab_TimelineDot from '@mui/lab/TimelineDot';
|
|
4
|
+
import * as _mui_x_data_grid from '@mui/x-data-grid';
|
|
5
|
+
import * as _mui_x_date_pickers_PickersLayout_pickersLayoutClasses from '@mui/x-date-pickers/PickersLayout/pickersLayoutClasses';
|
|
6
|
+
import * as _mui_x_date_pickers from '@mui/x-date-pickers';
|
|
7
|
+
import * as dayjs from 'dayjs';
|
|
8
|
+
import * as _mui_x_date_pickers_internals from '@mui/x-date-pickers/internals';
|
|
9
|
+
import * as _mui_styled_engine from '@mui/styled-engine';
|
|
10
|
+
import * as _mui_material_styles_overrides from '@mui/material/styles/overrides';
|
|
11
|
+
import * as _mui_material from '@mui/material';
|
|
12
|
+
import { b as ThemeColorScheme } from './types-2a4efc17.js';
|
|
13
|
+
import { ColorSystemOptions, Shadows } from '@mui/material/styles';
|
|
14
|
+
import { TypographyOptions } from '@mui/material/styles/createTypography';
|
|
15
|
+
|
|
16
|
+
interface CustomShadows {
|
|
17
|
+
z1?: string;
|
|
18
|
+
z4?: string;
|
|
19
|
+
z8?: string;
|
|
20
|
+
z12?: string;
|
|
21
|
+
z16?: string;
|
|
22
|
+
z20?: string;
|
|
23
|
+
z24?: string;
|
|
24
|
+
primary?: string;
|
|
25
|
+
secondary?: string;
|
|
26
|
+
info?: string;
|
|
27
|
+
success?: string;
|
|
28
|
+
warning?: string;
|
|
29
|
+
error?: string;
|
|
30
|
+
card?: string;
|
|
31
|
+
dialog?: string;
|
|
32
|
+
dropdown?: string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
declare const components: {
|
|
36
|
+
MuiToggleButton: {
|
|
37
|
+
defaultProps?: Partial<_mui_material.ToggleButtonProps> | undefined;
|
|
38
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ToggleButtonClasses, "MuiToggleButton", _mui_material.Theme>> | undefined;
|
|
39
|
+
variants?: {
|
|
40
|
+
props: Partial<_mui_material.ToggleButtonProps> | ((props: Partial<_mui_material.ToggleButtonProps> & {
|
|
41
|
+
ownerState: Partial<_mui_material.ToggleButtonProps>;
|
|
42
|
+
}) => boolean);
|
|
43
|
+
style: _mui_styled_engine.Interpolation<{
|
|
44
|
+
theme: _mui_material.Theme;
|
|
45
|
+
}>;
|
|
46
|
+
}[] | undefined;
|
|
47
|
+
};
|
|
48
|
+
MuiToggleButtonGroup: {
|
|
49
|
+
defaultProps?: Partial<_mui_material.ToggleButtonGroupProps> | undefined;
|
|
50
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ToggleButtonGroupClasses, "MuiToggleButtonGroup", _mui_material.Theme>> | undefined;
|
|
51
|
+
variants?: {
|
|
52
|
+
props: Partial<_mui_material.ToggleButtonGroupProps> | ((props: Partial<_mui_material.ToggleButtonGroupProps> & {
|
|
53
|
+
ownerState: Partial<_mui_material.ToggleButtonGroupProps>;
|
|
54
|
+
}) => boolean);
|
|
55
|
+
style: _mui_styled_engine.Interpolation<{
|
|
56
|
+
theme: _mui_material.Theme;
|
|
57
|
+
}>;
|
|
58
|
+
}[] | undefined;
|
|
59
|
+
};
|
|
60
|
+
MuiAutocomplete: {
|
|
61
|
+
defaultProps?: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">> | undefined;
|
|
62
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AutocompleteClasses, "MuiAutocomplete", _mui_material.Theme>> | undefined;
|
|
63
|
+
variants?: {
|
|
64
|
+
props: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">> | ((props: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">> & {
|
|
65
|
+
ownerState: Partial<_mui_material.AutocompleteProps<any, any, any, any, "div">>;
|
|
66
|
+
}) => boolean);
|
|
67
|
+
style: _mui_styled_engine.Interpolation<{
|
|
68
|
+
theme: _mui_material.Theme;
|
|
69
|
+
}>;
|
|
70
|
+
}[] | undefined;
|
|
71
|
+
};
|
|
72
|
+
MuiButtonGroup: {
|
|
73
|
+
defaultProps?: Partial<_mui_material.ButtonGroupProps> | undefined;
|
|
74
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ButtonGroupClasses, "MuiButtonGroup", _mui_material.Theme>> | undefined;
|
|
75
|
+
variants?: {
|
|
76
|
+
props: Partial<_mui_material.ButtonGroupProps> | ((props: Partial<_mui_material.ButtonGroupProps> & {
|
|
77
|
+
ownerState: Partial<_mui_material.ButtonGroupProps>;
|
|
78
|
+
}) => boolean);
|
|
79
|
+
style: _mui_styled_engine.Interpolation<{
|
|
80
|
+
theme: _mui_material.Theme;
|
|
81
|
+
}>;
|
|
82
|
+
}[] | undefined;
|
|
83
|
+
};
|
|
84
|
+
MuiBreadcrumbs: {
|
|
85
|
+
defaultProps?: Partial<_mui_material.BreadcrumbsProps> | undefined;
|
|
86
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.BreadcrumbsClasses, "MuiBreadcrumbs", _mui_material.Theme>> | undefined;
|
|
87
|
+
variants?: {
|
|
88
|
+
props: Partial<_mui_material.BreadcrumbsProps> | ((props: Partial<_mui_material.BreadcrumbsProps> & {
|
|
89
|
+
ownerState: Partial<_mui_material.BreadcrumbsProps>;
|
|
90
|
+
}) => boolean);
|
|
91
|
+
style: _mui_styled_engine.Interpolation<{
|
|
92
|
+
theme: _mui_material.Theme;
|
|
93
|
+
}>;
|
|
94
|
+
}[] | undefined;
|
|
95
|
+
};
|
|
96
|
+
MuiPickersPopper: {
|
|
97
|
+
defaultProps?: Partial<_mui_x_date_pickers_internals.PickerPopperProps> | undefined;
|
|
98
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_x_date_pickers_internals.PickersPopperClasses, "MuiPickersPopper", _mui_material.Theme>> | undefined;
|
|
99
|
+
};
|
|
100
|
+
MuiPickersLayout: {
|
|
101
|
+
defaultProps?: Partial<_mui_x_date_pickers.PickersLayoutProps<unknown, dayjs.Dayjs, _mui_x_date_pickers.DateOrTimeView>> | undefined;
|
|
102
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_x_date_pickers_PickersLayout_pickersLayoutClasses.PickersLayoutClasses, "MuiPickersLayout", _mui_material.Theme>> | undefined;
|
|
103
|
+
};
|
|
104
|
+
MuiDatePicker: {
|
|
105
|
+
defaultProps?: Partial<_mui_x_date_pickers.DatePickerProps<dayjs.Dayjs, false>> | undefined;
|
|
106
|
+
};
|
|
107
|
+
MuiDateTimePicker: {
|
|
108
|
+
defaultProps?: Partial<_mui_x_date_pickers.DateTimePickerProps<dayjs.Dayjs, false>> | undefined;
|
|
109
|
+
};
|
|
110
|
+
MuiStaticDatePicker: {
|
|
111
|
+
defaultProps?: Partial<_mui_x_date_pickers.StaticDatePickerProps<dayjs.Dayjs>> | undefined;
|
|
112
|
+
};
|
|
113
|
+
MuiDesktopDatePicker: {
|
|
114
|
+
defaultProps?: Partial<_mui_x_date_pickers.DesktopDatePickerProps<dayjs.Dayjs, false>> | undefined;
|
|
115
|
+
};
|
|
116
|
+
MuiDesktopDateTimePicker: {
|
|
117
|
+
defaultProps?: Partial<_mui_x_date_pickers.DesktopDateTimePickerProps<dayjs.Dayjs, false>> | undefined;
|
|
118
|
+
};
|
|
119
|
+
MuiMobileDatePicker: {
|
|
120
|
+
defaultProps?: Partial<_mui_x_date_pickers.MobileDatePickerProps<dayjs.Dayjs, false>> | undefined;
|
|
121
|
+
};
|
|
122
|
+
MuiMobileDateTimePicker: {
|
|
123
|
+
defaultProps?: Partial<_mui_x_date_pickers.MobileDateTimePickerProps<dayjs.Dayjs, _mui_x_date_pickers.DateOrTimeView, false>> | undefined;
|
|
124
|
+
};
|
|
125
|
+
MuiTimePicker: {
|
|
126
|
+
defaultProps?: Partial<_mui_x_date_pickers.TimePickerProps<dayjs.Dayjs, false>> | undefined;
|
|
127
|
+
};
|
|
128
|
+
MuiMobileTimePicker: {
|
|
129
|
+
defaultProps?: Partial<_mui_x_date_pickers.MobileTimePickerProps<dayjs.Dayjs, _mui_x_date_pickers.TimeView, false>> | undefined;
|
|
130
|
+
};
|
|
131
|
+
MuiStaticTimePicker: {
|
|
132
|
+
defaultProps?: Partial<_mui_x_date_pickers.StaticTimePickerProps<dayjs.Dayjs>> | undefined;
|
|
133
|
+
};
|
|
134
|
+
MuiDesktopTimePicker: {
|
|
135
|
+
defaultProps?: Partial<_mui_x_date_pickers.DesktopTimePickerProps<dayjs.Dayjs, false>> | undefined;
|
|
136
|
+
};
|
|
137
|
+
MuiPagination: {
|
|
138
|
+
defaultProps?: Partial<_mui_material.PaginationProps> | undefined;
|
|
139
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.PaginationClasses, "MuiPagination", _mui_material.Theme>> | undefined;
|
|
140
|
+
variants?: {
|
|
141
|
+
props: Partial<_mui_material.PaginationProps> | ((props: Partial<_mui_material.PaginationProps> & {
|
|
142
|
+
ownerState: Partial<_mui_material.PaginationProps>;
|
|
143
|
+
}) => boolean);
|
|
144
|
+
style: _mui_styled_engine.Interpolation<{
|
|
145
|
+
theme: _mui_material.Theme;
|
|
146
|
+
}>;
|
|
147
|
+
}[] | undefined;
|
|
148
|
+
};
|
|
149
|
+
MuiTypography: {
|
|
150
|
+
defaultProps?: Partial<_mui_material.TypographyProps> | undefined;
|
|
151
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TypographyClasses, "MuiTypography", _mui_material.Theme>> | undefined;
|
|
152
|
+
variants?: {
|
|
153
|
+
props: Partial<_mui_material.TypographyProps> | ((props: Partial<_mui_material.TypographyProps> & {
|
|
154
|
+
ownerState: Partial<_mui_material.TypographyProps>;
|
|
155
|
+
}) => boolean);
|
|
156
|
+
style: _mui_styled_engine.Interpolation<{
|
|
157
|
+
theme: _mui_material.Theme;
|
|
158
|
+
}>;
|
|
159
|
+
}[] | undefined;
|
|
160
|
+
};
|
|
161
|
+
MuiInput: {
|
|
162
|
+
defaultProps?: Partial<_mui_material.InputProps> | undefined;
|
|
163
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.InputClasses, "MuiInput", _mui_material.Theme>> | undefined;
|
|
164
|
+
variants?: {
|
|
165
|
+
props: Partial<_mui_material.InputProps> | ((props: Partial<_mui_material.InputProps> & {
|
|
166
|
+
ownerState: Partial<_mui_material.InputProps>;
|
|
167
|
+
}) => boolean);
|
|
168
|
+
style: _mui_styled_engine.Interpolation<{
|
|
169
|
+
theme: _mui_material.Theme;
|
|
170
|
+
}>;
|
|
171
|
+
}[] | undefined;
|
|
172
|
+
};
|
|
173
|
+
MuiInputBase: {
|
|
174
|
+
defaultProps?: Partial<_mui_material.InputBaseProps> | undefined;
|
|
175
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.InputBaseClasses, "MuiInputBase", _mui_material.Theme>> | undefined;
|
|
176
|
+
variants?: {
|
|
177
|
+
props: Partial<_mui_material.InputBaseProps> | ((props: Partial<_mui_material.InputBaseProps> & {
|
|
178
|
+
ownerState: Partial<_mui_material.InputBaseProps>;
|
|
179
|
+
}) => boolean);
|
|
180
|
+
style: _mui_styled_engine.Interpolation<{
|
|
181
|
+
theme: _mui_material.Theme;
|
|
182
|
+
}>;
|
|
183
|
+
}[] | undefined;
|
|
184
|
+
};
|
|
185
|
+
MuiFilledInput: {
|
|
186
|
+
defaultProps?: Partial<_mui_material.FilledInputProps> | undefined;
|
|
187
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FilledInputClasses, "MuiFilledInput", _mui_material.Theme>> | undefined;
|
|
188
|
+
variants?: {
|
|
189
|
+
props: Partial<_mui_material.FilledInputProps> | ((props: Partial<_mui_material.FilledInputProps> & {
|
|
190
|
+
ownerState: Partial<_mui_material.FilledInputProps>;
|
|
191
|
+
}) => boolean);
|
|
192
|
+
style: _mui_styled_engine.Interpolation<{
|
|
193
|
+
theme: _mui_material.Theme;
|
|
194
|
+
}>;
|
|
195
|
+
}[] | undefined;
|
|
196
|
+
};
|
|
197
|
+
MuiOutlinedInput: {
|
|
198
|
+
defaultProps?: Partial<_mui_material.OutlinedInputProps> | undefined;
|
|
199
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.OutlinedInputClasses, "MuiOutlinedInput", _mui_material.Theme>> | undefined;
|
|
200
|
+
variants?: {
|
|
201
|
+
props: Partial<_mui_material.OutlinedInputProps> | ((props: Partial<_mui_material.OutlinedInputProps> & {
|
|
202
|
+
ownerState: Partial<_mui_material.OutlinedInputProps>;
|
|
203
|
+
}) => boolean);
|
|
204
|
+
style: _mui_styled_engine.Interpolation<{
|
|
205
|
+
theme: _mui_material.Theme;
|
|
206
|
+
}>;
|
|
207
|
+
}[] | undefined;
|
|
208
|
+
};
|
|
209
|
+
MuiAccordion: {
|
|
210
|
+
defaultProps?: Partial<_mui_material.AccordionProps> | undefined;
|
|
211
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AccordionClasses, "MuiAccordion", _mui_material.Theme>> | undefined;
|
|
212
|
+
variants?: {
|
|
213
|
+
props: Partial<_mui_material.AccordionProps> | ((props: Partial<_mui_material.AccordionProps> & {
|
|
214
|
+
ownerState: Partial<_mui_material.AccordionProps>;
|
|
215
|
+
}) => boolean);
|
|
216
|
+
style: _mui_styled_engine.Interpolation<{
|
|
217
|
+
theme: _mui_material.Theme;
|
|
218
|
+
}>;
|
|
219
|
+
}[] | undefined;
|
|
220
|
+
};
|
|
221
|
+
MuiAccordionSummary: {
|
|
222
|
+
defaultProps?: Partial<_mui_material.AccordionSummaryProps> | undefined;
|
|
223
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AccordionSummaryClasses, "MuiAccordionSummary", _mui_material.Theme>> | undefined;
|
|
224
|
+
variants?: {
|
|
225
|
+
props: Partial<_mui_material.AccordionSummaryProps> | ((props: Partial<_mui_material.AccordionSummaryProps> & {
|
|
226
|
+
ownerState: Partial<_mui_material.AccordionSummaryProps>;
|
|
227
|
+
}) => boolean);
|
|
228
|
+
style: _mui_styled_engine.Interpolation<{
|
|
229
|
+
theme: _mui_material.Theme;
|
|
230
|
+
}>;
|
|
231
|
+
}[] | undefined;
|
|
232
|
+
};
|
|
233
|
+
MuiDataGrid: {
|
|
234
|
+
defaultProps?: Partial<_mui_x_data_grid.DataGridProps> | undefined;
|
|
235
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_x_data_grid.GridClasses, "MuiDataGrid", _mui_material.Theme>> | undefined;
|
|
236
|
+
};
|
|
237
|
+
MuiTreeItem: any;
|
|
238
|
+
MuiCheckbox: {
|
|
239
|
+
defaultProps?: Partial<_mui_material.CheckboxProps> | undefined;
|
|
240
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.CheckboxClasses, "MuiCheckbox", _mui_material.Theme>> | undefined;
|
|
241
|
+
variants?: {
|
|
242
|
+
props: Partial<_mui_material.CheckboxProps> | ((props: Partial<_mui_material.CheckboxProps> & {
|
|
243
|
+
ownerState: Partial<_mui_material.CheckboxProps>;
|
|
244
|
+
}) => boolean);
|
|
245
|
+
style: _mui_styled_engine.Interpolation<{
|
|
246
|
+
theme: _mui_material.Theme;
|
|
247
|
+
}>;
|
|
248
|
+
}[] | undefined;
|
|
249
|
+
};
|
|
250
|
+
MuiSwitch: {
|
|
251
|
+
defaultProps?: Partial<_mui_material.SwitchProps> | undefined;
|
|
252
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SwitchClasses, "MuiSwitch", _mui_material.Theme>> | undefined;
|
|
253
|
+
variants?: {
|
|
254
|
+
props: Partial<_mui_material.SwitchProps> | ((props: Partial<_mui_material.SwitchProps> & {
|
|
255
|
+
ownerState: Partial<_mui_material.SwitchProps>;
|
|
256
|
+
}) => boolean);
|
|
257
|
+
style: _mui_styled_engine.Interpolation<{
|
|
258
|
+
theme: _mui_material.Theme;
|
|
259
|
+
}>;
|
|
260
|
+
}[] | undefined;
|
|
261
|
+
};
|
|
262
|
+
MuiLinearProgress: {
|
|
263
|
+
defaultProps?: Partial<_mui_material.LinearProgressProps> | undefined;
|
|
264
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.LinearProgressClasses, "MuiLinearProgress", _mui_material.Theme>> | undefined;
|
|
265
|
+
variants?: {
|
|
266
|
+
props: Partial<_mui_material.LinearProgressProps> | ((props: Partial<_mui_material.LinearProgressProps> & {
|
|
267
|
+
ownerState: Partial<_mui_material.LinearProgressProps>;
|
|
268
|
+
}) => boolean);
|
|
269
|
+
style: _mui_styled_engine.Interpolation<{
|
|
270
|
+
theme: _mui_material.Theme;
|
|
271
|
+
}>;
|
|
272
|
+
}[] | undefined;
|
|
273
|
+
};
|
|
274
|
+
MuiBackdrop: {
|
|
275
|
+
defaultProps?: Partial<_mui_material.BackdropProps> | undefined;
|
|
276
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.BackdropClasses, "MuiBackdrop", _mui_material.Theme>> | undefined;
|
|
277
|
+
variants?: {
|
|
278
|
+
props: Partial<_mui_material.BackdropProps> | ((props: Partial<_mui_material.BackdropProps> & {
|
|
279
|
+
ownerState: Partial<_mui_material.BackdropProps>;
|
|
280
|
+
}) => boolean);
|
|
281
|
+
style: _mui_styled_engine.Interpolation<{
|
|
282
|
+
theme: _mui_material.Theme;
|
|
283
|
+
}>;
|
|
284
|
+
}[] | undefined;
|
|
285
|
+
};
|
|
286
|
+
MuiTimelineDot: {
|
|
287
|
+
defaultProps?: Partial<_mui_lab_TimelineDot.TimelineDotProps> | undefined;
|
|
288
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_lab_TimelineDot.TimelineDotClasses, "MuiTimelineDot", {
|
|
289
|
+
transitions: _mui_material.Transitions;
|
|
290
|
+
palette: _mui_material.Palette;
|
|
291
|
+
colorSchemes: Record<_mui_material.SupportedColorScheme, _mui_material.ColorSystem>;
|
|
292
|
+
cssVarPrefix: string;
|
|
293
|
+
vars: _mui_material.ThemeVars;
|
|
294
|
+
getCssVar: (field: _mui_material.ThemeCssVar, ...vars: _mui_material.ThemeCssVar[]) => string;
|
|
295
|
+
getColorSchemeSelector: (colorScheme: _mui_material.SupportedColorScheme) => string;
|
|
296
|
+
generateCssVars: (colorScheme?: _mui_material.SupportedColorScheme | undefined) => {
|
|
297
|
+
css: Record<string, string | number>;
|
|
298
|
+
vars: _mui_material.ThemeVars;
|
|
299
|
+
};
|
|
300
|
+
spacing: _mui_system.Spacing;
|
|
301
|
+
breakpoints: _mui_system.Breakpoints;
|
|
302
|
+
shape: _mui_system.Shape;
|
|
303
|
+
typography: _mui_material.TypographyVariants;
|
|
304
|
+
shadows: _mui_material.Shadows;
|
|
305
|
+
mixins: _mui_material.Mixins;
|
|
306
|
+
zIndex: _mui_material.ZIndex;
|
|
307
|
+
direction: _mui_system.Direction;
|
|
308
|
+
shouldSkipGeneratingVar: (keys: string[], value: string | number) => boolean;
|
|
309
|
+
unstable_sxConfig: _mui_system.SxConfig;
|
|
310
|
+
unstable_sx: (props: _mui_system.SxProps<_mui_material.Theme>) => _mui_styled_engine.CSSObject;
|
|
311
|
+
applyStyles: _mui_system.ApplyStyles<"light" | "dark">;
|
|
312
|
+
opacity: _mui_material.Opacity;
|
|
313
|
+
overlays: _mui_material.Overlays;
|
|
314
|
+
customShadows: CustomShadows;
|
|
315
|
+
unstable_strictMode?: boolean | undefined;
|
|
316
|
+
}>> | undefined;
|
|
317
|
+
variants?: {
|
|
318
|
+
props: Partial<_mui_lab_TimelineDot.TimelineDotProps> | ((props: Partial<_mui_lab_TimelineDot.TimelineDotProps> & {
|
|
319
|
+
ownerState: Partial<_mui_lab_TimelineDot.TimelineDotProps>;
|
|
320
|
+
}) => boolean);
|
|
321
|
+
style: _mui_styled_engine.Interpolation<{
|
|
322
|
+
theme: unknown;
|
|
323
|
+
}>;
|
|
324
|
+
}[] | undefined;
|
|
325
|
+
};
|
|
326
|
+
MuiTimelineConnector: {
|
|
327
|
+
defaultProps?: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps> | undefined;
|
|
328
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiTimelineConnector", {
|
|
329
|
+
transitions: _mui_material.Transitions;
|
|
330
|
+
palette: _mui_material.Palette;
|
|
331
|
+
colorSchemes: Record<_mui_material.SupportedColorScheme, _mui_material.ColorSystem>;
|
|
332
|
+
cssVarPrefix: string;
|
|
333
|
+
vars: _mui_material.ThemeVars;
|
|
334
|
+
getCssVar: (field: _mui_material.ThemeCssVar, ...vars: _mui_material.ThemeCssVar[]) => string;
|
|
335
|
+
getColorSchemeSelector: (colorScheme: _mui_material.SupportedColorScheme) => string;
|
|
336
|
+
generateCssVars: (colorScheme?: _mui_material.SupportedColorScheme | undefined) => {
|
|
337
|
+
css: Record<string, string | number>;
|
|
338
|
+
vars: _mui_material.ThemeVars;
|
|
339
|
+
};
|
|
340
|
+
spacing: _mui_system.Spacing;
|
|
341
|
+
breakpoints: _mui_system.Breakpoints;
|
|
342
|
+
shape: _mui_system.Shape;
|
|
343
|
+
typography: _mui_material.TypographyVariants;
|
|
344
|
+
shadows: _mui_material.Shadows;
|
|
345
|
+
mixins: _mui_material.Mixins;
|
|
346
|
+
zIndex: _mui_material.ZIndex;
|
|
347
|
+
direction: _mui_system.Direction;
|
|
348
|
+
shouldSkipGeneratingVar: (keys: string[], value: string | number) => boolean;
|
|
349
|
+
unstable_sxConfig: _mui_system.SxConfig;
|
|
350
|
+
unstable_sx: (props: _mui_system.SxProps<_mui_material.Theme>) => _mui_styled_engine.CSSObject;
|
|
351
|
+
applyStyles: _mui_system.ApplyStyles<"light" | "dark">;
|
|
352
|
+
opacity: _mui_material.Opacity;
|
|
353
|
+
overlays: _mui_material.Overlays;
|
|
354
|
+
customShadows: CustomShadows;
|
|
355
|
+
unstable_strictMode?: boolean | undefined;
|
|
356
|
+
}>> | undefined;
|
|
357
|
+
variants?: {
|
|
358
|
+
props: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps> | ((props: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps> & {
|
|
359
|
+
ownerState: Partial<_mui_lab_TimelineConnector.TimelineConnectorProps>;
|
|
360
|
+
}) => boolean);
|
|
361
|
+
style: _mui_styled_engine.Interpolation<{
|
|
362
|
+
theme: unknown;
|
|
363
|
+
}>;
|
|
364
|
+
}[] | undefined;
|
|
365
|
+
};
|
|
366
|
+
MuiSkeleton: {
|
|
367
|
+
defaultProps?: Partial<_mui_material.SkeletonProps> | undefined;
|
|
368
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SkeletonClasses, "MuiSkeleton", _mui_material.Theme>> | undefined;
|
|
369
|
+
variants?: {
|
|
370
|
+
props: Partial<_mui_material.SkeletonProps> | ((props: Partial<_mui_material.SkeletonProps> & {
|
|
371
|
+
ownerState: Partial<_mui_material.SkeletonProps>;
|
|
372
|
+
}) => boolean);
|
|
373
|
+
style: _mui_styled_engine.Interpolation<{
|
|
374
|
+
theme: _mui_material.Theme;
|
|
375
|
+
}>;
|
|
376
|
+
}[] | undefined;
|
|
377
|
+
};
|
|
378
|
+
MuiSvgIcon: {
|
|
379
|
+
defaultProps?: Partial<_mui_material.SvgIconProps> | undefined;
|
|
380
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SvgIconClasses, "MuiSvgIcon", _mui_material.Theme>> | undefined;
|
|
381
|
+
variants?: {
|
|
382
|
+
props: Partial<_mui_material.SvgIconProps> | ((props: Partial<_mui_material.SvgIconProps> & {
|
|
383
|
+
ownerState: Partial<_mui_material.SvgIconProps>;
|
|
384
|
+
}) => boolean);
|
|
385
|
+
style: _mui_styled_engine.Interpolation<{
|
|
386
|
+
theme: _mui_material.Theme;
|
|
387
|
+
}>;
|
|
388
|
+
}[] | undefined;
|
|
389
|
+
};
|
|
390
|
+
MuiPopover: {
|
|
391
|
+
defaultProps?: Partial<_mui_material.PopoverProps> | undefined;
|
|
392
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.PopoverClasses, "MuiPopover", _mui_material.Theme>> | undefined;
|
|
393
|
+
variants?: {
|
|
394
|
+
props: Partial<_mui_material.PopoverProps> | ((props: Partial<_mui_material.PopoverProps> & {
|
|
395
|
+
ownerState: Partial<_mui_material.PopoverProps>;
|
|
396
|
+
}) => boolean);
|
|
397
|
+
style: _mui_styled_engine.Interpolation<{
|
|
398
|
+
theme: _mui_material.Theme;
|
|
399
|
+
}>;
|
|
400
|
+
}[] | undefined;
|
|
401
|
+
};
|
|
402
|
+
MuiTooltip: {
|
|
403
|
+
defaultProps?: Partial<_mui_material.TooltipProps> | undefined;
|
|
404
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TooltipClasses, "MuiTooltip", _mui_material.Theme>> | undefined;
|
|
405
|
+
variants?: {
|
|
406
|
+
props: Partial<_mui_material.TooltipProps> | ((props: Partial<_mui_material.TooltipProps> & {
|
|
407
|
+
ownerState: Partial<_mui_material.TooltipProps>;
|
|
408
|
+
}) => boolean);
|
|
409
|
+
style: _mui_styled_engine.Interpolation<{
|
|
410
|
+
theme: _mui_material.Theme;
|
|
411
|
+
}>;
|
|
412
|
+
}[] | undefined;
|
|
413
|
+
};
|
|
414
|
+
MuiStepConnector: {
|
|
415
|
+
defaultProps?: Partial<_mui_material.StepConnectorProps> | undefined;
|
|
416
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.StepConnectorClasses, "MuiStepConnector", _mui_material.Theme>> | undefined;
|
|
417
|
+
variants?: {
|
|
418
|
+
props: Partial<_mui_material.StepConnectorProps> | ((props: Partial<_mui_material.StepConnectorProps> & {
|
|
419
|
+
ownerState: Partial<_mui_material.StepConnectorProps>;
|
|
420
|
+
}) => boolean);
|
|
421
|
+
style: _mui_styled_engine.Interpolation<{
|
|
422
|
+
theme: _mui_material.Theme;
|
|
423
|
+
}>;
|
|
424
|
+
}[] | undefined;
|
|
425
|
+
};
|
|
426
|
+
MuiButtonBase: {
|
|
427
|
+
defaultProps?: Partial<_mui_material.ButtonBaseProps> | undefined;
|
|
428
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ButtonBaseClasses, "MuiButtonBase", _mui_material.Theme>> | undefined;
|
|
429
|
+
variants?: {
|
|
430
|
+
props: Partial<_mui_material.ButtonBaseProps> | ((props: Partial<_mui_material.ButtonBaseProps> & {
|
|
431
|
+
ownerState: Partial<_mui_material.ButtonBaseProps>;
|
|
432
|
+
}) => boolean);
|
|
433
|
+
style: _mui_styled_engine.Interpolation<{
|
|
434
|
+
theme: _mui_material.Theme;
|
|
435
|
+
}>;
|
|
436
|
+
}[] | undefined;
|
|
437
|
+
};
|
|
438
|
+
MuiButton: {
|
|
439
|
+
defaultProps?: Partial<_mui_material.ButtonProps> | undefined;
|
|
440
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ButtonClasses, "MuiButton", _mui_material.Theme>> | undefined;
|
|
441
|
+
variants?: {
|
|
442
|
+
props: Partial<_mui_material.ButtonProps> | ((props: Partial<_mui_material.ButtonProps> & {
|
|
443
|
+
ownerState: Partial<_mui_material.ButtonProps>;
|
|
444
|
+
}) => boolean);
|
|
445
|
+
style: _mui_styled_engine.Interpolation<{
|
|
446
|
+
theme: _mui_material.Theme;
|
|
447
|
+
}>;
|
|
448
|
+
}[] | undefined;
|
|
449
|
+
};
|
|
450
|
+
MuiSelect: {
|
|
451
|
+
defaultProps?: Partial<_mui_material.SelectProps> | undefined;
|
|
452
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SelectClasses, "MuiSelect", _mui_material.Theme>> | undefined;
|
|
453
|
+
variants?: {
|
|
454
|
+
props: Partial<_mui_material.SelectProps> | ((props: Partial<_mui_material.SelectProps> & {
|
|
455
|
+
ownerState: Partial<_mui_material.SelectProps>;
|
|
456
|
+
}) => boolean);
|
|
457
|
+
style: _mui_styled_engine.Interpolation<{
|
|
458
|
+
theme: _mui_material.Theme;
|
|
459
|
+
}>;
|
|
460
|
+
}[] | undefined;
|
|
461
|
+
};
|
|
462
|
+
MuiNativeSelect: {
|
|
463
|
+
defaultProps?: Partial<_mui_material.NativeSelectProps> | undefined;
|
|
464
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.NativeSelectClasses, "MuiNativeSelect", _mui_material.Theme>> | undefined;
|
|
465
|
+
variants?: {
|
|
466
|
+
props: Partial<_mui_material.NativeSelectProps> | ((props: Partial<_mui_material.NativeSelectProps> & {
|
|
467
|
+
ownerState: Partial<_mui_material.NativeSelectProps>;
|
|
468
|
+
}) => boolean);
|
|
469
|
+
style: _mui_styled_engine.Interpolation<{
|
|
470
|
+
theme: _mui_material.Theme;
|
|
471
|
+
}>;
|
|
472
|
+
}[] | undefined;
|
|
473
|
+
};
|
|
474
|
+
MuiRating: {
|
|
475
|
+
defaultProps?: Partial<_mui_material.RatingProps> | undefined;
|
|
476
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.RatingClasses, "MuiRating", _mui_material.Theme>> | undefined;
|
|
477
|
+
variants?: {
|
|
478
|
+
props: Partial<_mui_material.RatingProps> | ((props: Partial<_mui_material.RatingProps> & {
|
|
479
|
+
ownerState: Partial<_mui_material.RatingProps>;
|
|
480
|
+
}) => boolean);
|
|
481
|
+
style: _mui_styled_engine.Interpolation<{
|
|
482
|
+
theme: _mui_material.Theme;
|
|
483
|
+
}>;
|
|
484
|
+
}[] | undefined;
|
|
485
|
+
};
|
|
486
|
+
MuiSlider: {
|
|
487
|
+
defaultProps?: Partial<_mui_material.SliderProps> | undefined;
|
|
488
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.SliderClasses, "MuiSlider", _mui_material.Theme>> | undefined;
|
|
489
|
+
variants?: {
|
|
490
|
+
props: Partial<_mui_material.SliderProps> | ((props: Partial<_mui_material.SliderProps> & {
|
|
491
|
+
ownerState: Partial<_mui_material.SliderProps>;
|
|
492
|
+
}) => boolean);
|
|
493
|
+
style: _mui_styled_engine.Interpolation<{
|
|
494
|
+
theme: _mui_material.Theme;
|
|
495
|
+
}>;
|
|
496
|
+
}[] | undefined;
|
|
497
|
+
};
|
|
498
|
+
MuiDrawer: {
|
|
499
|
+
defaultProps?: Partial<_mui_material.DrawerProps> | undefined;
|
|
500
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DrawerClasses, "MuiDrawer", _mui_material.Theme>> | undefined;
|
|
501
|
+
variants?: {
|
|
502
|
+
props: Partial<_mui_material.DrawerProps> | ((props: Partial<_mui_material.DrawerProps> & {
|
|
503
|
+
ownerState: Partial<_mui_material.DrawerProps>;
|
|
504
|
+
}) => boolean);
|
|
505
|
+
style: _mui_styled_engine.Interpolation<{
|
|
506
|
+
theme: _mui_material.Theme;
|
|
507
|
+
}>;
|
|
508
|
+
}[] | undefined;
|
|
509
|
+
};
|
|
510
|
+
MuiAvatar: {
|
|
511
|
+
defaultProps?: Partial<_mui_material.AvatarProps> | undefined;
|
|
512
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AvatarClasses, "MuiAvatar", _mui_material.Theme>> | undefined;
|
|
513
|
+
variants?: {
|
|
514
|
+
props: Partial<_mui_material.AvatarProps> | ((props: Partial<_mui_material.AvatarProps> & {
|
|
515
|
+
ownerState: Partial<_mui_material.AvatarProps>;
|
|
516
|
+
}) => boolean);
|
|
517
|
+
style: _mui_styled_engine.Interpolation<{
|
|
518
|
+
theme: _mui_material.Theme;
|
|
519
|
+
}>;
|
|
520
|
+
}[] | undefined;
|
|
521
|
+
};
|
|
522
|
+
MuiAvatarGroup: {
|
|
523
|
+
defaultProps?: Partial<_mui_material.AvatarGroupProps> | undefined;
|
|
524
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AvatarGroupClasses, "MuiAvatarGroup", _mui_material.Theme>> | undefined;
|
|
525
|
+
variants?: {
|
|
526
|
+
props: Partial<_mui_material.AvatarGroupProps> | ((props: Partial<_mui_material.AvatarGroupProps> & {
|
|
527
|
+
ownerState: Partial<_mui_material.AvatarGroupProps>;
|
|
528
|
+
}) => boolean);
|
|
529
|
+
style: _mui_styled_engine.Interpolation<{
|
|
530
|
+
theme: _mui_material.Theme;
|
|
531
|
+
}>;
|
|
532
|
+
}[] | undefined;
|
|
533
|
+
};
|
|
534
|
+
MuiAppBar: {
|
|
535
|
+
defaultProps?: Partial<_mui_material.AppBarProps> | undefined;
|
|
536
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AppBarClasses, "MuiAppBar", _mui_material.Theme>> | undefined;
|
|
537
|
+
variants?: {
|
|
538
|
+
props: Partial<_mui_material.AppBarProps> | ((props: Partial<_mui_material.AppBarProps> & {
|
|
539
|
+
ownerState: Partial<_mui_material.AppBarProps>;
|
|
540
|
+
}) => boolean);
|
|
541
|
+
style: _mui_styled_engine.Interpolation<{
|
|
542
|
+
theme: _mui_material.Theme;
|
|
543
|
+
}>;
|
|
544
|
+
}[] | undefined;
|
|
545
|
+
};
|
|
546
|
+
MuiDialog: {
|
|
547
|
+
defaultProps?: Partial<_mui_material.DialogProps> | undefined;
|
|
548
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DialogClasses, "MuiDialog", _mui_material.Theme>> | undefined;
|
|
549
|
+
variants?: {
|
|
550
|
+
props: Partial<_mui_material.DialogProps> | ((props: Partial<_mui_material.DialogProps> & {
|
|
551
|
+
ownerState: Partial<_mui_material.DialogProps>;
|
|
552
|
+
}) => boolean);
|
|
553
|
+
style: _mui_styled_engine.Interpolation<{
|
|
554
|
+
theme: _mui_material.Theme;
|
|
555
|
+
}>;
|
|
556
|
+
}[] | undefined;
|
|
557
|
+
};
|
|
558
|
+
MuiDialogTitle: {
|
|
559
|
+
defaultProps?: Partial<_mui_material.DialogTitleProps> | undefined;
|
|
560
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiDialogTitle", _mui_material.Theme>> | undefined;
|
|
561
|
+
variants?: {
|
|
562
|
+
props: Partial<_mui_material.DialogTitleProps> | ((props: Partial<_mui_material.DialogTitleProps> & {
|
|
563
|
+
ownerState: Partial<_mui_material.DialogTitleProps>;
|
|
564
|
+
}) => boolean);
|
|
565
|
+
style: _mui_styled_engine.Interpolation<{
|
|
566
|
+
theme: _mui_material.Theme;
|
|
567
|
+
}>;
|
|
568
|
+
}[] | undefined;
|
|
569
|
+
};
|
|
570
|
+
MuiDialogContent: {
|
|
571
|
+
defaultProps?: Partial<_mui_material.DialogContentProps> | undefined;
|
|
572
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DialogContentClasses, "MuiDialogContent", _mui_material.Theme>> | undefined;
|
|
573
|
+
variants?: {
|
|
574
|
+
props: Partial<_mui_material.DialogContentProps> | ((props: Partial<_mui_material.DialogContentProps> & {
|
|
575
|
+
ownerState: Partial<_mui_material.DialogContentProps>;
|
|
576
|
+
}) => boolean);
|
|
577
|
+
style: _mui_styled_engine.Interpolation<{
|
|
578
|
+
theme: _mui_material.Theme;
|
|
579
|
+
}>;
|
|
580
|
+
}[] | undefined;
|
|
581
|
+
};
|
|
582
|
+
MuiDialogActions: {
|
|
583
|
+
defaultProps?: Partial<_mui_material.DialogActionsProps> | undefined;
|
|
584
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.DialogActionsClasses, "MuiDialogActions", _mui_material.Theme>> | undefined;
|
|
585
|
+
variants?: {
|
|
586
|
+
props: Partial<_mui_material.DialogActionsProps> | ((props: Partial<_mui_material.DialogActionsProps> & {
|
|
587
|
+
ownerState: Partial<_mui_material.DialogActionsProps>;
|
|
588
|
+
}) => boolean);
|
|
589
|
+
style: _mui_styled_engine.Interpolation<{
|
|
590
|
+
theme: _mui_material.Theme;
|
|
591
|
+
}>;
|
|
592
|
+
}[] | undefined;
|
|
593
|
+
};
|
|
594
|
+
MuiRadio: {
|
|
595
|
+
defaultProps?: Partial<_mui_material.RadioProps> | undefined;
|
|
596
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.RadioClasses, "MuiRadio", _mui_material.Theme>> | undefined;
|
|
597
|
+
variants?: {
|
|
598
|
+
props: Partial<_mui_material.RadioProps> | ((props: Partial<_mui_material.RadioProps> & {
|
|
599
|
+
ownerState: Partial<_mui_material.RadioProps>;
|
|
600
|
+
}) => boolean);
|
|
601
|
+
style: _mui_styled_engine.Interpolation<{
|
|
602
|
+
theme: _mui_material.Theme;
|
|
603
|
+
}>;
|
|
604
|
+
}[] | undefined;
|
|
605
|
+
};
|
|
606
|
+
MuiBadge: {
|
|
607
|
+
defaultProps?: Partial<_mui_material.BadgeProps> | undefined;
|
|
608
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.BadgeClasses, "MuiBadge", _mui_material.Theme>> | undefined;
|
|
609
|
+
variants?: {
|
|
610
|
+
props: Partial<_mui_material.BadgeProps> | ((props: Partial<_mui_material.BadgeProps> & {
|
|
611
|
+
ownerState: Partial<_mui_material.BadgeProps>;
|
|
612
|
+
}) => boolean);
|
|
613
|
+
style: _mui_styled_engine.Interpolation<{
|
|
614
|
+
theme: _mui_material.Theme;
|
|
615
|
+
}>;
|
|
616
|
+
}[] | undefined;
|
|
617
|
+
};
|
|
618
|
+
MuiAlert: {
|
|
619
|
+
defaultProps?: Partial<_mui_material.AlertProps> | undefined;
|
|
620
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.AlertClasses, "MuiAlert", _mui_material.Theme>> | undefined;
|
|
621
|
+
variants?: {
|
|
622
|
+
props: Partial<_mui_material.AlertProps> | ((props: Partial<_mui_material.AlertProps> & {
|
|
623
|
+
ownerState: Partial<_mui_material.AlertProps>;
|
|
624
|
+
}) => boolean);
|
|
625
|
+
style: _mui_styled_engine.Interpolation<{
|
|
626
|
+
theme: _mui_material.Theme;
|
|
627
|
+
}>;
|
|
628
|
+
}[] | undefined;
|
|
629
|
+
};
|
|
630
|
+
MuiAlertTitle: {
|
|
631
|
+
defaultProps?: Partial<_mui_material.AlertTitleProps> | undefined;
|
|
632
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiAlertTitle", _mui_material.Theme>> | undefined;
|
|
633
|
+
variants?: {
|
|
634
|
+
props: Partial<_mui_material.AlertTitleProps> | ((props: Partial<_mui_material.AlertTitleProps> & {
|
|
635
|
+
ownerState: Partial<_mui_material.AlertTitleProps>;
|
|
636
|
+
}) => boolean);
|
|
637
|
+
style: _mui_styled_engine.Interpolation<{
|
|
638
|
+
theme: _mui_material.Theme;
|
|
639
|
+
}>;
|
|
640
|
+
}[] | undefined;
|
|
641
|
+
};
|
|
642
|
+
MuiTable: {
|
|
643
|
+
defaultProps?: Partial<_mui_material.TableProps> | undefined;
|
|
644
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TableClasses, "MuiTable", _mui_material.Theme>> | undefined;
|
|
645
|
+
variants?: {
|
|
646
|
+
props: Partial<_mui_material.TableProps> | ((props: Partial<_mui_material.TableProps> & {
|
|
647
|
+
ownerState: Partial<_mui_material.TableProps>;
|
|
648
|
+
}) => boolean);
|
|
649
|
+
style: _mui_styled_engine.Interpolation<{
|
|
650
|
+
theme: _mui_material.Theme;
|
|
651
|
+
}>;
|
|
652
|
+
}[] | undefined;
|
|
653
|
+
};
|
|
654
|
+
MuiTableRow: {
|
|
655
|
+
defaultProps?: Partial<_mui_material.TableRowProps> | undefined;
|
|
656
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TableRowClasses, "MuiTableRow", _mui_material.Theme>> | undefined;
|
|
657
|
+
variants?: {
|
|
658
|
+
props: Partial<_mui_material.TableRowProps> | ((props: Partial<_mui_material.TableRowProps> & {
|
|
659
|
+
ownerState: Partial<_mui_material.TableRowProps>;
|
|
660
|
+
}) => boolean);
|
|
661
|
+
style: _mui_styled_engine.Interpolation<{
|
|
662
|
+
theme: _mui_material.Theme;
|
|
663
|
+
}>;
|
|
664
|
+
}[] | undefined;
|
|
665
|
+
};
|
|
666
|
+
MuiTableCell: {
|
|
667
|
+
defaultProps?: Partial<_mui_material.TableCellProps> | undefined;
|
|
668
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TableCellClasses, "MuiTableCell", _mui_material.Theme>> | undefined;
|
|
669
|
+
variants?: {
|
|
670
|
+
props: Partial<_mui_material.TableCellProps> | ((props: Partial<_mui_material.TableCellProps> & {
|
|
671
|
+
ownerState: Partial<_mui_material.TableCellProps>;
|
|
672
|
+
}) => boolean);
|
|
673
|
+
style: _mui_styled_engine.Interpolation<{
|
|
674
|
+
theme: _mui_material.Theme;
|
|
675
|
+
}>;
|
|
676
|
+
}[] | undefined;
|
|
677
|
+
};
|
|
678
|
+
MuiTableContainer: {
|
|
679
|
+
defaultProps?: Partial<_mui_material.TableContainerProps> | undefined;
|
|
680
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiTableContainer", _mui_material.Theme>> | undefined;
|
|
681
|
+
variants?: {
|
|
682
|
+
props: Partial<_mui_material.TableContainerProps> | ((props: Partial<_mui_material.TableContainerProps> & {
|
|
683
|
+
ownerState: Partial<_mui_material.TableContainerProps>;
|
|
684
|
+
}) => boolean);
|
|
685
|
+
style: _mui_styled_engine.Interpolation<{
|
|
686
|
+
theme: _mui_material.Theme;
|
|
687
|
+
}>;
|
|
688
|
+
}[] | undefined;
|
|
689
|
+
};
|
|
690
|
+
MuiTablePagination: {
|
|
691
|
+
defaultProps?: Partial<_mui_material.TablePaginationProps> | undefined;
|
|
692
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TablePaginationClasses, "MuiTablePagination", _mui_material.Theme>> | undefined;
|
|
693
|
+
variants?: {
|
|
694
|
+
props: Partial<_mui_material.TablePaginationProps> | ((props: Partial<_mui_material.TablePaginationProps> & {
|
|
695
|
+
ownerState: Partial<_mui_material.TablePaginationProps>;
|
|
696
|
+
}) => boolean);
|
|
697
|
+
style: _mui_styled_engine.Interpolation<{
|
|
698
|
+
theme: _mui_material.Theme;
|
|
699
|
+
}>;
|
|
700
|
+
}[] | undefined;
|
|
701
|
+
};
|
|
702
|
+
MuiPaper: {
|
|
703
|
+
defaultProps?: Partial<_mui_material.PaperProps> | undefined;
|
|
704
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.PaperClasses, "MuiPaper", _mui_material.Theme>> | undefined;
|
|
705
|
+
variants?: {
|
|
706
|
+
props: Partial<_mui_material.PaperProps> | ((props: Partial<_mui_material.PaperProps> & {
|
|
707
|
+
ownerState: Partial<_mui_material.PaperProps>;
|
|
708
|
+
}) => boolean);
|
|
709
|
+
style: _mui_styled_engine.Interpolation<{
|
|
710
|
+
theme: _mui_material.Theme;
|
|
711
|
+
}>;
|
|
712
|
+
}[] | undefined;
|
|
713
|
+
};
|
|
714
|
+
MuiStack: {
|
|
715
|
+
defaultProps?: Partial<_mui_material.StackProps> | undefined;
|
|
716
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiStack", _mui_material.Theme>> | undefined;
|
|
717
|
+
variants?: {
|
|
718
|
+
props: Partial<_mui_material.StackProps> | ((props: Partial<_mui_material.StackProps> & {
|
|
719
|
+
ownerState: Partial<_mui_material.StackProps>;
|
|
720
|
+
}) => boolean);
|
|
721
|
+
style: _mui_styled_engine.Interpolation<{
|
|
722
|
+
theme: _mui_material.Theme;
|
|
723
|
+
}>;
|
|
724
|
+
}[] | undefined;
|
|
725
|
+
};
|
|
726
|
+
MuiListItemIcon: {
|
|
727
|
+
defaultProps?: Partial<_mui_material.ListItemIconProps> | undefined;
|
|
728
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ListItemIconClasses, "MuiListItemIcon", _mui_material.Theme>> | undefined;
|
|
729
|
+
variants?: {
|
|
730
|
+
props: Partial<_mui_material.ListItemIconProps> | ((props: Partial<_mui_material.ListItemIconProps> & {
|
|
731
|
+
ownerState: Partial<_mui_material.ListItemIconProps>;
|
|
732
|
+
}) => boolean);
|
|
733
|
+
style: _mui_styled_engine.Interpolation<{
|
|
734
|
+
theme: _mui_material.Theme;
|
|
735
|
+
}>;
|
|
736
|
+
}[] | undefined;
|
|
737
|
+
};
|
|
738
|
+
MuiListItemAvatar: {
|
|
739
|
+
defaultProps?: Partial<_mui_material.ListItemAvatarProps> | undefined;
|
|
740
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ListItemAvatarClasses, "MuiListItemAvatar", _mui_material.Theme>> | undefined;
|
|
741
|
+
variants?: {
|
|
742
|
+
props: Partial<_mui_material.ListItemAvatarProps> | ((props: Partial<_mui_material.ListItemAvatarProps> & {
|
|
743
|
+
ownerState: Partial<_mui_material.ListItemAvatarProps>;
|
|
744
|
+
}) => boolean);
|
|
745
|
+
style: _mui_styled_engine.Interpolation<{
|
|
746
|
+
theme: _mui_material.Theme;
|
|
747
|
+
}>;
|
|
748
|
+
}[] | undefined;
|
|
749
|
+
};
|
|
750
|
+
MuiListItemText: {
|
|
751
|
+
defaultProps?: Partial<_mui_material.ListItemTextProps<"span", "p">> | undefined;
|
|
752
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ListItemTextClasses, "MuiListItemText", _mui_material.Theme>> | undefined;
|
|
753
|
+
variants?: {
|
|
754
|
+
props: Partial<_mui_material.ListItemTextProps<"span", "p">> | ((props: Partial<_mui_material.ListItemTextProps<"span", "p">> & {
|
|
755
|
+
ownerState: Partial<_mui_material.ListItemTextProps<"span", "p">>;
|
|
756
|
+
}) => boolean);
|
|
757
|
+
style: _mui_styled_engine.Interpolation<{
|
|
758
|
+
theme: _mui_material.Theme;
|
|
759
|
+
}>;
|
|
760
|
+
}[] | undefined;
|
|
761
|
+
};
|
|
762
|
+
MuiMenuItem: {
|
|
763
|
+
defaultProps?: Partial<_mui_material.MenuItemProps> | undefined;
|
|
764
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.MenuItemClasses, "MuiMenuItem", _mui_material.Theme>> | undefined;
|
|
765
|
+
variants?: {
|
|
766
|
+
props: Partial<_mui_material.MenuItemProps> | ((props: Partial<_mui_material.MenuItemProps> & {
|
|
767
|
+
ownerState: Partial<_mui_material.MenuItemProps>;
|
|
768
|
+
}) => boolean);
|
|
769
|
+
style: _mui_styled_engine.Interpolation<{
|
|
770
|
+
theme: _mui_material.Theme;
|
|
771
|
+
}>;
|
|
772
|
+
}[] | undefined;
|
|
773
|
+
};
|
|
774
|
+
MuiChip: {
|
|
775
|
+
defaultProps?: Partial<_mui_material.ChipProps> | undefined;
|
|
776
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.ChipClasses, "MuiChip", _mui_material.Theme>> | undefined;
|
|
777
|
+
variants?: {
|
|
778
|
+
props: Partial<_mui_material.ChipProps> | ((props: Partial<_mui_material.ChipProps> & {
|
|
779
|
+
ownerState: Partial<_mui_material.ChipProps>;
|
|
780
|
+
}) => boolean);
|
|
781
|
+
style: _mui_styled_engine.Interpolation<{
|
|
782
|
+
theme: _mui_material.Theme;
|
|
783
|
+
}>;
|
|
784
|
+
}[] | undefined;
|
|
785
|
+
};
|
|
786
|
+
MuiTabs: {
|
|
787
|
+
defaultProps?: Partial<_mui_material.TabsProps> | undefined;
|
|
788
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TabsClasses, "MuiTabs", _mui_material.Theme>> | undefined;
|
|
789
|
+
variants?: {
|
|
790
|
+
props: Partial<_mui_material.TabsProps> | ((props: Partial<_mui_material.TabsProps> & {
|
|
791
|
+
ownerState: Partial<_mui_material.TabsProps>;
|
|
792
|
+
}) => boolean);
|
|
793
|
+
style: _mui_styled_engine.Interpolation<{
|
|
794
|
+
theme: _mui_material.Theme;
|
|
795
|
+
}>;
|
|
796
|
+
}[] | undefined;
|
|
797
|
+
};
|
|
798
|
+
MuiTab: {
|
|
799
|
+
defaultProps?: Partial<_mui_material.TabProps> | undefined;
|
|
800
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.TabClasses, "MuiTab", _mui_material.Theme>> | undefined;
|
|
801
|
+
variants?: {
|
|
802
|
+
props: Partial<_mui_material.TabProps> | ((props: Partial<_mui_material.TabProps> & {
|
|
803
|
+
ownerState: Partial<_mui_material.TabProps>;
|
|
804
|
+
}) => boolean);
|
|
805
|
+
style: _mui_styled_engine.Interpolation<{
|
|
806
|
+
theme: _mui_material.Theme;
|
|
807
|
+
}>;
|
|
808
|
+
}[] | undefined;
|
|
809
|
+
};
|
|
810
|
+
MuiFormLabel: {
|
|
811
|
+
defaultProps?: Partial<_mui_material.FormLabelProps> | undefined;
|
|
812
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FormLabelClasses, "MuiFormLabel", _mui_material.Theme>> | undefined;
|
|
813
|
+
variants?: {
|
|
814
|
+
props: Partial<_mui_material.FormLabelProps> | ((props: Partial<_mui_material.FormLabelProps> & {
|
|
815
|
+
ownerState: Partial<_mui_material.FormLabelProps>;
|
|
816
|
+
}) => boolean);
|
|
817
|
+
style: _mui_styled_engine.Interpolation<{
|
|
818
|
+
theme: _mui_material.Theme;
|
|
819
|
+
}>;
|
|
820
|
+
}[] | undefined;
|
|
821
|
+
};
|
|
822
|
+
MuiFormHelperText: {
|
|
823
|
+
defaultProps?: Partial<_mui_material.FormHelperTextProps> | undefined;
|
|
824
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FormHelperTextClasses, "MuiFormHelperText", _mui_material.Theme>> | undefined;
|
|
825
|
+
variants?: {
|
|
826
|
+
props: Partial<_mui_material.FormHelperTextProps> | ((props: Partial<_mui_material.FormHelperTextProps> & {
|
|
827
|
+
ownerState: Partial<_mui_material.FormHelperTextProps>;
|
|
828
|
+
}) => boolean);
|
|
829
|
+
style: _mui_styled_engine.Interpolation<{
|
|
830
|
+
theme: _mui_material.Theme;
|
|
831
|
+
}>;
|
|
832
|
+
}[] | undefined;
|
|
833
|
+
};
|
|
834
|
+
MuiFormControlLabel: {
|
|
835
|
+
defaultProps?: Partial<_mui_material.FormControlLabelProps> | undefined;
|
|
836
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FormControlLabelClasses, "MuiFormControlLabel", _mui_material.Theme>> | undefined;
|
|
837
|
+
variants?: {
|
|
838
|
+
props: Partial<_mui_material.FormControlLabelProps> | ((props: Partial<_mui_material.FormControlLabelProps> & {
|
|
839
|
+
ownerState: Partial<_mui_material.FormControlLabelProps>;
|
|
840
|
+
}) => boolean);
|
|
841
|
+
style: _mui_styled_engine.Interpolation<{
|
|
842
|
+
theme: _mui_material.Theme;
|
|
843
|
+
}>;
|
|
844
|
+
}[] | undefined;
|
|
845
|
+
};
|
|
846
|
+
MuiLink: {
|
|
847
|
+
defaultProps?: Partial<_mui_material.LinkProps> | undefined;
|
|
848
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.LinkClasses, "MuiLink", _mui_material.Theme>> | undefined;
|
|
849
|
+
variants?: {
|
|
850
|
+
props: Partial<_mui_material.LinkProps> | ((props: Partial<_mui_material.LinkProps> & {
|
|
851
|
+
ownerState: Partial<_mui_material.LinkProps>;
|
|
852
|
+
}) => boolean);
|
|
853
|
+
style: _mui_styled_engine.Interpolation<{
|
|
854
|
+
theme: _mui_material.Theme;
|
|
855
|
+
}>;
|
|
856
|
+
}[] | undefined;
|
|
857
|
+
};
|
|
858
|
+
MuiCard: {
|
|
859
|
+
defaultProps?: Partial<_mui_material.CardProps> | undefined;
|
|
860
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiCard", _mui_material.Theme>> | undefined;
|
|
861
|
+
variants?: {
|
|
862
|
+
props: Partial<_mui_material.CardProps> | ((props: Partial<_mui_material.CardProps> & {
|
|
863
|
+
ownerState: Partial<_mui_material.CardProps>;
|
|
864
|
+
}) => boolean);
|
|
865
|
+
style: _mui_styled_engine.Interpolation<{
|
|
866
|
+
theme: _mui_material.Theme;
|
|
867
|
+
}>;
|
|
868
|
+
}[] | undefined;
|
|
869
|
+
};
|
|
870
|
+
MuiCardHeader: {
|
|
871
|
+
defaultProps?: Partial<_mui_material.CardHeaderProps> | undefined;
|
|
872
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.CardHeaderClasses, "MuiCardHeader", _mui_material.Theme>> | undefined;
|
|
873
|
+
variants?: {
|
|
874
|
+
props: Partial<_mui_material.CardHeaderProps> | ((props: Partial<_mui_material.CardHeaderProps> & {
|
|
875
|
+
ownerState: Partial<_mui_material.CardHeaderProps>;
|
|
876
|
+
}) => boolean);
|
|
877
|
+
style: _mui_styled_engine.Interpolation<{
|
|
878
|
+
theme: _mui_material.Theme;
|
|
879
|
+
}>;
|
|
880
|
+
}[] | undefined;
|
|
881
|
+
};
|
|
882
|
+
MuiCardContent: {
|
|
883
|
+
defaultProps?: Partial<_mui_material.CardContentProps> | undefined;
|
|
884
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<"root", "MuiCardContent", _mui_material.Theme>> | undefined;
|
|
885
|
+
variants?: {
|
|
886
|
+
props: Partial<_mui_material.CardContentProps> | ((props: Partial<_mui_material.CardContentProps> & {
|
|
887
|
+
ownerState: Partial<_mui_material.CardContentProps>;
|
|
888
|
+
}) => boolean);
|
|
889
|
+
style: _mui_styled_engine.Interpolation<{
|
|
890
|
+
theme: _mui_material.Theme;
|
|
891
|
+
}>;
|
|
892
|
+
}[] | undefined;
|
|
893
|
+
};
|
|
894
|
+
MuiFab: {
|
|
895
|
+
defaultProps?: Partial<_mui_material.FabProps> | undefined;
|
|
896
|
+
styleOverrides?: Partial<_mui_material_styles_overrides.OverridesStyleRules<keyof _mui_material.FabClasses, "MuiFab", _mui_material.Theme>> | undefined;
|
|
897
|
+
variants?: {
|
|
898
|
+
props: Partial<_mui_material.FabProps> | ((props: Partial<_mui_material.FabProps> & {
|
|
899
|
+
ownerState: Partial<_mui_material.FabProps>;
|
|
900
|
+
}) => boolean);
|
|
901
|
+
style: _mui_styled_engine.Interpolation<{
|
|
902
|
+
theme: _mui_material.Theme;
|
|
903
|
+
}>;
|
|
904
|
+
}[] | undefined;
|
|
905
|
+
};
|
|
906
|
+
};
|
|
907
|
+
|
|
908
|
+
declare function createShadowColor(colorChannel: string): string;
|
|
909
|
+
declare function customShadows(colorScheme: ThemeColorScheme, primaryColor: string): {
|
|
910
|
+
z1: string;
|
|
911
|
+
z4: string;
|
|
912
|
+
z8: string;
|
|
913
|
+
z12: string;
|
|
914
|
+
z16: string;
|
|
915
|
+
z20: string;
|
|
916
|
+
z24: string;
|
|
917
|
+
dialog: string;
|
|
918
|
+
card: string;
|
|
919
|
+
dropdown: string;
|
|
920
|
+
primary: string;
|
|
921
|
+
secondary: string;
|
|
922
|
+
info: string;
|
|
923
|
+
success: string;
|
|
924
|
+
warning: string;
|
|
925
|
+
error: string;
|
|
926
|
+
};
|
|
927
|
+
|
|
928
|
+
type ColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'error';
|
|
929
|
+
declare const grey: {
|
|
930
|
+
[x: string]: string;
|
|
931
|
+
};
|
|
932
|
+
declare const primary: {
|
|
933
|
+
[x: string]: string;
|
|
934
|
+
};
|
|
935
|
+
declare const secondary: {
|
|
936
|
+
[x: string]: string;
|
|
937
|
+
};
|
|
938
|
+
declare const info: {
|
|
939
|
+
[x: string]: string;
|
|
940
|
+
};
|
|
941
|
+
declare const success: {
|
|
942
|
+
[x: string]: string;
|
|
943
|
+
};
|
|
944
|
+
declare const warning: {
|
|
945
|
+
[x: string]: string;
|
|
946
|
+
};
|
|
947
|
+
declare const error: {
|
|
948
|
+
[x: string]: string;
|
|
949
|
+
};
|
|
950
|
+
declare const common: {
|
|
951
|
+
[x: string]: string;
|
|
952
|
+
};
|
|
953
|
+
declare const text: {
|
|
954
|
+
light: {
|
|
955
|
+
[x: string]: string;
|
|
956
|
+
};
|
|
957
|
+
dark: {
|
|
958
|
+
[x: string]: string;
|
|
959
|
+
};
|
|
960
|
+
};
|
|
961
|
+
declare const background: {
|
|
962
|
+
light: {
|
|
963
|
+
[x: string]: string;
|
|
964
|
+
};
|
|
965
|
+
dark: {
|
|
966
|
+
[x: string]: string;
|
|
967
|
+
};
|
|
968
|
+
};
|
|
969
|
+
declare const action: {
|
|
970
|
+
light: {
|
|
971
|
+
hover: string;
|
|
972
|
+
selected: string;
|
|
973
|
+
focus: string;
|
|
974
|
+
disabled: string;
|
|
975
|
+
disabledBackground: string;
|
|
976
|
+
hoverOpacity: number;
|
|
977
|
+
disabledOpacity: number;
|
|
978
|
+
active: string;
|
|
979
|
+
};
|
|
980
|
+
dark: {
|
|
981
|
+
hover: string;
|
|
982
|
+
selected: string;
|
|
983
|
+
focus: string;
|
|
984
|
+
disabled: string;
|
|
985
|
+
disabledBackground: string;
|
|
986
|
+
hoverOpacity: number;
|
|
987
|
+
disabledOpacity: number;
|
|
988
|
+
active: string;
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
declare const basePalette: {
|
|
992
|
+
primary: {
|
|
993
|
+
[x: string]: string;
|
|
994
|
+
};
|
|
995
|
+
secondary: {
|
|
996
|
+
[x: string]: string;
|
|
997
|
+
};
|
|
998
|
+
info: {
|
|
999
|
+
[x: string]: string;
|
|
1000
|
+
};
|
|
1001
|
+
success: {
|
|
1002
|
+
[x: string]: string;
|
|
1003
|
+
};
|
|
1004
|
+
warning: {
|
|
1005
|
+
[x: string]: string;
|
|
1006
|
+
};
|
|
1007
|
+
error: {
|
|
1008
|
+
[x: string]: string;
|
|
1009
|
+
};
|
|
1010
|
+
grey: {
|
|
1011
|
+
[x: string]: string;
|
|
1012
|
+
};
|
|
1013
|
+
common: {
|
|
1014
|
+
[x: string]: string;
|
|
1015
|
+
};
|
|
1016
|
+
divider: string;
|
|
1017
|
+
};
|
|
1018
|
+
declare const lightPalette: {
|
|
1019
|
+
text: {
|
|
1020
|
+
[x: string]: string;
|
|
1021
|
+
};
|
|
1022
|
+
background: {
|
|
1023
|
+
[x: string]: string;
|
|
1024
|
+
};
|
|
1025
|
+
action: {
|
|
1026
|
+
hover: string;
|
|
1027
|
+
selected: string;
|
|
1028
|
+
focus: string;
|
|
1029
|
+
disabled: string;
|
|
1030
|
+
disabledBackground: string;
|
|
1031
|
+
hoverOpacity: number;
|
|
1032
|
+
disabledOpacity: number;
|
|
1033
|
+
active: string;
|
|
1034
|
+
};
|
|
1035
|
+
primary: {
|
|
1036
|
+
[x: string]: string;
|
|
1037
|
+
};
|
|
1038
|
+
secondary: {
|
|
1039
|
+
[x: string]: string;
|
|
1040
|
+
};
|
|
1041
|
+
info: {
|
|
1042
|
+
[x: string]: string;
|
|
1043
|
+
};
|
|
1044
|
+
success: {
|
|
1045
|
+
[x: string]: string;
|
|
1046
|
+
};
|
|
1047
|
+
warning: {
|
|
1048
|
+
[x: string]: string;
|
|
1049
|
+
};
|
|
1050
|
+
error: {
|
|
1051
|
+
[x: string]: string;
|
|
1052
|
+
};
|
|
1053
|
+
grey: {
|
|
1054
|
+
[x: string]: string;
|
|
1055
|
+
};
|
|
1056
|
+
common: {
|
|
1057
|
+
[x: string]: string;
|
|
1058
|
+
};
|
|
1059
|
+
divider: string;
|
|
1060
|
+
};
|
|
1061
|
+
declare const darkPalette: {
|
|
1062
|
+
text: {
|
|
1063
|
+
[x: string]: string;
|
|
1064
|
+
};
|
|
1065
|
+
background: {
|
|
1066
|
+
[x: string]: string;
|
|
1067
|
+
};
|
|
1068
|
+
action: {
|
|
1069
|
+
hover: string;
|
|
1070
|
+
selected: string;
|
|
1071
|
+
focus: string;
|
|
1072
|
+
disabled: string;
|
|
1073
|
+
disabledBackground: string;
|
|
1074
|
+
hoverOpacity: number;
|
|
1075
|
+
disabledOpacity: number;
|
|
1076
|
+
active: string;
|
|
1077
|
+
};
|
|
1078
|
+
primary: {
|
|
1079
|
+
[x: string]: string;
|
|
1080
|
+
};
|
|
1081
|
+
secondary: {
|
|
1082
|
+
[x: string]: string;
|
|
1083
|
+
};
|
|
1084
|
+
info: {
|
|
1085
|
+
[x: string]: string;
|
|
1086
|
+
};
|
|
1087
|
+
success: {
|
|
1088
|
+
[x: string]: string;
|
|
1089
|
+
};
|
|
1090
|
+
warning: {
|
|
1091
|
+
[x: string]: string;
|
|
1092
|
+
};
|
|
1093
|
+
error: {
|
|
1094
|
+
[x: string]: string;
|
|
1095
|
+
};
|
|
1096
|
+
grey: {
|
|
1097
|
+
[x: string]: string;
|
|
1098
|
+
};
|
|
1099
|
+
common: {
|
|
1100
|
+
[x: string]: string;
|
|
1101
|
+
};
|
|
1102
|
+
divider: string;
|
|
1103
|
+
};
|
|
1104
|
+
declare const colorSchemes: Partial<Record<'dark' | 'light', ColorSystemOptions>>;
|
|
1105
|
+
|
|
1106
|
+
declare function shadows(colorScheme: ThemeColorScheme): Shadows;
|
|
1107
|
+
|
|
1108
|
+
declare const defaultFont = "Public Sans";
|
|
1109
|
+
declare const primaryFont: string;
|
|
1110
|
+
declare const secondaryFont: string;
|
|
1111
|
+
declare const typography: TypographyOptions;
|
|
1112
|
+
|
|
1113
|
+
export { CustomShadows as C, createShadowColor as a, customShadows as b, components as c, ColorType as d, success as e, error as f, grey as g, common as h, info as i, background as j, action as k, basePalette as l, lightPalette as m, darkPalette as n, colorSchemes as o, primary as p, shadows as q, defaultFont as r, secondary as s, text as t, primaryFont as u, secondaryFont as v, warning as w, typography as x };
|