mayak-common-library 0.0.624 → 0.0.626

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
@@ -1309,10 +1309,7 @@ interface LogoBlockProps {
1309
1309
  }
1310
1310
  declare const LogoBlock: FC<LogoBlockProps>;
1311
1311
 
1312
- interface LogoBlockWhiteProps {
1313
- classes?: string;
1314
- }
1315
- declare const LogoBlockWhite: FC<LogoBlockWhiteProps>;
1312
+ declare const LogoBlockWhite: () => react_jsx_runtime.JSX.Element;
1316
1313
 
1317
1314
  declare const StyledBadge: FC;
1318
1315
  declare const StyledBadgeDesc: FC;
package/dist/index.d.ts CHANGED
@@ -1309,10 +1309,7 @@ interface LogoBlockProps {
1309
1309
  }
1310
1310
  declare const LogoBlock: FC<LogoBlockProps>;
1311
1311
 
1312
- interface LogoBlockWhiteProps {
1313
- classes?: string;
1314
- }
1315
- declare const LogoBlockWhite: FC<LogoBlockWhiteProps>;
1312
+ declare const LogoBlockWhite: () => react_jsx_runtime.JSX.Element;
1316
1313
 
1317
1314
  declare const StyledBadge: FC;
1318
1315
  declare const StyledBadgeDesc: FC;