shineout 3.5.3 → 3.5.4-beta.1

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
@@ -500,5 +500,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
500
500
  // 此文件由脚本自动生成,请勿直接修改。
501
501
  // This file was generated automatically by a script. Please do not modify it directly.
502
502
  var _default = exports.default = {
503
- version: '3.5.3'
503
+ version: '3.5.4-beta.1'
504
504
  };
package/dist/shineout.js CHANGED
@@ -12030,7 +12030,7 @@ var handleStyle = function handleStyle(style) {
12030
12030
  };
12031
12031
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12032
12032
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12033
- /* harmony default export */ var version = ('3.5.3');
12033
+ /* harmony default export */ var version = ('3.5.4-beta.1');
12034
12034
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12035
12035
 
12036
12036
 
@@ -50041,7 +50041,7 @@ var Image = function Image(props) {
50041
50041
  var renderDivInnerEl = function renderDivInnerEl(src) {
50042
50042
  var imageDivProps = getImageDivProps({
50043
50043
  style: {
50044
- backgroundImage: "url(".concat(src, ")")
50044
+ backgroundImage: "url(\"".concat(src, "\")")
50045
50045
  }
50046
50046
  });
50047
50047
  return /*#__PURE__*/(0,jsx_runtime.jsx)("div", objectSpread2_default()({
@@ -66970,7 +66970,7 @@ var upload_interface = __webpack_require__(8821);
66970
66970
 
66971
66971
 
66972
66972
  /* harmony default export */ var src_0 = ({
66973
- version: '3.5.3'
66973
+ version: '3.5.4-beta.1'
66974
66974
  });
66975
66975
  }();
66976
66976
  /******/ return __webpack_exports__;