@sheinx/shineout-style 3.1.22 → 3.1.24
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/card/card.js +2 -2
- package/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/card/card.js +2 -2
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
package/cjs/card/card.js
CHANGED
|
@@ -107,7 +107,7 @@ var cardStyle = {
|
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
109
|
body: {
|
|
110
|
-
'$wrapperSplit
|
|
110
|
+
'$wrapperSplit>$header+&, $wrapperSplit>$header+$bodyCollapse>&': {
|
|
111
111
|
borderTop: "1px solid ".concat(_theme.default.cardBorderColor)
|
|
112
112
|
},
|
|
113
113
|
padding: "".concat(_theme.default.cardPaddingY, " ").concat(_theme.default.cardPaddingX),
|
|
@@ -118,7 +118,7 @@ var cardStyle = {
|
|
|
118
118
|
},
|
|
119
119
|
bodyCollapse: {},
|
|
120
120
|
footer: {
|
|
121
|
-
'$wrapperSplit
|
|
121
|
+
'$wrapperSplit>$body+&, $wrapperSplit>$bodyCollapse+&': {
|
|
122
122
|
borderTop: "1px solid ".concat(_theme.default.cardBorderColor)
|
|
123
123
|
},
|
|
124
124
|
padding: "".concat(_theme.default.cardPaddingY, " ").concat(_theme.default.cardPaddingX),
|
package/cjs/version.d.ts
CHANGED
package/cjs/version.js
CHANGED
package/esm/card/card.js
CHANGED
|
@@ -100,7 +100,7 @@ var cardStyle = {
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
body: {
|
|
103
|
-
'$wrapperSplit
|
|
103
|
+
'$wrapperSplit>$header+&, $wrapperSplit>$header+$bodyCollapse>&': {
|
|
104
104
|
borderTop: "1px solid ".concat(token.cardBorderColor)
|
|
105
105
|
},
|
|
106
106
|
padding: "".concat(token.cardPaddingY, " ").concat(token.cardPaddingX),
|
|
@@ -111,7 +111,7 @@ var cardStyle = {
|
|
|
111
111
|
},
|
|
112
112
|
bodyCollapse: {},
|
|
113
113
|
footer: {
|
|
114
|
-
'$wrapperSplit
|
|
114
|
+
'$wrapperSplit>$body+&, $wrapperSplit>$bodyCollapse+&': {
|
|
115
115
|
borderTop: "1px solid ".concat(token.cardBorderColor)
|
|
116
116
|
},
|
|
117
117
|
padding: "".concat(token.cardPaddingY, " ").concat(token.cardPaddingX),
|
package/esm/version.d.ts
CHANGED
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.1.
|
|
1
|
+
export default '3.1.24';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.24",
|
|
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.
|
|
21
|
-
"@sheinx/base": "3.1.
|
|
20
|
+
"@sheinx/theme": "3.1.24",
|
|
21
|
+
"@sheinx/base": "3.1.24"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|