@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
@@ -0,0 +1,55 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ border: string;
7
+ borderRadius: string;
8
+ '& .SCAccordionLessons-accordion': {
9
+ '& .SCAccordionLessons-summary': {
10
+ flexDirection: string;
11
+ gap: any;
12
+ borderBottom: string;
13
+ padding: any;
14
+ backgroundColor: any;
15
+ '& .MuiAccordionSummary-content': {
16
+ justifyContent: string;
17
+ margin: number;
18
+ };
19
+ };
20
+ '& .SCAccordionLessons-details': {
21
+ display: string;
22
+ alignItems: string;
23
+ gap: any;
24
+ padding: any;
25
+ '&:not(:last-child)': {
26
+ borderBottom: string;
27
+ };
28
+ '& .SCAccordionLessons-circle': {
29
+ flexShrink: number;
30
+ width: any;
31
+ height: any;
32
+ borderRadius: string;
33
+ backgroundColor: any;
34
+ };
35
+ };
36
+ };
37
+ };
38
+ skeletonRoot: ({ theme }: {
39
+ theme: any;
40
+ }) => {
41
+ border: string;
42
+ borderRadius: string;
43
+ '& .SCAccordionLessons-accordion': {
44
+ '& .SCAccordionLessons-summary': {
45
+ display: string;
46
+ justifyContent: string;
47
+ borderBottom: string;
48
+ padding: any;
49
+ backgroundColor: any;
50
+ };
51
+ };
52
+ };
53
+ };
54
+ };
55
+ export default Component;
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ border: `1px solid ${theme.palette.grey['300']}`,
7
+ borderRadius: '5px',
8
+ '& .SCAccordionLessons-accordion': {
9
+ '& .SCAccordionLessons-summary': {
10
+ flexDirection: 'row-reverse',
11
+ gap: theme.spacing(1),
12
+ borderBottom: `1px solid ${theme.palette.grey['300']}`,
13
+ padding: theme.spacing('22px', 3),
14
+ backgroundColor: theme.palette.grey['200'],
15
+ '& .MuiAccordionSummary-content': {
16
+ justifyContent: 'space-between',
17
+ margin: 0
18
+ }
19
+ },
20
+ '& .SCAccordionLessons-details': {
21
+ display: 'flex',
22
+ alignItems: 'center',
23
+ gap: theme.spacing(1),
24
+ padding: theme.spacing('22px', 6),
25
+ '&:not(:last-child)': {
26
+ borderBottom: `1px solid ${theme.palette.grey['300']}`
27
+ },
28
+ '& .SCAccordionLessons-circle': {
29
+ flexShrink: 0,
30
+ width: theme.spacing(2),
31
+ height: theme.spacing(2),
32
+ borderRadius: '9999px',
33
+ backgroundColor: theme.palette.grey['300']
34
+ }
35
+ }
36
+ }
37
+ }),
38
+ skeletonRoot: ({ theme }) => ({
39
+ border: `1px solid ${theme.palette.grey['300']}`,
40
+ borderRadius: '5px',
41
+ '& .SCAccordionLessons-accordion': {
42
+ '& .SCAccordionLessons-summary': {
43
+ display: 'flex',
44
+ justifyContent: 'space-between',
45
+ borderBottom: `1px solid ${theme.palette.grey['300']}`,
46
+ padding: theme.spacing('22px', 3),
47
+ backgroundColor: theme.palette.grey['200']
48
+ }
49
+ }
50
+ })
51
+ }
52
+ };
53
+ exports.default = Component;
@@ -0,0 +1,19 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: () => {};
4
+ dialogRoot: () => {
5
+ '& .MuiDialogActions-root': {
6
+ marginTop: string;
7
+ };
8
+ '& .SCAddUsersButton-dialog-autocomplete-wrapper': {
9
+ gap: string;
10
+ '& .SCAddUsersButton-dialog-chip-wrapper': {
11
+ flexDirection: string;
12
+ gap: string;
13
+ flexWrap: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ };
19
+ export default Component;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: () => ({}),
6
+ dialogRoot: () => ({
7
+ '& .MuiDialogActions-root': {
8
+ marginTop: '36px'
9
+ },
10
+ '& .SCAddUsersButton-dialog-autocomplete-wrapper': {
11
+ gap: '10px',
12
+ '& .SCAddUsersButton-dialog-chip-wrapper': {
13
+ flexDirection: 'row',
14
+ gap: '5px',
15
+ flexWrap: 'wrap'
16
+ }
17
+ }
18
+ })
19
+ }
20
+ };
21
+ exports.default = Component;
@@ -13,52 +13,43 @@ declare const Component: {
13
13
  paddingBottom: number;
14
14
  paddingLeft: number;
15
15
  paddingRight: number;
16
- '& .SCBaseItemButton-actions': {
17
- right: number;
18
- };
19
16
  };
