biblio-react 3.0.0-alpha334-popup → 3.0.0-alpha336-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 +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +94 -94
package/dist/index.js
CHANGED
|
@@ -60455,10 +60455,13 @@ const ff = "RaLabeled", hf = {
|
|
|
60455
60455
|
disabled: !1,
|
|
60456
60456
|
readOnly: d,
|
|
60457
60457
|
label: "",
|
|
60458
|
-
sx: {
|
|
60458
|
+
sx: {
|
|
60459
|
+
flex: 1,
|
|
60460
|
+
"& .MuiFormHelperText-root": { display: "none" }
|
|
60461
|
+
},
|
|
60459
60462
|
parse: /* @__PURE__ */ s((p) => my(p), "parse"),
|
|
60460
60463
|
format: /* @__PURE__ */ s((p) => p == null ? "" : my(p), "format"),
|
|
60461
|
-
helperText:
|
|
60464
|
+
helperText: " "
|
|
60462
60465
|
}
|
|
60463
60466
|
),
|
|
60464
60467
|
/* @__PURE__ */ b(
|