mayak-common-library 0.0.380 → 0.0.382

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
@@ -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;
@@ -1420,7 +1421,7 @@ declare const LocaleSwitchToggle: FC<LocaleSwitcherProps>;
1420
1421
  declare const CatalogViewSwitch: () => react_jsx_runtime.JSX.Element;
1421
1422
 
1422
1423
  interface CustomChipProps {
1423
- view: 'black' | 'line' | 'white' | 'silver' | 'accent';
1424
+ view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
1424
1425
  }
1425
1426
  declare const Chip: FC<ChipProps & CustomChipProps>;
1426
1427
 
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;
@@ -1420,7 +1421,7 @@ declare const LocaleSwitchToggle: FC<LocaleSwitcherProps>;
1420
1421
  declare const CatalogViewSwitch: () => react_jsx_runtime.JSX.Element;
1421
1422
 
1422
1423
  interface CustomChipProps {
1423
- view: 'black' | 'line' | 'white' | 'silver' | 'accent';
1424
+ view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
1424
1425
  }
1425
1426
  declare const Chip: FC<ChipProps & CustomChipProps>;
1426
1427