shineout 3.9.15-beta.1 → 3.9.15-beta.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.
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.3'
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.3');
12330
12330
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12331
12331
 
12332
12332
 
@@ -19764,6 +19764,9 @@ var emptyStyle = {
19764
19764
  image: {
19765
19765
  marginBottom: 8,
19766
19766
  lineHeight: 1,
19767
+ '& > svg': {
19768
+ display: 'inline-block'
19769
+ },
19767
19770
  '& img': {
19768
19771
  width: 100,
19769
19772
  height: 75,
@@ -55557,12 +55560,14 @@ var showGallery = function showGallery(jssStyle, images) {
55557
55560
  var container = image_event_getContainer();
55558
55561
  document.addEventListener('keydown', keyClose);
55559
55562
  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);
55563
+ setTimeout(function () {
55564
+ image_event_ReactRender( /*#__PURE__*/(0,jsx_runtime.jsx)(image_gallery, {
55565
+ jssStyle: jssStyle,
55566
+ onClose: image_event_close,
55567
+ current: current,
55568
+ images: Images
55569
+ }), container);
55570
+ }, 0);
55566
55571
  };
55567
55572
  /* harmony default export */ var image_event = (showGallery);
55568
55573
  ;// CONCATENATED MODULE: ../hooks/src/utils/style-unit.ts
@@ -75915,7 +75920,7 @@ var upload_interface = __webpack_require__(8821);
75915
75920
 
75916
75921
 
75917
75922
  /* harmony default export */ var src_0 = ({
75918
- version: '3.9.15-beta.1'
75923
+ version: '3.9.15-beta.3'
75919
75924
  });
75920
75925
  }();
75921
75926
  /******/ return __webpack_exports__;