mayak-common-library-payload 0.1.34 → 0.1.36
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 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -505,8 +505,8 @@ 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;
|
|
509
|
-
subtitle?: string;
|
|
508
|
+
title?: string | null;
|
|
509
|
+
subtitle?: string | null;
|
|
510
510
|
content?: ReactNode;
|
|
511
511
|
box?: IBenefit[];
|
|
512
512
|
className?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -505,8 +505,8 @@ 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;
|
|
509
|
-
subtitle?: string;
|
|
508
|
+
title?: string | null;
|
|
509
|
+
subtitle?: string | null;
|
|
510
510
|
content?: ReactNode;
|
|
511
511
|
box?: IBenefit[];
|
|
512
512
|
className?: string;
|