biblio-react 3.0.0-alpha201 → 3.0.0-alpha202
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
|
@@ -31989,7 +31989,8 @@ const lx = /* @__PURE__ */ a((e) => {
|
|
|
31989
31989
|
display: "flex",
|
|
31990
31990
|
alignItems: "flex-start",
|
|
31991
31991
|
gap: 1,
|
|
31992
|
-
width: e.isTC ? "80%" : "100%"
|
|
31992
|
+
width: e.isTC ? "80%" : "100%",
|
|
31993
|
+
mr: e.isTC ? 1 : 0
|
|
31993
31994
|
},
|
|
31994
31995
|
children: [
|
|
31995
31996
|
/* @__PURE__ */ v(Ze, { sx: { flex: 1, minWidth: 0 }, children: /* @__PURE__ */ v(
|