@selfcommunity/react-theme-default 0.2.0-live.55 → 0.2.0-live.57

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.
@@ -0,0 +1,217 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {};
4
+ detailRoot: ({ theme }: any) => {
5
+ '& .SCLiveStream-detail-image-wrapper': {
6
+ position: string;
7
+ '& .SCLiveStream-detail-image': {
8
+ height: string;
9
+ };
10
+ '& .SCLiveStream-detail-in-progress': {
11
+ backgroundColor: any;
12
+ position: string;
13
+ top: number;
14
+ right: number;
15
+ color: any;
16
+ boxShadow: string;
17
+ };
18
+ };
19
+ '& .SCLiveStream-detail-content': {
20
+ padding: string;
21
+ '& .SCLiveStream-detail-user': {
22
+ marginTop: string;
23
+ '& .SCBaseItemButton-text': {
24
+ margin: number;
25
+ };
26
+ };
27
+ '& .SCLiveStream-detail-name-wrapper': {
28
+ textDecoration: string;
29
+ color: string;
30
+ '& .SCLiveStream-detail-name': {
31
+ marginBottom: string;
32
+ };
33
+ };
34
+ '& .SCLiveStream-detail-first-divider': {
35
+ marginTop: string;
36
+ marginBottom: any;
37
+ };
38
+ '& .SCLiveStream-detail-second-divider': {
39
+ marginTop: any;
40
+ marginBottom: string;
41
+ };
42
+ };
43
+ };
44
+ previewRoot: ({ theme }: any) => {
45
+ '& .SCLiveStream-preview-image-wrapper': {
46
+ position: string;
47
+ '& .SCLiveStream-preview-image': {
48
+ height: string;
49
+ };
50
+ '& .SCLiveStream-preview-in-progress': {
51
+ height: number;
52
+ backgroundColor: any;
53
+ position: string;
54
+ top: number;
55
+ right: number;
56
+ color: any;
57
+ boxShadow: string;
58
+ '& span': {
59
+ fontSize: string;
60
+ paddingLeft: any;
61
+ paddingRight: any;
62
+ };
63
+ };
64
+ };
65
+ '& .SCLiveStream-preview-content': {
66
+ padding: string;
67
+ '& .SCLiveStreamInfoDetails-icon-text-wrapper': {
68
+ '& .MuiTypography-root': {
69
+ fontSize: string;
70
+ };
71
+ };
72
+ '& .SCLiveStream-detail-user': {
73
+ marginTop: string;
74
+ '& .SCBaseItemButton-text': {
75
+ margin: number;
76
+ };
77
+ };
78
+ '& .SCLiveStream-preview-name-wrapper': {
79
+ marginTop: number;
80
+ textDecoration: string;
81
+ color: string;
82
+ '& h5': {
83
+ whiteSpace: string;
84
+ overflow: string;
85
+ textOverflow: string;
86
+ };
87
+ };
88
+ };
89
+ };
90
+ snippetRoot: ({ theme }: any) => {
91
+ overflow: string;
92
+ boxSizing: string;
93
+ paddingLeft: string;
94
+ paddingRight: string;
95
+ '& .SCBaseItem-image': {
96
+ '& .MuiAvatar-root': {
97
+ width: number;
98
+ height: number;
99
+ '& img': {
100
+ borderRadius: string;
101
+ };
102
+ };
103
+ };
104
+ '& .SCLiveStream-snippet-image': {
105
+ position: string;
106
+ '& .SCLiveStream-snippet-in-progress': {
107
+ height: number;
108
+ backgroundColor: any;
109
+ position: string;
110
+ top: number;
111
+ right: number;
112
+ color: any;
113
+ boxShadow: string;
114
+ '& span': {
115
+ fontSize: string;
116
+ paddingLeft: any;
117
+ paddingRight: any;
118
+ };
119
+ };
120
+ };
121
+ '& .SCBaseItem-text': {
122
+ fontSize: any;
123
+ '& .SCLiveStream-snippet-primary': {
124
+ color: any;
125
+ textDecoration: string;
126
+ '&:hover': {
127
+ textDecoration: string;
128
+ };
129
+ '& p': {
130
+ fontWeight: any;
131
+ };
132
+ };
133
+ '& .SCLiveStream-snippet-secondary': {
134
+ color: any;
135
+ };
136
+ };
137
+ };
138
+ skeletonRoot: ({ theme }: any) => {
139
+ '& .SCLiveStream-skeleton-detail-root': {
140
+ '& .SCLiveStream-skeleton-detail-calendar': {
141
+ position: string;
142
+ bottom: string;
143
+ left: string;
144
+ boxShadow: string;
145
+ };
146
+ '& .SCLiveStream-skeleton-detail-content': {
147
+ padding: string;
148
+ '& .SCLiveStream-skeleton-detail-user': {
149
+ marginTop: string;
150
+ '& .SCBaseItemButton-text': {
151
+ margin: number;
152
+ };
153
+ };
154
+ '& .SCLiveStream-skeleton-detail-name-wrapper': {
155
+ textDecoration: string;
156
+ color: string;
157
+ '& .SCLiveStream-skeleton-detail-name': {
158
+ marginBottom: string;
159
+ };
160
+ };
161
+ '& .SCLiveStream-skeleton-detail-first-divider': {
162
+ marginTop: string;
163
+ marginBottom: any;
164
+ };
165
+ '& .SCLiveStream-skeleton-detail-second-divider': {
166
+ marginTop: any;
167
+ marginBottom: string;
168
+ };
169
+ };
170
+ };
171
+ '& .SCLiveStream-skeleton-preview-root': {
172
+ '& .SCLiveStream-skeleton-preview-content': {
173
+ padding: any;
174
+ };
175
+ '& .SCLiveStream-skeleton-preview-image': {
176
+ position: string;
177
+ '& .MuiSkeleton-root': {
178
+ borderRadius: string;
179
+ };
180
+ '& .MuiIcon-root': {
181
+ color: any;
182
+ position: string;
183
+ top: string;
184
+ left: string;
185
+ transform: string;
186
+ };
187
+ };
188
+ '& .SCBaseItem-actions': {
189
+ maxWidth: string;
190
+ };
191
+ };
192
+ '& .SCLiveStream-skeleton-snippet-root': {
193
+ overflow: string;
194
+ boxSizing: string;
195
+ paddingLeft: string;
196
+ paddingRight: string;
197
+ '& .SCLiveStream-skeleton-snippet-image': {
198
+ position: string;
199
+ '& .MuiSkeleton-root': {
200
+ borderRadius: string;
201
+ };
202
+ '& .MuiIcon-root': {
203
+ color: any;
204
+ position: string;
205
+ top: string;
206
+ left: string;
207
+ transform: string;
208
+ };
209
+ };
210
+ '& .SCBaseItem-actions': {
211
+ maxWidth: string;
212
+ };
213
+ };
214
+ };
215
+ };
216
+ };
217
+ export default Component;
@@ -0,0 +1,219 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({}),
6
+ detailRoot: ({ theme }) => ({
7
+ '& .SCLiveStream-detail-image-wrapper': {
8
+ position: 'relative',
9
+ '& .SCLiveStream-detail-image': {
10
+ height: '170px'
11
+ },
12
+ '& .SCLiveStream-detail-in-progress': {
13
+ backgroundColor: theme.palette.secondary.main,
14
+ position: 'absolute',
15
+ top: 10,
16
+ right: 10,
17
+ color: theme.palette.common.white,
18
+ boxShadow: 'rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px'
19
+ }
20
+ },
21
+ '& .SCLiveStream-detail-content': {
22
+ padding: `52px ${theme.spacing(3)} 0 !important`,
23
+ '& .SCLiveStream-detail-user': {
24
+ marginTop: '14px',
25
+ '& .SCBaseItemButton-text': {
26
+ margin: 0
27
+ }
28
+ },
29
+ '& .SCLiveStream-detail-name-wrapper': {
30
+ textDecoration: 'none',
31
+ color: 'inherit',
32
+ '& .SCLiveStream-detail-name': {
33
+ marginBottom: '10px'
34
+ }
35
+ },
36
+ '& .SCLiveStream-detail-first-divider': {
37
+ marginTop: '18px',
38
+ marginBottom: theme.spacing()
39
+ },
40
+ '& .SCLiveStream-detail-second-divider': {
41
+ marginTop: theme.spacing(),
42
+ marginBottom: '18px'
43
+ }
44
+ }
45
+ }),
46
+ previewRoot: ({ theme }) => ({
47
+ '& .SCLiveStream-preview-image-wrapper': {
48
+ position: 'relative',
49
+ '& .SCLiveStream-preview-image': {
50
+ height: '80px'
51
+ },
52
+ '& .SCLiveStream-preview-in-progress': {
53
+ height: 18,
54
+ backgroundColor: theme.palette.secondary.main,
55
+ position: 'absolute',
56
+ top: 7,
57
+ right: 7,
58
+ color: theme.palette.common.white,
59
+ boxShadow: 'rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px',
60
+ '& span': {
61
+ fontSize: '0.8rem',
62
+ paddingLeft: theme.spacing(0.5),
63
+ paddingRight: theme.spacing(0.5)
64
+ }
65
+ }
66
+ },
67
+ '& .SCLiveStream-preview-content': {
68
+ padding: `${theme.spacing()} !important`,
69
+ '& .SCLiveStreamInfoDetails-icon-text-wrapper': {
70
+ '& .MuiTypography-root': {
71
+ fontSize: '0.8rem'
72
+ }
73
+ },
74
+ '& .SCLiveStream-detail-user': {
75
+ marginTop: '14px',
76
+ '& .SCBaseItemButton-text': {
77
+ margin: 0
78
+ }
79
+ },
80
+ '& .SCLiveStream-preview-name-wrapper': {
81
+ marginTop: 3,
82
+ textDecoration: 'none',
83
+ color: 'inherit',
84
+ '& h5': {
85
+ whiteSpace: 'nowrap',
86
+ overflow: 'hidden',
87
+ textOverflow: 'ellipsis'
88
+ }
89
+ }
90
+ }
91
+ }),
92
+ snippetRoot: ({ theme }) => ({
93
+ overflow: 'visible',
94
+ boxSizing: 'border-box',
95
+ paddingLeft: `${theme.spacing()} !important`,
96
+ paddingRight: `${theme.spacing()} !important`,
97
+ '& .SCBaseItem-image': {
98
+ '& .MuiAvatar-root': {
99
+ width: 100,
100
+ height: 60,
101
+ '& img': {
102
+ borderRadius: '5px'
103
+ }
104
+ }
105
+ },
106
+ '& .SCLiveStream-snippet-image': {
107
+ position: 'relative',
108
+ '& .SCLiveStream-snippet-in-progress': {
109
+ height: 18,
110
+ backgroundColor: theme.palette.secondary.main,
111
+ position: 'absolute',
112
+ top: 5,
113
+ right: 3,
114
+ color: theme.palette.common.white,
115
+ boxShadow: 'rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px',
116
+ '& span': {
117
+ fontSize: '0.8rem',
118
+ paddingLeft: theme.spacing(0.5),
119
+ paddingRight: theme.spacing(0.5)
120
+ }
121
+ }
122
+ },
123
+ '& .SCBaseItem-text': {
124
+ fontSize: theme.typography.fontSize,
125
+ '& .SCLiveStream-snippet-primary': {
126
+ color: theme.palette.text.primary,
127
+ textDecoration: 'none',
128
+ '&:hover': {
129
+ textDecoration: 'none'
130
+ },
131
+ '& p': {
132
+ fontWeight: theme.typography.fontWeightBold
133
+ }
134
+ },
135
+ '& .SCLiveStream-snippet-secondary': {
136
+ color: theme.palette.text.secondary
137
+ }
138
+ }
139
+ }),
140
+ skeletonRoot: ({ theme }) => ({
141
+ '& .SCLiveStream-skeleton-detail-root': {
142
+ '& .SCLiveStream-skeleton-detail-calendar': {
143
+ position: 'absolute',
144
+ bottom: '-36px',
145
+ left: '24px',
146
+ boxShadow: '0px 3px 8px #00000040'
147
+ },
148
+ '& .SCLiveStream-skeleton-detail-content': {
149
+ padding: `52px ${theme.spacing(3)} 0 !important`,
150
+ '& .SCLiveStream-skeleton-detail-user': {
151
+ marginTop: '14px',
152
+ '& .SCBaseItemButton-text': {
153
+ margin: 0
154
+ }
155
+ },
156
+ '& .SCLiveStream-skeleton-detail-name-wrapper': {
157
+ textDecoration: 'none',
158
+ color: 'inherit',
159
+ '& .SCLiveStream-skeleton-detail-name': {
160
+ marginBottom: '10px'
161
+ }
162
+ },
163
+ '& .SCLiveStream-skeleton-detail-first-divider': {
164
+ marginTop: '18px',
165
+ marginBottom: theme.spacing()
166
+ },
167
+ '& .SCLiveStream-skeleton-detail-second-divider': {
168
+ marginTop: theme.spacing(),
169
+ marginBottom: '18px'
170
+ }
171
+ }
172
+ },
173
+ '& .SCLiveStream-skeleton-preview-root': {
174
+ '& .SCLiveStream-skeleton-preview-content': {
175
+ padding: theme.spacing()
176
+ },
177
+ '& .SCLiveStream-skeleton-preview-image': {
178
+ position: 'relative',
179
+ '& .MuiSkeleton-root': {
180
+ borderRadius: '5px'
181
+ },
182
+ '& .MuiIcon-root': {
183
+ color: theme.palette.common.white,
184
+ position: 'absolute',
185
+ top: '50%',
186
+ left: '50%',
187
+ transform: 'translate(-50%, -50%)'
188
+ }
189
+ },
190
+ '& .SCBaseItem-actions': {
191
+ maxWidth: 'none !important'
192
+ }
193
+ },
194
+ '& .SCLiveStream-skeleton-snippet-root': {
195
+ overflow: 'visible',
196
+ boxSizing: 'border-box',
197
+ paddingLeft: `${theme.spacing()} !important`,
198
+ paddingRight: `${theme.spacing()} !important`,
199
+ '& .SCLiveStream-skeleton-snippet-image': {
200
+ position: 'relative',
201
+ '& .MuiSkeleton-root': {
202
+ borderRadius: '5px'
203
+ },
204
+ '& .MuiIcon-root': {
205
+ color: theme.palette.common.white,
206
+ position: 'absolute',
207
+ top: '50%',
208
+ left: '50%',
209
+ transform: 'translate(-50%, -50%)'
210
+ }
211
+ },
212
+ '& .SCBaseItem-actions': {
213
+ maxWidth: 'none !important'
214
+ }
215
+ }
216
+ })
217
+ }
218
+ };
219
+ exports.default = Component;
@@ -13,6 +13,9 @@ declare const Component: {
13
13
  minWidth: string;
14
14
  };
