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