mayak-common-library 0.0.162 → 0.0.163
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -169,8 +169,10 @@ interface IBannerReferralProgram {
|
|
|
169
169
|
strongText?: string;
|
|
170
170
|
text?: string;
|
|
171
171
|
box?: IBoxItem$4[];
|
|
172
|
+
personWidth: string;
|
|
173
|
+
personHeight: string;
|
|
172
174
|
}
|
|
173
|
-
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
175
|
+
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, personWidth, personHeight, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
174
176
|
|
|
175
177
|
interface IBecomePartnerProps {
|
|
176
178
|
classes?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -169,8 +169,10 @@ interface IBannerReferralProgram {
|
|
|
169
169
|
strongText?: string;
|
|
170
170
|
text?: string;
|
|
171
171
|
box?: IBoxItem$4[];
|
|
172
|
+
personWidth: string;
|
|
173
|
+
personHeight: string;
|
|
172
174
|
}
|
|
173
|
-
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
175
|
+
declare function BannerReferralProgram({ classes, box, imgBack, imgPerson, strongText, text, personWidth, personHeight, }: IBannerReferralProgram): react_jsx_runtime.JSX.Element;
|
|
174
176
|
|
|
175
177
|
interface IBecomePartnerProps {
|
|
176
178
|
classes?: string;
|