@selfcommunity/react-theme-default 0.5.0-mui7.37 → 0.5.0-mui7.39

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.
@@ -6,7 +6,7 @@ declare const Component: {
6
6
  };
7
7
  '& .SCEventLocationWidget-map': {
8
8
  marginBottom: any;
9
- minHeight: number;
9
+ height: number;
10
10
  width: string;
11
11
  };
12
12
  };
@@ -9,8 +9,8 @@ const Component = {
9
9
  },
10
10
  '& .SCEventLocationWidget-map': {
11
11
  marginBottom: theme.spacing(1),
12
- minHeight: 248,
13
- width: '100%'
12
+ height: 300,
13
+ width: '100%',
14
14
  }
15
15
  }),
16
16
  skeletonRoot: ({ theme }) => ({
@@ -9632,7 +9632,7 @@ declare const theme: {
9632
9632
  };
9633
9633
  '& .SCEventLocationWidget-map': {
9634
9634
  marginBottom: any;
9635
- minHeight: number;
9635
+ height: number;
9636
9636
  width: string;
9637
9637
  };
9638
9638
  };
@@ -6,7 +6,7 @@ declare const Component: {
6
6
  };
7
7
  '& .SCEventLocationWidget-map': {
8
8
  marginBottom: any;
9
- minHeight: number;
9
+ height: number;
10
10
  width: string;
11
11
  };
12
12
  };
@@ -7,8 +7,8 @@ const Component = {
7
7
  },
8
8
  '& .SCEventLocationWidget-map': {
9
9
  marginBottom: theme.spacing(1),
10
- minHeight: 248,
11
- width: '100%'
10
+ height: 300,
11
+ width: '100%',
12
12
  }
13
13
  }),
14
14
  skeletonRoot: ({ theme }) => ({
@@ -9632,7 +9632,7 @@ declare const theme: {
9632
9632
  };
9633
9633
  '& .SCEventLocationWidget-map': {
9634
9634
  marginBottom: any;
9635
- minHeight: number;
9635
+ height: number;
9636
9636
  width: string;
9637
9637
  };
9638
9638
  };