shineout 3.8.4-beta.5 → 3.8.4-beta.6

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
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.8.4-beta.5'
525
+ version: '3.8.4-beta.6'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12386,7 +12386,7 @@ var handleStyle = function handleStyle(style) {
12386
12386
  };
12387
12387
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12388
12388
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12389
- /* harmony default export */ var version = ('3.8.4-beta.5');
12389
+ /* harmony default export */ var version = ('3.8.4-beta.6');
12390
12390
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12391
12391
 
12392
12392
 
@@ -67295,6 +67295,10 @@ var TabsHeader = function TabsHeader(props) {
67295
67295
  width: currentTab.offsetWidth,
67296
67296
  height: currentTab.offsetHeight
67297
67297
  });
67298
+ setCurrentTabOffset({
67299
+ offsetTop: currentTab.offsetTop || 0,
67300
+ offsetLeft: currentTab.offsetLeft || 0
67301
+ });
67298
67302
  clearInterval(timer);
67299
67303
  }
67300
67304
  if (timerCount >= 100) {
@@ -73209,7 +73213,7 @@ var upload_interface = __webpack_require__(8821);
73209
73213
 
73210
73214
 
73211
73215
  /* harmony default export */ var src_0 = ({
73212
- version: '3.8.4-beta.5'
73216
+ version: '3.8.4-beta.6'
73213
73217
  });
73214
73218
  }();
73215
73219
  /******/ return __webpack_exports__;