shineout 3.9.3-beta.1 → 3.9.3-beta.2

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.1'
525
+ version: '3.9.3-beta.2'
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.1');
12405
+ /* harmony default export */ var version = ('3.9.3-beta.2');
12406
12406
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12407
12407
 
12408
12408
 
@@ -24114,7 +24114,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
24114
24114
  fontSize: src.selectSmallFontSize
24115
24115
  },
24116
24116
  '& $optionGroupTitle': {
24117
- padding: "".concat(src.selectGroupTitleSmallTop, " ").concat(src.selectGroupTitlePaddingX, " 0 ").concat(src.selectGroupTitlePaddingX)
24117
+ padding: "calc(".concat(src.selectFontSize, " - 10px) ").concat(src.selectGroupTitlePaddingX, " 0 ").concat(src.selectGroupTitlePaddingX)
24118
24118
  }
24119
24119
  },
24120
24120
  pickerLarge: {
@@ -24126,7 +24126,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
24126
24126
  fontSize: src.selectLargeFontSize
24127
24127
  },
24128
24128
  '& $optionGroupTitle': {
24129
- padding: "".concat(src.selectGroupTitleLargeTop, " ").concat(src.selectGroupTitlePaddingX, " ").concat(src.selectGroupTitleLargeBottom, " ").concat(src.selectGroupTitlePaddingX)
24129
+ padding: "calc(".concat(src.selectFontSize, " + 2px) ").concat(src.selectGroupTitlePaddingX, " ").concat(src.selectGroupTitleLargeBottom, " ").concat(src.selectGroupTitlePaddingX)
24130
24130
  }
24131
24131
  },
24132
24132
  iconWrapper: {
@@ -24343,7 +24343,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
24343
24343
  optionGroupTitle: {
24344
24344
  fontSize: src.selectGroupTitleFontSize,
24345
24345
  lineHeight: src.lineHeightDynamic,
24346
- padding: "calc(".concat(src.selectGroupTitleFontSize, " - 4px) ").concat(src.selectGroupTitlePaddingX, " ").concat(src.selectGroupTitlePaddingBottom, " ").concat(src.selectGroupTitlePaddingX),
24346
+ padding: "calc(".concat(src.selectFontSize, " - 4px) ").concat(src.selectGroupTitlePaddingX, " ").concat(src.selectGroupTitlePaddingBottom, " ").concat(src.selectGroupTitlePaddingX),
24347
24347
  color: src.selectGroupTitleFontColor,
24348
24348
  fontWeight: src.selectGroupTitleFontWeight
24349
24349
  },
@@ -74634,7 +74634,7 @@ var upload_interface = __webpack_require__(8821);
74634
74634
 
74635
74635
 
74636
74636
  /* harmony default export */ var src_0 = ({
74637
- version: '3.9.3-beta.1'
74637
+ version: '3.9.3-beta.2'
74638
74638
  });
74639
74639
  }();
74640
74640
  /******/ return __webpack_exports__;