@orderly.network/ui-transfer 2.7.1-alpha.0 → 2.7.2-alpha.0
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 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import react__default, { FC, ReactNode } from 'react';
|
|
3
3
|
import { ConnectedChain, Chain, SubAccount } from '@orderly.network/hooks';
|
|
4
|
-
import { API, NetworkId } from '@orderly.network/types';
|
|
4
|
+
import { API, NetworkId, AssetHistoryStatusEnum } from '@orderly.network/types';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { InputFormatter, InputProps } from '@orderly.network/ui';
|
|
7
7
|
|
|
@@ -459,6 +459,7 @@ declare function useDepositStatusScript(): {
|
|
|
459
459
|
completedCount: number;
|
|
460
460
|
canTrade: boolean;
|
|
461
461
|
estimatedTime: string | number;
|
|
462
|
+
onClose: (status: AssetHistoryStatusEnum) => void;
|
|
462
463
|
};
|
|
463
464
|
|
|
464
465
|
type DepositStatusProps = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import react__default, { FC, ReactNode } from 'react';
|
|
3
3
|
import { ConnectedChain, Chain, SubAccount } from '@orderly.network/hooks';
|
|
4
|
-
import { API, NetworkId } from '@orderly.network/types';
|
|
4
|
+
import { API, NetworkId, AssetHistoryStatusEnum } from '@orderly.network/types';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { InputFormatter, InputProps } from '@orderly.network/ui';
|
|
7
7
|
|
|
@@ -459,6 +459,7 @@ declare function useDepositStatusScript(): {
|
|
|
459
459
|
completedCount: number;
|
|
460
460
|
canTrade: boolean;
|
|
461
461
|
estimatedTime: string | number;
|
|
462
|
+
onClose: (status: AssetHistoryStatusEnum) => void;
|
|
462
463
|
};
|
|
463
464
|
|
|
464
465
|
type DepositStatusProps = {
|