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

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,11 +1,38 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- '& .SCCategory-category-image': {
5
- paddingLeft: any;
4
+ '& .SCPaymentOrders-content': {
5
+ position: string;
6
+ padding: string;
7
+ '& table': {
8
+ '& tr': {
9
+ '& th': {
10
+ zIndex: number;
11
+ };
12
+ };
13
+ };
6
14
  };
7
- '& .SCGroup-avatar': {
8
- marginLeft: any;
15
+ '& .SCPaymentOrders-filters': {
16
+ alignItems: string;
17
+ marginTop: any;
18
+ marginBottom: any;
19
+ '& .SCPaymentOrders-search': {
20
+ '& .MuiInputBase-root': {
21
+ paddingRight: number;
22
+ '& .MuiButtonBase-root': {
23
+ borderRadius: string;
24
+ height: string;
25
+ '& .MuiButton-endIcon': {
26
+ margin: number;
27
+ };
28
+ };
29
+ };
30
+ };
31
+ '& .SCPaymentOrders-picker': {
32
+ '& .MuiOutlinedInput-root': {
33
+ paddingRight: any;
34
+ };
35
+ };
9
36
  };
10
37
  };
11
38
  };
@@ -3,11 +3,38 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
- '& .SCCategory-category-image': {
7
- paddingLeft: theme.spacing(1)
6
+ '& .SCPaymentOrders-content': {
7
+ position: 'relative',
8
+ padding: '30px 10px',
9
+ '& table': {
10
+ '& tr': {
11
+ '& th': {
12
+ zIndex: 1
13
+ }
14
+ }
15
+ }
8
16
  },
9
- '& .SCGroup-avatar': {
10
- marginLeft: theme.spacing(1)
17
+ '& .SCPaymentOrders-filters': {
18
+ alignItems: 'center',
19
+ marginTop: theme.spacing(),
20
+ marginBottom: theme.spacing(2),
21
+ '& .SCPaymentOrders-search': {
22
+ '& .MuiInputBase-root': {
23
+ paddingRight: 0,
24
+ '& .MuiButtonBase-root': {
25
+ borderRadius: '0 5px 5px 0',
26
+ height: '37px',
27
+ '& .MuiButton-endIcon': {
28
+ margin: 0
29
+ }
30
+ }
31
+ }
32
+ },
33
+ '& .SCPaymentOrders-picker': {
34
+ '& .MuiOutlinedInput-root': {
35
+ paddingRight: theme.spacing(0.5)
36
+ }
37
+ }
11
38
  }
12
39
  })
13
40
  }
