mayak-common-library 0.2.22 → 0.2.24

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.cts CHANGED
@@ -560,14 +560,11 @@ interface VacancyBoxInfoProps {
560
560
  updatedAt?: string;
561
561
  salary?: string;
562
562
  location?: string;
563
- button?: boolean;
564
563
  className?: string;
565
- slug?: string;
566
- href?: string;
567
564
  inLink?: boolean;
568
- linkLabel?: string;
565
+ actionComponent?: ReactElement;
569
566
  }
570
- declare const VacancyBoxInfo: ({ label, updatedAt, className, salary, button, location, slug, href, inLink, linkLabel, }: VacancyBoxInfoProps) => react_jsx_runtime.JSX.Element;
567
+ declare const VacancyBoxInfo: ({ label, updatedAt, className, salary, location, inLink, actionComponent, }: VacancyBoxInfoProps) => react_jsx_runtime.JSX.Element;
571
568
 
572
569
  interface VacancyInfoItemsProps {
573
570
  updatedAt?: string;
@@ -588,7 +585,11 @@ interface IVacancyContent {
588
585
  className?: string;
589
586
  phone?: string;
590
587
  email?: string;
591
- manager?: any;
588
+ manager?: {
589
+ name?: string;
590
+ position?: string;
591
+ photo?: string;
592
+ };
592
593
  href?: string;
593
594
  }
594
595
  declare function VacancyContent({ title, salary, date, description, location, slugs, className, children, phone, email, manager, href, formTitle, }: IVacancyContent & PropsWithChildren): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -560,14 +560,11 @@ interface VacancyBoxInfoProps {
560
560
  updatedAt?: string;
561
561
  salary?: string;
562
562
  location?: string;
563
- button?: boolean;
564
563
  className?: string;
565
- slug?: string;
566
- href?: string;
567
564
  inLink?: boolean;
568
- linkLabel?: string;
565
+ actionComponent?: ReactElement;
569
566
  }
570
- declare const VacancyBoxInfo: ({ label, updatedAt, className, salary, button, location, slug, href, inLink, linkLabel, }: VacancyBoxInfoProps) => react_jsx_runtime.JSX.Element;
567
+ declare const VacancyBoxInfo: ({ label, updatedAt, className, salary, location, inLink, actionComponent, }: VacancyBoxInfoProps) => react_jsx_runtime.JSX.Element;
571
568
 
572
569
  interface VacancyInfoItemsProps {
573
570
  updatedAt?: string;
@@ -588,7 +585,11 @@ interface IVacancyContent {
588
585
  className?: string;
589
586
  phone?: string;
590
587
  email?: string;
591
- manager?: any;
588
+ manager?: {
589
+ name?: string;
590
+ position?: string;
591
+ photo?: string;
592
+ };
592
593
  href?: string;
593
594
  }
594
595
  declare function VacancyContent({ title, salary, date, description, location, slugs, className, children, phone, email, manager, href, formTitle, }: IVacancyContent & PropsWithChildren): react_jsx_runtime.JSX.Element;