@selfcommunity/react-theme-default 0.4.2-courses.160 → 0.4.2-courses.162
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/SCLessonObject.d.ts +5 -3
- package/lib/cjs/components/SCLessonObject.js +5 -3
- package/lib/cjs/index.d.ts +5 -3
- package/lib/esm/components/SCLessonObject.d.ts +5 -3
- package/lib/esm/components/SCLessonObject.js +5 -3
- package/lib/esm/index.d.ts +5 -3
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -10,10 +10,12 @@ declare const Component: {
|
|
|
10
10
|
padding: string;
|
|
11
11
|
'& .SCLessonObject-text': {
|
|
12
12
|
'& > div:first-of-type': {
|
|
13
|
-
height: string;
|
|
14
13
|
img: {
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
display: string;
|
|
15
|
+
margin: string;
|
|
16
|
+
width: string;
|
|
17
|
+
maxWidth: string;
|
|
18
|
+
position: string;
|
|
17
19
|
};
|
|
18
20
|
padding: string;
|
|
19
21
|
};
|
|
@@ -12,10 +12,12 @@ const Component = {
|
|
|
12
12
|
padding: `${theme.spacing(2)} !important`,
|
|
13
13
|
'& .SCLessonObject-text': {
|
|
14
14
|
'& > div:first-of-type': {
|
|
15
|
-
height: '240px',
|
|
16
15
|
img: {
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
display: 'block',
|
|
17
|
+
margin: '0 auto',
|
|
18
|
+
width: 'auto !important',
|
|
19
|
+
maxWidth: '100% !important',
|
|
20
|
+
position: 'relative !important'
|
|
19
21
|
},
|
|
20
22
|
padding: '0 !important'
|
|
21
23
|
},
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -5623,10 +5623,12 @@ declare const theme: {
|
|
|
5623
5623
|
padding: string;
|
|
5624
5624
|
'& .SCLessonObject-text': {
|
|
5625
5625
|
'& > div:first-of-type': {
|
|
5626
|
-
height: string;
|
|
5627
5626
|
img: {
|
|
5628
|
-
|
|
5629
|
-
|
|
5627
|
+
display: string;
|
|
5628
|
+
margin: string;
|
|
5629
|
+
width: string;
|
|
5630
|
+
maxWidth: string;
|
|
5631
|
+
position: string;
|
|
5630
5632
|
};
|
|
5631
5633
|
padding: string;
|
|
5632
5634
|
};
|
|
@@ -10,10 +10,12 @@ declare const Component: {
|
|
|
10
10
|
padding: string;
|
|
11
11
|
'& .SCLessonObject-text': {
|
|
12
12
|
'& > div:first-of-type': {
|
|
13
|
-
height: string;
|
|
14
13
|
img: {
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
display: string;
|
|
15
|
+
margin: string;
|
|
16
|
+
width: string;
|
|
17
|
+
maxWidth: string;
|
|
18
|
+
position: string;
|
|
17
19
|
};
|
|
18
20
|
padding: string;
|
|
19
21
|
};
|
|
@@ -10,10 +10,12 @@ const Component = {
|
|
|
10
10
|
padding: `${theme.spacing(2)} !important`,
|
|
11
11
|
'& .SCLessonObject-text': {
|
|
12
12
|
'& > div:first-of-type': {
|
|
13
|
-
height: '240px',
|
|
14
13
|
img: {
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
display: 'block',
|
|
15
|
+
margin: '0 auto',
|
|
16
|
+
width: 'auto !important',
|
|
17
|
+
maxWidth: '100% !important',
|
|
18
|
+
position: 'relative !important'
|
|
17
19
|
},
|
|
18
20
|
padding: '0 !important'
|
|
19
21
|
},
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -5623,10 +5623,12 @@ declare const theme: {
|
|
|
5623
5623
|
padding: string;
|
|
5624
5624
|
'& .SCLessonObject-text': {
|
|
5625
5625
|
'& > div:first-of-type': {
|
|
5626
|
-
height: string;
|
|
5627
5626
|
img: {
|
|
5628
|
-
|
|
5629
|
-
|
|
5627
|
+
display: string;
|
|
5628
|
+
margin: string;
|
|
5629
|
+
width: string;
|
|
5630
|
+
maxWidth: string;
|
|
5631
|
+
position: string;
|
|
5630
5632
|
};
|
|
5631
5633
|
padding: string;
|
|
5632
5634
|
};
|