mayak-common-library 0.0.642 → 0.0.643

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
@@ -1585,13 +1585,13 @@ interface BreadCrumbsProps {
1585
1585
  }
1586
1586
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1587
1587
 
1588
- interface ITeamPersonCard {
1588
+ interface TeamPersonCardProps {
1589
1589
  image_url?: string;
1590
1590
  name?: string;
1591
1591
  position?: string;
1592
1592
  text?: string;
1593
1593
  }
1594
- declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPersonCard): react_jsx_runtime.JSX.Element;
1594
+ declare const TeamPersonCard: FC<TeamPersonCardProps>;
1595
1595
 
1596
1596
  interface IRealtorCard {
1597
1597
  realtor?: IWorker$1;
package/dist/index.d.ts CHANGED
@@ -1585,13 +1585,13 @@ interface BreadCrumbsProps {
1585
1585
  }
1586
1586
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1587
1587
 
1588
- interface ITeamPersonCard {
1588
+ interface TeamPersonCardProps {
1589
1589
  image_url?: string;
1590
1590
  name?: string;
1591
1591
  position?: string;
1592
1592
  text?: string;
1593
1593
  }
1594
- declare function TeamPersonCard({ image_url, name, position, text, }: ITeamPersonCard): react_jsx_runtime.JSX.Element;
1594
+ declare const TeamPersonCard: FC<TeamPersonCardProps>;
1595
1595
 
1596
1596
  interface IRealtorCard {
1597
1597
  realtor?: IWorker$1;