@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-theme-default",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.304",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"react-dom": "17 || 18"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@selfcommunity/react-core": "^0.4.0-alpha.
|
|
66
|
-
"@selfcommunity/react-ui": "^0.7.0-alpha.
|
|
65
|
+
"@selfcommunity/react-core": "^0.4.0-alpha.115",
|
|
66
|
+
"@selfcommunity/react-ui": "^0.7.0-alpha.351"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/chai": "^4.2.14",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"bugs": {
|
|
113
113
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "dc1fa933d5bf127bc185ca1019a4b129cf4f2707"
|
|
116
116
|
}
|
|
@@ -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,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCActivitiesMenu-selector': {
|
|
7
|
-
display: 'flex',
|
|
8
|
-
alignItems: 'center',
|
|
9
|
-
textAlign: 'center',
|
|
10
|
-
justifyContent: 'flex-end'
|
|
11
|
-
},
|
|
12
|
-
'& .SCActivitiesMenu-selector .MuiButton-root': {
|
|
13
|
-
textTransform: 'capitalize',
|
|
14
|
-
fontWeight: theme.typography.fontWeightBold
|
|
15
|
-
}
|
|
16
|
-
})
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
exports.default = Component;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCChangePictureDialog-image-item': {
|
|
5
|
-
'& .MuiImageListItemBar-actionIcon, .MuiIconButton-root': {
|
|
6
|
-
color: any;
|
|
7
|
-
};
|
|
8
|
-
'& .SCChangePictureDialog-primary': {
|
|
9
|
-
border: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
// padding: theme.spacing(1),
|
|
7
|
-
// minWidth: 'auto'
|
|
8
|
-
'& .SCChangePictureDialog-image-item': {
|
|
9
|
-
'& .MuiImageListItemBar-actionIcon, .MuiIconButton-root': {
|
|
10
|
-
color: theme.palette.common.white
|
|
11
|
-
},
|
|
12
|
-
'& .SCChangePictureDialog-primary': {
|
|
13
|
-
border: 'solid'
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
})
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
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,29 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCCommentNotification-username': {
|
|
5
|
-
fontWeight: any;
|
|
6
|
-
'&:hover': {
|
|
7
|
-
textDecoration: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
'& .SCCommentNotification-vote-button': {
|
|
11
|
-
color: string;
|
|
12
|
-
padding: any;
|
|
13
|
-
fontSize: string;
|
|
14
|
-
minWidth: number;
|
|
15
|
-
borderRadius: string;
|
|
16
|
-
};
|
|
17
|
-
'& .SCCommentNotification-contribution-text': {
|
|
18
|
-
color: any;
|
|
19
|
-
textOverflow: string;
|
|
20
|
-
display: string;
|
|
21
|
-
overflow: string;
|
|
22
|
-
'&:hover': {
|
|
23
|
-
textDecoration: string;
|
|
24
|
-
};
|
|
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
|
-
'& .SCCommentNotification-username': {
|
|
7
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
8
|
-
'&:hover': {
|
|
9
|
-
textDecoration: 'underline'
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
'& .SCCommentNotification-vote-button': {
|
|
13
|
-
color: 'inherit',
|
|
14
|
-
padding: theme.spacing(1),
|
|
15
|
-
fontSize: '1.143rem',
|
|
16
|
-
minWidth: 0,
|
|
17
|
-
borderRadius: '50%'
|
|
18
|
-
},
|
|
19
|
-
'& .SCCommentNotification-contribution-text': {
|
|
20
|
-
color: theme.palette.text.primary,
|
|
21
|
-
textOverflow: 'ellipsis',
|
|
22
|
-
display: 'inline',
|
|
23
|
-
overflow: 'hidden',
|
|
24
|
-
'&:hover': {
|
|
25
|
-
textDecoration: 'underline'
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
})
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
exports.default = Component;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'&.SCWidget-root': {
|
|
5
|
-
'& .SCBaseItem-text': {
|
|
6
|
-
marginBottom: number;
|
|
7
|
-
'& > .SCWidget-root': {
|
|
8
|
-
borderRadius: number;
|
|
9
|
-
borderColor: string;
|
|
10
|
-
};
|
|
11
|
-
'& .MuiCardContent-root': {
|
|
12
|
-
padding: any;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default Component;
|
|
@@ -1,22 +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
|
-
'&.SCWidget-root': {
|
|
8
|
-
'& .SCBaseItem-text': {
|
|
9
|
-
marginBottom: 0,
|
|
10
|
-
'& > .SCWidget-root': {
|
|
11
|
-
borderRadius: theme.shape.borderRadius * 0.5,
|
|
12
|
-
borderColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)
|
|
13
|
-
},
|
|
14
|
-
'& .MuiCardContent-root': {
|
|
15
|
-
padding: theme.spacing(1)
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
})
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
exports.default = Component;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
flexGrow: number;
|
|
5
|
-
display: string;
|
|
6
|
-
flexDirection: string;
|
|
7
|
-
'& .SCCommentObjectVotes-btnViewVotes': {
|
|
8
|
-
minWidth: number;
|
|
9
|
-
'& .MuiIcon-root': {
|
|
10
|
-
fontSize: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export default Component;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
flexGrow: 1,
|
|
7
|
-
display: 'flex',
|
|
8
|
-
flexDirection: 'row-reverse',
|
|
9
|
-
'& .SCCommentObjectVotes-btnViewVotes': {
|
|
10
|
-
minWidth: 0,
|
|
11
|
-
'& .MuiIcon-root': {
|
|
12
|
-
fontSize: '1.57rem'
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
})
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
exports.default = Component;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCContributionNotification-username': {
|
|
5
|
-
fontWeight: any;
|
|
6
|
-
'&:hover': {
|
|
7
|
-
textDecoration: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
'& .SCContributionNotification-vote-button': {
|
|
11
|
-
color: string;
|
|
12
|
-
padding: any;
|
|
13
|
-
fontSize: string;
|
|
14
|
-
minWidth: number;
|
|
15
|
-
borderRadius: string;
|
|
16
|
-
};
|
|
17
|
-
'& .SCContributionNotification-contribution-text': {
|
|
18
|
-
color: any;
|
|
19
|
-
textOverflow: string;
|
|
20
|
-
overflow: string;
|
|
21
|
-
'&:hover': {
|
|
22
|
-
textDecoration: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
'& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
|
|
26
|
-
marginTop: any;
|
|
27
|
-
'& .SCDateTimeAgo-root': {
|
|
28
|
-
marginTop: number;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
export default Component;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCContributionNotification-username': {
|
|
7
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
8
|
-
'&:hover': {
|
|
9
|
-
textDecoration: 'underline'
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
'& .SCContributionNotification-vote-button': {
|
|
13
|
-
color: 'inherit',
|
|
14
|
-
padding: theme.spacing(1),
|
|
15
|
-
fontSize: '1.143rem',
|
|
16
|
-
minWidth: 0,
|
|
17
|
-
borderRadius: '50%'
|
|
18
|
-
},
|
|
19
|
-
'& .SCContributionNotification-contribution-text': {
|
|
20
|
-
color: theme.palette.text.primary,
|
|
21
|
-
textOverflow: 'ellipsis',
|
|
22
|
-
overflow: 'hidden',
|
|
23
|
-
'&:hover': {
|
|
24
|
-
textDecoration: 'underline'
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
'& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
|
|
28
|
-
marginTop: theme.spacing(1),
|
|
29
|
-
'& .SCDateTimeAgo-root': {
|
|
30
|
-
marginTop: 0
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
})
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
exports.default = Component;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCContributorsFeedObject-btn-participants': {
|
|
5
|
-
padding: any;
|
|
6
|
-
marginLeft: any;
|
|
7
|
-
color: string;
|
|
8
|
-
fontWeight: any;
|
|
9
|
-
fontSize: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default Component;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCContributorsFeedObject-btn-participants': {
|
|
7
|
-
padding: theme.spacing(0.5),
|
|
8
|
-
marginLeft: theme.spacing(-0.5),
|
|
9
|
-
color: 'inherit',
|
|
10
|
-
fontWeight: theme.typography.fontWeightLight,
|
|
11
|
-
fontSize: '0.875rem'
|
|
12
|
-
}
|
|
13
|
-
})
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
exports.default = Component;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
position: string;
|
|
5
|
-
background: any;
|
|
6
|
-
boxShadow: string;
|
|
7
|
-
borderRadius: number;
|
|
8
|
-
marginLeft: number;
|
|
9
|
-
marginTop: number;
|
|
10
|
-
zIndex: number;
|
|
11
|
-
'& ul': {
|
|
12
|
-
padding: number;
|
|
13
|
-
listStyle: string;
|
|
14
|
-
margin: number;
|
|
15
|
-
borderRadius: number;
|
|
16
|
-
'& li': {
|
|
17
|
-
padding: any;
|
|
18
|
-
margin: number;
|
|
19
|
-
minWidth: number;
|
|
20
|
-
fontSize: any;
|
|
21
|
-
outline: string;
|
|
22
|
-
cursor: string;
|
|
23
|
-
display: string;
|
|
24
|
-
flexDirection: string;
|
|
25
|
-
justifyContent: string;
|
|
26
|
-
alignItems: string;
|
|
27
|
-
'&.selected': {
|
|
28
|
-
background: any;
|
|
29
|
-
};
|
|
30
|
-
'&.hovered': {
|
|
31
|
-
background: any;
|
|
32
|
-
};
|
|
33
|
-
'& .MuiAvatar-root': {
|
|
34
|
-
width: number;
|
|
35
|
-
height: number;
|
|
36
|
-
marginRight: any;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export default Component;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
position: 'absolute',
|
|
7
|
-
background: theme.palette.background.paper,
|
|
8
|
-
boxShadow: '0px 5px 10px rgba(0, 0, 0, 0.3)',
|
|
9
|
-
borderRadius: 8,
|
|
10
|
-
marginLeft: 7,
|
|
11
|
-
marginTop: 18,
|
|
12
|
-
zIndex: 3000,
|
|
13
|
-
'& ul': {
|
|
14
|
-
padding: 0,
|
|
15
|
-
listStyle: 'none',
|
|
16
|
-
margin: 0,
|
|
17
|
-
borderRadius: 10,
|
|
18
|
-
'& li': {
|
|
19
|
-
padding: theme.spacing(1),
|
|
20
|
-
margin: 0,
|
|
21
|
-
minWidth: 180,
|
|
22
|
-
fontSize: theme.typography.body2.fontSize,
|
|
23
|
-
outline: 'none',
|
|
24
|
-
cursor: 'pointer',
|
|
25
|
-
display: 'flex',
|
|
26
|
-
flexDirection: 'row',
|
|
27
|
-
justifyContent: 'left',
|
|
28
|
-
alignItems: 'center',
|
|
29
|
-
'&.selected': {
|
|
30
|
-
background: theme.palette.action.selected
|
|
31
|
-
},
|
|
32
|
-
'&.hovered': {
|
|
33
|
-
background: theme.palette.action.hover
|
|
34
|
-
},
|
|
35
|
-
'& .MuiAvatar-root': {
|
|
36
|
-
width: 20,
|
|
37
|
-
height: 20,
|
|
38
|
-
marginRight: theme.spacing()
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
})
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
exports.default = Component;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
position: string;
|
|
5
|
-
background: any;
|
|
6
|
-
boxShadow: string;
|
|
7
|
-
borderRadius: number;
|
|
8
|
-
marginLeft: number;
|
|
9
|
-
marginTop: number;
|
|
10
|
-
zIndex: number;
|
|
11
|
-
'& ul': {
|
|
12
|
-
padding: number;
|
|
13
|
-
listStyle: string;
|
|
14
|
-
margin: number;
|
|
15
|
-
borderRadius: number;
|
|
16
|
-
'& li': {
|
|
17
|
-
padding: any;
|
|
18
|
-
margin: number;
|
|
19
|
-
minWidth: number;
|
|
20
|
-
fontSize: any;
|
|
21
|
-
outline: string;
|
|
22
|
-
cursor: string;
|
|
23
|
-
display: string;
|
|
24
|
-
flexDirection: string;
|
|
25
|
-
justifyContent: string;
|
|
26
|
-
alignItems: string;
|
|
27
|
-
'&.selected': {
|
|
28
|
-
background: any;
|
|
29
|
-
};
|
|
30
|
-
'&.hovered': {
|
|
31
|
-
background: any;
|
|
32
|
-
};
|
|
33
|
-
'& .MuiAvatar-root': {
|
|
34
|
-
width: number;
|
|
35
|
-
height: number;
|
|
36
|
-
marginRight: any;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export default Component;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
position: 'absolute',
|
|
7
|
-
background: theme.palette.background.paper,
|
|
8
|
-
boxShadow: '0px 5px 10px rgba(0, 0, 0, 0.3)',
|
|
9
|
-
borderRadius: 8,
|
|
10
|
-
marginLeft: 7,
|
|
11
|
-
marginTop: 18,
|
|
12
|
-
zIndex: 3000,
|
|
13
|
-
'& ul': {
|
|
14
|
-
padding: 0,
|
|
15
|
-
listStyle: 'none',
|
|
16
|
-
margin: 0,
|
|
17
|
-
borderRadius: 10,
|
|
18
|
-
'& li': {
|
|
19
|
-
padding: theme.spacing(1),
|
|
20
|
-
margin: 0,
|
|
21
|
-
minWidth: 180,
|
|
22
|
-
fontSize: theme.typography.body2.fontSize,
|
|
23
|
-
outline: 'none',
|
|
24
|
-
cursor: 'pointer',
|
|
25
|
-
display: 'flex',
|
|
26
|
-
flexDirection: 'row',
|
|
27
|
-
justifyContent: 'left',
|
|
28
|
-
alignItems: 'center',
|
|
29
|
-
'&.selected': {
|
|
30
|
-
background: theme.palette.action.selected
|
|
31
|
-
},
|
|
32
|
-
'&.hovered': {
|
|
33
|
-
background: theme.palette.action.hover
|
|
34
|
-
},
|
|
35
|
-
'& .MuiAvatar-root': {
|
|
36
|
-
width: 20,
|
|
37
|
-
height: 20,
|
|
38
|
-
marginRight: theme.spacing()
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
})
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
exports.default = Component;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
borderRadius: number;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
borderWidth: number;
|
|
7
|
-
borderStyle: string;
|
|
8
|
-
display: string;
|
|
9
|
-
flexDirection: string;
|
|
10
|
-
alignItems: string;
|
|
11
|
-
justifyContent: string;
|
|
12
|
-
marginBottom: any;
|
|
13
|
-
padding: number;
|
|
14
|
-
overflowX: string;
|
|
15
|
-
MsOverflowStyle: string;
|
|
16
|
-
scrollbarWidth: string;
|
|
17
|
-
'&::-webkit-scrollbar': {
|
|
18
|
-
display: string;
|
|
19
|
-
};
|
|
20
|
-
'& .MuiTextField-root': {
|
|
21
|
-
minWidth: number;
|
|
22
|
-
margin: any;
|
|
23
|
-
};
|
|
24
|
-
'& .MuiButtonBase-root': {
|
|
25
|
-
margin: any;
|
|
26
|
-
padding: any;
|
|
27
|
-
fontSize: string;
|
|
28
|
-
border: number;
|
|
29
|
-
borderRadius: number;
|
|
30
|
-
'&.Mui-disabled': {
|
|
31
|
-
border: number;
|
|
32
|
-
};
|
|
33
|
-
'&.MuiToggleButtonGroup-grouped:not(:last-of-type)': {
|
|
34
|
-
borderTopRightRadius: number;
|
|
35
|
-
borderBottomRightRadius: number;
|
|
36
|
-
};
|
|
37
|
-
'&.MuiToggleButtonGroup-grouped:not(:first-of-type)': {
|
|
38
|
-
borderTopRightRadius: number;
|
|
39
|
-
borderBottomRightRadius: number;
|
|
40
|
-
borderTopLeftRadius: number;
|
|
41
|
-
borderBottomLeftRadius: number;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
'& .SCEditorToolbarPlugin-block-format .MuiIcon-root:first-of-type': {
|
|
45
|
-
display: string;
|
|
46
|
-
marginRight: any;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
export default Component;
|