@selfcommunity/react-theme-default 0.1.0-alpha.70 → 0.1.0-alpha.71
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/MuiPopover.d.ts +9 -0
- package/lib/cjs/components/MuiPopover.d.ts.map +1 -0
- package/lib/cjs/components/MuiPopover.js +11 -0
- package/lib/cjs/components/MuiPopover.js.map +1 -0
- package/lib/cjs/components/SCBaseDialog.js +2 -2
- package/lib/cjs/components/SCBaseDialog.js.map +1 -1
- package/lib/cjs/components/SCFeedObject.d.ts +0 -1
- package/lib/cjs/components/SCFeedObject.d.ts.map +1 -1
- package/lib/cjs/components/SCFeedObject.js +0 -1
- package/lib/cjs/components/SCFeedObject.js.map +1 -1
- package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts +18 -0
- package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts.map +1 -0
- package/lib/cjs/components/SCNavigationSettingsIconButton.js +20 -0
- package/lib/cjs/components/SCNavigationSettingsIconButton.js.map +1 -0
- package/lib/cjs/components/SCNavigationToolbar.d.ts +7 -0
- package/lib/cjs/components/SCNavigationToolbar.d.ts.map +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +8 -1
- package/lib/cjs/components/SCNavigationToolbar.js.map +1 -1
- package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +4 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.d.ts.map +1 -1
- package/lib/cjs/components/SCNavigationToolbarMobile.js +5 -1
- package/lib/cjs/components/SCNavigationToolbarMobile.js.map +1 -1
- package/lib/cjs/components/SCUserActionIconButton.d.ts +7 -0
- package/lib/cjs/components/SCUserActionIconButton.d.ts.map +1 -0
- package/lib/cjs/components/SCUserActionIconButton.js +9 -0
- package/lib/cjs/components/SCUserActionIconButton.js.map +1 -0
- package/lib/cjs/components/SCUserCounters.d.ts +23 -0
- package/lib/cjs/components/SCUserCounters.d.ts.map +1 -0
- package/lib/cjs/components/SCUserCounters.js +25 -0
- package/lib/cjs/components/SCUserCounters.js.map +1 -0
- package/lib/cjs/components/SCUserInfo.d.ts +19 -0
- package/lib/cjs/components/SCUserInfo.d.ts.map +1 -0
- package/lib/cjs/components/SCUserInfo.js +21 -0
- package/lib/cjs/components/SCUserInfo.js.map +1 -0
- package/lib/cjs/components/SCUserInfoDialog.d.ts +22 -0
- package/lib/cjs/components/SCUserInfoDialog.d.ts.map +1 -0
- package/lib/cjs/components/SCUserInfoDialog.js +24 -0
- package/lib/cjs/components/SCUserInfoDialog.js.map +1 -0
- package/lib/cjs/components/SCUserInfoSkeleton.d.ts +19 -0
- package/lib/cjs/components/SCUserInfoSkeleton.d.ts.map +1 -0
- package/lib/cjs/components/SCUserInfoSkeleton.js +21 -0
- package/lib/cjs/components/SCUserInfoSkeleton.js.map +1 -0
- package/lib/cjs/components/SCUserProfileHeader.d.ts +20 -0
- package/lib/cjs/components/SCUserProfileHeader.d.ts.map +1 -1
- package/lib/cjs/components/SCUserProfileHeader.js +29 -9
- package/lib/cjs/components/SCUserProfileHeader.js.map +1 -1
- package/lib/cjs/components/SCUserProfileTemplate.d.ts +21 -0
- package/lib/cjs/components/SCUserProfileTemplate.d.ts.map +1 -1
- package/lib/cjs/components/SCUserProfileTemplate.js +21 -0
- package/lib/cjs/components/SCUserProfileTemplate.js.map +1 -1
- package/lib/cjs/index.d.ts +139 -4
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +14 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/MuiPopover.d.ts +9 -0
- package/lib/esm/components/MuiPopover.d.ts.map +1 -0
- package/lib/esm/components/MuiPopover.js +9 -0
- package/lib/esm/components/MuiPopover.js.map +1 -0
- package/lib/esm/components/SCBaseDialog.js +2 -2
- package/lib/esm/components/SCBaseDialog.js.map +1 -1
- package/lib/esm/components/SCFeedObject.d.ts +0 -1
- package/lib/esm/components/SCFeedObject.d.ts.map +1 -1
- package/lib/esm/components/SCFeedObject.js +0 -1
- package/lib/esm/components/SCFeedObject.js.map +1 -1
- package/lib/esm/components/SCNavigationSettingsIconButton.d.ts +18 -0
- package/lib/esm/components/SCNavigationSettingsIconButton.d.ts.map +1 -0
- package/lib/esm/components/SCNavigationSettingsIconButton.js +18 -0
- package/lib/esm/components/SCNavigationSettingsIconButton.js.map +1 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts +7 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts.map +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +8 -1
- package/lib/esm/components/SCNavigationToolbar.js.map +1 -1
- package/lib/esm/components/SCNavigationToolbarMobile.d.ts +4 -0
- package/lib/esm/components/SCNavigationToolbarMobile.d.ts.map +1 -1
- package/lib/esm/components/SCNavigationToolbarMobile.js +5 -1
- package/lib/esm/components/SCNavigationToolbarMobile.js.map +1 -1
- package/lib/esm/components/SCUserActionIconButton.d.ts +7 -0
- package/lib/esm/components/SCUserActionIconButton.d.ts.map +1 -0
- package/lib/esm/components/SCUserActionIconButton.js +7 -0
- package/lib/esm/components/SCUserActionIconButton.js.map +1 -0
- package/lib/esm/components/SCUserCounters.d.ts +23 -0
- package/lib/esm/components/SCUserCounters.d.ts.map +1 -0
- package/lib/esm/components/SCUserCounters.js +23 -0
- package/lib/esm/components/SCUserCounters.js.map +1 -0
- package/lib/esm/components/SCUserInfo.d.ts +19 -0
- package/lib/esm/components/SCUserInfo.d.ts.map +1 -0
- package/lib/esm/components/SCUserInfo.js +19 -0
- package/lib/esm/components/SCUserInfo.js.map +1 -0
- package/lib/esm/components/SCUserInfoDialog.d.ts +22 -0
- package/lib/esm/components/SCUserInfoDialog.d.ts.map +1 -0
- package/lib/esm/components/SCUserInfoDialog.js +22 -0
- package/lib/esm/components/SCUserInfoDialog.js.map +1 -0
- package/lib/esm/components/SCUserInfoSkeleton.d.ts +19 -0
- package/lib/esm/components/SCUserInfoSkeleton.d.ts.map +1 -0
- package/lib/esm/components/SCUserInfoSkeleton.js +19 -0
- package/lib/esm/components/SCUserInfoSkeleton.js.map +1 -0
- package/lib/esm/components/SCUserProfileHeader.d.ts +20 -0
- package/lib/esm/components/SCUserProfileHeader.d.ts.map +1 -1
- package/lib/esm/components/SCUserProfileHeader.js +29 -9
- package/lib/esm/components/SCUserProfileHeader.js.map +1 -1
- package/lib/esm/components/SCUserProfileTemplate.d.ts +21 -0
- package/lib/esm/components/SCUserProfileTemplate.d.ts.map +1 -1
- package/lib/esm/components/SCUserProfileTemplate.js +21 -0
- package/lib/esm/components/SCUserProfileTemplate.js.map +1 -1
- package/lib/esm/index.d.ts +139 -4
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +14 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +8 -8
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
|
@@ -4,11 +4,15 @@ declare const Component: {
|
|
|
4
4
|
padding: any;
|
|
5
5
|
'& .SCNavigationToolbarMobile-logo': {
|
|
6
6
|
marginRight: any;
|
|
7
|
+
flexGrow: number;
|
|
7
8
|
'& img': {
|
|
8
9
|
verticalAlign: string;
|
|
9
10
|
maxHeight: any;
|
|
10
11
|
};
|
|
11
12
|
};
|
|
13
|
+
'& h4': {
|
|
14
|
+
fontSize: string;
|
|
15
|
+
};
|
|
12
16
|
};
|
|
13
17
|
};
|
|
14
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCNavigationToolbarMobile.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbarMobile.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCNavigationToolbarMobile.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbarMobile.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;CAetB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,10 +4,14 @@ const Component = {
|
|
|
4
4
|
padding: theme.spacing(0, 1, 0, 2),
|
|
5
5
|
'& .SCNavigationToolbarMobile-logo': {
|
|
6
6
|
marginRight: theme.spacing(2),
|
|
7
|
+
flexGrow: 1,
|
|
7
8
|
'& img': {
|
|
8
9
|
verticalAlign: 'middle',
|
|
9
|
-
maxHeight: theme.mixins.toolbar.
|
|
10
|
+
maxHeight: theme.mixins.toolbar.minHeight
|
|
10
11
|
}
|
|
12
|
+
},
|
|
13
|
+
'& h4': {
|
|
14
|
+
fontSize: '1.286rem'
|
|
11
15
|
}
|
|
12
16
|
})
|
|
13
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCNavigationToolbarMobile.js","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbarMobile.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,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;YAClC,mCAAmC,EAAE;gBACnC,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC7B,OAAO,EAAE;oBACP,aAAa,EAAE,QAAQ;oBACvB,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS;iBAC1C;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"SCNavigationToolbarMobile.js","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbarMobile.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,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;YAClC,mCAAmC,EAAE;gBACnC,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC7B,QAAQ,EAAE,CAAC;gBACX,OAAO,EAAE;oBACP,aAAa,EAAE,QAAQ;oBACvB,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS;iBAC1C;aACF;YACD,MAAM,EAAE;gBACN,QAAQ,EAAE,UAAU;aACrB;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserActionIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserActionIconButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;8BAES,GAAG;;CAE1B,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserActionIconButton.js","sourceRoot":"","sources":["../../../src/components/SCUserActionIconButton.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,QAAQ,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;KACjC;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCUserCounters-button': {
|
|
5
|
+
color: any;
|
|
6
|
+
padding: any;
|
|
7
|
+
borderRadius: number;
|
|
8
|
+
fontSize: string;
|
|
9
|
+
fontWeight: any;
|
|
10
|
+
'& strong': {
|
|
11
|
+
display: string;
|
|
12
|
+
marginRight: any;
|
|
13
|
+
fontWeight: any;
|
|
14
|
+
};
|
|
15
|
+
'&:hover, &:active': {
|
|
16
|
+
color: any;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default Component;
|
|
23
|
+
//# sourceMappingURL=SCUserCounters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserCounters.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserCounters.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;CAkBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
'& .SCUserCounters-button': {
|
|
5
|
+
color: theme.palette.text.primary,
|
|
6
|
+
padding: theme.spacing(0.5),
|
|
7
|
+
borderRadius: theme.shape.borderRadius / 3,
|
|
8
|
+
fontSize: '1.143rem',
|
|
9
|
+
fontWeight: theme.typography.fontWeightMedium,
|
|
10
|
+
'& strong': {
|
|
11
|
+
display: 'inline-block',
|
|
12
|
+
marginRight: theme.spacing(1),
|
|
13
|
+
fontWeight: theme.typography.fontWeightBold
|
|
14
|
+
},
|
|
15
|
+
'&:hover, &:active': {
|
|
16
|
+
color: theme.palette.secondary.main
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
export default Component;
|
|
23
|
+
//# sourceMappingURL=SCUserCounters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserCounters.js","sourceRoot":"","sources":["../../../src/components/SCUserCounters.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,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;gBACjC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;gBAC3B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY,GAAG,CAAC;gBAC1C,QAAQ,EAAE,UAAU;gBACpB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB;gBAC7C,UAAU,EAAE;oBACV,OAAO,EAAE,cAAc;oBACvB,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;iBAC5C;gBACD,mBAAmB,EAAE;oBACnB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;iBACpC;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCUserInfo-field': {
|
|
5
|
+
marginBottom: any;
|
|
6
|
+
'& h6': {
|
|
7
|
+
fontSize: string;
|
|
8
|
+
fontWeight: any;
|
|
9
|
+
marginBottom: any;
|
|
10
|
+
};
|
|
11
|
+
'&:last-of-type': {
|
|
12
|
+
marginBottom: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
19
|
+
//# sourceMappingURL=SCUserInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserInfo.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserInfo.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;CActB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
'& .SCUserInfo-field': {
|
|
5
|
+
marginBottom: theme.spacing(2),
|
|
6
|
+
'& h6': {
|
|
7
|
+
fontSize: '1.143rem',
|
|
8
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
9
|
+
marginBottom: theme.spacing(0.5)
|
|
10
|
+
},
|
|
11
|
+
'&:last-of-type': {
|
|
12
|
+
marginBottom: 0
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
})
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
19
|
+
//# sourceMappingURL=SCUserInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserInfo.js","sourceRoot":"","sources":["../../../src/components/SCUserInfo.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,qBAAqB,EAAE;gBACrB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,MAAM,EAAE;oBACN,QAAQ,EAAE,UAAU;oBACpB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;iBACjC;gBACD,gBAAgB,EAAE;oBAChB,YAAY,EAAE,CAAC;iBAChB;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCUserInfoDialog-caption': {
|
|
5
|
+
marginTop: any;
|
|
6
|
+
textAlign: string;
|
|
7
|
+
'& .SCUserInfoDialog-avatar': {
|
|
8
|
+
margin: any;
|
|
9
|
+
width: any;
|
|
10
|
+
height: any;
|
|
11
|
+
};
|
|
12
|
+
'& .SCUserInfoDialog-username': {
|
|
13
|
+
fontWeight: any;
|
|
14
|
+
fontSize: string;
|
|
15
|
+
marginBottom: any;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default Component;
|
|
22
|
+
//# sourceMappingURL=SCUserInfoDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserInfoDialog.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserInfoDialog.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;CAiBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
'& .SCUserInfoDialog-caption': {
|
|
5
|
+
marginTop: theme.spacing(-2),
|
|
6
|
+
textAlign: 'center',
|
|
7
|
+
'& .SCUserInfoDialog-avatar': {
|
|
8
|
+
margin: theme.spacing(0, 'auto', 1),
|
|
9
|
+
width: theme.selfcommunity.user.avatar.sizeLarge,
|
|
10
|
+
height: theme.selfcommunity.user.avatar.sizeLarge
|
|
11
|
+
},
|
|
12
|
+
'& .SCUserInfoDialog-username': {
|
|
13
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
14
|
+
fontSize: '1.143rem',
|
|
15
|
+
marginBottom: theme.spacing(1)
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
})
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
export default Component;
|
|
22
|
+
//# sourceMappingURL=SCUserInfoDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserInfoDialog.js","sourceRoot":"","sources":["../../../src/components/SCUserInfoDialog.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,6BAA6B,EAAE;gBAC7B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;gBAC5B,SAAS,EAAE,QAAQ;gBACnB,4BAA4B,EAAE;oBAC5B,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;oBACnC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;oBAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;iBAClD;gBACD,8BAA8B,EAAE;oBAC9B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,QAAQ,EAAE,UAAU;oBACpB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCUserInfo-field': {
|
|
5
|
+
marginBottom: any;
|
|
6
|
+
'& h6': {
|
|
7
|
+
fontSize: string;
|
|
8
|
+
fontWeight: any;
|
|
9
|
+
marginBottom: any;
|
|
10
|
+
};
|
|
11
|
+
'&:last-of-type': {
|
|
12
|
+
marginBottom: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
19
|
+
//# sourceMappingURL=SCUserInfoSkeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserInfoSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserInfoSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;CActB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
'& .SCUserInfo-field': {
|
|
5
|
+
marginBottom: theme.spacing(2),
|
|
6
|
+
'& h6': {
|
|
7
|
+
fontSize: '1.143rem',
|
|
8
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
9
|
+
marginBottom: theme.spacing(0.5)
|
|
10
|
+
},
|
|
11
|
+
'&:last-of-type': {
|
|
12
|
+
marginBottom: 0
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
})
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
19
|
+
//# sourceMappingURL=SCUserInfoSkeleton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCUserInfoSkeleton.js","sourceRoot":"","sources":["../../../src/components/SCUserInfoSkeleton.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,qBAAqB,EAAE;gBACrB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,MAAM,EAAE;oBACN,QAAQ,EAAE,UAAU;oBACpB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;iBACjC;gBACD,gBAAgB,EAAE;oBAChB,YAAY,EAAE,CAAC;iBAChB;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -5,23 +5,43 @@ declare const Component: {
|
|
|
5
5
|
[x: number]: {
|
|
6
6
|
borderRadius: any;
|
|
7
7
|
};
|
|
8
|
+
position: string;
|
|
8
9
|
height: number;
|
|
9
10
|
minHeight: number;
|
|
10
11
|
borderRadius: number;
|
|
12
|
+
background: string;
|
|
13
|
+
boxShadow: string;
|
|
11
14
|
};
|
|
12
15
|
'& .SCUserProfileHeader-avatar': {
|
|
13
16
|
height: any;
|
|
14
17
|
width: any;
|
|
15
18
|
top: number;
|
|
19
|
+
display: string;
|
|
20
|
+
position: string;
|
|
21
|
+
margin: string;
|
|
22
|
+
borderRadius: string;
|
|
23
|
+
border: string;
|
|
16
24
|
};
|
|
17
25
|
'& .SCUserProfileHeader-change-picture': {
|
|
18
26
|
top: any;
|
|
19
27
|
left: number;
|
|
28
|
+
position: string;
|
|
29
|
+
display: string;
|
|
30
|
+
margin: string;
|
|
20
31
|
};
|
|
21
32
|
'& .SCUserProfileHeader-username': {
|
|
22
33
|
marginTop: number;
|
|
23
34
|
fontWeight: any;
|
|
24
35
|
fontSize: string;
|
|
36
|
+
textAlign: string;
|
|
37
|
+
};
|
|
38
|
+
'& .SCUserProfileHeader-change-cover': {
|
|
39
|
+
[x: number]: {
|
|
40
|
+
bottom: number;
|
|
41
|
+
};
|
|
42
|
+
position: string;
|
|
43
|
+
right: number;
|
|
44
|
+
bottom: number;
|
|
25
45
|
};
|
|
26
46
|
};
|
|
27
47
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCUserProfileHeader.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserProfileHeader.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCUserProfileHeader.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserProfileHeader.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,26 +2,46 @@ const Component = {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
4
|
'& .SCUserProfileHeader-cover': {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
position: 'relative',
|
|
6
|
+
height: 250,
|
|
7
|
+
minHeight: 250,
|
|
7
8
|
borderRadius: 0,
|
|
9
|
+
background: 'linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)',
|
|
10
|
+
boxShadow: 'unset',
|
|
8
11
|
[theme.breakpoints.up('md')]: {
|
|
9
12
|
borderRadius: theme.shape.borderRadius
|
|
10
13
|
}
|
|
11
14
|
},
|
|
12
15
|
'& .SCUserProfileHeader-avatar': {
|
|
13
|
-
height: theme.selfcommunity.user.avatar.
|
|
14
|
-
width: theme.selfcommunity.user.avatar.
|
|
15
|
-
top:
|
|
16
|
+
height: theme.selfcommunity.user.avatar.sizeXLarge,
|
|
17
|
+
width: theme.selfcommunity.user.avatar.sizeXLarge,
|
|
18
|
+
top: 250 - 0.5 * theme.selfcommunity.user.avatar.sizeXLarge,
|
|
19
|
+
display: 'block',
|
|
20
|
+
position: 'relative',
|
|
21
|
+
margin: '0px auto',
|
|
22
|
+
borderRadius: '50%',
|
|
23
|
+
border: `#FFF solid ${theme.spacing(0.5)}`
|
|
16
24
|
},
|
|
17
25
|
'& .SCUserProfileHeader-change-picture': {
|
|
18
|
-
top: theme.selfcommunity.user.avatar.
|
|
19
|
-
left: 0.5 * theme.selfcommunity.user.avatar.
|
|
26
|
+
top: theme.selfcommunity.user.avatar.sizeXLarge,
|
|
27
|
+
left: 0.5 * theme.selfcommunity.user.avatar.sizeXLarge,
|
|
28
|
+
position: 'relative',
|
|
29
|
+
display: 'flex',
|
|
30
|
+
margin: '0px auto'
|
|
20
31
|
},
|
|
21
32
|
'& .SCUserProfileHeader-username': {
|
|
22
|
-
marginTop: 0.5 * theme.selfcommunity.user.avatar.
|
|
33
|
+
marginTop: 0.5 * theme.selfcommunity.user.avatar.sizeXLarge + 16,
|
|
23
34
|
fontWeight: theme.typography.fontWeightBold,
|
|
24
|
-
fontSize: '1.429rem'
|
|
35
|
+
fontSize: '1.429rem',
|
|
36
|
+
textAlign: 'center'
|
|
37
|
+
},
|
|
38
|
+
'& .SCUserProfileHeader-change-cover': {
|
|
39
|
+
position: 'absolute',
|
|
40
|
+
right: 10,
|
|
41
|
+
bottom: 10,
|
|
42
|
+
[theme.breakpoints.down('md')]: {
|
|
43
|
+
bottom: 310
|
|
44
|
+
}
|
|
25
45
|
}
|
|
26
46
|
})
|
|
27
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCUserProfileHeader.js","sourceRoot":"","sources":["../../../src/components/SCUserProfileHeader.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,8BAA8B,EAAE;gBAC9B,MAAM,EAAE,GAAG;gBACX,SAAS,EAAE,GAAG;gBACd,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,+BAA+B,EAAE;gBAC/B,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"SCUserProfileHeader.js","sourceRoot":"","sources":["../../../src/components/SCUserProfileHeader.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,8BAA8B,EAAE;gBAC9B,QAAQ,EAAE,UAAU;gBACpB,MAAM,EAAE,GAAG;gBACX,SAAS,EAAE,GAAG;gBACd,YAAY,EAAE,CAAC;gBACf,UAAU,EAAE,0EAA0E;gBACtF,SAAS,EAAE,OAAO;gBAClB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;iBACvC;aACF;YACD,+BAA+B,EAAE;gBAC/B,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;gBAClD,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;gBACjD,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;gBAC3D,OAAO,EAAE,OAAO;gBAChB,QAAQ,EAAE,UAAU;gBACpB,MAAM,EAAE,UAAU;gBAClB,YAAY,EAAE,KAAK;gBACnB,MAAM,EAAE,cAAc,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;aAC3C;YACD,uCAAuC,EAAE;gBACvC,GAAG,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;gBAC/C,IAAI,EAAE,GAAG,GAAG,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;gBACtD,QAAQ,EAAE,UAAU;gBACpB,OAAO,EAAE,MAAM;gBACf,MAAM,EAAE,UAAU;aACnB;YACD,iCAAiC,EAAE;gBACjC,SAAS,EAAE,GAAG,GAAG,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,EAAE;gBAChE,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,QAAQ,EAAE,UAAU;gBACpB,SAAS,EAAE,QAAQ;aACpB;YACD,qCAAqC,EAAE;gBACrC,QAAQ,EAAE,UAAU;gBACpB,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,MAAM,EAAE,GAAG;iBACZ;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -5,6 +5,27 @@ declare const Component: {
|
|
|
5
5
|
marginTop: any;
|
|
6
6
|
};
|
|
7
7
|
marginTop: number;
|
|
8
|
+
'& .SCUserProfileTemplate-tags': {
|
|
9
|
+
marginTop: any;
|
|
10
|
+
justifyContent: string;
|
|
11
|
+
};
|
|
12
|
+
'& .SCUserProfileTemplate-counters': {
|
|
13
|
+
marginTop: any;
|
|
14
|
+
justifyContent: string;
|
|
15
|
+
display: string;
|
|
16
|
+
alignItems: string;
|
|
17
|
+
};
|
|
18
|
+
'& .SCUserProfileTemplate-info': {
|
|
19
|
+
marginTop: any;
|
|
20
|
+
textAlign: string;
|
|
21
|
+
};
|
|
22
|
+
'& .SCUserProfileTemplate-feed': {
|
|
23
|
+
marginTop: any;
|
|
24
|
+
};
|
|
25
|
+
'& .SCUserProfileTemplate-actions': {
|
|
26
|
+
margin: any;
|
|
27
|
+
justifyContent: string;
|
|
28
|
+
};
|
|
8
29
|
};
|
|
9
30
|
};
|
|
10
31
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCUserProfileTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserProfileTemplate.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCUserProfileTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/SCUserProfileTemplate.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,6 +4,27 @@ const Component = {
|
|
|
4
4
|
marginTop: 0,
|
|
5
5
|
[theme.breakpoints.up('md')]: {
|
|
6
6
|
marginTop: theme.spacing(4)
|
|
7
|
+
},
|
|
8
|
+
'& .SCUserProfileTemplate-tags': {
|
|
9
|
+
marginTop: theme.spacing(1),
|
|
10
|
+
justifyContent: 'center'
|
|
11
|
+
},
|
|
12
|
+
'& .SCUserProfileTemplate-counters': {
|
|
13
|
+
marginTop: theme.spacing(2),
|
|
14
|
+
justifyContent: 'center',
|
|
15
|
+
display: 'flex',
|
|
16
|
+
alignItems: 'center'
|
|
17
|
+
},
|
|
18
|
+
'& .SCUserProfileTemplate-info': {
|
|
19
|
+
marginTop: theme.spacing(1),
|
|
20
|
+
textAlign: 'center'
|
|
21
|
+
},
|
|
22
|
+
'& .SCUserProfileTemplate-feed': {
|
|
23
|
+
marginTop: theme.spacing(2)
|
|
24
|
+
},
|
|
25
|
+
'& .SCUserProfileTemplate-actions': {
|
|
26
|
+
margin: theme.spacing(1, 2, 2, 2),
|
|
27
|
+
justifyContent: 'center'
|
|
7
28
|
}
|
|
8
29
|
})
|
|
9
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCUserProfileTemplate.js","sourceRoot":"","sources":["../../../src/components/SCUserProfileTemplate.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,SAAS,EAAE,CAAC;YACZ,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC5B;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"SCUserProfileTemplate.js","sourceRoot":"","sources":["../../../src/components/SCUserProfileTemplate.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,SAAS,EAAE,CAAC;YACZ,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC5B;YACD,+BAA+B,EAAE;gBAC/B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,cAAc,EAAE,QAAQ;aACzB;YACD,mCAAmC,EAAE;gBACnC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,cAAc,EAAE,QAAQ;gBACxB,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,QAAQ;aACrB;YACD,+BAA+B,EAAE;gBAC/B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,SAAS,EAAE,QAAQ;aACpB;YACD,+BAA+B,EAAE;gBAC/B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC5B;YACD,kCAAkC,EAAE;gBAClC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gBACjC,cAAc,EAAE,QAAQ;aACzB;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|