@comercti/react-components-hmg 0.24.2 → 0.24.3
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/comerc-style-guide.es.js
CHANGED
|
@@ -4035,12 +4035,12 @@ const Zl = /* @__PURE__ */ pt(Nl, [["render", Ul]]), Wl = ["id", "checked", "dis
|
|
|
4035
4035
|
return;
|
|
4036
4036
|
}
|
|
4037
4037
|
m(y);
|
|
4038
|
-
}, v = (y, p, z) => {
|
|
4038
|
+
}, v = (y, p, z, Z) => {
|
|
4039
4039
|
if (z.stopPropagation(), z.preventDefault(), e.sendRemovedFile) {
|
|
4040
|
-
p("delete",
|
|
4040
|
+
p("delete", y || []);
|
|
4041
4041
|
return;
|
|
4042
4042
|
}
|
|
4043
|
-
s.value.splice(
|
|
4043
|
+
s.value.splice(Z, 1), a.value && (a.value.value = null), $(), m(p);
|
|
4044
4044
|
};
|
|
4045
4045
|
function k(y) {
|
|
4046
4046
|
s.value = [], m(y);
|
|
@@ -4497,7 +4497,7 @@ const Zl = /* @__PURE__ */ pt(Nl, [["render", Ul]]), Wl = ["id", "checked", "dis
|
|
|
4497
4497
|
var j;
|
|
4498
4498
|
return u(), f("div", {
|
|
4499
4499
|
key: P,
|
|
4500
|
-
class: x(["border p-4 flex items-start shadow-md flex-col relative", [
|
|
4500
|
+
class: x(["border p-4 flex items-start shadow-md flex-col relative mb-2", [
|
|
4501
4501
|
r(d),
|
|
4502
4502
|
{
|
|
4503
4503
|
"border-[#FBD4DD] bg-[#FFEFF3]": B.status === "error",
|
|
@@ -4562,7 +4562,7 @@ const Zl = /* @__PURE__ */ pt(Nl, [["render", Ul]]), Wl = ["id", "checked", "dis
|
|
|
4562
4562
|
e.showRemoveButton ? (u(), f("button", {
|
|
4563
4563
|
key: 1,
|
|
4564
4564
|
type: "button",
|
|
4565
|
-
onClick: (E) => r(O)(
|
|
4565
|
+
onClick: (E) => r(O)(B, n, E, P),
|
|
4566
4566
|
disabled: r(b)
|
|
4567
4567
|
}, [
|
|
4568
4568
|
q(Y, {
|