mayak-common-library 0.0.155 → 0.0.156

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
@@ -581,7 +581,7 @@ interface IReferralProgramFirstBlockProps {
581
581
  box?: IBoxItem$1[];
582
582
  classes?: string;
583
583
  }
584
- declare function ReferralProgramFirstBlock({ title, box, subtitle, text2, text1, classes, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
584
+ declare function ReferralProgramFirstBlock({ title, box, text1, classes, subtitle, text2, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
585
585
 
586
586
  interface IServicesTexts {
587
587
  title?: string;
package/dist/index.d.ts CHANGED
@@ -581,7 +581,7 @@ interface IReferralProgramFirstBlockProps {
581
581
  box?: IBoxItem$1[];
582
582
  classes?: string;
583
583
  }
584
- declare function ReferralProgramFirstBlock({ title, box, subtitle, text2, text1, classes, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
584
+ declare function ReferralProgramFirstBlock({ title, box, text1, classes, subtitle, text2, }: IReferralProgramFirstBlockProps): react_jsx_runtime.JSX.Element;
585
585
 
586
586
  interface IServicesTexts {
587
587
  title?: string;