@selfcommunity/react-theme-default 0.4.5-alpha.2 → 0.4.5-alpha.4
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/SCFeedObject.d.ts +3 -3
- package/lib/cjs/components/SCFeedObject.js +4 -4
- package/lib/cjs/index.d.ts +3 -6
- package/lib/esm/components/SCFeedObject.d.ts +3 -3
- package/lib/esm/components/SCFeedObject.js +4 -4
- package/lib/esm/index.d.ts +3 -6
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -65,16 +65,16 @@ declare const Component: {
|
|
|
65
65
|
[x: number]: {
|
|
66
66
|
marginRight: string;
|
|
67
67
|
};
|
|
68
|
+
height: number;
|
|
68
69
|
};
|
|
69
70
|
};
|
|
70
71
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
71
72
|
justifyContent: string;
|
|
72
|
-
padding: any;
|
|
73
|
-
height: number;
|
|
74
73
|
'& a': {
|
|
75
74
|
padding: any;
|
|
76
|
-
|
|
75
|
+
margin: any;
|
|
77
76
|
color: any;
|
|
77
|
+
maxHeight: number;
|
|
78
78
|
'&:hover': {
|
|
79
79
|
backgroundColor: any;
|
|
80
80
|
};
|
|
@@ -65,6 +65,7 @@ const Component = {
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
68
|
+
height: 20,
|
|
68
69
|
[theme.breakpoints.up('sm')]: {
|
|
69
70
|
marginRight: `${theme.spacing(1)} !important`
|
|
70
71
|
}
|
|
@@ -72,12 +73,11 @@ const Component = {
|
|
|
72
73
|
},
|
|
73
74
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
74
75
|
justifyContent: 'flex-start',
|
|
75
|
-
padding: theme.spacing(0.2, 0.5),
|
|
76
|
-
height: 20,
|
|
77
76
|
'& a': {
|
|
78
77
|
padding: theme.spacing(0.5),
|
|
79
|
-
|
|
78
|
+
margin: theme.spacing(0.5),
|
|
80
79
|
color: theme.palette.common.white,
|
|
80
|
+
maxHeight: 20,
|
|
81
81
|
'&:hover': {
|
|
82
82
|
backgroundColor: theme.palette.common.black
|
|
83
83
|
},
|
|
@@ -87,7 +87,7 @@ const Component = {
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
borderBottom: '1px solid rgba(221, 221, 221, 1)',
|
|
90
|
-
margin: theme.spacing(
|
|
90
|
+
margin: theme.spacing(0.5, 2, 0, 2)
|
|
91
91
|
},
|
|
92
92
|
'& .SCFeedObject-content': {
|
|
93
93
|
padding: theme.spacing(1, 0, 0, 0),
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -2215,16 +2215,16 @@ declare const theme: {
|
|
|
2215
2215
|
[x: number]: {
|
|
2216
2216
|
marginRight: string;
|
|
2217
2217
|
};
|
|
2218
|
+
height: number;
|
|
2218
2219
|
};
|
|
2219
2220
|
};
|
|
2220
2221
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
2221
2222
|
justifyContent: string;
|
|
2222
|
-
padding: any;
|
|
2223
|
-
height: number;
|
|
2224
2223
|
'& a': {
|
|
2225
2224
|
padding: any;
|
|
2226
|
-
|
|
2225
|
+
margin: any;
|
|
2227
2226
|
color: any;
|
|
2227
|
+
maxHeight: number;
|
|
2228
2228
|
'&:hover': {
|
|
2229
2229
|
backgroundColor: any;
|
|
2230
2230
|
};
|
|
@@ -2527,9 +2527,6 @@ declare const theme: {
|
|
|
2527
2527
|
};
|
|
2528
2528
|
};
|
|
2529
2529
|
'& .SCFeedObject-reply-content': {
|
|
2530
|
-
/**
|
|
2531
|
-
* Export default theme
|
|
2532
|
-
*/
|
|
2533
2530
|
marginLeft: number;
|
|
2534
2531
|
background: string;
|
|
2535
2532
|
'& .SCCommentObjectReply-root': {
|
|
@@ -65,16 +65,16 @@ declare const Component: {
|
|
|
65
65
|
[x: number]: {
|
|
66
66
|
marginRight: string;
|
|
67
67
|
};
|
|
68
|
+
height: number;
|
|
68
69
|
};
|
|
69
70
|
};
|
|
70
71
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
71
72
|
justifyContent: string;
|
|
72
|
-
padding: any;
|
|
73
|
-
height: number;
|
|
74
73
|
'& a': {
|
|
75
74
|
padding: any;
|
|
76
|
-
|
|
75
|
+
margin: any;
|
|
77
76
|
color: any;
|
|
77
|
+
maxHeight: number;
|
|
78
78
|
'&:hover': {
|
|
79
79
|
backgroundColor: any;
|
|
80
80
|
};
|
|
@@ -63,6 +63,7 @@ const Component = {
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
66
|
+
height: 20,
|
|
66
67
|
[theme.breakpoints.up('sm')]: {
|
|
67
68
|
marginRight: `${theme.spacing(1)} !important`
|
|
68
69
|
}
|
|
@@ -70,12 +71,11 @@ const Component = {
|
|
|
70
71
|
},
|
|
71
72
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
72
73
|
justifyContent: 'flex-start',
|
|
73
|
-
padding: theme.spacing(0.2, 0.5),
|
|
74
|
-
height: 20,
|
|
75
74
|
'& a': {
|
|
76
75
|
padding: theme.spacing(0.5),
|
|
77
|
-
|
|
76
|
+
margin: theme.spacing(0.5),
|
|
78
77
|
color: theme.palette.common.white,
|
|
78
|
+
maxHeight: 20,
|
|
79
79
|
'&:hover': {
|
|
80
80
|
backgroundColor: theme.palette.common.black
|
|
81
81
|
},
|
|
@@ -85,7 +85,7 @@ const Component = {
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
borderBottom: '1px solid rgba(221, 221, 221, 1)',
|
|
88
|
-
margin: theme.spacing(
|
|
88
|
+
margin: theme.spacing(0.5, 2, 0, 2)
|
|
89
89
|
},
|
|
90
90
|
'& .SCFeedObject-content': {
|
|
91
91
|
padding: theme.spacing(1, 0, 0, 0),
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -2215,16 +2215,16 @@ declare const theme: {
|
|
|
2215
2215
|
[x: number]: {
|
|
2216
2216
|
marginRight: string;
|
|
2217
2217
|
};
|
|
2218
|
+
height: number;
|
|
2218
2219
|
};
|
|
2219
2220
|
};
|
|
2220
2221
|
'& .SCFeedObject-group, & .SCFeedObject-event': {
|
|
2221
2222
|
justifyContent: string;
|
|
2222
|
-
padding: any;
|
|
2223
|
-
height: number;
|
|
2224
2223
|
'& a': {
|
|
2225
2224
|
padding: any;
|
|
2226
|
-
|
|
2225
|
+
margin: any;
|
|
2227
2226
|
color: any;
|
|
2227
|
+
maxHeight: number;
|
|
2228
2228
|
'&:hover': {
|
|
2229
2229
|
backgroundColor: any;
|
|
2230
2230
|
};
|
|
@@ -2527,9 +2527,6 @@ declare const theme: {
|
|
|
2527
2527
|
};
|
|
2528
2528
|
};
|
|
2529
2529
|
'& .SCFeedObject-reply-content': {
|
|
2530
|
-
/**
|
|
2531
|
-
* Export default theme
|
|
2532
|
-
*/
|
|
2533
2530
|
marginLeft: number;
|
|
2534
2531
|
background: string;
|
|
2535
2532
|
'& .SCCommentObjectReply-root': {
|