@julseb-lib/react 1.0.8 → 1.0.10
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
CHANGED
|
@@ -69694,7 +69694,7 @@ var PageLayout = ({
|
|
|
69694
69694
|
return /* @__PURE__ */ jsxs295(Fragment16, { children: [
|
|
69695
69695
|
meta && /* @__PURE__ */ jsx369(Meta, { ...meta }),
|
|
69696
69696
|
isValidElement(header) ? header : /* @__PURE__ */ jsx369(Header, { ...header }),
|
|
69697
|
-
!noWrapper
|
|
69697
|
+
!noWrapper ? /* @__PURE__ */ jsx369(Wrapper, { ...wrapperProps, children: !noMain ? /* @__PURE__ */ jsx369(Main, { ...mainProps, children }) : children }) : children,
|
|
69698
69698
|
isValidElement(footer) ? footer : /* @__PURE__ */ jsx369(Footer, { ...footer })
|
|
69699
69699
|
] });
|
|
69700
69700
|
};
|