mayak-common-library 0.0.226 → 0.0.227

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
@@ -999,7 +999,7 @@ interface IFooter2 {
999
999
  }
1000
1000
  declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
1001
1001
 
1002
- declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, }: IHeaderProps): react_jsx_runtime.JSX.Element;
1002
+ declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, actionComponent, }: IHeaderProps): react_jsx_runtime.JSX.Element;
1003
1003
 
1004
1004
  interface IMainBoxProps {
1005
1005
  children: ReactNode;
package/dist/index.d.ts CHANGED
@@ -999,7 +999,7 @@ interface IFooter2 {
999
999
  }
1000
1000
  declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, }: IFooter2): react_jsx_runtime.JSX.Element;
1001
1001
 
1002
- declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, }: IHeaderProps): react_jsx_runtime.JSX.Element;
1002
+ declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, actionComponent, }: IHeaderProps): react_jsx_runtime.JSX.Element;
1003
1003
 
1004
1004
  interface IMainBoxProps {
1005
1005
  children: ReactNode;