@smileid/web-components 11.4.4 → 11.4.5
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-bLFW-yEM.js → DocumentCaptureScreens-D2G0NOQr.js} +4 -4
- package/dist/esm/{DocumentCaptureScreens-bLFW-yEM.js.map → DocumentCaptureScreens-D2G0NOQr.js.map} +1 -1
- package/dist/esm/{EndUserConsent-D26UoVk5.js → EndUserConsent-uHfA3txP.js} +3 -3
- package/dist/esm/{EndUserConsent-D26UoVk5.js.map → EndUserConsent-uHfA3txP.js.map} +1 -1
- package/dist/esm/{Navigation-nvehze1F.js → Navigation-Bb7MPLE8.js} +2 -2
- package/dist/esm/{Navigation-nvehze1F.js.map → Navigation-Bb7MPLE8.js.map} +1 -1
- package/dist/esm/{SelfieCaptureScreens-BXIs6_tl.js → SelfieCaptureScreens-Dr7VzON7.js} +2356 -2227
- package/dist/esm/SelfieCaptureScreens-Dr7VzON7.js.map +1 -0
- package/dist/esm/{TotpConsent-owUOdKzP.js → TotpConsent-Depzg0ti.js} +2 -2
- package/dist/esm/{TotpConsent-owUOdKzP.js.map → TotpConsent-Depzg0ti.js.map} +1 -1
- package/dist/esm/combobox.js +1 -1
- package/dist/esm/document.js +1 -1
- package/dist/esm/end-user-consent.js +1 -1
- package/dist/esm/{index-5Nn2kzHI.js → index-C4RTMbgw.js} +74 -74
- package/dist/esm/{index-5Nn2kzHI.js.map → index-C4RTMbgw.js.map} +1 -1
- package/dist/esm/localisation.js +1 -1
- package/dist/esm/main.js +6 -6
- package/dist/esm/navigation.js +1 -1
- package/dist/esm/{package-DmH-I6GW.js → package-D6YrpMcO.js} +3 -3
- package/dist/esm/{package-DmH-I6GW.js.map → package-D6YrpMcO.js.map} +1 -1
- package/dist/esm/selfie.js +1 -1
- package/dist/esm/smart-camera-web.js +9 -12
- package/dist/esm/smart-camera-web.js.map +1 -1
- package/dist/esm/totp-consent.js +1 -1
- package/dist/smart-camera-web.js +51 -51
- package/dist/smart-camera-web.js.map +1 -1
- package/dist/types/main.d.ts +2 -0
- package/lib/components/selfie/src/SelfieCaptureScreens.js +83 -0
- package/lib/components/selfie/src/selfie-capture-wrapper/SelfieCaptureWrapper.tsx +139 -16
- package/lib/components/selfie/src/smartselfie-capture/utils/mediapipeManager.ts +145 -9
- package/lib/components/signature-pad/package.json +1 -1
- package/lib/components/smart-camera-web/src/SmartCameraWeb.js +6 -4
- package/package.json +2 -2
- package/dist/esm/SelfieCaptureScreens-BXIs6_tl.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as A, J as G, r as m1, A as p1, u as d, g as _, d as v1, y as w1, p as I1, I as q } from "./package-
|
|
1
|
+
import { S as A, J as G, r as m1, A as p1, u as d, g as _, d as v1, y as w1, p as I1, I as q } from "./package-D6YrpMcO.js";
|
|
2
2
|
import { s as W } from "./styles-BTEClL7R.js";
|
|
3
|
-
import { b as S, t as f, i as V1, e as L1 } from "./index-
|
|
4
|
-
import "./Navigation-
|
|
3
|
+
import { b as S, t as f, i as V1, e as L1 } from "./index-C4RTMbgw.js";
|
|
4
|
+
import "./Navigation-Bb7MPLE8.js";
|
|
5
5
|
function M1(t, e = 16) {
|
|
6
6
|
const i = /* @__PURE__ */ new Set();
|
|
7
7
|
for (let r = 0; r < Math.min(t.length, 1e4); r += 4)
|
|
@@ -4144,4 +4144,4 @@ class v0 extends HTMLElement {
|
|
|
4144
4144
|
export {
|
|
4145
4145
|
v0 as D
|
|
4146
4146
|
};
|
|
4147
|
-
//# sourceMappingURL=DocumentCaptureScreens-
|
|
4147
|
+
//# sourceMappingURL=DocumentCaptureScreens-D2G0NOQr.js.map
|