@volr/react-ui 0.1.115 → 0.1.117
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/index.cjs +1835 -1789
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1835 -1789
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -182,6 +182,7 @@ declare const en: {
|
|
|
182
182
|
readonly noAssets: "No assets configured";
|
|
183
183
|
readonly menu: {
|
|
184
184
|
readonly assets: "Assets";
|
|
185
|
+
readonly deposit: "Deposit";
|
|
185
186
|
readonly withdraw: "Withdraw";
|
|
186
187
|
readonly payments: "Payment History";
|
|
187
188
|
readonly account: "Account";
|
package/dist/index.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ declare const en: {
|
|
|
182
182
|
readonly noAssets: "No assets configured";
|
|
183
183
|
readonly menu: {
|
|
184
184
|
readonly assets: "Assets";
|
|
185
|
+
readonly deposit: "Deposit";
|
|
185
186
|
readonly withdraw: "Withdraw";
|
|
186
187
|
readonly payments: "Payment History";
|
|
187
188
|
readonly account: "Account";
|