fln-espranza 1.1.4 → 1.1.5

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