@douyinfe/semi-ui 2.43.2 → 2.44.0-beta.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
@@ -18323,6 +18323,14 @@ img[src=""], img:not([src]) {
18323
18323
  .semi-tag-invisible {
18324
18324
  display: none;
18325
18325
  }
18326
+ .semi-tag-prefix-icon {
18327
+ display: flex;
18328
+ padding-right: 4px;
18329
+ }
18330
+ .semi-tag-suffix-icon {
18331
+ display: flex;
18332
+ padding-left: 4px;
18333
+ }
18326
18334
  .semi-tag-content {
18327
18335
  flex: 1;
18328
18336
  }