profinansy-ui-lib 4.0.89 → 4.0.91

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.
@@ -14,6 +14,7 @@ export declare const palette: {
14
14
  negativeTint: string;
15
15
  info: string;
16
16
  bottomActions: string;
17
+ overlay: string;
17
18
  };
18
19
  text: {
19
20
  primary: string;
@@ -56,6 +57,7 @@ export declare const palette: {
56
57
  warning: string;
57
58
  negative: string;
58
59
  info: string;
60
+ tooltip: string;
59
61
  };
60
62
  interactiveButtons: {
61
63
  brandBackground: string;
@@ -124,6 +126,9 @@ export declare const palette: {
124
126
  basicHover: string;
125
127
  basicDrag: string;
126
128
  overlay: string;
129
+ dropdown: string;
130
+ modal: string;
131
+ dragItem: string;
127
132
  };
128
133
  statesBackground: {
129
134
  tabsHover: string;
@@ -156,6 +161,7 @@ export declare const palette: {
156
161
  buttonBackground: string;
157
162
  buttonBackgroundHover: string;
158
163
  green: string;
164
+ primaryActive: string;
159
165
  primaryGradient: string;
160
166
  secondaryGradient: string;
161
167
  };
@@ -181,6 +187,7 @@ export declare const palette: {
181
187
  negativeTint: string;
182
188
  info: string;
183
189
  bottomActions: string;
190
+ overlay: string;
184
191
  };
185
192
  text: {
186
193
  primary: string;
@@ -223,6 +230,7 @@ export declare const palette: {
223
230
  warning: string;
224
231
  negative: string;
225
232
  info: string;
233
+ tooltip: string;
226
234
  };
227
235
  interactiveButtons: {
228
236
  brandBackground: string;
@@ -291,6 +299,9 @@ export declare const palette: {
291
299
  basicHover: any;
292
300
  basicDrag: any;
293
301
  overlay: any;
302
+ dropdown: any;
303
+ modal: any;
304
+ dragItem: any;
294
305
  };
295
306
  statesBackground: {
296
307
  tabsHover: string;
@@ -323,6 +334,7 @@ export declare const palette: {
323
334
  buttonBackground: string;
324
335
  buttonBackgroundHover: string;
325
336
  green: string;
337
+ primaryActive: string;
326
338
  primaryGradient: string;
327
339
  secondaryGradient: string;
328
340
  };
@@ -61,6 +61,7 @@ export declare const getBudgetSidebar: (hostname: string, isGuest: boolean) => {
61
61
  name: string;
62
62
  Icon: ComponentType<void>;
63
63
  isFill: boolean;
64
+ isForeignAccess: boolean;
64
65
  href: string;
65
66
  locked: boolean;
66
67
  }[];
@@ -84,6 +84,7 @@ export declare const getCalculatorsSidebar: (hostname: string) => {
84
84
  subPages: ({
85
85
  name: string;
86
86
  Icon: ComponentType<void>;
87
+ isForeignAccess: boolean;
87
88
  href: string;
88
89
  isFill?: undefined;
89
90
  nowrap?: undefined;
@@ -92,12 +93,14 @@ export declare const getCalculatorsSidebar: (hostname: string) => {
92
93
  Icon: ComponentType<void>;
93
94
  href: string;
94
95
  isFill: boolean;
96
+ isForeignAccess: boolean;
95
97
  nowrap?: undefined;
96
98
  } | {
97
99
  name: string;
98
100
  Icon: ComponentType<void>;
99
101
  href: string;
100
102
  nowrap: boolean;
103
+ isForeignAccess: boolean;
101
104
  isFill?: undefined;
102
105
  })[];
103
106
  };
@@ -60,6 +60,7 @@ export declare const getGoalsSidebar: (hostname: string, isGuest: boolean) => {
60
60
  name: string;
61
61
  Icon: ComponentType<void>;
62
62
  isFill: boolean;
63
+ isForeignAccess: boolean;
63
64
  href: string;
64
65
  locked: boolean;
65
66
  subPages: {
@@ -70,6 +71,7 @@ export declare const getGoalsSidebar: (hostname: string, isGuest: boolean) => {
70
71
  name: string;
71
72
  Icon: ComponentType<void>;
72
73
  isFill: boolean;
74
+ isForeignAccess: boolean;
73
75
  href: string;
74
76
  locked: boolean;
75
77
  subPages?: undefined;
@@ -94,6 +94,7 @@ export declare const getPortfoliosSidebar: (hostname: string, isGuest: boolean,
94
94
  name: string;
95
95
  Icon: ComponentType<void>;
96
96
  isFill: boolean;
97
+ isForeignAccess: boolean;
97
98
  href: string;
98
99
  locked: boolean;
99
100
  unavailable: boolean;
@@ -105,6 +106,7 @@ export declare const getPortfoliosSidebar: (hostname: string, isGuest: boolean,
105
106
  Icon: ComponentType<void>;
106
107
  isFill: boolean;
107
108
  href: string;
109
+ isForeignAccess?: undefined;
108
110
  locked?: undefined;
109
111
  unavailable?: undefined;
110
112
  description?: undefined;
@@ -6,6 +6,7 @@ export declare const getProfileSidebar: (hostname: string) => {
6
6
  subPages: ({
7
7
  name: string;
8
8
  isFill: boolean;
9
+ isForeignAccess: boolean;
9
10
  Icon: ComponentType<void>;
10
11
  href: string;
11
12
  hiddenFromChildren?: undefined;
@@ -17,6 +18,7 @@ export declare const getProfileSidebar: (hostname: string) => {
17
18
  isFill: boolean;
18
19
  href: string;
19
20
  hiddenFromChildren: boolean;
21
+ isForeignAccess?: undefined;
20
22
  innerPages?: undefined;
21
23
  subPages?: undefined;
22
24
  } | {
@@ -24,6 +26,7 @@ export declare const getProfileSidebar: (hostname: string) => {
24
26
  Icon: ComponentType<void>;
25
27
  href: string;
26
28
  isFill?: undefined;
29
+ isForeignAccess?: undefined;
27
30
  hiddenFromChildren?: undefined;
28
31
  innerPages?: undefined;
29
32
  subPages?: undefined;
@@ -33,6 +36,7 @@ export declare const getProfileSidebar: (hostname: string) => {
33
36
  href: string;
34
37
  hiddenFromChildren: boolean;
35
38
  isFill?: undefined;
39
+ isForeignAccess?: undefined;
36
40
  innerPages?: undefined;
37
41
  subPages?: undefined;
38
42
  } | {
@@ -45,11 +49,13 @@ export declare const getProfileSidebar: (hostname: string) => {
45
49
  href: string;
46
50
  }[];
47
51
  isFill?: undefined;
52
+ isForeignAccess?: undefined;
48
53
  hiddenFromChildren?: undefined;
49
54
  } | {
50
55
  name: string;
51
56
  Icon: ComponentType<void>;
52
57
  isFill: boolean;
58
+ isForeignAccess: boolean;
53
59
  href: string;
54
60
  innerPages: string[];
55
61
  hiddenFromChildren: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "4.0.89",
3
+ "version": "4.0.91",
4
4
  "main": "./dist/profinansy-ui-lib.cjs",
5
5
  "module": "./dist/profinansy-ui-lib.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -80,7 +80,6 @@
80
80
  "files": [
81
81
  "dist"
82
82
  ],
83
- "readme": "ERROR: No README data found!",
84
83
  "dependencies": {
85
84
  "firebase": "10.8.0",
86
85
  "react-beautiful-dnd": "^13.1.1",