mayak-common-library-payload 0.1.12 → 0.1.13

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
@@ -205,9 +205,9 @@ interface BecomePartnerProps {
205
205
  declare const BecomePartner: FC<BecomePartnerProps>;
206
206
 
207
207
  interface IBenefit$1 {
208
- imageUrl?: string;
209
- text1?: string;
210
- text2?: string;
208
+ image?: string;
209
+ label?: string;
210
+ description?: ReactNode;
211
211
  }
212
212
  interface BenefitsBlockProps {
213
213
  benefits?: IBenefit$1[];
package/dist/index.d.ts CHANGED
@@ -205,9 +205,9 @@ interface BecomePartnerProps {
205
205
  declare const BecomePartner: FC<BecomePartnerProps>;
206
206
 
207
207
  interface IBenefit$1 {
208
- imageUrl?: string;
209
- text1?: string;
210
- text2?: string;
208
+ image?: string;
209
+ label?: string;
210
+ description?: ReactNode;
211
211
  }
212
212
  interface BenefitsBlockProps {
213
213
  benefits?: IBenefit$1[];