shineout 3.7.9-beta.6 → 3.7.9-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.7.9-beta.6'
525
+ version: '3.7.9-beta.7'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
12234
12234
  };
12235
12235
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12236
12236
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12237
- /* harmony default export */ var version = ('3.7.9-beta.6');
12237
+ /* harmony default export */ var version = ('3.7.9-beta.7');
12238
12238
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12239
12239
 
12240
12240
 
@@ -14458,6 +14458,7 @@ var skeletonTokens = {
14458
14458
  skeletonHeight: 'Size-8',
14459
14459
  skeletonBackgroundColor: 'Neutral-fill-2',
14460
14460
  skeletonBackgroundRadius: 'Radius-default',
14461
+ skeletonButtonMarginTop: 'Spacing-32',
14461
14462
  skeletonAnimationFromColor: 'Neutral-fill-2',
14462
14463
  skeletonAnimationToColor: 'Neutral-fill-3'
14463
14464
  };
@@ -23781,7 +23782,7 @@ var skeletonStyle = objectSpread2_default()(objectSpread2_default()({}, skeleton
23781
23782
  '& $textItem, & $image, & $buttonItem': {
23782
23783
  backgroundImage: "linear-gradient(90deg, ".concat(src.skeletonAnimationFromColor, " 25%, ").concat(src.skeletonAnimationToColor, " 37%, ").concat(src.skeletonAnimationFromColor, " 63%)"),
23783
23784
  backgroundSize: '400% 100%',
23784
- animation: '$skeleton-animation 1.4s ease infinite'
23785
+ animation: '$skeleton-animation 1.5s cubic-bezier(0, 0, 1, 1) infinite'
23785
23786
  }
23786
23787
  },
23787
23788
  content: {
@@ -23830,7 +23831,7 @@ var skeletonStyle = objectSpread2_default()(objectSpread2_default()({}, skeleton
23830
23831
  button: {
23831
23832
  display: 'flex',
23832
23833
  '$text + &': {
23833
- marginTop: src.skeletonMargin
23834
+ marginTop: src.skeletonButtonMarginTop
23834
23835
  }
23835
23836
  },
23836
23837
  buttonItem: {
@@ -26094,12 +26095,15 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
26094
26095
  '$sticky > &': {
26095
26096
  zIndex: headerIndex
26096
26097
  },
26097
- '& table th': {
26098
+ '$wrapper & table th': {
26098
26099
  zIndex: fixedFixedIndex + 1,
26099
26100
  '&$cellFixedLeft': {
26100
26101
  position: 'sticky',
26101
26102
  top: 'auto',
26102
26103
  zIndex: fixedFixedIndex + 2
26104
+ },
26105
+ '&$cellFixedRight': {
26106
+ zIndex: fixedFixedIndex + 3
26103
26107
  }
26104
26108
  }
26105
26109
  },
@@ -26121,7 +26125,10 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
26121
26125
  '&$cellFixedLeft': {
26122
26126
  position: 'sticky',
26123
26127
  top: 'auto',
26124
- zIndex: fixedIndex + 1
26128
+ zIndex: fixedIndex
26129
+ },
26130
+ '&$cellFixedRight': {
26131
+ zIndex: fixedIndex
26125
26132
  }
26126
26133
  }
26127
26134
  },
@@ -26180,7 +26187,8 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
26180
26187
  zIndex: fixedIndex + 1
26181
26188
  },
26182
26189
  cellFixedRight: {
26183
- position: 'sticky'
26190
+ position: 'sticky',
26191
+ zIndex: fixedFixedIndex
26184
26192
  },
26185
26193
  cellAlignLeft: {
26186
26194
  textAlign: 'left'
@@ -71915,7 +71923,7 @@ var upload_interface = __webpack_require__(8821);
71915
71923
 
71916
71924
 
71917
71925
  /* harmony default export */ var src_0 = ({
71918
- version: '3.7.9-beta.6'
71926
+ version: '3.7.9-beta.7'
71919
71927
  });
71920
71928
  }();
71921
71929
  /******/ return __webpack_exports__;