mayak-common-library 0.1.29 → 0.1.31

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
@@ -944,6 +944,7 @@ declare const RealtyDetails: FC<RealtyDetailsProps>;
944
944
 
945
945
  interface RealtyDescriptionProps {
946
946
  description?: string | null;
947
+ className?: string;
947
948
  }
948
949
  declare const RealtyDescription: FC<RealtyDescriptionProps>;
949
950
 
package/dist/index.d.ts CHANGED
@@ -944,6 +944,7 @@ declare const RealtyDetails: FC<RealtyDetailsProps>;
944
944
 
945
945
  interface RealtyDescriptionProps {
946
946
  description?: string | null;
947
+ className?: string;
947
948
  }
948
949
  declare const RealtyDescription: FC<RealtyDescriptionProps>;
949
950