shineout 3.9.3-beta.7 → 3.9.3-beta.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.
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.7'
525
+ version: '3.9.3-beta.8'
526
526
  };
package/dist/shineout.js CHANGED
@@ -4548,15 +4548,14 @@ const figma = [
4548
4548
  {
4549
4549
  name: 'Shadow-4',
4550
4550
  value: '0px -2px 10px rgba(232, 235, 240, 0.8)',
4551
- describe: '详情页底部按钮模块阴影',
4551
+ describe: '详情页底部按钮模块阴影(向上)',
4552
4552
  token: 'Shadow-4',
4553
4553
  locked: true,
4554
4554
  },
4555
4555
  {
4556
4556
  name: 'Shadow-5',
4557
- value:
4558
- 'rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px',
4559
- describe: 'Switch圆圈阴影',
4557
+ value: '0px 2px 10px rgba(232, 235, 240, 0.8)',
4558
+ describe: '详情页底部按钮模块阴影(向下)',
4560
4559
  token: 'Shadow-5',
4561
4560
  locked: true,
4562
4561
  },
@@ -12402,7 +12401,7 @@ var handleStyle = function handleStyle(style) {
12402
12401
  };
12403
12402
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12404
12403
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12405
- /* harmony default export */ var version = ('3.9.3-beta.7');
12404
+ /* harmony default export */ var version = ('3.9.3-beta.8');
12406
12405
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12407
12406
 
12408
12407
 
@@ -12793,7 +12792,7 @@ var Token = {
12793
12792
  'Shadow-2': '0px 4px 10px rgba(2, 11, 24, 0.1)',
12794
12793
  'Shadow-3': '0px 8px 20px rgba(2, 11, 24, 0.1)',
12795
12794
  'Shadow-4': '0px -2px 10px rgba(232, 235, 240, 0.8)',
12796
- 'Shadow-5': 'rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px',
12795
+ 'Shadow-5': '0px 2px 10px rgba(232, 235, 240, 0.8)',
12797
12796
  'Line-height-dynamic': 'calc( 1em + 8px )',
12798
12797
  'Line-height-dynamic-min': 'calc( max(1em, 14px) + 8px )',
12799
12798
  Transparent: 'transparent',
@@ -14774,7 +14773,7 @@ var switchTokens = {
14774
14773
  switchPaddingY: 'Spacing-2',
14775
14774
  switchCircleSize: 'Size-9',
14776
14775
  switchCircleFill: 'Neutral-text-1',
14777
- switchCircleShadow: 'Shadow-5',
14776
+ switchCircleShadow: 'Shadow-3',
14778
14777
  switchWidth: 'Size-21',
14779
14778
  switchTextPaddingLeft: 'Spacing-8',
14780
14779
  switchTextPaddingRight: 'Spacing-4',
@@ -57983,7 +57982,7 @@ var Tree = function Tree(props) {
57983
57982
  var realHeight = getHeight();
57984
57983
  if (!realHeight) return null;
57985
57984
  return /*#__PURE__*/(0,jsx_runtime.jsx)(tree_virtual, objectSpread2_default()(objectSpread2_default()({}, props), {}, {
57986
- data: data,
57985
+ data: props.filteredData || data,
57987
57986
  line: line,
57988
57987
  rowsInView: rowsInView,
57989
57988
  expanded: expanded,
@@ -74651,7 +74650,7 @@ var upload_interface = __webpack_require__(8821);
74651
74650
 
74652
74651
 
74653
74652
  /* harmony default export */ var src_0 = ({
74654
- version: '3.9.3-beta.7'
74653
+ version: '3.9.3-beta.8'
74655
74654
  });
74656
74655
  }();
74657
74656
  /******/ return __webpack_exports__;