@selfcommunity/react-theme-default 0.5.0-alpha.7 → 0.5.0-alpha.9
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/cjs/components/SCDefaultDrawerContent.d.ts +8 -0
- package/lib/cjs/components/SCDefaultDrawerContent.js +8 -0
- package/lib/cjs/components/SCMediaFile.d.ts +0 -3
- package/lib/cjs/components/SCMediaFile.js +0 -3
- package/lib/cjs/index.d.ts +8 -3
- package/lib/esm/components/SCDefaultDrawerContent.d.ts +8 -0
- package/lib/esm/components/SCDefaultDrawerContent.js +8 -0
- package/lib/esm/components/SCMediaFile.d.ts +0 -3
- package/lib/esm/components/SCMediaFile.js +0 -3
- package/lib/esm/index.d.ts +8 -3
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -25,6 +25,14 @@ declare const Component: {
|
|
|
25
25
|
fontSize: number;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
+
'& .MuiAccordion-root': {
|
|
29
|
+
'& .MuiAccordionSummary-content': {
|
|
30
|
+
marginBottom: any;
|
|
31
|
+
};
|
|
32
|
+
'& .MuiAccordionDetails-root, .MuiList-root': {
|
|
33
|
+
paddingTop: number;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
28
36
|
};
|
|
29
37
|
};
|
|
30
38
|
};
|
|
@@ -26,6 +26,14 @@ const Component = {
|
|
|
26
26
|
'& .MuiIcon-root': {
|
|
27
27
|
fontSize: 18
|
|
28
28
|
}
|
|
29
|
+
},
|
|
30
|
+
'& .MuiAccordion-root': {
|
|
31
|
+
'& .MuiAccordionSummary-content': {
|
|
32
|
+
marginBottom: theme.spacing(1.5)
|
|
33
|
+
},
|
|
34
|
+
'& .MuiAccordionDetails-root, .MuiList-root': {
|
|
35
|
+
paddingTop: 0
|
|
36
|
+
}
|
|
29
37
|
}
|
|
30
38
|
})
|
|
31
39
|
}
|
|
@@ -8,9 +8,6 @@ const Component = {
|
|
|
8
8
|
width: '100%',
|
|
9
9
|
position: 'relative',
|
|
10
10
|
gap: theme.spacing(2),
|
|
11
|
-
[theme.breakpoints.down('md')]: {
|
|
12
|
-
minHeight: 170
|
|
13
|
-
},
|
|
14
11
|
'& .SCMediaFile-background': {
|
|
15
12
|
backgroundSize: 'cover !important',
|
|
16
13
|
backgroundPosition: 'center !important',
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -3191,6 +3191,14 @@ declare const theme: {
|
|
|
3191
3191
|
fontSize: number;
|
|
3192
3192
|
};
|
|
3193
3193
|
};
|
|
3194
|
+
'& .MuiAccordion-root': {
|
|
3195
|
+
'& .MuiAccordionSummary-content': {
|
|
3196
|
+
marginBottom: any;
|
|
3197
|
+
};
|
|
3198
|
+
'& .MuiAccordionDetails-root, .MuiList-root': {
|
|
3199
|
+
paddingTop: number;
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3194
3202
|
};
|
|
3195
3203
|
};
|
|
3196
3204
|
};
|
|
@@ -6488,9 +6496,6 @@ declare const theme: {
|
|
|
6488
6496
|
SCMediaFile: {
|
|
6489
6497
|
styleOverrides: {
|
|
6490
6498
|
displayRoot: ({ theme }: any) => {
|
|
6491
|
-
[x: number]: {
|
|
6492
|
-
minHeight: number;
|
|
6493
|
-
};
|
|
6494
6499
|
textAlign: string;
|
|
6495
6500
|
margin: string;
|
|
6496
6501
|
width: string;
|
|
@@ -25,6 +25,14 @@ declare const Component: {
|
|
|
25
25
|
fontSize: number;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
+
'& .MuiAccordion-root': {
|
|
29
|
+
'& .MuiAccordionSummary-content': {
|
|
30
|
+
marginBottom: any;
|
|
31
|
+
};
|
|
32
|
+
'& .MuiAccordionDetails-root, .MuiList-root': {
|
|
33
|
+
paddingTop: number;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
28
36
|
};
|
|
29
37
|
};
|
|
30
38
|
};
|
|
@@ -24,6 +24,14 @@ const Component = {
|
|
|
24
24
|
'& .MuiIcon-root': {
|
|
25
25
|
fontSize: 18
|
|
26
26
|
}
|
|
27
|
+
},
|
|
28
|
+
'& .MuiAccordion-root': {
|
|
29
|
+
'& .MuiAccordionSummary-content': {
|
|
30
|
+
marginBottom: theme.spacing(1.5)
|
|
31
|
+
},
|
|
32
|
+
'& .MuiAccordionDetails-root, .MuiList-root': {
|
|
33
|
+
paddingTop: 0
|
|
34
|
+
}
|
|
27
35
|
}
|
|
28
36
|
})
|
|
29
37
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -3191,6 +3191,14 @@ declare const theme: {
|
|
|
3191
3191
|
fontSize: number;
|
|
3192
3192
|
};
|
|
3193
3193
|
};
|
|
3194
|
+
'& .MuiAccordion-root': {
|
|
3195
|
+
'& .MuiAccordionSummary-content': {
|
|
3196
|
+
marginBottom: any;
|
|
3197
|
+
};
|
|
3198
|
+
'& .MuiAccordionDetails-root, .MuiList-root': {
|
|
3199
|
+
paddingTop: number;
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3194
3202
|
};
|
|
3195
3203
|
};
|
|
3196
3204
|
};
|
|
@@ -6488,9 +6496,6 @@ declare const theme: {
|
|
|
6488
6496
|
SCMediaFile: {
|
|
6489
6497
|
styleOverrides: {
|
|
6490
6498
|
displayRoot: ({ theme }: any) => {
|
|
6491
|
-
[x: number]: {
|
|
6492
|
-
minHeight: number;
|
|
6493
|
-
};
|
|
6494
6499
|
textAlign: string;
|
|
6495
6500
|
margin: string;
|
|
6496
6501
|
width: string;
|