@selfcommunity/react-theme-default 0.5.0-alpha.8 → 0.5.0-alpha.9

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.
@@ -1,9 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  displayRoot: ({ theme }: any) => {
4
- [x: number]: {
5
- minHeight: number;
6
- };
7
4
  textAlign: string;
8
5
  margin: string;
9
6
  width: string;
@@ -8,9 +8,6 @@ const Component = {
8
8
  width: '100%',
9
9
  position: 'relative',
10
10
  gap: theme.spacing(2),
11
- [theme.breakpoints.down('md')]: {
12
- minHeight: 170
13
- },
14
11
  '& .SCMediaFile-background': {
15
12
  backgroundSize: 'cover !important',
16
13
  backgroundPosition: 'center !important',
@@ -6496,9 +6496,6 @@ declare const theme: {
6496
6496
  SCMediaFile: {
6497
6497
  styleOverrides: {
6498
6498
  displayRoot: ({ theme }: any) => {
6499
- [x: number]: {
6500
- minHeight: number;
6501
- };
6502
6499
  textAlign: string;
6503
6500
  margin: string;
6504
6501
  width: string;
@@ -1,9 +1,6 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  displayRoot: ({ theme }: any) => {
4
- [x: number]: {
5
- minHeight: number;
6
- };
7
4
  textAlign: string;
8
5
  margin: string;
9
6
  width: string;
@@ -6,9 +6,6 @@ const Component = {
6
6
  width: '100%',
7
7
  position: 'relative',
8
8
  gap: theme.spacing(2),
9
- [theme.breakpoints.down('md')]: {
10
- minHeight: 170
11
- },
12
9
  '& .SCMediaFile-background': {
13
10
  backgroundSize: 'cover !important',
14
11
  backgroundPosition: 'center !important',
@@ -6496,9 +6496,6 @@ declare const theme: {
6496
6496
  SCMediaFile: {
6497
6497
  styleOverrides: {
6498
6498
  displayRoot: ({ theme }: any) => {
6499
- [x: number]: {
6500
- minHeight: number;
6501
- };
6502
6499
  textAlign: string;
6503
6500
  margin: string;
6504
6501
  width: string;