mayak-common-library-payload 0.1.66 → 0.1.68

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
@@ -190,8 +190,8 @@ declare const BannerBlock2: FC<BannerBlock2Props>;
190
190
 
191
191
  interface BannerReferralProgramProps {
192
192
  className?: string;
193
- imgPerson?: string;
194
- imgBack?: string;
193
+ imgPerson?: string | null;
194
+ imgBack?: string | null;
195
195
  additionalContent?: IBenefit;
196
196
  box?: IBenefit[];
197
197
  personWidth: string;
package/dist/index.d.ts CHANGED
@@ -190,8 +190,8 @@ declare const BannerBlock2: FC<BannerBlock2Props>;
190
190
 
191
191
  interface BannerReferralProgramProps {
192
192
  className?: string;
193
- imgPerson?: string;
194
- imgBack?: string;
193
+ imgPerson?: string | null;
194
+ imgBack?: string | null;
195
195
  additionalContent?: IBenefit;
196
196
  box?: IBenefit[];
197
197
  personWidth: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library-payload",
3
- "version": "0.1.66",
3
+ "version": "0.1.68",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",