@selfcommunity/react-theme-default 0.2.0-live.74 → 0.2.0-live.77

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.
@@ -25,6 +25,9 @@ declare const Component: {
25
25
  '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: number;
30
+ };
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: string;
30
33
  height: string;
@@ -25,6 +25,9 @@ const Component = {
25
25
  '-webkit-box-orient': 'vertical'
26
26
  }
27
27
  },
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: 20
30
+ },
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: '6px',
30
33
  height: '6px',
@@ -97,6 +97,9 @@ declare const Component: {
97
97
  width: number;
98
98
  height: number;
99
99
  borderRadius: string;
100
+ '& img': {
101
+ borderRadius: string;
102
+ };
100
103
  };
101
104
  };
102
105
  '& .SCLiveStream-snippet-image': {
@@ -98,7 +98,10 @@ const Component = {
98
98
  '& .MuiAvatar-root': {
99
99
  width: 100,
100
100
  height: 60,
101
- borderRadius: '5px'
101
+ borderRadius: '5px',
102
+ '& img': {
103
+ borderRadius: '5px'
104
+ }
102
105
  }
103
106
  },
104
107
  '& .SCLiveStream-snippet-image': {
@@ -3,6 +3,10 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  '& .SCLiveStreamSelector-warning': {
5
5
  margin: any;
6
+ "& a": {
7
+ color: any;
8
+ fontWeight: string;
9
+ };
6
10
  };
7
11
  '& .SCLiveStreamSelector-options': {
8
12
  [x: number]: {
@@ -4,7 +4,11 @@ const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
6
  '& .SCLiveStreamSelector-warning': {
7
- margin: theme.spacing(2, 5, 2, 5)
7
+ margin: theme.spacing(2, 5, 2, 5),
8
+ [`& a`]: {
9
+ color: theme.palette.common.white,
10
+ fontWeight: 'bold'
11
+ }
8
12
  },
9
13
  '& .SCLiveStreamSelector-options': {
10
14
  display: 'flex',
@@ -7597,9 +7597,6 @@ declare const theme: {
7597
7597
  root: ({ theme }: {
7598
7598
  theme: any;
7599
7599
  }) => {
7600
- /**
7601
- * Style fragments - Imports - Start
7602
- */
7603
7600
  gap: any;
7604
7601
  '& .SCEventInfoDetails-icon-text-wrapper': {
7605
7602
  flexDirection: string;
@@ -7622,6 +7619,9 @@ declare const theme: {
7622
7619
  '-webkit-box-orient': string;
7623
7620
  };
7624
7621
  };
7622
+ '& .SCEventInfoDetails-join-live': {
7623
+ height: number;
7624
+ };
7625
7625
  '& .SCEventInfoDetails-in-progress': {
7626
7626
  width: string;
7627
7627
  height: string;
@@ -8499,6 +8499,9 @@ declare const theme: {
8499
8499
  width: number;
8500
8500
  height: number;
8501
8501
  borderRadius: string;
8502
+ '& img': {
8503
+ borderRadius: string;
8504
+ };
8502
8505
  };
8503
8506
  };
8504
8507
  '& .SCLiveStream-snippet-image': {
@@ -8779,6 +8782,10 @@ declare const theme: {
8779
8782
  root: ({ theme }: any) => {
8780
8783
  '& .SCLiveStreamSelector-warning': {
8781
8784
  margin: any;
8785
+ "& a": {
8786
+ color: any;
8787
+ fontWeight: string;
8788
+ };
8782
8789
  };
8783
8790
  '& .SCLiveStreamSelector-options': {
8784
8791
  [x: number]: {
@@ -25,6 +25,9 @@ declare const Component: {
25
25
  '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: number;
30
+ };
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: string;
30
33
  height: string;
@@ -23,6 +23,9 @@ const Component = {
23
23
  '-webkit-box-orient': 'vertical'
24
24
  }
25
25
  },
26
+ '& .SCEventInfoDetails-join-live': {
27
+ height: 20
28
+ },
26
29
  '& .SCEventInfoDetails-in-progress': {
27
30
  width: '6px',
28
31
  height: '6px',
@@ -97,6 +97,9 @@ declare const Component: {
97
97
  width: number;
98
98
  height: number;
99
99
  borderRadius: string;
100
+ '& img': {
101
+ borderRadius: string;
102
+ };
100
103
  };
101
104
  };
102
105
  '& .SCLiveStream-snippet-image': {
@@ -96,7 +96,10 @@ const Component = {
96
96
  '& .MuiAvatar-root': {
97
97
  width: 100,
98
98
  height: 60,
99
- borderRadius: '5px'
99
+ borderRadius: '5px',
100
+ '& img': {
101
+ borderRadius: '5px'
102
+ }
100
103
  }
101
104
  },
102
105
  '& .SCLiveStream-snippet-image': {
@@ -3,6 +3,10 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  '& .SCLiveStreamSelector-warning': {
5
5
  margin: any;
6
+ "& a": {
7
+ color: any;
8
+ fontWeight: string;
9
+ };
6
10
  };
7
11
  '& .SCLiveStreamSelector-options': {
8
12
  [x: number]: {
@@ -2,7 +2,11 @@ const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
4
  '& .SCLiveStreamSelector-warning': {
5
- margin: theme.spacing(2, 5, 2, 5)
5
+ margin: theme.spacing(2, 5, 2, 5),
6
+ [`& a`]: {
7
+ color: theme.palette.common.white,
8
+ fontWeight: 'bold'
9
+ }
6
10
  },
7
11
  '& .SCLiveStreamSelector-options': {
8
12
  display: 'flex',
@@ -7597,9 +7597,6 @@ declare const theme: {
7597
7597
  root: ({ theme }: {
7598
7598
  theme: any;
7599
7599
  }) => {
7600
- /**
7601
- * Style fragments - Imports - Start
7602
- */
7603
7600
  gap: any;
7604
7601
  '& .SCEventInfoDetails-icon-text-wrapper': {
7605
7602
  flexDirection: string;
@@ -7622,6 +7619,9 @@ declare const theme: {
7622
7619
  '-webkit-box-orient': string;
7623
7620
  };
7624
7621
  };
7622
+ '& .SCEventInfoDetails-join-live': {
7623
+ height: number;
7624
+ };
7625
7625
  '& .SCEventInfoDetails-in-progress': {
7626
7626
  width: string;
7627
7627
  height: string;
@@ -8499,6 +8499,9 @@ declare const theme: {
8499
8499
  width: number;
8500
8500
  height: number;
8501
8501
  borderRadius: string;
8502
+ '& img': {
8503
+ borderRadius: string;
8504
+ };
8502
8505
  };
8503
8506
  };
8504
8507
  '& .SCLiveStream-snippet-image': {
@@ -8779,6 +8782,10 @@ declare const theme: {
8779
8782
  root: ({ theme }: any) => {
8780
8783
  '& .SCLiveStreamSelector-warning': {
8781
8784
  margin: any;
8785
+ "& a": {
8786
+ color: any;
8787
+ fontWeight: string;
8788
+ };
8782
8789
  };
8783
8790
  '& .SCLiveStreamSelector-options': {
8784
8791
  [x: number]: {