mayak-common-library 0.0.154 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -8
- package/dist/index.mjs +8 -8
- package/package.json +1 -1
- package/styles/common.scss +1 -2
- package/theme.ts +4 -4
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,
|
|
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,
|
|
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;
|