@selfcommunity/react-theme-default 0.4.5-alpha.17 → 0.4.5-alpha.18
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
|
@@ -9193,11 +9193,18 @@ declare const theme: {
|
|
|
9193
9193
|
};
|
|
9194
9194
|
'& .lk-settings-menu-modal': {
|
|
9195
9195
|
minWidth: number;
|
|
9196
|
+
paddingTop: any;
|
|
9197
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
9198
|
+
color: any;
|
|
9199
|
+
position: string;
|
|
9200
|
+
top: number;
|
|
9201
|
+
right: number;
|
|
9202
|
+
};
|
|
9196
9203
|
'& .MuiFormControlLabel-root': {
|
|
9197
9204
|
marginLeft: number;
|
|
9198
9205
|
};
|
|
9199
|
-
'&
|
|
9200
|
-
color:
|
|
9206
|
+
'& .MuiTypography-body1': {
|
|
9207
|
+
color: string;
|
|
9201
9208
|
};
|
|
9202
9209
|
'& .MuiSwitch-track': {
|
|
9203
9210
|
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
|
@@ -9193,11 +9193,18 @@ declare const theme: {
|
|
|
9193
9193
|
};
|
|
9194
9194
|
'& .lk-settings-menu-modal': {
|
|
9195
9195
|
minWidth: number;
|
|
9196
|
+
paddingTop: any;
|
|
9197
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
9198
|
+
color: any;
|
|
9199
|
+
position: string;
|
|
9200
|
+
top: number;
|
|
9201
|
+
right: number;
|
|
9202
|
+
};
|
|
9196
9203
|
'& .MuiFormControlLabel-root': {
|
|
9197
9204
|
marginLeft: number;
|
|
9198
9205
|
};
|
|
9199
|
-
'&
|
|
9200
|
-
color:
|
|
9206
|
+
'& .MuiTypography-body1': {
|
|
9207
|
+
color: string;
|
|
9201
9208
|
};
|
|
9202
9209
|
'& .MuiSwitch-track': {
|
|
9203
9210
|
backgroundColor: any;
|