@selfcommunity/react-theme-default 0.1.0-alpha.25 → 0.1.0-alpha.26

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.
Files changed (82) hide show
  1. package/lib/cjs/components/SCContributionNotification.d.ts +14 -0
  2. package/lib/cjs/components/SCContributionNotification.d.ts.map +1 -0
  3. package/lib/cjs/components/SCContributionNotification.js +16 -0
  4. package/lib/cjs/components/SCContributionNotification.js.map +1 -0
  5. package/lib/cjs/components/SCCustomSnackMessage.d.ts +5 -4
  6. package/lib/cjs/components/SCCustomSnackMessage.d.ts.map +1 -1
  7. package/lib/cjs/components/SCCustomSnackMessage.js +5 -4
  8. package/lib/cjs/components/SCCustomSnackMessage.js.map +1 -1
  9. package/lib/cjs/components/SCFeed.d.ts +3 -0
  10. package/lib/cjs/components/SCFeed.d.ts.map +1 -1
  11. package/lib/cjs/components/SCFeed.js +3 -0
  12. package/lib/cjs/components/SCFeed.js.map +1 -1
  13. package/lib/cjs/components/SCNotification.d.ts +44 -0
  14. package/lib/cjs/components/SCNotification.d.ts.map +1 -0
  15. package/lib/cjs/components/SCNotification.js +47 -0
  16. package/lib/cjs/components/SCNotification.js.map +1 -0
  17. package/lib/cjs/components/SCNotificationItem.d.ts +67 -0
  18. package/lib/cjs/components/SCNotificationItem.d.ts.map +1 -0
  19. package/lib/cjs/components/SCNotificationItem.js +69 -0
  20. package/lib/cjs/components/SCNotificationItem.js.map +1 -0
  21. package/lib/cjs/components/SCNotificationsMenu.d.ts +14 -0
  22. package/lib/cjs/components/SCNotificationsMenu.d.ts.map +1 -0
  23. package/lib/cjs/components/SCNotificationsMenu.js +16 -0
  24. package/lib/cjs/components/SCNotificationsMenu.js.map +1 -0
  25. package/lib/cjs/components/SCSnippetNotifications.d.ts +35 -21
  26. package/lib/cjs/components/SCSnippetNotifications.d.ts.map +1 -1
  27. package/lib/cjs/components/SCSnippetNotifications.js +36 -22
  28. package/lib/cjs/components/SCSnippetNotifications.js.map +1 -1
  29. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  30. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  31. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +41 -0
  32. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  33. package/lib/cjs/index.d.ts.map +1 -1
  34. package/lib/cjs/index.js +33 -25
  35. package/lib/cjs/index.js.map +1 -1
  36. package/lib/esm/components/SCContributionNotification.d.ts +14 -0
  37. package/lib/esm/components/SCContributionNotification.d.ts.map +1 -0
  38. package/lib/esm/components/SCContributionNotification.js +14 -0
  39. package/lib/esm/components/SCContributionNotification.js.map +1 -0
  40. package/lib/esm/components/SCCustomSnackMessage.d.ts +5 -4
  41. package/lib/esm/components/SCCustomSnackMessage.d.ts.map +1 -1
  42. package/lib/esm/components/SCCustomSnackMessage.js +5 -4
  43. package/lib/esm/components/SCCustomSnackMessage.js.map +1 -1
  44. package/lib/esm/components/SCFeed.d.ts +3 -0
  45. package/lib/esm/components/SCFeed.d.ts.map +1 -1
  46. package/lib/esm/components/SCFeed.js +3 -0
  47. package/lib/esm/components/SCFeed.js.map +1 -1
  48. package/lib/esm/components/SCNotification.d.ts +44 -0
  49. package/lib/esm/components/SCNotification.d.ts.map +1 -0
  50. package/lib/esm/components/SCNotification.js +45 -0
  51. package/lib/esm/components/SCNotification.js.map +1 -0
  52. package/lib/esm/components/SCNotificationItem.d.ts +67 -0
  53. package/lib/esm/components/SCNotificationItem.d.ts.map +1 -0
  54. package/lib/esm/components/SCNotificationItem.js +67 -0
  55. package/lib/esm/components/SCNotificationItem.js.map +1 -0
  56. package/lib/esm/components/SCNotificationsMenu.d.ts +14 -0
  57. package/lib/esm/components/SCNotificationsMenu.d.ts.map +1 -0
  58. package/lib/esm/components/SCNotificationsMenu.js +14 -0
  59. package/lib/esm/components/SCNotificationsMenu.js.map +1 -0
  60. package/lib/esm/components/SCSnippetNotifications.d.ts +35 -21
  61. package/lib/esm/components/SCSnippetNotifications.d.ts.map +1 -1
  62. package/lib/esm/components/SCSnippetNotifications.js +36 -22
  63. package/lib/esm/components/SCSnippetNotifications.js.map +1 -1
  64. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  65. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  66. package/lib/esm/components/SCSnippetNotificationsSkeleton.js +39 -0
  67. package/lib/esm/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  68. package/lib/esm/index.d.ts.map +1 -1
  69. package/lib/esm/index.js +33 -25
  70. package/lib/esm/index.js.map +1 -1
  71. package/lib/umd/react-theme-default.js +14 -14
  72. package/lib/umd/react-theme-default.js.LICENSE.txt +2 -2
  73. package/lib/umd/react-theme-default.js.map +1 -1
  74. package/package.json +4 -4
  75. package/lib/cjs/components/SCMobileHeader.d.ts +0 -11
  76. package/lib/cjs/components/SCMobileHeader.d.ts.map +0 -1
  77. package/lib/cjs/components/SCMobileHeader.js +0 -13
  78. package/lib/cjs/components/SCMobileHeader.js.map +0 -1
  79. package/lib/esm/components/SCMobileHeader.d.ts +0 -11
  80. package/lib/esm/components/SCMobileHeader.d.ts.map +0 -1
  81. package/lib/esm/components/SCMobileHeader.js +0 -11
  82. package/lib/esm/components/SCMobileHeader.js.map +0 -1
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ margin: 0,
7
+ padding: 0,
8
+ '& .SCSnippetNotificationsSkeleton-item': {
9
+ padding: 0,
10
+ marginBottom: theme.spacing(),
11
+ '& .SCNotificationItem-root': {
12
+ backgroundColor: 'transparent',
13
+ borderRadius: 0,
14
+ '&.SCNotificationItem-snippet': {
15
+ '&:before': {
16
+ borderRadius: theme.shape.borderRadius,
17
+ width: theme.spacing(0.6),
18
+ left: 1,
19
+ height: '100%',
20
+ display: 'block',
21
+ zIndex: '20',
22
+ position: 'absolute',
23
+ content: '" "',
24
+ backgroundColor: 'rgba(84, 110, 122, 0.3)'
25
+ },
26
+ '&.SCNotificationItem-new': {
27
+ '&:before': {
28
+ backgroundColor: theme.palette.primary.main
29
+ }
30
+ },
31
+ '& .SCNotificationItem-header': {
32
+ padding: theme.spacing(1, 2)
33
+ }
34
+ }
35
+ }
36
+ }
37
+ })
38
+ }
39
+ };
40
+ exports.default = Component;
41
+ //# sourceMappingURL=SCSnippetNotificationsSkeleton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCSnippetNotificationsSkeleton.js","sourceRoot":"","sources":["../../../src/components/SCSnippetNotificationsSkeleton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,CAAC;YACT,OAAO,EAAE,CAAC;YACV,wCAAwC,EAAE;gBACxC,OAAO,EAAE,CAAC;gBACV,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;gBAC7B,4BAA4B,EAAE;oBAC5B,eAAe,EAAE,aAAa;oBAC9B,YAAY,EAAE,CAAC;oBACf,8BAA8B,EAAE;wBAC9B,UAAU,EAAE;4BACV,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;4BACtC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;4BACzB,IAAI,EAAE,CAAC;4BACP,MAAM,EAAE,MAAM;4BACd,OAAO,EAAE,OAAO;4BAChB,MAAM,EAAE,IAAI;4BACZ,QAAQ,EAAE,UAAU;4BACpB,OAAO,EAAE,KAAK;4BACd,eAAe,EAAE,yBAAyB;yBAC3C;wBACD,0BAA0B,EAAE;4BAC1B,UAAU,EAAE;gCACV,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;6BAC5C;yBACF;wBACD,8BAA8B,EAAE;4BAC9B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;yBAC7B;qBACF;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAgErC;;GAEG;AAEH,QAAA,MAAM,KAAK,sCAsHT,CAAC;AAEH,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAoErC;;GAEG;AAEH,QAAA,MAAM,KAAK,sCA0HT,CAAC;AAEH,eAAe,KAAK,CAAC"}
package/lib/cjs/index.js CHANGED
@@ -43,7 +43,6 @@ const SCFeedObjectSkeleton_1 = __importDefault(require("./components/SCFeedObjec
43
43
  const SCFeedSkeleton_1 = __importDefault(require("./components/SCFeedSkeleton"));
44
44
  const MuiContainer_1 = __importDefault(require("./components/MuiContainer"));
45
45
  const SCLoyaltyProgramDetail_1 = __importDefault(require("./components/SCLoyaltyProgramDetail"));
46
- const SCMobileHeader_1 = __importDefault(require("./components/SCMobileHeader"));
47
46
  const SCPrivateMessagesTemplate_1 = __importDefault(require("./components/SCPrivateMessagesTemplate"));
48
47
  const MuiDialog_1 = __importDefault(require("./components/MuiDialog"));
49
48
  const SCCategories_1 = __importDefault(require("./components/SCCategories"));
@@ -67,6 +66,11 @@ const SCSearchAutocomplete_1 = __importDefault(require("./components/SCSearchAut
67
66
  const SCNavigationToolbarMobile_1 = __importDefault(require("./components/SCNavigationToolbarMobile"));
68
67
  const SCBottomNavigation_1 = __importDefault(require("./components/SCBottomNavigation"));
69
68
  const MuiAppBar_1 = __importDefault(require("./components/MuiAppBar"));
69
+ const SCNotificationsMenu_1 = __importDefault(require("./components/SCNotificationsMenu"));
70
+ const SCNotificationItem_1 = __importDefault(require("./components/SCNotificationItem"));
71
+ const SCNotification_1 = __importDefault(require("./components/SCNotification"));
72
+ const SCContributionNotification_1 = __importDefault(require("./components/SCContributionNotification"));
73
+ const SCSnippetNotificationsSkeleton_1 = __importDefault(require("./components/SCSnippetNotificationsSkeleton"));
70
74
  /**
71
75
  * Style fragments - Imports - End
72
76
  */
@@ -125,54 +129,58 @@ const theme = (0, styles_1.createTheme)({
125
129
  MuiIconButton: MuiIconButton_1.default,
126
130
  MuiOutlinedInput: MuiOutlinedInput_1.default,
127
131
  MuiSelect: MuiSelect_1.default,
128
- SCNavigationToolbar: SCNavigationToolbar_1.default,
129
- SCNavigationToolbarMobile: SCNavigationToolbarMobile_1.default,
130
- SCBottomNavigation: SCBottomNavigation_1.default,
131
- SCSearchAutocomplete: SCSearchAutocomplete_1.default,
132
- SCWidget: SCWidget_1.default,
133
132
  SCBaseDialog: SCBaseDialog_1.default,
134
133
  SCBaseItem: SCBaseItem_1.default,
135
134
  SCBaseItemButton: SCBaseItemButton_1.default,
136
- SCCategory: SCCategory_1.default,
137
- SCCategoryTemplate: SCCategoryTemplate_1.default,
135
+ SCBottomNavigation: SCBottomNavigation_1.default,
136
+ SCBroadcastMessages: SCBroadcastMessages_1.default,
137
+ SCCategories: SCCategories_1.default,
138
138
  SCCategoriesSkeleton: SCCategoriesSkeleton_1.default,
139
- SCCategoryTemplateSkeleton: SCCategoryTemplateSkeleton_1.default,
139
+ SCCategory: SCCategory_1.default,
140
140
  SCCategoryFeedTemplate: SCCategoryFeedTemplate_1.default,
141
141
  SCCategoryHeader: SCCategoryHeader_1.default,
142
- SCContributorsFeedObject: SCContributorsFeedObject_1.default,
143
- SCDateTimeAgo: SCDateTimeAgo_1.default,
144
- SCInlineComposer: SCInlineComposer_1.default,
145
- SCLoyaltyProgram: SCLoyaltyProgram_1.default,
146
- SCLoyaltyProgramDetail: SCLoyaltyProgramDetail_1.default,
147
- SCEditor: SCEditor_1.default,
142
+ SCCategoryTemplate: SCCategoryTemplate_1.default,
143
+ SCCategoryTemplateSkeleton: SCCategoryTemplateSkeleton_1.default,
148
144
  SCChoices: SCChoices_1.default,
149
- SCCommentsObject: SCCommentsObject_1.default,
150
145
  SCCommentObject: SCCommentObject_1.default,
151
146
  SCCommentObjectSkeleton: SCCommentObjectSkeleton_1.default,
152
147
  SCCommentsFeedObject: SCCommentsFeedObject_1.default,
148
+ SCCommentsObject: SCCommentsObject_1.default,
153
149
  SCComposer: SCComposer_1.default,
154
150
  SCComposerCategories: SCComposerCategories_1.default,
155
151
  SCComposerPoll: SCComposerPoll_1.default,
156
- SCBroadcastMessages: SCBroadcastMessages_1.default,
157
- SCSnippetNotifications: SCSnippetNotifications_1.default,
152
+ SCContributionNotification: SCContributionNotification_1.default,
153
+ SCContributorsFeedObject: SCContributorsFeedObject_1.default,
158
154
  SCCustomSnackMessage: SCCustomSnackMessage_1.default,
159
- SCScrollContainer: SCScrollContainer_1.default,
155
+ SCDateTimeAgo: SCDateTimeAgo_1.default,
156
+ SCEditor: SCEditor_1.default,
157
+ SCFeed: SCFeed_1.default,
160
158
  SCFeedObject: SCFeedObject_1.default,
161
- SCFeedObjectSkeleton: SCFeedObjectSkeleton_1.default,
162
159
  SCFeedObjectDetailTemplate: SCFeedObjectDetailTemplate_1.default,
163
160
  SCFeedObjectDetailTemplateSkeleton: SCFeedObjectDetailTemplateSkeleton_1.default,
161
+ SCFeedObjectSkeleton: SCFeedObjectSkeleton_1.default,
164
162
  SCFeedRelevantActivities: SCFeedRelevantActivities_1.default,
165
- SCFeed: SCFeed_1.default,
166
163
  SCFeedSkeleton: SCFeedSkeleton_1.default,
164
+ SCInlineComposer: SCInlineComposer_1.default,
165
+ SCLoyaltyProgram: SCLoyaltyProgram_1.default,
166
+ SCLoyaltyProgramDetail: SCLoyaltyProgramDetail_1.default,
167
+ SCNavigationToolbar: SCNavigationToolbar_1.default,
168
+ SCNavigationToolbarMobile: SCNavigationToolbarMobile_1.default,
169
+ SCNotification: SCNotification_1.default,
170
+ SCNotificationItem: SCNotificationItem_1.default,
171
+ SCNotificationsMenu: SCNotificationsMenu_1.default,
167
172
  SCPollObject: SCPollObject_1.default,
168
173
  SCPreviewMediaDocument: SCPreviewMediaDocument_1.default,
174
+ SCPrivateMessagesTemplate: SCPrivateMessagesTemplate_1.default,
175
+ SCScrollContainer: SCScrollContainer_1.default,
176
+ SCSearchAutocomplete: SCSearchAutocomplete_1.default,
177
+ SCSnippetNotifications: SCSnippetNotifications_1.default,
178
+ SCSnippetNotificationsSkeleton: SCSnippetNotificationsSkeleton_1.default,
169
179
  SCUser: SCUser_1.default,
170
180
  SCUserNotification: SCUserNotification_1.default,
171
- SCUserProfileTemplate: SCUserProfileTemplate_1.default,
172
181
  SCUserProfileHeader: SCUserProfileHeader_1.default,
173
- SCMobileHeader: SCMobileHeader_1.default,
174
- SCPrivateMessagesTemplate: SCPrivateMessagesTemplate_1.default,
175
- SCCategories: SCCategories_1.default
182
+ SCUserProfileTemplate: SCUserProfileTemplate_1.default,
183
+ SCWidget: SCWidget_1.default
176
184
  },
177
185
  selfcommunity: {
178
186
  user: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
5
+ marginTop: any;
6
+ '& .SCDateTimeAgo-root': {
7
+ marginTop: number;
8
+ };
9
+ };
10
+ };
11
+ };
12
+ };
13
+ export default Component;
14
+ //# sourceMappingURL=SCContributionNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCContributionNotification.d.ts","sourceRoot":"","sources":["../../../src/components/SCContributionNotification.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;CAStB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,14 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
5
+ marginTop: theme.spacing(1),
6
+ '& .SCDateTimeAgo-root': {
7
+ marginTop: 0
8
+ }
9
+ }
10
+ })
11
+ }
12
+ };
13
+ export default Component;
14
+ //# sourceMappingURL=SCContributionNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCContributionNotification.js","sourceRoot":"","sources":["../../../src/components/SCContributionNotification.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,qFAAqF,EAAE;gBACrF,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,uBAAuB,EAAE;oBACvB,SAAS,EAAE,CAAC;iBACb;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -2,10 +2,11 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  '& .SCCustomSnackMessage-card': {
5
- paddingLeft: number;
6
- };
7
- '& .SCNotificationItem-content': {
8
- paddingBottom: any;
5
+ width: string;
6
+ '& .SCCustomSnackMessage-content': {
7
+ position: string;
8
+ padding: any;
9
+ };
9
10
  };
