@mdtl/uikit 0.0.47 → 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.
@@ -6,7 +6,6 @@ export declare const inputLabelConfig: {
6
6
  };
7
7
  variants: ({
8
8
  style: {
9
- fontFamily: string;
10
9
  color: string;
11
10
  fontSize: string;
12
11
  lineHeight: string;
@@ -39,7 +38,6 @@ export declare const inputLabelConfig: {
39
38
  lineHeight: string;
40
39
  };
41
40
  maxWidth: string;
42
- fontFamily?: undefined;
43
41
  color?: undefined;
44
42
  '&:not(.Mui-focused)'?: undefined;
45
43
  '&.Mui-focused'?: undefined;
@@ -58,7 +56,6 @@ export declare const inputLabelConfig: {
58
56
  lineHeight: string;
59
57
  };
60
58
  maxWidth: string;
61
- fontFamily?: undefined;
62
59
  color?: undefined;
63
60
  fontSize?: undefined;
64
61
  lineHeight?: undefined;
@@ -77,7 +74,6 @@ export declare const inputLabelConfig: {
77
74
  display: string;
78
75
  };
79
76
  maxWidth: string;
80
- fontFamily?: undefined;
81
77
  color?: undefined;
82
78
  fontSize?: undefined;
83
79
  lineHeight?: undefined;
@@ -2,7 +2,6 @@ export declare const menuItemConfig: {
2
2
  styleOverrides: {
3
3
  root: {
4
4
  fontSize: string;
5
- fontFamily: string;
6
5
  paddingTop: number;
7
6
  paddingBottom: number;
8
7
  paddingLeft: number;
@@ -8,7 +8,6 @@ export declare const pickersTextFieldConfig: {
8
8
  paddingTop: number;
9
9
  paddingBottom: number;
10
10
  '& .MuiPickersSectionList-section': {
11
- fontFamily: string;
12
11
  fontSize: string;
13
12
  lineHeight: string;
14
13
  height: string;
@@ -19,7 +18,6 @@ export declare const pickersTextFieldConfig: {
19
18
  '& .MuiPickersInputBase-root .MuiPickersSectionList-root .MuiPickersSectionList-section .MuiPickersSectionList-sectionContent': {
20
19
  lineHeight: string;
21
20
  fontSize: string;
22
- fontFamily: string;
23
21
  };
24
22
  '& .MuiInputAdornment-root': {
25
23
  alignSelf: string;
@@ -266,7 +264,7 @@ export declare const pickersTextFieldConfig: {
266
264
  fontWeight: number;
267
265
  fontSize: string;
268
266
  lineHeight: string;
269
- letterSpacing: string;
267
+ fontFamily: string;
270
268
  };
271
269
  fontSize: string;
272
270
  lineHeight: string;
@@ -8,7 +8,6 @@ export declare const tabConfig: {
8
8
  root: {
9
9
  textTransform: string;
10
10
  minHeight: number;
11
- fontFamily: string;
12
11
  fontSize: string;
13
12
  fontWeight: number;
14
13
  lineHeight: string;
@@ -63,7 +63,6 @@ export declare const textfieldConfig: {
63
63
  };
64
64
  };
65
65
  '& .MuiInputBase-root': {
66
- fontFamily: string;
67
66
  overflow: string;
68
67
  boxShadow: string;
69
68
  marginTop: number;
@@ -118,7 +117,6 @@ export declare const textfieldConfig: {
118
117
  '&:before, &:after': {
119
118
  borderBottom: string;
120
119
  };
121
- fontFamily?: undefined;
122
120
  overflow?: undefined;
123
121
  boxShadow?: undefined;
124
122
  marginTop?: undefined;
@@ -162,7 +160,6 @@ export declare const textfieldConfig: {
162
160
  style: {
163
161
  '& .MuiInputBase-root': {
164
162
  borderColor: string;
165
- fontFamily?: undefined;
166
163
  overflow?: undefined;
167
164
  boxShadow?: undefined;
168
165
  marginTop?: undefined;
@@ -287,7 +284,6 @@ export declare const textfieldConfig: {
287
284
  style: {
288
285
  '& .MuiInputBase-root': {
289
286
  display: string;
290
- fontFamily?: undefined;
291
287
  overflow?: undefined;
292
288
  boxShadow?: undefined;
293
289
  marginTop?: undefined;
@@ -366,7 +362,6 @@ export declare const textfieldConfig: {
366
362
  height: string;
367
363
  '& .MuiInputBase-root': {
368
364
  minHeight: string;
369
- fontFamily?: undefined;
370
365
  overflow?: undefined;
371
366
  boxShadow?: undefined;
372
367
  marginTop?: undefined;
@@ -623,7 +618,7 @@ export declare const textfieldConfig: {
623
618
  fontWeight: number;
624
619
  fontSize: string;
625
620
  lineHeight: string;
626
- letterSpacing: string;
621
+ fontFamily: string;
627
622
  };
628
623
  fontSize: string;
629
624
  lineHeight: string;
@@ -647,7 +642,6 @@ export declare const textfieldConfig: {
647
642
  };
648
643
  '& .MuiInputBase-root': {
649
644
  borderRadius: number;
650
- fontFamily?: undefined;
651
645
  overflow?: undefined;
652
646
  boxShadow?: undefined;
653
647
  marginTop?: undefined;
@@ -1,102 +1,121 @@
1
1
  export declare const typographyVariants: {
2
+ fontFamily: string;
2
3
  display1: {
3
4
  fontWeight: number;
4
5
  fontSize: string;
5
6
  lineHeight: string;
6
7
  letterSpacing: string;
8
+ fontFamily: string;
7
9
  };
8
10
  display2: {
9
11
  fontWeight: number;
10
12
  fontSize: string;
11
13
  lineHeight: string;
12
14
  letterSpacing: string;
15
+ fontFamily: string;
13
16
  };
14
17
  h1: {
15
18
  fontWeight: number;
16
19
  fontSize: string;
17
20
  lineHeight: string;
18
21
  letterSpacing: string;
22
+ fontFamily: string;
19
23
  };
20
24
  h2: {
21
25
  fontWeight: number;
22
26
  fontSize: string;
23
27
  lineHeight: string;
24
28
  letterSpacing: string;
29
+ fontFamily: string;
25
30
  };
26
31
  h3: {
27
32
  fontWeight: number;
28
33
  fontSize: string;
29
34
  lineHeight: string;
35
+ fontFamily: string;
30
36
  };
31
37
  'h3 bold': {
32
38
  fontWeight: number;
33
39
  fontSize: string;
34
40
  lineHeight: string;
41
+ fontFamily: string;
35
42
  };
36
43
  h4: {
37
44
  fontWeight: number;
38
45
  fontSize: string;
39
46
  lineHeight: string;
47
+ fontFamily: string;
40
48
  };
41
49
  'h4 semi bold': {
42
50
  fontWeight: number;
43
51
  fontSize: string;
44
52
  lineHeight: string;
53
+ fontFamily: string;
45
54
  };
46
55
  h5: {
47
56
  fontWeight: number;
48
57
  fontSize: string;
49
58
  lineHeight: string;
59
+ fontFamily: string;
50
60
  };
51
61
  h6: {
52
62
  fontWeight: number;
53
63
  fontSize: string;
54
64
  lineHeight: string;
65
+ fontFamily: string;
55
66
  };
56
67
  body1: {
57
68
  fontWeight: number;
58
69
  fontSize: string;
59
70
  lineHeight: string;
71
+ fontFamily: string;
60
72
  };
61
73
  'body1 semi bold': {
62
74
  fontWeight: number;
63
75
  fontSize: string;
64
76
  lineHeight: string;
77
+ fontFamily: string;
65
78
  };
66
79
  body2: {
67
80
  fontWeight: number;
68
81
  fontSize: string;
69
82
  lineHeight: string;
70
- letterSpacing: 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
  };