fln-espranza 0.0.53 → 0.0.54

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.
Files changed (2) hide show
  1. package/index.ts +1 -4
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -90,8 +90,6 @@ import { EIconFemale } from "./components/icons/EIconFemale";
90
90
  import EIconDocumentCheck from "./components/icons/EIconDocumentCheck";
91
91
  import EStatReport from "./components/icons/EIconDocumentCheck";
92
92
 
93
-
94
-
95
93
  export {
96
94
  Avatar,
97
95
  BaseLayout,
@@ -136,7 +134,7 @@ export {
136
134
  EProfileScreenLayout,
137
135
  ETextArea,
138
136
  ENotFoundPlaceholder,
139
- EStatReport
137
+ EStatReport,
140
138
 
141
139
  // ICONS
142
140
  EIconAdd,
@@ -184,5 +182,4 @@ export {
184
182
  EIconMale,
185
183
  EIconFemale,
186
184
  EIconDocumentCheck,
187
-
188
185
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fln-espranza",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "description": "All components used inside FLN Project of Espranza Innovations",
5
5
  "main": "index.ts",
6
6
  "scripts": {