@sheinx/shineout-style 3.1.27 → 3.1.28

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.
@@ -1 +1 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["alert.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,CAgJ5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["alert.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,CAsJ5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -90,7 +90,7 @@ var alertStyle = {
90
90
  width: _theme.default.alertFontSize,
91
91
  color: _theme.default.alertCloseFontColor,
92
92
  fontSize: _theme.default.alertFontSize,
93
- height: _theme.default.lineHeightDynamic,
93
+ height: _theme.default.alertFontSize,
94
94
  flex: '0 0 auto',
95
95
  display: 'flex',
96
96
  alignItems: 'center',
@@ -100,6 +100,12 @@ var alertStyle = {
100
100
  color: _theme.default.alertCloseHoverColor
101
101
  }
102
102
  },
103
+ closeWrapper: {
104
+ width: _theme.default.alertFontSize,
105
+ height: _theme.default.lineHeightDynamic,
106
+ display: 'flex',
107
+ alignItems: 'center'
108
+ },
103
109
  content: {
104
110
  flex: '1 1 0',
105
111
  wordBreak: 'break-all'
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.1.27";
1
+ declare const _default: "3.1.28";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
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.1.27';
7
+ var _default = exports.default = '3.1.28';
@@ -1 +1 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["alert.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,CAgJ5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["alert.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,MAAM,YAAY,CAsJ5C,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -83,7 +83,7 @@ var alertStyle = {
83
83
  width: Token.alertFontSize,
84
84
  color: Token.alertCloseFontColor,
85
85
  fontSize: Token.alertFontSize,
86
- height: Token.lineHeightDynamic,
86
+ height: Token.alertFontSize,
87
87
  flex: '0 0 auto',
88
88
  display: 'flex',
89
89
  alignItems: 'center',
@@ -93,6 +93,12 @@ var alertStyle = {
93
93
  color: Token.alertCloseHoverColor
94
94
  }
95
95
  },
96
+ closeWrapper: {
97
+ width: Token.alertFontSize,
98
+ height: Token.lineHeightDynamic,
99
+ display: 'flex',
100
+ alignItems: 'center'
101
+ },
96
102
  content: {
97
103
  flex: '1 1 0',
98
104
  wordBreak: 'break-all'
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.1.27";
1
+ declare const _default: "3.1.28";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.1.27';
1
+ export default '3.1.28';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.1.27",
3
+ "version": "3.1.28",
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.1.27",
21
- "@sheinx/base": "3.1.27"
20
+ "@sheinx/theme": "3.1.28",
21
+ "@sheinx/base": "3.1.28"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"