shineout 3.9.0-beta.18 → 3.9.0-beta.19

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.0-beta.18'
525
+ version: '3.9.0-beta.19'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12400,7 +12400,7 @@ var handleStyle = function handleStyle(style) {
12400
12400
  };
12401
12401
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12402
12402
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12403
- /* harmony default export */ var version = ('3.9.0-beta.18');
12403
+ /* harmony default export */ var version = ('3.9.0-beta.19');
12404
12404
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12405
12405
 
12406
12406
 
@@ -14893,7 +14893,8 @@ var tabsTokens = {
14893
14893
  tabsTabBorderRadius: 'Radius-default',
14894
14894
  tabsNearlyMargin: 'Spacing-4',
14895
14895
  tabsLinePaddingX: 'Spacing-8',
14896
- tabsLinePaddingY: 'Spacing-6',
14896
+ tabsLinePaddingTop: 'Spacing-6',
14897
+ tabsLinePaddingBottom: 'Spacing-6',
14897
14898
  tabsLineHrBackgroundColor: 'Neutral-border-1',
14898
14899
  tabsLineAfterBackgroundColor: 'Brand-6',
14899
14900
  tabsLineInnerPaddingX: 'Spacing-8',
@@ -27792,7 +27793,7 @@ var tabsStyle = {
27792
27793
  '$headerWrapper[data-soui-shape="line"] &': {
27793
27794
  '& $tab': {
27794
27795
  position: 'relative',
27795
- padding: "".concat(src.tabsLinePaddingY, " ").concat(src.tabsLinePaddingX),
27796
+ padding: "".concat(src.tabsLinePaddingTop, " ").concat(src.tabsLinePaddingX, " ").concat(src.tabsLinePaddingBottom),
27796
27797
  color: src.tabsLineFontColor,
27797
27798
  fontSize: src.tabsLineFontSize,
27798
27799
  fontWeight: src.tabsLineFontWeight,
@@ -27842,7 +27843,7 @@ var tabsStyle = {
27842
27843
  },
27843
27844
  '$headerWrapper[data-soui-shape="dash"] &': {
27844
27845
  '& $tab': {
27845
- padding: "".concat(src.tabsLinePaddingY, " ").concat(src.tabsLinePaddingX),
27846
+ padding: "".concat(src.tabsLinePaddingTop, " ").concat(src.tabsLinePaddingX, " ").concat(src.tabsLinePaddingBottom),
27846
27847
  color: src.tabsLineFontColor,
27847
27848
  fontSize: src.tabsLineFontSize,
27848
27849
  fontWeight: src.tabsLineFontWeight,
@@ -74136,7 +74137,7 @@ var upload_interface = __webpack_require__(8821);
74136
74137
 
74137
74138
 
74138
74139
  /* harmony default export */ var src_0 = ({
74139
- version: '3.9.0-beta.18'
74140
+ version: '3.9.0-beta.19'
74140
74141
  });
74141
74142
  }();
74142
74143
  /******/ return __webpack_exports__;