shineout 3.9.11-beta.6 → 3.9.11-beta.7

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/index.js CHANGED
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.9.11-beta.6'
525
+ version: '3.9.11-beta.7'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12402,7 +12402,7 @@ var handleStyle = function handleStyle(style) {
12402
12402
  };
12403
12403
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12404
12404
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12405
- /* harmony default export */ var version = ('3.9.11-beta.6');
12405
+ /* harmony default export */ var version = ('3.9.11-beta.7');
12406
12406
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12407
12407
 
12408
12408
 
@@ -21366,15 +21366,18 @@ var menuStyle = {
21366
21366
  },
21367
21367
  popArrow: {
21368
21368
  '&&&': {
21369
- boxShadow: '0 2px 8px rgba(0, 0, 0, 0.15)',
21370
- width: '6px',
21371
- height: '6px'
21369
+ filter: 'drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15))',
21370
+ '&::before': {
21371
+ backgroundColor: src.menuItemBackgroundColor
21372
+ }
21372
21373
  }
21373
21374
  },
21374
21375
  popArrowDark: {
21375
21376
  '&&&': {
21376
- backgroundColor: src.menuDarkItemBackgroundColor,
21377
- boxShadow: '0 2px 8px rgba(0, 0, 0, 0.15)'
21377
+ filter: 'drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15))',
21378
+ '&::before': {
21379
+ backgroundColor: src.menuDarkItemBackgroundColor
21380
+ }
21378
21381
  }
21379
21382
  },
21380
21383
  scrollbox: {
@@ -75539,7 +75542,7 @@ var upload_interface = __webpack_require__(8821);
75539
75542
 
75540
75543
 
75541
75544
  /* harmony default export */ var src_0 = ({
75542
- version: '3.9.11-beta.6'
75545
+ version: '3.9.11-beta.7'
75543
75546
  });
75544
75547
  }();
75545
75548
  /******/ return __webpack_exports__;