mayak-common-library 0.0.995 → 0.0.997

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
@@ -949,6 +949,7 @@ declare const RealtyDescription: FC<RealtyDescriptionProps>;
949
949
 
950
950
  interface CatalogContainerProps {
951
951
  className?: string;
952
+ emptyCatalogMessage?: string;
952
953
  }
953
954
  declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
954
955
 
package/dist/index.d.ts CHANGED
@@ -949,6 +949,7 @@ declare const RealtyDescription: FC<RealtyDescriptionProps>;
949
949
 
950
950
  interface CatalogContainerProps {
951
951
  className?: string;
952
+ emptyCatalogMessage?: string;
952
953
  }
953
954
  declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
954
955