wcz-test 4.2.1 → 4.2.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3221,6 +3221,7 @@ const Layout = (props) => {
3221
3221
  children: [
3222
3222
  /* @__PURE__ */ jsx(InitColorSchemeScript, {}),
3223
3223
  /* @__PURE__ */ jsx(CssBaseline, {}),
3224
+ props.children,
3224
3225
  (isFetching || isMutating) && /* @__PURE__ */ jsx(LinearProgress, { sx: {
3225
3226
  position: "fixed",
3226
3227
  top: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wcz-test",
3
3
  "displayName": "WCZ Layout",
4
- "version": "4.2.1",
4
+ "version": "4.2.2",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "type": "module",