mayak-common-library 0.0.270 → 0.0.271

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
@@ -1023,8 +1023,9 @@ interface IFooter2 {
1023
1023
  title: string;
1024
1024
  }[];
1025
1025
  };
1026
+ oneLogo?: string;
1026
1027
  }
1027
- declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
1028
+ declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, }: IFooter2): react_jsx_runtime.JSX.Element;
1028
1029
 
1029
1030
  declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
1030
1031
 
package/dist/index.d.ts CHANGED
@@ -1023,8 +1023,9 @@ interface IFooter2 {
1023
1023
  title: string;
1024
1024
  }[];
1025
1025
  };
1026
+ oneLogo?: string;
1026
1027
  }
1027
- declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
1028
+ declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, }: IFooter2): react_jsx_runtime.JSX.Element;
1028
1029
 
1029
1030
  declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
1030
1031