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

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: {
@@ -1 +1 @@
1
- {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CA+JxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CAkKxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -200,17 +200,20 @@ var ButtonGroupStyle = {
200
200
  '&[dir=ltr]': {
201
201
  borderTopLeftRadius: 0,
202
202
  borderBottomLeftRadius: 0,
203
- borderLeft: 'none'
203
+ borderLeft: 'none',
204
+ borderInlineStartStyle: 'none'
204
205
  },
205
206
  '&[dir=rtl]': {
206
207
  borderTopRightRadius: 0,
207
208
  borderBottomRightRadius: 0,
208
- borderLeft: 'none'
209
+ borderLeft: 'none',
210
+ borderInlineEndStyle: 'none'
209
211
  }
210
212
  }), "& > :not(:first-child):not(:last-child)".concat(bc('button'), ",& > :not(:first-child):not(:last-child) ").concat(bc('button')), {
211
213
  borderRadius: 0,
212
214
  borderLeft: 'none',
213
- borderRight: 'none'
215
+ borderRight: 'none',
216
+ borderInlineStyle: 'none'
214
217
  }), "& ".concat(bc('button'), ":not(").concat(bc('outline'), "):not(").concat(bc('dashed'), "):not(").concat(bc('text'), ")"), _defineProperty(_defineProperty(_defineProperty({
215
218
  position: 'relative',
216
219
  '&::before': {
@@ -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',
@@ -179,7 +179,7 @@ var ImageStyle = _objectSpread(_objectSpread({
179
179
  },
180
180
  thumbnail: {
181
181
  borderRadius: _theme.default.imageBorderRadius,
182
- backgroundColor: '#FFFFFF',
182
+ backgroundColor: _theme.default.imageBackgroundColor,
183
183
  outline: "1px solid ".concat(_theme.default.imageBorderColor),
184
184
  '& $inner': {
185
185
  top: 4,
@@ -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] + &&&': {
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAiH5C,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,YAAY,CAqNvC,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAkH5C,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,YAAY,CAqNvC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -85,6 +85,7 @@ var groupSpace = function groupSpace(gap) {
85
85
  padding: "0 ".concat(gap),
86
86
  display: 'flex',
87
87
  alignItems: 'center',
88
+ flexShrink: 0,
88
89
  borderLeft: "1px solid ".concat(_theme.default.inputBorderColor),
89
90
  borderRight: "1px solid ".concat(_theme.default.inputBorderColor),
90
91
  background: _theme.default.inputGroupFontBackgroundColor,
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.10";
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,wBAAgC"}
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.10';
@@ -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: {
@@ -1 +1 @@
1
- {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CA+JxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CAkKxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -193,17 +193,20 @@ var ButtonGroupStyle = {
193
193
  '&[dir=ltr]': {
194
194
  borderTopLeftRadius: 0,
195
195
  borderBottomLeftRadius: 0,
196
- borderLeft: 'none'
196
+ borderLeft: 'none',
197
+ borderInlineStartStyle: 'none'
197
198
  },
198
199
  '&[dir=rtl]': {
199
200
  borderTopRightRadius: 0,
200
201
  borderBottomRightRadius: 0,
201
- borderLeft: 'none'
202
+ borderLeft: 'none',
203
+ borderInlineEndStyle: 'none'
202
204
  }
203
205
  }), "& > :not(:first-child):not(:last-child)".concat(bc('button'), ",& > :not(:first-child):not(:last-child) ").concat(bc('button')), {
204
206
  borderRadius: 0,
205
207
  borderLeft: 'none',
206
- borderRight: 'none'
208
+ borderRight: 'none',
209
+ borderInlineStyle: 'none'
207
210
  }), "& ".concat(bc('button'), ":not(").concat(bc('outline'), "):not(").concat(bc('dashed'), "):not(").concat(bc('text'), ")"), _defineProperty(_defineProperty(_defineProperty({
208
211
  position: 'relative',
209
212
  '&::before': {
@@ -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',
@@ -171,7 +171,7 @@ var ImageStyle = _objectSpread(_objectSpread({
171
171
  },
172
172
  thumbnail: {
173
173
  borderRadius: Token.imageBorderRadius,
174
- backgroundColor: '#FFFFFF',
174
+ backgroundColor: Token.imageBackgroundColor,
175
175
  outline: "1px solid ".concat(Token.imageBorderColor),
176
176
  '& $inner': {
177
177
  top: 4,
@@ -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] + &&&': {
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAiH5C,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,YAAY,CAqNvC,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAkH5C,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,YAAY,CAqNvC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -78,6 +78,7 @@ var groupSpace = function groupSpace(gap) {
78
78
  padding: "0 ".concat(gap),
79
79
  display: 'flex',
80
80
  alignItems: 'center',
81
+ flexShrink: 0,
81
82
  borderLeft: "1px solid ".concat(token.inputBorderColor),
82
83
  borderRight: "1px solid ".concat(token.inputBorderColor),
83
84
  background: token.inputGroupFontBackgroundColor,
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.10";
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,wBAAgC"}
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.9.13';
1
+ export default '3.9.14-beta.10';
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.10",
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.10",
21
+ "@sheinx/base": "3.9.14-beta.10"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"