@selfcommunity/react-theme-default 0.4.5-alpha.12 → 0.4.5-alpha.13
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/SCCommentObject.d.ts +5 -0
- package/lib/cjs/components/SCCommentObject.js +5 -0
- package/lib/cjs/index.d.ts +5 -0
- package/lib/esm/components/SCCommentObject.d.ts +5 -0
- package/lib/esm/components/SCCommentObject.js +5 -0
- package/lib/esm/index.d.ts +5 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -119,6 +119,11 @@ declare const Component: {
|
|
|
119
119
|
color: any;
|
|
120
120
|
marginTop: number;
|
|
121
121
|
position: string;
|
|
122
|
+
'& .SCCommentObject-reply': {
|
|
123
|
+
paddingLeft: number;
|
|
124
|
+
paddingRight: number;
|
|
125
|
+
lineHeight: number;
|
|
126
|
+
};
|
|
122
127
|
'& .SCCommentObject-activity-at': {
|
|
123
128
|
color: string;
|
|
124
129
|
textDecoration: string;
|
|
@@ -122,6 +122,11 @@ const Component = {
|
|
|
122
122
|
color: theme.palette.primary.main,
|
|
123
123
|
marginTop: 0,
|
|
124
124
|
position: 'relative',
|
|
125
|
+
'& .SCCommentObject-reply': {
|
|
126
|
+
paddingLeft: 0,
|
|
127
|
+
paddingRight: 0,
|
|
128
|
+
lineHeight: 1
|
|
129
|
+
},
|
|
125
130
|
'& .SCCommentObject-activity-at': {
|
|
126
131
|
color: 'inherit',
|
|
127
132
|
textDecoration: 'none',
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1029,6 +1029,11 @@ declare const theme: {
|
|
|
1029
1029
|
color: any;
|
|
1030
1030
|
marginTop: number;
|
|
1031
1031
|
position: string;
|
|
1032
|
+
'& .SCCommentObject-reply': {
|
|
1033
|
+
paddingLeft: number;
|
|
1034
|
+
paddingRight: number;
|
|
1035
|
+
lineHeight: number;
|
|
1036
|
+
};
|
|
1032
1037
|
'& .SCCommentObject-activity-at': {
|
|
1033
1038
|
color: string;
|
|
1034
1039
|
textDecoration: string;
|
|
@@ -119,6 +119,11 @@ declare const Component: {
|
|
|
119
119
|
color: any;
|
|
120
120
|
marginTop: number;
|
|
121
121
|
position: string;
|
|
122
|
+
'& .SCCommentObject-reply': {
|
|
123
|
+
paddingLeft: number;
|
|
124
|
+
paddingRight: number;
|
|
125
|
+
lineHeight: number;
|
|
126
|
+
};
|
|
122
127
|
'& .SCCommentObject-activity-at': {
|
|
123
128
|
color: string;
|
|
124
129
|
textDecoration: string;
|
|
@@ -120,6 +120,11 @@ const Component = {
|
|
|
120
120
|
color: theme.palette.primary.main,
|
|
121
121
|
marginTop: 0,
|
|
122
122
|
position: 'relative',
|
|
123
|
+
'& .SCCommentObject-reply': {
|
|
124
|
+
paddingLeft: 0,
|
|
125
|
+
paddingRight: 0,
|
|
126
|
+
lineHeight: 1
|
|
127
|
+
},
|
|
123
128
|
'& .SCCommentObject-activity-at': {
|
|
124
129
|
color: 'inherit',
|
|
125
130
|
textDecoration: 'none',
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1029,6 +1029,11 @@ declare const theme: {
|
|
|
1029
1029
|
color: any;
|
|
1030
1030
|
marginTop: number;
|
|
1031
1031
|
position: string;
|
|
1032
|
+
'& .SCCommentObject-reply': {
|
|
1033
|
+
paddingLeft: number;
|
|
1034
|
+
paddingRight: number;
|
|
1035
|
+
lineHeight: number;
|
|
1036
|
+
};
|
|
1032
1037
|
'& .SCCommentObject-activity-at': {
|
|
1033
1038
|
color: string;
|
|
1034
1039
|
textDecoration: string;
|