mayak-common-library-payload 0.1.33 → 0.1.35

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
@@ -505,13 +505,14 @@ interface IPortfoliosProps {
505
505
  declare function Portfolios({ className, box, title, actionComponent, }: IPortfoliosProps): react_jsx_runtime.JSX.Element;
506
506
 
507
507
  interface ReferralProgramFirstBlockProps {
508
- title?: string;
508
+ title?: string | null;
509
+ subtitle?: string | null;
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
@@ -505,13 +505,14 @@ interface IPortfoliosProps {
505
505
  declare function Portfolios({ className, box, title, actionComponent, }: IPortfoliosProps): react_jsx_runtime.JSX.Element;
506
506
 
507
507
  interface ReferralProgramFirstBlockProps {
508
- title?: string;
508
+ title?: string | null;
509
+ subtitle?: string | null;
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;