@selfcommunity/react-theme-default 0.4.2-courses.115 → 0.4.2-courses.117
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 +9 -2
- package/lib/cjs/components/SCLiveStreamRoom.js +10 -3
- package/lib/cjs/index.d.ts +9 -2
- package/lib/esm/components/SCLiveStreamRoom.d.ts +9 -2
- package/lib/esm/components/SCLiveStreamRoom.js +10 -3
- package/lib/esm/index.d.ts +9 -2
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -97,11 +97,18 @@ declare const Component: {
|
|
|
97
97
|
};
|
|
98
98
|
'& .lk-settings-menu-modal': {
|
|
99
99
|
minWidth: number;
|
|
100
|
+
paddingTop: any;
|
|
101
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
102
|
+
color: any;
|
|
103
|
+
position: string;
|
|
104
|
+
top: number;
|
|
105
|
+
right: number;
|
|
106
|
+
};
|
|
100
107
|
'& .MuiFormControlLabel-root': {
|
|
101
108
|
marginLeft: number;
|
|
102
109
|
};
|
|
103
|
-
'&
|
|
104
|
-
color:
|
|
110
|
+
'& .MuiTypography-body1': {
|
|
111
|
+
color: string;
|
|
105
112
|
};
|
|
106
113
|
'& .MuiSwitch-track': {
|
|
107
114
|
backgroundColor: any;
|
|
@@ -98,12 +98,19 @@ const Component = {
|
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
'& .lk-settings-menu-modal': {
|
|
101
|
-
minWidth:
|
|
101
|
+
minWidth: 290,
|
|
102
|
+
paddingTop: theme.spacing(3),
|
|
103
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
104
|
+
color: theme.palette.common.white,
|
|
105
|
+
position: 'absolute',
|
|
106
|
+
top: 3,
|
|
107
|
+
right: 2
|
|
108
|
+
},
|
|
102
109
|
'& .MuiFormControlLabel-root': {
|
|
103
110
|
marginLeft: 0
|
|
104
111
|
},
|
|
105
|
-
'&
|
|
106
|
-
color:
|
|
112
|
+
'& .MuiTypography-body1': {
|
|
113
|
+
color: '#FFF !important'
|
|
107
114
|
},
|
|
108
115
|
'& .MuiSwitch-track': {
|
|
109
116
|
backgroundColor: theme.palette.grey['300']
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -10872,11 +10872,18 @@ declare const theme: {
|
|
|
10872
10872
|
};
|
|
10873
10873
|
'& .lk-settings-menu-modal': {
|
|
10874
10874
|
minWidth: number;
|
|
10875
|
+
paddingTop: any;
|
|
10876
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
10877
|
+
color: any;
|
|
10878
|
+
position: string;
|
|
10879
|
+
top: number;
|
|
10880
|
+
right: number;
|
|
10881
|
+
};
|
|
10875
10882
|
'& .MuiFormControlLabel-root': {
|
|
10876
10883
|
marginLeft: number;
|
|
10877
10884
|
};
|
|
10878
|
-
'&
|
|
10879
|
-
color:
|
|
10885
|
+
'& .MuiTypography-body1': {
|
|
10886
|
+
color: string;
|
|
10880
10887
|
};
|
|
10881
10888
|
'& .MuiSwitch-track': {
|
|
10882
10889
|
backgroundColor: any;
|
|
@@ -97,11 +97,18 @@ declare const Component: {
|
|
|
97
97
|
};
|
|
98
98
|
'& .lk-settings-menu-modal': {
|
|
99
99
|
minWidth: number;
|
|
100
|
+
paddingTop: any;
|
|
101
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
102
|
+
color: any;
|
|
103
|
+
position: string;
|
|
104
|
+
top: number;
|
|
105
|
+
right: number;
|
|
106
|
+
};
|
|
100
107
|
'& .MuiFormControlLabel-root': {
|
|
101
108
|
marginLeft: number;
|
|
102
109
|
};
|
|
103
|
-
'&
|
|
104
|
-
color:
|
|
110
|
+
'& .MuiTypography-body1': {
|
|
111
|
+
color: string;
|
|
105
112
|
};
|
|
106
113
|
'& .MuiSwitch-track': {
|
|
107
114
|
backgroundColor: any;
|
|
@@ -96,12 +96,19 @@ const Component = {
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
'& .lk-settings-menu-modal': {
|
|
99
|
-
minWidth:
|
|
99
|
+
minWidth: 290,
|
|
100
|
+
paddingTop: theme.spacing(3),
|
|
101
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
102
|
+
color: theme.palette.common.white,
|
|
103
|
+
position: 'absolute',
|
|
104
|
+
top: 3,
|
|
105
|
+
right: 2
|
|
106
|
+
},
|
|
100
107
|
'& .MuiFormControlLabel-root': {
|
|
101
108
|
marginLeft: 0
|
|
102
109
|
},
|
|
103
|
-
'&
|
|
104
|
-
color:
|
|
110
|
+
'& .MuiTypography-body1': {
|
|
111
|
+
color: '#FFF !important'
|
|
105
112
|
},
|
|
106
113
|
'& .MuiSwitch-track': {
|
|
107
114
|
backgroundColor: theme.palette.grey['300']
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -10872,11 +10872,18 @@ declare const theme: {
|
|
|
10872
10872
|
};
|
|
10873
10873
|
'& .lk-settings-menu-modal': {
|
|
10874
10874
|
minWidth: number;
|
|
10875
|
+
paddingTop: any;
|
|
10876
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
10877
|
+
color: any;
|
|
10878
|
+
position: string;
|
|
10879
|
+
top: number;
|
|
10880
|
+
right: number;
|
|
10881
|
+
};
|
|
10875
10882
|
'& .MuiFormControlLabel-root': {
|
|
10876
10883
|
marginLeft: number;
|
|
10877
10884
|
};
|
|
10878
|
-
'&
|
|
10879
|
-
color:
|
|
10885
|
+
'& .MuiTypography-body1': {
|
|
10886
|
+
color: string;
|
|
10880
10887
|
};
|
|
10881
10888
|
'& .MuiSwitch-track': {
|
|
10882
10889
|
backgroundColor: any;
|