@douyinfe/semi-ui 2.57.0 → 2.57.1-alpha.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
@@ -17887,6 +17887,12 @@ img[src=""], img:not([src]) {
17887
17887
  direction: rtl;
17888
17888
  text-align: right;
17889
17889
  }
17890
+ .semi-table-wrapper-rtl .semi-table-align-left .semi-table-operate-wrapper {
17891
+ justify-content: flex-end;
17892
+ }
17893
+ .semi-table-wrapper-rtl .semi-table-align-right .semi-table-operate-wrapper {
17894
+ justify-content: flex-start;
17895
+ }
17890
17896
  .semi-table-wrapper-rtl .semi-table-thead > .semi-table-row > .semi-table-row-head {
17891
17897
  text-align: right;
17892
17898
  }
@@ -17942,11 +17948,11 @@ img[src=""], img:not([src]) {
17942
17948
  margin-left: 0;
17943
17949
  }
17944
17950
  .semi-table-wrapper-rtl .semi-table .semi-table-column-sorter {
17945
- margin-left: auto;
17951
+ margin-left: 0;
17946
17952
  margin-right: 4px;
17947
17953
  }
17948
17954
  .semi-table-wrapper-rtl .semi-table .semi-table-column-filter {
17949
- margin-left: auto;
17955
+ margin-left: 0;
17950
17956
  margin-right: 4px;
17951
17957
  }
17952
17958
  .semi-table-wrapper-rtl .semi-table-bordered .semi-table-container {
@@ -19395,6 +19401,16 @@ img[src=""], img:not([src]) {
19395
19401
  .semi-tagInput-clearBtn-invisible {
19396
19402
  visibility: hidden;
19397
19403
  }
19404
+ .semi-tagInput-inset-label {
19405
+ margin-right: 12px;
19406
+ font-weight: 600;
19407
+ font-size: 14px;
19408
+ line-height: 20px;
19409
+ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19410
+ color: var(--semi-color-text-2);
19411
+ flex-shrink: 0;
19412
+ white-space: nowrap;
19413
+ }
19398
19414
  .semi-tagInput-prefix, .semi-tagInput-suffix {
19399
19415
  display: flex;
19400
19416
  justify-content: center;
@@ -19415,6 +19431,9 @@ img[src=""], img:not([src]) {
19415
19431
  .semi-tagInput-suffix-text {
19416
19432
  color: var(--semi-color-text-2);
19417
19433
  }
19434
+ .semi-tagInput-with-prefix .semi-input {
19435
+ padding-left: 0;
19436
+ }
19418
19437
  .semi-tagInput-tag-content-wrapper {
19419
19438
  display: flex;
19420
19439
  align-items: center;