mayak-common-library-payload 0.1.22 → 0.1.24

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
@@ -207,7 +207,7 @@ interface IBenefit$1 {
207
207
  }
208
208
  interface BenefitsBlockProps {
209
209
  benefits?: IBenefit$1[];
210
- title?: string;
210
+ title?: string | null;
211
211
  className?: string;
212
212
  }
213
213
  declare const BenefitsBlock: FC<BenefitsBlockProps>;
package/dist/index.d.ts CHANGED
@@ -207,7 +207,7 @@ interface IBenefit$1 {
207
207
  }
208
208
  interface BenefitsBlockProps {
209
209
  benefits?: IBenefit$1[];
210
- title?: string;
210
+ title?: string | null;
211
211
  className?: string;
212
212
  }
213
213
  declare const BenefitsBlock: FC<BenefitsBlockProps>;