mayak-common-library-payload 0.1.32 → 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 +11 -16
- package/dist/index.d.ts +11 -16
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -73,7 +73,7 @@ interface INumberText {
|
|
|
73
73
|
number?: number | null;
|
|
74
74
|
text?: string | null;
|
|
75
75
|
}
|
|
76
|
-
interface IBoxItem$
|
|
76
|
+
interface IBoxItem$4 {
|
|
77
77
|
title?: string | null;
|
|
78
78
|
label?: string | null;
|
|
79
79
|
description?: ReactNode | null;
|
|
@@ -81,7 +81,7 @@ interface IBoxItem$5 {
|
|
|
81
81
|
interface AboutCompanyMainProps {
|
|
82
82
|
title?: string | null;
|
|
83
83
|
content: ReactNode;
|
|
84
|
-
box?: IBoxItem$
|
|
84
|
+
box?: IBoxItem$4[] | null;
|
|
85
85
|
workerCeo?: IWorker | null;
|
|
86
86
|
className?: string;
|
|
87
87
|
site?: Site;
|
|
@@ -106,7 +106,7 @@ interface IAboutUsFirstBlockProps {
|
|
|
106
106
|
}
|
|
107
107
|
declare function AboutUsFirstBlock({ className, box, content, additionalContent, title, actionButton, videoLink, }: IAboutUsFirstBlockProps): react_jsx_runtime.JSX.Element;
|
|
108
108
|
|
|
109
|
-
interface IBoxItem$
|
|
109
|
+
interface IBoxItem$3 {
|
|
110
110
|
icon?: string;
|
|
111
111
|
label?: string;
|
|
112
112
|
text?: string;
|
|
@@ -114,7 +114,7 @@ interface IBoxItem$4 {
|
|
|
114
114
|
interface AmenitiesBlockProps {
|
|
115
115
|
className?: string;
|
|
116
116
|
title?: string;
|
|
117
|
-
box?: IBoxItem$
|
|
117
|
+
box?: IBoxItem$3[];
|
|
118
118
|
}
|
|
119
119
|
declare const AmenitiesBlock: FC<AmenitiesBlockProps>;
|
|
120
120
|
|
|
@@ -326,7 +326,7 @@ interface CatalogCategoriesBlockProps {
|
|
|
326
326
|
}
|
|
327
327
|
declare const CatalogCategoriesBlock: FC<CatalogCategoriesBlockProps>;
|
|
328
328
|
|
|
329
|
-
interface IBoxItem$
|
|
329
|
+
interface IBoxItem$2 {
|
|
330
330
|
label?: string;
|
|
331
331
|
icon?: string;
|
|
332
332
|
text?: string;
|
|
@@ -335,7 +335,7 @@ interface ClientTransferProcessProps {
|
|
|
335
335
|
className?: string;
|
|
336
336
|
title?: string;
|
|
337
337
|
text?: string;
|
|
338
|
-
box?: IBoxItem$
|
|
338
|
+
box?: IBoxItem$2[];
|
|
339
339
|
actionComponent?: ReactNode;
|
|
340
340
|
}
|
|
341
341
|
declare const ClientTransferProcess: FC<ClientTransferProcessProps>;
|
|
@@ -487,7 +487,7 @@ declare const PopularAreas: FC<PopularAreasProps>;
|
|
|
487
487
|
|
|
488
488
|
declare const ObjectProperties: FC<PropsWithChildren>;
|
|
489
489
|
|
|
490
|
-
interface IBoxItem$
|
|
490
|
+
interface IBoxItem$1 {
|
|
491
491
|
img?: string;
|
|
492
492
|
label?: string;
|
|
493
493
|
from?: string;
|
|
@@ -499,25 +499,20 @@ interface IBoxItem$2 {
|
|
|
499
499
|
interface IPortfoliosProps {
|
|
500
500
|
className?: string;
|
|
501
501
|
title?: string;
|
|
502
|
-
box?: IBoxItem$
|
|
502
|
+
box?: IBoxItem$1[];
|
|
503
503
|
actionComponent?: ReactNode;
|
|
504
504
|
}
|
|
505
505
|
declare function Portfolios({ className, box, title, actionComponent, }: IPortfoliosProps): react_jsx_runtime.JSX.Element;
|
|
506
506
|
|
|
507
|
-
interface IBoxItem$1 {
|
|
508
|
-
text1?: string;
|
|
509
|
-
text2?: string;
|
|
510
|
-
}
|
|
511
507
|
interface ReferralProgramFirstBlockProps {
|
|
512
508
|
title?: string;
|
|
513
509
|
subtitle?: string;
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
box?: IBoxItem$1[];
|
|
510
|
+
content?: ReactNode;
|
|
511
|
+
box?: IBenefit[];
|
|
517
512
|
className?: string;
|
|
518
513
|
actionComponent?: ReactNode;
|
|
519
514
|
}
|
|
520
|
-
declare const ReferralProgramFirstBlock:
|
|
515
|
+
declare const ReferralProgramFirstBlock: ({ title, subtitle, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
521
516
|
|
|
522
517
|
interface IServicesTexts {
|
|
523
518
|
title?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ interface INumberText {
|
|
|
73
73
|
number?: number | null;
|
|
74
74
|
text?: string | null;
|
|
75
75
|
}
|
|
76
|
-
interface IBoxItem$
|
|
76
|
+
interface IBoxItem$4 {
|
|
77
77
|
title?: string | null;
|
|
78
78
|
label?: string | null;
|
|
79
79
|
description?: ReactNode | null;
|
|
@@ -81,7 +81,7 @@ interface IBoxItem$5 {
|
|
|
81
81
|
interface AboutCompanyMainProps {
|
|
82
82
|
title?: string | null;
|
|
83
83
|
content: ReactNode;
|
|
84
|
-
box?: IBoxItem$
|
|
84
|
+
box?: IBoxItem$4[] | null;
|
|
85
85
|
workerCeo?: IWorker | null;
|
|
86
86
|
className?: string;
|
|
87
87
|
site?: Site;
|
|
@@ -106,7 +106,7 @@ interface IAboutUsFirstBlockProps {
|
|
|
106
106
|
}
|
|
107
107
|
declare function AboutUsFirstBlock({ className, box, content, additionalContent, title, actionButton, videoLink, }: IAboutUsFirstBlockProps): react_jsx_runtime.JSX.Element;
|
|
108
108
|
|
|
109
|
-
interface IBoxItem$
|
|
109
|
+
interface IBoxItem$3 {
|
|
110
110
|
icon?: string;
|
|
111
111
|
label?: string;
|
|
112
112
|
text?: string;
|
|
@@ -114,7 +114,7 @@ interface IBoxItem$4 {
|
|
|
114
114
|
interface AmenitiesBlockProps {
|
|
115
115
|
className?: string;
|
|
116
116
|
title?: string;
|
|
117
|
-
box?: IBoxItem$
|
|
117
|
+
box?: IBoxItem$3[];
|
|
118
118
|
}
|
|
119
119
|
declare const AmenitiesBlock: FC<AmenitiesBlockProps>;
|
|
120
120
|
|
|
@@ -326,7 +326,7 @@ interface CatalogCategoriesBlockProps {
|
|
|
326
326
|
}
|
|
327
327
|
declare const CatalogCategoriesBlock: FC<CatalogCategoriesBlockProps>;
|
|
328
328
|
|
|
329
|
-
interface IBoxItem$
|
|
329
|
+
interface IBoxItem$2 {
|
|
330
330
|
label?: string;
|
|
331
331
|
icon?: string;
|
|
332
332
|
text?: string;
|
|
@@ -335,7 +335,7 @@ interface ClientTransferProcessProps {
|
|
|
335
335
|
className?: string;
|
|
336
336
|
title?: string;
|
|
337
337
|
text?: string;
|
|
338
|
-
box?: IBoxItem$
|
|
338
|
+
box?: IBoxItem$2[];
|
|
339
339
|
actionComponent?: ReactNode;
|
|
340
340
|
}
|
|
341
341
|
declare const ClientTransferProcess: FC<ClientTransferProcessProps>;
|
|
@@ -487,7 +487,7 @@ declare const PopularAreas: FC<PopularAreasProps>;
|
|
|
487
487
|
|
|
488
488
|
declare const ObjectProperties: FC<PropsWithChildren>;
|
|
489
489
|
|
|
490
|
-
interface IBoxItem$
|
|
490
|
+
interface IBoxItem$1 {
|
|
491
491
|
img?: string;
|
|
492
492
|
label?: string;
|
|
493
493
|
from?: string;
|
|
@@ -499,25 +499,20 @@ interface IBoxItem$2 {
|
|
|
499
499
|
interface IPortfoliosProps {
|
|
500
500
|
className?: string;
|
|
501
501
|
title?: string;
|
|
502
|
-
box?: IBoxItem$
|
|
502
|
+
box?: IBoxItem$1[];
|
|
503
503
|
actionComponent?: ReactNode;
|
|
504
504
|
}
|
|
505
505
|
declare function Portfolios({ className, box, title, actionComponent, }: IPortfoliosProps): react_jsx_runtime.JSX.Element;
|
|
506
506
|
|
|
507
|
-
interface IBoxItem$1 {
|
|
508
|
-
text1?: string;
|
|
509
|
-
text2?: string;
|
|
510
|
-
}
|
|
511
507
|
interface ReferralProgramFirstBlockProps {
|
|
512
508
|
title?: string;
|
|
513
509
|
subtitle?: string;
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
box?: IBoxItem$1[];
|
|
510
|
+
content?: ReactNode;
|
|
511
|
+
box?: IBenefit[];
|
|
517
512
|
className?: string;
|
|
518
513
|
actionComponent?: ReactNode;
|
|
519
514
|
}
|
|
520
|
-
declare const ReferralProgramFirstBlock:
|
|
515
|
+
declare const ReferralProgramFirstBlock: ({ title, subtitle, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
521
516
|
|
|
522
517
|
interface IServicesTexts {
|
|
523
518
|
title?: string;
|