@selfcommunity/react-theme-default 0.2.0-live.53 → 0.2.0-live.55

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.
@@ -14,6 +14,9 @@ declare const Component: {
14
14
  placeItems: string;
15
15
  height: string;
16
16
  position: string;
17
+ '& .lk-form-control': {
18
+ display: string;
19
+ };
17
20
  };
18
21
  "& .SCLiveStreamRoom-prejoin-loading": {
19
22
  '& .lk-prejoin': {
@@ -42,9 +45,6 @@ declare const Component: {
42
45
  backgroundColor: string;
43
46
  borderRadius: any;
44
47
  };
45
- '& .lk-form-control': {
46
- display: string;
47
- };
48
48
  '& .lk-join-button': {
49
49
  backgroundColor: any;
50
50
  color: any;
@@ -15,7 +15,10 @@ const Component = {
15
15
  display: 'grid',
16
16
  placeItems: 'center',
17
17
  height: '100%',
18
- position: 'relative'
18
+ position: 'relative',
19
+ '& .lk-form-control': {
20
+ display: 'none'
21
+ }
19
22
  },
20
23
  [`& .SCLiveStreamRoom-prejoin-loading`]: {
21
24
  '& .lk-prejoin': {
@@ -44,9 +47,6 @@ const Component = {
44
47
  backgroundColor: '#111111',
45
48
  borderRadius: theme.shape.borderRadiusSm
46
49
  },
47
- '& .lk-form-control': {
48
- display: 'none'
49
- },
50
50
  '& .lk-join-button': {
51
51
  backgroundColor: theme.palette.primary.main,
52
52
  color: theme.palette.common.white,
@@ -8427,6 +8427,9 @@ declare const theme: {
8427
8427
  placeItems: string;
8428
8428
  height: string;
8429
8429
  position: string;
8430
+ '& .lk-form-control': {
8431
+ display: string;
8432
+ };
8430
8433
  };
8431
8434
  "& .SCLiveStreamRoom-prejoin-loading": {
8432
8435
  '& .lk-prejoin': {
@@ -8455,9 +8458,6 @@ declare const theme: {
8455
8458
  backgroundColor: string;
8456
8459
  borderRadius: any;
8457
8460
  };
8458
- '& .lk-form-control': {
8459
- display: string;
8460
- };
8461
8461
  '& .lk-join-button': {
8462
8462
  backgroundColor: any;
8463
8463
  color: any;
@@ -14,6 +14,9 @@ declare const Component: {
14
14
  placeItems: string;
15
15
  height: string;
16
16
  position: string;
17
+ '& .lk-form-control': {
18
+ display: string;
19
+ };
17
20
  };
18
21
  "& .SCLiveStreamRoom-prejoin-loading": {
19
22
  '& .lk-prejoin': {
@@ -42,9 +45,6 @@ declare const Component: {
42
45
  backgroundColor: string;
43
46
  borderRadius: any;
44
47
  };
45
- '& .lk-form-control': {
46
- display: string;
47
- };
48
48
  '& .lk-join-button': {
49
49
  backgroundColor: any;
50
50
  color: any;
@@ -13,7 +13,10 @@ const Component = {
13
13
  display: 'grid',
14
14
  placeItems: 'center',
15
15
  height: '100%',
16
- position: 'relative'
16
+ position: 'relative',
17
+ '& .lk-form-control': {
18
+ display: 'none'
19
+ }
17
20
  },
18
21
  [`& .SCLiveStreamRoom-prejoin-loading`]: {
19
22
  '& .lk-prejoin': {
@@ -42,9 +45,6 @@ const Component = {
42
45
  backgroundColor: '#111111',
43
46
  borderRadius: theme.shape.borderRadiusSm
44
47
  },
45
- '& .lk-form-control': {
46
- display: 'none'
47
- },
48
48
  '& .lk-join-button': {
49
49
  backgroundColor: theme.palette.primary.main,
50
50
  color: theme.palette.common.white,
@@ -8427,6 +8427,9 @@ declare const theme: {
8427
8427
  placeItems: string;
8428
8428
  height: string;
8429
8429
  position: string;
8430
+ '& .lk-form-control': {
8431
+ display: string;
8432
+ };
8430
8433
  };
8431
8434
  "& .SCLiveStreamRoom-prejoin-loading": {
8432
8435
  '& .lk-prejoin': {
@@ -8455,9 +8458,6 @@ declare const theme: {
8455
8458
  backgroundColor: string;
8456
8459
  borderRadius: any;
8457
8460
  };
8458
- '& .lk-form-control': {
8459
- display: string;
8460
- };
8461
8461
  '& .lk-join-button': {
8462
8462
  backgroundColor: any;
8463
8463
  color: any;