shineout 3.9.3-beta.4 → 3.9.3-beta.5

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.3-beta.4'
525
+ version: '3.9.3-beta.5'
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.3-beta.4');
12405
+ /* harmony default export */ var version = ('3.9.3-beta.5');
12406
12406
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12407
12407
 
12408
12408
 
@@ -26541,12 +26541,13 @@ var switchStyle = objectSpread2_default()(objectSpread2_default()({
26541
26541
  backgroundColor: src.switchDisabledCircleCheckedFill
26542
26542
  },
26543
26543
  '$wrapperDisabled &': {
26544
+ boxShadow: 'none',
26544
26545
  backgroundColor: src.switchCheckedDisabledCircleFill
26545
26546
  },
26546
26547
  borderRadius: '50%',
26547
26548
  position: 'absolute',
26548
26549
  backgroundColor: src.switchCircleFill,
26549
- // boxShadow: token.switchCircleShadow,
26550
+ boxShadow: src.switchCircleShadow,
26550
26551
  transition: "left ".concat(switch_transition, ", right ").concat(switch_transition)
26551
26552
  },
26552
26553
  content: {
@@ -74646,7 +74647,7 @@ var upload_interface = __webpack_require__(8821);
74646
74647
 
74647
74648
 
74648
74649
  /* harmony default export */ var src_0 = ({
74649
- version: '3.9.3-beta.4'
74650
+ version: '3.9.3-beta.5'
74650
74651
  });
74651
74652
  }();
74652
74653
  /******/ return __webpack_exports__;