mayak-common-library 0.0.383 → 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
@@ -1031,7 +1031,7 @@ type BreadCrumbsItem = {
1031
1031
  };
1032
1032
 
1033
1033
  interface RealtyAddressProps {
1034
- address: string;
1034
+ address?: string;
1035
1035
  addressLinks: Array<BreadCrumbsItem | undefined>;
1036
1036
  metros?: BreadCrumbsItem[];
1037
1037
  city?: BreadCrumbsItem;
@@ -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
@@ -1031,7 +1031,7 @@ type BreadCrumbsItem = {
1031
1031
  };
1032
1032
 
1033
1033
  interface RealtyAddressProps {
1034
- address: string;
1034
+ address?: string;
1035
1035
  addressLinks: Array<BreadCrumbsItem | undefined>;
1036
1036
  metros?: BreadCrumbsItem[];
1037
1037
  city?: BreadCrumbsItem;
@@ -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