shineout 3.5.2-beta.10 → 3.5.2-beta.11

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.2-beta.10'
503
+ version: '3.5.2-beta.11'
504
504
  };
package/dist/shineout.js CHANGED
@@ -12002,7 +12002,7 @@ var handleStyle = function handleStyle(style) {
12002
12002
  };
12003
12003
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12004
12004
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12005
- /* harmony default export */ var version = ('3.5.2-beta.10');
12005
+ /* harmony default export */ var version = ('3.5.2-beta.11');
12006
12006
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12007
12007
 
12008
12008
 
@@ -37119,7 +37119,8 @@ var Scroll = function Scroll(props) {
37119
37119
  _props$defaultHeight = props.defaultHeight,
37120
37120
  defaultHeight = _props$defaultHeight === void 0 ? 0 : _props$defaultHeight;
37121
37121
  var _useResize = useResize({
37122
- targetRef: containerRef
37122
+ targetRef: containerRef,
37123
+ timer: 0
37123
37124
  }),
37124
37125
  width = _useResize.width,
37125
37126
  h = _useResize.height;
@@ -66467,7 +66468,7 @@ var upload_interface = __webpack_require__(8821);
66467
66468
 
66468
66469
 
66469
66470
  /* harmony default export */ var src_0 = ({
66470
- version: '3.5.2-beta.10'
66471
+ version: '3.5.2-beta.11'
66471
66472
  });
66472
66473
  }();
66473
66474
  /******/ return __webpack_exports__;