@selfcommunity/react-theme-default 0.1.0-alpha.117 → 0.1.0-alpha.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/components/SCBaseDialog.d.ts +34 -21
- package/lib/cjs/components/SCBaseDialog.d.ts.map +1 -1
- package/lib/cjs/components/SCBaseDialog.js +34 -21
- package/lib/cjs/components/SCBaseDialog.js.map +1 -1
- package/lib/cjs/components/SCCategoryFollowersButton.d.ts +20 -0
- package/lib/cjs/components/SCCategoryFollowersButton.d.ts.map +1 -0
- package/lib/cjs/components/SCCategoryFollowersButton.js +22 -0
- package/lib/cjs/components/SCCategoryFollowersButton.js.map +1 -0
- package/lib/cjs/components/SCCategoryHeader.d.ts +23 -16
- package/lib/cjs/components/SCCategoryHeader.d.ts.map +1 -1
- package/lib/cjs/components/SCCategoryHeader.js +24 -17
- package/lib/cjs/components/SCCategoryHeader.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageComponent.js +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +2 -2
- package/lib/cjs/components/SCPrivateMessageSnippets.js +2 -2
- package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +4 -11
- package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.js +5 -10
- package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +1 -14
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -15
- package/lib/cjs/components/SCPrivateMessageThreadItem.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts +3 -0
- package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadItemDialog.js +3 -0
- package/lib/cjs/components/SCPrivateMessageThreadItemDialog.js.map +1 -1
- package/lib/cjs/index.d.ts +88 -65
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +2 -0
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/SCBaseDialog.d.ts +34 -21
- package/lib/esm/components/SCBaseDialog.d.ts.map +1 -1
- package/lib/esm/components/SCBaseDialog.js +34 -21
- package/lib/esm/components/SCBaseDialog.js.map +1 -1
- package/lib/esm/components/SCCategoryFollowersButton.d.ts +20 -0
- package/lib/esm/components/SCCategoryFollowersButton.d.ts.map +1 -0
- package/lib/esm/components/SCCategoryFollowersButton.js +20 -0
- package/lib/esm/components/SCCategoryFollowersButton.js.map +1 -0
- package/lib/esm/components/SCCategoryHeader.d.ts +23 -16
- package/lib/esm/components/SCCategoryHeader.d.ts.map +1 -1
- package/lib/esm/components/SCCategoryHeader.js +24 -17
- package/lib/esm/components/SCCategoryHeader.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageComponent.js +1 -1
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts +2 -2
- package/lib/esm/components/SCPrivateMessageSnippets.js +2 -2
- package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.d.ts +4 -11
- package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.js +5 -10
- package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +1 -14
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -15
- package/lib/esm/components/SCPrivateMessageThreadItem.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts +3 -0
- package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadItemDialog.js +3 -0
- package/lib/esm/components/SCPrivateMessageThreadItemDialog.js.map +1 -1
- package/lib/esm/index.d.ts +88 -65
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +2 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +2 -2
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
|
@@ -5,16 +5,6 @@ declare const Component: {
|
|
|
5
5
|
minWidth: number;
|
|
6
6
|
};
|
|
7
7
|
minWidth: number;
|
|
8
|
-
'& h2': {
|
|
9
|
-
fontSize: string;
|
|
10
|
-
fontWeight: any;
|
|
11
|
-
padding: any;
|
|
12
|
-
'& .MuiIconButton-root': {
|
|
13
|
-
right: any;
|
|
14
|
-
top: any;
|
|
15
|
-
fontSize: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
8
|
'& .MuiDialogContent-root': {
|
|
19
9
|
[x: number]: {
|
|
20
10
|
padding: number;
|
|
@@ -23,17 +13,20 @@ declare const Component: {
|
|
|
23
13
|
paddingRight: number;
|
|
24
14
|
marginLeft: any;
|
|
25
15
|
marginRight: any;
|
|
26
|
-
'& .infinite-scroll-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
'& .
|
|
36
|
-
|
|
16
|
+
'& .infinite-scroll-component__outerdiv': {
|
|
17
|
+
height: string;
|
|
18
|
+
'& .infinite-scroll-component': {
|
|
19
|
+
' > .': {
|
|
20
|
+
marginBottom: any;
|
|
21
|
+
};
|
|
22
|
+
'& .MuiList-root': {
|
|
23
|
+
paddingTop: number;
|
|
24
|
+
paddingBottom: number;
|
|
25
|
+
'& .MuiListItem-root': {
|
|
26
|
+
paddingLeft: number;
|
|
27
|
+
'& .SCBaseItemButton-root': {
|
|
28
|
+
borderRadius: number;
|
|
29
|
+
};
|
|
37
30
|
};
|
|
38
31
|
};
|
|
39
32
|
};
|
|
@@ -43,6 +36,26 @@ declare const Component: {
|
|
|
43
36
|
padding: any;
|
|
44
37
|
};
|
|
45
38
|
};
|
|
39
|
+
titleRoot: ({ theme }: any) => {
|
|
40
|
+
[x: number]: {
|
|
41
|
+
flexDirection: string;
|
|
42
|
+
justifyContent: string;
|
|
43
|
+
};
|
|
44
|
+
display: string;
|
|
45
|
+
flexDirection: string;
|
|
46
|
+
alignItems: string;
|
|
47
|
+
justifyContent: string;
|
|
48
|
+
fontSize: string;
|
|
49
|
+
fontWeight: any;
|
|
50
|
+
padding: any;
|
|
51
|
+
'& .MuiIconButton-root': {
|
|
52
|
+
[x: number]: {
|
|
53
|
+
marginRight: number;
|
|
54
|
+
};
|
|
55
|
+
fontSize: string;
|
|
56
|
+
marginRight: any;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
46
59
|
};
|
|
47
60
|
};
|
|
48
61
|
export default Component;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCBaseDialog.d.ts","sourceRoot":"","sources":["../../../src/components/SCBaseDialog.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCBaseDialog.d.ts","sourceRoot":"","sources":["../../../src/components/SCBaseDialog.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAoCE,GAAG;;;;;;;;;;;;;;;;;;;;;CAqB3B,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -7,16 +7,6 @@ const Component = {
|
|
|
7
7
|
[theme.breakpoints.up(500)]: {
|
|
8
8
|
minWidth: 500
|
|
9
9
|
},
|
|
10
|
-
'& h2': {
|
|
11
|
-
fontSize: '1.286rem',
|
|
12
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
13
|
-
padding: theme.spacing(2, 3),
|
|
14
|
-
'& .MuiIconButton-root': {
|
|
15
|
-
right: theme.spacing(3),
|
|
16
|
-
top: theme.spacing(2),
|
|
17
|
-
fontSize: '1rem'
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
10
|
'& .MuiDialogContent-root': {
|
|
21
11
|
paddingLeft: 0,
|
|
22
12
|
paddingRight: 0,
|
|
@@ -25,17 +15,20 @@ const Component = {
|
|
|
25
15
|
[theme.breakpoints.only('xs')]: {
|
|
26
16
|
padding: 0
|
|
27
17
|
},
|
|
28
|
-
'& .infinite-scroll-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
'& .
|
|
38
|
-
|
|
18
|
+
'& .infinite-scroll-component__outerdiv': {
|
|
19
|
+
height: '100%',
|
|
20
|
+
'& .infinite-scroll-component': {
|
|
21
|
+
' > .': {
|
|
22
|
+
marginBottom: theme.spacing(2.5)
|
|
23
|
+
},
|
|
24
|
+
'& .MuiList-root': {
|
|
25
|
+
paddingTop: 0,
|
|
26
|
+
paddingBottom: 0,
|
|
27
|
+
'& .MuiListItem-root': {
|
|
28
|
+
paddingLeft: 0,
|
|
29
|
+
'& .SCBaseItemButton-root': {
|
|
30
|
+
borderRadius: 0
|
|
31
|
+
}
|
|
39
32
|
}
|
|
40
33
|
}
|
|
41
34
|
}
|
|
@@ -44,6 +37,26 @@ const Component = {
|
|
|
44
37
|
'& .MuiDialogActions-spacing': {
|
|
45
38
|
padding: theme.spacing(2, 3)
|
|
46
39
|
}
|
|
40
|
+
}),
|
|
41
|
+
titleRoot: ({ theme }) => ({
|
|
42
|
+
display: 'flex',
|
|
43
|
+
flexDirection: 'row-reverse',
|
|
44
|
+
alignItems: 'start',
|
|
45
|
+
justifyContent: 'flex-end',
|
|
46
|
+
fontSize: '1.286rem',
|
|
47
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
48
|
+
padding: theme.spacing(2, 3),
|
|
49
|
+
[theme.breakpoints.up('md')]: {
|
|
50
|
+
flexDirection: 'row',
|
|
51
|
+
justifyContent: 'space-between'
|
|
52
|
+
},
|
|
53
|
+
'& .MuiIconButton-root': {
|
|
54
|
+
fontSize: '1rem',
|
|
55
|
+
marginRight: theme.spacing(1),
|
|
56
|
+
[theme.breakpoints.up('md')]: {
|
|
57
|
+
marginRight: 0
|
|
58
|
+
}
|
|
59
|
+
}
|
|
47
60
|
})
|
|
48
61
|
}
|
|
49
62
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCBaseDialog.js","sourceRoot":"","sources":["../../../src/components/SCBaseDialog.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,QAAQ,EAAE,GAAG;YACb,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE;gBAC3B,QAAQ,EAAE,GAAG;aACd;YACD,
|
|
1
|
+
{"version":3,"file":"SCBaseDialog.js","sourceRoot":"","sources":["../../../src/components/SCBaseDialog.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,QAAQ,EAAE,GAAG;YACb,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE;gBAC3B,QAAQ,EAAE,GAAG;aACd;YACD,0BAA0B,EAAE;gBAC1B,WAAW,EAAE,CAAC;gBACd,YAAY,EAAE,CAAC;gBACf,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC5B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC7B,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,OAAO,EAAE,CAAC;iBACX;gBACD,wCAAwC,EAAE;oBACxC,MAAM,EAAE,MAAM;oBACd,8BAA8B,EAAE;wBAC9B,MAAM,EAAE;4BACN,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;yBACjC;wBACD,iBAAiB,EAAE;4BACjB,UAAU,EAAE,CAAC;4BACb,aAAa,EAAE,CAAC;4BAChB,qBAAqB,EAAE;gCACrB,WAAW,EAAE,CAAC;gCACd,0BAA0B,EAAE;oCAC1B,YAAY,EAAE,CAAC;iCAChB;6BACF;yBACF;qBACF;iBACF;aACF;YACD,6BAA6B,EAAE;gBAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;aAC7B;SACF,CAAC;QACF,SAAS,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC5B,OAAO,EAAE,MAAM;YACf,aAAa,EAAE,aAAa;YAC5B,UAAU,EAAE,OAAO;YACnB,cAAc,EAAE,UAAU;YAC1B,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;YAC3C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;YAC5B,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,aAAa,EAAE,KAAK;gBACpB,cAAc,EAAE,eAAe;aAChC;YACD,uBAAuB,EAAE;gBACvB,QAAQ,EAAE,MAAM;gBAChB,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC7B,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,WAAW,EAAE,CAAC;iBACf;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
padding: any;
|
|
5
|
+
'& .MuiAvatarGroup-root .MuiAvatar-root': {
|
|
6
|
+
width: any;
|
|
7
|
+
height: any;
|
|
8
|
+
border: string;
|
|
9
|
+
fontSize: string;
|
|
10
|
+
'&.MuiAvatar-colorDefault': {
|
|
11
|
+
marginLeft: number;
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
color: any;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export default Component;
|
|
20
|
+
//# sourceMappingURL=SCCategoryFollowersButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCategoryFollowersButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCCategoryFollowersButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;CAetB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
padding: theme.spacing(),
|
|
7
|
+
'& .MuiAvatarGroup-root .MuiAvatar-root': {
|
|
8
|
+
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
9
|
+
height: theme.selfcommunity.user.avatar.sizeSmall,
|
|
10
|
+
border: '1px solid #fff',
|
|
11
|
+
fontSize: '0.856rem',
|
|
12
|
+
'&.MuiAvatar-colorDefault': {
|
|
13
|
+
marginLeft: 0,
|
|
14
|
+
backgroundColor: 'transparent',
|
|
15
|
+
color: theme.palette.primary.main
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
})
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
exports.default = Component;
|
|
22
|
+
//# sourceMappingURL=SCCategoryFollowersButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCategoryFollowersButton.js","sourceRoot":"","sources":["../../../src/components/SCCategoryFollowersButton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE;YACxB,wCAAwC,EAAE;gBACxC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;gBAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;gBACjD,MAAM,EAAE,gBAAgB;gBACxB,QAAQ,EAAE,UAAU;gBACpB,0BAA0B,EAAE;oBAC1B,UAAU,EAAE,CAAC;oBACb,eAAe,EAAE,aAAa;oBAC9B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;iBAClC;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
defaultProps: {
|
|
3
|
-
|
|
3
|
+
CategoryFollowButtonProps: {
|
|
4
4
|
size: string;
|
|
5
5
|
};
|
|
6
6
|
};
|
|
@@ -10,12 +10,29 @@ declare const Component: {
|
|
|
10
10
|
[x: number]: {
|
|
11
11
|
borderRadius: any;
|
|
12
12
|
};
|
|
13
|
+
display: string;
|
|
14
|
+
flexDirection: string;
|
|
15
|
+
justifyContent: string;
|
|
16
|
+
alignItems: string;
|
|
17
|
+
minHeight: number;
|
|
18
|
+
color: string;
|
|
19
|
+
background: string;
|
|
13
20
|
height: number;
|
|
14
21
|
borderRadius: number;
|
|
15
22
|
};
|
|
16
23
|
'& .SCCategoryHeader-info': {
|
|
24
|
+
paddingLeft: any;
|
|
25
|
+
paddingRight: any;
|
|
17
26
|
marginTop: any;
|
|
18
27
|
marginBottom: any;
|
|
28
|
+
'& .SCCategoryHeader-name, & .SCCategoryHeader-slogan': {
|
|
29
|
+
display: string;
|
|
30
|
+
whiteSpace: string;
|
|
31
|
+
overflow: string;
|
|
32
|
+
textOverflow: string;
|
|
33
|
+
textAlign: string;
|
|
34
|
+
marginBottom: any;
|
|
35
|
+
};
|
|
19
36
|
'& .SCCategoryHeader-name': {
|
|
20
37
|
fontSize: string;
|
|
21
38
|
fontWeight: any;
|
|
@@ -26,25 +43,15 @@ declare const Component: {
|
|
|
26
43
|
fontWeight: any;
|
|
27
44
|
marginBottom: any;
|
|
28
45
|
};
|
|
29
|
-
'& .SCCategoryHeader-followed': {
|
|
46
|
+
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
47
|
+
textAlign: string;
|
|
30
48
|
marginBottom: any;
|
|
49
|
+
};
|
|
50
|
+
'& .SCCategoryHeader-followed': {
|
|
31
51
|
'& .SCCategoryHeader-followed-counter': {
|
|
32
52
|
fontSize: string;
|
|
33
53
|
fontWeight: any;
|
|
34
|
-
|
|
35
|
-
'& .MuiButton-root': {
|
|
36
|
-
padding: any;
|
|
37
|
-
'& .MuiAvatarGroup-root .MuiAvatar-root': {
|
|
38
|
-
width: any;
|
|
39
|
-
height: any;
|
|
40
|
-
border: string;
|
|
41
|
-
};
|
|
42
|
-
'& .MuiAvatar-colorDefault': {
|
|
43
|
-
margin: number;
|
|
44
|
-
backgroundColor: string;
|
|
45
|
-
color: any;
|
|
46
|
-
borderRadius: number;
|
|
47
|
-
};
|
|
54
|
+
display: string;
|
|
48
55
|
};
|
|
49
56
|
};
|
|
50
57
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCCategoryHeader.d.ts","sourceRoot":"","sources":["../../../src/components/SCCategoryHeader.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;;;;;;0BAOK,GAAG
|
|
1
|
+
{"version":3,"file":"SCCategoryHeader.d.ts","sourceRoot":"","sources":["../../../src/components/SCCategoryHeader.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;;;;;;0BAOK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,13 +2,20 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const Component = {
|
|
4
4
|
defaultProps: {
|
|
5
|
-
|
|
5
|
+
CategoryFollowButtonProps: {
|
|
6
6
|
size: 'medium'
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
9
|
styleOverrides: {
|
|
10
10
|
root: ({ theme }) => ({
|
|
11
11
|
'& .SCCategoryHeader-cover': {
|
|
12
|
+
display: 'flex',
|
|
13
|
+
flexDirection: 'column',
|
|
14
|
+
justifyContent: 'center',
|
|
15
|
+
alignItems: 'center',
|
|
16
|
+
minHeight: 270,
|
|
17
|
+
color: '#FFF',
|
|
18
|
+
background: 'linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)',
|
|
12
19
|
height: 200,
|
|
13
20
|
borderRadius: 0,
|
|
14
21
|
[theme.breakpoints.up('md')]: {
|
|
@@ -16,8 +23,18 @@ const Component = {
|
|
|
16
23
|
}
|
|
17
24
|
},
|
|
18
25
|
'& .SCCategoryHeader-info': {
|
|
26
|
+
paddingLeft: theme.spacing(2),
|
|
27
|
+
paddingRight: theme.spacing(2),
|
|
19
28
|
marginTop: theme.spacing(1),
|
|
20
29
|
marginBottom: theme.spacing(3),
|
|
30
|
+
'& .SCCategoryHeader-name, & .SCCategoryHeader-slogan': {
|
|
31
|
+
display: 'block',
|
|
32
|
+
whiteSpace: 'nowrap',
|
|
33
|
+
overflow: 'hidden',
|
|
34
|
+
textOverflow: 'ellipsis',
|
|
35
|
+
textAlign: 'center',
|
|
36
|
+
marginBottom: theme.spacing(2)
|
|
37
|
+
},
|
|
21
38
|
'& .SCCategoryHeader-name': {
|
|
22
39
|
fontSize: '1.857rem',
|
|
23
40
|
fontWeight: theme.typography.fontWeightBold,
|
|
@@ -28,25 +45,15 @@ const Component = {
|
|
|
28
45
|
fontWeight: theme.typography.fontWeightMedium,
|
|
29
46
|
marginBottom: theme.spacing(2)
|
|
30
47
|
},
|
|
48
|
+
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
49
|
+
textAlign: 'center',
|
|
50
|
+
marginBottom: theme.spacing(2)
|
|
51
|
+
},
|
|
31
52
|
'& .SCCategoryHeader-followed': {
|
|
32
|
-
marginBottom: theme.spacing(2),
|
|
33
53
|
'& .SCCategoryHeader-followed-counter': {
|
|
34
54
|
fontSize: '1rem',
|
|
35
|
-
fontWeight: theme.typography.fontWeightRegular
|
|
36
|
-
|
|
37
|
-
'& .MuiButton-root': {
|
|
38
|
-
padding: theme.spacing(),
|
|
39
|
-
'& .MuiAvatarGroup-root .MuiAvatar-root': {
|
|
40
|
-
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
41
|
-
height: theme.selfcommunity.user.avatar.sizeSmall,
|
|
42
|
-
border: '1px solid #fff'
|
|
43
|
-
},
|
|
44
|
-
'& .MuiAvatar-colorDefault': {
|
|
45
|
-
margin: 0,
|
|
46
|
-
backgroundColor: 'transparent',
|
|
47
|
-
color: theme.palette.primary.main,
|
|
48
|
-
borderRadius: 0
|
|
49
|
-
}
|
|
55
|
+
fontWeight: theme.typography.fontWeightRegular,
|
|
56
|
+
display: 'inline'
|
|
50
57
|
}
|
|
51
58
|
}
|
|
52
59
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCCategoryHeader.js","sourceRoot":"","sources":["../../../src/components/SCCategoryHeader.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,YAAY,EAAE;QACZ,yBAAyB,EAAE;YACzB,IAAI,EAAE,QAAQ;SACf;KACF;IACD,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,2BAA2B,EAAE;gBAC3B,MAAM,EAAE,GAAG;gBACX,YAAY,EAAE,CAAC;gBACf,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;iBACvC;aACF;YACD,0BAA0B,EAAE;gBAC1B,
|
|
1
|
+
{"version":3,"file":"SCCategoryHeader.js","sourceRoot":"","sources":["../../../src/components/SCCategoryHeader.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,YAAY,EAAE;QACZ,yBAAyB,EAAE;YACzB,IAAI,EAAE,QAAQ;SACf;KACF;IACD,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,2BAA2B,EAAE;gBAC3B,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,QAAQ;gBACvB,cAAc,EAAE,QAAQ;gBACxB,UAAU,EAAE,QAAQ;gBACpB,SAAS,EAAE,GAAG;gBACd,KAAK,EAAE,MAAM;gBACb,UAAU,EAAE,0EAA0E;gBACtF,MAAM,EAAE,GAAG;gBACX,YAAY,EAAE,CAAC;gBACf,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;iBACvC;aACF;YACD,0BAA0B,EAAE;gBAC1B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC7B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,sDAAsD,EAAE;oBACtD,OAAO,EAAE,OAAO;oBAChB,UAAU,EAAE,QAAQ;oBACpB,QAAQ,EAAE,QAAQ;oBAClB,YAAY,EAAE,UAAU;oBACxB,SAAS,EAAE,QAAQ;oBACnB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;gBACD,0BAA0B,EAAE;oBAC1B,QAAQ,EAAE,UAAU;oBACpB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;iBAC9B;gBACD,4BAA4B,EAAE;oBAC5B,QAAQ,EAAE,MAAM;oBAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB;oBAC7C,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;gBACD,0DAA0D,EAAE;oBAC1D,SAAS,EAAE,QAAQ;oBACnB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;gBACD,8BAA8B,EAAE;oBAC9B,sCAAsC,EAAE;wBACtC,QAAQ,EAAE,MAAM;wBAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB;wBAC9C,OAAO,EAAE,QAAQ;qBAClB;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -5,8 +5,8 @@ const Component = {
|
|
|
5
5
|
styleOverrides: {
|
|
6
6
|
root: ({ theme }) => ({
|
|
7
7
|
[theme.breakpoints.up('sm')]: {
|
|
8
|
-
height:
|
|
9
|
-
maxHeight: '
|
|
8
|
+
height: '100vh',
|
|
9
|
+
maxHeight: theme.breakpoints.values['md'],
|
|
10
10
|
overflow: 'auto'
|
|
11
11
|
},
|
|
12
12
|
'& .MuiCardContent-root': {
|
|
@@ -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,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,MAAM,EAAE,KAAK,CAAC,
|
|
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,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,MAAM,EAAE,OAAO;gBACf,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;gBACzC,QAAQ,EAAE,MAAM;aACjB;YACD,wBAAwB,EAAE;gBACxB,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,QAAQ;gBACvB,iBAAiB,EAAE;oBACjB,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,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,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;YACD,mCAAmC,EAAE;gBACnC,6CAA6C,EAAE;oBAC7C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC1B;gBACD,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;gBACtC,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;gBAC1F,SAAS,EAAE;oBACT,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAC;iBAC5F;gBACD,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,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,aAAa;gBACjD,SAAS,EAAE,QAAQ;gBACnB,eAAe,EAAE,aAAa;gBAC9B,SAAS,EAAE;oBACT,WAAW,EAAE,gBAAgB;oBAC7B,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;iBACtF;aACF;SACF,CAAC;KACH;CACF,CAAC;AACF,kBAAe,SAAS,CAAC"}
|
|
@@ -2,26 +2,19 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
[x: number]: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
maxHeight?: undefined;
|
|
8
|
-
} | {
|
|
9
|
-
height: any;
|
|
10
|
-
maxHeight: string;
|
|
11
|
-
minHeight?: undefined;
|
|
5
|
+
height: string;
|
|
6
|
+
maxHeight: any;
|
|
12
7
|
};
|
|
13
8
|
backgroundColor: string;
|
|
14
9
|
position: string;
|
|
15
10
|
'& .MuiCardContent-root': {
|
|
16
11
|
[x: number]: {
|
|
17
12
|
height: string;
|
|
18
|
-
maxHeight:
|
|
19
|
-
} | {
|
|
20
|
-
maxHeight: string;
|
|
21
|
-
height?: undefined;
|
|
13
|
+
maxHeight: any;
|
|
22
14
|
};
|
|
23
15
|
overflow: string;
|
|
24
16
|
padding: any;
|
|
17
|
+
height: string;
|
|
25
18
|
'& .MuiAlert-root': {
|
|
26
19
|
position: string;
|
|
27
20
|
bottom: number;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgHtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -6,22 +6,17 @@ const Component = {
|
|
|
6
6
|
root: ({ theme }) => ({
|
|
7
7
|
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.selectedOpacity),
|
|
8
8
|
position: 'relative',
|
|
9
|
-
[theme.breakpoints.down('md')]: {
|
|
10
|
-
minHeight: 'calc(100vh - 6.2rem)'
|
|
11
|
-
},
|
|
12
9
|
[theme.breakpoints.up('sm')]: {
|
|
13
|
-
height:
|
|
14
|
-
maxHeight: '
|
|
10
|
+
height: '100vh',
|
|
11
|
+
maxHeight: theme.breakpoints.values['md']
|
|
15
12
|
},
|
|
16
13
|
'& .MuiCardContent-root': {
|
|
17
14
|
overflow: 'auto',
|
|
18
15
|
padding: theme.spacing(0),
|
|
16
|
+
height: 'calc(100vh - 6.2rem)',
|
|
19
17
|
[theme.breakpoints.up('sm')]: {
|
|
20
|
-
height:
|
|
21
|
-
maxHeight:
|
|
22
|
-
},
|
|
23
|
-
[theme.breakpoints.down('md')]: {
|
|
24
|
-
maxHeight: 'calc(100vh - 6.2rem)'
|
|
18
|
+
height: `calc(100% - ${theme.spacing(6.25)})`,
|
|
19
|
+
maxHeight: theme.breakpoints.values['md']
|
|
25
20
|
},
|
|
26
21
|
'& .MuiAlert-root': {
|
|
27
22
|
position: 'absolute',
|
|
@@ -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,QAAQ,EAAE,UAAU;YACpB,CAAC,KAAK,CAAC,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"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"}
|
|
@@ -25,12 +25,8 @@ declare const Component: {
|
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
'& .SCPrivateMessageThreadItem-img': {
|
|
28
|
-
[x: number]: {
|
|
29
|
-
height: any;
|
|
30
|
-
};
|
|
31
28
|
display: string;
|
|
32
29
|
alignItems: string;
|
|
33
|
-
height: any;
|
|
34
30
|
objectFit: string;
|
|
35
31
|
flex: string;
|
|
36
32
|
'& img': {
|
|
@@ -55,21 +51,12 @@ declare const Component: {
|
|
|
55
51
|
};
|
|
56
52
|
};
|
|
57
53
|
'& .SCPrivateMessageThreadItem-document': {
|
|
58
|
-
[x: number]: {
|
|
59
|
-
width: any;
|
|
60
|
-
};
|
|
61
54
|
width: any;
|
|
62
55
|
'& img': {
|
|
63
|
-
|
|
64
|
-
height: any;
|
|
65
|
-
};
|
|
66
|
-
height: any;
|
|
56
|
+
height: string;
|
|
67
57
|
width: string;
|
|
68
58
|
};
|
|
69
59
|
'& .MuiButtonBase-root': {
|
|
70
|
-
[x: number]: {
|
|
71
|
-
bottom: string;
|
|
72
|
-
};
|
|
73
60
|
width: string;
|
|
74
61
|
position: string;
|
|
75
62
|
bottom: string;
|
|
@@ -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"}
|
|
@@ -29,12 +29,8 @@ const Component = {
|
|
|
29
29
|
'& .SCPrivateMessageThreadItem-img': {
|
|
30
30
|
display: 'flex',
|
|
31
31
|
alignItems: 'center',
|
|
32
|
-
height: theme.spacing(52),
|
|
33
32
|
objectFit: 'cover',
|
|
34
33
|
flex: '0 0 95%',
|
|
35
|
-
[theme.breakpoints.down('md')]: {
|
|
36
|
-
height: theme.spacing(22)
|
|
37
|
-
},
|
|
38
34
|
'& img': {
|
|
39
35
|
width: '100%',
|
|
40
36
|
height: '100%'
|
|
@@ -58,15 +54,9 @@ const Component = {
|
|
|
58
54
|
},
|
|
59
55
|
'& .SCPrivateMessageThreadItem-document': {
|
|
60
56
|
width: theme.spacing(32.5),
|
|
61
|
-
[theme.breakpoints.down('md')]: {
|
|
62
|
-
width: theme.spacing(22)
|
|
63
|
-
},
|
|
64
57
|
'& img': {
|
|
65
|
-
height:
|
|
66
|
-
width: '100%'
|
|
67
|
-
[theme.breakpoints.down('md')]: {
|
|
68
|
-
height: theme.spacing(22)
|
|
69
|
-
}
|
|
58
|
+
height: '100%',
|
|
59
|
+
width: '100%'
|
|
70
60
|
},
|
|
71
61
|
'& .MuiButtonBase-root': {
|
|
72
62
|
width: 'inherit',
|
|
@@ -81,9 +71,6 @@ const Component = {
|
|
|
81
71
|
overflow: 'hidden',
|
|
82
72
|
textOverflow: 'ellipsis',
|
|
83
73
|
marginLeft: theme.spacing(0.5)
|
|
84
|
-
},
|
|
85
|
-
[theme.breakpoints.down('md')]: {
|
|
86
|
-
bottom: '15%'
|
|
87
74
|
}
|
|
88
75
|
}
|
|
89
76
|
}
|
|
@@ -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,UAAU,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC5C,aAAa,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC/C,YAAY,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC9C,WAAW,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC7C,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;iBACrB;aACF;YACD,mCAAmC,EAAE;gBACnC,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,QAAQ;gBACpB,
|
|
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,UAAU,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC5C,aAAa,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC/C,YAAY,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC9C,WAAW,EAAE,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,aAAa;YAC7C,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;iBACrB;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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThreadItemDialog.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItemDialog.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThreadItemDialog.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItemDialog.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|