@australiangreens/ag-internal-components 0.3.17 → 0.3.18
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/esm/index.js
CHANGED
|
@@ -1055,15 +1055,7 @@ function uo({
|
|
|
1055
1055
|
height: `calc(100vh - ${t}px)`,
|
|
1056
1056
|
flexGrow: 1
|
|
1057
1057
|
},
|
|
1058
|
-
children: i ? /* @__PURE__ */ n(P, {
|
|
1059
|
-
Ct,
|
|
1060
|
-
{
|
|
1061
|
-
id: "main-content",
|
|
1062
|
-
maxWidth: o,
|
|
1063
|
-
sx: { paddingTop: 3, paddingBottom: 3, flexGrow: 1 },
|
|
1064
|
-
children: e
|
|
1065
|
-
}
|
|
1066
|
-
)
|
|
1058
|
+
children: i ? /* @__PURE__ */ n(P, { height: "inherit", children: e }) : /* @__PURE__ */ n(Ct, { maxWidth: o, sx: { paddingTop: 3, paddingBottom: 3, flexGrow: 1 }, children: e })
|
|
1067
1059
|
}
|
|
1068
1060
|
);
|
|
1069
1061
|
}
|