shineout 3.9.15-beta.1 → 3.9.15-beta.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.
package/cjs/index.js CHANGED
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.9.15-beta.1'
525
+ version: '3.9.15-beta.2'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12326,7 +12326,7 @@ var handleStyle = function handleStyle(style) {
12326
12326
  };
12327
12327
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12328
12328
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12329
- /* harmony default export */ var version = ('3.9.15-beta.1');
12329
+ /* harmony default export */ var version = ('3.9.15-beta.2');
12330
12330
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12331
12331
 
12332
12332
 
@@ -55557,12 +55557,14 @@ var showGallery = function showGallery(jssStyle, images) {
55557
55557
  var container = image_event_getContainer();
55558
55558
  document.addEventListener('keydown', keyClose);
55559
55559
  container.className = containerClass || '';
55560
- image_event_ReactRender( /*#__PURE__*/(0,jsx_runtime.jsx)(image_gallery, {
55561
- jssStyle: jssStyle,
55562
- onClose: image_event_close,
55563
- current: current,
55564
- images: Images
55565
- }), container);
55560
+ setTimeout(function () {
55561
+ image_event_ReactRender( /*#__PURE__*/(0,jsx_runtime.jsx)(image_gallery, {
55562
+ jssStyle: jssStyle,
55563
+ onClose: image_event_close,
55564
+ current: current,
55565
+ images: Images
55566
+ }), container);
55567
+ }, 0);
55566
55568
  };
55567
55569
  /* harmony default export */ var image_event = (showGallery);
55568
55570
  ;// CONCATENATED MODULE: ../hooks/src/utils/style-unit.ts
@@ -75915,7 +75917,7 @@ var upload_interface = __webpack_require__(8821);
75915
75917
 
75916
75918
 
75917
75919
  /* harmony default export */ var src_0 = ({
75918
- version: '3.9.15-beta.1'
75920
+ version: '3.9.15-beta.2'
75919
75921
  });
75920
75922
  }();
75921
75923
  /******/ return __webpack_exports__;