shineout 3.5.3 → 3.5.4-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
@@ -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.2'
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.2');
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()({
@@ -57544,7 +57544,7 @@ var Sticky = function Sticky(props) {
57544
57544
  cancelFixedObserver();
57545
57545
  context.fixedObserver = new IntersectionObserver(handleFixedInter, {
57546
57546
  root: null,
57547
- rootMargin: "-".concat(top || 0, "px 0px -").concat(bottom || 0, "px 0px"),
57547
+ rootMargin: "".concat(-(top || 0), "px 0px ").concat(-(bottom || 0), "px 0px"),
57548
57548
  threshold: 1.0
57549
57549
  });
57550
57550
  };
@@ -57580,7 +57580,7 @@ var Sticky = function Sticky(props) {
57580
57580
  if (window.IntersectionObserver) {
57581
57581
  var observer = new IntersectionObserver(handleTargetPosition, {
57582
57582
  root: context.target,
57583
- rootMargin: "-".concat(top || 0, "px 0px -").concat(bottom || 0, "px 0px"),
57583
+ rootMargin: "".concat(-(top || 0), "px 0px ").concat(-(bottom || 0), "px 0px"),
57584
57584
  threshold: 1.0
57585
57585
  });
57586
57586
  context.targetObserver = observer;
@@ -57598,7 +57598,7 @@ var Sticky = function Sticky(props) {
57598
57598
  cancelParentObserver();
57599
57599
  context.parentObserver = new IntersectionObserver(handleParentVisible, {
57600
57600
  root: context.target,
57601
- rootMargin: "-".concat(top || 0, "px 0px -").concat(bottom || 0, "px 0px"),
57601
+ rootMargin: "".concat(-(top || 0), "px 0px ").concat(-(bottom || 0), "px 0px"),
57602
57602
  threshold: 0
57603
57603
  });
57604
57604
  context.parentObserver.observe(props.parent);
@@ -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.2'
66974
66974
  });
66975
66975
  }();
66976
66976
  /******/ return __webpack_exports__;