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

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 (122) 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/SCPrivateMessageEditor.d.ts +89 -0
  26. package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -0
  27. package/lib/cjs/components/SCPrivateMessageEditor.js +92 -0
  28. package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -0
  29. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +34 -0
  30. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
  31. package/lib/cjs/components/SCPrivateMessageSnippetItem.js +36 -0
  32. package/lib/cjs/components/SCPrivateMessageSnippetItem.js.map +1 -0
  33. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +48 -0
  34. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -0
  35. package/lib/cjs/components/SCPrivateMessageSnippets.js +48 -0
  36. package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -0
  37. package/lib/cjs/components/SCPrivateMessageThread.d.ts +167 -0
  38. package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -0
  39. package/lib/cjs/components/SCPrivateMessageThread.js +171 -0
  40. package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -0
  41. package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts +9 -12
  42. package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts.map +1 -1
  43. package/lib/cjs/components/SCPrivateMessagesTemplate.js +20 -14
  44. package/lib/cjs/components/SCPrivateMessagesTemplate.js.map +1 -1
  45. package/lib/cjs/components/SCSnippetNotifications.d.ts +35 -21
  46. package/lib/cjs/components/SCSnippetNotifications.d.ts.map +1 -1
  47. package/lib/cjs/components/SCSnippetNotifications.js +36 -22
  48. package/lib/cjs/components/SCSnippetNotifications.js.map +1 -1
  49. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  50. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  51. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +41 -0
  52. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  53. package/lib/cjs/index.d.ts.map +1 -1
  54. package/lib/cjs/index.js +41 -25
  55. package/lib/cjs/index.js.map +1 -1
  56. package/lib/esm/components/SCContributionNotification.d.ts +14 -0
  57. package/lib/esm/components/SCContributionNotification.d.ts.map +1 -0
  58. package/lib/esm/components/SCContributionNotification.js +14 -0
  59. package/lib/esm/components/SCContributionNotification.js.map +1 -0
  60. package/lib/esm/components/SCCustomSnackMessage.d.ts +5 -4
  61. package/lib/esm/components/SCCustomSnackMessage.d.ts.map +1 -1
  62. package/lib/esm/components/SCCustomSnackMessage.js +5 -4
  63. package/lib/esm/components/SCCustomSnackMessage.js.map +1 -1
  64. package/lib/esm/components/SCFeed.d.ts +3 -0
  65. package/lib/esm/components/SCFeed.d.ts.map +1 -1
  66. package/lib/esm/components/SCFeed.js +3 -0
  67. package/lib/esm/components/SCFeed.js.map +1 -1
  68. package/lib/esm/components/SCNotification.d.ts +44 -0
  69. package/lib/esm/components/SCNotification.d.ts.map +1 -0
  70. package/lib/esm/components/SCNotification.js +45 -0
  71. package/lib/esm/components/SCNotification.js.map +1 -0
  72. package/lib/esm/components/SCNotificationItem.d.ts +67 -0
  73. package/lib/esm/components/SCNotificationItem.d.ts.map +1 -0
  74. package/lib/esm/components/SCNotificationItem.js +67 -0
  75. package/lib/esm/components/SCNotificationItem.js.map +1 -0
  76. package/lib/esm/components/SCNotificationsMenu.d.ts +14 -0
  77. package/lib/esm/components/SCNotificationsMenu.d.ts.map +1 -0
  78. package/lib/esm/components/SCNotificationsMenu.js +14 -0
  79. package/lib/esm/components/SCNotificationsMenu.js.map +1 -0
  80. package/lib/esm/components/SCPrivateMessageEditor.d.ts +89 -0
  81. package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -0
  82. package/lib/esm/components/SCPrivateMessageEditor.js +90 -0
  83. package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -0
  84. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +34 -0
  85. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
  86. package/lib/esm/components/SCPrivateMessageSnippetItem.js +34 -0
  87. package/lib/esm/components/SCPrivateMessageSnippetItem.js.map +1 -0
  88. package/lib/esm/components/SCPrivateMessageSnippets.d.ts +48 -0
  89. package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -0
  90. package/lib/esm/components/SCPrivateMessageSnippets.js +46 -0
  91. package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -0
  92. package/lib/esm/components/SCPrivateMessageThread.d.ts +167 -0
  93. package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -0
  94. package/lib/esm/components/SCPrivateMessageThread.js +169 -0
  95. package/lib/esm/components/SCPrivateMessageThread.js.map +1 -0
  96. package/lib/esm/components/SCPrivateMessagesTemplate.d.ts +9 -12
  97. package/lib/esm/components/SCPrivateMessagesTemplate.d.ts.map +1 -1
  98. package/lib/esm/components/SCPrivateMessagesTemplate.js +20 -14
  99. package/lib/esm/components/SCPrivateMessagesTemplate.js.map +1 -1
  100. package/lib/esm/components/SCSnippetNotifications.d.ts +35 -21
  101. package/lib/esm/components/SCSnippetNotifications.d.ts.map +1 -1
  102. package/lib/esm/components/SCSnippetNotifications.js +36 -22
  103. package/lib/esm/components/SCSnippetNotifications.js.map +1 -1
  104. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  105. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  106. package/lib/esm/components/SCSnippetNotificationsSkeleton.js +39 -0
  107. package/lib/esm/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  108. package/lib/esm/index.d.ts.map +1 -1
  109. package/lib/esm/index.js +41 -25
  110. package/lib/esm/index.js.map +1 -1
  111. package/lib/umd/react-theme-default.js +14 -14
  112. package/lib/umd/react-theme-default.js.LICENSE.txt +2 -2
  113. package/lib/umd/react-theme-default.js.map +1 -1
  114. package/package.json +4 -4
  115. package/lib/cjs/components/SCMobileHeader.d.ts +0 -11
  116. package/lib/cjs/components/SCMobileHeader.d.ts.map +0 -1
  117. package/lib/cjs/components/SCMobileHeader.js +0 -13
  118. package/lib/cjs/components/SCMobileHeader.js.map +0 -1
  119. package/lib/esm/components/SCMobileHeader.d.ts +0 -11
  120. package/lib/esm/components/SCMobileHeader.d.ts.map +0 -1
  121. package/lib/esm/components/SCMobileHeader.js +0 -11
  122. package/lib/esm/components/SCMobileHeader.js.map +0 -1
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ borderRadius: theme.spacing(1.5),
7
+ padding: `${theme.spacing(0)}!important`,
8
+ '& .SCPrivateMessageSnippetItem-time': {
9
+ float: 'right',
10
+ fontSize: theme.typography.fontWeightRegular
11
+ },
12
+ '& .MuiListItemText-primary': {
13
+ '& .SCPrivateMessageSnippetItem-username': {
14
+ fontWeight: theme.typography.fontWeightBold
15
+ },
16
+ '& .SCPrivateMessageSnippetItem-badge-label': {
17
+ marginLeft: theme.spacing(1),
18
+ borderRadius: 0,
19
+ fontSize: '0.5rem'
20
+ }
21
+ },
22
+ '& .MuiListItemText-secondary': {
23
+ display: 'flex',
24
+ justifyContent: 'space-between',
25
+ alignItems: 'center'
26
+ },
27
+ '& .MuiListItemSecondaryAction-root': {
28
+ position: 'absolute',
29
+ top: theme.spacing(3),
30
+ right: theme.spacing(0.5)
31
+ }
32
+ })
33
+ }
34
+ };
35
+ exports.default = Component;
36
+ //# sourceMappingURL=SCPrivateMessageSnippetItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCPrivateMessageSnippetItem.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippetItem.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAChC,OAAO,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,YAAY;YACxC,qCAAqC,EAAE;gBACrC,KAAK,EAAE,OAAO;gBACd,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB;aAC7C;YACD,4BAA4B,EAAE;gBAC5B,yCAAyC,EAAE;oBACzC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;iBAC5C;gBACD,4CAA4C,EAAE;oBAC5C,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC5B,YAAY,EAAE,CAAC;oBACf,QAAQ,EAAE,QAAQ;iBACnB;aACF;YACD,8BAA8B,EAAE;gBAC9B,OAAO,EAAE,MAAM;gBACf,cAAc,EAAE,eAAe;gBAC/B,UAAU,EAAE,QAAQ;aACrB;YACD,oCAAoC,EAAE;gBACpC,QAAQ,EAAE,UAAU;gBACpB,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACrB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;aAC1B;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,48 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ height: any;
5
+ maxHeight: string;
6
+ '& .MuiCardContent-root': {
7
+ display: string;
8
+ flexDirection: string;
9
+ maxHeight: any;
10
+ overflow: string;
11
+ '& .MuiList-root': {
12
+ '&:last-child': {
13
+ marginBottom: any;
14
+ };
15
+ '& .MuiButtonBase-root, MuiListItemButton-root': {
16
+ '&:hover': {
17
+ borderRadius: string;
18
+ };
19
+ };
20
+ };
21
+ };
22
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
23
+ padding: any;
24
+ };
25
+ '& .Mui-selected': {
26
+ background: any;
27
+ };
28
+ '& .SCPrivateMessageSnippets-input': {
29
+ borderRadius: any;
30
+ height: any;
31
+ '& .SCPrivateMessageSnippets-icon': {
32
+ marginRight: any;
33
+ };
34
+ };
35
+ '& .SCPrivateMessageSnippets-new-message-button': {
36
+ color: any;
37
+ alignSelf: string;
38
+ backgroundColor: string;
39
+ '&:hover': {
40
+ borderWidth: string;
41
+ backgroundColor: string;
42
+ };
43
+ };
44
+ };
45
+ };
46
+ };
47
+ export default Component;
48
+ //# sourceMappingURL=SCPrivateMessageSnippets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCPrivateMessageSnippets.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippets.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCtB,CAAC;AACF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ height: theme.spacing(103.5),
7
+ maxHeight: 'inherit',
8
+ '& .MuiCardContent-root': {
9
+ display: 'flex',
10
+ flexDirection: 'column',
11
+ maxHeight: theme.spacing(103.5),
12
+ overflow: 'auto',
13
+ '& .MuiList-root': {
14
+ '&:last-child': {
15
+ marginBottom: theme.spacing(2)
16
+ },
17
+ '& .MuiButtonBase-root, MuiListItemButton-root': {
18
+ '&:hover': { borderRadius: 'inherit' }
19
+ }
20
+ }
21
+ },
22
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
23
+ padding: theme.spacing(2)
24
+ },
25
+ '& .Mui-selected': {
26
+ background: theme.palette.action.selected
27
+ },
28
+ '& .SCPrivateMessageSnippets-input': {
29
+ borderRadius: theme.shape.borderRadius,
30
+ height: theme.spacing(3.75),
31
+ '& .SCPrivateMessageSnippets-icon': {
32
+ marginRight: theme.spacing(1)
33
+ }
34
+ },
35
+ '& .SCPrivateMessageSnippets-new-message-button': {
36
+ color: theme.palette.primary.main,
37
+ alignSelf: 'center',
38
+ backgroundColor: 'transparent',
39
+ '&:hover': {
40
+ borderWidth: '2px !important',
41
+ backgroundColor: `${theme.palette.action.hover} !important`
42
+ }
43
+ }
44
+ })
45
+ }
46
+ };
47
+ exports.default = Component;
48
+ //# sourceMappingURL=SCPrivateMessageSnippets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCPrivateMessageSnippets.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippets.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;YAC5B,SAAS,EAAE,SAAS;YACpB,wBAAwB,EAAE;gBACxB,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,QAAQ;gBACvB,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;gBAC/B,QAAQ,EAAE,MAAM;gBAChB,iBAAiB,EAAE;oBACjB,cAAc,EAAE;wBACd,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC/B;oBACD,+CAA+C,EAAE;wBAC/C,SAAS,EAAE,EAAC,YAAY,EAAE,SAAS,EAAC;qBACrC;iBACF;aACF;YACD,mGAAmG,EAAE;gBACnG,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC1B;YACD,iBAAiB,EAAE;gBACjB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,QAAQ;aAC1C;YACD,mCAAmC,EAAE;gBACnC,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;gBACtC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;gBAC3B,kCAAkC,EAAE;oBAClC,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC9B;aACF;YACD,gDAAgD,EAAE;gBAChD,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;gBACjC,SAAS,EAAE,QAAQ;gBACnB,eAAe,EAAE,aAAa;gBAC9B,SAAS,EAAE;oBACT,WAAW,EAAE,gBAAgB;oBAC7B,eAAe,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,aAAa;iBAC5D;aACF;SACF,CAAC;KACH;CACF,CAAC;AACF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,167 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ backgroundColor: any;
5
+ position: string;
6
+ height: any;
7
+ maxHeight: string;
8
+ '& .MuiCardContent-root': {
9
+ height: string;
10
+ maxHeight: any;
11
+ overflow: string;
12
+ '& .MuiList-root': {
13
+ [x: number]: {
14
+ marginTop: any;
15
+ };
16
+ '& .MuiListItem-root': {
17
+ '&.SCPrivateMessageThread-receiver': {
18
+ backgroundColor: any;
19
+ '&:after': {
20
+ marginRight: any;
21
+ content: string;
22
+ position: string;
23
+ border: string;
24
+ borderTop: string;
25
+ top: number;
26
+ left: any;
27
+ };
28
+ };
29
+ '&.SCPrivateMessageThread-sender': {
30
+ marginLeft: any;
31
+ backgroundColor: any;
32
+ };
33
+ };
34
+ };
35
+ };
36
+ '& .SCPrivateMessageThread-empty-message': {
37
+ position: string;
38
+ top: string;
39
+ display: string;
40
+ justifyContent: string;
41
+ fontSize: string;
42
+ };
43
+ '& .SCPrivateMessageThread-mobile-header': {
44
+ display: string;
45
+ flexDirection: string;
46
+ position: string;
47
+ top: number;
48
+ right: number;
49
+ width: string;
50
+ alignItems: string;
51
+ justifyContent: string;
52
+ zIndex: number;
53
+ backgroundColor: any;
54
+ '& .SCPrivateMessageThread-mobile-header-content': {
55
+ display: string;
56
+ justifyContent: string;
57
+ alignItems: string;
58
+ '& .MuiAvatar-root': {
59
+ width: any;
60
+ height: any;
61
+ padding: any;
62
+ };
63
+ };
64
+ '& .MuiIcon-root': {
65
+ padding: any;
66
+ fontSize: string;
67
+ };
68
+ };
69
+ '& .SCPrivateMessageThread-new-message-header': {
70
+ position: string;
71
+ top: number;
72
+ right: number;
73
+ display: string;
74
+ width: string;
75
+ height: any;
76
+ alignItems: string;
77
+ justifyContent: string;
78
+ backgroundColor: any;
79
+ '& .SCPrivateMessageThread-new-message-header-content': {
80
+ display: string;
81
+ alignItems: string;
82
+ width: string;
83
+ maxHeight: any;
84
+ overflow: string;
85
+ backgroundColor: any;
86
+ borderRadius: any;
87
+ marginRight: any;
88
+ '& .SCPrivateMessageThread-new-message-header-icon': {
89
+ fontSize: string;
90
+ };
91
+ '& .MuiIcon-root': {
92
+ color: any;
93
+ padding: any;
94
+ };
95
+ '& .MuiTypography-root': {
96
+ color: any;
97
+ };
98
+ '& .SCPrivateMessageThread-autocomplete': {
99
+ minWidth: any;
100
+ marginLeft: any;
101
+ '& .MuiAutocomplete-endAdornment': {
102
+ position: string;
103
+ '& .MuiAutocomplete-clearIndicator': {
104
+ fontSize: string;
105
+ };
106
+ };
107
+ };
108
+ };
109
+ };
110
+ '& .MuiListSubheader-root': {
111
+ backgroundColor: string;
112
+ display: string;
113
+ justifyContent: string;
114
+ marginBottom: any;
115
+ '& .SCPrivateMessageThread-subheader': {
116
+ width: string;
117
+ padding: any;
118
+ backgroundColor: string;
119
+ fontWeight: any;
120
+ borderRadius: any;
121
+ boxShadow: string;
122
+ };
123
+ };
124
+ '& .SCPrivateMessageThreadItem-root': {
125
+ borderRadius: any;
126
+ paddingTop: string;
127
+ paddingBottom: string;
128
+ paddingRight: string;
129
+ paddingLeft: string;
130
+ '& .MuiListItemSecondaryAction-root': {
131
+ right: any;
132
+ top: any;
133
+ };
134
+ '& .SCPrivateMessageThreadItem-message-time': {
135
+ position: string;
136
+ bottom: any;
137
+ right: any;
138
+ };
139
+ '& .SCPrivateMessageThreadItem-text': {
140
+ minHeight: any;
141
+ display: string;
142
+ alignItems: string;
143
+ '& .MuiTypography-root': {
144
+ fontSize: string;
145
+ };
146
+ };
147
+ '& .SCPrivateMessageThreadItem-img': {
148
+ display: string;
149
+ alignItems: string;
150
+ '& img': {
151
+ [x: number]: {
152
+ minHeight: number;
153
+ };
154
+ width: string;
155
+ minHeight: number;
156
+ };
157
+ };
158
+ '& .SCPrivateMessageThreadItem-document': {
159
+ display: string;
160
+ alignItems: string;
161
+ };
162
+ };
163
+ };
164
+ };
165
+ };
166
+ export default Component;
167
+ //# sourceMappingURL=SCPrivateMessageThread.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCPrivateMessageThread.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoKtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,171 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ backgroundColor: theme.palette.action.hover,
7
+ position: 'relative',
8
+ height: theme.spacing(103.5),
9
+ maxHeight: 'inherit',
10
+ '& .MuiCardContent-root': {
11
+ height: '100%',
12
+ maxHeight: theme.spacing(87.5),
13
+ overflow: 'auto',
14
+ '& .MuiList-root': {
15
+ [theme.breakpoints.down('md')]: {
16
+ marginTop: theme.spacing(2)
17
+ },
18
+ '& .MuiListItem-root': {
19
+ '&.SCPrivateMessageThread-receiver': {
20
+ backgroundColor: theme.palette.common.white,
21
+ '&:after': {
22
+ marginRight: theme.spacing(3),
23
+ content: `""`,
24
+ position: 'absolute',
25
+ border: `${theme.spacing(3)} solid transparent`,
26
+ borderTop: `${theme.spacing(3)} solid ${theme.palette.common.white}`,
27
+ top: 0,
28
+ left: theme.spacing(-3)
29
+ }
30
+ },
31
+ '&.SCPrivateMessageThread-sender': {
32
+ marginLeft: theme.spacing(2),
33
+ backgroundColor: theme.palette.primary.main
34
+ }
35
+ }
36
+ }
37
+ },
38
+ '& .SCPrivateMessageThread-empty-message': {
39
+ position: 'relative',
40
+ top: '50%',
41
+ display: 'flex',
42
+ justifyContent: 'center',
43
+ fontSize: '1.5rem'
44
+ },
45
+ '& .SCPrivateMessageThread-mobile-header': {
46
+ display: 'flex',
47
+ flexDirection: 'row',
48
+ position: 'absolute',
49
+ top: 0,
50
+ right: 0,
51
+ width: '100%',
52
+ alignItems: 'center',
53
+ justifyContent: 'space-between',
54
+ zIndex: 1,
55
+ backgroundColor: theme.palette.primary.main,
56
+ '& .SCPrivateMessageThread-mobile-header-content': {
57
+ display: 'flex',
58
+ justifyContent: 'center',
59
+ alignItems: 'center',
60
+ '& .MuiAvatar-root': {
61
+ width: theme.selfcommunity.user.avatar.sizeMedium,
62
+ height: theme.selfcommunity.user.avatar.sizeMedium,
63
+ padding: theme.spacing(1)
64
+ }
65
+ },
66
+ '& .MuiIcon-root': {
67
+ padding: theme.spacing(1),
68
+ fontSize: '1.571rem'
69
+ }
70
+ },
71
+ '& .SCPrivateMessageThread-new-message-header': {
72
+ position: 'absolute',
73
+ top: 0,
74
+ right: 0,
75
+ display: 'flex',
76
+ width: '100%',
77
+ height: theme.spacing(6.25),
78
+ alignItems: 'center',
79
+ justifyContent: 'center',
80
+ backgroundColor: theme.palette.primary.main,
81
+ '& .SCPrivateMessageThread-new-message-header-content': {
82
+ display: 'flex',
83
+ alignItems: 'center',
84
+ width: '80%',
85
+ maxHeight: theme.spacing(5),
86
+ overflow: 'auto',
87
+ backgroundColor: theme.palette.common.white,
88
+ borderRadius: theme.shape.borderRadius,
89
+ marginRight: theme.spacing(2),
90
+ '& .SCPrivateMessageThread-new-message-header-icon': {
91
+ fontSize: '1.714rem'
92
+ },
93
+ '& .MuiIcon-root': {
94
+ color: theme.palette.secondary.main,
95
+ padding: theme.spacing(1)
96
+ },
97
+ '& .MuiTypography-root': {
98
+ color: theme.palette.secondary.main
99
+ },
100
+ '& .SCPrivateMessageThread-autocomplete': {
101
+ minWidth: theme.spacing(27),
102
+ marginLeft: theme.spacing(1),
103
+ '& .MuiAutocomplete-endAdornment': {
104
+ position: 'relative',
105
+ '& .MuiAutocomplete-clearIndicator': {
106
+ fontSize: '1rem'
107
+ }
108
+ }
109
+ }
110
+ }
111
+ },
112
+ '& .MuiListSubheader-root': {
113
+ backgroundColor: 'inherit',
114
+ display: 'flex',
115
+ justifyContent: 'center',
116
+ marginBottom: theme.spacing(1),
117
+ '& .SCPrivateMessageThread-subheader': {
118
+ width: 'fit-content',
119
+ padding: theme.spacing(1),
120
+ backgroundColor: 'white',
121
+ fontWeight: theme.typography.fontWeightRegular,
122
+ borderRadius: theme.shape.borderRadius,
123
+ boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)'
124
+ }
125
+ },
126
+ '& .SCPrivateMessageThreadItem-root': {
127
+ borderRadius: theme.shape.borderRadius,
128
+ paddingTop: `${theme.spacing(2)} !important`,
129
+ paddingBottom: `${theme.spacing(4)} !important`,
130
+ paddingRight: `${theme.spacing(2)} !important`,
131
+ paddingLeft: `${theme.spacing(2)} !important`,
132
+ '& .MuiListItemSecondaryAction-root': {
133
+ right: theme.spacing(0),
134
+ top: theme.spacing(2)
135
+ },
136
+ '& .SCPrivateMessageThreadItem-message-time': {
137
+ position: 'absolute',
138
+ bottom: theme.spacing(0),
139
+ right: theme.spacing(1)
140
+ },
141
+ '& .SCPrivateMessageThreadItem-text': {
142
+ minHeight: theme.spacing(6),
143
+ display: 'flex',
144
+ alignItems: 'center',
145
+ '& .MuiTypography-root': {
146
+ fontSize: '1.143rem'
147
+ }
148
+ },
149
+ '& .SCPrivateMessageThreadItem-img': {
150
+ display: 'flex',
151
+ alignItems: 'center',
152
+ // maxWidth: 'max-content',
153
+ // maxHeight: 'max-content',
154
+ '& img': {
155
+ width: '100%',
156
+ minHeight: 400,
157
+ [theme.breakpoints.down('md')]: {
158
+ minHeight: 170
159
+ }
160
+ }
161
+ },
162
+ '& .SCPrivateMessageThreadItem-document': {
163
+ display: 'flex',
164
+ alignItems: 'center'
165
+ }
166
+ }
167
+ })
168
+ }
169
+ };
170
+ exports.default = Component;
171
+ //# sourceMappingURL=SCPrivateMessageThread.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"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"}
@@ -2,25 +2,22 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  [x: number]: {
5
- '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCSnippets-root': {
5
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
6
6
  border: string;
7
- };
8
- '& .MuiAppBar-root': {
9
- color: any;
10
- '& .MuiFormControl-root, MuiTextField-root': {
11
- marginTop: string;
12
- '& .MuiInputBase-root': {
13
- borderRadius: number;
14
- };
7
+ '& .SCPrivateMessageThread-root': {
8
+ borderRadius: number;
15
9
  };
16
10
  };
17
11
  };
12
+ maxWidth: any;
13
+ maxHeight: any;
18
14
  ' .MuiPaper-root, MuiAppBar-root': {
19
15
  boxShadow: string;
16
+ borderRadius: number;
20
17
  };
21
- '& .SCMessage-root': {
22
- paddingRight: any;
23
- paddingLeft: any;
18
+ '& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
19
+ boxShadow: string;
20
+ marginBottom: any;
24
21
  };
25
22
  };
