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

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;
@@ -108,7 +105,11 @@ declare const Component: {
108
105
  };
109
106
  };
110
107
  };
111
- attributesRoot: () => {};
108
+ attributesRoot: ({ theme }: any) => {
109
+ '& .MuiChip-root': {
110
+ marginRight: any;
111
+ };
112
+ };
112
113
  contentDiscussionRoot: ({ theme }: any) => {
113
114
  '& .SCComposer-content-discussion-title': {
114
115
  '& .MuiInputBase-root': {
@@ -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),
@@ -111,7 +111,11 @@ const Component = {
111
111
  }
112
112
  }
113
113
  }),
114
- attributesRoot: () => ({}),
114
+ attributesRoot: ({ theme }) => ({
115
+ '& .MuiChip-root': {
116
+ marginRight: theme.spacing(0.5)
117
+ }
118
+ }),
115
119
  contentDiscussionRoot: ({ theme }) => ({
116
120
  '& .SCComposer-content-discussion-title': {
117
121
  '& .MuiInputBase-root': {
@@ -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;
@@ -1433,7 +1430,11 @@ declare const theme: {
1433
1430
  };
1434
1431
  };
1435
1432
  };
1436
- attributesRoot: () => {};
1433
+ attributesRoot: ({ theme }: any) => {
1434
+ '& .MuiChip-root': {
1435
+ marginRight: any;
1436
+ };
1437
+ };
1437
1438
  contentDiscussionRoot: ({ theme }: any) => {
1438
1439
  '& .SCComposer-content-discussion-title': {
1439
1440
  '& .MuiInputBase-root': {
@@ -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;
@@ -108,7 +105,11 @@ declare const Component: {
108
105
  };
109
106
  };
110
107
  };
111
- attributesRoot: () => {};
108
+ attributesRoot: ({ theme }: any) => {
109
+ '& .MuiChip-root': {
110
+ marginRight: any;
111
+ };
112
+ };
112
113
  contentDiscussionRoot: ({ theme }: any) => {
113
114
  '& .SCComposer-content-discussion-title': {
114
115
  '& .MuiInputBase-root': {
@@ -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),
@@ -109,7 +109,11 @@ const Component = {
109
109
  }
110
110
  }
111
111
  }),
112
- attributesRoot: () => ({}),
112
+ attributesRoot: ({ theme }) => ({
113
+ '& .MuiChip-root': {
114
+ marginRight: theme.spacing(0.5)
115
+ }
116
+ }),
113
117
  contentDiscussionRoot: ({ theme }) => ({
114
118
  '& .SCComposer-content-discussion-title': {
115
119
  '& .MuiInputBase-root': {
@@ -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;
@@ -1433,7 +1430,11 @@ declare const theme: {
1433
1430
  };
1434
1431
  };
1435
1432
  };
1436
- attributesRoot: () => {};
1433
+ attributesRoot: ({ theme }: any) => {
1434
+ '& .MuiChip-root': {
1435
+ marginRight: any;
1436
+ };
1437
+ };
1437
1438
  contentDiscussionRoot: ({ theme }: any) => {
1438
1439
  '& .SCComposer-content-discussion-title': {
1439
1440
  '& .MuiInputBase-root': {