@selfcommunity/react-theme-default 0.4.5-payments.214 → 0.4.5-payments.216

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.
@@ -16,22 +16,10 @@ declare const Component: {
16
16
  '& .SCWidget-root': {
17
17
  minWidth: number;
18
18
  };
19
- '& .SCGroup-root': {
20
- paddingLeft: any;
19
+ '& .MuiTypography-body2': {
20
+ marginTop: any;
21
21
  };
22
22
  };
23
- '& .SCCheckoutSuccessDialog-content-object': {
24
- width: string;
25
- };
26
- '& .SCCourse-preview-root': {
27
- minHeight: string;
28
- };
29
- '& .SCCategory-category-image': {
30
- paddingLeft: any;
31
- };
32
- '& .SCGroup-avatar': {
33
- marginLeft: any;
34
- };
35
23
  };
36
24
  };
37
25
  };
@@ -16,21 +16,9 @@ const Component = {
16
16
  '& .SCWidget-root': {
17
17
  minWidth: 310
18
18
  },
19
- '& .SCGroup-root': {
20
- paddingLeft: theme.spacing()
19
+ '& .MuiTypography-body2': {
20
+ marginTop: theme.spacing(1)
21
21
  }
22
- },
23
- '& .SCCheckoutSuccessDialog-content-object': {
24
- width: '100%'
25
- },
26
- '& .SCCourse-preview-root': {
27
- minHeight: 'auto'
28
- },
29
- '& .SCCategory-category-image': {
30
- paddingLeft: theme.spacing(1)
31
- },
32
- '& .SCGroup-avatar': {
33
- marginLeft: theme.spacing(1)
34
22
  }
35
23
  })
36
24
  }
@@ -11955,22 +11955,10 @@ declare const theme: {
11955
11955
  '& .SCWidget-root': {
11956
11956
  minWidth: number;
11957
11957
  };
11958
- '& .SCGroup-root': {
11959
- paddingLeft: any;
11958
+ '& .MuiTypography-body2': {
11959
+ marginTop: any;
11960
11960
  };
11961
11961
  };
11962
- '& .SCCheckoutSuccessDialog-content-object': {
11963
- width: string;
11964
- };
11965
- '& .SCCourse-preview-root': {
11966
- minHeight: string;
11967
- };
11968
- '& .SCCategory-category-image': {
11969
- paddingLeft: any;
11970
- };
11971
- '& .SCGroup-avatar': {
11972
- marginLeft: any;
11973
- };
11974
11962
  };
11975
11963
  };
11976
11964
  };
@@ -16,22 +16,10 @@ declare const Component: {
16
16
  '& .SCWidget-root': {
17
17
  minWidth: number;
18
18
  };
19
- '& .SCGroup-root': {
20
- paddingLeft: any;
19
+ '& .MuiTypography-body2': {
20
+ marginTop: any;
21
21
  };
22
22
  };
23
- '& .SCCheckoutSuccessDialog-content-object': {
24
- width: string;
25
- };
26
- '& .SCCourse-preview-root': {
27
- minHeight: string;
28
- };
29
- '& .SCCategory-category-image': {
30
- paddingLeft: any;
31
- };
32
- '& .SCGroup-avatar': {
33
- marginLeft: any;
34
- };
35
23
  };
36
24
  };
37
25
  };
@@ -14,21 +14,9 @@ const Component = {
14
14
  '& .SCWidget-root': {
15
15
  minWidth: 310
16
16
  },
17
- '& .SCGroup-root': {
18
- paddingLeft: theme.spacing()
17
+ '& .MuiTypography-body2': {
18
+ marginTop: theme.spacing(1)
19
19
  }
20
- },
21
- '& .SCCheckoutSuccessDialog-content-object': {
22
- width: '100%'
23
- },
24
- '& .SCCourse-preview-root': {
25
- minHeight: 'auto'
26
- },
27
- '& .SCCategory-category-image': {
28
- paddingLeft: theme.spacing(1)
29
- },
30
- '& .SCGroup-avatar': {
31
- marginLeft: theme.spacing(1)
32
20
  }
33
21
  })
34
22
  }
@@ -11955,22 +11955,10 @@ declare const theme: {
11955
11955
  '& .SCWidget-root': {
11956
11956
  minWidth: number;
11957
11957
  };
11958
- '& .SCGroup-root': {
11959
- paddingLeft: any;
11958
+ '& .MuiTypography-body2': {
11959
+ marginTop: any;
11960
11960
  };
11961
11961
  };
11962
- '& .SCCheckoutSuccessDialog-content-object': {
11963
- width: string;
11964
- };
11965
- '& .SCCourse-preview-root': {
11966
- minHeight: string;
11967
- };
11968
- '& .SCCategory-category-image': {
11969
- paddingLeft: any;
11970
- };
11971
- '& .SCGroup-avatar': {
11972
- marginLeft: any;
11973
- };
11974
11962
  };
11975
11963
  };
11976
11964
  };