@x-wave/blog 1.0.15 → 1.0.16

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1286,7 +1286,7 @@ function Co({ children: t }) {
1286
1286
  };
1287
1287
  if (!n || !o.supportedLanguages.includes(n))
1288
1288
  return /* @__PURE__ */ e(fe, { to: "/en/welcome", replace: !0 });
1289
- const u = !!o.header, p = !!o.navigationData && o.navigationData.length > 0, w = o.contentMaxWidth ? { maxWidth: o.contentMaxWidth } : void 0;
1289
+ const u = !!o.header, p = !!o.navigationData && o.navigationData.length > 0, w = o.contentMaxWidth ? { width: "100%", maxWidth: o.contentMaxWidth } : void 0;
1290
1290
  return /* @__PURE__ */ d("div", { className: J.app, children: [
1291
1291
  u && /* @__PURE__ */ e(xn, { onMobileMenuToggle: l }),
1292
1292
  /* @__PURE__ */ e(Vn, { isOpen: c, onClose: g }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-wave/blog",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {