mayak-common-library 0.0.327 → 0.0.328

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
@@ -840,7 +840,7 @@ declare function AreasFull({ title, areas, classes, href, children, }: IArticles
840
840
 
841
841
  interface NewProjectCardProps {
842
842
  slug?: string;
843
- imgSrc?: string;
843
+ images?: string[];
844
844
  title?: string;
845
845
  address?: string;
846
846
  price?: string;
package/dist/index.d.ts CHANGED
@@ -840,7 +840,7 @@ declare function AreasFull({ title, areas, classes, href, children, }: IArticles
840
840
 
841
841
  interface NewProjectCardProps {
842
842
  slug?: string;
843
- imgSrc?: string;
843
+ images?: string[];
844
844
  title?: string;
845
845
  address?: string;
846
846
  price?: string;