26
23
  };
@@ -1 +1 @@
1
- {"version":3,"file":"SCPrivateMessagesTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;CAwBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"SCPrivateMessagesTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;CA8BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -3,26 +3,32 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
+ maxWidth: theme.breakpoints.values['lg'],
7
+ maxHeight: theme.breakpoints.values['lg'],
6
8
  ' .MuiPaper-root, MuiAppBar-root': {
7
- boxShadow: 'none'
9
+ boxShadow: 'none',
10
+ borderRadius: 0
8
11
  },
9
- '& .SCMessage-root': {
10
- paddingRight: theme.spacing(2),
11
- paddingLeft: theme.spacing(2)
12
+ '& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
13
+ boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
14
+ marginBottom: theme.spacing(1)
12
15
  },
13
16
  [theme.breakpoints.down('md')]: {
14
- '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCSnippets-root': {
15
- border: 'none'
16
- },
17
- '& .MuiAppBar-root': {
18
- color: theme.palette.text.secondary,
19
- '& .MuiFormControl-root, MuiTextField-root': {
20
- marginTop: '30px',
21
- '& .MuiInputBase-root': {
22
- borderRadius: 0
23
- }
17
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
18
+ border: 'none',
19
+ '& .SCPrivateMessageThread-root': {
20
+ borderRadius: 0
24
21
  }
25
22
  }
23
+ // '& .MuiAppBar-root': {
24
+ // color: theme.palette.text.secondary,
25
+ // '& .MuiFormControl-root, MuiTextField-root': {
26
+ // marginTop: '30px',
27
+ // '& .MuiInputBase-root': {
28
+ // borderRadius: 0
29
+ // }
30
+ // }
31
+ // }
26
32
  }
27
33
  })
