@regulaforensics/idv-gui 3.5.324-nightly → 3.6.325-nightly
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/main.iife.js +1 -1
- package/dist/main.js +16 -4
- package/dist/main.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -790,7 +790,7 @@ const Oa = (e, i) => !!(e.base64 && !(i != null && i.base64.has(e.base64)) || e.
|
|
|
790
790
|
src: g,
|
|
791
791
|
style: B(T({
|
|
792
792
|
display: "block"
|
|
793
|
-
}, o ? { width: "100%", height: "100%" } : { width: "auto", height: "auto", maxWidth: "100%", maxHeight: "100%"
|
|
793
|
+
}, o ? { width: "100%", height: "100%" } : { width: "auto", height: "auto", maxWidth: "100%", maxHeight: "100%" }), {
|
|
794
794
|
objectFit: ri(t),
|
|
795
795
|
borderRadius: r,
|
|
796
796
|
backgroundColor: n
|
|
@@ -881,7 +881,7 @@ const Ca = (e, i) => e.reduce((t, r) => {
|
|
|
881
881
|
f(!1);
|
|
882
882
|
}, x = () => {
|
|
883
883
|
c((_) => _ + 1);
|
|
884
|
-
}, E = i ? { width: "100%", height: "100%" } : { width: "auto", height: "auto", maxWidth: "100%", maxHeight: "100%"
|
|
884
|
+
}, E = i ? { width: "100%", height: "100%" } : { width: "auto", height: "auto", maxWidth: "100%", maxHeight: "100%" };
|
|
885
885
|
if (M)
|
|
886
886
|
return /* @__PURE__ */ D(
|
|
887
887
|
"img",
|
|
@@ -1076,7 +1076,7 @@ const Ca = (e, i) => e.reduce((t, r) => {
|
|
|
1076
1076
|
display: "flex",
|
|
1077
1077
|
alignItems: "center",
|
|
1078
1078
|
justifyContent: "center",
|
|
1079
|
-
gap:
|
|
1079
|
+
gap: 10,
|
|
1080
1080
|
borderRadius: n || 0,
|
|
1081
1081
|
borderStyle: g && s ? "solid" : void 0,
|
|
1082
1082
|
backgroundColor: (O = q(f)) != null ? O : "transparent",
|
|
@@ -1098,7 +1098,19 @@ const Ca = (e, i) => e.reduce((t, r) => {
|
|
|
1098
1098
|
onMouseEnter: () => N(!0),
|
|
1099
1099
|
onMouseLeave: () => N(!1),
|
|
1100
1100
|
children: [
|
|
1101
|
-
i && /* @__PURE__ */ D(
|
|
1101
|
+
i && /* @__PURE__ */ D(
|
|
1102
|
+
"div",
|
|
1103
|
+
{
|
|
1104
|
+
style: {
|
|
1105
|
+
width: "auto",
|
|
1106
|
+
maxWidth: "30px",
|
|
1107
|
+
height: "30px",
|
|
1108
|
+
display: "flex",
|
|
1109
|
+
alignItems: "center"
|
|
1110
|
+
},
|
|
1111
|
+
children: /* @__PURE__ */ D(_e, T({}, i))
|
|
1112
|
+
}
|
|
1113
|
+
),
|
|
1102
1114
|
e && /* @__PURE__ */ D(
|
|
1103
1115
|
"div",
|
|
1104
1116
|
{
|