shineout 3.7.11-beta.1 → 3.7.11-beta.2
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 +4 -4
- 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.7.11-beta.
|
|
525
|
+
version: '3.7.11-beta.2'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12234
12234
|
};
|
|
12235
12235
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12236
12236
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12237
|
-
/* harmony default export */ var version = ('3.7.11-beta.
|
|
12237
|
+
/* harmony default export */ var version = ('3.7.11-beta.2');
|
|
12238
12238
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12239
12239
|
|
|
12240
12240
|
|
|
@@ -21685,10 +21685,10 @@ var messageStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
21685
21685
|
},
|
|
21686
21686
|
itemDismissed: {
|
|
21687
21687
|
' [data-soui-position="bottom-left"] &': {
|
|
21688
|
-
animation: "$left-out ".concat(message_animationDuration, " ease-in-out")
|
|
21688
|
+
animation: "$left-out ".concat(message_animationDuration, " ease-in-out forwards")
|
|
21689
21689
|
},
|
|
21690
21690
|
' [data-soui-position="bottom-right"] &': {
|
|
21691
|
-
animation: "$right-out ".concat(message_animationDuration, " ease-in-out")
|
|
21691
|
+
animation: "$right-out ".concat(message_animationDuration, " ease-in-out forwards")
|
|
21692
21692
|
}
|
|
21693
21693
|
},
|
|
21694
21694
|
itemShow: {
|
|
@@ -71937,7 +71937,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71937
71937
|
|
|
71938
71938
|
|
|
71939
71939
|
/* harmony default export */ var src_0 = ({
|
|
71940
|
-
version: '3.7.11-beta.
|
|
71940
|
+
version: '3.7.11-beta.2'
|
|
71941
71941
|
});
|
|
71942
71942
|
}();
|
|
71943
71943
|
/******/ return __webpack_exports__;
|