shineout 3.6.2 → 3.6.3-beta.1
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 +8 -2
- 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
|
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
514
514
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
515
515
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
516
516
|
var _default = exports.default = {
|
|
517
|
-
version: '3.6.
|
|
517
|
+
version: '3.6.3-beta.1'
|
|
518
518
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12139,7 +12139,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12139
12139
|
};
|
|
12140
12140
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12141
12141
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12142
|
-
/* harmony default export */ var version = ('3.6.
|
|
12142
|
+
/* harmony default export */ var version = ('3.6.3-beta.1');
|
|
12143
12143
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12144
12144
|
|
|
12145
12145
|
|
|
@@ -59966,6 +59966,12 @@ var Sticky = function Sticky(props) {
|
|
|
59966
59966
|
}
|
|
59967
59967
|
return cancelParentObserver;
|
|
59968
59968
|
}, [props.parent, css, context.target, top, bottom]);
|
|
59969
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
59970
|
+
if (props.onChange) {
|
|
59971
|
+
props.onChange(show);
|
|
59972
|
+
}
|
|
59973
|
+
;
|
|
59974
|
+
}, [show]);
|
|
59969
59975
|
|
|
59970
59976
|
// 纯css方法 直接使用css
|
|
59971
59977
|
// js方法
|
|
@@ -69752,7 +69758,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69752
69758
|
|
|
69753
69759
|
|
|
69754
69760
|
/* harmony default export */ var src_0 = ({
|
|
69755
|
-
version: '3.6.
|
|
69761
|
+
version: '3.6.3-beta.1'
|
|
69756
69762
|
});
|
|
69757
69763
|
}();
|
|
69758
69764
|
/******/ return __webpack_exports__;
|