biblio-react 3.0.0-alpha61 → 3.0.0-alpha63
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/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27845,8 +27845,7 @@ const s5 = /* @__PURE__ */ a(({
|
|
|
27845
27845
|
}, "FormContainer"), u5 = {}, d5 = {
|
|
27846
27846
|
pointerEvents: "none",
|
|
27847
27847
|
backgroundColor: "#ffffff",
|
|
27848
|
-
position: "relative"
|
|
27849
|
-
zIndex: 1
|
|
27848
|
+
position: "relative"
|
|
27850
27849
|
}, Rp = /* @__PURE__ */ a((e) => {
|
|
27851
27850
|
e.preventDefault();
|
|
27852
27851
|
}, "disableKeyboardEvents"), jC = /* @__PURE__ */ a((e) => {
|
|
@@ -27868,7 +27867,7 @@ const s5 = /* @__PURE__ */ a(({
|
|
|
27868
27867
|
t.open && /* @__PURE__ */ v(
|
|
27869
27868
|
fC,
|
|
27870
27869
|
{
|
|
27871
|
-
sx: { position: "absolute", left: "45%" },
|
|
27870
|
+
sx: { position: "absolute", left: "45%", zIndex: 1 },
|
|
27872
27871
|
loadingPrimary: t.mensaje,
|
|
27873
27872
|
loadingSecondary: ""
|
|
27874
27873
|
}
|