mayak-common-library 0.0.176 → 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 +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/next-env.d.ts +5 -0
- package/package.json +1 -1
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
|
}
|
|
@@ -591,7 +592,7 @@ interface IDeveloperCardProps {
|
|
|
591
592
|
classes?: string;
|
|
592
593
|
img?: string;
|
|
593
594
|
title?: string;
|
|
594
|
-
|
|
595
|
+
price?: string;
|
|
595
596
|
slug?: string;
|
|
596
597
|
href: string;
|
|
597
598
|
}
|
|
@@ -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
|
}
|
|
@@ -591,7 +592,7 @@ interface IDeveloperCardProps {
|
|
|
591
592
|
classes?: string;
|
|
592
593
|
img?: string;
|
|
593
594
|
title?: string;
|
|
594
|
-
|
|
595
|
+
price?: string;
|
|
595
596
|
slug?: string;
|
|
596
597
|
href: string;
|
|
597
598
|
}
|
|
@@ -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;
|