@selfcommunity/react-theme-default 0.2.0-live.68 → 0.2.0-live.69

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.
@@ -96,9 +96,7 @@ declare const Component: {
96
96
  '& .MuiAvatar-root': {
97
97
  width: number;
98
98
  height: number;
99
- '& img': {
100
- borderRadius: string;
101
- };
99
+ borderRadius: string;
102
100
  };
103
101
  };
104
102
  '& .SCLiveStream-snippet-image': {
@@ -98,9 +98,7 @@ const Component = {
98
98
  '& .MuiAvatar-root': {
99
99
  width: 100,
100
100
  height: 60,
101
- '& img': {
102
- borderRadius: '5px'
103
- }
101
+ borderRadius: '5px'
104
102
  }
105
103
  },
106
104
  '& .SCLiveStream-snippet-image': {
@@ -28,7 +28,7 @@ declare const Component: {
28
28
  };
29
29
  optionCardRoot: ({ theme, selected }: any) => {
30
30
  maxWidth: number;
31
- height: number;
31
+ height: string;
32
32
  padding: any;
33
33
  margin: any;
34
34
  cursor: string;
@@ -30,7 +30,7 @@ const Component = {
30
30
  }),
31
31
  optionCardRoot: ({ theme, selected }) => ({
32
32
  maxWidth: 300,
33
- height: 350,
33
+ height: 'auto',
34
34
  padding: theme.spacing(3),
35
35
  margin: theme.spacing(0, 3),
36
36
  cursor: 'pointer',
@@ -8498,9 +8498,7 @@ declare const theme: {
8498
8498
  '& .MuiAvatar-root': {
8499
8499
  width: number;
8500
8500
  height: number;
8501
- '& img': {
8502
- borderRadius: string;
8503
- };
8501
+ borderRadius: string;
8504
8502
  };
8505
8503
  };
8506
8504
  '& .SCLiveStream-snippet-image': {
@@ -8806,7 +8804,7 @@ declare const theme: {
8806
8804
  };
8807
8805
  optionCardRoot: ({ theme, selected }: any) => {
8808
8806
  maxWidth: number;
8809
- height: number;
8807
+ height: string;
8810
8808
  padding: any;
8811
8809
  margin: any;
8812
8810
  cursor: string;
@@ -96,9 +96,7 @@ declare const Component: {
96
96
  '& .MuiAvatar-root': {
97
97
  width: number;
98
98
  height: number;
99
- '& img': {
100
- borderRadius: string;
101
- };
99
+ borderRadius: string;
102
100
  };
103
101
  };
104
102
  '& .SCLiveStream-snippet-image': {
@@ -96,9 +96,7 @@ const Component = {
96
96
  '& .MuiAvatar-root': {
97
97
  width: 100,
98
98
  height: 60,
99
- '& img': {
100
- borderRadius: '5px'
101
- }
99
+ borderRadius: '5px'
102
100
  }
103
101
  },
104
102
  '& .SCLiveStream-snippet-image': {
@@ -28,7 +28,7 @@ declare const Component: {
28
28
  };
29
29
  optionCardRoot: ({ theme, selected }: any) => {
30
30
  maxWidth: number;
31
- height: number;
31
+ height: string;
32
32
  padding: any;
33
33
  margin: any;
34
34
  cursor: string;
@@ -28,7 +28,7 @@ const Component = {
28
28
  }),
29
29
  optionCardRoot: ({ theme, selected }) => ({
30
30
  maxWidth: 300,
31
- height: 350,
31
+ height: 'auto',
32
32
  padding: theme.spacing(3),
33
33
  margin: theme.spacing(0, 3),
34
34
  cursor: 'pointer',
@@ -8498,9 +8498,7 @@ declare const theme: {
8498
8498
  '& .MuiAvatar-root': {
8499
8499
  width: number;
8500
8500
  height: number;
8501
- '& img': {
8502
- borderRadius: string;
8503
- };
8501
+ borderRadius: string;
8504
8502
  };
8505
8503
  };
8506
8504
  '& .SCLiveStream-snippet-image': {
@@ -8806,7 +8804,7 @@ declare const theme: {
8806
8804
  };
8807
8805
  optionCardRoot: ({ theme, selected }: any) => {
8808
8806
  maxWidth: number;
8809
- height: number;
8807
+ height: string;
8810
8808
  padding: any;
8811
8809
  margin: any;
8812
8810
  cursor: string;