mayak-common-library 0.0.305 → 0.0.306

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
@@ -1499,6 +1499,8 @@ declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPerso
1499
1499
 
1500
1500
  interface IRealtorCard {
1501
1501
  realtor?: IWorker$2;
1502
+ site: Site;
1503
+ actionComponent?: ReactNode;
1502
1504
  }
1503
1505
  declare const RealtorCard: FC<IRealtorCard>;
1504
1506
 
package/dist/index.d.ts CHANGED
@@ -1499,6 +1499,8 @@ declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPerso
1499
1499
 
1500
1500
  interface IRealtorCard {
1501
1501
  realtor?: IWorker$2;
1502
+ site: Site;
1503
+ actionComponent?: ReactNode;
1502
1504
  }
1503
1505
  declare const RealtorCard: FC<IRealtorCard>;
1504
1506