profinansy-ui-lib 3.8.0 → 3.8.2

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.
@@ -2672,6 +2672,7 @@ const d5 = () => {
2672
2672
  myMoney_budget: "Бюджет",
2673
2673
  myMoney_accounts: "Счета",
2674
2674
  myMoney_accumulations: "Накопления",
2675
+ myMoney_debts: "Займы",
2675
2676
  myMoney_credits: "Кредиты",
2676
2677
  myMoney_goals: "Цели",
2677
2678
  myMoney_goals_active: "Активные",
@@ -2832,6 +2833,7 @@ const d5 = () => {
2832
2833
  myMoney_budget: "Budget",
2833
2834
  myMoney_accounts: "Accounts",
2834
2835
  myMoney_accumulations: "Accumulations",
2836
+ myMoney_debts: "Debts",
2835
2837
  myMoney_credits: "Credits",
2836
2838
  myMoney_goals: "Goals",
2837
2839
  myMoney_goals_active: "Active",
@@ -3420,6 +3422,10 @@ const h0 = Z1({
3420
3422
  name: "myMoney_accumulations",
3421
3423
  href: t ? e + "/login" : e + "/wallet/accumulations"
3422
3424
  },
3425
+ {
3426
+ name: "myMoney_debts",
3427
+ href: t ? e + "/login" : e + "/wallet/debts"
3428
+ },
3423
3429
  {
3424
3430
  name: "myMoney_credits",
3425
3431
  href: t ? e + "/login" : e + "/wallet/credits"