mayak-common-library-payload 0.2.14 → 0.2.16

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 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
- oneLogo?: string | null;
712
+ logoPart?: ReactNode;
714
713
  }
715
- declare const Footer: ({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, oneLogo, city, location, locale, bottomText, }: FooterProps) => react_jsx_runtime.JSX.Element;
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
- oneLogo?: string | null;
712
+ logoPart?: ReactNode;
714
713
  }
715
- declare const Footer: ({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, oneLogo, city, location, locale, bottomText, }: FooterProps) => react_jsx_runtime.JSX.Element;
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;