@selfcommunity/react-theme-default 0.4.5-alpha.8 → 0.4.5-payments.143
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/SCAccordionLessons.d.ts +55 -0
- package/lib/cjs/components/SCAccordionLessons.js +53 -0
- package/lib/cjs/components/SCAddUsersButton.d.ts +19 -0
- package/lib/cjs/components/SCAddUsersButton.js +21 -0
- package/lib/cjs/components/SCBaseItemButton.d.ts +26 -35
- package/lib/cjs/components/SCBaseItemButton.js +27 -36
- package/lib/cjs/components/SCBuyButton.d.ts +15 -0
- package/lib/cjs/components/SCBuyButton.js +13 -0
- package/lib/cjs/components/SCCheckoutSuccessDialog.d.ts +23 -0
- package/lib/cjs/components/SCCheckoutSuccessDialog.js +23 -0
- package/lib/cjs/components/SCCommentObject.d.ts +7 -17
- package/lib/cjs/components/SCCommentObject.js +7 -17
- package/lib/cjs/components/SCComposer.d.ts +50 -14
- package/lib/cjs/components/SCComposer.js +73 -16
- package/lib/cjs/components/SCContributionActionsMenu.js +1 -1
- package/lib/cjs/components/SCCourse.d.ts +243 -0
- package/lib/cjs/components/SCCourse.js +245 -0
- package/lib/cjs/components/SCCourseCompletedDialog.d.ts +21 -0
- package/lib/cjs/components/SCCourseCompletedDialog.js +23 -0
- package/lib/cjs/components/SCCourseContentMenu.d.ts +42 -0
- package/lib/cjs/components/SCCourseContentMenu.js +42 -0
- package/lib/cjs/components/SCCourseDashboard.d.ts +337 -0
- package/lib/cjs/components/SCCourseDashboard.js +329 -0
- package/lib/cjs/components/SCCourseForm.d.ts +143 -0
- package/lib/cjs/components/SCCourseForm.js +144 -0
- package/lib/cjs/components/SCCourseFormDialog.d.ts +6 -0
- package/lib/cjs/components/SCCourseFormDialog.js +8 -0
- package/lib/cjs/components/SCCourseInfoDetails.d.ts +43 -0
- package/lib/cjs/components/SCCourseInfoDetails.js +43 -0
- package/lib/cjs/components/SCCourseParticipantsButton.d.ts +56 -0
- package/lib/cjs/components/SCCourseParticipantsButton.js +53 -0
- package/lib/cjs/components/SCCourseUsersTable.d.ts +86 -0
- package/lib/cjs/components/SCCourseUsersTable.js +82 -0
- package/lib/cjs/components/SCCourses.d.ts +133 -0
- package/lib/cjs/components/SCCourses.js +135 -0
- package/lib/cjs/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/cjs/components/SCCreateCourseButton.js +14 -0
- package/lib/cjs/components/SCEditCourse.d.ts +273 -0
- package/lib/cjs/components/SCEditCourse.js +271 -0
- package/lib/cjs/components/SCEditor.d.ts +20 -0
- package/lib/cjs/components/SCEditor.js +20 -0
- package/lib/cjs/components/SCEmptyStatus.d.ts +33 -0
- package/lib/cjs/components/SCEmptyStatus.js +33 -0
- package/lib/cjs/components/SCFeedObject.d.ts +18 -12
- package/lib/cjs/components/SCFeedObject.js +18 -12
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +1 -1
- package/lib/cjs/components/SCLessonAppbar.d.ts +27 -0
- package/lib/cjs/components/SCLessonAppbar.js +28 -0
- package/lib/cjs/components/SCLessonCommentActionsMenu.d.ts +32 -0
- package/lib/cjs/components/SCLessonCommentActionsMenu.js +35 -0
- package/lib/cjs/components/SCLessonCommentObject.d.ts +117 -0
- package/lib/cjs/components/SCLessonCommentObject.js +119 -0
- package/lib/cjs/components/SCLessonCommentObjects.d.ts +48 -0
- package/lib/cjs/components/SCLessonCommentObjects.js +50 -0
- package/lib/cjs/components/SCLessonDrawer.d.ts +42 -0
- package/lib/cjs/components/SCLessonDrawer.js +44 -0
- package/lib/cjs/components/SCLessonEditForm.d.ts +33 -0
- package/lib/cjs/components/SCLessonEditForm.js +33 -0
- package/lib/cjs/components/SCLessonObject.d.ts +48 -0
- package/lib/cjs/components/SCLessonObject.js +51 -0
- package/lib/cjs/components/SCLessonReleaseMenu.d.ts +32 -0
- package/lib/cjs/components/SCLessonReleaseMenu.js +34 -0
- package/lib/cjs/components/SCLessonTemplate.d.ts +20 -0
- package/lib/cjs/components/SCLessonTemplate.js +20 -0
- package/lib/cjs/components/SCLiveStreamForm.d.ts +9 -0
- package/lib/cjs/components/SCLiveStreamForm.js +10 -1
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +27 -1
- package/lib/cjs/components/SCLiveStreamRoom.js +27 -1
- package/lib/cjs/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/cjs/components/SCLiveStreamSelector.js +3 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +1 -1
- package/lib/cjs/components/SCPaymentProduct.d.ts +55 -0
- package/lib/cjs/components/SCPaymentProduct.js +53 -0
- package/lib/cjs/components/SCPaymentProductPrice.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProductPrice.js +13 -0
- package/lib/cjs/components/SCPaymentProducts.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProducts.js +13 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +9 -3
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +15 -6
- package/lib/cjs/index.d.ts +2739 -642
- package/lib/cjs/index.js +74 -2
- package/lib/esm/components/SCAccordionLessons.d.ts +55 -0
- package/lib/esm/components/SCAccordionLessons.js +51 -0
- package/lib/esm/components/SCAddUsersButton.d.ts +19 -0
- package/lib/esm/components/SCAddUsersButton.js +19 -0
- package/lib/esm/components/SCBaseItemButton.d.ts +26 -35
- package/lib/esm/components/SCBaseItemButton.js +27 -36
- package/lib/esm/components/SCBuyButton.d.ts +15 -0
- package/lib/esm/components/SCBuyButton.js +11 -0
- package/lib/esm/components/SCCheckoutSuccessDialog.d.ts +23 -0
- package/lib/esm/components/SCCheckoutSuccessDialog.js +21 -0
- package/lib/esm/components/SCCommentObject.d.ts +7 -17
- package/lib/esm/components/SCCommentObject.js +7 -17
- package/lib/esm/components/SCComposer.d.ts +50 -14
- package/lib/esm/components/SCComposer.js +73 -16
- package/lib/esm/components/SCContributionActionsMenu.js +1 -1
- package/lib/esm/components/SCCourse.d.ts +243 -0
- package/lib/esm/components/SCCourse.js +243 -0
- package/lib/esm/components/SCCourseCompletedDialog.d.ts +21 -0
- package/lib/esm/components/SCCourseCompletedDialog.js +21 -0
- package/lib/esm/components/SCCourseContentMenu.d.ts +42 -0
- package/lib/esm/components/SCCourseContentMenu.js +40 -0
- package/lib/esm/components/SCCourseDashboard.d.ts +337 -0
- package/lib/esm/components/SCCourseDashboard.js +327 -0
- package/lib/esm/components/SCCourseForm.d.ts +143 -0
- package/lib/esm/components/SCCourseForm.js +142 -0
- package/lib/esm/components/SCCourseFormDialog.d.ts +6 -0
- package/lib/esm/components/SCCourseFormDialog.js +6 -0
- package/lib/esm/components/SCCourseInfoDetails.d.ts +43 -0
- package/lib/esm/components/SCCourseInfoDetails.js +41 -0
- package/lib/esm/components/SCCourseParticipantsButton.d.ts +56 -0
- package/lib/esm/components/SCCourseParticipantsButton.js +51 -0
- package/lib/esm/components/SCCourseUsersTable.d.ts +86 -0
- package/lib/esm/components/SCCourseUsersTable.js +80 -0
- package/lib/esm/components/SCCourses.d.ts +133 -0
- package/lib/esm/components/SCCourses.js +133 -0
- package/lib/esm/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/esm/components/SCCreateCourseButton.js +12 -0
- package/lib/esm/components/SCEditCourse.d.ts +273 -0
- package/lib/esm/components/SCEditCourse.js +269 -0
- package/lib/esm/components/SCEditor.d.ts +20 -0
- package/lib/esm/components/SCEditor.js +20 -0
- package/lib/esm/components/SCEmptyStatus.d.ts +33 -0
- package/lib/esm/components/SCEmptyStatus.js +31 -0
- package/lib/esm/components/SCFeedObject.d.ts +18 -12
- package/lib/esm/components/SCFeedObject.js +18 -12
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +1 -1
- package/lib/esm/components/SCLessonAppbar.d.ts +27 -0
- package/lib/esm/components/SCLessonAppbar.js +26 -0
- package/lib/esm/components/SCLessonCommentActionsMenu.d.ts +32 -0
- package/lib/esm/components/SCLessonCommentActionsMenu.js +33 -0
- package/lib/esm/components/SCLessonCommentObject.d.ts +117 -0
- package/lib/esm/components/SCLessonCommentObject.js +117 -0
- package/lib/esm/components/SCLessonCommentObjects.d.ts +48 -0
- package/lib/esm/components/SCLessonCommentObjects.js +48 -0
- package/lib/esm/components/SCLessonDrawer.d.ts +42 -0
- package/lib/esm/components/SCLessonDrawer.js +42 -0
- package/lib/esm/components/SCLessonEditForm.d.ts +33 -0
- package/lib/esm/components/SCLessonEditForm.js +31 -0
- package/lib/esm/components/SCLessonObject.d.ts +48 -0
- package/lib/esm/components/SCLessonObject.js +49 -0
- package/lib/esm/components/SCLessonReleaseMenu.d.ts +32 -0
- package/lib/esm/components/SCLessonReleaseMenu.js +32 -0
- package/lib/esm/components/SCLessonTemplate.d.ts +20 -0
- package/lib/esm/components/SCLessonTemplate.js +18 -0
- package/lib/esm/components/SCLiveStreamForm.d.ts +9 -0
- package/lib/esm/components/SCLiveStreamForm.js +10 -1
- package/lib/esm/components/SCLiveStreamRoom.d.ts +27 -1
- package/lib/esm/components/SCLiveStreamRoom.js +27 -1
- package/lib/esm/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/esm/components/SCLiveStreamSelector.js +3 -1
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/esm/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +1 -1
- package/lib/esm/components/SCPaymentProduct.d.ts +55 -0
- package/lib/esm/components/SCPaymentProduct.js +51 -0
- package/lib/esm/components/SCPaymentProductPrice.d.ts +15 -0
- package/lib/esm/components/SCPaymentProductPrice.js +11 -0
- package/lib/esm/components/SCPaymentProducts.d.ts +15 -0
- package/lib/esm/components/SCPaymentProducts.js +11 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +9 -3
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +15 -6
- package/lib/esm/index.d.ts +2739 -642
- package/lib/esm/index.js +74 -2
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +9 -3
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/esm/index.d.ts
CHANGED
|
@@ -233,6 +233,60 @@ declare const theme: {
|
|
|
233
233
|
enterDelay: number;
|
|
234
234
|
};
|
|
235
235
|
};
|
|
236
|
+
SCAccordionLessons: {
|
|
237
|
+
styleOverrides: {
|
|
238
|
+
root: ({ theme }: {
|
|
239
|
+
theme: any;
|
|
240
|
+
}) => {
|
|
241
|
+
border: string;
|
|
242
|
+
borderRadius: string;
|
|
243
|
+
'& .SCAccordionLessons-accordion': {
|
|
244
|
+
'& .SCAccordionLessons-summary': {
|
|
245
|
+
flexDirection: string;
|
|
246
|
+
gap: any;
|
|
247
|
+
borderBottom: string;
|
|
248
|
+
padding: any;
|
|
249
|
+
backgroundColor: any;
|
|
250
|
+
'& .MuiAccordionSummary-content': {
|
|
251
|
+
justifyContent: string;
|
|
252
|
+
margin: number;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
'& .SCAccordionLessons-details': {
|
|
256
|
+
display: string;
|
|
257
|
+
alignItems: string;
|
|
258
|
+
gap: any;
|
|
259
|
+
padding: any;
|
|
260
|
+
'&:not(:last-child)': {
|
|
261
|
+
borderBottom: string;
|
|
262
|
+
};
|
|
263
|
+
'& .SCAccordionLessons-circle': {
|
|
264
|
+
flexShrink: number;
|
|
265
|
+
width: any;
|
|
266
|
+
height: any;
|
|
267
|
+
borderRadius: string;
|
|
268
|
+
backgroundColor: any;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
skeletonRoot: ({ theme }: {
|
|
274
|
+
theme: any;
|
|
275
|
+
}) => {
|
|
276
|
+
border: string;
|
|
277
|
+
borderRadius: string;
|
|
278
|
+
'& .SCAccordionLessons-accordion': {
|
|
279
|
+
'& .SCAccordionLessons-summary': {
|
|
280
|
+
display: string;
|
|
281
|
+
justifyContent: string;
|
|
282
|
+
borderBottom: string;
|
|
283
|
+
padding: any;
|
|
284
|
+
backgroundColor: any;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
};
|
|
236
290
|
SCAccountChangeMailValidation: {
|
|
237
291
|
styleOverrides: {
|
|
238
292
|
root: () => {
|
|
@@ -294,6 +348,24 @@ declare const theme: {
|
|
|
294
348
|
};
|
|
295
349
|
};
|
|
296
350
|
};
|
|
351
|
+
SCAddUsersButton: {
|
|
352
|
+
styleOverrides: {
|
|
353
|
+
root: () => {};
|
|
354
|
+
dialogRoot: () => {
|
|
355
|
+
'& .MuiDialogActions-root': {
|
|
356
|
+
marginTop: string;
|
|
357
|
+
};
|
|
358
|
+
'& .SCAddUsersButton-dialog-autocomplete-wrapper': {
|
|
359
|
+
gap: string;
|
|
360
|
+
'& .SCAddUsersButton-dialog-chip-wrapper': {
|
|
361
|
+
flexDirection: string;
|
|
362
|
+
gap: string;
|
|
363
|
+
flexWrap: string;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
};
|
|
368
|
+
};
|
|
297
369
|
SCBaseDialog: {
|
|
298
370
|
styleOverrides: {
|
|
299
371
|
root: ({ theme }: any) => {
|
|
@@ -441,52 +513,43 @@ declare const theme: {
|
|
|
441
513
|
paddingBottom: number;
|
|
442
514
|
paddingLeft: number;
|
|
443
515
|
paddingRight: number;
|
|
444
|
-
'& .SCBaseItemButton-actions': {
|
|
445
|
-
right: number;
|
|
446
|
-
};
|
|
447
516
|
};
|
|
448
517
|
};
|
|
449
518
|
'& .SCBaseItemButton-content': {
|
|
450
519
|
display: string;
|
|
451
|
-
flexDirection: string;
|
|
452
520
|
justifyContent: string;
|
|
453
521
|
alignItems: string;
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
};
|
|
469
|
-
'& .SCBaseItemButton-secondary': {
|
|
470
|
-
color: any;
|
|
471
|
-
};
|
|
472
|
-
'& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
|
|
473
|
-
whiteSpace: string;
|
|
474
|
-
overflow: string;
|
|
475
|
-
textOverflow: string;
|
|
476
|
-
display: string;
|
|
522
|
+
gap: any;
|
|
523
|
+
'& .SCBaseItemButton-image': {
|
|
524
|
+
flexShrink: number;
|
|
525
|
+
};
|
|
526
|
+
'& .SCBaseItemButton-text': {
|
|
527
|
+
marginTop: any;
|
|
528
|
+
marginBottom: any;
|
|
529
|
+
'& .SCBaseItemButton-primary': {
|
|
530
|
+
color: any;
|
|
531
|
+
};
|
|
532
|
+
'& .SCBaseItemButton-secondary': {
|
|
533
|
+
color: any;
|
|
534
|
+
};
|
|
535
|
+
};
|
|
477
536
|
};
|
|
478
537
|
'&.SCBaseItemButton-with-actions': {
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
538
|
+
display: string;
|
|
539
|
+
alignItems: string;
|
|
540
|
+
justifyContent: string;
|
|
541
|
+
gap: string;
|
|
542
|
+
'& .SCBaseItemButton-content': {
|
|
543
|
+
overflow: string;
|
|
544
|
+
'& .SCBaseItemButton-text': {
|
|
545
|
+
whiteSpace: string;
|
|
546
|
+
overflow: string;
|
|
547
|
+
textOverflow: string;
|
|
548
|
+
flexGrow: number;
|
|
482
549
|
};
|
|
483
|
-
maxWidth: string;
|
|
484
550
|
};
|
|
485
551
|
'& .SCBaseItemButton-actions': {
|
|
486
|
-
|
|
487
|
-
right: any;
|
|
488
|
-
top: string;
|
|
489
|
-
transform: string;
|
|
552
|
+
flexShrink: number;
|
|
490
553
|
maxWidth: any;
|
|
491
554
|
};
|
|
492
555
|
};
|
|
@@ -1032,27 +1095,16 @@ declare const theme: {
|
|
|
1032
1095
|
color: any;
|
|
1033
1096
|
};
|
|
1034
1097
|
'& .SCCommentObject-comment-sub-section': {
|
|
1035
|
-
[x: number]: {
|
|
1036
|
-
'& > *': {
|
|
1037
|
-
marginRight: number;
|
|
1038
|
-
};
|
|
1039
|
-
'& .SCCommentObject-vote-audience': {
|
|
1040
|
-
position: string;
|
|
1041
|
-
right: number;
|
|
1042
|
-
top: number;
|
|
1043
|
-
};
|
|
1044
|
-
'& .SCBullet-root': {
|
|
1045
|
-
display: string;
|
|
1046
|
-
};
|
|
1047
|
-
};
|
|
1048
1098
|
display: string;
|
|
1049
1099
|
flexWrap: string;
|
|
1050
1100
|
alignItems: string;
|
|
1051
1101
|
color: any;
|
|
1052
1102
|
marginTop: number;
|
|
1053
1103
|
position: string;
|
|
1054
|
-
'&
|
|
1055
|
-
|
|
1104
|
+
'& .SCCommentObject-reply': {
|
|
1105
|
+
paddingLeft: number;
|
|
1106
|
+
paddingRight: number;
|
|
1107
|
+
lineHeight: number;
|
|
1056
1108
|
};
|
|
1057
1109
|
'& .SCCommentObject-activity-at': {
|
|
1058
1110
|
color: string;
|
|
@@ -1068,8 +1120,9 @@ declare const theme: {
|
|
|
1068
1120
|
padding: any;
|
|
1069
1121
|
textTransform: string;
|
|
1070
1122
|
};
|
|
1071
|
-
'& .
|
|
1072
|
-
|
|
1123
|
+
'& .SCCommentObject-vote-audience': {
|
|
1124
|
+
position: string;
|
|
1125
|
+
right: number;
|
|
1073
1126
|
};
|
|
1074
1127
|
};
|
|
1075
1128
|
};
|
|
@@ -1231,7 +1284,6 @@ declare const theme: {
|
|
|
1231
1284
|
'& .MuiDialogContent-root': {
|
|
1232
1285
|
minHeight: number;
|
|
1233
1286
|
height: string;
|
|
1234
|
-
maxHeight: number;
|
|
1235
1287
|
};
|
|
1236
1288
|
'& .MuiDialogActions-root': {
|
|
1237
1289
|
justifyContent: string;
|
|
@@ -1268,22 +1320,21 @@ declare const theme: {
|
|
|
1268
1320
|
};
|
|
1269
1321
|
};
|
|
1270
1322
|
'& .MuiDialogContent-root': {
|
|
1323
|
+
[x: number]: {
|
|
1324
|
+
overflowY: string;
|
|
1325
|
+
};
|
|
1271
1326
|
margin: string;
|
|
1272
1327
|
padding: any;
|
|
1273
1328
|
height: string;
|
|
1274
1329
|
'& .SCEditor-root': {
|
|
1275
1330
|
padding: any;
|
|
1331
|
+
marginBottom: any;
|
|
1332
|
+
position: string;
|
|
1276
1333
|
'& .SCEditor-placeholder': {
|
|
1277
1334
|
left: number;
|
|
1278
|
-
top: any;
|
|
1279
1335
|
position: string;
|
|
1280
1336
|
};
|
|
1281
1337
|
'&.SCEditor-toolbar': {
|
|
1282
|
-
position: string;
|
|
1283
|
-
'& .SCEditor-placeholder': {
|
|
1284
|
-
marginTop: number;
|
|
1285
|
-
position: string;
|
|
1286
|
-
};
|
|
1287
1338
|
'& .SCEditorToolbarPlugin-root': {
|
|
1288
1339
|
zIndex: number;
|
|
1289
1340
|
position: string;
|
|
@@ -1324,11 +1375,15 @@ declare const theme: {
|
|
|
1324
1375
|
};
|
|
1325
1376
|
};
|
|
1326
1377
|
};
|
|
1327
|
-
attributesRoot: (
|
|
1378
|
+
attributesRoot: () => {};
|
|
1328
1379
|
contentDiscussionRoot: ({ theme }: any) => {
|
|
1329
1380
|
'& .SCComposer-content-discussion-title': {
|
|
1330
|
-
paddingBottom: any;
|
|
1331
1381
|
'& .MuiInputBase-root': {
|
|
1382
|
+
[x: number]: {
|
|
1383
|
+
maxHeight: number;
|
|
1384
|
+
};
|
|
1385
|
+
maxHeight: number;
|
|
1386
|
+
overflowY: string;
|
|
1332
1387
|
paddingLeft: number;
|
|
1333
1388
|
paddingRight: number;
|
|
1334
1389
|
paddingBottom: number;
|
|
@@ -1348,6 +1403,19 @@ declare const theme: {
|
|
|
1348
1403
|
marginLeft: number;
|
|
1349
1404
|
};
|
|
1350
1405
|
};
|
|
1406
|
+
'& .SCEditor-root': {
|
|
1407
|
+
'& .SCEditor-placeholder': {
|
|
1408
|
+
top: any;
|
|
1409
|
+
};
|
|
1410
|
+
'& .SCEditor-content': {
|
|
1411
|
+
[x: number]: {
|
|
1412
|
+
maxHeight: number;
|
|
1413
|
+
};
|
|
1414
|
+
overflowY: string;
|
|
1415
|
+
minHeight: number;
|
|
1416
|
+
maxHeight: string;
|
|
1417
|
+
};
|
|
1418
|
+
};
|
|
1351
1419
|
};
|
|
1352
1420
|
contentPollRoot: ({ theme }: any) => {
|
|
1353
1421
|
padding: any;
|
|
@@ -1361,7 +1429,28 @@ declare const theme: {
|
|
|
1361
1429
|
marginTop: any;
|
|
1362
1430
|
};
|
|
1363
1431
|
};
|
|
1364
|
-
contentPostRoot: ({ theme }: any) => {
|
|
1432
|
+
contentPostRoot: ({ theme }: any) => {
|
|
1433
|
+
'& .SCEditor-root': {
|
|
1434
|
+
'& .SCEditor-placeholder': {
|
|
1435
|
+
top: any;
|
|
1436
|
+
};
|
|
1437
|
+
'& .SCEditor-content': {
|
|
1438
|
+
[x: number]: {
|
|
1439
|
+
maxHeight: number;
|
|
1440
|
+
};
|
|
1441
|
+
overflowY: string;
|
|
1442
|
+
minHeight: number;
|
|
1443
|
+
maxHeight: string;
|
|
1444
|
+
};
|
|
1445
|
+
};
|
|
1446
|
+
};
|
|
1447
|
+
contentLessonRoot: ({ theme }: any) => {
|
|
1448
|
+
'& .SCEditor-root': {
|
|
1449
|
+
'& .SCEditor-content': {
|
|
1450
|
+
paddingTop: any;
|
|
1451
|
+
};
|
|
1452
|
+
};
|
|
1453
|
+
};
|
|
1365
1454
|
layerTransitionRoot: ({ theme }: any) => {
|
|
1366
1455
|
position: string;
|
|
1367
1456
|
top: number;
|
|
@@ -1395,8 +1484,8 @@ declare const theme: {
|
|
|
1395
1484
|
marginBottom: any;
|
|
1396
1485
|
};
|
|
1397
1486
|
};
|
|
1398
|
-
layerCategoryRoot: (
|
|
1399
|
-
layerGroupRoot: (
|
|
1487
|
+
layerCategoryRoot: () => {};
|
|
1488
|
+
layerGroupRoot: () => {};
|
|
1400
1489
|
layerCloseRoot: ({ theme }: any) => {
|
|
1401
1490
|
'& .SCComposer-layer-content': {
|
|
1402
1491
|
'& .MuiTypography-root': {
|
|
@@ -1415,8 +1504,8 @@ declare const theme: {
|
|
|
1415
1504
|
};
|
|
1416
1505
|
};
|
|
1417
1506
|
};
|
|
1418
|
-
layerLocationRoot: (
|
|
1419
|
-
skeletonRoot: (
|
|
1507
|
+
layerLocationRoot: () => {};
|
|
1508
|
+
skeletonRoot: () => {};
|
|
1420
1509
|
typeSwitchButtonGroupRoot: ({ theme }: any) => {
|
|
1421
1510
|
'& .MuiToggleButton-root': {
|
|
1422
1511
|
backgroundColor: any;
|
|
@@ -1618,73 +1707,1156 @@ declare const theme: {
|
|
|
1618
1707
|
};
|
|
1619
1708
|
};
|
|
1620
1709
|
};
|
|
1621
|
-
|
|
1710
|
+
SCCourse: {
|
|
1622
1711
|
styleOverrides: {
|
|
1623
|
-
root: ({ theme }: any) => {
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1712
|
+
root: ({ theme }: any) => {};
|
|
1713
|
+
snippetRoot: ({ theme }: any) => {
|
|
1714
|
+
overflow: string;
|
|
1715
|
+
boxSizing: string;
|
|
1716
|
+
paddingLeft: string;
|
|
1717
|
+
paddingRight: string;
|
|
1718
|
+
'& .SCBaseItem-image': {
|
|
1719
|
+
'& .MuiAvatar-root': {
|
|
1720
|
+
width: number;
|
|
1721
|
+
height: number;
|
|
1722
|
+
'& img': {
|
|
1723
|
+
borderRadius: string;
|
|
1724
|
+
};
|
|
1628
1725
|
};
|
|
1629
1726
|
};
|
|
1630
|
-
|
|
1631
|
-
};
|
|
1632
|
-
};
|
|
1633
|
-
SCCustomAdv: {
|
|
1634
|
-
styleOverrides: {
|
|
1635
|
-
root: ({ theme }: any) => {
|
|
1636
|
-
margin: any;
|
|
1637
|
-
'& .SCCustomAdv-wrap': {
|
|
1638
|
-
width: string;
|
|
1639
|
-
position: string;
|
|
1640
|
-
};
|
|
1641
|
-
'& .SCCustomAdv-image': {
|
|
1642
|
-
width: string;
|
|
1643
|
-
};
|
|
1644
|
-
'& .SCCustomAdv-embed-code': {
|
|
1645
|
-
width: string;
|
|
1646
|
-
};
|
|
1647
|
-
'& .SCCustomAdv-prefixed-height': {
|
|
1727
|
+
'& .SCCourse-snippet-image': {
|
|
1648
1728
|
position: string;
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
right: number;
|
|
1653
|
-
};
|
|
1654
|
-
};
|
|
1655
|
-
skeletonRoot: ({ theme }: any) => {};
|
|
1656
|
-
dialogRoot: ({ theme }: any) => {};
|
|
1657
|
-
};
|
|
1658
|
-
};
|
|
1659
|
-
SCCustomSnackMessage: {
|
|
1660
|
-
styleOverrides: {
|
|
1661
|
-
root: ({ theme }: any) => {
|
|
1662
|
-
[x: number]: {
|
|
1663
|
-
minWidth: string;
|
|
1664
|
-
};
|
|
1665
|
-
width: number;
|
|
1666
|
-
'& .SCCustomSnackMessage-card': {
|
|
1667
|
-
width: string;
|
|
1668
|
-
'& .SCCustomSnackMessage-content': {
|
|
1729
|
+
'& .SCCourse-snippet-in-progress': {
|
|
1730
|
+
height: number;
|
|
1731
|
+
backgroundColor: any;
|
|
1669
1732
|
position: string;
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1733
|
+
top: number;
|
|
1734
|
+
right: number;
|
|
1735
|
+
color: any;
|
|
1736
|
+
boxShadow: string;
|
|
1737
|
+
'& span': {
|
|
1738
|
+
fontSize: string;
|
|
1739
|
+
paddingLeft: any;
|
|
1740
|
+
paddingRight: any;
|
|
1676
1741
|
};
|
|
1677
|
-
|
|
1678
|
-
|
|
1742
|
+
};
|
|
1743
|
+
};
|
|
1744
|
+
'& .SCBaseItem-text': {
|
|
1745
|
+
fontSize: any;
|
|
1746
|
+
'& .SCCourse-snippet-primary': {
|
|
1747
|
+
color: any;
|
|
1748
|
+
textDecoration: string;
|
|
1749
|
+
'&:hover': {
|
|
1679
1750
|
textDecoration: string;
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1751
|
+
};
|
|
1752
|
+
'& p': {
|
|
1753
|
+
fontWeight: any;
|
|
1683
1754
|
};
|
|
1684
1755
|
};
|
|
1756
|
+
'& .SCCourse-snippet-secondary': {
|
|
1757
|
+
color: any;
|
|
1758
|
+
};
|
|
1685
1759
|
};
|
|
1686
|
-
|
|
1687
|
-
|
|
1760
|
+
'& .SCCourse-chip': {
|
|
1761
|
+
textTransform: string;
|
|
1762
|
+
position: string;
|
|
1763
|
+
top: any;
|
|
1764
|
+
left: any;
|
|
1765
|
+
color: any;
|
|
1766
|
+
borderRadius: number;
|
|
1767
|
+
'& .MuiChip-label': {
|
|
1768
|
+
fontWeight: number;
|
|
1769
|
+
padding: any;
|
|
1770
|
+
};
|
|
1771
|
+
};
|
|
1772
|
+
};
|
|
1773
|
+
previewRoot: ({ theme }: any) => {
|
|
1774
|
+
minHeight: string;
|
|
1775
|
+
'& .SCCourse-preview-image-wrapper': {
|
|
1776
|
+
position: string;
|
|
1777
|
+
'& .SCCourse-preview-image': {
|
|
1778
|
+
height: string;
|
|
1779
|
+
};
|
|
1780
|
+
'& .SCCourse-chip': {
|
|
1781
|
+
textTransform: string;
|
|
1782
|
+
position: string;
|
|
1783
|
+
top: any;
|
|
1784
|
+
left: any;
|
|
1785
|
+
color: any;
|
|
1786
|
+
borderRadius: number;
|
|
1787
|
+
'& .MuiChip-label': {
|
|
1788
|
+
fontWeight: number;
|
|
1789
|
+
padding: any;
|
|
1790
|
+
};
|
|
1791
|
+
};
|
|
1792
|
+
'& .SCCourse-preview-avatar': {
|
|
1793
|
+
position: string;
|
|
1794
|
+
bottom: any;
|
|
1795
|
+
left: any;
|
|
1796
|
+
width: any;
|
|
1797
|
+
height: any;
|
|
1798
|
+
border: string;
|
|
1799
|
+
};
|
|
1800
|
+
};
|
|
1801
|
+
'& .SCCourse-preview-content': {
|
|
1802
|
+
padding: any;
|
|
1803
|
+
'& .SCCourse-preview-creator': {
|
|
1804
|
+
paddingTop: number;
|
|
1805
|
+
marginBottom: any;
|
|
1806
|
+
};
|
|
1807
|
+
'& .SCCourse-preview-name-wrapper': {
|
|
1808
|
+
textDecoration: string;
|
|
1809
|
+
color: string;
|
|
1810
|
+
h6: {
|
|
1811
|
+
fontWeight: number;
|
|
1812
|
+
};
|
|
1813
|
+
'& .SCCourse-preview-name': {
|
|
1814
|
+
display: string;
|
|
1815
|
+
height: any;
|
|
1816
|
+
marginBottom: any;
|
|
1817
|
+
textOverflow: string;
|
|
1818
|
+
overflow: string;
|
|
1819
|
+
WebkitLineClamp: string;
|
|
1820
|
+
WebkitBoxOrient: string;
|
|
1821
|
+
lineHeight: number;
|
|
1822
|
+
};
|
|
1823
|
+
};
|
|
1824
|
+
'& .SCCourse-preview-info': {
|
|
1825
|
+
height: any;
|
|
1826
|
+
display: string;
|
|
1827
|
+
alignItems: string;
|
|
1828
|
+
marginBottom: any;
|
|
1829
|
+
};
|
|
1830
|
+
'& .SCCourse-preview-category': {
|
|
1831
|
+
[x: number]: {
|
|
1832
|
+
height: any;
|
|
1833
|
+
};
|
|
1834
|
+
'& .MuiChip-root': {
|
|
1835
|
+
marginRight: any;
|
|
1836
|
+
};
|
|
1837
|
+
};
|
|
1838
|
+
};
|
|
1839
|
+
'& .SCCourse-preview-progress': {
|
|
1840
|
+
[x: number]: {
|
|
1841
|
+
height: any;
|
|
1842
|
+
};
|
|
1843
|
+
justifyContent: string;
|
|
1844
|
+
padding: any;
|
|
1845
|
+
'& .MuiLinearProgress-root': {
|
|
1846
|
+
width: string;
|
|
1847
|
+
height: number;
|
|
1848
|
+
borderRadius: number;
|
|
1849
|
+
marginTop: any;
|
|
1850
|
+
};
|
|
1851
|
+
'& .SCCourse-preview-completed-status': {
|
|
1852
|
+
display: string;
|
|
1853
|
+
alignItems: string;
|
|
1854
|
+
justifyContent: string;
|
|
1855
|
+
'& .MuiIcon-root': {
|
|
1856
|
+
marginRight: any;
|
|
1857
|
+
};
|
|
1858
|
+
};
|
|
1859
|
+
'& .SCCourse-preview-progress-bar': {
|
|
1860
|
+
backgroundColor: any;
|
|
1861
|
+
};
|
|
1862
|
+
};
|
|
1863
|
+
'& .SCCourse-preview-actions': {
|
|
1864
|
+
justifyContent: string;
|
|
1865
|
+
padding: any;
|
|
1866
|
+
};
|
|
1867
|
+
};
|
|
1868
|
+
createPlaceholderRoot: ({ theme }: any) => {
|
|
1869
|
+
minHeight: string;
|
|
1870
|
+
'& .SCCourse-create-placeholder-image-wrapper': {
|
|
1871
|
+
position: string;
|
|
1872
|
+
'& .SCCourse-create-placeholder-image': {
|
|
1873
|
+
height: string;
|
|
1874
|
+
};
|
|
1875
|
+
'& .SCCourse-create-placeholder-icon': {
|
|
1876
|
+
position: string;
|
|
1877
|
+
top: string;
|
|
1878
|
+
left: string;
|
|
1879
|
+
transform: string;
|
|
1880
|
+
color: any;
|
|
1881
|
+
};
|
|
1882
|
+
'& .SCCourse-create-placeholder-chip': {
|
|
1883
|
+
backgroundColor: any;
|
|
1884
|
+
position: string;
|
|
1885
|
+
top: any;
|
|
1886
|
+
left: any;
|
|
1887
|
+
color: any;
|
|
1888
|
+
borderRadius: number;
|
|
1889
|
+
'& .MuiChip-label': {
|
|
1890
|
+
fontWeight: number;
|
|
1891
|
+
padding: any;
|
|
1892
|
+
};
|
|
1893
|
+
};
|
|
1894
|
+
'& .SCCourse-create-placeholder-avatar': {
|
|
1895
|
+
position: string;
|
|
1896
|
+
bottom: any;
|
|
1897
|
+
left: any;
|
|
1898
|
+
width: any;
|
|
1899
|
+
height: any;
|
|
1900
|
+
border: string;
|
|
1901
|
+
};
|
|
1902
|
+
};
|
|
1903
|
+
'& .SCCourse-create-placeholder-actions': {
|
|
1904
|
+
display: string;
|
|
1905
|
+
justifyContent: string;
|
|
1906
|
+
height: string;
|
|
1907
|
+
};
|
|
1908
|
+
};
|
|
1909
|
+
skeletonRoot: ({ theme }: any) => {
|
|
1910
|
+
'& .SCCourse-skeleton-preview-root': {
|
|
1911
|
+
'& .SCCourse-skeleton-preview-avatar': {
|
|
1912
|
+
position: string;
|
|
1913
|
+
bottom: string;
|
|
1914
|
+
left: any;
|
|
1915
|
+
border: string;
|
|
1916
|
+
};
|
|
1917
|
+
'& .SCCourse-skeleton-preview-content': {
|
|
1918
|
+
padding: string;
|
|
1919
|
+
};
|
|
1920
|
+
'& .SCCourse-skeleton-preview-actions': {
|
|
1921
|
+
display: string;
|
|
1922
|
+
marginTop: any;
|
|
1923
|
+
justifyContent: string;
|
|
1924
|
+
padding: any;
|
|
1925
|
+
};
|
|
1926
|
+
};
|
|
1927
|
+
'& .SCCourse-skeleton-snippet-root': {
|
|
1928
|
+
overflow: string;
|
|
1929
|
+
boxSizing: string;
|
|
1930
|
+
paddingLeft: string;
|
|
1931
|
+
paddingRight: string;
|
|
1932
|
+
'& .SCCourse-skeleton-snippet-image': {
|
|
1933
|
+
position: string;
|
|
1934
|
+
'& .MuiSkeleton-root': {
|
|
1935
|
+
borderRadius: string;
|
|
1936
|
+
};
|
|
1937
|
+
'& .MuiIcon-root': {
|
|
1938
|
+
color: any;
|
|
1939
|
+
position: string;
|
|
1940
|
+
top: string;
|
|
1941
|
+
left: string;
|
|
1942
|
+
transform: string;
|
|
1943
|
+
};
|
|
1944
|
+
};
|
|
1945
|
+
'& .SCBaseItem-actions': {
|
|
1946
|
+
maxWidth: string;
|
|
1947
|
+
};
|
|
1948
|
+
};
|
|
1949
|
+
};
|
|
1950
|
+
};
|
|
1951
|
+
};
|
|
1952
|
+
SCCourseContentMenu: {
|
|
1953
|
+
styleOverrides: {
|
|
1954
|
+
root: ({ theme }: any) => {
|
|
1955
|
+
'& .MuiList-root': {
|
|
1956
|
+
'& .Mui-selected': {
|
|
1957
|
+
backgroundColor: any;
|
|
1958
|
+
'&:hover, &:focus, &:active': {
|
|
1959
|
+
backgroundColor: any;
|
|
1960
|
+
};
|
|
1961
|
+
};
|
|
1962
|
+
};
|
|
1963
|
+
'& .SCCourseContentMenu-list-item': {
|
|
1964
|
+
'&:hover, &:focus, &:active': {
|
|
1965
|
+
backgroundColor: string;
|
|
1966
|
+
};
|
|
1967
|
+
};
|
|
1968
|
+
'& .SCCourseContentMenu-list-item-icon': {
|
|
1969
|
+
minWidth: any;
|
|
1970
|
+
color: any;
|
|
1971
|
+
};
|
|
1972
|
+
'& .SCCourseContentMenu-item': {
|
|
1973
|
+
padding: any;
|
|
1974
|
+
'& .MuiListItemText-primary': {
|
|
1975
|
+
fontWeight: any;
|
|
1976
|
+
};
|
|
1977
|
+
'&:hover': {
|
|
1978
|
+
backgroundColor: string;
|
|
1979
|
+
};
|
|
1980
|
+
};
|
|
1981
|
+
'& .SCCourseContentMenu-item-icon': {
|
|
1982
|
+
minWidth: any;
|
|
1983
|
+
};
|
|
1984
|
+
'& .SCCourseContentMenu-icon-complete': {
|
|
1985
|
+
color: any;
|
|
1986
|
+
};
|
|
1987
|
+
'& .SCCourseContentMenu-icon-incomplete': {
|
|
1988
|
+
color: any;
|
|
1989
|
+
};
|
|
1990
|
+
};
|
|
1991
|
+
};
|
|
1992
|
+
};
|
|
1993
|
+
SCCourseDashboard: {
|
|
1994
|
+
styleOverrides: {
|
|
1995
|
+
root: ({ theme }: {
|
|
1996
|
+
theme: any;
|
|
1997
|
+
}) => {
|
|
1998
|
+
'& .SCCourseDashboard-header': {
|
|
1999
|
+
[x: number]: {
|
|
2000
|
+
paddingLeft: string;
|
|
2001
|
+
paddingRight: string;
|
|
2002
|
+
};
|
|
2003
|
+
'& .SCCourseDashboard-header-img': {
|
|
2004
|
+
[x: number]: {
|
|
2005
|
+
display: string;
|
|
2006
|
+
};
|
|
2007
|
+
width: string;
|
|
2008
|
+
minHeight: string;
|
|
2009
|
+
height: string;
|
|
2010
|
+
borderBottomLeftRadius: string;
|
|
2011
|
+
borderBottomRightRadius: string;
|
|
2012
|
+
marginBottom: string;
|
|
2013
|
+
};
|
|
2014
|
+
'& .SCCourseDashboard-header-outer-wrapper': {
|
|
2015
|
+
[x: number]: {
|
|
2016
|
+
flexDirection: string;
|
|
2017
|
+
alignItems: string;
|
|
2018
|
+
justifyContent: string;
|
|
2019
|
+
marginTop: any;
|
|
2020
|
+
marginBottom: string;
|
|
2021
|
+
};
|
|
2022
|
+
alignItems: string;
|
|
2023
|
+
gap: string;
|
|
2024
|
+
marginTop: any;
|
|
2025
|
+
marginBottom: any;
|
|
2026
|
+
'& .SCCourseDashboard-header-inner-wrapper': {
|
|
2027
|
+
[x: number]: {
|
|
2028
|
+
flexDirection: string;
|
|
2029
|
+
alignItems: string;
|
|
2030
|
+
gap: string;
|
|
2031
|
+
};
|
|
2032
|
+
alignItems: string;
|
|
2033
|
+
gap: string;
|
|
2034
|
+
'& .SCCourseDashboard-header-icon-wrapper': {
|
|
2035
|
+
flexDirection: string;
|
|
2036
|
+
alignItems: string;
|
|
2037
|
+
gap: any;
|
|
2038
|
+
};
|
|
2039
|
+
};
|
|
2040
|
+
};
|
|
2041
|
+
};
|
|
2042
|
+
'& .SCCourseDashboard-info-wrapper': {
|
|
2043
|
+
[x: number]: {
|
|
2044
|
+
flexDirection: string;
|
|
2045
|
+
gap: string;
|
|
2046
|
+
paddingLeft?: undefined;
|
|
2047
|
+
paddingRight?: undefined;
|
|
2048
|
+
} | {
|
|
2049
|
+
paddingLeft: string;
|
|
2050
|
+
paddingRight: string;
|
|
2051
|
+
flexDirection?: undefined;
|
|
2052
|
+
gap?: undefined;
|
|
2053
|
+
};
|
|
2054
|
+
gap: any;
|
|
2055
|
+
marginBottom: any;
|
|
2056
|
+
'& .SCCourseDashboard-info': {
|
|
2057
|
+
flex: number;
|
|
2058
|
+
gap: string;
|
|
2059
|
+
border: string;
|
|
2060
|
+
borderRadius: string;
|
|
2061
|
+
padding: any;
|
|
2062
|
+
'& .SCCourseParticipantsButton-root': {
|
|
2063
|
+
justifyContent: string;
|
|
2064
|
+
padding: number;
|
|
2065
|
+
};
|
|
2066
|
+
};
|
|
2067
|
+
};
|
|
2068
|
+
'& .SCCourseDashboard-tab-list': {
|
|
2069
|
+
borderBottom: string;
|
|
2070
|
+
'& .SCCourseDashboard-tab': {
|
|
2071
|
+
textTransform: string;
|
|
2072
|
+
};
|
|
2073
|
+
'& > .Mui-disabled': {
|
|
2074
|
+
opacity: number;
|
|
2075
|
+
};
|
|
2076
|
+
'& > .MuiTabs-scrollButtons': {
|
|
2077
|
+
display: string;
|
|
2078
|
+
};
|
|
2079
|
+
};
|
|
2080
|
+
'& .SCCourseDashboard-tab-panel': {
|
|
2081
|
+
[x: number]: {
|
|
2082
|
+
paddingLeft: string;
|
|
2083
|
+
paddingRight: string;
|
|
2084
|
+
};
|
|
2085
|
+
padding: any;
|
|
2086
|
+
};
|
|
2087
|
+
'& .SCCourseDashboard-comments-container': {
|
|
2088
|
+
[x: number]: {
|
|
2089
|
+
paddingLeft: string;
|
|
2090
|
+
paddingRight: string;
|
|
2091
|
+
};
|
|
2092
|
+
'& .SCCourseDashboard-outer-wrapper': {
|
|
2093
|
+
marginTop: string;
|
|
2094
|
+
marginBottom: string;
|
|
2095
|
+
'& .SCCourseDashboard-inner-wrapper': {
|
|
2096
|
+
gap: any;
|
|
2097
|
+
marginTop: string;
|
|
2098
|
+
marginBottom: string;
|
|
2099
|
+
'& .SCCourseDashboard-user-wrapper': {
|
|
2100
|
+
flexDirection: string;
|
|
2101
|
+
gap: string;
|
|
2102
|
+
'& .SCCourseDashboard-avatar': {
|
|
2103
|
+
width: string;
|
|
2104
|
+
height: string;
|
|
2105
|
+
};
|
|
2106
|
+
'& .SCCourseDashboard-user-info': {
|
|
2107
|
+
flexDirection: string;
|
|
2108
|
+
alignItems: string;
|
|
2109
|
+
gap: string;
|
|
2110
|
+
'& .SCCourseDashboard-circle': {
|
|
2111
|
+
width: string;
|
|
2112
|
+
height: string;
|
|
2113
|
+
borderRadius: string;
|
|
2114
|
+
backgroundColor: any;
|
|
2115
|
+
};
|
|
2116
|
+
};
|
|
2117
|
+
};
|
|
2118
|
+
'& .SCCourseDashboard-button': {
|
|
2119
|
+
width: string;
|
|
2120
|
+
};
|
|
2121
|
+
};
|
|
2122
|
+
};
|
|
2123
|
+
};
|
|
2124
|
+
'&.SCCourseDashboard-student-container': {
|
|
2125
|
+
'& .SCCourseDashboard-accordion': {
|
|
2126
|
+
borderTopLeftRadius: string;
|
|
2127
|
+
borderTopRightRadius: string;
|
|
2128
|
+
};
|
|
2129
|
+
'& .SCCourseDashboard-user-wrapper': {
|
|
2130
|
+
flexDirection: string;
|
|
2131
|
+
alignItems: string;
|
|
2132
|
+
justifyContent: string;
|
|
2133
|
+
'& .SCCourseDashboard-user': {
|
|
2134
|
+
flexDirection: string;
|
|
2135
|
+
alignItems: string;
|
|
2136
|
+
gap: string;
|
|
2137
|
+
marginTop: string;
|
|
2138
|
+
marginBottom: string;
|
|
2139
|
+
'& .SCCourseDashboard-avatar': {
|
|
2140
|
+
width: string;
|
|
2141
|
+
height: string;
|
|
2142
|
+
};
|
|
2143
|
+
};
|
|
2144
|
+
'& .SCCourseDashboard-actions-wrapper': {
|
|
2145
|
+
flexDirection: string;
|
|
2146
|
+
gap: string;
|
|
2147
|
+
};
|
|
2148
|
+
};
|
|
2149
|
+
'& .SCCourseDashboard-lessons-sections': {
|
|
2150
|
+
flexDirection: string;
|
|
2151
|
+
alignItems: string;
|
|
2152
|
+
gap: string;
|
|
2153
|
+
border: string;
|
|
2154
|
+
borderBottom: string;
|
|
2155
|
+
borderTopLeftRadius: string;
|
|
2156
|
+
borderTopRightRadius: string;
|
|
2157
|
+
padding: string;
|
|
2158
|
+
'& .SCCourseDashboard-circle': {
|
|
2159
|
+
width: string;
|
|
2160
|
+
height: string;
|
|
2161
|
+
borderRadius: number;
|
|
2162
|
+
backgroundColor: any;
|
|
2163
|
+
};
|
|
2164
|
+
};
|
|
2165
|
+
'& .SCCourseDashboard-margin': {
|
|
2166
|
+
marginTop: string;
|
|
2167
|
+
marginBottom: string;
|
|
2168
|
+
};
|
|
2169
|
+
'& .SCCourseDashboard-box': {
|
|
2170
|
+
gap: string;
|
|
2171
|
+
border: string;
|
|
2172
|
+
borderRadius: string;
|
|
2173
|
+
padding: string;
|
|
2174
|
+
};
|
|
2175
|
+
'& .SCCourseDashboard-percentage-wrapper': {
|
|
2176
|
+
[x: number]: {
|
|
2177
|
+
flexDirection: string;
|
|
2178
|
+
};
|
|
2179
|
+
justifyContent: string;
|
|
2180
|
+
gap: string;
|
|
2181
|
+
};
|
|
2182
|
+
'& .SCCourseDashboard-progress': {
|
|
2183
|
+
borderRadius: string;
|
|
2184
|
+
backgroundColor: any;
|
|
2185
|
+
};
|
|
2186
|
+
'& .SCCourseDashboard-completed-wrapper': {
|
|
2187
|
+
flexDirection: string;
|
|
2188
|
+
alignItems: string;
|
|
2189
|
+
gap: string;
|
|
2190
|
+
};
|
|
2191
|
+
};
|
|
2192
|
+
};
|
|
2193
|
+
skeletonRoot: ({ theme }: {
|
|
2194
|
+
theme: any;
|
|
2195
|
+
}) => {
|
|
2196
|
+
'& .SCCourseDashboard-header': {
|
|
2197
|
+
[x: number]: {
|
|
2198
|
+
paddingLeft: string;
|
|
2199
|
+
paddingRight: string;
|
|
2200
|
+
};
|
|
2201
|
+
'& .SCCourseDashboard-header-img': {
|
|
2202
|
+
[x: number]: {
|
|
2203
|
+
display: string;
|
|
2204
|
+
};
|
|
2205
|
+
width: string;
|
|
2206
|
+
minHeight: string;
|
|
2207
|
+
height: string;
|
|
2208
|
+
borderBottomLeftRadius: string;
|
|
2209
|
+
borderBottomRightRadius: string;
|
|
2210
|
+
marginBottom: string;
|
|
2211
|
+
};
|
|
2212
|
+
'& .SCCourseDashboard-header-outer-wrapper': {
|
|
2213
|
+
[x: number]: {
|
|
2214
|
+
flexDirection: string;
|
|
2215
|
+
alignItems: string;
|
|
2216
|
+
justifyContent: string;
|
|
2217
|
+
marginTop: any;
|
|
2218
|
+
marginBottom: string;
|
|
2219
|
+
};
|
|
2220
|
+
alignItems: string;
|
|
2221
|
+
gap: string;
|
|
2222
|
+
marginTop: any;
|
|
2223
|
+
marginBottom: any;
|
|
2224
|
+
'& .SCCourseDashboard-header-inner-wrapper': {
|
|
2225
|
+
[x: number]: {
|
|
2226
|
+
flexDirection: string;
|
|
2227
|
+
alignItems: string;
|
|
2228
|
+
gap: string;
|
|
2229
|
+
};
|
|
2230
|
+
alignItems: string;
|
|
2231
|
+
gap: string;
|
|
2232
|
+
'& .SCCourseDashboard-header-icon-wrapper': {
|
|
2233
|
+
flexDirection: string;
|
|
2234
|
+
alignItems: string;
|
|
2235
|
+
gap: any;
|
|
2236
|
+
};
|
|
2237
|
+
};
|
|
2238
|
+
};
|
|
2239
|
+
};
|
|
2240
|
+
'&.SCCourseDashboard-teacher': {
|
|
2241
|
+
'& .SCCourseDashboard-info-wrapper': {
|
|
2242
|
+
[x: number]: {
|
|
2243
|
+
flexDirection: string;
|
|
2244
|
+
gap: string;
|
|
2245
|
+
paddingLeft?: undefined;
|
|
2246
|
+
paddingRight?: undefined;
|
|
2247
|
+
} | {
|
|
2248
|
+
paddingLeft: string;
|
|
2249
|
+
paddingRight: string;
|
|
2250
|
+
flexDirection?: undefined;
|
|
2251
|
+
gap?: undefined;
|
|
2252
|
+
};
|
|
2253
|
+
gap: any;
|
|
2254
|
+
marginBottom: any;
|
|
2255
|
+
'& .SCCourseDashboard-info': {
|
|
2256
|
+
flex: number;
|
|
2257
|
+
gap: string;
|
|
2258
|
+
border: string;
|
|
2259
|
+
borderRadius: string;
|
|
2260
|
+
padding: any;
|
|
2261
|
+
'& .SCCourseParticipantsButton-root': {
|
|
2262
|
+
justifyContent: string;
|
|
2263
|
+
padding: number;
|
|
2264
|
+
};
|
|
2265
|
+
};
|
|
2266
|
+
};
|
|
2267
|
+
'& .SCCourseDashboard-tab-list': {
|
|
2268
|
+
flexDirection: string;
|
|
2269
|
+
alignItems: string;
|
|
2270
|
+
justifyContent: string;
|
|
2271
|
+
gap: any;
|
|
2272
|
+
borderBottom: string;
|
|
2273
|
+
padding: any;
|
|
2274
|
+
};
|
|
2275
|
+
};
|
|
2276
|
+
'&.SCCourseDashboard-student': {
|
|
2277
|
+
'& .SCCourseDashboard-user-wrapper': {
|
|
2278
|
+
flexDirection: string;
|
|
2279
|
+
alignItems: string;
|
|
2280
|
+
justifyContent: string;
|
|
2281
|
+
'& .SCCourseDashboard-user': {
|
|
2282
|
+
flexDirection: string;
|
|
2283
|
+
alignItems: string;
|
|
2284
|
+
gap: string;
|
|
2285
|
+
marginTop: string;
|
|
2286
|
+
marginBottom: string;
|
|
2287
|
+
'& .SCCourseDashboard-avatar': {
|
|
2288
|
+
width: string;
|
|
2289
|
+
height: string;
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
};
|
|
2293
|
+
'& .SCCourseDashboard-margin': {
|
|
2294
|
+
marginTop: string;
|
|
2295
|
+
marginBottom: string;
|
|
2296
|
+
};
|
|
2297
|
+
'& .SCCourseDashboard-box': {
|
|
2298
|
+
gap: string;
|
|
2299
|
+
border: string;
|
|
2300
|
+
borderRadius: string;
|
|
2301
|
+
padding: string;
|
|
2302
|
+
};
|
|
2303
|
+
'& .SCCourseDashboard-percentage-wrapper': {
|
|
2304
|
+
[x: number]: {
|
|
2305
|
+
flexDirection: string;
|
|
2306
|
+
};
|
|
2307
|
+
justifyContent: string;
|
|
2308
|
+
gap: string;
|
|
2309
|
+
};
|
|
2310
|
+
'& .SCCourseDashboard-lessons-sections': {
|
|
2311
|
+
flexDirection: string;
|
|
2312
|
+
alignItems: string;
|
|
2313
|
+
gap: string;
|
|
2314
|
+
border: string;
|
|
2315
|
+
borderBottom: string;
|
|
2316
|
+
borderTopLeftRadius: string;
|
|
2317
|
+
borderTopRightRadius: string;
|
|
2318
|
+
padding: string;
|
|
2319
|
+
'& .SCCourseDashboard-circle': {
|
|
2320
|
+
width: string;
|
|
2321
|
+
height: string;
|
|
2322
|
+
borderRadius: number;
|
|
2323
|
+
};
|
|
2324
|
+
};
|
|
2325
|
+
};
|
|
2326
|
+
};
|
|
2327
|
+
};
|
|
2328
|
+
};
|
|
2329
|
+
SCCourses: {
|
|
2330
|
+
styleOverrides: {
|
|
2331
|
+
root: ({ theme }: any) => {
|
|
2332
|
+
'& .SCCourses-filters': {
|
|
2333
|
+
alignItems: string;
|
|
2334
|
+
marginTop: any;
|
|
2335
|
+
marginBottom: any;
|
|
2336
|
+
'& .SCCourses-search': {
|
|
2337
|
+
'& .MuiInputBase-root': {
|
|
2338
|
+
paddingRight: number;
|
|
2339
|
+
'& .MuiButtonBase-root': {
|
|
2340
|
+
borderRadius: string;
|
|
2341
|
+
height: string;
|
|
2342
|
+
'& .MuiButton-endIcon': {
|
|
2343
|
+
margin: number;
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2346
|
+
};
|
|
2347
|
+
};
|
|
2348
|
+
'& .SCCourses-category': {
|
|
2349
|
+
borderRadius: any;
|
|
2350
|
+
minWidth: string;
|
|
2351
|
+
'& .MuiTextField-root': {
|
|
2352
|
+
margin: number;
|
|
2353
|
+
'& .MuiInputBase-root': {
|
|
2354
|
+
padding: any;
|
|
2355
|
+
};
|
|
2356
|
+
};
|
|
2357
|
+
};
|
|
2358
|
+
};
|
|
2359
|
+
'& .SCCourses-courses': {
|
|
2360
|
+
[x: number]: {
|
|
2361
|
+
marginBottom: any;
|
|
2362
|
+
};
|
|
2363
|
+
marginTop: any;
|
|
2364
|
+
'& .SCCourses-item': {
|
|
2365
|
+
paddingTop: any;
|
|
2366
|
+
};
|
|
2367
|
+
'& .SCCourses-item-placeholder': {
|
|
2368
|
+
paddingTop: any;
|
|
2369
|
+
};
|
|
2370
|
+
'& .SCBaseItem-root': {
|
|
2371
|
+
display: string;
|
|
2372
|
+
justifyContent: string;
|
|
2373
|
+
};
|
|
2374
|
+
'& .SCCourse-skeleton-preview-name': {
|
|
2375
|
+
marginTop: number;
|
|
2376
|
+
marginBottom: number;
|
|
2377
|
+
};
|
|
2378
|
+
'& .SCCourse-skeleton-snippet .SCBaseItem-content': {
|
|
2379
|
+
maxWidth: string;
|
|
2380
|
+
};
|
|
2381
|
+
};
|
|
2382
|
+
'& .SCCourses-no-results': {
|
|
2383
|
+
marginTop: any;
|
|
2384
|
+
display: string;
|
|
2385
|
+
flexDirection: string;
|
|
2386
|
+
alignItems: string;
|
|
2387
|
+
'& .SCCourses-student-empty-view': {
|
|
2388
|
+
alignItems: string;
|
|
2389
|
+
justifyContent: string;
|
|
2390
|
+
gap: string;
|
|
2391
|
+
padding: any;
|
|
2392
|
+
marginTop: string;
|
|
2393
|
+
'& h5': {
|
|
2394
|
+
fontWeight: any;
|
|
2395
|
+
marginBottom: any;
|
|
2396
|
+
};
|
|
2397
|
+
'& .SCCourses-skeleton-item': {
|
|
2398
|
+
[x: number]: {
|
|
2399
|
+
width: string;
|
|
2400
|
+
};
|
|
2401
|
+
minWidth: string;
|
|
2402
|
+
};
|
|
2403
|
+
'& .SCCourses-empty-box': {
|
|
2404
|
+
width: string;
|
|
2405
|
+
height: string;
|
|
2406
|
+
border: string;
|
|
2407
|
+
borderRadius: string;
|
|
2408
|
+
marginBottom: string;
|
|
2409
|
+
'& .SCCourses-empty-rotated-box': {
|
|
2410
|
+
width: string;
|
|
2411
|
+
height: string;
|
|
2412
|
+
border: string;
|
|
2413
|
+
borderRadius: string;
|
|
2414
|
+
transform: string;
|
|
2415
|
+
alignItems: string;
|
|
2416
|
+
justifyContent: string;
|
|
2417
|
+
'& .SCCourses-empty-icon': {
|
|
2418
|
+
transform: string;
|
|
2419
|
+
fontSize: any;
|
|
2420
|
+
color: any;
|
|
2421
|
+
};
|
|
2422
|
+
};
|
|
2423
|
+
};
|
|
2424
|
+
};
|
|
2425
|
+
'& .SCCourses-teacher-empty-view': {
|
|
2426
|
+
width: string;
|
|
2427
|
+
'& .SCCourses-skeleton-item': {
|
|
2428
|
+
[x: number]: {
|
|
2429
|
+
width: string;
|
|
2430
|
+
};
|
|
2431
|
+
minWidth: string;
|
|
2432
|
+
};
|
|
2433
|
+
};
|
|
2434
|
+
};
|
|
2435
|
+
'& .SCCourses-show-more': {
|
|
2436
|
+
paddingLeft: any;
|
|
2437
|
+
'&.Mui-selected, &:hover': {
|
|
2438
|
+
backgroundColor: string;
|
|
2439
|
+
};
|
|
2440
|
+
};
|
|
2441
|
+
};
|
|
2442
|
+
skeletonRoot: ({ theme }: any) => {
|
|
2443
|
+
'& .SCCourses-skeleton-courses': {
|
|
2444
|
+
marginTop: any;
|
|
2445
|
+
'& .SCCourses-skeleton-item': {
|
|
2446
|
+
paddingTop: any;
|
|
2447
|
+
};
|
|
2448
|
+
};
|
|
2449
|
+
};
|
|
2450
|
+
coursesChipRoot: ({ theme, showForMe, showMyCourses }: any) => {
|
|
2451
|
+
height: any;
|
|
2452
|
+
borderRadius: any;
|
|
2453
|
+
color: any;
|
|
2454
|
+
'& .MuiIcon-root': {
|
|
2455
|
+
fontSize: string;
|
|
2456
|
+
color: any;
|
|
2457
|
+
};
|
|
2458
|
+
};
|
|
2459
|
+
};
|
|
2460
|
+
};
|
|
2461
|
+
SCCourseForm: {
|
|
2462
|
+
styleOverrides: {
|
|
2463
|
+
root: ({ theme }: any) => {
|
|
2464
|
+
'& .SCCourseForm-cover': {
|
|
2465
|
+
position: string;
|
|
2466
|
+
height: number;
|
|
2467
|
+
minHeight: number;
|
|
2468
|
+
borderRadius: string;
|
|
2469
|
+
'& .SCCourseForm-upload-course-cover-root': {
|
|
2470
|
+
position: string;
|
|
2471
|
+
right: any;
|
|
2472
|
+
bottom: any;
|
|
2473
|
+
padding: any;
|
|
2474
|
+
minWidth: string;
|
|
2475
|
+
};
|
|
2476
|
+
};
|
|
2477
|
+
'& .SCCourseForm-header': {
|
|
2478
|
+
marginTop: any;
|
|
2479
|
+
color: any;
|
|
2480
|
+
};
|
|
2481
|
+
'& .SCCourseForm-form': {
|
|
2482
|
+
'& h5': {
|
|
2483
|
+
padding: any;
|
|
2484
|
+
};
|
|
2485
|
+
'& .SCCourseForm-name': {
|
|
2486
|
+
marginTop: any;
|
|
2487
|
+
};
|
|
2488
|
+
'& .SCCategoryAutocomplete-root ': {
|
|
2489
|
+
marginTop: any;
|
|
2490
|
+
};
|
|
2491
|
+
'& .SCCourseForm-edit-root': {
|
|
2492
|
+
marginTop: any;
|
|
2493
|
+
'& .SCCourseForm-edit-card': {
|
|
2494
|
+
display: string;
|
|
2495
|
+
alignItems: string;
|
|
2496
|
+
borderRadius: string;
|
|
2497
|
+
padding: any;
|
|
2498
|
+
'& h5': {
|
|
2499
|
+
paddingTop: number;
|
|
2500
|
+
paddingBottom: number;
|
|
2501
|
+
};
|
|
2502
|
+
'& .MuiTypography-body1': {
|
|
2503
|
+
paddingLeft: any;
|
|
2504
|
+
};
|
|
2505
|
+
'& .SCCourseForm-edit-access-info': {
|
|
2506
|
+
marginTop: any;
|
|
2507
|
+
marginBottom: any;
|
|
2508
|
+
'& > p:first-of-type': {
|
|
2509
|
+
marginBottom: any;
|
|
2510
|
+
};
|
|
2511
|
+
'& .MuiIcon-root': {
|
|
2512
|
+
marginRight: any;
|
|
2513
|
+
};
|
|
2514
|
+
};
|
|
2515
|
+
};
|
|
2516
|
+
'& .SCCourseForm-edit-publish': {
|
|
2517
|
+
marginTop: any;
|
|
2518
|
+
'& h5': {
|
|
2519
|
+
paddingTop: number;
|
|
2520
|
+
paddingBottom: number;
|
|
2521
|
+
};
|
|
2522
|
+
'& .SCCourseForm-edit-publish-info': {
|
|
2523
|
+
paddingLeft: any;
|
|
2524
|
+
marginBottom: any;
|
|
2525
|
+
};
|
|
2526
|
+
'& .SCCourseForm-edit-privacy-item': {
|
|
2527
|
+
paddingLeft: any;
|
|
2528
|
+
marginBottom: any;
|
|
2529
|
+
'& .MuiTypography-body1': {
|
|
2530
|
+
display: string;
|
|
2531
|
+
alignItems: string;
|
|
2532
|
+
'& .MuiIcon-root': {
|
|
2533
|
+
marginRight: any;
|
|
2534
|
+
};
|
|
2535
|
+
};
|
|
2536
|
+
};
|
|
2537
|
+
'& .SCCourseForm-edit-privacy-item-info': {
|
|
2538
|
+
marginLeft: any;
|
|
2539
|
+
};
|
|
2540
|
+
};
|
|
2541
|
+
};
|
|
2542
|
+
};
|
|
2543
|
+
'& .SCCourseForm-step-one': {
|
|
2544
|
+
display: string;
|
|
2545
|
+
flexDirection: string;
|
|
2546
|
+
justifyContent: string;
|
|
2547
|
+
gap: any;
|
|
2548
|
+
marginTop: any;
|
|
2549
|
+
'& .SCCourseForm-selected': {
|
|
2550
|
+
backgroundColor: string;
|
|
2551
|
+
border: string;
|
|
2552
|
+
'&:hover': {
|
|
2553
|
+
backgroundColor: string;
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
'& .MuiCard-root': {
|
|
2557
|
+
boxShadow: string;
|
|
2558
|
+
border: string;
|
|
2559
|
+
borderRadius: string;
|
|
2560
|
+
'&:hover': {
|
|
2561
|
+
backgroundColor: any;
|
|
2562
|
+
};
|
|
2563
|
+
'& .MuiCardContent-root': {
|
|
2564
|
+
'& .MuiTypography-h5': {
|
|
2565
|
+
fontWeight: any;
|
|
2566
|
+
};
|
|
2567
|
+
'& .MuiTypography-body2': {
|
|
2568
|
+
whiteSpace: string;
|
|
2569
|
+
};
|
|
2570
|
+
};
|
|
2571
|
+
};
|
|
2572
|
+
};
|
|
2573
|
+
'& .SCCourseForm-error': {
|
|
2574
|
+
color: any;
|
|
2575
|
+
};
|
|
2576
|
+
'& .SCCourseForm-actions': {
|
|
2577
|
+
marginTop: any;
|
|
2578
|
+
display: string;
|
|
2579
|
+
justifyContent: string;
|
|
2580
|
+
gap: any;
|
|
2581
|
+
'& button': {
|
|
2582
|
+
width: string;
|
|
2583
|
+
};
|
|
2584
|
+
};
|
|
2585
|
+
'& .MuiDivider-root': {
|
|
2586
|
+
marginTop: any;
|
|
2587
|
+
border: string;
|
|
2588
|
+
};
|
|
2589
|
+
'& .MuiDialogTitle-root': {
|
|
2590
|
+
'& span': {
|
|
2591
|
+
flexGrow: number;
|
|
2592
|
+
textAlign: string;
|
|
2593
|
+
};
|
|
2594
|
+
};
|
|
2595
|
+
};
|
|
2596
|
+
skeletonRoot: ({ theme }: {
|
|
2597
|
+
theme: any;
|
|
2598
|
+
}) => {
|
|
2599
|
+
gap: any;
|
|
2600
|
+
};
|
|
2601
|
+
};
|
|
2602
|
+
};
|
|
2603
|
+
SCCourseFormDialog: {
|
|
2604
|
+
styleOverrides: {
|
|
2605
|
+
root: ({ theme }: any) => {};
|
|
2606
|
+
};
|
|
2607
|
+
};
|
|
2608
|
+
SCCourseParticipantsButton: {
|
|
2609
|
+
styleOverrides: {
|
|
2610
|
+
root: ({ theme, enrolled }: {
|
|
2611
|
+
theme: any;
|
|
2612
|
+
enrolled: any;
|
|
2613
|
+
}) => {
|
|
2614
|
+
padding: number;
|
|
2615
|
+
gap: any;
|
|
2616
|
+
marginTop: string;
|
|
2617
|
+
minWidth: string;
|
|
2618
|
+
'&:hover': {
|
|
2619
|
+
backgroundColor: string;
|
|
2620
|
+
};
|
|
2621
|
+
'& .MuiAvatarGroup-root': {
|
|
2622
|
+
'&:not(.SCAvatarCourseSkeleton-root) .MuiAvatar-root': {
|
|
2623
|
+
'&.MuiAvatar-colorDefault': {
|
|
2624
|
+
marginLeft: number;
|
|
2625
|
+
backgroundColor: string;
|
|
2626
|
+
color: any;
|
|
2627
|
+
border: string;
|
|
2628
|
+
borderRadius: number;
|
|
2629
|
+
padding: number;
|
|
2630
|
+
};
|
|
2631
|
+
};
|
|
2632
|
+
'& .MuiAvatar-root': {
|
|
2633
|
+
height: any;
|
|
2634
|
+
border: string;
|
|
2635
|
+
fontSize: string;
|
|
2636
|
+
'&:first-of-type': {
|
|
2637
|
+
width: any;
|
|
2638
|
+
};
|
|
2639
|
+
'&:not(:first-of-type)': {
|
|
2640
|
+
width: any;
|
|
2641
|
+
};
|
|
2642
|
+
};
|
|
2643
|
+
};
|
|
2644
|
+
'& .SCCourseParticipantsButton-participants': {
|
|
2645
|
+
color: any;
|
|
2646
|
+
'& .MuiIcon-root': {
|
|
2647
|
+
marginRight: any;
|
|
2648
|
+
};
|
|
2649
|
+
};
|
|
2650
|
+
};
|
|
2651
|
+
dialogRoot: ({ theme }: {
|
|
2652
|
+
theme: any;
|
|
2653
|
+
}) => {
|
|
2654
|
+
'& .SCCourseParticipantsButton-infinite-scroll': {
|
|
2655
|
+
[x: number]: {
|
|
2656
|
+
height: string;
|
|
2657
|
+
};
|
|
2658
|
+
height: string;
|
|
2659
|
+
};
|
|
2660
|
+
};
|
|
2661
|
+
};
|
|
2662
|
+
};
|
|
2663
|
+
SCCourseInfoDetails: {
|
|
2664
|
+
styleOverrides: {
|
|
2665
|
+
root: ({ theme }: {
|
|
2666
|
+
theme: any;
|
|
2667
|
+
}) => {
|
|
2668
|
+
/**
|
|
2669
|
+
* Style fragments - Imports - Start
|
|
2670
|
+
*/
|
|
2671
|
+
gap: any;
|
|
2672
|
+
'& .SCCourseInfoDetails-icon-text-wrapper': {
|
|
2673
|
+
flexDirection: string;
|
|
2674
|
+
alignItems: string;
|
|
2675
|
+
gap: any;
|
|
2676
|
+
'& > p': {
|
|
2677
|
+
textTransform: string;
|
|
2678
|
+
};
|
|
2679
|
+
'& .SCCourseInfoDetails-link': {
|
|
2680
|
+
textDecoration: string;
|
|
2681
|
+
color: any;
|
|
2682
|
+
'&:hover': {
|
|
2683
|
+
textDecoration: string;
|
|
2684
|
+
};
|
|
2685
|
+
'& .SCCourseInfoDetails-url': {
|
|
2686
|
+
overflow: string;
|
|
2687
|
+
textOverflow: string;
|
|
2688
|
+
display: string;
|
|
2689
|
+
'-webkit-line-clamp': string;
|
|
2690
|
+
'-webkit-box-orient': string;
|
|
2691
|
+
};
|
|
2692
|
+
};
|
|
2693
|
+
'& .SCCourseInfoDetails-in-progress': {
|
|
2694
|
+
width: string;
|
|
2695
|
+
height: string;
|
|
2696
|
+
borderRadius: string;
|
|
2697
|
+
backgroundColor: any;
|
|
2698
|
+
};
|
|
2699
|
+
};
|
|
2700
|
+
'& .SCCourseInfoDetails-creation-wrapper': {
|
|
2701
|
+
flexDirection: string;
|
|
2702
|
+
alignItems: string;
|
|
2703
|
+
gap: any;
|
|
2704
|
+
};
|
|
2705
|
+
};
|
|
2706
|
+
};
|
|
2707
|
+
};
|
|
2708
|
+
SCCourseUsersTable: {
|
|
2709
|
+
styleOverrides: {
|
|
2710
|
+
root: ({ theme }: {
|
|
2711
|
+
theme: any;
|
|
2712
|
+
}) => {
|
|
2713
|
+
'& .SCCourseUsersTable-search': {
|
|
2714
|
+
'& > .MuiInputBase-root': {
|
|
2715
|
+
borderBottomLeftRadius: string;
|
|
2716
|
+
borderBottomRightRadius: string;
|
|
2717
|
+
};
|
|
2718
|
+
};
|
|
2719
|
+
'& .SCCourseUsersTable-avatar-wrapper': {
|
|
2720
|
+
flexDirection: string;
|
|
2721
|
+
alignItems: string;
|
|
2722
|
+
gap: any;
|
|
2723
|
+
'& .MuiAvatar-root': {
|
|
2724
|
+
width: string;
|
|
2725
|
+
height: string;
|
|
2726
|
+
};
|
|
2727
|
+
};
|
|
2728
|
+
'& .SCCourseUsersTable-progress-wrapper': {
|
|
2729
|
+
flexDirection: string;
|
|
2730
|
+
alignItems: string;
|
|
2731
|
+
gap: string;
|
|
2732
|
+
'& .SCCourseUsersTable-progress': {
|
|
2733
|
+
[x: number]: {
|
|
2734
|
+
display: string;
|
|
2735
|
+
};
|
|
2736
|
+
width: string;
|
|
2737
|
+
borderRadius: string;
|
|
2738
|
+
backgroundColor: any;
|
|
2739
|
+
};
|
|
2740
|
+
};
|
|
2741
|
+
'& .SCCourseUsersTable-request-button-wrapper': {
|
|
2742
|
+
flexDirection: string;
|
|
2743
|
+
gap: string;
|
|
2744
|
+
};
|
|
2745
|
+
'& .SCCourseUsersTable-loading-button': {
|
|
2746
|
+
marginTop: any;
|
|
2747
|
+
marginLeft: any;
|
|
2748
|
+
};
|
|
2749
|
+
};
|
|
2750
|
+
skeletonRoot: ({ theme }: {
|
|
2751
|
+
theme: any;
|
|
2752
|
+
}) => {
|
|
2753
|
+
paddingTop: any;
|
|
2754
|
+
};
|
|
2755
|
+
dialogRoot: ({ theme }: {
|
|
2756
|
+
theme: any;
|
|
2757
|
+
}) => {
|
|
2758
|
+
'& .MuiDialogContent-root': {
|
|
2759
|
+
[x: number]: {
|
|
2760
|
+
paddingBottom: string;
|
|
2761
|
+
};
|
|
2762
|
+
'& .SCCourseUsersTable-content-wrapper': {
|
|
2763
|
+
[x: number]: {
|
|
2764
|
+
marginTop: string;
|
|
2765
|
+
};
|
|
2766
|
+
gap: any;
|
|
2767
|
+
'& .SCCourseUsersTable-info-outer-wrapper': {
|
|
2768
|
+
gap: string;
|
|
2769
|
+
border: string;
|
|
2770
|
+
borderRadius: string;
|
|
2771
|
+
padding: any;
|
|
2772
|
+
'& .SCCourseUsersTable-info-inner-wrapper': {
|
|
2773
|
+
flexDirection: string;
|
|
2774
|
+
alignItems: string;
|
|
2775
|
+
justifyContent: string;
|
|
2776
|
+
marginBottom: any;
|
|
2777
|
+
'& .SCCourseUsersTable-avatar-wrapper': {
|
|
2778
|
+
flexDirection: string;
|
|
2779
|
+
alignItems: string;
|
|
2780
|
+
gap: any;
|
|
2781
|
+
'& .SCCourseUsersTable-avatar': {
|
|
2782
|
+
width: string;
|
|
2783
|
+
height: string;
|
|
2784
|
+
};
|
|
2785
|
+
};
|
|
2786
|
+
};
|
|
2787
|
+
};
|
|
2788
|
+
};
|
|
2789
|
+
};
|
|
2790
|
+
};
|
|
2791
|
+
};
|
|
2792
|
+
};
|
|
2793
|
+
SCCreateGroupButton: {
|
|
2794
|
+
styleOverrides: {
|
|
2795
|
+
root: ({ theme }: any) => {
|
|
2796
|
+
'& .MuiButton-startIcon': {
|
|
2797
|
+
marginRight: any;
|
|
2798
|
+
'& .MuiIcon-root': {
|
|
2799
|
+
fontSize: string;
|
|
2800
|
+
};
|
|
2801
|
+
};
|
|
2802
|
+
};
|
|
2803
|
+
};
|
|
2804
|
+
};
|
|
2805
|
+
SCCustomAdv: {
|
|
2806
|
+
styleOverrides: {
|
|
2807
|
+
root: ({ theme }: any) => {
|
|
2808
|
+
margin: any;
|
|
2809
|
+
'& .SCCustomAdv-wrap': {
|
|
2810
|
+
width: string;
|
|
2811
|
+
position: string;
|
|
2812
|
+
};
|
|
2813
|
+
'& .SCCustomAdv-image': {
|
|
2814
|
+
width: string;
|
|
2815
|
+
};
|
|
2816
|
+
'& .SCCustomAdv-embed-code': {
|
|
2817
|
+
width: string;
|
|
2818
|
+
};
|
|
2819
|
+
'& .SCCustomAdv-prefixed-height': {
|
|
2820
|
+
position: string;
|
|
2821
|
+
top: number;
|
|
2822
|
+
left: number;
|
|
2823
|
+
bottom: number;
|
|
2824
|
+
right: number;
|
|
2825
|
+
};
|
|
2826
|
+
};
|
|
2827
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
2828
|
+
dialogRoot: ({ theme }: any) => {};
|
|
2829
|
+
};
|
|
2830
|
+
};
|
|
2831
|
+
SCCustomSnackMessage: {
|
|
2832
|
+
styleOverrides: {
|
|
2833
|
+
root: ({ theme }: any) => {
|
|
2834
|
+
[x: number]: {
|
|
2835
|
+
minWidth: string;
|
|
2836
|
+
};
|
|
2837
|
+
width: number;
|
|
2838
|
+
'& .SCCustomSnackMessage-card': {
|
|
2839
|
+
width: string;
|
|
2840
|
+
'& .SCCustomSnackMessage-content': {
|
|
2841
|
+
position: string;
|
|
2842
|
+
padding: any;
|
|
2843
|
+
'& .SCCustomSnackMessage-close': {
|
|
2844
|
+
position: string;
|
|
2845
|
+
right: number;
|
|
2846
|
+
top: number;
|
|
2847
|
+
zIndex: number;
|
|
2848
|
+
};
|
|
2849
|
+
a: {
|
|
2850
|
+
color: any;
|
|
2851
|
+
textDecoration: string;
|
|
2852
|
+
'&:hover': {
|
|
2853
|
+
textDecoration: string;
|
|
2854
|
+
};
|
|
2855
|
+
};
|
|
2856
|
+
};
|
|
2857
|
+
};
|
|
2858
|
+
};
|
|
2859
|
+
};
|
|
1688
2860
|
};
|
|
1689
2861
|
SCDateTimeAgo: {
|
|
1690
2862
|
styleOverrides: {
|
|
@@ -1908,6 +3080,26 @@ declare const theme: {
|
|
|
1908
3080
|
'& .SCEditor-listItem': {
|
|
1909
3081
|
margin: string;
|
|
1910
3082
|
};
|
|
3083
|
+
'& .SCEditor-document': {
|
|
3084
|
+
'& .selected': {
|
|
3085
|
+
border: string;
|
|
3086
|
+
};
|
|
3087
|
+
'& .MuiBox-root': {
|
|
3088
|
+
padding: any;
|
|
3089
|
+
borderRadius: string;
|
|
3090
|
+
background: any;
|
|
3091
|
+
'& a': {
|
|
3092
|
+
display: string;
|
|
3093
|
+
alignItems: string;
|
|
3094
|
+
width: string;
|
|
3095
|
+
'& img': {
|
|
3096
|
+
height: any;
|
|
3097
|
+
width: any;
|
|
3098
|
+
marginRight: any;
|
|
3099
|
+
};
|
|
3100
|
+
};
|
|
3101
|
+
};
|
|
3102
|
+
};
|
|
1911
3103
|
};
|
|
1912
3104
|
toolbar: ({ theme }: any) => {
|
|
1913
3105
|
'& .SCEditor-placeholder': {
|
|
@@ -2048,6 +3240,278 @@ declare const theme: {
|
|
|
2048
3240
|
};
|
|
2049
3241
|
};
|
|
2050
3242
|
};
|
|
3243
|
+
SCEditCourse: {
|
|
3244
|
+
styleOverrides: {
|
|
3245
|
+
root: ({ theme }: {
|
|
3246
|
+
theme: any;
|
|
3247
|
+
}) => {
|
|
3248
|
+
'& .SCEditCourse-header': {
|
|
3249
|
+
[x: number]: {
|
|
3250
|
+
paddingLeft: any;
|
|
3251
|
+
};
|
|
3252
|
+
flexDirection: string;
|
|
3253
|
+
alignItems: string;
|
|
3254
|
+
gap: any;
|
|
3255
|
+
};
|
|
3256
|
+
'& .SCEditCourse-tab-list': {
|
|
3257
|
+
borderBottom: string;
|
|
3258
|
+
'& .SCEditCourse-tab': {
|
|
3259
|
+
textTransform: string;
|
|
3260
|
+
};
|
|
3261
|
+
'& > .Mui-disabled': {
|
|
3262
|
+
opacity: number;
|
|
3263
|
+
};
|
|
3264
|
+
'& > .MuiTabs-scrollButtons': {
|
|
3265
|
+
display: string;
|
|
3266
|
+
};
|
|
3267
|
+
};
|
|
3268
|
+
'& .SCEditCourse-tab-panel': {
|
|
3269
|
+
[x: number]: {
|
|
3270
|
+
paddingLeft: string;
|
|
3271
|
+
paddingRight: string;
|
|
3272
|
+
};
|
|
3273
|
+
padding: string;
|
|
3274
|
+
'& .SCEditCourse-lesson-title': {
|
|
3275
|
+
[x: number]: {
|
|
3276
|
+
display: string;
|
|
3277
|
+
};
|
|
3278
|
+
marginBottom: string;
|
|
3279
|
+
};
|
|
3280
|
+
'& .SCEditCourse-lesson-info-wrapper': {
|
|
3281
|
+
flexDirection: string;
|
|
3282
|
+
alignItems: string;
|
|
3283
|
+
justifyContent: string;
|
|
3284
|
+
gap: any;
|
|
3285
|
+
'& .SCEditCourse-lesson-info': {
|
|
3286
|
+
flexDirection: string;
|
|
3287
|
+
alignItems: string;
|
|
3288
|
+
gap: any;
|
|
3289
|
+
};
|
|
3290
|
+
};
|
|
3291
|
+
'& .SCEditCourse-status': {
|
|
3292
|
+
borderRadius: any;
|
|
3293
|
+
};
|
|
3294
|
+
'& .SCEditCourse-lesson-empty-status': {
|
|
3295
|
+
border: string;
|
|
3296
|
+
borderRadius: string;
|
|
3297
|
+
};
|
|
3298
|
+
'& .SCEditCourse-empty-status-button': {
|
|
3299
|
+
marginTop: string;
|
|
3300
|
+
};
|
|
3301
|
+
'& .SCEditCourse-lessons-sections-wrapper': {
|
|
3302
|
+
flexDirection: string;
|
|
3303
|
+
alignItems: string;
|
|
3304
|
+
justifyContent: string;
|
|
3305
|
+
marginTop: string;
|
|
3306
|
+
padding: any;
|
|
3307
|
+
border: string;
|
|
3308
|
+
borderBottom: string;
|
|
3309
|
+
borderTopLeftRadius: string;
|
|
3310
|
+
borderTopRightRadius: string;
|
|
3311
|
+
'& .SCEditCourse-lessons-sections': {
|
|
3312
|
+
flexDirection: string;
|
|
3313
|
+
alignItems: string;
|
|
3314
|
+
gap: string;
|
|
3315
|
+
'& .SCEditCourse-circle': {
|
|
3316
|
+
width: string;
|
|
3317
|
+
height: string;
|
|
3318
|
+
borderRadius: number;
|
|
3319
|
+
backgroundColor: any;
|
|
3320
|
+
};
|
|
3321
|
+
};
|
|
3322
|
+
'& .SCEditCourse-section-button': {
|
|
3323
|
+
alignItems: string;
|
|
3324
|
+
'& .SCEditCourse-section-button-typography': {
|
|
3325
|
+
textTransform: string;
|
|
3326
|
+
};
|
|
3327
|
+
};
|
|
3328
|
+
};
|
|
3329
|
+
'& .SCEditCourse-table-container': {
|
|
3330
|
+
width: string;
|
|
3331
|
+
border: string;
|
|
3332
|
+
borderBottomLeftRadius: string;
|
|
3333
|
+
borderBottomRightRadius: string;
|
|
3334
|
+
'& .SCEditCourse-table': {
|
|
3335
|
+
'& .SCEditCourse-cell-width': {
|
|
3336
|
+
width: string;
|
|
3337
|
+
};
|
|
3338
|
+
'& .SCEditCourse-cell-align-center': {
|
|
3339
|
+
textAlign: string;
|
|
3340
|
+
};
|
|
3341
|
+
'& .SCEditCourse-cell-align-right': {
|
|
3342
|
+
textAlign: string;
|
|
3343
|
+
};
|
|
3344
|
+
'& .SCEditCourse-cell-padding': {
|
|
3345
|
+
paddingRight: number;
|
|
3346
|
+
};
|
|
3347
|
+
'& .SCEditCourse-table-header': {
|
|
3348
|
+
'& .SCEditCourse-table-header-typography': {
|
|
3349
|
+
textTransform: string;
|
|
3350
|
+
};
|
|
3351
|
+
};
|
|
3352
|
+
'& .SCEditCourse-table-body': {
|
|
3353
|
+
'& .SCEditCourse-table-body-icon-wrapper': {
|
|
3354
|
+
flexDirection: string;
|
|
3355
|
+
alignItems: string;
|
|
3356
|
+
gap: string;
|
|
3357
|
+
};
|
|
3358
|
+
'& .SCEditCourse-table-body-accordion': {
|
|
3359
|
+
backgroundColor: any;
|
|
3360
|
+
};
|
|
3361
|
+
'& .SCEditCourse-edit-mode-wrapper': {
|
|
3362
|
+
flexDirection: string;
|
|
3363
|
+
alignItems: string;
|
|
3364
|
+
gap: string;
|
|
3365
|
+
'& .SCEditCourse-edit-mode-save-button': {
|
|
3366
|
+
minWidth: string;
|
|
3367
|
+
borderRadius: string;
|
|
3368
|
+
padding: string;
|
|
3369
|
+
};
|
|
3370
|
+
'& .SCEditCourse-edit-mode-close-button': {
|
|
3371
|
+
border: string;
|
|
3372
|
+
borderRadius: string;
|
|
3373
|
+
padding: string;
|
|
3374
|
+
};
|
|
3375
|
+
};
|
|
3376
|
+
'& .SCEditCourse-actions-wrapper': {
|
|
3377
|
+
[x: number]: {
|
|
3378
|
+
gap: string;
|
|
3379
|
+
};
|
|
3380
|
+
display: string;
|
|
3381
|
+
flexDirection: string;
|
|
3382
|
+
alignItems: string;
|
|
3383
|
+
gap: string;
|
|
3384
|
+
'& .SCEditCourse-change-lesson-status-published-wrapper': {
|
|
3385
|
+
color: any;
|
|
3386
|
+
backgroundColor: any;
|
|
3387
|
+
'& .MuiIcon-root': {
|
|
3388
|
+
color: any;
|
|
3389
|
+
};
|
|
3390
|
+
};
|
|
3391
|
+
'& .SCEditCourse-change-lesson-status-icon-draft': {
|
|
3392
|
+
width: string;
|
|
3393
|
+
height: string;
|
|
3394
|
+
borderRadius: number;
|
|
3395
|
+
backgroundColor: any;
|
|
3396
|
+
};
|
|
3397
|
+
};
|
|
3398
|
+
'& .SCEditCourse-table-body-collapse-wrapper': {
|
|
3399
|
+
padding: number;
|
|
3400
|
+
border: number;
|
|
3401
|
+
};
|
|
3402
|
+
};
|
|
3403
|
+
};
|
|
3404
|
+
};
|
|
3405
|
+
'& .SCEditCourse-users-status-wrapper': {
|
|
3406
|
+
flexDirection: string;
|
|
3407
|
+
alignItems: string;
|
|
3408
|
+
justifyContent: string;
|
|
3409
|
+
gap: string;
|
|
3410
|
+
marginTop: string;
|
|
3411
|
+
marginBottom: any;
|
|
3412
|
+
};
|
|
3413
|
+
'& .SCEditCourse-options-wrapper': {
|
|
3414
|
+
gap: any;
|
|
3415
|
+
maxWidth: string;
|
|
3416
|
+
margin: string;
|
|
3417
|
+
};
|
|
3418
|
+
'& .SCEditCourse-options-divider': {
|
|
3419
|
+
marginTop: string;
|
|
3420
|
+
marginBottom: any;
|
|
3421
|
+
};
|
|
3422
|
+
'& .SCEditCourse-options-button-wrapper': {
|
|
3423
|
+
alignItems: string;
|
|
3424
|
+
maxWidth: string;
|
|
3425
|
+
margin: string;
|
|
3426
|
+
};
|
|
3427
|
+
};
|
|
3428
|
+
};
|
|
3429
|
+
skeletonRoot: ({ theme }: {
|
|
3430
|
+
theme: any;
|
|
3431
|
+
}) => {
|
|
3432
|
+
'& .SCEditCourse-header': {
|
|
3433
|
+
[x: number]: {
|
|
3434
|
+
paddingLeft: any;
|
|
3435
|
+
};
|
|
3436
|
+
flexDirection: string;
|
|
3437
|
+
alignItems: string;
|
|
3438
|
+
gap: any;
|
|
3439
|
+
};
|
|
3440
|
+
'& .SCEditCourse-tab-list': {
|
|
3441
|
+
flexDirection: string;
|
|
3442
|
+
alignItems: string;
|
|
3443
|
+
justifyContent: string;
|
|
3444
|
+
gap: any;
|
|
3445
|
+
borderBottom: string;
|
|
3446
|
+
padding: any;
|
|
3447
|
+
marginBottom: string;
|
|
3448
|
+
};
|
|
3449
|
+
'& .SCEditCourse-lesson-title': {
|
|
3450
|
+
[x: number]: {
|
|
3451
|
+
display: string;
|
|
3452
|
+
};
|
|
3453
|
+
marginBottom: string;
|
|
3454
|
+
};
|
|
3455
|
+
'& .SCEditCourse-lesson-info-wrapper': {
|
|
3456
|
+
flexDirection: string;
|
|
3457
|
+
alignItems: string;
|
|
3458
|
+
justifyContent: string;
|
|
3459
|
+
gap: any;
|
|
3460
|
+
'& .SCEditCourse-lesson-info': {
|
|
3461
|
+
flexDirection: string;
|
|
3462
|
+
alignItems: string;
|
|
3463
|
+
gap: any;
|
|
3464
|
+
};
|
|
3465
|
+
};
|
|
3466
|
+
'& .SCEditCourse-lessons-sections-wrapper': {
|
|
3467
|
+
flexDirection: string;
|
|
3468
|
+
alignItems: string;
|
|
3469
|
+
justifyContent: string;
|
|
3470
|
+
marginTop: string;
|
|
3471
|
+
padding: any;
|
|
3472
|
+
border: string;
|
|
3473
|
+
borderRadius: string;
|
|
3474
|
+
};
|
|
3475
|
+
'& .SCEditCourse-table-container': {
|
|
3476
|
+
width: string;
|
|
3477
|
+
border: string;
|
|
3478
|
+
borderBottomLeftRadius: string;
|
|
3479
|
+
borderBottomRightRadius: string;
|
|
3480
|
+
'& .SCEditCourse-margin': {
|
|
3481
|
+
margin: string;
|
|
3482
|
+
};
|
|
3483
|
+
'& .SCEditCourse-margin-left': {
|
|
3484
|
+
marginLeft: string;
|
|
3485
|
+
};
|
|
3486
|
+
'& .SCEditCourse-actions-wrapper': {
|
|
3487
|
+
flexDirection: string;
|
|
3488
|
+
justifyContent: string;
|
|
3489
|
+
gap: string;
|
|
3490
|
+
};
|
|
3491
|
+
};
|
|
3492
|
+
'& .SCEditCourse-users-status-wrapper': {
|
|
3493
|
+
flexDirection: string;
|
|
3494
|
+
justifyContent: string;
|
|
3495
|
+
marginTop: string;
|
|
3496
|
+
marginBottom: any;
|
|
3497
|
+
};
|
|
3498
|
+
'& .SCEditCourse-options-wrapper': {
|
|
3499
|
+
gap: any;
|
|
3500
|
+
maxWidth: string;
|
|
3501
|
+
margin: string;
|
|
3502
|
+
};
|
|
3503
|
+
'& .SCEditCourse-options-divider': {
|
|
3504
|
+
marginTop: string;
|
|
3505
|
+
marginBottom: any;
|
|
3506
|
+
};
|
|
3507
|
+
'& .SCEditCourse-options-button-wrapper': {
|
|
3508
|
+
alignItems: string;
|
|
3509
|
+
maxWidth: string;
|
|
3510
|
+
margin: string;
|
|
3511
|
+
};
|
|
3512
|
+
};
|
|
3513
|
+
};
|
|
3514
|
+
};
|
|
2051
3515
|
SCEmojiPicker: {
|
|
2052
3516
|
styleOverrides: {
|
|
2053
3517
|
root: ({ theme }: any) => {
|
|
@@ -2456,19 +3920,24 @@ declare const theme: {
|
|
|
2456
3920
|
'& li': {
|
|
2457
3921
|
margin: string;
|
|
2458
3922
|
};
|
|
2459
|
-
'& span
|
|
2460
|
-
display: string;
|
|
2461
|
-
};
|
|
2462
|
-
'& span span:not(:has(+ a))': {
|
|
2463
|
-
width: string;
|
|
2464
|
-
};
|
|
2465
|
-
'& span a': {
|
|
2466
|
-
display: string;
|
|
2467
|
-
margin: any;
|
|
2468
|
-
};
|
|
2469
|
-
'& span a:hover': {
|
|
3923
|
+
'& span': {
|
|
2470
3924
|
'& span': {
|
|
2471
|
-
|
|
3925
|
+
display: string;
|
|
3926
|
+
};
|
|
3927
|
+
'& span:not(:has(+ a))': {
|
|
3928
|
+
width: string;
|
|
3929
|
+
};
|
|
3930
|
+
'& a': {
|
|
3931
|
+
display: string;
|
|
3932
|
+
margin: any;
|
|
3933
|
+
};
|
|
3934
|
+
'& a:hover': {
|
|
3935
|
+
'& span': {
|
|
3936
|
+
textDecoration: string;
|
|
3937
|
+
};
|
|
3938
|
+
};
|
|
3939
|
+
'& :last-child': {
|
|
3940
|
+
display: string;
|
|
2472
3941
|
};
|
|
2473
3942
|
};
|
|
2474
3943
|
};
|
|
@@ -2481,6 +3950,7 @@ declare const theme: {
|
|
|
2481
3950
|
fontSize: any;
|
|
2482
3951
|
fontWeight: any;
|
|
2483
3952
|
padding: any;
|
|
3953
|
+
marginTop: number;
|
|
2484
3954
|
justifyContent: string;
|
|
2485
3955
|
'&:hover': {
|
|
2486
3956
|
backgroundColor: string;
|
|
@@ -3351,382 +4821,792 @@ declare const theme: {
|
|
|
3351
4821
|
border: string;
|
|
3352
4822
|
};
|
|
3353
4823
|
};
|
|
3354
|
-
'& .SCGroupInviteButton-invited-box': {
|
|
4824
|
+
'& .SCGroupInviteButton-invited-box': {
|
|
4825
|
+
marginTop: any;
|
|
4826
|
+
marginBottom: any;
|
|
4827
|
+
'& .MuiChip-root': {
|
|
4828
|
+
marginBottom: any;
|
|
4829
|
+
};
|
|
4830
|
+
};
|
|
4831
|
+
'& .SCGroupInviteButton-suggested': {
|
|
4832
|
+
'& h4': {
|
|
4833
|
+
marginBottom: any;
|
|
4834
|
+
};
|
|
4835
|
+
'& .SCUser-root': {
|
|
4836
|
+
'&:hover': {
|
|
4837
|
+
backgroundColor: string;
|
|
4838
|
+
};
|
|
4839
|
+
};
|
|
4840
|
+
};
|
|
4841
|
+
};
|
|
4842
|
+
};
|
|
4843
|
+
};
|
|
4844
|
+
SCGroupInvitedWidget: {
|
|
4845
|
+
styleOverrides: {
|
|
4846
|
+
root: ({ theme }: any) => {};
|
|
4847
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
4848
|
+
dialogRoot: ({ theme }: any) => {};
|
|
4849
|
+
};
|
|
4850
|
+
};
|
|
4851
|
+
SCGroupMembersButton: {
|
|
4852
|
+
styleOverrides: {
|
|
4853
|
+
root: ({ theme, subscribers }: any) => {
|
|
4854
|
+
padding: any;
|
|
4855
|
+
'& .MuiAvatarGroup-root': {
|
|
4856
|
+
'&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
|
|
4857
|
+
'&.MuiAvatar-colorDefault': {
|
|
4858
|
+
marginLeft: number;
|
|
4859
|
+
backgroundColor: string;
|
|
4860
|
+
color: any;
|
|
4861
|
+
border: string;
|
|
4862
|
+
borderRadius: number;
|
|
4863
|
+
padding: number;
|
|
4864
|
+
};
|
|
4865
|
+
};
|
|
4866
|
+
'& .MuiAvatar-root': {
|
|
4867
|
+
height: any;
|
|
4868
|
+
border: string;
|
|
4869
|
+
fontSize: string;
|
|
4870
|
+
'&:first-of-type': {
|
|
4871
|
+
width: any;
|
|
4872
|
+
};
|
|
4873
|
+
'&:not(:first-of-type)': {
|
|
4874
|
+
width: any;
|
|
4875
|
+
};
|
|
4876
|
+
};
|
|
4877
|
+
};
|
|
4878
|
+
};
|
|
4879
|
+
dialogRoot: () => {};
|
|
4880
|
+
};
|
|
4881
|
+
};
|
|
4882
|
+
SCGroupMembersWidget: {
|
|
4883
|
+
styleOverrides: {
|
|
4884
|
+
root: ({ theme }: any) => {
|
|
4885
|
+
'& .SCGroupMembersWidget-actions': {
|
|
4886
|
+
margin: any;
|
|
4887
|
+
};
|
|
4888
|
+
};
|
|
4889
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
4890
|
+
dialogRoot: ({ theme }: any) => {};
|
|
4891
|
+
};
|
|
4892
|
+
};
|
|
4893
|
+
SCGroupRequestsWidget: {
|
|
4894
|
+
styleOverrides: {
|
|
4895
|
+
root: ({ theme }: any) => {};
|
|
4896
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
4897
|
+
dialogRoot: ({ theme }: any) => {};
|
|
4898
|
+
};
|
|
4899
|
+
};
|
|
4900
|
+
SCGroupSettingsIconButton: {
|
|
4901
|
+
styleOverrides: {
|
|
4902
|
+
root: ({ theme }: any) => {};
|
|
4903
|
+
menuRoot: ({ theme }: any) => {
|
|
4904
|
+
'& .SCGroupSettingsIconButton-paper': {
|
|
4905
|
+
maxWidth: number;
|
|
4906
|
+
padding: any;
|
|
4907
|
+
};
|
|
4908
|
+
};
|
|
4909
|
+
drawerRoot: ({ theme }: any) => {
|
|
4910
|
+
'& .MuiList-root': {
|
|
4911
|
+
'& a': {
|
|
4912
|
+
color: string;
|
|
4913
|
+
};
|
|
4914
|
+
};
|
|
4915
|
+
};
|
|
4916
|
+
};
|
|
4917
|
+
};
|
|
4918
|
+
SCGroupTemplate: {
|
|
4919
|
+
styleOverrides: {
|
|
4920
|
+
root: ({ theme }: any) => {
|
|
4921
|
+
marginTop: number;
|
|
4922
|
+
'& .SCCategoryTemplate-feed': {
|
|
4923
|
+
marginTop: any;
|
|
4924
|
+
};
|
|
4925
|
+
'& .SCGroupInfoWidget-root': {
|
|
4926
|
+
marginTop: any;
|
|
4927
|
+
};
|
|
4928
|
+
};
|
|
4929
|
+
skeletonRoot: ({ theme }: any) => {
|
|
4930
|
+
[x: number]: {
|
|
4931
|
+
marginTop: number;
|
|
4932
|
+
};
|
|
4933
|
+
marginTop: number;
|
|
4934
|
+
};
|
|
4935
|
+
};
|
|
4936
|
+
};
|
|
4937
|
+
SCGroups: {
|
|
4938
|
+
styleOverrides: {
|
|
4939
|
+
root: ({ theme }: any) => {
|
|
4940
|
+
'& .SCGroups-skeleton-root ': {
|
|
4941
|
+
'& .MuiGrid-item': {
|
|
4942
|
+
paddingTop: number;
|
|
4943
|
+
};
|
|
4944
|
+
};
|
|
4945
|
+
'& .MuiGrid-container': {
|
|
4946
|
+
justifyContent: string;
|
|
4947
|
+
};
|
|
4948
|
+
'& .SCGroups-filters': {
|
|
4949
|
+
marginTop: any;
|
|
4950
|
+
marginBottom: any;
|
|
4951
|
+
};
|
|
4952
|
+
'& .SCGroups-groups': {
|
|
4953
|
+
marginTop: any;
|
|
4954
|
+
'& .SCGroups-item': {
|
|
4955
|
+
[x: number]: {
|
|
4956
|
+
padding: any;
|
|
4957
|
+
};
|
|
4958
|
+
width: string;
|
|
4959
|
+
'& > div': {
|
|
4960
|
+
cursor: string;
|
|
4961
|
+
padding: any;
|
|
4962
|
+
};
|
|
4963
|
+
};
|
|
4964
|
+
};
|
|
4965
|
+
'& .SCGroups-no-results': {
|
|
4966
|
+
marginTop: any;
|
|
4967
|
+
display: string;
|
|
4968
|
+
flexDirection: string;
|
|
4969
|
+
justifyContent: string;
|
|
4970
|
+
alignItems: string;
|
|
4971
|
+
'& h4': {
|
|
4972
|
+
fontWeight: any;
|
|
4973
|
+
fontSize: any;
|
|
4974
|
+
};
|
|
4975
|
+
'& .MuiTypography-body1': {
|
|
4976
|
+
fontWeight: any;
|
|
4977
|
+
fontSize: any;
|
|
4978
|
+
};
|
|
4979
|
+
};
|
|
4980
|
+
'& .SCGroups-end-message': {
|
|
4981
|
+
display: string;
|
|
4982
|
+
alignItems: string;
|
|
4983
|
+
justifyContent: string;
|
|
4984
|
+
'& .MuiButtonBase-root': {
|
|
4985
|
+
paddingLeft: any;
|
|
4986
|
+
'&.Mui-selected, &:hover': {
|
|
4987
|
+
backgroundColor: string;
|
|
4988
|
+
};
|
|
4989
|
+
};
|
|
4990
|
+
};
|
|
4991
|
+
};
|
|
4992
|
+
skeletonRoot: ({ theme }: any) => {
|
|
4993
|
+
'& .SCGroups-groups': {
|
|
4994
|
+
justifyContent: string;
|
|
4995
|
+
marginTop: any;
|
|
4996
|
+
'& .SCGroup-skeleton-root': {
|
|
4997
|
+
padding: any;
|
|
4998
|
+
width: string;
|
|
4999
|
+
};
|
|
5000
|
+
};
|
|
5001
|
+
};
|
|
5002
|
+
};
|
|
5003
|
+
};
|
|
5004
|
+
SCIncubator: {
|
|
5005
|
+
styleOverrides: {
|
|
5006
|
+
root: ({ theme }: any) => {
|
|
5007
|
+
width: string;
|
|
5008
|
+
'& .MuiCardContent-root': {
|
|
5009
|
+
padding: any;
|
|
5010
|
+
};
|
|
5011
|
+
'& .SCIncubator-name': {
|
|
5012
|
+
display: string;
|
|
5013
|
+
};
|
|
5014
|
+
'& .SCIncubator-slogan': {
|
|
5015
|
+
whiteSpace: string;
|
|
5016
|
+
overflow: string;
|
|
5017
|
+
textOverflow: string;
|
|
5018
|
+
};
|
|
5019
|
+
'& .SCIncubator-progress-bar': {
|
|
5020
|
+
position: string;
|
|
5021
|
+
marginTop: any;
|
|
5022
|
+
'& .MuiLinearProgress-root': {
|
|
5023
|
+
height: any;
|
|
5024
|
+
};
|
|
5025
|
+
'& .MuiGrid-item': {
|
|
5026
|
+
paddingTop: any;
|
|
5027
|
+
};
|
|
5028
|
+
};
|
|
5029
|
+
'& .MuiCardActions-root': {
|
|
5030
|
+
marginLeft: any;
|
|
5031
|
+
};
|
|
5032
|
+
};
|
|
5033
|
+
skeletonRoot: ({ theme }: any) => {
|
|
5034
|
+
width: string;
|
|
5035
|
+
'& .MuiCardContent-root': {
|
|
5036
|
+
'& .SCIncubator-secondary': {
|
|
5037
|
+
marginTop: any;
|
|
5038
|
+
};
|
|
5039
|
+
'& .SCIncubator-progress-bar': {
|
|
5040
|
+
marginTop: any;
|
|
5041
|
+
};
|
|
5042
|
+
};
|
|
5043
|
+
'& .MuiCardActions-root': {
|
|
5044
|
+
marginLeft: any;
|
|
5045
|
+
};
|
|
5046
|
+
};
|
|
5047
|
+
};
|
|
5048
|
+
};
|
|
5049
|
+
SCIncubatorDetail: {
|
|
5050
|
+
styleOverrides: {
|
|
5051
|
+
root: ({ theme }: any) => {
|
|
5052
|
+
'& .SCIncubatorDetail-share-card': {
|
|
5053
|
+
margin: any;
|
|
5054
|
+
};
|
|
5055
|
+
};
|
|
5056
|
+
};
|
|
5057
|
+
};
|
|
5058
|
+
SCIncubatorListWidget: {
|
|
5059
|
+
styleOverrides: {
|
|
5060
|
+
root: ({ theme }: any) => {
|
|
5061
|
+
'& .MuiCardContent-root': {
|
|
5062
|
+
padding: any;
|
|
5063
|
+
};
|
|
5064
|
+
'& .SCIncubatorListWidget-header': {
|
|
5065
|
+
display: string;
|
|
5066
|
+
alignItems: string;
|
|
5067
|
+
};
|
|
5068
|
+
'& .SCIncubatorListWidget-actions': {
|
|
5069
|
+
display: string;
|
|
5070
|
+
justifyContent: string;
|
|
5071
|
+
};
|
|
5072
|
+
};
|
|
5073
|
+
dialogRoot: ({ theme }: any) => {};
|
|
5074
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
5075
|
+
createDialogRoot: ({ theme }: any) => {
|
|
5076
|
+
[x: number]: {
|
|
5077
|
+
minWidth: number;
|
|
5078
|
+
};
|
|
5079
|
+
margin: number;
|
|
5080
|
+
'& .SCIncubatorListWidget-intro': {
|
|
5081
|
+
whiteSpace: string;
|
|
5082
|
+
};
|
|
5083
|
+
'& .SCIncubatorListWidget-form': {
|
|
3355
5084
|
marginTop: any;
|
|
3356
5085
|
marginBottom: any;
|
|
3357
|
-
'& .MuiChip-root': {
|
|
3358
|
-
marginBottom: any;
|
|
3359
|
-
};
|
|
3360
5086
|
};
|
|
3361
|
-
'& .
|
|
3362
|
-
'&
|
|
3363
|
-
|
|
3364
|
-
};
|
|
3365
|
-
'& .SCUser-root': {
|
|
3366
|
-
'&:hover': {
|
|
3367
|
-
backgroundColor: string;
|
|
3368
|
-
};
|
|
5087
|
+
'& .SCIncubatorListWidget-name': {
|
|
5088
|
+
'& .MuiInputBase-root': {
|
|
5089
|
+
height: string;
|
|
3369
5090
|
};
|
|
3370
5091
|
};
|
|
5092
|
+
'& .SCIncubatorListWidget-submitted-message': {
|
|
5093
|
+
padding: any;
|
|
5094
|
+
borderRadius: string;
|
|
5095
|
+
backgroundColor: string;
|
|
5096
|
+
};
|
|
3371
5097
|
};
|
|
3372
5098
|
};
|
|
3373
5099
|
};
|
|
3374
|
-
|
|
5100
|
+
SCIncubatorSuggestionWidget: {
|
|
3375
5101
|
styleOverrides: {
|
|
3376
|
-
root: ({ theme }: any) => {
|
|
3377
|
-
|
|
5102
|
+
root: ({ theme }: any) => {
|
|
5103
|
+
'& .MuiCardContent-root': {
|
|
5104
|
+
padding: any;
|
|
5105
|
+
};
|
|
5106
|
+
};
|
|
3378
5107
|
dialogRoot: ({ theme }: any) => {};
|
|
5108
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
3379
5109
|
};
|
|
3380
5110
|
};
|
|
3381
|
-
|
|
5111
|
+
SCInlineComposerWidget: {
|
|
3382
5112
|
styleOverrides: {
|
|
3383
|
-
root: ({ theme
|
|
3384
|
-
|
|
3385
|
-
'& .
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
5113
|
+
root: ({ theme }: any) => {
|
|
5114
|
+
marginBottom: any;
|
|
5115
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
5116
|
+
[x: number]: {
|
|
5117
|
+
padding: any;
|
|
5118
|
+
};
|
|
5119
|
+
padding: any;
|
|
5120
|
+
display: string;
|
|
5121
|
+
flexDirection: string;
|
|
5122
|
+
justifyContent: string;
|
|
5123
|
+
'& .SCInlineComposerWidget-input': {
|
|
5124
|
+
display: string;
|
|
5125
|
+
flexGrow: number;
|
|
5126
|
+
'& .MuiButton-root': {
|
|
5127
|
+
fontWeight: any;
|
|
5128
|
+
letterSpacing: string;
|
|
5129
|
+
padding: any;
|
|
5130
|
+
'&:hover': {
|
|
5131
|
+
color: any;
|
|
5132
|
+
background: string;
|
|
5133
|
+
border: string;
|
|
5134
|
+
};
|
|
5135
|
+
};
|
|
5136
|
+
"& .MuiButton-text": {
|
|
5137
|
+
justifyContent: string;
|
|
5138
|
+
textTransform: string;
|
|
3394
5139
|
};
|
|
3395
5140
|
};
|
|
3396
|
-
'& .
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
5141
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
5142
|
+
[x: number]: {
|
|
5143
|
+
marginLeft: any;
|
|
5144
|
+
};
|
|
5145
|
+
display: string;
|
|
5146
|
+
alignItems: string;
|
|
5147
|
+
'& .MuiAvatar-root': {
|
|
3401
5148
|
width: any;
|
|
5149
|
+
height: any;
|
|
3402
5150
|
};
|
|
3403
|
-
|
|
5151
|
+
};
|
|
5152
|
+
};
|
|
5153
|
+
};
|
|
5154
|
+
skeletonRoot: ({ theme }: any) => {
|
|
5155
|
+
marginBottom: any;
|
|
5156
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
5157
|
+
[x: number]: {
|
|
5158
|
+
padding: any;
|
|
5159
|
+
};
|
|
5160
|
+
padding: any;
|
|
5161
|
+
display: string;
|
|
5162
|
+
flexDirection: string;
|
|
5163
|
+
justifyContent: string;
|
|
5164
|
+
'& .SCInlineComposerWidget-input': {
|
|
5165
|
+
display: string;
|
|
5166
|
+
flexGrow: number;
|
|
5167
|
+
height: number;
|
|
5168
|
+
width: string;
|
|
5169
|
+
'& .MuiSkeleton-root': {
|
|
5170
|
+
width: string;
|
|
5171
|
+
height: string;
|
|
5172
|
+
};
|
|
5173
|
+
};
|
|
5174
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
5175
|
+
[x: number]: {
|
|
5176
|
+
marginLeft: any;
|
|
5177
|
+
};
|
|
5178
|
+
display: string;
|
|
5179
|
+
alignItems: string;
|
|
5180
|
+
'& .MuiSkeleton-root': {
|
|
3404
5181
|
width: any;
|
|
5182
|
+
height: any;
|
|
3405
5183
|
};
|
|
3406
5184
|
};
|
|
3407
5185
|
};
|
|
3408
5186
|
};
|
|
3409
|
-
dialogRoot: () => {};
|
|
3410
5187
|
};
|
|
3411
5188
|
};
|
|
3412
|
-
|
|
5189
|
+
SCLanguageSwitcher: {
|
|
3413
5190
|
styleOverrides: {
|
|
3414
5191
|
root: ({ theme }: any) => {
|
|
3415
|
-
'& .
|
|
3416
|
-
|
|
5192
|
+
'& .SCLanguageSwitcher-label': {
|
|
5193
|
+
fontWeight: any;
|
|
3417
5194
|
};
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
dialogRoot: ({ theme }: any) => {};
|
|
3421
|
-
};
|
|
3422
|
-
};
|
|
3423
|
-
SCGroupRequestsWidget: {
|
|
3424
|
-
styleOverrides: {
|
|
3425
|
-
root: ({ theme }: any) => {};
|
|
3426
|
-
skeletonRoot: ({ theme }: any) => {};
|
|
3427
|
-
dialogRoot: ({ theme }: any) => {};
|
|
3428
|
-
};
|
|
3429
|
-
};
|
|
3430
|
-
SCGroupSettingsIconButton: {
|
|
3431
|
-
styleOverrides: {
|
|
3432
|
-
root: ({ theme }: any) => {};
|
|
3433
|
-
menuRoot: ({ theme }: any) => {
|
|
3434
|
-
'& .SCGroupSettingsIconButton-paper': {
|
|
3435
|
-
maxWidth: number;
|
|
3436
|
-
padding: any;
|
|
5195
|
+
'& .MuiInputBase-root': {
|
|
5196
|
+
textTransform: string;
|
|
3437
5197
|
};
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
'& .MuiList-root': {
|
|
3441
|
-
'& a': {
|
|
3442
|
-
color: string;
|
|
3443
|
-
};
|
|
5198
|
+
'& fieldset.MuiOutlinedInput-notchedOutline': {
|
|
5199
|
+
borderWidth: number;
|
|
3444
5200
|
};
|
|
3445
5201
|
};
|
|
3446
5202
|
};
|
|
3447
5203
|
};
|
|
3448
|
-
|
|
5204
|
+
SCLessonAppbar: {
|
|
3449
5205
|
styleOverrides: {
|
|
3450
|
-
root: ({ theme }: any) => {
|
|
3451
|
-
|
|
3452
|
-
'& .
|
|
3453
|
-
|
|
5206
|
+
root: ({ theme, open }: any) => {
|
|
5207
|
+
width: string;
|
|
5208
|
+
'& .SCLessonAppbar-title': {
|
|
5209
|
+
[x: number]: {
|
|
5210
|
+
overflow: string;
|
|
5211
|
+
textOverflow: string;
|
|
5212
|
+
whiteSpace: string;
|
|
5213
|
+
};
|
|
5214
|
+
flexGrow: number;
|
|
3454
5215
|
};
|
|
3455
|
-
'& .
|
|
3456
|
-
|
|
5216
|
+
'& .SCLessonAppbar-start-items': {
|
|
5217
|
+
flexGrow: number;
|
|
5218
|
+
display: string;
|
|
5219
|
+
alignItems: string;
|
|
3457
5220
|
};
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
5221
|
+
boxShadow: string;
|
|
5222
|
+
borderBottom: string;
|
|
5223
|
+
'& .MuiToolbar-root': {
|
|
5224
|
+
minHeight: string;
|
|
3462
5225
|
};
|
|
3463
|
-
|
|
5226
|
+
transition: any;
|
|
3464
5227
|
};
|
|
3465
5228
|
};
|
|
3466
5229
|
};
|
|
3467
|
-
|
|
5230
|
+
SCLessonDrawer: {
|
|
3468
5231
|
styleOverrides: {
|
|
3469
5232
|
root: ({ theme }: any) => {
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
justifyContent: string;
|
|
5233
|
+
[x: number]: {
|
|
5234
|
+
width: string;
|
|
5235
|
+
flexShrink: number;
|
|
5236
|
+
} | {
|
|
5237
|
+
width: string;
|
|
5238
|
+
flexShrink?: undefined;
|
|
3477
5239
|
};
|
|
3478
|
-
'&
|
|
3479
|
-
|
|
3480
|
-
marginBottom: any;
|
|
5240
|
+
'& h4': {
|
|
5241
|
+
fontWeight: any;
|
|
3481
5242
|
};
|
|
3482
|
-
'& .
|
|
3483
|
-
|
|
3484
|
-
'& .SCGroups-item': {
|
|
3485
|
-
[x: number]: {
|
|
3486
|
-
padding: any;
|
|
3487
|
-
};
|
|
5243
|
+
'& .MuiDrawer-paper': {
|
|
5244
|
+
[x: number]: {
|
|
3488
5245
|
width: string;
|
|
3489
|
-
'& > div': {
|
|
3490
|
-
cursor: string;
|
|
3491
|
-
padding: any;
|
|
3492
|
-
};
|
|
3493
5246
|
};
|
|
5247
|
+
width: string;
|
|
5248
|
+
backgroundColor: any;
|
|
3494
5249
|
};
|
|
3495
|
-
'& .
|
|
3496
|
-
|
|
5250
|
+
'& .SCLessonDrawer-header': {
|
|
5251
|
+
minHeight: string;
|
|
3497
5252
|
display: string;
|
|
3498
|
-
|
|
3499
|
-
justifyContent: string;
|
|
3500
|
-
alignItems: string;
|
|
3501
|
-
'& h4': {
|
|
3502
|
-
fontWeight: any;
|
|
3503
|
-
fontSize: any;
|
|
3504
|
-
};
|
|
3505
|
-
'& .MuiTypography-body1': {
|
|
3506
|
-
fontWeight: any;
|
|
3507
|
-
fontSize: any;
|
|
3508
|
-
};
|
|
5253
|
+
padding: any;
|
|
3509
5254
|
};
|
|
3510
|
-
'& .
|
|
5255
|
+
'& .SCLessonDrawer-header-content': {
|
|
3511
5256
|
display: string;
|
|
3512
5257
|
alignItems: string;
|
|
3513
5258
|
justifyContent: string;
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
5259
|
+
};
|
|
5260
|
+
'& .SCLessonDrawer-header-edit': {
|
|
5261
|
+
justifyContent: string;
|
|
5262
|
+
};
|
|
5263
|
+
'& .SCScrollContainer-root:hover': {
|
|
5264
|
+
'& .Mui-disabled': {
|
|
5265
|
+
opacity: string;
|
|
5266
|
+
};
|
|
5267
|
+
};
|
|
5268
|
+
};
|
|
5269
|
+
};
|
|
5270
|
+
};
|
|
5271
|
+
SCLessonCommentActionsMenu: {
|
|
5272
|
+
styleOverrides: {
|
|
5273
|
+
root: ({ theme }: any) => {
|
|
5274
|
+
'& .SCLessonCommentActionsMenu-button': {
|
|
5275
|
+
color: any;
|
|
5276
|
+
'&:hover': {
|
|
5277
|
+
backgroundColor: string;
|
|
5278
|
+
};
|
|
5279
|
+
};
|
|
5280
|
+
};
|
|
5281
|
+
popperRoot: ({ theme }: any) => {
|
|
5282
|
+
zIndex: number;
|
|
5283
|
+
'& .SCLessonCommentActionsMenu-popper-root': {
|
|
5284
|
+
overflow: string;
|
|
5285
|
+
filter: string;
|
|
5286
|
+
mt: number;
|
|
5287
|
+
};
|
|
5288
|
+
'& .SCLessonCommentActionsMenu-paper': {
|
|
5289
|
+
width: number;
|
|
5290
|
+
'& .SCLessonCommentActionsMenu-sub-item': {
|
|
5291
|
+
'& .MuiListItemIcon-root': {
|
|
5292
|
+
color: any;
|
|
5293
|
+
};
|
|
5294
|
+
'&:hover': {
|
|
3517
5295
|
backgroundColor: string;
|
|
3518
5296
|
};
|
|
3519
5297
|
};
|
|
3520
5298
|
};
|
|
3521
5299
|
};
|
|
3522
|
-
skeletonRoot: ({ theme }: any) => {
|
|
3523
|
-
'& .SCGroups-groups': {
|
|
3524
|
-
justifyContent: string;
|
|
3525
|
-
marginTop: any;
|
|
3526
|
-
'& .SCGroup-skeleton-root': {
|
|
3527
|
-
padding: any;
|
|
3528
|
-
width: string;
|
|
3529
|
-
};
|
|
3530
|
-
};
|
|
3531
|
-
};
|
|
3532
5300
|
};
|
|
3533
5301
|
};
|
|
3534
|
-
|
|
5302
|
+
SCLessonCommentObject: {
|
|
3535
5303
|
styleOverrides: {
|
|
3536
5304
|
root: ({ theme }: any) => {
|
|
5305
|
+
overflow: string;
|
|
3537
5306
|
width: string;
|
|
3538
|
-
|
|
3539
|
-
|
|
5307
|
+
backgroundColor: string;
|
|
5308
|
+
border: number;
|
|
5309
|
+
'& .SCLessonCommentObject-comment': {
|
|
5310
|
+
backgroundColor: string;
|
|
5311
|
+
border: number;
|
|
5312
|
+
paddingBottom: number;
|
|
5313
|
+
overflow: string;
|
|
5314
|
+
'& > div': {
|
|
5315
|
+
alignItems: string;
|
|
5316
|
+
};
|
|
5317
|
+
'& .SCBaseItem-image': {
|
|
5318
|
+
marginRight: any;
|
|
5319
|
+
};
|
|
5320
|
+
'& .SCBaseItem-text': {
|
|
5321
|
+
marginTop: any;
|
|
5322
|
+
};
|
|
3540
5323
|
};
|
|
3541
|
-
'& .
|
|
3542
|
-
|
|
5324
|
+
'& .SCBaseItem-image .MuiBadge-badge': {
|
|
5325
|
+
top: any;
|
|
5326
|
+
marginRight: number;
|
|
5327
|
+
'& .SCUserAvatar-badge-content': {
|
|
5328
|
+
width: any;
|
|
5329
|
+
height: any;
|
|
5330
|
+
};
|
|
3543
5331
|
};
|
|
3544
|
-
'& .
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
textOverflow: string;
|
|
5332
|
+
'& .SCBullet-root, & .SCDateTimeAgo-root': {
|
|
5333
|
+
color: any;
|
|
5334
|
+
marginBottom: any;
|
|
3548
5335
|
};
|
|
3549
|
-
'& .
|
|
5336
|
+
'& .SCLessonCommentObject-content': {
|
|
5337
|
+
backgroundColor: string;
|
|
5338
|
+
overflowWrap: string;
|
|
3550
5339
|
position: string;
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
5340
|
+
display: string;
|
|
5341
|
+
padding: any;
|
|
5342
|
+
border: number;
|
|
5343
|
+
'& .MuiCardContent-root': {
|
|
5344
|
+
flexGrow: number;
|
|
5345
|
+
padding: number;
|
|
5346
|
+
'& > p:first-of-type': {
|
|
5347
|
+
paddingTop: number;
|
|
5348
|
+
};
|
|
3554
5349
|
};
|
|
3555
|
-
'& .
|
|
3556
|
-
paddingTop:
|
|
5350
|
+
'& .SCLessonCommentObject-text-content': {
|
|
5351
|
+
paddingTop: string;
|
|
5352
|
+
margin: number;
|
|
5353
|
+
'& a': {
|
|
5354
|
+
color: any;
|
|
5355
|
+
textDecoration: string;
|
|
5356
|
+
'&:hover': {
|
|
5357
|
+
textDecoration: string;
|
|
5358
|
+
};
|
|
5359
|
+
};
|
|
5360
|
+
'& p': {
|
|
5361
|
+
margin: number;
|
|
5362
|
+
marginBlockStart: string;
|
|
5363
|
+
marginBlockEnd: string;
|
|
5364
|
+
};
|
|
5365
|
+
'& img': {
|
|
5366
|
+
maxWidth: string;
|
|
5367
|
+
};
|
|
3557
5368
|
};
|
|
3558
5369
|
};
|
|
3559
|
-
'& .
|
|
3560
|
-
|
|
5370
|
+
'& .SCLessonCommentObject-avatar': {
|
|
5371
|
+
top: any;
|
|
5372
|
+
width: any;
|
|
5373
|
+
height: any;
|
|
5374
|
+
};
|
|
5375
|
+
'& .SCLessonCommentObject-author': {
|
|
5376
|
+
marginRight: any;
|
|
5377
|
+
textDecoration: string;
|
|
5378
|
+
color: any;
|
|
5379
|
+
'& span': {
|
|
5380
|
+
fontWeight: string;
|
|
5381
|
+
};
|
|
3561
5382
|
};
|
|
3562
5383
|
};
|
|
3563
5384
|
skeletonRoot: ({ theme }: any) => {
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
};
|
|
3569
|
-
'& .SCIncubator-progress-bar': {
|
|
3570
|
-
marginTop: any;
|
|
3571
|
-
};
|
|
5385
|
+
paddingBottom: string;
|
|
5386
|
+
overflow: string;
|
|
5387
|
+
'& > div': {
|
|
5388
|
+
alignItems: string;
|
|
3572
5389
|
};
|
|
3573
|
-
'& .
|
|
5390
|
+
'& .SCLessonCommentObject-primary-content': {
|
|
3574
5391
|
marginLeft: any;
|
|
5392
|
+
marginBottom: number;
|
|
3575
5393
|
};
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
5394
|
+
'&.SCWidget-root': {
|
|
5395
|
+
backgroundColor: string;
|
|
5396
|
+
'& .SCBaseItem-content': {
|
|
5397
|
+
alignItems: string;
|
|
5398
|
+
};
|
|
5399
|
+
'& .SCBaseItem-image': {
|
|
5400
|
+
marginRight: any;
|
|
5401
|
+
};
|
|
5402
|
+
'& .SCBaseItem-text': {
|
|
5403
|
+
backgroundColor: string;
|
|
5404
|
+
marginBottom: number;
|
|
5405
|
+
'& > .SCWidget-root': {
|
|
5406
|
+
border: number;
|
|
5407
|
+
backgroundColor: string;
|
|
5408
|
+
boxShadow: string;
|
|
5409
|
+
};
|
|
5410
|
+
'& .MuiCardContent-root': {
|
|
5411
|
+
padding: any;
|
|
5412
|
+
};
|
|
5413
|
+
};
|
|
3584
5414
|
};
|
|
3585
5415
|
};
|
|
3586
5416
|
};
|
|
3587
5417
|
};
|
|
3588
|
-
|
|
5418
|
+
SCLessonCommentObjects: {
|
|
3589
5419
|
styleOverrides: {
|
|
3590
5420
|
root: ({ theme }: any) => {
|
|
3591
|
-
'& .MuiCardContent-root': {
|
|
3592
|
-
padding: any;
|
|
3593
|
-
};
|
|
3594
|
-
'& .SCIncubatorListWidget-header': {
|
|
3595
|
-
display: string;
|
|
3596
|
-
alignItems: string;
|
|
3597
|
-
};
|
|
3598
|
-
'& .SCIncubatorListWidget-actions': {
|
|
3599
|
-
display: string;
|
|
3600
|
-
justifyContent: string;
|
|
3601
|
-
};
|
|
3602
|
-
};
|
|
3603
|
-
dialogRoot: ({ theme }: any) => {};
|
|
3604
|
-
skeletonRoot: ({ theme }: any) => {};
|
|
3605
|
-
createDialogRoot: ({ theme }: any) => {
|
|
3606
5421
|
[x: number]: {
|
|
3607
|
-
|
|
3608
|
-
};
|
|
3609
|
-
margin: number;
|
|
3610
|
-
'& .SCIncubatorListWidget-intro': {
|
|
3611
|
-
whiteSpace: string;
|
|
5422
|
+
height: string;
|
|
3612
5423
|
};
|
|
3613
|
-
|
|
5424
|
+
display: string;
|
|
5425
|
+
flexDirection: string;
|
|
5426
|
+
height: string;
|
|
5427
|
+
overflowY: string;
|
|
5428
|
+
padding: any;
|
|
5429
|
+
justifyContent: string;
|
|
5430
|
+
'& .SCCommentObjectReply-root': {
|
|
5431
|
+
backgroundColor: string;
|
|
5432
|
+
'& .SCEditor-root': {
|
|
5433
|
+
paddingTop: any;
|
|
5434
|
+
};
|
|
5435
|
+
'& .SCEditor-content': {
|
|
5436
|
+
minHeight: string;
|
|
5437
|
+
};
|
|
5438
|
+
'& .SCEditor-actions': {
|
|
5439
|
+
left: any;
|
|
5440
|
+
'& .SCCommentObjectReply-icon-reply': {
|
|
5441
|
+
marginLeft: string;
|
|
5442
|
+
};
|
|
5443
|
+
};
|
|
3614
5444
|
marginTop: any;
|
|
3615
|
-
marginBottom:
|
|
5445
|
+
marginBottom: number;
|
|
3616
5446
|
};
|
|
3617
|
-
'& .
|
|
3618
|
-
|
|
3619
|
-
|
|
5447
|
+
'& .infinite-scroll-component__outerdiv': {
|
|
5448
|
+
overflowY: string;
|
|
5449
|
+
'& .infinite-scroll-component': {
|
|
5450
|
+
'& .MuiList-root ': {
|
|
5451
|
+
padding: number;
|
|
5452
|
+
'& .MuiListItem-root': {
|
|
5453
|
+
padding: number;
|
|
5454
|
+
};
|
|
5455
|
+
};
|
|
3620
5456
|
};
|
|
3621
5457
|
};
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
};
|
|
5458
|
+
};
|
|
5459
|
+
skeletonRoot: ({ theme }: any) => {
|
|
5460
|
+
width: string;
|
|
5461
|
+
backgroundColor: string;
|
|
3627
5462
|
};
|
|
3628
5463
|
};
|
|
3629
5464
|
};
|
|
3630
|
-
|
|
5465
|
+
SCCourseCompletedDialog: {
|
|
3631
5466
|
styleOverrides: {
|
|
3632
|
-
root: (
|
|
3633
|
-
'& .
|
|
3634
|
-
|
|
5467
|
+
root: () => {
|
|
5468
|
+
'& .SCCourseCompletedDialog-wrapper': {
|
|
5469
|
+
alignItems: string;
|
|
5470
|
+
'& .SCCourseCompletedDialog-title': {
|
|
5471
|
+
marginTop: string;
|
|
5472
|
+
marginBottom: string;
|
|
5473
|
+
};
|
|
5474
|
+
'& .SCCourseCompletedDialog-description-pt1': {
|
|
5475
|
+
marginTop: string;
|
|
5476
|
+
};
|
|
5477
|
+
'& .SCCourseCompletedDialog-description-pt2': {
|
|
5478
|
+
marginTop: string;
|
|
5479
|
+
marginBottom: string;
|
|
5480
|
+
};
|
|
3635
5481
|
};
|
|
3636
5482
|
};
|
|
3637
|
-
dialogRoot: ({ theme }: any) => {};
|
|
3638
|
-
skeletonRoot: ({ theme }: any) => {};
|
|
3639
5483
|
};
|
|
3640
5484
|
};
|
|
3641
|
-
|
|
5485
|
+
SCLessonEditForm: {
|
|
3642
5486
|
styleOverrides: {
|
|
3643
5487
|
root: ({ theme }: any) => {
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
5488
|
+
[x: number]: {
|
|
5489
|
+
paddingBottom: any;
|
|
5490
|
+
};
|
|
5491
|
+
padding: any;
|
|
5492
|
+
height: string;
|
|
5493
|
+
display: string;
|
|
5494
|
+
flexDirection: string;
|
|
5495
|
+
justifyContent: string;
|
|
5496
|
+
'& .SCLessonEditForm-form': {
|
|
3650
5497
|
display: string;
|
|
3651
5498
|
flexDirection: string;
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
letterSpacing: string;
|
|
3659
|
-
padding: any;
|
|
3660
|
-
'&:hover': {
|
|
3661
|
-
color: any;
|
|
3662
|
-
background: string;
|
|
3663
|
-
border: string;
|
|
3664
|
-
};
|
|
3665
|
-
};
|
|
3666
|
-
"& .MuiButton-text": {
|
|
3667
|
-
justifyContent: string;
|
|
3668
|
-
textTransform: string;
|
|
3669
|
-
};
|
|
3670
|
-
};
|
|
3671
|
-
'& .SCInlineComposerWidget-avatar': {
|
|
3672
|
-
[x: number]: {
|
|
3673
|
-
marginLeft: any;
|
|
3674
|
-
};
|
|
3675
|
-
display: string;
|
|
3676
|
-
alignItems: string;
|
|
3677
|
-
'& .MuiAvatar-root': {
|
|
3678
|
-
width: any;
|
|
3679
|
-
height: any;
|
|
3680
|
-
};
|
|
5499
|
+
};
|
|
5500
|
+
'& .MuiFormLabel-root': {
|
|
5501
|
+
fontWeight: number;
|
|
5502
|
+
color: string;
|
|
5503
|
+
'& .Mui-focused': {
|
|
5504
|
+
color: string;
|
|
3681
5505
|
};
|
|
3682
5506
|
};
|
|
5507
|
+
'& .SCLessonEditForm-settings': {
|
|
5508
|
+
marginTop: any;
|
|
5509
|
+
};
|
|
5510
|
+
'& .SCLessonEditForm-button': {
|
|
5511
|
+
alignSelf: string;
|
|
5512
|
+
marginBottom: any;
|
|
5513
|
+
};
|
|
3683
5514
|
};
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
5515
|
+
};
|
|
5516
|
+
};
|
|
5517
|
+
SCLessonTemplate: {
|
|
5518
|
+
styleOverrides: {
|
|
5519
|
+
root: () => {};
|
|
5520
|
+
containerRoot: ({ theme, open }: any) => {
|
|
5521
|
+
'& .SCLessonTemplate-navigation-title': {
|
|
3691
5522
|
display: string;
|
|
3692
|
-
|
|
5523
|
+
alignItems: string;
|
|
3693
5524
|
justifyContent: string;
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
5525
|
+
marginBottom: any;
|
|
5526
|
+
};
|
|
5527
|
+
width: string;
|
|
5528
|
+
display: string;
|
|
5529
|
+
flexDirection: string;
|
|
5530
|
+
overflow: string;
|
|
5531
|
+
transition: any;
|
|
5532
|
+
marginRight: number;
|
|
5533
|
+
};
|
|
5534
|
+
};
|
|
5535
|
+
};
|
|
5536
|
+
SCLessonObject: {
|
|
5537
|
+
styleOverrides: {
|
|
5538
|
+
root: ({ theme }: any) => {
|
|
5539
|
+
display: string;
|
|
5540
|
+
flexDirection: string;
|
|
5541
|
+
padding: any;
|
|
5542
|
+
'& .SCLessonObject-content': {
|
|
5543
|
+
padding: string;
|
|
5544
|
+
'& .SCLessonObject-text': {
|
|
5545
|
+
'& > div:first-of-type': {
|
|
3701
5546
|
height: string;
|
|
5547
|
+
img: {
|
|
5548
|
+
height: string;
|
|
5549
|
+
objectFit: string;
|
|
5550
|
+
};
|
|
5551
|
+
padding: string;
|
|
3702
5552
|
};
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
5553
|
+
'& > div:has(> a)': {
|
|
5554
|
+
borderRadius: string;
|
|
5555
|
+
padding: any;
|
|
5556
|
+
background: any;
|
|
3707
5557
|
};
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
width: any;
|
|
3712
|
-
height: any;
|
|
5558
|
+
'& > div:has(> a) > a:first-of-type': {
|
|
5559
|
+
textDecoration: string;
|
|
5560
|
+
color: string;
|
|
3713
5561
|
};
|
|
3714
5562
|
};
|
|
3715
5563
|
};
|
|
5564
|
+
'& .SCLessonObject-content-edit': {
|
|
5565
|
+
padding: string;
|
|
5566
|
+
'& .SCEditor-content': {
|
|
5567
|
+
paddingTop: number;
|
|
5568
|
+
paddingBottom: number;
|
|
5569
|
+
};
|
|
5570
|
+
};
|
|
5571
|
+
'& .SCWidget-root': {
|
|
5572
|
+
[x: number]: {
|
|
5573
|
+
boxShadow: string;
|
|
5574
|
+
};
|
|
5575
|
+
marginBottom: any;
|
|
5576
|
+
};
|
|
5577
|
+
'& .SCLessonObject-button': {
|
|
5578
|
+
alignSelf: string;
|
|
5579
|
+
};
|
|
3716
5580
|
};
|
|
3717
5581
|
};
|
|
3718
5582
|
};
|
|
3719
|
-
|
|
5583
|
+
SCLessonReleaseMenu: {
|
|
3720
5584
|
styleOverrides: {
|
|
3721
|
-
root: ({ theme }: any) => {
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
'& .
|
|
3726
|
-
|
|
5585
|
+
root: ({ theme }: any) => {};
|
|
5586
|
+
popoverRoot: ({ theme }: any) => {
|
|
5587
|
+
width: string;
|
|
5588
|
+
borderRadius: string;
|
|
5589
|
+
'& .MuiPaper-root': {
|
|
5590
|
+
padding: any;
|
|
3727
5591
|
};
|
|
3728
|
-
'&
|
|
3729
|
-
|
|
5592
|
+
'& .SCLessonReleaseMenu-popover-content': {
|
|
5593
|
+
marginTop: any;
|
|
5594
|
+
'& .SCLessonReleaseMenu-popover-selection': {
|
|
5595
|
+
display: string;
|
|
5596
|
+
alignItems: string;
|
|
5597
|
+
gap: any;
|
|
5598
|
+
'& .MuiInputBase-root': {
|
|
5599
|
+
width: string;
|
|
5600
|
+
height: string;
|
|
5601
|
+
};
|
|
5602
|
+
'& .MuiRadio-root': {
|
|
5603
|
+
padding: any;
|
|
5604
|
+
};
|
|
5605
|
+
};
|
|
5606
|
+
'& .SCLessonReleaseMenu-popover-action': {
|
|
5607
|
+
marginTop: any;
|
|
5608
|
+
width: string;
|
|
5609
|
+
};
|
|
3730
5610
|
};
|
|
3731
5611
|
};
|
|
3732
5612
|
};
|
|
@@ -4549,7 +6429,7 @@ declare const theme: {
|
|
|
4549
6429
|
flexGrow: number;
|
|
4550
6430
|
textAlign: string;
|
|
4551
6431
|
alignSelf: string;
|
|
4552
|
-
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
|
|
6432
|
+
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events, & .SCNavigationToolbar-courses': {
|
|
4553
6433
|
paddingTop: number;
|
|
4554
6434
|
paddingLeft: any;
|
|
4555
6435
|
paddingRight: any;
|
|
@@ -5619,7 +7499,9 @@ declare const theme: {
|
|
|
5619
7499
|
'& .SCOnBoardingWidget-app-image-android': {
|
|
5620
7500
|
width: string;
|
|
5621
7501
|
marginTop: any;
|
|
5622
|
-
marginBottom: any;
|
|
7502
|
+
marginBottom: any; /**
|
|
7503
|
+
* Style assets - Imports - End
|
|
7504
|
+
*/
|
|
5623
7505
|
};
|
|
5624
7506
|
};
|
|
5625
7507
|
'& .SCOnBoardingWidget-app-step': {
|
|
@@ -6318,12 +8200,14 @@ declare const theme: {
|
|
|
6318
8200
|
[x: number]: {
|
|
6319
8201
|
width: any;
|
|
6320
8202
|
};
|
|
8203
|
+
position: string;
|
|
6321
8204
|
'& img': {
|
|
6322
8205
|
height: string;
|
|
6323
8206
|
width: string;
|
|
6324
8207
|
};
|
|
6325
8208
|
'& .MuiButtonBase-root': {
|
|
6326
8209
|
flexWrap: string;
|
|
8210
|
+
width: string;
|
|
6327
8211
|
position: string;
|
|
6328
8212
|
bottom: any;
|
|
6329
8213
|
backgroundColor: string;
|
|
@@ -7136,6 +9020,17 @@ declare const theme: {
|
|
|
7136
9020
|
};
|
|
7137
9021
|
};
|
|
7138
9022
|
};
|
|
9023
|
+
SCCreateCourseButton: {
|
|
9024
|
+
styleOverrides: {
|
|
9025
|
+
root: ({ theme }: any) => {
|
|
9026
|
+
'& .MuiButton-startIcon': {
|
|
9027
|
+
'& .MuiIcon-root': {
|
|
9028
|
+
fontSize: string;
|
|
9029
|
+
};
|
|
9030
|
+
};
|
|
9031
|
+
};
|
|
9032
|
+
};
|
|
9033
|
+
};
|
|
7139
9034
|
SCCreateEventButton: {
|
|
7140
9035
|
styleOverrides: {
|
|
7141
9036
|
root: ({ theme }: any) => {
|
|
@@ -7896,188 +9791,69 @@ declare const theme: {
|
|
|
7896
9791
|
color: any;
|
|
7897
9792
|
border: string;
|
|
7898
9793
|
borderRadius: number;
|
|
7899
|
-
padding: number;
|
|
7900
|
-
};
|
|
7901
|
-
};
|
|
7902
|
-
'& .MuiAvatar-root': {
|
|
7903
|
-
height: any;
|
|
7904
|
-
border: string;
|
|
7905
|
-
fontSize: string;
|
|
7906
|
-
'&:first-of-type': {
|
|
7907
|
-
width: any;
|
|
7908
|
-
};
|
|
7909
|
-
'&:not(:first-of-type)': {
|
|
7910
|
-
width: any;
|
|
7911
|
-
};
|
|
7912
|
-
};
|
|
7913
|
-
};
|
|
7914
|
-
'& .SCEventParticipantsButton-participants': {
|
|
7915
|
-
color: any;
|
|
7916
|
-
};
|
|
7917
|
-
};
|
|
7918
|
-
dialogRoot: ({ theme }: {
|
|
7919
|
-
theme: any;
|
|
7920
|
-
}) => {
|
|
7921
|
-
'& .SCEventParticipantsButton-infinite-scroll': {
|
|
7922
|
-
[x: number]: {
|
|
7923
|
-
height: string;
|
|
7924
|
-
};
|
|
7925
|
-
height: string;
|
|
7926
|
-
};
|
|
7927
|
-
};
|
|
7928
|
-
};
|
|
7929
|
-
};
|
|
7930
|
-
SCMyEventsWidget: {
|
|
7931
|
-
styleOverrides: {
|
|
7932
|
-
root: ({ theme }: {
|
|
7933
|
-
theme: any;
|
|
7934
|
-
}) => {
|
|
7935
|
-
'& .SCMyEventsWidget-title-wrapper': {
|
|
7936
|
-
padding: string;
|
|
7937
|
-
};
|
|
7938
|
-
'& .SCMyEventsWidget-actions': {
|
|
7939
|
-
padding: string;
|
|
7940
|
-
justifyContent: string;
|
|
7941
|
-
gap: any;
|
|
7942
|
-
'& .SCMyEventsWidget-arrows': {
|
|
7943
|
-
width: string;
|
|
7944
|
-
height: string;
|
|
7945
|
-
};
|
|
7946
|
-
'& .SCMyEventsWidget-action-button': {
|
|
7947
|
-
color: any;
|
|
7948
|
-
textDecoration: string;
|
|
7949
|
-
};
|
|
7950
|
-
};
|
|
7951
|
-
};
|
|
7952
|
-
skeletonRoot: ({ theme }: {
|
|
7953
|
-
theme: any;
|
|
7954
|
-
}) => {
|
|
7955
|
-
'& .SCMyEventsWidget-actions': {
|
|
7956
|
-
height: string;
|
|
7957
|
-
padding: string;
|
|
7958
|
-
justifyContent: string;
|
|
7959
|
-
gap: any;
|
|
7960
|
-
};
|
|
7961
|
-
};
|
|
7962
|
-
};
|
|
7963
|
-
};
|
|
7964
|
-
SCEventMediaWidget: {
|
|
7965
|
-
styleOverrides: {
|
|
7966
|
-
root: ({ theme, showPadding }: {
|
|
7967
|
-
theme: any;
|
|
7968
|
-
showPadding: any;
|
|
7969
|
-
}) => {
|
|
7970
|
-
'& .SCEventMediaWidget-header': {
|
|
7971
|
-
padding: any;
|
|
7972
|
-
};
|
|
7973
|
-
'& .SCEventMediaWidget-content': {
|
|
7974
|
-
padding: any;
|
|
7975
|
-
'& .SCEventMediaWidget-grid': {
|
|
7976
|
-
display: string;
|
|
7977
|
-
gap: string;
|
|
7978
|
-
gridTemplateColumns: string;
|
|
7979
|
-
'& > .SCEventMediaWidget-media': {
|
|
7980
|
-
position: string;
|
|
7981
|
-
width: string;
|
|
7982
|
-
paddingBottom: string;
|
|
7983
|
-
backgroundSize: string;
|
|
7984
|
-
cursor: string;
|
|
7985
|
-
'& > .SCEventMediaWidget-media-layer': {
|
|
7986
|
-
position: string;
|
|
7987
|
-
inset: number;
|
|
7988
|
-
backgroundColor: string;
|
|
7989
|
-
opacity: number;
|
|
7990
|
-
};
|
|
7991
|
-
'& > .SCEventMediaWidget-count-hidden-media-wrapper': {
|
|
7992
|
-
position: string;
|
|
7993
|
-
top: string;
|
|
7994
|
-
left: string;
|
|
7995
|
-
transform: string;
|
|
7996
|
-
color: any;
|
|
7997
|
-
'& > .SCEventMediaWidget-count-hidden-media': {
|
|
7998
|
-
fontSize: string;
|
|
7999
|
-
};
|
|
8000
|
-
};
|
|
8001
|
-
};
|
|
8002
|
-
};
|
|
8003
|
-
};
|
|
8004
|
-
'& .SCEventMediaWidget-actions': {
|
|
8005
|
-
padding: any;
|
|
8006
|
-
justifyContent: string;
|
|
8007
|
-
};
|
|
8008
|
-
};
|
|
8009
|
-
skeletonRoot: ({}: {}) => {
|
|
8010
|
-
'& .SCEventMediaWidget-grid': {
|
|
8011
|
-
display: string;
|
|
8012
|
-
gap: string;
|
|
8013
|
-
gridTemplateColumns: string;
|
|
8014
|
-
'& > .SCEventMediaWidget-media': {
|
|
8015
|
-
paddingBottom: string;
|
|
8016
|
-
};
|
|
8017
|
-
};
|
|
8018
|
-
};
|
|
8019
|
-
dialogRoot: ({ theme }: {
|
|
8020
|
-
theme: any;
|
|
8021
|
-
}) => {
|
|
8022
|
-
'& .SCEventMediaWidget-grid': {
|
|
8023
|
-
display: string;
|
|
8024
|
-
gap: string;
|
|
8025
|
-
gridTemplateColumns: string;
|
|
8026
|
-
'& > .SCEventMediaWidget-media': {
|
|
8027
|
-
paddingBottom: string;
|
|
8028
|
-
};
|
|
8029
|
-
'& > .SCEventMediaWidget-dialog-media-wrapper': {
|
|
8030
|
-
position: string;
|
|
8031
|
-
width: string;
|
|
8032
|
-
paddingBottom: string;
|
|
8033
|
-
backgroundSize: string;
|
|
8034
|
-
'& > .SCEventMediaWidget-dialog-button-wrapper': {
|
|
8035
|
-
position: string;
|
|
8036
|
-
top: number;
|
|
8037
|
-
width: string;
|
|
8038
|
-
height: string;
|
|
8039
|
-
backgroundColor: any;
|
|
8040
|
-
opacity: number;
|
|
8041
|
-
flexDirection: string;
|
|
8042
|
-
justifyContent: string;
|
|
8043
|
-
alignItems: string;
|
|
8044
|
-
'& > .SCEventMediaWidget-dialog-loading-button': {
|
|
8045
|
-
padding: number;
|
|
8046
|
-
minWidth: string;
|
|
8047
|
-
'& > .MuiLoadingButton-loadingIndicatorCenter': {
|
|
8048
|
-
color: any;
|
|
8049
|
-
};
|
|
8050
|
-
};
|
|
9794
|
+
padding: number;
|
|
9795
|
+
};
|
|
9796
|
+
};
|
|
9797
|
+
'& .MuiAvatar-root': {
|
|
9798
|
+
height: any;
|
|
9799
|
+
border: string;
|
|
9800
|
+
fontSize: string;
|
|
9801
|
+
'&:first-of-type': {
|
|
9802
|
+
width: any;
|
|
9803
|
+
};
|
|
9804
|
+
'&:not(:first-of-type)': {
|
|
9805
|
+
width: any;
|
|
8051
9806
|
};
|
|
8052
9807
|
};
|
|
8053
9808
|
};
|
|
9809
|
+
'& .SCEventParticipantsButton-participants': {
|
|
9810
|
+
color: any;
|
|
9811
|
+
};
|
|
8054
9812
|
};
|
|
8055
|
-
|
|
8056
|
-
|
|
9813
|
+
dialogRoot: ({ theme }: {
|
|
9814
|
+
theme: any;
|
|
8057
9815
|
}) => {
|
|
8058
|
-
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
9816
|
+
'& .SCEventParticipantsButton-infinite-scroll': {
|
|
9817
|
+
[x: number]: {
|
|
9818
|
+
height: string;
|
|
9819
|
+
};
|
|
9820
|
+
height: string;
|
|
8063
9821
|
};
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
9822
|
+
};
|
|
9823
|
+
};
|
|
9824
|
+
};
|
|
9825
|
+
SCMyEventsWidget: {
|
|
9826
|
+
styleOverrides: {
|
|
9827
|
+
root: ({ theme }: {
|
|
9828
|
+
theme: any;
|
|
9829
|
+
}) => {
|
|
9830
|
+
'& .SCMyEventsWidget-title-wrapper': {
|
|
9831
|
+
padding: string;
|
|
9832
|
+
};
|
|
9833
|
+
'& .SCMyEventsWidget-actions': {
|
|
8067
9834
|
padding: string;
|
|
8068
|
-
paddingBottom: string;
|
|
8069
|
-
flexDirection: string;
|
|
8070
|
-
gap: string;
|
|
8071
|
-
alignItems: string;
|
|
8072
9835
|
justifyContent: string;
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
8077
|
-
|
|
9836
|
+
gap: any;
|
|
9837
|
+
'& .SCMyEventsWidget-arrows': {
|
|
9838
|
+
width: string;
|
|
9839
|
+
height: string;
|
|
9840
|
+
};
|
|
9841
|
+
'& .SCMyEventsWidget-action-button': {
|
|
9842
|
+
color: any;
|
|
9843
|
+
textDecoration: string;
|
|
8078
9844
|
};
|
|
8079
9845
|
};
|
|
8080
9846
|
};
|
|
9847
|
+
skeletonRoot: ({ theme }: {
|
|
9848
|
+
theme: any;
|
|
9849
|
+
}) => {
|
|
9850
|
+
'& .SCMyEventsWidget-actions': {
|
|
9851
|
+
height: string;
|
|
9852
|
+
padding: string;
|
|
9853
|
+
justifyContent: string;
|
|
9854
|
+
gap: any;
|
|
9855
|
+
};
|
|
9856
|
+
};
|
|
8081
9857
|
};
|
|
8082
9858
|
};
|
|
8083
9859
|
SCCalendar: {
|
|
@@ -8476,81 +10252,232 @@ declare const theme: {
|
|
|
8476
10252
|
};
|
|
8477
10253
|
};
|
|
8478
10254
|
};
|
|
8479
|
-
popperRoot: ({ theme }: any) => {
|
|
8480
|
-
zIndex: number;
|
|
8481
|
-
'& .SCVoteButton-reaction .MuiIcon-root': {
|
|
8482
|
-
fontSize: string;
|
|
8483
|
-
};
|
|
8484
|
-
};
|
|
10255
|
+
popperRoot: ({ theme }: any) => {
|
|
10256
|
+
zIndex: number;
|
|
10257
|
+
'& .SCVoteButton-reaction .MuiIcon-root': {
|
|
10258
|
+
fontSize: string;
|
|
10259
|
+
};
|
|
10260
|
+
};
|
|
10261
|
+
};
|
|
10262
|
+
};
|
|
10263
|
+
SCWidget: {
|
|
10264
|
+
variants: ({
|
|
10265
|
+
props: {
|
|
10266
|
+
elevation: number;
|
|
10267
|
+
variant?: undefined;
|
|
10268
|
+
};
|
|
10269
|
+
style: {
|
|
10270
|
+
border: number;
|
|
10271
|
+
boxShadow: string;
|
|
10272
|
+
};
|
|
10273
|
+
} | {
|
|
10274
|
+
props: {
|
|
10275
|
+
variant: string;
|
|
10276
|
+
elevation?: undefined;
|
|
10277
|
+
};
|
|
10278
|
+
style: {
|
|
10279
|
+
border: string;
|
|
10280
|
+
boxShadow: string;
|
|
10281
|
+
};
|
|
10282
|
+
})[];
|
|
10283
|
+
styleOverrides: {
|
|
10284
|
+
root: ({ theme }: any) => {
|
|
10285
|
+
[x: number]: {
|
|
10286
|
+
borderRadius: any;
|
|
10287
|
+
};
|
|
10288
|
+
borderRadius: number;
|
|
10289
|
+
boxShadow: string;
|
|
10290
|
+
border: string;
|
|
10291
|
+
'&.MuiPaper-elevation0': {
|
|
10292
|
+
borderRadius: number;
|
|
10293
|
+
};
|
|
10294
|
+
'& .MuiCardContent-root': {
|
|
10295
|
+
padding: any;
|
|
10296
|
+
'& h5': {
|
|
10297
|
+
fontFamily: any;
|
|
10298
|
+
fontWeight: any;
|
|
10299
|
+
color: string;
|
|
10300
|
+
fontSize: string;
|
|
10301
|
+
};
|
|
10302
|
+
'& .MuiList-root': {
|
|
10303
|
+
paddingTop: any;
|
|
10304
|
+
paddingBottom: number;
|
|
10305
|
+
'& .MuiListItem-root:first-of-type': {
|
|
10306
|
+
paddingTop: number;
|
|
10307
|
+
};
|
|
10308
|
+
'& .MuiListItem-root': {
|
|
10309
|
+
paddingTop: any;
|
|
10310
|
+
paddingBottom: any;
|
|
10311
|
+
paddingLeft: number;
|
|
10312
|
+
paddingRight: number;
|
|
10313
|
+
'& .SCBaseItemButton-text, & .SCBaseItem-text': {
|
|
10314
|
+
marginTop: number;
|
|
10315
|
+
marginBottom: number;
|
|
10316
|
+
};
|
|
10317
|
+
'& .SCWidget-root': {
|
|
10318
|
+
borderRadius: number;
|
|
10319
|
+
};
|
|
10320
|
+
};
|
|
10321
|
+
};
|
|
10322
|
+
'& > .MuiTypography-body2': {
|
|
10323
|
+
paddingTop: any;
|
|
10324
|
+
};
|
|
10325
|
+
'& > .MuiButton-sizeMedium': {
|
|
10326
|
+
marginTop: any;
|
|
10327
|
+
padding: any;
|
|
10328
|
+
color: any;
|
|
10329
|
+
};
|
|
10330
|
+
};
|
|
10331
|
+
};
|
|
10332
|
+
};
|
|
10333
|
+
};
|
|
10334
|
+
SCEventMediaWidget: {
|
|
10335
|
+
styleOverrides: {
|
|
10336
|
+
root: ({ theme, showPadding }: {
|
|
10337
|
+
theme: any;
|
|
10338
|
+
showPadding: any;
|
|
10339
|
+
}) => {
|
|
10340
|
+
'& .SCEventMediaWidget-header': {
|
|
10341
|
+
padding: any;
|
|
10342
|
+
};
|
|
10343
|
+
'& .SCEventMediaWidget-content': {
|
|
10344
|
+
padding: any;
|
|
10345
|
+
'& .SCEventMediaWidget-grid': {
|
|
10346
|
+
display: string;
|
|
10347
|
+
gap: string;
|
|
10348
|
+
gridTemplateColumns: string;
|
|
10349
|
+
'& > .SCEventMediaWidget-media': {
|
|
10350
|
+
position: string;
|
|
10351
|
+
width: string;
|
|
10352
|
+
paddingBottom: string;
|
|
10353
|
+
backgroundSize: string;
|
|
10354
|
+
cursor: string;
|
|
10355
|
+
'& > .SCEventMediaWidget-media-layer': {
|
|
10356
|
+
position: string;
|
|
10357
|
+
inset: number;
|
|
10358
|
+
backgroundColor: string;
|
|
10359
|
+
opacity: number;
|
|
10360
|
+
};
|
|
10361
|
+
'& > .SCEventMediaWidget-count-hidden-media-wrapper': {
|
|
10362
|
+
position: string;
|
|
10363
|
+
top: string;
|
|
10364
|
+
left: string;
|
|
10365
|
+
transform: string;
|
|
10366
|
+
color: any;
|
|
10367
|
+
'& > .SCEventMediaWidget-count-hidden-media': {
|
|
10368
|
+
fontSize: string;
|
|
10369
|
+
};
|
|
10370
|
+
};
|
|
10371
|
+
};
|
|
10372
|
+
};
|
|
10373
|
+
};
|
|
10374
|
+
'& .SCEventMediaWidget-actions': {
|
|
10375
|
+
padding: any;
|
|
10376
|
+
justifyContent: string;
|
|
10377
|
+
};
|
|
10378
|
+
};
|
|
10379
|
+
skeletonRoot: ({}: {}) => {
|
|
10380
|
+
'& .SCEventMediaWidget-grid': {
|
|
10381
|
+
display: string;
|
|
10382
|
+
gap: string;
|
|
10383
|
+
gridTemplateColumns: string;
|
|
10384
|
+
'& > .SCEventMediaWidget-media': {
|
|
10385
|
+
paddingBottom: string;
|
|
10386
|
+
};
|
|
10387
|
+
};
|
|
10388
|
+
};
|
|
10389
|
+
dialogRoot: ({ theme }: {
|
|
10390
|
+
theme: any;
|
|
10391
|
+
}) => {
|
|
10392
|
+
'& .SCEventMediaWidget-grid': {
|
|
10393
|
+
display: string;
|
|
10394
|
+
gap: string;
|
|
10395
|
+
gridTemplateColumns: string;
|
|
10396
|
+
'& > .SCEventMediaWidget-media': {
|
|
10397
|
+
paddingBottom: string;
|
|
10398
|
+
};
|
|
10399
|
+
'& > .SCEventMediaWidget-dialog-media-wrapper': {
|
|
10400
|
+
position: string;
|
|
10401
|
+
width: string;
|
|
10402
|
+
paddingBottom: string;
|
|
10403
|
+
backgroundSize: string;
|
|
10404
|
+
'& > .SCEventMediaWidget-dialog-button-wrapper': {
|
|
10405
|
+
position: string;
|
|
10406
|
+
top: number;
|
|
10407
|
+
width: string;
|
|
10408
|
+
height: string;
|
|
10409
|
+
backgroundColor: any;
|
|
10410
|
+
opacity: number;
|
|
10411
|
+
flexDirection: string;
|
|
10412
|
+
justifyContent: string;
|
|
10413
|
+
alignItems: string;
|
|
10414
|
+
'& > .SCEventMediaWidget-dialog-loading-button': {
|
|
10415
|
+
padding: number;
|
|
10416
|
+
minWidth: string;
|
|
10417
|
+
'& > .MuiLoadingButton-loadingIndicatorCenter': {
|
|
10418
|
+
color: any;
|
|
10419
|
+
};
|
|
10420
|
+
};
|
|
10421
|
+
};
|
|
10422
|
+
};
|
|
10423
|
+
};
|
|
10424
|
+
};
|
|
10425
|
+
triggerRoot: ({ isSquare }: {
|
|
10426
|
+
isSquare: any;
|
|
10427
|
+
}) => {
|
|
10428
|
+
padding: 0;
|
|
10429
|
+
borderRadius: 0;
|
|
10430
|
+
backgroundColor: string;
|
|
10431
|
+
'&:hover': {
|
|
10432
|
+
backgroundColor: string;
|
|
10433
|
+
};
|
|
10434
|
+
'& > .SCEventMediaWidget-trigger-content': {
|
|
10435
|
+
position: string;
|
|
10436
|
+
width: string;
|
|
10437
|
+
padding: string;
|
|
10438
|
+
paddingBottom: string;
|
|
10439
|
+
flexDirection: string;
|
|
10440
|
+
gap: string;
|
|
10441
|
+
alignItems: string;
|
|
10442
|
+
justifyContent: string;
|
|
10443
|
+
'& > .SCEventMediaWidget-trigger-icon': {
|
|
10444
|
+
position: string;
|
|
10445
|
+
top: string;
|
|
10446
|
+
transform: string;
|
|
10447
|
+
fontSize: string;
|
|
10448
|
+
};
|
|
10449
|
+
};
|
|
10450
|
+
};
|
|
8485
10451
|
};
|
|
8486
10452
|
};
|
|
8487
|
-
|
|
8488
|
-
variants: ({
|
|
8489
|
-
props: {
|
|
8490
|
-
elevation: number;
|
|
8491
|
-
variant?: undefined;
|
|
8492
|
-
};
|
|
8493
|
-
style: {
|
|
8494
|
-
border: number;
|
|
8495
|
-
boxShadow: string;
|
|
8496
|
-
};
|
|
8497
|
-
} | {
|
|
8498
|
-
props: {
|
|
8499
|
-
variant: string;
|
|
8500
|
-
elevation?: undefined;
|
|
8501
|
-
};
|
|
8502
|
-
style: {
|
|
8503
|
-
border: string;
|
|
8504
|
-
boxShadow: string;
|
|
8505
|
-
};
|
|
8506
|
-
})[];
|
|
10453
|
+
SCEmptyStatus: {
|
|
8507
10454
|
styleOverrides: {
|
|
8508
|
-
root: ({ theme }:
|
|
8509
|
-
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
|
|
8522
|
-
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
'& .MuiListItem-root': {
|
|
8533
|
-
paddingTop: any;
|
|
8534
|
-
paddingBottom: any;
|
|
8535
|
-
paddingLeft: number;
|
|
8536
|
-
paddingRight: number;
|
|
8537
|
-
'& .SCBaseItemButton-text, & .SCBaseItem-text': {
|
|
8538
|
-
marginTop: number;
|
|
8539
|
-
marginBottom: number;
|
|
8540
|
-
};
|
|
8541
|
-
'& .SCWidget-root': {
|
|
8542
|
-
borderRadius: number;
|
|
8543
|
-
};
|
|
10455
|
+
root: ({ theme }: {
|
|
10456
|
+
theme: any;
|
|
10457
|
+
}) => {
|
|
10458
|
+
alignItems: string;
|
|
10459
|
+
justifyContent: string;
|
|
10460
|
+
gap: string;
|
|
10461
|
+
padding: any;
|
|
10462
|
+
marginTop: string;
|
|
10463
|
+
'& .SCEmptyStatus-box': {
|
|
10464
|
+
width: string;
|
|
10465
|
+
height: string;
|
|
10466
|
+
border: string;
|
|
10467
|
+
borderRadius: string;
|
|
10468
|
+
marginBottom: string;
|
|
10469
|
+
'& .SCEmptyStatus-rotated-box': {
|
|
10470
|
+
width: string;
|
|
10471
|
+
height: string;
|
|
10472
|
+
border: string;
|
|
10473
|
+
borderRadius: string;
|
|
10474
|
+
transform: string;
|
|
10475
|
+
alignItems: string;
|
|
10476
|
+
justifyContent: string;
|
|
10477
|
+
'& .SCEmptyStatus-icon': {
|
|
10478
|
+
transform: string;
|
|
8544
10479
|
};
|
|
8545
10480
|
};
|
|
8546
|
-
'& > .MuiTypography-body2': {
|
|
8547
|
-
paddingTop: any;
|
|
8548
|
-
};
|
|
8549
|
-
'& > .MuiButton-sizeMedium': {
|
|
8550
|
-
marginTop: any;
|
|
8551
|
-
padding: any;
|
|
8552
|
-
color: any;
|
|
8553
|
-
};
|
|
8554
10481
|
};
|
|
8555
10482
|
};
|
|
8556
10483
|
};
|
|
@@ -8963,6 +10890,8 @@ declare const theme: {
|
|
|
8963
10890
|
"& a": {
|
|
8964
10891
|
color: any;
|
|
8965
10892
|
fontWeight: string;
|
|
10893
|
+
textDecoration: string;
|
|
10894
|
+
whiteSpace: string;
|
|
8966
10895
|
};
|
|
8967
10896
|
};
|
|
8968
10897
|
'& .SCLiveStreamSelector-options': {
|
|
@@ -9040,6 +10969,15 @@ declare const theme: {
|
|
|
9040
10969
|
minWidth: string;
|
|
9041
10970
|
};
|
|
9042
10971
|
};
|
|
10972
|
+
'& .SCLiveStreamForm-warning': {
|
|
10973
|
+
margin: any;
|
|
10974
|
+
"& a": {
|
|
10975
|
+
color: any;
|
|
10976
|
+
fontWeight: string;
|
|
10977
|
+
textDecoration: string;
|
|
10978
|
+
whiteSpace: string;
|
|
10979
|
+
};
|
|
10980
|
+
};
|
|
9043
10981
|
"& .SCLiveStreamForm-access-view": {
|
|
9044
10982
|
margin: any;
|
|
9045
10983
|
};
|
|
@@ -9162,6 +11100,25 @@ declare const theme: {
|
|
|
9162
11100
|
backgroundColor: any;
|
|
9163
11101
|
};
|
|
9164
11102
|
};
|
|
11103
|
+
'& .lk-settings-menu-modal': {
|
|
11104
|
+
minWidth: number;
|
|
11105
|
+
paddingTop: any;
|
|
11106
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
11107
|
+
color: any;
|
|
11108
|
+
position: string;
|
|
11109
|
+
top: number;
|
|
11110
|
+
right: number;
|
|
11111
|
+
};
|
|
11112
|
+
'& .MuiFormControlLabel-root': {
|
|
11113
|
+
marginLeft: number;
|
|
11114
|
+
};
|
|
11115
|
+
'& .MuiTypography-body1': {
|
|
11116
|
+
color: string;
|
|
11117
|
+
};
|
|
11118
|
+
'& .MuiSwitch-track': {
|
|
11119
|
+
backgroundColor: any;
|
|
11120
|
+
};
|
|
11121
|
+
};
|
|
9165
11122
|
};
|
|
9166
11123
|
dialogRoot: ({ theme }: any) => {
|
|
9167
11124
|
"& .SCLiveStreamRoom-end-conference-wrap": {
|
|
@@ -9170,7 +11127,14 @@ declare const theme: {
|
|
|
9170
11127
|
alignItems: string;
|
|
9171
11128
|
alignContent: string;
|
|
9172
11129
|
flexDirection: string;
|
|
9173
|
-
"& .
|
|
11130
|
+
"& .SCLiveStreamRoom-logo": {
|
|
11131
|
+
img: {
|
|
11132
|
+
maxHeight: number;
|
|
11133
|
+
maxWidth: number;
|
|
11134
|
+
};
|
|
11135
|
+
marginBottom: any;
|
|
11136
|
+
};
|
|
11137
|
+
"& .SCLiveStreamRoom-btn-back-home": {
|
|
9174
11138
|
marginTop: any;
|
|
9175
11139
|
};
|
|
9176
11140
|
};
|
|
@@ -9194,7 +11158,8 @@ declare const theme: {
|
|
|
9194
11158
|
textAlign: string;
|
|
9195
11159
|
"& .SCLiveStreamVideoConference-logo": {
|
|
9196
11160
|
img: {
|
|
9197
|
-
maxHeight:
|
|
11161
|
+
maxHeight: number;
|
|
11162
|
+
maxWidth: number;
|
|
9198
11163
|
};
|
|
9199
11164
|
marginBottom: any;
|
|
9200
11165
|
};
|
|
@@ -9205,6 +11170,124 @@ declare const theme: {
|
|
|
9205
11170
|
};
|
|
9206
11171
|
};
|
|
9207
11172
|
};
|
|
11173
|
+
SCBuyButton: {
|
|
11174
|
+
styleOverrides: {
|
|
11175
|
+
requestRoot: ({ theme }: {
|
|
11176
|
+
theme: any;
|
|
11177
|
+
}) => {};
|
|
11178
|
+
drawerRoot: ({ theme }: {
|
|
11179
|
+
theme: any;
|
|
11180
|
+
}) => {
|
|
11181
|
+
'& > div.MuiPaper-root': {
|
|
11182
|
+
padding: any;
|
|
11183
|
+
};
|
|
11184
|
+
};
|
|
11185
|
+
};
|
|
11186
|
+
};
|
|
11187
|
+
SCPaymentProducts: {
|
|
11188
|
+
styleOverrides: {
|
|
11189
|
+
root: ({ theme }: {
|
|
11190
|
+
theme: any;
|
|
11191
|
+
}) => {
|
|
11192
|
+
padding: any;
|
|
11193
|
+
};
|
|
11194
|
+
skeletonRoot: ({ theme }: {
|
|
11195
|
+
theme: any;
|
|
11196
|
+
}) => {
|
|
11197
|
+
padding: any;
|
|
11198
|
+
};
|
|
11199
|
+
};
|
|
11200
|
+
};
|
|
11201
|
+
SCPaymentProduct: {
|
|
11202
|
+
styleOverrides: {
|
|
11203
|
+
root: ({ theme }: {
|
|
11204
|
+
theme: any;
|
|
11205
|
+
}) => {
|
|
11206
|
+
borderRadius: string;
|
|
11207
|
+
'& .MuiAccordionSummary-root': {
|
|
11208
|
+
backgroundColor: any;
|
|
11209
|
+
'& .MuiAccordionSummary-content': {
|
|
11210
|
+
display: string;
|
|
11211
|
+
flexDirection: string;
|
|
11212
|
+
'& .SCBaseItem-root': {
|
|
11213
|
+
backgroundColor: string;
|
|
11214
|
+
};
|
|
11215
|
+
'& .MuiTypography-body1': {
|
|
11216
|
+
fontWeight: number;
|
|
11217
|
+
color: any;
|
|
11218
|
+
};
|
|
11219
|
+
};
|
|
11220
|
+
'& .MuiAccordionDetails-root': {
|
|
11221
|
+
marginTop: any;
|
|
11222
|
+
};
|
|
11223
|
+
};
|
|
11224
|
+
'& .SCPaymentProductPrice-root': {
|
|
11225
|
+
[x: number]: {
|
|
11226
|
+
width: string;
|
|
11227
|
+
borderRadius: string;
|
|
11228
|
+
};
|
|
11229
|
+
marginBottom: any;
|
|
11230
|
+
width: string;
|
|
11231
|
+
borderRadius: string;
|
|
11232
|
+
};
|
|
11233
|
+
};
|
|
11234
|
+
skeletonRoot: ({ theme }: {
|
|
11235
|
+
theme: any;
|
|
11236
|
+
}) => {
|
|
11237
|
+
borderRadius: string;
|
|
11238
|
+
'& .MuiAccordionSummary-root': {
|
|
11239
|
+
backgroundColor: any;
|
|
11240
|
+
marginBottom: any;
|
|
11241
|
+
'& .SCBaseItem-root': {
|
|
11242
|
+
backgroundColor: string;
|
|
11243
|
+
};
|
|
11244
|
+
};
|
|
11245
|
+
'& .SCPaymentProductPrice-skeleton-root': {
|
|
11246
|
+
[x: number]: {
|
|
11247
|
+
width: string;
|
|
11248
|
+
};
|
|
11249
|
+
marginBottom: any;
|
|
11250
|
+
width: string;
|
|
11251
|
+
};
|
|
11252
|
+
};
|
|
11253
|
+
};
|
|
11254
|
+
};
|
|
11255
|
+
SCPaymentProductPrice: {
|
|
11256
|
+
styleOverrides: {
|
|
11257
|
+
root: ({ theme }: {
|
|
11258
|
+
theme: any;
|
|
11259
|
+
}) => {
|
|
11260
|
+
borderRadius: string;
|
|
11261
|
+
};
|
|
11262
|
+
skeletonRoot: ({ theme }: {
|
|
11263
|
+
theme: any;
|
|
11264
|
+
}) => {
|
|
11265
|
+
borderRadius: string;
|
|
11266
|
+
};
|
|
11267
|
+
};
|
|
11268
|
+
};
|
|
11269
|
+
SCCheckoutSuccessDialog: {
|
|
11270
|
+
styleOverrides: {
|
|
11271
|
+
root: ({ theme }: {
|
|
11272
|
+
theme: any;
|
|
11273
|
+
}) => {
|
|
11274
|
+
'& .MuiDialogTitle-root': {
|
|
11275
|
+
textAlign: string;
|
|
11276
|
+
fontSize: string;
|
|
11277
|
+
fontWeight: number;
|
|
11278
|
+
};
|
|
11279
|
+
'& .MuiDialogContent-root': {
|
|
11280
|
+
display: string;
|
|
11281
|
+
minHeight: number;
|
|
11282
|
+
justifyContent: string;
|
|
11283
|
+
alignItems: string;
|
|
11284
|
+
'& .SCWidget-root': {
|
|
11285
|
+
minWidth: number;
|
|
11286
|
+
};
|
|
11287
|
+
};
|
|
11288
|
+
};
|
|
11289
|
+
};
|
|
11290
|
+
};
|
|
9208
11291
|
};
|
|
9209
11292
|
selfcommunity: {
|
|
9210
11293
|
user: {
|
|
@@ -9230,6 +11313,20 @@ declare const theme: {
|
|
|
9230
11313
|
sizeXLarge: number;
|
|
9231
11314
|
};
|
|
9232
11315
|
};
|
|
11316
|
+
contentProduct: {
|
|
11317
|
+
icon: {
|
|
11318
|
+
sizeSmall: number;
|
|
11319
|
+
sizeMedium: number;
|
|
11320
|
+
sizeLarge: number;
|
|
11321
|
+
};
|
|
11322
|
+
};
|
|
11323
|
+
contentProductPrice: {
|
|
11324
|
+
icon: {
|
|
11325
|
+
sizeSmall: number;
|
|
11326
|
+
sizeMedium: number;
|
|
11327
|
+
sizeLarge: number;
|
|
11328
|
+
};
|
|
11329
|
+
};
|
|
9233
11330
|
};
|
|
9234
11331
|
};
|
|
9235
11332
|
export default theme;
|