@unifold/connect-react 0.1.55 → 0.1.56
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 +3905 -1455
- package/dist/index.mjs +3881 -1431
- package/dist/styles-base.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -32,6 +32,8 @@ interface UnifoldConnectProviderConfig {
|
|
|
32
32
|
enableConnectWallet?: boolean;
|
|
33
33
|
/** Enable "Pay with Exchange" option. Overrides dashboard default. Defaults to dashboard value or true. */
|
|
34
34
|
enablePayWithExchange?: boolean;
|
|
35
|
+
/** Enable "Connect Exchange" option for direct Coinbase Connect integration. Defaults to false. */
|
|
36
|
+
enableConnectExchange?: boolean;
|
|
35
37
|
/** Enable "Pay with Cash App" option. Defaults to false. */
|
|
36
38
|
enableCashApp?: boolean;
|
|
37
39
|
/** Simple accent/primary color override (applies to both light and dark modes) */
|
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,8 @@ interface UnifoldConnectProviderConfig {
|
|
|
32
32
|
enableConnectWallet?: boolean;
|
|
33
33
|
/** Enable "Pay with Exchange" option. Overrides dashboard default. Defaults to dashboard value or true. */
|
|
34
34
|
enablePayWithExchange?: boolean;
|
|
35
|
+
/** Enable "Connect Exchange" option for direct Coinbase Connect integration. Defaults to false. */
|
|
36
|
+
enableConnectExchange?: boolean;
|
|
35
37
|
/** Enable "Pay with Cash App" option. Defaults to false. */
|
|
36
38
|
enableCashApp?: boolean;
|
|
37
39
|
/** Simple accent/primary color override (applies to both light and dark modes) */
|