@m4l/layouts 9.3.13-BE071125-beta.1 → 9.3.13-BE20251125-beta.1
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.
|
@@ -1,3 +1 @@
|
|
|
1
|
-
export declare const MFHostAppContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>
|
|
2
|
-
ownerState?: (Partial<import('../types').MFHostAppOwnerState> & Record<string, unknown>) | undefined;
|
|
3
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
1
|
+
export declare const MFHostAppContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/layouts",
|
|
3
|
-
"version": "9.3.13-
|
|
3
|
+
"version": "9.3.13-BE20251125-beta.1",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "M4L Team",
|
|
6
6
|
"lint-staged": {
|
|
7
7
|
"*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@m4l/components": "9.3.
|
|
10
|
+
"@m4l/components": "9.3.34-BE20251125-beta.1",
|
|
11
11
|
"@m4l/core": "^2.0.0",
|
|
12
12
|
"@m4l/graphics": "^7.0.0",
|
|
13
13
|
"@m4l/styles": "^7.0.0"
|
package/@types/types.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { MFHostAppOwnerState, MFHostAppSlotsType } from '../components/MFHostApp/types';
|
|
2
|
-
import { ComponentsOverrides, ComponentsVariants } from '@mui/material/styles';
|
|
3
|
-
import { Theme } from '@mui/material/styles';
|
|
4
|
-
import { MF_HOST_APP_KEY } from '../components/MFHostApp/constants';
|
|
5
|
-
|
|
6
|
-
declare module '@mui/material/styles' {
|
|
7
|
-
// Define the slots in the theme
|
|
8
|
-
interface ComponentNameToClassKey {
|
|
9
|
-
[MF_HOST_APP_KEY]: MFHostAppSlotsType;
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
interface ComponentsPropsList {
|
|
13
|
-
[MF_HOST_APP_KEY]: Partial<MFHostAppOwnerState>;
|
|
14
|
-
}
|
|
15
|
-
interface Components {
|
|
16
|
-
[MF_HOST_APP_KEY]?: {
|
|
17
|
-
defaultProps?: ComponentsPropsList[MF_HOST_APP_KEY];
|
|
18
|
-
styleOverrides?: ComponentsOverrides<Theme>[MF_HOST_APP_KEY];
|
|
19
|
-
variants?: ComponentsVariants[MF_HOST_APP_KEY];
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
}
|