@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.
@@ -27,6 +27,8 @@ declare const Component: {
27
27
  borderBottomLeftRadius: string;
28
28
  borderBottomRightRadius: string;
29
29
  marginBottom: string;
30
+ objectFit: string;
31
+ objectPosition: string;
30
32
  };
31
33
  '& .SCCourseDashboard-header-outer-wrapper': {
32
34
  [x: number]: {
@@ -25,6 +25,8 @@ const Component = {
25
25
  borderBottomLeftRadius: '10px',
26
26
  borderBottomRightRadius: '10px',
27
27
  marginBottom: '17px',
28
+ objectFit: 'cover',
29
+ objectPosition: 'center',
28
30
  [theme.breakpoints.down('sm')]: {
29
31
  display: 'none'
30
32
  }
@@ -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]: {
@@ -27,6 +27,8 @@ declare const Component: {
27
27
  borderBottomLeftRadius: string;
28
28
  borderBottomRightRadius: string;
29
29
  marginBottom: string;
30
+ objectFit: string;
31
+ objectPosition: string;
30
32
  };
31
33
  '& .SCCourseDashboard-header-outer-wrapper': {
32
34
  [x: number]: {
@@ -23,6 +23,8 @@ const Component = {
23
23
  borderBottomLeftRadius: '10px',
24
24
  borderBottomRightRadius: '10px',
25
25
  marginBottom: '17px',
26
+ objectFit: 'cover',
27
+ objectPosition: 'center',
26
28
  [theme.breakpoints.down('sm')]: {
27
29
  display: 'none'
28
30
  }
@@ -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]: {