mayak-common-library 0.0.816 → 0.0.818

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
@@ -1156,6 +1156,8 @@ declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mai
1156
1156
 
1157
1157
  interface IFooter2 {
1158
1158
  instagram?: string;
1159
+ city?: string;
1160
+ location?: string;
1159
1161
  facebook?: string;
1160
1162
  youtube?: string;
1161
1163
  linkedIn?: string;
@@ -1171,7 +1173,7 @@ interface IFooter2 {
1171
1173
  };
1172
1174
  oneLogo?: string;
1173
1175
  }
1174
- declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, }: IFooter2): react_jsx_runtime.JSX.Element;
1176
+ declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, city, location, }: IFooter2): react_jsx_runtime.JSX.Element;
1175
1177
 
1176
1178
  declare const HeaderMob: FC<PropsWithChildren & {
1177
1179
  locale: string;
package/dist/index.d.ts CHANGED
@@ -1156,6 +1156,8 @@ declare function Footer({ instagram, facebook, youtube, linkedIn, menuItems, mai
1156
1156
 
1157
1157
  interface IFooter2 {
1158
1158
  instagram?: string;
1159
+ city?: string;
1160
+ location?: string;
1159
1161
  facebook?: string;
1160
1162
  youtube?: string;
1161
1163
  linkedIn?: string;
@@ -1171,7 +1173,7 @@ interface IFooter2 {
1171
1173
  };
1172
1174
  oneLogo?: string;
1173
1175
  }
1174
- declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, }: IFooter2): react_jsx_runtime.JSX.Element;
1176
+ declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, city, location, }: IFooter2): react_jsx_runtime.JSX.Element;
1175
1177
 
1176
1178
  declare const HeaderMob: FC<PropsWithChildren & {
1177
1179
  locale: string;