@sheinx/shineout-style 3.9.13 → 3.9.14-beta.3

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.
@@ -23,7 +23,7 @@ var badgeStyle = {
23
23
  insetInlineEnd: 0,
24
24
  transform: 'translate(50%, -50%)',
25
25
  transformOrigin: '100% 0',
26
- boxShadow: "0 0 0 1px #fff"
26
+ boxShadow: "0 0 0 1px ".concat(_theme.default.badgeBadgeShadowColor)
27
27
  }
28
28
  },
29
29
  standalone: {
@@ -230,11 +230,11 @@ var datePickerStyle = _objectSpread(_objectSpread(_objectSpread({
230
230
  },
231
231
  clear: {
232
232
  display: 'none',
233
- color: _theme.default.datePickerClearColor,
234
- '&: hover': {
235
- color: _theme.default.datePickerHoverClearColor
236
- },
237
- cursor: 'pointer'
233
+ color: _theme.default.inputClearColor,
234
+ cursor: 'pointer',
235
+ '&:hover': {
236
+ color: _theme.default.inputHoverClearColor
237
+ }
238
238
  },
239
239
  pickerWrapper: {
240
240
  position: 'absolute',
@@ -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
@@ -348,7 +348,7 @@ var selectStyle = _objectSpread(_objectSpread({
348
348
  verticalAlign: 'middle',
349
349
  width: _theme.default.inputFontSize,
350
350
  lineHeight: 0,
351
- color: _theme.default.inputIconColor,
351
+ color: _theme.default.selectIconColor,
352
352
  transition: 'transform 0.3s'
353
353
  },
354
354
  arrowIconOpen: {
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.9.13";
1
+ declare const _default: "3.9.14-beta.3";
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.9.13';
7
+ var _default = exports.default = '3.9.14-beta.3';
@@ -16,7 +16,7 @@ var badgeStyle = {
16
16
  insetInlineEnd: 0,
17
17
  transform: 'translate(50%, -50%)',
18
18
  transformOrigin: '100% 0',
19
- boxShadow: "0 0 0 1px #fff"
19
+ boxShadow: "0 0 0 1px ".concat(token.badgeBadgeShadowColor)
20
20
  }
21
21
  },
22
22
  standalone: {
@@ -223,11 +223,11 @@ var datePickerStyle = _objectSpread(_objectSpread(_objectSpread({
223
223
  },
224
224
  clear: {
225
225
  display: 'none',
226
- color: token.datePickerClearColor,
227
- '&: hover': {
228
- color: token.datePickerHoverClearColor
229
- },
230
- cursor: 'pointer'
226
+ color: token.inputClearColor,
227
+ cursor: 'pointer',
228
+ '&:hover': {
229
+ color: token.inputHoverClearColor
230
+ }
231
231
  },
232
232
  pickerWrapper: {
233
233
  position: 'absolute',
@@ -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
@@ -339,7 +339,7 @@ var selectStyle = _objectSpread(_objectSpread({
339
339
  verticalAlign: 'middle',
340
340
  width: token.inputFontSize,
341
341
  lineHeight: 0,
342
- color: token.inputIconColor,
342
+ color: token.selectIconColor,
343
343
  transition: 'transform 0.3s'
344
344
  },
345
345
  arrowIconOpen: {
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.9.13";
1
+ declare const _default: "3.9.14-beta.3";
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.9.13';
1
+ export default '3.9.14-beta.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.9.13",
3
+ "version": "3.9.14-beta.3",
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.13",
21
- "@sheinx/base": "3.9.13"
20
+ "@sheinx/theme": "3.9.14-beta.3",
21
+ "@sheinx/base": "3.9.14-beta.3"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"