@selfcommunity/react-theme-default 0.4.2-courses.169 → 0.4.2-courses.170
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/SCCourseDashboard.d.ts +2 -0
- package/lib/cjs/components/SCCourseDashboard.js +2 -0
- package/lib/cjs/index.d.ts +2 -0
- package/lib/esm/components/SCCourseDashboard.d.ts +2 -0
- package/lib/esm/components/SCCourseDashboard.js +2 -0
- package/lib/esm/index.d.ts +2 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -2065,6 +2065,8 @@ declare const theme: {
|
|
|
2065
2065
|
borderBottomLeftRadius: string;
|
|
2066
2066
|
borderBottomRightRadius: string;
|
|
2067
2067
|
marginBottom: string;
|
|
2068
|
+
objectFit: string;
|
|
2069
|
+
objectPosition: string;
|
|
2068
2070
|
};
|
|
2069
2071
|
'& .SCCourseDashboard-header-outer-wrapper': {
|
|
2070
2072
|
[x: number]: {
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -2065,6 +2065,8 @@ declare const theme: {
|
|
|
2065
2065
|
borderBottomLeftRadius: string;
|
|
2066
2066
|
borderBottomRightRadius: string;
|
|
2067
2067
|
marginBottom: string;
|
|
2068
|
+
objectFit: string;
|
|
2069
|
+
objectPosition: string;
|
|
2068
2070
|
};
|
|
2069
2071
|
'& .SCCourseDashboard-header-outer-wrapper': {
|
|
2070
2072
|
[x: number]: {
|