mayak-common-library 0.0.151 → 0.0.153
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 +8 -8
- package/dist/index.mjs +9 -9
- package/package.json +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -767,6 +767,7 @@ interface IFooter {
|
|
|
767
767
|
menuItems: MenuItem[];
|
|
768
768
|
mainPhone?: string;
|
|
769
769
|
site: Site;
|
|
770
|
+
homePage: string;
|
|
770
771
|
}
|
|
771
772
|
|
|
772
773
|
interface IHeaderProps {
|
|
@@ -786,7 +787,7 @@ interface HeaderContactButtonProps {
|
|
|
786
787
|
}
|
|
787
788
|
declare const _default: React.NamedExoticComponent<HeaderContactButtonProps>;
|
|
788
789
|
|
|
789
|
-
declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, }: IFooter): react_jsx_runtime.JSX.Element;
|
|
790
|
+
declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, }: IFooter): react_jsx_runtime.JSX.Element;
|
|
790
791
|
|
|
791
792
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
792
793
|
|
|
@@ -823,6 +824,7 @@ interface LogoBlockProps {
|
|
|
823
824
|
classes?: string;
|
|
824
825
|
small?: boolean;
|
|
825
826
|
locale: string;
|
|
827
|
+
homePage: string;
|
|
826
828
|
}
|
|
827
829
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
828
830
|
|
package/dist/index.d.ts
CHANGED
|
@@ -767,6 +767,7 @@ interface IFooter {
|
|
|
767
767
|
menuItems: MenuItem[];
|
|
768
768
|
mainPhone?: string;
|
|
769
769
|
site: Site;
|
|
770
|
+
homePage: string;
|
|
770
771
|
}
|
|
771
772
|
|
|
772
773
|
interface IHeaderProps {
|
|
@@ -786,7 +787,7 @@ interface HeaderContactButtonProps {
|
|
|
786
787
|
}
|
|
787
788
|
declare const _default: React.NamedExoticComponent<HeaderContactButtonProps>;
|
|
788
789
|
|
|
789
|
-
declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, }: IFooter): react_jsx_runtime.JSX.Element;
|
|
790
|
+
declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, }: IFooter): react_jsx_runtime.JSX.Element;
|
|
790
791
|
|
|
791
792
|
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
792
793
|
|
|
@@ -823,6 +824,7 @@ interface LogoBlockProps {
|
|
|
823
824
|
classes?: string;
|
|
824
825
|
small?: boolean;
|
|
825
826
|
locale: string;
|
|
827
|
+
homePage: string;
|
|
826
828
|
}
|
|
827
829
|
declare const LogoBlock: FC<LogoBlockProps>;
|
|
828
830
|
|