@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
|
@@ -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,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
7
|
+
dialogRoot: ({ theme }) => ({}),
|
|
8
|
+
pollSnippetRoot: ({ theme }) => ({
|
|
9
|
+
'& > div': {
|
|
10
|
+
alignItems: 'flex-start',
|
|
11
|
+
paddingTop: theme.spacing(1)
|
|
12
|
+
},
|
|
13
|
+
'& .SCBaseItem-text': {
|
|
14
|
+
marginTop: 0
|
|
15
|
+
},
|
|
16
|
+
'& .SCPollSuggestionWidget-username': {
|
|
17
|
+
color: theme.palette.text.primary,
|
|
18
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
19
|
+
textDecoration: 'none'
|
|
20
|
+
},
|
|
21
|
+
'& .SCPollSuggestionWidget-avatar': {
|
|
22
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
23
|
+
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
24
|
+
},
|
|
25
|
+
'& .SCPollSuggestionWidget-activity-at': {
|
|
26
|
+
textDecoration: 'none',
|
|
27
|
+
color: 'inherit',
|
|
28
|
+
marginTop: 3
|
|
29
|
+
}
|
|
30
|
+
})
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
exports.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;
|
|
@@ -15,6 +15,24 @@ const Component = {
|
|
|
15
15
|
'& .SCPrivateMessageComponent-hide': {
|
|
16
16
|
display: 'none'
|
|
17
17
|
}
|
|
18
|
+
}),
|
|
19
|
+
skeletonRoot: ({ theme }) => ({
|
|
20
|
+
[theme.breakpoints.up('sm')]: {
|
|
21
|
+
width: theme.breakpoints.values['lg']
|
|
22
|
+
},
|
|
23
|
+
'& .SCPrivateMessageComponent-thread-section': {
|
|
24
|
+
'& .MuiCardContent-root': {
|
|
25
|
+
padding: 0,
|
|
26
|
+
'& .MuiList-root': {
|
|
27
|
+
paddingTop: 0,
|
|
28
|
+
paddingBottom: 0
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
' .MuiPaper-root, MuiAppBar-root': {
|
|
33
|
+
boxShadow: 'none',
|
|
34
|
+
borderRadius: 0
|
|
35
|
+
}
|
|
18
36
|
})
|
|
19
37
|
}
|
|
20
38
|
};
|
|
@@ -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;
|
|
@@ -45,7 +45,7 @@ const Component = {
|
|
|
45
45
|
backgroundColor: theme.palette.grey['A200'],
|
|
46
46
|
'& .MuiCardHeader-root': {
|
|
47
47
|
paddingBottom: theme.spacing(0),
|
|
48
|
-
'& .
|
|
48
|
+
'& .SCPrivateMessageEditor-close-button': {
|
|
49
49
|
fontSize: '0.857rem',
|
|
50
50
|
cursor: 'pointer',
|
|
51
51
|
'&:hover': {
|
|
@@ -60,8 +60,8 @@ const Component = {
|
|
|
60
60
|
overflow: 'auto',
|
|
61
61
|
padding: theme.spacing(1),
|
|
62
62
|
minHeight: theme.spacing(20),
|
|
63
|
-
'& .
|
|
64
|
-
'& .
|
|
63
|
+
'& .SCPrivateMessageEditor-upload-section': {
|
|
64
|
+
'& .SCPrivateMessageEditor-upload-button': {
|
|
65
65
|
display: 'flex',
|
|
66
66
|
margin: '0 auto',
|
|
67
67
|
fontSize: '1.57rem'
|
|
@@ -71,7 +71,7 @@ const Component = {
|
|
|
71
71
|
paddingTop: theme.spacing(0),
|
|
72
72
|
paddingBottom: theme.spacing(0)
|
|
73
73
|
},
|
|
74
|
-
'& .
|
|
74
|
+
'& .SCPrivateMessageEditor-preview-content': {
|
|
75
75
|
position: 'relative',
|
|
76
76
|
display: 'flex',
|
|
77
77
|
margin: '0 auto',
|
|
@@ -90,10 +90,10 @@ const Component = {
|
|
|
90
90
|
height: theme.spacing(10)
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
'& .
|
|
93
|
+
'& .SCPrivateMessageEditor-preview-actions': {
|
|
94
94
|
height: '100%',
|
|
95
95
|
background: 'transparent',
|
|
96
|
-
'&:hover, &:active, &.
|
|
96
|
+
'&:hover, &:active, &.SCPrivateMessageEditor-progress': {
|
|
97
97
|
background: 'rgba(0,0,0,0.5)'
|
|
98
98
|
},
|
|
99
99
|
'& .MuiButtonBase-root, .MuiTypography-root': {
|
|
@@ -104,7 +104,7 @@ const Component = {
|
|
|
104
104
|
transform: 'translate(-50%, -50%)'
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
'& .
|
|
107
|
+
'& .SCPrivateMessageEditor-preview-info': {
|
|
108
108
|
position: 'absolute',
|
|
109
109
|
left: '50%',
|
|
110
110
|
bottom: 0,
|
|
@@ -122,7 +122,8 @@ const Component = {
|
|
|
122
122
|
'&.SCPrivateMessageEditor-ios': {
|
|
123
123
|
paddingBottom: '15px'
|
|
124
124
|
}
|
|
125
|
-
})
|
|
125
|
+
}),
|
|
126
|
+
skeletonRoot: ({ theme }) => ({})
|
|
126
127
|
}
|
|
127
128
|
};
|
|
128
129
|
exports.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;
|
|
@@ -144,6 +144,20 @@ const Component = {
|
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
146
|
'& .MuiList-root, .SCPrivateMessageThread-new-message-content': { flexGrow: 1 }
|
|
147
|
+
}),
|
|
148
|
+
skeletonRoot: ({ theme }) => ({
|
|
149
|
+
height: '100%',
|
|
150
|
+
width: '100%',
|
|
151
|
+
borderRadius: 0,
|
|
152
|
+
'& .MuiCardContent-root': {
|
|
153
|
+
padding: 0,
|
|
154
|
+
'& .MuiList-root .MuiListItem-root': {
|
|
155
|
+
height: theme.spacing(10)
|
|
156
|
+
},
|
|
157
|
+
'&:last-child': {
|
|
158
|
+
paddingBottom: 0
|
|
159
|
+
}
|
|
160
|
+
}
|
|
147
161
|
})
|
|
148
162
|
}
|
|
149
163
|
};
|
|
@@ -59,7 +59,9 @@ declare const Component: {
|
|
|
59
59
|
};
|
|
60
60
|
};
|
|
61
61
|
'& .SCPrivateMessageThreadItem-document': {
|
|
62
|
-
|
|
62
|
+
[x: number]: {
|
|
63
|
+
width: any;
|
|
64
|
+
};
|
|
63
65
|
'& img': {
|
|
64
66
|
height: string;
|
|
65
67
|
width: string;
|
|
@@ -81,6 +83,13 @@ declare const Component: {
|
|
|
81
83
|
};
|
|
82
84
|
};
|
|
83
85
|
};
|
|
86
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
87
|
+
dialogRoot: ({ theme }: any) => {
|
|
88
|
+
'& h2 .MuiIconButton-root': {
|
|
89
|
+
top: any;
|
|
90
|
+
fontSize: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
84
93
|
};
|
|
85
94
|
};
|
|
86
95
|
export default Component;
|
|
@@ -61,7 +61,9 @@ const Component = {
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
'& .SCPrivateMessageThreadItem-document': {
|
|
64
|
-
|
|
64
|
+
[theme.breakpoints.up('sm')]: {
|
|
65
|
+
width: theme.spacing(32.5)
|
|
66
|
+
},
|
|
65
67
|
'& img': {
|
|
66
68
|
height: '100%',
|
|
67
69
|
width: '100%'
|
|
@@ -82,6 +84,13 @@ const Component = {
|
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
86
|
}
|
|
87
|
+
}),
|
|
88
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
89
|
+
dialogRoot: ({ theme }) => ({
|
|
90
|
+
'& h2 .MuiIconButton-root': {
|
|
91
|
+
top: theme.spacing(1),
|
|
92
|
+
fontSize: '1.57rem'
|
|
93
|
+
}
|
|
85
94
|
})
|
|
86
95
|
}
|
|
87
96
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
7
|
+
dialogRoot: ({ theme }) => ({})
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
exports.default = Component;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
+
width: string;
|
|
5
|
+
'& .SCSnippetNotifications-notifications-wrap': {
|
|
6
|
+
height: number;
|
|
7
|
+
overflowY: string;
|
|
8
|
+
};
|
|
4
9
|
'& .SCSnippetNotifications-item': {
|
|
5
10
|
padding: number;
|
|
6
11
|
marginBottom: any;
|
|
@@ -46,6 +51,39 @@ declare const Component: {
|
|
|
46
51
|
};
|
|
47
52
|
};
|
|
48
53
|
};
|
|
54
|
+
skeletonRoot: ({ theme }: any) => {
|
|
55
|
+
margin: number;
|
|
56
|
+
padding: number;
|
|
57
|
+
'& .SCSnippetNotifications-item': {
|
|
58
|
+
padding: number;
|
|
59
|
+
marginBottom: any;
|
|
60
|
+
'& .SCNotificationItem-root': {
|
|
61
|
+
backgroundColor: string;
|
|
62
|
+
borderRadius: number;
|
|
63
|
+
'&.SCNotificationItem-snippet': {
|
|
64
|
+
'&:before': {
|
|
65
|
+
borderRadius: any;
|
|
66
|
+
width: any;
|
|
67
|
+
left: number;
|
|
68
|
+
height: string;
|
|
69
|
+
display: string;
|
|
70
|
+
zIndex: string;
|
|
71
|
+
position: string;
|
|
72
|
+
content: string;
|
|
73
|
+
backgroundColor: string;
|
|
74
|
+
};
|
|
75
|
+
'&.SCNotificationItem-new': {
|
|
76
|
+
'&:before': {
|
|
77
|
+
backgroundColor: any;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
'& .SCNotificationItem-header': {
|
|
81
|
+
padding: any;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
49
87
|
};
|
|
50
88
|
};
|
|
51
89
|
export default Component;
|
|
@@ -3,6 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
|
+
width: '100%',
|
|
7
|
+
'& .SCSnippetNotifications-notifications-wrap': {
|
|
8
|
+
height: 330,
|
|
9
|
+
overflowY: 'hidden'
|
|
10
|
+
},
|
|
6
11
|
'& .SCSnippetNotifications-item': {
|
|
7
12
|
padding: 0,
|
|
8
13
|
marginBottom: theme.spacing(),
|
|
@@ -47,6 +52,39 @@ const Component = {
|
|
|
47
52
|
}
|
|
48
53
|
}
|
|
49
54
|
}
|
|
55
|
+
}),
|
|
56
|
+
skeletonRoot: ({ theme }) => ({
|
|
57
|
+
margin: 0,
|
|
58
|
+
padding: 0,
|
|
59
|
+
'& .SCSnippetNotifications-item': {
|
|
60
|
+
padding: 0,
|
|
61
|
+
marginBottom: theme.spacing(),
|
|
62
|
+
'& .SCNotificationItem-root': {
|
|
63
|
+
backgroundColor: 'transparent',
|
|
64
|
+
borderRadius: 0,
|
|
65
|
+
'&.SCNotificationItem-snippet': {
|
|
66
|
+
'&:before': {
|
|
67
|
+
borderRadius: theme.shape.borderRadius,
|
|
68
|
+
width: theme.spacing(0.6),
|
|
69
|
+
left: 1,
|
|
70
|
+
height: '100%',
|
|
71
|
+
display: 'block',
|
|
72
|
+
zIndex: '20',
|
|
73
|
+
position: 'absolute',
|
|
74
|
+
content: '" "',
|
|
75
|
+
backgroundColor: 'rgba(84, 110, 122, 0.3)'
|
|
76
|
+
},
|
|
77
|
+
'&.SCNotificationItem-new': {
|
|
78
|
+
'&:before': {
|
|
79
|
+
backgroundColor: theme.palette.primary.main
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
'& .SCNotificationItem-header': {
|
|
83
|
+
padding: theme.spacing(1, 2)
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
50
88
|
})
|
|
51
89
|
}
|
|
52
90
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
7
|
+
dialogRoot: ({ theme }) => ({})
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
exports.default = Component;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
7
|
+
dialogRoot: ({ theme }) => ({})
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
exports.default = Component;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
7
|
+
dialogRoot: ({ theme }) => ({})
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
exports.default = Component;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
7
|
+
dialogRoot: ({ theme }) => ({})
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
exports.default = Component;
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
fontSize: '1.57rem'
|
|
9
|
-
}
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({
|
|
7
|
+
marginTop: theme.spacing(2)
|
|
10
8
|
})
|
|
11
9
|
}
|
|
12
10
|
};
|