@m4l/styles 0.0.11 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "license": "UNLICENSED",
5
5
  "dependencies": {
6
6
  "@m4l/graphics": "*",
@@ -0,0 +1,136 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LDynamicFilter: (theme: Theme) => {
3
+ M4LDynamicFilter: {
4
+ styleOverrides: {
5
+ "&.M4LDynamicFilter-root": {
6
+ borderRadius: string;
7
+ background: string;
8
+ boxShadow: string;
9
+ padding: string;
10
+ border: string;
11
+ borderTop: string;
12
+ borderColor: string;
13
+ overflow: string;
14
+ '& .M4LDynamicFilter-containerFistRow': {
15
+ height: string;
16
+ width: string;
17
+ '& .M4LDynamicFilter-containerInputFilter': {
18
+ width: string;
19
+ alignItems: string;
20
+ maxWidth: string;
21
+ };
22
+ };
23
+ '&.M4LDynamicFilter-isInvalid': {
24
+ borderColor: string;
25
+ };
26
+ "& .M4LDynamicFilter-containerClearFilter": {
27
+ display: string;
28
+ flexDirection: string;
29
+ gap: string;
30
+ backgroundColor: string;
31
+ padding: string;
32
+ };
33
+ "& .M4LDynamicFilter-containerInputFilter": {
34
+ display: string;
35
+ flexDirection: string;
36
+ gap: string;
37
+ padding: string;
38
+ backgroundColor: string;
39
+ height: string;
40
+ maxWidth: string;
41
+ width: string;
42
+ alignItems: string;
43
+ "& > input": {
44
+ color: string;
45
+ padding: string;
46
+ width: string;
47
+ BorderRadius: string;
48
+ border: string;
49
+ background: string;
50
+ };
51
+ "& input:focus-visible": {
52
+ border: string;
53
+ background: string;
54
+ BorderRadius: string;
55
+ outline: string;
56
+ padding: string;
57
+ };
58
+ };
59
+ "& .M4LDynamicFilter-wrapperApplyedFilters": {
60
+ borderLeft: string;
61
+ height: string;
62
+ };
63
+ "& .M4LDynamicFilter-containerApplyedFilters": {
64
+ padding: string;
65
+ };
66
+ "& .M4LDynamicFilter-applyedFilter": {
67
+ border: string;
68
+ borderTop: string;
69
+ borderColor: string;
70
+ "& .css-5ca9fi": {
71
+ [x: string]: any;
72
+ };
73
+ "& .css-1wytxsy": {
74
+ [x: string]: any;
75
+ };
76
+ borderRadius: string;
77
+ background: string;
78
+ boxShadow: string;
79
+ color: string;
80
+ };
81
+ "& .M4LDynamicFilter-popoverFilterPaper": {
82
+ background: string;
83
+ borderRadius: string;
84
+ minWidth: string;
85
+ boxShadow: string;
86
+ borderTop: string;
87
+ borderColor: string;
88
+ padding: string;
89
+ "& .M4LPopover-arrowStyle": {
90
+ background: string;
91
+ };
92
+ "& .m4l_FormProvider": {
93
+ gap: string;
94
+ "& .M4LDynamicFilter-popoverFilterHeader": {
95
+ background: string;
96
+ display: string;
97
+ gap: string;
98
+ padding: string;
99
+ borderRadius: string;
100
+ boxShadow: string;
101
+ borderBottom: string;
102
+ borderTop: string;
103
+ borderColor: string;
104
+ "& .MuiTypography-root": {
105
+ color: string;
106
+ };
107
+ };
108
+ "& .M4LDynamicFilter-popoverContainerFields": {
109
+ padding: string;
110
+ };
111
+ "& #WrapperStandarActions": {
112
+ display: string;
113
+ flexDirection: string;
114
+ gap: string;
115
+ padding: string;
116
+ ".M4LButton-root": {
117
+ width: string;
118
+ };
119
+ };
120
+ };
121
+ };
122
+ "& .M4LDynamicFilter-popoverMenuFields": {
123
+ borderTop: string;
124
+ borderColor: string;
125
+ "& .M4LDynamicFilter-classespopoverLabelMemuItem": {
126
+ color: string;
127
+ };
128
+ "& .M4LDynamicFilter-popoverMenuFieldsItem:hover": {
129
+ color: string;
130
+ background: string;
131
+ };
132
+ };
133
+ };
134
+ };
135
+ };
136
+ };
@@ -0,0 +1,20 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LAreasAdmin: (_theme: Theme) => {
3
+ M4LAreasAdmin: {
4
+ styleOverrides: {
5
+ '&.M4LAreasAdmin-root': {
6
+ width: string;
7
+ '& .M4LAreasAdmin-areaContainerChips': {
8
+ display: string;
9
+ overflow: string;
10
+ width: string;
11
+ '& .M4LAreasAdmin-areaChipRoot': {
12
+ '& .M4LAreasAdmin-areaChipTitle': {
13
+ textWrap: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ };
19
+ };
20
+ };
@@ -0,0 +1,10 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ export declare const M4LAreasViewer: (_theme: Theme) => {
3
+ M4LAreasViewer: {
4
+ styleOverrides: {
5
+ '&.M4LAreasViewer-root': {
6
+ test: string;
7
+ };
8
+ };
9
+ };
10
+ };
@@ -14,22 +14,32 @@ export declare const M4LIcon: (theme: Theme) => {
14
14
  '.M4LIcon-sizeExtraSmall': {
15
15
  width: string;
16
16
  height: string;
17
+ minWidth: string;
18
+ minHeight: string;
17
19
  };
18
20
  '.M4LIcon-sizeSmall': {
19
21
  width: string;
20
22
  height: string;
23
+ minWidth: string;
24
+ minHeight: string;
21
25
  };
22
26
  '.M4LIcon-sizeMedium': {
23
27
  width: string;
24
28
  height: string;
29
+ minWidth: string;
30
+ minHeight: string;
25
31
  };
26
32
  '.M4LIcon-sizeLarge': {
27
33
  width: string;
28
34
  height: string;
35
+ minWidth: string;
36
+ minHeight: string;
29
37
  };
30
38
  '.M4LIcon-sizeExtraLarge': {
31
39
  width: string;
32
40
  height: string;
41
+ minWidth: string;
42
+ minHeight: string;
33
43
  };
34
44
  '.M4LIcon-variantSkeleton': {
35
45
  borderRadius: string;
@@ -2,46 +2,29 @@ import { Theme } from '@mui/material/styles';
2
2
  export declare const M4LPopover: (theme: Theme) => {
3
3
  M4LPopover: {
4
4
  styleOverrides: {
5
- '&.M4LSideBar-popover': {
6
- '& .MuiPaper-root': {
5
+ "&.M4LDynamicFilter-popoverMenuFields": {
6
+ "& .M4LDynamicFilter-popoverMenuFieldsPaper": {
7
+ borderRadius: string;
8
+ background: string;
9
+ padding: string;
7
10
  boxShadow: string;
8
- "& .M4LSideBar-navListSubItemRoot:hover": {
9
- padding: string;
10
- borderRadius: string;
11
- backgroundColor: string;
12
- };
13
- "& .M4LSideBar-navListSubItemRoot": {
14
- padding: string;
15
- borderRadius: string;
16
- '& .M4LSideBar-subItemActive': {
17
- '& .M4LSideBar-navSubItemContentBullet': {
18
- borderRadius: string;
19
- height: string;
20
- backgroundColor: string;
21
- };
22
- };
23
- '& .MuiButtonBase-root': {
24
- gap: string;
25
- '&:hover': {
26
- backgroundColor: string;
27
- };
28
- };
29
- '& .M4LSideBar-navSubItemContentBullet': {
30
- width: string;
31
- height: string;
32
- borderRadius: string;
33
- backgroundColor: string;
34
- margin: string;
35
- };
36
- };
11
+ display: string;
12
+ flexDirection: string;
13
+ gap: string;
14
+ };
15
+ "& .M4LDynamicFilter-popoverMenuFieldsItem": {
16
+ borderRadius: string;
17
+ padding: string;
18
+ display: string;
19
+ flexDirection: string;
20
+ gap: string;
37
21
  };
38
22
  };
39
23
  "&.M4LPopover-root": {
40
24
  '.MuiPaper-root': {
41
25
  background: string;
42
26
  borderRadius: string;
43
- Padding: string;
44
- margin: string;
27
+ padding: string;
45
28
  boxShadow: string;
46
29
  };
47
30
  '& .M4LanguagePopover-containerItems': {