@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
package/lib/cjs/index.js
CHANGED
|
@@ -20,11 +20,13 @@ const MuiOutlinedInput_1 = tslib_1.__importDefault(require("./components/MuiOutl
|
|
|
20
20
|
const MuiPopover_1 = tslib_1.__importDefault(require("./components/MuiPopover"));
|
|
21
21
|
const MuiSelect_1 = tslib_1.__importDefault(require("./components/MuiSelect"));
|
|
22
22
|
const MuiTooltip_1 = tslib_1.__importDefault(require("./components/MuiTooltip"));
|
|
23
|
+
const SCAccordionLessons_1 = tslib_1.__importDefault(require("./components/SCAccordionLessons"));
|
|
23
24
|
const SCAccountChangeMailValidation_1 = tslib_1.__importDefault(require("./components/SCAccountChangeMailValidation"));
|
|
24
25
|
const SCAccountDataPortability_1 = tslib_1.__importDefault(require("./components/SCAccountDataPortability"));
|
|
25
26
|
const SCAccountDelete_1 = tslib_1.__importDefault(require("./components/SCAccountDelete"));
|
|
26
27
|
const SCAccountReset_1 = tslib_1.__importDefault(require("./components/SCAccountReset"));
|
|
27
28
|
const SCAccountVerify_1 = tslib_1.__importDefault(require("./components/SCAccountVerify"));
|
|
29
|
+
const SCAddUsersButton_1 = tslib_1.__importDefault(require("./components/SCAddUsersButton"));
|
|
28
30
|
const SCBaseDialog_1 = tslib_1.__importDefault(require("./components/SCBaseDialog"));
|
|
29
31
|
const SCBaseItem_1 = tslib_1.__importDefault(require("./components/SCBaseItem"));
|
|
30
32
|
const SCBaseItemButton_1 = tslib_1.__importDefault(require("./components/SCBaseItemButton"));
|
|
@@ -43,6 +45,7 @@ const SCCategoryHeader_1 = tslib_1.__importDefault(require("./components/SCCateg
|
|
|
43
45
|
const SCCategoryTemplate_1 = tslib_1.__importDefault(require("./components/SCCategoryTemplate"));
|
|
44
46
|
const SCCategoryTrendingFeedWidget_1 = tslib_1.__importDefault(require("./components/SCCategoryTrendingFeedWidget"));
|
|
45
47
|
const SCCategoryTrendingUsersWidget_1 = tslib_1.__importDefault(require("./components/SCCategoryTrendingUsersWidget"));
|
|
48
|
+
const SCCourseUsersTable_1 = tslib_1.__importDefault(require("./components/SCCourseUsersTable"));
|
|
46
49
|
const SCChangeCoverButton_1 = tslib_1.__importDefault(require("./components/SCChangeCoverButton"));
|
|
47
50
|
const SCChangeGroupCoverButton_1 = tslib_1.__importDefault(require("./components/SCChangeGroupCoverButton"));
|
|
48
51
|
const SCChangeGroupPictureButton_1 = tslib_1.__importDefault(require("./components/SCChangeGroupPictureButton"));
|
|
@@ -55,6 +58,15 @@ const SCCommentsObject_1 = tslib_1.__importDefault(require("./components/SCComme
|
|
|
55
58
|
const SCComposer_1 = tslib_1.__importDefault(require("./components/SCComposer"));
|
|
56
59
|
const SCConsentSolution_1 = tslib_1.__importDefault(require("./components/SCConsentSolution"));
|
|
57
60
|
const SCContributionActionsMenu_1 = tslib_1.__importDefault(require("./components/SCContributionActionsMenu"));
|
|
61
|
+
const SCCourse_1 = tslib_1.__importDefault(require("./components/SCCourse"));
|
|
62
|
+
const SCCourseContentMenu_1 = tslib_1.__importDefault(require("./components/SCCourseContentMenu"));
|
|
63
|
+
const SCCourseDashboard_1 = tslib_1.__importDefault(require("./components/SCCourseDashboard"));
|
|
64
|
+
const SCCourses_1 = tslib_1.__importDefault(require("./components/SCCourses"));
|
|
65
|
+
const SCCourseForm_1 = tslib_1.__importDefault(require("./components/SCCourseForm"));
|
|
66
|
+
const SCCourseFormDialog_1 = tslib_1.__importDefault(require("./components/SCCourseFormDialog"));
|
|
67
|
+
const SCCourseInfoDetails_1 = tslib_1.__importDefault(require("./components/SCCourseInfoDetails"));
|
|
68
|
+
const SCCourseParticipantsButton_1 = tslib_1.__importDefault(require("./components/SCCourseParticipantsButton"));
|
|
69
|
+
const SCCreateCourseButton_1 = tslib_1.__importDefault(require("./components/SCCreateCourseButton"));
|
|
58
70
|
const SCCreateEventButton_1 = tslib_1.__importDefault(require("./components/SCCreateEventButton"));
|
|
59
71
|
const SCCreateEventWidget_1 = tslib_1.__importDefault(require("./components/SCCreateEventWidget"));
|
|
60
72
|
const SCCreateGroupButton_1 = tslib_1.__importDefault(require("./components/SCCreateGroupButton"));
|
|
@@ -65,7 +77,9 @@ const SCDefaultHeaderContent_1 = tslib_1.__importDefault(require("./components/S
|
|
|
65
77
|
const SCDefaultDrawerContent_1 = tslib_1.__importDefault(require("./components/SCDefaultDrawerContent"));
|
|
66
78
|
const SCEditGroupButton_1 = tslib_1.__importDefault(require("./components/SCEditGroupButton"));
|
|
67
79
|
const SCEditor_1 = tslib_1.__importDefault(require("./components/SCEditor"));
|
|
80
|
+
const SCEditCourse_1 = tslib_1.__importDefault(require("./components/SCEditCourse"));
|
|
68
81
|
const SCEmojiPicker_1 = tslib_1.__importDefault(require("./components/SCEmojiPicker"));
|
|
82
|
+
const SCEmptyStatus_1 = tslib_1.__importDefault(require("./components/SCEmptyStatus"));
|
|
69
83
|
const SCEvent_1 = tslib_1.__importDefault(require("./components/SCEvent"));
|
|
70
84
|
const SCEventActionsMenu_1 = tslib_1.__importDefault(require("./components/SCEventActionsMenu"));
|
|
71
85
|
const SCEventForm_1 = tslib_1.__importDefault(require("./components/SCEventForm"));
|
|
@@ -108,6 +122,16 @@ const SCIncubatorListWidget_1 = tslib_1.__importDefault(require("./components/SC
|
|
|
108
122
|
const SCIncubatorSuggestionWidget_1 = tslib_1.__importDefault(require("./components/SCIncubatorSuggestionWidget"));
|
|
109
123
|
const SCInlineComposerWidget_1 = tslib_1.__importDefault(require("./components/SCInlineComposerWidget"));
|
|
110
124
|
const SCLanguageSwitcher_1 = tslib_1.__importDefault(require("./components/SCLanguageSwitcher"));
|
|
125
|
+
const SCLessonAppbar_1 = tslib_1.__importDefault(require("./components/SCLessonAppbar"));
|
|
126
|
+
const SCLessonDrawer_1 = tslib_1.__importDefault(require("./components/SCLessonDrawer"));
|
|
127
|
+
const SCLessonCommentActionsMenu_1 = tslib_1.__importDefault(require("./components/SCLessonCommentActionsMenu"));
|
|
128
|
+
const SCLessonCommentObject_1 = tslib_1.__importDefault(require("./components/SCLessonCommentObject"));
|
|
129
|
+
const SCLessonCommentObjects_1 = tslib_1.__importDefault(require("./components/SCLessonCommentObjects"));
|
|
130
|
+
const SCCourseCompletedDialog_1 = tslib_1.__importDefault(require("./components/SCCourseCompletedDialog"));
|
|
131
|
+
const SCLessonEditForm_1 = tslib_1.__importDefault(require("./components/SCLessonEditForm"));
|
|
132
|
+
const SCLessonTemplate_1 = tslib_1.__importDefault(require("./components/SCLessonTemplate"));
|
|
133
|
+
const SCLessonObject_1 = tslib_1.__importDefault(require("./components/SCLessonObject"));
|
|
134
|
+
const SCLessonReleaseMenu_1 = tslib_1.__importDefault(require("./components/SCLessonReleaseMenu"));
|
|
111
135
|
const SCLightbox_1 = tslib_1.__importDefault(require("./components/SCLightbox"));
|
|
112
136
|
const SCLoyaltyProgramDetailTemplate_1 = tslib_1.__importDefault(require("./components/SCLoyaltyProgramDetailTemplate"));
|
|
113
137
|
const SCLoyaltyProgramWidget_1 = tslib_1.__importDefault(require("./components/SCLoyaltyProgramWidget"));
|
|
@@ -178,6 +202,11 @@ const SCTagAutocomplete_1 = tslib_1.__importDefault(require("./components/SCTagA
|
|
|
178
202
|
const SCVoteAudienceButton_1 = tslib_1.__importDefault(require("./components/SCVoteAudienceButton"));
|
|
179
203
|
const SCVoteButton_1 = tslib_1.__importDefault(require("./components/SCVoteButton"));
|
|
180
204
|
const SCWidget_1 = tslib_1.__importDefault(require("./components/SCWidget"));
|
|
205
|
+
const SCBuyButton_1 = tslib_1.__importDefault(require("./components/SCBuyButton"));
|
|
206
|
+
const SCPaymentProducts_1 = tslib_1.__importDefault(require("./components/SCPaymentProducts"));
|
|
207
|
+
const SCPaymentProduct_1 = tslib_1.__importDefault(require("./components/SCPaymentProduct"));
|
|
208
|
+
const SCPaymentProductPrice_1 = tslib_1.__importDefault(require("./components/SCPaymentProductPrice"));
|
|
209
|
+
const SCCheckoutSuccessDialog_1 = tslib_1.__importDefault(require("./components/SCCheckoutSuccessDialog"));
|
|
181
210
|
/**
|
|
182
211
|
* Style fragments - Imports - End
|
|
183
212
|
*/
|
|
@@ -281,11 +310,13 @@ const theme = {
|
|
|
281
310
|
MuiPopover: MuiPopover_1.default,
|
|
282
311
|
MuiSelect: MuiSelect_1.default,
|
|
283
312
|
MuiTooltip: MuiTooltip_1.default,
|
|
313
|
+
SCAccordionLessons: SCAccordionLessons_1.default,
|
|
284
314
|
SCAccountChangeMailValidation: SCAccountChangeMailValidation_1.default,
|
|
285
315
|
SCAccountDataPortability: SCAccountDataPortability_1.default,
|
|
286
316
|
SCAccountDelete: SCAccountDelete_1.default,
|
|
287
317
|
SCAccountReset: SCAccountReset_1.default,
|
|
288
318
|
SCAccountVerify: SCAccountVerify_1.default,
|
|
319
|
+
SCAddUsersButton: SCAddUsersButton_1.default,
|
|
289
320
|
SCBaseDialog: SCBaseDialog_1.default,
|
|
290
321
|
SCBaseItem: SCBaseItem_1.default,
|
|
291
322
|
SCBaseItemButton: SCBaseItemButton_1.default,
|
|
@@ -315,6 +346,15 @@ const theme = {
|
|
|
315
346
|
SCComposer: SCComposer_1.default,
|
|
316
347
|
SCConsentSolution: SCConsentSolution_1.default,
|
|
317
348
|
SCContributionActionsMenu: SCContributionActionsMenu_1.default,
|
|
349
|
+
SCCourse: SCCourse_1.default,
|
|
350
|
+
SCCourseContentMenu: SCCourseContentMenu_1.default,
|
|
351
|
+
SCCourseDashboard: SCCourseDashboard_1.default,
|
|
352
|
+
SCCourses: SCCourses_1.default,
|
|
353
|
+
SCCourseForm: SCCourseForm_1.default,
|
|
354
|
+
SCCourseFormDialog: SCCourseFormDialog_1.default,
|
|
355
|
+
SCCourseParticipantsButton: SCCourseParticipantsButton_1.default,
|
|
356
|
+
SCCourseInfoDetails: SCCourseInfoDetails_1.default,
|
|
357
|
+
SCCourseUsersTable: SCCourseUsersTable_1.default,
|
|
318
358
|
SCCreateGroupButton: SCCreateGroupButton_1.default,
|
|
319
359
|
SCCustomAdv: SCCustomAdv_1.default,
|
|
320
360
|
SCCustomSnackMessage: SCCustomSnackMessage_1.default,
|
|
@@ -323,6 +363,7 @@ const theme = {
|
|
|
323
363
|
SCDefaultDrawerContent: SCDefaultDrawerContent_1.default,
|
|
324
364
|
SCEditGroupButton: SCEditGroupButton_1.default,
|
|
325
365
|
SCEditor: SCEditor_1.default,
|
|
366
|
+
SCEditCourse: SCEditCourse_1.default,
|
|
326
367
|
SCEmojiPicker: SCEmojiPicker_1.default,
|
|
327
368
|
SCExploreFeedTemplate: SCExploreFeedTemplate_1.default,
|
|
328
369
|
SCFeed: SCFeed_1.default,
|
|
@@ -352,6 +393,16 @@ const theme = {
|
|
|
352
393
|
SCIncubatorSuggestionWidget: SCIncubatorSuggestionWidget_1.default,
|
|
353
394
|
SCInlineComposerWidget: SCInlineComposerWidget_1.default,
|
|
354
395
|
SCLanguageSwitcher: SCLanguageSwitcher_1.default,
|
|
396
|
+
SCLessonAppbar: SCLessonAppbar_1.default,
|
|
397
|
+
SCLessonDrawer: SCLessonDrawer_1.default,
|
|
398
|
+
SCLessonCommentActionsMenu: SCLessonCommentActionsMenu_1.default,
|
|
399
|
+
SCLessonCommentObject: SCLessonCommentObject_1.default,
|
|
400
|
+
SCLessonCommentObjects: SCLessonCommentObjects_1.default,
|
|
401
|
+
SCCourseCompletedDialog: SCCourseCompletedDialog_1.default,
|
|
402
|
+
SCLessonEditForm: SCLessonEditForm_1.default,
|
|
403
|
+
SCLessonTemplate: SCLessonTemplate_1.default,
|
|
404
|
+
SCLessonObject: SCLessonObject_1.default,
|
|
405
|
+
SCLessonReleaseMenu: SCLessonReleaseMenu_1.default,
|
|
355
406
|
SCLightbox: SCLightbox_1.default,
|
|
356
407
|
SCLoyaltyProgramDetailTemplate: SCLoyaltyProgramDetailTemplate_1.default,
|
|
357
408
|
SCLoyaltyProgramWidget: SCLoyaltyProgramWidget_1.default,
|
|
@@ -407,6 +458,7 @@ const theme = {
|
|
|
407
458
|
SCTagAutocomplete: SCTagAutocomplete_1.default,
|
|
408
459
|
SCEventForm: SCEventForm_1.default,
|
|
409
460
|
SCEventFormDialog: SCEventFormDialog_1.default,
|
|
461
|
+
SCCreateCourseButton: SCCreateCourseButton_1.default,
|
|
410
462
|
SCCreateEventButton: SCCreateEventButton_1.default,
|
|
411
463
|
SCEventLocationWidget: SCEventLocationWidget_1.default,
|
|
412
464
|
SCEvent: SCEvent_1.default,
|
|
@@ -419,7 +471,6 @@ const theme = {
|
|
|
419
471
|
SCEventSubscribeButton: SCEventSubscribeButton_1.default,
|
|
420
472
|
SCEventParticipantsButton: SCEventParticipantsButton_1.default,
|
|
421
473
|
SCMyEventsWidget: SCMyEventsWidget_1.default,
|
|
422
|
-
SCEventMediaWidget: SCEventMediaWidget_1.default,
|
|
423
474
|
SCCalendar: SCCalendar_1.default,
|
|
424
475
|
SCCreateEventWidget: SCCreateEventWidget_1.default,
|
|
425
476
|
SCSuggestedEventsWidget: SCSuggestedEventsWidget_1.default,
|
|
@@ -428,6 +479,8 @@ const theme = {
|
|
|
428
479
|
SCVoteAudienceButton: SCVoteAudienceButton_1.default,
|
|
429
480
|
SCVoteButton: SCVoteButton_1.default,
|
|
430
481
|
SCWidget: SCWidget_1.default,
|
|
482
|
+
SCEventMediaWidget: SCEventMediaWidget_1.default,
|
|
483
|
+
SCEmptyStatus: SCEmptyStatus_1.default,
|
|
431
484
|
SCLiveStream: SCLiveStream_1.default,
|
|
432
485
|
SCLiveStreamInfoDetails: SCLiveStreamInfoDetails_1.default,
|
|
433
486
|
SCUpScalingTierBadge: SCUpScalingTierBadge_1.default,
|
|
@@ -438,7 +491,12 @@ const theme = {
|
|
|
438
491
|
SCLiveStreamForm: SCLiveStreamForm_1.default,
|
|
439
492
|
SCLiveStreamFormSettings: SCLiveStreamFormSettings_1.default,
|
|
440
493
|
SCLiveStreamRoom: SCLiveStreamRoom_1.default,
|
|
441
|
-
SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default
|
|
494
|
+
SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default,
|
|
495
|
+
SCBuyButton: SCBuyButton_1.default,
|
|
496
|
+
SCPaymentProducts: SCPaymentProducts_1.default,
|
|
497
|
+
SCPaymentProduct: SCPaymentProduct_1.default,
|
|
498
|
+
SCPaymentProductPrice: SCPaymentProductPrice_1.default,
|
|
499
|
+
SCCheckoutSuccessDialog: SCCheckoutSuccessDialog_1.default
|
|
442
500
|
},
|
|
443
501
|
selfcommunity: {
|
|
444
502
|
user: {
|
|
@@ -463,6 +521,20 @@ const theme = {
|
|
|
463
521
|
sizeLarge: 90,
|
|
464
522
|
sizeXLarge: 205
|
|
465
523
|
}
|
|
524
|
+
},
|
|
525
|
+
contentProduct: {
|
|
526
|
+
icon: {
|
|
527
|
+
sizeSmall: 24,
|
|
528
|
+
sizeMedium: 40,
|
|
529
|
+
sizeLarge: 50
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
contentProductPrice: {
|
|
533
|
+
icon: {
|
|
534
|
+
sizeSmall: 24,
|
|
535
|
+
sizeMedium: 40,
|
|
536
|
+
sizeLarge: 50
|
|
537
|
+
}
|
|
466
538
|
}
|
|
467
539
|
}
|
|
468
540
|
};
|
|
@@ -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,51 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
border: `1px solid ${theme.palette.grey['300']}`,
|
|
5
|
+
borderRadius: '5px',
|
|
6
|
+
'& .SCAccordionLessons-accordion': {
|
|
7
|
+
'& .SCAccordionLessons-summary': {
|
|
8
|
+
flexDirection: 'row-reverse',
|
|
9
|
+
gap: theme.spacing(1),
|
|
10
|
+
borderBottom: `1px solid ${theme.palette.grey['300']}`,
|
|
11
|
+
padding: theme.spacing('22px', 3),
|
|
12
|
+
backgroundColor: theme.palette.grey['200'],
|
|
13
|
+
'& .MuiAccordionSummary-content': {
|
|
14
|
+
justifyContent: 'space-between',
|
|
15
|
+
margin: 0
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
'& .SCAccordionLessons-details': {
|
|
19
|
+
display: 'flex',
|
|
20
|
+
alignItems: 'center',
|
|
21
|
+
gap: theme.spacing(1),
|
|
22
|
+
padding: theme.spacing('22px', 6),
|
|
23
|
+
'&:not(:last-child)': {
|
|
24
|
+
borderBottom: `1px solid ${theme.palette.grey['300']}`
|
|
25
|
+
},
|
|
26
|
+
'& .SCAccordionLessons-circle': {
|
|
27
|
+
flexShrink: 0,
|
|
28
|
+
width: theme.spacing(2),
|
|
29
|
+
height: theme.spacing(2),
|
|
30
|
+
borderRadius: '9999px',
|
|
31
|
+
backgroundColor: theme.palette.grey['300']
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}),
|
|
36
|
+
skeletonRoot: ({ theme }) => ({
|
|
37
|
+
border: `1px solid ${theme.palette.grey['300']}`,
|
|
38
|
+
borderRadius: '5px',
|
|
39
|
+
'& .SCAccordionLessons-accordion': {
|
|
40
|
+
'& .SCAccordionLessons-summary': {
|
|
41
|
+
display: 'flex',
|
|
42
|
+
justifyContent: 'space-between',
|
|
43
|
+
borderBottom: `1px solid ${theme.palette.grey['300']}`,
|
|
44
|
+
padding: theme.spacing('22px', 3),
|
|
45
|
+
backgroundColor: theme.palette.grey['200']
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
})
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
export 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,19 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: () => ({}),
|
|
4
|
+
dialogRoot: () => ({
|
|
5
|
+
'& .MuiDialogActions-root': {
|
|
6
|
+
marginTop: '36px'
|
|
7
|
+
},
|
|
8
|
+
'& .SCAddUsersButton-dialog-autocomplete-wrapper': {
|
|
9
|
+
gap: '10px',
|
|
10
|
+
'& .SCAddUsersButton-dialog-chip-wrapper': {
|
|
11
|
+
flexDirection: 'row',
|
|
12
|
+
gap: '5px',
|
|
13
|
+
flexWrap: 'wrap'
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
})
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
export 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
|
};
|
|
@@ -12,53 +12,44 @@ const Component = {
|
|
|
12
12
|
paddingTop: 0,
|
|
13
13
|
paddingBottom: 0,
|
|
14
14
|
paddingLeft: 0,
|
|
15
|
-
paddingRight: 0
|
|
16
|
-
'& .SCBaseItemButton-actions': {
|
|
17
|
-
right: 0
|
|
18
|
-
}
|
|
15
|
+
paddingRight: 0
|
|
19
16
|
}
|
|
20
17
|
},
|
|
21
18
|
'& .SCBaseItemButton-content': {
|
|
22
19
|
display: 'flex',
|
|
23
|
-
flexDirection: 'row',
|
|
24
20
|
justifyContent: 'flex-start',
|
|
25
21
|
alignItems: 'center',
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
},
|
|
41
|
-
'& .SCBaseItemButton-secondary': {
|
|
42
|
-
color: theme.palette.text.secondary
|
|
43
|
-
},
|
|
44
|
-
'& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
|
|
45
|
-
whiteSpace: 'nowrap',
|
|
46
|
-
overflow: 'hidden',
|
|
47
|
-
textOverflow: 'ellipsis',
|
|
48
|
-
display: 'block'
|
|
22
|
+
gap: theme.spacing(2),
|
|
23
|
+
'& .SCBaseItemButton-image': {
|
|
24
|
+
flexShrink: 0
|
|
25
|
+
},
|
|
26
|
+
'& .SCBaseItemButton-text': {
|
|
27
|
+
marginTop: theme.spacing(),
|
|
28
|
+
marginBottom: theme.spacing(),
|
|
29
|
+
'& .SCBaseItemButton-primary': {
|
|
30
|
+
color: theme.palette.text.primary
|
|
31
|
+
},
|
|
32
|
+
'& .SCBaseItemButton-secondary': {
|
|
33
|
+
color: theme.palette.text.secondary
|
|
34
|
+
}
|
|
35
|
+
}
|
|
49
36
|
},
|
|
50
37
|
'&.SCBaseItemButton-with-actions': {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
38
|
+
display: 'flex',
|
|
39
|
+
alignItems: 'center',
|
|
40
|
+
justifyContent: 'space-between',
|
|
41
|
+
gap: '6px',
|
|
42
|
+
'& .SCBaseItemButton-content': {
|
|
43
|
+
overflow: 'hidden',
|
|
44
|
+
'& .SCBaseItemButton-text': {
|
|
45
|
+
whiteSpace: 'nowrap',
|
|
46
|
+
overflow: 'hidden',
|
|
47
|
+
textOverflow: 'ellipsis',
|
|
48
|
+
flexGrow: 1
|
|
55
49
|
}
|
|
56
50
|
},
|
|
57
51
|
'& .SCBaseItemButton-actions': {
|
|
58
|
-
|
|
59
|
-
right: theme.spacing(2),
|
|
60
|
-
top: '50%',
|
|
61
|
-
transform: 'translateY(-50%)',
|
|
52
|
+
flexShrink: 0,
|
|
62
53
|
maxWidth: theme.spacing(19)
|
|
63
54
|
}
|
|
64
55
|
}
|
|
@@ -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,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,21 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
'& .MuiDialogTitle-root': {
|
|
5
|
+
textAlign: 'center',
|
|
6
|
+
fontSize: '20px',
|
|
7
|
+
fontWeight: 600
|
|
8
|
+
},
|
|
9
|
+
'& .MuiDialogContent-root': {
|
|
10
|
+
display: 'flex',
|
|
11
|
+
minHeight: 200,
|
|
12
|
+
justifyContent: 'center',
|
|
13
|
+
alignItems: 'center',
|
|
14
|
+
'& .SCWidget-root': {
|
|
15
|
+
minWidth: 310
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
})
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
export 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
|
};
|
|
@@ -120,8 +120,10 @@ const Component = {
|
|
|
120
120
|
color: theme.palette.primary.main,
|
|
121
121
|
marginTop: 0,
|
|
122
122
|
position: 'relative',
|
|
123
|
-
'&
|
|
124
|
-
|
|
123
|
+
'& .SCCommentObject-reply': {
|
|
124
|
+
paddingLeft: 0,
|
|
125
|
+
paddingRight: 0,
|
|
126
|
+
lineHeight: 1
|
|
125
127
|
},
|
|
126
128
|
'& .SCCommentObject-activity-at': {
|
|
127
129
|
color: 'inherit',
|
|
@@ -137,21 +139,9 @@ const Component = {
|
|
|
137
139
|
padding: theme.spacing(1),
|
|
138
140
|
textTransform: 'capitalize'
|
|
139
141
|
},
|
|
140
|
-
'& .
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
[theme.breakpoints.up('sm')]: {
|
|
144
|
-
'& > *': {
|
|
145
|
-
marginRight: 0
|
|
146
|
-
},
|
|
147
|
-
'& .SCCommentObject-vote-audience': {
|
|
148
|
-
position: 'absolute',
|
|
149
|
-
right: 0,
|
|
150
|
-
top: 0
|
|
151
|
-
},
|
|
152
|
-
'& .SCBullet-root': {
|
|
153
|
-
display: 'inline'
|
|
154
|
-
}
|
|
142
|
+
'& .SCCommentObject-vote-audience': {
|
|
143
|
+
position: 'absolute',
|
|
144
|
+
right: 0
|
|
155
145
|
}
|
|
156
146
|
}
|
|
157
147
|
}),
|