mayak-common-library 0.2.22 → 0.2.23

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;
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;