@selfcommunity/react-theme-default 0.5.0-alpha.13 → 0.5.0-alpha.14

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.
@@ -45,9 +45,6 @@ declare const Component: {
45
45
  };
46
46
  };
47
47
  '& .MuiDialogContent-root': {
48
- [x: number]: {
49
- overflowY: string;
50
- };
51
48
  margin: string;
52
49
  padding: any;
53
50
  height: string;
@@ -37,9 +37,9 @@ const Component = {
37
37
  margin: '45px 0',
38
38
  padding: theme.spacing(1, 2),
39
39
  height: `calc(100% - 45px - 45px - ${theme.spacing(2)})`,
40
- [theme.breakpoints.up('md')]: {
41
- overflowY: 'hidden'
42
- },
40
+ // [theme.breakpoints.up('md')]: {
41
+ // overflowY: 'hidden'
42
+ // },
43
43
  '& .SCEditor-root': {
44
44
  padding: theme.spacing(1, 0),
45
45
  marginBottom: theme.spacing(3),
@@ -1370,9 +1370,6 @@ declare const theme: {
1370
1370
  };
1371
1371
  };
1372
1372
  '& .MuiDialogContent-root': {
1373
- [x: number]: {
1374
- overflowY: string;
1375
- };
1376
1373
  margin: string;
1377
1374
  padding: any;
1378
1375
  height: string;
@@ -45,9 +45,6 @@ declare const Component: {
45
45
  };
46
46
  };
47
47
  '& .MuiDialogContent-root': {
48
- [x: number]: {
49
- overflowY: string;
50
- };
51
48
  margin: string;
52
49
  padding: any;
53
50
  height: string;
@@ -35,9 +35,9 @@ const Component = {
35
35
  margin: '45px 0',
36
36
  padding: theme.spacing(1, 2),
37
37
  height: `calc(100% - 45px - 45px - ${theme.spacing(2)})`,
38
- [theme.breakpoints.up('md')]: {
39
- overflowY: 'hidden'
40
- },
38
+ // [theme.breakpoints.up('md')]: {
39
+ // overflowY: 'hidden'
40
+ // },
41
41
  '& .SCEditor-root': {
42
42
  padding: theme.spacing(1, 0),
43
43
  marginBottom: theme.spacing(3),
@@ -1370,9 +1370,6 @@ declare const theme: {
1370
1370
  };
1371
1371
  };
1372
1372
  '& .MuiDialogContent-root': {
1373
- [x: number]: {
1374
- overflowY: string;
1375
- };
1376
1373
  margin: string;
1377
1374
  padding: any;
1378
1375
  height: string;