@selfcommunity/react-theme-default 0.5.0-alpha.6 → 0.5.0-alpha.8

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.
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {
3
+ root: ({ theme }: any) => {
4
4
  width: string;
5
5
  };
6
6
  snippetRoot: ({ theme }: any) => {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
- root: () => ({
5
+ root: ({ theme }) => ({
6
6
  width: '100%'
7
7
  }),
8
8
  snippetRoot: ({ theme }) => ({
@@ -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
  }
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {};
3
+ root: ({ theme }: any) => {};
4
4
  detailRoot: ({ theme }: any) => {
5
5
  '& .SCEvent-detail-image-wrapper': {
6
6
  position: string;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
- root: () => ({}),
5
+ root: ({ theme }) => ({}),
6
6
  detailRoot: ({ theme }) => ({
7
7
  '& .SCEvent-detail-image-wrapper': {
8
8
  position: 'relative',
@@ -1799,7 +1799,7 @@ declare const theme: {
1799
1799
  };
1800
1800
  SCCourse: {
1801
1801
  styleOverrides: {
1802
- root: () => {
1802
+ root: ({ theme }: any) => {
1803
1803
  width: string;
1804
1804
  };
1805
1805
  snippetRoot: ({ theme }: any) => {
@@ -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
  };
@@ -9602,7 +9610,7 @@ declare const theme: {
9602
9610
  };
9603
9611
  SCEvent: {
9604
9612
  styleOverrides: {
9605
- root: () => {};
9613
+ root: ({ theme }: any) => {};
9606
9614
  detailRoot: ({ theme }: any) => {
9607
9615
  '& .SCEvent-detail-image-wrapper': {
9608
9616
  position: string;
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {
3
+ root: ({ theme }: any) => {
4
4
  width: string;
5
5
  };
6
6
  snippetRoot: ({ theme }: any) => {
@@ -1,6 +1,6 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
- root: () => ({
3
+ root: ({ theme }) => ({
4
4
  width: '100%'
5
5
  }),
6
6
  snippetRoot: ({ theme }) => ({
@@ -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
  }
@@ -1,6 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
- root: () => {};
3
+ root: ({ theme }: any) => {};
4
4
  detailRoot: ({ theme }: any) => {
5
5
  '& .SCEvent-detail-image-wrapper': {
6
6
  position: string;
@@ -1,6 +1,6 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
- root: () => ({}),
3
+ root: ({ theme }) => ({}),
4
4
  detailRoot: ({ theme }) => ({
5
5
  '& .SCEvent-detail-image-wrapper': {
6
6
  position: 'relative',
@@ -1799,7 +1799,7 @@ declare const theme: {
1799
1799
  };
1800
1800
  SCCourse: {
1801
1801
  styleOverrides: {
1802
- root: () => {
1802
+ root: ({ theme }: any) => {
1803
1803
  width: string;
1804
1804
  };
1805
1805
  snippetRoot: ({ theme }: any) => {
@@ -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
  };
@@ -9602,7 +9610,7 @@ declare const theme: {
9602
9610
  };
9603
9611
  SCEvent: {
9604
9612
  styleOverrides: {
9605
- root: () => {};
9613
+ root: ({ theme }: any) => {};
9606
9614
  detailRoot: ({ theme }: any) => {
9607
9615
  '& .SCEvent-detail-image-wrapper': {
9608
9616
  position: string;