@selfcommunity/react-theme-default 0.4.5-payments.189 → 0.4.5-payments.190
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 +10 -0
- package/lib/cjs/components/SCCourse.js +10 -0
- package/lib/cjs/index.d.ts +10 -0
- package/lib/esm/components/SCCourse.d.ts +10 -0
- package/lib/esm/components/SCCourse.js +10 -0
- package/lib/esm/index.d.ts +10 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -23,6 +23,16 @@ declare const Component: {
|
|
|
23
23
|
'& .SCCourse-snippet-image': {
|
|
24
24
|
position: string;
|
|
25
25
|
marginLeft: any;
|
|
26
|
+
'& .SCCourse-chip': {
|
|
27
|
+
maxWidth: number;
|
|
28
|
+
borderRadius: number;
|
|
29
|
+
boxShadow: string;
|
|
30
|
+
height: number;
|
|
31
|
+
'& span': {
|
|
32
|
+
padding: number;
|
|
33
|
+
fontSize: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
26
36
|
'& .SCCourse-snippet-in-progress': {
|
|
27
37
|
height: number;
|
|
28
38
|
backgroundColor: any;
|
|
@@ -25,6 +25,16 @@ const Component = {
|
|
|
25
25
|
'& .SCCourse-snippet-image': {
|
|
26
26
|
position: 'relative',
|
|
27
27
|
marginLeft: theme.spacing(),
|
|
28
|
+
'& .SCCourse-chip': {
|
|
29
|
+
maxWidth: 70,
|
|
30
|
+
borderRadius: 3,
|
|
31
|
+
boxShadow: 'rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px',
|
|
32
|
+
height: 18,
|
|
33
|
+
'& span': {
|
|
34
|
+
padding: 3,
|
|
35
|
+
fontSize: '0.6rem'
|
|
36
|
+
}
|
|
37
|
+
},
|
|
28
38
|
'& .SCCourse-snippet-in-progress': {
|
|
29
39
|
height: 18,
|
|
30
40
|
backgroundColor: theme.palette.secondary.main,
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1790,6 +1790,16 @@ declare const theme: {
|
|
|
1790
1790
|
'& .SCCourse-snippet-image': {
|
|
1791
1791
|
position: string;
|
|
1792
1792
|
marginLeft: any;
|
|
1793
|
+
'& .SCCourse-chip': {
|
|
1794
|
+
maxWidth: number;
|
|
1795
|
+
borderRadius: number;
|
|
1796
|
+
boxShadow: string;
|
|
1797
|
+
height: number;
|
|
1798
|
+
'& span': {
|
|
1799
|
+
padding: number;
|
|
1800
|
+
fontSize: string;
|
|
1801
|
+
};
|
|
1802
|
+
};
|
|
1793
1803
|
'& .SCCourse-snippet-in-progress': {
|
|
1794
1804
|
height: number;
|
|
1795
1805
|
backgroundColor: any;
|
|
@@ -23,6 +23,16 @@ declare const Component: {
|
|
|
23
23
|
'& .SCCourse-snippet-image': {
|
|
24
24
|
position: string;
|
|
25
25
|
marginLeft: any;
|
|
26
|
+
'& .SCCourse-chip': {
|
|
27
|
+
maxWidth: number;
|
|
28
|
+
borderRadius: number;
|
|
29
|
+
boxShadow: string;
|
|
30
|
+
height: number;
|
|
31
|
+
'& span': {
|
|
32
|
+
padding: number;
|
|
33
|
+
fontSize: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
26
36
|
'& .SCCourse-snippet-in-progress': {
|
|
27
37
|
height: number;
|
|
28
38
|
backgroundColor: any;
|
|
@@ -23,6 +23,16 @@ const Component = {
|
|
|
23
23
|
'& .SCCourse-snippet-image': {
|
|
24
24
|
position: 'relative',
|
|
25
25
|
marginLeft: theme.spacing(),
|
|
26
|
+
'& .SCCourse-chip': {
|
|
27
|
+
maxWidth: 70,
|
|
28
|
+
borderRadius: 3,
|
|
29
|
+
boxShadow: 'rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px',
|
|
30
|
+
height: 18,
|
|
31
|
+
'& span': {
|
|
32
|
+
padding: 3,
|
|
33
|
+
fontSize: '0.6rem'
|
|
34
|
+
}
|
|
35
|
+
},
|
|
26
36
|
'& .SCCourse-snippet-in-progress': {
|
|
27
37
|
height: 18,
|
|
28
38
|
backgroundColor: theme.palette.secondary.main,
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1790,6 +1790,16 @@ declare const theme: {
|
|
|
1790
1790
|
'& .SCCourse-snippet-image': {
|
|
1791
1791
|
position: string;
|
|
1792
1792
|
marginLeft: any;
|
|
1793
|
+
'& .SCCourse-chip': {
|
|
1794
|
+
maxWidth: number;
|
|
1795
|
+
borderRadius: number;
|
|
1796
|
+
boxShadow: string;
|
|
1797
|
+
height: number;
|
|
1798
|
+
'& span': {
|
|
1799
|
+
padding: number;
|
|
1800
|
+
fontSize: string;
|
|
1801
|
+
};
|
|
1802
|
+
};
|
|
1793
1803
|
'& .SCCourse-snippet-in-progress': {
|
|
1794
1804
|
height: number;
|
|
1795
1805
|
backgroundColor: any;
|