@selfcommunity/react-theme-default 0.4.2-courses.113 → 0.4.2-courses.115
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/SCLiveStreamForm.d.ts +2 -0
- package/lib/cjs/components/SCLiveStreamForm.js +3 -1
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +12 -0
- package/lib/cjs/components/SCLiveStreamRoom.js +12 -0
- package/lib/cjs/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/cjs/components/SCLiveStreamSelector.js +3 -1
- package/lib/cjs/index.d.ts +16 -0
- package/lib/esm/components/SCLiveStreamForm.d.ts +2 -0
- package/lib/esm/components/SCLiveStreamForm.js +3 -1
- package/lib/esm/components/SCLiveStreamRoom.d.ts +12 -0
- package/lib/esm/components/SCLiveStreamRoom.js +12 -0
- package/lib/esm/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/esm/components/SCLiveStreamSelector.js +3 -1
- package/lib/esm/index.d.ts +16 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -19,7 +19,9 @@ const Component = {
|
|
|
19
19
|
margin: theme.spacing(2, 0),
|
|
20
20
|
[`& a`]: {
|
|
21
21
|
color: theme.palette.common.white,
|
|
22
|
-
fontWeight: 'bold'
|
|
22
|
+
fontWeight: 'bold',
|
|
23
|
+
textDecoration: 'underline',
|
|
24
|
+
whiteSpace: 'nowrap'
|
|
23
25
|
}
|
|
24
26
|
},
|
|
25
27
|
[`& .SCLiveStreamForm-access-view`]: {
|
|
@@ -95,6 +95,18 @@ declare const Component: {
|
|
|
95
95
|
backgroundColor: any;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
|
+
'& .lk-settings-menu-modal': {
|
|
99
|
+
minWidth: number;
|
|
100
|
+
'& .MuiFormControlLabel-root': {
|
|
101
|
+
marginLeft: number;
|
|
102
|
+
};
|
|
103
|
+
'& div.MuiTypography-body1': {
|
|
104
|
+
color: any;
|
|
105
|
+
};
|
|
106
|
+
'& .MuiSwitch-track': {
|
|
107
|
+
backgroundColor: any;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
98
110
|
};
|
|
99
111
|
dialogRoot: ({ theme }: any) => {
|
|
100
112
|
"& .SCLiveStreamRoom-end-conference-wrap": {
|
|
@@ -96,6 +96,18 @@ const Component = {
|
|
|
96
96
|
'&:hover': {
|
|
97
97
|
backgroundColor: theme.palette.primary.dark
|
|
98
98
|
}
|
|
99
|
+
},
|
|
100
|
+
'& .lk-settings-menu-modal': {
|
|
101
|
+
minWidth: 250,
|
|
102
|
+
'& .MuiFormControlLabel-root': {
|
|
103
|
+
marginLeft: 0
|
|
104
|
+
},
|
|
105
|
+
'& div.MuiTypography-body1': {
|
|
106
|
+
color: theme.palette.common.white
|
|
107
|
+
},
|
|
108
|
+
'& .MuiSwitch-track': {
|
|
109
|
+
backgroundColor: theme.palette.grey['300']
|
|
110
|
+
}
|
|
99
111
|
}
|
|
100
112
|
}),
|
|
101
113
|
dialogRoot: ({ theme }) => ({
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -10660,6 +10660,8 @@ declare const theme: {
|
|
|
10660
10660
|
"& a": {
|
|
10661
10661
|
color: any;
|
|
10662
10662
|
fontWeight: string;
|
|
10663
|
+
textDecoration: string;
|
|
10664
|
+
whiteSpace: string;
|
|
10663
10665
|
};
|
|
10664
10666
|
};
|
|
10665
10667
|
'& .SCLiveStreamSelector-options': {
|
|
@@ -10742,6 +10744,8 @@ declare const theme: {
|
|
|
10742
10744
|
"& a": {
|
|
10743
10745
|
color: any;
|
|
10744
10746
|
fontWeight: string;
|
|
10747
|
+
textDecoration: string;
|
|
10748
|
+
whiteSpace: string;
|
|
10745
10749
|
};
|
|
10746
10750
|
};
|
|
10747
10751
|
"& .SCLiveStreamForm-access-view": {
|
|
@@ -10866,6 +10870,18 @@ declare const theme: {
|
|
|
10866
10870
|
backgroundColor: any;
|
|
10867
10871
|
};
|
|
10868
10872
|
};
|
|
10873
|
+
'& .lk-settings-menu-modal': {
|
|
10874
|
+
minWidth: number;
|
|
10875
|
+
'& .MuiFormControlLabel-root': {
|
|
10876
|
+
marginLeft: number;
|
|
10877
|
+
};
|
|
10878
|
+
'& div.MuiTypography-body1': {
|
|
10879
|
+
color: any;
|
|
10880
|
+
};
|
|
10881
|
+
'& .MuiSwitch-track': {
|
|
10882
|
+
backgroundColor: any;
|
|
10883
|
+
};
|
|
10884
|
+
};
|
|
10869
10885
|
};
|
|
10870
10886
|
dialogRoot: ({ theme }: any) => {
|
|
10871
10887
|
"& .SCLiveStreamRoom-end-conference-wrap": {
|
|
@@ -17,7 +17,9 @@ const Component = {
|
|
|
17
17
|
margin: theme.spacing(2, 0),
|
|
18
18
|
[`& a`]: {
|
|
19
19
|
color: theme.palette.common.white,
|
|
20
|
-
fontWeight: 'bold'
|
|
20
|
+
fontWeight: 'bold',
|
|
21
|
+
textDecoration: 'underline',
|
|
22
|
+
whiteSpace: 'nowrap'
|
|
21
23
|
}
|
|
22
24
|
},
|
|
23
25
|
[`& .SCLiveStreamForm-access-view`]: {
|
|
@@ -95,6 +95,18 @@ declare const Component: {
|
|
|
95
95
|
backgroundColor: any;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
|
+
'& .lk-settings-menu-modal': {
|
|
99
|
+
minWidth: number;
|
|
100
|
+
'& .MuiFormControlLabel-root': {
|
|
101
|
+
marginLeft: number;
|
|
102
|
+
};
|
|
103
|
+
'& div.MuiTypography-body1': {
|
|
104
|
+
color: any;
|
|
105
|
+
};
|
|
106
|
+
'& .MuiSwitch-track': {
|
|
107
|
+
backgroundColor: any;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
98
110
|
};
|
|
99
111
|
dialogRoot: ({ theme }: any) => {
|
|
100
112
|
"& .SCLiveStreamRoom-end-conference-wrap": {
|
|
@@ -94,6 +94,18 @@ const Component = {
|
|
|
94
94
|
'&:hover': {
|
|
95
95
|
backgroundColor: theme.palette.primary.dark
|
|
96
96
|
}
|
|
97
|
+
},
|
|
98
|
+
'& .lk-settings-menu-modal': {
|
|
99
|
+
minWidth: 250,
|
|
100
|
+
'& .MuiFormControlLabel-root': {
|
|
101
|
+
marginLeft: 0
|
|
102
|
+
},
|
|
103
|
+
'& div.MuiTypography-body1': {
|
|
104
|
+
color: theme.palette.common.white
|
|
105
|
+
},
|
|
106
|
+
'& .MuiSwitch-track': {
|
|
107
|
+
backgroundColor: theme.palette.grey['300']
|
|
108
|
+
}
|
|
97
109
|
}
|
|
98
110
|
}),
|
|
99
111
|
dialogRoot: ({ theme }) => ({
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -10660,6 +10660,8 @@ declare const theme: {
|
|
|
10660
10660
|
"& a": {
|
|
10661
10661
|
color: any;
|
|
10662
10662
|
fontWeight: string;
|
|
10663
|
+
textDecoration: string;
|
|
10664
|
+
whiteSpace: string;
|
|
10663
10665
|
};
|
|
10664
10666
|
};
|
|
10665
10667
|
'& .SCLiveStreamSelector-options': {
|
|
@@ -10742,6 +10744,8 @@ declare const theme: {
|
|
|
10742
10744
|
"& a": {
|
|
10743
10745
|
color: any;
|
|
10744
10746
|
fontWeight: string;
|
|
10747
|
+
textDecoration: string;
|
|
10748
|
+
whiteSpace: string;
|
|
10745
10749
|
};
|
|
10746
10750
|
};
|
|
10747
10751
|
"& .SCLiveStreamForm-access-view": {
|
|
@@ -10866,6 +10870,18 @@ declare const theme: {
|
|
|
10866
10870
|
backgroundColor: any;
|
|
10867
10871
|
};
|
|
10868
10872
|
};
|
|
10873
|
+
'& .lk-settings-menu-modal': {
|
|
10874
|
+
minWidth: number;
|
|
10875
|
+
'& .MuiFormControlLabel-root': {
|
|
10876
|
+
marginLeft: number;
|
|
10877
|
+
};
|
|
10878
|
+
'& div.MuiTypography-body1': {
|
|
10879
|
+
color: any;
|
|
10880
|
+
};
|
|
10881
|
+
'& .MuiSwitch-track': {
|
|
10882
|
+
backgroundColor: any;
|
|
10883
|
+
};
|
|
10884
|
+
};
|
|
10869
10885
|
};
|
|
10870
10886
|
dialogRoot: ({ theme }: any) => {
|
|
10871
10887
|
"& .SCLiveStreamRoom-end-conference-wrap": {
|