@imtbl/checkout-sdk 2.7.6-alpha.1 → 2.7.6-alpha.3
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/browser/index.js
CHANGED
package/dist/node/index.cjs
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -9,4 +9,6 @@ export type OnrampWidgetConfiguration = {
|
|
|
9
9
|
customTitle?: string;
|
|
10
10
|
/** The custom subtitle to display on the exchange screen in the Transak widget (default: 'Buy') */
|
|
11
11
|
customSubTitle?: string;
|
|
12
|
+
/** Whether to show the header (default: true) */
|
|
13
|
+
showHeader?: boolean;
|
|
12
14
|
} & WidgetConfiguration;
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/checkout-sdk",
|
|
3
3
|
"description": "Immutable Checkout SDK",
|
|
4
|
-
"version": "2.7.6-alpha.
|
|
4
|
+
"version": "2.7.6-alpha.3",
|
|
5
5
|
"author": "immutable",
|
|
6
6
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@imtbl/blockchain-data": "2.7.6-alpha.
|
|
9
|
-
"@imtbl/bridge-sdk": "2.7.6-alpha.
|
|
10
|
-
"@imtbl/config": "2.7.6-alpha.
|
|
11
|
-
"@imtbl/dex-sdk": "2.7.6-alpha.
|
|
12
|
-
"@imtbl/generated-clients": "2.7.6-alpha.
|
|
13
|
-
"@imtbl/metrics": "2.7.6-alpha.
|
|
14
|
-
"@imtbl/orderbook": "2.7.6-alpha.
|
|
15
|
-
"@imtbl/passport": "2.7.6-alpha.
|
|
8
|
+
"@imtbl/blockchain-data": "2.7.6-alpha.3",
|
|
9
|
+
"@imtbl/bridge-sdk": "2.7.6-alpha.3",
|
|
10
|
+
"@imtbl/config": "2.7.6-alpha.3",
|
|
11
|
+
"@imtbl/dex-sdk": "2.7.6-alpha.3",
|
|
12
|
+
"@imtbl/generated-clients": "2.7.6-alpha.3",
|
|
13
|
+
"@imtbl/metrics": "2.7.6-alpha.3",
|
|
14
|
+
"@imtbl/orderbook": "2.7.6-alpha.3",
|
|
15
|
+
"@imtbl/passport": "2.7.6-alpha.3",
|
|
16
16
|
"@metamask/detect-provider": "^2.0.0",
|
|
17
17
|
"axios": "^1.6.5",
|
|
18
18
|
"ethers": "^6.13.4",
|