@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,99 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const system_1 = require("@mui/system");
|
|
4
|
-
const Component = {
|
|
5
|
-
styleOverrides: {
|
|
6
|
-
root: ({ theme }) => ({
|
|
7
|
-
marginTop: theme.spacing(1),
|
|
8
|
-
marginBottom: theme.spacing(1),
|
|
9
|
-
borderTop: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
|
|
10
|
-
borderBottom: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
|
|
11
|
-
boxShadow: 'none',
|
|
12
|
-
borderRadius: 0,
|
|
13
|
-
'& .MuiButton-root': {
|
|
14
|
-
'&:focus:not(:focus-visible)': {
|
|
15
|
-
borderColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
'& .MuiCardHeader-root': {
|
|
19
|
-
textAlign: 'center',
|
|
20
|
-
padding: theme.spacing(2),
|
|
21
|
-
'& .SCPollObject-toggle-button': {
|
|
22
|
-
fontSize: '0.875rem',
|
|
23
|
-
textTransform: 'uppercase',
|
|
24
|
-
'& .MuiButton-endIcon': {
|
|
25
|
-
display: 'none'
|
|
26
|
-
},
|
|
27
|
-
'& .SCPollObject-expand-icon': {
|
|
28
|
-
marginBottom: 2,
|
|
29
|
-
marginLeft: -2,
|
|
30
|
-
transition: theme.transitions.create('transform', {
|
|
31
|
-
duration: theme.transitions.duration.shortest
|
|
32
|
-
})
|
|
33
|
-
},
|
|
34
|
-
'& .SCPollObject-collapsed-icon': {
|
|
35
|
-
transform: 'rotate(180deg)'
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
'& .SCPollObject-title': {
|
|
40
|
-
textAlign: 'center',
|
|
41
|
-
color: theme.palette.text.primary,
|
|
42
|
-
marginBottom: theme.spacing(1),
|
|
43
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
44
|
-
wordWrap: 'break-word'
|
|
45
|
-
},
|
|
46
|
-
'& .SCPollObject-voters, & .SCPollObject-votes': {
|
|
47
|
-
display: 'flex',
|
|
48
|
-
margin: theme.spacing(1),
|
|
49
|
-
alignItems: 'center',
|
|
50
|
-
justifyContent: 'center',
|
|
51
|
-
'& .MuiIcon-root': {
|
|
52
|
-
width: '1em',
|
|
53
|
-
marginRight: theme.spacing(1)
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
'& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
|
|
57
|
-
textAlign: 'center',
|
|
58
|
-
color: theme.palette.text.secondary,
|
|
59
|
-
marginBottom: theme.spacing(2.5),
|
|
60
|
-
fontWeight: theme.typography.fontWeightLight,
|
|
61
|
-
fontSize: '0.765rem'
|
|
62
|
-
},
|
|
63
|
-
'& .SCPollObject-voters .MuiTypography-root': {
|
|
64
|
-
fontWeight: theme.typography.fontWeightLight,
|
|
65
|
-
fontSize: '1rem'
|
|
66
|
-
},
|
|
67
|
-
'& ul': {
|
|
68
|
-
padding: theme.spacing(2.5),
|
|
69
|
-
marginBottom: theme.spacing(2.5),
|
|
70
|
-
backgroundColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity),
|
|
71
|
-
borderRadius: theme.shape.borderRadius,
|
|
72
|
-
'& li': {
|
|
73
|
-
padding: 0,
|
|
74
|
-
'& .SCChoices-root': {
|
|
75
|
-
backgroundColor: 'transparent',
|
|
76
|
-
padding: 0,
|
|
77
|
-
marginBottom: theme.spacing(3),
|
|
78
|
-
'& .SCChoices-label': {
|
|
79
|
-
marginBottom: 0,
|
|
80
|
-
fontWeight: theme.typography.fontWeightBold
|
|
81
|
-
},
|
|
82
|
-
'& .SCChoices-progress': {
|
|
83
|
-
marginBottom: 0,
|
|
84
|
-
'& .MuiLinearProgress-root': {
|
|
85
|
-
height: 10,
|
|
86
|
-
borderRadius: theme.shape.borderRadius
|
|
87
|
-
},
|
|
88
|
-
'& > .MuiTypography-root': {
|
|
89
|
-
fontSize: '0.987rem',
|
|
90
|
-
fontWeight: theme.typography.fontWeightLight
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
})
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
exports.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;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
[theme.breakpoints.up('sm')]: {
|
|
7
|
-
width: theme.breakpoints.values['lg']
|
|
8
|
-
},
|
|
9
|
-
'& .SCPrivateMessageComponentSkeleton-thread-section': {
|
|
10
|
-
'& .MuiCardContent-root': {
|
|
11
|
-
padding: 0,
|
|
12
|
-
'& .MuiList-root': {
|
|
13
|
-
paddingTop: 0,
|
|
14
|
-
paddingBottom: 0
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
' .MuiPaper-root, MuiAppBar-root': {
|
|
19
|
-
boxShadow: 'none',
|
|
20
|
-
borderRadius: 0
|
|
21
|
-
}
|
|
22
|
-
})
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
exports.default = Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
height: string;
|
|
5
|
-
width: string;
|
|
6
|
-
borderRadius: number;
|
|
7
|
-
'& .MuiCardContent-root': {
|
|
8
|
-
padding: number;
|
|
9
|
-
'& .MuiList-root .MuiListItem-root': {
|
|
10
|
-
height: any;
|
|
11
|
-
};
|
|
12
|
-
'&:last-child': {
|
|
13
|
-
paddingBottom: number;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
height: '100%',
|
|
7
|
-
width: '100%',
|
|
8
|
-
borderRadius: 0,
|
|
9
|
-
'& .MuiCardContent-root': {
|
|
10
|
-
padding: 0,
|
|
11
|
-
'& .MuiList-root .MuiListItem-root': {
|
|
12
|
-
height: theme.spacing(10)
|
|
13
|
-
},
|
|
14
|
-
'&:last-child': {
|
|
15
|
-
paddingBottom: 0
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
})
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
exports.default = Component;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
[x: number]: {
|
|
5
|
-
width: any;
|
|
6
|
-
height: any;
|
|
7
|
-
marginTop: any;
|
|
8
|
-
};
|
|
9
|
-
'& .MuiCard-root': {
|
|
10
|
-
[x: number]: {
|
|
11
|
-
borderRadius: number;
|
|
12
|
-
height: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
'& .MuiCardContent-root': {
|
|
16
|
-
justifyContent: string;
|
|
17
|
-
'& .SCPrizeItemSkeleton-content': {
|
|
18
|
-
display: string;
|
|
19
|
-
flexDirection: string;
|
|
20
|
-
justifyContent: string;
|
|
21
|
-
alignItems: string;
|
|
22
|
-
marginTop: any;
|
|
23
|
-
paddingBottom: any;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
'& .MuiCardActions-root': {
|
|
27
|
-
justifyContent: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
export default Component;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
[theme.breakpoints.up('sm')]: {
|
|
7
|
-
width: theme.spacing(45),
|
|
8
|
-
height: theme.spacing(45),
|
|
9
|
-
marginTop: theme.spacing(3)
|
|
10
|
-
},
|
|
11
|
-
'& .MuiCard-root': {
|
|
12
|
-
[theme.breakpoints.down('md')]: {
|
|
13
|
-
borderRadius: 0,
|
|
14
|
-
height: '100%'
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
'& .MuiCardContent-root': {
|
|
18
|
-
justifyContent: 'center',
|
|
19
|
-
'& .SCPrizeItemSkeleton-content': {
|
|
20
|
-
display: 'flex',
|
|
21
|
-
flexDirection: 'column',
|
|
22
|
-
justifyContent: 'center',
|
|
23
|
-
alignItems: 'center',
|
|
24
|
-
marginTop: theme.spacing(2),
|
|
25
|
-
paddingBottom: theme.spacing(8)
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
'& .MuiCardActions-root': {
|
|
29
|
-
justifyContent: 'center'
|
|
30
|
-
}
|
|
31
|
-
})
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
exports.default = Component;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
display: string;
|
|
5
|
-
justifyContent: string;
|
|
6
|
-
alignItems: string;
|
|
7
|
-
flexDirection: string;
|
|
8
|
-
'&.SCShareAction-inline': {
|
|
9
|
-
flexDirection: string;
|
|
10
|
-
};
|
|
11
|
-
'& .SCVoteAction-divider': {
|
|
12
|
-
width: string;
|
|
13
|
-
borderBottom: number;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default Component;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
display: 'flex',
|
|
7
|
-
justifyContent: 'center',
|
|
8
|
-
alignItems: 'center',
|
|
9
|
-
flexDirection: 'column',
|
|
10
|
-
'&.SCShareAction-inline': {
|
|
11
|
-
flexDirection: 'row-reverse'
|
|
12
|
-
},
|
|
13
|
-
'& .SCVoteAction-divider': {
|
|
14
|
-
width: '100%',
|
|
15
|
-
borderBottom: 0
|
|
16
|
-
}
|
|
17
|
-
})
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
exports.default = Component;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
margin: number;
|
|
5
|
-
padding: number;
|
|
6
|
-
'& .SCSnippetNotificationsSkeleton-item': {
|
|
7
|
-
padding: number;
|
|
8
|
-
marginBottom: any;
|
|
9
|
-
'& .SCNotificationItem-root': {
|
|
10
|
-
backgroundColor: string;
|
|
11
|
-
borderRadius: number;
|
|
12
|
-
'&.SCNotificationItem-snippet': {
|
|
13
|
-
'&:before': {
|
|
14
|
-
borderRadius: any;
|
|
15
|
-
width: any;
|
|
16
|
-
left: number;
|
|
17
|
-
height: string;
|
|
18
|
-
display: string;
|
|
19
|
-
zIndex: string;
|
|
20
|
-
position: string;
|
|
21
|
-
content: string;
|
|
22
|
-
backgroundColor: string;
|
|
23
|
-
};
|
|
24
|
-
'&.SCNotificationItem-new': {
|
|
25
|
-
'&:before': {
|
|
26
|
-
backgroundColor: any;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
'& .SCNotificationItem-header': {
|
|
30
|
-
padding: any;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export default Component;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
margin: 0,
|
|
7
|
-
padding: 0,
|
|
8
|
-
'& .SCSnippetNotificationsSkeleton-item': {
|
|
9
|
-
padding: 0,
|
|
10
|
-
marginBottom: theme.spacing(),
|
|
11
|
-
'& .SCNotificationItem-root': {
|
|
12
|
-
backgroundColor: 'transparent',
|
|
13
|
-
borderRadius: 0,
|
|
14
|
-
'&.SCNotificationItem-snippet': {
|
|
15
|
-
'&:before': {
|
|
16
|
-
borderRadius: theme.shape.borderRadius,
|
|
17
|
-
width: theme.spacing(0.6),
|
|
18
|
-
left: 1,
|
|
19
|
-
height: '100%',
|
|
20
|
-
display: 'block',
|
|
21
|
-
zIndex: '20',
|
|
22
|
-
position: 'absolute',
|
|
23
|
-
content: '" "',
|
|
24
|
-
backgroundColor: 'rgba(84, 110, 122, 0.3)'
|
|
25
|
-
},
|
|
26
|
-
'&.SCNotificationItem-new': {
|
|
27
|
-
'&:before': {
|
|
28
|
-
backgroundColor: theme.palette.primary.main
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
'& .SCNotificationItem-header': {
|
|
32
|
-
padding: theme.spacing(1, 2)
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
})
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
exports.default = Component;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCUserInfoDialog-caption': {
|
|
5
|
-
marginTop: any;
|
|
6
|
-
textAlign: string;
|
|
7
|
-
'& .SCUserInfoDialog-avatar': {
|
|
8
|
-
margin: any;
|
|
9
|
-
width: any;
|
|
10
|
-
height: any;
|
|
11
|
-
};
|
|
12
|
-
'& .SCUserInfoDialog-username': {
|
|
13
|
-
fontWeight: any;
|
|
14
|
-
fontSize: string;
|
|
15
|
-
marginBottom: any;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default Component;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCUserInfoDialog-caption': {
|
|
7
|
-
marginTop: theme.spacing(-2),
|
|
8
|
-
textAlign: 'center',
|
|
9
|
-
'& .SCUserInfoDialog-avatar': {
|
|
10
|
-
margin: theme.spacing(0, 'auto', 1),
|
|
11
|
-
width: theme.selfcommunity.user.avatar.sizeLarge,
|
|
12
|
-
height: theme.selfcommunity.user.avatar.sizeLarge
|
|
13
|
-
},
|
|
14
|
-
'& .SCUserInfoDialog-username': {
|
|
15
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
16
|
-
fontSize: '1.143rem',
|
|
17
|
-
marginBottom: theme.spacing(1)
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
})
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
exports.default = Component;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCUserInfo-field': {
|
|
5
|
-
marginBottom: any;
|
|
6
|
-
'& h6': {
|
|
7
|
-
fontSize: string;
|
|
8
|
-
fontWeight: any;
|
|
9
|
-
marginBottom: any;
|
|
10
|
-
};
|
|
11
|
-
'&:last-of-type': {
|
|
12
|
-
marginBottom: number;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default Component;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCUserInfo-field': {
|
|
7
|
-
marginBottom: theme.spacing(2),
|
|
8
|
-
'& h6': {
|
|
9
|
-
fontSize: '1.143rem',
|
|
10
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
11
|
-
marginBottom: theme.spacing(0.5)
|
|
12
|
-
},
|
|
13
|
-
'&:last-of-type': {
|
|
14
|
-
marginBottom: 0
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
})
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
exports.default = Component;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCUserProfileEditSectionAccount-danger-zone': {
|
|
7
|
-
marginTop: theme.spacing(2),
|
|
8
|
-
'& > *': {
|
|
9
|
-
marginBottom: theme.spacing(2)
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
})
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
|
-
exports.default = Component;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCUserProfileEditSectionAccountCredentials-email, .SCUserProfileEditSectionAccountCredentials-password': {
|
|
5
|
-
margin: any;
|
|
6
|
-
fontWeight: string;
|
|
7
|
-
};
|
|
8
|
-
'& .SCUserProfileEditSectionAccountCredentials-danger-zone': {
|
|
9
|
-
marginTop: any;
|
|
10
|
-
'& > *': {
|
|
11
|
-
marginBottom: any;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
dialogRoot: ({ theme }: any) => {
|
|
16
|
-
'& .MuiDialogContent-root': {
|
|
17
|
-
'& .SCUserProfileEditSectionAccountCredentials-password-form': {
|
|
18
|
-
'& .SCUserProfileEditSectionAccountCredentials-form-field': {
|
|
19
|
-
margin: any;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
'& .SCUserProfileEditSectionAccountCredentials-confirm-change-button': {
|
|
24
|
-
marginTop: any;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
export default Component;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCUserProfileEditSectionAccountCredentials-email, .SCUserProfileEditSectionAccountCredentials-password': {
|
|
7
|
-
margin: theme.spacing(1, 0, 1, 0),
|
|
8
|
-
fontWeight: 'bold'
|
|
9
|
-
},
|
|
10
|
-
'& .SCUserProfileEditSectionAccountCredentials-danger-zone': {
|
|
11
|
-
marginTop: theme.spacing(2),
|
|
12
|
-
'& > *': {
|
|
13
|
-
marginBottom: theme.spacing(2)
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}),
|
|
17
|
-
dialogRoot: ({ theme }) => ({
|
|
18
|
-
'& .MuiDialogContent-root': {
|
|
19
|
-
'& .SCUserProfileEditSectionAccountCredentials-password-form': {
|
|
20
|
-
'& .SCUserProfileEditSectionAccountCredentials-form-field': {
|
|
21
|
-
margin: theme.spacing(1, 1, 1, 0)
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
'& .SCUserProfileEditSectionAccountCredentials-confirm-change-button': {
|
|
26
|
-
marginTop: theme.spacing(1)
|
|
27
|
-
}
|
|
28
|
-
})
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
exports.default = Component;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
display: string;
|
|
5
|
-
justifyContent: string;
|
|
6
|
-
alignItems: string;
|
|
7
|
-
flexDirection: string;
|
|
8
|
-
'&.SCVoteAction-inline': {
|
|
9
|
-
flexDirection: string;
|
|
10
|
-
};
|
|
11
|
-
'& .SCVoteAction-divider': {
|
|
12
|
-
width: string;
|
|
13
|
-
borderBottom: number;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default Component;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
display: 'flex',
|
|
7
|
-
justifyContent: 'center',
|
|
8
|
-
alignItems: 'center',
|
|
9
|
-
flexDirection: 'column',
|
|
10
|
-
'&.SCVoteAction-inline': {
|
|
11
|
-
flexDirection: 'row-reverse'
|
|
12
|
-
},
|
|
13
|
-
'& .SCVoteAction-divider': {
|
|
14
|
-
width: '100%',
|
|
15
|
-
borderBottom: 0
|
|
16
|
-
}
|
|
17
|
-
})
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
exports.default = Component;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCActivitiesMenu-selector': {
|
|
5
|
-
display: string;
|
|
6
|
-
alignItems: string;
|
|
7
|
-
textAlign: string;
|
|
8
|
-
justifyContent: string;
|
|
9
|
-
};
|
|
10
|
-
'& .SCActivitiesMenu-selector .MuiButton-root': {
|
|
11
|
-
textTransform: string;
|
|
12
|
-
fontWeight: any;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
export default Component;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
'& .SCActivitiesMenu-selector': {
|
|
5
|
-
display: 'flex',
|
|
6
|
-
alignItems: 'center',
|
|
7
|
-
textAlign: 'center',
|
|
8
|
-
justifyContent: 'flex-end'
|
|
9
|
-
},
|
|
10
|
-
'& .SCActivitiesMenu-selector .MuiButton-root': {
|
|
11
|
-
textTransform: 'capitalize',
|
|
12
|
-
fontWeight: theme.typography.fontWeightBold
|
|
13
|
-
}
|
|
14
|
-
})
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
export default Component;
|