biblio-react 3.0.0-alpha8 → 3.0.0-alpha9
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 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26058,6 +26058,7 @@ const qc = /* @__PURE__ */ o((e) => {
|
|
|
26058
26058
|
direction: "row",
|
|
26059
26059
|
alignItems: "flex-start",
|
|
26060
26060
|
justifyContent: "flex-start",
|
|
26061
|
+
sx: { "& .MuiStack-root": { position: "relative" } },
|
|
26061
26062
|
divider: /* @__PURE__ */ f(_o, { orientation: "vertical", variant: "middle", flexItem: !0 }),
|
|
26062
26063
|
children: [
|
|
26063
26064
|
/* @__PURE__ */ f(
|
|
@@ -26084,6 +26085,7 @@ const qc = /* @__PURE__ */ o((e) => {
|
|
|
26084
26085
|
direction: "row",
|
|
26085
26086
|
alignItems: "flex-start",
|
|
26086
26087
|
justifyContent: "flex-start",
|
|
26088
|
+
sx: { "& .MuiStack-root": { position: "relative" } },
|
|
26087
26089
|
divider: /* @__PURE__ */ f(_o, { orientation: "vertical", variant: "middle", flexItem: !0 }),
|
|
26088
26090
|
children: [
|
|
26089
26091
|
/* @__PURE__ */ f(
|