@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.
- package/cjs/message/message.js +2 -2
- package/cjs/version.d.ts +1 -1
- package/cjs/version.d.ts.map +1 -1
- package/cjs/version.js +1 -1
- package/esm/message/message.js +2 -2
- package/esm/version.d.ts +1 -1
- package/esm/version.d.ts.map +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
package/cjs/message/message.js
CHANGED
|
@@ -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
package/cjs/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA+B"}
|
package/cjs/version.js
CHANGED
package/esm/message/message.js
CHANGED
|
@@ -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
package/esm/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
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.
|
|
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.
|
|
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.
|
|
21
|
-
"@sheinx/base": "3.7.
|
|
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"
|