@selfcommunity/react-theme-default 0.1.0-alpha.301 → 0.1.0-alpha.303
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
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'&.SCFeedObjectSkeleton-preview, &.SCFeedObjectSkeleton-detail, &.SCFeedObjectSkeleton-search': {
|
|
5
|
-
[x: number]: {
|
|
6
|
-
borderRadius: any;
|
|
7
|
-
};
|
|
8
|
-
border: string;
|
|
9
|
-
boxShadow: string;
|
|
10
|
-
borderRadius: number;
|
|
11
|
-
};
|
|
12
|
-
'& .SCFeedObjectSkeleton-media': {
|
|
13
|
-
height: number;
|
|
14
|
-
marginBottom: number;
|
|
15
|
-
};
|
|
16
|
-
'& .SCFeedObjectSkeleton-snippet > *': {
|
|
17
|
-
paddingLeft: number;
|
|
18
|
-
paddingRight: number;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
export default Component;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
'&.SCFeedObjectSkeleton-preview, &.SCFeedObjectSkeleton-detail, &.SCFeedObjectSkeleton-search': {
|
|
5
|
-
border: `0 none`,
|
|
6
|
-
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
7
|
-
borderRadius: 0,
|
|
8
|
-
[theme.breakpoints.up('sm')]: {
|
|
9
|
-
borderRadius: theme.shape.borderRadius
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
'& .SCFeedObjectSkeleton-media': {
|
|
13
|
-
height: 250,
|
|
14
|
-
marginBottom: 20
|
|
15
|
-
},
|
|
16
|
-
'& .SCFeedObjectSkeleton-snippet > *': {
|
|
17
|
-
paddingLeft: 0,
|
|
18
|
-
paddingRight: 0
|
|
19
|
-
}
|
|
20
|
-
})
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
export default Component;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCFeedRelevantActivities-activity': {
|
|
5
|
-
'& > .SCBaseItem-root': {
|
|
6
|
-
borderRadius: number;
|
|
7
|
-
marginBottom: any;
|
|
8
|
-
'& .SCBaseItem-text': {
|
|
9
|
-
margin: number;
|
|
10
|
-
'& .SCBaseItem-primary': {
|
|
11
|
-
display: string;
|
|
12
|
-
marginBottom: any;
|
|
13
|
-
'& > a': {
|
|
14
|
-
fontWeight: any;
|
|
15
|
-
textDecoration: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
'& .SCBaseItem-secondary': {
|
|
19
|
-
fontSize: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export default Component;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
'& .SCFeedRelevantActivities-activity': {
|
|
5
|
-
'& > .SCBaseItem-root': {
|
|
6
|
-
borderRadius: 0,
|
|
7
|
-
marginBottom: theme.spacing(2),
|
|
8
|
-
'& .SCBaseItem-text': {
|
|
9
|
-
margin: 0,
|
|
10
|
-
'& .SCBaseItem-primary': {
|
|
11
|
-
display: 'inline-block',
|
|
12
|
-
marginBottom: theme.spacing(0.5),
|
|
13
|
-
'& > a': {
|
|
14
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
15
|
-
textDecoration: 'none'
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
'& .SCBaseItem-secondary': {
|
|
19
|
-
fontSize: '0.857rem'
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
export default Component;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
maxWidth: any;
|
|
5
|
-
'& .SCFeedSkeleton-left': {
|
|
6
|
-
[x: number]: {
|
|
7
|
-
padding: any;
|
|
8
|
-
};
|
|
9
|
-
padding: number;
|
|
10
|
-
'&:last-child': {
|
|
11
|
-
paddingBottom: any;
|
|
12
|
-
};
|
|
13
|
-
'& > .SCWidget-root': {
|
|
14
|
-
marginBottom: any;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
'& .SCFeedSkeleton-right': {
|
|
18
|
-
padding: any;
|
|
19
|
-
'& .SCWidget-root': {
|
|
20
|
-
marginBottom: any;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
'& .SCFeedSkeleton-end': {
|
|
24
|
-
padding: number;
|
|
25
|
-
marginBottom: any;
|
|
26
|
-
'& > div': {
|
|
27
|
-
padding: any;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export default Component;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
maxWidth: theme.breakpoints.values['lg'],
|
|
5
|
-
'& .SCFeedSkeleton-left': {
|
|
6
|
-
padding: 0,
|
|
7
|
-
[theme.breakpoints.up('sm')]: {
|
|
8
|
-
padding: theme.spacing(1.25)
|
|
9
|
-
},
|
|
10
|
-
'&:last-child': {
|
|
11
|
-
paddingBottom: theme.spacing(4)
|
|
12
|
-
},
|
|
13
|
-
'& > .SCWidget-root': {
|
|
14
|
-
marginBottom: theme.spacing(2)
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
'& .SCFeedSkeleton-right': {
|
|
18
|
-
padding: theme.spacing(1.25, 0),
|
|
19
|
-
'& .SCWidget-root': {
|
|
20
|
-
marginBottom: theme.spacing(3)
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
'& .SCFeedSkeleton-end': {
|
|
24
|
-
padding: 0,
|
|
25
|
-
marginBottom: theme.spacing(3),
|
|
26
|
-
'& > div': {
|
|
27
|
-
padding: theme.spacing(2)
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
})
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
export default Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCFollowAction-button': {
|
|
5
|
-
color: any;
|
|
6
|
-
'&.SCFollowAction-iconized': {
|
|
7
|
-
borderRadius: string;
|
|
8
|
-
padding: any;
|
|
9
|
-
minWidth: string;
|
|
10
|
-
fontSize: string;
|
|
11
|
-
};
|
|
12
|
-
'&.SCFollowAction-followed': {
|
|
13
|
-
color: any;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
'& .SCFollowAction-button': {
|
|
5
|
-
color: theme.palette.primary.main,
|
|
6
|
-
'&.SCFollowAction-iconized': {
|
|
7
|
-
borderRadius: '50%',
|
|
8
|
-
padding: theme.spacing(1),
|
|
9
|
-
minWidth: 'auto',
|
|
10
|
-
fontSize: '1.429rem'
|
|
11
|
-
},
|
|
12
|
-
'&.SCFollowAction-followed': {
|
|
13
|
-
color: theme.palette.secondary.main
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
})
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
width: string;
|
|
5
|
-
'& .MuiCardContent-root': {
|
|
6
|
-
'& .SCIncubatorSkeleton-secondary': {
|
|
7
|
-
marginTop: any;
|
|
8
|
-
};
|
|
9
|
-
'& .SCIncubatorSkeleton-progress-bar': {
|
|
10
|
-
marginTop: any;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
'& .MuiCardActions-root': {
|
|
14
|
-
marginLeft: any;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
width: '100%',
|
|
5
|
-
'& .MuiCardContent-root': {
|
|
6
|
-
'& .SCIncubatorSkeleton-secondary': {
|
|
7
|
-
marginTop: theme.spacing(1)
|
|
8
|
-
},
|
|
9
|
-
'& .SCIncubatorSkeleton-progress-bar': {
|
|
10
|
-
marginTop: theme.spacing(1)
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
'& .MuiCardActions-root': {
|
|
14
|
-
marginLeft: theme.spacing(2)
|
|
15
|
-
}
|
|
16
|
-
})
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
height: string;
|
|
5
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-title': {
|
|
6
|
-
[x: number]: {
|
|
7
|
-
justifyContent: string;
|
|
8
|
-
};
|
|
9
|
-
display: string;
|
|
10
|
-
marginBottom: any;
|
|
11
|
-
alignItems: string;
|
|
12
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-chip': {
|
|
13
|
-
marginLeft: any;
|
|
14
|
-
borderRadius: any;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-section-title': {
|
|
18
|
-
marginBottom: any;
|
|
19
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-sub-title': {
|
|
20
|
-
marginBottom: any;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-points-list': {
|
|
24
|
-
marginBottom: any;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
export default Component;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
height: '100%',
|
|
5
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-title': {
|
|
6
|
-
display: 'flex',
|
|
7
|
-
marginBottom: theme.spacing(5),
|
|
8
|
-
alignItems: 'center',
|
|
9
|
-
[theme.breakpoints.down('md')]: {
|
|
10
|
-
justifyContent: 'center'
|
|
11
|
-
},
|
|
12
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-chip': {
|
|
13
|
-
marginLeft: theme.spacing(2),
|
|
14
|
-
borderRadius: theme.shape.borderRadius
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-section-title': {
|
|
18
|
-
marginBottom: theme.spacing(2),
|
|
19
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-sub-title': {
|
|
20
|
-
marginBottom: theme.spacing(4)
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
'& .SCLoyaltyProgramDetailTemplateSkeleton-points-list': {
|
|
24
|
-
marginBottom: theme.spacing(5)
|
|
25
|
-
}
|
|
26
|
-
})
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
export default Component;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCLoyaltyProgramWidgetSkeleton-root, .MuiCardContent-root': {
|
|
5
|
-
padding: any;
|
|
6
|
-
};
|
|
7
|
-
'& .SCLoyaltyProgramWidgetSkeleton-actions, .MuiCardActions-root': {
|
|
8
|
-
display: string;
|
|
9
|
-
justifyContent: string;
|
|
10
|
-
padding: any;
|
|
11
|
-
'& .SCLoyaltyProgramWidgetSkeleton-points': {
|
|
12
|
-
display: string;
|
|
13
|
-
justifyContent: string;
|
|
14
|
-
alignItems: string;
|
|
15
|
-
};
|
|
16
|
-
'& .SCLoyaltyProgramWidgetSkeleton-chip': {
|
|
17
|
-
borderRadius: any;
|
|
18
|
-
marginRight: any;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default Component;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
'& .SCLoyaltyProgramWidgetSkeleton-root, .MuiCardContent-root': {
|
|
5
|
-
padding: theme.spacing(2)
|
|
6
|
-
},
|
|
7
|
-
'& .SCLoyaltyProgramWidgetSkeleton-actions, .MuiCardActions-root': {
|
|
8
|
-
display: 'flex',
|
|
9
|
-
justifyContent: 'space-between',
|
|
10
|
-
padding: theme.spacing(0, 3, 2, 2),
|
|
11
|
-
'& .SCLoyaltyProgramWidgetSkeleton-points': {
|
|
12
|
-
display: 'flex',
|
|
13
|
-
justifyContent: 'center',
|
|
14
|
-
alignItems: 'center'
|
|
15
|
-
},
|
|
16
|
-
'& .SCLoyaltyProgramWidgetSkeleton-chip': {
|
|
17
|
-
borderRadius: theme.shape.borderRadius,
|
|
18
|
-
marginRight: theme.spacing(2)
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
})
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
export default Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCNavigationToolbarSkeleton-logo': {
|
|
5
|
-
width: number;
|
|
6
|
-
height: number;
|
|
7
|
-
};
|
|
8
|
-
'& .SCNavigationToolbarSkeleton-navigation': {
|
|
9
|
-
flexGrow: number;
|
|
10
|
-
margin: any;
|
|
11
|
-
};
|
|
12
|
-
'& .SCNavigationToolbarSkeleton-avatar': {
|
|
13
|
-
width: any;
|
|
14
|
-
height: any;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
'& .SCNavigationToolbarSkeleton-logo': {
|
|
5
|
-
width: 100,
|
|
6
|
-
height: 20
|
|
7
|
-
},
|
|
8
|
-
'& .SCNavigationToolbarSkeleton-navigation': {
|
|
9
|
-
flexGrow: 1,
|
|
10
|
-
margin: theme.spacing(0, 20)
|
|
11
|
-
},
|
|
12
|
-
'& .SCNavigationToolbarSkeleton-avatar': {
|
|
13
|
-
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
14
|
-
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
15
|
-
}
|
|
16
|
-
})
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
marginTop: any;
|
|
5
|
-
marginBottom: any;
|
|
6
|
-
borderTop: string;
|
|
7
|
-
borderBottom: string;
|
|
8
|
-
boxShadow: string;
|
|
9
|
-
borderRadius: number;
|
|
10
|
-
'& .MuiButton-root': {
|
|
11
|
-
'&:focus:not(:focus-visible)': {
|
|
12
|
-
borderColor: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
'& .MuiCardHeader-root': {
|
|
16
|
-
textAlign: string;
|
|
17
|
-
padding: any;
|
|
18
|
-
'& .SCPollObject-toggle-button': {
|
|
19
|
-
fontSize: string;
|
|
20
|
-
textTransform: string;
|
|
21
|
-
'& .MuiButton-endIcon': {
|
|
22
|
-
display: string;
|
|
23
|
-
};
|
|
24
|
-
'& .SCPollObject-expand-icon': {
|
|
25
|
-
marginBottom: number;
|
|
26
|
-
marginLeft: number;
|
|
27
|
-
transition: any;
|
|
28
|
-
};
|
|
29
|
-
'& .SCPollObject-collapsed-icon': {
|
|
30
|
-
transform: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
'& .SCPollObject-title': {
|
|
35
|
-
textAlign: string;
|
|
36
|
-
color: any;
|
|
37
|
-
marginBottom: any;
|
|
38
|
-
fontWeight: any;
|
|
39
|
-
wordWrap: string;
|
|
40
|
-
};
|
|
41
|
-
'& .SCPollObject-voters, & .SCPollObject-votes': {
|
|
42
|
-
display: string;
|
|
43
|
-
margin: any;
|
|
44
|
-
alignItems: string;
|
|
45
|
-
justifyContent: string;
|
|
46
|
-
'& .MuiIcon-root': {
|
|
47
|
-
width: string;
|
|
48
|
-
marginRight: any;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
'& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
|
|
52
|
-
textAlign: string;
|
|
53
|
-
color: any;
|
|
54
|
-
marginBottom: any;
|
|
55
|
-
fontWeight: any;
|
|
56
|
-
fontSize: string;
|
|
57
|
-
};
|
|
58
|
-
'& .SCPollObject-voters .MuiTypography-root': {
|
|
59
|
-
fontWeight: any;
|
|
60
|
-
fontSize: string;
|
|
61
|
-
};
|
|
62
|
-
'& ul': {
|
|
63
|
-
padding: any;
|
|
64
|
-
marginBottom: any;
|
|
65
|
-
backgroundColor: string;
|
|
66
|
-
borderRadius: any;
|
|
67
|
-
'& li': {
|
|
68
|
-
padding: number;
|
|
69
|
-
'& .SCChoices-root': {
|
|
70
|
-
backgroundColor: string;
|
|
71
|
-
padding: number;
|
|
72
|
-
marginBottom: any;
|
|
73
|
-
'& .SCChoices-label': {
|
|
74
|
-
marginBottom: number;
|
|
75
|
-
fontWeight: any;
|
|
76
|
-
};
|
|
77
|
-
'& .SCChoices-progress': {
|
|
78
|
-
marginBottom: number;
|
|
79
|
-
'& .MuiLinearProgress-root': {
|
|
80
|
-
height: number;
|
|
81
|
-
borderRadius: any;
|
|
82
|
-
};
|
|
83
|
-
'& > .MuiTypography-root': {
|
|
84
|
-
fontSize: string;
|
|
85
|
-
fontWeight: any;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
export default Component;
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { alpha } from '@mui/system';
|
|
2
|
-
const Component = {
|
|
3
|
-
styleOverrides: {
|
|
4
|
-
root: ({ theme }) => ({
|
|
5
|
-
marginTop: theme.spacing(1),
|
|
6
|
-
marginBottom: theme.spacing(1),
|
|
7
|
-
borderTop: `1px solid ${alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
|
|
8
|
-
borderBottom: `1px solid ${alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
|
|
9
|
-
boxShadow: 'none',
|
|
10
|
-
borderRadius: 0,
|
|
11
|
-
'& .MuiButton-root': {
|
|
12
|
-
'&:focus:not(:focus-visible)': {
|
|
13
|
-
borderColor: alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity)
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
'& .MuiCardHeader-root': {
|
|
17
|
-
textAlign: 'center',
|
|
18
|
-
padding: theme.spacing(2),
|
|
19
|
-
'& .SCPollObject-toggle-button': {
|
|
20
|
-
fontSize: '0.875rem',
|
|
21
|
-
textTransform: 'uppercase',
|
|
22
|
-
'& .MuiButton-endIcon': {
|
|
23
|
-
display: 'none'
|
|
24
|
-
},
|
|
25
|
-
'& .SCPollObject-expand-icon': {
|
|
26
|
-
marginBottom: 2,
|
|
27
|
-
marginLeft: -2,
|
|
28
|
-
transition: theme.transitions.create('transform', {
|
|
29
|
-
duration: theme.transitions.duration.shortest
|
|
30
|
-
})
|
|
31
|
-
},
|
|
32
|
-
'& .SCPollObject-collapsed-icon': {
|
|
33
|
-
transform: 'rotate(180deg)'
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
'& .SCPollObject-title': {
|
|
38
|
-
textAlign: 'center',
|
|
39
|
-
color: theme.palette.text.primary,
|
|
40
|
-
marginBottom: theme.spacing(1),
|
|
41
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
42
|
-
wordWrap: 'break-word'
|
|
43
|
-
},
|
|
44
|
-
'& .SCPollObject-voters, & .SCPollObject-votes': {
|
|
45
|
-
display: 'flex',
|
|
46
|
-
margin: theme.spacing(1),
|
|
47
|
-
alignItems: 'center',
|
|
48
|
-
justifyContent: 'center',
|
|
49
|
-
'& .MuiIcon-root': {
|
|
50
|
-
width: '1em',
|
|
51
|
-
marginRight: theme.spacing(1)
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
'& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
|
|
55
|
-
textAlign: 'center',
|
|
56
|
-
color: theme.palette.text.secondary,
|
|
57
|
-
marginBottom: theme.spacing(2.5),
|
|
58
|
-
fontWeight: theme.typography.fontWeightLight,
|
|
59
|
-
fontSize: '0.765rem'
|
|
60
|
-
},
|
|
61
|
-
'& .SCPollObject-voters .MuiTypography-root': {
|
|
62
|
-
fontWeight: theme.typography.fontWeightLight,
|
|
63
|
-
fontSize: '1rem'
|
|
64
|
-
},
|
|
65
|
-
'& ul': {
|
|
66
|
-
padding: theme.spacing(2.5),
|
|
67
|
-
marginBottom: theme.spacing(2.5),
|
|
68
|
-
backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity),
|
|
69
|
-
borderRadius: theme.shape.borderRadius,
|
|
70
|
-
'& li': {
|
|
71
|
-
padding: 0,
|
|
72
|
-
'& .SCChoices-root': {
|
|
73
|
-
backgroundColor: 'transparent',
|
|
74
|
-
padding: 0,
|
|
75
|
-
marginBottom: theme.spacing(3),
|
|
76
|
-
'& .SCChoices-label': {
|
|
77
|
-
marginBottom: 0,
|
|
78
|
-
fontWeight: theme.typography.fontWeightBold
|
|
79
|
-
},
|
|
80
|
-
'& .SCChoices-progress': {
|
|
81
|
-
marginBottom: 0,
|
|
82
|
-
'& .MuiLinearProgress-root': {
|
|
83
|
-
height: 10,
|
|
84
|
-
borderRadius: theme.shape.borderRadius
|
|
85
|
-
},
|
|
86
|
-
'& > .MuiTypography-root': {
|
|
87
|
-
fontSize: '0.987rem',
|
|
88
|
-
fontWeight: theme.typography.fontWeightLight
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
})
|
|
95
|
-
}
|
|
96
|
-
};
|
|
97
|
-
export default Component;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
[x: number]: {
|
|
5
|
-
width: any;
|
|
6
|
-
};
|
|
7
|
-
'& .SCPrivateMessageComponentSkeleton-thread-section': {
|
|
8
|
-
'& .MuiCardContent-root': {
|
|
9
|
-
padding: number;
|
|
10
|
-
'& .MuiList-root': {
|
|
11
|
-
paddingTop: number;
|
|
12
|
-
paddingBottom: number;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
' .MuiPaper-root, MuiAppBar-root': {
|
|
17
|
-
boxShadow: string;
|
|
18
|
-
borderRadius: number;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
export default Component;
|