mayak-common-library 0.0.159 → 0.0.161

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
@@ -596,12 +596,12 @@ interface ITitleBlock extends TypographyProps {
596
596
  }
597
597
  declare function TitleBlock(props: ITitleBlock): react_jsx_runtime.JSX.Element;
598
598
 
599
- interface ITopDeveopersProps {
599
+ interface TopDevelopersProps {
600
600
  classes?: string;
601
601
  images?: string[];
602
602
  title?: string;
603
603
  }
604
- declare function TopDevelopers({ classes, title }: ITopDeveopersProps): react_jsx_runtime.JSX.Element;
604
+ declare function TopDevelopers({ classes, title }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
605
605
 
606
606
  interface ITrustUs {
607
607
  classes?: string;
package/dist/index.d.ts CHANGED
@@ -596,12 +596,12 @@ interface ITitleBlock extends TypographyProps {
596
596
  }
597
597
  declare function TitleBlock(props: ITitleBlock): react_jsx_runtime.JSX.Element;
598
598
 
599
- interface ITopDeveopersProps {
599
+ interface TopDevelopersProps {
600
600
  classes?: string;
601
601
  images?: string[];
602
602
  title?: string;
603
603
  }
604
- declare function TopDevelopers({ classes, title }: ITopDeveopersProps): react_jsx_runtime.JSX.Element;
604
+ declare function TopDevelopers({ classes, title }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
605
605
 
606
606
  interface ITrustUs {
607
607
  classes?: string;