@smileid/web-components 10.0.5 → 10.0.6
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/README.md +15 -15
- package/dist/esm/{DocumentCaptureScreens-BIJUlWLB.js → DocumentCaptureScreens-BjATTDqu.js} +2 -2
- package/dist/esm/{DocumentCaptureScreens-BIJUlWLB.js.map → DocumentCaptureScreens-BjATTDqu.js.map} +1 -1
- package/dist/esm/{SelfieCaptureScreens-CnMaKUmP.js → SelfieCaptureScreens-UUzZzl1A.js} +123 -123
- package/dist/esm/{SelfieCaptureScreens-CnMaKUmP.js.map → SelfieCaptureScreens-UUzZzl1A.js.map} +1 -1
- package/dist/esm/document.js +1 -1
- package/dist/esm/main.js +2 -2
- package/dist/esm/{package-PZvRbm5J.js → package-CZlW6BZn.js} +2 -2
- package/dist/esm/{package-PZvRbm5J.js.map → package-CZlW6BZn.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 +2 -2
- package/dist/smart-camera-web.js.map +1 -1
- package/lib/components/selfie/src/smartselfie-capture/hooks/useFaceCapture.ts +1 -1
- package/lib/components/signature-pad/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Instructions
|
|
2
|
-
|
|
3
|
-
These components can be used to capture id document or liveness images
|
|
4
|
-
|
|
5
|
-
1. [`smart-camera-web`](./components/smart-camera-web/src/)
|
|
6
|
-
2. [`document-capture-screens`](./components/document/src/README.md)
|
|
7
|
-
3. [`selfie-capture-screens`](./components/selfie/README.md)
|
|
8
|
-
|
|
9
|
-
## Orchestration
|
|
10
|
-
|
|
11
|
-
To build your own flow, we have several components that can be used together
|
|
12
|
-
|
|
13
|
-
### document-capture-instructions
|
|
14
|
-
|
|
15
|
-
This is the screen used to instruct the user how to capture document using both the camera and/or upload.
|
|
1
|
+
# Instructions
|
|
2
|
+
|
|
3
|
+
These components can be used to capture id document or liveness images
|
|
4
|
+
|
|
5
|
+
1. [`smart-camera-web`](./components/smart-camera-web/src/)
|
|
6
|
+
2. [`document-capture-screens`](./components/document/src/README.md)
|
|
7
|
+
3. [`selfie-capture-screens`](./components/selfie/README.md)
|
|
8
|
+
|
|
9
|
+
## Orchestration
|
|
10
|
+
|
|
11
|
+
To build your own flow, we have several components that can be used together
|
|
12
|
+
|
|
13
|
+
### document-capture-instructions
|
|
14
|
+
|
|
15
|
+
This is the screen used to instruct the user how to capture document using both the camera and/or upload.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as c, p as M, I as w } from "./package-
|
|
1
|
+
import { S as c, p as M, I as w } from "./package-CZlW6BZn.js";
|
|
2
2
|
import { s as C } from "./styles-BOEZtbuc.js";
|
|
3
3
|
import "./Navigation-CTjK6tLU.js";
|
|
4
4
|
function A(l, e = 16) {
|
|
@@ -1571,4 +1571,4 @@ class O extends HTMLElement {
|
|
|
1571
1571
|
export {
|
|
1572
1572
|
O as D
|
|
1573
1573
|
};
|
|
1574
|
-
//# sourceMappingURL=DocumentCaptureScreens-
|
|
1574
|
+
//# sourceMappingURL=DocumentCaptureScreens-BjATTDqu.js.map
|