@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.
- package/dist/{ccip-CR1DkSTs.mjs → ccip-F1d9zsBO.mjs} +2 -2
- package/dist/{ccip-CR1DkSTs.mjs.map → ccip-F1d9zsBO.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/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-DGLETIrg.mjs} +4555 -4463
- package/dist/index-DGLETIrg.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/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as e, C as i, D as t, n, p as r, L as p, o as d, S as L, T as h, W as D, y as g, r as u, A as w, h as W, w as C, G as m, q as E, z as A, v as O, F as T, t as M, E as S, u as l, j as f, x as P, m as _, k as c, I as v } from "./index-
|
|
1
|
+
import { o as e, C as i, D as t, n, p as r, L as p, o as d, S as L, T as h, W as D, y as g, r as u, A as w, h as W, w as C, G as m, q as E, z as A, v as O, F as T, t as M, E as S, u as l, j as f, x as P, m as _, k as c, I as v } from "./index-DGLETIrg.mjs";
|
|
2
2
|
import "react";
|
|
3
3
|
export {
|
|
4
4
|
e as ChromeLoader,
|