10
11
  };
11
12
  };
@@ -1 +1 @@
1
- {"version":3,"file":"SCCustomSnackMessage.d.ts","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;CAStB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"SCCustomSnackMessage.d.ts","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;CAUtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -2,10 +2,11 @@ const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
4
  '& .SCCustomSnackMessage-card': {
5
- paddingLeft: 0
6
- },
7
- '& .SCNotificationItem-content': {
8
- paddingBottom: theme.spacing(1)
5
+ width: '100%',
6
+ '& .SCCustomSnackMessage-content': {
7
+ position: 'relative',
8
+ padding: theme.spacing(2, 4, 2, 2)
9
+ }
9
10
  }
10
11
  })
11
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SCCustomSnackMessage.js","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,8BAA8B,EAAE;gBAC9B,WAAW,EAAE,CAAC;aACf;YACD,+BAA+B,EAAE;gBAC/B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAChC;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"SCCustomSnackMessage.js","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,8BAA8B,EAAE;gBAC9B,KAAK,EAAE,MAAM;gBACb,iCAAiC,EAAE;oBACjC,QAAQ,EAAE,UAAU;oBACpB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;iBACnC;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -10,6 +10,9 @@ declare const Component: {
10
10
  '&:last-child': {
11
11
  paddingBottom: any;
12
12
  };
