shineout 3.5.4-beta.12 → 3.5.4-beta.13

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
@@ -507,5 +507,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
507
507
  // 此文件由脚本自动生成,请勿直接修改。
508
508
  // This file was generated automatically by a script. Please do not modify it directly.
509
509
  var _default = exports.default = {
510
- version: '3.5.4-beta.12'
510
+ version: '3.5.4-beta.13'
511
511
  };
package/dist/shineout.js CHANGED
@@ -12031,7 +12031,7 @@ var handleStyle = function handleStyle(style) {
12031
12031
  };
12032
12032
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12033
12033
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12034
- /* harmony default export */ var version = ('3.5.4-beta.12');
12034
+ /* harmony default export */ var version = ('3.5.4-beta.13');
12035
12035
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12036
12036
 
12037
12037
 
@@ -37292,7 +37292,7 @@ var Scroll = function Scroll(props) {
37292
37292
  var containerStyle = defineProperty_default()(defineProperty_default()({
37293
37293
  height: '100%',
37294
37294
  width: '100%',
37295
- display: 'inline-flex',
37295
+ display: 'inline-block',
37296
37296
  overflow: 'hidden',
37297
37297
  position: 'sticky'
37298
37298
  }, isRtl ? 'right' : 'left', 0), "top", 0);
@@ -37380,12 +37380,7 @@ var Scroll = function Scroll(props) {
37380
37380
  style: containerStyle,
37381
37381
  ref: containerRef,
37382
37382
  onScroll: handleInnerScroll,
37383
- children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
37384
- style: objectSpread2_default()({
37385
- flexGrow: 1
37386
- }, props.childrenStyle),
37387
- children: props.children
37388
- })
37383
+ children: props.children
37389
37384
  })), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
37390
37385
  style: placeStyle,
37391
37386
  children: "\xA0"
@@ -37564,9 +37559,6 @@ var VirtualList = function VirtualList(props) {
37564
37559
  scrollWidth: 0,
37565
37560
  scrollHeight: scrollHeight,
37566
37561
  wrapperRef: wrapperRef,
37567
- childrenStyle: {
37568
- width: '100%'
37569
- },
37570
37562
  onScroll: handleScroll,
37571
37563
  onMouseMove: handleMouseMove,
37572
37564
  children: /*#__PURE__*/(0,jsx_runtime.jsx)(Tag, {
@@ -67152,7 +67144,7 @@ var upload_interface = __webpack_require__(8821);
67152
67144
 
67153
67145
 
67154
67146
  /* harmony default export */ var src_0 = ({
67155
- version: '3.5.4-beta.12'
67147
+ version: '3.5.4-beta.13'
67156
67148
  });
67157
67149
  }();
67158
67150
  /******/ return __webpack_exports__;