@unifold/connect-react-native 0.1.35-beta-003 → 0.1.35-beta-005
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -448,6 +448,8 @@ interface DepositModalProps {
|
|
|
448
448
|
depositStatus?: BorderRadiusConfig;
|
|
449
449
|
/** Price impact & slippage info sheet */
|
|
450
450
|
infoSheet?: BorderRadiusConfig;
|
|
451
|
+
/** Stripe Link Pay sheet */
|
|
452
|
+
stripeLinkPay?: BorderRadiusConfig;
|
|
451
453
|
/** WebView sheet (inside buy with card) */
|
|
452
454
|
webView?: BorderRadiusConfig;
|
|
453
455
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -448,6 +448,8 @@ interface DepositModalProps {
|
|
|
448
448
|
depositStatus?: BorderRadiusConfig;
|
|
449
449
|
/** Price impact & slippage info sheet */
|
|
450
450
|
infoSheet?: BorderRadiusConfig;
|
|
451
|
+
/** Stripe Link Pay sheet */
|
|
452
|
+
stripeLinkPay?: BorderRadiusConfig;
|
|
451
453
|
/** WebView sheet (inside buy with card) */
|
|
452
454
|
webView?: BorderRadiusConfig;
|
|
453
455
|
};
|