@selfcommunity/react-theme-default 0.2.0-live.85 → 0.2.0-live.87

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.
@@ -23,6 +23,9 @@ declare const Component: {
23
23
  paddingLeft: any;
24
24
  };
25
25
  };
26
+ '& .SCNavigationMenuDrawer-drawer-content': {
27
+ paddingTop: number;
28
+ };
26
29
  '& .MuiTypography-subtitle1': {
27
30
  fontSize: string;
28
31
  padding: any;
@@ -26,6 +26,9 @@ const Component = {
26
26
  paddingLeft: theme.spacing(1.5)
27
27
  }
28
28
  },
29
+ '& .SCNavigationMenuDrawer-drawer-content': {
30
+ paddingTop: 0
31
+ },
29
32
  '& .MuiTypography-subtitle1': {
30
33
  fontSize: '1.286rem',
31
34
  padding: theme.spacing(0, 2),
@@ -4,7 +4,6 @@ declare const Component: {
4
4
  theme: any;
5
5
  }) => {
6
6
  '& .SCUserLiveStreamWidget-content': {
7
- padding: string;
8
7
  '& .SCUserLiveStreamWidget-header': {
9
8
  flexDirection: string;
10
9
  justifyContent: string;
@@ -27,6 +26,7 @@ declare const Component: {
27
26
  };
28
27
  };
29
28
  '& .SCUserLiveStreamWidget-live-wrapper': {
29
+ paddingTop: any;
30
30
  gap: any;
31
31
  '& .SCUserLiveStreamWidget-live': {
32
32
  '& > div': {
@@ -4,7 +4,6 @@ const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
6
  '& .SCUserLiveStreamWidget-content': {
7
- padding: `10px ${theme.spacing(2)} 12px`,
8
7
  '& .SCUserLiveStreamWidget-header': {
9
8
  flexDirection: 'row',
10
9
  justifyContent: 'flex-start',
@@ -27,6 +26,7 @@ const Component = {
27
26
  }
28
27
  },
29
28
  '& .SCUserLiveStreamWidget-live-wrapper': {
29
+ paddingTop: theme.spacing(2),
30
30
  gap: theme.spacing(2),
31
31
  '& .SCUserLiveStreamWidget-live': {
32
32
  '& > div': {
@@ -4452,6 +4452,9 @@ declare const theme: {
4452
4452
  paddingLeft: any;
4453
4453
  };
4454
4454
  };
4455
+ '& .SCNavigationMenuDrawer-drawer-content': {
4456
+ paddingTop: number;
4457
+ };
4455
4458
  '& .MuiTypography-subtitle1': {
4456
4459
  fontSize: string;
4457
4460
  padding: any;
@@ -8796,7 +8799,6 @@ declare const theme: {
8796
8799
  theme: any;
8797
8800
  }) => {
8798
8801
  '& .SCUserLiveStreamWidget-content': {
8799
- padding: string;
8800
8802
  '& .SCUserLiveStreamWidget-header': {
8801
8803
  flexDirection: string;
8802
8804
  justifyContent: string;
@@ -8819,6 +8821,7 @@ declare const theme: {
8819
8821
  };
8820
8822
  };
8821
8823
  '& .SCUserLiveStreamWidget-live-wrapper': {
8824
+ paddingTop: any;
8822
8825
  gap: any;
8823
8826
  '& .SCUserLiveStreamWidget-live': {
8824
8827
  '& > div': {
@@ -23,6 +23,9 @@ declare const Component: {
23
23
  paddingLeft: any;
24
24
  };
25
25
  };
26
+ '& .SCNavigationMenuDrawer-drawer-content': {
27
+ paddingTop: number;
28
+ };
26
29
  '& .MuiTypography-subtitle1': {
27
30
  fontSize: string;
28
31
  padding: any;
@@ -24,6 +24,9 @@ const Component = {
24
24
  paddingLeft: theme.spacing(1.5)
25
25
  }
26
26
  },
27
+ '& .SCNavigationMenuDrawer-drawer-content': {
28
+ paddingTop: 0
29
+ },
27
30
  '& .MuiTypography-subtitle1': {
28
31
  fontSize: '1.286rem',
29
32
  padding: theme.spacing(0, 2),
@@ -4,7 +4,6 @@ declare const Component: {
4
4
  theme: any;
5
5
  }) => {
6
6
  '& .SCUserLiveStreamWidget-content': {
7
- padding: string;
8
7
  '& .SCUserLiveStreamWidget-header': {
9
8
  flexDirection: string;
10
9
  justifyContent: string;
@@ -27,6 +26,7 @@ declare const Component: {
27
26
  };
28
27
  };
29
28
  '& .SCUserLiveStreamWidget-live-wrapper': {
29
+ paddingTop: any;
30
30
  gap: any;
31
31
  '& .SCUserLiveStreamWidget-live': {
32
32
  '& > div': {
@@ -2,7 +2,6 @@ const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
4
  '& .SCUserLiveStreamWidget-content': {
5
- padding: `10px ${theme.spacing(2)} 12px`,
6
5
  '& .SCUserLiveStreamWidget-header': {
7
6
  flexDirection: 'row',
8
7
  justifyContent: 'flex-start',
@@ -25,6 +24,7 @@ const Component = {
25
24
  }
26
25
  },
27
26
  '& .SCUserLiveStreamWidget-live-wrapper': {
27
+ paddingTop: theme.spacing(2),
28
28
  gap: theme.spacing(2),
29
29
  '& .SCUserLiveStreamWidget-live': {
30
30
  '& > div': {
@@ -4452,6 +4452,9 @@ declare const theme: {
4452
4452
  paddingLeft: any;
4453
4453
  };
4454
4454
  };
4455
+ '& .SCNavigationMenuDrawer-drawer-content': {
4456
+ paddingTop: number;
4457
+ };
4455
4458
  '& .MuiTypography-subtitle1': {
4456
4459
  fontSize: string;
4457
4460
  padding: any;
@@ -8796,7 +8799,6 @@ declare const theme: {
8796
8799
  theme: any;
8797
8800
  }) => {
8798
8801
  '& .SCUserLiveStreamWidget-content': {
8799
- padding: string;
8800
8802
  '& .SCUserLiveStreamWidget-header': {
8801
8803
  flexDirection: string;
8802
8804
  justifyContent: string;
@@ -8819,6 +8821,7 @@ declare const theme: {
8819
8821
  };
8820
8822
  };
8821
8823
  '& .SCUserLiveStreamWidget-live-wrapper': {
8824
+ paddingTop: any;
8822
8825
  gap: any;
8823
8826
  '& .SCUserLiveStreamWidget-live': {
8824
8827
  '& > div': {