fln-espranza 1.1.8 → 1.1.9

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 +2 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -27,6 +27,7 @@ import PageHeader from "./components/PageHeader";
27
27
  import PageHeaderSecondary from "./components/PageHeaderSecondary";
28
28
  import Spacer from "./components/Spacer";
29
29
  import { Colors } from "./utils/Color";
30
+ import ProgressBar from "./components/ProgressBar";
30
31
 
31
32
  export {
32
33
  Avatar,
@@ -57,6 +58,7 @@ export {
57
58
  EProfile,
58
59
  SecondaryBaseLayout,
59
60
  Timer,
61
+ ProgressBar,
60
62
  Colors
61
63
 
62
64
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fln-espranza",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "All components used inside FLN Project of Espranza Innovations",
5
5
  "main": "index.ts",
6
6
  "scripts": {