28
34
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SCPrivateMessagesTemplate.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,iCAAiC,EAAE;gBACjC,SAAS,EAAE,MAAM;aAClB;YACD,mBAAmB,EAAE;gBACnB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC9B;YACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC9B,gEAAgE,EAAE;oBAChE,MAAM,EAAE,MAAM;iBACf;gBACD,mBAAmB,EAAE;oBACnB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS;oBACnC,2CAA2C,EAAE;wBAC3C,SAAS,EAAE,MAAM;wBACjB,uBAAuB,EAAE;4BACvB,YAAY,EAAE,CAAC;yBAChB;qBACF;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"SCPrivateMessagesTemplate.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.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,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;YACzC,iCAAiC,EAAE;gBACjC,SAAS,EAAE,MAAM;gBACjB,YAAY,EAAE,CAAC;aAChB;YACD,uEAAuE,EAAE;gBACvE,SAAS,EAAE,iCAAiC;gBAC5C,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC/B;YACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC9B,8EAA8E,EAAE;oBAC9E,MAAM,EAAE,MAAM;oBACd,gCAAgC,EAAE;wBAChC,YAAY,EAAE,CAAC;qBAChB;iBACF;gBACD,yBAAyB;gBACzB,yCAAyC;gBACzC,mDAAmD;gBACnD,yBAAyB;gBACzB,iCAAiC;gBACjC,wBAAwB;gBACxB,QAAQ;gBACR,MAAM;gBACN,IAAI;aACL;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -1,30 +1,44 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- '& .SCSnippetNotifications-notifications-wrap': {
5
- maxWidth: string;
6
- '& .SCNotificationItem-primary': {
7
- color: any;
8
- '& a': {
9
- '&:hover': {
10
- color: any;
11
- textDecoration: string;
4
+ '& .SCSnippetNotifications-item': {
5
+ padding: number;
6
+ marginBottom: any;
7
+ '& .SCNotificationItem-root': {
8
+ backgroundColor: string;
9
+ borderRadius: number;
10
+ '&.SCNotificationItem-snippet': {
11
+ '&:before': {
12
+ borderRadius: any;
13
+ width: any;
14
+ left: number;
15
+ height: string;
16
+ display: string;
17
+ zIndex: string;
18
+ position: string;
19
+ content: string;
20
+ backgroundColor: string;
21
+ };
22
+ '&.SCNotificationItem-new': {
23
+ '&:before': {
24
+ backgroundColor: any;
25
+ };
26
+ };
27
+ '& .SCNotificationItem-header': {
28
+ padding: any;
12
29
  };
13
30
  };
14
31
  };
15
- };
16
- '& .SCNotificationItem-image': {
17
- paddingLeft: string;
18
- };
19
- '&.SCNotificationItem-new-snippet': {
20
- '&::before': {
21
- backgroundColor: any;
22
- };
23
- };
24
- '& .SCUserNotificationPrivateMessage-reply-button': {
25
- color: any;
26
- '&:hover': {
27
- color: string;
32
+ '&.SCSnippetNotifications-broadcast-messages-banner': {
33
+ '& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
34
+ '&:before': {
35
+ backgroundColor: any;
36
+ };
37
+ };
38
+ '& .SCNotificationItem-title a': {
39
+ color: any;
40
+ fontWeight: any;
41
+ };
28
42
  };
29
43
  };
30
44
  };