mayak-common-library 0.0.177 → 0.0.178

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
@@ -490,6 +490,7 @@ interface IPopularAreasProps {
490
490
  imgSrc?: string;
491
491
  rows?: number;
492
492
  cols?: number;
493
+ slug?: string;
493
494
  }[];
494
495
  href: string;
495
496
  }
@@ -601,7 +602,7 @@ interface TopDevelopersProps {
601
602
  developers?: IDeveloperCardProps[];
602
603
  title?: string;
603
604
  }
604
- declare function TopDevelopers({ classes, title, developers }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
605
+ declare function TopDevelopers({ classes, title, developers, }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
605
606
 
606
607
  interface ITrustUs {
607
608
  classes?: string;
package/dist/index.d.ts CHANGED
@@ -490,6 +490,7 @@ interface IPopularAreasProps {
490
490
  imgSrc?: string;
491
491
  rows?: number;
492
492
  cols?: number;
493
+ slug?: string;
493
494
  }[];
494
495
  href: string;
495
496
  }
@@ -601,7 +602,7 @@ interface TopDevelopersProps {
601
602
  developers?: IDeveloperCardProps[];
602
603
  title?: string;
603
604
  }
604
- declare function TopDevelopers({ classes, title, developers }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
605
+ declare function TopDevelopers({ classes, title, developers, }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
605
606
 
606
607
  interface ITrustUs {
607
608
  classes?: string;