mayak-common-library 0.0.271 → 0.0.272
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/index.d.mts +2 -5
- package/dist/index.d.ts +2 -5
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -995,9 +995,8 @@ interface IHeaderProps {
|
|
|
995
995
|
homePage: string;
|
|
996
996
|
whatsUp?: boolean;
|
|
997
997
|
defLocale: string;
|
|
998
|
-
oneLogo?: string;
|
|
999
998
|
}
|
|
1000
|
-
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children,
|
|
999
|
+
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1001
1000
|
|
|
1002
1001
|
interface HeaderContactButtonProps {
|
|
1003
1002
|
onClick: MouseEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1023,9 +1022,8 @@ interface IFooter2 {
|
|
|
1023
1022
|
title: string;
|
|
1024
1023
|
}[];
|
|
1025
1024
|
};
|
|
1026
|
-
oneLogo?: string;
|
|
1027
1025
|
}
|
|
1028
|
-
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu,
|
|
1026
|
+
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
1029
1027
|
|
|
1030
1028
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1031
1029
|
|
|
@@ -1217,7 +1215,6 @@ interface LogoBlockProps {
|
|
|
1217
1215
|
small?: boolean;
|
|
1218
1216
|
locale: string;
|
|
1219
1217
|
homePage: string;
|
|
1220
|
-
oneLogo?: string;
|
|
1221
1218
|
}
|
|
1222
1219
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
1223
1220
|
|
package/dist/index.d.ts
CHANGED
|
@@ -995,9 +995,8 @@ interface IHeaderProps {
|
|
|
995
995
|
homePage: string;
|
|
996
996
|
whatsUp?: boolean;
|
|
997
997
|
defLocale: string;
|
|
998
|
-
oneLogo?: string;
|
|
999
998
|
}
|
|
1000
|
-
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children,
|
|
999
|
+
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1001
1000
|
|
|
1002
1001
|
interface HeaderContactButtonProps {
|
|
1003
1002
|
onClick: MouseEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1023,9 +1022,8 @@ interface IFooter2 {
|
|
|
1023
1022
|
title: string;
|
|
1024
1023
|
}[];
|
|
1025
1024
|
};
|
|
1026
|
-
oneLogo?: string;
|
|
1027
1025
|
}
|
|
1028
|
-
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu,
|
|
1026
|
+
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
1029
1027
|
|
|
1030
1028
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1031
1029
|
|
|
@@ -1217,7 +1215,6 @@ interface LogoBlockProps {
|
|
|
1217
1215
|
small?: boolean;
|
|
1218
1216
|
locale: string;
|
|
1219
1217
|
homePage: string;
|
|
1220
|
-
oneLogo?: string;
|
|
1221
1218
|
}
|
|
1222
1219
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
1223
1220
|
|