biblio-react 3.0.0-alpha332-popup → 3.0.0-alpha334-popup
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 +25 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12182,20 +12182,35 @@ const P4 = Z("div")(({ theme: t }) => ({
|
|
|
12182
12182
|
component: "span",
|
|
12183
12183
|
title: p,
|
|
12184
12184
|
sx: {
|
|
12185
|
-
display: "
|
|
12185
|
+
display: "flex",
|
|
12186
12186
|
alignItems: "center",
|
|
12187
|
+
justifyContent: "flex-start",
|
|
12187
12188
|
gap: 0.5,
|
|
12189
|
+
width: "100%",
|
|
12190
|
+
height: "100%",
|
|
12188
12191
|
color: C,
|
|
12189
12192
|
fontWeight: 700,
|
|
12190
12193
|
lineHeight: 1.4,
|
|
12194
|
+
verticalAlign: "middle",
|
|
12191
12195
|
"& .MuiSvgIcon-root": {
|
|
12192
12196
|
color: "inherit",
|
|
12193
|
-
fontSize: 18
|
|
12197
|
+
fontSize: 18,
|
|
12198
|
+
flexShrink: 0
|
|
12194
12199
|
}
|
|
12195
12200
|
},
|
|
12196
12201
|
children: [
|
|
12197
12202
|
/* @__PURE__ */ b(w ? iI : sI, { fontSize: "small" }),
|
|
12198
|
-
/* @__PURE__ */ b(
|
|
12203
|
+
/* @__PURE__ */ b(
|
|
12204
|
+
Me,
|
|
12205
|
+
{
|
|
12206
|
+
component: "span",
|
|
12207
|
+
sx: {
|
|
12208
|
+
display: "block",
|
|
12209
|
+
lineHeight: "inherit"
|
|
12210
|
+
},
|
|
12211
|
+
children: w ? "Si" : "No"
|
|
12212
|
+
}
|
|
12213
|
+
)
|
|
12199
12214
|
]
|
|
12200
12215
|
}
|
|
12201
12216
|
);
|
|
@@ -28809,7 +28824,7 @@ const tb = me(/* @__PURE__ */ b("path", {
|
|
|
28809
28824
|
}
|
|
28810
28825
|
}
|
|
28811
28826
|
}
|
|
28812
|
-
}, Qu = { width: 0.
|
|
28827
|
+
}, Qu = { width: 0.98, height: 0.94 }, na = { width: 520, height: 360 }, sw = 32, nH = ".dv-react-part", rH = ".dv-groupview.dv-active-group .dv-content-container > .dv-react-part", oH = ".dv-groupview", iH = ".dv-groupview.dv-active-group", aw = ".MuiDialog-paper", lw = /* @__PURE__ */ s((t, e, n) => {
|
|
28813
28828
|
const r = Number.isFinite(e) ? e : 0, o = Number.isFinite(n) ? n : t;
|
|
28814
28829
|
return Math.min(o, Math.max(r, t));
|
|
28815
28830
|
}, "clamp"), Im = /* @__PURE__ */ s((t, e) => {
|
|
@@ -36211,7 +36226,8 @@ const Hte = /* @__PURE__ */ s(({ title: t, children: e, sx: n, source: r, ...o }
|
|
|
36211
36226
|
width: "auto",
|
|
36212
36227
|
maxWidth: "100%",
|
|
36213
36228
|
minWidth: 0,
|
|
36214
|
-
mx:
|
|
36229
|
+
mx: 0,
|
|
36230
|
+
ml: -0.5,
|
|
36215
36231
|
border: "1px solid",
|
|
36216
36232
|
borderColor: "divider",
|
|
36217
36233
|
borderRadius: 2,
|
|
@@ -36221,8 +36237,11 @@ const Hte = /* @__PURE__ */ s(({ title: t, children: e, sx: n, source: r, ...o }
|
|
|
36221
36237
|
pt: 2.75,
|
|
36222
36238
|
pb: 2,
|
|
36223
36239
|
position: "relative",
|
|
36224
|
-
mt:
|
|
36240
|
+
mt: 0,
|
|
36225
36241
|
boxSizing: "border-box",
|
|
36242
|
+
"&:first-of-type": {
|
|
36243
|
+
mt: -1.5
|
|
36244
|
+
},
|
|
36226
36245
|
"& .MuiGrid-root": {
|
|
36227
36246
|
minWidth: 0
|
|
36228
36247
|
},
|