@selfcommunity/react-theme-default 0.4.5-alpha.9 → 0.4.5-payments.144

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.
Files changed (191) hide show
  1. package/lib/cjs/components/SCAccordionLessons.d.ts +55 -0
  2. package/lib/cjs/components/SCAccordionLessons.js +53 -0
  3. package/lib/cjs/components/SCAddUsersButton.d.ts +19 -0
  4. package/lib/cjs/components/SCAddUsersButton.js +21 -0
  5. package/lib/cjs/components/SCBaseItemButton.d.ts +26 -35
  6. package/lib/cjs/components/SCBaseItemButton.js +27 -36
  7. package/lib/cjs/components/SCBuyButton.d.ts +15 -0
  8. package/lib/cjs/components/SCBuyButton.js +13 -0
  9. package/lib/cjs/components/SCCheckout.d.ts +54 -0
  10. package/lib/cjs/components/SCCheckout.js +54 -0
  11. package/lib/cjs/components/SCCheckoutReturnDialog.d.ts +26 -0
  12. package/lib/cjs/components/SCCheckoutReturnDialog.js +26 -0
  13. package/lib/cjs/components/SCCommentObject.d.ts +7 -17
  14. package/lib/cjs/components/SCCommentObject.js +7 -17
  15. package/lib/cjs/components/SCComposer.d.ts +15 -7
  16. package/lib/cjs/components/SCComposer.js +37 -8
  17. package/lib/cjs/components/SCContributionActionsMenu.js +1 -1
  18. package/lib/cjs/components/SCCourse.d.ts +243 -0
  19. package/lib/cjs/components/SCCourse.js +245 -0
  20. package/lib/cjs/components/SCCourseCompletedDialog.d.ts +21 -0
  21. package/lib/cjs/components/SCCourseCompletedDialog.js +23 -0
  22. package/lib/cjs/components/SCCourseContentMenu.d.ts +42 -0
  23. package/lib/cjs/components/SCCourseContentMenu.js +42 -0
  24. package/lib/cjs/components/SCCourseDashboard.d.ts +337 -0
  25. package/lib/cjs/components/SCCourseDashboard.js +329 -0
  26. package/lib/cjs/components/SCCourseForm.d.ts +143 -0
  27. package/lib/cjs/components/SCCourseForm.js +144 -0
  28. package/lib/cjs/components/SCCourseFormDialog.d.ts +6 -0
  29. package/lib/cjs/components/SCCourseFormDialog.js +8 -0
  30. package/lib/cjs/components/SCCourseInfoDetails.d.ts +43 -0
  31. package/lib/cjs/components/SCCourseInfoDetails.js +43 -0
  32. package/lib/cjs/components/SCCourseParticipantsButton.d.ts +56 -0
  33. package/lib/cjs/components/SCCourseParticipantsButton.js +53 -0
  34. package/lib/cjs/components/SCCourseUsersTable.d.ts +86 -0
  35. package/lib/cjs/components/SCCourseUsersTable.js +82 -0
  36. package/lib/cjs/components/SCCourses.d.ts +133 -0
  37. package/lib/cjs/components/SCCourses.js +135 -0
  38. package/lib/cjs/components/SCCreateCourseButton.d.ts +12 -0
  39. package/lib/cjs/components/SCCreateCourseButton.js +14 -0
  40. package/lib/cjs/components/SCEditCourse.d.ts +273 -0
  41. package/lib/cjs/components/SCEditCourse.js +271 -0
  42. package/lib/cjs/components/SCEditor.d.ts +20 -0
  43. package/lib/cjs/components/SCEditor.js +20 -0
  44. package/lib/cjs/components/SCEmptyStatus.d.ts +33 -0
  45. package/lib/cjs/components/SCEmptyStatus.js +33 -0
  46. package/lib/cjs/components/SCFeedObject.d.ts +18 -12
  47. package/lib/cjs/components/SCFeedObject.js +18 -12
  48. package/lib/cjs/components/SCFeedObjectDetailTemplate.js +1 -1
  49. package/lib/cjs/components/SCLessonAppbar.d.ts +27 -0
  50. package/lib/cjs/components/SCLessonAppbar.js +28 -0
  51. package/lib/cjs/components/SCLessonCommentActionsMenu.d.ts +32 -0
  52. package/lib/cjs/components/SCLessonCommentActionsMenu.js +35 -0
  53. package/lib/cjs/components/SCLessonCommentObject.d.ts +117 -0
  54. package/lib/cjs/components/SCLessonCommentObject.js +119 -0
  55. package/lib/cjs/components/SCLessonCommentObjects.d.ts +48 -0
  56. package/lib/cjs/components/SCLessonCommentObjects.js +50 -0
  57. package/lib/cjs/components/SCLessonDrawer.d.ts +42 -0
  58. package/lib/cjs/components/SCLessonDrawer.js +44 -0
  59. package/lib/cjs/components/SCLessonEditForm.d.ts +33 -0
  60. package/lib/cjs/components/SCLessonEditForm.js +33 -0
  61. package/lib/cjs/components/SCLessonObject.d.ts +48 -0
  62. package/lib/cjs/components/SCLessonObject.js +51 -0
  63. package/lib/cjs/components/SCLessonReleaseMenu.d.ts +32 -0
  64. package/lib/cjs/components/SCLessonReleaseMenu.js +34 -0
  65. package/lib/cjs/components/SCLessonTemplate.d.ts +20 -0
  66. package/lib/cjs/components/SCLessonTemplate.js +20 -0
  67. package/lib/cjs/components/SCLiveStreamForm.d.ts +9 -0
  68. package/lib/cjs/components/SCLiveStreamForm.js +10 -1
  69. package/lib/cjs/components/SCLiveStreamRoom.d.ts +27 -1
  70. package/lib/cjs/components/SCLiveStreamRoom.js +27 -1
  71. package/lib/cjs/components/SCLiveStreamSelector.d.ts +2 -0
  72. package/lib/cjs/components/SCLiveStreamSelector.js +3 -1
  73. package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +2 -1
  74. package/lib/cjs/components/SCLiveStreamVideoConference.js +2 -1
  75. package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
  76. package/lib/cjs/components/SCNavigationToolbar.js +1 -1
  77. package/lib/cjs/components/SCPaymentProduct.d.ts +55 -0
  78. package/lib/cjs/components/SCPaymentProduct.js +53 -0
  79. package/lib/cjs/components/SCPaymentProductPrice.d.ts +15 -0
  80. package/lib/cjs/components/SCPaymentProductPrice.js +13 -0
  81. package/lib/cjs/components/SCPaymentProducts.d.ts +15 -0
  82. package/lib/cjs/components/SCPaymentProducts.js +13 -0
  83. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +2 -0
  84. package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -1
  85. package/lib/cjs/fonts/community/icons.eot +0 -0
  86. package/lib/cjs/fonts/community/icons.svg +9 -3
  87. package/lib/cjs/fonts/community/icons.ttf +0 -0
  88. package/lib/cjs/fonts/community/icons.woff +0 -0
  89. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  90. package/lib/cjs/fonts/community-icons.css +15 -6
  91. package/lib/cjs/index.d.ts +2737 -612
  92. package/lib/cjs/index.js +76 -2
  93. package/lib/esm/components/SCAccordionLessons.d.ts +55 -0
  94. package/lib/esm/components/SCAccordionLessons.js +51 -0
  95. package/lib/esm/components/SCAddUsersButton.d.ts +19 -0
  96. package/lib/esm/components/SCAddUsersButton.js +19 -0
  97. package/lib/esm/components/SCBaseItemButton.d.ts +26 -35
  98. package/lib/esm/components/SCBaseItemButton.js +27 -36
  99. package/lib/esm/components/SCBuyButton.d.ts +15 -0
  100. package/lib/esm/components/SCBuyButton.js +11 -0
  101. package/lib/esm/components/SCCheckout.d.ts +54 -0
  102. package/lib/esm/components/SCCheckout.js +52 -0
  103. package/lib/esm/components/SCCheckoutReturnDialog.d.ts +26 -0
  104. package/lib/esm/components/SCCheckoutReturnDialog.js +24 -0
  105. package/lib/esm/components/SCCommentObject.d.ts +7 -17
  106. package/lib/esm/components/SCCommentObject.js +7 -17
  107. package/lib/esm/components/SCComposer.d.ts +15 -7
  108. package/lib/esm/components/SCComposer.js +37 -8
  109. package/lib/esm/components/SCContributionActionsMenu.js +1 -1
  110. package/lib/esm/components/SCCourse.d.ts +243 -0
  111. package/lib/esm/components/SCCourse.js +243 -0
  112. package/lib/esm/components/SCCourseCompletedDialog.d.ts +21 -0
  113. package/lib/esm/components/SCCourseCompletedDialog.js +21 -0
  114. package/lib/esm/components/SCCourseContentMenu.d.ts +42 -0
  115. package/lib/esm/components/SCCourseContentMenu.js +40 -0
  116. package/lib/esm/components/SCCourseDashboard.d.ts +337 -0
  117. package/lib/esm/components/SCCourseDashboard.js +327 -0
  118. package/lib/esm/components/SCCourseForm.d.ts +143 -0
  119. package/lib/esm/components/SCCourseForm.js +142 -0
  120. package/lib/esm/components/SCCourseFormDialog.d.ts +6 -0
  121. package/lib/esm/components/SCCourseFormDialog.js +6 -0
  122. package/lib/esm/components/SCCourseInfoDetails.d.ts +43 -0
  123. package/lib/esm/components/SCCourseInfoDetails.js +41 -0
  124. package/lib/esm/components/SCCourseParticipantsButton.d.ts +56 -0
  125. package/lib/esm/components/SCCourseParticipantsButton.js +51 -0
  126. package/lib/esm/components/SCCourseUsersTable.d.ts +86 -0
  127. package/lib/esm/components/SCCourseUsersTable.js +80 -0
  128. package/lib/esm/components/SCCourses.d.ts +133 -0
  129. package/lib/esm/components/SCCourses.js +133 -0
  130. package/lib/esm/components/SCCreateCourseButton.d.ts +12 -0
  131. package/lib/esm/components/SCCreateCourseButton.js +12 -0
  132. package/lib/esm/components/SCEditCourse.d.ts +273 -0
  133. package/lib/esm/components/SCEditCourse.js +269 -0
  134. package/lib/esm/components/SCEditor.d.ts +20 -0
  135. package/lib/esm/components/SCEditor.js +20 -0
  136. package/lib/esm/components/SCEmptyStatus.d.ts +33 -0
  137. package/lib/esm/components/SCEmptyStatus.js +31 -0
  138. package/lib/esm/components/SCFeedObject.d.ts +18 -12
  139. package/lib/esm/components/SCFeedObject.js +18 -12
  140. package/lib/esm/components/SCFeedObjectDetailTemplate.js +1 -1
  141. package/lib/esm/components/SCLessonAppbar.d.ts +27 -0
  142. package/lib/esm/components/SCLessonAppbar.js +26 -0
  143. package/lib/esm/components/SCLessonCommentActionsMenu.d.ts +32 -0
  144. package/lib/esm/components/SCLessonCommentActionsMenu.js +33 -0
  145. package/lib/esm/components/SCLessonCommentObject.d.ts +117 -0
  146. package/lib/esm/components/SCLessonCommentObject.js +117 -0
  147. package/lib/esm/components/SCLessonCommentObjects.d.ts +48 -0
  148. package/lib/esm/components/SCLessonCommentObjects.js +48 -0
  149. package/lib/esm/components/SCLessonDrawer.d.ts +42 -0
  150. package/lib/esm/components/SCLessonDrawer.js +42 -0
  151. package/lib/esm/components/SCLessonEditForm.d.ts +33 -0
  152. package/lib/esm/components/SCLessonEditForm.js +31 -0
  153. package/lib/esm/components/SCLessonObject.d.ts +48 -0
  154. package/lib/esm/components/SCLessonObject.js +49 -0
  155. package/lib/esm/components/SCLessonReleaseMenu.d.ts +32 -0
  156. package/lib/esm/components/SCLessonReleaseMenu.js +32 -0
  157. package/lib/esm/components/SCLessonTemplate.d.ts +20 -0
  158. package/lib/esm/components/SCLessonTemplate.js +18 -0
  159. package/lib/esm/components/SCLiveStreamForm.d.ts +9 -0
  160. package/lib/esm/components/SCLiveStreamForm.js +10 -1
  161. package/lib/esm/components/SCLiveStreamRoom.d.ts +27 -1
  162. package/lib/esm/components/SCLiveStreamRoom.js +27 -1
  163. package/lib/esm/components/SCLiveStreamSelector.d.ts +2 -0
  164. package/lib/esm/components/SCLiveStreamSelector.js +3 -1
  165. package/lib/esm/components/SCLiveStreamVideoConference.d.ts +2 -1
  166. package/lib/esm/components/SCLiveStreamVideoConference.js +2 -1
  167. package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
  168. package/lib/esm/components/SCNavigationToolbar.js +1 -1
  169. package/lib/esm/components/SCPaymentProduct.d.ts +55 -0
  170. package/lib/esm/components/SCPaymentProduct.js +51 -0
  171. package/lib/esm/components/SCPaymentProductPrice.d.ts +15 -0
  172. package/lib/esm/components/SCPaymentProductPrice.js +11 -0
  173. package/lib/esm/components/SCPaymentProducts.d.ts +15 -0
  174. package/lib/esm/components/SCPaymentProducts.js +11 -0
  175. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +2 -0
  176. package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -1
  177. package/lib/esm/fonts/community/icons.eot +0 -0
  178. package/lib/esm/fonts/community/icons.svg +9 -3
  179. package/lib/esm/fonts/community/icons.ttf +0 -0
  180. package/lib/esm/fonts/community/icons.woff +0 -0
  181. package/lib/esm/fonts/community/icons.woff2 +0 -0
  182. package/lib/esm/fonts/community-icons.css +15 -6
  183. package/lib/esm/index.d.ts +2737 -612
  184. package/lib/esm/index.js +76 -2
  185. package/lib/umd/community/icons.eot +0 -0
  186. package/lib/umd/community/icons.svg +9 -3
  187. package/lib/umd/community/icons.ttf +0 -0
  188. package/lib/umd/community/icons.woff +0 -0
  189. package/lib/umd/community/icons.woff2 +0 -0
  190. package/lib/umd/react-theme-default.js +1 -1
  191. package/package.json +2 -2
