mayak-common-library 0.1.47 → 0.1.49

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
@@ -1642,6 +1642,7 @@ interface RealtyCardProps {
1642
1642
  };
1643
1643
  site?: Site;
1644
1644
  imagePlaceholders?: string[];
1645
+ imageUnoptimized?: boolean;
1645
1646
  }
1646
1647
  declare const RealtyCard: FC<RealtyCardProps>;
1647
1648
 
package/dist/index.d.ts CHANGED
@@ -1642,6 +1642,7 @@ interface RealtyCardProps {
1642
1642
  };
1643
1643
  site?: Site;
1644
1644
  imagePlaceholders?: string[];
1645
+ imageUnoptimized?: boolean;
1645
1646
  }
1646
1647
  declare const RealtyCard: FC<RealtyCardProps>;
1647
1648