biblio-react 2.2.9 → 2.2.10
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 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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);
|