mayak-common-library 0.0.839 → 0.0.840

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
@@ -1084,7 +1084,7 @@ declare const PageContainer: FC<PropsWithChildren & {
1084
1084
  }>;
1085
1085
 
1086
1086
  interface VacancyContainerProps {
1087
- title: string;
1087
+ title?: string;
1088
1088
  className?: string;
1089
1089
  }
1090
1090
  declare const VacancyContainer: FC<VacancyContainerProps & PropsWithChildren>;
package/dist/index.d.ts CHANGED
@@ -1084,7 +1084,7 @@ declare const PageContainer: FC<PropsWithChildren & {
1084
1084
  }>;
1085
1085
 
1086
1086
  interface VacancyContainerProps {
1087
- title: string;
1087
+ title?: string;
1088
1088
  className?: string;
1089
1089
  }
1090
1090
  declare const VacancyContainer: FC<VacancyContainerProps & PropsWithChildren>;