@mdtl/uikit 0.0.49 → 0.0.50

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.
@@ -264,6 +264,7 @@ export declare const pickersTextFieldConfig: {
264
264
  fontWeight: number;
265
265
  fontSize: string;
266
266
  lineHeight: string;
267
+ fontFamily: string;
267
268
  };
268
269
  fontSize: string;
269
270
  lineHeight: string;
@@ -618,6 +618,7 @@ export declare const textfieldConfig: {
618
618
  fontWeight: number;
619
619
  fontSize: string;
620
620
  lineHeight: string;
621
+ fontFamily: string;
621
622
  };
622
623
  fontSize: string;
623
624
  lineHeight: string;
@@ -5,98 +5,117 @@ export declare const typographyVariants: {
5
5
  fontSize: string;
6
6
  lineHeight: string;
7
7
  letterSpacing: string;
8
+ fontFamily: string;
8
9
  };
9
10
  display2: {
10
11
  fontWeight: number;
11
12
  fontSize: string;
12
13
  lineHeight: string;
13
14
  letterSpacing: string;
15
+ fontFamily: string;
14
16
  };
15
17
  h1: {
16
18
  fontWeight: number;
17
19
  fontSize: string;
18
20
  lineHeight: string;
19
21
  letterSpacing: string;
22
+ fontFamily: string;
20
23
  };
21
24
  h2: {
22
25
  fontWeight: number;
23
26
  fontSize: string;
24
27
  lineHeight: string;
25
28
  letterSpacing: string;
29
+ fontFamily: string;
26
30
  };
27
31
  h3: {
28
32
  fontWeight: number;
29
33
  fontSize: string;
30
34
  lineHeight: string;
35
+ fontFamily: string;
31
36
  };
32
37
  'h3 bold': {
33
38
  fontWeight: number;
34
39
  fontSize: string;
35
40
  lineHeight: string;
41
+ fontFamily: string;
36
42
  };
37
43
  h4: {
38
44
  fontWeight: number;
39
45
  fontSize: string;
40
46
  lineHeight: string;
47
+ fontFamily: string;
41
48
  };
42
49
  'h4 semi bold': {
43
50
  fontWeight: number;
44
51
  fontSize: string;
45
52
  lineHeight: string;
53
+ fontFamily: string;
46
54
  };
47
55
  h5: {
48
56
  fontWeight: number;
49
57
  fontSize: string;
50
58
  lineHeight: string;
59
+ fontFamily: string;
51
60
  };
52
61
  h6: {
53
62
  fontWeight: number;
54
63
  fontSize: string;
55
64
  lineHeight: string;
65
+ fontFamily: string;
56
66
  };
57
67
  body1: {
58
68
  fontWeight: number;
59
69
  fontSize: string;
60
70
  lineHeight: string;
71
+ fontFamily: string;
61
72
  };
62
73
  'body1 semi bold': {
63
74
  fontWeight: number;
64
75
  fontSize: string;
65
76
  lineHeight: string;
77
+ fontFamily: string;
66
78
  };
67
79
  body2: {
68
80
  fontWeight: number;
69
81
  fontSize: string;
70
82
  lineHeight: string;
83
+ fontFamily: string;
71
84
  };
72
85
  'body2 semi bold': {
73
86
  fontWeight: number;
74
87
  fontSize: string;
75
88
  lineHeight: string;
89
+ fontFamily: string;
76
90
  };
77
91
  body3: {
78
92
  fontWeight: number;
79
93
  fontSize: string;
80
94
  lineHeight: string;
95
+ fontFamily: string;
81
96
  };
82
97
  'body3 semi bold': {
83
98
  fontWeight: number;
84
99
  fontSize: string;
85
100
  lineHeight: string;
101
+ fontFamily: string;
86
102
  };
87
103
  body4: {
88
104
  fontWeight: number;
89
105
  fontSize: string;
90
106
  lineHeight: string;
107
+ fontFamily: string;
91
108
  };
92
109
  body5: {
93
110
  fontWeight: number;
94
111
  fontSize: string;
95
112
  lineHeight: string;
113
+ fontFamily: string;
96
114
  };
97
115
  'body5 semi bold': {
98
116
  fontWeight: number;
99
117
  fontSize: string;
100
118
  lineHeight: string;
119
+ fontFamily: string;
101
120
  };
102
121
  };