@selfcommunity/react-theme-default 0.4.2-courses.102 → 0.4.2-courses.104
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/SCCourse.d.ts +1 -2
- package/lib/cjs/components/SCCourse.js +2 -3
- package/lib/cjs/index.d.ts +1 -2
- package/lib/esm/components/SCCourse.d.ts +1 -2
- package/lib/esm/components/SCCourse.js +2 -3
- package/lib/esm/index.d.ts +1 -2
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -90,7 +90,7 @@ declare const Component: {
|
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
'& .SCCourse-preview-content': {
|
|
93
|
-
padding:
|
|
93
|
+
padding: any;
|
|
94
94
|
'& .SCCourse-preview-creator': {
|
|
95
95
|
paddingTop: number;
|
|
96
96
|
marginBottom: any;
|
|
@@ -194,7 +194,6 @@ declare const Component: {
|
|
|
194
194
|
'& .SCCourse-create-placeholder-actions': {
|
|
195
195
|
display: string;
|
|
196
196
|
justifyContent: string;
|
|
197
|
-
padding: any;
|
|
198
197
|
height: string;
|
|
199
198
|
};
|
|
200
199
|
};
|
|
@@ -92,7 +92,7 @@ const Component = {
|
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
'& .SCCourse-preview-content': {
|
|
95
|
-
padding:
|
|
95
|
+
padding: theme.spacing(2),
|
|
96
96
|
'& .SCCourse-preview-creator': {
|
|
97
97
|
paddingTop: 0,
|
|
98
98
|
marginBottom: theme.spacing(1)
|
|
@@ -196,8 +196,7 @@ const Component = {
|
|
|
196
196
|
'& .SCCourse-create-placeholder-actions': {
|
|
197
197
|
display: 'flex',
|
|
198
198
|
justifyContent: 'center',
|
|
199
|
-
|
|
200
|
-
height: '200px'
|
|
199
|
+
height: '246px'
|
|
201
200
|
}
|
|
202
201
|
}),
|
|
203
202
|
skeletonRoot: ({ theme }) => ({
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1784,7 +1784,7 @@ declare const theme: {
|
|
|
1784
1784
|
};
|
|
1785
1785
|
};
|
|
1786
1786
|
'& .SCCourse-preview-content': {
|
|
1787
|
-
padding:
|
|
1787
|
+
padding: any;
|
|
1788
1788
|
'& .SCCourse-preview-creator': {
|
|
1789
1789
|
paddingTop: number;
|
|
1790
1790
|
marginBottom: any;
|
|
@@ -1888,7 +1888,6 @@ declare const theme: {
|
|
|
1888
1888
|
'& .SCCourse-create-placeholder-actions': {
|
|
1889
1889
|
display: string;
|
|
1890
1890
|
justifyContent: string;
|
|
1891
|
-
padding: any;
|
|
1892
1891
|
height: string;
|
|
1893
1892
|
};
|
|
1894
1893
|
};
|
|
@@ -90,7 +90,7 @@ declare const Component: {
|
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
'& .SCCourse-preview-content': {
|
|
93
|
-
padding:
|
|
93
|
+
padding: any;
|
|
94
94
|
'& .SCCourse-preview-creator': {
|
|
95
95
|
paddingTop: number;
|
|
96
96
|
marginBottom: any;
|
|
@@ -194,7 +194,6 @@ declare const Component: {
|
|
|
194
194
|
'& .SCCourse-create-placeholder-actions': {
|
|
195
195
|
display: string;
|
|
196
196
|
justifyContent: string;
|
|
197
|
-
padding: any;
|
|
198
197
|
height: string;
|
|
199
198
|
};
|
|
200
199
|
};
|
|
@@ -90,7 +90,7 @@ const Component = {
|
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
'& .SCCourse-preview-content': {
|
|
93
|
-
padding:
|
|
93
|
+
padding: theme.spacing(2),
|
|
94
94
|
'& .SCCourse-preview-creator': {
|
|
95
95
|
paddingTop: 0,
|
|
96
96
|
marginBottom: theme.spacing(1)
|
|
@@ -194,8 +194,7 @@ const Component = {
|
|
|
194
194
|
'& .SCCourse-create-placeholder-actions': {
|
|
195
195
|
display: 'flex',
|
|
196
196
|
justifyContent: 'center',
|
|
197
|
-
|
|
198
|
-
height: '200px'
|
|
197
|
+
height: '246px'
|
|
199
198
|
}
|
|
200
199
|
}),
|
|
201
200
|
skeletonRoot: ({ theme }) => ({
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1784,7 +1784,7 @@ declare const theme: {
|
|
|
1784
1784
|
};
|
|
1785
1785
|
};
|
|
1786
1786
|
'& .SCCourse-preview-content': {
|
|
1787
|
-
padding:
|
|
1787
|
+
padding: any;
|
|
1788
1788
|
'& .SCCourse-preview-creator': {
|
|
1789
1789
|
paddingTop: number;
|
|
1790
1790
|
marginBottom: any;
|
|
@@ -1888,7 +1888,6 @@ declare const theme: {
|
|
|
1888
1888
|
'& .SCCourse-create-placeholder-actions': {
|
|
1889
1889
|
display: string;
|
|
1890
1890
|
justifyContent: string;
|
|
1891
|
-
padding: any;
|
|
1892
1891
|
height: string;
|
|
1893
1892
|
};
|
|
1894
1893
|
};
|