@douyinfe/semi-ui 2.32.0-beta.0 → 2.32.0

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/dist/css/semi.css CHANGED
@@ -775,6 +775,7 @@ body {
775
775
  padding-top: 8px;
776
776
  padding-bottom: 8px;
777
777
  cursor: not-allowed;
778
+ height: 20px;
778
779
  }
779
780
  .semi-autocomplete-loading-wrapper .semi-spin {
780
781
  width: 100%;
@@ -15981,6 +15982,7 @@ img[src=""], img:not([src]) {
15981
15982
  .semi-spin-wrapper > svg {
15982
15983
  animation: 600ms linear infinite semi-animation-rotate;
15983
15984
  animation-fill-mode: forwards;
15985
+ vertical-align: top;
15984
15986
  width: 20px;
15985
15987
  height: 20px;
15986
15988
  }
@@ -17004,12 +17006,14 @@ img[src=""], img:not([src]) {
17004
17006
  }
17005
17007
  .semi-table-tbody > .semi-table-row {
17006
17008
  display: table-row;
17009
+ background-color: var(--semi-color-bg-1);
17007
17010
  }
17008
17011
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell {
17009
- background-color: var(--semi-color-fill-0);
17012
+ background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
17013
+ background-color: var(--semi-color-bg-0);
17010
17014
  }
17011
17015
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-right {
17012
- background-color: var(--semi-color-bg-1);
17016
+ background-image: linear-gradient(0deg, var(--semi-color-bg-1), var(--semi-color-bg-1));
17013
17017
  }
17014
17018
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-left::before, .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-right::before {
17015
17019
  background-color: var(--semi-color-fill-0);
@@ -17033,7 +17037,6 @@ img[src=""], img:not([src]) {
17033
17037
  box-sizing: border-box;
17034
17038
  position: relative;
17035
17039
  vertical-align: middle;
17036
- background-color: var(--semi-color-bg-1);
17037
17040
  }
17038
17041
  .semi-table-tbody > .semi-table-row > .semi-table-row-cell.resizing {
17039
17042
  border-right: 2px solid var(--semi-color-primary);
@@ -19902,6 +19905,7 @@ img[src=""], img:not([src]) {
19902
19905
  }
19903
19906
  .semi-tree-option-list-block .semi-tree-option-spin-icon {
19904
19907
  display: flex;
19908
+ line-height: 0;
19905
19909
  color: var(--semi-color-primary);
19906
19910
  }
19907
19911
  .semi-tree-option-list-block .semi-tree-option-spin-icon svg {
@@ -20841,6 +20845,9 @@ p.semi-typography-extended,
20841
20845
  position: relative;
20842
20846
  top: -1px;
20843
20847
  }
20848
+ .semi-upload-file-card-icon-loading {
20849
+ line-height: 0;
20850
+ }
20844
20851
  .semi-upload-file-card-icon-loading .semi-spin-wrapper svg {
20845
20852
  height: 11px;
20846
20853
  width: 11px;