biblio-react 3.0.0-alpha333-popup → 3.0.0-alpha335-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 +19 -4
- 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
|
);
|
|
@@ -60443,7 +60458,7 @@ const ff = "RaLabeled", hf = {
|
|
|
60443
60458
|
sx: { flex: 1 },
|
|
60444
60459
|
parse: /* @__PURE__ */ s((p) => my(p), "parse"),
|
|
60445
60460
|
format: /* @__PURE__ */ s((p) => p == null ? "" : my(p), "format"),
|
|
60446
|
-
helperText:
|
|
60461
|
+
helperText: " "
|
|
60447
60462
|
}
|
|
60448
60463
|
),
|
|
60449
60464
|
/* @__PURE__ */ b(
|