fln-espranza 1.1.3 → 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.
- package/{index.js → index.ts} +3 -2
- package/package.json +2 -2
package/{index.js → index.ts}
RENAMED
|
@@ -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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fln-espranza",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "All components used inside FLN Project of Espranza Innovations",
|
|
5
|
-
"main": "index.
|
|
5
|
+
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|