@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.
- package/lib/cjs/components/SCPaymentOrderPdfButton.js +2 -2
- package/lib/cjs/components/SCPdfPreview.d.ts +7 -0
- package/lib/cjs/components/SCPdfPreview.js +8 -1
- package/lib/cjs/index.d.ts +7 -0
- package/lib/esm/components/SCPaymentOrderPdfButton.js +2 -2
- package/lib/esm/components/SCPdfPreview.d.ts +7 -0
- package/lib/esm/components/SCPdfPreview.js +8 -1
- package/lib/esm/index.d.ts +7 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -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
|
-
|
|
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
|
}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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
|
};
|
|
@@ -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
|
-
|
|
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
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -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
|
};
|