@selfcommunity/react-theme-default 0.4.5-payments.186 → 0.4.5-payments.188

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,10 +6,10 @@ const Component = {
6
6
  paddingLeft: 4,
7
7
  paddingRight: 4,
8
8
  width: 'auto',
9
- minWidth: 30,
9
+ minWidth: 31,
10
10
  marginLeft: theme.spacing(),
11
11
  marginRight: theme.spacing(),
12
- height: 31,
12
+ height: 30
13
13
  })
14
14
  }
15
15
  };
@@ -14,7 +14,14 @@ declare const Component: {
14
14
  };
15
15
  "& .SCPdfPreview-document-pdf-page": {
16
16
  display: string;
17
+ flexDirection: string;
17
18
  justifyContent: string;
19
+ marginBottom: any;
20
+ pageBreakAfter: string;
21
+ '& .react-pdf__Page__textContent': {
22
+ mixBlendMode: string;
23
+ opacity: number;
24
+ };
18
25
  };
19
26
  };
20
27
  };
@@ -16,7 +16,14 @@ const Component = {
16
16
  },
17
17
  [`& .SCPdfPreview-document-pdf-page`]: {
18
18
  display: 'flex',
19
- justifyContent: 'center'
19
+ flexDirection: 'column',
20
+ justifyContent: 'center',
21
+ marginBottom: theme.spacing(3),
22
+ pageBreakAfter: 'always',
23
+ '& .react-pdf__Page__textContent': {
24
+ mixBlendMode: 'multiply',
25
+ opacity: 0.6
26
+ }
20
27
  }
21
28
  })
22
29
  }
@@ -11996,7 +11996,14 @@ declare const theme: {
11996
11996
  };
11997
11997
  "& .SCPdfPreview-document-pdf-page": {
11998
11998
  display: string;
11999
+ flexDirection: string;
11999
12000
  justifyContent: string;
12001
+ marginBottom: any;
12002
+ pageBreakAfter: string;
12003
+ '& .react-pdf__Page__textContent': {
12004
+ mixBlendMode: string;
12005
+ opacity: number;
12006
+ };
12000
12007
  };
12001
12008
  };
12002
12009
  };
@@ -4,10 +4,10 @@ const Component = {
4
4
  paddingLeft: 4,
5
5
  paddingRight: 4,
6
6
  width: 'auto',
7
- minWidth: 30,
7
+ minWidth: 31,
8
8
  marginLeft: theme.spacing(),
9
9
  marginRight: theme.spacing(),
10
- height: 31,
10
+ height: 30
11
11
  })
12
12
  }
13
13
  };
@@ -14,7 +14,14 @@ declare const Component: {
14
14
  };
15
15
  "& .SCPdfPreview-document-pdf-page": {
16
16
  display: string;
17
+ flexDirection: string;
17
18
  justifyContent: string;
19
+ marginBottom: any;
20
+ pageBreakAfter: string;
21
+ '& .react-pdf__Page__textContent': {
22
+ mixBlendMode: string;
23
+ opacity: number;
24
+ };
18
25
  };
19
26
  };
20
27
  };
@@ -14,7 +14,14 @@ const Component = {
14
14
  },
15
15
  [`& .SCPdfPreview-document-pdf-page`]: {
16
16
  display: 'flex',
17
- justifyContent: 'center'
17
+ flexDirection: 'column',
18
+ justifyContent: 'center',
19
+ marginBottom: theme.spacing(3),
20
+ pageBreakAfter: 'always',
21
+ '& .react-pdf__Page__textContent': {
22
+ mixBlendMode: 'multiply',
23
+ opacity: 0.6
24
+ }
18
25
  }
19
26
  })
20
27
  }
@@ -11996,7 +11996,14 @@ declare const theme: {
11996
11996
  };
11997
11997
  "& .SCPdfPreview-document-pdf-page": {
11998
11998
  display: string;
11999
+ flexDirection: string;
11999
12000
  justifyContent: string;
12001
+ marginBottom: any;
12002
+ pageBreakAfter: string;
12003
+ '& .react-pdf__Page__textContent': {
12004
+ mixBlendMode: string;
12005
+ opacity: number;
12006
+ };
12000
12007
  };
12001
12008
  };
12002
12009
  };