shineout 3.9.17 → 3.9.18-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 +6 -7
- 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
|
@@ -529,5 +529,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
529
529
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
530
530
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
531
531
|
var _default = exports.default = {
|
|
532
|
-
version: '3.9.
|
|
532
|
+
version: '3.9.18-beta.1'
|
|
533
533
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12327,7 +12327,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12327
12327
|
};
|
|
12328
12328
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12329
12329
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12330
|
-
/* harmony default export */ var version = ('3.9.
|
|
12330
|
+
/* harmony default export */ var version = ('3.9.18-beta.1');
|
|
12331
12331
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12332
12332
|
|
|
12333
12333
|
|
|
@@ -28403,10 +28403,7 @@ var brightTag = function brightTag(name, type) {
|
|
|
28403
28403
|
backgroundColor: src["tag".concat(type, "DisabledBackgroundColor")],
|
|
28404
28404
|
border: "1px solid ".concat(src["tag".concat(type, "DisabledBackgroundColor")]),
|
|
28405
28405
|
'& $closeIconWrapper': {
|
|
28406
|
-
|
|
28407
|
-
'&:hover': {
|
|
28408
|
-
backgroundColor: 'transparent'
|
|
28409
|
-
}
|
|
28406
|
+
display: 'none'
|
|
28410
28407
|
}
|
|
28411
28408
|
}
|
|
28412
28409
|
};
|
|
@@ -67685,7 +67682,9 @@ var thead_toNum = toNum;
|
|
|
67685
67682
|
return trRefs.current[i] = el;
|
|
67686
67683
|
},
|
|
67687
67684
|
children: tr
|
|
67688
|
-
}, i)
|
|
67685
|
+
}, "".concat(i, "-").concat(tr.map(function (item) {
|
|
67686
|
+
return item.props.colSpan;
|
|
67687
|
+
}).toString()));
|
|
67689
67688
|
});
|
|
67690
67689
|
};
|
|
67691
67690
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("thead", {
|
|
@@ -77140,7 +77139,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
77140
77139
|
|
|
77141
77140
|
|
|
77142
77141
|
/* harmony default export */ var src_0 = ({
|
|
77143
|
-
version: '3.9.
|
|
77142
|
+
version: '3.9.18-beta.1'
|
|
77144
77143
|
});
|
|
77145
77144
|
}();
|
|
77146
77145
|
/******/ return __webpack_exports__;
|