biblio-react 2.2.9 → 2.2.11
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 +3 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14702,7 +14702,7 @@ const Dd = Fr(), va = /* @__PURE__ */ o(({ children: e }) => {
|
|
|
14702
14702
|
etrs: y,
|
|
14703
14703
|
asisEtr: T
|
|
14704
14704
|
};
|
|
14705
|
-
}, "useUtilsFicha"), Ge = Fr({}), fo = Fr(void 0), gl = Fr(
|
|
14705
|
+
}, "useUtilsFicha"), Ge = Fr({}), fo = Fr(void 0), gl = Fr(), bl = /* @__PURE__ */ o(({ value: e, children: t }) => {
|
|
14706
14706
|
const [r, n] = Ue({}), i = Mt(
|
|
14707
14707
|
() => ({
|
|
14708
14708
|
estado: e.estado,
|
|
@@ -16536,11 +16536,8 @@ const oE = /* @__PURE__ */ o((e) => {
|
|
|
16536
16536
|
)
|
|
16537
16537
|
] });
|
|
16538
16538
|
}, "GrillaSm"), pE = /* @__PURE__ */ o((e) => {
|
|
16539
|
-
const t = Gn((l) => l.breakpoints.down("md")), {
|
|
16540
|
-
|
|
16541
|
-
options: { borra: n }
|
|
16542
|
-
} = lu(e), { desktopSize: i = !1 } = e;
|
|
16543
|
-
return t && i === !1 ? /* @__PURE__ */ f(dE, { ...e, hasEdit: r, borra: n }) : /* @__PURE__ */ f(uE, { ...e, hasEdit: r, borra: n });
|
|
16539
|
+
const t = Gn((l) => l.breakpoints.down("md")), { hasEdit: r, options: n } = lu(e), { desktopSize: i = !1 } = e;
|
|
16540
|
+
return t && i === !1 ? /* @__PURE__ */ f(dE, { ...e, hasEdit: r, borra: n == null ? void 0 : n.borra }) : /* @__PURE__ */ f(uE, { ...e, hasEdit: r, borra: n == null ? void 0 : n.borra });
|
|
16544
16541
|
}, "GrillaEtriek");
|
|
16545
16542
|
function fE(e) {
|
|
16546
16543
|
return be("MuiDivider", e);
|