@selfcommunity/react-theme-default 0.4.2-courses.141 → 0.4.2-courses.143
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/SCLessonTemplate.d.ts +4 -0
- package/lib/cjs/components/SCLessonTemplate.js +3 -0
- package/lib/cjs/index.d.ts +4 -0
- package/lib/esm/components/SCLessonTemplate.d.ts +4 -0
- package/lib/esm/components/SCLessonTemplate.js +3 -0
- package/lib/esm/index.d.ts +4 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -5529,6 +5529,10 @@ declare const theme: {
|
|
|
5529
5529
|
justifyContent: string;
|
|
5530
5530
|
marginBottom: any;
|
|
5531
5531
|
};
|
|
5532
|
+
'& .SCLessonTemplate-button': {
|
|
5533
|
+
alignSelf: string;
|
|
5534
|
+
marginTop: string;
|
|
5535
|
+
};
|
|
5532
5536
|
width: string;
|
|
5533
5537
|
display: string;
|
|
5534
5538
|
flexDirection: string;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -5529,6 +5529,10 @@ declare const theme: {
|
|
|
5529
5529
|
justifyContent: string;
|
|
5530
5530
|
marginBottom: any;
|
|
5531
5531
|
};
|
|
5532
|
+
'& .SCLessonTemplate-button': {
|
|
5533
|
+
alignSelf: string;
|
|
5534
|
+
marginTop: string;
|
|
5535
|
+
};
|
|
5532
5536
|
width: string;
|
|
5533
5537
|
display: string;
|
|
5534
5538
|
flexDirection: string;
|