@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.
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +8 -1
- package/lib/cjs/components/SCLiveStreamRoom.js +8 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/cjs/index.d.ts +10 -2
- package/lib/esm/components/SCLiveStreamRoom.d.ts +8 -1
- package/lib/esm/components/SCLiveStreamRoom.js +8 -1
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/esm/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/esm/index.d.ts +10 -2
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -103,7 +103,14 @@ declare const Component: {
|
|
|
103
103
|
alignItems: string;
|
|
104
104
|
alignContent: string;
|
|
105
105
|
flexDirection: string;
|
|
106
|
-
"& .
|
|
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
|
-
[`& .
|
|
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
|
}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -9195,7 +9195,14 @@ declare const theme: {
|
|
|
9195
9195
|
alignItems: string;
|
|
9196
9196
|
alignContent: string;
|
|
9197
9197
|
flexDirection: string;
|
|
9198
|
-
"& .
|
|
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:
|
|
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
|
-
"& .
|
|
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
|
-
[`& .
|
|
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
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -9195,7 +9195,14 @@ declare const theme: {
|
|
|
9195
9195
|
alignItems: string;
|
|
9196
9196
|
alignContent: string;
|
|
9197
9197
|
flexDirection: string;
|
|
9198
|
-
"& .
|
|
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:
|
|
9229
|
+
maxHeight: number;
|
|
9230
|
+
maxWidth: number;
|
|
9223
9231
|
};
|
|
9224
9232
|
marginBottom: any;
|
|
9225
9233
|
};
|