@sheinx/shineout-style 3.9.13 → 3.9.14-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/input/input-border.js +1 -1
- package/cjs/menu/menu.js +1 -1
- package/cjs/version.d.ts +1 -1
- package/cjs/version.d.ts.map +1 -1
- package/cjs/version.js +1 -1
- package/esm/input/input-border.js +1 -1
- package/esm/menu/menu.js +1 -1
- 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
|
@@ -42,7 +42,7 @@ var _default = exports.default = function _default(name) {
|
|
|
42
42
|
borderRadius: 0,
|
|
43
43
|
boxShadow: 'none',
|
|
44
44
|
backgroundColor: 'transparent',
|
|
45
|
-
flex: 1,
|
|
45
|
+
flex: '1 1 auto',
|
|
46
46
|
minWidth: 0
|
|
47
47
|
},
|
|
48
48
|
'[data-soui-role="input-group"]:not([data-soui-border="false"]) [data-soui-input-border] + &&&': {
|
package/cjs/menu/menu.js
CHANGED
|
@@ -203,7 +203,7 @@ var menuStyle = {
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
// 一级菜单展不展开都是fill-9,一级展开后的子级都是fill-10
|
|
206
|
-
'[data-soui-theme=dark] $root > $item:not($itemActive) > &': {
|
|
206
|
+
'[data-soui-theme=dark] $root > $item:not($itemActive):not($itemDisabled) > &': {
|
|
207
207
|
backgroundColor: _theme.default.menuDarkItemBackgroundColor,
|
|
208
208
|
'&:hover': {
|
|
209
209
|
backgroundColor: _theme.default.menuDarkItemHoverBackgroundColor
|
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
|
@@ -36,7 +36,7 @@ export default (function (name) {
|
|
|
36
36
|
borderRadius: 0,
|
|
37
37
|
boxShadow: 'none',
|
|
38
38
|
backgroundColor: 'transparent',
|
|
39
|
-
flex: 1,
|
|
39
|
+
flex: '1 1 auto',
|
|
40
40
|
minWidth: 0
|
|
41
41
|
},
|
|
42
42
|
'[data-soui-role="input-group"]:not([data-soui-border="false"]) [data-soui-input-border] + &&&': {
|
package/esm/menu/menu.js
CHANGED
|
@@ -196,7 +196,7 @@ var menuStyle = {
|
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
198
|
// 一级菜单展不展开都是fill-9,一级展开后的子级都是fill-10
|
|
199
|
-
'[data-soui-theme=dark] $root > $item:not($itemActive) > &': {
|
|
199
|
+
'[data-soui-theme=dark] $root > $item:not($itemActive):not($itemDisabled) > &': {
|
|
200
200
|
backgroundColor: token.menuDarkItemBackgroundColor,
|
|
201
201
|
'&:hover': {
|
|
202
202
|
backgroundColor: token.menuDarkItemHoverBackgroundColor
|
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.9.
|
|
1
|
+
export default '3.9.14-beta.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.14-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.9.
|
|
21
|
-
"@sheinx/base": "3.9.
|
|
20
|
+
"@sheinx/theme": "3.9.14-beta.2",
|
|
21
|
+
"@sheinx/base": "3.9.14-beta.2"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|