20
17
  };
21
18
  '& .SCBaseItemButton-content': {
22
19
  display: string;
23
- flexDirection: string;
24
20
  justifyContent: string;
25
21
  alignItems: string;
26
- width: string;
27
- };
28
- '& .SCBaseItemButton-image': {
29
- flexShrink: number;
30
- marginRight: any;
31
- };
32
- '& .SCBaseItemButton-text': {
33
- flex: string;
34
- marginTop: any;
35
- marginBottom: any;
36
- textAlign: string;
37
- };
38
- '& .SCBaseItemButton-primary': {
39
- color: any;
40
- };
41
- '& .SCBaseItemButton-secondary': {
42
- color: any;
43
- };
44
- '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
45
- whiteSpace: string;
46
- overflow: string;
47
- textOverflow: string;
48
- display: string;
22
+ gap: any;
23
+ '& .SCBaseItemButton-image': {
24
+ flexShrink: number;
25
+ };
26
+ '& .SCBaseItemButton-text': {
27
+ marginTop: any;
28
+ marginBottom: any;
29
+ '& .SCBaseItemButton-primary': {
30
+ color: any;
31
+ };
32
+ '& .SCBaseItemButton-secondary': {
33
+ color: any;
34
+ };
35
+ };
49
36
  };
50
37
  '&.SCBaseItemButton-with-actions': {
51
- '& .SCBaseItemButton-text > *': {
52
- [x: number]: {
53
- maxWidth: string;
38
+ display: string;
39
+ alignItems: string;
40
+ justifyContent: string;
41
+ gap: string;
42
+ '& .SCBaseItemButton-content': {
43
+ overflow: string;
44
+ '& .SCBaseItemButton-text': {
45
+ whiteSpace: string;
46
+ overflow: string;
47
+ textOverflow: string;
48
+ flexGrow: number;
54
49
  };
55
- maxWidth: string;
56
50
  };
57
51
  '& .SCBaseItemButton-actions': {
58
- position: string;
59
- right: any;
60
- top: string;
61
- transform: string;
52
+ flexShrink: number;
62
53
  maxWidth: any;
63
54
  };
64
55
  };
@@ -14,53 +14,44 @@ const Component = {
14
14
  paddingTop: 0,
15
15
  paddingBottom: 0,
16
16
  paddingLeft: 0,
17
- paddingRight: 0,
18
- '& .SCBaseItemButton-actions': {
19
- right: 0
20
- }
17
+ paddingRight: 0
21
18
  }
22
19
  },
23
20
  '& .SCBaseItemButton-content': {
24
21
  display: 'flex',
25
- flexDirection: 'row',
26
22
  justifyContent: 'flex-start',
27
23
  alignItems: 'center',
28
- width: '100%'
29
- },
30
- '& .SCBaseItemButton-image': {
31
- flexShrink: 0,
32
- marginRight: theme.spacing(2)
33
- },
34
- '& .SCBaseItemButton-text': {
35
- flex: '1 1 auto',
36
- marginTop: theme.spacing(),
37
- marginBottom: theme.spacing(),
38
- textAlign: 'left'
39
- },
40
- '& .SCBaseItemButton-primary': {
41
- color: theme.palette.text.primary
42
- },
43
- '& .SCBaseItemButton-secondary': {
44
- color: theme.palette.text.secondary
45
- },
46
- '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
47
- whiteSpace: 'nowrap',
48
- overflow: 'hidden',
49
- textOverflow: 'ellipsis',
50
- display: 'block'
24
+ gap: theme.spacing(2),
25
+ '& .SCBaseItemButton-image': {
26
+ flexShrink: 0
27
+ },
28
+ '& .SCBaseItemButton-text': {
29
+ marginTop: theme.spacing(),
30
+ marginBottom: theme.spacing(),
31
+ '& .SCBaseItemButton-primary': {
32
+ color: theme.palette.text.primary
33
+ },
34
+ '& .SCBaseItemButton-secondary': {
35
+ color: theme.palette.text.secondary
36
+ }
37
+ }
51
38
  },
