shineout 3.9.8-beta.3 → 3.9.8-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.8-beta.3'
525
+ version: '3.9.8-beta.5'
526
526
  };
package/dist/shineout.js CHANGED
@@ -4547,14 +4547,14 @@ const figma = [
4547
4547
  },
4548
4548
  {
4549
4549
  name: 'Shadow-4',
4550
- value: '0,-2,10,rgb(102,108,124,0.08)',
4550
+ value: '0 -2px 10px rgba(102,108,124,0.08)',
4551
4551
  describe: '详情页底部按钮模块阴影(向上)',
4552
4552
  token: 'Shadow-4',
4553
4553
  locked: true,
4554
4554
  },
4555
4555
  {
4556
4556
  name: 'Shadow-5',
4557
- value: '0,2,10,rgb(102,108,124,0.08)',
4557
+ value: '0 2px 10px rgba(102,108,124,0.08)',
4558
4558
  describe: '详情页底部按钮模块阴影(向下)',
4559
4559
  token: 'Shadow-5',
4560
4560
  locked: true,
@@ -12401,7 +12401,7 @@ var handleStyle = function handleStyle(style) {
12401
12401
  };
12402
12402
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12403
12403
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12404
- /* harmony default export */ var version = ('3.9.8-beta.3');
12404
+ /* harmony default export */ var version = ('3.9.8-beta.5');
12405
12405
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12406
12406
 
12407
12407
 
@@ -12810,8 +12810,8 @@ var Token = {
12810
12810
  'Shadow-1': '0px 2px 5px rgba(2, 11, 24, 0.1)',
12811
12811
  'Shadow-2': '0px 4px 10px rgba(2, 11, 24, 0.1)',
12812
12812
  'Shadow-3': '0px 8px 20px rgba(2, 11, 24, 0.1)',
12813
- 'Shadow-4': '0,-2,10,rgb(102,108,124,0.08)',
12814
- 'Shadow-5': '0,2,10,rgb(102,108,124,0.08)',
12813
+ 'Shadow-4': '0 -2px 10px rgba(102,108,124,0.08)',
12814
+ 'Shadow-5': '0 2px 10px rgba(102,108,124,0.08)',
12815
12815
  'Line-height-dynamic': 'calc( 1em + 8px )',
12816
12816
  'Line-height-dynamic-min': 'calc( max(1em, 14px) + 8px )',
12817
12817
  Transparent: 'transparent',
@@ -22335,8 +22335,8 @@ var modalStyle = objectSpread2_default()(objectSpread2_default()({
22335
22335
  '$wrapper &': {
22336
22336
  marginRight: src.modalHeaderIconMarginEnd,
22337
22337
  marginTop: src.modalHeaderIconMarginTop,
22338
- width: src.modalHeaderIconSize,
22339
- height: src.modalHeaderIconSize,
22338
+ width: "calc(".concat(src.modalHeaderFontSize, " + 2px)"),
22339
+ height: "calc(".concat(src.modalHeaderFontSize, " + 2px)"),
22340
22340
  lineHeight: src.modalHeaderIconSize,
22341
22341
  display: 'block',
22342
22342
  alignItems: 'center'
@@ -29714,7 +29714,7 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
29714
29714
  optionDisabled: {
29715
29715
  cursor: 'not-allowed',
29716
29716
  color: src.treeSelectOptionDisabledColor,
29717
- backgroundColor: src.treeSelectOptionDisabledBackgroundColor,
29717
+ // backgroundColor: token.treeSelectOptionDisabledBackgroundColor,
29718
29718
  '&>[data-role="text"]': {
29719
29719
  color: src.treeSelectOptionDisabledColor,
29720
29720
  backgroundColor: src.treeSelectOptionDisabledBackgroundColor
@@ -51609,7 +51609,7 @@ var Textarea = function Textarea(props) {
51609
51609
  });
51610
51610
  }
51611
51611
  var clearEl = null;
51612
- if (clearable && props.value) {
51612
+ if (clearable && props.value && !disabled) {
51613
51613
  clearEl = /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
51614
51614
  className: textareaClasses === null || textareaClasses === void 0 ? void 0 : textareaClasses.clear,
51615
51615
  onClick: function onClick() {
@@ -75103,7 +75103,7 @@ var upload_interface = __webpack_require__(8821);
75103
75103
 
75104
75104
 
75105
75105
  /* harmony default export */ var src_0 = ({
75106
- version: '3.9.8-beta.3'
75106
+ version: '3.9.8-beta.5'
75107
75107
  });
75108
75108
  }();
75109
75109
  /******/ return __webpack_exports__;