profinansy-ui-lib 3.6.5 → 3.6.7

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.
@@ -9,6 +9,7 @@ export declare const Urls_translations: {
9
9
  russian_bonds: string;
10
10
  usa_bonds: string;
11
11
  usa_etf: string;
12
+ rus_etf: string;
12
13
  portfolios: string;
13
14
  portfolios_list: string;
14
15
  selections: string;
@@ -167,6 +168,7 @@ export declare const Urls_translations: {
167
168
  russian_bonds: string;
168
169
  usa_bonds: string;
169
170
  usa_etf: string;
171
+ rus_etf: string;
170
172
  portfolios: string;
171
173
  portfolios_list: string;
172
174
  selections: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.6.5",
3
+ "version": "3.6.7",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -1 +0,0 @@
1
- export declare const useCloseSubPagesSide: (open: boolean, callback: () => void) => void;