mayak-common-library 0.0.748 → 0.0.750

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
@@ -252,7 +252,7 @@ interface BenefitsVacanciesBlockProps {
252
252
  classes?: string;
253
253
  inlineItem?: boolean;
254
254
  }
255
- declare function BenefitsVacanciesBlock({ title, benefits, classes, inlineItem, }: BenefitsVacanciesBlockProps): react_jsx_runtime.JSX.Element;
255
+ declare const BenefitsVacanciesBlock: FC<BenefitsVacanciesBlockProps>;
256
256
 
257
257
  interface IComponentItem {
258
258
  text1?: string;
package/dist/index.d.ts CHANGED
@@ -252,7 +252,7 @@ interface BenefitsVacanciesBlockProps {
252
252
  classes?: string;
253
253
  inlineItem?: boolean;
254
254
  }
255
- declare function BenefitsVacanciesBlock({ title, benefits, classes, inlineItem, }: BenefitsVacanciesBlockProps): react_jsx_runtime.JSX.Element;
255
+ declare const BenefitsVacanciesBlock: FC<BenefitsVacanciesBlockProps>;
256
256
 
257
257
  interface IComponentItem {
258
258
  text1?: string;