@selfcommunity/react-theme-default 0.4.5-alpha.16 → 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.
@@ -18,6 +18,8 @@ declare const Component: {
18
18
  "& a": {
19
19
  color: any;
20
20
  fontWeight: string;
21
+ textDecoration: string;
22
+ whiteSpace: string;
21
23
  };
22
24
  };
23
25
  "& .SCLiveStreamForm-access-view": {
@@ -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,25 @@ declare const Component: {
95
95
  backgroundColor: any;
96
96
  };
97
97
  };
98
+ '& .lk-settings-menu-modal': {
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
+ };
107
+ '& .MuiFormControlLabel-root': {
108
+ marginLeft: number;
109
+ };
110
+ '& .MuiTypography-body1': {
111
+ color: string;
112
+ };
113
+ '& .MuiSwitch-track': {
114
+ backgroundColor: any;
115
+ };
116
+ };
98
117
  };
99
118
  dialogRoot: ({ theme }: any) => {
100
119
  "& .SCLiveStreamRoom-end-conference-wrap": {
@@ -96,6 +96,25 @@ const Component = {
96
96
  '&:hover': {
97
97
  backgroundColor: theme.palette.primary.dark
98
98
  }
99
+ },
100
+ '& .lk-settings-menu-modal': {
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
+ },
109
+ '& .MuiFormControlLabel-root': {
110
+ marginLeft: 0
111
+ },
112
+ '& .MuiTypography-body1': {
113
+ color: '#FFF !important'
114
+ },
115
+ '& .MuiSwitch-track': {
116
+ backgroundColor: theme.palette.grey['300']
117
+ }
99
118
  }
100
119
  }),