@@ -12074,11 +12074,38 @@ declare const theme: {
12074
12074
  SCPaymentOrders: {
12075
12075
  styleOverrides: {
12076
12076
  root: ({ theme }: any) => {
12077
- '& .SCCategory-category-image': {
12078
- paddingLeft: any;
12077
+ '& .SCPaymentOrders-content': {
12078
+ position: string;
12079
+ padding: string;
12080
+ '& table': {
12081
+ '& tr': {
12082
+ '& th': {
12083
+ zIndex: number;
12084
+ };
12085
+ };
12086
+ };
12079
12087
  };
12080
- '& .SCGroup-avatar': {
12081
- marginLeft: any;
12088
+ '& .SCPaymentOrders-filters': {
12089
+ alignItems: string;
12090
+ marginTop: any;
12091
+ marginBottom: any;
12092
+ '& .SCPaymentOrders-search': {
12093
+ '& .MuiInputBase-root': {
12094
+ paddingRight: number;
12095
+ '& .MuiButtonBase-root': {
12096
+ borderRadius: string;
12097
+ height: string;
12098
+ '& .MuiButton-endIcon': {
12099
+ margin: number;
12100
+ };
12101
+ };
12102
+ };
12103
+ };
12104
+ '& .SCPaymentOrders-picker': {
12105
+ '& .MuiOutlinedInput-root': {
12106
+ paddingRight: any;
12107
+ };
12108
+ };
12082
12109
  };
12083
12110
  };
12084
12111
  };
@@ -1,11 +1,38 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- '& .SCCategory-category-image': {
5
- paddingLeft: any;
4
+ '& .SCPaymentOrders-content': {
5
+ position: string;
6
+ padding: string;
7
+ '& table': {
8
+ '& tr': {
9
+ '& th': {
10
+ zIndex: number;
11
+ };
12
+ };
13
+ };
6
14
  };
7
- '& .SCGroup-avatar': {
8
- marginLeft: any;
15
+ '& .SCPaymentOrders-filters': {
16
+ alignItems: string;
17
+ marginTop: any;
18
+ marginBottom: any;
19
+ '& .SCPaymentOrders-search': {
20
+ '& .MuiInputBase-root': {
21
+ paddingRight: number;
22
+ '& .MuiButtonBase-root': {
23
+ borderRadius: string;
24
+ height: string;
25
+ '& .MuiButton-endIcon': {
26
+ margin: number;
27
+ };
28
+ };
29
+ };
30
+ };
31
+ '& .SCPaymentOrders-picker': {
32
+ '& .MuiOutlinedInput-root': {
33
+ paddingRight: any;
34
+ };
35
+ };
9
36
  };
10
37
  };
11
38
  };
@@ -1,11 +1,38 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
- '& .SCCategory-category-image': {
5
- paddingLeft: theme.spacing(1)
4
+ '& .SCPaymentOrders-content': {
5
+ position: 'relative',
6
+ padding: '30px 10px',
7
+ '& table': {
8
+ '& tr': {
9
+ '& th': {
10
+ zIndex: 1
11
+ }
12
+ }
13
+ }
6
14
  },
7
- '& .SCGroup-avatar': {
8
- marginLeft: theme.spacing(1)
15
+ '& .SCPaymentOrders-filters': {
16
+ alignItems: 'center',
17
+ marginTop: theme.spacing(),
18
+ marginBottom: theme.spacing(2),
19
+ '& .SCPaymentOrders-search': {
20
+ '& .MuiInputBase-root': {
21
+ paddingRight: 0,
22
+ '& .MuiButtonBase-root': {
23
+ borderRadius: '0 5px 5px 0',
24
+ height: '37px',
25
+ '& .MuiButton-endIcon': {
26
+ margin: 0
27
+ }
28
+ }
29
+ }
30
+ },
31
+ '& .SCPaymentOrders-picker': {
32
+ '& .MuiOutlinedInput-root': {
33
+ paddingRight: theme.spacing(0.5)
34
+ }
35
+ }
9
36
  }
10
37
  })
11
38
  }
@@ -12074,11 +12074,38 @@ declare const theme: {
12074
12074
  SCPaymentOrders: {
12075
12075
  styleOverrides: {
12076
12076
  root: ({ theme }: any) => {
12077
- '& .SCCategory-category-image': {
12078
- paddingLeft: any;
12077
+ '& .SCPaymentOrders-content': {
12078
+ position: string;
12079
+ padding: string;
12080
+ '& table': {
12081
+ '& tr': {
12082
+ '& th': {
12083
+ zIndex: number;
12084
+ };
12085
+ };
12086
+ };
12079
12087
  };
12080
- '& .SCGroup-avatar': {
12081
- marginLeft: any;
12088
+ '& .SCPaymentOrders-filters': {
12089
+ alignItems: string;
12090
+ marginTop: any;
12091
+ marginBottom: any;
12092
+ '& .SCPaymentOrders-search': {
12093
+ '& .MuiInputBase-root': {
12094
+ paddingRight: number;
12095
+ '& .MuiButtonBase-root': {
12096
+ borderRadius: string;
12097
+ height: string;
12098
+ '& .MuiButton-endIcon': {
12099
+ margin: number;
12100
+ };
12101
+ };
12102
+ };
12103
+ };
12104
+ '& .SCPaymentOrders-picker': {
12105
+ '& .MuiOutlinedInput-root': {
12106
+ paddingRight: any;
12107
+ };
12108
+ };
12082
12109
  };
12083
12110
  };
12084
12111
  };