asma-core-ui 2.9.2 → 2.9.3
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/asma-core-ui.es.js +18 -18
- package/dist/src/theme/theme.d.ts +0 -22
- package/package.json +1 -1
|
@@ -99,28 +99,6 @@ declare const theme: {
|
|
|
99
99
|
fontWeight: string;
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
|
-
components: {
|
|
103
|
-
MuiPopover: {
|
|
104
|
-
defaultProps: {
|
|
105
|
-
container: HTMLElement | null;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
MuiPopper: {
|
|
109
|
-
defaultProps: {
|
|
110
|
-
container: HTMLElement | null;
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
MuiDialog: {
|
|
114
|
-
defaultProps: {
|
|
115
|
-
container: HTMLElement | null;
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
MuiModal: {
|
|
119
|
-
defaultProps: {
|
|
120
|
-
container: HTMLElement | null;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
102
|
};
|
|
125
103
|
export default theme;
|
|
126
104
|
declare module '@mui/material/styles' {
|