@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,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ padding: theme.spacing(2),
7
+ [theme.breakpoints.up('sm')]: {
8
+ paddingBottom: theme.spacing(5)
9
+ },
10
+ height: '100%',
11
+ display: 'flex',
12
+ flexDirection: 'column',
13
+ justifyContent: 'space-between',
14
+ '& .SCLessonEditForm-form': {
15
+ display: 'flex',
16
+ flexDirection: 'column'
17
+ },
18
+ '& .MuiFormLabel-root': {
19
+ fontWeight: 700,
20
+ color: 'inherit',
21
+ '& .Mui-focused': { color: 'inherit' }
22
+ },
23
+ '& .SCLessonEditForm-settings': {
24
+ marginTop: theme.spacing(2)
25
+ },
26
+ '& .SCLessonEditForm-button': {
27
+ alignSelf: 'center',
28
+ marginBottom: theme.spacing(3)
29
+ }
30
+ })
31
+ }
32
+ };
33
+ exports.default = Component;
@@ -0,0 +1,48 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ display: string;
5
+ flexDirection: string;
6
+ padding: any;
7
+ '& .SCLessonObject-content': {
8
+ padding: string;
9
+ '& .SCLessonObject-text': {
10
+ '& > div:first-of-type': {
11
+ height: string;
12
+ img: {
13
+ height: string;
14
+ objectFit: string;
15
+ };
16
+ padding: string;
17
+ };
18
+ '& > div:has(> a)': {
19
+ borderRadius: string;
20
+ padding: any;
21
+ background: any;
22
+ };
23
+ '& > div:has(> a) > a:first-of-type': {
24
+ textDecoration: string;
25
+ color: string;
26
+ };
27
+ };
28
+ };
29
+ '& .SCLessonObject-content-edit': {
30
+ padding: string;
31
+ '& .SCEditor-content': {
32
+ paddingTop: number;
33
+ paddingBottom: number;
34
+ };
35
+ };
36
+ '& .SCWidget-root': {
37
+ [x: number]: {
38
+ boxShadow: string;
39
+ };
40
+ marginBottom: any;
41
+ };
42
+ '& .SCLessonObject-button': {
43
+ alignSelf: string;
44
+ };
45
+ };
46
+ };
47
+ };
48
+ export default Component;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ display: 'flex',
7
+ flexDirection: 'column',
8
+ padding: theme.spacing(1),
9
+ '& .SCLessonObject-content': {
10
+ padding: `${theme.spacing(2)} !important`,
11
+ '& .SCLessonObject-text': {
12
+ '& > div:first-of-type': {
13
+ height: '240px',
14
+ img: {
15
+ height: '240px',
16
+ objectFit: 'cover'
17
+ },
18
+ padding: '0 !important'
19
+ },
20
+ // '& .SCEditor-paragraph': {}
21
+ '& > div:has(> a)': {
22
+ borderRadius: '5px',
23
+ padding: theme.spacing(1),
24
+ background: theme.palette.grey[300]
25
+ },
26
+ '& > div:has(> a) > a:first-of-type': {
27
+ textDecoration: 'none',
28
+ color: 'inherit'
29
+ }
30
+ }
31
+ },
32
+ '& .SCLessonObject-content-edit': {
33
+ padding: '0 !important',
34
+ '& .SCEditor-content': {
35
+ paddingTop: 0,
36
+ paddingBottom: 0
37
+ }
38
+ },
39
+ '& .SCWidget-root': {
40
+ marginBottom: theme.spacing(3),
41
+ [theme.breakpoints.down('md')]: {
42
+ boxShadow: 'none'
43
+ }
44
+ },
45
+ '& .SCLessonObject-button': {
46
+ alignSelf: 'center'
47
+ }
48
+ })
49
+ }
50
+ };
51
+ exports.default = Component;
@@ -0,0 +1,32 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {};
4
+ popoverRoot: ({ theme }: any) => {
5
+ width: string;
6
+ borderRadius: string;
7
+ '& .MuiPaper-root': {
8
+ padding: any;
9
+ };
10
+ '& .SCLessonReleaseMenu-popover-content': {
11
+ marginTop: any;
12
+ '& .SCLessonReleaseMenu-popover-selection': {
13
+ display: string;
14
+ alignItems: string;
15
+ gap: any;
16
+ '& .MuiInputBase-root': {
17
+ width: string;
18
+ height: string;
19
+ };
20
+ '& .MuiRadio-root': {
21
+ padding: any;
22
+ };
23
+ };
24
+ '& .SCLessonReleaseMenu-popover-action': {
25
+ marginTop: any;
26
+ width: string;
27
+ };
28
+ };
29
+ };
30
+ };
31
+ };
32
+ export default Component;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({}),
6
+ popoverRoot: ({ theme }) => ({
7
+ width: '260px',
8
+ borderRadius: '4px',
9
+ '& .MuiPaper-root': {
10
+ padding: theme.spacing(2)
11
+ },
12
+ '& .SCLessonReleaseMenu-popover-content': {
13
+ marginTop: theme.spacing(1),
14
+ '& .SCLessonReleaseMenu-popover-selection': {
15
+ display: 'flex',
16
+ alignItems: 'center',
17
+ gap: theme.spacing(2),
18
+ '& .MuiInputBase-root': {
19
+ width: '68px',
20
+ height: '38px'
21
+ },
22
+ '& .MuiRadio-root': {
23
+ padding: theme.spacing(0.5)
24
+ }
25
+ },
26
+ '& .SCLessonReleaseMenu-popover-action': {
27
+ marginTop: theme.spacing(1),
28
+ width: '100%'
29
+ }
30
+ }
31
+ })
32
+ }
33
+ };
34
+ exports.default = Component;
@@ -0,0 +1,20 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: () => {};
4
+ containerRoot: ({ theme, open }: any) => {
5
+ '& .SCLessonTemplate-navigation-title': {
6
+ display: string;
7
+ alignItems: string;
8
+ justifyContent: string;
9
+ marginBottom: any;
10
+ };
11
+ width: string;
12
+ display: string;
13
+ flexDirection: string;
14
+ overflow: string;
15
+ transition: any;
16
+ marginRight: number;
17
+ };
18
+ };
19
+ };
20
+ export default Component;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: () => ({}),
6
+ containerRoot: ({ theme, open }) => (Object.assign(Object.assign({ display: 'flex', flexDirection: 'column', overflow: 'hidden', transition: theme.transitions.create('margin', {
7
+ easing: theme.transitions.easing.sharp,
8
+ duration: theme.transitions.duration.leavingScreen
9
+ }), marginRight: 0 }, (open && {
10
+ [theme.breakpoints.down('md')]: { width: '100%' },
11
+ width: `calc(100% - 300px)`
12
+ })), { '& .SCLessonTemplate-navigation-title': {
13
+ display: 'flex',
14
+ alignItems: 'center',
15
+ justifyContent: 'space-between',
16
+ marginBottom: theme.spacing(1)
17
+ } }))
18
+ }
19
+ };
20
+ exports.default = Component;
@@ -13,6 +13,15 @@ declare const Component: {
13
13
  minWidth: string;
14
14
  };
