@selfcommunity/react-theme-default 0.4.5-payments.144 → 0.4.5-payments.148

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.
@@ -13,6 +13,9 @@ declare const Component: {
13
13
  backgroundColor: string;
14
14
  };
15
15
  '& .MuiTypography-body1': {
16
+ [x: number]: {
17
+ fontSize: any;
18
+ };
16
19
  fontWeight: number;
17
20
  color: any;
18
21
  };
@@ -14,7 +14,10 @@ const Component = {
14
14
  },
15
15
  '& .MuiTypography-body1': {
16
16
  fontWeight: 200,
17
- color: theme.palette.grey[600]
17
+ color: theme.palette.grey[600],
18
+ [theme.breakpoints.down('sm')]: {
19
+ fontSize: theme.typography.pxToRem(12)
20
+ }
18
21
  }
19
22
  },
20
23
  '& .MuiAccordionDetails-root': {
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
- padding: theme.spacing(0.5)
6
+ padding: theme.spacing(0.5),
7
7
  }),
8
8
  skeletonRoot: ({ theme }) => ({
9
9
  padding: theme.spacing(0.5)
@@ -11213,6 +11213,9 @@ declare const theme: {
11213
11213
  backgroundColor: string;
11214
11214
  };
11215
11215
  '& .MuiTypography-body1': {
11216
+ [x: number]: {
11217
+ fontSize: any;
11218
+ };
11216
11219
  fontWeight: number;
11217
11220
  color: any;
11218
11221
  };
@@ -13,6 +13,9 @@ declare const Component: {
13
13
  backgroundColor: string;
14
14
  };
15
15
  '& .MuiTypography-body1': {
16
+ [x: number]: {
17
+ fontSize: any;
18
+ };
16
19
  fontWeight: number;
17
20
  color: any;
18
21
  };
@@ -12,7 +12,10 @@ const Component = {
12
12
  },
13
13
  '& .MuiTypography-body1': {
14
14
  fontWeight: 200,
15
- color: theme.palette.grey[600]
15
+ color: theme.palette.grey[600],
16
+ [theme.breakpoints.down('sm')]: {
17
+ fontSize: theme.typography.pxToRem(12)
18
+ }
16
19
  }
17
20
  },
18
21
  '& .MuiAccordionDetails-root': {
@@ -1,7 +1,7 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
- padding: theme.spacing(0.5)
4
+ padding: theme.spacing(0.5),
5
5
  }),
6
6
  skeletonRoot: ({ theme }) => ({
7
7
  padding: theme.spacing(0.5)
@@ -11213,6 +11213,9 @@ declare const theme: {
11213
11213
  backgroundColor: string;
11214
11214
  };
11215
11215
  '& .MuiTypography-body1': {
11216
+ [x: number]: {
11217
+ fontSize: any;
11218
+ };
11216
11219
  fontWeight: number;
11217
11220
  color: any;
11218
11221
  };