gbc-kyc-kit 3.1.6 → 3.1.8
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 +7 -5
- package/dist/gbc-kyc-kit.umd.js +43 -43
- package/package.json +1 -1
package/dist/gbc-kyc-kit.es.js
CHANGED
|
@@ -41534,7 +41534,7 @@ const ImageCropComponent = ({
|
|
|
41534
41534
|
open: true,
|
|
41535
41535
|
onClose: onCancel,
|
|
41536
41536
|
maxWidth: "lg",
|
|
41537
|
-
className: "image-crop-modal",
|
|
41537
|
+
className: "image-crop-modal kit-gbc",
|
|
41538
41538
|
children: /* @__PURE__ */ jsx$1(DialogContent$1, {
|
|
41539
41539
|
sx: {
|
|
41540
41540
|
maxWidth: "md",
|
|
@@ -41631,12 +41631,14 @@ const ImageCropComponent = ({
|
|
|
41631
41631
|
})]
|
|
41632
41632
|
}), /* @__PURE__ */ jsxs("div", {
|
|
41633
41633
|
className: "crop-actions",
|
|
41634
|
-
children: [/* @__PURE__ */ jsx$1(
|
|
41634
|
+
children: [/* @__PURE__ */ jsx$1(CustomButton, {
|
|
41635
|
+
type: "button",
|
|
41635
41636
|
variant: "outlined",
|
|
41636
41637
|
onClick: onCancel,
|
|
41637
41638
|
disabled: isLoading,
|
|
41638
41639
|
children: "Cancelar"
|
|
41639
|
-
}), /* @__PURE__ */ jsx$1(
|
|
41640
|
+
}), /* @__PURE__ */ jsx$1(CustomButton, {
|
|
41641
|
+
type: "button",
|
|
41640
41642
|
variant: "contained",
|
|
41641
41643
|
onClick: handleCrop,
|
|
41642
41644
|
disabled: !imageLoaded || isLoading,
|
|
@@ -44566,7 +44568,7 @@ const V2OcrComponent = ({
|
|
|
44566
44568
|
backgroundColor: `var(--primary)`,
|
|
44567
44569
|
color: "white",
|
|
44568
44570
|
"&:hover": {
|
|
44569
|
-
backgroundColor: "
|
|
44571
|
+
backgroundColor: "var(--primary-hov)"
|
|
44570
44572
|
},
|
|
44571
44573
|
width: "3rem",
|
|
44572
44574
|
height: "3rem"
|
|
@@ -44779,7 +44781,7 @@ const V2OcrComponent = ({
|
|
|
44779
44781
|
backgroundColor: `var(--primary)`,
|
|
44780
44782
|
color: "white",
|
|
44781
44783
|
"&:hover": {
|
|
44782
|
-
backgroundColor: "
|
|
44784
|
+
backgroundColor: "var(--primary-hov)"
|
|
44783
44785
|
},
|
|
44784
44786
|
width: "3rem",
|
|
44785
44787
|
height: "3rem"
|