@douyinfe/semi-ui 2.22.0 → 2.22.1

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
@@ -5358,10 +5358,10 @@ body {
5358
5358
  z-index: 1050;
5359
5359
  border-radius: var(--semi-border-radius-medium);
5360
5360
  background: var(--semi-color-bg-3);
5361
- visibility: hidden;
5361
+ opacity: 0;
5362
5362
  }
5363
5363
  .semi-dropdown-wrapper-show {
5364
- visibility: visible;
5364
+ opacity: 1;
5365
5365
  }
5366
5366
  .semi-dropdown-trigger {
5367
5367
  display: inline-block;
@@ -13863,10 +13863,10 @@ img[src=""], img:not([src]) {
13863
13863
  font-size: 14px;
13864
13864
  line-height: 20px;
13865
13865
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
13866
- visibility: hidden;
13866
+ opacity: 0;
13867
13867
  }
13868
13868
  .semi-popover-wrapper-show {
13869
- visibility: visible;
13869
+ opacity: 1;
13870
13870
  }
13871
13871
  .semi-popover-trigger {
13872
13872
  display: inline-block;
@@ -18747,11 +18747,11 @@ img[src=""], img:not([src]) {
18747
18747
  font-size: 14px;
18748
18748
  line-height: 20px;
18749
18749
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18750
- visibility: hidden;
18750
+ opacity: 0;
18751
18751
  max-width: 240px;
18752
18752
  }
18753
18753
  .semi-tooltip-wrapper-show {
18754
- visibility: visible;
18754
+ opacity: 1;
18755
18755
  }
18756
18756
  .semi-tooltip-trigger {
18757
18757
  display: inline-block;