profinansy-ui-lib 3.8.7 → 3.8.8

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.
@@ -2548,6 +2548,7 @@ const d5 = () => {
2548
2548
  dashboard_stocks: "Акции",
2549
2549
  dashboard_bonds: "Облигации",
2550
2550
  dashboard_etf: "ETF",
2551
+ dashboard_crypto: "Криптовалюта",
2551
2552
  portfolios: "Портфели",
2552
2553
  portfolios_list: "Витрина портфелей",
2553
2554
  selections: "Готовые подборки",
@@ -2709,6 +2710,7 @@ const d5 = () => {
2709
2710
  dashboard_stocks: "Stocks",
2710
2711
  dashboard_bonds: "Bonds",
2711
2712
  dashboard_etf: "ETF",
2713
+ dashboard_crypto: "Crypto",
2712
2714
  portfolios: "Portfolios",
2713
2715
  portfolios_list: "Portfolios list",
2714
2716
  selections: "Selections",
@@ -3221,6 +3223,11 @@ const h0 = Z1({
3221
3223
  href: n ? e + "/login" : e + "/market/dashboard/rus-etf",
3222
3224
  locked: n,
3223
3225
  innerPages: ["/market/dashboard/usa-etf"]
3226
+ },
3227
+ {
3228
+ name: "dashboard_crypto",
3229
+ href: n ? e + "/login" : e + "/market/dashboard/crypto",
3230
+ locked: n
3224
3231
  }
3225
3232
  ]
3226
3233
  },