@hedia/recommendation-screen 2.1.74 → 2.1.75
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/lib/commonjs/RecommendationScreen.js +10 -0
- package/lib/commonjs/RecommendationScreen.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/Close.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/CloseOutlined.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/Edit.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/activity/Cycling.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/activity/Running.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/activity/Stretching.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/activity/Swimming.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/activity/Walking.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/mood/Happy.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/mood/Neutral.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/mood/Sad.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/mood/SemiHappy.js.map +1 -1
- package/lib/commonjs/assets/IconsSVG/mood/SemiSad.js.map +1 -1
- package/lib/commonjs/components/ExitModal.js.map +1 -1
- package/lib/commonjs/components/InfoBars.js.map +1 -1
- package/lib/commonjs/components/InvisibleNumberInput.js.map +1 -1
- package/lib/commonjs/components/LineSeparator.js.map +1 -1
- package/lib/commonjs/components/RecentInsulin.js.map +1 -1
- package/lib/commonjs/components/RecommendationModal.js.map +1 -1
- package/lib/commonjs/components/RecommendedCarbs.js.map +1 -1
- package/lib/commonjs/components/RecommendedInsulin.js +2 -1
- package/lib/commonjs/components/RecommendedInsulin.js.map +1 -1
- package/lib/commonjs/components/Remeasure.js.map +1 -1
- package/lib/commonjs/components/Text.js.map +1 -1
- package/lib/commonjs/components/TimeoutModal.js.map +1 -1
- package/lib/commonjs/components/TransferToLogbook.js.map +1 -1
- package/lib/commonjs/components/activity/Activity.js.map +1 -1
- package/lib/commonjs/components/activity/ActivityIcon.js.map +1 -1
- package/lib/commonjs/components/activity/ActivityIntensity.js.map +1 -1
- package/lib/commonjs/components/mood/Emotion.js.map +1 -1
- package/lib/commonjs/components/mood/MoodIcon.js.map +1 -1
- package/lib/commonjs/components/styles/fonts.js +79 -73
- package/lib/commonjs/components/styles/fonts.js.map +1 -1
- package/lib/commonjs/utils/AttentionMessages.js.map +1 -1
- package/lib/commonjs/utils/RecommendationError.js.map +1 -1
- package/lib/commonjs/utils/RecommendationUtils.js.map +1 -1
- package/lib/commonjs/utils/Utils.js.map +1 -1
- package/lib/commonjs/utils/Validations.js.map +1 -1
- package/lib/module/RecommendationScreen.js +10 -0
- package/lib/module/RecommendationScreen.js.map +1 -1
- package/lib/module/assets/IconsSVG/Close.js.map +1 -1
- package/lib/module/assets/IconsSVG/CloseOutlined.js.map +1 -1
- package/lib/module/assets/IconsSVG/Edit.js.map +1 -1
- package/lib/module/assets/IconsSVG/activity/Cycling.js.map +1 -1
- package/lib/module/assets/IconsSVG/activity/Running.js.map +1 -1
- package/lib/module/assets/IconsSVG/activity/Stretching.js.map +1 -1
- package/lib/module/assets/IconsSVG/activity/Swimming.js.map +1 -1
- package/lib/module/assets/IconsSVG/activity/Walking.js.map +1 -1
- package/lib/module/assets/IconsSVG/mood/Happy.js.map +1 -1
- package/lib/module/assets/IconsSVG/mood/Neutral.js.map +1 -1
- package/lib/module/assets/IconsSVG/mood/Sad.js.map +1 -1
- package/lib/module/assets/IconsSVG/mood/SemiHappy.js.map +1 -1
- package/lib/module/assets/IconsSVG/mood/SemiSad.js.map +1 -1
- package/lib/module/components/ExitModal.js.map +1 -1
- package/lib/module/components/InfoBars.js.map +1 -1
- package/lib/module/components/InvisibleNumberInput.js.map +1 -1
- package/lib/module/components/LineSeparator.js.map +1 -1
- package/lib/module/components/RecentInsulin.js.map +1 -1
- package/lib/module/components/RecommendationModal.js.map +1 -1
- package/lib/module/components/RecommendedCarbs.js.map +1 -1
- package/lib/module/components/RecommendedInsulin.js +2 -1
- package/lib/module/components/RecommendedInsulin.js.map +1 -1
- package/lib/module/components/Remeasure.js.map +1 -1
- package/lib/module/components/Text.js.map +1 -1
- package/lib/module/components/TimeoutModal.js.map +1 -1
- package/lib/module/components/TransferToLogbook.js.map +1 -1
- package/lib/module/components/activity/Activity.js.map +1 -1
- package/lib/module/components/activity/ActivityIcon.js.map +1 -1
- package/lib/module/components/activity/ActivityIntensity.js.map +1 -1
- package/lib/module/components/mood/Emotion.js.map +1 -1
- package/lib/module/components/mood/MoodIcon.js.map +1 -1
- package/lib/module/components/styles/fonts.js +78 -71
- package/lib/module/components/styles/fonts.js.map +1 -1
- package/lib/module/utils/AttentionMessages.js.map +1 -1
- package/lib/module/utils/RecommendationError.js.map +1 -1
- package/lib/module/utils/RecommendationUtils.js.map +1 -1
- package/lib/module/utils/Utils.js.map +1 -1
- package/lib/module/utils/Validations.js.map +1 -1
- package/lib/typescript/components/RecommendationModal.d.ts +1 -0
- package/lib/typescript/components/RecommendationModal.d.ts.map +1 -1
- package/lib/typescript/components/styles/fonts.d.ts +51 -44
- package/lib/typescript/components/styles/fonts.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/RecommendedInsulin.tsx +2 -1
- package/src/components/styles/fonts.ts +78 -72
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecommendationModal.d.ts","sourceRoot":"","sources":["../../../src/components/RecommendationModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,MAAM,WAAW,WAAW;IAC3B,2EAA2E;IAC3E,SAAS,EAAE,OAAO,CAAC;IACnB,8FAA8F;IAC9F,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,8HAA8H;IAC9H,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,4HAA4H;IAC5H,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC,qIAAqI;IACrI,eAAe,IAAI,IAAI,CAAC;IACxB;;;OAGG;IACH,qBAAqB,IAAI,IAAI,CAAC;IAC9B;;;OAGG;IACH,sBAAsB,IAAI,IAAI,CAAC;CAC/B;AACD,MAAM,WAAW,WAAW;IAC3B,kGAAkG;IAClG,gBAAgB,EAAE,OAAO,CAAC;CAC1B;AAED;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC,WAAW,EAAE,WAAW,CAAC;IACzF;;;;;OAKG;gBACS,KAAK,EAAE,WAAW;IAWvB,kBAAkB,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,IAAI;IAMjE;;;;;;;OAOG;IACI,iBAAiB,QAAO,IAAI,CAIjC;IAEF;;;;OAIG;IACI,qBAAqB,QAAO,WAAW,CAmB5C;IAEF;;;;OAIG;IACI,sBAAsB,2BAA4B,MAAM,KAAG,WAAW,CAqB3E;IAEF;;OAEG;IACI,UAAU,QAAO,WAAW,CAsBjC;IAEF;;;OAGG;IACI,SAAS,QAAO,WAAW,CAehC;IAEF;;;;OAIG;IACI,MAAM,IAAI,GAAG,CAAC,OAAO;CAqB5B;AAED,gBAAgB;AAChB,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"RecommendationModal.d.ts","sourceRoot":"","sources":["../../../src/components/RecommendationModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,MAAM,WAAW,WAAW;IAC3B,2EAA2E;IAC3E,SAAS,EAAE,OAAO,CAAC;IACnB,8FAA8F;IAC9F,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,8HAA8H;IAC9H,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,4HAA4H;IAC5H,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC,qIAAqI;IACrI,eAAe,IAAI,IAAI,CAAC;IACxB;;;OAGG;IACH,qBAAqB,IAAI,IAAI,CAAC;IAC9B;;;OAGG;IACH,sBAAsB,IAAI,IAAI,CAAC;CAC/B;AACD,MAAM,WAAW,WAAW;IAC3B,kGAAkG;IAClG,gBAAgB,EAAE,OAAO,CAAC;CAC1B;AAED;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC,WAAW,EAAE,WAAW,CAAC;IACzF;;;;;OAKG;gBACS,KAAK,EAAE,WAAW;IAWvB,kBAAkB,CAAC,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,IAAI;IAMjE;;;;;;;OAOG;IACI,iBAAiB,QAAO,IAAI,CAIjC;IAEF;;;;OAIG;IACI,qBAAqB,QAAO,WAAW,CAmB5C;IAEF;;;;OAIG;IACI,sBAAsB,2BAA4B,MAAM,KAAG,WAAW,CAqB3E;IAEF;;OAEG;IACI,UAAU,QAAO,WAAW,CAsBjC;IAEF;;;OAGG;IACI,SAAS,QAAO,WAAW,CAehC;IAEF;;;;OAIG;IACI,MAAM,IAAI,GAAG,CAAC,OAAO;CAqB5B;AAED,gBAAgB;AAChB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;QAzMvB,4HAA4H;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2S3H,CAAC"}
|
|
@@ -1,44 +1,77 @@
|
|
|
1
1
|
export declare enum FontFamily {
|
|
2
2
|
PoppinsBold = "Poppins-Bold",
|
|
3
|
+
PoppinsSemiBold = "Poppins-SemiBold",
|
|
3
4
|
PoppinsMedium = "Poppins-Medium",
|
|
4
|
-
PoppinsRegular = "Poppins-Regular"
|
|
5
|
-
OswaldMedium = "Oswald-Medium"
|
|
5
|
+
PoppinsRegular = "Poppins-Regular"
|
|
6
6
|
}
|
|
7
7
|
export declare const FONTS: {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
Poppins: {
|
|
9
|
+
bold_6XL: {
|
|
10
|
+
fontFamily: FontFamily;
|
|
11
|
+
fontSize: number;
|
|
12
|
+
lineHeight: number;
|
|
13
|
+
};
|
|
14
|
+
semiBold_6XL: {
|
|
15
|
+
fontFamily: FontFamily;
|
|
16
|
+
fontSize: number;
|
|
17
|
+
lineHeight: number;
|
|
18
|
+
};
|
|
19
|
+
bold_5XL: {
|
|
20
|
+
fontFamily: FontFamily;
|
|
21
|
+
fontSize: number;
|
|
22
|
+
lineHeight: number;
|
|
23
|
+
};
|
|
24
|
+
semiBold_5XL: {
|
|
10
25
|
fontFamily: FontFamily;
|
|
11
26
|
fontSize: number;
|
|
12
27
|
lineHeight: number;
|
|
13
28
|
};
|
|
14
|
-
};
|
|
15
|
-
Poppins: {
|
|
16
29
|
bold_4XL: {
|
|
17
30
|
fontFamily: FontFamily;
|
|
18
31
|
fontSize: number;
|
|
19
32
|
lineHeight: number;
|
|
20
33
|
};
|
|
34
|
+
semiBold_4XL: {
|
|
35
|
+
fontFamily: FontFamily;
|
|
36
|
+
fontSize: number;
|
|
37
|
+
lineHeight: number;
|
|
38
|
+
};
|
|
21
39
|
bold_3XL: {
|
|
22
40
|
fontFamily: FontFamily;
|
|
23
41
|
fontSize: number;
|
|
24
42
|
lineHeight: number;
|
|
25
43
|
};
|
|
44
|
+
semiBold_3XL: {
|
|
45
|
+
fontFamily: FontFamily;
|
|
46
|
+
fontSize: number;
|
|
47
|
+
lineHeight: number;
|
|
48
|
+
};
|
|
26
49
|
bold_2XL: {
|
|
27
50
|
fontFamily: FontFamily;
|
|
28
51
|
fontSize: number;
|
|
29
52
|
lineHeight: number;
|
|
30
53
|
};
|
|
54
|
+
semiBold_2XL: {
|
|
55
|
+
fontFamily: FontFamily;
|
|
56
|
+
fontSize: number;
|
|
57
|
+
lineHeight: number;
|
|
58
|
+
};
|
|
59
|
+
medium_2XL: {
|
|
60
|
+
fontFamily: FontFamily;
|
|
61
|
+
fontSize: number;
|
|
62
|
+
lineHeight: number;
|
|
63
|
+
};
|
|
31
64
|
bold_XL: {
|
|
32
65
|
fontFamily: FontFamily;
|
|
33
66
|
fontSize: number;
|
|
34
67
|
lineHeight: number;
|
|
35
68
|
};
|
|
36
|
-
|
|
69
|
+
semiBold_XL: {
|
|
37
70
|
fontFamily: FontFamily;
|
|
38
71
|
fontSize: number;
|
|
39
72
|
lineHeight: number;
|
|
40
73
|
};
|
|
41
|
-
|
|
74
|
+
medium_XL: {
|
|
42
75
|
fontFamily: FontFamily;
|
|
43
76
|
fontSize: number;
|
|
44
77
|
lineHeight: number;
|
|
@@ -48,12 +81,12 @@ export declare const FONTS: {
|
|
|
48
81
|
fontSize: number;
|
|
49
82
|
lineHeight: number;
|
|
50
83
|
};
|
|
51
|
-
|
|
84
|
+
semiBold_LG: {
|
|
52
85
|
fontFamily: FontFamily;
|
|
53
86
|
fontSize: number;
|
|
54
87
|
lineHeight: number;
|
|
55
88
|
};
|
|
56
|
-
|
|
89
|
+
medium_LG: {
|
|
57
90
|
fontFamily: FontFamily;
|
|
58
91
|
fontSize: number;
|
|
59
92
|
lineHeight: number;
|
|
@@ -63,6 +96,11 @@ export declare const FONTS: {
|
|
|
63
96
|
fontSize: number;
|
|
64
97
|
lineHeight: number;
|
|
65
98
|
};
|
|
99
|
+
semiBold_Base: {
|
|
100
|
+
fontFamily: FontFamily;
|
|
101
|
+
fontSize: number;
|
|
102
|
+
lineHeight: number;
|
|
103
|
+
};
|
|
66
104
|
medium_Base: {
|
|
67
105
|
fontFamily: FontFamily;
|
|
68
106
|
fontSize: number;
|
|
@@ -73,7 +111,7 @@ export declare const FONTS: {
|
|
|
73
111
|
fontSize: number;
|
|
74
112
|
lineHeight: number;
|
|
75
113
|
};
|
|
76
|
-
|
|
114
|
+
semiBold_SM: {
|
|
77
115
|
fontFamily: FontFamily;
|
|
78
116
|
fontSize: number;
|
|
79
117
|
lineHeight: number;
|
|
@@ -88,7 +126,7 @@ export declare const FONTS: {
|
|
|
88
126
|
fontSize: number;
|
|
89
127
|
lineHeight: number;
|
|
90
128
|
};
|
|
91
|
-
|
|
129
|
+
semiBold_XS: {
|
|
92
130
|
fontFamily: FontFamily;
|
|
93
131
|
fontSize: number;
|
|
94
132
|
lineHeight: number;
|
|
@@ -103,42 +141,11 @@ export declare const FONTS: {
|
|
|
103
141
|
fontSize: number;
|
|
104
142
|
lineHeight: number;
|
|
105
143
|
};
|
|
106
|
-
|
|
144
|
+
regular_XXS: {
|
|
107
145
|
fontFamily: FontFamily;
|
|
108
146
|
fontSize: number;
|
|
109
147
|
lineHeight: number;
|
|
110
148
|
};
|
|
111
|
-
medium_XXS: {
|
|
112
|
-
fontFamily: FontFamily;
|
|
113
|
-
fontSize: number;
|
|
114
|
-
lineHeight: number;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
export declare const ICONS: {
|
|
119
|
-
XXXXL: {
|
|
120
|
-
fontSize: number;
|
|
121
|
-
};
|
|
122
|
-
XXXL: {
|
|
123
|
-
fontSize: number;
|
|
124
|
-
};
|
|
125
|
-
XXL: {
|
|
126
|
-
fontSize: number;
|
|
127
|
-
};
|
|
128
|
-
XL: {
|
|
129
|
-
fontSize: number;
|
|
130
|
-
};
|
|
131
|
-
M: {
|
|
132
|
-
fontSize: number;
|
|
133
|
-
};
|
|
134
|
-
SM: {
|
|
135
|
-
fontSize: number;
|
|
136
|
-
};
|
|
137
|
-
XS: {
|
|
138
|
-
fontSize: number;
|
|
139
|
-
};
|
|
140
|
-
XXS: {
|
|
141
|
-
fontSize: number;
|
|
142
149
|
};
|
|
143
150
|
};
|
|
144
151
|
//# sourceMappingURL=fonts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../../src/components/styles/fonts.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACrB,WAAW,iBAAiB;IAC5B,aAAa,mBAAmB;IAChC,cAAc,oBAAoB;
|
|
1
|
+
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../../src/components/styles/fonts.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACrB,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,cAAc,oBAAoB;CAClC;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+IjB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hedia/recommendation-screen",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.75",
|
|
4
4
|
"description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"react-native": "src/index.ts",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/preset-env": "7.20.2",
|
|
62
|
-
"@hedia/eslint-config": "
|
|
62
|
+
"@hedia/eslint-config": "2.0.1",
|
|
63
63
|
"@hedia/npm-audit-pipeline": "0.5.0",
|
|
64
|
-
"@hedia/prettier-config": "1.0.
|
|
64
|
+
"@hedia/prettier-config": "1.0.4",
|
|
65
65
|
"@hedia/recommendation-calculator": "2.0.15",
|
|
66
|
-
"@hedia/tsconfig": "1.
|
|
66
|
+
"@hedia/tsconfig": "1.1.1",
|
|
67
67
|
"@hedia/types": "2.2.1",
|
|
68
68
|
"@react-native-community/slider": "4.4.2",
|
|
69
69
|
"@testing-library/jest-native": "5.4.1",
|
|
@@ -1,96 +1,134 @@
|
|
|
1
1
|
export enum FontFamily {
|
|
2
2
|
PoppinsBold = `Poppins-Bold`,
|
|
3
|
+
PoppinsSemiBold = `Poppins-SemiBold`,
|
|
3
4
|
PoppinsMedium = `Poppins-Medium`,
|
|
4
5
|
PoppinsRegular = `Poppins-Regular`,
|
|
5
|
-
OswaldMedium = `Oswald-Medium`,
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
export const FONTS = {
|
|
9
|
-
Oswald: {
|
|
10
|
-
bold_7XL: {
|
|
11
|
-
fontFamily: FontFamily.OswaldMedium,
|
|
12
|
-
fontSize: 80,
|
|
13
|
-
lineHeight: 120,
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
9
|
Poppins: {
|
|
10
|
+
bold_6XL: {
|
|
11
|
+
fontFamily: FontFamily.PoppinsBold,
|
|
12
|
+
fontSize: 60,
|
|
13
|
+
lineHeight: 78,
|
|
14
|
+
},
|
|
15
|
+
semiBold_6XL: {
|
|
16
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
17
|
+
fontSize: 60,
|
|
18
|
+
lineHeight: 78,
|
|
19
|
+
},
|
|
20
|
+
bold_5XL: {
|
|
21
|
+
fontFamily: FontFamily.PoppinsBold,
|
|
22
|
+
fontSize: 48,
|
|
23
|
+
lineHeight: 62,
|
|
24
|
+
},
|
|
25
|
+
semiBold_5XL: {
|
|
26
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
27
|
+
fontSize: 48,
|
|
28
|
+
lineHeight: 62,
|
|
29
|
+
},
|
|
17
30
|
bold_4XL: {
|
|
18
31
|
fontFamily: FontFamily.PoppinsBold,
|
|
19
32
|
fontSize: 36,
|
|
20
|
-
lineHeight:
|
|
33
|
+
lineHeight: 47,
|
|
34
|
+
},
|
|
35
|
+
semiBold_4XL: {
|
|
36
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
37
|
+
fontSize: 36,
|
|
38
|
+
lineHeight: 47,
|
|
21
39
|
},
|
|
22
40
|
bold_3XL: {
|
|
23
41
|
fontFamily: FontFamily.PoppinsBold,
|
|
24
42
|
fontSize: 30,
|
|
25
|
-
lineHeight:
|
|
43
|
+
lineHeight: 39,
|
|
44
|
+
},
|
|
45
|
+
semiBold_3XL: {
|
|
46
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
47
|
+
fontSize: 30,
|
|
48
|
+
lineHeight: 39,
|
|
26
49
|
},
|
|
27
50
|
bold_2XL: {
|
|
28
51
|
fontFamily: FontFamily.PoppinsBold,
|
|
29
52
|
fontSize: 24,
|
|
30
|
-
lineHeight:
|
|
53
|
+
lineHeight: 31,
|
|
54
|
+
},
|
|
55
|
+
semiBold_2XL: {
|
|
56
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
57
|
+
fontSize: 24,
|
|
58
|
+
lineHeight: 31,
|
|
59
|
+
},
|
|
60
|
+
medium_2XL: {
|
|
61
|
+
fontFamily: FontFamily.PoppinsMedium,
|
|
62
|
+
fontSize: 24,
|
|
63
|
+
lineHeight: 31,
|
|
31
64
|
},
|
|
32
65
|
bold_XL: {
|
|
33
66
|
fontFamily: FontFamily.PoppinsBold,
|
|
34
67
|
fontSize: 20,
|
|
35
|
-
lineHeight:
|
|
68
|
+
lineHeight: 26,
|
|
36
69
|
},
|
|
37
|
-
|
|
38
|
-
fontFamily: FontFamily.
|
|
70
|
+
semiBold_XL: {
|
|
71
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
39
72
|
fontSize: 20,
|
|
40
|
-
lineHeight:
|
|
73
|
+
lineHeight: 26,
|
|
41
74
|
},
|
|
42
|
-
|
|
75
|
+
medium_XL: {
|
|
43
76
|
fontFamily: FontFamily.PoppinsMedium,
|
|
44
|
-
fontSize:
|
|
45
|
-
lineHeight:
|
|
77
|
+
fontSize: 20,
|
|
78
|
+
lineHeight: 26,
|
|
46
79
|
},
|
|
47
80
|
bold_LG: {
|
|
48
81
|
fontFamily: FontFamily.PoppinsBold,
|
|
49
82
|
fontSize: 18,
|
|
50
|
-
lineHeight:
|
|
83
|
+
lineHeight: 23,
|
|
51
84
|
},
|
|
52
|
-
|
|
53
|
-
fontFamily: FontFamily.
|
|
85
|
+
semiBold_LG: {
|
|
86
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
54
87
|
fontSize: 18,
|
|
55
|
-
lineHeight:
|
|
88
|
+
lineHeight: 23,
|
|
56
89
|
},
|
|
57
|
-
|
|
58
|
-
fontFamily: FontFamily.
|
|
90
|
+
medium_LG: {
|
|
91
|
+
fontFamily: FontFamily.PoppinsMedium,
|
|
59
92
|
fontSize: 18,
|
|
60
|
-
lineHeight:
|
|
93
|
+
lineHeight: 23,
|
|
61
94
|
},
|
|
62
95
|
bold_Base: {
|
|
63
96
|
fontFamily: FontFamily.PoppinsBold,
|
|
64
97
|
fontSize: 16,
|
|
65
|
-
lineHeight:
|
|
98
|
+
lineHeight: 21,
|
|
99
|
+
},
|
|
100
|
+
semiBold_Base: {
|
|
101
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
102
|
+
fontSize: 16,
|
|
103
|
+
lineHeight: 21,
|
|
66
104
|
},
|
|
67
105
|
medium_Base: {
|
|
68
106
|
fontFamily: FontFamily.PoppinsMedium,
|
|
69
107
|
fontSize: 16,
|
|
70
|
-
lineHeight:
|
|
108
|
+
lineHeight: 21,
|
|
71
109
|
},
|
|
72
110
|
regular_Base: {
|
|
73
111
|
fontFamily: FontFamily.PoppinsRegular,
|
|
74
112
|
fontSize: 16,
|
|
75
|
-
lineHeight:
|
|
113
|
+
lineHeight: 21,
|
|
76
114
|
},
|
|
77
|
-
|
|
78
|
-
fontFamily: FontFamily.
|
|
115
|
+
semiBold_SM: {
|
|
116
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
79
117
|
fontSize: 14,
|
|
80
|
-
lineHeight:
|
|
118
|
+
lineHeight: 18,
|
|
81
119
|
},
|
|
82
120
|
medium_SM: {
|
|
83
121
|
fontFamily: FontFamily.PoppinsMedium,
|
|
84
122
|
fontSize: 14,
|
|
85
|
-
lineHeight:
|
|
123
|
+
lineHeight: 18,
|
|
86
124
|
},
|
|
87
125
|
regular_SM: {
|
|
88
126
|
fontFamily: FontFamily.PoppinsRegular,
|
|
89
127
|
fontSize: 14,
|
|
90
|
-
lineHeight:
|
|
128
|
+
lineHeight: 18,
|
|
91
129
|
},
|
|
92
|
-
|
|
93
|
-
fontFamily: FontFamily.
|
|
130
|
+
semiBold_XS: {
|
|
131
|
+
fontFamily: FontFamily.PoppinsSemiBold,
|
|
94
132
|
fontSize: 12,
|
|
95
133
|
lineHeight: 16,
|
|
96
134
|
},
|
|
@@ -102,44 +140,12 @@ export const FONTS = {
|
|
|
102
140
|
regular_XS: {
|
|
103
141
|
fontFamily: FontFamily.PoppinsRegular,
|
|
104
142
|
fontSize: 12,
|
|
105
|
-
lineHeight:
|
|
106
|
-
},
|
|
107
|
-
bold_XXS: {
|
|
108
|
-
fontFamily: FontFamily.PoppinsBold,
|
|
109
|
-
fontSize: 9,
|
|
110
|
-
lineHeight: 13,
|
|
143
|
+
lineHeight: 16,
|
|
111
144
|
},
|
|
112
|
-
|
|
113
|
-
fontFamily: FontFamily.
|
|
114
|
-
fontSize:
|
|
115
|
-
lineHeight:
|
|
145
|
+
regular_XXS: {
|
|
146
|
+
fontFamily: FontFamily.PoppinsRegular,
|
|
147
|
+
fontSize: 10,
|
|
148
|
+
lineHeight: 10,
|
|
116
149
|
},
|
|
117
150
|
},
|
|
118
151
|
};
|
|
119
|
-
|
|
120
|
-
export const ICONS = {
|
|
121
|
-
XXXXL: {
|
|
122
|
-
fontSize: 36,
|
|
123
|
-
},
|
|
124
|
-
XXXL: {
|
|
125
|
-
fontSize: 30,
|
|
126
|
-
},
|
|
127
|
-
XXL: {
|
|
128
|
-
fontSize: 24,
|
|
129
|
-
},
|
|
130
|
-
XL: {
|
|
131
|
-
fontSize: 20,
|
|
132
|
-
},
|
|
133
|
-
M: {
|
|
134
|
-
fontSize: 16,
|
|
135
|
-
},
|
|
136
|
-
SM: {
|
|
137
|
-
fontSize: 14,
|
|
138
|
-
},
|
|
139
|
-
XS: {
|
|
140
|
-
fontSize: 12,
|
|
141
|
-
},
|
|
142
|
-
XXS: {
|
|
143
|
-
fontSize: 10,
|
|
144
|
-
},
|
|
145
|
-
};
|