@selfcommunity/react-theme-default 0.2.0-live.58 → 0.2.0-live.59

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.
@@ -39,6 +39,13 @@ declare const Component: {
39
39
  color: string;
40
40
  };
41
41
  };
42
+ "& .SCLiveStreamRoom-end-prejoin-content": {
43
+ color: any;
44
+ display: string;
45
+ justifyContent: string;
46
+ alignItems: string;
47
+ marginTop: number;
48
+ };
42
49
  '& .lk-prejoin': {
43
50
  maxWidth: number;
44
51
  width: string;
@@ -41,6 +41,13 @@ const Component = {
41
41
  color: '#111111'
42
42
  }
43
43
  },
44
+ [`& .SCLiveStreamRoom-end-prejoin-content`]: {
45
+ color: theme.palette.common.black,
46
+ display: 'flex',
47
+ justifyContent: 'center',
48
+ alignItems: 'center',
49
+ marginTop: -30
50
+ },
44
51
  '& .lk-prejoin': {
45
52
  maxWidth: 620,
46
53
  width: '100%',
@@ -2,6 +2,7 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  height: string;
5
+ width: string;
5
6
  overflowY: string;
6
7
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
7
8
  display: string;
@@ -4,6 +4,7 @@ const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
6
  height: '100vh',
7
+ width: '100%',
7
8
  overflowY: 'hidden',
8
9
  [`& .SCLiveStreamVideoConference-end-conference-wrap`]: {
9
10
  display: 'flex',
@@ -8730,6 +8730,13 @@ declare const theme: {
8730
8730
  color: string;
8731
8731
  };
8732
8732
  };
8733
+ "& .SCLiveStreamRoom-end-prejoin-content": {
8734
+ color: any;
8735
+ display: string;
8736
+ justifyContent: string;
8737
+ alignItems: string;
8738
+ marginTop: number;
8739
+ };
8733
8740
  '& .lk-prejoin': {
8734
8741
  maxWidth: number;
8735
8742
  width: string;
@@ -8750,6 +8757,7 @@ declare const theme: {
8750
8757
  styleOverrides: {
8751
8758
  root: ({ theme }: any) => {
8752
8759
  height: string;
8760
+ width: string;
8753
8761
  overflowY: string;
8754
8762
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
8755
8763
  display: string;
@@ -39,6 +39,13 @@ declare const Component: {
39
39
  color: string;
40
40
  };
41
41
  };
42
+ "& .SCLiveStreamRoom-end-prejoin-content": {
43
+ color: any;
44
+ display: string;
45
+ justifyContent: string;
46
+ alignItems: string;
47
+ marginTop: number;
48
+ };
42
49
  '& .lk-prejoin': {
43
50
  maxWidth: number;
44
51
  width: string;
@@ -39,6 +39,13 @@ const Component = {
39
39
  color: '#111111'
40
40
  }
41
41
  },
42
+ [`& .SCLiveStreamRoom-end-prejoin-content`]: {
43
+ color: theme.palette.common.black,
44
+ display: 'flex',
45
+ justifyContent: 'center',
46
+ alignItems: 'center',
47
+ marginTop: -30
48
+ },
42
49
  '& .lk-prejoin': {
43
50
  maxWidth: 620,
44
51
  width: '100%',
@@ -2,6 +2,7 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  height: string;
5
+ width: string;
5
6
  overflowY: string;
6
7
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
7
8
  display: string;
@@ -2,6 +2,7 @@ const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
4
  height: '100vh',
5
+ width: '100%',
5
6
  overflowY: 'hidden',
6
7
  [`& .SCLiveStreamVideoConference-end-conference-wrap`]: {
7
8
  display: 'flex',
@@ -8730,6 +8730,13 @@ declare const theme: {
8730
8730
  color: string;
8731
8731
  };
8732
8732
  };
8733
+ "& .SCLiveStreamRoom-end-prejoin-content": {
8734
+ color: any;
8735
+ display: string;
8736
+ justifyContent: string;
8737
+ alignItems: string;
8738
+ marginTop: number;
8739
+ };
8733
8740
  '& .lk-prejoin': {
8734
8741
  maxWidth: number;
8735
8742
  width: string;
@@ -8750,6 +8757,7 @@ declare const theme: {
8750
8757
  styleOverrides: {
8751
8758
  root: ({ theme }: any) => {
8752
8759
  height: string;
8760
+ width: string;
8753
8761
  overflowY: string;
8754
8762
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
8755
8763
  display: string;