@selfcommunity/react-theme-default 0.2.0-live.58 → 0.2.0-live.60
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.
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +7 -0
- package/lib/cjs/components/SCLiveStreamRoom.js +7 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +1 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.js +1 -0
- package/lib/cjs/index.d.ts +8 -0
- package/lib/esm/components/SCLiveStreamRoom.d.ts +7 -0
- package/lib/esm/components/SCLiveStreamRoom.js +7 -0
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +1 -0
- package/lib/esm/components/SCLiveStreamVideoConference.js +1 -0
- package/lib/esm/index.d.ts +8 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
|
@@ -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%',
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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%',
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -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;
|