profinansy-ui-lib 4.1.1 → 4.1.3
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/components/blocks/sideMenuV2/SideMenuV2.typed.d.ts +1 -1
- package/dist/localization/translations/urls.d.ts +6 -0
- package/dist/profinansy-ui-lib.cjs +680 -680
- package/dist/profinansy-ui-lib.cjs.map +1 -1
- package/dist/profinansy-ui-lib.es.js +3975 -3930
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/urls/productsV2/budget/budget.d.ts +13 -0
- package/dist/urls/productsV2/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UserRole } from '../../../common.types';
|
|
2
2
|
import { IApiSettings } from '../../../api/api';
|
|
3
3
|
import { ReactNode, ElementType } from 'react';
|
|
4
|
-
export type TSideMenuCategory = 'goals' | 'myMoney' | 'portfolios' | 'calculators' | 'investment' | 'education' | 'profile' | 'idv' | 'method' | 'feed' | 'about';
|
|
4
|
+
export type TSideMenuCategory = 'goals' | 'myMoney' | 'portfolios' | 'calculators' | 'investment' | 'education' | 'profile' | 'idv' | 'method' | 'feed' | 'about' | 'myMoney2';
|
|
5
5
|
export interface ISideModal {
|
|
6
6
|
bannerCodes?: string[];
|
|
7
7
|
userRole: UserRole;
|
|
@@ -149,6 +149,9 @@ export declare const Urls_translations: {
|
|
|
149
149
|
myMoney: string;
|
|
150
150
|
myMoney_budget: string;
|
|
151
151
|
myMoney_accounts: string;
|
|
152
|
+
myMoney_history: string;
|
|
153
|
+
myMoney_analytics: string;
|
|
154
|
+
myMoney_plan_budget: string;
|
|
152
155
|
myMoney_accumulations: string;
|
|
153
156
|
myMoney_debts: string;
|
|
154
157
|
myMoney_credits: string;
|
|
@@ -373,6 +376,9 @@ export declare const Urls_translations: {
|
|
|
373
376
|
myMoney: string;
|
|
374
377
|
myMoney_budget: string;
|
|
375
378
|
myMoney_accounts: string;
|
|
379
|
+
myMoney_history: string;
|
|
380
|
+
myMoney_analytics: string;
|
|
381
|
+
myMoney_plan_budget: string;
|
|
376
382
|
myMoney_accumulations: string;
|
|
377
383
|
myMoney_debts: string;
|
|
378
384
|
myMoney_credits: string;
|