@smileid/web-components 10.0.2 → 10.0.3
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/dist/esm/{DocumentCaptureScreens-ChpBVvNE.js → DocumentCaptureScreens-CkWKSrqy.js} +2 -2
- package/dist/esm/{DocumentCaptureScreens-ChpBVvNE.js.map → DocumentCaptureScreens-CkWKSrqy.js.map} +1 -1
- package/dist/esm/{SelfieCaptureScreens-DMo-z-32.js → SelfieCaptureScreens-BF1keQ0h.js} +5 -4
- package/dist/esm/SelfieCaptureScreens-BF1keQ0h.js.map +1 -0
- package/dist/esm/document.js +1 -1
- package/dist/esm/main.js +2 -2
- package/dist/esm/{package-D_4zJ9ck.js → package-CmYr0HUS.js} +2 -2
- package/dist/esm/{package-D_4zJ9ck.js.map → package-CmYr0HUS.js.map} +1 -1
- package/dist/esm/selfie.js +1 -1
- package/dist/esm/smart-camera-web.js +3 -3
- package/dist/smart-camera-web.js +3 -2
- package/dist/smart-camera-web.js.map +1 -1
- package/lib/components/selfie/src/selfie-capture-review/SelfieCaptureReview.js +1 -0
- package/lib/components/selfie/src/smartselfie-capture/utils/imageCapture.ts +2 -3
- package/lib/components/signature-pad/package.json +1 -1
- package/package.json +1 -1
- package/dist/esm/SelfieCaptureScreens-DMo-z-32.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { s as In } from "./styles-D2i3GFLK.js";
|
|
2
2
|
import "./Navigation-juBE4qOw.js";
|
|
3
|
-
import { p as os, S as se, I as vo } from "./package-
|
|
3
|
+
import { p as os, S as se, I as vo } from "./package-CmYr0HUS.js";
|
|
4
4
|
import "./PoweredBySmileId-CxbaihMu.js";
|
|
5
5
|
function I1() {
|
|
6
6
|
return `
|
|
@@ -821,6 +821,7 @@ function R1() {
|
|
|
821
821
|
id='document-capture-review-image'
|
|
822
822
|
src='${this.imageSrc}'
|
|
823
823
|
width='396'
|
|
824
|
+
style='transform: scaleX(-1);'
|
|
824
825
|
/>` : ""}
|
|
825
826
|
</div>
|
|
826
827
|
<div class='flow action-buttons'>
|
|
@@ -5857,11 +5858,11 @@ const Ph = (e) => {
|
|
|
5857
5858
|
240,
|
|
5858
5859
|
i.width * e.videoHeight / e.videoWidth
|
|
5859
5860
|
));
|
|
5860
|
-
const s =
|
|
5861
|
+
const s = 1, o = e.videoWidth * s, a = e.videoHeight * s, c = (o - e.videoWidth) / 2, l = (a - e.videoHeight) / 2;
|
|
5861
5862
|
return n.drawImage(
|
|
5862
5863
|
e,
|
|
5863
5864
|
-c,
|
|
5864
|
-
-l -
|
|
5865
|
+
-l - 0,
|
|
5865
5866
|
o,
|
|
5866
5867
|
a,
|
|
5867
5868
|
0,
|
|
@@ -7615,4 +7616,4 @@ class Qh extends HTMLElement {
|
|
|
7615
7616
|
export {
|
|
7616
7617
|
Qh as S
|
|
7617
7618
|
};
|
|
7618
|
-
//# sourceMappingURL=SelfieCaptureScreens-
|
|
7619
|
+
//# sourceMappingURL=SelfieCaptureScreens-BF1keQ0h.js.map
|