@sheinx/shineout-style 3.3.3-beta.8 → 3.4.0-beta.1

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":"menu.d.ts","sourceRoot":"","sources":["menu.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAM9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA6gBtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["menu.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAM9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA0gBtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/cjs/menu/menu.js CHANGED
@@ -11,15 +11,13 @@ var collapseWidth = _theme.default.menuCollapseWidth;
11
11
  var transitionFunc = 'ease-out';
12
12
  var menuStyle = {
13
13
  wrapper: {
14
+ height: '100%',
14
15
  width: '100%',
15
16
  backgroundColor: _theme.default.menuItemBackgroundColor,
16
17
  transition: "width ".concat(animationDuration, " ").concat(transitionFunc),
17
18
  color: _theme.default.menuFontColor,
18
19
  display: 'flex',
19
- flexDirection: 'column',
20
- '&:not([data-soui-mode=horizontal])': {
21
- height: '100%'
22
- }
20
+ flexDirection: 'column'
23
21
  },
24
22
  wrapperLight: {},
25
23
  wrapperDark: {
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AAuDlD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,CAmf1C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AAuDlD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,CA6f1C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -134,6 +134,16 @@ var selectStyle = _objectSpread(_objectSpread({
134
134
  color: _theme.default.selectDisabledPlaceholderColor
135
135
  }
136
136
  }),
137
+ triggerHover: {
138
+ '&::after': {
139
+ content: '""',
140
+ position: 'absolute',
141
+ right: 0,
142
+ left: 0,
143
+ height: 4,
144
+ bottom: -4
145
+ }
146
+ },
137
147
  popover: {}
138
148
  }, resetWrapper), {}, {
139
149
  resultWrapper: {
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.3.3-beta.8";
1
+ declare const _default: "3.4.0-beta.1";
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.3.3-beta.8';
7
+ var _default = exports.default = '3.4.0-beta.1';
@@ -1 +1 @@
1
- {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["menu.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAM9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA6gBtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["menu.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAM9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA0gBtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/esm/menu/menu.js CHANGED
@@ -4,15 +4,13 @@ var collapseWidth = token.menuCollapseWidth;
4
4
  var transitionFunc = 'ease-out';
5
5
  var menuStyle = {
6
6
  wrapper: {
7
+ height: '100%',
7
8
  width: '100%',
8
9
  backgroundColor: token.menuItemBackgroundColor,
9
10
  transition: "width ".concat(animationDuration, " ").concat(transitionFunc),
10
11
  color: token.menuFontColor,
11
12
  display: 'flex',
12
- flexDirection: 'column',
13
- '&:not([data-soui-mode=horizontal])': {
14
- height: '100%'
15
- }
13
+ flexDirection: 'column'
16
14
  },
17
15
  wrapperLight: {},
18
16
  wrapperDark: {
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AAuDlD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,CAmf1C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AAuDlD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,CA6f1C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -127,6 +127,16 @@ var selectStyle = _objectSpread(_objectSpread({
127
127
  color: token.selectDisabledPlaceholderColor
128
128
  }
129
129
  }),
130
+ triggerHover: {
131
+ '&::after': {
132
+ content: '""',
133
+ position: 'absolute',
134
+ right: 0,
135
+ left: 0,
136
+ height: 4,
137
+ bottom: -4
138
+ }
139
+ },
130
140
  popover: {}
131
141
  }, resetWrapper), {}, {
132
142
  resultWrapper: {
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.3.3-beta.8";
1
+ declare const _default: "3.4.0-beta.1";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.3.3-beta.8';
1
+ export default '3.4.0-beta.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.3.3-beta.8",
3
+ "version": "3.4.0-beta.1",
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.3.3-beta.8",
21
- "@sheinx/base": "3.3.3-beta.8"
20
+ "@sheinx/theme": "3.4.0-beta.1",
21
+ "@sheinx/base": "3.4.0-beta.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"