@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
|
@@ -103,12 +103,12 @@ const Component = {
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
'& .
|
|
106
|
+
'& .SCLoyaltyProgramDetailTemplate-points-list-root': {
|
|
107
107
|
marginTop: theme.spacing(1),
|
|
108
108
|
marginBottom: theme.spacing(5),
|
|
109
109
|
'& .MuiGrid-item': {
|
|
110
110
|
paddingTop: theme.spacing(1),
|
|
111
|
-
'& .
|
|
111
|
+
'& .SCLoyaltyProgramDetailTemplate-element': {
|
|
112
112
|
display: 'flex',
|
|
113
113
|
justifyContent: 'space-between',
|
|
114
114
|
marginBottom: theme.spacing(1)
|
|
@@ -123,6 +123,57 @@ const Component = {
|
|
|
123
123
|
paddingLeft: theme.spacing(1)
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
+
}),
|
|
127
|
+
skeletonRoot: ({ theme }) => ({
|
|
128
|
+
height: '100%',
|
|
129
|
+
'& .SCLoyaltyProgramDetailTemplate-title': {
|
|
130
|
+
display: 'flex',
|
|
131
|
+
marginBottom: theme.spacing(5),
|
|
132
|
+
alignItems: 'center',
|
|
133
|
+
[theme.breakpoints.down('md')]: {
|
|
134
|
+
justifyContent: 'center'
|
|
135
|
+
},
|
|
136
|
+
'& .SCLoyaltyProgramDetailTemplate-chip': {
|
|
137
|
+
marginLeft: theme.spacing(2),
|
|
138
|
+
borderRadius: theme.shape.borderRadius
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
'& .SCLoyaltyProgramDetailTemplate-section-title': {
|
|
142
|
+
marginBottom: theme.spacing(2),
|
|
143
|
+
'& .SCLoyaltyProgramDetailTemplate-sub-title': {
|
|
144
|
+
marginBottom: theme.spacing(4)
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
'& .SCLoyaltyProgramDetailTemplate-points-list': {
|
|
148
|
+
marginBottom: theme.spacing(5)
|
|
149
|
+
}
|
|
150
|
+
}),
|
|
151
|
+
prizeItemSkeletonRoot: ({ theme }) => ({
|
|
152
|
+
[theme.breakpoints.up('sm')]: {
|
|
153
|
+
width: theme.spacing(45),
|
|
154
|
+
height: theme.spacing(45),
|
|
155
|
+
marginTop: theme.spacing(3)
|
|
156
|
+
},
|
|
157
|
+
'& .MuiCard-root': {
|
|
158
|
+
[theme.breakpoints.down('md')]: {
|
|
159
|
+
borderRadius: 0,
|
|
160
|
+
height: '100%'
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
'& .MuiCardContent-root': {
|
|
164
|
+
justifyContent: 'center',
|
|
165
|
+
'& .SCLoyaltyProgramDetailTemplate-content': {
|
|
166
|
+
display: 'flex',
|
|
167
|
+
flexDirection: 'column',
|
|
168
|
+
justifyContent: 'center',
|
|
169
|
+
alignItems: 'center',
|
|
170
|
+
marginTop: theme.spacing(2),
|
|
171
|
+
paddingBottom: theme.spacing(8)
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
'& .MuiCardActions-root': {
|
|
175
|
+
justifyContent: 'center'
|
|
176
|
+
}
|
|
126
177
|
})
|
|
127
178
|
}
|
|
128
179
|
};
|
|
@@ -28,6 +28,25 @@ declare const Component: {
|
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
+
skeletonRoot: ({ theme }: any) => {
|
|
32
|
+
'& .MuiCardContent-root': {
|
|
33
|
+
padding: any;
|
|
34
|
+
};
|
|
35
|
+
'& .SCLoyaltyProgramWidget-actions, .MuiCardActions-root': {
|
|
36
|
+
display: string;
|
|
37
|
+
justifyContent: string;
|
|
38
|
+
padding: any;
|
|
39
|
+
'& .SCLoyaltyProgramWidget-points': {
|
|
40
|
+
display: string;
|
|
41
|
+
justifyContent: string;
|
|
42
|
+
alignItems: string;
|
|
43
|
+
};
|
|
44
|
+
'& .SCLoyaltyProgramWidget-chip': {
|
|
45
|
+
borderRadius: any;
|
|
46
|
+
marginRight: any;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
31
50
|
};
|
|
32
51
|
};
|
|
33
52
|
export default Component;
|
|
@@ -27,6 +27,25 @@ const Component = {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
+
}),
|
|
31
|
+
skeletonRoot: ({ theme }) => ({
|
|
32
|
+
'& .MuiCardContent-root': {
|
|
33
|
+
padding: theme.spacing(2)
|
|
34
|
+
},
|
|
35
|
+
'& .SCLoyaltyProgramWidget-actions, .MuiCardActions-root': {
|
|
36
|
+
display: 'flex',
|
|
37
|
+
justifyContent: 'space-between',
|
|
38
|
+
padding: theme.spacing(0, 3, 2, 2),
|
|
39
|
+
'& .SCLoyaltyProgramWidget-points': {
|
|
40
|
+
display: 'flex',
|
|
41
|
+
justifyContent: 'center',
|
|
42
|
+
alignItems: 'center'
|
|
43
|
+
},
|
|
44
|
+
'& .SCLoyaltyProgramWidget-chip': {
|
|
45
|
+
borderRadius: theme.shape.borderRadius,
|
|
46
|
+
marginRight: theme.spacing(2)
|
|
47
|
+
}
|
|
48
|
+
}
|
|
30
49
|
})
|
|
31
50
|
}
|
|
32
51
|
};
|
|
@@ -74,6 +74,34 @@ declare const Component: {
|
|
|
74
74
|
color: any;
|
|
75
75
|
};
|
|
76
76
|
};
|
|
77
|
+
skeletonRoot: ({ theme }: any) => {
|
|
78
|
+
'& .SCNavigationToolbar-logo': {
|
|
79
|
+
width: number;
|
|
80
|
+
height: number;
|
|
81
|
+
};
|
|
82
|
+
'& .SCNavigationToolbar-navigation': {
|
|
83
|
+
flexGrow: number;
|
|
84
|
+
margin: any;
|
|
85
|
+
};
|
|
86
|
+
'& .SCNavigationToolbar-avatar': {
|
|
87
|
+
width: any;
|
|
88
|
+
height: any;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
notificationsMenuRoot: ({ theme }: any) => {
|
|
92
|
+
'& .SCNavigationToolbar-paper': {
|
|
93
|
+
minWidth: number;
|
|
94
|
+
padding: any;
|
|
95
|
+
'& .MuiList-root': {
|
|
96
|
+
padding: number;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
'& .SCNavigationToolbar-link': {
|
|
100
|
+
display: string;
|
|
101
|
+
textAlign: string;
|
|
102
|
+
margin: any;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
77
105
|
};
|
|
78
106
|
};
|
|
79
107
|
export default Component;
|
|
@@ -73,6 +73,34 @@ const Component = {
|
|
|
73
73
|
marginLeft: theme.spacing(4.5)
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
+
}),
|
|
77
|
+
skeletonRoot: ({ theme }) => ({
|
|
78
|
+
'& .SCNavigationToolbar-logo': {
|
|
79
|
+
width: 100,
|
|
80
|
+
height: 20
|
|
81
|
+
},
|
|
82
|
+
'& .SCNavigationToolbar-navigation': {
|
|
83
|
+
flexGrow: 1,
|
|
84
|
+
margin: theme.spacing(0, 20)
|
|
85
|
+
},
|
|
86
|
+
'& .SCNavigationToolbar-avatar': {
|
|
87
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
88
|
+
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
89
|
+
}
|
|
90
|
+
}),
|
|
91
|
+
notificationsMenuRoot: ({ theme }) => ({
|
|
92
|
+
'& .SCNavigationToolbar-paper': {
|
|
93
|
+
minWidth: 370,
|
|
94
|
+
padding: theme.spacing(2),
|
|
95
|
+
'& .MuiList-root': {
|
|
96
|
+
padding: 0
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
'& .SCNavigationToolbar-link': {
|
|
100
|
+
display: 'block',
|
|
101
|
+
textAlign: 'center',
|
|
102
|
+
margin: theme.spacing(0, 'auto')
|
|
103
|
+
}
|
|
76
104
|
})
|
|
77
105
|
}
|
|
78
106
|
};
|
|
@@ -41,6 +41,316 @@ declare const Component: {
|
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
+
skeletonRoot: ({ theme }: any) => {
|
|
45
|
+
marginBottom: any;
|
|
46
|
+
};
|
|
47
|
+
collapsedForRoot: ({ theme }: any) => {
|
|
48
|
+
width: string;
|
|
49
|
+
'& .SCNotification-flag-icon': {
|
|
50
|
+
backgroundColor: "#f44336";
|
|
51
|
+
color: string;
|
|
52
|
+
};
|
|
53
|
+
'& .SCNotification-flag-text': {
|
|
54
|
+
color: any;
|
|
55
|
+
};
|
|
56
|
+
'& .SCNotification-contribution-wrap': {
|
|
57
|
+
padding: string;
|
|
58
|
+
textOverflow: string;
|
|
59
|
+
display: string;
|
|
60
|
+
overflow: string;
|
|
61
|
+
};
|
|
62
|
+
'& .SCNotification-contribution-text': {
|
|
63
|
+
'&:hover': {
|
|
64
|
+
textDecoration: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
commentRoot: ({ theme }: any) => {
|
|
69
|
+
'& .SCNotification-username': {
|
|
70
|
+
fontWeight: any;
|
|
71
|
+
'&:hover': {
|
|
72
|
+
textDecoration: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
'& .SCNotification-vote-button': {
|
|
76
|
+
color: string;
|
|
77
|
+
padding: any;
|
|
78
|
+
fontSize: string;
|
|
79
|
+
minWidth: number;
|
|
80
|
+
borderRadius: string;
|
|
81
|
+
};
|
|
82
|
+
'& .SCNotification-contribution-text': {
|
|
83
|
+
color: any;
|
|
84
|
+
textOverflow: string;
|
|
85
|
+
display: string;
|
|
86
|
+
overflow: string;
|
|
87
|
+
'&:hover': {
|
|
88
|
+
textDecoration: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
contributionRoot: ({ theme }: any) => {
|
|
93
|
+
'& .SCNotification-username': {
|
|
94
|
+
fontWeight: any;
|
|
95
|
+
'&:hover': {
|
|
96
|
+
textDecoration: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
'& .SCNotification-vote-button': {
|
|
100
|
+
color: string;
|
|
101
|
+
padding: any;
|
|
102
|
+
fontSize: string;
|
|
103
|
+
minWidth: number;
|
|
104
|
+
borderRadius: string;
|
|
105
|
+
};
|
|
106
|
+
'& .SCNotification-contribution-text': {
|
|
107
|
+
color: any;
|
|
108
|
+
textOverflow: string;
|
|
109
|
+
overflow: string;
|
|
110
|
+
'&:hover': {
|
|
111
|
+
textDecoration: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
'& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
|
|
115
|
+
marginTop: any;
|
|
116
|
+
'& .SCDateTimeAgo-root': {
|
|
117
|
+
marginTop: number;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
contributionFollowRoot: ({ theme }: any) => {
|
|
122
|
+
'& .SCNotification-username': {
|
|
123
|
+
fontWeight: number;
|
|
124
|
+
'&:hover': {
|
|
125
|
+
textDecoration: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
'& .SCNotification-follow-text': {
|
|
129
|
+
color: any;
|
|
130
|
+
};
|
|
131
|
+
'& .SCNotification-contribution-text': {
|
|
132
|
+
'&:hover': {
|
|
133
|
+
textDecoration: string;
|
|
134
|
+
};
|
|
135
|
+
textOverflow: string;
|
|
136
|
+
display: string;
|
|
137
|
+
overflow: string;
|
|
138
|
+
};
|
|
139
|
+
'& .MuiIcon-root': {
|
|
140
|
+
fontSize: string;
|
|
141
|
+
marginBottom: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
deletedForRoot: ({ theme }: any) => {
|
|
145
|
+
'& .SCNotification-flag-icon': {
|
|
146
|
+
backgroundColor: "#f44336";
|
|
147
|
+
color: string;
|
|
148
|
+
};
|
|
149
|
+
'& .SCNotification-flag-text': {
|
|
150
|
+
color: any;
|
|
151
|
+
};
|
|
152
|
+
'& .SCNotification-contribution-wrap': {
|
|
153
|
+
marginBottom: any;
|
|
154
|
+
padding: any;
|
|
155
|
+
textOverflow: string;
|
|
156
|
+
display: string;
|
|
157
|
+
overflow: string;
|
|
158
|
+
};
|
|
159
|
+
'& .SCNotification-contribution-text': {
|
|
160
|
+
'&:hover': {
|
|
161
|
+
textDecoration: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
incubatorApprovedRoot: ({ theme }: any) => {
|
|
166
|
+
'& .SCNotification-category-icon': {
|
|
167
|
+
borderRadius: number;
|
|
168
|
+
};
|
|
169
|
+
'& .SCNotification-view-incubator-button': {
|
|
170
|
+
padding: any;
|
|
171
|
+
paddingBottom: number;
|
|
172
|
+
textTransform: string;
|
|
173
|
+
marginLeft: number;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
kindlyNoticeFlagRoot: ({ theme }: any) => {
|
|
177
|
+
'& .SCNotification-flag-icon': {
|
|
178
|
+
backgroundColor: "#f44336";
|
|
179
|
+
color: string;
|
|
180
|
+
};
|
|
181
|
+
'& .SCNotification-flag-text': {
|
|
182
|
+
color: any;
|
|
183
|
+
};
|
|
184
|
+
'& .SCNotification-contribution-wrap': {
|
|
185
|
+
padding: string;
|
|
186
|
+
textOverflow: string;
|
|
187
|
+
display: string;
|
|
188
|
+
overflow: string;
|
|
189
|
+
};
|
|
190
|
+
'& .SCNotification-contribution-text': {
|
|
191
|
+
'&:hover': {
|
|
192
|
+
textDecoration: string;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
kindlyNoticeForRoot: ({ theme }: any) => {
|
|
197
|
+
width: string;
|
|
198
|
+
'& .SCNotification-flag-icon': {
|
|
199
|
+
backgroundColor: "#f44336";
|
|
200
|
+
color: string;
|
|
201
|
+
};
|
|
202
|
+
'& .SCNotification-flag-text': {
|
|
203
|
+
color: any;
|
|
204
|
+
};
|
|
205
|
+
'& .SCNotification-contribution-wrap': {
|
|
206
|
+
padding: string;
|
|
207
|
+
textOverflow: string;
|
|
208
|
+
display: string;
|
|
209
|
+
overflow: string;
|
|
210
|
+
};
|
|
211
|
+
'& .SCNotification-contribution-text': {
|
|
212
|
+
'&:hover': {
|
|
213
|
+
textDecoration: string;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
mentionRoot: ({ theme }: any) => {
|
|
218
|
+
'& .SCNotification-username': {
|
|
219
|
+
fontWeight: number;
|
|
220
|
+
'&:hover': {
|
|
221
|
+
textDecoration: string;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
'& .SCNotification-mention-text': {
|
|
225
|
+
color: any;
|
|
226
|
+
};
|
|
227
|
+
'& .SCNotification-contribution-text': {
|
|
228
|
+
'&:hover': {
|
|
229
|
+
textDecoration: string;
|
|
230
|
+
};
|
|
231
|
+
textOverflow: string;
|
|
232
|
+
display: string;
|
|
233
|
+
overflow: string;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
privateMessageRoot: ({ theme }: any) => {
|
|
237
|
+
'& .SCNotification-username': {
|
|
238
|
+
display: string;
|
|
239
|
+
fontWeight: number;
|
|
240
|
+
'&:hover': {
|
|
241
|
+
textDecoration: string;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
'& .SCNotification-message-label': {
|
|
245
|
+
color: any;
|
|
246
|
+
};
|
|
247
|
+
'& .SCNotification-message-wrap': {
|
|
248
|
+
textOverflow: string;
|
|
249
|
+
overflow: string;
|
|
250
|
+
WebkitLineClamp: string;
|
|
251
|
+
lineClamp: number;
|
|
252
|
+
WebkitBoxOrient: string;
|
|
253
|
+
'& p': {
|
|
254
|
+
margin: number;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
'& .SCNotification-message': {
|
|
258
|
+
height: number;
|
|
259
|
+
overflowY: string;
|
|
260
|
+
textOverflow: string;
|
|
261
|
+
display: string;
|
|
262
|
+
overflow: string;
|
|
263
|
+
'&:hover': {
|
|
264
|
+
textDecoration: string;
|
|
265
|
+
};
|
|
266
|
+
'& > p': {
|
|
267
|
+
overflowY: string;
|
|
268
|
+
textOverflow: string;
|
|
269
|
+
display: string;
|
|
270
|
+
WebkitLineClamp: string;
|
|
271
|
+
lineClamp: number;
|
|
272
|
+
WebkitBoxOrient: string;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
'& .SCNotification-actions': {
|
|
276
|
+
fontSize: string;
|
|
277
|
+
maxWidth: string;
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
undeletedForRoot: ({ theme }: any) => {
|
|
281
|
+
'& .SCNotification-undeleted-icon': {
|
|
282
|
+
backgroundColor: "#f44336";
|
|
283
|
+
color: string;
|
|
284
|
+
};
|
|
285
|
+
'& .SCNotification-undeleted-text': {
|
|
286
|
+
color: any;
|
|
287
|
+
};
|
|
288
|
+
'& .SCNotification-contribution-wrap': {
|
|
289
|
+
marginBottom: any;
|
|
290
|
+
padding: any;
|
|
291
|
+
textOverflow: string;
|
|
292
|
+
display: string;
|
|
293
|
+
overflow: string;
|
|
294
|
+
};
|
|
295
|
+
'& .SCNotification-contribution-text': {
|
|
296
|
+
'&:hover': {
|
|
297
|
+
textDecoration: string;
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
userBlockedRoot: ({ theme }: any) => {
|
|
302
|
+
'& .SCNotification-unblocked-icon': {
|
|
303
|
+
backgroundColor: "#4caf50";
|
|
304
|
+
color: string;
|
|
305
|
+
};
|
|
306
|
+
'& .SCNotification-blocked-icon': {
|
|
307
|
+
backgroundColor: "#f44336";
|
|
308
|
+
color: string;
|
|
309
|
+
};
|
|
310
|
+
'& .SCNotification-blocked-text': {
|
|
311
|
+
color: any;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
userConnectionRoot: ({ theme }: any) => {
|
|
315
|
+
'& .SCNotification-username': {
|
|
316
|
+
fontWeight: number;
|
|
317
|
+
'&:hover': {
|
|
318
|
+
textDecoration: string;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
'& .SCNotification-connection-text': {
|
|
322
|
+
color: any;
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
userFollowRoot: ({ theme }: any) => {
|
|
326
|
+
width: string;
|
|
327
|
+
'& .SCNotification-username': {
|
|
328
|
+
fontWeight: number;
|
|
329
|
+
'&:hover': {
|
|
330
|
+
textDecoration: string;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
'& .SCNotification-follow-text': {
|
|
334
|
+
color: any;
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
voteUpRoot: ({ theme }: any) => {
|
|
338
|
+
width: string;
|
|
339
|
+
'& .SCNotification-username': {
|
|
340
|
+
fontWeight: number;
|
|
341
|
+
'&:hover': {
|
|
342
|
+
textDecoration: string;
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
'& .SCNotification-vote-up-text': {
|
|
346
|
+
color: any;
|
|
347
|
+
};
|
|
348
|
+
'& .SCNotification-contribution-text': {
|
|
349
|
+
'&:hover': {
|
|
350
|
+
textDecoration: string;
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
};
|
|
44
354
|
};
|
|
45
355
|
};
|
|
46
356
|
export default Component;
|