@selfcommunity/react-theme-default 0.1.0-alpha.118 → 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
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
const Component = {
|
|
2
2
|
defaultProps: {
|
|
3
|
-
|
|
3
|
+
CategoryFollowButtonProps: {
|
|
4
4
|
size: 'medium'
|
|
5
5
|
}
|
|
6
6
|
},
|
|
7
7
|
styleOverrides: {
|
|
8
8
|
root: ({ theme }) => ({
|
|
9
9
|
'& .SCCategoryHeader-cover': {
|
|
10
|
+
display: 'flex',
|
|
11
|
+
flexDirection: 'column',
|
|
12
|
+
justifyContent: 'center',
|
|
13
|
+
alignItems: 'center',
|
|
14
|
+
minHeight: 270,
|
|
15
|
+
color: '#FFF',
|
|
16
|
+
background: 'linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)',
|
|
10
17
|
height: 200,
|
|
11
18
|
borderRadius: 0,
|
|
12
19
|
[theme.breakpoints.up('md')]: {
|
|
@@ -14,8 +21,18 @@ const Component = {
|
|
|
14
21
|
}
|
|
15
22
|
},
|
|
16
23
|
'& .SCCategoryHeader-info': {
|
|
24
|
+
paddingLeft: theme.spacing(2),
|
|
25
|
+
paddingRight: theme.spacing(2),
|
|
17
26
|
marginTop: theme.spacing(1),
|
|
18
27
|
marginBottom: theme.spacing(3),
|
|
28
|
+
'& .SCCategoryHeader-name, & .SCCategoryHeader-slogan': {
|
|
29
|
+
display: 'block',
|
|
30
|
+
whiteSpace: 'nowrap',
|
|
31
|
+
overflow: 'hidden',
|
|
32
|
+
textOverflow: 'ellipsis',
|
|
33
|
+
textAlign: 'center',
|
|
34
|
+
marginBottom: theme.spacing(2)
|
|
35
|
+
},
|
|
19
36
|
'& .SCCategoryHeader-name': {
|
|
20
37
|
fontSize: '1.857rem',
|
|
21
38
|
fontWeight: theme.typography.fontWeightBold,
|
|
@@ -26,25 +43,15 @@ const Component = {
|
|
|
26
43
|
fontWeight: theme.typography.fontWeightMedium,
|
|
27
44
|
marginBottom: theme.spacing(2)
|
|
28
45
|
},
|
|
46
|
+
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
47
|
+
textAlign: 'center',
|
|
48
|
+
marginBottom: theme.spacing(2)
|
|
49
|
+
},
|
|
29
50
|
'& .SCCategoryHeader-followed': {
|
|
30
|
-
marginBottom: theme.spacing(2),
|
|
31
51
|
'& .SCCategoryHeader-followed-counter': {
|
|
32
52
|
fontSize: '1rem',
|
|
33
|
-
fontWeight: theme.typography.fontWeightRegular
|
|
34
|
-
|
|
35
|
-
'& .MuiButton-root': {
|
|
36
|
-
padding: theme.spacing(),
|
|
37
|
-
'& .MuiAvatarGroup-root .MuiAvatar-root': {
|
|
38
|
-
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
39
|
-
height: theme.selfcommunity.user.avatar.sizeSmall,
|
|
40
|
-
border: '1px solid #fff'
|
|
41
|
-
},
|
|
42
|
-
'& .MuiAvatar-colorDefault': {
|
|
43
|
-
margin: 0,
|
|
44
|
-
backgroundColor: 'transparent',
|
|
45
|
-
color: theme.palette.primary.main,
|
|
46
|
-
borderRadius: 0
|
|
47
|
-
}
|
|
53
|
+
fontWeight: theme.typography.fontWeightRegular,
|
|
54
|
+
display: 'inline'
|
|
48
55
|
}
|
|
49
56
|
}
|
|
50
57
|
}
|
|
@@ -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,eAAe,SAAS,CAAC"}
|
|
@@ -3,8 +3,8 @@ const Component = {
|
|
|
3
3
|
styleOverrides: {
|
|
4
4
|
root: ({ theme }) => ({
|
|
5
5
|
[theme.breakpoints.up('sm')]: {
|
|
6
|
-
height:
|
|
7
|
-
maxHeight: '
|
|
6
|
+
height: '100vh',
|
|
7
|
+
maxHeight: theme.breakpoints.values['md'],
|
|
8
8
|
overflow: 'auto'
|
|
9
9
|
},
|
|
10
10
|
'& .MuiCardContent-root': {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageSnippets.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageSnippets.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,aAAa,CAAC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,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,OAAO,EAAC,KAAK,EAAC,MAAM,aAAa,CAAC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,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,KAAK,CAAC,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,KAAK,CAAC,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,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;gBAC1F,SAAS,EAAE;oBACT,eAAe,EAAE,KAAK,CAAC,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,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;iBACtF;aACF;SACF,CAAC;KACH;CACF,CAAC;AACF,eAAe,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"}
|
|
@@ -4,22 +4,17 @@ const Component = {
|
|
|
4
4
|
root: ({ theme }) => ({
|
|
5
5
|
backgroundColor: alpha(theme.palette.secondary.main, theme.palette.action.selectedOpacity),
|
|
6
6
|
position: 'relative',
|
|
7
|
-
[theme.breakpoints.down('md')]: {
|
|
8
|
-
minHeight: 'calc(100vh - 6.2rem)'
|
|
9
|
-
},
|
|
10
7
|
[theme.breakpoints.up('sm')]: {
|
|
11
|
-
height:
|
|
12
|
-
maxHeight: '
|
|
8
|
+
height: '100vh',
|
|
9
|
+
maxHeight: theme.breakpoints.values['md']
|
|
13
10
|
},
|
|
14
11
|
'& .MuiCardContent-root': {
|
|
15
12
|
overflow: 'auto',
|
|
16
13
|
padding: theme.spacing(0),
|
|
14
|
+
height: 'calc(100vh - 6.2rem)',
|
|
17
15
|
[theme.breakpoints.up('sm')]: {
|
|
18
|
-
height:
|
|
19
|
-
maxHeight:
|
|
20
|
-
},
|
|
21
|
-
[theme.breakpoints.down('md')]: {
|
|
22
|
-
maxHeight: 'calc(100vh - 6.2rem)'
|
|
16
|
+
height: `calc(100% - ${theme.spacing(6.25)})`,
|
|
17
|
+
maxHeight: theme.breakpoints.values['md']
|
|
23
18
|
},
|
|
24
19
|
'& .MuiAlert-root': {
|
|
25
20
|
position: 'absolute',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,aAAa,CAAC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,eAAe,EAAE,KAAK,CAAC,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"}
|
|
@@ -27,12 +27,8 @@ const Component = {
|
|
|
27
27
|
'& .SCPrivateMessageThreadItem-img': {
|
|
28
28
|
display: 'flex',
|
|
29
29
|
alignItems: 'center',
|
|
30
|
-
height: theme.spacing(52),
|
|
31
30
|
objectFit: 'cover',
|
|
32
31
|
flex: '0 0 95%',
|
|
33
|
-
[theme.breakpoints.down('md')]: {
|
|
34
|
-
height: theme.spacing(22)
|
|
35
|
-
},
|
|
36
32
|
'& img': {
|
|
37
33
|
width: '100%',
|
|
38
34
|
height: '100%'
|
|
@@ -56,15 +52,9 @@ const Component = {
|
|
|
56
52
|
},
|
|
57
53
|
'& .SCPrivateMessageThreadItem-document': {
|
|
58
54
|
width: theme.spacing(32.5),
|
|
59
|
-
[theme.breakpoints.down('md')]: {
|
|
60
|
-
width: theme.spacing(22)
|
|
61
|
-
},
|
|
62
55
|
'& img': {
|
|
63
|
-
height:
|
|
64
|
-
width: '100%'
|
|
65
|
-
[theme.breakpoints.down('md')]: {
|
|
66
|
-
height: theme.spacing(22)
|
|
67
|
-
}
|
|
56
|
+
height: '100%',
|
|
57
|
+
width: '100%'
|
|
68
58
|
},
|
|
69
59
|
'& .MuiButtonBase-root': {
|
|
70
60
|
width: 'inherit',
|
|
@@ -79,9 +69,6 @@ const Component = {
|
|
|
79
69
|
overflow: 'hidden',
|
|
80
70
|
textOverflow: 'ellipsis',
|
|
81
71
|
marginLeft: theme.spacing(0.5)
|
|
82
|
-
},
|
|
83
|
-
[theme.breakpoints.down('md')]: {
|
|
84
|
-
bottom: '15%'
|
|
85
72
|
}
|
|
86
73
|
}
|
|
87
74
|
}
|
|
@@ -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,eAAe,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThreadItemDialog.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItemDialog.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,0BAA0B,EAAE;gBAC1B,OAAO,EAAE;oBACP,KAAK,EAAE,MAAM;oBACb,MAAM,EAAE,MAAM;oBACd,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;iBAC7B;gBACD,uBAAuB,EAAE;oBACvB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACtC,QAAQ,EAAE,UAAU;oBACpB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACvB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACxB,iBAAiB,EAAE;wBACjB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;wBACnC,QAAQ,EAAE,MAAM;qBACjB;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThreadItemDialog.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadItemDialog.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,0BAA0B,EAAE;gBAC1B,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aACtB;YACD,0BAA0B,EAAE;gBAC1B,OAAO,EAAE;oBACP,KAAK,EAAE,MAAM;oBACb,MAAM,EAAE,MAAM;oBACd,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;iBAC7B;gBACD,uBAAuB,EAAE;oBACvB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACtC,QAAQ,EAAE,UAAU;oBACpB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACvB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACxB,iBAAiB,EAAE;wBACjB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;wBACnC,QAAQ,EAAE,MAAM;qBACjB;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -197,16 +197,6 @@ declare const theme: {
|
|
|
197
197
|
minWidth: number;
|
|
198
198
|
};
|
|
199
199
|
minWidth: number;
|
|
200
|
-
'& h2': {
|
|
201
|
-
fontSize: string;
|
|
202
|
-
fontWeight: any;
|
|
203
|
-
padding: any;
|
|
204
|
-
'& .MuiIconButton-root': {
|
|
205
|
-
right: any;
|
|
206
|
-
top: any;
|
|
207
|
-
fontSize: string;
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
200
|
'& .MuiDialogContent-root': {
|
|
211
201
|
[x: number]: {
|
|
212
202
|
padding: number;
|
|
@@ -215,17 +205,20 @@ declare const theme: {
|
|
|
215
205
|
paddingRight: number;
|
|
216
206
|
marginLeft: any;
|
|
217
207
|
marginRight: any;
|
|
218
|
-
'& .infinite-scroll-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
'& .
|
|
228
|
-
|
|
208
|
+
'& .infinite-scroll-component__outerdiv': {
|
|
209
|
+
height: string;
|
|
210
|
+
'& .infinite-scroll-component': {
|
|
211
|
+
' > .': {
|
|
212
|
+
marginBottom: any;
|
|
213
|
+
};
|
|
214
|
+
'& .MuiList-root': {
|
|
215
|
+
paddingTop: number;
|
|
216
|
+
paddingBottom: number;
|
|
217
|
+
'& .MuiListItem-root': {
|
|
218
|
+
paddingLeft: number;
|
|
219
|
+
'& .SCBaseItemButton-root': {
|
|
220
|
+
borderRadius: number;
|
|
221
|
+
};
|
|
229
222
|
};
|
|
230
223
|
};
|
|
231
224
|
};
|
|
@@ -235,6 +228,26 @@ declare const theme: {
|
|
|
235
228
|
padding: any;
|
|
236
229
|
};
|
|
237
230
|
};
|
|
231
|
+
titleRoot: ({ theme }: any) => {
|
|
232
|
+
[x: number]: {
|
|
233
|
+
flexDirection: string;
|
|
234
|
+
justifyContent: string;
|
|
235
|
+
};
|
|
236
|
+
display: string;
|
|
237
|
+
flexDirection: string;
|
|
238
|
+
alignItems: string;
|
|
239
|
+
justifyContent: string;
|
|
240
|
+
fontSize: string;
|
|
241
|
+
fontWeight: any;
|
|
242
|
+
padding: any;
|
|
243
|
+
'& .MuiIconButton-root': {
|
|
244
|
+
[x: number]: {
|
|
245
|
+
marginRight: number;
|
|
246
|
+
};
|
|
247
|
+
fontSize: string;
|
|
248
|
+
marginRight: any;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
238
251
|
};
|
|
239
252
|
};
|
|
240
253
|
SCBaseItem: {
|
|
@@ -428,9 +441,27 @@ declare const theme: {
|
|
|
428
441
|
};
|
|
429
442
|
};
|
|
430
443
|
};
|
|
444
|
+
SCCategoryFollowersButton: {
|
|
445
|
+
styleOverrides: {
|
|
446
|
+
root: ({ theme }: any) => {
|
|
447
|
+
padding: any;
|
|
448
|
+
'& .MuiAvatarGroup-root .MuiAvatar-root': {
|
|
449
|
+
width: any;
|
|
450
|
+
height: any;
|
|
451
|
+
border: string;
|
|
452
|
+
fontSize: string;
|
|
453
|
+
'&.MuiAvatar-colorDefault': {
|
|
454
|
+
marginLeft: number;
|
|
455
|
+
backgroundColor: string;
|
|
456
|
+
color: any;
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
};
|
|
431
462
|
SCCategoryHeader: {
|
|
432
463
|
defaultProps: {
|
|
433
|
-
|
|
464
|
+
CategoryFollowButtonProps: {
|
|
434
465
|
size: string;
|
|
435
466
|
};
|
|
436
467
|
};
|
|
@@ -440,12 +471,29 @@ declare const theme: {
|
|
|
440
471
|
[x: number]: {
|
|
441
472
|
borderRadius: any;
|
|
442
473
|
};
|
|
474
|
+
display: string;
|
|
475
|
+
flexDirection: string;
|
|
476
|
+
justifyContent: string;
|
|
477
|
+
alignItems: string;
|
|
478
|
+
minHeight: number;
|
|
479
|
+
color: string;
|
|
480
|
+
background: string;
|
|
443
481
|
height: number;
|
|
444
482
|
borderRadius: number;
|
|
445
483
|
};
|
|
446
484
|
'& .SCCategoryHeader-info': {
|
|
485
|
+
paddingLeft: any;
|
|
486
|
+
paddingRight: any;
|
|
447
487
|
marginTop: any;
|
|
448
488
|
marginBottom: any;
|
|
489
|
+
'& .SCCategoryHeader-name, & .SCCategoryHeader-slogan': {
|
|
490
|
+
display: string;
|
|
491
|
+
whiteSpace: string;
|
|
492
|
+
overflow: string;
|
|
493
|
+
textOverflow: string;
|
|
494
|
+
textAlign: string;
|
|
495
|
+
marginBottom: any;
|
|
496
|
+
};
|
|
449
497
|
'& .SCCategoryHeader-name': {
|
|
450
498
|
fontSize: string;
|
|
451
499
|
fontWeight: any;
|
|
@@ -456,25 +504,15 @@ declare const theme: {
|
|
|
456
504
|
fontWeight: any;
|
|
457
505
|
marginBottom: any;
|
|
458
506
|
};
|
|
459
|
-
'& .SCCategoryHeader-followed': {
|
|
507
|
+
'& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
|
|
508
|
+
textAlign: string;
|
|
460
509
|
marginBottom: any;
|
|
510
|
+
};
|
|
511
|
+
'& .SCCategoryHeader-followed': {
|
|
461
512
|
'& .SCCategoryHeader-followed-counter': {
|
|
462
513
|
fontSize: string;
|
|
463
514
|
fontWeight: any;
|
|
464
|
-
|
|
465
|
-
'& .MuiButton-root': {
|
|
466
|
-
padding: any;
|
|
467
|
-
'& .MuiAvatarGroup-root .MuiAvatar-root': {
|
|
468
|
-
width: any;
|
|
469
|
-
height: any;
|
|
470
|
-
border: string;
|
|
471
|
-
};
|
|
472
|
-
'& .MuiAvatar-colorDefault': {
|
|
473
|
-
margin: number;
|
|
474
|
-
backgroundColor: string;
|
|
475
|
-
color: any;
|
|
476
|
-
borderRadius: number;
|
|
477
|
-
};
|
|
515
|
+
display: string;
|
|
478
516
|
};
|
|
479
517
|
};
|
|
480
518
|
};
|
|
@@ -1704,7 +1742,9 @@ declare const theme: {
|
|
|
1704
1742
|
fontWeight: any;
|
|
1705
1743
|
};
|
|
1706
1744
|
'& .SCEditor-content': {
|
|
1707
|
-
paddingBottom: number;
|
|
1745
|
+
paddingBottom: number; /**
|
|
1746
|
+
* Style fragments - Imports - End
|
|
1747
|
+
*/
|
|
1708
1748
|
minHeight: number;
|
|
1709
1749
|
};
|
|
1710
1750
|
'& .SCEditor-actions': {
|
|
@@ -3089,8 +3129,8 @@ declare const theme: {
|
|
|
3089
3129
|
styleOverrides: {
|
|
3090
3130
|
root: ({ theme }: any) => {
|
|
3091
3131
|
[x: number]: {
|
|
3092
|
-
height:
|
|
3093
|
-
maxHeight:
|
|
3132
|
+
height: string;
|
|
3133
|
+
maxHeight: any;
|
|
3094
3134
|
overflow: string;
|
|
3095
3135
|
};
|
|
3096
3136
|
'& .MuiCardContent-root': {
|
|
@@ -3144,26 +3184,19 @@ declare const theme: {
|
|
|
3144
3184
|
styleOverrides: {
|
|
3145
3185
|
root: ({ theme }: any) => {
|
|
3146
3186
|
[x: number]: {
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
maxHeight?: undefined;
|
|
3150
|
-
} | {
|
|
3151
|
-
height: any;
|
|
3152
|
-
maxHeight: string;
|
|
3153
|
-
minHeight?: undefined;
|
|
3187
|
+
height: string;
|
|
3188
|
+
maxHeight: any;
|
|
3154
3189
|
};
|
|
3155
3190
|
backgroundColor: string;
|
|
3156
3191
|
position: string;
|
|
3157
3192
|
'& .MuiCardContent-root': {
|
|
3158
3193
|
[x: number]: {
|
|
3159
3194
|
height: string;
|
|
3160
|
-
maxHeight:
|
|
3161
|
-
} | {
|
|
3162
|
-
maxHeight: string;
|
|
3163
|
-
height?: undefined;
|
|
3195
|
+
maxHeight: any;
|
|
3164
3196
|
};
|
|
3165
3197
|
overflow: string;
|
|
3166
3198
|
padding: any;
|
|
3199
|
+
height: string;
|
|
3167
3200
|
'& .MuiAlert-root': {
|
|
3168
3201
|
position: string;
|
|
3169
3202
|
bottom: number;
|
|
@@ -3289,12 +3322,8 @@ declare const theme: {
|
|
|
3289
3322
|
};
|
|
3290
3323
|
};
|
|
3291
3324
|
'& .SCPrivateMessageThreadItem-img': {
|
|
3292
|
-
[x: number]: {
|
|
3293
|
-
height: any;
|
|
3294
|
-
};
|
|
3295
3325
|
display: string;
|
|
3296
3326
|
alignItems: string;
|
|
3297
|
-
height: any;
|
|
3298
3327
|
objectFit: string;
|
|
3299
3328
|
flex: string;
|
|
3300
3329
|
'& img': {
|
|
@@ -3319,21 +3348,12 @@ declare const theme: {
|
|
|
3319
3348
|
};
|
|
3320
3349
|
};
|
|
3321
3350
|
'& .SCPrivateMessageThreadItem-document': {
|
|
3322
|
-
[x: number]: {
|
|
3323
|
-
width: any;
|
|
3324
|
-
};
|
|
3325
3351
|
width: any;
|
|
3326
3352
|
'& img': {
|
|
3327
|
-
|
|
3328
|
-
height: any;
|
|
3329
|
-
};
|
|
3330
|
-
height: any;
|
|
3353
|
+
height: string;
|
|
3331
3354
|
width: string;
|
|
3332
3355
|
};
|
|
3333
3356
|
'& .MuiButtonBase-root': {
|
|
3334
|
-
[x: number]: {
|
|
3335
|
-
bottom: string;
|
|
3336
|
-
};
|
|
3337
3357
|
width: string;
|
|
3338
3358
|
position: string;
|
|
3339
3359
|
bottom: string;
|
|
@@ -3501,6 +3521,9 @@ declare const theme: {
|
|
|
3501
3521
|
SCPrivateMessageThreadItemDialog: {
|
|
3502
3522
|
styleOverrides: {
|
|
3503
3523
|
root: ({ theme }: any) => {
|
|
3524
|
+
'& h2 .MuiIconButton-root': {
|
|
3525
|
+
top: any;
|
|
3526
|
+
};
|
|
3504
3527
|
'& .MuiDialogContent-root': {
|
|
3505
3528
|
'& img': {
|
|
3506
3529
|
width: string;
|
package/lib/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA0GrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAJX;;mDAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmKF,CAAC;AACF,eAAe,KAAK,CAAC"}
|