@sheinx/shineout-style 3.7.10 → 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.
@@ -109,10 +109,10 @@ var messageStyle = _objectSpread(_objectSpread({
109
109
  },
110
110
  itemDismissed: {
111
111
  ' [data-soui-position="bottom-left"] &': {
112
- animation: "$left-out ".concat(animationDuration, " ease-in-out")
112
+ animation: "$left-out ".concat(animationDuration, " ease-in-out forwards")
113
113
  },
114
114
  ' [data-soui-position="bottom-right"] &': {
115
- animation: "$right-out ".concat(animationDuration, " ease-in-out")
115
+ animation: "$right-out ".concat(animationDuration, " ease-in-out forwards")
116
116
  }
117
117
  },
118
118
  itemShow: {
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.7.10";
1
+ declare const _default: "3.7.11-beta.2";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAwB"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA+B"}
package/cjs/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '3.7.10';
7
+ var _default = exports.default = '3.7.11-beta.2';
@@ -102,10 +102,10 @@ var messageStyle = _objectSpread(_objectSpread({
102
102
  },
103
103
  itemDismissed: {
104
104
  ' [data-soui-position="bottom-left"] &': {
105
- animation: "$left-out ".concat(animationDuration, " ease-in-out")
105
+ animation: "$left-out ".concat(animationDuration, " ease-in-out forwards")
106
106
  },
107
107
  ' [data-soui-position="bottom-right"] &': {
108
- animation: "$right-out ".concat(animationDuration, " ease-in-out")
108
+ animation: "$right-out ".concat(animationDuration, " ease-in-out forwards")
109
109
  }
110
110
  },
111
111
  itemShow: {
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.7.10";
1
+ declare const _default: "3.7.11-beta.2";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAwB"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA+B"}
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.7.10';
1
+ export default '3.7.11-beta.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.7.10",
3
+ "version": "3.7.11-beta.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "jss": "10.9.2",
19
19
  "react-jss": "10.9.2",
20
- "@sheinx/theme": "3.7.10",
21
- "@sheinx/base": "3.7.10"
20
+ "@sheinx/theme": "3.7.11-beta.2",
21
+ "@sheinx/base": "3.7.11-beta.2"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"