@mdtl/uikit 0.0.46 → 0.0.49
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/dist/themes/aps/controls/configs/inputLabel.d.ts +0 -4
- package/dist/themes/aps/controls/configs/menuItem.d.ts +0 -1
- package/dist/themes/aps/controls/configs/pickersTextField.d.ts +0 -2
- package/dist/themes/aps/controls/configs/tab.d.ts +0 -1
- package/dist/themes/aps/controls/configs/textfield.d.ts +0 -6
- package/dist/uikit.js +1 -8
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -646,7 +641,6 @@ export declare const textfieldConfig: {
|
|
|
646
641
|
};
|
|
647
642
|
'& .MuiInputBase-root': {
|
|
648
643
|
borderRadius: number;
|
|
649
|
-
fontFamily?: undefined;
|
|
650
644
|
overflow?: undefined;
|
|
651
645
|
boxShadow?: undefined;
|
|
652
646
|
marginTop?: undefined;
|
package/dist/uikit.js
CHANGED
|
@@ -4359,7 +4359,6 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
|
|
|
4359
4359
|
"&:hover": { color: z.blackBlue[90] }
|
|
4360
4360
|
},
|
|
4361
4361
|
"& .MuiInputBase-root": {
|
|
4362
|
-
fontFamily: "Inter, Arial, Roboto, sans-serif",
|
|
4363
4362
|
overflow: "hidden",
|
|
4364
4363
|
boxShadow: "none",
|
|
4365
4364
|
marginTop: 0,
|
|
@@ -4582,7 +4581,6 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
|
|
|
4582
4581
|
root: {
|
|
4583
4582
|
textTransform: "none",
|
|
4584
4583
|
minHeight: 40,
|
|
4585
|
-
fontFamily: "Inter, Arial, Roboto, sans-serif",
|
|
4586
4584
|
fontSize: xe.body1.fontSize,
|
|
4587
4585
|
fontWeight: xe.body1.fontWeight,
|
|
4588
4586
|
lineHeight: xe.body1.lineHeight,
|
|
@@ -4635,7 +4633,6 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
|
|
|
4635
4633
|
variants: [
|
|
4636
4634
|
{
|
|
4637
4635
|
style: {
|
|
4638
|
-
fontFamily: "Inter, Arial, Roboto, sans-serif",
|
|
4639
4636
|
color: z.black[55],
|
|
4640
4637
|
fontSize: xe.body2.fontSize,
|
|
4641
4638
|
lineHeight: xe.body2.lineHeight,
|
|
@@ -4726,7 +4723,6 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
|
|
|
4726
4723
|
styleOverrides: {
|
|
4727
4724
|
root: {
|
|
4728
4725
|
fontSize: xe.body2.fontSize,
|
|
4729
|
-
fontFamily: "Inter, Arial, Roboto, sans-serif",
|
|
4730
4726
|
paddingTop: 10,
|
|
4731
4727
|
paddingBottom: 10,
|
|
4732
4728
|
paddingLeft: 16,
|
|
@@ -4895,7 +4891,6 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
|
|
|
4895
4891
|
paddingTop: 0,
|
|
4896
4892
|
paddingBottom: 0,
|
|
4897
4893
|
"& .MuiPickersSectionList-section": {
|
|
4898
|
-
fontFamily: "Inter, Arial, Roboto, sans-serif",
|
|
4899
4894
|
fontSize: xe.body2.fontSize,
|
|
4900
4895
|
lineHeight: xe.body2.lineHeight,
|
|
4901
4896
|
height: xe.body2.lineHeight
|
|
@@ -4904,8 +4899,7 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
|
|
|
4904
4899
|
// Дополнительный селектор с большей специфичностью
|
|
4905
4900
|
"& .MuiPickersInputBase-root .MuiPickersSectionList-root .MuiPickersSectionList-section .MuiPickersSectionList-sectionContent": {
|
|
4906
4901
|
lineHeight: xe.body2.lineHeight,
|
|
4907
|
-
fontSize: xe.body2.fontSize
|
|
4908
|
-
fontFamily: "Inter, Arial, Roboto, sans-serif"
|
|
4902
|
+
fontSize: xe.body2.fontSize
|
|
4909
4903
|
},
|
|
4910
4904
|
"& .MuiInputAdornment-root": {
|
|
4911
4905
|
alignSelf: "center",
|
|
@@ -5647,7 +5641,6 @@ const Kd = (e) => /* @__PURE__ */ m(st, { ...e, children: /* @__PURE__ */ m("svg
|
|
|
5647
5641
|
},
|
|
5648
5642
|
MuiTypography: {
|
|
5649
5643
|
defaultProps: {
|
|
5650
|
-
fontFamily: "Inter, Arial, Roboto, sans-serif",
|
|
5651
5644
|
variantMapping: {
|
|
5652
5645
|
title1: "p",
|
|
5653
5646
|
title2: "p",
|