zs_library 0.6.16 → 0.6.17

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
@@ -3219,7 +3219,7 @@ const Mo = ({
3219
3219
  }
3220
3220
  }
3221
3221
  ),
3222
- r && x.allowResize !== !1 && (() => {
3222
+ r && ((x == null ? void 0 : x.allowResize) || !1) !== !1 && (() => {
3223
3223
  var j, se;
3224
3224
  const P = ct(((j = d == null ? void 0 : d.data) == null ? void 0 : j.type) || "app", z), _ = vo(
3225
3225
  (se = b == null ? void 0 : b.config) == null ? void 0 : se.sizeId,
@@ -3243,7 +3243,7 @@ const Mo = ({
3243
3243
  })(),
3244
3244
  N().map((P, _) => {
3245
3245
  let R = 0;
3246
- return o && R++, n && R++, e && R++, r && x.allowResize !== !1 && R++, R += _, /* @__PURE__ */ s(
3246
+ return o && R++, n && R++, e && R++, r && ((x == null ? void 0 : x.allowResize) || !1) !== !1 && R++, R += _, /* @__PURE__ */ s(
3247
3247
  st,
3248
3248
  {
3249
3249
  text: P.text,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zs_library",
3
- "version": "0.6.16",
3
+ "version": "0.6.17",
4
4
  "homepage": "https://zs-library.virs.xyz/",
5
5
  "bugs": {
6
6
  "url": "https://github.com/virzs/zs_library/issues"