dhre-ui-kit 0.0.171 → 0.0.173
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/index.js +40 -40
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +40 -40
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
- /package/src/assets/fonts/{MeraasAktiv_Bd.ttf → MeraasAktiv-Bold.ttf} +0 -0
- /package/src/assets/fonts/{MeraasAktiv_Lt.ttf → MeraasAktiv-Light.ttf} +0 -0
- /package/src/assets/fonts/{MeraasAktiv_Rg.ttf → MeraasAktiv-Regular.ttf} +0 -0
package/lib/index.js
CHANGED
|
@@ -309,44 +309,44 @@ const createFontStyle = (fontFamily, fontSize, lineHeight) => ({
|
|
|
309
309
|
fontFamily
|
|
310
310
|
});
|
|
311
311
|
const FONT_STYLES = {
|
|
312
|
-
[FontStyle.H1_BOLD]: createFontStyle("
|
|
313
|
-
[FontStyle.H2_BOLD]: createFontStyle("
|
|
314
|
-
[FontStyle.H3_BOLD]: createFontStyle("
|
|
315
|
-
[FontStyle.H4_BOLD]: createFontStyle("
|
|
316
|
-
[FontStyle.H5_BOLD]: createFontStyle("
|
|
317
|
-
[FontStyle.H6_BOLD]: createFontStyle("
|
|
318
|
-
[FontStyle.H7_BOLD]: createFontStyle("
|
|
319
|
-
[FontStyle.H8_BOLD]: createFontStyle("
|
|
320
|
-
[FontStyle.H1_REGULAR]: createFontStyle("
|
|
321
|
-
[FontStyle.H2_REGULAR]: createFontStyle("
|
|
322
|
-
[FontStyle.H3_REGULAR]: createFontStyle("
|
|
323
|
-
[FontStyle.H4_REGULAR]: createFontStyle("
|
|
324
|
-
[FontStyle.H5_REGULAR]: createFontStyle("
|
|
325
|
-
[FontStyle.H6_REGULAR]: createFontStyle("
|
|
326
|
-
[FontStyle.H7_REGULAR]: createFontStyle("
|
|
327
|
-
[FontStyle.H8_REGULAR]: createFontStyle("
|
|
328
|
-
[FontStyle.H1_LIGHT]: createFontStyle("
|
|
329
|
-
[FontStyle.H2_LIGHT]: createFontStyle("
|
|
330
|
-
[FontStyle.H3_LIGHT]: createFontStyle("
|
|
331
|
-
[FontStyle.H4_LIGHT]: createFontStyle("
|
|
332
|
-
[FontStyle.H5_LIGHT]: createFontStyle("
|
|
333
|
-
[FontStyle.H6_LIGHT]: createFontStyle("
|
|
334
|
-
[FontStyle.H7_LIGHT]: createFontStyle("
|
|
335
|
-
[FontStyle.H8_LIGHT]: createFontStyle("
|
|
336
|
-
[FontStyle.B1_BOLD]: createFontStyle("
|
|
337
|
-
[FontStyle.B2_BOLD]: createFontStyle("
|
|
338
|
-
[FontStyle.B3_BOLD]: createFontStyle("
|
|
339
|
-
[FontStyle.B4_BOLD]: createFontStyle("
|
|
340
|
-
[FontStyle.B1_REGULAR]: createFontStyle("
|
|
341
|
-
[FontStyle.B2_REGULAR]: createFontStyle("
|
|
342
|
-
[FontStyle.B3_REGULAR]: createFontStyle("
|
|
343
|
-
[FontStyle.B4_REGULAR]: createFontStyle("
|
|
344
|
-
[FontStyle.L1_BOLD]: createFontStyle("
|
|
345
|
-
[FontStyle.L2_BOLD]: createFontStyle("
|
|
346
|
-
[FontStyle.L3_BOLD]: createFontStyle("
|
|
347
|
-
[FontStyle.L1_REGULAR]: createFontStyle("
|
|
348
|
-
[FontStyle.L2_REGULAR]: createFontStyle("
|
|
349
|
-
[FontStyle.L3_REGULAR]: createFontStyle("
|
|
312
|
+
[FontStyle.H1_BOLD]: createFontStyle("MeraasAktiv-Bold", 40, 56),
|
|
313
|
+
[FontStyle.H2_BOLD]: createFontStyle("MeraasAktiv-Bold", 36, 50.4),
|
|
314
|
+
[FontStyle.H3_BOLD]: createFontStyle("MeraasAktiv-Bold", 32, 44.8),
|
|
315
|
+
[FontStyle.H4_BOLD]: createFontStyle("MeraasAktiv-Bold", 26, 36.4),
|
|
316
|
+
[FontStyle.H5_BOLD]: createFontStyle("MeraasAktiv-Bold", 24, 33.6),
|
|
317
|
+
[FontStyle.H6_BOLD]: createFontStyle("MeraasAktiv-Bold", 22, 30.8),
|
|
318
|
+
[FontStyle.H7_BOLD]: createFontStyle("MeraasAktiv-Bold", 20, 28),
|
|
319
|
+
[FontStyle.H8_BOLD]: createFontStyle("MeraasAktiv-Bold", 18, 25.2),
|
|
320
|
+
[FontStyle.H1_REGULAR]: createFontStyle("MeraasAktiv-Regular", 40, 56),
|
|
321
|
+
[FontStyle.H2_REGULAR]: createFontStyle("MeraasAktiv-Regular", 36, 50.4),
|
|
322
|
+
[FontStyle.H3_REGULAR]: createFontStyle("MeraasAktiv-Regular", 32, 44.8),
|
|
323
|
+
[FontStyle.H4_REGULAR]: createFontStyle("MeraasAktiv-Regular", 26, 36.4),
|
|
324
|
+
[FontStyle.H5_REGULAR]: createFontStyle("MeraasAktiv-Regular", 24, 33.6),
|
|
325
|
+
[FontStyle.H6_REGULAR]: createFontStyle("MeraasAktiv-Regular", 22, 30.8),
|
|
326
|
+
[FontStyle.H7_REGULAR]: createFontStyle("MeraasAktiv-Regular", 20, 28),
|
|
327
|
+
[FontStyle.H8_REGULAR]: createFontStyle("MeraasAktiv-Regular", 18, 25.2),
|
|
328
|
+
[FontStyle.H1_LIGHT]: createFontStyle("MeraasAktiv-Light", 40, 56),
|
|
329
|
+
[FontStyle.H2_LIGHT]: createFontStyle("MeraasAktiv-Light", 36, 50.4),
|
|
330
|
+
[FontStyle.H3_LIGHT]: createFontStyle("MeraasAktiv-Light", 32, 44.8),
|
|
331
|
+
[FontStyle.H4_LIGHT]: createFontStyle("MeraasAktiv-Light", 26, 36.4),
|
|
332
|
+
[FontStyle.H5_LIGHT]: createFontStyle("MeraasAktiv-Light", 24, 33.6),
|
|
333
|
+
[FontStyle.H6_LIGHT]: createFontStyle("MeraasAktiv-Light", 22, 30.8),
|
|
334
|
+
[FontStyle.H7_LIGHT]: createFontStyle("MeraasAktiv-Light", 20, 28),
|
|
335
|
+
[FontStyle.H8_LIGHT]: createFontStyle("MeraasAktiv-Light", 18, 25.2),
|
|
336
|
+
[FontStyle.B1_BOLD]: createFontStyle("MeraasAktiv-Bold", 20, 28),
|
|
337
|
+
[FontStyle.B2_BOLD]: createFontStyle("MeraasAktiv-Bold", 18, 25.2),
|
|
338
|
+
[FontStyle.B3_BOLD]: createFontStyle("MeraasAktiv-Bold", 16, 22.4),
|
|
339
|
+
[FontStyle.B4_BOLD]: createFontStyle("MeraasAktiv-Bold", 14, 22.4),
|
|
340
|
+
[FontStyle.B1_REGULAR]: createFontStyle("MeraasAktiv-Regular", 20, 28),
|
|
341
|
+
[FontStyle.B2_REGULAR]: createFontStyle("MeraasAktiv-Regular", 18, 25.2),
|
|
342
|
+
[FontStyle.B3_REGULAR]: createFontStyle("MeraasAktiv-Regular", 16, 22.4),
|
|
343
|
+
[FontStyle.B4_REGULAR]: createFontStyle("MeraasAktiv-Regular", 14, 22.4),
|
|
344
|
+
[FontStyle.L1_BOLD]: createFontStyle("MeraasAktiv-Bold", 14, 19.6),
|
|
345
|
+
[FontStyle.L2_BOLD]: createFontStyle("MeraasAktiv-Bold", 12, 16.8),
|
|
346
|
+
[FontStyle.L3_BOLD]: createFontStyle("MeraasAktiv-Bold", 10, 14),
|
|
347
|
+
[FontStyle.L1_REGULAR]: createFontStyle("MeraasAktiv-Regular", 14, 19.6),
|
|
348
|
+
[FontStyle.L2_REGULAR]: createFontStyle("MeraasAktiv-Regular", 12, 16.8),
|
|
349
|
+
[FontStyle.L3_REGULAR]: createFontStyle("MeraasAktiv-Regular", 10, 14)
|
|
350
350
|
};
|
|
351
351
|
|
|
352
352
|
const CustomTypography = ({
|
|
@@ -2175,7 +2175,7 @@ const CustomSearchBar = ({
|
|
|
2175
2175
|
styles$j.inputContainer,
|
|
2176
2176
|
{
|
|
2177
2177
|
height: verticalScale(height),
|
|
2178
|
-
borderColor: disabled ? disableBorderColor : value ? borderColor : "#
|
|
2178
|
+
borderColor: disabled ? disableBorderColor : value ? borderColor : "#686868"
|
|
2179
2179
|
},
|
|
2180
2180
|
inputContainerStyle
|
|
2181
2181
|
],
|
|
@@ -3006,7 +3006,7 @@ const createStyles$2 = (theme) => {
|
|
|
3006
3006
|
borderBottomColor: theme[Theme.BORDER_SEPERATOR_HEADER]
|
|
3007
3007
|
},
|
|
3008
3008
|
selectedItem: {
|
|
3009
|
-
borderBottomWidth:
|
|
3009
|
+
borderBottomWidth: 1,
|
|
3010
3010
|
borderBottomColor: theme[Theme.BORDER_INVERTED]
|
|
3011
3011
|
},
|
|
3012
3012
|
errorViewStyle: {
|