gbc-kyc-kit 1.6.5 → 1.6.7
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/gbc-kyc-kit.es.js +5 -17
- package/dist/gbc-kyc-kit.umd.js +37 -37
- package/package.json +1 -1
package/dist/gbc-kyc-kit.es.js
CHANGED
|
@@ -25675,32 +25675,20 @@ function DocumentReader({
|
|
|
25675
25675
|
}
|
|
25676
25676
|
})]
|
|
25677
25677
|
})]
|
|
25678
|
-
}), /* @__PURE__ */
|
|
25678
|
+
}), /* @__PURE__ */ jsx(Box$1, {
|
|
25679
25679
|
width: "100%",
|
|
25680
|
-
children:
|
|
25680
|
+
children: !status && /* @__PURE__ */ jsxs(Box$1, {
|
|
25681
25681
|
children: [/* @__PURE__ */ jsx(CustomCheckbox, {
|
|
25682
|
+
id: "add_rear_document",
|
|
25682
25683
|
label: "Cargar reverso del documento",
|
|
25683
25684
|
isActive: dualMode,
|
|
25684
25685
|
onChange: () => setDualMode(!dualMode)
|
|
25685
25686
|
}), !dualMode && !base64.secondImage && base64.firstImage && lib$1(status) && /* @__PURE__ */ jsx(CustomButton, {
|
|
25687
|
+
id: "submit-btn",
|
|
25686
25688
|
type: "submit",
|
|
25687
25689
|
children: "Procesar"
|
|
25688
25690
|
})]
|
|
25689
|
-
})
|
|
25690
|
-
children: /* @__PURE__ */ jsxs("div", {
|
|
25691
|
-
className: "both-button",
|
|
25692
|
-
children: [/* @__PURE__ */ jsx(CustomButton, {
|
|
25693
|
-
id: "back-btn",
|
|
25694
|
-
type: "warning",
|
|
25695
|
-
onClick: () => clearState(),
|
|
25696
|
-
children: "Volver"
|
|
25697
|
-
}), /* @__PURE__ */ jsx(CustomButton, {
|
|
25698
|
-
id: "submit-btn",
|
|
25699
|
-
type: "submit",
|
|
25700
|
-
children: "Procesar"
|
|
25701
|
-
})]
|
|
25702
|
-
})
|
|
25703
|
-
}) : null]
|
|
25691
|
+
})
|
|
25704
25692
|
})]
|
|
25705
25693
|
})
|
|
25706
25694
|
})]
|