mayak-common-library 0.0.581 → 0.0.582

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
@@ -449,6 +449,7 @@ interface GalleryProps {
449
449
  realtyId: number;
450
450
  }[];
451
451
  alt: string;
452
+ site: Site;
452
453
  }
453
454
  declare const Gallery: FC<GalleryProps>;
454
455
 
package/dist/index.d.ts CHANGED
@@ -449,6 +449,7 @@ interface GalleryProps {
449
449
  realtyId: number;
450
450
  }[];
451
451
  alt: string;
452
+ site: Site;
452
453
  }
453
454
  declare const Gallery: FC<GalleryProps>;
454
455