@edgex-web/components 0.2.0-beta.1 → 0.2.0-beta.10

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.
Files changed (42) hide show
  1. package/dist/{ccip-CR1DkSTs.mjs → ccip-F1d9zsBO.mjs} +2 -2
  2. package/dist/{ccip-CR1DkSTs.mjs.map → ccip-F1d9zsBO.mjs.map} +1 -1
  3. package/dist/components/Deposit/src/DepositManager.d.ts.map +1 -1
  4. package/dist/components/Deposit/src/components/evm/hooks/useDepositButtonState.d.ts.map +1 -1
  5. package/dist/components/Deposit/src/components/evm/index.d.ts.map +1 -1
  6. package/dist/components/Deposit/src/components/evm/utils/index.d.ts.map +1 -1
  7. package/dist/components/Deposit/src/components/mpc/index.d.ts.map +1 -1
  8. package/dist/components/Deposit/src/components/mpc/types/index.d.ts +1 -0
  9. package/dist/components/Deposit/src/components/mpc/types/index.d.ts.map +1 -1
  10. package/dist/components/Deposit/src/index.d.ts.map +1 -1
  11. package/dist/components/Deposit/types/index.d.ts +2 -0
  12. package/dist/components/Deposit/types/index.d.ts.map +1 -1
  13. package/dist/components/Withdraw/src/WithdrawManager.d.ts.map +1 -1
  14. package/dist/components/Withdraw/src/evm/WalletView.d.ts.map +1 -1
  15. package/dist/components/Withdraw/src/evm/index.d.ts +2 -1
  16. package/dist/components/Withdraw/src/evm/index.d.ts.map +1 -1
  17. package/dist/components/Withdraw/src/index.d.ts.map +1 -1
  18. package/dist/components/Withdraw/types/index.d.ts +4 -2
  19. package/dist/components/Withdraw/types/index.d.ts.map +1 -1
  20. package/dist/components/shared/constants/index.d.ts +2 -0
  21. package/dist/components/shared/constants/index.d.ts.map +1 -1
  22. package/dist/components/shared/utils/format.d.ts +2 -0
  23. package/dist/components/shared/utils/format.d.ts.map +1 -0
  24. package/dist/hooks/useTranslation.d.ts +8 -0
  25. package/dist/hooks/useTranslation.d.ts.map +1 -1
  26. package/dist/{index-DqN36CX7.mjs → index-DGLETIrg.mjs} +4555 -4463
  27. package/dist/index-DGLETIrg.mjs.map +1 -0
  28. package/dist/index.esm.js +1 -1
  29. package/dist/index.umd.js +76 -71
  30. package/dist/index.umd.js.map +1 -1
  31. package/dist/locales/en-US.d.ts +4 -0
  32. package/dist/locales/en-US.d.ts.map +1 -1
  33. package/dist/locales/ja-JP.d.ts +4 -0
  34. package/dist/locales/ja-JP.d.ts.map +1 -1
  35. package/dist/locales/ru-RU.d.ts +4 -0
  36. package/dist/locales/ru-RU.d.ts.map +1 -1
  37. package/dist/locales/zh-CN.d.ts +4 -0
  38. package/dist/locales/zh-CN.d.ts.map +1 -1
  39. package/dist/locales/zh-TW.d.ts +4 -0
  40. package/dist/locales/zh-TW.d.ts.map +1 -1
  41. package/package.json +1 -1
  42. package/dist/index-DqN36CX7.mjs.map +0 -1
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0EhB,CAAA;AAED,eAAe,IAAI,CAAA"}
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"}
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0EhB,CAAA;AAED,eAAe,IAAI,CAAA"}
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"}
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2EhB,CAAA;AAED,eAAe,IAAI,CAAA"}
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"}
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwEhB,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,MAAM,MAAM,eAAe,GAAG,OAAO,IAAI,CAAA"}
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"}
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyEhB,CAAA;AAED,eAAe,IAAI,CAAA"}
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.1",
3
+ "version": "0.2.0-beta.10",
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",