biblio-react 3.0.0-alpha81 → 3.0.0-alpha82
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 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32233,11 +32233,11 @@ const Z0 = /* @__PURE__ */ a((e, t) => e.filter((r) => !t.includes(r)), "not"),
|
|
|
32233
32233
|
Pn,
|
|
32234
32234
|
{
|
|
32235
32235
|
container: !0,
|
|
32236
|
-
spacing:
|
|
32236
|
+
spacing: 4,
|
|
32237
32237
|
sx: /* @__PURE__ */ a((M) => ({
|
|
32238
32238
|
justifyContent: "flex-start",
|
|
32239
32239
|
alignItems: "center",
|
|
32240
|
-
|
|
32240
|
+
paddingTop: M.spacing(1),
|
|
32241
32241
|
marginLeft: M.spacing(-4)
|
|
32242
32242
|
}), "sx"),
|
|
32243
32243
|
children: [
|