mayak-common-library 0.0.384 → 0.0.385

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
@@ -1052,6 +1052,7 @@ interface RealtyDetailsProps {
1052
1052
  totalFloors?: string;
1053
1053
  repair?: string;
1054
1054
  roomCountLink?: string;
1055
+ className?: string;
1055
1056
  }
1056
1057
  declare const RealtyDetails: FC<RealtyDetailsProps>;
1057
1058
 
package/dist/index.d.ts CHANGED
@@ -1052,6 +1052,7 @@ interface RealtyDetailsProps {
1052
1052
  totalFloors?: string;
1053
1053
  repair?: string;
1054
1054
  roomCountLink?: string;
1055
+ className?: string;
1055
1056
  }
1056
1057
  declare const RealtyDetails: FC<RealtyDetailsProps>;
1057
1058