gbc-kyc-kit 1.6.5 → 1.6.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/dist/gbc-kyc-kit.es.js +3 -17
- package/dist/gbc-kyc-kit.umd.js +37 -37
- package/package.json +1 -1
package/dist/gbc-kyc-kit.es.js
CHANGED
|
@@ -25675,9 +25675,9 @@ 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
25682
|
label: "Cargar reverso del documento",
|
|
25683
25683
|
isActive: dualMode,
|
|
@@ -25686,21 +25686,7 @@ function DocumentReader({
|
|
|
25686
25686
|
type: "submit",
|
|
25687
25687
|
children: "Procesar"
|
|
25688
25688
|
})]
|
|
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]
|
|
25689
|
+
})
|
|
25704
25690
|
})]
|
|
25705
25691
|
})
|
|
25706
25692
|
})]
|