@selfcommunity/react-theme-default 0.4.5-alpha.9 → 0.4.5-payments.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/components/SCAccordionLessons.d.ts +55 -0
- package/lib/cjs/components/SCAccordionLessons.js +53 -0
- package/lib/cjs/components/SCAddUsersButton.d.ts +19 -0
- package/lib/cjs/components/SCAddUsersButton.js +21 -0
- package/lib/cjs/components/SCBaseItemButton.d.ts +26 -35
- package/lib/cjs/components/SCBaseItemButton.js +27 -36
- package/lib/cjs/components/SCBuyButton.d.ts +15 -0
- package/lib/cjs/components/SCBuyButton.js +13 -0
- package/lib/cjs/components/SCCheckoutSuccessDialog.d.ts +23 -0
- package/lib/cjs/components/SCCheckoutSuccessDialog.js +23 -0
- package/lib/cjs/components/SCCommentObject.d.ts +7 -17
- package/lib/cjs/components/SCCommentObject.js +7 -17
- package/lib/cjs/components/SCComposer.d.ts +15 -7
- package/lib/cjs/components/SCComposer.js +37 -8
- package/lib/cjs/components/SCContributionActionsMenu.js +1 -1
- package/lib/cjs/components/SCCourse.d.ts +243 -0
- package/lib/cjs/components/SCCourse.js +245 -0
- package/lib/cjs/components/SCCourseCompletedDialog.d.ts +21 -0
- package/lib/cjs/components/SCCourseCompletedDialog.js +23 -0
- package/lib/cjs/components/SCCourseContentMenu.d.ts +42 -0
- package/lib/cjs/components/SCCourseContentMenu.js +42 -0
- package/lib/cjs/components/SCCourseDashboard.d.ts +337 -0
- package/lib/cjs/components/SCCourseDashboard.js +329 -0
- package/lib/cjs/components/SCCourseForm.d.ts +143 -0
- package/lib/cjs/components/SCCourseForm.js +144 -0
- package/lib/cjs/components/SCCourseFormDialog.d.ts +6 -0
- package/lib/cjs/components/SCCourseFormDialog.js +8 -0
- package/lib/cjs/components/SCCourseInfoDetails.d.ts +43 -0
- package/lib/cjs/components/SCCourseInfoDetails.js +43 -0
- package/lib/cjs/components/SCCourseParticipantsButton.d.ts +56 -0
- package/lib/cjs/components/SCCourseParticipantsButton.js +53 -0
- package/lib/cjs/components/SCCourseUsersTable.d.ts +86 -0
- package/lib/cjs/components/SCCourseUsersTable.js +82 -0
- package/lib/cjs/components/SCCourses.d.ts +133 -0
- package/lib/cjs/components/SCCourses.js +135 -0
- package/lib/cjs/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/cjs/components/SCCreateCourseButton.js +14 -0
- package/lib/cjs/components/SCEditCourse.d.ts +273 -0
- package/lib/cjs/components/SCEditCourse.js +271 -0
- package/lib/cjs/components/SCEditor.d.ts +20 -0
- package/lib/cjs/components/SCEditor.js +20 -0
- package/lib/cjs/components/SCEmptyStatus.d.ts +33 -0
- package/lib/cjs/components/SCEmptyStatus.js +33 -0
- package/lib/cjs/components/SCFeedObject.d.ts +18 -12
- package/lib/cjs/components/SCFeedObject.js +18 -12
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +1 -1
- package/lib/cjs/components/SCLessonAppbar.d.ts +27 -0
- package/lib/cjs/components/SCLessonAppbar.js +28 -0
- package/lib/cjs/components/SCLessonCommentActionsMenu.d.ts +32 -0
- package/lib/cjs/components/SCLessonCommentActionsMenu.js +35 -0
- package/lib/cjs/components/SCLessonCommentObject.d.ts +117 -0
- package/lib/cjs/components/SCLessonCommentObject.js +119 -0
- package/lib/cjs/components/SCLessonCommentObjects.d.ts +48 -0
- package/lib/cjs/components/SCLessonCommentObjects.js +50 -0
- package/lib/cjs/components/SCLessonDrawer.d.ts +42 -0
- package/lib/cjs/components/SCLessonDrawer.js +44 -0
- package/lib/cjs/components/SCLessonEditForm.d.ts +33 -0
- package/lib/cjs/components/SCLessonEditForm.js +33 -0
- package/lib/cjs/components/SCLessonObject.d.ts +48 -0
- package/lib/cjs/components/SCLessonObject.js +51 -0
- package/lib/cjs/components/SCLessonReleaseMenu.d.ts +32 -0
- package/lib/cjs/components/SCLessonReleaseMenu.js +34 -0
- package/lib/cjs/components/SCLessonTemplate.d.ts +20 -0
- package/lib/cjs/components/SCLessonTemplate.js +20 -0
- package/lib/cjs/components/SCLiveStreamForm.d.ts +9 -0
- package/lib/cjs/components/SCLiveStreamForm.js +10 -1
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +27 -1
- package/lib/cjs/components/SCLiveStreamRoom.js +27 -1
- package/lib/cjs/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/cjs/components/SCLiveStreamSelector.js +3 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +1 -1
- package/lib/cjs/components/SCPaymentProduct.d.ts +55 -0
- package/lib/cjs/components/SCPaymentProduct.js +53 -0
- package/lib/cjs/components/SCPaymentProductPrice.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProductPrice.js +13 -0
- package/lib/cjs/components/SCPaymentProducts.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProducts.js +13 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +9 -3
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +15 -6
- package/lib/cjs/index.d.ts +3945 -1876
- package/lib/cjs/index.js +74 -2
- package/lib/esm/components/SCAccordionLessons.d.ts +55 -0
- package/lib/esm/components/SCAccordionLessons.js +51 -0
- package/lib/esm/components/SCAddUsersButton.d.ts +19 -0
- package/lib/esm/components/SCAddUsersButton.js +19 -0
- package/lib/esm/components/SCBaseItemButton.d.ts +26 -35
- package/lib/esm/components/SCBaseItemButton.js +27 -36
- package/lib/esm/components/SCBuyButton.d.ts +15 -0
- package/lib/esm/components/SCBuyButton.js +11 -0
- package/lib/esm/components/SCCheckoutSuccessDialog.d.ts +23 -0
- package/lib/esm/components/SCCheckoutSuccessDialog.js +21 -0
- package/lib/esm/components/SCCommentObject.d.ts +7 -17
- package/lib/esm/components/SCCommentObject.js +7 -17
- package/lib/esm/components/SCComposer.d.ts +15 -7
- package/lib/esm/components/SCComposer.js +37 -8
- package/lib/esm/components/SCContributionActionsMenu.js +1 -1
- package/lib/esm/components/SCCourse.d.ts +243 -0
- package/lib/esm/components/SCCourse.js +243 -0
- package/lib/esm/components/SCCourseCompletedDialog.d.ts +21 -0
- package/lib/esm/components/SCCourseCompletedDialog.js +21 -0
- package/lib/esm/components/SCCourseContentMenu.d.ts +42 -0
- package/lib/esm/components/SCCourseContentMenu.js +40 -0
- package/lib/esm/components/SCCourseDashboard.d.ts +337 -0
- package/lib/esm/components/SCCourseDashboard.js +327 -0
- package/lib/esm/components/SCCourseForm.d.ts +143 -0
- package/lib/esm/components/SCCourseForm.js +142 -0
- package/lib/esm/components/SCCourseFormDialog.d.ts +6 -0
- package/lib/esm/components/SCCourseFormDialog.js +6 -0
- package/lib/esm/components/SCCourseInfoDetails.d.ts +43 -0
- package/lib/esm/components/SCCourseInfoDetails.js +41 -0
- package/lib/esm/components/SCCourseParticipantsButton.d.ts +56 -0
- package/lib/esm/components/SCCourseParticipantsButton.js +51 -0
- package/lib/esm/components/SCCourseUsersTable.d.ts +86 -0
- package/lib/esm/components/SCCourseUsersTable.js +80 -0
- package/lib/esm/components/SCCourses.d.ts +133 -0
- package/lib/esm/components/SCCourses.js +133 -0
- package/lib/esm/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/esm/components/SCCreateCourseButton.js +12 -0
- package/lib/esm/components/SCEditCourse.d.ts +273 -0
- package/lib/esm/components/SCEditCourse.js +269 -0
- package/lib/esm/components/SCEditor.d.ts +20 -0
- package/lib/esm/components/SCEditor.js +20 -0
- package/lib/esm/components/SCEmptyStatus.d.ts +33 -0
- package/lib/esm/components/SCEmptyStatus.js +31 -0
- package/lib/esm/components/SCFeedObject.d.ts +18 -12
- package/lib/esm/components/SCFeedObject.js +18 -12
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +1 -1
- package/lib/esm/components/SCLessonAppbar.d.ts +27 -0
- package/lib/esm/components/SCLessonAppbar.js +26 -0
- package/lib/esm/components/SCLessonCommentActionsMenu.d.ts +32 -0
- package/lib/esm/components/SCLessonCommentActionsMenu.js +33 -0
- package/lib/esm/components/SCLessonCommentObject.d.ts +117 -0
- package/lib/esm/components/SCLessonCommentObject.js +117 -0
- package/lib/esm/components/SCLessonCommentObjects.d.ts +48 -0
- package/lib/esm/components/SCLessonCommentObjects.js +48 -0
- package/lib/esm/components/SCLessonDrawer.d.ts +42 -0
- package/lib/esm/components/SCLessonDrawer.js +42 -0
- package/lib/esm/components/SCLessonEditForm.d.ts +33 -0
- package/lib/esm/components/SCLessonEditForm.js +31 -0
- package/lib/esm/components/SCLessonObject.d.ts +48 -0
- package/lib/esm/components/SCLessonObject.js +49 -0
- package/lib/esm/components/SCLessonReleaseMenu.d.ts +32 -0
- package/lib/esm/components/SCLessonReleaseMenu.js +32 -0
- package/lib/esm/components/SCLessonTemplate.d.ts +20 -0
- package/lib/esm/components/SCLessonTemplate.js +18 -0
- package/lib/esm/components/SCLiveStreamForm.d.ts +9 -0
- package/lib/esm/components/SCLiveStreamForm.js +10 -1
- package/lib/esm/components/SCLiveStreamRoom.d.ts +27 -1
- package/lib/esm/components/SCLiveStreamRoom.js +27 -1
- package/lib/esm/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/esm/components/SCLiveStreamSelector.js +3 -1
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/esm/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +1 -1
- package/lib/esm/components/SCPaymentProduct.d.ts +55 -0
- package/lib/esm/components/SCPaymentProduct.js +51 -0
- package/lib/esm/components/SCPaymentProductPrice.d.ts +15 -0
- package/lib/esm/components/SCPaymentProductPrice.js +11 -0
- package/lib/esm/components/SCPaymentProducts.d.ts +15 -0
- package/lib/esm/components/SCPaymentProducts.js +11 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +9 -3
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +15 -6
- package/lib/esm/index.d.ts +3945 -1876
- package/lib/esm/index.js +74 -2
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +9 -3
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
padding: theme.spacing(2),
|
|
5
|
+
[theme.breakpoints.up('sm')]: {
|
|
6
|
+
paddingBottom: theme.spacing(5)
|
|
7
|
+
},
|
|
8
|
+
height: '100%',
|
|
9
|
+
display: 'flex',
|
|
10
|
+
flexDirection: 'column',
|
|
11
|
+
justifyContent: 'space-between',
|
|
12
|
+
'& .SCLessonEditForm-form': {
|
|
13
|
+
display: 'flex',
|
|
14
|
+
flexDirection: 'column'
|
|
15
|
+
},
|
|
16
|
+
'& .MuiFormLabel-root': {
|
|
17
|
+
fontWeight: 700,
|
|
18
|
+
color: 'inherit',
|
|
19
|
+
'& .Mui-focused': { color: 'inherit' }
|
|
20
|
+
},
|
|
21
|
+
'& .SCLessonEditForm-settings': {
|
|
22
|
+
marginTop: theme.spacing(2)
|
|
23
|
+
},
|
|
24
|
+
'& .SCLessonEditForm-button': {
|
|
25
|
+
alignSelf: 'center',
|
|
26
|
+
marginBottom: theme.spacing(3)
|
|
27
|
+
}
|
|
28
|
+
})
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
export 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,49 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
display: 'flex',
|
|
5
|
+
flexDirection: 'column',
|
|
6
|
+
padding: theme.spacing(1),
|
|
7
|
+
'& .SCLessonObject-content': {
|
|
8
|
+
padding: `${theme.spacing(2)} !important`,
|
|
9
|
+
'& .SCLessonObject-text': {
|
|
10
|
+
'& > div:first-of-type': {
|
|
11
|
+
height: '240px',
|
|
12
|
+
img: {
|
|
13
|
+
height: '240px',
|
|
14
|
+
objectFit: 'cover'
|
|
15
|
+
},
|
|
16
|
+
padding: '0 !important'
|
|
17
|
+
},
|
|
18
|
+
// '& .SCEditor-paragraph': {}
|
|
19
|
+
'& > div:has(> a)': {
|
|
20
|
+
borderRadius: '5px',
|
|
21
|
+
padding: theme.spacing(1),
|
|
22
|
+
background: theme.palette.grey[300]
|
|
23
|
+
},
|
|
24
|
+
'& > div:has(> a) > a:first-of-type': {
|
|
25
|
+
textDecoration: 'none',
|
|
26
|
+
color: 'inherit'
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
'& .SCLessonObject-content-edit': {
|
|
31
|
+
padding: '0 !important',
|
|
32
|
+
'& .SCEditor-content': {
|
|
33
|
+
paddingTop: 0,
|
|
34
|
+
paddingBottom: 0
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
'& .SCWidget-root': {
|
|
38
|
+
marginBottom: theme.spacing(3),
|
|
39
|
+
[theme.breakpoints.down('md')]: {
|
|
40
|
+
boxShadow: 'none'
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
'& .SCLessonObject-button': {
|
|
44
|
+
alignSelf: 'center'
|
|
45
|
+
}
|
|
46
|
+
})
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export 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,32 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({}),
|
|
4
|
+
popoverRoot: ({ theme }) => ({
|
|
5
|
+
width: '260px',
|
|
6
|
+
borderRadius: '4px',
|
|
7
|
+
'& .MuiPaper-root': {
|
|
8
|
+
padding: theme.spacing(2)
|
|
9
|
+
},
|
|
10
|
+
'& .SCLessonReleaseMenu-popover-content': {
|
|
11
|
+
marginTop: theme.spacing(1),
|
|
12
|
+
'& .SCLessonReleaseMenu-popover-selection': {
|
|
13
|
+
display: 'flex',
|
|
14
|
+
alignItems: 'center',
|
|
15
|
+
gap: theme.spacing(2),
|
|
16
|
+
'& .MuiInputBase-root': {
|
|
17
|
+
width: '68px',
|
|
18
|
+
height: '38px'
|
|
19
|
+
},
|
|
20
|
+
'& .MuiRadio-root': {
|
|
21
|
+
padding: theme.spacing(0.5)
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
'& .SCLessonReleaseMenu-popover-action': {
|
|
25
|
+
marginTop: theme.spacing(1),
|
|
26
|
+
width: '100%'
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
export 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,18 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: () => ({}),
|
|
4
|
+
containerRoot: ({ theme, open }) => (Object.assign(Object.assign({ display: 'flex', flexDirection: 'column', overflow: 'hidden', transition: theme.transitions.create('margin', {
|
|
5
|
+
easing: theme.transitions.easing.sharp,
|
|
6
|
+
duration: theme.transitions.duration.leavingScreen
|
|
7
|
+
}), marginRight: 0 }, (open && {
|
|
8
|
+
[theme.breakpoints.down('md')]: { width: '100%' },
|
|
9
|
+
width: `calc(100% - 300px)`
|
|
10
|
+
})), { '& .SCLessonTemplate-navigation-title': {
|
|
11
|
+
display: 'flex',
|
|
12
|
+
alignItems: 'center',
|
|
13
|
+
justifyContent: 'space-between',
|
|
14
|
+
marginBottom: theme.spacing(1)
|
|
15
|
+
} }))
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export 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
|
};
|
|
@@ -13,8 +13,17 @@ const Component = {
|
|
|
13
13
|
minWidth: 'auto'
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
-
|
|
16
|
+
'& .SCLiveStreamForm-warning': {
|
|
17
17
|
margin: theme.spacing(2, 0),
|
|
18
|
+
[`& a`]: {
|
|
19
|
+
color: theme.palette.common.white,
|
|
20
|
+
fontWeight: 'bold',
|
|
21
|
+
textDecoration: 'underline',
|
|
22
|
+
whiteSpace: 'nowrap'
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
[`& .SCLiveStreamForm-access-view`]: {
|
|
26
|
+
margin: theme.spacing(2, 0)
|
|
18
27
|
},
|
|
19
28
|
[`& .SCLiveStreamForm-actions`]: {
|
|
20
29
|
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
|
-
"& .
|
|
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
|
};
|
|
@@ -94,6 +94,25 @@ const Component = {
|
|
|
94
94
|
'&:hover': {
|
|
95
95
|
backgroundColor: theme.palette.primary.dark
|
|
96
96
|
}
|
|
97
|
+
},
|
|
98
|
+
'& .lk-settings-menu-modal': {
|
|
99
|
+
minWidth: 290,
|
|
100
|
+
paddingTop: theme.spacing(3),
|
|
101
|
+
'& .lk-settings-menu-modal-icon-close': {
|
|
102
|
+
color: theme.palette.common.white,
|
|
103
|
+
position: 'absolute',
|
|
104
|
+
top: 3,
|
|
105
|
+
right: 2
|
|
106
|
+
},
|
|
107
|
+
'& .MuiFormControlLabel-root': {
|
|
108
|
+
marginLeft: 0
|
|
109
|
+
},
|
|
110
|
+
'& .MuiTypography-body1': {
|
|
111
|
+
color: '#FFF !important'
|
|
112
|
+
},
|
|
113
|
+
'& .MuiSwitch-track': {
|
|
114
|
+
backgroundColor: theme.palette.grey['300']
|
|
115
|
+
}
|
|
97
116
|
}
|
|
98
117
|
}),
|
|
99
118
|
dialogRoot: ({ theme }) => ({
|
|
@@ -103,7 +122,14 @@ const Component = {
|
|
|
103
122
|
alignItems: 'center',
|
|
104
123
|
alignContent: 'center',
|
|
105
124
|
flexDirection: 'column',
|
|
106
|
-
[`& .
|
|
125
|
+
[`& .SCLiveStreamRoom-logo`]: {
|
|
126
|
+
img: {
|
|
127
|
+
maxHeight: 60,
|
|
128
|
+
maxWidth: 300
|
|
129
|
+
},
|
|
130
|
+
marginBottom: theme.spacing(2)
|
|
131
|
+
},
|
|
132
|
+
[`& .SCLiveStreamRoom-btn-back-home`]: {
|
|
107
133
|
marginTop: theme.spacing(2)
|
|
108
134
|
}
|
|
109
135
|
}
|
|
@@ -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;
|
|
@@ -16,7 +16,7 @@ const Component = {
|
|
|
16
16
|
flexGrow: 1,
|
|
17
17
|
textAlign: 'center',
|
|
18
18
|
alignSelf: 'end',
|
|
19
|
-
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
|
|
19
|
+
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events, & .SCNavigationToolbar-courses': {
|
|
20
20
|
paddingTop: 12,
|
|
21
21
|
paddingLeft: theme.spacing(1),
|
|
22
22
|
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,51 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
borderRadius: '3px !important',
|
|
5
|
+
'& .MuiAccordionSummary-root': {
|
|
6
|
+
backgroundColor: theme.palette.grey[50],
|
|
7
|
+
'& .MuiAccordionSummary-content': {
|
|
8
|
+
display: 'block',
|
|
9
|
+
flexDirection: 'row',
|
|
10
|
+
'& .SCBaseItem-root': {
|
|
11
|
+
backgroundColor: 'transparent'
|
|
12
|
+
},
|
|
13
|
+
'& .MuiTypography-body1': {
|
|
14
|
+
fontWeight: 200,
|
|
15
|
+
color: theme.palette.grey[600]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
'& .MuiAccordionDetails-root': {
|
|
19
|
+
marginTop: theme.spacing()
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
'& .SCPaymentProductPrice-root': {
|
|
23
|
+
marginBottom: theme.spacing(),
|
|
24
|
+
width: '95%',
|
|
25
|
+
borderRadius: '3px',
|
|
26
|
+
[theme.breakpoints.down('md')]: {
|
|
27
|
+
width: '88%',
|
|
28
|
+
borderRadius: '3px'
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}),
|
|
32
|
+
skeletonRoot: ({ theme }) => ({
|
|
33
|
+
borderRadius: '3px !important',
|
|
34
|
+
'& .MuiAccordionSummary-root': {
|
|
35
|
+
backgroundColor: theme.palette.grey[50],
|
|
36
|
+
marginBottom: theme.spacing(1),
|
|
37
|
+
'& .SCBaseItem-root': {
|
|
38
|
+
backgroundColor: 'transparent'
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
'& .SCPaymentProductPrice-skeleton-root': {
|
|
42
|
+
marginBottom: theme.spacing(),
|
|
43
|
+
width: '95%',
|
|
44
|
+
[theme.breakpoints.down('md')]: {
|
|
45
|
+
width: '88%'
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
})
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
export 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;
|
|
@@ -79,6 +79,7 @@ const Component = {
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
'& .SCPrivateMessageThreadItem-document': {
|
|
82
|
+
position: 'relative',
|
|
82
83
|
[theme.breakpoints.up('sm')]: {
|
|
83
84
|
width: theme.spacing(32.5)
|
|
84
85
|
},
|
|
@@ -88,7 +89,7 @@ const Component = {
|
|
|
88
89
|
},
|
|
89
90
|
'& .MuiButtonBase-root': {
|
|
90
91
|
flexWrap: 'wrap',
|
|
91
|
-
|
|
92
|
+
width: '100%',
|
|
92
93
|
position: 'absolute',
|
|
93
94
|
bottom: theme.spacing(4),
|
|
94
95
|
backgroundColor: 'rgba(0,0,0,0.5)',
|
|
Binary file
|