15
15
  };
16
+ '& .SCLiveStreamForm-warning': {
17
+ margin: any;
18
+ "& a": {
19
+ color: any;
20
+ fontWeight: string;
21
+ textDecoration: string;
22
+ whiteSpace: string;
23
+ };
24
+ };
16
25
  "& .SCLiveStreamForm-access-view": {
17
26
  margin: any;
18
27
  };
@@ -15,8 +15,17 @@ const Component = {
15
15
  minWidth: 'auto'
16
16
  }
17
17
  },
18
- [`& .SCLiveStreamForm-access-view`]: {
18
+ '& .SCLiveStreamForm-warning': {
19
19
  margin: theme.spacing(2, 0),
20
+ [`& a`]: {
21
+ color: theme.palette.common.white,
22
+ fontWeight: 'bold',
23
+ textDecoration: 'underline',
24
+ whiteSpace: 'nowrap'
25
+ }
26
+ },
27
+ [`& .SCLiveStreamForm-access-view`]: {
28
+ margin: theme.spacing(2, 0)
20
29
  },
21
30
  [`& .SCLiveStreamForm-actions`]: {
22
31
  display: 'flex',
@@ -95,6 +95,25 @@ declare const Component: {
95
95
  backgroundColor: any;
96
96
  };
97
97
  };
98
+ '& .lk-settings-menu-modal': {
99
+ minWidth: number;
100
+ paddingTop: any;
101
+ '& .lk-settings-menu-modal-icon-close': {
102
+ color: any;
103
+ position: string;
104
+ top: number;
105
+ right: number;
106
+ };
107
+ '& .MuiFormControlLabel-root': {
108
+ marginLeft: number;
109
+ };
110
+ '& .MuiTypography-body1': {
111
+ color: string;
112
+ };
113
+ '& .MuiSwitch-track': {
114
+ backgroundColor: any;
115
+ };
116
+ };
98
117
  };
