@selfcommunity/react-theme-default 0.2.0-live.49 → 0.2.0-live.50
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/SCLiveStreamVideoConference.d.ts +10 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.js +11 -1
- package/lib/cjs/index.d.ts +10 -0
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +10 -0
- package/lib/esm/components/SCLiveStreamVideoConference.js +11 -1
- package/lib/esm/index.d.ts +10 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
|
@@ -2,6 +2,16 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
height: string;
|
|
5
|
+
"& .SCLiveStreamVideoConference-end-conference-wrap": {
|
|
6
|
+
display: string;
|
|
7
|
+
justifyContent: string;
|
|
8
|
+
alignItems: string;
|
|
9
|
+
alignContent: string;
|
|
10
|
+
flexDirection: string;
|
|
11
|
+
"& .SCLiveStreamVideoConference-btn-back-home": {
|
|
12
|
+
marginTop: any;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
5
15
|
};
|
|
6
16
|
};
|
|
7
17
|
};
|
|
@@ -3,7 +3,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
|
-
height: '100vh'
|
|
6
|
+
height: '100vh',
|
|
7
|
+
[`& .SCLiveStreamVideoConference-end-conference-wrap`]: {
|
|
8
|
+
display: 'flex',
|
|
9
|
+
justifyContent: 'center',
|
|
10
|
+
alignItems: 'center',
|
|
11
|
+
alignContent: 'center',
|
|
12
|
+
flexDirection: 'column',
|
|
13
|
+
[`& .SCLiveStreamVideoConference-btn-back-home`]: {
|
|
14
|
+
marginTop: theme.spacing(2)
|
|
15
|
+
}
|
|
16
|
+
}
|
|
7
17
|
})
|
|
8
18
|
}
|
|
9
19
|
};
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -8469,6 +8469,16 @@ declare const theme: {
|
|
|
8469
8469
|
styleOverrides: {
|
|
8470
8470
|
root: ({ theme }: any) => {
|
|
8471
8471
|
height: string;
|
|
8472
|
+
"& .SCLiveStreamVideoConference-end-conference-wrap": {
|
|
8473
|
+
display: string;
|
|
8474
|
+
justifyContent: string;
|
|
8475
|
+
alignItems: string;
|
|
8476
|
+
alignContent: string;
|
|
8477
|
+
flexDirection: string;
|
|
8478
|
+
"& .SCLiveStreamVideoConference-btn-back-home": {
|
|
8479
|
+
marginTop: any;
|
|
8480
|
+
};
|
|
8481
|
+
};
|
|
8472
8482
|
};
|
|
8473
8483
|
};
|
|
8474
8484
|
};
|
|
@@ -2,6 +2,16 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
height: string;
|
|
5
|
+
"& .SCLiveStreamVideoConference-end-conference-wrap": {
|
|
6
|
+
display: string;
|
|
7
|
+
justifyContent: string;
|
|
8
|
+
alignItems: string;
|
|
9
|
+
alignContent: string;
|
|
10
|
+
flexDirection: string;
|
|
11
|
+
"& .SCLiveStreamVideoConference-btn-back-home": {
|
|
12
|
+
marginTop: any;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
5
15
|
};
|
|
6
16
|
};
|
|
7
17
|
};
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
const Component = {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
|
-
height: '100vh'
|
|
4
|
+
height: '100vh',
|
|
5
|
+
[`& .SCLiveStreamVideoConference-end-conference-wrap`]: {
|
|
6
|
+
display: 'flex',
|
|
7
|
+
justifyContent: 'center',
|
|
8
|
+
alignItems: 'center',
|
|
9
|
+
alignContent: 'center',
|
|
10
|
+
flexDirection: 'column',
|
|
11
|
+
[`& .SCLiveStreamVideoConference-btn-back-home`]: {
|
|
12
|
+
marginTop: theme.spacing(2)
|
|
13
|
+
}
|
|
14
|
+
}
|
|
5
15
|
})
|
|
6
16
|
}
|
|
7
17
|
};
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -8469,6 +8469,16 @@ declare const theme: {
|
|
|
8469
8469
|
styleOverrides: {
|
|
8470
8470
|
root: ({ theme }: any) => {
|
|
8471
8471
|
height: string;
|
|
8472
|
+
"& .SCLiveStreamVideoConference-end-conference-wrap": {
|
|
8473
|
+
display: string;
|
|
8474
|
+
justifyContent: string;
|
|
8475
|
+
alignItems: string;
|
|
8476
|
+
alignContent: string;
|
|
8477
|
+
flexDirection: string;
|
|
8478
|
+
"& .SCLiveStreamVideoConference-btn-back-home": {
|
|
8479
|
+
marginTop: any;
|
|
8480
|
+
};
|
|
8481
|
+
};
|
|
8472
8482
|
};
|
|
8473
8483
|
};
|
|
8474
8484
|
};
|