@douyinfe/semi-ui 2.22.0-beta.3 → 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
@@ -3911,6 +3911,15 @@ body {
3911
3911
  width: 0;
3912
3912
  height: 0;
3913
3913
  }
3914
+ .semi-datepicker .semi-scrolllist-body .semi-scrolllist-list-outer {
3915
+ -ms-overflow-style: none; /* Internet Explorer 10+ */
3916
+ scrollbar-width: none; /* Firefox */
3917
+ }
3918
+ .semi-datepicker .semi-scrolllist-body .semi-scrolllist-list-outer::-webkit-scrollbar {
3919
+ display: none;
3920
+ width: 0;
3921
+ height: 0;
3922
+ }
3914
3923
  .semi-datepicker-month-grid {
3915
3924
  user-select: none;
3916
3925
  display: flex;
@@ -4012,6 +4021,9 @@ body {
4012
4021
  .semi-datepicker-panel-yam .semi-scrolllist-list-outer > ul > li {
4013
4022
  min-width: 64px;
4014
4023
  }
4024
+ .semi-datepicker-panel-yam .semi-scrolllist-item > ul > li {
4025
+ min-width: 82px;
4026
+ }
4015
4027
  .semi-datepicker-panel-yam .semi-scrolllist-body {
4016
4028
  padding: 0;
4017
4029
  overflow: hidden;
@@ -4019,6 +4031,9 @@ body {
4019
4031
  .semi-datepicker-panel-yam .semi-scrolllist-body .semi-scrolllist-item-wheel {
4020
4032
  border: none;
4021
4033
  }
4034
+ .semi-datepicker-panel-yam .semi-scrolllist-body .semi-scrolllist-item {
4035
+ border: none;
4036
+ }
4022
4037
  .semi-datepicker-footer {
4023
4038
  padding-top: 10px;
4024
4039
  padding-right: 8px;
@@ -5343,10 +5358,10 @@ body {
5343
5358
  z-index: 1050;
5344
5359
  border-radius: var(--semi-border-radius-medium);
5345
5360
  background: var(--semi-color-bg-3);
5346
- visibility: hidden;
5361
+ opacity: 0;
5347
5362
  }
5348
5363
  .semi-dropdown-wrapper-show {
5349
- visibility: visible;
5364
+ opacity: 1;
5350
5365
  }
5351
5366
  .semi-dropdown-trigger {
5352
5367
  display: inline-block;
@@ -13848,10 +13863,10 @@ img[src=""], img:not([src]) {
13848
13863
  font-size: 14px;
13849
13864
  line-height: 20px;
13850
13865
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
13851
- visibility: hidden;
13866
+ opacity: 0;
13852
13867
  }
13853
13868
  .semi-popover-wrapper-show {
13854
- visibility: visible;
13869
+ opacity: 1;
13855
13870
  }
13856
13871
  .semi-popover-trigger {
13857
13872
  display: inline-block;
@@ -18732,11 +18747,11 @@ img[src=""], img:not([src]) {
18732
18747
  font-size: 14px;
18733
18748
  line-height: 20px;
18734
18749
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18735
- visibility: hidden;
18750
+ opacity: 0;
18736
18751
  max-width: 240px;
18737
18752
  }
18738
18753
  .semi-tooltip-wrapper-show {
18739
- visibility: visible;
18754
+ opacity: 1;
18740
18755
  }
18741
18756
  .semi-tooltip-trigger {
18742
18757
  display: inline-block;