shineout 3.5.8-beta.13 → 3.5.8-beta.14
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 +1 -1
- package/dist/shineout.js +3 -3
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
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.8-beta.
|
|
510
|
+
version: '3.5.8-beta.14'
|
|
511
511
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12115,7 +12115,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12115
12115
|
};
|
|
12116
12116
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12117
12117
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12118
|
-
/* harmony default export */ var version = ('3.5.8-beta.
|
|
12118
|
+
/* harmony default export */ var version = ('3.5.8-beta.14');
|
|
12119
12119
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12120
12120
|
|
|
12121
12121
|
|
|
@@ -62431,7 +62431,7 @@ var Tabs = function Tabs(props) {
|
|
|
62431
62431
|
var nextCollapse = !collapse;
|
|
62432
62432
|
setCollapse(nextCollapse);
|
|
62433
62433
|
};
|
|
62434
|
-
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.
|
|
62434
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useLayoutEffect)(function () {
|
|
62435
62435
|
if (!panelRef.current) return;
|
|
62436
62436
|
if (collapsible) {
|
|
62437
62437
|
if (collapse) {
|
|
@@ -67781,7 +67781,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
67781
67781
|
|
|
67782
67782
|
|
|
67783
67783
|
/* harmony default export */ var src_0 = ({
|
|
67784
|
-
version: '3.5.8-beta.
|
|
67784
|
+
version: '3.5.8-beta.14'
|
|
67785
67785
|
});
|
|
67786
67786
|
}();
|
|
67787
67787
|
/******/ return __webpack_exports__;
|