@selfcommunity/react-theme-default 0.4.5-payments.205 → 0.4.5-payments.206

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.
@@ -3,19 +3,41 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  '& .SCPaymentOrders-content': {
5
5
  position: string;
6
- padding: string;
6
+ margin: any;
7
7
  '& table': {
8
8
  '& tr': {
9
9
  '& th': {
10
10
  zIndex: number;
11
11
  };
12
12
  };
13
+ '& .SCGroup-root, .SCCategory-root': {
14
+ borderRadius: any;
15
+ maxWidth: string;
16
+ };
17
+ '& .SCPaymentProduct-root': {
18
+ borderRadius: string;
19
+ border: string;
20
+ boxShadow: string;
21
+ color: any;
22
+ '& .MuiAccordionSummary-root': {
23
+ backgroundColor: any;
24
+ opacity: number;
25
+ borderRadius: any;
26
+ };
27
+ };
28
+ };
29
+ '& .MuiCircularProgress-root': {
30
+ display: string;
31
+ margin: string;
13
32
  };
14
33
  };
15
34
  '& .SCPaymentOrders-filters': {
35
+ [x: number]: {
36
+ width: string;
37
+ };
16
38
  alignItems: string;
17
- marginTop: any;
18
- marginBottom: any;
39
+ margin: any;
40
+ width: string;
19
41
  '& .SCPaymentOrders-search': {
20
42
  '& .MuiInputBase-root': {
21
43
  paddingRight: number;
@@ -5,19 +5,41 @@ const Component = {
5
5
  root: ({ theme }) => ({
6
6
  '& .SCPaymentOrders-content': {
7
7
  position: 'relative',
8
- padding: '30px 10px',
8
+ margin: theme.spacing(1, 2),
9
9
  '& table': {
10
10
  '& tr': {
11
11
  '& th': {
12
12
  zIndex: 1
13
13
  }
14
+ },
15
+ '& .SCGroup-root, .SCCategory-root': {
16
+ borderRadius: theme.shape.borderRadius,
17
+ maxWidth: '96%'
18
+ },
19
+ '& .SCPaymentProduct-root': {
20
+ borderRadius: `${theme.shape.borderRadius}px !important`,
21
+ border: '1px solid #e5e5e5',
22
+ boxShadow: 'none',
23
+ color: theme.palette.text.primary,
24
+ '& .MuiAccordionSummary-root': {
25
+ backgroundColor: theme.palette.background.paper,
26
+ opacity: 1,
27
+ borderRadius: theme.shape.borderRadius
28
+ }
14
29
  }
30
+ },
31
+ '& .MuiCircularProgress-root': {
32
+ display: 'block',
33
+ margin: `${theme.spacing(7)} auto`
15
34
  }
16
35
  },
17
36
  '& .SCPaymentOrders-filters': {
18
37
  alignItems: 'center',
19
- marginTop: theme.spacing(),
20
- marginBottom: theme.spacing(2),
38
+ margin: theme.spacing(2),
39
+ width: '94%',
40
+ [theme.breakpoints.down('sm')]: {
41
+ width: '90%'
42
+ },
21
43
  '& .SCPaymentOrders-search': {
22
44
  '& .MuiInputBase-root': {
23
45
  paddingRight: 0,
@@ -12076,19 +12076,41 @@ declare const theme: {
12076
12076
  root: ({ theme }: any) => {
12077
12077
  '& .SCPaymentOrders-content': {
12078
12078
  position: string;
12079
- padding: string;
12079
+ margin: any;
12080
12080
  '& table': {
12081
12081
  '& tr': {
12082
12082
  '& th': {
12083
12083
  zIndex: number;
12084
12084
  };
12085
12085
  };
12086
+ '& .SCGroup-root, .SCCategory-root': {
12087
+ borderRadius: any;
12088
+ maxWidth: string;
12089
+ };
12090
+ '& .SCPaymentProduct-root': {
12091
+ borderRadius: string;
12092
+ border: string;
12093
+ boxShadow: string;
12094
+ color: any;
12095
+ '& .MuiAccordionSummary-root': {
12096
+ backgroundColor: any;
12097
+ opacity: number;
12098
+ borderRadius: any;
12099
+ };
12100
+ };
12101
+ };
12102
+ '& .MuiCircularProgress-root': {
12103
+ display: string;
12104
+ margin: string;
12086
12105
  };
12087
12106
  };
12088
12107
  '& .SCPaymentOrders-filters': {
12108
+ [x: number]: {
12109
+ width: string;
12110
+ };
12089
12111
  alignItems: string;
12090
- marginTop: any;
12091
- marginBottom: any;
12112
+ margin: any;
12113
+ width: string;
12092
12114
  '& .SCPaymentOrders-search': {
12093
12115
  '& .MuiInputBase-root': {
12094
12116
  paddingRight: number;
@@ -3,19 +3,41 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  '& .SCPaymentOrders-content': {
5
5
  position: string;
6
- padding: string;
6
+ margin: any;
7
7
  '& table': {
8
8
  '& tr': {
9
9
  '& th': {
10
10
  zIndex: number;
11
11
  };
12
12
  };
13
+ '& .SCGroup-root, .SCCategory-root': {
14
+ borderRadius: any;
15
+ maxWidth: string;
16
+ };
17
+ '& .SCPaymentProduct-root': {
18
+ borderRadius: string;
19
+ border: string;
20
+ boxShadow: string;
21
+ color: any;
22
+ '& .MuiAccordionSummary-root': {
23
+ backgroundColor: any;
24
+ opacity: number;
25
+ borderRadius: any;
26
+ };
27
+ };
28
+ };
29
+ '& .MuiCircularProgress-root': {
30
+ display: string;
31
+ margin: string;
13
32
  };
14
33
  };
15
34
  '& .SCPaymentOrders-filters': {
35
+ [x: number]: {
36
+ width: string;
37
+ };
16
38
  alignItems: string;
17
- marginTop: any;
18
- marginBottom: any;
39
+ margin: any;
40
+ width: string;
19
41
  '& .SCPaymentOrders-search': {
20
42
  '& .MuiInputBase-root': {
21
43
  paddingRight: number;
@@ -3,19 +3,41 @@ const Component = {
3
3
  root: ({ theme }) => ({
4
4
  '& .SCPaymentOrders-content': {
5
5
  position: 'relative',
6
- padding: '30px 10px',
6
+ margin: theme.spacing(1, 2),
7
7
  '& table': {
8
8
  '& tr': {
9
9
  '& th': {
10
10
  zIndex: 1
11
11
  }
12
+ },
13
+ '& .SCGroup-root, .SCCategory-root': {
14
+ borderRadius: theme.shape.borderRadius,
15
+ maxWidth: '96%'
16
+ },
17
+ '& .SCPaymentProduct-root': {
18
+ borderRadius: `${theme.shape.borderRadius}px !important`,
19
+ border: '1px solid #e5e5e5',
20
+ boxShadow: 'none',
21
+ color: theme.palette.text.primary,
22
+ '& .MuiAccordionSummary-root': {
23
+ backgroundColor: theme.palette.background.paper,
24
+ opacity: 1,
25
+ borderRadius: theme.shape.borderRadius
26
+ }
12
27
  }
28
+ },
29
+ '& .MuiCircularProgress-root': {
30
+ display: 'block',
31
+ margin: `${theme.spacing(7)} auto`
13
32
  }
14
33
  },
15
34
  '& .SCPaymentOrders-filters': {
16
35
  alignItems: 'center',
17
- marginTop: theme.spacing(),
18
- marginBottom: theme.spacing(2),
36
+ margin: theme.spacing(2),
37
+ width: '94%',
38
+ [theme.breakpoints.down('sm')]: {
39
+ width: '90%'
40
+ },
19
41
  '& .SCPaymentOrders-search': {
20
42
  '& .MuiInputBase-root': {
21
43
  paddingRight: 0,
@@ -12076,19 +12076,41 @@ declare const theme: {
12076
12076
  root: ({ theme }: any) => {
12077
12077
  '& .SCPaymentOrders-content': {
12078
12078
  position: string;
12079
- padding: string;
12079
+ margin: any;
12080
12080
  '& table': {
12081
12081
  '& tr': {
12082
12082
  '& th': {
12083
12083
  zIndex: number;
12084
12084
  };
12085
12085
  };
12086
+ '& .SCGroup-root, .SCCategory-root': {
12087
+ borderRadius: any;
12088
+ maxWidth: string;
12089
+ };
12090
+ '& .SCPaymentProduct-root': {
12091
+ borderRadius: string;
12092
+ border: string;
12093
+ boxShadow: string;
12094
+ color: any;
12095
+ '& .MuiAccordionSummary-root': {
12096
+ backgroundColor: any;
12097
+ opacity: number;
12098
+ borderRadius: any;
12099
+ };
12100
+ };
12101
+ };
12102
+ '& .MuiCircularProgress-root': {
12103
+ display: string;
12104
+ margin: string;
12086
12105
  };
12087
12106
  };
12088
12107
  '& .SCPaymentOrders-filters': {
12108
+ [x: number]: {
12109
+ width: string;
12110
+ };
12089
12111
  alignItems: string;
12090
- marginTop: any;
12091
- marginBottom: any;
12112
+ margin: any;
12113
+ width: string;
12092
12114
  '& .SCPaymentOrders-search': {
12093
12115
  '& .MuiInputBase-root': {
12094
12116
  paddingRight: number;