@selfcommunity/react-theme-default 0.4.5-alpha.15 → 0.4.5-alpha.16

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.
@@ -103,7 +103,14 @@ declare const Component: {
103
103
  alignItems: string;
104
104
  alignContent: string;
105
105
  flexDirection: string;
106
- "& .SCLiveStreamVideoConference-btn-back-home": {
106
+ "& .SCLiveStreamRoom-logo": {
107
+ img: {
108
+ maxHeight: number;
109
+ maxWidth: number;
110
+ };
111
+ marginBottom: any;
112
+ };
113
+ "& .SCLiveStreamRoom-btn-back-home": {
107
114
  marginTop: any;
108
115
  };
109
116
  };
@@ -105,7 +105,14 @@ const Component = {
105
105
  alignItems: 'center',
106
106
  alignContent: 'center',
107
107
  flexDirection: 'column',
108
- [`& .SCLiveStreamVideoConference-btn-back-home`]: {
108
+ [`& .SCLiveStreamRoom-logo`]: {
109
+ img: {
110
+ maxHeight: 60,
111
+ maxWidth: 300
112
+ },
113
+ marginBottom: theme.spacing(2)
114
+ },
115
+ [`& .SCLiveStreamRoom-btn-back-home`]: {
109
116
  marginTop: theme.spacing(2)
110
117
  }
111
118
  }
@@ -15,7 +15,8 @@ declare const Component: {
15
15
  textAlign: string;
16
16
  "& .SCLiveStreamVideoConference-logo": {
17
17
  img: {
18
- maxHeight: string;
18
+ maxHeight: number;
19
+ maxWidth: number;
19
20
  };
20
21
  marginBottom: any;
21
22
  };
@@ -17,7 +17,8 @@ const Component = {
17
17
  textAlign: 'center',
18
18
  [`& .SCLiveStreamVideoConference-logo`]: {
19
19
  img: {
20
- maxHeight: '100px'
20
+ maxHeight: 70,
21
+ maxWidth: 300
21
22
  },
22
23
  marginBottom: theme.spacing(2)
23
24
  },
@@ -9195,7 +9195,14 @@ declare const theme: {
9195
9195
  alignItems: string;
9196
9196
  alignContent: string;
9197
9197
  flexDirection: string;
9198
- "& .SCLiveStreamVideoConference-btn-back-home": {
9198
+ "& .SCLiveStreamRoom-logo": {
9199
+ img: {
9200
+ maxHeight: number;
9201
+ maxWidth: number;
9202
+ };
9203
+ marginBottom: any;
9204
+ };
9205
+ "& .SCLiveStreamRoom-btn-back-home": {
9199
9206
  marginTop: any;
9200
9207
  };
9201
9208
  };
@@ -9219,7 +9226,8 @@ declare const theme: {
9219
9226
  textAlign: string;
9220
9227
  "& .SCLiveStreamVideoConference-logo": {
9221
9228
  img: {
9222
- maxHeight: string;
9229
+ maxHeight: number;
9230
+ maxWidth: number;
9223
9231
  };
9224
9232
  marginBottom: any;
9225
9233
  };
@@ -103,7 +103,14 @@ declare const Component: {
103
103
  alignItems: string;
104
104
  alignContent: string;
105
105
  flexDirection: string;
106
- "& .SCLiveStreamVideoConference-btn-back-home": {
106
+ "& .SCLiveStreamRoom-logo": {
107
+ img: {
108
+ maxHeight: number;
109
+ maxWidth: number;
110
+ };
111
+ marginBottom: any;
112
+ };
113
+ "& .SCLiveStreamRoom-btn-back-home": {
107
114
  marginTop: any;
108
115
  };
109
116
  };
@@ -103,7 +103,14 @@ const Component = {
103
103
  alignItems: 'center',
104
104
  alignContent: 'center',
105
105
  flexDirection: 'column',
106
- [`& .SCLiveStreamVideoConference-btn-back-home`]: {
106
+ [`& .SCLiveStreamRoom-logo`]: {
107
+ img: {
108
+ maxHeight: 60,
109
+ maxWidth: 300
110
+ },
111
+ marginBottom: theme.spacing(2)
112
+ },
113
+ [`& .SCLiveStreamRoom-btn-back-home`]: {
107
114
  marginTop: theme.spacing(2)
108
115
  }
109
116
  }
@@ -15,7 +15,8 @@ declare const Component: {
15
15
  textAlign: string;
16
16
  "& .SCLiveStreamVideoConference-logo": {
17
17
  img: {
18
- maxHeight: string;
18
+ maxHeight: number;
19
+ maxWidth: number;
19
20
  };
20
21
  marginBottom: any;
21
22
  };
@@ -15,7 +15,8 @@ const Component = {
15
15
  textAlign: 'center',
16
16
  [`& .SCLiveStreamVideoConference-logo`]: {
17
17
  img: {
18
- maxHeight: '100px'
18
+ maxHeight: 70,
19
+ maxWidth: 300
19
20
  },
20
21
  marginBottom: theme.spacing(2)
21
22
  },
@@ -9195,7 +9195,14 @@ declare const theme: {
9195
9195
  alignItems: string;
9196
9196
  alignContent: string;
9197
9197
  flexDirection: string;
9198
- "& .SCLiveStreamVideoConference-btn-back-home": {
9198
+ "& .SCLiveStreamRoom-logo": {
9199
+ img: {
9200
+ maxHeight: number;
9201
+ maxWidth: number;
9202
+ };
9203
+ marginBottom: any;
9204
+ };
9205
+ "& .SCLiveStreamRoom-btn-back-home": {
9199
9206
  marginTop: any;
9200
9207
  };
9201
9208
  };
@@ -9219,7 +9226,8 @@ declare const theme: {
9219
9226
  textAlign: string;
9220
9227
  "& .SCLiveStreamVideoConference-logo": {
9221
9228
  img: {
9222
- maxHeight: string;
9229
+ maxHeight: number;
9230
+ maxWidth: number;
9223
9231
  };
9224
9232
  marginBottom: any;
9225
9233
  };