13
+ '& > * > * > .SCWidget-root': {
14
+ marginBottom: any;
15
+ };
13
16
  };
14
17
  '& .SCFeed-right': {
15
18
  padding: any;
@@ -1 +1 @@
1
- {"version":3,"file":"SCFeed.d.ts","sourceRoot":"","sources":["../../../src/components/SCFeed.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"SCFeed.d.ts","sourceRoot":"","sources":["../../../src/components/SCFeed.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -9,6 +9,9 @@ const Component = {
9
9
  },
10
10
  '&:last-child': {
11
11
  paddingBottom: theme.spacing(4)
12
+ },
13
+ '& > * > * > .SCWidget-root': {
14
+ marginBottom: theme.spacing(2)
12
15
  }
13
16
  },
14
17
  '& .SCFeed-right': {
@@ -1 +1 @@
1
- {"version":3,"file":"SCFeed.js","sourceRoot":"","sources":["../../../src/components/SCFeed.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;YACxC,gBAAgB,EAAE;gBAChB,OAAO,EAAE,CAAC;gBACV,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;iBAC7B;gBACD,cAAc,EAAE;oBACd,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAChC;aACF;YACD,iBAAiB,EAAE;gBACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC/B,wBAAwB,EAAE;oBACxB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,eAAe,EAAE;gBACf,OAAO,EAAE,CAAC;gBACV,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,SAAS,EAAE;oBACT,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC1B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"SCFeed.js","sourceRoot":"","sources":["../../../src/components/SCFeed.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;YACxC,gBAAgB,EAAE;gBAChB,OAAO,EAAE,CAAC;gBACV,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;iBAC7B;gBACD,cAAc,EAAE;oBACd,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAChC;gBACD,4BAA4B,EAAE;oBAC5B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,iBAAiB,EAAE;gBACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC/B,wBAAwB,EAAE;oBACxB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,eAAe,EAAE;gBACf,OAAO,EAAE,CAAC;gBACV,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,SAAS,EAAE;oBACT,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC1B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,44 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ '& .SCNotification-header': {
5
+ padding: any;
6
+ '& .SCNotification-avatar': {
7
+ width: any;
8
+ height: any;
9
+ };
10
+ };
11
+ '& .SCNotification-content': {
12
+ padding: number;
13
+ '& .SCNotification-uncollapsed': {
14
+ padding: any;
15
+ '& > *': {
16
+ marginBottom: any;
17
+ };
18
+ };
19
+ '& .SCNotification-show-other-aggregated': {
20
+ backgroundColor: string;
21
+ };
22
+ '& .SCNotification-collapsed': {
23
+ padding: any;
24
+ '& .MuiCollapse-wrapperInner > *': {
25
+ marginBottom: any;
26
+ };
27
+ };
28
+ '& .SCNotificationItem-detail': {
29
+ borderRadius: number;
30
+ };
31
+ };
32
+ '& a': {
33
+ textDecoration: string;
34
+ color: any;
35
+ '&:hover, &:active': {
36
+ color: any;
37
+ textDecoration: string;
38
+ };
39
+ };
40
+ };
41
+ };
42
+ };
43
+ export default Component;
44
+ //# sourceMappingURL=SCNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCNotification.d.ts","sourceRoot":"","sources":["../../../src/components/SCNotification.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,45 @@
1
+ import { alpha } from '@mui/system';
2
+ const Component = {
3
+ styleOverrides: {
4
+ root: ({ theme }) => ({
5
+ '& .SCNotification-header': {
6
+ padding: theme.spacing(2, 2, 0, 2),
7
+ '& .SCNotification-avatar': {
8
+ width: theme.selfcommunity.user.avatar.sizeMedium,
9
+ height: theme.selfcommunity.user.avatar.sizeMedium
10
+ }
11
+ },
12
+ '& .SCNotification-content': {
13
+ padding: 0,
14
+ '& .SCNotification-uncollapsed': {
15
+ padding: theme.spacing(2, 2, 1, 2),
16
+ '& > *': {
17
+ marginBottom: theme.spacing()
18
+ }
19
+ },
20
+ '& .SCNotification-show-other-aggregated': {
21
+ backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.hoverOpacity)
22
+ },
23
+ '& .SCNotification-collapsed': {
24
+ padding: theme.spacing(2),
25
+ '& .MuiCollapse-wrapperInner > *': {
26
+ marginBottom: theme.spacing()
27
+ }
28
+ },
29
+ '& .SCNotificationItem-detail': {
30
+ borderRadius: 0
31
+ }
32
+ },
33
+ '& a': {
34
+ textDecoration: 'none',
35
+ color: theme.palette.text.primary,
36
+ '&:hover, &:active': {
37
+ color: theme.palette.text.primary,
38
+ textDecoration: 'underline'
39
+ }
40
+ }
41
+ })
42
+ }
43
+ };
44
+ export default Component;
45
+ //# sourceMappingURL=SCNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCNotification.js","sourceRoot":"","sources":["../../../src/components/SCNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,aAAa,CAAC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,0BAA0B,EAAE;gBAC1B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gBAClC,0BAA0B,EAAE;oBAC1B,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;oBACjD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;iBACnD;aACF;YACD,2BAA2B,EAAE;gBAC3B,OAAO,EAAE,CAAC;gBACV,+BAA+B,EAAE;oBAC/B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;oBAClC,OAAO,EAAE;wBACP,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;qBAC9B;iBACF;gBACD,yCAAyC,EAAE;oBACzC,eAAe,EAAE,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;iBACtF;gBACD,6BAA6B,EAAE;oBAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACzB,iCAAiC,EAAE;wBACjC,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;qBAC9B;iBACF;gBACD,8BAA8B,EAAE;oBAC9B,YAAY,EAAE,CAAC;iBAChB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,MAAM;gBACtB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;gBACjC,mBAAmB,EAAE;oBACnB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;oBACjC,cAAc,EAAE,WAAW;iBAC5B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,67 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ a: {
5
+ color: any;
6
+ textDecoration: string;
7
+ '&:hover, &:active': {
8
+ textDecoration: string;
9
+ };
10
+ };
11
+ '& .SCNotificationItem-header': {
12
+ display: string;
13
+ flexDirection: string;
14
+ '& .SCNotificationItem-primary': {
15
+ fontWeight: any;
16
+ '& .SCContributionNotification-username': {
17
+ fontWeight: any;
18
+ };
19
+ };
20
+ '& .SCNotificationItem-secondary .SCDateTimeAgo-root': {
21
+ marginTop: any;
22
+ };
23
+ };
24
+ '&.SCNotificationItem-toast': {
25
+ backgroundColor: string;
26
+ borderRadius: number;
27
+ '& .SCNotificationItem-header': {
28
+ '& .SCNotificationItem-image': {
29
+ marginRight: any;
30
+ '& .MuiAvatar-root': {
31
+ width: any;
32
+ height: any;
33
+ };
34
+ };
35
+ };
36
+ };
37
+ '&.SCNotificationItem-snippet': {
38
+ backgroundColor: string;
39
+ borderRadius: number;
40
+ '& .SCNotificationItem-header': {
41
+ '& .SCNotificationItem-image': {
42
+ marginRight: any;
43
+ '& .MuiAvatar-root': {
44
+ width: any;
45
+ height: any;
46
+ };
47
+ };
48
+ };
49
+ };
50
+ '&.SCNotificationItem-detail': {
51
+ backgroundColor: string;
52
+ borderRadius: number;
53
+ '& .SCNotificationItem-header': {
54
+ '& .SCNotificationItem-image': {
55
+ marginRight: any;
56
+ '& .MuiAvatar-root': {
57
+ width: any;
58
+ height: any;
59
+ };
60
+ };
61
+ };
62
+ };
63
+ };
64
+ };
65
+ };
66
+ export default Component;
67
+ //# sourceMappingURL=SCNotificationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/components/SCNotificationItem.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,67 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ a: {
5
+ color: theme.palette.text.primary,
6
+ textDecoration: 'none',
7
+ '&:hover, &:active': {
8
+ textDecoration: 'underline'
9
+ }
10
+ },
11
+ '& .SCNotificationItem-header': {
12
+ display: 'flex',
13
+ flexDirection: 'row',
14
+ '& .SCNotificationItem-primary': {
15
+ fontWeight: theme.typography.fontWeightMedium,
16
+ '& .SCContributionNotification-username': {
17
+ fontWeight: theme.typography.fontWeightBold
18
+ }
19
+ },
20
+ '& .SCNotificationItem-secondary .SCDateTimeAgo-root': {
21
+ marginTop: theme.spacing(1)
22
+ }
23
+ },
24
+ '&.SCNotificationItem-toast': {
25
+ backgroundColor: 'transparent',
26
+ borderRadius: 0,
27
+ '& .SCNotificationItem-header': {
28
+ '& .SCNotificationItem-image': {
29
+ marginRight: theme.spacing(1),
30
+ '& .MuiAvatar-root': {
31
+ width: theme.selfcommunity.user.avatar.sizeSmall,
32
+ height: theme.selfcommunity.user.avatar.sizeSmall
33
+ }
34
+ }
35
+ }
36
+ },
37
+ '&.SCNotificationItem-snippet': {
38
+ backgroundColor: 'transparent',
39
+ borderRadius: 0,
40
+ '& .SCNotificationItem-header': {
41
+ '& .SCNotificationItem-image': {
42
+ marginRight: theme.spacing(1),
43
+ '& .MuiAvatar-root': {
44
+ width: theme.selfcommunity.user.avatar.sizeSmall,
45
+ height: theme.selfcommunity.user.avatar.sizeSmall
46
+ }
47
+ }
48
+ }
49
+ },
50
+ '&.SCNotificationItem-detail': {
51
+ backgroundColor: 'transparent',
52
+ borderRadius: 0,
53
+ '& .SCNotificationItem-header': {
54
+ '& .SCNotificationItem-image': {
55
+ marginRight: theme.spacing(1),
56
+ '& .MuiAvatar-root': {
57
+ width: theme.selfcommunity.user.avatar.sizeMedium,
58
+ height: theme.selfcommunity.user.avatar.sizeMedium
59
+ }
60
+ }
61
+ }
62
+ }
63
+ })
64
+ }
65
+ };
66
+ export default Component;
67
+ //# sourceMappingURL=SCNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCNotificationItem.js","sourceRoot":"","sources":["../../../src/components/SCNotificationItem.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,CAAC,EAAE;gBACD,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;gBACjC,cAAc,EAAE,MAAM;gBACtB,mBAAmB,EAAE;oBACnB,cAAc,EAAE,WAAW;iBAC5B;aACF;YACD,8BAA8B,EAAE;gBAC9B,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,KAAK;gBACpB,+BAA+B,EAAE;oBAC/B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB;oBAC7C,wCAAwC,EAAE;wBACxC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;qBAC5C;iBACF;gBACD,qDAAqD,EAAE;oBACrD,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC5B;aACF;YACD,4BAA4B,EAAE;gBAC5B,eAAe,EAAE,aAAa;gBAC9B,YAAY,EAAE,CAAC;gBACf,8BAA8B,EAAE;oBAC9B,6BAA6B,EAAE;wBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC7B,mBAAmB,EAAE;4BACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;4BAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;yBAClD;qBACF;iBACF;aACF;YACD,8BAA8B,EAAE;gBAC9B,eAAe,EAAE,aAAa;gBAC9B,YAAY,EAAE,CAAC;gBACf,8BAA8B,EAAE;oBAC9B,6BAA6B,EAAE;wBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC7B,mBAAmB,EAAE;4BACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;4BAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;yBAClD;qBACF;iBACF;aACF;YACD,6BAA6B,EAAE;gBAC7B,eAAe,EAAE,aAAa;gBAC9B,YAAY,EAAE,CAAC;gBACf,8BAA8B,EAAE;oBAC9B,6BAA6B,EAAE;wBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC7B,mBAAmB,EAAE;4BACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;4BACjD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;yBACnD;qBACF;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,14 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ '& .SCNotificationsMenu-paper': {
5
+ padding: any;
6
+ '& .MuiList-root': {
7
+ padding: number;
8
+ };
9
+ };
10
+ };
11
+ };
12
+ };
13
+ export default Component;
14
+ //# sourceMappingURL=SCNotificationsMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCNotificationsMenu.d.ts","sourceRoot":"","sources":["../../../src/components/SCNotificationsMenu.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;CAStB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,14 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ '& .SCNotificationsMenu-paper': {
5
+ padding: theme.spacing(2),
6
+ '& .MuiList-root': {
7
+ padding: 0
8
+ }
9
+ }
10
+ })
11
+ }
12
+ };
13
+ export default Component;
14
+ //# sourceMappingURL=SCNotificationsMenu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCNotificationsMenu.js","sourceRoot":"","sources":["../../../src/components/SCNotificationsMenu.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,8BAA8B,EAAE;gBAC9B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACzB,iBAAiB,EAAE;oBACjB,OAAO,EAAE,CAAC;iBACX;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}