@selfcommunity/react-theme-default 0.2.0-live.86 → 0.2.0-live.88

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.
@@ -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': {
@@ -8799,7 +8799,6 @@ declare const theme: {
8799
8799
  theme: any;
8800
8800
  }) => {
8801
8801
  '& .SCUserLiveStreamWidget-content': {
8802
- padding: string;
8803
8802
  '& .SCUserLiveStreamWidget-header': {
8804
8803
  flexDirection: string;
8805
8804
  justifyContent: string;
@@ -8822,6 +8821,7 @@ declare const theme: {
8822
8821
  };
8823
8822
  };
8824
8823
  '& .SCUserLiveStreamWidget-live-wrapper': {
8824
+ paddingTop: any;
8825
8825
  gap: any;
8826
8826
  '& .SCUserLiveStreamWidget-live': {
8827
8827
  '& > div': {
@@ -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': {
@@ -8799,7 +8799,6 @@ declare const theme: {
8799
8799
  theme: any;
8800
8800
  }) => {
8801
8801
  '& .SCUserLiveStreamWidget-content': {
8802
- padding: string;
8803
8802
  '& .SCUserLiveStreamWidget-header': {
8804
8803
  flexDirection: string;
8805
8804
  justifyContent: string;
@@ -8822,6 +8821,7 @@ declare const theme: {
8822
8821
  };
8823
8822
  };
8824
8823
  '& .SCUserLiveStreamWidget-live-wrapper': {
8824
+ paddingTop: any;
8825
8825
  gap: any;
8826
8826
  '& .SCUserLiveStreamWidget-live': {
8827
8827
  '& > div': {