mayak-common-library 0.0.773 → 0.0.775

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
@@ -1137,6 +1137,7 @@ declare const Header: FC<PropsWithChildren & {
1137
1137
  locale: string;
1138
1138
  homePage: string;
1139
1139
  oneLogo?: string;
1140
+ selectPart: ReactNode;
1140
1141
  }>;
1141
1142
 
1142
1143
  interface HeaderContactButtonProps {
package/dist/index.d.ts CHANGED
@@ -1137,6 +1137,7 @@ declare const Header: FC<PropsWithChildren & {
1137
1137
  locale: string;
1138
1138
  homePage: string;
1139
1139
  oneLogo?: string;
1140
+ selectPart: ReactNode;
1140
1141
  }>;
1141
1142
 
1142
1143
  interface HeaderContactButtonProps {