shineout 3.9.4-beta.10 → 3.9.4-beta.11
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 +7 -10
- 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
|
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
522
522
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
523
523
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
524
524
|
var _default = exports.default = {
|
|
525
|
-
version: '3.9.4-beta.
|
|
525
|
+
version: '3.9.4-beta.11'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12401,7 +12401,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12401
12401
|
};
|
|
12402
12402
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12403
12403
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12404
|
-
/* harmony default export */ var version = ('3.9.4-beta.
|
|
12404
|
+
/* harmony default export */ var version = ('3.9.4-beta.11');
|
|
12405
12405
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12406
12406
|
|
|
12407
12407
|
|
|
@@ -17614,9 +17614,9 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17614
17614
|
},
|
|
17615
17615
|
'&$wrapperSmall': {
|
|
17616
17616
|
'& $tag': {
|
|
17617
|
-
lineHeight: '16px',
|
|
17618
17617
|
marginTop: 1,
|
|
17619
|
-
marginBottom: 1
|
|
17618
|
+
marginBottom: 1,
|
|
17619
|
+
border: 'none'
|
|
17620
17620
|
},
|
|
17621
17621
|
'& $placeholder,$ellipsis,$space,input': {
|
|
17622
17622
|
marginTop: 0,
|
|
@@ -28309,12 +28309,9 @@ var TagStyle = {
|
|
|
28309
28309
|
lineHeight: "var(".concat(src.tagSmallLineHeight, ", calc(").concat(src.tagSmallFontSize, " + 6px))")
|
|
28310
28310
|
},
|
|
28311
28311
|
'& $closeIcon': {
|
|
28312
|
-
height: "var(".concat(src.tagSmallLineHeight, ", calc(").concat(src.tagSmallFontSize, " +
|
|
28312
|
+
height: "var(".concat(src.tagSmallLineHeight, ", calc(").concat(src.tagSmallFontSize, " + 4px))")
|
|
28313
28313
|
},
|
|
28314
28314
|
'& $closeIconWrapper': {
|
|
28315
|
-
width: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
|
|
28316
|
-
height: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
|
|
28317
|
-
lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
|
|
28318
28315
|
'& svg': {
|
|
28319
28316
|
width: src.tagSmallFontSize,
|
|
28320
28317
|
height: src.tagSmallFontSize
|
|
@@ -29261,9 +29258,9 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
29261
29258
|
},
|
|
29262
29259
|
'&$wrapperSmall': {
|
|
29263
29260
|
'& $tag': {
|
|
29264
|
-
lineHeight: '16px',
|
|
29265
29261
|
marginTop: 1,
|
|
29266
|
-
marginBottom: 1
|
|
29262
|
+
marginBottom: 1,
|
|
29263
|
+
border: 'none'
|
|
29267
29264
|
},
|
|
29268
29265
|
'& $placeholder,$ellipsis,$space,input': {
|
|
29269
29266
|
marginTop: 0,
|
|
@@ -74773,7 +74770,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
74773
74770
|
|
|
74774
74771
|
|
|
74775
74772
|
/* harmony default export */ var src_0 = ({
|
|
74776
|
-
version: '3.9.4-beta.
|
|
74773
|
+
version: '3.9.4-beta.11'
|
|
74777
74774
|
});
|
|
74778
74775
|
}();
|
|
74779
74776
|
/******/ return __webpack_exports__;
|