fln-espranza 1.1.11 → 1.1.13

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