15
15
  };
16
+ "& .SCLiveStreamForm-access-view": {
17
+ margin: any;
18
+ };
16
19
  "& .SCLiveStreamForm-actions": {
17
20
  display: string;
18
21
  justifyContent: string;
@@ -15,6 +15,9 @@ const Component = {
15
15
  minWidth: 'auto'
16
16
  }
17
17
  },
18
+ [`& .SCLiveStreamForm-access-view`]: {
19
+ margin: theme.spacing(2, 0),
20
+ },
18
21
  [`& .SCLiveStreamForm-actions`]: {
19
22
  display: 'flex',
20
23
  justifyContent: 'flex-end',
@@ -0,0 +1,15 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ margin: any;
5
+ '& .SCLiveStreamFormSettings-access-view': {
6
+ margin: any;
7
+ width: string;
8
+ '& .Mui-checked': {
9
+ color: any;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ };
15
+ export default Component;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ margin: theme.spacing(1, 0),
7
+ '& .SCLiveStreamFormSettings-access-view': {
8
+ margin: theme.spacing(2, 0),
9
+ width: '100%',
10
+ '& .Mui-checked': {
11
+ color: theme.palette.primary.main
12
+ }
13
+ }
14
+ })
15
+ }
16
+ };
17
+ exports.default = Component;
@@ -0,0 +1,43 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ gap: any;
7
+ '& .SCLiveStreamInfoDetails-icon-text-wrapper': {
8
+ flexDirection: string;
9
+ alignItems: string;
10
+ gap: any;
11
+ '& > p': {
12
+ textTransform: string;
13
+ };
14
+ '& .SCLiveStreamInfoDetails-link': {
15
+ textDecoration: string;
16
+ color: any;
17
+ '&:hover': {
18
+ textDecoration: string;
19
+ };
20
+ '& .SCLiveStreamInfoDetails-url': {
21
+ overflow: string;
22
+ textOverflow: string;
23
+ display: string;
24
+ '-webkit-line-clamp': string;
25
+ '-webkit-box-orient': string;
26
+ };
27
+ };
28
+ '& .SCLiveStreamInfoDetails-in-progress': {
29
+ width: string;
30
+ height: string;
31
+ borderRadius: string;
32
+ backgroundColor: any;
33
+ };
34
+ };
35
+ '& .SCLiveStreamInfoDetails-creation-wrapper': {
36
+ flexDirection: string;
37
+ alignItems: string;
38
+ gap: any;
39
+ };
40
+ };
41
+ };
42
+ };
43
+ export default Component;
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ gap: theme.spacing(0.5),
7
+ '& .SCLiveStreamInfoDetails-icon-text-wrapper': {
8
+ flexDirection: 'row',
9
+ alignItems: 'center',
10
+ gap: theme.spacing(0.75),
11
+ '& > p': {
12
+ textTransform: 'capitalize'
13
+ },
14
+ '& .SCLiveStreamInfoDetails-link': {
15
+ textDecoration: 'none',
16
+ color: theme.palette.text.primary,
17
+ '&:hover': {
18
+ textDecoration: 'underlined'
19
+ },
20
+ '& .SCLiveStreamInfoDetails-url': {
21
+ overflow: 'hidden',
22
+ textOverflow: 'ellipsis',
23
+ display: '-webkit-box',
24
+ '-webkit-line-clamp': '1',
25
+ '-webkit-box-orient': 'vertical'
26
+ }
27
+ },
28
+ '& .SCLiveStreamInfoDetails-in-progress': {
29
+ width: '6px',
30
+ height: '6px',
31
+ borderRadius: '9999px',
32
+ backgroundColor: theme.palette.secondary.main
33
+ }
34
+ },
35
+ '& .SCLiveStreamInfoDetails-creation-wrapper': {
36
+ flexDirection: 'row',
37
+ alignItems: 'center',
38
+ gap: theme.spacing(1)
39
+ }
40
+ })
41
+ }
42
+ };
43
+ exports.default = Component;