biblio-react 3.0.0-alpha75 → 3.0.0-alpha77
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 +13 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -22371,7 +22371,13 @@ const wC = /* @__PURE__ */ a((e) => {
|
|
|
22371
22371
|
// 🔥 Evito que el último registro se oculte
|
|
22372
22372
|
} : {
|
|
22373
22373
|
display: "grid",
|
|
22374
|
-
gridTemplateRows: "76vh 1fr auto"
|
|
22374
|
+
gridTemplateRows: "76vh 1fr auto",
|
|
22375
|
+
"& .MuiDataGrid-cell": {
|
|
22376
|
+
fontSize: "0.75rem"
|
|
22377
|
+
},
|
|
22378
|
+
"& .MuiDataGrid-columnHeader": {
|
|
22379
|
+
fontSize: "0.75rem"
|
|
22380
|
+
}
|
|
22375
22381
|
},
|
|
22376
22382
|
children: /* @__PURE__ */ v(
|
|
22377
22383
|
dm,
|
|
@@ -22970,6 +22976,12 @@ const wC = /* @__PURE__ */ a((e) => {
|
|
|
22970
22976
|
},
|
|
22971
22977
|
"& .MuiDataGrid-iconSeparator": {
|
|
22972
22978
|
display: "none"
|
|
22979
|
+
},
|
|
22980
|
+
"& .MuiDataGrid-cell": {
|
|
22981
|
+
fontSize: "0.75rem"
|
|
22982
|
+
},
|
|
22983
|
+
"& .MuiDataGrid-columnHeader": {
|
|
22984
|
+
fontSize: "0.75rem"
|
|
22973
22985
|
}
|
|
22974
22986
|
},
|
|
22975
22987
|
disableRowSelectionOnClick: !0,
|