@selfcommunity/react-theme-default 0.2.0-live.41 → 0.2.0-live.42

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.
@@ -1,6 +1,18 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
+ '& .SCLiveStreamForm-cover': {
5
+ position: string;
6
+ height: number;
7
+ minHeight: number;
8
+ '& .SCEventForm-upload-event-cover-root': {
9
+ position: string;
10
+ right: any;
11
+ bottom: any;
12
+ padding: any;
13
+ minWidth: string;
14
+ };
15
+ };
4
16
  "& .SCLiveStreamForm-actions": {
5
17
  display: string;
6
18
  justifyContent: string;
@@ -3,6 +3,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
+ '& .SCLiveStreamForm-cover': {
7
+ position: 'relative',
8
+ height: 120,
9
+ minHeight: 120,
10
+ '& .SCEventForm-upload-event-cover-root': {
11
+ position: 'absolute',
12
+ right: theme.spacing(2),
13
+ bottom: theme.spacing(1),
14
+ padding: theme.spacing(1),
15
+ minWidth: 'auto'
16
+ }
17
+ },
6
18
  [`& .SCLiveStreamForm-actions`]: {
7
19
  display: 'flex',
8
20
  justifyContent: 'flex-end',
@@ -1,16 +1,24 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- backgroundColor: string;
5
- height: string;
4
+ width: string;
6
5
  display: string;
7
6
  justifyContent: string;
8
7
  alignContent: string;
9
8
  "& .SCLiveStreamRoom-preJoin": {
9
+ padding: any;
10
10
  display: string;
11
11
  placeItems: string;
12
12
  height: string;
13
13
  };
14
+ "& .SCLiveStreamRoom-conference": {
15
+ width: string;
16
+ };
17
+ '& .lk-prejoin': {
18
+ width: string;
19
+ backgroundColor: string;
20
+ borderRadius: any;
21
+ };
14
22
  '& .lk-form-control': {
15
23
  display: string;
16
24
  };
@@ -3,16 +3,24 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
- backgroundColor: '#111111',
7
- height: '100vh',
6
+ width: '100%',
8
7
  display: 'flex',
9
8
  justifyContent: 'center',
10
9
  alignContent: 'center',
11
10
  [`& .SCLiveStreamRoom-preJoin`]: {
11
+ padding: theme.spacing(2),
12
12
  display: 'grid',
13
13
  placeItems: 'center',
14
14
  height: '100%'
15
15
  },
16
+ [`& .SCLiveStreamRoom-conference`]: {
17
+ width: '100%'
18
+ },
19
+ '& .lk-prejoin': {
20
+ width: '620px',
21
+ backgroundColor: '#111111',
22
+ borderRadius: theme.shape.borderRadiusSm
23
+ },
16
24
  '& .lk-form-control': {
17
25
  display: 'none'
18
26
  },
@@ -8391,6 +8391,18 @@ declare const theme: {
8391
8391
  SCLiveStreamForm: {
8392
8392
  styleOverrides: {
8393
8393
  root: ({ theme }: any) => {
8394
+ '& .SCLiveStreamForm-cover': {
8395
+ position: string;
8396
+ height: number;
8397
+ minHeight: number;
8398
+ '& .SCEventForm-upload-event-cover-root': {
8399
+ position: string;
8400
+ right: any;
8401
+ bottom: any;
8402
+ padding: any;
8403
+ minWidth: string;
8404
+ };
8405
+ };
8394
8406
  "& .SCLiveStreamForm-actions": {
8395
8407
  display: string;
8396
8408
  justifyContent: string;
@@ -8402,16 +8414,24 @@ declare const theme: {
8402
8414
  SCLiveStreamRoom: {
8403
8415
  styleOverrides: {
8404
8416
  root: ({ theme }: any) => {
8405
- backgroundColor: string;
8406
- height: string;
8417
+ width: string;
8407
8418
  display: string;
8408
8419
  justifyContent: string;
8409
8420
  alignContent: string;
8410
8421
  "& .SCLiveStreamRoom-preJoin": {
8422
+ padding: any;
8411
8423
  display: string;
8412
8424
  placeItems: string;
8413
8425
  height: string;
8414
8426
  };
8427
+ "& .SCLiveStreamRoom-conference": {
8428
+ width: string;
8429
+ };
8430
+ '& .lk-prejoin': {
8431
+ width: string;
8432
+ backgroundColor: string;
8433
+ borderRadius: any;
8434
+ };
8415
8435
  '& .lk-form-control': {
8416
8436
  display: string;
8417
8437
  };
@@ -1,6 +1,18 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
+ '& .SCLiveStreamForm-cover': {
5
+ position: string;
6
+ height: number;
7
+ minHeight: number;
8
+ '& .SCEventForm-upload-event-cover-root': {
9
+ position: string;
10
+ right: any;
11
+ bottom: any;
12
+ padding: any;
13
+ minWidth: string;
14
+ };
15
+ };
4
16
  "& .SCLiveStreamForm-actions": {
5
17
  display: string;
6
18
  justifyContent: string;
@@ -1,6 +1,18 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
+ '& .SCLiveStreamForm-cover': {
5
+ position: 'relative',
6
+ height: 120,
7
+ minHeight: 120,
8
+ '& .SCEventForm-upload-event-cover-root': {
9
+ position: 'absolute',
10
+ right: theme.spacing(2),
11
+ bottom: theme.spacing(1),
12
+ padding: theme.spacing(1),
13
+ minWidth: 'auto'
14
+ }
15
+ },
4
16
  [`& .SCLiveStreamForm-actions`]: {
5
17
  display: 'flex',
6
18
  justifyContent: 'flex-end',
@@ -1,16 +1,24 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- backgroundColor: string;
5
- height: string;
4
+ width: string;
6
5
  display: string;
7
6
  justifyContent: string;
8
7
  alignContent: string;
9
8
  "& .SCLiveStreamRoom-preJoin": {
9
+ padding: any;
10
10
  display: string;
11
11
  placeItems: string;
12
12
  height: string;
13
13
  };
14
+ "& .SCLiveStreamRoom-conference": {
15
+ width: string;
16
+ };
17
+ '& .lk-prejoin': {
18
+ width: string;
19
+ backgroundColor: string;
20
+ borderRadius: any;
21
+ };
14
22
  '& .lk-form-control': {
15
23
  display: string;
16
24
  };
@@ -1,16 +1,24 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
- backgroundColor: '#111111',
5
- height: '100vh',
4
+ width: '100%',
6
5
  display: 'flex',
7
6
  justifyContent: 'center',
8
7
  alignContent: 'center',
9
8
  [`& .SCLiveStreamRoom-preJoin`]: {
9
+ padding: theme.spacing(2),
10
10
  display: 'grid',
11
11
  placeItems: 'center',
12
12
  height: '100%'
13
13
  },
14
+ [`& .SCLiveStreamRoom-conference`]: {
15
+ width: '100%'
16
+ },
17
+ '& .lk-prejoin': {
18
+ width: '620px',
19
+ backgroundColor: '#111111',
20
+ borderRadius: theme.shape.borderRadiusSm
21
+ },
14
22
  '& .lk-form-control': {
15
23
  display: 'none'
16
24
  },
@@ -8391,6 +8391,18 @@ declare const theme: {
8391
8391
  SCLiveStreamForm: {
8392
8392
  styleOverrides: {
8393
8393
  root: ({ theme }: any) => {
8394
+ '& .SCLiveStreamForm-cover': {
8395
+ position: string;
8396
+ height: number;
8397
+ minHeight: number;
8398
+ '& .SCEventForm-upload-event-cover-root': {
8399
+ position: string;
8400
+ right: any;
8401
+ bottom: any;
8402
+ padding: any;
8403
+ minWidth: string;
8404
+ };
8405
+ };
8394
8406
  "& .SCLiveStreamForm-actions": {
8395
8407
  display: string;
8396
8408
  justifyContent: string;
@@ -8402,16 +8414,24 @@ declare const theme: {
8402
8414
  SCLiveStreamRoom: {
8403
8415
  styleOverrides: {
8404
8416
  root: ({ theme }: any) => {
8405
- backgroundColor: string;
8406
- height: string;
8417
+ width: string;
8407
8418
  display: string;
8408
8419
  justifyContent: string;
8409
8420
  alignContent: string;
8410
8421
  "& .SCLiveStreamRoom-preJoin": {
8422
+ padding: any;
8411
8423
  display: string;
8412
8424
  placeItems: string;
8413
8425
  height: string;
8414
8426
  };
8427
+ "& .SCLiveStreamRoom-conference": {
8428
+ width: string;
8429
+ };
8430
+ '& .lk-prejoin': {
8431
+ width: string;
8432
+ backgroundColor: string;
8433
+ borderRadius: any;
8434
+ };
8415
8435
  '& .lk-form-control': {
8416
8436
  display: string;
8417
8437
  };