mayak-common-library-payload 0.1.33 → 0.1.34
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -506,12 +506,13 @@ declare function Portfolios({ className, box, title, actionComponent, }: IPortfo
|
|
|
506
506
|
|
|
507
507
|
interface ReferralProgramFirstBlockProps {
|
|
508
508
|
title?: string;
|
|
509
|
+
subtitle?: string;
|
|
509
510
|
content?: ReactNode;
|
|
510
511
|
box?: IBenefit[];
|
|
511
512
|
className?: string;
|
|
512
513
|
actionComponent?: ReactNode;
|
|
513
514
|
}
|
|
514
|
-
declare const ReferralProgramFirstBlock: ({ title, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
515
|
+
declare const ReferralProgramFirstBlock: ({ title, subtitle, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
515
516
|
|
|
516
517
|
interface IServicesTexts {
|
|
517
518
|
title?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -506,12 +506,13 @@ declare function Portfolios({ className, box, title, actionComponent, }: IPortfo
|
|
|
506
506
|
|
|
507
507
|
interface ReferralProgramFirstBlockProps {
|
|
508
508
|
title?: string;
|
|
509
|
+
subtitle?: string;
|
|
509
510
|
content?: ReactNode;
|
|
510
511
|
box?: IBenefit[];
|
|
511
512
|
className?: string;
|
|
512
513
|
actionComponent?: ReactNode;
|
|
513
514
|
}
|
|
514
|
-
declare const ReferralProgramFirstBlock: ({ title, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
515
|
+
declare const ReferralProgramFirstBlock: ({ title, subtitle, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
515
516
|
|
|
516
517
|
interface IServicesTexts {
|
|
517
518
|
title?: string;
|