52
39
  '&.SCBaseItemButton-with-actions': {
53
- '& .SCBaseItemButton-text > *': {
54
- maxWidth: `calc(100% - ${theme.spacing(14)})`,
55
- [theme.breakpoints.only('md')]: {
56
- maxWidth: `calc(100% - ${theme.spacing(15)})`
40
+ display: 'flex',
41
+ alignItems: 'center',
42
+ justifyContent: 'space-between',
43
+ gap: '6px',
44
+ '& .SCBaseItemButton-content': {
45
+ overflow: 'hidden',
46
+ '& .SCBaseItemButton-text': {
47
+ whiteSpace: 'nowrap',
48
+ overflow: 'hidden',
49
+ textOverflow: 'ellipsis',
50
+ flexGrow: 1
57
51
  }
58
52
  },
59
53
  '& .SCBaseItemButton-actions': {
60
- position: 'absolute',
61
- right: theme.spacing(2),
62
- top: '50%',
63
- transform: 'translateY(-50%)',
54
+ flexShrink: 0,
64
55
  maxWidth: theme.spacing(19)
65
56
  }
66
57
  }
@@ -0,0 +1,15 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ requestRoot: ({ theme }: {
4
+ theme: any;
5
+ }) => {};
6
+ drawerRoot: ({ theme }: {
7
+ theme: any;
8
+ }) => {
9
+ '& > div.MuiPaper-root': {
10
+ padding: any;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ export default Component;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ requestRoot: ({ theme }) => ({}),
6
+ drawerRoot: ({ theme }) => ({
7
+ '& > div.MuiPaper-root': {
8
+ padding: theme.spacing(2)
9
+ }
10
+ })
11
+ }
12
+ };
13
+ exports.default = Component;
@@ -0,0 +1,54 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ position: string;
7
+ backgroundColor: any;
8
+ display: string;
9
+ flexDirection: string;
10
+ justifyContent: string;
11
+ alignItems: string;
12
+ width: string;
13
+ "& .SCCheckout-content": {
14
+ [x: number]: {
15
+ display: string;
16
+ flexDirection: string;
17
+ justifyContent: string;
18
+ alignItems: string;
19
+ };
20
+ width: string;
21
+ maxWidth: number;
22
+ display: string;
23
+ gridTemplateColumns: string;
24
+ gap: number;
25
+ "& .SCCheckout-content-object": {
26
+ display: string;
27
+ flexDirection: string;
28
+ justifyContent: string;
29
+ alignItems: string;
30
+ };
31
+ "& .SCCheckout-content-desc": {
32
+ [x: number]: {
33
+ display: string;
34
+ };
35
+ display: string;
36
+ flexDirection: string;
37
+ justifyContent: string;
38
+ alignItems: string;
39
+ maxWidth: number;
40
+ padding: any;
41
+ };
42
+ };
43
+ "& .SCCheckout-checkout": {
44
+ width: string;
45
+ bottom: any;
46
+ };
47
+ "& .SCCheckout-object": {
48
+ marginTop: any;
49
+ minWidth: number;
50
+ };
51
+ };
52
+ };
53
+ };
54
+ export default Component;
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ position: 'relative',
7
+ backgroundColor: theme.palette.background.paper,
8
+ display: 'flex',
9
+ flexDirection: 'column',
10
+ justifyContent: 'space-between',
11
+ alignItems: 'center',
12
+ width: '100%',
13
+ ['& .SCCheckout-content']: {
14
+ width: '100%',
15
+ maxWidth: 860,
16
+ display: 'grid',
17
+ gridTemplateColumns: '1fr 1fr',
18
+ gap: 0,
19
+ [theme.breakpoints.down(1034)]: {
20
+ display: 'flex',
21
+ flexDirection: 'column',
22
+ justifyContent: 'space-between',
23
+ alignItems: 'center'
24
+ },
25
+ ['& .SCCheckout-content-object']: {
26
+ display: 'flex',
27
+ flexDirection: 'column',
28
+ justifyContent: 'center',
29
+ alignItems: 'flex-start'
30
+ },
31
+ ['& .SCCheckout-content-desc']: {
32
+ display: 'flex',
33
+ flexDirection: 'column',
34
+ justifyContent: 'center',
35
+ alignItems: 'center',
36
+ [theme.breakpoints.down(1034)]: {
37
+ display: 'none'
38
+ },
39
+ maxWidth: 600,
40
+ padding: theme.spacing(4)
41
+ }
42
+ },
43
+ ['& .SCCheckout-checkout']: {
44
+ width: '100%',
45
+ bottom: theme.spacing(2)
46
+ },
47
+ ['& .SCCheckout-object']: {
48
+ marginTop: theme.spacing(2),
49
+ minWidth: 395
50
+ }
51
+ })
52
+ }
53
+ };
54
+ exports.default = Component;
@@ -0,0 +1,26 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ '& .MuiDialogTitle-root': {
7
+ textAlign: string;
8
+ fontSize: string;
9
+ fontWeight: number;
10
+ };
11
+ '& .MuiDialogContent-root': {
12
+ display: string;
13
+ minHeight: number;
14
+ justifyContent: string;
15
+ alignItems: string;
16
+ '& .SCWidget-root': {
17
+ minWidth: number;
18
+ };
19
+ };
20
+ '& .SCCheckoutSuccessDialog-content-object': {
21
+ width: string;
22
+ };
23
+ };
24
+ };
25
+ };
26
+ export default Component;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ '& .MuiDialogTitle-root': {
7
+ textAlign: 'center',
8
+ fontSize: '20px',
9
+ fontWeight: 600
10
+ },
11
+ '& .MuiDialogContent-root': {
12
+ display: 'flex',
13
+ minHeight: 200,
14
+ justifyContent: 'center',
15
+ alignItems: 'center',
16
+ '& .SCWidget-root': {
17
+ minWidth: 310
18
+ }
19
+ },
20
+ '& .SCCheckoutSuccessDialog-content-object': {
21
+ width: '100%'
22
+ }
23
+ })
24
+ }
25
+ };
26
+ exports.default = Component;
@@ -113,27 +113,16 @@ declare const Component: {
113
113
  color: any;
114
114
  };
