mayak-common-library 0.0.379 → 0.0.381
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 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +6 -9
- package/dist/index.mjs +6 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1129,6 +1129,7 @@ interface IHeaderProps {
|
|
|
1129
1129
|
whatsUp?: boolean;
|
|
1130
1130
|
defLocale: string;
|
|
1131
1131
|
oneLogo?: string;
|
|
1132
|
+
siteSwitch?: boolean;
|
|
1132
1133
|
}
|
|
1133
1134
|
declare const Header: FC<IHeaderProps & PropsWithChildren>;
|
|
1134
1135
|
|
|
@@ -1160,7 +1161,7 @@ interface IFooter2 {
|
|
|
1160
1161
|
}
|
|
1161
1162
|
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
1162
1163
|
|
|
1163
|
-
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1164
|
+
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, siteSwitch, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1164
1165
|
|
|
1165
1166
|
interface IMainBoxProps {
|
|
1166
1167
|
children: ReactNode;
|
package/dist/index.d.ts
CHANGED
|
@@ -1129,6 +1129,7 @@ interface IHeaderProps {
|
|
|
1129
1129
|
whatsUp?: boolean;
|
|
1130
1130
|
defLocale: string;
|
|
1131
1131
|
oneLogo?: string;
|
|
1132
|
+
siteSwitch?: boolean;
|
|
1132
1133
|
}
|
|
1133
1134
|
declare const Header: FC<IHeaderProps & PropsWithChildren>;
|
|
1134
1135
|
|
|
@@ -1160,7 +1161,7 @@ interface IFooter2 {
|
|
|
1160
1161
|
}
|
|
1161
1162
|
declare function Footer2({ instagram, facebook, youtube, linkedIn, menuItems, mainPhone, site, homePage, additionalMenu, oneLogo, }: IFooter2): react_jsx_runtime.JSX.Element;
|
|
1162
1163
|
|
|
1163
|
-
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1164
|
+
declare function HeaderMob({ menuItems, mainPhone, locales, site, homePage, children, siteSwitch, }: IHeaderProps & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
1164
1165
|
|
|
1165
1166
|
interface IMainBoxProps {
|
|
1166
1167
|
children: ReactNode;
|