@m4l/layouts 9.3.13-JT05112025.beta.1 → 9.3.13-JT10112025.beta.2
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.
|
@@ -292,6 +292,7 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
|
|
|
292
292
|
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
293
293
|
onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
294
294
|
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
295
|
+
ariaLabel?: string | undefined;
|
|
295
296
|
dataTestId?: string | undefined;
|
|
296
297
|
centerRipple?: boolean | undefined;
|
|
297
298
|
disableRipple?: boolean | undefined;
|
|
@@ -303,7 +304,6 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
|
|
|
303
304
|
TouchRippleProps?: Partial<import('@mui/material/ButtonBase/TouchRipple').TouchRippleProps> | undefined;
|
|
304
305
|
touchRippleRef?: React.Ref<import('@mui/material/ButtonBase/TouchRipple').TouchRippleActions> | undefined;
|
|
305
306
|
disableFocusRipple?: boolean | undefined;
|
|
306
|
-
ariaLabel?: string | undefined;
|
|
307
307
|
iconPosition?: "top" | "bottom" | "start" | "end" | undefined;
|
|
308
308
|
wrapped?: boolean | undefined;
|
|
309
309
|
}[];
|
|
@@ -13,4 +13,4 @@ export declare const DICTIONARY_KEYS: {
|
|
|
13
13
|
label_home_navigation: string;
|
|
14
14
|
};
|
|
15
15
|
export declare const DEFAULT_HOME_PATH = "/auth/login";
|
|
16
|
-
export declare const NO_AUTH_MODULE_LAYOUT_CLASSES: Record<
|
|
16
|
+
export declare const NO_AUTH_MODULE_LAYOUT_CLASSES: Record<"headerContainer" | "buttonHomeNavigation" | "containerModuleName" | "wrapperFormContent" | "containerLanguageAndSettings" | "containerCompanyLogo" | "desktopBanner" | "contentFormDesktop" | "baseNoAuthModuleLayoutRoot" | "formContent", string>;
|
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-JT10112025.beta.2",
|
|
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.28-JT10112025.beta.2",
|
|
11
11
|
"@m4l/core": "^2.0.0",
|
|
12
12
|
"@m4l/graphics": "^7.0.0",
|
|
13
13
|
"@m4l/styles": "^7.0.0"
|