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