mayak-common-library-payload 0.1.31 → 0.1.32

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
@@ -73,7 +73,7 @@ interface INumberText {
73
73
  number?: number | null;
74
74
  text?: string | null;
75
75
  }
76
- interface IBoxItem$6 {
76
+ interface IBoxItem$5 {
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$6[] | null;
84
+ box?: IBoxItem$5[] | 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$5 {
109
+ interface IBoxItem$4 {
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$5[];
117
+ box?: IBoxItem$4[];
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?: IBoxItem$4[];
197
+ box?: IBenefit[];
203
198
  personWidth: string;
204
199
  personHeight: string;
205
200
  }
206
- declare const BannerReferralProgram: FC<BannerReferralProgramProps>;
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;
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$6 {
76
+ interface IBoxItem$5 {
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$6[] | null;
84
+ box?: IBoxItem$5[] | 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$5 {
109
+ interface IBoxItem$4 {
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$5[];
117
+ box?: IBoxItem$4[];
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?: IBoxItem$4[];
197
+ box?: IBenefit[];
203
198
  personWidth: string;
204
199
  personHeight: string;
205
200
  }
206
- declare const BannerReferralProgram: FC<BannerReferralProgramProps>;
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;