@selfcommunity/react-theme-default 0.1.0-alpha.302 → 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,4 +1,5 @@
|
|
|
1
1
|
import { alpha } from '@mui/system';
|
|
2
|
+
import { green, red } from '@mui/material/colors';
|
|
2
3
|
const Component = {
|
|
3
4
|
styleOverrides: {
|
|
4
5
|
root: ({ theme }) => ({
|
|
@@ -41,6 +42,316 @@ const Component = {
|
|
|
41
42
|
textDecoration: 'underline'
|
|
42
43
|
}
|
|
43
44
|
}
|
|
45
|
+
}),
|
|
46
|
+
skeletonRoot: ({ theme }) => ({
|
|
47
|
+
marginBottom: theme.spacing(2)
|
|
48
|
+
}),
|
|
49
|
+
collapsedForRoot: ({ theme }) => ({
|
|
50
|
+
width: '100%',
|
|
51
|
+
'& .SCNotification-flag-icon': {
|
|
52
|
+
backgroundColor: red[500],
|
|
53
|
+
color: '#FFF'
|
|
54
|
+
},
|
|
55
|
+
'& .SCNotification-flag-text': {
|
|
56
|
+
color: theme.palette.text.primary
|
|
57
|
+
},
|
|
58
|
+
'& .SCNotification-contribution-wrap': {
|
|
59
|
+
padding: `${theme.spacing(2)} ${theme.spacing(2)}`,
|
|
60
|
+
textOverflow: 'ellipsis',
|
|
61
|
+
display: 'inline',
|
|
62
|
+
overflow: 'hidden'
|
|
63
|
+
},
|
|
64
|
+
'& .SCNotification-contribution-text': {
|
|
65
|
+
'&:hover': {
|
|
66
|
+
textDecoration: 'underline'
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}),
|
|
70
|
+
commentRoot: ({ theme }) => ({
|
|
71
|
+
'& .SCNotification-username': {
|
|
72
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
73
|
+
'&:hover': {
|
|
74
|
+
textDecoration: 'underline'
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
'& .SCNotification-vote-button': {
|
|
78
|
+
color: 'inherit',
|
|
79
|
+
padding: theme.spacing(1),
|
|
80
|
+
fontSize: '1.143rem',
|
|
81
|
+
minWidth: 0,
|
|
82
|
+
borderRadius: '50%'
|
|
83
|
+
},
|
|
84
|
+
'& .SCNotification-contribution-text': {
|
|
85
|
+
color: theme.palette.text.primary,
|
|
86
|
+
textOverflow: 'ellipsis',
|
|
87
|
+
display: 'inline',
|
|
88
|
+
overflow: 'hidden',
|
|
89
|
+
'&:hover': {
|
|
90
|
+
textDecoration: 'underline'
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}),
|
|
94
|
+
contributionRoot: ({ theme }) => ({
|
|
95
|
+
'& .SCNotification-username': {
|
|
96
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
97
|
+
'&:hover': {
|
|
98
|
+
textDecoration: 'underline'
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
'& .SCNotification-vote-button': {
|
|
102
|
+
color: 'inherit',
|
|
103
|
+
padding: theme.spacing(1),
|
|
104
|
+
fontSize: '1.143rem',
|
|
105
|
+
minWidth: 0,
|
|
106
|
+
borderRadius: '50%'
|
|
107
|
+
},
|
|
108
|
+
'& .SCNotification-contribution-text': {
|
|
109
|
+
color: theme.palette.text.primary,
|
|
110
|
+
textOverflow: 'ellipsis',
|
|
111
|
+
overflow: 'hidden',
|
|
112
|
+
'&:hover': {
|
|
113
|
+
textDecoration: 'underline'
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
'& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
|
|
117
|
+
marginTop: theme.spacing(1),
|
|
118
|
+
'& .SCDateTimeAgo-root': {
|
|
119
|
+
marginTop: 0
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}),
|
|
123
|
+
contributionFollowRoot: ({ theme }) => ({
|
|
124
|
+
'& .SCNotification-username': {
|
|
125
|
+
fontWeight: 700,
|
|
126
|
+
'&:hover': {
|
|
127
|
+
textDecoration: 'underline'
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
'& .SCNotification-follow-text': {
|
|
131
|
+
color: theme.palette.text.primary
|
|
132
|
+
},
|
|
133
|
+
'& .SCNotification-contribution-text': {
|
|
134
|
+
'&:hover': {
|
|
135
|
+
textDecoration: 'underline'
|
|
136
|
+
},
|
|
137
|
+
textOverflow: 'ellipsis',
|
|
138
|
+
display: 'inline',
|
|
139
|
+
overflow: 'hidden'
|
|
140
|
+
},
|
|
141
|
+
'& .MuiIcon-root': {
|
|
142
|
+
fontSize: '18px',
|
|
143
|
+
marginBottom: '0.5px'
|
|
144
|
+
}
|
|
145
|
+
}),
|
|
146
|
+
deletedForRoot: ({ theme }) => ({
|
|
147
|
+
'& .SCNotification-flag-icon': {
|
|
148
|
+
backgroundColor: red[500],
|
|
149
|
+
color: '#FFF'
|
|
150
|
+
},
|
|
151
|
+
'& .SCNotification-flag-text': {
|
|
152
|
+
color: theme.palette.text.primary
|
|
153
|
+
},
|
|
154
|
+
'& .SCNotification-contribution-wrap': {
|
|
155
|
+
marginBottom: theme.spacing(1),
|
|
156
|
+
padding: theme.spacing(2),
|
|
157
|
+
textOverflow: 'ellipsis',
|
|
158
|
+
display: 'inline',
|
|
159
|
+
overflow: 'hidden'
|
|
160
|
+
},
|
|
161
|
+
'& .SCNotification-contribution-text': {
|
|
162
|
+
'&:hover': {
|
|
163
|
+
textDecoration: 'underline'
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}),
|
|
167
|
+
incubatorApprovedRoot: ({ theme }) => ({
|
|
168
|
+
'& .SCNotification-category-icon': {
|
|
169
|
+
borderRadius: 3
|
|
170
|
+
},
|
|
171
|
+
'& .SCNotification-view-incubator-button': {
|
|
172
|
+
padding: theme.spacing(),
|
|
173
|
+
paddingBottom: 0,
|
|
174
|
+
textTransform: 'initial',
|
|
175
|
+
marginLeft: -8
|
|
176
|
+
}
|
|
177
|
+
}),
|
|
178
|
+
kindlyNoticeFlagRoot: ({ theme }) => ({
|
|
179
|
+
'& .SCNotification-flag-icon': {
|
|
180
|
+
backgroundColor: red[500],
|
|
181
|
+
color: '#FFF'
|
|
182
|
+
},
|
|
183
|
+
'& .SCNotification-flag-text': {
|
|
184
|
+
color: theme.palette.text.primary
|
|
185
|
+
},
|
|
186
|
+
'& .SCNotification-contribution-wrap': {
|
|
187
|
+
padding: `${theme.spacing(2)} ${theme.spacing(2)}`,
|
|
188
|
+
textOverflow: 'ellipsis',
|
|
189
|
+
display: 'inline',
|
|
190
|
+
overflow: 'hidden'
|
|
191
|
+
},
|
|
192
|
+
'& .SCNotification-contribution-text': {
|
|
193
|
+
'&:hover': {
|
|
194
|
+
textDecoration: 'underline'
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}),
|
|
198
|
+
kindlyNoticeForRoot: ({ theme }) => ({
|
|
199
|
+
width: '100%',
|
|
200
|
+
'& .SCNotification-flag-icon': {
|
|
201
|
+
backgroundColor: red[500],
|
|
202
|
+
color: '#FFF'
|
|
203
|
+
},
|
|
204
|
+
'& .SCNotification-flag-text': {
|
|
205
|
+
color: theme.palette.text.primary
|
|
206
|
+
},
|
|
207
|
+
'& .SCNotification-contribution-wrap': {
|
|
208
|
+
padding: `${theme.spacing(2)} ${theme.spacing(2)}`,
|
|
209
|
+
textOverflow: 'ellipsis',
|
|
210
|
+
display: 'inline',
|
|
211
|
+
overflow: 'hidden'
|
|
212
|
+
},
|
|
213
|
+
'& .SCNotification-contribution-text': {
|
|
214
|
+
'&:hover': {
|
|
215
|
+
textDecoration: 'underline'
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}),
|
|
219
|
+
mentionRoot: ({ theme }) => ({
|
|
220
|
+
'& .SCNotification-username': {
|
|
221
|
+
fontWeight: 700,
|
|
222
|
+
'&:hover': {
|
|
223
|
+
textDecoration: 'underline'
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
'& .SCNotification-mention-text': {
|
|
227
|
+
color: theme.palette.text.primary
|
|
228
|
+
},
|
|
229
|
+
'& .SCNotification-contribution-text': {
|
|
230
|
+
'&:hover': {
|
|
231
|
+
textDecoration: 'underline'
|
|
232
|
+
},
|
|
233
|
+
textOverflow: 'ellipsis',
|
|
234
|
+
display: 'inline',
|
|
235
|
+
overflow: 'hidden'
|
|
236
|
+
}
|
|
237
|
+
}),
|
|
238
|
+
privateMessageRoot: ({ theme }) => ({
|
|
239
|
+
'& .SCNotification-username': {
|
|
240
|
+
display: 'inline',
|
|
241
|
+
fontWeight: 700,
|
|
242
|
+
'&:hover': {
|
|
243
|
+
textDecoration: 'underline'
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
'& .SCNotification-message-label': {
|
|
247
|
+
color: theme.palette.text.primary
|
|
248
|
+
},
|
|
249
|
+
'& .SCNotification-message-wrap': {
|
|
250
|
+
textOverflow: 'ellipsis',
|
|
251
|
+
overflow: 'hidden',
|
|
252
|
+
WebkitLineClamp: '2',
|
|
253
|
+
lineClamp: 2,
|
|
254
|
+
WebkitBoxOrient: 'vertical',
|
|
255
|
+
'& p': {
|
|
256
|
+
margin: 0
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
'& .SCNotification-message': {
|
|
260
|
+
height: 20,
|
|
261
|
+
overflowY: 'hidden',
|
|
262
|
+
textOverflow: 'ellipsis',
|
|
263
|
+
display: 'inline',
|
|
264
|
+
overflow: 'hidden',
|
|
265
|
+
'&:hover': {
|
|
266
|
+
textDecoration: 'underline'
|
|
267
|
+
},
|
|
268
|
+
'& > p': {
|
|
269
|
+
overflowY: 'hidden',
|
|
270
|
+
textOverflow: 'ellipsis',
|
|
271
|
+
display: '-webkit-box',
|
|
272
|
+
WebkitLineClamp: '2',
|
|
273
|
+
lineClamp: 2,
|
|
274
|
+
WebkitBoxOrient: 'vertical'
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
'& .SCNotification-actions': {
|
|
278
|
+
fontSize: '13px',
|
|
279
|
+
maxWidth: '40%'
|
|
280
|
+
}
|
|
281
|
+
}),
|
|
282
|
+
undeletedForRoot: ({ theme }) => ({
|
|
283
|
+
'& .SCNotification-undeleted-icon': {
|
|
284
|
+
backgroundColor: red[500],
|
|
285
|
+
color: '#FFF'
|
|
286
|
+
},
|
|
287
|
+
'& .SCNotification-undeleted-text': {
|
|
288
|
+
color: theme.palette.text.primary
|
|
289
|
+
},
|
|
290
|
+
'& .SCNotification-contribution-wrap': {
|
|
291
|
+
marginBottom: theme.spacing(1),
|
|
292
|
+
padding: theme.spacing(2),
|
|
293
|
+
textOverflow: 'ellipsis',
|
|
294
|
+
display: 'inline',
|
|
295
|
+
overflow: 'hidden'
|
|
296
|
+
},
|
|
297
|
+
'& .SCNotification-contribution-text': {
|
|
298
|
+
'&:hover': {
|
|
299
|
+
textDecoration: 'underline'
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}),
|
|
303
|
+
userBlockedRoot: ({ theme }) => ({
|
|
304
|
+
'& .SCNotification-unblocked-icon': {
|
|
305
|
+
backgroundColor: green[500],
|
|
306
|
+
color: '#FFF'
|
|
307
|
+
},
|
|
308
|
+
'& .SCNotification-blocked-icon': {
|
|
309
|
+
backgroundColor: red[500],
|
|
310
|
+
color: '#FFF'
|
|
311
|
+
},
|
|
312
|
+
'& .SCNotification-blocked-text': {
|
|
313
|
+
color: theme.palette.text.primary
|
|
314
|
+
}
|
|
315
|
+
}),
|
|
316
|
+
userConnectionRoot: ({ theme }) => ({
|
|
317
|
+
'& .SCNotification-username': {
|
|
318
|
+
fontWeight: 700,
|
|
319
|
+
'&:hover': {
|
|
320
|
+
textDecoration: 'underline'
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
'& .SCNotification-connection-text': {
|
|
324
|
+
color: theme.palette.text.primary
|
|
325
|
+
}
|
|
326
|
+
}),
|
|
327
|
+
userFollowRoot: ({ theme }) => ({
|
|
328
|
+
width: '100%',
|
|
329
|
+
'& .SCNotification-username': {
|
|
330
|
+
fontWeight: 700,
|
|
331
|
+
'&:hover': {
|
|
332
|
+
textDecoration: 'underline'
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
'& .SCNotification-follow-text': {
|
|
336
|
+
color: theme.palette.text.primary
|
|
337
|
+
}
|
|
338
|
+
}),
|
|
339
|
+
voteUpRoot: ({ theme }) => ({
|
|
340
|
+
width: '100%',
|
|
341
|
+
'& .SCNotification-username': {
|
|
342
|
+
fontWeight: 700,
|
|
343
|
+
'&:hover': {
|
|
344
|
+
textDecoration: 'underline'
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
'& .SCNotification-vote-up-text': {
|
|
348
|
+
color: theme.palette.text.primary
|
|
349
|
+
},
|
|
350
|
+
'& .SCNotification-contribution-text': {
|
|
351
|
+
'&:hover': {
|
|
352
|
+
textDecoration: 'underline'
|
|
353
|
+
}
|
|
354
|
+
}
|
|
44
355
|
})
|
|
45
356
|
}
|
|
46
357
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {};
|
|
4
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
5
|
+
dialogRoot: ({ theme }: any) => {};
|
|
6
|
+
pollSnippetRoot: ({ theme }: any) => {
|
|
7
|
+
'& > div': {
|
|
8
|
+
alignItems: string;
|
|
9
|
+
paddingTop: any;
|
|
10
|
+
};
|
|
11
|
+
'& .SCBaseItem-text': {
|
|
12
|
+
marginTop: number;
|
|
13
|
+
};
|
|
14
|
+
'& .SCPollSuggestionWidget-username': {
|
|
15
|
+
color: any;
|
|
16
|
+
fontWeight: any;
|
|
17
|
+
textDecoration: string;
|
|
18
|
+
};
|
|
19
|
+
'& .SCPollSuggestionWidget-avatar': {
|
|
20
|
+
width: any;
|
|
21
|
+
height: any;
|
|
22
|
+
};
|
|
23
|
+
'& .SCPollSuggestionWidget-activity-at': {
|
|
24
|
+
textDecoration: string;
|
|
25
|
+
color: string;
|
|
26
|
+
marginTop: number;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export default Component;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({}),
|
|
4
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
5
|
+
dialogRoot: ({ theme }) => ({}),
|
|
6
|
+
pollSnippetRoot: ({ theme }) => ({
|
|
7
|
+
'& > div': {
|
|
8
|
+
alignItems: 'flex-start',
|
|
9
|
+
paddingTop: theme.spacing(1)
|
|
10
|
+
},
|
|
11
|
+
'& .SCBaseItem-text': {
|
|
12
|
+
marginTop: 0
|
|
13
|
+
},
|
|
14
|
+
'& .SCPollSuggestionWidget-username': {
|
|
15
|
+
color: theme.palette.text.primary,
|
|
16
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
17
|
+
textDecoration: 'none'
|
|
18
|
+
},
|
|
19
|
+
'& .SCPollSuggestionWidget-avatar': {
|
|
20
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
21
|
+
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
22
|
+
},
|
|
23
|
+
'& .SCPollSuggestionWidget-activity-at': {
|
|
24
|
+
textDecoration: 'none',
|
|
25
|
+
color: 'inherit',
|
|
26
|
+
marginTop: 3
|
|
27
|
+
}
|
|
28
|
+
})
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
export default Component;
|
|
@@ -14,6 +14,24 @@ declare const Component: {
|
|
|
14
14
|
display: string;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
+
skeletonRoot: ({ theme }: any) => {
|
|
18
|
+
[x: number]: {
|
|
19
|
+
width: any;
|
|
20
|
+
};
|
|
21
|
+
'& .SCPrivateMessageComponent-thread-section': {
|
|
22
|
+
'& .MuiCardContent-root': {
|
|
23
|
+
padding: number;
|
|
24
|
+
'& .MuiList-root': {
|
|
25
|
+
paddingTop: number;
|
|
26
|
+
paddingBottom: number;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
' .MuiPaper-root, MuiAppBar-root': {
|
|
31
|
+
boxShadow: string;
|
|
32
|
+
borderRadius: number;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
};
|
|
18
36
|
};
|
|
19
37
|
export default Component;
|
|
@@ -13,6 +13,24 @@ const Component = {
|
|
|
13
13
|
'& .SCPrivateMessageComponent-hide': {
|
|
14
14
|
display: 'none'
|
|
15
15
|
}
|
|
16
|
+
}),
|
|
17
|
+
skeletonRoot: ({ theme }) => ({
|
|
18
|
+
[theme.breakpoints.up('sm')]: {
|
|
19
|
+
width: theme.breakpoints.values['lg']
|
|
20
|
+
},
|
|
21
|
+
'& .SCPrivateMessageComponent-thread-section': {
|
|
22
|
+
'& .MuiCardContent-root': {
|
|
23
|
+
padding: 0,
|
|
24
|
+
'& .MuiList-root': {
|
|
25
|
+
paddingTop: 0,
|
|
26
|
+
paddingBottom: 0
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
' .MuiPaper-root, MuiAppBar-root': {
|
|
31
|
+
boxShadow: 'none',
|
|
32
|
+
borderRadius: 0
|
|
33
|
+
}
|
|
16
34
|
})
|
|
17
35
|
}
|
|
18
36
|
};
|
|
@@ -46,7 +46,7 @@ declare const Component: {
|
|
|
46
46
|
backgroundColor: any;
|
|
47
47
|
'& .MuiCardHeader-root': {
|
|
48
48
|
paddingBottom: any;
|
|
49
|
-
'& .
|
|
49
|
+
'& .SCPrivateMessageEditor-close-button': {
|
|
50
50
|
fontSize: string;
|
|
51
51
|
cursor: string;
|
|
52
52
|
'&:hover': {
|
|
@@ -61,8 +61,8 @@ declare const Component: {
|
|
|
61
61
|
overflow: string;
|
|
62
62
|
padding: any;
|
|
63
63
|
minHeight: any;
|
|
64
|
-
'& .
|
|
65
|
-
'& .
|
|
64
|
+
'& .SCPrivateMessageEditor-upload-section': {
|
|
65
|
+
'& .SCPrivateMessageEditor-upload-button': {
|
|
66
66
|
display: string;
|
|
67
67
|
margin: string;
|
|
68
68
|
fontSize: string;
|
|
@@ -72,7 +72,7 @@ declare const Component: {
|
|
|
72
72
|
paddingTop: any;
|
|
73
73
|
paddingBottom: any;
|
|
74
74
|
};
|
|
75
|
-
'& .
|
|
75
|
+
'& .SCPrivateMessageEditor-preview-content': {
|
|
76
76
|
position: string;
|
|
77
77
|
display: string;
|
|
78
78
|
margin: string;
|
|
@@ -91,10 +91,10 @@ declare const Component: {
|
|
|
91
91
|
height: any;
|
|
92
92
|
};
|
|
93
93
|
};
|
|
94
|
-
'& .
|
|
94
|
+
'& .SCPrivateMessageEditor-preview-actions': {
|
|
95
95
|
height: string;
|
|
96
96
|
background: string;
|
|
97
|
-
'&:hover, &:active, &.
|
|
97
|
+
'&:hover, &:active, &.SCPrivateMessageEditor-progress': {
|
|
98
98
|
background: string;
|
|
99
99
|
};
|
|
100
100
|
'& .MuiButtonBase-root, .MuiTypography-root': {
|
|
@@ -105,7 +105,7 @@ declare const Component: {
|
|
|
105
105
|
transform: string;
|
|
106
106
|
};
|
|
107
107
|
};
|
|
108
|
-
'& .
|
|
108
|
+
'& .SCPrivateMessageEditor-preview-info': {
|
|
109
109
|
position: string;
|
|
110
110
|
left: string;
|
|
111
111
|
bottom: number;
|
|
@@ -124,6 +124,7 @@ declare const Component: {
|
|
|
124
124
|
paddingBottom: string;
|
|
125
125
|
};
|
|
126
126
|
};
|
|
127
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
127
128
|
};
|
|
128
129
|
};
|
|
129
130
|
export default Component;
|
|
@@ -43,7 +43,7 @@ const Component = {
|
|
|
43
43
|
backgroundColor: theme.palette.grey['A200'],
|
|
44
44
|
'& .MuiCardHeader-root': {
|
|
45
45
|
paddingBottom: theme.spacing(0),
|
|
46
|
-
'& .
|
|
46
|
+
'& .SCPrivateMessageEditor-close-button': {
|
|
47
47
|
fontSize: '0.857rem',
|
|
48
48
|
cursor: 'pointer',
|
|
49
49
|
'&:hover': {
|
|
@@ -58,8 +58,8 @@ const Component = {
|
|
|
58
58
|
overflow: 'auto',
|
|
59
59
|
padding: theme.spacing(1),
|
|
60
60
|
minHeight: theme.spacing(20),
|
|
61
|
-
'& .
|
|
62
|
-
'& .
|
|
61
|
+
'& .SCPrivateMessageEditor-upload-section': {
|
|
62
|
+
'& .SCPrivateMessageEditor-upload-button': {
|
|
63
63
|
display: 'flex',
|
|
64
64
|
margin: '0 auto',
|
|
65
65
|
fontSize: '1.57rem'
|
|
@@ -69,7 +69,7 @@ const Component = {
|
|
|
69
69
|
paddingTop: theme.spacing(0),
|
|
70
70
|
paddingBottom: theme.spacing(0)
|
|
71
71
|
},
|
|
72
|
-
'& .
|
|
72
|
+
'& .SCPrivateMessageEditor-preview-content': {
|
|
73
73
|
position: 'relative',
|
|
74
74
|
display: 'flex',
|
|
75
75
|
margin: '0 auto',
|
|
@@ -88,10 +88,10 @@ const Component = {
|
|
|
88
88
|
height: theme.spacing(10)
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
-
'& .
|
|
91
|
+
'& .SCPrivateMessageEditor-preview-actions': {
|
|
92
92
|
height: '100%',
|
|
93
93
|
background: 'transparent',
|
|
94
|
-
'&:hover, &:active, &.
|
|
94
|
+
'&:hover, &:active, &.SCPrivateMessageEditor-progress': {
|
|
95
95
|
background: 'rgba(0,0,0,0.5)'
|
|
96
96
|
},
|
|
97
97
|
'& .MuiButtonBase-root, .MuiTypography-root': {
|
|
@@ -102,7 +102,7 @@ const Component = {
|
|
|
102
102
|
transform: 'translate(-50%, -50%)'
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
'& .
|
|
105
|
+
'& .SCPrivateMessageEditor-preview-info': {
|
|
106
106
|
position: 'absolute',
|
|
107
107
|
left: '50%',
|
|
108
108
|
bottom: 0,
|
|
@@ -120,7 +120,8 @@ const Component = {
|
|
|
120
120
|
'&.SCPrivateMessageEditor-ios': {
|
|
121
121
|
paddingBottom: '15px'
|
|
122
122
|
}
|
|
123
|
-
})
|
|
123
|
+
}),
|
|
124
|
+
skeletonRoot: ({ theme }) => ({})
|
|
124
125
|
}
|
|
125
126
|
};
|
|
126
127
|
export default Component;
|
|
@@ -144,6 +144,20 @@ declare const Component: {
|
|
|
144
144
|
flexGrow: number;
|
|
145
145
|
};
|
|
146
146
|
};
|
|
147
|
+
skeletonRoot: ({ theme }: any) => {
|
|
148
|
+
height: string;
|
|
149
|
+
width: string;
|
|
150
|
+
borderRadius: number;
|
|
151
|
+
'& .MuiCardContent-root': {
|
|
152
|
+
padding: number;
|
|
153
|
+
'& .MuiList-root .MuiListItem-root': {
|
|
154
|
+
height: any;
|
|
155
|
+
};
|
|
156
|
+
'&:last-child': {
|
|
157
|
+
paddingBottom: number;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
};
|
|
147
161
|
};
|
|
148
162
|
};
|
|
149
163
|
export default Component;
|
|
@@ -142,6 +142,20 @@ const Component = {
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
'& .MuiList-root, .SCPrivateMessageThread-new-message-content': { flexGrow: 1 }
|
|
145
|
+
}),
|
|
146
|
+
skeletonRoot: ({ theme }) => ({
|
|
147
|
+
height: '100%',
|
|
148
|
+
width: '100%',
|
|
149
|
+
borderRadius: 0,
|
|
150
|
+
'& .MuiCardContent-root': {
|
|
151
|
+
padding: 0,
|
|
152
|
+
'& .MuiList-root .MuiListItem-root': {
|
|
153
|
+
height: theme.spacing(10)
|
|
154
|
+
},
|
|
155
|
+
'&:last-child': {
|
|
156
|
+
paddingBottom: 0
|
|
157
|
+
}
|
|
158
|
+
}
|
|
145
159
|
})
|
|
146
160
|
}
|
|
147
161
|
};
|