@selfcommunity/react-theme-default 0.1.0-alpha.175 → 0.1.0-alpha.176
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/SCPrivateMessageSnippetItem.d.ts +19 -3
- package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippetItem.js +17 -5
- package/lib/cjs/components/SCPrivateMessageSnippetItem.js.map +1 -1
- package/lib/cjs/index.d.ts +19 -3
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +19 -3
- package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippetItem.js +17 -5
- package/lib/esm/components/SCPrivateMessageSnippetItem.js.map +1 -1
- package/lib/esm/index.d.ts +19 -3
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/umd/react-theme-default.js +7 -7
- package/lib/umd/react-theme-default.js.LICENSE.txt +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
|
@@ -9,6 +9,17 @@ declare const Component: {
|
|
|
9
9
|
float: string;
|
|
10
10
|
fontSize: any;
|
|
11
11
|
};
|
|
12
|
+
'& .MuiListItemButton-root': {
|
|
13
|
+
[x: number]: {
|
|
14
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
15
|
+
paddingRight: any;
|
|
16
|
+
};
|
|
17
|
+
paddingRight: any;
|
|
18
|
+
};
|
|
19
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
20
|
+
paddingRight: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
12
23
|
'& .MuiListItemText-primary': {
|
|
13
24
|
'& .SCPrivateMessageSnippetItem-username': {
|
|
14
25
|
fontWeight: any;
|
|
@@ -20,9 +31,6 @@ declare const Component: {
|
|
|
20
31
|
};
|
|
21
32
|
};
|
|
22
33
|
'& .MuiListItemText-secondary': {
|
|
23
|
-
display: string;
|
|
24
|
-
justifyContent: string;
|
|
25
|
-
alignItems: string;
|
|
26
34
|
'& .MuiTypography-root': {
|
|
27
35
|
display: string;
|
|
28
36
|
width: string;
|
|
@@ -32,12 +40,20 @@ declare const Component: {
|
|
|
32
40
|
};
|
|
33
41
|
};
|
|
34
42
|
'& .MuiListItemSecondaryAction-root': {
|
|
43
|
+
[x: number]: {
|
|
44
|
+
padding: any;
|
|
45
|
+
};
|
|
46
|
+
display: string;
|
|
47
|
+
alignItems: string;
|
|
35
48
|
position: string;
|
|
36
49
|
top: any;
|
|
37
50
|
right: any;
|
|
38
51
|
'& .MuiButtonBase-root': {
|
|
39
52
|
fontSize: string;
|
|
40
53
|
};
|
|
54
|
+
' .MuiPaper-root': {
|
|
55
|
+
padding: number;
|
|
56
|
+
};
|
|
41
57
|
};
|
|
42
58
|
};
|
|
43
59
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -11,20 +11,24 @@ const Component = {
|
|
|
11
11
|
float: 'right',
|
|
12
12
|
fontSize: theme.typography.fontWeightRegular
|
|
13
13
|
},
|
|
14
|
+
'& .MuiListItemButton-root': {
|
|
15
|
+
'&.SCPrivateMessageSnippetItem-unread': { paddingRight: theme.spacing(7.5) },
|
|
16
|
+
[theme.breakpoints.down('md')]: {
|
|
17
|
+
'&.SCPrivateMessageSnippetItem-unread': { paddingRight: theme.spacing(5) },
|
|
18
|
+
paddingRight: theme.spacing(2)
|
|
19
|
+
}
|
|
20
|
+
},
|
|
14
21
|
'& .MuiListItemText-primary': {
|
|
15
22
|
'& .SCPrivateMessageSnippetItem-username': {
|
|
16
23
|
fontWeight: theme.typography.fontWeightBold
|
|
17
24
|
},
|
|
18
25
|
'& .SCPrivateMessageSnippetItem-badge-label': {
|
|
19
|
-
marginLeft: theme.spacing(
|
|
26
|
+
marginLeft: theme.spacing(0.5),
|
|
20
27
|
borderRadius: 0,
|
|
21
28
|
fontSize: '0.5rem'
|
|
22
29
|
}
|
|
23
30
|
},
|
|
24
31
|
'& .MuiListItemText-secondary': {
|
|
25
|
-
display: 'flex',
|
|
26
|
-
justifyContent: 'space-between',
|
|
27
|
-
alignItems: 'center',
|
|
28
32
|
'& .MuiTypography-root': {
|
|
29
33
|
display: 'inline-block',
|
|
30
34
|
width: '80%',
|
|
@@ -34,11 +38,19 @@ const Component = {
|
|
|
34
38
|
}
|
|
35
39
|
},
|
|
36
40
|
'& .MuiListItemSecondaryAction-root': {
|
|
41
|
+
display: 'flex',
|
|
42
|
+
alignItems: 'center',
|
|
37
43
|
position: 'absolute',
|
|
38
44
|
top: theme.spacing(3),
|
|
39
|
-
right: theme.spacing(
|
|
45
|
+
right: theme.spacing(1),
|
|
40
46
|
'& .MuiButtonBase-root': {
|
|
41
47
|
fontSize: '1rem'
|
|
48
|
+
},
|
|
49
|
+
[theme.breakpoints.down('md')]: {
|
|
50
|
+
padding: theme.spacing(1)
|
|
51
|
+
},
|
|
52
|
+
' .MuiPaper-root': {
|
|
53
|
+
padding: 0
|
|
42
54
|
}
|
|
43
55
|
}
|
|
44
56
|
})
|
|
@@ -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,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,
|
|
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,2BAA2B,EAAE;gBAC3B,sCAAsC,EAAE,EAAC,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,EAAC;gBAC1E,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,sCAAsC,EAAE,EAAC,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAC;oBACxE,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;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,GAAG,CAAC;oBAC9B,YAAY,EAAE,CAAC;oBACf,QAAQ,EAAE,QAAQ;iBACnB;aACF;YACD,8BAA8B,EAAE;gBAC9B,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,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,QAAQ;gBACpB,QAAQ,EAAE,UAAU;gBACpB,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACrB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACvB,uBAAuB,EAAE;oBACvB,QAAQ,EAAE,MAAM;iBACjB;gBACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC1B;gBACD,iBAAiB,EAAE;oBACjB,OAAO,EAAE,CAAC;iBACX;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -3771,6 +3771,17 @@ declare const theme: {
|
|
|
3771
3771
|
float: string;
|
|
3772
3772
|
fontSize: any;
|
|
3773
3773
|
};
|
|
3774
|
+
'& .MuiListItemButton-root': {
|
|
3775
|
+
[x: number]: {
|
|
3776
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
3777
|
+
paddingRight: any;
|
|
3778
|
+
};
|
|
3779
|
+
paddingRight: any;
|
|
3780
|
+
};
|
|
3781
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
3782
|
+
paddingRight: any;
|
|
3783
|
+
};
|
|
3784
|
+
};
|
|
3774
3785
|
'& .MuiListItemText-primary': {
|
|
3775
3786
|
'& .SCPrivateMessageSnippetItem-username': {
|
|
3776
3787
|
fontWeight: any;
|
|
@@ -3782,9 +3793,6 @@ declare const theme: {
|
|
|
3782
3793
|
};
|
|
3783
3794
|
};
|
|
3784
3795
|
'& .MuiListItemText-secondary': {
|
|
3785
|
-
display: string;
|
|
3786
|
-
justifyContent: string;
|
|
3787
|
-
alignItems: string;
|
|
3788
3796
|
'& .MuiTypography-root': {
|
|
3789
3797
|
display: string;
|
|
3790
3798
|
width: string;
|
|
@@ -3794,12 +3802,20 @@ declare const theme: {
|
|
|
3794
3802
|
};
|
|
3795
3803
|
};
|
|
3796
3804
|
'& .MuiListItemSecondaryAction-root': {
|
|
3805
|
+
[x: number]: {
|
|
3806
|
+
padding: any;
|
|
3807
|
+
};
|
|
3808
|
+
display: string;
|
|
3809
|
+
alignItems: string;
|
|
3797
3810
|
position: string;
|
|
3798
3811
|
top: any;
|
|
3799
3812
|
right: any;
|
|
3800
3813
|
'& .MuiButtonBase-root': {
|
|
3801
3814
|
fontSize: string;
|
|
3802
3815
|
};
|
|
3816
|
+
' .MuiPaper-root': {
|
|
3817
|
+
padding: number;
|
|
3818
|
+
};
|
|
3803
3819
|
};
|
|
3804
3820
|
};
|
|
3805
3821
|
};
|
package/lib/cjs/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;AAqHrC;;GAEG;AAEH,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAqHrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8KV,CAAC;AACF,eAAe,KAAK,CAAC"}
|
|
@@ -9,6 +9,17 @@ declare const Component: {
|
|
|
9
9
|
float: string;
|
|
10
10
|
fontSize: any;
|
|
11
11
|
};
|
|
12
|
+
'& .MuiListItemButton-root': {
|
|
13
|
+
[x: number]: {
|
|
14
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
15
|
+
paddingRight: any;
|
|
16
|
+
};
|
|
17
|
+
paddingRight: any;
|
|
18
|
+
};
|
|
19
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
20
|
+
paddingRight: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
12
23
|
'& .MuiListItemText-primary': {
|
|
13
24
|
'& .SCPrivateMessageSnippetItem-username': {
|
|
14
25
|
fontWeight: any;
|
|
@@ -20,9 +31,6 @@ declare const Component: {
|
|
|
20
31
|
};
|
|
21
32
|
};
|
|
22
33
|
'& .MuiListItemText-secondary': {
|
|
23
|
-
display: string;
|
|
24
|
-
justifyContent: string;
|
|
25
|
-
alignItems: string;
|
|
26
34
|
'& .MuiTypography-root': {
|
|
27
35
|
display: string;
|
|
28
36
|
width: string;
|
|
@@ -32,12 +40,20 @@ declare const Component: {
|
|
|
32
40
|
};
|
|
33
41
|
};
|
|
34
42
|
'& .MuiListItemSecondaryAction-root': {
|
|
43
|
+
[x: number]: {
|
|
44
|
+
padding: any;
|
|
45
|
+
};
|
|
46
|
+
display: string;
|
|
47
|
+
alignItems: string;
|
|
35
48
|
position: string;
|
|
36
49
|
top: any;
|
|
37
50
|
right: any;
|
|
38
51
|
'& .MuiButtonBase-root': {
|
|
39
52
|
fontSize: string;
|
|
40
53
|
};
|
|
54
|
+
' .MuiPaper-root': {
|
|
55
|
+
padding: number;
|
|
56
|
+
};
|
|
41
57
|
};
|
|
42
58
|
};
|
|
43
59
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -9,20 +9,24 @@ const Component = {
|
|
|
9
9
|
float: 'right',
|
|
10
10
|
fontSize: theme.typography.fontWeightRegular
|
|
11
11
|
},
|
|
12
|
+
'& .MuiListItemButton-root': {
|
|
13
|
+
'&.SCPrivateMessageSnippetItem-unread': { paddingRight: theme.spacing(7.5) },
|
|
14
|
+
[theme.breakpoints.down('md')]: {
|
|
15
|
+
'&.SCPrivateMessageSnippetItem-unread': { paddingRight: theme.spacing(5) },
|
|
16
|
+
paddingRight: theme.spacing(2)
|
|
17
|
+
}
|
|
18
|
+
},
|
|
12
19
|
'& .MuiListItemText-primary': {
|
|
13
20
|
'& .SCPrivateMessageSnippetItem-username': {
|
|
14
21
|
fontWeight: theme.typography.fontWeightBold
|
|
15
22
|
},
|
|
16
23
|
'& .SCPrivateMessageSnippetItem-badge-label': {
|
|
17
|
-
marginLeft: theme.spacing(
|
|
24
|
+
marginLeft: theme.spacing(0.5),
|
|
18
25
|
borderRadius: 0,
|
|
19
26
|
fontSize: '0.5rem'
|
|
20
27
|
}
|
|
21
28
|
},
|
|
22
29
|
'& .MuiListItemText-secondary': {
|
|
23
|
-
display: 'flex',
|
|
24
|
-
justifyContent: 'space-between',
|
|
25
|
-
alignItems: 'center',
|
|
26
30
|
'& .MuiTypography-root': {
|
|
27
31
|
display: 'inline-block',
|
|
28
32
|
width: '80%',
|
|
@@ -32,11 +36,19 @@ const Component = {
|
|
|
32
36
|
}
|
|
33
37
|
},
|
|
34
38
|
'& .MuiListItemSecondaryAction-root': {
|
|
39
|
+
display: 'flex',
|
|
40
|
+
alignItems: 'center',
|
|
35
41
|
position: 'absolute',
|
|
36
42
|
top: theme.spacing(3),
|
|
37
|
-
right: theme.spacing(
|
|
43
|
+
right: theme.spacing(1),
|
|
38
44
|
'& .MuiButtonBase-root': {
|
|
39
45
|
fontSize: '1rem'
|
|
46
|
+
},
|
|
47
|
+
[theme.breakpoints.down('md')]: {
|
|
48
|
+
padding: theme.spacing(1)
|
|
49
|
+
},
|
|
50
|
+
' .MuiPaper-root': {
|
|
51
|
+
padding: 0
|
|
40
52
|
}
|
|
41
53
|
}
|
|
42
54
|
})
|
|
@@ -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,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,
|
|
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,2BAA2B,EAAE;gBAC3B,sCAAsC,EAAE,EAAC,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,EAAC;gBAC1E,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,sCAAsC,EAAE,EAAC,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAC;oBACxE,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;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,GAAG,CAAC;oBAC9B,YAAY,EAAE,CAAC;oBACf,QAAQ,EAAE,QAAQ;iBACnB;aACF;YACD,8BAA8B,EAAE;gBAC9B,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,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,QAAQ;gBACpB,QAAQ,EAAE,UAAU;gBACpB,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACrB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACvB,uBAAuB,EAAE;oBACvB,QAAQ,EAAE,MAAM;iBACjB;gBACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC1B;gBACD,iBAAiB,EAAE;oBACjB,OAAO,EAAE,CAAC;iBACX;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -3771,6 +3771,17 @@ declare const theme: {
|
|
|
3771
3771
|
float: string;
|
|
3772
3772
|
fontSize: any;
|
|
3773
3773
|
};
|
|
3774
|
+
'& .MuiListItemButton-root': {
|
|
3775
|
+
[x: number]: {
|
|
3776
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
3777
|
+
paddingRight: any;
|
|
3778
|
+
};
|
|
3779
|
+
paddingRight: any;
|
|
3780
|
+
};
|
|
3781
|
+
'&.SCPrivateMessageSnippetItem-unread': {
|
|
3782
|
+
paddingRight: any;
|
|
3783
|
+
};
|
|
3784
|
+
};
|
|
3774
3785
|
'& .MuiListItemText-primary': {
|
|
3775
3786
|
'& .SCPrivateMessageSnippetItem-username': {
|
|
3776
3787
|
fontWeight: any;
|
|
@@ -3782,9 +3793,6 @@ declare const theme: {
|
|
|
3782
3793
|
};
|
|
3783
3794
|
};
|
|
3784
3795
|
'& .MuiListItemText-secondary': {
|
|
3785
|
-
display: string;
|
|
3786
|
-
justifyContent: string;
|
|
3787
|
-
alignItems: string;
|
|
3788
3796
|
'& .MuiTypography-root': {
|
|
3789
3797
|
display: string;
|
|
3790
3798
|
width: string;
|
|
@@ -3794,12 +3802,20 @@ declare const theme: {
|
|
|
3794
3802
|
};
|
|
3795
3803
|
};
|
|
3796
3804
|
'& .MuiListItemSecondaryAction-root': {
|
|
3805
|
+
[x: number]: {
|
|
3806
|
+
padding: any;
|
|
3807
|
+
};
|
|
3808
|
+
display: string;
|
|
3809
|
+
alignItems: string;
|
|
3797
3810
|
position: string;
|
|
3798
3811
|
top: any;
|
|
3799
3812
|
right: any;
|
|
3800
3813
|
'& .MuiButtonBase-root': {
|
|
3801
3814
|
fontSize: string;
|
|
3802
3815
|
};
|
|
3816
|
+
' .MuiPaper-root': {
|
|
3817
|
+
padding: number;
|
|
3818
|
+
};
|
|
3803
3819
|
};
|
|
3804
3820
|
};
|
|
3805
3821
|
};
|
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;AAqHrC;;GAEG;AAEH,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAqHrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8KV,CAAC;AACF,eAAe,KAAK,CAAC"}
|