@edgex-web/components 0.2.0-beta.1 → 0.2.0-beta.11
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/{ccip-CR1DkSTs.mjs → ccip-DBTHUywH.mjs} +2 -2
- package/dist/{ccip-CR1DkSTs.mjs.map → ccip-DBTHUywH.mjs.map} +1 -1
- package/dist/components/Deposit/src/DepositManager.d.ts.map +1 -1
- package/dist/components/Deposit/src/components/evm/hooks/useDepositButtonState.d.ts.map +1 -1
- package/dist/components/Deposit/src/components/evm/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/components/evm/utils/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/components/mpc/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/components/mpc/types/index.d.ts +1 -0
- package/dist/components/Deposit/src/components/mpc/types/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/index.d.ts.map +1 -1
- package/dist/components/Deposit/types/index.d.ts +2 -0
- package/dist/components/Deposit/types/index.d.ts.map +1 -1
- package/dist/components/Tooltip/src/Tooltip.d.ts.map +1 -1
- package/dist/components/Withdraw/src/WithdrawManager.d.ts.map +1 -1
- package/dist/components/Withdraw/src/evm/WalletView.d.ts.map +1 -1
- package/dist/components/Withdraw/src/evm/index.d.ts +2 -1
- package/dist/components/Withdraw/src/evm/index.d.ts.map +1 -1
- package/dist/components/Withdraw/src/index.d.ts.map +1 -1
- package/dist/components/Withdraw/types/index.d.ts +4 -2
- package/dist/components/Withdraw/types/index.d.ts.map +1 -1
- package/dist/components/shared/constants/index.d.ts +2 -0
- package/dist/components/shared/constants/index.d.ts.map +1 -1
- package/dist/components/shared/utils/format.d.ts +2 -0
- package/dist/components/shared/utils/format.d.ts.map +1 -0
- package/dist/hooks/useTranslation.d.ts +8 -0
- package/dist/hooks/useTranslation.d.ts.map +1 -1
- package/dist/{index-DqN36CX7.mjs → index-D22zcnHz.mjs} +4394 -4281
- package/dist/index-D22zcnHz.mjs.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +76 -71
- package/dist/index.umd.js.map +1 -1
- package/dist/locales/en-US.d.ts +4 -0
- package/dist/locales/en-US.d.ts.map +1 -1
- package/dist/locales/ja-JP.d.ts +4 -0
- package/dist/locales/ja-JP.d.ts.map +1 -1
- package/dist/locales/ru-RU.d.ts +4 -0
- package/dist/locales/ru-RU.d.ts.map +1 -1
- package/dist/locales/zh-CN.d.ts +4 -0
- package/dist/locales/zh-CN.d.ts.map +1 -1
- package/dist/locales/zh-TW.d.ts +4 -0
- package/dist/locales/zh-TW.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-DqN36CX7.mjs.map +0 -1
package/dist/locales/en-US.d.ts
CHANGED
|
@@ -10,11 +10,13 @@ export declare const enUS: {
|
|
|
10
10
|
switchNetwork: string;
|
|
11
11
|
max: string;
|
|
12
12
|
arrivalTime: string;
|
|
13
|
+
ethCrossChainDepositInitiated: string;
|
|
13
14
|
minDeposit: string;
|
|
14
15
|
minDepositParsed: string;
|
|
15
16
|
maxDeposit: string;
|
|
16
17
|
depositTipFor25w: string;
|
|
17
18
|
depositAllTip: string;
|
|
19
|
+
crossChainDepositFeeTip: string;
|
|
18
20
|
enableSystemProWithToken: string;
|
|
19
21
|
enableTokenDesc: string;
|
|
20
22
|
enableWithToken: string;
|
|
@@ -44,6 +46,8 @@ export declare const enUS: {
|
|
|
44
46
|
feeRate: string;
|
|
45
47
|
withdrawlAmount: string;
|
|
46
48
|
amountToReceive: string;
|
|
49
|
+
minWithdraw: string;
|
|
50
|
+
minWithdrawParsed: string;
|
|
47
51
|
invalidReceiverAddress: string;
|
|
48
52
|
availableDesc: string;
|
|
49
53
|
feeCalculationTip: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.d.ts","sourceRoot":"","sources":["../../src/locales/en-US.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"en-US.d.ts","sourceRoot":"","sources":["../../src/locales/en-US.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFhB,CAAA;AAED,eAAe,IAAI,CAAA"}
|
package/dist/locales/ja-JP.d.ts
CHANGED
|
@@ -10,11 +10,13 @@ export declare const jaJP: {
|
|
|
10
10
|
switchNetwork: string;
|
|
11
11
|
max: string;
|
|
12
12
|
arrivalTime: string;
|
|
13
|
+
ethCrossChainDepositInitiated: string;
|
|
13
14
|
minDeposit: string;
|
|
14
15
|
minDepositParsed: string;
|
|
15
16
|
maxDeposit: string;
|
|
16
17
|
depositTipFor25w: string;
|
|
17
18
|
depositAllTip: string;
|
|
19
|
+
crossChainDepositFeeTip: string;
|
|
18
20
|
enableSystemProWithToken: string;
|
|
19
21
|
enableTokenDesc: string;
|
|
20
22
|
enableWithToken: string;
|
|
@@ -44,6 +46,8 @@ export declare const jaJP: {
|
|
|
44
46
|
feeRate: string;
|
|
45
47
|
withdrawlAmount: string;
|
|
46
48
|
amountToReceive: string;
|
|
49
|
+
minWithdraw: string;
|
|
50
|
+
minWithdrawParsed: string;
|
|
47
51
|
invalidReceiverAddress: string;
|
|
48
52
|
availableDesc: string;
|
|
49
53
|
feeCalculationTip: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja-JP.d.ts","sourceRoot":"","sources":["../../src/locales/ja-JP.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"ja-JP.d.ts","sourceRoot":"","sources":["../../src/locales/ja-JP.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFhB,CAAA;AAED,eAAe,IAAI,CAAA"}
|
package/dist/locales/ru-RU.d.ts
CHANGED
|
@@ -10,11 +10,13 @@ export declare const ruRU: {
|
|
|
10
10
|
switchNetwork: string;
|
|
11
11
|
max: string;
|
|
12
12
|
arrivalTime: string;
|
|
13
|
+
ethCrossChainDepositInitiated: string;
|
|
13
14
|
minDeposit: string;
|
|
14
15
|
minDepositParsed: string;
|
|
15
16
|
maxDeposit: string;
|
|
16
17
|
depositTipFor25w: string;
|
|
17
18
|
depositAllTip: string;
|
|
19
|
+
crossChainDepositFeeTip: string;
|
|
18
20
|
enableSystemProWithToken: string;
|
|
19
21
|
enableTokenDesc: string;
|
|
20
22
|
enableWithToken: string;
|
|
@@ -44,6 +46,8 @@ export declare const ruRU: {
|
|
|
44
46
|
feeRate: string;
|
|
45
47
|
withdrawlAmount: string;
|
|
46
48
|
amountToReceive: string;
|
|
49
|
+
minWithdraw: string;
|
|
50
|
+
minWithdrawParsed: string;
|
|
47
51
|
invalidReceiverAddress: string;
|
|
48
52
|
availableDesc: string;
|
|
49
53
|
feeCalculationTip: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru-RU.d.ts","sourceRoot":"","sources":["../../src/locales/ru-RU.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"ru-RU.d.ts","sourceRoot":"","sources":["../../src/locales/ru-RU.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiFhB,CAAA;AAED,eAAe,IAAI,CAAA"}
|
package/dist/locales/zh-CN.d.ts
CHANGED
|
@@ -10,11 +10,13 @@ export declare const zhCN: {
|
|
|
10
10
|
switchNetwork: string;
|
|
11
11
|
max: string;
|
|
12
12
|
arrivalTime: string;
|
|
13
|
+
ethCrossChainDepositInitiated: string;
|
|
13
14
|
minDeposit: string;
|
|
14
15
|
minDepositParsed: string;
|
|
15
16
|
maxDeposit: string;
|
|
16
17
|
depositTipFor25w: string;
|
|
17
18
|
depositAllTip: string;
|
|
19
|
+
crossChainDepositFeeTip: string;
|
|
18
20
|
enableSystemProWithToken: string;
|
|
19
21
|
enableTokenDesc: string;
|
|
20
22
|
enableWithToken: string;
|
|
@@ -44,6 +46,8 @@ export declare const zhCN: {
|
|
|
44
46
|
feeRate: string;
|
|
45
47
|
withdrawlAmount: string;
|
|
46
48
|
amountToReceive: string;
|
|
49
|
+
minWithdraw: string;
|
|
50
|
+
minWithdrawParsed: string;
|
|
47
51
|
invalidReceiverAddress: string;
|
|
48
52
|
availableDesc: string;
|
|
49
53
|
feeCalculationTip: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../src/locales/zh-CN.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../src/locales/zh-CN.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6EhB,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,MAAM,MAAM,eAAe,GAAG,OAAO,IAAI,CAAA"}
|
package/dist/locales/zh-TW.d.ts
CHANGED
|
@@ -10,11 +10,13 @@ export declare const zhTW: {
|
|
|
10
10
|
switchNetwork: string;
|
|
11
11
|
max: string;
|
|
12
12
|
arrivalTime: string;
|
|
13
|
+
ethCrossChainDepositInitiated: string;
|
|
13
14
|
minDeposit: string;
|
|
14
15
|
minDepositParsed: string;
|
|
15
16
|
maxDeposit: string;
|
|
16
17
|
depositTipFor25w: string;
|
|
17
18
|
depositAllTip: string;
|
|
19
|
+
crossChainDepositFeeTip: string;
|
|
18
20
|
enableSystemProWithToken: string;
|
|
19
21
|
enableTokenDesc: string;
|
|
20
22
|
enableWithToken: string;
|
|
@@ -44,6 +46,8 @@ export declare const zhTW: {
|
|
|
44
46
|
feeRate: string;
|
|
45
47
|
withdrawlAmount: string;
|
|
46
48
|
amountToReceive: string;
|
|
49
|
+
minWithdraw: string;
|
|
50
|
+
minWithdrawParsed: string;
|
|
47
51
|
invalidReceiverAddress: string;
|
|
48
52
|
availableDesc: string;
|
|
49
53
|
feeCalculationTip: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-TW.d.ts","sourceRoot":"","sources":["../../src/locales/zh-TW.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"zh-TW.d.ts","sourceRoot":"","sources":["../../src/locales/zh-TW.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EhB,CAAA;AAED,eAAe,IAAI,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edgex-web/components",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.11",
|
|
4
4
|
"description": "EdgeX Universal UI Components Library - Reusable React components for deposit, withdraw and other common UI patterns",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|