mayak-common-library 0.0.836 → 0.0.837

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
@@ -1720,6 +1720,7 @@ interface VacancyCardProps {
1720
1720
  updatedAt?: string;
1721
1721
  slug?: string;
1722
1722
  title?: ReactElement;
1723
+ className?: string;
1723
1724
  }
1724
1725
  declare const VacancyCard: FC<VacancyCardProps>;
1725
1726
 
package/dist/index.d.ts CHANGED
@@ -1720,6 +1720,7 @@ interface VacancyCardProps {
1720
1720
  updatedAt?: string;
1721
1721
  slug?: string;
1722
1722
  title?: ReactElement;
1723
+ className?: string;
1723
1724
  }
1724
1725
  declare const VacancyCard: FC<VacancyCardProps>;
1725
1726