@sheinx/shineout-style 3.9.8-beta.8 → 3.9.8

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,CA2iBtC,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,CA8iBtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/cjs/menu/menu.js CHANGED
@@ -473,6 +473,9 @@ var menuStyle = {
473
473
  '$wrapper:not($wrapperVertical) $itemClosing > $itemContent &': {
474
474
  transform: 'rotate(0deg)'
475
475
  }
476
+ },
477
+ '&$expandFront > $icon': {
478
+ minHeight: _theme.default.lineHeightDynamic
476
479
  }
477
480
  },
478
481
  expandVertical: {
@@ -165,10 +165,10 @@ var tooltipStyle = _objectSpread(_objectSpread({
165
165
  boxSizing: 'border-box',
166
166
  '--tooltip-background-color': _theme.default.tooltipLightBackgroundColor,
167
167
  '&[data-soui-position^="top"] $arrow': {
168
- transform: 'translate(0, -1px) rotate(-180deg)'
168
+ transform: 'translate(-50%, -1px) rotate(-180deg)'
169
169
  },
170
170
  '&[data-soui-position^="bottom"] $arrow': {
171
- transform: 'translate(0, calc(-100% + 1px)) rotate(0deg)'
171
+ transform: 'translate(-50%, calc(-100% + 1px)) rotate(0deg)'
172
172
  },
173
173
  '& $arrow:before': {
174
174
  clipPath: 'none',
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.9.8-beta.8";
1
+ declare const _default: "3.9.8";
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,wBAA8B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
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.8-beta.8';
7
+ var _default = exports.default = '3.9.8';
@@ -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,CA2iBtC,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,CA8iBtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/esm/menu/menu.js CHANGED
@@ -466,6 +466,9 @@ var menuStyle = {
466
466
  '$wrapper:not($wrapperVertical) $itemClosing > $itemContent &': {
467
467
  transform: 'rotate(0deg)'
468
468
  }
469
+ },
470
+ '&$expandFront > $icon': {
471
+ minHeight: token.lineHeightDynamic
469
472
  }
470
473
  },
471
474
  expandVertical: {
@@ -158,10 +158,10 @@ var tooltipStyle = _objectSpread(_objectSpread({
158
158
  boxSizing: 'border-box',
159
159
  '--tooltip-background-color': token.tooltipLightBackgroundColor,
160
160
  '&[data-soui-position^="top"] $arrow': {
161
- transform: 'translate(0, -1px) rotate(-180deg)'
161
+ transform: 'translate(-50%, -1px) rotate(-180deg)'
162
162
  },
163
163
  '&[data-soui-position^="bottom"] $arrow': {
164
- transform: 'translate(0, calc(-100% + 1px)) rotate(0deg)'
164
+ transform: 'translate(-50%, calc(-100% + 1px)) rotate(0deg)'
165
165
  },
166
166
  '& $arrow:before': {
167
167
  clipPath: 'none',
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.9.8-beta.8";
1
+ declare const _default: "3.9.8";
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,wBAA8B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.9.8-beta.8';
1
+ export default '3.9.8';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.9.8-beta.8",
3
+ "version": "3.9.8",
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.8-beta.8",
21
- "@sheinx/base": "3.9.8-beta.8"
20
+ "@sheinx/theme": "3.9.8",
21
+ "@sheinx/base": "3.9.8"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"