@techlabi/kycrazy-ui-kit 0.36.0 → 0.37.0
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/CHANGELOG.md +6 -0
- package/dist/index.es.js +3 -0
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -29608,6 +29608,7 @@ const gD = {
|
|
|
29608
29608
|
title: "Upload ID",
|
|
29609
29609
|
description: "Place your ID inside the frame and take a picture. Make sure it is not cut or has any glare.",
|
|
29610
29610
|
frameType: "rectangular",
|
|
29611
|
+
documentTypeId: u,
|
|
29611
29612
|
currentStep: o,
|
|
29612
29613
|
onRetake: () => {
|
|
29613
29614
|
h(null);
|
|
@@ -29629,6 +29630,7 @@ const gD = {
|
|
|
29629
29630
|
title: "Upload ID Back",
|
|
29630
29631
|
description: "Place the back of your ID inside the frame and take a picture. Make sure it is not cut or has any glare.",
|
|
29631
29632
|
frameType: "rectangular",
|
|
29633
|
+
documentTypeId: u,
|
|
29632
29634
|
currentStep: o,
|
|
29633
29635
|
onRetake: () => {
|
|
29634
29636
|
p(null);
|
|
@@ -29650,6 +29652,7 @@ const gD = {
|
|
|
29650
29652
|
title: "Selfie",
|
|
29651
29653
|
description: "Place your face inside the frame and take a picture. Make sure it is clearly visible.",
|
|
29652
29654
|
frameType: "circular",
|
|
29655
|
+
documentTypeId: u,
|
|
29653
29656
|
currentStep: o,
|
|
29654
29657
|
onRetake: () => {
|
|
29655
29658
|
d(null);
|