115
115
  '& .SCCommentObject-comment-sub-section': {
116
- [x: number]: {
117
- '& > *': {
118
- marginRight: number;
119
- };
120
- '& .SCCommentObject-vote-audience': {
121
- position: string;
122
- right: number;
123
- top: number;
124
- };
125
- '& .SCBullet-root': {
126
- display: string;
127
- };
128
- };
129
116
  display: string;
130
117
  flexWrap: string;
131
118
  alignItems: string;
132
119
  color: any;
133
120
  marginTop: number;
134
121
  position: string;
135
- '& > *': {
136
- marginRight: any;
122
+ '& .SCCommentObject-reply': {
123
+ paddingLeft: number;
124
+ paddingRight: number;
125
+ lineHeight: number;
137
126
  };
138
127
  '& .SCCommentObject-activity-at': {
139
128
  color: string;
@@ -149,8 +138,9 @@ declare const Component: {
149
138
  padding: any;
150
139
  textTransform: string;
151
140
  };
152
- '& .SCBullet-root': {
153
- display: string;
141
+ '& .SCCommentObject-vote-audience': {
142
+ position: string;
143
+ right: number;
154
144
  };
155
145
  };
156
146
  };
@@ -122,8 +122,10 @@ const Component = {
122
122
  color: theme.palette.primary.main,
123
123
  marginTop: 0,
124
124
  position: 'relative',
125
- '& > *': {
126
- marginRight: theme.spacing(1)
125
+ '& .SCCommentObject-reply': {
126
+ paddingLeft: 0,
127
+ paddingRight: 0,
128
+ lineHeight: 1
127
129
  },
128
130
  '& .SCCommentObject-activity-at': {
129
131
  color: 'inherit',
@@ -139,21 +141,9 @@ const Component = {
139
141
  padding: theme.spacing(1),
140
142
  textTransform: 'capitalize'
141
143
  },
142
- '& .SCBullet-root': {
143
- display: 'none'
144
- },
145
- [theme.breakpoints.up('sm')]: {
146
- '& > *': {
147
- marginRight: 0
148
- },
149
- '& .SCCommentObject-vote-audience': {
150
- position: 'absolute',
151
- right: 0,
152
- top: 0
153
- },
154
- '& .SCBullet-root': {
155
- display: 'inline'
156
- }
144
+ '& .SCCommentObject-vote-audience': {
145
+ position: 'absolute',
146
+ right: 0
157
147
  }
158
148
  }
159
149
  }),
@@ -9,7 +9,6 @@ declare const Component: {
9
9
  '& .MuiDialogContent-root': {
10
10
  minHeight: number;
11
11
  height: string;
12
- maxHeight: number;
13
12
  };
14
13
  '& .MuiDialogActions-root': {
15
14
  justifyContent: string;
@@ -46,10 +45,12 @@ declare const Component: {
46
45
  };
47
46
  };
48
47
  '& .MuiDialogContent-root': {
48
+ [x: number]: {
49
+ overflowY: string;
50
+ };
49
51
  margin: string;
50
52
  padding: any;
51
53
  height: string;
52
- overflowY: string;
53
54
  '& .SCEditor-root': {
54
55
  padding: any;
55
56
  marginBottom: any;
@@ -99,7 +100,7 @@ declare const Component: {
99
100
  };
100
101
  };
101
102
  };
102
- attributesRoot: ({ theme }: any) => {};
103
+ attributesRoot: () => {};
103
104
  contentDiscussionRoot: ({ theme }: any) => {
104
105
  '& .SCComposer-content-discussion-title': {
105
106
  '& .MuiInputBase-root': {
@@ -168,6 +169,13 @@ declare const Component: {
168
169
  };
169
170
  };
170
171
  };
172
+ contentLessonRoot: ({ theme }: any) => {
173
+ '& .SCEditor-root': {
174
+ '& .SCEditor-content': {
175
+ paddingTop: any;
176
+ };
177
+ };
178
+ };
171
179
  layerTransitionRoot: ({ theme }: any) => {
172
180
  position: string;
173
181
  top: number;
@@ -201,8 +209,8 @@ declare const Component: {
201
209
  marginBottom: any;
202
210
  };
203
211
  };
204
- layerCategoryRoot: ({ theme }: any) => {};
205
- layerGroupRoot: ({ theme }: any) => {};
212
+ layerCategoryRoot: () => {};
213
+ layerGroupRoot: () => {};
206
214
  layerCloseRoot: ({ theme }: any) => {
207
215
  '& .SCComposer-layer-content': {
208
216
  '& .MuiTypography-root': {
@@ -221,8 +229,8 @@ declare const Component: {
221
229
  };
222
230
  };
223
231
  };
224
- layerLocationRoot: ({ theme }: any) => {};
225
- skeletonRoot: ({ theme }: any) => {};
232
+ layerLocationRoot: () => {};
233
+ skeletonRoot: () => {};
226
234
  typeSwitchButtonGroupRoot: ({ theme }: any) => {
227
235
  '& .MuiToggleButton-root': {
228
236
  backgroundColor: any;