@edgex-web/components 0.2.0-beta.12 → 0.2.0-beta.13

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.
@@ -16,6 +16,7 @@ export declare const enUS: {
16
16
  maxDeposit: string;
17
17
  depositTipFor25w: string;
18
18
  depositAllTip: string;
19
+ spotDepositNotSupportedTip: string;
19
20
  crossChainDepositFeeTip: string;
20
21
  addressUpdatedNotice: string;
21
22
  enableSystemProWithToken: string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-US.d.ts","sourceRoot":"","sources":["../../src/locales/en-US.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFhB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoFhB,CAAA;AAED,eAAe,IAAI,CAAA"}
@@ -16,6 +16,7 @@ export declare const jaJP: {
16
16
  maxDeposit: string;
17
17
  depositTipFor25w: string;
18
18
  depositAllTip: string;
19
+ spotDepositNotSupportedTip: string;
19
20
  crossChainDepositFeeTip: string;
20
21
  addressUpdatedNotice: string;
21
22
  enableSystemProWithToken: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ja-JP.d.ts","sourceRoot":"","sources":["../../src/locales/ja-JP.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFhB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoFhB,CAAA;AAED,eAAe,IAAI,CAAA"}
@@ -16,6 +16,7 @@ export declare const ruRU: {
16
16
  maxDeposit: string;
17
17
  depositTipFor25w: string;
18
18
  depositAllTip: string;
19
+ spotDepositNotSupportedTip: string;
19
20
  crossChainDepositFeeTip: string;
20
21
  addressUpdatedNotice: string;
21
22
  enableSystemProWithToken: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ru-RU.d.ts","sourceRoot":"","sources":["../../src/locales/ru-RU.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFhB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqFhB,CAAA;AAED,eAAe,IAAI,CAAA"}
@@ -16,6 +16,7 @@ export declare const zhCN: {
16
16
  maxDeposit: string;
17
17
  depositTipFor25w: string;
18
18
  depositAllTip: string;
19
+ spotDepositNotSupportedTip: string;
19
20
  crossChainDepositFeeTip: string;
20
21
  addressUpdatedNotice: string;
21
22
  enableSystemProWithToken: string;
@@ -1 +1 @@
1
- {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../src/locales/zh-CN.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+EhB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiFhB,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,MAAM,MAAM,eAAe,GAAG,OAAO,IAAI,CAAA"}
@@ -16,6 +16,7 @@ export declare const zhTW: {
16
16
  maxDeposit: string;
17
17
  depositTipFor25w: string;
18
18
  depositAllTip: string;
19
+ spotDepositNotSupportedTip: string;
19
20
  crossChainDepositFeeTip: string;
20
21
  addressUpdatedNotice: string;
21
22
  enableSystemProWithToken: string;
@@ -1 +1 @@
1
- {"version":3,"file":"zh-TW.d.ts","sourceRoot":"","sources":["../../src/locales/zh-TW.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFhB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkFhB,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.12",
3
+ "version": "0.2.0-beta.13",
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",