mayak-common-library-payload 0.2.15 → 0.2.17
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 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
- package/styles/globals.scss +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -708,11 +708,10 @@ interface FooterProps {
|
|
|
708
708
|
menuItems: ReactNode[][];
|
|
709
709
|
mainPhone?: string | null;
|
|
710
710
|
site: Site;
|
|
711
|
-
locale: string;
|
|
712
711
|
bottomText: string;
|
|
713
|
-
|
|
712
|
+
logoPart?: ReactNode;
|
|
714
713
|
}
|
|
715
|
-
declare const Footer: ({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site,
|
|
714
|
+
declare const Footer: ({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, city, location, bottomText, logoPart, }: FooterProps) => react_jsx_runtime.JSX.Element;
|
|
716
715
|
|
|
717
716
|
declare const HeaderMob: FC<PropsWithChildren & {
|
|
718
717
|
locale: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -708,11 +708,10 @@ interface FooterProps {
|
|
|
708
708
|
menuItems: ReactNode[][];
|
|
709
709
|
mainPhone?: string | null;
|
|
710
710
|
site: Site;
|
|
711
|
-
locale: string;
|
|
712
711
|
bottomText: string;
|
|
713
|
-
|
|
712
|
+
logoPart?: ReactNode;
|
|
714
713
|
}
|
|
715
|
-
declare const Footer: ({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site,
|
|
714
|
+
declare const Footer: ({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, city, location, bottomText, logoPart, }: FooterProps) => react_jsx_runtime.JSX.Element;
|
|
716
715
|
|
|
717
716
|
declare const HeaderMob: FC<PropsWithChildren & {
|
|
718
717
|
locale: string;
|