@australiangreens/ag-internal-components 0.3.16 → 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,16 +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
|
-
component: "main",
|
|
1062
|
-
id: "main-content",
|
|
1063
|
-
maxWidth: o,
|
|
1064
|
-
sx: { paddingTop: 3, paddingBottom: 3, flexGrow: 1 },
|
|
1065
|
-
children: e
|
|
1066
|
-
}
|
|
1067
|
-
)
|
|
1058
|
+
children: i ? /* @__PURE__ */ n(P, { height: "inherit", children: e }) : /* @__PURE__ */ n(Ct, { maxWidth: o, sx: { paddingTop: 3, paddingBottom: 3, flexGrow: 1 }, children: e })
|
|
1068
1059
|
}
|
|
1069
1060
|
);
|
|
1070
1061
|
}
|