shineout 3.4.7-beta.3 → 3.4.7
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
|
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
492
492
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
493
493
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
494
494
|
var _default = exports.default = {
|
|
495
|
-
version: '3.4.7
|
|
495
|
+
version: '3.4.7'
|
|
496
496
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11984,7 +11984,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11984
11984
|
};
|
|
11985
11985
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11986
11986
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11987
|
-
/* harmony default export */ var version = ('3.4.7
|
|
11987
|
+
/* harmony default export */ var version = ('3.4.7');
|
|
11988
11988
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11989
11989
|
|
|
11990
11990
|
|
|
@@ -60803,7 +60803,7 @@ var TransferList = function TransferList(props) {
|
|
|
60803
60803
|
var listClass = classnames_default()(styles.list, listClassName);
|
|
60804
60804
|
var getLineHeight = function getLineHeight() {
|
|
60805
60805
|
if (lineHeightProp) {
|
|
60806
|
-
console.log('lineHeightProp', lineHeightProp);
|
|
60806
|
+
// console.log('lineHeightProp', lineHeightProp);
|
|
60807
60807
|
return lineHeightProp;
|
|
60808
60808
|
}
|
|
60809
60809
|
if (size === 'small') {
|
|
@@ -65463,7 +65463,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
65463
65463
|
|
|
65464
65464
|
|
|
65465
65465
|
/* harmony default export */ var src_0 = ({
|
|
65466
|
-
version: '3.4.7
|
|
65466
|
+
version: '3.4.7'
|
|
65467
65467
|
});
|
|
65468
65468
|
}();
|
|
65469
65469
|
/******/ return __webpack_exports__;
|