@selfcommunity/react-theme-default 0.1.0-alpha.302 → 0.1.0-alpha.304
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/SCBaseDialog.d.ts +1 -1
- package/lib/cjs/components/SCBaseDialog.js +1 -1
- package/lib/cjs/components/SCBroadcastMessages.d.ts +52 -0
- package/lib/cjs/components/SCBroadcastMessages.js +55 -0
- package/lib/cjs/components/SCCategoryFeedTemplate.d.ts +3 -0
- package/lib/cjs/components/SCCategoryFeedTemplate.js +3 -0
- package/lib/cjs/components/SCCategoryHeader.d.ts +1 -0
- package/lib/cjs/components/SCCategoryHeader.js +2 -1
- package/lib/cjs/components/SCCategoryTemplate.d.ts +9 -0
- package/lib/cjs/components/SCCategoryTemplate.js +9 -0
- package/lib/cjs/components/SCCategoryTrendingFeedWidget.d.ts +10 -0
- package/lib/cjs/components/SCCategoryTrendingFeedWidget.js +12 -0
- package/lib/cjs/components/SCCategoryTrendingUsersWidget.d.ts +10 -0
- package/lib/cjs/components/SCCategoryTrendingUsersWidget.js +12 -0
- package/lib/cjs/components/SCChangePictureButton.d.ts +16 -0
- package/lib/cjs/components/SCChangePictureButton.js +16 -0
- package/lib/cjs/components/SCCommentObject.d.ts +25 -0
- package/lib/cjs/components/SCCommentObject.js +25 -0
- package/lib/cjs/components/SCCommentsFeedObject.d.ts +3 -2
- package/lib/cjs/components/SCCommentsFeedObject.js +4 -3
- package/lib/cjs/components/SCCommentsObject.d.ts +3 -0
- package/lib/cjs/components/SCCommentsObject.js +3 -0
- package/lib/cjs/components/SCConsentSolution.d.ts +116 -0
- package/lib/cjs/components/SCConsentSolution.js +118 -0
- package/lib/cjs/components/SCCustomAdv.d.ts +27 -0
- package/lib/cjs/components/SCCustomAdv.js +29 -0
- package/lib/cjs/components/SCEditor.d.ts +131 -0
- package/lib/cjs/components/SCEditor.js +131 -0
- package/lib/cjs/components/SCExploreFeedTemplate.d.ts +9 -0
- package/lib/cjs/components/{SCEditorFloatingLinkPlugin.js → SCExploreFeedTemplate.js} +3 -5
- package/lib/cjs/components/SCFeed.d.ts +21 -0
- package/lib/cjs/components/SCFeed.js +21 -0
- package/lib/cjs/components/SCFeedObject.d.ts +274 -11
- package/lib/cjs/components/SCFeedObject.js +286 -14
- package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +17 -0
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +17 -0
- package/lib/cjs/components/SCFeedUpdatesWidget.d.ts +1 -0
- package/lib/cjs/components/SCFeedUpdatesWidget.js +2 -1
- package/lib/cjs/components/SCFooter.d.ts +1 -0
- package/lib/cjs/components/SCFooter.js +2 -1
- package/lib/cjs/components/SCIncubator.d.ts +14 -0
- package/lib/cjs/components/SCIncubator.js +14 -0
- package/lib/cjs/components/SCIncubatorListWidget.d.ts +25 -0
- package/lib/cjs/components/SCIncubatorListWidget.js +25 -0
- package/lib/cjs/components/SCIncubatorSuggestionWidget.d.ts +2 -0
- package/lib/cjs/components/SCIncubatorSuggestionWidget.js +3 -1
- package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts +53 -2
- package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js +53 -2
- package/lib/cjs/components/SCLoyaltyProgramWidget.d.ts +19 -0
- package/lib/cjs/components/SCLoyaltyProgramWidget.js +19 -0
- package/lib/cjs/components/SCMainFeedTemplate.d.ts +9 -0
- package/lib/cjs/components/{SCCategoryTemplateSkeleton.js → SCMainFeedTemplate.js} +3 -5
- package/lib/cjs/components/SCNavigationToolbar.d.ts +28 -0
- package/lib/cjs/components/SCNavigationToolbar.js +28 -0
- package/lib/cjs/components/SCNotification.d.ts +310 -0
- package/lib/cjs/components/SCNotification.js +311 -0
- package/lib/cjs/components/SCNotificationFeedTemplate.d.ts +9 -0
- package/lib/cjs/components/{SCFeedObjectMediaPreview.js → SCNotificationFeedTemplate.js} +3 -5
- package/lib/cjs/components/SCPlatformWidget.d.ts +1 -0
- package/lib/cjs/components/SCPlatformWidget.js +2 -1
- package/lib/cjs/components/SCPollSuggestionWidget.d.ts +31 -0
- package/lib/cjs/components/SCPollSuggestionWidget.js +33 -0
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts +18 -0
- package/lib/cjs/components/SCPrivateMessageComponent.js +18 -0
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts +8 -7
- package/lib/cjs/components/SCPrivateMessageEditor.js +9 -8
- package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +3 -0
- package/lib/cjs/components/SCPrivateMessageSnippetItem.js +3 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +1 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.js +2 -1
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +14 -0
- package/lib/cjs/components/SCPrivateMessageThread.js +14 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +10 -1
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +10 -1
- package/lib/cjs/components/SCRelatedFeedObjectsWidget.d.ts +8 -0
- package/lib/cjs/components/SCRelatedFeedObjectsWidget.js +10 -0
- package/lib/cjs/components/SCSnippetNotifications.d.ts +38 -0
- package/lib/cjs/components/SCSnippetNotifications.js +38 -0
- package/lib/cjs/components/SCToastNotifications.d.ts +7 -0
- package/lib/cjs/components/SCToastNotifications.js +9 -0
- package/lib/cjs/components/SCUser.d.ts +1 -0
- package/lib/cjs/components/SCUser.js +2 -1
- package/lib/cjs/components/SCUserCategoriesFollowedWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserCategoriesFollowedWidget.js +10 -0
- package/lib/cjs/components/SCUserConnectionsRequestsSentWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserConnectionsRequestsSentWidget.js +10 -0
- package/lib/cjs/components/SCUserConnectionsRequestsWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserConnectionsRequestsWidget.js +10 -0
- package/lib/cjs/components/SCUserConnectionsWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserConnectionsWidget.js +10 -0
- package/lib/cjs/components/SCUserFeedTemplate.d.ts +9 -0
- package/lib/cjs/components/{SCPrivateMessageThreadItemDialog.js → SCUserFeedTemplate.js} +3 -5
- package/lib/cjs/components/SCUserFollowedUsersWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserFollowedUsersWidget.js +10 -0
- package/lib/cjs/components/SCUserFollowersWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserFollowersWidget.js +10 -0
- package/lib/cjs/components/SCUserInfo.d.ts +17 -0
- package/lib/cjs/components/SCUserInfo.js +17 -0
- package/lib/cjs/components/SCUserProfileEdit.d.ts +50 -0
- package/lib/cjs/components/SCUserProfileEdit.js +50 -0
- package/lib/cjs/components/SCUserProfileHeader.d.ts +16 -0
- package/lib/cjs/components/SCUserProfileHeader.js +16 -0
- package/lib/cjs/components/SCUserProfileTemplate.d.ts +3 -0
- package/lib/cjs/components/SCUserProfileTemplate.js +3 -0
- package/lib/cjs/components/SCUserSuggestionWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserSuggestionWidget.js +10 -0
- package/lib/cjs/index.d.ts +1265 -646
- package/lib/cjs/index.js +37 -69
- package/lib/esm/components/SCBaseDialog.d.ts +1 -1
- package/lib/esm/components/SCBaseDialog.js +1 -1
- package/lib/esm/components/SCBroadcastMessages.d.ts +52 -0
- package/lib/esm/components/SCBroadcastMessages.js +55 -0
- package/lib/esm/components/SCCategoryFeedTemplate.d.ts +3 -0
- package/lib/esm/components/SCCategoryFeedTemplate.js +3 -0
- package/lib/esm/components/SCCategoryHeader.d.ts +1 -0
- package/lib/esm/components/SCCategoryHeader.js +2 -1
- package/lib/esm/components/SCCategoryTemplate.d.ts +9 -0
- package/lib/esm/components/SCCategoryTemplate.js +9 -0
- package/lib/esm/components/SCCategoryTrendingFeedWidget.d.ts +10 -0
- package/lib/esm/components/SCCategoryTrendingFeedWidget.js +10 -0
- package/lib/esm/components/SCCategoryTrendingUsersWidget.d.ts +10 -0
- package/lib/esm/components/SCCategoryTrendingUsersWidget.js +10 -0
- package/lib/esm/components/SCChangePictureButton.d.ts +16 -0
- package/lib/esm/components/SCChangePictureButton.js +16 -0
- package/lib/esm/components/SCCommentObject.d.ts +25 -0
- package/lib/esm/components/SCCommentObject.js +25 -0
- package/lib/esm/components/SCCommentsFeedObject.d.ts +3 -2
- package/lib/esm/components/SCCommentsFeedObject.js +4 -3
- package/lib/esm/components/SCCommentsObject.d.ts +3 -0
- package/lib/esm/components/SCCommentsObject.js +3 -0
- package/lib/esm/components/SCConsentSolution.d.ts +116 -0
- package/lib/esm/components/SCConsentSolution.js +116 -0
- package/lib/esm/components/SCCustomAdv.d.ts +27 -0
- package/lib/esm/components/SCCustomAdv.js +27 -0
- package/lib/esm/components/SCEditor.d.ts +131 -0
- package/lib/esm/components/SCEditor.js +131 -0
- package/lib/esm/components/SCExploreFeedTemplate.d.ts +9 -0
- package/lib/esm/components/SCExploreFeedTemplate.js +9 -0
- package/lib/esm/components/SCFeed.d.ts +21 -0
- package/lib/esm/components/SCFeed.js +21 -0
- package/lib/esm/components/SCFeedObject.d.ts +274 -11
- package/lib/esm/components/SCFeedObject.js +286 -14
- package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +17 -0
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +17 -0
- package/lib/esm/components/SCFeedUpdatesWidget.d.ts +1 -0
- package/lib/esm/components/SCFeedUpdatesWidget.js +2 -1
- package/lib/esm/components/SCFooter.d.ts +1 -0
- package/lib/esm/components/SCFooter.js +2 -1
- package/lib/esm/components/SCIncubator.d.ts +14 -0
- package/lib/esm/components/SCIncubator.js +14 -0
- package/lib/esm/components/SCIncubatorListWidget.d.ts +25 -0
- package/lib/esm/components/SCIncubatorListWidget.js +25 -0
- package/lib/esm/components/SCIncubatorSuggestionWidget.d.ts +2 -0
- package/lib/esm/components/SCIncubatorSuggestionWidget.js +3 -1
- package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts +53 -2
- package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js +53 -2
- package/lib/esm/components/SCLoyaltyProgramWidget.d.ts +19 -0
- package/lib/esm/components/SCLoyaltyProgramWidget.js +19 -0
- package/lib/esm/components/SCMainFeedTemplate.d.ts +9 -0
- package/lib/esm/components/SCMainFeedTemplate.js +9 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts +28 -0
- package/lib/esm/components/SCNavigationToolbar.js +28 -0
- package/lib/esm/components/SCNotification.d.ts +310 -0
- package/lib/esm/components/SCNotification.js +311 -0
- package/lib/esm/components/SCNotificationFeedTemplate.d.ts +9 -0
- package/lib/esm/components/SCNotificationFeedTemplate.js +9 -0
- package/lib/esm/components/SCPlatformWidget.d.ts +1 -0
- package/lib/esm/components/SCPlatformWidget.js +2 -1
- package/lib/esm/components/SCPollSuggestionWidget.d.ts +31 -0
- package/lib/esm/components/SCPollSuggestionWidget.js +31 -0
- package/lib/esm/components/SCPrivateMessageComponent.d.ts +18 -0
- package/lib/esm/components/SCPrivateMessageComponent.js +18 -0
- package/lib/esm/components/SCPrivateMessageEditor.d.ts +8 -7
- package/lib/esm/components/SCPrivateMessageEditor.js +9 -8
- package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +3 -0
- package/lib/esm/components/SCPrivateMessageSnippetItem.js +3 -0
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts +1 -0
- package/lib/esm/components/SCPrivateMessageSnippets.js +2 -1
- package/lib/esm/components/SCPrivateMessageThread.d.ts +14 -0
- package/lib/esm/components/SCPrivateMessageThread.js +14 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +10 -1
- package/lib/esm/components/SCPrivateMessageThreadItem.js +10 -1
- package/lib/esm/components/SCRelatedFeedObjectsWidget.d.ts +8 -0
- package/lib/esm/components/SCRelatedFeedObjectsWidget.js +8 -0
- package/lib/esm/components/SCSnippetNotifications.d.ts +38 -0
- package/lib/esm/components/SCSnippetNotifications.js +38 -0
- package/lib/esm/components/SCToastNotifications.d.ts +7 -0
- package/lib/esm/components/SCToastNotifications.js +7 -0
- package/lib/esm/components/SCUser.d.ts +1 -0
- package/lib/esm/components/SCUser.js +2 -1
- package/lib/esm/components/SCUserCategoriesFollowedWidget.d.ts +8 -0
- package/lib/esm/components/SCUserCategoriesFollowedWidget.js +8 -0
- package/lib/esm/components/SCUserConnectionsRequestsSentWidget.d.ts +8 -0
- package/lib/esm/components/SCUserConnectionsRequestsSentWidget.js +8 -0
- package/lib/esm/components/SCUserConnectionsRequestsWidget.d.ts +8 -0
- package/lib/esm/components/SCUserConnectionsRequestsWidget.js +8 -0
- package/lib/esm/components/SCUserConnectionsWidget.d.ts +8 -0
- package/lib/esm/components/SCUserConnectionsWidget.js +8 -0
- package/lib/esm/components/SCUserFeedTemplate.d.ts +9 -0
- package/lib/esm/components/SCUserFeedTemplate.js +9 -0
- package/lib/esm/components/SCUserFollowedUsersWidget.d.ts +8 -0
- package/lib/esm/components/SCUserFollowedUsersWidget.js +8 -0
- package/lib/esm/components/SCUserFollowersWidget.d.ts +8 -0
- package/lib/esm/components/SCUserFollowersWidget.js +8 -0
- package/lib/esm/components/SCUserInfo.d.ts +17 -0
- package/lib/esm/components/SCUserInfo.js +17 -0
- package/lib/esm/components/SCUserProfileEdit.d.ts +50 -0
- package/lib/esm/components/SCUserProfileEdit.js +50 -0
- package/lib/esm/components/SCUserProfileHeader.d.ts +16 -0
- package/lib/esm/components/SCUserProfileHeader.js +16 -0
- package/lib/esm/components/SCUserProfileTemplate.d.ts +3 -0
- package/lib/esm/components/SCUserProfileTemplate.js +3 -0
- package/lib/esm/components/SCUserSuggestionWidget.d.ts +8 -0
- package/lib/esm/components/SCUserSuggestionWidget.js +8 -0
- package/lib/esm/index.d.ts +1265 -646
- package/lib/esm/index.js +37 -69
- package/lib/umd/react-theme-default.js +2 -2
- package/package.json +4 -4
- package/lib/cjs/components/SCActivitiesMenu.d.ts +0 -17
- package/lib/cjs/components/SCActivitiesMenu.js +0 -19
- package/lib/cjs/components/SCCategoryTemplateSkeleton.d.ts +0 -11
- package/lib/cjs/components/SCChangePictureDialog.d.ts +0 -15
- package/lib/cjs/components/SCChangePictureDialog.js +0 -19
- package/lib/cjs/components/SCCommentAction.d.ts +0 -18
- package/lib/cjs/components/SCCommentAction.js +0 -20
- package/lib/cjs/components/SCCommentNotification.d.ts +0 -29
- package/lib/cjs/components/SCCommentNotification.js +0 -31
- package/lib/cjs/components/SCCommentObjectSkeleton.d.ts +0 -19
- package/lib/cjs/components/SCCommentObjectSkeleton.js +0 -22
- package/lib/cjs/components/SCCommentObjectVotes.d.ts +0 -16
- package/lib/cjs/components/SCCommentObjectVotes.js +0 -18
- package/lib/cjs/components/SCContributionNotification.d.ts +0 -34
- package/lib/cjs/components/SCContributionNotification.js +0 -36
- package/lib/cjs/components/SCContributorsFeedObject.d.ts +0 -14
- package/lib/cjs/components/SCContributorsFeedObject.js +0 -16
- package/lib/cjs/components/SCEditorFloatingLinkPlugin.d.ts +0 -11
- package/lib/cjs/components/SCEditorHashtagPlugin.d.ts +0 -43
- package/lib/cjs/components/SCEditorHashtagPlugin.js +0 -45
- package/lib/cjs/components/SCEditorMentionPlugin.d.ts +0 -43
- package/lib/cjs/components/SCEditorMentionPlugin.js +0 -45
- package/lib/cjs/components/SCEditorToolbarPlugin.d.ts +0 -51
- package/lib/cjs/components/SCEditorToolbarPlugin.js +0 -54
- package/lib/cjs/components/SCFeedObjectDetailTemplateSkeleton.d.ts +0 -20
- package/lib/cjs/components/SCFeedObjectDetailTemplateSkeleton.js +0 -22
- package/lib/cjs/components/SCFeedObjectMediaPreview.d.ts +0 -11
- package/lib/cjs/components/SCFeedObjectSkeleton.d.ts +0 -23
- package/lib/cjs/components/SCFeedObjectSkeleton.js +0 -25
- package/lib/cjs/components/SCFeedRelevantActivities.d.ts +0 -27
- package/lib/cjs/components/SCFeedRelevantActivities.js +0 -29
- package/lib/cjs/components/SCFeedSkeleton.d.ts +0 -33
- package/lib/cjs/components/SCFeedSkeleton.js +0 -35
- package/lib/cjs/components/SCFollowAction.d.ts +0 -19
- package/lib/cjs/components/SCFollowAction.js +0 -21
- package/lib/cjs/components/SCIncubatorSkeleton.d.ts +0 -19
- package/lib/cjs/components/SCIncubatorSkeleton.js +0 -21
- package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +0 -29
- package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.js +0 -31
- package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.d.ts +0 -24
- package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.js +0 -26
- package/lib/cjs/components/SCNavigationToolbarSkeleton.d.ts +0 -19
- package/lib/cjs/components/SCNavigationToolbarSkeleton.js +0 -21
- package/lib/cjs/components/SCNotificationsMenu.d.ts +0 -13
- package/lib/cjs/components/SCNotificationsMenu.js +0 -15
- package/lib/cjs/components/SCPollObject.d.ts +0 -94
- package/lib/cjs/components/SCPollObject.js +0 -99
- package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts +0 -23
- package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js +0 -25
- package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts +0 -11
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +0 -19
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +0 -21
- package/lib/cjs/components/SCPrizeItemSkeleton.d.ts +0 -32
- package/lib/cjs/components/SCPrizeItemSkeleton.js +0 -34
- package/lib/cjs/components/SCShareAction.d.ts +0 -18
- package/lib/cjs/components/SCShareAction.js +0 -20
- package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +0 -38
- package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +0 -40
- package/lib/cjs/components/SCUserInfoDialog.d.ts +0 -21
- package/lib/cjs/components/SCUserInfoDialog.js +0 -23
- package/lib/cjs/components/SCUserInfoSkeleton.d.ts +0 -18
- package/lib/cjs/components/SCUserInfoSkeleton.js +0 -20
- package/lib/cjs/components/SCUserProfileEditSectionAccount.d.ts +0 -13
- package/lib/cjs/components/SCUserProfileEditSectionAccount.js +0 -15
- package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.d.ts +0 -29
- package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.js +0 -31
- package/lib/cjs/components/SCVoteAction.d.ts +0 -18
- package/lib/cjs/components/SCVoteAction.js +0 -20
- package/lib/esm/components/SCActivitiesMenu.d.ts +0 -17
- package/lib/esm/components/SCActivitiesMenu.js +0 -17
- package/lib/esm/components/SCCategoryTemplateSkeleton.d.ts +0 -11
- package/lib/esm/components/SCCategoryTemplateSkeleton.js +0 -11
- package/lib/esm/components/SCChangePictureDialog.d.ts +0 -15
- package/lib/esm/components/SCChangePictureDialog.js +0 -17
- package/lib/esm/components/SCCommentAction.d.ts +0 -18
- package/lib/esm/components/SCCommentAction.js +0 -18
- package/lib/esm/components/SCCommentNotification.d.ts +0 -29
- package/lib/esm/components/SCCommentNotification.js +0 -29
- package/lib/esm/components/SCCommentObjectSkeleton.d.ts +0 -19
- package/lib/esm/components/SCCommentObjectSkeleton.js +0 -20
- package/lib/esm/components/SCCommentObjectVotes.d.ts +0 -16
- package/lib/esm/components/SCCommentObjectVotes.js +0 -16
- package/lib/esm/components/SCContributionNotification.d.ts +0 -34
- package/lib/esm/components/SCContributionNotification.js +0 -34
- package/lib/esm/components/SCContributorsFeedObject.d.ts +0 -14
- package/lib/esm/components/SCContributorsFeedObject.js +0 -14
- package/lib/esm/components/SCEditorFloatingLinkPlugin.d.ts +0 -11
- package/lib/esm/components/SCEditorFloatingLinkPlugin.js +0 -11
- package/lib/esm/components/SCEditorHashtagPlugin.d.ts +0 -43
- package/lib/esm/components/SCEditorHashtagPlugin.js +0 -43
- package/lib/esm/components/SCEditorMentionPlugin.d.ts +0 -43
- package/lib/esm/components/SCEditorMentionPlugin.js +0 -43
- package/lib/esm/components/SCEditorToolbarPlugin.d.ts +0 -51
- package/lib/esm/components/SCEditorToolbarPlugin.js +0 -52
- package/lib/esm/components/SCFeedObjectDetailTemplateSkeleton.d.ts +0 -20
- package/lib/esm/components/SCFeedObjectDetailTemplateSkeleton.js +0 -20
- package/lib/esm/components/SCFeedObjectMediaPreview.d.ts +0 -11
- package/lib/esm/components/SCFeedObjectMediaPreview.js +0 -11
- package/lib/esm/components/SCFeedObjectSkeleton.d.ts +0 -23
- package/lib/esm/components/SCFeedObjectSkeleton.js +0 -23
- package/lib/esm/components/SCFeedRelevantActivities.d.ts +0 -27
- package/lib/esm/components/SCFeedRelevantActivities.js +0 -27
- package/lib/esm/components/SCFeedSkeleton.d.ts +0 -33
- package/lib/esm/components/SCFeedSkeleton.js +0 -33
- package/lib/esm/components/SCFollowAction.d.ts +0 -19
- package/lib/esm/components/SCFollowAction.js +0 -19
- package/lib/esm/components/SCIncubatorSkeleton.d.ts +0 -19
- package/lib/esm/components/SCIncubatorSkeleton.js +0 -19
- package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +0 -29
- package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.js +0 -29
- package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.d.ts +0 -24
- package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.js +0 -24
- package/lib/esm/components/SCNavigationToolbarSkeleton.d.ts +0 -19
- package/lib/esm/components/SCNavigationToolbarSkeleton.js +0 -19
- package/lib/esm/components/SCNotificationsMenu.d.ts +0 -13
- package/lib/esm/components/SCNotificationsMenu.js +0 -13
- package/lib/esm/components/SCPollObject.d.ts +0 -94
- package/lib/esm/components/SCPollObject.js +0 -97
- package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts +0 -23
- package/lib/esm/components/SCPrivateMessageComponentSkeleton.js +0 -23
- package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts +0 -11
- package/lib/esm/components/SCPrivateMessageThreadItemDialog.js +0 -11
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +0 -19
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +0 -19
- package/lib/esm/components/SCPrizeItemSkeleton.d.ts +0 -32
- package/lib/esm/components/SCPrizeItemSkeleton.js +0 -32
- package/lib/esm/components/SCShareAction.d.ts +0 -18
- package/lib/esm/components/SCShareAction.js +0 -18
- package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +0 -38
- package/lib/esm/components/SCSnippetNotificationsSkeleton.js +0 -38
- package/lib/esm/components/SCUserInfoDialog.d.ts +0 -21
- package/lib/esm/components/SCUserInfoDialog.js +0 -21
- package/lib/esm/components/SCUserInfoSkeleton.d.ts +0 -18
- package/lib/esm/components/SCUserInfoSkeleton.js +0 -18
- package/lib/esm/components/SCUserProfileEditSectionAccount.d.ts +0 -13
- package/lib/esm/components/SCUserProfileEditSectionAccount.js +0 -13
- package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.d.ts +0 -29
- package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.js +0 -29
- package/lib/esm/components/SCVoteAction.d.ts +0 -18
- package/lib/esm/components/SCVoteAction.js +0 -18
|
@@ -264,11 +264,6 @@ declare const Component: {
|
|
|
264
264
|
margin: string;
|
|
265
265
|
};
|
|
266
266
|
};
|
|
267
|
-
'& .SCFeedObject-medias-section': {
|
|
268
|
-
'& .SCFeedObjectMediaPreview-root': {
|
|
269
|
-
margin: any;
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
267
|
'& .SCFeedObject-show-more': {
|
|
273
268
|
padding: any;
|
|
274
269
|
marginTop: any;
|
|
@@ -278,12 +273,12 @@ declare const Component: {
|
|
|
278
273
|
'&:last-of-type': {
|
|
279
274
|
marginBottom: number;
|
|
280
275
|
};
|
|
281
|
-
'& .
|
|
276
|
+
'& .SCFeedObject-actions-root': {
|
|
282
277
|
margin: number;
|
|
283
278
|
padding: any;
|
|
284
|
-
'& .
|
|
279
|
+
'& .SCFeedObject-actions-action': {
|
|
285
280
|
marginTop: number;
|
|
286
|
-
'& .
|
|
281
|
+
'& .SCFeedObject-action-vote-view-audience-button, & .SCFeedObject-action-comment-view-audience-button, & .SCFeedObject-action-share-view-audience-button, & .SCReactionAction-view-audience-button': {
|
|
287
282
|
fontSize: string;
|
|
288
283
|
fontWeight: any;
|
|
289
284
|
marginTop: any;
|
|
@@ -296,7 +291,7 @@ declare const Component: {
|
|
|
296
291
|
'& .MuiDivider-root': {
|
|
297
292
|
borderColor: any;
|
|
298
293
|
};
|
|
299
|
-
'& .
|
|
294
|
+
'& .SCFeedObject-action-vote-button, & .SCFeedObject-action-comment-button, & .SCFeedObject-action-share-button, & .SCReactionAction-button': {
|
|
300
295
|
color: any;
|
|
301
296
|
marginTop: any;
|
|
302
297
|
marginBottom: any;
|
|
@@ -345,7 +340,7 @@ declare const Component: {
|
|
|
345
340
|
'& .SCFeedObject-activities-content': {
|
|
346
341
|
paddingTop: number;
|
|
347
342
|
paddingBottom: number;
|
|
348
|
-
'& .
|
|
343
|
+
'& .SCFeedObject-activities-menu-selector': {
|
|
349
344
|
'& .MuiButton-root': {
|
|
350
345
|
marginTop: any;
|
|
351
346
|
fontSize: string;
|
|
@@ -360,7 +355,7 @@ declare const Component: {
|
|
|
360
355
|
paddingBottom: number;
|
|
361
356
|
};
|
|
362
357
|
};
|
|
363
|
-
'& .
|
|
358
|
+
'& .SCCommentObject-skeleton-root': {
|
|
364
359
|
background: string;
|
|
365
360
|
marginTop: number;
|
|
366
361
|
marginBottom: string;
|
|
@@ -417,6 +412,274 @@ declare const Component: {
|
|
|
417
412
|
border: string;
|
|
418
413
|
};
|
|
419
414
|
};
|
|
415
|
+
skeletonRoot: ({ theme }: any) => {
|
|
416
|
+
'&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
|
|
417
|
+
[x: number]: {
|
|
418
|
+
borderRadius: any;
|
|
419
|
+
};
|
|
420
|
+
border: string;
|
|
421
|
+
boxShadow: string;
|
|
422
|
+
borderRadius: number;
|
|
423
|
+
};
|
|
424
|
+
'& .SCFeedObject-media': {
|
|
425
|
+
height: number;
|
|
426
|
+
marginBottom: number;
|
|
427
|
+
};
|
|
428
|
+
'& .SCFeedObject-snippet > *': {
|
|
429
|
+
paddingLeft: number;
|
|
430
|
+
paddingRight: number;
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
mediaPreviewRoot: ({ theme }: any) => {
|
|
434
|
+
margin: any;
|
|
435
|
+
};
|
|
436
|
+
actionsRoot: ({ theme }: any) => {
|
|
437
|
+
margin: string;
|
|
438
|
+
color: string;
|
|
439
|
+
'& .SCFeedObject-actions-action': {
|
|
440
|
+
textAlign: string;
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
actionCommentRoot: ({ theme }: any) => {
|
|
444
|
+
display: string;
|
|
445
|
+
justifyContent: string;
|
|
446
|
+
alignItems: string;
|
|
447
|
+
flexDirection: string;
|
|
448
|
+
'&.SCFeedObject-action-share-inline': {
|
|
449
|
+
flexDirection: string;
|
|
450
|
+
};
|
|
451
|
+
'& .SCFeedObject-action-vote-divider': {
|
|
452
|
+
width: string;
|
|
453
|
+
borderBottom: number;
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
actionFollowRoot: ({ theme }: any) => {
|
|
457
|
+
'& .SCFeedObject-action-follow-button': {
|
|
458
|
+
color: any;
|
|
459
|
+
'&.SCFeedObject-action-follow-iconized': {
|
|
460
|
+
borderRadius: string;
|
|
461
|
+
padding: any;
|
|
462
|
+
minWidth: string;
|
|
463
|
+
fontSize: string;
|
|
464
|
+
};
|
|
465
|
+
'&.SCFeedObject-action-follow-followed': {
|
|
466
|
+
color: any;
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
actionShareRoot: ({ theme }: any) => {
|
|
471
|
+
display: string;
|
|
472
|
+
justifyContent: string;
|
|
473
|
+
alignItems: string;
|
|
474
|
+
flexDirection: string;
|
|
475
|
+
'&.SCFeedObject-action-share-inline': {
|
|
476
|
+
flexDirection: string;
|
|
477
|
+
};
|
|
478
|
+
'& .SCFeedObject-action-vote-divider': {
|
|
479
|
+
width: string;
|
|
480
|
+
borderBottom: number;
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
actionVoteRoot: ({ theme }: any) => {
|
|
484
|
+
display: string;
|
|
485
|
+
justifyContent: string;
|
|
486
|
+
alignItems: string;
|
|
487
|
+
flexDirection: string;
|
|
488
|
+
'&.SCFeedObject-action-vote-inline': {
|
|
489
|
+
flexDirection: string;
|
|
490
|
+
};
|
|
491
|
+
'& .SCFeedObject-action-vote-divider': {
|
|
492
|
+
width: string;
|
|
493
|
+
borderBottom: number;
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
activitiesRoot: ({ theme }: any) => {
|
|
497
|
+
width: string;
|
|
498
|
+
};
|
|
499
|
+
activitiesMenuRoot: ({ theme }: any) => {
|
|
500
|
+
'& .SCFeedObject-activities-menu-selector': {
|
|
501
|
+
display: string;
|
|
502
|
+
alignItems: string;
|
|
503
|
+
textAlign: string;
|
|
504
|
+
justifyContent: string;
|
|
505
|
+
};
|
|
506
|
+
'& .SCFeedObject-activities-menu-selector .MuiButton-root': {
|
|
507
|
+
textTransform: string;
|
|
508
|
+
fontWeight: any;
|
|
509
|
+
};
|
|
510
|
+
};
|
|
511
|
+
contributorsRoot: ({ theme }: any) => {
|
|
512
|
+
'& .SCFeedObject-contributors-btn-participants': {
|
|
513
|
+
padding: any;
|
|
514
|
+
marginLeft: any;
|
|
515
|
+
color: string;
|
|
516
|
+
fontWeight: any;
|
|
517
|
+
fontSize: string;
|
|
518
|
+
};
|
|
519
|
+
minHeight: number;
|
|
520
|
+
marginTop: number;
|
|
521
|
+
marginBottom: number;
|
|
522
|
+
"& .MuiAvatarGroup-root": {
|
|
523
|
+
justifyContent: string;
|
|
524
|
+
};
|
|
525
|
+
"& .MuiAvatar-root": {
|
|
526
|
+
backgroundColor: string;
|
|
527
|
+
border: string;
|
|
528
|
+
color: string;
|
|
529
|
+
fontSize: string;
|
|
530
|
+
width: any;
|
|
531
|
+
height: any;
|
|
532
|
+
marginLeft: any;
|
|
533
|
+
lineHeight: string;
|
|
534
|
+
};
|
|
535
|
+
};
|
|
536
|
+
contributorsSkeletonRoot: ({ theme }: any) => {};
|
|
537
|
+
pollObjectRoot: ({ theme }: any) => {
|
|
538
|
+
marginTop: any;
|
|
539
|
+
marginBottom: any;
|
|
540
|
+
borderTop: string;
|
|
541
|
+
borderBottom: string;
|
|
542
|
+
boxShadow: string;
|
|
543
|
+
borderRadius: number;
|
|
544
|
+
'& .MuiButton-root': {
|
|
545
|
+
'&:focus:not(:focus-visible)': {
|
|
546
|
+
borderColor: string;
|
|
547
|
+
};
|
|
548
|
+
};
|
|
549
|
+
'& .MuiCardHeader-root': {
|
|
550
|
+
textAlign: string;
|
|
551
|
+
padding: any;
|
|
552
|
+
'& .SCFeedObject-poll-object-toggle-button': {
|
|
553
|
+
fontSize: string;
|
|
554
|
+
textTransform: string;
|
|
555
|
+
'& .MuiButton-endIcon': {
|
|
556
|
+
display: string;
|
|
557
|
+
};
|
|
558
|
+
'& .SCFeedObject-poll-object-expand-icon': {
|
|
559
|
+
marginBottom: number;
|
|
560
|
+
marginLeft: number;
|
|
561
|
+
transition: any;
|
|
562
|
+
};
|
|
563
|
+
'& .SCFeedObject-poll-object-collapsed-icon': {
|
|
564
|
+
transform: string;
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
'& .SCFeedObject-poll-object-title': {
|
|
569
|
+
textAlign: string;
|
|
570
|
+
color: any;
|
|
571
|
+
marginBottom: any;
|
|
572
|
+
fontWeight: any;
|
|
573
|
+
wordWrap: string;
|
|
574
|
+
};
|
|
575
|
+
'& .SCFeedObject-poll-object-voters, & .SCFeedObject-poll-object-votes': {
|
|
576
|
+
display: string;
|
|
577
|
+
margin: any;
|
|
578
|
+
alignItems: string;
|
|
579
|
+
justifyContent: string;
|
|
580
|
+
'& .MuiIcon-root': {
|
|
581
|
+
width: string;
|
|
582
|
+
marginRight: any;
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
'& .SCFeedObject-poll-object-expiration, & .SCFeedObject-poll-object-close, & .SCFeedObject-poll-object-voters': {
|
|
586
|
+
textAlign: string;
|
|
587
|
+
color: any;
|
|
588
|
+
marginBottom: any;
|
|
589
|
+
fontWeight: any;
|
|
590
|
+
fontSize: string;
|
|
591
|
+
};
|
|
592
|
+
'& .SCFeedObject-poll-object-voters .MuiTypography-root': {
|
|
593
|
+
fontWeight: any;
|
|
594
|
+
fontSize: string;
|
|
595
|
+
};
|
|
596
|
+
'& ul': {
|
|
597
|
+
padding: any;
|
|
598
|
+
marginBottom: any;
|
|
599
|
+
backgroundColor: string;
|
|
600
|
+
borderRadius: any;
|
|
601
|
+
'& li': {
|
|
602
|
+
padding: number;
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
};
|
|
606
|
+
pollObjectChoicesRoot: ({ theme }: any) => {
|
|
607
|
+
backgroundColor: string;
|
|
608
|
+
marginBottom: any;
|
|
609
|
+
padding: number;
|
|
610
|
+
width: string;
|
|
611
|
+
borderRadius: number;
|
|
612
|
+
'& .SCFeedObject-poll-object-choices-label, & .SCFeedObject-poll-object-choices-vote': {
|
|
613
|
+
marginBottom: number;
|
|
614
|
+
fontWeight: any;
|
|
615
|
+
};
|
|
616
|
+
'& .SCFeedObject-poll-object-choices-progress': {
|
|
617
|
+
display: string;
|
|
618
|
+
flexDirection: string;
|
|
619
|
+
alignItems: string;
|
|
620
|
+
marginBottom: number;
|
|
621
|
+
'& .MuiLinearProgress-root': {
|
|
622
|
+
height: number;
|
|
623
|
+
borderRadius: any;
|
|
624
|
+
flexGrow: number;
|
|
625
|
+
marginRight: any;
|
|
626
|
+
backgroundColor: any;
|
|
627
|
+
};
|
|
628
|
+
'& > .MuiTypography-root': {
|
|
629
|
+
fontSize: string;
|
|
630
|
+
fontWeight: any;
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
relevantActivitiesRoot: ({ theme }: any) => {
|
|
635
|
+
'& .MuiList-root, & .SCFeedObject-relevant-activities-activity': {
|
|
636
|
+
padding: number;
|
|
637
|
+
};
|
|
638
|
+
'& .SCFeedObject-relevant-activities-activity': {
|
|
639
|
+
'& > .SCBaseItem-root': {
|
|
640
|
+
borderRadius: number;
|
|
641
|
+
marginBottom: any;
|
|
642
|
+
'& .SCBaseItem-text': {
|
|
643
|
+
margin: number;
|
|
644
|
+
'& .SCBaseItem-primary': {
|
|
645
|
+
display: string;
|
|
646
|
+
marginBottom: any;
|
|
647
|
+
'& > a': {
|
|
648
|
+
fontWeight: any;
|
|
649
|
+
textDecoration: string;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
'& .SCBaseItem-secondary': {
|
|
653
|
+
fontSize: string;
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
};
|
|
657
|
+
'& .SCFeedObject-activity-comment-username, & .SCFeedObject-activity-follow-username, & .SCFeedObject-activity-poll-vote-username, & .SCFeedObject-activity-vote-up-username': {
|
|
658
|
+
color: string;
|
|
659
|
+
};
|
|
660
|
+
'& .SCFeedObject-activity-comment-avatar, & .SCFeedObject-activity-follow-avatar, & .SCFeedObject-activity-poll-vote-avatar, & .SCFeedObject-activity-vote-up-avatar': {
|
|
661
|
+
width: any;
|
|
662
|
+
height: any;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
};
|
|
666
|
+
activityCommentRoot: ({ theme }: any) => {
|
|
667
|
+
'& .SCBaseItem-primary': {
|
|
668
|
+
display: string;
|
|
669
|
+
flexDirection: string;
|
|
670
|
+
alignItems: string;
|
|
671
|
+
marginBottom: string;
|
|
672
|
+
'& .MuiTypography-root': {
|
|
673
|
+
marginBottom: number;
|
|
674
|
+
};
|
|
675
|
+
};
|
|
676
|
+
'& .SCFeedObject-activity-comment-username': {
|
|
677
|
+
marginRight: any;
|
|
678
|
+
};
|
|
679
|
+
};
|
|
680
|
+
activityFollowRoot: ({ theme }: any) => {};
|
|
681
|
+
activityPollVoteRoot: ({ theme }: any) => {};
|
|
682
|
+
activityVoteUpRoot: ({ theme }: any) => {};
|
|
420
683
|
};
|
|
421
684
|
};
|
|
422
685
|
export default Component;
|
|
@@ -39,8 +39,8 @@ const Component = {
|
|
|
39
39
|
overflowY: 'hidden',
|
|
40
40
|
overflowX: 'auto',
|
|
41
41
|
justifyContent: 'center',
|
|
42
|
-
|
|
43
|
-
scrollbarWidth: 'none'
|
|
42
|
+
MsOverflowStyle: 'none' /* IE and Edge */,
|
|
43
|
+
scrollbarWidth: 'none' /* Firefox */,
|
|
44
44
|
'&::-webkit-scrollbar': {
|
|
45
45
|
display: 'none'
|
|
46
46
|
},
|
|
@@ -267,11 +267,6 @@ const Component = {
|
|
|
267
267
|
margin: '0 32px'
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
|
-
'& .SCFeedObject-medias-section': {
|
|
271
|
-
'& .SCFeedObjectMediaPreview-root': {
|
|
272
|
-
margin: theme.spacing(0, 1)
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
270
|
'& .SCFeedObject-show-more': {
|
|
276
271
|
padding: theme.spacing(0.5),
|
|
277
272
|
marginTop: theme.spacing(-0.5)
|
|
@@ -281,12 +276,12 @@ const Component = {
|
|
|
281
276
|
'&:last-of-type': {
|
|
282
277
|
marginBottom: 0
|
|
283
278
|
},
|
|
284
|
-
'& .
|
|
279
|
+
'& .SCFeedObject-actions-root': {
|
|
285
280
|
margin: 0,
|
|
286
281
|
padding: theme.spacing(0.2, 2, 0, 2),
|
|
287
|
-
'& .
|
|
282
|
+
'& .SCFeedObject-actions-action': {
|
|
288
283
|
marginTop: 0,
|
|
289
|
-
'& .
|
|
284
|
+
'& .SCFeedObject-action-vote-view-audience-button, & .SCFeedObject-action-comment-view-audience-button, & .SCFeedObject-action-share-view-audience-button, & .SCReactionAction-view-audience-button': {
|
|
290
285
|
fontSize: '0.857rem',
|
|
291
286
|
fontWeight: theme.typography.fontWeightRegular,
|
|
292
287
|
marginTop: theme.spacing(0),
|
|
@@ -299,7 +294,7 @@ const Component = {
|
|
|
299
294
|
'& .MuiDivider-root': {
|
|
300
295
|
borderColor: theme.palette.grey[300]
|
|
301
296
|
},
|
|
302
|
-
'& .
|
|
297
|
+
'& .SCFeedObject-action-vote-button, & .SCFeedObject-action-comment-button, & .SCFeedObject-action-share-button, & .SCReactionAction-button': {
|
|
303
298
|
color: theme.palette.primary.main,
|
|
304
299
|
marginTop: theme.spacing(-0.5),
|
|
305
300
|
marginBottom: theme.spacing(0.5),
|
|
@@ -348,7 +343,7 @@ const Component = {
|
|
|
348
343
|
'& .SCFeedObject-activities-content': {
|
|
349
344
|
paddingTop: 0,
|
|
350
345
|
paddingBottom: 0,
|
|
351
|
-
'& .
|
|
346
|
+
'& .SCFeedObject-activities-menu-selector': {
|
|
352
347
|
'& .MuiButton-root': {
|
|
353
348
|
marginTop: theme.spacing(0.2),
|
|
354
349
|
fontSize: '0.857rem',
|
|
@@ -363,7 +358,7 @@ const Component = {
|
|
|
363
358
|
paddingBottom: 0
|
|
364
359
|
}
|
|
365
360
|
},
|
|
366
|
-
'& .
|
|
361
|
+
'& .SCCommentObject-skeleton-root': {
|
|
367
362
|
background: 'transparent',
|
|
368
363
|
marginTop: 5,
|
|
369
364
|
marginBottom: '7px !important',
|
|
@@ -419,7 +414,284 @@ const Component = {
|
|
|
419
414
|
boxShadow: 'none',
|
|
420
415
|
border: '1px solid rgba(0, 0, 0, 0.12)'
|
|
421
416
|
}
|
|
422
|
-
})
|
|
417
|
+
}),
|
|
418
|
+
skeletonRoot: ({ theme }) => ({
|
|
419
|
+
'&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
|
|
420
|
+
border: `0 none`,
|
|
421
|
+
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
422
|
+
borderRadius: 0,
|
|
423
|
+
[theme.breakpoints.up('sm')]: {
|
|
424
|
+
borderRadius: theme.shape.borderRadius
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
'& .SCFeedObject-media': {
|
|
428
|
+
height: 250,
|
|
429
|
+
marginBottom: 20
|
|
430
|
+
},
|
|
431
|
+
'& .SCFeedObject-snippet > *': {
|
|
432
|
+
paddingLeft: 0,
|
|
433
|
+
paddingRight: 0
|
|
434
|
+
}
|
|
435
|
+
}),
|
|
436
|
+
mediaPreviewRoot: ({ theme }) => ({
|
|
437
|
+
margin: theme.spacing(0, 1)
|
|
438
|
+
}),
|
|
439
|
+
actionsRoot: ({ theme }) => ({
|
|
440
|
+
margin: '0px 0px',
|
|
441
|
+
color: '#3A3A3A',
|
|
442
|
+
'& .SCFeedObject-actions-action': {
|
|
443
|
+
textAlign: 'center'
|
|
444
|
+
}
|
|
445
|
+
}),
|
|
446
|
+
actionCommentRoot: ({ theme }) => ({
|
|
447
|
+
display: 'flex',
|
|
448
|
+
justifyContent: 'center',
|
|
449
|
+
alignItems: 'center',
|
|
450
|
+
flexDirection: 'column',
|
|
451
|
+
'&.SCFeedObject-action-share-inline': {
|
|
452
|
+
flexDirection: 'row-reverse'
|
|
453
|
+
},
|
|
454
|
+
'& .SCFeedObject-action-vote-divider': {
|
|
455
|
+
width: '100%',
|
|
456
|
+
borderBottom: 0
|
|
457
|
+
}
|
|
458
|
+
}),
|
|
459
|
+
actionFollowRoot: ({ theme }) => ({
|
|
460
|
+
'& .SCFeedObject-action-follow-button': {
|
|
461
|
+
color: theme.palette.primary.main,
|
|
462
|
+
'&.SCFeedObject-action-follow-iconized': {
|
|
463
|
+
borderRadius: '50%',
|
|
464
|
+
padding: theme.spacing(1),
|
|
465
|
+
minWidth: 'auto',
|
|
466
|
+
fontSize: '1.429rem'
|
|
467
|
+
},
|
|
468
|
+
'&.SCFeedObject-action-follow-followed': {
|
|
469
|
+
color: theme.palette.secondary.main
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
}),
|
|
473
|
+
actionShareRoot: ({ theme }) => ({
|
|
474
|
+
display: 'flex',
|
|
475
|
+
justifyContent: 'center',
|
|
476
|
+
alignItems: 'center',
|
|
477
|
+
flexDirection: 'column',
|
|
478
|
+
'&.SCFeedObject-action-share-inline': {
|
|
479
|
+
flexDirection: 'row-reverse'
|
|
480
|
+
},
|
|
481
|
+
'& .SCFeedObject-action-vote-divider': {
|
|
482
|
+
width: '100%',
|
|
483
|
+
borderBottom: 0
|
|
484
|
+
}
|
|
485
|
+
}),
|
|
486
|
+
actionVoteRoot: ({ theme }) => ({
|
|
487
|
+
display: 'flex',
|
|
488
|
+
justifyContent: 'center',
|
|
489
|
+
alignItems: 'center',
|
|
490
|
+
flexDirection: 'column',
|
|
491
|
+
'&.SCFeedObject-action-vote-inline': {
|
|
492
|
+
flexDirection: 'row-reverse'
|
|
493
|
+
},
|
|
494
|
+
'& .SCFeedObject-action-vote-divider': {
|
|
495
|
+
width: '100%',
|
|
496
|
+
borderBottom: 0
|
|
497
|
+
}
|
|
498
|
+
}),
|
|
499
|
+
activitiesRoot: ({ theme }) => ({
|
|
500
|
+
width: '100%'
|
|
501
|
+
}),
|
|
502
|
+
activitiesMenuRoot: ({ theme }) => ({
|
|
503
|
+
'& .SCFeedObject-activities-menu-selector': {
|
|
504
|
+
display: 'flex',
|
|
505
|
+
alignItems: 'center',
|
|
506
|
+
textAlign: 'center',
|
|
507
|
+
justifyContent: 'flex-end'
|
|
508
|
+
},
|
|
509
|
+
'& .SCFeedObject-activities-menu-selector .MuiButton-root': {
|
|
510
|
+
textTransform: 'capitalize',
|
|
511
|
+
fontWeight: theme.typography.fontWeightBold
|
|
512
|
+
}
|
|
513
|
+
}),
|
|
514
|
+
contributorsRoot: ({ theme }) => ({
|
|
515
|
+
'& .SCFeedObject-contributors-btn-participants': {
|
|
516
|
+
padding: theme.spacing(0.5),
|
|
517
|
+
marginLeft: theme.spacing(-0.5),
|
|
518
|
+
color: 'inherit',
|
|
519
|
+
fontWeight: theme.typography.fontWeightLight,
|
|
520
|
+
fontSize: '0.875rem'
|
|
521
|
+
},
|
|
522
|
+
minHeight: 28,
|
|
523
|
+
marginTop: 0,
|
|
524
|
+
marginBottom: 0,
|
|
525
|
+
['& .MuiAvatarGroup-root']: {
|
|
526
|
+
justifyContent: 'flex-end'
|
|
527
|
+
},
|
|
528
|
+
['& .MuiAvatar-root']: {
|
|
529
|
+
backgroundColor: '#d5d5d5',
|
|
530
|
+
border: '2px solid #FFF !important',
|
|
531
|
+
color: '#FFF',
|
|
532
|
+
fontSize: '0.55rem',
|
|
533
|
+
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
534
|
+
height: theme.selfcommunity.user.avatar.sizeSmall,
|
|
535
|
+
marginLeft: theme.spacing(-1),
|
|
536
|
+
lineHeight: '24px'
|
|
537
|
+
}
|
|
538
|
+
}),
|
|
539
|
+
contributorsSkeletonRoot: ({ theme }) => ({
|
|
540
|
+
// [`& .${classes.btnParticipants}`]: {
|
|
541
|
+
// marginLeft: -10
|
|
542
|
+
// }
|
|
543
|
+
}),
|
|
544
|
+
pollObjectRoot: ({ theme }) => ({
|
|
545
|
+
marginTop: theme.spacing(1),
|
|
546
|
+
marginBottom: theme.spacing(1),
|
|
547
|
+
borderTop: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
|
|
548
|
+
borderBottom: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
|
|
549
|
+
boxShadow: 'none',
|
|
550
|
+
borderRadius: 0,
|
|
551
|
+
'& .MuiButton-root': {
|
|
552
|
+
'&:focus:not(:focus-visible)': {
|
|
553
|
+
borderColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
'& .MuiCardHeader-root': {
|
|
557
|
+
textAlign: 'center',
|
|
558
|
+
padding: theme.spacing(2),
|
|
559
|
+
'& .SCFeedObject-poll-object-toggle-button': {
|
|
560
|
+
fontSize: '0.875rem',
|
|
561
|
+
textTransform: 'uppercase',
|
|
562
|
+
'& .MuiButton-endIcon': {
|
|
563
|
+
display: 'none'
|
|
564
|
+
},
|
|
565
|
+
'& .SCFeedObject-poll-object-expand-icon': {
|
|
566
|
+
marginBottom: 2,
|
|
567
|
+
marginLeft: -2,
|
|
568
|
+
transition: theme.transitions.create('transform', {
|
|
569
|
+
duration: theme.transitions.duration.shortest
|
|
570
|
+
})
|
|
571
|
+
},
|
|
572
|
+
'& .SCFeedObject-poll-object-collapsed-icon': {
|
|
573
|
+
transform: 'rotate(180deg)'
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
'& .SCFeedObject-poll-object-title': {
|
|
578
|
+
textAlign: 'center',
|
|
579
|
+
color: theme.palette.text.primary,
|
|
580
|
+
marginBottom: theme.spacing(1),
|
|
581
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
582
|
+
wordWrap: 'break-word'
|
|
583
|
+
},
|
|
584
|
+
'& .SCFeedObject-poll-object-voters, & .SCFeedObject-poll-object-votes': {
|
|
585
|
+
display: 'flex',
|
|
586
|
+
margin: theme.spacing(1),
|
|
587
|
+
alignItems: 'center',
|
|
588
|
+
justifyContent: 'center',
|
|
589
|
+
'& .MuiIcon-root': {
|
|
590
|
+
width: '1em',
|
|
591
|
+
marginRight: theme.spacing(1)
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
'& .SCFeedObject-poll-object-expiration, & .SCFeedObject-poll-object-close, & .SCFeedObject-poll-object-voters': {
|
|
595
|
+
textAlign: 'center',
|
|
596
|
+
color: theme.palette.text.secondary,
|
|
597
|
+
marginBottom: theme.spacing(2.5),
|
|
598
|
+
fontWeight: theme.typography.fontWeightLight,
|
|
599
|
+
fontSize: '0.765rem'
|
|
600
|
+
},
|
|
601
|
+
'& .SCFeedObject-poll-object-voters .MuiTypography-root': {
|
|
602
|
+
fontWeight: theme.typography.fontWeightLight,
|
|
603
|
+
fontSize: '1rem'
|
|
604
|
+
},
|
|
605
|
+
'& ul': {
|
|
606
|
+
padding: theme.spacing(2.5),
|
|
607
|
+
marginBottom: theme.spacing(2.5),
|
|
608
|
+
backgroundColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity),
|
|
609
|
+
borderRadius: theme.shape.borderRadius,
|
|
610
|
+
'& li': {
|
|
611
|
+
padding: 0
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
}),
|
|
615
|
+
pollObjectChoicesRoot: ({ theme }) => ({
|
|
616
|
+
backgroundColor: 'transparent',
|
|
617
|
+
marginBottom: theme.spacing(3),
|
|
618
|
+
padding: 0,
|
|
619
|
+
width: '100%',
|
|
620
|
+
borderRadius: 0,
|
|
621
|
+
'& .SCFeedObject-poll-object-choices-label, & .SCFeedObject-poll-object-choices-vote': {
|
|
622
|
+
marginBottom: 0,
|
|
623
|
+
fontWeight: theme.typography.fontWeightBold
|
|
624
|
+
},
|
|
625
|
+
'& .SCFeedObject-poll-object-choices-progress': {
|
|
626
|
+
display: 'flex',
|
|
627
|
+
flexDirection: 'row',
|
|
628
|
+
alignItems: 'center',
|
|
629
|
+
marginBottom: 0,
|
|
630
|
+
'& .MuiLinearProgress-root': {
|
|
631
|
+
height: 10,
|
|
632
|
+
borderRadius: theme.shape.borderRadius,
|
|
633
|
+
flexGrow: 2,
|
|
634
|
+
marginRight: theme.spacing(2),
|
|
635
|
+
backgroundColor: theme.palette.common.white
|
|
636
|
+
},
|
|
637
|
+
'& > .MuiTypography-root': {
|
|
638
|
+
fontSize: '0.987rem',
|
|
639
|
+
fontWeight: theme.typography.fontWeightLight
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
}),
|
|
643
|
+
relevantActivitiesRoot: ({ theme }) => ({
|
|
644
|
+
'& .MuiList-root, & .SCFeedObject-relevant-activities-activity': {
|
|
645
|
+
padding: 0
|
|
646
|
+
// '& .SCBaseItem-content': {
|
|
647
|
+
// alignItems: 'flex-start'
|
|
648
|
+
// }
|
|
649
|
+
},
|
|
650
|
+
'& .SCFeedObject-relevant-activities-activity': {
|
|
651
|
+
'& > .SCBaseItem-root': {
|
|
652
|
+
borderRadius: 0,
|
|
653
|
+
marginBottom: theme.spacing(2),
|
|
654
|
+
'& .SCBaseItem-text': {
|
|
655
|
+
margin: 0,
|
|
656
|
+
'& .SCBaseItem-primary': {
|
|
657
|
+
display: 'inline-block',
|
|
658
|
+
marginBottom: theme.spacing(0.5),
|
|
659
|
+
'& > a': {
|
|
660
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
661
|
+
textDecoration: 'none'
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
'& .SCBaseItem-secondary': {
|
|
665
|
+
fontSize: '0.857rem'
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
'& .SCFeedObject-activity-comment-username, & .SCFeedObject-activity-follow-username, & .SCFeedObject-activity-poll-vote-username, & .SCFeedObject-activity-vote-up-username': {
|
|
670
|
+
color: 'inherit'
|
|
671
|
+
},
|
|
672
|
+
'& .SCFeedObject-activity-comment-avatar, & .SCFeedObject-activity-follow-avatar, & .SCFeedObject-activity-poll-vote-avatar, & .SCFeedObject-activity-vote-up-avatar': {
|
|
673
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
674
|
+
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
}),
|
|
678
|
+
activityCommentRoot: ({ theme }) => ({
|
|
679
|
+
'& .SCBaseItem-primary': {
|
|
680
|
+
display: 'flex !important',
|
|
681
|
+
flexDirection: 'row !important',
|
|
682
|
+
alignItems: 'center !important',
|
|
683
|
+
marginBottom: '0 !important',
|
|
684
|
+
'& .MuiTypography-root': {
|
|
685
|
+
marginBottom: 0
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
'& .SCFeedObject-activity-comment-username': {
|
|
689
|
+
marginRight: theme.spacing(0.5)
|
|
690
|
+
}
|
|
691
|
+
}),
|
|
692
|
+
activityFollowRoot: ({ theme }) => ({}),
|
|
693
|
+
activityPollVoteRoot: ({ theme }) => ({}),
|
|
694
|
+
activityVoteUpRoot: ({ theme }) => ({})
|
|
423
695
|
}
|
|
424
696
|
};
|
|
425
697
|
exports.default = Component;
|