101
120
  dialogRoot: ({ theme }) => ({
@@ -6,6 +6,8 @@ declare const Component: {
6
6
  "& a": {
7
7
  color: any;
8
8
  fontWeight: string;
9
+ textDecoration: string;
10
+ whiteSpace: string;
9
11
  };
10
12
  };
11
13
  '& .SCLiveStreamSelector-options': {
@@ -7,7 +7,9 @@ const Component = {
7
7
  margin: theme.spacing(2, 5, 2, 5),
8
8
  [`& a`]: {
9
9
  color: theme.palette.common.white,
10
- fontWeight: 'bold'
10
+ fontWeight: 'bold',
11
+ textDecoration: 'underline',
12
+ whiteSpace: 'nowrap'
11
13
  }
12
14
  },
13
15
  '& .SCLiveStreamSelector-options': {
@@ -8981,6 +8981,8 @@ declare const theme: {
8981
8981
  "& a": {
8982
8982
  color: any;
8983
8983
  fontWeight: string;
8984
+ textDecoration: string;
8985
+ whiteSpace: string;
8984
8986
  };
8985
8987
  };
8986
8988
  '& .SCLiveStreamSelector-options': {
@@ -9063,6 +9065,8 @@ declare const theme: {
9063
9065
  "& a": {
9064
9066
  color: any;
9065
9067
  fontWeight: string;
9068
+ textDecoration: string;
9069
+ whiteSpace: string;
9066
9070
  };
9067
9071
  };
9068
9072
  "& .SCLiveStreamForm-access-view": {
@@ -9187,6 +9191,25 @@ declare const theme: {
9187
9191
  backgroundColor: any;
9188
9192
  };
9189
9193
  };
9194
+ '& .lk-settings-menu-modal': {
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
+ };
9203
+ '& .MuiFormControlLabel-root': {
9204
+ marginLeft: number;
9205
+ };
9206
+ '& .MuiTypography-body1': {
9207
+ color: string;
9208
+ };
9209
+ '& .MuiSwitch-track': {
9210
+ backgroundColor: any;
9211
+ };
9212
+ };
9190
9213
  };
9191
9214
  dialogRoot: ({ theme }: any) => {
9192
9215
  "& .SCLiveStreamRoom-end-conference-wrap": {
@@ -18,6 +18,8 @@ declare const Component: {
18
18
  "& a": {
19
19
  color: any;
20
20
  fontWeight: string;
21
+ textDecoration: string;
22
+ whiteSpace: string;
21
23
  };
22
24
  };
23
25
  "& .SCLiveStreamForm-access-view": {
@@ -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,25 @@ declare const Component: {
95
95
  backgroundColor: any;
96
96
  };
97
97
  };
98
+ '& .lk-settings-menu-modal': {
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
+ };
107
+ '& .MuiFormControlLabel-root': {
108
+ marginLeft: number;
109
+ };
110
+ '& .MuiTypography-body1': {
111
+ color: string;
112
+ };
113
+ '& .MuiSwitch-track': {
114
+ backgroundColor: any;
115
+ };
116
+ };
98
117
  };
99
118
  dialogRoot: ({ theme }: any) => {
100
119
  "& .SCLiveStreamRoom-end-conference-wrap": {
@@ -94,6 +94,25 @@ const Component = {
94
94
  '&:hover': {
95
95
  backgroundColor: theme.palette.primary.dark
96
96
  }
97
+ },
98
+ '& .lk-settings-menu-modal': {
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
+ },
107
+ '& .MuiFormControlLabel-root': {
108
+ marginLeft: 0
109
+ },
110
+ '& .MuiTypography-body1': {
111
+ color: '#FFF !important'
112
+ },
113
+ '& .MuiSwitch-track': {
114
+ backgroundColor: theme.palette.grey['300']
115
+ }
97
116
  }
98
117
  }),
99
118
  dialogRoot: ({ theme }) => ({
@@ -6,6 +6,8 @@ declare const Component: {
6
6
  "& a": {
7
7
  color: any;
8
8
  fontWeight: string;
9
+ textDecoration: string;
10
+ whiteSpace: string;
9
11
  };
10
12
  };
11
13
  '& .SCLiveStreamSelector-options': {
@@ -5,7 +5,9 @@ const Component = {
5
5
  margin: theme.spacing(2, 5, 2, 5),
6
6
  [`& a`]: {
7
7
  color: theme.palette.common.white,
8
- fontWeight: 'bold'
8
+ fontWeight: 'bold',
9
+ textDecoration: 'underline',
10
+ whiteSpace: 'nowrap'
9
11
  }
10
12
  },
11
13
  '& .SCLiveStreamSelector-options': {
@@ -8981,6 +8981,8 @@ declare const theme: {
8981
8981
  "& a": {
8982
8982
  color: any;
8983
8983
  fontWeight: string;
8984
+ textDecoration: string;
8985
+ whiteSpace: string;
8984
8986
  };
8985
8987
  };
8986
8988
  '& .SCLiveStreamSelector-options': {
@@ -9063,6 +9065,8 @@ declare const theme: {
9063
9065
  "& a": {
9064
9066
  color: any;
9065
9067
  fontWeight: string;
9068
+ textDecoration: string;
9069
+ whiteSpace: string;
9066
9070
  };
9067
9071
  };
9068
9072
  "& .SCLiveStreamForm-access-view": {
@@ -9187,6 +9191,25 @@ declare const theme: {
9187
9191
  backgroundColor: any;
9188
9192
  };
9189
9193
  };
9194
+ '& .lk-settings-menu-modal': {
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
+ };
9203
+ '& .MuiFormControlLabel-root': {
9204
+ marginLeft: number;
9205
+ };
9206
+ '& .MuiTypography-body1': {
9207
+ color: string;
9208
+ };
9209
+ '& .MuiSwitch-track': {
9210
+ backgroundColor: any;
9211
+ };
9212
+ };
9190
9213
  };
9191
9214
  dialogRoot: ({ theme }: any) => {
9192
9215
  "& .SCLiveStreamRoom-end-conference-wrap": {