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