shineout 3.6.1-beta.4 → 3.6.1-beta.5
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
|
@@ -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.1-beta.
|
|
517
|
+
version: '3.6.1-beta.5'
|
|
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.1-beta.
|
|
12142
|
+
/* harmony default export */ var version = ('3.6.1-beta.5');
|
|
12143
12143
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12144
12144
|
|
|
12145
12145
|
|
|
@@ -16934,7 +16934,6 @@ var useCarouselStyle = styled(carousel_carousel, 'carousel');
|
|
|
16934
16934
|
verticalAlign: 'top',
|
|
16935
16935
|
transition: "border-color .15s ease-in-out,box-shadow .15s ease-in-out;",
|
|
16936
16936
|
'&:hover': defineProperty_default()({
|
|
16937
|
-
zIndex: 1,
|
|
16938
16937
|
borderColor: token.hoverBorderColor
|
|
16939
16938
|
}, "&:not($".concat(name, "Disabled):not($").concat(name, "Error)"), {
|
|
16940
16939
|
backgroundColor: token.hoverBackgroundColor
|
|
@@ -16955,6 +16954,9 @@ var useCarouselStyle = styled(carousel_carousel, 'carousel');
|
|
|
16955
16954
|
flexShrink: 0,
|
|
16956
16955
|
width: 'auto',
|
|
16957
16956
|
'margin-left': "-1px",
|
|
16957
|
+
'&:hover': {
|
|
16958
|
+
zIndex: 1050
|
|
16959
|
+
},
|
|
16958
16960
|
'&:first-child': {
|
|
16959
16961
|
marginLeft: 0,
|
|
16960
16962
|
borderTopLeftRadius: token.borderRadius,
|
|
@@ -69676,7 +69678,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69676
69678
|
|
|
69677
69679
|
|
|
69678
69680
|
/* harmony default export */ var src_0 = ({
|
|
69679
|
-
version: '3.6.1-beta.
|
|
69681
|
+
version: '3.6.1-beta.5'
|
|
69680
69682
|
});
|
|
69681
69683
|
}();
|
|
69682
69684
|
/******/ return __webpack_exports__;
|