@australiangreens/ag-internal-components 0.3.16 → 0.3.17
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,10 +1055,9 @@ function uo({
|
|
|
1055
1055
|
height: `calc(100vh - ${t}px)`,
|
|
1056
1056
|
flexGrow: 1
|
|
1057
1057
|
},
|
|
1058
|
-
children: i ? /* @__PURE__ */ n(P, {
|
|
1058
|
+
children: i ? /* @__PURE__ */ n(P, { id: "main-content", height: "inherit", children: e }) : /* @__PURE__ */ n(
|
|
1059
1059
|
Ct,
|
|
1060
1060
|
{
|
|
1061
|
-
component: "main",
|
|
1062
1061
|
id: "main-content",
|
|
1063
1062
|
maxWidth: o,
|
|
1064
1063
|
sx: { paddingTop: 3, paddingBottom: 3, flexGrow: 1 },
|