shineout 3.9.4-beta.10 → 3.9.4-beta.12

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.4-beta.10'
525
+ version: '3.9.4-beta.12'
526
526
  };
package/dist/shineout.js CHANGED
@@ -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.4-beta.10');
12404
+ /* harmony default export */ var version = ('3.9.4-beta.12');
12405
12405
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12406
12406
 
12407
12407
 
@@ -17540,6 +17540,7 @@ var supportsHas = function supportsHas() {
17540
17540
 
17541
17541
 
17542
17542
 
17543
+
17543
17544
  var inputBorderToken = {
17544
17545
  lineHeight: src.lineHeightDynamic,
17545
17546
  borderRadius: src.inputBorderRadius,
@@ -17614,9 +17615,9 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
17614
17615
  },
17615
17616
  '&$wrapperSmall': {
17616
17617
  '& $tag': {
17617
- lineHeight: '16px',
17618
17618
  marginTop: 1,
17619
- marginBottom: 1
17619
+ marginBottom: 1,
17620
+ border: 'none'
17620
17621
  },
17621
17622
  '& $placeholder,$ellipsis,$space,input': {
17622
17623
  marginTop: 0,
@@ -17944,7 +17945,7 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
17944
17945
  paddingTop: src.cascaderListPaddingY,
17945
17946
  paddingBottom: src.cascaderListPaddingY
17946
17947
  },
17947
- tag: {
17948
+ tag: defineProperty_default()(defineProperty_default()({
17948
17949
  flexShrink: 0,
17949
17950
  '&$tag + &$tag': {
17950
17951
  marginLeft: 0
@@ -17953,11 +17954,10 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
17953
17954
  marginRight: src.cascaderTagMarginRight,
17954
17955
  marginTop: src.cascaderTagMarginY,
17955
17956
  marginBottom: src.cascaderTagMarginY,
17956
- textWrap: 'nowrap',
17957
- '&$hideTag': {
17958
- marginRight: 0
17959
- }
17960
- },
17957
+ textWrap: 'nowrap'
17958
+ }, getTokenName('tagDefaultLineBase'), src.inputFontSize), '&$hideTag', {
17959
+ marginRight: 0
17960
+ }),
17961
17961
  tagOnly: {
17962
17962
  flexShrink: 1,
17963
17963
  minWidth: 42
@@ -22329,8 +22329,8 @@ var modalStyle = objectSpread2_default()(objectSpread2_default()({
22329
22329
  headerClose: {
22330
22330
  marginLeft: src.modalHeaderCloseMarginXStart,
22331
22331
  marginTop: src.modalHeaderCloseTop,
22332
- width: src.modalHeaderCloseSize,
22333
- height: src.modalHeaderCloseSize,
22332
+ width: src.modalHeaderFontSize,
22333
+ height: src.modalHeaderFontSize,
22334
22334
  cursor: 'pointer',
22335
22335
  display: 'block',
22336
22336
  color: src.modalHeaderCloseColor,
@@ -23863,6 +23863,7 @@ var useRateStyle = styled(rate_rate, 'rate');
23863
23863
 
23864
23864
 
23865
23865
 
23866
+
23866
23867
  var select_inputBorderToken = {
23867
23868
  lineHeight: src.lineHeightDynamic,
23868
23869
  borderRadius: src.inputBorderRadius,
@@ -24259,7 +24260,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
24259
24260
  }
24260
24261
  }
24261
24262
  },
24262
- tag: {
24263
+ tag: defineProperty_default()(defineProperty_default()({
24263
24264
  flexShrink: 0,
24264
24265
  '&$tag + &$tag': {
24265
24266
  marginLeft: 0
@@ -24268,11 +24269,10 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
24268
24269
  marginRight: src.selectTagMarginRight,
24269
24270
  marginTop: src.selectTagMarginY,
24270
24271
  marginBottom: src.selectTagMarginY,
24271
- textWrap: 'nowrap',
24272
- '&$hideTag': {
24273
- marginRight: 0
24274
- }
24275
- },
24272
+ textWrap: 'nowrap'
24273
+ }, getTokenName('tagDefaultLineBase'), src.inputFontSize), '&$hideTag', {
24274
+ marginRight: 0
24275
+ }),
24276
24276
  tagOnly: {
24277
24277
  flexShrink: 1,
24278
24278
  minWidth: 42
@@ -28309,12 +28309,9 @@ var TagStyle = {
28309
28309
  lineHeight: "var(".concat(src.tagSmallLineHeight, ", calc(").concat(src.tagSmallFontSize, " + 6px))")
28310
28310
  },
28311
28311
  '& $closeIcon': {
28312
- height: "var(".concat(src.tagSmallLineHeight, ", calc(").concat(src.tagSmallFontSize, " + 6px))")
28312
+ height: "var(".concat(src.tagSmallLineHeight, ", calc(").concat(src.tagSmallFontSize, " + 4px))")
28313
28313
  },
28314
28314
  '& $closeIconWrapper': {
28315
- width: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
28316
- height: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
28317
- lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
28318
28315
  '& svg': {
28319
28316
  width: src.tagSmallFontSize,
28320
28317
  height: src.tagSmallFontSize
@@ -28552,7 +28549,7 @@ var TransferStyle = {
28552
28549
  small: {
28553
28550
  '& $operations': {
28554
28551
  '& svg': {
28555
- width: 12
28552
+ width: src.transferSmallFontSize
28556
28553
  }
28557
28554
  },
28558
28555
  '& $header': {
@@ -28562,7 +28559,7 @@ var TransferStyle = {
28562
28559
  fontSize: src.transferSmallFontSize
28563
28560
  },
28564
28561
  '& $close': {
28565
- width: 20
28562
+ width: "calc(".concat(src.transferSmallFontSize, " + 8px)")
28566
28563
  },
28567
28564
  '& $left, & $right': {
28568
28565
  padding: 0
@@ -28618,19 +28615,19 @@ var TransferStyle = {
28618
28615
  lineHeight: src.lineHeightDynamic
28619
28616
  },
28620
28617
  removeAll: {
28621
- width: 24,
28622
- height: 24,
28618
+ width: "calc(".concat(src.transferFontSize, " + 8px)"),
28619
+ height: "calc(".concat(src.transferFontSize, " + 8px)"),
28623
28620
  borderRadius: '50%',
28624
- minWidth: 24,
28621
+ minWidth: "calc(".concat(src.transferFontSize, " + 8px)"),
28625
28622
  fontSize: src.transferFontSize,
28626
- lineHeight: '14px',
28623
+ lineHeight: "calc(".concat(src.transferFontSize, " + 8px)"),
28627
28624
  cursor: 'pointer',
28628
28625
  display: 'flex',
28629
28626
  alignItems: 'center',
28630
28627
  justifyContent: 'center',
28631
28628
  marginLeft: 3,
28632
28629
  '& svg': {
28633
- width: 14,
28630
+ width: src.transferFontSize,
28634
28631
  color: src.transferRemoveIconColor
28635
28632
  },
28636
28633
  '&:hover': {
@@ -28638,12 +28635,12 @@ var TransferStyle = {
28638
28635
  }
28639
28636
  },
28640
28637
  close: {
28641
- width: 22,
28642
- height: 22,
28638
+ width: "calc(".concat(src.transferFontSize, " + 8px)"),
28639
+ height: "calc(".concat(src.transferFontSize, " + 8px)"),
28643
28640
  flexShrink: 0,
28644
28641
  borderRadius: '50%',
28645
- minWidth: 12,
28646
- fontSize: 12,
28642
+ minWidth: "calc(".concat(src.transferFontSize, " + 8px)"),
28643
+ fontSize: src.transferFontSize,
28647
28644
  cursor: 'pointer',
28648
28645
  color: src.transferIconColor,
28649
28646
  lineHeight: "calc(".concat(src.lineHeightDynamic, " + 2px)"),
@@ -28652,7 +28649,7 @@ var TransferStyle = {
28652
28649
  alignItems: 'center',
28653
28650
  justifyContent: 'center',
28654
28651
  '& svg': {
28655
- width: 12
28652
+ width: src.transferFontSize
28656
28653
  },
28657
28654
  '&:hover': {
28658
28655
  background: src.transferIconBackgroundColor
@@ -28665,7 +28662,7 @@ var TransferStyle = {
28665
28662
  justifyContent: 'center',
28666
28663
  flexDirection: 'column',
28667
28664
  '& svg': {
28668
- width: 14
28665
+ width: src.transferFontSize
28669
28666
  }
28670
28667
  },
28671
28668
  inputWrapper: {
@@ -28673,8 +28670,8 @@ var TransferStyle = {
28673
28670
  },
28674
28671
  input: {
28675
28672
  '& > div > svg': {
28676
- width: 14,
28677
- minWidth: 14,
28673
+ width: src.transferFontSize,
28674
+ minWidth: src.transferFontSize,
28678
28675
  color: src.transferIconColor
28679
28676
  }
28680
28677
  },
@@ -29261,9 +29258,9 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
29261
29258
  },
29262
29259
  '&$wrapperSmall': {
29263
29260
  '& $tag': {
29264
- lineHeight: '16px',
29265
29261
  marginTop: 1,
29266
- marginBottom: 1
29262
+ marginBottom: 1,
29263
+ border: 'none'
29267
29264
  },
29268
29265
  '& $placeholder,$ellipsis,$space,input': {
29269
29266
  marginTop: 0,
@@ -29564,7 +29561,7 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
29564
29561
  }
29565
29562
  }
29566
29563
  },
29567
- tag: {
29564
+ tag: defineProperty_default()(defineProperty_default()({
29568
29565
  flexShrink: 0,
29569
29566
  '&$tag + &$tag': {
29570
29567
  marginLeft: 0
@@ -29573,11 +29570,10 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
29573
29570
  marginRight: src.treeSelectTagMarginRight,
29574
29571
  marginTop: src.treeSelectTagMarginY,
29575
29572
  marginBottom: src.treeSelectTagMarginY,
29576
- textWrap: 'nowrap',
29577
- '&$hideTag': {
29578
- marginRight: 0
29579
- }
29580
- },
29573
+ textWrap: 'nowrap'
29574
+ }, getTokenName('tagDefaultLineBase'), src.inputFontSize), '&$hideTag', {
29575
+ marginRight: 0
29576
+ }),
29581
29577
  tagOnly: {
29582
29578
  flexShrink: 1,
29583
29579
  minWidth: 42
@@ -74773,7 +74769,7 @@ var upload_interface = __webpack_require__(8821);
74773
74769
 
74774
74770
 
74775
74771
  /* harmony default export */ var src_0 = ({
74776
- version: '3.9.4-beta.10'
74772
+ version: '3.9.4-beta.12'
74777
74773
  });
74778
74774
  }();
74779
74775
  /******/ return __webpack_exports__;