99
118
  dialogRoot: ({ theme }: any) => {
100
119
  "& .SCLiveStreamRoom-end-conference-wrap": {
@@ -103,7 +122,14 @@ declare const Component: {
103
122
  alignItems: string;
104
123
  alignContent: string;
105
124
  flexDirection: string;
106
- "& .SCLiveStreamVideoConference-btn-back-home": {
125
+ "& .SCLiveStreamRoom-logo": {
126
+ img: {
127
+ maxHeight: number;
128
+ maxWidth: number;
129
+ };
130
+ marginBottom: any;
131
+ };
132
+ "& .SCLiveStreamRoom-btn-back-home": {
107
133
  marginTop: any;
108
134
  };
109
135
  };
@@ -96,6 +96,25 @@ const Component = {
96
96
  '&:hover': {
97
97
  backgroundColor: theme.palette.primary.dark
98
98
  }
99
+ },
100
+ '& .lk-settings-menu-modal': {
101
+ minWidth: 290,
102
+ paddingTop: theme.spacing(3),
103
+ '& .lk-settings-menu-modal-icon-close': {
104
+ color: theme.palette.common.white,
105
+ position: 'absolute',
106
+ top: 3,
107
+ right: 2
108
+ },
109
+ '& .MuiFormControlLabel-root': {
110
+ marginLeft: 0
111
+ },
112
+ '& .MuiTypography-body1': {
113
+ color: '#FFF !important'
114
+ },
115
+ '& .MuiSwitch-track': {
116
+ backgroundColor: theme.palette.grey['300']
117
+ }
99
118
  }
100
119
  }),
101
120
  dialogRoot: ({ theme }) => ({
@@ -105,7 +124,14 @@ const Component = {
105
124
  alignItems: 'center',
106
125
  alignContent: 'center',
107
126
  flexDirection: 'column',
108
- [`& .SCLiveStreamVideoConference-btn-back-home`]: {
127
+ [`& .SCLiveStreamRoom-logo`]: {
128
+ img: {
129
+ maxHeight: 60,
130
+ maxWidth: 300
131
+ },
132
+ marginBottom: theme.spacing(2)
133
+ },
134
+ [`& .SCLiveStreamRoom-btn-back-home`]: {
109
135
  marginTop: theme.spacing(2)
110
136
  }
111
137
  }
@@ -6,6 +6,8 @@ declare const Component: {
6
6
  "& a": {
7
7
  color: any;
8
8
  fontWeight: string;
9
+ textDecoration: string;
10
+ whiteSpace: string;
9
11
  };
10
12
  };
11
13
  '& .SCLiveStreamSelector-options': {
@@ -7,7 +7,9 @@ const Component = {
7
7
  margin: theme.spacing(2, 5, 2, 5),
8
8
  [`& a`]: {
9
9
  color: theme.palette.common.white,
10
- fontWeight: 'bold'
10
+ fontWeight: 'bold',
11
+ textDecoration: 'underline',
12
+ whiteSpace: 'nowrap'
11
13
  }
12
14
  },
13
15
  '& .SCLiveStreamSelector-options': {
@@ -15,7 +15,8 @@ declare const Component: {
15
15
  textAlign: string;
16
16
  "& .SCLiveStreamVideoConference-logo": {
17
17
  img: {
18
- maxHeight: string;
18
+ maxHeight: number;
19
+ maxWidth: number;
19
20
  };
20
21
  marginBottom: any;
21
22
  };
@@ -17,7 +17,8 @@ const Component = {
17
17
  textAlign: 'center',
18
18
  [`& .SCLiveStreamVideoConference-logo`]: {
19
19
  img: {
20
- maxHeight: '100px'
20
+ maxHeight: 70,
21
+ maxWidth: 300
21
22
  },
22
23
  marginBottom: theme.spacing(2)
23
24
  },
@@ -21,7 +21,7 @@ declare const Component: {
21
21
  flexGrow: number;
22
22
  textAlign: string;
23
23
  alignSelf: string;
24
- '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
24
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events, & .SCNavigationToolbar-courses': {
25
25
  paddingTop: number;
26
26
  paddingLeft: any;
27
27
  paddingRight: any;
@@ -18,7 +18,7 @@ const Component = {
18
18
  flexGrow: 1,
19
19
  textAlign: 'center',
20
20
  alignSelf: 'end',
21
- '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
21
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events, & .SCNavigationToolbar-courses': {
22
22
  paddingTop: 12,
23
23
  paddingLeft: theme.spacing(1),
24
24
  paddingRight: theme.spacing(1),
@@ -0,0 +1,55 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ borderRadius: string;
7
+ '& .MuiAccordionSummary-root': {
8
+ backgroundColor: any;
9
+ '& .MuiAccordionSummary-content': {
10
+ display: string;
11
+ flexDirection: string;
12
+ '& .SCBaseItem-root': {
13
+ backgroundColor: string;
14
+ };
15
+ '& .MuiTypography-body1': {
16
+ fontWeight: number;
17
+ color: any;
18
+ };
19
+ };
20
+ '& .MuiAccordionDetails-root': {
21
+ marginTop: any;
22
+ };
23
+ };
24
+ '& .SCPaymentProductPrice-root': {
25
+ [x: number]: {
26
+ width: string;
27
+ borderRadius: string;
28
+ };
29
+ marginBottom: any;
30
+ width: string;
31
+ borderRadius: string;
32
+ };
33
+ };
34
+ skeletonRoot: ({ theme }: {
35
+ theme: any;
36
+ }) => {
37
+ borderRadius: string;
38
+ '& .MuiAccordionSummary-root': {
39
+ backgroundColor: any;
40
+ marginBottom: any;
41
+ '& .SCBaseItem-root': {
42
+ backgroundColor: string;
43
+ };
44
+ };
45
+ '& .SCPaymentProductPrice-skeleton-root': {
46
+ [x: number]: {
47
+ width: string;
48
+ };
49
+ marginBottom: any;
50
+ width: string;
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
+ borderRadius: '3px !important',
7
+ '& .MuiAccordionSummary-root': {
8
+ backgroundColor: theme.palette.grey[50],
9
+ '& .MuiAccordionSummary-content': {
10
+ display: 'block',
11
+ flexDirection: 'row',
12
+ '& .SCBaseItem-root': {
13
+ backgroundColor: 'transparent'
14
+ },
15
+ '& .MuiTypography-body1': {
16
+ fontWeight: 200,
17
+ color: theme.palette.grey[600]
18
+ }
19
+ },
20
+ '& .MuiAccordionDetails-root': {
21
+ marginTop: theme.spacing()
22
+ }
23
+ },
24
+ '& .SCPaymentProductPrice-root': {
25
+ marginBottom: theme.spacing(),
26
+ width: '95%',
27
+ borderRadius: '3px',
28
+ [theme.breakpoints.down('md')]: {
29
+ width: '88%',
30
+ borderRadius: '3px'
31
+ }
32
+ }
33
+ }),
34
+ skeletonRoot: ({ theme }) => ({
35
+ borderRadius: '3px !important',
36
+ '& .MuiAccordionSummary-root': {
37
+ backgroundColor: theme.palette.grey[50],
38
+ marginBottom: theme.spacing(1),
39
+ '& .SCBaseItem-root': {
40
+ backgroundColor: 'transparent'
41
+ }
42
+ },
43
+ '& .SCPaymentProductPrice-skeleton-root': {
44
+ marginBottom: theme.spacing(),
45
+ width: '95%',
46
+ [theme.breakpoints.down('md')]: {
47
+ width: '88%'
48
+ }
49
+ }
50
+ })
51
+ }
52
+ };
53
+ exports.default = Component;
@@ -0,0 +1,15 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ borderRadius: string;
7
+ };
8
+ skeletonRoot: ({ theme }: {
9
+ theme: any;
10
+ }) => {
11
+ borderRadius: string;
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
+ root: ({ theme }) => ({
6
+ borderRadius: '3px'
7
+ }),
8
+ skeletonRoot: ({ theme }) => ({
9
+ borderRadius: '3px'
10
+ })
11
+ }
12
+ };
13
+ exports.default = Component;
@@ -0,0 +1,15 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ padding: any;
7
+ };
8
+ skeletonRoot: ({ theme }: {
9
+ theme: any;
10
+ }) => {
11
+ padding: any;
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
+ root: ({ theme }) => ({
6
+ padding: theme.spacing(0.5)
7
+ }),
8
+ skeletonRoot: ({ theme }) => ({
9
+ padding: theme.spacing(0.5)
10
+ })
11
+ }
12
+ };
13
+ exports.default = Component;
@@ -82,12 +82,14 @@ declare const Component: {
82
82
  [x: number]: {
83
83
  width: any;
84
84
  };
85
+ position: string;
85
86
  '& img': {
86
87
  height: string;
87
88
  width: string;
88
89
  };
89
90
  '& .MuiButtonBase-root': {
90
91
  flexWrap: string;
92
+ width: string;
91
93
  position: string;
92
94
  bottom: any;
93
95
  backgroundColor: string;
@@ -81,6 +81,7 @@ const Component = {
81
81
  }
82
82
  },
83
83
  '& .SCPrivateMessageThreadItem-document': {
84
+ position: 'relative',
84
85
  [theme.breakpoints.up('sm')]: {
85
86
  width: theme.spacing(32.5)
86
87
  },
@@ -90,7 +91,7 @@ const Component = {
90
91
  },
91
92
  '& .MuiButtonBase-root': {
92
93
  flexWrap: 'wrap',
93
- //width: 'calc(100% - 24px)',
94
+ width: '100%',
94
95
  position: 'absolute',
95
96
  bottom: theme.spacing(4),
96
97
  backgroundColor: 'rgba(0,0,0,0.5)',
Binary file