melonykit 0.3.2 → 0.3.3

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -860,12 +860,12 @@ var Xe = "<svg xmlns=\"http://www.w3.org/2000/svg\" style=\"position:absolute;wi
860
860
  };
861
861
  //#endregion
862
862
  //#region src/components/_app-wrapper.jsx
863
- function $e({ maxWidth: e, children: t }) {
863
+ function $e({ maxWidth: e = "67.5rem", children: t }) {
864
864
  return /* @__PURE__ */ r(n, { children: /* @__PURE__ */ r("div", {
865
865
  className: et.base,
866
- style: { maxWidth: e },
867
866
  children: /* @__PURE__ */ r("div", {
868
867
  className: et.inner,
868
+ style: { maxWidth: e },
869
869
  children: t
870
870
  })
871
871
  }) });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Vadim Hermann",
3
3
  "name": "melonykit",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "type": "module",
6
6
  "description": "Preact based ui and utility functions toolkit",
7
7
  "main": "./dist/index.js",