@selfcommunity/react-theme-default 0.1.0-alpha.134 → 0.1.0-alpha.136
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/SCPrivateMessageComponent.d.ts +7 -20
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageComponent.js +7 -18
- package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts +2 -9
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageEditor.js +2 -9
- package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +2 -0
- package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippetItem.js +2 -0
- package/lib/cjs/components/SCPrivateMessageSnippetItem.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +32 -31
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippets.js +32 -31
- package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +14 -17
- package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.js +16 -19
- package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +3 -4
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +3 -4
- package/lib/cjs/components/SCPrivateMessageThreadItem.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +2 -4
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +3 -4
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js.map +1 -1
- package/lib/cjs/index.d.ts +62 -85
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageComponent.d.ts +7 -20
- package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageComponent.js +7 -18
- package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageEditor.d.ts +2 -9
- package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageEditor.js +2 -9
- package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +2 -0
- package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippetItem.js +2 -0
- package/lib/esm/components/SCPrivateMessageSnippetItem.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts +32 -31
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippets.js +32 -31
- package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.d.ts +14 -17
- package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.js +16 -19
- package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +3 -4
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadItem.js +3 -4
- package/lib/esm/components/SCPrivateMessageThreadItem.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +2 -4
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +3 -4
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.js.map +1 -1
- package/lib/esm/index.d.ts +62 -85
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/umd/react-theme-default.js +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,27 +1,14 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
'& .
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'& .SCPrivateMessageThread-root': {
|
|
12
|
-
borderRadius: number;
|
|
13
|
-
};
|
|
4
|
+
height: string;
|
|
5
|
+
'& .SCPrivateMessageComponent-snippets-box, & .SCPrivateMessageComponent-thread-box': {
|
|
6
|
+
position: string;
|
|
7
|
+
'& .SCPrivateMessageSnippets-root, & .SCPrivateMessageThread-root': {
|
|
8
|
+
position: string;
|
|
9
|
+
top: number;
|
|
10
|
+
left: number;
|
|
14
11
|
};
|
|
15
|
-
maxWidth?: undefined;
|
|
16
|
-
maxHeight?: undefined;
|
|
17
|
-
};
|
|
18
|
-
' .MuiPaper-root': {
|
|
19
|
-
boxShadow: string;
|
|
20
|
-
borderRadius: number;
|
|
21
|
-
};
|
|
22
|
-
'& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
|
|
23
|
-
boxShadow: string;
|
|
24
|
-
marginBottom: any;
|
|
25
12
|
};
|
|
26
13
|
'& .SCPrivateMessageComponent-hide': {
|
|
27
14
|
display: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageComponent.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponent.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageComponent.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponent.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;CAetB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -3,24 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
'& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
|
|
15
|
-
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
16
|
-
marginBottom: theme.spacing(1)
|
|
17
|
-
},
|
|
18
|
-
[theme.breakpoints.down('md')]: {
|
|
19
|
-
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
|
|
20
|
-
border: 'none',
|
|
21
|
-
'& .SCPrivateMessageThread-root': {
|
|
22
|
-
borderRadius: 0
|
|
23
|
-
}
|
|
6
|
+
height: '100%',
|
|
7
|
+
'& .SCPrivateMessageComponent-snippets-box, & .SCPrivateMessageComponent-thread-box': {
|
|
8
|
+
position: 'relative',
|
|
9
|
+
'& .SCPrivateMessageSnippets-root, & .SCPrivateMessageThread-root': {
|
|
10
|
+
position: 'absolute',
|
|
11
|
+
top: 0,
|
|
12
|
+
left: 0
|
|
24
13
|
}
|
|
25
14
|
},
|
|
26
15
|
'& .SCPrivateMessageComponent-hide': {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageComponent.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponent.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageComponent.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponent.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,MAAM;YACd,oFAAoF,EAAE;gBACpF,QAAQ,EAAE,UAAU;gBACpB,kEAAkE,EAAE;oBAClE,QAAQ,EAAE,UAAU;oBACpB,GAAG,EAAE,CAAC;oBACN,IAAI,EAAE,CAAC;iBACR;aACF;YACD,mCAAmC,EAAE;gBACnC,OAAO,EAAE,MAAM;aAChB;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
[x: number]: {
|
|
5
|
-
position: string;
|
|
6
|
-
};
|
|
7
|
-
width: string;
|
|
8
|
-
position: string;
|
|
9
|
-
bottom: number;
|
|
10
|
-
left: number;
|
|
11
|
-
zIndex: number;
|
|
12
4
|
backgroundColor: string;
|
|
13
5
|
'& .MuiIcon-root': {
|
|
14
6
|
fontSize: string;
|
|
@@ -30,6 +22,7 @@ declare const Component: {
|
|
|
30
22
|
};
|
|
31
23
|
};
|
|
32
24
|
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCMessageMediaUploader-root': {
|
|
25
|
+
borderRadius: number;
|
|
33
26
|
height: any;
|
|
34
27
|
backgroundColor: any;
|
|
35
28
|
'& .MuiCardContent-root': {
|
|
@@ -41,7 +34,7 @@ declare const Component: {
|
|
|
41
34
|
padding: any;
|
|
42
35
|
display: string;
|
|
43
36
|
flexDirection: string;
|
|
44
|
-
|
|
37
|
+
height: any;
|
|
45
38
|
'& .SCMessageMediaUploader-close': {
|
|
46
39
|
'& .MuiIcon-root': {
|
|
47
40
|
fontSize: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageEditor.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageEditor.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageEditor.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageEditor.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2FtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,14 +4,6 @@ const system_1 = require("@mui/system");
|
|
|
4
4
|
const Component = {
|
|
5
5
|
styleOverrides: {
|
|
6
6
|
root: ({ theme }) => ({
|
|
7
|
-
width: '100%',
|
|
8
|
-
position: 'absolute',
|
|
9
|
-
bottom: 0,
|
|
10
|
-
left: 0,
|
|
11
|
-
zIndex: 1,
|
|
12
|
-
[theme.breakpoints.down('md')]: {
|
|
13
|
-
position: 'fixed'
|
|
14
|
-
},
|
|
15
7
|
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.activatedOpacity),
|
|
16
8
|
'& .MuiIcon-root': {
|
|
17
9
|
fontSize: '1.571rem'
|
|
@@ -33,6 +25,7 @@ const Component = {
|
|
|
33
25
|
}
|
|
34
26
|
},
|
|
35
27
|
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCMessageMediaUploader-root': {
|
|
28
|
+
borderRadius: 0,
|
|
36
29
|
height: theme.spacing(15),
|
|
37
30
|
backgroundColor: theme.palette.secondary.light,
|
|
38
31
|
'& .MuiCardContent-root': {
|
|
@@ -44,7 +37,7 @@ const Component = {
|
|
|
44
37
|
padding: theme.spacing(1),
|
|
45
38
|
display: 'flex',
|
|
46
39
|
flexDirection: 'column',
|
|
47
|
-
|
|
40
|
+
height: theme.mixins.toolbar.minHeight,
|
|
48
41
|
'& .SCMessageMediaUploader-close': {
|
|
49
42
|
'& .MuiIcon-root': {
|
|
50
43
|
fontSize: '0.857rem'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageEditor.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageEditor.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageEditor.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageEditor.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageSnippetItem.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippetItem.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageSnippetItem.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippetItem.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -5,6 +5,8 @@ const Component = {
|
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
borderRadius: theme.spacing(1.5),
|
|
7
7
|
padding: `${theme.spacing(0)}!important`,
|
|
8
|
+
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
9
|
+
marginBottom: theme.spacing(1),
|
|
8
10
|
'& .SCPrivateMessageSnippetItem-time': {
|
|
9
11
|
float: 'right',
|
|
10
12
|
fontSize: theme.typography.fontWeightRegular
|
|
@@ -1 +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;gBACpB,uBAAuB,EAAE;oBACvB,OAAO,EAAE,cAAc;oBACvB,KAAK,EAAE,KAAK;oBACZ,UAAU,EAAE,QAAQ;oBACpB,QAAQ,EAAE,QAAQ;oBAClB,YAAY,EAAE,UAAU;iBACzB;aACF;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;gBACzB,uBAAuB,EAAE;oBACvB,QAAQ,EAAE,MAAM;iBACjB;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
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,SAAS,EAAE,iCAAiC;YAC5C,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;YAC9B,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;gBACpB,uBAAuB,EAAE;oBACvB,OAAO,EAAE,cAAc;oBACvB,KAAK,EAAE,KAAK;oBACZ,UAAU,EAAE,QAAQ;oBACpB,QAAQ,EAAE,QAAQ;oBAClB,YAAY,EAAE,UAAU;iBACzB;aACF;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;gBACzB,uBAAuB,EAAE;oBACvB,QAAQ,EAAE,MAAM;iBACjB;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,21 +1,45 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
maxHeight: string;
|
|
7
|
-
overflow: string;
|
|
8
|
-
};
|
|
4
|
+
height: string;
|
|
5
|
+
width: string;
|
|
9
6
|
'& .MuiCardContent-root': {
|
|
10
7
|
display: string;
|
|
11
8
|
flexDirection: string;
|
|
9
|
+
height: string;
|
|
10
|
+
padding: any;
|
|
11
|
+
'& .SCPrivateMessageSnippets-search-bar': {
|
|
12
|
+
padding: any;
|
|
13
|
+
'& .SCPrivateMessageSnippets-input': {
|
|
14
|
+
borderRadius: any;
|
|
15
|
+
backgroundColor: string;
|
|
16
|
+
'&:hover': {
|
|
17
|
+
backgroundColor: string;
|
|
18
|
+
};
|
|
19
|
+
'& .MuiInputBase-input, MuiFilledInput-input': {
|
|
20
|
+
padding: number;
|
|
21
|
+
};
|
|
22
|
+
'& .SCPrivateMessageSnippets-icon': {
|
|
23
|
+
marginRight: any;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
'& .SCPrivateMessageSnippets-new-message-button': {
|
|
28
|
+
color: string;
|
|
29
|
+
alignSelf: string;
|
|
30
|
+
backgroundColor: string;
|
|
31
|
+
'&:hover': {
|
|
32
|
+
borderWidth: string;
|
|
33
|
+
backgroundColor: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
12
36
|
'& .MuiList-root': {
|
|
37
|
+
flexGrow: number;
|
|
38
|
+
overflowY: string;
|
|
39
|
+
padding: any;
|
|
13
40
|
'& .Mui-selected': {
|
|
14
41
|
backgroundColor: string;
|
|
15
42
|
};
|
|
16
|
-
'&:last-child': {
|
|
17
|
-
marginBottom: any;
|
|
18
|
-
};
|
|
19
43
|
'& .MuiButtonBase-root, MuiListItemButton-root': {
|
|
20
44
|
'&:hover': {
|
|
21
45
|
borderRadius: string;
|
|
@@ -27,29 +51,6 @@ declare const Component: {
|
|
|
27
51
|
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
|
|
28
52
|
padding: any;
|
|
29
53
|
};
|
|
30
|
-
'& .SCPrivateMessageSnippets-input': {
|
|
31
|
-
'& .MuiInputBase-input, MuiFilledInput-input': {
|
|
32
|
-
padding: any;
|
|
33
|
-
};
|
|
34
|
-
borderRadius: any;
|
|
35
|
-
backgroundColor: string;
|
|
36
|
-
'&:hover': {
|
|
37
|
-
backgroundColor: string;
|
|
38
|
-
};
|
|
39
|
-
height: any;
|
|
40
|
-
'& .SCPrivateMessageSnippets-icon': {
|
|
41
|
-
marginRight: any;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
'& .SCPrivateMessageSnippets-new-message-button': {
|
|
45
|
-
color: string;
|
|
46
|
-
alignSelf: string;
|
|
47
|
-
backgroundColor: string;
|
|
48
|
-
'&:hover': {
|
|
49
|
-
borderWidth: string;
|
|
50
|
-
backgroundColor: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
54
|
};
|
|
54
55
|
};
|
|
55
56
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageSnippets.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippets.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageSnippets.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippets.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDtB,CAAC;AACF,eAAe,SAAS,CAAC"}
|
|
@@ -4,21 +4,45 @@ const system_1 = require("@mui/system");
|
|
|
4
4
|
const Component = {
|
|
5
5
|
styleOverrides: {
|
|
6
6
|
root: ({ theme }) => ({
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
maxHeight: 'calc(100vh - 6.2rem)',
|
|
10
|
-
overflow: 'auto'
|
|
11
|
-
},
|
|
7
|
+
height: '100%',
|
|
8
|
+
width: '100%',
|
|
12
9
|
'& .MuiCardContent-root': {
|
|
13
10
|
display: 'flex',
|
|
14
11
|
flexDirection: 'column',
|
|
12
|
+
height: `calc(100% - ${theme.spacing(4)})`,
|
|
13
|
+
padding: theme.spacing(2),
|
|
14
|
+
'& .SCPrivateMessageSnippets-search-bar': {
|
|
15
|
+
padding: theme.spacing(1),
|
|
16
|
+
'& .SCPrivateMessageSnippets-input': {
|
|
17
|
+
borderRadius: theme.shape.borderRadius,
|
|
18
|
+
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.selectedOpacity),
|
|
19
|
+
'&:hover': {
|
|
20
|
+
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.activatedOpacity)
|
|
21
|
+
},
|
|
22
|
+
'& .MuiInputBase-input, MuiFilledInput-input': {
|
|
23
|
+
padding: 0
|
|
24
|
+
},
|
|
25
|
+
'& .SCPrivateMessageSnippets-icon': {
|
|
26
|
+
marginRight: theme.spacing(1)
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
'& .SCPrivateMessageSnippets-new-message-button': {
|
|
31
|
+
color: `${theme.palette.primary.main} !important`,
|
|
32
|
+
alignSelf: 'center',
|
|
33
|
+
backgroundColor: 'transparent',
|
|
34
|
+
'&:hover': {
|
|
35
|
+
borderWidth: '2px !important',
|
|
36
|
+
backgroundColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.hoverOpacity)
|
|
37
|
+
}
|
|
38
|
+
},
|
|
15
39
|
'& .MuiList-root': {
|
|
40
|
+
flexGrow: 1,
|
|
41
|
+
overflowY: 'auto',
|
|
42
|
+
padding: theme.spacing(1),
|
|
16
43
|
'& .Mui-selected': {
|
|
17
44
|
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.selectedOpacity)
|
|
18
45
|
},
|
|
19
|
-
'&:last-child': {
|
|
20
|
-
marginBottom: theme.spacing(2)
|
|
21
|
-
},
|
|
22
46
|
'& .MuiButtonBase-root, MuiListItemButton-root': {
|
|
23
47
|
'&:hover': { borderRadius: 'inherit', backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.hoverOpacity) }
|
|
24
48
|
}
|
|
@@ -26,29 +50,6 @@ const Component = {
|
|
|
26
50
|
},
|
|
27
51
|
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
|
|
28
52
|
padding: theme.spacing(2)
|
|
29
|
-
},
|
|
30
|
-
'& .SCPrivateMessageSnippets-input': {
|
|
31
|
-
'& .MuiInputBase-input, MuiFilledInput-input': {
|
|
32
|
-
padding: theme.spacing(0)
|
|
33
|
-
},
|
|
34
|
-
borderRadius: theme.shape.borderRadius,
|
|
35
|
-
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.selectedOpacity),
|
|
36
|
-
'&:hover': {
|
|
37
|
-
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.activatedOpacity)
|
|
38
|
-
},
|
|
39
|
-
height: theme.spacing(3.75),
|
|
40
|
-
'& .SCPrivateMessageSnippets-icon': {
|
|
41
|
-
marginRight: theme.spacing(1)
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
'& .SCPrivateMessageSnippets-new-message-button': {
|
|
45
|
-
color: `${theme.palette.primary.main} !important`,
|
|
46
|
-
alignSelf: 'center',
|
|
47
|
-
backgroundColor: 'transparent',
|
|
48
|
-
'&:hover': {
|
|
49
|
-
borderWidth: '2px !important',
|
|
50
|
-
backgroundColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.hoverOpacity)
|
|
51
|
-
}
|
|
52
53
|
}
|
|
53
54
|
})
|
|
54
55
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageSnippets.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippets.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageSnippets.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippets.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,MAAM;YACd,KAAK,EAAE,MAAM;YACb,wBAAwB,EAAE;gBACxB,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,QAAQ;gBACvB,MAAM,EAAE,eAAe,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG;gBAC1C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACzB,wCAAwC,EAAE;oBACxC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACzB,mCAAmC,EAAE;wBACnC,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;wBACtC,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;wBAC1F,SAAS,EAAE;4BACT,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAC;yBAC5F;wBACD,6CAA6C,EAAE;4BAC7C,OAAO,EAAE,CAAC;yBACX;wBACD,kCAAkC,EAAE;4BAClC,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;yBAC9B;qBACF;iBACF;gBACD,gDAAgD,EAAE;oBAChD,KAAK,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,aAAa;oBACjD,SAAS,EAAE,QAAQ;oBACnB,eAAe,EAAE,aAAa;oBAC9B,SAAS,EAAE;wBACT,WAAW,EAAE,gBAAgB;wBAC7B,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;qBACtF;iBACF;gBACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,CAAC;oBACX,SAAS,EAAE,MAAM;oBACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACzB,iBAAiB,EAAE;wBACjB,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;qBAC3F;oBACD,+CAA+C,EAAE;wBAC/C,SAAS,EAAE,EAAC,YAAY,EAAE,SAAS,EAAE,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC,EAAC;qBAC9H;iBACF;aACF;YACD,mGAAmG,EAAE;gBACnG,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC1B;SACF,CAAC;KACH;CACF,CAAC;AACF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
maxHeight: string;
|
|
7
|
-
};
|
|
4
|
+
height: string;
|
|
5
|
+
width: string;
|
|
8
6
|
backgroundColor: string;
|
|
9
|
-
|
|
7
|
+
borderRadius: number;
|
|
10
8
|
'& .MuiCardContent-root': {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
14
|
-
overflow: string;
|
|
15
|
-
padding: any;
|
|
9
|
+
display: string;
|
|
10
|
+
flexDirection: string;
|
|
16
11
|
height: string;
|
|
12
|
+
padding: number;
|
|
13
|
+
position: string;
|
|
17
14
|
'& .MuiAlert-root': {
|
|
18
15
|
position: string;
|
|
19
16
|
bottom: number;
|
|
@@ -22,8 +19,11 @@ declare const Component: {
|
|
|
22
19
|
display: string;
|
|
23
20
|
justifyContent: string;
|
|
24
21
|
};
|
|
25
|
-
'& .MuiList-root': {
|
|
26
|
-
|
|
22
|
+
'& > .MuiList-root': {
|
|
23
|
+
flexGrow: number;
|
|
24
|
+
overflowY: string;
|
|
25
|
+
margin: number;
|
|
26
|
+
padding: any;
|
|
27
27
|
'& .MuiListItem-root': {
|
|
28
28
|
'&.SCPrivateMessageThread-receiver': {
|
|
29
29
|
backgroundColor: any;
|
|
@@ -46,16 +46,13 @@ declare const Component: {
|
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
'& .SCPrivateMessageThread-empty-message': {
|
|
49
|
-
|
|
50
|
-
top: string;
|
|
49
|
+
height: string;
|
|
51
50
|
display: string;
|
|
52
51
|
justifyContent: string;
|
|
52
|
+
alignItems: string;
|
|
53
53
|
fontSize: string;
|
|
54
54
|
};
|
|
55
55
|
'& .SCPrivateMessageThread-new-message-header': {
|
|
56
|
-
position: string;
|
|
57
|
-
top: number;
|
|
58
|
-
right: number;
|
|
59
56
|
display: string;
|
|
60
57
|
width: string;
|
|
61
58
|
height: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThread.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThread.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4GtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,19 +4,16 @@ const system_1 = require("@mui/system");
|
|
|
4
4
|
const Component = {
|
|
5
5
|
styleOverrides: {
|
|
6
6
|
root: ({ theme }) => ({
|
|
7
|
+
height: '100%',
|
|
8
|
+
width: '100%',
|
|
7
9
|
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.selectedOpacity),
|
|
8
|
-
|
|
9
|
-
[theme.breakpoints.up('sm')]: {
|
|
10
|
-
height: '100vh',
|
|
11
|
-
maxHeight: 'calc(100vh - 6.2rem)'
|
|
12
|
-
},
|
|
10
|
+
borderRadius: 0,
|
|
13
11
|
'& .MuiCardContent-root': {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
height: '
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
},
|
|
12
|
+
display: 'flex',
|
|
13
|
+
flexDirection: 'column',
|
|
14
|
+
height: '100%',
|
|
15
|
+
padding: 0,
|
|
16
|
+
position: 'relative',
|
|
20
17
|
'& .MuiAlert-root': {
|
|
21
18
|
position: 'absolute',
|
|
22
19
|
bottom: 0,
|
|
@@ -25,8 +22,11 @@ const Component = {
|
|
|
25
22
|
display: 'flex',
|
|
26
23
|
justifyContent: 'center'
|
|
27
24
|
},
|
|
28
|
-
'& .MuiList-root': {
|
|
29
|
-
|
|
25
|
+
'& > .MuiList-root': {
|
|
26
|
+
flexGrow: 1,
|
|
27
|
+
overflowY: 'auto',
|
|
28
|
+
margin: 0,
|
|
29
|
+
padding: theme.spacing(2, 2, 0, 2),
|
|
30
30
|
'& .MuiListItem-root': {
|
|
31
31
|
'&.SCPrivateMessageThread-receiver': {
|
|
32
32
|
backgroundColor: theme.palette.common.white,
|
|
@@ -49,19 +49,16 @@ const Component = {
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
'& .SCPrivateMessageThread-empty-message': {
|
|
52
|
-
|
|
53
|
-
top: '50%',
|
|
52
|
+
height: '100%',
|
|
54
53
|
display: 'flex',
|
|
55
54
|
justifyContent: 'center',
|
|
55
|
+
alignItems: 'center',
|
|
56
56
|
fontSize: '1.5rem'
|
|
57
57
|
},
|
|
58
58
|
'& .SCPrivateMessageThread-new-message-header': {
|
|
59
|
-
position: 'absolute',
|
|
60
|
-
top: 0,
|
|
61
|
-
right: 0,
|
|
62
59
|
display: 'flex',
|
|
63
60
|
width: '100%',
|
|
64
|
-
height: theme.
|
|
61
|
+
height: theme.mixins.toolbar.minHeight,
|
|
65
62
|
alignItems: 'center',
|
|
66
63
|
justifyContent: 'center',
|
|
67
64
|
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.activatedOpacity),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;YAC1F,
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"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"}
|
|
@@ -2,10 +2,9 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
borderRadius: any;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
paddingLeft: string;
|
|
5
|
+
padding: any;
|
|
6
|
+
boxShadow: string;
|
|
7
|
+
marginBottom: any;
|
|
9
8
|
'& .MuiListItemSecondaryAction-root': {
|
|
10
9
|
right: any;
|
|
11
10
|
top: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThreadItem.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItem.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThreadItem.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItem.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0EtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,10 +4,9 @@ const Component = {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
borderRadius: theme.shape.borderRadius,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
paddingLeft: `${theme.spacing(2)} !important`,
|
|
7
|
+
padding: theme.spacing(2, 2, 4, 2),
|
|
8
|
+
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
9
|
+
marginBottom: theme.spacing(1),
|
|
11
10
|
'& .MuiListItemSecondaryAction-root': {
|
|
12
11
|
right: theme.spacing(0),
|
|
13
12
|
top: theme.spacing(3)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThreadItem.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItem.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,KAAK,CAAC,YAAY;YACtC,
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThreadItem.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItem.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,KAAK,CAAC,YAAY;YACtC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;YAClC,SAAS,EAAE,iCAAiC;YAC5C,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;YAC9B,oCAAoC,EAAE;gBACpC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACvB,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aACtB;YACD,4CAA4C,EAAE;gBAC5C,QAAQ,EAAE,UAAU;gBACpB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACxB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;aAC5B;YACD,oCAAoC,EAAE;gBACpC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,QAAQ;gBACpB,uBAAuB,EAAE;oBACvB,QAAQ,EAAE,UAAU;oBACpB,UAAU,EAAE,UAAU;iBACvB;aACF;YACD,mCAAmC,EAAE;gBACnC,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,QAAQ;gBACpB,SAAS,EAAE,OAAO;gBAClB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACP,KAAK,EAAE,MAAM;oBACb,MAAM,EAAE,MAAM;iBACf;aACF;YACD,qCAAqC,EAAE;gBACrC,uBAAuB,EAAE;oBACvB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACjC,QAAQ,EAAE,UAAU;oBACpB,GAAG,EAAE,KAAK;oBACV,IAAI,EAAE,KAAK;oBACX,SAAS,EAAE,uBAAuB;oBAClC,iBAAiB,EAAE;wBACjB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;wBACjC,QAAQ,EAAE,MAAM;wBAChB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;4BAC9B,QAAQ,EAAE,MAAM;yBACjB;qBACF;iBACF;aACF;YACD,wCAAwC,EAAE;gBACxC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;gBAC1B,OAAO,EAAE;oBACP,MAAM,EAAE,MAAM;oBACd,KAAK,EAAE,MAAM;iBACd;gBACD,uBAAuB,EAAE;oBACvB,KAAK,EAAE,SAAS;oBAChB,QAAQ,EAAE,UAAU;oBACpB,MAAM,EAAE,KAAK;oBACb,eAAe,EAAE,iBAAiB;oBAClC,KAAK,EAAE,uBAAuB;oBAC9B,OAAO,EAAE,MAAM;oBACf,YAAY,EAAE,CAAC;oBACf,uBAAuB,EAAE;wBACvB,UAAU,EAAE,QAAQ;wBACpB,QAAQ,EAAE,QAAQ;wBAClB,YAAY,EAAE,UAAU;wBACxB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;qBAC/B;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
[x: number]: {
|
|
5
|
-
height: string;
|
|
6
|
-
};
|
|
7
4
|
height: string;
|
|
5
|
+
width: string;
|
|
6
|
+
borderRadius: number;
|
|
8
7
|
'& .MuiCardContent-root': {
|
|
9
8
|
padding: number;
|
|
10
9
|
'& .MuiList-root .MuiListItem-root': {
|
|
11
10
|
[x: number]: {
|
|
12
11
|
width: string;
|
|
13
12
|
};
|
|
14
|
-
padding: any;
|
|
15
13
|
height: any;
|
|
16
14
|
};
|
|
17
15
|
'&:last-child': {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThreadSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThreadSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;CAmBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,13 +4,12 @@ const Component = {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
height: '100%',
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
},
|
|
7
|
+
width: '100%',
|
|
8
|
+
borderRadius: 0,
|
|
10
9
|
'& .MuiCardContent-root': {
|
|
11
10
|
padding: 0,
|
|
12
11
|
'& .MuiList-root .MuiListItem-root': {
|
|
13
|
-
padding: theme.spacing(0, 1, 0, 1),
|
|
12
|
+
// padding: theme.spacing(0, 1, 0, 1),
|
|
14
13
|
height: theme.spacing(10),
|
|
15
14
|
[theme.breakpoints.up('sm')]: {
|
|
16
15
|
width: '80%'
|