mayak-common-library 0.0.185 → 0.0.187

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
@@ -205,7 +205,7 @@ interface IBenefit {
205
205
  }
206
206
  interface BenefitsVacanciesBlockProps {
207
207
  title?: string;
208
- benefits?: IBenefit[];
208
+ benefits?: (IBenefit | null)[];
209
209
  classes?: string;
210
210
  inlineItem?: boolean;
211
211
  }
package/dist/index.d.ts CHANGED
@@ -205,7 +205,7 @@ interface IBenefit {
205
205
  }
206
206
  interface BenefitsVacanciesBlockProps {
207
207
  title?: string;
208
- benefits?: IBenefit[];
208
+ benefits?: (IBenefit | null)[];
209
209
  classes?: string;
210
210
  inlineItem?: boolean;
211
211
  }