biblio-react 3.0.0-alpha81 → 3.0.0-alpha83
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 +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22428,6 +22428,7 @@ const MC = /* @__PURE__ */ a((e) => {
|
|
|
22428
22428
|
...Re,
|
|
22429
22429
|
onSortModelChange: St,
|
|
22430
22430
|
sortingMode: "server",
|
|
22431
|
+
rowHeight: 45,
|
|
22431
22432
|
...w,
|
|
22432
22433
|
...j
|
|
22433
22434
|
}
|
|
@@ -32233,11 +32234,11 @@ const Z0 = /* @__PURE__ */ a((e, t) => e.filter((r) => !t.includes(r)), "not"),
|
|
|
32233
32234
|
Pn,
|
|
32234
32235
|
{
|
|
32235
32236
|
container: !0,
|
|
32236
|
-
spacing:
|
|
32237
|
+
spacing: 4,
|
|
32237
32238
|
sx: /* @__PURE__ */ a((M) => ({
|
|
32238
32239
|
justifyContent: "flex-start",
|
|
32239
32240
|
alignItems: "center",
|
|
32240
|
-
|
|
32241
|
+
paddingTop: M.spacing(1),
|
|
32241
32242
|
marginLeft: M.spacing(-4)
|
|
32242
32243
|
}), "sx"),
|
|
32243
32244
|
children: [
|