@kimafinance/kima-transaction-widget 1.1.7 → 1.1.9
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.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/store/selectors.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RootState } from '.';
|
|
2
|
-
export declare const selectTheme: (state: RootState) => import("
|
|
2
|
+
export declare const selectTheme: (state: RootState) => import("..").ThemeOptions;
|
|
3
3
|
export declare const selectOriginNetwork: (state: RootState) => string;
|
|
4
4
|
export declare const selectTargetNetwork: (state: RootState) => string;
|
|
5
5
|
export declare const selectTargetAddress: (state: RootState) => string;
|
|
@@ -16,7 +16,7 @@ export declare const selectErrorHandler: (state: RootState) => Function;
|
|
|
16
16
|
export declare const selectCloseHandler: (state: RootState) => Function;
|
|
17
17
|
export declare const selectSuccessHandler: (state: RootState) => Function;
|
|
18
18
|
export declare const selectServiceFee: (state: RootState) => number;
|
|
19
|
-
export declare const selectMode: (state: RootState) => import("
|
|
19
|
+
export declare const selectMode: (state: RootState) => import("..").ModeOptions;
|
|
20
20
|
export declare const selectConfirming: (state: RootState) => boolean;
|
|
21
21
|
export declare const selectFeeDeduct: (state: RootState) => boolean;
|
|
22
22
|
export declare const selectBackendUrl: (state: RootState) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kimafinance/kima-transaction-widget",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Kima Transaction Widget",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"crypto-browserify": "^3.12.0",
|
|
72
72
|
"ethers": "^5.7.2",
|
|
73
73
|
"https-browserify": "^1.0.0",
|
|
74
|
-
"sass": "^
|
|
74
|
+
"sass": "^1.58.1",
|
|
75
75
|
"os-browserify": "^0.3.0",
|
|
76
76
|
"path-browserify": "^1.0.1",
|
|
77
77
|
"puppeteer": "18.1.0",
|