@edgex-web/components 0.2.0-beta.5 → 0.2.0-beta.6
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-nc01PuVu.mjs → ccip-DGLIdqJC.mjs} +2 -2
- package/dist/{ccip-nc01PuVu.mjs.map → ccip-DGLIdqJC.mjs.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/Withdraw/src/evm/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/hooks/useTranslation.d.ts +4 -0
- package/dist/hooks/useTranslation.d.ts.map +1 -1
- package/dist/{index-9zAlsXws.mjs → index-C2V944VK.mjs} +1917 -1895
- package/dist/index-C2V944VK.mjs.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +51 -46
- package/dist/index.umd.js.map +1 -1
- package/dist/locales/en-US.d.ts +2 -0
- package/dist/locales/en-US.d.ts.map +1 -1
- package/dist/locales/ja-JP.d.ts +2 -0
- package/dist/locales/ja-JP.d.ts.map +1 -1
- package/dist/locales/ru-RU.d.ts +2 -0
- package/dist/locales/ru-RU.d.ts.map +1 -1
- package/dist/locales/zh-CN.d.ts +2 -0
- package/dist/locales/zh-CN.d.ts.map +1 -1
- package/dist/locales/zh-TW.d.ts +2 -0
- package/dist/locales/zh-TW.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-9zAlsXws.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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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.6",
|
|
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",
|