@@ -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
- width: string;
455
- };
456
- '& .SCBaseItemButton-image': {
457
- flexShrink: number;
458
- marginRight: any;
459
- };
460
- '& .SCBaseItemButton-text': {
461
- flex: string;
462
- marginTop: any;
463
- marginBottom: any;
464
- textAlign: string;
465
- };
466
- '& .SCBaseItemButton-primary': {
467
- color: any;
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
- '& .SCBaseItemButton-text > *': {
480
- [x: number]: {
481
- maxWidth: string;
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
- position: string;
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
- marginRight: any;
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
- '& .SCBullet-root': {
1072
- display: string;
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,10 +1320,12 @@ 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
- overflowY: string;
1275
1329
  '& .SCEditor-root': {
1276
1330
  padding: any;
1277
1331
  marginBottom: any;
@@ -1321,7 +1375,7 @@ declare const theme: {
1321
1375
  };
1322
1376
  };
1323
1377
  };
1324
- attributesRoot: ({ theme }: any) => {};
1378
+ attributesRoot: () => {};
1325
1379
  contentDiscussionRoot: ({ theme }: any) => {
1326
1380
  '& .SCComposer-content-discussion-title': {
1327
1381
  '& .MuiInputBase-root': {
@@ -1390,6 +1444,13 @@ declare const theme: {
1390
1444
  };
1391
1445
  };
1392
1446
  };
1447
+ contentLessonRoot: ({ theme }: any) => {
1448
+ '& .SCEditor-root': {
1449
+ '& .SCEditor-content': {
1450
+ paddingTop: any;
1451
+ };
1452
+ };
1453
+ };
1393
1454
  layerTransitionRoot: ({ theme }: any) => {
1394
1455
  position: string;
1395
1456
  top: number;
@@ -1423,8 +1484,8 @@ declare const theme: {
1423
1484
  marginBottom: any;
1424
1485
  };
1425
1486
  };
1426
- layerCategoryRoot: ({ theme }: any) => {};
1427
- layerGroupRoot: ({ theme }: any) => {};
1487
+ layerCategoryRoot: () => {};
1488
+ layerGroupRoot: () => {};
1428
1489
  layerCloseRoot: ({ theme }: any) => {
1429
1490
  '& .SCComposer-layer-content': {
1430
1491
  '& .MuiTypography-root': {
@@ -1443,8 +1504,8 @@ declare const theme: {
1443
1504
  };
1444
1505
  };
1445
1506
  };
1446
- layerLocationRoot: ({ theme }: any) => {};
1447
- skeletonRoot: ({ theme }: any) => {};
1507
+ layerLocationRoot: () => {};
1508
+ skeletonRoot: () => {};
1448
1509
  typeSwitchButtonGroupRoot: ({ theme }: any) => {
1449
1510
  '& .MuiToggleButton-root': {
1450
1511
  backgroundColor: any;
@@ -1646,76 +1707,1159 @@ declare const theme: {
1646
1707
  };
1647
1708
  };
1648
1709
  };
1649
- SCCreateGroupButton: {
1710
+ SCCourse: {
1650
1711
  styleOverrides: {
1651
- root: ({ theme }: any) => {
1652
- '& .MuiButton-startIcon': {
1653
- marginRight: any;
1654
- '& .MuiIcon-root': {
1655
- fontSize: string;
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
+ };
1656
1725
  };
1657
1726
  };
1658
- };
1659
- };
1660
- };
1661
- SCCustomAdv: {
1662
- styleOverrides: {
1663
- root: ({ theme }: any) => {
1664
- margin: any;
1665
- '& .SCCustomAdv-wrap': {
1666
- width: string;
1727
+ '& .SCCourse-snippet-image': {
1667
1728
  position: string;
1729
+ '& .SCCourse-snippet-in-progress': {
1730
+ height: number;
1731
+ backgroundColor: any;
1732
+ position: string;
1733
+ top: number;
1734
+ right: number;
1735
+ color: any;
1736
+ boxShadow: string;
1737
+ '& span': {
1738
+ fontSize: string;
1739
+ paddingLeft: any;
1740
+ paddingRight: any;
1741
+ };
1742
+ };
1668
1743
  };
1669
- '& .SCCustomAdv-image': {
1670
- width: string;
1671
- };
1672
- '& .SCCustomAdv-embed-code': {
1673
- width: string;
1744
+ '& .SCBaseItem-text': {
1745
+ fontSize: any;
1746
+ '& .SCCourse-snippet-primary': {
1747
+ color: any;
1748
+ textDecoration: string;
1749
+ '&:hover': {
1750
+ textDecoration: string;
1751
+ };
1752
+ '& p': {
1753
+ fontWeight: any;
1754
+ };
1755
+ };
1756
+ '& .SCCourse-snippet-secondary': {
1757
+ color: any;
1758
+ };
1674
1759
  };
1675
- '& .SCCustomAdv-prefixed-height': {
1760
+ '& .SCCourse-chip': {
1761
+ textTransform: string;
1676
1762
  position: string;
1677
- top: number;
1678
- left: number;
1679
- bottom: number;
1680
- right: number;
1763
+ top: any;
1764
+ left: any;
1765
+ color: any;
1766
+ borderRadius: number;
1767
+ '& .MuiChip-label': {
1768
+ fontWeight: number;
1769
+ padding: any;
1770
+ };
1681
1771
  };
1682
1772
  };
1683
- skeletonRoot: ({ theme }: any) => {};
1684
- dialogRoot: ({ theme }: any) => {};
1685
- };
1686
- };
1687
- SCCustomSnackMessage: {
1688
- styleOverrides: {
1689
- root: ({ theme }: any) => {
1690
- [x: number]: {
1691
- minWidth: string;
1692
- };
1693
- width: number;
1694
- '& .SCCustomSnackMessage-card': {
1695
- width: string;
1696
- '& .SCCustomSnackMessage-content': {
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;
1697
1782
  position: string;
1698
- padding: any;
1699
- '& .SCCustomSnackMessage-close': {
1700
- position: string;
1701
- right: number;
1702
- top: number;
1703
- zIndex: number;
1704
- };
1705
- a: {
1706
- color: any;
1707
- textDecoration: string;
1708
- '&:hover': {
1709
- textDecoration: string;
1710
- };
1783
+ top: any;
1784
+ left: any;
1785
+ color: any;
1786
+ borderRadius: number;
1787
+ '& .MuiChip-label': {
1788
+ fontWeight: number;
1789
+ padding: any;
1711
1790
  };
1712
1791
  };
1792
+ '& .SCCourse-preview-avatar': {
1793
+ position: string;
1794
+ bottom: any;
1795
+ left: any;
1796
+ width: any;
1797
+ height: any;
1798
+ border: string;
1799
+ };
1713
1800
  };
1714
- };
1715
- };
1716
- };
1717
- SCDateTimeAgo: {
1718
- styleOverrides: {
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
+ };
2860
+ };
2861
+ SCDateTimeAgo: {
2862
+ styleOverrides: {
1719
2863
  root: ({ theme }: any) => {
1720
2864
  color: string;
1721
2865
  verticalAlign: string;
@@ -1936,6 +3080,26 @@ declare const theme: {
1936
3080
  '& .SCEditor-listItem': {
1937
3081
  margin: string;
1938
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
+ };
1939
3103
  };
1940
3104
  toolbar: ({ theme }: any) => {
1941
3105
  '& .SCEditor-placeholder': {
@@ -2076,6 +3240,278 @@ declare const theme: {
2076
3240
  };
2077
3241
  };
2078
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
+ };
2079
3515
  SCEmojiPicker: {
2080
3516
  styleOverrides: {
2081
3517
  root: ({ theme }: any) => {
@@ -2484,19 +3920,24 @@ declare const theme: {
2484
3920
  '& li': {
2485
3921
  margin: string;
2486
3922
  };
2487
- '& span span': {
2488
- display: string;
2489
- };
2490
- '& span span:not(:has(+ a))': {
2491
- width: string;
2492
- };
2493
- '& span a': {
2494
- display: string;
2495
- margin: any;
2496
- };
2497
- '& span a:hover': {
3923
+ '& span': {
2498
3924
  '& span': {
2499
- textDecoration: string;
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;
2500
3941
  };
2501
3942
  };
2502
3943
  };
@@ -2509,6 +3950,7 @@ declare const theme: {
2509
3950
  fontSize: any;
2510
3951
  fontWeight: any;
2511
3952
  padding: any;
3953
+ marginTop: number;
2512
3954
  justifyContent: string;
2513
3955
  '&:hover': {
2514
3956
  backgroundColor: string;
@@ -3339,422 +4781,832 @@ declare const theme: {
3339
4781
  '& .SCGroupInfoWidget-date': {
3340
4782
  paddingTop: string;
3341
4783
  };
3342
- '& .SCGroupInfoWidget-admin': {
3343
- marginTop: any;
4784
+ '& .SCGroupInfoWidget-admin': {
4785
+ marginTop: any;
4786
+ };
4787
+ };
4788
+ skeletonRoot: ({ theme }: any) => {};
4789
+ };
4790
+ };
4791
+ SCGroupInviteButton: {
4792
+ styleOverrides: {
4793
+ root: ({ theme }: any) => {
4794
+ '& .MuiButton-startIcon': {
4795
+ marginRight: any;
4796
+ '& .MuiIcon-root': {
4797
+ fontSize: string;
4798
+ };
4799
+ };
4800
+ };
4801
+ dialogRoot: ({ theme }: any) => {
4802
+ '& .SCBaseDialog-title-root span ': {
4803
+ width: string;
4804
+ display: string;
4805
+ alignItems: string;
4806
+ justifyContent: string;
4807
+ '& .SCGroupInviteButton-dialog-title': {
4808
+ fontWeight: any;
4809
+ fontSize: any;
4810
+ };
4811
+ };
4812
+ '& .SCGroupInviteButton-input': {
4813
+ backgroundColor: string;
4814
+ borderRadius: any;
4815
+ height: any;
4816
+ padding: any;
4817
+ '& .SCGroupInviteButton-icon ': {
4818
+ marginLeft: any;
4819
+ };
4820
+ '&.Mui-focused .MuiOutlinedInput-notchedOutline': {
4821
+ border: string;
4822
+ };
4823
+ };
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;
3344
5045
  };
3345
5046
  };
3346
- skeletonRoot: ({ theme }: any) => {};
3347
5047
  };
3348
5048
  };
3349
- SCGroupInviteButton: {
5049
+ SCIncubatorDetail: {
3350
5050
  styleOverrides: {
3351
5051
  root: ({ theme }: any) => {
3352
- '& .MuiButton-startIcon': {
3353
- marginRight: any;
3354
- '& .MuiIcon-root': {
3355
- fontSize: string;
3356
- };
5052
+ '& .SCIncubatorDetail-share-card': {
5053
+ margin: any;
3357
5054
  };
3358
5055
  };
3359
- dialogRoot: ({ theme }: any) => {
3360
- '& .SCBaseDialog-title-root span ': {
3361
- width: string;
5056
+ };
5057
+ };
5058
+ SCIncubatorListWidget: {
5059
+ styleOverrides: {
5060
+ root: ({ theme }: any) => {
5061
+ '& .MuiCardContent-root': {
5062
+ padding: any;
5063
+ };
5064
+ '& .SCIncubatorListWidget-header': {
3362
5065
  display: string;
3363
5066
  alignItems: string;
5067
+ };
5068
+ '& .SCIncubatorListWidget-actions': {
5069
+ display: string;
3364
5070
  justifyContent: string;
3365
- '& .SCGroupInviteButton-dialog-title': {
3366
- fontWeight: any;
3367
- fontSize: any;
3368
- };
3369
5071
  };
3370
- '& .SCGroupInviteButton-input': {
3371
- backgroundColor: string;
3372
- borderRadius: any;
3373
- height: any;
3374
- padding: any;
3375
- '& .SCGroupInviteButton-icon ': {
3376
- marginLeft: any;
3377
- };
3378
- '&.Mui-focused .MuiOutlinedInput-notchedOutline': {
3379
- border: string;
3380
- };
5072
+ };
5073
+ dialogRoot: ({ theme }: any) => {};
5074
+ skeletonRoot: ({ theme }: any) => {};
5075
+ createDialogRoot: ({ theme }: any) => {
5076
+ [x: number]: {
5077
+ minWidth: number;
3381
5078
  };
3382
- '& .SCGroupInviteButton-invited-box': {
5079
+ margin: number;
5080
+ '& .SCIncubatorListWidget-intro': {
5081
+ whiteSpace: string;
5082
+ };
5083
+ '& .SCIncubatorListWidget-form': {
3383
5084
  marginTop: any;
3384
5085
  marginBottom: any;
3385
- '& .MuiChip-root': {
3386
- marginBottom: any;
3387
- };
3388
5086
  };
3389
- '& .SCGroupInviteButton-suggested': {
3390
- '& h4': {
3391
- marginBottom: any;
3392
- };
3393
- '& .SCUser-root': {
3394
- '&:hover': {
3395
- backgroundColor: string;
3396
- };
5087
+ '& .SCIncubatorListWidget-name': {
5088
+ '& .MuiInputBase-root': {
5089
+ height: string;
3397
5090
  };
3398
5091
  };
5092
+ '& .SCIncubatorListWidget-submitted-message': {
5093
+ padding: any;
5094
+ borderRadius: string;
5095
+ backgroundColor: string;
5096
+ };
3399
5097
  };
3400
5098
  };
3401
5099
  };
3402
- SCGroupInvitedWidget: {
5100
+ SCIncubatorSuggestionWidget: {
3403
5101
  styleOverrides: {
3404
- root: ({ theme }: any) => {};
3405
- skeletonRoot: ({ theme }: any) => {};
5102
+ root: ({ theme }: any) => {
5103
+ '& .MuiCardContent-root': {
5104
+ padding: any;
5105
+ };
5106
+ };
3406
5107
  dialogRoot: ({ theme }: any) => {};
5108
+ skeletonRoot: ({ theme }: any) => {};
3407
5109
  };
3408
5110
  };
3409
- SCGroupMembersButton: {
5111
+ SCInlineComposerWidget: {
3410
5112
  styleOverrides: {
3411
- root: ({ theme, subscribers }: any) => {
3412
- padding: any;
3413
- '& .MuiAvatarGroup-root': {
3414
- '&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
3415
- '&.MuiAvatar-colorDefault': {
3416
- marginLeft: number;
3417
- backgroundColor: string;
3418
- color: any;
3419
- border: string;
3420
- borderRadius: number;
3421
- padding: number;
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;
3422
5139
  };
3423
5140
  };
3424
- '& .MuiAvatar-root': {
3425
- height: any;
3426
- border: string;
3427
- fontSize: string;
3428
- '&:first-of-type': {
5141
+ '& .SCInlineComposerWidget-avatar': {
5142
+ [x: number]: {
5143
+ marginLeft: any;
5144
+ };
5145
+ display: string;
5146
+ alignItems: string;
5147
+ '& .MuiAvatar-root': {
3429
5148
  width: any;
5149
+ height: any;
3430
5150
  };
3431
- '&:not(:first-of-type)': {
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': {
3432
5181
  width: any;
5182
+ height: any;
3433
5183
  };
3434
5184
  };
3435
5185
  };
3436
5186
  };
3437
- dialogRoot: () => {};
3438
5187
  };
3439
5188
  };
3440
- SCGroupMembersWidget: {
5189
+ SCLanguageSwitcher: {
3441
5190
  styleOverrides: {
3442
5191
  root: ({ theme }: any) => {
3443
- '& .SCGroupMembersWidget-actions': {
3444
- margin: any;
5192
+ '& .SCLanguageSwitcher-label': {
5193
+ fontWeight: any;
5194
+ };
5195
+ '& .MuiInputBase-root': {
5196
+ textTransform: string;
5197
+ };
5198
+ '& fieldset.MuiOutlinedInput-notchedOutline': {
5199
+ borderWidth: number;
3445
5200
  };
3446
5201
  };
3447
- skeletonRoot: ({ theme }: any) => {};
3448
- dialogRoot: ({ theme }: any) => {};
3449
- };
3450
- };
3451
- SCGroupRequestsWidget: {
3452
- styleOverrides: {
3453
- root: ({ theme }: any) => {};
3454
- skeletonRoot: ({ theme }: any) => {};
3455
- dialogRoot: ({ theme }: any) => {};
3456
5202
  };
3457
5203
  };
3458
- SCGroupSettingsIconButton: {
5204
+ SCLessonAppbar: {
3459
5205
  styleOverrides: {
3460
- root: ({ theme }: any) => {};
3461
- menuRoot: ({ theme }: any) => {
3462
- '& .SCGroupSettingsIconButton-paper': {
3463
- maxWidth: number;
3464
- padding: any;
3465
- };
3466
- };
3467
- drawerRoot: ({ theme }: any) => {
3468
- '& .MuiList-root': {
3469
- '& a': {
3470
- color: string;
5206
+ root: ({ theme, open }: any) => {
5207
+ width: string;
5208
+ '& .SCLessonAppbar-title': {
5209
+ [x: number]: {
5210
+ overflow: string;
5211
+ textOverflow: string;
5212
+ whiteSpace: string;
3471
5213
  };
5214
+ flexGrow: number;
5215
+ };
5216
+ '& .SCLessonAppbar-start-items': {
5217
+ flexGrow: number;
5218
+ display: string;
5219
+ alignItems: string;
5220
+ };
5221
+ boxShadow: string;
5222
+ borderBottom: string;
5223
+ '& .MuiToolbar-root': {
5224
+ minHeight: string;
3472
5225
  };
5226
+ transition: any;
3473
5227
  };
3474
5228
  };
3475
5229
  };
3476
- SCGroupTemplate: {
5230
+ SCLessonDrawer: {
3477
5231
  styleOverrides: {
3478
5232
  root: ({ theme }: any) => {
3479
- marginTop: number;
3480
- '& .SCCategoryTemplate-feed': {
3481
- marginTop: any;
5233
+ [x: number]: {
5234
+ width: string;
5235
+ flexShrink: number;
5236
+ } | {
5237
+ width: string;
5238
+ flexShrink?: undefined;
3482
5239
  };
3483
- '& .SCGroupInfoWidget-root': {
3484
- marginTop: any;
5240
+ '& h4': {
5241
+ fontWeight: any;
3485
5242
  };
3486
- };
3487
- skeletonRoot: ({ theme }: any) => {
3488
- [x: number]: {
3489
- marginTop: number;
5243
+ '& .MuiDrawer-paper': {
5244
+ [x: number]: {
5245
+ width: string;
5246
+ };
5247
+ width: string;
5248
+ backgroundColor: any;
5249
+ };
5250
+ '& .SCLessonDrawer-header': {
5251
+ minHeight: string;
5252
+ display: string;
5253
+ padding: any;
5254
+ };
5255
+ '& .SCLessonDrawer-header-content': {
5256
+ display: string;
5257
+ alignItems: string;
5258
+ justifyContent: string;
5259
+ };
5260
+ '& .SCLessonDrawer-header-edit': {
5261
+ justifyContent: string;
5262
+ };
5263
+ '& .SCScrollContainer-root:hover': {
5264
+ '& .Mui-disabled': {
5265
+ opacity: string;
5266
+ };
3490
5267
  };
3491
- marginTop: number;
3492
5268
  };
3493
5269
  };
3494
5270
  };
3495
- SCGroups: {
5271
+ SCLessonCommentActionsMenu: {
3496
5272
  styleOverrides: {
3497
5273
  root: ({ theme }: any) => {
3498
- '& .SCGroups-skeleton-root ': {
3499
- '& .MuiGrid-item': {
3500
- paddingTop: number;
5274
+ '& .SCLessonCommentActionsMenu-button': {
5275
+ color: any;
5276
+ '&:hover': {
5277
+ backgroundColor: string;
3501
5278
  };
3502
5279
  };
3503
- '& .MuiGrid-container': {
3504
- justifyContent: string;
3505
- };
3506
- '& .SCGroups-filters': {
3507
- marginTop: any;
3508
- marginBottom: any;
5280
+ };
5281
+ popperRoot: ({ theme }: any) => {
5282
+ zIndex: number;
5283
+ '& .SCLessonCommentActionsMenu-popper-root': {
5284
+ overflow: string;
5285
+ filter: string;
5286
+ mt: number;
3509
5287
  };
3510
- '& .SCGroups-groups': {
3511
- marginTop: any;
3512
- '& .SCGroups-item': {
3513
- [x: number]: {
3514
- padding: any;
5288
+ '& .SCLessonCommentActionsMenu-paper': {
5289
+ width: number;
5290
+ '& .SCLessonCommentActionsMenu-sub-item': {
5291
+ '& .MuiListItemIcon-root': {
5292
+ color: any;
3515
5293
  };
3516
- width: string;
3517
- '& > div': {
3518
- cursor: string;
3519
- padding: any;
5294
+ '&:hover': {
5295
+ backgroundColor: string;
3520
5296
  };
3521
5297
  };
3522
5298
  };
3523
- '& .SCGroups-no-results': {
3524
- marginTop: any;
3525
- display: string;
3526
- flexDirection: string;
3527
- justifyContent: string;
3528
- alignItems: string;
3529
- '& h4': {
3530
- fontWeight: any;
3531
- fontSize: any;
5299
+ };
5300
+ };
5301
+ };
5302
+ SCLessonCommentObject: {
5303
+ styleOverrides: {
5304
+ root: ({ theme }: any) => {
5305
+ overflow: string;
5306
+ width: string;
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;
3532
5316
  };
3533
- '& .MuiTypography-body1': {
3534
- fontWeight: any;
3535
- fontSize: any;
5317
+ '& .SCBaseItem-image': {
5318
+ marginRight: any;
5319
+ };
5320
+ '& .SCBaseItem-text': {
5321
+ marginTop: any;
3536
5322
  };
3537
5323
  };
3538
- '& .SCGroups-end-message': {
5324
+ '& .SCBaseItem-image .MuiBadge-badge': {
5325
+ top: any;
5326
+ marginRight: number;
5327
+ '& .SCUserAvatar-badge-content': {
5328
+ width: any;
5329
+ height: any;
5330
+ };
5331
+ };
5332
+ '& .SCBullet-root, & .SCDateTimeAgo-root': {
5333
+ color: any;
5334
+ marginBottom: any;
5335
+ };
5336
+ '& .SCLessonCommentObject-content': {
5337
+ backgroundColor: string;
5338
+ overflowWrap: string;
5339
+ position: string;
3539
5340
  display: string;
3540
- alignItems: string;
3541
- justifyContent: string;
3542
- '& .MuiButtonBase-root': {
3543
- paddingLeft: any;
3544
- '&.Mui-selected, &:hover': {
3545
- backgroundColor: 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
+ };
5349
+ };
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;
3546
5367
  };
3547
5368
  };
3548
5369
  };
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
+ };
5382
+ };
3549
5383
  };
3550
5384
  skeletonRoot: ({ theme }: any) => {
3551
- '& .SCGroups-groups': {
3552
- justifyContent: string;
3553
- marginTop: any;
3554
- '& .SCGroup-skeleton-root': {
3555
- padding: any;
3556
- width: string;
5385
+ paddingBottom: string;
5386
+ overflow: string;
5387
+ '& > div': {
5388
+ alignItems: string;
5389
+ };
5390
+ '& .SCLessonCommentObject-primary-content': {
5391
+ marginLeft: any;
5392
+ marginBottom: number;
5393
+ };
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
+ };
3557
5413
  };
3558
5414
  };
3559
5415
  };
3560
5416
  };
3561
5417
  };
3562
- SCIncubator: {
5418
+ SCLessonCommentObjects: {
3563
5419
  styleOverrides: {
3564
5420
  root: ({ theme }: any) => {
3565
- width: string;
3566
- '& .MuiCardContent-root': {
3567
- padding: any;
3568
- };
3569
- '& .SCIncubator-name': {
3570
- display: string;
3571
- };
3572
- '& .SCIncubator-slogan': {
3573
- whiteSpace: string;
3574
- overflow: string;
3575
- textOverflow: string;
5421
+ [x: number]: {
5422
+ height: string;
3576
5423
  };
3577
- '& .SCIncubator-progress-bar': {
3578
- position: string;
3579
- marginTop: any;
3580
- '& .MuiLinearProgress-root': {
3581
- height: any;
3582
- };
3583
- '& .MuiGrid-item': {
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': {
3584
5433
  paddingTop: any;
3585
5434
  };
5435
+ '& .SCEditor-content': {
5436
+ minHeight: string;
5437
+ };
5438
+ '& .SCEditor-actions': {
5439
+ left: any;
5440
+ '& .SCCommentObjectReply-icon-reply': {
5441
+ marginLeft: string;
5442
+ };
5443
+ };
5444
+ marginTop: any;
5445
+ marginBottom: number;
3586
5446
  };
3587
- '& .MuiCardActions-root': {
3588
- marginLeft: any;
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
+ };
5456
+ };
3589
5457
  };
3590
5458
  };
3591
5459
  skeletonRoot: ({ theme }: any) => {
3592
5460
  width: string;
3593
- '& .MuiCardContent-root': {
3594
- '& .SCIncubator-secondary': {
3595
- marginTop: any;
3596
- };
3597
- '& .SCIncubator-progress-bar': {
3598
- marginTop: any;
3599
- };
3600
- };
3601
- '& .MuiCardActions-root': {
3602
- marginLeft: any;
3603
- };
5461
+ backgroundColor: string;
3604
5462
  };
3605
5463
  };
3606
5464
  };
3607
- SCIncubatorDetail: {
5465
+ SCCourseCompletedDialog: {
3608
5466
  styleOverrides: {
3609
- root: ({ theme }: any) => {
3610
- '& .SCIncubatorDetail-share-card': {
3611
- margin: any;
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
+ };
3612
5481
  };
3613
5482
  };
3614
5483
  };
3615
5484
  };
3616
- SCIncubatorListWidget: {
5485
+ SCLessonEditForm: {
3617
5486
  styleOverrides: {
3618
5487
  root: ({ theme }: any) => {
3619
- '& .MuiCardContent-root': {
3620
- padding: any;
3621
- };
3622
- '& .SCIncubatorListWidget-header': {
3623
- display: string;
3624
- alignItems: string;
3625
- };
3626
- '& .SCIncubatorListWidget-actions': {
3627
- display: string;
3628
- justifyContent: string;
3629
- };
3630
- };
3631
- dialogRoot: ({ theme }: any) => {};
3632
- skeletonRoot: ({ theme }: any) => {};
3633
- createDialogRoot: ({ theme }: any) => {
3634
5488
  [x: number]: {
3635
- minWidth: number;
3636
- };
3637
- margin: number;
3638
- '& .SCIncubatorListWidget-intro': {
3639
- whiteSpace: string;
5489
+ paddingBottom: any;
3640
5490
  };
3641
- '& .SCIncubatorListWidget-form': {
3642
- marginTop: any;
3643
- marginBottom: any;
5491
+ padding: any;
5492
+ height: string;
5493
+ display: string;
5494
+ flexDirection: string;
5495
+ justifyContent: string;
5496
+ '& .SCLessonEditForm-form': {
5497
+ display: string;
5498
+ flexDirection: string;
3644
5499
  };
3645
- '& .SCIncubatorListWidget-name': {
3646
- '& .MuiInputBase-root': {
3647
- height: string;
5500
+ '& .MuiFormLabel-root': {
5501
+ fontWeight: number;
5502
+ color: string;
5503
+ '& .Mui-focused': {
5504
+ color: string;
3648
5505
  };
3649
5506
  };
3650
- '& .SCIncubatorListWidget-submitted-message': {
3651
- padding: any;
3652
- borderRadius: string;
3653
- backgroundColor: string;
5507
+ '& .SCLessonEditForm-settings': {
5508
+ marginTop: any;
5509
+ };
5510
+ '& .SCLessonEditForm-button': {
5511
+ alignSelf: string;
5512
+ marginBottom: any;
3654
5513
  };
3655
5514
  };
3656
5515
  };
3657
5516
  };
3658
- SCIncubatorSuggestionWidget: {
5517
+ SCLessonTemplate: {
3659
5518
  styleOverrides: {
3660
- root: ({ theme }: any) => {
3661
- '& .MuiCardContent-root': {
3662
- padding: any;
5519
+ root: () => {};
5520
+ containerRoot: ({ theme, open }: any) => {
5521
+ '& .SCLessonTemplate-navigation-title': {
5522
+ display: string;
5523
+ alignItems: string;
5524
+ justifyContent: string;
5525
+ marginBottom: any;
3663
5526
  };
5527
+ width: string;
5528
+ display: string;
5529
+ flexDirection: string;
5530
+ overflow: string;
5531
+ transition: any;
5532
+ marginRight: number;
3664
5533
  };
3665
- dialogRoot: ({ theme }: any) => {};
3666
- skeletonRoot: ({ theme }: any) => {};
3667
5534
  };
3668
5535
  };
3669
- SCInlineComposerWidget: {
5536
+ SCLessonObject: {
3670
5537
  styleOverrides: {
3671
5538
  root: ({ theme }: any) => {
3672
- marginBottom: any;
3673
- '& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
3674
- [x: number]: {
3675
- padding: any;
3676
- };
3677
- padding: any;
3678
- display: string;
3679
- flexDirection: string;
3680
- justifyContent: string;
3681
- '& .SCInlineComposerWidget-input': {
3682
- display: string;
3683
- flexGrow: number;
3684
- '& .MuiButton-root': {
3685
- fontWeight: any;
3686
- letterSpacing: string;
3687
- padding: any;
3688
- '&:hover': {
3689
- color: any;
3690
- background: string;
3691
- border: string;
5539
+ display: string;
5540
+ flexDirection: string;
5541
+ padding: any;
5542
+ '& .SCLessonObject-content': {
5543
+ padding: string;
5544
+ '& .SCLessonObject-text': {
5545
+ '& > div:first-of-type': {
5546
+ height: string;
5547
+ img: {
5548
+ height: string;
5549
+ objectFit: string;
3692
5550
  };
5551
+ padding: string;
3693
5552
  };
3694
- "& .MuiButton-text": {
3695
- justifyContent: string;
3696
- textTransform: string;
3697
- };
3698
- };
3699
- '& .SCInlineComposerWidget-avatar': {
3700
- [x: number]: {
3701
- marginLeft: any;
5553
+ '& > div:has(> a)': {
5554
+ borderRadius: string;
5555
+ padding: any;
5556
+ background: any;
3702
5557
  };
3703
- display: string;
3704
- alignItems: string;
3705
- '& .MuiAvatar-root': {
3706
- width: any;
3707
- height: any;
5558
+ '& > div:has(> a) > a:first-of-type': {
5559
+ textDecoration: string;
5560
+ color: string;
3708
5561
  };
3709
5562
  };
3710
5563
  };
3711
- };
3712
- skeletonRoot: ({ theme }: any) => {
3713
- marginBottom: any;
3714
- '& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
5564
+ '& .SCLessonObject-content-edit': {
5565
+ padding: string;
5566
+ '& .SCEditor-content': {
5567
+ paddingTop: number;
5568
+ paddingBottom: number;
5569
+ };
5570
+ };
5571
+ '& .SCWidget-root': {
3715
5572
  [x: number]: {
3716
- padding: any;
5573
+ boxShadow: string;
3717
5574
  };
5575
+ marginBottom: any;
5576
+ };
5577
+ '& .SCLessonObject-button': {
5578
+ alignSelf: string;
5579
+ };
5580
+ };
5581
+ };
5582
+ };
5583
+ SCLessonReleaseMenu: {
5584
+ styleOverrides: {
5585
+ root: ({ theme }: any) => {};
5586
+ popoverRoot: ({ theme }: any) => {
5587
+ width: string;
5588
+ borderRadius: string;
5589
+ '& .MuiPaper-root': {
3718
5590
  padding: any;
3719
- display: string;
3720
- flexDirection: string;
3721
- justifyContent: string;
3722
- '& .SCInlineComposerWidget-input': {
5591
+ };
5592
+ '& .SCLessonReleaseMenu-popover-content': {
5593
+ marginTop: any;
5594
+ '& .SCLessonReleaseMenu-popover-selection': {
3723
5595
  display: string;
3724
- flexGrow: number;
3725
- height: number;
3726
- width: string;
3727
- '& .MuiSkeleton-root': {
5596
+ alignItems: string;
5597
+ gap: any;
5598
+ '& .MuiInputBase-root': {
3728
5599
  width: string;
3729
5600
  height: string;
3730
5601
  };
3731
- };
3732
- '& .SCInlineComposerWidget-avatar': {
3733
- [x: number]: {
3734
- marginLeft: any;
3735
- };
3736
- display: string;
3737
- alignItems: string;
3738
- '& .MuiSkeleton-root': {
3739
- width: any;
3740
- height: any;
5602
+ '& .MuiRadio-root': {
5603
+ padding: any;
3741
5604
  };
3742
5605
  };
3743
- };
3744
- };
3745
- };
3746
- };
3747
- SCLanguageSwitcher: {
3748
- styleOverrides: {
3749
- root: ({ theme }: any) => {
3750
- '& .SCLanguageSwitcher-label': {
3751
- fontWeight: any;
3752
- };
3753
- '& .MuiInputBase-root': {
3754
- textTransform: string;
3755
- };
3756
- '& fieldset.MuiOutlinedInput-notchedOutline': {
3757
- borderWidth: number;
5606
+ '& .SCLessonReleaseMenu-popover-action': {
5607
+ marginTop: any;
5608
+ width: string;
5609
+ };
3758
5610
  };
3759
5611
  };
3760
5612
  };
@@ -4577,7 +6429,7 @@ declare const theme: {
4577
6429
  flexGrow: number;
4578
6430
  textAlign: string;
4579
6431
  alignSelf: string;
4580
- '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
6432
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events, & .SCNavigationToolbar-courses': {
4581
6433
  paddingTop: number;
4582
6434
  paddingLeft: any;
4583
6435
  paddingRight: any;
@@ -5629,7 +7481,9 @@ declare const theme: {
5629
7481
  };
5630
7482
  '& .SCOnBoardingWidget-app-summary': {
5631
7483
  whiteSpace: string;
5632
- margin: any;
7484
+ margin: any; /**
7485
+ * Style assets - Imports - Start
7486
+ */
5633
7487
  };
5634
7488
  '& .SCOnBoardingWidget-app-tabs': {
5635
7489
  padding: any;
@@ -6346,12 +8200,14 @@ declare const theme: {
6346
8200
  [x: number]: {
6347
8201
  width: any;
6348
8202
  };
8203
+ position: string;
6349
8204
  '& img': {
6350
8205
  height: string;
6351
8206
  width: string;
6352
8207
  };
6353
8208
  '& .MuiButtonBase-root': {
6354
8209
  flexWrap: string;
8210
+ width: string;
6355
8211
  position: string;
6356
8212
  bottom: any;
6357
8213
  backgroundColor: string;
@@ -7164,6 +9020,17 @@ declare const theme: {
7164
9020
  };
7165
9021
  };
7166
9022
  };
9023
+ SCCreateCourseButton: {
9024
+ styleOverrides: {
9025
+ root: ({ theme }: any) => {
9026
+ '& .MuiButton-startIcon': {
9027
+ '& .MuiIcon-root': {
9028
+ fontSize: string;
9029
+ };
9030
+ };
9031
+ };
9032
+ };
9033
+ };
7167
9034
  SCCreateEventButton: {
7168
9035
  styleOverrides: {
7169
9036
  root: ({ theme }: any) => {
@@ -7918,192 +9785,73 @@ declare const theme: {
7918
9785
  };
7919
9786
  '& .MuiAvatarGroup-root': {
7920
9787
  '&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
7921
- '&.MuiAvatar-colorDefault': {
7922
- marginLeft: number;
7923
- backgroundColor: string;
7924
- color: any;
7925
- border: string;
7926
- borderRadius: number;
7927
- padding: number;
7928
- };
7929
- };
7930
- '& .MuiAvatar-root': {
7931
- height: any;
7932
- border: string;
7933
- fontSize: string;
7934
- '&:first-of-type': {
7935
- width: any;
7936
- };
7937
- '&:not(:first-of-type)': {
7938
- width: any;
7939
- };
7940
- };
7941
- };
7942
- '& .SCEventParticipantsButton-participants': {
7943
- color: any;
7944
- };
7945
- };
7946
- dialogRoot: ({ theme }: {
7947
- theme: any;
7948
- }) => {
7949
- '& .SCEventParticipantsButton-infinite-scroll': {
7950
- [x: number]: {
7951
- height: string;
7952
- };
7953
- height: string;
7954
- };
7955
- };
7956
- };
7957
- };
7958
- SCMyEventsWidget: {
7959
- styleOverrides: {
7960
- root: ({ theme }: {
7961
- theme: any;
7962
- }) => {
7963
- '& .SCMyEventsWidget-title-wrapper': {
7964
- padding: string;
7965
- };
7966
- '& .SCMyEventsWidget-actions': {
7967
- padding: string;
7968
- justifyContent: string;
7969
- gap: any;
7970
- '& .SCMyEventsWidget-arrows': {
7971
- width: string;
7972
- height: string;
7973
- };
7974
- '& .SCMyEventsWidget-action-button': {
7975
- color: any;
7976
- textDecoration: string;
7977
- };
7978
- };
7979
- };
7980
- skeletonRoot: ({ theme }: {
7981
- theme: any;
7982
- }) => {
7983
- '& .SCMyEventsWidget-actions': {
7984
- height: string;
7985
- padding: string;
7986
- justifyContent: string;
7987
- gap: any;
7988
- };
7989
- };
7990
- };
7991
- };
7992
- SCEventMediaWidget: {
7993
- styleOverrides: {
7994
- root: ({ theme, showPadding }: {
7995
- theme: any;
7996
- showPadding: any;
7997
- }) => {
7998
- '& .SCEventMediaWidget-header': {
7999
- padding: any;
8000
- };
8001
- '& .SCEventMediaWidget-content': {
8002
- padding: any;
8003
- '& .SCEventMediaWidget-grid': {
8004
- display: string;
8005
- gap: string;
8006
- gridTemplateColumns: string;
8007
- '& > .SCEventMediaWidget-media': {
8008
- position: string;
8009
- width: string;
8010
- paddingBottom: string;
8011
- backgroundSize: string;
8012
- cursor: string;
8013
- '& > .SCEventMediaWidget-media-layer': {
8014
- position: string;
8015
- inset: number;
8016
- backgroundColor: string;
8017
- opacity: number;
8018
- };
8019
- '& > .SCEventMediaWidget-count-hidden-media-wrapper': {
8020
- position: string;
8021
- top: string;
8022
- left: string;
8023
- transform: string;
8024
- color: any;
8025
- '& > .SCEventMediaWidget-count-hidden-media': {
8026
- fontSize: string;
8027
- };
8028
- };
9788
+ '&.MuiAvatar-colorDefault': {
9789
+ marginLeft: number;
9790
+ backgroundColor: string;
9791
+ color: any;
9792
+ border: string;
9793
+ borderRadius: number;
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;
8029
9806
  };
8030
9807
  };
8031
9808
  };
8032
- '& .SCEventMediaWidget-actions': {
8033
- padding: any;
8034
- justifyContent: string;
9809
+ '& .SCEventParticipantsButton-participants': {
9810
+ color: any;
8035
9811
  };
8036
9812
  };
8037
- skeletonRoot: ({}: {}) => {
8038
- '& .SCEventMediaWidget-grid': {
8039
- display: string;
8040
- gap: string;
8041
- gridTemplateColumns: string;
8042
- '& > .SCEventMediaWidget-media': {
8043
- paddingBottom: string;
9813
+ dialogRoot: ({ theme }: {
9814
+ theme: any;
9815
+ }) => {
9816
+ '& .SCEventParticipantsButton-infinite-scroll': {
9817
+ [x: number]: {
9818
+ height: string;
8044
9819
  };
9820
+ height: string;
8045
9821
  };
8046
9822
  };
8047
- dialogRoot: ({ theme }: {
9823
+ };
9824
+ };
9825
+ SCMyEventsWidget: {
9826
+ styleOverrides: {
9827
+ root: ({ theme }: {
8048
9828
  theme: any;
8049
9829
  }) => {
8050
- '& .SCEventMediaWidget-grid': {
8051
- display: string;
8052
- gap: string;
8053
- gridTemplateColumns: string;
8054
- '& > .SCEventMediaWidget-media': {
8055
- paddingBottom: string;
8056
- };
8057
- '& > .SCEventMediaWidget-dialog-media-wrapper': {
8058
- position: string;
9830
+ '& .SCMyEventsWidget-title-wrapper': {
9831
+ padding: string;
9832
+ };
9833
+ '& .SCMyEventsWidget-actions': {
9834
+ padding: string;
9835
+ justifyContent: string;
9836
+ gap: any;
9837
+ '& .SCMyEventsWidget-arrows': {
8059
9838
  width: string;
8060
- paddingBottom: string;
8061
- backgroundSize: string;
8062
- '& > .SCEventMediaWidget-dialog-button-wrapper': {
8063
- position: string;
8064
- top: number;
8065
- width: string;
8066
- height: string;
8067
- backgroundColor: any;
8068
- opacity: number;
8069
- flexDirection: string;
8070
- justifyContent: string;
8071
- alignItems: string;
8072
- '& > .SCEventMediaWidget-dialog-loading-button': {
8073
- padding: number;
8074
- minWidth: string;
8075
- '& > .MuiLoadingButton-loadingIndicatorCenter': {
8076
- color: any;
8077
- };
8078
- };
8079
- };
9839
+ height: string;
9840
+ };
9841
+ '& .SCMyEventsWidget-action-button': {
9842
+ color: any;
9843
+ textDecoration: string;
8080
9844
  };
8081
9845
  };
8082
9846
  };
8083
- triggerRoot: ({ isSquare }: {
8084
- isSquare: any;
9847
+ skeletonRoot: ({ theme }: {
9848
+ theme: any;
8085
9849
  }) => {
8086
- padding: 0;
8087
- borderRadius: 0;
8088
- backgroundColor: string;
8089
- '&:hover': {
8090
- backgroundColor: string;
8091
- };
8092
- '& > .SCEventMediaWidget-trigger-content': {
8093
- position: string;
8094
- width: string;
9850
+ '& .SCMyEventsWidget-actions': {
9851
+ height: string;
8095
9852
  padding: string;
8096
- paddingBottom: string;
8097
- flexDirection: string;
8098
- gap: string;
8099
- alignItems: string;
8100
9853
  justifyContent: string;
8101
- '& > .SCEventMediaWidget-trigger-icon': {
8102
- position: string;
8103
- top: string;
8104
- transform: string;
8105
- fontSize: string;
8106
- };
9854
+ gap: any;
8107
9855
  };
8108
9856
  };
8109
9857
  };
@@ -8551,34 +10299,185 @@ declare const theme: {
8551
10299
  color: string;
8552
10300
  fontSize: string;
8553
10301
  };
8554
- '& .MuiList-root': {
8555
- paddingTop: any;
8556
- paddingBottom: number;
8557
- '& .MuiListItem-root:first-of-type': {
8558
- paddingTop: number;
8559
- };
8560
- '& .MuiListItem-root': {
8561
- paddingTop: any;
8562
- paddingBottom: any;
8563
- paddingLeft: number;
8564
- paddingRight: number;
8565
- '& .SCBaseItemButton-text, & .SCBaseItem-text': {
8566
- marginTop: number;
8567
- marginBottom: number;
8568
- };
8569
- '& .SCWidget-root': {
8570
- borderRadius: number;
8571
- };
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
+ };
10451
+ };
10452
+ };
10453
+ SCEmptyStatus: {
10454
+ styleOverrides: {
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;
8572
10479
  };
8573
10480
  };
8574
- '& > .MuiTypography-body2': {
8575
- paddingTop: any;
8576
- };
8577
- '& > .MuiButton-sizeMedium': {
8578
- marginTop: any;
8579
- padding: any;
8580
- color: any;
8581
- };
8582
10481
  };
8583
10482
  };
8584
10483
  };
@@ -8991,6 +10890,8 @@ declare const theme: {
8991
10890
  "& a": {
8992
10891
  color: any;
8993
10892
  fontWeight: string;
10893
+ textDecoration: string;
10894
+ whiteSpace: string;
8994
10895
  };
8995
10896
  };
8996
10897
  '& .SCLiveStreamSelector-options': {
@@ -9068,6 +10969,15 @@ declare const theme: {
9068
10969
  minWidth: string;
9069
10970
  };
9070
10971
  };
10972
+ '& .SCLiveStreamForm-warning': {
10973
+ margin: any;
10974
+ "& a": {
10975
+ color: any;
10976
+ fontWeight: string;
10977
+ textDecoration: string;
10978
+ whiteSpace: string;
10979
+ };
10980
+ };
9071
10981
  "& .SCLiveStreamForm-access-view": {
9072
10982
  margin: any;
9073
10983
  };
@@ -9190,6 +11100,25 @@ declare const theme: {
9190
11100
  backgroundColor: any;
9191
11101
  };
9192
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
+ };
9193
11122
  };
9194
11123
  dialogRoot: ({ theme }: any) => {
9195
11124
  "& .SCLiveStreamRoom-end-conference-wrap": {
@@ -9198,7 +11127,14 @@ declare const theme: {
9198
11127
  alignItems: string;
9199
11128
  alignContent: string;
9200
11129
  flexDirection: string;
9201
- "& .SCLiveStreamVideoConference-btn-back-home": {
11130
+ "& .SCLiveStreamRoom-logo": {
11131
+ img: {
11132
+ maxHeight: number;
11133
+ maxWidth: number;
11134
+ };
11135
+ marginBottom: any;
11136
+ };
11137
+ "& .SCLiveStreamRoom-btn-back-home": {
9202
11138
  marginTop: any;
9203
11139
  };
9204
11140
  };
@@ -9222,7 +11158,8 @@ declare const theme: {
9222
11158
  textAlign: string;
9223
11159
  "& .SCLiveStreamVideoConference-logo": {
9224
11160
  img: {
9225
- maxHeight: string;
11161
+ maxHeight: number;
11162
+ maxWidth: number;
9226
11163
  };
9227
11164
  marginBottom: any;
9228
11165
  };
@@ -9233,6 +11170,180 @@ declare const theme: {
9233
11170
  };
9234
11171
  };
9235
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
+ SCCheckout: {
11270
+ styleOverrides: {
11271
+ root: ({ theme }: {
11272
+ theme: any;
11273
+ }) => {
11274
+ position: string;
11275
+ backgroundColor: any;
11276
+ display: string;
11277
+ flexDirection: string;
11278
+ justifyContent: string;
11279
+ alignItems: string;
11280
+ width: string;
11281
+ "& .SCCheckout-content": {
11282
+ [x: number]: {
11283
+ display: string;
11284
+ flexDirection: string;
11285
+ justifyContent: string;
11286
+ alignItems: string;
11287
+ };
11288
+ width: string;
11289
+ maxWidth: number;
11290
+ display: string;
11291
+ gridTemplateColumns: string;
11292
+ gap: number;
11293
+ "& .SCCheckout-content-object": {
11294
+ display: string;
11295
+ flexDirection: string;
11296
+ justifyContent: string;
11297
+ alignItems: string;
11298
+ };
11299
+ "& .SCCheckout-content-desc": {
11300
+ [x: number]: {
11301
+ display: string;
11302
+ };
11303
+ display: string;
11304
+ flexDirection: string;
11305
+ justifyContent: string;
11306
+ alignItems: string;
11307
+ maxWidth: number;
11308
+ padding: any;
11309
+ };
11310
+ };
11311
+ "& .SCCheckout-checkout": {
11312
+ width: string;
11313
+ bottom: any;
11314
+ };
11315
+ "& .SCCheckout-object": {
11316
+ marginTop: any;
11317
+ minWidth: number;
11318
+ };
11319
+ };
11320
+ };
11321
+ };
11322
+ SCCheckoutReturnDialog: {
11323
+ styleOverrides: {
11324
+ root: ({ theme }: {
11325
+ theme: any;
11326
+ }) => {
11327
+ '& .MuiDialogTitle-root': {
11328
+ textAlign: string;
11329
+ fontSize: string;
11330
+ fontWeight: number;
11331
+ };
11332
+ '& .MuiDialogContent-root': {
11333
+ display: string;
11334
+ minHeight: number;
11335
+ justifyContent: string;
11336
+ alignItems: string;
11337
+ '& .SCWidget-root': {
11338
+ minWidth: number;
11339
+ };
11340
+ };
11341
+ '& .SCCheckoutSuccessDialog-content-object': {
11342
+ width: string;
11343
+ };
11344
+ };
11345
+ };
11346
+ };
9236
11347
  };
9237
11348
  selfcommunity: {
9238
11349
  user: {
@@ -9258,6 +11369,20 @@ declare const theme: {
9258
11369
  sizeXLarge: number;
9259
11370
  };
9260
11371
  };
11372
+ contentProduct: {
11373
+ icon: {
11374
+ sizeSmall: number;
11375
+ sizeMedium: number;
11376
+ sizeLarge: number;
11377
+ };
11378
+ };
11379
+ contentProductPrice: {
11380
+ icon: {
11381
+ sizeSmall: number;
11382
+ sizeMedium: number;
11383
+ sizeLarge: number;
11384
+ };
11385
+ };
9261
11386
  };
9262
11387
  };
9263
11388
  export default theme;