@selfcommunity/react-theme-default 0.2.0-live.50 → 0.2.0-live.52
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 +3 -0
- package/lib/cjs/components/SCLiveStreamRoom.js +4 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +1 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.js +1 -0
- package/lib/cjs/index.d.ts +4 -0
- package/lib/esm/components/SCLiveStreamRoom.d.ts +3 -0
- package/lib/esm/components/SCLiveStreamRoom.js +4 -1
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +1 -0
- package/lib/esm/components/SCLiveStreamVideoConference.js +1 -0
- package/lib/esm/index.d.ts +4 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
package/lib/cjs/index.d.ts
CHANGED
|
@@ -8445,6 +8445,9 @@ declare const theme: {
|
|
|
8445
8445
|
width: string;
|
|
8446
8446
|
position: string;
|
|
8447
8447
|
textAlign: string;
|
|
8448
|
+
'& .MuiTypography-root': {
|
|
8449
|
+
color: string;
|
|
8450
|
+
};
|
|
8448
8451
|
};
|
|
8449
8452
|
'& .lk-prejoin': {
|
|
8450
8453
|
maxWidth: number;
|
|
@@ -8469,6 +8472,7 @@ declare const theme: {
|
|
|
8469
8472
|
styleOverrides: {
|
|
8470
8473
|
root: ({ theme }: any) => {
|
|
8471
8474
|
height: string;
|
|
8475
|
+
overflowY: string;
|
|
8472
8476
|
"& .SCLiveStreamVideoConference-end-conference-wrap": {
|
|
8473
8477
|
display: string;
|
|
8474
8478
|
justifyContent: string;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -8445,6 +8445,9 @@ declare const theme: {
|
|
|
8445
8445
|
width: string;
|
|
8446
8446
|
position: string;
|
|
8447
8447
|
textAlign: string;
|
|
8448
|
+
'& .MuiTypography-root': {
|
|
8449
|
+
color: string;
|
|
8450
|
+
};
|
|
8448
8451
|
};
|
|
8449
8452
|
'& .lk-prejoin': {
|
|
8450
8453
|
maxWidth: number;
|
|
@@ -8469,6 +8472,7 @@ declare const theme: {
|
|
|
8469
8472
|
styleOverrides: {
|
|
8470
8473
|
root: ({ theme }: any) => {
|
|
8471
8474
|
height: string;
|
|
8475
|
+
overflowY: string;
|
|
8472
8476
|
"& .SCLiveStreamVideoConference-end-conference-wrap": {
|
|
8473
8477
|
display: string;
|
|
8474
8478
|
justifyContent: string;
|