shineout 3.1.30 → 3.1.31
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 +5 -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
|
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
476
476
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
477
477
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
478
478
|
var _default = exports.default = {
|
|
479
|
-
version: '3.1.
|
|
479
|
+
version: '3.1.31'
|
|
480
480
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11952,7 +11952,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11952
11952
|
};
|
|
11953
11953
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11954
11954
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11955
|
-
/* harmony default export */ var version = ('3.1.
|
|
11955
|
+
/* harmony default export */ var version = ('3.1.31');
|
|
11956
11956
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11957
11957
|
|
|
11958
11958
|
|
|
@@ -14840,6 +14840,7 @@ var alertStyle = {
|
|
|
14840
14840
|
},
|
|
14841
14841
|
content: {
|
|
14842
14842
|
flex: '1 1 0',
|
|
14843
|
+
minWidth: 0,
|
|
14843
14844
|
wordBreak: 'break-all'
|
|
14844
14845
|
},
|
|
14845
14846
|
pending: {
|
|
@@ -46815,7 +46816,8 @@ var Scroll = function Scroll(props) {
|
|
|
46815
46816
|
var placeStyle = {
|
|
46816
46817
|
paddingTop: height > 0 && scrollHeight > 0 ? Math.max(0, Math.floor(scrollHeight - height)) : 0,
|
|
46817
46818
|
width: scrollWidth,
|
|
46818
|
-
overflow: 'hidden'
|
|
46819
|
+
overflow: 'hidden',
|
|
46820
|
+
lineHeight: 0
|
|
46819
46821
|
};
|
|
46820
46822
|
var handleScroll = usePersistFn(function (e) {
|
|
46821
46823
|
var target = e.currentTarget;
|
|
@@ -62433,7 +62435,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62433
62435
|
|
|
62434
62436
|
|
|
62435
62437
|
/* harmony default export */ var src_0 = ({
|
|
62436
|
-
version: '3.1.
|
|
62438
|
+
version: '3.1.31'
|
|
62437
62439
|
});
|
|
62438
62440
|
}();
|
|
62439
62441
|
/******/ return __webpack_exports__;
|