shineout 3.4.3-beta.7 → 3.4.3-beta.8

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
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
492
492
  // 此文件由脚本自动生成,请勿直接修改。
493
493
  // This file was generated automatically by a script. Please do not modify it directly.
494
494
  var _default = exports.default = {
495
- version: '3.4.3-beta.7'
495
+ version: '3.4.3-beta.8'
496
496
  };
package/dist/shineout.js CHANGED
@@ -11984,7 +11984,7 @@ var handleStyle = function handleStyle(style) {
11984
11984
  };
11985
11985
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11986
11986
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11987
- /* harmony default export */ var version = ('3.4.3-beta.7');
11987
+ /* harmony default export */ var version = ('3.4.3-beta.8');
11988
11988
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11989
11989
 
11990
11990
 
@@ -48087,7 +48087,8 @@ var Image = function Image(props) {
48087
48087
  title = props.title,
48088
48088
  style = props.style,
48089
48089
  error = props.error,
48090
- target = props.target,
48090
+ _props$target = props.target,
48091
+ target = _props$target === void 0 ? '_modal' : _props$target,
48091
48092
  jssStyle = props.jssStyle,
48092
48093
  className = props.className,
48093
48094
  placeholder = props.placeholder,
@@ -65185,7 +65186,7 @@ var upload_interface = __webpack_require__(8821);
65185
65186
 
65186
65187
 
65187
65188
  /* harmony default export */ var src_0 = ({
65188
- version: '3.4.3-beta.7'
65189
+ version: '3.4.3-beta.8'
65189
65190
  });
65190
65191
  }();
65191
65192
  /******/ return __webpack_exports__;