mayak-common-library 0.0.177 → 0.0.179
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- 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
|
}
|
|
@@ -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;
|
|
@@ -710,7 +711,6 @@ declare function WhyWe({ items, title, classes, imageUrl }: IWhyWe): react_jsx_r
|
|
|
710
711
|
interface ObjectInfoBlockProps {
|
|
711
712
|
title: string;
|
|
712
713
|
text1: string;
|
|
713
|
-
text2: string;
|
|
714
714
|
properties: {
|
|
715
715
|
title: string;
|
|
716
716
|
desc: 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;
|
|
@@ -710,7 +711,6 @@ declare function WhyWe({ items, title, classes, imageUrl }: IWhyWe): react_jsx_r
|
|
|
710
711
|
interface ObjectInfoBlockProps {
|
|
711
712
|
title: string;
|
|
712
713
|
text1: string;
|
|
713
|
-
text2: string;
|
|
714
714
|
properties: {
|
|
715
715
|
title: string;
|
|
716
716
|
desc: string;
|