biblio-react 3.0.0-alpha197 → 3.0.0-alpha199
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 +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23753,6 +23753,7 @@ const nj = O.forwardRef(/* @__PURE__ */ a(function(t, r) {
|
|
|
23753
23753
|
onSortModelChange: vt,
|
|
23754
23754
|
sortingMode: "server",
|
|
23755
23755
|
rowHeight: 45,
|
|
23756
|
+
defaultGroupingExpansionDepth: -1,
|
|
23756
23757
|
...w,
|
|
23757
23758
|
...V
|
|
23758
23759
|
}
|
|
@@ -31943,7 +31944,7 @@ const lx = /* @__PURE__ */ a((e) => {
|
|
|
31943
31944
|
display: "flex",
|
|
31944
31945
|
alignItems: "flex-start",
|
|
31945
31946
|
gap: 1,
|
|
31946
|
-
width: "100%"
|
|
31947
|
+
width: e.isTC ? "80%" : "100%"
|
|
31947
31948
|
},
|
|
31948
31949
|
children: [
|
|
31949
31950
|
/* @__PURE__ */ v(et, { sx: { flex: 1, minWidth: 0 }, children: /* @__PURE__ */ v(
|