mayak-common-library 0.0.193 → 0.0.194
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 +7 -7
- package/dist/index.mjs +7 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -926,8 +926,9 @@ interface IHeaderProps {
|
|
|
926
926
|
site: Site;
|
|
927
927
|
homePage: string;
|
|
928
928
|
whatsUp?: boolean;
|
|
929
|
+
defLocale: string;
|
|
929
930
|
}
|
|
930
|
-
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
931
|
+
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
931
932
|
|
|
932
933
|
interface HeaderContactButtonProps {
|
|
933
934
|
onClick: MouseEventHandler<HTMLButtonElement> | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -926,8 +926,9 @@ interface IHeaderProps {
|
|
|
926
926
|
site: Site;
|
|
927
927
|
homePage: string;
|
|
928
928
|
whatsUp?: boolean;
|
|
929
|
+
defLocale: string;
|
|
929
930
|
}
|
|
930
|
-
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
931
|
+
declare function Header({ menuItems, mainPhone, locales, site, homePage, whatsUp, defLocale }: IHeaderProps): react_jsx_runtime.JSX.Element;
|
|
931
932
|
|
|
932
933
|
interface HeaderContactButtonProps {
|
|
933
934
|
onClick: MouseEventHandler<HTMLButtonElement> | undefined;
|