shineout 3.6.3-beta.3 → 3.6.3-beta.4

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/cjs/index.js CHANGED
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
514
514
  // 此文件由脚本自动生成,请勿直接修改。
515
515
  // This file was generated automatically by a script. Please do not modify it directly.
516
516
  var _default = exports.default = {
517
- version: '3.6.3-beta.3'
517
+ version: '3.6.3-beta.4'
518
518
  };
package/dist/shineout.js CHANGED
@@ -12146,7 +12146,7 @@ var handleStyle = function handleStyle(style) {
12146
12146
  };
12147
12147
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12148
12148
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12149
- /* harmony default export */ var version = ('3.6.3-beta.3');
12149
+ /* harmony default export */ var version = ('3.6.3-beta.4');
12150
12150
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12151
12151
 
12152
12152
 
@@ -47480,6 +47480,7 @@ var Modal = function Modal(props) {
47480
47480
  doc.style.paddingRight = "".concat(window.innerWidth - docSize.width, "px");
47481
47481
  }
47482
47482
  } else {
47483
+ if (!context.isMask) return;
47483
47484
  doc.style.paddingRight = '';
47484
47485
  doc.style.overflow = '';
47485
47486
  }
@@ -47504,6 +47505,7 @@ var Modal = function Modal(props) {
47504
47505
  hasMask = false;
47505
47506
  }
47506
47507
  {
47508
+ if (!context.isMask) return;
47507
47509
  var doc = document.body.parentNode;
47508
47510
  doc.style.paddingRight = '';
47509
47511
  doc.style.overflow = '';
@@ -69767,7 +69769,7 @@ var upload_interface = __webpack_require__(8821);
69767
69769
 
69768
69770
 
69769
69771
  /* harmony default export */ var src_0 = ({
69770
- version: '3.6.3-beta.3'
69772
+ version: '3.6.3-beta.4'
69771
69773
  });
69772
69774
  }();
69773
69775
  /******/ return __webpack_exports__;