@selfcommunity/react-theme-default 0.4.5-alpha.8 → 0.4.5-payments.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/components/SCAccordionLessons.d.ts +55 -0
- package/lib/cjs/components/SCAccordionLessons.js +53 -0
- package/lib/cjs/components/SCAddUsersButton.d.ts +19 -0
- package/lib/cjs/components/SCAddUsersButton.js +21 -0
- package/lib/cjs/components/SCBaseItemButton.d.ts +26 -35
- package/lib/cjs/components/SCBaseItemButton.js +27 -36
- package/lib/cjs/components/SCBuyButton.d.ts +15 -0
- package/lib/cjs/components/SCBuyButton.js +13 -0
- package/lib/cjs/components/SCCheckoutSuccessDialog.d.ts +23 -0
- package/lib/cjs/components/SCCheckoutSuccessDialog.js +23 -0
- package/lib/cjs/components/SCCommentObject.d.ts +7 -17
- package/lib/cjs/components/SCCommentObject.js +7 -17
- package/lib/cjs/components/SCComposer.d.ts +50 -14
- package/lib/cjs/components/SCComposer.js +73 -16
- package/lib/cjs/components/SCContributionActionsMenu.js +1 -1
- package/lib/cjs/components/SCCourse.d.ts +243 -0
- package/lib/cjs/components/SCCourse.js +245 -0
- package/lib/cjs/components/SCCourseCompletedDialog.d.ts +21 -0
- package/lib/cjs/components/SCCourseCompletedDialog.js +23 -0
- package/lib/cjs/components/SCCourseContentMenu.d.ts +42 -0
- package/lib/cjs/components/SCCourseContentMenu.js +42 -0
- package/lib/cjs/components/SCCourseDashboard.d.ts +337 -0
- package/lib/cjs/components/SCCourseDashboard.js +329 -0
- package/lib/cjs/components/SCCourseForm.d.ts +143 -0
- package/lib/cjs/components/SCCourseForm.js +144 -0
- package/lib/cjs/components/SCCourseFormDialog.d.ts +6 -0
- package/lib/cjs/components/SCCourseFormDialog.js +8 -0
- package/lib/cjs/components/SCCourseInfoDetails.d.ts +43 -0
- package/lib/cjs/components/SCCourseInfoDetails.js +43 -0
- package/lib/cjs/components/SCCourseParticipantsButton.d.ts +56 -0
- package/lib/cjs/components/SCCourseParticipantsButton.js +53 -0
- package/lib/cjs/components/SCCourseUsersTable.d.ts +86 -0
- package/lib/cjs/components/SCCourseUsersTable.js +82 -0
- package/lib/cjs/components/SCCourses.d.ts +133 -0
- package/lib/cjs/components/SCCourses.js +135 -0
- package/lib/cjs/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/cjs/components/SCCreateCourseButton.js +14 -0
- package/lib/cjs/components/SCEditCourse.d.ts +273 -0
- package/lib/cjs/components/SCEditCourse.js +271 -0
- package/lib/cjs/components/SCEditor.d.ts +20 -0
- package/lib/cjs/components/SCEditor.js +20 -0
- package/lib/cjs/components/SCEmptyStatus.d.ts +33 -0
- package/lib/cjs/components/SCEmptyStatus.js +33 -0
- package/lib/cjs/components/SCFeedObject.d.ts +18 -12
- package/lib/cjs/components/SCFeedObject.js +18 -12
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +1 -1
- package/lib/cjs/components/SCLessonAppbar.d.ts +27 -0
- package/lib/cjs/components/SCLessonAppbar.js +28 -0
- package/lib/cjs/components/SCLessonCommentActionsMenu.d.ts +32 -0
- package/lib/cjs/components/SCLessonCommentActionsMenu.js +35 -0
- package/lib/cjs/components/SCLessonCommentObject.d.ts +117 -0
- package/lib/cjs/components/SCLessonCommentObject.js +119 -0
- package/lib/cjs/components/SCLessonCommentObjects.d.ts +48 -0
- package/lib/cjs/components/SCLessonCommentObjects.js +50 -0
- package/lib/cjs/components/SCLessonDrawer.d.ts +42 -0
- package/lib/cjs/components/SCLessonDrawer.js +44 -0
- package/lib/cjs/components/SCLessonEditForm.d.ts +33 -0
- package/lib/cjs/components/SCLessonEditForm.js +33 -0
- package/lib/cjs/components/SCLessonObject.d.ts +48 -0
- package/lib/cjs/components/SCLessonObject.js +51 -0
- package/lib/cjs/components/SCLessonReleaseMenu.d.ts +32 -0
- package/lib/cjs/components/SCLessonReleaseMenu.js +34 -0
- package/lib/cjs/components/SCLessonTemplate.d.ts +20 -0
- package/lib/cjs/components/SCLessonTemplate.js +20 -0
- package/lib/cjs/components/SCLiveStreamForm.d.ts +9 -0
- package/lib/cjs/components/SCLiveStreamForm.js +10 -1
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +27 -1
- package/lib/cjs/components/SCLiveStreamRoom.js +27 -1
- package/lib/cjs/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/cjs/components/SCLiveStreamSelector.js +3 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/cjs/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +1 -1
- package/lib/cjs/components/SCPaymentProduct.d.ts +55 -0
- package/lib/cjs/components/SCPaymentProduct.js +53 -0
- package/lib/cjs/components/SCPaymentProductPrice.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProductPrice.js +13 -0
- package/lib/cjs/components/SCPaymentProducts.d.ts +15 -0
- package/lib/cjs/components/SCPaymentProducts.js +13 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +9 -3
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +15 -6
- package/lib/cjs/index.d.ts +2739 -642
- package/lib/cjs/index.js +74 -2
- package/lib/esm/components/SCAccordionLessons.d.ts +55 -0
- package/lib/esm/components/SCAccordionLessons.js +51 -0
- package/lib/esm/components/SCAddUsersButton.d.ts +19 -0
- package/lib/esm/components/SCAddUsersButton.js +19 -0
- package/lib/esm/components/SCBaseItemButton.d.ts +26 -35
- package/lib/esm/components/SCBaseItemButton.js +27 -36
- package/lib/esm/components/SCBuyButton.d.ts +15 -0
- package/lib/esm/components/SCBuyButton.js +11 -0
- package/lib/esm/components/SCCheckoutSuccessDialog.d.ts +23 -0
- package/lib/esm/components/SCCheckoutSuccessDialog.js +21 -0
- package/lib/esm/components/SCCommentObject.d.ts +7 -17
- package/lib/esm/components/SCCommentObject.js +7 -17
- package/lib/esm/components/SCComposer.d.ts +50 -14
- package/lib/esm/components/SCComposer.js +73 -16
- package/lib/esm/components/SCContributionActionsMenu.js +1 -1
- package/lib/esm/components/SCCourse.d.ts +243 -0
- package/lib/esm/components/SCCourse.js +243 -0
- package/lib/esm/components/SCCourseCompletedDialog.d.ts +21 -0
- package/lib/esm/components/SCCourseCompletedDialog.js +21 -0
- package/lib/esm/components/SCCourseContentMenu.d.ts +42 -0
- package/lib/esm/components/SCCourseContentMenu.js +40 -0
- package/lib/esm/components/SCCourseDashboard.d.ts +337 -0
- package/lib/esm/components/SCCourseDashboard.js +327 -0
- package/lib/esm/components/SCCourseForm.d.ts +143 -0
- package/lib/esm/components/SCCourseForm.js +142 -0
- package/lib/esm/components/SCCourseFormDialog.d.ts +6 -0
- package/lib/esm/components/SCCourseFormDialog.js +6 -0
- package/lib/esm/components/SCCourseInfoDetails.d.ts +43 -0
- package/lib/esm/components/SCCourseInfoDetails.js +41 -0
- package/lib/esm/components/SCCourseParticipantsButton.d.ts +56 -0
- package/lib/esm/components/SCCourseParticipantsButton.js +51 -0
- package/lib/esm/components/SCCourseUsersTable.d.ts +86 -0
- package/lib/esm/components/SCCourseUsersTable.js +80 -0
- package/lib/esm/components/SCCourses.d.ts +133 -0
- package/lib/esm/components/SCCourses.js +133 -0
- package/lib/esm/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/esm/components/SCCreateCourseButton.js +12 -0
- package/lib/esm/components/SCEditCourse.d.ts +273 -0
- package/lib/esm/components/SCEditCourse.js +269 -0
- package/lib/esm/components/SCEditor.d.ts +20 -0
- package/lib/esm/components/SCEditor.js +20 -0
- package/lib/esm/components/SCEmptyStatus.d.ts +33 -0
- package/lib/esm/components/SCEmptyStatus.js +31 -0
- package/lib/esm/components/SCFeedObject.d.ts +18 -12
- package/lib/esm/components/SCFeedObject.js +18 -12
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +1 -1
- package/lib/esm/components/SCLessonAppbar.d.ts +27 -0
- package/lib/esm/components/SCLessonAppbar.js +26 -0
- package/lib/esm/components/SCLessonCommentActionsMenu.d.ts +32 -0
- package/lib/esm/components/SCLessonCommentActionsMenu.js +33 -0
- package/lib/esm/components/SCLessonCommentObject.d.ts +117 -0
- package/lib/esm/components/SCLessonCommentObject.js +117 -0
- package/lib/esm/components/SCLessonCommentObjects.d.ts +48 -0
- package/lib/esm/components/SCLessonCommentObjects.js +48 -0
- package/lib/esm/components/SCLessonDrawer.d.ts +42 -0
- package/lib/esm/components/SCLessonDrawer.js +42 -0
- package/lib/esm/components/SCLessonEditForm.d.ts +33 -0
- package/lib/esm/components/SCLessonEditForm.js +31 -0
- package/lib/esm/components/SCLessonObject.d.ts +48 -0
- package/lib/esm/components/SCLessonObject.js +49 -0
- package/lib/esm/components/SCLessonReleaseMenu.d.ts +32 -0
- package/lib/esm/components/SCLessonReleaseMenu.js +32 -0
- package/lib/esm/components/SCLessonTemplate.d.ts +20 -0
- package/lib/esm/components/SCLessonTemplate.js +18 -0
- package/lib/esm/components/SCLiveStreamForm.d.ts +9 -0
- package/lib/esm/components/SCLiveStreamForm.js +10 -1
- package/lib/esm/components/SCLiveStreamRoom.d.ts +27 -1
- package/lib/esm/components/SCLiveStreamRoom.js +27 -1
- package/lib/esm/components/SCLiveStreamSelector.d.ts +2 -0
- package/lib/esm/components/SCLiveStreamSelector.js +3 -1
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +2 -1
- package/lib/esm/components/SCLiveStreamVideoConference.js +2 -1
- package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +1 -1
- package/lib/esm/components/SCPaymentProduct.d.ts +55 -0
- package/lib/esm/components/SCPaymentProduct.js +51 -0
- package/lib/esm/components/SCPaymentProductPrice.d.ts +15 -0
- package/lib/esm/components/SCPaymentProductPrice.js +11 -0
- package/lib/esm/components/SCPaymentProducts.d.ts +15 -0
- package/lib/esm/components/SCPaymentProducts.js +11 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +9 -3
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +15 -6
- package/lib/esm/index.d.ts +2739 -642
- package/lib/esm/index.js +74 -2
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +9 -3
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
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
|
-
|
|
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,23 @@
|
|
|
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
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export default Component;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
})
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
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
|
-
|
|
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
|
-
'& .
|
|
153
|
-
|
|
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
|
-
|
|
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
|
-
'& .
|
|
143
|
-
|
|
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,22 +45,21 @@ 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
54
|
'& .SCEditor-root': {
|
|
53
55
|
padding: any;
|
|
56
|
+
marginBottom: any;
|
|
57
|
+
position: string;
|
|
54
58
|
'& .SCEditor-placeholder': {
|
|
55
59
|
left: number;
|
|
56
|
-
top: any;
|
|
57
60
|
position: string;
|
|
58
61
|
};
|
|
59
62
|
'&.SCEditor-toolbar': {
|
|
60
|
-
position: string;
|
|
61
|
-
'& .SCEditor-placeholder': {
|
|
62
|
-
marginTop: number;
|
|
63
|
-
position: string;
|
|
64
|
-
};
|
|
65
63
|
'& .SCEditorToolbarPlugin-root': {
|
|
66
64
|
zIndex: number;
|
|
67
65
|
position: string;
|
|
@@ -102,11 +100,15 @@ declare const Component: {
|
|
|
102
100
|
};
|
|
103
101
|
};
|
|
104
102
|
};
|
|
105
|
-
attributesRoot: (
|
|
103
|
+
attributesRoot: () => {};
|
|
106
104
|
contentDiscussionRoot: ({ theme }: any) => {
|
|
107
105
|
'& .SCComposer-content-discussion-title': {
|
|
108
|
-
paddingBottom: any;
|
|
109
106
|
'& .MuiInputBase-root': {
|
|
107
|
+
[x: number]: {
|
|
108
|
+
maxHeight: number;
|
|
109
|
+
};
|
|
110
|
+
maxHeight: number;
|
|
111
|
+
overflowY: string;
|
|
110
112
|
paddingLeft: number;
|
|
111
113
|
paddingRight: number;
|
|
112
114
|
paddingBottom: number;
|
|
@@ -126,6 +128,19 @@ declare const Component: {
|
|
|
126
128
|
marginLeft: number;
|
|
127
129
|
};
|
|
128
130
|
};
|
|
131
|
+
'& .SCEditor-root': {
|
|
132
|
+
'& .SCEditor-placeholder': {
|
|
133
|
+
top: any;
|
|
134
|
+
};
|
|
135
|
+
'& .SCEditor-content': {
|
|
136
|
+
[x: number]: {
|
|
137
|
+
maxHeight: number;
|
|
138
|
+
};
|
|
139
|
+
overflowY: string;
|
|
140
|
+
minHeight: number;
|
|
141
|
+
maxHeight: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
129
144
|
};
|
|
130
145
|
contentPollRoot: ({ theme }: any) => {
|
|
131
146
|
padding: any;
|
|
@@ -139,7 +154,28 @@ declare const Component: {
|
|
|
139
154
|
marginTop: any;
|
|
140
155
|
};
|
|
141
156
|
};
|
|
142
|
-
contentPostRoot: ({ theme }: any) => {
|
|
157
|
+
contentPostRoot: ({ theme }: any) => {
|
|
158
|
+
'& .SCEditor-root': {
|
|
159
|
+
'& .SCEditor-placeholder': {
|
|
160
|
+
top: any;
|
|
161
|
+
};
|
|
162
|
+
'& .SCEditor-content': {
|
|
163
|
+
[x: number]: {
|
|
164
|
+
maxHeight: number;
|
|
165
|
+
};
|
|
166
|
+
overflowY: string;
|
|
167
|
+
minHeight: number;
|
|
168
|
+
maxHeight: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
contentLessonRoot: ({ theme }: any) => {
|
|
173
|
+
'& .SCEditor-root': {
|
|
174
|
+
'& .SCEditor-content': {
|
|
175
|
+
paddingTop: any;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
143
179
|
layerTransitionRoot: ({ theme }: any) => {
|
|
144
180
|
position: string;
|
|
145
181
|
top: number;
|
|
@@ -173,8 +209,8 @@ declare const Component: {
|
|
|
173
209
|
marginBottom: any;
|
|
174
210
|
};
|
|
175
211
|
};
|
|
176
|
-
layerCategoryRoot: (
|
|
177
|
-
layerGroupRoot: (
|
|
212
|
+
layerCategoryRoot: () => {};
|
|
213
|
+
layerGroupRoot: () => {};
|
|
178
214
|
layerCloseRoot: ({ theme }: any) => {
|
|
179
215
|
'& .SCComposer-layer-content': {
|
|
180
216
|
'& .MuiTypography-root': {
|
|
@@ -193,8 +229,8 @@ declare const Component: {
|
|
|
193
229
|
};
|
|
194
230
|
};
|
|
195
231
|
};
|
|
196
|
-
layerLocationRoot: (
|
|
197
|
-
skeletonRoot: (
|
|
232
|
+
layerLocationRoot: () => {};
|
|
233
|
+
skeletonRoot: () => {};
|
|
198
234
|
typeSwitchButtonGroupRoot: ({ theme }: any) => {
|
|
199
235
|
'& .MuiToggleButton-root': {
|
|
200
236
|
backgroundColor: any;
|