@selfcommunity/react-theme-default 0.4.2-alpha.9 → 0.4.2-courses.99
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 +40 -0
- package/lib/cjs/components/SCAccordionLessons.js +40 -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/SCCommentObject.d.ts +19 -17
- package/lib/cjs/components/SCCommentObject.js +19 -17
- package/lib/cjs/components/SCComposer.d.ts +54 -14
- package/lib/cjs/components/SCComposer.js +79 -18
- package/lib/cjs/components/SCContributionActionsMenu.js +1 -1
- package/lib/cjs/components/SCCourse.d.ts +263 -0
- package/lib/cjs/components/SCCourse.js +265 -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 +198 -0
- package/lib/cjs/components/SCCourseDashboard.js +195 -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 +55 -0
- package/lib/cjs/components/SCCourseParticipantsButton.js +52 -0
- package/lib/cjs/components/SCCourseUsersTable.d.ts +82 -0
- package/lib/cjs/components/SCCourseUsersTable.js +80 -0
- package/lib/cjs/components/SCCourses.d.ts +137 -0
- package/lib/cjs/components/SCCourses.js +139 -0
- package/lib/cjs/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/cjs/components/SCCreateCourseButton.js +14 -0
- package/lib/cjs/components/SCCreateLiveStreamButton.d.ts +12 -0
- package/lib/cjs/components/SCCreateLiveStreamButton.js +14 -0
- package/lib/cjs/components/SCDefaultDrawerContent.d.ts +31 -0
- package/lib/cjs/components/SCDefaultDrawerContent.js +33 -0
- package/lib/cjs/components/SCEditCourse.d.ts +218 -0
- package/lib/cjs/components/SCEditCourse.js +214 -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/SCEventHeader.d.ts +2 -0
- package/lib/cjs/components/SCEventHeader.js +3 -1
- package/lib/cjs/components/SCEventInfoDetails.d.ts +3 -0
- package/lib/cjs/components/SCEventInfoDetails.js +3 -0
- package/lib/cjs/components/SCFeedObject.d.ts +41 -13
- package/lib/cjs/components/SCFeedObject.js +43 -15
- package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +11 -0
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +12 -1
- package/lib/cjs/components/SCLessonAppbar.d.ts +22 -0
- package/lib/cjs/components/SCLessonAppbar.js +24 -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 +39 -0
- package/lib/cjs/components/SCLessonCommentObjects.js +41 -0
- package/lib/cjs/components/SCLessonCompletedDialog.d.ts +21 -0
- package/lib/cjs/components/SCLessonCompletedDialog.js +23 -0
- package/lib/cjs/components/SCLessonDrawer.d.ts +37 -0
- package/lib/cjs/components/SCLessonDrawer.js +39 -0
- package/lib/cjs/components/SCLessonEditForm.d.ts +30 -0
- package/lib/cjs/components/SCLessonEditForm.js +30 -0
- package/lib/cjs/components/SCLessonObject.d.ts +45 -0
- package/lib/cjs/components/SCLessonObject.js +48 -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 +19 -0
- package/lib/cjs/components/SCLessonTemplate.js +20 -0
- package/lib/cjs/components/SCLiveStream.d.ts +218 -0
- package/lib/cjs/components/SCLiveStream.js +220 -0
- package/lib/cjs/components/SCLiveStreamDialog.d.ts +16 -0
- package/lib/cjs/components/SCLiveStreamDialog.js +18 -0
- package/lib/cjs/components/SCLiveStreamForm.d.ts +34 -0
- package/lib/cjs/components/SCLiveStreamForm.js +36 -0
- package/lib/cjs/components/SCLiveStreamFormSettings.d.ts +15 -0
- package/lib/cjs/components/SCLiveStreamFormSettings.js +17 -0
- package/lib/cjs/components/SCLiveStreamInfoDetails.d.ts +43 -0
- package/lib/cjs/components/SCLiveStreamInfoDetails.js +43 -0
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +120 -0
- package/lib/cjs/components/SCLiveStreamRoom.js +122 -0
- package/lib/cjs/components/SCLiveStreamSelector.d.ts +71 -0
- package/lib/cjs/components/SCLiveStreamSelector.js +75 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +30 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.js +32 -0
- package/lib/cjs/components/SCMediaFile.d.ts +0 -4
- package/lib/cjs/components/SCMediaFile.js +1 -5
- package/lib/cjs/components/SCNavigationMenuDrawer.d.ts +7 -0
- package/lib/cjs/components/SCNavigationMenuDrawer.js +7 -0
- package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +1 -1
- package/lib/cjs/components/SCNotification.d.ts +27 -0
- package/lib/cjs/components/SCNotification.js +27 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/cjs/components/SCUpScalingTierBadge.d.ts +13 -0
- package/lib/cjs/components/SCUpScalingTierBadge.js +15 -0
- package/lib/cjs/components/SCUserLiveStreamWidget.d.ts +101 -0
- package/lib/cjs/components/SCUserLiveStreamWidget.js +97 -0
- package/lib/cjs/components/SCVoteButton.d.ts +1 -0
- package/lib/cjs/components/SCVoteButton.js +1 -0
- 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 +4337 -1846
- package/lib/cjs/index.js +73 -1
- package/lib/esm/components/SCAccordionLessons.d.ts +40 -0
- package/lib/esm/components/SCAccordionLessons.js +38 -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/SCCommentObject.d.ts +19 -17
- package/lib/esm/components/SCCommentObject.js +19 -17
- package/lib/esm/components/SCComposer.d.ts +54 -14
- package/lib/esm/components/SCComposer.js +79 -18
- package/lib/esm/components/SCContributionActionsMenu.js +1 -1
- package/lib/esm/components/SCCourse.d.ts +263 -0
- package/lib/esm/components/SCCourse.js +263 -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 +198 -0
- package/lib/esm/components/SCCourseDashboard.js +193 -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 +55 -0
- package/lib/esm/components/SCCourseParticipantsButton.js +50 -0
- package/lib/esm/components/SCCourseUsersTable.d.ts +82 -0
- package/lib/esm/components/SCCourseUsersTable.js +78 -0
- package/lib/esm/components/SCCourses.d.ts +137 -0
- package/lib/esm/components/SCCourses.js +137 -0
- package/lib/esm/components/SCCreateCourseButton.d.ts +12 -0
- package/lib/esm/components/SCCreateCourseButton.js +12 -0
- package/lib/esm/components/SCCreateLiveStreamButton.d.ts +12 -0
- package/lib/esm/components/SCCreateLiveStreamButton.js +12 -0
- package/lib/esm/components/SCDefaultDrawerContent.d.ts +31 -0
- package/lib/esm/components/SCDefaultDrawerContent.js +31 -0
- package/lib/esm/components/SCEditCourse.d.ts +218 -0
- package/lib/esm/components/SCEditCourse.js +212 -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/SCEventHeader.d.ts +2 -0
- package/lib/esm/components/SCEventHeader.js +3 -1
- package/lib/esm/components/SCEventInfoDetails.d.ts +3 -0
- package/lib/esm/components/SCEventInfoDetails.js +3 -0
- package/lib/esm/components/SCFeedObject.d.ts +41 -13
- package/lib/esm/components/SCFeedObject.js +43 -15
- package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +11 -0
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +12 -1
- package/lib/esm/components/SCLessonAppbar.d.ts +22 -0
- package/lib/esm/components/SCLessonAppbar.js +22 -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 +39 -0
- package/lib/esm/components/SCLessonCommentObjects.js +39 -0
- package/lib/esm/components/SCLessonCompletedDialog.d.ts +21 -0
- package/lib/esm/components/SCLessonCompletedDialog.js +21 -0
- package/lib/esm/components/SCLessonDrawer.d.ts +37 -0
- package/lib/esm/components/SCLessonDrawer.js +37 -0
- package/lib/esm/components/SCLessonEditForm.d.ts +30 -0
- package/lib/esm/components/SCLessonEditForm.js +28 -0
- package/lib/esm/components/SCLessonObject.d.ts +45 -0
- package/lib/esm/components/SCLessonObject.js +46 -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 +19 -0
- package/lib/esm/components/SCLessonTemplate.js +18 -0
- package/lib/esm/components/SCLiveStream.d.ts +218 -0
- package/lib/esm/components/SCLiveStream.js +218 -0
- package/lib/esm/components/SCLiveStreamDialog.d.ts +16 -0
- package/lib/esm/components/SCLiveStreamDialog.js +16 -0
- package/lib/esm/components/SCLiveStreamForm.d.ts +34 -0
- package/lib/esm/components/SCLiveStreamForm.js +34 -0
- package/lib/esm/components/SCLiveStreamFormSettings.d.ts +15 -0
- package/lib/esm/components/SCLiveStreamFormSettings.js +15 -0
- package/lib/esm/components/SCLiveStreamInfoDetails.d.ts +43 -0
- package/lib/esm/components/SCLiveStreamInfoDetails.js +41 -0
- package/lib/esm/components/SCLiveStreamRoom.d.ts +120 -0
- package/lib/esm/components/SCLiveStreamRoom.js +120 -0
- package/lib/esm/components/SCLiveStreamSelector.d.ts +71 -0
- package/lib/esm/components/SCLiveStreamSelector.js +73 -0
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +30 -0
- package/lib/esm/components/SCLiveStreamVideoConference.js +30 -0
- package/lib/esm/components/SCMediaFile.d.ts +0 -4
- package/lib/esm/components/SCMediaFile.js +1 -5
- package/lib/esm/components/SCNavigationMenuDrawer.d.ts +7 -0
- package/lib/esm/components/SCNavigationMenuDrawer.js +7 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +1 -1
- package/lib/esm/components/SCNotification.d.ts +27 -0
- package/lib/esm/components/SCNotification.js +27 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +2 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -1
- package/lib/esm/components/SCUpScalingTierBadge.d.ts +13 -0
- package/lib/esm/components/SCUpScalingTierBadge.js +13 -0
- package/lib/esm/components/SCUserLiveStreamWidget.d.ts +101 -0
- package/lib/esm/components/SCUserLiveStreamWidget.js +95 -0
- package/lib/esm/components/SCVoteButton.d.ts +1 -0
- package/lib/esm/components/SCVoteButton.js +1 -0
- 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 +4337 -1846
- package/lib/esm/index.js +73 -1
- 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 -19
- package/package.json +123 -119
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export default Component;
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
}
|
|
39
|
+
};
|
|
40
|
+
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
|
}
|
|
@@ -68,6 +68,18 @@ declare const Component: {
|
|
|
68
68
|
maxWidth: string;
|
|
69
69
|
};
|
|
70
70
|
};
|
|
71
|
+
'& .SCCommentObject-flag-chip': {
|
|
72
|
+
borderRadius: number;
|
|
73
|
+
display: string;
|
|
74
|
+
width: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
'& .SCCommentObject-collapsed': {
|
|
78
|
+
justifyContent: string;
|
|
79
|
+
alignItems: string;
|
|
80
|
+
'& .MuiCardContent-root': {
|
|
81
|
+
marginLeft: any;
|
|
82
|
+
};
|
|
71
83
|
};
|
|
72
84
|
'& .SCCommentObject-show-more-content': {
|
|
73
85
|
color: any;
|
|
@@ -101,27 +113,16 @@ declare const Component: {
|
|
|
101
113
|
color: any;
|
|
102
114
|
};
|
|
103
115
|
'& .SCCommentObject-comment-sub-section': {
|
|
104
|
-
[x: number]: {
|
|
105
|
-
'& > *': {
|
|
106
|
-
marginRight: number;
|
|
107
|
-
};
|
|
108
|
-
'& .SCCommentObject-vote-audience': {
|
|
109
|
-
position: string;
|
|
110
|
-
right: number;
|
|
111
|
-
top: number;
|
|
112
|
-
};
|
|
113
|
-
'& .SCBullet-root': {
|
|
114
|
-
display: string;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
116
|
display: string;
|
|
118
117
|
flexWrap: string;
|
|
119
118
|
alignItems: string;
|
|
120
119
|
color: any;
|
|
121
120
|
marginTop: number;
|
|
122
121
|
position: string;
|
|
123
|
-
'&
|
|
124
|
-
|
|
122
|
+
'& .SCCommentObject-reply': {
|
|
123
|
+
paddingLeft: number;
|
|
124
|
+
paddingRight: number;
|
|
125
|
+
lineHeight: number;
|
|
125
126
|
};
|
|
126
127
|
'& .SCCommentObject-activity-at': {
|
|
127
128
|
color: string;
|
|
@@ -137,8 +138,9 @@ declare const Component: {
|
|
|
137
138
|
padding: any;
|
|
138
139
|
textTransform: string;
|
|
139
140
|
};
|
|
140
|
-
'& .
|
|
141
|
-
|
|
141
|
+
'& .SCCommentObject-vote-audience': {
|
|
142
|
+
position: string;
|
|
143
|
+
right: number;
|
|
142
144
|
};
|
|
143
145
|
};
|
|
144
146
|
};
|
|
@@ -70,6 +70,18 @@ const Component = {
|
|
|
70
70
|
'& img': {
|
|
71
71
|
maxWidth: '100%'
|
|
72
72
|
}
|
|
73
|
+
},
|
|
74
|
+
'& .SCCommentObject-flag-chip': {
|
|
75
|
+
borderRadius: 0,
|
|
76
|
+
display: 'flex',
|
|
77
|
+
width: 'fit-content'
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
'& .SCCommentObject-collapsed': {
|
|
81
|
+
justifyContent: 'center',
|
|
82
|
+
alignItems: 'center',
|
|
83
|
+
'& .MuiCardContent-root': {
|
|
84
|
+
marginLeft: theme.spacing(1)
|
|
73
85
|
}
|
|
74
86
|
},
|
|
75
87
|
'& .SCCommentObject-show-more-content': {
|
|
@@ -110,8 +122,10 @@ const Component = {
|
|
|
110
122
|
color: theme.palette.primary.main,
|
|
111
123
|
marginTop: 0,
|
|
112
124
|
position: 'relative',
|
|
113
|
-
'&
|
|
114
|
-
|
|
125
|
+
'& .SCCommentObject-reply': {
|
|
126
|
+
paddingLeft: 0,
|
|
127
|
+
paddingRight: 0,
|
|
128
|
+
lineHeight: 1
|
|
115
129
|
},
|
|
116
130
|
'& .SCCommentObject-activity-at': {
|
|
117
131
|
color: 'inherit',
|
|
@@ -127,21 +141,9 @@ const Component = {
|
|
|
127
141
|
padding: theme.spacing(1),
|
|
128
142
|
textTransform: 'capitalize'
|
|
129
143
|
},
|
|
130
|
-
'& .
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
[theme.breakpoints.up('sm')]: {
|
|
134
|
-
'& > *': {
|
|
135
|
-
marginRight: 0
|
|
136
|
-
},
|
|
137
|
-
'& .SCCommentObject-vote-audience': {
|
|
138
|
-
position: 'absolute',
|
|
139
|
-
right: 0,
|
|
140
|
-
top: 0
|
|
141
|
-
},
|
|
142
|
-
'& .SCBullet-root': {
|
|
143
|
-
display: 'inline'
|
|
144
|
-
}
|
|
144
|
+
'& .SCCommentObject-vote-audience': {
|
|
145
|
+
position: 'absolute',
|
|
146
|
+
right: 0
|
|
145
147
|
}
|
|
146
148
|
}
|
|
147
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;
|
|
@@ -17,10 +16,14 @@ declare const Component: {
|
|
|
17
16
|
};
|
|
18
17
|
};
|
|
19
18
|
'& .MuiDialog-paper': {
|
|
19
|
+
[x: number]: {
|
|
20
|
+
height: string;
|
|
21
|
+
};
|
|
20
22
|
position: string;
|
|
21
23
|
overflowX: string;
|
|
22
24
|
'& > form': {
|
|
23
25
|
zIndex: number;
|
|
26
|
+
height: string;
|
|
24
27
|
};
|
|
25
28
|
'& .MuiDialogTitle-root': {
|
|
26
29
|
position: string;
|
|
@@ -42,22 +45,21 @@ declare const Component: {
|
|
|
42
45
|
};
|
|
43
46
|
};
|
|
44
47
|
'& .MuiDialogContent-root': {
|
|
48
|
+
[x: number]: {
|
|
49
|
+
overflowY: string;
|
|
50
|
+
};
|
|
45
51
|
margin: string;
|
|
46
52
|
padding: any;
|
|
47
53
|
height: string;
|
|
48
54
|
'& .SCEditor-root': {
|
|
49
55
|
padding: any;
|
|
56
|
+
marginBottom: any;
|
|
57
|
+
position: string;
|
|
50
58
|
'& .SCEditor-placeholder': {
|
|
51
59
|
left: number;
|
|
52
|
-
top: any;
|
|
53
60
|
position: string;
|
|
54
61
|
};
|
|
55
62
|
'&.SCEditor-toolbar': {
|
|
56
|
-
position: string;
|
|
57
|
-
'& .SCEditor-placeholder': {
|
|
58
|
-
marginTop: number;
|
|
59
|
-
position: string;
|
|
60
|
-
};
|
|
61
63
|
'& .SCEditorToolbarPlugin-root': {
|
|
62
64
|
zIndex: number;
|
|
63
65
|
position: string;
|
|
@@ -98,11 +100,15 @@ declare const Component: {
|
|
|
98
100
|
};
|
|
99
101
|
};
|
|
100
102
|
};
|
|
101
|
-
attributesRoot: (
|
|
103
|
+
attributesRoot: () => {};
|
|
102
104
|
contentDiscussionRoot: ({ theme }: any) => {
|
|
103
105
|
'& .SCComposer-content-discussion-title': {
|
|
104
|
-
paddingBottom: any;
|
|
105
106
|
'& .MuiInputBase-root': {
|
|
107
|
+
[x: number]: {
|
|
108
|
+
maxHeight: number;
|
|
109
|
+
};
|
|
110
|
+
maxHeight: number;
|
|
111
|
+
overflowY: string;
|
|
106
112
|
paddingLeft: number;
|
|
107
113
|
paddingRight: number;
|
|
108
114
|
paddingBottom: number;
|
|
@@ -122,6 +128,19 @@ declare const Component: {
|
|
|
122
128
|
marginLeft: number;
|
|
123
129
|
};
|
|
124
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
|
+
};
|
|
125
144
|
};
|
|
126
145
|
contentPollRoot: ({ theme }: any) => {
|
|
127
146
|
padding: any;
|
|
@@ -135,7 +154,28 @@ declare const Component: {
|
|
|
135
154
|
marginTop: any;
|
|
136
155
|
};
|
|
137
156
|
};
|
|
138
|
-
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
|
+
};
|
|
139
179
|
layerTransitionRoot: ({ theme }: any) => {
|
|
140
180
|
position: string;
|
|
141
181
|
top: number;
|
|
@@ -169,8 +209,8 @@ declare const Component: {
|
|
|
169
209
|
marginBottom: any;
|
|
170
210
|
};
|
|
171
211
|
};
|
|
172
|
-
layerCategoryRoot: (
|
|
173
|
-
layerGroupRoot: (
|
|
212
|
+
layerCategoryRoot: () => {};
|
|
213
|
+
layerGroupRoot: () => {};
|
|
174
214
|
layerCloseRoot: ({ theme }: any) => {
|
|
175
215
|
'& .SCComposer-layer-content': {
|
|
176
216
|
'& .MuiTypography-root': {
|
|
@@ -189,8 +229,8 @@ declare const Component: {
|
|
|
189
229
|
};
|
|
190
230
|
};
|
|
191
231
|
};
|
|
192
|
-
layerLocationRoot: (
|
|
193
|
-
skeletonRoot: (
|
|
232
|
+
layerLocationRoot: () => {};
|
|
233
|
+
skeletonRoot: () => {};
|
|
194
234
|
typeSwitchButtonGroupRoot: ({ theme }: any) => {
|
|
195
235
|
'& .MuiToggleButton-root': {
|
|
196
236
|
backgroundColor: any;
|