mayak-common-library 0.0.268 → 0.0.270
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 +3 -1
- package/dist/index.d.ts +3 -1
- 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;
|
|
@@ -1215,6 +1216,7 @@ interface LogoBlockProps {
|
|
|
1215
1216
|
small?: boolean;
|
|
1216
1217
|
locale: string;
|
|
1217
1218
|
homePage: string;
|
|
1219
|
+
oneLogo?: string;
|
|
1218
1220
|
}
|
|
1219
1221
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
1220
1222
|
|
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;
|
|
@@ -1215,6 +1216,7 @@ interface LogoBlockProps {
|
|
|
1215
1216
|
small?: boolean;
|
|
1216
1217
|
locale: string;
|
|
1217
1218
|
homePage: string;
|
|
1219
|
+
oneLogo?: string;
|
|
1218
1220
|
}
|
|
1219
1221
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
1220
1222
|
|