mayak-common-library-payload 0.1.31 → 0.1.33
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 +13 -24
- package/dist/index.d.ts +13 -24
- 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$6 {
|
|
|
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$5 {
|
|
|
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
|
|
|
@@ -188,22 +188,17 @@ interface BannerBlock2Props {
|
|
|
188
188
|
}
|
|
189
189
|
declare const BannerBlock2: FC<BannerBlock2Props>;
|
|
190
190
|
|
|
191
|
-
interface IBoxItem$4 {
|
|
192
|
-
text1?: string;
|
|
193
|
-
text2?: string;
|
|
194
|
-
icon?: string;
|
|
195
|
-
}
|
|
196
191
|
interface BannerReferralProgramProps {
|
|
197
192
|
className?: string;
|
|
198
193
|
imgPerson?: string;
|
|
199
194
|
imgBack?: string;
|
|
200
195
|
strongText?: string;
|
|
201
196
|
text?: string;
|
|
202
|
-
box?:
|
|
197
|
+
box?: IBenefit[];
|
|
203
198
|
personWidth: string;
|
|
204
199
|
personHeight: string;
|
|
205
200
|
}
|
|
206
|
-
declare const BannerReferralProgram:
|
|
201
|
+
declare const BannerReferralProgram: ({ className, box, imgBack, imgPerson, strongText, text, personWidth, personHeight, }: BannerReferralProgramProps) => react_jsx_runtime.JSX.Element;
|
|
207
202
|
|
|
208
203
|
interface BecomePartnerProps {
|
|
209
204
|
className?: string;
|
|
@@ -331,7 +326,7 @@ interface CatalogCategoriesBlockProps {
|
|
|
331
326
|
}
|
|
332
327
|
declare const CatalogCategoriesBlock: FC<CatalogCategoriesBlockProps>;
|
|
333
328
|
|
|
334
|
-
interface IBoxItem$
|
|
329
|
+
interface IBoxItem$2 {
|
|
335
330
|
label?: string;
|
|
336
331
|
icon?: string;
|
|
337
332
|
text?: string;
|
|
@@ -340,7 +335,7 @@ interface ClientTransferProcessProps {
|
|
|
340
335
|
className?: string;
|
|
341
336
|
title?: string;
|
|
342
337
|
text?: string;
|
|
343
|
-
box?: IBoxItem$
|
|
338
|
+
box?: IBoxItem$2[];
|
|
344
339
|
actionComponent?: ReactNode;
|
|
345
340
|
}
|
|
346
341
|
declare const ClientTransferProcess: FC<ClientTransferProcessProps>;
|
|
@@ -492,7 +487,7 @@ declare const PopularAreas: FC<PopularAreasProps>;
|
|
|
492
487
|
|
|
493
488
|
declare const ObjectProperties: FC<PropsWithChildren>;
|
|
494
489
|
|
|
495
|
-
interface IBoxItem$
|
|
490
|
+
interface IBoxItem$1 {
|
|
496
491
|
img?: string;
|
|
497
492
|
label?: string;
|
|
498
493
|
from?: string;
|
|
@@ -504,25 +499,19 @@ interface IBoxItem$2 {
|
|
|
504
499
|
interface IPortfoliosProps {
|
|
505
500
|
className?: string;
|
|
506
501
|
title?: string;
|
|
507
|
-
box?: IBoxItem$
|
|
502
|
+
box?: IBoxItem$1[];
|
|
508
503
|
actionComponent?: ReactNode;
|
|
509
504
|
}
|
|
510
505
|
declare function Portfolios({ className, box, title, actionComponent, }: IPortfoliosProps): react_jsx_runtime.JSX.Element;
|
|
511
506
|
|
|
512
|
-
interface IBoxItem$1 {
|
|
513
|
-
text1?: string;
|
|
514
|
-
text2?: string;
|
|
515
|
-
}
|
|
516
507
|
interface ReferralProgramFirstBlockProps {
|
|
517
508
|
title?: string;
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
text2?: string;
|
|
521
|
-
box?: IBoxItem$1[];
|
|
509
|
+
content?: ReactNode;
|
|
510
|
+
box?: IBenefit[];
|
|
522
511
|
className?: string;
|
|
523
512
|
actionComponent?: ReactNode;
|
|
524
513
|
}
|
|
525
|
-
declare const ReferralProgramFirstBlock:
|
|
514
|
+
declare const ReferralProgramFirstBlock: ({ title, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
526
515
|
|
|
527
516
|
interface IServicesTexts {
|
|
528
517
|
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$6 {
|
|
|
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$5 {
|
|
|
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
|
|
|
@@ -188,22 +188,17 @@ interface BannerBlock2Props {
|
|
|
188
188
|
}
|
|
189
189
|
declare const BannerBlock2: FC<BannerBlock2Props>;
|
|
190
190
|
|
|
191
|
-
interface IBoxItem$4 {
|
|
192
|
-
text1?: string;
|
|
193
|
-
text2?: string;
|
|
194
|
-
icon?: string;
|
|
195
|
-
}
|
|
196
191
|
interface BannerReferralProgramProps {
|
|
197
192
|
className?: string;
|
|
198
193
|
imgPerson?: string;
|
|
199
194
|
imgBack?: string;
|
|
200
195
|
strongText?: string;
|
|
201
196
|
text?: string;
|
|
202
|
-
box?:
|
|
197
|
+
box?: IBenefit[];
|
|
203
198
|
personWidth: string;
|
|
204
199
|
personHeight: string;
|
|
205
200
|
}
|
|
206
|
-
declare const BannerReferralProgram:
|
|
201
|
+
declare const BannerReferralProgram: ({ className, box, imgBack, imgPerson, strongText, text, personWidth, personHeight, }: BannerReferralProgramProps) => react_jsx_runtime.JSX.Element;
|
|
207
202
|
|
|
208
203
|
interface BecomePartnerProps {
|
|
209
204
|
className?: string;
|
|
@@ -331,7 +326,7 @@ interface CatalogCategoriesBlockProps {
|
|
|
331
326
|
}
|
|
332
327
|
declare const CatalogCategoriesBlock: FC<CatalogCategoriesBlockProps>;
|
|
333
328
|
|
|
334
|
-
interface IBoxItem$
|
|
329
|
+
interface IBoxItem$2 {
|
|
335
330
|
label?: string;
|
|
336
331
|
icon?: string;
|
|
337
332
|
text?: string;
|
|
@@ -340,7 +335,7 @@ interface ClientTransferProcessProps {
|
|
|
340
335
|
className?: string;
|
|
341
336
|
title?: string;
|
|
342
337
|
text?: string;
|
|
343
|
-
box?: IBoxItem$
|
|
338
|
+
box?: IBoxItem$2[];
|
|
344
339
|
actionComponent?: ReactNode;
|
|
345
340
|
}
|
|
346
341
|
declare const ClientTransferProcess: FC<ClientTransferProcessProps>;
|
|
@@ -492,7 +487,7 @@ declare const PopularAreas: FC<PopularAreasProps>;
|
|
|
492
487
|
|
|
493
488
|
declare const ObjectProperties: FC<PropsWithChildren>;
|
|
494
489
|
|
|
495
|
-
interface IBoxItem$
|
|
490
|
+
interface IBoxItem$1 {
|
|
496
491
|
img?: string;
|
|
497
492
|
label?: string;
|
|
498
493
|
from?: string;
|
|
@@ -504,25 +499,19 @@ interface IBoxItem$2 {
|
|
|
504
499
|
interface IPortfoliosProps {
|
|
505
500
|
className?: string;
|
|
506
501
|
title?: string;
|
|
507
|
-
box?: IBoxItem$
|
|
502
|
+
box?: IBoxItem$1[];
|
|
508
503
|
actionComponent?: ReactNode;
|
|
509
504
|
}
|
|
510
505
|
declare function Portfolios({ className, box, title, actionComponent, }: IPortfoliosProps): react_jsx_runtime.JSX.Element;
|
|
511
506
|
|
|
512
|
-
interface IBoxItem$1 {
|
|
513
|
-
text1?: string;
|
|
514
|
-
text2?: string;
|
|
515
|
-
}
|
|
516
507
|
interface ReferralProgramFirstBlockProps {
|
|
517
508
|
title?: string;
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
text2?: string;
|
|
521
|
-
box?: IBoxItem$1[];
|
|
509
|
+
content?: ReactNode;
|
|
510
|
+
box?: IBenefit[];
|
|
522
511
|
className?: string;
|
|
523
512
|
actionComponent?: ReactNode;
|
|
524
513
|
}
|
|
525
|
-
declare const ReferralProgramFirstBlock:
|
|
514
|
+
declare const ReferralProgramFirstBlock: ({ title, box, content, className, actionComponent, }: ReferralProgramFirstBlockProps) => react_jsx_runtime.JSX.Element;
|
|
526
515
|
|
|
527
516
|
interface IServicesTexts {
|
|
528
517
|
title?: string;
|